@charset "UTF-8";
body,
html {
  width: 100%;
  min-height: 100%;
  font-family: "Poppins", "Noto Sans", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  cursor: url(https://static.delabs.gg/boxingstar/img/main/ico-cursor.svg) 24 24, auto;
}

:lang(jp) body,
:lang(jp) html {
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, "Apple SD Gothic Neo", sans-serif;
}

body a,
body button,
body [type=button],
body input[type=reset],
body input[type=submit],
body [role=button],
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-scrollbar-button,
::-webkit-file-upload-button {
  cursor: url(https://static.delabs.gg/boxingstar/img/main/ico-cursor-hover.svg) 24 24, pointer !important;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

dl,
ol,
ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

button {
  border: none;
  outline: 0;
}

img {
  max-width: 100%;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@font-face {
  font-family: "Sports World";
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../../../assets/font/Sports World-Regular.ttf") format("woff"), url("../../../assets/font/Sports World-Regular.otf") format("opentype");
}
:root {
  --font-size-14: 0.73vw;
  --font-size-15: 0.78vw;
  --font-size-18: 0.94vw;
  --font-size-20: 1.04vw;
  --font-size-24: 1.25vw;
  --font-size-28: 1.46vw;
  --font-size-32: 1.67vw;
  --font-size-40: 2.08vw;
  --font-size-48: 2.5vw;
  --font-size-60: 3.13vw;
  --font-size-80: 4.17vw;
  --font-size-136: 7.08vw;
  --font-size-180: 9.38vw;
  --font-family-sports: "Sports World";
}

/* popup */
.pop-wrap {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: left 0s 0.35s;
}

.pop-wrap.actived {
  left: 0;
  transition-delay: 0s;
}

.pop-wrap.actived .cover {
  opacity: 1;
}

.pop-wrap.actived .pop-basic-data {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 50ms, opacity 0.25s;
}

.pop-wrap.black .cover {
  background: rgba(26, 23, 23, 0.8);
}

.pop-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
}

.pop-wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 243, 243, 0.8);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-pop-close {
  position: absolute;
  top: 15px;
  right: 22px;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  z-index: 10;
}
.btn-pop-close .icon {
  width: 30px;
  height: 30px;
}

.pop-basic-data {
  position: relative;
  display: inline-block;
  transform: scale(0.3);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s;
  box-sizing: border-box;
}

.pop-basic-data.full {
  width: 100%;
  height: 100%;
}

.agree-outer,
.agree-wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.agree-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 48px;
}

.agree-outer {
  position: relative;
  flex: 1;
  max-width: 714px;
  margin: 0 auto;
  flex-direction: column;
  background: #f3f3f3;
  border-radius: 16px;
  overflow: hidden;
}

.agree-header {
  width: 100%;
  height: 76px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #1a1717;
}

.agree-body {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 8px 32px 40px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 11px;
  line-height: 1.5;
  color: #646765;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .agree-wrap {
    padding: 40px 25px;
  }
  .agree-header {
    justify-content: flex-start;
    padding: 0 20px;
    font-size: 28px;
    text-align: left;
  }
  .btn-pop-close {
    row-gap: 17px;
    right: 10px;
  }
  .btn-pop-close .icon {
    width: 24px;
    height: 24px;
  }
}
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
.header-section.nav-down {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
}
.header-section.nav-down .nav-logo {
  opacity: 1;
}
.header-section.nav-up {
  top: -4.17vw;
}

.header-wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  padding: 0.9vw 4.17vw 0.79vw;
  box-sizing: border-box;
}
.header-wrap .sns-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 1.04vw;
}
.header-wrap .sns-list .item-link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
}
.header-wrap .sns-list .item-link.twitter {
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-x-white.svg) 0 0 no-repeat;
  background-size: contain;
}
.header-wrap .sns-list .item-link.fbook {
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-fbook-white.svg) 0 0 no-repeat;
  background-size: contain;
}
.header-wrap .sns-list .item-link.discord {
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-discord-white.svg) 0 0 no-repeat;
  background-size: contain;
}
.header-wrap .sns-list .item-link.file {
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-file-white-v2.svg) 0 0 no-repeat;
  background-size: contain;
}
.header-wrap .sns-list .item-link.telegram {
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-telegram-top.svg) 0 0 no-repeat;
  background-size: contain;
}

.wiki-link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: 12.29vw;
  height: 2.5vw;
  gap: 0.26vw;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94vw;
  font-weight: 700;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki.svg) 0 0 no-repeat;
  background-size: 12.29vw 2.5vw;
  transition: all 0.3s linear;
}
.wiki-link::before {
  content: "";
  display: flex;
  width: 1.56vw;
  height: 1.56vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-glove.svg) 0 0 no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.wiki-link:hover {
  color: #fff;
  background-image: url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki-on.svg);
}
.wiki-link:hover::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/ico-glove-on.svg);
}

.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.52vw;
  width: 6.41vw;
  height: 3.18vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-logo-sm.png) 0 0 no-repeat;
  background-size: cover;
  opacity: 0;
}

:lang(jp) .wiki-link {
  gap: 0;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .header-section {
    top: 586px;
  }
  .header-wrap.mo-type {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .header-wrap .sns-list {
    gap: 12px;
  }
  .header-wrap .sns-list .item-link {
    width: 48px;
    height: 48px;
  }
  .header-wrap .sns-list .item-link.file {
    background-image: url(https://static.delabs.gg/boxingstar/img/main/ico-file-white-mo.svg);
  }
  .wiki-link {
    display: block;
    width: 72px;
    height: 48px;
    background: url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki-mo-v2.svg) 0 0 no-repeat;
    background-size: 72px 48px;
  }
  .wiki-link::before {
    content: none;
  }
  .wiki-link:hover {
    background: url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki-mo-v2.svg) 0 0 no-repeat;
  }
  :lang(jp) .wiki-link {
    background-image: url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki-mo-jp.svg);
  }
  :lang(jp) .wiki-link:hover {
    background-image: url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki-mo-jp.svg);
  }
}
.footer-section {
  background: transparent;
  position: absolute;
  bottom: 3.13vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}

