.business-area {
	border-radius: 20px !important;
	background: linear-gradient(130deg, rgba(88,173,81,0.4) 0%, rgba(98,194,21,0.4) 50%, rgba(141,194,31,0.4) 100%);
	outline: none !important;
}

.corporate-info-area {
	border-radius: 20px !important;
	background: linear-gradient(130deg, rgba(88,173,81,0.4) 0%, rgba(98,194,21,0.4) 50%, rgba(141,194,31,0.4) 100%);
	outline: none !important;
}

.corporate-info-title {
	text-shadow: 1px 2px 6px #222
}

.btn-arrow {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: auto;
}

.btn-arrow:hover {
	opacity: .75 !important;
}

.mv-text {
	color: #ffffff !important;
	text-shadow: 0px 0px 1px #727272, 0px 0px 2px #727272, 0px 0px 2px #727272, 0px 0px 2px #727272, 0px 0px 2px #727272;
}

.mv-main-text {
	font-size: calc(64px - ((1920px - 100vw ) * (30 / 1570)));
}
.mv-sub-text {
	font-size: calc(26px - ((1920px - 100vw ) * (10 / 1570)));
}

.pb-32px {
	padding-bottom: 32px;
}

@media (min-width: 768px){
	.btn-arrow {
		top: 46%;
		left: 85%;
	}
}
