.duty {
    background: #F6F1F1;
    padding: 106px 0 120px 0;
}

.duty .wrap {
    width: 1420px;
    margin: auto;
}

.duty .wrap .item {
    padding: 35px 30px 34px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.duty .wrap .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.duty .wrap .item:nth-child(2n) .img {
    margin: 0 0 0 160px;
}

.duty .wrap .item:not(:last-child) {
    margin: 0 0 50px;
}

.duty .wrap .item .img {
    width: 640px;
    height: 360px;
    margin: 0 75px 0 0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.duty .wrap .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.duty .wrap .item .img:hover img {
    transform: scale(1.05);
}

.duty .wrap .item .text {
    width: 507px;
}

.duty .wrap .item .text h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 40px;
}

.duty .wrap .item .text p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

@media screen and (max-width: 1919px) {
    .duty {
        background: #F6F1F1;
        padding: 5.5208333333vw 0 6.25vw 0;
    }

    .duty .wrap {
        width: 73.9583333333vw;
        margin: auto;
    }

    .duty .wrap .item {
        padding: 1.8229166667vw 1.5625vw 1.7708333333vw 1.5625vw;
        background: #FFFFFF;
        border-radius: 0.5208333333vw;
        display: flex;
        align-items: center;
    }

    .duty .wrap .item:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .duty .wrap .item:nth-child(2n) .img {
        margin: 0 0 0 8.3333333333vw;
    }

    .duty .wrap .item:not(:last-child) {
        margin: 0 0 2.6041666667vw;
    }

    .duty .wrap .item .img {
        width: 33.3333333333vw;
        height: 18.75vw;
        margin: 0 3.90625vw 0 0;
        border-radius: 0.4166666667vw;
        overflow: hidden;
        cursor: pointer;
    }

    .duty .wrap .item .img img {
        width: 100%;
        height: 100%;
        transition: .6s;
    }

    .duty .wrap .item .img:hover img {
        transform: scale(1.05);
    }

    .duty .wrap .item .text {
        width: 26.40625vw;
    }

    .duty .wrap .item .text h1 {
        font-weight: bold;
        font-size: 1.875vw;
        color: #111111;
        margin: 0 0 2.0833333333vw;
    }

    .duty .wrap .item .text p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #666666;
        line-height: 1.875vw;
    }
}

@media screen and (max-width: 1024px) {
    .duty {
        padding: 80px 0 50px 0;
    }

    .duty .wrap {
        width: 90%;
    }

    .duty .wrap .item {
        flex-direction: column !important;
        padding: 15px;
        margin: 0 0 20px !important;
    }

    .duty .wrap .item .img {
        width: 100%;
        height: auto;
        margin: 0 0 25px !important;
    }

    .duty .wrap .item .text {
        width: 100%;
    }

    .duty .wrap .item .text h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .duty .wrap .item .text p {
        font-size: 12px;
        line-height: 24px;
    }
}

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