@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../fonts/Pretendard-Black.woff2") format("woff2"), url("../fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../fonts/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../fonts/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../fonts/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../fonts/Pretendard-Thin.woff2") format("woff2"), url("../fonts/Pretendard-Thin.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "Pretendard", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  font-family: "Pretendard", sans-serif;
}

ul, li, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

@keyframes fly {
  0% {
    top: -130px;
    rotate: 6deg;
  }
  50% {
    top: -150px;
    rotate: 0deg;
  }
  100% {
    top: -130px;
    rotate: 6deg;
  }
}
@keyframes flyLab {
  0% {
    top: -105px;
    rotate: 5deg;
  }
  50% {
    top: -115px;
    rotate: 0deg;
  }
  100% {
    top: -105px;
    rotate: 5deg;
  }
}
@keyframes flyMo {
  0% {
    top: 0;
    rotate: 4deg;
  }
  50% {
    top: -10px;
    rotate: 0deg;
  }
  100% {
    top: 0px;
    rotate: 4deg;
  }
}
#loading {
  width: 100%;
  height: 100%;
  min-height: 650px;
  overflow: hidden;
  background: #FFD433 url(../images/bg.svg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1024px) {
  #loading {
    min-height: 500px;
  }
}
#loading .text_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 19vh;
  gap: 70px;
  position: relative;
}
@media all and (max-width: 1024px) {
  #loading .text_wrap {
    padding: 0 20px;
    margin-top: 10vh;
    gap: 30px;
  }
}
@media all and (max-width: 768px) {
  #loading .text_wrap {
    margin-top: 10vh;
    gap: 20px;
  }
}
#loading .text_wrap h1 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -2.22px;
}
@media all and (max-width: 1024px) {
  #loading .text_wrap h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 768px) {
  #loading .text_wrap h1 {
    font-size: 28px;
  }
}
#loading .text_wrap p {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1.8px;
}
@media all and (max-width: 1024px) {
  #loading .text_wrap p {
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  #loading .text_wrap p {
    font-size: 20px;
  }
}
#loading .text_wrap .link {
  color: #262626;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1; /* 38.5px */
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  #loading .text_wrap .link {
    gap: 8px;
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  #loading .text_wrap .link {
    gap: 8px;
    font-size: 16px;
  }
  #loading .text_wrap .link img {
    width: 20px;
  }
}
@media all and (max-width: 380px) {
  #loading .text_wrap .link {
    gap: 4px;
    font-size: 14px;
  }
}
#loading .text_wrap .move_btn {
  margin-top: 30px;
  align-self: flex-start;
}
#loading .text_wrap .move_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  width: 190px;
  height: 60px;
  border-radius: 40px;
  border: 3px solid #000;
  background: #FFF;
}
@media all and (max-width: 1024px) {
  #loading .text_wrap .move_btn {
    margin-top: 15px;
  }
  #loading .text_wrap .move_btn a {
    width: 130px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
#loading .text_wrap .symbol {
  position: absolute;
  top: -150px;
  left: calc(100% + 30px);
  width: 350px;
  height: 300px;
  background: url(../images/symbol.png) no-repeat;
  background-size: 100%;
  animation: fly 2.6s infinite ease-in-out;
}
@media all and (max-width: 1400px) {
  #loading .text_wrap .symbol {
    width: 245px;
    height: 210px;
    top: -105px;
    left: 70%;
    gap: 4px;
    animation: flyLab 2.6s infinite ease-in-out;
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  #loading .text_wrap .symbol {
    width: 150px;
    height: 135px;
    position: relative;
    left: 0;
    align-self: flex-end;
    animation: flyMo 2.6s infinite ease-in-out;
  }
}
@media all and (max-width: 768px) {
  #loading .text_wrap .symbol {
    width: 105px;
    height: 95px;
  }
}