.home {
  position: relative
}

.home .section {
  padding: 10.15625vw 0 3.95833vw;
  width: 100vw;
  overflow: hidden
}

.home .section .title {
  text-align: center;
  font-weight: 400;
  font-size: 5vw;
  margin-bottom: 8.85417vw;
  color: #272727;
  letter-spacing: 0.5vw;
}

.home .section .wrap {
  margin: 0 4.6875vw 0 8.85417vw
}

.home .section .wrap .select_box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4.16667vw;
  position: relative;
  z-index: 33
}

.home .section .wrap .select_box .border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.5625vw;
  width: 9.47917vw;
  z-index: 33;
  border-bottom: .05208vw solid rgba(39, 39, 39, 0.6);
  padding: 0 .26042vw 0 0;
  cursor: pointer
}

.home .section .wrap .select_box .border .replace {
  font-weight: 400;
  font-size: .83333vw;
  line-height: 1;
  color: rgba(39, 39, 39, 0.5);
  transition: 0.6s
}

.home .section .wrap .select_box .border .replace.on {
  color: #272727
}

.home .section .wrap .select_box .border .triangle img {
  display: block;
  width: .625vw;
  transition: 0.6s
}

.home .section .wrap .select_box .border.active .triangle img {
  transform: rotate(180deg)
}

.home .section .wrap .select_box .border .select {
  position: absolute;
  top: 1.5625vw;
  width: 100%;
  background: #f3f1ee;
  box-shadow: 0 0 .26042vw rgba(0, 0, 0, 0.1);
  padding: .78125vw .46875vw 0 .78125vw;
  clip-path: inset(0 0 100%);
  transition: 0.6s
}

.home .section .wrap .select_box .border .select .scroll_box {
  width: 100%;
  max-height: 9.47917vw;
  overflow-y: scroll
}

.home .section .wrap .select_box .border .select .scroll_box::-webkit-scrollbar {
  width: 2px
}

.home .section .wrap .select_box .border .select .scroll_box::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 2px
}

.home .section .wrap .select_box .border .select .scroll_box::-webkit-scrollbar-thumb {
  background-color: rgba(39, 39, 39, 0.6);
  border-radius: 2px
}

.home .section .wrap .select_box .border .select .scroll_box div {
  cursor: pointer;
  font-weight: 400;
  font-size: .83333vw;
  line-height: 1;
  position: relative;
  transition: 0.6s;
  color: rgba(39, 39, 39, 0.6);
  margin-bottom: .625vw;
  width: fit-content
}

.home .section .wrap .select_box .border .select .scroll_box div::after {
  content: "";
  width: 100%;
  height: .05208vw;
  background-color: #272727;
  position: absolute;
  left: 0;
  bottom: -.10417vw;
  transform: scaleX(0);
  transition: 0.6s
}

.home .section .wrap .select_box .border .select .scroll_box div:hover {
  color: #272727
}

.home .section .wrap .select_box .border .select .scroll_box div:hover::after {
  transform: scaleX(1)
}

.home .section .wrap .select_box .border .select.show_active {
  clip-path: inset(0 0 0%)
}

.home .section .wrap .list .item {
  display: flex;
  justify-content: space-between;
  border-bottom: .05208vw solid #272727;
  padding-left: 3.125vw
}

.home .section .wrap .list .item .item_title {
  width: 48.4375vw;
  font-weight: 700;
  line-height: 1.25vw;
  padding: .41667vw 0 0;
  color: #272727
}

.home .section .wrap .list .item .item_r {
  width: 46.09375vw
}

.home .section .wrap .list .item .item_r .part {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.16667vw;
  position: relative;
  transition: 1s;
  padding-left: 1.30208vw
}

.home .section .wrap .list .item .item_r .part:not(:nth-last-child(1))::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #272727;
  position: absolute;
  top: 4.11458vw;
  left: 0;
  transition: 0.6s;
  transform: scaleY(0.99);
  transform-origin: 0 0
}

.home .section .wrap .list .item .item_r .part p {
  font-weight: 400;
  color: #272727;
  position: relative;
  z-index: 3;
  transition: 0.6s
}

