
#ask-section > .inner_wrap {
    padding: 100px 0;
}

.ask-wr {
    text-align: center;
}

.ask-top-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1.66;
    color: #333;
}

.ask-btn {
    display: block;
    width: 216px;
    height: 73px;
    line-height: 73px;
    background: #000;

    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;

    margin: 40px auto 0;
}

.ask-btm-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #333;

    margin-top: 30px;
}

@media all and (max-width:750px) {
    #ask-section > .inner_wrap {
        padding: 16vw 16px;
    }

    .ask-top-text {
        font-size: 5.33333vw;
    }

    .ask-img-text {
        display: inline-block;
        width: 28.18133vw;
        line-height: 1.5;
    }

    .ask-img-text > img {
        width: 100%;
    }

    .ask-btn {
        margin-top: 6.66666vw;

        width: 40.53333vw;
        height: 13.6vw;
        line-height: 13.6vw;

        font-size: 3.73333vw;
    }

    .ask-btm-text {
        margin-top: 6.6666vw;
        font-size: 4.26666vw;
    }
}