.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 .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: #444444;
  line-height: 30px;
}
.aboutStory{
  margin-bottom: 30px;
}
.aboutStory .aboutTitle{
  margin-bottom: 20px;
}
.aboutInfo{
  margin-top: 30px;
}
.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: #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;
}
.aboutMapTitle {
  margin-bottom: 20px;
}
.aboutMap {
  width: 100%;
  height: 400px;
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 40px;
}
.aboutMapDesc{
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 10px;
  width: 293px;
}
.aboutMapAddressTitle {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 25px;
  margin-bottom: 8px;
}
.aboutMapAddressText {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 16px;
}
.aboutMapDesc .aboutMapButton {
  font-size: 14px;
  font-weight: 500;
  color: #0095D5;
  line-height: 21px;
}
.aboutDownload{
  margin-bottom: 30px;
}
.aboutDownload .aboutTitle{
  margin-bottom: 10px;
}
.aboutDownload .aboutStoryContect{
  margin-bottom: 20px;
}
.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: 400;
  line-height: 20px;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a{
  color: #444;
}
.aboutDownload .aboutDownloadList .aboutDownloadItem a:hover{
  color: #fe4847;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .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) {
  .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) {
  .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) {
  .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(35.08vw - 17.78px);
  }
  .aboutMap{
    height: max-content;
  }
  .aboutMapDesc{
    position: static;
    padding: 0;
    padding-top: 20px;
    border-radius: 0;
    width: 100%;
  }
}