#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;
}
}




/*BlogTree*/
.ShopSort {
    max-width: 1200px;
    margin: -40px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.ShopSort .TreeMenu_2 {
    display: flex;
    justify-content: center;
}
.ShopSort .TreeMenu_2>.TreeGroup {
    margin: 0 10px;
    width: 30%;
}
.ShopSort .TreeNode {
    padding: 0;
}
.ShopSort .TreeNode:hover {
    background: unset;
}
.ShopSort .TreeNode_1 a {
    background: unset;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
}
.ShopSort .ClassImg img {
    width: 100%;
}
.ShopSort .ClassName {
    color: #3D6E83;
    display: block;
    font-family: 'Noto Serif TC';
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}
@media (max-width: 768px) {
.ShopSort .ClassName {
    font-size: 20px;
}
}