#ns_Main {
    padding-bottom: 30vh;
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/photograpg_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
@media (max-width:768px) {
#ns_Main {
    padding-bottom: 10vh;
}
}

.About_Banner {
    position: relative;
}
.About_Banner .meMsg_MsgBlk img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.About_Banner .meMsg_MsgBlk>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.About_Banner .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #fff;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
.About_Banner .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    text-align: center;
}




/*當前分類*/
.CurrentSort {
    max-width: 800px;
    margin: -40px auto 40px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.CurrentSort .TreeNode_1 {
    display: none;
}
.CurrentSort .TreeNode_1.TreeNode_t {
    background: unset;
    display: block;
    padding: 0;
}
.CurrentSort .TreeNode_1:hover {
    background: unset;
}
.CurrentSort .TreeNode_1 a {
    background: unset;
    padding: 0;
    position: relative;
}
.CurrentSort .ClassImg img {
    width: 100%;
    max-height: 110px;
    object-fit: cover;
    filter: brightness(0.5);
}
.CurrentSort .ClassName {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/*BlogList*/
#ns_Content {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.BlogListList .MsgInfoList {
    display: flex;
    flex-wrap: wrap;
}
.BlogListList .MsgRowN {
    width: 30%;
    margin: 10px 15px;
}
.MsgRow1 {
    margin-top: unset;
}

.Blog_MainImg img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.BlogListList .meMsg_MsgBlk img {
    width: 100%;
}
.Blog_Title .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-family: 'Noto Serif TC';
    font-size: 24px;
    margin: 20px 0 30px;
}
.Blog_Context {
    color: #333;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.Blog_Btn {
    text-align: right;
}
.Blog_Btn a {
    background: #3D6E83;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
.BlogListList .MsgRowN {
    width: 100%;
}
}


/*頁數*/
.tdRecCount, .tdGap, .tdPageNumCaption, .tdPageNum {
    display: none;
}