#lnk_newgrads {
  background-color: #005937;

  display: block;
  height: auto;
  max-height: 105px;
  width: 100%;

  margin: auto;
  /* margin-top: 25px; */
  max-width: 600px;
  overflow: hidden;
  padding-left: 2.5rem;
  padding-right:2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;

  transition: all 0.3s;
}

#lnk_newgrads:hover {
  opacity: 0.8;
}

#lnk_newgrads #lnk_newgrads_img {
  /* margin-top: -1rem; */
  max-width: 500px;
  width: 100%;
  /* transition: all 5s; */
}

#lnk_newgrads:hover #lnk_newgrads_img {
  /* margin-top: -2rem; */
  /* max-width: 800px; */
}

.no-line {
  border: none !important;
  font-family: titling-gothic-fb-compressed,sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}

#eventScrollPosition span {
  display: block;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
}
#eventScrollPosition .images {
  line-height: 2rem;
}


//============================
main{
display: block;

}
.rc-mainv{
	padding: 0 20px;
	z-index: 1;
	max-height: 580px;
	height: 100vh;
	position: relative;
	text-align: center;
	color: #fff;
	display: flex;
	    align-items: center;
	    justify-content: center;
}


.rc-mainv__slider{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.rc-mainv__slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rc-mainv__logo{
	display: block;
	width: 120px;
	position: absolute;
	top: 50px;
	left: 50px;
}
.rc-mainv__scrool{
	position: absolute;
	bottom: 40px;
	width: 200px;
	right: 0;left: 0;
	margin: auto;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.rc-mainv__scrool::after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	//transform: rotate(45deg);
	border-bottom: 2px solid;
	border-right: 2px solid;
	margin: auto;
	-webkit-animation: scale-up-center 1s ease-in-out infinite alternate both;
	animation: scale-up-center 1s ease-in-out infinite alternate both;
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: rotate(45deg)translate(0px, 0px);
	 transform: rotate(45deg)translate(0px, 0px);
  }
  100% {
	-webkit-transform: rotate(45deg)translate(0px, 0px);
  	transform: rotate(45deg)translate(5px,5px);
  }
}
.rc-mainv__scrool span{
	padding-bottom: 14px;
}

.rc-about{
	padding: 130px 20px 150px;
	text-align: center;
}
.rc-about .uk-h2{
	    font-size: 32px;
	    margin-bottom: 40px;
	    line-height: 1.7;
}
.rc-about p{
	    line-height: 1.8;
		   font-size: 15px;
		   margin-bottom: 160px;
}

.rc-about__links{
	max-width: 1060px;
	margin: 0 auto 60px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: 14px;
}


.rc-about__links li{
	list-style: none;
	width: calc(50% -  20px);
	text-align: center;
}

.rc-about__links li:nth-of-type(3){
	width: 100%;
	max-width: 480px;
	margin-top: 100px;
}
.rc-about__links .pc{

}
.rc-about__links .sp{
display: none;
}

.rc-about__links li:nth-of-type(3) .rc-about__links__title{
	font-size: 20px;
}


.rc-about__links  li a{
	display: block;
	position: relative;
	
}

.rc-about__links  li a:hover .rc-icon::before{
	transform: translateX(6px);
}

.rc-about__links .rc-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;	
}
.rc-about__links .rc-icon::before{
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: url(../images/rc/rc-icon.png) no-repeat center /contain;
	transition: ease-in-out .4s;
	
}

.rc-about__links__title{
	margin-top: 20px;
	margin-bottom: 8px;
}

.rc-footer{
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #707070;
	background: #F0F0F0;	
}

@media screen and (max-width: 800px){
.rc-about p{
	margin-bottom: 80px;
}
	.rc-about__links{
		padding: 0;
		max-width: 530px;
	}
	.rc-about__links li{
		min-width: 100%;
		margin-top: 60px !important;
	}
	.rc-about__links .pc{
	display: none;
	}
	.rc-about__links .sp{
	display: block;
	}	
	
}

@media screen and (max-width: 551px){
	.rc-mainv__logo {
	    width: 90px;
	    top: 40px;
	    left: 40px;
	}
	
	.rc-mainv .uk-heading-large{
		font-size: 24px;
	    line-height: 1.4;
	}
	
    
	.rc-mainv{
		min-height: 100vh;
	}
	.rc-about .uk-h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.rc-about p{
		margin-bottom: 0px;
		font-size: 13px;
	}
	.rc-about p br{
		display: none;
	}
	.rc-about__links{
		font-size: 12px;
	}
	.rc-about__links li {
	    margin-top: 40px !important;
	}
	.rc-about__links__title {
	    margin-top: 20px;
	    margin-bottom: 3px;
	    font-size: 18px !important;
	}
	.rc-about {
	    padding: 80px 30px 110px;
	}
}