@import url(https://fonts.googleapis.com/css?family=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&display=swap);
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
.contentBox .rightBox {
    padding: 0;
}
.history {
    margin-top: 50px;
}
.history ul {
    position: relative;
    list-style: none;
    padding-left: 0;
}
@media (min-width: 768px) {
    .history ul:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(25% / 2 + 60px);
        height: 100%;
        width: 1px;
        background-color: #eee;
    }
}
.history .item {
    cursor: pointer;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .history .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.history .item:hover .year {
    background: #b4bdc2;
}
.history .item:hover .Img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.history .left {
    position: relative;
    width: 25%;
}
@media (max-width: 767px) {
    .history .left {
        width: 100%;
    }
}
.history .left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background-color: #eee;
}
.history .left:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% + 52px);
    width: 16px;
    height: 16px;
    border: 5px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .history .left:after {
        display: none;
    }
}
.history .right {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .history .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
.history .year {
    position: relative;
    width: 120px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #111;
    color: #fff;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 767px) {
    .history .year {
        margin: 0 auto;
    }
}
.history .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 170px;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .history .Img {
        width: 120px;
        margin: 30px 0 15px;
    }
}
.history .Img img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.history .Txt {
    line-height: 1.6;
}
@media (max-width: 767px) {
    .history .Txt {
        text-align: center;
        max-width: 480px;
    }
    .textEditor .contentBuilder .quote > p {
        margin-left :0;
    }
}
.history .Txt .title {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    margin-bottom: 8px;
}
.history .Txt p {
    font-size: 16px;
    color: #666;
}
