@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

* {
  box-sizing: border-box;
}

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: "Noto-Medium", sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 68px;
  line-height: 100.64px;
  letter-spacing: -0.04em;
}

h2 {
  font-size: 58px;
  line-height: 58px;
}

h3 {
  font-size: 45px;
  line-height: 58px;
}

h4 {
  font-size: 42px;
  line-height: 58px;
}

h5 {
  font-size: 24px;
  line-height: 35.52px;
  letter-spacing: -0.04em;
}

h6 {
  font-size: 18px;
  line-height: 26.64px;
}

.wt-100 {
  font-family: "Noto-Thin", sans-serif;
  font-weight: 100;
}

.wt-300 {
  font-family: "Noto-Light", sans-serif;
  font-weight: 300;
}

.wt-350 {
  font-family: "Noto-DemiLight", sans-serif;
  font-weight: 350;
}

.wt-400 {
  font-family: "Noto-Regular", sans-serif;
  font-weight: 400;
}

.wt-500 {
  font-family: "Noto-Medium", sans-serif;
  font-weight: 500;
}

.wt-700 {
  font-family: "Noto-Bold", sans-serif;
  font-weight: 700;
}

.wt-900 {
  font-family: "Noto-Black", sans-serif;
  font-weight: 900;
}

/* font */
@font-face {
  font-family: "Noto-Thin";
  src: url("../fonts/NotoSansKR-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSansKR-Thin.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Light";
  src: url("../fonts/NotoSansKR-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSansKR-Light.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-DemiLight";
  src: url("../fonts/NotoSans-DemiLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSans-DemiLight.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Regular";
  src: url("../fonts/NotoSansKR-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSansKR-Regular.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Medium";
  src: url("../fonts/NotoSansKR-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSansKR-Medium.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Bold";
  src: url("../fonts/NotoSansKR-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSansKR-Bold.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Black";
  src: url("../fonts/NotoSansKR-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(※), url("../fonts/NotoSansKR-Black.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}