.page_title{
	font-weight: 700 !important;
	
	text-align:center;
	font-size:32px !important;
	color:var(--color1);
	padding: 40px 64px 32px;
}
.gray_block {
    border: 2px solid var(--color4);
    border-radius: var(--curve16);
    background-color:var(--color29);
    margin-top:32px;
    padding-bottom: 64px;
    overflow:hidden;
}
@media(max-width:1200px){
	.page_title{
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media(max-width:768px){
	.page_title{
		font-size:24px !important;
		padding: 32px 24px 16px;
		margin-bottom: 0;
	}
	.gray_block {
		padding-bottom: 32px;
	}
}

.page_detail {
	padding: 0 64px 32px;
}
.page_detail ol li{
	font-weight:400;
	font-size:18px;
	line-height:30px;
}
@media(max-width:1200px){
	.page_detail {
		padding: 0 48px 24px;
	}
	p {
		margin-bottom: 0;
	}
}
@media(max-width:768px){
	.page_detail {
		padding: 0 24px 24px;
	}
	p {
		margin-bottom: 0;
	}
}
.page_text h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom:8px;
}
.page_title h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom:32px;
}
@media(max-wdith:768px){
.page_text h3 {
	font-size: 18px;
	margin-bottom:8px;
}
.page_title h3 {
	font-size: 18px;
	margin-bottom:24px;
}
}

.title_page_detail:empty { display:none }
.body_page_detail:empty { display:none }
.page_detail:empty {display:none}

.core_banner {
	min-height:200px;
}

.edm .gray_border {
	margin-bottom: 32px;
}

.edm_note .page_text{
	margin-bottom: 0;
	text-align: center;
}

.sub_title{
	font-size:18px;
	font-weight:900;
}