.roadBanner{
    height: 75vh;
}

.roadContent {
    padding-bottom: 100px;
}

.roadBanner .--txt {
    position: absolute;
    top: 37%;
    z-index: 9;
    width: 500px;
color: var(--color-6);}
header .logo img.logo2{
    display: none;
}
.roadBanner .--txt::after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    border: 0;
    left: 0;
    background: var(--color-6);
}
.roadBanner .bg_roadMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.roadBanner .bg_roadMap img {
    width: 100%;
    height: auto;
}
.timeline {
    position: relative;
    width: 750px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}
.timeline li:last-child {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 9;
    padding: 0;
}
.timeline li:last-child i {
    color: #FF715F;
    font-size: 35px;
}
.timeline li:nth-child(2n+2) .direction {
    float: right;
    padding-left: 10px;
}
.timeline li:nth-child(2n+1) .direction {
    float: left;
}
.timeline li:nth-child(2n+1) .direction::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 25px);
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    transform: translate(-50%,0);
    border: 3px solid var( --color-10);
    z-index: 9;
}
.timeline li:nth-child(2n+2) .direction::before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 5px);
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    transform: translate(-50%,0);
    border: 3px solid var( --color-10);
    z-index: 9;
}
.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: " ";
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    z-index: 5;
    background: linear-gradient(to bottom, #FFC74B 0.03%, #FF715F 99.95%);
}
.timeline li {
    padding: 1em 0;
    position: relative;
    z-index: 9;
}
.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.direction {
    position: relative;
    width: 350px;
}
.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}
.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
}
.direction-l .flag {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-r .flag {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.direction-l .flag:before,.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
}
.direction-r .flag:before {
    left: -40px;
}
.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}
.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}
.time-wrapper {
    display: inline;
    line-height: 1em;
    vertical-align: middle;
}
.direction-l .time-wrapper {
    float: left;
}
.direction-r .time-wrapper {
    float: right;
}
.time {
    display: inline-block;
    /* padding: 4px 6px; */
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.desc {
    line-height: 1.5em;
}

.timeline li:nth-child(2n+2) .direction .desc span {
    /* padding-left: 10px; */
    position: relative;
}

.timeline li:nth-child(2n+1) .direction .desc span {
    position: relative;
    text-align: left;
}

.timeline li:nth-child(2n+1) .direction .desc {
    margin-right: 0;
}

.timeline li:nth-child(2n+2) .direction .desc span::after {
    content: '';
    position: absolute;
    top: 11px;
    left: -8px;
    background: var(--color-5);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.timeline li:nth-child(2n+1) .direction .desc span::after {
    content: '';
    position: absolute;
    top: 11px;
    left: -10px;
    background: var(--color-5);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.direction-r .desc {
    margin: 1em 0 0 0.75em;
}
@media screen and (max-width: 640px) {
.timeline {
    width: 100%;
    padding: 4em 0 1em 0;
}
.roadBanner .--txt{
    position: relative;
    width: 100%;
}
.roadBanner .bg_roadMap img{
    display: none;
}
.roadBanner{
    height: max-content;
    padding-top: 150px;
}
.roadContent {
    padding-top: 80px;
}
.roadBanner .bg_roadMap{
    top: 108px;
}
.timeline li:nth-child(2n+1) .direction::before{
    left: 50%;
    top: 0;
}
.timeline li:nth-child(2n+1) .direction {
    width: 100%;
}
.timeline li:nth-child(2n+2) .direction {
    width: 100%;
    padding: 0;
}
.timeline li:nth-child(2n+2) .direction::before{     
    top: 0;       
    left: 50%;
}
.timeline li {
    padding: 2em 0;
}
.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}
.flag-wrapper {
    text-align: center;
    padding-left: 20px;
}
.flag {
    background: rgb(255, 255, 255);
    z-index: 15;
}
.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
}
.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
}
.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
}

.direction-l .time-wrapper {
    float: none;
}
.direction-r .time-wrapper {
    float: none;
}
.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
    padding-left: 35px;
}
.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
}
}
/* @media screen and (min-width: 400px and max-width: 660px) {
.direction-l .desc,
.direction-r .desc {
    margin: 1em 4em 0 4em;
}
} */
@media screen and (max-width: 330px){
.flag-wrapper {
    padding-left: 0;
}
}

