@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }

  .w-1280 {
    width: 100%;
  }

  .box1 {
    padding: 15px 20px;
  }

  .box1 .btn1 {
    display: none;
  }

  .box1 .btn2 {
    display: none;
  }

  .box1 img {
    width: 50%;
  }

  .box12 img {
    display: none;
  }

  .box2 {
    height: 730px;
    background-image: url(./img/mobile-bg.png);
    background-size: 100% 100%;
  }

  .box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 360px;
  }

  .apply-form form {
    width: 85%;
    height: auto;
  }

  .box6 {
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    line-height: 30px;
    text-align: center;
  }

  .box7 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    text-align: center;
    margin-top: 12px;
    padding: 0 20px;
  }

  .box5 {
    padding: 80px 0;
  }

  .box8 {
    margin-top: 50px;
    padding: 0 15px;
  }

  .group1 {
    width: 100%;
  }

  .box13 {
    padding: 80px 0;
  }

  .standard {
    margin-top: 50px;
    padding: 0 20px 15px 20px;
    overflow-x: auto;
  }

  .standard .item {
    flex: inherit;
    width: 200px;
  }

  .standard .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    padding: 30px 15px;
  }

  .standard .c1 {
    font-size: 14px;
  }

  .standard .c2 {
    font-size: 17px;
  }

  .standard .cell {
    margin: 0 15px;
    padding: 15px 0;
  }

  .standard .price span {
    font-size: 24px;
  }

  .standard .price-d {
    font-size: 13px;
  }
  .box14 {
    margin-top: 50px;
  }
  .box15 {
    background-size: cover;
    padding: 80px 0;
  }
  .box17 {
    margin-top: 100px;
    flex-wrap: wrap;
    gap: 100px 0;
    justify-content: center;
  }
  .box17 .item {
    flex: inherit;
    width: 80vw;
    height: auto;
    padding-bottom: 20px;
  }
  .box17 .item.right:before {
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    rotate: 90deg;
    right: initial;
    top: initial;
  }
  .box19 {
    padding: 80px 0;
  }
  .box20 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
    padding: 0 15px;
  }
  .box20 .item {
    border-radius: 12px;
    padding: 15px 15px;
    flex: 1 0 40%;
  }
  .box21 {
    padding: 80px 0;
  }
  .box22 {
    margin-top: 50px;
    gap: 15px;
    padding: 0 15px;
  }
  .box22 .item {
    border-radius: 8px;
    flex: 1 0 45%;
    height: 80px;
    max-width: calc(50% - 8px);
  }
  .container .w-1280 {
    width: 100%;
  }
  .company-view {
    padding: 0 20px;
  }
}
