@charset "UTF-8";
/* =======

	Template Name: Exhibition
	Author: Sunny
	Author URI: https://futuring.co.kr
	Support: cs@futuring.co.kr
	Version: 1.0

======== */
h1 {
  font-size: 64.09px;
  font-weight: 800;
  line-height: 80.11px;
}

h3 {
  font-size: 36.05px;
  font-weight: 600;
}

.bg-space-dark {
  background-color: #292A2B;
  height: 100%;
}

.bg-space-gray {
  background-color: #F5F5F6;
  height: 100%;
}

.bg-space-blackhole {
  background-image: url(/land/assets/exhibition/images/4/bg_space_blackhole.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 160px;
  height: 100%;
}

.bg-space-blackhole-no-img {
  background-color: #1d1d20;
}

.wide-in-fit {
  max-width: 1084px;
  margin: 0 auto;
}

.mt-100 {
  margin-top: 100px;
}

.ex-wrap {
  color: #161717;
  margin: 0 auto;
  max-width: 1084px;
}
.ex-wrap.wide {
  max-width: 100%;
}
.ex-wrap #ex-hero {
  /*
  background-image: url('/land/assets/exhibition/images/4/hero_stars.png');
  background-repeat: no-repeat;
  background-size: cover;
  */
  background-color: #0B0E17;
  height: 100%;
  padding: 0;
}
.ex-wrap #ex-hero .ex-hero-img {
  background-color: #061C31;
  position: relative;
}
.ex-wrap #ex-hero .ex-hero-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* 스트로크의 높이 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0)); /* 가운데는 진하고 양 옆은 흐리게 */
}
.ex-wrap #ex-hero .ex-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #061C31;
  width: 100%;
  height: 75px;
  text-align: center;
}
.ex-wrap #ex-hero .ex-button a {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ex-wrap #ex-hero img {
  width: 100%;
  height: 100%;
}
.ex-wrap #banner-1 {
  height: 100%;
  padding-bottom: 130px;
  /* 배경 아래 부분이 역삼각형 으로 마무리 되어 보이도록 구성 */
}
.ex-wrap #banner-1 h1 {
  padding-left: 80px;
  color: var(--Gray-color-Gray-0, #2A2C2C);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
.ex-wrap #banner-1 h2 {
  padding-left: 80px;
  color: #D7B609;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ex-wrap #banner-1 p {
  padding-left: 80px;
  color: var(--Gray-color-Gray-0, #2A2C2C);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.ex-wrap #banner-1 .pt-md-60 {
  padding-top: 60px;
}
.ex-wrap #banner-1 .pt-md-120 {
  padding-top: 120px;
}
.ex-wrap #banner-1 .section-vertex-wrap {
  position: relative;
  width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
  height: 240px; /* 임의의 높이 설정 */
  background-color: #fff; /* 배경색 설정 */
}
.ex-wrap #banner-1 .section-vertex-bottom {
  position: relative;
  width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
  height: 240px; /* 임의의 높이 설정 */
}
.ex-wrap #banner-1 .section-vertex-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid #fff; /* 뷰포트 너비의 50%를 왼쪽 경계선으로 설정 */
  border-right: 50vw solid #fff; /* 뷰포트 너비의 50%를 오른쪽 경계선으로 설정 */
  border-top: 240px solid #1d1d20; /* 삼각형의 상단 경계선 (흰색) */
}
.ex-wrap #banner-1 .banner-wrap {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-color-ffffff, #FFF);
  border-radius: 16px;
  background: #F5F9FA;
  width: 100%;
  max-width: 924px;
}
.ex-wrap #banner-1 .banner-wrap .banner-left {
  width: 60%;
  color: #fff;
}
.ex-wrap #banner-1 .banner-wrap .banner-right {
  display: flex;
  width: 40%;
  justify-content: center;
}
.ex-wrap #banner-1 .banner-wrap .banner-right img {
  width: 100%;
  max-width: 304px;
  padding-bottom: 10px;
}
.ex-wrap #banner-1 .banner-content-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.ex-wrap #banner-1 .banner-content-wrap .title-caption {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  padding-left: 0;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ex-wrap #banner-1 .banner-content-wrap .banner-content-title {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  font-family: Pretendard;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 0;
  text-align: center;
  margin-top: 13px;
}
.ex-wrap #banner-1 .banner-content-wrap .banner-content-title span {
  color: #6070FF;
}
.ex-wrap #section-1 {
  padding: 120px 140px 0 140px;
}
.ex-wrap #section-1 h1 {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
}
.ex-wrap #section-1 .h1-highlight {
  color: #FF3458;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
