@charset "UTF-8";
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquare Neo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
  font-weight: 900;
  font-display: swap;
}
.is_mo {
  display: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
}

.titleBox .badge span {
  display: inline-block;
  padding: 0 40px;
  color: #fff;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px; /* 370% */
  letter-spacing: -0.5px;
  border-radius: 37px;
  background: #ee3535;
}
.titleBox p {
  margin-top: 36px;
  color: #111;
  font-family: "NanumSquare Neo";
  font-size: 82px;
  font-style: normal;
  font-weight: 800;
  line-height: 92px;
  letter-spacing: -2px;
}
.titleBox p span {
  color: #ee3535;
}

.heroSection {
  position: relative;
  padding-bottom: 100px;
}
.heroSection .heroInner {
  position: relative;
  height: 100%;
}
.heroSection .heroInner img {
  width: 100%;
}
.heroSection .heroText {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #fff;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 105.263% */
  letter-spacing: -0.76px;
  background: #ee3535;
}

.animal-edition {
  position: relative;
  width: 100%;
}
.animal-edition img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 화면 가득 채우면서 비율 유지 */
}
.animal-edition .poster-wrap {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 35%;
  height: 40%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  gap: 2% 1%;
}

.info-section {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #fff 30.57%, #ffeaea 116.43%);
}
.info-section .info-inner {
  width: 100%;
  max-width: 1280px;
  padding: 136px 0;
  margin: 0 auto;
}
.info-section .info-inner .itemList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
  gap: 34px 30px;
}
.info-section .downBtn {
  display: inline-block;
  margin-top: 100px;
  padding: 0 44px;
  color: #fff;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px; /* 370% */
  letter-spacing: -0.5px;
  border-radius: 37px;
  background: #111;
}

.message-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 136px 0;
  overflow: hidden;
  /* 핵심 애니메이션 */
  /* 핵심 애니메이션 */
}
.message-section .rolling-banner {
  margin-top: 100px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
}
.message-section .rolling-track {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.message-section .rolling-track > div {
  display: flex;
  gap: 14px;
}
.message-section .rolling-track .right {
  animation: scroll-left 25s linear infinite;
}
.message-section .rolling-track .left {
  animation: scroll-right 25s linear infinite;
}
.message-section .rolling-track.is_mo {
  display: none;
}
.message-section .rolling-track span {
  display: flex;
  padding: 32px 60px;
  border-radius: 100px;
  border: 3px solid #d3d3d3;
  background: #fff;
  color: #222;
  font-family: "NanumSquare Neo";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -1.9px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.step-section .stepImg {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
}
.step-section .titleBox {
  margin: 136px 0 55px 0;
}
.step-section .stepList {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 992px;
  margin: 0 auto;
}
.step-section .stepList .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: 334px;
  padding-left: 118px;
  border-radius: 20px;
  border: 1px solid #d3d3d3;
  background: #fff;
  color: #000;
  font-family: "NanumSquare Neo";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 40px; /* 66.667% */
  letter-spacing: -0.5px;
  background: url(../images/img_step01.png) no-repeat right 188px center/256px auto;
}
.step-section .stepList .step a {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 20px;
  color: #fff;
  font-family: "NanumSquare Neo";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 118.31% */
  letter-spacing: -0.592px;
  background: #ee3535;
  border-radius: 12px;
}
.step-section .stepList .step span {
  display: inline-block;
  margin-bottom: 34px;
  color: #ee3535;
  font-family: "NanumSquare Neo";
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 58.824% */
  letter-spacing: -0.5px;
}
.step-section .stepList .step.step02 {
  background: url(../images/img_step02.png) no-repeat right 188px center/300px auto;
}
.step-section .stepList .step.step03 {
  background: url(../images/img_step03.png) no-repeat right 188px bottom/290px auto;
}
.step-section .stepList .step.step04 {
  background: url(../images/img_step04.png) no-repeat right 188px bottom/290px auto;
}

.noticeText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 992px;
  margin: 100px auto;
  padding: 30px 50px 20px 50px;
  border-radius: 15px;
  background: #f7f7f7;
}
.noticeText strong {
  display: inline-block;
  margin-bottom: 10px;
  color: #444;
  font-family: "NanumSquare Neo";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 160% */
  letter-spacing: -0.5px;
}
.noticeText p {
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
  color: #444;
  font-family: "NanumSquare Neo";
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: -0.5px;
}
.noticeText p::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #444;
  content: "";
  border-radius: 100px;
}

