@charset "UTF-8";
.event {
  overflow-x: hidden;
}
.event__tab-block {
  width: 100%;
  overflow: hidden;
}
.event__tab {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px 24px 8px 24px;
  overflow-x: auto;
  overflow-y: hidden;
}
.event__tab-btn {
  flex-shrink: 0;
}
.event__tab-btn-text {
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #131922;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  height: 40px;
  box-sizing: border-box;
}
.event__tab-btn-text.on {
  color: #fff;
  background-color: #131922;
  border-color: #131922;
}
.event .banner__swiper {
  border-bottom: 8px solid #f0f0f0;
  padding-bottom: 46px;
}
.event__curation {
  margin-top: 24px;
  border-bottom: 8px solid #f0f0f0;
}
.event__curation-swiper-item {
  width: 64%;
  padding-bottom: 48px;
}
.event__curation-swiper-image {
  aspect-ratio: 1/1.5;
  overflow: hidden;
}
.event__curation-swiper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event__curation-swiper-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}
.event__curation-swiper-text .curation-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event__curation-swiper-text .curation-description {
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event__content-wrap {
  display: none;
}
.event__content-wrap.active {
  display: block;
}
.event__content-wrap-all, .event__content-wrap-benefit, .event__content-wrap-cooperation {
  padding-top: 8px;
}
.event__content-brand .category {
  white-space: nowrap;
  overflow-x: auto;
  margin-left: 24px;
  margin-top: 16px;
}
.event__content-brand .category a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 11px 16px;
  margin-right: 4px;
}
.event__content-brand .category a:last-child {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
}
.event__content-brand .category a.on {
  border: none;
  background-color: #131922;
  color: #fff;
}
.event__content-brand .category a .arrow-down {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../image/icon_arrow_down.svg) no-repeat center/cover;
}
.event__content-title {
  padding: 8px 16px 8px 24px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.event__content-title-total {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  color: #131922;
}
.event__content-title-total span {
  color: #d99c63;
}
.event__content-title .icon-filter {
  width: 40px;
  height: 40px;
  justify-self: right;
  background: url(../../image/05IconFiltersFilter3x.png) no-repeat left/40px;
}
.event__content-title-trigger {
  display: flex;
  margin-left: auto;
  gap: 6px;
  align-items: center;
}
.event__content-title-trigger:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/icon_event_result.svg) no-repeat center/cover;
}
.event__content-title-btn {
  display: flex;
  align-items: center;
  height: 20px;
}
.event__content-title-btn-text {
  display: block;
  margin-right: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.event__content-title-btn .arrow-down,
.event__content-title-btn .arrow-right {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event__content-title-btn .arrow-down {
  background-image: url(../../image/icon_arrow_down.svg);
}
.event__content-title-btn .arrow-right {
  background-image: url(../../image/05Icon16PxThinArrowRight.svg);
}
.event__content-list {
  display: grid;
  grid-template-columns: repeat(2, 48.624%);
  justify-content: space-between;
  row-gap: 30px;
  padding: 0 24px 64px;
}
.event__content-item {
  padding-bottom: 16px;
}
.event__content-item-thum {
  aspect-ratio: 1/1.5;
  position: relative;
}
.event__content-item-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event__content-item-text {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
}
.event__content-item-text:not(:has(.event__content-item-text-box)):not(:has(.event__content-item-text-small-title)) {
  padding-top: 37px;
}
.event__content-item-text * {
  letter-spacing: 0;
}
.event__content-item-text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  display: grid;
  place-items: center;
}
.event__content-item-text-box ~ .event__content-item-text-title {
  margin-top: 3px;
}
.event__content-item-text-small-title {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  align-items: center;
  color: #404040;
  word-break: keep-all;
}
.event__content-item-text-small-title span {
  line-height: 16px;
}
.event__content-item-text-small-title span em {
  font-weight: 500;
}
.event__content-item-text-small-title span:first-child {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
}
.event__content-item-text-small-title span:not(:first-child) {
  flex: 0 0 auto;
  display: inline-block;
  padding-left: 4px;
}
.event__content-item-text-small-title ~ .event__content-item-text-title {
  margin-top: 3px;
}
.event__content-item-text-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.event__content-item-text-title ~ .event__content-item-text-description {
  margin-top: 2px;
}
.event__content-item-text-description {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #404040;
}
.event__content-item-tags {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-self: flex-end;
  flex-wrap: wrap;
  height: 20px;
  overflow: hidden;
  gap: 2px;
}
.event__content-item-tags span {
  display: inline-block;
  line-height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  background: #131922;
}
.event__content.event_border-none {
  border-top: none;
}
.event__content .no-result {
  margin-top: 130px;
  margin-bottom: 220px;
  color: #929292;
}
.event-detail {
  position: relative;
  word-break: break-all;
}
.event-detail__title-banner {
  position: relative;
  margin-bottom: 28px;
  text-align: center;
}
.event-detail__title-banner.type-text {
  padding: 15px 0;
}
.event-detail__title-banner.type-img {
  height: 13.2rem;
}
.event-detail__title-banner.type-img h3,
.event-detail__title-banner.type-img p {
  position: absolute;
  left: 0;
  z-index: 1;
}
.event-detail__title-banner.type-img h3 {
  top: 32px;
}
.event-detail__title-banner.type-img p {
  top: 70px;
}
.event-detail__title-banner h3,
.event-detail__title-banner p {
  width: 100%;
  padding: 0 24px;
  color: #131922;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.event-detail__title-banner h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  max-height: 64px;
}
.event-detail__title-banner p {
  font-size: 16px;
  margin-top: 8px;
  line-height: 30px;
  font-weight: bold;
  max-height: 30px;
  -webkit-line-clamp: 1;
}
.event-detail__title-banner a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.event-detail__title-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-detail__head {
  width: 100%;
  padding: 12px 24px 16px 24px;
  box-sizing: border-box;
}
.event-detail__head-title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #131922;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-detail__head-info {
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: space-between;
}
.event-detail__head-date {
  width: 233px;
  font-size: 14px;
  letter-spacing: 0;
  color: #404040;
}
.event-detail__head-icon-wrap {
  display: flex;
  margin-left: auto;
}
.event-detail__head-icon--like, .event-detail__head-icon--share, .event-detail__head-icon--menu {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-detail__head-icon--like.like-btn.off {
  background-image: url(../../image/icon_heart_light_off.svg);
}
.event-detail__head-icon--like.like-btn.on {
  background-image: url(../../image/icon_heart_light_on.svg);
}
.event-detail__head-icon--share {
  background-image: url(../../image/05Icon32PxThinShare.svg);
}
.event-detail__head-icon--menu {
  background-image: url(../../image/05Icon32PxThinCategory.svg);
}
.event-detail__head.transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.event-detail__head.transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15rem;
  background: linear-gradient(to Top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
}
.event-detail__head.transparent .event-detail__head-info {
  position: relative;
  justify-content: flex-end;
  margin-left: auto;
}
.event-detail__head.transparent .event-detail__head-title,
.event-detail__head.transparent .event-detail__head-date {
  display: none;
}
.event-detail__head.transparent .event-detail__head-icon--like,
.event-detail__head.transparent .event-detail__head-icon--share,
.event-detail__head.transparent .event-detail__head-icon--menu {
  filter: invert(1);
}
.event-detail__head.transparent .event-detail__head-icon--like {
  background-image: url(../../image/05Icon32PxThinHeartWhiteOff.svg);
}
.event-detail__head.transparent .event-detail__head-icon--like.on {
  background-image: url(../../image/icon_heart_light_white_on.svg);
}
.event-detail__head.transparent .event-detail__head-icon--share {
  background-image: url(../../image/icon_share_white.svg);
}
.event-detail__head.transparent .event-detail__head-icon--menu {
  background-image: url(../../image/05Icon32PxThinCategoryWhite.svg);
}
.event-detail__head.magazine-detail__head {
  display: flex;
  justify-content: space-between;
}
.event-detail__head.magazine-detail__head .event-detail__head-title {
  margin-bottom: 0;
  min-width: 0;
}
.event-detail__head.magazine-detail__head .event-detail__head-info {
  flex-shrink: 0;
}
.event-detail__head-banner {
  margin-bottom: 32px;
}
.event-detail__head-banner img {
  max-width: 100%;
  height: auto !important;
}
.event-detail__vi-swiper {
  position: relative;
}
.event-detail__vi-swiper.swiper-has-navigation {
  padding-bottom: 55px;
}
.event-detail__vi-swiper ~ .event-detail__vi-swiper {
  margin-top: 28px;
}
.event-detail__vi-brand.swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
}
.event-detail__vi-brand a, .event-detail__vi-brand span {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.5;
}
.event-detail__vi-brand a.add-dimm::after, .event-detail__vi-brand span.add-dimm::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.event-detail__vi-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event-detail__vi-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.event-detail__vi-text p {
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.event-detail__vi-text .event-detail__top-brand-text .event-detail__top-brand-text-title, .event-detail__top-brand-text .event-detail__vi-text .event-detail__top-brand-text-title, .event-detail__vi-text .event-detail__vi-text-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
  max-height: 84px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-detail__vi-text .event-detail__top-brand-text .event-detail__top-brand-text-subtitle, .event-detail__top-brand-text .event-detail__vi-text .event-detail__top-brand-text-subtitle, .event-detail__vi-text .event-detail__vi-text-subtitle {
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.event-detail__vi-swiper .swiper-scrollbar {
  position: absolute;
  left: calc(50% - 50px);
  top: auto;
  bottom: 27px;
  width: 100px;
  height: 2px;
  background-color: #bbb;
}
.event-detail__vi-swiper .swiper-scrollbar .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.event-detail__vi-swiper + div {
  margin-top: 60px;
}
.event-detail__gnb {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #000;
  z-index: 50;
}
.body-scroll-up .event-detail__gnb {
  top: 56px;
}
.body-scroll-up .header-sub.has-banner ~ .ee-contents .event-detail__gnb {
  top: 106px;
}
.body-scroll-up .jaju-header ~ .ee-contents .event-detail__gnb {
  top: 56px;
}
.body-scroll-up .jaju-header.has-banner ~ .ee-contents .event-detail__gnb {
  top: 106px;
}
.event-detail__gnb li {
  display: inline-block;
  margin-right: 24px;
}
.event-detail__gnb li:first-of-type {
  margin-left: 24px;
}
.event-detail__gnb li button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.5);
}
.event-detail__gnb li button.on {
  font-weight: 500;
  color: #fff;
}
.event-detail__gnb li button.on:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fefefe;
}
.event-detail__gnb.type-white {
  background-color: #fff;
}
.event-detail__gnb.type-white:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e0e0e0;
}
.event-detail__gnb.type-white li button {
  color: #929292;
}
.event-detail__gnb.type-white li button.on {
  color: #131922;
}
.event-detail__gnb.type-white li button.on:after {
  background-color: #000;
}
.event-detail__gnb + div {
  margin-top: 60px;
}
.event-detail__coupon {
  margin-bottom: 48px;
  overflow-x: hidden;
  padding: 0 24px;
}
.event-detail__coupon-title {
  margin-bottom: 24px;
  border-bottom: 4px solid #000;
  line-height: 34px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}