.home .section .wrap .list .item .item_r .part .jt {
  width: 2.08333vw;
  opacity: 0;
  transition: 0.6s;
  position: relative;
  z-index: 3;
  margin-right: 1.04167vw
}

.home .section .wrap .list .item .item_r .part .jt img {
  display: block;
  width: 100%
}

.home .section .wrap .list .item .item_r .part .part_img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  transition: 1s;
  pointer-events: none;
  width: 62.5vw;
  transition: all 600ms;
  opacity: 0
}

.home .section .wrap .list .item .item_r .part .part_img img {
  display: block;
  width: 100%;
  height: 100%
}

.home .section .wrap .list .item .item_r .part:hover {
  z-index: 3;
  height: 10.36458vw;
  padding-bottom: 6.19792vw
}

.home .section .wrap .list .item .item_r .part:hover p {
  color: #fff
}

.home .section .wrap .list .item .item_r .part:hover .jt {
  opacity: 1
}

.home .section .wrap .list .item .item_r .part:hover::after {
  background: #fff
}

.home .section .wrap .list .item .item_r .part:hover .part_img {
  opacity: 1
}

.home .section .wrap .list .item:nth-child(1) {
  border-top: .05208vw solid #272727
}

.home .section .wrap .list .item:nth-last-child(1) {
  border-bottom: none
}

.home .section .wrap .list .item:nth-last-child(1) .item_r .part:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #272727;
  position: absolute;
  top: 4.11458vw;
  left: 0;
  transition: 0.6s;
  transform: scaleY(0.99);
  transform-origin: 0 0
}

.home .section .wrap .page {
  margin: 3.95833vw 0 0;
  display: flex;
  align-items: center
}

.home .section .wrap .page a {
  display: block;
  font-weight: 700;
  font-size: .83333vw;
  line-height: 1.25vw;
  position: relative;
  color: #4F4F4F;
  margin-right: 1.30208vw
}

.home .section .wrap .page a::after {
  content: "";
  width: 100%;
  height: .05208vw;
  background: #4F4F4F;
  position: absolute;
  left: 0;
  bottom: .10417vw;
  transform: scaleX(0);
  transition: 0.4s
}

.home .section .wrap .page a.on::after,
.home .section .wrap .page a:hover::after {
  transform: scaleX(1)
}

@media screen and (max-width: 1024px) {
  .home .section {
    padding: 100px 0 80px
  }

  .home .section .title {
    font-size: 50px;
    margin-bottom: 40px
  }

  .home .section .wrap {
    margin: 0 5%
  }

  .home .section .wrap .select_box {
    justify-content: center;
    margin-bottom: 50px
  }

  .home .section .wrap .select_box .border {
    height: 30px;
    width: 182px;
    cursor: pointer
  }

  .home .section .wrap .select_box .border .replace {
    font-size: 16px
  }

  .home .section .wrap .select_box .border .triangle img {
    width: 12px
  }

  .home .section .wrap .select_box .border .select {
    top: 30px;
    width: 100%;
    padding: 15px 9px 0 15px
  }

  .home .section .wrap .select_box .border .select .scroll_box {
    max-height: 182px
  }

  .home .section .wrap .select_box .border .select .scroll_box div {
    font-size: 16px;
    margin-bottom: 12px
  }

  .home .section .wrap .list .item {
    display: block;
    padding-left: 0
  }

  .home .section .wrap .list .item .item_title {
    padding: 20px 0 0;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
  }

  .home .section .wrap .list .item .item_r {
    width: 100%
  }

  .home .section .wrap .list .item .item_r .part {
    height: 80px !important;
    padding: 0 10px !important;
    margin-bottom: 10px !important
  }

  .home .section .wrap .list .item .item_r .part::after {
    display: none
  }

  .home .section .wrap .list .item .item_r .part p {
    font-size: 16px;
    color: #fff
  }

  .home .section .wrap .list .item .item_r .part .jt {
    width: 30px;
    opacity: 1
  }

  .home .section .wrap .list .item .item_r .part .part_img {
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    right: unset;
    transform: unset;
    opacity: 1
  }

  .home .section .wrap .page {
    justify-content: center;
    margin-top: 60px
  }

  .home .section .wrap .page a {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 15px
  }
}