@charset "utf-8";

.top-header-box{margin:0 auto;max-width:1400px;box-sizing:border-box;}

/* GNB 세로형 */
.top-wrap .top-header-box{padding:0 20px 0 0;max-width:1920px;}

.top-header-box:after{content:'';display:block;clear:both;}
.top-header-box > div{display:inline-block;background-color:#818181;}
.top-header-box > div > a{display:inline-block;padding:10px 17px;font-size:1.5rem;line-height:2.3rem;color:#fff;font-weight:200;}
.top-header-box > ul{float:right;padding:9px 0 0 0;}
.top-header-box > ul > li{position:relative;float:left;margin:0 15px 0 0;padding:0 18px 0 0;}
.top-header-box > ul > li:after{content:'';position:absolute;top:5px;right:0;width:1px;height:13px;background-color:#333;}
.top-header-box > ul > li:last-of-type{margin:0;padding:0;}
.top-header-box > ul > li:last-of-type:after{display:none;}
.top-header-box > ul > li > a{font-size:1.5rem;line-height:2.3rem;color:#333;font-weight:200;}

@media screen and (max-width:1440px) {	
	.top-header-box{padding:0 20px;}
}