.search-input-wrap {
    background: #F9F9F9;
    display: flex;
    width: 100%;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.result-item h3 {
    color: var(--Text-Bodytext-1, #323333);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.search-count.search-inner-wrapper {
    margin-top: 20px;
    color: #323333;
font-family: "Noto Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;
 margin-bottom: 20px;
}
.search-count.search-inner-wrapper span {
    color: #00ABE4;
}
.search-title h3 {
    color: #949DA1;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 20px;
}
.result-item p {
    overflow: hidden;
    color: #323333;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-right: 40px;
    margin-bottom: 10px;
}
.result-item {
    margin: 24px 0px;
    border-bottom: 1px solid #C0C7CA;
}
.search_frame.group-wrapper.search-inner-wrapper {
    overflow-x: auto;
    height: 300px;
}
p.no-result {
    color: var(--Text-Bodytext-1, #323333);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}
p.no-result span {
    color: #00ABE4;
}
p.title-search {
    color: var(--Suntory-Grey-50, #989999);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    margin: 16px 0px;
}
.m-t-0{
    margin-top: 0;
}
.list-recent a p {
    color: #323333;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px !important;
}
.pop-search-result {
    color: #323333;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px !important;
    text-transform: capitalize !important;
}
@media (max-width:768px){
        .md-h-650px {
        height: 400px !important;
    }
    .video-swiper .full-screen {
    height: 400px !important;
}
}