@charset "utf-8";

* { box-sizing: border-box; word-break: break-all; }
*::-webkit-scrollbar { width: 6px; height: 8px; }
*::-webkit-scrollbar-thumb { background-color: #999; background-clip: padding-box; }
*::-webkit-scrollbar-track { background-color: #EFEFEF; }
body { min-width: 280px; overflow-x: hidden; }
.mob_view { display: none; }
.align_super { vertical-align: super; font-size: 0.5em; }
.com_tit { font-size: 1.875em; font-weight: bold; line-height: 1.15em; }/* font 30px */
.com_tit2 { font-size: 1.5em; font-weight: bold; line-height: 1.3em; }/* font 24px */
.com_big_tit { font-size: 4.375em; font-weight: 900; text-shadow: 0 0.1em 0 rgba(55, 55, 55, 0.14); line-height: 1.1em; }
.com_desc { font-size: 1.25em; line-height: 1.4em; }/* font 20px */
.ft20 { font-size: 1.25em; }
.fw_b { font-weight: bold; }
.color_gy { color: #777; }
.com_radius { border-radius: 1.5em; overflow: hidden; }
.bg_pink { background-color: #f6edf1; }
.board-wrap { padding: 4.7em 0; }
.flex_cont { display: flex; }
.com_txt_act { text-align: center; }
.com_txt_act .txt { display: inline-block; position: relative; z-index: 1; }
.com_txt_act .txt::before { content: ''; width: 0; height: 0.6em; background-color: #d2ecf4; border-radius: 10em; position: absolute; bottom: -0.1em; left: -0.3em; z-index: -1; transition: all 0.3s; }
.item:hover .com_txt_act .txt::before { width: calc(100% + 0.6em); }

@media (max-width: 760px) {
    /* mobile design font size */
    .com_tit { font-size: 1.66em; }
    .com_tit2 { font-size: 1.25em; }
    .com_big_tit { font-size: 2.91em; }
    .com_desc { font-size: 1.1em; }
    .com_radius { border-radius: 1em; }
}


/* SWIPER */
body .swiper-button-prev { left: 0; }
body .swiper-button-next { right: 0; }
body .swiper-button-prev:after, 
body .swiper-button-next:after { font-family:xeicon; font-size: 1.875em; }
body .swiper-button-prev:after { content: '\e93c'; }
body .swiper-button-next:after { content: '\e93f'; }
body .swiper-pagination { display: flex; justify-content: center; }
body .swiper-pagination-bullet { width: 0.8em; height: 0.8em; background-color: #fff; opacity: 1; border-radius: 10em; transition: all 0.3s; display: block; margin: 0 5px !important; }
body .swiper-pagination-bullet-active { width: 1.5em; background-color: #5eb4d2; }

@media (max-width: 760px) {
    /* mobile design font size */
    body .swiper-pagination-bullet { width: 0.54em; height: 0.54em; }
    body .swiper-pagination-bullet-active { width: 1em; }
}


/* TOP BANNER LAYER */
.top_banner_layer { position: relative; color: #fff; text-align: center; }
.top_banner_layer > .guide { position: relative; }
.top_banner_layer .desc { font-size: 0.875em; line-height: 1.4em; padding: 0.7em 0 0.6em; }
.top_banner_layer .topban_close { color: #fff; position: absolute; right: 0; top: 0; height: 100%; padding: 0 0.5em; }

@media (max-width: 760px) {
    /* mobile design font size */
    .top_banner_layer > .guide { position: static; }
}
@media (max-width: 430px) {
    .top_banner_layer .desc br.mob_view { display: inline; }
}


/* HEADER */
.header { position: relative; border-bottom: 1px solid #d6d6d6; background-color: #fff; padding: 1em 0;  z-index: 10; }
.header > .guide { position: relative; display: flex; align-items: flex-end; justify-content: space-between; transition: all 0.3s; }
.header .logo { font-size: 1em; }
.header .logo img:not(.symbol) { width: 12.7em; max-width: 203px; }
.header .logo .symbol { display: none; width: 3.75em; max-width: 60px; }
.header .gnb { position: absolute; left: 50%; transform: translateX(-50%); bottom: -0.625em; font-weight: bold; }
.header .gnb a { display: block; white-space: nowrap; }
.header .gnb > ul { display: flex; }
.header .gnb > ul > li { position: relative; }
.header .gnb > ul > li::before { opacity: 0; content: ''; width: 5px; height: 5px; border-radius: 10em; background-color: #5eb4d2; position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; transition: all 0.3s; }
.header .gnb > ul > li > a { text-transform: uppercase; padding: 0.625em; transition: all 0.3s; }
.header .gnb > ul > li:hover > a { color: #5eb4d2; }
.header .gnb > ul > li:hover::before { opacity: 1; }
.header .gnb > ul > li + li { margin-left: 5em; }
.header .gnb > ul > li > ul { display: none; position: absolute; left: 50%; transform: translateX(-50%); top: 100%; background-color: #fff; width: 13.5em; border-radius: 1em; padding: 0 0.5em; border: 1px solid #5eb4d2; text-align: center; }
.header .gnb > ul > li > ul > li { transition: all 0.3s; border-radius: 0.3em; }
.header .gnb > ul > li > ul > li:first-child { margin-top: 1.18em; }
.header .gnb > ul > li > ul > li:last-child { margin-bottom: 1.18em; }
.header .gnb > ul > li > ul > li + li { margin-top: 0.875em; } 
.header .gnb > ul > li > ul > li > a { line-height: 1.625em; }
.header .gnb > ul > li > ul > li:hover { background-color: #f0f7f9; color: #5eb4d2; }
/* .header .lang { margin-left: auto; display: flex; font-weight: bold; line-height: 1.625em; border-radius: 0.5em; color: #5eb4d2; border: 1px solid #5eb4d2; background-color: #fff; transition: all 0.3s; margin-bottom: -6px;}
.header .lang a { display: block; padding: 0 0.6em; }
.header .lang i { vertical-align: middle; margin-top: -0.2em; padding-right: 0.2em; }
.header .lang:hover { color: #fff; background-color: #5eb4d2; } */

/* 230405 J add */
.header .lang  { margin-left: auto; display: flex; }
.header .lang_select { position: relative; width: 5.625em; height: 1.6em; }
.header .lang_select i { vertical-align: middle; margin-top: -0.1em; padding-right: 0.1em; }
.header .lang_select .select_handle,
.header .lang_select .lang_list li a {font-weight: bold;color: #5e5d69; padding: 0 0.375em;}
.header .lang_select .select_handle { color: #5eb4d2; background-color: #fff; border-radius: 0.375em; height: calc(100% + 1px); display: flex; align-items: center; cursor: pointer; position: relative; z-index: 2; border: 1px solid #5eb4d2; }
.header .lang_select .lang_list { position: absolute; width: 100%; left: 0; top: 0;  border-radius: 0.375em; z-index: 1; padding-top: 1.5em; height: 0; overflow: hidden; transition: all 0.5s; background-color: #fff; border: 1px solid #5eb4d2; }
.header .lang_select .lang_list li { line-height: 1.5em; }
.header .lang_select .lang_list li i { margin-top: -0.2em; }
.header .lang_select .lang_list li a { display: block; transition: all 0.3s; }
.header .lang_select .lang_list li:hover a { color: #5eb4d2; }
.header .lang_select .lang_list li:first-child { margin-top: 0.3em; }
.header .lang_select .lang_list li:last-child { padding-bottom: 0.3em; }


.header .lang_select .select_handle::before { font-family: xeicon; content: '\e942'; font-weight: 400; position: absolute; right: 0.375em; top: 50%; transform: translateY(-50%); }
.header .lang_select.active .select_handle::before { content: '\e945'; }
.header.fixed { position: fixed; width: 100%; left: 0; top: 0; box-shadow: 0 5px 6px rgba(101, 106, 110, 0.1); animation-name: headerFixed;  animation-duration: 0.5s; }
.header.fixed > .guide { width: 92%; max-width: 1400px; padding: 0; align-items: center; }
.header.fixed .logo img:not(.symbol) { display: none; }
.header.fixed .logo .symbol { display: block; }
.header.fixed .gnb { bottom: auto; top: 50%; transform: translate(-50%, -50%); }

@keyframes headerFixed {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0);
    }
}
@media (max-width: 1700px) {
    .header .logo img:not(.symbol) { width: 10em; }
    .header .gnb > ul > li + li { margin-left: 3em; }
}
@media (max-width: 1200px) {
    /* .header:not(.fixed) .gnb { transform: none; left: 16em; } */
    .header .gnb > ul > li + li { margin-left: 1.5em; }
}
@media (min-width: 1081px) {
    .header{height: 6.25em;}
    .header.fixed{height: 5em;}
    .header > .guide { height: 100%; width: 100%; max-width: none; padding: 0 1em 0 2em; }
 }
@media (max-width: 1080px) {
    .header { padding: 0.8em 0; box-shadow: 0 5px 6px rgb(101 106 110 / 10%); }
    .header .gnb,
    .header .lang { display: none; }
}
@media screen and (max-width:760px) {
    .header .logo .symbol{width: 3em;}
}


/* FOOTER */
.footer { background-color: #333333; padding: 1.875em 0 2em; }
.footer .flex_cont { display: flex; }
.footer .right_area { margin-left: auto; }
.footer .footer_menu { display: flex; align-items: center; color: #fff; font-weight: bold; text-transform: uppercase; }
.footer .footer_menu a { display: block; transition: all 0.3s; }
.footer .footer_menu a:hover { color: #5eb4d2; }
.footer .footer_menu .footer_logo a { display: flex; align-items: center; color: #c0a354; }
.footer .footer_menu .footer_logo img { width: 100%; max-width: 120px; margin-right: 0.5em; }
.footer .footer_menu li + li { margin-left: 2.6em; }
.footer .copyright { font-size: 0.875em; color: #e3e3e3; line-height: 1.4em; margin-top: 1.7em; }
.footer .right_area { display: flex; flex-wrap: wrap; justify-content: flex-end;} 
.footer .family_site_select { position: relative; width: 11.6em; height: 3.125em; }
.footer .family_site_select .select_handle,
.footer .family_site_select .family_list li a { font-weight: bold; color: #fff; padding: 0 1.125em; }
.footer .family_site_select .select_handle { background-color: #5e5d69; border-radius: 10em; height: 100%; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 2; box-shadow: 0 0.3em 0.375em rgba(45, 45, 45, 1); }
.footer .family_site_select .select_handle::before { font-family: xeicon; content: '\e945'; font-size: 1.5em; font-weight: 400; position: absolute; right: 0.8em; top: 50%; transform: translateY(-50%); }
.footer .family_site_select .family_list { position: absolute; width: 100%; left: 0; bottom: 0; background-color: #45454e; border-radius: 1.5em; z-index: 1; padding-bottom: 3.125em; height: 0; overflow: hidden; transition: all 0.5s; }
.footer .family_site_select .family_list li { line-height: 2.3em; }
.footer .family_site_select .family_list li a { display: block; transition: all 0.3s; }
.footer .family_site_select .family_list li:first-child { margin-top: 0.875em; }
.footer .family_site_select .family_list li:last-child { margin-bottom: 0.875em; }
.footer .family_site_select .family_list li:hover a { color: #5eb4d2; }
.footer .family_site_select.active .select_handle::before { content: '\e942'; }
.footer .scroll_top { width: 3.125em; height: 3.125em; border-radius: 10em; background-color: #5e5d69; display: flex; align-items: center; justify-content: center; margin-left: 2.5em; transition: all 0.2s; }
.footer .scroll_top:hover { box-shadow: 0 0.3em 0.375em rgba(45, 45, 45, 1); }
.footer .scroll_top i { font-size: 1.875em; color: #fff; }  
.footer .site_num{width: 100%; text-align: right; font-size: 0.875em; color: #999; margin-top: 2.2em; line-height: 1.4em;} 
.footer .site_num a{border-bottom: 1px solid transparent; transition: all 0.2s;}
.footer .site_num a:hover{border-color: #999;}

@media (max-width: 1080px) {
    .footer .footer_menu li:not(.footer_logo) { display: none; }
    .footer .footer_menu .footer_logo{display: flex; align-items: center; height: 2.9em;}
    .footer .footer_menu .footer_logo a { line-height: 2.9em; width: 80%; }
    .footer .right_area { flex-direction: column; align-items: flex-end; }
    .footer .family_site_select { height: 2.9em; }
    .footer .family_site_select .family_list { padding-bottom: 2.9em; }
    .footer .scroll_top { width: 2.9em; height: 2.9em; margin: 0.9em 0 0; }
    .footer .site_num.pc_view{display: none;}
    .footer .site_num.mob_view{display: block;}
    .footer .site_num{margin-top: 0; text-align: left;}
}
@media (max-width: 760px) {
    .footer { padding: 1.5em 0 2.5em; }
    .footer .flex_cont { display: block; }
    .footer .right_area { position: absolute; top: 0; right: 0; }
    .footer .copyright { font-size: 0.66em; width: calc(100% - 6em); margin: 2.5em 0 1em; line-height: 1.6em;}
    .footer .site_num{font-size: 0.66em;}
}


/* NEWS & EVENT */
.com_gallery_list { display: flex; flex-wrap: wrap; margin: -1.56em -0.375em; }
.com_gallery_list .item { width: 25%; padding: 1.56em 0.375em; transition: all 0.5s; }
.com_gallery_list a { display: block; background-color: #fff; border-radius: 2em; border: 1px solid #d8dbec; padding: 1.25em 1.25em 2em; transition: all 0.3s; }
.com_gallery_list .thumb { height: auto !important; }
.com_gallery_list .thumb_img { position: relative; padding-top: 75%; border-radius: 0.8em; margin-bottom: 1.25em; background-repeat: no-repeat; background-position: center; background-color: #f0f7f9; background-size: 55%; }
.com_gallery_list .thumb.empty_img .thumb_img::after{content: ""; background: url(../img/gall_thumb_empty.png) no-repeat center; background-size: 65%; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.com_gallery_list .thumb_img.cover { background-size: cover; }
.com_gallery_list .title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.5em; }
.com_gallery_list .date { margin-top: 0.7em; }
.com_gallery_list .desc { text-overflow: ellipsis; overflow: hidden; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25em; margin-top: 1.2em;}
.com_gallery_list .more_txt { margin-top: 1.5em; }
.com_gallery_list .item:hover { transform: translateY(-1.45em); }
.com_gallery_list .item:hover a { box-shadow: 0 1em 0.3em rgba(55, 55, 55, 0.14); }

@media (max-width: 1200px) {
    .com_gallery_list .item { width: 33.3%; }
}
@media (max-width: 900px) {
    .com_gallery_list .item { width: 50%; }
    .com_gallery_list a { padding: 0.8em 0.8em 1.5em; border-radius: 1em; }
    .com_gallery_list .thumb_img { margin-bottom: 0.9em; }
}
@media (max-width: 760px) {
    .com_gallery_list .title { font-size: 1em; }
    .com_gallery_list .date { font-size: 0.83em; }
    .com_gallery_list .desc { margin-top: 0.5em; }
    .com_gallery_list .more_txt { font-size: 1em; margin-top: 0.8em; }
}



.com_section_contact .info_wrap .sub_tit { margin-top: 0.2em; line-height: 1.3em; }
.com_section_contact .info_wrap .info_list { margin-top: 1.5em; }
.com_section_contact .info_wrap .item::after { content: ''; display: block; clear: both; }
.com_section_contact .info_wrap .item .tit,
.com_section_contact .info_wrap .item .desc { float: left; line-height: 1.4em; font-size: 1.125em; }
.com_section_contact .info_wrap .tit { padding-right: 0.4em; }

@media (max-width: 760px) {
    /* mobile design font size */
    .com_section_contact .info_wrap .com_tit { font-size: 1.5em; }
    .com_section_contact .info_wrap .sub_tit { font-size: 1em; margin-top: 0.5em;}
    .com_section_contact .info_wrap .info_list { margin-top: 0.6em; }
    .com_section_contact .info_wrap .item .tit, 
    .com_section_contact .info_wrap .item .desc { font-size: 1.25em; line-height: 1.5em; }
}


