@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: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}
h1, h2, h3, h4, h5, h6{font-family:'Noto Sans KR'}
/* ========================== 초기화 [e] */

:root{--primary:#278bda}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;min-width:1500px;font-size:15px;font-family:'Poppins','Pretendard'}
#sh_hd.sub{position:relative}
#shGnb{display:flex;align-items:center;position:relative;width:100%;height:110px;padding:0 5%;transition:all .2s}
#shGnb.blur{height:90px;backdrop-filter:blur(15px);background:rgba(0,0,0,.5)}
#shGnb.blur.on{backdrop-filter:blur(0);background-color:transparent}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:320px;background:url(../img/common/bg.png) 100px top no-repeat #fff}
#sh_hd.sub .sh_lnb_bg{box-shadow:4px 4px 4px rgba(0,0,0,.03)}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{margin:0 100px 0 auto}
#shGnb .sh_nav > li{float:left;position:relative;line-height:110px}
#shGnb .sh_nav > li+li{margin-left:80px}
#shGnb .sh_nav > li > a{position:relative;z-index:20;display:block;font-size:17px;font-weight:600;color:#fff;transition:all .2s}
#shGnb .sh_nav > li:hover > a{color:#fff!important}
#shGnb .sh_nav > li:hover .sh_lnb_s:before{opacity:1}
#shGnb .sh_nav > li:hover .sh_lnb_s a{color:#fff}
#shGnb.on .sh_nav > li > a{color:#222}
#shGnb.blur .sh_nav > li{line-height:90px}
#shGnb.sub .sh_nav > li > a{color:#222}

/* 소분류 */
#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:before{opacity:0;display:block;content:"";position:absolute;left:50%;top:-110px;z-index:-1;transform:translateX(-50%);width:calc(100% + 80px);height:320px;background:var(--primary);transition:all .2s}
#shGnb .sh_lnb_s li a{display:block;line-height:1.8;text-align:center;color:#777;transition:all .2s}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}
#shGnb.blur .sh_lnb_s:before{top:-90px}

/* sns */
#shGnb .down_btn{position:relative;z-index:20;display:flex;align-items:center;height:40px;padding:0 22px;border-radius:30px;border:1px solid rgba(255,255,255,.5);font-size:13px;font-weight:400;color:#fff;transition:all .2s}
#shGnb .down_btn svg{width:20px;height:20px;margin:2px 0 0 20px;transition:all .2s}
#shGnb .down_btn:hover{color:#000;background:#fff}
#shGnb .down_btn:hover svg{color:var(--primary)}
#shGnb.on .down_btn{border-color:#e1e1e1;color:#000}
#shGnb.on .down_btn svg{color:var(--primary)}
#shGnb.sub .down_btn{border-color:#e1e1e1;color:#000}
#shGnb.sub .down_btn svg{color:var(--primary)}

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;min-width:1500px;font-size:16px;line-height:1.6;color:rgba(255,255,255,.6);font-family:'Pretendard'}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1500px;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1400px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{min-width:1400px;padding:50px 5% 30px;font-size:14px;font-weight:400;color:#fff;line-height:1.8;background:#020305;font-family:'Poppins','Pretendard'}
#sh_ft a{color:#fff}
#sh_ft .flex{display:flex;align-items:flex-end;padding-bottom:40px;margin-bottom:60px;border-bottom:1px solid rgba(255,255,255,.2);font-weight:500}
#sh_ft .flex .links{margin-left:auto}
#sh_ft .flex .links a+a{margin-left:40px}
#sh_ft .info{display:flex}
#sh_ft .info ul{display:flex;margin-left:auto;font-weight:500}
#sh_ft .info ul li+li{margin-left:40px}
#sh_ft .copy{display:flex;justify-content:space-between;padding-top:60px;font-size:14px;color:rgba(255,255,255,.4)}
#sh_ft .copy a{color:rgba(255,255,255,.4)}
#sh_ft .copy a+a{margin-left:20px}
