@media all and (max-width: 767px) {
    .hd {
        background: #f4f4f7;
    }
    
    .hd .title {
        font-size: 6.73vw;
        margin-bottom: 4.53vw;
    }

    .bd {
        background: #f7f8f8;
    }

    .bd .cont {
        font-size: 3.47vw;
        line-height: 1.54;
        color: #595959;
    }
}