@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.b-16 {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .b-16 {
    border-radius: 0px;
  }
}

.progress-ring {
  --size: 32px;
  --thickness: 7px;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(var(--fill) calc(var(--value) * 1%), #ffffff 0);
}
.progress-ring::before {
  content: "";
  position: absolute;
  inset: var(--thickness);
  background: var(--bg);
  border-radius: 50%;
}
.progress-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px));
}

.brand_detail_section {
  padding: 11px 0 0 0;
}
.brand_detail_section .container-flex {
  gap: 15px;
}
@media (max-width: 767px) {
  .brand_detail_section .container-flex {
    padding-top: 0;
  }
  .brand_detail_section .container-flex .bd_pagination {
    padding: 0 20px;
    justify-content: space-between;
  }
  .brand_detail_section .container-flex .bd_pagination span.icon_text {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .brand_detail_section {
    padding: 16px 0 0 0;
  }
  .brand_detail_section .theme-container {
    padding: 0;
  }
}
.brand_detail_section .home_flex {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
}
@media (max-width: 991px) {
  .brand_detail_section .home_flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brand_detail_section .home_flex .bd_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .brand_detail_section .home_flex .bd_pagination {
    justify-content: center;
    gap: 12px;
  }
}
.brand_detail_section .home_flex .bd_pagination .bd_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.brand_detail_section .home_flex .bd_pagination .bd_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.brand_detail_section .home_flex .bd_pagination .bd_item a .icon {
  line-height: 0;
}
.brand_detail_section .home_flex .bd_pagination .bd_item a span {
  display: inline-block;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #4C7B8E;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-decoration: underline;
}
.brand_detail_section .home_flex .bd_pagination .bd_item span {
  display: inline-block;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  font-weight: 400;
  color: #4C7B8E;
}
.brand_detail_section .pd_hero_wrapper {
  background-color: #F6F6F6;
  padding: 32px;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper {
    margin-top: 36px;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex {
    flex-direction: column;
    margin-bottom: 37px;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left {
  width: 60%;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left {
    width: 100%;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 20px;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_img {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_img .pd_country {
  display: block;
  flex-shrink: 0;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_img .pd_country img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_img .pd_brand {
  display: block;
  height: 96px;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_img .pd_brand img {
  width: auto;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_img_wrapper .pd_brand_title h2 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #0C191F;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_description p {
  color: #30505D;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_description #about_company_text {
  max-height: 185px;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_description .pd_readmore {
  margin-top: 16px;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_left .pd_description .pd_readmore button {
  background-color: unset;
  outline: none;
  border: none;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #4C7B8E;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right {
  width: 35.245%;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description {
  padding-top: 0;
  border: none;
  padding-left: 0;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating {
  padding: 9px 33px 8px 39px;
  background-color: #b3f25f;
}
@media (max-width: 1024px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating {
    padding: 9px 23px 8px 19px;
  }
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating h3 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating {
    padding: 9px 53px 8px 56px;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating .progress-ring {
  --size: 49px;
  --thickness: 10px;
}
@media (max-width: 1024px) {
  .brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating .progress-ring {
    --size: 39px;
    --thickness: 9px;
  }
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating .pr_count {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating .pr_count span {
  cursor: pointer;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating span {
  font-family: "Work Sans";
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .product_rating span:first-of-type {
  max-width: 69px;
  font-size: 18px;
  color: #0F1112 !important;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .pr_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .pr_price p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #0C191F;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .product_description .pr_price h3 {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  color: #0C191F;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .pr_whitebox {
  padding: 12px 16px 14px 16px;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: center;
  border: 2px solid #e9d5ff;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .pr_whitebox p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #3F6676;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .pr_whitebox h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  color: #0C191F;
  font-weight: 600;
}
.brand_detail_section .pd_hero_wrapper .pd_hero_flex .pd_right .pr_whitebox button {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #240036;
  font-weight: 600;
  background-color: #c084fc;
  border: none;
  border-radius: 40px;
  width: 100%;
  margin-top: 13px;
  padding: 13px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_hero_wrapper .pd_video_wrapper iframe {
    height: 206px;
  }
}
.brand_detail_section .pd_know {
  padding: 13px 16px 21px 16px;
  border-radius: 8px;
  background-color: #EBF5FB;
  margin-top: 30px;
  border: 2px solid #E2E8F0;
}
@media (max-width: 767px) {
  .brand_detail_section .pd_know {
    margin-top: 24px;
    padding: 13px 16px 9px 16px;
  }
}
.brand_detail_section .pd_know .pd_heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
.brand_detail_section .pd_know .pd_heading span {
  display: inline-block;
}
.brand_detail_section .pd_know .pd_heading h3 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #0C191F;
}
.brand_detail_section .pd_know ul {
  margin-top: 20px;
  padding-left: 13px;
}
.brand_detail_section .pd_know ul li {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 400;
  list-style: disc;
  line-height: 150%;
}
.brand_detail_section .pd_know ul li::marker {
  color: #30505D;
}

.c_headerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0px 0 15px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 2px solid #30505D;
}
@media (max-width: 767px) {
  .c_headerbox {
    padding: 7px 16px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .c_headerbox .c_img {
    padding-top: 10px;
  }
}
.c_headerbox .c_img svg {
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 767px) {
  .c_headerbox .c_img svg {
    width: 35px;
    height: 35px;
  }
}
.c_headerbox h2 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #30505D;
}
@media (max-width: 767px) {
  .c_headerbox h2 {
    letter-spacing: -0.03em;
    line-height: 119%;
  }
}

.brand_food_review_wrapper {
  margin-top: 20px;
  width: 100%;
  padding: 23px 32px 38px 32px;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .brand_food_review_wrapper {
    margin-top: 13px;
    padding: 23px 16px 32px 16px;
  }
}
.brand_food_review_wrapper .bfr_content {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 46px 0 24px 0;
}
@media (max-width: 1366px) {
  .brand_food_review_wrapper .bfr_content .brand_food_review {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .brand_food_review_wrapper .bfr_content .brand_food_review {
    grid-template-columns: repeat(1, 1fr);
    padding: 38px 0;
  }
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card {
  background-color: #ffffff;
  padding: 11px 16px 16px 16px;
  border-radius: 16px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card > h3 {
  min-height: 44px;
  font-family: "Work Sans" !important;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card h3 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  line-height: 120%;
  color: #191401;
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Sofia Sans Extra Condensed";
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .bfr_img {
  text-align: center;
  margin: 14px 0 12px 0;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description {
  padding-left: 0;
  border: none;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .sr_footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .sr_footer .price_tag {
  flex-direction: column;
  border-radius: 11px;
  padding: 11px 4px 12px 4px;
  width: 48%;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .sr_footer .price_tag p {
  font-size: 12px !important;
  margin-top: 0;
  padding-top: 0;
  font-weight: 400 !important;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  line-height: 0.9;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .sr_footer .price_tag h3 {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 90%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .p_tooltip_box {
  gap: 5px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .p_tooltip_box .tooltip_icon img {
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 767px) {
  .brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .p_tooltip_box .tooltip_icon img {
    width: 32px !important;
    height: 32px !important;
  }
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_rating {
  border-radius: 11px;
  padding: 11px 4px 12px 4px;
  background-color: #B3F25F;
  justify-content: center;
  gap: 6px;
  width: 48%;
  flex-direction: column;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_rating span {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0C191F;
  font-weight: 400;
  font-size: 12px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_rating span b {
  font-weight: 400;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_rating h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  line-height: 90%;
  color: #0C191F;
  font-weight: 600;
  font-family: "Sofia Sans Extra Condensed";
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex {
  margin-top: 20px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .p_tooltip_box {
  justify-content: center;
  gap: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .p_tooltip_box {
    justify-content: center;
  }
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .p_tooltip_box .tooltip_block {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: static;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .p_tooltip_box .tooltip_block .tooltip_icon img {
  width: 30px;
  height: 30px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .p_tooltip_box .tooltip_block .tooltip_description {
  left: 0;
  transform: unset;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .price_tag {
  padding: 0;
  margin: 12px 0;
  gap: 0;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .price_tag p {
  padding: 0;
  font-weight: 400;
  color: #0C191F;
  font-size: 16px;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card .product_description .product_flex .price_tag h3 {
  color: #0C191F;
}
.brand_food_review_wrapper .bfr_content .brand_food_review .bfr_card a {
  margin-top: 19px;
}
.brand_food_review_wrapper .bfr_content .bfr_btn {
  text-align: center;
}
.brand_food_review_wrapper .bfr_content .bfr_btn button {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0F1112;
  font-weight: 600;
  background-color: #FADA56;
  border: none;
  border-radius: 40px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 auto;
  padding: 13px;
  cursor: pointer;
  min-width: 186px;
}

.brand_map_box {
  margin-top: 20px;
  padding: 23px 32px 32px 32px;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .brand_map_box {
    margin-bottom: 27px;
    padding: 23px 16px 32px 16px;
  }
}
.brand_map_box + .comment_box_wrapper {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .brand_map_box .c_headerbox {
    padding: 0 0 7px 0;
  }
  .brand_map_box .c_headerbox .c_img {
    padding-top: 0;
  }
}
.brand_map_box .brand_map_content {
  padding: 31px 0 0 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content {
    padding: 26px 0 0 0;
  }
}
.brand_map_box .brand_map_content .brand_map_select {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.brand_map_box .brand_map_content .brand_map_select p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_select {
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
  }
}
.brand_map_box .brand_map_content .brand_map_select .bm_select2 p,
.brand_map_box .brand_map_content .brand_map_select .bm_select1 p {
  margin-bottom: 13px;
  color: #0C191F;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_select .bm_select2 p,
  .brand_map_box .brand_map_content .brand_map_select .bm_select1 p {
    margin-bottom: 2px;
  }
}
.brand_map_box .brand_map_content .brand_map_select input {
  border: none;
  padding: 10px 25px 9px 25px;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_select input {
    width: 100%;
    padding: 10px 25px 9px 15px;
  }
}
.brand_map_box .brand_map_content .brand_map_select select {
  width: 100%;
  background-color: #ffffff;
  background-position: calc(100% - 15px);
}
.brand_map_box .brand_map_content .brand_map_select button {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0F1112;
  font-weight: 600;
  background-color: #B1E981;
  border: none;
  border-radius: 40px;
  width: 100%;
  margin-top: 13px;
  padding: 13px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_select button {
    margin-top: 4px;
  }
}
.brand_map_box .brand_map_content .brand_map_flex {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_flex {
    flex-direction: column;
  }
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data {
  width: 30%;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 23px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_flex .brand_map_data {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_title {
  padding: 13px 16px;
  background-color: #4C7B8E;
  text-align: center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_title h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 600;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card {
  margin-top: 26px;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_top .bm_location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_top .bm_location h3 {
  line-height: 110%;
  font-size: 18px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #30505D;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_top .bm_minute {
  display: inline-block;
  color: #0C191F;
  font-weight: 700;
  padding: 8px;
  background-color: #EBF5FB;
  border-radius: 40px;
  font-family: "Work Sans";
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_list {
  margin-top: 12px;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_list ul {
  padding: 0 16px;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_map_data .bm_card .bm_list ul li {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #30505D;
  line-height: 150%;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_gmap {
  height: 340px;
  width: 74%;
}
.brand_map_box .brand_map_content .brand_map_flex .brand_gmap #map {
  height: 100%;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_flex .brand_gmap {
    width: 100%;
    height: 210px;
  }
}
.brand_map_box .brand_map_content .brand_map_flex .brand_gmap iframe {
  width: 100%;
  height: 340px;
}
@media (max-width: 767px) {
  .brand_map_box .brand_map_content .brand_map_flex .brand_gmap iframe {
    height: 211px;
  }
}

select {
  padding: 11px 25px 11px 17px;
  background-color: #ffffff;
  border-radius: 48px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  border: none;
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3NF8xOTUpIj4KPHBhdGggZD0iTTEyIDE2TDYgMTBIMThMMTIgMTZaIiBmaWxsPSIjNEQ5RTA5Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzc0XzE5NSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K), #ffffff;
  background-repeat: no-repeat;
  background-position: right;
}
select:focus {
  outline: none;
}
select[name=breedSelect] {
  width: 100%;
  max-width: 349px;
}
@media (max-width: 991px) {
  select[name=breedSelect] {
    width: 100%;
    max-width: 100%;
  }
}

.brand_product_box {
  margin-top: 26px;
  padding: 21px 32px 32px 32px;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  .brand_product_box {
    padding: 21px 16px 32px 16px;
  }
}
@media (max-width: 767px) {
  .brand_product_box .c_headerbox {
    padding: 0px 0px 2px 0px;
  }
}
.brand_product_box .brand_product_wrapper {
  padding: 16px 0 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 767px) {
  .brand_product_box .brand_product_wrapper {
    padding: 32px 0 0 0;
  }
}
.brand_product_box .brand_product_wrapper > p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0C191F;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .brand_product_box .brand_product_wrapper > p {
    color: #6b21a8;
  }
}
.brand_product_box .brand_product_wrapper .brand_product_cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .brand_product_box .brand_product_wrapper .brand_product_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .brand_product_box .brand_product_wrapper .brand_product_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand_product_box .brand_product_wrapper .brand_product_cards .bfr_card {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.brand_product_box .brand_product_wrapper .brand_product_cards .bfr_card a {
  background-color: #c084fc;
  color: #240036;
}
.brand_product_box .brand_product_wrapper .brand_product_cards .bfr_card h3 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  line-height: 120%;
  color: #191401;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
}
.brand_product_box .brand_product_wrapper .brand_product_cards .bfr_card .bfr_img {
  margin-bottom: 16px;
}
.brand_product_box .brand_product_wrapper .brand_product_cards .bfr_card .bfr_img img {
  width: 100%;
  height: 149px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand_product_box .brand_product_wrapper .brand_product_cards .bfr_card p {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  line-height: 120%;
  font-weight: 400;
  color: #0C191F;
  text-align: center;
}
.brand_product_box .brand_product_wrapper .brand_product_btn {
  margin-top: 18px;
  text-align: center;
}
.brand_product_box .brand_product_wrapper .brand_product_btn button {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #240036;
  font-weight: 600;
  background-color: #B1E981;
  border: none;
  border-radius: 40px;
  width: -moz-max-content;
  width: max-content;
  min-width: 186px;
  margin: 0 auto 0 auto;
  padding: 13px;
  cursor: pointer;
}

.brand_about {
  margin-top: 25px;
}
.brand_about .brand_map_content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}
@media (max-width: 820px) {
  .brand_about .brand_map_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.brand_about .brand_map_content .brand_map_description p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  line-height: 150%;
  margin-bottom: 16px;
  font-weight: 400;
}
.brand_about .brand_map_content .brand_map_list {
  width: 371px;
}
.brand_about .brand_map_content .brand_map_list:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 820px) {
  .brand_about .brand_map_content .brand_map_list {
    width: 100%;
    margin-top: 16px;
  }
}
.brand_about .brand_map_content .brand_map_list h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-family: "Work Sans";
  font-weight: 600;
  color: #0C191F;
  padding-bottom: 9px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .brand_about .brand_map_content .brand_map_list h3 {
    padding-bottom: 15px;
  }
}
.brand_about .brand_map_content .brand_map_list ul {
  margin-top: 24px;
}
.brand_about .brand_map_content .brand_map_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-family: "Work Sans";
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
}
.brand_about .brand_map_content .brand_map_list ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.brand_about .brand_map_content .brand_map_list ul li:first-of-type {
  padding-top: 0;
}
.brand_about .brand_map_content .brand_map_list ul li h4 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-family: "Work Sans";
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #30505D;
}
.brand_about .brand_map_content .brand_map_list ul li h4 + span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #172A32;
}

.faq_box {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq_box {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.faq_box .c_headerbox {
  gap: 20px;
}
@media (max-width: 767px) {
  .faq_box .c_headerbox {
    padding: 10px 0 6px 0;
  }
  .faq_box .c_headerbox h2 {
    line-height: 110%;
  }
}
.faq_box .brand_product_wrapper {
  padding: 32px 0 0;
}
@media (max-width: 767px) {
  .faq_box .brand_product_wrapper {
    padding: 28px 0 0 0;
  }
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(76, 123, 142, 0.5019607843);
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_icon svg {
  transform: rotate(180deg);
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card:not(:first-of-type) {
  padding-top: 23px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card:not(:first-of-type) {
    padding-top: 21px;
    padding-bottom: 11px;
  }
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_title h3 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 21px;
  font-weight: 600;
  color: #0C191F;
  line-height: 110%;
  font-family: "Work Sans";
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_title span svg {
  transition: transform 0.3s ease;
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_content {
  padding: 8px 0;
  display: none;
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_content p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 400;
}
@media (max-width: 767px) {
  .faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card .brand_faq_content p {
    line-height: 150%;
  }
}
.faq_box .brand_product_wrapper .brand_faq_wrapper .brand_faq_card.active .brand_faq_icon svg {
  transform: rotate(0deg);
}

.advertise_wrapper.mobile {
  margin-bottom: 32px;
}
.advertise_wrapper.mobile p {
  text-align: center;
  color: #30505D;
  margin-bottom: 8px;
}
.advertise_wrapper.mobile a {
  display: block;
}
.advertise_wrapper.mobile a img {
  width: 100%;
}/*# sourceMappingURL=brand_detail.css.map */