
      .rummy {
        background-image: url('../images/bg.png?20210408162150'),linear-gradient(#3B3A39,#000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
      }
      .page-title div {
        width: 909px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        background-image: url('../images/rummy-title.png?20210408162150');
      }
      .rummy-content {
        margin: 8%;
        height: auto;
        background-image: url('../images/rummy-bg.png?20210408162150');
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #000;
        color: #E8D0A9;
        border-radius: 25px;
      }
      .rummy-content p {
        padding: 8%;
        padding-top: 0;
        font-size: 35px;
        line-height: 70px;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
      }
      .rummy-content .line {
          height: 1px;
          width: auto;
          margin: 8% 8%;
          background-color: #F7D9AD;
      }
      .rummy-content span {
          padding-top: 8%;
          display: inline-block;
          text-align: center;
          font-size: 55px;
          line-height: 70px;
          width: 100%;
      }
      .rummy-text {
            background-image: linear-gradient(#F6CE78,#E5D8C6);
            border: 1px solid #e7be4c;
            margin: 0 8%;
            padding: 50px 0;
            box-sizing: border-box;
            border-radius: 25px;
        }
        .rummy-text-c {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #EBD76B;
            padding-bottom: 5%;
            margin-top: 5%;
        }
        .rummy-text-c:last-child {
          border-bottom: none;
        }
        .rummy-text-main {
            width: 47%;
            color: #070609;
        }
        .rummy-text-main span {
            font-size: 52px;
            line-height: 64px;
          }
          .rummy-text-main p {
            font-size: 20px;
            line-height: 28px;
            padding-top: 3%;
            text-align: justify;
            text-justify:inter-ideograph; 
        word-break:break-all;
          }
          .rummy-text-main a {
              font-size: 21px;
              border: 1px solid #B62341;
              color: #B62341;
              padding: 1% 3%;
              border-radius: 40px;
              display: inline-block;
              margin-top: 3%;
              text-decoration: none;
          }
          .rummy-text-main img {
            display: block;
            margin-top: 3%;
            margin-bottom: 5%;
          }
        .point-rules {
          height: auto;
          border: 1px solid #070609;
          box-sizing: border-box;
          margin: 0 8%;
          background-image: linear-gradient(#F6CE78,#E5D8C6);
          margin-top: 8%;
          margin-bottom: 8%;
          padding-bottom: 8%;
          border-radius: 25px;
        }
        .point-rules span {
            font-size: 55px;
            color: #070609;
            text-align: center;
            display: inline-block;
            width: 100%;
            padding: 4% 0;
          }
          .point-rules .point-rules--text {
            
          }
          .point-rules .point-rules--text p {
            padding: 4% 8%;
            font-size: 35px;
            line-height: 62px;
            text-align: justify;
            text-justify:inter-ideograph; 
            word-break:break-all;
          }
          .rummy-text-c {
            padding: 0 8%;
            
          }
          .rummy-text-c span {
            text-align: left;
          }