#td_ContentBottom .divDock {
    margin-bottom: 100px;
    max-width: 24%;
}
#id_ContentBottom .nsDock {
    max-width: 900px;
    margin: 0px auto 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#id_ContentBottom {
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/about_BG.png);
    background-position: bottom;
    background-repeat: no-repeat; 
    background-size: contain;
}

@media(max-width: 768px) {
#td_ContentBottom .divDock {
    margin-bottom: 50px;
    max-width: unset;
}

}



/*藝術季地圖*/
.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;
}

@media(max-width: 768px) {
.About_Banner .meMsg_MsgBlk>div {
    /*transform: unset;*/
}
body .About_Banner .meMsg_MsgBlk .meMsg_MsgTitle{
    font-size: 35px;
    line-height: normal;
}
}



/*展出場域*/
.ZoneBanner {
    max-width: 900px;
    margin: 60px auto 30px;
    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{
    width: 100%;
    margin: 100px auto 50px;
}
.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 {
    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;
}
.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle::before {
    width: 20px;
    height: 40px;
    border: 0px solid;
    background: rgba(88, 142, 173, 0.35);
    margin: 0 auto 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}



/* 人物介紹 標題 */
.ArtistIntro {
    padding: 60px 0;
}






/* 人物介紹 */
.ArtistIntro .itemDivList {
    display: block;
}
.Artist_About, .Artist_Work {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
.Artist_About{
    position: relative;
    margin: 0px;
}
.Artist_About .meMsg_MsgMainTd {
    position: relative;
    display: flex;
    padding: 0px;
    flex-direction: column;
}
.Artist_About .meMsg_MsgMainTd:before {
    position: absolute;
    content: '';
    top: -80px;
    left: calc(50% - 1px);
    background: url(https://comet.noonspace.com/w62/north/MsgInfo/dashed.png);
    width: 2px;
    height: 80px;
}
.Artist_About .meMsg_MsgTitleBlk .meMsg_MsgTitle {
    position: absolute;
    left: 20px;
    color: #FFF;
    font-family: "Inria Serif";
    font-size: 24px;
    font-weight: 400;
    background: no-repeat;
    background-size: contain;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/mapi.png);
    background-position: center;
    padding: 10px;
}
.Artist_About .meMsg_MsgList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.Artist_About .meMsg_MsgListCaption {
    width: 100%;
    font-size: 20px;
    color: #3D6E83;
    line-height: 100%;
    padding: 15px 0px;
    border-bottom: 2px dashed #A6A6A6;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Artist_About .itemMsgList {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.Artist_About .itemMsgList img {
    width: 20px;
    margin-left: 5px;
    object-fit: cover;
}
.Artist_About .itemMsgList .meMsg_ItemTitle {
    color: #3D6E83;
    font-family: "Noto Serif TC";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.Artist_About .MsgListBlk_2 .meMsg_ItemTitle{
    font-size: 15px;
}
.Artist_About .meMsg_MsgList .meMsg_ItemFoot {
    display: none;
}
.Artist_About .meMsg_MsgList .listMsgList {
    padding: 5px 0px;
}

@media (max-width: 768px) {
.Artist_About .meMsg_MsgMainTd {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.Artist_About .meMsg_MsgTitleBlk .meMsg_MsgTitle {
    left: 10%;
}
.Artist_About .meMsg_MsgMainTd:before{
   display: none;
}
.Artist_About .meMsg_MsgList {
    margin-left: 0;
    margin-top: 0px;
}
.Artist_About .meMsg_MsgListCaption {
    font-size: 30px;
    margin-bottom: 10px;
}

}


/* Artist_Work */
.Artist_Work .meMsg_MsgBlk .meMsg_Content {
    margin: 20px 0;
    line-height: 150%;
}
.Artist_About .meMsg_MsgBlk img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

/*修改版*/
.Artist_Work .meMsg_MsgList {
    position: relative;
}
.Artist_Work .listMsgList {
    display: flex;
    justify-content: space-between;
}
.Artist_Work .MsgListBlk_1 {
    width: 60%;
}
.Artist_Work .MsgListBlk_2 {
    width: 35%;
}
.Artist_Work .itemMsgList img {
    width: 100%;
}
.Artist_Work .itemMsgList .meMsg_ItemTitle {
    font-weight: 300;
    line-height: 160%;
    text-align: justify;
}
.Artist_Work .itemMsgList:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}
.Artist_Work .itemMsgList:last-child img {
    width: auto;
}


@media(max-width: 768px) {
.Artist_Work .listMsgList {
    flex-wrap: wrap;
    justify-content: center;
}
.Artist_Work .MsgListBlk_1, .Artist_Work .MsgListBlk_2 {
    width: 100%;
    margin: 15px 0; 
}
.Artist_Work .itemMsgList:last-child {
    position: static;
    margin-top: 40px;
}

}

/*藝術家圖片*/
body .Artist_About .meMsg_MsgBlk img{
    object-fit: contain;
}
