html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing : border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Noto Sans KR', sans-serif;
  cursor : default;
  letter-spacing: -0.02em;
  font-size : 1.4rem;
  font-weight : 400;
  /*overflow-x: hidden;
  font-stretch: 1% 500%; */
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table,tr,th,td{
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color : #000;
  text-decoration : none;
}

img{vertical-align : bottom;}

img, video, audio, object, embed, iframe{
  vertical-align : middle;
  max-width : 100%;
}


/* Help Class Setting */
/* ir(image replace) - 이미지 대체(치환)기법 */

.ir{
  display: block; 
  width: 100%; 
  height: 100%;
  text-indent: -9999px; 
  overflow: hidden;
  background: no-repeat 0 0;
}

/* 플롯해제 클래스 */
.clearfix::after{
  content:''; display: block; clear: both;
}

/* 화면 감추기 클래스 */
.screen-hidden{
  display: block !important;
  width: 0px !important; 
  height: 0px !important;
  font-size: 0px !important; 
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 !important;
}

/* Container Setting */
.container{max-width:1130px; margin:0 auto; width:100%; height: 100%;}
.container_fluid{width: 100%; height: 100%;}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: 'Noto Sans KR',sans-serif;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button{ 
  -webkit-appearance: none; -moz-appearance: none; appearance: none; 
}

/* 드래그 시 텍스트 변화*/
/* ::selection {background-color: var(--color-point-red); color: #fff;} */













