@charset "utf-8";

#shGnb .sh_logo{ z-index:20}
#shGnb.sub{position:absolute}
#shGnb{display:flex;align-items:center;justify-content:space-between}
.sh_lnb_bg{display:none;position:absolute;top:72px;left:0;width:100%;height:320px;background:linear-gradient(70deg, #00b09b,#009db0);border-radius:10px}
#shGnb .h_phon{display:flex;align-items:center;justify-content:center}
#shGnb .h_phon .h_phon_ic{display:flex;align-items:center;justify-content:center;width:33px;height:33px;margin-right:7px;border-radius:50%;background:#81cad1}
#shGnb .h_phon .h_phon_ic > i{color:#009db0}
#shGnb .h_phon_number{font-size:18px;font-family:var(--main-font);color:#fff}

/* 대분류  */
#shGnb .sh_nav > ul > li{float:left;position:relative;line-height:72px;transition:all .4s ease-in-out}
#shGnb .sh_nav > ul > li > a{position:relative;z-index:20;display:block;padding:0 15px;font-size:15px;color:#fff;font-weight:600;transition:all .2s}
#shGnb .sh_nav > ul > li:hover .sh_lnb_s:before{width:calc(100% + 40px);opacity:1}
#shGnb.on .sh_nav > ul > li > a{padding:0 50px;color:#fff}

/* 소분류 */
#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:#fff;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:#fff;transition:all .2s}
#shGnb .sh_lnb_s li a:hover{color:#02312c}
#shGnb.fix{background:#fff}
#shGnb.fix .sh_nav > ul > li > a{color:#222}
#shGnb.fix #pfBtn{border-color:#222;background:#222}
#shGnb.fix #pfBtn.active{border-color:#fff;background:#fff}