@charset "utf-8";

/* ================================================================================
coupon
================================================================================= */


/* ================================================================================
setting
================================================================================= */
.modaal-fullscreen .modaal-close  {
  background:transparent;
}
.modaal-container {
  max-width:100%;
}
.modaal-content-container {
  padding:10px;
  height:100vh;
}


/* ================================================================================
coupon_comming_soon
================================================================================= */
.coupon_comming_soon {
  max-width:100%;
  height:calc(100vh - 20px);
  margin:0 auto;
  background:#91c144 url(../img/img_coupon_coming_soon.png) center center no-repeat;
  background-size:254px 405px;
}
