.introduction-title {
  font-size: 1.5rem;
  color: #0072b8;
  font-weight: 700;
  margin-bottom: .75rem;
}

.introduction-title-en {
  font-size: 1.375rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.introduction-text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: start;
}

.introduction-text {
  font-size: .875rem;
  color: #444;
  line-height: 1.5;
  width: 55.5%;
}

.introduction-text > p {
  margin: 0;
}

.introduction-text > p:not(:last-child) {
  margin-bottom: 1rem;
}

.introduction-img {
  width: 40%;
}

.introduction-img > video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.introduction-count {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}

.introduction-count-item:not(:last-child) {
  margin-right: 4.5rem;
}

.introduction-count-item-text {
  display: flex;
  flex-direction: row;
  color: #0072b8;
  align-items: end;
  font-size: 2rem;
}

.introduction-count-item-text > span:last-child {
  font-size: .875rem;
  padding-bottom: .375rem;
  padding-left: .5rem;
}

.introduction-count-item-desc {
  font-size: .875rem;
}

@media screen and (max-width: 1920px) {
  .introduction-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .introduction-title-en {
    font-size: 26px;
    margin-bottom: 24px;
  }
  
  .introduction-text {
    font-size: 16px;
  }

  .introduction-count {
    margin-top: 20px;
  }
  
  .introduction-count-item:not(:last-child) {
    margin-right: 70px;
  }
  
  .introduction-count-item-text {
    font-size: 36px;
  }
  
  .introduction-count-item-text > span:last-child {
    font-size: 16px;
    padding-bottom: 6px;
    padding-left: 8px;
  }
  
  .introduction-count-item-desc {
    font-size: 16px;
  }  
}

@media screen and (max-width: 1600px) { 
  .introduction-text {
    width: 45.5%;
  }

  .introduction-img {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) { 
  .introduction-count {
    width: 100%;
    justify-content: space-between;
  }
  
  .introduction-count-item:not(:last-child) {
    margin-right: 0px;
  }
  
  .introduction-text-container {
    flex-wrap: wrap-reverse;
  }

  .introduction-text {
    width: 100%;
  }

  .introduction-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) { 
  .introduction-count-item-text {
    font-size: 26px;
  }
  
  .introduction-count-item-text > span:last-child {
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 8px;
  }
  
  .introduction-count-item-desc {
    font-size: 14px;
  }  
}

.layout-history-content {
  background-image: url(../images/about-history-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-text-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: start;
  flex-wrap: wrap;
}

.history-year-img {
  width: 23%;
}

.history-year-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.history-text {
  width: 72.5%;
}

.history-title {
  font-size: 1.5rem;
  color: #0072b8;
  font-weight: 700;
  margin-bottom: .75rem;
}

.history-title-en {
  font-size: 1rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.history-content {
  font-size: .875rem;
  color: #333;
}

.history-content-reaction {
  display: none;
}

.history-swiper-container {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  height: 27rem;
}

.history-swiper-container > img {
  height: 27rem;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media screen and (max-width: 1920px) {
  .history-text-container {
    margin-bottom: 20px;
  }
  
  .history-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .history-title-en {
    font-size: 18px;
    margin-bottom: 26px;
  }
  
  .history-content {
    font-size: 16px;
  }

  .history-swiper-container {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    height: 500px;
  }
  
  .history-swiper-container > img {
    height: 500px;
  }
  
}

@media screen and (max-width: 800px) { 
  .history-year-img {
    width: 38%;
  }
  
  .history-text {
    width: 58%;
  }
}

@media screen and (max-width: 600px) { 
  .history-content {
    display: none;
  }

  .history-content-reaction {
    margin-top: 20px;
    display: block;
  }
}

.culture-container {
  width: 100%;
}

.culture-desc {
  font-size: .875rem;
  color: #666;
  line-height: 1.75;
}

.culture-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: .0625rem solid rgb(214, 214, 214);
  margin-top: 3rem;
}

.culture-list-item:nth-child(odd) {
  display: flex;
  flex-direction: row;
}

.culture-list-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

.culture-list-item-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.culture-list-item-title {
  width: 70%;
}

.culture-list-item-title > img {
  width: 70%;
  object-fit: cover;
}

.culture-list-item-line {
  height: .0625rem;
  background-color: #0072b8;
  width: 70%;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}

.culture-list-item-content {
  width: 70%;
  font-size: .875rem;
  color: #444;
}

.culture-list-item-img {
  width: 50%;
}

.culture-list-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1920px) {
  .culture-desc {
    font-size: 16px;
  }
  
  .culture-list {
    border: 1px solid rgb(214, 214, 214);
    margin-top: 50px;
  }
  
  .culture-list-item-line {
    height: 1px;
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
  }
  
  .culture-list-item-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .culture-list-item {
    flex-wrap: wrap;
  }

  .culture-list-item:nth-child(odd) {
    flex-direction: row;
  }
  
  .culture-list-item:nth-child(even) {
    flex-direction: row;
  }

  .culture-list-item-text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .culture-list-item-img {
    width: 100%;
  }
}

.honor-container {
  width: 100%;
}

.honor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.honor-list-item {
  width: 22.5%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 2rem;
  margin-left: 1.25%;
  margin-right: 1.25%;
  user-select: none;
}

.honor-list-item:hover > .honor-list-img > img {
  transition: all .5s;
  transform: scale(1.1);
}

.honor-list-img {
  width: 100%;
  height: 100%;
}

.honor-list-img > img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .honor-list-item {
    width: 31%;
    margin-left: 1.15%;
    margin-right: 1.15%;
  }
}

@media screen and (max-width: 767px) {
  .honor-list-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 450px) {
  .honor-list-item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}

.img-show-box {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.5);
  z-index: 10000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.img-show-box-img {
  height: 80%;
}

.img-show-box-img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.img-show-box-close {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 2%;
  cursor: pointer;
}

.img-show-box-close > svg {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  .img-show-box-close {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
}

.standard-container {
  width: 100%;
}

.standard-title {
  text-align: center;
  font-size: 1.5rem;
  color: #0072b8;
  font-weight: 700;
}

.standard-content {
  font-size: .875rem;
  color: #444;
  line-height: 1.75;
}

@media screen and (max-width: 1920px) {
  .standard-title {
    font-size: 28px;
  }
  
  .standard-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .standard-title {
    font-size: 24px;
  }
}