/* SK Planet - Base 1.0 */
html, body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

body {
  -webkit-text-size-adjust: none;
}

input, textarea, select, button {
  font: inherit;
  vertical-align: middle;
  padding: 0;
}

input[type=button], input[type=text], input[type=image], input[type=submit], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

textarea {
  resize: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, fieldset, iframe {
  border: none;
}

address, cite, code, dfn, em, var, th, strong {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

input {
  -webkit-appearance: none;
}

button {
  outline: none;
}

a, label, button, input, table, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  -webkit-appearance: none;
}

button, input:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

html, body {
  font-size: 0.5208333333vw;
  background: #fff;
}

img {
  width: 100%;
  vertical-align: top;
}

@font-face {
  font-family: "SpaceRangerExpanded";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/SpaceRanger/spacerangerexpand.woff") format("woff"), url("../font/SpaceRanger/spacerangerexpand.ttf") format("truetype");
}
@font-face {
  font-family: "SpaceRangerSuperItalic";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/SpaceRanger/spacerangersuperital.woff") format("woff"), url("../font/SpaceRanger/spacerangersuperital.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../font/pretendard/Pretendard-Medium.subset.woff2") format("woff2"), url("../font/pretendard/Pretendard-Medium.subset.woff") format("woff"), url("../font/pretendard/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/pretendard/Pretendard-Bold.subset.woff2") format("woff2"), url("../font/pretendard/Pretendard-Bold.subset.woff") format("woff"), url("../font/pretendard/Pretendard-Bold.ttf") format("truetype");
}
/* Color */
.hidden {
  overflow: hidden;
  text-indent: -999.9rem;
  font-size: 0;
  line-height: 0;
}

main {
  position: relative;
  width: 100vw;
  height: 100vh;
}
main section {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 1920px;
  height: 1080px;
  max-width: 1920px;
}
main section.active {
  display: block;
}
main section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
main section .bg-video .bg-video-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main section .log {
  position: absolute;
  top: 33px;
  left: 50%;
  width: 140px;
  z-index: 2;
  transform: translate(-50%, 0);
}
main section .deco {
  z-index: 1;
  position: absolute;
  left: 0;
}
main section .deco.deco-top {
  top: 0;
}
main section .deco.deco-bottom {
  bottom: 0;
}
main section .tit-wrap {
  position: absolute;
  top: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section .tit-wrap .tit {
  width: 50%;
}
main section .tit-wrap .btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 394px;
  height: 65px;
}
main section .tit-wrap .btn.btn-start {
  background: url("../img/skp2023/btn_start.png") no-repeat 0 0;
  background-size: 100%;
}
main section .tit-wrap .btn.btn-next {
  background: url("../img/skp2023/btn_next.png") no-repeat 0 0;
  background-size: 100%;
}
main section .tit-wrap .btn span {
  font-family: "SpaceRangerSuperItalic";
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.63));
  background: linear-gradient(102deg, #FFF 11.25%, #DCD0FF 96.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}
main section .container {
  width: 100%;
  position: absolute;
  top: 420px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main section .container .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section .container.start {
  padding: 0 400px;
}
main section .container.start .card-wrap .img-card {
  width: 290px;
}
main section .container.start .card-wrap .select {
  margin-top: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
main section .container.start .card-wrap .select.active .sel-list {
  display: block;
}
main section .container.start .card-wrap .select .selected .selected-value {
  width: 224px;
  height: 63px;
  padding: 16px 28px 16px 52px;
  font-family: "Pretendard";
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
main section .container.start .card-wrap .select .selected .selected-value:hover {
  background: rgba(168, 156, 235, 0.35);
}
main section .container.start .card-wrap .select .selected .selected-value::after {
  content: "";
  display: block;
  background: url("../img/skp2023/icon_dropdown.svg") no-repeat 0 0;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
main section .container.start .card-wrap .select .sel-list {
  display: none;
  overflow-y: auto;
  width: 224px;
  height: 184px;
}
main section .container.start .card-wrap .select .sel-list .item {
  padding: 16px 24px;
  width: 224px;
  height: 63px;
  font-family: "Pretendard";
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  padding-left: 52px;
  border-bottom: 1px solid #5F5A65;
  background: #372F40;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}
main section .container.start .card-wrap .select .sel-list .item:hover {
  background: rgba(168, 156, 235, 0.35);
}
main section .container.start .img-vs {
  margin-top: 138px;
  width: 244px;
}
main section .container.battle {
  top: 350px;
  padding: 0 158px;
  justify-content: center;
  gap: 16px;
}
main section .container.battle .battle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 53px;
}
main section .container.battle .card-wrap .set {
  font-family: "SpaceRangerExpanded";
  font-size: 68px;
  line-height: 75px;
  font-weight: 400;
  font-feature-settings: "clig" off, "liga" off;
  background: linear-gradient(180deg, #FFF 11.98%, #DDD 38.02%, #A1A0A2 51.56%, #767479 56.77%, #9B9A9C 67.71%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section .container.battle .card-wrap .set span {
  margin-left: 8px;
}
main section .container.battle .card-wrap .price {
  margin-top: 8px;
  padding-left: 40px;
  font-family: "Pretendard";
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-feature-settings: "clig" off, "liga" off;
  letter-spacing: -1.8px;
  background: linear-gradient(180deg, #FFDAA2 0%, #BC7101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
main section .container.battle .card-wrap .price::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/skp2023/icon_price.svg") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
main section .container.battle .card-wrap .card-item {
  margin-top: 43px;
  display: flex;
  justify-content: center;
}
main section .container.battle .card-wrap .card-item .card-cell {
  position: relative;
}
main section .container.battle .card-wrap .card-item .card-cell .img-card {
  width: 220px;
  height: 306px;
}
main section .container.battle .card-wrap .card-item .card-cell .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Pretendard";
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  letter-spacing: -4px;
}
main section .container.battle .card-wrap .card-item .card-cell .num.red {
  background: linear-gradient(180deg, #CE0E2D 31.67%, #F26355 64.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section .container.battle .card-wrap .card-item .card-cell .num.blue {
  background: linear-gradient(180deg, #00549F 31.67%, #279AFF 64.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section .container.battle .card-wrap .name {
  font-family: "Pretendard";
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-top: 34px;
}
main section .container.battle .state-wrap {
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section .container.battle .state-wrap .state {
  display: none;
}
main section .container.battle .state-wrap .state.active {
  display: block;
  width:  261px;
  height:  73px;
}
main section .container.battle .state-wrap .score {
  --stroke-width: 5px;
  letter-spacing: var(--stroke-width);
  font-family: "Pretendard";
  font-size: 92px;
  line-height: 101px;
  font-weight: 700;
  -webkit-text-stroke: 2px #fff;
  font-feature-settings: "clig" off, "liga" off;
  filter: drop-shadow(0px 0px 10px #7C14FF);
  background: linear-gradient(180deg, #5100B8 22.24%, #090015 92.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section .container.result {
  padding: 0 485px;
}
main section .container.result .card-wrap {
  position: relative;
}
main section .container.result .card-wrap.active::before {
  content: "";
  display: block;
  background: linear-gradient(152deg, rgba(13, 2, 18, 0.7) 0.75%, rgba(8, 8, 57, 0.65) 100%);
  width: 310px;
  height: 421px;
  position: absolute;
  left: 0;
  top: 0;
}
main section .container.result .card-wrap.active:after {
  content: "";
  background: url("../img/skp2023/img_lose.png") no-repeat 0 0;
  background-size: 100%;
  display: block;
  width: 530px;
  height: 254px;
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: 3;
  transform: translate(-50%, 0);
}
main section .container.result .card-wrap .img-card {
  width: 310px;
}
main section .container.result .card-wrap .name {
  font-family: "Pretendard";
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 700;
  color: #fff;
  margin-top: 36px;
}