@charset "UTF-8";
/**
* 레이아웃
* */
html { -webkit-text-size-adjust: 100%; word-break: keep-all; overflow-wrap: break-word; }
#seoul-gnb-plugin * { font-family: "Pretendard" !important; }
#seoul-gnb-plugin .seoul-gnb-holder { max-width: 1520px !important; }
#btn_top { position: fixed; right: 60px; bottom: 60px; z-index: 998; width: clamp(45px, 4.7vw, 90px); height: clamp(45px, 4.7vw, 90px); border: 0; border-radius: 50%; background-image: url(../img/common/btn_top.png); background-position: center; background-repeat: no-repeat; background-size: 100%; cursor: pointer; opacity: 0; visibility: hidden; transition: 0.3s; animation: swing 1s ease-in-out infinite alternate; }
@media (max-width:768px) {
    #btn_top { right: 10px; bottom: 10px; }
}
@keyframes swing {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}
#btn_top.show { opacity: 1; visibility: visible; }
#wrap { min-width: 100%; }
.inner { width: 100%; max-width: 1550px; padding-left: 15px; padding-right: 15px; }
main#all_contents { padding-top: 139px; }
@media (max-width:1024px) {
    main#all_contents { padding-top: 94px; }
}
#sub_vs { text-align: center; }
@media (max-width:1024px) {
    #sub_contents_inner { width: 100%; }
    #sub_contents_inner .s_contents { padding-left: 0; padding-right: 0; }
}
#header { font-family: "Pretendard"; }
#header .inner * { font-family: inherit; }
#header .inner { width: 100% !important; max-width: 1550px !important; padding: 0 15px; height: 91px; }
#header .inner h1.logo { margin-right: auto; width: 160px; }
#header .inner h1.logo a { display: inline-block; }
#header .inner h1.logo img { vertical-align: middle; }
#header .inner .gnb { position: relative; left: auto; top: auto; transform: none; z-index: auto; }
#header .inner .gnb > ul { display: flex; max-width: 1160px; }
#header .inner .gnb > ul > li { padding: 0 clamp(5px, 1.2vw, 32px); min-width: clamp(92px, 7.3vw, 140px); text-align: center; }
#header .inner .gnb > ul > li:first-child .depth2 { border-left: 1px solid rgba(0, 0, 0, 0.05); }
#header .inner .gnb > ul > li::after { display: none; }
#header .inner .gnb > ul > li:hover > a { color: #03469f !important; }
#header .inner .gnb > ul > li:hover .depth2::after { opacity: 1; }
#header .inner .gnb > ul > li:hover .depth2 { box-shadow: 3px 3px 20px 0px rgba(0, 110, 255, 0.3); }
#header .inner .gnb > ul > li:hover .depth2 a { color: #d5dce8; }
#header .inner .gnb > ul > li > a { height: 90px; font-weight: 600; font-size: clamp(1.125rem, 1.6vw, 1.25rem); display: flex; align-items: center; justify-content: center; line-height: 1.5; white-space: initial; }
#header .inner .gnb > ul .depth2 { top: 91px; padding: 10px 10px 20px 20px; border-right: 1px solid rgba(0, 0, 0, 0.05); transition: background-image 0.4s ease; box-sizing: border-box; }
#header .inner .gnb > ul .depth2::after { content: ""; position: absolute; display: block; opacity: 0.001; width: 100%; height: 100%; left: 0; bottom: 0; background-image: url("../img/common/bg_menu03.png"), linear-gradient(183.99deg, #03469f 32.54%, #3bb4e7 127.35%); background-repeat: no-repeat, no-repeat; background-position: right bottom, center; z-index: -1; transition: all 0.2s ease; }
#header .inner .gnb > ul .depth2 li { margin-top: 18px; text-align: left; line-height: 1.3; }
#header .inner .gnb > ul .depth2 li a { font-weight: 400; color: #6d7581; font-size: 0.9375rem; }
#header .inner .gnb > ul .depth2 li a:hover { text-decoration: underline; color: #fff !important; text-shadow: 0.4px 0 0 currentColor, -0.4px 0 0 currentColor; }
#header .inner .header_right { position: relative; margin-left: auto; }
#header .inner .header_right .language > button { font-size: 15px; font-weight: 600; }
#header .inner .header_right .language ul { min-width: 100px; left: 50%; transform: translateX(-50%); text-align: center; }
#header .inner .header_right .language::after { top: 50%; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4.5px solid #000; border-bottom: 0; }
#header .inner .header_right .hd_search { width: 30px; height: 30px; padding: 4px; }
#header .inner .header_right .hd_search a { display: block; }
#header .inner .header_right .hd_search a img { width: 100%; height: 100%; }
#header .inner .header_right .bt-mn { width: 18px; height: 14px; display: flex; justify-content: space-between; flex-direction: column; }
#header .inner .header_right .bt-mn i { position: relative; inset: unset; margin: 0; height: 2px; }
@media (max-width:1024px) {
    #header .inner { height: 45px; }
    #header .inner h1.logo { width: 100px; }
    #header .inner .header_right .hd_search { width: 24px; height: 24px; }
}
#header .slide_bg .inner { width: 100%; height: 100%; max-width: 1550px; background-image: url(../img/common/bg_menu01.png), url(../img/common/bg_menu02.png); background-position: left 150px bottom 40px, right 80px top; background-repeat: no-repeat; }
#header .slide_bg .wel_msg { position: absolute; max-width: clamp(120px, 14vw, 220px); top: 40px; left: 15px; word-break: normal; }
#header .slide_bg .wel_msg .main_txt { font-family: "Hakgyoansim"; font-size: 1.25rem; color: #1e1e1e; }
#header .slide_bg .wel_msg .sub_txt { font-family: "Pretendard"; font-weight: 400; font-size: 14px; color: #6d7581; margin-top: 0.875rem; }
@media (max-width:1200px) {
    #header .slide_bg .wel_msg { display: none; }
}
#header .hd-schbx { background-color: #e8f3ff; border: none; box-shadow: 0px 14px 15px 0px rgba(16, 37, 44, 0.1); background-image: url(../img/common/bg_srch.svg); background-size: min(80%, 400px) auto; background-repeat: no-repeat; background-position: center top 36px; padding: clamp(20px, 2.6vw, 50px) 15px clamp(20px, 3.1vw, 70px); }
#header .hd-schbx .tit { font-family: "Hakgyoansim"; font-size: clamp(16px, 2rem, 32px); color: #3351ad; margin-top: 73px; }
#header .hd-schbx .inp-bx { position: relative; display: flex; align-items: center; max-width: 700px; height: clamp(60px, 8vw, 80px); margin: 26px auto 72px; padding: 0 70px 0 20px; border: #377ad2 3px solid; background-color: #fff; border-radius: 20px; }
#header .hd-schbx .inp-bx form { width: 100%; }
#header .hd-schbx .inp-bx input { font-family: "Pretendard"; font-size: clamp(15px, 1.125rem, 18px); white-space: nowrap; padding: 0 10px; }
#header .hd-schbx .inp-bx .sch { width: 32px; height: 32px; right: 26px; top: 50%; transform: translateY(-50%); background-image: url(../img/common/search_icon.png); background-size: 24px; background-repeat: no-repeat; background-position: center; }
#header .allmenu .in_m { padding: 65px 15px 15px; }
#header .allmenu .in_m .top { height: 65px; background-color: #edf4ff; border: none; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; }
#header .allmenu .in_m .top > * { padding: 0; margin: 0; }
#header .allmenu .in_m .top .lang_m { height: 100%; }
#header .allmenu .in_m .top .lang_m::before { top: 50%; right: 0; left: unset; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4.5px solid #000; border-bottom: 0; }
#header .allmenu .in_m .top .lang_m a { height: 100%; line-height: 45px; font-size: 15px; background: none; }
#header .allmenu .in_m .top .btn-close_m { position: relative; inset: unset; width: 38px; height: 38px; border-radius: 50%; border: 0; padding: 0; background: linear-gradient(183.99deg, #03469f 32.54%, #3bb4e7 127.35%); box-shadow: 3px 3px 20px 0px rgba(0, 110, 255, 0.3); cursor: pointer; }
#header .allmenu .in_m .top .btn-close_m::before, #header .allmenu .in_m .top .btn-close_m::after { content: ""; position: absolute; top: 50%; left: 50%; width: 2px; height: 16px; background: #fff; transform-origin: center; }
#header .allmenu .in_m .top .btn-close_m::before { transform: translate(-50%, -50%) rotate(45deg); }
#header .allmenu .in_m .top .btn-close_m::after { transform: translate(-50%, -50%) rotate(-45deg); }
#header .allmenu .in_m .depth01 { width: calc(100% + 30px); padding: 22px 15px; margin-left: -15px; }
#header .allmenu .in_m .depth01 > li + li { margin-top: 10px; }
#header .allmenu .in_m .depth01 > li > a { position: relative; border: 1px solid #184ab7; border-radius: 14px; font-family: "Hakgyoansim"; font-size: 15px; padding: 16px 40px 16px 20px; }
#header .allmenu .in_m .depth01 > li > a::after { content: ""; position: absolute; display: block; top: calc(50% - 12px); right: 10px; width: 24px; height: 24px; margin: 0; background-image: url(../img/common/ico_arr01.png); background-position: center; background-repeat: no-repeat; background-size: 6px 10px; transition: transform 0.4s ease; }
#header .allmenu .in_m .depth01 > li > a.on { color: #3351ad; box-shadow: 0px 5px 45px 0px rgba(25, 38, 78, 0.2); }
#header .allmenu .in_m .depth01 > li > a.on::after { transform: rotate(90deg); }
#header .allmenu .in_m .depth2 { padding: 10px 20px; border: none; background: none; }
#header .allmenu .in_m .depth2 li { margin: 0; }
#header .allmenu .in_m .depth2 li a { font-family: "Pretendard"; font-size: 15px; padding: 10px 0; font-weight: 600; color: #576273; }
/*footer*/
#footer { background-color: #fff; border-top: 1px solid #dce0e6; padding: 0; font-family: "Pretendard"; font-weight: 400; }
#footer .footer_inner { max-width: 1550px; padding: 15px 15px 22px; margin: 0 auto; }
#footer .ft_top { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 18px; font-size: clamp(13px, 1rem, 16px); color: #576273; padding-bottom: 33px; border-bottom: 1px solid #dce0e6; }
#footer .ft_top .addr_info { flex: 1; }
#footer .ft_top .addr_info li { margin-top: 15px; }
#footer .ft_top .addr_info li span { display: inline-block; vertical-align: middle; }
#footer .ft_top .addr_info li span:has(+ .time) { margin-right: 18px; }
#footer .ft_top .addr_info li span.time { padding-left: 20px; background-image: url(../img/common/ico_time.png); background-position: left center; background-repeat: no-repeat; background-size: 15px; }
#footer .ft_top .f_logo { width: clamp(102px, 20vw, 175px); height: calc(clamp(102px, 20vw, 175px) * 0.2857142857); background-image: url(../img/common/logo.png); background-position: center; background-repeat: no-repeat; background-size: 100%; margin-bottom: 25px; }
#footer .ft_top .link_info { display: grid; grid-template-columns: minmax(30%, 1fr) auto; }
#footer .ft_top .link_info .link { grid-column: 2; }
#footer .ft_top .link_info .link + .link { margin-top: 16px; }
#footer .ft_top .link_info .link a { font-size: clamp(14px, 1.1rem, 17px); color: #576273; }
#footer .ft_top .link_info .link a::after { content: ""; display: inline-block; vertical-align: middle; width: 8px; height: 14px; margin-left: clamp(15px, 1.6vw, 30px); background-image: url(../img/common/ico_arr05.png); background-repeat: no-repeat; background-size: 100%; background-position: right center; }
#footer .ft_top .sns_list { grid-column: span 2; margin-top: 20px; }
#footer .ft_top .sns_list .list_wrap { display: flex; gap: 36px; justify-content: flex-end; }
#footer .ft_top .sns_list a { width: 32px; height: 32px; background-image: url(../img/common/sprite_sns_ft.png); background-repeat: no-repeat; background-size: auto 32px; }
#footer .ft_top .sns_list a.instagram { background-position: 4px 0; }
#footer .ft_top .sns_list a.naverblog { background-position: -64px 0; }
#footer .ft_top .sns_list a.facebook { background-position: -218px 0; }
#footer .ft_top .sns_list a.youtube { background-position: -144px 0; }
#footer .ft_top .sns_list a.kakaochannel { background-position: -292px 0; }
#footer .ft_btm { position: relative; }
#footer .ft_btm .a11y_mark { position: absolute; width: 90px; height: auto; right: 0; bottom: 0; }
#footer .terms_info { display: flex; align-items: center; flex-wrap: wrap; margin-top: 34px; gap: 24px; font-size: clamp(14px, 1.1rem, 17px); }
#footer .terms_info a { position: relative; color: #576273; }
#footer .terms_info a.privacy { padding-left: 23px; background-image: url(../img/common/ico_info.png); background-position: left center; background-repeat: no-repeat; background-size: 16px; }
#footer .terms_info span { display: block; width: 1px; height: 16px; background-color: #dde1e7; }
#footer .copyright { margin-top: 22px; color: #6f737b; font-size: clamp(12px, 1rem, 15px); font-family: "Montserrat"; }
@media (max-width:768px) {
    #footer .ft_top { padding-bottom: 20px; }
    #footer .ft_top .f_logo { margin: 0; }
    #footer .ft_top .addr_info li { margin-top: 10px; }
    #footer .ft_top .link_info { display: block; flex: 0 0 100%; }
    #footer .ft_top .link_info .link + .link { margin-top: 10px; }
    #footer .sns_list { display: none; }
    #footer .ft_btm .a11y_mark { width: 60px; height: auto; right: 0; bottom: unset; top: -94px; }
    #footer .terms_info { gap: 10px 12px; margin-top: 20px; }
    #footer .terms_info span { height: 12px; }
}
html:not([lang=ko]) #header .slide_bg .wel_msg { max-width: clamp(120px, 12vw, 176px); }
html[lang=en] #header .inner .gnb > ul > li > a { font-size: 1.125rem; line-height: 1.2; }
html[lang=en] #header .slide_bg .wel_msg { max-width: clamp(120px, 9.4vw, 160px); }
/**
* // 레이아웃
* */