.search-contain .search-content {
  border: none; }

.search-contain input[type="text"] {
  outline: none;
  border: none;
  background: #FFF;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: arial;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  color: #3a3a3a; }
  @media screen and (max-width: 550px) {
    .search-contain input[type="text"] {
      height: 36px; } }

#keyword::placeholder {
  font-weight: 500;
  font-size: 16px; }
  @media screen and (min-width: 1440px) {
    #keyword::placeholder {
      font-size: 0.833vw; } }
  @media screen and (max-width: 500px) {
    #keyword::placeholder {
      font-size: 12px; } }

.search_home #search {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: absolute;
  right: -10px;
  top: calc(100% + 5px);
  border-top: 4px solid var(--main-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 1s;
  -webkit-transition: 1s; }
  @media screen and (min-width: 1440px) {
    .search_home #search {
      right: -0.781vw;
      top: calc(100% + 0.260vw); } }
  @media only screen and (max-width: 768px) {
    .search_home #search {
      right: -15px;
      top: calc(100% + 10px); } }
  @media only screen and (max-width: 360px) {
    .search_home #search {
      right: -24px; } }
  .search_home #search::before {
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--main-color); }

#search_form {
  transition-property: all;
  transition-duration: 1.5s;
  transform-origin: right;
  position: relative;
  background: #fff;
  padding: 9px 20px 10px;
  display: flex;
  width: 370px;
  z-index: 2222;
  box-sizing: border-box; }
  @media screen and (min-width: 1440px) {
    #search_form {
      padding: 0.469vw 1.042vw 0.521vw;
      display: flex;
      width: 19.271vw; } }
  @media screen and (max-width: 768px) {
    #search_form {
      width: 300px;
      padding: 9px 10px; } }
  @media screen and (max-width: 550px) {
    #search_form {
      width: 300px;
      padding: 5px 7px; } }

.button_a {
  background: none;
  border: none;
  right: 0px;
  cursor: pointer;
  outline: none;
  padding: 0px; }
  .button_a svg {
    width: 18px;
    height: 18px; }
    @media screen and (min-width: 1440px) {
      .button_a svg {
        width: 0.938vw;
        height: 0.938vw; } }

.button-search {
  outline: none;
  background: none;
  border: none;
  top: 0px;
  cursor: pointer;
  background: var(--black-color);
  color: #fff;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  padding: 0px 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s; }
  @media screen and (min-width: 1440px) {
    .button-search {
      padding: 0 0.781vw; } }
  @media screen and (max-width: 768px) {
    .button-search {
      padding: 0px 10px; } }
  .button-search svg {
    fill: #000;
    width: 18px;
    height: 18px; }
  .button-search:hover {
    background: var(--main-color);
    color: #000; }

.button-search i {
  width: 26px;
  height: 29px;
  background-position: 0px 0px;
  display: block;
  margin-left: 11px;
  margin-top: 4px; }

.autocomplete-suggestions {
  position: absolute;
  top: 4px;
  right: -5px;
  margin: 6px 0 0 6px;
  _background: none;
  _margin: 1px 0 0 0; }

.autocomplete-suggestions {
  border: 1px solid  #ececec;
  background: #fff;
  cursor: default;
  overflow: auto;
  margin: 0 0px 6px -1px;
  width: 100%;
  top: 31px;
  left: 101px; }
  @media only screen and (min-width: 1440px) {
    .autocomplete-suggestions {
      width: 19.171vw !important;
      transform: translate(-0.985vw, 0.521vw) !important; } }

.autocomplete-suggestions div {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: -5px; }

.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f9f9f9;
  box-sizing: border-box;
  font-weight: 600; }

.autocomplete-suggestions div a, .autocomplete-suggestions div a:link, .autocomplete-suggestions div a:visited {
  display: inline-block;
  margin: 0;
  padding: 6px 3%;
  width: 100%;
  /* font-family: opensans; */
  font-size: 13px;
  color: #333;
  background: #fff;
  clear: both;
  border-bottom: 1px solid #eee;
  box-sizing: border-box; }

.autocomplete-suggestions div a:hover {
  background: #ececec; }

.autocomplete-suggestions div a img {
  width: 80px;
  float: left;
  margin-right: 10px; }
  @media screen and (min-width: 1440px) {
    .autocomplete-suggestions div a img {
      width: 4.167vw;
      margin-right: 0.521vw; } }

.autocomplete-suggestions div a label {
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  float: left;
  width: calc(100% - 90px); }
  @media screen and (min-width: 1440px) {
    .autocomplete-suggestions div a label {
      width: calc(100% - 4.688vw); } }

.autocomplete-suggestions div a span {
  clear: both;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 1440px) {
    .autocomplete-suggestions div a span {
      font-size: 0.938vw; } }

.autocomplete-suggestions div a span.price {
  color: #fd0000;
  font-weight: 400;
  display: block;
  font-size: 16px; }
  @media screen and (min-width: 1440px) {
    .autocomplete-suggestions div a span.price {
      font-size: 0.833vw; } }

.autocomplete-suggestions div.last {
  border: none; }

.autocomplete-suggestions strong {
  font-weight: 500;
  color: #0083bf; }

.autocomplete-suggestions::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: #EBEBEB; }

.autocomplete-suggestions::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
  border-radius: 15px; }

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #000;
  border: 1px solid #EBEBEB; }

@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 30px;
    left: 10px; } }
.search_form-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important; }

/*# sourceMappingURL=search.css.map */
