.contentWrap, .descriptionBox, .descriptionBox .wrap, .descriptionList h3 span, .roundContent, .historyList .year {
  box-sizing: border-box;
}

.pageTitleBox h2, .pageTitleBox h2::before, .pageTitleBox h2::after, .pageTitleBox em, .area .Img, .area .Txt, .soupBox .Img, .soupBox .Txt, .descriptionBox::before, .descriptionList > li, .roundContent > *, .historyList li + li::before, .historyList .year, .historyList .Txt p, .historyList h3 {
  transition: all .5s ease-out;
}

.pageTitleBox h2, .pageTitleBox em, .area .Img, .area .Txt, .soupBox .Img, .soupBox .Txt, .descriptionList > li, .roundContent > *, .historyList .Txt p, .historyList h3, .historyList .year {
  opacity: 0;
}

.pageTitleBox h2, .pageTitleBox em, .area .Img, .area .Txt, .soupBox .Img, .soupBox .Txt, .descriptionList > li, .roundContent > *, .historyList .Txt p, .historyList h3 {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.pageTitleBox.show h2, .pageTitleBox.show em, .area.show .Img, .area.show .Txt, .soupBox.show .Img, .soupBox.show .Txt, .descriptionBox.show .descriptionList > li, .supplyBox.show .roundContent > *, .historyList li.show .year, .historyList li.show h3, .historyList li.show .Txt p {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  font-family: 'Oswald','Microsoft JhengHei';
}

.contentWrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.pageTitleBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.pageTitleBox.show h2::before, .pageTitleBox.show h2::after {
  width: 80px;
  transition-delay: .5s;
}

.pageTitleBox.show em {
  transition-delay: .5s;
  color: #262626;
  font-style: normal;
}

.pageTitleBox h2 {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-left: 5px;
}

.pageTitleBox h2::before, .pageTitleBox h2::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 1px;
  margin-top: -1.5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.pageTitleBox h2::before {
  left: -120px;
}

.pageTitleBox h2::after {
  right: -120px;
}

.pageTitleBox em {
  display: block;
  margin-top: 14px;
  font-size: 16px;
}



.historyBox {
  position: relative;
  margin-top: 70px;
}

.historyBox .blockHr {
  margin-bottom: 95px;
}

.historyBox .blockHr::after {
  max-width: 415px;
}

.historyBox .pageTitleBox {
  margin-bottom: 45px;
}

.historyList::before {
  bottom: 5%;
  left: 0;
}

.historyList::after {
  top: 40%;
  right: 0;
}

.historyList li {
  position: relative;
}

.historyList li.show h3 {
  transition-delay: .3s;
}

.historyList li.show .Txt p {
  transition-delay: .5s;
}

.historyList li + li::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 0;
  border-left: 1px dashed #000;
}

.historyList .item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.historyList .item:hover .year {
  color: #fff;
  background-color: #0f3668;
}

.historyList .year {
  position: relative;
  margin-right: 20px;
  font-family: "Amiri", serif;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
}

.historyList .year::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid currentColor;
  pointer-events: none;
}

.historyList .Txt p {
  line-height: 1.8;
  letter-spacing: 1px;
}

.historyList h3 {
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
}

.historyList h3::before {
  content: '[';
}

.historyList h3::after {
  content: ']';
}

@media (max-width: 1140px) {
  .contentWrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 851px) {
  .area.keelungArea .imgTitle {
    right: 1%;
  }
  .area.shanghaiArea .imgTitle {
    top: 40px;
  }
}

@media (max-width: 990px) {
  .descriptionBox .wrap {
    width: calc(100% - 40px);
  }
}

