

.historyMainArea > .wrap {
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1240px) {
  .historyMainArea > .wrap {
    width: 100%;
  }
}

.historyContentBox {
  padding-top: 20px;
  background-color: #fff;
  margin-top: 30px;
}
.historyContentBox h2{
    padding: 20px;
    font-size: 22px;
    font-weight: 800;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 15px;
}
.historyContentBox h2::before {
    content: '';
    position: absolute;
    top: 31%;
    left: 30px;
    margin-top: -0.5px;
    width: 4px;
    height: 25px;
    margin-right: 20px;
    background-color: #b40d07;
}
@media (max-width: 1240px) {
  .historyContentBox {
    padding-left: 0px;
    padding-right: 20px;
  }
}

.historyList {
  position: relative;
  max-width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .historyList {
    padding-top: 0px;
  }
}

.historyList::before {
  content: '';
  position: absolute;
  top: 0;
  left: 77px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #cecece 0, #dcdcdc 100%) 0 0 no-repeat;
}

@media (max-width: 767px) {
  .historyList::before {
    left: 59px;
  }
}
.historyContentBox ul li .tit{color: #898f97;/* text-align: center; */position: absolute;/* 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; */}
.historyContentBox ul li .tit h3 i{color: #d5d5d5;text-align: center;font-size: 34px;margin: 10px;display: none;}

.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; */
  /* text-align: center; */
}
.yearLine span {
    color: #535353;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", sans-serif;
    display: inline-block;
    text-align: center;
}
@media (max-width: 767px) {
  .yearLine {
    /* padding-left: 59px; */
  }
.yearLine span{font-size: 15px;}
}

.historyContentBox ul li .tit::before, .historyContentBox ul li .tit::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 10px;
  left: 160%;
  border-radius: 99em;
  background: #c10f08;
  -webkit-box-shadow: 0px 0px 0px 4px rgb(114 4 0 / 25%);
  box-shadow: 0px 0px 0px 4px rgb(114 4 0 / 16%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
}

.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;
  }
}

.historyContentBox ul li .tit::after {
  width: calc(100% - 160px);
  height: 1px;
}

@media (max-width: 767px) {
  .yearLine::after {
    display: none;
  }
}

.monthRound {
  position: absolute;
  top: -10px;
  left: -96px;
  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: 50px;
  height: 50px;
  font-size: 15px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  font-weight: bold;
  color: #494949;
  background-color: #ffffff;
  border-radius: 50%;
  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: 0px;
  padding-bottom: 28px;
  padding-left: 115px;
}

@media (max-width: 767px) {
  .historyItemList {
    margin-top: 0px;
    padding-left: 87px;
    padding-bottom: 30px;
  }
}

.historyItemList li {
  position: relative;
}
.historyItemList li{
      color: #333;
      position: relative;
}
.historyItemList li + li {
  margin-top: 10px;
}
.historyItemList li .textEditor.clearfix {
    overflow: hidden;
    color: #535353;
    position: relative;
    font-weight: 600;
}

.historyItemList li .textEditor.clearfix p{
    padding: 0px 10px;
    margin: 3px 5px;
    border: 3px solid #dfdfdf;
    line-height: 220%;
    display: inline-block;
    background-color: #f5f5f5;
}
.historyItemList li .textEditor.clearfix .leftBox {
    overflow: hidden;
    float: left;
    width: 57%;
}
.historyItemList li .textEditor.clearfix .leftBox h2{
    font-size: 22px;
    padding-bottom: 10px;
    color: #000;
}
.historyItemList li .textEditor.clearfix .leftBox article{
    color: #4b4b4b;
    font-weight: 500;
    font-size: 15px;
}
.historyItemList li .textEditor.clearfix .rightBox  {
    overflow: hidden;
    float: right;
    width: 40%;
}
@media (max-width: 767px) {
.historyItemList li .textEditor.clearfix .leftBox,.historyItemList li .textEditor.clearfix .rightBox {
    overflow: hidden;
    float: none;
    width: 100%;
}  .historyItemList li + li {
    margin-top: 12px;
  }
}

.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;
}

