#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: 700px;
}


.Exhib_intro {
    max-width: 700px;
    margin: 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;
}


.sign {
    max-width: 400px;
    margin: 40px auto 40px;
    padding: 0 20px;
}
.sign img {
    width: 100%;
}




.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;
}




.TextList .itemMsgList {
    padding: 20px 0; 
}
.TextList .itemMsgList.MsgListBlk_1 {
    border-bottom: 1px solid #E9E9E9;
}
.TextList .itemMsgList .meMsg_ItemTitle {
    color: #333;
    font-weight: bold;
}

.PicList .listMsgList {
    display: flex;
    justify-content: center;
}
.PicList .itemMsgList {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}