@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .header {
    height: auto;
  }

  .menu_img {
    display: block;
  }

  .business_list {
    padding: 0;
  }

  .business_title, .format_title, .screen_title, .partner_title, .brand_title, .news_title, .case_title {
    font-size: 28px;
    font-weight: 600;
  }

  .business_item_title, .screen_info_title {
    font-size: 22px;
  }

  .business_list {
    flex-wrap: wrap;
  }

  .business_item {
    width: 50%;
  }

  .business_wrap {
    height: auto;
    padding: 60px 0;
  }

  .business_img {
    width: 12.5vw;
    height: 12.5vw;
  }

  .business_item_text {
    font-size: 14px;
    line-height: 22px;
  }

  .format_wrap {
    padding: 60px 0;
  }

  .format_menu, .format_list {
    padding: 0 30px;
  }

  .format_menu_item {
    font-size: 16px;
  }


  .format_desc {
    font-size: 16px;
    line-height: 24px;
  }

  .format_desc_item {
    font-size: 16px;
    line-height: 24px;
  }

  .correct_icon {
    width: 26px;
    height: 26px;
  }

  .format_img {
    object-fit: contain;
  }

  .screen_content {
    margin: 40px 30px 0 30px;
  }

  .screen_img {
    width: 345px;
    height: 268px;
    object-fit: cover;
  }

  .screen_info {
    width: auto;
    padding-top: 0;
    margin-top: 10px;
  }

  .screen_desc {
    font-size: 16px;
  }

  .screen_correct {
    width: 26px;
    height: 26px;
  }

  .screen_desc_item {
    font-size: 14px;
  }

  .screen_desc_button {
    width: 118px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .screen_text {
    font-size: 14px;
  }

  .screen_tag_item {
    margin: 0;
    width: 14%;
  }

  .partner_img {
    margin: 0 2.7%;
  }

  .partner_item {
    font-size: 14px;
  }

  .partner_button {
    width: 124px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .format_detail_button {
    width: 112px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .partner_info_title {
    font-size: 18px;
  }

  .partner_wrap {
    height: auto;
    padding: 40px 0;
  }

  .food_list {
    padding: 0 40px;
  }

  .food_item_title {
    font-size: 16px;
  }

  .food_item_content {
    font-size: 14px;
    line-height: 22px;
  }

  .q_icon {
    width: 30px;
    height: 30px;
  }

  .food_wrap {
    height: auto;
    padding: 40px 0;
  }

  .food_more {
    width: 134px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .brand_list {
    padding: 0 40px;
  }

  .news_list {
    padding: 0;
    grid-gap: 0;
  }

  .news_item {
    width: 31%;
    margin: 0 1% 0 0;
  }

  .news_img {
    height: 17vw;
  }

  .news_info {
    padding: 8px;
    overflow: hidden;
  }

  .news_desc {
    font-size: 14px;
    line-height: 20px;
  }

  .news_info_title {
    width: 96%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }

  .news_detail_wrap {
    font-size: 12px;
  }

  .news_time {
    margin: 10px 0;
    font-size: 12px;
  }

  .news_intro_item {
    font-size: 14px;
  }

  .news_intro_wrap {
    padding: 10px 14px;
    border-radius: 8px;
    margin: 14px 0 0 0;
  }

  .more_news, .more_case {
    width: 120.83px;
    height: 37.15px;
    font-size: 14px;
  }

  .case_list {
    grid-template-columns: repeat(4, 1fr);
  }

  .commit_form_wrap {
    display: flex;
  }

  .commit_button {
    font-size: 14px;
  }


  .code_text {
    margin: 0 40px;
  }

  .commit_title {
    font-size: 24px;
  }
}