.searchResultAdviseBtn1 {
    width:30%;
    padding:5px;
    float:left;
}

.searchResultAdviseBtn2 {
    width:30%;
    padding:5px;
}

.search_section_contact_btn_wrap {
    width: 100%;
}

.search_section_contact_btn {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 300px;
    height: 50px;
}
.search_section_contact_btn_pc {
    display: block;
    margin-top: 30px;
    width: 300px;
    height: 50px;
}

.naverpost_banner_pc {
    width: 100%;
}

.naverpost_banner_mobile {
    width: 100%;
}

.title_subtext {
    font-size:14px;
}

@media screen and (max-width: 992px) {
    .searchResultAdviseBtn1 {
        width:100%;
    }
    
    .searchResultAdviseBtn2 {
        width:100%;
    }

    .naverpost_banner_pc {
        display: none;
    }

    .naverpost_banner_mobile {
        display: block;
    }

    .title_subtext {
        font-size:10px;
    }
}

@media screen and (max-width: 992px) {

    .search_section_contact_btn_pc {
        display:none;
    }

}

@media screen and (min-width: 992px) {

    .search_section_contact_btn {
        display:none;
    }

    .naverpost_banner_pc {
        display: block;
    }

    .naverpost_banner_mobile {
        display: none;
    }
}

