@charset "utf-8";

#shGnb{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:1500px;height:100px;padding:0 4.1% 0 3.2%}
.sh_lnb_bg{display:none;position:absolute;top:100px;left:0;width:100%;min-width:1500px;height:140px;background-color:#fff;z-index:9999}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{display:flex;width:max-content;margin-left:auto}
#shGnb .sh_nav > li{position:relative;padding:0 34px;line-height:70px}
#shGnb .sh_nav > li > a{display:block;color:#111;font-size:17px;font-weight:700}
#shGnb.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;z-index:9999}
#shGnb .sh_lnb_s li a{display:block;line-height:1.8;text-align:center;color:#999;transition:all .2s;font-size:15px}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* 로그인 */
#shGnb .sh_tip{display:flex;align-items:center;gap:11px;margin-left:24px;padding:0 28px;line-height:46px;background:var(--primary);border-radius:50px;font-size:14px}
#shGnb .sh_tip li a{position:relative;color:#fff;font-weight:600}
#shGnb .sh_tip li:nth-child(1) a{padding-right:21px}
#shGnb .sh_tip li a:after{position:absolute;content:'';top:50%;right:6px;transform:translateY(-50%);width:1px;height:11px;background:#fcfaf4}
#shGnb .sh_tip li:last-child a:after{display:none}
