@media all and (max-width: 1279px) {
  /* keyvisual */
  .keyvisual_title {
    width: 100%;
  }
  .keyvisual_title_h {
    font-size: 22px;
  }
  .keyvisual_title_p {
    padding-top: 5px;
  }

  /* trends_middle */
  .trends_right_title {
    width: 100%;
  }
  .trends_middle_content {
    margin-bottom: 100px;
  }

  .trends_middle_content:nth-child(1) {
    margin-left: 0;
  }
  .trends_middle_content:nth-child(2) .trends_text {
    margin-left: 0;
  }
  .trends_middle_content:nth-child(3) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .trends_middle2 .trends_middle_content {
    align-items: center;
    justify-content: center;
  }
  .trends_middle2 .trends_middle_content:nth-child(1) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .trends_middle2 .trends_middle_content:nth-child(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .trends_middle2 .trends_middle_content:nth-child(2) {
    flex-direction: column;
  }
  .trends_middle2 .trends_middle_wrap {
    justify-content: space-between;
    gap: 50px;
  }
}
@media all and (max-width: 767px) {
  /* trend */
  .trends {
    height: auto;
  }
  .trends_wrap {
    flex-direction: column;
  }
  .trends_right_bg {
    width: 100%;
    height: 100%;
    background: url(../../img/brand/made/mo-brand-tech-contents-kv.jpg)
      no-repeat center/cover;
  }
  .trends_left,
  .trends_right {
    flex: initial;
    width: 100%;
  }
  .trends_right {
    order: 0;
    width: 100%;
    height: 350px;
  }
  .trends_left {
    order: 1;
    height: 100vh;
  }
  .trends_middle {
    height: 100vh;
    bottom: 0;
    position: absolute;
  }
  .trends_middle_wrap {
    padding-top: 50px;
    width: 100%;
  }
  .trends_middle_content {
    margin-bottom: 50px;
    gap: 15px;
  }
  .trends_middle_content:nth-child(1) {
    flex-direction: row;
    align-items: center;
  }
  .trends_middle_content:nth-child(1) .trends_img {
    order: 1;
  }
  .trends_middle_content:nth-child(2) .trends_text_p {
    text-align: center;
  }
  .trends_text_p {
    font-size: 14px;
  }
  .trends_img1 {
    max-width: 148px;
  }
  .trends_img2 {
    max-width: 238px;
  }
  .trends_img3 {
    max-width: 428px;
  }

  /* trends2 */
  .trends2 .trends_middle_content:nth-child(1) .trends_img {
    order: 0;
    max-width: 210px;
    padding-left: 10px;
  }
  .trends2 .trends_middle_content:nth-child(1) {
    flex-direction: column;
    align-items: flex-start;
  }
  .trends2 .trends_middle_content:nth-child(1) .trends_text_p {
    text-align: left;
    padding-left: 50px;
  }
  /* process */
  .process {
    overflow: hidden;
  }
  .process_contents_wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .process_contents_list {
    flex-basis: 255px;
    flex-grow: 1;
    max-width: 255px;
  }
  .process_contents_img {
    width: 55px;
  }
  .process_contents_list:after {
    top: 58.5px;
  }
  .process_contents_list:nth-child(4):before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 58.5px;
    right: 50%;
    z-index: -1;
    background-color: #cfcecc;
  }
}
