

.historyMainArea > .wrap {
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1240px) {
  .historyMainArea > .wrap {
    width: 100%;
  }
}

.historyContentBox {
  padding-bottom: 40px;
  background-color: #fff;
}
.historyContentBox .title01 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    text-align: center;
}
.historyContentBox h2 {
  position: relative;
  display: inline-block;
  padding: 2px 15px;
  margin: 12px 0 5px;
  font-weight: 400;
  font-size: 30px;
  font-family: "Noto Sans TC";
  color: #1b1b1b;
  letter-spacing: .3em;
  text-indent: .3em;
  background-size: 100% 2px, 100% 1px, 100% 1px, 100% 2px;
  background-position: left top, left top 4px, left bottom 4px, left bottom;
  background-repeat: no-repeat;
}

.historyContentBox h2:before,
.historyContentBox h2:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 16px;
  height: 1px;
  background-color: #1b1b1b;
}

.historyContentBox h2:before {
  left: -16px;
}

.historyContentBox h2:after {
  right: -16px;
}


@media (max-width: 1240px) {
  .historyContentBox {
    padding-left: 0px;
  }
}

.historyList {
    padding-top: 60px;
    width: 100%;

}
.historyList .show{
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: calc((100%/3) - 4px);
    padding: 20px 0;
    }
@media (max-width: 767px) {
  .historyList {
    padding-top: 30px;
  }
  .historyList .show {
     width: calc((100%/2) - 4px);
 }
}
@media (max-width: 767px) {
  .historyList {
    padding-top: 0px;
    max-width: 100%;
  }
  .historyList .show {
     width: calc((100%/2) - 4px);
 }
}

.historyList::before {
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #cecece 0, #dcdcdc 100%) 0 0 no-repeat;
  display: none;
}

@media (max-width: 767px) {
  .historyList::before {
    left: 26px;
  }
}

.yearLine {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    font-family: "Oswald", "微軟正黑體", sans-serif;
    letter-spacing: 1px;
    background-color: #6d316f;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
  .yearLine {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .yearLine {
    display: block;
    padding: 4px 0px;
    text-align: center;
  }
}

.yearLine::before, .yearLine::after {
  content: '';
  background-color: #cccccc;
}

.yearLine::before {
  position: absolute;
  top: 50%;
  left: 136px;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  display: none;
}

@media (max-width: 767px) {
  .yearLine::before {
    left: 21.5px;
  }
}

.yearLine::after {
  width: calc(100% - 90px);
  height: 1px;
}

@media (max-width: 767px) {
  .yearLine::after {
    display: none;
  }
}

.monthRound {
  position: absolute;
  top: -11px;
  left: -100px;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 42px;
  font-size: 15px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  font-weight: 300;
  color: #494949;
  background-color: #ffffff;
  border-radius: 5%;
  border: 1px solid #dddddd;
  box-shadow: 0 0 0 4px #dddddd, 0 0 0 9px #fff;
}

@media (max-width: 767px) {
  .monthRound {
    top: 0;
    left: -60px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .monthRound::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    width: 20px;
    height: 1px;
    margin-top: -.5px;
    background-color: #a2a2a2;
  }
}

.monthRound::after {
  content: '.';
  display: none;
}

.historyItemList {
  padding-left: 20px;
  display: inline-block;
  width: 85%;
}

@media (max-width: 767px) {
  .historyItemList {
    margin-top: 0px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 18px;
    width: 100%;
  }
}

.historyItemList li {
  /* position: relative; */
}

.historyItemList li + li {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .historyItemList li + li {
    margin-top: 30px;
  }
}

.historyItemList .textEditor {
  font-size: 17px;
  font-weight: 400;
  line-height: 165%;
}

@media (max-width: 767px) {
  .historyItemList .textEditor {
    padding-top: 0px;
    font-size: 16px;
    line-height: 160%;
    padding: 0 10px;
  }
}

.historyQuickLinkBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

@media (max-width: 1180px) {
  .historyQuickLinkBox {
    display: none;
  }
}

.historyLinkItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #1884c4;
}

.historyLinkItem::before {
  content: 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦';
  margin-right: 20px;
  font-size: 16px;
  color: #373737;
}

.historyLinkItem a {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  color: #777;
  overflow: hidden;
}

.historyLinkItem a + a {
  margin-left: 10px;
}

.historyLinkItem a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2d77bc 0, #29bc9f 100%) 0 0 no-repeat;
  opacity: 0;
}

