@charset "utf-8"; 

body { font-family: 'Noto Sans SC', sans-serif; }

#header[class*="mot"]{ display: flex; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; right: 0; height: 4.5rem; background: #fff; border-bottom: 1px solid  rgba(255,255,255,0.3); z-index: 99;}

body.fp-viewing-1Page.start #header[class*="mot"]{ transition-delay: 0s !important;}

.container { width: 100%;  max-width: 85rem; margin: 0 auto; }



.intro_container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; background-color: #141891; color: white; position: fixed; width: 100vw; height: 100vh; z-index: 9999;}

.intro_container .cont { position: relative; width: 18rem; height: 18rem; }

.intro_container .cont .main { position: absolute; background: #021560 url(../images/intro.png) no-repeat center; font-size: 0; border-radius: 50%; width: 100%; height: 100%;animation: int1 3s ease forwards; animation-delay: 0.2s; z-index: 2; opacity: 0;}

.intro_container .cont .main .wrap { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; overflow: hidden;}

.intro_container .cont .main .wrap p { transition: all 0.15s; animation: intTxt 1s ease forwards; opacity: 0;}

.intro_container .cont .main .wrap p:nth-child(1) { animation-delay: 1s;}

.intro_container .cont .main .wrap p:nth-child(2) { animation-delay: 1.1s;}

.intro_container .cont .main .wrap p:nth-child(3) { animation-delay: 1.3s;}

.intro_container .cont .main .wrap p:nth-child(4) { animation-delay: 1.4s;}

.intro_container .cont .bg { background: #fff; border-radius: 50%; width: calc(100% - 2px); height: calc(100% - 2px); animation: int1 3s ease forwards; position: absolute; top: 1px; left: 1px; z-index: 1;  opacity: 0;}

.intro_container .line_wrap {display: flex;flex-direction: column;justify-content: center;align-items: center;position: absolute;width: 100vw;height: 100vh;}

.intro_container .line_wrap .innerW { position: absolute; width: 100vw; height: 18rem; top: 50%; transform: translateY(-50%); left: 0;}

.intro_container .line_wrap .innerH { position: relative; width: 18rem; height: 100vh; }

.intro_container .line_wrap .lineW { position: absolute; display: block; width: 0; height: 2px; background: #fff;}

.intro_container .line_wrap .lineH { position: absolute; display: block; width: 2px; height: 0; background: #fff; transform: translateY(-50%); top: 50%;}



.intro_container .line_wrap .lineW.l1 { animation: intLine11 3s ease forwards; left: 0; top: 0; }

.intro_container .line_wrap .lineW.l2 { animation: intLine12 3s ease forwards; right: 0; top: 2rem;}

.intro_container .line_wrap .lineW.l3 { animation: intLine13 3s ease forwards; left: 0; bottom: 2rem;}

.intro_container .line_wrap .lineW.l4 { animation: intLine14 3s ease forwards; right: 0; bottom: 0;}



.intro_container .line_wrap .lineH.l5 { animation: intLine21 3s ease forwards; left: 0;}

.intro_container .line_wrap .lineH.l6 { animation: intLine22 3s ease forwards; left: 2rem;}

.intro_container .line_wrap .lineH.l7 { animation: intLine23 3s ease forwards; right: 2rem; }

.intro_container .line_wrap .lineH.l8 { animation: intLine24 3s ease forwards; right: 0; }



@keyframes int1 {

    0% { transform: scale(1.3); opacity: 0;} 

    50% { transform: scale(0.8); opacity: 1;} 

    90% { transform: scale(1); opacity: 1;} 

    100% { transform: scale(5); opacity: 0;}

}

@keyframes intTxt {

    0% { transform: translateY(10rem);} 

    100% { transform: translateY(1); opacity: 1;}

} 



/* 가로 */

@keyframes intLine11 {

    0% { width: 0;} 

    40% { width: 100vw;}

    80% { width: 100vw; }

    100% { width: 0;}

} 



@keyframes intLine12 {

    0% { width: 0;} 

    50% { width: 100vw; }

    80% { width: 100vw; }

    100% { width: 0;}

} 



@keyframes intLine13 {

    0% { width: 0;} 

    60% { width: 100vw; }

    80% { width: 100vw; }

    100% { width: 0;}

} 



@keyframes intLine14 {

    0% { width: 0;} 

    70% { width: 100vw; }

    80% { width: 100vw; }

    100% { width: 0;}

} 



/* 세로 */

@keyframes intLine21 {

    0% { height: 0;} 

    20% { height: 100vh; }

    80% { height: 100vh; }

    100% { height: 0;}

} 



@keyframes intLine22 {

    0% { height: 0;} 

    30% { height: 100vh; }

    80% { height: 100vh; }

    100% { height: 0;}

} 



@keyframes intLine23 {

    0% { height: 0;} 

    40% { height: 100vh; }

    80% { height: 100vh; }

    100% { height: 0;}

} 



@keyframes intLine24 {

    0% { height: 0;} 

    50% { height: 100vh; }

    80% { height: 100vh; }

    100% { height: 0;}

} 



.start #header{transform: translateY(0) !important;opacity: 1;}

.fp-viewing-2Page #header,

.fp-viewing-4Page #header,

.fp-viewing-5Page #header { border-color: #ddd;}







.scroll_img{position: fixed;left: calc(50% - 46.4rem);bottom: 2rem;z-index: 9;opacity: 0;animation: scrollDown 2.5s 3s infinite;animation-delay: 7s;}

.fp-viewing-footer .scroll_img{display: none;}

.scroll_img .scroll_B{display: none;}



.fp-viewing-2Page .scroll_img .scroll_W{display: none;}

.fp-viewing-2Page .scroll_img .scroll_B{display: block;}

.fp-viewing-3Page .scroll_img .scroll_W{display: none;}

.fp-viewing-3Page .scroll_img .scroll_B{display: block;}

.fp-viewing-4Page .scroll_img .scroll_W{display: none;}

.fp-viewing-4Page .scroll_img .scroll_B{display: block;}

.fp-viewing-5Page .scroll_img .scroll_W{display: block;}

.fp-viewing-5Page .scroll_img .scroll_B{display: none;}



@keyframes scrollDown {

        0% { opacity: 0; -webkit-transform:translateY(0); transform:translateY(0); }

        80% { opacity: 1; -webkit-transform:translateY(1.2rem); transform:translateY(1.2rem); }

        100% { opacity: 0; -webkit-transform:translateY(1rem); transform:translateY(1rem); }

    }





.link_wrap{position: fixed; z-index: 9; right: 0; bottom: 0;}

.link_wrap .link{display: block;}

.link_wrap .link_on{display: none;}



body.fp-viewing-1Page #header,

body.fp-viewing-5Page #header{background: none;}



body.fp-viewing-1Page #header img,

body.fp-viewing-5Page #header img{filter:brightness(0) invert(1);}

body.fp-viewing-1Page #gnb .depth01 > ul > li > a,

body.fp-viewing-5Page #gnb .depth01 > ul > li > a { color: #fff;}

body.fp-viewing-1Page #header .fullmenuBtn span,

body.fp-viewing-5Page #header .fullmenuBtn span { background: #fff;}

#header .container {width: 85rem;margin: 0 auto;display: flex;justify-content: flex-end;align-items: center; position: relative;}

#header h1 a{ display: block; line-height: 4.5rem; position: absolute; top: 0; left: 0;}

#header h1 a img { line-height: 4.5rem; vertical-align: middle;}

#header .fullmenuBtn { width: 1.5rem; height: 1.15rem; display: inline-block; text-align: right; font-size: 0;}

#header .fullmenuBtn span{ display: inline-block; background: #000; border-radius: 1rem; width: 100%; height: 3px; transition: all 0.15s;}

#header .fullmenuBtn span:nth-child(1) { width: 1.35rem;}

#header .fullmenuBtn span:nth-child(2) { width: 0.85rem; margin: 0.35rem 0;} 



#header .fullmenuBtn:hover span,

#header .fullmenuBtn:focus span { width: 100%;}



body.fp-viewing-1Page #header:hover,

body.fp-viewing-1Page #header:focus,

body.fp-viewing-5Page #header:hover,

body.fp-viewing-5Page #header:focus { background: #fff; border-bottom: 1px solid #ddd;}

body.fp-viewing-1Page #header:hover img,

body.fp-viewing-1Page #header:focus img,

body.fp-viewing-5Page #header:hover img,

body.fp-viewing-5Page #header:focus img{filter:brightness(1) invert(0);}

body.fp-viewing-1Page #header:hover #gnb .depth01 > ul > li > a,

body.fp-viewing-1Page #header:focus #gnb .depth01 > ul > li > a,

body.fp-viewing-5Page #header:hover #gnb .depth01 > ul > li > a,

body.fp-viewing-5Page #header:focus #gnb .depth01 > ul > li > a { color: #000;}

body.fp-viewing-1Page #header:hover .fullmenuBtn span,

body.fp-viewing-1Page #header:focus .fullmenuBtn span,

body.fp-viewing-5Page #header:hover .fullmenuBtn span,

body.fp-viewing-5Page #header:focus .fullmenuBtn span { background: #000;}

/* gnb common */

#nav{position:relative;width: auto;z-index:99; }

#gnb{ position:relative; height:50px; z-index:2;}

#gnb ul, #gnb li { position:relative; height:100%;}

#gnb li a{ position:relative; display:block; font-weight:400; }

#gnb li a span{ position:relative; }

#gnb .depth01{width:100%;max-width:60rem;height:4.5rem;}

#gnb .depth01 > ul{display:flex;width:100%;text-align:center;z-index: 1;}

#gnb .depth01 > ul > li {flex: auto;/* padding: 0 1.4rem; */} 

#gnb .depth01 > ul > li > a{display:flex;width:100%;padding: 0 1.4rem;height:4.5rem;line-height:1.2;justify-content: center;align-items: center;font-size:0.9rem;color:#333;font-weight: 500;}

#gnb .depth01 > ul > li > a > span { position:relative;}

#gnb .depth01 > ul > li > a > span:before{content:"";position:absolute;left: -0.5rem;top: -0.5rem;width:7px;height:7px;border-radius:50%;background: #152a7a; opacity:0; transition:all 0.15s;}

#gnb .depth01 > ul > li > a[target='_blank'] > span:after{ content:"\e980"; display:inline-block; padding-left:0.25rem; font-family: 'xeicon'; font-size:0.9rem; }

#gnb .depth01 > ul > li.on > a > span:before{  opacity: 1; }

#gnb .depth02{width: 9.5rem;height:auto;text-align:left;background: #fff;} 

#gnb .depth02 > ul > li.dep:hover:before { color:#fff; }

#gnb .depth02 > ul > li.dep > a{ padding-right:1.25rem !important;}

#gnb .depth02 > ul > li > a{color: #444;font-weight:400;font-size: 0.9rem;/* outline:none; */}/*230615*/

#gnb .depth02 > ul > li > a[target='_blank'] > span:after{ content:"\e980"; display:inline-block; padding-left:0.25rem; font-family: 'xeicon'; vertical-align: middle; font-size:0.8rem; }

#gnb .depth03{position: absolute;display:none;right: -100%;top: 0;width: 9.5rem;} 

#gnb .depth03 > ul > li > a{ font-size:0.75rem; padding-left:0.5rem; color:#000; opacity: 0.8; }

#gnb .depth03 > ul > li > a:before{content:"";position:absolute;left: 1rem;top: 1rem;width:6px;height:6px;border-radius:50%;background:#fff;opacity: 0;}

#gnb .depth03 > ul > li > a[target='_blank'] > span:after{ content:"\e980"; display:inline-block; padding-left:0.15rem; font-family: 'xeicon'; vertical-align: middle; font-size:0.7rem; }

#gnb .depth03 > ul > li > a:hover,

#gnb .depth03 > ul > li > a:focus {opacity:1;} 

#gnb .depth03 > ul > li > a:hover:before,

#gnb .depth03 > ul > li > a:focus:before { opacity:1;} 

#gnb .active > .depth03{ display:block; }

#gnb .depth04{ display:none;}

#gnb:before, #nav a,

#gnb li > a:before,

#gnb li > a:after,

#gnb li > a > span:before{ transition: all 0.1s; -webkit-transition: all 0.1s; }





/* gnb : oneDown */

#nav.oneDown #gnb{ height:4.5rem; } 

#nav.oneDown .depth02{position:absolute;left: 50%;top: 4.5rem;transform: translateX(-50%);opacity: 0;visibility: hidden;transition-delay: 0s;text-align:left;box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}

#nav.oneDown .depth02:before{content:"";position:absolute;left:0;top:0;width: 9.5rem;height:0;background:#fff;z-index:0;opacity: 0;}

#nav.oneDown .depth02 > ul > li > a{ line-height: 2.5rem; padding: 0 1rem; }

#nav.oneDown .depth02 > ul > li > a > span{z-index:0; }

#nav.oneDown .depth02 > ul > li.dep > a:before{content:'\e941';position:absolute;right:0.5rem;top: 0;font-family: 'xeicon';font-size:0.6rem;}

#nav.oneDown .depth03{background:#e5e5e5;box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}

#nav.oneDown .depth03 > ul > li > a{ font-size:0.8rem; line-height: 2.5rem; padding:0 1rem;}

/** oneDown : active **/

#nav.oneDown .depth01 > ul > li.on > a,

#nav.oneDown .depth01 > ul > li > a:hover,

#nav.oneDown .depth01 > ul > li > a:focus { color: #152a7a !important;}

#nav.oneDown .depth01 > ul > li > a:hover span,

#nav.oneDown .depth01 > ul > li > a:focus span { text-shadow: -0.5px 0px #152a7a, 0px 0.5px #152a7a, 0.5px 0px #152a7a, 0px -0.5px #152a7a; }

#nav.oneDown .depth01 > ul > li > a:hover::before,

#nav.oneDown .depth01 > ul > li > a:focus::before { opacity:1;}

#nav.oneDown .depth01 > ul > li.on > .depth02{ opacity: 1; visibility: visible; display:block; }

#nav.oneDown .depth01 > ul > li.on > .depth02:before{ height:100%; opacity: 1; }

#nav.oneDown .depth02 > ul > li.dep.active > a,

#nav.oneDown .depth02 > ul > li > a:hover,

#nav.oneDown .depth02 > ul > li > a:focus{ background-color: #152a7a; color: #fff;}

#nav.oneDown .depth02 > ul > li.dep.active > a:before{transform:rotate(270deg)}

#nav.oneDown .depth03 > ul > li > a:hover,

#nav.oneDown .depth03 > ul > li > a:focus{background-color: #314293;color: #fff;padding-left: 1.6rem;}



/* full Menu */

.popFullmenu{display: flex; align-items: center;position:fixed; left: 0; top:0; width:100%; height:100vh; background:#152a7a;  -webkit-transition:all 0.3s  0.5s; transition:all 0.3s  0.5s; overflow: hidden;opacity:0;filter:Alpha(opacity=0); visibility:hidden;z-index:-1;}

.popFullmenu.active {opacity:1.0;filter:Alpha(opacity=100);visibility:visible;z-index: 9999;-webkit-transition:all 0.3s  0s;transition:all 0.3s 0s;}

.popFullmenu #fullMenu { width: 100%; }

.popFullmenu #f_gnb { height: 100%;}

.popFullmenu #f_gnb .depth01 > ul{ display: flex; width: 100%;}

.popFullmenu #f_gnb .depth01 > ul > li {flex:1;position: relative;text-align: center;}

.popFullmenu #f_gnb .depth01 > ul > li::after { content: ''; display: block; width: 0; height:200vh; background: rgba(255,255,255,0.15); position: absolute; right: 0; top:-50vh; z-index: 1;transition: all 0.5s ease;z-index: -1;}

.popFullmenu #f_gnb .depth01 > ul > li::before { content: ''; display: block; width: 100%; height:200vh; background: rgba(255,255,255,1); position: absolute; right: 0; top:-50vh; z-index: 1; transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;}

.popFullmenu #f_gnb .depth01 > ul > li > a {font-size: 1.8rem;font-weight: 600;margin-bottom: 1rem;color:#fff;display: block;transition: all 0.15s;}

.popFullmenu #f_gnb .depth02 > ul > li > a { font-size: 1.1rem; font-weight: 600; display: block; color:#fff; transition: all 0.15s;}

.popFullmenu #f_gnb .depth02 > ul > li.dep > a::after { content: '\e936'; font-family: 'xeicon'; font-size: 0.8rem; display: inline-block;}

.popFullmenu #f_gnb .depth02 > ul > li + li { margin-top: 1rem;}

.popFullmenu #f_gnb .depth03 > ul > li > a { font-size: 0.9rem; line-height: 1.4rem; font-weight: 200; color:#fff; position: relative;}

.popFullmenu #f_gnb .depth03 > ul > li > a::before { content: ''; display: block; width: 0; height: 11px; background-color: #e7e9f1; position: absolute; left: 0; bottom: 0; transition: all 0.15s;z-index: 1;}

.popFullmenu #f_gnb .depth03 > ul > li > a span { position: relative; z-index: 2;}

.popFullmenu .bg_txt_menu1{position:absolute;bottom:-0.7rem;right:0;font-size: 6rem;font-weight:800;letter-spacing: -2px;color:#fff;line-height:1;z-index:2;text-align:right;}

.popFullmenu .bg_txt_menu2{position: fixed;text-align: right;right: 20vw;width: 0;height: 10rem;bottom: -0.7rem;font-size: 6rem;font-weight:800;letter-spacing: -2px;display: flex;white-space: nowrap;justify-content: flex-end;color: #152a7a;overflow: hidden;line-height:1;z-index: 2;transition: width .6s;}

.popFullmenu .bg_txt_menu2 span {position: absolute;right: -20vw;bottom: 0;line-height: 1;}

.popFullmenu .bg_txt_menu2.active,

.popFullmenu .bg_txt_menu3.active { width: 20vw;}

.popFullmenu .bg_txt_menu3{position: fixed;text-align: right;right: 0;width: 0;bottom: -0.7rem;font-size: 6rem;font-weight:800;letter-spacing: -2px;overflow: hidden;display: flex;white-space: nowrap;justify-content: flex-end;z-index:3;color: #152a7a;line-height:1;transition: width .6s;}

.popFullmenu .popFullClose { font-size: 1.5rem; color: #fff; transition: all 0.15s; position: absolute; top: 2rem; right: 2rem; }

.popFullmenu .popFullClose::before { content: ''; display: block; width: 8.5rem; height: 8.5rem; background: url(../images/popfullclose_bg.png) no-repeat center / contain; transition: all 0.15s;animation: rotate 10s linear infinite; position: absolute; left: 50%; top: 50%;z-index: -1; transform: translate(-50%, -50%);}

 

.popFullmenu.active #f_gnb .depth01 > ul > li::before { width:0;}

.popFullmenu.active #f_gnb .depth01 > ul > li::after { width:1px;} 

.popFullmenu #f_gnb .depth01 > ul > li.active::after,

.popFullmenu #f_gnb .depth01 > ul > li:focus::after { width: 100%; background: #fff;}

.popFullmenu #f_gnb .depth01 > ul > li:hover > a,

.popFullmenu #f_gnb .depth01 > ul > li:focus > a { color: #111;}

.popFullmenu #f_gnb .depth01 > ul > li:hover .depth02 > ul > li > a,

.popFullmenu #f_gnb .depth01 > ul > li:focus .depth02 > ul > li > a { color: #222;}

.popFullmenu #f_gnb .depth01 > ul > li .depth02 > ul > li > a:hover,

.popFullmenu #f_gnb .depth01 > ul > li .depth02 > ul > li > a:focus,

.popFullmenu #f_gnb .depth01 > ul > li .depth02 > ul > li > a:hover::after,

.popFullmenu #f_gnb .depth01 > ul > li .depth02 > ul > li > a:focus::after { color: #152a7a;}

.popFullmenu #f_gnb .depth01 > ul > li:hover .depth03 > ul > li > a,

.popFullmenu #f_gnb .depth01 > ul > li:focus .depth03 > ul > li > a { color: #444; font-weight: 400;}

.popFullmenu #f_gnb .depth01 > ul > li .depth03 > ul > li > a:hover,

.popFullmenu #f_gnb .depth01 > ul > li .depth03 > ul > li > a:focus { color: #152a7a;  }

.popFullmenu #f_gnb .depth01 > ul > li .depth03 > ul > li > a:hover::before,

.popFullmenu #f_gnb .depth01 > ul > li .depth03 > ul > li > a:focus::before { width: 100%;} 

.popFullmenu .popFullClose.active { color: #152a7a; }

.popFullmenu .popFullClose.active::before { background: url(../images/popfullclose_bg2.png) no-repeat center / contain; }

.popFullmenu .popFullClose:hover,

.popFullmenu .popFullClose:focus { cursor: pointer;}

.popFullmenu .popFullClose:hover::before,

.popFullmenu .popFullClose:focus::before {  animation-play-state: paused; }



@keyframes rotate {

    100% { transform: translate(-50%, -50%) rotate(360deg); }

}



/* moblie navigation  */

#mNav { position: fixed; top: 0; left: -100%; width: 100%; height: 100vh; font-weight: 400; background:#fff; transition: 0.25s ease; -webkit-transition: 0.25s ease;  z-index:999; overflow:auto; padding-bottom:4rem; display:none;}

#mNav h4{ font-size:1.1rem; font-weight: 600; color:#000; line-height:3.5rem; border-bottom:1px solid #e4e4e4; padding:0 1rem;}

#mNav #mNavClose { position:absolute; right:2%; top:0.5rem; width:2.5rem; height:2.5rem; line-height:2.5rem; font-size:1.1rem; text-align:center;}

#mNav #mNavClose i{font-weight: 200;}

#mNav.active { left: 0; }

#mNav .snb{ border-bottom:1px solid #ccc; background:#eef7ff; border-bottom:1px solid #dde6ed;}

#mNav .snb li{ display: inline-block; padding:0 0.15rem; font-size:13px; }

#mNav .snb .user{ min-height:3rem; display: flex; align-items: center; padding:0.5rem;}

#mNav .snb .user > li.name{ flex: 1; font-size: 0.85rem; color: #00508f; font-weight: 600;}

#mNav .snb .user > li > a{ display: block; padding:0.5rem 1rem; border-radius:1rem; color:#fff; background:#00508f; }

#mNav .snb .user > li > a:hover,

#mNav .snb .user > li > a:focus{ background: #043154;}

#mNav .snb .util{ padding:0.5rem 0; background: #f6f6f6; }

#mNav .snb .util > li{ padding: 0 0.75rem;}

#mNav .snb .util > li > a{position:relative; line-height:1.4; }

#mNav .snb .util > li > a:hover,

#mNav .snb .util > li > a:focus{ text-decoration: underline;}

#mNav .snb .util > li + li > a:before{position:absolute; top:calc(50% - 2px); left:-0.75rem; width:4px; height:4px; border-radius:50%; background:#aaa; content:""; }

 



/* mgnb */

#mgnb div,

#mgnb ul{overflow:hidden;}

#mgnb li,

#mgnb li a{display:block; position:relative;}

#mgnb li a[target='_blank']:after{display:inline-block; padding-left:0.25rem; font-family: 'xeicon'; font-weight: 400; content: '\e980'; }

#mgnb li a{color:#333; font-weight: 600; font-size:0.9rem;}

#mgnb .depth01 > ul > li { border-bottom: 1px solid #ccc; overflow:hidden;}

#mgnb .depth01 > ul > li > a { padding:0.75rem 1rem; font-size:0.9rem; z-index: 1;}

#mgnb .depth02{ display: none; padding:0.5rem 1rem; }

#mgnb .depth02 > ul > li:before{content:""; position:absolute; left:0; top:0.95rem; width:5px; height:2px; border-radius:2px; }

#mgnb .depth02 > ul > li > a { padding:0.35rem 2rem 0.35rem 15px; font-size:0.85rem;}

#mgnb .depth03 {display: none; background:#fff; border-radius:0 0 .5rem .5rem; padding:1rem; margin-right:3px; margin-bottom:0.25rem; box-shadow:1px 1px 3px rgba(0,0,0,0.2);}

#mgnb .depth03 > ul > li + li { margin-top:0.5rem;}

#mgnb .depth03 > ul > li > a { padding-left:12px; color:#666; font-size:0.8rem;}

#mgnb .depth03 > ul > li > a:before{content:""; position:absolute; left:0; top:0.55rem; width:5px; height:2px; border-radius:50%; background:#ccc; }

/* depth, _blank icon */

#mgnb li.dep > a:before{ position: absolute; font-family: 'xeicon'; }

#mgnb .depth01 > ul > li.dep.active > a {  background-image: url('../images/bg_mnav_active.png'); background-size: contain; background-position: right top; background-repeat: no-repeat;}

#mgnb .depth01 > ul > li.dep > a:before{content: '\e9c5'; top:1rem; right:1rem; font-size:1.1rem;}

#mgnb .depth02 > ul > li.dep > a:before{content: '\e9c5'; top:0.8rem; right:0;}

/* mgnb : active */

#mgnb li.dep.active > div{display:block;}

#mgnb .depth01 > ul > li.dep.active > a:before{content: '\e9c1'; }

#mgnb .depth02 > ul > li.dep.active > a:before{content: '\e9c1'; }





.qna_wrap {width: 76rem;border-radius: 1rem;background-color: #fff;transform: translate(-50%, -50%);overflow: hidden;padding: 2.4rem 4.85rem 4.25rem 4.85rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;position: fixed;left: 50%;top: 50%;}

.qna_wrap .tit_wrap { position: relative;}

.qna_wrap h2 { font-size: 2rem; line-height: 3.6rem; color: #111; font-weight: 600; position: relative; text-align: left;}

.qna_wrap .qna_close { position: absolute; top: 0; right: 0; }

.qna_wrap .qna_close img{ transition: all 0.15s;}

.qna_wrap .qna_close:hover img,

.qna_wrap .qna_close:focus img {transform: rotate(90deg);}

.qna_wrap h2::after { width: calc(100% - 5rem); content: ''; display: block; height: 1px; background: #c4c7cf; position: absolute; top: 50%; left: 0; z-index: 1;}

.qna_wrap h2 span {background: #fff; padding-right: 1rem; position: relative; z-index: 3;}

.qna_wrap > ul {display: flex; flex-wrap: wrap; margin-top: 1.5rem;}

.qna_wrap > ul > li { width: 31%; transition: all 0.15s; }

.qna_wrap > ul > li + li { margin-left: 3.5%;} 

.qna_wrap > ul > li:nth-child(4),

.qna_wrap > ul > li:nth-child(7) { margin-left: 0;} 

.qna_wrap > ul > li:nth-child(1):hover,

.qna_wrap > ul > li:nth-child(1):focus { box-shadow: 10px 10px 10px rgba(0,79,179,0.1);}

.qna_wrap > ul > li:nth-child(2):hover,

.qna_wrap > ul > li:nth-child(2):focus { box-shadow: 10px 10px 10px rgba(0,119,202,0.1);}

.qna_wrap > ul > li:nth-child(3):hover,

.qna_wrap > ul > li:nth-child(3):focus { box-shadow: 10px 10px 10px rgba(0,155,207,0.1);}

.qna_wrap > ul > li:nth-child(4):hover,

.qna_wrap > ul > li:nth-child(4):focus { box-shadow: 10px 10px 10px rgba(13,105,169,0.1);}

.qna_wrap > ul > li:nth-child(5):hover,

.qna_wrap > ul > li:nth-child(5):focus { box-shadow: 10px 10px 10px rgba(5,126,167,0.1);}

.qna_wrap > ul > li:nth-child(6):hover,

.qna_wrap > ul > li:nth-child(6):focus { box-shadow: 10px 10px 10px rgba(11,114,129,0.1);}

.qna_wrap > ul > li:nth-child(7):hover,

.qna_wrap > ul > li:nth-child(7):focus { box-shadow: 10px 10px 10px #0b488115;}

.qna_wrap > ul > li:nth-child(8):hover,

.qna_wrap > ul > li:nth-child(8):focus { box-shadow: 10px 10px 10px rgba(6, 61, 112, 0.082)}

.qna_wrap > ul > li > p { position: relative; line-height: 3rem; text-align: left; padding-left: 1.3rem; color: #fff; font-size: 1.1rem; font-weight: 600;}

.qna_wrap > ul > li > p::after { content: ''; display: block; width: 7.75rem; height: 1.8rem; position: absolute; bottom: 0; right: 0; }

.qna_wrap > ul > li:nth-child(1) > p { background: #004fb3;}

.qna_wrap > ul > li:nth-child(2) > p { background: #0077ca;}

.qna_wrap > ul > li:nth-child(3) > p { background: #009bcf;}

.qna_wrap > ul > li:nth-child(4) > p { background: #0d69a9;}

.qna_wrap > ul > li:nth-child(5) > p { background: #057ea7;}

.qna_wrap > ul > li:nth-child(6) > p { background: #0b7281;}

.qna_wrap > ul > li:nth-child(7) > p { background: #0b4881;}

.qna_wrap > ul > li:nth-child(8) > p { background: #085a91;}

.qna_wrap > ul > li:nth-child(1) > p::after { background: url(../images/qna01.png) no-repeat bottom right / contain;}

.qna_wrap > ul > li:nth-child(2) > p::after { background: url(../images/qna02.png) no-repeat bottom right / contain;}

.qna_wrap > ul > li:nth-child(3) > p::after { background: url(../images/qna03.png) no-repeat bottom right / contain;}

.qna_wrap > ul > li:nth-child(4) > p::after,

.qna_wrap > ul > li:nth-child(5) > p::after,

.qna_wrap > ul > li:nth-child(6) > p::after,

.qna_wrap > ul > li:nth-child(7) > p::after,

.qna_wrap > ul > li:nth-child(8) > p::after { background: url(../images/qna04.png) no-repeat bottom right / contain;} 

.qna_wrap > ul > li > ul { border: 1px solid #ddd; border-top: none; text-align: left; padding: 1.3rem 1.3rem 2rem 1.3rem; transition: all 0.15s;}

.qna_wrap > ul > li:nth-child(1):hover > ul,

.qna_wrap > ul > li:nth-child(1):focus > ul { border-color: #004fb3;}

.qna_wrap > ul > li:nth-child(2):hover > ul,

.qna_wrap > ul > li:nth-child(2):focus > ul { border-color: #0077ca;}

.qna_wrap > ul > li:nth-child(3):hover > ul,

.qna_wrap > ul > li:nth-child(3):focus > ul { border-color: #009bcf;}

.qna_wrap > ul > li:nth-child(4):hover > ul,

.qna_wrap > ul > li:nth-child(4):focus > ul { border-color: #0d69a9;}

.qna_wrap > ul > li:nth-child(5):hover > ul,

.qna_wrap > ul > li:nth-child(5):focus > ul { border-color: #057ea7;}

.qna_wrap > ul > li:nth-child(6):hover > ul,

.qna_wrap > ul > li:nth-child(6):focus > ul { border-color: #0b7281;}

.qna_wrap > ul > li:nth-child(7):hover > ul,

.qna_wrap > ul > li:nth-child(7):focus > ul { border-color: #0b4881;}

.qna_wrap > ul > li:nth-child(8):hover > ul,

.qna_wrap > ul > li:nth-child(8):focus > ul { border-color: #085a91;}

.qna_wrap > ul > li:nth-child(n + 4) { margin-top: 2rem;}

.qna_wrap > ul > li > ul li.num1 { font-size: 1.2rem; font-weight: 600; color: #111;}

.qna_wrap > ul > li > ul li.num1 span{ font-size: 0.8rem; font-weight: 400; display: inline-block; margin-left: 0.5rem;}

.qna_wrap > ul > li > ul li { color: #333; font-size: 0.85rem;}

.qna_wrap > ul > li > ul li span{color: #111; font-weight: 600; display: inline-block; margin-right: 0.8rem;}



.r_util {position: fixed;bottom: 2.5rem;right: 1rem;z-index: 10000;}

.chat { width: 3.5rem; }

.chat_wrap .chatBtn { display: block; width: 3.75rem; height: 3.75rem; border-radius: 50%; color: #fff; background: #00b0f0; font-size: 1.2rem; text-align: center; line-height: 3.5rem; border: 5px solid #b2e7fa; box-shadow: 15px 15px 10px rgba(0,0,0,0.2); transition: all 0.15s;}

.chat_wrap ul { display: none; margin: 0 0.25rem 0 0.25rem ;}

.chat_wrap ul li a { display: block; width: 3.25rem; height: 3.25rem; line-height: 1;  border-radius: 50%; text-align: center; color: #333; font-size: 1.1rem; background: #fff; border: 1px solid #cacaca; padding-top: 0.6rem; transition: all 0.15s;}

.chat_wrap ul li + li { margin-top: 0.25rem;}

.chat_wrap ul li a em { display: block; font-size: 0.7rem; color: #666;}

.chat_wrap ul li a.chat_close {line-height: 3.25rem; color: #fff; background: #00b0f0; font-size: 1.2rem; box-shadow: 15px 15px 10px rgba(0,0,0,0.2);padding-top: 0;}



.chat_wrap .chatBtn:hover,

.chat_wrap .chatBtn:focus { transform: translateY(-5px);}

.chat_wrap ul li a:hover,

.chat_wrap ul li a:focus { background-color: #00b0f0; color: #fff;}

.chat_wrap ul li a:hover em,

.chat_wrap ul li a:focus em {color: #fff;}

.chat_wrap ul li a.chat_close:hover,

.chat_wrap ul li a.chat_close:focus {color: #00b0f0; background: #fff;}



.fp-watermark { display: none;}





/* section8 : footer */

.section8 {position: relative; height: auto !important; background: #000434;}

.section8 .deco {position: absolute;white-space: nowrap;will-change: transform;animation: marquee 60s linear infinite;bottom: -1rem;left: 0;height: 5rem; z-index: 1;}

@keyframes marquee {

  from { transform: translateX(0); }

  to { transform: translateX(-50%); }

}



.footer { 

    background:linear-gradient(to left,#003982,#0d265e);

    color: #fff; 

    font-size: 0.8rem;

}



.footer-logo {

    max-width: 15rem;

    display: block;

}



.footer-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 2rem 0;

    border-bottom: 1px solid #ffffff;

}



.footer-top-right-btn {

    display: inline-flex;

    width: 9.5rem;

    height: 3rem;

    background: linear-gradient(to right,#0f82c4,#1da9de);

    border-radius: 999px;

    color: #fff;

    justify-content: center;

    align-items: center;

    font-size: 0.9rem;

}



.footer-bottom-left-ul {

    display: flex;

    justify-content: space-between;

}



.footer-bottom {

    display: flex;

    justify-content: space-between;

    border-bottom: 1px solid #ffffff;

}



.code-img {

    width: 8.5rem;

}



.footer-bottom-tab,.footer-bottom-tab a {

  color: transparent;

  background: linear-gradient(to right,#0c79be,#1eace0);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



.footer-bottom-dl>dt {

    color: rgba(255,255,255,0.6);

}



.footer-info {

    display: block;

}



.mt20 {

    margin-top: 1rem;

}



.mt10 {

    margin-top: 0.5rem;

}



.footer-tel {

    font-size: 1.2rem;

}



.footer .container {

    padding: 0  10rem;

}



.footer-bottom-left {

    width: 85%;

    border-right: 1px solid #ffffff;

    padding: 2rem 9rem 2rem 0;

}



.footer-bottom-right {

    padding: 2rem 0;

}



.footer-beian {

    padding: 1rem 0;

    color: rgba(255,255,255,0.6);

}



.footer-main {

    background: linear-gradient(to right,#02418a,#0a6eb3);

    color: #fff;

    padding: 6.5rem 0 2rem;

    text-align: center;

    position: relative;

    overflow: hidden;

}



.footer-main::before {

    content: '';

    width: 100%;

    height: 100%;

    background: url(../images/main-bj.png) no-repeat calc(100% - 9.5rem) -5%;

    background-size: auto;

    position: absolute;

    left: 0;

    top: 0;

    pointer-events: none;

}



.footer-main a {

    color: #fff;

}



.footer-main .tit_wrap .tit {

    color: #fff;

}



.footer-main .tit_wrap .txt {

    color: #fff;

}



.footer-top-right-btn-mt {

    margin-top: 1.5rem;

}



.footer-main .footer-top-right-btn {

    background: linear-gradient(to right,#fff,#fff);

    color: #1eace0;

}



.footer .f_left { text-align: left;}

.footer .f_left ul { margin: 0.8rem 0 2rem;}

.footer .f_left ul li { display: inline-block; position: relative; font-size: 0.8rem;}

.footer .f_left ul li + li { margin-left: 1.3rem;}

.footer .f_left ul li + li::before { content: ''; display: block; width: 1px; height: 0.65rem; background: rgba(255,255,255,0.3); position: absolute; left: -0.65rem; top: calc(50% - 0.325rem);}

.footer .f_left .copyright { color: #999; font-size: 0.75rem; }

.footer .f_left ul li a {display: block;}

.footer .f_left ul li.lst_col a { color: #00b2f3;}

.footer .f_right { text-align: right;font-size: 0.7rem; padding-top: 1rem;}

.footer .f_right .dep1{display: flex;}  

.footer .f_right .dep1 > li:nth-child(1) {width: 5rem;}

.footer .f_right .dep1 > li + li {margin-left: 3rem;}  

.footer .f_right .dep2 { margin-top: 0.5rem; color: #b1b0b0;}



.topbtn{display: block;width: 3.5rem;height: 3.5rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);border-radius: 50%;line-height: 3.5rem;margin-top: 1rem;font-size: 1.2rem;text-align: center;}

.topbtn img{display: block;}



/* sub */

.subCntBody > .container { text-align: left; min-height: 15rem; padding: 5rem 0 3rem;}

.sub_visual{position:relative;width:100%;height: 19.5rem;color:#fff;overflow:hidden;text-align:center;z-index: 3;}

.sub_visual:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) scale(1.5);transform:translate(-50%, -50%) scale(1.5);width:100%;height:100%;background-image:url('../images/s_visual.png');background-repeat:no-repeat;background-position:center;background-size:cover;content:'';-webkit-transition:transform 2s;transition:transform 2s;z-index: -3;}

.sub_visual .txt1{padding-top:6rem;font-size: 0.9rem; opacity:0; visibility:hidden; -webkit-transform:translateY(50px); transform:translateY(50px);  -webkit-transition:opacity 1s, visibility 1s, transform 1s; transition:opacity 1s, visibility 1s, transform 1s;}

.sub_visual .txt2{padding-top:.5rem;font-size: 2.5rem;font-weight: 600;  opacity:0; visibility:hidden; -webkit-transform:translateY(50px); transform:translateY(50px);  -webkit-transition:opacity 1s, visibility 1s, transform 1s; transition:opacity 1s, visibility 1s, transform 1s;-webkit-transition-delay:.3s;transition-delay:.3s;text-shadow: 5px 5px 5px rgba(0,0,0,0.2);}



body.start .sub_visual .txt1,

body.start .sub_visual .txt2{opacity:1; visibility:visible; -webkit-transform:translateY(0); transform:translateY(0); }

body.start .sub_visual:before{-webkit-transform:translate(-50%, -50%) scale(1); transform:translate(-50%, -50%) scale(1); }

 

#menu{position:relative;width:100%;height:100%;margin-top: -3.5rem;float:left;border-top: 1px solid rgba(255,255,255,0.4);z-index: 3;}

#menu nav{ position: relative;}

#menu nav:after{display:block; clear:both; content:''; }

#menu .lnb{position:relative; width: 50rem; margin: 0 auto; }

#menu .lnb:after{display:block; clear:both; content:''; }

#menu .lnb > li{position:relative;float:left;min-width: 16rem;}

#menu .lnb > li + li::before { content: ''; display: block; width: 1px; height: 1.25rem; background: rgba(255,255,255,0.4); position: absolute; left: 0; top: calc(50% - 0.75rem);}

#menu .lnb > li:nth-child(2)::before{display: none;}

#menu .lnb > li.on .subLnb{display:block; }

#menu .lnb > li.home{ min-width: auto; line-height: 3.5rem;}

#menu .lnb > li.home a{display: inline-block;width: 2rem;height: 2rem;padding:0;text-align:center;font-size:1.25rem;line-height: 2rem;border-radius: 50%;background: #fff;color: #032566;vertical-align: middle;}

#menu .lnb > li.home a > i{position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }

#menu .lnb > li > a{ font-size:.85rem; }

#menu .lnb > li > a{position:relative;display:block;height:3.5rem;padding:0 4rem 0 1.5rem;line-height: 3.5rem;color:#fff;font-weight:400;/* overflow:hidden; */text-align: left;}

#menu .lnb > li > a > span{display:inline-block;overflow:hidden;max-width:100%;vertical-align:middle;position: relative;z-index: 9;line-height: 1;}

#menu .lnb > li.d01 > a:before{position:absolute;top:calc(50% - 0.75rem);right:1.5rem;width:1.5rem;height:1.5rem;font-family:'xeicon';content:'\e936';text-align:center;border-radius: 50%;border: 2px solid transparent;font-size:1.1rem;border-radius:50%;line-height:1.5rem;-webkit-transition:transform .3s, background .3s;transition:transform .3s, background .3s;z-index: 9;}

#menu .lnb > li > a::after {content: '';display: block;width: 100%;height: 0;background: #1c39b7 url(../images/lnb_bg_03.png) no-repeat bottom right;position: absolute;bottom: 2px;left: 0;z-index: 0;transition: all 0.2s;}

#menu .subLnb{display:none;position:absolute;top:calc(100% - 2px);left:0;width:100%;background: #fff;z-index:10;}

#menu .subLnb li { border: 1px solid #d9ddf9;}

#menu .subLnb li + li { border-top: none;}

#menu .subLnb li a{position:relative;display:block;height:3rem;color: #666;padding:0 1.5rem;line-height:3rem;overflow:hidden;text-align: left;}

#menu .subLnb li a > span{position:relative; display:inline-block; max-width:90%; overflow:hidden; vertical-align:middle; }

#menu .subLnb li a > span:before{position:absolute; bottom:0.8rem; left:0; width:0; height:0.5rem; background:#22499d; content:''; -webkit-transition:width .3s; transition:width .3s; opacity:0.2;}



#menu .lnb > li:not(.home) a:hover::after,

#menu .lnb > li:not(.home) a:focus::after,

#menu .lnb > li:not(.home) a:active::after{height: calc(100% + 0.5rem);}

#menu .subLnb li a:hover > span:before,

#menu .subLnb li a:focus > span:before,

#menu .subLnb li a:active > span:before{width:100%; }

#menu .subLnb li.on a{color:#22499d; }

#menu .subLnb li.on a > span:before{background:#22499d; }

#menu .lnb > li.d01.active > a::before,

#menu .lnb > li.d01.on > a::before,

#menu .lnb > li > a.active::before{ transform: rotate(180deg); border-color: #fff;}



#menu nav > .lnb > li a[target='_blank'] > span:after{content:'\e980';display:inline-block;margin-left:5px;font-family:'xeicon';}



.title_area{position:relative; margin:2.25rem 0 2rem; z-index:1; }

.title_area .container{position:relative; }

.title_area:after{display:block; clear:both; content:''; }

.title_area .pageTitle{word-break:keep-all; font-size:1.65rem; color:#222;  font-weight:700; float:left; }

.title_area .location{display:none; }



#sub_container_wrap { padding-top: 4.5rem;}



.snsBox{position:absolute; top:50%; right:0; -webkit-transform:translateY(-50%); transform:translateY(-50%); }

.snsBox button{position:relative; display:inline-block; width:35px; height:35px; padding:0; overflow:hidden; border-radius:50%; background:#9799a0; border-width:1px; border-style:solid; border-color:#9799a0; line-height:33px; text-align:center; color:#fff; }

.snsBox  button:before{position:absolute; top:100%; left:0; width:100%; height:100%; background:#fff; -webkit-transition:top .3s; transition:top .3s; content:''; }

.snsBox button i{position:relative; z-index:1; line-height:33px; }

.snsBox .sns_more{position:absolute; right:0; top:40px; width:115px; overflow:hidden; z-index:1; opacity:0; visibility:hidden; -webkit-transform:translateX(-30px); transform:translateX(-30px); -webkit-transition:opacity .3s, visibility .3s, transform .3s; transition:opacity .3s, visibility .3s, transform .3s; }

.snsBox .sns_more button{position:relative; width:35px; height:35px; float:left; margin:0; background:#4067ae; border-color:#4067ae; font-size:1rem; -webkit-transition:all .3s ease; transition:all .3s ease; overflow:hidden; }

.snsBox .sns_more button + button{margin-left:5px; }

.snsBox .sns_more button.btnTwt{background:#1da1f2; border-color:#1da1f2; }

.snsBox .sns_more button.btnInstar{background:#ff005e; border-color:#ff005e; }

.snsBox .sns_more button.btnKtalk{background:#ffd400; border-color:#ffd400; color:#3e2e2e; }

.snsBox .btnShare.active + .sns_more{opacity:1; visibility:visible; -webkit-transform:translateX(0); transform:translateX(0); }

.snsBox button:hover:before,

.snsBox button:focus:before,

.snsBox button.active:before{top:0; }

.snsBox button:hover,

.snsBox button:focus,

.snsBox button.active{color:#9799a0; }

.snsBox .sns_more button.btnFbook:hover,

.snsBox .sns_more button.btnFbook:focus{color:#4067ae; }

.snsBox .sns_more button.btnTwt:hover,

.snsBox .sns_more button.btnTwt:focus{color:#1da1f2; }

.snsBox .sns_more button.btnInstar:hover,

.snsBox .sns_more button.btnInstar:focus{color:#ff005e; }

.snsBox .sns_more button.btnKtalk:hover,

.snsBox .sns_more button.btnKtalk:focus{color:#3e2e2e; border-color:#3e2e2e; }







@media screen and (max-width:1720px){ 

    #header .container {padding: 0 1rem;}

    #header h1 a{left: 1rem;line-height: 3.5rem;top: 50%;transform: translateY(-50%);}

    .subCntBody > .container { padding: 5rem 1rem 3rem;}

    .footer .container { padding: 0 1rem;}



    .qna_wrap {width: 90%;border-radius: 1rem; } 

    .qna_wrap h2 {font-size: 1.5rem;line-height: 3rem;} 



}

@media screen and (max-width:1440px){ 

	#menu .lnb > li{min-width:280px}

}

@media screen and (max-width:1280px){

 

	

}

@media screen and (max-width:1240px){

    #header {height: 3.5rem !important;}

    #nav{ display: none;}

    /* #header h1 a img { width: 11rem;} */



    body.fp-viewing-5Page #header{ background: #fff;} 



    body.fp-viewing-5Page #header img{filter:brightness(1) invert(0);} 



    body.fp-viewing-5Page #gnb .depth01 > ul > li > a { color: #000;} 



    body.fp-viewing-5Page #header .fullmenuBtn span { background: #000;}



    .qna_wrap { padding: 2rem; } 

    .qna_wrap .qna_close { position: absolute; top: 0; right: 0; }

    .qna_wrap .qna_close img{width: 3rem;}  

    .qna_wrap > ul {margin-top: 1rem;} 

    .qna_wrap > ul > li > p {line-height: 2.5rem;padding-left: 1rem;font-size: 1rem;}  

    .qna_wrap > ul > li > ul {padding: 1rem 1rem 1.5rem 1rem; } 

    .qna_wrap > ul > li:nth-child(n + 4) {margin-top: 1rem;}

    .qna_wrap > ul > li > ul li.num1 {font-size: 1rem;} 

    .qna_wrap > ul > li > ul li {font-size: 0.8rem;} 



    #sub_container_wrap {padding-top: 3.5rem;}

    .subCntBody > .container {padding: 2rem 1rem 3rem;}



    .sub_visual{height:250px; }

    .sub_visual .txt1{padding-top: 3rem;font-size: 0.8rem;opacity:1; visibility:visible; -webkit-transform:translateY(0); transform:translateY(0);}

    .sub_visual .txt2{font-size: 2rem;padding-top: 0;opacity:1; visibility:visible; -webkit-transform:translateY(0); transform:translateY(0);}

	.sub_visual:before{-webkit-transform:translate(-50%, -50%) scale(1); transform:translate(-50%, -50%) scale(1); }

}



@media screen and (max-width:1024px){

    

    .popFullmenu{ align-items: flex-start; padding-top: 3rem;}  

    .popFullmenu #f_gnb .depth01 > ul{ flex-direction: column; align-items: flex-start;} 

    .popFullmenu #f_gnb .depth01 > ul > li {flex: auto;width: 100%; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.15);}

    .popFullmenu #f_gnb .depth01 > ul > li a > span { position: relative;}

    .popFullmenu #f_gnb .depth01 > ul > li a > span::before { content: ''; display: block; width: 0; height: 10px; position: absolute; left: 0; top:1.5rem; background: rgba(255,255,255,0.15); transition: all 0.15s;}

    .popFullmenu #f_gnb .depth01 > ul > li:hover > a,

    .popFullmenu #f_gnb .depth01 > ul > li:focus > a { color: #fff;}

    .popFullmenu #f_gnb .depth01 > ul > li.on > a > span::before,

    .popFullmenu #f_gnb .depth01 > ul > li > a:hover > span::before,

    .popFullmenu #f_gnb .depth01 > ul > li > a:focus > span::before { width: 100%;}

    .popFullmenu #f_gnb .depth02 { display: none; background: #fff;padding: 0.3rem 0;}

    .popFullmenu #f_gnb .depth02 > ul > li > a { color: #111; font-size: 0.95rem;}

    .popFullmenu #f_gnb .depth02 > ul > li.on > a { color: #152a7a;}

    .popFullmenu #f_gnb .depth02 > ul > li {padding: 0.3rem 1rem;} 

    .popFullmenu #f_gnb .depth02 > ul > li + li { margin: 0;} 

    .popFullmenu #f_gnb .depth03 { display: none; padding-left: 0.7rem;}

    .popFullmenu #f_gnb .depth03 > ul > li > a { color: #444; font-weight: 400; font-size: 0.75rem; padding-left:0.5rem;} 

    .popFullmenu #f_gnb .depth03 > ul > li > a::after { content: ''; display: inline-block; width: 5px; height: 2px; background: #666; position: absolute; left: 0; top: calc(50% - 1px);} 

    .popFullmenu #f_gnb .depth01 > ul > li + li::before { display: none;}

    .popFullmenu #f_gnb .depth01 > ul > li::after {display: none;}

    .popFullmenu #f_gnb .depth01 > ul > li > a { margin-bottom: 0; padding:0.5rem 1rem;font-size: 1rem;}

    .popFullmenu .popFullClose { top: 0.7rem; right: 1rem;}

    .popFullmenu .popFullClose::before { display: none;}

    .popFullmenu .bg_txt_menu1, .popFullmenu .bg_txt_menu2, .popFullmenu .bg_txt_menu3 { display:none;}



    .subCntBody > .container {padding: 2rem 1rem 2rem;} 

    #menu{margin-top:-2.5rem; }

	#menu nav {display:block;}

     #menu .lnb { width:100%;}

	#menu .lnb > li.home{width: 2.5rem;height: 2.5rem;line-height: 2.5rem;}

	#menu .lnb > li > a{height: 2.5rem;line-height: 2.3rem;padding: 0 2rem 0 0.8rem;}

    #menu .lnb > li.home{display:block;text-align: center;}

    #menu .lnb > li.home a{ width: 1.7rem;height: 1.7rem; font-size:1rem;line-height: 1.7rem; }

    #menu .lnb > li{width: calc((100% - 2.5rem) / 3); min-width: auto;}

    #menu .lnb > li.d01 > a:before { right: 0.5rem;}

	.snsBox button.btnPrint{display:none; }

}



@media screen and (max-width:860px){

    .footer-bottom {

        flex-direction: column;

    }



    .footer-bottom-left {

        border-bottom: 1px solid #ffffff;

        width: 100%;

        border-right: none;

    }



    .footer-logo {

        max-width: 9.5rem;

    }



    .footer-bottom-left {

        display: none;

    }



    .footer-top-right-btn {

        width: 7rem;

        height: 2.5rem;

    }



    .footer-bottom-right,.footer-beian {

        text-align: center;

    }



    .footer-main {

        padding: 2rem 1rem;

    }



    .footer-top,.footer-bottom-left,.footer-bottom-right {

        padding: 1rem 0;

    }

    /* .footer { padding: 1rem 0 4rem;} */

    .footer .f_left { width: 100%;}

    .footer .f_left .f_logo img { width: 4rem;}

    .footer .f_left ul {margin: 0 0 1rem;}

    .footer .f_right { display: none;}





    .qna_wrap { padding: 1rem;}

    .qna_wrap::before {content: '';display: block;width: calc(100% - 2rem);height: 25px;background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);position: absolute;left: 1rem;bottom: 1rem;z-index: 9999;}

    .qna_wrap > ul {position: relative;height: calc(100vh - 15rem);overflow-y: auto;align-content: flex-start;}

    .qna_wrap > ul > li { width: 49%; }

    .qna_wrap > ul > li:nth-child(4) {margin-left: 2%; }

    .qna_wrap > ul > li + li { margin-left: 2%;}  

    .qna_wrap > ul > li:nth-child(2n + 1) { margin-left: 0;} 

    .qna_wrap > ul > li:nth-child(n + 3) { margin-top: 0.7rem;}

    .qna_wrap h2 { font-size: 1.2rem; line-height: 2rem;}

    .qna_wrap h2::after { width: calc(100% - 3rem);}

    .qna_wrap .qna_close img { width: 2rem;}

}   



@media screen and (max-width:768px){



	.sub_visual{height:200px; text-align:center; position:relative; }

	.sub_visual .container { position:absolute; top:45%; left:50%; transform:translate(-50%, -50%);}

	.sub_visual .txt1{font-size: 0.75rem;line-height: 1;padding-top: 0;}

	.sub_visual .txt2{font-size: 1.5rem;line-height: 1;margin-top: 0.5rem;}



	.title_area{margin:1.5rem 0 1rem;}

	.title_area .pageTitle{font-size:1.25rem; text-align:center; float:none; width:100%; }



	.snsBox{display:none; }



}



@media screen and (max-width:570px){ 



	#menu .lnb > li{display:none; }

	

	#menu .lnb > li.mobSnb{display:block;width: calc(100% - 2.5rem);min-width:auto;}

	#menu .lnb > li:not(.home) a:hover::after,

	#menu .lnb > li:not(.home) a:focus::after,

	#menu .lnb > li:not(.home) a:active::after{height: 100%;}

	#menu .subLnb li a{padding:0 .5rem; }



     .qna_wrap > ul > li { width: 100%; }

     .qna_wrap > ul > li + li { margin-left:0%;}  

     .qna_wrap > ul > li:nth-child(4) {margin-left:0; }

     .qna_wrap > ul > li:nth-child(n + 2) { margin-top: 0.7rem;}

}



@media screen and (max-width:360px){ 

#menu .lnb > li.home{display:none; }

#menu .lnb > li.mobSnb{width:100%; }

#menu .lnb > li.mobSnb > a{padding:0 2rem 0 .5rem; border-left:1px solid rgba(255,255,255,.2); }

#menu .lnb > li.d01 > a:before{right:.5rem;}



 

}