#id_ContentTop {
    padding-bottom: 50vh;
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/BG_Gray.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
@media (max-width:768px) {
#id_ContentTop {
    padding-bottom: 10vh;
}
}


/*大圖輪播 BannerHead*/
.BannerHead {
    position: relative;
}
.BannerHead .meMsg_MsgTitleBlk .BannerTxt {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    max-height: 78vh;
}
.BannerHead .JsShowImg .meMsg_MsgBlkZ {
    margin-bottom: 0;
}
.BannerHead .JsShowImg .divJsShowImgB img {
    width: 100%;
    height: 100vh;
    min-height: 850px;
    object-fit: cover;
}
.BannerHead .meMsg_MsgList {
    display: none;
}

.BannerHead .BannerTxt .meMsg_MsgList {
    display: block;
}
.BannerTxt .meMsg_MsgList:before {
    content: '';
    display: block;
    height: 1px;
    max-width: 240px;
    width: 100%;
    background: #fff;
    margin: 30px auto 20px;
}
.meJsShowImg .BannerTxt .meMsg_MsgListBlk, .meJsShowImg .BannerTxt .meMsg_MsgListBlk .meMsg_ItemTitle, .meJsShowImg .BannerTxt .meMsg_MsgListBlk .meMsg_ItemContent {
    display: block;
}
.BannerTxt .meMsg_MsgList .listMsgList {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.BannerTxt .meMsg_MsgList .itemMsgList {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 5px;
}
.BannerTxt .meMsg_ItemTitle, .BannerTxt .meMsg_ItemContent {
    color: #fff;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
}
.BannerTxt .meMsg_ItemTitle span, .BannerTxt .meMsg_ItemContent span {
    font-size: 12px;
    line-height: 100%;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: top;
    display: inline-block;
}
.BannerTxt .meMsg_ItemContent p {
    margin: 0;
    margin-left: 15px;
}
.BannerTxt .meMsg_ItemContent p:last-child {
    margin-left: 0;
}
.BannerTxt .meMsg_MsgMoreBlk {
    margin-top: 15px;
}
.BannerTxt .meMsg_MsgMoreBlk img {
    width: 100%;
}
@media (max-width: 1600px) {
.BannerTxt .meMsg_MsgBlk img {
    max-height: 280px;
}
}
@media (max-width: 768px) {
.BannerHead .meMsg_MsgBlk img {
    width: 100%;
}
.BannerHead .JsShowImg .divJsShowImgB img {
    min-height: unset;
    height: 120vh;
}
.BannerTxt .meMsg_ItemTitle, .BannerTxt .meMsg_ItemContent {
    font-size: 18px;
}
}


/*IntroText*/
.IntroText {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 20px;
}
.IntroText .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-size: 22px;
    line-height: 24px;
    margin: 20px 0;
    text-align: center;
}
.IntroText .meMsg_MsgBlk .meMsg_Content {
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
}


/*icon*/
.icon .meMsg_MsgBlk {
    position: relative;
}
.icon .meMsg_MsgBlk::before {
    content: '';
    /*border-right: 2px dotted #647F8A;*/
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/Group98.png);
    display: block;
    height: 93px;
    width: 6px;
    margin: 20px auto;
}

.icon.icon01 .meMsg_MsgBlk::after {
    content: '';
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/icon01.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 46px;
    position: absolute;
    left: 50.8%;
    top: 27px;
}
.icon.icon02 .meMsg_MsgBlk::after {
    content: '';
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/icon02.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 46px;
    position: absolute;
    left: 46%;
    top: 27px;
}
.icon.icon03 .meMsg_MsgBlk::after {
    content: '';
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/icon03.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 46px;
    position: absolute;
    left: 50.8%;
    top: 27px;
}
@media (max-width: 768px) {
.icon.icon01 .meMsg_MsgBlk::after, .icon.icon03 .meMsg_MsgBlk::after {
    left: 52%;
}
.icon.icon02 .meMsg_MsgBlk::after {
    left: 40%;
}
}





#id_ContentBottom {
    max-width: 900px;
    margin: 60px auto 0;
    padding: 0 20px;
}

/* 策展人 Curator */
.Curator .meMsg_MsgBlk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #6E92A2;
}
.Curator .meMsg_MsgBlk center {
    width: 30%;
}
.Curator .meMsg_MsgBlk>div {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Curator .meMsg_MsgBlk .meMsg_MsgImg img {
    width: 100%;
    object-fit: cover;
}
.Curator .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    font-size: 40px;
    line-height: 100%;
}
.Curator .meMsg_MsgBlk .meMsg_Content {
    color: #000;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
}
.Curator.PicRight .meMsg_MsgBlk {
    flex-direction: row-reverse;
}
.Curator.Last .meMsg_MsgBlk {
    border: 0;
}
@media (max-width:768px) {
.Curator .meMsg_MsgBlk center {
    width: 100%;
}
.Curator .meMsg_MsgBlk>div {
    width: 100%;
    margin: 20px 0;
}
}


/*其他語言調整*/
.jp .Curator .meMsg_MsgBlk .meMsg_Content, .kr .Curator .meMsg_MsgBlk .meMsg_Content {
    line-height: 120%;
}
.en .Curator .meMsg_MsgBlk .meMsg_Content {
    line-height: 120%;
    margin-top: 20px;
}