@charset "utf-8";

/**************************************************************
	세대안내 컨텐츠 스타일
	작성일 : 2024.01 / 작성자 : ㈜넥스미디어
**************************************************************/


/* 라벨 색상 */
:root {
  --type-84A:#1B73AE;
  --type-84A--bg:#E8F1F7;
  --type-84B:#9F86BD;
  --type-84B--bg:#F5F3F8;
  --type-84C:#75C8D3;
  --type-84C--bg:#F1F9FB;

  --type-110A:#8EC05C;
  --type-110A--bg:#F3F9EE;
  --type-136:#F4A142;
  --type-136--bg:#FEF5EC;
  --type-147PA:#F1947A;
  --type-147PA--bg:#FEF4F1;
  --type-180:#77583D;
  --type-180--bg:#F1EEEB;

  --type-146PB:#F1947A;
  --type-146PB--bg:#FEF4F1;
  --type-145:#F1947A;
  --type-145--bg:#FEF4F1;


}

/***************************************
  평면도 탭메뉴
****************************************/
.unit_tab { margin: 0 0 2rem;}
.unit_tab ul.list { display: flex; flex-wrap: wrap; width: 100%;}
/* .unit_tab ul.list li { width: 50%; margin: -1px -1px 0 0;} */
.unit_tab ul.list li { width: 14.3%; margin: -1px -1px 0 0;}
.unit_tab ul.list li a {
  border: 1px solid #ddd;
    background: #f7f7f7;
    color:#001241;
    display: flex;
    padding: 1rem 0;
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;
}
.unit_tab ul.list li a.on {
  background: #005793;
  border: 1px solid #005793;
  color: #fff;
}
/***********************************************************
  세대안내 - 평면정보 / 유니트 살펴보기 / 인테리어 / 유상옵션 / 마감재
************************************************************/
.unit_menu {
    width: 100%;
    height: 120px;
    display: flex;
    background: linear-gradient(to right, rgba(54,165,74,1) 0%, rgba(4,13,66,1) 30%, rgba(4,13,66,1) 100%);
    overflow: hidden;
}
.unit_menu ul { display: flex; align-items: center; margin: 0 auto; position: relative; z-index: 1;}
.unit_menu ul li a {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.unit_menu ul li a.current {
  color: #000e43;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
}

.unit_page .type84 li {width: calc(100%/3) !important;}
.unit_page .type136 li {width: calc(100%/2) !important;}
.unit_page .type180 li {width: calc(100%/2) !important;}
.unit_page .type142 li {width: calc(100%/4) !important;}
.unit_page .type145 li {width: calc(100%/4) !important;}
.unit_page .type146 li {width: calc(100%/4) !important;}
.unit_page .type147 li {width: calc(100%/4) !important;}




.unit_page .unit_top_info {
  display: flex;
  max-height: 285px;
  margin-bottom: 30px;
}

.unit_page .unit_top_info .info_left {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background: #051140; */
  color: #fff;
  width: 275px;
  justify-content: center;
  /* padding: 2rem 0; */
  background-image: url(/resources/img/sub/type/label_pattern.png);
  background-position: bottom;
  background-size: contain;
}
.unit_page .unit_top_info .info_left.label_84a {background: #1e5c99;}
.unit_page .unit_top_info .info_left .tit {font-family: 'Lato', sans-serif; font-weight: 600; font-size: 4rem; text-transform: uppercase; text-align: center; line-height: 15px; margin: 35px 0 15px; color: #fff; font-weight: 600;}
.unit_page .unit_top_info .info_left .tit em {font-weight: 500; font-size: 1.8rem; font-family: 'Noto Sans KR', sans-serif;}
.unit_page .unit_top_info .info_left .tit span {font-weight: 400; font-size: 1.5rem; margin-left: 5px; font-family: 'Noto Sans KR', sans-serif;}
.unit_page .unit_top_info .info_left .tit strong {font-family: 'Noto Sans KR', sans-serif; font-size: 1.2rem; font-weight: 600;}
.unit_page .unit_top_info .info_left .count_wrap {border-radius: 30px;  text-align: center; padding: 7px 20px; line-height: 23px; margin-bottom: 50px;}
.unit_page .unit_top_info .info_left .count {font-size: 1.4rem; font-weight: 300;}
.unit_page .unit_top_info .info_left .count strong {font-family: 'Lato', sans-serif; font-size: 1.3rem; font-weight: 600; color: #fff; line-height: 26px;}
.unit_page .unit_top_info .info_left .count span {font-family: 'Noto Sans KR', sans-serif; font-size: 1.2rem;}
.unit_page .unit_top_info .info_left strong {font-family: "Montserrat", sans-serif; font-weight: 600;}
.unit_page .unit_top_info .info_right {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex: 1;
    padding: 1rem 3rem;
    justify-content: space-around;
}
.unit_page .unit_top_info .info_right ul {
  display: inline-block;
  width: 40%;
  height: 255px;
  overflow: hidden;
}
.unit_page .unit_top_info .info_right ul .tit {padding: 0 6%;}
.unit_page .unit_top_info .info_right ul:first-child .tit {margin: 20px ;}
.unit_page .unit_top_info .info_right ul:last-child .tit {margin: 20px;}
.unit_page .unit_top_info .info_right ul .tit p {color: #000e43; font-family: "Noto Sans KR", sans-serif; font-size: 1.1rem; text-align: center; border-left: 2px solid #000e43; border-right: 2px solid #000e43; line-height: 20px; font-weight: 400;}
.unit_page .unit_top_info .info_right ul:last-child li:not(:first-child) {margin: 0;}
.unit_page .unit_top_info .info_right ul li {text-align: center; margin: 0 13%; }
.unit_page .unit_top_info .info_right ul li:not(:first-child, :last-child) {border-bottom: 1px solid #d7d8d9;}
.unit_page .unit_top_info .info_right ul:last-child li {border: none;}
.unit_page .unit_top_info .info_right ul li:not(:first-child) {padding: 4px 0 ;}
.unit_page .unit_top_info .info_right ul li dl {display: flex; font-size: 0.9rem; align-items: center;}
.unit_page .unit_top_info .info_right ul li dl dt {font-weight: 400; color: #7F8588; font-family: 'Noto Sans KR', sans-serif;}
.unit_page .unit_top_info .info_right ul li dl dd {font-family: 'Lato', sans-serif; font-weight: 500; color: #010101; flex: 1; text-align: right; word-break: keep-all;}
.unit_page .unit_top_info .info_right ul li dl dd em {font-weight: 400; font-size: 0.9rem; margin-left: 2px; font-family: 'Noto Sans KR', sans-serif;}
.unit_page .unit_tab_con {padding: 3.5rem 10rem; display: flex; align-items: center; justify-content: center;}
.unit_page .unit_tab_con .tab_list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(50%, auto));
  gap: 0rem;
}
.unit_page .unit_tab_con .tab_list li a {
  border: 1px solid #dddddd;
  background: #fff;
  color: #333;
  display: block;
  padding: 0.9rem 2rem;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 400;
  font-size:0.92rem;
}
.unit_page .unit_tab_con .tab_list li a.on {
background: #005793;
border: 1px solid #005793;
color: #fff;
}
.unit_page .unit_tab_con .tab_list li {position: relative;}
.unit_page .unit_tab_con .tab_list li a::after{content:'';position:absolute;right:23px;top:10px;width:28px;height:24px;background:url(/resources/img/sub/type/type_ico_01.png) 50% no-repeat}
.unit_page .unit_tab_con .tab_list li:nth-child(2) a::after{background-image:url(/resources/img/sub/type/type_ico_02.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(3) a::after{background-image:url(/resources/img/sub/type/type_ico_03.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(4) a::after{background-image:url(/resources/img/sub/type/type_ico_04.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(5) a::after{background-image:url(/resources/img/sub/type/type_ico_05.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(6) a::after{background-image:url(/resources/img/sub/type/type_ico_06.png)}

.unit_page .unit_tab_con .tab_list li a.on::after{background:url(/resources/img/sub/type/type_ico_01_on.png) 50% no-repeat}
.unit_page .unit_tab_con .tab_list li:nth-child(2) a.on::after{background-image:url(/resources/img/sub/type/type_ico_02_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(3) a.on::after{background-image:url(/resources/img/sub/type/type_ico_03_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(4) a.on::after{background-image:url(/resources/img/sub/type/type_ico_04_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(5) a.on::after{background-image:url(/resources/img/sub/type/type_ico_05_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(6) a.on::after{background-image:url(/resources/img/sub/type/type_ico_06_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(even) {left: -1px;}
.unit_page .unit_tab_con .tab_list li:not(:nth-child(1), :nth-child(2)) {top: -1px;}
.unit_page .unit_tab_con .tab_list li:nth-child(5), .unit_page .unit_tab_con .tab_list li:nth-child(6) {top: -2px;}


.unit_page .label_84A {background: var(--type-84A);}
.unit_page .bg_84A {background: var(--type-84A--bg);}
.unit_page .label_84B {background: var(--type-84B);}
.unit_page .bg_84B {background: var(--type-84B--bg);}
.unit_page .label_84C {background: var(--type-84C);}
.unit_page .bg_84C {background: var(--type-84C--bg);}

.unit_page .label_110A {background: var(--type-110A);}
.unit_page .bg_110A {background: var(--type-110A--bg);}
.unit_page .label_136 {background: var(--type-136);}
.unit_page .bg_136 {background: var(--type-136--bg);}
.unit_page .label_147PA {background: var(--type-147PA);}
.unit_page .bg_147PA {background: var(--type-147PA--bg);}
.unit_page .label_180 {background: var(--type-180);}
.unit_page .bg_180 {background: var(--type-180--bg);}

.unit_page .label_146PB {background: var(--type-146PB);}
.unit_page .bg_146PB {background: var(--type-146PB--bg);}

.unit_page .label_145PC, .unit_page .label_145PD, .unit_page .label_145PE, .unit_page .label_146PF, .unit_page .label_142PG {background: var(--type-145);}
.unit_page .bg_145PC, .unit_page .bg_145PD, .unit_page .bg_145PE, .unit_page .bg_146PF, .unit_page .bg_142PG {background: var(--type-145--bg)}




.unit_page .label_137, .unit_page .label_137 .tit, .unit_page .label_137 p, .unit_page .label_137 p strong {color: #000 !important;}

.unit_page .unit_content {margin-top: 3rem;}
.unit_page .unit_content img {max-width: 100%;}
.unit_page .unit_content .unit_info {padding-bottom: 2rem;}
.unit_page .unit_content .unit_info > dl > dt {background:#001241; display: flex; align-items: flex-end; justify-content: center;  background-repeat: no-repeat; background-position: top;}
.unit_page .unit_content .unit_info > dl > dt span {display: inline-block; color: #fff; font-size: 1.4rem; padding: 5px 20px; position:relative; font-weight: 300;}
.unit_page .unit_content .unit_info > dl > dt span::before {
  content: "";
  width: 100%;
  height: 2px;
  background:#00b1ff;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: none;
}
.unit_page .unit_content .unit_info > dl:first-child dt {font-family: "Roboto", sans-serif; text-transform: uppercase;}
.unit_page .unit_content .unit_info > dl dd {padding: 50px 0; text-align: center; border: 1px solid #ddd;}
.unit_page .unit_content .unit_info > dl dd .comment {font-size: 1rem; padding: 1.2rem 2rem; color: #000; border: 1px solid #00b1ff; margin: 0 auto; max-width: 700px;}
.unit_page .unit_content .unit_info > dl dd .comment span {
    display: inline-flex;
    padding: 0.3rem ;
    color: #000;
    font-size: 0.92rem;
    margin-right: 10px;
    align-items: center;
    background: #ddd;
}
.unit_page .unit_content .unit_info > dl dd .comment span i {font-size: 0.6rem; padding: 3px;}

.unit_page .unit_info dl dd .type_tit {margin-bottom:40px;}
.unit_page .unit_info dl dd .type_tit span {
  padding: 0.7rem 3rem;
  display: inline-block;
  background: #fff;
  border: 2px solid #00b1ff;
  font-size: 1rem;
  font-weight: 500;
  color: #00b1ff;
}
.unit_page .unit_info dl dd ul {padding: 3rem 0 0;}
.unit_page .unit_info dl dd ul li {margin-bottom: 4rem;}
.unit_page .unit_info dl dd ul li:last-child .type_tit span {color: #fff; background:#00b1ff;}
.unit_page .unit_info dl dd ul li:last-child {margin-bottom: 2rem;}


.unit_page .unit_info dl dd .option_list_con {padding-top: 4rem;}
.unit_page .unit_info dl dd .opt_list {position: relative; margin: 30px 0; display: inline-block;}
.unit_page .unit_info dl dd .circle_mov a {
  width: 35px;
  padding-top: 35px;
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
  z-index: 2;
  font-size:0;
  color: transparent;
}

.unit_page .circle_mov a:before, .circle_mov a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center;
    border-radius: 50%;
    border: 2px solid rgba(230,47,47,0.8);
    box-sizing: border-box;
    transform-origin: center center;
    transform: scale(1);
    opacity: 0;
    animation: circle-waves 3s linear infinite;
    pointer-events: none;
}
.unit_page .circle_mov a:after {animation-delay: 1.5s;}
@keyframes circle-waves {0% {transform:scale(1); opacity:0;} 5% {opacity:1;} 100% {transform:scale(2); opacity:0;}}
div.opt_layer {
    /* display: none; */
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 90;
  }
  div.opt_layer .inner {
    background: #000;
    width: 950px;
    height: 740px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 91;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.59);
  }
  div.opt_layer h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.opt_layer h3 span {position: relative; display: inline-flex; align-items: center;}
  div.opt_layer h3 span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
  }
  div.opt_layer h3 span::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    margin-left: 10px;
  }

  div.opt_layer .close {
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background:#000;
  }
  div.opt_layer .close i {color: #fff; font-size: 2rem;}
  .opt_layer .opt_img {
    background: #fff;
    width: 860px;
    height: 580px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 10px 0 0;
  }
  .opt_layer .opt_img div.scroll {
    margin: 0 auto;
    width: 860px;
    height: 550px;
    overflow-y: auto;
    /* overflow-x: hidden; */
  }
  .opt_layer .opt_img div.img_area {
    text-align: center;
  }


.goods_layer {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_layer .inner {
    background: #fff;
    padding: 2rem 4rem;
    max-width: 1000px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.59);
    position: relative;
}
.goods_layer h3 {
    color: #023d61;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.goods_layer h3 sub {font-family: arial, sans-serif; font-weight: 100;}
.goods_layer h3 em {font-family: "Roboto", sans-serif; font-weight: 800; font-size: 2.8rem;}
.goods_layer .tab_inner {display: table; table-layout: fixed; width: 100%; position: relative; padding-bottom: 0; text-align: center;}
.goods_layer .tab_inner li {display: table-cell; vertical-align: bottom; background: #ededed;}
.goods_layer .tab_inner.col_3 li {width: 33.3333%;}
.goods_layer .tab_inner li a {display: block; color: #283f6b; font-size: 15px; font-weight: 600; text-align: center; padding:15px 0; background: none; border:1px solid #929eb5; background: none;  border-top: 0; margin-left: -1px; border-top: 2px solid #283e6b;}
.goods_layer .tab_inner li.on {background: #001242;}
.goods_layer .tab_inner li.on a {
    color: #fff;
    position: relative;
}
.goods_layer .opt_img {height:calc( 100vh - 300px ); margin-top: 1rem;}
.goods_layer .opt_img .scroll {height: 100%; overflow-y: auto; margin-right: -1.8rem; width: 100%;}
.goods_layer .close {
    overflow: hidden;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 3rem;
    color: #001242;
  }
  .goods_layer .close i {color: #000; font-size: 3rem;}
  .goods_layer .opt_img .scroll img {max-width: 100%;}

  .gnbtest {position: fixed; top: 0; left: 0; right: 0; z-index: 20;}


  @media screen and (max-width: 1100px) {
    html {font-size: 15px;}
    .page_contents .page_container {padding: 0 1.5rem;}
    .unit_page .unit_top_info .info_right ul {grid-template-columns: 1fr 1fr;}

    div.opt_layer .inner {width: calc( 100% - 5vw )}
    .opt_layer .opt_img {width: 90%; height:auto;}
    .opt_layer .opt_img div.scroll {width: 100%; height: 60vh;}
    .unit_tab ul.list li {width: 20%;}
  }

  @media screen and (max-width: 960px) {
    .unit_page .unit_top_info .info_left {width:30%;}
    .unit_page .unit_top_info .info_right {padding: 2rem 1.8rem;}
    .unit_page .unit_tab_con {padding: 2rem 0;}
    .unit_page .unit_tab_con .tab_list {width: 90%;}
  }

  @media screen and (max-width: 768px) {
    .unit_page .unit_tab_con .tab_list li a::after {right: 1px; transform: scale(0.7);}
    .unit_page .unit_tab_con .tab_list li a {padding: 0.9rem 0.5rem;}
    .unit_page .unit_top_info {flex-direction: column;}
    .unit_page .unit_top_info .info_left {width: 100%; flex-direction: column; padding: 2rem 0;}
    .unit_page .unit_top_info .info_left .tit { margin: 0;}
    .unit_page .unit_top_info .info_left .tit br {display: none;}
    .unit_page .unit_top_info .info_left .tit {font-size: 2.2rem;}
    .unit_page .unit_top_info .info_left .tit strong {margin-left: 2px;}
    .unit_page .unit_top_info .info_left .sub_count {padding-left: 1rem;}
    .unit_page .unit_content .unit_info > dl dd .comment {width: auto; margin: 0 2rem; word-break: keep-all;}
    .unit_page .unit_content .unit_info > dl dt {padding: 0 0 5px 0; background-position-y: -5px;}
    .unit_page .unit_content .unit_info > dl dt span::before {display: block; bottom: -5px;}

    .unit_page .unit_top_info .info_left .count_wrap {margin-bottom: 0;}
    .unit_page .unit_top_info .info_left .count {font-size: 1.3rem;}
    .unit_page .unit_top_info .info_left .count br {display: none;}

    .unit_page .unit_top_info .info_right ul li.tit {display: none;}
    .unit_page .unit_top_info {max-height: inherit;}
    .unit_page .unit_top_info .info_right ul {height: 170px;}
    .unit_page .unit_top_info .info_right ul li {margin: 0;}

    .opt_layer .opt_img div.scroll .mCSB_inside > .mCSB_container {margin-right: 0;}
    div.opt_layer h3 {font-size: 1.6rem; padding: 2rem 0;}
    div.opt_layer .close {width: auto; height: auto; right: 1rem; top: 1rem; display: inline-block;}

    /* .vr_responsive iframe {max-height: 400px;} */

  }

  @media screen and (max-width: 480px) {
    .unit_tab {margin: 0;}
    .unit_page .unit_content .unit_info > dl dd {padding: 2rem 1rem;}
    .unit_page .unit_info > dl dd .option_list_con {padding-top: 2rem;}
    .unit_page .unit_top_info .info_right {padding: 1.5rem 0.3rem;}
    .unit_page .unit_top_info .info_right ul {grid-template-columns: 1fr;}
    .unit_page .unit_top_info .info_right ul:nth-child(1) {width: 50%;}
    .unit_page .unit_info > dl dd ul {padding-top: 1rem;}
    .unit_page .unit_tab_con .tab_list {width: 100%;}
    .unit_page .unit_content .unit_info > dl dd .comment {padding: 1rem; font-size: 0.87rem;}
    .unit_page .unit_content .unit_info > dl dd .comment span {font-size: 0.8rem;}
    .unit_page .unit_content .unit_info > dl dd .comment span i {transform: scale(0.6);}
    .unit_tab ul.list li {width: 25%;}

    .unit_page .type145 li a {font-size: 3.5vw !important;}

  }