
/* event start */
.event-row{
	width:100%;
	height:550px;
	background-color:  #f7f7f7;
	text-align:center;
}
.event-box{
	max-width: 1040px;
    margin: 50px auto 50px;
}
.event-title{
	font-size: 34px;
	font-weight: 400 !important;
	letter-spacing: 0.2em;
	line-height: 1.3;
	padding-top: 65px;
}
.event-item{
	justify-content: space-evenly;
}
.event-pic img{
	margin-top:55px;
	width: 350px;
	height: 250px;
}
.event-btn{
	margin: auto;
	/* width:230px;
	height:60px; */
	/* background-color: #00b5c1 !important; */
	text-align:center;
	margin-top:60px;	
}
.event-btn:hover{
	/* background-color: #fff !important; */
	/* border: 1px solid #00b5c1 */
}
.event-btn-text{
	font-size: 22px !important;
	font-weight: 100 !important;
	letter-spacing: 0.2em;
    line-height: 1.2;
    text-decoration: underline;
   /*  padding: 16px 47px 36px 47px !important; */
}
.event-btn-text:hover{
	color: #00b5c1 !important;
}
.event-detail-body{
	margin-top:80px;
	background-color:#f7f7f7;
}

.event-detail-row{
	width: 100%;
	font-size: 25px;
	font-weight: 400 !important;
	letter-spacing: 0.2em;
}
.event-video{
	width:100%;
	display:grid;
	padding:35px;
	background-color:#f7f7f7;
	line-height: 3;
}

.event-detail-video video{
	width:100%;
	
}

.event-detail-photo{
	position:relative;
	display:flex;
	align-items:center;
    margin: 35px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 5px 10px 8px rgb(62 62 81 / 8%);
}
.event-slick-photo{
	background-color: #fff;
	margin: 35px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 8px rgb(62 62 81 / 8%);
}
.event-slick-photo div{
	padding:10px;
}

 .slick-prev:before , .slick-next:before{
	color:#323232 !important;
}

.event-other{
}

.center{
	text-align:center;
}
/* event end */