@charset "UTF-8";
/********************************
reset
********************************/
*, *:before, *:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Pretendard", "돋움", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "Pretendard";
  text-decoration: none;
}

address {
  font-style: normal;
}

ol,
article,
aside,
footer,
header,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  margin: 0;
  padding: 0;
}

input,
select {
  background: #fff;
  vertical-align: middle;
}

input[type=file] {
  border: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=password]::-ms-reveal {
  display: none;
}

textarea {
  width: 100%;
  background: #fff;
  font-family: "Pretendard", "돋움", sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  resize: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  word-break: break-all;
}

a,
input,
textarea,
keygen,
select,
button {
  font-family: "Pretendard", "돋움", sans-serif;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

button[disabled=disabled] {
  opacity: 0.5;
  cursor: inherit;
}

button > span,
button > .fa {
  position: relative;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[readonly],
input[readonly=readonly] {
  background: #f5f5f5;
}

legend,
.hidden, .blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

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

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

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

*, a, button, input, textarea, label {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Bold.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../../fonts/Pretendard/Pretendard-SemiBold.otf") format("woff2"), url("../../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Medium.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Regular.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("../../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Light.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-Light.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url("../../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("../../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Thin.woff") format("woff"), url("../../fonts/Pretendard/Pretendard-Thin.otf") format("opentype");
}
@font-face {
  font-family: "BmHanna";
  font-weight: 400;
  src: url("../../fonts/BmHanna/BmHanna.otf") format("opentype");
}
.hide {
  display: none;
}

.pc-hidden {
  display: block;
}
@media all and (min-width: 1025px) {
  .pc-hidden {
    display: none;
  }
}

.tablet-mobile-hidden {
  display: none;
}
@media all and (min-width: 1025px) {
  .tablet-mobile-hidden {
    display: block;
  }
}

.tablet-pc-hidden {
  display: none;
}
@media all and (max-width: 768px) {
  .tablet-pc-hidden {
    display: block;
  }
}

.pc-mobile-hidden {
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .pc-mobile-hidden {
    display: block;
  }
}

.mobile-hidden {
  display: block;
}
@media all and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

.mobile500-show {
  display: none;
}
@media screen and (max-width: 500px) {
  .mobile500-show {
    display: block;
  }
}

.mobile500-hide {
  display: block;
}
@media screen and (max-width: 500px) {
  .mobile500-hide {
    display: none;
  }
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transition: top 0.8s ease;
  top: 0;
}

.header-content, .content, .footer-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 958px;
  padding: 0 23px;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 84px;
}
@media all and (max-width: 768px) {
  header {
    height: 46px;
  }
}
header .header-content {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
header .main-logo {
  width: 205px;
  height: 32px;
}
@media all and (max-width: 768px) {
  header .main-logo {
    width: 121px;
    height: 19px;
  }
}
header .main-logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 14vh;
  background-color: #ffa853;
  transition: background-color 0.8s ease;
}
@media all and (max-width: 768px) {
  .page {
    height: 100dvh;
    padding-top: 12vh;
  }
}
.page .section-title {
  margin-bottom: 25px;
  font-family: "BmHanna", "돋움", sans-serif;
  font-size: clamp(80px, 5.2083333333vw, 100px);
  letter-spacing: -3.5px;
  line-height: 1.1;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .page .section-title {
    margin-bottom: 18px;
  }
}
@media all and (max-width: 768px) {
  .page .section-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 500px) {
  .page .section-title {
    font-size: clamp(36px, 12vw, 12vw);
  }
}
.page .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .page .sub-title {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .page .sub-title {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .page .sub-title {
    width: 68vw;
  }
}
.page .platform-title {
  position: relative;
  z-index: 9;
  width: clamp(165px, 17.34375vw, 333px);
  height: clamp(69px, 7.2395833333vw, 139px);
  margin-top: 48px;
}
.page .platform-title-link {
  display: block;
  width: 100%;
  height: 100%;
}
.page .platform-title-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1024px) {
  .page .platform-title {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .page .platform-title {
    margin-top: 22px;
  }
}

.ani-image {
  position: absolute;
  bottom: 0;
  right: -25.3645833333vw;
  width: 600px;
  height: 437px;
}
@media all and (max-width: 1024px) {
  .ani-image {
    right: -133px;
    width: 62vh;
    max-width: 46vh;
    height: auto;
  }
}
@media screen and (max-height: 900px) {
  .ani-image {
    right: -20vw;
    width: 50vh;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .ani-image {
    right: -183px;
    max-width: 370px;
  }
}
@media screen and (max-width: 500px) {
  .ani-image {
    position: absolute;
    bottom: 0;
    right: -212px;
    width: 124%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .ani-image > img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.ani-image.--main-image {
  right: -25.8854166667vw;
  width: 600px;
  height: 524px;
}
@media all and (max-width: 1024px) {
  .ani-image.--main-image {
    right: -158px;
    width: 62vh;
    max-width: 450px;
    height: auto;
  }
}
@media screen and (max-height: 900px) {
  .ani-image.--main-image {
    right: -20vw;
    width: 50vh;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .ani-image.--main-image {
    right: -189px;
    max-width: 370px;
  }
}
@media screen and (max-width: 500px) {
  .ani-image.--main-image {
    position: absolute;
    bottom: 0;
    right: -200px;
    width: 124%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .ani-image.--main-image > img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.ani-image.--dream-image {
  width: 600px;
  height: 463px;
}
@media all and (max-width: 1024px) {
  .ani-image.--dream-image {
    right: -164px;
    width: 62vh;
    max-width: 40vh;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .ani-image.--dream-image {
    position: absolute;
    bottom: 0;
    right: -200px;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .ani-image.--dream-image > img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.ani-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main {
  padding-top: 14vh;
  background: linear-gradient(180deg, #FFA853 1.81%, #FF9835 100%);
}
@media all and (max-width: 768px) {
  .main {
    padding-top: 12vh;
  }
}
.main .section-title {
  margin-bottom: 52px;
}
@media all and (max-width: 1024px) {
  .main .section-title {
    margin-bottom: 49px;
  }
}
@media all and (max-width: 768px) {
  .main .section-title {
    margin-bottom: 38px;
  }
}
.main .platform-list {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 550px;
}
@media all and (max-width: 1024px) {
  .main .platform-list {
    gap: 16px 10px;
    width: 510px;
  }
}
@media all and (max-width: 768px) {
  .main .platform-list {
    gap: 10px 7px;
    width: 330px;
  }
}
@media screen and (max-width: 500px) {
  .main .platform-list {
    width: 100%;
  }
}
.main .platform-item {
  width: calc((100% - 30px) / 4);
  min-width: 58px;
}
@media all and (max-width: 768px) {
  .main .platform-item {
    width: calc((100% - 21px) / 4);
  }
}
.main .platform-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  padding-top: 4px;
  font-family: "BmHanna", "돋움", sans-serif;
  font-size: 26px;
  line-height: 100%;
  color: #fff;
  border: 1.5px solid #ffd9b4;
  border-radius: 30px;
  background: #ffb369;
}
@media all and (max-width: 1024px) {
  .main .platform-link {
    width: 100%;
    height: 47px;
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .main .platform-link {
    height: 30px;
    font-size: 16px;
    border: 1px solid #ffc58c;
    background: #ffad5d;
  }
}
@media screen and (max-width: 500px) {
  .main .platform-link {
    width: 100%;
  }
}

.scroll-wrap {
  position: fixed;
  left: 50%;
  bottom: 57px;
  transform: translatex(-50%);
  z-index: 9;
  color: #fff;
  font-size: 18px;
}
.scroll-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: url(../../img/common/arrow-down-wh.svg) no-repeat center/contain;
}
.scroll-wrap.on {
  display: none;
}
@media all and (max-width: 1024px) {
  .scroll-wrap {
    display: none;
  }
}

.pagination-list {
  position: fixed;
  right: 10.4166666667vw;
  top: 50%;
  margin-top: -18vh;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media all and (max-width: 1024px) {
  .pagination-list {
    right: 46px;
  }
}
@media all and (max-width: 768px) {
  .pagination-list {
    right: 23px;
    gap: 8px;
  }
}
@media screen and (max-width: 500px) {
  .pagination-list {
    top: 12vh;
    margin-top: 0;
  }
}
.pagination-list.hidden {
  display: none;
}
.pagination-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .pagination-item {
    width: 28px;
    height: 28px;
  }
}
@media all and (max-width: 768px) {
  .pagination-item {
    width: 20px;
    height: 20px;
  }
}
.pagination-item .dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .pagination-item .dot {
    width: 10px;
    height: 10px;
  }
}
@media all and (max-width: 768px) {
  .pagination-item .dot {
    width: 8px;
    height: 8px;
  }
}
.pagination-item.first-hidden {
  display: none;
}
.pagination-item.on {
  border: 1px solid #fff;
}

.footer {
  height: 312px;
  padding: 90px 112px;
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  .footer {
    height: 265px;
    padding: 65px 0;
  }
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-logo {
  width: 200px;
  height: 32px;
}
@media all and (max-width: 1024px) {
  .footer-logo {
    width: 114px;
    height: 18px;
    margin-bottom: 20px;
  }
}
.footer-info-wrap {
  text-align: right;
}
@media all and (max-width: 1024px) {
  .footer-info-wrap {
    text-align: left;
  }
}
.footer-info {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  color: #323232;
}
.footer-info > a {
  color: #323232;
}
@media all and (max-width: 1024px) {
  .footer-info {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 1.7;
  }
}
.footer .copyright {
  font-size: 15px;
  font-weight: 600;
  color: #323232;
}
@media all and (max-width: 1024px) {
  .footer .copyright {
    font-size: 12px;
  }
}

/* 팝업 */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.popup.on {
  display: block;
}
.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 90vh;
}
@media all and (max-width: 1024px) {
  .popup__content {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .popup__content {
    width: 75vw;
  }
}
.popup__image-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.popup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup__close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}