.row {
    margin: 0;
}

.col-12.row {
    padding: 0;
}

.col-6.item {
    padding: 0 10px;
}

.disNone {
    display: none;
}

.sound_only {
    display: none;
}


/* 카테고리 탑 배너 */

.cate_ban {
    background-image: url("../images/cate_ban/cate_ban_06.png");
}


/* product list */

#shelter .gall_info {
    display: flex;
    justify-content: space-between;
    font-size: 0.938rem;
    margin: 18px 0;
    color: #666;
    align-items: center;
}

#shelter .gall_info .gall_count {
    margin-bottom: 0;
}

#shelter .gall_info .wr {
    display: flex;
}

#shelter .gall_info .wr .btn_search {
    margin-right: 7px;
}

#shelter .gall_info .sort_box #sel_array {
    outline: none;
    border: none;
    color: inherit;
}

#shelter .item_layout {
    padding: 0;
}

#shelter .item {
    padding: 0 10px 70px;
    width: 100%;
}

#shelter .item .thumb_wr {
    position: relative;
}

#shelter .item .thumb_wr .icon_wr {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.875rem;
    display: flex;
    z-index: 99;
}

#shelter .item .thumb_wr .icon_best,
#shelter .item .thumb_wr .icon_new {
    background-color: #a6774e;
    color: #fff;
    padding: 2px 8px;
}

#shelter .item .thumb_wr .icon_new {
    background-color: #47ad1a;
}

#shelter .item .thumb_wr a {
    display: block;
    overflow: hidden;
}

#shelter .item .thumb_wr img {
    width: 100%;
    max-height: 350px;
    display: block;
    /* transition: .3s; */
    border-radius: 20px;
}

#shelter .item:hover .thumb_wr img {
    transform: scale(1.01);
}

#shelter .item .txt_wr {
    margin-top: 14px;
    text-align: left;
}

#shelter .item .txt_wr .tit {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -.5px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%;
}

#shelter .item .txt_wr .subtit {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: -.5px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%;
}

#shelter .item .txt_wr .info {
    font-size: 0.8125rem;
    color: #979797;
}

#shelter .paging {
    display: flex;
    justify-content: center;
    color: #999;
}

#shelter .item .txt_wr .info .date {
    margin-right: 6px;
}


/* 페이지 내 검색 모달창 */

#search_page_modal .form-group {
    margin-bottom: 0;
    text-align: center;
}

#search_page_modal .form-group select,
#search_page_modal .form-group input,
#search_page_modal .form-group button {
    margin-bottom: 6px;
}

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

@media screen and (max-width: 768px) {
    #shelter .layout {
        padding: 0 16px;
    }
    #shelter .item_layout {
        padding: 0 10px;
    }
    #shelter .item {
        padding: 0 6px 60px;
    }
    #shelter .item .txt_wr .tit {
        font-size: 1.5rem;
    }
    #shelter .item .txt_wr .subtit {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 576px) {
    #shelter .gall_info {
        margin: 18px 0;
    }
    #shelter .gall_info .gall_count {
        font-size: 0.813rem;
    }
    #shelter .gall_info .sort {
        justify-content: center;
        font-size: 0.813rem;
    }
    #shelter .gall_info .sort li a {
        border: none;
        padding: 3px 12px;
        display: block;
    }
    #shelter .gall_info .sort_box #sel_array {
        font-size: 0.875rem;
    }
    #shelter .item {
        padding: 0 6px 45px;
    }
}

@media screen and (max-width: 375px) {
    #shelter .item {
        padding: 0 6px 35px;
    }
}