@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
}

a{
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}

a img{
	border:none;
}

a:hover,a:focus{
	text-decoration: none;
}

:focus,button:focus{
    outline: none;
}

/*****************************************************************************/
/*-----------------------------------start-----------------------------------*/
/*****************************************************************************/

/*******************************header*************************************/

/*************************/
/* 共用框架 */
.all_wrap_section {
	padding-bottom: 10%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.all_wrap_section {
		padding-bottom: 10%;
	}
}
/*共用 banner */
.banner_img {
	width: 100%;
	/*1920*520*/
	height: calc(100vw / 1920 * 520);
	object-fit: cover;
}

/* 內頁共用標題 */
.page_title_wrap {
	padding-top: calc(100vw / 1920 * 110);
}
.page_title {
	color: #4695D6;
	font-weight: bold;
	font-size: 32px;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
	line-height: 1.5;
}
@media screen and (max-width: 1200px) {
	.page_title {
		font-size: 28px;
	}
}
@media screen and (max-width: 991px) {
	.page_title {
		font-size: 24px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.page_title {
		font-size: 20px;
		padding-bottom: 2px;
	}
}
@media screen and (max-width: 575px) {
	.page_title {
		font-size: 18px;
	}
}

.page_content_html img {
	max-width: 100%;
	height: auto !important;
}
/*navbar*/
.navbar_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar_logo {
	width: 195px;
	padding-left: 50px;
}
@media screen and (max-width: 575px) {
	.navbar_logo {
		padding-left: 10px;
		width: 120px;
	}
}

.navbar_btn_wrap {
	display: flex;
}
/* ========== 分頁 ========== */
.gs_pagination{
	width: 100%;
	padding: 10px 0;
	clear: both;
	text-align: center;
	background: none;
	box-shadow: none;
	margin: 0;
	margin-top: 80px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gs_pagination a.pag_btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	margin: 0;
	font-size: 20px;
	color: #4695D6;
	font-weight: bolder;
	transition: all 0.5s ease;
	background-color: transparent;
	margin-right: 10px;
	/* border: 1px solid #4695D6; */
}
.gs_pagination a.pag_btn:hover {
	background-color: #4695D6;
	color: #fff;
}
.gs_pagination a.other_page {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #4695D6;
	border: 1px solid #4695D6;
	font-size:25px;
	margin: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: bold;
	background-color: transparent;
	margin-right: 10px;
}

.gs_pagination strong{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #4695D6;
	color: #fff;
	font-size: 25px;
	margin: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}

.gs_pagination a.other_page:hover, .gs_pagination strong:hover{
	background: #4695D6;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.gs_pagination strong, .gs_pagination a.other_page{
		font-size: 18px;
	}
	.gs_pagination a.pag_btn {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.gs_pagination a.pag_btn, .gs_pagination a.other_page, .gs_pagination strong{
		width: 45px;
		height: 45px;
		line-height: 45px;
		margin-right: 5px;
	}
}
/*語系按鈕*/
.language_wrap {
	width: 180px;
	position: relative;
	background-color: #4695D6;
	margin: 0;
	padding: 20px;
	cursor: pointer;
}
.language_btn {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.language_btn_icon i {
	font-size: 25px;
}
.language_btn_text {
	font-size: 20px;
}
.language_btn_text i {
	font-size: 14px;
}
/*語系選單*/
.language_list {
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	border-radius: 20px;
	background-color: #fff;
	z-index: 20;
	padding: 15px 15px 20px;
	width: 180px;
}
.language_item {
	box-sizing: border-box;
	display: block;
	padding: 10px 35px;
	color: #000;
	transition: all 0.5s ease;
	border-bottom: 1px solid #D9D9D9;
	font-size: 20px;
	transition: all 0.5s ease;
}
.language_item:hover {
	font-weight: bold;
	color: #4695D6;
}
@media screen and (max-width: 991px) {
	.language_wrap {
		width: 110px;
		padding: 10px;
	}
	.language_list {
		width: 150px;
		padding: 15px 10px 15px;
		left: -50px;
	}
	.language_item {
		font-size: 16px;
		padding: 10px 25px;
	}
	.language_btn_icon i {
		font-size: 22px;
	}
	.language_btn_text {
		font-size: 16px;
	}
	.language_btn_text i {
		font-size: 12px;
	}
}
.navbar_list_wrap {
	position: relative;
}
/*選單列表*/
.navbar_list {
	display: none;
	position: absolute;
	width: 450px;
	top: 110%;
	right: 20px;
	z-index: 30;
	background-color: #fff;
	border-radius: 20px;
	overflow-y: auto;
	max-height: 900px;
	padding: 30px 50px;
	max-height: 700px;
	overflow-y: auto;
}
.navbar_list.fixed_top {
	max-height: 90%;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 30;
}
.navbar_list::-webkit-scrollbar {
	display:none;
}
@media screen and (max-width: 991px) {
	.navbar_list, .navbar_list.fixed_top {
		top: 80px;
		max-height: 500px;
	}
}
@media screen and (max-width: 767px) {
	.navbar_list , .navbar_list.fixed_top {
		top: 70px;
		right: 10px;
		width: 300px;
		padding: 20px 20px;
	}
}
.navbar_item1_block {
	display: flex;
	justify-content: space-between;
}
.navbar_item1 {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.navbar_item1:hover, .navbar_item1.active {
	color: #F69E53;
	font-weight: bold;
}
.navbar_item2 {
	display: none;
}
.navbar_item2 a {
	display: block;
	color: #333;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	transition: all 0.5s ease;
}
.navbar_item2 a:hover {
	color: #F69E53;
}

@media screen and (max-width: 767px) {
	.navbar_item1 {
		font-size: 18px;
	}
	.navbar_item2 a {
		font-size: 16px;
	}
}
/*選單按鈕*/
.navbar_btn_block {
	width: 250px;
	height: 100%;
	background-color: #F69E53;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	cursor: pointer;
}
.navbar_btn_block.fixed_top {
	width: 120px;
	height: auto;
	padding: 20px 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 30;
}
.navbar_btn_block.fixed_top span, .navbar_btn_block.fixed_top span.show {
	display: none;
}
@media screen and (max-width: 991px) {
	.navbar_btn_block {
		width: 200px;
	}
	.navbar_btn_block.fixed_top {
		width: 80px;
		padding: 5px 0;
	}
}
@media screen and (max-width: 767px) {
	.navbar_btn_block {
		width: 100px;
	}
	.navbar_btn_block.fixed_top {
		width: 60px;
		padding: 15px 0;
	}
}
.navbar_btn_block span {
	color: #fff;
	opacity: 0;
	transition: all 0.5s ease;
}
.navbar_btn_block span.show {
	opacity: 1;
}
.navbar_btn {
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
}
.navbar_btn_line1, .navbar_btn_line2, .navbar_btn_line3 {
	position: absolute;
	width: 46px;
	height: 5px;
	background-color: #fff;
	left: 0;
	transition: all 0.5s ease;
}
.navbar_btn_line1 {
	top: 10px;
}
.navbar_btn_line2 {
	top: 25px;
}
.navbar_btn_line3 {
	width: 30px;
	top: 40px;
}
.navbar_btn.active .navbar_btn_line1 {
	transform: translate(15%, 300%) rotate(45deg);
}
.navbar_btn.active .navbar_btn_line2 {
	transform: translate(20%, 0%) rotate(-45deg);
}
.navbar_btn.active .navbar_btn_line3 {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.navbar_btn {
		width: 35px;
		height: 35px;
	}
	.navbar_btn_line1, .navbar_btn_line2, .navbar_btn_line3 {
		width: 30px;
		height: 3px;
	}
	.navbar_btn_line1 {
		top: 3px;
	}
	.navbar_btn_line2 {
		top: 15px;
	}
	.navbar_btn_line3 {
		width: 20px;
		top: 27px;
	}
	.navbar_btn.active .navbar_btn_line1 {
		transform: translate(10%, 400%) rotate(45deg);
	}
	.navbar_btn.active .navbar_btn_line2 {
		transform: translate(15%, 0%) rotate(-45deg);
	}
}
/**********************固定右上的圖片*********************************/
.fixed_link_img_wrap {
	position: fixed;
	display: flex;
	flex-direction: column;
	z-index: 15;
	top: 100px;
	right: 0;
}
.fixed_link_img {
	width: 6.77vw;
	margin: 8px 0;
	cursor: pointer;
	transform: translateX(20px);
	transition: all 0.5s ease;
}
.fixed_link_img:hover {
	transform: translateX(8px);
}
@media screen and (max-width: 1200px) {
	.fixed_link_img {
		margin: 5px 0;
		transform: translateX(15px);
	}
	
}
@media screen and (max-width: 991px) {
	.fixed_link_img_wrap {
		top: 70px;
	}
	.fixed_link_img {
		transform: translateX(5px);
	}
	.fixed_link_img:hover {
		transform: translateX(-1px);
	}
}
@media screen and (max-width: 575px) {
	.fixed_link_img {
		width: 13vw;
	}
	.fixed_link_img:hover {
		transform: translateX(1px);
	}
}
body {
	position: relative;
}
/*點擊出現圖片*/
.popup_img_show_wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	/* position: absolute; */
	top: 0;
	left: 0;
	/* transform: translate(-50%, -50%); */
	z-index: -999;
	/* overflow-y: auto; */
	opacity: 0;
	transition: all 0.5s ease;
}
.popup_img_show_mask_wrap {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background-color: rgba(95, 95, 95, 0.5);
	cursor: pointer;
	transition: all 0.5s ease;
}
.popup_img_show_wrap.active {
	z-index: 999;
	opacity: 1;
}
.popup_img_show_wrap::-webkit-scrollbar {
	/* display:none; */
}

.popup_show_time_data_block {
	position: relative;
	/* display: flex;
	justify-content: center; */
	/* background-color: #fff; */
	width: 60%;
	margin: auto;
	margin-top: 5%;
	/* background-color: rgba(255, 255, 255, 0.8); */
	/* border-radius: 25px; */
}
@media screen and (max-width: 991px) {
	.popup_show_time_data_block {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.popup_show_time_data_block {
		width: 90%;
		/* border-radius: 15px; */
	}
}
@media screen and (max-width: 575px) {
	.popup_show_time_data_block {
		/* background-color: rgba(255, 255, 255, 0.8);
		border-radius: 10px; */
	}
}
.popup_img_close_btn {
	position: absolute;
	bottom: 15px;
	right: 20px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.popup_img_close_btn {
		bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	.popup_img_close_btn {
		bottom: 1px;
	}
}
.popup_img_close_btn img {
	width: 7.55vw;
	min-width: 50px;
}
.page_content_html_popup {
	/* margin: 0 2px; */
	padding: 6% 6% 12%;
	/* width: 100%; */
	max-height: 600px;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.8);
}
.page_content_html_popup::-webkit-scrollbar {
	display:none;
}
@media screen and (max-width: 575px) {
	.page_content_html_popup {
		/* background-color: transparent; */
		max-height: 400px;
	}
}
.popup_show_time_data_top, .popup_show_time_data_bottom {
	position: relative;
}
.popup_show_time_data_bottom span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	font-size: 16px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.popup_show_time_data_bottom span {
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.popup_show_time_data_bottom span {
		font-size: 10px;
	}
}
.popup_show_time_data_top_bg, .popup_show_time_data_bottom_bg {
	width: 100%;
}
.popup_show_time_data_bottom_bg {
	transform: translateY(-5px);
}
.popup_show_time_data_bottom_decoration {
	position: absolute;
	bottom: 60%;
	right: 30px;
	width: 7.8vw;
	min-width: 30px;
	z-index: 2;
}

/***********go top btn**************/
#top_button {
	position: fixed;
	bottom: 100px;
	right: 70px;
	z-index: 5;
}
.top_btn {
	cursor: pointer;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    color: #27383D;
    transition: all 0.5s ease;
	margin-bottom: 10px;
}
.top_btn_i {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	font-size: 20px;
}
@media screen and (max-width: 1400px) {
	#top_button {
		right: 40px;
	}
}
@media screen and (max-width: 1200px) {
	#top_button {
		right: 20px;
	}
}
@media screen and (max-width: 767px) {
	#top_button {
		right: 25px;
	}
}
@media screen and (max-width: 575px) {
	#top_button {
		right: 10px;
		bottom: 50px;
	}
}
/*****************************************************************************/
/*****************************************************/
/* 自行設定的首頁 container */
.max_container {
	max-width: 1500px;
	padding: 0 15px;
}

