@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Vidaloka');
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);


body {
	font: 16px 'Malgun Gothic', serif;
/*	min-width: 1600px;*/
}
.container {padding: 0 5%;margin: 0 auto;}
.container2 {padding: 0 8.3%;margin: 0 auto;position: relative;}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, em, img, q, s, samp,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
	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;
}