@charset "utf-8";

/* .scroll_wrap{width: 100%; height: 100%; overflow: auto;}
.nav-open .scroll_wrap{overflow-y: scroll;}
.sub_container{width: 100%; height: 100%; transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1); position: relative; z-index: 2; overflow: hidden; background: #fff; top: 0;}
.nav-open .sub_container{transform: translateX(462px) scale(var(--navScale)); border-bottom-left-radius: 40px; border-top-left-radius: 40px; height: 80vh; top: 182px;}

.sub_container .sub_top_visual{transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);}
.sub_container .page_content{transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);}
.nav-open .sub_container .sub_top_visual{transform: translateX(-150px);}
.nav-open .sub_container .page_content{transform: translateX(-150px);}

@media screen and (max-height: 990px) {
    .nav-open .sub_container{height: 65vh;}
}

@media screen and (max-width: 900px) {
  .nav-open .sub_container{transform: translateX(100%) scale(var(--navScale));}
} */


/******************************************
  컨텐츠 타이틀
******************************************/
.content_title {
  position: relative;
  padding: 2rem 0;
  margin: 0 0 1rem;
}
.content_title h3 {
  text-align: center;
  color: #2E3C47;
  font-family: Pretendard;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin: 4rem 0;
}
.content_title h3::after {
  content:"";
  display: block;
  width: 1px;
  height: 64px;
  background-color: #2E3C47;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-top: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 1440px) {
  .content_title::before {
    height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .content_title::before {
    height: 8vw;
  }
  .content_title h3 {
    font-size: 7vw;
    margin: 4vw 0;
  }
  .content_title h3::after {
    content:"";
    display: block;
    width: 1px;
    height: 7vw;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-top: 2%;
  }
}

.sub_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 53px;
}
.premium .sub_title {margin-bottom: 0;}
.sub_title p {
  color: #2E3C47;
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 400;
}
.sub_title h2 {
  color: #2E3C47;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 10px;
}
.sub_title h2 span {
  color: #66A8C1;
}
.sub_title h4 {
  color: #2E3C47;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .sub_title h2 {font-size: 40px; text-align: center;}
  .sub_title p {font-size: 20px;}
  .sub_title {margin-top: 32px;}
}

.tab_conlist .sub_title p {
  margin-top: 60px;
}

/********************************************
  크게보기 버튼
********************************************/
.button_group {text-align: center; padding: clamp(20px, calc(40/640 * 100vw), 40px) 0;}
.button_group .round_btn {
  background: #353F49;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 400;
  border-radius: clamp(20px, calc(30/640 * 100vw), 30px); 
  padding: clamp(10px, calc(15/640 * 100vw), 15px) clamp(20px, calc(40/640 * 100vw), 40px); 
  color: #fff; 
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  gap: 6px;
  font-size: clamp(14px, calc(18/640 * 100vw), 18px);
}
@media screen and (max-width: 1024px) {
  .pcOnly {display: none;}
}
@media screen and (min-width: 1025px) {
  .mOnly {display: none;}
}

.uiCenter_type {position:relative; font-size:0;; text-align:center; display: flex; justify-content: center;}
.uiCenter_type img {max-width: 100%;;}



/******************************************
  컨텐츠 영역
******************************************/
.page_content {
    padding: 100px 0;
    min-height: calc(65vh - 170px);
}
.page_content > .page_container  {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
  .page_content {
    padding:0;
  }
  .page_content > .page_container  {
    padding: 5% 2%;
  }
.page_content > .page_container img {width: 100%;}
}

