body {
  background: #F4F4F4;
}
.nei_banner_box {
  width: 100%;
  height: calc(40px + 10rem);
}
.nei_banner_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_nav {
  background: #EDEFEE;
  display: flex;
  justify-content: center;
}
.about_nav .about_nav_item {
  width: calc(40px + 10rem);
  height: calc(10px + 3rem);
  background: #EDEFEE;
}
.about_nav .about_nav_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #333333;
}
.about_nav .about_nav_item_act {
  background-color: #009944;
}
.about_nav .about_nav_item_act a {
  color: #ffffff;
}
.about_brand_box {
  width: 100%;
  padding: calc(20px + 3rem) 0;
}
.about_brand_box .about_brand {
  max-width: 1520px;
  width: 85%;
  margin: auto;
}
.about_brand_box .about_brand .about_history_title p:nth-of-type(1) {
  font-family: DM_Sans-bold;
  font-weight: bold;
  font-size: calc(8px + 2rem);
  color: #333333;
  letter-spacing: calc(0px + 0.1rem);
  text-align: center;
}
.about_brand_box .about_brand .about_history_title p:nth-of-type(1) span {
  color: #009944;
}
.about_brand_box .about_brand .about_history_title p:nth-of-type(2) {
  text-align: center;
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  line-height: calc(10px + 3rem);
}
.about_brand_box .about_brand .about_brand_list {
  margin-top: calc(20px + 3rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: calc(20px + 3rem);
}
.about_brand_box .about_brand .about_brand_list .about_brand_item {
  width: 17.1052%;
  height: calc(10px + 4rem);
}
.about_brand_box .about_brand .about_brand_list .about_brand_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .about_nav {
    flex-direction: column;
    justify-content: flex-start;
  }
  .about_nav .about_nav_item {
    width: 100%;
    padding: calc(10px + 2rem) 0;
  }
  .about_nav .about_nav_item a {
    font-size: calc(12px + 1rem);
  }
  .about_cer_box .about_cer .about_history_title p:nth-of-type(1) {
    font-size: calc(16px + 1rem);
  }
  .about_brand_box .about_brand .about_history_title p:nth-of-type(1) {
    font-size: calc(16px + 1rem);
  }
  .about_brand_box .about_brand .about_history_title p:nth-of-type(2) {
    font-size: calc(12px + 1rem);
  }
  .about_brand_box .about_brand .about_brand_list .about_brand_item {
    width: 29.1052%;
    height: calc(16px + 4rem);
  }
}