@media (max-width: 850px) {
  .area {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .area .Img {
    width: auto;
  }
  .area .Txt {
    width: auto;
  }
  .area:nth-child(odd) .Img {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .area.keelungArea::before, .area.keelungArea::after {
    display: none;
  }
  .area.keelungArea .imgTitle {
    right: -55px;
  }
  .area .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) and (min-width: 769px) {
  .area.shanghaiArea .imgTitle {
    right: -80px;
  }
}

@media (max-width: 768px) {
  .area.shanghaiArea .Txt.seaweed::before, .area .imgTitle.keelung::before {
    display: none;
  }
  .area .imgTitle {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    text-align: center;
  }
  .area .imgTitle .enName {
    position: static;
  }
  .soupBox {
    margin-top: 20px;
  }
  .soupBox .pageTitleBox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .soupBox .bottomBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .soupBox .Txt {
    width: 100%;
  }
  .descriptionBox {
    margin-top: 20px;
  }
  .historyBox, .supplyBox {
    margin-top: 50px;
  }
  .historyBox .blockHr {
    margin-bottom: 30px;
  }
}

@media (max-width: 720px) {
  .roundContent {
    width: 100%;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .roundContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 641px) {
  .historyList li.show::before {
    height: 60px;
  }
  .historyList li + li {
    padding-top: 75px;
  }
  .historyList li + li::before {
    top: 7px;
    left: 50%;
    margin-left: -.5px;
  }
  .historyList li:nth-child(odd) .item {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .historyList li:nth-child(even) .year {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .historyList li:nth-child(even) .Txt {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    text-align: right;
  }

  .historyList li:nth-child(even).show h3 {
    text-align: right;
}
  .historyList li:nth-child(even) .Txt p {
    margin-left: auto;
    text-align: right;
  }
  .historyList .year {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    padding-top: 36px;
    font-size: 28px;
  }
  .historyList .Txt {
    width: calc(50% - 70px);
  }
  .historyList .Txt p {
    max-width: 330px;
  }
}

@media (max-width: 640px) {
  .soupT {
    top: 28%;
    left: 18%;
  }
  .soupBL {
    top: 88%;
    left: 60%;
  }
  .soupBC {
    top: 77%;
    left: 85%;
  }
  .soupBR {
    top: 84%;
    left: 93%;
  }
  .smokeLeft {
    top: 24%;
    left: 26%;
    width: 120px;
  }
  .descriptionBox {
    height: auto;
  }
  .descriptionBox .wrap {
    padding-bottom: 20px;
  }
  .descriptionBox .pageTitleBox {
    margin-bottom: 55px;
  }
  .descriptionBox .pageTitleBox em {
    margin-top: 15px;
  }
  .descriptionList {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .descriptionList > li {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .descriptionList h3 {
    margin-right: 0;
  }
  .descriptionList h3 span {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .historyList li.show::before {
    height: 20px;
  }
  .historyList li + li {
    padding-top: 30px;
  }
  .historyList li + li::before {
    top: 6px;
    left: 29px;
    height: 20px;
  }
  .historyList .year {
    width: 90px;
    height: 90px;
    padding-top: 30px;
    font-size: 18px;
  }
  .historyList .Txt {
    width: calc(100% - 80px);
  }
}

@media (max-width: 480px) {
  .soupBox .Txt {
    text-align: center;
  }
  .soupBox .Txt::before {
    display: none;
  }
  .smokeLeft {
    top: 35%;
    left: 29%;
    width: 60px;
  }
  .smokeRight {
    width: 50px;
  }
  .soupT, .soupBL, .soupBC, .soupBR {
    display: none;
  }
  .pageTitleBox h2 {
    font-size: 22px;
  }
  .pageTitleBox h2::before, .pageTitleBox h2::after {
    display: none;
  }
  .descriptionBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .supplyBox .pageTitleBox::before, .supplyBox .pageTitleBox::after, .roundContent::before, .roundContent::after {
    display: none;
  }
  .supplyBox::before {
    margin-bottom: 15px;
  }
  .supplyBox .pageTitleBox {
    margin-bottom: 20px;
  }
  .roundContent {
    height: auto;
    padding: 0 0 30px;
  }
  .roundContent::before, .roundContent::after {
    display: none;
  }
  .roundContent > h3, .roundContent p {
    margin-bottom: 10px;
  }
.historyList .year {
    width: 106px;
    height: 90px;
    padding-top: 30px;
    font-size: 18px;
}
}

