/* 이벤트 공통 */
.event_contents {
  overflow: hidden;
  padding-bottom: 32px;
  margin: 0 auto;
  width: 100%;
}
.event_contents img {
  display: block;
  margin: 0 auto;
}
.blind {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
}
.section .section_title {
  margin: 0 auto;
}
:root {
  --baseWidth: 360;
}

/* 이벤트 내용 */
.key_visual {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  background: linear-gradient(180deg, #11162a 0%, #0d0d0d 87%), linear-gradient(0deg, #000 0%, #000 100%);
}
.key_visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://cdnimg.apti.co.kr/apti/event/APTI000571/kv_bg_m.png') no-repeat left 33% bottom 0 / auto 100%;
}
.key_visual .top_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 70px 0 0;
  text-align: center;
  z-index: 1;
}
.key_visual .top_title .collabo {
  opacity: 0;
  transform: translateY(100px);
  margin: 0 auto 16px;
}
.key_visual .top_title .collabo .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  padding: 0 12px;
  border-radius: 99px;
  border: 1px solid #bae9ff;
}
.key_visual .top_title .collabo .text {
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
  color: var(--gray50);
}
.key_visual .top_title .collabo .bullet {
  width: 14px;
  height: 14px;
  background: url('../../images/common/ico_close_gray50_24.svg') no-repeat center / contain;
}
.key_visual .top_title .title_area {
  opacity: 0;
  transform: translateY(100px);
}
.key_visual .top_title .title {
  display: block;
  line-height: 1.333;
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  color: var(--gray50);
}
.key_visual .top_title .title02 {
  display: block;
  margin-top: 21px;
  font-size: 1.9rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.368;
  color: #bdbfc5;
}
@keyframes shiningAni {
  0% {
    background-position: 100% center;
  }
  33.33% {
    background-position: 0% center;
  }
  100% {
    background-position: 0% center;
  }
}
.key_visual .top_title .title02 span {
  display: inline-block;
  margin-bottom: 2px;
  background-image: linear-gradient(95deg, #6893ff 0%, #6893ff 35%, #fff 50%, #6893ff 65%, #6893ff 100%);
  background-size: 300% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shiningAni 3s 1.5s linear infinite;
}
.key_visual .btn_bottom_fix {
  background-image: none;
  background-color: transparent;
}
.key_visual .btn_bottom_fix.ver_wh {
  position: absolute;
  bottom: 24px;
}
.key_visual .btn_bottom_fix.active {
  animation: button-slide-up 0.4s forwards linear;
}
@keyframes button-slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.key_visual.fade_up .collabo {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}
.key_visual.fade_up .title_area {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 0.2s ease;
}
.key_visual.fade_up::after {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 0.4s ease;
}

.benefit_summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px 20px;
}
.benefit_summary .benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px;
  border-radius: 16px;
  background-color: var(--gray200);
}
.benefit_summary .benefit.column {
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}
.benefit_summary .benefit .benefit_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.benefit_summary .benefit .img_area {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}
.benefit_summary .benefit .text_area {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.benefit_summary .benefit .text_area .title_area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.benefit_summary .benefit .text_area .title_area span {
  color: var(--black500);
}
.benefit_summary .benefit .text_area .title_area .badge {
  width: 61px;
  height: 24px;
}
.benefit_summary .benefit .text_area .title em {
  color: var(--blue800);
}
.benefit_summary .benefit .text_area .subtext {
  color: var(--black500);
}
.benefit_summary .benefit table {
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}
.benefit_summary .benefit table caption {
  padding: 10px 12px;
  background: #e2e8ee;
  text-align: center;
  border: 1px solid var(--gray600);
  border-left: 0;
  border-right: 0;
}
.benefit_summary .benefit table caption b {
  font-weight: var(--font-weight-semibold);
}
.benefit_summary .benefit table tr {
  border-bottom: 1px solid var(--gray600);
}
.benefit_summary .benefit table tr th,
.benefit_summary .benefit table tr td {
  line-height: 1.35;
  font-size: var(--font-size-text-sm);
  text-align: center;
  border-right: 1px solid var(--gray600);
}
.benefit_summary .benefit table tr th:last-child,
.benefit_summary .benefit table tr td:last-child {
  border-right: 0;
}
.benefit_summary .benefit table thead tr th {
  height: 70px;
  font-weight: var(--font-weight-semibold);
  background-color: var(--gray100);
  word-break: keep-all;
}
.benefit_summary .benefit table tbody tr td {
  height: 51px;
  font-weight: var(--font-weight-regular);
  background-color: var(--gray50);
}
.benefit_summary .benefit table tbody tr td.c_blue {
  color: var(--blue800);
  font-weight: var(--font-weight-semibold);
}
.benefit_summary .notice_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefit_summary .notice {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.benefit_summary .list {
  display: flex;
  flex-direction: column;
  gap: var(--unit-2);
}
.benefit_summary .list .text {
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.45;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-regular);
  color: var(--black600);
}
.benefit_summary .list .text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  line-height: 1.45;
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--black600);
  content: '·';
}
.benefit_summary .sub_notice {
  color: var(--black600);
}
.benefit_summary .sub_notice::before {
  margin-right: 8px;
  line-height: 1.45;
  font-size: var(--font-size-text-lg);
  font-weight: var(--font-weight-regular);
  color: var(--black600);
  content: '※';
}

