/* search */
.header.cur.h75 .slide_search {
  /* top: 1.75rem; */
}

.slide_search {
  position: fixed;
  left: 0;
  top: 2.5rem;
  width: 100%;
  height: 5.625rem;
  display: none;
  backdrop-filter: blur(15px);
  background: rgba(154, 1, 0, 1);
}

.slide_search .form {
  width: 100%;
  height: 100%;
  padding: 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide_search .form label {
  line-height: 2rem;
}

.slide_search .form .input_search {
  width: 100%;
  height: 1.075rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 15rem;
  border: .025rem solid #d9d9d9;
  padding: 0 .6rem;
}

.slide_search .form input {
  width: calc(100% - 3.125rem - .7rem);
  height: 100%;
  background-color: transparent;
  color: #FFF;
  font-size: 0.375rem;
  font-weight: 600;
}

.slide_search .form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  line-height: normal;
  letter-spacing: 0.007rem;
}

.slide_search .form button {
  width: auto;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.slide_search .form button svg {
  width: .475rem;
  height: .475rem;
  transition: all .6s;
}

.slide_search .tit-30 {
  margin-bottom: 1rem;
}

.slide_search .form button:hover svg {
  transform: scale(1.05);
}

/*  */
/* search */
.form_search {
  width: 100%;
  height: 5.625rem;
  backdrop-filter: blur(15px);
  background: rgba(154, 1, 0, 1);
}

.form_search .form {
  width: 100%;
  height: 100%;
  padding: 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form_search .form label {
  line-height: 2rem;
}

.form_search .form .input_search {
  width: 100%;
  height: 1.075rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 15rem;
  border: .025rem solid #d9d9d9;
  padding: 0 .6rem;
}

.form_search .form input {
  width: calc(100% - 3.125rem - .7rem);
  height: 100%;
  background-color: transparent;
  color: #FFF;
  font-size: 0.375rem;
  font-weight: 600;
}

.form_search .form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  line-height: normal;
  letter-spacing: 0.007rem;
}

.form_search .form button {
  width: auto;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.form_search .form button svg {
  width: .475rem;
  height: .475rem;
  transition: all .6s;
}

.form_search .tit-30 {
  margin-bottom: 1rem;
}

.form_search .form button:hover svg {
  transform: scale(1.05);
}

.search_box {
  background-color: #fff;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  z-index: 1;
}
.search_box .w1680{
  position: relative;
  z-index: 1;
}
.search_box .results {
  color: #000;
  font-size: 0.375rem;
  line-height: normal;
  margin-bottom: 2.05rem;
}

.search_box .img_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 0;
}

.search_box .img_bg img {
  width: 100%;
}

.search_box .search_nav {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: .05rem;
}

.search_box .search_nav::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
  content: '';
}

.search_box .search_nav .swiper-slide {
  width: max-content;
  margin-right: 2.5rem;
}

.search_box .search_nav a {
  padding-bottom: .5rem;
  display: block;
  position: relative;
  color: rgba(0, 0, 0, .25);
  font-size: 0.9rem;
  line-height: 140%;
  letter-spacing: 0.036rem;
  margin-bottom: 1px;
}

.search_box .search_nav a::after {
  position: absolute;
  left: 0;
  bottom: -.075rem;
  width: 0%;
  height: 0.075rem;
  content: '';
  z-index: 1;
  background-color: #9A0100;
  transition: all .6s;
  opacity: 0;
  visibility: hidden;
}

.search_box .search_nav a.cur {
  color: #000;
}

.search_box .search_nav a.cur::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.search_box .results_box {
  width: 100%;
  padding-top: 0;
}

.search_box .results_box a {
  padding: 2rem 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  position: relative;
}

.search_box .results_box a .label {
  color: #9A0100;
  font-size: 0.375rem;
  line-height: 140%;
  letter-spacing: 0.007rem;
  margin-bottom: .25rem;
}

.search_box .results_box a .tit-36 {
  color: #000;
  font-size: 0.9rem;
  line-height: 140%;
  letter-spacing: 0.036rem;
  margin-bottom: .75rem;
  transition: all .6s;
}

.search_box .results_box a .tit-20 {
  color: #000;
  font-size: 0.5rem;
  line-height: 180%;
  letter-spacing: 0.02rem;
}

.search_box .results_box a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #9A0100;
  content: '';
  transition: all .6s;
  opacity: 0;
  visibility: hidden;
}

.search_box .results_box a:hover .tit-36 {
  color: #9A0100;
}

.search_box .results_box a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 996px) {
  .search_box .img_bg{
    width: 2.5rem;
    height: 2.5rem;
  }
  .search_box .results {
    margin-bottom: 1rem;
  }

  .search_box .search_nav a {
    font-size: .55rem;
    padding-bottom: .25rem;
  }
  .search_box .search_nav a::after{
    bottom: -.055rem;
  }
  .search_box .search_nav .swiper-slide {
    margin-right: 1rem;
  }
  .form_search{
    height: 1.75rem;
  }
  .form_search .form label{
    font-size: .65rem;
    line-height: 1;
  }
  .form_search .form .input_search{
    width: auto;
    margin-left: 2rem;
    flex: 1;
    padding: 0 .25rem;
  }
  .form_search .form input{
    width: 80%;
  }
  .form_search .form{
    /* width: 48%; */
    padding: .5rem 6%;
  }
  .search_box .results_box a{
    padding: 1rem 0;
  }
  .search_box .results_box a .tit-36{
    font-size: .65rem;
    margin-bottom: .5rem;
  }
  .search_box .results_box a .tit-20{
    font-size: .45rem;
  }
}