.ex-wrap #section-1 .span-highlight {
  color: #D7B609;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  display: block;
}
.ex-wrap #section-1 .numberic-highlight {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 12px 18px 7px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #3E3E43;
  color: #F9E266;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 80px;
}
.ex-wrap #section-1 p {
  color: var(--Gray-color-Gray-0, #2A2D2E);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  margin-bottom: 140px !important;
}
.ex-wrap #section-1 .vector-bg-lightdark {
  background-color: #363636;
}
.ex-wrap #section-1 .fit-924 {
  max-width: 924px;
  margin: 0 auto;
}
.ex-wrap #section-1 .section-vector-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ex-wrap #section-1 .section-vector-text-wrap .max-40 {
  max-width: 40%;
}
.ex-wrap #section-1 .section-vector-text-wrap .max-50 {
  max-width: 50%;
}
.ex-wrap #section-1 .section-vector-text-wrap .max-60 {
  max-width: 60%;
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-caption {
  color: #FF3458;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-title {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-img {
  margin-top: 40px;
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-content {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 24px;
  margin-bottom: 40px;
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-content .product-name {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-content .product-rental-price {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  margin-top: 40px;
}
.ex-wrap #section-1 .section-vector-text-wrap .section-vector-content .product-benefit {
  color: #A3A8AB;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin-top: 8px;
}
.ex-wrap #section-1 .section-vector-text-wrap.flap1 {
  margin-top: 70px;
  padding-bottom: 300px;
}
.ex-wrap #section-1 .section-vector-text-wrap.flap2 {
  margin-top: 370px;
}
.ex-wrap #section-1 .section-middle-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.ex-wrap #section-1 .section-middle-content .middle-title {
  color: var(--Gray-color-Gray-6, #F8F8F9);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 120px;
}
.ex-wrap #section-1 .section-middle-content .middle-description {
  color: var(--Gray-color-Gray-3, #DADCDD);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  margin-top: 20.5px;
  margin-bottom: 64.5px;
}
.ex-wrap #section-1 .section-bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.ex-wrap #section-1 .section-bottom-content .section-info-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.ex-wrap #section-1 .section-bottom-content .section-info-badge {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(249, 226, 102, 0.12);
  color: #F9E266;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 38px;
  margin-bottom: 28px;
}
.ex-wrap #section-1 .section-bottom-content .section-info-price {
  color: var(--Gray-color-Gray-4, #EAEBEC);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 145px;
}
.ex-wrap #section-2 {
  height: 100%;
  padding-bottom: 180px;
}
.ex-wrap #section-2 h1 {
  padding-left: 120px;
  color: var(--gray-color-ffffff, #FFF);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 138.889% */
}
.ex-wrap #section-2 p {
  color: var(--gray-color-ffffff, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
}
.ex-wrap #section-2 .fit-840 {
  max-width: 840px;
  margin: 0 auto;
}
.ex-wrap #section-2 .numberic-highlight {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 12px 18px 7px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #3E3E43;
  color: #F9E266;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 80px;
}
.ex-wrap #section-2 .section-vector-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ex-wrap #section-2 .section-vector-text-wrap .section-vector-title {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 31px;
}
.ex-wrap #section-2 .section-vector-text-wrap .section-vector-img {
  margin-top: 40px;
}
.ex-wrap #section-2 .section-vector-text-wrap .section-vector-content .product-name {
  color: var(--Gray-color-Gray-0, #2A2C2C) !important;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.ex-wrap #section-2 .section-vector-text-wrap .section-middle-title {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 83px;
}
.ex-wrap #section-2 .rental-benefit-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin-top: 20px;
}
.ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img {
  position: relative;
}
.ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img .rental-info-text {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img .rental-info-text .benefit-number {
  color: var(--Gray-color-Gray-2, #868A8B);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img .rental-info-text .benefit-name {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.ex-wrap #section-3 {
  padding: 60px 140px 0 140px;
  background-color: #F5F9FA;
}
.ex-wrap #section-3 h1 {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
}
.ex-wrap #section-3 h2 {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 83px;
  margin-bottom: 73px;
}
.ex-wrap #section-3 .h1-highlight {
  color: #FF3458;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
