@font-face {
  font-family: 'SEBANG_Gothic_Bold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv1 Gothic OTF Light';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv1 Gothic OTF Bold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  outline: 0px;
  /*outline: 1px solid black;*/
}

body ,html{
  overflow-x: hidden !important;
  overflow-y: auto;
}

ul, ol {
  list-style: none;
  font-size: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ul li, ol li {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: black;
}

.wrap {
  margin: 0px auto;
  width: 1200px;
}

.pc {
  display: inline-block !important;
}

.mobile {
  display: none !important;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  border-collapse: collapse;
}

caption {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
input[type="submit"],
button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

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

button {
  background: none;
  border: 0;
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 0px 15px;
  }
}

html {
  font-family: "NEXON Lv1 Gothic OTF Bold";
}