/*reset*/
* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

html.modal-open {
    overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, strong {
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

td, th {
    vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

img, label, input, select, a {
    vertical-align: middle;
}

input, textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
}

textarea {
    resize: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
}

a:hover, a:active {
    text-decoration: none;
}

.hidden {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    text-indent: -5000px;
}

strong {
    font-weight: 700;
}

button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0 none;
    background: transparent;
}

caption {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

/********* common_layout *********/
html, body {height: 100%;}
body {line-height: 1.3; color: #111; font-family: 'Pretendard GOV', 'sans-serif'; font-size: 16px; -webkit-text-size-adjust: none; }

.hide { position: absolute !important; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; margin: -1px; }  
/* skip navi */
.skip_navi {position: absolute; z-index: 999999; width:100%; left: 0; top: 0; text-align: center;}
.skip_navi a {display: block; position: absolute; left: 0; top: -9999px; z-index: 1; width: 100%; height: 40px; line-height: 40px; background-color: #333; color: #fff; font-size: 20px; font-weight: 700;}
.skip_navi a:hover, .skip_navi a:focus {top: 0;}

.wrap { width: 100%; position: relative; /*min-width: 1920px;*/ }

.header {  width: 100%; height: 121px; position: fixed; top:0; left: 0; z-index: 9998; background: #fff; }
.header .inner { width: 100%; max-width: 1280px; margin: 0 auto; }
.header .headtop { display: flex; justify-content: space-between; }
.header .headtop .headtop1 { display: flex; }
.header .headtop .headtop1 > a { height: 40px; padding: 0 10px; display: flex; align-items: center; }
.header .headtop .div1 { background: #0e2b5e;overflow: hidden;text-indent: -400%;} 
.header .headtop .div1:before { width: 119px; height: 24px; display: block; background: url(../images/main/logojbc_w.png); content: ""; }
.header .headtop .div2 { background: #ffb724;font-size: 15px; font-weight: bold;color: #fff;transition: all 0.3s ease;} 
.header .headtop .div2:hover { background: #e6a10b;color: #000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}
.header .headtop .div2:active { background: #c28508; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
.header .headtop .topmenu { display: flex; align-items: center; gap: 30px; }
.header .headtop .topmenu li { position: relative; }
.header .headtop .topmenu li + li::before { width: 1px; height: 16px; display: block; position: absolute; top:50%; left: -15px; transform: translateY(-50%); background: #d8d8d8; content: ""; }
.header .headtop .topmenu li a { color: #1d1d1d; font-size: 15px; font-weight: 400; }
.header .headtop .topmenu li:last-child a { font-weight: bold; }
.header .logomenu { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.header .logomenu .util { display: flex; align-items: center; gap:8px; }
.header .logomenu .util a { height: 40px; padding: 0 12px; display: flex; align-items: center; font-size: 17px; font-weight: bold; color: #1d1d1d; }
.header .logomenu .util a:before { width: 20px; height: 20px; margin-right: 8px; display: block; background-position: center center; background-repeat: no-repeat; content: ""; }
.header .logomenu .util .util1:before { background-image: url(../images/main/icon-sc.png) }
.header .logomenu .util .util2:before { background-image: url(../images/main/icon-login.png) }
.header .logomenu .util .util2_:before { background-image: url(../images/main/icon-logout.png) }
.header .logomenu .util .util3:before { background-image: url(../images/main/icon-join.png) }
.gnbham { width: 100%; position: fixed; top:108px; left: 0; border-top: solid 1px #d8d8d8; border-bottom: solid 1px #d8d8d8; z-index: 9999; background: #fff; }
.gnbham.on:before { width: 100%; height: 247px; position: absolute; top:63px; left: 0; background: #fff; border-bottom: solid 1px #d8d8d8; content: ""; }
.gnbham .inner { width: 100%; max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.gnbham .gnb { display: flex; gap: 16px; height: auto; }
.gnbham .gnb > li { height: 62px;}
.gnbham .gnb > li:hover .depth_1,
.gnbham .gnb > li:hover .depth_2 { background: #edf1f5; }
.gnbham .gnb > li:hover .depth_2 { border-top: solid 1px #d8d8d8;padding-top: 15px !important; }
.gnbham .gnb ul.dd_menu { position: relative; }
.gnbham .gnb ul.dd_menu .depth_1{min-width: 191px;display: flex; align-items: center; padding: 0 16px;height:62px;line-height:62px;font-size:19px;font-weight:bold;color:#555;text-align: center;}
.gnbham .gnb ul.dd_menu .depth_1:after { width: 16px; height: 16px; display: block; margin-left: 8px; background:url(../images/main/icon-arrow-down.png); content: ""; }

.gnbham .gnb ul.dd_menu .depth_2{width:100%;height:248px;position:absolute;left:0;visibility: hidden;padding: 16px 0 24px;}   
.gnbham.on .gnb ul.dd_menu .depth_2 { visibility: inherit; }
.gnbham .gnb ul.dd_menu .depth_2 li a { display:block; padding: 0 16px;height:52px;line-height: 52px;font-size:17px;color:#1d1d1d; white-space: nowrap;text-align: left;}
.gnbham .gnb ul.dd_menu .depth_2 li a:hover { color: #003675; font-weight: bold; }
.gnbham .gnb ul.dd_menu .depth_2 li.link a { display: flex; justify-content: space-between; align-items: center; }
.gnbham .gnb ul.dd_menu .depth_2 li.link a::after { width: 20px; height: 20px; display: block; background: url(../images/main/icon_gnblink.png); content: ""; }
.gnbham .btn_ham { width: 32px; height: 32px; display: block; background: url(../images/main/icon-ham.png); cursor: pointer; }

.sc-wrap { width: 100%; display: none; position: fixed; top: 170px; left: 0; background: #fff; z-index: 99999; }
.sc-wrap form { width: 100%; padding: 30px 0 50px; }
.sc-wrap .scinput { width: 600px; height: 70px; border-bottom: 3px solid #000; margin: 0 auto; display: flex; align-items: center; }
.sc-wrap .scinput input { width: 580px; height: 100%; padding: 0 20px; }
.sc-wrap .scinput .search { width: 20px; height: 20px; display: block; cursor: pointer; background: url(../images/main/icon-sc.png); }
.sc-wrap .popularsc { margin-top: 15px; display: flex; justify-content: center; align-items: center; gap: 10px; }
.sc-wrap .popularsc li { font-size: 15px; color: #1d1d1d; }
.sc-wrap .popularsc li+li { position: relative; }
.sc-wrap .popularsc li+li:before { width: 1px; height: 10px; position: absolute; display: block; background: #1d1d1d; top:50%; left: -5px; transform: translateY(-50%); content: ""; }
.sc-wrap .btn-close { width: 20px; height: 20px; position: absolute; top:50px; right: 50%; margin-right: -640px; background: url(../images/main/btn_close.png); background-size: 20px 20px; }

.quick { position: fixed; right: 30px; bottom: 40px; z-index: 999999; }
.quick li + li { margin-top: 12px; }
.quick li a,
.quick li button,
.quick li.q_top { width: 80px;height: 80px; padding-top: 16px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; border-radius: 80px; border: solid 1px #d8d8d8; font-size: 16px; font-weight: bold; color: #555; text-align: center; }
.quick li.q_top { font-size: 16px; font-weight: bold; color: #555; cursor: pointer; padding-top: 20px; justify-content:flex-start; gap: 0; }
.quick li.q_top::after { width: 28px; height: 28px; background: url(../images/main/q_top.png); content: ""; }
.quick li.q2 button,
.quick li.q3 a { color: #fff; }
.quick li.q0 a { background: #fff; }
.quick li.q1 a { background: #fff; padding-bottom: 11px; line-height: 1.5; }
.quick li.q2 button { background: #003676; padding-bottom: 11px; }
.quick li.q3 a { background: #1d1d1d; padding-bottom: 10px; }
.quick li.q1 a:after,
.quick li.q2 button:after,
.quick li.q3 a:after { content: ""; }
.quick li.q1 a:after { width: 28px; height: 28px; display: block; background: url(../images/main/q1.png); }
.quick li.q2 button:after { width: 28px; height: 28px; display: block; background: url(../images/main/q2.png); }
.quick li.q3 a:after { width: 32px; height: 32px; display: block; background: url(../images/main/q3.png); }

.quick li.q2 {width: 80px;height: 80px; position: relative; }
.quick li.q2 button { position: absolute; top:0; right: 0;  z-index: 9999; cursor: pointer; outline: 0 none; }
.quick li.q2 p { width: 80px;height: 80px; border-radius: 80px; position: absolute; top:0; right: 0; padding-left: 20px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: solid 1px #d8d8d8; background: #fff; z-index: 9998; overflow: hidden; transition: all .4s ease-out; }
.quick li.q2.on p { width: 220px; }
.quick li.q2 p span { white-space: nowrap; }
.quick li.q2 p .text1 { font-weight: bold; }   

.layerPop.new { z-index: 91000; }
.layerPop.new>.inner {border-radius: 12px;border: solid 1px #c6c6c6;padding:0;}
.layerPop.new>.inner .tit {font-size: 21px;border-bottom: 0 none; padding: 32.5px 40px 0; position: relative;right:0;left: 0; }
.layerPop.new>.inner .cont { padding: 34.5px 40px 40px; }
.layerPop.new>.inner .cont .subtt { font-size: 19px; color: #1d1d1d; line-height: 1; }
.layerPop.new .layerPopLogin .layerPopSms { display: block; }
.layerPop.new .layerPopSms .timeCheck { height: 56px; margin-top: 20px; display: flex; justify-content: space-between; align-items: center; border-radius: 8px; border: solid 1px #717171; }
.layerPop.new .layerPopSms .timeCheck input { width: 410px; height: 54px; line-height: 54px; border: 0 none; background: none; padding: 0 16px; }
.layerPop.new .layerPopSms .timeCheck #textTimer { margin-right: 16px; font-size: 17px; color: #e71825; line-height: 1; position: static; top: auto; right: auto; }
.layerPop.new .check_btn_wrap { margin-top: 32px; display: flex; justify-content: flex-end; gap: 8px; }
.layerPop.new .check_btn_wrap button { width: 62px; height: 48px; line-height: 46px; text-align: center; border-radius: 8px; }
.layerPop.new .check_btn_wrap .btnCancle { border: solid 1px #1d1d1d; font-size: 17px; color: #000b17; }
.layerPop.new .check_btn_wrap .btnCheck { border: solid 1px #246beb; font-size: 17px; color: #fff; background: #246beb; }

.layer_pop.new { border: 0 none; background: #fff; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); }
.layer_pop.new.popupwrap .pp_top { width: 100%; height: 56px; padding: 0 24px; border-bottom: solid 1px #d8d8d8; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.layer_pop.new.popupwrap .pp_top span:first-child { font-size: 18px; font-weight: bold; color: #1d1d1d; }
.layer_pop.new.popupwrap .pp_top .btn_close { width: 24px; height: 24px; display: block; background: url(../images/main/btn_ppclose.png); }
.layer_pop.new.popupwrap .txtbox { height: auto; max-height: 700px; padding: 0; background: #fff; }
.layer_pop.new.popupwrap .btnarea { position: absolute; bottom: 0; left: 0; height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; background-color: rgba(0, 0, 0, 0.9); }
.layer_pop.new.popupwrap .btnarea .only_today2 { position: static; display: flex; align-items: center; }
.layer_pop.new.popupwrap .btnarea .only_today2 button { font-size: 15px; font-weight: 500; color: #fff; }
.layer_pop.new.popupwrap .btntype.closebtn { margin: 0; left: auto; background: none; }
.layer_pop.new.popupwrap .btntype.closebtn a { font-size: 15px; font-weight: 500; color: #fff; padding: 0; background: none; text-decoration: none !important; }

html.lock { overflow: hidden; }


footer.fp-section .fp-tableCell { padding-top: calc(100vh - 673px); }
footer .footertopbn { width: 100%; height: 102px; background: #edf1f5; border-top: #d8d8d8 solid 1px; border-bottom: #d8d8d8 solid 1px; }
footer .footertopbn .inner { position: relative;  }
footer .footertopbn .main_bn_slide { width: 1280px; width: 1096px; height: 100px; overflow: hidden; /*padding-right: 184px;*/ }
footer .footertopbn .swiper-wrapper { width: 1093px;width: 100%;  height: 100%;}
footer .footertopbn .main_bn_slide_control { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 8px; }
footer .footertopbn .main_bn_slide_control button { width: 40px; height: 40px; border-radius: 40px; overflow: hidden; text-indent: -300%; border: #e4e4e4 solid 1px; background-color: #fff;background-size: 2.50vh 2.50vh;background-repeat: no-repeat;background-position: center center;}
footer .footertopbn .main_bn_slide_control .main_bn_prev { background-image: url(../images/main/icon_prev.png); }
footer .footertopbn .main_bn_slide_control .main_bn_next { background-image: url(../images/main/icon_next.png); }
footer .footertopbn .main_bn_slide_control .pause { background-image: url(../images/main/icon_pause.png); }
footer .footertopbn .main_bn_slide_control .play { background-image: url(../images/main/icon_play.png); }

.familysite-wrap { width: 212px; height: 54px; position: relative; }
.familysite-wrap button { width: 100%; height: 100%; padding: 0 28.5px 0 24px; display: flex; align-items: center; justify-content: space-between; border-left: #d8d8d8 solid 1px; border-right: #d8d8d8 solid 1px; font-size: 17px; color: #1d1d1d; }
.familysite-wrap button:after { width: 17px; height: 16px; display: block; background: url(../images/main/icon-more2.png); content: ""; }
.familysite-wrap ul { width: 212px; position: absolute; left: 0; top: 54px; padding: 10px 0; border: #d8d8d8 solid 1px; background: #fff; display: none;z-index: 99; }
.familysite-wrap.on ul { display: block; }
.familysite-wrap ul li { width: 100%; }
.familysite-wrap ul li a { width: 100%; height: 100%; display: block; font-size: 15px; color: #1d1d1d; padding-left: 20px; line-height: 30px; }

.footerdiv { width: 100%; height: 571px;padding-top: 40px; border-top: #d8d8d8 solid 1px; background: #f0f0f0; }
.footerdiv .inner { position: relative; }
.footerdiv .footerlink li + li  { margin-top: 20px;}
.footerdiv .footer_text1 { font-size: 17px; color: #1d1d1d; display: block; margin-top: 40px; line-height: 1; }
.footerdiv .footer_text2 { margin-top: 24px; }
.footerdiv .footer_text2 li + li { margin-top: 20px; }
.footerdiv .footer_text2 dl { display: flex; align-items: center; font-size: 17px; color: #1d1d1d; }
.footerdiv .footer_text2 dl dt { font-weight: bold; margin-right: 5px; }
.footerdiv .footerlink2 { position: absolute; top: 0; left: 978px; }
.footerdiv .footerlink2 li { margin-top: 16px; }
.footerdiv .footerlink2 li a { height: 24px; display: inline-flex; align-items: center; line-height: 24px; font-size: 17px; font-weight: bold;color: #1d1d1d; }
.footerdiv .footerlink2 li a::after { width: 20px; height: 20px; margin-left: 6px; display: block; background: url(../images/main/icon-link.png); content: ""; }
.footerdiv .sns_link { position: absolute; top: 370px; left: 978px; display: flex; align-items: center; gap: 8px; }
.footerdiv .footermenu { width: 100%; margin-top: 140px; border-top: solid 1px #d8d8d8; }
.footerdiv .footermenu .fmenu { margin-top: 16px; display: flex; align-items: center; gap: 26px; }
.footerdiv .footermenu .fmenu li a { font-size: 17px; color: #1d1d1d; }
.footerdiv .footermenu .fmenu li:first-child a { color: #003675; font-weight: bold; }
.footerdiv .footermenu .copy { font-size: 15px; color: #555; display: inline-block; margin-top: 16px; }