@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'nanumgothic';
    src: url('/font/NanumGothic-Regular.eot');
    src: url('/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), url('/font/NanumGothic-Regular.woff2') format('font-woff2'), url('/font/NanumGothic-Regular.woff') format('woff'), url('/font/NanumGothic-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'nanumgothicbold';
    src: url('/font/NanumGothic-Bold.eot');
    src: url('/font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'), url('/font/NanumGothic-Bold.woff2') format('font-woff2'), url('/font/NanumGothic-Bold.woff') format('woff'), url('/font/NanumGothic-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

body, ol, ul, li, dl, dt, dd, blockquote, fieldset, h1, h2, h3, h4, h4, h5, h6, pre, form, p, div {
    margin: 0;
    padding: 0;
    color: #2E2E2E;
}

li{
    list-style: none;
}

th, td {
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, textarea, var {
    font-style: normal;
    font-weight: normal;
}

b, strong {
    font-weight: bold;
}

a {
    color: #2E2E2E;
    border: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol, ul {
    list-style-type: none;
}

hr {
    display: none;
}

caption {
    position: absolute;
    visibility: hidden;
    left: -9999px;
    display: none;
}

li {
    vertical-align: middle;
    line-height: 1.2;
}

img {
    border: 0;
    vertical-align: middle;
}

fieldset {
    border: 0;
    display: block;
}

legend {
    margin-left: -7px;
    position: absolute;
    visibility: hidden;
    left: -9999px;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
}

body{
	font-family: "nanumgothic",sans-serif;
	line-height: 1.5;
}