@media (max-width: 1200px) and (min-width: 541px) {
  .home-section.index-data-process,
  .home-section.index-corp-demand,
  .home-section.index-business,
  .home-section.index-corp-value,
  .home-section.index-support,
  .home-section.index-feature,
  .home-section.index-try-it,
  .home-section.index-user-reputation {
    padding: 20px 0;
  }
  .home-section.index-data-process .bricks,
  .home-section.index-corp-demand .bricks,
  .home-section.index-business .bricks,
  .home-section.index-corp-value .bricks,
  .home-section.index-support .bricks,
  .home-section.index-feature .bricks,
  .home-section.index-try-it .bricks,
  .home-section.index-user-reputation .bricks {
    width: 100%;
    padding: 20px;
  }
  .home-section .bricks .bricks-primary-title {
    height: auto;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .home-section .bricks .bricks-description {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 15px;
  }

  .home-section.index-data-process .index-data-process-tab {
    display: none;
  }

  .home-section.index-data-process .index-data-process-detail {
    display: block;
    background: transparent;
  }

  .home-section.index-data-process .index-data-process-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .home-section.index-data-process .index-data-process-contents .index-data-process-img {
    width: 100%;
  }

  .home-section.index-data-process .index-data-process-detail {
    width: calc(50% - 10px);
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0px 2px 32px 0px rgb(166 191 255 / 25%);
    border-radius: 8px;
    border: 1px solid rgba(216, 219, 223, 0.5);
  }

  .home-section.index-data-process .index-data-process-contents .mobile-title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .home-section.index-data-process .index-data-process-contents .mobile-title .tab-icon {
    width: 18px;
    margin-right: 10px;
  }

  .home-section.index-data-process .index-data-process-contents .index-data-process-summary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .home-section.index-data-process .index-data-process-summary .text {
    font-size: 14px;
    margin-right: 5px;
  }
  .home-section.index-data-process .index-data-process-summary > .btn {
    flex: 0 0 auto;
    padding: 0 10px;
    margin-right: 0;
  }

  .home-section.index-business .jobs .use-jsy-item-details {
    margin-left: 0;
  }

  .home-section.index-corp-demand .demand-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .home-section.index-business .classify-jobs-tab {
    padding: 10px 40px 0;
  }

  .home-section.index-business .jobs .business-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-section.index-corp-demand .demand-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .home-section.index-corp-demand .demand-content .list-item {
    width: calc(30% - 20px);
    min-width: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .home-section.index-corp-demand .demand-content .list-item .bg {
    width: 100%;
  }
  .home-section.index-corp-demand .demand-content .list-item .content {
    width: calc(100% - 60px);
  }

  .home-section.index-business .use-jsy-item {
    width: 50%;
  }

  .home-section.index-support .index-support-content {
    flex-direction: column;
    height: auto;
  }

  .home-section.index-support .index-support-content .index-support-section.section-left {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    flex: 0 0 auto;
  }

  .home-section.index-support .index-support-content .index-support-section.section-left ul .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .home-section.index-support .index-support-content .section-right .deep-cooperation,
  .home-section.index-support .index-support-content .section-right .tech-support {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-section.index-support .index-support-content .section-right .tech-support .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .home-section.index-support .index-support-content .section-right .deep-cooperation .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .home-section.index-support .index-support-content .index-support-section .item a.service-group {
    padding-left: 35px;
  }

  .home-section.index-try-it {
    height: auto;
    position: relative;
    padding: 0;
    background-image: url(../wp-assets/img/bg-section-tryit.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-section.index-try-it .bricks {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 75px 37px 84px;
  }

  .home-section.index-try-it .image-wrapper {
    display: none;
  }
  .home-section.index-try-it .mobile-image-wrapper {
    display: block;
    width: 90%;
    margin-bottom: 40px;
  }
  .home-section.index-try-it .txt-box {
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .home-section.index-banner {
    height: auto;
    background-image: url(../wp-assets/img/bg-section-banner.png);
  }

  .home-section.index-banner .video-wrapper {
    display: none;
  }
  .home-section.index-banner .txt {
    width: auto;
    max-width: unset;
    margin-bottom: 40px;
  }
  .home-section.index-banner .banner-media {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-section.index-banner .banner-media .btns {
    width: 100%;
  }

  .home-section.index-banner .mobile-video-wrapper {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .home-section.index-banner .mobile-video-wrapper video {
    height: 100%;
    width: 100%;
  }
}
