

.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;
}

@media (max-width: 1240px) {
  .historyContentBox {
    padding-left: 0px;
    padding-right: 20px;
  }
}

.historyList {
  position: relative;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .historyList {
    padding-top: 30px;
  }
}

.historyList::before {
  content: '';
  position: absolute;
  top: 0;
  left: 110px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #cecece 0, #dcdcdc 100%) 0 0 no-repeat;
}

@media (max-width: 767px) {
  .historyList::before {
    left: 26px;
  }
}

.yearLine {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 40px;
  color: #848484;
  font-size: 23px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", sans-serif;
}

@media (max-width: 767px) {
  .yearLine {
    padding-left: 46px;
  }
}

.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-top: 30px;
  padding-bottom: 40px;
  padding-left: 180px;
}

@media (max-width: 767px) {
  .historyItemList {
    margin-top: -10px;
    padding-left: 66px;
    padding-bottom: 30px;
  }
}

.historyItemList li {
  position: relative;
}

.historyItemList li + li {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .historyItemList li + li {
    margin-top: 30px;
  }
}

.historyItemList .textEditor {
  font-size: 18px;
}

@media (max-width: 767px) {
  .historyItemList .textEditor {
    padding-top: 0px;
    font-size: 14px;
  }
}

.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;
}

