.plan_top_box {
	width: 100%; height: auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 60px;
}

.plan_top_box .plan_top_left {
	width: 100%; max-width: 400px; height: auto;
	padding-right: 30px;
	padding: 45px 30px 45px 0px;
	box-sizing: border-box;
}

.plan_top_box .plan_top_left .plan_bar { width: 100%; height: 5px; line-height: 5px; }
.plan_top_box .plan_top_left .plan_bar > div { width: 140px; height: 5px; vertical-align: middle; background-color: #111; }

.plan_top_box .plan_top_left .plan_title {
	width: 100%; height: 100px; line-height: 50px;
	margin: 45px 0px;
	font-size: 40px; color: #2a2a2a; text-align: left;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	white-space: normal; word-wrap: break-word; display: -webkit-box; 
	-webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.plan_top_box .plan_top_left .plan_btn { width: 100%; height: auto; }
.plan_top_box .plan_top_left .plan_btn > a {
	width: 200px; height: 60px; line-height: 60px;
	font-size: 16px; color: #2a2a2a; text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

.plan_top_box .plan_top_left .plan_btn > a.plan_btn_01 { background-color: #f0f0f0; }
.plan_top_box .plan_top_left .plan_btn > a.plan_btn_02 { background-color: #fad941; margin-top: 10px; }

.plan_top_box .plan_top_right {
	width: calc(100% - 400px); height: auto;
	background-color: #2a2a2a;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;	
}

.plan_top_box .plan_top_right img { width: 100%; height: auto; }




.thum_board_box { width: 100%; height: auto; padding-bottom: 60px; border-bottom: 1px solid #e0e0e0; }
.thum_board_box .thum_board_item {
	width: calc(25% - 22.5px); height: auto;
	margin-top: 45px; margin-left: 30px;
	cursor: pointer;
}

.thum_board_box .thum_board_item:nth-child(1) { margin-top: 0px; margin-left: 0px; }
.thum_board_box .thum_board_item:nth-child(2) { margin-top: 0px; }
.thum_board_box .thum_board_item:nth-child(3) { margin-top: 0px; }
.thum_board_box .thum_board_item:nth-child(4) { margin-top: 0px; }
.thum_board_box .thum_board_item:nth-child(4n+1) { margin-left: 0px; }

.thum_board_box .thum_board_item .thum_board_img {
	width: 100%; height: auto;
	background-color: #f0f0f0;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;	
}

.thum_board_box .thum_board_item .thum_board_img > img { width: 100%; height: auto; }

.thum_board_box .thum_board_item .thum_board_title {
	width: 100%; height: 25px; line-height: 25px;
	font-size: 18px; color: #2a2a2a; text-align: center;
	margin-top: 15px;

	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	white-space: normal; word-wrap: break-word; display: -webkit-box; 
	-webkit-line-clamp: 1; -webkit-box-orient: vertical;
}

.thum_board_box .thum_board_item .thum_board_category {
	width: 100%; height: 25px; line-height: 25px;
	font-size: 14px; color: #666666; text-align: center;

	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	white-space: normal; word-wrap: break-word; display: -webkit-box; 
	-webkit-line-clamp: 1; -webkit-box-orient: vertical;
}




@media (max-width: 479px){ 
	.plan_top_box .plan_top_right { width: 100%; } 
	.plan_top_box .plan_top_left { width: 100%; padding: 30px 0px 0px 0px; }
	.plan_top_box .plan_top_left .plan_bar { height: 3px; line-height: 3px; }
	.plan_top_box .plan_top_left .plan_bar > div { width: 100px; height: 3px; }
	.plan_top_box .plan_top_left .plan_title { height: auto; line-height: 1.5; font-size: 20px; margin: 30px 0px; }
	.plan_top_box { margin-bottom: 30px; }
	.plan_top_box .plan_top_left .plan_btn > a { width: 120px; height: 35px; line-height: 35px; font-size: 12px; }
	.plan_top_box .plan_top_left .plan_btn > a.plan_btn_02 { margin-top: 0px; margin-left: 5px; }

	.thum_board_box { padding-bottom: 45px; }
	.thum_board_box .thum_board_item { width: calc(50% - 10px); margin-left: 10px; margin-top: 25px; }

	.thum_board_box .thum_board_item:nth-child(1) { margin-top: 0px; margin-left: 0px; }
	.thum_board_box .thum_board_item:nth-child(2) { margin-top: 0px; }
	.thum_board_box .thum_board_item:nth-child(3) { margin-top: 25px; }
	.thum_board_box .thum_board_item:nth-child(4) { margin-top: 25px; }
	.thum_board_box .thum_board_item:nth-child(4n+1) { margin-left: 10px; }
	.thum_board_box .thum_board_item:nth-child(3n+1) { margin-left: 10px; }
	.thum_board_box .thum_board_item:nth-child(2n+1) { margin-left: 0px; }
	.thum_board_box .thum_board_item .thum_board_title { font-size: 14px; }
	.thum_board_box .thum_board_item .thum_board_category { font-size: 12px; }
}

@media (max-width: 749px) and (min-width: 480px) { 
	.plan_top_box .plan_top_right { width: 100%; } 
	.plan_top_box .plan_top_left { padding: 30px 0px 0px 0px; }
	.plan_top_box .plan_top_left .plan_bar { height: 3px; line-height: 3px; }
	.plan_top_box .plan_top_left .plan_bar > div { width: 100px; height: 3px; }
	.plan_top_box .plan_top_left .plan_title { height: auto; line-height: 1.5; font-size: 20px; margin: 30px 0px; }
	.plan_top_box { margin-bottom: 30px; }
	.plan_top_box .plan_top_left .plan_btn > a { width: 150px; height: 40px; line-height: 40px; font-size: 14px; }
	.plan_top_box .plan_top_left .plan_btn > a.plan_btn_02 { margin-top: 0px; margin-left: 15px; }

	.thum_board_box { padding-bottom: 45px; }
	.thum_board_box .thum_board_item { width: calc(50% - 7.5px); margin-left: 15px; margin-top: 30px; }

	.thum_board_box .thum_board_item:nth-child(1) { margin-top: 0px; margin-left: 0px; }
	.thum_board_box .thum_board_item:nth-child(2) { margin-top: 0px; }
	.thum_board_box .thum_board_item:nth-child(3) { margin-top: 30px; }
	.thum_board_box .thum_board_item:nth-child(4) { margin-top: 30px; }
	.thum_board_box .thum_board_item:nth-child(4n+1) { margin-left: 15px; }
	.thum_board_box .thum_board_item:nth-child(3n+1) { margin-left: 15px; }
	.thum_board_box .thum_board_item:nth-child(2n+1) { margin-left: 0px; }
	.thum_board_box .thum_board_item .thum_board_title { font-size: 14px; }
	.thum_board_box .thum_board_item .thum_board_category { font-size: 12px; }
}

@media (max-width: 1023px) and (min-width: 750px) { 
	.plan_top_box .plan_top_right { width: 100%; } 
	.plan_top_box .plan_top_left { padding: 30px 0px 0px 0px; }
	.plan_top_box .plan_top_left .plan_title { height: auto; line-height: 1.5; font-size: 26px; margin: 30px 0px; }
	.plan_top_box { margin-bottom: 30px; }
	.plan_top_box .plan_top_left .plan_btn > a { width: 150px; height: 45px; line-height: 45px; font-size: 14px; }
	.plan_top_box .plan_top_left .plan_btn > a.plan_btn_02 { margin-top: 0px; margin-left: 15px; }

	.thum_board_box { padding-bottom: 45px; }
	.thum_board_box .thum_board_item { width: calc(33.333% - 10px); margin-left: 15px; margin-top: 30px; }

	.thum_board_box .thum_board_item:nth-child(1) { margin-top: 0px; margin-left: 0px; }
	.thum_board_box .thum_board_item:nth-child(2) { margin-top: 0px; }
	.thum_board_box .thum_board_item:nth-child(3) { margin-top: 0px; }
	.thum_board_box .thum_board_item:nth-child(4) { margin-top: 30px; }
	.thum_board_box .thum_board_item:nth-child(4n+1) { margin-left: 15px; }
	.thum_board_box .thum_board_item:nth-child(3n+1) { margin-left: 0px; }
	.thum_board_box .thum_board_item .thum_board_title { font-size: 16px; }
}


@media (max-width: 1279px) and (min-width: 1024px) { 
	.plan_top_box .plan_top_left { padding: 30px 15px 30px 0px; }
	.plan_top_box .plan_top_left .plan_title { font-size: 36px; margin: 30px 0px; }

}




/*
@media (max-width: 479px){ 

}

@media (max-width: 749px) and (min-width: 480px) { 

}

@media (max-width: 1023px) and (min-width: 750px) { 

}


@media (max-width: 1279px) and (min-width: 1024px) { 
	
}
*/