@charset "utf-8";

#contents_wrap { 
	padding: 0 !important;
	margin-top: 60px;
}

#header_wrap{
	top: 0;
}

@media screen and (max-width: 1100px) {
	body {
		min-width: 0;
	}
	#header_wrap { 
		display: block !important;
		min-width: 0 !important; 
		height: 50px !important; 
		position: fixed !important;
	}

	#header { 
		display: block !important;
		padding-top: 0 !important;
		min-width: 0 !important;
		width: 100% !important;
		height:50px !important;
	}
	#header .hd_logo{ 
		height:50px;
		position: absolute; 
		left: calc(100vw / 2 - 100px);
		top:-5px;
	}
}

@media screen and (max-width: 600px) {
	#contents_wrap{ 
		width: 95vw !important; 
		margin: 0 auto !important;
		overflow: hidden;
	}

	#renew_pwd{
		margin-top: 70px !important;
	}

}


