@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&family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;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:0.81em}
*, :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}
/* ========================== 초기화 [e] */

:root{--primary:#4571e9}

/* ========================== HEADER */
#sh_hd{position:fixed;top:0;left:0;z-index:15;width:100%;font-size:15px;font-family:'Pretendard'}
#sh_hd_wrapper{width:100%;transition:background .3s}
#sh_hd_wrapper.white{background:#fff}

#shGnb{display:flex;align-items:center;justify-content:space-between;position:relative;margin:0 auto;padding:0 175px;height:100px}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:220px;background-color:#fff;box-shadow:2px 2px 6px rgba(0,0,0,.08)}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20;padding-right:50px;border-radius:0px 0px 30px 0;line-height:100px;background:#fff}
.sub #shGnb .sh_logo{border-radius:0;background:none}

/* 대분류  */
#shGnb .sh_nav > li{float:left;position:relative;padding:0 25px;line-height:70px;}
#shGnb .sh_nav > li > a{display:block;font-size:16px;font-weight:500;color:#fff;transition:all .2s;font-family:'Pretendard'}
.sub #shGnb .sh_nav > li > a{color:#111}
.white #shGnb .sh_nav > li > a{color:#111}
#shGnb .sh_nav.show > li > a{color:#111}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;min-height:145px}
#shGnb .sh_lnb_s li a{display:block;line-height:1.8;text-align:center;color:#999;transition:all .2s;font-family:'Pretendard'}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:15px;line-height:1.8;background-color:#fff;font-family:'Pretendard'}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}

/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:12px;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:var(--primary)}
#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}
#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:600;line-height:52px;color:#222;text-align:left;font-family:'Pretendard'}
#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}
/* 반응형 메뉴 [e] */

/* 퀵메뉴 */
#quickList{position:fixed;left:0;z-index:100;display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:175px;height:100%;background:#fff}
#quickList li{text-align:center}
#quickList li+li{margin-top:80px}
#quickList a{display:block;font-size:13px;font-weight:700;color:#111;font-family:'Play'}
#quickList a span{display:block;margin-top:10px;transition:all .3s}
#quickList .scroll{position:relative;width:100%;font-size:13px;font-weight:700;text-align:center;color:#777;transform:rotate(270deg) translateX(-110px);font-family:'Play'}
#quickList .scroll:after{position:absolute;content:'';top:50%;left:0;width:50px;height:1px;background:#e1e1e1}
#quickList:after{position:absolute;content:'';top:100px;right:-40px;width:40px;height:40px;background:url(../img/quick/round.png)}

/* ========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:15px;line-height:1.8;color:#777;font-family:'Pretendard'}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%;padding-left:175px}
#sh_container.sub{padding-left:0}
.sub #sh_container_wrapper{padding-top:100px;background:#fff}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1300px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* ========================== SNB */
#sh_aside{position:relative;max-width:1300px;margin:50px auto 0;z-index:25;font-weight:500;font-family:'Pretendard'}

/* ========================== FOOTER */
#sh_ft{position:relative;z-index:100;font-size:13px;color:rgba(255,255,255,.2);line-height:2;background:#111;font-family:'Pretendard'}
#sh_ft .inner{max-width:1550px;width:100%;margin:0 auto}
#sh_ft>.inner{display:flex;align-items:flex-start;padding:70px 0}
#sh_ft .info{margin-left:215px}
#sh_ft .copy{padding:10px 0;border-top:1px solid rgba(255,255,255,.1)}
#sh_ft .copy .inner{display:flex;align-items:center}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:20px;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 .row2 a{width:50%}
#sh_ft_btns a{float:left;display:none;width:100%;height:55px;font-size:16px;font-weight:700;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:'Pretendard'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Play'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{color:#402325;background-color:#ffe500}

@media(hover:hover){
#quickList a:hover span{margin-top:15px}
}

@media (max-width:1400px){
#sh_container{padding-left:135px}
#quickList{width:135px}
#shGnb{padding:0 0 0 135px}
}
@media (max-width:1024px){
.sub #sh_container_wrapper{padding-top:57px}
#quickList{display:none}
#shGnb{display:none}
#topmenuM{display:block}	
#sh_container{padding-left:0}
#sh_aside{display:none}
#sh_ft{z-index:unset}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft_btns a{display:block}
}
@media (max-width:768px){
#sh_ft>.inner{display:block;padding:50px 0;text-align:center}
#sh_ft .info{margin:0 15px;padding-top:10px}
#sh_ft .copy .inner{display:block;text-align:center}
}
    
