@charset "UTF-8";
.event__head h2 {
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}
.event__tab {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin: 40px 0 30px;
}
.event__tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  width: auto;
  font-size: 18px;
  color: #000;
}
.event__tab-btn-text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  height: 48px;
  box-sizing: border-box;
  color: #131922;
  background-color: transparent;
}
.event__tab-btn-text.on {
  color: #fff;
  background-color: #131922;
  border-color: #131922;
}
.event__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 80px;
}
.event__content-title {
  position: relative;
  height: 66px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.event__content-title-total {
  justify-self: left;
  font-size: 18px;
  font-weight: bold;
  color: #131922;
}
.event__content-title .icon-filter {
  justify-self: right;
  width: 40px;
  height: 40px;
  background: url(../../image/05-icon-filters-filter.svg) no-repeat center;
}
.event__content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.event__content-item {
  width: 336px;
  padding-bottom: 32px;
}
.event__content-item-thum {
  position: relative;
  display: flex;
  width: 336px;
  aspect-ratio: 1/1.5;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
  background-color: #f5f5f5;
}
.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: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event__content-item-text:not(:has(.event__content-item-text-box)):not(:has(.event__content-item-text-small-title)) {
  padding-top: 42px;
}
.event__content-item-text:has(.event__content-item-text-box) {
  padding-top: 14px;
}
.event__content-item-text-small-title {
  display: flex;
  width: 100%;
  height: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #404040;
}
.event__content-item-text-small-title span:first-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.event__content-item-text-small-title span:first-child em {
  font-weight: 500;
}
.event__content-item-text-small-title span:nth-child(2) {
  flex: 0 0 auto;
  display: inline-block;
  padding-left: 4px;
}
.event__content-item-text-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event__content-item-text-description {
  font-size: 16px;
  color: #404040;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event__content-item-text-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  overflow: hidden;
  gap: 2px;
}
.event__content-item-text-tag span {
  flex-shrink: 0;
  display: inline-block;
  line-height: 20px;
  padding: 0 4px;
  letter-spacing: 0.53px;
  color: #fff;
  font-size: 8px;
  background: #131922;
}
.event__content-item-text-box {
  display: inline-block;
  width: 38px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  color: #131922;
  text-align: center;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.event__content .siv-tab {
  margin-bottom: 20px;
  transform: translateX(-15px);
}
.event__content .siv-tab--rectangle {
  flex-wrap: nowrap;
  gap: 0;
}
.event__content .siv-tab--rectangle button {
  height: 48px;
  flex-shrink: 0;
  border: none;
  padding: 12px 15px;
  color: #929292;
}
.event__content .siv-tab--rectangle button.on {
  background: transparent;
  color: #000;
  font-weight: 500;
}
.event__content .siv-tab--rectangle button:last-of-type {
  margin-right: 0 !important;
}
.event__content .siv-tab__slide {
  width: auto;
}
.event__content .siv-tab__wrap {
  position: relative;
  overflow-x: hidden;
  padding-right: 2px;
}
.event__content .siv-tab__btn--arrow {
  display: none;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 48px;
  border: 0;
  z-index: 10;
}
.event__content .siv-tab__btn--arrow button {
  width: 32px;
  height: 32px;
}
.event__content .siv-tab__btn--arrow.left {
  left: 0;
  background: url(../../image/05-icon-32-px-thin-arrow-left-black.svg) no-repeat center/contain, linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 20%, white 100%);
}
.event__content .siv-tab__btn--arrow.right {
  right: 0;
  background: url(../../image/05-icon-32-px-thin-arrow-right-black.svg) no-repeat center/contain, linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 100%);
}
.event__content-benefit-winner {
  text-align: right;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.event__content-benefit-winner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/icon_event_result.svg) no-repeat center/cover;
}
.event__content-benefit-winner a {
  display: block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #131922;
  background: url(../../image/05-icon-18-px-thin-arrow-right-black.svg) no-repeat 100% 50%;
  background-size: 16px 16px;
}
.event__content-none {
  width: 100%;
  padding: 300px 0;
  font-size: 16px;
  color: #787878;
  text-align: center;
  box-sizing: border-box;
}
.event__table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-top: 40px;
}
.event__table th {
  padding: 24px 16px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #f0f0f0;
}
.event__table td {
  padding: 35px 24px;
  font-size: 16px;
  color: #787878;
  border-bottom: 1px solid #f0f0f0;
}
.event__table td:nth-child(3) {
  text-align: left;
}
.event__table a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.event__winner--title {
  display: flex;
  height: 89px;
  padding: 0 42px;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.event__winner--title p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.event__winner--title span {
  font-size: 16px;
  color: #787878;
}
.event__winner--box {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}
.event__winner--box span {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background: url(../../image/ico_event_sound_white.svg) no-repeat center #141a23;
  border-radius: 100%;
}
.event__winner--box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #131922;
}
.event__winner--content {
  padding: 80px 24px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.event__winner--text {
  margin-bottom: 40px;
  font-size: 16px;
  color: #131922;
  line-height: 24px;
}
.event__winner--table {
  width: auto;
  min-width: auto;
  margin: 0 auto 80px auto;
  text-align: left;
}
.event__winner--table th {
  padding: 0 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.event__winner--table td {
  padding: 0 30px;
  font-size: 16px;
  line-height: 28px;
}
.event__winner--description {
  margin: 0 auto;
}
.event__winner--description .siv-bullet {
  align-items: center;
}
.event__winner--description .siv-bullet li {
  text-align: left;
}
.event__winner--btn {
  margin-top: 80px;
}
.event__winner--btn a {
  width: 330px;
  margin: 0 auto;
  font-size: 18px;
}
.event__winner-announcement {
  margin-bottom: 80px;
}
.event__winner-announcement .siv-pagination {
  margin-top: 84px;
}
.event .siv-banner {
  margin-bottom: 20px;
}
.event .siv-banner__img a {
  height: 144px;
}
.event__curation {
  position: relative;
  margin: 40px 0 80px;
}
.event__curation-swiper-image {
  width: 336px;
  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;
     object-position: center;
}
.event__curation-swiper-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.event__curation-swiper-text .curation-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event__curation-swiper-text .curation-description {
  font-size: 16px;
  line-height: 22px;
  color: #404040;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event__curation-swiper .btn {
  position: absolute;
  top: 227px;
  display: none;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  z-index: 5;
}
.event__curation-swiper .btn.prev {
  left: 0;
  background-image: url(../../image/05-icon-32-px-thin-arrow-light-left.svg);
}
.event__curation-swiper .btn.next {
  right: 0;
  background-image: url(../../image/05-icon-32-px-thin-arrow-light-right.svg);
}
.event__curation-swiper.swiper-has-navigation:hover .btn {
  display: block;
}
.event__curation-swiper.swiper-has-navigation:hover .btn.swiper-button-disabled {
  display: none;
}

.event-detail {
  position: relative;
}
.event-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1416px;
  margin: 30px auto 0;
  padding: 20px 0;
}
.event-detail__header.transparent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 99;
}
.event-detail__header.transparent .like-btn {
  background-image: url(../../image/icon_heart_white.svg);
}
.event-detail__header.transparent .like-btn.on {
  background-image: url(../../image/05Icon40PxThinHeartBOnWhite.svg);
}
.event-detail__header.transparent .share {
  background-image: url(../../image/icon_share_white.svg);
}
.event-detail__header.transparent .menu {
  background-image: url(../../image/icon_menu_white.svg);
}
.event-detail__header.transparent button, .event-detail__header.transparent a {
  filter: invert(1);
}
.event-detail__header.magazine-detail__header {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.event-detail__header.magazine-detail__header .event-detail__header-title {
  flex-grow: 1;
  width: auto;
  max-width: none;
  min-width: 0;
}
.event-detail__header.magazine-detail__header .event-detail__header-info {
  flex-shrink: 0;
}
.event-detail__header-title {
  font-size: 20px;
  font-weight: bold;
  max-width: 1048px;
  line-height: 24px;
  color: #141a23;
  width: calc(100% - 330px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-detail__header-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.event-detail__header-date {
  font-size: 16px;
  color: #787878;
}
.event-detail__header-box {
  display: flex;
  gap: 16px;
}
.event-detail__header-box button,
.event-detail__header-box a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-detail__header-box button.share,
.event-detail__header-box a.share {
  background-image: url(../../image/ico_share_dark.svg);
}
.event-detail__header-box button.menu,
.event-detail__header-box a.menu {
  background-image: url(../../image/ico_menu_dark.svg);
}
.event-detail__title-banner {
  min-height: 410px;
  margin-bottom: 120px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-detail__title {
  text-align: center;
}
.event-detail__title h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-detail__title h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 55px;
  color: #131922;
}
.event-detail__title p {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #131922;
}
.event-detail__vi {
  position: relative;
  overflow: hidden;
  width: 750px;
  margin: 0 auto;
}
.event-detail__vi ~ .event-detail__vi {
  margin: 80px auto 0;
}
.event-detail__vi-swiper {
  width: 100%;
  height: 100%;
}
.event-detail__vi-swiper.swiper-has-navigation {
  padding-bottom: 82px;
}
.event-detail__vi-swiper .swiper-button-prev,
.event-detail__vi-swiper .swiper-button-next {
  position: absolute;
  top: calc(50% - 28px);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  display: none;
}
.event-detail__vi-swiper .swiper-button-prev::after,
.event-detail__vi-swiper .swiper-button-next::after {
  content: none;
}
.event-detail__vi-swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.35) center/32px no-repeat url(../../image/05-icon-32-px-thin-arrow-left-white.png);
  left: 0;
}
.event-detail__vi-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.35) center/32px no-repeat url(../../image/05-icon-32-px-thin-arrow-right-white.png);
  right: 0;
}
.event-detail__vi-swiper.swiper-has-navigation:hover .swiper-button-prev,
.event-detail__vi-swiper.swiper-has-navigation:hover .swiper-button-next {
  display: flex;
}
.event-detail__vi-swiper:not(.swiper-has-navigation) .swiper-scrollbar {
  visibility: hidden;
}
.event-detail__vi-swiper .swiper-scrollbar {
  bottom: 42px;
  left: calc(50% - 100px);
  width: 200px;
  height: 2px;
  background-color: #bbb;
}
.event-detail__vi-img {
  aspect-ratio: 1/1.5;
  overflow: hidden;
}
.event-detail__vi-img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.event-detail__vi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.event-detail__vi-img-brand {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 327px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.event-detail__vi-img-title {
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 327px;
  font-size: 54px;
  line-height: 60px;
  color: #000;
  text-align: center;
  mix-blend-mode: screen;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  z-index: 2;
}
.event-detail__vi-img-description {
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 327px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.event-detail__vi-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px;
}
.event-detail__vi-text-title {
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: bold;
  line-height: 66px;
  color: #f8f8f8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail__vi-text-description {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail__gnb {
  position: -webkit-sticky;
  position: sticky;
  background-color: #000;
  z-index: 11;
  top: 75px;
}
.event-detail__gnb > .pc-wrap {
  padding: 0;
}
.jaju-header ~ .event-detail .event-detail__gnb {
  top: 106px;
  transition: top 0.3s;
}
.jaju-header.has-banner ~ .event-detail .event-detail__gnb {
  top: 206px;
}
.event-detail__gnb.type-white {
  background-color: #fff;
}
.event-detail__gnb.type-white a,
.event-detail__gnb.type-white button {
  border-bottom: 1px solid #e0e0e0;
}
.event-detail__gnb.type-white a.on,
.event-detail__gnb.type-white button.on {
  font-weight: bold;
  height: 67px;
  line-height: 68px;
  color: #131922;
  border-bottom: 2px solid #131922;
}
.event-detail__gnb.type-white .event-detail__gnb--btn.left {
  background: url(../../image/05-icon-32-px-thin-arrow-left-black.svg) no-repeat center/32px;
}
.event-detail__gnb.type-white .event-detail__gnb--btn.right {
  background: url(../../image/05-icon-32-px-thin-arrow-right-black.svg) no-repeat center/32px;
}
.event-detail__gnb.under5 .swiper-slide {
  flex: 1 1 auto;
}
.event-detail__gnb.under5 .event-detail__gnb--btn {
  display: none;
}
.event-detail__gnb.inherit {
  position: inherit;
}
.event-detail__gnb ul {
  display: flex;
  width: 1416px;
  margin: 0 auto;
  text-align: center;
}
.event-detail__gnb ul li a,
.event-detail__gnb ul li button {
  display: block;
  width: 100%;
  height: 68px;
  font-size: 20px;
  line-height: 68px;
  color: #929292;
  box-sizing: border-box;
}
.event-detail__gnb ul li a.on,
.event-detail__gnb ul li button.on {
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.event-detail__gnb--btn {
  width: 56px;
  height: 68px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.event-detail__gnb--btn.left {
  left: 50%;
  transform: translate(-765px, -50%);
  background: url(../../image/05-icon-32-px-thin-arrow-light-left.svg) no-repeat center/32px;
}
.event-detail__gnb--btn.right {
  right: 50%;
  transform: translate(765px, -50%);
  background: url(../../image/05-icon-32-px-thin-arrow-light-right.svg) no-repeat center/32px;
}
.event-detail__coupon {
  margin-top: 60px;
}
.event-detail__coupon--title {
  font-size: 28px;
  font-weight: bold;
  line-height: 72px;
  color: #000;
  text-align: center;
}
.event-detail__coupon--wrap {
  width: 1038px;
  margin: 48px auto 0;
  padding: 0;
}
.event-detail__coupon--wrap .p-coupon__list {
  flex-flow: wrap;
  justify-content: center;
  gap: 28px 24px;
  padding-bottom: 0;
}
.event-detail__coupon--wrap.p-coupon-vertical {
  width: 760px;
}
.event-detail__coupon--wrap.p-coupon-vertical .p-coupon__list {
  gap: 28px 38px;
}
.event-detail__coupon--wrap.p-coupon-vertical .p-coupon__kind {
  font-weight: 300;
}
.event-detail__coupon--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}
.event-detail__coupon--btn .btn-wide {
  width: 597px;
  height: 48px;
  border: 1px solid #000;
  font-weight: 400;
}
.event-detail__coupon--btn .btn-wide:disabled {
  color: #c8c8c8;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.event-detail__coupon--btn .p-coupon__info--guide {
  cursor: pointer;
}
.event-detail__coupon--btn:has(.btn-wide) .p-coupon__info--guide {
  margin-top: 28px;
}
.event-detail__discount-info {
  margin-top: 80px;
  margin-bottom: 80px;
}
.event-detail__discount-info-wrap {
  display: grid;
  grid-template-columns: 708px 708px;
  grid-template-rows: 1084px 442px 642px;
  margin-top: 40px;
}
.event-detail__discount-info-description {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #141a23;
}
.event-detail__discount-info-image {
  background-color: #f5f5f5;
}
.event-detail__discount-info-image img {
  width: 100%;
}
.event-detail__discount-info-frame-1 {
  position: relative;
  padding: 129px 84px 128px 84px;
  background-color: rgb(167, 160, 60);
}
.event-detail__discount-info-frame-1 img {
  width: 100%;
}
.event-detail__discount-info-frame-1-text {
  position: absolute;
  font-size: 62px;
  font-weight: 500;
  color: #fff;
}
.event-detail__discount-info-frame-1-text.text-1 {
  top: 93px;
  left: 84px;
}
.event-detail__discount-info-frame-1-text.text-2 {
  right: 84px;
  bottom: 92px;
}
.event-detail__discount-info-frame-2 {
  position: relative;
  background-color: rgb(82, 137, 114);
  padding: 129px 84px 128px;
  grid-row: 2/span 2;
}
.event-detail__discount-info-frame-2 img {
  width: 100%;
}
.event-detail__discount-info-frame-2-text {
  position: absolute;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.event-detail__discount-info-frame-2-text.text-1 {
  top: 202px;
  left: -10px;
  transform: rotate(-90deg);
}
.event-detail__discount-info-frame-2-text.text-2 {
  right: -57px;
  bottom: 248px;
  transform: rotate(90deg);
}
.event-detail__discount-info-video {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.event-detail__discount-info-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.event-detail__discount-info-video img {
  width: auto;
}
.event-detail__discount-info-video-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../image/play-button.svg) no-repeat center/96px;
  font-size: 0;
  z-index: 2;
}
.event-detail__countdown {
  padding: 106px 0;
  width: 1416px;
  margin: 0 auto;
}
.event-detail__countdown-timer-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.event-detail__countdown-timer-day, .event-detail__countdown-timer-hour, .event-detail__countdown-timer-minute, .event-detail__countdown-timer-second {
  width: 82px;
}
.event-detail__countdown-timer-number {
  margin-bottom: 12px;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  color: #000;
  text-align: center;
}
.event-detail__countdown-timer-text {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-align: center;
}
.event-detail__countdown-colon {
  width: 13px;
  font-size: 54px;
  line-height: 64px;
  color: #000;
  text-align: center;
}
.event-detail__countdown-flip {
  padding: 106px 0;
  width: 1416px;
  margin: 0 auto;
}
.event-detail__countdown-flip-clock {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.event-detail__countdown-flip-clock .flipper {
  position: relative;
  width: 80px;
  height: 100%;
  transform-style: preserve-3d;
  perspective: 1600px;
}
.event-detail__countdown-flip-clock .top {
  position: relative;
  width: 100%;
  height: 38px;
  background: #000;
  margin-top: 0px;
  margin-bottom: 1px;
}
.event-detail__countdown-flip-clock .bottom {
  position: relative;
  width: 100%;
  height: 38px;
  margin-bottom: 0px;
  margin-top: 1px;
  background: #000;
  z-index: 1;
}
.event-detail__countdown-flip-clock .text {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 54px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  color: #fff;
}
.event-detail__countdown-flip-clock .bottom .text {
  line-height: 0;
}
.event-detail__countdown-flip-clock .top.new,
.event-detail__countdown-flip-clock .bottom.new {
  position: absolute;
  left: 0;
  z-index: 12;
}
.event-detail__countdown-flip-clock .top.new {
  top: 0;
  z-index: 1;
}
.event-detail__countdown-flip-clock .top.new .text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.event-detail__countdown-flip-clock .bottom.new {
  position: absolute;
  top: 0;
  height: calc(100% - 0px);
  transform: rotateX(0.5turn);
  z-index: 1;
  opacity: 0;
}
.event-detail__countdown-flip-clock .flipper.flipping .top.new {
  transform-origin: bottom center;
  /*   transform: rotateX(-180deg) translateY(-10px); */
  -webkit-animation: rotate 0.55s 1 ease-in-out forwards;
          animation: rotate 0.55s 1 ease-in-out forwards;
}
.event-detail__countdown-flip-clock .flipper.flipping .bottom.new {
  -webkit-animation: rotatebottom 0.55s 1 ease-in-out forwards;
          animation: rotatebottom 0.55s 1 ease-in-out forwards;
}
.event-detail__countdown-flip-clock .clock__title {
  margin-top: 8px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.event-detail__countdown-flip-clock .clock__colon {
  width: 13px;
  font-size: 54px;
  line-height: 64px;
  color: #000;
  text-align: center;
}
@-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);
  }
}
.event-detail__top-brand {
  margin-top: 80px;
  padding-bottom: 60px;
}
.event-detail__top-brand .event-brand__title03 {
  margin-bottom: 8px;
}
.event-detail__top-brand-swiper {
  width: 1052px;
  margin-top: 60px;
  padding-bottom: 60px;
}
.event-detail__top-brand-swiper .swiper-scrollbar {
  width: 200px;
  height: 2px;
  left: calc(50% - 100px);
  bottom: 14px;
  background-color: #bbb;
}
.event-detail__top-brand-slide {
  display: flex;
  gap: 70px;
}
.event-detail__top-brand-vi {
  position: relative;
  overflow: hidden;
  flex: 0 0 512px;
  aspect-ratio: 1/1.5;
  background-color: #f5f5f5;
}
.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-vi p {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
}
.event-detail__top-brand-vi::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.event-detail__top-brand-name {
  top: 40px;
  font-size: 16px;
  font-weight: bold;
}
.event-detail__top-brand-slogan-1 {
  bottom: 110px;
  font-size: 40px;
  font-family: var(--v-font-sans);
  line-height: 48px;
  font-weight: bold;
}
.event-detail__top-brand-slogan-2 {
  bottom: 50px;
  font-size: 16px;
  line-height: 22px;
}
.event-detail__top-brand-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 470px;
  padding-right: 31px;
  box-sizing: border-box;
}
.event-detail__top-brand-item a {
  display: flex;
  gap: 22px;
}
.event-detail__top-brand-item-thum {
  display: flex;
  align-items: center;
  width: 117px;
  height: 176px;
  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;
  flex-flow: column wrap;
  justify-content: center;
  width: 300px;
}
.event-detail__top-brand-item-text-strong {
  width: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000;
}
.event-detail__top-brand-item-text-description {
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail__top-brand-item-text-price {
  font-size: 14px;
  display: flex;
  gap: 7px;
  line-height: 20px;
  letter-spacing: -0.08px;
  align-items: baseline;
}
.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;
  color: #d99c63;
}
.event-detail__product {
  margin-top: 80px;
}
.event-detail__product .siv-tab--folder button {
  height: 64px;
  font-size: 20px;
}
.event-detail__product .siv-tab--folder button.on {
  font-weight: bold;
}
.event-detail__product .siv-product {
  margin-top: 40px;
}
.event-detail__product .siv-product__list.margin-top {
  margin-top: 28px;
}
.event-detail__product .siv-product__list--type02 .product__data-brand {
  max-height: 48px;
  overflow: hidden;
  -webkit-box-orient: inherit;
}
.event-detail__product .siv-product__list--type02 .product__information {
  width: 100%;
}
.event-detail__product .siv-product__name {
  margin-bottom: 6px;
  font-size: 16px;
}
.event-detail__product .siv-product__description, .event-detail__product .siv-product__price {
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.event-detail__product .siv-product__price .bold {
  padding-right: 4px;
  font-weight: bold;
  color: #131922;
}
.event-detail__product .siv-product__price .gray {
  color: #a0a0a0;
}
.event-detail__product .product {
  /* [SI-9641] 기획전 상품영역 설명 추가 */
}
.event-detail__product .product__data-brand {
  max-width: calc(100% - 30px);
  -webkit-line-clamp: 2;
}
.event-detail__product .product__information {
  display: block;
  box-sizing: border-box;
  padding: 12px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.event-detail__product .product__information > p, .event-detail__product .product__information > span {
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.event-detail__product .product__information > p:last-child, .event-detail__product .product__information > span:last-child {
  text-overflow: ellipsis;
}
.event-detail__product--type1 .siv-product__item {
  width: 456px;
}
.event-detail__product--type1 .siv-product__thum .like-btn {
  top: 472px;
}
.event-detail__product--type3 .siv-product__item:nth-child(-n+2) {
  width: 696px;
}
.event-detail__product--type3 .siv-product__item:nth-child(-n+2) .siv-product__thum a {
  aspect-ratio: 1/1;
}
.event-detail__banner {
  margin-top: 80px;
  position: relative;
  display: block;
  width: 1416px;
}
.event-detail__banner--img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 144px;
}
.event-detail__banner--img img {
  width: 100%;
  height: 100%;
}
.event-detail__banner--text {
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto;
  margin-top: 80px;
  width: 1416px;
}
.event-detail__banner--text.with-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  margin-top: 0;
}
.event-detail__banner--text .text-1 {
  font-family: var(--v-font-sans);
  font-size: 32px;
  line-height: 38px;
}
.event-detail__banner--text .text-2 {
  font-size: 16px;
  line-height: 30px;
}
.event-detail__banner--text .text-1, .event-detail__banner--text .text-2 {
  width: 100%;
  color: #131922;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
}
.event-detail__notice {
  margin-top: 60px;
  margin-bottom: 80px;
}
.event-detail__notice.affiliation {
  margin-top: 20px 0 60px;
}
.event-detail__notice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.event-detail__notice-title-text {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.event-detail__notice-title-btn.hide, .event-detail__notice-title-btn.show {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-detail__notice-title-btn.hide {
  background-image: url(../../image/05-icon-32-px-thin-arrow-down.svg);
}
.event-detail__notice-title-btn.show {
  background-image: url(../../image/05-icon-32-px-thin-arrow-up.svg);
}
.event-detail__notice-content {
  display: none;
  margin-top: 40px;
}
.event-detail__notice-item:not(:last-of-type) {
  margin-bottom: 28px;
}
.event-detail__notice-item-strong {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #131922;
}
.event-detail__notice-description-list li {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  word-break: keep-all;
}
.event-detail__notice-description-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.event-detail__notice-description-item {
  padding-left: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  word-break: keep-all;
  background: url(../../image/icon_bullet_small.svg) no-repeat left top 10px/2px auto;
}
.event-detail__notice-description-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.event-detail__discount-product {
  margin-top: 16px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.event-detail__discount-product .product:not(.swiper-container) .product__item {
  margin-bottom: 0;
}
.event-detail__discount-product .siv-product {
  margin-top: 20px;
}
.event-detail__discount-product .siv-product__name {
  margin-bottom: 6px;
  font-size: 16px;
}
.event-detail__discount-product .siv-product__description, .event-detail__discount-product .siv-product__price {
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.event-detail__discount-product .siv-product__price .bold {
  padding-right: 4px;
  font-weight: bold;
  color: #131922;
}
.event-detail__discount-product .siv-product__price .gray {
  color: #a0a0a0;
}
.event-detail__discount-product .event-detail__title {
  position: relative;
  margin: 0 40px 40px;
  padding: 24px 0 0;
  text-align: center;
}
.event-detail__discount-product .event-detail__title h2 {
  font-size: 36px;
  line-height: 1.3;
}
.event-detail__discount-product .siv-selectbox {
  position: absolute;
  top: 0;
  right: 0;
  height: 72px;
}
.event-detail__discount-product .siv-selectbox .selectbox {
  padding: 0;
}
.event-detail__discount-product .siv-selectbox .selectbox .option {
  height: 36px;
}
.event-detail__discount-product .siv-selectbox .selectbox .option input[type=radio] ~ p {
  height: 36px;
  margin: auto;
}
.event-detail__discount-product .siv-selectbox .selectbox .option input[type=radio] ~ p span {
  color: #929292;
}
.event-detail__discount-product .siv-selectbox .selectbox .option input[type=radio] ~ p:hover {
  text-decoration: underline;
}
.event-detail__discount-product .siv-selectbox .selectbox .option input[type=radio] ~ p:hover span {
  color: #000;
}
.event-detail__discount-product .siv-selectbox .selectbox-wrap {
  max-height: none;
}
.event-detail__discount-product .v-related-product-list {
  margin-inline: 40px;
}
.event-detail__affiliation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
.event-detail__affiliation-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 722px;
  width: 100%;
}
.event-detail__affiliation-contents.transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(to Top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.2;
  z-index: 10;
}
.event-detail__affiliation-btns {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.event-detail__affiliation-btn {
  width: 327px;
}
.event-detail__affiliation-wrap {
  position: relative;
  height: 722px;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.event-detail__affiliation-wrap::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 120px;
  transform: scale(1.6);
  display: block;
  width: 999px;
  height: 100%;
  background: url(../../image/06-component-logo-symbols-siv-b.svg) no-repeat center right/contain;
}
.event-detail__affiliation .event-term {
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.02px;
  color: #131922;
}
.event-detail__affiliation .event-logos {
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-detail__affiliation .event-logos span {
  display: inline-block;
}
.event-detail__affiliation .event-logos span img {
  width: 100%;
}
.event-detail__affiliation .event-logos span.siv {
  width: 167px;
  height: 21px;
}
.event-detail__affiliation .event-logos span.cross {
  width: 40px;
  height: 40px;
}
.event-detail__affiliation .event-logos span.hyundai {
  width: 149px;
  height: 29px;
}
.event-detail__affiliation .event-desc {
  margin-top: 60px;
}
.event-detail__affiliation .event-desc .txt-1 {
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: bold;
  color: #4e2253;
}
.event-detail__affiliation .event-desc .txt-1 .the-purple {
  display: inline-block;
  width: 258px;
  height: 58px;
  background: url(../../image/thepurple.png) no-repeat center/cover;
  vertical-align: middle;
}
.event-detail__affiliation .event-desc .txt-2 {
  margin-bottom: 138px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.event-detail__affiliation .event-desc .txt-3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #4e2253;
}
.event-detail__affiliation .event-desc .txt-3 .strong {
  font-weight: bold;
}
.event-detail__affiliation .event-desc .txt-3 .medium {
  font-weight: 500;
}
.event-detail__affiliation .event-desc .txt-4 {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.event-detail__affiliation .event-desc .txt-4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 2px;
  height: 2px;
  background-color: #404040;
  border-radius: 50%;
}
.event-detail__affiliation .event-card-img {
  position: absolute;
  top: 153px;
  right: 215px;
  width: 300px;
  height: 476px;
  overflow: hidden;
}
.event-detail__affiliation .event-card-img img {
  width: 100%;
  height: 100%;
}
.event-detail__magazine {
  position: relative;
  width: 100vw;
  margin: 60px 0 0;
  padding: 60px 0;
  background-color: #f8f8f8;
}
.event-detail__magazine .pc-wrap {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.event-detail__magazine--img {
  display: flex;
  align-items: flex-start;
  transform: translateX(-50px);
}
.event-detail__magazine--text {
  transform: rotate(90deg) translateX(60px);
  font-size: 20px;
  letter-spacing: 0;
  color: #131922;
  height: 30px;
  line-height: 30px;
}
.event-detail__magazine--banner {
  display: flex;
  width: 588px;
  height: 369px;
  overflow: hidden;
  align-items: center;
  transform: translateX(-20px);
}
.event-detail__magazine--banner img {
  width: 100%;
  height: auto;
}
.event-detail__magazine--info {
  width: 551px;
  padding-top: 69px;
  transform: translateX(-60px);
}
.event-detail__magazine--info a {
  display: inline-flex;
  margin-top: 42px;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #131922;
  text-decoration: underline;
}
.event-detail__magazine--info a .arrow-right {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  background: url(../../image/05-icon-18-px-thin-arrow-right-black.svg) no-repeat center/contain;
}
.event-detail__magazine--title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  color: #131922;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-detail__magazine--description {
  margin-top: 16px;
  font-size: 16px;
  color: #787878;
  line-height: 24px;
}
.event-detail__comment {
  margin-top: 83px;
}
.event-detail__comment--textarea {
  display: flex;
  gap: 8px;
}
.event-detail__comment--textarea .textarea-style {
  position: relative;
  width: 1248px;
  height: 130px;
  padding: 20px 20px 48px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.event-detail__comment--textarea .textarea-style textarea {
  width: 100%;
  height: 62px;
  font-size: 16px;
  line-height: 24px;
  color: #a0a0a0;
  border: none;
  overflow: hidden;
  resize: none;
}
.event-detail__comment--textarea .textarea-style textarea::-moz-placeholder {
  color: #a0a0a0;
}
.event-detail__comment--textarea .textarea-style textarea::placeholder {
  color: #a0a0a0;
}
.event-detail__comment--textarea .textarea-style .text-counter {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.07px;
  color: #787878;
}
.event-detail__comment--wrap {
  margin-top: 40px;
}
.event-detail__comment--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 72px;
  color: #000;
}
.event-detail__comment--list {
  margin-bottom: 80px;
}
.event-detail__comment--item {
  min-height: 140px;
  padding: 24px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.event-detail__comment--item.my-comment .event-detail__comment--text {
  font-weight: 500;
}
.event-detail__comment--item:first-child {
  border-top: 1px solid #f0f0f0;
}
.event-detail__comment--text {
  width: 1099px;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  word-break: break-all;
}
.event-detail__comment--text.modified {
  color: #131922;
  font-weight: 500;
}
.event-detail__comment--text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.event-detail__comment--text-wrap button {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  margin-top: 4px;
}
.event-detail__comment--text-no {
  font-size: 16px;
  font-weight: bold;
  line-height: 92px;
  color: #404040;
  text-align: center;
}
.event-detail__comment--info {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  text-align: right;
}
.event-detail__comment--info .date {
  position: relative;
  padding-left: 17px;
}
.event-detail__comment--info .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background-color: #e0e0e0;
}
.event-detail__html-banner {
  max-width: 1416px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.event-detail__html-banner img {
  max-width: 100%;
  height: auto !important;
}
.event-detail__video {
  margin-top: 80px;
}
.event-detail__video .video-container {
  position: relative;
  margin: 0 auto;
}
.event-detail__video .video-container.widescreen {
  width: 1037px;
}
.event-detail__video .video-container.vertical {
  width: 448px;
}
.event-detail__video .video-container.vertical-short {
  width: 696px;
}
.event-detail__video .video-container.youtube {
  width: 1037px;
}
.event-detail__video .video-container.youtube 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: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  background: url(../../../comm/image/event_detail_video_button.png) no-repeat 0 0;
}
.event-detail__video .video-button.hidden {
  display: none;
}
.event-detail__video video {
  width: 100%;
  height: auto;
}
.event-detail .tab-list {
  margin-top: 20px;
  background-color: #fff;
  z-index: 20;
  margin-right: -2px;
  display: grid;
  grid-template-columns: repeat(var(--event-product-type-length, 3), minmax(0, 1fr));
}
.event-detail .tab-list li {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
}
.event-detail .tab-list a {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.event-detail .tab-list a.on {
  color: #fff;
  background-color: #000;
  border: none;
}
.event-detail .apply-btn {
  width: 327px;
  margin: 0 auto;
  margin-top: 60px;
}
.event-detail .apply-btn.textarea {
  width: 160px;
  margin-top: 0;
}
.event-detail .apply-btn.textarea button {
  height: 130px;
  font-size: 18px;
}
.event-detail:not(.event-detail--wide) .event-detail__html {
  max-width: 1416px;
  margin: 0 auto;
}
.event-detail--wide .event-detail__html {
  width: 100%;
  position: relative;
}
.event-detail--wide .event-detail__html:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to Top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
}
.event-detail__gift {
  width: 1416px;
  margin: 80px auto 0;
}
.event-detail__gift-header {
  width: 446px;
  margin: 0 auto 48px;
  text-align: center;
}
.event-detail__gift-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 3px;
  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-text {
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  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-swiper {
  width: 626px;
  position: relative;
  margin: 0 auto;
}
.event-detail__gift-swiper.swiper-has-navigation:hover .swiper-button-prev,
.event-detail__gift-swiper.swiper-has-navigation:hover .swiper-button-next {
  display: flex;
}
.event-detail__gift-swiper .swiper-slide {
  margin-top: auto;
}
.event-detail__gift-swiper .swiper-slide__text {
  text-align: center;
  margin-bottom: 16px;
}
.event-detail__gift-swiper .swiper-slide__text strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  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: 16px;
  line-height: 24px;
  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 {
  height: 456px;
  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: 63px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.2);
}
.event-detail__gift-swiper .swiper-slide__buttons {
  width: 100%;
}
.event-detail__gift-swiper .swiper-button-prev,
.event-detail__gift-swiper .swiper-button-next {
  position: absolute;
  bottom: 245px;
  margin-top: 0;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  visibility: hidden;
  display: none;
}
.event-detail__gift-swiper .swiper-button-prev::after,
.event-detail__gift-swiper .swiper-button-next::after {
  content: none;
}
.event-detail__gift-swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.35) center/32px no-repeat url(../../image/05-icon-32-px-thin-arrow-left-white.png);
  left: 0;
}
.event-detail__gift-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.35) center/32px no-repeat url(../../image/05-icon-32-px-thin-arrow-right-white.png);
  right: 0;
}
.event-detail__gift-swiper .swiper-pagination {
  position: static;
  font-size: 0;
  margin: 45px 0 0 0;
}
.event-detail__gift-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: #e0e0e0;
  opacity: 1;
  margin: 0 3px;
  border-radius: 0;
}
.event-detail__gift-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #131922;
}
.event-detail__gift-swiper .swiper-container {
  width: 456px;
  overflow: hidden;
}
.event-detail__gift-swiper .swiper-container.swiper-container-initialized ~ .swiper-button-prev, .event-detail__gift-swiper .swiper-container.swiper-container-initialized ~ .swiper-button-next {
  visibility: visible;
}
.event-detail__gift-notice {
  text-align: left;
  margin-top: 60px;
  padding-top: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  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: #404040;
  display: block;
  border-radius: 100%;
}
.event-detail__promotion-banner.event-detail__promotion-banner {
  width: 750px;
  padding: 0 48px;
  margin: 0 auto;
}
.event-detail__promotion-banner.event-detail__promotion-banner,
.event-detail__promotion-banner.event-detail__promotion-banner * {
  box-sizing: border-box;
}
.event-detail__promotion-banner.event-detail__promotion-banner strong {
  display: inline-block;
}
.event-detail__promotion-banner .promotion-banner {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 60px;
}
.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: 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.event-detail__promotion-banner .promotion-banner__info .info-title {
  font-size: 24px;
  line-height: 31px;
  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: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 26px;
  max-height: 52px;
  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: 30px;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child .info-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.973px;
  text-transform: uppercase;
}
.event-detail__promotion-banner .promotion-banner__item:first-child:last-child .promotion-banner__discount {
  width: 90px;
  height: 90px;
  font-size: 32px;
  letter-spacing: -1.14px;
  color: #fff;
}
.event-detail__promotion-banner .promotion-banner__discount {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #141a23;
  display: grid;
  place-items: center;
  font-size: 22px;
  letter-spacing: -0.79px;
  color: #fff;
}
.event-detail__review {
  width: 1050px;
  position: relative;
  margin: 0 auto;
}
.event-detail__review-swiper {
  position: relative;
}
.event-detail__review-swiper .swiper-container {
  width: 814px;
}
.event-detail__review-swiper .swiper-button-prev,
.event-detail__review-swiper .swiper-button-next {
  position: absolute;
  top: 292px;
  margin-top: 0;
  width: 56px;
  height: 56px;
  display: none;
}
.event-detail__review-swiper .swiper-button-prev::after,
.event-detail__review-swiper .swiper-button-next::after {
  content: none;
}
.event-detail__review-swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.35) center/32px no-repeat url(../../image/05-icon-32-px-thin-arrow-left-white.png);
  left: 0;
}
.event-detail__review-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.35) center/32px no-repeat url(../../image/05-icon-32-px-thin-arrow-right-white.png);
  right: 0;
}
.event-detail__review-swiper .swiper-pagination {
  position: static;
  font-size: 0;
  margin: 45px 0 0 0;
  display: none;
}
.event-detail__review-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: #e0e0e0;
  opacity: 1;
  margin: 0 3px;
  border-radius: 0;
}
.event-detail__review-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #131922;
}
.event-detail__review-swiper.swiper-has-navigation:hover .swiper-button-prev,
.event-detail__review-swiper.swiper-has-navigation:hover .swiper-button-next {
  display: flex;
}
.event-detail__review-swiper.swiper-has-navigation .swiper-pagination {
  display: block;
}
.event-detail__review-image {
  width: 100%;
  height: 479px;
  position: relative;
}
.event-detail__review-image 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-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #131922;
}
.event-detail__review-info {
  padding-top: 20px;
}
.event-detail__review-point {
  text-align: center;
}
.event-detail__review-point .siv-starpoint {
  display: flex;
  justify-content: center;
}
.event-detail__review-point .siv-starpoint__wrap {
  width: 96px;
  height: 17px;
  margin-left: 8px;
  margin-right: 0;
}
.event-detail__review-point .siv-starpoint__rate {
  color: #131922;
  font-size: 18px;
  line-height: 24px;
}
.event-detail__review-point .review-user {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  padding-left: 18px;
  position: relative;
}
.event-detail__review-point .review-user:before {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.event-detail__review-point .review-option {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
}
.event-detail__review-text {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #131922;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.event-detail__review-list {
  padding: 20px 0 30px 0;
}
.event-detail__review-list .event-detail__review-info {
  padding: 0;
}
.event-detail__review-list:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}
.event-detail__review.review-thumbnail-horizontal {
  width: 1290px;
}
.event-detail__review.review-thumbnail-horizontal .swiper-container {
  width: 1050px;
}
.event-detail__review.review-thumbnail-horizontal .swiper-slide {
  display: flex;
  align-items: center;
  gap: 67px;
}
.event-detail__review.review-thumbnail-horizontal .swiper-button-prev,
.event-detail__review.review-thumbnail-horizontal .swiper-button-next {
  top: 278px;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-image {
  width: 500px;
  height: 612px;
  flex-shrink: 0;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-info {
  padding-top: 0;
  min-width: 0;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product {
  display: flex;
  gap: 22px;
  align-items: center;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-thumbnail {
  background-color: #f8f8f8;
  width: 117px;
  height: 176px;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-thumbnail img {
  width: 100%;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-info {
  flex-grow: 1;
  min-width: 0;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-brand {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000;
  font-weight: bold;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-name {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-price {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #131922;
  gap: 7px;
  align-items: baseline;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product .product-price .origin {
  color: #a0a0a0;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-product + .event-detail__review-point {
  padding-top: 20px;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-point {
  text-align: left;
}
.event-detail__review.review-thumbnail-horizontal .event-detail__review-point .siv-starpoint {
  justify-content: start;
}
.event-detail__review.review-thumbnail-horizontal .swiper-pagination {
  width: 483px;
  right: 0;
  left: unset;
  position: absolute;
  margin: 0;
  bottom: 52px;
}
.event-detail__review.review-list-type .event-detail__review-point {
  text-align: left;
}
.event-detail__review.review-list-type .event-detail__review-point .siv-starpoint {
  justify-content: flex-start;
  position: relative;
}
.event-detail__review.review-list-type .event-detail__review-text {
  border: none;
  padding-top: 0;
}

.popup-benefit .header-popup {
  min-height: 48px;
}
.popup-benefit .header-popup__btn {
  background-size: 25px 25px;
  right: 18px;
  top: 20px;
  width: 48px;
  height: 48px;
}
.popup-benefit .header-popup__title {
  padding-left: 34px;
  font-size: 20px;
  text-align: left;
  justify-self: flex-start;
  margin-right: auto;
  background: #fff;
  height: 48px;
  padding: 12px 34px 0;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.popup-benefit .header-popup__title button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #131922;
  color: #929292;
  position: relative;
  padding-bottom: 10px;
}
.popup-benefit .header-popup__title button.active {
  color: #000;
  font-weight: 500;
}
.popup-benefit .header-popup__title button.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: #000;
}
.popup-benefit .popup__filter-content {
  display: none;
}
.popup-benefit .popup__filter-content.active {
  display: block;
}
.popup-benefit .popup__filter-content .popup__benefit {
  height: 610px;
  padding: 30px 34px;
  box-sizing: border-box;
}
.popup-benefit .popup__filter-content .popup__brand {
  border-top: none;
  height: 610px;
  padding: 18px 16px 0 0;
  box-sizing: border-box;
}
.popup-benefit .popup__filter-content .popup__brand-list {
  height: 100%;
}
.popup-benefit .popup__filter-content .popup__brand .no-result {
  margin-right: -16px;
}
.popup-benefit .no-result {
  height: 100%;
  display: grid;
  place-items: center;
}
.popup-benefit .no-result p {
  font-size: 14px;
  text-align: center;
  color: #787878;
}
.popup__content.overflow-y {
  overflow-y: inherit;
}
.popup__benefit {
  padding: 8px 34px;
}
.popup__option {
  display: flex;
  flex-wrap: wrap;
}
.popup__option-item {
  width: 50%;
  margin-bottom: 24px;
}
.popup__option-detail {
  display: flex;
  align-items: center;
}
.popup__option-detail p {
  margin-left: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.popup__brand {
  padding: 16px 16px 0 0;
  border-top: 8px solid #f4f4f4;
}
.popup__brand-header {
  padding-left: 34px;
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #131922;
}
.popup__brand-list {
  height: 268px;
  padding: 0 14px 0 34px;
  overflow-y: auto;
}
.popup__brand-list::-webkit-scrollbar {
  width: 4px;
}
.popup__brand-list::-webkit-scrollbar-thumb {
  background-color: #131922;
  background-clip: padding-box;
}
.popup__brand-list::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.popup__brand-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.popup__brand-item .product__bedge {
  margin-right: 12px;
}
.popup__brand-icon {
  margin-right: 14px;
}
.popup__brand-detail {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
}
.popup__brand-detail p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.popup__brand-detail p span:first-child {
  display: inline-block;
  max-width: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup__brand-detail p span:last-child {
  display: inline-block;
  margin-left: 6px;
  color: #929292;
}
.popup__brand-detail .checkbox {
  margin-left: auto;
}
.popup__bottom-btn-wrap {
  display: flex;
  padding: 12px 34px 25px;
}
.popup__bottom-btn-wrap button {
  width: 50%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
}
.popup__shop--wrap {
  height: 598px;
  margin-top: 40px;
}
.popup__shop--wrap.padding-bottom {
  padding-bottom: 34px;
}
.popup__shop--info {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.popup__shop--info li:first-child {
  margin-bottom: 16px;
}
.popup__shop--title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #131922;
  word-break: break-all;
}
.popup__shop--text {
  font-size: 14px;
  line-height: 20px;
  color: #131922;
}
.popup__shop--option {
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.popup__shop--option.correction {
  border-bottom: 0;
}
.popup__shop--option li {
  margin-top: 16px;
}
.popup__shop--check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.popup__shop--check .checkbox__label > span {
  margin-right: 4px;
  font-weight: 500;
  color: #131922;
}
.popup__shop--check .checkbox__label > span:last-child {
  color: #d99c63;
}
.popup__shop--check button {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.popup__shop--check button.arrow-up {
  background-image: url(../../image/05Icon16PxThinArrowUp.png);
}
.popup__shop--check button.arrow-down {
  background-image: url(../../image/05Icon16PxThinArrowDown.png);
}
.popup__shop--contents {
  display: none;
  padding: 16px 0 24px;
  border-bottom: 1px solid #f0f0f0;
}
.popup__shop--contents table {
  margin: 8px 0;
}
.popup__shop--contents table tr {
  border-bottom: 1px solid #f0f0f0;
}
.popup__shop--contents table tr:first-child {
  border-top: 1px solid #f0f0f0;
}
.popup__shop--contents table td {
  padding: 12px 0 12px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.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;
}
.popup__shop--contents .siv-bullet li {
  font-size: 12px;
  line-height: 18px;
}
.popup__shop--description {
  padding: 24px 0 28px;
}
.popup__shop--description .siv-bullet li {
  font-size: 12px;
  line-height: 18px;
}
.popup__shop--name {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #131922;
  text-align: center;
  word-break: break-all;
}
.popup__shop--comment {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #131922;
  text-align: center;
}
.popup__shop--data {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #131922;
  text-align: center;
}
.popup__shop--data span {
  font-weight: bold;
  color: #d99c63;
}
.popup__shop--data + button {
  margin-bottom: 8px;
}
.popup__shop--btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-34px);
  background: #fff;
  padding: 16px 34px 34px 34px;
}
.popup-modify-comment .btn-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 34px 34px;
  box-sizing: border-box;
}
.popup__modify-comment--textarea .textarea-style {
  position: relative;
  width: 100%;
  height: 430px;
  padding: 16px 16px 52px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.popup__modify-comment--textarea .textarea-style textarea {
  width: 100%;
  height: 360px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #131922;
  border: none;
  overflow: hidden;
  resize: none;
}
.popup__modify-comment--textarea .textarea-style textarea::-moz-placeholder {
  color: #a0a0a0;
}
.popup__modify-comment--textarea .textarea-style textarea::placeholder {
  color: #a0a0a0;
}
.popup__modify-comment--textarea .textarea-style .text-counter {
  position: absolute;
  bottom: 16px;
  right: 10px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #787878;
}
.popup-mini-coupon-info ul {
  height: 160px;
  overflow-y: scroll;
}
.popup-mini-coupon-info .popup__content {
  padding: 0 20px;
}
.popup-mini__guide {
  padding: 0;
}
.popup-mini__guide-text {
  margin: 0 20px;
  padding: 1.8rem 0 1.7rem;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.popup-mini__guide-text2 {
  padding: 20px 20px 28px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  box-sizing: border-box;
}
.popup-mini__guide-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
}
.popup-mini__guide-close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: url("../image/icon_close_black.svg") no-repeat center/contain;
}
.popup-mini__guide-description {
  padding: 20px 24px;
  background: #fff;
}
.popup-mini__guide-description p {
  position: relative;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  text-align: left;
}
.popup-mini__guide-description p::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  top: 0.9rem;
  left: -8px;
  background-image: url(../image/icon_bullet_small.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.popup-mini__guide-description p:last-child {
  padding-bottom: 0;
}
.popup-mini__guide-description p.dot-none::before {
  display: none;
}
.popup-mini__guide-description p.text {
  padding-left: 8px;
  font-size: 12px;
  line-height: 1.8rem;
  color: #787878;
}
.popup-mini__guide-description p.text::before {
  left: 0;
}
.popup-mini__guide-description p .gray {
  color: #929292;
}
.popup-mini__guide-html {
  padding: 16px 20px;
  margin: 0 20px 2.8rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.popup-mini__guide-wrap {
  margin-bottom: 2.8rem;
  padding: 0 24px;
}
.popup-mini__guide-wrap-text {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #404040;
  background-color: #f8f8f8;
}
.popup-mini__guide-wrap-text span {
  color: #d99c63;
}
.popup-mini__guide-wrap-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
}
.popup-mini__guide-btn {
  display: flex;
  justify-content: center;
}
.popup-mini__guide-btn button {
  width: 100%;
  padding: 1.4rem 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #131922;
}
.popup-mini__guide-btn button.gray {
  background-color: #929292;
}
.popup-mini__guide-list {
  padding: 20px;
}
.popup-mini__guide-item {
  padding: 20px;
  background-color: #f8f8f8;
}
.popup-mini__guide-item.white {
  padding: 12px 20px 24px 20px;
  background-color: #fff;
}
.popup-mini__guide-box {
  display: flex;
  justify-content: space-between;
}
.popup-mini__guide-title-2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #131922;
}
.popup-mini__guide-title-2 span {
  font-weight: bold;
}
.popup-mini__guide-text-2 {
  margin-top: 0.4rem;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
}
.popup-mini__guide-text-2.gold {
  color: #d99c63;
}
.popup-mini__guide-text-3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
}
.popup-mini__guide-text-3.bold {
  font-weight: bold;
  color: #131922;
  text-decoration: underline;
}
.popup-mini__guide-text-3.bold-none {
  font-weight: bold;
  color: #131922;
}
.popup__event-review {
  width: 920px;
  height: 750px;
}
.popup__event-review .event-detail__review {
  display: flex;
  align-items: center;
  width: auto;
  gap: 36px;
  margin-top: 20px;
}
.popup__event-review .event-detail__review-swiper .swiper-container {
  width: 456px;
  position: relative;
}
.popup__event-review .event-detail__review-image {
  height: 602px;
}
.popup__event-review .event-detail__review-product {
  display: flex;
  gap: 22px;
  align-items: center;
}
.popup__event-review .event-detail__review-product .product-thumbnail {
  background-color: #f8f8f8;
  width: 117px;
  height: 176px;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.popup__event-review .event-detail__review-product .product-thumbnail img {
  width: 100%;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup__event-review .event-detail__review-product .product-info {
  flex-grow: 1;
  min-width: 0;
}
.popup__event-review .event-detail__review-product .product-brand {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000;
  font-weight: bold;
}
.popup__event-review .event-detail__review-product .product-name {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.popup__event-review .event-detail__review-product .product-price {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #131922;
}
.popup__event-review .event-detail__review-point {
  margin-top: 27px;
  text-align: left;
}
.popup__event-review .event-detail__review-point .siv-starpoint {
  justify-content: flex-start;
}
.popup__event-review .event-detail__review-text {
  display: block;
}

.event-detail__product .product {
  margin-top: 40px;
}
.event-detail__product .product__thum {
  aspect-ratio: 1/1;
}
.event-detail__product .product__thum a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.event-detail__product .product__thum .like-btn {
  top: auto;
  bottom: 0;
  margin-bottom: -40px;
}
.event-detail__product .product__bedge-wrap {
  height: 100%;
  bottom: auto;
  top: 0;
  overflow: hidden;
}

.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;
  word-break: break-all;
}
.siv-popup.popup-benefit {
  min-height: 250px;
  height: inherit;
}

.popup__shop {
  padding-bottom: 0;
}

.separate-product {
  margin-top: 56px;
}
.separate-product .event-product-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  padding: 24px 0 0;
  background-color: #fff;
  z-index: 15;
}
.separate-product .event-product-filter .button-type-filter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.separate-product .event-product-filter .button-type-filter .siv-selectbox {
  width: calc(100% - 80px);
  max-width: 1840px;
}
.separate-product .event-product-filter .button-type-filter .siv-selectbox .selectbox-wrap {
  max-height: none;
}
.separate-product .event-product-filter.is-pinned {
  border-bottom: 1px solid #f0f0f0;
}
.separate-product .event-product-filter:not(.complex-type-filter) .button-type-filter .event-product-filter-selectbox {
  display: none;
}
.separate-product .event-product-filter.complex-type-filter .button-type-filter {
  height: 48px;
}
.separate-product .event-product-filter.complex-type-filter:not(.is-pinned) .event-product-filter-selectbox {
  display: none;
}
.separate-product .event-product-filter.complex-type-filter.is-pinned .event-detail__type-button {
  display: none;
}
.jaju-header ~ .event-detail .separate-product .event-product-filter {
  top: 106px;
  transition: top 0.3s;
}
.jaju-header.has-banner ~ .event-detail .separate-product .event-product-filter {
  top: 206px;
}
.separate-product .event-product-filter .event-detail__type-selectbox {
  width: calc(100% - 80px);
  max-width: 1840px;
  margin: 0 auto;
}
.separate-product .event-product-filter .event-detail__type-selectbox .selected {
  position: relative;
  background: none;
}
.separate-product .event-product-filter .event-detail__type-selectbox .selected span {
  width: calc(100% - 64px);
  margin-left: 20px;
  font-size: 16px;
  color: #000;
}
.separate-product .event-product-filter .event-detail__type-selectbox .selected:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 26px;
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M0.353577 0.353577L6.35358 6.35358L12.3536 0.353575' stroke='%23999999'/%3E%3C/svg%3E");
}
.separate-product .event-product-filter .event-detail__type-selectbox .selected.on:after {
  transform: rotate(180deg);
}
.separate-product .event-product-filter .event-detail__type-selectbox .selectbox-wrap {
  max-height: 218px;
}
.separate-product .event-product-filter .event-detail__type-selectbox .selectbox {
  padding: 12px 0;
}
.separate-product .event-product-filter .event-detail__type-selectbox .selectbox .option p {
  padding: 0 20px;
}
.separate-product .event-product-filter .event-detail__type-selectbox .selectbox .option p span {
  font-size: 16px;
  color: #000;
}
.separate-product .event-product-filter .event-detail__type-button {
  width: calc(100% - 80px);
  max-width: 1840px;
  margin: 0 auto;
  padding: 0;
}
.separate-product .event-product-filter .product-filter-controls {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1840px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.separate-product .event-product-filter .product-filter-controls > li {
  position: relative;
}
.separate-product .event-product-filter .product-filter-controls > li ~ li {
  padding-left: 24px;
}
.separate-product .event-product-filter .product-filter-controls > li ~ li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #ddd;
}
.separate-product .event-product-filter .product-filter-controls .v-checkbox-wrap {
  --v-checkbox-width: 24px;
  --v-checkbox-margin-right: 8px;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  color: #999;
  letter-spacing: -0.32px;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selected {
  position: relative;
  background: none;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 11px;
  height: 7px;
  margin-top: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M0.353577 0.353577L5.35358 5.35358L10.3536 0.353577' stroke='%23999999'/%3E%3C/svg%3E");
  transition: transform 0.3s ease-in-out;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selected span {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selected.on:after {
  transform: rotate(180deg);
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox-wrap {
  width: auto;
  min-width: 100%;
  max-height: none;
  border: 1px solid #999;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox .option {
  height: 30px;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox .option p {
  height: 30px;
  padding: 0 24px;
  margin: auto;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox .option p span {
  color: #6d6d6d;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox .option p:hover {
  text-decoration: underline;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox .option input[type=radio]:checked ~ p span {
  color: #000;
  font-weight: 700;
}
.separate-product .event-product-filter .product-filter-controls .siv-selectbox .selectbox .option.on p span {
  color: #000;
  font-weight: 700;
}

.popup__shop--correction .popup__shop--wrap {
  height: auto;
}

.event-deal-product-area .event-detail__product {
  margin: 80px 0 100px;
}
.event-deal-product-area .product {
  margin-top: 0;
}

.deal-offer__timer {
  margin-bottom: 112px;
}
.deal-offer__tab .tab__header {
  margin-bottom: 24px;
}
.deal-offer__tab .tab__header .tab__button {
  width: auto;
  font-size: 20px;
  color: #8a8a8a;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
}
.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-list:not(.deal-list--swiper) {
  display: grid;
  grid-template-columns: repeat(var(--deal-product-list-columns, 3), minmax(0, 1fr));
  -moz-column-gap: var(--deal-product-list-gap-x, 24px);
       column-gap: var(--deal-product-list-gap-x, 24px);
}
.deal-offer .deal-item {
  overflow: hidden;
}
.deal-offer .deal-item__anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.deal-offer .deal-item__discount-rate {
  font-size: inherit;
  font-weight: 400;
  white-space: nowrap;
  color: #DA291C;
}
.deal-offer .deal-item__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  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: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.deal-offer .deal-item__info {
  height: 124px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.deal-offer .deal-item__info .deal-item__brand,
.deal-offer .deal-item__info .deal-item__title {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.deal-offer .deal-item__info .deal-item__brand {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
.deal-offer .deal-item__info .deal-item__title {
  font-size: 14px;
  line-height: 1.2;
  color: #6d6d6d;
}
.deal-offer .deal-item__info .deal-item__price {
  font-size: 16px;
  display: flex;
  line-height: 1.3;
  gap: 8px;
}
.deal-offer .deal-item__info .deal-item__price-discounted {
  color: #000;
  font-weight: 700;
}
.deal-offer .deal-item__info .deal-item__price-normal {
  color: #828282;
}
.deal-offer .deal-list--multiple {
  --deal-product-list-columns: 4;
  --deal-product-image-ratio: 1 / 1.5;
}
.deal-offer .deal-list--maximum {
  --deal-product-list-columns: 5;
  --deal-product-image-ratio: 1 / 1.5;
}
.deal-offer .deal-list--swiper {
  --deal-product-image-ratio: 1 / 1.5;
}
.deal-offer .deal-list--swiper:not(.swiper-container-initialized) .swiper-slide {
  width: 364px;
  margin-right: 24px;
}
.deal-offer .deal-item--soldout {
  position: relative;
}
.deal-offer .deal-item--soldout .deal-item__anchor {
  pointer-events: none;
}
.deal-offer .deal-item--soldout .deal-item__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../image/icon-event-deal-soldout.svg") no-repeat 50% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 50%;
  z-index: 3;
}

.flipflop-player {
  width: 100%;
}

.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%);
}

.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 {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          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 5px;
  width: 80px;
  height: 78px;
  font-size: 54px;
  font-weight: bold;
  line-height: 78px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 78px;
  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;
  pointer-events: none;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 54px;
  overflow: hidden;
  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;
  top: 38px;
  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;
  font-size: 54px;
  line-height: 78px;
  font-weight: 700;
}

.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 {
  box-shadow: 0 2px 5px #fff;
}

.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: 20px;
}

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

.flip-clock-dot {
  display: block;
  background: #000;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -40px;
  right: -114px;
  font-size: 18px;
  color: black;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}

.flip-clock-divider.hours .flip-clock-label {
  right: -121px;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -131px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -131px;
}

.flip-clock-dot.top {
  top: 22px;
}

.flip-clock-dot.bottom {
  bottom: 22px;
}

@-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;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: linear, 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: linear, 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: linear, 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: linear, 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.2s 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);
}
.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 {
    max-width: 100%;
    width: 1416px;
    margin: 0 auto 24px;
    --plan-timer-justify-content: flex-start;
    --plan-timer-align-items: flex-start;
    --plan-timer-text-align: center;
    --plan-timer-gap: 8px;
    --plan-timer-color: #000;
    --plan-timer-warning-color: #ed2900;
    --plan-timer-font-size: 48px;
    --plan-timer-line-height: 48px;
    --plan-timer-font-weight: 700;
    --plan-timer-item-text-font-size: 18px;
    --plan-timer-item-text-line-height: 18px;
    --plan-timer-item-text-font-weight: 500;
    --plan-timer-item-colon-size: 48px;
    --plan-timer-item-margin-top: -6px;
    --plan-timer-item-text-letter-spacing: -0.54px;
    --plan-timer-item-letter-spacing: -0.96px;
}
.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);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.plan-timer__item span {
  line-height: 1;
  display: inline-block;
}
.plan-timer__item:not(:last-child):after {
  display: none;
}
.plan-timer__item-text {
  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;
}