/* 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: 50%;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 121px;
  margin-top: -100px;
  border-top: 1px solid #ff1ab1;
  z-index: 99;
}
#quick button {
  position: relative;
  width: 121px;
  height: 75px;
  background: url("../images/spr_quick.jpg") no-repeat;
}
#quick button:nth-of-type(2) {
  background-position-y: -75px;
}
#quick button:nth-of-type(3) {
  background-position-y: -150px;
}
#quick button:nth-of-type(4) {
  background-position-y: -225px;
}
#quick button:nth-of-type(5) {
  background-position-y: -300px;
}
#quick button:hover, #quick button.active {
  background-position-x: -121px;
}

.lnb {
  position: absolute;
  top: 0;
  left: -166px;
  width: 166px;
  height: 100vh;
  background: #1e1c1c;
  transition: left 0.3s ease;
  z-index: 999;
}
.lnb.fixed {
  position: fixed;
}
.lnb.open {
  left: 0;
}
.lnb.open .lnb-toggle {
  background-position-x: -50px;
}

.lnb-logo a {
  background: url("https://sht-vod.dn.nexoncdn.co.kr/cso/event/common/images/lnb_logo.png") no-repeat 50% 0;
  display: block;
  height: 64px;
  text-align: center;
}

.lnb-menus {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0.7);
  scrollbar-width: thin;
}
.lnb-menus::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.7);
}
.lnb-menus::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}
.lnb-menus li.active a {
  filter: grayscale(0) brightness(1);
}
.lnb-menus li.disabled {
  pointer-events: none;
  cursor: default;
}
.lnb-menus li a {
  display: block;
  filter: grayscale(1) brightness(0.7);
  transition: filter 0.3s;
}
.lnb-menus li a:hover {
  filter: grayscale(0) brightness(1);
}

.lnb-toggle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 38px;
  height: 38px;
  background: url("https://sht-vod.dn.nexoncdn.co.kr/cso/event/common/images/lnb_close.png") no-repeat;
  text-indent: -9999px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 1440px;
  overflow: hidden;
}
#visual .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1440px;
  padding: 57px 0 200px;
  box-sizing: border-box;
}
#visual .container .titleBox {
  text-align: center;
}
#visual .container .title {
  position: relative;
  display: inline-block;
}
#visual .container .title .top {
  position: absolute;
  top: 10px;
  left: 157px;
}
#visual .container .title .bottom {
  position: relative;
}
#visual .container .title .bottom span {
  display: block;
}
#visual .container .title .bottom .text1 {
  position: relative;
}
#visual .container .title .bottom .text1 i {
  position: absolute;
  top: 58px;
  left: 148px;
  display: block;
  width: 62px;
  height: 59px;
  background: url("../images/visual/title_star.png") 0 0 no-repeat;
  animation: visual_backlightLeftSpin 1200ms linear infinite alternate;
  -webkit-animation: visual_backlightLeftSpin 1200ms linear infinite alternate;
}
@keyframes visual_backlightLeftSpin {
  0% {
    opacity: 0.9;
    transform-origin: 51% 42%;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform-origin: 51% 42%;
    transform: scale(1.1) rotate(-5deg);
    -webkit-transform: scale(1.1) rotate(-5deg);
  }
}
#visual .container .title .bottom .text2 {
  position: absolute;
  top: 0;
  left: 0;
}
#visual .container .title .bottom .text3 {
  position: absolute;
  top: 0;
  left: 0;
}
#visual .container .title .bottom .text4 {
  position: absolute;
  top: 0;
  left: 0;
}
#visual .container .subTitle {
  margin-top: 42px;
}
#visual .container nav .btn_preview {
  display: block;
  width: 600px;
  height: 160px;
  background: url("../images/visual/btn_preview_off.png") 0 0 no-repeat;
  transition: all linear 200ms;
}
#visual .container nav .btn_preview:hover {
  background-image: url("../images/visual/btn_preview_on.png");
}
#visual .background {
  position: relative;
}
#visual .background .bg {
  position: relative;
  top: -30px;
}
#visual .background .bg .layer1 {
  position: relative;
  transform-origin: 50% 50%;
  animation: visual_zoomInOut 55000ms ease-out infinite;
  -webkit-animation: visual_zoomInOut 55000ms ease-out infinite;
}
@keyframes visual_zoomInOut {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#visual .background .bg .layer1 .star {
  position: absolute;
  top: 0;
  left: 273px;
  animation: weapon_fadeInOut 1000ms linear infinite alternate;
  -webkit-animation: weapon_fadeInOut 1000ms linear infinite alternate;
}
@keyframes weapon_fadeInOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#visual .background .bg .layer2 {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  animation: visual_waddle 7500ms linear infinite alternate;
  -webkit-animation: visual_waddle 7500ms linear infinite alternate;
}
@keyframes visual_waddle {
  0% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
}
#visual .background .bg .layer2 .monitor .left {
  position: absolute;
  bottom: 229px;
  left: 486px;
  animation: monitor_darker 1100ms linear infinite alternate;
  -webkit-animation: monitor_darker 1100ms linear infinite alternate;
}
@keyframes monitor_darker {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(60%);
  }
}
#visual .background .bg .layer2 .monitor .right {
  position: absolute;
  bottom: 233px;
  right: 439px;
  animation: monitor_darker 1100ms linear infinite alternate;
  -webkit-animation: monitor_darker 1100ms linear infinite alternate;
}
@keyframes monitor_darker {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(60%);
  }
}
#visual .background .character {
  text-align: Center;
  position: relative;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
#visual .background .character span {
  display: inline-block;
}
#visual .background .character .rabbit {
  position: absolute;
  top: -140px;
  left: 310px;
}
#visual .background .character .rabbit picture {
  animation: visual_bounce 1000ms ease-out infinite;
  -webkit-animation: visual_bounce 1000ms ease-out infinite;
}
@keyframes visual_bounce {
  0% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}
#visual .background .character .girl picture {
  transform-origin: 50% 100%;
  animation: visual2_waddle 11000ms linear infinite alternate;
  -webkit-animation: visual2_waddle 11000ms linear infinite alternate;
}
@keyframes visual2_waddle {
  0% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
}

#weapon {
  position: relative;
  z-index: 2;
  width: 2560px;
  height: 1605px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/weapon/bg_weapon.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#weapon .container {
  position: relative;
  z-index: 1;
  height: 1605px;
  padding-top: 210px;
  box-sizing: border-box;
}
#weapon .container .title {
  text-align: center;
}
#weapon .container .subTitle {
  margin-top: 45px;
  text-align: center;
}
#weapon .container .weaponList {
  width: 1144px;
  margin-top: 140px;
}
#weapon .container .weaponList li {
  position: relative;
  display: flex;
  width: 100%;
}
#weapon .container .weaponList li:nth-of-type(odd) {
  flex-direction: row;
}
#weapon .container .weaponList li:nth-of-type(even) {
  flex-direction: row-reverse;
}
#weapon .container .weaponList li:nth-child(1) {
  margin-top: 0;
}
#weapon .container .weaponList li:nth-child(1) .text {
  position: absolute;
  top: 53px;
  left: 461px;
}
#weapon .container .weaponList li:nth-child(2) {
  margin-top: -66px;
}
#weapon .container .weaponList li:nth-child(2) .text {
  position: absolute;
  top: 106px;
  left: 169px;
}
#weapon .container .weaponList li:nth-child(3) {
  margin-top: -13px;
}
#weapon .container .weaponList li:nth-child(3) .text {
  position: absolute;
  top: 60px;
  left: 494px;
}
#weapon .container .weaponList li:nth-child(4) {
  margin-top: -54px;
}
#weapon .container .weaponList li:nth-child(4) .text {
  position: absolute;
  top: 100px;
  left: 176px;
}
#weapon .background {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1605px;
}
#weapon .background span {
  display: inline-block;
}
#weapon .background .star {
  position: absolute;
  top: 250px;
  left: 170px;
  z-index: 0;
  animation: weapon_fadeInOut 800ms linear infinite alternate;
  -webkit-animation: weapon_fadeInOut 800ms linear infinite alternate;
}
@keyframes weapon_fadeInOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#weapon .background .saturn {
  position: absolute;
  bottom: -520px;
  left: 0px;
  z-index: 1;
  animation: weapon_saturn_bounce 1200ms ease-out infinite;
  -webkit-animation: weapon_saturn_bounce 1200ms ease-out infinite;
}
@keyframes weapon_saturn_bounce {
  0% {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
  }
}
#weapon .background .character_left {
  position: absolute;
  left: 250px;
  top: 840px;
}
#weapon .background .character_left picture {
  animation: weapon_left_rightSpin 1400ms ease-out infinite;
  -webkit-animation: weapon_left_rightSpin 1400ms ease-out infinite;
}
@keyframes weapon_left_rightSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 60%;
  }
  50% {
    transform: rotate(1deg);
    transform-origin: 50% 60%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 60%;
  }
}
#weapon .background .character_right {
  position: absolute;
  right: 0;
  top: 238px;
}
#weapon .background .character_right picture {
  animation: weapon_right_bounce 1000ms ease-out infinite;
  -webkit-animation: weapon_right_bounce 1000ms ease-out infinite;
}
@keyframes weapon_right_bounce {
  0% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}

#reward {
  position: relative;
  width: 2560px;
  height: 4144px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reward article[class^=section] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reward .section1 {
  height: 1266px;
  padding-top: 210px;
  box-sizing: border-box;
  background: url("../images/reward/bg_reward_section1.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#reward .section1 .title {
  text-align: center;
}
#reward .section1 .subTitle {
  margin-top: 45px;
  text-align: center;
}
#reward .section1 .contents {
  margin-top: 60px;
}
#reward .section1 .contents picture {
  display: block;
  text-align: center;
}
#reward .section1 .contents .content2 {
  margin-top: 30px;
}
#reward .section2 {
  height: 417px;
  background: url("../images/reward/bg_reward_section2.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#reward .section2 .title {
  position: relative;
  margin-bottom: 54px;
}
#reward .section2 .title i {
  position: absolute;
  display: block;
}
#reward .section2 .title i.twinkle1 {
  top: 0;
  right: 0;
  width: 30px;
  height: 36px;
  background: url("../images/reward/section2_title_twinkle1.png") 0 0 no-repeat;
  background-size: 100% auto;
  animation: reward_sec2_twinkle1_twinkle 1000ms linear infinite alternate;
  -webkit-animation: reward_sec2_twinkle1_twinkle 1000ms linear infinite alternate;
}
@keyframes reward_sec2_twinkle1_twinkle {
  0% {
    opacity: 0.75;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#reward .section2 .title i.twinkle2 {
  top: 29px;
  right: 11px;
  width: 23px;
  height: 27px;
  background: url("../images/reward/section2_title_twinkle2.png") 0 0 no-repeat;
  background-size: 100% auto;
  animation: reward_sec2_twinkle2_twinkle 1600ms linear infinite alternate;
  -webkit-animation: reward_sec2_twinkle2_twinkle 1600ms linear infinite alternate;
}
@keyframes reward_sec2_twinkle2_twinkle {
  0% {
    opacity: 0.75;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
#reward .section3 {
  height: 987px;
  background: url("../images/reward/bg_reward_section3.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#reward .section3 .title {
  position: relative;
  margin-bottom: 30px;
}
#reward .section3 .title i {
  position: absolute;
  display: block;
}
#reward .section3 .title i.twinkle1 {
  top: 10px;
  left: 0;
  width: 12px;
  height: 13px;
  background: url("../images/reward/section3_title_twinkle1.png") 0 0 no-repeat;
  background-size: 100% auto;
  animation: reward_sec3_twinkle1_twinkle 1000ms linear infinite alternate;
  -webkit-animation: reward_sec3_twinkle1_twinkle 1000ms linear infinite alternate;
}
@keyframes reward_sec3_twinkle1_twinkle {
  0% {
    opacity: 0.75;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#reward .section3 .title i.twinkle2 {
  top: 27px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/reward/section3_title_twinkle2.png") 0 0 no-repeat;
  background-size: 100% auto;
  animation: reward_sec3_twinkle2_twinkle 800ms linear infinite alternate;
  -webkit-animation: reward_sec3_twinkle2_twinkle 800ms linear infinite alternate;
}
@keyframes reward_sec3_twinkle2_twinkle {
  0% {
    opacity: 0.75;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
#reward .section3 .title i.twinkle3 {
  top: 0px;
  left: 16px;
  width: 26px;
  height: 26px;
  background: url("../images/reward/section3_title_twinkle3.png") 0 0 no-repeat;
  background-size: 100% auto;
  animation: reward_sec3_twinkle3_twinkle 1600ms linear infinite alternate;
  -webkit-animation: reward_sec3_twinkle3_twinkle 1600ms linear infinite alternate;
}
@keyframes reward_sec3_twinkle3_twinkle {
  0% {
    opacity: 0.75;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
#reward .section3 .subTitle {
  margin-bottom: 25px;
}
#reward .section3 .background {
  position: relative;
  width: 1280px;
}
#reward .section3 .background span {
  display: block;
  position: relative;
}
#reward .section3 .background span picture {
  display: block;
}
#reward .section3 .background .anchor {
  position: absolute;
  top: 200px;
}
#reward .section3 .background .left {
  position: absolute;
  top: 68px;
  left: 370px;
}
#reward .section3 .background .left picture {
  animation: reward_sec3_gray_waddle 1800ms linear infinite alternate;
  -webkit-animation: reward_sec3_gray_waddle 1800ms linear infinite alternate;
}
@keyframes reward_sec3_gray_waddle {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: 20% 92%;
  }
  100% {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform-origin: 50% 92%;
  }
}
#reward .section3 .background .right {
  position: absolute;
  top: 0;
  left: 670px;
}
#reward .section3 .background .right picture {
  animation: reward_sec3_white_waddle 1200ms linear infinite alternate;
  -webkit-animation: reward_sec3_white_waddle 1200ms linear infinite alternate;
}
@keyframes reward_sec3_white_waddle {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: 20% 92%;
  }
  100% {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform-origin: 50% 92%;
  }
}
#reward .section4 {
  height: 1474px;
  background: url("../images/reward/bg_reward_section4.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#reward .section4 .title {
  margin-top: 65px;
}
#reward .section4 .contents {
  margin-top: 78px;
}
#reward .section4 .contents picture {
  display: block;
  text-align: center;
}
#reward .section4 .contents .content1 {
  margin-bottom: 85px;
}
#reward .section4 .contents .content2 {
  margin-bottom: 25px;
}
#reward .section4 .contents .content3 {
  margin-bottom: 20px;
}

#market {
  position: relative;
  z-index: 2;
  width: 2560px;
  height: 1606px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/market/bg_market.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#market .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 1606px;
  padding-top: 200px;
  box-sizing: border-box;
}
#market .container .title {
  margin-bottom: 50px;
}
#market .container .contents {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  margin-left: 60px;
}
#market .container .contents h3 {
  position: absolute;
  bottom: 514px;
  right: 34px;
  z-index: 2;
}
#market .container .contents .right {
  margin-left: -205px;
}
#market .container .contents .anchor {
  position: absolute;
  top: 300px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

#repurchase {
  position: relative;
  z-index: 2;
  width: 2560px;
  height: 1763px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/repurchase/bg_repurchase.jpg") 50% no-repeat;
  background-size: auto 100%;
}
#repurchase .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 1763px;
  padding-top: 200px;
  box-sizing: border-box;
}
#repurchase .container .title picture {
  display: block;
  text-align: center;
}
#repurchase .container .title .top {
  margin-bottom: 19px;
}
#repurchase .container .title .bottom {
  margin-bottom: 35px;
}
#repurchase .container .contents {
  width: 100%;
  margin-top: 90px;
}
#repurchase .container .contents .character {
  position: relative;
  position: absolute;
  bottom: 0;
  right: -360px;
}
#repurchase .container .contents .character .anchor {
  position: absolute;
  top: 350px;
  left: 0;
  display: block;
}
#repurchase .container .contents nav {
  position: absolute;
  left: 0;
  bottom: 280px;
  width: 100%;
}
#repurchase .container .contents nav .btn_event {
  display: block;
  width: 480px;
  height: 128px;
  margin: 0 auto;
  background: url("../images/repurchase/btn_event_off.png") 0 0 no-repeat;
  transition: all linear 200ms;
}
#repurchase .container .contents nav .btn_event:hover {
  background-image: url("../images/repurchase/btn_event_on.png");
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap picture {
  display: inline-block;
}

.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_home {
  display: block;
  width: 40px;
  height: 40px;
}
.util .btn_home:hover {
  background-position-y: -71px;
}
.util .btn_start {
  display: block;
  width: 190px;
  height: 40px;
  background-position-x: -44px;
}
.util .btn_start: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 {
  display: block;
  width: 100%;
  height: 120px;
  background: #000 url(../images/footer.jpg) 50% 50% no-repeat;
}