.ex-wrap #section-3 .span-highlight {
  color: #D7B609;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  display: block;
}
.ex-wrap #section-3 p {
  color: var(--Gray-color-Gray-0, #2A2D2E);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  margin-bottom: 109px !important;
}
.ex-wrap #section-3 .fit-702 {
  max-width: 702px;
  margin: 0 auto;
}
.ex-wrap #section-3 .section-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ex-wrap #section-3 .section-content-wrap .section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ex-wrap #section-3 .section-content-wrap .section-head .head-number {
  color: var(--Gray-color-Gray-2, #868A8B);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 100px;
}
.ex-wrap #section-3 .section-content-wrap .section-head .head-title {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ex-wrap #section-3 .section-content-wrap .section-img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ex-wrap #section-3 .section-content-wrap .section-body {
  max-width: 450px;
}
.ex-wrap #section-3 .section-content-wrap .section-body .body-desc {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.ex-wrap #section-3 .rental-step-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.ex-wrap #section-3 .rental-step-wrap .rental-step-title {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
.ex-wrap #section-3 .rental-step-wrap .rental-step-desc {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 10px;
}
.ex-wrap #section-3 .btn-open-notion-layer {
  display: flex;
  width: 240px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid var(--Event-Normal, #6070FF);
  background: #FFF;
  color: var(--Event-Normal, #6070FF);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-top: 81px;
  margin-bottom: 76px;
}
.ex-wrap #section-4 {
  padding: 165px 140px 0 140px;
}
.ex-wrap #section-4 h1 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ex-wrap #section-4 .h1-highlight {
  color: #FF3458;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
