.modal-scratch {
  background-color: rgba(0, 0, 0, 0.65); }
  .modal-scratch .scratch-tips {
    margin-top: 14.4vh;
    width: 56%;
    margin-bottom: 15px; }
  .modal-scratch .scratch-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative; }
    .modal-scratch .scratch-wrapper .sc__wrapper {
      position: relative; }
      .modal-scratch .scratch-wrapper .sc__wrapper .button-back {
        position: absolute;
        left: 5.5%;
        bottom: 12%;
        width: 42%;
        z-index: 9;
        cursor: pointer; }
      .modal-scratch .scratch-wrapper .sc__wrapper .button-gift {
        position: absolute;
        right: 7%;
        bottom: 12%;
        width: 42%;
        z-index: 9;
        cursor: pointer; }
    .modal-scratch .scratch-wrapper .sc__container {
      position: relative;
      cursor: pointer; }
      .modal-scratch .scratch-wrapper .sc__container > img {
        position: absolute;
        left: 50%;
        top: 49.1%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
      .modal-scratch .scratch-wrapper .sc__container .sc__canvas {
        width: 100%;
        z-index: 10;
        position: relative; }

.header-area {
  height: 42px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-area img {
    width: auto;
    height: 20px; }

.card-area {
  background: url("../img/bg.jpg") no-repeat top center;
  background-size: contain;
  background-color: #fd5247; }
  .card-area .title-wrapper {
    padding: 26px 15% 20px 15%;
    text-align: center; }
  .card-area .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2% 0px 2%; }
    .card-area .card-wrapper .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      cursor: pointer;
      position: relative;
      margin-bottom: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .card-area .card-wrapper .card img {
        width: 75%; }
      .card-area .card-wrapper .card .card-button {
        position: absolute;
        left: 50%;
        bottom: 6%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 52%; }
