/* reset */
html,
body,
div,
p,
img,
span,
a,
em,
strong,
pre,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
caption,
input,
textarea,
button,
select,
video,
iframe,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  color: #1c1c1c;
  line-height: 1;
  font-weight: 400;
  word-break: break-all;
  letter-spacing: -0.5px;
}

input,
textarea,
button,
select {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

select {
  border: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

textarea {
  border: none;
  resize: none;
}

img,
fieldset,
button {
  border: 0;
  background: none;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}

input {
  border-radius: 0;
}

input[type=text],
input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
textarea {
  border: 0 none;
  outline: 0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a,
img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.blind,
caption {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.hidden {
  visibility: hidden;
}

.gnbWrapper {
  min-width: 1280px !important;
}

h1.logo {
  position: absolute;
  top: 34px;
  left: 50px;
  z-index: 10;
}
h1.logo a {
  display: block;
  width: 240px;
  height: 33px;
  background: url(../images/logo.png) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
h1.logo a img {
  display: block;
}

.lnb_open h1.logo {
  display: none !important;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 146px;
  background: #000 url(../images/footer.png) 50% 50% no-repeat;
}
footer p {
  text-indent: -9999px;
}

#wrap {
  position: relative;
  margin: 0 auto;
  min-width: 1280px;
  max-width: 2560px;
  overflow: hidden;
}

section {
  position: relative;
}
section .bg,
section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .obj {
  position: absolute;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .inner {
  margin: 0 auto;
  max-width: 1280px;
}

.scroll_lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#quick {
  position: fixed;
  top: 26%;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 231px;
  height: 528px;
  background: url("../images/spr_quick.png") no-repeat;
  z-index: 99;
}
#quick button {
  position: relative;
  width: 231px;
  background: url("../images/spr_quick.png") no-repeat;
}
#quick button:nth-of-type(1) {
  height: 71px;
  background-position-y: -55px;
  margin-top: 55px;
}
#quick button:nth-of-type(2) {
  height: 71px;
  background-position-y: -126px;
}
#quick button:nth-of-type(3) {
  height: 71px;
  background-position-y: -197px;
}
#quick button:nth-of-type(4) {
  height: 71px;
  background-position-y: -268px;
}
#quick button:nth-of-type(5) {
  height: 95px;
  background-position-y: -339px;
}
#quick button:nth-of-type(6) {
  height: 75px;
  background-position-y: -434px;
}
#quick button:hover, #quick button.active {
  background-position-x: -231px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 890px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.jpg") 0 0 no-repeat;
  background-size: auto 890px;
}
#visual .container {
  position: relative;
  width: 1280px;
  height: 890px;
  display: flex;
  justify-content: space-between;
}
#visual .container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#visual .container .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 180px;
  margin-left: -12px;
}
#visual .container .title-box .season {
  margin-bottom: 18px;
}
#visual .container .title-box .line {
  display: block;
  width: 519px;
  height: 8px;
  background: url("../images/visual/line.png") no-repeat;
}
#visual .container .title-box .title {
  margin-top: 32px;
}
#visual .container .title-box .lights .light-all {
  position: absolute;
  top: 139px;
  left: -87px;
  display: block;
  width: 814px;
  height: 250px;
  background: url("../images/visual/light-all.png") no-repeat;
  background-size: 100% 100%;
  animation: section1-light-all_fadeInOut 1500ms linear infinite alternate;
  -webkit-animation: section1-light-all_fadeInOut 1500ms linear infinite alternate;
}
@keyframes section1-light-all_fadeInOut {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
#visual .container .title-box .lights .light-left {
  position: absolute;
  top: 353px;
  left: -34px;
  display: block;
  width: 37px;
  height: 37px;
  background: url("../images/visual/light-left.png") no-repeat;
  background-size: 100% 100%;
  animation: section1-light-left_fadeInOut 500ms linear infinite alternate;
  -webkit-animation: section1-light-left_fadeInOut 500ms linear infinite alternate;
}
@keyframes section1-light-left_fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
#visual .container .title-box .lights .light-right {
  position: absolute;
  top: 234px;
  left: 676px;
  display: block;
  width: 37px;
  height: 37px;
  background: url("../images/visual/light-right.png") no-repeat;
  background-size: 100% 100%;
  animation: section1-light-right_fadeInOut 800ms linear infinite alternate;
  -webkit-animation: section1-light-right_fadeInOut 800ms linear infinite alternate;
}
@keyframes section1-light-right_fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#visual .container .sub-text {
  margin-top: 23px;
}
#visual .container .period {
  margin-top: 31px;
}
#visual .container .desc-box {
  position: relative;
  margin-top: 2px;
  margin-left: -44px;
}
#visual .container .desc-box .whale {
  position: absolute;
  bottom: -15px;
  left: 35px;
  animation: visual-whale_bounce 1500ms ease-out infinite;
  -webkit-animation: visual-whale_bounce 1500ms ease-out infinite;
}
@keyframes visual-whale_bounce {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}
#visual .container .character {
  display: block;
  position: absolute;
  bottom: 53px;
  right: -143px;
}