.footer-wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.17vw;
}
.footer-wrap .logo-delabs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 10.83vw;
  height: 2.19vw;
  background: url(https://static.delabs.gg/boxingstar/img/logo-delabs.png) 0 0 no-repeat;
  background-size: contain;
}
.footer-wrap .copy-box {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-size-14);
  font-weight: 500;
  line-height: 150%;
  text-align: right;
}
.footer-wrap .copy-box a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  text-decoration: underline;
  vertical-align: top;
}
.footer-wrap .link-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  gap: 0.52vw;
}
.footer-wrap .link-list .list-item:nth-child(2) .item-link::before {
  transform: rotate(180deg);
}
.footer-wrap .link-list .item-link {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: 8.33vw;
  height: 2.5vw;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s linear;
}
.footer-wrap .link-list .item-link:hover {
  color: rgb(255, 255, 255);
}
.footer-wrap .link-list .item-link:hover::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/img-link-support-on.svg);
}
.footer-wrap .link-list .item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-link-support.svg) 0 0 no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}

.lang-list {
  position: absolute;
  bottom: 3.23vw;
  right: 4.17vw;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.lang-list .item-link {
  display: block;
  padding: 0.31vw;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Noto Sans", sans-serif;
  font-size: var(--font-size-18);
  font-weight: 700;
  box-sizing: border-box;
}
.lang-list .item-link.jp {
  font-size: var(--font-size-15);
}
.lang-list .list-item.on .item-link {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1024px) {
  .footer-section {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background-color: #000;
  }
  .footer-wrap {
    padding: 30px 24px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer-wrap .link-list {
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .footer-wrap .link-list .item-link {
    width: 162px;
    height: 48px;
    color: rgb(255, 255, 255);
    font-size: 18px;
  }
  .footer-wrap .logo-delabs {
    position: static;
    width: 188px;
    height: 38px;
    margin-top: 60px;
    transform: none;
  }
  .footer-wrap .copy-box {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
  }
  .footer-wrap .copy {
    margin-top: 14px;
  }
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(https://static.delabs.gg/boxingstar/img/main/bg-faq.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-hover.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type1.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type2.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type3.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type4.svg) url(https://static.delabs.gg/boxingstar/img/main/img-link-support.svg) url(https://static.delabs.gg/boxingstar/img/main/img-link-support-on.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-mo.png) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-bottom-mo.png) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-bottom-on-mo.png) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-on-mo.png) url(https://static.delabs.gg/boxingstar/img/main/bg-section-game.png) url(https://static.delabs.gg/boxingstar/img/main/img-section-game-mo.png) url(https://static.delabs.gg/boxingstar/img/main/bg-game.png) url(https://static.delabs.gg/boxingstar/img/img-mode-story.png) url(https://static.delabs.gg/boxingstar/img/img-mode-punch.png) url(https://static.delabs.gg/boxingstar/img/img-mode-pvp.png) url(https://static.delabs.gg/boxingstar/img/main/ico-glove-on.svg) url(https://static.delabs.gg/boxingstar/img/main/img-link-wiki-on.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type1-jp.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type2-jp.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type3-jp.svg) url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type4-jp.svg);
}

.icon {
  display: inline-flex;
}

.ico-telegram {
  width: 2.1vw;
  height: 2.1vw;
  background: url(https://static.delabs.gg/boxingstar/img/ico-telegram.svg) 0 0 no-repeat;
  background-size: contain;
}

.ico-line {
  width: 2.1vw;
  height: 2.1vw;
  background: url(https://static.delabs.gg/boxingstar/img/ico-line.svg) 0 0 no-repeat;
  background-size: contain;
}

.ico-wiki {
  width: 2.1vw;
  height: 2.1vw;
  background: url(../../../assets/images/boxing/ico-wiki.svg) 0 0 no-repeat;
  background-size: contain;
  mix-blend-mode: plus-lighter;
}

.ico-arrow-bottom {
  width: 2.5vw;
  height: 2.92vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/arrow.svg) 0 0 no-repeat;
  background-size: contain;
}

.ico-logo-ios {
  width: 3.13vw;
  height: 3.13vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-logo-ios.svg) 0 0 no-repeat;
  background-size: contain;
}

.ico-logo-and {
  width: 3.13vw;
  height: 3.13vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-logo-and.svg) 0 0 no-repeat;
  background-size: contain;
}

.icon-pop-close-black {
  width: 100%;
  height: 100%;
  background: url(https://static.delabs.gg/boxingstar/img/icon-pop-close-black.png) 0 0 no-repeat;
  background-size: contain;
}

.boxing-container {
  position: relative;
}

.content-box {
  position: relative;
  background: black;
}

.mo-type {
  display: none;
}

/* 복싱스타 로고 */
.logo-boxing {
  width: 22.19vw;
  height: 11.67vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-logo-v2.png) 0 0 no-repeat;
  background-size: cover;
  z-index: 10;
}

/* 게임 로그인 */
.connect-wrap {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3.75vw;
  margin-top: 12.5vw;
}
.connect-wrap .connect-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.31vw;
}
.connect-wrap .item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.83vw;
  align-items: center;
  justify-content: center;
  width: 25.42vw;
  height: 5.21vw;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.connect-wrap .item-link.telegram {
  color: #3bbefb;
}
.connect-wrap .item-link.telegram .ico-telegram {
  position: relative;
  background-image: url(https://static.delabs.gg/boxingstar/img/main/ico-telegram-blue.svg);
  transition: all 0.3s linear;
  z-index: 5;
}
.connect-wrap .item-link.telegram:hover {
  color: #fff;
}
.connect-wrap .item-link.telegram:hover .ico-telegram {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/ico-telegram-white.svg);
}
.connect-wrap .item-link.telegram:hover svg > path {
  fill: #00acfd;
  stroke: #fff;
  fill-opacity: 1;
}
.connect-wrap .item-link.line {
  padding-top: 0.52vw;
  color: #00de5d;
}
.connect-wrap .item-link.line:hover {
  color: #fff;
}
.connect-wrap .item-link.line:hover .ico-line {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/ico-line-white.svg);
}
.connect-wrap .item-link.line:hover svg > path {
  fill: #00de5d;
  stroke: #fff;
  fill-opacity: 1;
}
.connect-wrap .item-link.line .ico-line {
  position: relative;
  background-image: url(https://static.delabs.gg/boxingstar/img/main/ico-line-green.svg);
  transition: all 0.3s linear;
  z-index: 5;
}
.connect-wrap .item-link .bg-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.connect-wrap .item-link .link-text {
  position: relative;
  display: block;
  font-family: var(--font-family-sports);
  font-size: var(--font-size-28);
  font-weight: 400;
  text-transform: uppercase;
  z-index: 5;
}
.connect-wrap .item-link svg {
  width: 25.42vw;
  height: 5.21vw;
}
.connect-wrap .item-link svg > path {
  transition: all 0.3s linear;
}

.arrow-wrap {
  position: relative;
  width: 100%;
  height: 2.92vw;
  margin: 8.44vw 0;
  z-index: 20;
}
.arrow-wrap .arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  animation: bounce 1s ease-in infinite alternate;
}
.arrow-wrap .arrow-item {
  display: block;
  animation: arrows 1s infinite alternate;
}
.arrow-wrap .arrow-item.type1 {
  margin-top: -1.56vw;
  animation-delay: 0.1s;
}
.arrow-wrap .arrow-item.type2 {
  margin-top: -2.08vw;
  animation-delay: 0.2s;
}
.arrow-wrap .arrow-item.type3 {
  margin-top: -2.08vw;
  animation-delay: 0.3s;
}

@keyframes arrows {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  to {
    transform: translateY(10px);
  }
}
.section {
  position: relative;
  min-height: 100vh;
  height: 100%;
}

.section-title {
  font-size: 6.7vw;
  font-weight: 400;
  text-align: center;
}

.effect-fade {
  transform: translate(0, 70px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 2s ease;
  will-change: transform;
  text-align: center;
}
.effect-fade.active {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

/* section main */
.section-main {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 30;
}
.section-main .video-box,
.section-main .main-img-mo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-main .video-box::before,
.section-main .main-img-mo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-main.png) 0 0 no-repeat;
  background-size: cover;
}
.section-main .video-box::after,
.section-main .main-img-mo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.79vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.section-main .video-box video,
.section-main .video-box img,
.section-main .main-img-mo video,
.section-main .main-img-mo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-summery {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #000;
}
.section-summery .section-title {
  font-size: var(--font-size-80);
  font-family: var(--font-family-sports);
}
.section-summery .section-text {
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}

.summery-top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6.25vw;
  width: 100%;
  padding-bottom: 1.65vw;
}
.summery-top .text-wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25vw;
  margin-top: 16.15vw;
  color: #fff;
}
.summery-top .img-wrap {
  overflow: hidden;
  position: relative;
  width: 26.04vw;
  height: 26.04vw;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  z-index: 20;
}
.summery-top .img-wrap .main-box {
  width: 100%;
  height: 100%;
}
.summery-top .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
}
.summery-top .img-motion img {
  display: none;
}
.summery-top .title-motion {
  width: 400px;
  opacity: 0;
}
.summery-top .title-motion img {
  width: 100%;
}

