#ns_Main {
    background: #fff;
}
@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: -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%);
    display: none;
}



/*BlogList*/
.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%;
}
}

.TripIntro {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}
.TripIntro .meMsg_MsgBlk {
    position: relative;
    margin: 100px 0px 50px;
}
.TripIntro .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.TripIntro .meMsg_MsgBlk .meMsg_MsgTitle:before{
    position: absolute;
    top: -50px;
    left: calc( 50% - 10px );
    content:'';
    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%);
}
.TripIntro .meMsg_MsgBlk .meMsg_Content {
    display: block;
    margin: 50px auto;
    width: 100%;
    color: #000;
    text-align: justify;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
}
@media (max-width: 768px) {
.TripIntro .meMsg_MsgBlk .meMsg_MsgTitle {
    font-size: 24px;
    line-height: 120%;
}
}

/*artstaff*/
.artstaff .meMsg_MsgBlk {
    max-width: 590px;
    position: relative;
    margin: 10px auto 50px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
}
.artstaff .meMsg_MsgBlk img{
    width: 100%;
}
.artstaff .meMsg_MsgBlk > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 50px 50px;
    gap: 20px;
}
/*頁數*/
.tdRecCount, .tdGap, .tdPageNumCaption, .tdPageNum {
    display: none;
}

/*row3*/
.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;
    margin: 0px;
}
.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%;
}
}

/*blognew*/
.inc_msg_BlogNew{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    padding-bottom: 50px;
    max-width: 900px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
}
.msgBlogNew{
    width: 30%;
}
.msgBlogNew .meMsg_MsgBlk img{
   width: 100%;
}

.acnew .msgBlogNew .meMsg_MsgTitle{
    border-bottom: 0px;
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.acnew .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}
.acnewline .inc_msg_BlogNew{
    border-bottom: 2px dashed #a6a6a6;
}
.msgBlogNew .meMsg_ReadMore{
    display: flex;
    justify-content: flex-end;
    text-align: center;
}
.msgBlogNew .meMsg_ReadMore a {
    display: block;
    width: 120.927px;
    height: 36px;
    padding: 8px;
    border-radius: 5px;
    background: #3D6E83;
    color: #fff;
    margin: 15px 0px;
}
@media(max-width: 768px){
.inc_msg_BlogNew{
    flex-direction: column;
}
.msgBlogNew{
    width: 80%;
}
}

/*隱藏blognew內文*/
.msgBlogNew .meMsg_Content{
   display: none;
}

/*隱藏banner偽元素*/
.About_Banner .meMsg_MsgBlk::before,.About_Banner .meMsg_MsgBlk::after{
   display: none;
}

#id_ContentBottom_2{
   background: no-repeat;
   background-size: cover;
   background-image: url('https://comet.noonspace.com/w62/north/MsgInfo/bg.png');
   background-position: center;
   padding-bottom: 300px;
}


.Exhib_intro {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 20px;   
}
.Exhib_intro .meMsg_MsgBlk .meMsg_Content {
    font-size: 16px;
    line-height: 160%;
    margin: 30px 0;
    text-align: justify;
}
.Exhib_intro .meMsg_MsgBlk .meMsg_Content span {
    color: #5A8294;
    text-align: justify;
}


