.pattern_box {
    background-color: rgba(255, 255, 255, 0);
	display: block;
	margin: auto;
	position: relative;
	width: 85%;
    top: 50px; 
}

.pattern_box input[name="sections"] {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.pattern_box section {
	display: block;
}

.pattern_box section label {
	background: #5ba4a4;
	border: 1px solid #fff;
    border-radius: 8px 0 0 8px;
	cursor: pointer;
	display: block;
	font-size: 23px;
    /* font-weight: bold; */
    text-align: center;
    color: #EBFF5B;
	padding: 15px 20px;
	position: relative;
	width: 120px;
	z-index: 100;
}
.pattern_box section label:hover {
	background: #61F9A4;
	border: 1px solid #fff;
    color: #FF4200;
	cursor: pointer;
}
/*
.pattern_box section article {
    background-color: #64baf0;
	display: none;
	left: 230px;
	min-width: 300px;
	padding: 0 0 0 21px;
	position: absolute;
	top: 0;
}

.pattern_box section article:after {
	background-color: #ccc;
	bottom: 0;
	content: "";
	display: block;
	left: -229px;
	position: absolute;
	top: 0;
	width: 220px;
	z-index: 1;
}
*/

.pattern_box input[name="sections"]:checked + label {
	background: #8CFFFF;
	color: #000;
    border: 1px solid #8CFFFF;
}

.pattern_box input[name="sections"]:checked ~
article {
	display: block;
}

.pat_articla {
    background-color: #8CFFFF;
	display: none;
	left: 160px;
	width: 80%;
    height: 900px;
	padding: 0 0 0 21px;
	position: absolute;
	top: -30px;
    
}
/*
@media (max-width: 533px) {

	h1 {
		width: 100%;
	}

	.pattern_box {
		width: 100%;
	}

	.pattern_box section label {
		font-size: 1em;
		width: 160px;
	}

	.pattern_box section article {
		left: 200px;
		min-width: 270px;
	}

	.pattern_box section article:after {
		background-color: #cccccc;
		bottom: 0;
		content: "";
		display: block;
		left: -199px;
		position: absolute;
		top: 0;
		width: 200px;
	}

}

@media (max-width: 768px) {
	h1 {
		width: 96%;
	}

	.pattern_box {
		width: 96%;
	}
}

@media (min-width: 1366px) {
	h1 {
		width: 70%;
	}

	.pattern_box {
		width: 70%;
	}
}

*/