.deco-sparkle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
}
.deco-sparkle .sparkle1 {
  position: absolute;
  left: 8.18vw;
  bottom: 6.09vw;
  width: 10.42vw;
  height: 10.42vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-deco-left.png) 0 0 no-repeat;
  background-size: contain;
  animation: sparkle 1.5s infinite ease-in-out;
}
.deco-sparkle .sparkle2 {
  position: absolute;
  right: 25.68vw;
  bottom: 4.93vw;
  width: 5.21vw;
  height: 5.21vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-deco-right-sm.png) 0 0 no-repeat;
  background-size: contain;
  animation: sparkle 1s infinite ease-in-out 0.2s;
}
.deco-sparkle .sparkle3 {
  position: absolute;
  right: 5.16vw;
  bottom: 9.27vw;
  width: 10.42vw;
  height: 10.42vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-deco-right-sm.png) 0 0 no-repeat;
  background-size: contain;
  animation: sparkle 1.5s infinite ease-out 0.4s;
}
.deco-sparkle .sparkle4 {
  position: absolute;
  left: 26.04vw;
  bottom: 1.56vw;
  width: 5.21vw;
  height: 5.21vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-deco-right-sm.png) 0 0 no-repeat;
  background-size: contain;
  animation: sparkle 2s infinite ease-out 0.4s;
}

.deco-boxer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.deco-boxer .boxer1 {
  position: absolute;
  left: -2.4vw;
  bottom: 0;
  display: block;
  width: 45.89vw;
  height: 50.63vw;
  opacity: 0;
  background: url(https://static.delabs.gg/boxingstar/img/img-boxer-left.png) 0 0 no-repeat;
  background-size: contain;
}
.deco-boxer .boxer2 {
  position: absolute;
  right: -2.4vw;
  bottom: 0;
  display: block;
  width: 46.25vw;
  height: 48.85vw;
  opacity: 0;
  background: url(https://static.delabs.gg/boxingstar/img/img-boxer-right.png) 0 0 no-repeat;
  background-size: contain;
}

.smog {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  height: 33.91vw;
  opacity: 0;
  mix-blend-mode: screen;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-smog.png) 0 0 no-repeat;
  background-size: cover;
  z-index: 30;
  animation: smog 3s ease-in-out infinite alternate;
}

.summery-bottom {
  position: absolute;
  bottom: 6.25vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  z-index: 30;
}

.number-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 1.46vw;
  width: 100%;
}
.number-list .list-item {
  flex-direction: column;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 0.42vw;
  color: #fff;
}
.number-list .list-item .num {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 0.21vw;
  font-size: var(--font-size-48);
  font-weight: 700;
  width: 15.63vw;
}
.number-list .list-item .num::before {
  content: "";
  display: block;
  width: 1.67vw;
  height: 3.33vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-num-deco-left.svg) 0 0 no-repeat;
  background-size: cover;
}
.number-list .list-item .num::after {
  content: "";
  display: block;
  width: 1.67vw;
  height: 3.33vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-num-deco-right.svg) 0 0 no-repeat;
  background-size: cover;
}
.number-list .list-item .title {
  font-size: var(--font-size-32);
  font-family: var(--font-family-sports);
  text-transform: uppercase;
}

