@charset "utf-8";



/***************************************
  평면도 탭메뉴
****************************************/
.unit_tab { margin: 0 0 2rem;}
.unit_tab ul.list { display: flex; width: 100%;}
.unit_tab ul.list li { width: 50%; 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;
}
.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 .unit_top_info {display: flex;}
.unit_page .unit_top_info .info_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #051140;
    color: #fff;
    width: 300px;
    justify-content: center;
    padding: 2rem 0;
    font-size:4.5rem;
}
.unit_page .unit_top_info .info_left.label_70A {background:url('../img/sub/70a_bg.png') no-repeat; background-size:cover;}
.unit_page .unit_top_info .info_left.label_70B {background:url('../img/sub/70b_bg.png') no-repeat; background-size:cover;}
.unit_page .unit_top_info .info_left.label_70C {background:url('../img/sub/70c_bg.png') no-repeat; background-size:cover;}
.unit_page .unit_top_info .info_left.label_84A {background:url('../img/sub/84a_bg.png') no-repeat; background-size:cover;}
.unit_page .unit_top_info .info_left.label_84B {background:url('../img/sub/84b_bg.png') no-repeat; background-size:cover;}
.unit_page .unit_top_info .info_left.label_84C {background:url('../img/sub/84c_bg.png') no-repeat; background-size:cover;}
.unit_page .unit_top_info .info_left .tit {font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 3.3rem; text-transform: uppercase; text-align: center;}
.unit_page .unit_top_info .info_left .tit em {font-weight: 100; font-size: 2.2rem;}
.unit_page .unit_top_info .info_left .tit strong {font-size:1.5rem; display: block;}
.unit_page .unit_top_info .info_left .count { text-align: center; font-size: 16px;}
.unit_page .unit_top_info .info_left .count .allCount {font-size:18px;}
.unit_page .unit_top_info .info_left .sub_count {font-size: 1.1rem;}
.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;
    background: #efefef;
    flex: 1;
    padding: 2rem 3rem;
    justify-content: space-between;
}
.unit_page .unit_top_info .info_right ul {width:50%;}
/* .unit_page .unit_top_info .info_right ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.7rem;        
    width: 100%;
} */
.unit_page .unit_top_info .info_right.bg_70A {background-color:#fdf9ff;}
.unit_page .unit_top_info .info_right.bg_70B {background-color:#fff6fb;}
.unit_page .unit_top_info .info_right.bg_70C {background-color:#f4f9ff;}
.unit_page .unit_top_info .info_right.bg_84A {background-color:#fff1ea;}
.unit_page .unit_top_info .info_right.bg_84B {background-color:#fff9e8;}
.unit_page .unit_top_info .info_right.bg_84C {background-color:#fff5ed;}
.unit_page .unit_top_info .info_right ul li {text-align: center;}
.unit_page .unit_top_info .info_right ul li.tit {font-size:1.3rem; color:#001241;text-align: center;  padding-bottom:1.6rem; font-weight: 500;} 
.unit_page .unit_top_info .info_right ul li.tit p {position:relative;width:80%;margin:0 auto;}
.unit_page .unit_top_info .info_right ul li.tit p:after, .unit_page .unit_top_info .info_right ul li.tit p:before {display:inline-block; content:''; width:2px;height:24px;background-color:#001241; position:absolute}
.unit_page .unit_top_info .info_right ul li.tit p:after {right:0;}
.unit_page .unit_top_info .info_right ul li.tit p::before {left:0;}
.unit_page .unit_top_info .info_right ul li dl {display: flex; font-size: 1.2rem;width:80%; margin:0 auto; border-bottom:1px solid rgba(0,0,0,0.1); padding: 1rem 0;}
.unit_page .unit_top_info .info_right ul li dl dt {font-weight: 400; color: #505050; font-size: 1rem; color:rgba(0,0,0, 0.6); }
.unit_page .unit_top_info .info_right ul li dl dd {font-family: "Lato";font-size: 1rem; font-weight: 400; 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: 100; font-size:0.8rem;}
.unit_page .unit_top_info .info_right ul li:last-child dl {border-bottom:0;}
.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(30%, 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: 4.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:#051141; padding:0.5rem 0 ; display: flex; align-items: flex-end; justify-content: center;}
.unit_page .unit_content .unit_info dl dt span {display: inline-block; color: #fff; font-size: 1.5rem; position:relative; font-weight: 400;}
.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:0 0 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:last-child {display:flex; text-align: center; justify-content: center; flex-direction: column;}

.unit_page .unit_info dl dd .type_tit {margin-bottom:0px;}
.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: 0 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;display: none;}
.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: 1000;
    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;}
.goods_layer .close { 
    overflow: hidden;
    position: absolute;
    right: 3rem;
    top: 2rem;
    font-size:50px;
  }  
  .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: column; 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_tab ul.list li a {font-size:0.9rem;}
    .unit_page .unit_top_info .info_left .tit {font-size: 2.2rem;}
    .unit_page .unit_top_info .info_left .count {font-size: 1rem;}
    
    .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;}
    .unit_page .unit_tab_con .tab_list li a {height:auto;}
    .unit_page .unit_tab_con .tab_list li a::after {display:none;}

    
  }

  @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);}
  }

.unit_page .unit_tab_con .tab_list{display:grid;grid-template-columns: 1fr 1fr;grid-column-gap:6px;grid-row-gap:6px;width:813px;margin:0 auto}
.unit_page .unit_tab_con .tab_list li a{position:relative;display:block;height:61px;box-sizing:border-box;border:solid 1px #001241;line-height:29px;padding:15px 20px;font-size:16px;color:#01163f;text-align:left;font-weight:400}
.unit_page .unit_tab_con .tab_list li.active a{border:0;background:#d4e6f4}
.unit_page .unit_tab_con .tab_list li a::after{content:'';position:absolute;right:23px;top:17px;width:24px;height:24px;background:url(/resources/img/sub/unit_icon_off.png) 50% no-repeat}
.unit_page .unit_tab_con .tab_list li:nth-child(3) a::after{background-image:url(/resources/img/sub/unit_icon2_off.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(2) a::after{background-image:url(/resources/img/sub/unit_icon3_off.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(4) a::after{background-image:url(/resources/img/sub/unit_icon5_off.png); width:27px; height: 27px;}
.unit_page .unit_tab_con .tab_list li:nth-child(5) a::after{background-image:url(/resources/img/sub/unit_icon4_off.png)}
/* .tab2_container .tab2 li.active a::after{filter:invert(1)} */
.unit_page .unit_tab_con .tab_list li a.on {background:#005793;}
.unit_page .unit_tab_con .tab_list li a.on::after{content:'';position:absolute;right:23px;top:17px;width:24px;height:24px;background:url(/resources/img/sub/unit_icon_on.png) 50% no-repeat}
.unit_page .unit_tab_con .tab_list li:nth-child(3) a.on::after{background-image:url(/resources/img/sub/unit_icon2_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(2) a.on::after{background-image:url(/resources/img/sub/unit_icon3_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(4) a.on::after{background-image:url(/resources/img/sub/unit_icon5_on.png)}
.unit_page .unit_tab_con .tab_list li:nth-child(5) a.on::after{background-image:url(/resources/img/sub/unit_icon4_on.png)}
/* .tab2_container .tab2 li.active a::after{filter:invert(1)} */
.unit_tab_con .tab2_conlist{margin-top:80px}
.unit_tab_con .tab2_conlist > li{display:none}
.unit_tab_con .tab2_conlist > li.active{display:block}

@media screen and (max-width: 1024px) {
  .unit_tab_con .tab2 {width: 100%;}
  .unit_tab_con .tab2 li a {padding: 15px 10px; font-size: 14px; }
  .unit_tab_con .tab2 li a::after {right: 10px;}
}