.page_content .page_header{width: 100%; margin: auto;}
.page_content .page_header .line{width: 100%; height: 1px; background: #bababa; position: relative; margin-bottom: 77px;}
/* .page_content .page_header .line::after{content: ""; position: absolute; left: 0; top: -6px; width: 10px; height: 10px; border-radius: 10px; border: 2px solid #052F57; background: #fff;}
.page_content .page_header .line::before{content: ""; position: absolute; right: 0; top: -6px; width: 10px; height: 10px; border-radius: 10px; border: 2px solid #052F57; background: #fff;} */
.page_content .page_header .tit_wrap{display: flex; justify-content: space-between; align-items: center; gap: 60px;}
.page_content .page_header .tit_wrap .sub_tit p{color: #6CA9C4; font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.page_content .page_header .tit_wrap .sub_txt p{color: #333; font-size: 18px; font-weight: 400;}
.page_content .page_header .tit_wrap .btn_box{display: flex; align-items: center; gap: 10px;}
.page_content .page_header .tit_wrap .btn_box a{width: 290px; max-width: 290px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 30px; border: 1px solid #353F49; border-radius: 290px; transition: all 0.3s;}
.page_content .page_header .tit_wrap .btn_box a svg path{transition: all 0.3;}
.page_content .page_header .tit_wrap .btn_box a span{color: #353F49; font-family: 'Outfit'; font-size: 16px; font-weight: 400; transition: all 0.3s;}
.page_content .page_header .tit_wrap .btn_box a:hover{background: #353F49; border: 1px solid #353F49;}
.page_content .page_header .tit_wrap .btn_box a:hover span{color: #fff;}
.page_content .page_header .tit_wrap .btn_box a:hover svg path{stroke: #fff;}

.page_content .page_header .page_banner{width: 100%; margin: 0 0 80px; display: flex; align-items: center; justify-content: center; background: #E3E3E3; border-radius: 10px; padding: 27px;}
.page_content .page_header .page_banner p{color: #353F49; font-size: 26px; font-weight: 400; font-family: 'Outfit'}

@media screen and (max-width: 1024px) {
  /* .page_content .page_header{padding:0 16px;} */
  .page_content .page_header .line{margin-bottom: 40px;}
  .page_content .page_header .tit_wrap {flex-direction: column; align-items: flex-start;}
  .page_content .page_header .tit_wrap .sub_tit p {font-size:18px;}
  .page_content .page_header .tit_wrap .sub_txt p {font-size:12px;}

  .page_content .page_header .tit_wrap .btn_box {width: 100%;}
  .page_content .page_header .tit_wrap .btn_box a {width:auto; padding:14px 30px; flex:1; max-width:none; gap:5px;}
  .page_content .page_header .tit_wrap .btn_box a span {font-size:12px;;}

  .page_content .page_header .page_banner{margin: 60px 0 50px; border-radius: 5px; padding: 12px;}
  .page_content .page_header .page_banner p{font-size:14px;;}

}

@media screen and (max-width: 400px) {
  .page_content .page_header .tit_wrap .btn_box a span{font-size: 2.5vw;}
}

/******************************************
  오리발
******************************************/

.footer_summary { max-width: 1200px; margin:50px auto 0; background-color: #f3f3f3; text-align: left; padding: 30px 30px 30px 148px; position:relative; min-height: 150px; display: flex; align-items: center; }
.footer_summary::before {content:''; position:absolute; left: 40px; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; background: url('../img/sub/ori.webp') 0 0 no-repeat; margin-right: 18px; }
/* .sub_ori ul {  } */
.footer_summary ul li { font-size: 16px; color: #5E5E5E; position: relative; padding-left: 13px; word-break: keep-all;}
.footer_summary ul li:before { content:'▪'; position: absolute; left:0; top:-1px;}

@media screen and (max-width: 650px) {
  .footer_summary{padding: 20px 20px 20px 80px;}
  .footer_summary::before{left: 20px; width: 40px; height: 40px; background: url(../img/sub/ori.webp) center center/contain no-repeat; }
  .footer_summary ul li{font-size: 14px; word-break: keep-all;}
}


/******************************************
  사업개요
******************************************/
.temp_overview_skin1 .page_inner{display: flex; flex-direction: column; gap: 40px; max-width: 1200px; width: 100%;}
.temp_overview_skin1 .page_inner .overview_img{width: 100%;}
.temp_overview_skin1 .page_inner .overview_img img{width: 100%; height: 100%; object-fit: cover;}
.temp_overview_skin1 .page_inner .overview_info{display: flex; position: relative; border-bottom: 1px solid rgba(0, 48, 87, 0.2); gap: 20px;}
.temp_overview_skin1 .page_inner .overview_info ul{width: 50%; border-top: 1px solid #00144D;}
.temp_overview_skin1 .page_inner .overview_info ul li{display: flex; align-items: center; gap: 140px; padding: 24px 30px; border-bottom: 1px solid #DEDEDE;}
.temp_overview_skin1 .page_inner .overview_info ul li:last-child{border-bottom: none;}
.temp_overview_skin1 .page_inner .overview_info ul .tit{width: 90px; color: #000; font-size: 20px; font-weight: 700;}
.temp_overview_skin1 .page_inner .overview_info ul .txt{color: #666; font-size: 20px; font-weight: 300; width: 69%;}
@media screen and (max-width: 1024px) {
  .temp_overview_skin1 .page_inner .overview_info{flex-direction: column;gap: 0;}
  .temp_overview_skin1 .page_inner .overview_info ul {width: 100%;}
  .temp_overview_skin1 .page_inner .overview_info ul:last-child{border-top: 1px solid #DEDEDE;}
  .temp_overview_skin1 .page_inner .overview_info::before{display: none;}
}
@media screen and (max-width: 520px){
  .temp_overview_skin1 .page_inner .overview_info ul li{padding: 16px 20px; gap: 40px;}
  .temp_overview_skin1 .page_inner .overview_info ul .tit,
  .temp_overview_skin1 .page_inner .overview_info ul .txt{font-size: 14px;}
}

/******************************************
  입지환경
******************************************/



/******************************************
  오시는길
******************************************/
.temp_contact_skin1 .inner{max-width: 1200px; width: 100%; background-image: url("../img/sub/contact_bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 0 12px 40px; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.temp_contact_skin1 .inner .contact_top_logo {width: 90%; margin: 0 auto; display: flex; justify-content: flex-start; padding: 2% 2% ; border-bottom: 1px solid #C6C6C6;}
.temp_contact_skin1 .uiCenter_type ul{display: flex; align-items: center; justify-content: center; gap: 36px; width: 90%; margin-top: 2%;}
.temp_contact_skin1 .uiCenter_type ul li {display: flex; flex-direction: column; width: 50%;}
.temp_contact_skin1 .uiCenter_type ul li .img_box{max-width: 620px; width: 100%; overflow: hidden;}
.temp_contact_skin1 .uiCenter_type ul li .img_box img {width: 100%;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap {display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box{margin-top: 27px; margin-bottom: 11px; width: 100%; display: flex; justify-content: center; align-items: center;}
.temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box{margin: 54px 0;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .parking_box{margin-bottom: 16px;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .parking_box p {color: #6C6C6C;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.48px;
	text-indent: -40px;
    margin-left: 40px;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .parking_box p strong {color: #2C3D47; font-weight: 600;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box h3{color: #26323B; font-family: 'Pretendard'; font-size: 20px; font-weight: 700; line-height: 27px; width: 25%; text-align: left; position: relative;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box p{color: #6C6C6C; font-family: 'Pretendard'; font-size: 20px; font-weight: 400; line-height: 27px; width: 43%; text-align: left;}
.temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box h3 {width: 20%;}
.temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box p {width: 61%;}
.temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box h3::after {width:2px; height: 17px; background-color: #8D867D; content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 17%;}
.temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box h3::after {width:2px; height: 17px; background-color: #8D867D; content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 30%;}
.temp_contact_skin1 .uiCenter_type ul li .btn_box{display: flex; align-items: center; gap: 18px;}
.temp_contact_skin1 .uiCenter_type ul li .btn_box a{display: flex; align-items: center; gap: 19px;}
.temp_contact_skin1 .uiCenter_type ul li .btn_box a span {color: #2C3D47; font-family: 'Pretendard'; font-size: 14px; font-weight: 400; line-height: normal;}

@media screen and (max-width: 1024px) {
  .temp_contact_skin1 .uiCenter_type ul{flex-direction: column; margin-top: 30px; width: 100%;}
  .temp_contact_skin1 .inner .contact_top_logo {justify-content: center; padding: 0; padding-bottom: 13px; margin: 31px 0 13px; width: 100%; height: 45.2px;}
  .temp_contact_skin1 .inner .contact_top_logo img {width: 207px; height: 28.2px;}
  .temp_contact_skin1 .uiCenter_type ul li {flex-direction: column; width: 100%;}
  .temp_contact_skin1 .uiCenter_type ul li:last-child {margin-top: 10%;}
  .temp_contact_skin1 .uiCenter_type ul li .img_box {width: 100%; max-width: none;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap {width: 100%; max-width: none; padding-left: 0;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box{text-align: center; margin-top: 17.2px; margin-bottom: 11.62px;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap .parking_box{margin-bottom: 22.27px;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap .parking_box p {font-size: 14px; line-height: 130%;}
  .temp_contact_skin1 .uiCenter_type ul li .btn_box {justify-content: center;}
  .temp_contact_skin1 .uiCenter_type ul li .btn_box a {gap:8.75px;}
  .temp_contact_skin1 .uiCenter_type ul li .btn_box a img {width: 23.163px; height: 22.933px; aspect-ratio: 23.16/22.93;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box h3 {width: auto;font-size: 16px; margin-right: 10%;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box p {width: auto;font-size:16px;}
  .temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box {margin: 29px 0;}
  .temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box h3 {width: auto;}
  .temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box p {width: auto;}
  .temp_contact_skin1 .uiCenter_type ul li .con_wrap .txt_box h3::after {right: -33%;}
  .temp_contact_skin1 .uiCenter_type ul li:last-child .con_wrap .txt_box h3::after {right: -65%;}
  .temp_contact_skin1 .uiCenter_type ul li .btn_box a span{font-size: 16p;}
}





/******************************************
  보도자료
******************************************/
.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;
  text-align: center;
  -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: 0 1rem;}
.news_tbl_body .num {font-family:"Montserrat", tahoma, sans-serif; font-weight: 400;}
.news_tbl_body .date {font-family:"Montserrat", tahoma, sans-serif; font-weight: 400; color: #000; white-space: nowrap;}
.news_tbl_body .empty_data{font-family:"Montserrat", tahoma, sans-serif; font-weight: 400; padding: 5rem 0; text-align: center;}

@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("../img/sub/no_thumb.webp") 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;
    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;
}

/******************************************
  홍보영상
******************************************/
.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;}
}


/***************************************
  이벤트 당첨자
****************************************/
.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("../img/sub/event_winner_bg.webp");
  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("../img/sub/event_winner_bg_m.webp");
    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: "HanwhaGothic";  
  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;}
}


/* *****프리미엄 */

.button_group a {margin: 0 auto;}
.button_group a span {color: #fff;}



/***************************************
  개발계획
****************************************/
.development_wrap {position: relative;}
.development_header {width: 100%; margin-bottom: 50px;}
.development_header .tit{padding: 23px 0 16px; text-align: center; border-top: 1px solid #2A3D49; border-bottom: 7px solid #2A3D49;}
.development_header .tit p{color: #000; font-size: 16px; font-weight: 500;}
.development_header .tit h3{color: #000; font-size: 60px; font-weight: 700;}
.development_header .tag_wrap{padding: 10px 0 13px; border-bottom: 1px solid #2A3D49;}
.development_header .tag_wrap ul{display: flex; align-items: center; justify-content: center; gap: 18px;}
.development_header .tag_wrap ul li{color: #000; font-size: 14px; font-weight: 500; display: flex; align-items: flex-end;}
.development_header .tag_wrap ul li span{font-size: 12px;}
.development_content{width: 100%; position: relative;}
.development_content > ul > li{display: flex; gap: 20px; justify-content: space-between; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 2px solid #2A3D49;}
.development_content > ul > li:last-child{margin-bottom: 0;}
.development_content > ul > li .txt_box{max-width: 527px; width: 100%; word-break: keep-all; margin: 0;}
.development_content > ul > li .txt_box .top .tit{margin-bottom: 32px;}
.development_content > ul > li .txt_box .top .tit h3{color: #2A3D49; font-size: 46px; font-weight: 700; line-height: 120%; letter-spacing: -0.92px;}
.development_content > ul > li .txt_box .top .tit h3 span{font-size: 26px; font-weight: 700;}
.development_content > ul > li .txt_box .top .tit p{color: #2A3D49; font-size: 26px; font-weight: 700; line-height: 150%; letter-spacing: -0.52px;}
.development_content > ul > li .txt_box .top .txt p{color: #2A3D49; font-size: 22px; font-weight: 500; line-height: 130%; letter-spacing: -0.66px;}
.development_content > ul > li .txt_box .line{display: block; width: 100%; height: 1px; background: #2A3D49; margin: 30px 0;}
.development_content > ul > li .txt_box .bottom{display: flex; flex-direction: column; gap: 25px;}
.development_content > ul > li .txt_box .bottom .btm_box p{color: #2A3D49; font-size: 20px; font-weight: 700; line-height: 120%; margin-bottom: 7px;}
.development_content > ul > li .txt_box .bottom .btm_box ul li{position: relative; color: #4C4C4C; font-size: 18px; font-weight: 500; line-height: 120%; padding-left: 20px;}
.development_content > ul > li .txt_box .bottom .btm_box ul li::before{content: ''; display: block; width: 5px; height: 5px; border-radius: 5px; background: #2A3D49; position: absolute; top: 8px; left: 8px;}
.development_content > ul > li .img_box{max-width: 600px; width: 100%;}
.development_content > ul > li .img_box img{width: 100%; height: 100%; object-fit: cover; display: block;}

@media screen and (max-width: 1250px) {
  .development_wrap{padding: 0 20px;}
  .development_content > ul > li{flex-direction: column; align-items: center;}
}

@media screen and (max-width: 1024px) {
  .development_header .tag_wrap ul{flex-wrap: wrap; gap: 5px 15px;}
  .development_content > ul > li{padding-bottom: 30px; margin-bottom: 30px;}
  .development_content > ul > li .txt_box .top .tit h3{display: flex; flex-wrap: wrap; line-height: normal; align-items: flex-end;}
  .development_content > ul > li .txt_box .top .tit h3 span{line-height: 42px;}
}

@media screen and (max-width: 500px){
  .development_content > ul > li .txt_box .top .tit h3{font-size: 9vw;}
  .development_content > ul > li .txt_box .top .tit h3 span{font-size: 5vw;}
  .development_content > ul > li .txt_box .top .tit p{font-size: 5vw;}
  .development_content > ul > li .txt_box .top .txt p{font-size: 4.5vw;}
  .development_content > ul > li .txt_box .bottom .btm_box p{font-size: 4vw;}
  .development_content > ul > li .txt_box .bottom .btm_box ul li{font-size: 3vw;}
}



/******************************************
  모집공고
******************************************/
.temp_gonggo_skin1 .content_wrap{position: relative;}
.temp_gonggo_skin1 .content_wrap a{position: absolute;}
.temp_gonggo_skin1 .content_wrap a.info_btn1{left: 2%; top: 0%; width: 24.5%; height: 21%;}
.temp_gonggo_skin1 .content_wrap a.info_btn2{left: 28%; top: 0%; width: 24.5%; height: 21%;}
.temp_gonggo_skin1 .content_wrap a.info_btn3{left: 7.5%; top: 76.5%; width: 14.5%; height: 17%;}
@media screen and (max-width: 700px) {
  .temp_gonggo_skin1 .content_wrap a.info_btn1{left: 0%; top: 68.5%; width: 100%; height: 15.5%;}
  .temp_gonggo_skin1 .content_wrap a.info_btn2{left: 0%; top: 84.5%; width: 100%; height: 15.5%;}
  .temp_gonggo_skin1 .content_wrap a.info_btn3{display: none;}
}



/* 홍보영상 */
.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: 31%;
  text-align: center;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video_con>ul>li span {
  color: #fff;
  background-color: #353F49;
  padding: 5px 10px;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
}


@media screen and (max-width: 768px) {
  .video_con > ul {
      display: block;
  }
  .video_con > ul > li {
    width: 100%;
    max-width: 100%;
  }
}



  /* 오픈기념 BIG 이벤트 */
  .open_event .sub_tit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sub_tit span {
    color: #2E3C47;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 400;
  }
  .sub_tit h2 {
    color: #2E3C47;
    font-family: Pretendard;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    margin-top: 1%;
    margin-bottom: 5%;
  }




  
/******************************************
  언론보도
******************************************/
.news_list_type ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.news_list_type ul li {
  height: 320px;
  margin-bottom: 2.5rem;
  background: #fff;
  text-align: left;
  border: 1px solid #bbb;
  transition: box-shadow .4s;
}

.news_list_type ul li:hover {
  box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow .4s;
}

.news_list_type ul li.empty_data {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans';
  font-size: 1rem;
  color: #000;
}

.news_list_type ul li.empty_data:hover {
  box-shadow: none;
}

.news_list_type ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem;
  font-size: 1rem;
  color: #000;
}

.news_list_type ul li a .news_con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.news_list_type ul li a .news_con span {
  word-break: break-all;
  white-space: normal;
  display: block;
  font-family: 'Noto Sans';
  color: #001241;
  font-size: 17px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.news_list_type ul li a .news_con dl {
  height: 60px;
  word-break: break-all;
  white-space: normal;
}

.news_list_type ul li a .news_con dl dt {
  word-break: break-all;
  white-space: normal;
  line-height: 25px;
  font-size: 18px;
  font-family: 'Noto Sans';
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list_type ul li a .news_con dl dd {
  word-break: break-all;
  white-space: normal;
  margin: 1rem 0;
  font-family: 'Noto Sans';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list_type ul li a .news_con .news_content {
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.news_list_type ul li a .news_con .news_content p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  font-weight: 500;
  /* word-break:break-all; */
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_list_type ul li a .news_con .news_b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_list_type ul li a .news_con .news_b .date {
  color: #000;
  font-family: 'Noto Sans';
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.news_list_type ul li a .news_con .news_b h3 {
  font-size: 14px;
  font-family: 'Noto Sans';
  color: #000;
  font-weight: bold;
}

.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: 1024px) {
  .news_list_type ul {
    flex-direction: column;
  }

  .news_list_type ul li {
    width: 100%;
  }

  .news_list_type ul li a {
    padding: 3rem;
    width: 100%;
  }

  .news_list_type ul li a span {
    font-size: 13px;
  }

  .news_list_type ul li a dl dt {
    line-height: 1.8rem;
  }

  .news_list_type ul li .new {
    left: 85.5%;
  }

  .news_list_type ul li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .news_list_type ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_list_type ul li {
    width: 100%;
  }

  .news_list_type ul li a {
    padding: 3rem;
    width: 100%;
  }

  .news_list_type ul li a span {
    font-size: 13px;
  }

  .news_list_type ul li a dl dt {
    line-height: 1.8rem;
  }

  .news_list_type ul li .new {
    left: 85.5%;
  }

  .news_list_type ul li {
    margin-left: 0;
    margin-right: 0;
  }
}

@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 span {
    margin-bottom: 0.5rem;
  }

  .news_list_type ul li a span.date {
    margin-top: 1rem;
  }
}







	/* 이벤트종료 */
  .promotion_winner_img {position:relative;}
  .eventEnd {position:absolute; width:100%; height:1048px; top:0; left:0;}
  .eventEnd .endEventImg {position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
  .eventEnd:before {display: block;content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.7); position:absolute; top:0; left:0;}
  .m-only.eventEnd .endEventImg {width:80%;}
  
  @media screen and (max-width: 1024px) {
  .eventEnd_cafeteria .endEventImg {width: 80%;}
  .eventEnd {height: 100%;}
  .eventEnd .endEventImg {
    width: 65% !important;
  }
  }