.futureland-dialog{
      width: 572px;
      height: 375px;
      background-image: url("../images/tk-01.png");
      background-size: cover;
      position: relative;
}
.futureland-dialog .close{
   position: absolute;
   right: 8px;
   top: 8px;
   cursor: pointer;
   width: 32px;
   height: 32px;
}
.futureland-dialog .btn{
      position: absolute;
      right: 0px;
      left: 0;
      bottom: 25px;
      margin: auto;
      width: 167px;
   }

   .futureland-dialog-small{
         width: 195px;
         height: 128px;
         position: fixed;
         right: 0;
         bottom: 93px;
         background-image: url("../images/m/tk-01.png");
        background-size: cover;
        z-index: 99999999;
        display: none;
        cursor: pointer;
   }
   .futureland-dialog-small .close{
         width: 12px;
         height: 12px;
         position: absolute;
         right: 3px;
         top: 3px;
   }
   .futureland-dialog-small .btn{
      width: 73px;
      height: 22px;
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      margin: auto;
}
.future-tk{
      border-radius: 17px;
      background: none;
}
.future-tk .futureland-dialog{
      border-radius: 15px;
}
@media screen and (max-width: 824px) {
      .futureland-dialog{
            width: 341px;
            /* height: 209px; */
            height: 241px;
      }
      .futureland-dialog .btn{
            bottom: 8px;
            width: 126px;
      }
      .futureland-dialog .close{
            width: 35px;
      }
      .futureland-dialog-small{
            display: none !important;
      }
      .future-tk .futureland-dialog{
            border-radius: 15px;
      }
}
@media screen and (max-width: 360px) {
      .futureland-dialog{
            width: 326px;
      }
}
@media screen and (max-width: 340px) {
      .futureland-dialog{
            width: 310px;
            height: 189px;
      }
}
@media screen and (max-width: 320px) {
      .futureland-dialog{
            width: 290px;
      }
}