@media screen and (max-width: 1600px) {
	.max_container {
		max-width: 1100px;
	}
}

@media screen and (max-width: 1200px) {
	.max_container {
		max-width: 900px;
	}
}

@media screen and (max-width: 991px) {
	.max_container {
		max-width: 720px;
	}
}

@media screen and (max-width: 767px) {
	.max_container {
		max-width: 620px;
	}
}
/* 自行設定的列表頁 container */
.list_container {
	max-width: 1600px;
	padding: 0 15px;
}

@media screen and (max-width: 1700px) {
	.list_container {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1500px) {
	.list_container {
		max-width: 1200px;
	}
}

@media screen and (max-width: 1300px) {
	.list_container {
		max-width: 1100px;
	}
}

@media screen and (max-width: 1100px) {
	.list_container {
		max-width: 980px;
	}
}
@media screen and (max-width: 991px) {
	.list_container {
		max-width: 780px;
	}
}
@media screen and (max-width: 790px) {
	.list_container {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.list_container {
		max-width: 600px;
	}
}
@media screen and (max-width: 610px) {
	.list_container {
		max-width: 100%;
	}
}
/*********************************************************************/
/*******************************首頁**************************************/
/*首頁共用 title*/
.index_title_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 43px;
	margin-bottom: 50px;
}
.index_title_wrap img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
@media screen and (max-width: 1200px) {
	.index_title_wrap {
		font-size: 36px;
	}
	.index_title_wrap img {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width: 991px) {
	.index_title_wrap {
		font-size: 32px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.index_title_wrap {
		font-size: 28px;
	}
	.index_title_wrap img {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 575px) {
	.index_title_wrap {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.index_title_wrap img {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 400px) {
	.index_title_wrap {
		font-size: 20px;
	}
	.index_title_wrap img {
		width: 40px;
		height: 40px;
	}
}
/*slick dots*/
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0%;
}
.slick-dots li.slick-active button:before {
	color: #4695D6;
	opacity: 1;
}
.slick-dots li button:before {
	color: #ffffff;
	transition: all 0.5s ease;
	opacity: 1;
	font-size: 16px;
}
.slick-dots li:hover button:before {
	color: #4695D6;
}
/*電腦版 main slider*/
#main_slider_section {
	position: relative;
}
.main_slider_item img { /*1920*785*/
	width: 100%;
	height: 40.89vw;
	object-fit: cover;
}
/*手機版(575) main slider*/
#mobile_main_slider_section {
	position: relative;
}
.mobile_main_slider_item img { /*1920*785*/
	width: 100%;
	height: 90vw;
	object-fit: cover;
}
/************************首頁營業時間************************/
#business_hours_section {
	padding-top: 30px;
	position: relative;
}
@media screen and (max-width: 575px) {
	#business_hours_section {
		padding-top: 20px;
	}
}
/*裝飾泡泡*/
.index_business_decoration img {
	width: 27.14vw;
	position: absolute;
	top: 10px;
	left: -30px;
}
@media screen and (max-width: 575px) {
	.index_business_decoration img {
		width: 37.14vw;
		position: absolute;
		top: 30px;
		left: -20px;
	}
}
.business_hours {
	display: flex;
	justify-content: center;
	/* justify-content: flex-end; */
	align-items: center;
	font-size: 26px;
}
.business_hours i {
	font-size: 30px;
}
.weekday_wrap {
	display: flex;
	align-items: center;
	padding-right: 50px;
	border-right: 3px dotted #333;
}
.weekend_wrap {
	display: flex;
	align-items: center;
	padding: 0 0 0 50px;
}
.weekday_wrap_title {
	display: flex;
	align-items: center;
	color: #4695D6;
	margin-right: 5px;
	font-weight: bold;
}
.weekend_wrap_title {
	display: flex;
	align-items: center;
	color: #F69E53;
	margin-right: 5px;
	font-weight: bold;
}
.weekday_wrap_title i, .weekend_wrap_title i {
	margin-right: 5px;
}
@media screen and (max-width: 1600px) {
	.business_hours {
		font-size: 22px;
	}
	.business_hours i {
		font-size: 24px;
	}
	.weekday_wrap {
		padding-right: 25px;
	}
	.weekend_wrap {
		padding: 0 0 0 25px;
	}
}
@media screen and (max-width: 1200px) {
	.business_hours {
		font-size: 18px;
	}
	.weekday_wrap {
		padding-right: 15px;
	}
	.weekend_wrap {
		padding: 0 0 0 15px;
	}
}
@media screen and (max-width: 575px) {
	.business_hours {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.business_hours {
		font-size: 16px;
	}
	.weekday_wrap {   
		padding-right: 0px;
		margin-bottom: 10px;
		border: none;
	}
	.weekend_wrap {
		padding: 0 0 0 0;
	}
}
/************************首頁活動************************/
#index_activity_section {
	position: relative;
	padding: 95px 30px 180px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	#index_activity_section {
		padding: 65px 15px 80px;
	}
}
@media screen and (max-width: 767px) {
	#index_activity_section {
		padding: 30px 10px 60px;
	}
}
@media screen and (max-width: 575px) {
	#index_activity_section {
		padding: 15px 10px 30px;
	}
}
/*裝飾泡泡*/
#index_activity_section>img {
	position: absolute;
	z-index: 2;
}
.index_activity_decoration_01 {
	width: 11.35vw;
	top: 15%;
	left: -5%;
}
.index_activity_decoration_02 {
	width: 10.26vw;
	top: 15%;
	right: -5%;
}
.index_activity_decoration_03 {
	width: 5.36vw;
	bottom: 5%;
	right: 20%;
}
@media screen and (max-width: 991px) {
	.index_activity_decoration_03 {
		bottom: 3%;
	}
}
@media screen and (max-width: 575px) {
	.index_activity_decoration_03 {
		bottom: 2px;
	}
}
.index_activity_bg_wrap {
	padding: 8px;
	border-radius: 25px;
	background: linear-gradient(135deg,#F6D365, #FDA085);;
}
.index_activity {
	position: relative;
	/* border: 8px solid #707070; */
	background-color: #fff;
	border-radius: 25px;
	padding: 50px 0 90px;
}
.index_activity_decoration_04 {
	position: absolute;
	z-index: 2;
	width: 3.13vw;
	bottom: -35px;
	right: 5%;
}
@media screen and (max-width: 1200px) {
	.index_activity {
		/* border: 5px solid #707070; */
		padding: 40px 0 80px;
	}
}
@media screen and (max-width: 767px) {
	.index_activity {
		/* border: 5px solid #707070; */
		padding: 30px 0 80px;
	}
	.index_activity_decoration_04 {
		bottom: -10px;
	}
}
.index_activity_title_wrap {
	color: #02C9C9;
	font-weight: bold;
}
.index_activity_item_wrap {
	padding: 0 10px;
}
.index_activity_item {
	border: 1px solid #02C9C9;
	
}
.index_activity_list {
	position: relative;
}
.index_activity_list_wrap.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@media(max-width: 767px){
	.index_activity_list_wrap.animation{
		animation-duration: 0s;
		animation-name:ani_slideBottom_stop;
	}
}
.index_activity02_list_wrap.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@media(max-width: 767px){
	.index_activity02_list_wrap.animation{
		animation-duration: 0s;
		animation-name:ani_slideBottom_stop;
	}
}
/* slick arrows */
.index_activity_slider_arrow_prev, .index_activity_slider_arrow_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #E0E0E0;
	cursor: pointer;
	transition: all 0.5s ease;
	font-size: 90px;
	z-index: 5;
}

