.meMsg_MsgTitleBlk .meMsg_MsgTitle, .meMsg_MsgListCaption, .meMsg_ItemTitle {
    font-family: 'Noto Serif TC', serif;
}
.jp .meMsg_MsgTitleBlk .meMsg_MsgTitle, .jp .meMsg_MsgListCaption, .jp .meMsg_ItemTitle {
    font-family: 'Noto Sans JP';
}
.kr .meMsg_MsgTitleBlk .meMsg_MsgTitle, .kr .meMsg_MsgListCaption, .kr .meMsg_ItemTitle {
    font-family: 'Noto Sans KR';
}arti



.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;
    line-height: normal;
    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;
}
}


.ZoneBanner {
    max-width: 900px;
    margin: 100px auto 60px;
    padding: 0 20px;
}
.ZoneBanner .meMsg_MsgList {
    margin: 40px 0;
}
.ZoneBanner .meMsg_MsgList img {
    width: 100%;
}
.ZoneBanner .MsgListBlk_2 {
    display: none;
}
@media (max-width: 768px) {
.ZoneBanner .MsgListBlk_1 {
    display: none;
}
.ZoneBanner .MsgListBlk_2 {
    display: block;
}
}



/* row3 */
.row3 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
}
.row3 .meMsg_MsgBlk .meMsg_Content {
    display: block;
    line-height: 30px;
    text-align: center;
    margin: 40px 0;
}
.row3 .meMsg_MsgList .listMsgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row3 .meMsg_MsgList .itemMsgList {
    width: 33.33%;
}
.row3 .meMsg_MsgList img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
@media (max-width: 768px) {
.row3 .meMsg_MsgList .itemMsgList {
    width: 100%;
}
}


/* IntroBanner */
.IntroBanner {
    max-width: 900px;
    margin: 40px auto;
    position: static;
}
.IntroBanner .meMsg_MsgMainTd {
    position: relative;
}
.IntroBanner .meMsg_MsgBlk img {
    width: 100%;
    height: 30vh;
}
.IntroBanner .meMsg_MsgBlk>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.IntroBanner.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle, .IntroBanner.MainTitle .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #fff;
    word-break: keep-all;
}
.IntroBanner.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle::before {
    background: #fff;
}


/*ArtistIntro*/
.ArtistIntro {
    padding: 30px 0;
}
.ArtistIntro .listDivList {
    border-bottom: 2px dashed #A6A6A6;
}
#td_ContentBottom > div:nth-last-child(-n+3) .listDivList{
    border: 0px;
}
.ArtistIntro.BlueBG {
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/Blue_BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ArtistIntro.WhiteBG {
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/White_BG.png);
    background-size: cover;
    background-repeat: no-repeat;
}



/* Artist_About */
.ArtistIntro .itemDivList {
    display: block;
}
.Artist_About, .Artist_Work {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
.Artist_About .meMsg_MsgMainTd {
    position: relative;
    display: flex;
    padding: 0;
}
.Artist_About .meMsg_MsgTitleBlk .meMsg_MsgTitle {
    font-size: 80px;
    color: #3D6E83;
    line-height: 24px;
    position: absolute;
    left: 0;
}
.Artist_About .meMsg_MsgTitleBlk .meMsg_MsgTitle::before {
    content: '';
    display: block;
    width: 1px;
    height: 108px;
    background: #3D6E83;
    transform: rotate(30deg);
    position: absolute;
    left: 35px;
    top: -25px;
}

.Artist_About .meMsg_MsgList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
.Artist_About .meMsg_MsgListCaption {
    font-size: 40px;
    color: #3D6E83;
    line-height: 100%;
}
.Artist_About .meMsg_MsgListCaption span{
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 20px;
    line-height: normal;
}
.Artist_About .itemMsgList {
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.Artist_About .itemMsgList img {
    width: 20px;
    margin: 0px 10px 0px 5px;
    object-fit: cover;
}
.Artist_About .itemMsgList .meMsg_ItemTitle {
    color: #3D6E83;
    font-size: 18px;
    line-height: normal;
}
.Artist_About .meMsg_MsgList .meMsg_ItemFoot {
    display: none;
}

#artist5-1 .Artist_About .itemMsgList .meMsg_ItemContent {
    margin-left: 99px;
    font-size: 18px;
    color: #3d6e83;
    text-align: left;
}

@media (max-width: 768px) {
.Artist_About .meMsg_MsgMainTd {
    padding: 0;
    flex-wrap: wrap;
    justify-content: start;
}
.Artist_About .meMsg_MsgTitleBlk .meMsg_MsgTitle {
    left: 10%;
}
.Artist_About .itemMsgList .meMsg_ItemTitle{
    font-size: 14px;
}
.Artist_About .meMsg_MsgList {
    margin-left: 0;
    margin-top: 20px;
}
.Artist_About .meMsg_MsgListCaption {
    font-size: 30px;
    margin-bottom: 10px;
}

#artist5-1 .Artist_About .itemMsgList .meMsg_ItemContent {
    margin-left: 0px;
    margin-top: 5px;
}
}


