@charset "utf-8";

@font-face {
    font-family: 'InkLiquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

#headerWrap .logo a {display:block; position:relative; background:none; /*height:100%; min-width:7.65em;*/ overflow:hidden; display: flex; align-items: center;}
#headerWrap .logo a img {width:250px; }
#headerWrap .logo a span{padding-top:15px; position:relative; font-size:2.0rem; text-indent: 0px; margin-left:15px; padding-left:15px; font-family: 'GmarketSans'; font-weight: 600}
#headerWrap .logo a span:after { position: absolute; top: 27px; left: 0px; width: 1px; height: 16px;background: #eaeaea;  content: ""; margin-top:-11px;}

@media all and (min-width:1025px) {

		#lnbWrap .lnb_sub > .tit{display:none;}
		#lnbWrap .depth02{width:100%;}
		#lnbWrap .lnb_sub:before{background: #fff url(/common/img/common/sub_top_bg.jpg) no-repeat 50% bottom;}
}

@media all and (max-width:1024px) {

		#headerWrap .logo a img {width:140px; }
}



#lnbWrap .li_depth01:last-child { display: block !important;}