/*폴더내*/

@import url("https://www.smartbill.co.kr/css/css_2020/font.css");
@import url('https://www.smartbill.co.kr/css/css_2020/font_Spoqa.css');



/********************************************************* reset ****************************************************************/
*{margin:0; padding:0; box-sizing:border-box;}
body {background-color: #fff; width: 100%; /*height: 100%; overflow:hidden;*/ font-family:'Noto Sans KR','Noto Sans KR','Spoqa Han Sans','돋움','Dotum','Dotumche'; word-break: keep-all; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6 { font-size:1em; font-family:'Noto Sans KR', "Noto Sans KR"; }
p {font-family:'Noto Sans KR', "Noto Sans KR";}
ol,ul{list-style:none; }
hr{display:none;}
fieldset, img { border:0;}
img {max-width:100%;}
img,input,select,label{vertical-align:middle;}
html,body, form{height:100%;}
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  a {text-decoration: none;}

  /* 전체 페이지에서 스크롤바 숨기기 */
::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

html, body {
  -ms-overflow-style: none;  /* IE, Edge */
  scrollbar-width: none;     /* Firefox */
}
/********************************************************* //reset ******************************************************************/
