/* 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);
#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{
        margin: 0;
    position: absolute;
    top: 61.5%;
    left: 18%;
    display: flex align-items: center;
    justify-content: center;
    font-family: sans-serif;
    }
    .countdown {
      display: flex;
      gap: 11px;
    }
    .unit {
      text-align: center;
    }
    .label {
      display: block;
      font-size: 11px;
      color: white;
    }
    .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: #f7f7f7;
  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: white;
      line-height: 1;
          padding-top: 27px;
    }
    .flipping{      width: 50px;
  height: 60px;}
    @keyframes foldHalf {
      from { transform: rotateX(0deg); }
      to   { transform: rotateX(-90deg); }
    }


@media (max-width: 400px){
.button{position: absolute;
    left: 34%;
    top: 34.3%;}
    
.countdownWrapper1{
        margin: 0;
    position: absolute;
    top: 61.6%;
    left: 20%;
    display: flex align-items: center;
    justify-content: center;
    font-family: sans-serif;
    }
        .flip-card {
      position: relative;
  width: 40px;
  height: 50px;
  perspective: 400px;
  overflow: hidden;                /* ¡Ú ÇÊ¼ö */
  transform-style: preserve-3d;    /* 3D ÄÁÅØ½ºÆ® À¯Áö */
  perspective-origin: center center;
    }
    .flip-card .top {
      top: 0;
      z-index: 3;
      border-radius: 6px;
      width: 40px;
  height: 50px;
    }
    .flip-card .flip {
      top: 0;
      transform-origin: bottom;
      border-radius: 6px;
      display: none;
      width: 40px;
  height: 50px;
    }
    .flip-card.flipping .flip {
      display: block;
      z-index: 4; 
      animation: foldHalf 0.5s ease-in forwards;
      width: 40px;
  height: 50px;padding-top:16px; 
    }
    .separator {
      font-size: 16px;
      font-weight: bold;
      color: white;
      line-height: 1;
          padding-top: 27px;
    }
    .flipping{width: 40px;
  height: 50px;}
}

@media (max-width: 360px){
.button {position: absolute;
    left: 34%;
    top: 34.4%;}
    
.countdownWrapper1{
        margin: 0;
    position: absolute;
    top: 61.5%;
    left: 18%;
    display: flex align-items: center;
    justify-content: center;
    font-family: sans-serif;
    }
        .flip-card {
      position: relative;
  width: 40px;
  height: 50px;
  perspective: 400px;
  overflow: hidden;                /* ¡Ú ÇÊ¼ö */
  transform-style: preserve-3d;    /* 3D ÄÁÅØ½ºÆ® À¯Áö */
  perspective-origin: center center;
    }
    .flip-card .top {
      top: 0;
      z-index: 3;
      border-radius: 6px;
      width: 40px;
  height: 50px;
    }
    .flip-card .flip {
      top: 0;
      transform-origin: bottom;
      border-radius: 6px;
      display: none;
      width: 40px;
  height: 50px;
    }
    .flip-card.flipping .flip {
      display: block;
      z-index: 4; 
      animation: foldHalf 0.5s ease-in forwards;
      width: 40px;
  height: 50px;padding-top:16px; 
    }
    .separator {
      font-size: 16px;
      font-weight: bold;
      color: white;
      line-height: 1;
          padding-top: 27px;
    }
    .flipping{width: 40px;
  height: 50px;}
}
/* BASIC css end */

