@charset "utf-8";

/********************************************
  크게보기 버튼
********************************************/
.button_group {text-align: center; padding: clamp(20px, calc(40/640 * 100vw), 40px) 0;}
.button_group .round_btn {
  background: #2D3D47;
  border-radius: clamp(20px, calc(30/640 * 100vw), 30px); 
  padding: clamp(10px, calc(15/640 * 100vw), 15px) clamp(20px, calc(40/640 * 100vw), 40px); 
  color: #fff; 
  display: inline-block; 
  font-size: clamp(14px, calc(18/640 * 100vw), 18px);
  transition: all .3s;
}
.button_group .round_btn i {margin-right: 10px;}
.button_group .round_btn:hover {
    background:var(--point_color);
    box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;
}
.button_group .round_btn span {margin-left: 10px;}
.button_group .round_btn.gradient {background: linear-gradient(to right, rgba(0,44,139,1) 0%, rgba(0,146,117,1) 100%);}

.button_group .round_btn.m-only { display: none; }

/******************************************
  오리발
******************************************/
.foot_summary { border-top: 1px solid #e7e7e7; margin-top: 45px; padding-top: 20px; color: #a9a9a9; text-align: left; max-width: 1100px; margin-left: auto; margin-right: auto; }
.foot_summary li { margin-left: 1.2rem; text-indent: -1.1rem; font-size:1rem; font-weight: 400; word-break: keep-all; letter-spacing: -1px; line-height: 1.4rem; }
.foot_summary li ~ li { margin-top: 5px; }

/*
  카피문구
  폰트 : SUIT
  카피문구 - 기본 26px / 강조 큰글씨 40px
  본문공통 - 18px
*/
.summary_title { font-family:"SUIT"; text-align: center;  line-height: 1.4; position: relative; word-break: keep-all; font-size: 1.625rem; display: block; font-weight: 400; }
.summary_title p {font-size: 1.8rem; color: #5f5f5f;}
.summary_title p strong { font-size: 2.4rem; display: block; font-weight: 900; letter-spacing: -1px; line-height: 1.4; color: #2d3d47;}
.envi_summary_title {text-align: center;}
.summary_title h2 { /* font-size: clamp(16px, 5.5555vw, 50px); */ font-size: clamp(16px, 5.555vw, 30px); font-weight: 500;}
.summary_title h2 strong { /* font-size: clamp(16px, 5.555vw, 50px); */ font-size: clamp(16px, 5.555vw, 30px); font-weight: 900; letter-spacing: -1px; line-height: 1.4; color: #2d3d47;}
.summary_title h3 { /* font-size: clamp(16px, 4.1666vw, 38px); */ font-size: clamp(16px, 4.1666vw, 22px); font-weight: 500; color: #66A8C2;}
.summary_title h4 {font-size: clamp(16px, 2.7777vw, 20px); font-weight: 400; color: #2d3d47;}

.summary_title2 { font-family:"SUIT"; text-align: center;  line-height: 1.4; position: relative; word-break: keep-all; font-size: 1.625rem; display: block; font-weight: 400; }
.summary_title2 h2 { 
  /* font-size: clamp(16px, 5.5555vw, 50px);  */
  font-size: clamp(16px, 5.5555vw, 30px); 
  font-weight: 500;
}
.summary_title2 h2 strong { 
  /* font-size: clamp(16px, 5.555vw, 50px); */
  font-size: clamp(16px, 5.555vw, 30px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #2d3d47;
}

.map_img_box { font-size: 0; }
.map_img_box1 ~ .map_img_box2 { margin-top: 20px; }

/* 시스템 탭 */
.tab-menu-area .tab-menu-wrap { display: flex; justify-content: space-between; align-items: center; }
.tab-menu-area .tab-menu-wrap > li { width: 100%; border-left: 1px solid #d7d9db; border-top: 1px solid #d7d9db; border-bottom: 1px solid #d7d9db; transition-duration: .3s; font-size: 0; }
.tab-menu-area .tab-menu-wrap > li:last-child { border-right: 1px solid #d7d9db; }
.tab-menu-area .tab-menu-wrap > li.on { background-color: #66a8c1; }
.tab-menu-area .tab-menu-wrap > li.on:nth-child(1) { background-color: #66a8c1; border-left: 1px solid #66a8c1; border-top: 1px solid #66a8c1; border-bottom: 1px solid #66a8c1; }
.tab-menu-area .tab-menu-wrap > li.on:nth-child(2) { background-color: #ddae6d; border-left: 1px solid #ddae6d; border-top: 1px solid #ddae6d; border-bottom: 1px solid #ddae6d; }
.tab-menu-area .tab-menu-wrap > li.on:nth-child(3) { background-color: #8e8bc2; border-left: 1px solid #8e8bc2; border-top: 1px solid #8e8bc2; border-bottom: 1px solid #8e8bc2; }
.tab-menu-area .tab-menu-wrap > li.on:nth-child(4) { background-color: #3ab484; border-left: 1px solid #3ab484; border-top: 1px solid #3ab484; border-bottom: 1px solid #3ab484; }
.tab-menu-area .tab-menu-wrap > li.on:last-child { border-right: 1px solid #3ab484; }
.tab-menu-area .tab-menu-wrap > li.on a { color: #fff; }
.tab-menu-area .tab-menu-wrap > li > a { box-sizing: border-box; display: block; font-family: "Pretendard"; font-size: 18px; font-weight: 400; color: #2d3d47; text-align: center; padding: 18px 5px; transition-duration: .3s; }
.tab-menu-area .tab-content-wrap { margin-top: 60px; }
.tab-menu-area .tab-content-wrap > li.on { max-height: initial; overflow: unset; visibility: unset; opacity: unset; }
.tab-menu-area .tab-content-wrap > li { max-height: 0px; overflow: hidden; visibility: hidden; opacity: 0; transition-duration: .3s; }
.tab-menu-area .tab-content-wrap > li .content-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tab-menu-area .tab-content-wrap > li .content-list > li { flex: 0 0 calc((100% - 20px) / 3); border: 1px solid #466477; }
.tab-menu-area .tab-content-wrap > li .content-list-img > li { font-size: 0; box-sizing: border-box; }
.tab-menu-area .tab-content-wrap > li .content-list-img > li img { width: 100%; }

.tab-menu-area .tab-content-wrap > li:nth-child(1) > .content-list > li:nth-child(odd) { border: 1px solid #66a8c1; }
.tab-menu-area .tab-content-wrap > li:nth-child(2) > .content-list > li:nth-child(odd) { border: 1px solid #ddae6d; }
.tab-menu-area .tab-content-wrap > li:nth-child(3) > .content-list > li:nth-child(odd) { border: 1px solid #8e8bc2; }
.tab-menu-area .tab-content-wrap > li:nth-child(4) > .content-list > li:nth-child(odd) { border: 1px solid #3ab484; }

/* 타입 탭 */
.tab-type-menu-area .tab-type-menu-wrap { display: flex; justify-content: space-between; align-items: center; }
.tab-type-menu-area .tab-type-menu-wrap > li { width: 100%; border-left: 1px solid #d7d9db; border-top: 1px solid #d7d9db; border-bottom: 1px solid #d7d9db; transition-duration: .3s; font-size: 0; }
.tab-type-menu-area .tab-type-menu-wrap > li:last-child { border-right: 1px solid #d7d9db; }
.tab-type-menu-area .tab-type-menu-wrap > li.on { background-color: #66a8c1; }
.tab-type-menu-area .tab-type-menu-wrap > li.on:last-child { border-right: 1px solid #3ab484; }
.tab-type-menu-area .tab-type-menu-wrap > li.on a { color: #fff; }
.tab-type-menu-area .tab-type-menu-wrap > li > a { box-sizing: border-box; display: block; display: 100%; font-family: "Pretendard"; font-size: 18px; font-weight: 400; color: #2d3d47; text-align: center; padding: 18px 5px; transition-duration: .3s; }
.tab-type-menu-area .tab-type-content-wrap { margin-top: 60px; }
.tab-type-menu-area .tab-type-content-wrap > li.on { max-height: initial; overflow: unset; visibility: unset; opacity: unset; }
.tab-type-menu-area .tab-type-content-wrap > li { max-height: 0px; overflow: hidden; visibility: hidden; opacity: 0; transition-duration: .3s; }
.tab-type-menu-area .tab-type-content-wrap > li .content-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tab-type-menu-area .tab-type-content-wrap > li .content-list > li { flex: 0 0 calc((100% - 20px) / 3); border: 1px solid #466477; }
.tab-type-menu-area .tab-type-content-wrap > li .content-list-img > li { font-size: 0; }
.tab-type-menu-area .tab-type-content-wrap > li .content-list-img > li img { width: 100%; }
.tab-type-menu-area .title-content-img { font-size: 0; }
.tab-type-menu-area .title-content-img img { width: 100%; }
.tab-type-menu-area .type-content-img { font-size: 0; }
.tab-type-menu-area .type-content-img img { width: 100%; }

.title-content ~ .box-type-button-wrap { margin-top: 30px; }
.box-type-button-wrap ~ .type-content { margin-top: 100px; }
.box-type-button-wrap { display: flex; justify-content: center; align-items: center; gap: 10px; }
.box-type-button-wrap .button-type-basic { cursor: pointer; appearance: none; -webkit-appearance: none; border: 1px solid #d5d8da; background-color: #fff; box-sizing: border-box; padding: 12px 15px; min-width: 200px; box-sizing: border-box; font-size: 0; transition-duration: .3s; border-radius: 30px; }
.box-type-button-wrap .button-type-basic .text { display: inline-block; vertical-align: middle; font-family: "Noso Sans KR"; font-size: 17px; font-weight: 400; color: #2d3d47; transition-duration: .3s; }
.box-type-button-wrap .button-type-basic .icon { width: 8px; height: 13px; display: inline-block; vertical-align: middle; background-position: center center; background-repeat: no-repeat; background-size: contain; background-image: url('/resources/img/sub/icon-button-arrow-normal.png'); transition-duration: .3s; }
.box-type-button-wrap .button-type-basic .text ~ .icon { margin-left: 40px; }
.box-type-button-wrap .button-type-basic:hover { background-color: #2d3d47; border: 1px solid #2d3d47; }
.box-type-button-wrap .button-type-basic:hover .text { color: #fff; }
.box-type-button-wrap .button-type-basic:hover .icon { background-image: url('/resources/img/sub/icon-button-arrow-hover.png'); }

/* 인테리어 */
.title-interior { font-family:"SUIT"; text-align: center;  line-height: 1.4; position: relative; word-break: keep-all; font-size: 100px; display: block; font-weight: 900; color: #2b3b4a; text-align: center; }
.title-interior ~ .interior-photo { margin-top: 30px; }
.interior-photo { font-size: 0; }
.interior-photo img { width: 100%; }

/******************************************
  컨텐츠 타이틀
******************************************/
.content_title {
  position: relative;
  padding: 2rem 0;
  margin: 0 0 1rem;
}
.content_title h3 {
  text-align: center;
  /* font-size: 2.8rem; */
  font-size: 40px;
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 800;
  color: #66a8c2;
  letter-spacing: 2px;
  margin: 1rem 0;
}
.content_title h3::after {
  content:"";
  display: none;
  width: 1px;
  height: 60px;
  background-color: #EDEEF1;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-top: 2%;
}

.title_bottom_text  {
  text-align: center;
  font-family: "SUIT";
  /* font-size: 24px; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #466477;
  margin: 1.5rem 0 3rem;
}

.thumb_box_wrap {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.thumb_box_wrap .thumb_box_item {
  position: relative;
  font-size: 0;
}
.thumb_box_wrap .thumb_box_item .thumb_box_text { 
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-family: 'Pretendard';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}


@media screen and (max-width: 1440px) {
  .content_title::before {
    height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .content_title::before {
    height: 8vw;
  }
  .content_title h3 {
    font-size: 7vw;
    margin: 4vw 0;
  }
  .content_title h3::after {
    content:"";
    display: block;
    width: 1px;
    height: 7vw;
    background-color: #EDEEF1;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-top: 2%;
  }
}




/******************************************
  컨텐츠 영역
******************************************/
.page_content {
    padding: 4rem 0 8rem;
}
.page_content .page_container  {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.page_content .page_container img {max-width: 100%;}

.page_content .page_container2  {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.page_content .page_container2 img {max-width: 100%;}

@media screen and (max-width: 1100px) {
  .page_content .page_container  {
    padding: 0 2rem;
  }
  .page_content .page_container2  {
    padding: 0 2rem;
  }
}



/******************************************
  사업개요
******************************************/

.overview .page_container .summary_title::after {
  content:"";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #79B3CA;
  text-align: left;
  margin-top: 2%;
}
.overview .page_container .summary_title { margin: 4rem 0 0;}
.overview .page_container .prj_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.overview .page_container .prj_list li {
  width: 50%;
  border-left: 1px solid #E8E8E8;
}

.overview .page_container .prj_list li dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

}

.overview .page_container .prj_list li dl dt {
  width: 27%;
  padding:0.9rem 1.9rem;
  text-align-last: justify;
  display: block;
  color: #34424B;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}

@media screen and (max-width: 1062px) {  
  .overview .page_container .prj_list li dl dt {
    font-size: 1.6vw;
  }  
  .overview .page_container .prj_list {
    margin: 4rem 0;
  }
  .summary_title p {font-size: 1.8rem; color: #5f5f5f; text-align: center;}
  .overview .page_container .summary_title::after {
    display: none;
  }
  .overview .page_container .summary_title {
    margin-bottom: 50px;
  }
}

@media screen and (max-height: 700px) {

  .summary_title p {font-size: 1.7rem; color: #5f5f5f; text-align: center;}
}
@media screen and (max-width: 970px) {  
  .overview .page_container .prj_list li dl dt {
    font-size: 3.4vw;
  }  
  .overview .page_container .prj_list li {
    width: 100%;
  }
}

.overview .page_container .prj_list li dl dd {
  width: 73%;
  word-break: keep-all;
  color: #868686;
  padding:0.9rem 0.2rem;
  font-size:18px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .overview .page_container .prj_list li dl dd {
    padding:0.4rem 0 0.5rem;
  }
  .overview .page_container .prj_list li dl dt {
    width: 24vw;
    padding:1vw 2.5vw;
  }
}

@media screen and (max-width: 488px) {
  .overview .page_container .prj_list li dl dt {
    width: 23vw;
    padding:1vw 1.5vw;
    font-size: 3.9vw;
  }
  .overview .page_container .prj_list li dl dd {
    padding: 0.6vw 3vw;
    font-size: 3vw;
  }
  .summary_title p {font-size: 5vw; color: #5f5f5f; text-align: center;}
  .summary_title p strong {font-size: 8vw; }
}

@media screen and (min-width: 1025px) {
  .overview .page_container .prj_list li:nth-of-type(1) { order: 0 }
  .overview .page_container .prj_list li:nth-of-type(6) { order: 1 }
  .overview .page_container .prj_list li:nth-of-type(2) { order: 2 }
  .overview .page_container .prj_list li:nth-of-type(7) { order: 3 }
  .overview .page_container .prj_list li:nth-of-type(3) { order: 4 }
  .overview .page_container .prj_list li:nth-of-type(8) { order: 5 }
  .overview .page_container .prj_list li:nth-of-type(4) { order: 6 }
  .overview .page_container .prj_list li:nth-of-type(9) { order: 7 }
  .overview .page_container .prj_list li:nth-of-type(5) { order: 8 }
  .overview .page_container .prj_list li:nth-of-type(10) { order: 9 }
}

.border-img-box { border: 1px solid #dbdbdb; font-size: 0; }
.layer-landscape2 { margin-top: 20px; }

.thumb_landscape_wrap { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 43px; }
.thumb_landscape_wrap > dl { width: calc(50% - 5px); padding-bottom: 70px; }
.thumb_landscape_wrap > dl dt { font-size: 0; }
.thumb_landscape_wrap > dl dt img { width: 100%; }
.thumb_landscape_wrap > dl dd .title { display: block; width: 100%; font-style: normal; font-size: 24px; font-family: "Pretendard"; font-weight: 700; color: #414042; line-height: 30px; margin-top: 25px; }
.thumb_landscape_wrap > dl dd .text { display: block; width: 100%; font-style: normal; font-size: 20px; font-family: "Pretendard"; font-weight: 400; color: #414042; line-height: 26px; margin-top: 10px; }

/******************************************
  프리미엄 : SKIN1
******************************************/

.temp_premium_skin1 .premium_list .inner .left_con {position: relative;}
.temp_premium_skin1 .premium_list .inner .left_con .img {
    /* background-image: url(../img/sub/premium_1.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.temp_premium_skin1 .premium_list .inner .right_con {
    text-align: left;
    color:#2a2a2a;
    font-size:24px;
    padding-top:30px;
    position:relative;
}
.temp_premium_skin1 .premium_list .inner .right_con span {display: block}
.temp_premium_skin1 .premium_list .inner .right_con .leftTitle {margin:12px 0 40px 0;}
.temp_premium_skin1 .premium_list .inner .right_con dl {padding-top: 3rem;}
.temp_premium_skin1 .premium_list .inner .right_con dl dt {color: #000; font-size: 2.7rem; line-height: 1.3; letter-spacing: -1px; word-break: keep-all;}
.temp_premium_skin1 .premium_list .inner .right_con dl dt strong {font-weight: 600;}
.temp_premium_skin1 .premium_list .inner .right_con dl dd {font-size: 1.24rem; padding-top: 2rem; word-break: keep-all; letter-spacing: -0.5px;  word-break: keep-all;}
.temp_premium_skin1 .premium_list li {margin:0 0 100px 0;}
.temp_premium_skin1 .premium_list li:nth-child(even) .inner .right_con, .temp_premium_skin1 .premium_list li:nth-child(even) .inner .left_con {text-align: right;}

.temp_premium_skin1 .premium_list li:nth-child(1) .inner .right_con:before {position:absolute; left:0; top:0;width:200px; height: 30px;display: block; content:''; background: url('/resources/img/sub/premium_img_01_text_icon.png') no-repeat left top;}
.temp_premium_skin1 .premium_list li:nth-child(2) .inner .right_con:before {position:absolute; right:0; top:0;width:200px; height: 30px;display: block; content:''; background: url('/resources/img/sub/premium_img_02_text_icon.png') no-repeat right top;}
.temp_premium_skin1 .premium_list li:nth-child(3) .inner .right_con:before {position:absolute; left:0; top:0; width:200px; height: 30px;display: block; content:''; background: url('/resources/img/sub/premium_img_03_text_icon.png') no-repeat left top;}
.temp_premium_skin1 .premium_list li:nth-child(4) .inner .right_con:before {position:absolute; right:0; top:0;width:200px; height: 30px;display: block; content:''; background: url('/resources/img/sub/premium_img_04_text_icon.png') no-repeat right top;}



/******************************************
  프리미엄 : SKIN1 reverse
******************************************/
.temp_premium_skin1 .premium_list.reverse .inner .right_con {padding:0; position: relative; padding-bottom: 100%; background: #ddd;}
.temp_premium_skin1 .premium_list.reverse .inner .right_con .img {
    /* background-image: url(../img/sub/premium_1.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.temp_premium_skin1 .premium_list.reverse .inner .left_con {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:0 3rem;
    background-color:transparent
}
.temp_premium_skin1 .premium_list.reverse .inner .left_con .tit {font-size: 1.4rem;  font-weight: 100; color: rgba(0,0,0,.3);}
.temp_premium_skin1 .premium_list.reverse .inner .left_con .tit .num {font-weight: 600;}
.temp_premium_skin1 .premium_list.reverse .inner .left_con dl {padding-top: 3rem;}
.temp_premium_skin1 .premium_list.reverse .inner .left_con dl dt {color: #000; font-size: 2.7rem; line-height: 1.3; letter-spacing: -1px; word-break: keep-all;}
.temp_premium_skin1 .premium_list.reverse .inner .left_con dl dt strong {font-weight: 600;}
.temp_premium_skin1 .premium_list.reverse .inner .left_con dl dd {font-size: 1.24rem; padding-top: 2rem; word-break: keep-all; letter-spacing: -0.5px;  word-break: keep-all;}
.temp_premium_skin1 .premium_list.reverse li:nth-child(odd) .inner .left_con {order: 1;}
.temp_premium_skin1 .premium_list.reverse li:nth-child(odd) .inner .right_con {order: 2;}

.temp_premium_skin1 .plant_list .inner .left_con .icon {position:absolute; top:50%;transform: translateY(-50%);}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con {padding:0 2rem;}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .right_con {background-color:transparent;}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .right_con .img {background-size:contain;}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .right_con span {display: none;}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl {padding-left:9rem;}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl dt {color:#0074a7; font-size:2.7rem; font-weight: bold;}
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl dt span {font-size:1.4rem;padding-top:1rem; }
.temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl dd {font-size: 1.4rem; color:#595959; font-weight: 400;}
.temp_premium_skin1 .plant_list.premium_list.reverse li:nth-child(odd) .inner .left_con { order: 1; padding-left:0;}
.temp_premium_skin1 .plant_list.premium_list.reverse li:nth-child(odd) .inner .left_con dl dt {color: #263664;}
.temp_premium_skin1 .plant_list.premium_list.reverse li:nth-child(odd) .inner .right_con {order: 2; padding-right: 0;}

@media screen and (max-width: 1100px) {
  .temp_premium_skin1 .premium_list .inner .right_con dl dt {font-size: 2.3rem;}
  .temp_premium_skin1 .premium_list .inner .right_con dl dd {font-size: 1.1rem;}

  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con p {text-align:center; width: 80px;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con .icon {position:static; transform: translateY(0);}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con {padding:0;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl {padding-left:0; padding-top:1rem;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl dd {padding-top:1rem;}
}
@media screen and (max-width: 768px) {
  .temp_premium_skin1 .premium_list li {margin-bottom: 2rem;}
  /* .temp_premium_skin1 .premium_list .inner .right_con dl dd br {display: none;} */
  .temp_premium_skin1 .premium_list .inner .right_con dl dt br {display: none;}
  .temp_premium_skin1 .premium_list .inner {grid-template-columns:35% 1fr;}
  .temp_premium_skin1 .premium_list .inner .right_con .tit {font-size: 1.2rem;}
  .temp_premium_skin1 .premium_list .inner .right_con dl {padding-top: 1rem;}
  .temp_premium_skin1 .premium_list .inner .right_con dl dt {font-size: 1.8rem; word-break: keep-all;}
  .temp_premium_skin1 .premium_list .inner .right_con dl dd {padding-top: 1rem;}
  .temp_premium_skin1 .premium_list li .inner .right_con {font-size:18px; padding-left: 0;}
  .temp_premium_skin1 .premium_list li .inner .right_con span {display: inline-block;}
  .temp_premium_skin1 .premium_list li:nth-child(even) .inner .right_con {order: inherit;}
  
  .temp_premium_skin1 .premium_list li:nth-child(even) .inner .left_con {order: inherit;}


  .temp_premium_skin1 .plant_list.premium_list li {margin:0;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con p {display: none;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl {padding:0;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl dt {font-size:2rem;}
  .temp_premium_skin1 .plant_list.premium_list.reverse .inner .left_con dl dd {padding-top:1rem; font-size:1.2rem;}
}
@media screen and (max-width: 640px) {
  .temp_premium_skin1 .premium_list .inner {grid-template-columns: 1fr;}
  .temp_premium_skin1 .premium_list li .inner .right_con {font-size:16px; padding-left: 0;}
  .temp_premium_skin1 .premium_list .inner .right_con dl dt br {display: block;}
  .temp_premium_skin1 .premium_list.reverse .inner .right_con {padding-bottom:80%}
  .temp_premium_skin1 .premium_list li:nth-child(1) .inner .right_con:before,
  .temp_premium_skin1 .premium_list li:nth-child(2) .inner .right_con:before,
  .temp_premium_skin1 .premium_list li:nth-child(3) .inner .right_con:before,
  .temp_premium_skin1 .premium_list li:nth-child(4) .inner .right_con:before {background-size:100%; width:30px;}
}
@media screen and (max-width: 480px) {
  .temp_premium_skin1 .premium_list .inner .right_con {padding-left: 1rem; padding-top: 1.5rem;}
}

/******************************************
  특화설계
******************************************/
.design-box-wrap1 ~ .design-box-wrap2 { margin-top: 30px; }

@media screen and (max-width: 1024px) {
  .design-box-wrap1 ~ .design-box-wrap2 { margin-top: 35px; }
}

/******************************************
  프리미엄 : fade-up style
******************************************/
.premium_fadeUp_style_list {display: grid; grid-template-columns: 1fr 1fr; font-family: 'Pretendard';}
.premium_fadeUp_style_list li {position:relative; min-height:800px;}
.premium_fadeUp_style_list li .leftImg {position:relative; text-align: right;}
.premium_fadeUp_style_list li .leftImg img {z-index: 1;position:relative;}
.premium_fadeUp_style_list li .leftImg:before {display:block; content:''; width:100%; height:90%; position:absolute; left:0; top:0;}
.premium_fadeUp_style_list .leftTitle {color:#111541; font-size:1.8rem; font-weight: 400; margin:0 0 30px 0;}
.premium_fadeUp_style_list .leftTitle strong {font-size:2.5rem; font-weight: bold;}
.premium_fadeUp_style_list .right_con {word-break: keep-all; margin:20px 0 0 0; color:#3f3b3a; font-weight: 400; font-size:1.2rem;}
.premium_fadeUp_style_list .right_con span {display:block;}

.premium_fadeUp_style_list li:nth-child(1) .leftImg {text-align: center; }
.premium_fadeUp_style_list li:nth-child(1) .leftImg img {max-width: 400px;}
.premium_fadeUp_style_list li:nth-child(1) .leftImg:before {background-color:#e1e2e2;}
.premium_fadeUp_style_list li:nth-child(4) .leftImg {text-align: center;}
.premium_fadeUp_style_list li:nth-child(4) .leftImg:before {background-color:#cbd6e5;}

.premium_fadeUp_style_list li:nth-child(3), .premium_fadeUp_style_list li:nth-child(4) {padding-top: 100px;}
.premium_fadeUp_style_list li:nth-child(1) .leftTitle,.premium_fadeUp_style_list li:nth-child(3) .leftTitle,
.premium_fadeUp_style_list li:nth-child(1) .right_con,.premium_fadeUp_style_list li:nth-child(3) .right_con {padding-left:80px;}


.premium_fadeUp_style_list li:nth-child(2) .leftTitle {position: absolute; top:0; right:45px; padding-right:45px; z-index: 1;}
.premium_fadeUp_style_list li:nth-child(2) .right_con {position:absolute; right:0;}
.premium_fadeUp_style_list li:nth-child(2) img {margin-left:-40px; margin-top:133px;}

.premium_fadeUp_style_list li:nth-child(4) .leftImg {margin-left:-40px;}
.premium_fadeUp_style_list li:nth-child(4) img {margin-top:50px; max-width: 400px;}
.premium_fadeUp_style_list li:nth-child(4) .right_con {position:absolute;  right:0;}
.premium_fadeUp_style_list li:nth-child(4) .leftTitle {padding-right:45px; position:absolute; right:45px;top:-70px; z-index: 1;}


 @media screen and (max-width: 1024px) {
  .content_title { padding: 0.5rem 0; }
   .premium_fadeUp_style_list {display: block; padding-bottom:100px;}
   .premium_fadeUp_style_list li {min-height:650px;}
  .premium_fadeUp_style_list li:nth-child(1) .leftTitle, .premium_fadeUp_style_list li:nth-child(3) .leftTitle, .premium_fadeUp_style_list li:nth-child(1) .right_con, .premium_fadeUp_style_list li:nth-child(3) .right_con{padding:0}
  .premium_fadeUp_style_list li:nth-child(2) .leftTitle {padding:0; right:0; position:static; text-align: right;}
  .premium_fadeUp_style_list li:nth-child(2) img {margin-left:0; margin-top:0;}
  .premium_fadeUp_style_list li:nth-child(2) .right_con {text-align: right;}
  .premium_fadeUp_style_list li:nth-child(4) .leftTitle {padding-right:0;right:0; margin:0 0 40px 0; position:static; text-align: right;}
  .premium_fadeUp_style_list li:nth-child(4) .right_con {text-align: right;}
  .premium_fadeUp_style_list li:nth-child(4) .leftImg {margin-left:0px;}
  .premium_fadeUp_style_list li:nth-child(3), .premium_fadeUp_style_list li:nth-child(4) {padding-top:50px;}
}

@media screen and (max-width: 640px) {
  .premium_fadeUp_style_list {display: block;}
  .premium_fadeUp_style_list li {position:relative; min-height:auto; margin:0 0 100px 0;}
  .premium_fadeUp_style_list .leftTitle {color:#111541; font-size:1.06rem; font-weight: 400; margin:0 0 30px 0 ;}
  .premium_fadeUp_style_list .leftTitle strong {font-size:1.5rem; font-weight: bold;}
  .premium_fadeUp_style_list li .leftImg {text-align: center;}
  .premium_fadeUp_style_list li .leftImg img {width: 90%;}
  .premium_fadeUp_style_list .right_con {font-size: 1rem; max-width:360px; margin:20px 15px;}
  .premium_fadeUp_style_list .right_con span {display:inline-block;}

.premium_fadeUp_style_list li:nth-child(1) .leftImg:before {background-color:#e1e2e2;top:-20px}
.premium_fadeUp_style_list li:nth-child(2) .leftImg:before {background-color:#d6cfc7;top: -20px}
.premium_fadeUp_style_list li:nth-child(3) .leftImg:before {background-color:#d3d2b1; top: -20px}
.premium_fadeUp_style_list li:nth-child(4) .leftImg:before  {background-color: #cbd6e5; top: -20px}

.premium_fadeUp_style_list li:nth-child(3), .premium_fadeUp_style_list li:nth-child(4) {padding-top: 0px;}
.premium_fadeUp_style_list li:nth-child(1) .leftTitle, .premium_fadeUp_style_list li:nth-child(3) .leftTitle,
.premium_fadeUp_style_list li:nth-child(1) .right_con, .premium_fadeUp_style_list li:nth-child(3) .right_con {padding-left:0;}

.premium_fadeUp_style_list li:nth-child(2) .leftTitle {padding-right:0;right:0; margin:0 0 40px 0; position:static; text-align: right;}
.premium_fadeUp_style_list li:nth-child(2) img {margin-left:0; margin-top: 0;}


.premium_fadeUp_style_list li:nth-child(4) .leftTitle {padding-right:0;right:0; margin:0 0 40px 0; position:static; text-align: right;}
.premium_fadeUp_style_list li:nth-child(4) img {margin-left:0; margin-top: 0;}

}

.premium_list1 {display: grid;grid-template-columns: 1fr 1fr; margin-top:60px; column-gap: 40px;}
.premium_list1 li {margin-bottom:60px;}
.premium_list1 li:before {display: block; content:''; width:100%; height:2px; background:url('/resources/img/sub/premium_list1_line.png')}
.premium_list1 li > span {display: inline-block; width:100%; height:200px;background-repeat: no-repeat; background-size:cover; vertical-align: middle;}
.premium_list1 dl {position:relative; display:inline-block;padding:30px; width:calc(100%); padding-right: 0;}
.premium_list1 dt {color:#595959; font-size:18px; font-weight: 400; font-family:'Pretendard';} 
.premium_list1 dd { color:#2C3C49; line-height: 1.2; width:100%; font-size:34px; font-weight: 600; margin:0 0 12px 0; font-family:'Pretendard';}
.premium_list1 dd span {display: block;}
.premium_list1 dd:after {display: block; content:'';width:100px; height:100px; position:absolute;right:30px; top:30px;}

.premium_list1 li:nth-child(1) dl dd:after {background:url('/resources/img/sub/premium_list1_icon01.png') no-repeat center center;}
.premium_list1 li:nth-child(2) dl dd:after {background:url('/resources/img/sub/premium_list1_icon02.png') no-repeat center center;}
.premium_list1 li:nth-child(3) dl dd:after {background:url('/resources/img/sub/premium_list1_icon03.png') no-repeat center center;}
.premium_list1 li:nth-child(4) dl dd:after {background:url('/resources/img/sub/premium_list1_icon04.png') no-repeat center center;}
.premium_list1 li:nth-child(5) dl dd:after {background:url('/resources/img/sub/premium_list1_icon05.png') no-repeat center center;}
.premium_list1 li:nth-child(6) dl dd:after {background:url('/resources/img/sub/premium_list1_icon06.png') no-repeat center center;}

.premium_list1 li:nth-child(2) dl dd, .premium_list1 li:nth-child(3) dl dd, .premium_list1 li:nth-child(6) dl dd {color:#2C3C49;}

@media screen and (max-width: 1000px) {
  .premium_list1 dl {padding-left:0px; word-break: keep-all;}
  .premium_list1 dt {font-size:1.5rem;}
  .premium_list1 dd:after {top:0;right:0;}
  .premium_list1 dd {font-size: 2.5rem;}
}
@media screen and (max-width: 800px) {
  .premium_list1 {display: block;}
  .premium_list1 li {margin: 0 0 40px 0;}
  .premium_list1 dt {font-size:2rem; margin:0 0 4px 0;}
  .premium_list1 dd:after {display: none;}
  .premium_list1 dd {font-size:3rem;}
  .premium_list1 {display:block;}
  .premium_list1 li > span {background-position:center center; width:100%; background-size: contain;}
}
@media screen and (max-width: 460px) {
  .premium_list1 dt {font-size:1.2rem;}
  .premium_list1 dd {font-size:2.3rem;}
}

/******************************************
  오시는길 SKIN1 : 약도가 1개일때
******************************************/
.temp_location_skin1 .page_container { padding-bottom: 4rem;}
.temp_location_skin1 .page_container:last-child {padding-bottom: 0;}
.temp_location_skin1 .location_list {
    /* display: flex;
    justify-content: space-between; */
    max-width: 1100px;
    margin: 0 auto;
    display: grid; 
    grid-template-columns: 1.5fr 1fr; 
    gap: 3rem;
    padding-bottom: 4rem;
}
.temp_location_skin1 .right_info { width: 440px; text-align: left; justify-content: space-between; padding: 0.5rem 0 0; }
.temp_location_skin1 .right_info dl dt {font-size: 2rem; font-weight: 500; color: #000; padding-bottom: 0.5rem;}
.temp_location_skin1 .right_info dl dd {font-size: 1.2rem;}
.temp_location_skin1 .right_info .button_group { width: 100%; display: flex; justify-content: space-between;}
.temp_location_skin1 .right_info .btn_map {
    padding: 1.0rem 1.2rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 49%;
    transition: all .3s;
    border-radius: 0.4rem;
}
.temp_location_skin1 .right_info .btn_map i {color: #fff; font-size: 1.3rem;}
.temp_location_skin1 .right_info .btn_map.map_naver {background: #21c030; color: #fff;}
.temp_location_skin1 .right_info .btn_map.map_kacao {background: #fae61f; color: #1a1a1c;}
.temp_location_skin1 .right_info .btn_map.map_kacao i {color: #000;}
.temp_location_skin1 .right_info .btn_map:hover {box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;}
.temp_location_skin1 .button_group { text-align: center; padding: 1.5rem 0; }

@media screen and (max-width: 1100px) {
  .temp_location_skin1 .location_list { display: block; max-width: 800px; margin: 0 auto; }
  .temp_location_skin1 .left_map { width: 100%; }
  .temp_location_skin1 .left_map img { width: 100%;}
  .temp_location_skin1 .right_info { padding: 2.5rem 0 0; }
}
@media screen and (max-width: 768px) {  
  .temp_location_skin1 .right_info .btn_map {padding: 1.2rem 2rem;}
}
@media screen and (max-width: 640px) {
    .temp_location_skin1 .page_container {grid-template-columns: 1fr;}
    .temp_location_skin1 .left_map {padding: 0;}  
    .temp_location_skin1 .right_info {display: block; margin: 0 auto; width: 100%;}
    .temp_location_skin1 .right_info > div { width: 100%; }
    .temp_location_skin1 .right_info dl dt {font-size: 1.6rem;}
    .temp_location_skin1 .right_info dl dd {font-size: 1.2rem;}
    .temp_location_skin1 .right_info .button_group { width: 100%; flex-direction: row; justify-content: space-between; text-align: left;}
    .temp_location_skin1 .right_info .btn_map { width: 49%; }
}
@media screen and (max-width: 480px) {
  .temp_location_skin1 .right_info .button_group { width: 100%; display: block; }
  .temp_location_skin1 .right_info .btn_map { width: 100%; max-width: 240px; }
}

/******************************************
  오시는길 SKIN2 : 약도가 2개일때
******************************************/
.temp_location_skin2 .map_con {display: grid; grid-template-columns: 1.5fr 1fr; padding-bottom: 4rem;}
.temp_location_skin2 .map_con:last-child {padding-bottom: 0;}
.temp_location_skin2 .right_info {display: flex; text-align: left; justify-content: center; flex-direction: column; padding-left: 4rem;}
.temp_location_skin2 .right_info dl dt {font-size: 2rem; font-weight: 500; color: #000; padding-bottom: 0.5rem;}
.temp_location_skin2 .right_info dl dd {font-size: 1.2rem;}
.temp_location_skin2 .right_info .button_group {display: flex; flex-direction: column;}
.temp_location_skin2 .right_info .btn_map {
    padding: 1.2rem 2rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1rem;
    max-width: 300px;
    transition: all .3s;
    border-radius: 0.4rem;
}
.temp_location_skin2 .right_info .btn_map i {color: #fff; font-size: 1.3rem;}
.temp_location_skin2 .right_info .btn_map.map_naver {background: #21c030; color: #fff;}
.temp_location_skin2 .right_info .btn_map.map_kacao {background: #fae61f; color: #1a1a1c;}
.temp_location_skin2 .right_info .btn_map.map_kacao i {color: #000;}
.temp_location_skin2 .right_info .btn_map:hover {box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;}

@media screen and (max-width: 768px) {
  .temp_location_skin2 .right_info {padding-left: 2rem;}
  .temp_location_skin2 .right_info .btn_map {padding: 1.2rem 2rem;}
}
@media screen and (max-width: 640px) {
  .temp_location_skin2 .map_con {grid-template-columns: 1fr;}
  .temp_location_skin2 .left_map {padding-bottom: 2rem;}
  .temp_location_skin2 .right_info {padding-left: 0.5rem;}
  .temp_location_skin2 .right_info dl dt {font-size: 1.6rem;}
  .temp_location_skin2 .right_info dl dd {font-size: 1.2rem;}
}
/***************************************
  브랜드
****************************************/
.brand { max-width: 1100px; margin: 0 auto; }
.brand h3 { font-size: 34px; text-align: center; position: relative; font-weight: 600; padding: 0 0 2rem; margin: 0 0 2rem; }
.brand h3::after { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 130px; height: 2px; transform: translateX(-50%); background: #eee; }
.brand .en_tit { text-align: center; font-size: 22px; color: #9ab3cd; font-weight: 400; }
.brand .en_tit strong { font-weight: 600; }
.brand .summary p { font-size: 17px; text-align: center; font-weight: 400; }
.brand .summary p strong { display: block; margin: 1rem 0; font-size: 26px; color: #001041; font-weight: 600; }
.brand .brand_con { margin: 8rem 0;}
.brand_logo { display: flex; margin: 0 0 4rem; }
.brand_logo .logo_img { 
  width: 380px;
  text-align: center;
  position: relative;
  border: 1px solid #e9e9e9;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_logo .logo_img img { width: 50%; }
.brand_logo .logo_img span {
  box-sizing: border-box;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 50px;
  font-size: 14px;
  line-height: 1.1;
  background: #001141;  
  color: #fff;
  padding: 8px 0 0;
}
.brand_logo .logo_txt { box-sizing: border-box; width: calc(100% - 380px); background: #001141; padding: 3rem 4rem; text-align: left; }
.brand_logo .logo_txt dt { padding: 0 0 1rem; font-size: 26px; color: #fff; font-weight: 600;}
.brand_logo .logo_txt dd p { font-size: 17px; color: #fff; font-weight: 500;}
.brand_award { padding: 2rem 0 0;}
.brand_award h4 { position: relative; text-align: center; margin: 0 0 2rem; }
.brand_award h4::before { content: ""; display: block; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; background: #000; z-index: -1; }
.brand_award ul { display: flex; justify-content: space-between;}
.brand_award ul li { width: 20%; padding: 0 0 2rem;}
.brand_award ul li img { width: 100%;}
.brand .mov_responsive { position: relative; padding: 56.25% 0 0; margin: 4rem 0; }
.brand .mov_responsive iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1080px) {
  .brand .brand_con { margin: 4rem 0;}
  .brand_logo { margin: 0 0 2rem; }  
  .brand_logo .logo_img { width: 240px; }
  .brand_logo .logo_txt { width: calc(100% - 240px); padding: 2rem 3rem;}
  .brand_logo .logo_txt dt { font-size: 20px; }
  .brand_logo .logo_txt dd p { font-size: 14px; }
  .brand_logo .logo_txt dd p br { display: none; }
}
@media screen and (max-width: 720px) {
  .brand h3 { font-size: 22px; }
  .brand div.en_tit { font-size: 14px; }
  .brand .summary p strong { font-size: 18px; }
  .brand .summary p br { display: none;}    
  .brand_logo { display: block; margin: 0 0 1rem; }
  .brand_logo .logo_img { width: 100%; padding: 2rem 0; border-right: 1px solid #e9e9e9;}
  .brand_logo .logo_img img { width: 20%;}
  .brand_logo .logo_txt { width: 100%; }
}
@media screen and (max-width: 640px) {
  .brand_award ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
  .brand_award ul li { width: 46%;}  
  .brand .mov_responsive { margin: 1rem 0; }
}

/******************************************
  커뮤니티
******************************************/
.temp_community_skin .community .floor_list {position: relative;}
.temp_community_skin .community .community_tab {position: absolute; right: 1rem; top: 1rem; display: flex;}
.temp_community_skin .community .community_tab li a {
    font-size: 1.4rem;
    display: flex;
    width: 5rem;
    height: 5rem;
    color: #fff;
    font-weight: 600;
    background: #888;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.temp_community_skin .community .community_tab li a.on {background:var(--community_tab_on);}
.temp_community_skin .community .community_tab.en_txt li a {font-family: "Roboto", sans-serif;}

.temp_community_skin .community .community_con {border: 1px solid #efefef; padding: 4rem 0;}
.temp_community_skin .community .community_con li {padding:0 2rem;}
.temp_community_skin .community .community_info {margin-top: 4rem;}
.temp_community_skin .community .community_info ul {display: grid; grid-template-columns: 1fr 1fr; text-align: left; gap: 1rem;}
.temp_community_skin .community .community_info ul li {display: flex; flex-direction: row; margin-bottom: 2rem;}
.temp_community_skin .community .community_info ul li .icon {display: flex; align-items: center; justify-content: center; padding-right: 1.5rem;}
.temp_community_skin .community .community_info ul li .icon i {font-size: 3.2rem; color:var(--community_icon_color);}
.temp_community_skin .community .community_info ul li dl {flex: 1; padding-right: 1rem;}
.temp_community_skin .community .community_info ul li dl dt {font-weight: 600; font-size: 1.3rem; color:var(--community_title_color);}
.temp_community_skin .community .community_info ul li dl dd { padding-top: 0.5rem; word-break: keep-all; font-size: 1rem;}
.community .button_group {display: none;} 

.zoom-image-box { position: relative; }
.zoom-image-box .button-zoom-image { display: inline-block; width: 37.5%; position: absolute; top: 26%; left: 50%; transform: translateX(-50%); font-size: 0; }

@media screen and (max-width: 480px) {
  .temp_community_skin .community .community_tab li a {font-size: 1.1rem; width: 4rem; height: 4rem;}
  .temp_community_skin .community .community_info ul {grid-template-columns: 1fr;}
  .temp_community_skin .community .community_info ul li {margin-bottom: 1rem;}
  .temp_community_skin .community .community_info ul li .icon i {font-size: 2.3rem;}
  .community .button_group {display: block;}
}

/******************************************
  모집공고
******************************************/
.temp_gonggo_skin1 .gonggo_con {margin: 0 -1rem; position: relative; padding-top: 5rem;} 
.temp_gonggo_skin1 .gonggo_con .link_btns {position: absolute; left: 3rem; top: 0; display: flex;}
.temp_gonggo_skin1 .gonggo_con .link_btns li {display: inline-block;}
.temp_gonggo_skin1 .gonggo_con .link_btns li a {display:block; color: #fff; padding: 2.5rem; transition: all .3s; position:relative; overflow: hidden; font-weight: 500;}
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(1) a {background: var(--point_color);}
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(2) a {background: var(--second_color); color: #000; }
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(3) a {background: var(--point_color);}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl {text-align: left;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dt {font-size: 0.92rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dd {font-size: 1.4rem; font-weight: 500;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dd.icon {text-align: right; padding-top: 1rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns li dl dd i { font-size: 1.4rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns li a:hover {transform:translate(-5px, -5px); box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;}

@media screen and (max-width: 768px) {
  .temp_gonggo_skin1 .gonggo_con .link_btns li a {padding: 1.7rem;}
  .temp_gonggo_skin1 .gonggo_con .link_btns {left: 1rem;}
}
@media screen and (max-width: 480px) {
  .temp_gonggo_skin1 .gonggo_con .link_btns li dl dt {font-size: 0.87rem;}
  .temp_gonggo_skin1 .gonggo_con .link_btns li dl dd {font-size: 1.2rem;}
  .temp_gonggo_skin1 .gonggo_con .link_btns li dl dd.icon {padding-top:0;}
}


/******************************************
  입지환경
******************************************/
.temp_envir_skin1 .envir_list {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 2rem 0 4rem;}
.temp_envir_skin1 .envir_list li .img {position: relative; overflow: hidden; padding-bottom: 75%;}
.temp_envir_skin1 .envir_list li .img span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;  
}
.temp_envir_skin1 .envir_list li dl dt {font-size: 1.5rem; font-weight: 600; color: #001241; padding: 1rem 0; text-align: left;}
.temp_envir_skin1 .envir_list li dl dd {font-size: 0.87rem; line-height: 1.7; color: #3f3e40; text-align: left; word-break: keep-all;}
.temp_envir_skin1 .envir_list li dl dd br {display: none;}
.temp_envir_skin1 .map_box {position:relative;overflow:hidden; margin: 50px 0;}
.temp_envir_skin1 .map_box .map-zoom{width:100%;position: absolute;top:0;left:0;cursor:none; }
.temp_envir_skin1 .map_box .magnifier{width: 300px;height: 300px;position: absolute;border-radius: 100%;border:7px solid #7b6244;box-shadow: 0 0  10px rgb(0 0 0 / 80%);display: none; background-repeat:no-repeat}
.temp_envir_skin1 .map_box .map_area{width: 100%;position: absolute;top: 0;left: 0;padding: 0 20px;}


.temp_envir_skin1 .envir_list ul { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.temp_envir_skin1 .envir_list ul li { width: 497px; padding: 2rem 0; }
@media screen and (max-width: 1100px) {
  .temp_envir_skin1 .envir_list ul li { width: 46%;}
  .temp_envir_skin1 .envir_list ul li img { width: 100%;}
  .temp_envir_skin1 .map_box {margin: 30px 0 0;}
}
@media screen and (max-width: 600px) {
  .temp_envir_skin1 .envir_list ul li { width: 100%;}
}
@media screen and (max-width: 1100px) {
  .temp_envir_skin1 .envir_list {grid-template-columns: repeat(2, 1fr); gap: 1.8rem;}
}
@media screen and (max-width: 640px) {
  .temp_envir_skin1 .envir_list { gap: 1rem;}
}
@media screen and (max-width: 480px) {
  .temp_envir_skin1 .envir_list {grid-template-columns: repeat(1, 1fr); padding-bottom:2rem;}
  .temp_envir_skin1 .envir_list li {margin-bottom: 1rem;}  
}


.top_search_box {display: flex; padding: 2rem 0; justify-content: space-between;}
.top_search_box .news_tab {display: inline-flex;}
.top_search_box .news_tab li {margin-right: 1rem;}
.top_search_box .news_tab li a {
    display: block;
    position: relative;
    padding: 0.3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    font-weight: 400;
    overflow: hidden;
}
.top_search_box .news_tab li a strong {display: inline-block; position: relative; padding:0.5rem 0.3rem;}
.top_search_box .news_tab li a strong::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;        
    background: transparent;
    bottom: 0;
    left: 0;
    right: 0;
}
.top_search_box .news_tab li a.on strong::before {background: #000;}
.top_search_box .news_tab li a.on {color: #000;}
.top_search_box .search_in {  
  margin-left: auto; 
  padding-left: 1rem;
  display: flex;
}
.top_search_box .search_in .inner_con {
  position: relative; 
  padding-right: 50px;
  background: #fff; 
  border: 1px solid #333; 
  margin-right: 1rem;
  display: flex;
}
.top_search_box .search_in .placeholder {display: inline-block; padding: 0 1rem;}
.top_search_box .search_in .placeholder label {font-size: 0.92rem; top: 0.7rem; left: 1rem; color: #999;}
.top_search_box .search_in .placeholder input { 
  height: 45px; 
  line-height: 45px; 
  border:0; 
  border: none;     
  padding-left: 0;
  font-size: 1rem;
}
.top_search_box .search_in .btn {
  display: inline-block; 
  height: 45px;
  color: transparent;
  background: none;  
  line-height: 45px;  
  font-size: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.top_search_box .search_in .btn::before {
    content: "\e86f";
    font-family: Linearicons-Free;    
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-indent:0;
    margin-top: 3px;    
    display: inline-block;
}
.top_search_box h4 {width: 100%;}

.list_toggle {display: flex;}
.list_toggle li {flex: 1;}
.list_toggle a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #909090;
    width: 3.2rem;
    margin-left: -1px;
    height: 100%;
}
.list_toggle a.thumb_btn .inner {  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(auto, auto));
  gap: 0.1rem;
}
.list_toggle a.thumb_btn em { width: 0.4rem; height: 0.4rem; background: #909090;}
.list_toggle li.active a {border-color:#000; position: relative; z-index: 10;}
.list_toggle li.active a em {background: #000;}

.list_toggle i {font-size: 2rem;}

.notice_table {margin-top: 1.5rem; margin-bottom: 1rem;}
/* .notice_thumb {margin-top: 1.5rem; margin-bottom: 1rem;}
.notice_thumb ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(150px, auto));
  gap: 1.3rem;
}
.notice_thumb ul.less {grid-template-rows: repeat(1, minmax(150px, auto));}
.notice_thumb ul li {margin-bottom: 2.5rem;}
.notice_thumb ul li .thumbimg {
    /* background: linear-gradient(45deg, rgba(126,204,43,1) 0%, rgba(40,61,155,1) 87%, rgba(40,61,155,1) 100%); */
    /* position: relative;    
    padding-bottom: 70%;
    background: url("/resources/img/sub/no_thumb.jpg") no-repeat 0 0;
    background-size: 100% 100%; */
/* } */
.notice_thumb ul li .thumbimg span {
    display: block;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;   
    background-repeat: no-repeat;    
    background-size: cover;
}
.notice_thumb ul li .thumbimg span.noimg { background-size: 50%;}
.notice_thumb ul li dl {color: #000;}
.notice_thumb ul li dt {
    font-weight: 500;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 1.3;
    margin: 1rem 0;
    height: 3.2rem;
    word-break: break-all;
}
.notice_thumb.galley_thumb ul li dd {padding-top: 1rem;}
.notice_thumb.galley_thumb ul li dt {margin-bottom: 0;}

.notice_thumb ul li dd {font-family:"Montserrat", tahoma, sans-serif; font-weight: 600;}
.notice_thumb ul li dd .cate {
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  color:#283d9b;
  padding-right: 1rem;
} */
.news_tbl_list tbody td.empty_data {padding: 5rem 0; text-align: center;}

/******************************************
  페이지네이션 (Pagination)
******************************************/
.pagination { 
  clear:both;      
  font-family:"Montserrat", tahoma, sans-serif,arial;
  text-align:center;      
  font-weight:400;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {  
  width:1.7rem; 
  height:2rem;
  line-height:2rem;
  color:#333;
  font-size:1rem;
  text-align:center; 
  padding:0 !important;       
  margin: 0 3px;  
  display: inline-block; 
}
.pagination strong { 
  font-size:1rem;
  font-weight: 500;
  width:1.7rem; 
  height:2rem;
  line-height:2rem; 
  padding:0;
  border-bottom: 1px solid #333;       
  position: relative;
  text-align: center;
  color: #000;  
}
.pagination a.pagbtn {background-color: #fff; font-size: 0; color: transparent;}
.pagination a.prev, 
.pagination a.first,
.pagination a.next,
.pagination a.last {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: transparent;
}
.pagination a.prev:before{font-family: 'FontAwesome'; content: "\f104"; font-size:1.3rem; color: #333; margin-left: -3px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pagination a.first:before{font-family: 'FontAwesome'; content: "\f100"; font-size:1.3rem; color: #333; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pagination a.next:before{font-family: 'FontAwesome'; content: "\f105"; font-size:1.3rem; color: #333; margin-left:3px;position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pagination a.last:before{font-family: 'FontAwesome'; content: "\f101"; font-size:1.3rem; color: #333;position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.pagination button:disabled {opacity: 0.3; cursor:default;}
.pagination button.pagbtn {
  margin: 0 1rem;
  color: #333;
  cursor: pointer;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  font-size: 0.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************************************
  보도자료
******************************************/
.news_list_type ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;}
.news_list_type ul li {margin-bottom:2.5rem; background:#fff; text-align: left; box-shadow: 8px 13px 15px 0px rgba(0,0,0,0.1); transition: box-shadow .4s;}
.news_list_type ul li:hover {box-shadow: none;}
.news_list_type ul li a {display:block; width:100%; height:100%; padding:2.5rem 1.5rem; font-size:1rem; color:#000;}
.news_list_type ul li a span {display:block; color:#204eb0; font-size:1rem; margin-bottom:1rem; font-weight: 400;}
.news_list_type ul li a span.date {margin-bottom:0; font-family: "Montserrat"; margin-top:1.5rem;}
.news_list_type ul li a dl dt {font-size:1.3rem; font-weight:400;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_list_type ul li a dl dd {margin:1rem 0;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.paging_wrap {display:flex; width:100%; justify-content: center; margin:3.5rem 0;}
.paging_wrap a {display:inline-flex; margin:0 0.5rem; font-size:0.9rem; font-family: "Montserrat"; width:1.8rem; height:1.8rem; border-radius: 100%; justify-content: center; align-items: center; font-weight:500;}
.paging_wrap a.current {background:#000; color:#fff;}

@media screen and (max-width: 768px) {
  .news_list_type ul {grid-template-columns: repeat(2, 1fr);}
} 

@media screen and (max-width: 480px) {
  .news_list_type ul {grid-template-columns: repeat(1, 1fr); gap:0;}
  .news_list_type ul li a dl dt { font-size:1.1rem; }
  .news_list_type ul li a { padding: 1.5rem 1rem; }
  .news_list_type ul li a span { margin-bottom: 0.5rem;}
  .news_list_type ul li a span.date { margin-top: 1rem;}
}

/******************************************
  특별공급
******************************************/
.temp_docspecial_skin .docs_tab {display: flex; width: 100%; margin-bottom: 5rem;}
.temp_docspecial_skin .docs_tab li {flex: 1; margin-left: -1px;}
.temp_docspecial_skin .docs_tab li a {
  border: 1px solid #e5e5e5; 
  background: var(--docs_tab_bg); 
  color:var(--docs_tab_txt);
  display: block; 
  padding: 1.3rem 0; 
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}
.temp_docspecial_skin .docs_tab li a.on{
  color: #fff;  
  background:var(--docs_tab_active);
  position: relative;
}
.temp_docspecial_skin .docs_tab li:first-child a {border-top-left-radius: 0.5rem; border-bottom-left-radius:0.5rem;}
.temp_docspecial_skin .docs_tab li:last-child a {border-top-right-radius: 0.5rem; border-bottom-right-radius:0.5rem;}
.temp_docspecial_skin .docs_con h3 {font-size: 2.3rem; padding-bottom: 1rem; letter-spacing: -2px; font-weight: 500; color: #333;}
.temp_docspecial_skin .docs_con h3 strong {font-size: 1.8rem; color:var(--docs_tab_active);}

@media screen and (max-width: 1100px) {
  .temp_docspecial_skin .docs_tab {margin-bottom: 2rem;}
  .temp_docspecial_skin .docs_con h3 { font-size: 1.8rem;}
}
@media screen and (max-width: 600px) {
  .temp_docspecial_skin .docs_tab {display: grid; grid-template-columns: repeat(3, 1fr);}
  .temp_docspecial_skin .docs_tab li {margin-left: 0; margin-top: -1px;}
  .temp_docspecial_skin .docs_tab li:first-child a {border-radius: 0;}
  .temp_docspecial_skin .docs_tab li:last-child a {border-radius: 0;}
  .temp_docspecial_skin .docs_tab li a {padding: 0.8rem 0; font-size: 0.87rem;}
  .temp_docspecial_skin .docs_con h3 { font-size: 1.4rem;}
}

/******************************************
  홍보영상
******************************************/
.temp_video_skin .movie_tab {display: flex; width: 100%; margin-bottom: 4rem;}
.temp_video_skin .movie_tab li {flex: 1; margin-left: -1px;}
.temp_video_skin .movie_tab li a {
  border: 1px solid #e5e5e5; 
  background: var(--docs_tab_bg); 
  color:var(--docs_tab_txt);
  display: block; 
  padding: 1.3rem 0; 
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}
.temp_video_skin .movie_tab li a.on{
  color: #fff;  
  background:var(--docs_tab_active);
  position: relative;
}
.temp_video_skin .movie_tab li:first-child a {border-top-left-radius: 0.5rem; border-bottom-left-radius:0.5rem;}
.temp_video_skin .movie_tab li:last-child a {border-top-right-radius: 0.5rem; border-bottom-right-radius:0.5rem;}

@media screen and (max-width: 640px) {
  .temp_video_skin .movie_tab {margin-bottom: 2rem;}
}

/************************************ 
  시스템 - AIQ 
*************************************/
.aiq { max-width: 1100px; margin: 0 auto;}
.aiq .aiq_top { margin: 0 0 40px; }
.aiq .aiq_tit { font-size: 40px; text-align: center; font-weight: 400; word-break: keep-all; margin: 20px 0;}
.aiq .aiq_tit strong { font-weight: 600; }
.aiq .aiq_tit[data-tit="1"] strong { color: #f0a440; }
.aiq .aiq_tit[data-tit="2"] strong { color: #813f99; }
.aiq .aiq_tit[data-tit="3"] strong { color: #0c9142; }
.aiq .aiq_img { margin: 50px 0 0; }
.aiq #tv_load {
  position: relative;
  padding: 56.2% 0 0;
}
.aiq #tv_load iframe { 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .aiq .aiq_tit { font-size: 30px; }
  .aiq .aiq_img { margin: 30px 0 0; }
}
@media screen and (max-width: 600px) { 
  .aiq .aiq_tit { font-size: 24px; }
  .aiq .aiq_img { margin: 20px 0 0; }  
}
@media screen and (max-width: 480px) {
  .aiq .aiq_tit { font-size: 18px; }
}


/***************************************
  이벤트 당첨자
****************************************/
.event_winner .result_inner {background: #fff; padding-top: 2rem;}
.event_winner .result_inner p.tit {padding: 1rem 0 0; text-align: center;}
.event_winner .result_inner p.tit span {display: inline-block; padding: 1rem 0; color: #fff; background: #064c44; font-weight: 600; font-size: 1.3rem; width: 970px;}
.event_winner .winner_list { max-width: 970px; width:100%; margin:0 auto; overflow: hidden; padding: 4rem 2rem; background:#fff; margin-top:-2rem; border-radius: 10px;}
.event_winner .winner_list ul.list_head { display: flex; flex-wrap:wrap; width:100%; }
.event_winner .winner_list ul.list_head li.user_tit { display: flex; font-size: 1.2rem; padding: 0.6rem 0; color: #000; font-weight: 500; width: 50%; background:#001241; color: #fff; font-weight: 500; justify-content: center; }
.event_winner .winner_list ul.list_head li.user_tit strong { display: block; width: 50%; padding: 0 5px; width: 40%; text-align: center;}
.event_winner .winner_list ul.list_head li.user_tit span { display: block; width: 50%; padding: 0 6px; width: 60%; text-align: center;}
.event_winner .winner_list ul.list_body { overflow: hidden; width:100%;}
.event_winner .winner_list ul.list_body li.user_data {float: left; width: 50%; padding: 0 1rem; text-align: center; }
.event_winner .winner_list ul.list_body li.user_data:nth-child(2n+1) {clear: both;}
.event_winner .winner_list ul.list_body li.user_data { display: flex; font-size: 1.2rem; padding: 0.6rem 0; color: #000; font-weight: 500; border-bottom: 1px solid #ddd; }
.event_winner .winner_list ul.list_body li.user_data strong { display: block; width: 50%; padding: 0 5px; width: 40%; text-align: center;}
.event_winner .winner_list ul.list_body li.user_data span { display:block; width:100%; padding: 0 6px;text-align: center;}
@media screen and (max-width: 1024px) {  
    .event_winner .result_winner {padding:0 5%;}
}
@media screen and (max-width: 600px) {  
    .event_winner .winner_list ul.list_head li.user_tit {width:100%}
    .event_winner .winner_list ul.list_head li:last-child {display:none;}
    .event_winner .winner_list ul.list_body li.user_data {width:100%; clear:both;}
}
.event_winner .winner_con {
  background-color: #001140;
  background-image: url("/resources/img/sub/event_winner_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding: 0 0 50px;
}
.event_footer { 
  background: #001140;
  padding: 0 2rem 50px;  
}
.event_footer ul { max-width: 970px; width:100%; margin:0 auto; overflow: hidden; }
.event_footer ul li { color: #fff; font-weight: 400; font-size: 18px; text-indent: -22px; padding: 0 0 0 22px;}
@media screen and (max-width: 600px) {
  .event_winner .winner_con {
    background-image: url("/resources/img/sub/event_winner_bg_m.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding: 0 0 50px;
    background-size: 100% auto;
  }
  .event_footer ul li {  font-size: 16px; }
}
.event_winner h3 {
  padding: 10rem 0 5rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .event_winner h3 {
    padding: 6rem 0 3rem;
  }
}
.event_winner h4 {
  padding: 0 0 3rem;  
  font-family: "GmarketSansBold";
  text-align: center;
  font-size: 80px;
  color: #fff;
  line-height: 1.2;
}
.event_winner h4 br { display: none; }
@media screen and (max-width: 960px) {
  .event_winner h4 br { display: block; }
}
@media screen and (max-width: 800px) {
  .event_winner h4 {font-size: 12vw;}
}
.event_winner h5 {
  max-width: 700px;
  height: 60px;
  margin: 0 auto; 
  background: #7ec0ff;
  text-align: center;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
  border-radius: 60px;
}
.event_winner h5 span {
  color: #fff;
  font-size: 2rem;  
  font-family: "Pretendard";  
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .event_winner h5 { width: 80%; height: 4rem;}
  .event_winner h5 span { font-size: 3.5vw;}
}

.pc-only {display:block;}
.m-only {display:none;}

@media screen and (max-width: 1024px) {
  .pc-only {display:none !important;}
  .m-only {display:block;}

  .button_group .round_btn { padding: 8px 25px; }
  .button_group .round_btn.m-only { display: inline-block; width: auto !important; }
  .button_group .round_btn.pc-only { display: none; }
}


/******************************************
  오시는 길
******************************************/

.location .location_list {
  display: flex;
  max-width: 1100px;
  margin-bottom: 30px;
}
.location .left_map { width: 50%;}
.location .left_map img {height: 100%;}
.location .right_info {background-color: #2e3c46; width:50%; max-height: 460px; text-align: left; display: flex; align-items: center; padding:2rem 3rem 1rem; position:relative; }
.location_icon {position:absolute; right:-5%; top:-10%; animation: rotateAni 20s linear infinite;}
.location .right_info div {width: 100%;}
.location .right_info dl dt {font-size: 26px; font-weight: 500; color: #fff; padding-bottom: 0.3rem;}
.location .right_info dl dd {font-size: 20px; font-weight:500; color:#bcc4c9;}
.location .right_info .button_group { width: 100%; display: flex; justify-content: space-between;}
.location .right_info .btn_map {
    padding: 1.0rem 1.2rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 16px;
    width: 49%;
    transition: all .3s;
}
.location .right_info .btn_map.map_naver {background: #6f7a81; color: #fff;}
.location .right_info .btn_map.map_kacao {background: #6f7a81; color: #fff;}
.location .right_info .btn_map:hover {box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;}
.location .button_group { text-align: center; padding: 1rem 0; }

@media screen and (max-width: 1100px) {
  .location .location_list { display: block; min-width: auto; }
  .location .right_info { padding:3.2rem; }
  .location .left_map { width: 100%; }
  .location .left_map img { width: 100%; }
  .location .right_info { width: 100%; }
}
@media screen and (max-width: 480px) {
  .load_title { margin: 0 0 10vw;}
  .location .right_info { padding: 5vw 5vw 4vw; }
  .location .right_info dl dt {font-size: 4.1666vw;}
  .location .right_info dl dd {font-size: 3.6111vw;}
  .location .right_info .btn_map { font-size: 3vw; padding: 3vw 2vw 3vw 4vw;}
}


/******************************************
  영상공통
******************************************/
.mov_responsive {
  position: relative;
  padding: 56.25% 0 0;
}
.mov_responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chungyak_video_table {
  width:100%;
  margin-top: 120px;
  /* background-color: wheat; */
  position: relative;
}
.chungyak_video_table h3 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.chungyak_video_table h3::before {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: -35%;
  left: 50%;
  display: block;
}
.chungyak_video_table table {
  width: 100%;
}
.chungyak_video_table table tbody {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.chungyak_video_table table tbody tr{
  width: 14.285%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.chungyak_video_table table tbody tr:not(:first-child) {
  border-left: none;
}

.chungyak_video_table table tbody tr th{
  background-color: #66A8C1;
  height: 65px;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.chungyak_video_table table tbody tr td{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0.5rem;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

/******************************************
  VR
******************************************/
.box-layer-vr { position: relative; width: 100%; height: 672px; overflow: hidden; }
.box-layer-vr-pa { position: absolute; top: -62px; left: 0; width: 100%; bottom: 0; }
.box-layer-vr-pa2 { position: absolute; top: 0; left: 0; width: 100%; bottom: 0; }
.box-layer-vr-iframe { width: 100%; height: 100%; border: 0; }


.video_shorts {
  display:flex; 
  justify-content: center; 
  width:100%;
  background-color: #eee;
}

@media screen and (max-width: 640px) {
  .video_shorts iframe { 
    width:100%;
    height: 100vw;
  }
}


@media screen and (max-width: 1100px) {
  .foot_summary { padding-left: 20px; padding-right: 20px; }
}


@media screen and (max-width: 1024px) {
  .page_content { padding: 4rem 0 4rem; }
  .chungyak_video_table table tbody tr{
    width: 50%;
  }
  .chungyak_video_table table tbody tr:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.5) ;
  }
  .chungyak_video_table h3::before {
    top: -15%;
  }

  .map_img_box1 ~ .map_img_box2 { margin-top: 40px; }

  .tab-menu-area .tab-menu-wrap { flex-wrap: wrap; }
  .tab-menu-area .tab-menu-wrap > li { width: 50%; }
  .tab-menu-area .tab-menu-wrap > li:nth-child(2) { border-right: 1px solid #d7d9db; }
  .tab-menu-area .tab-menu-wrap > li.on:nth-child(2) { border-right: 1px solid #ddae6d; }
  .tab-menu-area .tab-menu-wrap > li:nth-child(3) { border-top: 0px; }
  .tab-menu-area .tab-menu-wrap > li:nth-child(4) { border-top: 0px; }
  .tab-menu-area .tab-menu-wrap > li.on:nth-child(3) { border-top: 0px; }
  .tab-menu-area .tab-menu-wrap > li.on:nth-child(4) { border-top: 0px; }
  .tab-menu-area .tab-menu-wrap > li > a { font-size: 12px; padding: 10px 5px; }
  .tab-menu-area .tab-content-wrap { margin-top: 40px; }
  .tab-menu-area .tab-content-wrap > li .content-list { display: block; }
  .tab-menu-area .tab-content-wrap > li .content-list-img > li ~ li { margin-top: 10px; }

  .tab-type-menu-area .tab-type-menu-wrap > li > a { font-size: 12px; padding: 10px 5px; }
  .tab-type-menu-area .tab-type-content-wrap { margin-top: 25px; }
  .box-type-button-wrap ~ .type-content { margin-top: 50px; }
  .box-type-button-wrap .button-type-basic { padding: 7px 15px; min-width: unset; width: 100%; max-width: 140px; }
  .box-type-button-wrap .button-type-basic .text { font-size: 12px; }
  .box-type-button-wrap .button-type-basic .icon { width: 5px; height: 8px; }
  .box-type-button-wrap .button-type-basic .text ~ .icon { margin-left: 15px; }
  .title-interior { font-size: 35px; }
  .title_bottom_text {  margin: 1rem 0 2rem; font-size: 14px; }
  .title-interior ~ .interior-photo { margin-top: 10px; }

  .foot_summary { margin-top: 25px; border-top: 0; }
  .foot_summary li { font-size: 0.8rem; line-height: 1.1rem; }

  .box-layer-vr { height: 70vh; }
}

@media screen and (max-width: 360px) {
  .chungyak_video_table table tbody tr th{
    font-size: 18px;
  }
  .chungyak_video_table table tbody tr td{
    font-size: 16px;
  }
}

.w100per {
  width: 100%;
}

.overview .page_container .prj_list.m-only {
  display: none !important;
}

.overview .page_container .prj_list.m-only li {
  border-left: 2px solid #818b91;
}

.overview .page_container .prj_list.m-only li dl {
  flex-wrap: nowrap;
}

.overview .page_container .prj_list.m-only li dl dt {
  width: 18vw;
  font-size: 15px;
}
.overview .page_container .prj_list li dl dd {
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .overview .page_container .prj_list.m-only {
    display: block !important;
  }
}

.fs0 { font-size: 0;} 
.maxW730 { max-width: 730px; margin-left: auto; margin-right: auto; }
.event-wrap-e616 { background-position: center top; background-repeat: repeat-y; background-size: 100% auto; background-image: url('/resources/img/sub/bg-event-patturn.jpg'); }
.event-wrap-e616-bottom { position: relative; padding-top: 30px; padding-bottom: 80px; }
.title-event-e616 { font-family: 'Noto Sans KR', sans-serif; font-size: 2vw; font-weight: 700; line-height: 1.1; color: #fff; text-align: center; }
.bg-paper-e616 { background-color: #fff; padding: 80px 100px 54px; border: 4px solid #000; border-radius: 10px; box-sizing: border-box; margin: 40px 80px 0 80px; }
.title-event-form { font-size: 0; margin-top: 45px; padding-bottom: 10px; border-bottom: 2px solid #2e3c47; }
.title-event-form .icon-alarm-event { display: inline-block; vertical-align: middle; width: 22px; height: 22px; background-position: center center; background-repeat: no-repeat; background-size: contain; background-image: url('/resources/img/sub/icon-alarm-event.png'); }
.title-event-form .icon-alarm-event ~ .text { margin-left: 8px; }
.title-event-form .text { display: inline-block; vertical-align: middle; font-family: 'Pretendard', sans-serif; font-size: 20px; font-weight: 800; line-height: 1.1; color: #001241; }
.title-event-form ~ .event_form_info { margin-top: 20px; }
.event_form_info .info { display: flex; justify-content: flex-start; align-items: center; }
.event_form_info .info ~ .info { margin-top: 16px; }
.event_form_info .info ~ .fileWrap { margin-top: 16px; }
.event_form_info .info .info-tit { width: 93px; }
.event_form_info .info .info-input { width: calc(100% - 93px); }
.event_form_info .info-tit .tit { font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 700; line-height: 1.1; color: #2e3c47; }
.event_form_info .info-tit .tit .smallFont { font-family: 'Pretendard', sans-serif; font-size: 12px; letter-spacing: -0.5px; font-weight: 500; line-height: 1; color: #2e3c47; }
.info-tit ~ .fileBox { margin-top: 8px; }
.event_form_info .info-input-text { border-radius: 7px; border: 2px solid #c8c8c8; box-sizing: border-box; width: 100% !important; max-width: 250px; height: 50px; padding: 0px 13px; font-family: 'Pretendard', sans-serif; font-size: 20px; letter-spacing: 0.25px; font-weight: 500; color: #000; }
.event_form_info .info-input-text::placeholder { font-family: 'Pretendard', sans-serif; font-size: 20px; letter-spacing: -0.25px; font-weight: 500; color: rgba(0, 18, 65, 0.3); }
.event_form_info .info-input-phone { vertical-align: middle; border-radius: 7px; border: 2px solid #c8c8c8; box-sizing: border-box; width: 100% !important; max-width: 130px; height: 50px; padding: 0px 13px; font-family: 'Pretendard', sans-serif; font-size: 20px; letter-spacing: 0.25px; font-weight: 500; color: #000; } 
.event_form_info .info-input-phone-select-box { vertical-align: middle; position: relative; display: inline-block; font-size: 0; width: 100% !important; max-width: 130px; }
.event_form_info .info-input-phone-select-box ~ .info-input-phone { margin-left: 5px; }
.event_form_info .info-input-phone-select { vertical-align: middle; border-radius: 7px; border: 2px solid #c8c8c8; box-sizing: border-box; width: 100% !important; height: 50px; padding: 0px 53px 0px 13px; font-family: 'Pretendard', sans-serif; font-size: 20px; letter-spacing: 0.25px; font-weight: 500; color: #000;
  background-image: url('/resources/img/sub/icon-phone-select.png'); background-repeat: no-repeat; background-position: right 10px center; background-size: 19px 11px;
}
.event_form_info .fileBox { display: flex; justify-content: flex-start; align-items: center; gap: 4px; }
.event_form_info .fileBox .upload-name { vertical-align: middle; border-radius: 7px; border: 2px solid #c8c8c8; box-sizing: border-box; width: 100% !important; height: 50px; padding: 0px 13px; font-family: 'Pretendard', sans-serif; font-size: 20px; letter-spacing: 0.25px; font-weight: 500; color: #000; }
.event_form_info .fileBox #upfile { position: absolute; width: 0px; height: 0; overflow: hidden; visibility: hidden; }
.event_form_info .fileSearch{ display: inline-block; border-radius: 7px; appearance: none; -webkit-appearance: none; width: 140px; height: 50px; line-height: 50px; text-align: center; border: 0; background-color: #2e3c47; font-family: 'Pretendard', sans-serif; font-size: 18px; letter-spacing: 0.25px; font-weight: 600; color: #fff;  }
.event_form_info .info-input-phone-select-box::after { display: block; content: ""; position: absolute; top: 2px; right: 43px; width: 1px; height: 46px; background-color: #e9e9e9; }
.certificationBtn { border-radius: 7px; appearance: none; -webkit-appearance: none; width: 140px; height: 50px; border: 0; background-color: #2e3c47; font-family: 'Pretendard', sans-serif; font-size: 18px; letter-spacing: 0.25px; font-weight: 600; color: #fff;  }
.bottom-event-button  { width: 100%; max-width: 730px; margin-left: auto; margin-right: auto; }
.bottom-event-button .registerBtn { border-radius: 7px; appearance: none; -webkit-appearance: none; width: 100%; max-width: 260px; height: 70px; border: 0; background-color: #66a8c2; font-family: 'Pretendard', sans-serif; font-size: 24px; letter-spacing: 0.25px; font-weight: 600; color: #fff;  }
.event_form_info ~ .bottom-event-button { margin-top: 22px; padding-top: 49px; text-align: center; border-top: 1px solid #dcdcdc; }

.event-complete { position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; pointer-events: none; visibility: hidden; }
.event-complete-inner { position: relative; width: 100%; height: 100%; }
.event-complete .bg-event-complete-dimm { position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.7); }
.event-complete .mark-event-complete { box-sizing: border-box; padding: 0 30px; position: absolute; width: 100%; max-width: 560px;  top: 50%; left: 50%; transform: translate(-50%, -50%); }
.event-complete.active { opacity: 1; pointer-events: unset; visibility: unset; }

.title-ch-event-agree { margin-top: 20px; font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 700; line-height: 1.1; color: #2e3c47; }
.fileWrap + .title-ch-event-agree { margin-top: 50px; }
.title-ch-event-agree ~ .title-ch-terms-box { margin-top: 10px; }
.title-ch-terms-box { background-color: #fafafa; border: 2px solid #c8c8c8; padding: 20px 5px 20px 20px; border-radius: 10px; }
.title-ch-terms-box .terms { height: 250px; overflow-x: hidden; overflow-y: auto; }
.title-ch-terms-box .terms h1 ~ h1 { margin-top: 30px; }
.title-ch-terms-box .terms h1 ~ p { margin-top: 10px; }
.title-ch-terms-box .terms h1 ~ ul { margin-top: 10px; }
.event_form .terms_agree label { cursor: pointer; display: inline-block; font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 500; line-height: 1.1; color: #2e3c47; }
.event_form .terms_agree label .label { display: inline-block; position: relative; width: 20px; height: 20px; font-size: 0; border: 1px solid #dbdbdb; border-radius: 50%; margin: 0; }
.event_form .terms_agree label .label::before { display: inline-block; content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 0; border-radius: 50%; font-size: 0 !important; min-width: unset !important; width: 60% !important; height: 60% !important; background-color: rgba(40, 45, 65, 0); }
.event_form .terms_agree label:hover .label { display: inline-block; position: relative; border: 1px solid #282d41; }
.event_form .terms_agree label:hover .label::before { border: 0; }
.event_form .terms_agree label::before { min-width: unset;  }
.event_form .terms_agree input:checked + .label,
.event_form .terms_agree input:checked + .label:hover { border: 2px solid #282d41; }
.event_form .terms_agree input:checked + .label::before { background-color: rgba(40, 45, 65, 1); }
.terms_agree label ~ label { margin-left: 20px; }
.title-ch-event-agree ~ .privacy_tb { margin-top: 10px; }
div.privacy_tb table thead th {  background-color: #2e3c47 !important; }

@media screen and (max-width: 1024px) {
  .event-wrap-e616-bottom { padding-top: 20px; padding-bottom: 20px; }
  .bg-paper-e616 { margin: 40px 4% 0 4%; padding: 25px 6% 45px; }
  .title-event-e616 { font-size: 6vw; }
  .title-event-form .text { font-size: 14px; }
  .title-event-form .icon-alarm-event { width: 14px; height: 14px; }
  .title-event-form .icon-alarm-event ~ .text { margin-left: 6px; }
  .title-event-form ~ .event_form_info { margin-top: 14px; }
  .event_form_info .info .info-input { width: 100%; }
  .event_form_info .info ~ .info { margin-top: 10px; }
  .event_form_info .info .info-tit { width: 80px; }
  .event_form_info .info-tit .tit { font-size: 14px; }
  .event_form_info .info-tit .tit .smallFont { font-size: 11px; margin-top: 3px; }
  .event_form_info .info-input-text { width: 55% !important; height: 45px; font-size: 14px; padding: 0px 6px; }
  .event_form_info .info-input-text::placeholder { font-size: 14px; }
  .event_form_info .info-input-phone-select { font-size: 14px; height: 45px; padding: 0px 22px 0px 6px; background-size: 9px 5px; background-position: right 6px center; }
  .event_form_info .info-input-phone-select-box { max-width: 34%; }
  .event_form_info .info-input-phone-select-box::after { height: 41px; right: 23px; }
  .event_form_info .info-input-phone { max-width: 28%; height: 45px; padding: 0px 6px; font-size: 14px; }
  .event_form_info .info-input-phone-select-box ~ .info-input-phone { margin-left: 0; }
  .event_form_info .fileBox { display: block; }
  .event_form_info .fileBox .upload-name { font-size: 14px; height: 45px; padding: 0px 6px 0px 6px;  }
  .event_form_info .fileSearch { margin-top: 15px; width: 100%; height: 45px; line-height: 45px; font-size: 14px; }
  .event_form_info ~ .bottom-event-button { margin-top: 20px; padding-top: 20px; }
  .bottom-event-button .registerBtn { max-width: 100%; height: 45px; font-size: 14px; }
  .event-complete .mark-event-complete { max-width: 90%; }

  .title-ch-event-agree { font-size: 14px; }
  .terms_agree { padding: 20px 10px !important; }
  .title-ch-terms-box { padding: 10px; }
  .title-ch-terms-box .terms h1 { font-size: 14px; }
  .title-ch-terms-box .terms p { font-size: 14px; }
  .title-ch-terms-box .terms ul li { font-size: 14px; }
  .event_form .terms_agree label { font-size: 14px; }
  .event_form .terms_agree label .label { width: 16px !important; height: 16px !important; }
  .event_form div.privacy_tb table thead th { padding: 5px 10px; font-size: 14px; }
  .event_form div.privacy_tb table tbody td  { padding: 5px 10px; font-size: 14px; }
}

@media screen and (max-width: 640px) {
  /* .event_form_info .info-input-text { width: 70% !important; }
  .event_form_info .info-input-phone-select-box { max-width: 70% !important; }
  .event_form_info .info-input-phone { max-width: 70% !important; margin-top: 5px; } */
  .event_form_info .info-tit .tit .smallFont { font-size: 8px; }
}