@charset "utf-8";

/* ### 검색기 커스터마이징 시작 ### */

input[type="checkbox"].check_area {
    display: none;
}

input[type="checkbox"]:checked ~ label {
    background: #f30;
}

.sel_reset {
    float:right;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.main_searchform {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.search_button {
    background: #f30;
    width: 100%;
    height: 58px;
    background: #f30 url("/theme/henalhome/design/img/search_ico.png") 20px center no-repeat;
    border: 0;
    padding: 0;
    margin-top: 10px;
    text-indent: 0;
    color: #fff;
}

.search_border {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 100%;
    height: 58px !important;
    line-height: 58px !important;
    border-radius: 0 !important;
    display: table-cell;
    width: 32%;

}

.search_border:last-child {
    float: right;
}

.search_border:nth-child(2) {
    margin: 0 5px;
}

.search_couzi {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.search_form {
    float: none;
    width: 100%;
    display: table;
}

.search_btn {
    float: right;
    width: 234px;
    height: auto;
    padding-left: 20px;
    overflow: hidden;
    z-index: 9999999999;
    margin-left: 15px;
    margin-bottom: 30px;
}

@media(max-width:1200px) {

    .search_btn {
        float: none;
        width: 100%;
        height: auto;
        padding-right: 0px;
        overflow: hidden;
        border-right: 0px solid #ddd;
        margin-right: 0px;
        margin-bottom: 20px;
    }


}

.search_btn .left {
    float: left;

}

.search_btn .right {
    float: right;
}

@media(max-width:768px) {

    /*Tablet*/
    .search_btn .left {
        float: none;
        width: 100%;
    }

    .search_btn .right {
        float: none;
        width: 100%;
        height: auto;
    }
}

.check_line {
    clear: both;
    display: block;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left;
    overflow: hidden;
}


.check_line b.color_cell {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.check_line b.color_cell.red {
    background: #f30;
    text-indent: -99999px;
}

.check_line b.color_cell.green {
    background: #83bf45;
    text-indent: -99999px;
}

.check_line b.color_cell.blue {
    background: #00a4e9;
    text-indent: -99999px;
}

.check_line b.color_cell.white {
    background: #fff;
    text-indent: -99999px;
}

.check_line b.color_cell.black {
    background: #222;
    text-indent: -99999px;
}

.check_line h4 {
    clear:both;
    display: block;
    font-size: 85%;
    color: #333;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #777;
}

.check_line .check_item {
    float: none;
    width: 100%;
    padding: 10px 0;
}

.check_line .check_item ul li {
    display: inline-block;
    color: #777;
    border-radius: 0.5rem;
    cursor: pointer;
    margin: 2px 5px;
}

.check_line label {
    font-size: 14px;
    line-height: 24px;
    border-radius: 0.5rem;
    cursor: pointer;
    margin-right:10px;
    
}
.check_line label input{margin-right:5px;}



@media(max-width:1440px) {
    /*Laptop-L*/

}

@media(max-width:1024px) {
    /*Laptop*/

}

@media(max-width:768px) {
    /*Tablet*/

}

@media(max-width:425px) {
    .check_line h4 {
        float: none;
        display: block;
        width: 100%;
    }

    .check_line .check_item {
        width: calc(100% - 0px);
    }
}

@media(max-width:375px) {
    /*Mobile-M*/

}

@media(max-width:320px) {
    /*Mobile-S*/

}






.couzi_title {
    padding: 30px 0;
}

.couzi_title .txt {
    font-size: 95%;
    text-align: center;
    padding: 3px 5px;
    border: 1px solid #f9d5bd;
    color: #f30;
    background: #fdf9f3;
    margin-top: 15px;
    line-height: 100%;
}

.couzi_title .txt b {
    font-weight: normal;
    color: #222;
}

.couzi_title .tit {
    font-size: 470%;
    line-height: 130%;
    font-weight: 900;
    letter-spacing: -3px;
}

.couzi_title .tit b {
    color: #f30;
}

#btn05 {
    background: var(--theme-color);
    color: #fff;
    text-align: center;
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 10px;
}

#btn05:hover {
    background: #f70;
}

input[type="checkbox"] {
    float: left !important;
    margin: 2px;
}




#bo_gall {
    float: right;
    width: calc(100% - 250px) !important;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}

@media(max-width:1200px) {
    .biz_search {
        float: none;
        width: 100%;
    }

    .biz_content {
        float: none;
        width: 100%;
    }

    #bo_gall {
        float: none;
        width: 100% !important;
        padding: 0px;
        margin: 0 auto;
    }


}



@media(max-width:1024px) {
    .gall_row .col-gn-3 {
        width: 49%;
    }
}
@media(max-width:768px) {
    .gall_row .col-gn-3 {
        width: 100%;
        margin:0;
    }
}
.gall_view {
    color: #f30;
    float: right;
}


#gall_ul li {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
}

#gall_ul li.bo_notice {
    background: #fbeff5 url("/theme/henalhome/design/img/img_vip.png") right top no-repeat;
    border: 1px solid #f79ebd;
}

.gall_box {
    position: relative;
}

.chk_box {
    position: static;
    top: 0;
    left: 0;
    z-index: 9;
}

.gall_con {
    display: block;
    width: 100%;
    float: none;
}

.gall_img {
    display: block;
    width: 84px !important;
    float: left;
}

.gall_text_href {
    display: block;
    float: left;
    width: calc(100% - 100px) !important;
    padding-left: 15px;
}

.ad_txt {
    font-size: 85%;
}

a.addnew {
    background: #f30 !important;
    color: #fff !important;
}

.writer {
    text-align: center;
    font-size: 95%;
    padding-top: 5px;
    padding-right: 0px;
    float: right;
}

.writer b.id {
    color: #f80;
}

.location_me {
    clear: both;
    float: right;
    color: #888;
}




#gall_allchk {
    width: 100%;

}

span.field {
    display: inline-block;
    width: 32%;
}