@keyframes sparkle {
  100% {
    opacity: 0.2;
  }
}
@keyframes smog {
  100% {
    transform: scale(1.2);
  }
}
.section-game {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(https://static.delabs.gg/boxingstar/img/main/bg-section-game.png);
  mask-image: url(https://static.delabs.gg/boxingstar/img/main/bg-section-game.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center top;
  margin-top: -24.55vw;
  z-index: 35;
}
.section-game .game-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -156.25vw;
  margin-left: -156.25vw;
  width: 312.5vw;
  height: 312.5vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-game-v2.png) center no-repeat;
  background-size: cover;
  animation: bg-rotate 80s infinite linear forwards;
  z-index: 5;
}
.section-game .game-box {
  position: relative;
  padding: 32.08vw 4.17vw;
  z-index: 10;
}
.section-game .mode-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10.42vw;
}
.section-game .mode-list .list-item {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
}
.section-game .mode-list .list-item:nth-child(1) .img-wrap {
  width: 39.74vw;
  height: 29.64vw;
  background: url(https://static.delabs.gg/boxingstar/img/img-mode-story.png) 0 0 no-repeat;
  background-size: contain;
}
.section-game .mode-list .list-item:nth-child(2) .img-wrap {
  width: 44.06vw;
  height: 32.97vw;
  order: 2;
  background: url(https://static.delabs.gg/boxingstar/img/img-mode-punch.png) 0 0 no-repeat;
  background-size: contain;
}
.section-game .mode-list .list-item:nth-child(3) .img-wrap {
  width: 41.25vw;
  height: 29.69vw;
  background: url(https://static.delabs.gg/boxingstar/img/img-mode-pvp.png) 0 0 no-repeat;
  background-size: contain;
}
.section-game .mode-list .text-wrap {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25vw;
  max-width: 870px;
  color: #fff;
}
.section-game .mode-list .list-title {
  font-family: var(--font-family-sports);
  font-size: var(--font-size-80);
  font-weight: 400;
  text-transform: uppercase;
}
.section-game .mode-list .list-text {
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.section-game .mode-list .mode-effect {
  transform-style: preserve-3d;
  transition: transform 0.05s linear;
}

.game-deco-top {
  position: relative;
  display: block;
  width: 100%;
  height: 26.82vw;
  margin-top: 70vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-section-game-deco-top.png) center no-repeat;
  background-size: cover;
  z-index: 50;
}

.game-deco-bottom {
  position: relative;
  display: block;
  width: 100%;
  height: 25vw;
  margin-top: -17.25vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-section-game-deco-bottom.png) center no-repeat;
  background-size: cover;
  z-index: 50;
}

@keyframes bg-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-play {
  overflow: hidden;
  margin-top: -17.63vw;
  z-index: 30;
}
.section-play .section-title {
  position: relative;
  padding-top: 24.43vw;
  color: #f7db5a;
  font-size: var(--font-size-136);
  font-weight: 400;
  font-family: var(--font-family-sports);
  letter-spacing: -1.36px;
  z-index: 10;
}
.section-play .swiper-wrap {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 6.53vw;
  padding: 5.21vw 15.73vw 14.48vw;
  box-sizing: border-box;
  z-index: 10;
}
.section-play .mySwiper2 {
  overflow: unset !important;
  width: 32.76vw;
  flex-shrink: 0;
}
.section-play .mySwiper2 .swiper-slide {
  width: 32.76vw;
  height: 40.36vw;
}
.section-play .mySwiper2 .swiper-slide .video-wrap {
  position: relative;
  width: 31.25vw;
  height: 39.06vw;
  -webkit-mask-image: url(https://static.delabs.gg/boxingstar/img/main/img-video-bg.svg);
  mask-image: url(https://static.delabs.gg/boxingstar/img/main/img-video-bg.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.section-play .mySwiper2 .swiper-slide .mask {
  position: absolute;
  top: -0.8vw;
  right: 0.23vw;
  width: 32.76vw;
  height: 40.36vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-video-card-back.svg) 0 0 no-repeat;
  background-size: cover;
}
.section-play .mySwiper2 .swiper-slide video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.section-play .mySwiper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: calc(100% - 32.76vw);
  gap: 3.54vw;
}
.section-play .mySwiper .text-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3.13vw;
}
.section-play .mySwiper .swiper-slide {
  width: calc(100% - 32.76vw);
  color: #fff;
  font-size: var(--font-size-40);
  font-family: var(--font-family-sports);
  letter-spacing: -0.4px;
  white-space: nowrap;
}
.section-play .mySwiper .swiper-slide:hover {
  cursor: url(https://static.delabs.gg/boxingstar/img//ico-cursor-hover.svg) 24 24, pointer !important;
}
.section-play .mySwiper .swiper-slide-thumb-active {
  color: #fff;
  font-size: var(--font-size-60);
}
.section-play .swiper-pagination,
.section-play .custom-pagination {
  position: relative !important;
  width: 0.21vw;
  height: 18.75vw;
}
.section-play .swiper-pagination-progressbar,
.section-play .swiper-pagination-custom {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0.21vw !important;
  height: 18.75vw !important;
  background: #fff !important;
}
.section-play .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  background: #f7db5a !important;
  width: 100%;
  height: 25%; /* 초기값 */
  transform-origin: top !important;
  transition: height 0.3s ease-out;
}
.section-play .swiper-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.section-play .swiper-bg-wrap .swiper-bg-box {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.section-play .swiper-bg-wrap .swiper-bg-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41.67vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.section-play .swiper-bg-wrap .swiper-bg-box:nth-child(4) {
  background-color: #0014e5;
}
.section-play .swiper-bg-wrap .swiper-bg-box:nth-child(4)::after {
  background: linear-gradient(180deg, rgba(0, 20, 229, 0) 0%, #0014e5 100%);
}
.section-play .swiper-bg-wrap .swiper-bg-box.on {
  display: block;
}
.section-play .swiper-bg-wrap .swiper-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.15vw;
  font-size: var(--font-size-180);
  font-family: var(--font-family-sports);
  color: #fff;
  letter-spacing: -1.8px;
  white-space: nowrap;
}
.section-play .swiper-bg-wrap .swiper-bg:nth-child(odd) {
  opacity: 0.08;
  animation: flow-left 20s linear infinite;
}
.section-play .swiper-bg-wrap .swiper-bg:nth-child(even) {
  opacity: 0.06;
  animation: flow-right 20s linear infinite;
}

@keyframes flow-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes flow-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.section-faq {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3.65vw;
  padding: 6.25vw 5.2vw;
  background: #0014e5;
  z-index: 30;
}
.section-faq:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14.06vw;
  background: linear-gradient(0deg, #0014e5 0%, rgba(0, 20, 229, 0) 100%);
}
.section-faq .section-title {
  position: relative;
  color: #fff;
  font-size: var(--font-size-80);
  font-weight: 400;
  font-family: var(--font-family-sports);
  text-transform: uppercase;
  letter-spacing: -0.8px;
  z-index: 10;
}

.faq-wrap {
  position: relative;
  z-index: 10;
}

.faq-list {
  position: relative;
  width: 45.31vw;
  color: #3c00a3;
  box-sizing: border-box;
}
.faq-list + .faq-list {
  margin-top: 0.83vw;
}
.faq-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq.svg) 0 0 no-repeat;
  background-size: 45.31vw 6.25vw;
}
.faq-list:hover::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-hover.svg);
}
.faq-list:nth-child(1).on {
  height: 22.66vw;
}
.faq-list:nth-child(1).on::before {
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type1.svg) 0 0 no-repeat;
  background-size: 45.31vw 22.66vw;
}
.faq-list:nth-child(2).on {
  height: 21.09vw;
}
.faq-list:nth-child(2).on::before {
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type2.svg) 0 0 no-repeat;
  background-size: 45.31vw 21.09vw;
}
.faq-list:nth-child(3).on {
  height: 43.91vw;
}
.faq-list:nth-child(3).on::before {
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type3.svg) 0 0 no-repeat;
  background-size: 45.36vw 43.91vw;
}
.faq-list:nth-child(4).on {
  height: 14.22vw;
}
.faq-list:nth-child(4).on::before {
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type4.svg) 0 0 no-repeat;
  background-size: 45.31vw 14.22vw;
}
.faq-list.on .faq-title::before {
  transform: rotate(-180deg);
}
.faq-list.on .faq-title button {
  padding: 2.03vw 2.08vw 0;
}
.faq-list.on .faq-text {
  display: block;
}

