@charset "utf-8";
/* 폰트연결 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {box-sizing:border-box;}
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,img,a,
table,tr,th,td,thead,tbody,tfoot,
form,input,fieldset,legend,button,label,textarea,option,select,
nav,header,footer,article,section,aside,figure,figcaption,main,div,span {
    font-family:'Noto Sans KR', "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:none;}
legend {display:none;}
.skip {display:none;}
.awesome::after {font-weight:600;}
.awesome::before {font-weight:600;}
/* input 클릭 시 아웃라인 설정 */
:focus {outline:none;}