@charset "utf-8";
.under_page{
    margin-top: 110px;
}
.under_page .entry-image img{
	width: 100%;
}
.under_page .entry-description{
	padding: 70px;
}
.under_page h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.under_page h3{
	font-size: 25px;
	margin-bottom: 30px;
}
.under_page .seminer_detail{
    display: flex;
    border: 1px solid #fff;
    padding: 50px;
	margin-top: 50px;
	gap: 40px;
}
.under_page .seminer_detail_l{
	width: 60%;
}
.under_page .seminer_detail_l ul li{
	margin-bottom: 10px;
}
.under_page .seminer_detail_r{
	width: 40%;
}
.under_page .seminer_link a{
	display: block;
    border: 1px solid #fff;
    margin: 50px auto 0;
    width: max-content;
    padding: 15px 20px;
    text-align: center;
}
.under_page .seminer_detail_l ul li::before {
	content: url(/wp-content/themes/ols_lighting/img/common/cyeck.png);
	vertical-align: middle;
	padding-right: 5px;
}
#gHeader{
	min-width: 1220px;
}
@media all and (max-width: 896px) {
	.under_page {
		margin-top: 40px;
	}
	.entry-description {
		padding: 40px 0 !important;
	}
	h2 {
		font-size: 30px !important;
		margin-bottom: 30px !important;
	}
	.seminer_detail {
		display: block !important;
		padding: 30px 20px !important;
		margin-top: 50px !important;
	}
	.seminer_detail_r{
		margin-top: 40px !important;
	}
	.under_page .seminer_detail_l{
		width: 100% !important;
	}
	.under_page .seminer_detail_r{
		width: 100% !important;
	}
	#gFooter {
        padding: 2rem 0 20px;
    }
	#gHeader{
		min-width: 1005;
	}
}