/* BASIC css start */
#content_mem {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
  text-align: initial;
  overflow: hidden;
}

#content_mem img {
  max-width: 100%;
}

.timeCountdownTitle {
  margin: 0 0 14px;
  text-align: center;
  color: #111;
  font-size: 22px;
  font-weight: 900;
}

.footer_section{display:none;}

/* =========================
   PAGE
========================= */

.timeAttackPage {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #f7f1ff;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}

/* =========================
   HERO
========================= */

.timeHero {
  position: relative;
}

.timeHeroImg {
  width: 100%;
  display: block;
}



/* =========================
   COUNTDOWN
========================= */

.timeCountdownWrap {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.timeCountdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.timeUnit {
  text-align: center;
}

.timeUnit span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: .03em;
}

.timeFlipCard {
  position: relative;
  width: 78px;
  height: 92px;
  perspective: 400px;
  overflow: hidden;
}

.timeFlipCard .top,
.timeFlipCard .bottom,
.timeFlipCard .flip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 92px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: 38px;
  font-weight: 900;
  backface-visibility: hidden;
  overflow: hidden;
}

.timeFlipCard .top {
  top: 0;
  z-index: 3;
}

.timeFlipCard .bottom {
  bottom: 0;
  visibility: hidden;
  z-index: 2;
}

.timeFlipCard .flip {
  top: 0;
  display: none;
  transform-origin: bottom;
}

.timeFlipCard.flipping .flip {
  display: block;
  z-index: 4;
  animation: timeFoldHalf .5s ease-in forwards;
  padding-top: 20px;
}

.timeSep {
  padding-top: 0px;
  font-size: 28px;
  font-weight: 900;
  color: #000;
}

@keyframes timeFoldHalf {
  from { transform: rotateX(0deg); }
  to { transform: rotateX(-90deg); }
}

/* =========================
   MAIN PRODUCT
========================= */

.timeMainPrd {
  width: 1280px;
  margin: 120px auto 0;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

.timeMainLink {
  display: flex;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.timeMainImg {
  position: relative;
  width: 54%;
  background: #f3f3f3;
  overflow: hidden;
}

.timeMainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeMainBadge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 20px;
  background: rgba(0,0,0,.74);
  color: #fff;
  text-align: center;
}

.timeMainBadge p {
  margin: 0;
}

.timeMainBadge .badgeTitle {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .03em;
}

.timeMainBadge .badgeTime {
  margin-top: 7px;
  font-size: 15px;
}

.timeMainInfo {
  width: 46%;
  padding: 56px 54px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.timeMainLabel {
  margin: 0 0 12px;
  color: #7b3ff2;
  font-size: 18px;
  font-weight: 900;
}

.timeMainName {
  margin: 0 0 32px;
  color: #111;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}

.timePriceRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.priceName {
  color: #777;
  font-size: 18px;
  font-weight: 700;
}

.priceStrike {
  color: #999;
  font-size: 22px;
  text-decoration: line-through;
}

.priceFinal {
  color: #111;
  font-size: 38px;
  font-weight: 900;
}

.priceFinal b {
  margin-right: 8px;
  color: #7b3ff2;
}

.discountRate {
  margin-right: 6px;
  color: #7b3ff2;
}

/* =========================
   NOTICE
========================= */

.timeNotice {
  width: 1280px;
  margin: 30px auto 0;
  padding: 24px 28px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255,255,255,.65);
}

.timeNotice p {
  position: relative;
  margin: 9px 0;
  padding-left: 16px;
  color: #555;
  font-size: 15px;
  line-height: 1.45;
}

.timeNotice p span {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
}

/* =========================
   TITLE
========================= */

.timeLineupTitle {
  margin: 70px 0 28px;
  text-align: center;
  color: #111;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.03em;
}

/* =========================
   PRODUCT SLIDER
========================= */

.timePrdSlider {
  width: 1280px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 60px;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.timePrdSlider::-webkit-scrollbar {
  display: none;
}

.timePrdSlider.is-dragging {
  cursor: grabbing;
}

.timePrdSlider.is-dragging a {
  pointer-events: none;
}

.timePrdTrack {
  display: flex;
  gap: 22px;
  width: max-content;
}

.timePrdCard {
  flex: 0 0 230px;
  width: 230px;
  color: inherit;
  text-decoration: none;
  user-select: none;
}

.timePrdImg {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.timePrdImg img {
  width: 100%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.timeState {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.timeState.coming {
  background: #7b3ff2;
}

.timeState.closed {
  background: rgba(0,0,0,.72);
}

.timePrdInfo {
  padding-top: 18px;
}

.timePrdInfo .title {
  min-height: 50px;
  margin: 0 0 10px;
  color: #222;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
}

.timePrdInfo .strike {
  margin: 0 0 4px;
  color: #999;
  font-size: 15px;
  text-decoration: line-through;
}

.timePrdInfo .final {
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 900;
}

/* =========================
   VIEW ALL BUTTON
========================= */

.timeViewAllWrap {
  padding: 0 0 100px;
  text-align: center;
}

.timeViewAllBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 58px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s ease;
}

.timeViewAllBtn:hover {
  background: #7b3ff2;
}

.timePrdSlider:not(.is-dragging) .timePrdCard {
  pointer-events: auto !important;
}

.timePrdCard {
  position: relative;
  z-index: 20;
}

.timePrdTrack {
  position: relative;
  z-index: 10;
}

.timePrdViewport {
  position: relative;
  z-index: 5;
}

.timeSlideBtn {
  pointer-events: none;
}
/* BASIC css end */

