.LiteBoxBlogInfo {
    position: absolute;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 10%;
    box-sizing: border-box;
    left: 0;
}


/*-----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%;
}





@media only screen and (max-width: 700px)  {
.LiteBoxBlogInfo .close-btn{bottom:unset;}
.LiteBoxBlogInfo { padding: 0 20px; }

}


