.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;
}
.slider-about {
  width: 957px;
  height: 427px;
}
.slider-about .slick-slide {
  height: 427px;
  position: relative;
}
.slider-about .slider-active .slick-dots {
  width: 200px;
  left: calc(50% - 100px);
}
.aboutMedia img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutStoryDetail {
  padding: 30px 0px 0;
  text-align: left;
}
.aboutTitle{
  font-size: 24px;
  font-weight: 600;
  color: var(--blackColor);
  line-height: 28px;
  text-align: left;
}
.row .tagListCommonTitle{
  font-size: 24px;
  font-weight: 600;
  color: var(--blackColor);
  line-height: 28px;
  text-align: left;
}
.row .tagList{
  justify-content: left;
}
.aboutStory{
  margin-bottom: 40px;
}
.aboutStoryDetail .aboutStoryDetailContect{
}
.aboutStoryDetail .aboutStoryDetailContect .aboutStoryContect{
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #808292;
  line-height: 20px;
}
.aboutStoryDetail .aboutTitle{
  margin-bottom: 20px;
}
.aboutStoryDetail .aboutStoryLine{
  margin-bottom: 30px;
  width: 40px;
  height: 4px;
  background-color: var(--button);
}
.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: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 5px;
  color: #444444;
}
.aboutTrademark {
  margin-top: 40px;
  margin-bottom: 40px;
}
.aboutTrademark .aboutTitle{
  margin-bottom: 30px;
}
.aboutTrademark .aboutTrademarkList {
  display: flex;
  flex-wrap: wrap;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
  flex: 0 0 305px;
  width: 305px;
  margin-right: 20px;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
  width: 305px;
  height: 214px;
  object-fit: cover;
  cursor: pointer;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem:nth-child(3n) {
  margin-right: 0px;
}
.aboutTrademark .aboutTrademarkList .aboutTrademarkItem .aboutTrademarkName{
  font-size: 13px;
  color: var(--blackColor);
  line-height: 17px;
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.aboutMapTitle {
  margin-bottom: 20px;
}
.aboutMap {
  display: flex;
  width: 100%;
  height: 500px;
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 40px;
}
.mapboxgl-map {
  flex: 0 0 50%;
  width: 50%;
}

.aboutMap #map-container {
  width: 50%;
  height: 500px;
  flex: 0 0 auto;
}

.aboutMap #map-container > iframe {
  width: 100%;
  height: 100%;
}

.aboutMapDesc {
  flex: 0 0 auto;
  background: #f2eae6;
  padding: 16px;
  display: flex;
  align-items: center;
  width: 50%;
  height: 500px;
}

.aboutTitle.aboutMapTitle {
  font-size: 24px;
  line-height: 32px;
}

.aboutMapDesc .aboutMapDescList {
  width: 100%;
  text-align: center;
}

.aboutMapAddressTitle {
  font-size: 18px;
  font-weight: 800;
  color: var(--blackColor);
  line-height: 23px;
  margin-bottom: 16px;
  text-align: center;
}
.aboutMapAddressText {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.aboutMapDesc .aboutMapButton {
  /* font-size: 14px;
  font-weight: 500;
  line-height: 21px; */
}

.aboutDownload{
  margin-bottom: 30px;
}
.aboutDownload .aboutTitle{
  margin-bottom: 27px;
}
.aboutDownload .aboutStoryContect{
  font-size: 14px;
  color: #808292;
  line-height: 20px;
}
.aboutDownload .aboutDownloadList{
}
.aboutDownload .aboutDownloadList .aboutDownloadItem{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
  /* margin-bottom: 5px; */
  /* border-radius: 4px; */
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadFile{
  width: 136px;
  height: 160px;
  background-color: #eee;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadButton{
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
  /* background-color: var(--blackColor); */
  display: flex;
  align-items: center;
  justify-content: right;
  border-radius: 4px;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadButton i:hover{
  color: var(--button);
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadButton i{
  color: var(--blackColor);
}
.aboutDownload .aboutDownloadList .aboutDownloadItem .aboutDownloadName{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0px;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a{
  color: var(--blackColor);
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a:hover{
  color: var(--button);
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .slider-about {
    width: 862px;
    height: 384px;
  }
  .slider-about .slick-slide {
    height: 384px;
    position: relative;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 279px;
    width: 279px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 279px;
    height: 196px;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-about {
    width: 712px;
    height: 317px;
  }
  .slider-about .slick-slide {
    height: 317px;
    position: relative;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 229px;
    width: 229px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 229px;
    height: 161px;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-about {
    width: 752px;
    height: 334px;
  }
  .slider-about .slick-slide {
    height: 334px;
    position: relative;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem {
    flex: 0 0 242px;
    width: 242px;
    margin-right: 12px;
  }
  .aboutTrademark .aboutTrademarkList .aboutTrademarkItem img{
    width: 242px;
    height: 170px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .shop-area {
    padding: 20px 0!important;
  }
  .slider-about {
    width: calc(100vw - 30px);
    height: calc(44.62vw - 13.38px);
  }
  .slider-about .slick-slide {
    height: calc(44.62vw - 13.38px);
    position: relative;
  }
  .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(35.08vw - 17.78px);
  }
  .aboutMap{
    height: max-content;
    display: block;
  }
  .aboutMapDesc{
    position: static;
    padding: 20px 10px;
    border-radius: 0;
    width: 100%;
  }
}