@charset "UTF-8";
@import './initialize.css';
@font-face {
  font-family: "Maplestory";
  font-style: normal;
  font-weight: 400;
  src: local("Maplestory"), url("../fonts/Maplestory Light.woff2") format("woff2"), url("../fonts/Maplestory Light.ttf") format("truetype");
}
@font-face {
  font-family: "Maplestory";
  font-style: normal;
  font-weight: 700;
  src: local("Maplestory"), url("../fonts/Maplestory Bold.woff2") format("woff2"), url("../fonts/Maplestory Bold.ttf") format("truetype");
}
:root {
  --color-black-b:#000;
  --color-black:#333333;
  --color-white:#ffffff;
  --color-1:#ff6d2c;
  --color-2:#6fc132;
  --color-3:#6eca38;
  --color-4:#6b3d2b;
  --stroke-color:#ffffff;
}

@keyframes jump {
  to {
    transform: translateY(-6%);
  }
}
@keyframes jump-2 {
  from {
    transform: translateY(0%);
  }
  6%, 18% {
    transform: translateY(-6%);
  }
  12%, 24% {
    transform: translateY(0%);
  }
}
@keyframes flying {
  to {
    transform: translateY(-22%);
  }
}
@keyframes towardAndTurn {
  from {
    transform: scaleX(1) translateX(200%);
  }
  25% {
    transform: scaleX(1) translateX(0px);
  }
  50% {
    transform: scaleX(1) translateX(-200%);
  }
  50.1% {
    transform: scaleX(-1) translateX(200%);
  }
  75% {
    transform: scaleX(-1) translateX(0px);
  }
  100% {
    transform: scaleX(-1) translateX(-200%);
  }
}
@keyframes scaling {
  to {
    transform: scale(0.8);
  }
}
@keyframes flow {
  from {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(300%);
  }
}
@keyframes Oscillate {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes OscillateSmall {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes OscillateTiny {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  to {
    transform: rotate(0deg);
  }
}
img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.mobile {
  display: none;
}

.wrapper .section {
  overflow: hidden;
  padding-top: 8.75em;
}
.wrapper .section.section1 {
  padding-top: 12.81em;
  background: #b9f07e url("../images/bg.part1.png") center bottom no-repeat;
}
.wrapper .section.section1 .animi {
  bottom: 0;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 6em;
}
.wrapper .section.section1 .animi .nyam {
  position: absolute;
  left: 50%;
  margin-left: -567.9px;
  bottom: -38px;
}
.wrapper .section.section1 .animi .pad {
  position: relative;
  left: 50%;
  margin-left: -367.5px;
  bottom: 3em;
}
.wrapper .section.section1 .animi .chuck {
  position: absolute;
  left: 50%;
  margin-left: 243px;
  bottom: -40px;
  right: -500px;
}
.wrapper .section.section1 .content-box .main-text {
  text-align: center;
  font-family: "Maplestory";
  text-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.15em white;
}
.wrapper .section.section1 .content-box .main-text .part1 {
  font-size: 0em;
}
.wrapper .section.section1 .content-box .main-text .part2 {
  font-size: 0em;
}
.wrapper .section.section2 {
  background: #fff4e3;
  position: relative;
}
.wrapper .section.section2 .dishes-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.wrapper .section.section2 .dishes-wrap svg {
  position: absolute;
  top: 476px;
  width: 1946px;
}
.wrapper .section.section2 .dishes-wrap .dish {
  position: absolute;
  left: calc((100% - 1946px) / 2 - 20px);
  top: 0px;
}
.wrapper .section.section4 {
  background: #f6fbe7;
  position: relative;
  padding-bottom: 15em;
}
.wrapper .section.section4 .component-box {
  display: none;
  position: relative;
}
.wrapper .section.section4 .component-box.on {
  display: block;
}
.wrapper .section.section4 .cloud {
  position: absolute;
}
.wrapper .section.section4 .cloud.cloud1 {
  width: 172px;
  height: 109px;
  background: url("../images/cloud.upper1.part4.png") center no-repeat;
  background-size: 100%;
  left: 12%;
  top: 24%;
}
.wrapper .section.section4 .cloud.cloud2 {
  width: 160px;
  height: 89px;
  background: url("../images/cloud.upper2.part4.png") center no-repeat;
  background-size: 100%;
  left: 83%;
  top: 45%;
}
.wrapper .section.section4 .cloud.cloud5 {
  width: 172px;
  height: 109px;
  background: url("../images/cloud.upper1.part4.png") center no-repeat;
  background-size: 100%;
  left: -12%;
  top: 24%;
}
.wrapper .section.section4 .cloud.cloud6 {
  width: 160px;
  height: 89px;
  background: url("../images/cloud.upper2.part4.png") center no-repeat;
  background-size: 100%;
  left: 112%;
  top: 45%;
}
.wrapper .section.section4 .cloud.cloud3 {
  width: 863px;
  height: 250px;
  background: url("../images/cloud1.part4.png") center no-repeat;
  background-size: 100%;
  background-position: center bottom;
  left: -0.5%;
  bottom: 58px;
  animation: focus 2s infinite alternate;
  min-width: 45%;
}
.wrapper .section.section4 .cloud.cloud4 {
  width: 1066px;
  height: 251px;
  background: url("../images/cloud2.part4.png") center no-repeat;
  background-size: 100%;
  background-position: center bottom;
  right: -0.5%;
  bottom: 58px;
  min-width: 55%;
  animation: focus 3s 1s infinite alternate;
}
.wrapper .section.section4 .cloud-bottom {
  position: absolute;
}
.wrapper .section.section4:after {
  content: "";
  display: block;
  width: 100%;
  height: 87px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/hill.part4.png") center no-repeat;
  background-size: cover;
  position: absolute;
}
.wrapper .section .content-box .main-text {
  text-align: center;
  font-family: "Maplestory";
}
.wrapper .section .content-box .main-text .part1 {
  font-size: 3.4375em;
  font-weight: bold;
}
.wrapper .section .content-box .main-text .part1 .highlight {
  color: var(--color-white);
}
.wrapper .section .content-box .main-text .part1 .highlight.color-1 {
  display: inline-block;
  background: var(--color-1);
  padding: 0.163em;
  border-radius: 0.164em;
}
.wrapper .section .content-box .main-text .part1 .highlight.color-2 {
  display: inline-block;
  background: var(--color-2);
  padding: 0.163em;
  border-radius: 0.164em;
}
.wrapper .section .content-box .main-text .part2 {
  font-size: 0em;
}
.wrapper .section .content-box .sub-text {
  display: block;
  font-size: 1.25em;
  margin: 1.2em auto 0;
  text-align: center;
  color: var(--color-black);
  font-weight: 500;
}
.wrapper .section .content-box .component-box .line {
  width: 1122px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  margin-top: 5em;
}
.wrapper .section .content-box .component-box .line .slide {
  width: 540px;
}
.wrapper .section .content-box .component-box .line .slide .media-box {
  overflow: hidden;
  border-radius: 1.5em;
  box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.1);
  width: 540px;
  aspect-ratio: 5.4/3;
  max-width: 100%;
  position: relative;
}
.wrapper .section .content-box .component-box .line .slide .media-box img {
  max-width: auto;
  min-width: 100%;
}
.wrapper .section .content-box .component-box .line .slide .media-box .ico-focus {
  position: absolute;
  background: url("../images/effect2.part3.png") center no-repeat;
  left: 50%;
  margin-left: -65.5px;
  margin-top: -69px;
  top: 50%;
  width: 131px;
  height: 138px;
  animation: focus 1s infinite alternate;
}
.wrapper .section .content-box .component-box .line .slide .desc-box h4 {
  font-size: 1.875em;
  font-weight: 700;
  font-family: "Maplestory";
  color: var(--color-black);
  margin-top: 0.96em;
}
.wrapper .section .content-box .component-box .line .slide .desc-box p {
  margin-top: 0.66em;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--color-black-b);
}
.wrapper .section .content-box .component-box .tab-head ul {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  margin-top: 3.5em;
}
.wrapper .section .content-box .component-box .tab-head ul li {
  padding: 0 1em;
  width: 9.375em;
  max-width: 33%;
  text-align: center;
  display: inline-block;
  height: 5.25em;
  vertical-align: bottom;
  position: relative;
}
.wrapper .section .content-box .component-box .tab-head ul li div {
  cursor: pointer;
  position: relative;
  margin-top: 2.725rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.666em 0.666em 0 0;
  color: var(--color-white);
  font-size: 1.125em;
  font-family: "Maplestory";
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.wrapper .section .content-box .component-box .tab-head ul li div:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
}
.wrapper .section .content-box .component-box .tab-head ul li:nth-child(1) div {
  background: var(--color-3);
}
.wrapper .section .content-box .component-box .tab-head ul li:nth-child(1) div:before {
  margin-left: -29px;
  top: -55px;
  width: 58px;
  height: 59px;
  background: url("../images/ico.nyam.png") center no-repeat;
  background-size: cover;
}
.wrapper .section .content-box .component-box .tab-head ul li:nth-child(2) div {
  background: var(--color-1);
}
.wrapper .section .content-box .component-box .tab-head ul li:nth-child(2) div:before {
  margin-left: -22px;
  top: -52px;
  width: 44px;
  height: 56px;
  background: url("../images/ico.chuck.png") center no-repeat;
  background-size: cover;
}
.wrapper .section .content-box .component-box .tab-head ul li:nth-child(3) div {
  background: var(--color-4);
}
.wrapper .section .content-box .component-box .tab-head ul li:nth-child(3) div:before {
  margin-left: -31px;
  top: -55px;
  width: 62px;
  height: 58px;
  background: url("../images/ico.took.png") center no-repeat;
  background-size: cover;
}
.wrapper .section .content-box .component-box .tab-head ul li.on div {
  margin-top: 2rem;
  height: 3.25rem;
  line-height: 3.25rem;
  font-size: 1.5625em;
}
.wrapper .section .content-box .component-box .tab-content-box {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 720px;
  border-radius: 1.5em;
  box-shadow: 0 0 26px 1px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content {
  padding: 3em 4.875em;
  display: flex;
  max-width: 100%;
  width: 720px;
  align-items: end;
  border-radius: 1.5em;
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content .summary {
  max-width: 60%;
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.25em;
  margin-right: 10%;
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 span {
  font-family: "Maplestory";
  font-weight: 700;
  font-size: 1.875em;
  color: var(--color-3);
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 img {
  margin-top: 1em;
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part2 {
  padding-top: 1.25em;
  color: var(--color-black-b);
  font-size: 1.125em;
  font-weight: 400;
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content.tab-content-1 .summary .part1 span {
  color: var(--color-3);
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content.tab-content-2 .summary .part1 span {
  color: var(--color-1);
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content.tab-content-3 .summary .part1 span {
  color: var(--color-4);
}
.wrapper .section .content-box .component-box .tab-content-box .tab-content .character {
  text-align: right;
  flex: 1;
}
.wrapper .section .content-box .component-box .swiper-pagination {
  top: auto;
  bottom: -3em;
}
.wrapper .section .content-box .component-box .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 5px;
}
.wrapper .section .content-box .component-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: rgba(110, 202, 56, 0.5);
}
.wrapper .section .line-pc {
  display: block;
}
.wrapper .section .video-box {
  border-radius: 1.625em;
  overflow: hidden;
  position: relative;
  width: 1080px;
  max-width: 100%;
  margin: 3em auto 3em;
}
.wrapper .section .video-box .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.wrapper .section .video-box .video-container video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.wrapper .section .btn-down {
  font-size: 1.5em;
  width: 12.5em;
  text-align: center;
  display: block;
  margin: 1.25em auto 0;
  cursor: pointer;
  height: 3.33em;
  line-height: 3.33em;
  border-radius: 1.667em;
  background: var(--color-white);
  font-family: "Maplestory";
  font-weight: 700;
}
.wrapper.full {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: end;
  background: #a9dbf2;
}
.wrapper .bgl {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.wrapper .bgl div {
  position: absolute;
  right: -2000px;
}
.wrapper .bgl div img {
  transform-origin: bottom center;
  vertical-align: top;
}
.wrapper .bgl .nyam {
  left: 20.667%;
  top: 55.65%;
  width: 12.9250116442%;
  transform-origin: bottom center;
  animation: jump-2 4s 2s infinite;
}
.wrapper .bgl .chuck {
  left: 32.725%;
  top: 65%;
  width: 9.5482068002%;
  transform-origin: bottom center;
  animation: jump-2 4s 2.3s infinite;
}
.wrapper .bgl .cloud-group-1 {
  left: 1.1%;
  top: 7.6%;
  width: 44.7368421053%;
  animation: flow 120s -60s infinite linear;
}
.wrapper .bgl .cloud-group-2 {
  left: 69.9%;
  top: 8.6%;
  width: 38.8914764788%;
  animation: flow 150s -75s infinite linear;
}
.wrapper .bgl .devel1 {
  left: 64.9%;
  top: 67.2%;
  width: 2.9809035864%;
  transform-origin: bottom center;
  animation: flying 2s 0s infinite alternate;
}
.wrapper .bgl .devel2 {
  left: 75.3%;
  top: 55.5%;
  width: 5.2631578947%;
  transform-origin: bottom center;
  animation: flying 2.1s 0.4s infinite alternate;
}
.wrapper .bgl .dino-in-water {
  left: 27.9%;
  top: 47.1%;
  width: 5.3097345133%;
  animation: towardAndTurn 25s 0s infinite linear;
}
.wrapper .bgl .egg2 {
  left: 14.5%;
  top: 76.6%;
  z-index: 3;
  width: 4.5412203074%;
  transform-origin: bottom center;
  animation: Oscillate 3s 0s infinite linear;
}
.wrapper .bgl .egg1 {
  left: 10.5%;
  top: 73.9%;
  z-index: 3;
  width: 6.241266884%;
  transform-origin: bottom center;
  animation: Oscillate 3s 0s infinite linear;
}
.wrapper .bgl .forest-unit-side {
  left: -5.6%;
  top: 45.6%;
  width: 22.9156963204%;
  animation: OscillateTiny 3s 0s infinite linear;
}
.wrapper .bgl .shadow-chuck {
  left: 34.8%;
  top: 94.6%;
  mix-blend-mode: multiply;
  width: 5.5193292967%;
}
.wrapper .bgl .shadow-devel1 {
  left: 65.7%;
  top: 72.9%;
  mix-blend-mode: multiply;
  width: 1.3972985561%;
  animation: scaling 2s 0s infinite alternate;
}
.wrapper .bgl .shadow-devel2 {
  left: 76.9%;
  top: 63.9%;
  mix-blend-mode: multiply;
  width: 1.3972985561%;
  animation: scaling 2.1s 0.4s infinite alternate;
}
.wrapper .bgl .shadow-nyam {
  left: 24.1%;
  top: 88.1%;
  mix-blend-mode: multiply;
  width: 5.891942245%;
}
.wrapper .bgl .shadow-took {
  left: 69.8%;
  top: 72.4%;
  mix-blend-mode: multiply;
  width: 4.4014904518%;
}
.wrapper .bgl .took {
  left: 68.1%;
  top: 53.2%;
  width: 7.6618537494%;
  transform-origin: bottom center;
  animation: jump-2 3.8s 2.6s infinite;
}
.wrapper .bgl .tree-side {
  left: -11.3%;
  top: 15.9%;
  width: 27.8295295762%;
  transform-origin: bottom center;
  animation: OscillateSmall 12s 0s infinite;
}
.wrapper .bgl .tree-side-right {
  left: 64.9%;
  top: 58.9%;
  width: 38.1229622729%;
  transform-origin: bottom center;
  animation: OscillateSmall 9s 0s infinite;
}
.wrapper .bgl .wood-back {
  left: 6%;
  top: 81%;
  z-index: 2;
  width: 17.2333488589%;
  transform-origin: bottom center;
}
.wrapper .bgl .wood-front {
  left: 10.8%;
  top: 83.3%;
  z-index: 4;
  width: 8.4536562646%;
  transform-origin: bottom center;
}
.wrapper .floading-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 12;
}
.wrapper .floading-wrap .floating-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapper .floading-wrap .floating-content-box .title-txt {
  text-align: center;
}
.wrapper .floading-wrap .floating-content-box .title-txt .title-1 {
  max-width: 32.2916666667%;
  width: 620px;
  display: block;
  margin: 0 auto;
}
.wrapper .floading-wrap .floating-content-box .title-txt .title-2 {
  max-width: 951px;
  width: 49.53125%;
  display: block;
  margin: 0 auto;
}
.wrapper .floading-wrap .floating-content-box .link-box-group {
  margin: 1.875em auto 0;
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  max-width: 40.75em;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row {
  display: table-row;
  height: 100%;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell {
  display: table-cell;
  height: 100%;
  padding: 0 1.25em;
  max-width: 50%;
  vertical-align: top;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box {
  height: 100%;
  width: 18.75em;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2em;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .header {
  border-radius: 2em 2em 0 0;
  width: 100%;
  height: 5em;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .header span {
  font-family: "Maplestory";
  font-weight: 700;
  margin-left: 0.5454em;
  font-size: 1.375em;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .content {
  flex: 1;
  width: 100%;
  padding: 1.5625em 0;
  text-align: center;
}
.wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .content img.empty {
  margin-top: 13%;
}

.container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 2.375em;
  z-index: 16;
}
header .logo-area img {
  width: 146px;
  max-width: 30%;
}

.loading {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #6eca38;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.waveform {
  --uib-size: 40px;
  --uib-speed: 1s;
  --uib-color: black;
  --uib-line-weight: 3.5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.9);
}

.waveform__bar {
  width: var(--uib-line-weight);
  height: 100%;
  background-color: var(--uib-color);
}

.waveform__bar:nth-child(1) {
  animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.45) infinite;
}

.waveform__bar:nth-child(2) {
  animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.3) infinite;
}

.waveform__bar:nth-child(3) {
  animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.15) infinite;
}

.waveform__bar:nth-child(4) {
  animation: grow var(--uib-speed) ease-in-out infinite;
}

@keyframes focus {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.inner-width {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.footer {
  padding: 3em 0;
  background: #f2f2f2;
  position: relative;
  z-index: 20;
}

.footer .ft-inner {
  display: flex;
}

.footer .ft-logo {
  display: inline-block;
  width: 8.563em;
  height: 2.375em;
  background: url(../images/img/logo.png) 50%/cover no-repeat;
  text-indent: -999em;
}

.footer .fnb {
  margin-left: 7.25em;
}

.footer .fnb ul {
  display: flex;
}

.footer .fnb li a {
  display: block;
  position: relative;
  font-size: 0.875em;
  font-weight: 600;
}

.footer .fnb li:not(:first-child) a {
  padding-left: 0.75em;
  margin-left: 0.75em;
}

.footer .fnb li:not(:first-child) a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.1em;
  width: 1px;
  height: 0.875em;
  background: #999;
}

.footer .fnb p {
  font-size: 0.875em;
  color: #555;
  letter-spacing: -0.3px;
}

.footer .fnb .ft-txt-wrap {
  padding: 1em 0;
}

.footer .fnb .ft-txt span:not(:last-child) {
  position: relative;
  display: inline-block;
  padding-right: 0.75em;
  margin-right: 0.75em;
}

.footer .fnb .ft-txt span:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.1em;
  width: 1px;
  height: 0.875em;
  background: #999;
}

.footer .sns-group {
  position: absolute;
  right: -2em;
}

.footer .sns-group a {
  margin-left: 0.3em;
}

.footer .sns-group a img {
  width: 35px;
}

/* 개인정보처리방침 */
.sub-container {
  padding: 6.25em 0 8em;
}

.pol-top-tit {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
  font-family: "nanum";
  font-size: 2.5em;
}

.pol-tit {
  padding-top: 2em;
  font-size: 1.25em;
  font-weight: 600;
}

.pol-txt {
  padding-top: 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7;
}

.pol-txt a {
  text-decoration: underline;
  color: blue;
}

.pol-table {
  margin-top: 2em;
  border-top: 1px solid #000;
}

.pol-table tr th {
  font-weight: 600;
}

.pol-table th, .pol-table td {
  padding: 0.75em 0;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  text-align: center;
}

.pol-table tr th:not(:first-child), .pol-table tr td:not(:first-child) {
  border-left: 1px solid #DBDBDB;
}

.pol-table tr th:not(:last-child), .pol-table tr td:not(:last-child) {
  border-right: 1px solid #DBDBDB;
}

.pol-ver {
  margin-top: 3em;
}

.pol-ver a {
  display: block;
  text-decoration: underline;
  color: blue;
}

@media (max-width: 1660px) {
  .container {
    max-width: 100%;
    padding: 1.6em;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 1.6em;
  }

  .inner-width {
    padding: 0 2em;
  }

  .footer .sns-group {
    right: 2em;
  }

  .footer .sns-group a {
    margin-left: 0.3em;
  }
}
@media (max-width: 1024px) {
  .wrapper .section {
    padding-top: 9.375em;
  }

  .wrapper .section .content-box .main-text .part1 {
    font-size: 3em;
  }

  .wrapper .section.section1 .animi {
    padding-bottom: 15%;
  }

  .wrapper .section.section1 .animi .pad {
    width: 102%;
    left: -1%;
    margin-left: 0;
  }
  .wrapper .section.section1 .animi .pad img {
    width: 100%;
  }

  .wrapper .section.section1 .animi .nyam {
    width: 39.3%;
    margin-left: -39.95%;
  }

  .wrapper .section.section1 .animi .chuck {
    width: 31.16%;
    margin-left: 5.22%;
  }

  .inner-width {
    padding: 0 1.5em;
  }

  .footer .sns-group {
    right: 1.5em;
  }

  .footer .sns-group a {
    margin-left: 0.3em;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .mobile {
    display: inline;
  }

  header {
    top: 1.275em;
  }

  .wrapper .section {
    padding-top: 8.375em;
  }

  .wrapper .section .content-box .main-text .part1 {
    font-size: 2.7em;
  }
  .wrapper .section .content-box .main-text .part1 .line-break {
    display: block;
  }

  .wrapper .section .content-box .sub-text {
    font-size: 1.25em;
  }

  .wrapper .section .content-box .sub-text .line-pc span {
    display: block;
  }

  .section1 .content-box .sub-text {
    font-size: 1.35em;
  }
  .section1 .content-box .sub-text span {
    display: block;
  }

  .wrapper .section .btn-down {
    width: 9em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.25em;
    margin-top: 1.75em;
  }

  .wrapper .section .content-box .component-box .line.line-2 {
    margin-top: 1.52em;
  }

  .wrapper .section .content-box .component-box .line .slide .media-box {
    width: 100%;
  }

  .wrapper .section .content-box .card-box {
    padding: 25.6px;
  }

  .wrapper .section.section3 .swiper-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    transform: none !important;
  }
  .wrapper .section.section3 .swiper-wrapper .swiper-slide {
    width: 100%;
    display: block;
  }
  .wrapper .section.section3 .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 1.52em;
  }
  .wrapper .section.section3 .swiper-wrapper .swiper-slide.dup {
    display: none;
  }

  .wrapper .section.section4 {
    overflow-y: visible;
    overflow-x: hidden;
  }
  .wrapper .section.section4 .cloud.cloud1 {
    top: 7%;
  }
  .wrapper .section.section4 .cloud.cloud1 {
    top: 16%;
  }
  .wrapper .section.section4 .cloud.cloud5 {
    top: 1%;
  }
  .wrapper .section.section4 .cloud.cloud6 {
    top: 12%;
  }
  .wrapper .section.section4 .cloud.cloud3 {
    width: 43%;
  }
  .wrapper .section.section4 .cloud.cloud4 {
    width: 112%;
    right: auto;
    left: -10%;
  }

  .wrapper .section .content-box .component-box .tab-head ul li {
    height: 4.25em;
  }
  .wrapper .section .content-box .component-box .tab-head ul li div {
    margin-top: 2rem;
    line-height: 2.25rem;
    height: 2.25rem;
    font-size: 1.05em;
  }
  .wrapper .section .content-box .component-box .tab-head ul li.on div {
    margin-top: 1.5rem;
    line-height: 2.75rem;
    height: 2.75rem;
    font-size: 1.4em;
  }

  .wrapper .section .content-box .component-box .tab-head ul li {
    padding: 0 0.7em;
  }
  .wrapper .section .content-box .component-box .tab-head ul li:nth-child(1) div:before {
    width: 29px;
    height: 29.5px;
    margin-left: -14.5px;
    top: -27px;
  }
  .wrapper .section .content-box .component-box .tab-head ul li:nth-child(2) div:before {
    width: 22px;
    height: 28px;
    margin-left: -11px;
    top: -26px;
  }
  .wrapper .section .content-box .component-box .tab-head ul li:nth-child(3) div:before {
    margin-left: -15.5px;
    top: -27px;
    width: 31px;
    height: 29px;
  }

  .wrapper .section .content-box .component-box .tab-content-box .tab-content {
    flex-direction: column-reverse;
  }

  .wrapper .section .content-box .component-box .tab-content-box .tab-content {
    padding: 2.5em 3.4em;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary {
    max-width: 100%;
    width: 100%;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 {
    margin-right: 0;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 span {
    display: block;
    font-size: 1.6em;
  }

  .wrapper .section .content-box .component-box .tab-content-box .tab-content .character {
    text-align: center;
    flex: auto;
    width: 100%;
    padding: 1.5em 0;
  }

  .wrapper .bgl .nyam {
    left: 31.893%;
    top: 79.64%;
    width: 17.805128%;
  }
  .wrapper .bgl .chuck {
    left: 49.425%;
    top: 83.5%;
    width: 13.941026%;
  }
  .wrapper .bgl .cloud-group-1 {
    left: 14.7%;
    top: 44.4%;
    width: 101.570513%;
  }
  .wrapper .bgl .cloud-group-2 {
    display: none;
  }
  .wrapper .bgl .devel1 {
    left: 62.9%;
    top: 77.9%;
    width: 7.102564%;
  }
  .wrapper .bgl .devel2 {
    width: 11.34359%;
    left: 87.1%;
    top: 71%;
  }
  .wrapper .bgl .dino-in-water {
    left: 82.2%;
    top: 67.5%;
    width: 12.407692%;
  }
  .wrapper .bgl .egg2 {
    left: 27%;
    top: 88.2%;
    z-index: 3;
    width: 6.189744%;
  }
  .wrapper .bgl .egg1 {
    left: 20.3%;
    top: 87.3%;
    z-index: 3;
    width: 9.15%;
  }
  .wrapper .bgl .forest-unit-side {
    left: -22.6%;
    top: 66.6%;
    width: 50.538462%;
  }
  .wrapper .bgl .shadow-chuck {
    left: 52.7%;
    top: 94.8%;
    mix-blend-mode: multiply;
    width: 7.5961538462%;
  }
  .wrapper .bgl .shadow-devel1 {
    left: 64.9%;
    top: 81.5%;
    width: 2.823077%;
  }
  .wrapper .bgl .shadow-devel2 {
    left: 90.7%;
    top: 76.2%;
    mix-blend-mode: multiply;
    width: 2.723077%;
  }
  .wrapper .bgl .shadow-nyam {
    left: 36.8%;
    top: 91.1%;
    mix-blend-mode: multiply;
    width: 8.108974359%;
  }
  .wrapper .bgl .shadow-took {
    left: 74.8%;
    top: 81.1%;
    mix-blend-mode: multiply;
    width: 8.657692%;
  }
  .wrapper .bgl .took {
    left: 70.2%;
    top: 69.6%;
    width: 17.544872%;
  }
  .wrapper .bgl .tree-side {
    left: -21.8%;
    top: 55%;
    width: 56.301282%;
    z-index: 4;
  }
  .wrapper .bgl .tree-side-right {
    left: 59.1%;
    top: 77.3%;
    width: 69.067949%;
    z-index: 4;
    animation: none;
  }
  .wrapper .bgl .wood-back {
    left: 13.6%;
    top: 90%;
    width: 26.317949%;
  }
  .wrapper .bgl .wood-front {
    left: 20.4%;
    top: 90.9%;
    z-index: 4;
    width: 13.634615%;
  }
  .wrapper .floading-wrap .floating-content-box .title-txt {
    text-align: center;
  }
  .wrapper .floading-wrap .floating-content-box .title-txt .title-1 {
    max-width: 77.6081424936%;
    width: 620px;
    display: block;
    margin: 0 auto;
  }
  .wrapper .floading-wrap .floating-content-box .title-txt .title-2 {
    max-width: 951px;
    width: 89.8218829517%;
    display: block;
    margin: 0 auto;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group {
    margin: 1.75em auto 0;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell {
    padding: 0 0.625em 0 20px;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell + .link-box-cell {
    padding: 0 20px 0 0.625em;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box {
    border-radius: 1.5em 1.5em;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .header {
    height: 3em;
    border-radius: 1.5em 1.5em 0 0;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .header img {
    width: 1.5em;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .header span {
    font-size: 1em;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .content {
    padding: 0.6625em 0;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .content img {
    width: 70%;
  }
  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .content img.empty {
    margin-top: 21%;
  }

  .footer .ft-inner {
    flex-direction: column;
  }

  .footer .fnb {
    margin: 1em 0 0;
  }

  .footer .fnb li a {
    font-size: 1em;
  }

  .footer .fnb p {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .wrapper .section {
    padding-top: 7.375em;
  }

  .wrapper .section .content-box .main-text .part1 {
    font-size: 2.4em;
  }

  .wrapper .section .content-box .sub-text {
    font-size: 1.1em;
  }

  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .header span {
    font-size: 0.9em;
  }

  .wrapper .section .content-box .component-box .tab-content-box .tab-content {
    padding: 1.5em 2.2em;
  }
}
@media (max-width: 500px) {
  .wrapper .section .content-box .main-text .part1 {
    font-size: 2.2em;
  }

  .wrapper .section .content-box .sub-text {
    font-size: 1em;
  }

  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .header span {
    font-size: 0.75em;
  }

  .desc-box {
    font-size: 0.85em;
  }

  .wrapper .section .content-box .component-box .tab-content-box .tab-content {
    padding: 1.3em 2em;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .character img {
    max-width: 50%;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content.tab-content-2 .character img {
    max-width: 40%;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary {
    max-width: 100%;
    width: 100%;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 {
    margin-right: 0;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 img {
    max-width: 30%;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part1 span {
    display: block;
    font-size: 1.5em;
  }
  .wrapper .section .content-box .component-box .tab-content-box .tab-content .summary .part2 {
    font-size: 1em;
  }
}
@media (max-width: 350px) {
  .wrapper .section .content-box .main-text .part1 {
    font-size: 2em;
  }

  .wrapper .section .content-box .sub-text {
    font-size: 0.9em;
  }

  .wrapper .floading-wrap .floating-content-box .link-box-group .link-box-row .link-box-cell .link-box .header span {
    font-size: 0.5em;
  }

  .wrapper .section .content-box .component-box .tab-content-box .tab-content {
    font-size: 0.9em;
  }
}

/*# sourceMappingURL=common.css.map */
