* {
  padding: 0;
  margin: 0;
}
.head-box{
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-box-content {
  width: 1200px;
  height: 98px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-box-content .logo {
  width: 422px;
  height: 70px;
}
.head .text {
  width: 347px;
  height: 34px;
}
.head-box-content .search_box {
  width: 240px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-right: none;
  border-radius: 18px;
  display: flex;
  align-items: center;
}
.head-box-content .search_box .search_input {
  width: 188px;
  height: 36px;
  background: #FFFFFF;
  border: none;
  border-radius: 18px;
  padding: 12px 20px;
  box-sizing: border-box;
}
.head-box-content .search_box .search_input:focus-visible {
  outline: none;
}
.head-box-content .search_box .search_input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
}
.head-box-content .search_box .search_icon {
  width: 52px;
  height: 36px;
  background: #CCCCCC;
  border: 1px solid #CCCCCC;
  border-left: none;
  border-radius: 0px 18px 18px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-box-content .search_box .search_icon .icon {
  width: 18px;
  height: 18px;
}/*# sourceMappingURL=head.css.map */