#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;
}


.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;
}
}



/**/
.IntroBanner {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    top: -80px;
}
.IntroBanner .meMsg_MsgBlk img {
    width: 100%;
}
@media (max-width: 768px) {
.IntroBanner {
    top: -40px;
}
}

.sign {
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.sign img {
    width: 100%;
}


.AboutText {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
}
.AboutText .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    display: flex;
    font-size: 24px;
    justify-content: center;
    line-height: 160%;
    margin-bottom: 40px;
}
.AboutText .meMsg_MsgBlk .meMsg_Content {
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
}
.AboutText .meMsg_MsgList .listMsgList {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}
.AboutText .meMsg_MsgList .itemMsgList {
    margin: 10px 20px;
}
.AboutText .itemMsgList .meMsg_ItemTitle {
    color: #3D6E83;
    display: block;
    font-family: 'Noto Serif TC';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}