.event-detail__coupon-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-detail__coupon-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 12px 16px;
  padding-right: 57px;
  color: #fff;
  background-color: #000;
}
.event-detail__coupon-item::before, .event-detail__coupon-item::after {
  content: "";
  position: absolute;
  right: 41px;
  border: 4px solid transparent;
}
.event-detail__coupon-item::before {
  top: 0;
  border-top-color: #fff;
}
.event-detail__coupon-item::after {
  bottom: 0;
  border-bottom-color: #fff;
}
.event-detail__coupon-item.white {
  height: 72px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.event-detail__coupon-item.white::before, .event-detail__coupon-item.white::after {
  width: 8px;
  height: 6px;
  border: none;
  background: #fff url(../../image/coupon-white-tri.png) no-repeat center/contain;
}
.event-detail__coupon-item.white::before {
  top: -1px;
}
.event-detail__coupon-item.white::after {
  bottom: -1px;
  transform: rotate(180deg);
}
.event-detail__coupon-text.discount {
  overflow: hidden;
  width: 125px;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -1px;
}
.event-detail__coupon-text.discount.price span {
  font-size: 18px;
}
.event-detail__coupon-text-wrap {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  text-align: right;
}
.event-detail__coupon-text.name {
  display: flex;
  align-items: center;
}
.event-detail__coupon-text.name span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}
.event-detail__coupon-text.period {
  margin-top: 3px;
}
.event-detail__coupon-text.period span {
  position: relative;
  display: inline-block;
}
.event-detail__coupon-text.period span.coupon-term {
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: 10px;
  color: #999;
}
.event-detail__coupon-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
}
.event-detail__coupon-btn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #444;
}
.event-detail__coupon-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(../../image/icon_download_white2.png) no-repeat center/cover;
}
.event-detail__coupon .white .event-detail__coupon-btn::after {
  filter: invert(1);
}
.event-detail__coupon-btn-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.event-detail__coupon .btn-wide {
  height: 40px;
  border: 1px solid #000;
  font-weight: 400;
}
.event-detail__coupon .btn-wide:disabled {
  color: #c8c8c8;
  border: none;
  background-color: #f0f0f0;
}
.event-detail__coupon .btn-wide:disabled span {
  opacity: 0.2;
}
.event-detail__coupon-guide {
  position: static;
  display: flex;
  width: 100%;
  height: 20px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  font-size: 14px;
  color: #929292;
}
.event-detail__coupon-btn-bottom:has(.btn-wide) .event-detail__coupon-guide {
  margin-top: 15px;
}
.event-detail__coupon-guide .tooltip-trigger {
  margin-left: 4px;
}
.event-detail__discount-info {
  margin-bottom: 48px;
}
.event-detail__discount-info-wrap {
  overflow: hidden;
}
.event-detail__discount-info-description {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #131922;
}
.event-detail__discount-info-image {
  background-color: #f5f5f5;
}
.event-detail__discount-info-image img {
  width: 100%;
}
.event-detail__discount-info-frame-1 {
  position: relative;
  background-color: rgb(167, 160, 60);
  padding: 62px 59px;
}
.event-detail__discount-info-frame-1 img {
  width: 100%;
}
.event-detail__discount-info-frame-1-text {
  position: absolute;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
}
.event-detail__discount-info-frame-1-text.text-1 {
  top: 20px;
  left: 0;
}
.event-detail__discount-info-frame-1-text.text-2 {
  bottom: 20px;
  right: 0;
}
.event-detail__discount-info-frame-2 {
  position: relative;
  background-color: rgb(82, 137, 114);
  padding: 62px 59px;
}
.event-detail__discount-info-frame-2 img {
  width: 100%;
}
.event-detail__discount-info-frame-2-text {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 72px;
}
.event-detail__discount-info-frame-2-text.text-1 {
  top: 68px;
  left: 0;
  transform: rotate(-90deg);
}
.event-detail__discount-info-frame-2-text.text-2 {
  bottom: 87px;
  right: 0;
  margin-right: -16px;
  transform: rotate(90deg);
}
.event-detail__discount-info-video {
  position: relative;
  display: flex;
  height: 234px;
  justify-content: center;
  overflow: hidden;
}
.event-detail__discount-info-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 234px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.event-detail__discount-info-video img {
  height: 234px;
  width: auto;
}
.event-detail__discount-info-video-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  font-size: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(19, 25, 34, 0.4) url(../../image/06ComponentLogoSivAWhite.svg) no-repeat center/56px auto;
  z-index: 2;
}
.event-detail__html-banner {
  margin-bottom: 48px;
}
.event-detail__html-banner img {
  max-width: 100%;
  height: auto !important;
}
.event-detail__event {
  margin-bottom: 48px;
  padding: 34px 24px 50px 24px;
  background-color: #000;
}
.event-detail__event-title {
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  line-height: 72px;
  color: #131922;
  color: #fff;
}
.event-detail__event-wrap {
  position: relative;
  background: #fff;
  padding: 16px 0 19px 0;
}
.event-detail__event-decoration {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  margin: 0 -16px -4px 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #000;
  transform: rotate(-45deg);
}
.event-detail__event-name {
  text-align: center;
  line-height: 72px;
  font-size: 26px;
}
.event-detail__event-description {
  text-align: center;
  margin-bottom: 28px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
.event-detail__event-discount {
  margin-bottom: 4px;
  text-align: center;
  font-size: 52px;
  line-height: 72px;
}
.event-detail__event-date {
  text-align: center;
  line-height: 72px;
  font: size 16px;
  color: #131922;
}
.event-detail__countdown {
  margin-bottom: 48px;
  padding: 32px 22px;
}
.event-detail__countdown-timer {
  margin-top: 24px;
}
.event-detail__countdown-timer-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.event-detail__countdown-timer-hour, .event-detail__countdown-timer-minute, .event-detail__countdown-timer-second {
  width: 60px;
}
.event-detail__countdown-timer-number {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}
.event-detail__countdown-timer-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.event-detail__countdown-colon {
  width: 13px;
  height: 60px;
  font-size: 0;
  background: url(../../image/colon.png) no-repeat center/13px 60px;
  overflow: hidden;
  text-indent: -9999px;
}
.event-detail__top-brand {
  margin-bottom: 48px;
  overflow-x: hidden;
}
.event-detail__top-brand-sub-title {
  margin-bottom: 8px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
}
.event-detail__top-brand-swiper .swiper-scrollbar {
  position: relative;
  height: 4px;
  margin-top: 34px;
}
.event-detail__top-brand-vi {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.event-detail__top-brand-vi a, .event-detail__top-brand-vi span {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1.5;
}
.event-detail__top-brand-vi a.add-dimm::after, .event-detail__top-brand-vi span.add-dimm::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 315px;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.event-detail__top-brand-vi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event-detail__top-brand-image {
  height: 100%;
}
.event-detail__top-brand-text {
  position: absolute;
  bottom: 40px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.event-detail__top-brand-text p {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.event-detail__top-brand-text .event-detail__top-brand-text-title, .event-detail__top-brand-text .event-detail__vi-text .event-detail__vi-text-title, .event-detail__vi-text .event-detail__top-brand-text .event-detail__vi-text-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
  max-height: 84px;
}
.event-detail__top-brand-text .event-detail__top-brand-text-subtitle, .event-detail__top-brand-text .event-detail__vi-text .event-detail__vi-text-subtitle, .event-detail__vi-text .event-detail__top-brand-text .event-detail__vi-text-subtitle {
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.event-detail__top-brand-item a {
  display: flex;
}
.event-detail__top-brand-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.event-detail__top-brand-item-thum {
  display: flex;
  width: 8rem;
  height: 12rem;
  align-items: center;
  background-color: #f8f8f8;
  overflow: hidden;
}
.event-detail__top-brand-item-thum img {
  width: 100%;
  mix-blend-mode: multiply;
}
.event-detail__top-brand-item-text {
  display: flex;
  width: calc(100% - 8rem - 20px);
  margin-left: 20px;
  flex-flow: column wrap;
  justify-content: center;
}
.event-detail__top-brand-item-text-strong {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.event-detail__top-brand-item-text-description {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #404040;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail__top-brand-item-text-price {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  gap: 4px;
}
.event-detail__top-brand-item-text-price--bold {
  font-weight: bold;
  color: #131922;
}
.event-detail__top-brand-item-text-price--gray {
  color: #a0a0a0;
}
.event-detail__top-brand-item-text-price--gold {
  font-weight: bold;
}
.event-detail__banner {
  margin-bottom: 48px;
}
.event-detail__banner-cont {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-detail__banner-cont:not(:last-of-type) {
  margin-bottom: 16px;
}
.event-detail__banner-cont p {
  position: absolute;
  left: 24px;
  right: 24px;
}
.event-detail__banner-cont-description {
  top: 37px;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 5px;
}
.event-detail__banner-cont-title {
  bottom: 36px;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0;
  color: #000;
}
.event-detail__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-detail__html {
  position: relative;
  margin-bottom: 20px;
}
.event-detail__html .sample {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 574px;
  font-size: 16px;
  font-weight: bold;
  color: #c8c8c8;
  background-color: #f0f0f0;
}
.event-detail__html img {
  max-width: 100%;
}
.event-detail__html .html-text {
  padding: 0 24px 94px;
}
.event-detail__html .btn-wide {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
}
.event-detail__html .siv-popup .btn-wide {
  position: static;
  transform: none;
  width: 100%;
}
.event-detail__notice {
  margin-top: -8px;
  padding: 0 24px;
  margin-bottom: 32px;
  border-top: 8px solid #f0f0f0;
  border-bottom: 8px solid #f0f0f0;
}
.event-detail__notice.shop {
  margin-bottom: 32px;
}
.event-detail__notice-title {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
}
.event-detail__notice-title-text {
  font-weight: 700;
  font-size: 16px;
  color: #131922;
  letter-spacing: 0;
}
.event-detail__notice-title-btn.hide, .event-detail__notice-title-btn.show {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-detail__notice-title-btn.hide {
  background-image: url(../../image/05Icon32PxThinArrowUp.svg);
}
.event-detail__notice-title-btn.show {
  background-image: url(../../image/icon_arrow_down_on.svg);
}
.event-detail__notice-content {
  display: none;
  padding: 28px 0 32px;
  font-size: 14px;
  border-top: 1px solid #f0f0f0;
}
.event-detail__notice-content img {
  max-width: 100%;
}
.event-detail__notice-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.event-detail__notice-item-strong {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  color: #131922;
}
.event-detail__notice-description-list li {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
  word-break: keep-all;
}
.event-detail__notice-description-list li b {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  color: #131922;
}
.event-detail__notice-description-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.event-detail__notice-description-item {
  padding-left: 10px;
  background: url(../../image/icon_bullet_small.svg) no-repeat left top 9px/2px auto;
}
.event-detail .notice-btn-wrap {
  padding: 0 24px 40px;
}
.event-detail__discount-product {
  padding-top: 16px;
  margin-bottom: 48px;
}
.event-detail__discount-product-title {
  margin-bottom: 16px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #131922;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-detail .v-related-product-list {
  margin-inline: 24px;
}
.event-detail__product {
  padding: 0 24px;
  margin-bottom: 48px;
}
.event-detail__product .tab {
  display: flex;
  margin-bottom: 28px;
}
.event-detail__product .tab button {
  position: relative;
  height: 40px;
  display: inline-block;
  flex: 1 1 0;
  padding: 0 9px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  color: #929292;
  border: 1px solid #c8c8c8;
  border-right: none;
  border-bottom: 1px solid #131922;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.event-detail__product .tab button.on {
  border-top: 1px solid #131922;
  border-left: 1px solid #131922;
  color: #131922;
  border-bottom: none;
}
.event-detail__product .tab button.on + button {
  border-left: 1px solid #131922;
}
.event-detail__product .tab button:last-child {
  border-right: 1px solid #c8c8c8;
}
.event-detail__product .tab button:last-child.on {
  border-right: 1px solid #131922;
}
.event-detail__product .product {
  padding: 0;
  /* [SI-9641] 기획전 상품영역 설명 추가 */
}
.event-detail__product .product__list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}
.event-detail__product .product__item {
  width: calc(50% - 4.5px);
  padding-right: 0;
  margin-bottom: 20px;
}
.event-detail__product .product__item:nth-child(even) {
  padding-right: 0;
}
.event-detail__product .product__item.odd {
  padding-right: 8px;
}
.event-detail__product .product__item.even {
  padding-right: 0;
}
.event-detail__product .product__item:last-of-type {
  margin-bottom: 0;
}
.event-detail__product .product__thum {
  overflow: visible;
  width: 100%;
  height: 23.8rem;
}
.event-detail__product .product__bedge-wrap {
  top: 0;
  overflow: hidden;
}
.event-detail__product .product__bedge.dc-rate {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #131922;
}
.event-detail__product .product .big {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
}
.event-detail__product .product .big .product__thum {
  width: 100%;
  height: 32.7rem;
}
.event-detail__product .product .big .product__thum a {
  padding-top: 100%;
}
.event-detail__product .product .big .product__thum img {
  width: auto;
  height: 100%;
}
.event-detail__product .product .big .product__thum .like-btn {
  top: auto;
  bottom: -40px;
}
.event-detail__product .product .product__data-brand {
  padding-right: 30px;
  box-sizing: border-box;
}
.event-detail__product .product .column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.event-detail__product .product .column-3 .product__item {
  width: 100%;
  margin: 0;
}
.event-detail__product .product .column-3 .product__thum {
  height: 42.134vw;
}
.event-detail__product .product .column-3 .product__data {
  padding: 12px 4px 24px;
}
.event-detail__product .product .column-3 .product__data .product__data-brand.product__data-brand {
  font-size: 12px;
  max-height: 36px;
  padding: 0;
  margin-bottom: 8px;
  line-height: 18px;
}
.event-detail__product .product .column-3 .product__data .product__data-name {
  margin-bottom: 4px;
}
.event-detail__product .product .column-3 .product__data .product__data-price--bold {
  order: 1;
}
.event-detail__product .product__information {
  padding: 8px;
  background-color: #f8f8f8;
  display: block;
  overflow: hidden;
}
.event-detail__product .product__information > p, .event-detail__product .product__information > span {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}
.event-detail__product .product__information > p:last-child, .event-detail__product .product__information > span:last-child {
  text-overflow: ellipsis;
}
.event-detail__product .product__information > span {
  display: block;
}
.event-detail__affiliation {
  position: relative;
  padding: 28px 24px 24px;
  background-color: rgb(243, 236, 246);
  overflow: hidden;
  border-bottom: 8px solid #f0f0f0;
  box-sizing: border-box;
}
.event-detail__affiliation::after {
  content: "";
  position: absolute;
  top: 246px;
  left: 0;
  display: block;
  width: 375px;
  height: 389px;
  background: url(../../image/06ComponentLogoSivB.svg) no-repeat center/cover;
  transform: scale(1.45);
}
.event-detail__affiliation .event-term {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.02px;
  text-align: right;
}
.event-detail__affiliation .event-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.event-detail__affiliation .event-logos span {
  display: inline-block;
}
.event-detail__affiliation .event-logos .siv {
  width: 100px;
  height: 11px;
  background: url(../../image/logo_black.svg) no-repeat center/cover;
}
.event-detail__affiliation .event-logos .cross {
  width: 24px;
  height: 24px;
  background: url(../../image/icon_close_black.svg) no-repeat center/cover;
}
.event-detail__affiliation .event-logos .hyundai {
  width: 90px;
  height: 18px;
  background: url(../../image/logo_hyundai.svg) no-repeat center/cover;
}
.event-detail__affiliation .event-desc .txt-1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04px;
  color: rgb(78, 34, 83);
  margin-top: 30px;
}
.event-detail__affiliation .event-desc .txt-1 .the-purple {
  display: inline-block;
  width: 150px;
  height: 34px;
  background: url(../../image/the_purple.png) no-repeat center/cover;
  vertical-align: middle;
}
.event-detail__affiliation .event-desc .txt-2 {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: -0.02px;
  margin-top: 9px;
}
.event-detail__affiliation .event-desc .txt-3 {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
  color: rgb(78, 34, 83);
  margin-top: 16px;
}
.event-detail__affiliation .event-desc .txt-3 .strong {
  font-weight: bold;
}
.event-detail__affiliation .event-desc .txt-4 {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
  text-align: center;
  margin-top: 10px;
}
.event-detail__affiliation .event-desc .txt-4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 2px;
  height: 2px;
  background: #787878;
  border-radius: 50%;
}
.event-detail__affiliation .event-card-img {
  display: block;
  width: 150px;
  height: 238px;
  margin: auto;
  margin-top: 28px;
}
.event-detail__affiliation .event-card-img img {
  width: 100%;
  height: 100%;
}
.event-detail__magazine {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 42px;
  border-bottom: 8px solid #f0f0f0;
}
.event-detail__magazine .magazine-thumbnail {
  display: flex;
  margin-left: 25px;
}
.event-detail__magazine .magazine-thumbnail .title {
  font-size: 12px;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
.event-detail__magazine .magazine-thumbnail .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
  margin-left: 10px;
}
.event-detail__magazine .magazine-thumbnail .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event-detail__magazine .magazine-info {
  margin-top: 25px;
  margin-left: 50px;
}
.event-detail__magazine .magazine-info .txt-1 {
  padding-right: 22px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail__magazine .magazine-info .txt-2 {
  padding-right: 28px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail__magazine .magazine-info .txt-3 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-decoration: underline;
  margin-top: 18px;
}
.event-detail__magazine .magazine-info .txt-3 .arrow-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../image/icon_arrow_right.svg) no-repeat center/cover;
  margin-left: 4px;
}
.event-detail__magazine ~ .event-product-filter {
  margin-top: 18px;
}
.event-detail__comment {
  padding: 0 24px;
  margin-top: 32px;
  border-bottom: 8px solid #f0f0f0;
}
.event-detail__comment .apply-btn {
  width: 100%;
  height: 48px;
  font-size: 14px;
  background-color: #131922;
  color: #fff;
  margin-top: 18px;
}
.event-detail__comment .comment {
  margin-top: 22px;
}
.event-detail__comment .comment-title {
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0;
  border-bottom: 1px solid #f0f0f0;
}
.event-detail__comment .comment-title span {
  color: #787878;
  font-weight: normal;
}
.event-detail__comment .comment-list li {
  padding: 24px 0;
}
.event-detail__comment .comment-list li:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.event-detail__comment .comment-list li p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.event-detail__comment .comment-list li .info {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
}
.event-detail__comment .comment-list li .info .user-id::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #787878;
  margin: 0 7.5px;
}
.event-detail__comment .comment-list li .info .edit {
  width: 37px;
  height: 28px;
  background: url("../../image/03Button02DetailEdit.png") no-repeat center/contain;
  align-self: right;
  margin-left: auto;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.event-detail__comment .comment-list li.my-comment p {
  font-weight: 500;
  color: #131922;
}
.event-detail__comment .comment-list li.my-comment .user-id {
  color: #d99c63;
  font-weight: 500;
}
.event-detail__comment .comment-list li.my-comment .edit {
  width: 37px;
  height: 28px;
  background: url("../../image/03Button02DetailEdit.png") no-repeat center/contain;
  align-self: right;
  margin-left: auto;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.event-detail__comment .no-result {
  margin: 28px 0;
}
.event-detail__comment .btn-wide {
  margin-bottom: 28px;
}
.event-detail__video {
  margin-bottom: 50px;
}
.event-detail__video .video-container {
  position: relative;
  margin: 0 auto;
}
.event-detail__video .video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.event-detail__video .video-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  background: var(--poster) no-repeat 50%/cover;
  z-index: 10;
}
.event-detail__video .video-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url(../../../comm/image/event_detail_video_button-2x.png) no-repeat 0/contain;
}
.event-detail__video .video-button.hidden {
  display: none;
}
.event-detail__video video {
  width: 100%;
  height: auto;
}
.event-detail__promotion-banner {
  padding: 0 24px;
}
.event-detail__promotion-banner .promotion-banner {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  margin-bottom: 28px;
}
.event-detail__promotion-banner .promotion-banner__image {
  display: block;
  aspect-ratio: 1/1.5;
  overflow: hidden;
}
.event-detail__promotion-banner .promotion-banner__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event-detail__promotion-banner .promotion-banner__info {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.event-detail__promotion-banner .promotion-banner__info .info-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.event-detail__promotion-banner .promotion-banner__info .info-detail {
  display: block;
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  color: #404040;
  overflow: hidden;
}
.event-detail__promotion-banner .promotion-banner__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child {
  flex-grow: 1;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child .promotion-banner__info {
  margin-top: 15px;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child .info-title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.487px;
  text-transform: uppercase;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child .info-detail {
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child .promotion-banner__discount {
  width: 50px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.64px;
  color: #fff;
}
.event-detail__promotion-banner .promotion-banner__discount {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #141a23;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
}
.event-detail .event-product-filter:has(.event-separator-select) {
  padding: 24px 24px 0;
}
.event-detail .event-product-filter:has(.event-separator-tab) .product-filter-controls {
  padding: 0 24px;
}
.event-detail .event-separator-select .selected {
  position: relative;
  height: 44px;
  border-color: #ddd;
  background: none;
}
.event-detail .event-separator-select .selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M0.353516 3L6.35352 9L12.3535 3' stroke='%23999999'/%3E%3C/svg%3E");
  transition: transform 0.3s ease-in-out;
}
.event-detail .event-separator-select .selected span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}
.event-detail .event-separator-select .selected.on {
  border-color: #000;
}
.event-detail .event-separator-select .selected.on:after {
  transform: rotate(180deg);
}
.event-detail .event-separator-select .selectbox-wrap {
  border-color: #000;
}
.event-detail .event-separator-select .selectbox .option {
  height: 44px;
}
.event-detail .event-separator-select .selectbox .option p {
  height: 44px;
  padding: 0 16px;
}
.event-detail .event-separator-select .selectbox .option p span {
  color: #000;
}
.event-detail .event-separator-select .selectbox .option input[type=radio]:checked ~ p span {
  color: #000;
  font-weight: 700;
}
.event-detail .event-separator-select .selectbox .option.on p span {
  color: #000;
  font-weight: 700;
}
.event-detail .event-separator-tab {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.event-detail .event-separator-tab li {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.event-detail .event-separator-tab li:nth-child(odd) {
  border-right: 1px solid #ddd;
}
.event-detail .event-separator-tab li:nth-child(-n+2) {
  border-top: 1px solid #ddd;
}
.event-detail .event-separator-tab li a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
}
.event-detail .event-separator-tab li a.on {
  background-color: #000;
  color: #fff;
}
.event-detail > div:last-child {
  margin-bottom: 80px;
}
.event-detail > div:last-child:is(.event-detail__notice) {
  margin-bottom: 0;
  border-bottom: 0;
}
.event-detail .event-product-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  background-color: #fff;
}
.event-detail .event-product-filter.is-pinned {
  border-bottom: 1px solid #eee;
}
.event-detail .event-product-filter.up {
  top: 56px;
}
.jaju-header ~ .ee-contents.event-detail .event-product-filter.up {
  top: 56px;
}
.jaju-header.has-banner ~ .ee-contents.event-detail .event-product-filter.up {
  top: 106px;
}

.event-detail .product-filter-controls {
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.event-detail .product-filter-controls > li {
  position: relative;
}
.event-detail .product-filter-controls > li ~ li {
  padding-left: 12px;
}
.event-detail .product-filter-controls > li ~ li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #ddd;
}
.event-detail .product-filter-controls .v-checkbox-wrap {
  --v-checkbox-margin-right: 8px;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #929292;
}
.event-detail .product-filter-controls .siv-selectbox {
  height: 26px;
}
.event-detail .product-filter-controls .siv-selectbox .selected {
  position: relative;
  background: none;
}
.event-detail .product-filter-controls .siv-selectbox .selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M0.353516 0.353516L4.35352 4.35352L8.35352 0.353516' stroke='%23929292'/%3E%3C/svg%3E");
  transition: transform 0.3s ease-in-out;
}
.event-detail .product-filter-controls .siv-selectbox .selected span {
  font-size: 12px;
  font-weight: 400;
  color: #929292;
}
.event-detail .product-filter-controls .siv-selectbox .selected.on:after {
  transform: rotate(180deg);
}
.event-detail .product-filter-controls .siv-selectbox .selectbox-wrap {
  width: auto;
  min-width: 100%;
  max-height: none;
  margin-top: 26px;
  border: 1px solid #999;
}
.event-detail .product-filter-controls .siv-selectbox .selectbox .option {
  height: 28px;
}
.event-detail .product-filter-controls .siv-selectbox .selectbox .option input[type=radio] ~ p {
  height: 28px;
  padding: 0 16px;
  margin: auto;
}
.event-detail .product-filter-controls .siv-selectbox .selectbox .option input[type=radio] ~ p span {
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
}
.event-detail .product-filter-controls .siv-selectbox .selectbox .option input[type=radio]:checked ~ p span {
  color: #000;
  font-weight: 700;
}
.event-detail .product-filter-controls .siv-selectbox .selectbox .option.on p span {
  color: #000;
  font-weight: 700;
}
.event-detail .event-detail__product .product__item:not(.big) .product__data-brand,
.event-detail .event-detail__discount-product .product__item:not(.big) .product__data-brand {
  max-height: 40px;
  padding-right: 0;
}
.event-detail__gift {
  margin-bottom: 48px;
}
.event-detail__gift-header {
  text-align: center;
  margin: 0 24px 32px;
}
.event-detail__gift-title {
  font-size: 16px;
  line-height: 22px;
  color: #131922;
  font-weight: bold;
  margin-bottom: 9px;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.event-detail__gift-title.align-left {
  text-align: left;
}
.event-detail__gift-text {
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.event-detail__gift-text.align-left {
  text-align: left;
}
.event-detail__gift-swiper {
  margin: 0 auto;
}
.event-detail__gift-swiper + .event-detail__gift-swiper {
  margin-top: 48px;
}
.event-detail__gift-swiper .swiper-slide {
  width: 73.3333333333%;
  margin-top: auto;
}
.event-detail__gift-swiper .swiper-slide__text {
  margin-bottom: 12px;
  text-align: center;
}
.event-detail__gift-swiper .swiper-slide__text strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #3e3e3e;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.event-detail__gift-swiper .swiper-slide__text p {
  font-size: 12px;
  line-height: 16px;
  color: #929292;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.event-detail__gift-swiper .swiper-slide__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.event-detail__gift-swiper .swiper-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-detail__gift-swiper .swiper-slide__item .item-soldout {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.event-detail__gift-swiper .swiper-pagination-bullets {
  margin-top: 24px;
}
.event-detail__gift-notice {
  text-align: left;
  margin: 32px 24px 0;
  padding-top: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
  border-top: 1px solid #f0f0f0;
}
.event-detail__gift-notice .notice-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.event-detail__gift-notice .notice-item:not(:first-child) {
  margin-top: 8px;
}
.event-detail__gift-notice .notice-item::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #929292;
  display: block;
  border-radius: 100%;
}
.event-detail__experience-banner img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.event-detail__experience {
  padding: 13px 24px 32px;
  border-bottom: 1px solid #f0f0f0;
}
.event-detail__experience .experience-info__title {
  padding: 24px 0 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #131922;
}
.event-detail__experience .experience-info__detail {
  padding: 15px;
  background-color: #f7f7f7;
}
.event-detail__experience .experience-info .detail-info__item {
  position: relative;
  padding-left: 8px;
}
.event-detail__experience .experience-info .detail-info__item + .detail-info__item {
  margin-top: 10px;
}
.event-detail__experience .experience-info .detail-info__item .item-info {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.event-detail__experience .experience-info .detail-info__item .item-info.sub {
  color: #777;
}
.event-detail__experience .experience-info .detail-info__item .item-info__title {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-shrink: 0;
}
.event-detail__experience .experience-info .detail-info__item .item-info__title:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  background: #ccc;
}
.event-detail__experience .experience-info .detail-info__item span {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
.event-detail__experience .experience-info .detail-info__item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #666;
}
.event-detail__agreement {
  margin-top: -1px;
  border-top: 1px solid #f0f0f0;
}
.event-detail__agreement .agreement-info {
  border-bottom: 1px solid #f0f0f0;
}
.event-detail__agreement .agreement-info__title {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
}
.event-detail__agreement .agreement-info__title > .toggle {
  position: relative;
  width: 48px;
  height: 48px;
  text-indent: 100%;
  font-size: 0;
  overflow: hidden;
  margin: -12px -12px -12px 0;
  flex-shrink: 0;
}
.event-detail__agreement .agreement-info__title > .toggle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event-detail__agreement .agreement-info__title > .toggle.arrow-down:before {
  background-image: url(../../image/05Icon20PxThinArrowDown.png);
}
.event-detail__agreement .agreement-info__title > .toggle.arrow-up:before {
  background-image: url(../../image/05Icon20PxThinArrowUp.png);
}
.event-detail__agreement .agreement-info__detail {
  display: none;
}
.event-detail__agreement .agreement-info__detail .detail-content {
  padding: 0 24px 20px;
}
.event-detail__agreement .agreement-info__detail .detail-content,
.event-detail__agreement .agreement-info__detail .detail-content li {
  font-size: 12px;
  line-height: 18px;
  color: #787878;
}
.event-detail__agreement .agreement-info__detail .detail-content em {
  font-weight: normal;
}
.event-detail__agreement .agreement-info__detail .detail-content .bold {
  display: inline-block;
  font-weight: bold;
  color: #404040;
}
.event-detail__apply-comment {
  padding: 0 24px 30px;
  border-bottom: 1px solid #f0f0f0;
}
.event-detail__apply-comment .apply-btn {
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 24px;
  background-color: #131922;
  color: #fff;
  margin-top: 24px;
}
.event-detail__apply-comment .comment-list-container {
  margin-top: 32px;
  border-top: 1px solid #f0f0f0;
}
.event-detail__apply-comment .comment-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 24px 0 16px;
}
.event-detail__apply-comment .comment-title span {
  color: #787878;
  font-weight: normal;
}
.event-detail__apply-comment .comment-list li {
  padding: 20px 0;
}
.event-detail__apply-comment .comment-list li:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.event-detail__apply-comment .comment-list li .comment-content {
  font-size: 14px;
  line-height: 20px;
}
.event-detail__apply-comment .comment-list li .info {
  display: flex;
  align-items: center;
  margin-top: 3px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.event-detail__apply-comment .comment-list li .info .user-id::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #f0f0f0;
  margin: 0 10px;
}
.event-detail__apply-comment .comment-list li .info .tool {
  margin: -4px 0 -4px auto;
  display: flex;
}
.event-detail__apply-comment .comment-list li .info .tool > button {
  position: relative;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.event-detail__apply-comment .comment-list li .info .tool > button + button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background-color: #f0f0f0;
}
.event-detail__apply-comment .no-result {
  margin: 28px 0;
}
.event-detail__apply-comment .more-comment {
  margin-top: 30px;
}
.event-detail__apply-comment ~ .event-detail__notice {
  margin-top: 0;
  padding-top: 8px;
  border-top: 0;
}
.event-detail__apply-comment ~ .event-detail__notice .event-detail__notice-content {
  border-top: 0;
  padding-top: 8px;
}
.event-detail__review {
  padding-bottom: 60px;
}
.event-detail__review img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event-detail__review-swiper {
  position: relative;
  overflow: hidden;
}
.event-detail__review-image {
  width: 100%;
  aspect-ratio: 1/1.22;
  overflow: hidden;
  position: relative;
}
.event-detail__review-badge {
  position: absolute;
  top: 0;
  right: 0;
}
.event-detail__review-badge .badge {
  text-align: center;
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.53px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #131922;
}
.event-detail__review-badge .badge:not(:first-child) {
  margin-top: 3px;
}
.event-detail__review-product {
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.event-detail__review-product .product-thumbnail {
  background-color: #f8f8f8;
  width: 56px;
  height: 84px;
  overflow: hidden;
  flex-shrink: 0;
}
.event-detail__review-product .product-thumbnail img {
  width: 100%;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event-detail__review-product .product-info {
  flex-grow: 1;
  min-width: 0;
}
.event-detail__review-product .product-brand {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #141a23;
  font-weight: bold;
}
.event-detail__review-product .product-name {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #404040;
}
.event-detail__review-product .product-price {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #131922;
  font-weight: bold;
}
.event-detail__review-point .review-point {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.event-detail__review-point .review-point .point-rate {
  font-size: 18px;
  line-height: 24px;
  color: #131922;
}
.event-detail__review-point .review-point .starpoint {
  width: 96px;
  margin-left: 8px;
}
.event-detail__review-point .review-point .starpoint__now {
  background: #d99c63;
}
.event-detail__review-point .review-user {
  padding-left: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  position: relative;
}
.event-detail__review-point .review-user:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
}
.event-detail__review-point .review-option {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
}
.event-detail__review-text {
  color: #131922;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 22px;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-info {
  padding-top: 33px;
  border-top: 1px solid #f0f0f0;
}
.event-detail__review.review-thumbnail-horizontal .swiper-container .swiper-slide {
  width: calc(100% - 48px);
}
.event-detail__review.review-thumbnail-horizontal .swiper-container .swiper-slide .event-detail__review-info {
  position: relative;
  opacity: 0;
  transition: opacity 0.05s linear 0.3s;
}
.event-detail__review.review-thumbnail-horizontal .swiper-container .swiper-slide.show-text .event-detail__review-info {
  opacity: 1;
  transition: opacity 0.03s linear 0.3s;
}
.event-detail__review.review-thumbnail-vertical .event-detail__review-point {
  border: none;
  padding-top: 0;
  text-align: center;
}
.event-detail__review.review-thumbnail-vertical .event-detail__review-point + .event-detail__review-text {
  padding-top: 20px;
  margin-top: 12px;
  border-top: 1px solid #d8d3d3;
}
.event-detail__review.review-thumbnail-vertical .event-detail__review-info {
  padding: 12px 20px 30px;
}
.event-detail__review.review-thumbnail-vertical .swiper-container .swiper-slide {
  background-color: #f8f8f8;
  width: calc(100% - 138px);
}
.event-detail__review.review-list-type {
  padding: 0 24px 60px;
}
.event-detail__review.review-list-type .event-detail__review-list {
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.event-detail__review.review-list-type .event-detail__review-list:not(:first-child) {
  margin-top: 30px;
}
.event-detail__review.review-list-type .event-detail__review-badge {
  top: 50%;
  transform: translateY(-50%);
}
.event-detail__review.review-list-type .event-detail__review-text {
  line-height: 20px;
}
.event-detail__review.review-list-type .event-detail__review-image {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-top: 13px;
}
.event .tab-rectangle-list {
  padding: 0 0 0 12px;
  margin-bottom: 4px;
  align-items: center;
}
.event .tab-rectangle-list button {
  border: none;
  color: #929292;
  padding: 0 12px;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  box-sizing: border-box;
  height: 48px;
}
.event .tab-rectangle-list button.on {
  color: #131922;
  background: transparent;
  font-weight: 500;
}
.event .tab-rectangle-list:after {
  width: 44px;
}
.event .tab-rectangle.show .tab-rectangle-list {
  padding: 0 42px 0 12px;
}
.event .tab-rectangle .show-hide {
  width: 56px;
}
.event-winner {
  margin-bottom: 80px;
}
.event-winner-1__list {
  padding: 0 24px;
}
.event-winner-1__item a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 25px 0;
  background: url(../../image/03IconArrowBxRight.png) no-repeat center right/40px 40px;
}
.event-winner-1__item:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}
.event-winner-1__text * {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-winner-1__text-strong {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #131922;
}
.event-winner-1__text-description {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #929292;
}
.event-winner-1 .btn-wide {
  margin: 20px auto 80px auto;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-winner-1 .btn-wide__imgbox {
  padding-left: 4px;
}
.event-winner-1 .btn-wide__imgbox img {
  width: 17px;
  height: 16px;
}
.event-winner-1 .btn-wide span {
  display: inline-block;
  width: 16px;
  margin-right: 4px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
}
.event-winner-2__subject {
  padding: 24px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #e0e0e0;
}
.event-winner-2__subject-title {
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #131922;
}
.event-winner-2__subject-date {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #929292;
}
.event-winner-2__notice {
  display: flex;
  width: calc(100% - 48px);
  height: 88px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0 auto 28px auto;
  background: #f8f8f8;
  align-items: center;
}
.event-winner-2__notice-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  background: #131922 url(../../image/icon_sound_w.svg) no-repeat center/24px;
}
.event-winner-2__notice-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.event-winner-2__content {
  padding: 0 24px;
}
.event-winner-2__content:not(:last-of-type) {
  margin-bottom: 28px;
}
.event-winner-2__content img {
  max-width: 100%;
}
.event-winner-2__title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0;
  color: #131922;
}
.event-winner-2__table {
  width: 100%;
  table-layout: auto;
}
.event-winner-2__table * {
  text-align: left;
}
.event-winner-2__table tr {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: space-between;
}
.event-winner-2__table-head, .event-winner-2__table-data {
  display: block;
  color: #404040;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-winner-2__table-head:nth-of-type(1), .event-winner-2__table-data:nth-of-type(1) {
  width: 40px;
}
.event-winner-2__table-head:nth-of-type(2), .event-winner-2__table-data:nth-of-type(2) {
  width: 50px;
}
.event-winner-2__table-head:nth-of-type(3), .event-winner-2__table-data:nth-of-type(3) {
  width: 150px;
}
.event-winner-2__table-head {
  padding-bottom: 8px;
  font-weight: bold;
}
.event-winner-2 .prev {
  width: calc(100% - 48px);
  margin: 40px auto 0;
  font-size: 14px;
}

.toast_benefits {
  margin-bottom: 0;
  border-bottom: 0;
}
.toast_benefits .siv_filter .filter__option {
  border-bottom: none;
}
.toast_benefits .siv_filter .filter__brand.options.part {
  max-height: none;
}

.textarea-style {
  position: relative;
  width: 100%;
  height: 170px;
  border: 1px solid #e0e0e0;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
}
.textarea-style textarea {
  width: 100%;
  height: 102px;
  resize: none;
  border: none;
  overflow-y: hidden;
  font-size: 14px;
  line-height: 20px;
}
.textarea-style textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #a0a0a0;
}
.textarea-style textarea::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #a0a0a0;
}
.textarea-style .text-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #787878;
}
.textarea-style.margin-gap {
  margin-top: 16px;
}
.textarea-style.hidden {
  display: none;
}

