@charset "UTF-8";
/* suggest.css COPYRIGHT FCCL 2022 */
/*
#search {
 overflow:hidden
}
*/
.srchAssist {
  clear: both;
  position: relative;
  z-index: 51;
  zoom: 1;
}
.srchAssistInner {
  position: absolute;
  width: calc(100% - 115px);
  margin-bottom: 6px;
  z-index: 9999;
}
.srchAssist .window {
  background: #fff;
  border: 1px solid #b5c0b8;
  border-top: none;
  zoom: 1;
}
.srchAssist .window .list {
 text-align: left;
}
.srchAssist .window .list a {
  display: block;
  min-height: 20px;
  padding: 5px 5px 1px 5px;
  color: #333;
  font-size: 16px;
}
.srchAssist .window .list a:hover {
  text-decoration: none;
}
.srchAssist .window .list a.on {
  background: #e9f7fc;
}
.srchAssist .window .list span {
  font-weight: bold;
}
.srchAssist .window p.txt {
  padding: 1px 5px;
}
.srchAssist .inner {
  padding: 0 2px;
}
.srchAssist .option {
  padding: 5px 10px 5px 0;
  font-size: 13px;
  text-align: right;
  line-height: 1.12;
  background-color: #f5fbfc;
}
.srchAssist .option * {
  display: inline;
}
.srchAssist .option li {
  font-weight: bold;
}
.srchAssist .option li a {
  font-weight: normal;
}

.srchAssistBtn a,
.srchAssistBtn a:hover {
  display: block;
  position: absolute;
  top: -30px;
  right: 10px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  background-position: -962px -19px;
}

.srchAssistBtn.on a,
.srchAssistBtn.on a:hover {
  background-position: -983px -19px;
}

.srchAssistIn {
 padding: 4px 4px;
}

.searchHistory {
  clear: both;
  position: relative;
  z-index: 51;
  zoom: 1;
}
.searchHistoryInner {
  position: absolute;
  width: calc(100% - 115px);
  margin-bottom: 6px;
  z-index: 9999;
}
.searchHistory .window {
  background: #fff;
  border: 1px solid #b5c0b8;
  border-top: none;
  zoom: 1;
}
.searchHistory .window .list li {
  position: relative;
}
.searchHistory .window .list li.on {
  background: #e9f7fc;
}
.searchHistory .window .list a {
  display: block;
  min-height: 20px;
  padding: 5px 5px 1px 5px;
  color: #333;
  font-size: 16px;
}
.searchHistory .window .list a:hover {
  text-decoration: none;
}
.searchHistory .window .list a .atsearchstyle {
  background: none !important;
}
.searchHistory .window .list span {
  position: absolute;
  top: 0;
  right: 10px;
  width: 14px;
  height: 26px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.searchHistory .window p.txt {
  padding: 1px 5px;
}
.searchHistory .inner {
  padding: 0 2px;
 }
.searchHistory .option {
  padding: 5px 10px 5px 0;
  font-size: 13px;
  text-align: right;
  line-height: 1.12;
  background-color: #f5fbfc;
}
.searchHistory .option * {
  display: inline;
}
.searchHistory .option p,
.searchHistory .option ul {
  display: inline;
}
.searchHistory .option li {
  display: inline;
  font-weight: bold;
}
.searchHistory .option li a {
  font-weight: normal;
}
.searchHistory .option li a:hover {
  color: #545454;
  text-decoration: underline
}

.srchHistory {
  width: 940px;
  margin: 0 auto;
  margin-top: 5px;
}
.srchHistoryInner {
  display: flex;
  font-size: 13px;
}
.srchHistoryTitle {
  flex-shrink: 0;
}
.srchHistoryLists {
  display: flex;
  flex-wrap: wrap;
}
.srchHistoryItem {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  margin-right: 10px;
}
a.srchHistoryLink {
  margin: 0 5px;
  color: #206ac5;
  text-decoration: underline;
}
.srchHistoryDelete {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 50%;
  background-color: #232b35;
  cursor: pointer;
}
.srchHistoryDelete::after {
  content: "×";
  display: block;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 12px;
  text-indent: 0;
  line-height: 15px;
}

@media only screen and (max-width: 768px) {
  .srchAssistInner {
    width: calc(100% - 50px);
  }
  .srchAssistBtn a, .srchAssistBtn a:hover {
    width: 12px;
    height: 12px;
  }
}