@charset "utf-8";


/*
    variable
********************/

:root {
    /* contents point colors */
    --point_color: #001241;
    --second_color: #f0f4f6;
    /* --point_color: #f0f4f6; */

    --overview_bg:#111d44;
    --overview_title:#111d44;
    --overview_summary:#333;
    --overview_sbj:#111d44;

    --btn_default_bg:#001241;
    --btn_hover_bg:#001241;
    --btn_defaul_txt:#fff;
    --btn-gonggo-color1: #001241;
    --btn-gonggo-color2: #672322;

    --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;

}
.button_group {text-align: center; margin: 40px 0 0 0; padding-bottom:40px;}
.button_group.enviro {border-bottom:1px solid rgba(0,0,0,0.1)}
.button_group .round_btn {background: var(--btn_default_bg); 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 i.mr0 { margin: 0 !important; }
.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: 640px) {
 .button_group {padding:1.5rem 0; margin-top:0;}
  .button_group .round_btn {font-size: 0.9rem; padding: 0.4rem 2rem}
  .button_group .round_btn i {margin-right: 0.5rem;}
}

/* PC / MOBILE */
.pc-only { display: block; }
.m-only { display: none; }
@media screen and (max-width: 1024px) {
  .pc-only { display: none; }
  .m-only { display: block; width: 100%; }
}
.fontSmall {font-size:13px;}


