@import url(../css/layout.css);
@import url(../css/main.css);
@import url(../css/sub.css);
@import url(../css/pdmenu.css);


@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'title';
    src: url('font/AppleSDGothicNeoEB.ttf');
}
@font-face{
    font-family: 'body';
    src: url('font/AppleSDGothicNeoM.ttf');
}
@font-face{
    font-family: 'logo';
    src: url('font/AppleSDGothicNeoH.ttf');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a{color: inherit; text-decoration: none;}
img{display: block; width: 100%;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{cursor: pointer; font-family: 'body';}

body{
    font-family: 'body';
    line-height: 150%;
    color: #222;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'title';
}
h2{line-height: 120%;}