@charset "UTF-8";
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"), url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: "YouandiModernHR";
  src: url("../fonts/YouandiModernHRA.eot");
  src: url("../fonts/YouandiModernHRA.eot?#iefix") format("embedded-opentype"), url("../fonts/YouandiModernHRA.woff") format("woff"), url("../fonts/YouandiModernHRA.svg#YouandiModernHRA") format("svg");
}
@font-face {
  font-family: "YouandiModernHB";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/YouandiNewKrTitleBold.eot);
  src: url(../fonts/YouandiNewKrTitleBold.eot?#iefix) format("embedded-opentype");
  src: url(../fonts/YouandiNewKrTitleBold.woff) format("woff");
  src: url(../fonts/YouandiNewKrTitleBold.woff2) format("woff2");
}
@font-face {
  font-family: "YouandiNewTitleBold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/YouandiNewKrTitleBold.eot);
  src: url(../fonts/YouandiNewKrTitleBold.eot?#iefix) format("embedded-opentype");
  src: url(../fonts/YouandiNewKrTitleBold.woff) format("woff");
}
@font-face {
  font-family: "YouandiModernHEB";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../fonts/YouandiModern_HeadExtraBold.woff) format(woff);
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  font-family: "YouandiModernHR", "AppleSDGothicNeo-regular", "Malgun Gothic", "맑은 고딕", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: transparent;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #676767;
}

input::-moz-placeholder {
  font-size: 1rem;
  color: #676767;
}

input:-ms-input-placeholder {
  font-size: 1rem;
  color: #676767;
}

input::-ms-input-placeholder {
  font-size: 1rem;
  color: #676767;
}

input::placeholder {
  font-size: 1rem;
  color: #676767;
}

input:focus::-webkit-input-placeholder {
  color: #ffffff;
}

input:focus::-moz-placeholder {
  color: #ffffff;
}

input:focus:-ms-input-placeholder {
  color: #ffffff;
}

input:focus::-ms-input-placeholder {
  color: #ffffff;
}

input:focus::placeholder {
  color: #ffffff;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.icon.ico-discount {
  background-image: url(../img/ico_discount.png);
  width: 4.5rem;
  height: 3.0625rem;
}
.icon.ico-point {
  background-image: url(../img/ico_point.png);
  width: 4.5rem;
  height: 3.4375rem;
}
.icon.ico-arrow {
  background-image: url(../img/ico_arrow.png);
  width: 1.0625rem;
  height: 1.6875rem;
}
.icon.ico-applepay {
  background-image: url(../img/ico_applepay.png);
  width: 8.5rem;
  height: 5.4375rem;
}
.icon.ico-bus {
  background-image: url(../img/ico_bus.png);
  width: 4rem;
  height: 4.875rem;
}
.icon.ico-wifi {
  background-image: url(../img/ico_wifi.png);
  width: 6.1875rem;
  height: 4.5rem;
}

img {
  vertical-align: top;
}

body {
  font-size: 16px;
}

