/* 나눔 바른 고딕 라이트 */
@font-face { 
	font-family: NanumGothic;
	src: url('../font/NanumGothic.eot');
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'), local(※), url('../font/NanumGothic.woff') format('woff');
}
@font-face { 
	font-family: NanumGothicBold;
	src: url('../font/NanumGothicBold.eot');
    src: url('../font/NanumGothicBold.eot?#iefix') format('embedded-opentype'), local(※), url('../font/NanumGothicBold.woff') format('woff');
}

@font-face { 
	font-family: NanumGothicUltraLight;
	src: url('../font/NanumGothicUltraLight.eot');
    src: url('../font/NanumGothicUltraLight.eot?#iefix') format('embedded-opentype'), local(※), url('../font/NanumGothicUltraLight.woff') format('woff');
}
@font-face { 
	font-family: NanumGothicLight;
	src: url('../font/NanumGothicLight.eot');
    src: url('../font/NanumGothicLight.eot?#iefix') format('embedded-opentype'), local(※), url('../font/NanumGothicLight.woff') format('woff');
}
@font-face { 
	font-family: NanumGothic;
	src: url('../font/NanumGothic.eot');
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'), local(※), url('../font/NanumGothic.woff') format('woff');
}
/* 나눔 바른 고딕 볼드 */
@font-face { 
	font-family: NanumGothicBold;
	src: url('../font/NanumGothicBold.eot');
    src: url('../font/NanumGothicBold.eot?#iefix') format('embedded-opentype'), local(※), url('../font/NanumGothicBold.woff') format('woff');
}

@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumpenscript/nanumpenscript.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* ---------------------------------------------------------------------- */
/*	Reset
/* ---------------------------------------------------------------------- */

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;
    border: 0;
    font-size: 100%;
    font: inherit;
}

html {overflow-x: hidden;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	font-family: "NanumGothic", sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: -0.5px;
	/* transform:skew(-0.03deg); */
}

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;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

strong {
    font-weight: bold;
}

caption {
    position: absolute;
    left: -10000px;
    top: auto;
    height: 1px;
    overflow: hidden;
}