@charset "utf-8";

#shGnb{display:flex;align-items:center;position:relative;width:100%;height:100px;z-index:99}
#shGnb .center{display:flex;justify-content:space-between;align-items:center;width:1150px;height:83px;margin:0px auto}
#shGnb .sh_nav > ul{display:flex;align-items:center}
#shGnb .sh_nav > ul > li{position:relative;margin-right:25px;line-height:100px}
#shGnb .sh_nav > ul > li > a{font-size:17px;font-weight:600;color:#111;font-family:"Outfit";transition:all .5s}
#shGnb .sh_nav > ul > li:hover > a{color:var(--primary)}
#shGnb .h_consul_btn{display:flex;align-items:center;justify-content:center;width:95px;height:35px;border-radius:5px;font-weight:600;background:var(--primary);color:#fff;transition:all .5s}
#shGnb .h_consul_btn:hover{background:#477bff}
#shGnb .sh_lnb_s{display:none;position:absolute;top:80px;left:50%;transform:translateX(-50%);z-index:99999;width:180px;padding:20px 0;border:2px solid var(--primary);border-radius:15px;background:#fff}
#shGnb .sh_lnb_s > li{text-align:center;margin-bottom:12px;line-height:initial}
#shGnb .sh_lnb_s > li:last-child{margin-bottom:0}
#shGnb .sh_lnb_s > li > a{color:#000;font-weight:500;font-size:15px}
#shGnb .sh_lnb_s > li:hover > a{color:var(--primary)}