.filter-btns {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  padding-bottom: 12px;
  box-sizing: border-box;
  background-color: #fff;
}
.filter-btns button {
  display: block;
  width: 50%;
  height: 56px;
  font-size: 16px;
  color: white;
}
.filter-btns .btn-reset {
  background-color: #929292;
}
.filter-btns .btn-submit {
  background-color: #131922;
}

.coupon_information .coupon_popup {
  justify-content: space-between;
  padding: 18px 0;
  height: inherit;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 18px 0 20px;
}
.coupon_information .popup-mini__common-text {
  height: inherit;
}
.coupon_information .popup-mini__common-text-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.coupon_information .popup-mini__common-text .close-popup-mini img {
  width: 20px;
}
.coupon_information .popup-mini__common-text-description {
  font-size: 14px;
  letter-spacing: 0;
  color: #404040;
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
}
.coupon_information .popup-mini__common-text-description::after {
  position: absolute;
  content: "·";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.coupon_information .text-box {
  display: inherit;
  padding: 20px 16px 20px 20px;
}

.event__tap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event__tap ul li {
  box-sizing: border-box;
  width: 50%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  text-align: center;
}
.event__tap ul li:nth-child(odd) {
  border-left: 0;
}
.event__tap ul li:nth-child(even) {
  border-left: 0;
  border-right: 0;
}
.event__tap ul li:nth-last-of-type(1), .event__tap ul li:nth-last-of-type(2) {
  border-bottom: 1px solid #e0e0e0;
}
.event__tap ul li.on a {
  border-color: #131922;
  background: #131922;
  color: #fff;
}
.event__tap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #131922;
}

