@charset "UTF-8";
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url('../../assets/font/NotoSansKR-Light.otf');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url('../../assets/font/NotoSansKR-Medium.otf');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 600;
    src: url('../../assets/font/NotoSansKR-Bold.otf');
}
body {font-family: 'NotoSansKR', sans-serif !important;font-size:16px !important;line-height:1.5 !important;color:#2e2e2e;background-color:#fff;letter-spacing: 0px;}
body img {max-width:100%;}
main{width:100%}
body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button, input, textarea{margin:0; padding:0;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {display:block; margin:0; padding:0;}
table caption, legend, .hd-element {display:block;overflow:hidden;position:absolute;left:-99999999999px;width:0; height:0;  font-size:0; line-height:0;}
table {width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed;}
img, fieldset, button, input{border:0; vertical-align:middle;}
ul, ol, li {list-style:none;}
em, address {font-style:normal;}
a {text-decoration:none;color:inherit;}
button {vertical-align:top;cursor:pointer;}
button::-moz-focus-inner {padding:0; border:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-family: 'NotoSansKR', sans-serif !important;}
a, input, select, button, textarea {font-family:inherit;}
input, select, textarea{outline:none;}
textarea{resize:none;}