@charset "utf-8";
/*************** Site Contents ***************/
.inner{
	width: 94%;
	height: auto;
	margin: 0 auto;
	color: #FFFFFF;
	display: flex;
}
.content{
	width: 90%;
	background-color: rgba(51,51,51,0.6);
	padding: 3%;
	margin: 2%;
}
.article{
	display: flex;
	width: 100%;
}
.inner:nth-child(2) .content:nth-child(1){
	width: 40%;
}
.inner a{
	text-decoration: none;
	color: rgb(66, 227, 199);
	font-size: 14px;
}
.content h2{
	margin-bottom: 2%;
	font-size: 1rem;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 2%;
}
.detail{
	width: 52%;
	margin: 1% 2% 0 0;
}
.detail .page{
	margin-top: 2%;
}
.detail p{
	line-height: 2%;
	font-size: 0.7rem;
}
#section02a .content .images{
	width: 48%;
	text-align: right;
	margin: 1% 2% 0 2%;
}
#section02a .content img{
	width: 100%;
}

