.titleImg.titleImgMobile{
    margin-top: 60px;
    height: 30vh;
}
.titleImgMobile .titleTxt h1{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}
.titleImgMobile .titleTxt p{
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.titleImgMobile .titleBreadcrumb{
    left: 30px;
}
.titleImgMobile .titleBreadcrumb img{
   width: 15px;
   height: 15px;
   margin-top: 18px;
}
.titleImgMobile .titleBreadcrumb a{
    font-size: 0.8rem;
}
.menuDetailMobile .caseList{
    padding: 0 20px;
}
.menuDetailMobile .caseList .menuDetailBox{
    justify-content: space-between;
}
.menuDetailMobile .caseList .menuCard{
    margin-right: 0;
    width: 47%;
}
.menuDetailMobile .caseList .menuCardSmall{
    margin-bottom: 50px;
}
.menuDetailMobile .caseList .menuCard img{
    height: 120px;
}

.menuDetailMobile .caseList .menuCard .cardBody{
    font-size: 0.6rem;
    padding: 1rem;
}

.menuDetailMobile .caseList .menuCard .cardBody h5{
    font-size: 0.8rem;
}

.menuDetailMobile .pageBox{
    display: flex;
    justify-content: center;
}
.menuDetailMobile .ui-pagination-container .ui-pagination-page-item{
    font-size: 0.7rem;
}
.friendShipLinkMobile{
    padding: 20px 15px 5px 15px!important;
}
.friendShipLinkMobile .fastLink{
    height: 270px;
}
.friendShipLinkMobile .fastLink .fastLinkLogo{
    width: 100%!important;
}
.friendShipLinkMobile .fastLink .fastLinkLogo:before{
   display: none;
}

.friendShipLinkMobile .fastLink .fastLinkLogo img{
    width: 50%;
} 
.friendShipLinkMobile .fastLink .fastLinkLogo p{
    font-size: 0.8rem!important;
}  
.friendShipLinkMobile .fastLink .fastLinkLogo p img{
    width: 20px;
}   
.friendShipLinkMobile .fastLink .fastLinkList{
    display: none;
}

.friendShipLinkMobile .registration{
    height: 65px;
    line-height: 18px;
    font-size: 0.7rem;
}
.friendShipLinkMobile .registration p{
    margin-top: 10px;
}

.showPic{
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.showPicBlock{
    display: block;
    z-index: 999;
}