/*整體版型*/
#ns_Main {
    padding: 120px 20px;
}

.Intro{
    position: relative;
    max-width: 800px;
    margin: 60px auto 70px;
    border-bottom: 3px dashed #A6A6A6;
    padding-bottom: 70px;
}
.trip {
    position: relative;
    max-width: 800px;
    margin: 120px auto 70px;
    border-bottom: 3px dashed #A6A6A6;
    padding-bottom: 70px;
}

.trip .meMsg_MsgMainTd {
    display: flex;
    gap: 20px;
}

.trip .meMsg_MsgBlk {
    width: 45%;
}

.trip .meMsg_MsgBlk img {
    width: 100%;
    max-width: 500px;
}

.trip .meMsg_MsgList {
    width: 55%;
}

#td_ContentTop .divDock:last-child .trip {
    border-bottom: none;
}

/*去報名按鈕*/
.trip .meMsg_MsgMoreBlk {
    position: absolute;
    bottom: 20px;
    right: 0;
    border-radius: 16px;
    border: 0.8px solid #004aa9;
    background: #004aa9;
    width: 145px;
    color: #fff;
    height: 38px;
}

.trip .meMsg_MsgMoreBlk .meMsg_MsgTitle{
    line-height:280%;
    font-weight:bold;
    color: #fff;
}

.trip .meMsg_MsgMoreBlk .meMsg_MsgTitle::after {
    content: "";
    display: inline-block;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Vector12.png);
    width: 25px;
    height: 25px;
    background-size: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}


@media (max-width:768px){
	#ns_Main{
	    padding: 40px 20px;
	}
	.Intro,
	.trip{
	    margin-top: 0;
	}
		.trip .meMsg_MsgMainTd{
	    flex-direction: column;
	    align-items: center;
	}

	.trip .meMsg_MsgList,
	.trip .meMsg_MsgBlk{
	    width: 100%;
	}

	.trip .meMsg_MsgMoreBlk{
	    bottom: 15px;
	    right: 50%;
	    transform: translateX(50%);
	}

}

/*字體樣式*/
.trip .MsgListBlk_1 {
    margin-bottom: 30px;
}

.Intro .MsgListBlk_1 {
    color: #004aa9;
    font-size: 40px;
    line-height: 120%;
    font-family: "Noto Serif TC";
    text-align:center;
}
.trip .MsgListBlk_1,
.trip .MsgListBlk_2 {
    color: #004aa9;
    font-size: 40px;
    line-height: 120%;
    font-family: "Noto Serif TC";
}

.Intro .MsgListBlk_1,
.trip .MsgListBlk_2{
    font-size: 26px;
    margin-bottom: 30px;
}

.Intro .MsgListBlk_2,
.trip .MsgListBlk_3,
.trip .MsgListBlk_4,
.trip .MsgListBlk_5,
.trip .MsgListBlk_6{
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
}

.trip .MsgListBlk_6{
    margin-bottom: 20px;
}

.trip .MsgListBlk_4::before,
.trip .MsgListBlk_5::before {
    content: "📌";
    margin-right: 5px;
}

.trip .MsgListBlk_7,
.trip .MsgListBlk_8,
.trip .MsgListBlk_9{
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: 200%;
    font-weight: bold;
}

/*背景*/
/*#ns_Main {
    margin-top: 70px;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/bg.png);
    background-size: 209px auto;
    background-repeat: no-repeat;
    background-position: top right;
}
@media (max-width:768px){
    #ns_Main{
	margin-top:unset;
	background-image:none;
    }
}*/

