#ns_Main {
    margin-top: 70px;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/bg.png);
    background-size: 209px auto;
    background-repeat: no-repeat;
    background-position: top right;
}
@media (max-width:768px) {
#ns_Main {
    padding-bottom: 10vh;
    background-image:none;
}
}

.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;
    justify-content: center;
}
.BlogListList .MsgRowN {
    width: 30%;
    margin: 10px 15px;
    margin-bottom: 70px;
}
.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: #004aa9;
    display: block;
    font-family: 'Noto Serif TC';
    font-size: 24px;
    margin: 20px 0 30px;
    line-height: 130%;
    height: 62px;
}
.Blog_Context {
    color: #000;
    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;
    line-height: 160%;
    height: 42px;
}
.Blog_Btn {
    text-align:-webkit-right;
}
.Blog_Btn a {
    background: #004aa9;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 8px 6px;
    text-transform: uppercase;
    width: 165px;
    position: relative;
    text-align: center;
}

.Blog_Btn a::after {
    content: "";
    display: inline-block;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Vector12.png);
    width: 25px;
    height: 25px;
    background-size: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 950px){
	.BlogListList .MsgRowN {
	    width: 45%;
	}
}

@media (max-width: 768px) {
	.BlogListList .MsgRowN {
	    width: 100%;
	}

	#ns_Main{
	    margin-top: 0;
	}
}


/*頁數*/
.tdRecCount, .tdGap, .tdPageNumCaption, .tdPageNum {
    display: none;
}

/*=====頁面=====*/


#divSitePath .SitePathA,
#divSitePath .SitePathA:hover{
    display: block;
    color: #004aa9;
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    font-family: 'Noto Serif TC';
    margin: 60px 0 60px;
    cursor: unset;
}

#divSitePath .SitePathD,
#divSitePath .txt_msgSitePathHome,
#divSitePath #SitePath_ZC3656148 ,
#divSitePath #SitePath_ZC3656152{
    display: none;
}