@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");
}
/* 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.icon-bell {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon-bell.png");
}
.icon.icon-calendar {
  width: 5.0625rem;
  height: 4.625rem;
  background-image: url("../img/icon-calendar.png");
}
.icon.icon-barcode {
  width: 5.125rem;
  height: 4.25rem;
  background-image: url("../img/icon-barcode.png");
}
.icon.icon-more-arrow {
  width: 1.375rem;
  height: 0.8125rem;
  background-image: url("../img/icon-more-arrow.png");
}

img {
  vertical-align: top;
}

body {
  font-size: 16px;
}

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

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

.text-blue {
  color: #005a97 !important;
}

.text-red {
  color: #c8102e !important;
}

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

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

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

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

.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 headerBenefits {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerBenefits {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.event_wrap {
  max-width: 46.875rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 6.875rem;
}
.event_wrap .container {
  padding: 0 2.75rem;
}
.event_wrap .event-header {
  position: relative;
}
.event_wrap .event-header .header-content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.event_wrap .event-header .header-content-wrap .header-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 8rem;
}
.event_wrap .event-header .header-content-wrap .header-content .header-logo img {
  max-width: 8.875rem;
}
.event_wrap .event-header .header-content-wrap .header-content .header-ifused {
  display: block;
  text-align: center;
  margin-top: 3.125rem;
  color: #000000;
  text-align: center;
  font-size: 2.1875rem;
  white-space: nowrap;
}
.event_wrap .event-header .header-content-wrap .header-content .header-benefits {
  background-image: url(../img/header-benefits-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 38.375rem;
  margin: 1.5625rem auto 0 auto;
}
.event_wrap .event-header .header-content-wrap .header-content .header-benefits img {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: headerBenefits;
          animation-name: headerBenefits;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.event_wrap .event-header .header-content-wrap .header-content .card-dark {
  position: absolute;
  top: 26.875rem;
  left: 50%;
  -webkit-transform: translateX(calc(-100% - 1.25rem));
          transform: translateX(calc(-100% - 1.25rem));
  border-radius: 0.625rem;
  max-width: 15.375rem;
  -webkit-box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
          box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: cardBounce;
          animation-name: cardBounce;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.event_wrap .event-header .header-content-wrap .header-content .card-light {
  position: absolute;
  top: 26.875rem;
  left: 50%;
  -webkit-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
  border-radius: 0.625rem;
  max-width: 15.375rem;
  -webkit-box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
          box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: cardBounce;
          animation-name: cardBounce;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.event_wrap ol {
  list-style: none;
  padding-left: 0;
}
.event_wrap ol.number-style {
  counter-reset: number 0;
}
.event_wrap ol.number-style > li {
  padding-left: 2.25rem;
  position: relative;
  font-size: 1.75rem;
  line-height: 1.3;
}
.event_wrap ol.number-style > li::before {
  counter-increment: number 1;
  content: counter(number);
  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;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0.0625rem solid #333333;
}
.event_wrap ol.number-style > li + li {
  margin-top: 1.25rem;
}
.event_wrap ol .inner-list {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #333333;
}
.event_wrap ol .inner-list::before {
  content: " - ";
  position: absolute;
  left: 0;
  top: 0;
}
.event_wrap ol.checked-style > li {
  padding-left: 7.5rem;
  position: relative;
  font-size: 3.25rem;
  line-height: 5.5rem;
}
.event_wrap 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: 5.25rem;
  height: 5.25rem;
  border-radius: 1.25rem;
  background-color: #8c602b;
}
.event_wrap ol.checked-style > li::after {
  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: 1.125rem;
  top: 1.4375rem;
  width: 3rem;
  height: 2.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-checked.png");
  background-size: cover;
}
.event_wrap ol.checked-style > li + li {
  margin-top: 3.75rem;
}
.event_wrap ul.list {
  padding: 1.25rem 0;
}
.event_wrap ul.list li {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.25;
  padding-left: 0.9375rem;
  text-align: left;
}
.event_wrap ul.list li::before {
  content: "· ";
  position: absolute;
  font-size: 1.75rem;
  line-height: 1.25;
  top: 0;
  left: 0;
}
.event_wrap .description {
  margin-left: -7.5rem;
}
.event_wrap .description.type-1 {
  margin-top: 5rem;
}
.event_wrap .description.type-2 {
  margin-top: 2.5rem;
}
.event_wrap .description > li {
  position: relative;
  padding-left: 3.75rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #666666;
}
.event_wrap .description > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.event_wrap .description > li + li {
  margin-top: 3.75rem;
}
.event_wrap .section {
  background-image: url(../img/section-bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  text-align: center;
}
.event_wrap .section .dot-line {
  width: 36.25rem;
  height: 0.3125rem;
  background-image: url(../img/dotline.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 3.25rem auto 0 auto;
}
.event_wrap .section .dot-line.plus {
  position: relative;
  text-align: center;
  margin: 4.875rem auto 4.5rem auto;
}
.event_wrap .section .dot-line.plus::after {
  content: "";
  width: 5.625rem;
  height: 1.25rem;
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event_wrap .section .dot-line.plus span {
  position: relative;
}
.event_wrap .section .dot-line.plus span::before, .event_wrap .section .dot-line.plus span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #222222;
  z-index: 2;
}
.event_wrap .section .dot-line.plus span::before {
  width: 0.8125rem;
  height: 3.25rem;
}
.event_wrap .section .dot-line.plus span::after {
  width: 3.25rem;
  height: 0.8125rem;
}
.event_wrap .section .btn-more {
  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;
  font-size: 1.75rem;
  width: 100%;
  height: 4.5rem;
  border-radius: 0.3125rem;
  border: 0.125rem solid #333333;
  color: #333333;
}
.event_wrap .section .btn-more span {
  padding-right: 1.5rem;
}
.event_wrap .section .btn-more span::after {
  content: "";
}
.event_wrap .section .btn-more .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.event_wrap .section .btn-more.active span::after {
  content: " 접기";
}
.event_wrap .section .btn-more.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.event_wrap .section .btn-more.active + .content {
  display: block;
}
.event_wrap .section .btn-more + .content {
  display: none;
}
.event_wrap .section .tag {
  background-color: #f6f6f6;
  color: #222222;
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 2.25rem;
  border-radius: 0.3125rem;
  border: 0.125rem solid #333333;
  padding: 0.5rem 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
}
.event_wrap .section .benefits-title {
  border-radius: 1.875rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
  color: #ffffff;
  font-size: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto 2.0625rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.event_wrap .section .benefits-title::after {
  content: "";
  display: block;
  margin-left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/icon-bell.png);
}
.event_wrap .section .benefits-title.red {
  background-color: #b81605;
}
.event_wrap .section .benefits-title.blue {
  background-color: #005a97;
}
.event_wrap .section .benefits-title.black {
  background-color: #333333;
}
.event_wrap .section .benefits-desc {
  font-size: 2.5rem;
  color: #222222;
  line-height: 1.5;
}
.event_wrap .section .benefits-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 2.875rem;
  height: 4.75rem;
  margin: 0 2.3125rem;
  position: relative;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url(../img/benefits-button-bg.png);
  z-index: 1;
}
.event_wrap .section .benefits-button::before, .event_wrap .section .benefits-button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 4.75rem;
  z-index: -1;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
}
.event_wrap .section .benefits-button::before {
  left: -2.3125rem;
  background-image: url(../img/benefits-button-bg-left.png);
}
.event_wrap .section .benefits-button::after {
  right: -2.3125rem;
  background-image: url(../img/benefits-button-bg-right.png);
}
.event_wrap .section.section-3 .large-title {
  font-size: 3.125rem;
  color: #005a97;
  line-height: 1.5;
}
.event_wrap .section.section-3 .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.4375rem 0;
}
.event_wrap .section.section-3 .benefits-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 13.75rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: #f6f6f6;
  text-align: center;
}
.event_wrap .section.section-3 .benefits-list li .icon-circle {
  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: 9.25rem;
  height: 9.25rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.event_wrap .section.section-3 .benefits-list li + li {
  margin-left: 0.75rem;
}
.event_wrap .section.section-3 .benefits-list li .payment-method {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.3;
}
.event_wrap .section.section-3 .receipt {
  padding: 3.25rem 2.5625rem 4.375rem 2.5625rem;
}
.event_wrap .section.section-3 .desc {
  padding-top: 1.25rem;
  font-size: 1.5rem;
  color: #222222;
}
.event_wrap .section.section-4 .large-title {
  font-size: 3rem;
  color: #005a97;
  line-height: 1.5;
}
.event_wrap .section.section-4 .receipt.type2 {
  padding: 5.125rem 2.5625rem 4.375rem 2.5625rem;
}
.event_wrap .section.section-4 .card-illust {
  max-width: 26.6875rem;
  margin: 4.375rem 0;
}
.event_wrap .section.section-4 .desc {
  font-size: 1.4375rem;
  line-height: 1.4;
  padding-bottom: 1.875rem;
}
.event_wrap .section .receipt {
  width: 46.875rem;
  position: relative;
  padding: 3.25rem 2.5625rem 1.5rem 2.5625rem;
  min-height: 18.75rem;
  z-index: 1;
}
.event_wrap .section .receipt.type1 {
  padding: 3.25rem 2.5625rem 1.5rem 2.5625rem;
}
.event_wrap .section .receipt.type1:before {
  background-image: url(../img/receipt_bg.png);
}
.event_wrap .section .receipt.type2 {
  padding: 5.125rem 2.5625rem 1.5rem 2.5625rem;
}
.event_wrap .section .receipt.type2:before {
  background-image: url(../img/receipt_bg2.png);
}
.event_wrap .section .receipt:before {
  content: "";
  width: 42.3125rem;
  min-height: 16.5625rem;
  position: absolute;
  top: 0;
  left: 2.5625rem;
  -webkit-transform: translateX(-0.5625rem);
          transform: translateX(-0.5625rem);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.event_wrap .section .receipt::after {
  content: "";
  width: 41.75rem;
  height: 12.5rem;
  position: absolute;
  top: 16.5625rem;
  left: 2.5625rem;
  background-color: #ffffff;
  z-index: -2;
}
.event_wrap .section .receipt .logo-costco-hyundai {
  text-align: center;
}
.event_wrap .section .receipt .logo-costco-hyundai img {
  max-width: 22.25rem;
}
.event_wrap .section .receipt .barcode {
  margin: 3.125rem 0 6.25rem;
  text-align: center;
}
.event_wrap .section .receipt .barcode img {
  max-width: 38.25rem;
}
.event_wrap .section .receipt .receipt-content {
  padding: 0 0 3.25rem 0;
  background-color: #fff;
  -webkit-box-shadow: -0.5625rem 0.5625rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: -0.5625rem 0.5625rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.event_wrap .section .receipt .receipt-content::before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 0.5625rem;
  left: -0.5625rem;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.event_wrap .section .receipt .receipt-content:after {
  content: "";
  width: 41.75rem;
  height: 0.375rem;
  position: absolute;
  top: -0.125rem;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
}

.notice {
  font-family: "Pretendard", sans-serif;
}
.notice .notice-top {
  border: 0;
  width: 100%;
  height: 6.875rem;
  background-color: #000000;
  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;
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
}
.notice .notice-top span {
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 2.5rem;
}
.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;
  font-weight: bold;
  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: #2d2d2d;
  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: 3.125rem;
}
.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: 1.25rem;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
}
.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 {
  margin-top: 1.25rem;
}
.notice .content .notice-list > li > ul > li {
  padding-left: 0.9375rem;
  position: relative;
  padding-bottom: 1.25rem;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
}
.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-weight: bold;
  font-size: 1.75rem;
}
.btn-group .btn.silver {
  color: #454545;
  background-color: #afb0b3;
}
.btn-group .btn.gold {
  margin-left: 1.75rem;
  color: #543b03;
  background-color: #aa9469;
}

.btn-result {
  font-family: "YouandiNewTitleBold", sans-serif;
  font-weight: bold;
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
  position: fixed;
  bottom: -15.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  font-size: 2.5rem;
  line-height: 3;
  background-color: #005a97;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 99;
  padding: 0;
}
.btn-result.active {
  opacity: 1;
  bottom: 0;
}

@-webkit-keyframes cardBounce {
  0% {
    top: 26.875rem;
    -webkit-box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
            box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
  }
  50% {
    top: 27.5rem;
    -webkit-box-shadow: -0.1875rem 0.1875rem 1.125rem rgba(0, 0, 0, 0.5);
            box-shadow: -0.1875rem 0.1875rem 1.125rem rgba(0, 0, 0, 0.5);
  }
  100% {
    top: 26.875rem;
    -webkit-box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
            box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
  }
}

@keyframes cardBounce {
  0% {
    top: 26.875rem;
    -webkit-box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
            box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
  }
  50% {
    top: 27.5rem;
    -webkit-box-shadow: -0.1875rem 0.1875rem 1.125rem rgba(0, 0, 0, 0.5);
            box-shadow: -0.1875rem 0.1875rem 1.125rem rgba(0, 0, 0, 0.5);
  }
  100% {
    top: 26.875rem;
    -webkit-box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
            box-shadow: -0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 750px) {
  .event_wrap .emphasis-image img {
    max-width: 76%;
  }
}