@font-face {
  font-family: "Pretendard";
  src: url("/val5years/assets/fonts/PretendardVariable.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "Black Han Sans";
  src: url("/val5years/assets/fonts/BlackHanSans-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Tungsten";
  src: url("/val5years/assets/fonts/Tungsten-Bold.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "DIN Next LT Pro";
  src: url("/val5years/assets/fonts/DINNextLTPro-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/val5years/assets/fonts/noto-sans-kr-v36-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/val5years/assets/fonts/noto-sans-kr-v36-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/val5years/assets/fonts/GmarketSansBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/val5years/assets/fonts/GmarketSansMedium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/val5years/assets/fonts/GmarketSansLight.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Pretendard;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  overflow-x: hidden;
}
body.scroll_prevent {
  overflow: hidden;
}

ul {
  padding: 0;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
ul,
input,
select,
textarea,
button {
  margin: 0;
}

svg,
img,
video {
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: Pretendard;
}

@media screen and (max-width: 1280px) {
  .desktop {
    display: none;
  }
}

.tablet {
  display: none;
}
@media screen and (max-width: 1280px) {
  .tablet {
    display: block;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.mobile2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile2 {
    display: block;
  }
}

.mobile_re {
  display: block;
}
@media screen and (max-width: 768px) {
  .mobile_re {
    display: none;
  }
}

.mobile480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile480 {
    display: block;
  }
}

.disabled {
  pointer-events: none;
}

main {
  width: 100%;
}
main section {
  position: relative;
  width: 100%;
}
main .section1 {
  margin-top: -1px;
  height: 1040px;
  overflow: hidden;
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section1_bg_2560.png") no-repeat center/cover;
}
@media screen and (max-width: 1920px) {
  main .section1 {
    height: 54.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 {
    margin-top: -2px;
    height: 198.333vw;
  }
}
main .section1 .container {
  position: relative;
  transform: translate3d(420px, 0, 0);
  margin: 0 auto;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  main .section1 .container {
    transform: translate3d(21.875vw, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container {
    transform: translate3d(0, 0, 0);
  }
}
main .section1 .container .logo {
  margin-top: 130px;
  margin-bottom: 40px;
  width: 167px;
}
@media screen and (max-width: 1920px) {
  main .section1 .container .logo {
    margin-top: 6.7708333333vw;
    margin-bottom: 2.0833333333vw;
    width: 8.6979166667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .logo {
    margin-top: 19.444vw;
    margin-bottom: 8.333vw;
    width: 45.833vw;
  }
}
main .section1 .container .title {
  margin-bottom: 40px;
  color: rgba(200, 195, 189, 0.8);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 6px;
  opacity: 0;
  transform: translate3d(0, 2vw, 0);
}
@media screen and (max-width: 1920px) {
  main .section1 .container .title {
    margin-bottom: 2.0833333333vw;
    font-size: 1.25vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .title {
    margin-bottom: 8.333vw;
    font-size: 4.167vw;
    letter-spacing: 0.833vw;
  }
}
main .section1 .container .h1_wrapper {
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main .section1 .container .h1_wrapper {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .h1_wrapper {
    height: auto;
  }
}
main .section1 .container .h2_wrapper {
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main .section1 .container .h2_wrapper {
    height: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .h2_wrapper {
    height: auto;
  }
}
main .section1 .container h1 {
  color: #efe8df;
  font-family: "Black Han Sans";
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4px;
  transform: translate3d(0, 10vw, 0);
}
@media screen and (max-width: 1920px) {
  main .section1 .container h1 {
    font-size: 5.2083333333vw;
    letter-spacing: -0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container h1 {
    font-size: 13.889vw;
    letter-spacing: -0.556vw;
    transform: translate3d(0, 30vw, 0);
  }
}
main .section1 .container h2 {
  margin-bottom: 12px;
  color: #ff4654;
  font-family: "Black Han Sans";
  font-size: 140px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -5.6px;
  transform: translate3d(0, 10vw, 0);
}
@media screen and (max-width: 1920px) {
  main .section1 .container h2 {
    margin-bottom: 0.625vw;
    font-size: 7.2916666667vw;
    letter-spacing: -0.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container h2 {
    margin-bottom: 5.833vw;
    font-size: 16.667vw;
    letter-spacing: -0.667vw;
    transform: translate3d(0, 30vw, 0);
  }
}
main .section1 .container .sub_title1 {
  margin-bottom: 32px;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 4.4px;
  opacity: 0;
  transform: translate3d(0, 2vw, 0);
}
@media screen and (max-width: 1920px) {
  main .section1 .container .sub_title1 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.1458333333vw;
    letter-spacing: 0.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .sub_title1 {
    margin-bottom: 6.389vw;
    font-size: 4.167vw;
    letter-spacing: 0.833vw;
  }
}
main .section1 .container .sub_title2 {
  margin-bottom: 58px;
  color: rgba(239, 232, 222, 0.8);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2px;
  opacity: 0;
  transform: translate3d(0, 2vw, 0);
}
@media screen and (max-width: 1920px) {
  main .section1 .container .sub_title2 {
    margin-bottom: 3.0208333333vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .sub_title2 {
    margin-bottom: 11.111vw;
    font-size: 3.889vw;
    letter-spacing: 0.389vw;
  }
}
main .section1 .container .btn_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 6px 5px;
  width: 242px;
  height: 69px;
  border-top: 1px solid rgba(239, 232, 222, 0.6);
  border-bottom: 1px solid rgba(239, 232, 222, 0.6);
  opacity: 0;
  transform: translate3d(0, 2vw, 0);
}
@media screen and (max-width: 1920px) {
  main .section1 .container .btn_wrapper {
    padding: 0.3125vw 0.260416vw;
    width: 12.604166vw;
    height: 3.59375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .btn_wrapper {
    width: 66.944vw;
    height: 19.167vw;
    padding: 1.667vw 1.944vw;
  }
}
main .section1 .container .btn_wrapper.before {
  position: relative;
  overflow: visible;
  z-index: 0;
}
main .section1 .container .btn_wrapper.before .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 8px);
  height: calc(100% - 10px);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  main .section1 .container .btn_wrapper.before .wrapper {
    width: calc(100% - 0.520832vw);
    height: calc(100% - 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .btn_wrapper.before .wrapper {
    width: calc(100% - 3.888vw);
    height: calc(100% - 3.334vw);
  }
}
main .section1 .container .btn_wrapper.before .skew {
  position: absolute;
  top: 0;
  left: -5%;
  width: 130%;
  height: 100%;
  background: #efe8de;
  z-index: 0;
  -webkit-transform: translateX(-100%) skew(-10deg);
  transform: translateX(-100%) skew(-10deg);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
main .section1 .container .btn_wrapper.before .label {
  position: relative;
  z-index: 1;
}
main .section1 .container .btn_wrapper.before button {
  background: #ff4654;
  color: #0f1923;
}
@media screen and (min-width: 768px) {
  main .section1 .container .btn_wrapper.before button:hover .skew {
    transform: translateX(0) skew(10deg);
    -webkit-transform: translateX(0) skew(10deg);
  }
}
main .section1 .container .btn_wrapper.after button {
  background: rgba(239, 232, 222, 0.2);
  color: #efe8de;
}
main .section1 .container .btn_wrapper .deco {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section1 .container .btn_wrapper .deco {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .btn_wrapper .deco {
    width: 6.667vw;
    height: 6.667vw;
  }
}
main .section1 .container .btn_wrapper .deco.top_left {
  border-top: 2px solid #efe8de;
  border-left: 2px solid #efe8de;
  top: -2px;
  left: -2px;
}
main .section1 .container .btn_wrapper .deco.top_right {
  border-top: 2px solid #efe8de;
  border-right: 2px solid #efe8de;
  top: -2px;
  right: -2px;
}
main .section1 .container .btn_wrapper .deco.bottom_left {
  border-bottom: 2px solid #efe8de;
  border-left: 2px solid #efe8de;
  bottom: -2px;
  left: -2px;
}
main .section1 .container .btn_wrapper .deco.bottom_right {
  border-bottom: 2px solid #efe8de;
  border-right: 2px solid #efe8de;
  bottom: -2px;
  right: -2px;
}
main .section1 .container .btn_wrapper button {
  width: 100%;
  height: 100%;
  background: rgba(239, 232, 222, 0.2);
  color: #efe8de;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1920px) {
  main .section1 .container .btn_wrapper button {
    font-size: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section1 .container .btn_wrapper button {
    font-size: 4.444vw;
    letter-spacing: 0.267vw;
  }
}
main .section1 .container .btn_wrapper button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
main .section1 .deco_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main .section1 .deco_wrapper {
    display: none;
  }
}
main .section1 .deco_wrapper svg,
main .section1 .deco_wrapper img {
  position: absolute;
  height: auto;
}
main .section1 .deco_wrapper svg.deco_left,
main .section1 .deco_wrapper img.deco_left {
  top: 0;
  left: 0;
  width: 516px;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.deco_left,
  main .section1 .deco_wrapper img.deco_left {
    width: 26.875vw;
  }
}
main .section1 .deco_wrapper svg.deco_right,
main .section1 .deco_wrapper img.deco_right {
  bottom: 0;
  right: 0;
  width: 349px;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.deco_right,
  main .section1 .deco_wrapper img.deco_right {
    width: 18.1770833333vw;
  }
}
main .section1 .deco_wrapper svg.left,
main .section1 .deco_wrapper img.left {
  top: 235px;
  left: 0;
  width: 334px;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.left,
  main .section1 .deco_wrapper img.left {
    top: 12.2395833333vw;
    width: 17.3958333333vw;
  }
}
main .section1 .deco_wrapper svg.left path,
main .section1 .deco_wrapper img.left path {
  visibility: hidden;
}
main .section1 .deco_wrapper svg.center,
main .section1 .deco_wrapper img.center {
  bottom: 0;
  left: 50%;
  transform: translate3d(calc(-100% - 24px), 0, 0);
  width: 260px;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.center,
  main .section1 .deco_wrapper img.center {
    transform: translate3d(calc(-100% - 1.25vw), 0, 0);
    width: 13.5416666667vw;
  }
}
main .section1 .deco_wrapper svg.center path,
main .section1 .deco_wrapper img.center path {
  visibility: hidden;
  fill-opacity: 0;
}
main .section1 .deco_wrapper svg.right_top,
main .section1 .deco_wrapper img.right_top {
  top: 0;
  left: 50%;
  transform: translate3d(809px, 0, 0);
  width: 349px;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.right_top,
  main .section1 .deco_wrapper img.right_top {
    transform: translate3d(42.1354166667vw, 0, 0);
    width: 18.1770833333vw;
  }
}
main .section1 .deco_wrapper svg.right_top path,
main .section1 .deco_wrapper img.right_top path {
  visibility: hidden;
  fill-opacity: 0;
}
main .section1 .deco_wrapper svg.right,
main .section1 .deco_wrapper img.right {
  bottom: 0;
  right: 0;
  width: 382px;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.right,
  main .section1 .deco_wrapper img.right {
    width: 19.8958333333vw;
  }
}
main .section1 .deco_wrapper svg.right path,
main .section1 .deco_wrapper img.right path {
  visibility: hidden;
  fill-opacity: 0;
}
main .section1 .deco_wrapper svg.agent,
main .section1 .deco_wrapper img.agent {
  bottom: 0;
  left: 50%;
  width: 1362px;
  transform-origin: center center;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main .section1 .deco_wrapper svg.agent,
  main .section1 .deco_wrapper img.agent {
    width: 70.9375vw;
  }
}
main .section1 .deco_wrapper canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .top_bar_container {
  position: relative;
  background: #0f1923;
}
main .top_bar_container .top_bar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  height: 68px;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 2px 12px 0px rgba(32, 0, 71, 0.06);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar {
    padding: 0 2.604166vw;
    height: 3.541666vw;
    box-shadow: 0px 0.104166vw 0.625vw 0px rgba(32, 0, 71, 0.06);
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar {
    padding: 0 2.778vw;
    box-shadow: 0vw 0.556vw 3.333vw 0vw rgba(32, 0, 71, 0.06);
    height: 13.333vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
main .top_bar_container .top_bar .top_bar_wrapper ul {
  display: flex;
  gap: 44px;
  list-style: none;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper ul {
    gap: 2.291666vw;
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar .top_bar_wrapper ul {
    display: none;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper ul li {
  position: relative;
  color: rgba(239, 232, 222, 0.6);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper ul li {
    text-shadow: 0.104166vw 0.104166vw 0.3125vw rgba(0, 0, 0, 0.4);
    font-size: 0.9375vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper ul li.active {
  color: #efe8de;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.4);
  font-weight: 800;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper ul li.active {
    text-shadow: 0px 0px 0.3125vw rgba(255, 255, 255, 0.4);
  }
}
main .top_bar_container .top_bar .top_bar_wrapper ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(-25px, -50%, 0);
  width: 4px;
  height: 4px;
  background: #c8c3bd;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper ul li + li::before {
    transform: translate3d(-1.302083vw, -50%, 0);
    width: 0.208333vw;
    height: 0.208333vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper ul li a {
  color: #c8c3bd;
  text-decoration: none;
}
main .top_bar_container .top_bar .top_bar_wrapper ul li a img {
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper ul li a img {
    margin-bottom: 0.104166vw;
    width: 0.833333vw;
    height: 0.833333vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right {
    justify-content: space-between;
    width: 100%;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper .right a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 42px;
  background: #ff4654;
  color: #efe8de;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right a {
    width: 7.1875vw;
    height: 2.1875vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right a {
    order: 1;
    width: 28.611vw;
    height: 8.056vw;
    font-size: 3.611vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper .right p {
  color: #c8c3bd;
  text-align: right;
  font-family: Tungsten;
  font-size: 48px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right p {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right p {
    order: 2;
    font-size: 8.889vw;
    letter-spacing: 0.178vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper .right p .number {
  color: #efe8de;
  font-family: Tungsten;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right p .number {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right p .number {
    font-size: 8.889vw;
    letter-spacing: 0.178vw;
  }
}
main .top_bar_container .top_bar .top_bar_wrapper .right p .ko {
  color: #c8c3bd;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 1920px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right p .ko {
    font-size: 0.9375vw;
    letter-spacing: -0.0375vw;
  }
}
@media screen and (max-width: 768px) {
  main .top_bar_container .top_bar .top_bar_wrapper .right p .ko {
    font-size: 3.611vw;
    line-height: 5.778vw;
  }
}
main .bg_grid {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .bg_grid {
    display: none;
  }
}
main .bg_grid img {
  width: 100%;
}
main .section2 {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section2_repeat.png") repeat top center;
}
@media screen and (max-width: 768px) {
  main .section2 {
    margin-top: 17.222vw;
  }
}
main .section2 .container {
  margin: 0 auto;
  padding-bottom: 90px;
  text-align: center;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  main .section2 .container {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container {
    padding-bottom: 11.111vw;
  }
}
main .section2 .container .copy {
  position: relative;
  margin-top: 230px;
  margin-bottom: 192px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .copy {
    margin-top: 11.9791666667vw;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .copy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
main .section2 .container .copy h1 {
  transform: translate3d(0, 2vw, 0);
  opacity: 0;
}
main .section2 .container .copy h2 {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 15px, 0);
  color: #ff4654;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .copy h2 {
    transform: translate3d(-50%, 0.78125vw, 0);
    font-size: 1.25vw;
    letter-spacing: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .copy h2 {
    top: 28vw;
    transform: translate3d(-50%, 0, 0);
    font-size: 4.167vw;
    letter-spacing: 0.833vw;
    white-space: nowrap;
  }
}
main .section2 .container .copy.before h1 {
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .copy.before h1 {
    font-size: 5.25vw;
    letter-spacing: -0.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .copy.before h1 {
    margin-bottom: 19.167vw;
    font-size: 13.333vw;
    letter-spacing: -0.533vw;
  }
}
main .section2 .container .copy.before h1 span {
  color: #ff4654;
}
main .section2 .container .copy.after {
  margin-bottom: 145px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .copy.after {
    margin-bottom: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .copy.after {
    margin-bottom: 10vw;
  }
}
main .section2 .container .copy.after h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #efe8de;
  color: transparent;
  font-family: "Black Han Sans";
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .copy.after h1 {
    -webkit-text-stroke-width: 0.0520833333vw;
    font-size: 5.2083333333vw;
    letter-spacing: -0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .copy.after h1 {
    -webkit-text-stroke-width: 0.12vw;
    font-size: 11.111vw;
    letter-spacing: -0.444vw;
  }
}
main .section2 .container .copy.after h2 {
  display: none;
}
main .section2 .container .flex_container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .section2 .container .flex_container .bpm_progress_wrapper {
    order: 2;
  }
  main .section2 .container .flex_container .bpm_dashboard {
    order: 1;
  }
}
main .section2 .container .bpm_progress_wrapper {
  position: relative;
  margin: 0 auto 188px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 14px 0 0;
  gap: 6px;
  width: 1280px;
  height: 46px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_progress_wrapper {
    margin: 0 auto 9.7916666667vw auto;
    padding: 0 0.729166vw 0 0;
    gap: 0.3125vw;
    width: 66.666666vw;
    height: 2.395833vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_progress_wrapper {
    margin: 0 auto 22.222vw auto;
    padding: 0;
    gap: 0.694vw;
    flex-direction: column;
    width: 77.778vw;
    height: 77.778vw;
  }
}
main .section2 .container .bpm_progress_wrapper .square {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  width: 9px;
  height: 22px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_progress_wrapper .square {
    width: 0.46875vw;
    height: 1.145833vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_progress_wrapper .square {
    position: relative;
    transform: translate3d(-6.2vw, -0.7vw, 0);
    width: 4.444vw;
    height: 1.667vw;
  }
}
main .section2 .container .bpm_progress_wrapper .square svg {
  width: 100%;
  height: 100%;
}
main .section2 .container .bpm_progress_wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_progress_wrapper .bg {
    left: 27.5vw;
    width: 10vw;
  }
}
main .section2 .container .bpm_progress_wrapper .text1 {
  position: absolute;
  top: -19px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #efe8de;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_progress_wrapper .text1 {
    top: -1vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_progress_wrapper .text1 {
    top: 0.833vw;
    left: 7.222vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 14.167vw;
  }
}
main .section2 .container .bpm_progress_wrapper .text1 p {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.3px;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_progress_wrapper .text1 p {
    font-size: 0.78125vw;
    letter-spacing: -0.015625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_progress_wrapper .text1 p {
    font-size: 3.889vw;
    line-height: 100%;
  }
}
main .section2 .container .bpm_progress_wrapper .text1 p.active {
  font-weight: 800;
  opacity: 1;
}
main .section2 .container .bpm_progress_wrapper .text2 {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_progress_wrapper .text2 {
    top: 2.604166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_progress_wrapper .text2 {
    top: 0;
    left: auto;
    right: 0;
    width: 37.5vw;
  }
}
main .section2 .container .bpm_dashboard {
  position: relative;
  margin: 0 auto 180px auto;
  width: 1400px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard {
    margin: 0 auto 9.375vw auto;
    width: 72.916666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard {
    margin: 0 auto 11.111vw auto;
    width: 100%;
  }
}
main .section2 .container .bpm_dashboard .bg {
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
main .section2 .container .bpm_dashboard .top_text {
  position: absolute;
  top: -10px;
  right: 460px;
  color: #ff4654;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .top_text {
    top: -0.520833vw;
    right: 23.2vw;
    font-size: 0.78125vw;
    letter-spacing: 0.234375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .top_text {
    display: none;
  }
}
main .section2 .container .bpm_dashboard .top_text span {
  margin: 0 20px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .top_text span {
    margin: 0 1.041666;
  }
}
main .section2 .container .bpm_dashboard .refresh {
  position: absolute;
  top: 286px;
  left: 182px;
  width: 36px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .refresh {
    top: 14.8958333333vw;
    left: 9.4791666667vw;
    width: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .refresh {
    top: 14.444vw;
    left: 31.111vw;
    width: 6.667vw;
  }
}
main .section2 .container .bpm_dashboard .refresh img {
  width: 100%;
}
main .section2 .container .bpm_dashboard .mid_text1 {
  position: absolute;
  top: 278px;
  left: 103px;
  color: #efe8de;
  font-family: Tungsten;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .mid_text1 {
    top: 14.479166vw;
    left: 5.364583vw;
    font-size: 2.604166vw;
    letter-spacing: 0.052083vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .mid_text1 {
    top: 5.556vw;
    left: 11.944vw;
    font-size: 7.222vw;
    letter-spacing: 0.144vw;
  }
}
main .section2 .container .bpm_dashboard .mid_text2 {
  position: absolute;
  top: 340px;
  left: 97px;
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .mid_text2 {
    top: 17.708333vw;
    left: 5.052083vw;
    font-size: 4.427083vw;
    letter-spacing: -0.089583vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .mid_text2 {
    top: 12.778vw;
    left: 11.944vw;
    font-size: 10.556vw;
    letter-spacing: -0.211vw;
  }
}
main .section2 .container .bpm_dashboard .mid_bpm {
  position: absolute;
  bottom: 262px;
  right: 45px;
  width: 360px;
  height: 120px;
  background: #ff4654;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .mid_bpm {
    bottom: 13.6458333333vw;
    right: 2.34375vw;
    width: 18.75vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .mid_bpm {
    top: 8.056vw;
    right: 7.3vw;
    width: 45.5vw;
    height: 14.4vw;
  }
}
main .section2 .container .bpm_dashboard .mid_bpm .marquee_container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ff4654;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
main .section2 .container .bpm_dashboard .mid_bpm .marquee_container .marquee {
  display: inline-flex;
  align-items: center;
  height: 100%;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .section2 .container .bpm_dashboard .mid_bpm .marquee_container .marquee img {
  width: 360px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .mid_bpm .marquee_container .marquee img {
    width: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .mid_bpm .marquee_container .marquee img {
    width: 40vw;
  }
}
main .section2 .container .bpm_dashboard .chart_wrapper {
  position: absolute;
  bottom: 65px;
  left: 80px;
  width: 424px;
  height: 214px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .chart_wrapper {
    bottom: 3.3854166667vw;
    left: 4.1666666667vw;
    width: 22.0833333333vw;
    height: 11.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .chart_wrapper {
    top: 28%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: auto;
    width: 72%;
    height: 43.7%;
  }
}
@media screen and (max-width: 488px) {
  main .section2 .container .bpm_dashboard .chart_wrapper {
    top: 25.2%;
    width: 75%;
    height: 46.7%;
  }
}
@media screen and (max-width: 390px) {
  main .section2 .container .bpm_dashboard .chart_wrapper {
    top: 23.2%;
    width: 77%;
    height: 48.7%;
  }
}
main .section2 .container .bpm_dashboard .chart_wrapper .bpm_chart_canvas {
  width: 100%;
  height: 100%;
}
main .section2 .container .bpm_dashboard .bottom_text1 {
  position: absolute;
  bottom: 84px;
  left: 204px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 176px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text1 {
    bottom: 4.375vw;
    left: 10.625vw;
    width: 9.166666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text1 {
    top: 80vw;
    bottom: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: max-content;
  }
}
main .section2 .container .bpm_dashboard .bottom_text1 p {
  color: #efe8de;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  font-family: Tungsten;
  font-size: 110px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text1 p {
    text-shadow: 0px 0px 0.520833vw rgba(255, 255, 255, 0.25);
    font-size: 5.729166vw;
    letter-spacing: 0.114583vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text1 p {
    font-size: 17.778vw;
    letter-spacing: 0.178vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container {
  position: absolute;
  bottom: 82px;
  left: 556px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container {
    bottom: 4.270833vw;
    left: 28.958333vw;
    gap: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container {
    top: 113.889vw;
    bottom: auto;
    left: 18.611vw;
    gap: 8.889vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .square {
  margin-bottom: 12px;
  width: 44px;
  height: 9px;
  background: #ff4654;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .square {
    margin-bottom: 0.625vw;
    width: 2.291666vw;
    height: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .square {
    margin-bottom: 1.667vw;
    width: 10vw;
    height: 1.944vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .title {
  margin-bottom: 17px;
  text-align: left;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  opacity: 0.9;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .title {
    margin-bottom: 0.885416vw;
    font-size: 0.833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .title {
    margin-bottom: 1.389vw;
    font-size: 3.611vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex {
  display: flex;
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .left {
  margin-top: 14px;
  margin-right: 14px;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .left {
    margin-top: 0.729166vw;
    margin-right: 0.729166vw;
    font-size: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .left {
    margin-top: 0;
    margin-right: 1.667vw;
    font-size: 3.611vw;
    line-height: 280%;
    letter-spacing: -0.072vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .right {
  color: #efe8de;
  font-family: Tungsten;
  font-size: 84px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .right {
    font-size: 4.375vw;
    letter-spacing: 0.0875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .right {
    font-size: 12.222vw;
    letter-spacing: 0.244vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .right span {
  margin-left: 4px;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .right span {
    margin-left: 0.208333vw;
    font-size: 2.604166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper1 .flex .right span {
    margin-left: 0.556vw;
    font-size: 8.889vw;
    line-height: 140%;
    letter-spacing: 0.178vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .square {
  margin-bottom: 12px;
  width: 44px;
  height: 9px;
  background: #ff4654;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .square {
    margin-bottom: 0.625vw;
    width: 2.291666vw;
    height: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .square {
    margin-bottom: 1.667vw;
    width: 10vw;
    height: 1.944vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .title {
  margin-bottom: 17px;
  text-align: left;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  opacity: 0.9;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .title {
    margin-bottom: 0.885416vw;
    font-size: 0.833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .title {
    margin-bottom: 1.389vw;
    font-size: 3.611vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex {
  display: flex;
  align-items: flex-end;
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .number {
  color: #efe8de;
  font-family: Tungsten;
  font-size: 84px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .number {
    font-size: 4.375vw;
    letter-spacing: 0.0875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .number {
    font-size: 12.222vw;
    letter-spacing: 0.244vw;
  }
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .number span {
  opacity: 0.4;
}
main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .count {
  margin-left: 6px;
  color: #efe8de;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .count {
    margin-left: 0.3125vw;
    font-size: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .bpm_dashboard .bottom_text2_container .bottom_text2_wrapper2 .flex .count {
    margin-left: 1.111vw;
    font-size: 3.889vw;
    line-height: 230%;
    letter-spacing: -0.078vw;
  }
}
main .section2 .container .how_container {
  position: relative;
  text-align: center;
  z-index: 1;
}
main .section2 .container .how_container.show .how_open_button img {
  transform: rotate(180deg);
}
main .section2 .container .how_container.show .how_wrapper {
  position: relative;
  z-index: 1;
  max-height: 10000px;
}
main .section2 .container .how_container .how_open_button {
  margin: 0 auto;
  padding: 15px 40px 15px 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: rgba(239, 232, 222, 0.2);
  color: #efe8de;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 3.6px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_open_button {
    padding: 0.78125vw 2.083333vw 0.78125vw 2.604166vw;
    gap: 1.041666vw;
    font-size: 0.9375vw;
    letter-spacing: 0.1875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_open_button {
    padding: 3.333vw 8.333vw;
    gap: 4.444vw;
    font-size: 4.444vw;
    letter-spacing: 0.444vw;
  }
}
main .section2 .container .how_container .how_open_button img {
  width: 16px;
  height: 8px;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_open_button img {
    width: 0.833333vw;
    height: 0.416666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_open_button img {
    width: 4.444vw;
    height: 2.222vw;
  }
}
main .section2 .container .how_container .how_wrapper {
  margin: 60px auto 0 auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease-in-out;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper {
    margin: 3.125vw auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper {
    margin: 5.556vw auto 0 auto;
  }
}
main .section2 .container .how_container .how_wrapper .detail_how {
  width: 840px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .detail_how {
    width: 43.75vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .detail_how {
    width: 62.778vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper {
  position: relative;
  margin: 90px auto 100px auto;
  width: 1400px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper {
    margin: 4.6875vw auto 5.2vw auto;
    width: 72.916666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper {
    margin: 16.667vw auto 0 auto;
    width: 91.667vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bg_top {
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info1 {
  position: absolute;
  top: 119px;
  left: 359px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info1 {
    top: 6.1979166667vw;
    left: 18.6979166667vw;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info1 {
    top: 15.278vw;
    left: auto;
    right: 17.778vw;
    width: 5.556vw;
    height: 5.556vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info2 {
  position: absolute;
  top: 119px;
  left: 1109px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info2 {
    top: 6.1979166667vw;
    left: 57.7604166667vw;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info2 {
    top: 135vw;
    left: auto;
    right: 17.778vw;
    width: 5.556vw;
    height: 5.556vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper {
  position: absolute;
  top: 30px;
  left: 363px;
  width: 374px;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper {
    top: 1.5625vw;
    left: 18.90625vw;
    width: 19.4791666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper {
    top: -6.667vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 95.278vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper img {
  width: 100%;
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper button {
  position: absolute;
  top: 20px;
  right: 23px;
  width: 10px;
  height: 10px;
  pointer-events: auto;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper button {
    top: 1.0416666667vw;
    right: 1.1979166667vw;
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info1_wrapper button {
    top: 5vw;
    right: 6.4vw;
    width: 3vw;
    height: 3vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper {
  position: absolute;
  top: 54px;
  left: 1114px;
  width: 313px;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper {
    top: 2.8125vw;
    left: 58.0208333333vw;
    width: 16.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper {
    top: 118.667vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 79.444vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper img {
  width: 100%;
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper button {
  position: absolute;
  top: 20px;
  right: 23px;
  width: 10px;
  height: 10px;
  pointer-events: auto;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper button {
    top: 1.0416666667vw;
    right: 1.1979166667vw;
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .info2_wrapper button {
    top: 5vw;
    right: 6.4vw;
    width: 3vw;
    height: 3vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .invite {
  position: absolute;
  top: 495px;
  left: 239px;
  width: 103px;
  height: 42px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .invite {
    top: 25.78125vw;
    left: 12.447916vw;
    width: 5.364583vw;
    height: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .invite {
    top: 88.333vw;
    left: 25.278vw;
    width: 21.389vw;
    height: 8.056vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper {
  position: relative;
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/mission_notice_bottom.svg") no-repeat center/cover;
  padding: 86px 110px 0 130px;
  height: 320px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper {
    padding: 4.4791666667vw 5.7291666667vw 0 6.7708333333vw;
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper {
    background: #efe8de;
    margin-top: 3.333vw;
    padding: 20vw 0 0 0;
    height: 105.556vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper.end .stamp {
  display: block;
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text {
    height: max-content;
    flex-direction: column;
    text-align: center;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left .text2 {
  margin-bottom: 4px;
  color: #0f1923;
  font-family: "Black Han Sans";
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.88px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left .text2 {
    margin-bottom: 0.2083333333vw;
    font-size: 3.75vw;
    letter-spacing: -0.15vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left .text2 {
    margin-bottom: 21.667vw;
    font-size: 11.111vw;
    letter-spacing: -0.444vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left .text3 {
  margin-bottom: 17px;
  color: #0f1923;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left .text3 {
    margin-bottom: 0.8854166667vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left .text3 {
    margin-bottom: 4.167vw;
    font-size: 3.611vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left button {
  width: 103px;
  height: 42px;
  background: #ff4654;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left button {
    width: 5.3645833333vw;
    height: 2.1875vw;
    font-size: 0.9375vw;
    line-height: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .left button {
    width: 21.389vw;
    height: 8.056vw;
    font-size: 3.611vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .right {
  margin-top: 34px;
  color: #ff4654;
  font-family: Tungsten;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .right {
    margin-top: 1.7708333333vw;
    font-size: 4.1666666667vw;
    letter-spacing: 0.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .right {
    position: absolute;
    top: 43vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-size: 13.333vw;
    letter-spacing: 0.267vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .right span {
  margin-left: 12px;
  font-size: 50px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .right span {
    margin-left: 0.625vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .bottom_text .right span {
    margin-left: 0.833vw;
    font-size: 7.778vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .stamp {
  position: absolute;
  top: 67px;
  right: 55px;
  width: 320px;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .stamp {
    top: 3.4895833333vw;
    right: 2.8645833333vw;
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bottom_wrapper .stamp {
    top: 42vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 34.722vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper {
  position: absolute;
  top: 263px;
  right: 88px;
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper {
    top: 13.697916vw;
    right: 4.5833333333vw;
    gap: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper {
    top: 167.444vw;
    right: 6.944vw;
    gap: 7.556vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission {
    gap: 5.5vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 26px;
  background: #0f1923;
  color: #efe8de;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.6px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission p {
    width: 3.28125vw;
    height: 1.3541666667vw;
    font-size: 0.9375vw;
    letter-spacing: 0.1875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission p {
    width: 14.722vw;
    height: 6.389vw;
    font-size: 4.167vw;
    line-height: 150%;
    letter-spacing: 0.833vw;
  }
}
main .section2 .container .how_container .how_wrapper .mission_wrapper .bomb_mission_wrapper .mission p.show {
  opacity: 1;
  pointer-events: auto;
}
main .section3 {
  overflow: hidden;
}
main .section3 .bg_sticky_wrapper {
  position: absolute;
  width: 100%;
}
main .section3 .bg_sticky {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
main .section3 .bg_sticky img {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
}
main .section3 .bg_sticky .dot {
  left: 50%;
}
@media screen and (max-width: 768px) {
  main .section3 .bg_sticky .dot {
    display: none;
  }
}
main .section3 .container {
  position: relative;
  z-index: 1;
  padding-bottom: 9.5833333333vw !important;
}
@media screen and (max-width: 768px) {
  main .section3 .container {
    padding-bottom: 22.444vw !important;
  }
}
main .section3 .container .logo_wrapper {
  text-align: center;
}
main .section3 .container .logo_wrapper .logo {
  margin-bottom: 40px;
  padding-top: 150px;
  width: 217px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .logo_wrapper .logo {
    margin-bottom: 2.0833333333vw;
    padding-top: 7.8125vw;
    width: 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .logo_wrapper .logo {
    margin-bottom: 5.556vw;
    padding-top: 13.889vw;
    width: 23.889vw;
  }
}
main .section3 .container .title {
  margin-bottom: 20px;
  text-align: center;
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4.8px;
  transform: translate3d(0, 2vw, 0);
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .title {
    margin-bottom: 1.0416666667vw;
    font-size: 6.25vw;
    letter-spacing: -0.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .title {
    margin-bottom: 1.389vw;
    font-size: 16.111vw;
    letter-spacing: -0.644vw;
  }
}
main .section3 .container .title_description {
  margin-bottom: 80px;
  text-align: center;
  color: #efe8de;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .title_description {
    margin-bottom: 4.1666666667vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .title_description {
    margin-bottom: 11.111vw;
    font-size: 4.444vw;
  }
}
main .section3 .container .shop_dashboard {
  position: relative;
  margin: 0 auto 150px auto;
  width: 640px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard {
    margin: 0 auto 7.8125vw auto;
    width: 33.333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard {
    margin: 0 auto 22.222vw auto;
    width: 88.889vw;
  }
}
main .section3 .container .shop_dashboard .bg {
  width: 100%;
}
main .section3 .container .shop_dashboard .text_container {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0 40px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container {
    top: 1.458333vw;
    padding: 0 2.083333vw 0 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container {
    top: 6.778vw;
    padding: 0 5.556vw 0 7.778vw;
    flex-direction: column;
    align-items: stretch;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper {
    gap: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper {
    gap: 8.333vw;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item {
    gap: 0.260416vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item {
    gap: 0;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper .item .dashboard_title {
  color: #efe8de;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .dashboard_title {
    font-size: 0.833333vw;
    letter-spacing: 0.083333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .dashboard_title {
    font-size: 3.889vw;
    letter-spacing: 0.156vw;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper .item .square {
  width: 48px;
  height: 9px;
  background: #efe8de;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .square {
    width: 2.5vw;
    height: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .square {
    margin-top: 1vw;
    margin-bottom: 0.833vw;
    width: 8.889vw;
    height: 1.389vw;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have {
  color: #efe8de;
  font-family: Tungsten;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have {
    font-size: 4.166666vw;
    letter-spacing: 0.083333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have {
    font-size: 15.556vw;
    letter-spacing: 0.311vw;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have .odometer {
  color: #efe8de;
  font-family: Tungsten;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have .odometer {
    font-size: 4.166666vw;
    letter-spacing: 0.083333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have .odometer {
    font-size: 15.556vw;
    letter-spacing: 0.311vw;
  }
}
main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have .small {
  margin-left: 5px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have .small {
    margin-left: 0.260416vw;
    font-size: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container .text_wrapper .item .have .small {
    margin-left: 1.111vw;
    font-size: 4.167vw;
    letter-spacing: 0.167vw;
  }
}
main .section3 .container .shop_dashboard .text_container button {
  display: inline-flex;
  background: #efe8de;
  color: #0f1923;
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container button {
    margin-top: 4.5vw;
    align-self: flex-end;
  }
}
main .section3 .container .shop_dashboard .text_container button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container button a {
    padding: 0.625vw 0.833333vw;
    gap: 0.416666vw;
    font-size: 0.833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container button a {
    padding: 2.5vw 4.444vw;
    gap: 1.5vw;
    align-self: flex-end;
    font-size: 3.611vw;
  }
}
main .section3 .container .shop_dashboard .text_container button img {
  width: 13px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .shop_dashboard .text_container button img {
    width: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .shop_dashboard .text_container button img {
    width: 1.944vw;
  }
}
main .section3 .container .title_description2 {
  margin-bottom: 12px;
  color: #ff4654;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .title_description2 {
    margin-bottom: 0.625vw;
    font-size: 0.9375vw;
    letter-spacing: 0.234375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .title_description2 {
    margin-bottom: 2.222vw;
    font-size: 3.611vw;
    letter-spacing: 0.903vw;
  }
}
main .section3 .container .title2 {
  margin-bottom: 120px;
  color: #c8c3bd;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.44px;
  transform: translate3d(0, 2vw, 0);
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .title2 {
    margin-bottom: 6.25vw;
    font-size: 3.75vw;
    letter-spacing: -0.075vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .title2 {
    margin-bottom: 9.5vw !important;
    font-size: 10.556vw;
    letter-spacing: -0.211vw;
  }
}
main .section3 .container .second1 {
  margin-top: 160px;
}
main .section3 .container .second2 {
  margin-bottom: 60px;
}
main .section3 .container .third1 {
  margin-top: 144px;
}
main .section3 .container .third2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .second1 {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 1920px) and (max-width: 768px) {
  main .section3 .container .second1 {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 1920px) {
  main .section3 .container .second2 {
    margin-bottom: 3.125vw;
  }
  main .section3 .container .third1 {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 1920px) and (max-width: 768px) {
  main .section3 .container .third1 {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 1920px) {
  main .section3 .container .third2 {
    margin-bottom: 3.125vw;
  }
}
main .section3 .container .special_wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper {
    gap: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper {
    gap: 10.5vw;
    flex-direction: column;
    align-items: center;
  }
}
main .section3 .container .special_wrapper .item {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/special_goods_bg.png") no-repeat center/cover;
  position: relative;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 690px;
  height: 360px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item {
    padding: 2.083333vw;
    width: 35.208333vw;
    height: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/special_goods_bg_mo.png") no-repeat center/cover;
    padding: 5.556vw;
    width: 88.889vw;
    height: 67.222vw;
  }
}
main .section3 .container .special_wrapper .item.get .left .default {
  display: none;
}
main .section3 .container .special_wrapper .item.get .left .get_button {
  display: block;
}
main .section3 .container .special_wrapper .item.get .stamp_get {
  display: block;
}
main .section3 .container .special_wrapper .item.end .left .default {
  display: none;
}
main .section3 .container .special_wrapper .item.end .left .end_button {
  display: block;
}
main .section3 .container .special_wrapper .item.end .goods {
  filter: grayscale(0.7) brightness(0.7);
}
main .section3 .container .special_wrapper .item.end .stamp_end {
  display: block;
}
main .section3 .container .special_wrapper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-out;
}
main .section3 .container .special_wrapper .item .left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .left {
    gap: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .left {
    gap: 2.778vw;
  }
}
main .section3 .container .special_wrapper .item .left button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 56px;
  border-radius: 2px;
  background: #ff4654;
  color: #efe8de;
  text-align: center;
  font-family: Tungsten;
  font-size: 36px;
  font-weight: 400;
  line-height: 60%;
  overflow: hidden;
  transition: background 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .left button {
    width: 16.666666vw;
    height: 2.916666vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .left button {
    width: 77.778vw;
    height: 12.222vw;
    font-size: 7.778vw;
  }
}
main .section3 .container .special_wrapper .item .left button .skew {
  position: absolute;
  top: 0;
  left: -5%;
  width: 120%;
  height: 100%;
  background: #0f1923;
  z-index: -1;
  -webkit-transform: translateX(-100%) skew(-10deg);
  transform: translateX(-100%) skew(-10deg);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
main .section3 .container .special_wrapper .item .left button .bpm {
  margin-top: 5px;
  margin-left: 4px;
  font-family: Tungsten;
  font-size: 20px;
  font-weight: 400;
  line-height: 76%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .left button .bpm {
    margin-top: 0.260416vw;
    margin-left: 0.208333vw;
    font-size: 1.041666vw;
    letter-spacing: 0.020833vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .left button .bpm {
    margin-top: 2.222vw;
    margin-left: 0.833vw;
    font-size: 5.556vw;
    letter-spacing: 0.111vw;
  }
}
main .section3 .container .special_wrapper .item .left button .count {
  margin-top: 5px;
  margin-left: 2px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .left button .count {
    margin-top: 0.260416vw;
    margin-left: 0.104166vw;
    font-size: 0.833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .left button .count {
    margin-top: 2.222vw;
    margin-left: 0.833vw;
    font-size: 3.889vw;
  }
}
main .section3 .container .special_wrapper .item .left .get_button {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25), 0px 0px 32px 0px #ff4654;
  color: #efe8de;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: 0.48px;
  animation: shadowPulse 2s infinite ease-in-out;
  display: none;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .left .get_button {
    box-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.25), 0vw 0vw 1.6666666667vw 0vw #ff4654;
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .left .get_button {
    font-size: 4.444vw;
  }
}
@keyframes shadowPulse {
  0% {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4), 0px 0px 40px 10px #ff4654;
  }
  50% {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 4px 0px #ff4654;
  }
  100% {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4), 0px 0px 40px 10px #ff4654;
  }
}
@media screen and (max-width: 1920px) {
  @keyframes shadowPulse {
    0% {
      box-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.4), 0vw 0vw 2.0833333333vw 0.5208333333vw #ff4654;
    }
    50% {
      box-shadow: 0vw 0vw 0.1041666667vw 0vw rgba(0, 0, 0, 0.05), 0vw 0vw 0.2083333333vw 0vw #ff4654;
    }
    100% {
      box-shadow: 0.1041666667vw 0.1041666667vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.4), 0vw 0vw 2.0833333333vw 0.5208333333vw #ff4654;
    }
  }
}
@media screen and (max-width: 768px) {
  @keyframes shadowPulse {
    0% {
      box-shadow: 0.2vw 0.2vw 1vw 0vw rgba(0, 0, 0, 0.4), 0vw 0vw 5.111vw 1vw #ff4654;
    }
    50% {
      box-shadow: 0vw 0vw 0.2vw 0vw rgba(0, 0, 0, 0.05), 0vw 0vw 1.111vw 0vw #ff4654;
    }
    100% {
      box-shadow: 0.2vw 0.2vw 1vw 0vw rgba(0, 0, 0, 0.4), 0vw 0vw 5.111vw 1vw #ff4654;
    }
  }
}
main .section3 .container .special_wrapper .item .left .end_button {
  display: none;
  background: #6f6f6f;
  color: rgba(15, 25, 35, 0.5);
  pointer-events: none;
}
main .section3 .container .special_wrapper .item .right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .right {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .right {
    position: absolute;
    top: 28.611vw;
    right: 6.667vw;
    gap: 1.944vw;
  }
}
main .section3 .container .special_wrapper .item .right button {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(200, 195, 189, 0.8);
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .right button {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .right button {
    width: 5.556vw;
    height: 5.556vw;
  }
}
main .section3 .container .special_wrapper .item .right button img {
  width: 55.56%;
}
main .section3 .container .special_wrapper .item .right .count {
  color: #efe8de;
  text-align: right;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .right .count {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .right .count {
    text-shadow: 0px 0px 11.034px rgba(0, 0, 0, 0.4), 0px 0px 2.207px rgba(0, 0, 0, 0.58);
    font-size: 3.333vw;
  }
}
main .section3 .container .special_wrapper .item .right .count span {
  font-weight: 400;
}
main .section3 .container .special_wrapper .item .goods {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .goods {
    bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .goods {
    bottom: 19.444vw;
  }
}
main .section3 .container .special_wrapper .item .stamp_get {
  position: absolute;
  top: -120px;
  right: 76px;
  width: 340px;
  display: none;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .stamp_get {
    top: -6.25vw;
    right: 3.9583333333vw;
    width: 17.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .stamp_get {
    width: 55.556vw;
    top: -12.5vw;
    right: 3.333vw;
  }
}
main .section3 .container .special_wrapper .item .stamp_end {
  position: absolute;
  top: -38px;
  right: 74px;
  width: 350px;
  display: none;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .special_wrapper .item .stamp_end {
    top: -1.9791666667vw;
    right: 3.8541666667vw;
    width: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .special_wrapper .item .stamp_end {
    top: 0.222vw;
    right: 5.556vw;
    width: 55.556vw;
  }
}
main .section3 .container .digital_gear {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 20px;
  width: 1400px;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear {
    gap: 3.125vw 1.041666vw;
    width: 72.916666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear {
    padding: 0 5.556vw 10vw;
    padding-bottom: 10vw;
    flex-wrap: nowrap;
    gap: 8.889vw 4.167vw;
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
main .section3 .container .digital_gear .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
  height: 404px;
  border: 1px solid rgba(239, 232, 222, 0.3);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/goods_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear .item {
    width: calc((100% - 3.125vw) / 4);
    height: 21.020833vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear .item {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/goods_bg_mo.png") no-repeat center/cover;
    width: 61.944vw;
    height: 83.333vw;
    pointer-events: none;
    user-select: none;
  }
}
main .section3 .container .digital_gear .item.end .stamp_end {
  display: block;
}
main .section3 .container .digital_gear .item.end .prize_img {
  opacity: 0.4;
}
main .section3 .container .digital_gear .item.end button {
  background: #6f6f6f;
  color: rgba(9, 25, 36, 0.5);
  pointer-events: none;
}
main .section3 .container .digital_gear .item.end button span {
  color: rgba(9, 25, 36, 0.5);
}
main .section3 .container .digital_gear .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-out;
}
main .section3 .container .digital_gear .item .stamp_end {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 315px;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear .item .stamp_end {
    top: 2.34375vw;
    width: 16.40625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear .item .stamp_end {
    top: 7.778vw;
    width: 56.389vw;
  }
}
main .section3 .container .digital_gear .item .prize_img {
  width: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
main .section3 .container .digital_gear .item .name {
  margin: 0 auto;
  width: 226px;
  height: 46px;
  color: #efe8de;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  word-break: keep-all;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear .item .name {
    width: 11.770833vw;
    height: 2.395833vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear .item .name {
    margin-top: 3.333vw;
    padding: 0 2.778vw;
    width: 56.389vw;
    height: 10vw;
    font-size: 3.889vw;
  }
}
main .section3 .container .digital_gear .item .count {
  margin-top: 8px;
  color: #ff4654;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear .item .count {
    margin-top: 0.416666vw;
    font-size: 0.729166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear .item .count {
    margin-top: 1.667vw;
    font-size: 3.333vw;
    pointer-events: none;
    user-select: none;
  }
}
main .section3 .container .digital_gear .item .count span {
  font-weight: 400;
}
main .section3 .container .digital_gear .item button {
  position: relative;
  margin-top: auto;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff4654;
  color: #091924;
  font-family: Tungsten;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  overflow: hidden;
  transition: background 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear .item button {
    height: 2.916666vw;
    font-size: 1.666666vw;
    letter-spacing: 0.033333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear .item button {
    height: 12.222vw;
    font-size: 7.778vw;
    letter-spacing: 0.156vw;
    pointer-events: auto;
  }
}
main .section3 .container .digital_gear .item button .skew {
  position: absolute;
  top: -25%;
  left: -5%;
  width: 120%;
  height: 130%;
  background: #efe8de;
  z-index: -1;
  -webkit-transform: translateX(-100%) skew(-10deg);
  transform: translateX(-100%) skew(-10deg);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  opacity: 1;
}
main .section3 .container .digital_gear .item button span {
  margin-top: 8px;
  margin-left: 3px;
  color: #091924;
  text-align: center;
  font-family: Tungsten;
  font-size: 20px;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0.4px;
  opacity: 0.7;
}
@media screen and (max-width: 1920px) {
  main .section3 .container .digital_gear .item button span {
    margin-top: 0.4166666667vw;
    margin-left: 0.15625vw;
    font-size: 1.041666vw;
    letter-spacing: 0.020833vw;
  }
}
@media screen and (max-width: 768px) {
  main .section3 .container .digital_gear .item button span {
    margin-top: 1.389vw;
    margin-left: 0.556vw;
    font-size: 5.556vw;
    letter-spacing: 0.111vw;
  }
}
main .section3 .container .gear_scroll_bar {
  margin: 0 auto;
  width: calc(100% - 11.111vw);
  height: 1.667vw;
  background: rgba(239, 232, 222, 0.1);
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  main .section3 .container .gear_scroll_bar {
    display: block;
  }
}
main .section3 .container .gear_scroll_bar .scroll_thumb {
  position: relative;
  height: 100%;
  width: 25%;
  background: rgba(200, 195, 189, 0.5);
  border-radius: 4px;
  transition: background 0.3s;
}
main .section4 {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section4_bg_2560.png") no-repeat center/cover;
  height: 980px;
}
@media screen and (max-width: 1920px) {
  main .section4 {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section4_bg_1920.png") no-repeat center/cover;
    height: 51.041666vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 {
    background: #0f1923;
    height: 308vw;
  }
}
main .section4 .container .marquee_container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #ff4654;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .marquee_container {
    height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .marquee_container {
    height: 11.667vw;
  }
}
main .section4 .container .marquee_container .marquee {
  display: inline-flex;
  align-items: center;
  height: 100%;
  animation: marquee 60s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .section4 .container .marquee_container .marquee .text {
  display: inline-flex;
  align-items: center;
  margin-right: 90px;
  color: #0f1923;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 6px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .marquee_container .marquee .text {
    margin-right: 4.6875vw;
    font-size: 1.041666vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .marquee_container .marquee .text {
    font-size: 3.889vw;
    letter-spacing: 0.817vw;
  }
}
main .section4 .container .marquee_container .marquee .text img {
  margin-bottom: 6px;
  width: 153px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .marquee_container .marquee .text img {
    margin-bottom: 0.3125vw;
    width: 7.96875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .marquee_container .marquee .text img {
    margin-bottom: 0.9125vw;
    margin-left: 13.333vw;
    width: 33.056vw;
  }
}
main .section4 .container .marquee_container .marquee .text span {
  margin: 0 26px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .marquee_container .marquee .text span {
    margin: 0 1.354166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .marquee_container .marquee .text span {
    margin: 0 3.333vw;
  }
}
main .section4 .container h1 {
  margin-top: 160px;
  margin-bottom: 10px;
  text-align: center;
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  transform: translate3d(0, 2vw, 0);
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main .section4 .container h1 {
    margin-top: 8.333333vw;
    margin-bottom: 0.520833vw;
    font-size: 5.208333vw;
    letter-spacing: -0.104166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container h1 {
    margin-top: 20vw;
    margin-bottom: 1.389vw;
    font-size: 13.333vw;
    letter-spacing: -0.267vw;
  }
}
main .section4 .container h1 span {
  font-family: Tungsten;
  font-size: 108px;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container h1 span {
    font-size: 5.625vw;
    letter-spacing: 0.05625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container h1 span {
    font-size: 13.889vw;
    letter-spacing: 0.139vw;
  }
}
main .section4 .container h2 {
  text-align: center;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
}
@media screen and (max-width: 1920px) {
  main .section4 .container h2 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container h2 {
    margin-bottom: 10vw;
    font-size: 4.444vw;
  }
}
main .section4 .container .progress_wrapper {
  position: relative;
  left: 50%;
  transform: translate3d(calc(-50% + 108px), 0, 0);
  margin-top: 62px;
  width: 640px;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper {
    transform: translate3d(calc(-50% + 5.625vw), 0, 0);
    margin-top: 3.229167vw;
    width: 33.333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper {
    position: absolute;
    transform: translate3d(-50%, 61.944vw, 0);
    margin-top: 0;
    width: 77.778vw;
  }
}
main .section4 .container .progress_wrapper .flex {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper .flex {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper .flex {
    margin-bottom: 2.728vw;
    padding: 0 1.111vw;
  }
}
main .section4 .container .progress_wrapper .flex .title {
  color: #efe8de;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper .flex .title {
    font-size: 1.041666vw;
    letter-spacing: 0.104166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper .flex .title {
    font-size: 3.889vw;
    letter-spacing: 0.389vw;
  }
}
main .section4 .container .progress_wrapper .flex .title span {
  margin-right: 12px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper .flex .title span {
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper .flex .title span {
    margin-right: 2.5vw;
  }
}
main .section4 .container .progress_wrapper .flex .time {
  color: #efe8de;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper .flex .time {
    font-size: 0.833333vw;
    letter-spacing: 0.083333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper .flex .time {
    font-size: 3.611vw;
    letter-spacing: 0.361vw;
  }
}
main .section4 .container .progress_wrapper .flex .time span {
  margin-right: 1px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper .flex .time span {
    margin-right: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper .flex .time span {
    margin-right: 0.1vw;
    letter-spacing: 0.361vw;
  }
}
main .section4 .container .progress_wrapper .pcb_progress_bar {
  width: 640px;
  height: 8px;
  background: rgba(239, 232, 222, 0.3);
}
@media screen and (max-width: 1920px) {
  main .section4 .container .progress_wrapper .pcb_progress_bar {
    width: 33.333333vw;
    height: 0.416667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .progress_wrapper .pcb_progress_bar {
    width: 100%;
    height: 2.778vw;
  }
}
main .section4 .container .progress_wrapper .pcb_progress_bar .inside {
  width: 0;
  height: 100%;
  background: #ff4654;
  transition: width 1s ease-out;
}
main .section4 .container .prize_wrapper {
  position: relative;
  margin: -5px auto 0 auto;
  display: flex;
  gap: 55px;
  width: 1400px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper {
    margin: -0.260417vw auto 0 auto;
    gap: 2.864583vw;
    width: 72.916667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper {
    flex-direction: column;
    gap: 6.667vw;
    width: 88.889vw;
  }
}
main .section4 .container .prize_wrapper .bg {
  position: absolute;
  width: 100%;
}
main .section4 .container .prize_wrapper .pcb_title {
  position: absolute;
  top: -48px;
  left: 52px;
  color: #ff4654;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .pcb_title {
    top: -2.5vw;
    left: 2.708333vw;
    font-size: 1.041666vw;
    letter-spacing: 0.104166vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .pcb_title {
    top: 8.333vw;
    left: 10vw;
    color: #efe8de;
    font-size: 3.889vw;
    letter-spacing: 0.389vw;
  }
}
main .section4 .container .prize_wrapper .pcb_title span {
  margin-right: 12px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .pcb_title span {
    margin-right: 0.625vw;
  }
}
main .section4 .container .prize_wrapper .item {
  position: relative;
  display: grid;
  grid-template-areas: "text" "image" "button";
  padding-top: 58px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .item {
    padding-top: 3.020833vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    padding-top: 0;
    width: 68.889vw;
    grid-template-areas: "image content";
    align-items: flex-end;
  }
}
main .section4 .container .prize_wrapper .item:first-of-type {
  margin-left: -14px;
  margin-right: 75px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .item:first-of-type {
    margin-left: -0.7291666667vw;
    margin-right: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item:first-of-type {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 37vw;
    padding-top: 1vw;
    grid-template-areas: "content image";
  }
  main .section4 .container .prize_wrapper .item:first-of-type .stamp {
    top: 2vw;
    left: 48.5vw;
  }
}
main .section4 .container .prize_wrapper .item.after button {
  opacity: 0.2;
  pointer-events: none;
}
main .section4 .container .prize_wrapper .item.get .stamp {
  display: block;
}
main .section4 .container .prize_wrapper .item.get .prize_img {
  opacity: 0.2;
}
main .section4 .container .prize_wrapper .item.get button {
  opacity: 0.2;
  pointer-events: none;
}
main .section4 .container .prize_wrapper .item .stamp {
  display: none;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 162px;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .item .stamp {
    top: 4.7916666667vw;
    width: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item .stamp {
    top: 1vw;
    left: 17vw;
    width: 28vw;
  }
}
main .section4 .container .prize_wrapper .item .prize_img {
  grid-area: image;
  margin-bottom: 20px;
  width: 200px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .item .prize_img {
    margin-bottom: 1.041667vw;
    width: 10.416667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item .prize_img {
    margin-bottom: 0;
    width: 34.444vw;
  }
}
main .section4 .container .prize_wrapper .item .text {
  display: contents;
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item .text {
    display: flex;
    flex-direction: column;
    grid-area: content;
  }
}
main .section4 .container .prize_wrapper .item .title {
  grid-area: text;
  margin-bottom: 5px;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .item .title {
    margin-bottom: 0.260417vw;
    font-size: 0.833333vw;
    letter-spacing: 0.083333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item .title {
    grid-area: auto;
    margin-bottom: 2.222vw;
    font-size: 3.611vw;
    letter-spacing: 0.361vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item .title span {
    display: none;
  }
}
main .section4 .container .prize_wrapper .item button {
  grid-area: button;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  border-radius: 1px;
  background: #efe8de;
  color: #0f1923;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  main .section4 .container .prize_wrapper .item button {
    width: 10.416667vw;
    height: 2.5vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section4 .container .prize_wrapper .item button {
    grid-area: auto;
    width: 28.889vw;
    height: 8.333vw;
    font-size: 3.889vw;
  }
}
main .section5 {
  height: 980px;
  background: #ff4654;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main .section5 {
    height: 51.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 {
    height: 276.667vw;
  }
}
main .section5 .container {
  position: relative;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .section5 .container {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
main .section5 .container .deco {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 310px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .deco {
    top: 1.5625vw;
    right: -2.0833333333vw;
    width: 9.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .deco {
    display: none;
  }
}
main .section5 .container .deco img {
  width: 100%;
}
main .section5 .container .img_wrapper {
  width: 51.9%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .section5 .container .img_wrapper {
    width: auto;
    padding: 4.167vw 3.889vw 0 3.889vw;
    flex: 0 1 auto;
    height: auto;
  }
}
main .section5 .container .img_wrapper img {
  width: 100%;
  height: 100%;
  object-position: right center;
}
@media screen and (max-width: 768px) {
  main .section5 .container .img_wrapper img {
    height: auto;
  }
}
main .section5 .container .text_container {
  width: 48.1%;
  padding-left: 115px;
  padding-top: 148px;
  padding-bottom: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container {
    padding-left: 5.9895833333vw;
    padding-top: 7.7083333333vw;
    padding-bottom: 6.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container {
    width: auto;
    flex: 0 1 auto;
    align-items: center;
    padding-left: 0;
    padding-top: 16.667vw;
    padding-bottom: 19.444vw;
  }
}
main .section5 .container .text_container .title1 {
  margin-bottom: 25px;
  width: 262px;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .title1 {
    margin-bottom: 1.3020833333vw;
    width: 13.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .title1 {
    margin-bottom: 4.444vw;
    width: 52.5vw;
    text-align: center;
  }
}
main .section5 .container .text_container h2 {
  margin-bottom: 10px;
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 84px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3.36px;
  transform: translate3d(0, 2vw, 0);
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container h2 {
    margin-bottom: 0.5208333333vw;
    font-size: 4.375vw;
    letter-spacing: -0.175vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container h2 {
    margin-bottom: 3.056vw;
    font-size: 13.333vw;
    letter-spacing: -0.533vw;
  }
}
main .section5 .container .text_container h2 span {
  color: #0f1923;
}
main .section5 .container .text_container h3 {
  margin-bottom: 25px;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container h3 {
    margin-bottom: 1.3020833333vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container h3 {
    margin-bottom: 5.556vw;
    text-align: center;
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .date {
  margin-bottom: 75px;
  width: 345px;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .date {
    margin-bottom: 3.90625vw;
    width: 17.96875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .date {
    margin-bottom: 22.222vw;
    width: 76.389vw;
  }
}
main .section5 .container .text_container h4 {
  margin-bottom: 10px;
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.84px;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container h4 {
    margin-bottom: 0.5208333333vw;
    font-size: 2.3958333333vw;
    letter-spacing: -0.0958333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container h4 {
    align-self: flex-start;
    margin-bottom: 3.611vw;
    font-size: 10vw;
    letter-spacing: -0.4vw;
  }
}
main .section5 .container .text_container h4 span {
  margin-right: 15px;
  display: inline-block;
  width: 12px;
  height: 36px;
  background: #efe8de;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container h4 span {
    margin-right: 0.78125vw;
    width: 0.625vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container h4 span {
    margin-right: 2.778vw;
    width: 2.5vw;
    height: 7.778vw;
  }
}
main .section5 .container .text_container .input_wrapper {
  position: relative;
  margin-bottom: 28px;
  padding: 15px 19px 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 72px;
  border: 1px solid #efe8de;
  background: rgba(239, 232, 222, 0.9);
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper {
    margin-bottom: 1.4583333333vw;
    padding: 0.78125vw 0.9895833333vw 0.78125vw 1.25vw;
    width: 21.875vw;
    height: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper {
    margin-bottom: 11.111vw;
    padding: 3.611vw 5.556vw;
    width: 87.5vw;
    height: 17.222vw;
  }
}
main .section5 .container .text_container .input_wrapper input {
  width: 274px;
  height: 100%;
  border: none;
  padding: 0;
  background: transparent;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper input {
    width: 14.2708333333vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper input {
    width: 51.944vw;
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .input_wrapper input::-webkit-input-placeholder {
  color: #c8c3bd;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper input::-webkit-input-placeholder {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper input::-webkit-input-placeholder {
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .input_wrapper input::-moz-placeholder {
  color: #c8c3bd;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper input::-moz-placeholder {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper input::-moz-placeholder {
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .input_wrapper input:-ms-input-placeholder {
  color: #c8c3bd;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper input:-ms-input-placeholder {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper input:-ms-input-placeholder {
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .input_wrapper input::placeholder {
  color: #c8c3bd;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper input::placeholder {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper input::placeholder {
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .input_wrapper input:focus {
  outline: none;
}
main .section5 .container .text_container .input_wrapper input:-webkit-autofill, main .section5 .container .text_container .input_wrapper input:-webkit-autofill:hover, main .section5 .container .text_container .input_wrapper input:-webkit-autofill:focus, main .section5 .container .text_container .input_wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: #0f1923;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
main .section5 .container .text_container .input_wrapper .input_fake {
  width: 274px;
  height: 100%;
  color: #c8c3bd;
  font-family: Tungsten;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.76px;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper .input_fake {
    width: 14.2708333333vw;
    font-size: 1.9791666667vw;
    letter-spacing: 0.0395833333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper .input_fake {
    width: 51.944vw;
    font-size: 10.556vw;
    letter-spacing: 0.211vw;
  }
}
main .section5 .container .text_container .input_wrapper button {
  width: 103px;
  height: 42px;
  background: #0f1923;
  color: #efe8de;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper button {
    width: 5.3645833333vw;
    height: 2.1875vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper button {
    width: 24.444vw;
    height: 10vw;
    font-size: 4.444vw;
  }
}
main .section5 .container .text_container .input_wrapper button.disabled {
  background: rgba(15, 25, 35, 0.4);
  cursor: default;
}
main .section5 .container .text_container .input_wrapper button.disabled.before {
  background: #0f1923;
  cursor: pointer;
}
main .section5 .container .text_container .input_wrapper img {
  position: absolute;
  top: 50%;
  right: -111px;
  transform: translate3d(0, -50%, 0);
  width: 104px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container .input_wrapper img {
    right: -5.78125vw;
    width: 5.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container .input_wrapper img {
    top: 13.3vw;
    right: 4.111vw;
    width: 26.667vw;
    transform: translate3d(0, 0, 0);
  }
}
main .section5 .container .text_container h5 {
  margin-bottom: 28px;
  color: #efe8de;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container h5 {
    margin-bottom: 1.4583333333vw;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container h5 {
    align-self: flex-start;
    margin-bottom: 2.778vw;
    font-size: 3.611vw;
  }
}
main .section5 .container .text_container a {
  color: #efe8de;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-underline-position: from-font;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  main .section5 .container .text_container a {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section5 .container .text_container a {
    align-self: flex-start;
    font-size: 3.611vw;
  }
}
main .section6 {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section6_bg.jpg") no-repeat center/cover;
  height: 1000px;
}
@media screen and (max-width: 1920px) {
  main .section6 {
    height: 52.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section6_bg_mo.jpg") no-repeat center/cover;
    height: 208vw;
  }
}
main .section6 .container {
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  main .section6 .container {
    padding-top: 8.8541666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container {
    padding-top: 22.222vw;
  }
}
main .section6 .container h1 {
  margin-bottom: 100px;
  color: #ff4654;
  font-family: "Black Han Sans";
  font-size: 100px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -4px;
  transform: translate3d(0, 2vw, 0);
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main .section6 .container h1 {
    margin-bottom: 5.2083333333vw;
    font-size: 5.2083333333vw;
    line-height: 5.7291666667vw;
    letter-spacing: -0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container h1 {
    margin-bottom: 11vw;
    font-size: 12.222vw;
    line-height: 100%;
    letter-spacing: -0.244vw;
  }
}
main .section6 .container h1 span {
  font-family: Tungsten;
  font-size: 109px;
  line-height: 104%;
  letter-spacing: -2.18px;
}
@media screen and (max-width: 1920px) {
  main .section6 .container h1 span {
    font-size: 5.6770833333vw;
    letter-spacing: -0.1135416667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container h1 span {
    font-size: 13.333vw;
    letter-spacing: 0.133vw;
  }
}
main .section6 .container .box_container {
  display: flex;
  justify-content: center;
  gap: 68px;
}
@media screen and (max-width: 1920px) {
  main .section6 .container .box_container {
    gap: 3.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container .box_container {
    flex-direction: column;
    align-items: center;
    gap: 13vw;
  }
}
main .section6 .container .box_container .box_wrapper .title {
  height: 38px;
}
@media screen and (max-width: 1920px) {
  main .section6 .container .box_container .box_wrapper .title {
    height: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container .box_container .box_wrapper .title {
    height: 6.111vw;
  }
}
main .section6 .container .box_container .box_wrapper .title.title1 {
  width: 335px;
}
@media screen and (max-width: 1920px) {
  main .section6 .container .box_container .box_wrapper .title.title1 {
    width: 17.4479166667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container .box_container .box_wrapper .title.title1 {
    width: 53.611vw;
  }
}
main .section6 .container .box_container .box_wrapper .title.title2 {
  width: 504px;
}
@media screen and (max-width: 1920px) {
  main .section6 .container .box_container .box_wrapper .title.title2 {
    width: 26.25vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container .box_container .box_wrapper .title.title2 {
    width: 86.389vw;
  }
}
main .section6 .container .box_container .box_wrapper .title img {
  width: 100%;
}
main .section6 .container .box_container .box_wrapper .box {
  position: relative;
  width: 666px;
  height: 375px;
  border: 5px solid #ff4654;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main .section6 .container .box_container .box_wrapper .box {
    width: 34.6875vw;
    height: 19.53125vw;
    border: 0.2604166667vw solid #ff4654;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container .box_container .box_wrapper .box {
    width: 90.278vw;
    height: 50.833vw;
    border: 0.833vw solid #ff4654;
  }
}
main .section6 .container .box_container .box_wrapper .box:hover .thumbnail {
  filter: brightness(1.5);
}
main .section6 .container .box_container .box_wrapper .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .section6 .container .box_container .box_wrapper .box .thumbnail {
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease-out;
  pointer-events: none;
}
main .section6 .container .box_container .box_wrapper .box .play {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 162px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  main .section6 .container .box_container .box_wrapper .box .play {
    width: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section6 .container .box_container .box_wrapper .box .play {
    width: 27.222vw;
    right: -3px;
  }
}
main .section7 {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section7_bg.png") no-repeat top center;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1920px) {
  main .section7 {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 {
    background: #0f1923;
    padding-top: 27.778vw;
    padding-bottom: 27.778vw;
  }
}
main .section7 h1 {
  margin-bottom: 34px;
  color: #efe8de;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1920px) {
  main .section7 h1 {
    margin-bottom: 1.7708333333vw;
    font-size: 3.125vw;
    letter-spacing: -0.0625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 h1 {
    margin-bottom: 8.333vw;
    font-size: 11.111vw;
    letter-spacing: -0.222vw;
  }
}
main .section7 ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 780px;
  list-style: none;
  background: #0f1923;
}
@media screen and (max-width: 1920px) {
  main .section7 ul {
    width: 40.625vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul {
    width: 83.333vw;
  }
}
main .section7 ul li {
  border-top: 1px solid rgba(200, 195, 189, 0.2);
}
main .section7 ul li:last-of-type {
  border-bottom: 1px solid rgba(200, 195, 189, 0.2);
}
main .section7 ul .question {
  padding: 22px 36px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #efe8de;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .question {
    padding: 1.1458333333vw 1.875vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .question {
    padding: 4.444vw 3.333vw;
    font-size: 3.889vw;
  }
}
main .section7 ul .question span {
  color: #ff4654;
}
main .section7 ul .question img {
  width: 20px;
  height: 20px;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .question img {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .question img {
    width: 4.167vw;
    height: 4.167vw;
  }
}
main .section7 ul .answer {
  position: relative;
  max-height: 0;
  padding: 0 36px;
  display: flex;
  gap: 12px;
  width: 100%;
  color: #c8c3bd;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .answer {
    padding: 0 1.875vw;
    gap: 0.625vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .answer {
    padding: 0 3.333vw;
    gap: 2.222vw;
    font-size: 3.889vw;
  }
}
main .section7 ul .answer span {
  color: #ff4654;
}
main .section7 ul .answer .text {
  width: 758px;
  color: #c8c3bd;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  word-break: keep-all;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .answer .text {
    width: 39.4791666667vw;
    font-size: 0.9375vw;
    letter-spacing: 0.01875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .answer .text {
    width: 70.556vw;
    font-size: 3.889vw;
  }
}
main .section7 ul .answer .text .text1 {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  color: #c8c3bd;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .answer .text .text1 {
    margin-bottom: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .answer .text .text1 {
    margin-bottom: 2.778vw;
    font-size: 3.889vw;
  }
}
main .section7 ul .answer .text .text2 {
  color: #c8c3bd;
  font-size: 16px;
  opacity: 0.7;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .answer .text .text2 {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .answer .text .text2 {
    font-size: 3.333vw;
    line-height: 150%;
  }
}
main .section7 ul li.active .answer {
  max-height: 200px;
  padding: 0 36px 20px 36px;
}
@media screen and (max-width: 1920px) {
  main .section7 ul li.active .answer {
    max-height: 10.4166666667vw;
    padding: 0 1.875vw 1.0416666667vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul li.active .answer {
    max-height: 70vw;
    padding: 0 3.333vw 4.444vw 3.333vw;
  }
}
main .section7 ul .detail {
  margin-top: 20px;
  margin-right: 7px;
  text-align: right;
  color: #c8c3bd;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  main .section7 ul .detail {
    margin-top: 1.0416666667vw;
    margin-right: 0.3645833333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  main .section7 ul .detail {
    margin-top: 5vw;
    margin-right: 1.667vw;
    font-size: 3.889vw;
  }
}
main .section7 ul li .question img {
  transition: transform 0.3s ease;
}
main .section7 ul li.active .question img {
  transform: rotate(45deg);
}

.section_invite {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/invite_bg_2560.jpg") no-repeat center/cover;
  min-height: 1080px;
}
@media screen and (max-width: 1920px) {
  .section_invite {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/invite_bg_1920.jpg") no-repeat center/cover;
    min-height: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/invite_bg_768.jpg") no-repeat center/cover;
    min-height: 235.278vw;
  }
}
.section_invite .container {
  padding-top: 251px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container {
    padding-top: 13.072916vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container {
    padding-top: 35.833vw;
  }
}
.section_invite .container .page_move {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 195px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ff4654;
  background: #0f1923;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
  color: #ff4654;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .page_move {
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    gap: 0.5208333333vw;
    width: 10.15625vw;
    height: 2.5vw;
    border-radius: 0.2083333333vw;
    box-shadow: 0vw 0.0520833333vw 0.4166666667vw 0vw rgba(0, 0, 0, 0.45);
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .page_move {
    top: 6.667vw;
    left: 5.556vw;
    gap: 2.778vw;
    width: 50.556vw;
    height: 12.5vw;
    font-size: 4.444vw;
  }
}
.section_invite .container .page_move img {
  width: 20px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .page_move img {
    width: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .page_move img {
    width: 5.556vw;
  }
}
.section_invite .container h1 {
  color: #efe8de;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 92px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.84px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container h1 {
    font-size: 4.791666vw;
    letter-spacing: -0.095833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container h1 {
    font-size: 13.333333vw;
    letter-spacing: -0.266667vw;
  }
}
.section_invite .container h2 {
  margin-top: 12px;
  color: #efe8de;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  word-break: keep-all;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .section_invite .container h2 {
    margin-top: 0.625vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container h2 {
    margin: 0 auto;
    width: 64vw;
    margin-top: 1.1111vw;
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper {
    margin-top: 4.166666vw;
    gap: 4.166666vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 13.8889vw;
    gap: 19.4444vw;
  }
}
.section_invite .container .invite_wrapper .item {
  width: 420px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item {
    width: 21.875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item {
    width: 88.8889vw;
  }
}
.section_invite .container .invite_wrapper .item .title {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item .title {
    margin-bottom: 1.25vw;
    gap: 0.833333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item .title {
    margin-bottom: 4.4444vw;
    gap: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item .title .square {
  width: 8px;
  height: 34px;
  background: #ff4654;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item .title .square {
    width: 0.416666vw;
    height: 1.770833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item .title .square {
    width: 2.2222vw;
    height: 7.5vw;
  }
}
.section_invite .container .invite_wrapper .item .title p {
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item .title p {
    font-size: 2.291666vw;
    letter-spacing: -0.045833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item .title p {
    font-size: 8.8889vw;
    letter-spacing: -0.1778vw;
  }
}
.section_invite .container .invite_wrapper .item form {
  position: relative;
  margin-bottom: 16px;
  padding: 0 20px 0 24px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  border: 1px solid rgba(168, 168, 168, 0.8);
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form {
    margin-bottom: 0.833333vw;
    padding: 0 1.041666vw 0 1.25vw;
    height: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form {
    margin-bottom: 2.7778vw;
    padding: 0 5.5556vw 0 5.5556vw;
    height: 17.2222vw;
  }
}
.section_invite .container .invite_wrapper .item form .before {
  color: rgba(200, 195, 189, 0.8);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form .before {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form .before {
    font-size: 4.444vw;
  }
}
.section_invite .container .invite_wrapper .item form .after {
  color: #ff4654;
  font-family: Tungsten;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.76px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form .after {
    font-size: 1.979167vw;
    letter-spacing: 0.039583vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form .after {
    font-size: 8.8889vw;
    letter-spacing: 0.1778vw;
  }
}
.section_invite .container .invite_wrapper .item form input {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  color: #efe8de;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form input {
    font-size: 1.145833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form input {
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form input::-webkit-input-placeholder {
  color: rgba(200, 195, 189, 0.8);
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form input::-webkit-input-placeholder {
    font-size: 1.145833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form input::-webkit-input-placeholder {
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form input::-moz-placeholder {
  color: rgba(200, 195, 189, 0.8);
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form input::-moz-placeholder {
    font-size: 1.145833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form input::-moz-placeholder {
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form input:-ms-input-placeholder {
  color: rgba(200, 195, 189, 0.8);
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form input:-ms-input-placeholder {
    font-size: 1.145833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form input:-ms-input-placeholder {
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form input::placeholder {
  color: rgba(200, 195, 189, 0.8);
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form input::placeholder {
    font-size: 1.145833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form input::placeholder {
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form input:focus {
  outline: none;
}
.section_invite .container .invite_wrapper .item form input:-webkit-autofill, .section_invite .container .invite_wrapper .item form input:-webkit-autofill:hover, .section_invite .container .invite_wrapper .item form input:-webkit-autofill:focus, .section_invite .container .invite_wrapper .item form input:-webkit-autofill:active {
  -webkit-text-fill-color: #efe8de;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.section_invite .container .invite_wrapper .item form .my {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0);
  width: 103px;
  height: 42px;
  background: #ff4654;
  color: #efe8de;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form .my {
    right: 1.041666vw;
    width: 5.364583vw;
    height: 2.1875vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form .my {
    right: 5.5556vw;
    width: 24.4444vw;
    height: 10vw;
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form .my.disabled {
  background: rgba(200, 195, 189, 0.5);
  color: #0f1923;
}
.section_invite .container .invite_wrapper .item form .my.disabled.before {
  background: #ff4654;
  color: #efe8de;
}
.section_invite .container .invite_wrapper .item form .friend_code {
  color: rgba(200, 195, 189, 0.8);
  font-family: Tungsten;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.76px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form .friend_code {
    font-size: 1.9791666667vw;
    letter-spacing: 0.0395833333vw;
    line-height: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form .friend_code {
    font-size: 8.889vw;
    letter-spacing: 0.178vw;
  }
}
.section_invite .container .invite_wrapper .item form .friend {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0);
  width: 103px;
  height: 42px;
  background: #efe8de;
  color: #0f1923;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item form .friend {
    right: 1.041666vw;
    width: 5.364583vw;
    height: 2.1875vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item form .friend {
    right: 5.5556vw;
    width: 24.4444vw;
    height: 10vw;
    font-size: 4.4444vw;
  }
}
.section_invite .container .invite_wrapper .item form .friend.disabled {
  background: rgba(200, 195, 189, 0.5);
  pointer-events: none;
}
.section_invite .container .invite_wrapper .item form .friend.disabled.before {
  pointer-events: auto;
  background: #efe8de;
}
.section_invite .container .invite_wrapper .item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.section_invite .container .invite_wrapper .item ul li {
  position: relative;
  padding-left: 28px;
  color: #c8c3bd;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  word-break: keep-all;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item ul li {
    padding-left: 1.458333vw;
    font-size: 0.833333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item ul li {
    padding-left: 3.6111vw;
    font-size: 3.8889vw;
  }
}
.section_invite .container .invite_wrapper .item ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #c8c3bd;
  opacity: 0.4;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item ul li::before {
    top: 0.416666vw;
    left: 0.520833vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item ul li::before {
    top: 3vw;
    width: 1.1111vw;
    height: 0.2778vw;
    opacity: 1;
  }
}
.section_invite .container .invite_wrapper .item .share_icon {
  position: relative;
  margin-top: 26px;
  padding-left: 28px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item .share_icon {
    margin-top: 1.354166vw;
    padding-left: 1.458333vw;
    gap: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item .share_icon {
    margin-top: 7.7778vw;
    padding-left: 3.6111vw;
    gap: 3.3333vw;
  }
}
.section_invite .container .invite_wrapper .item .share_icon::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #ff4654;
  opacity: 0.4;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item .share_icon::before {
    left: 0.520833vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item .share_icon::before {
    display: none;
  }
}
.section_invite .container .invite_wrapper .item .share_icon button {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1920px) {
  .section_invite .container .invite_wrapper .item .share_icon button {
    width: 2.604166vw;
    height: 2.604166vw;
  }
}
@media screen and (max-width: 768px) {
  .section_invite .container .invite_wrapper .item .share_icon button {
    width: 11.1111vw;
    height: 11.1111vw;
  }
}
.section_invite .container .invite_wrapper .item .share_icon button img {
  width: 100%;
}

.section_down {
  min-height: 100vh;
  overflow: hidden;
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section1_bg_1920.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .section_down {
    min-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 768px) {
  .section_down {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/section_erro_bg_768.jpg") no-repeat center/cover;
  }
}
.section_down.error {
  min-height: 100vh;
}
.section_down .container {
  margin: 0 auto;
  text-align: center;
  max-width: 1920px;
  width: 100%;
}
.section_down .container .logo {
  margin-bottom: 32px;
  width: 177px;
}
@media screen and (max-width: 1920px) {
  .section_down .container .logo {
    margin-bottom: 1.666667vw;
    width: 9.270833vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container .logo {
    margin-bottom: 5.556vw;
    width: 22.222vw;
  }
}
.section_down .container .title {
  margin-bottom: 30px;
  color: #0f1923;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 6px;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .section_down .container .title {
    margin-bottom: 1.5625vw;
    font-size: 1.25vw;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container .title {
    margin-bottom: 4.444vw;
    font-size: 4.167vw;
    letter-spacing: 0.833vw;
  }
}
.section_down .container h1 {
  color: #efe8df;
  font-family: "Black Han Sans";
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4px;
}
@media screen and (max-width: 1920px) {
  .section_down .container h1 {
    font-size: 5.208333vw;
    letter-spacing: -0.208333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container h1 {
    margin-bottom: 0.556vw;
    font-size: 13.889vw;
    letter-spacing: -0.556vw;
  }
}
.section_down .container h2 {
  margin-bottom: 10px;
  color: #efe8de;
  font-family: "Black Han Sans";
  font-size: 150px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -6px;
}
@media screen and (max-width: 1920px) {
  .section_down .container h2 {
    margin-bottom: 0.520833vw;
    font-size: 7.8125vw;
    letter-spacing: -0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container h2 {
    margin-bottom: 2.778vw;
    font-size: 17.222vw;
    letter-spacing: -0.689vw;
  }
}
.section_down .container .sub_title3 {
  margin-top: 20px;
  margin-bottom: 41px;
  color: #0f1923;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2px;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .section_down .container .sub_title3 {
    margin-top: 1.0416666667vw;
    margin-bottom: 2.1354166667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container .sub_title3 {
    margin-top: 0;
    margin-bottom: 8.611vw;
    font-size: 3.611vw;
    letter-spacing: 0.361vw;
  }
}
.section_down .container .btn_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 6px 5px;
  width: 242px;
  height: 69px;
  border-top: 1px solid #0f1923;
  border-bottom: 1px solid #0f1923;
}
@media screen and (max-width: 1920px) {
  .section_down .container .btn_wrapper {
    padding: 0.3125vw 0.260416vw;
    width: 12.604166vw;
    height: 3.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container .btn_wrapper {
    padding: 1.944vw 1.667vw;
    width: 66.944vw;
    height: 19.167vw;
  }
}
.section_down .container .btn_wrapper .deco {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .section_down .container .btn_wrapper .deco {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container .btn_wrapper .deco {
    width: 6.667vw;
    height: 6.667vw;
  }
}
.section_down .container .btn_wrapper .deco.top_left {
  border-top: 2px solid #0f1923;
  border-left: 2px solid #0f1923;
  top: -2px;
  left: -2px;
}
.section_down .container .btn_wrapper .deco.top_right {
  border-top: 2px solid #0f1923;
  border-right: 2px solid #0f1923;
  top: -2px;
  right: -2px;
}
.section_down .container .btn_wrapper .deco.bottom_left {
  border-bottom: 2px solid #0f1923;
  border-left: 2px solid #0f1923;
  bottom: -2px;
  left: -2px;
}
.section_down .container .btn_wrapper .deco.bottom_right {
  border-bottom: 2px solid #0f1923;
  border-right: 2px solid #0f1923;
  bottom: -2px;
  right: -2px;
}
.section_down .container .btn_wrapper button {
  width: 100%;
  height: 100%;
  background: #0f1923;
  color: #efe8de;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1920px) {
  .section_down .container .btn_wrapper button {
    font-size: 1.041666vw;
  }
}
@media screen and (max-width: 768px) {
  .section_down .container .btn_wrapper button {
    font-size: 4.444vw;
    letter-spacing: 0.267vw;
  }
}

main {
  position: relative;
  background: #ede8e2;
}
main .log_bg_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  main .log_bg_wrapper {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  main .log_bg_wrapper {
    display: none;
  }
}
main .log_bg_wrapper img {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
main .log_bg_wrapper .bottom {
  bottom: 0;
}
main .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .middle {
    display: none;
  }
}
main .special {
  height: 146px !important;
}
@media screen and (max-width: 1920px) {
  main .special {
    height: 7.6041666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  main .special {
    height: 32.222vw !important;
  }
}
main .special .offline {
  text-align: center;
  width: 100%;
}

.section_log {
  position: relative;
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .section_log {
    padding-top: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log {
    padding-top: 30vw;
  }
}
.section_log .move_page_btn {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 195px;
  height: 47px;
  border: 1px solid #0F1923;
  border-radius: 4px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
  background: #efe8de;
}
@media screen and (max-width: 1920px) {
  .section_log .move_page_btn {
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    gap: 0.5208333333vw;
    width: 10.15625vw;
    height: 2.4479166667vw;
    box-shadow: 0vw 0.0520833333vw 0.4166666667vw 0vw rgba(0, 0, 0, 0.45);
  }
}
@media screen and (max-width: 768px) {
  .section_log .move_page_btn {
    top: 6.667vw;
    left: 5.556vw;
    gap: 2.778vw;
    width: 50.556vw;
    height: 12.5vw;
    border: 0.278vw solid #0f1923;
    box-shadow: 0vw 0.278vw 2.222vw 0vw rgba(0, 0, 0, 0.45);
  }
}
.section_log .move_page_btn a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section_log .move_page_btn img {
  width: 20px;
}
@media screen and (max-width: 1920px) {
  .section_log .move_page_btn img {
    width: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .move_page_btn img {
    width: 5.556vw;
  }
}
.section_log .move_page_btn p {
  color: #0f1923;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1920px) {
  .section_log .move_page_btn p {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .move_page_btn p {
    font-size: 4.444vw;
  }
}
.section_log .title1 {
  margin-bottom: 30px;
  color: #0f1923;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .title1 {
    margin-bottom: 1.5625vw;
    font-size: 4.1666666667vw;
    letter-spacing: -0.125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .title1 {
    margin-bottom: 6.944vw;
    font-size: 10vw;
    letter-spacing: -0.3vw;
  }
}
.section_log .prize_get_container {
  margin: 0 auto 180px;
  width: 1032px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_container {
    margin: 0 auto 9.375vw;
    width: 53.75vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_container {
    margin: 0 auto 27.778vw;
    width: 83.333vw;
  }
}
.section_log .get_blank {
  margin-top: 40px;
  color: #0f1923;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1920px) {
  .section_log .get_blank {
    margin-top: 2.0833333333vw;
    font-size: 1.4583333333vw;
    letter-spacing: 0.0875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .get_blank {
    margin-top: 0;
    font-size: 3.889vw;
    letter-spacing: 0.078vw;
  }
}
.section_log .prize_get_wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 243px);
  justify-content: center;
  gap: 40px 20px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_wrapper {
    grid-template-columns: repeat(4, 12.65625vw);
    gap: 2.0833333333vw 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_wrapper {
    grid-template-columns: repeat(2, 40.833vw);
    gap: 4.444vw 1.667vw;
  }
}
.section_log .prize_get_wrapper .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 316px;
  background: #efe8de;
  border: 1px solid rgba(15, 25, 35, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_wrapper .item {
    height: 16.4583333333vw;
    border: 0.0520833333vw solid rgba(15, 25, 35, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_wrapper .item {
    height: 56.667vw;
    border: 0.278vw solid rgba(15, 25, 35, 0.4);
  }
}
.section_log .prize_get_wrapper .item .get_date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-bottom: 1px solid rgba(15, 25, 35, 0.2);
  color: rgba(15, 25, 35, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_wrapper .item .get_date {
    height: 1.7708333333vw;
    border-bottom: 0.0520833333vw solid rgba(15, 25, 35, 0.2);
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_wrapper .item .get_date {
    height: 8.056vw;
    border-bottom: 0.278vw solid rgba(15, 25, 35, 0.2);
    font-size: 3.889vw;
  }
}
.section_log .prize_get_wrapper .item img {
  width: 100%;
  height: 164px;
  object-fit: contain;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_wrapper .item img {
    height: 8.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_wrapper .item img {
    height: 27.5vw;
  }
}
.section_log .prize_get_wrapper .item p {
  padding: 0 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 42px;
  color: #0f1923;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  word-break: keep-all;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_wrapper .item p {
    padding: 0 0.5729166667vw;
    height: 2.1875vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_wrapper .item p {
    padding: 0 3.611vw;
    height: 9.444vw;
    font-size: 3.333vw;
  }
}
.section_log .prize_get_wrapper .item button {
  margin-top: auto;
  width: 100%;
  height: 56px;
  background: #0f1923;
  color: #efe8de;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_log .prize_get_wrapper .item button {
    height: 2.9166666667vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .prize_get_wrapper .item button {
    height: 9.444vw;
    font-size: 3.889vw;
  }
}
.section_log .title2 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .section_log .title2 {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .title2 {
    margin-bottom: 2.222vw;
  }
}
.section_log .title2 h1 .text1 {
  margin-right: 4px;
  color: #0f1923;
  font-family: Tungsten;
  font-size: 86px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.72px;
}
@media screen and (max-width: 1920px) {
  .section_log .title2 h1 .text1 {
    margin-right: 0.2083333333vw;
    font-size: 4.4791666667vw;
    letter-spacing: 0.0895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .title2 h1 .text1 {
    margin-right: 0;
    font-size: 10.556vw;
    letter-spacing: 0.211vw;
  }
}
.section_log .title2 h1 .text2 {
  margin-right: 10px;
  color: #0f1923;
  font-family: "Black Han Sans";
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .title2 h1 .text2 {
    margin-right: 0.5208333333vw;
    font-size: 4.1666666667vw;
    letter-spacing: -0.125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .title2 h1 .text2 {
    margin-right: 1.667vw;
    font-size: 10vw;
    letter-spacing: -0.3vw;
  }
}
.section_log .title2 h1 .text3 {
  margin-right: 10px;
  color: #ff4654;
  font-family: "Black Han Sans";
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .title2 h1 .text3 {
    margin-right: 0.5208333333vw;
    font-size: 4.1666666667vw;
    letter-spacing: -0.125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .title2 h1 .text3 {
    margin-right: 1.667vw;
    font-size: 10vw;
    letter-spacing: -0.3vw;
  }
}
.section_log .title2 h1 .text4 {
  color: #ff4654;
  font-family: "Black Han Sans";
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .title2 h1 .text4 {
    margin-right: 0.5208333333vw;
    font-size: 4.1666666667vw;
    letter-spacing: -0.125vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .title2 h1 .text4 {
    font-size: 10vw;
    letter-spacing: -0.3vw;
  }
}
.section_log .log_text {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  text-align: center;
  color: #0f1923;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (max-width: 1920px) {
  .section_log .log_text {
    margin-bottom: 3.6458333333vw;
    gap: 0.8854166667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .log_text {
    margin-bottom: 13.889vw;
    gap: 3.333vw;
    font-size: 4.167vw;
    letter-spacing: 0.833vw;
  }
}
.section_log .point_get_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_log .point_get_container .deco {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -100px, 0);
  width: 1058px;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .deco {
    transform: translate3d(-50%, -5.2083333333vw, 0);
    width: 55.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .deco {
    display: none;
  }
}
.section_log .point_get_container .deco img {
  width: 100%;
}
.section_log .point_get_container .table {
  position: relative;
  margin-bottom: 60px;
  width: 692px;
  height: 356px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table {
    margin-bottom: 3.125vw;
    width: 36.0416666667vw;
    height: 18.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table {
    margin-bottom: 11.111vw;
    width: 88.889vw;
    height: 88.889vw;
  }
}
.section_log .point_get_container .table img {
  width: 100%;
  pointer-events: none;
  user-select: none;
}
.section_log .point_get_container .table .mission {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  width: 320px;
  color: #0f1923;
  text-align: center;
  font-family: Tungsten;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table .mission {
    width: 16.6666666667vw;
    font-size: 1.7708333333vw;
    letter-spacing: 0.0354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table .mission {
    width: 40.556vw;
    font-size: 6.111vw;
    letter-spacing: 0.122vw;
  }
}
.section_log .point_get_container .table .mission.mission1 {
  top: 93px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table .mission.mission1 {
    top: 4.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table .mission.mission1 {
    top: 20vw;
  }
}
.section_log .point_get_container .table .mission.mission2 {
  top: 163px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table .mission.mission2 {
    top: 8.4895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table .mission.mission2 {
    top: 38.889vw;
  }
}
.section_log .point_get_container .table .mission.mission3 {
  top: 233px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table .mission.mission3 {
    top: 12.1354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table .mission.mission3 {
    top: 57.5vw;
  }
}
.section_log .point_get_container .table .mission.mission4 {
  top: 303px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table .mission.mission4 {
    top: 15.8vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table .mission.mission4 {
    top: 77vw;
  }
}
.section_log .point_get_container .table .mission .pcb,
.section_log .point_get_container .table .mission .home {
  width: 160px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .table .mission .pcb,
  .section_log .point_get_container .table .mission .home {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .table .mission .pcb,
  .section_log .point_get_container .table .mission .home {
    width: 20.278vw;
  }
}
.section_log .point_get_container .ticket {
  margin-bottom: 241px;
  padding: 18px 30px 12px;
  display: flex;
  justify-content: space-between;
  width: 692px;
  border-top: 1px solid rgba(15, 25, 35, 0.3);
  border-bottom: 1px solid rgba(15, 25, 35, 0.3);
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .ticket {
    margin-bottom: 12.5520833333vw;
    padding: 0.9375vw 1.5625vw 0.625vw;
    width: 36.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .ticket {
    margin-bottom: 27.778vw;
    padding: 5.833vw 2.778vw 4.167vw;
    width: 88.889vw;
  }
}
.section_log .point_get_container .ticket .left {
  color: #0f1923;
  font-family: "Black Han Sans";
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .ticket .left {
    font-size: 2.0833333333vw;
    letter-spacing: -0.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .ticket .left {
    font-size: 8.889vw;
    letter-spacing: -0.356vw;
  }
}
.section_log .point_get_container .ticket .right {
  color: #0f1923;
  font-family: Tungsten;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .ticket .right {
    font-size: 1.7708333333vw;
    letter-spacing: 0.0354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .ticket .right {
    font-size: 6.111vw;
    letter-spacing: 0.122vw;
  }
}
.section_log .point_get_container .ticket .right .gray {
  margin-left: 4px;
  margin-right: 8px;
  opacity: 0.4;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .ticket .right .gray {
    margin-left: 0.2083333333vw;
    margin-right: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .ticket .right .gray {
    margin-left: 0.556vw;
    margin-right: 1.111vw;
  }
}
.section_log .point_get_container .ticket .right .count {
  color: #0f1923;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 1920px) {
  .section_log .point_get_container .ticket .right .count {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_get_container .ticket .right .count {
    font-size: 3.889vw;
  }
}
.section_log .point_use_wrapper {
  margin-bottom: 367px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper {
    margin-bottom: 19.1145833333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper {
    margin-bottom: 40.556vw;
  }
}
.section_log .point_use_wrapper.no {
  margin-bottom: 220px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper.no {
    margin-bottom: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper.no {
    margin-bottom: 27.778vw;
  }
}
.section_log .point_use_wrapper .use_blank {
  margin-top: 60px;
  color: #0f1923;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper .use_blank {
    margin-top: 3.125vw;
    font-size: 1.4583333333vw;
    letter-spacing: 0.0875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper .use_blank {
    font-size: 3.889vw;
    letter-spacing: 0.078vw;
  }
}
.section_log .point_use_wrapper ul {
  margin: 19px auto 40px;
  width: 1080px;
  list-style: none;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul {
    margin: 0.9895833333vw auto 2.0833333333vw;
    width: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul {
    margin: 5.556vw auto;
    width: 83.333vw;
  }
}
.section_log .point_use_wrapper ul li {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 95px;
  border-top: 1px solid rgba(15, 25, 35, 0.4);
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li {
    padding: 1.25vw 2.0833333333vw;
    gap: 4.9479166667vw;
    border-top: 1px solid rgba(15, 25, 35, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li {
    padding: 5.556vw 2.778vw;
    gap: 0;
    justify-content: space-between;
  }
}
.section_log .point_use_wrapper ul li:last-child {
  border-bottom: 1px solid rgba(15, 25, 35, 0.4);
}
.section_log .point_use_wrapper ul li .flex1 {
  display: inline-flex;
  gap: 95px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .flex1 {
    gap: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .flex1 {
    flex-direction: column;
    gap: 2.222vw;
  }
}
.section_log .point_use_wrapper ul li .flex1 .flex2 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 95px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .flex1 .flex2 {
    gap: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .flex1 .flex2 {
    gap: 4.722vw;
  }
}
.section_log .point_use_wrapper ul li .first {
  width: 140px;
  color: rgba(15, 25, 35, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .first {
    width: 7.2916666667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .first {
    width: max-content;
    font-size: 3.611vw;
  }
}
.section_log .point_use_wrapper ul li .second {
  position: relative;
  width: 168px;
  color: rgba(15, 25, 35, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .second {
    width: 8.75vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .second {
    width: max-content;
    font-size: 3.611vw;
  }
}
.section_log .point_use_wrapper ul li .third {
  width: 267px;
  color: rgba(15, 25, 35, 0.8);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
  word-break: keep-all;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .third {
    width: 13.90625vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .third {
    width: 53.333vw;
    font-size: 4.444vw;
  }
}
.section_log .point_use_wrapper ul li .fourth {
  width: 140px;
  color: rgba(15, 25, 35, 0.8);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .fourth {
    width: 7.2916666667vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .fourth {
    width: max-content;
    font-size: 3.889vw;
  }
}
.section_log .point_use_wrapper ul li .fourth span {
  margin-left: 3px;
  color: rgba(137, 137, 137, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li .fourth span {
    margin-left: 0.15625vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li .fourth span {
    margin-left: 0.556vw;
    font-size: 3.333vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper ul li.top {
    display: none;
  }
}
.section_log .point_use_wrapper ul li.top .red {
  color: #ff4654;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper ul li.top .red {
    font-size: 1.0416666667vw;
    letter-spacing: 0.0208333333vw;
  }
}
.section_log .point_use_wrapper .point_use_pagination {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: none;
  align-items: center;
  justify-content: center;
}
.section_log .point_use_wrapper .point_use_pagination.show {
  display: inline-flex;
}
.section_log .point_use_wrapper .point_use_pagination .number {
  display: none;
  width: 32px;
  height: 32px;
  color: #0f1923;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.36px;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper .point_use_pagination .number {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    font-size: 0.9375vw;
    letter-spacing: 0.01875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper .point_use_pagination .number {
    width: 8.889vw;
    height: 8.889vw;
    font-size: 3.889vw;
    letter-spacing: 0.078vw;
  }
}
.section_log .point_use_wrapper .point_use_pagination .number.active {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper .point_use_pagination .number.active {
    letter-spacing: 0.01875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper .point_use_pagination .number.active {
    letter-spacing: 0.078vw;
  }
}
.section_log .point_use_wrapper .point_use_pagination .number.visible {
  display: inline-block;
}
.section_log .point_use_wrapper .point_use_pagination .pagination {
  position: absolute;
  top: -2px;
  width: 53px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper .point_use_pagination .pagination {
    top: -0.1041666667vw;
    width: 2.7604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper .point_use_pagination .pagination {
    width: 14.722vw;
  }
}
.section_log .point_use_wrapper .point_use_pagination .pagination.left {
  left: -90px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper .point_use_pagination .pagination.left {
    left: -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper .point_use_pagination .pagination.left {
    left: -19.444vw;
  }
}
.section_log .point_use_wrapper .point_use_pagination .pagination.right {
  right: -90px;
}
@media screen and (max-width: 1920px) {
  .section_log .point_use_wrapper .point_use_pagination .pagination.right {
    right: -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .section_log .point_use_wrapper .point_use_pagination .pagination.right {
    right: -19.444vw;
  }
}
.section_log .point_use_wrapper .point_use_pagination .pagination img {
  width: 100%;
}

.riotbar-header-wrapper {
  position: absolute !important;
}

.popup_container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.popup_container.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.popup_container .popup_wrapper {
  transform: translate3d(0, 30px, 0);
  padding: 30px 3px 30px 30px;
  width: 600px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  text-align: center;
  transition: transform 0.2s ease;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper {
    transform: translate3d(0, 0, 0);
    padding: 20px 3px 20px 20px;
    width: 320px;
  }
}
.popup_container .popup_wrapper.show {
  transform: translate3d(0, 0, 0);
}
.popup_container .popup_wrapper .close_btn_wrapper {
  margin-right: 27px;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper .close_btn_wrapper {
    padding-bottom: 16px;
  }
}
.popup_container .popup_wrapper .close_btn_wrapper .close_btn img {
  width: 24px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper .close_btn_wrapper .close_btn img {
    width: 18px;
    height: 18px;
  }
}
.popup_container .popup_wrapper .confirm_btn {
  padding: 24px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #131313;
  color: #f2f2f2;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper .confirm_btn {
    margin-top: auto;
    padding: 16px 0px;
    font-size: 1.125rem;
  }
}
.popup_container .popup_wrapper .confirm_btn.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.popup_container .popup_wrapper .contents_wrapper {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 1025px) {
  .popup_container .popup_wrapper .contents_wrapper {
    max-height: calc(var(--vh, 1vh) * 90 - 104px);
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper .contents_wrapper {
    flex: 1;
  }
}
.popup_container .popup_wrapper .contents_wrapper::-webkit-scrollbar {
  width: 6px;
}
.popup_container .popup_wrapper .contents_wrapper::-webkit-scrollbar-track {
  background: rgba(19, 19, 19, 0.1);
}
.popup_container .popup_wrapper .contents_wrapper::-webkit-scrollbar-thumb {
  background: #131313;
}
.popup_container .popup_wrapper .contents_wrapper::-webkit-scrollbar-button {
  display: none;
}
.popup_container .popup_wrapper .contents_wrapper::-webkit-scrollbar-track, .popup_container .popup_wrapper .contents_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.popup_container .popup_wrapper .contents_wrapper .contents {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper .contents_wrapper .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.popup_container .popup_wrapper .contents_wrapper .blank {
  width: 27px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup_wrapper .contents_wrapper .blank {
    width: 17px;
  }
}
.popup_container .popup1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 324px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 1920px) {
  .popup_container .popup1 {
    width: 31.25vw;
    height: 16.875vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup1 {
    width: 88.889vw;
    height: 56.667vw;
  }
}
.popup_container .popup1 .contents_wrapper {
  overflow: hidden;
}
.popup_container .popup1 .contents {
  flex-direction: row !important;
}
@media screen and (max-width: 768px) {
  .popup_container .popup1 .loading {
    transform: scale(0.75);
  }
}
.popup_container .popup1 .loading .spinner {
  width: 5.625rem;
  height: 5.625rem;
  border: 2px solid #ff4654;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-style: solid;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup1 .loading .spinner {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup1 .loading .spinner {
    width: 23.333vw;
    height: 23.333vw;
  }
}
.popup_container .popup1 .loading .spinner .spinner2 {
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #ff4654;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-style: solid;
  margin: 1.75rem;
  border-radius: 50%;
  animation: loading2 1s infinite linear;
  -webkit-animation: loading2 1s infinite linear;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup1 .loading .spinner .spinner2 {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup1 .loading .spinner .spinner2 {
    width: 7.5vw;
    height: 7.5vw;
    margin: 7.778vw;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes loading2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
  }
}
.popup_container .popup1 .loading p {
  margin-top: 32px;
  color: #ff4654;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup1 .loading p {
    margin-top: 1.6666666667vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup1 .loading p {
    margin-top: 8.333vw;
    font-size: 4.444vw;
    letter-spacing: 0.356vw;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup2 {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.popup_container .popup2 h1 {
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup2 h1 {
    font-size: 2.5rem;
  }
}
.popup_container .popup2 h2 {
  margin-top: 8px;
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup2 h2 {
    font-size: 1rem;
  }
}
.popup_container .popup2 .prize_img {
  margin-top: 30px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup2 .prize_img {
    margin-top: 20px;
    width: 200px;
  }
}
.popup_container .popup2 .notice {
  margin-top: 20px;
  color: #dc3030;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup2 .notice {
    font-size: 0.875rem;
  }
}
.popup_container .popup2 .description {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #131313;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup2 .description {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup3 {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.popup_container .popup3 h1 {
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup3 h1 {
    font-size: 2.5rem;
  }
}
.popup_container .popup3 h2 {
  margin-top: 8px;
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup3 h2 {
    font-size: 1.125rem;
  }
}
.popup_container .popup3 .prize_img {
  margin-top: 30px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup3 .prize_img {
    margin-top: 20px;
    width: 200px;
  }
}
.popup_container .popup3 .notice {
  margin-top: 20px;
  color: #dc3030;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup3 .notice {
    font-size: 0.875rem;
  }
}
.popup_container .popup3 .description {
  margin: 20px 10px 30px 10px;
  text-align: left;
  color: #131313;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup3 .description {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.popup_container .popup4 .contents {
  width: calc(100% - 27px) !important;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .contents {
    width: calc(100% - 17px) !important;
  }
}
.popup_container .popup4 h1 {
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 h1 {
    font-size: 2.5rem;
  }
}
.popup_container .popup4 h2 {
  margin-top: 8px;
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 h2 {
    font-size: 1.125rem;
  }
}
.popup_container .popup4 .swiper-prize1 {
  margin-top: 20px;
  width: 100%;
  overflow: visible;
}
.popup_container .popup4 .swiper-prize1 img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .swiper-prize1 img {
    width: 200px;
  }
}
.popup_container .popup4 .swiper-prize1 .swiper-button-next-prize {
  right: 17px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .swiper-prize1 .swiper-button-next-prize {
    display: none;
  }
}
.popup_container .popup4 .swiper-prize1 .swiper-button-next-prize::after {
  content: "";
}
.popup_container .popup4 .swiper-prize1 .swiper-button-prev-prize {
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .swiper-prize1 .swiper-button-prev-prize {
    display: none;
  }
}
.popup_container .popup4 .swiper-prize1 .swiper-button-prev-prize::after {
  content: "";
}
.popup_container .popup4 .swiper-prize1 .swiper-button-disabled {
  opacity: 0;
}
.popup_container .popup4 .swiper-prize1 .swiper-pagination-horizontal {
  bottom: -29px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .swiper-prize1 .swiper-pagination-horizontal {
    bottom: -19px;
  }
}
.popup_container .popup4 .swiper-prize1 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .swiper-prize1 .swiper-pagination-bullet {
    margin: 0 3px;
    width: 6px;
    height: 6px;
  }
}
.popup_container .popup4 .swiper-prize1 .swiper-pagination-bullet-active {
  background: #000;
  opacity: 0.6;
}
.popup_container .popup4 .notice {
  margin-top: 50px;
  color: #dc3030;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .notice {
    margin-top: 34px;
    font-size: 0.875rem;
  }
}
.popup_container .popup4 .description {
  margin: 20px 10px 30px 10px;
  text-align: left;
  color: #131313;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup4 .description {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 0.75rem;
  }
}
.popup_container .popup4 .description.slide_text {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup5 .contents {
    margin-top: -10px;
  }
}
.popup_container .popup5 .description {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #131313;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup5 .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup6 {
    transform: translate3d(0, 0, 0);
    padding: 20px 3px 20px 20px;
    width: 320px !important;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup6 .contents {
    margin-top: -30px;
  }
}
.popup_container .popup6 .description {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #131313;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup6 .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.popup_container .popup6 .btn_wrapper {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup6 .btn_wrapper {
    gap: 8px;
    width: 100%;
  }
}
.popup_container .popup6 .btn_wrapper .no_btn {
  display: flex;
  justify-content: center;
  padding: 24px 0px;
  width: 100%;
  border: 1px solid #131313;
  color: #131313;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup6 .btn_wrapper .no_btn {
    padding: 16px 0;
    font-size: 18px;
  }
}
.popup_container .popup6 .btn_wrapper .confirm_btn {
  display: flex;
  justify-content: center;
  padding: 24px 0px;
  width: 100%;
  border: 1px solid #131313;
  background: #131313;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup6 .btn_wrapper .confirm_btn {
    padding: 16px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup7 .contents {
    margin-top: -10px;
  }
}
.popup_container .popup7 .description {
  margin-top: 20px;
  margin-bottom: 70px;
  color: #131313;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup7 .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.popup_container .popup7 .bpm {
  margin-bottom: 12px;
  background: #ff4654;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup7 .bpm {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.popup_container .popup7 .bpm.disabled {
  background: #d2d2d2;
  color: #adadad;
  opacity: 1;
}
.popup_container .popup7 .ticket {
  background: #131313;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup7 .ticket {
    font-size: 18px;
  }
}
.popup_container .popup7 .ticket.disabled {
  background: #d2d2d2;
  color: #adadad;
  opacity: 1;
}
.popup_container .popup8 .contents {
  width: calc(100% - 27px) !important;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .contents {
    width: calc(100% - 17px) !important;
  }
}
.popup_container .popup8 h1 {
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 h1 {
    font-size: 2.5rem;
  }
}
.popup_container .popup8 h2 {
  margin-top: 8px;
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 h2 {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
.popup_container .popup8 .swiper-prize2 {
  margin-top: 20px;
  width: 100%;
  overflow: visible;
}
.popup_container .popup8 .swiper-prize2 img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .swiper-prize2 img {
    width: 150px;
  }
}
.popup_container .popup8 .swiper-prize2 .swiper-button-next-prize2 {
  right: 17px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .swiper-prize2 .swiper-button-next-prize2 {
    display: none;
  }
}
.popup_container .popup8 .swiper-prize2 .swiper-button-next-prize2::after {
  content: "";
}
.popup_container .popup8 .swiper-prize2 .swiper-button-prev-prize2 {
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .swiper-prize2 .swiper-button-prev-prize2 {
    display: none;
  }
}
.popup_container .popup8 .swiper-prize2 .swiper-button-prev-prize2::after {
  content: "";
}
.popup_container .popup8 .swiper-prize2 .swiper-button-disabled {
  opacity: 0;
}
.popup_container .popup8 .swiper-prize2 .swiper-pagination-horizontal {
  bottom: -29px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .swiper-prize2 .swiper-pagination-horizontal {
    bottom: -19px;
  }
}
.popup_container .popup8 .swiper-prize2 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .swiper-prize2 .swiper-pagination-bullet {
    margin: 0 3px;
    width: 6px;
    height: 6px;
  }
}
.popup_container .popup8 .swiper-prize2 .swiper-pagination-bullet-active {
  background: #000;
  opacity: 0.6;
}
.popup_container .popup8 .notice {
  margin-top: 50px;
  color: #dc3030;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .notice {
    margin-top: 34px;
    font-size: 0.875rem;
  }
}
.popup_container .popup8 .description {
  margin: 20px 10px 30px 10px;
  text-align: left;
  color: #131313;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup8 .description {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 0.75rem;
  }
}
.popup_container .popup8 .description.slide_text {
  margin-top: 45px;
  align-self: start;
}
.popup_container .popup9 .contents {
  width: calc(100% - 27px) !important;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .contents {
    width: calc(100% - 17px) !important;
  }
}
.popup_container .popup9 h1 {
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 h1 {
    font-size: 2.5rem;
  }
}
.popup_container .popup9 h2 {
  margin-top: 8px;
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 h2 {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
.popup_container .popup9 .swiper-prize3 {
  margin-top: 20px;
  width: 100%;
  overflow: visible;
}
.popup_container .popup9 .swiper-prize3 img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .swiper-prize3 img {
    width: 150px;
  }
}
.popup_container .popup9 .swiper-prize3 .swiper-button-next-prize3 {
  right: 17px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .swiper-prize3 .swiper-button-next-prize3 {
    display: none;
  }
}
.popup_container .popup9 .swiper-prize3 .swiper-button-next-prize3::after {
  content: "";
}
.popup_container .popup9 .swiper-prize3 .swiper-button-prev-prize3 {
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .swiper-prize3 .swiper-button-prev-prize3 {
    display: none;
  }
}
.popup_container .popup9 .swiper-prize3 .swiper-button-prev-prize3::after {
  content: "";
}
.popup_container .popup9 .swiper-prize3 .swiper-button-disabled {
  opacity: 0;
}
.popup_container .popup9 .swiper-prize3 .swiper-pagination-horizontal {
  bottom: -29px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .swiper-prize3 .swiper-pagination-horizontal {
    bottom: -19px;
  }
}
.popup_container .popup9 .swiper-prize3 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .swiper-prize3 .swiper-pagination-bullet {
    margin: 0 3px;
    width: 6px;
    height: 6px;
  }
}
.popup_container .popup9 .swiper-prize3 .swiper-pagination-bullet-active {
  background: #000;
  opacity: 0.6;
}
.popup_container .popup9 .notice {
  margin-top: 50px;
  color: #dc3030;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .notice {
    margin-top: 34px;
    font-size: 0.875rem;
  }
}
.popup_container .popup9 .description {
  margin: 20px 10px 30px 10px;
  text-align: left;
  color: #131313;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup9 .description {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 0.75rem;
  }
}
.popup_container .popup9 .description.slide_text {
  margin-top: 45px;
  align-self: start;
}
.popup_container .popup10 h1 {
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 58px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup10 h1 {
    font-size: 40px;
  }
}
.popup_container .popup10 .description {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #131313;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup10 .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup11 {
    transform: translate3d(0, 0, 0);
    padding: 20px 3px 20px 20px;
    width: 320px !important;
  }
}
@media screen and (max-width: 1024px) {
  .popup_container .popup11 .contents {
    margin-top: -30px;
  }
}
.popup_container .popup11 .description {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #131313;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup11 .description {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.popup_container .popup11 .btn_wrapper {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup11 .btn_wrapper {
    gap: 8px;
    width: 100%;
  }
}
.popup_container .popup11 .btn_wrapper .no_btn {
  display: flex;
  justify-content: center;
  padding: 24px 0px;
  width: 100%;
  border: 1px solid #131313;
  color: #131313;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup11 .btn_wrapper .no_btn {
    padding: 16px 0;
    font-size: 18px;
  }
}
.popup_container .popup11 .btn_wrapper .confirm_btn {
  display: flex;
  justify-content: center;
  padding: 24px 0px;
  width: 100%;
  border: 1px solid #131313;
  background: #131313;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .popup_container .popup11 .btn_wrapper .confirm_btn {
    padding: 16px 0;
    font-size: 18px;
  }
}
.popup_container .popup12 {
  background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/promote_bg.jpg") no-repeat center/cover;
  width: 100%;
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 {
    background: url("https://static.events.kr.riotgames.com/val5years/assets/images/bg/promote_bg_mo.jpg") no-repeat center/cover;
  }
}
.popup_container .popup12 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, calc(-50% + 47px), 0);
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .container {
    transform: translate3d(-50%, calc(-50% + 2.4479166667vw), 0);
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .container {
    transform: translate(-50%, calc(-50% + 11.389vw));
  }
}
.popup_container .popup12 .wrapper1 {
  margin-bottom: 90px;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper1 {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper1 {
    margin-bottom: 8.333vw;
  }
}
.popup_container .popup12 .wrapper1 h1 {
  margin-bottom: 20px;
  color: #efe8de;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper1 h1 {
    margin-bottom: 1.0416666667vw;
    font-size: 1.875vw;
    line-height: 1.875vw;
    letter-spacing: 0.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper1 h1 {
    margin-bottom: 2.222vw;
    font-size: 5vw;
    line-height: 100%;
    letter-spacing: 0.5vw;
  }
}
.popup_container .popup12 .wrapper1 h2 {
  color: #efe8de;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 4.8px;
  opacity: 0.8;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper1 h2 {
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper1 h2 {
    font-size: 3.889vw;
    line-height: 100%;
    letter-spacing: 0.778vw;
  }
}
.popup_container .popup12 .wrapper2 {
  margin-bottom: 42px;
  transform: translate3d(0, 7vw, 0);
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper2 {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper2 {
    margin-bottom: 1.389vw;
  }
}
.popup_container .popup12 .wrapper2 h1 {
  margin-bottom: 12px;
  color: #ff4654;
  font-family: Tungsten;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper2 h1 {
    margin-bottom: 0.625vw;
    font-size: 5.2083333333vw;
    line-height: 5.2083333333vw;
    letter-spacing: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper2 h1 {
    margin-bottom: 1.667vw;
    font-size: 14.444vw;
    line-height: 100%;
    letter-spacing: 0.289vw;
  }
}
.popup_container .popup12 .wrapper2 h2 {
  color: #ff4654;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 200px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4px;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper2 h2 {
    font-size: 10.4166666667vw;
    line-height: 10.4166666667vw;
    letter-spacing: -0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper2 h2 {
    font-size: 26.667vw;
    line-height: 100%;
    letter-spacing: -0.533vw;
  }
}
.popup_container .popup12 .wrapper3 {
  text-align: center;
  width: 100%;
  opacity: 0;
}
.popup_container .popup12 .wrapper3 img {
  width: 280px;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 .wrapper3 img {
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 .wrapper3 img {
    width: 68.056vw;
  }
}
.popup_container .popup12 button {
  position: absolute;
  bottom: 40px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 145px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #0f1923;
  background: #efe8de;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.45);
  color: #0f1923;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 button {
    bottom: 2.0833333333vw;
    right: 2.6041666667vw;
    gap: 0.5208333333vw;
    width: 7.5520833333vw;
    height: 2.5vw;
    font-size: 0.9375vw;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 button {
    bottom: 5.556vw;
    right: 5.556vw;
    width: 5.833vw;
    width: 38.056vw;
    height: 12.5vw;
    gap: 2.778vw;
    font-size: 4.444vw;
  }
}
.popup_container .popup12 button img {
  width: 21px;
}
@media screen and (max-width: 1920px) {
  .popup_container .popup12 button img {
    width: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  .popup_container .popup12 button img {
    width: 5.833vw;
  }
}

.popup_test_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.popup_test_btn button {
  padding: 10px 20px;
  background: red;
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
}

.prize_error {
  margin-top: 40px !important;
  margin-bottom: 70px !important;
}
.prize_error.complete {
  margin-top: 10px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .prize_error.complete {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }
}
.prize_error h1.complete {
  margin-bottom: 8px;
  color: #131313;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 58px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .prize_error h1.complete {
    margin-top: -10px !important;
    margin-bottom: 8px !important;
    color: #131313;
    text-align: center;
    font-family: "Black Han Sans";
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
  }
}
.prize_error p.complete {
  color: #131313;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .prize_error p.complete {
    color: #131313;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
  }
}

.offline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .offline {
    width: 80%;
  }
}
.offline .img_wrapper {
  position: relative;
  margin-bottom: 22px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .offline .img_wrapper {
    margin-bottom: 20px;
  }
}
.offline .img_wrapper a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 108%, 0);
  width: 76%;
  height: 12vh;
}
@media screen and (max-width: 768px) {
  .offline .img_wrapper a {
    width: 75%;
    height: 0;
    padding-bottom: 25%;
    transform: translate3d(-50%, 97%, 0);
  }
}
.offline .img_wrapper img {
  width: auto;
  height: 70vh;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .offline .img_wrapper img {
    width: 100%;
    height: auto;
  }
}
.offline .btn_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.offline .checkbox_label {
  display: flex;
  align-items: center;
  text-align: center;
  color: #ece8e1;
  font-family: Pretendard;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02rem;
  cursor: pointer;
}
.offline .checkbox_label input {
  display: none;
}
.offline .checkbox_custom {
  width: 24px;
  height: 24px;
  background-image: url("https://static.events.kr.riotgames.com/val5years/assets/images/checkOff.svg");
  background-size: cover;
  margin-right: 8px;
  transition: background-image 0.1s;
}
.offline .checkbox_label input:checked + .checkbox_custom {
  background-image: url("https://static.events.kr.riotgames.com/val5years/assets/images/checkOn.svg");
}

.skip_wrapper {
  position: fixed;
  right: 120px;
  bottom: 65px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .skip_wrapper {
    right: 20px;
    bottom: 20px;
  }
  .skip_wrapper button img {
    width: 88px;
  }
}

/*# sourceMappingURL=all.css.map */