:root {
  --bg: #111316;
  --logo: url(https://assets.codepen.io/13471/threads.svg);
  --logopng: url(https://assets.codepen.io/13471/threads.png);
  --ticket: url(https://assets.codepen.io/13471/ticket-shape.svg);
  --ar: 20/30;
  --gutter: 8%;
}

strong {
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.youandi-bold {
  font-family: "YouandiNewTitleBold", sans-serif !important;
  font-weight: bold;
}

.mt-0 {
  margin-top: 0 !important;
}

.text-blue {
  color: #1850e9 !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.big-title {
  font-size: 2.5rem;
}

.sub-title {
  font-size: 1.875rem;
}

.marker {
  position: relative;
  z-index: 2;
}
.marker::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2.125rem;
  background-color: #fff1a3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@-webkit-keyframes box {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes box {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zeroCard {
  0% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes zeroCard {
  0% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.event_wrap {
  max-width: 46.875rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 13.625rem;
}
.event_wrap .event-header {
  position: relative;
}
.event_wrap .event-header .header-content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.event_wrap .event-header .header-content-wrap .header-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.event_wrap .event-header .header-content-wrap .header-content .new {
  position: absolute;
  bottom: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  /*margin-top: ppr(18);*/
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
}
.event_wrap .event-header .header-content-wrap .header-content .new {
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(45deg, #ffffff 0%, #86f6e7 50%, #ffffff 100%);
  -webkit-animation: new 10s linear infinite;
          animation: new 10s linear infinite;
}
.event_wrap .event-header .header-content-wrap .logo {
  padding-top: 3.125rem;
}
.event_wrap .event-header .header-content-wrap .logo img {
  max-width: 11.4375rem;
}
.event_wrap .event-header .header-content-wrap .header-title1 {
  margin-top: 5.75rem;
  max-width: calc(100% - 6rem);
}
.event_wrap .event-header .header-content-wrap .header-ifused {
  position: relative;
  display: block;
  font-family: YouandiModernHR;
  margin-top: 4.375rem;
  color: #f6e8ef;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding-left: 4.375rem;
  letter-spacing: -0.015em;
}
.event_wrap .event-header .header-content-wrap .header-ifused:after {
  content: "";
  width: 17.5rem;
  height: 1px;
  position: absolute;
  right: 41px;
  top: 5px;
  background-color: #bab3b7;
}
.event_wrap .event-header .header-content-wrap .header-title2 {
  margin-top: 3.125rem;
  max-width: 38.375rem;
}
.event_wrap .event-header .header-content-wrap .application-period {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event_wrap .event-header .header-content-wrap .application-period .date {
  display: inline-block;
  color: #f6e8ef;
  font-size: 1.75rem;
  white-space: nowrap;
  letter-spacing: 0.001em;
  padding-left: 0.8125rem;
}
.event_wrap .event-header .header-content-wrap .application-period .tag {
  display: inline-block;
  font-size: 1.375rem;
  font-family: YouandiModernHR;
  color: #fff;
  background-color: #ed46a4;
  border-radius: 0.3125rem;
  line-height: 2.75rem;
  padding: 0 0.75rem;
}
.event_wrap .event-header .header-content-wrap .detail-content-reference {
  display: block;
  color: #f6e8ef;
  margin-top: 1.75rem;
  font-size: 1.4375rem;
  white-space: nowrap;
}
.event_wrap .event-header .header-content-wrap .object-box {
  position: relative;
  height: 49.375rem;
  overflow: hidden;
  padding-top: 13.75rem;
}
.event_wrap .event-header .header-content-wrap .object-box img {
  max-width: 16.5625rem;
  -webkit-animation-name: zeroCard;
          animation-name: zeroCard;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-duration: leaner;
          animation-duration: leaner;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.event_wrap .event-header .title-bg-color {
  position: absolute;
  top: 26.25rem;
  z-index: -3;
  left: 0;
  width: 100%;
  height: 31.25rem;
  background-color: #ffb400;
}
.event_wrap .event-header .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.event_wrap .event-header .text-box .header-title {
  font-size: 7rem;
  color: #ffffff;
  line-height: 9rem;
}
.event_wrap .event-header .text-box .card-name {
  display: block;
  padding: 7.5rem 0;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.25rem;
}
.event_wrap .event-header .box {
  position: absolute;
  -webkit-animation-name: box;
          animation-name: box;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-duration: leaner;
          animation-duration: leaner;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.event_wrap .event-header .box.box1 {
  left: 3.125rem;
  top: 48.125rem;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  max-width: 8.625rem;
}
.event_wrap .event-header .box.box2 {
  left: 36.5625rem;
  top: 43.125rem;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  max-width: 5.125rem;
}
.event_wrap .event-header .box.box3 {
  left: 21.875rem;
  bottom: -4.375rem;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  max-width: 20.125rem;
}
.event_wrap .section {
  position: relative;
}
.event_wrap .section .round-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 4.6875rem 2.25rem 3.4375rem;
}
.event_wrap .section .round-box .desc-text {
  padding-top: 0.625rem;
  font-size: 1.875rem;
  line-height: 1.5;
}
.event_wrap .section .round-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  max-width: 16.5rem;
}
.event_wrap .section .round-title.large {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  max-width: 20.25rem;
}
.event_wrap .section .description {
  padding-left: 1.875rem;
  position: relative;
  display: block;
  margin-top: 1.5625rem;
  font-size: 1.5rem;
  color: #666666;
}
.event_wrap .section .description::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.event_wrap .section ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.event_wrap .section ol.number-style {
  counter-reset: number 0;
}
.event_wrap .section ol.number-style > li {
  padding-left: 0;
  position: relative;
  font-size: 2rem;
  padding-top: 2.25rem;
  text-align: center;
}
.event_wrap .section ol.number-style > li::before {
  counter-increment: number 1;
  content: "STEP " counter(number) ".";
  display: inline-block;
  position: absolute;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-size: 1.25rem;
  padding: 0 1.0625rem;
  border-radius: 1.25rem;
  background-color: #fff;
  border: 1px solid #af105b;
  color: #af105b;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
}
.event_wrap .section ol.number-style > li:not(:last-child) {
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid #dce2de;
}
.event_wrap .section ol.number-style > li + li {
  margin-top: 2.5rem;
}
.event_wrap .section ol.checked-style {
  margin-top: 2.5rem;
}
.event_wrap .section ol.checked-style > li {
  padding-left: 3.75rem;
  position: relative;
  font-size: 1.875rem;
  line-height: 1;
}
.event_wrap .section ol.checked-style > li::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-checked.png");
  background-size: cover;
}
.event_wrap .section ol.checked-style > li + li {
  margin-top: 3.75rem;
}
.event_wrap .section .star {
  position: relative;
  padding-left: 1.25rem;
}
.event_wrap .section .star::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.event_wrap .section.section-2 {
  background-color: #16181a;
  text-align: center;
  position: relative;
  height: 40.625rem;
  padding-top: 2.5rem;
  color: #ffffff;
}
.event_wrap .section.section-2::after {
  content: "";
  position: absolute;
  bottom: 5.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/section2-bg.png);
  width: 39.4375rem;
  height: 26.625rem;
  z-index: 0;
}
.event_wrap .section.section-2 .title {
  font-family: "YouandiNewTitleBold", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #ffffff;
}
.event_wrap .section.section-2 .title span {
  color: #44a9ff;
  font-family: "YouandiNewTitleBold", sans-serif;
}
.event_wrap .section.section-2 .event-date {
  display: block;
  text-align: center;
  margin-top: 21.25rem;
  font-size: 2rem;
}
.event_wrap .section.section-3 {
  padding: 0 2.5rem 6.25rem;
  background-color: #1c1c1c;
}
.event_wrap .section.section-3 .round-box {
  padding-top: 7.875rem;
}
.event_wrap .section.section-3 .round-box .title {
  text-align: center;
  font-family: "YouandiModernHEB";
  font-size: 3.25rem;
  line-height: 3.375rem;
  letter-spacing: -0.01em;
  color: #44a9ff;
  margin-bottom: 3.1875rem;
}
.event_wrap .section.section-3 .round-box .title span {
  font-family: "YouandiModernHEB";
  font-weight: 900;
  font-size: 2rem;
  line-height: 3.375rem;
  color: #222222;
  font-weight: 400;
}
.event_wrap .section.section-3 .round-box .tag {
  font-family: "YouandiModernHB";
  border: 0.1875rem solid #147ad1;
  background-color: #e1f1ff;
  color: #147ad1;
  border-radius: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6875rem;
  letter-spacing: -0.05em;
  padding: 0.9375rem 2.375rem;
  margin-bottom: 1.6875rem;
}
.event_wrap .section.section-3 .round-box .text-banner {
  font-family: "YouandiModernHB";
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: #141414;
}
.event_wrap .section.section-3 .round-box .text-banner span {
  font-family: "YouandiModernHB";
  font-size: 2.25rem;
  line-height: 3.125rem;
  position: relative;
  z-index: 1;
}
.event_wrap .section.section-3 .round-box .text-banner span:after {
  content: "";
  width: 100%;
  height: 1.0625rem;
  background-color: #e1f1ff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.event_wrap .section.section-3 .round-box .number-list {
  margin-top: 2.25rem;
}
.event_wrap .section.section-3 .round-box .number-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event_wrap .section.section-3 .round-box .number-list li .number {
  font-family: "YouandiModernHB";
  width: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.75rem;
  color: #ffffff;
  background-color: #147ad1;
  display: inline-block;
  text-align: center;
  border-radius: 0.625rem;
  letter-spacing: -0.02em;
  margin-right: 0.8125rem;
  margin-top: 0.1875rem;
}
.event_wrap .section.section-3 .round-box .number-list li .text {
  font-size: 1.875rem;
  line-height: 3rem;
  letter-spacing: -0.02em;
}
.event_wrap .section.section-3 .round-box .number-list li .text span {
  font-family: "YouandiModernHB";
  font-size: 1.875rem;
  line-height: 3rem;
  letter-spacing: -0.02em;
}
.event_wrap .section.section-3 .round-box .number-list li + li {
  margin-top: 1.0625rem;
}
.event_wrap .section.section-3 .round-box .explan {
  display: block;
  margin-bottom: 2.4375rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: -0.01em;
  color: #666666;
}
.event_wrap .section.section-3 .event-desc {
  margin: 0 2.5rem;
}
.event_wrap .section.section-3 .section-content {
  padding: 0 6.25rem;
}
.event_wrap .section.section-3 .sub-title {
  padding-left: 6.25rem;
}
.event_wrap .section.section-3 .big-title {
  display: block;
  padding: 3.125rem 0 5rem 6.25rem;
}
.event_wrap .section.section-3 .desc-text {
  padding-top: 3.75rem;
}
.event_wrap .section.section-3 .event-period {
  font-size: 4rem;
  padding-bottom: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event_wrap .section.section-3 .event-period > div {
  width: 100%;
}
.event_wrap .section.section-3 .event-period span {
  padding-left: 6.25rem;
  width: 27.5rem;
  display: inline-block;
}
.event_wrap .section.section-3 .event-period strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 2.125rem;
}
.event_wrap .section.section-3 .event-period strong::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.75rem;
  left: -1.0625rem;
  height: 2.125rem;
  width: calc(100% + 2.125rem);
  background-color: #d1dcfb;
  z-index: -1;
}
.event_wrap .section.section-3 .event-desc-box {
  position: relative;
  width: 100%; /* 원하는 너비 */
}
.event_wrap .section.section-3 .event-desc-box::before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 비율 */
}
.event_wrap .section.section-3 .event-desc-box .desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/section2-content-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.event_wrap .section.section-3 .event-desc-box .period-text {
  font-size: 4rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin: 10rem 0 0 6.25rem;
}
.event_wrap .section.section-3 .event-desc-box .event-desc-content {
  position: absolute;
  bottom: 7.5rem;
  width: 100%;
}
.event_wrap .section.section-3 .event-desc-box .event-desc-content .title {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-bottom: 3.75rem;
}
.event_wrap .section.section-3 .event-desc-box .event-desc-content .content1 {
  display: block;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
}
.event_wrap .section.section-3 .event-desc-box .event-desc-content .content2 {
  display: block;
  font-size: 1.625rem;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
  padding-bottom: 10rem;
}
.event_wrap .section.section-3 .list {
  padding: 2.1875rem 5rem 0 5rem;
}
.event_wrap .section.section-3 .list li {
  padding-left: 2rem;
  color: #666666;
  font-size: 1.625rem;
  line-height: 5.25rem;
  position: relative;
}
.event_wrap .section.section-3 .list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  top: 2rem;
  left: 0;
  border-radius: 0.375rem;
  background-color: #666666;
}
.event_wrap .section.section-4 {
  padding: 0 2.5rem 5rem;
  background-color: #1c1c1c;
  text-align: center;
}
.event_wrap .section.section-4 .title {
  font-family: "YouandiNewTitleBold", sans-serif;
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: #ffffff;
  padding-bottom: 3.75rem;
}
.event_wrap .section.section-4 .title img {
  display: block;
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 24.0625rem;
}
.event_wrap .section.section-4 .tab-nav {
  border-radius: 2.5rem;
  background-color: #38454d;
  margin: 0 8.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event_wrap .section.section-4 .tab-nav .tablink {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 5rem;
  border: 0;
  background-color: transparent;
  width: 15rem;
  text-align: center;
  border-radius: 2.5rem;
  letter-spacing: -0.02em;
}
.event_wrap .section.section-4 .tab-nav .tablink span {
  position: relative;
  top: 0.1875rem;
}
.event_wrap .section.section-4 .tab-nav .tablink.active {
  background-color: #ffffff;
}
.event_wrap .section.section-4 .tab-nav .tablink.active span {
  font-family: "YouandiNewTitleBold", sans-serif;
  color: #222222;
  top: 0;
}
.event_wrap .section.section-4 .tab-content {
  display: none;
  padding-top: 5rem;
}
.event_wrap .section.section-4 .tab-content .img-banner {
  width: 100%;
  margin: auto;
}
.event_wrap .section.section-4 .tab-content .card-banner {
  margin: 3.375rem 0 0;
  background-image: url(../img/card_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.375rem 1.875rem;
  width: 100%;
}
.event_wrap .section.section-4 .tab-content .card-banner .title {
  text-align: left;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-size: 2.5rem;
  line-height: 2.625rem;
  color: #97cfff;
  padding: 0 2.125rem 1.8125rem;
  border-bottom: 0.125rem solid rgba(28, 28, 28, 0.6);
}
.event_wrap .section.section-4 .tab-content .card-banner .title i {
  margin-right: 1.4375rem;
}
.event_wrap .section.section-4 .tab-content .card-banner .text {
  padding-top: 1.1875rem;
  margin-top: 2rem;
  top: 2.875rem;
  padding-left: 1.8125rem;
  width: calc(100% - 1.8125rem);
  text-align: left;
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
}
.event_wrap .section.section-4 .tab-content .card-banner .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.8125rem;
  width: calc(100% - 1.8125rem);
  height: 0.0625rem;
  background-color: #97cfff;
  opacity: 0.5;
  z-index: 3;
}
.event_wrap .section.section-4 .tab-content .card-banner .text span {
  font-family: "YouandiNewTitleBold", sans-serif;
}
.event_wrap .section.section-4 .tab-content .explan {
  color: #949494;
  font-size: 1.5rem;
  line-height: 2.375rem;
  letter-spacing: -0.03em;
  margin-top: 1.625rem;
}
.event_wrap .section.section-4 .tab-content a {
  font-family: "YouandiNewTitleBold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 5rem);
  margin: 2.375rem auto 0;
  border-radius: 0.5rem;
  background-color: #147ad1;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 6.5rem;
}
.event_wrap .section.section-4 .tab-content a i {
  margin-left: 1.5625rem;
  margin-top: 0.1875rem;
}
.event_wrap .section.section-5 {
  background-color: #252a31;
  color: #ffffff;
  text-align: center;
  padding: 7.125rem 2.5rem;
}
.event_wrap .section.section-5 p {
  font-family: "YouandiNewTitleBold", sans-serif;
  font-size: 2.25rem;
  padding: 2.5rem 0;
}
.event_wrap .section.section-5 .ico-wrap i + i {
  margin-left: 2.5625rem;
}
.event_wrap .section.section-5 a {
  font-size: 2.25rem;
  border: 0.1875rem solid #adadad;
  border-radius: 0.5rem;
  line-height: 6.5625rem;
  background-color: transparent;
  color: #ffffff;
  display: block;
}

.notice {
  font-family: "Pretendard", sans-serif;
}
.notice .btn-accordian {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  border: 0;
  width: 100%;
  height: 6.875rem;
  background-color: #7f7f7f;
}
.notice .btn-accordian.active span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice .btn-accordian span {
  color: #fff;
  font-family: "YouandiNewTitleBold", sans-serif;
  padding-right: 3.125rem;
  position: relative;
  font-size: 2.5rem;
}
.notice .btn-accordian span::after {
  content: "";
  position: absolute;
  width: 2.1875rem;
  height: 1.25rem;
  display: inline-block;
  right: 0;
  top: 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/accordian-arrow.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice .content {
  padding: 5rem 1.875rem 3.75rem;
  background-color: #242424;
  color: #ffffff;
  display: none;
}
.notice .content.active {
  display: block;
}
.notice .content .notice-title {
  font-size: 1.875rem;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.notice .content .notice-title + .notice-title {
  margin-top: 6.25rem;
}
.notice .content .notice-title.regular {
  font-weight: 400;
}
.notice .content .notice-title .desc {
  font-size: 1.625rem;
  font-weight: 400;
}
.notice .content .no†ˆce-sub-title {
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
}
.notice .content .notice-list {
  margin-top: 2.1875rem;
}
.notice .content .notice-list + .notice-title {
  margin-top: 3.125rem;
}
.notice .content .notice-list strong {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}
.notice .content .notice-list > li {
  padding-left: 0.9375rem;
  position: relative;
  padding-bottom: 0.4375rem;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  letter-spacing: -0.05em;
}
.notice .content .notice-list > li.bold {
  font-weight: 700;
}
.notice .content .notice-list > li.star::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.notice .content .notice-list > li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.notice .content .notice-list > li > ul > li {
  padding-left: 0.9375rem;
  position: relative;
  padding-bottom: 0.4375rem;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
}
.notice .content .notice-list > li > ul > li.bold {
  font-weight: 700;
}
.notice .content .notice-list > li > ul > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.notice .content .notice-list > li > ul > li.star::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.notice .content .reviewed {
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  margin-top: 1.875rem;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.75rem 0 4.6875rem;
}
.btn-group .btn {
  padding: 1.5625rem 3.125rem;
  border-radius: 1.25rem;
  text-align: center;
  line-height: 1.2;
  border: 0;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-size: 1.625rem;
}
.btn-group .btn.silver {
  color: #454545;
  background-color: #afb0b3;
}
.btn-group .btn.gold {
  margin-left: 1.625rem;
  color: #543b03;
  background-color: #aa9469;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: -15.625rem;
  width: 100%;
  max-width: 46.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 99;
}
.btn-wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrap.active {
  opacity: 1;
  bottom: 0;
}
.btn-wrap .img-banner {
  width: 100%;
  background-color: #00549c;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding: 0.875rem 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-result {
  width: 100%;
  margin: 0 auto;
  border: 0;
  padding: 1.25rem 0;
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.05em;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
}
.btn-result.check {
  background-color: #000000;
  border: 0.0625rem solid #000000;
  color: #cccccc;
}
.btn-result.result {
  background-color: #147ad1;
  border: 0.0625rem solid #147ad1;
  color: #ffffff;
}
.btn-result .quick {
  display: inline-block;
  padding-top: 0.3125rem;
  font-size: 2.5rem;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 750px) {
  .event_wrap .emphasis-image img {
    max-width: 76%;
  }
}
#zeroCard {
  position: absolute;
  top: 0rem;
  left: 50%;
  padding-top: 17.5rem;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  --o: 0;
  --p: 100%;
  --h: 50%;
  --r: 0;
  -webkit-transform: translate3d(-50%, 0, 0.1px);
          transform: translate3d(-50%, 0, 0.1px);
}
#zeroCard .ticket {
  display: grid;
  grid-area: 1/1;
  width: 18.625rem;
  aspect-ratio: var(--ar);
  --scale: 1;
  -webkit-transform: translate3d(0, 0, 0.1px) scale(var(--scale)) rotateY(var(--r));
          transform: translate3d(0, 0, 0.1px) scale(var(--scale)) rotateY(var(--r));
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  pointer-events: auto;
}
#zeroCard .ticket .front,
#zeroCard .ticket .back {
  overflow: hidden;
  border-radius: 0.9375rem;
  grid-area: 1/1;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 15px;
  display: grid;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#zeroCard .ticket .front::after, #zeroCard .ticket .front::after,
#zeroCard .ticket .back::after,
#zeroCard .ticket .back::after {
  content: "";
  position: absolute;
  inset: 0;
  /*
  background-image: linear-gradient(
      -70deg,
      transparent 40%,
      rgba(255, 255, 255, 0.5) 40.5%,
      transparent
  );
  */
  background-image: url(../assets/img/zero-card.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 5;
  pointer-events: none;
}
#zeroCard .ticket .front {
  -webkit-transform: rotateY(180deg) translateZ(1px);
          transform: rotateY(180deg) translateZ(1px);
}
#zeroCard .ticket .front::after {
  background-image: url(../img/zero-card.png);
}
#zeroCard .ticket .back::after {
  background-image: url(../img/zero-card-point.png);
}

