#topCover {
    background: url(../images/aboutAvinyBG.png) top right no-repeat;
    position: relative;
}

#topCover .bioBox {
}

#topCover .bioBox > .title {
    font-weight: bold;
    color: var(--main-red);
    font-size: 20px;
}

#topCover .bioBox > .wrapper {
    padding: 10px;
}

#topCover .bioBox > .contents > .wrapper {
    padding: 15px 0px 0px 10px;
}


#myArticle .articleTitle , #myNaqd .naqdTitle {
    color: var(--main-red);
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}


.mCSB_container {
    padding-bottom:60px;
}

.mCustomScrollBox:after{
    content:" ";
    display:block;
    width:100%;
    background: linear-gradient(0deg,white 0%,transparent);
    height: 50px;
    position:absolute;
    bottom:0px;
}


#bookBox {
    background: #e5e5e5;
    border-radius: var(--main-radius);
}

#bookBox .boxContents {
    text-align: center;
    padding: 20px 0px;
}

#bookBox .boxTitle i {
    color: var(--main-primary-dark);
    padding-left: 6px;
}

#bookBox .boxTitle {
    color: var(--main-gray);
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;

}

#bookBox .bookCover {
    width: 70%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #00000052;
}

#bookBox .title {
    font-size: 13px;
    font-weight: bold;
}


#myNaqd .naqdThumb{
    display:flex;
    margin:10px auto 10px auto;
    width: 250px;
    border-radius: var(--main-radius);
}
#myNaqd .naqdContents{
    display:flex;
    gap:20px;
}
#myNaqd .naqdContents .text{
    text-align:justify;
}


#avinyAlbum .swiper-slide:hover img{
    filter:grayscale(0);
    opacity: 100%;
    transition:0.5s ease all;
}

#avinyAlbum .swiper-slide img{
    filter: grayscale(1);
    opacity: 50%;
    border-radius:var(--main-radius);
}
#avinyAlbum .swiper-slide{
    background: #cecece;
    display: block;
    border-radius:var(--main-radius);
}




/* mobile */
@media (max-width: 767px) {

    #topCoverMobile .avinyCover img{
        border: solid 3px var(--main-secondary);
        border-radius: var(--main-radius);
    }

    #topCoverMobile .bioBox .title{
        font-weight: bold;
        margin:20px 0px;
        font-size: 18px;
    }

    .mCSB_container {
        margin: 0px 30px 10px 30px;
    }

    #myNaqd .naqdContents{
        display:flex;
        flex-direction: column-reverse;
    }


}
/* tablet and PC */
@media (min-width: 768px) {

    #topCover {
        height: 780px;
        margin-bottom: 50px;
        border-radius: 15px;
        border: 3px solid #ededed;
    }

    #topCover .bioBox {
        width: 25%;
        position: absolute;
        bottom: 80px;
        left: 50px;
    }


    .mCSB_container {
        margin: 0px 0px 10px 20px;
    }



}