.csslider input {display: none;}

.csslider {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0;
	overflow: hidden;
}
.csslider input:nth-of-type(1):checked ~ ul li:nth-of-type(1) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(1):checked ~ ul li:not(:nth-of-type(1)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(2):checked ~ ul li:nth-of-type(2) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(2):checked ~ ul li:not(:nth-of-type(2)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(3):checked ~ ul li:nth-of-type(3) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(3):checked ~ ul li:not(:nth-of-type(3)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(4):checked ~ ul li:nth-of-type(4) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(4):checked ~ ul li:not(:nth-of-type(4)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(5):checked ~ ul li:nth-of-type(5) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(5):checked ~ ul li:not(:nth-of-type(5)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(6):checked ~ ul li:nth-of-type(6) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(6):checked ~ ul li:not(:nth-of-type(6)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(7):checked ~ ul li:nth-of-type(7) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(7):checked ~ ul li:not(:nth-of-type(7)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(8):checked ~ ul li:nth-of-type(7) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(8):checked ~ ul li:not(:nth-of-type(8)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(9):checked ~ ul li:nth-of-type(9) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(9):checked ~ ul li:not(:nth-of-type(9)) {opacity: 0; z-index: 0;}
.csslider input:nth-of-type(10):checked ~ ul li:nth-of-type(10) {opacity: 1; z-index: 1;}
.csslider input:nth-of-type(10):checked ~ ul li:not(:nth-of-type(10)) {opacity: 0; z-index: 0;}

.csslider ul {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: hsl(0,0%,0%);
	height: 29.5rem;
}
.csslider ul li {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .5s linear;
	background-size: cover;
}
.csslider img {
	width: 100%;
	filter: brightness(.65);
}
.csslider a.news-archive-link {
	position: absolute;
	top: 1.5rem;
	left: 0;
	display: flex;
	align-items: center;
	z-index: 1;
	height: 2rem;
	padding: 0 .625rem 0 2rem;
	background-color: hsla(0,0%,100%,.25);
	transition: all .2s linear;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: .05rem;
	color: #fff;
	text-transform: uppercase;
}
.csslider a.news-archive-link::after {
	position: absolute;
	content:"";
	bottom: 0;
	left: 0;
	width: 0;
  border-bottom: 2px solid #fff;
	transition: width .2s linear;
}
.csslider a.news-archive-link:hover {
	background-color: hsla(0,0%,100%,.33);
}
.csslider a.news-archive-link:hover::after {
	width: 100%;
}
.csslider .title-box {
	position: absolute;
	top: 3.5rem;
	left: 0;
	width: 43.75rem;
	display: flex;
	flex-direction: column;
	height: 26rem;
	padding-left: 2rem;
	justify-content: center;
}
.csslider h1 {
	font-family: 'Noto Serif', serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.125;
	color: #fff;
	text-shadow: 2px 2px 8px hsla(0,0%,0%,.8);
}
.csslider .view-more-box {
	display: flex;
	justify-content: flex-start;
	margin-top: 2.5rem;
	margin-bottom: .5rem;
}
.csslider .view-more {
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid hsl(0,0%,85%);
	padding: .5rem .75rem;
	background-color: hsla(0,0%,100%,.1);
	transition: all .2s linear;
	letter-spacing: .025rem;
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.csslider .view-more:hover {
	background-color: hsla(0,0%,100%,.2);
	padding-right: 2.1875rem;
}
.csslider svg {
	display: block;
	position: absolute;
	top: 0;
	left: 8.5rem;
	width: 2rem;
	height: 2rem;
	line-height: 1;
	transform: rotate(45deg);
}
.csslider .navigation {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	font-size: 0;
	line-height: 0;
	text-align: center;
	user-select: none;
	z-index: 1;
}
.csslider .navigation label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	height: .6875rem;
	width: .6875rem;
	border: 2px solid hsla(0,0%,100%,.75);
	transition: background-color .15s linear;
}
.csslider .navigation label:not(:last-of-type) {
	margin-right: .875rem;
}
.csslider .navigation label:hover {
	background-color: #fff;
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1),
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2),
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3),
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4),
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5),
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6),
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7),
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8),
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9),
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10) {
	background-color: #fff;
}
