.search {
  padding: 60px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.search-selector {
  background-color: #E8F6FC;
  padding: 30px;
  border-radius: 10px;
}
.search-selector ._sortorderselector,
.search-selector ._countselector,
.search-selector ._attributegroup,
.search-selector ._lastmodifiedselector {
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.search-selector ._sortorderselector ._label,
.search-selector ._countselector ._label,
.search-selector ._attributegroup ._label,
.search-selector ._lastmodifiedselector ._label {
  -webkit-box-flex: initial !important;
  -ms-flex: initial !important;
  flex: initial !important;
  width: 6em !important;
  font-size: 1.8rem !important;
}
.search-selector ._sortorderselector ._last_modifieds > form,
.search-selector ._countselector ._last_modifieds > form,
.search-selector ._attributegroup ._last_modifieds > form,
.search-selector ._lastmodifiedselector ._last_modifieds > form {
  gap: 10px 20px;
}
.search-selector ._sortorderselector ._last_modifieds ._last_modified,
.search-selector ._countselector ._last_modifieds ._last_modified,
.search-selector ._attributegroup ._last_modifieds ._last_modified,
.search-selector ._lastmodifiedselector ._last_modifieds ._last_modified {
  padding: 0 !important;
  cursor: pointer;
}
.search-selector ._sortorderselector select,
.search-selector ._countselector select,
.search-selector ._attributegroup select,
.search-selector ._lastmodifiedselector select {
  -webkit-box-flex: initial !important;
  -ms-flex: initial !important;
  flex: initial !important;
  width: 280px !important;
  font-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 10px !important;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  background-image: url(/haigan/assets/img/common/arrow_anchor.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.search-selector ._sortorderselector input[type=radio],
.search-selector ._countselector input[type=radio],
.search-selector ._attributegroup input[type=radio],
.search-selector ._lastmodifiedselector input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  border: 1px solid #707070;
  margin: 0 !important;
  margin-right: 5px !important;
  top: -2px;
}
.search-selector ._sortorderselector input[type=radio]:checked:after,
.search-selector ._countselector input[type=radio]:checked:after,
.search-selector ._attributegroup input[type=radio]:checked:after,
.search-selector ._lastmodifiedselector input[type=radio]:checked:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1781C1;
  border-radius: 100%;
}
.search-selector ._attributegroup {
  margin-top: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-selector ._attributegroup ._group {
  width: 6em !important;
  font-size: 1.8rem !important;
}
.search-selector ._attributegroup ._attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-selector ._attributegroup ._attributes ._attribute {
  margin: 0 !important;
}
.search-selector ._attributegroup ._attributes ._attribute input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  border: 1px solid #707070;
  margin: 0 !important;
  margin-right: 5px !important;
  top: -2px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-selector ._attributegroup ._attributes ._attribute input[type=checkbox]:checked {
  background-size: 16px;
  background-image: url(/haigan/assets/img/common/icon_check.svg);
}
.search-selector ._countselector {
  margin-top: 25px !important;
}
.search-selector ._lastmodifiedselector {
  margin-top: 25px !important;
}
.search ._searchstatus {
  margin: 50px 0 0 !important;
  font-size: 1.8rem !important;
  font-weight: bold;
}
.search ._searchresults em {
  background-color: #8ED1EE !important;
}
.search ._searchresults ._item {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 40px !important;
  padding-top: 40px !important;
  border-top: 2px solid #E5E5E5;
}
.search ._searchresults ._item:last-of-type {
  padding-bottom: 40px !important;
  border-bottom: 2px solid #E5E5E5;
}
.search ._searchresults ._wrap {
  width: 100% !important;
}
.search ._searchresults ._sitesearch_group1 {
  font-size: 2.4rem !important;
  font-weight: bold;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.search ._searchresults ._sitesearch_group1 ._seq {
  padding: 0 !important;
}
.search ._searchresults ._sitesearch_group1 ._title a {
  text-decoration: underline;
}
.search ._searchresults ._sitesearch_group2 {
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 !important;
}
.search ._searchresults ._sitesearch_group2 ._snippet {
  padding: 0 !important;
}
.search ._searchresults ._sitesearch_group3 {
  margin-top: 15px !important;
  font-size: 1.6rem !important;
  display: none !important;
}
.search ._searchresults ._sitesearch_group4 {
  margin-top: 5px !important;
  font-size: 1.6rem !important;
  display: none !important;
}
.search ._pagenator {
  margin: 50px 0 0 !important;
  padding: 0 !important;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search ._pagenator ._nav {
  margin: 0 !important;
  -webkit-box-flex: initial !important;
  -ms-flex: initial !important;
  flex: initial !important;
  padding: 0 !important;
  width: 60px;
  height: 50px;
  font-size: 2rem !important;
  font-weight: bold;
}
.search ._pagenator ._nav > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
}
.search ._pagenator ._nav._first, .search ._pagenator ._nav._prev, .search ._pagenator ._nav._next {
  width: 160px;
}
.search ._pagenator ._nav._first ._disable, .search ._pagenator ._nav._prev ._disable, .search ._pagenator ._nav._next ._disable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
}
.search ._pagenator ._nav._current {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #8ED1EE;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 0;
    background-color: transparent;
  }
  .search {
    padding: 10px 18px 20px;
  }
  .search-selector {
    padding: 20px;
  }
  .search-selector ._sortorderselector,
.search-selector ._countselector,
.search-selector ._attributegroup,
.search-selector ._lastmodifiedselector {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-selector ._sortorderselector ._label,
.search-selector ._countselector ._label,
.search-selector ._attributegroup ._label,
.search-selector ._lastmodifiedselector ._label {
    width: 100%;
    font-size: 1.6rem !important;
    margin-bottom: 5px;
  }
  .search-selector ._sortorderselector ._last_modifieds ._last_modified,
.search-selector ._countselector ._last_modifieds ._last_modified,
.search-selector ._attributegroup ._last_modifieds ._last_modified,
.search-selector ._lastmodifiedselector ._last_modifieds ._last_modified {
    width: 130px;
  }
  .search-selector ._sortorderselector select,
.search-selector ._countselector select,
.search-selector ._attributegroup select,
.search-selector ._lastmodifiedselector select {
    width: 100% !important;
    font-size: 1.6rem !important;
  }
  .search-selector ._attributegroup {
    margin-top: 20px !important;
  }
  .search-selector ._attributegroup ._group {
    width: 100%;
    font-size: 1.6rem !important;
    margin-bottom: 5px;
  }
  .search-selector ._countselector {
    margin-top: 20px !important;
  }
  .search-selector ._lastmodifiedselector {
    margin-top: 20px !important;
  }
  .search ._searchstatus {
    margin-top: 30px !important;
    font-size: 1.6rem !important;
  }
  .search ._searchresults ._item {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .search ._searchresults ._item:last-of-type {
    padding-bottom: 30px !important;
  }
  .search ._searchresults ._sitesearch_group1 {
    font-size: 2rem !important;
  }
  .search ._searchresults ._sitesearch_group2 {
    font-size: 1.6rem !important;
  }
  .search ._searchresults ._sitesearch_group3 {
    padding: 0 !important;
    font-size: 1.2rem !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .search ._searchresults ._sitesearch_group3 ._filesize {
    width: 100%;
    padding: 0 !important;
  }
  .search ._searchresults ._sitesearch_group3 ._last_modified {
    padding: 0 !important;
  }
  .search ._searchresults ._sitesearch_group4 {
    padding: 0 !important;
    font-size: 1.2rem !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .search ._searchresults ._sitesearch_group4 ._link {
    word-break: break-all;
    padding: 0 !important;
  }
  .search ._pagenator {
    margin-top: 30px !important;
    gap: 10px;
  }
  .search ._pagenator ._nav {
    width: 40px;
    height: 40px;
    font-size: 1.6rem !important;
  }
  .search ._pagenator ._nav._first, .search ._pagenator ._nav._prev, .search ._pagenator ._nav._next {
    width: 100px;
  }
}
