@charset "UTF-8";
/* common */
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
button,
p,
span {
  position: relative;
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.07em;
  font-weight: 400;
}

button span,
a {
  color: #ffffff;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
  background: #7ad3ff;
}

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

div,
ul,
p {
  display: block;
  position: relative;
  box-sizing: border-box;
}

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  color: rgba(60, 44, 36, 0.8);
}
button span {
  /* z-index: 10; */
}
button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  cursor: pointer;
}

/* typography */
.h1 {
  font-size: 21px;
  line-height: 115%;
}

.h2 {
  font-size: 20px;
  line-height: 28px;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.caption1 {
  font-size: 17px;
  line-height: 22px;
}

.caption2 {
  font-size: 15px;
  line-height: 22px;
}
.caption2.mid {
  font-size: 15px;
  line-height: 18px;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_55 {
  opacity: 0.55;
}

.opacity_60 {
  opacity: 0.6;
}

.opacity_80 {
  opacity: 0.8;
}

.opacity_88 {
  opacity: 0.88;
}

.opacity_90 {
  opacity: 0.9;
}

.mid {
  font-weight: 500;
}

.semi_bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ext_bold {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.break_all {
  word-break: break-all;
}

/* color */
body {
  background-color: #7ad3ff;
  color: #201d1d;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.black2 {
  color: #464646;
}

.black3 {
  color: #232323;
}

.orange {
  color: #ec6634;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: flex;
  flex-direction: column;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  /* align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grow {
  flex-grow: 1;
}

.only_pc {
  display: block;
}

.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  transform: translateX(-50%);
}

.relative {
  position: relative;
}

.align_start {
  align-items: start !important;
}

.align_center {
  align-items: center !important;
}

/* fixed_top_button */
.fixed_top_button {
  z-index: 99;
  top: 0px;
  left: 0;
  right: 0;
  justify-content: center;
  background: #1450bd;
  box-shadow: 0px 7px 36.4px 0px rgba(255, 255, 255, 0.2509803922);
  height: 121px;
  position: fixed;
  width: 100%;
  cursor: pointer;
}
.fixed_top_button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}
.fixed_top_button > .hover {
  pointer-events: none;
}
.fixed_top_button .fixed_button {
  width: 504px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed_top_button .fixed_button .fxd-txt {
  width: 294px;
  height: 68px;
}
.fixed_top_button .fixed_button .fxd-min-btn {
  width: 133px;
  height: 70px;
}

/* footer */
.footer {
  background: #252525;
  width: 100%;
}
.footer .footer_content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  gap: 25.2px;
  align-items: start;
  padding: 36px 35px 50px 21px;
  color: #fff;
}
.footer .footer_content .title_wrap {
  justify-content: start;
  align-items: center;
  gap: 8.4px;
}
.footer .footer_content .title_wrap .icon_alert {
  width: 25.2px;
}
.footer .footer_content .title_wrap p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.7px;
}
.footer .footer_content ul {
  list-style: none;
}
.footer .footer_content ul li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.7px;
}
.footer .footer_content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  top: 9px;
  left: 8px;
}
.footer .footer_content ul li span {
  display: flex;
  gap: 8.4px;
  font-weight: 700;
}
.footer .footer_content ul li span::before {
  content: "-";
}
.footer .footer_content .sub_title {
  font-weight: 700;
  font-size: 19.6px;
  line-height: 28px;
  letter-spacing: -5%;
  color: #fff;
}
.footer .footer_content .sub_title_sm {
  font-weight: 700;
  font-size: 19.6px;
  line-height: 28px;
  letter-spacing: -5%;
}
.footer .footer_content .btm p {
  display: flex;
  gap: 5.6px;
  padding: 0 5.6px;
  font-size: 18.2px;
  line-height: 135%;
  letter-spacing: -5%;
  color: #fff;
}
.footer .footer_content .btm p::before {
  content: "※";
}

