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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html{
  font-size: 14px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

html, body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

button {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-family: "Noto Sans KR", sans-serif;
}

p {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 30px;
}
#text{
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 30px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/*form element reset*/

input, textarea, button, select, option {
  box-sizing: border-box;
}

form, label {
  display: block;
}

*:focus {
  outline: 0;
}

main {
  overflow: hidden;
}

.mainCopy {
  overflow: hidden;
}

/* clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* margin, padding */

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* input ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */

/* input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

/* IE10 ÀÌ»ó¿¡¼­ input box¿¡ Ãß°¡µÈ Áö¿ì±â ¹öÆ° Á¦°Å */

input:: -ms-clear {
  display: none;
}

/* input type number ¿¡¼­ È­»ìÇ¥ Á¦°Å */

/* input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-out-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

/* select box ½ºÅ¸ÀÏ ÃÊ±âÈ­ */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* IE¿¡¼­ Select box È­»ìÇ¥ Á¦°Å */

select:: -ms-expand {
  display: none;
}

/*Firefox¿¡¼­ input number È­»ìÇ¥ ¾ø¾Ö´Â ¹æ¹ý*/

input[type=number]:: -webkit-outer-spin-button, input[type=number]:: -webkit-inner-spin-button {
  -webkit-appearance: none;
  -mox-appearance: none;
  appearance: none;
}

/* input numberÀÇ ¿ÜÇüÀ» ÅØ½ºÆ®ÇÊµå·Î ¹Ù²ãÁà¾ßÇÑ´Ù */

input[type="number"] {
  -moz-appearance: textfield;
}