@media (min-width: 1200px) {
	#mu-header .container .header_area { height:44px; text-align:right; padding-top:9px; }
	#mu-header .container .header_area .header_input { width:176px; height:26px; padding-left:11px; border:1px solid #ddd; }
	input[type=text]::-webkit-input-placeholder{color:#ddd}
	input[type=text]::-moz-input-placeholder{color:#ddd;}
	input[type=password]::-webkit-input-placeholder{color:#ddd}
	input[type=password]::-moz-input-placeholder{color:#ddd;}
	#mu-header .container .header_area .header_btn { width:65px; height:26px; background:#01bafd; color:#fff; border:none; font-size:13px; }
	#mu-header .container .header_area .naver_login_btn { width:120px; height:26px; background:url(../img/naver_login.png) no-repeat; border:none; color:rgba(0,0,0,0); }
}
@media (max-width: 1199px) {
	#mu-header .container .header_area { height:44px; text-align:right; padding-top:9px; }
	#mu-header .container .header_area .header_input { width:160px; height:26px; padding-left:11px; border:1px solid #ddd; }
	input[type=text]::-webkit-input-placeholder{color:#ddd}
	input[type=text]::-moz-input-placeholder{color:#ddd;}
	input[type=password]::-webkit-input-placeholder{color:#ddd}
	input[type=password]::-moz-input-placeholder{color:#ddd;}
	#mu-header .container .header_area .header_btn { width:65px; height:26px; background:#01bafd; color:#fff; border:none; font-size:13px; }
	#mu-header .container .header_area .naver_login_btn { width:120px; height:26px; background:url(../img/naver_login.png) no-repeat; border:none; color:rgba(0,0,0,0); }
}
@media (max-width:640px) {
	#mu-header .container .header_area { height:auto; text-align:center; padding-top:9px; }
	#mu-header .container .header_area .header_input { width:25%; height:26px; padding-left:6px; font-size:0.8em; border:1px solid #ddd; }
	input[type=text]::-webkit-input-placeholder{color:#ddd}
	input[type=text]::-moz-input-placeholder{color:#ddd;}
	input[type=password]::-webkit-input-placeholder{color:#ddd}
	input[type=password]::-moz-input-placeholder{color:#ddd;}
	#mu-header .container .header_area .header_btn { width:55px; height:26px; background:#01bafd; color:#fff; border:none; font-size:0.7em; }
	#mu-header .container .header_area .naver_login_btn { width:68px; height:26px; background:url(../img/naver_login_m.png) no-repeat; border:none; color:rgba(0,0,0,0); }
}