.home {
  position: relative
}

.home .section {
  padding: 10.15625vw 0 3.95833vw
}

.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: 1px solid rgba(39, 39, 39, 0.6);
  padding: 0 5px 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;
  align-items: center;
  height: 4.16667vw;
  padding: 0 3.125vw;
  border-bottom: .05208vw solid #272727;
  position: relative
}

.home .section .wrap .list .item .hover-reveal {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  width: 10.20833vw;
  height: 6.82292vw
}

.home .section .wrap .list .item .hover-reveal .hover-reveal-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.home .section .wrap .list .item .hover-reveal .hover-reveal-inner img {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.home .section .wrap .list .item .date {
  width: 5.20833vw;
  font-weight: 700;
  font-size: .83333vw;
  color: #272727;
  margin-right: 16.19792vw
}

.home .section .wrap .list .item .item_title {
  width: 13.02083vw;
  margin-right: 19.01042vw;
  font-weight: 700;
  font-size: .83333vw;
  color: #272727
}

.home .section .wrap .list .item .item_text {
  width: 33.85417vw;
  font-weight: 400;
  font-size: .83333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.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 {
    height: unset;
    display: block;
    padding: 0 0 20px;
    margin-bottom: 50px;
    text-align: center
  }

  .home .section .wrap .list .item .hover-reveal {
    position: unset;
    opacity: 1;
    width: 100%;
    height: unset;
    margin-bottom: 20px
  }

  .home .section .wrap .list .item .date {
    font-size: 14px;
    width: 100%
  }

  .home .section .wrap .list .item .item_title {
    font-size: 16px;
    width: 100%;
    margin: 15px 0
  }

  .home .section .wrap .list .item .item_text {
    font-size: 14px;
    width: 100%
  }

  .home .section .wrap .page {
    justify-content: center
  }

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