.LiteBoxBlogInfo{
    position: absolute;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 10%;
    box-sizing: border-box;
}


/*-----headline-----*/
.LiteBoxBlogInfo .meMsg_MsgContentBlk .meMsg_MsgTitle {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}


/*-----上一頁-----*/
.LiteBoxBlogInfo .prev-btn{
    width: 50px;
    height: 50px;
    top: 35%;
    transform: translateY(-50%);
    left: 30px;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.LiteBoxBlogInfo .prev-btn::before {
    content:url(https://comet.noonspace.com/w62/ec/MsgInfo/shape_icon_left.png);
    font-size: 36px;
    display: block;
}




/*-----下一頁-----*/
.LiteBoxBlogInfo .next-btn{
    width: 50px;
    height: 50px;
    top: 35%;
    right: 30px;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.LiteBoxBlogInfo .next-btn::before {
    content:url(https://comet.noonspace.com/w62/ec/MsgInfo/shape_icon_right.png);
    font-size: 36px;
    display: block;
}



/*-----關閉-----*/
.LiteBoxBlogInfo .close-btn{
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.LiteBoxBlogInfo .close-btn::before {
    content: "×";
    font-size: 36px;
    display: block;
color:#fff;
}


/*-----內容-----*/
.LiteBoxBlogInfo .dataBlogInfo {
width: 80%;
    margin: 0 auto;
        padding: 5% 10%;
    box-sizing: border-box;
    background-color: #fff;
}
.LiteBoxBlogInfo img {
    width: 100%;
}


/*-----影音-----*/
.LiteBoxBlogInfo .meMsg_MsgFileList audio {
    width: 100%;
    margin: 10px 0 30px;
}
.LiteBoxBlogInfo .meMsg_MsgFileList .meMsg_MsgFile {
    list-style: none;
    margin-left: 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 10px);
    border: 1px #4a4a4a solid;
    padding: 10px;
    border-radius: 30px;
    margin: 10px 5px 0;
    font-size: 16px;
}
.LiteBoxBlogInfo .meMsg_MsgFileList .meMsg_MsgFile.isClick {
    background: #4a4a4a;
    color: #fff;
}




@media only screen and (max-width: 700px)  {
.LiteBoxBlogInfo .close-btn{bottom:unset;}
.LiteBoxBlogInfo { padding: 0 20px; }

}


