@charset "utf-8";

@media screen and (max-width: 1024px) {
    /* GNB */
    #top {
        height: 56px;
    }
    #main_logo img {
        height: 25px;
    }
    .top_gnb_box {
        margin-left: 30px;
    }
    #top_gnb > dl {
        width: auto !important;
    }
    #top_gnb > dl > dt > a {
        padding: 0 10px;

        font-size: 14px;
        line-height: 56px;
    }
    #top_gnb > dl > dt > a.on::after {
        width: calc(100% - 20px);
        height: 2px;
    }
    .beta_gnb::before {
        top: 10px;
        right: -5px;
    }
    /* 검색창 */
    #top_search_box {
        height: 48px;
    }
    .top_search_input_box input[type=text],
    .top_search_input_box input[type=number] {
        width: 200px;
        height: 34px;

        font-size: 13px;
    }
    .top_search_btn {
        right: 0;
    }
    .top_search_btn > img {
        width: 14px;
        height: 14px;
    }
    .top_point_btn_inbox > img {
        width: 18px;
        height: 18px;
    }
    .gnb_profile {
        padding: 0 10px 0 0;

        border-radius: 16px;
    }
    /* 지도 */
    #mapsearch_form_wrap {
        position: relative;
        top: 4px;

        width: 100%;
        min-width: auto;
        padding: 10px 12px;
    }
    .btn_clear {
        margin-right: 15px !important;
    }
    #btn_search_list {
        display: flex;
    }
    #btn_search_list > li {
        min-width: 45px;

        flex: auto;
    }
    .btn_clear {
        min-width: 76px;
    }
    .btn_box {
        font-size: 1em;
    }

    #slider-range {
        height: 8px;
    }
    .ui-slider .ui-slider-handle {
        top: -.6em;
    }
    .mul_addr {
        display: flex;

        font-size: 12px;
    }
    .mul_addr_txt {
        max-width: 80%;
    }
    .mul_eval_price {
        font-size: 10px;
    }
    .mul_low_price {
        font-size: 12px;
    }
    .mul_low_per {
        font-size: 10px;
    }
    .mul_date_icon,
    .mul_uchal_icon {
        display: inline-block;
        padding: .2em .6em;

        font-size: 10px;

        border-radius: 4px;
    }
    .mul_img {
        width: 94px;
        height: 76px;
    }
    .mul_icon_box {
        margin-top: 3px;
    }
    .mul_icon_box > span:not(:last-child) {
        margin-right: 3px;
    }
    .top_search_cancel_wrap {
        position: absolute;
        top: 0;
        right: 0;
        /*z-index: 2;*/

        display: flex;
        width: 200px;
        height: 100%;
        padding-right: 10px;
        flex-direction: row-reverse;

        background-color: #f9f9f9;

        align-items: center;
    }
    .top_search_cancel_wrap > span {
        font-size: 14px;

        color: #777;
    }
    .top_user_box {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 414px) {
    .cal_icon {
        height: 16px !important;
    }
    select[name=bubwonSel] {
        width: 110px;
    }
    input[type=text],
    input[type=number],
    input[type=date] {
        width: 100px;
    }
    .modal-popup-cont-wrap {
    	width: 100%;    	
    }
}
@media only screen and (max-width: 360px) {
    select {
        width: 95px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size: 10px !important;
    }
    .font12 {
        font-size: 10px !important;
    }
    .mul_addr_txt {
        max-width: 68%;
    }
    .sojaeji_box select {
        width: 80px;
    }
    #case_num_number {
        width: 80px !important;
    }
    select {
        width: 80px;
    }
    input[type=text],
    input[type=number],
    input[type=date] {
        width: 80px;
    }
    .ad_search_icon {
        height: 16px;
    }
    .control-btn,
    .roadView {
        height: 20px;
        padding: 0 10px !important;

        font-size: 10px !important;
        line-height: 20px;
    }
    .email_input {
        font-size: 12px !important;
    }
    .report_icon_chk_txt {
        font-size: 12px !important;
    }
    .report_txt {
        font-size: 14px !important;
    }
    .socail_tit,
    .detail_tit,
    .report_tit {
        font-size: 20px !important;
    }
    .report_cont {
        padding: 20px !important;
    }
    .report_close > img {
        width: 20px;
    }
    .detail_close > img {
        width: 20px;
    }
    .social_close > img {
        width: 20px;
    }
    caption > span {
        padding: 0 7px !important;
    }
    select[name=sel_m_p] {
        width: 40px !important;
    }
    .caption_sel {
        width: 60px !important;
        padding-left: .3em !important;
    }
    .font14 {
        font-size: 11px !important;
    }
}