.faq-title::before {
  content: "";
  position: absolute;
  top: 1.67vw;
  right: 2.08vw;
  width: 2.92vw;
  height: 2.92vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/ico-faq-arrow.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 10;
  transition: all 0.3s linear;
}
.faq-title button {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.03vw 2.08vw;
  color: #3c00a3;
  font-size: var(--font-size-28);
  font-weight: 700;
  line-height: 150%;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
}

.faq-text {
  overflow: hidden;
  display: none;
}
.faq-text .text-list {
  position: relative;
  padding: 1.04vw 2.08vw 2.08vw;
}
.faq-text .text-list .list-item {
  position: relative;
  padding-left: 0.62vw;
  color: #3c00a3;
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 150%;
}
.faq-text .text-list .list-item::before {
  content: "";
  position: absolute;
  top: 0.63vw;
  left: 0;
  width: 0.21vw;
  height: 0.21vw;
  background-color: #3c00a3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.faq-text .text-list .list-item strong {
  font-weight: 600;
}
.faq-text .text-list .list-item + .list-item {
  margin-top: 0.63vw;
}
.faq-text .text-list .list-item .link-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.42vw;
  color: #000;
}
.faq-text .text-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.faq-text .text-link:hover {
  color: #7e46ff;
}

.faq-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-img-wrap .img-left {
  position: absolute;
  top: 16.72vw;
  left: -1.5vw;
  width: 30.52vw;
  height: 40.26vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-faq-left-v3.png) 0 0 no-repeat;
  background-size: cover;
}
.faq-img-wrap .img-left-bottom {
  display: none;
  position: absolute;
  left: 2.92vw;
  bottom: 14.03vw;
  width: 13.75vw;
  height: 1.93vw;
  -webkit-border-radius: 264px;
  -moz-border-radius: 264px;
  -ms-border-radius: 264px;
  border-radius: 264px;
  opacity: 0.5;
  background: #8284ff;
  filter: blur(20px);
}
.faq-img-wrap .img-right {
  position: absolute;
  top: 15.63vw;
  right: -2.08vw;
  width: 37.5vw;
  height: 79.17vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-faq-right.png) 0 0 no-repeat;
  background-size: cover;
}

/* footer */
.section-footer {
  position: relative;
  background: #000 url(https://static.delabs.gg/boxingstar/img/main/img-bg-footer.png) center bottom no-repeat;
  background-size: 63.23vw 35.42vw;
  z-index: 30;
}
.section-footer::before {
  content: "";
  position: absolute;
  top: -0.94vw;
  left: 0;
  width: 100%;
  height: 6.98vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/bg-footer.png) 0 0 no-repeat;
  background-size: cover;
}
.section-footer:after {
  content: "";
  position: absolute;
  top: -1vw;
  left: 50%;
  transform: translateX(-50%);
  width: 17.92vw;
  height: 7.71vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-deco-footer.png) 0 0 no-repeat;
  background-size: cover;
}
.section-footer .section-title {
  padding-top: 15.63vw;
  color: #fff;
  font-family: var(--font-family-sports);
  font-size: var(--font-size-80);
  font-weight: 400;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.spec-wrap {
  margin-top: 3.13vw;
  padding-bottom: 29.69vw;
}

.spec-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 0.73vw;
}
.spec-list .list-item {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  height: 14.27vw;
  width: 14.06vw;
  flex-direction: column;
}
.spec-list .list-item:last-of-type .list-info {
  padding: 0 1.67vw 0 1.88vw;
}
.spec-list .list-item .bg-spec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spec-list .list-item .bg-spec svg {
  height: 14.27vw;
  width: 14.06vw;
}
.spec-list .list-item .icon {
  position: relative;
}
.spec-list .list-info {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2.45vw 0 1.82vw;
  width: 100%;
  box-sizing: border-box;
}
.spec-list .list-info + .list-info {
  margin-top: 0.36vw;
}
.spec-list .list-info:first-of-type {
  margin-top: 0.83vw;
}
.spec-list .info-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 150%;
}
.spec-list .info-text {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 150%;
}

