@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

html, body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, blockquote, dl, dt, dd, address, video,
strong, em, del, sup, sub, s, q, code, img, a
table, tr, th, td, thead, tbody, tfoot,
form, fieldset, legend, label, input, textarea, option, select, button,
header, main, footer, article, section, aside, nav, figure, figcaption,
div, span {
    font-family:'Noto Sans KR','Pretendard', sans-serif,"Font Awesome 5 Free","Font Awesome 5 Brands";
    margin : 0; padding : 0;
    font-size : 1.0rem;
    font-weight : normal;
    font-style : normal;
    line-height : 1.0;
    list-style : none;
}
a {text-decoration : none; color: #000;}
table, tr, th, td {border-collapse:collapse;}
button {cursor:pointer; border : none; background : none;}
fieldset {border:0;}
legend {display:none;}
.skip {display:none;}
.awesome::after,
.awesome::before {font-weight:600;}