﻿.course {
    padding: 135px 0 128px 0
}

.course .wrap .title {
    text-align: center;
    margin: 0 0 98px
}

.course .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 29px
}

.course .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.course .wrap .content {
    display: flex;
    justify-content: center;
    position: relative
}

.course .wrap .content .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 101%;
    background: #EFEFEF;
    border-radius: 2px;
    overflow: hidden
}

.course .wrap .content .line div {
    width: 100%;
    height: 0%;
    border-radius: 2px;
    background-image: linear-gradient(0deg, #00388B 50%, transparent 100%)
}

.course .wrap .content .flex {
    margin: 22px 0 0 0
}

.course .wrap .content .flex:not(:last-child) {
    margin: 329px 204px 0 0
}

.course .wrap .content .flex:not(:last-child) .item .text {
    text-align: right
}

.course .wrap .content .flex:not(:last-child) .item .text .year {
    justify-content: flex-end
}
.course .wrap .content .flex .item{
    width: 466px;
}
.course .wrap .content .flex .item:not(:last-child) {
    margin: 0 0 207px
}

.course .wrap .content .flex .item .text .year {
    display: flex;
    align-items: flex-end
}

.course .wrap .content .flex .item .text .year h1 {
    font-family: 'Genova', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #00388B;font-family: 'tb'
}
.course .wrap .content .flex .item .text span{font-family: 'om';color: #00388B; transform: translateY(-1px);}


.course .wrap .content .flex .item .text .year .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #dc7e10;
    margin: 0 0 0 7px;
    position: relative;
    top: -7px
}

.course .wrap .content .flex .item .text .pick {
    font-weight: 400;

    color: #666666;
    margin: 20px 0 0 0;line-height: 1.5
}
.course .wrap .content .flex .item .text .pick.text-left{/*text-align: left;*/}
.course .wrap .content .flex .item .img {
    width: 466px;
    height: 282px;
    margin: 60px 0 0 0;background: none;
}

.course .wrap .content .flex .item .img img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1919px) {
    .course {
        padding: 7.03125vw 0 6.6666666667vw 0
    }

    .course .wrap .title {
        text-align: center;
        margin: 0 0 5.1041666667vw
    }

    .course .wrap .title h1 {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        margin: 0 0 1.5104166667vw
    }

    .course .wrap .title p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #333333
    }

    .course .wrap .content {
        display: flex;
        justify-content: center;
        position: relative
    }

    .course .wrap .content .line {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: .2083333333vw;
        height: 101%;
        background: #EFEFEF;
        border-radius: 2px;
        overflow: hidden
    }

    .course .wrap .content .line div {
        width: 100%;
        height: 0%;
        border-radius: .1041666667vw;
        background-image: linear-gradient(0deg, #00388B 50%, transparent 100%)
    }

    .course .wrap .content .flex {
        margin: 1.1458333333vw 0 0 0
    }

    .course .wrap .content .flex:not(:last-child) {
        margin: 17.1354166667vw 10.625vw 0 0
    }

    .course .wrap .content .flex:not(:last-child) .item .text {
        text-align: right
    }

    .course .wrap .content .flex:not(:last-child) .item .text .year {
        justify-content: flex-end
    }

    .course .wrap .content .flex .item{
        width: 24.270833333333336vw;
    }

    .course .wrap .content .flex .item:not(:last-child) {
        margin: 0 0 10.78125vw
    }

    .course .wrap .content .flex .item .text .year {
        display: flex;
        align-items: flex-end
    }

    .course .wrap .content .flex .item .text .year h1 {
        font-family: 'tb', sans-serif;
        font-weight: 500;
        font-size: 1.875vw;
        color:#00388B
    }

    .course .wrap .content .flex .item .text .year .p1 {
        font-weight: 400;
        font-size: .9375vw;
        color: #dc7e10;
        margin: 0 0 0 .3645833333vw;
        position: relative;
        top: -.2083333333vw
    }

    .course .wrap .content .flex .item .text .pick {
        font-weight: 400;
        font-size: .9375vw;
        color: #666666;
        margin: 1.0416666667vw 0 0 0
    }

    .course .wrap .content .flex .item .img {
        width: 24.2708333333vw;
        height: 14.6875vw;
        margin: 3.125vw 0 0 0
    }

    .course .wrap .content .flex .item .img img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 1024px) {
    .course{
        padding: 50px 0;
    }
    .course .wrap{
        width: 90%;
        margin: auto;
    }
    .course .wrap .title{
        margin: 0 0 15px;
    }
    .course .wrap .title h1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .course .wrap .title p{
        font-size: 13px;
        line-height: 28px;
    }
    .course .wrap .content{
        flex-direction: column;
        margin: 50px 0 0 0;
    }
    .course .wrap .content .flex{
        margin: 50px 0 0 0;
    }
    .course .wrap .content .flex .item{
        width: 100%;
    }
    .course .wrap .content .flex .item .img{
        width: 100%;
        margin: 15px 0 0 0;
        height: auto;
    }
    .course .wrap .content .line{
        display: none;
    }
    .course .wrap .content .flex .item:not(:last-child) {
        margin: 0 0 50px!important;
    }
    .course .wrap .content .flex:not(:last-child) {
        margin: 0;
    }
    .course .wrap .content .flex:not(:last-child) .item .text{
        text-align: left;
    }
    .course .wrap .content .flex:not(:last-child) .item .text .year{
        justify-content: unset;
    }
    .course .wrap .content .flex .item .text .year h1{
        font-size: 36px;
    }
    .course .wrap .content .flex .item .text .year .p1{
        font-size: 14px;top: -1.8vw
    }
    .course .wrap .content .flex .item .text .pick{
        margin: 10px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
}
