/*Highlight*/
.intro_area{
	position: relative;
	display: block;
	width: fit-content;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7rem;
}
.intro_title{
	font-size: 2rem;
	color: #FF3D00;
	margin-bottom: 1rem;
}
.intro_box{
	position: relative;
	display: block;
	padding: 1.5rem 5rem;
	background-color: #673584;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.intro_box_text{
	z-index: 2;
}
.intro_box_text br:nth-child(1){
	display: none;
}
.intro_box_bg{
	z-index: 1;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url('../images/intro_box_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.highlight_title_box{
	width: fit-content;
	position: relative;
	display: flex;
	flex-direction: row;
	font-size: 4rem;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 2rem;
	color: #673584;
	gap: 20px;
}
.highlight_title_icon{
	width: 20%;
}

.highlight_slider_area{
	position: relative;
	display: block;
	width: 100%;
}
.highlight_slider_box{
	position: relative;
	display: block;
	width: 70%;
	margin: 0 auto;
}
.swiper-slide a:hover{
	opacity: 0.8;
}


/*news*/
.news_wrap{
	width: 100%;
	text-align: center;
	margin-bottom: 150px;
}

.new_list_area{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.news_list_box{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
}

.news_item{
	position: relative;
	display: block;
	margin: 20px 0px 20px 0px;
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 20px;
}

.news_header{
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	margin-bottom: 10px;
}

.news_date{
	position: relative;
	display: block;
	width: fit-content;
	padding: 5px 40px;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	white-space: nowrap;
	border-radius: 50px;
}
.news_item:nth-child(odd) .news_date{
	background-color: #673584;
}
.news_item:nth-child(even) .news_date{
	background-color: #163C91;
}

.news_title{
	position: relative;
	display: -webkit-box;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 2rem;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_title:hover{
	text-decoration: underline;
}

.news_item:nth-child(odd) .news_title{
	color: #673584;
}
.news_item:nth-child(even) .news_title{
	color: #163C91;
}

.news_text{
	position: relative;
	display: -webkit-box;
	font-size: 1.5rem;
	color: #5B5D60;
	text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: justify;
	width: 100%;
}

.news_item:nth-child(odd) .news_text:hover{
	color: #673584;
}
.news_item:nth-child(even) .news_text:hover{
	color: #163C91;
}

.news_more_btn{
	position: relative;
	display: block;
	width: fit-content;
	font-size: 2rem;
	border-radius: 50px;
	color: #fff;
	padding: 5px 40px;
	background-color: #FF3D00;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.news_more_btn:hover{
	transform: scale(1.1);
}


/*film*/
.videowrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.film_bg_img{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 30%;
	z-index: 1;
}


/*event info*/
.events_detial_area{
	position: relative;
	display: block;
	width: 100%;
}
.events_detial_box{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 50px 0px;
}
.events_detial_item{
	position: relative;
	display: block;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 40%;
}
.events_icon{
	width: 50px;
	height: 50px;
}
.events_info_box{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: left;
}
.events_info_box > p:nth-child(1){
	font-size: 2rem;
	color: #000;
}
.events_info_box > p:nth-child(2){
	font-size: 1.5rem;
	color: #000;
}

.google_map_box iframe{
	width: 100%;
	height: 45rem;
	border: 0;
}

.travel_info_area{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.travel_box{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	border-bottom: 5px solid #fff;
	gap: 25px;
}

.travel_box:last-child{
	border-bottom: 0;
}

.travel_header{
	position: relative;
	display: flex;
	flex-direction: row;
	text-align: left;
	gap: 20px;
}

.travel_icon{
	width: 45px;
	height: 45px;
}

.travel_title{
	position: relative;
	display: block;
	font-size: 1.8rem;
	color: #000;
}

.travel_content{
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.3rem;
	color: #4F4F4F;
	text-align: left;
}

.travel_btn{
	position: relative;
	display: block;
	width: fit-content;
	font-size: 1.3rem;
	color: #fff;
	padding: 5px 40px;
	border-radius: 5px;
	background-color: #0037FF;
}

@media screen and (max-width: 1230px) {
	.events_detial_box{
		flex-direction: column;
		gap: 50px;
	}
	.events_detial_item{
		width: 100%;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1000px) {
	.highlight_slider_box{
		width: 80%;
	}
}

@media screen and (max-width: 680px) {
	.intro_title{
		font-size: 1.3rem;
	}

	.intro_box {
		padding: 1.5rem 2rem;
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: 1px;
		text-align: justify;
		
	}

	.intro_box_text br:nth-child(1){
		display: block;
	}

	.highlight_title_box{
		font-size: 2rem;
        overflow: hidden;
        white-space: nowrap;
		gap: 10px;
	}

	.highlight_title_icon {
		width: 36%;
	}

	.news_list_box{
		width: 100%;
	}

	.news_item{
		margin: 10px 0px 10px 0px;
	}

	.news_header{
		flex-direction: column;
		align-items: start;
	}

	.news_title{
		padding: 0;
		font-size: 1.3rem;
		-webkit-line-clamp: 2;
	}

	.news_date{
		font-size: 1.3rem;
	}

	.news_text{
		font-size: 1.1rem;
		-webkit-line-clamp: 2;
	}

	.news_more_btn{
		font-size: 1.3rem;
	}

	.events_detial_item{
		gap: 10px;
	}

	.events_icon {
		width: 30px;
		height: 30px;
	}

	.events_info_box > p:nth-child(1){
		font-size: 1.2rem;
	}

	.events_info_box > p:nth-child(2){
		font-size: 1rem;
	}
	
	.google_map_box iframe {
		height: 15rem;
	}

	.travel_icon{
		width: 30px;
		height: 30px;
	}

	.travel_title{
		font-size: 1.2rem;
	}

	.travel_content{
		font-size: 1.1rem;
	}

	.travel_btn{
		font-size: 1.1rem;
	}

}