body {
	font: 17px 'Malgun Gothic', serif;
/*	min-width: 1600px;*/
}
.container {
	padding: 0 6%;
}
.container2 {
	padding: 0 4.2%;
}
.container3 {
	padding: 0 9.5%;
}
.container4 {
	padding: 0 20%;
}
.container5 {
	padding: 0 30%;
}
html, body, div, span, h1, h2, h3, h4, h5, p, 
address, em, img, strong, dl, dt, dd, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, 
footer, header, nav, section, summary,figcaption, figure {
	margin: 0px;
	padding: 0px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}
img, fieldset {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000;
}
address {
	font-style: normal;
}
caption {
	position: absolute;
	left: -9999px;
}
p {
	color: #333333;
}
table {
	border-collapse: collapse;
}
th {
	font-weight: normal;
}




@media (max-width: 1280px) {
	.container4 {
		padding: 0 4%;
	}
}