.flip_clock {
  display: flex;
  justify-content: center;
}
.flip_clock .flipper {
  position: relative;
  width: 60px;
  height: 100%;
  transform-style: preserve-3d;
  perspective: 1600px;
  background-color: whitesmoke;
}
.flip_clock .top {
  position: relative;
  width: 100%;
  height: 30px;
  background: #000;
}
.flip_clock .top::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 100;
}
.flip_clock .bottom {
  position: relative;
  width: 100%;
  height: 30px;
  background: #000;
  z-index: 1;
}
.flip_clock .text {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.flip_clock .bottom .text {
  line-height: 0;
}
.flip_clock .top.new,
.flip_clock .bottom.new {
  position: absolute;
  left: 0;
}
.flip_clock .top.new {
  top: 0;
  z-index: 1;
}
.flip_clock .top.new .text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.flip_clock .bottom.new {
  position: absolute;
  top: 0;
  height: calc(100% - 0px);
  transform: rotateX(0.5turn);
  z-index: 1;
  opacity: 0;
}
.flip_clock .flipper.flipping .top.new {
  transform-origin: bottom center;
  -webkit-animation: rotate 1s 1 ease-in-out forwards;
          animation: rotate 1s 1 ease-in-out forwards;
}
.flip_clock .flipper.flipping .bottom.new {
  -webkit-animation: rotatebottom 1s 1 ease-in-out forwards;
          animation: rotatebottom 1s 1 ease-in-out forwards;
}
.flip_clock .clock__title {
  margin-top: 6px;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.flip_clock .clock__colon {
  display: block;
  width: 10px;
  height: 60px;
  margin: 0 4px;
  font-size: 0;
  text-align: center;
  background: url(../../image/colon.png) no-repeat center/13px 60px;
  overflow: hidden;
  text-indent: -9999px;
}

.ios .flip_clock {
  position: relative;
  z-index: 0;
}
.ios .flip_clock .flipper {
  z-index: -1;
  background-color: whitesmoke;
  overflow: hidden;
}

@-webkit-keyframes rotatebottom {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rotatebottom {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateX(0) translateY(0px);
  }
  100% {
    transform: rotateX(-180deg) translateY(-1px);
  }
}
@keyframes rotate {
  0% {
    transform: rotateX(0) translateY(0px);
  }
  100% {
    transform: rotateX(-180deg) translateY(-1px);
  }
}
.siv-popup .popup__shop--wrap {
  padding: 40px 24px 50px;
}
.siv-popup .popup__shop--info {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.siv-popup .popup__shop--info li:first-child {
  margin-bottom: 16px;
}
.siv-popup .popup__shop--title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #131922;
}
.siv-popup .popup__shop--text {
  font-size: 14px;
  line-height: 20px;
  color: #131922;
}
.siv-popup .popup__shop--option {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.siv-popup .popup__shop--option.correction {
  border-bottom: 0;
}
.siv-popup .popup__shop--option > li:not(:last-child) {
  margin-bottom: 16px;
}
.siv-popup .popup__shop--option .siv-selectbox .selectbox .option label input[type=radio] ~ p {
  height: auto;
  min-height: 48px;
  padding: 16px;
}
.siv-popup .popup__shop--option .siv-selectbox .selectbox .option label input[type=radio] ~ p span {
  white-space: unset;
}
.siv-popup .popup__shop--check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.siv-popup .popup__shop--check .checkbox__label > span {
  margin-right: 4px;
  font-weight: 500;
  color: #131922;
}
.siv-popup .popup__shop--check .checkbox__label > span:last-child {
  color: #d99c63;
}
.siv-popup .popup__shop--check button {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.siv-popup .popup__shop--check button.arrow-up {
  background-image: url(../../image/05Icon16PxThinArrowUp.png);
}
.siv-popup .popup__shop--check button.arrow-down {
  background-image: url(../../image/05Icon16PxThinArrowDown.png);
}
.siv-popup .popup__shop--contents {
  display: none;
  padding: 16px 0 24px;
  border-bottom: 1px solid #f0f0f0;
}
.siv-popup .popup__shop--contents table {
  margin: 8px 0;
}
.siv-popup .popup__shop--contents table tr {
  border-bottom: 1px solid #f0f0f0;
}
.siv-popup .popup__shop--contents table tr:first-child {
  border-top: 1px solid #f0f0f0;
}
.siv-popup .popup__shop--contents table td {
  padding: 12px 0 12px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.siv-popup .popup__shop--contents table td:first-child {
  width: 18%;
  padding: 23px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #787878;
  background-color: #d8d8d8;
}
.siv-popup .popup__shop--description {
  padding: 24px 0 28px;
}
.siv-popup .popup__shop--name {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #131922;
  text-align: center;
}
.siv-popup .popup__shop--comment {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #131922;
  text-align: center;
}
.siv-popup .popup__shop--data {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #131922;
  text-align: center;
}
.siv-popup .popup__shop--data span {
  font-weight: bold;
  color: #d99c63;
}
.siv-popup .popup__shop--data + button {
  margin-bottom: 8px;
}
.siv-popup.popup__comment-edit {
  height: 100%;
  overflow-y: hidden;
}
.siv-popup.popup__comment-edit .popup__content {
  height: calc(100% - 56px);
  padding: 12px 24px 102px;
  overflow-y: scroll;
}
.siv-popup.popup__comment-edit .textarea-style {
  height: 470px;
}
.siv-popup.popup__comment-edit .textarea-style textarea {
  height: 402px;
}
.siv-popup.popup__event-review .popup__content {
  padding: 0 24px 120px;
}
.siv-popup.popup__event-review .popup__content .event-detail__review-text {
  display: block;
  margin-top: 12px;
}
.siv-popup.popup__event-review .popup__content .event-detail__review-swiper .event-detail__review-control {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 52px;
  height: 28px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 10;
}
.siv-popup.popup__event-review .popup__content .event-detail__review-swiper .swiper-pagination {
  position: static;
  flex-grow: 1;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.siv-popup.popup__event-review .popup__content .event-detail__review-swiper .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.8);
}
.siv-popup.popup__event-review .popup__content .event-detail__review-info {
  padding: 33px 0 0 0;
  border-top: 1px solid #f0f0f0;
}
.siv-popup.popup__event-review .popup__bottom-btn-wrap {
  z-index: 2;
}

.popup-mini.popup-experience-apply {
  overflow: hidden;
}
.popup-mini.popup-experience-apply .popup__content {
  max-height: calc(100vh - 163px - 56px);
}
.popup-mini.popup-experience-apply .experience-apply {
  margin: 0 20px;
  padding: 20px 0 0;
}
.popup-mini.popup-experience-apply .experience-apply__title {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #131922;
}
.popup-mini.popup-experience-apply .experience-apply__title strong {
  font-weight: bold;
}
.popup-mini.popup-experience-apply .experience-apply__info {
  padding: 10px 18px;
  background-color: #f7f7f7;
}
.popup-mini.popup-experience-apply .experience-apply__info table th,
.popup-mini.popup-experience-apply .experience-apply__info table td {
  padding: 5px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  color: #222;
}
.popup-mini.popup-experience-apply .experience-apply__info table th {
  font-weight: bold;
}
.popup-mini.popup-experience-apply .experience-apply__notice {
  padding: 8px 0 24px;
}
.popup-mini.popup-experience-apply .experience-apply__notice .notice-title {
  padding: 16px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #131922;
}
.popup-mini.popup-experience-apply .experience-apply__cta {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  margin: 0 -20px;
  display: flex;
  padding: 12px 0 0;
  background-color: #fff;
  box-sizing: border-box;
}
.popup-mini.popup-experience-apply .experience-apply__cta > button {
  flex: 1;
}
.popup-mini.popup-experience-apply .experience-apply .popup__bottom-btn-wrap {
  padding: 12px 0 0;
}

.description {
  display: flex;
  flex-flow: column wrap;
}
.description li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
  white-space: normal;
}
.description li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #929292;
  border-radius: 50%;
}
.description li:not(:last-child) {
  margin-bottom: 8px;
}

.blind {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.event-deal-product-area .event-detail__product {
  margin: 40px 0 50px;
}
.event-deal-product-area .product.no-scroll .product__list {
  gap: 10px 0;
}
.event-deal-product-area .product.no-scroll .product__item {
  margin-bottom: 0;
}

.deal-offer__timer {
  margin-bottom: 68px;
}
.deal-offer__tab .tab__header {
  margin-bottom: 20px;
  padding: 0 24px;
}
.deal-offer__tab .tab__header .tab__button {
  width: auto;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #8a8a8a;
}
.deal-offer__tab .tab__header .tab__button.is-active {
  color: #000;
  font-weight: 700;
}
.deal-offer__tab .tab__body {
  display: none;
}
.deal-offer__tab .tab__body.is-active {
  display: block;
}
.deal-offer .deal-item__anchor {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.deal-offer .deal-item__discount-rate {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: #DA291C;
}
.deal-offer .deal-item__image {
  position: relative;
  aspect-ratio: var(--deal-product-image-ratio, 1/1.5);
  overflow: hidden;
}
.deal-offer .deal-item__image::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
.deal-offer .deal-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.deal-offer .deal-item__image .sold-out {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.deal-offer .deal-item__info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.deal-offer .deal-item__info .deal-item__brand {
  font-size: 12px;
  color: #000;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 700;
}
.deal-offer .deal-item__info .deal-item__title {
  font-size: 12px;
  color: #6d6d6d;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.deal-offer .deal-item__info .deal-item__price {
  font-size: 13px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.deal-offer .deal-item__info .deal-item__price-discounted {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}
.deal-offer .deal-item__info .deal-item__price-normal {
  color: #828282;
  white-space: nowrap;
}
.deal-offer .deal-list:not(.deal-list--swiper) {
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: repeat(var(--deal-product-list-columns, 1), minmax(0, 1fr));
  -moz-column-gap: var(--deal-product-list-gap-x, 9px);
       column-gap: var(--deal-product-list-gap-x, 9px);
  row-gap: var(--deal-product-list-gap-y, 24px);
}
.deal-offer .deal-list--multiple {
  --deal-product-list-columns: 2;
  --deal-product-image-ratio: 1 / 1.5;
}
.deal-offer .deal-list--triple {
  --deal-product-list-columns: 3;
  --deal-product-list-gap-x: 6px;
  --deal-product-image-ratio: 1 / 1.5;
}
.deal-offer .deal-list--swiper {
  padding: 0;
  --deal-product-image-ratio: 1 / 1.5;
}
.deal-offer .deal-list--swiper:not(.swiper-container-initialized) {
  padding: 0 24px;
}
.deal-offer .deal-list--swiper:not(.swiper-container-initialized) .swiper-slide {
  width: 39.6%;
  margin-right: 8px;
}
.deal-offer .deal-list--swiper .deal-item__info {
  height: 109px;
  box-sizing: content-box;
}

.deal-offer.deal-offer-promotion .plan-timer {
  padding-inline: clamp(20.48px, 0px + 6.4vw, 48px);
}
.deal-offer.deal-offer-promotion .deal-offer__tab .tab__header {
  padding-inline: clamp(20.48px, 0px + 6.4vw, 48px);
}
.deal-offer.deal-offer-promotion .deal-list:not(.deal-list--swiper) {
  padding-inline: clamp(20.48px, 0px + 6.4vw, 48px);
}

.flipflop-player {
  width: 100%;
}

.flip-clock-wrapper * {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  -webkit-user-select: none;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

.flip-clock-wrapper ul {
  position: relative;
  margin: 0 2px;
  font-weight: bold;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 47px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 46px;
  overflow: hidden;
  font-weight: bold;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.flip-clock-wrapper ul li a div.down {
  transform-origin: 50% 0;
  bottom: 0;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.hurry.flip-clock-wrapper ul li a div div.inn {
  color: #cd0000 !important;
  transition: color 1.5s;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  width: 47px;
  height: 47px;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.01s 0.49s linear both;
          animation: asd 0.01s 0.49s linear both;
  z-index: 5;
}

.flip-clock-divider {
  position: relative;
  width: 10px;
}

.flip-clock-divider:first-child {
  width: 0;
  flex: none;
}

.flip-clock-dot {
  display: block;
  background: #000;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.flip-clock-divider .flip-clock-label {
  font-size: 12px;
  position: absolute;
  bottom: -42.56%;
  left: calc(100% + 2px);
  width: 98px;
  color: black;
  text-shadow: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}

.flip-clock-dot.top {
  top: 26%;
}

.flip-clock-dot.bottom {
  bottom: 26%;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
          animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
          animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 설문폼 */
.siv-survey-form {
  box-sizing: border-box;
  --survey-form-color-title: #000;
  --survey-form-color-sub-title: #777;
  --survey-form-color-num-text: #000;
  --survey-form-color-ans: #000;
  --survey-form-size-title: 17px;
  --survey-form-size-sub-title: 17px;
  --survey-form-size-num-text: 17px;
  --survey-form-size-ans: 14px;
  --survey-form-font-weight-title: 600;
  --survey-form-font-weight-sub-title: 600;
  --survey-form-font-weight-num-text: 600;
  --survey-form-font-weight-ans: 400;
  /* 필수 기호 */
  --survey-form-size-require: 7.2px;
  --survey-form-img-require: url("../../../comm/image/event/vr-community-qna-asterisk-w14-2x.png");
  /* 텍스트 */
  --survey-form-box-bg-color-text: #f2f5f6;
  /* 라디오 버튼 */
  --survey-form-size-radio: 14px;
  --survey-form-bg-color-radio: #577d8f;
  --survey-form-box-shadow-color-radio: #8aa4b1;
  /* 체크박스  */
  --survey-form-size-checkbox: 17px;
  --survey-form-img-off-checkbox: url("../../../comm/image/event/vr-community-qna-check-off-w34-2x.png");
  --survey-form-img-on-checkbox: url("../../../comm/image/event/vr-community-qna-check-on-w34-2x.png");
}
.siv-survey-form__block:not(:first-child) {
  padding-top: 26px;
}
.siv-survey-form__text-wrap {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  margin-bottom: 20px;
}
.siv-survey-form__title {
  display: block;
  font-size: var(--survey-form-size-title);
  line-height: 1.4117647059;
  color: var(--survey-form-color-title);
  font-weight: var(--survey-form-font-weight-title);
  letter-spacing: -0.65px;
}
.siv-survey-form__sub-title {
  display: inline-block;
  font-size: var(--survey-form-size-sub-title);
  line-height: 1.4117647059;
  color: var(--survey-form-color-sub-title);
  font-weight: var(--survey-form-font-weight-sub-title);
}
.siv-survey-form__num {
  position: relative;
  flex: 0 0 auto;
}
.siv-survey-form__num.is-required::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: var(--survey-form-size-require, 7.2px);
  height: var(--survey-form-size-require, 7.2px);
  border: 0;
  background: center/contain no-repeat var(--survey-form-img-require);
}
.siv-survey-form__num-text {
  display: block;
  font-size: var(--survey-form-size-num-text);
  line-height: 1.4117647059;
  color: var(--survey-form-color-num-text);
  font-weight: var(--survey-form-font-weight-num-text);
}
.siv-survey-form__content {
  padding-left: 19.5px;
  /* 공통 */
  /* 텍스트 */
  /* 라디오 버튼  */
  /* 체크박스 */
}
.siv-survey-form__content .siv-survey-form-radio,
.siv-survey-form__content .siv-survey-form-checkbox,
.siv-survey-form__content .siv-survey-form-ans {
  vertical-align: middle;
}
.siv-survey-form__content .siv-survey-form-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 87.2%;
  height: 20px;
  border: none;
  background-color: var(--survey-form-box-bg-color-text);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  display: flex;
  padding: 13px 15px;
  align-items: center;
  align-self: stretch;
}
.siv-survey-form__content .siv-survey-form-radio {
  display: block;
}
.siv-survey-form__content .siv-survey-form-radio:not(:first-child) {
  margin-top: 8px;
}
.siv-survey-form__content .siv-survey-form-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--survey-form-size-radio);
  height: var(--survey-form-size-radio);
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.siv-survey-form__content .siv-survey-form-radio input[type=radio]:checked {
  width: var(--survey-form-size-radio);
  height: var(--survey-form-size-radio);
  background-color: var(--survey-form-bg-color-radio);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1.1px var(--survey-form-bg-color-radio);
}
.siv-survey-form__content .siv-survey-form-checkbox {
  display: block;
}
.siv-survey-form__content .siv-survey-form-checkbox:not(:first-child) {
  margin-top: 12px;
}
.siv-survey-form__content .siv-survey-form-checkbox input[type=checkbox] {
  display: inline-flex;
  width: var(--survey-form-size-checkbox);
  height: var(--survey-form-size-checkbox);
  background: center/contain no-repeat var(--survey-form-img-off-checkbox);
}
.siv-survey-form__content .siv-survey-form-checkbox input[type=checkbox]:checked {
  background: center/contain no-repeat var(--survey-form-img-on-checkbox);
}
.siv-survey-form__content .siv-survey-form-ans {
  margin-left: 11px;
  color: var(--survey-form-color-ans);
  font-size: var(--survey-form-size-ans);
  line-height: 1.4285714286;
  font-weight: var(--survey-form-font-weight-ans);
  letter-spacing: -0.3px;
}
.siv-survey-form__text {
  margin-top: 10px;
  padding-right: 23px;
}

/* deal-timer-basic */
.plan-timer {
  padding: 0 24px;
  margin-bottom: 20px;
  --plan-timer-justify-content: flex-start;
  --plan-timer-align-items: flex-start;
  --plan-timer-text-align: center;
  --plan-timer-gap: 4px;
  --plan-timer-color: #000;
  --plan-timer-warning-color: #ed2900;
  --plan-timer-font-size: 24px;
  --plan-timer-line-height: 24px;
  --plan-timer-font-weight: 700;
  --plan-timer-item-text-font-size: 10px;
  --plan-timer-item-text-line-height: 10px;
  --plan-timer-item-text-font-weight: 500;
  --plan-timer-item-colon-size: 24px;
  --plan-timer-item-margin-top: -2px;
  --plan-timer-item-text-letter-spacing: -0.3px;
  --plan-timer-item-letter-spacing: -0.48px;
}
.plan-timer__timer {
  display: flex;
  align-items: var(--plan-timer-align-items);
  gap: var(--plan-timer-gap);
}
.plan-timer__timer.is-warning .plan-timer__item {
  color: var(--plan-timer-warning-color);
}
.plan-timer__timer.is-warning .plan-timer__item-text {
  color: var(--plan-timer-warning-color);
}
.plan-timer__timer.is-warning .plan-timer__item-colon {
  color: var(--plan-timer-warning-color);
}
.plan-timer__box {
  display: flex;
  flex-direction: column;
  gap: var(--plan-timer-gap);
}
.plan-timer__item {
  position: relative;
  font-size: var(--plan-timer-font-size);
  line-height: var(--plan-timer-line-height);
  font-weight: var(--plan-timer-font-weight);
  color: var(--plan-timer-color);
  text-align: var(--plan-timer-text-align);
  letter-spacing: var(--plan-timer-item-letter-spacing);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.plan-timer__item span {
  line-height: 1;
  display: inline-block;
}
.plan-timer__item:not(:last-child):after {
  display: none;
}
.plan-timer__item-text {
  margin-top: var(--plan-timer-item-text-margin-top);
  font-size: var(--plan-timer-item-text-font-size);
  line-height: var(--plan-timer-item-text-line-height);
  font-weight: var(--plan-timer-item-text-font-weight);
  color: var(--plan-timer-item-text-color);
  text-align: var(--plan-timer-text-align);
  letter-spacing: var(--plan-timer-item-text-letter-spacing);
}
.plan-timer__item-colon {
  font-size: var(--plan-timer-item-colon-size);
  margin-top: var(--plan-timer-item-margin-top);
  font-weight: var(--plan-timer-item-text-font-weight);
  line-height: 1;
}