/* BASIC css start */
.tool-wrap {padding:5px 10px;}
.tool-wrap select {width:100%;}
.list_array {border-top:0px none;}
.plan .list_array .list_arrayRight img {width: 23px; height: auto;}

.plan-title{position: relative!important;}

@import url(https://fonts.googleapis.com/css?family=Lato:100,400);

.benefit3-event {
  position: relative;
}

.benefit3-countdown-wrap {
  position: absolute;
  top: 91.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.benefit3-countdown {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  transform: scale(1.3);
  transform-origin: center;
}

.benefit3-countdown .unit {
  text-align: center;
}

.benefit3-countdown .label {
  display: block;
  font-size: 11px;
  color: #000;
}

.benefit3-countdown .flip-card {
  position: relative;
  width: 50px;
  height: 60px;
  perspective: 400px;
  overflow: hidden;
  transform-style: preserve-3d;
}

.benefit3-countdown .flip-card .top,
.benefit3-countdown .flip-card .bottom,
.benefit3-countdown .flip-card .flip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  backface-visibility: hidden;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  border-radius: 6px;
  overflow: hidden;
}

.benefit3-countdown .flip-card .top {
  top: 0;
  z-index: 3;
}

.benefit3-countdown .flip-card .bottom {
  bottom: 0;
  visibility: hidden;
  z-index: 2;
}

.benefit3-countdown .flip-card .flip {
  top: 0;
  transform-origin: bottom;
  display: none;
}

.benefit3-countdown .flip-card.flipping .flip {
  display: block;
  z-index: 4;
  animation: benefit3FoldHalf 0.5s ease-in forwards;
  padding-top: 22px;
}

.benefit3-countdown .separator {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 27px;
}

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

@media (max-width: 360px) {
  .benefit3-countdown {
    transform: scale(1.2);
  }
}

@media (max-width: 320px) {
  .benefit3-countdown {
    transform: scale(1.1);
  }
}

.benefit3-prd-slider {
  margin-top: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: 16px;
}

.benefit3-prd-slider::-webkit-scrollbar {
  display: none;
}

.benefit3-prd-track {
  display: flex;
  gap: 12px;
  padding-right: 16px;
}

.benefit3-prd {
  flex: 0 0 42%;
  min-width: 42%;
  text-decoration: none;
  color: inherit;
}

.benefit3-thumb {
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
}

.benefit3-thumb img {
  width: 100%;
  display: block;
}

.benefit3-info {
  padding: 10px 2px 0;
}

.benefit3-name {
  font-size: 13px;
  line-height: 1.4;
  color: #111;
  margin: 0 0 6px;
  word-break: keep-all;
}

.benefit3-price {
  margin: 0;
}

.benefit3-price span {
  font-size: 15px;
  font-weight: 800;
  color: #111;
}

.benefit3-price del {
  display: block;
  margin-top: 2px;
  color: #999;
  font-size: 12px;
}

@media (max-width: 360px) {
  .benefit3-prd {
    flex-basis: 46%;
    min-width: 46%;
  }
}

.time-main-prd {
  width: calc(100% - 40px);
  margin: 28px auto 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}

.time-main-prd a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.time-main-img {
  position: relative;
  background: #f5f5f5;
}

.time-main-img img {
  width: 100%;
  display: block;
}

.time-main-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 10px;
  background: rgba(0,0,0,.72);
  color: #fff;
  text-align: center;
}

.time-main-badge .title {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}

.time-main-badge .time {
  margin: 3px 0 0;
  font-size: 12px;
}

.time-main-info {
  padding: 16px 18px 18px;
  text-align: left;
}

.time-main-info .brand {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  color: #7b3ff2;
}

