@charset "utf-8";

* {box-sizing: border-box;}


/* 여백초기화 */
body, div, ul, li, dl, dd, dt, ol, h1, h2, h3, h4, h5, h6, input, fieldset, 
legend, p, select, table, th, td, tr, textarea, button, form, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* a링크 초기화 */
a {text-decoration: none;}

/* 폰트 초기화 */
body, input, textarea, select, button, table, em, address {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
}


/* 블릿기호 초기화 */
ul, li, ol { list-style: none;}


/* 테두리 초기화 */
img, fieldset, option, input {border: 0 none;}

/* 버튼 초기화 */
button, select {border: 0; background: none;}


/* clearfix */
.clearfix::before, .clearfix::after {display: block; content: '';  line-height: 0;}
.clearfix::after {clear: both;}

.hide_text {text-indent: -9999em;}

img {vertical-align:middle; border:none;}

.clear {content: ''; display: block; clear: both;}
