.mnMainBanner {
    position: relative;
    height: 120px;
    background: #fff;
}
.mnMainBanner .owl-carousel {
    height: 120px;
}
.mnMainBanner .owl-dots {
    display: flex;
    align-items: center;
    gap: 0 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
}
.mnMainBanner .owl-dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #161616 !important;
    opacity: 0.2 !important;
}
.mnMainBanner .owl-dot.active {
    opacity: 1 !important;
}
.mnMainBannerCard {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
}
.mnMainBannerCard img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1128px !important;
    max-width: 1128px;
    transform: translate(-50%, 0);
}
.mnSuccessStoryCard {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    border-radius: 16px;
    width: 328px;
    height: 458px;
    background: #fbfbfb;
}
.mnSuccessStoryCard .mnCardCategory {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 15px;
    height: 35px;
    background: #00174f;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}
.mnSuccessStoryCard .mnCardCategory .mnItem {
    position: relative;
}
.mnSuccessStoryCard .mnCardCategory .mnItem:nth-child(n + 2)::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 10px;
    background: #fff;
    transform: translate(0, -50%);
}
.mnSuccessStoryCard .mnInner {
    padding: 14px 15px;
}
.mnSuccessStoryCard .mnCardThumb {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    height: 158px;
}
.mnSuccessStoryCard .mnCardTag {
    display: flex;
    align-items: center;
    position: absolute;
    top: 9px;
    left: 8px;
    padding: 0 8px;
    border-radius: 50px;
    height: 18px;
    background: #ef353c;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}
.mnSuccessStoryCard .mnCardType {
    display: flex;
    align-items: center;
    gap: 2px;
    position: absolute;
    top: 9px;
    right: 8px;
    padding: 0 8px;
    border-radius: 50px;
    height: 18px;
    background: #afafaf;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.mnSuccessStoryCard .mnCardType::before {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background: url(../../images/ico/ico_voice_w.svg) no-repeat center/cover;
}
.mnSuccessStoryCard .mnCardTitle {
    position: absolute;
    bottom: 7px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.mnSuccessStoryCard .mnCardMeta {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.mnSuccessStoryCard .mnMemberThumb {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 56px;
    width: 56px;
    height: 56px;
}
.mnSuccessStoryCard .mnMemberName {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #161616;
}
.mnSuccessStoryCard .mnMemberInfo {
    flex-grow: 1;
}
.mnSuccessStoryCard .mnMemberCredentials {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #161616;
}
.mnSuccessStoryCard .mnMemberName {
    margin-top: -4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #161616;
}
.mnSuccessStoryCard .mnSummary {
    margin-top: 10px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(171, 176, 187, 0.1);
}
.mnSuccessStoryCard .mnSummary .mnLabel {
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
    color: #8f8f8f;
}
.mnSuccessStoryCard .mnSummary .mnValue {
    overflow: hidden;
    margin-top: 4px;
    height: 48px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #161616;
}
.mnSuccessStoryCard .mnActions {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}
.mnSuccessStoryCard .mnActions .mnButton {
    flex: 1 0 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #007eff;
    border-radius: 6px;
    min-width: 0%;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.mnSuccessStoryCard .mnActions .mnButton.outline {
    color: #007eff;
}
.mnSuccessStoryCard .mnActions .mnButton.primary {
    background: #007eff;
    color: #fff;
}
.mnStoriesArea {
    padding: 16px 0;
    background: #ebf4ff;
}
.mnStoriesTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #161616;
    text-align: center;
}
.mnStoriesDesc {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #161616;
    text-align: center;
}
.mnStoriesFilterLabel {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #161616;
    text-align: center;
}
.mnStoriesFilters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 8px auto 0;
    width: 328px;
}
.mnStoriesFilters .mnFilterButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: 1px solid #00174f;
    border-radius: 8px;
    min-width: 50px;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #00174f;
}
.mnStoriesFilters .mnFilterButton.active {
    border-color: #007eff;
    background: #007eff;
    color: #fff;
    cursor: default;
}
.mnSuccessStoryCardList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
