@charset "utf-8";

	/* section.num01 */
	body .section.num01 {
		margin-bottom: 50px;
	}
	body .section.num01 .bBox .clmArea {
		margin-bottom: 30px;
	}
	body .section.num01 .bBox .clm1 {
		float: left;
		width: 48%;
		text-align: center;
	}
	body .section.num01 .bBox .clm2 {
		float: right;
		width: 48%;
		text-align: center;
	}
	
	/* section.num02 */
	body .section.num02 {
		margin-bottom: 50px;
	}
	
	/* section.num03 */
	body .section.num03 {
		margin-bottom: 55px;
	}
	body .section.num03 .conceptBox {
		background-color: #f0f2f3;
		margin-bottom: 30px;
	}
	body .section.num03 .conceptBox .cTitle {
		background-color: #768891;
		text-align: center;
		padding: 15px 10px;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body .section.num03 .conceptBox ul li {
		float: left;
		width: 50%;
		text-align: center;
		padding: 20px;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body .section.num03 .conceptBox ul li.li1 {
		border-bottom: 1px dashed #6f818a;
		border-right: 1px dashed #6f818a;
	}
	body .section.num03 .conceptBox ul li.li2 {
		border-bottom: 1px dashed #6f818a;
	}
	body .section.num03 .conceptBox ul li.li3 {
		border-right: 1px dashed #6f818a;
	}
	body .section.num03 .bBox {
		font-size: 12px;
		line-height: 18px;
	}
	
	/* section.num04 */
	body .section.num04 {
		margin-bottom: 55px;
	}
	body .section.num04 .clmArea {
		margin-bottom: 25px;
	}
	body .section.num04 .clmArea .clm1 {
		float: left;
		width: 48%;
	}
	body .section.num04 .clmArea .clm2 {
		float: right;
		width: 48%;
	}
	body .section.num04 .bBox {
		margin-bottom: 15px;
	}
	body .section.num04 .wBox {
		margin-bottom: 30px;
	}
	body .section.num04 .imgBox {
		width: 421px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
	}
	

	/* @media 865 START */
@media only screen and (max-width:865px) {	
	/* section.num01 */
}
	/* @media 865 END */

	/* @media 599 START */
@media only screen and (max-width:599px) {	
	/* section.num01 */
	body .section.num01 .bBox .clm1,
	body .section.num01 .bBox .clm2 {
		float: none;
		width: 100%;
		text-align: left;
	}
	body .section.num01 .bBox .clm1 img,
	body .section.num01 .bBox .clm2 img {
		width: 100%;
	}
	body .section.num01 .bBox .clm1 {
		margin-bottom: 20px;
	}
	
	/* section.num03 */
	body .section.num03 .conceptBox ul li {
		float: none;
		width: 100%;
	}
	body .section.num03 .conceptBox ul li.li1 {
		border-right: none;
	}
	body .section.num03 .conceptBox ul li.li3 {
		border-right: none;
	}
	body .section.num03 .conceptBox ul li.li3 {
		border-bottom: 1px dashed #6f818a;
	}
	
	/* section.num04 */
	body .section.num04 .clmArea .clm1,
	body .section.num04 .clmArea .clm2 {
		float: none;
		width: 100%;
	}
	body .section.num04 .clmArea .clm1 {
		margin-bottom: 20px;
	}
	body .section.num04 .clmArea .clm2 {
		text-align: center;
	}
	body .section.num04 .imgBox {
		width: 100%;
		text-align: right;
	}
}
	/* @media 599 END */