/* CSS Document */

.resultPage #pageTitle h2:after {
  content: "LIST OF CONSTRUCTION RESULTS";
}
.resultPage.result1 #pageTitle h2:after {
  content: "CONSTRUCTION RESULTS";
}
.resultPage.result2 #pageTitle h2:after {
  content: "CONSTRUCTION RESULTS";
}
.resultPage .titlebg {
  background-image: url("../../cmn-img/pagetitle/result.jpg");
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	max-width: 950px;
	margin: auto;
}

.flex>div{
	text-align: center;
	width: 50%;
}


.resultWrap{
	max-width: 1200px;
	margin: 20px auto;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}

.resultList{
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}

@media screen and (max-width:767px){
	.resultWrap{
		max-width: 1200px;
		margin: 20px auto;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
}

.resultList .title h4{
	border-bottom: 4px solid #c6c8d7;
	padding-top: 8px;
	padding-bottom: 8px;
}

.resultList .content  dl{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.resultList .content  dl dt{
	width: 5em;
	background-color: #000000;
	padding: 5px;
	color: white;
	text-align: center;
}
.resultList .content  dl dd{
	text-align: left;
	flex: 1;
	padding-left: 10px;
}


/**
* Second Levels
**/

.mainPhotoWrap{
	text-align: center;
	max-width: 950px;
	margin:40px auto;
}
.thumbPhotoWrap{
	max-width: 950px;
	margin:40px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.thumbPhotoWrap>div{
	width: 20%;
	padding: 15px;
}
.thumbPhotoWrap>div img{
	cursor: pointer;
}
.thumbPhotoWrap>div img:hover{
	outline: 2px solid #1b235e;
}
.detailNavi{
	width: 950px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:40px auto;
}

.detailNavi a{
	background-color: #0f1480;
	color: white;
	padding: 15px;
	margin:15px;
}

/**
*
**/

.datatable th:nth-child(2) span,
.datatable th:nth-child(3) span{
	padding-left: 20px;
	border-left: 2px solid #1973ff;
	letter-spacing: 0.15em;
}

.datatable td{
	background-color: white;
	border-bottom: 2px solid #ccc;
}
.datatable .noborder{
	border-bottom: none;
}

@media screen and (max-width: 575px){
	.datatable th{
		white-space: nowrap;
	}
	.datatable td:first-child{
		white-space: nowrap;
	}
	.datatable th:nth-child(2) span,
	.datatable th:nth-child(3) span{
		padding-left: 8px;
		border-left: 2px solid #1973ff;
		letter-spacing: 0.15em;
	}
}