.index_news_list_wrap.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@media(max-width: 767px){
	.index_news_list_wrap.animation{
		animation-duration: 0s;
		animation-name:ani_slideBottom_stop;
	}
}
.index_news_list .index_activity_slider_arrow_prev, .index_news_list .index_activity_slider_arrow_next {
	color: #fff;
}

.index_activity_slider_arrow_prev:hover, .index_activity_slider_arrow_next:hover {
	color: #707070;
}
.index_activity_slider_arrow_prev {
	left: -8%;
}
.index_activity_slider_arrow_next {
	right: -8%;
}
@media screen and (max-width: 1800px) {
	.index_activity_slider_arrow_prev, .index_activity_slider_arrow_next {
		font-size: 70px;
	}
	.index_activity_slider_arrow_prev {
		left: -3%;
	}
	.index_activity_slider_arrow_next {
		right: -3%;
	}
}
@media screen and (max-width: 1600px) {
	.index_activity_slider_arrow_prev {
		left: -8%;
	}
	.index_activity_slider_arrow_next {
		right: -8%;
	}
}
@media screen and (max-width: 1450px) {
	.index_activity_slider_arrow_prev {
		left: -5%;
	}
	.index_activity_slider_arrow_next {
		right: -5%;
	}
}
@media screen and (max-width: 1200px) {
	.index_activity_slider_arrow_prev, .index_activity_slider_arrow_next {
		font-size: 60px;
	}
	.index_activity_slider_arrow_prev {
		left: -7%;
	}
	.index_activity_slider_arrow_next {
		right: -7%;
	}
}
@media screen and (max-width: 900px) {
	.index_activity_slider_arrow_prev, .index_activity_slider_arrow_next {
		font-size: 50px;
		top: 105%;
		transform: translateX(0);
	}
	.index_activity_slider_arrow_prev {
		left: 40%;
	}
	.index_activity_slider_arrow_next {
		right: 40%;
	}
}
@media screen and (max-width: 575px) {
	.index_activity_slider_arrow_prev {
		left: 30%;
	}
	.index_activity_slider_arrow_next {
		right: 30%;
	}
}
/*首頁活動圖片*/
.index_activity_img_wrap {
	overflow: hidden;
}
.index_activity_img_wrap img {
	/* 468*312 */
	width: 100%;
	height: 312px;
	object-fit: cover;
	transition: all 0.5s ease;
}
.index_activity_item_wrap:hover .index_activity_img_wrap img {
	transform: scale(1.2);
}
@media screen and (max-width: 1600px) {
	.index_activity_img_wrap img {
		height: 223px;
	}
}
@media screen and (max-width: 1200px) {
	.index_activity_img_wrap img {
		height: 180px;
	}
}
@media screen and (max-width: 991px) {
	.index_activity_img_wrap img {
		height: 215px;
	}
}
@media screen and (max-width: 767px) {
	.index_activity_img_wrap img {
		height: 182px;
	}
}
@media screen and (max-width: 575px) {
	.index_activity_img_wrap img {
		height: 26.78vw;
	}
}
@media screen and (max-width: 400px) {
	.index_activity_img_wrap img {
		height: 24.5vw;
	}
}
/*首頁活動文字區*/
.index_activity_text_wrap {
	padding: 30px 45px;
}
/*首頁活動標題*/
.index_activity_title {
	color: #02C9C9;
	font-size: 26px;
	line-height: 1.2;
	height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: bold;
}
/*首頁活動簡介*/
.index_activity_content {
	color: #363A42;
	font-size: 18px;
	height: 45px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	/*首頁活動文字區*/
	.index_activity_text_wrap {
		padding: 20px 35px;
	}
	/*首頁活動標題*/
	.index_activity_title {
		font-size: 20px;
		height: 25px;
	}
	/*首頁活動簡介*/
	.index_activity_content {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	/*首頁活動文字區*/
	.index_activity_text_wrap {
		padding: 30px 20px;
	}
	/*首頁活動標題*/
	.index_activity_title {
		font-size: 18px;
		height: 20px;
	}
}
@media screen and (max-width: 575px) {
	/*首頁活動文字區*/
	.index_activity_text_wrap {
		padding: 20px 10px;
	}
}
/************************首頁最新消息************************/
#index_news_section {
	position: relative;
	background-image: url("../img/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0 120px;
}
@media screen and (max-width: 1200px) {
	#index_news_section {
		padding: 50px 0 100px;
	}
}
@media screen and (max-width: 767px) {
	#index_news_section {
		padding: 30px 0 80px;
	}
}
.index_news_title_wrap {
	color: #fff;
	font-weight: bold;
}
.index_news_item_wrap {
	padding: 0 10px;
	margin-bottom: 30px;
}
/*首頁最新消息圖片*/
.index_news_img_wrap {
	overflow: hidden;
}
.index_news_img_wrap img {
	width: 100%;
	height: 319px;
	object-fit: cover;
	transition: all 0.5s ease;
}
.index_news_item_wrap:hover .index_news_img_wrap img {
	transform: scale(1.2);
}
@media screen and (max-width: 1600px) {
	.index_news_img_wrap img {
		height: 227px;
	}
}
@media screen and (max-width: 1200px) {
	.index_news_img_wrap img {
		height: 182px;
	}
}
@media screen and (max-width: 991px) {
	.index_news_img_wrap img {
		height: 193px;
	}
}
@media screen and (max-width: 767px) {
	.index_news_img_wrap img {
		height: 252px;
	}
}
@media screen and (max-width: 575px) {
	.index_news_img_wrap img {
		height: 40.35vw;
	}
}
@media screen and (max-width: 400px) {
	.index_news_img_wrap img {
		height: 37.75vw;
	}
}
/*首頁最新消息文字區*/
.index_news_text_wrap {
	padding: 30px;
	background-color: #fff;
}
/*首頁最新消息標題*/
.index_news_title {
	color: #02C9C9;
	font-size: 26px;
	line-height: 1.2;
	height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: bold;
}
/*首頁最新消息簡介*/
.index_news_content {
	color: #363A42;
	font-size: 18px;
	height: 45px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	/*首頁最新消息文字區*/
	.index_news_text_wrap {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1200px) {
	/*首頁最新消息文字區*/
	.index_news_text_wrap {
		padding: 20px 15px;
	}
	/*首頁最新消息標題*/
	.index_news_title {
		font-size: 20px;
		height: 25px;
	}
	/*首頁最新消息簡介*/
	.index_news_content {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	/*首頁最新消息文字區*/
	.index_news_text_wrap {
		/* padding: 30px 20px; */
	}
	/*首頁最新消息標題*/
	.index_news_title {
		font-size: 18px;
		height: 20px;
	}
}
@media screen and (max-width: 575px) {
	/*首頁最新消息文字區*/
	.index_news_text_wrap {
		padding: 15px 10px;
	}
}
/*首頁百萬人氣部落客*/
#index_activity02_section {
	position: relative;
	margin-bottom: 6.25vw;
}
@media screen and (max-width: 575px) {
	#index_activity02_section {
		margin-bottom: 30px;
		
	}
}
.index_activity02 {
	position: relative;
	background-image: url("../img/bg4.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding: 60px 30px 80px;
	margin-top: 130px;
}
@media screen and (max-width: 1200px) {
	.index_activity02 {
		padding: 50px 15px 70px;
		margin-top: 110px;
	}
}
@media screen and (max-width: 991px) {
	.index_activity02 {
		margin-top: 50px;
		padding: 30px 0 50px;
	}
}
@media screen and (max-width: 767px) {
	.index_activity02 {
		padding: 30px 10px 50px;
	}
}
@media screen and (max-width: 575px) {
	.index_activity02 {
		padding: 30px 10px;
		background-size: cover;
		margin-top: 30px;
	}
}
.index_activity02_block {
	position: relative;
	border: 8px solid #E8A0B8;
	background-color: #fff;
	border-radius: 25px;
	padding: 50px 0 90px;
}
/*首頁百萬人氣部落客圖片*/
.index_activity02_img_wrap {
	overflow: hidden;
}
.index_activity02_img_wrap img {
	/* 470*470 */
	width: 100%;
	height: 470px;
	object-fit: cover;
	transition: all 0.5s ease;
}
.index_activity02_item_wrap:hover .index_activity02_img_wrap img {
	transform: scale(1.2);
}
@media screen and (max-width: 1600px) {
	.index_activity02_img_wrap img {
		height: 337px;
	}
}
@media screen and (max-width: 1200px) {
	.index_activity02_img_wrap img {
		height: 270px;
	}
}
@media screen and (max-width: 991px) {
	.index_activity02_img_wrap img {
		height: 325px;
	}
}
@media screen and (max-width: 767px) {
	.index_activity02_img_wrap img {
		height: 275px;
	}
}
@media screen and (max-width: 575px) {
	.index_activity02_img_wrap img {
		height: 41.39vw;
	}
}
@media screen and (max-width: 400px) {
	.index_activity02_img_wrap img {
		height: 37.5vw;
	}
}
.index_activity02_item_wrap {
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.index_activity02_block {
		border: 5px solid #E8A0B8;
	}
}
.index_activity02_decoration_01 {
	position: absolute;
	width: 18.54vw;
	top: -8%;
	left: 10px;
	z-index: 2;
}
.index_activity02_decoration_02 {
	position: absolute;
	width: 13.54vw;
	bottom: -20%;
	left: 30%;
}
.index_activity02_decoration_03 {
	position: absolute;
	width: 8.85vw;
	bottom: 20%;
	left: -5%;
	z-index: 2;
}
.index_activity02_decoration_04 {
	position: absolute;
	width: 5.46vw;
	top: 20%;
	right: 0;
	z-index: 2;
}
.index_activity02_decoration_05 {
	position: absolute;
	width: 5.89vw;
	bottom: -5%;
	left: 30%;
	z-index: 2;
}
.index_activity02_decoration_06 {
	position: absolute;
	width: 3.125vw;
	bottom: 5%;
	left: 15%;
	z-index: 2;
}
@media screen and (max-width: 575px) {
	.index_activity02_decoration_01 {
		position: absolute;
		width: 28.54vw;
		top: 4%;
		left: 10px;
	}
}
.index_activity02_img {
	width: 100%;
	height: 41.15vw;
	object-fit: cover;
}
.index_mobile_activity02_img {
	width: 100%;
	height: 90vw;
	object-fit: cover;
}

/******************** footer **************************/
.footer_top_info_wrap {
	background-color: #4695D6;
	padding: 120px 0;
}
@media screen and (max-width: 991px) {
	.footer_top_info_wrap {
		padding: 80px 0;
	}
}

.footer_top_info_block {
	display: flex;
}
.footer_company {
	width: 20%;
	display: flex;
	flex-direction: column;
	padding-right: 20px;
	padding-bottom: 200px;
	border-right: 1px solid #fff;
}
@media screen and (max-width: 991px) {
	.footer_top_info_block {
		flex-direction: column;
	}
	.footer_company {
		width: 100%;
		align-items: center;
		border-right: none;
		padding-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
}
.footer_company a {
	color: #fff;
	transition: all 0.5s ease;
}
.footer_company a:hover {
	opacity: 0.5;
}
.footer_company a:nth-child(2) {
	margin: 20px 0;
}
.footer_company_footer_logo {
	width: 160px;
}
.footer_info {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 30px;
}

.footer_info_item {
	padding: 0 30px 20px;
}
.footer_info_title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.footer_info_link {
	font-size: 18px;
	display: flex;
	flex-direction: column;
}
.footer_info_link a {
	color: #fff;
	transition: all 0.5s ease;
}
.footer_info_link a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 1600px) {
	.footer_info {
		padding-left: 15px;
	}
	.footer_info_item {
		padding: 0 10px 20px;
		width: 166px;
	}
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 991px) {
	.footer_info {
		width: 100%;
		padding-left: 26px;
	}
	.footer_info_item {
		padding: 0 20px 20px;
	}
}
@media screen and (max-width: 767px) {
	.footer_info {
		padding-left: 46px;
	}
}
@media screen and (max-width: 575px) {
	.footer_info {
		padding-left: 0;
	}
	.footer_info_item {
		padding: 0 0 20px 20px;
		width: 146px;
	}
}
@media screen and (max-width: 470px) {
	.footer_info {
		padding-left: 10px;
	}
	.footer_info_item {
		padding-left: 0;
		width: 50%;
	}
}

/************************************/
.footer_bottom_info_wrap {
	padding:  20px 0 30px;
	background-color: #fff;
	color: #4695D6;
}
.footer_bottom_info_wrap_block {
	display: flex;
	justify-content: space-between;
}

.footer_bottom_info_left_block {
	display: inline-block;
}
.footer_bottom_info_right a {
	color: #4695D6;
	transition: all 0.5s ease;
}
.footer_bottom_info_right a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 575px) {
	.footer_bottom_info_wrap_block {
		flex-direction: column;
	}
	.footer_bottom_info_right {
		margin-top: 10px;
	}
}
@media screen and (max-width: 460px) {
	.footer_bottom_info_left_block {
		background-color: transparent;
	}
	.footer_bottom_info_left_block span {
		display: inline-block;
	}
}
/*************** 相關連結資訊 *********************/
#index_related_info {
	position: relative;
	background-image: url("../img/bg5.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding: 60px 0 230px;
	margin-top: 80px;
	margin-bottom: 50px;
	overflow: hidden;
}
@media screen and (max-width: 1600px) {
	#index_related_info {
		padding: 45px 0 200px;
	}
}
@media screen and (max-width: 1200px) {
	#index_related_info {
		margin-top: 60px;
		padding: 45px 0 160px;
	}
}
@media screen and (max-width: 991px) {
	#index_related_info {
		margin-top: 40px;
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	#index_related_info {
		margin-top: 25px;
		padding: 45px 0 120px;
	}
}
@media screen and (max-width: 575px) {
	#index_related_info {
		background-size: cover;
		padding: 30px 0 80px;
	}
}
.index_related_decoration_01 {
	position: absolute;
	width: 19.64vw;
	top: 0px;
	right: 0;
}
.index_related_decoration_02 {
	position: absolute;
	width: 7.34vw;
	top: -10px;
	left: -3%;
}
.index_related_decoration_03 {
	position: absolute;
	width: 13.54vw;
	top: 10%;
	right: -8%;
}
@media screen and (max-width: 575px) {
	.index_related_decoration_01 {
		width: 29.64vw;
	}
}
.index_related_info_data {
	background-image: url("../img/img04.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 30px;
}
@media screen and (max-width: 767px) {
	.index_related_info_data {
		padding: 50px 0 20px;
	}
}
.index_related_info_data_block {
	width: 100%;
	/* display: flex;
	justify-content: flex-end; */
}
.index_related_info_data_block.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@media(max-width: 767px){
	.index_related_info_data_block.animation{
		animation-duration: 0s;
		animation-name:ani_slideBottom_stop;
	}
}
.index_related_info_title {
	color: #2ABADE;
	justify-content: flex-end;
	font-weight: bold;
}
.index_related_info_data_img_wrap {
	/* overflow: hidden; */
}
.index_related_info_data_img_wrap img {
	width: 100%;
	height: 328px;
	transition: all 0.5s ease;
}
.index_related_info_data_img_wrap:hover img {
	/* transform: scale(1.2); */
}
@media screen and (max-width: 1600px) {
	.index_related_info_data_img_wrap img {
		height: 238.2px;
	}
}
@media screen and (max-width: 1200px) {
	.index_related_info_data_img_wrap img {
		height: 194px;
	}
}
@media screen and (max-width: 991px) {
	.index_related_info_data_img_wrap img {
		height: 184px;
	}
}
@media screen and (max-width: 767px) {
	.index_related_info_data_img_wrap img {
		height: 158px;
	}
}
@media screen and (max-width: 575px) {
	.index_related_info_data_img_wrap img {
		height: 25.39vw;
	}
}
.index_related_info_data_block_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
}
.index_ig_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 100px;
}
@media screen and (max-width: 1600px) {
	.index_ig_wrap {
		margin-top: 80px;
	}
}
@media screen and (max-width: 991px) {
	.index_ig_wrap {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.index_ig_wrap {
		margin-top: 30px;
	}
}
@media screen and (max-width: 575px) {
	.index_ig_wrap {
		margin-top: 20px;
	}
}
.index_ig_title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: bold;
	color: #595CCD;
}
.index_ig_title:hover {
	/* color: #fff; */
	opacity: 0.5;
}
.index_ig_title img {
	width: 70px;
	margin-right: 10px;
}
@media screen and (max-width: 1600px) {
	.index_ig_title img {
		width: 65px;
	}
}
@media screen and (max-width: 1200px) {
	.index_ig_title {
		font-size: 34px;
	}
	.index_ig_title img {
		width: 60px;
	}
}
@media screen and (max-width: 991px) {
	.index_ig_title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.index_ig_title img {
		width: 50px;
	}
}
@media screen and (max-width: 767px) {
	.index_ig_title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.index_ig_title img {
		width: 40px;
	}
}
@media screen and (max-width: 575px) {
	.index_ig_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.index_ig_title img {
		width: 35px;
	}
}