/* Swiper flip animation */
@keyframes swiper_flip_left {
  0% {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.main {
  padding-top: 121px;
}
.main .main-kv-wrap {
  background: linear-gradient(180deg, #6bceff 0%, #d2f9fd 67.38%), linear-gradient(167.51deg, #458ac9 0%, #8db2e2 50%, #fadcd6 100%);
}
.main .main-kv-wrap .main-kv-content-wrap {
  width: 404px;
  padding-bottom: 54px;
  margin: auto;
  position: relative;
  height: 691px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-img-1 {
  position: absolute;
  width: 404px;
  height: 620px;
  top: 71px;
  left: 50%;
  transform: translateX(-50%);
}
.main .main-kv-wrap .main-kv-content-wrap .money-1 {
  width: 99px;
  height: 67px;
  position: absolute;
  top: 71px;
  left: 2.8px;
}
.main .main-kv-wrap .main-kv-content-wrap .money-2 {
  width: 89px;
  height: 74px;
  position: absolute;
  top: 343px;
  right: 36.4px;
}
.main .main-kv-wrap .main-kv-content-wrap .money-sd {
  width: 79px;
  height: 32px;
  position: absolute;
  top: 113px;
  left: 8.4px;
}
.main .main-kv-wrap .main-kv-content-wrap .money-3 {
  position: absolute;
  width: 103px;
  height: 74px;
  left: 165px;
  top: -21px;
}
.main .main-kv-wrap .main-kv-content-wrap .money-4 {
  position: absolute;
  width: 84px;
  height: 50px;
  top: 247px;
  left: -75px;
}
.main .main-kv-wrap .main-kv-content-wrap .money-5 {
  position: absolute;
  width: 81px;
  height: 53px;
  top: 288px;
  right: 17px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-cloud-1 {
  width: 460px;
  height: 173px;
  position: absolute;
  top: 421px;
  left: -151px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-cloud-2 {
  width: 550px;
  height: 250px;
  position: absolute;
  top: 373px;
  left: 172px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-cloud-3 {
  width: 384px;
  height: 124px;
  top: 42px;
  position: absolute;
  left: 119px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap {
  position: relative;
  width: 161px;
  height: 53px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name.active {
  opacity: 1;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name.lasvegas {
  width: 134.98px;
  height: 44.8px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name.london {
  width: 116px;
  height: 44px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name.paris {
  width: 93px;
  height: 44px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name img {
  width: 134.98px;
  height: 44.8px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name img.name-3-london {
  width: 116px;
  height: 44px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .data-card-name-wrap .data-card-name img.name-2-paris {
  width: 93px;
  height: 44px;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container {
  width: 404px;
  overflow: visible;
  height: 257px;
  position: relative;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  visibility: hidden;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide .motion {
  width: 111px;
  height: 179px;
  transition: transform 0.5s ease, z-index 0.5s;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide .motion img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide .motion.swiper_flip_left {
  animation: swiper_flip_left 0.5s ease forwards;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide .motion.swiper_flip_left_before {
  opacity: 0;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-active,
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-prev,
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-next {
  visibility: visible;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-active {
  z-index: 3;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-active .motion {
  width: 162px;
  height: 257px;
  flex-shrink: 0;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-active .motion img {
  box-shadow: 0px 0px 165.2px 0px #ffffff;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-prev {
  z-index: 2;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-container .swiper-slide-next {
  z-index: 1;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-buttons {
  position: absolute;
  width: 308px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-buttons .swiper-button {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-buttons .swiper-button.swiper_button_next img {
  transform: rotate(180deg);
}
.main .main-kv-wrap .main-kv-content-wrap .kv-swiper-wrap .swiper-buttons .swiper-button img {
  width: 100%;
  height: 100%;
}
.main .main-info-wrap {
  background: #ffffff;
  height: 285px;
  padding: 28px 56px;
}
.main .main-info-wrap .main-info-content-wrap {
  width: 504px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main .main-info-wrap .main-info-content-wrap .card-list {
  position: relative;
  height: 81px;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item.active {
  opacity: 1;
  pointer-events: auto;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item p {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #1d1b1b;
  transition: opacity 0.3s ease;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item img {
  transition: opacity 0.3s ease;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item .line {
  width: 42px;
  height: 1.4px;
  background: #d9d9d9;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item .txt-1-lasvegas {
  width: 184px;
  height: 81px;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item .txt-3-london {
  width: 249px;
  height: 81px;
}
.main .main-info-wrap .main-info-content-wrap .card-list .card-item .txt-2-paris {
  width: 180px;
  height: 81px;
}
.main .main-info-wrap .main-info-content-wrap .main-btn-wrap {
  position: relative;
  padding-top: 29px;
}
.main .main-info-wrap .main-info-content-wrap .main-btn-wrap .label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 156px;
  height: 43px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.main .main-info-wrap .main-info-content-wrap .main-btn-wrap .label.active {
  opacity: 1;
  pointer-events: auto;
}
.main .main-info-wrap .main-info-content-wrap .main-btn-wrap .btn-detail {
  height: 64px;
  box-shadow: -1.96px 1.96px 0px 0px rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  background: #1d1b1b;
  border-radius: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -5%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main .main-info-wrap .main-info-content-wrap .card-desc-wrap {
  width: 100%;
  position: relative;
}
.main .main-info-wrap .main-info-content-wrap .card-desc-wrap .card-desc-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.main .main-info-wrap .main-info-content-wrap .card-desc-wrap .card-desc-item.active {
  opacity: 1;
  pointer-events: auto;
}
.main .main-info-wrap .main-info-content-wrap .card-desc-wrap .card-desc-item p {
  display: flex;
  gap: 2.8px;
  font-size: 15.4px;
  line-height: 19.6px;
  letter-spacing: -5%;
  color: #1d1b1b;
}
.main .main-info-wrap .main-info-content-wrap .card-desc-wrap .card-desc-item p::before {
  content: "*";
}

.event-overview {
  background: linear-gradient(0deg, rgba(26, 209, 160, 0.14), rgba(26, 209, 160, 0.14)), linear-gradient(0deg, rgba(220, 228, 236, 0.8), rgba(220, 228, 236, 0.8)), linear-gradient(0deg, #ffffff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 242px;
}
.event-overview .event-overview-list {
  width: 504px;
  display: flex;
  gap: 6px;
}
.event-overview .event-overview-list .event-overview-item {
  background: white;
  padding: 22.4px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 16.8px;
  flex: 1 1 50%;
}
.event-overview .event-overview-list .event-overview-item .eve {
  width: 68px;
  height: 32px;
}
.event-overview .event-overview-list .event-overview-item .txt {
  width: 116px;
  height: 82px;
}

.event {
  background: #f0f3f6;
}
.event .event-list {
  width: 504px;
  padding: 33px 22px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event .event-list .event {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-list .event .event-title-wrap {
  padding: 23px 33px 33px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.event .event-list .event .event-title-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event .event-list .event .event-title-wrap .eve-body-num {
  width: 134px;
  height: 53px;
}
.event .event-list .event .event-title-wrap .eve-img {
  width: 411px;
  height: 211px;
}
.event .event-list .event .event-title-wrap .eve-img.eve-img-4 {
  height: 152px;
}
.event .event-list .event .event-title-wrap .eve-title {
  width: 411px;
  height: 50px;
}
.event .event-list .event .event-title-wrap .eve-title.eve-title-2 {
  height: 85px;
}
.event .event-list .event .event-title-wrap .eve-title.eve-title-4 {
  height: 88px;
}
.event .event-list .event .event-body {
  display: flex;
  flex-direction: column;
  gap: 16.8px;
  padding-bottom: 5px;
}
.event .event-list .event .event-target {
  border-radius: 16.8px;
}
.event .event-list .event .event-accordion {
  border: 1.4px solid #1d1b1b;
  box-shadow: -2.52px 3.36px 0px 0px rgba(0, 0, 0, 0.1490196078);
  background: white;
  border-radius: 16.8px;
}
.event .event-list .event .event-accordion .detail-toggle {
  background: #dfe6ed;
  display: flex;
  align-items: center;
  padding: 19px 28px;
  gap: 8px;
  border-top-left-radius: 16.8px;
  border-top-right-radius: 16.8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-radius 0.3s ease, background 0.3s ease;
}
.event .event-list .event .event-accordion .detail-toggle.is-closed {
  background: white;
  border-bottom-left-radius: 16.8px;
  border-bottom-right-radius: 16.8px;
}
.event .event-list .event .event-accordion .detail-toggle .icon {
  width: 18px;
  height: 18px;
}
.event .event-list .event .event-target,
.event .event-list .event .detail-content {
  padding: 33px 28px 14px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.event .event-list .event .event-target .min-cap,
.event .event-list .event .detail-content .min-cap {
  width: 212px;
  height: 15px;
}
.event .event-list .event .event-target .event-target-content,
.event .event-list .event .detail-content .event-target-content {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-list .event .detail-content {
  gap: 25px;
  border-bottom-left-radius: 16.8px;
  border-bottom-right-radius: 16.8px;
}
.event .event-list .event .eve-h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -5%;
  color: #1d1b1b;
}
.event .event-list .event .eve-h1 span {
  font-size: 15.4px;
  line-height: 20px;
}
.event .event-list .event .eve-h1 b {
  color: #274afc;
}
.event .event-list .event .desc-list {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-list .event .desc-list p {
  display: flex;
  gap: 2.8px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -5%;
  color: #1d1b1b;
}
.event .event-list .event .desc-list p span {
  display: contents;
  font-weight: 400;
}
.event .event-list .event .desc-list p::before {
  content: "※";
}
.event .event-list .event .desc-list.fw-500 p {
  font-weight: 500;
}
.event .event-list .event .desc-list.fw-700 p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}
.event .event-list .event .desc-list.has-bullet p::before {
  content: "*";
  margin-top: 4px;
}
.event .event-list .event .eve-section {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.event .event-list .event .step-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.event .event-list .event .step-list .step-item {
  display: flex;
  gap: 5.6px;
}
.event .event-list .event .step-list .step-item .step-num {
  margin-top: 2.8px;
  width: 22px;
  height: 22px;
  border: 1.4px solid #1d1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -5%;
  text-align: center;
  color: #1d1b1b;
  flex-shrink: 0;
}
.event .event-list .event .step-list .step-item .step-content {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-list .event .step-list .step-item .step-content .sub-step-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.event .event-list .event .step-list .step-item .step-content .sub-step-list .sub-step-item {
  display: flex;
  gap: 8px;
}
.event .event-list .event .step-list .step-item .step-content .sub-step-list .sub-step-item .sub-step-num {
  background: rgba(38, 70, 126, 0.1019607843);
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -5%;
  color: #26467e;
}
.event .event-list .event .step-list .step-item table {
  table-layout: fixed;
  border-collapse: collapse;
}
.event .event-list .event .step-list .step-item table tr {
  border-bottom: 1.4px solid rgba(29, 27, 27, 0.1803921569);
  border-top: 1.4px solid rgba(29, 27, 27, 0.1803921569);
}
.event .event-list .event .step-list .step-item table th,
.event .event-list .event .step-list .step-item table td {
  border-right: 1.4px solid rgba(29, 27, 27, 0.1803921569);
  padding: 8px;
  color: #1d1b1b;
}
.event .event-list .event .step-list .step-item table th:last-child,
.event .event-list .event .step-list .step-item table td:last-child {
  border-right: 0;
}
.event .event-list .event .step-list .step-item table th {
  background: rgba(85, 58, 46, 0.0588235294);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -5%;
  text-align: center;
}
.event .event-list .event .step-list .step-item table td {
  font-size: 18.2px;
  line-height: 135%;
  letter-spacing: -5%;
  text-align: center;
}
.event .event-list .event .sub-notice-list {
  padding-left: 11px;
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.event .event-list .event .sub-notice-list .sub-notice-item {
  display: flex;
  gap: 2.8px;
}
.event .event-list .event .sub-notice-list .sub-notice-item p {
  font-weight: 400;
}
.event .event-list .event .sub-notice-list .sub-notice-item p::before {
  content: unset;
}
.event .event-list .event .cashback-list {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.event .event-list .event .cashback-list .cashback-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.event .event-list .event .cashback-list .cashback-item .cashback-num {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1.4px solid #1d1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -5%;
  text-align: center;
}
.event .event-list .event .eve-kv-wrap {
  padding: 25px 25px 28px;
  border-radius: 5px;
  background: rgba(85, 58, 46, 0.0392156863);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.event .event-list .event .eve-kv-wrap .eve2-txt-1 {
  width: 352px;
  height: 313px;
}
.event .event-list .event .date-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.event .event-list .event .date-wrap .label {
  padding: 5.6px;
  border-radius: 8.4px;
  background: rgba(29, 27, 27, 0.0392156863);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #1d1b1b;
}
.event .event-list .event .date-wrap .date {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #1d1b1b;
}
.event .event-list .event .cont-list {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.event .event-list .event .cont-item-header {
  display: flex;
  gap: 2.4px;
}
.event .event-list .event .cont-item-header .icon-cont-split {
  width: 16px;
  height: 19px;
}
.event .event-list .event .cont-item-header h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: #274afc;
}/*# sourceMappingURL=style.css.map */