.info-banner {
	background: url(../../public/img/page/info/banner.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
}
.info-banner .banner_text {
	padding: 165px 0;
	color: #ffffff;
}
.info-banner .banner_text h3{
	font-size: 48px;
}
.info-banner .banner_text .bnr-txt{
	font-size: 26px;
	padding: 20px 0;
}


.prize {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	text-align: center;
}
.prize .tit{
	margin
}


.nav-pills .nav-link{
	border-radius: 0;
	background: #F4F4F4;
	color: black;
	font-size: 20px;
}
.nav-pills .nav-link.active{
	background: #E83525;
	color: #fff;
}
.bottom-1{
	border-bottom: 1px solid #E83525;
}


.nav-content > div:last-child {
	display: none;
}

.big.red{
	font-size: 48px;
	color: #E83525;
}
.center{
	text-align: center;
}
.normal{
	font-size: 16px;
}


#information .row{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 30px;
}
#information .first{
	padding-top: 35px;
	border-right: 1px solid #DDDDDD;
	height: 180px;
}
#information h1{
	font-size: 28px;
	padding: 12px 0;
}
#information p{
	font-size: 18px;
	text-indent: 25px;
	line-height: 1.3;
}
#information a{
	color: black;
	text-decoration: none;
}