.dropdown_disclaimer {
  padding: 32px 24px 16px;
}
.dropdown_disclaimer .title_area .title {
  font-size: var(--font-size-text-lg);
}
.dropdown_disclaimer .title_area .btn_dropdown {
  width: 12px;
  height: 12px;
  background: url('../../images/common/arrow_up_black800_12.svg') no-repeat center / contain;
}
.dropdown_disclaimer .contents_area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--black600);
}
.dropdown_disclaimer .contents_area .section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dropdown_disclaimer .contents_area .sub_title {
  display: block;
  color: var(--black600);
}
.dropdown_disclaimer .contents_area .list {
  gap: 6px;
}
.dropdown_disclaimer .contents_area .list .text {
  font-size: var(--font-size-text-md);
}
.dropdown_disclaimer .contents_area .list .text.notice {
  padding-left: 0;
}
.dropdown_disclaimer .contents_area .list .text.notice::before {
  display: none;
}
.dropdown_disclaimer .contents_area .list .text b {
  font-weight: var(--font-weight-semibold);
}
.dropdown_disclaimer .contents_area .list .underline {
  text-decoration: underline;
}
.dropdown_disclaimer .contents_area .list .sub_text {
  position: relative;
  padding: 0 0 0 22px;
  line-height: 1.45;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-regular);
  color: var(--black600);
}
.dropdown_disclaimer .contents_area .list .sub_text::before {
  position: absolute;
  top: 0;
  left: 12px;
  line-height: 1.45;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-regular);
  color: var(--black600);
  content: '-';
}
.dropdown_disclaimer .contents_area .list .sub_text.asterisk::before {
  content: '*';
}
.dropdown_disclaimer .contents_area .list .text em,
.dropdown_disclaimer .contents_area .list .sub_text em {
  font-weight: var(--font-weight-semibold);
}
.dropdown_disclaimer .contents_area .list .text.none_dot::before {
  content: '';
}
.dropdown_disclaimer .contents_area .noti_text {
  display: flex;
  gap: 3px;
  line-height: 1.45;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-regular);
  color: var(--black600);
}
.dropdown_disclaimer .contents_area .noti_text::before {
  content: '※';
}
.dropdown_disclaimer .contents_area .noti_text02 {
  display: block;
  color: var(--black300);
}

/* 모바일웹 최대너비에 맞추기 위해 추가 */
.top_navi {
  max-width: 500px;
  margin: 0 auto;
}
.event_contents {
  max-width: 500px;
  background: var(--gray50);
  padding-bottom: calc(32px + var(--cta-main-h));
}
body {
  background: var(--gray100);
}

@media screen and (min-width: 500px) {
  .key_visual .btn_bottom_fix {
    margin: 0 auto;
    max-width: 360px;
  }
  .key_visual .btn_bottom_fix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefit_summary {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 350px;
  }

  .dropdown_disclaimer {
    max-width: 390px;
    margin: 0 auto;
  }
}
