@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); 
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

/* ========================== 초기화 [s] */
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, strong, 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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
body{line-height:1;font-family:'Noto Sans KR'}
ol, ul, dl, dt, dd{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input, button{margin:0;padding:0;font-family:'Noto Sans KR'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Noto Sans KR'}
select{margin:0}
a{color:#222;text-decoration:none}
label, input, button, select, img{vertical-align:middle}
body{font-size:1em}
*, :after, :before{box-sizing:border-box}
*{-webkit-text-size-adjust:none}
.sound_only{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
h1, h2, h3, h4, h5, h6{font-family:'Noto Sans KR'}
/* ========================== 초기화 [e] */

:root{--primary:#0385b0;--k-font:'Pretendard';--e-font:'Poppins';--easing:cubic-bezier(.16,1,.64,1)}
figure{margin:0}
.material-symbols-outlined{font-size:19px!important;font-variation-settings:'FILL' 1}

/* HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font)}
#sh_hd.sub{position:relative}
#shGnb{display:flex;align-items:center;position:absolute;width:100%;height:100px;padding:0 100px;border-bottom:1px solid rgba(255,255,255,.2);transition:all .2s}
#shGnb.on{border-bottom:1px solid #e1e1e1}
#shGnb.sub{position:absolute}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:320px;background:#fff}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0 -60px 0 auto}
#shGnb .sh_nav > ul > li{float:left;position:relative;line-height:100px;transition:all .4s ease-in-out}
#shGnb .sh_nav > ul > li > a{position:relative;z-index:20;display:block;padding:0 25px;font-size:18px;font-weight:600;color:#fff;transition:all .2s}
#shGnb .sh_nav > ul > li:hover > a{color:var(--primary)!important;}
#shGnb .sh_nav > ul > li:hover .sh_lnb_s:before{width:calc(100% + 40px);opacity:1}
#shGnb .sh_nav > ul > li:hover .sh_lnb_s a{color:#777}
#shGnb .sh_nav > ul > li:hover .sh_lnb_s a:hover{color:var(--primary)}
#shGnb.on .sh_nav > ul > li > a{padding:0 35px;color:#222}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;padding-top:25px;min-height:145px}
#shGnb .sh_lnb_s:before{opacity:0;display:block;content:"";position:absolute;left:50%;top:-2px;z-index:-1;transform:translateX(-50%);width:0;height:4px;background:var(--primary);transition:all .2s}
#shGnb .sh_lnb_s li a{display:block;font-size:16px;font-weight:500;line-height:2.2;text-align:center;color:#555;transition:all .2s}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* 메뉴버튼 */
#pfBtn{display:flex;position:absolute;top:0;/*right:100px;*/right:0;z-index:101;width:100px;height:100px;border-left:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s}
#pfBtn span{display:block;position:relative;width:26px;height:3px;margin:auto;background:#fff;transition:all .2s}
#pfBtn span:before, #pfBtn span:after{display:block;content:"";position:absolute;top:0;width:100%;height:3px;background:#fff;transition:all .2s}
#pfBtn span:before {top:-9px}
#pfBtn span:after{top:9px}
#pfBtn.active{background:#fff}
#pfBtn.active span{border:none;background:transparent}
#pfBtn.active span:before{top:0;transform:rotate(45deg);background:var(--primary)}
#pfBtn.active span:after{top:0;transform:rotate(-45deg);background:var(--primary)}

/* ebook */
#ebBtn{display:flex;position:absolute;top:0;right:200px;z-index:101;width:100px;height:100px;border-left:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s}
/*#ebBtn{display:flex;position:absolute;top:0;right:100px;z-index:101;width:100px;height:100px;border-left:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s}*/
#ebBtn a{display:grid;place-items:center;position:relative;margin:auto;width:100%;height:100%;border:0;background:transparent;color:#fff;font-size:16px;line-height:1.2;font-weight:400;transition:all .2s;text-align: center;}
@media (max-width:1199px){
    #ebBtn{right:190px;width:90px;}
}

/* 다국어버튼 */
#laBtn{display:flex;position:absolute;top:0;right:100px;z-index:101;width:100px;height:100px;border-left:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s}
/*#laBtn{display:none;position:absolute;top:0;right:0;z-index:101;width:100px;height:100px;border-left:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s}*/
#laBtn button{display:block;position:relative;margin:auto;width:100%;height:100%;border:0;background:transparent;color:#fff;font-size:16px;font-weight:400;background:url(../../images/fs/layout/arr.png) right 15px center no-repeat;transition:all .2s}
#laBtn ul{display:none;position: absolute;left:0;top:100px;background: #fff;width: 100%;text-align: center;font-size:16px;border:1px solid #ddd;}
#laBtn ul li:not(:first-child){margin-top:20px;}
#laBtn ul li a {display: flex;justify-content:center;padding:30px 20px;}
@media (max-width:1199px){
    #laBtn{width:90px;}
}

/* 메뉴오픈 */
#pfWrap{display:none;position:fixed;top:0;left:-100%;z-index:100;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(10px)}
#pfWrap .bg_wrap{position:absolute;z-index:1;width:30%;margin:0 auto}
#pfWrap .bg{position:absolute;left:0;top:0;width:0;max-height:980px;height:100vh;margin-left:0;background:url(../../images/fs/layout/bg.jpg) left no-repeat;background-size:cover}
.pf_cate{position:absolute;right:0;top:0;width:0;height:100%;background:linear-gradient(125deg,var(--primary) 0%, #c8121b 100%);}
.pf_cate > ul{position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:0 15%}
.pf_cate > ul > li{opacity:0;margin-left:100px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.25)}
.pf_cate > ul > li+li{margin-top:40px}
.pf_cate > ul > li > a{display:block;width:max-content;margin-bottom:20px;font-size:32px;font-weight:600;color:#fff}
.pf_cate > ul > li:nth-child(1){animation-delay:.4s}
.pf_cate > ul > li:nth-child(2){animation-delay:.5s}
.pf_cate > ul > li:nth-child(3){animation-delay:.6s}
.pf_cate > ul > li:nth-child(4){animation-delay:.7s}
.pf_cate > ul > li:nth-child(5){animation-delay:.8s}
.pf_cate > ul > li ul{display:flex;flex-wrap:wrap}
.pf_cate > ul > li ul li+li{margin-left:25px}
.pf_cate > ul > li ul a{opacity:0.6;font-size:18px;font-weight:500;color:#fff;transition:all .2s}
.pf_cate > ul > li ul a:hover{opacity:1}

#shGnb.fix{background:#fff}
#shGnb.fix .sh_nav > ul > li > a{color:#222}
#shGnb.fix #ebBtn a{background:var(--primary);}
#shGnb.fix #pfBtn{border-left: 1px solid #439fb6;background:var(--primary)}
#shGnb.fix #pfBtn.active{border-color:#fff;background:#fff}
#shGnb.fix #laBtn{border-color:#009acd;background:#009acd;border-left: 1px solid #439fb6;}
#laBtn button.active{background:url(../../images/fs/layout/arr_on.png) right 15px center no-repeat;}
/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:20px 15px;line-height:1.8;border-bottom:1px solid #e1e1e1;background-color:#fff;font-family:'Noto Sans KR'}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}
/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:26px;right:15px;z-index:5;width:30px;height:30px}
#m_navBtn span{display:block;position:relative;top:50%;transform:translateY(-50%);width:100%;height:2px}
#m_navBtn span:before, #m_navBtn span:after{display:block;content:"";position:absolute;top:-6px;width:30px;height:2px;background-color:#222;-webkit-transition:all .1s;transition:all .1s}
#m_navBtn span:after{top:6px;width:16px;right:0;background-color:#00b68f}
#m_navBtn.on{position:fixed}
#m_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg)}
#m_navBtn.on span:after{top:0;right:-4px;width:30px;transform:rotate(-45deg);background-color:#222}

/* 다국어 */
#m_laBtn{position:absolute;top:26px;right:110px;z-index:5;width:30px;height:30px}
#m_laBtn button{background: #fff;border:1px solid #ddd;padding:6px 30px 6px 10px;background:url(../../images/fs/layout/arr_b.png) right 15px center no-repeat;}
#m_laBtn ul{display:none;margin-top:-1px;background: #fff;width:69px;padding:10px 0;border:1px solid #ddd;text-align: center;}
#m_laBtn button.active{background:url(../../images/fs/layout/arr_b_on.png) right 15px center no-repeat;}

#navWrap{display:none;position:fixed;left:0;top:0;z-index:4;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
#navWrap .inner{overflow-y:scroll;opacity:0;position:fixed;right:-40px;top:0;z-index:6;min-width:300px;width:75%;height:100%;padding:60px 0;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap.on .inner{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner:before, #navWrap .inner:after{opacity:0;display:block;position:fixed;top:0;right:-40px;z-index:1;content:"";min-width:300px;width:70%;height:60px;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap .inner:after{top:auto;bottom:0}
#navWrap.on .inner:before, #navWrap.on .inner:after{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner .mo_hd_copy{position:fixed;right:0;bottom:15px;z-index:2;min-width:300px;width:70%;font-size:12px;text-align:center;color:#888}
#navWrap .user_tip{padding:10px 20px;background-color:#f5f5f5}
#navWrap .user_tip li{display:inline-block}
#navWrap .user_tip li+li{margin-left:10px}
/* 대분류 */
#topmenuM .m_lnb .m_bmenu{display:block;position:relative;width:100%;height:52px;padding:0 20px;border:none;border-bottom:1px solid #ddd;background:none;font-size:16px;font-weight:400;line-height:52px;color:#222;text-align:left;font-family:'Noto Sans KR'}
#topmenuM .m_lnb .m_bmenu:after{float:right;content:"\f107";font-family:'fontawesome'}
#topmenuM .m_lnb .m_bmenu.on:after{content:"\f106"}
/* 소분류 */
#topmenuM .m_smenu{display:none;padding:15px 20px;border-bottom:1px solid #ddd;background-color:#f2f3f5}
#topmenuM .m_smenu li a{font-size:14px;color:#777}
@media (max-width:1320px){
#shGnb{padding:0 50px}
}
@media (max-width:1024px){
#shGnb{display:none}
#topmenuM{display:block}	
}
/* 반응형 메뉴 [e] */

/* MAIN */
#sh_section{overflow:hidden;position:relative;font-size:16px;font-weight:500;line-height:1.65;color:#777;font-family:var(--e-font),var(--k-font)}

/* CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1400px;min-height:550px;padding:70px 50px 110px 50px;margin:0 auto;background:#fff}

/* FOOTER */
#sh_ft{width:100%;padding:100px 100px;font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#151819;font-family:var(--e-font),var(--k-font)}
#sh_ft .flex{display:flex;justify-content:space-between}
#sh_ft .info ul{margin:50px 0}
#sh_ft .info ul li{display:flex;align-items:baseline}
#sh_ft .info ul li+li{margin-top:10px}
#sh_ft .info ul li span{opacity:.3;width:110px;font-size:17px;font-weight:600;font-family:'jost'}
#sh_ft .info .links{display:flex}
#sh_ft .info .links a{padding:10px 18px;font-size:12px;font-weight:600;color:rgba(255, 255, 255, .3);line-height:1;background:rgba(255, 255, 255, .1)}
#sh_ft .info .links a+a{margin-left:4px}
#sh_ft .ft_mn{display:flex}
#sh_ft .ft_mn > li+li{margin-left:70px}
#sh_ft .ft_mn > li > a{font-size:18px;font-weight:600}
#sh_ft .ft_mn li a{color:#fff}
#sh_ft .ft_mn li ul{margin-top:20px}
#sh_ft .ft_mn li ul li+li{margin-top:10px}
#sh_ft .ft_mn li ul a{opacity:.3;transition:all .3s}
#sh_ft .ft_mn li ul a:hover{opacity:.6}
#sh_ft .copy{display:flex;justify-content:space-between;margin-top:65px;padding-top:40px;border-top:1px solid rgba(255, 255, 255, .1);font-size:15px;color:rgba(255, 255, 255, .3)}
#sh_ft .toTop{cursor:pointer;width:70px;height:70px;color:rgba(255, 255, 255, .4);text-align:center;line-height:88px;background: rgba(255, 255, 255, .1);transition:all .3s}
#sh_ft .toTop svg{width:32px;height:32px}
#sh_ft .toTop:hover{color:#fff;background:var(--primary)}
/* =========================== 반응형 하단 버튼 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:100px;z-index:101;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color:var(--primary);box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;font-weight:600;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:'Noto Sans KR'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
/* 반응형 [s] */
@media (max-width:1320px){
#sh_ft{padding:80px 50px} 
}
@media (max-width:1024px){
#sh_content{margin:0 auto;padding:0 15px 55px 15px;border:none}
#sh_hd{position:relative}
#sh_container{margin:0}
#sh_section{font-size:14px}
#sh_ft{padding:50px 20px} 
#sh_ft .info ul{margin:30px 0}
#sh_ft .info ul li{word-break:keep-all}
#sh_ft .copy{margin-top:0;padding-top:30px}
#sh_ft .toTop{width:40px;height:40px;line-height:53px}
#sh_ft .toTop svg{width:22px;height:22px}
#sh_ft .ft_mn{display:none}
}
@media (max-width:768px){
#sh_ft{padding:30px 20px;font-size:15px}
#sh_ft .info ul li span{flex-shrink:0;width:80px;font-size:14px}
}
@media (max-width:480px){
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft .copy{text-align:center}
#sh_ft .copy .links{float:none;margin-top:20px}
}


/* =========================== 새로 추가 */
/* 서브타이틀 */
.con_header {text-align:center;}
.con_header h3 {line-height:1.2;font-size:40px;font-weight:700;color:#000;}
@media only screen and (max-width:1024px){
    .con_header {margin:70px auto 40px auto;}
    .con_header h3 {font-size:30px;}
}
@media only screen and (max-width:480px){
    .con_header {margin:30px auto 20px auto;}
    .con_header h3 {font-size:20px;}
}

/********** 가장자리_외부(margin) **********/
/* 위 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
@media only screen and (max-width:1023px){
    .mt15 {margin-top:5px;}
    .mt20 {margin-top:10px;}.mt25 {margin-top:15px;}
    .mt30 {margin-top:20px;}.mt35 {margin-top:25px;}
    .mt40 {margin-top:30px;}.mt45 {margin-top:35px;}
    .mt50 {margin-top:40px;}.mt55 {margin-top:45px;}
    .mt60 {margin-top:50px;}.mt65 {margin-top:55px;}
    .mt70 {margin-top:60px;}.mt75 {margin-top:65px;}
    .mt80 {margin-top:70px;}
    .mt90 {margin-top:80px;}
}
@media only screen and (max-width:767px){
    .mt30 {margin-top:10px;}.mt35 {margin-top:15px;}
    .mt40 {margin-top:20px;}.mt45 {margin-top:25px;}
    .mt50 {margin-top:30px;}.mt55 {margin-top:35px;}
    .mt60 {margin-top:40px;}.mt65 {margin-top:45px;}
    .mt70 {margin-top:50px;}.mt75 {margin-top:55px;}
    .mt80 {margin-top:60px;}
    .mt90 {margin-top:70px;}
}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}