.section {
    background: #F1F1F1;
    padding: 290px 0 120px;
}

.section .wrap {
    width: 1100px;
    margin: 0 auto;
}

.section .wrap .title {
    margin: 0 0 85px;
}

.section .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
}

.section .wrap .content h4 {
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
    margin: 0 0 30px;
}

.section .wrap .content h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.section .wrap .content p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.footer .footer_top {
    background: #F1F1F1;
}

/*# sourceMappingURL=policy.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 15.1041666667vw 0px 6.25vw;
    }

    .section .wrap {
        width: 57.2916666667vw;
    }

    .section .wrap .title {
        margin: 0px 0px 4.4270833333vw;
    }

    .section .wrap .title h1 {
        font-size: 2.1875vw;
    }

    .section .wrap .content h4 {
        font-size: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }

    .section .wrap .content h5 {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .content p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .section {
        padding: 100px 0 80px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title {
        margin-bottom: 40px;
    }
    .section .wrap .content h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .section .wrap .content p {
        font-size: 16px;
        line-height: 2;
    }
    .section .wrap .content h5 {
        font-size: 16px;
        line-height: 1;
    }
    .section .wrap .title h1 {
        font-size: 24px;
    }
}
