/* ====== Content 開始 ====== */
.Content{
    padding: 0 20px;
    position:relative;
}
/*.Content::before{
    content:"";
    position:absolute;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url("https://comet.noonspace.com/w62/north/MsgInfo/bgimg1.png");
    width:516px;
    height:236px;
    right:0%;
    top:0%;
}*/
.Content .meMsg_MsgMain{
    max-width: 800px;
    margin:auto;
}
.Content .meMsg_Content{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    z-index: 1;
}

/* 手機版 */
@media (max-width:768px){
    .Content{
	margin-top:0px;
	padding: 60px 20px 0px;
    }

	.Content::before{
	    content:none;
	}
}

/* ====== Content 結束 ====== */



/* ====== Contact 開始 ====== */
.Contact{
    max-width:1100px;
    margin: auto;
    padding: 100px 20px;
    border-bottom: 3px dashed #A6A6A6;
}
.Contact .meMsg_MsgMain{
    max-width: 800px;
    margin: auto;
}
.Contact .meMsg_MsgMainTd{
    display: flex;
    align-items: center;
    width:100%;
}
.Contact .meMsg_MsgBlk{
    width:40%;
}
.Contact .meMsg_MsgBlk .meMsg_MsgTitle{
    display:block;
    color: #004aa9;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}
.Contact .meMsg_MsgBlk .meMsg_MsgSubTitle{
    display:block;
    text-align: center;
    font-size: 13px;
    line-height: 37.021px;
}
.Contact .meMsg_MsgList{
    width:60%;
}
.Contact .meMsg_MsgList .meMsg_ItemTitle{
    display:none;
}
.Contact .meMsg_MsgList .meMsg_ItemContent{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}


/* 手機版 */
@media (max-width:768px){
    .Contact{
	padding: 80px 20px 20px;
    }
    .Contact .meMsg_MsgMainTd{
	flex-direction:column;
        text-align: center;
        gap: 10px;
    }
    .Contact .meMsg_MsgBlk,
    .Contact .meMsg_MsgList{
	width:100%;
    }
    .Contact .meMsg_MsgList .meMsg_ItemContent{
	line-height: 24px;
    }
}

/* ====== Contact 結束 ====== */



/* ====== Attention 開始 ====== */
.Attention{
    max-width: 800px;
    margin: auto;
    padding: 100px 20px 160px;
}
.Attention .meMsg_MsgBlk .meMsg_MsgTitle{
    color: #004aa9;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
    display: block;
}
.Attention .meMsg_MsgBlk meMsg_Content{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}


/* 手機版 */
@media (max-width:768px){
    .Attention{
	padding: 20px 20px 80px;
    }

}

/* ====== Attention 結束 ====== */



/* ====== Exhib 開始 ====== */
.Exhib_Tab .msgTabListCont .meMsg_ItemTitle{
    color:#004aa9;
}
.Exhib_Tab .meMsg_MsgTitle_x{
    background-color:#004aa9;
}
.Exhib_Tab .meMsg_MsgTitle_x::after{
    background:url(https://comet.noonspace.com/w62/north/MsgInfo/down.png);
}
.Exhib_Tab .listTabList>.meMsg_MsgTitle, .Exhib_Tab .meMsg_MsgTitle_x{
    border: 1px solid #004aa9;
}

.TabContent{
    border-top: 2px solid #004aa9;
    border-bottom: 2px solid #004aa9;
    position:relative;
}
.TabContent::before{
    content:"";
    position:absolute;
    background-image:url("https://comet.noonspace.com/w62/north/MsgInfo/bg24.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:57px;
    height:72px;
    bottom:0%;
    right:0%;
}

/*tab框線修正*/
.Exhib_Tab .listTabList>.meMsg_MsgTitle {
    border-left: none;
}

.Exhib_Tab .listTabList>.meMsg_MsgTitle:first-child {
    border-left: 1px solid #004aa9;
}

/* 手機版 */
@media (max-width:768px){


}

/* ====== Exhib 結束 ====== */

/*tab中文字樣式*/
.TabContent .meMsg_MsgMainTd{
    line-height: 180%;
}


/* ====== 藝術到校 ====== */
.art img {
    width: 100%;
    margin-bottom: 20px;
}
.art {
    max-width: 800px;
    margin: 0 auto;
}
.art .meMsg_Content {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
}

@media (max-width:768px){
	.art {
	    padding: 0 20px;
	}
}