.ex-wrap #section-4 p {
  color: var(--Gray-color-Gray-0, #2A2D2E);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  margin-bottom: 109px !important;
}
.ex-wrap #section-4 .benefit-box {
  padding: 44px;
  border-radius: 20px;
  border: 1px solid #E6E6E7;
  background: var(--Gray-color-Gray-6, #F8F8F9);
  margin-bottom: 120px;
}
.ex-wrap #section-4 .btn-open-estimate-layer {
  width: 240px;
  padding: 20px 40px;
  border-radius: 100px;
  background: #FF3458;
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}
.ex-wrap #section-4 .youtube-content-wrap .title-caption {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 0;
  padding-bottom: 15px;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-content-title {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 133.333% */
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video {
  margin-top: 80px;
  text-align: center;
  position: relative;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video iframe {
  width: 780px;
  height: 440px;
  border-radius: 20px;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video .imageframe-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video .imageframe {
  position: relative;
  width: 780px;
  height: 440px;
  border-radius: 20px;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video .imageframe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* 검은 배경 불투명도 40% */
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video .image {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-video .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-text {
  margin-top: 80px;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-text p {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 0 !important;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-text .btn-open-youtube {
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #FF3458;
  border-radius: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 24px 60px;
  margin-top: 60px;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-text .btn-open-youtube .disabled {
  color: #8e9698;
  background-color: #daddde;
}
.ex-wrap #section-4 .youtube-content-wrap .youtube-text .text-sm span {
  color: #9590AB;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.ex-wrap #step-event {
  text-align: center;
  padding-top: 83px;
  padding-bottom: 20px;
}
.ex-wrap #step-event h1 {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.ex-wrap #step-event .sub-text {
  margin-left: 60px;
  max-width: 527px;
  word-break: keep-all;
}
.ex-wrap #step-event .items-wrap {
  background-size: auto;
  padding-right: 60px;
  padding-left: 60px;
}
.ex-wrap #step-event .items-wrap .upline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ex-wrap #step-event .items-wrap .upline .item {
  width: 462px;
  color: var(--Gray-color-Gray-0, #2A2D2E);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  background: #F5F9FA;
}
.ex-wrap #step-event .items-wrap .upline .item .hint {
  color: #7F30FF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.ex-wrap #step-event .items-wrap .upline .item .item-link {
  border-radius: 100px;
  background: #8730FF;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 16px 36px;
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ex-wrap #step-event .items-wrap .downline .item {
  width: 100%;
}
.ex-wrap #step-event .items-wrap .item {
  height: 499px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0;
}
.ex-wrap #step-event .items-wrap .item h4 {
  color: var(--Gray-color-Gray-0, #2A2C2C);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  margin-top: 4px;
}
.ex-wrap #step-event .items-wrap .item .h4-crown {
  margin-top: -90px;
}
.ex-wrap #step-event .items-wrap .item .h4-crown .crown-icon {
  width: 34px;
  margin-bottom: 10px;
}
.ex-wrap #step-event .items-wrap .item img {
  margin: 0 auto;
}
.ex-wrap #step-event .items-wrap .item p {
  color: var(--Gray-color-Gray-2, #868A8B);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 8px;
}
.ex-wrap #step-event .items-wrap .item span {
  color: #808080;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.ex-wrap #step-event .btn-open-namecard-modal {
  display: flex;
  width: 240px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--Event-Normal, #6070FF);
  color: var(--gray-color-ffffff, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-top: 56px;
  margin-bottom: 80px;
}
.ex-wrap #caution {
  background-color: #1D2329;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ex-wrap #caution p {
  color: var(--gray-color-ffffff, #FFF);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ex-wrap #caution ul {
  margin-top: 35px;
}
.ex-wrap #caution ul li {
  list-style-type: "• ";
  color: var(--gray-color-ffffff, #FFF);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

@media (max-width: 480px) {
  #dynamic_contents_area {
    margin-top: 40px !important;
  }
  .bg-space-dark {
    background-color: #1d1d20;
    height: 100%;
  }
  .bg-space-gray {
    background-color: #F5F5F6;
    height: 100%;
  }
  .bg-space-blackhole {
    background-image: url(/land/assets/exhibition/images/4/bg_space_blackhole.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    height: 100%;
  }
  .bg-space-blackhole-no-img {
    background-color: #1d1d20;
  }
  .wide-in-fit {
    max-width: 1084px;
    margin: 0 auto;
  }
  .ex-wrap #ex-hero {
    padding-top: 3%;
    /* 모바일에서는 배경 이미지 1.4배 확대 */
  }
  .ex-wrap #ex-hero .ex-button {
    height: 55px;
  }
  .ex-wrap #ex-hero .ex-hero-img {
    overflow: hidden;
  }
  .ex-wrap #ex-hero .ex-hero-img img {
    transform: scale(1.25);
  }
  .ex-wrap #banner-1 {
    padding: 10% 5% 0 5%;
    height: 100%;
    /* 배경 아래 부분이 역삼각형 으로 마무리 되어 보이도록 구성 */
  }
  .ex-wrap #banner-1 h1 {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    color: var(--gray-color-ffffff, #2A2C2C);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 0;
  }
  .ex-wrap #banner-1 h2 {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .ex-wrap #banner-1 p {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    color: var(--gray-color-ffffff, #2A2C2C);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }
  .ex-wrap #banner-1 .pt-md-60 {
    padding-top: 0;
  }
  .ex-wrap #banner-1 .pt-md-120 {
    padding-top: 0;
  }
  .ex-wrap #banner-1 .section-vertex-wrap {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
    background-color: #fff; /* 배경색 설정 */
  }
  .ex-wrap #banner-1 .section-vertex-bottom {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
  }
  .ex-wrap #banner-1 .section-vertex-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid #fff; /* 뷰포트 너비의 50%를 왼쪽 경계선으로 설정 */
    border-right: 50vw solid #fff; /* 뷰포트 너비의 50%를 오른쪽 경계선으로 설정 */
    border-top: 60px solid #1d1d20; /* 삼각형의 상단 경계선 (흰색) */
  }
  .ex-wrap #banner-1 .banner-wrap {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--gray-color-ffffff, #FFF);
  }
  .ex-wrap #banner-1 .banner-wrap .banner-left {
    width: 100%;
    color: #fff;
  }
  .ex-wrap #banner-1 .banner-wrap .banner-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .ex-wrap #banner-1 .banner-wrap .banner-right img {
    width: 100%;
    max-width: 304px;
  }
  .ex-wrap #banner-1 .banner-content-wrap {
    width: 100%;
    padding-top: 30px;
  }
  .ex-wrap #banner-1 .banner-content-wrap .title-caption.mt-100 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .ex-wrap #banner-1 .banner-content-wrap .banner-content-title {
    color: var(--Gray-color-Gray-0, #2A2C2C);
    font-family: Pretendard;
    font-size: 2rem;
    padding-bottom: 3rem;
  }
  .ex-wrap #banner-1 .banner-content-wrap .banner-content-title span {
    color: #6070FF;
  }
  .ex-wrap #section-1 {
    padding: 10% 5% 0 5%;
    background-size: cover;
  }
  .ex-wrap #section-1 h1 {
    color: var(--white-color, #FFF);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-1 .h1-highlight {
    color: #FF3458;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-1 p {
    color: var(--white-color, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 24px !important;
    max-width: 85%;
    margin: 0 auto;
  }
  .ex-wrap #section-1 .numberic-highlight {
    margin-top: 40px;
  }
  .ex-wrap #section-1 .section-vector-text-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .max-40 {
    max-width: 100%;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .max-50 {
    max-width: 100%;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .max-60 {
    max-width: 100%;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .section-vector-caption {
    color: #FF3458;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-top: 24px;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .section-vector-title {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 24px;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .section-vector-content {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .section-vector-content .product-rental-price {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }
  .ex-wrap #section-1 .section-vector-text-wrap .section-vector-content .product-benefit {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-1 .section-vector-text-wrap.flap1 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .ex-wrap #section-1 .section-vector-text-wrap.flap2 {
    margin-top: 270px;
  }
  .ex-wrap #section-1 .section-middle-content .middle-title {
    margin-top: 60px;
  }
  .ex-wrap #section-1 .section-middle-content .middle-description {
    font-size: 14px;
    margin-top: 15.5px;
    margin-bottom: 40.5px;
  }
  .ex-wrap #section-1 .section-bottom-content .section-info-price {
    margin-bottom: 60px;
  }
  .ex-wrap #section-1 .section-vector-1 {
    background-image: url("/land/assets/exhibition/images/4/section_1_bg_1.png");
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: bottom;
    padding-bottom: 170px;
  }
  .ex-wrap #section-1 .section-vector-2 {
    background-image: url("/land/assets/exhibition/images/4/section_1_bg_2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 65%;
    background-position: top;
    margin-top: 70px;
    padding-top: 240px;
    padding-bottom: 0;
  }
  .ex-wrap #section-1 .section-vector-3 {
    background-image: url("/land/assets/exhibition/images/4/section_1_bg_3.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .ex-wrap #section-1 .section-vertex-wrap {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
    background-color: #1d1d20; /* 배경색 설정 */
  }
  .ex-wrap #section-1 .section-vertex-bottom {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
  }
  .ex-wrap #section-1 .section-vertex-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid #1d1d20; /* 뷰포트 너비의 50%를 왼쪽 경계선으로 설정 */
    border-right: 50vw solid #1d1d20; /* 뷰포트 너비의 50%를 오른쪽 경계선으로 설정 */
    border-top: 60px solid #fff; /* 삼각형의 상단 경계선 (흰색) */
  }
  .ex-wrap #section-2 {
    padding: 0 0 50px 0;
    /* 배경 아래 부분이 역삼각형 으로 마무리 되어 보이도록 구성 */
  }
  .ex-wrap #section-2 h1 {
    color: var(--Gray-color-Gray-0, #2A2D2E);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-2 p {
    color: var(--Gray-color-Gray-0, #2A2D2E);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 30px !important;
  }
  .ex-wrap #section-2 .section-vector-text-wrap .section-vector-title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .ex-wrap #section-2 .section-vector-text-wrap .section-vector-img {
    margin-top: 30px;
  }
  .ex-wrap #section-2 .section-vector-text-wrap .section-vector-content .product-name {
    font-size: 16px;
  }
  .ex-wrap #section-2 .section-vector-text-wrap .section-middle-title {
    font-size: 24px;
    margin-top: 30px;
  }
  .ex-wrap #section-2 .rental-benefit-wrap {
    margin-top: 10px;
  }
  .ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img {
    position: relative;
  }
  .ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img .rental-info-text {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img .rental-info-text .benefit-number {
    color: var(--Gray-color-Gray-2, #868A8B);
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .ex-wrap #section-2 .rental-benefit-wrap .rental-content .rental-info-img .rental-info-text .benefit-name {
    color: var(--Gray-color-Gray-0, #2A2C2C);
    text-align: center;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .ex-wrap #section-2 .section-vertex-wrap {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
    background-color: #F5F5F6; /* 배경색 설정 */
  }
  .ex-wrap #section-2 .section-vertex-bottom {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
    background-color: #F5F5F6; /* 배경색 설정 */
  }
  .ex-wrap #section-2 .section-vertex-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid #F5F5F6; /* 뷰포트 너비의 50%를 왼쪽 경계선으로 설정 */
    border-right: 50vw solid #F5F5F6; /* 뷰포트 너비의 50%를 오른쪽 경계선으로 설정 */
    border-top: 60px solid #1d1d20; /* 삼각형의 상단 경계선 (흰색) */
  }
  .ex-wrap #section-2 .section-content-wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }
  .ex-wrap #section-2 .section-content-wrap .title-caption {
    color: var(--gray-color-ffffff, #FFF);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 0 !important;
  }
  .ex-wrap #section-2 .section-content-wrap .section-content-title {
    color: var(--gray-color-ffffff, #FFF);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 12px;
  }
  .ex-wrap #section-2 .section-content-wrap .section-logo-img {
    margin-top: 45px;
  }
  .ex-wrap #section-2 .section-content-wrap .section-product-img {
    margin-top: 60px;
  }
  .ex-wrap #section-2 .section-content-wrap .section-explain {
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }
  .ex-wrap #section-2 .section-content-wrap .section-explain p {
    color: var(--gray-color-ffffff, #FFF) !important;
  }
  .ex-wrap #section-3 {
    padding: 10% 5% 0 5%;
  }
  .ex-wrap #section-3 h1 {
    color: var(--Gray-color-Gray-0, #2A2D2E);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
  }
  .ex-wrap #section-3 .h1-highlight {
    color: #FF3458;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-3 h2 {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .ex-wrap #section-3 p {
    color: var(--Gray-color-Gray-0, #2A2D2E);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
  }
  .ex-wrap #section-3 p strong {
    font-weight: 600;
  }
  .ex-wrap #section-3 .section-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ex-wrap #section-3 .section-content-wrap .section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ex-wrap #section-3 .section-content-wrap .section-head .head-number {
    color: var(--Gray-color-Gray-2, #868A8B);
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
  }
  .ex-wrap #section-3 .section-content-wrap .section-head .head-title {
    font-size: 1.5rem;
  }
  .ex-wrap #section-3 .section-content-wrap .section-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ex-wrap #section-3 .section-content-wrap .section-body .body-desc {
    font-size: 15px;
  }
  .ex-wrap #section-3 .rental-step-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }
  .ex-wrap #section-3 .rental-step-wrap .section-img {
    text-align: center;
  }
  .ex-wrap #section-3 .rental-step-wrap .section-vector-content {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .ex-wrap #section-3 .rental-step-wrap .rental-step-title {
    font-size: 20px;
  }
  .ex-wrap #section-3 .rental-step-wrap .rental-step-desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .ex-wrap #section-3 .btn-open-notion-layer {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .ex-wrap #section-3 .section-vertex-bottom {
    position: relative;
    width: 100%; /* 부모 컨테이너의 너비를 100%로 설정 */
    height: 60px; /* 임의의 높이 설정 */
    background-color: #fff; /* 배경색 설정 */
    margin-top: 5%;
  }
  .ex-wrap #section-3 .section-vertex-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid #fff; /* 뷰포트 너비의 50%를 왼쪽 경계선으로 설정 */
    border-right: 50vw solid #fff; /* 뷰포트 너비의 50%를 오른쪽 경계선으로 설정 */
    border-top: 60px solid #F5F5F6; /* 삼각형의 상단 경계선 (흰색) */
  }
  .ex-wrap #section-4 {
    padding: 10% 5% 3% 5%;
    margin: 0 auto;
    text-align: center;
  }
  .ex-wrap #section-4 h1 {
    color: var(--Gray-color-Gray-0, #2A2D2E);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-4 .h1-highlight {
    color: #FF3458;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ex-wrap #section-4 p {
    color: var(--Gray-color-Gray-0, #2A2D2E);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem; /* 170% */
    margin-bottom: 12px !important;
    padding-top: 0 !important;
  }
  .ex-wrap #section-4 p strong {
    font-weight: 600;
  }
  .ex-wrap #section-4 .benefit-box {
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #E6E6E7;
    background: var(--Gray-color-Gray-6, #F8F8F9);
    margin-bottom: 24px;
  }
  .ex-wrap #section-4 .youtube-content-wrap {
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ex-wrap #section-4 .youtube-content-wrap .title-caption {
    color: var(--gray-color-ffffff, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-content-title {
    color: var(--gray-color-ffffff, #FFF);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video {
    margin-top: 40px;
    height: auto;
    text-align: center;
    position: relative;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video iframe {
    width: 100%;
    height: 235px;
    border-radius: 20px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video .imageframe-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video .imageframe {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video .imageframe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4); /* 검은 배경 불투명도 40% */
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video .image {
    width: 100%;
    display: block;
    border-radius: 20px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video .youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-video .youtube-icon img {
    margin-top: 0 !important;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text {
    margin-top: 40px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    color: var(--Gray-color-Gray-0, #2A2C2C);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text p strong {
    color: var(--Gray-color-Gray-0, #2A2C2C);
    font-weight: 600;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text p:nth-child(1) {
    max-width: 750px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text p:nth-child(2) {
    max-width: 750px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text p:nth-child(3) {
    max-width: 750px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text .btn-open-event-layer {
    color: #7F30FF;
    background-color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 24px 60px;
    margin-top: 26px;
    margin-bottom: 60px;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text .btn-open-event-layer .disabled {
    color: #8e9698;
    background-color: #daddde;
  }
  .ex-wrap #section-4 .youtube-content-wrap .youtube-text .text-sm span {
    color: #9590AB;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 155.556% */
  }
  .ex-wrap #step-event {
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 20px;
  }
  .ex-wrap #step-event h1 {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 35px;
    margin: 0 auto;
    max-width: 100%;
    word-break: keep-all;
  }
  .ex-wrap #step-event .sub-text {
    margin-left: 60px;
    max-width: 527px;
    word-break: keep-all;
  }
  .ex-wrap #step-event .items-wrap {
    background-size: auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .ex-wrap #step-event .items-wrap .upline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0 !important;
  }
  .ex-wrap #step-event .items-wrap .upline .item {
    width: 100%;
    font-size: 1rem;
  }
  .ex-wrap #step-event .items-wrap .upline .item .hint {
    color: #7F30FF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; /* 142.857% */
  }
  .ex-wrap #step-event .items-wrap .upline .item .item-link {
    border-radius: 100px;
    background: #8730FF;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 16px 36px;
    color: var(--gray-color-ffffff, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .ex-wrap #step-event .items-wrap .downline .item {
    width: 100%;
  }
  .ex-wrap #step-event .items-wrap .item {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #FFF;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .ex-wrap #step-event .items-wrap .item h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
  }
  .ex-wrap #step-event .items-wrap .item img {
    width: auto;
    height: 174px;
    margin: 0 auto;
    padding: 20px;
  }
  .ex-wrap #step-event .items-wrap .item .bonus-number {
    width: -webkit-fill-available !important;
  }
  .ex-wrap #step-event .items-wrap .item p {
    font-size: 16px;
    margin-top: 8px !important;
  }
  .ex-wrap #step-event .btn-open-namecard-modal {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .ex-wrap #caution {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .ex-wrap #caution p {
    margin-left: 10px;
  }
  .ex-wrap #caution ul {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .ex-wrap #caution ul li {
    width: 93%;
    margin-left: 25px;
    font-size: 14px;
    line-height: 30px;
    list-style-type: "- ";
  }
  #related-content {
    padding-top: 10%;
    padding-bottom: 5%;
  }
}/*# sourceMappingURL=main.css.map */