.timeline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 100px 0; */
    width: 100%;
    margin: 0 auto;
}
.timeline .cust_container {
    max-width: 1200px;
}
.tl .tlSec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tl .tlSec:before,
.tl .tlSec:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    height: 100%;
    background: #f7f7f7;
    width: 2px;
    transform: translate(-50%, 0);
}

.tl .tlSec:after {
    background: #ccc;
    /* height: 0; */
}

.tl .tlSec .year {
    font-size: 30px;
    margin: 50px auto 25px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    z-index: 1;
    /* transition: top 0.3s ease-in; */
    position: relative;
    font-family: var(--pnsb);
}
.tl .tlSec .year span {
    width: 73px;
    display: inline-block;
}

.tl .tlSec .year span:first-child {
    text-align: right;
}

.tl .tlSec .year span:last-child {
    text-align: left;
}
.tl .tlSec .tlEvent {
    display: flex;
    /* max-width: 1000px; */
    margin: 30px 0;
    /* justify-content: center; */
    width: 100%;
    align-items: center;
}

.tl .tlSec .tlEvent .tlImg {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .tl .tlSec .tlEvent .tlImg img.v1 {
    height: auto;
} */
.tl .tlSec .tlEvent > .tlDesc {
    width: 50%;
    margin: 30px auto;
    padding: 30px;
}

.tl .tlSec .tlEvent > .tlDesc .tlTitle {
    font-size: 30px;
    font-family: var(--pnsb);
    margin: 0 auto 10px;
    max-width: 500px;
    line-height: 1.2;
    font-family: var(--pnsb);
}

.tl .tlSec .tlEvent > .tlDesc .tlDesc {
    font-size: 20px;
    margin: 0 auto;
    max-width: 510px;
    line-height: 1.3;
    color: #000;
    font-family: var(--pnr);
}
.tl .tlSec .tlEvent > .tlDesc .tlLink {
    max-width: 500px;
    margin: 0 auto;
}
.tl .tlSec .tlEvent > .tlDesc .tlLink a {
    font-size: 16px;
}

.tl .tlSec .tlEvent .tlImg img {
    background: #ccc;
    width: 500px;
    /* height: 280px; */
}

.tl .tlSec .tlEvent.rev {
    flex-direction: row-reverse;
}

.tl .tlSec .tlEvent.rev > .tlDesc {
    text-align: right;
}

.tlEvent.smallEvent {
    align-items: center;
    justify-content: center;
}
.tlEvent.smallEvent.smallEvent > .tlDesc {
    background: gold;
    border-radius: 10px;
    margin: 30px 0;
    width: 25%;
}

.tlEvent.smallEvent.smallEvent > .tlDesc:nth-child(1) {
    margin: 30px 50px;
}

.tlEvent.smallEvent.smallEvent > .tlDesc:nth-child(2) {
    margin: 30px 50px;
}

/*@media only screen and (max-width: 2560px) {
    *resolution Height: 1440*
    
}

@media only screen and (max-width: 2048px) {
    *resolution Height: 1280*
}*/

@media only screen and (min-width: 1921px) {
    /*resolution Height: 1080*/
}

@media only screen and (max-width: 1792px) {
    /*resolution Height: 1120*/
}

@media only screen and (max-width: 1680px) {
    /*resolution Height: 1050*/
}

@media only screen and (max-width: 1600px) {
    /*resolution Height: 900*/
}

@media only screen and (max-width: 1536px) {
    /*resolution Height: 960*/
}

@media only screen and (max-width: 1440px) {
    /*resolution Height: 900*/
}

@media only screen and (max-width: 1366px) {
    /*resolution Height: 768*/
}

@media only screen and (max-width: 1344px) {
    /*resolution Height: 840*/
}

@media only screen and (max-width: 1280px) {
    /*resolution Height: 800*/
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
    /*resolution Height: 720*/
}

@media only screen and (max-width: 1152px) {
    /*resolution Height: 720*/
}

/*Tabs*/
@media only screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    /* .tl .tlSec .tlEvent .tlImg img {
        width: 400px;
    }
    .tl .tlSec .tlEvent > .tlDesc {
        width: 45%;
    } */
    .tl .tlSec .tlEvent,
    .tl .tlSec .tlEvent.rev {
        flex-direction: column;
        background: #fff;
        /* max-width: 500px; */
        max-width: 440px;
        width: 96%;
        /* border: 1px solid #ccc; */
        box-shadow: 0px 0 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        z-index: 1;
        overflow: hidden;
    }

    .tl .tlSec .tlEvent .tlImg {
        width: 100%;
    }

    .tl .tlSec .tlEvent .tlImg img {
        width: 100%;
    }

    .tl .tlSec .tlEvent > .tlDesc {
        margin: 0;
        width: 100%;
    }
    .tl .tlSec .tlEvent.rev > .tlDesc {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
}

@media only screen and (max-width: 1280px) and (max-height: 800px) and (orientation: landscape) {
}

@media only screen and (max-width: 1152px) and (max-height: 720px) and (orientation: landscape) {
}

@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
}

@media only screen and (max-width: 962px) and (max-height: 601px) {
}

@media only screen and (max-width: 1024px) and (max-height: 600px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 767px) {
    .tl .tlSec .year {
        margin: 30px auto 10px;
    }
    .tl .tlSec .tlEvent > .tlDesc .tlDesc {
        font-size: 16px;
    }
}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (width: 601px) and (height: 962px) and (orientation: portrait) {
}

@media only screen and (width: 962px) and (height: 601px) and (orientation: landscape) {
}

@media only screen and (max-width: 600px) and (max-height: 1024px) and (orientation: portrait) {
}

@media only screen and (max-width: 393px) and (max-height: 786px) {
}

@media only screen and (max-width: 375px) and (max-height: 812px) {
}
