/* .k-wealth header {
    position: relative;
} */
.k-wealth main {
    margin-top: 174px;
}
.background-white {
    background: #fff;
    color: #111111;
}
.kcn-header__menu ul li a {
    color: #111111;
}
.kcn-header__menu ul li a:hover {
    color: #111111;
}
.kcn-header.sticky {
    filter: none;
}
.search-bar {
    background: #EDEDED;
    color: #666666;
}
.middle-bar.background-white {
    border-bottom: 1px solid #eeeeee;
    z-index: 12;
}
.kwealth-news {
    background-color: #FAFAFA;
    padding-top: 64px;
    text-align: center;
    position: relative;
}
.k-wealth .container {
    position: relative;
    z-index: 4;
}
.title {
    margin-bottom: 48px;
}
.title h1 {
    color: #1C6157;
    font-size: 33px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 16px;
}
.title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-family: "pridi" !important;
}
.kwealth-news .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: fit-content;
    margin: 0 auto;
    /* padding-bottom: 64px; */
}
.kwealth-news .content-new {
    width: fit-content;
}
.kwealth-news .content-new .card-news img{
    max-width: 364px !important;
}
.kwealth-news .content-new .card-news {
    text-align: left;
}
.kwealth-news {
    padding-bottom: 64px;
}
.seemore-btn {
    margin-top: 48px;
}
.kwealth-link-more {
    background: linear-gradient(254.37deg, #E5D1B8 -92.35%, #A9977F 93.99%);
    padding: 8px 24px;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.kwealth-link-more:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 3;
}
.visible-dt {
    display: block;
}
.visible-mb {
    display: none;
}
@media screen and (max-width: 767px) {
    .visible-dt {
        display: none;
    }
    .visible-mb {
        display: block;
    }
    .kwealth-news .content {
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
        /* margin: 0 auto; */
    }
    .kwealth-news {
        padding-bottom: 48px;
    }
    .seemore-btn {
        margin-top: 32px;
    }
    .title h1 {
        font-size: 24px;
        line-height: 150%;
    }
    .title p {
        font-size: 16px;
        line-height: 24px;
    }
    .kwealth-news {
        padding-top: 48px;
    }
    .title {
        margin-bottom: 32px;
    }
    .kwealth-news .content-new .card-news img {
        max-width: 100% !important;
    }
}