/* 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: 335px;
  height: 756px;
  background: url("../images/spr_quick.png") no-repeat;
  z-index: 99;
  animation: quick_bounce 2800ms ease-out infinite;
  -webkit-animation: quick_bounce 2800ms ease-out infinite;
}
@keyframes quick_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);
  }
}
#quick button {
  position: relative;
  width: 208px;
  background: url("../images/spr_quick.png") no-repeat;
  background-position-x: -64px;
}
#quick button:nth-of-type(1) {
  height: 77px;
  background-position-y: -80px;
  margin-top: 80px;
}
#quick button:nth-of-type(2) {
  height: 73px;
  background-position-y: -157px;
}
#quick button:nth-of-type(3) {
  height: 105px;
  background-position-y: -230px;
}
#quick button:nth-of-type(4) {
  height: 74px;
  background-position-y: -352px;
  margin-top: 17px;
}
#quick button:hover, #quick button.active {
  background-position-x: -399px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 1160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_highlight.png") 0 0 no-repeat;
  background-size: auto 1160px;
}
#visual .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 1280px;
  height: 1160px;
  transform: translateX(-50%);
}
#visual .container .box {
  display: inline-block;
  margin-top: 154px;
}
#visual .container .box .title-box .sub-title {
  margin-left: 170px;
}
#visual .container .box .title-box .title {
  position: relative;
  margin-top: 22px;
}
#visual .container .box .title-box .title i {
  display: block;
}
#visual .container .box .title-box .title .stamp {
  position: absolute;
  top: 0px;
  right: -11px;
}
#visual .container .box .desc {
  margin-left: 76px;
  margin-top: 30px;
}
#visual .container .box .period {
  margin-top: 17px;
  margin-left: 155px;
}
#visual .container .box .button-box {
  margin-top: 38px;
  margin-left: 170px;
}
#visual .container .box .btn_preview {
  display: block;
  width: 368px;
  height: 120px;
  background: url("../images/visual/btn_preview_off.png") 0 0 no-repeat;
  background-size: cover;
  transition: background 0.3s;
}
#visual .container .box .btn_preview:hover {
  background-image: url("../images/visual/btn_preview_on.png");
}
#visual .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#visual .background > i {
  display: block;
  position: absolute;
}
#visual .background .sun {
  top: 127px;
  right: 410px;
  opacity: 0.9;
}
#visual .background .bird {
  top: 224px;
  right: 490px;
  z-index: 1;
}
#visual .background .character {
  top: 60px;
  right: 510px;
  z-index: 1;
}
#visual .background .mountain1 {
  top: -68px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
#visual .background .mountain2 {
  top: 334px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#visual .background .mountain3 {
  top: 150px;
  right: -5px;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
#visual .background .mountain4 {
  bottom: -850px;
  right: 0px;
  z-index: 2;
}
#visual .background .bamboo1 {
  top: -7px;
  left: 0;
  z-index: 1;
  animation: visual-bamboo1_leftSpin 8000ms ease-out infinite;
  -webkit-animation: visual-bamboo1_leftSpin 8000ms ease-out infinite;
}
@keyframes visual-bamboo1_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#visual .background .bamboo2 {
  top: -65px;
  left: 0;
  mix-blend-mode: multiply;
  animation: visual-bamboo2_rightSpin 8000ms ease-out infinite;
  -webkit-animation: visual-bamboo2_rightSpin 8000ms ease-out infinite;
  opacity: 0.9;
}
@keyframes visual-bamboo2_rightSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  60% {
    transform: rotate(2deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#visual .anchor {
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  width: 100%;
}

#section1 {
  position: relative;
  width: 2560px;
  height: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section1 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1300px;
  transform: translateX(-50%);
}
#section1 .container .title {
  margin-top: -3px;
}
#section1 .container .weapon-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 3px;
}
#section1 .container .weapon-list li {
  position: relative;
  position: absolute;
}
#section1 .container .weapon-list li .weapon {
  position: absolute;
  display: block;
}
#section1 .container .weapon-list li .box {
  display: block;
}
#section1 .container .weapon-list .weapon1 {
  top: -10px;
  left: -50px;
}
#section1 .container .weapon-list .weapon1 .weapon {
  top: 52px;
  left: 108px;
}
#section1 .container .weapon-list .weapon2 {
  top: 115px;
  right: -85px;
}
#section1 .container .weapon-list .weapon2 .weapon {
  top: 101px;
  left: 193px;
}
#section1 .container .weapon-list .weapon3 {
  top: 510px;
  left: -360px;
}
#section1 .container .weapon-list .weapon3 .weapon {
  top: -3px;
  left: 412px;
}
#section1 .container .weapon-list .weapon4 {
  top: 497px;
  right: -185px;
}
#section1 .container .weapon-list .weapon4 .weapon {
  top: 185px;
  left: -8px;
}
#section1 .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#section1 .background > i {
  display: block;
  position: absolute;
}
#section1 .background .bird {
  top: 225px;
  left: 170px;
}
#section1 .background .mountain2 {
  bottom: -915px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#section1 .background .mountain3 {
  top: 575px;
  left: -120px;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
#section1 .background .mountain3 picture {
  transform: scaleX(-1);
}
#section1 .background .bamboo3 {
  top: -57px;
  right: -53px;
  z-index: 2;
  animation: section1-bamboo2_rightSpin 8000ms ease-out infinite;
  -webkit-animation: section1-bamboo2_rightSpin 8000ms ease-out infinite;
}
@keyframes section1-bamboo2_rightSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  60% {
    transform: rotate(2deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#section1 .background .bamboo4 {
  top: -123px;
  right: -53px;
  mix-blend-mode: multiply;
  z-index: 2;
  animation: section1-bamboo1_leftSpin 8000ms ease-out infinite;
  -webkit-animation: section1-bamboo1_leftSpin 8000ms ease-out infinite;
  opacity: 0.7;
}
@keyframes section1-bamboo1_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#section1 .anchor {
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  width: 100%;
}

#section2 {
  position: relative;
  z-index: 1;
  width: 2560px;
  height: 1343px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section2/bg.png") 50% 0 no-repeat;
  background-size: cover;
  -webkit-mask: url("../images/section2/mask.png");
          mask: url("../images/section2/mask.png");
  z-index: 2;
}
#section2 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1343px;
  transform: translateX(-50%);
}
#section2 .container .title {
  margin-top: 115px;
}
#section2 .container .weapon-list {
  width: 1278px;
  margin-top: 70px;
}
#section2 .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#section2 .background > i {
  display: block;
  position: absolute;
}
#section2 .background .bamboo_left {
  top: -163px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.95;
}
#section2 .background .bamboo_right {
  top: -170px;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.95;
}
#section2 .anchor {
  position: absolute;
  top: 12%;
  left: 0;
  display: block;
  width: 100%;
}

#section3 {
  position: relative;
  width: 2560px;
  height: 1360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -105px;
}
#section3::before {
  display: block;
  content: "";
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 15%, rgb(0, 0, 0) 100%);
  opacity: 0.2;
}
#section3 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1360px;
  transform: translateX(-50%);
}
#section3 .container .title {
  margin-top: 105px;
}
#section3 .container .items {
  width: 1340px;
  margin-top: 45px;
}
#section3 .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#section3 .background > i {
  display: block;
  position: absolute;
}
#section3 .background .character {
  top: 94px;
  left: 165px;
  z-index: 1;
}
#section3 .background .bird {
  top: 110px;
  left: 650px;
}
#section3 .background .flower {
  top: -50px;
  right: 0px;
  z-index: 1;
}
#section3 .background .black {
  top: 280px;
  left: 405px;
}
#section3 .background .white {
  top: 0;
  left: 0px;
}
#section3 .background .mountain4 {
  top: 310px;
  right: 0px;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
#section3 .background .mountain5 {
  bottom: -845px;
  left: 0px;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#section3 .anchor {
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  width: 100%;
}

#section4 {
  position: relative;
  width: 2560px;
  height: 1285px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #12151d;
  -webkit-mask: url("../images/section4/mask.png");
          mask: url("../images/section4/mask.png");
  z-index: 1;
}
#section4 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1285px;
  transform: translateX(-50%);
}
#section4 .container .title {
  margin-top: 150px;
}
#section4 .container .name {
  position: absolute;
  bottom: 163px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
#section4 .container .skin-list {
  z-index: -1;
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 100%;
}
#section4 .container .skin-list .zombie1 {
  position: absolute;
  bottom: 20px;
  left: -153px;
  z-index: 1;
}
#section4 .container .skin-list .zombie2 {
  position: absolute;
  bottom: 30px;
  right: -97px;
}
#section4 .background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#section4 .background.active picture {
  display: block;
  transform-origin: 50% 50%;
  animation: section4_zoomIn 5000ms ease-out forwards;
  -webkit-animation: section4_zoomIn 5000ms ease-out forwards;
}
@keyframes section4_zoomIn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
#section4 .anchor {
  position: absolute;
  top: 8%;
  left: 0;
  display: block;
  width: 100%;
}

#section5 {
  position: relative;
  width: 2560px;
  height: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1400px;
  transform: translateX(-50%);
}
#section5 .container .title {
  margin-top: 100px;
}
#section5 .container .spray {
  margin-top: 117px;
}
#section5 .container .reward {
  position: relative;
  margin-top: 117px;
}
#section5 .container .reward .scroll {
  position: relative;
  position: absolute;
  top: 188px;
  left: 50%;
  height: 414px;
  display: inline-flex;
  justify-content: center;
  width: 36px;
  transform: translateX(-50%);
  transition: width 200ms ease-in;
}
#section5 .container .reward .scroll .paper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 292px;
  overflow: hidden;
  transition: width 200ms ease-in;
}
#section5 .container .reward .scroll .paper picture {
  display: block;
  width: 1044px;
  height: 100%;
  aspect-ratio: 1044/292;
}
#section5 .container .reward .scroll .stick {
  position: absolute;
  z-index: 1;
}
#section5 .container .reward .scroll .stick-left {
  top: -60px;
  left: -65px;
}
#section5 .container .reward .scroll .stick-right {
  top: -60px;
  right: -65px;
}
#section5 .container .reward .scroll.open {
  width: 1044px;
}
#section5 .container .reward .scroll.open .paper {
  width: 1044px;
  height: 292px;
}
#section5 .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#section5 .background > i {
  display: block;
  position: absolute;
}
#section5 .background .highlight {
  top: -90px;
  left: 0;
}
#section5 .background .mountain1 {
  top: -54px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
#section5 .background .mountain2 {
  bottom: 110px;
  left: 170px;
  mix-blend-mode: multiply;
}
#section5 .background .mountain3 {
  bottom: -10px;
  right: -110px;
  mix-blend-mode: multiply;
}

#section6 {
  position: relative;
  width: 2560px;
  height: 1616px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section6 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1616px;
  transform: translateX(-50%);
}
#section6 .container .title {
  margin-top: 184px;
}
#section6 .container .desc {
  margin-top: 58px;
}
#section6 .container .item-box {
  position: relative;
  margin-top: 70px;
}
#section6 .container .item-box .item picture {
  display: block;
  animation: section6-item_leftSpin 3000ms ease-out infinite;
  -webkit-animation: section6-item_leftSpin 3000ms ease-out infinite;
}
@keyframes section6-item_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 80%;
  }
  50% {
    transform: rotate(-3deg);
    transform-origin: 40% 80%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 80%;
  }
}
#section6 .container .item-box .name {
  position: absolute;
  bottom: 6px;
  left: 240px;
}
#section6 .container .bird-left {
  position: absolute;
  bottom: 420px;
  left: -205px;
}
#section6 .container .bird_right {
  position: absolute;
  bottom: 760px;
  right: -7px;
}
#section6 .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#section6 .background > i {
  display: block;
  position: absolute;
}
#section6 .background .ship {
  bottom: 0px;
  right: 180px;
  mix-blend-mode: multiply;
  animation: section6-ship_leftMove 5000ms ease-out infinite;
  -webkit-animation: section6-ship_leftMove 5000ms ease-out infinite;
  opacity: 0.7;
}
@keyframes section6-ship_leftMove {
  0% {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform-origin: 50% 50%;
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform-origin: 50% 50%;
  }
}
#section6 .background .mountain1 {
  bottom: -42px;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
#section6 .background .mountain2 {
  bottom: 160px;
  right: 150px;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
#section6 .background .mountain3 {
  top: -140px;
  left: 0px;
  mix-blend-mode: multiply;
}
#section6 .background .mountain4 {
  top: 35px;
  right: 0px;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
#section6 .background .bamboo3 {
  bottom: 56px;
  right: -46px;
  animation: section1-bamboo2_rightSpin 8000ms ease-out infinite;
  -webkit-animation: section1-bamboo2_rightSpin 8000ms ease-out infinite;
}
@keyframes section1-bamboo2_rightSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  60% {
    transform: rotate(2deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#section6 .background .bamboo4 {
  bottom: 340px;
  right: -56px;
  mix-blend-mode: multiply;
  animation: section1-bamboo1_leftSpin 8000ms ease-out infinite;
  -webkit-animation: section1-bamboo1_leftSpin 8000ms ease-out infinite;
}
@keyframes section1-bamboo1_leftSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 40% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 40% 100%;
  }
}
#section6 .anchor {
  position: absolute;
  bottom: 40%;
  left: 0;
  display: block;
  width: 100%;
}

#section7 {
  position: relative;
  width: 2560px;
  height: 1490px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section7/bg.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}
#section7 .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1490px;
  transform: translateX(-50%);
}
#section7 .container .sub-title {
  margin-top: 168px;
}
#section7 .container .title {
  margin-top: 30px;
}
#section7 .container .desc {
  margin-top: 40px;
}
#section7 .container .items {
  position: relative;
  width: 1280px;
  margin-top: 90px;
}
#section7 .container .items .weapon {
  display: flex;
  gap: 5px;
}
#section7 .container .items .weapon li {
  position: relative;
  width: 273px;
  height: 413px;
}
#section7 .container .items .weapon li i {
  display: block;
  position: absolute;
}
#section7 .container .items .weapon .weapon1 {
  margin-top: 37px;
  background: url("../images/section7/bg_weapon1.png") 0 0 no-repeat;
}
#section7 .container .items .weapon .weapon1 i {
  width: 185px;
  top: -32px;
  left: 50px;
}
#section7 .container .items .weapon .weapon2 {
  margin-top: 72px;
  background: url("../images/section7/bg_weapon2.png") 0 0 no-repeat;
}
#section7 .container .items .weapon .weapon2 i {
  width: 355px;
  top: 143px;
  left: -43px;
}
#section7 .container .items .weapon .weapon3 {
  background: url("../images/section7/bg_weapon3.png") 0 0 no-repeat;
}
#section7 .container .items .weapon .weapon3 i {
  width: 339px;
  top: 107px;
  left: -47px;
}
#section7 .container .items .weapon .weapon4 {
  margin-top: 33px;
  background: url("../images/section7/bg_weapon4.png") 0 0 no-repeat;
}
#section7 .container .items .weapon .weapon4 i {
  width: 350px;
  top: 111px;
  left: -9px;
}
#section7 .container .items .costume {
  z-index: -1;
  position: relative;
  position: absolute;
  bottom: -283px;
  right: -120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section7 .container .items .costume i {
  display: block;
}
#section7 .container .items .costume .name {
  position: absolute;
  bottom: 173px;
  left: -70px;
  z-index: 2;
}
#section7 .container .btn_more {
  display: block;
  width: 622px;
  height: 182px;
  background: url("../images/section7/btn_more_off.png") 0 0 no-repeat;
  background-size: cover;
  transition: background 0.3s;
}
#section7 .container .btn_more:hover {
  background-image: url("../images/section7/btn_more_on.png");
}
#section7 .container .button-box {
  margin-top: 143px;
}
#section7 .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#section7 .background > i {
  display: block;
  position: absolute;
}
#section7 .background .cookie {
  top: 38px;
  left: 165px;
  animation: section7-cookie_bounce 2500ms ease-out infinite;
  -webkit-animation: section7-cookie_bounce 2500ms ease-out infinite;
}
@keyframes section7-cookie_bounce {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
}
#section7 .background .chocolate1 {
  top: 120px;
  right: 665px;
  animation: section7-chocolate1_bounce 3000ms ease-out infinite;
  -webkit-animation: section7-chocolate1_bounce 3000ms ease-out infinite;
}
@keyframes section7-chocolate1_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);
  }
}
#section7 .background .chocolate2 {
  top: 220px;
  right: 618px;
  animation: section7-chocolate1_bounce 2000ms ease-out infinite;
  -webkit-animation: section7-chocolate1_bounce 2000ms ease-out infinite;
}
@keyframes section7-chocolate1_bounce {
  0% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
  }
}

#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_blind {
  margin-top: 10px;
  width: 234px;
  height: 14px;
  background-position-y: -48px;
}
.util .btn_blind: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;
}