.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: 5.05208vw;
  color: #272727;
  letter-spacing: 0.5vw;
}

.home .section .wrap .select_box {
  display: flex;
  justify-content: flex-end;
  margin: 6.77083vw 0 4.01042vw 0;
  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 .select_box .filter {
  width: fit-content;
  display: flex;
  align-items: center;
  height: 1.5625vw;
  cursor: pointer;
  margin-left: 2.60417vw
}

.home .section .wrap .select_box .filter div {
  font-weight: 700;
  font-size: .83333vw;
  
  transition: 0.6s;
  color: rgba(39, 39, 39, 0.5);
  transition: 0.6s
}

.home .section .wrap .select_box .filter .icon {
  margin-left: .52083vw;
  width: .83333vw;
  position: relative
}

.home .section .wrap .select_box .filter .icon img {
  display: block;
  width: 100%;
  transition: 0.6s
}

.home .section .wrap .select_box .filter .icon img:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0
}

.home .section .wrap .select_box .filter.active div {
  color: #272727;
  text-decoration: underline
}

.home .section .wrap .select_box .filter.active .icon img {
  opacity: 0
}

.home .section .wrap .select_box .filter.active .icon img:nth-child(2) {
  opacity: 1
}

.home .section .wrap .swipre_box {
  width: 81.61458vw;
  margin: 0 auto;
  overflow: hidden;
  padding: .26042vw 0 0
}

.home .section .wrap .swipre_box .swiper {
  width: 82.91667vw;
  margin: 0 auto
}

.home .section .wrap .swipre_box .swiper .swiper-slide {
  display: flex;
  width: fit-content
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item {
  width: 11.45833vw;
  height: 13.33333vw;
  border: .15625vw solid #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625vw 0;
  transition: 0.6s;
  cursor: pointer
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item:nth-child(2n-1) {
  margin-bottom: 1.5625vw
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item .item_title {
  font-weight: 400;
  transition: 0.6s;
  color: #2D2926;
  text-align: center;
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item .item_title span {
  display: block;
  margin: .20833vw auto 0;
  text-align: center;
  font-weight: 400;
  transition: 0.6s;
  color: #2D2926;
  
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item .item_img {
  transition: 0.6s;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item .item_img img {
  display: block;
  max-width: 70%;
  max-height: 6.25vw;
  transition: all 600ms
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item .item_img img:nth-child(1) {
  opacity: 0
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item .item_img img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item.on,
.home .section .wrap .swipre_box .swiper .swiper-slide .item:hover {
  background: #fff;
  box-shadow: 0vw .26042vw .41667vw 0vw rgba(0, 0, 0, 0.13)
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item.on .item_img img:nth-child(1),
.home .section .wrap .swipre_box .swiper .swiper-slide .item:hover .item_img img:nth-child(1) {
  opacity: 1
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item.on .item_img img:nth-child(2),
.home .section .wrap .swipre_box .swiper .swiper-slide .item:hover .item_img img:nth-child(2) {
  opacity: 0
}

.home .section .wrap .swipre_box .swiper .swiper-slide .flex {
  display: flex;
  flex-wrap: wrap;
  width: 37.5vw
}

.home .section .wrap .swipre_box .swiper .swiper-slide .flex .item:not(:nth-child(3n)) {
  margin-right: 1.5625vw
}

.home .section .wrap .swipre_box .swiper .swiper-slide .flex1 {
  display: block
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item1 {
  width: 14.58333vw;
  height: 28.4375vw;
  margin-right: 1.5625vw;
  margin-bottom: 0
}

.home .section .wrap .swipre_box .swiper .swiper-slide .item1 .item_img img {
  max-height: 15.83333vw
}

.home .section .wrap .swiper-pagination {
  position: static;
  height: 1px;
  background: #ADADAD;
  margin: 1.71875vw 1.04167vw 0 1.04167vw
}

.home .section .wrap .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #4F4F4F;
  top: -1px
}

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

.home .section .wrap .list {
  opacity: 0;
  pointer-events: none;
  transform: translateY(4.16667vw);
  border-top: .05208vw solid #272727
}

.home .section .wrap .list.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: 1s
}

.home .section .wrap .list .item {
  display: flex;
  align-items: center;
  height: 4.16667vw;
  padding: 0 3.125vw;
  border-bottom: .05208vw solid #272727;
  position: relative;
  transition: 0.6s
}

.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 .list .item:hover {
  background: #fff
}

.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 .select_box {
    justify-content: center;
    margin: 20px 0 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 .select_box .filter {
    height: 30px;
    margin-left: 20px
  }

  .home .section .wrap .select_box .filter div {
    font-size: 16px;
    line-height: 24px
  }

  .home .section .wrap .select_box .filter .icon {
    width: 16px
  }

  .home .section .wrap .swipre_box {
    width: 100%;
    margin-bottom: 40px
  }

  .home .section .wrap .swipre_box .swiper {
    width: 89vw
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide {
    display: block;
    width: 89vw
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item {
    width: 48%;
    padding: 30px 10px;
    height: unset;
    margin-bottom: 15px !important;
    margin-right: 0 !important
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item .item_title {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
    
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item .item_title span {
    font-size: 16px;
    
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item .item_img img {
    max-height: 50px
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .flex {
    width: 100%;
    justify-content: space-between
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .flex1 {
    display: flex;
    justify-content: space-between
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item1 {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item1 .item_title {
    margin: 0 0 50px
  }

  .home .section .wrap .swipre_box .swiper .swiper-slide .item1 .item_img img {
    max-height: 150px
  }

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

  .home .section .wrap .list .item {
    flex-wrap: wrap;
    height: unset;
    padding: 20px 10px
  }

  .home .section .wrap .list .item .date {
    font-size: 14px;
    width: 50%;
    margin: 0 0 30px
  }

  .home .section .wrap .list .item .item_title {
    width: 50%;
    font-size: 14px;
    width: 50%;
    margin: 0 0 30px;
    text-align: right
  }

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

  .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
  }
}