/* 글꼴연결 */

@import url('https://fonts.googleapis.com/css2?family=Quantico:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
@font-face{
    font-family: "Pretendard";
    src:url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight:600;
}
@font-face{
    font-family: "Pretendard";
    src:url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight:500;
}@font-face{
    font-family: "Pretendard";
    src:url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight:400;
}
/* reset */
* {box-sizing:border-box;}
html,body,h1,h2,h3,h4,h5,h6,
p,div,ol,ul,li,dl,dt,dd,address,blockquote,video,
em,strong,span,sup,sub,del,s,q,a,img,
table,thead,tbody,tfoot,th,tr,td,
form,fieldset,legend,input,select,option,button,textarea,label,optgroup,
header,main,footer,nav,section,article,aside,figure,figcaption,details
{
    font-family: 'Pretendard',Arial;
    color:#fff;
    font-weight:normal; font-size:16px; font-style:normal;
    line-height:1.0; margin:0; padding:0;
    border:0; background:none;
}
ul,ol,li {list-style:none;}
a {text-decoration:none; color:#111;}
table,tr,td,th {border-collapse:collapse;text-align:left;}
button {cursor:pointer;}
.skip {display:none;} 