#section1 {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  width: 2560px;
  height: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section1/bg_section1.png") 0 0 no-repeat;
  background-size: auto 1050px;
}
#section1 .container {
  position: relative;
  width: 1292px;
  height: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section1 .container .title {
  margin-top: 210px;
}
#section1 .container .items {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
  width: 100%;
}
#section1 .container .items li {
  position: relative;
}
#section1 .container .items li .item {
  position: absolute;
  top: 65px;
  height: 369px;
}
#section1 .container .items li.item1 .item {
  left: -62px;
  width: 373px;
}
#section1 .container .items li.item2 .item {
  left: -31px;
  width: 317px;
}
#section1 .container .items li.item3 .item {
  left: 13px;
  width: 272px;
}
#section1 .container .items li.item4 .item {
  left: -33px;
  width: 347px;
}
#section1 .octopus-left {
  position: absolute;
  left: 0;
  top: 280px;
  display: block;
}
#section1 .octopus-left picture {
  animation: octopus-left_leftSpin 4000ms ease-out infinite;
  -webkit-animation: octopus-left_leftSpin 4000ms ease-out infinite;
}
@keyframes octopus-left_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 0% 90%;
  }
  50% {
    transform: rotate(-5deg);
    transform-origin: 0% 90%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 0% 90%;
  }
}
#section1 .octopus-right {
  position: absolute;
  right: 0;
  top: 184px;
  display: block;
}
#section1 .octopus-right picture {
  animation: octopus-right_rightSpin 3000ms ease-out infinite;
  -webkit-animation: octopus-right_rightSpin 3000ms ease-out infinite;
}
@keyframes octopus-right_rightSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
  }
  60% {
    transform: rotate(3deg);
    transform-origin: 100% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
  }
}
#section1 .cover {
  position: absolute;
  right: 0;
  bottom: 1px;
  display: block;
}
#section1 .anchor {
  position: absolute;
  top: 420px;
  left: 0;
}

