@keyframes fadeInUp_ {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp_ {
    -webkit-animation-name: fadeInUp_;
    animation-name: fadeInUp_
}

.labor_union {
    background: #F6F1F1;
    padding: 125px 0 244px 0;
    position: relative;
}

.labor_union .zs3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 33px);
}

.labor_union .wrap {
    max-width: 90%;
    width: 558px;
    margin: auto;
    position: relative;
}

.labor_union .wrap .zs1 {
    position: absolute;
    left: -410px;
    top: 105px;
    z-index: 1;
    width: 194px;
}

.labor_union .wrap .zs2 {
    position: absolute;
    right: -323px;
    top: 162px;
    width: 118px;
}

.labor_union .wrap .title {
    display: flex;
    justify-content: center;
}

.labor_union .wrap .title .list {
    font-weight: 400;
    font-size: 18px;
    color: #AB0E12;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}

.labor_union .wrap .title .list:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #111111;
    border-radius: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    opacity: 0;
    transition: 0.6s;
}

.labor_union .wrap .title .list:not(:last-child) {
    margin: 0 50px 0 0;
}

.labor_union .wrap .title .list.on {
    color: #111111;
    font-weight: bold;
}

.labor_union .wrap .title .list.on:after {
    opacity: 1;
}

.labor_union .wrap .content {
    margin: 55px auto 0;
}

.labor_union .wrap .content .img {
    display: none;
    text-align: center;
}

.labor_union .wrap .content .img img{
    max-width: 100%;
    max-height: 100%;
}

.labor_union .wrap .content .img.on {
    display: block;
}

@media screen and (max-width: 1919px) {
    .labor_union {
        background: #F6F1F1;
        padding: 6.5104166667vw 0 12.7083333333vw 0;
        position: relative;
    }

    .labor_union .zs3 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: calc(100% - 1.71875vw);
    }

    .labor_union .wrap {
        max-width: 90%;
        width: 29.0625vw;
        margin: auto;
        position: relative;
    }

    .labor_union .wrap .zs1 {
        position: absolute;
        left: -21.3541666667vw;
        top: 5.46875vw;
        z-index: 1;
        width: 10.1041666667vw;
    }

    .labor_union .wrap .zs2 {
        position: absolute;
        right: -16.8229166667vw;
        top: 8.4375vw;
        width: 6.1458333333vw;
    }

    .labor_union .wrap .title {
        display: flex;
        justify-content: center;
    }

    .labor_union .wrap .title .list {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #AB0E12;
        letter-spacing: 2px;
        position: relative;
        cursor: pointer;
    }

    .labor_union .wrap .title .list:after {
        content: '';
        position: absolute;
        width: 0.8333333333vw;
        height: 0.1041666667vw;
        background: #111111;
        border-radius: 0px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.3645833333vw;
        opacity: 0;
        transition: 0.6s;
    }

    .labor_union .wrap .title .list:not(:last-child) {
        margin: 0 2.6041666667vw 0 0;
    }

    .labor_union .wrap .title .list.on {
        color: #111111;
        font-weight: bold;
    }

    .labor_union .wrap .title .list.on:after {
        opacity: 1;
    }

    .labor_union .wrap .content {
        margin: 2.8645833333vw auto 0;
    }

    .labor_union .wrap .content .img {
        display: none;
        text-align: center;
    }

    .labor_union .wrap .content .img.on {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .labor_union {
        padding: 100px 0 150px 0;
    }

    .labor_union .wrap {
        width: 90%;
    }

    .labor_union .wrap .zs1 {
        left: -118px;
        top: 61px;
        width: 170px;
    }

    .labor_union .wrap .zs2 {
        position: absolute;
        right: -72px;
        top: 60px;
        width: 107px;
    }

    .labor_union .wrap .title .list {
        font-size: 16px;
    }

    .labor_union .wrap .title .list:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .labor_union .wrap .title .list:after {
        width: 12px;
        height: 2px;
        bottom: -5px;
    }

    .labor_union .wrap .content {
        margin: 30px auto 0;
    }

    .labor_union .wrap .content .img:nth-child(2) {
        width: 70%;
        margin: auto;
    }
}

/*# sourceMappingURL=about.css.map */
