@charset "utf-8";

#shGnb{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;height:90px;padding:0 90px}
#shGnb.sub{background:#fff}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:220px;background-color:#fff}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}
#shGnb .sh_nav > li{float:left;position:relative;padding:0 35px;line-height:70px}
#shGnb .sh_nav > li > a{display:block;font-size:18px;font-weight:600;color:#222;transition:all .2s}

#shGnb.sub .sh_nav > li > a{color:#222}
#shGnb.white .sh_nav > li > a{color:#fff}
#shGnb.white.on .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 li a{display:block;line-height:1.8;text-align:center;color:#999;transition:all .2s}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* sns */
#shGnb .sh_tip{margin-left:auto}
#shGnb .sh_tip{display:flex;align-items:center}
#shGnb .sh_tip li+li{margin-left:14px;border-left:1px solid rgba(255,255,255,.4);line-height:10px}
#shGnb .sh_tip li a{margin-left:15px;font-size:14px;color:#222;transition:0.3s;font-family:'Poppins'}
#shGnb .sh_tip li a:hover{color:#222}

#shGnb.sub .sh_tip li a{color:#222}
#shGnb.white .sh_tip li a{color:#fff}

#shGnb .top_tel{display:block;padding:6px 20px;border-radius:50px;border:2px solid var(--primary);color:var(--primary);font-size:22px;font-weight:700;font-family:'Play'}