.time-main-info .name {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.time-main-info .price {
  margin: 0;
}

.time-main-info .price del {
  display: block;
  margin-bottom: 3px;
  color: #999;
  font-size: 13px;
}

.time-main-info .price strong {
  font-size: 21px;
  font-weight: 900;
  color: #111;
}

.time-lineup-title {
  width: calc(100% - 40px);
  margin: 34px auto 16px;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  color: #111;
}

.time-prd-slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: 20px;
  box-sizing: border-box;
}

.time-prd-slider::-webkit-scrollbar {
  display: none;
}

.time-prd-track {
  display: flex;
  gap: 12px;
  padding-right: 20px;
}

.time-prd-card {
  flex: 0 0 38%;
  min-width: 38%;
  text-decoration: none;
  color: inherit;
}

.time-prd-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
}

.time-prd-img img {
  width: 100%;
  display: block;
}

.time-prd-state {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.time-prd-info {
  padding-top: 9px;
  text-align: left;
}

.time-prd-info .title {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.35;
  color: #222;
  font-weight: 600;
}

.time-prd-info .strike {
  margin: 0 0 2px;
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

.time-prd-info .final {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  color: #111;
}

@media (max-width: 360px) {
  .time-prd-card {
    flex-basis: 42%;
    min-width: 42%;
  }
}
#the-final-countdown {
  background: #333;
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #eee;
  text-shadow: 1px 1px 3px black;
  padding: 1rem 0;
  font-size: 3rem;
  border: 1px solid #000;
}
#the-final-countdown p{
position: absolute;
  top:435px; left:100px;
  font-size:55px;
    font-weight:800;
    color: yellow;}
    
.button{position: absolute;
    left: 35%;
    top: 34.3%;}
    
    .button img{
    width: 50%;}
    
.countdownWrapper1{
  position: absolute;
  top: 91.5%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  z-index: 10;
}
.unit1,.separator1{display:none;}
    .countdown {
      display: flex;
      gap: 11px;
    }
    .unit {
      text-align: center;
    }
    .label {
      display: block;
      font-size: 11px;
      color: black;
    }
    .flip-card {
      position: relative;
  width: 50px;
  height: 60px;
  perspective: 400px;
  overflow: hidden;                /* ¡Ú ÇÊ¼ö */
  transform-style: preserve-3d;    /* 3D ÄÁÅØ½ºÆ® À¯Áö */
  perspective-origin: center center;
    }
    .flip-card .top,
    .flip-card .bottom,
    .flip-card .flip {
      display: flex;                   
  justify-content: center;         /* °¡·Î Áß¾Ó */
  align-items: center;             /* ¼¼·Î Áß¾Ó */
  position: absolute;
  left: 0; width: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: white;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
    }
    .flip-card .top {
      top: 0;
      z-index: 3;
      border-radius: 6px;
      width: 50px;
  height: 60px;
    }
    .flip-card .bottom {
      bottom: 0;
      border-radius: 6px;
      transform: translateY(-1px);
      visibility: hidden;
      z-index: 2;
    }
    .flip-card .flip {
      top: 0;
      transform-origin: bottom;
      border-radius: 6px;
      display: none;
      width: 50px;
  height: 60px;
    }
    .flip-card.flipping .flip {
      display: block;
      z-index: 4; 
      animation: foldHalf 0.5s ease-in forwards;
      width: 50px;
  height: 60px;padding-top:22px; 
    }
    .separator {
      font-size: 16px;
      font-weight: bold;
      color: black;
      line-height: 1;
          padding-top: 27px;
    }
    .flipping{      width: 50px;
  height: 60px;}
    @keyframes foldHalf {
      from { transform: rotateX(0deg); }
      to   { transform: rotateX(-90deg); }
    }
.countdown,
.timer{
    transform:scale(1.3);
    transform-origin:center;
}

@media (max-width: 360px){
.countdown,
.timer{
    transform:scale(1.2);
    transform-origin:center;
} }

@media (max-width: 320px){
.countdown,
.timer{
    transform:scale(1.1);
    transform-origin:center;
} }
/* BASIC css end */

