body .BlogInfoD_1{
	padding:unset ;
}
.RLBlk{
	display:flex;
	max-width:1200px;
	width:100%;
	margin:auto;
	padding-bottom:70px;
}
.emImg,
.rightcontent,
.emImg img{
	width:100%;
}
.emTitle{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 180px 20px 60px;
}
.rightcontent::before{
	content:"";
	background-image:url("https://athena.noon360.com/noon360/yehliu/MsgInfo/Group34726_20250508_11460161.png");
	background-repeat:no-repeat;
	height:55px;
	display:block;
    width: 100%;
	margin: 20px auto 30px;
    max-width: 80%;
    background-size: contain;
}
.emContent{
	width:80%;
	margin:auto;
	font-size: 22px;
}
.emMsgSubTitle{
	background-color:#684272;
	color:#fff;
	border-radius:26px;
	padding:15px 0px 15px 35px;
	font-size: 22px;
	margin:30px auto 20px;
	width:80%;
}
.junContent,
.junURL {
	max-width:700px;
	margin:auto;
	padding:0px 20px;
}
.junURL {
    display: block;
    text-align: right;
    padding: 100px 20px 60px;
}
.junURL li {
    list-style-type: none !important;
}
.junURL a {
    border-radius: 4.2px;
    background: #834793;
    color: #FFF;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 15px 58px;
    position: relative;
    left: -10px;
}
.junURL a::after {
    content: "";
    background-image: url(https://athena.noon360.com/noon360/yehliu/MsgInfo/Subtract_20250423_17295139.png);
    width: 25px;
    height: 44px;
    position: absolute;
    right: -25%;
    top: 5%;
}
@media (max-width:768px){
	.emTitle{
	    padding: 80px 20px 40px;
	}
	.RLBlk{
		display:flex;
		flex-direction:column;
	}
	.rightcontent::before{
		max-width:90%;
		background-position: center;
	}
	.emMsgSubTitle,
	.emContent{
		width:90%;
	}
	.junURL {
		text-align: center;
    	padding: 30px 20px 100px;
	}
}