.Exhib_Info {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 20px;
}
.Exhib_Info .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.Exhib_Info.Titleleft .meMsg_MsgBlk .meMsg_MsgTitle {
    text-align: left;
}
.Exhib_Info .meMsg_MsgBlk .meMsg_Content {
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
}
.Underline {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px;
}
.Exhib_Info .listMsgList {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.Exhib_Info .listMsgList .itemMsgList.MsgListBlk_2 {
    margin-left: 20px;
}
.Exhib_Info .meMsg_MsgList .meMsg_ItemTitle {
    font-size: 16px;
    line-height: 160%;
}


/*TabContent*/
body .TabContent{
    height: 600px;
}
.TabContent.Rules .listMsgList{
    max-width: 600px;
}
.TabContent .meMsg_ItemTitle{
    color: #000;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
}
.TabContent.Work_Info .meMsg_MsgMainTd{
    texr-align: center;
}
.Work_Info .meMsg_MsgList{
    display: none;
}
@media(max-width: 768px){
body .TabContent{
    height: auto;
    padding: 60px 20px;
}
}
@media(max-width: 600px){
body .TabContent{
    height: auto;
}
}

/*noteb*/
body .noteb{
    max-width: 750px;
    position: relative;
    margin: 80px auto 100px;
}
body .noteb .meMsg_MsgBlk img {
    width: 80px;
    position: absolute;
    top: 8%;
    left: 50px;
}
.noteb .meMsg_MsgSubTitle{
    display: block;
    background: rgba(21, 59, 83, 0.75);
    color: #FFF;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
    padding: 50px 0px;
    padding-left: 150px;
}
.noteb .meMsg_MsgBlk .meMsg_Content{
    line-height: 200%;
    margin: 0px;
    padding: 40px;
    background: rgba(232, 242, 248, 0.75);
}
@media(max-width: 768px){
body .noteb .meMsg_MsgBlk img{
   display: none;
}
.noteb .meMsg_MsgSubTitle{
    font-size: 14px;
    padding-left: 15px;
}
.noteb .meMsg_MsgBlk .meMsg_Content{
    padding: 20px;
    font-size: 14px;
}
}
.About_Banner .meMsg_MsgBlk::before,.About_Banner .meMsg_MsgBlk::after{
   display: none;
}

.topbg {
    background: no-repeat;
    background-size: cover;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/public1.png);
    background-position: bottom;
}
/*bloglist調整*/
.BlogListList .MsgRowN:first-child {
    width: 100%;
    height: 100%;
    padding: 0px 0px 50px;
    margin-bottom: 50px;
    border-bottom: 2px dashed #a6a6a6;
}
.BlogListList .MsgRowN:first-child .meMsg_MsgSubTitle br{
   display: none;
}
.activetree .TreeMenu .TreeGroup:nth-child(3) {
    display: none;
}
body .BlogListD_1,body .BlogListD_0 {
   border: 0px;
}
.BlogListList{
    max-width: 900px;
    margin: auto;
}
.BlogListList .BlogInfo1,.BlogListList .meMsg_Content,.BlogListList .BlogInfoStatus,.BlogListList .BlogDisp{
   display: none;
}
.BlogListList .BlogInfoBtn {
    position: relative;
    text-align: right;
}
.BlogListList .BlogInfoBtn .BlogInfo{
   color: transparent;
}
.BlogListList .BlogInfoBtn .BlogInfo:before {
    content: 'more > ';
    top: 10px;
    right: 0px;
    position: absolute;
    color: #fff;
    background: #3D6E83;
    padding: 8px 25px;
    border-radius: 5px;
}
.BlogListList .meMsg_MsgTitle a{
    display: block;
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 14px;
}
.BlogListList .meMsg_MsgSubTitle {
    display: block;
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0px 10px;
    letter-spacing: 0px;
    line-height: normal;
}

/*blogtree*/
.activetree{
   max-width: 900px;
   margin: auto;
}
.activetree .inc_msg_BlogTree{
   position: relative;
}
.activetree .meMsg_MsgContent{
   display: none;
}
.activetree .inpBlogTreeSelect{
    border: 1px solid #3D6E83;
    background: transparent;
    color: #3D6E83;
    padding: 10px;
    width: 130px;
}
.activetree .inc_msg_BlogTree:before {
    position: absolute;
    content: ' ';
    top: 15px;
    left: 100px;
    background: no-repeat;
    background-size: contain;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Vector16.png);
    width: 15px;
    height: 15px;
    z-index: 1;
}
.activetree .dataBlogTree.Select{
    overflow-y: hidden;
    max-height: 218px;
}
body .activetree .TreeNode_3 a{
    display: none;
}
body .activetree .dataBlogTree.Select .TreeItem_4 {
    background: url(/main/themes/ns/css_Default/TreeNode2.gif) no-repeat;
    background: none;
    padding: 10px;
    color: #3D6E83;
}
#ns_Content {
    padding: 50px 0px 150px;
    background: no-repeat;
    background-size: cover;
    background-image: url('https://comet.noonspace.com/w62/north/MsgInfo/public3.png');
    background-position: top;
}


/*最上層前導活動按鈕*/
.activeitem{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-top: -85px;
}
.activeitem .meMsg_ItemImgDiv {
    width: 150px;
    margin: 0px 10px;
}
.activeitem .meMsg_ItemImgDiv img {
    width: 100%;
}
body .activeitem .meMsg_MsgTitle_2{
   display: block;
}