@charset "UTF-8";

/* reset */
header{position:static;height:auto;background:none;}

.top-header-box{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;position:relative;margin:0 auto 20px;padding:20px 0;max-width:1400px;border-bottom:1px solid #ddd;box-sizing:border-box;}

/* 로고 */
.top-header-box .logo a{display:inline-block;font-size:1.875rem;line-height:2.375rem;color:#8b8b8b;letter-spacing:1.5px;}

#header .logo span {
	color:#565F63;
}

/* 검색영역 */
.search-box{position:relative;}

.search-box input{padding:7px 35px 7px 15px;height:35px;border:1px solid #ccc;border-radius:20px;box-sizing:border-box;}
.search-box button{position:absolute;top:0;right:0;padding:0;width:35px;height:35px;background:url(/_res/team2/team2/img/common/ico-sch.png) center center no-repeat;}

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

	/* 로고 */
	.top-header-box .logo{padding:0 0 10px;}
	.top-header-box .logo a img{max-height:100%;}

	/* 검색영역 */
	.search-box input{width:100%;padding:5px 30px 5px 10px;height:30px;}
	.search-box button{width:30px;height:30px;}
}
@media screen and (max-width:480px) {		
	/* 검색영역 */
	.search-box{width:100%;text-align:center;}

}

@media only all and (max-width: 1320px) {
	#gnb {
		padding-left: 150px !important;
	}
	
	#header header {
		padding: 0 20px !important;
	}
	
	
	#header .logo {
		top: 32px !important;
	}
	
	#header .logo img {
		width: 168px !important;
	}
	
	#header .logo span {
		font-size: 20px !important;
		line-height: 35px !important;
	}
}