.search {
    margin-bottom: 24px;
}
.search_category_wrap {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.search_category_txt {
    margin-right: 15px;
}
.search_category_select {
    width: 180px;
}
.search_bottom {
    display: flex;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
}
.search_bottom_search_input_wrap {
    display: flex;
    width: 100%;
    flex: 1;
    margin-right: 24px;
}
.search_bottom_search_input {
    width: 100%;
}
.search_bottom_search_input::placeholder {
    color: #b2b2b2;
}
.search_bottom_search_input_icon {
    width: 64px;
    height: 100%;
    background: #26b4e6 url(../../img/search_icon_white.png) no-repeat center center / 20px 20px;
    margin-left: -64px;
}
.search_bottom_select {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.search_bottom_select_txt {
    margin-right: 8px;
}
@media (max-width: 767px) {
    .search {
        margin-bottom: 1.2rem;
    }
    .search_category_wrap {
        margin-top: 1.2rem;
    }
    .search_category_txt {
        margin-right: 1rem;
    }
    .search_category_select {
        width: 100%;
        flex: 1;
    }
    .search_bottom {
        display: block;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 0.1rem solid #ccc;
    }
    .search_bottom_search_input_wrap {
        width: 100%;
        margin-right: 0;
    }
    .search_bottom_search_input_icon {
        width: 4.8rem;
        height: 100%;
        background: #26b4e6 url(../../img/search_icon_white.png) no-repeat center center / 2rem 2rem;
        margin-left: -4.8rem;
    }
    .search_bottom_select {
        margin-right: 0;
        margin-top: 1.2rem;
        justify-content: space-between;
    }
    .search_bottom_select_txt {
        margin-right: 0;
    }
    .search_category_select {
        width: 24.6rem;
        flex: initial;
    }
    .search_bottom_btn {
        margin: 1.2rem auto 0;
    }
}

/* product */
.product_list {
    margin-top: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.product_list li {
    position: relative;
}
.product_list li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
}
.product_list_info_btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.product_list_bottom_btn {
    margin: 10px auto 0;
}
@media (max-width: 767px) {
    .product_list {
        margin-top: 2.4rem;
        padding-bottom: 1.2rem;
        border-bottom: 0.1rem solid #ccc;
    }
    .product_list li {
        padding-bottom: 4.8rem;
    }
    .product_list li + li {
        margin-top: 1.2rem;
        padding-top: 1.2rem;
        border-top: 0.1rem solid #ccc;
    }
    .product_list_bottom_btn {
        margin-top: 2rem;
    }
}
