@charset "utf-8";

#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(./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)}
