.SUBHEAD{ background-image : url("/images/subtitle-bg-customer.jpg") }

.SUBMENU > span{ width : calc( 50% - 4px ) }

.BOARD-WRAPPER{ width : 1100px; margin : 70px auto }


.P4-CONTENT{
	width : 900px;
	margin : 70px auto
}

@media ( max-width : 571px ){	
	.BOARD-WRAPPER {
		width:95%;
	}
	#BOARD-AREA > table {
		width:100%;
		font: normal 0.8rem/normal 'Noto Sans KR', sans-serif;
	}
	#BOARD-AREA > table > tbody > tr > td:nth-child(1) {
		float: left;
		width: 20%;
		height:4rem;
		line-height:4rem;
	}
	#BOARD-AREA > table > tbody > tr > td:nth-child(2) {
		width: 65%;
		height: 2.5rem;
		font-size: 1rem;
		line-height: 3.5rem;
	}
	#BOARD-AREA > table > tbody > tr > td:nth-child(4) {
		width: 65%;
		height: 1.5rem;
		font-size: 0.7rem;
		line-height:1rem;
	}
	
	section > img {width:90%; height:auto;}

}