#ns_Main {
    padding-bottom: 30vh;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/content.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
@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;
}


.About_Banner .meMsg_MsgBlk::before {
    content: '';
    display: block;
    width: 75px;
    height: 100px;
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/corner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 100px;
    right: 40px;
}
.About_Banner .meMsg_MsgBlk::after {
    content: '';
    display: block;
    width: 75px;
    height: 100px;
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/corner02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: 100px;
    left: 40px;
}
@media(max-width: 768px) {
.About_Banner .meMsg_MsgBlk>div {
    /*transform: unset;*/
}
.About_Banner .meMsg_MsgBlk::before {
    top: 70px;
    right: 20px;
}
.About_Banner .meMsg_MsgBlk::after {
    bottom: 50px;
    left: 20px;
}
}



/*當前分類*/
.CurrentSort {
    max-width: 800px;
    margin: 100px 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%);
}
.CurrentSort .meMsg_MsgBlk .meMsg_MsgTitle{
    color: #3D6E83;
    display: block;
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    position: relative;
}
body .CurrentSort .meMsg_MsgBlk .meMsg_MsgTitle::before {
    position: absolute;
    content: '';
    top: -55px;
    left: calc(50% - 10px);
    width: 20px;
    height: 40px;
    border: 0px solid;
    background: rgba(88, 142, 173, 0.35);
    margin: 0 auto 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

/*BlogList*/
#ns_Content {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.BlogListList .MsgInfoList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.BlogListList .MsgRowN {
    max-width: 900px;
    width: 100%;
    margin: 10px auto;
}
.MsgRow1 {
    margin-top: unset;
}

.Blog_MainImg img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}
.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;
    line-height: 130%;
}
.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%;
}

.Blog_Title .meMsg_MsgTitle {
    font-size: 20px;
    margin: 20px 0 10px;
}

}


/*頁數*/
.tdRecCount, .tdGap, .tdPageNumCaption, .tdPageNum {
    display: none;
}
.About_Banner .meMsg_MsgBlk::before,.About_Banner .meMsg_MsgBlk::after{
    display: none;
}

/*圖文橫排*/
.MsgRowN:nth-child(even) .BlogInfoHTML > div {
    flex-direction: row-reverse;
}
.Blog_Content {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    gap: 30px;
    border-bottom: 2px dashed #a6a6a6;
}
.blogimg{
    width: 30%;
}
.blogtxt{
    width: 70%;
}
@media(max-width: 768px){
.Blog_Content{
    flex-direction: column;
    gap: 0;
}
.MsgRowN:nth-child(even) .BlogInfoHTML > div{
    flex-direction: column;
}
.blogimg{
    width: 100%;
}
.blogtxt{
    width: 100%;
}
}

/*隱藏語系*/
body .language{
    display: none !important;
}

/* row3 */
.row3{
    width: 100%;
    margin: 100px auto 50px;
}
.row3 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
}
.row3 .meMsg_MsgBlk .meMsg_Content {
    display: block;
    line-height: 30px;
    text-align: center;
    margin: 40px 0;
}
.row3 .meMsg_MsgList .listMsgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row3 .meMsg_MsgList .itemMsgList {
    width: 33.33%;
}
.row3 .meMsg_MsgList img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
@media (max-width: 768px) {
.row3 .meMsg_MsgList .itemMsgList {
    width: 100%;
}
}

/*隱藏新聞發佈文章區塊*/
.BlogInfoHTML{
   display:;
}
.BlogListList .MsgInfoList{
   display:;
}

/*影片*/
.vimeovideo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.vimeovideo{
    padding-bottom: 56.25%;
    position: relative;
    text-align:center;
}

.video{
    max-width: 1000px;
    margin: auto;
    padding:0 20px
}


@media screen and (max-width: 700px) {

.vimeovideo{
    padding-bottom: 60%;
}

}