/* 화면 크기가 600px 이하일 때 */
@media screen and (max-width: 760px) {
  .is_mo {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
  .titleBox .badge span {
    padding: 0 20px;
    font-size: 10px;
    line-height: 26px; /* 370% */
    border-radius: 16px;
  }
  .titleBox p {
    margin-top: 18px;
    font-size: 40px;
    line-height: 52px;
  }
  .heroSection {
    position: relative;
    height: auto;
    padding-bottom: 50px;
  }
  .heroSection .heroInner {
    position: relative;
    height: 100%;
  }
  .heroSection .heroInner img {
    position: static;
    width: 100%;
    height: auto;
  }
  .heroSection .heroText {
    height: 50px;
    font-size: 18px;
    line-height: 20px; /* 105.263% */
  }
  .animal-edition {
    position: relative;
    width: 100%;
  }
  .animal-edition img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* 화면 가득 채우면서 비율 유지 */
  }
  .animal-edition .poster-wrap {
    top: 48%;
    width: 70%;
  }
  .info-section .info-inner {
    padding: 62px 16px;
    overflow: hidden;
  }
  .info-section .info-inner .itemList {
    display: flex;
    margin-top: 50px;
    gap: 0;
  }
  .info-section .downBtn {
    margin-top: 34px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 800;
    line-height: 46px; /* 370% */
  }
  .message-section {
    padding: 62px 0;
  }
  .message-section .rolling-banner {
    margin-top: 50px;
    padding: 4px 0;
  }
  .message-section .rolling-track {
    gap: 10px;
  }
  .message-section .rolling-track > div {
    gap: 6px;
  }
  .message-section .rolling-track .right {
    animation: scroll-left 25s linear infinite;
  }
  .message-section .rolling-track .left {
    animation: scroll-right 25s linear infinite;
  }
  .message-section .rolling-track.is_pc {
    display: none;
  }
  .message-section .rolling-track.is_mo {
    display: flex;
  }
  .message-section .rolling-track span {
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    line-height: 22px; /* 140% */
  }
  .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
  }
  .swiper-controls .swiper-button-prev,
  .swiper-controls .swiper-button-next {
    position: static;
    width: 42px;
    height: 42px;
    margin-top: 0;
    background: url(../images/img_slideButton.png) no-repeat center/100%;
  }
  .swiper-controls .swiper-button-prev::after,
  .swiper-controls .swiper-button-next::after {
    display: none;
  }
  .swiper-controls .swiper-button-prev {
    transform: rotate(180deg);
  }
  .swiper-controls .swiper-pagination-custom {
    width: auto;
  }
  .swiper-controls .swiper-pagination-custom span {
    display: inline-block;
    color: #666;
    font-family: "NanumSquare Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
  }
  .swiper-controls .swiper-pagination-custom span.current {
    color: #ef4e4e;
  }
  .step-section {
    padding: 0 16px;
  }
  .step-section .titleBox {
    margin-top: 78px;
  }
  .step-section .stepList {
    gap: 25px;
    width: 100%;
    padding: 0 16px;
  }
  .step-section .stepList .step {
    position: relative;
    height: 162px;
    padding-left: 26px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.5px;
    background: url(../images/img_step01.png) no-repeat right 24px center/118px auto;
  }
  .step-section .stepList .step a {
    margin-top: 12px;
    padding: 12px 10px;
    font-size: 10px;
    line-height: 18px; /* 118.31% */
    border-radius: 6px;
  }
  .step-section .stepList .step span {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px; /* 58.824% */
  }
  .step-section .stepList .step.step02 {
    background: url(../images/img_step02.png) no-repeat right 24px center/140px auto;
  }
  .step-section .stepList .step.step03 {
    background: url(../images/img_step03.png) no-repeat right 24px bottom/134px auto;
  }
  .step-section .stepList .step.step04 {
    background: url(../images/img_step04.png) no-repeat right 24px bottom/134px auto;
  }
  .noticeText {
    margin: 50px 16px;
    padding: 16px 24px 10px 24px;
    border-radius: 8px;
  }
  .noticeText strong {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px; /* 160% */
  }
  .noticeText p {
    padding-left: 6px;
    margin-left: 4px;
    font-size: 12px;
    line-height: 18px; /* 200% */
  }
  .noticeText p::after {
    top: 8px;
    transform: translateY(0);
    width: 2px;
    height: 2px;
  }
}/*# sourceMappingURL=styles.css.map */