#section2 {
  position: relative;
  margin-top: -215px;
  width: 2560px;
  height: 3259px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section2/bg_section2.png") 0 0 no-repeat;
  background-size: auto 3259px;
}
#section2 .container {
  position: relative;
  width: 100%;
  height: 3259px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section2 .title {
  margin-top: 154px;
}
#section2 .section2-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1718px;
  margin-top: 32px;
}
#section2 .section2-1 .contents {
  position: relative;
}
#section2 .section2-1 .contents .compass {
  position: absolute;
  top: -68px;
  left: 150px;
  z-index: 1;
  animation: compass_rightSpin 1200ms ease-out infinite;
  -webkit-animation: compass_rightSpin 1200ms ease-out infinite;
}
@keyframes compass_rightSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  60% {
    transform: rotate(3deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
}
#section2 .section2-1 .contents .weapon {
  animation: weapon_bounce 4500ms ease-out infinite;
  -webkit-animation: weapon_bounce 4500ms ease-out infinite;
}
@keyframes weapon_bounce {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
#section2 .section2-2 {
  position: relative;
  margin-top: -3px;
  width: 1280px;
}
#section2 .section2-2 .sub-title {
  text-align: center;
}
#section2 .section2-2 .contents {
  height: 645px;
}
#section2 .section2-2 .contents .items {
  position: relative;
  width: 100%;
}
#section2 .section2-2 .contents .items .item1 {
  position: relative;
  position: absolute;
  top: -75px;
  left: -190px;
}
#section2 .section2-2 .contents .items .item1 .item {
  animation: section2-2-item1_bounce 2600ms ease-out infinite;
  -webkit-animation: section2-2-item1_bounce 2600ms ease-out infinite;
}
@keyframes section2-2-item1_bounce {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}
#section2 .section2-2 .contents .items .item1 .name {
  position: absolute;
  bottom: -52px;
  left: 260px;
}
#section2 .section2-2 .contents .items .item2 {
  position: relative;
  position: absolute;
  top: 140px;
  left: 266px;
}
#section2 .section2-2 .contents .items .item2 .item {
  animation: section2-2-item2_bounce 1800ms ease-out infinite;
  -webkit-animation: section2-2-item2_bounce 1800ms ease-out infinite;
}
@keyframes section2-2-item2_bounce {
  0% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
}
#section2 .section2-2 .contents .items .item2 .name {
  position: absolute;
  bottom: -53px;
  left: 64px;
}
#section2 .section2-2 .contents .items .item3 {
  position: relative;
  position: absolute;
  top: -32px;
  right: 415px;
}
#section2 .section2-2 .contents .items .item3 .item {
  animation: section2-2-item3_bounce 2000ms ease-out infinite;
  -webkit-animation: section2-2-item3_bounce 2000ms ease-out infinite;
}
@keyframes section2-2-item3_bounce {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
#section2 .section2-2 .contents .items .item3 .name {
  position: absolute;
  bottom: -46px;
  left: 185px;
}
#section2 .section2-2 .contents .items .character {
  position: relative;
  position: absolute;
  top: 5px;
  right: -184px;
}
#section2 .section2-2 .contents .items .character picture {
  animation: section2-2-cha_bounce 1800ms ease-out infinite;
  -webkit-animation: section2-2-cha_bounce 1800ms ease-out infinite;
}
@keyframes section2-2-cha_bounce {
  0% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
}
#section2 .section2-2 .contents .bubbles {
  position: relative;
}
#section2 .section2-2 .contents .bubbles li {
  position: absolute;
  display: block;
  background-size: 100% 100%;
}
#section2 .section2-2 .contents .bubbles li i {
  display: block;
}
#section2 .section2-2 .contents .bubbles .bubble1 {
  top: 127px;
  left: -85px;
  width: 23px;
  height: 23px;
  background: url(../images/section2/bubble1.png) 0 0 no-repeat;
}
#section2 .section2-2 .contents .bubbles .bubble1 i {
  animation: bubble1_bounce 2000ms ease-out infinite;
  -webkit-animation: bubble1_bounce 2000ms ease-out infinite;
}
@keyframes bubble1_bounce {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}
#section2 .section2-2 .contents .bubbles .bubble2 {
  top: 265px;
  left: -83px;
  width: 61px;
  height: 68px;
  background: url(../images/section2/bubble2.png) 0 0 no-repeat;
}
#section2 .section2-2 .contents .bubbles .bubble2 i {
  animation: bubble2_bounce 2500ms ease-out infinite;
  -webkit-animation: bubble2_bounce 2500ms ease-out infinite;
}
@keyframes bubble2_bounce {
  0% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
}
#section2 .section2-2 .contents .bubbles .bubble3 {
  top: 262px;
  left: 20px;
  width: 61px;
  height: 68px;
  background: url(../images/section2/bubble3.png) 0 0 no-repeat;
}
#section2 .section2-2 .contents .bubbles .bubble3 i {
  animation: bubble3_bounce 1000ms ease-out infinite;
  -webkit-animation: bubble3_bounce 1000ms ease-out infinite;
}
@keyframes bubble3_bounce {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
#section2 .section2-2 .contents .bubbles .bubble4 {
  top: 66px;
  left: 523px;
  width: 39px;
  height: 46px;
  background: url(../images/section2/bubble4.png) 0 0 no-repeat;
}
#section2 .section2-2 .contents .bubbles .bubble4 i {
  animation: bubble4_bounce 2000ms ease-out infinite;
  -webkit-animation: bubble4_bounce 2000ms ease-out infinite;
}
@keyframes bubble4_bounce {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
#section2 .section2-2 .contents .bubbles .bubble5 {
  top: 250px;
  left: 870px;
  width: 25px;
  height: 28px;
  background: url(../images/section2/bubble5.png) 0 0 no-repeat;
}
#section2 .section2-2 .contents .bubbles .bubble5 i {
  animation: bubble5_bounce 1200ms ease-out infinite;
  -webkit-animation: bubble5_bounce 1200ms ease-out infinite;
}
@keyframes bubble5_bounce {
  0% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
}
#section2 .section2-3 {
  position: relative;
}
#section2 .section2-3 .sub-title {
  text-align: center;
}
#section2 .section2-3 .contents {
  position: relative;
  width: 1907px;
  height: 1043px;
}
#section2 .section2-3 .contents .characters {
  position: relative;
  z-index: 1;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
