@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
    variable
********************/

:root {
    --point_color: #001241;
    --second_color: #f0f4f6;

    --overview_bg:#000;
    --overview_title:#000;
    --overview_summary:#333;
    --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;
}


/*
  버튼영역
*/
.button_group {text-align: center; padding: 2.5rem 0;}
.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: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;}
}

/******************************************
  컨텐츠 영역
******************************************/
.page_content {
    padding: 8rem 0 8rem;
    position: relative;
    background-color: #fff;
}
.page_content .page_container  {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.page_content .round {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 4px solid #000;
    border-radius: 20px;      
}
.page_content .round img { width: 100%; position: relative; z-index: 1;}
/* .page_content .round::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #000;
  z-index: 1;
  border-radius: 20px;  
  
} */
.page_content .page_container img {max-width: 100%;}
@media screen and (max-width: 1024px) {
  .page_content .page_container  {
    margin: 0 2rem;
  }
  .page_content {
      padding: min(calc(100/720 * 100vw), 100px) 0;
  }
}

/********************************************
  컨텐츠 타이틀
********************************************/
.contit {
  text-align: center; 
  padding: 0 0 min(calc(80/1024 * 100vw), 80px);  
}
.contit span {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .contit span {
    font-size: min(calc(36/720 * 100vw), 36px);
  }
}





/******************************************
  오리발
******************************************/
.foot_summary {color: #000; text-align: left; margin-top: 1rem; max-width: 1100px; margin: 0 auto; padding: 2rem 0 3rem;}
.foot_summary li {margin-left: 1.2rem; text-indent: -1.1rem; font-size:0.87rem; word-break: keep-all; font-weight: 500;}
@media screen and (max-width: 1024px) {
  .foot_summary  {
    margin: 0 0;
  }
}

/******************************************
  사업개요
******************************************/
.temp_overview_skin1 {text-align: left;}
.overview_title {text-align: center; padding-bottom: 3rem;}
.overview_title dt {font-family: "Poppins", sans-serif; font-size: 30px; font-weight: 500; letter-spacing: 1px; padding-bottom:1rem; line-height: 1.3; color: var(--overview_title);}
.overview_title dt strong {font-weight: 600;}
.overview_title dd {font-size: 1.2rem; font-weight: 400; color:var(--overview_summary);}
.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 .landview {max-width: 990px; margin: 0 auto; padding: 5rem 0;} */
.temp_overview_skin1 .overview_img {
  padding: 3rem;
}
/* .temp_overview_skin1 .landview .view_inner {border-bottom: 3px solid #000;} */
.temp_overview_skin1 .landview .con_inner {margin: 0 3rem; padding: 0 0 3rem; border-top: 3px solid #000;}
.temp_overview_skin1 .prj_summary {padding: 3.5rem 0 1.5rem; border-bottom: 3px solid #000;}
.temp_overview_skin1 .prj_summary dl dt {color: #000; font-size: 46px; position: relative; letter-spacing: -1px;}
.temp_overview_skin1 .prj_summary dl dt strong {font-weight: 800;}

.temp_overview_skin1 .prj_summary dl dd {font-size: 1.2rem; padding-left: 1rem; font-weight: 400;}
.temp_overview_skin1 .prj_list {overflow: hidden; text-align: left;}
.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;}

@media screen and (max-width: 1024px) {
  .temp_overview_skin1 .landview .con_inner {margin: 0 min(calc(40/720 * 100vw), 40px); padding: 0 0 min(calc(40/720 * 100vw), 40px); border-top: 3px solid #000;}
  .temp_overview_skin1 .prj_summary {padding: min(calc(60/720 * 100vw), 60px) 0 min(calc(40/720 * 100vw), 40px); border-bottom: 3px solid #000;}
  .temp_overview_skin1 .overview_img {
    padding: min(calc(60/720 * 100vw), 60px) min(calc(40/720 * 100vw), 40px);
  }
  /* .temp_overview_skin1 .landview .view_inner {padding-bottom: 2rem; border-bottom: 3px solid #000;} */
}
@media screen and (max-width: 768px) {
  .temp_overview_skin1 .overview_title dt {font-size: 2rem;}
  .temp_overview_skin1 .overview_title dd {font-size: 1rem;}
  .temp_overview_skin1 .prj_summary dl dt strong {display: block;}
}
@media screen and (max-width: 480px) {
.temp_overview_skin1 .con_inner {padding: 0 1rem;}
.temp_overview_skin1 .prj_list {grid-template-columns: 1fr; }
.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:35% 1fr;}
.temp_overview_skin1 .prj_list li dl dt {font-size: 1rem;}
.temp_overview_skin1 .prj_summary dl dt {font-size: 6vw; line-height: 7.5vw;}
.temp_overview_skin1 .prj_summary dl dt::before { width: 2rem;}
.overview_title {padding: 0 1.5rem 2rem;}
.overview_title dt {font-size:1.8rem;}
.overview_title dd {word-break: keep-all; font-size: 1rem;}
}
@media screen and (max-width: 360px) {
.temp_overview_skin1 .prj_summary dl {flex-direction: column;}
.temp_overview_skin1 .prj_summary dl dt {padding-right: 0; padding-bottom: 1rem; margin-bottom: 1rem;}
.temp_overview_skin1 .prj_summary dl dt::before { bottom: 0; left: 50%; transform: translateX(-50%); width: 2rem; }
}


/******************************************
  프리미엄
******************************************/
/* .page_content #loadPremium .page_container {border-radius: 0;} */
#loadPremium .tit_box {width: 100%; background: #000;}
#loadPremium .tit_box h5 {font-size: 28px; line-height: 37px; font-family: "Poppins", sans-serif; font-weight: 500; color: #fff; padding: 40px; letter-spacing: -2px;}
#loadPremium .tit_box h5 strong {font-weight: 700;}
#premium_box > div > .tit {font-size: 24px;}
#loadPremium #premium_box > div > div {height: 110px; padding: 1rem 1.5rem;}
#loadPremium #premium_box > div > div p {font-size: 20px;}
#loadPremium #premium_box > div > div img {width: 35px; margin-bottom: 28px;}

@media screen and (max-width: 768px) {
  #loadPremium .tit_box h5 {padding: 5vw 3vw; font-size: 5vw; line-height: 7vw;}
  #loadPremium .tit_box h5 strong {display: block;}
  #premium_box > div > .tit {font-size: 5.278vw;}
  #loadPremium #premium_box > div > div {padding: 5vw 3vw; height: 100px;}
  #loadPremium #premium_box > div > div p {font-size: 3.5vw;}
  #loadPremium #premium_box > div > div img {width: 8vw;}
}

/******************************************
  오시는길 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: 100%; padding: 60px 70px; }
.temp_location_skin1 .right_info .txt_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; margin-bottom: 0;}
.temp_location_skin1 .right_info .txt_box h1 {font-size: 48px; line-height: 46px; font-weight: 800; color: #000;}
.temp_location_skin1 .right_info .txt_box .line {height: 2px; width: 30%; background: #000; margin: 0 40px; margin-top: 15px;}
.temp_location_skin1 .right_info dl {position: relative;}
.temp_location_skin1 .right_info dl dt {font-size: 38px; line-height: 36px; font-weight: 800; color: #000; margin-bottom: 15px;}
.temp_location_skin1 .right_info dl dd {font-size: 24px; font-weight: 300; color: #000; min-width: 400px}
.temp_location_skin1 .right_info .btn_box {margin-top: 50px;}
.temp_location_skin1 .right_info .button_group { width: auto; display: flex; justify-content: flex-start; padding: 0;}
.temp_location_skin1 .right_info .btn_map {
    padding: 1.0rem 2rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 20px;
    /* font-size: clamp(20px, calc(30/1024 * 100vw), 30px);     */
    width: auto;
    transition: all .3s;
    border-radius: clamp(10px, calc(30/1920 * 100vw), 30px);
}

.temp_location_skin1 .right_info .btn_map.map_naver {border: 1px solid #000; color: #000; margin-right: 15px;}
.temp_location_skin1 .right_info .btn_map.map_kacao {border: 1px solid #000;  color: #000;}
.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; background: #000; color: #fff;}

@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 2rem; }
}
@media screen and (max-width: 1024px) {
  .temp_location_skin1 .right_info .txt_box {flex-direction: column; padding: 0 2rem;}
  .temp_location_skin1 .right_info .txt_box .line {margin: 30px 0;}
  .temp_location_skin1 .right_info dl {width: 100%;}
  .temp_location_skin1 .right_info .button_group {justify-content: center;}

}
@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 .txt_box h1 {font-size: 6vw; line-height: 7vw;}
    .temp_location_skin1 .right_info dl dt {font-size: 5vw; line-height: 6vw;}
    .temp_location_skin1 .right_info dl dd {font-size: 4vw; list-style: 5vw;}
    .temp_location_skin1 .right_info .btn_box {margin-top: 30px;}
    .temp_location_skin1 .right_info .btn_map {font-size: 4vw; justify-content: center; padding: 1rem 5vw;}
}


/******************************************
  오시는길 SKIN2 : 약도가 2개일때
******************************************/
.temp_location_skin2 .page_container {display: flex; flex-wrap: wrap;}
.temp_location_skin2 .map_con {display:flex; flex-direction: column; width: 50%; padding: 4rem 1rem 4rem 2rem;}
.temp_location_skin2 .map_con:last-child {padding: 4rem 2rem 4rem 1rem;}
.temp_location_skin2 .right_info {display: flex; text-align: left; justify-content: center; flex-direction: column; margin-top: 3rem;}
.temp_location_skin2 .right_info dl {position: relative;}
.temp_location_skin2 .right_info dl dt {font-size: 30px; line-height: 30px; font-weight: 800; color: #000; margin-bottom: 15px;}
.temp_location_skin2 .right_info dl dd {font-size: 20px; font-weight: 300; color: #000; min-width: 400px}
.temp_location_skin2 .right_info .btn_box {margin-top: 50px;}
.temp_location_skin2 .right_info .button_group { width: auto; display: flex; justify-content: flex-start; padding: 0;}
.temp_location_skin2 .right_info .btn_map {
    padding: 0.7rem 2rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 20px;
    /* font-size: clamp(20px, calc(30/1024 * 100vw), 30px);     */
    width: auto;
    transition: all .3s;
    border-radius: clamp(10px, calc(30/1920 * 100vw), 30px);
}
/* .temp_location_skin2 .right_info .btn_map i {color: #fff; font-size: 1.3rem;}
.temp_location_skin2 .right_info .btn_map.map_naver {background: #21c030; color: #fff;}
.temp_location_skin2 .right_info .btn_map.map_kacao {background: #fae61f; color: #1a1a1c;}
.temp_location_skin2 .right_info .btn_map.map_kacao i {color: #000;}
.temp_location_skin2 .right_info .btn_map:hover {box-shadow: rgb(0 0 0 / 19%) 0px 0.3rem 1rem, rgb(0 0 0 / 23%) 0px 0.2rem 0.2rem;} */
.temp_location_skin2 .right_info .btn_map.map_naver {border: 1px solid #000; color: #000; margin-right: 15px;}
.temp_location_skin2 .right_info .btn_map.map_kacao {border: 1px solid #000;  color: #000;}
.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; background: #000; color: #fff;}

@media screen and (max-width: 1024px) {
.temp_location_skin2 .map_con {width: 100%; padding: 4rem 2rem;}
.temp_location_skin2 .right_info .btn_map {width: 50%;}
}
/* @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; font-size: 3vw;}
}
@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;}
  .temp_location_skin2 .right_info .btn_map {padding: 1.2rem 2rem; font-size: 2vw;}

} */
@media screen and (max-width: 1024px) {
  .temp_location_skin2 .right_info dl {width: 100%;}
  .temp_location_skin2 .right_info .button_group {justify-content: center;}

}
@media screen and (max-width: 768px) {
  .temp_location_skin2 .right_info .btn_map {padding: 1.2rem 2rem;}
}
@media screen and (max-width: 640px) {
    .temp_location_skin2 .page_container {grid-template-columns: 1fr;}
    .temp_location_skin2 .left_map {padding: 0;}
    .temp_location_skin2 .right_info {display: block; width: 100%;}
    .temp_location_skin2 .right_info > div { width: 100%; }
    .temp_location_skin2 .right_info .txt_box h1 {font-size: 6vw; line-height: 7vw;}
    .temp_location_skin2 .right_info dl dt {font-size: 5vw;}
    .temp_location_skin2 .right_info dl dd {font-size: 4vw; list-style: 5vw;}
    .temp_location_skin2 .right_info .btn_box {margin-top: 30px;}
    .temp_location_skin2 .right_info .btn_map {font-size: 4vw; justify-content: center; padding: 1rem 5vw;}
}
/***************************************
  브랜드
****************************************/
.brand { max-width: 1100px; margin: 0 auto; }
.brand h3 { font-size: 34px; text-align: center; position: relative; font-weight: 600; padding: 0 0 2rem; margin: 0 0 2rem; }
.brand h3::after { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 130px; height: 2px; transform: translateX(-50%); background: #eee; }
.brand .en_tit { text-align: center; font-size: 22px; color: #9ab3cd; font-weight: 400; }
.brand .en_tit strong { font-weight: 600; }
.brand .summary p { font-size: 17px; text-align: center; font-weight: 400; }
.brand .summary p strong { display: block; margin: 1rem 0; font-size: 26px; color: #001041; font-weight: 600; }
.brand .brand_con { margin: 8rem 0;}
.brand_logo { display: flex; margin: 0 0 4rem; }
.brand_logo .logo_img {
  width: 380px;
  text-align: center;
  position: relative;
  border: 1px solid #e9e9e9;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_logo .logo_img img { width: 50%; }
.brand_logo .logo_img span {
  box-sizing: border-box;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 50px;
  font-size: 14px;
  line-height: 1.1;
  background: #001141;
  color: #fff;
  padding: 8px 0 0;
}
.brand_logo .logo_txt { box-sizing: border-box; width: calc(100% - 380px); background: #001141; padding: 3rem 4rem; text-align: left; }
.brand_logo .logo_txt dt { padding: 0 0 1rem; font-size: 26px; color: #fff; font-weight: 600;}
.brand_logo .logo_txt dd p { font-size: 17px; color: #fff; font-weight: 500;}
.brand_award { padding: 2rem 0 0;}
.brand_award h4 { position: relative; text-align: center; margin: 0 0 2rem; }
.brand_award h4::before { content: ""; display: block; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; background: #000; z-index: -1; }
.brand_award ul { display: flex; justify-content: space-between;}
.brand_award ul li { width: 20%; padding: 0 0 2rem;}
.brand_award ul li img { width: 100%;}
.brand .mov_responsive { position: relative; padding: 56.25% 0 0; margin: 4rem 0; }
.brand .mov_responsive iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1080px) {
  .brand .brand_con { margin: 4rem 0;}
  .brand_logo { margin: 0 0 2rem; }
  .brand_logo .logo_img { width: 240px; }
  .brand_logo .logo_txt { width: calc(100% - 240px); padding: 2rem 3rem;}
  .brand_logo .logo_txt dt { font-size: 20px; }
  .brand_logo .logo_txt dd p { font-size: 14px; }
  .brand_logo .logo_txt dd p br { display: none; }
}
@media screen and (max-width: 720px) {
  .brand h3 { font-size: 22px; }
  .brand div.en_tit { font-size: 14px; }
  .brand .summary p strong { font-size: 18px; }
  .brand .summary p br { display: none;}
  .brand_logo { display: block; margin: 0 0 1rem; }
  .brand_logo .logo_img { width: 100%; padding: 2rem 0; border-right: 1px solid #e9e9e9;}
  .brand_logo .logo_img img { width: 20%;}
  .brand_logo .logo_txt { width: 100%; }
}
@media screen and (max-width: 640px) {
  .brand_award ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
  .brand_award ul li { width: 46%;}
  .brand .mov_responsive { margin: 1rem 0; }
}

/******************************************
  커뮤니티
******************************************/
.temp_community_skin .community .floor_list {position: relative;}
.temp_community_skin .community .community_tab {position: absolute; right: 1rem; top: 1rem; display: flex;}
.temp_community_skin .community .community_tab li a {
    font-size: 1.4rem;
    display: flex;
    width: 5rem;
    height: 5rem;
    color: #fff;
    font-weight: 600;
    background: #888;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.temp_community_skin .community .community_tab li a.on {background:var(--community_tab_on);}
.temp_community_skin .community .community_tab.en_txt li a {font-family: "Roboto", sans-serif;}

.temp_community_skin .community .community_con {border: 1px solid #efefef; padding: 4rem 0;}
.temp_community_skin .community .community_con li {padding:0 2rem;}
.temp_community_skin .community .community_info {margin-top: 4rem;}
.temp_community_skin .community .community_info ul {display: grid; grid-template-columns: 1fr 1fr; text-align: left; gap: 1rem;}
.temp_community_skin .community .community_info ul li {display: flex; flex-direction: row; margin-bottom: 2rem;}
.temp_community_skin .community .community_info ul li .icon {display: flex; align-items: center; justify-content: center; padding-right: 1.5rem;}
.temp_community_skin .community .community_info ul li .icon i {font-size: 3.2rem; color:var(--community_icon_color);}
.temp_community_skin .community .community_info ul li dl {flex: 1; padding-right: 1rem;}
.temp_community_skin .community .community_info ul li dl dt {font-weight: 600; font-size: 1.3rem; color:var(--community_title_color);}
.temp_community_skin .community .community_info ul li dl dd { padding-top: 0.5rem; word-break: keep-all; font-size: 1rem;}
.community .button_group {display: none;}

@media screen and (max-width: 480px) {
  .temp_community_skin .community .community_tab li a {font-size: 1.1rem; width: 4rem; height: 4rem;}
  .temp_community_skin .community .community_info ul {grid-template-columns: 1fr;}
  .temp_community_skin .community .community_info ul li {margin-bottom: 1rem;}
  .temp_community_skin .community .community_info ul li .icon i {font-size: 2.3rem;}
  .community .button_group {display: block;}
}

/******************************************
  모집공고
******************************************/
.temp_gonggo_skin1 .gonggo_con {margin: 0 -1rem; position: relative; padding-top: 5rem;}
.temp_gonggo_skin1 .gonggo_con .link_btns {position: absolute; left: 3rem; top: 0; display: flex;}
.temp_gonggo_skin1 .gonggo_con .link_btns li {display: inline-block;}
.temp_gonggo_skin1 .gonggo_con .link_btns li a {display:block; color: #fff; padding: 2.5rem; transition: all .3s; position:relative; overflow: hidden; font-weight: 500;}
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(1) a {background: var(--point_color);}
.temp_gonggo_skin1 .gonggo_con .link_btns li:nth-child(2) a {background: var(--second_color); color: #000; }
.temp_gonggo_skin1 .gonggo_con .link_btns li 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;}
}


/******************************************
  입지환경
******************************************/
.page_content #loadEnvir .page_container {border: none; border-radius: 0; max-height: 3350px;}
/* .temp_envir_skin1 .envir_list {display: flex; flex-direction: column; align-items: flex-start; padding: 2rem 0 4rem;} */
#loadEnvir .cont_box {position: relative; margin: 50px 0;}
#loadEnvir .cont_box .txt_box {position: relative; }
#loadEnvir .cont_box .txt_box p {font-family: "SUIT"; font-size: 32px; line-height: 38px; color: #000;}
#loadEnvir .cont_box .txt_box p strong {font-weight: 700;}
#loadEnvir .cont_box .txt_box h5 {font-family: "SUIT"; font-size: 40px; line-height: 38px; color: #000; font-weight: 800; margin-top: 40px;}
/* .temp_envir_skin1 .envir_list { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0 4rem;}
.temp_envir_skin1 .envir_list li { width: 45%; } */
.temp_envir_skin1 .envir_list { overflow: hidden; margin: -200px 0 0;}
.temp_envir_skin1 .envir_list li { width: 45%; }
.temp_envir_skin1 .envir_list li:nth-child(odd) { float: right; padding: 0 0 120px; }
.temp_envir_skin1 .envir_list li:nth-child(even) { float: left; padding: 120px 0 0; }
.temp_envir_skin1 .envir_list li:nth-of-type(2) { float: left; padding: 200px 0 0; }
/* .temp_envir_skin1 .envir_list { overflow: hidden; } */
/* .temp_envir_skin1 .envir_list li:nth-of-type(2n) {float: left; margin-right: 50%; }
.temp_envir_skin1 .envir_list li:nth-of-type(odd) {float: right; margin-left: 53%;}
.temp_envir_skin1 .envir_list li:nth-of-type(2n), 
.temp_envir_skin1 .envir_list li:nth-of-type(odd) {position: relative;}
.temp_envir_skin1 .envir_list li:nth-of-type(2n)::after, 
.temp_envir_skin1 .envir_list li:nth-of-type(odd)::after {content: ""; display: block; clear: both;} */

/* .temp_envir_skin1 .envir_list li:nth-child(2) {top: -200px;}
.temp_envir_skin1 .envir_list li:nth-child(3) {top: -300px;}
.temp_envir_skin1 .envir_list li:nth-child(4) {top: -450px;}
.temp_envir_skin1 .envir_list li:nth-child(5) {top: -600px;}
.temp_envir_skin1 .envir_list li:nth-child(6) {top: -800px;} */

.temp_envir_skin1 .envir_list li img {border-radius: 10px; overflow: hidden; width: 100%;}
.temp_envir_skin1 .envir_list li dl dt {font-family: "SUIT"; font-size: 20px; line-height: 19px; font-weight: 400; color: #fff; padding: 10px; text-align: center; display: inline-block; background: #000; border-radius: 3px; margin-top: 40px;}
.temp_envir_skin1 .envir_list li dl dd {font-size: 24px; line-height: 32px; color: #000; text-align: left; word-break: keep-all; font-weight: 500; margin-top: 15px;}
.temp_envir_skin1 .envir_list li dl dd strong {font-weight: 700;}
.temp_envir_skin1 .map_box {position:relative;overflow:hidden; border: 2px solid #000; }

/* .temp_envir_skin1 .map_box img {} */
.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; }

.img_summ { margin-left: 1.2rem; text-indent: -1.1rem; font-size: 0.87rem; word-break: keep-all;}

@media screen and (max-width: 1024px) {
  .temp_envir_skin1 .envir_list { overflow: hidden; margin: 0; }
  .temp_envir_skin1 .envir_list li { width: 100%; }
  .temp_envir_skin1 .envir_list li:nth-child(odd) { float: none; padding: 0 0 min(calc(40/1024 * 100vw), 40px); }
  .temp_envir_skin1 .envir_list li:nth-child(even) { float: none; padding: 0 0 min(calc(40/1024 * 100vw), 40px); }
  .temp_envir_skin1 .envir_list li:nth-of-type(2) { float: none; padding: 0 0 min(calc(40/1024 * 100vw), 40px); }

  #loadEnvir .cont_box .txt_box p {font-family: "SUIT"; font-size: min(5vw, 36px); line-height: 1.2; color: #000;}
  #loadEnvir .cont_box .txt_box p strong {font-weight: 700;}
  #loadEnvir .cont_box .txt_box h5 {font-family: "SUIT"; font-size: min(5.4vw, 32px); line-height: 1.2; color: #000; font-weight: 800; margin-top: min(calc(40/1024 * 100vw), 40px);}
  

  .temp_envir_skin1 .envir_list li dl dd {
    font-size: min(3.8vw, 36px); 
    line-height: 1.2
  }
}



/* @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: 900px) {
  .page_content #loadEnvir .page_container {max-height: initial;}
  #loadEnvir .cont_box .txt_box {position: relative;}
  .temp_envir_skin1 .envir_list li {margin-bottom: 50px;}
  .temp_envir_skin1 .envir_list li:nth-of-type(2n) {float: none; margin-right: 0; }
  .temp_envir_skin1 .envir_list li:nth-of-type(odd) {float: none; margin-left: 0;}
  .temp_envir_skin1 .envir_list li:nth-of-type(2n)::after, .temp_envir_skin1 .envir_list li:nth-of-type(odd)::after {display: none;}
  .temp_envir_skin1 .envir_list li:nth-child(2) {top: 0;}
  .temp_envir_skin1 .envir_list li:nth-child(3) {top: 0;}
  .temp_envir_skin1 .envir_list li:nth-child(4) {top: 0;}
  .temp_envir_skin1 .envir_list li:nth-child(5) {top: 0;}
  .temp_envir_skin1 .envir_list li:nth-child(6) {top: 0;}
  .temp_envir_skin1 .envir_list li dl img {width: 100%;}
}
@media screen and (max-width: 640px) {
  #loadEnvir .cont_box .txt_box p {font-size: 6vw; line-height: 7vw;}
  #loadEnvir .cont_box .txt_box h5 {font-size: 8vw; line-height: 7vw;}
  .temp_envir_skin1 .envir_list li dl dt {font-size: 4vw; line-height: 5vw; margin-top: 20px;}
  .temp_envir_skin1 .envir_list li dl dd {font-size: 4vw; line-height: 6.5vw;}
} */

/******************************************
  보도자료
******************************************/
.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: #222;
  position: relative;
}
.temp_video_skin .movie_tab li:first-child a {border-top-left-radius: 0.5rem; border-bottom-left-radius:0.5rem;}
.temp_video_skin .movie_tab li:last-child a {border-top-right-radius: 0.5rem; border-bottom-right-radius:0.5rem;}

@media screen and (max-width: 640px) {
  .temp_video_skin .movie_tab {margin-bottom: 2rem;}
}

/************************************
  시스템 - AIQ
*************************************/
.aiq { max-width: 1100px; margin: 0 auto;}
.aiq .aiq_top { margin: 0 0 40px; }
.aiq .aiq_tit { font-size: 40px; text-align: center; font-weight: 400; word-break: keep-all; margin: 20px 0;}
.aiq .aiq_tit strong { font-weight: 600; }
.aiq .aiq_tit[data-tit="1"] strong { color: #f0a440; }
.aiq .aiq_tit[data-tit="2"] strong { color: #813f99; }
.aiq .aiq_tit[data-tit="3"] strong { color: #0c9142; }
.aiq .aiq_img { margin: 50px 0 0; }
.aiq #tv_load {
  position: relative;
  padding: 56.2% 0 0;
}
.aiq #tv_load iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .aiq .aiq_tit { font-size: 30px; }
  .aiq .aiq_img { margin: 30px 0 0; }
}
@media screen and (max-width: 600px) {
  .aiq .aiq_tit { font-size: 24px; }
  .aiq .aiq_img { margin: 20px 0 0; }
}
@media screen and (max-width: 480px) {
  .aiq .aiq_tit { font-size: 18px; }
}


/***************************************
  이벤트 당첨자
****************************************/
.event_winner .result_inner {background: #fff; padding-top: 2rem;}
.event_winner .result_inner p.tit {padding: 1rem 0 0; text-align: center;}
.event_winner .result_inner p.tit span {display: inline-block; padding: 1rem 0; color: #fff; background: #064c44; font-weight: 600; font-size: 1.3rem; width: 970px;}
.event_winner .winner_list { max-width: 970px; width:100%; margin:0 auto; overflow: hidden; padding: 4rem 2rem; background:#fff; margin-top:-2rem; border-radius: 10px;}
.event_winner .winner_list ul.list_head { display: flex; flex-wrap:wrap; width:100%; }
.event_winner .winner_list ul.list_head li.user_tit { display: flex; font-size: 1.2rem; padding: 0.6rem 0; color: #000; font-weight: 500; width: 50%; background:#001241; color: #fff; font-weight: 500; justify-content: center; }
.event_winner .winner_list ul.list_head li.user_tit strong { display: block; width: 50%; padding: 0 5px; width: 40%; text-align: center;}
.event_winner .winner_list ul.list_head li.user_tit span { display: block; width: 50%; padding: 0 6px; width: 60%; text-align: center;}
.event_winner .winner_list ul.list_body { overflow: hidden; width:100%;}
.event_winner .winner_list ul.list_body li.user_data {float: left; width: 50%; padding: 0 1rem; text-align: center; }
.event_winner .winner_list ul.list_body li.user_data:nth-child(2n+1) {clear: both;}
.event_winner .winner_list ul.list_body li.user_data { display: flex; font-size: 1.2rem; padding: 0.6rem 0; color: #000; font-weight: 500; border-bottom: 1px solid #ddd; }
.event_winner .winner_list ul.list_body li.user_data strong { display: block; width: 50%; padding: 0 5px; width: 40%; text-align: center;}
.event_winner .winner_list ul.list_body li.user_data span { display:block; width:100%; padding: 0 6px;text-align: center;}
@media screen and (max-width: 1024px) {
    .event_winner .result_winner {padding:0 5%;}
}
@media screen and (max-width: 600px) {
    .event_winner .winner_list ul.list_head li.user_tit {width:100%}
    .event_winner .winner_list ul.list_head li:last-child {display:none;}
    .event_winner .winner_list ul.list_body li.user_data {width:100%; clear:both;}
}
.event_winner .winner_con {
  background-color: #001140;
  background-image: url("/resources/img/sub/event_winner_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding: 0 0 50px;
}
.event_footer {
  background: #001140;
  padding: 0 2rem 50px;
}
.event_footer ul { max-width: 970px; width:100%; margin:0 auto; overflow: hidden; }
.event_footer ul li { color: #fff; font-weight: 400; font-size: 18px; text-indent: -22px; padding: 0 0 0 22px;}
@media screen and (max-width: 600px) {
  .event_winner .winner_con {
    background-image: url("/resources/img/sub/event_winner_bg_m.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding: 0 0 50px;
    background-size: 100% auto;
  }
  .event_footer ul li {  font-size: 16px; }
}
.event_winner h3 {
  padding: 10rem 0 5rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .event_winner h3 {
    padding: 6rem 0 3rem;
  }
}
.event_winner h4 {
  padding: 0 0 3rem;
  font-family: "GmarketSansBold";
  text-align: center;
  font-size: 80px;
  color: #fff;
  line-height: 1.2;
}
.event_winner h4 br { display: none; }
@media screen and (max-width: 960px) {
  .event_winner h4 br { display: block; }
}
@media screen and (max-width: 800px) {
  .event_winner h4 {font-size: 12vw;}
}
.event_winner h5 {
  max-width: 700px;
  height: 60px;
  margin: 0 auto;
  background: #7ec0ff;
  text-align: center;
  z-index: 999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
.event_winner h5 span {
  color: #fff;
  font-size: 2rem;
  font-family: "Pretendard";
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .event_winner h5 { width: 80%; height: 4rem;}
  .event_winner h5 span { font-size: 3.5vw;}
}


