@charset "UTF-8";
.cateTitTxt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cateTit01 {
  margin: 0 1em 0 0;
}

.searchResultTxt {
  margin: 0.3em 0 0;
  font-size: 14px;
}

.searchTag {
  margin: 20px auto 0;
}

.searchTagTxt {
  font-size: 14px;
  padding: 0 0 5px;
}

@media screen and (max-width: 768px) {
  .searchTagTxt {
    font-size: 12px;
  }
}

.searchTagBx {
  margin: -10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.searchTagLabel {
  margin: 10px 7px 0 0;
  padding: 4px 28px 3px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 12px;
  border: 1px solid #FF8800;
  background-color: #FF8800;
  color: #FFF;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .searchTagLabel {
    margin: 5px 7px 0 0;
    font-size: 11px;
  }
}

.searchTagDelete {
  content: "×";
  margin: auto;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
/*# sourceMappingURL=ec-search.css.map */