#section2 .section2-3 .contents .characters .left {
  position: absolute;
  top: -64px;
  left: 118px;
}
#section2 .section2-3 .contents .characters .left picture {
  animation: section2-3-cha-left_leftSpin 4500ms ease-out infinite;
  -webkit-animation: section2-3-cha-left_leftSpin 4500ms ease-out infinite;
}
@keyframes section2-3-cha-left_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  50% {
    transform: rotate(-1deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#section2 .section2-3 .contents .characters .right {
  position: absolute;
  top: -32px;
  right: 150px;
}
#section2 .section2-3 .contents .characters .right picture {
  animation: section2-3-cha-right_leftSpin 5500ms ease-out infinite;
  -webkit-animation: section2-3-cha-right_leftSpin 5500ms ease-out infinite;
}
@keyframes section2-3-cha-right_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-1deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
}
#section2 .section2-3 .contents .effect {
  position: relative;
  position: absolute;
  bottom: -260px;
  left: 50px;
  width: 1907px;
  height: 1192px;
}
#section2 .section2-3 .contents .effect .effect1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: section2-3-effect1_fadeInOut 500ms linear infinite alternate;
  -webkit-animation: section2-3-effect1_fadeInOut 500ms linear infinite alternate;
}
@keyframes section2-3-effect1_fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#section2 .section2-3 .contents .effect .effect2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: section2-3-effect2_fadeInOut 300ms linear infinite alternate;
  -webkit-animation: section2-3-effect2_fadeInOut 300ms linear infinite alternate;
}
@keyframes section2-3-effect2_fadeInOut {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#section2 .section2-3 .contents .effect .effect3 {
  position: absolute;
  top: 0;
  left: 0;
  animation: section2-3-effect3_fadeInOut 1000ms linear infinite alternate;
  -webkit-animation: section2-3-effect3_fadeInOut 1000ms linear infinite alternate;
}
@keyframes section2-3-effect3_fadeInOut {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
#section2 .section2-4 {
  position: relative;
  z-index: 1;
}
#section2 .section2-4 .sub-title {
  text-align: center;
}
#section2 .section2-4 .contents {
  margin-top: 48px;
}
#section2 .deco .fish-left1 {
  position: absolute;
  top: 400px;
  left: 80px;
}
#section2 .deco .fish-left1 picture {
  animation: fish-left1_bounce 2000ms ease-out infinite;
  -webkit-animation: fish-left1_bounce 2000ms ease-out infinite;
}
@keyframes fish-left1_bounce {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}
#section2 .deco .fish-left2 {
  position: absolute;
  top: 196px;
  left: 300px;
}
#section2 .deco .fish-left2 picture {
  animation: fish-left2_leftMove 4500ms ease-out infinite;
  -webkit-animation: fish-left2_leftMove 4500ms ease-out infinite;
}
@keyframes fish-left2_leftMove {
  0% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform-origin: 50% 50%;
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform-origin: 50% 50%;
  }
}
#section2 .deco .fish-right {
  position: absolute;
  top: 810px;
  right: 210px;
}
#section2 .deco .fish-right picture {
  animation: fish-left_leftMove 3000ms ease-out infinite;
  -webkit-animation: fish-left_leftMove 3000ms ease-out infinite;
}
@keyframes fish-left_leftMove {
  0% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform-origin: 50% 50%;
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform-origin: 50% 50%;
  }
}
#section2 .anchor1 {
  position: absolute;
  top: 50px;
  left: 0;
}
#section2 .anchor2 {
  position: absolute;
  top: 80px;
  left: 0;
}
#section2 .anchor3 {
  position: absolute;
  top: 120px;
  left: 0;
}

#section3 {
  position: relative;
  width: 2560px;
  height: 596px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section3/bg_section3.png") 0 0 no-repeat;
  background-size: auto 596px;
}
#section3 .container {
  position: relative;
  width: 1280px;
  height: 596px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section3 .container .title {
  margin-top: 79px;
}
#section3 .container .rewards {
  margin-top: 40px;
}
#section3 .container .rewards picture {
  margin-left: -30px;
}
#section3 .anchor {
  position: absolute;
  top: 130px;
  left: 0;
}

