@charset "UTF-8";

@media screen and (max-width: 770px) {

  .content {
    width:375px;
  }

  .white-box {
    background-color: white;
    margin: auto;
    width: 370px;
    height:600px;
    padding: 10px;
 }

  .white-box-in-content {
    display: block;
    width:370px;
    justify-content: center;

 }

  .green-box {
    background-color: rgb(203, 247, 207);
    height:90%;
    width: 95%;
    padding: 15px;

 }

  .green-box-firstexp-flame {
   display: flex;
   height:120px;
   margin-top:auto;
   margin-bottom: auto;
 }

  .green-box-firstexp-left-flame{
   width:200px;
   margin-top:30px;
   text-align: start;
   height:60%
 }

  .enter-price-left-flame {
   width:230px;
   margin-top:50px;
   display: flex;
 }
  .enter-box {
    margin-left: 0px;
    margin-top:80px
  }


  .monthly-white-box {
    height: 880px;
  }

  .monthly-box {
    margin-right:25px;
    height:90px;
    display: flex;
    margin-top: 5px;
    align-items: center;
    overflow-y: hidden;
  }

   .beauty-box {
   height: 900px
 }

  .monthly-amount-font {
    text-align: start;
    font-size: 20px;
    font-weight: 600;
    margin-top:0px;
    align-content: center;
  }

  .green-box-monthly-left-flame {
    width: 100px;
  }

  .green-box-monthly-right-flame {
      width: 230px;
      overflow: hidden;
  }

  .monthly-price-black-font {
    text-align: end;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
  }


  .price-discription-flame {
    height: 170px;
    width: 95%;
    border: 2px solid black;
    margin-top: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .price-left-flame {
      width: 370px;
  }

  .price-right-flame {
      width: 100%;
      padding-left: 0px;
      margin-left: -10px;
      align-content: center;
      justify-items: center;
  }

  .price-discription-font {
      font-size: 12px;
      font-weight: 600;
  }

  .price-under-discription {
      height: 180px;
      width: 370px;
      margin: auto;
      display: flex;
      align-items: center;
      padding: 10px;
  }

 .ticket-white-box {
   height:1000px
  }

  .white-chat-box {
    height:850px;
  }

 .left-img {
    width: 350px;
    height: 180px;
    margin-top: 20px;
  }

}

