<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

html{
	overflow-x: hidden;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	padding:0;
	margin:0;
	color:#000000;
	background-image: url(../images/page-background.png);
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 18px;
	background-color: #ffffff;
	background-repeat: repeat;
}

h2 { font-size: 100%;}

/************************
Utilities
************************/
:root {
	--color-primary: #007BC1;
	--color-primary-light: #118752;
	--color-starbucks: #006f47;
	--color-treasures: #ad8b5b;
	--color-red: #d14040;
	--color-red-light: #e85858;
}
.my-element {
	--animate-delay: 0.5s;
  }
a {
	cursor: pointer;
}
small {
	font-size: 0.85em;
}
.color-inherit { color: inherit; }
.cs2 { color:#ffab9b; }
.cs4 { color:#888;font-size: 14px; }

.text-primary 		{ color: var(--color-primary); }
.text-treasures 	{ color: var(--color-treasures); }
.text-white 		{ color: #fff !important; }
.text-red 			{ color: var(--color-red); }
.text-black			{ color: #000 !important;}
.text-bg-white {
	background-color: #fff;
	padding: 4px;
	border-radius: 8px;
}
/* font size */
.fs-1 		{ font-size: 54px; }
.fs-2 		{ font-size: 32px; }
.fs-3 		{ font-size: 22px; }
.fs-4 		{ font-size: 16px; }
.fs-5 		{ font-size: 14px; }
.fs-18 		{ font-size: 18px; }
.fw-bold 	{ font-weight: 700; }
.fw-medium 	{ font-weight: 600; }
.fw-regular { font-weight: 500; }
/* text align */
.text-start.text-start.text-start	{ text-align: left; }	
.text-end 							{ text-align: right; }	
.text-center 						{ text-align: center; }	
/* special text */
.text-up-right-small {
	font-size: 0.65em;
	vertical-align: super;
}
/* line height */
.lh-sm { line-height: 1.2; }
/* position */
.position-relative { position: relative; }
.position-absolute { position: absolute; }
/* display */
.d-block 		{ display: block; }

/* flex */
.d-flex 					{ display: flex !important;justify-content: center;align-items: center; }
.flex-wrap 					{ flex-wrap: wrap; }
.flex-column 				{ flex-direction: column; }
.justify-content-between 	{ justify-content: space-between; }
.justify-content-center 	{ justify-content: center; }
.align-items-start			{ align-items: start; }
.align-items-center 		{ align-items: center; }
.align-items-stretch 		{ align-items: stretch; }

/* Spacing */
.mx-auto 					{ margin-inline: auto; }
.mx-2 						{ margin-inline: 8px; }

.mt-auto.mt-auto.mt-auto 	{ margin-top: auto; }
.mt-1 						{ margin-top: 10px; }
.mt-2 						{ margin-top: 20px; }
.mt-8 						{ margin-top: 32px; }
.mt-15 						{ margin-top: 60px; }

.mb-2 						{ margin-bottom: 8px; }
.mb-4 						{ margin-bottom: 16px; }
.mb-8 						{ margin-bottom: 32px; }
.mb-12 						{ margin-bottom: 48px; }
.mb-16 						{ margin-bottom: 64px !important; }

.me-2 						{ margin-right: 8px; }
.me-5 						{ margin-right: 20px; }

.ms-2.ms-2   				{ margin-left: 8px; }

.text-underline 			{ text-decoration: underline !important; }
.text-underline:hover 		{ text-decoration: underline; }

.h-100			  	{ height: 100%; }
.w-fitContent 		{ width: fit-content; }

ol.decimal.decimal.decimal &gt; li {
	list-style-type: decimal;
	text-indent: 0;
}
.shadow-primary {
	background-color: #fff;
	box-shadow: 3px 3px 8px rgba(61, 91, 47, 0.2);
}


@media only screen and (max-width: 767px) {
	.fs-1 	{ font-size: 32px; }
	.fs-3 	{ font-size: 18px; }
	.fs-18 	{ font-size: 16px; }
	.mb-8 	{ margin-bottom: 24px; }
}
/************************/
.p_pc { display: inline-block; }
i.p_pc { display: block; }	
.p_mo { display: none; }
.p_md { display: block; }
.m_md { display: none; }
@media screen and (max-width: 840px) {
	i.m_md { display: block; }		
}
@media screen and (max-width: 767px) {
i.p_pc,	
.p_pc { display: none; }

.p_mo { display: inline-block; }
i.p_mo { display: block; }	
	}	
@media screen and (max-width: 480px) {
	.p_md { display: none; }
}	
/************************/ 
.page-container, .page-wrapper {
	position: relative;
    padding: 0px; 
	margin: 0 auto; 
	word-wrap:break-word; 
	word-break:normal; 
	width: 970px; 
	z-index: 2;
	}

@media only screen and ( max-width:1280px ){ 
 	.page-wrapper { 
	width: 100%; 
	padding: 0 20px;
	}   
	.page-container{ 
	width: 100%; 
	padding: 0px 2%; 
	}
	
}	

/****************************/
.toggle-button {
	position: absolute; 
    display: none;
	float: right;
	top: 5px;
	right: 0;
	width: 53px;
    height: 53px;
    padding: 25px 14px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #000000;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #000000;
    margin: 8px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #000000;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(7px, 7px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(7px, -7px);
    transition: .2s;
    } 

@media only screen and (max-width: 992px) {
.toggle-button { 
	display: block;
	top: 5px;
    padding: 13px 14px;
	}
}
/************************
HEADER
************************/

header {
    position: fixed; 
	display: block;
	top: 0;	
	width: 100%;
    padding: 0px;
	background: #FFFFFF;
	z-index: 50;
	box-shadow: 3px 3px 4px 3px rgba(20%,20%,40%,0.2);
	}
	
header .h_share,	
header .h_logo {
    position: absolute; 
	display: block;
	}
	
header .h_logo {
	max-width: 240px;
	height: 80px;
	padding: 15px 0px;
	z-index: 51;
	height: 100%;
	}
header .h_logo a{
	height: 100%;
	display: block;
}	
header .h_logo img {
	position: relative; 
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 992px) {
header {
	min-height: 60px;
	}	
header .h_logo {
	max-width: 100%;
	width: 100%;
	height: 60px;
	}
header .h_logo img {
	max-width: 180px;
	}
}	
/************************/
nav.main_menu li,
nav.main_menu ul,
nav.main_menu {
    position: relative; 
	display: inline-block;
}
nav.main_menu {
	width: 100%;
	padding-left: 250px;
	padding-right: 0px;
	}
nav.main_menu ul {
	width: 100%;
    padding: 0px 0px;
	text-align: left;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
nav.main_menu li {
	text-align: center;
}

nav.main_menu li a {
    position: relative; 
	display: inline-block; 
	width: 100%;
	height: 100%;
	font-size: 16px; 
	line-height: 1.2em; 
	color: #000000;
	font-weight: 600;
    text-decoration: none;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	transition: 0.3s;
}

nav.main_menu li:hover a {
	color: #FFFFFF;
	background: #007BC1;
}

@media only screen and (max-width: 1280px) {
nav.main_menu li a {
	padding: 28px 10px;
	}
	nav.main_menu ul{
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 992px) {
nav.main_menu { 
    position: absolute;
    display: none;
	width: 100%;
	top: 60px; 
	left: 0;
	padding: 0px;
	z-index: 40;
	background: #FFFFFF;
	box-shadow: 3px 3px 4px 0px rgba(20%,20%,40%,0.2);
	}
nav.main_menu.open { 
    display: block;
	}
nav.main_menu ul {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 0px;
	}
nav.main_menu li {
	width: 100%;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	}
nav.main_menu li + li {
	
	}	
nav.main_menu li a,
nav.main_menu li:hover a {
	padding: 15px 0px;
	}
nav.main_menu li:hover a {
	color: #ffffff;
	background: #fb030e;
	}	
}
@media only screen and (max-width: 768px) {

}
/************************
KEY-VISUAL
************************/
.key-visual{
	background: url(../images/visual_lg.jpg)no-repeat center top;
	background-size: cover;
	position: relative;
	height: 750px;
	overflow: hidden;
}
.kvTitle{
	width: 650px;
	margin-top: 100px;
	position: relative;
}
.kvTitle-pic{
	width: 100%;
	position: absolute;
	left: -90px;
	top: 0;
}
.kvLion{
	background: url(../images/kv-lion.png)no-repeat bottom right;
	width: 754px;
	height: 780px;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -80px;
}


/* 內容開始 */
.smailTxt{
	font-size: 14px;
	color: #848484;
	text-align: left;
}
.smailTxt-deco{
	text-align: center;
}
/* 第一屏 */
.gdpWrap{
	width: 100%;
	margin: auto;
}
.gdpBox{
	width: 100%;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
	padding: 40px 20px;
}
.gdp-tabBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gdp-tab{
	padding: 0 6rem;
	text-align: center;
	margin: 0 5px;
	color: #d7d9da;
	border-bottom: 5px solid #d7d9da;
	font-size: 25px;
	font-weight: 700;
	position: relative;
}
.gdp-tab.active{
	color: #007BC1;
	border-bottom: 5px solid #007BC1;
	font-size: 25px;font-weight: 700;
}
.gdpContBox{
	margin-top: 20px;
	text-align: center;
	display: none;
}
.gdpContBox img{
	width: 100%;
	margin: auto;
	padding: 0px 0 20px;
}

/* 第二屏--三大核心 */
.coreWrap{
	background: url(../images/core-bg.jpg)no-repeat top center;
	width: 100%;
	height: 530px;
	background-size: cover;
	margin: 50px 0;
	padding: 20px;
	overflow: hidden;
}
.contTitle{
	font-size: 41px;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.title-deco{
	color: #007BC1;
}
.coreBox{
	background: url(../images/core-line.png)no-repeat center top;
	width: 975px;
	height: 380px;
	background-size: contain;
}
.coreFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -100px auto 20px;
}
.coreItem{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 206px;
	height: 206px;
	margin-top: -80px;
}
.coreItem1{
	background: url(../images/core-box.png)no-repeat center;
	background-size: contain;
}
.coreItem2{
	background: url(../images/core-box2.png)no-repeat center;
	background-size: contain;
	margin-top: 200px;
	height: 230px;
}
.coreItem3{
	background: url(../images/core-box3.png)no-repeat center;
	background-size: contain;
}
.coreItem img{
	width: 40px;
}
.coreItem-title{
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
}
.coreItem-smTxt{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
/* 第三屏 步步向前 */
.cont-title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	gap: 1rem;
}
.cont-title img{
	width: 32px;
}
.smGtp{
	display: inline;
	font-size: 14px;
	position: absolute;
	line-height: 1;
	border-radius: 50px;
	color: #fff;
	padding: 8px;
	bottom: 10px;
	right: 15px;
	background-color: #D7D9DA;
}
.smGtp.active{
	background-color: #007BC1;
}
.smGtp::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #D7D9DA;
	clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
	display: block;
	position: absolute;
	left: 0;
	transform: rotate(-140deg);
}
.smGtp.active::after {
	background-color: #007BC1;
}
.br-deco{
	display: block;
}
/* 第四屏 三大必買理由 */
.buyWrap{
	background: url(../images/buy-bg.jpg)no-repeat top center;
	width: 100%;
	height: 470px;
	background-size: cover;
	margin: 50px 0;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.gold-lion{
	background: url(../images/gold-lion.png)no-repeat bottom left;
	width: 315px;
	height: 460px;
	position: absolute;
	left: -80px;
	bottom: -50px;
	background-size: contain;
}
.contTitle{
	font-size: 41px;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.buyFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 20px 20px;
	gap: 10px;
}
.buyItem{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100px;
	padding: 20px;
	gap: 20px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	transition: 0.3s;
}
.buyItem:hover{
	margin-top: -20px;
}
.buyItem::after{
	content: "";
	display: block;
	width: 235px;
	height: 235px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 500px;
	z-index: -1;
}
.buyItem1::after{
	background-color: #007BC1;
}
.buyItem2::after{
	background-color: #E3B448;
}
.buyItem3::after{
	background-color: #66C8FF;
}
.buyItem img{
	width: 58px;
}
.buyTxtBox{
	border-left: 1px solid #EAEAEA;
	padding-left: 20px;
}
.buyItem-title{
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}
.buyItem-smTxt{
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.buyItem-title1{
	font-weight: bold;
	background-image: linear-gradient(to left, #003F78, #007BC1, #007BC1,#003F78);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #000;
}
.buyItem-title2{
	font-weight: bold;
	background-image: linear-gradient(to left, #D77A21, #E3B448, #E3B448,#D77A21);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #000;
}
.buyItem-title3{
	font-weight: bold;
	background-image: linear-gradient(to left, #007BC1, #66C8FF, #66C8FF,#007BC1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #000;
}
/* 詳情按鈕 */
.moreBtn-Box{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 50px 0px;
	flex-wrap: wrap;
}
.moreBtn{
	padding: 10px 20px;
	width: 215px;
	height: 50px;
	text-align: center;
	font-weight: 700;
	line-height: 1.8;
	cursor: pointer;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}
.moreBtn-red{
	background: linear-gradient(to right, rgba(138,29,21,1) 0%,rgba(177,40,27,1) 38%,rgba(177,40,27,1) 73%,rgba(103,19,14,1) 100%);
    color: #fff;
    text-shadow: black 4px 4px 10px;
    transition: 0.3s;
}
.moreBtn-sil{
	background: linear-gradient(110deg, rgba(239,237,234,1) 0%,rgba(231,229,226,1) 11%,rgba(193,190,194,1) 33%,rgba(247,247,247,1) 55%,rgba(194,192,194,1) 73%,rgba(179,179,180,1) 100%);
	color: #0C2145;
	transition: 0.3s;
}
.moreBtn-red:hover,.moreBtn-sil:hover{
	background: #D32D24;
	color: #fff;
	text-shadow: black 4px 4px 10px;
}
/* 近五年股利率 */
.rateBox img{
	width: 100%;
}

/* 注意事項 */
.notBox{
	background: linear-gradient(to top, #D3D1D3,#fff);
}
.notTxt{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding:0 0 50px;
}
.notTxt-blue{
	color: #2500F5;
}
.notTxt-red{
	color: #E8381D;
}
@media screen and (max-width: 1820px){
	/* kv */
	.kvTitle-pic{
		width: 100%;
		position: absolute;
		left: -250px;
		top: 0;
	}
}
@media screen and (max-width: 1550px){
	/* kv */
	.kvLion {
		width: 700px;
        height: 820px;
        bottom: -80px;
        right: -200px;
	}
	.kvTitle img{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1300px){
	/* 第二屏--三大核心 */
	.coreBox {
		width: 100%;
		height: 380px;
	}

}
@media screen and (max-width: 1000px){
	/* kv */
    .kvLion {
        width: 550px;
        height: 820px;
        bottom: 50px;
    }
	.kvTitle-pic{
		left: -100px;
	}
	.kvTitle img{
		width: 90%;
	}
	/* 第四屏 三大必買理由 */
	.buyWrap{
		height: 720px;
	}
	.buyFlex{
		justify-content: center;
		flex-wrap: wrap;
		gap: 70px;
		margin: auto;
	}
	.buyItem{
		width: 50%;
	}
	.buyItem::after{
		height: 180px;
		width: 180px;
	}
}
@media screen and (max-width: 920px){
		/* kv */
		.key-visual{
			height: 1000px;
		}
		.kvLion {
			width: 450px;
			height: 820px;
			bottom: 0px;
			right: 0;
		}
		.kvTitle {
			display: flex;
			justify-content: center;
		}
		.kvTitle-pic{
			left: 0px;
		}
		.kvTitle img{
			width: 100%;
		}
		.d-flex{
			justify-content: center;
		}
}
@media screen and (max-width: 830px){

	/* 第一屏 */
	.gdpContBox img{
		width: 100%;
		padding: 0px 0 20px;
	}
	.gdpBox{
		padding: 40px 10px;
	}
	.gdp-tab{
		font-size: 18px;
		padding: 0 20px;
	}
	.gdp-tab.active{
		font-size: 18px;
	}
	/* 第二屏--三大核心 */
	.coreItem-title{
		font-size: 25px;
	}
	/* 第二屏--三大核心 */
	.coreWrap{
		padding: 20px 0;
	}
	.coreBox {
		background-size: cover;
	}
	.coreFlex {
		justify-content: center;
		align-items: flex-end;
		flex-wrap: wrap;
		gap: 20px;
		margin: 20px auto;
	}
	.coreItem{
		margin-top: 0;
	}
	.coreItem1{
		background: url(../images/core-box-m1.png)no-repeat center;
		background-size: contain;
	}
	.coreItem2{
		background: url(../images/core-box-m2.png)no-repeat center;
		background-size: contain;
		margin-top: 0;
		height: 206px;
	}
	.coreItem3{
		background: url(../images/core-box-m3.png)no-repeat center;
		background-size: contain;
	}
	/* 第三屏 步步向前 */
	.br-deco{
		display: inline;
	}
	.contTitle-deco{
		margin-bottom: 40px;
	}
	.smGtp{
		width: 100%;
		border-radius: 5px;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.smGtp::after {
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
		bottom: -5px;
	}
}
@media screen and (max-width: 700px){
	.contTitle{
		font-size: 30px;
	}
	.cont-title img{
		width: 20px;
	}
	/* 第二屏--三大核心 */
	.coreWrap{
		height: 700px;
	}
	.coreFlex{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	/* 第四屏 三大必買理由 */
	.buyItem{
		width: 100%;
	}
	.buyFlex {
        gap: 20px;
    }
	.buyItem::after{
		display: none;
	}
	.buyItem img{
		width: 40px;
	}
	.gold-lion {
		width: 250px;
		left: 0px;
		bottom: -130px;
	}
}
@media screen and (max-width: 650px){
	.smailTxt{
		font-size: 12px;
	}
	/* kv */
	.kvTitle img{
		width: 100%;
	}
	/* 第一屏 */
	.gdpContBox{
		text-align: left;
	}
	.dtelTxt{
		font-size: 14px;
	}

	/* 第二屏--三大核心 */
	.coreBox{
		background: none;
		height: 100%;
	}
	/* 第四屏 三大必買理由 */
	.buyItem-title{
		font-size: 22px;
	}
	.buyItem{
		gap: 10px;
	}
	.buyTxtBox{
		padding-left: 10px;
	}
	/* 浮動按鈕 */
	#go_ban{
		right: -15px;
	}
	.go_link img{
		width: 45px;
	}
}
@media screen and (max-width: 525px){
	.key-visual{
		height: 900px;
	}
	.kvTitle{
		width: 470px;
	}
	.kvLion {
        bottom: 0px;
    }
}
@media screen and (max-width: 470px){
	/* kv */
	.key-visual{
		height: 750px;
	}
	.kvTitle{
		width: 430px;
		margin-top: 75px;
	}
    .kvLion {
        width: 100%;
		right: -90px;
		bottom: -40px;
    }
	/* 近五年股利率 */
	.rateWrap{
		padding-top: 20px;
	}

	/* 第二屏--三大核心 */
	.coreWrap{
		height: 900px;
	}
	/* 第四屏 三大必買理由 */
	.buyWrap {
        height: 770px;
		margin: 50px 0 0;
    }
}
@media screen and (max-width: 390px){
	/* kv */
	.key-visual{
		height: 680px;
	}
	.kvTitle{
		width: 360px;
		margin-top: 75px;
	}
	/* 第一屏 */
	.gdp-tab{
		padding: 0 10px;
	}
}
@media screen and (max-width: 370px){
	/* kv */
	.key-visual{
		height: 630px;
	}
	/* 第二屏--三大核心 */
	.coreWrap{
		height: 950px;
	}
}
/************************
block
************************/
.block .h5,
.block .h4,
.block .h3,
.block .h2,
.block { 
	position: relative;
	/* display: inline-block; */
    width: 100%;	
	}

.block .h5,
.block .h4,
.block .h3,
.block .h2 { 
	font-weight: 900; 	
	line-height: 1.2em;
	}	

.block .h2 { 
	font-size: 28px;
	}
.block .h2s { 
	font-size: 22px;
	line-height: 1.2em;
	}
.block .h3 { 
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	margin-bottom: 20px;
	}
.block .h3 span {
	font-size: 20px;
	line-height: 2em;	
	color: #d87f00; 
	padding: 8px 0px;
	border-top: 2px dotted #d87f00; 
	border-bottom: 2px dotted #d87f00; 
	}
.block .h4 { 
	font-size: 18px; 
	line-height: 1.4em;
	width: 80%;
	margin: 0 10%;
	font-weight: normal;
	}

.block .h8 { 
	font-size: 16px;
	width: 100%;
	
	color: #999999;
}

@media only screen and (max-width: 767px) {
.block .h2 { 
	font-size: 20px; 
	line-height: 1.7em;	
	}
.block .h3 span {
	font-size: 17px;
	line-height: 2em;	
	}
.block .h2s { 
	font-size: 24px;
	line-height: 1.6em;
	padding: 0 8%;
	}
.block .h4 { 
	font-size: 16px; 
	line-height: 1.6em;
	width: 90%;
	margin: 0 5%;
	}	
}	
.block .h5 { 
	font-size: 20px;
	}
.block .h8 { 
	font-size: 15px;
	}
.key-visual .bg_01 { 
	background-image: url('../images/bg-wave-01.png');	
	position: absolute; 
	display: block;
	width: 100%;
	height: 320px; 
	background-repeat: no-repeat; 
	background-position: center bottom;
	background-size: cover;
	bottom: -80px;
}

@media screen and (max-width: 768px){
	.block .bg_01,
	.block .bg_02,
	.block .bg_03 {
		height: 120px; 
	}
	.key-visual .bg_01 { 
		height: 220px; 
	}
}
.block .bgpic { 
    position: absolute; 
	display: block;
	width: 100%;
	max-height: 600px;
	z-index: 1;
	margin-top: -80px;
	overflow-x: clip;
	}
	
.block .bgpic img  { 
    position: relative;
	display: inline-block;
	}
.block .bgpic img.bgp-01  { 
	float: right;
	margin-right: -20px;
	max-height: 450px;
	}
.block .bgpic img.bgp-02  { 
	float: left;
	max-width: 640px;
	margin-top: -280px;
	margin-left: 0px;
}	
.block .bgpic img.bgp-03  { 
	float: right;
	margin-top: 180px;
	margin-right: 20px;
	max-width: 140px;
	}
.block .bgpic img.bgp-04  { 
	float: right;
	max-height: 500px;
	margin-top: -50px;
	margin-left: 0px;
}
.block .bgpic img.bgp-04.plane  { 
	float: right;
	max-height: 130px;
	margin-top: 0px;
	margin-right: -100px;
}
	
.block .box_icon {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}	
.block-title {
	text-align: center;
	font-size: 3rem;
	color: #000;
	margin-bottom: 20px;
}	
@media only screen and (min-width: 2000px) {
	.block .bg_01 { 
		height: 210px;
		background-size: cover;
		background-position: center top;
	}
}
@media only screen and (max-width: 992px) {
	.block .bgpic img.bgp-01  { 
		margin-top: 80px;
		max-height: 350px;
	}
	.block .bgpic img.bgp-02  { 
		max-width: 480px;
		margin-top: -190px;
	}	
	.block .bgpic img.bgp-04  { 
		max-height: 400px;
		margin-top: 50px;
	}
	.block .bgpic img.bgp-04.plane  { 
		max-height: 100px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.block .bgpic img.bgp-01  { 
		margin-top: 180px;
		max-height: 250px;
	}
	.block_02 .bgpic img.bgp-01  { 
		max-height: 150px;
	}
	.block .bgpic img.bgp-02  { 
		max-height: 250px;
		margin-top: -100px;
	}
	.block .bgpic img.bgp-03  { 
		margin-top: 100px;
		margin-left: 0px;
		max-height: 230px;
	}
	.block .bgpic img.bgp-04  { 
		max-height: 300px;
		margin-top: 150px;
	}
	.block .bgpic img.bgp-04.plane  { 
		margin-right: -240px;
	}
}		
@media only screen and (max-width: 576px) {
	.block .bgpic img.bgp-01  { 
		margin-top: 220px;
	}
	.block .bgpic img.bgp-02  { 
		margin-top: -80px;
	}
	.block .bgpic img.bgp-04  { 
		max-height: 300px;
		margin-top: 280px;
	}
	.block .bgpic img.bgp-04.plane  { 
		margin-right: -240px;
	}
	.block-title {
		font-size: 24px;
	}	
}
/*******************/
.block_01 {
	text-align: center;
	background: #ffffff;
	padding-top: 40px;
}
.block_01 .page-container {
	max-width: 868px;
}
.block_01 .row {
	margin-inline: -2.5%;
	overflow-x: clip;
}

.block_01 .block_btn {
	margin-top: 20px;
}
.block_01 .slick-dots {
	position: relative;
	top: 0;
}
.block_01 .slick-slide {
	padding-inline: 10px;
	padding-bottom: 20px;
}
.block_01 .slick-next{
	right: -20px;
	z-index: 5;
}
.block_01 .slick-prev {
	left: -20px;
	z-index: 5;
}
.block_01 .slick-slide &gt; div { height: 100%; } 

.block_01 .slick-track{
    display: flex !important;
}

.block_01 .slick-slide{
    height: inherit !important;
}

.block_01 .box-slider {
	padding: 0 8%;
}
.mobilepopup.open  .cta {
	max-width: 140px;
	display: block;
}
.mobilepopup.open .cta img{
	max-width: 100%;
	display: block;
}
.pop_R{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.pop_R h1,.pop_R h3,.pop_R p{
	text-align: center;
}
.pop_R p{
	font-weight: 500;
	font-size: 20px;
}
.pgim-txt{
	padding:50px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.pgim-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pgim-title img{
	width: 50px;
}
.pgim-detl{
	padding: 0px 20px 0;
	max-width: 880px;
}
.pgim-detlFlex{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding-bottom: 20px;
}
.pgim-detlFlex a{
	display: inline-block;
	background-color: #07639d;
	color: #fff;
	font-weight: 700;
	padding: 5px;
	width: 200px;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	margin: auto;
	font-size: 22px;
}
/* .pgim-txt ol{
	list-style: none;
}
.pgim-txt ol li{
	position: relative;
	font-size: 25px;
	padding: 10px 0;
}
.pgim-txt ol li::after{
	content: "";
	display: block;
	width: 12px;
	height: 5px;
	background-color: #07639d;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
} */
.pgim-contact{
	width: 100%;
	background: linear-gradient(to right, #007bc1,#82d2ff);
	padding: 40px;
}
.pgim-contact p{
	color: #fff;
	padding-top: 0;
}
.pgim-contact span{
	font-size: 28px;
	font-weight: 700;
}
@media only screen and (max-width:1100px){ 
	.block_01 .box-slider {
		padding: 0 4%;
	}
	
}
@media only screen and (max-width:992px){ 
	.block_01 {
		padding-top: 20px;
	}
	.block_01 .box-slider {
		padding: 0 2%;
	}
	.announce-box {
		width: 80%;
	}
	.pgim-detlFlex{
		grid-template-columns: repeat(2,1fr);
	}
	.pgim-detlFlex a{
		width: 100%;
	}
}
@media only screen and (max-width:768px){ 
	.block_01 {
		overflow-x: clip;
	}
	.block_01 .d-flex {
		flex-wrap: wrap;
	}
	.block_01 .row {
		flex-direction: column;
		align-items: center;
	}
	.block_01 .box_01 {
		width: 90%;
		margin-bottom: 40px;
	}
	.announce-box .main{
		font-size: 16px;
	}
	.announce-box .h3 {
		font-size: 18px;
	}

	.block_01 .box-slider {
		padding: 0;
	}
	.block_01 .slick-next{
		right: -12px;
	}
	.block_01 .slick-prev {
		left: -12px;
	}
	.block_01 .page-container {
		max-width: calc(100% - 40px);
	}
}
@media only screen and (max-width:576px){ 
	.announce-box {
		width: 100%;
		padding: 20px 20px 5px 20px;
	}
	
	.block_01 .h2s  {
		font-size: 20px;
		line-height: 1.4em;
	}
	.block_01 .img-container.new {
		max-width: 50%;
	}
	.block_01 .slick-slide &gt; div { height: auto; } 
	.block_01 .slick-slide{
		height: auto !important;
		padding-inline: 0;
	}
	.block_01 .box_01 {
		margin-bottom: 20px;
	}
	.pgim-contact{
		padding: 20px;
	}
	.pgim-txt{
		gap: 0px;
		flex-direction: column;
	}
	.pgim-title img{
		width: 35px;
	}
	.pgim-detl{
		padding: 0;
	}
	.pgim-detlFlex{
		grid-template-columns: repeat(1,1fr);
	}
	.pgim-detlFlex a{
		width: 70%;
		font-size: 18px;
	}
}
/************************/
.slider03 .child,
.block_02 .box_02,
.block_02 .box_01 .pic,
.block_02 .box_01,
.block_02 { 
	position: relative;
    width: 100%;
	}
.block_02 { 
	padding-top: 20px;
}
.block_02 .page-wrapper {
	width: min(970px,100% - 60px);
}
.block_02 .h2 { 
	position: relative;
	display: inline-block;
	line-height: 1.4em;
    width: 100%;
	padding-bottom: 10px;
	text-align: center;
	}
.block_02 .tabs{
	margin-bottom: 80px;
}	
.block_02 .tabs .tabs-tags {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 73%;
	text-align: center;
	display: flex;
	justify-content: center;
	border-radius: 50px;
	padding: 6px;
}
.block_02 .tabs .tabs-tags a {
	display: block;
	border-radius: 12px;
	color: #333333;
	padding: 10px 8px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.5);
	/* border: 2px solid #fff; */
}
.block_02 .tabs-2 .tabs-tags {
	max-width: 300%;
	display: block;
}
.block_02 .tabs .tabs-tags a.active {
	background-color: var(--color-primary);
	color: #fff;
	box-shadow: 3px 3px 8px rgba(255, 96, 66, 0.2);
	font-size: 16px;
}
.block_02 .tabs-1 .tabs-tags a {
	width: 49%;
	margin: 0 0.5%;
}
.block_02 .tabs-2 .tabs-tags a {
	width: 140px;
	margin: 0 0.2%;
	display: inline-block;
}
.card-horizontal {
	text-align: center;
	padding: 32px 20px;
	border-radius: 20px;
	width: 46%;
	margin: 2%;
}
.card-horizontal .card-content{
	text-align: left;
}
@media screen and (max-width: 768px){
	.card-horizontal .card-content{
		text-align: inherit;
	}
}
.slider03 .child { 
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 40px;
}
.slider03 .child .box-content {
	width: 47%;
	z-index: 1;
	position: relative;
}


.slider03 .child .txt_box{
	max-width: 100%;
} 
.slider03 .child .title{ 
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 32px;
}
.slider03 .child .title.sm{ 
	font-size: 28px;
}
.slider03 .child .dec {
	margin-right: 16px;
	max-width: 100%;
}
.slider03 .child .h2{ 
	/* margin-bottom: 10px; */
	text-align: left;
}

.block .box_dg {
	margin-top: 10px;
	border-top: 2px dotted #d87f00;
	display: block;
	width: fit-content;
	position: relative;
	padding: 12px 0;
	font-size: 15px;
}

.block_02 .box-logo {
	max-width: 140px;
	display: inline-block;
}
.block_02 .slider {
	z-index: 3;
	position: relative;
}
.block_02 .slick-dots {
	top: auto;
	bottom: -30px;
}
.block_02 .slider-nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 868px;
	text-align: center;
	display: flex;
	justify-content: center;

	/* padding: 6px 20px; */
}
.block_02 .slider-nav .slick-list::before,
.block_02 .slider-nav .slick-list::after {
	content: '';
	display: block;
	width: 40px;
	height: 100px;
	top: -10px;
	z-index: 2;
	position: absolute;
}
.block_02 .slider-nav .slick-list::before {
	left: 0;
	background: rgb(227,239,227);
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3efe3",endColorstr="#e3efe3",GradientType=1);
}	
.block_02 .slider-nav .slick-list::after {
	right: 0;
	background: rgb(227,239,227);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3efe3",endColorstr="#e3efe3",GradientType=1);
}	
.block_02 .slider-nav .tab-title{
	padding: 0 1rem;
    text-align: center;
    margin: 0 5px;
    color: #d7d9da;
    border-bottom: 5px solid #d7d9da;
    font-size: 25px;
    font-weight: 700;
}
.block_02 .slider-nav .tab-title-sm{
    font-size: 18px;
}
.block_02 .slider-nav .icon{
	width: 40px;
	color: #cccccc;
}
.block_02 .slick-slide {
	opacity: 1;
	margin: 0 4px;
	padding: 0 3px;
}
.block_02 .slider-for .slick-list {
	margin-left: 10px;
}
.block_02 .slick-slide.slick-center .tab-title{
	color: #007BC1;
    border-bottom: 5px solid #007BC1;
    font-size: 25px;
    font-weight: 700;
}
.block_02 .slick-slide.slick-center .icon{
	color: var(--color-primary);
}
/* 影音精選區 */
@media only screen and (max-width: 992px) {	
	.slider03 .child { 
		border-radius: 15px;
	}
	.block_02 .tabs .tabs-tags {
		max-width: 90%;
	}
	.block_02 .tabs .tabs-tags a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {	
	.slider03 .child {
		text-align: center;
		margin-inline: auto;
	}
	.slider03 .child .box-content {
		width: 100%;
	}
	.slider03 .child .block_btn {
		margin-bottom: 220px;
	}
	.slider03 .child .title,
	.slider03 .child .title.sm{ 
		font-size: 24px;
	}
	.block .box_dg {
		width: 100%;
	}
	.slider03 .child .box-bg {
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0;
	}
	.block_02 .row {
		flex-wrap: wrap;
	}
	.card-horizontal {
		width: 100%;
	}
	.block_02 .slider-nav {
		max-width: 100%;
	}
	.block_02 .slider-nav .tab-title{
		font-size: 16px;
		width: 100%;
	}
}
@media only screen and (max-width: 600px){
	.block_02 .slick-slide.slick-active .tab-title{
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {	
	
	.slider03 .child .txt_box{
		font-size: 16px;
		max-width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.slider03 .child .box_inner.right{
		margin-top: 20px;
	}
	.slider03 .child .h2 {
		text-align: center;
	}
	.slider03 .child { 
		padding: 20px 8px;
	}

	.slider03 .child .dec{ 
		max-width: 100px;
	}
	.block_02 .tabs-1 .tabs-tags {
		width: 90%;
	}
	.block_02 .slider-nav .tab-title{
		padding: 6px 0;
	}
	.block_02 .slick-slide {
		width: fit-content;
	}
	.block_02 .tabs-2 .tabs-tags a {
		width: 49%;
		margin: 0.5%;
	}
	.slider03 .child .block_btn {
		margin-bottom: 160px;
	}
	.block_02 .slider-nav .slick-list::before,
	.block_02 .slider-nav .slick-list::after {
		width: 30px;
	}
	.block_02 .slider-nav .slick-list::after {
		right: -5px;
		/* background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,250,243,1) 68%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,250,243,1) 68%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,250,243,1) 68%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fffaf3",GradientType=1); */
	}
	.block_02 .slider-nav .slick-list::before {
		/* background: rgb(255,255,255);
		background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,250,243,1) 68%);
		background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,250,243,1) 68%);
		background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,250,243,1) 68%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fffaf3",GradientType=1); */
	}

}

.block_02 .txt01  { 
	position: relative;
	display: inline-block;
    min-width: 450px;
	margin: 5px 0px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 900;
	color: #000000; 
	}
.block_02 .txt01  { 
	color: #000000; 
	text-align: center;
	padding: 0px 10px;
	margin: 2px 0px;
	}
@media only screen and (max-width: 1024px) {	
.block_02 .txt01  { 
    min-width: 98%;
	width: 98%;
	margin: 5px 1%;
	}
}
	
.block_02 .txt01 span {
	position: relative;
	display: inline-block;
	width: 30px;
    height: 30px;
	font-size: 36px;
	line-height: 20px;
	transform: rotate(90deg) translate( 0px, -3px);
}



@media only screen and (max-width: 767px) {	

	.block_02 .pic img { 
		width: 50px;
		max-width: 200px;
	}
	.block_02 .txt01  { 
		font-size: 18px;
		min-width: auto;
		width: 84%;
		margin: 2px 8%;
	}
	.block_02 .h2s  {
		font-size: 20px;
		line-height: 1.4em;
	}
}


/*********block_04***************/

.block_04 li,
.block_04 ul {          
	position: relative;
	display: inline-block;
    width: 100%;
	margin-top: 20px;
	}
.block_04 li { 
    width: 50%;
	}


@media only screen and (max-width: 767px) {	
.block_04 li { 
    width: 100%;
	}
}

.block_04 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
    color: #000000;
    background: #f8f9f0;
}


.block_04 .block_btn,
.block_04 .h2{ 
	margin: 15px 0px;
}
.block_04 .block_btn { 
	margin-bottom: 80px;
}

.block_04 .box_02 { 
	position: relative;
	display: inline-block;
	float: left;	
    width: 100%;
	padding: 20px 4%;
}
.block_04 .box_02 { 
	padding-top: 80px;
}
.block_04 .box_05 .h2,	
.block_04 .box_02 .h2 { 
	padding-top: 30px 0px;
	text-align: center;
}
	
/* 影音精選區 */
.vidBox{
	background: url(../images/vid-bg.jpg)no-repeat center top;
	width: 100%;
	height: 650px;
	background-size: cover;
	margin: 50px 0;
	padding: 20px 0;
	position: relative;
}
/************************/		
.block_04 .box_05 { 
	text-align: center;
	padding-inline: 8px;
	}
.block_04 .box_06 .cs01,
.block_04 .box_05 .cs01 { 
	color: #ff694e;
	font-weight: 900;
	}
.block_04 .box_05 .cs01 { 
	font-size: 24px;
	}
	
.block_04 .box_05 .tt { 
	font-size: 18px;
	}	
.block_04 .box_05 .dd { 
	font-size: 16px;
	}	
	
.block_04 .box_06 { 
	text-align: center;
	padding: 20px 10%;
	padding-left: 8%;
}
.block_04 .box_06 .pic,	
.block_04 .box_06 .txt,
.block_04 .box_06 .bbox { 
	position: relative;
	display: inline-block;	
	}
.block_04 .box_06 .bbox { 
	min-height: 320px;
	padding: 15px 10px;
	margin: 10px 10px;
	border-radius: 20px;
}
.block_04 .box_06 .pic { 
	min-height: 120px;
	}	
.block_04 .box_06 .pic img { 
	width: 100%;
	max-width: 200px;
	}
	
.block_04 .box_06 dt { 
	font-size: 20px;
	line-height: 1.6em; 
	font-weight: 700; 
	}
.block_04 .box_06 dd { 
	min-height: 80px;
	font-weight: 500;
	}
	
.block_04 .box_06 a:hover,
.block_04 .box_06 a {
	color: inherit;
}

.block_04 .box_06 .slick-next {
	right: -36px
	}
.block_04 .box_06 .more { 
	border: 1px solid var(--color-red);
	background: var(--color-red);
	color: #fff;
	font-weight: 600; 
	margin-top: 10px;
	padding: 3px 15px;
	border-radius: 30px;
	display: inline-block;
}
.block_04 .box_06 .more:hover { 
	border: solid 1px var(--color-red-light);
	background-color: var(--color-red-light);
	
}
.block_04 .box_06 a.btn_c01:hover {
	color: #ffffff;
	}	
.banner {
	max-width: 80%;
}
	
.upbox_504,
.upbox_503,		
.upbox_502,
.upbox_501 {
	position: relative;
	display: inline-block;
	width: 100%;
	
	}
.upbox_504,
.upbox_503,		
.upbox_502 {font-weight: 500;}
.upbox_501 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 2.4em;
	height: 400px;
	max-height: 400px;
	text-align: center;
	background-image: url('../images/pop_b01.jpg');
	background-repeat: no-repeat; 
	background-position: center top;
	background-size: cover;
	padding: 20px;
	margin-bottom: 50px;
}

.upbox_501 h4{font-size: 28px; }
.upbox_501 .subtitle{font-size: 18px; font-weight: 400;}

.upbox_503,		
.upbox_502 {
	margin: 20px 0px;
	padding: 25px 10%;
	border: solid 1px #ffffff;
	border-radius: 15px;
	}

.upbox_502 .txt {
	float: left;
	width: 60%;
	padding-top: 13%;
}
	
.upbox_502 .pic {
	float: right;
	width: 30%;
	text-align: center;
	}
.upbox_502 .pic img {
	display: inline-block;
	width: 90%;
	}	
.upbox_503 {
	background-color: #ffffff;
	text-align: center;
	}
	
.upbox_503 .tc503 {
	color: #000000;
	}	
	
.upbox_504 {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
}
.upbox_504 li a{
	text-decoration: underline;
}
@media only screen and (max-width: 992px) {

.upbox_502 .txt {
	padding-top: 18%;
	}
}	
@media only screen and (max-width: 767px) {
.upbox_502 .txt,
.upbox_502 .pic {
	width: 100%;
	padding-top: 20px;
	}
	.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .upbox_501 h4{font-size: 24px; }
	.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .upbox_501 .subtitle{font-size: 16px;}
}
@media only screen and (max-width: 480px) {
	.upbox_501 {
		background-position: center bottom;
		background-size: cover;
	}
	.upbox_504 {
		font-size: 14px;
	}
}
	
/************************/		
.block_04 .box_03 .more { 
    width: 100%;
	text-align: right;
	padding-right: 10px;
	}
/************************/
.block_04 .box_03 dd,
.block_04 .box_03 .pic,
.block_04 .box_03 { 
	position: relative;
	display: inline-block;	
	}

.block_04 .box_03 { 
	float: left;	
    width: 100%;
	min-height: 650px;
	padding: 20px 14%;
	padding-top: 0;
	text-align: center;
	/*overflow: hidden;*/
	position: relative;
	z-index: 3;
}

.slider {
	width: 96%;
	margin: 20px auto;
}
.slick-slide { margin: 0px 20px; }
.slick-slide img { max-width: 100%; }

.slick-prev:before,
.slick-next:before { 
position: relative;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 30px;
/* background-color: #c40000; */
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }

.block_04 .box_03 dd { 
	width: 100%;
	max-width: 740px;
	height: 60px;
	line-height: 1.6em;
	padding-top: 20px;
	padding-left: 60px;
	text-align: left;
	}
.block_04 .box_03 dd span { 
	position: absolute;
	display: inline-block;
	width: 50px;
    left: 0px;	
	}	
.block_04 .box_03 dd span img { 
	display: inline-block;	
	width: 100%;
	margin-top: -10px;
	}
.block_04 .box_03 a:hover,
.block_04 .box_03 a {
	color: #000000;
	}
@media only screen and (max-width: 992px) {	
	.block_04 .box_03 { 
	margin-top: 0px;
	min-height: 500px;
	}
}	
@media only screen and (max-width: 767px) {	
	.block_04 .box_03 { 
	width: 100%;
	margin-top: 0px;
	padding: 0px 10px;
	min-height: 350px;
	}
	.block_04 .box_03 .pic { 
	width: 100%;
	}
	.block_04 .box_03 .pic img { 
    width: 100%;
	}
	.block_04 .slider {
        width: 90%;
        margin: 0px auto;
    }
	.block_04 .block_btn { 
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 480px) {	
	.block_04 .box_03 { 
	min-height: 350px;
	}
	.block_04 .box_03 .pic { 
	width: 100%;
	}
	.block_04 .box_03 .pic img { 
    width: 100%;
	}
    .block_04 .slider {
        width: 90%;
        margin: 0px auto;
    }
}

/************************/
.block_06 .box_01 .pic,
.block_06 .box_01,
.block_06 { 
	position: relative;
	display: inline-block;
    width: 100%;
	}
.block_06 { 
	/* background: #EFEFEC; */
	line-height: 2em;
}
	
.block_06 .box_01 { 
	padding: 20px 5%;
	line-height: 1.6em; 
	}
	
.block_06 .box_01 .pic { 
    padding: 20px 0px;
    text-align: center;
	}	
.block_06 .box_01 .pic img { 
    display: inline-block;
	max-width: 320px;
	}	
.block_06 .h2 { 
    text-align: center;
    }
.block_06 .subtitle {
	width: 20%;
}
.block_06 .content {
	width: 80%;
}
.block_06 .card {
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 20px;
}
.block_06 .block_btn { 
    text-align: center;
	padding: 5px 0px;
    }
.block_06 .page-wrapper {
	width: 960px
}

.block_06 .card_popup {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 0 10%;
	margin-bottom: 30px;
	z-index: 10;
	position: relative;
}	
.block_06 .list {
	margin-left: 1em;
}

.block_06 .card_popup a .icon{
	height: 30px;
	margin-right: 8px;
}
.block_06 .card_popup a{
	width: 30%;
	border: 1px solid var(--color-primary);
	border-radius: 50px;
	padding: 8px 0;
}
.block_06 .card_popup a:hover{
	background-color: var(--color-primary);
	color: #fff;
}
@media only screen and ( max-width:1280px ){ 
.block_06 .page-wrapper { 
   width: 100%; 
   }   
}
@media only screen and (max-width: 768px) {	
	.block_06 .h2 { font-size: 24px; }
	.block_06 .box_01 .pic img { 
		max-width: 260px;
	}
	.block_06 .box_01 { 
		padding: 20px 6%;
	}	
	.block_06 .card_popup {
		padding: 0 8%;
	}
	.block_06 .card_popup a{
		width: 50%;
		line-height: 1.5;
	}
	.block_06 .card {
		flex-direction: column;
		padding: 20px 24px;
	}
	.block_06 .subtitle,
	.block_06 .content  {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {	
	
	.block_06 .card_popup {
		padding: 0;
	}
	.block_06 .card_popup a img{
		height: 32px;
	}
	.block_06 .card_popup a{
		padding: 8px;
		font-size: 15px;
	}
	/* 影音精選區 */
	.vidBox{
		height: 550px;
		background-size: cover;
		margin: 0;
}
}


/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
	z-index: 1;
    }


.btn {
	position: relative;
	display: inline-block;
	
	margin: 5px 0px;
    min-height: 22px; 
	line-height: 1.2em; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 700; 
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 0px;
    }

.btn_c01 { 
	font-size: 18px;   
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff; 
	border: 1px solid var(--color-red); 
	background-color: var(--color-red);
	font-weight: 600;
	margin-top: 20px;
	margin-inline: 4px;
	transition: background ease 200ms;
}
.btn_c01:hover, .btn_c01:active { 
    color: #ffffff; 
	background: var(--color-red-light);
	border: 1px solid #e85858; 	
}
.btn_c03 { 
	font-size: 18px;   
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff; 
	border: 1px solid var(--color-primary); 
	background-color: var(--color-primary);
	font-weight: 600;
	margin-top: 20px;
	margin-inline: 4px;
	transition: background ease 200ms;
}
.btn_c03:hover, .btn_c03:active { 
    color: #ffffff; 
	background: var(--color-primary-light);
}
.btn_c01.bigger {
	font-size: 22px;
 }
a.btn_c01_white { 
	font-size: 18px;   
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff; 
	border: 1px solid #fff; 
	font-weight: 600;
	margin-top: 20px;
	transition: all ease 200ms;
	}
a.btn_c01_white:hover, a.btn_c01_white:active { 
    color: #ffffff; 
	background: #d50020;
	border: 1px solid #d50020; 	
	}

@media screen and (max-width: 576px){
	a.btn_c01.bigger {
		font-size: 18px;
	 }
}

a.btn_c04,	
a.btn_c02 {
	font-size: 20px;
	min-width: 180px;
	padding: 12px 20px;
	margin: 5px 15px;
}
a.btn_c02 { 
	color: #ffffff; 
	background: #d50020; 
	transition: background ease 200ms;
	display: inline-block;
	border-radius: 50px;
}
a.btn_c02:hover, a.btn_c02:active { color: #ffffff; background: #ff3333; }


a.btn_c04 { 
	color: var(--color-red); 
	border: 1px solid var(--color-red);
	transition: background ease 200ms;
	display: inline-block;
	border-radius: 50px;
}
a.btn_c04:hover, a.btn_c02:active { color: #ffffff; background: var(--color-red-light); }

a.btn_c06 {
	font-size: 20px;
	min-width: 50px;
	padding: 0px 5px;
	margin: 10px 15px;
	color: #000;
	border-bottom: 1px solid #000; 	
}


a.btn-sm {
	font-size: 16px;
	padding: 10px 20px;
}


@media screen and (max-width: 767px) {
	.block_btn {
		text-align: center;
    }
	a.btn_c02 {
		/* font-size: 15px;
		padding: 10px 25px;	 */
	}
	a.btn_c01 {
		font-size: 15px;
    }	
	a.btn_c07 {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	a.btn_c06 { 
		font-size: 18px;
	}
}
/***********************
TABLE 表格選單
***********************/
table.st01 {
	font-size: 20px;
	width: 100%;
	margin: 0;
    padding: 0;
	line-height : 1.8em;
    border-collapse: collapse;
    border-spacing: 0;
	}
table.st01 tr {
	padding: 5px;

	text-align: center;
    }
table.st01 tr + tr {
	border-top: 1px solid #918476;
    }
table.st01 th {
    padding: 5px 5px;
    font-size: 18px;
	
    letter-spacing: 1px;
	color:#ffffff;
	background:#ca0000;
	text-align: center;	
    }
table.st01 tr td {
    padding: 3px 10px;
    padding-left: 10px;
	height : 40px;
	font-weight: 700; 
    }
@media screen and (max-width: 767px) {
table.st01 th {
    font-size: 16px;
    text-align: center;
    }	
	
}

/************************
DRAWER-ITEM 
************************/ 
.drawer-content,
.drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.drawer-item { 
	/* padding: 0px 2%; */
	/* background-color: rgb(255,255,255); */
	}
.drawer-header {
	color: #212121;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.drawer-header h3 {
	float: left;
    /* color: #4c4c4c;  */
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
/* .drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: #ffffff;
} */
.drawer-header-icon {
    display: inline-block; 
	content: ""; 
	float: left; 
	width: 30px; 
	height: 30px; 
	background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;
	text-align: right; 
	vertical-align: middle; 
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}


/************************
FOOTER
************************/
.footer {
	background-color: #002247;
  }
  .footer__container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px 0px 40px;
  }
  .logo_container .footerLogo img {
    width: 350px;
    height: 220px;
}
.interested-background {
    background-color: #F3F4F4;
}
.footer__address{
	font-weight: 500;
}
  @media screen and (max-width: 768px) {
	.footer__container {
	  display: flex;
	  flex-direction: column;
	  padding: 20px 15px 40px;
	}
  }
  @media print {
	.footer__container {
	  padding-left: 0.72cm;
	  padding-right: 0.72cm;
	}
  }
  .footer__container--bottom {
	width: 100%;
	max-width: 1160px;
	padding: 30px 0px 20px;
	margin: 0 auto;
  }
  @media print {
	.footer__container--bottom {
	  padding-left: 0.72cm;
	  padding-right: 0.72cm;
	}
  }
  .footer select {
	background-color: #002247;
	color: #fff;
	border: none;
	padding: 0px 10px 0px 0px;
  }
  @media screen and (max-width: 768px) {
	.footer select {
	  width: fit-content;
	}
  }
  .footer select span {
	width: 20px;
	height: 15px;
  }
  .footer img {
	display: inline-block;
	width: 25px;
	height: 15px;
  }
  .footer__list {
	display: flex;
  }
  @media screen and (max-width: 768px) {
	.footer__list {
	  display: none;
	}
  }
  .footer__item {
	width: 20%;
  }
  .footer__title {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 20px 0px;
  }
  .footer__link {
	display: block;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
  }
  .footer__link:hover {
	color: #fff;
  }
  @media screen and (max-width: 768px) {
	.footer__link--text {
	  display: none;
	}
  }
  .footer__logo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 20px;
  }
  @media screen and (max-width: 768px) {
	.footer__logo {
	  display: none;
	}
  }
  .footer__logo img {
	width: 150px;
	height: 46px;
  }
  .footer__community {
	display: flex;
	align-items: center;
  }
  @media print {
	.footer__community {
	  display: none;
	}
  }
  .footer__community img {
	width: 40px;
	height: 40px;
  }
  .footer__community h1{
	color: #002247;
    font-size: 40px;
    font-weight: bolder;
    margin: 20px 0 40px;
  }
  .footer__community--mobile {
	display: none;
  }
  @media screen and (max-width: 768px) {
	.footer__community--mobile {
	  display: flex;
	  justify-content: space-between;
	  margin: 0 auto;
	  flex-wrap: wrap;
	}
  }
  .footer__community--mobile img {
	width: 40px;
	height: 40px;
  }
  .logo_container .footerIcon img {
    width: 60px;
    height: 60px;
}
  .footer__name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
  }
  @media screen and (max-width: 768px) {
	.footer__name {
	  display: none;
	}
  }
  .footer__name--mobile {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: none;
  }
  @media screen and (max-width: 768px) {
	.footer__name--mobile {
	  display: block;
	  text-align: center;
	  margin-bottom: 20px;
	}
  }
  .footer__address {
	width: 100%;
	display: flex;
  }
  @media screen and (max-width: 768px) {
	.footer__address {
	  flex-wrap: wrap;
	}
  }
  .footer__addressItem {
	width: 100%;
	margin-right: 20px;
  }
  @media screen and (max-width: 768px) {
	.footer__addressItem {
	  margin-bottom: 20px;
	}
  }
  .footer__addressItem:last-child {
	margin-right: 0px;
  }
  .footer__addressItem p {
	color: #fff;
  }
  @media screen and (max-width: 768px) {
	.footer__addressItem p {
	  text-align: center;
	  font-size: 14px;
	}
  }
  .footer__bottom {
	background-color: #A8B3C0;
  }
  .footer__nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
  }
  @media screen and (max-width: 768px) {
	.footer__nav {
	  flex-wrap: wrap;
	  padding: 0px 15px;
	  margin-bottom: 20px;
	}
  }
  .footer__nav a {
	width: fit-content;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #000;
	padding: 0px 15px;
	border-right: 1px solid #000;
	margin-bottom: 10px;
	white-space: nowrap;
  }
  @media screen and (max-width: 768px) {
	.footer__nav a {
	  font-size: 14px;
	  border: none;
	  width: 50%;
	  text-align: start;
	  padding: 0px;
	  margin-bottom: 15px;
	  white-space: normal;
	}
  }
  @media print {
	.footer__nav a {
	  width: 33.3333%;
	  text-align: center;
	}
  }
  .footer__nav a:last-child {
	border: none;
  }
  @media print {
	.footer__nav a:last-child {
	  border-right: 1px solid #000;
	}
  }
  .footer__nav a:first-child {
	padding-left: 0px;
  }
  .footer__innerText--bolder {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
  }
  @media screen and (max-width: 768px) {
	.footer__innerText--bolder {
	  padding: 0px 15px;
	}
  }
  @media screen and (max-width: 768px) {
	.footer__innerText {
	  padding: 0px 15px;
	}
  }
  .footer__contact-wrap {
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 768px) {
	.footer__contact-wrap {
	  justify-content: center;
	}
  }
  @media print {
	.footer__contact-wrap {
	  flex-direction: column;
	  align-items: flex-start;
	  justify-content: center;
	}
  }
  .footer__contact-wrap span {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
  }
  .footer__contact-wrap span:first-child {
	margin-right: 32px;
  }
  @media screen and (max-width: 768px) {
	.footer__contact-wrap span {
	  font-size: 14px;
	}
	.footer__contact-wrap span:first-child {
	  margin-right: 24px;
	}
  }
  .footer__anniversary {
	padding: 25px 0px;
	background-color: #fff;
  }
  .footer__anniversary-content-wrap {
	display: flex;
  }
  @media screen and (max-width: 768px) {
	.footer__anniversary-content-wrap {
	  flex-direction: column;
	  align-items: center;
	}
  }
  .footer__anniversary-logo {
	width: 160px !important;
	height: auto !important;
	margin-right: 30px;
	position: relative;
	top: -5px;
  }
  @media screen and (max-width: 768px) {
	.footer__anniversary-logo {
	  margin-bottom: 20px;
	  top: 0px;
	}
  }
  .footer__anniversary-title {
	margin-top: 0px !important;
	color: #007BC3;
	font-weight: 700;
	font-size: 26px;
  }
  @media screen and (max-width: 768px) {
	.footer__anniversary-title {
	  text-align: center;
	}
  }
  .footer__anniversary-list {
	margin-bottom: 0px;
	padding-left: 0px !important;
	list-style: none;
  }
  .footer__anniversary-list-item {
	position: relative;
	padding-left: 23px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
  }
  .footer__anniversary-list-dot {
	position: absolute;
	top: calc(50% - 3px);
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	margin-right: 10px;
  }
  .footer__anniversary-list-text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.5px;
  }
  
  .footer-news h2 {
	color: #fff;
	margin: 40px 0px;
  }
  .footer-news h3 {
	color: #fff;
  }
  .footer-news p {
	margin-top: 0px;
  }
  .footer-news .news__item {
	margin-bottom: 40px;
  }
  .footer-news .vedio__img {
	border: none;
  }
  .footer-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .footer-select {
	width: 180px;
  }
  @media print {
	.footer-select {
	  display: none;
	}
  }
  .footer-select .accordion-button {
	padding: 10px 0px;
	background-color: #002247;
	color: #fff;
	display: flex;
	align-items: center;
  }
  .footer-select .accordion-button:focus {
	box-shadow: none;
	z-index: 2;
  }
  .footer-select .accordion-button::after {
	background-image: url("/images/arrow.svg");
	width: 16px;
	height: 8px;
	background-size: contain;
  }
  .footer-select__icon {
	margin-right: 10px;
  }
  .footer-select .nav-pills {
	width: 180px;
	background-color: #F3F8FB;
	position: absolute;
	flex-direction: column;
  }
  .footer-select .nav-link {
	background-color: #F3F8FB;
	color: #002247;
	padding: 10px;
  }
  .footer-select .nav-pills .nav-link.active {
	color: #002247;
	background-color: #F3F8FB;
  }
  
  .footer-content {
	overflow-y: hidden;
  }
  .footer-content.open {
	max-height: none !important;
  }
  @media screen and (max-width: 768px) {
	.footer-content {
	  max-height: none !important;
	}
	.footer-wrap{
		justify-content: center;
	  }
  }
  @media print {
	.footer-content {
	  height: auto;
	}
  }
  
  .footer-toggle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
  }
  @media print {
	.footer-toggle {
	  display: none;
	}
  }
  @media screen and (max-width: 768px) {
	.footer-toggle {
	  display: none;
	}
  }
  .footer-toggle__link {
	display: flex !important;
	align-items: center;
	margin-bottom: 0px !important;
	color: #002247 !important;
	font-weight: bold;
  }
  .footer-toggle__image-wrap {
	position: relative;
	top: 1.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
  }
  .footer-toggle__image {
	width: 12px !important;
	object-fit: contain;
	object-position: center;
	transition: 0.2s;
  }
  .footer-toggle__image.open {
	transform: rotate(-180deg);
  }
@media screen and (max-width: 525px){
	.logo_container .footerLogo img {
		width: 100%;
		height: auto;
	}
}
/************************
GOTOP
************************/
#go_ban {
	position: fixed;
	z-index: 99;
	right: 10px;
	bottom: 5%;
}

.go_link{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}
.go_link img{
	display: block;
	width: 61px;
}
.aalink {
	filter: drop-shadow(0px 5px 5px rgba(0, 123, 194, 0.5)) brightness(1);
	transition: filter 0.3s;
}
.aalink:hover {
	filter: drop-shadow(0px 5px 5px rgba(0, 123, 194, 0.5)) brightness(1.2);
}
#go_top {
	text-align: right;
}	
#go_top img {
	max-width: 45px;
}
.go_link img {
	max-width: 100%;
	}
.go_link .content {
	color: white;
	position: absolute;
	font-size: 1.8rem;
	line-height: 1.3;
	left: 50%;
	top: 46%;
	transform: translateX(-50%);
	width: 150px;
	height: 48%;
}
.go_link .text-large {
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	/* 浮動按鈕 */

	.go_link img{
		width: 45px;
	}
}


.floating { 
    animation: floating 4s infinite ease-in-out;
	-webkit-animation: floating 4s infinite ease-in-out;
	-moz-animation: floating 4s infinite ease-in-out;
    /* margin-left: 30px;
    margin-top: 5px; */
}
 
.floating2 { 
	animation-delay: 500ms;
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
}

.floating3 { 
	animation-delay: 1000ms;
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
@-webkit-keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
@-moz-keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

/************************/
.mobilepopup-inner table {
	border-collapse: collapse;
	margin-inline: auto;
	text-align: center;
	font-weight: 500;
}
.mobilepopup-inner .content td, .mobilepopup-inner .content th{
	border: 1px solid #fff;
	padding: 16px;
}
.mobilepopup.open .content .table-notice {
	margin-top: 20px;
	margin-bottom: 40px;
}
.mobilepopup.open .content .table-notice li{
	list-style-type: disc;
	text-indent: 0;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.mobilepopup-inner .content td, .mobilepopup-inner .content th{
		padding: 16px 8px;
		font-size: 14px;
	}
}

/************************/
.leaf-box li{
	list-style: none;
	padding-inline: 14px;
	position: relative;
}
.leaf-box .subtitle {
	margin-bottom: 48px;
}
.leaf-box li:nth-child(1)::after,
.leaf-box li:nth-child(2)::after{
	height: 85%;
	width: 0px;
	border-right: 2px dotted #707e7a;
	content: '';
	display: inline-block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.leaf-box li .icon{
	width: 32px;
}
.leaf-box .layer-container {
	width: 96%;
	border-radius: 20px;
	padding: 32px 72px;
	z-index: 2;
	position: relative;
	margin-left: auto;
	margin-left: auto;
	position: relative;
}
.leaf-box .decor-wave {
	width: 56%;
}
.leaf-box .title {
	line-height: 1;
}
.leaf-box .decor-leaf {
	z-index: 3;
	width: 120px;
	left: 0;
	top: -50px;
}
.leaf-box .decor-line-left {
	height: 100%;
	left: 20px;
	bottom: 0px;
}
.leaf-box .decor-line-right {
	height: 90%;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
}
@media screen and (max-width: 840px) {
	.leaf-box .decor-wave {
		width: 100%;
		margin-top: 10px;
	}
	.leaf-box .layer {
		flex-direction: column;
	}
	.leaf-box li{
		padding: 20px;
	}
	.leaf-box li:nth-child(1)::after,
	.leaf-box li:nth-child(2)::after{
		height: 0px;
		width: 85%;
		border-bottom: 2px dotted #707e7a;
		border-right: none;
		right: 50%;
		bottom: 0;
		top: auto;
		transform: translateX(50%);
	}
	.leaf-box .decor-leaf {
		width: 90px;
		left: 10px;
		top: -30px;
	}
	.leaf-box .title {
		line-height: 1.5;
	}
}
@media screen and (max-width: 480px) {
	.leaf-box .layer-container {
		padding: 32px;
		padding-top: 40px;
	}
	.leaf-box .subtitle {
		margin-bottom: 16px;
	}
	.leaf-box .decor-leaf {
		left: 0px;
		top: -40px;
	}
}

.block_05 {
	background: #f8f9f0;
}
.block_05 .subtitle {
	max-width: 600px;
}
.block_05 .slider-container {
	padding: 20px 10%;
	padding-left: 8%;
}
.block_05 .card{
	border-radius: 20px;
	overflow: clip;
	margin: 10px 10px;
	border-radius: 20px;
	/* max-width: 275px; */
	position: relative;
}

.block_05 .card-content {
	position: relative;
	padding-top: 50px;
}
.block_05 .card-logo {
	width: 100px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: -50px;
}
.block_05 .card-content p{
	color: #000;
}
.block_05 .slick-dots {
	position: relative;
	margin-top: 20px;
}

.combined-bg {
	background-color: #EFEFEC;
	background-image: url(../images/bg-footer.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media screen and (max-width:992px){
	.combined-bg {
		background-image: url(../images/bg-footer-md.png);
	}
}
@media screen and (max-width: 480px){
	.combined-bg {
		background-image: url(../images/bg-footer-sm.png);
	}
}

.slider03 .child {
	margin-block: 20px;
}</pre></body></html>