#section4 {
  position: relative;
  width: 2560px;
  height: 1397px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section4/bg_section4.png") 0 0 no-repeat;
  background-size: auto 1397px;
}
#section4 .container {
  position: relative;
  width: 1280px;
  height: 1397px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section4 .container .title {
  margin-top: 160px;
}
#section4 .container .desc {
  margin-top: 31px;
}
#section4 .container .item-box {
  position: relative;
  margin-top: 310px;
}
#section4 .container .item-box .item {
  position: relative;
  z-index: 1;
  margin-left: 260px;
}
#section4 .container .item-box .platform {
  margin-top: -134px;
  margin-left: -30px;
}
#section4 .container .item-box .light {
  position: relative;
  position: absolute;
  top: 36px;
  left: 208px;
  width: 586px;
  height: 158px;
}
#section4 .container .item-box .light i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#section4 .container .item-box .light .light1 {
  background: url("../images/section4/light1.png") 0 0 no-repeat;
  background-size: 100% 100%;
  animation: section4-light1_fadeInOut 600ms linear infinite alternate;
  -webkit-animation: section4-light1_fadeInOut 600ms linear infinite alternate;
}
@keyframes section4-light1_fadeInOut {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
#section4 .container .item-box .light .light2 {
  background: url("../images/section4/light2.png") 0 0 no-repeat;
  background-size: 100% 100%;
  animation: section4-light2_fadeInOut 600ms linear infinite alternate;
  -webkit-animation: section4-light2_fadeInOut 600ms linear infinite alternate;
}
@keyframes section4-light2_fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
#section4 .anchor {
  position: absolute;
  bottom: 650px;
  left: 0;
}

#section5 {
  position: relative;
  width: 2560px;
  height: 1446px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section5/bg_section5.png") 0 0 no-repeat;
  background-size: auto 1446px;
}
#section5 .container {
  position: relative;
  width: 1280px;
  height: 1446px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .container .title {
  margin-top: 133px;
}
#section5 .container .desc {
  margin-top: 46px;
}
#section5 .container .items {
  position: relative;
  width: 100%;
  height: 858px;
}
#section5 .container .items .item1 {
  position: absolute;
  top: 162px;
  left: 42px;
}
#section5 .container .items .item2 {
  position: absolute;
  top: 74px;
  left: 442px;
}
#section5 .container .items .item3 {
  position: absolute;
  bottom: 96px;
  left: 45px;
}
#section5 .container .items .item4 {
  position: absolute;
  bottom: 153px;
  left: 447px;
}
#section5 .container .items .item5 {
  position: absolute;
  bottom: 105px;
  right: 58px;
}
#section5 .container .buttons {
  display: flex;
  gap: 24px;
}
#section5 .container .buttons a {
  display: block;
  width: 497px;
  height: 95px;
  text-indent: -9999px;
}
#section5 .container .buttons .btn_preview {
  background: url("../images/section5/btn_preview_off.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
#section5 .container .buttons .btn_preview:hover {
  background-image: url("../images/section5/btn_preview_on.png");
}
#section5 .container .buttons .btn_event {
  background: url("../images/section5/btn_event_off.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
#section5 .container .buttons .btn_event:hover {
  background-image: url("../images/section5/btn_event_on.png");
}
#section5 .deco .left {
  display: block;
  position: absolute;
  top: 560px;
  left: 0;
}
#section5 .deco .left picture {
  animation: planet-left_bounce 1400ms ease-out infinite;
  -webkit-animation: planet-left_bounce 1400ms ease-out infinite;
}
@keyframes planet-left_bounce {
  0% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
  }
}
#section5 .deco .right {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
}
#section5 .deco .right picture {
  animation: planet-right_bounce 1800ms ease-out infinite;
  -webkit-animation: planet-right_bounce 1800ms ease-out infinite;
}
@keyframes planet-right_bounce {
  0% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
#section5 .anchor1 {
  position: absolute;
  top: 430px;
  left: 40%;
}
#section5 .anchor2 {
  position: absolute;
  bottom: 300px;
  left: 40%;
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  background: url("../images/background/ptn_bg.jpg") 0 0 repeat;
}
#wrap picture {
  display: inline-block;
}

.blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

.util {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.util a,
.util button {
  background: url("../images/spr_util.png") 0 0 no-repeat;
  text-indent: -9999px;
}
.util > div {
  display: flex;
  gap: 4px;
}
.util .btn_start {
  display: block;
  width: 190px;
  height: 40px;
}
.util .btn_start:hover {
  background-position-y: -71px;
}
.util .btn_home {
  display: block;
  width: 40px;
  height: 40px;
  background-position-x: -194px;
}
.util .btn_home:hover {
  background-position-y: -71px;
}
.util .btn_hide {
  margin-top: 10px;
  width: 234px;
  height: 14px;
  background-position-y: -48px;
}
.util .btn_hide:hover {
  background-position-y: -119px;
}

footer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  background: #000;
}
footer img {
  display: inline-block;
}