#ns_Main {
    padding-bottom: 30vh;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Frame22.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: 50px;
    right: 20px;
}
.About_Banner .meMsg_MsgBlk::after {
    bottom: 50px;
    left: 20px;
}
}


/*文章內頁*/
#ns_Content {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}
.BlogInfoD_1 {
    border: 0;
}
.Blog_Sort {
    margin-bottom: 20px;
}
.Blog_Sort a:nth-child(4) {
    display: none;
}

.BlogInfoHTML .meMsg_MsgBlk > div:first-child{
    margin: 100px 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.BlogInfoHTML .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.BlogInfoHTML .meMsg_MsgBlk .meMsg_MsgTitle:before {
    position: absolute;
    content: '';
    top: -50px;
    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%);
}
.BlogInfoHTML .meMsg_MsgBlk .meMsg_MsgSubTitle{
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.BlogInfoHTML .meMsg_MsgBlk img {
    width: 100%;
}
#ns_Content .BlogInfoHTML .meMsg_Content {
    display: block;
    overflow: hidden;
    color: #000;
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin: 50px 0;
}
#ns_Content .BlogInfoHTML .meMsg_MsgListBlk {
    display: block;
}

.BlogInfoHTML .itemMsgArticle {
    display: flex;
    align-items: center;
}
.BlogInfoHTML .itemMsgArticle img {
    padding: 5px 10px;
}
.BlogInfoHTML .itemMsgArticle .meMsg_ItemTitle {
    border-left: 1px solid #D7D1D1;
    color: #333;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    font-weight: 300;
    padding: 5px 10px;
}
.BlogInfoHTML .meMsg_MsgMoreBlk {
    display: block;
}
.BlogInfoHTML .meMsg_MsgMoreBlk .meMsg_MsgTitle {
    background: #D9D9D9;
    color: #333;
    display: block;
    margin: 6em 0 40px;
    padding: 20px 0;
    text-align: center;
    text-decoration: underline;
}

#ns_Content .meMsgInfo {
    margin-bottom: 0;
    border-bottom: 2px dashed #A6A6A6;
}

.About_Banner .meMsg_MsgBlk::before,.About_Banner .meMsg_MsgBlk::after{
    display: none;
}

/*回上頁按鈕*/
.backBtn{
    max-width: 900px;
    margin: auto;
}
.backBtn .meMsg_MsgTitle{
    color: #3D6E83;
}