.wine_search_page {
    margin-top: -150px;
    background: #ffffff;
    min-height: 100vh;
    padding: 0 30px;
    padding-bottom: 300px;
}

.bgr_pink {
    margin-top: -45px;
    background-color: #f8eded;
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    padding: 65px 25px;
}

.story {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.story p {
    font-size: 26px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 700;
    font-family: "NanumSquareNeo";
    text-align: center;
}

.story img {
    margin-top: 3px;
    width: 16px;
    height: 12px;
}

/*  */
.ttl_search {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 38px;
    margin-bottom: 10px;
}

.ttl_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.ttl_select img {
    margin-top: 15px;
    width: 22px;
    height: 13px;
    margin-right: 12px;
}

.ttl_detail_search {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: #252525;
    text-align: left;
}

.ttl_search p {
    font-size: 21px;
    letter-spacing: -1px;
    color: #555555;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* align-items: center; */
    padding-top: 195px;
}

.search-box-imp {
    display: flex;
    align-items: center;
    padding: 8px 27px;
    width: 670px;
    justify-content: space-between;
    height: 90px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #dbdbdb;
}

.search-box-imp input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #999999;
    height: 100%;
}

.search-box-imp input::placeholder {
    color: #aaa;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.tag-list-search {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10.8px;
}

.tag {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 20px;
    letter-spacing: -1px;
    color: #12100f;
    cursor: pointer;
}

.list_detail_search {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.list_detail_search img {
    width: 142px;
    height: 143px;
}

.list_detail_search .box_list .location_img {
    width: 142px;
    height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f1f5;
    border-radius: 10px;

}

.list_detail_search .box_list .location_img img {
    /* width: auto;
    height: 45px; */
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.list {
    display: flex;
    gap: 30px;
}

.box_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.box_list p {
    font-size: 20px;
    text-align: center;
}

.section4 {
    background-color: #ffffff;
    margin-top: 100px;
    position: fixed;
    bottom: 100px;
    width: 720px;
    z-index: 999;
    padding: 28px 0;
    box-shadow: 0 -40px 11px rgba(0, 0, 0, 0.051);
}

.btn-section4 {
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-cart {
    padding: 27px 258px;
    background-color: #ff5b65;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    flex: 1;
}