.partners-wrap {
  width: 100%;
  margin-top: 10.42vw;
  background-color: #000;
}
.partners-wrap.on .partner-list .list-item:first-of-type {
  background: url(https://static.delabs.gg/boxingstar/img/main/img-partners-top.png) 12.5vw 0 no-repeat;
  background-size: 212.29vw 3.44vw;
  animation: left 90s linear 0.5s infinite;
}
.partners-wrap.on .partner-list .list-item:last-of-type {
  position: relative;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-partners-bottom.png) 110% 0 no-repeat;
  background-size: 223.44vw 3.44vw;
  animation: right 150s linear 0.5s infinite;
}
.partners-wrap .section-title {
  margin-bottom: 3.13vw;
  color: #fff;
  font-family: var(--font-family-sports);
  font-size: var(--font-size-80);
  font-weight: 400;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}

.partner-list {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 1.88vw;
  width: 100%;
}
.partner-list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.44vw;
  gap: 1.72vw;
  white-space: nowrap;
  box-sizing: border-box;
}

@keyframes left {
  0% {
    background-position-x: 12.5vw;
  }
  0% {
    background-position-x: 0;
    background-repeat: repeat-x;
  }
  50% {
    background-position-x: -96.49vw;
    background-repeat: repeat-x;
  }
  100% {
    background-position-x: -212.29vw;
    background-repeat: repeat-x;
  }
}
@keyframes right {
  0% {
    background-position-x: -110.78vw;
  }
  30% {
    background-position-x: 0;
    background-repeat: repeat-x;
  }
  60% {
    background-position-x: 110.78;
    background-repeat: repeat-x;
  }
  100% {
    background-position-x: 223.44vw;
    background-repeat: repeat-x;
  }
}
.btn-top {
  position: absolute;
  bottom: 9.22vw;
  right: 4.17vw;
  width: 2.5vw;
  height: 2.5vw;
  background: url(https://static.delabs.gg/boxingstar/img/main/img-btn-top.svg) 0 0 no-repeat;
  background-size: contain;
}

:lang(jp) {
  font-family: "Noto Sans", "Noto Sans JP";
}
:lang(jp) .connect-wrap .item-link .link-text {
  font-family: "Noto Sans", "Noto Sans JP";
  font-size: var(--font-size-28);
  font-weight: 800;
}
:lang(jp) .section-summery .section-text {
  font-weight: 700;
  font-family: "Noto Sans", "Noto Sans JP";
}
:lang(jp) .number-list .list-item .title {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}
:lang(jp) .section-game .mode-list .list-title {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}
:lang(jp) .section-play .swiper-bg-wrap .swiper-bg span {
  font-family: var(--font-family-sports);
}
:lang(jp) .section-play .section-title {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}
:lang(jp) .section-play .mySwiper .swiper-slide {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}
:lang(jp) .section-faq .section-title {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}
:lang(jp) .faq-title button {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}
:lang(jp) .faq-text .text-list .list-item {
  font-family: "Noto Sans", "Noto Sans JP";
  word-break: break-all;
  letter-spacing: 0.6px;
}
:lang(jp) .faq-list:nth-child(1).on {
  height: 24.17vw;
}
:lang(jp) .faq-list:nth-child(1).on::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type1-jp.svg);
  background-size: 45.31vw 24.17vw;
}
:lang(jp) .faq-list:nth-child(2).on {
  height: 17.92vw;
}
:lang(jp) .faq-list:nth-child(2).on::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type2-jp.svg);
  background-size: 45.31vw 17.92vw;
}
:lang(jp) .faq-list:nth-child(3).on {
  height: 42.34vw;
}
:lang(jp) .faq-list:nth-child(3).on::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type3-jp.svg);
  background-size: 45.31vw 42.34vw;
}
:lang(jp) .faq-list:nth-child(4).on {
  height: 14.22vw;
}
:lang(jp) .faq-list:nth-child(4).on::before {
  background-image: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-on-type4-jp.svg);
  background-size: 45.31vw 14.22vw;
}
:lang(jp) .section-footer .section-title {
  font-family: "Noto Sans", "Noto Sans JP";
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-game {
    margin-top: -21.8vw !important;
  }
  .game-deco-top {
    height: 28.82vw !important;
  }
  .game-deco-bottom {
    height: 25vw !important;
    margin-top: -16.85vw !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-type {
    display: none;
  }
  .mo-type {
    display: block;
  }
  .logo-boxing {
    width: 211px;
    height: 111px;
    background: url(https://static.delabs.gg/boxingstar/img/main/img-logo-mo.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 10;
  }
  .section-main::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 5;
  }
  .section-main .main-img-mo::before {
    background: rgba(0, 0, 0, 0.4);
  }
  .section-main .main-img-mo:after {
    top: 0;
    height: 100%;
    background: url(https://static.delabs.gg/boxingstar/img/main/img-main-after-mo.svg) 0 0 no-repeat;
    background-size: cover;
  }
  .connect-wrap {
    width: 100%;
    padding: 0 55px;
    margin-top: 175px;
    gap: 40px;
    box-sizing: border-box;
  }
  .connect-wrap .connect-list {
    width: 100%;
    gap: 20px;
  }
  .connect-wrap .item-link {
    gap: 8px;
    width: 100%;
    max-width: 100%;
    height: 50px;
  }
  .connect-wrap .item-link.line {
    padding: 17.5px 0 11.5px;
    background: url(https://static.delabs.gg/boxingstar/img/main/img-btn-green-mo.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .connect-wrap .item-link.telegram {
    background: url(https://static.delabs.gg/boxingstar/img/main/img-btn-blue2.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .connect-wrap .item-link:hover.line {
    background-image: url(https://static.delabs.gg/boxingstar/img/main/img-btn-green-on-mo.svg);
  }
  .connect-wrap .item-link:hover.telegram {
    background-image: url(https://static.delabs.gg/boxingstar/img/main/img-btn-blue-on-mo.svg);
  }
  .connect-wrap .item-link svg {
    width: 100%;
    height: 100%;
  }
  .connect-wrap .item-link .link-text {
    font-size: 14px;
  }
  .connect-wrap .ico-telegram,
  .connect-wrap .ico-line {
    width: 20px;
    height: 20px;
  }
  .arrow-wrap {
    height: 36px;
    margin-top: 212px;
  }
  .arrow-wrap .arrow-box {
    animation: none;
  }
  .arrow-wrap .arrow-item.type1 {
    margin-top: -20px;
  }
  .arrow-wrap .arrow-item.type2 {
    margin-top: -27px;
  }
  .arrow-wrap .arrow-item.type3 {
    margin-top: -27px;
  }
  .arrow-wrap .ico-arrow-bottom {
    width: 30px;
    height: 36px;
  }
  .section-summery {
    display: block;
  }
  .section-summery .section-title {
    font-size: 40px;
  }
  .section-summery .section-text {
    font-size: 14px;
    opacity: 0.7;
  }
  .summery-top .text-wrap {
    position: relative;
    margin-top: 70px;
    gap: 8px;
    padding: 0 24px;
    box-sizing: border-box;
    z-index: 10;
  }
  .summery-top .img-wrap {
    width: 100%;
    height: 100%;
    margin-top: -83px;
    border-radius: 0;
    z-index: 5;
  }
  .summery-top .img-wrap .main-box {
    position: relative;
    height: 548px;
  }
  .summery-top .img-wrap .main-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 126px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .summery-top .img-wrap img {
    position: static;
    transform: none;
  }
  .deco-boxer {
    position: relative;
    margin-top: 75px;
  }
  .deco-boxer .boxer1 {
    width: 298px;
    height: 326px;
    left: -95px;
    opacity: 1;
  }
  .deco-boxer .boxer2 {
    width: 305px;
    height: 323px;
    right: -105px;
    opacity: 1;
  }
  .smog {
    position: relative;
    bottom: 0;
    display: block;
    opacity: 1;
    width: 100%;
    height: 194px;
    margin-top: -194px;
    background-image: url(https://static.delabs.gg/boxingstar/img/main/img-smog-mo.png);
    animation: none;
  }
  .summery-bottom {
    position: relative;
    bottom: 100px;
    left: auto;
    padding-bottom: 26px;
    transform: none;
    opacity: 1;
  }
  .summery-bottom::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 126px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .number-list {
    position: relative;
    flex-direction: column;
    gap: 40px;
  }
  .number-list .list-item {
    gap: 0;
  }
  .number-list .list-item .title {
    font-size: 24px;
  }
  .number-list .list-item .num {
    font-size: 40px;
    width: 100%;
    gap: 4px;
  }
  .number-list .list-item .num::before, .number-list .list-item .num:after {
    width: 32px;
    height: 64px;
  }
  .section-game {
    margin-top: -145px;
  }
  .section-game .mode-list {
    gap: 70px;
  }
  .section-game .mode-list .list-item {
    width: 100%;
    gap: 26px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-game .mode-list .list-item:nth-child(1) .img-wrap {
    width: 268px;
    height: 204px;
  }
  .section-game .mode-list .list-item:nth-child(2) {
    align-items: flex-end;
  }
  .section-game .mode-list .list-item:nth-child(2) .img-wrap {
    width: 312px;
    height: 237px;
    margin-right: -20px;
    order: 1;
  }
  .section-game .mode-list .list-item:nth-child(2) .text-wrap {
    order: 2;
  }
  .section-game .mode-list .list-item:nth-child(3) .img-wrap {
    width: 310px;
    height: 224px;
    margin-left: -20px;
  }
  .section-game .mode-list .list-title {
    width: 100%;
    font-size: 36px;
    letter-spacing: -0.72px;
    text-align: left;
  }
  .section-game .mode-list .list-text {
    width: 255px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    text-align: left;
  }
  .section-game .game-bg {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, -50%);
    background: url(https://static.delabs.gg/boxingstar/img/main/img-section-game-mo.png) 0 0 no-repeat;
    background-size: 100% 100%;
    animation: none;
  }
  .section-game .game-box {
    padding: 186px 24px;
  }
  .game-deco-top {
    height: 153px;
    margin-top: -60px;
    background-position: 80% 0;
  }
  .game-deco-bottom {
    height: 87px;
    margin-top: -90px;
  }
  .section-play {
    margin-top: -80px;
    min-height: 100%;
  }
  .section-play .section-title {
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .section-play .swiper-bg-wrap .swiper-bg {
    font-size: 90px;
  }
  .section-play .swiper-bg-wrap .swiper-bg-box::after {
    height: 268px;
  }
  .section-play .swiper-bg-wrap .swiper-bg-box:nth-child(4) {
    background-color: #000;
  }
  .section-play .swiper-bg-wrap .swiper-bg-box:nth-child(4)::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .section-play .swiper-wrap {
    gap: 60px;
    padding: 60px 24px;
    flex-direction: column;
  }
  .section-play .mySwiper {
    width: 100%;
    justify-content: flex-start;
    gap: 34px;
    order: 1;
  }
  .section-play .mySwiper .swiper-slide {
    font-size: 20px;
  }
  .section-play .mySwiper .swiper-slide-thumb-active {
    font-size: 28px;
  }
  .section-play .mySwiper .text-list {
    gap: 28px;
  }
  .section-play .mySwiper2 {
    width: 100%;
    max-width: 340px;
  }
  .section-play .mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .section-play .mySwiper2 .swiper-slide .mask {
    width: 100%;
    max-width: 340px;
    height: 419px;
    top: -9px;
    right: 4px;
  }
  .section-play .mySwiper2 .swiper-slide .video-wrap {
    width: 100%;
    max-width: 324px;
    height: 405px;
  }
  .section-play .swiper-pagination-progressbar,
  .section-play .swiper-pagination-custom {
    height: 172px !important;
    width: 2px !important;
  }
  .section-faq {
    padding: 120px 20px;
    gap: 40px;
  }
  .section-faq:after {
    top: 0;
    bottom: auto;
    height: 280px;
    background: linear-gradient(360deg, rgba(0, 20, 229, 0) 0%, #000 100%);
  }
  .section-faq .section-title {
    font-size: 40px;
  }
  .faq-wrap {
    width: 100%;
  }
  .faq-list {
    width: 100%;
  }
  .faq-list::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .faq-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-bottom-mo.png) 0 0 no-repeat;
    background-size: 100% 12px;
  }
  .faq-list:hover::before {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .faq-list:nth-child(1).on {
    height: 100%;
  }
  .faq-list:nth-child(1).on::before {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-on-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .faq-list:nth-child(2).on {
    height: 100%;
  }
  .faq-list:nth-child(2).on::before {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-on-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .faq-list:nth-child(3).on {
    height: 100%;
  }
  .faq-list:nth-child(3).on::before {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-on-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .faq-list:nth-child(4).on {
    height: 100%;
  }
  .faq-list:nth-child(4).on::before {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-on-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .faq-list.on::after {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-bottom-on-mo.png) 0 0 no-repeat;
    background-size: 100% 12px;
  }
  .faq-list.on .faq-title button {
    padding: 2px 16px 0;
    background: #f7db5a;
  }
  .faq-list.on .faq-title button::before {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .faq-list.on .faq-title button::after {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .faq-list.on .faq-text {
    display: block;
  }
  .faq-list.on .faq-text .text-list {
    background: #f7db5a;
  }
  .faq-list.on .faq-text .text-list::before {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .faq-list.on .faq-text .text-list::after {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .faq-list + .faq-list {
    margin-top: 8px;
  }
  .faq-title button {
    padding: 2px 38px 1px 16px;
    font-size: 12px;
    background: #e4ddbb;
  }
  .faq-title button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .faq-title button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .faq-title::before {
    width: 22px;
    height: 22px;
    top: 13px;
    right: 16px;
  }
  .faq-text .text-list {
    padding: 8px 16px 15px;
  }
  .faq-text .text-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .faq-text .text-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .faq-text .text-list .list-item {
    padding-left: 10px;
    font-size: 8px;
  }
  .faq-text .text-list .list-item::before {
    width: 3px;
    height: 3px;
    top: 4px;
  }
  .faq-text .text-list .list-item + .list-item {
    margin-top: 5px;
  }
  .section-footer {
    min-height: 100%;
    background-size: 457px 256px;
    background-position: center 93%;
  }
  .section-footer::before {
    height: 44px;
    top: -8px;
    background-size: 100% 44px;
  }
  .section-footer::after {
    width: 103px;
    height: 44px;
    top: -8px;
  }
  .section-footer .section-title {
    padding-top: 120px;
    font-size: 40px;
  }
  .spec-wrap {
    margin-top: 40px;
    padding-bottom: 240px;
  }
  .spec-list {
    gap: 10px;
  }
  .spec-list .list-item {
    width: 162px;
    height: 165px;
  }
  .spec-list .list-item:nth-child(2) .bg-spec {
    transform: rotate(180deg);
  }
  .spec-list .list-item .bg-spec {
    background: url(https://static.delabs.gg/boxingstar/img/main/img-bg-spec-mo.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .spec-list .list-item .bg-spec svg {
    width: 162px;
    height: 165px;
  }
  .spec-list .ico-logo-ios,
  .spec-list .ico-logo-and {
    width: 36px;
    height: 36px;
  }
  .spec-list .info-title,
  .spec-list .info-text {
    font-size: 12px;
  }
  .spec-list .list-info:first-of-type {
    margin-top: 11px;
  }
  .spec-list .list-info + .list-info {
    margin-top: 10px;
  }
  .lang-list {
    position: static;
    margin-top: 30px;
  }
  .lang-list .item-link {
    font-size: 18px;
  }
  .lang-list .item-link.jp {
    font-size: 15px;
  }
  :lang(jp) .connect-wrap .item-link .link-text {
    font-size: 14px;
  }
  :lang(jp) .section-summery .section-text {
    word-break: break-all;
  }
  :lang(jp) .section-game .mode-list .list-text {
    word-break: break-all;
  }
  :lang(jp) .faq-list:nth-child(1).on,
  :lang(jp) .faq-list:nth-child(2).on,
  :lang(jp) .faq-list:nth-child(3).on,
  :lang(jp) .faq-list:nth-child(4).on {
    height: 100%;
  }
  :lang(jp) .faq-list:nth-child(1).on::before,
  :lang(jp) .faq-list:nth-child(2).on::before,
  :lang(jp) .faq-list:nth-child(3).on::before,
  :lang(jp) .faq-list:nth-child(4).on::before {
    background: url(https://static.delabs.gg/boxingstar/img/main/bg-faq-top-on-mo.png) 0 0 no-repeat;
    background-size: 100% 15px;
  }
  .partners-wrap {
    margin: 40px 0 10px;
    box-sizing: border-box;
  }
  .partners-wrap .section-title {
    margin-bottom: 24px;
    color: #fff;
    font-family: var(--font-family-sports);
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .partner-list-mo {
    padding: 0 24px;
  }
  .partner-list-mo .img-wrap {
    width: 100%;
    height: 100%;
  }
  .partner-list-mo .img-wrap img {
    width: 100%;
  }
}
@media screen and (max-device-width: 360px) {
  .footer-wrap .link-list {
    width: 100%;
    gap: 0;
  }
  .footer-wrap .link-list .list-item {
    scale: 0.95;
  }
}
/*# sourceMappingURL=maps/main.css.map */
