@font-face {
  font-family: 'Arita-dotum';
  src: url(../fonts/Arita4.0_L.woff2) format('woff2'), url(../fonts/Arita4.0_L.woff) format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Arita-dotum';
  src: url(../fonts/Arita4.0_M.woff2) format('woff2'), url(../fonts/Arita4.0_M.woff) format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Arita-dotum';
  src: url(../fonts/Arita4.0_SB.woff2) format('woff2'), url(../fonts/Arita4.0_SB.woff) format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'APHQ';
  src: url(../fonts/APHQ-Regular.woff2) format('woff2'), url(../fonts/APHQ-Regular.woff) format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'APHQ';
  src: url(../fonts/APHQ-Bold.woff2) format('woff2'), url(../fonts/APHQ-Bold.woff) format('woff');
  font-weight: bold;
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  letter-spacing: -0.03em;
  font-weight: 400;
  line-height: 1;
}
html {
  font-size: 14px;
  line-height: 1.75;
  font-family: 'Arita-dotum', 'AppleSDGothicNeo', 'Droid Sans', 'Malgun Gothic', '맑은 고딕', sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
input,
textarea,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arita-dotum', 'AppleSDGothicNeo', 'Droid Sans', 'Malgun Gothic', '맑은 고딕', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
}
button {
  font-family: 'Arita-dotum', 'AppleSDGothicNeo', 'Droid Sans', 'Malgun Gothic', '맑은 고딕', sans-serif;
  color: #333;
}
input,
textarea,
label {
  color: #333;
}
body {
  text-align: left;
}
img,
fieldset,
iframe {
  border: 0 none;
}
legend {
  display: none;
}
li {
  list-style: none;
}
input,
select,
button {
  vertical-align: middle;
}
img {
  vertical-align: top;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}
a {
  color: #000;
  text-decoration: none;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding: 0;
  border: 0;
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  min-width: 1300px;
}
#firstLoad {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#firstLoad.hide {
  opacity: 0;
}
#firstLoad .loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 101;
}
#firstLoad .loading .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  width: 80vw;
  height: 300px;
  background: #000;
  z-index: 110;
  animation: moveBox 3s ease infinite;
}
#firstLoad .loading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
}
#firstLoad .svg-string {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
#firstLoad .text {
  font-family: "APHQ";
  font-size: 60px;
  stroke: #fff;
  fill: #ffffff;
  font-weight: bold;
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  opacity: 1;
  animation: toggleText 3s ease infinite;
}
@keyframes moveBox {
  0% {
    left: 0%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes toggleText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#firstLoad .loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  @keyframes moveBox {
    0% {
      left: 0%;
    }
    80% {
      left: 65%;
    }
    100% {
      left: 100%;
    }
  }
  @keyframes toggleText {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
html,
body {
  height: 100%;
}
.is-nav-open,
.is-nav-open body {
  height: 100%;
  overflow-y: hidden;
}
.wrap {
  width: 100%;
  height: 100%;
}
