@charset "UTF-8";
/*********************
* 통합검색
*********************/
.totalSearch .searchBox {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #0A54A1;
  padding: 60px 0 36px 0;
  width: 100%;
  margin: 0 0 30px 0;
}
@media (max-width: 800px) {
  .totalSearch .searchBox {
    padding: 30px 0;
  }
}
.totalSearch .searchBox::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #0A54A1;
}
.totalSearch .searchBox::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #0A54A1;
}
.totalSearch .searchBox .inBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 0 clamp(10px, 8px + 2vw, 30px);
}
@media (max-width: 800px) {
  .totalSearch .searchBox .inBox {
    flex-direction: column;
  }
}
.totalSearch .searchBox .inBox > .subTit {
  flex: 0 0 auto;
  color: #fff;
  white-space: nowrap;
}
.totalSearch .searchBox .inBox > .total-search-input {
  display: flex;
  gap: 10px;
  width: 900px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 800px) {
  .totalSearch .searchBox .inBox > .total-search-input {
    flex-direction: column;
  }
}
.totalSearch .searchBox .inBox > .total-search-input input {
  flex: 1 1 auto;
  position: relative;
}
.totalSearch .searchBox .inBox > .total-search-input select {
  flex: 0 0 auto;
  width: 170px;
  height: 50px;
  color: #666;
  font-size: 16px;
  background: url("/humanframe/theme/reserv/assets/img/icon/arrow-down2.png") no-repeat #fff;
  background-position: calc(100% - 10px) 50%;
  background-size: 13px;
  padding: 7px 40px 7px 10px;
  vertical-align: middle;
  box-sizing: border-box;
  border: #d8d8d8 solid 1px;
  color: #535454;
  appearance: none;
}
@media (max-width: 800px) {
  .totalSearch .searchBox .inBox > .total-search-input select {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .totalSearch .searchBox .inBox > .total-search-input button {
    width: 100%;
  }
}
.totalSearch .searchBox .searchList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0 0;
  padding: 0 clamp(10px, 8px + 2vw, 30px);
}
.totalSearch .searchBox .searchList li a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  white-space: nowrap;
}
.totalSearch .okSearch {
  display: block;
  background-color: #F8F8F8;
  margin: 30px 0px;
  padding: 30px;
  color: #222;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .totalSearch .okSearch {
    padding: 24px;
    font-size: clamp(14px, 10px + 1vw, 24px);
  }
}
.totalSearch .okSearch em {
  color: #EE3C30;
  font-weight: 400;
  font-size: inherit;
}
.totalSearch .conBody section,
.totalSearch .galleryBox {
  margin-bottom: 50px;
}
.totalSearch .conBody section .top,
.totalSearch .galleryBox .top {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #0052A3;
}
.totalSearch .conBody section .top h4,
.totalSearch .galleryBox .top h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
.totalSearch section.news .body li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}
.totalSearch section.news .body li .tit {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.totalSearch section.news .body li .tit .date {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-left: 20px;
}
.totalSearch section.news .body li .txt {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

/*+++ END 통합검색 +++*/
/*+++/  END 통합검색  /+++*/
/*+++ END 통합검색 +++*/
.search-keyword-highlight {
  background-color: yellow;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  color: #000;
}