@charset "utf-8";

#main .linkBox {
	margin-bottom: 114px;
}
#main .linkBox a {
	display: block;
}
#main .linkBox a:hover {
	opacity: 0.7;
}
#main .companySec {
	position: relative;
}
#main .companySec:after {
	width: 190px;  
	height: 270px;
	background-image: -webkit-linear-gradient( 90deg, rgb(250,112,154) 0%, rgb(252,169,109) 53%, rgb(254,225,64) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 5px;
	right: -118px;  
	content: ""; 
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	#main .companySec::after {
		width: 190px;
		height: 166px;
		top: -22px;
		right: -149px;
		border-radius: 45px;
	}
	#main .linkBox {
		margin-bottom: 50px;
	}
}
