/*cm3_s01*/

.cm3_s01 .deco_top {
	padding: 0 0 30px;
}

.cm3_s01 .deco_top h1 {
	font-size: 25px;
	line-height: 1em;
	color: #1e1e1e;
	word-break: keep-all;
	font-weight: 600;
	margin: 25px 0;
}

.cm3_s01 .deco_top h1 strong {
	color: #174793;
	font-weight: 600;
}

@media (max-width:768px) {
	.cm3_s01 .deco_top {
		padding: 0 0 15px;
	}
	.cm3_s01 .deco_top h1 {
		font-size: 15px;
		margin: 15px 0;
	}
	.cm3_s01 .deco_top .img_wrp img {
		width: 10px;
	}
}


/*cm3_s01 :: table*/

.cm3_s01 .con_md .table,
.cm3_s01 .con_md .table tr th,
.cm3_s01 .con_md .table tr td {
	border: 0px;
	background-color: #f7f7f7;
	vertical-align: middle;
	text-align: left;
}

.cm3_s01 .con_md .table tr th,
.cm3_s01 .con_md .table tr td {
	width: 50%;
}

.cm3_s01 .con_md .table tr th .img_wrp {
	position: relative;
}

.cm3_s01 .con_md .table tr th .img_wrp img {
	width: 100%;
}

.cm3_s01 .con_md .table tr td .txtbox {
	padding-left: 30px;
}

.cm3_s01 .con_md .table tr td .txtbox h4 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 15px;
	word-break: keep-all;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
}

.cm3_s01 .con_md .table tr td .txtbox h4:before {
	content: "";
	position: absolute;
	height: 80%;
	top: 10%;
	width: 3px;
	background-color: #0039a6;
	;
	left: 0;
}

.cm3_s01 .con_md .table tr td .txtbox h4 strong {
	color: #db2081;
	font-weight: 900;
}

@media (max-width:992px) {
	.cm3_s01 .con_md .table tr td .txtbox {
		padding: 20px 10px 40px;
	}
}

@media (max-width:768px) {
	.cm3_s01 .con_md .table tr td {
		display: block;
		width: 100%;
		text-align: left;
	}
	.cm3_s01 .con_md .table tr th,
	.cm3_s01 .con_md .table tr td {
		width: 100%;
		display: block;
	}
	.cm3_s01 .con_md .table tr td .m_sec01_mt {
		width: 300px;
	}
	.cm3_s01 .con_md .table tr td .txtbox {
		background-color: #fff;
	}
	.cm3_s01 .con_md .table tr td .txtbox h4 {
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 10px;
	}
}