@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*:focus {
  outline: none;
}

.gradientGreen {
  background: #01767c;
  background: -webkit-gradient(linear, left top, right top, from(#01767c), to(#028b8a));
  background: linear-gradient(90deg, #01767c 0%, #028b8a 100%);
  color: #fff;
}

.gradientBrown {
  background: #a4865e;
  background: -webkit-gradient(linear, left top, right top, from(#a4865e), to(#b69568));
  background: linear-gradient(to right, #a4865e 0%, #b69568 100%);
  color: #fff;
}

.gradientLightGreen {
  background: #73baae;
  background: -webkit-gradient(linear, left top, right top, from(#73baae), to(#90d6ca));
  background: linear-gradient(to right, #73baae 0%, #90d6ca 100%);
  color: #fff;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1;
}

p, li {
  font-size: 1rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
  font-family: "Roboto Condensed", "Noto Sans TC", "微軟正黑體", sans-serif;
  overflow-x: hidden;
  color: #222222;
  background-color: #f7f7f7;
}

footer {
  background-color: #ffffff;
}

main {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  background-image: url(../img/header_bg.jpg);
  background-position: center center;
  height: 416px;
  position: relative;
}
.header__logo {
  position: absolute;
  left: 16px;
  top: 16px;
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.header__cha {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
}
.header__cha img {
  position: absolute;
}
.header__cha .cha2 {
  bottom: 104px;
  right: calc(50% - 23px);
}
.header__cha .cha {
  bottom: 116px;
  right: calc(50% + 52px);
}
.header__slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__slogan p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  background: #0cb3b2;
  background: -webkit-gradient(linear, left top, right top, from(#0cb3b2), to(#50d0cf));
  background: linear-gradient(to right, #0cb3b2 0%, #50d0cf 100%);
  display: inline-block;
  padding: 7px 20px;
  border-radius: 20px 20px 2px 20px;
  margin-bottom: 16px;
  line-height: 1;
}
.header__slogan h1 {
  font-size: 52px;
  color: #01767c;
  font-weight: bold;
  line-height: 1.2;
}

.searchArea {
  width: 90%;
  height: auto;
  max-width: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 15px rgba(95, 95, 95, 0.25);
          box-shadow: 8px 8px 15px rgba(95, 95, 95, 0.25);
  border-radius: 10px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -80px;
}
.searchArea .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px;
}
.searchArea .tabs__content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.searchArea .tabs .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
}
.searchArea .tabs .form .select__wrap {
  width: 250px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.searchArea .tabs .form .select__wrap.open .select__list {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.1s 0.07s;
  transition: all 0.1s 0.07s;
}
.searchArea .tabs .form .select__wrap.open .default__option {
  border-radius: 21px 21px 0 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.searchArea .tabs .form .select__wrap .default__option {
  background-color: #f6f5ec;
  border-radius: 21px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s;
}
.searchArea .tabs .form .select__wrap .default__option::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: solid #a2a7b5;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.searchArea .tabs .form .select__wrap .select__list {
  background-color: #f6f5ec;
  border-radius: 0 0 21px 21px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  width: 100%;
  max-height: 270px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.searchArea .tabs .form .select__wrap .select__list ol {
  height: calc(100% - 20px);
  color: #028a89;
}
.searchArea .tabs .form .select__wrap .select__list ol::-webkit-scrollbar {
  width: 5px;
}
.searchArea .tabs .form .select__wrap .select__list ol::-webkit-scrollbar-thumb {
  background: #d6d5c8;
  border-radius: 4px;
}
.searchArea .tabs .form .select__wrap .select__list ol::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.searchArea .tabs .form .select__wrap .select__list ol li {
  cursor: pointer;
  padding: 10px 20px;
}
.searchArea .tabs .form .select__wrap .select__list ol li:hover {
  background-color: #edecdc;
}
.searchArea .tabs .form .select__wrap .select__list ol li:last-child {
  border-bottom: none;
}
.searchArea .tabs .form .input__wrap {
  width: 400px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.searchArea .tabs .form .input__wrap input {
  width: 100%;
  background-color: #f6f5ec;
  border-radius: 21px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  border: none;
}
.searchArea .tabs .form .input__wrap .clear {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.searchArea .tabs .form .input__wrap .clear span {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #01767c;
  position: relative;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.searchArea .tabs .form .input__wrap .clear span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 2px;
}
.searchArea .tabs .form .input__wrap .clear span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 1px;
}
.searchArea .tabs .form .cfBox {
  height: 42px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  min-width: 300px;
}
.searchArea .tabs .form .cfBox .cf-turnstile {
  width: 196px;
  overflow: hidden;
  position: relative !important;
  left: -1px !important;
  top: -1px !important;
  margin-top: 8px;
}
.searchArea .tabs .form .cfBox .cloudflare-logo {
  margin-left: auto;
}
.searchArea .tabs .form .cfBox .terms {
  padding-right: 6px;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: underline;
}
.searchArea .tabs .form .searchBtn {
  width: 180px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.searchArea .tabs .form .searchBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.searchArea .tabs .form .filterGroup {
  padding: 0 20px;
  margin-top: 5px;
}
.searchArea .tabs .form .filterGroup input {
  display: none;
}
.searchArea .tabs .form .filterGroup input[type=checkbox]:checked + label span {
  background-image: url(../img/checkbox--checked.png);
  border: none;
}
.searchArea .tabs .form .filterGroup label {
  cursor: pointer;
}
.searchArea .tabs .form .filterGroup label:not(:last-of-type) {
  margin-right: 10px;
}
.searchArea .tabs .form .filterGroup label span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #b6b6b6;
  background-color: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: text-top;
  margin-right: 8px;
  background-position: center center;
}
.searchArea .tabs .keywords {
  margin-top: 15px;
  padding: 0 10px;
}
.searchArea .tabs .keywords p {
  font-size: 0.75rem;
}
.searchArea .tabs .keywords span {
  border-radius: 12px;
  padding: 0 6px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
.searchArea .tabs .keywords span.title {
  cursor: auto;
  border: none;
  background-color: #01767c;
  color: #fff;
}
.searchArea .tabs .keywords span.title svg {
  vertical-align: middle;
}
.searchArea .tabs .keywords span.topKeyword {
  color: #01767c;
  background-color: #e4f6f3;
  border: 1px solid #d4e8e5;
  cursor: pointer;
}
.searchArea .tabs .keywords span.topKeyword:hover {
  background-color: #c8dfdb;
}
.searchArea .tabs .keywords .topKeyword2_clean {
  padding: 0;
  cursor: pointer;
  color: #01767c;
}
.searchArea .tabs .keywords .topKeyword2_clean svg {
  vertical-align: middle;
  margin-top: -1px;
}

.mainContent {
  padding: 100px 50px;
}

.welcome {
  text-align: center;
}
.welcome .userName {
  color: #afafaf;
}
.welcome h1 {
  margin-bottom: 30px;
  color: #afafaf;
  line-height: 1.1;
}
.welcome img {
  max-width: 90%;
}

.loading {
  max-width: 1200px;
  margin: 0 auto;
}

.result {
  max-width: 1400px;
  margin: 0 auto;
}
.result:not(:last-of-type) {
  margin-bottom: 30px;
}
.result > p {
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 3px;
  text-align: right;
}
.result .noResult img, .result .noResult h4 {
  display: inline-block;
  vertical-align: middle;
}
.result .noResult img {
  margin-right: 15px;
}
.result .noResult h4 {
  max-width: 240px;
  text-align: left;
}
.result--table {
  text-align: center;
  font-size: 14px;
}
.result--table > p {
  text-align: right;
  margin-bottom: 5px;
}
.result--table .tableWrap {
  overflow-x: scroll;
}
.result--table .tableWrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.result--table .tableWrap::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 4px;
}
.result--table .tableWrap::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.result--table table {
  width: 100%;
}
.result--table thead th {
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.result--table thead th.sort__default, .result--table thead th.sort__forward, .result--table thead th.sort__reverse {
  cursor: pointer;
}
.result--table thead th.sort__default:hover, .result--table thead th.sort__forward:hover, .result--table thead th.sort__reverse:hover {
  color: #f3bd78;
}
.result--table thead th.sort__default span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 5px;
  opacity: 0.4;
}
.result--table thead th.sort__default span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  top: 0;
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}
.result--table thead th.sort__default span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  top: 7px;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
}
.result--table thead th.sort__reverse span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  cursor: pointer;
}
.result--table thead th.sort__reverse span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  top: 0;
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}
.result--table thead th.sort__forward span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  cursor: pointer;
}
.result--table thead th.sort__forward span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  top: 0;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
}
.result--table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.result--table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.result--table thead th:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #109c9b;
  position: absolute;
  right: 0;
  top: 15%;
}
.result--table tbody {
  background-color: #fff;
}
.result--table tbody td {
  padding: 12px 20px;
  word-break: break-all;
  line-height: 1.3;
  position: relative;
}
.result--table tbody td:not(:last-child) {
  border-right: 1px solid #f6f5ec;
}
.result--table tbody td:not(:last-child)::after {
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #f6f5ec;
  position: absolute;
  right: 0;
  top: 5px;
}
.result--table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.result--table tbody tr:hover {
  background-color: #f6f5ec;
}
.result--table tbody tr:hover td:not(:last-child) {
  border-right: 1px solid #fff;
}
.result--table tbody .itemInfo {
  text-align: left;
}
.result--table tbody .itemLv, .result--table tbody .chaLv {
  min-width: 92px;
}

.totop {
  position: fixed;
  width: 28px;
  height: 50px;
  background-color: #028a89;
  color: #fff;
  right: 0;
  bottom: -50px;
  border-radius: 6px 0 0 6px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  background-image: url(../img/totop.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.totop.show_l {
  bottom: 50px;
}

nav {
  margin-top: 30px;
}
nav .pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav .pagination li {
  display: inline-block;
  background-color: #ebebeb;
  width: 46px;
  height: 46px;
  border-radius: 2px;
  line-height: 46px;
  vertical-align: middle;
  position: relative;
  margin: 0 2px;
}
nav .pagination li:hover {
  background-color: #dfdfdf;
}
nav .pagination li.active {
  background-color: #028a89;
  color: #fff;
}
nav .pagination li:first-child::after, nav .pagination li:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #028a89;
  border-left: 2px solid #028a89;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}
nav .pagination li:first-child::after {
  margin-left: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav .pagination li:last-child::after {
  margin-left: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
nav .pagination li a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 580px) {
  nav .pagination li {
    height: 9vw;
    max-width: 9vw;
    line-height: 9vw;
    margin: 0 1px;
  }
  nav .pagination li a {
    font-size: 13px;
  }
}

.notice {
  background-color: #d9edea;
  padding: 50px;
}
.notice__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.notice h5 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0cb3b2), to(#50d0cf));
  background: linear-gradient(to right, #0cb3b2 0%, #50d0cf 100%);
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px 20px 0 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.notice ol {
  counter-reset: li;
}
.notice ol li {
  counter-increment: li;
  padding-left: 20px;
  position: relative;
}
.notice ol li::before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

@media only screen and (max-width: 1280px) {
  .header {
    background-image: url(../img/header_bg_m.jpg);
  }
  .header__cha {
    display: none;
  }
  .header__slogan {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -30px;
  }
  .mainContent {
    padding: 60px 50px 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .result--table tbody td {
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 52vw;
    background-size: cover;
    background-position: left 13% center;
    background-image: url(../img/header_bg_s.jpg);
  }
  .header__logo {
    width: 22%;
    left: 8%;
    top: 13%;
  }
  .header__logo img {
    width: 100%;
  }
  .header__slogan {
    width: 35%;
    margin-top: 6%;
    left: 8%;
  }
  .header__slogan p {
    font-size: 2.2vw;
    margin-bottom: 3%;
    padding: 0.5vw 3vw;
  }
  .header__slogan h1 {
    font-size: 7vw;
    line-height: 1.1;
  }
  .searchArea {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
  }
  .searchArea .tabs {
    padding: 6% 4%;
  }
  .searchArea .tabs .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .searchArea .tabs .form .select__wrap {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .searchArea .tabs .form .input__wrap {
    width: 100%;
  }
  .searchArea .tabs .form .searchBtn {
    width: calc(50% - 8px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .result--table table {
    font-size: 14px;
  }
  .result--table table .price {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 125px;
  }
  .result--table table .quantity {
    min-width: 80px;
  }
  .result--table table .buySell {
    min-width: 85px;
  }
  .result--table thead th {
    padding: 10px;
  }
  .result--table thead th:nth-child(n+4) {
    display: none;
  }
  .result--table thead th:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
  .result--table tbody td:nth-child(n+4) {
    display: none;
  }
  .result--shop table .shopName, .result--shop table .itemName {
    padding-left: 20px;
    padding-right: 20px;
  }
  .totop {
    top: initial;
    bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  html {
    font-size: 14px;
  }
  .searchArea .tabs__label {
    font-size: 1rem;
  }
  .searchArea .tabs .keywords p {
    font-size: 12px;
  }
  .searchArea .tabs .form .filterGroup {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  .mainContent {
    padding: 15% 5%;
  }
  .welcome h1 {
    font-size: 2.125rem;
    margin-bottom: 5%;
  }
  .result .noResult img {
    width: 22%;
    margin-right: 3%;
  }
  .result > h4 {
    margin-bottom: 2%;
    padding-left: 17px;
  }
  .result > h4::before {
    top: 9px;
  }
  .result--table table {
    font-size: 13px;
  }
  .result--table tbody td {
    padding: 10px 7px !important;
  }
  .notice {
    padding: 8% 5%;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
  .result > h4::before {
    top: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .header__logo {
    width: 24%;
    top: 17%;
  }
  .header__slogan {
    margin-top: 7%;
  }
  .header__slogan p {
    display: none;
  }
  .searchArea .tabs__label {
    height: auto;
    padding: 4% 2%;
  }
  .searchArea .tabs__label svg {
    display: none;
  }
  .result .noResult img {
    width: 20%;
    min-width: 50px;
    margin-right: 2%;
  }
  .result .noResult h4 {
    width: auto;
    text-align: center;
  }
}