#ns_Main {
    background: #f7f7f7;
}
#id_ContentBottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


/*主視覺 Banner*/
.eventBanner { height: 715px; margin-bottom: 20px; }
.eventBanner .meMsg_MsgMainTd {
    background-size: cover;
    background-position: left center;
}


/*標題*/
.title .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    text-align: center;
    color: #231815;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 4px;
    margin: 50px 0 0;
}
.title .meMsg_MsgBlk .meMsg_MsgTitle:after {
    content: ' ';
    width: 2px;
    height: 42px;
    display: block;
    margin: 15px auto 70px;
    background: #8d8885;
}


/*標題兩張圖*/
.titleImg {
    margin: 0 0 100px;
    box-sizing: border-box;
    height: 900px;
}
.titleImg img { width: 100%; }
.titleImg .meMsg_MsgMainTd {
    background-position: top center;
}
.titleImg .meMsg_MsgListBlk {
    text-align: center;
    margin: 40px 0 0;
}
.titleImg .meMsg_MsgListBlk .itemMsgList {
    display: inline-block;
    max-width: 500px;
    margin: 0 10px 35px;
}


/*標題文圖*/
.txtImg ul {
    max-width: 600px;
    list-style: none;
    padding: 0;
    margin: 0 auto 50px;
}
.txtImg ul li { clear: both; margin-bottom: 65px; }

.txtImg ul li:nth-child(odd) .meMsg_ItemImgURL { float: right; }
.txtImg ul li:nth-child(odd) .meMsg_ItemTxtURL, .txtImg ul li:nth-child(odd) .meMsg_ItemContent { float: left; }

.txtImg ul li:nth-child(even) .meMsg_ItemImgURL { float: left; }
.txtImg ul li:nth-child(even) .meMsg_ItemTxtURL, .txtImg ul li:nth-child(even) .meMsg_ItemContent { float: right; }

.txtImg ul li .meMsg_ItemImgURL { margin-bottom: 70px; }
.txtImg ul li .meMsg_ItemTxtURL { margin-top: 88px; width: 60%; }
.txtImg ul li .meMsg_ItemContent  { width: 60%; }

.txtImg ul li img { max-width: 160px; }
.txtImg ul li .meMsg_ItemTitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 35px;
    color: #231815;
    display: block;
}





@media (max-width: 600px) {
/*主視覺 Banner*/
.eventBanner { height: 470px; }


/*標題兩張圖*/
.titleImg {
    height: auto;
}
.titleImg .meMsg_MsgListBlk .itemMsgList {
    margin: 0 0 35px;
}


/*標題文圖*/
.txtImg ul li:nth-child(odd) .meMsg_ItemImgURL, .txtImg ul li:nth-child(odd) .meMsg_ItemTxtURL, .txtImg ul li:nth-child(odd) .meMsg_ItemContent,
.txtImg ul li:nth-child(even) .meMsg_ItemImgURL, .txtImg ul li:nth-child(even) .meMsg_ItemTxtURL, .txtImg ul li:nth-child(even) .meMsg_ItemContent  { float: none; width: 100%; }
.txtImg ul li .meMsg_ItemImgURL {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.txtImg ul li .meMsg_ItemTitle {
    text-align: center;
}

}


