@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');

/* @font-face {
    font-family:'Malgun Gothic lighter';
    src: url('../font/malgunsl.eot');
    src: url('../font/malgunsl.eot?#iefix') format('embedded-opentype'),
         url('../font/malgunsl.woff') format('woff'),
         url('../font/malgunsl.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family:'Malgun Gothic';
    src: url('../font/malgun.eot');
    src: url('../font/malgun.eot?#iefix') format('embedded-opentype'),
         url('../font/malgun.woff') format('woff'),
         url('../font/malgun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Malgun Gothic bold';
    src: url('../font/malgunbd.eot');
    src: url('../font/malgunbd.eot?#iefix') format('embedded-opentype'),
         url('../font/malgunbd.woff') format('woff'),
         url('../font/malgunbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */



body {
	font: 18px 'Malgun Gothic', serif;

}
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;
}