@charset "UTF-8";
/*******

PYH CSS RESET
반응형을 위한 css입니다.

*******/


@media screen and (max-width:639px) {

	/*main*/
	#header .topmenu {height:auto;}
	#header .logo {position:static;padding:15px 0 0 0;text-align:center;}
	#header .logo img {height:30px;}
	#header .top-left {top:15px;}
	#header .top-right {top:15px;}
	#header .top-left img {height:30px;}
	#header .top-right img {height:30px;}
	
	#content {margin-top:0;}
	
	
	
	.btnArea img {height:20px;}
}
@media screen and (max-width:470px) {
	.m_menu {width:300px;}
	.nav-tit img {height:17px;}
	.m_menu .nav-top .btn-x {width:18px;}
}