/* Artist_Work */
/*
.Artist_Work .meMsg_MsgBlk {
    display: flex;
    justify-content: space-between;
}
.Artist_Work .meMsg_MsgBlk center {
    width: 62%;
}
.Artist_Work .meMsg_MsgBlk>div {
    position: relative;
    width: 35%;
}
.Artist_Work .meMsg_MsgBlk img {
    width: 100%;
}
.Artist_Work .meMsg_MsgBlk .meMsg_MsgTitle {
    position: absolute;
    right: 0;
    bottom: 31%;
    color: #A18555;
    font-size: 10.5px;
    width: 44px;
    text-align: center;
}
.Artist_Work .meMsg_MsgBlk .meMsg_MsgSubTitle {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #A18555;
    writing-mode: vertical-rl;
    font-size: 22px;
    line-height: 100%;
    padding: 10px;
    border-top: 1px solid #A18555;
    display: flex;
}
.Artist_Work .meMsg_MsgBlk .meMsg_MsgSubTitle::after {
    content: '';
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/Icon_locate.png);
    display: flex;
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    align-self: baseline;
    margin-top: 5px;
}*/
.Artist_Work .meMsg_MsgBlk .meMsg_Content {
    margin: 20px 0;
    line-height: 150%;
}

/*修改版*/
.Artist_Work .meMsg_MsgList {
    position: relative;
}
.Artist_Work .listMsgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Artist_Work .MsgListBlk_1 {
    width: 100%;
    margin: 0px 0px 15px;
}
.Artist_Work .MsgListBlk_2 {
    width: 100%;
}
.Artist_Work .MsgListBlk_2 img {
    width: 100%;
}
/*.Artist_Work .MsgListBlk_3{
    margin: 15px 0px 0px;
    width: 10%;   
}
.Artist_Work .MsgListBlk_4{
    width: 90%;   
}*/

/*新增藝術作品*/
.Artist_Work .MsgListBlk_3{
    margin: 15px 0px 0px;
    width: 100%;   
}

.Artist_Work .MsgListBlk_3 img{
    width:100%;
}

.Artist_Work .MsgListBlk_4{
    width: 10%;
    margin: 15px 0 0 0;
}

.Artist_Work .MsgListBlk_5{
    width: 90%;
    margin: 15px 0 0 0;
}

.Artist_Work .meMsg_MsgMoreBlk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0px;
}
.Artist_Work .itemMsgList .meMsg_ItemTitle {
    color: #000;
    text-align: justify;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
}
.Artist_Work .meMsg_MsgMoreBlk a{
    display: block;
    width: 120px;
    height: 35px;
    padding: 8px;
    border-radius: 5.199px;
    background: #3D6E83;
    color: #fff;

}
.Artist_Work .itemMsgList:last-child img {
    width: 100%;
}


@media(max-width: 768px) {
.Artist_Work .listMsgList {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.Artist_Work .MsgListBlk_1, .Artist_Work .MsgListBlk_2 {
    width: 100%;
    margin: 15px 0; 
}
.Artist_Work .MsgListBlk_3 img{
    width: 100%;
}
.Artist_Work .itemMsgList:last-child {
    position: static;
}


}



#id_ContentBottom {
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/about_BG.png);
    background-position: bottom;
    background-repeat: no-repeat; 
    background-size: contain;
}

#td_ContentBottom{
    background: url(https://comet.noonspace.com/w62/north/MsgInfo/Frame21.png);
    background-position: bottom;
    background-repeat: no-repeat; 
    background-size: cover;
}

/**/
.right_Icon {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.right_Icon .listMsgList {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(229,229,229,.65);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.right_Icon .itemMsgList {
    margin: 5px 0;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

@media (max-width: 768px) {
.right_Icon {
    position: fixed;
    top: unset;
    bottom: 0;
    transform: unset;
    width: 100%;
}
.right_Icon .listMsgList {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(229,229,229,.65);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
}
.right_Icon .itemMsgList {
    margin: 5px;
    /*width: 18%;*/
}
.right_Icon .itemMsgList img {
    width: 100%;
}


#ns_Footer {
    padding-bottom: 100px;
}
}



/*語言調整*/
.en .Artist_Work .itemMsgList .meMsg_ItemTitle, .en .Artist_Work .meMsg_MsgBlk .meMsg_Content {
    font-family: 'Noto Serif TC', serif;
    line-height: 140%;
}

/*隱藏banner偽元素*/
body .About_Banner .meMsg_MsgBlk::before,body .About_Banner .meMsg_MsgBlk::after{
    display: none;
}

/*標題偽元素*/
body .MainTitle .meMsg_MsgBlk .meMsg_MsgTitle::before {
    width: 20px;
    height: 40px;
    border: 0px solid;
    background: #3D6E83;
    margin: 0 auto 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.Artist_About .meMsg_MsgBlk img {
    max-width: 160px;
}