@charset "utf-8";


/*
    variable
********************/

:root {
    --point_color: #001241;
    --second_color: #f0f4f6;

    --overview_bg:#111d44;
    --overview_title:#000;
    --overview_summary:#2f8ab1;
    --overview_sbj:#000;

    --btn_default_bg:#000;
    --btn_hover_bg:#672322;
    --btn_defaul_txt:#fff;

    --community_tab_on:#111d44;
    --community_icon_color:#111d44;
    --community_title_color:#111d44;

    --board_label_bg: #111d44;
    --board_label_color: #fff;
    --board_table_border: #333;
    --board_th_color: #111d44;

    --docs_tab_bg:#fff;
    --docs_tab_active:#111d44;
    --docs_tab_txt:#111d44;
}
.page_content .page_container img {max-width:100%;}

html {height: auto;}

/*
  버튼영역
*/
.button_group {text-align: center; padding: 2.5rem 0;}
.button_group .round_btn {background: #09193e; border-radius: 2.5rem; padding: 1rem 3rem; color: var(--btn_defaul_txt); display: inline-block; font-size: 1.14rem; transition: all .3s;}
.button_group .round_btn i {margin-right: 1rem;}
.button_group .round_btn:hover {
    background:#09193e;
    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: 1rem;}
.button_group .round_btn.gradient {background: linear-gradient(to right, rgba(0,44,139,1) 0%, rgba(0,146,117,1) 100%);}

@media screen and (max-width: 480px) {
  .button_group {padding:1.5rem 0;}
  .button_group .round_btn {font-size: 1rem; padding: 1rem 2rem;}
  .button_group .round_btn i {margin-right: 0.5rem;}
}

/******************************************
  컨텐츠 영역
******************************************/
.m-only {display: none;}
.pc-only {display: block;}
.page_content {
    padding: 4rem 0 8rem;
}
.page_content .page_container  {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width: 1100px) {
  .page_content .page_container  {
    padding: 0 2rem;
  }
}

/******************************************
  오리발
******************************************/
.foot_summary {color: #a9a9a9; text-align: left; margin-top: 1rem; max-width: 1100px; margin: 0 auto; padding: 2rem 0 1rem;}
.foot_summary li {margin-left: 1.2rem; text-indent: -1.1rem; font-size:0.87rem; word-break: keep-all;}
@media screen and (max-width: 1100px) {

  .foot_summary {
    padding: 0 2rem;
  }
}

/******************************************
  사업개요
******************************************/
.temp_overview_skin1 {text-align: left;}
.overview_title {text-align: center; padding-bottom: 3rem;}
.overview_title dt { word-break: keep-all;   font-size: 24px; font-weight: 300; letter-spacing: -2px; padding-bottom:1rem;  color: #001141;}
.overview_title dt .point {font-size:40px;}
.overview_title dt strong {font-weight: 600;}
.overview_title dd {font-size: 1.2rem; font-weight: 500; color:var(--overview_summary);}
.overview_title dd:after {display:block; content:''; margin:12px auto 10px; width:1px; height:30px; background-color:rgba(0,18,65,0.3);}
.overview_title dd.sub_summary {font-size: 1.1rem; font-weight: 300; color:var(--overview_summary); padding-bottom: 1rem;}
.overview_title dd strong {font-weight: 600;}
.overview_title em.en {font-family: "Montserrat", sans-serif;}

.temp_overview_skin1 .con_inner {}
.temp_overview_skin1 .prj_summary {background:var(--overview_bg); padding: 1.7rem 3rem; border-bottom-left-radius: 0.7rem; border-bottom-right-radius: 0.7rem;}
.temp_overview_skin1 .prj_summary dl {color: #fff; display: flex;}
.temp_overview_skin1 .prj_summary dl dt {display: inline-block; padding-right: 4.5rem; font-size: 1.2rem; position: relative;}
.temp_overview_skin1 .prj_summary dl dt::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 5px;
}


.temp_overview_skin1 .prj_summary dl dd {font-size: 1.2rem; padding-left: 1rem; font-weight: 400;}
.temp_overview_skin1 .prj_list {overflow: hidden; padding: 1rem 1.5rem; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 0.3rem;}
.temp_overview_skin1 .prj_list li {padding: 1rem 0;}
.temp_overview_skin1 .prj_list li dl dt {color: var(--overview_sbj); padding: 0.3rem 0; font-size: 1.1rem; font-weight: 500;}
.temp_overview_skin1 .prj_list li dl dd {color: #2d2d2d; padding: 0.3rem 0; font-size: 1rem; font-weight: 300; word-break: keep-all;}

.quick_wrap{}


.temp_overview_skin1 .prj_list.overview_list {border-top:2px solid #0c182d; display:block; overflow:hidden; margin-top:50px; padding:0;}
.temp_overview_skin1 .prj_list.overview_list li {width:50%; float: left; padding:0; border-bottom:1px solid #cccccc;}
.temp_overview_skin1 .prj_list.overview_list li:first-child {width:100%}
.temp_overview_skin1 .prj_list.overview_list li dl dt{display:inline-block; text-align: center; vertical-align: middle; line-height:59px; font-size:18px; width:100px; background-color:#f7f7f7;height:70px; color:#0c182d; border-left:1px solid; border-right:1px solid; border-color:#ccc;}
.temp_overview_skin1 .prj_list.overview_list li dl dd{padding:0 20px; display:inline-block; font-size:18px; color:#333; vertical-align: middle;}

@media screen and (max-width: 1200px) {
  .temp_overview_skin1 .prj_list.overview_list li {float:none; width:100%;}
  .temp_overview_skin1 .prj_list.overview_list li dl dt {font-size:16px; height:50px; line-height:40px;}
  .temp_overview_skin1 .prj_list.overview_list li dl dd {font-size: 16px;}

  .overview_title dt {font-size:2vw}
  .overview_title dt .point {font-size:4vw}
  .landview img{width:100%;}
}
@media screen and (max-width: 1024px) {
  .m-only {display: block;}
  .pc-only {display: none;}
}
@media screen and (max-width: 640px) {
  .sub_quick {display: none;}
  .temp_overview_skin1 .prj_list.overview_list li dl {display: flex; align-items: center;}
  .temp_overview_skin1 .prj_list.overview_list li dl dt {font-size:15px;}
  .temp_overview_skin1 .prj_list.overview_list li dl dd {width: calc(100% - 100px); padding:0 0 0 10px; font-size:15px;}


  .overview_title dt {font-size:4vw}
  .overview_title dt .point {font-size:6vw}

}


/******************************************
  프리미엄 : SKIN1
******************************************/
.temp_premium_skin1 .premium_list .inner {display: grid; grid-template-columns: 1fr 1fr;}
.temp_premium_skin1 .premium_list .inner .left_con {position: relative; padding-bottom: 100%; background: #ddd;}
.temp_premium_skin1 .premium_list .inner .left_con .img {
    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;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:0 3rem;
}
.temp_premium_skin1 .premium_list .inner .right_con .tit {font-size: 1.4rem; font-family: "Roboto"; font-weight: 100; color: rgba(0,0,0,.3);}
.temp_premium_skin1 .premium_list .inner .right_con .tit .num {font-weight: 600;}
.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:nth-child(even) .inner .right_con {text-align: right;}
.temp_premium_skin1 .premium_list li:nth-child(even) .inner .right_con {order: 1;}
.temp_premium_skin1 .premium_list li:nth-child(even) .inner .left_con {order: 2;}

@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;}
}
@media screen and (max-width: 768px) {
  .temp_premium_skin1 .premium_list {padding: 0 1rem;}
  .temp_premium_skin1 .premium_list li {margin-bottom: 2rem;}
  .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 {padding-right: 1rem; padding-left: 2rem;}
  .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:nth-child(even) .inner .right_con {text-align: left;}
  .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;}
}
@media screen and (max-width: 640px) {
  .temp_premium_skin1 .premium_list .inner {grid-template-columns: 1fr;}
  .temp_premium_skin1 .premium_list .inner .right_con {padding-top: 2rem;}
  .temp_premium_skin1 .premium_list .inner .right_con dl dt br {display: block;}
}
@media screen and (max-width: 480px) {
  .temp_premium_skin1 .premium_list .inner .right_con {padding-left: 1rem; padding-top: 1.5rem;}
}

.temp_premium_skin1 .premium_list .inner .right_con dl dt br {display: block;}
.temp_premium_skin1 .premium_list .inner .left_con {position: relative; padding-bottom: 100%; background: #ddd;}
.temp_premium_skin1 .premium_list .inner .left_con .img {
    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;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:0 3rem;
}
.temp_premium_skin1 .premium_list .inner .right_con .tit {font-size: 1.4rem; font-family: "Roboto"; font-weight: 100; color: rgba(0,0,0,.3);}
.temp_premium_skin1 .premium_list .inner .right_con .tit .num {font-weight: 600;}
.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.3rem; line-height: 1.3; letter-spacing: -1px;}
.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.1rem; padding-top: 2rem; word-break: keep-all; letter-spacing: -0.5px;}
.temp_premium_skin1 .premium_list li:nth-child(even) .inner .right_con {text-align: right;}
.temp_premium_skin1 .premium_list li:nth-child(even) .inner .right_con {order: 1;}
.temp_premium_skin1 .premium_list li:nth-child(even) .inner .left_con {order: 2;}

.temp_premium_skin1 .premium_list {padding: 0 1rem;}
.temp_premium_skin1 .premium_list li {margin-bottom: 2rem;}
.temp_premium_skin1 .premium_list .inner {grid-template-columns:35% 1fr;}
.temp_premium_skin1 .premium_list .inner .right_con {padding-right: 1rem; padding-left: 2rem;}
.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:nth-child(even) .inner .right_con {text-align: left;}
.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;} */

/******************************************
  프리미엄 : SKIN2
******************************************/
.temp_premium_skin2 .premium_list .inner {display: grid; grid-template-columns: 55% 1fr; margin-bottom: 3rem;}
.temp_premium_skin2 .premium_list .inner .left_con {position: relative; padding-bottom: 65%; background: #ddd;}
.temp_premium_skin2 .premium_list .inner .left_con .label {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 0.6rem 1.5rem;
    z-index: 80;
    font-size: 0.87rem;
}
.temp_premium_skin2 .premium_list .inner .left_con .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.temp_premium_skin2 .premium_list .inner .right_con {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:0 3rem;
}
.temp_premium_skin2 .premium_list .inner .right_con .icon {position: relative;}
.temp_premium_skin2 .premium_list .inner .right_con dl {padding-top: 0.5rem;}
.temp_premium_skin2 .premium_list .inner .right_con dl dt {color: #000; font-size: 2.1rem; line-height: 1.3; letter-spacing: -1px; font-weight: 500;}
.temp_premium_skin2 .premium_list .inner .right_con dl dt strong {font-weight: 600;}
.temp_premium_skin2 .premium_list .inner .right_con dl dd {font-size: 1rem; padding-top: 2rem; word-break: keep-all;}
@media screen and (max-width: 768px) {
  .temp_premium_skin2 .premium_list .inner .right_con {padding-right: 1rem; padding-left: 2rem;}
  .temp_premium_skin2 .premium_list .inner {grid-template-columns:50% 1fr;}
}

@media screen and (max-width: 640px) {
  .temp_premium_skin2 .premium_list .inner {grid-template-columns: 1fr;}
  .temp_premium_skin2 .premium_list .inner .right_con {padding-bottom: 2rem; order: 1; display: flex; flex-direction: row; padding-left: 0; padding-right: 0;}
  .temp_premium_skin2 .premium_list .inner .left_con {order: 2;}
  .temp_premium_skin2 .premium_list li { border-top: 1px solid #ddd; padding-top: 2rem; margin-top: 2rem; }
  .temp_premium_skin2 .premium_list .inner .right_con dl {flex: 1;}
  .temp_premium_skin2 .premium_list .inner .right_con dl dt {font-size: 1.6rem;}
  .temp_premium_skin2 .premium_list .inner .right_con dl dd {padding-top: 1rem;}
  .temp_premium_skin2 .premium_list .inner .right_con .icon {padding-right: 1rem; display: flex; align-items: center; justify-content: center;}
  .temp_premium_skin2 .premium_list .inner .right_con .icon i {transform: scale(0.75);}
}

/******************************************
  오시는길 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: flex;
    flex-direction: column;
    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 {display: flex; flex-direction: column; align-items: center;}
/* .temp_location_skin2 .map_con {display: grid; grid-template-columns: 1fr 1fr; gap:20px; padding-bottom: 4rem;} */
/* .temp_location_skin2 .map_con {display: grid; grid-template-columns: 1fr; gap:20px; padding-bottom: 4rem;} */
.temp_location_skin2 .map_con {display: flex; flex-wrap: wrap; height: auto; justify-content: space-between; align-items: flex-start;}

.temp_location_skin2 .right_info {display: flex; text-align: left; justify-content: space-between; flex-direction: column;}
.temp_location_skin2 .right_info:first-child {width: 53%;}
.temp_location_skin2 .right_info:nth-child(2) {width: 40%;}
.temp_location_skin2 .right_info dl {min-height: 110px; height: 110px;}
.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: row;}
.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 .map_con .left_map {width: 100%; max-width: 1100px;}
.temp_location_skin2 .map_con .left_map img {width:100%;}
.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; margin-left:12px;}
.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: 1100px) {
  .map_con .left_map img {width:100%;}
  .temp_location_skin2 .map_con {display: flex; flex-direction: column; align-items: center; flex-wrap: wrap; justify-content:center;}
  .temp_location_skin2 .right_info {display: flex; width: 90%; margin-bottom: 3rem;}
  .temp_location_skin2 .right_info:first-child {width: 90%;}
  .temp_location_skin2 .right_info:nth-child(2) {width: 90%;}

  .temp_location_skin2 .right_info dl {min-height: 170px;}
  .temp_location_skin2 .right_info:nth-child(2) dl {min-height: 115px;}
  .temp_location_skin2 .right_info dl dt {font-size:1.2rem;}
  .temp_location_skin2 .right_info dl dd {font-size:1rem;}
  .temp_location_skin2 .right_info .button_group {padding:1rem 0 0;}
  .temp_location_skin2 .right_info .btn_map {padding:1rem;}
}
@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 .brand_con img {margin: 0 auto;}
.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;}

@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;}
}
.community ul {margin-top: 100px;}
.community ul li {display: flex; margin:0 0 60px 0; align-items: center;}
.community ul li > img {margin-right:5%;}
.community ul li dl {width:100%}
.community ul li dl dt {font-weight: bold; margin:0 0 12px 0;}
.community ul li dl dt h5 {font-size: 28px; font-weight: 600; color: #008db8; position: relative;}
.community ul li dl dt h5::before {content: ""; display: inline-block; width: 4px; height: 24px; background: linear-gradient(to bottom,  #008db8 0%,#008db8 50%,#99d1e3 51%,#99d1e3 100%); margin-right: 8px; position: absolute; top: 10px; left: -10px;}
.community ul li dl dt span {color:#000; font-size:22px;}
.community ul li dl dt strong {color:#001241; font-size:36px;}
.community ul li dl dd {font-size:20px; word-break: keep-all;}


@media screen and (max-width: 640px) {
  .community ul li {display: block;}
  .community ul li dl {margin:12px 0 0 0; width:100%;}
  .community ul li dl dt {margin:0 0 8px 0;}
  .community ul li dl dt span {font-size:18px;}
  .community ul li dl dt strong {font-size:25px;}
  .community ul li dl dd {font-size: 15px;}
  .community ul li dl dt h5::before{top: 2px; left: 0;}
  .community ul li dl dt h5 {padding-left: 0.5rem; font-size: 4.3vw;}

}

/******************************************
  모집공고
******************************************/
.temp_gonggo_skin1 .gonggo_con {margin: 0 -1rem; position: relative; padding-top: 5rem; display: flex; flex-direction: column; align-items: center;}
.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 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; border: 3px solid #273966;}
.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%;}
}
@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;}
}

.enviro_bottom {text-align: center; border-radius: 5px;}
.enviro_bottom > img {margin-bottom:50px;}
.enviro_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}
.enviro_list li {font-family: 'Pretendard'; text-align: left; background-color: #fff; padding:0 0 12px 0;}
.enviro_list li dl {display:inline-block;width:calc(100% - 130px); vertical-align: middle; padding-left:12px;}
.enviro_list li dl dt {font-family: 'SUIT'; font-size:14px; font-weight: 500; margin:0 0 4px 0; color:#000}
.enviro_list li dl dt span {display: block}
.enviro_list li dl dd {font-weight: bold; font-size:16px; color:#00588a; word-break: keep-all;}
.enviro_list li dl dd span {display: block}
.enviro_list li > span {width:111px; height:116px; display:inline-block; vertical-align: middle;}

@media screen and (max-width: 1100px) {
  .enviro_bottom > img {max-width: 100%;}
}
@media screen and (max-width: 900px) {
  .enviro_list li > span {display: block; margin:0 auto;}
  .enviro_list li dl {padding:20px 10px; width:100%; text-align: center;}
  .enviro_list li dl dt {word-break: keep-all;}
  .enviro_list li dl dd {font-size:17px;}
  .enviro_list li dl dd span {display:inline;}
}
@media screen and (max-width: 830px) {


}

@media screen and (max-width: 640px) {
  .enviro_list {display: block;}

}



/******************************************
  보도자료
******************************************/
.news_tbl_th {
   display: grid;
   grid-template-columns: 80px 150px auto 100px;
   border-top: 2px solid var(--board_table_border);
}
.news_tbl_th li {
  padding: 1.12rem 0;
  font-size: 1rem;
  background: #fff;
  color:var(--board_th_color);
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #b5b6b6;
  font-weight: 500;
}
.news_tbl_body li a {
  display: grid;
  grid-template-columns: 80px 150px auto 100px;
  padding: 1rem 0;
  font-size: 1rem;
  word-break: break-all;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  color: #000;
  line-height: 1.6;
  text-align: center;
}
.news_tbl_body li .sbj {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_tbl_body a:hover .sbj { text-decoration: underline;}
.news_tbl_body .nodata {padding: 6rem 0;}
.news_tbl_body .media {padding: 0 1rem;}
.news_tbl_body .media span {
    display: block;
    background-color: var(--board_label_bg);
    color: #fff;
    padding: 0.3rem 0;
    font-size: 0.87rem;
}
.news_tbl_body .sbj {text-align: left; font-weight: 500; padding-left: 1rem;}
.news_tbl_body .num {font-family:"Montserrat", tahoma, sans-serif; font-weight: 600;}
.news_tbl_body .date {font-family:"Montserrat", tahoma, sans-serif; font-weight: 600; color: #000; white-space: nowrap;}


@media screen and (max-width: 640px) {
  .news_tbl_th {grid-template-columns: 120px auto 80px;}
  .news_tbl_body li a {grid-template-columns: 120px auto 100px;}
  .news_tbl_body .media {padding: 0 0.3rem;}
  .news_tbl_th li:first-child {display: none;}
  .news_tbl_body .num {display: none;}
}
@media screen and (max-width: 480px) {
  .news_tbl_th {display: none;}
  .news_tbl_body {border-top: 1px solid var(--board_table_border);}
  .news_tbl_body li a {grid-template-rows: repeat(2, 1fr);}
  .news_tbl_body .media {padding-left: 0;}
  .news_tbl_body .sbj {grid-row-start: 2; grid-column-start: 1; grid-column-end: 4; padding-left: 0; padding-top: 0.5rem;}
  .news_tbl_body .date {grid-column-start: 3;}
}

.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;
  }
}

.video_con {
  background: url("/resources/img/sub/video_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 5rem 5rem;
  overflow: hidden;
}

.video_con>ul {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; */
}

.video_con>ul>li {
  position: relative;
  width: 30%;
  max-width: 315px;
  text-align: center;
  margin-top: 3rem;
}

/* .video_con>ul>li {
  position: relative;
  width: 50%;
  max-width: 384px;
  text-align: center;
  margin-top: 3rem;
} */


.video_con>ul>li video {
  width: 100%;
}

.video_con>ul>li h4 {
  font-family: "Noto Sans KR";
  font-weight: 500;
  text-align: center;
  color: #191919;
  font-size: 22px;
  margin-top: 12px;
}

.video_con>ul>li iframe {
  max-height: 600px;
  /* pointer-events:none; */
}
.shorts_Swiper .swiper-button-next, .shorts_Swiper .swiper-button-prev {top: 61%;}
@media screen and (max-width: 480px) {
  .shorts_Swiper .swiper-button-next {right: 1px;}
  .shorts_Swiper .swiper-button-prev {left: 1px;}
  .shorts_Swiper .swiper-button-next, .shorts_Swiper .swiper-button-prev {top: 70%;}
}
.video_con video[poster] {
  width: 100%;
  height: 100%;
}

.mov_responsive a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

.mov_responsive a img,
.video_con a img {
  width: 84px !important;
  height: 84px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.ytp-title-enable-channel-logo .ytp-shorts-title-channel {
  display: none;
}

@media screen and (max-width: 768px) {
  .video_con>ul {
    /* display: block; */
    display: flex;
  }

  .video_con>ul>li {
    width: 100%;
    max-width: 100%;
  }

  .video_con {
    padding: 2rem;
  }
}

@media screen and (max-width: 480px) {}

.video_area {
  position: relative;
}

.video_area a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.video_area a.on {
  display: none;
}

.video_area video {
  position: relative;
  z-index: 1;
}
/************************************
  시스템 - AIQ
*************************************/
.aiq { max-width: 1100px; margin: 0 auto;}
.aiq .aiq_top { margin: 60px 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 strong.aiq_1 { color: #f0a440; }
.aiq .aiq_tit strong.aiq_2 { color: #813f99; }
.aiq .aiq_tit strong.aiq_3 { color: #04a4b0; }
.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%;
}
.aiq .ui_tabcontents .tab li {padding: 0;}
.aiq .ui_tabcontents .tab li a {
  display: block;
 padding: 1rem 0.5rem;
}
@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;}
.event_winner .prize_img_footer {
  width: 920px;
  margin: 0 auto;
  padding-top: 80px;
  font-size: 22px;
  font-family: 'Pretendard';
}
@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:url("/resources/img/sub/register_winner_bg.jpg") no-repeat 100% 0;
  padding: 0 0 50px;
  background-size:cover;
}
.event_winner .prize_img {
  background: url('/resources/img/sub/prize_bg.png') no-repeat center top;
  display: flex;
  justify-content: center;
}

.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/m_register_winner_bg.jpg");
    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: #009e5a;
  line-height: 1.2;
  font-weight: bold;
}
.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;}
}
.winner_con p {
  color:#001241;
  font-size:34px;
  text-align: center;
  font-weight: bold;
}
.event_winner h5 {
  max-width: 700px;
  height: 60px;
  margin: -60px auto 0;
  background: #009e5a;
  text-align: center;
  z-index: 3;
  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;}
}
.event_winner .imgBox  {text-align: center;}

@media screen and (max-width: 1024px) {
  .event_winner .prize_img_footer {
    width: 90%;
    font-size: 15px;
  }
}

@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_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 h3 {
    padding: 6rem 0 3rem;
  }


  .event_footer ul li {
    font-size: 16px;
  }
}


@media screen and (max-width: 960px) {
  .event_winner h4 br {
    display: block;
  }

  .temp_community_skin .community .community_info ul li>div {
    flex-direction: column;
  }

  .temp_community_skin .community .community_info ul li>div>div br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .event_winner h4 {
    font-size: 8vw;
    line-height: 1.1;
  }
}

@media screen and (max-width: 800px) {

  .event_winner .winner_con h3 {
    padding: 6rem 5vw 1rem;
  }

  .event_winner h5 {
    width: 80%;
    height: 4rem;
  }

  .event_winner h5 span {
    font-size: 2.5vw;
  }

  .event_winner p {
    max-width: 90%;
    margin: 0 auto;
    line-height: 1;
  }

  .event_winner p span {
    font-size: 4vw;
  }

  .event_winner .prize_img {
    width: 90%;
    margin: 0 auto;
    background-size: cover;
  }

  .event_winner .prize_img img { width: 200px; margin-top:15px;}

}


@media screen and (max-width: 480px) {
  .event_winner h5 span {
    font-size: 3.7vw;
  }
}
.eventParticipation {
  font-family: 'Pretendard';
  font-size:26px;
  font-weight: 500;
  background-color:#09193e;
  width:70%;
  color:#fff;
  padding:32px 22px ;
  margin:80px auto 0;
  position:relative;
  text-align: left;
}
.eventParticipation a {
  background-color:#f9e117;
  display: inline-block;
  padding:15px;
  color:#09193e;
  position:absolute;
  right:20px;
  top:20px;
  font-size:22px;
}
.eventParticipation a img {vertical-align: middle;}

@media screen and (max-width: 1025px) {
  .temp_calendar .title {font-size:18px;}
  .eventParticipation {font-size:18px; max-width:640px; width:100%; text-align: center;}
  .eventParticipation a {
    display: block;
    position:static;
    font-size:16px;

    margin-top:8px;
  }
}

/**빅 이벤트 **/
.big_event_apply_box {background-color:#001241; padding:0 60px 90px; position:relative;}
.bigEventForm.end:before{z-index:20;display:block;content:''; background:url('/resources/img/sub/end_icon_bg.png') no-repeat center top; width:100%; height:100%; background-size:cover; position:absolute; left:0; top:0;}
.bigEventForm.end .endIconImg {z-index:22; position: absolute; left:50%; top:0; transform: translate(-50%, 0);}
.big_event_apply_box h3 { text-align: center;  font-size:3.1rem; color:#fff; font-weight: bold; padding-top:120px; margin-bottom:60px;}
.bigEventForm {border-radius: 4px ;background-color:#fff; border-radius: 4px; text-align: center;padding:80px 100px;}
.bigEventForm .event_form {margin-top:50px; text-align: left; font-family: 'Pretendard','Noto Sans KR';}
.bigEventForm .event_form h4 { color:#001241; font-size:1.8rem; font-weight: bold; padding: 0 0 20px 0;}
.bigEventForm .event_form h4 span, .bigEventForm .event_form h4 img {vertical-align: middle;}
.bigEventForm .event_form .event_form_info { width: 100%; border-top:2px solid #001241;}
.bigEventForm .event_form .event_form_info .info {display: flex; padding:20px 0 0;}
.bigEventForm .event_form .event_form_info .fileWrap {padding:20px 0 0;  border-bottom:1px solid #dcdcdc; margin-bottom: 10px;}
.bigEventForm .event_form .smallFont {font-size:0.75rem; font-weight: normal;}
.bigEventForm .event_form .tit {color:#001241; font-size:1.1rem;font-weight: bold; width:13%;}
.bigEventForm .event_form .fileBox {padding: 0 0 20px 0;}
.bigEventForm .event_form input[type="file"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.bigEventForm .event_form .fileSearch {margin-left:8px;background-color: #1e396d; border-color: #1e396d;padding:8px 0; border-radius: 5px; width:140px; font-weight: 400; text-align: center; display: inline-block; color: #fff;font-size: 1.1rem; vertical-align: middle;}

.bigEventForm .event_form .upload-name { display: inline-block; width:calc(100% - 155px);padding:8px 14px;}
.certificationBtn {color: #fff; background-color: #001241; border-radius: 5px; padding:8px 20px;}
.bigEventForm .event_form .registerBtn {font-size:1.5rem; font-weight: bold; margin:40px auto 0;text-align: center; color:#fff; width:300px; background-color:#001241;border-radius: 5px; padding:14px 0}
.bigEventForm .event_form .terms_agree {border-bottom:none;}
.bigEventForm .event_form #pcs1, .bigEventForm .event_form #pcs2, .bigEventForm .event_form #pcs3 {padding:0;}
.bigEventForm .event_form .phone {display:flex;}
.bigEventForm .event_form .regist label {background-color: transparent; color: #5f5f5f; width: auto; padding: 0;}
.bigEventForm .event_form .regist input[type=radio].radio:checked+.label:before {font-size:15px; line-height: 23px;}


@media screen and (max-width: 1025px) {
  .bigEventForm {padding:40px 50px;}
}
@media screen and (max-width: 640px) {
	.big_event_apply_box h3 { font-size: 5vw;}

  .big_event_apply_box {padding:0 30px 20px}
  .bigEventForm {
      padding: 10px;
  }

  .bigEventForm .event_form .event_form_info .info {display:block;}
  .bigEventForm .event_form .tit {width:100%;}

  .bigEventForm .event_form .event_form_info .info input[type="text"], .bigEventForm .event_form .event_form_info .info input[type="password"] {width:100%;}

  .bigEventForm .certificationBtn {width:100%; margin-top:12px;}
   .bigEventForm .event_form .upload-name {width:100%;}
  .bigEventForm .event_form .fileSearch {display:block; width:100%; margin-top:12px; margin-left:0;}
  .terms_agree {font-size:15px;}
  input[type=radio].radio+.label::before {min-width: 15px; height:15px;}
  .bigEventForm .event_form .registerBtn {width:100%; font-size:1rem;}
}

/***************************************
  투시도/조감도
****************************************/

.layout_page {width: 100%;}
.layout_page .tab {width: 100%; display: flex; margin: 0 0 2rem; }
.layout_page .tab li {flex: 1; margin: 0 -1px 0 0; }
.layout_page .tab li a {
    border: 1px solid #E3E3E3;
    background: #fff;
    color:#000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 1rem;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    transition: all .5s ease;
}
.layout_page .tab li a .layout_tab_img {
  width: 100%;
  height: 120px;
  background-color: red;
  margin-bottom: 1rem;
}

.layout_page .tab li:nth-child(1) a .layout_tab_img {
  background-image: url("/resources/img/sub/layout1_tab.jpg");
  background-position: center;
  background-size: 100% 100%;
  filter: grayscale(100%);
}
.layout_page .tab li:nth-child(2) a .layout_tab_img {
  background-image: url("/resources/img/sub/layout2_tab.jpg");
  background-position: center;
  background-size: 100% 100%;
  filter: grayscale(100%);
}
.layout_page .tab li:nth-child(3) a .layout_tab_img {
  background-image: url("/resources/img/sub/layout3_tab.jpg");
  background-position: center;
  background-size: 100% 100%;
  filter: grayscale(100%);
}
.layout_page .tab li:nth-child(4) a .layout_tab_img {
  background-image: url("/resources/img/sub/layout4_tab.jpg");
  background-position: center;
  background-size: 100% 100%;
  filter: grayscale(100%);
}

.layout_page .tab li.on a{
  color: #fff;
  background:#001241;
  position: relative;
}
.layout_page .tab li.on a .layout_tab_img{
  filter: grayscale(0%);
  transition: all .5s ease;
}
.layout_page .tab_conlist > li {display: none;}
.layout_page .tab_conlist > li.current {display: block;}

/***************************************
  동호수 배치도
****************************************/
.danzi .tab li.on {
  color: #fff;
  background: #001241;
  position: relative;
}




/***************************************
  조경안내
****************************************/
.landscape_wrap {
  width: 100%;
  height: auto;
}
.landscape_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landscape_wrap ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.landscape_wrap ul li div {
  width: 50%;
}
.landscape_wrap ul li:nth-child(even) .landscape_txt {
  padding-left: 3rem;
}
.landscape_wrap ul li .landscape_txt {
  height: auto;
}
.landscape_wrap ul li .landscape_txt span {
  font-size: 35px;
  color: #263664;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
.landscape_wrap ul li .landscape_txt span strong {
  font-size: 18px;
  font-weight: 500;
}
.landscape_wrap ul li .landscape_txt p {
  font-size: 17px;
  color: #595959;
  font-weight: 400;
  padding-top: 8px;
  display: block;
}
.landscape_wrap ul li:nth-child(even) .landscape_txt span {
  color: #0074A7;
}

@media screen and (max-width: 800px) {
  .landscape_wrap ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
  }
  .landscape_wrap ul li div {
    width: 100%;
  }
  .landscape_wrap ul li .landscape_txt {
    order:1;
  }
  .landscape_wrap ul li .landscape_img {
    order:2;
  }
  .landscape_wrap ul li .landscape_img {
    margin-top: 20px;
  }
  .landscape_wrap ul li:nth-child(even) .landscape_txt {
    padding-left:0;
  }
}

/***************************************
  분양 캘린더
****************************************/
.calendar_tit {
  width: 100%;
  background-color: #001041;
  padding: 20px 0;
  text-align: center;
  margin: 30px 0;
}
.calendar_tit h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 470px) {
  .calendar_tit h2 {
    font-size: 5vw;
  }
}

/***************************************
  네이밍
****************************************/
.naming_con {
  display: flex;
  justify-content: center;
  align-items: center;
}


/***************************************
  더샵 갤러리
****************************************/
.sub_gallery {
  width: 100%;
}
.sub_gallery .sec01 {
  width: 100%;
  padding: 7.5% 0 5%;
  text-align: center;
  position: relative;
}

.sub_gallery .sec01 .titleWrap .title h3 {
  color: #000c42;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1.25%;
  letter-spacing: -2px;
}
.sub_gallery .sec01 .titleWrap .explain p {
  color: #666;
  font-weight: 400;
  line-height: 175%;
}

.sub_gallery .sec01 .imageWrap {
  position: relative;
  transform: translateY(-100px);
}

.sub_gallery .sec01 .imageWrap .text {
  font-family: "Montserrat", sans-serif;
  color: #e5e5e5;
  font-weight: 700;
  font-size: 77px;
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}

.sub_gallery .sec02 {
  position: relative;
  padding: 5% 0;
  overflow-x: hidden;
}

.sub_gallery .sec02::before {
  content: "";
  width: 100%;
  height: 75%;
  background: #3f3f41;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_gallery .sec02 .titleWrap {
  margin-bottom: 5%;
}
.sub_gallery .sec02 .titleWrap .explain {
  text-align: center;
}

.sub_gallery .sec02 .titleWrap .explain p {
  color: #fff;
  position: relative;
  font-weight: 300;
  line-height: 175%;
}

.sub_gallery .sec02 .imageWrap {
  position: relative;
}

.sub_gallery .sec02 .imageWrap .image {
  padding-right: 15%;
  position: relative;
}

.sub_gallery .sec02 .imageWrap .textWrap {
  position: absolute;
  /* left: 50%;
  transform: translateX(-50%); */
  right: 0;
  top: 20%;
}

.sub_gallery .sec02 .imageWrap .text {
  font-family: "Montserrat", sans-serif;
  color: #505050;
  font-weight: 700;
  font-size: 55px;
  line-height: 150%;
  position: relative;
  z-index: 2;
}

.sub_gallery .sec02 .imageWrap .textWrap .text::after {
  content: "";
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  background: url(/resources/img/sub/gallery_03.jpg) center center / cover no-repeat;
  height: 100%;
  width: 70%;
  z-index: -1;
}

.sub_gallery .sec05 {
  position: relative;
  padding: 5% 0;
}
.sub_gallery .sec05 .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_gallery .sec05 .image img {
  max-width: 40%;
}

.sub_gallery .sec05 .titleWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
  padding: 0 2.5%;
  gap: 30px;
  align-items: center;
}

.sub_gallery .sec05 .titleWrap .title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #505050;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 700;
  width: 40%;
}

.sub_gallery .sec05 .titleWrap  .line {
  background: #b0b0b0;
  height: 1px;
  width: 80%;
  transition: 1.5s all;
}

.sub_gallery .sec05 .text {
  position: relative;
  font-weight: 300;
  line-height: 175%;
  font-size: 18px;
  text-align: center;
  padding: 2rem 0;
  word-break: keep-all;
}
b {
  font-weight: bold;
}

.sub_gallery .sec03 {
  position: relative;
  padding: 5% 0;
}
.sub_gallery .sec03 .titleWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
  padding: 0 2.5%;
  gap: 30px;
  align-items: center;
}
.sub_gallery .sec03 .titleWrap .title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #505050;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.sub_gallery .sec03 .titleWrap .line {
  background: #b0b0b0;
  height: 1px;
  width: 75%;
  transition: 1.5s all;
}

.sub_gallery .sec03 .address {
  padding: 4% 5%;
  background: #e9ebf0;
}

.sub_gallery .sec03 .address .listWrap {
  max-width: 60%;
  margin: 0 auto;
  color: #222;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: right;
  grid-auto-flow: column;
  align-items: flex-start;
  gap: 25px;
}
.sub_gallery .sec03 .address .listWrap .listcon:last-child {
  display: grid;
	grid-column: 1 / span ;
	/* 1번 라인에서 3칸 */
	grid-row: 1 / span 3;
}

.sub_gallery .sec03 .address .listWrap .listcon {
  width: 100%;
  text-align: right;
}
.sub_gallery .sec03 .address .listWrap .listcon .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.25%;
}
.sub_gallery .sec03 .address .listWrap .listcon .explain {
  font-size: 20px;
  line-height: 135%;
  font-weight: 300;
}

.sub_gallery .sec04 {
  position: relative;
  padding: 7.5% 0 12.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_gallery .sec04 .titleWrap {
  margin-bottom: 5%;
}
.sub_gallery .sec04 .titleWrap .title {
  font-family: "Montserrat", sans-serif;
  color: #e5e5e5;
  font-size: 77px;
  font-weight: 700;
  text-align: center;
}

.sub_gallery .sec04 .listWrap {
  display: inline-grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}
.sub_gallery .sec04 .listWrap .listcon {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 75px;
  position: relative;
  margin-top: 150px;
}
.sub_gallery .sec04 .listWrap .listcon .text {
  position: absolute;
  left: 0;
  top: 0;
  background: #000c42;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  border-radius: 5px;
  opacity: 0;
  transition: 0.75s all;
}
.sub_gallery .sec04 .listWrap .listcon:nth-child(2n) {
  margin-top: 0;
}
.sub_gallery .sec04 .listWrap .listcon:hover .text {
  opacity: 100;
}

@media screen and (max-width: 1080px) {
  .sub_gallery .sec04 .listWrap {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .sub_gallery .sec04 .listWrap .listcon {
    margin-top: 0;
    padding: 0;
}
.sub_gallery .sec04 .listWrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_gallery .sec04 .listWrap .listcon a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sub_gallery .sec04 .listWrap .listcon .image {
  padding: 10% 5%;
  width: 100%;
}
.sub_gallery .sec04 .listWrap .listcon .text {
  position: relative;
  opacity: 1;
  color: #111;
  background: transparent;
}
}

@media screen and (max-width: 1024px) {
  .sub_gallery .sec01 .titleWrap .title h3, .sub_gallery .sec01 .imageWrap .text, .sub_gallery .sec02 .imageWrap .text,
  .sub_gallery .sec03 .titleWrap .title   {
    font-size: 7vw;
  }
  .sub_gallery .sec01 .titleWrap .explain {
    font-size: 2.8vw;
}
.sub_gallery .sec02 .titleWrap .explain {
  font-size: 2.8vw;
}
  .sub_gallery .sec05 .titleWrap .title {
    font-size: 5vw;
  }
  .sub_gallery .sec03 .address .listWrap {
    display: block;
    max-width : 100%
  }
  .sub_gallery .sec03 .address .listWrap .listcon {
    text-align: left;
    margin-bottom: 10px;
  }
  .sub_gallery .sec03 .address .listWrap .listcon .title {
    font-size: 20px;
  }
  .sub_gallery .sec03 .address .listWrap .listcon .explain {
    font-size: 18px;
  }
  .sub_gallery .sec05 .titleWrap  .line {
    width: 53%;
  }
}
@media screen and (max-width: 640px) {
  .sub_gallery .sec04 .titleWrap .title {
    font-size: 12vw;
}
  .sub_gallery .sec04 .listWrap {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.sub_gallery .sec04 .listWrap .listcon .text {
  font-size: 3.4vw;
}
.sub_gallery .sec03 .address .listWrap .listcon .title {
  font-size: 5vw;
}
.sub_gallery .sec03 .address .listWrap .listcon .explain {
  font-size: 4vw;
}
}