#ns_Main{
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Subtract.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 340px auto;
}

/*sitepath*/
.meSitePath .SitePathA:nth-of-type(1),
.meSitePath .SitePathA:nth-of-type(2),
.meSitePath .SitePathA:nth-of-type(3),
.meSitePath .SitePathD {
    display: none;
}

.meSitePath #divSitePath .SitePathA:nth-of-type(4){
    color: #004AA9;
    margin-bottom: 15px;
    display: block;
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
}

.meSitePath {
    margin: 120px 0 40px;
}
@media (max-width:768px){
    .meSitePath {
	margin: 30px 0 40px;
    }
}