@charset "utf-8";

/***************************************************************************
*
* NEWS STYLE
*
***************************************************************************/



.boxNews {
	max-width: 1026px;
	width: 100%;
	min-height: 460px;
	background: #20546B;
	text-align: center;
	margin: 2px auto 0;
	padding: 0 0 20px;
}
.boxNews .titleboxNews {
	background: #323E4C;
	font-size: 33px;
	color: #fff;
	padding: 12px 0;
    letter-spacing: -2px;
}
.boxNews .listNews {
	overflow: auto;
	max-width: 712px;
	width: 100%;
	height: 306px;
    margin: 16px auto 14px;
	text-align: left;
	padding: 0 30px;
}
.boxNews .listNews li {
	border-bottom: 1px dotted #fff;
}
.boxNews .listNews li a {
	display: block;
	padding: 16px 20px 9px 24px;
}
.boxNews .listNews li a:hover {
	background: #0b6c92;
}
.boxNews .listNews li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.boxNews .listNews li .boxCate {
	margin-bottom: 7px;
}
.boxNews .listNews li .boxCate .dateCate {
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	vertical-align: middle;
}
.boxNews .listNews li .boxCate .category {
	display: inline-block;
	min-width: 90px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 20px;
	text-align: center;
	vertical-align: 3px;
}
.category.maintenanceCate {
	background: #53AD80;
}
.category.constructionCate {
	background: #E26F3B;
}
.category.userCate {
	background: #C9B665;
}
.boxNews .listNews li .titleNews {
	overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    color: #fff;
}
.boxNews .listNews li .titleNews {
	color: #fff;
    font-size: 13px;
	letter-spacing: -1.1px;
}
.boxNews .closeNews {
	width: 111px;
}
.boxNews .closeNews a {
	padding: 4px 0 3px;
}
.boxNews .closeNews a {
	padding: 4px 0 3px;
}


/*boxDetail*/

.boxNewsDetail.boxNews {
	width: 100%;
	padding: 34px 0 15px;
	margin: 73px auto 0;
	min-height: 391px;
}
.boxNews .boxDetail {
	max-width: 648px;
    width: 100%;
    margin: 0 auto 29px;
	text-align: left;
}
.boxNews .boxDetail .boxCate {
	margin-bottom: 8px;
}
.boxNews .boxDetail .boxCate .dateCate {
	display: inline-block;
	color: #fff;
	margin-right: 9px;
	vertical-align: middle;
}
.boxNews .boxDetail .boxCate .category {
	display: inline-block;
	min-width: 90px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	padding: 3px 10px 6px;
	border-radius: 20px;
	text-align: center;
	vertical-align: 2px;
}
.boxNews .boxDetail .theContent {
	overflow: auto;
	height: 249px;
	width: calc(100% + 60px);
	margin-left: -30px;
	padding: 0 30px;
}
.boxNews .boxDetail .theContent h4 {
	color: #fff;
    font-size: 13px;
	letter-spacing: -0.6px;
	overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    margin-bottom: 17px;
}
.boxNews .boxDetail .theContent p {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.65;
    letter-spacing: -0.2px;
}
.boxNews .boxDetail .btnBlue a {
	padding: 4px 0 3px;
}

@media (max-width: 768px) {
	.fancybox-slide--html {
		padding: 0 30px;
	}

	.boxNews {
		padding-bottom: 11px;
		min-height: 391px;
	}
	.boxNews .titleboxNews {
	    font-size: 21px;
	    padding: 4px 0 2px;
	    letter-spacing: -1px;
	}
	.boxNews .listNews {
		margin: 32px auto 31px;
    	height: 249px;
		padding: 0;
	}
	.boxNews .listNews li {
		padding: 0px 0 7px 0;
    	margin: 0 19px 11px;
	}
	.boxNews .listNews li .boxCate {
		margin-bottom: 6px;
	}
	.boxNews .listNews li .boxCate .dateCate {
		font-size: 12px;
		letter-spacing: 0.1px;
		margin-right: 6px;
	}
	.boxNews .listNews li .boxCate .category {
		min-width: 80px;
		font-size: 10px;
		padding: 4px 0;
		vertical-align: 0.6px;
	}
	.boxNews .listNews li .titleNews {
		padding-right: 0;
    	color: #fff;
	}
	.boxNews .listNews li .titleNews a {
		font-size: 12px;
	}
	.boxNews .closeNews {
		width: 99px;
	}
	.boxNews .closeNews a {
		padding: 2px 0 2px;
	}

	.boxNews .boxDetail .theContent {
		width: calc(100% + 30px);
		padding: 0 15px;
		margin-left: -15px;
	}


	.boxNews .boxDetail {
		margin: 18px auto 30px;
		padding: 0 18px;
	}
	.boxNewsDetail.boxNews {
		padding: 6px 0 15px;
		margin-top: 0;
		min-height: 345px;
	}
	.boxNews .boxDetail .boxCate {
		margin-bottom: 5px;
	}
	.boxNews .boxDetail .boxCate .dateCate {
		font-size: 12px;
		letter-spacing: 0.1px;
		margin-right: 6px;
	}
	.boxNews .boxDetail .boxCate .category {
		min-width: 79px;
		font-size: 10px;
		padding: 4px 0;
		vertical-align: 0.6px;
	}
	.boxNews .boxDetail .theContent {
		height: 217px;
	}
	.boxNews .boxDetail .theContent h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.boxNews .boxDetail .theContent p {
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.1px;
	}
}

@media all and (-ms-high-contrast:none) {
    .boxNews .listNews {
    	padding: 2px 0;
    	height: 306px;
    }
    .boxNews .titleboxNews {
    	padding: 28px 0 0;
    	line-height: 1.4;
    }
    .boxNews .listNews li .boxCate .category {
    	padding: 10px 0 0;
    	vertical-align: 8px;	
    }
    .boxNews .listNews li .boxCate {
    	margin-bottom: 0;
    }
    .boxNews .listNews li .titleNews {
    	padding: 0;
    }
    .boxNews .boxDetail .boxCate .category {
    	padding: 11px 0 0px;
    	vertical-align: 9px;	
    }
    .boxNews .boxDetail .theContent h4 {
    	padding-top: 3px;
    }
    .boxNews .boxDetail .theContent {
    	height: 252px;
    }

    .boxNews .closeNews a {
    	padding: 15px 0 0;
    	line-height: 0.8;
    }
}