#tech_container .map_section .map_article:not(:last-child) {
    padding-bottom: 120px;
    margin-bottom: 120px;
    border-bottom: 1px solid #DADADA;
}

#tech_container .map_section .map_head {
    padding: 24px;
    background-color: #FFC624;
}

#tech_container .map_section .map_head h3 {
    font-size: 24px;
    font-weight: 700;
    color: #16140E;
}

#tech_container .map_section .map_advantages {
    padding: 24px;
}

#tech_container .map_section .map_advantages .accent_alert {
    font-size: 16px;
    color: #F64E60;
    margin-bottom: 20px;
}

#tech_container .map_section .map_advantages .mark_circle {
    font-size: 16px;
}

#tech_container .map_section mark {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

#tech_container .map_section mark::before {
    content: '';
    display: block;
    /* width: 100%; */
    height: 50%;
    background-color: #C0FFA3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-30%);
    transition: 500ms;
}

#tech_container .map_section mark.active::before {
    animation: mark_width 300ms 300ms both;
}

#tech_container .map_section mark span {
    position: relative;
}


@media screen and (max-width:1023px) {
    #tech_container .map_section .map_article:not(:last-child) {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    #tech_container .map_section .map_head {
        padding: 12px 16px;
    }

    #tech_container .map_section .map_head h3 {
        font-size: 16px;
    }

    #tech_container .map_section .map_advantages {
        padding: 16px;
    }

    #tech_container .map_section .map_advantages .accent_alert {
        margin-bottom: 16px;
        font-size: 14px;
    }

    #tech_container .map_section .map_advantages .mark_circle {
        font-size: 14px;
    }

    #tech_container .map_section mark {
        font-size: 20px;
    }


}

@media screen and (max-width:767px) {}