@charset "UTF-8";
#main {
  margin-bottom: 40px;
}

.brand_header {
  width: 100%;
  height: 350px;
  padding-top: 0;
}

.brand,
table {
  width: 100%;
}
.brand_square {
  height: 150px;
  width: 150px;
  top: -70px;
}
.brand_square img {
  width: 150px;
  height: 150px;
}
.brand_square h1 {
  font-size: 20px !important;
}

.brand_desc {
  width: 90%;
  margin-bottom: 20px;
}

.brand_info {
  padding: 40px 16px 0;
}

.brand_info .box .table-title .bubble {
  font-size: 18px;
  width: 300px;
  height: 45px;
  margin-bottom: 40px;
}
.brand_info .box .table-title .bubble:before {
  border-left: 20px solid;
  bottom: -39px;
}
.brand_info .box .table-title h2 {
  font-size: 24px !important;
}
.brand_info .box .tr-title > * {
  padding: 15px 0;
  font-size: 16px;
}
.brand_info .box th {
  width: 50%;
}
.brand_info .box td,
.brand_info .box th {
  padding: 15px 20px;
}
.brand_info .box .product-name h4 {
  font-size: 18px;
}
.product-wrapper {
  padding: 40px 0;
}
.product-wrapper .row {
  width: 100%;
  padding: 0 16px;
}
.product-wrapper .row .product .image-wrapper {
  height: 180px;
}
.product-wrapper .row .product .other {
  padding: 6px 12px;
  font-size: 14px;
}
.product-wrapper .row .product .info .description {
  font-size: 14px;
}
.product-wrapper .row .product .footer {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.product-wrapper .row .product .footer .condition {
  font-size: 14px;
}
.product-wrapper .row .product .footer .price {
  font-size: 22px;
}
.brand_header {
  height: 300px;
}
.brand_desc {
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .brand_info .box td,
  .brand_info .box th {
    padding: 10px;
  }
  .brand_info .box .tr-title > * {
    padding: 20px 0;
    font-size: 14px;
  }
  .brand_info .box .table-title h2 {
    font-size: 20px !important;
  }
  .brand_info .box .table-title .bubble {
    font-size: 16px;
    width: 250px;
    height: 40px;
    margin-bottom: 40px;
  }
  .brand_info .box .table-title .bubble:before {
    border-left: 15px solid;
    bottom: -36px;
  }
  .brand_info .box .product-name h4 {
    font-size: 15px;
  }
  .brand_info .box .product-name p {
    font-size: 13px;
    margin: 5px 0;
    line-height: 18px;
  }
  .brand_info .box td.price {
    font-size: 20px;
  }
  .product-wrapper .row {
    gap: 16px;
    padding: 0 16px;
  }
  .product-wrapper .row .product {
    width: calc(100% / 2 - 18px);
  }
  .product-wrapper .row .product .image-wrapper {
    height: 140px;
  }
  .product-wrapper .row .product .other {
    padding: 4px 10px;
    font-size: 14px;
  }
  .product-wrapper .row .product .footer {
    margin-top: 12px;
    gap: 8px;
  }
  .brand_header {
    height: 150px;
  }
  .brand_square {
    height: 120px;
    width: 120px;
    top: -155px;
    right: -150px;
  }
  .brand_square img {
    width: 120px;
    height: 120px;
  }
  .brand_desc {
    line-height: 1.5;
  }
}