/* .pc-only {display:block;}
.m-only {display:none;}
.m-only { width: 100%;}

@media screen and (max-width: 1024px) {
      .pc-only {display:none!important;}
      .m-only {display:block; width:100%;}
}  */
/******************************************
  컨텐츠 영역
******************************************/
.page_content {
    padding: 9.375rem 0;
}
.page_content .page_container  {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.page_content .page_container img {max-width: 100%;}
@media screen and (max-width: 1100px) {
  .page_content .page_container  {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  .page_content {padding:12vw 0;}
  .page_content .page_container {
    padding: 0 4vw;
  }
}

/******************************************
  사업개요
******************************************/
.temp_overview_skin1 {text-align: left;}
.overview_title {text-align: center}
.overview_title dt {font-size: 50px; font-weight: 300; letter-spacing: -2px; padding-bottom:5rem; line-height: 1.4; color: var(--overview_title);}
.overview_title dt strong {font-weight: 600;}
.overview_title dt .gradient_text {background: linear-gradient(to bottom, #0a2377, #00aebb); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.overview_title dt em {font-weight:600;color:#0079b7}
.overview_title dd {position:relative;font-size: 22px; font-weight: 600; color:var(--overview_summary);font-family:'Montserrat';letter-spacing:.1em;padding-bottom:5rem}
.overview_title dd::after{content:'';position:absolute;left:50%;top:50px;width:1px;height:40px;background-color:#b2b7c6}
.smallscreen .overview_title dd{padding-bottom:6rem}
.smallscreen .overview_title dd::after{top:40px}
.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;}
.overview_title.noneAfter dd {padding-bottom:0;}
.overview_title.noneAfter dd::after {display: none;}
.overview_title .commentText {color:#797979; font-size:1.3rem; font-weight: 400;}

.temp_overview_skin1 .con_inner {max-width: 1100px; margin: 0 auto; padding: 0 1.5rem;}
.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: 3rem 1.5rem 1rem; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;}
/* .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 1rem; font-size: 1.1rem; font-weight: 500; border-bottom: 1px solid #b2b7c6;}
.temp_overview_skin1 .prj_list li dl dd {color: #2d2d2d; padding: 1rem 0 0.3rem; font-size: 1rem; font-weight: 300; word-break: keep-all;}


@media screen and (max-width: 800px) {
  .overview_title dt {font-size: 6.5vw;}
  .overview_title dd {font-size: 1rem;}
  .temp_overview_skin1 .prj_summary {padding: 1rem 2rem;}
}
@media screen and (max-width: 480px) {
.temp_overview_skin1 .con_inner {padding: 0 1rem;}
.temp_overview_skin1 .prj_list {grid-template-columns: 1fr; padding:1rem 0; gap: 0.3rem;}
.temp_overview_skin1 .prj_list li {border-bottom: 1px solid #ddd; padding: 0.7rem 0;}
.temp_overview_skin1 .prj_list li dl {display: grid; grid-template-columns:30% 1fr;}
.temp_overview_skin1 .prj_list li dl dt {font-size: 1rem; border: none; padding: 1rem 0 0.3rem;  }
.temp_overview_skin1 .prj_summary dl dt {font-size: 1.1rem; padding-right: 2.5rem;}
.temp_overview_skin1 .prj_summary dl dt::before { width: 2rem;}
.overview_title {padding: 0 1.5rem 0;}
.overview_title dt {padding-bottom:2rem}
.overview_title dd {word-break: keep-all; }
}
@media screen and (max-width: 360px) {
.temp_overview_skin1 .prj_summary dl {flex-direction: column;}
.temp_overview_skin1 .prj_summary dl dt {margin-bottom: 1rem;}
.temp_overview_skin1 .prj_summary dl dt::before { bottom: 0; left: 50%; transform: translateX(-50%); width: 2rem; }
}


/******************************************
  프리미엄 : 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-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;
    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;}

/******************************************
  프리미엄 : SKIN1 reverse
******************************************/
.temp_premium_skin1 .premium_list.reverse .inner .right_con {padding:0; position: relative; padding-bottom: 80%; 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 {padding: 0 1rem;}
  .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 {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;}


  .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 .inner .right_con {padding-top: 2rem;}
  .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%}
}
@media screen and (max-width: 480px) {
  .temp_premium_skin1 .premium_list .inner .right_con {padding-left: 1rem; padding-top: 1.5rem;}
}

/******************************************
  프리미엄 : 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}
.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) {
   .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;}

}


/******************************************
  오시는길 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; font-weight: 400; }
.temp_location_skin1 .right_info .button_group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.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 a img { width: 100%; max-width: 200px; }
.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; margin: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 { width: 100%; padding: 2.5rem 0 0; }
  .temp_location_skin1 .right_info > div { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@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%; display: block; }
    .temp_location_skin1 .right_info dl dt {font-size: 1.8rem; text-align: center;}
    .temp_location_skin1 .right_info dl dd {font-size: 1.4rem; text-align: center;}
    .temp_location_skin1 .right_info .button_group { width: 100%; display: flex; flex-wrap: nowrap; justify-content: center;}
    .temp_location_skin1 .right_info a { width: 49%; display: block; }
}


/******************************************
  오시는길 SKIN2 : 약도가 2개일때
******************************************/
.temp_location_skin2 .map_con {display: grid; grid-template-columns: 1fr 1fr;}
.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; font-weight: 400; }
/* .temp_location_skin2 .right_info .button_group { text-align: left; } */
.temp_location_skin2 .right_info .button_group { display: flex;  margin:0;}
.temp_location_skin2 .right_info .button_group a { margin: 0 3px;}
.temp_location_skin2 .right_info .button_group a img { margin: 0 0 5px; width: 100%;}
/* .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 {color: #fff; background: url("/resources/img/sub/btn_naver_map.jpg") no-repeat 0 0;}
.temp_location_skin2 .right_info .btn_map.map_kacao {background: url("/resources/img/sub/btn_naver_map.jpg") no-repeat 0 0;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;}
}
/******************************************
  오시는길 SKIN3 : 이미지는 1개  지도내용 2개일때
******************************************/
.temp_location_skin3 .map_con {position:relative;}
.temp_location_skin3 .map_con .left_map img {position:absolute; top:50%; transform: translateY(-50%);}
.temp_location_skin3 .right_info {display: flex; text-align: left; justify-content: center; flex-direction: column; padding-left: 4rem;}
.temp_location_skin3 .right_info dl dt {font-size: 2rem; font-weight: 500; color: #000; padding-bottom: 0.5rem;}
.temp_location_skin3 .right_info dl dd {font-size: 1.2rem; font-weight: 400; }
/* .temp_location_skin2 .right_info .button_group { text-align: left; } */
.temp_location_skin3 .right_info .button_group { display: flex; }
.temp_location_skin3 .right_info .button_group a { margin: 0 3px;}
.temp_location_skin3 .right_info .button_group a img { margin: 0 0 5px; width: 100%;}
/* .temp_location_skin2 .right_info .button_group {display: flex; flex-direction: column;} */
.temp_location_skin3 .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;
}

/***************************************
  브랜드
****************************************/
.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; }
.smallscreen .brand .summary p{font-size:12px}
.brand .summary p strong { display: block; margin: 1rem 0; font-size: 26px; color: #001041; font-weight: 600; }
.brand .brand_con { margin: 8rem 0;text-align:center}
.smallscreen .brand .brand_con{padding:0 2rem}
.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; }


@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{padding:0 2rem}
  .brand .summary p strong { font-size: 15px; }
  /* .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%; }
  .mov_responsive iframe { 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;}
.communityZone ul{display: flex; padding-bottom:5rem;}
.communityZone ul li .tit {font-size: 1.75rem;padding-bottom:1.06rem; color:#65b197;}
.communityZone ul li .tit img {vertical-align: middle;}
.communityZone ul li:first-child .tit {color:#008db8;}
.communityZone ul li .con {font-size:1.2rem; color:#595959; font-weight: 400; padding:0 5rem 0 1rem; word-break: keep-all; }
.communityZone ul li strong {font-weight: bold;}

@media screen and (max-width: 768px) {
  .communityZone ul li .con {padding:0 2rem 0 1rem;}
}



@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;}


  .communityZone ul {display: block; padding-bottom:2rem;}
  .communityZone ul li .tit img {height:15px;}
  .communityZone ul li .tit {font-size: 1rem; padding-bottom:0.1rem;}
  .communityZone ul li .con {font-size:0.8rem;}
  .communityZone ul li {padding-bottom:1rem;}
  .communityZone ul li .con {padding:0 2rem 0 0.6rem;}

}



/******************************************
  모집공고
******************************************/
.temp_gonggo_skin1 .gonggo_con {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 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(2, 1fr); gap: 0; padding: 4rem 0 0rem;}
.temp_envir_skin1 .envir_list li .img {position: relative; overflow: hidden; height:922px}
.smallscreen .temp_envir_skin1 .envir_list li .img{height:145vw}
.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;
}
.smallscreen .temp_envir_skin1 .envir_list li .img span{background-size: contain;}
.temp_envir_skin1 .envir_list li dl{display:none}
.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: 0 auto; text-align: center;}
.temp_envir_skin1 .map_box img { width: 100%;}
.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;}




