@charset "utf-8";

/************************************************************** 
	세대안내 컨텐츠 스타일
	작성일 : 2024.01 / 작성자 : ㈜넥스미디어      
**************************************************************/

/***************************************
  평면도 탭메뉴
****************************************/
.unit_tab { margin: 0 0 2rem;}
.unit_tab ul.list { display: flex; width: 100%;}
.unit_tab ul.list li { width: 100%; margin: -1px -1px 0 0;}
.unit_tab ul.list li a {
  display: block;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 500;
}
.unit_tab ul.list li a.on {
  background: #051140;
  border: 1px solid #051140;
  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 .unit_top_info {
    display: flex;
    margin: 0 0 30px;
}


.unit_page .unit_top_info .info_left {
    width: 270px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #000;
    justify-content: center;
    padding: 60px 0 190px;
    font-family: "Noto Sans KR";
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    position: relative;
}


.unit_page .unit_top_info .label_39 { background: #f4e399; }
.unit_page .unit_top_info .label_59A { background: #fec86f; }
.unit_page .unit_top_info .label_59B { background: #f8aa93; }
.unit_page .unit_top_info .label_59C { background: #e7b4c9; }
.unit_page .unit_top_info .label_59D { background: #bb99bf; }
.unit_page .unit_top_info .label_84A { background: #b3c5e6; }
.unit_page .unit_top_info .label_84A { background: #b3c5e6; }
.unit_page .unit_top_info .label_84B { background: #7ea9d9; }
.unit_page .unit_top_info .label_84BP { background: #7ea9d9; }
.unit_page .unit_top_info .label_84C { background: #66cdf1; }
.unit_page .unit_top_info .label_84D { background: #55bdaf; }
.unit_page .unit_top_info .label_84DP { background: #55bdaf; }
.unit_page .unit_top_info .label_101A { background: #83c778; }
.unit_page .unit_top_info .label_101B { background: #a3b372; }
.unit_page .unit_top_info .label_117A { background: #f2727e; }
.unit_page .unit_top_info .label_117B { background: #b06781; }

.unit_page .unit_top_info .info_left::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 50%;
  background: url("/resources/img/sub/cyber_pattern_top.png") repeat-x center bottom;
}




.unit_page .unit_top_info .info_left .tit {
  font-family: "Lato", sans-serif; 
  font-weight: 700; 
  font-size: 72px; 
  text-transform: uppercase; 
  position: relative; 
  z-index: 2; 
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.unit_page .unit_top_info .info_left .stit { margin: 0 0 1rem;}
.unit_page .unit_top_info .info_left .stit span {
  font-size: 24px;
  font-family: "Noto Sans KR";
  font-weight: 500;
}
.unit_page .unit_top_info .info_left .tit em {font-weight: 500; font-size: 30px; font-family: "Noto Sans KR";}
.unit_page .unit_top_info .info_left .count {font-size: 1.7rem; font-weight: 500; position: relative; z-index: 2; }
.unit_page .unit_top_info .info_left .sub_count {font-size: 23px; position: relative;z-index: 2; position: relative; line-height: 1.1; padding: 0 2rem; font-weight: 500;}
.unit_page .unit_top_info .info_left .sub_count strong { font-family: "Lato"; font-weight: 700; }
.unit_page .unit_top_info .info_left .sub_count span { font-family: "Noto Sans KR"; font-weight: 600; }
.unit_page .unit_top_info .info_left .sub_count::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.unit_page .unit_top_info .info_left .sub_count::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.unit_page .unit_top_info .info_left strong {font-family: "Lato", sans-serif; font-weight: 600;}
.unit_page .unit_top_info .info_right {
    width: calc(100% - 270px);
    display: flex;
    align-items: center;
    border-right: 1px solid #e1e0db;
    border-top: 1px solid #e1e0db;
    border-bottom: 1px solid #e1e0db;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 2rem 1.5rem 1.0rem;
    justify-content: space-between;
}
.unit_page .unit_top_info .info_right .inner {
    width: 640px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.unit_page .unit_top_info .info_right .conbox:nth-of-type(1) {
    margin: 0 0 20px;
}
.unit_page .unit_top_info .info_right ul li { padding: 0}
.unit_page .unit_top_info .info_right ul li p {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.unit_page .unit_top_info .info_right ul li dl {display: flex; font-size: 0.97rem; border-bottom: 1px solid #dfdfdf; line-height: 1; padding: 1rem 0 0;}
.unit_page .unit_top_info .info_right ul li dl dt {
  font-family: "Noto Sans KR";
  font-weight: 400; 
  color: #505050; 
  width: 90px; 
  text-align: justify; 
}
.unit_page .unit_top_info .info_right ul li dl dt:after {
	content: '';
  display: inline-block;
  width: 100%;
  line-height: 1px;
  height: 1px;
  font-size: 0;
}
.unit_page .unit_top_info .info_right ul li dl dd {
  font-family: 'Lato', sans-serif;
  font-weight: 600; 
  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: 300; font-size: 0.97rem; font-family: "arial";}
.unit_page .unit_top_info .info_right .type_info_area {
    width: 230px;
}
.unit_page .unit_top_info .info_right p.type_info_tit {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 0.2rem 0;
  color: #505050;
  font-weight: 600;
  font-size: 20px;
}
.unit_page .unit_top_info .info_right .type_keymap {
   width: 280px; 
   text-align: center;
}
.unit_page .unit_top_info .info_right .type_keymap dl dt { margin: 0 0 25px;}
.unit_page .unit_top_info .info_right .type_keymap dl dt span { 
  line-height: 1.1;
  display: block;
  width: min(100%, 240px);
  margin: 0 auto; 
  position: relative;
  font-family: "Noto Sans KR";
  font-weight: 400;
  color: #505050;
  font-size: 20px;
}
.unit_page .unit_top_info .info_right .type_keymap dl dt span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.unit_page .unit_top_info .info_right .type_keymap dl dt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.unit_page .unit_top_info .info_right .type_keymap dl dd img { width: 100%; text-transform: lowercase;}


@media screen and (max-width: 960px) {
  .unit_page .unit_top_info {
    flex-direction: column;
  }
  .unit_page .unit_top_info .info_left {
    width: 100%;
    padding: min(calc(60/960 * 100vw), 60px) 0 min(calc(190/960 * 100vw), 190px);
    border-radius: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .unit_page .unit_top_info .info_right {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: none;
    border-left: 1px solid #e1e0db;
    border-right: 1px solid #e1e0db;
    border-bottom: 1px solid #e1e0db;
  }
  .unit_page .unit_top_info .info_right .inner {
    width: 100%;
  }
  .unit_page .unit_top_info .info_right .type_info_area {
    width: 45%;
  }
  .unit_page .unit_top_info .info_right .type_keymap {
    width: 45%;
  }
}



@media screen and (max-width: 480px) {
.unit_page .unit_top_info .info_right .inner {
  flex-direction: column;
}
.unit_page .unit_top_info .info_right .type_info_area { width: 100%;}
.unit_page .unit_top_info .info_right .type_keymap {
  padding: 20px 0 0;
  width: 100%;
}
.unit_page .unit_top_info .info_right .type_keymap dl dt span { width: 100%;}

}


.unit_page .unit_tab_con {padding: 0 0 2rem; display: flex; align-items: center; justify-content: center;}





.unit_page .unit_tab_con .tab_list {
    display: grid;
    width: min(100%, 640px);
    grid-template-columns: repeat(auto-fit, minmax(40%, auto));
    gap: 0.2rem;
}
.unit_page .unit_tab_con .tab_list li a {
    border: 1px solid #051140;
    background: #fff;
    color: #333;
    display: block;
    padding: 0.9rem 0;
    text-align: center;
    border-radius: 0.3rem;
    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: #051140;
  border: 1px solid #051140;
  color: #fff;
}

.unit_page .unit_content {margin-top: 1rem;}
.unit_page .unit_content img {max-width: 100%; margin: 0 auto;}
.unit_page .unit_content .unit_info {padding-bottom: 2rem; }
.unit_page .unit_content .unit_info dl dt {
  background:#051141; 
  padding: 1.2rem 0 0.4rem; 
  display: flex; 
  align-items: flex-end; 
  justify-content: center; 
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: relative;
}
.unit_page .unit_content .unit_info dl dt::after {
  content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/resources/img/sub/cyber_pattern_s.png") no-repeat right 50%;
}
.unit_page .unit_content .unit_info dl dt span {display: inline-block; color: #cead82; font-size: 1.4rem; padding: 0 20px 10px; position:relative; font-weight: 600; font-family: "Noto Sans KR";  position: relative; z-index: 2;}
.unit_page .unit_content .unit_info dl dd {
  margin: 0 0 50px;
  padding: 1rem;
  text-align: center; 
  border: 1px solid #ddd;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.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:last-child {display:flex; text-align: center; justify-content: center; flex-direction: column;}

.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: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_layer .inner {    
    background: #000;    
    padding: min(calc(40/1024 * 100vw), 40px) min(calc(40/1024 * 100vw), 40px);
    max-width: 1000px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.59);
    position: relative;
    border: 1px solid rgba(222, 209, 183, 0.5);
}
.goods_layer h3 {
    color: #DED1B7;
    /* font-size: min(calc(28/1024 * 100vw), 28px); */
    font-size: 28px;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 500;    
    text-transform: uppercase;
}
.goods_layer h3 sub {font-family: "Noto Sans KR", sans-serif; font-weight: 500;}
.goods_layer h3 em {
  font-family: "Lato", sans-serif; 
  font-weight: 800; 
  font-size: 40px;
  /* font-size: min(calc(40/1024 * 100vw), 40px); */
}
@media screen and (max-width: 1024px) {
  .goods_layer h3 {
    font-size: 20px;
  }
  .goods_layer h3 em {
    font-family: "Lato", sans-serif;
    font-size: 28px;
  }  
}
.goods_layer .tab_inner {display: table; table-layout: fixed; width: 100%; position: relative; padding-bottom: 0; text-align: center; margin: 0 0 40px;}
.goods_layer .tab_inner li {display: table-cell; vertical-align: bottom; background: transparent;}
.goods_layer .tab_inner.col_3 li {width: 33.3333%;}
.goods_layer .tab_inner li a {display: block; color: #DED1B7; font-size: 15px; font-weight: 600; text-align: center; padding:15px 0; background: none; border:1px solid #444; background: none; margin-left: -1px;}
.goods_layer .tab_inner li.on {background: #444;}
.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 img {max-width: 100%; display: none;}
.goods_layer .opt_img .scroll img.on{display: block;}
.goods_layer .opt_img .scroll {height: 100%; overflow-y: auto; }
.goods_layer .close { 
    overflow: hidden;
    position: absolute;
    right: 2rem;
    top: 2rem;
  }  
  .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;}
  }

  @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: 3rem 0;}
    .unit_page .unit_tab_con .tab_list {width: 90%;} */
  }

  @media screen and (max-width: 768px) {
    /* .unit_page .unit_top_info {flex-direction: column;}
    .unit_page .unit_top_info .info_left {width: 100%; flex-direction: row; padding: 1rem 0;}  
    .unit_page .unit_top_info .info_left .tit {padding-right: 2rem;}  
    .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_top_info .info_left .tit {font-size: 2.2rem;}
    .unit_page .unit_top_info .info_left .count {font-size: 1.3rem;} */
    
    .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;}
    

    
  }

  @media screen and (max-width: 480px) {
    /* .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 1rem;}
    .unit_page .unit_top_info .info_right ul {grid-template-columns: 1fr;}
    .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);} */
  }