.sec-lower-mv {
	width: 100%;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/common/bg-lower-mv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.sec-policy-venue {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
	padding: 0 3.47%;
	background: #fff;
	border-radius: 30px 30px 0 0;
}

.policy-venue-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	padding-top: 125px;
	padding-bottom: 80px;
	line-height: 32.4px;
	font-size: 18px;
}

.policy-venue-cont a{
	text-decoration: underline;
}

.policy-venue-cont a:hover{
	opacity: 0.7;
}

.h2-box{
	top: 40px;
}

.sec-inner{
	max-width: 1000px;
}

.title{
	font-weight: bold;
	padding-bottom: 10px;
}

ul li{
	list-style: disc;
	margin-left: 23px;
}

ul li::marker{
	color: #E35C51;
}

.wrapper{
	background: #F9F5F3;
    padding: 30px 0 30px 30px;
    margin-top: 30px;
	border-radius: 10px;
}


@media screen and (max-width: 999px) {
	.sec-lower-mv {
		height: 300px;
		padding-top: 30px;
	}

	.sec-policy-venue {
		padding: 0 5.128%;
		border-radius: 15px 15px 0 0;
	}

	.policy-venue-cont {
		gap: 30px;
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.h2-box{
		top: 35px;
	}
	
	.news-venue-cont{
		padding-top: 60px;
	}
}
