/* recent */
#recent-wrap.history_contents {
    margin-top: 64px !important;
}
#recent-wrap.box_slide {
    padding-top: 10px;
    padding-bottom: 20px;
}
#recent-wrap .recent-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

#recent-wrap #msg_no_recent {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4px;
}
#recent-wrap .recent-control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

#recent-wrap .recent_btn_register {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 640px;
    height: 60px;
    padding: 20px 10px;
    background-color: #a4002c;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    box-sizing: border-box;
}
#recent-wrap .recent_btn_register:hover {
    opacity: 0.8;
}
#recent-wrap #recent-wrap .recent_label_text {
    padding: 2px 10px;
    background-color: white;
    font-size: 10px;
    line-height: 14.48px;
    letter-spacing: 1px;
    text-align: center;
    color: #a4002c;
}
#recent-wrap .recent_btn_register img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}
#recent-wrap .recent_btn_login {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#recent-wrap .recent_btn_login span {
    text-decoration: underline;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
}

#recent-wrap .recent_btn_login img {
    width: 4px;
    margin-right: 5px;
}

#recent-wrap .box_slide__content {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 8px;
    margin-top: 20px;
    overflow-x: scroll;
}

#recent-wrap .box_slide__content::-webkit-scrollbar {
    display: none;
}
#recent-wrap .box_slide__content li {
    width: 227px;
    padding: 8px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 4px;
}
#recent-wrap .lst_media__img {
    width: 211px;
    height: 184px;
    background-color: #f5f5f2;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#recent-wrap .lst_media__img span {
    display: block;
    width: auto;
    height: 100%;
    background: #c7c7c5;
}
#recent-wrap .lst_media__img .fluid_image {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: 100% !important;
    object-fit: contain;
}
#recent-wrap .lst_media__title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20.27px;
}
#recent-wrap .lst_media__content p {
    font-size: 12px;
    line-height: 17px;
}
#recent-wrap .lst_media_info_address,
#recent-wrap .lst_media_info_memo,
#recent-wrap .lst_media_info_price {
    display: flex;
}

#recent-wrap .lst_media_info .recent_icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    margin-right: 4px;
}
#recent-wrap .lst_media_info .recent_icon::before {
    margin-right: 0;
    color: #999999;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

#recent-wrap .lst_media_info_address,
#recent-wrap .lst_media_info_memo {
    margin-bottom: 8px;
}
.recent_btn_register p {
    display: flex;
    align-items: center;
}
.recent_label_text {
    background: #ffffff;
    padding: 0 10px;
    color: #a4002c;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 14.48px;
    margin-right: 4px;
}
@media screen and (max-width: 767px) {
    /* recent */
    #recent-wrap.history_contents {
        margin-top: 10px;
    }
    #recent-wrap.box_slide {
        margin-top: 40px !important;
    }
    #recent-wrap .recent-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }

    #recent-wrap .recent-title,
    #recent-wrap #msg_no_recent {
        text-align: center !important;
    }

    #recent-wrap .recent_btn_register {
        width: 100%;
    }
}
