/*sub_tit*/
.sub_tit {
	margin-bottom: 50px;
}
.sub_tit .img_wrp {
	margin-bottom: 15px;
}
.sub_tit .lined {
    line-height: 0;	
}
.sub_tit .lined span {
	display: inline-block;
    line-height: 0;
    width: 40px;
    border-bottom: 2px solid #493a30;
    margin-bottom: 20px;
}
.sub_tit h1 {
	color: #493a30;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.sub_tit h2 {
	color: #2e2e2e;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.sub_tit h3 {
	color: #2e2e2e;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_tit {
		margin-bottom: 30px;
		text-align: left;
	}
	.sub_tit .img_wrp {
		margin-bottom: 10px;
	}
	.sub_tit .img_wrp img.ling {
		width: 10px;
	}
	.sub_tit .lined {
		line-height: 0;	
	}
	.sub_tit .lined span {
		width: 20px;
	}
	.sub_tit h1 {
		color: #493a30;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 5px;
		word-break: keep-all;
	}
	.sub_tit h2 {
		font-size: 16px;
		word-break: keep-all;
	}
	.sub_tit h3 {
		font-size: 14px;
	}
}

/*sub_sec*/
.sub_sec {
	padding-bottom: 60px;
}
.sub_sec.sub_sec_mini {
	padding-bottom: 30px;
}
.sub_sec.sub_sec_pbn {
	padding-bottom: 0px;
}
@media (max-width:768px) {
	.sub_sec {
		padding-bottom: 30px;
	}
	.sub_sec.sub_sec_mini {
		padding-bottom: 15px;
	}
}
/*fcheck_list*/
.fcheck_list h4 {
	color: #1e1e1e;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 15px;
}
.fcheck_list p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
	word-break: keep-all;
}
@media (max-width:768px){
	.fcheck_list h4 {
		font-size: 14px;
		word-break: keep-all;
	}
	.fcheck_list p {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*fcheck_list*/
.fcheck_list label {
	color: #1e1e1e;
	font-size: 13px;
    line-height: 1.5em;
    word-break: keep-all;
}
.fcheck_list input,
.fcheck_list .form-control,
.fcheck_list label {
	margin: 0px;
	vertical-align: middle;
}
.fcheck_list .form-control{
	display: inline-block;
	border-radius: 0px;
	box-shadow: 0 0 0;
	border: 1px solid #ddd;
}
.fcheck_list .form-control.form_sht {
	width: 100px;
}
.fcheck_list .form-control.form_xs_sht{
	width: 50px;
}
.fcheck_list .btn_wrp {
	padding: 30px 0;
}
.fcheck_list .btn_wrp .btn {
	background-color: #2e8d7d;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width:768px){
	.fcheck_list .check_tt .input_box {
		text-align: left;
	}
	.fcheck_list .check_tt .input_box label {
		margin-bottom: 5px;
	}
	.fcheck_list .btn_wrp {
		padding: 15px 0;
	}
	.fcheck_list .btn_wrp .btn {
		padding: 5px 20px;
		font-size: 13px;
	}
}
/*.fcheck_list :: table*/
.fcheck_list .table {
	margin-top: 30px;
	border-top: 2px solid #519c90;
}
.fcheck_list .table.table_bn {
	border-top: 0px;
	margin-top: -1px;
}
.fcheck_list .table thead tr th,
.fcheck_list .table thead tr td,
.fcheck_list .table tbody tr th,
.fcheck_list .table tbody tr td,
.fcheck_list .table tfoot tr td {
    border: 1px solid #ddd;
    vertical-align: middle;
    color: #4d4c4b;
    font-size: 13px;
    line-height: 1.5em;
}
.fcheck_list .table.view_table thead tr th,
.fcheck_list .table.view_table thead tr td,
.fcheck_list .table.view_table tbody tr th,
.fcheck_list .table.view_table tbody tr td,
.fcheck_list .table.view_table tfoot tr td {
   text-align: center;
}
.fcheck_list .table thead tr th {
    background-color: #f7fffe;
}
.fcheck_list .table thead tr td {
	border: 0px;
    color: #1e1e1e;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}
.fcheck_list .table tbody tr th {
	background-color: #fffdfd;
}
.fcheck_list .table tbody tr td.check_box {
	background-color: #fcfcfc;
}
.fcheck_list .table tfoot tr td {
	font-weight: 600;
}
@media (max-width:768px){
	.fcheck_list .table thead tr th,
	.fcheck_list .table thead tr td,
	.fcheck_list .table tbody tr th,
	.fcheck_list .table tbody tr td,
	.fcheck_list .table tfoot tr td {
		font-size: 13px;
	}
	.fcheck_list .table.write_table thead tr th,
	.fcheck_list .table.write_table thead tr td,
	.fcheck_list .table.write_table tbody tr th,
	.fcheck_list .table.write_table tbody tr td,
	.fcheck_list .table.write_table tfoot tr td {
		font-size: 13px;
		display: block;
		margin-top: -1px;
		width: 100% !important;
	}
	.fcheck_list .table tbody tr th {
		background-color: #fbf2f2;
		color: #1e1e1e;
	}
}
/*check_result*/
.check_result .conbox h5 {
	font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #1e1e1e;
	position: relative;
}
.check_result .conbox h5 strong {
	display: inline-block;
	font-size: 1.1em;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
}
.check_result .conbox h6 {
	font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #373737;
    font-weight: 600;
}
.check_result .conbox .boxgray {
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	padding: 15px;
}
@media (max-width:768px){	
	.check_result .conbox h5 {
		font-size: 14px;
		word-break: keep-all;
		padding-top: 15px;
		margin-top: 10px;
	}
	.check_result .conbox h5 .col_line {
		top: 0;
		margin-top: 0px;
	}
	.check_result .conbox h6 {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*check_list_view*/
#check_list_view .table a {
	text-decoration: none;
}
#check_list_view .table img {
	width: 100%;
}