.holo {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 15px;
  --space: 5%;
  --red: hsl(0, 100%, 50%);
  --orange: hsl(30, 100%, 50%);
  --yellow: hsl(60, 100%, 50%);
  --green: hsl(120, 100%, 50%);
  --cyan: hsl(180, 100%, 50%);
  --blue: hsl(222, 100%, 50%);
  --purple: hsl(258, 100%, 50%);
  --magenta: hsl(300, 100%, 50%);
  background-image: repeating-linear-gradient(-45deg, var(--red) 0%, var(--orange) calc(var(--space) * 1), var(--yellow) calc(var(--space) * 2), var(--green) calc(var(--space) * 3), var(--cyan) calc(var(--space) * 4), var(--blue) calc(var(--space) * 5), var(--purple) calc(var(--space) * 6), var(--magenta) calc(var(--space) * 7), var(--red) calc(var(--space) * 8));
  background-size: 150vw 150vh;
  background-position: calc(var(--h)) calc(var(--h));
  background-repeat: no-repeat;
  -webkit-mask-image: var(--logopng);
          mask-image: var(--logopng);
  -webkit-mask-size: 4% 4%;
          mask-size: 4% 4%;
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  mix-blend-mode: plus-lighter;
  -webkit-filter: brightness(0.9) contrast(0.7) saturate(2);
          filter: brightness(0.9) contrast(0.7) saturate(2);
  opacity: var(--o);
}

[contenteditable] {
  outline: none;
}

[contenteditable]:focus {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

@media screen and (max-width: 400px) {
  .ticket {
    --scale: 0.75;
  }
}
.card-image-wrap {
  position: relative;
  height: 56.375rem;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.card-img div {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 260px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 140px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-img .front img, .card-img .back img {
  max-width: 25.3125rem;
}
.card-img .front {
  background-color: transparent;
}
.card-img .back {
  background: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-img.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@-webkit-keyframes new {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}

@keyframes new {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3000px 0;
  }
}
/*
@keyframes new {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
*/