@charset "utf-8";
@import "font/font.css";
/*@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap);*/

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-family:-apple-system,'NotoSansKR-Regular',dotum,'돋움',sans-serif !important;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
    word-break: keep-all;
}
html, body {
    width: 100%;
    margin:0;
    padding:0;
    font-family:-apple-system,'NotoSansKR-Regular',dotum,'돋움',sans-serif !important;
    letter-spacing:-1px;
}
img {
    width:100%;
    vertical-align:middle;
}
a {
    display:block;
}
input,
input:focus,
textarea,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border:none;
  font-family:-apple-system,'NotoSansKR-Regular',dotum,'돋움',sans-serif !important;
}
strong{font-weight: bold;}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    font-size: 20px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
button{
    padding:0;
    border:0;
    background:transparent;
}
button:focus, button:active {
    outline-color:transparent;
    outline-style: none;
}

/* media query */
@media screen and (max-width: 1080px) {
    body{font-size: 18px;}

}

@media screen and (max-width: 750px) {
    body{font-size: 16px;}
}

@media screen and (max-width: 500px) {
    body{font-size: 14px;}
}
