@media screen and (min-width: 0px) {
  .thread {
    padding-bottom: var(--section-padding);
  }
  .thread h2 {
    margin-bottom: var(--margin-xm);
  }
  .thread .thread-s1 .wrapper-left {
    padding: 40px var(--page-padding) var(--section-padding);
  }
  .thread .thread-s1 .wrapper-left h2 {
    margin-top: var(--margin-xs);
  }
  .thread .thread-s1 .wrapper-right {
    aspect-ratio: 1/1;
  }
  .thread .thread-s1 .wrapper-right img {
    height: 100%;
    object-fit: cover;
  }

  .thread .thread-s2 {
    margin-top: var(--section-padding);
  }

  .thread .thread-s2 {
    text-align: center;
    padding: 0 var(--page-padding);
  }

  .thread .thread-s2 .wrapper-bottom {
    margin-top: var(--margin-l);
  }

  .thread .thread-s2 .wrapper-bottom .divimg {
    aspect-ratio: 1/1;
    border-radius: var(--border-radius);
    overflow: hidden;
  }

  .thread .thread-s2 .wrapper-bottom .divimg img {
    height: 100%;
    object-fit: cover;
  }
  
  .thread .thread-s3 {
    text-align: center;
    padding: var(--section-padding) var(--page-padding);
  }
  
  .thread .thread-s3 h2 {
    margin-top: var(--margin-xs);
    margin-bottom: var(--margin-l);
  }

  .thread .thread-s4 {
    padding: var(--section-padding) var(--page-padding);
    background-color: var(--color-pearl);
  }
  .thread .thread-s4 .wrapper,
  .thread .thread-s4 ul {
    display: grid;
    gap: var(--margin-m);
  }
  .thread .thread-s4 ul li {
    background-color: #fff;
    border-radius: var(--border-radius);
    overflow: hidden;
  }
  
  .thread .thread-s4 ul.list-1 li,
  .thread .thread-s4 ul.list-2 li .wrapper-right {
    padding: var(--margin-l) var(--margin-xm);
  }

  .thread .thread-s4 ul li .divicon {
    width: 46px;
    margin-bottom: var(--margin-m);
  }
  .thread .thread-s4 ul li h3 {
    margin-bottom: var(--margin-xs);
  }

  .thread .thread-s5 {
    margin-top: var(--section-padding);
    padding: 0 var(--page-padding);
  }
  .thread .thread-s5 h2 {
    text-align: center;
  }
  .thread .thread-s5 .question-lists {
    display: grid;
    gap: var(--margin-m);
  }

  .thread .thread-s5 .item {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
  }
  
  .thread .thread-s5 .item .divimg {
    height: 660px;
  }
  
  .thread .thread-s5 .item .divimg img {
    height: 100%;
    object-fit: cover;
  }
  
  .thread .thread-s5 .item h3 {
    margin-bottom: var(--margin-s);
  }
  .thread .thread-s5 .item .content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 56px 28px;
  }
  .thread .thread-s5 .item:nth-child(1) .content {
    top: 100px;
  }
  .thread .thread-s5 .item:nth-child(2) .content {
    color: #fff;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  
  .thread .thread-s1 .wrapper-left .text {
    width: 80%;
  }
  .thread .thread-s2 .wrapper-top .text {
    width: 80%;
    margin: 0 auto;
  }
  .thread .thread-s1 .wrapper-right {
    aspect-ratio: unset;
    height: 400px;
  }
  .thread .thread-s2 .wrapper-bottom .divimg {
    aspect-ratio: unset;
    height: 500px;
  }
  
  .thread .thread-s4 ul.list-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .thread .thread-s4 ul.list-2 li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  } 
  .thread .thread-s4 ul.list-2 li:last-child .wrapper-left {
    order: 2;
  }
  .thread .thread-s4 ul.list-2 .divimg {
    height: 450px;
  }
  .thread .thread-s4 ul.list-2 .divimg img {
    height: 100%;
    object-fit: cover;
  }
  .thread .thread-s4 ul.list-1 li, 
  .thread .thread-s4 ul.list-2 li .wrapper-right {
    padding: var(--margin-l);
  }
  
  .thread .thread-s5 .item .divimg {
    height: 560px;
  }
  .thread .thread-s5 .item .content {
    transform: translateY(-50%);
    right: 50%;
    padding: 0px 0 0 48px;
    max-width: 380px;
    box-sizing: border-box;
  }
  .thread .thread-s5 .item:nth-child(1) .content {
    top: 50%;
  }
  .thread .thread-s5 .item:nth-child(2) .content {
    top: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .thread .thread-s1 .wrapper-left .text,
  .thread .thread-s2 .wrapper-top .text {
    width: 500px;
  }

  .thread .thread-s4 ul.list-2 li:first-child {
    grid-template-columns: 4fr 3fr;
  }
  .thread .thread-s4 ul.list-2 li:last-child {
    grid-template-columns: 3fr 4fr;
  }
  .thread .thread-s4 ul.list-1 li, 
  .thread .thread-s4 ul.list-2 li .wrapper-right {
    padding: 52px 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .thread .thread-s1 .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .thread .thread-s1 .wrapper-left {
    padding: 0 0 0 var(--page-padding);
  }
  .thread .thread-s1 .wrapper-right {
    height: calc(100vh - var(--nav-height))
  }
  .thread .thread-s2 .wrapper-bottom .divimg {
    height: 70vh;
    max-height: 700px;
  }
  .thread .thread-s3 .nl-video {
    max-width: 1000px;
    margin: 0 auto;
  }

  .thread .thread-s5 .item .divimg {
    height: 540px;
  }
}

@media screen and (min-width: 1600px) {
  
  .thread .thread-s4 .wrapper,
  .thread .thread-s4 ul {
    gap: var(--margin-xxm);
  }

  .thread .thread-s5 .item .content {
    max-width: 420px;
    padding: 0 0 0 80px;
  }
}