@charset "utf-8";

body { font-family: 'Poppins', sans-serif !important; color: #222; } 
.wbk { word-break: keep-all !important; } 
.wh { color: #fff !important; } 

.tb-only,.mo-only,.tm-only { display: none; } 
@media all and (max-width:1024px) {
.tm-none { display: none; } 
.tm-only { display: block; } 
 }
@media screen and (min-width: 768px) and (max-width: 1024px) {
.tb-none { display: none; } 
.tb-only { display: block; } 
 }

@media all and (max-width:767px) {
    .pc-only { display: none; } 
.mo-only { display: block; } 
 }


.top_btn { width: 48px; height: 48px; position: fixed; right: 40px; bottom: 40px; z-index: 100; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; } 
.top_btn.show { opacity: 1; pointer-events: auto; } 
.top_btn.stop { position: absolute; } 
.top_btn img { transition: opacity 0.3s ease; position: absolute; } 
.top_btn img.normal { opacity: 1; } 
.top_btn img.hover { opacity: 0; } 
.top_btn:hover img.normal { opacity: 0; } 
.top_btn:hover img.hover { opacity: 1; } 

@media all and (max-width:1024px) {.top_btn { display: none; } 
 }
/* ===================================================== HEADER + FOOTER ======================================================================== */

/* header */
.header { position: fixed; top:0; z-index: 99; height: 100px;  width: 100%; background: #fff;} 
.header .head_left { display: flex; align-items: center; gap: 40px; position: absolute; left: 80px; top:50%; transform: translate(0%,-50%); } 
.header .head_left .date { color:#222; font-size: 16px; font-weight: 400; line-height: 16px; letter-spacing: -0.24px; } 
.header .head_left .date .vol { font-weight: 700; } 
.header .logo { text-align: center; font-size: 0; } 
.header .logo a { display: inline-block; } 
.header .logo img { display: block; } 

.menu_wrap { display: flex; gap: 20px; position: absolute; width: 1028px; left: 50%; justify-content: right; transform: translate(-50%,-50%); top:50% } 
.menus { position: relative; padding: 0 16px; } 
.menu { cursor: pointer; font-weight: bold; font-size: 18px; } 
.menu-area { position: absolute; left: 16px; background: #fff; padding: 16px 0; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); visibility: hidden; transition: all 0.3s ease-in-out; opacity: 0; width:225px; z-index: 10; top:41px; } 

.mobile_header, .mobile_gnb { display: none } 

.menu-area a { display: block; padding: 12px 20px; color: #333; text-decoration: none; white-space: nowrap; } 
.menu-area a:hover { color: #5CC2CF; font-weight: 500; } 
.menu-area.is-active { opacity: 1; visibility: visible; transform: translateY(0); } 


@media all and (min-width: 1025px) and (max-width: 1370px) {
    .menu-area.menu2 { right: 16px; left: auto; } 
 }

@media all and (max-width:1108px) {
    .menu_wrap { left:auto; right: 80px; transform: translate(0,-50%); } 
 }
@media all and (max-width:1024px) {
 .header {display: none; } 
 
 .head_left { display: flex; align-items:center; gap:20px } 
 .head_left .logo{width: 120px;}
 .head_left .date {color:#fff; font-size: 14px;font-weight: 400;line-height: 14px;letter-spacing: -0.21px; } 
 .mobile_header { display: flex; justify-content: space-between; align-items: center; height: 70px; padding: 0 24px;  position: fixed; top: 0; width: 100%; z-index: 100;    background: transparent;} 

/* 기본 상태 */
.mobile_header {background: transparent;color: #fff;transition: background 0.3s ease, color 0.3s ease;}
.mobile_header .logo .logo-nm { display: none; }
.mobile_header .logo .logo-wh { display: block; }
.mobile_header .menu_toggle span { background: #fff; }

/* 스크롤 시 */
.mobile_header.scrolled {
  background: #fff;
  color: #222;
}
.mobile_header.scrolled .logo-nm { display: block; }
.mobile_header.scrolled .logo-wh { display: none; }
.mobile_header.scrolled .menu_toggle span { background: #222; }

/* 메뉴 열릴 때: 스크롤과 상관없이 고정 */
.mobile_header.menu-open {
  background: #fff !important;
  color: #222 !important;
}
.mobile_header.menu-open .logo-nm { display: block !important; }
.mobile_header.menu-open .logo-wh { display: none !important; }
.mobile_header.menu-open .menu_toggle span { background: #222 !important; }

.mobile_header.scrolled {
  background: #fff;
  color: #222;
}
.mobile_header.scrolled .logo .wh { display: none; }
.mobile_header.scrolled .logo .nm { display: block; }
.mobile_header.scrolled .menu_toggle span { background: #222; }
.mobile_header.scrolled  .head_left .date {color: #222;}

 .menu_toggle { width: 24px; height: 20px; position: relative; cursor: pointer; } 
 .menu_toggle span { position: absolute; height: 2px; width: 100%; background: #222; transition: 0.3s; border-radius: 2px; } 
 .menu_toggle span:nth-child(1) { top: 0; } 
 .menu_toggle span:nth-child(2) { top: 10px; } 
 .menu_toggle span:nth-child(3) { top: 20px; } 
 .menu_toggle.active span:nth-child(1) { top: 10px; transform: rotate(45deg);background: #5CC2CF !important; } 
 .menu_toggle.active span:nth-child(2) { opacity: 0; } 
 .menu_toggle.active span:nth-child(3) { top: 10px; transform: rotate(-45deg);background: #5CC2CF !important;} 
 .mobile_gnb {  position: fixed; top: 70px; left: 0; width: 100%; background: #fff;  z-index: 90;  height: calc(100vh - 70px);   } 
 .mobile_menu .menu { position: relative; font-size: 18px; font-weight: bold; padding: 20px 24px; border-bottom: 1px solid #eee; cursor: pointer; } 

.mobile_menu .arrow { position: absolute; right: 24px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); background-image: url('../images/common/arrow_down.png'); background-size: contain; background-repeat: no-repeat; transition: transform 0.3s ease, background-image 0.3s ease; } 
.mobile_menu .menu.active .arrow { background-image: url('../images/common/arrow_up.png'); } 

.submenu { display: none;} 
.submenu a { display: block; padding:16px 24px; font-size: 15px; color: #333; text-decoration: none;  background: #f7f7f7; border-bottom: 1px solid #fff;} 
.submenu .none{border: none;}
.submenu a:hover { color: #5CC2CF; font-weight: 500; } 
}
@media all and (max-width:767px){
.mobile_header {padding: 0 16px;}
 .mobile_menu .menu {padding: 20px 16px;}
 .mobile_menu .arrow {right: 16px;}
 .submenu a {padding: 16px;}
 .sns_mo{padding: 20px 16px 60px 16px;}
}




/* footer */
#footer { background-color: #333; height: 400px; display: flex; align-items: center; justify-content: center; } 
.footer { position: relative; } 
.footer .f_logo { text-align: center; } 
.footer .f_logo img { width: 228px; } 
.footer .f_ad { color: #EDEDED; font-size: 16px; font-weight: 400; line-height: 16px; letter-spacing: -0.24px; text-align: center; margin-top: 28px; margin-bottom: 11px; } 
.footer .f_copy { color:#999; font-size: 16px; font-weight: 400; line-height: 16px; /* 100% */letter-spacing: -0.24px; text-align: center; } 

@media all and (max-width:1024px) {
    
#footer{padding: 0 16px;}
.footer .f_logo img{width: 170px;}
.footer .f_ad{font-size: 14px;font-weight: 400;line-height: 20px; letter-spacing: -0.21px;}
.footer .f_copy {font-size: 14px;font-weight: 400;line-height: 20px; letter-spacing: -0.21px;}
}
/* ========================================================= MAIN CONTENT ==================================================================== */
.main { } 

.main .visual { position: relative; overflow:hidden; height: 800px; background: url('../images/main/main_visual.jpg') center bottom; margin-top: 100px; background-repeat: no-repeat; background-repeat: no-repeat; background-size: cover; } 
.main .visual .visual_cont { position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); } 
.main .visual .visual_cont .visual_poster { overflow: hidden; text-align: center; } 
.main .visual .visual_cont .visual_poster img { transition: all 0.4s linear; width: 460px; } 
.main .visual .visual_cont .visual_poster:hover img { transform: scale(1.09); } 
.visual_poster { opacity: 0; transform: translateY(200px); transition: transform 0.8s ease, opacity 0.8s ease; } 
.visual_poster.active { opacity: 1; transform: translateY(0); } 

.main .visual .visual_cont .vol_txt { width: 460px; padding: 16px 0px; color:#5CC2CF;font-size: 22px; font-style: normal; font-weight: 600; line-height: 22px; letter-spacing: -0.33px; background: white; text-align: center; border-radius: 999px; margin:40px auto 0 auto } 

.main .section .cont_wrap { width: calc(100% - 160px); max-width: 1028px; margin: 0 auto; } 
.main .section .cont_wrap .big_tit { color: #222; font-size: 36px; font-weight: 700; line-height: 36px; letter-spacing: -0.9px; margin-bottom: 36px; text-align: center; } 
.main .section .cont_desc { color: #666; font-size: 18px; font-weight: 400; line-height: 24px; letter-spacing: -0.54px; margin-top: 12px; } 

@media all and (max-width:1024px) {
.main .visual { margin-top: 0px !important; height: 600px; background: url('../images/main/main_visual_mo.jpg') center bottom; margin-top: 100px; background-repeat: no-repeat; background-size: cover; } 
.main .visual .visual_cont .visual_poster img { width: 280px; } 
.main .visual .visual_cont .vol_txt { width: 280px; font-size: 17px; font-weight: 500; line-height: 17px; letter-spacing: -0.255px; } 

.main .section .cont_wrap { width: calc(100% - 48px); max-width: none; } }

@media all and (max-width:767px) {.main .section .cont_wrap { width: calc(100% - 32px); } 
.main .section .cont_desc { font-size: 15px; font-weight: 400; line-height: 21px; letter-spacing: -0.225px; } 

.main .section .cont_wrap .big_tit{font-size: 24px;
font-weight: 700;line-height: 24px; letter-spacing: -0.36px; margin-bottom: 16px;}
}


/*pc sns 바*/
.sns_bar { background: #333; display: flex; align-items: flex-end; justify-content: center; padding: 17px 0; } 
.sns_bar .sns_icon { width: 48px; height: 48px; } 
.sns_bar .sns_icon.face{width: 36px; height: 48px; }
.sns_bar .sns_wrap { margin-left: 44px; padding-left: 44px; } 
.sns_bar .sns_wrap { border-left: 1px solid #999; } 
.sns_bar .sns_wrap .sns_text { text-align: center; color: #5CC2CF; font-size: 18px; font-weight: 600; line-height: 18px; letter-spacing: -0.27px; margin: 10px 0; } 
.sns_bar .sns_wrap .icon_wrap { display: flex; align-items: flex-end; gap: 24px; } 


.sns_icon { position: relative; display: inline-block; } 
.sns_icon img { position: absolute; top: 0; left: 0; transition: opacity 0.3s ease-in-out; } 
.sns_icon img:nth-child(1) { opacity: 1; z-index: 1; } 
.sns_icon img:nth-child(2) { opacity: 0; z-index: 2; } 
.sns_icon:hover img:nth-child(1) { opacity: 0; } 
.sns_icon:hover img:nth-child(2) { opacity: 1; } 
@media all and (max-width:1024px){
.sns_bar{display: none !important;}
}
/*섹션1*/
.main .section1 { padding: 100px 0; background: #EDF5F6; } 
.main .section1 .cont1_flex { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; } 
.main .section1 .cont1_flex .cont1 { width: calc(50% - 8px); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10); border-radius: 24px; } 
.main .section1 .cont1_flex .cont1 .img_wrap img { border-radius: 24px 24px 0 0; } 
.main .section1 .cont1_box { background: #fff; padding: 28px; border-radius: 0 0 24px 24px; } 
.main .section1 .cont1_tit { color: #5CC2CF; text-align: center; font-size: 24px; font-weight: 600; line-height: 24px; /* 100% */letter-spacing: -0.48px; } 
.main .section1 .cont_desc { text-align: center; } 

@media all and (max-width:767px) {   
.main .section1 .cont1_flex .cont1 { width: 100%; } 
.main .section1 .cont1_box { padding: 24px 28px; } 

.main .section1 .cont1_tit { font-size: 18px; font-weight: 600; line-height: 18px; letter-spacing: -0.27px; } 
.main .section .cont_desc { margin-top: 10px; } 
 }

/*섹션2*/
.main .section2 { padding: 100px 0 90px 0; } 
.main .section2 .cont_wrap { overflow:hidden !important } 
.main .section2 .cont_wrap .img_wrap img { border-radius: 20px; } 
.main .section2 .cont2_text { padding: 28px 8px 0 8px; } 
.main .section2 .cont2_tit { color:#006CB8; text-align: left; font-size: 20px; font-weight: 700; line-height: 20px; letter-spacing: -0.5px; } 
.main .section2 .cont2_text .cont_desc { word-break: keep-all; } 


@media all and (max-width:767px) {
    .main .section2 .cont2_tit { font-size: 18px; font-weight: 600; line-height: 18px; letter-spacing: -0.27px; } 
 }

.cont2_slide { position: relative; } 
.swiper-button-prev::after,
.swiper-button-next::after { display: none; } 

.arrow-prev,
.arrow-next { width: 36px; height: 36px; background-size: contain; background-repeat: no-repeat; background-position: center; position: absolute; top:-54px; transform: translateY(-50%); z-index: 10; cursor: pointer } 

.arrow-prev { right: 46px; background-image: url('../images/main/arrow_prev.png'); } 
.arrow-next { right: 0px; background-image: url('../images/main/arrow_next.png'); } 

@media all and (max-width:767px) {
    .arrow-prev,
.arrow-next {top: -27px;}
}
/*이벤트 섹션*/
.banner { margin-bottom: 60px; width: 100%; } 
.banner2 { margin-bottom: 150px; width: 100%;  } 

@media all and (max-width:1024px) {
    .banner2 { margin-bottom: 80px;  } 

}

@media all and (max-width:767px) {
.main .section1,.main .section2 { padding: 60px 0; } 
.main .visual { margin-top: 60px; } 
.banner {  margin-bottom: 28px; } 
.banner2 { margin-bottom: 60px;  } 
 }


 /*모바일 sns bar*/
.sns_mo {display: none;}
@media all and (max-width:1024px) {

.sns_mo { background: #F7F7F7; text-align: center; padding: 20px 24px 20px 24px;  width: 100%; display: block;} 

.sns_icon { position: relative; display: inline-block; } 
.sns_icon img { position: static } 
.sns_icon img:nth-child(1) { opacity: 1; z-index: 1; } 
.sns_icon:hover img:nth-child(1) { opacity: 1; } 

.sns_mo .sns_icon.home { width: 48px; height: 40px; } 
.sns_mo .sns_icon.yt,.sns_mo .sns_icon.kakao{width: 40px; height: 40px;}
.sns_mo .sns_icon.blog,.sns_mo .sns_icon.insta{width: 48px; height: 48px;}
.sns_mo .sns_icon.face{width: 32px; height: 40px;}
.sns_mo .sns_wrap {border-top: 1px solid #999; padding-top: 24px; margin-top: 10px; } 
.sns_mo .sns_wrap .sns_text { color:#5CC2CF;font-size: 15px;font-weight: 600;line-height: 15px;letter-spacing: -0.225px;} 
.sns_mo .sns_wrap .icon_wrap { display: flex; align-items: center; gap: 10px;  justify-content: center; margin-top: 10px;} 
}

@media all and (max-width:767px) {
 .sns_mo{padding: 20px 16px 20px 16px;}
}


/**/
.banner_wrap { } 

.banner_wrap > div.show { opacity:1; transform:translateY(0); } 
.banner_wrap .banner_con { position:relative; padding: 32px 24px 0px 24px; } 
.banner_wrap .banner_con .pop_top { display: flex; gap:20px; justify-content: space-between; } 
.banner_wrap .banner_con .pop_tit { color: #222; font-size: 18px; font-weight: 600; line-height: 18px; letter-spacing: -0.54px; margin-bottom: 10px; } 
.banner_wrap .banner_con .pop_txt { color:#222; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.42px; word-break: keep-all; } 
.banner_wrap .banner_con .pop_top .img_wrap img { width: 60px; } 

.banner_wrap > div { position:fixed; bottom:110px; right:10px; opacity:0; background-color:#fff; color:#fff; border-radius:16px; border:1px solid #efefef; transform:translateY(50px); transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; z-index:1000; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10); transform: translateY(50px); will-change: opacity, transform; } 
.banner_wrap .banner_con .pop_btn_wrap { display: flex; gap: 12px; border-bottom: 1px solid #ddd } 
.banner_wrap .banner_con .pop_btn_wrap .pop_btn { display: flex; padding: 10px 18px; align-items: center; gap: 6px; border-radius: 999px; background:#5CC2CF; font-size: 14px; font-weight: 600; line-height: 14px; letter-spacing: -0.21px; color: #fff; margin-top: 22px; margin-bottom: 20px; border: 1px solid #5CC2CF; } 
.banner_wrap .banner_con .pop_btn_wrap .pop_btn .img_wrap { width:24px; position: relative; } 
.banner_wrap .banner_con .pop_btn_wrap .pop_btn .img_wrap img { position: absolute; top: 0; left: 0; transition: opacity 0.3s ease; transform: translateY(-50%); } 
.pop_btn .img_wrap .normal { opacity: 1; } 
.pop_btn .img_wrap .hover { opacity: 0; } 
.pop_btn:hover .img_wrap .normal { opacity: 0; } 
.pop_btn:hover .img_wrap .hover { opacity: 1; } 
.banner_wrap .banner_con .pop_btn_wrap .pop_btn:hover { background: #fff; color: #222; border: 1px solid #222; } 

.banner_wrap .close_con { display:flex; justify-content:space-between; width:100%; padding:16px 24px 24px 24px; } 
.banner_wrap .close_con label { display:flex; align-items:center; gap:6px; margin:0; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.42px; color: #222; } 
.banner_wrap .close_con input[type="checkbox"] { width:16px; height:16px; border:1px solid #ddd; border-radius:4px; cursor: pointer; } 
.banner_wrap .close_con button { border:0 none; background:0 none; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.42px; color: #222; cursor: pointer; } 
.pc_banner_pop { } 
.pc_banner_pop.show { } 
.m_banner_pop { display:none; } 

@media (max-width: 767px) {
.pc_banner_pop { display:none; } 
.banner_wrap > div.m_banner_pop { display:block; opacity:1; transform:translateY(0); right:auto; bottom:0; width:100%; border-radius:16px 16px 0 0; } 
.banner_wrap .banner_con{padding:32px 16px 0 16px;}
.banner_wrap .banner_con .pop_tit {line-height: 24px;}
.banner_wrap .banner_con .pop_btn_wrap{gap: 10px;}
.banner_wrap .banner_con .pop_btn_wrap .pop_btn{padding: 10px; gap: 2px;}
}