.trademarkShadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.trademarkShadow .trademarkBox {
  position: relative;
}
.trademarkShadow .trademarkBox img {
  max-width: 80vw;
  max-height: 80vh;
}
.trademarkShadow .trademarkBox i {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}
.aboutMedia{
  margin-bottom: 20px;
  width: 100%;
}
.slider-about .slick-slide {
  height: 440px;
  position: relative;
}
.slider-about .slider-active .slick-dots {
  width: 200px;
  left: calc(50% - 100px);
}
.aboutMedia img{
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.aboutMedia video{
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.aboutTitle{
  font-size: 20px;
  font-weight: bold;
  color: var(--commonTitle);
  line-height: 30px;
  /* font-family: 'Poppins', 'Open Sans', sans-serif; */
}
.aboutStory{
  margin-bottom: 40px;
}
.aboutStory .aboutTitle{
  margin-bottom: 16px;
}
.aboutInfo .aboutTitle{
  margin-bottom: 30px;
}
.aboutInfo .aboutInfoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutInfoItemHalf {
  flex: 0 0 49%;
  width: 49%;
}
.aboutInfoItemAll {
  flex: 0 0 100%;
  width: 100%;
}
.aboutInfo .aboutInfoList .aboutInfoItem{
  margin-bottom: 10px;
}
.aboutInfo .aboutInfoList .aboutInfoItem .aboutInfoTitle{
  margin-bottom: 5px;
  color: #666666;
}
.aboutInfo .aboutInfoList .aboutInfoItem .aboutInfoText{
  border-bottom: 1px solid #D5D5D5;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 4px;
  color: var(--commonContent);
}
.aboutTrademark {
  margin-top: 40px;
  margin-bottom: 40px;
}
.aboutTrademark .aboutTitle{
  margin-bottom: 30px;
}
.aboutTrademark .aboutTrademarkList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
  flex: 0 0 206px;
  width: 206px;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
  width: 206px;
  height: 265px;
  object-fit: cover;
  cursor: pointer;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem .aboutTrademarkName{
  font-size: 16px;
  font-weight: 500;
  color: var(--commonWord);
  line-height: 25px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
.aboutMapTitle {
  margin-bottom: 20px;
}
.aboutMap {
  width: 100%;
  height: 400px;
  background-color: #eeeeee;
}
.aboutMapDesc{
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.aboutMapAddressTitle {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--commonWord);
  line-height: 25px;
}
.aboutMapAddressText {
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 400;
  color: var(--commonContent);
  line-height: 20px;
}
.aboutMapDesc .aboutMapButton {
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
}
.aboutMapDesc .aboutMapButton:hover{
  /* color: var(--commonHover);
  background-color: #ffffff;
  border: 1px solid var(--commonHover); */
  color: var(--commonButtonText);
  background-color: var(--commonHover);
}
.aboutDownload{
  margin-bottom: 40px;
}
.aboutDownload .aboutTitle{
  margin-bottom: 10px;
}
.aboutDownload .aboutStoryContect{
  margin-bottom: 20px;
  color: var(--commonContent);
  white-space: pre-wrap;
}
.aboutDownload .aboutDownloadList{
}
.aboutDownload .aboutDownloadList .aboutDownloadItem{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #D5D5D5;
  border-bottom: none;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem:last-child{
  border-bottom: 1px solid #D5D5D5;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadFile{
  width: 136px;
  height: 160px;
  background-color: #eee;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadName{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a{
  color: var(--commonWord);
  word-break: break-all;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a:hover{
  color: var(--commonHover);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 169px;
    width: 169px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 169px;
    height: 218px;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 178px;
    width: 178px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 178px;
    height: 230px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .slider-about .slick-slide {
    height: auto;
  }
  .aboutMedia img{
    width: 100%;
    height: 440px;
    object-fit: cover;
  }
  .aboutMedia video{
    height: auto;
  }
  .aboutMedia img {
    height: auto;
  }
  .aboutInfoItemHalf {
    flex: 0 0 100%;
    width: 100%;
  }
  .aboutTrademark .aboutTrademarkList {
    justify-content: space-between;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 calc(50vw - 22.5px);
    width: calc(50vw - 22.5px);
    margin-bottom: 20px;
    margin-right: 0;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: calc(50vw - 22.5px);
    height: calc(65vw - 29.25px);
  }
}