.subheader{
	width: 100%;
	height: 270px;
	display: flex;
	background: linear-gradient(90deg, #862b26 0%, #862b26 63%, #330300 63%, #330300 100%);
}
.subheaderIn{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.subheader_l{
	width: 758px;
	height: 100%;
	background-color: #862b26;
	position: relative;
	display: flex;
}
.subheader_r{
	width: 442px;
	background-color: #330300;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.suv_hlogoWrap{
	width: 443px;
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 120px;
}
.suv_hlogo{
	width: 203px;
	padding-top: 217px;
	background:url(../img/logo.png) no-repeat center center / contain;
}
.sub_hvs{
	width: 315px;
	height: 100%;
	background: url(../img/sub_hphoto.jpg) no-repeat center / contain;
}
.sub_title{
	font-size: 90px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #862b26;
}
@media screen and (max-width: 768px){
	.subheader{
		height: auto;
		padding-top: 43.2%;
		position: relative;
	}
	.subheaderIn{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.subheader_l{
		width: 65.8667%;
	}
	.subheader_r{
		width: 34.1333%;
	}
	.suv_hlogoWrap{
		width: 51.8219%;
		padding-left: 5.0608%;
	}
	.suv_hlogo{
		width: 210px;
		width: 90.9091%;
		padding-top: 218px;
		padding-top: 94.3723%;
	}
	.sub_hvs{
		width: 47.9675%;
	}
	.sub_title{
		font-size: 12vw;
	}
}


.subContents{
	padding-top: 14px;
	padding-bottom: 24px;
}
.subContents.wh{
	background-color: #fff;
}

/** Paging **/
.pagingListsWrap{
	margin-top: 50px;
}
.pagingLists{
	display: flex;
	justify-content: center;
}
.pagingLists__item{
	padding: 0 5px;
}
.pagingLists__active{
	display: flex;
	width: 63px;
	height: 63px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	border: 2px solid #330300;
	color: #330300;
}
.pagingLists__link{
	display: flex;
	width: 63px;
	height: 63px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	background-color: #330300;
	border: 2px solid #330300;
	transition: .3s ease;
	color: #fff;
	text-decoration: none;
}
.pagingLists__link:hover{
	opacity: 0.7;
}

@media screen and (max-width: 768px){
	.pagingListsWrap{
		margin-top: 25px;
	}
	.pagingLists__item{
		margin: 0 2px;
	}
	.pagingLists__active{
		width: 32px;
		height: 32px;
		border-width: 1px;
		font-size: 1.2rem;
	}
	.pagingLists__link{
		width: 32px;
		height: 32px;
		border-width: 1px;
		font-size: 1.2rem;
	}
}

.newsTitle{
	width: 100%;
	border-bottom: 1px solid #862b26;
	padding: 48px 0 32px;
}
.newsTitleIn{
	width: 1060px;
	margin: 0 auto;
	font-size: 20px;
	color: #000;
	display: flex;
	font-weight: 500;
	line-height: 2;
}
.newsText{
	font-size: 20px;
	line-height: 2;
	color: #000;
	width: 1060px;
	padding: 42px 0;
	margin: 0 auto;
	font-weight: 500;
}
.newsText img, .newsText iframe{
	max-width: 100%;
	margin: 20px 0;
}
.newsText iframe{
	width: 100%;
	height: 596px;
}
.btn_news a{
	border-color: #330300;
	background-color: #330300;
}

@media screen and (max-width: 768px){
	.newsTitle{
		padding: 12px 0 16px;
	}
	.newsTitleIn{
		width: 100%;
		font-size: 1.2rem;
		padding: 0 9.3334%;
	}
	.newsText{
		width: 100%;
		padding: 20px 9.3334% 32px;
		font-size: 1.2rem;
	}
	.newsText iframe{
		height: 45.7334vw;
	}
}