@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');



body {
	font: 17px 'Malgun Gothic', serif;
/*	min-width: 1600px;*/
}
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;
}
