/* 웹글꼴연결@import */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap'); */
/* 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',  "Font Awesome 5 Brands", "Font Awesome 5 Free", sans-serif;
    color:#222; letter-spacing:-0.02em;
    font-weight:700; 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;}
body{
    -ms-overflow-style: none;
    }
    
    ::-webkit-scrollbar {
      display: none;
    }
  
    /*특정 부분 스크롤바 없애기*/
  
    .box{
        -ms-overflow-style: none;
    }
    .box::-webkit-scrollbar{
      display:none;
    }


    @media screen and (max-width:1024px){
      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-size: 12px;
      }
      h1 {
        width: 250px;
      }
    }
    @media screen and (max-width:768px){
      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-size: 10px;
      }
      h1 {
        width: 220px;
      }
    }