@charset "utf-8";

body.fixBody { overflow: hidden; }

#wrap *{ scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;}
#wrap ::-webkit-scrollbar { width: 5px; height: 3px; }
#wrap ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#wrap ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

/* 상단 배너 */
.header_top { position: relative; background: #EEF2F7; z-index: 10; }
.header_top .inner { width: 100%; max-width: 72rem; margin: 0 auto; padding: 0.3rem 0; }
.header_top .inner .nuri_txt { display: block; font-size: 0.65rem; line-height: 1rem; color: #1E2124; padding-left: 3rem; background: url('../images/layout/top_ban_ico_flag.png') no-repeat left center; }

/* 헤더 */
#header { position: relative; z-index: 10; }
#header .inner { width: 100%; max-width: 72rem; margin: 0 auto; }

#header .header_in .head_body { border-bottom: 1px solid #D8D8D8; padding: 0.8rem 0; }

.head_etc { display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: row; margin-bottom: 0.7rem; }
.head_etc > ul { display: flex; }
.head_etc > ul > li { position: relative; font-size: 0.75rem; }
.head_etc > ul > li + li { margin-left: 0.9rem; }
.head_etc > ul > li button.drop_btn::after { display: inline-block; width: 0.35rem; height: 0.35rem; vertical-align: middle; margin-left: 0.4rem; content: ""; background: url('../images/layout/head_gnb_ico_arr.svg') no-repeat center; }
.head_etc .drop_menu { display: none; position: absolute; top: 100%; left: 50%; min-width: 6.4rem; margin-top: 1.6rem; padding: 0.4rem; border: 1px solid #D8D8D8; background: #fff; transform: translateX(-50%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.122); border-radius: 0.4rem; z-index: 1; }
.head_etc .drop_menu::before { position: absolute; left: 50%; bottom: 100%; width: 2rem; height: 1.2rem; background: url('../images/layout/ico_drop_arr.svg') no-repeat bottom center; content: ""; transform: translateX(-50%); }
.head_etc .drop_menu li a { display: flex; align-items: center; font-size: 0.85rem; color: #1D1D1D; border-radius: 0.3rem; padding: 0.5rem 0.8rem; }
.head_in { display: flex; align-items: center; justify-content: space-between; }
.head_etc .drop_menu li a::after { display: inline-block; width: 1.6rem; height: 1.6rem; background: url('../images/layout/ico_target_blank.svg') no-repeat center; content: ""; }
.head_in .logo a { display: block; line-height: 0; }
.head_in .right { display: flex; font-size: 0.85rem; font-weight: 700; gap: 1.6rem; }
.head_in .right .btn_navi.all { display: none; }
.head_in .right .btn_navi::before { display: inline-block; width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: contain; vertical-align: middle; margin-right: 0.4rem; content: ""; }
.head_in .right .btn_navi.sch::before { background-image: url('../images/layout/head_ico_navi_sch.svg'); }
.head_in .right .btn_navi.login::before { background-image: url('../images/layout/head_ico_navi_login.svg'); }
.head_in .right .btn_navi.join::before { background-image: url('../images/layout/head_ico_navi_join.svg'); }
.head_in .right .btn_navi.all::before { background-image: url('../images/layout/head_ico_navi_all.svg'); }
.head_etc .drop_menu li a:hover,
.head_etc .drop_menu li a:focus { background: #EDF1F5; }
.head_etc .drop_menu li a:active { background: #CDD7E4; border: none; }

/* 메뉴 */
#nav { position: relative; height: 3.2rem; border-bottom: 1px solid #D8D8D8; }
#nav .inner{ width: 100%; max-width: 72rem; margin: 0 auto; }
.gnb { position: relative; }
.gnb::before { position: absolute; top: 3.2rem; left: -100%; width: 200vw; height: calc(100% - 3.2rem); background: #fff; border-bottom: 1px solid #D8D8D8; content: ""; display: none; }
.gnb.active::before { display: block; }
.gnb > ul { display: flex; }
.gnb > ul > li { position: relative; }
.gnb > ul > li > a { position: relative; display: flex; align-items: center; min-width: 12rem; height: 3.2rem; font-size: 1rem; color: #333; font-weight: 800; padding: 0 0.6rem; transition: 0.3s; }
.gnb > ul > li > a::before { position: absolute; bottom: 0; left: 0; width: 0; height: 0.2rem; background: #003675; content: ""; transition: 0.3s; }
.gnb > ul > li.dep > a::after { display: inline-block; width: 1rem; height: 1rem; background: url('../images/layout/head_gnb_ico_arr.svg') no-repeat center / contain; vertical-align: middle; margin-left: 0.4rem; content: ""; transition: 0.3s; }
.gnb > ul > li.on > a { color: #003675; }
.gnb > ul > li.on > a::after { background: url('../images/layout/head_gnb_ico_arr_on.svg') no-repeat center / contain; }
.gnb > ul > li.on > a::before { width: 55%; }
.gnb .depth02 { display: none; width: 100%; z-index: 2; padding: 1.5rem 0 4.5rem; }
.gnb.active .depth02 { display: block; }
.gnb .depth02 > ul > li + li { margin-top: 1rem; }
.gnb .depth02 > ul > li > a { position: relative; display: block; padding-left: 0.6rem; font-size: 0.85rem; color: #1D1D1D; }
.gnb .depth02 > ul > li > a::before { position: absolute; top: 9px; left: 0; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #2D2D2D; content: ""; }
.gnb .depth02 > ul > li > a:hover,
.gnb .depth02 > ul > li > a:focus { color: #003675; }

/* 레이어 */
.popup_wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #DEE2E8; z-index: 100; }
.popup_wrap .popup_in { display: flex; align-items: center; max-width: 42.3rem; height: 100%; margin: 0 auto; padding: 8rem 0; }
.popup_wrap .popup_in .popup { width: 100%; height: 100%; }
.popup .popup_head .pop_tit { font-size: 1.6rem; font-weight: 700; color: #1D1D1D; }
.popup .search_tit { font-size: 1.6rem; font-weight: 700; color: #1D1D1D; }
.popup .popup_body,
.popup .pop_total_serch_wrap { height: 100%; }
.popup .sch_form_wrap { padding: 1rem 0 2rem; border-bottom: 1px solid #C6C6C6; }
.popup .sch_form_wrap .sch_input { position: relative; }
.popup .sch_form_wrap .sch_input .form_control { width: 100%; height: 4rem; line-height: 4rem; border: 1px solid #717171; border-radius: 0.6rem; padding: 0 3.5rem 0 1.2rem; font-size: 1.25rem; }
.popup .sch_form_wrap .sch_input .form_control::placeholder { color: #8e8e8e; }
.popup .sch_form_wrap .sch_input .sch_btn { position: absolute; top: 50%; right: 1.2rem; transform: translateY(-50%); width: 1.6rem; height: 1.6rem; background: url('../images/layout/ico_sch.svg') no-repeat center / contain; }
.popup .search_text { margin-top: 2rem; height: calc(100% - 11.5rem); }
.popup .sch_info_list { height: 100%; overflow-y: auto; }
.popup .sch_info_list li { padding: 0 1rem; }
.popup .sch_info_list li + li { margin-top: 1rem; }
.popup .sch_info_list li a { position: relative; display: block; padding-left: 0.6rem; font-size: 0.85rem; color: #1D1D1D; }
.popup .sch_info_list li a::before { position: absolute; top: 9px; left: 0; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #2D2D2D; content: ""; }
.popup_wrap .popup_close { position: absolute; top: 4.2rem; right: 4.2rem; width: 1.6rem; height: 1.6rem; background: url('../images/layout/ico_close.svg') no-repeat center; }
.popup .sch_info_list li a:hover,
.popup .sch_info_list li a:focus { color: #003675; }

#mobile_nav { display: none; position: fixed; top: 0; left: 0 ;width: 100%; height: 100%; background: #fff; z-index: 100; }
#mobile_nav .gnb_wrap { height: 100%; }
#mobile_nav .gnb_header { padding: 1.2rem; border-bottom: 1px solid #D8D8D8; }
#mobile_nav .gnb_header .head_etc { justify-content: flex-start; }
#mobile_nav .gnb_header .gnb_login button { font-size: 0.85rem; font-weight: 700; color: #1D1D1D; }
#mobile_nav .gnb_header .gnb_login button::before { display: inline-block; width: 1rem; height: 1rem; vertical-align: middle; margin-right: 0.4rem; content: ""; background: url('../images/layout/head_ico_navi_login.svg') no-repeat center; }
#mobile_nav .gnb_body { display: flex; overflow-y: auto; scroll-behavior: smooth; height: calc(100vh - 5.55rem); padding-left: 7rem; }
#mobile_nav .gnb_body .menu_wrap { position: fixed; bottom: 0; left: 0; height: calc(100vh - 5.55rem); width: 7rem; background: #EDF1F5; }
#mobile_nav .gnb_body .menu_wrap ul { position: relative; }
#mobile_nav .gnb_body .menu_wrap ul::before { position: absolute; top: 100%; right: 0; width: 1px; height: 100vh; border-right: 1px solid #D8D8D8; content: ""; }
#mobile_nav .gnb_body .menu_wrap li a { display: block; font-size: 0.85rem; color: #1D1D1D; font-weight: 700; padding: 1rem 1.3rem; border-right: 1px solid #D8D8D8; }
#mobile_nav .gnb_body .menu_wrap li.on a { background: #fff; border-color: #fff; color: #1F53CC; }
#mobile_nav .gnb_body .submenu_wrap { flex: 1; }
#mobile_nav .gnb_body .submenu_wrap > ul > li { padding: 0 1.2rem; border-bottom: 1px solid #D8D8D8; }
#mobile_nav .gnb_body .submenu_wrap > ul > li > a { display: block; padding: 1rem 0; border-bottom: 1px solid #D8D8D8; font-size: 0.85rem; color: #1D1D1D; font-weight: 700; }
#mobile_nav .gnb_body .submenu_wrap .depth02 { padding: 0.4rem 0; }
#mobile_nav .gnb_body .submenu_wrap .depth02 > ul > li > a { display: block; padding: 1rem 0; font-size: 0.8rem; color: #1D1D1D; }
#mobile_nav .gnb_body .submenu_wrap > ul > li.on > a { color: #1F53CC; }
#mobile_nav .nav_close { position: absolute; top: 1.3rem; right: 1.2rem; width: 1rem; height: 1rem; background: url('../images/layout/ico_close.svg') no-repeat center; }

/* 배너모음 */
.banner { position: relative; height: 3.7rem; display: flex; align-items: center; }
.banner .inner { display: flex; align-items: center; }
.banner .heading { font-size: 0.9rem; font-weight: 700; color: #222; width: 4.75rem; }
.banner .banner_inner { display: flex; align-items: center; margin: 0; width: calc(100% - 4.75rem); }
.banner .swiper::before { position: absolute; top: 0; right: 0; width: 13rem; height: 100%;  background: linear-gradient(to left, #fff, transparent); content: ""; z-index: 2; }
.banner .swiper-slide { width: auto !important; }
.banner .swiper-slide a { display: block; font-size: 0.8rem; color: #333; white-space: nowrap; }
.banner .controls { display: flex; margin-right: 4.3rem; z-index: 1; }
.banner .controls [class^=swiper-button-] { display: flex; align-items: center; justify-content: center; flex-direction: row; width: 0.8rem; height: 0.8rem; }
.banner .controls [class^=swiper-button-]::after { content: ""; font-size: 0 !important; width: 2.4rem; height: 2.4rem; background-repeat: no-repeat; background-position: center; }
.banner .controls .swiper-button-stop::after { background-image: url('../images/main/icon_banner_stop.svg'); }
.banner .controls .swiper-button-play::after { background-image: url('../images/main/icon_banner_play.svg'); }
.banner .controls .swiper-button-next::after { background-image: url('../images/main/icon_banner_next.svg'); }
.banner .controls .swiper-button-prev::after { background-image: url('../images/main/icon_banner_prev.svg'); }
.banner .controls .swiper-button-next,
.banner .controls .swiper-button-prev { position: relative; top: auto; left: auto; right: auto; margin: 0; opacity: 1; }

/* 푸터 */
#footer { position: relative; }
#footer .inner { width: 100%; max-width: 72rem; margin: 0 auto; }
#footer .foot_quick { border-top: 1px solid #D8D8D8; }
#footer .foot_quick .lst { display: flex; }
#footer .foot_quick .lst > li { border-right: 1px solid #D8D8D8; }
#footer .foot_quick .lst > li:nth-child(1) { border-left: 1px solid #D8D8D8; }
#footer .foot_quick .lst > li > button { display: flex; align-items: center; height: 2.8rem; font-size: 0.85rem; padding: 0 1.2rem; }
#footer .foot_quick .lst > li > button::after { display: inline-block; width: 1rem; height: 1rem; background: url('../images/layout/ico_plus.svg') no-repeat center / contain; vertical-align: middle; margin-left: 3.2rem; content: ""; }
.foot_quick .popup_head .pop_tit { margin-bottom: 2.5rem; }
.foot_quick .popup_wrap { background: #EDF1F5; }
.foot_quick .pop_foot_links { height: calc(100vh - 19.8rem); }
.foot_quick .pop_foot_links ul { height: 100%; margin: -1.1rem -0.5rem; overflow-y: auto; font-size: 0; }
.foot_quick .pop_foot_links li { display: inline-block; width: 25%; padding: 1.1rem 0.5rem; }
.foot_quick .pop_foot_links li a { position: relative; display: block; padding-left: 0.6rem; font-size: 0.9rem; color: #1D1D1D; }
.foot_quick .pop_foot_links li a:hover,
.foot_quick .pop_foot_links li a:focus { color: #003675; }
.foot_quick .pop_foot_links li a::before { position: absolute; top: 9px; left: 0; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #2D2D2D; content: ""; }
#footer .footer_wrap { background: #F0F0F0; border-top: 1px solid #D8D8D8; }
#footer .footer_wrap .f_logo { padding: 2rem 0; }
#footer .footer_wrap .f_cnt { position: relative; padding-bottom: 2rem; border-bottom: 1px solid #D8D8D8; }
#footer .footer_wrap .f_cnt .f_info { font-size: 0.85rem; color: #1D1D1D; }
#footer .footer_wrap .f_cnt .f_info .info_cs li { margin-top: 0.8rem; }
#footer .footer_wrap .f_cnt .f_link { position: absolute; bottom: 2rem; right: 0; display: flex; align-items: center; }
#footer .footer_wrap .f_cnt .f_link a { position: relative; display: block; width: 2rem; height: 2rem; border-radius: 50%; border: 1px solid #e4e4e4; background: #fff; font-size: 1.2rem; }
#footer .footer_wrap .f_cnt .f_link a + a { margin-left: 0.4rem; }
#footer .footer_wrap .f_cnt .f_link a::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'remixicon'; color: #000; }
#footer .footer_wrap .f_cnt .f_link a.youtube::before { content: "\f2d4"; }
#footer .footer_wrap .f_cnt .f_link a.facebook::before { content: "\ecba"; }
#footer .footer_wrap .f_btm { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 0 2rem; }
#footer .footer_wrap .f_btm .f_menu { display: flex; }
#footer .footer_wrap .f_btm .f_menu a { font-size: 0.85rem; color: #1D1D1D; }
#footer .footer_wrap .f_btm .f_menu a + a { margin-left: 1.2rem; }
#footer .footer_wrap .f_btm .f_menu a.point { color: #1F53CC; font-weight: 700; }
#footer .footer_wrap .f_btm .f_copy { font-size: 0.75rem; color: #555; }

.move_top .btn_top { display: block; position: absolute; top: -1.8rem; right: 2.5rem; width: 3.2rem; height: 3.2rem; border-radius: 50%; background: rgba(22, 51, 83, 0.8) url('../images/layout/icon_move_top.svg') no-repeat center; z-index: 20; }

/* 레이어팝업 */
.lyPop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.749); z-index: 100; padding: 3rem 0.8rem; }
.lyPop .lyPop_wrap { position: relative; min-width: 28rem; max-width: 56rem; max-height: 100%; border-radius: 0.6rem; overflow: hidden; }
.lyPop .lyPop_wrap .tit_wrap { background: #173E99; padding: 1rem 3.2rem 1rem 1.2rem; }
.lyPop .lyPop_wrap .tit_wrap h2 { font-size: 0.9rem; font-weight: 700; color: #fff; }
.lyPop .lyPop_wrap .lyPop_cont { background: #fff; padding: 2rem; }
.lyPop .lyPop_wrap .lyPop_cont .inner { max-height: calc(100vh - 13.3rem); overflow-y: auto; }
.lyPop .lyPop_wrap .lyPop_cont .conts_tit { font-size: 1rem; font-weight: 700; color: #1D1D1D; line-height: 1.5rem; }
.lyPop .lyPop_wrap .lyPop_cont .conts_area { margin-top: 1rem; }
.lyPop .lyPop_wrap .lyPop_cont .conts_btn { margin-top: 1.6rem; }
.lyPop .lyPop_wrap .lyPop_cont .conts_btn [class^="button_"] { min-width: 3.8rem; margin: 0; font-weight: 400; padding: 0.55rem 0.5rem; }
.lyPop .lyPopClose { position: absolute; top: 1.2rem; right: 1.2rem; background: url('../images/sub/icon_lyPopClose.svg') no-repeat center; width: 1rem; height: 1rem; }

/* 레이어팝업 새창 */
.blank_Pop .lyPop { position: relative; display: block; background: none; padding: 0; }
.blank_Pop .lyPop .lyPop_wrap { min-width: none; max-width: 100%; border-radius: 0; margin: 0 auto; }
.blank_Pop .lyPop .lyPop_wrap .tit_wrap { padding: 1.4rem 3.2rem 1.4rem 1.2rem; }
.blank_Pop .lyPop .lyPop_wrap .lyPop_cont .inner { max-height: none; overflow-y: visible; }
.blank_Pop .lyPop .lyPop_wrap .tit_wrap h2 { font-size: 1.2rem; line-height: 1.2rem; }
.blank_Pop .lyPop .lyPop_wrap .lyPop_cont { padding: 1.5rem; }
.blank_Pop .lyPop .lyPopClose { top: 1.3rem; width: 1.4rem; height: 1.4rem; }

.boxHid { position: relative; line-height: 1.3rem; text-align: right; }
.boxHid .box { position: relative; max-height: 22.7rem; overflow: hidden; text-align: left; font-size: 0.85rem; }
.boxHid .box::before { position: absolute; bottom: 0; left: 0; width: 100%; height: 2.5rem; background: linear-gradient(transparent, #fff); content: ""; }
.boxHid .boxHidTogle { position: relative; margin-top: 1rem; border: 1px solid #CED2DB; border-radius: 2rem; padding: 0.5rem 0.7rem 0.5rem 1.7rem; color: #111; font-size: 0.8rem; }
.boxHid .boxHidTogle::before { position: absolute; top: 50%; left: 0.6rem; transform: translateY(-50%); font-family: 'remixicon'; content: "\ea4e"; color: #717171; }
.boxHid,
.boxHid .box.on,
.boxHid .boxHidTogle::before { transition: all 0.3s; }
.boxHid .box.on { max-height: none; }
.boxHid .box.on::before { display: none; }
.boxHid.showBefore::before { display: none; }
.boxHid .boxHidTogle.active::before { transform: translateY(-50%) rotate(180deg); }

@media screen and (max-width:1480px) {
    /* 상단 배너 */
    .header_top .inner { padding: 0.3rem 1rem; }

    /* 헤더 */
    #header .inner { padding: 0 1rem; }

    /* 푸터 */
    #footer .inner { padding: 0 1rem; }
    #footer .foot_quick .inner { padding: 0; }

    .move_top { display: none; }
}

@media screen and (max-width:1240px) {
    /* .head_in .right .btn_navi.login { display: none; } */
    .head_in .right .btn_navi.logout { display: none; }
    .head_in .right .btn_navi.all { display: flex; }

    /* 메뉴 */
    #nav { display: none; }
}

@media screen and (max-width:960px) {
    #footer .footer_wrap .f_btm { flex-wrap: wrap; }
    #footer .footer_wrap .f_btm .f_copy { width: 100%; margin-top: 2rem; }
}

@media screen and (max-width:890px) {
    .popup .popup_head .pop_tit { font-size: 1.25rem; }

    .popup .search_tit { font-size: 1.25rem; }
    .popup .sch_form_wrap .sch_input .form_control { height: 2.8rem; line-height: 2.8rem; font-size: 1rem; }
    .popup .sch_form_wrap .sch_input .sch_btn { width: 1.2rem; height: 1.2rem; }
    .popup_wrap .popup_in { padding: 3rem 1rem 1rem; }
    .popup_wrap .popup_close { top: 1.2rem; right: 1rem; width: 1.2rem; height: 1.2rem; }

    .popup .search_text { height: calc(100% - 9.7rem); }
    .foot_quick .pop_foot_links { height: calc(100vh - 9.3rem); }

}

@media screen and (max-width:768px) {
    .head_body .head_etc { display: none; }
    .head_in .logo a img { height: 1.8rem; }

    .head_in .right { gap: 0.6rem; font-weight: 400; font-size: 0.75rem; }
    .head_in .right .btn_navi { display: flex; flex-flow: column; }
    .head_in .right .btn_navi::before { margin-right: 0; margin: 0 auto; margin-bottom: 0.1rem; }

    .banner .controls { margin-right: 2rem; }

    .foot_quick .pop_foot_links li { width: 50%; }
}

@media screen and (max-width:580px) {
    #header .inner { padding: 0 0.8rem; }
    .head_in .logo a img { height: 1.5rem; }

    .head_in .right { font-size: 0; gap: 0.6rem 1rem; }

    .banner { height: auto; margin: 3rem 0; }
    .banner .inner { flex-wrap: wrap; }
    .banner .heading { width: 100%; margin-bottom: 1rem; }
    .banner .banner_inner { width: 100%; display: block; }
    .banner .swiper::before { width: 30%; }
    .banner .controls { position: absolute; top: 0; right: 1rem; margin-right: 0; }

    #footer .foot_quick .lst { flex-wrap: wrap; }
    #footer .foot_quick .lst > li { width: 100%; border-right: none; }
    #footer .foot_quick .lst > li + li { border-top: 1px solid #D8D8D8;}
    #footer .foot_quick .lst > li > button { width: 100%; justify-content: space-between; }
    #footer .footer_wrap .f_cnt { padding-bottom: 0; }
    #footer .footer_wrap .f_cnt .f_link { position: relative; bottom: auto; right: auto; margin: 1.6rem 0; }
}

@media all and (max-width: 400px) {
    /* layer pop */
    .lyPop .lyPop_wrap.layer-sm { min-width: 60%; margin: 0 auto;}
}