/*youtube and fb*/
.index_youtube_title_wrap {
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 575px) {
	.index_youtube_title_wrap {
		justify-content: center;
	}
}
.index_youtube_fb_wrap {
	margin-top: 155px;
}
.index_youtube_fb_wrap.animation{
    animation-name:ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@media(max-width: 767px){
	.index_youtube_fb_wrap.animation{
		animation-duration: 0s;
		animation-name:ani_slideBottom_stop;
	}
}
.index_youtube_title img {
	width: 43.91vw;
	min-width: 260px;
	margin-bottom: 20px;
}
.index_youtube_img_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
@media screen and (max-width: 1600px) {
	.index_youtube_img_wrap {
		/* margin-top: 80px; */
	}
}
@media screen and (max-width: 991px) {
	.index_youtube_img_wrap {
		/* margin-top: 60px; */
	}
}
@media screen and (max-width: 767px) {
	.index_youtube_img_wrap {
		/* margin-top: 30px; */
	}
}
@media screen and (max-width: 575px) {
	.index_youtube_img_wrap {
		/* margin-top: 20px; */
	}
}
.index_youtube_img_wrap iframe {
	width: 100% !important;
	height: 400px;
}

.index_fb_wrap {
	width: 100%;
}
.index_fb_block_wrap iframe {
	width: 90% !important;
	height: 700px !important;
}
@media screen and (max-width: 1500px) {
	.index_fb_block_wrap iframe {
		height: 500px !important;
	}
}
@media screen and (max-width: 1200px) {
	.index_fb_block_wrap iframe {
		width: 100% !important;
		height: 500px !important;
	}
}
@media screen and (max-width: 500px) {
	.index_fb_block_wrap iframe {
		width: 100% !important;
		height: 600px !important;
	}
}
.index_fb_title_wrap {
	margin-bottom: 30px;
}
@media screen and (max-width: 7670px) {
	.index_fb_title_wrap {
		margin-bottom: 0px;
	}
}
.index_fb_title {
	display: flex;
	align-items: center;
	font-size: 40px;
	color: #4695D6;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}
.index_fb_title:hover {
	/* color: #fff; */
	opacity: 0.5;
}

.index_fb_title img {
	width: 75px;
	margin-right: 10px;
}
@media screen and (max-width: 1600px) {
	.index_youtube_fb_wrap {
		margin-top: 135px;
	}
	.index_youtube_title img {
		/* width: 260px; */
	}
	.index_fb_title {
		font-size: 30px;
	}
	.index_fb_title img {
		width: 65px;
	}
	.index_youtube_img_wrap iframe {
		height: 289px;
	}
}
@media screen and (max-width: 1200px) {
	.index_youtube_fb_wrap {
		margin-top: 105px;
	}
	.index_youtube_title img {
		/* width: 220px; */
	}
	.index_fb_title {
		font-size: 25px;
	}
	.index_fb_title img {
		width: 55px;
	}
	.index_youtube_img_wrap iframe {
		height: 233.4px;
	}
}
@media screen and (max-width: 991px) {
	.index_youtube_fb_wrap {
		margin-top: 85px;
	}
	.index_youtube_title img {
		/* width: 160px; */
	}
	.index_fb_title {
		font-size: 22px;
	}
	.index_fb_title img {
		width: 40px;
	}
	.index_youtube_img_wrap iframe {
		height: 183.4px;
	}
	.index_youtube_title img, .index_fb_title {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.index_youtube_fb_wrap {
		margin-top: 86px;
	}
	.index_youtube_title img {
		/* width: 130px; */
	}
	.index_fb_title {
		font-size: 20px;
	}
	.index_fb_title img {
		width: 30px;
	}
	.index_youtube_img_wrap iframe {
		height: 156px;
	}
}
@media screen and (max-width: 575px) {
	.index_youtube_fb_wrap {
		margin-top: 66px;
	}
	.index_fb_title {
		margin-top: 20px;
	}
	.index_youtube_img_wrap iframe {
		height: 52.17vw;
	}
}

/* ===============關於我們園區歷史================ */
/* 背景裝飾 */
.about_history_decorate_img_right, .about_history_decorate_img_left {
	position: absolute;
	z-index: -1;
}
.about_history_decorate_img_right {
	width: calc(100vw / 1920 * 380);
	top: 80%;
	right: 0;
}
.about_history_decorate_img_left {
	width: calc(100vw / 1920 * 530);
	top: 20%;
	left: 0;
}
/* ===============關於我們園區吉祥物================ */
/* 背景裝飾 */
.about_mascot_decorate_img_blue, .about_mascot_decorate_img_pink, .about_mascot_decorate_img_purple{
	position: absolute;
	z-index: -1;
	width: calc(100vw / 1920 * 380);
}
.about_mascot_decorate_img_blue {
	top: 35%;
	right: 0;
}
.about_mascot_decorate_img_pink {
	top: 70%;
	left: 0;
}
.about_mascot_decorate_img_purple {
	bottom: 5%;
	right: 0;
}
/* ===============關於我們企業理念================ */
/* 背景裝飾 */
.about_philosophy_decorate_img_blue {
	position: absolute;
	z-index: -1;
	width: calc(100vw / 1920 * 530);
	bottom: 10%;
	right: 0;
}

/* ===============館內設施所有頁面================ */
/* 背景裝飾 */
.circle_helf_pink, .circle_helf_yellow, .circle_helf_green{
	position: absolute;
	z-index: -1;
	width: calc(100vw / 1920 * 110);
}
.circle_helf_pink {
	top: 20%;
	right: 0;
}
.circle_helf_yellow {
	top: 50%;
	left: 0;
}
.circle_helf_green {
	bottom: 10%;
	right: 0;
}
/* ===============網路商城和線上購票頁面================ */
#shopping_section {
	padding-bottom: 15%;
}
.shopping_border_wrap {
	width: 100%;
	display: block;
	padding: 10px;
	position: relative;
	background: transparent;
	margin-top: 30px;
	transition: all 0.5s ease;
}
.shopping_border_wrap:hover {
	box-shadow: 2px 2px 10px #9b9b9b;
	background:radial-gradient(circle farthest-corner at left, #FFDB6F, #fff,#FFDB6F);
}
.shopping_item_wrap {
	background-color: #fff;
}
.shopping_item_wrap img {
	/* 330*110 */
	width: 100%;
	height: 110px;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.shopping_item_wrap img {
		height: 90px;
	}
}
@media screen and (max-width: 991px) {
	.shopping_item_wrap img {
		height: 63px;
	}
}
@media screen and (max-width: 767px) {
	.shopping_item_wrap img {
		height: 73px;
	}
}
@media screen and (max-width: 575px) {
	.shopping_item_wrap img {
		height: 13.74vw;
	}
}

/* ===============遊客諮詢頁面================ */
.contact_form_item {
	width: 100%;
	margin-bottom: 20px;
}
.contact_form_wrap {
	margin-top: 30px;
}
.contact_form_item input, .contact_form_item textarea {
	width: 100%;
	line-height: 1.5;
	background-color: #F5F5F5;
	padding: 10px;
	border: none;
	border-radius: 0;
}
.contact_form_item_gender {
	display: flex;
	margin: 10px 0;
}
.contact_form_gender {
	padding: 0 10px;
}
/* 按鈕區域 */
.contact_btn_wrap {
	display: flex;
	margin-top: 20px;
}
/* 送出按鈕 */
.submit_btn {
	background-color: #18C6C1;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	width: 320px;
	border: none;
	color: #fff;
	transition: all 0.5s ease;
}
.submit_btn:hover {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.submit_btn {
		padding: 10px;
	}
}
/* 重填按鈕 */
#clear_data_btn {
	background-color: #7F7F7F;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	width: 320px;
	border: none;
	color: #fff;
	transition: all 0.5s ease;
	cursor: pointer;
	margin-left: 30px;
}
#clear_data_btn:hover {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#clear_data_btn {
		padding: 10px;
	}
}
.contact_bottom_info_block_data_item {
	display: flex;
	margin-bottom: 20px;
}
.contact_bottom_info_wrap {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.contact_bottom_info_block_data {
	display: flex;
	margin-right: 15px;
}
.contact_bottom_info_block_data span {
	padding-right: 15px;
	color: #18C6C1;
}
.contact_bottom_info_block_data a {
	color: #4E5159;
}
.contact_bottom_icon_block {
	display: flex;
}
.contact_bottom_info_block_icon {
	display: block;
	padding-left: 25px;
}
.contact_bottom_info_block_icon img {
	width: 70px;
	transition: all 0.5s ease;
}
.contact_bottom_info_block_icon img:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.contact_bottom_info_wrap {
		flex-direction: column;
		justify-content: space-between;
		margin: 30px 0;
	}
	.contact_bottom_info_block_data_item {
		flex-direction: column;
		margin-bottom: 0;
	}
	.contact_bottom_info_block_icon img {
		width: 50px;
	}
	.contact_bottom_icon_block {
		margin-top: 20px;
	}
	.contact_bottom_info_block_icon {
		padding-left: 0;
		padding-right: 20px;
	}
}
/* ================列表==================== */
#list_section .index_news_item_wrap {
	margin: 0 5px;
	padding: 0;
	display: block;
	box-shadow: 2px 2px 8px #acacac;
	margin-bottom: 70px;
	transition: all 0.5s ease;
}
#list_section .index_news_item_wrap:hover {
	box-shadow: 2px 2px 8px #616161;
}
#list_section .news_list_wrap {
	margin-top: 50px;
}
@media screen and (max-width: 1100px) {
	#list_section .index_news_item_wrap {
		margin: 0;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	#list_section .news_list_wrap {
		margin-top: 30px;
	}
}
/*最新消息圖片*/
#list_section .index_news_img_wrap {
	overflow: hidden;
}
#list_section .index_news_img_wrap img {
	/* 360*332 */
	width: 100%;
	height: 332px;
	object-fit: cover;
	transition: all 0.5s ease;
}
#list_section .index_news_item_wrap:hover .index_news_img_wrap img {
	transform: scale(1.2);
}
@media screen and (max-width: 1700px) {
	#list_section .index_news_img_wrap img {
		height: 286px;
	}
}
@media screen and (max-width: 1500px) {
	#list_section .index_news_img_wrap img {
		height: 240px;
	}
}
@media screen and (max-width: 1300px) {
	#list_section .index_news_img_wrap img {
		height: 217px;
	}
}
@media screen and (max-width: 1100px) {
	#list_section .index_news_img_wrap img {
		height: 198px;
	}
}
@media screen and (max-width: 991px) {
	#list_section .index_news_img_wrap img {
		height: 211px;
	}
}
@media screen and (max-width: 790px) {
	#list_section .index_news_img_wrap img {
		height: 27.22vw;
	}
}
@media screen and (max-width: 767px) {
	#list_section .index_news_img_wrap img {
		height: 249px;
	}
}
@media screen and (max-width: 610px) {
	#list_section .index_news_img_wrap img {
		height: 41.38vw;
	}
}
@media screen and (max-width: 575px) {
	#list_section .index_news_img_wrap img {
		height: 40.04vw;
	}
}
@media screen and (max-width: 400px) {
	#list_section .index_news_img_wrap img {
		height: 37.75vw;
	}
}
/*最新消息文字區*/
#list_section .index_news_text_wrap {
	padding: 10px 25px 15px;
	background-color: #fff;
}
/*最新消息標題*/
#list_section .index_news_title {
	color: #363A42;
	font-size: 22px;
	line-height: 1.5;
	height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	margin-bottom: 10px;
}
/*最新消息日期*/
#list_section .index_news_date {
	color: #7F7F7F;
	font-size: 18px;
}
/*最新消息簡介*/
#list_section .index_news_content {
	color: #7F7F7F;
	font-size: 18px;
	height: 45px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	/*最新消息文字區*/
	#list_section .index_news_text_wrap {
		padding: 10px 20px 15px;
	}
	/*最新消息標題*/
	#list_section .index_news_title {
		font-size: 20px;
		height: 25px;
	}
	/*最新消息簡介和日期*/
	#list_section .index_news_content, #list_section .index_news_date {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	/*最新消息文字區*/
	#list_section .index_news_text_wrap {
		/* padding: 30px 20px; */
	}
	/*最新消息標題*/
	#list_section .index_news_title {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	/*最新消息文字區*/
	#list_section .index_news_text_wrap {
		padding: 5px;
	}
}