@charset "utf-8";

/********************************************************
■ PC Header
********************************************************/

#header_pc .header-search { 
	width:100%;
	max-width:500px; 
}
#header_pc .header-search form { 
	padding:0; 
	border-width:2px;
	border-style:solid;
}
#header_pc .header-search input { 
	font-size:16px !important;
	background: #fff; 
	border:0 !important; 
	box-shadow:none !important; 
	-webkit-box-shadow:none !important; 
}
#header_pc .header-search .form-control:focus { 
	box-shadow:none !important; 
	-webkit-box-shadow: none !important; 
}
#header_pc .header-search .btn { 
	border:0; 
	background: none !important; 
	outline:none; 
}

#header_pc .d-flex {
	position: relative;
}

#header_pc .header-logo .top {
	position: absolute;
	top: -20px;
	width: 242px;
	height: 56px;
}

#header_pc .header-logo .bottom {
	position: absolute;
	top: 36px;
	width: 230px;
	height: 57px;
}

