@charset "UTF-8";

/*
ko-KR
*/

@import "/css/kor/common.css";
@import "/css/kor/header.css";
@import "/css/kor/footer.css";
@import "/css/kor/common/help.css";
@import "/css/kor/common/ad.css";

/* -----------------------------------------------
liquid layout
----------------------------------------------- */
#container {
	text-align: left;
	margin: 0 auto -600px auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1000px;
	min-height: 100%;
}
#header {
	width: 100%;
}
#contents {
	clear: both;
	float: left;
	width: 100%;
	min-height: 1px;
}
#cover {
	clear: both;
	height: 600px;
}
#footer {
	vertical-align: bottom;
	padding: 120px 0 0 0;
	width: 100%;
	min-width: 1000px;
	min-height: 480px;
	clear:both;
	overflow: hidden;
}
