* {box-sizing: border-box;}
body,html,h1,h2,h3,h4,h5,h6, fieldset, input, button, select, textarea, p,ul,ol,li,dl,dt,dd,
table,tr,td,th,thead,tbody,tfoot, div,header,nav,aside,article,section,footer,figure, address,
blockquote,video,iframe,hr, span,em,strong,q,a,sub,sup,details,figcaption,summary,time,s,del,code,mark,img {
    font-family: 'Noto Sans KR', san-serif; font-family: 'Pretendard-Regular';
    font-size: 1.0em; font-weight: normal; font-style: normal; line-height: 1.0; margin: 0; padding: 0; }
a {color: #000; text-decoration: none;}
ul,ol,li {list-style: none;}
table, tr, td, th {border-collapse: collapse;}
th {text-align: left;}
fieldset {border: 0;}
.skip {display: none;}
input, button, input+label {cursor: pointer;}
.fa { font-weight: 600; font-family: 'Font Awesome 5 Free','Font Awesome 5 Brands','Font Awesome 5 Solid'; }
html{overflow-x: hidden;
    box-sizing: border-box;
    overscroll-behavior: none;}
/*******************************************************************************************************/
/* 초기화 - 끝 */