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

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

.footer_section {
  display: none;
}

html {
  scroll-behavior: smooth;
}

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

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

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

/* =========================
   STICKY TAB
========================= */

.eventTabWrap {
  position: relative;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.eventTabWrap.is-fixed {
  position: fixed;
  top: 131px;
  left: 0;
  width: 100%;
}

.eventTab {
  width: 100%;
  max-width: 1280px;
  height: 68px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}

.eventTab li {
  flex: 1;
}

.eventTab a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s ease;
}

.eventTab a:hover,
.eventTab a.is-active {
  background: #111;
  color: #fff;
}

/* =========================
   COMMON SECTION
========================= */

.eventSection {
    padding: 90px 0;
    background: #60d6e3fa;
    scroll-margin-top: 130px;
}

.eventSection.white {
  background: #fff;
}

.eventSectionTitle {
  margin: 0 0 40px;
  text-align: center;
  color: #0096ff;
  font-size: 65px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.titlewhite {margin: 0 0 40px;
  text-align: center;
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  letter-spacing: -.03em;}

.eventSectionSubTitle {
    margin: -18px 0 50px;
    text-align: center;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

 .eventSectionSubTitle span{font-weight: 700;}
/* =========================
   1 SECTION PRODUCT GRID
========================= */

.eventPrdGrid {
  width: 1280px;
  margin: 0 auto;
  gap: 38px 22px;
}

..eventPrdGrid img {
  width="100%"
}


/* =========================
   2 SECTION BANNER SLIDER
========================= */

.eventBannerSlider {
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  cursor: default !important;
   scrollbar-width: none;
}


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

.eventBannerProgress {
  width: 1000px;
  height: 3px;
  margin: 22px auto 0;
  background: #ddd;
  border-radius: 999px;
  overflow: hidden;
}

.eventBannerProgress span {
  display: block;
  width: 0;
  height: 100%;
  background: #111;
  border-radius: 999px;
  transition: width .15s linear;
}

.eventBannerTrack {
  display: flex !important;
  gap: 32px;
  width: max-content;
  padding-left: max(40px, calc((100vw - 1740px) / 2));
  padding-right: max(40px, calc((100vw - 1440px) / 2));
}

.eventBannerCard {
  flex: 0 0 430px !important;
  width: 400px !important;
  display: block;
  overflow: hidden;
  border-radius: 32px;
  background: #f5f5f5;
}

.eventBannerCard img {
  width: 100%;
  display: block;
  pointer-events: none;
}

.eventBannerSlider.is-dragging a {
  pointer-events: auto !important;
}

.eventBannerSlider,
.timePrdSlider {
  cursor: grab;
}

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

.eventBannerSlider img,
.timePrdSlider img {
  user-select: none;
  -webkit-user-drag: none;
}

.cardbanner{    margin: 0 auto;
    width: 1500px;
    margin-top: 100px;}
    
.cardbanner img{}
/* =========================
   3 SECTION TIME ATTACK
========================= */

.rollingBanner {
  margin-bottom: 30px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: #0008ff;
  height: 60px;
  display: flex;
  align-items: center;
}

.rollingTrack {
  display: flex;
  width: max-content;
  animation: rollingLoop 24s linear infinite;
  will-change: transform;
}

.rollingGroup {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 100vw;
}

.rollingGroup span {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.03em;
  padding: 0 24px;
}

.rollingGroup i {
  flex: 0 0 auto;
  color: #ffe65a;
  font-style: normal;
  font-size: 24px;
  padding: 0 10px;
}

@keyframes rollingLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}


.timeMainPrdArea{margin-top:200px;}

.brandCouponGrid {
  width: 1280px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.brandCouponCard {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  grid-column: span 2;
}
.brandCouponGrid .brandCouponCard:nth-child(1) {
  grid-column: 2 / span 2;
}

.brandCouponGrid .brandCouponCard:nth-child(2) {
  grid-column: 4 / span 2;
}
.brandCouponImg {
position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.brandArrowIcon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.brandArrowIcon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.brandBadge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 34px;
  padding: 5px 14px;

  border-radius: 999px;
    background: #0096ff;
    color: #ffffff;
  font-size: 24px;
  font-weight: 700;

  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.brandCouponImg img {
  width: 100%;
  display: block;
  transition: transform .3s ease;
}

.brandCouponCard:hover .brandCouponImg img {
  transform: scale(1.03);
}

.brandCouponInfo {
  min-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111;
  color: #fff;
  box-sizing: border-box;
}

.brandCouponText {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brandName {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brandBenefit {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.78);
}

.brandArrow {
   flex: 0 0 auto;

  color: #FFC83D;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;

  letter-spacing: -0.04em;
}


.timeAttackPage {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #e7f4ff;
  padding:0!important;
  
}

.timeHero {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
}


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

.timeCountdownWrap {
  position: absolute;
    top: 103.3%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 1920px;
  margin: 75px auto 0;
  padding: 55px 0;

  background: #111;
}

.timeCountdownTitle {
  margin: 0 0 14px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 800;
}

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

.timeUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.timeUnit span {
  margin-top: 0;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.timeFlipCard {
  width: auto;
  height: auto;
  overflow: visible;
  perspective: none;
}

.timeFlipCard .top {
  position: static;
  width: auto;
  height: auto;
  min-width: 46px;
  display: block;
  border: 0;
  background: transparent;
  color: white;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.timeFlipCard .bottom,
.timeFlipCard .flip {
  display: none !important;
}

.timeUnit span {
  margin-top: 0;
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.timeSep {
  color: white;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

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

/* ´ëÇ¥»óÇ° */

.timeMainPrd {
  width: 1280px;
  margin: 80px 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;
}

/* ¾È³» */

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

/* Å¸ÀÓÆ¯°¡ »óÇ° ½½¶óÀÌµå */

.timePrdSlider {
  width: 1280px;
  margin: 50px auto 0;
  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;
}

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

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

.timeViewAllWrap {
  padding: 0 0 30px;
  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;
}

/* =========================
   4 SECTION SINGLE BANNER
========================= */
#eventSec04{    margin-top: 200px;}
.eventSingleBanner {
  width: 1280px;
  margin: 0 auto;
}

.eventSingleBanner a {
  display: block;
  overflow: hidden;
  border-radius: 32px;
}

.eventSingleBanner img {
  width: 100%;
  display: block;
}

.eventBannerSlider,
.timePrdSlider {
  cursor: grab;
}

.eventBannerSlider.is-pressed,
.eventBannerSlider.is-dragging,
.timePrdSlider.is-pressed,
.timePrdSlider.is-dragging {
  cursor: grabbing;
}

.eventBannerSlider img,
.timePrdSlider img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.eventBannerCard,
.timePrdCard {
  -webkit-user-drag: none;
}

.reviewNotice {
  width: 1280px;
  margin: 40px auto 0;
  padding: 32px 36px;
  box-sizing: border-box;

  background: #f8f8f8;
  border-radius: 20px;
}

.reviewNotice h4 {
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.reviewNotice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reviewNotice li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;

  color: #666;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.reviewNotice li:last-child {
  margin-bottom: 0;
}

.reviewNotice li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
/* BASIC css end */

