/* header css */

.u-footer-item8 {
    color: #327240!important;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
}


/* header css */


/* search bar css */

.u-today-search-bar {
    padding: 100px 20%;
    background-color: #F2F2F2;
}

.u-today-search-bar-title {
    font-size: 40px;
    text-align: center;
    color: #607C73;
}

.u-memory-search-input {
    position: relative;
    width: 65%;
    height: 41px;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #80A6AC;
}

.u-memory-search-input img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.u-memory-search-input input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px 5px 5px 40px;
}

.u-memory-search-input input:focus-visible {
    outline: none;
}

.u-memory-event-btn-p {
    height: 41px;
    width: 20%;
    min-width: 150px;
    border: solid 1px #118081;
    background-color: #118081;
    color: white;
    border-radius: 22px;
    padding: 0 15px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.u-memory-event-btn-p:hover {
    background-color: white;
    color: #118081;
}


/* search bar css */


/* tap item css */

.u-today-mainitem-body-title {
    font-size: 17px;
    font-weight: bold;
}

.u-today-mainitem-body li {
    font-size: 15px;
}

.u-today-mainitem-body li::marker {
    color: #80A6AC;
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    .u-today-search-bar {
        padding: 50px 10%;
    }
    .u-memory-search-input {
        width: 100%;
        margin: 20px 0;
    }
    .u-today-mainitem-body ul {
        padding-left: 20px;
    }
}