.enviro_list {display: grid;grid-template-columns: 1fr 1fr; margin-top:60px;}
.enviro_list li {margin-bottom:60px;}
.enviro_list li > span {display: inline-block; width:150px; height: 150px; background-size:cover; vertical-align: middle;}
.enviro_list dl {display:inline-block; width:calc(100% - 200px); word-break: keep-all ;vertical-align:top; padding-left:40px;}
.enviro_list dt {color:#595959; font-size:1.1rem; font-weight: 400;}
.enviro_list dd {color:#001241; font-size:2rem; font-weight: 600;}
.enviro_list dd span {display:block;}

.temp_envir_skin1 h3 {
  text-align: center;
  font-size: 2rem;
  color: #111541;
  font-weight: 600;
  font-family: "Noto Sans KR";
  padding: 4rem 0 2rem;
}


.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: 1000px) {
  .temp_envir_skin1 .envir_list {grid-template-columns: repeat(2, 1fr); gap: 1.8rem;}
  .temp_envir_skin1 .envir_list ul li { width: 46%;}
  .temp_envir_skin1 .envir_list ul li img { width: 100%;}
  .enviro_list dl {padding-left:20px;}
  .enviro_list dt {font-size:1rem;}
  .enviro_list dd {font-size: 1.7rem;}
}

@media screen and (max-width: 915px) {
  .enviro_list li>span {display: inline-block; width:100px; height: 100px; background-size:cover; vertical-align: middle;}
  .enviro_list dl {width:calc(100% - 110px);}
  .enviro_list dd {font-size:1.2rem;}
}

@media screen and (max-width: 640px) {
  .enviro_list dd span {display:inline;}
  .enviro_list li {margin: 0 0 40px 0;}
  .enviro_list dl {padding-left:8px; width: calc(100% - 84px);}
  .enviro_list dt {font-size:0.95rem; margin:0 0 4px 0;}
  .enviro_list dd {font-size:1rem;}
  .enviro_list li > span {width:80px; height:80px;}
  .enviro_list {display:block;}
}


.env_top {
  height: 280px;
  background: url("/resources/img/sub/environment_top.jpg") no-repeat 50% 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 1920px) {
  .env_top {
    height: 280px;
    background: url("/resources/img/sub/environment_top.jpg") no-repeat 50% 100%;
    background-size: auto auto;
  }
}

/******************************************
  오리발
******************************************/
.foot_summary {color: #a9a9a9; text-align: left; margin-top: 1rem; max-width: 1100px; margin: 0 auto; padding: 2rem 1rem 1rem;}
.foot_summary li {margin-left: 1.2rem; text-indent: -1.1rem; font-size:0.87rem; word-break: keep-all;}

/******************************************
  보도자료
******************************************/
.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 {
  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 a {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_tbl_body a:hover { 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 {grid-template-columns: 120px auto 80px;}
  .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 {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;
}
.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:before{font-family: 'FontAwesome'; content: "\f104"; font-size:1.3rem; color: #333; margin-left: -3px;}
.pagination a.first:before{font-family: 'FontAwesome'; content: "\f100"; font-size:1.3rem; color: #333;}
.pagination a.next:before{font-family: 'FontAwesome'; content: "\f105"; font-size:1.3rem; color: #333; margin-left:3px;}
.pagination a.last:before{font-family: 'FontAwesome'; content: "\f101"; font-size:1.3rem; color: #333;}

.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: 360px) {
  .news_list_type ul {grid-template-columns: repeat(1, 1fr); gap:0;}

}

/******************************************
  특별공급
******************************************/
.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;
} */

.video_con>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.video_con>ul>li {
  position: relative;
  max-width: 470px;
  width: 50%;
  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 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;}
  .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: 0 0 40px; }
.aiq .aiq_tit { font-size: 2.5rem; margin:20px 0; text-align: center; font-weight: 400; word-break: keep-all; }
.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: #0c9142; }
#aiqSystem .commentText {color:#797979; font-size:1.3rem; font-weight: 400;}
#aiqSystem .overview_title dt {padding-bottom:2rem;}
.aiq_img {text-align: center; margin-top:50px;}
@media screen and (max-width: 1024px) {
  #aiqSystem iframe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #aiqSystem .aiq .aiq_tit { font-size: 1.5rem; }

}
@media screen and (max-width: 480px) {
  .aiq .tab_conlist li .aiq_tit { font-size: 18px; }

  #aiqSystem .ui_tabcontents .tab {display:table;white-space: inherit; word-break: keep-all;}
  #aiqSystem .ui_tabcontents .tab li {display: table-cell;}
  #aiqSystem .ui_tabcontents .tab li a {white-space:initial;}
}

/** 관심고객 등록  **/

.event_winner .tab.event_tab { margin: 2rem 0 2rem; }
.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 h4 { padding: 2rem 0 0rem; font-family: "GmarketSansBold"; text-align: center; font-size: 80px; font-weight: bold; background: linear-gradient(90deg, rgba(0, 12, 66, 1) 50%, rgba(6, 183, 198, 1) 70%, rgba(39, 186, 146, 1) 100%);
  -webkit-background-clip: text;-webkit-text-fill-color: transparent; line-height: 1.2;
}
.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 {
  background: url('/resources/img/sub/prize_bg.png') no-repeat center top;
  display: flex;
  justify-content: center;
}




.event_winner p {
  color: #000c42;
  font-size: 34px;
  font-family: 'SUIT';
  font-weight: bold;
  text-align: center;
}

.event_winner h5 {
  max-width: 700px;
  height: 60px;
  margin: -80px auto 0;
  background: url('/resources/img/sub/event_title_bg.png') no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}

.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;
  position: relative
}

.event_winner .prize_img_footer {
  width: 920px;
  margin: 0 auto;
  padding-top: 80px;
  font-size: 22px;
  font-family: 'Pretendard';
  background-color: #99daff;
}

.event_winner .winner_con {

  padding: 0 0 50px;
  margin-top: 35px;
  background: url("/resources/img/sub/event_winner_bg.png") no-repeat #99daff;
  position: relative
}
.event_winner h3 {
  padding: 10rem 0 0;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.event_footer {
  background: #99daff;
  padding: 50px 2rem 50px;
}

.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 h5 span {
  color: #fff;
  font-size: 2rem;
  font-family: "Pretendard";
  line-height: 1;
  letter-spacing: -0.04rem;
  font-weight: 500;
}

@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_winner .winner_list {
    max-width: 300px
  }
  .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;
  }
  
  
}

@media screen and (max-width: 480px) {
  .event_winner h5 span {
    font-size: 3.7vw;
  }
}

.gradation_bg {background:url('/resources/img/sub/gradation_bg.png') no-repeat center center; background-size:100% 100%;}
.text_center {text-align: center;}

.temp_calendar .title {font-size:26px; color:#fff; padding:25px 0; margin-bottom:30px; font-weight:bold}


.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;}
  .text_center {text-align: center;}
  .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 {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;}
}