#sec-1 {
  padding: 3rem 0;
  overflow: hidden;
}

#sec-1 .gruop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.75rem;
  margin: auto;
  padding: 6rem 0 2.5rem;
  background: var(--dark);
  color: #fff;
}

#sec-1 .gruop::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: 0;
  left: 12px;
  width: 1rem;
  height: 8.1875rem;
  margin: auto;
  background: url("/assets/images/line/scroll-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#sec-1 .gruop .title {
  font-size: 0.9375rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#sec-1 .gruop .label {
  margin: 1rem 0 0;
  padding: 0.5rem 0 0;
  border-top: 0.0625rem solid #fff;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

#sec-1 .project-slick {
  position: relative;
  width: calc(100% + 12rem);
  margin-left: -6rem;
}

#sec-1 .project-slick a {
  display: block;
  width: calc(100vw / 2 + 4rem);
}

#sec-1 .project-slick .slide-arrow {
  display: block;
  position: absolute;
  z-index: 90;
  top: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  -webkit-transition: opacity 180ms;
  transition: opacity 180ms;
  cursor: pointer;
}

#sec-1 .project-slick .slide-arrow:hover {
  opacity: 0.7;
}

#sec-1 .project-slick .slide-arrow.prev-arrow {
  left: 18%;
}

#sec-1 .project-slick .slide-arrow.next-arrow {
  right: 18%;
}

#sec-2 {
  position: relative;
  padding: 0 1.5rem 7rem;
}

#sec-2 .gruop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -6rem;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.5rem;
  height: 13rem;
  margin: auto;
  color: var(--orange-dark);
}

#sec-2 .gruop .title {
  font-size: 0.9375rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#sec-2 .gruop .label {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-align: center;
}

#sec-2 .gruop .label::before {
  content: "";
  display: block;
  width: 5rem;
  height: 1rem;
  margin: 0 0 0.5rem;
  background: url("/assets/images/line/black-right-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#sec-2 img {
  max-width: 13rem;
  margin: auto;
}

@media (min-width: 768px) {
  #sec-1 {
    padding: 5rem 0;
  }

  #sec-1 .gruop {
    width: 10rem;
    padding: 6rem 0;
  }

  #sec-1 .gruop .title {
    font-size: 1.4375rem;
  }

  #sec-1 .gruop .label {
    font-size: 0.8125rem;
  }

  #sec-1 .project-slick a {
    width: calc(100vw / 3 + 4rem);
  }

  #sec-1 .project-slick .slide-arrow {
    width: 3.5rem;
    height: 3.5rem;
  }

  #sec-1 .project-slick .slide-arrow.prev-arrow {
    left: 10%;
  }

  #sec-1 .project-slick .slide-arrow.next-arrow {
    right: 10%;
  }

  #sec-2 {
    padding: 4rem 1.5rem 7rem;
  }

  #sec-2 .gruop .title {
    font-size: 1.4375rem;
  }

  #sec-2 .gruop .label {
    font-size: 0.8125rem;
  }

  #sec-2 .gruop .label::before {
    width: 7.25rem;
  }

  #sec-2 img {
    max-width: 30rem;
  }
}