/* ==========================================================================
主要設定
========================================================================== */
html, body { height: 100%;}
body{background-color: #010415; }
img { max-width: 100%; height: auto;}
p { font-size: 17px; line-height: 1.6; letter-spacing: .6px; }
a { color: inherit; transition: .5s;}
a:hover,a:active,a:link,a:visited{text-decoration: none; outline: none;color: inherit; }
.text-big { font-size: 130%;}
hr { border-color: #cbcbcb;}
section { padding:100px 0;}
h1, h2, h3, h4, h5{margin-bottom: 6px;margin-top: 6px;line-height: 1.4em;letter-spacing: .8px;}
h1{font-size: 32px;letter-spacing: 1px;margin-top: 0px;}
h2{font-size: 38px;}
h3{font-size: 24px;}
h4{font-size: 20px; font-weight: normal;}
h5{font-size: 18px; font-weight: normal;}
p {font-size: 17px;line-height: 1.6;}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11;
}
section {
    padding: 100px 0;
}
/* ==========================================================================
.pageheader 分區標題
========================================================================== */
.pageheader {
    margin: 0 0 20px 0;
}
.pageheader h2 {
    font-size: 60px;
    font-weight: 200;
    line-height: 1.175;
    letter-spacing: 0.075em;
	color: #757575;
}
.pageheader h2 span {
	display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	color: #dd4091;
	margin-left: 5px;
}
.pageheader h3 {
    text-align: center;
	font-size: 48px;
	line-height:1.5;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: 20px;
}
.pageheader h4 {
    font-size: 36px;
    text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.pageheader p {
	font-size: 17px;
    margin-top: 15px;
	color: #626262;
}
.sectionTitle {
	margin-bottom: 35px;
}
.sectionTitle h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 10px 0 20px 0;
}
.sectionTitle p {
	font-size: 22px;
	margin: 10px 0 ;
}
section h2.subtitle {
    font-size: 32px;
    line-height: 1.2;;
    color: #19318f;
	font-weight: 400;
	border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #19318f;
	padding-left: 15px;
	margin-bottom:  15px;
}
/* ==========================================================================
.header 首頁header
========================================================================== */
header {
	/* color: #fff; */
	/* background-color: #0d328a; */
	position: relative;
    overflow: hidden;
	height: 100%;
}
header .kv-video-container {
	position: relative;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

header #background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -1;
}

header .slogan-content {
	position: relative;
	z-index: 1;
	padding-top: calc(75px + 3.5%);
	padding-left: 4%;
	height: 100%;
	background: rgba(83, 67, 147, 0.1);
	width: 100%;
}

header .slogan-content h1 {
	display: none;
}
header .slogan-content .sloganbox {
	filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.4));
	width: 100%;
}
header .slogan-content .sloganbox > div {
	display: flex;
	margin-top: 30px;
	
}
header .slogan-content .sloganbox .slogan-eng {
	width: 660px;
}
header .slogan-content .sloganbox .slogan-tw {
	width: 320px;
	margin-right: 30px;
}
header .slogan-content .sloganbox .slogan-star {
	width: 40px;
}

header .brand {
	margin-top:15%;
	position: relative;
	z-index: 3;
}
header .brand h2 {
	font-size: 48px;
	padding-left: 20px;
}
header .brand .btn-more {
	margin-left: 20px;
	font-weight: 600;
}
.brand .btn-more {
	color: #0d328a;
	background-color: #fff;
}
.brand .btn-more:hover, .brand .btn-more:focus, .brand .btn-more:active, .brand .btn-more.active, .open > .dropdown-toggle.brand .btn-more {
	color: #0d328a;
	background-color: rgba(255,255,255,.8);
}
.brand .btn-more:active, .brand .btn-more.active {
	background: #0d328a;
	box-shadow: none;
}
/* ==========================================================================
inside header
========================================================================== */
.insideheader {
	height: 500px;
}
header.insideheader .brand {
	margin-top: 100px;
}
/* ==========================================================================
.mainCarousel 
========================================================================== */
.owl-dots button:focus, .owl-dots > .active, .owl-nav button:focus, .owl-nav > .active{
	outline: none;
	border: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    padding: 10px 0;
}
/* ==========================================================================
down_btn
========================================================================== */
.down_btn { 
    position: absolute;
    bottom: 3%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 5vh; 
}
.down_btn span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
	background-color: #000;
}
a.anchor span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.anchor span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
.down_btn span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
	background-color: #FFF;
}
a.anchor span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.anchor span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {opacity: 0;}
    30% {opacity: 1;}
    60% {box-shadow: 0 0 0 40px rgba(255,255,255,.2);opacity: 0;}
    100% {opacity: 0;}
}
@keyframes sdb {
    0% {opacity: 0;}
    30% {opacity: 1;}
    60% {box-shadow: 0 0 0 40px rgba(255,255,255,.2);opacity: 0;}
    100% {opacity: 0;}
}
/* ==========================================================================
#introduction
========================================================================== */
#introduction{
	background-color: #534393;
	overflow: visible;
	padding: 150px 0 300px;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
#introduction h2{
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 1.8;
	display: inline-block;
}
.introduction-box{
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: var(--box, linear-gradient(147deg, rgba(255, 255, 255, 0.40) 1.58%, rgba(255, 255, 255, 0.10) 98.42%));
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 50px 50px 30px 50px;
}
.introduction-box p{
	color: #fff;
	line-height: 1.8;
	margin-bottom: 20px;
}
#introduction .pic_01::before{
	content: '';
	position: absolute;
	background-image: url(../images/light.png);
	background-size: contain;
	width: 500px;
	height: 500px;
	background-repeat: no-repeat;
	left: 0;
	top: -10%;
	animation: ani-light 8s linear infinite;
}
#introduction .pic_01::after{
	content: '';
	position: absolute;
	background-image: url(../images/net.png);
	background-size: contain;
	width: 275px;
	height: 220px;
	background-repeat: no-repeat;
	right: -60%;
	bottom: -390%;
}
@media screen and (max-width: 991px){
	#introduction{
		padding: 80px 0 160px;
		clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	}
	#introduction .pic_01{
		text-align: center;
	}
	#introduction .pic_01::before{
		width: 400px;
		height: 400px;
		top: -70%;
		z-index: 0;
	}
	#introduction .pic_01::after{
		width: 220px;
		height: 176px;
		right: 40%;
		bottom: -130%;
	}
	#introduction h2{
		margin-bottom: 30px;
		font-size: 34px;
		position: relative;
		z-index: 2;
	}
	.introduction-box{
		margin: 0 15px;
		padding: 30px 30px 20px 30px;
		
	}
}
@media screen and (max-width:640px) {
	#introduction{
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	}
	#introduction .pic_01::before{
		width: 100vw;
		height: 100vw;
		top: -150%;
		left: -20%;
	}
	#introduction .pic_01::after{
		width: 171px;
		height: 137px;
		right: 22%;
		bottom: -77%;
	}
	#introduction h2{
		font-size: 34px;
	}
}
/* ==========================================================================
#years round card
========================================================================== */
#years{
	background-image: url(../images/bg_01.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position:  center center;
	background-attachment: fixed;
	margin-top: -200px;
	padding-top: 0px;
	background-color: #010415;
}
*, *:before, *:after {
	box-sizing: border-box;
} 
#lottie-animation{
	position: sticky;
	display:inline-block;
	top: 130px;
	left: 80vw;
	width: 50px;
}
#years .container {
	position: relative;
}
#year {
	position: absolute;
	width: 100px;
	height: 1px;
	margin-top: 350px;
	z-index: 999;
	display: block;
}
.wrapper {
	max-width: 100%;
	margin: 0 auto;
}
.scroll-cards {
	counter-reset: card;
	position: relative;
	display: block;
	padding-bottom: 50vh;
	text-align: left;
}
/* .scroll-cards__item{
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	width: 30vw;
	height: 30vw;
	--offset: 4em;
	max-width: 700px;
	max-height: 700px;
} */
.scroll-cards__item p.more-link{
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
.scroll-cards > .scroll-cards__item + .scroll-cards__item {
	margin-top: 40vh;
}
.scroll-cards h2 {
	position: sticky;
	top: 2rem;
	margin: 0 0 0.5em;
	margin-bottom: 30px;
	font-size: 38px;
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 1.8;
	display: inline-block;
}
.scroll-cards__item {
	margin: 0 auto;
	border-radius: 50%;
	width: 35vw;
	height: 35vw;
	--offset: 4em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	position: sticky;
	top: max(16vh, 10em);
	padding: 80px;
	background: #fff;
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
	max-width: 700px;
	max-height: 700px;
}
.scroll-cards span{
	font-size: 47px;
	line-height: 1.6;
	letter-spacing: 5px;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;
}
.scroll-cards h3 {
	font-size: 28px;
	letter-spacing: 3px;
	line-height: 1.6;
	font-weight: 500;
}
.scroll-cards__item p {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.scroll-cards__item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 500px;
}
.scroll-cards__item::before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 500px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s ease;
}
.scroll-cards__item:hover::before {
	opacity: 0.5;
}
.scroll-cards__item:nth-of-type(1) {
	transform: translate(0, calc((1 - 1) * var(--offset)));
	background: var(--2022, linear-gradient(316deg, #A179FF -4.96%, rgba(158, 120, 251, 0.96) 1.51%, rgba(156, 118, 246, 0.92) 7.97%, rgba(153, 116, 242, 0.88) 14.44%, rgba(151, 115, 238, 0.84) 20.91%, rgba(148, 113, 233, 0.80) 27.37%, rgba(146, 111, 229, 0.75) 33.84%, rgba(143, 110, 225, 0.71) 50.44%, rgba(141, 108, 220, 0.67) 60.61%, rgba(139, 106, 216, 0.63) 71.83%, rgba(136, 105, 212, 0.59) 80.66%, rgba(124, 96, 191, 0.38) 92.03%, rgba(122, 95, 186, 0.34) 98.49%, rgba(119, 93, 182, 0.30) 104.96%));
}
.scroll-cards__item:nth-of-type(1)::before {
	background-color: #40289f;
}
.scroll-cards__item:nth-of-type(2) {
	transform: translate(0, calc((2 - 1) * var(--offset)));
	background: var(--2023, linear-gradient(316deg, #7AA455 -4.96%, rgba(125, 167, 84, 0.98) 1.91%, rgba(129, 169, 84, 0.96) 8.78%, rgba(132, 171, 83, 0.95) 26.7%, rgba(136, 174, 82, 0.93) 39.38%, #8CB051 63.83%, rgba(144, 179, 80, 0.90) 79.41%, rgba(148, 181, 79, 0.87) 87.39%, rgba(152, 184, 78, 0.85) 93.12%, rgba(156, 186, 77, 0.83) 98.91%, rgba(187, 202, 69, 0.70) 104.96%));
}
.scroll-cards__item:nth-of-type(2)::before {
	background-color: #599723;
}
.scroll-cards__item:nth-of-type(3) {
	transform: translate(0, calc((3 - 1) * var(--offset)));
	background: var(--2024, linear-gradient(316deg, #534393 -4.96%, rgba(84, 67, 149, 0.96) 1.51%, rgba(85, 68, 152, 0.92) 23.64%, rgba(85, 68, 154, 0.89) 34.45%, #56459C 69.93%, rgba(87, 69, 159, 0.90) 84.76%, rgba(88, 69, 161, 0.75) 90.76%, rgba(89, 70, 166, 0.67) 97.77%, rgba(90, 71, 168, 0.63) 104.96%));
}
@media screen and (min-width: 1921px){
	#years{
		background-size: cover;
	}
}
@media screen and (max-width: 1320px){
	.scroll-cards__item{
		margin: 0 auto;
		width: 55vw;
		height: 55vw;
		max-width: calc(100vw - 30px);
		max-height: calc(100vw - 30px);
		padding: 80px;
	}
}
@media screen and (max-width: 991px){
	.scroll-cards{
		text-align: center;
	}
}
@media (min-width: 639px) and (max-width: 992px) {
	#years{
		padding-top: 200px;
	}
}
@media screen and (max-width:640px) {
	.scroll-cards h2 {
		font-size: 34px;
	}
	#years{
		margin-top: -80px;
		padding-top: 150px;
	}
	.scroll-cards__item {
		--offset: 10em;
		width: 90vw;
		height: 90vw;
		max-width: calc(100vw - 30px);
		max-height: calc(100vw - 30px);
		padding: 30px;
	}
	.scroll-cards span{
		font-size: 38px;		
	}
	.scroll-cards h3{
		font-size: 22px;
	}
	.scroll-cards p{
		font-size: 16px;
	}
}
@media screen and (max-width:460px){
	.scroll-cards span{
		font-size: 32px;		
	}
	.scroll-cards h3{
		font-size: 20px;
		letter-spacing: 0;
	}
	.scroll-cards p{
		font-size: 15px;
		line-height: 1.3;
	}
}
/* ==========================================================================
#years scroll cards
========================================================================== */
:root{
	--gradient-top-bottom: linear-gradient(to bottom, #ff8a00, #e52e71);
	--gradient-left-right: linear-gradient(to right, #ff8a00, #e52e71);
}
.cards-box{
	text-align: center;
	margin-top: -150px;
}
.cards-box h2{
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);
	line-height: 1.8;
	display: inline-block;
	float: left;
}
.popular{
	display: inline-flex;
	align-items: center;
}
.popular-card{
	width: 280px;
	height: 350px;
	padding: 20px;
	border: 2px solid #A179FF;
	border-radius: 10px;
	background-image: url(../images/bg_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 4px 25px -1px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12.5px);
	-webkit-backdrop-filter: blur(12.5px);
	min-width: 280px;
	text-align: left;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.popular-card img{
	width: 87px;
	margin-bottom: 30px;
}
.popular-card h1{
	font-size: 35px;
	margin-bottom: 0;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.6;	
	letter-spacing: 3.5px;
}
#years .cards {
	display: flex;
	padding: 3rem 0 3rem 3rem;
	overflow-x: scroll;
	overflow-x: hidden;
}
#years .card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 280px;
	height: 300px;
	min-width: 280px;
	min-height: 350px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.4) 2.17%, rgba(255, 255, 255, 0.2) 95.83%);
	box-shadow: 0px 4px 25px -1px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: .3s ease;
	overflow: hidden;
}
.card::after{
	content: url(../images/bg_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 155px;
	height: 108px;
	overflow: hidden;
	transition: .3s ease;
	position: absolute;
	left: 0;
	bottom: 0;
}
.card-header{
	position: relative;
	z-index: 2;
	padding: 0.8em 1.25em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left; 
	height: 100%; 
}
.date-published{
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 1.6;
  margin-top: 8px;
  text-align: justify;
  height: 120px;
}
.date-published-prefix{
  color : white;
}
#years .cards-box .card h3.card-title{
	width: 100%;
	color: white;
	font-family: Lato;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 3.5px;
}
/*  card scrollbar */
#years .cards::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
#years .cards::-webkit-scrollbar-track {
	background: transparent;
	height: 4px;
}
#years .cards::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.7);
}
#years .card:hover {
	transform: translateY(-1rem);
}
#years .card:hover::after {
	transform: scale(3);
	transform-origin: left bottom;
}
#years .card:not(:first-child) {
  margin-left: -50px;
}
#years .card:hover ~ .card {
  transform: translateX(50px);
}
#years .card:nth-child(1){
  z-index: 1;
}
#years .card:nth-child(2) {
  z-index: 2;
}
#years .card:nth-child(3) {
  z-index: 3;
}
#years .card:nth-child(4) {
  z-index: 4;
}
@media (max-width: 1320px) {
	.popular{
		display: flex;
	}
	.cards-box{
		margin-top: -200px;
	}
}
@media (max-width: 992px) {
	.popular {
		margin-left: 1rem;
	}
	#lottie-animation{
		display: none;
	}
}
@media (min-width: 375px) and (max-width: 992px){
	.popular{
		overflow-x: scroll;
	}
	#years .cards{
		overflow-x: initial;
		padding: 3rem 1rem 3rem;
	}
	#years .card:hover ~ .card {
		transform: translateX(0);
	}
	#years .card:not(:first-child) {
		margin-left: 1rem;
	}
	.cards-box h2{
		margin-left: 0;
	}
	.cards-box .col-md-12{
		text-align: center;
	}
	.scroll-cards{
		margin-bottom: 80px;
	}
	.cards-box{
		margin-top: -60px;
	}
	.cards-box h2{
		font-size: 34px;
		float: initial;
	}
}
/* ==========================================================================
#tab切換區塊
========================================================================== */
#tab{
	background-image: url(../images/bg_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#exTab .tab-content {
	padding : 100px 40px 0 40px;
	color: #fff;
}
#exTab ul{
	border-bottom: 1px solid #fff;
}
#exTab .nav-pills {
	display: flex;
	justify-content: flex-start;
}
#exTab .nav-pills > li {
	margin-right: 15px;
	float: none;
}
#exTab .nav-pills > li:last-child {
	margin-right: 0;
}
#exTab .nav-pills > li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #A179FF;
	border-radius: 10px 10px 0 0;
	opacity: 0;
	transition: .3s ease;
}
#exTab .nav-pills > li > a {
	border-radius: 10px 10px 0 0;
	border: 1px solid #fff;
	border-bottom: none;
	color: #fff;
	width: 230px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 2px;
	padding: 12px 15px;
}
#exTab .nav-pills>li.active>a, #exTab .nav-pills>li.active>a:focus, #exTab .nav-pills>li.active>a:hover{
	background: linear-gradient(95deg, rgba(255, 255, 255, 0.40) -2.03%, rgba(255, 255, 255, 0.10) 94.39%);
}
#exTab .nav-pills > li > a:hover {
	background: transparent;
}
#exTab .nav-pills > li:hover::before {
	opacity: 1;
}
@media (max-width: 640px) {
	#exTab .nav-pills > li > a{
		width: 25vw;
	}
	#exTab .nav-pills {
		text-align: center;
	}
	#exTab .nav-pills > li {
		margin-right: 10px;
	}
}
/*----------Podcast---------*/
.textbox{
	padding-right: 100px;
}
.textbox p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.podcast-list{
	padding: 40px 20px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: linear-gradient(147deg, rgba(255, 255, 255, 0.40) 1.58%, rgba(255, 255, 255, 0.10) 98.42%);
	box-shadow: 0px 4px 25px -1px #616161;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
.list_1, .list_2, .list_3{
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.list_2, .list_3, .list_4{
	padding-top: 20px;
}
.list_1, .list_2, .list_3, .list_4{
	display: flex;
}
.podcast-list img{
	border-radius: 10px;
}
.podcast-list h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 1px;
}
.lpodcast-list p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
}
.podcast-list button{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
	border-radius: 10px;
	border: 1px solid rgba(83, 67, 147, 0.30);
	background: var(--light, #A179FF);
	display: flex;
	width: 135px;
	height: 40px;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	transition: .3s ease;
}
.podcast-list button:hover {
	color: #A179FF;
	background-color: #FFF;
}
.podcast-txt{
	padding: 0;
}
@media (max-width: 640px) {
	#exTab .tab-content{
		padding: 40px 15px;
	}
	.textbox{
		padding-right:0;
	}
	.podcast-txt{
		padding: 0 8px;
	}
	.list_1{display: grid; text-align: center;}
	.list_1 img{
		width: 40%;
	}
	.podcast-list button {
		display: initial;
	}
}
@media (min-width: 639px) and (max-width: 992px) {
	.textbox{
		padding-right:0;
	}
	.list_2, .list_3, .list_4{display: ruby-text;}
	.list_1{display: grid;}
}
/*----------廣編---------*/
.ad-article{
	text-align: center;
	width: 90%;
	margin-bottom: 40px;
}
.article-margin{
	margin-top: 80px;
}
.article-pic{
	width: 90%;
	border-radius: 10px;
	overflow: hidden;
}
.article-title{
	width: 80%;
	margin: -60px -60px 0 100px;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: linear-gradient(147deg, rgba(255, 255, 255, 0.40) 1.58%, rgba(255, 255, 255, 0.10) 98.42%);
	box-shadow: 0px 4px 25px -1px #616161;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: 1s ease; 
}
.article-title span, .article-title p{
	font-size: 17px;
	text-align: justify;
	letter-spacing:1px;
	line-height: 1.8;
}
.article-title:hover{
	background: linear-gradient(147deg, rgba(255, 255, 255, 0.8) 1.58%, rgba(255, 255, 255, 0.7) 98.42%);
	/* color: #534393; */
	transition: 1s ease; 
}
.article-title span{
	display: block;
	text-align: right;
	margin-top: 10px;
}
@media (max-width: 640px) {
	.ad-article{
		width: 100%;
	}
	.article-pic{
		width: 100%;
	}
	.article-margin{
		margin-top: 0;
	}
	.article-title{
		padding: 15px;
		margin: -40px auto 0 80px;
	}
	.article-title span, .article-title p{
		font-size: 17px;
	}
}
/*----------影音---------*/
h3.tab3{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 47px;
	margin-bottom: 45px;
}
.video{
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: linear-gradient(147deg, rgba(255, 255, 255, 0.40) 1.58%, rgba(255, 255, 255, 0.10) 98.42%);
	box-shadow: 0px 4px 25px -1px #616161;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 80px;
}
.video-wrapper {
    position: relative;
	width: 100%;
    background-color: black;
    /* overflow: hidden; */
    padding-bottom: 56.25%;
    height: 100%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.horn01{position: absolute; left: -36px; top: -37px; z-index: 99; width: 24px; height: 24px;}
.horn02{position: absolute; right: -36px; top: -37px; z-index: 99; width: 24px; height: 24px;}
.horn03{position: absolute; left: -36px; bottom: -37px; z-index: 99; width: 24px; height: 24px;}
.horn04{position: absolute; right: -36px; bottom: -37px; z-index: 99; width: 24px; height: 24px;}
@media (max-width: 640px) {
	h3.tab3{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.horn01, .horn02, .horn03, .horn04{display: none;}
	.video{
		padding: 20px;
	}
}
/* ==========================================================================
#carousel
========================================================================== */
#carousel{
	background: #092049;
}
#carousel h2{
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 1.8;
	display: inline-block;
	margin: 0 auto;
}
#carousel a .item:hover{
	margin-top: -20px;
}
#carousel .col-md-12{
	text-align: center;
}
.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}
#carousel .owl-carousel .owl-stage-outer{
	padding-left: 50px;
	overflow-y: initial;
    overflow-x: clip;
}
.owl-carousel .item {
	position: relative;
	z-index: 100; 
	-webkit-backface-visibility: hidden;
	width: 95%;
	transition: .3s ease;
}
.item .article-pic{
	overflow: hidden;
	width: 100%;
}
.item .article-pic img{
	width: 100%;
	border-radius: 10px;
}
.item .article-title{
	border-radius: 10px;
	border: 1px solid rgba(96, 73, 153, 0.10);
	background: var(--box, linear-gradient(147deg, rgba(115, 115, 115, 0.90) 1.58%, rgba(115, 115, 115, 0.30) 98.42%));
	box-shadow: 0px 4px 25px -1px #333;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	width: 80%;
    margin: -60px 0 0 -30px;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
	max-width: 300px;
}
.item .article-title p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.5;
    height: 3em;
	font-size: 17px;
	color: #fff;
}
.item .article-title span{
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5;
	display: block;
    text-align: right;
    margin-top: 10px;
}
#carousel .item .article-title span img{
	width: 24px;
	display: initial;
}
#carousel .owl-carousel .owl-item img{
	width: 90%;
}
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}
.owl-nav i {
	font-size: 24px;
	color: #fff;
}
.owl-nav .owl-prev {
	left: -50px;
	position: absolute;
	bottom: 45%;
}
.owl-nav .owl-next {
	right: -50px;
	position: absolute;
	bottom: 45%;
}
@media (max-width: 640px) {
	.owl-nav .owl-prev{
		left: -20px;
	}
	.owl-nav .owl-next {
		right: -20px;
	}
	.carousel-wrap{
		margin: 60px auto;
	}
	#carousel h2{
		font-size: 34px;
	}
}
/* ==========================================================================
#banner
========================================================================== */
#banner{
	padding: 0;
}
#banner img{
	width: 100%;
}
/* ==========================================================================
footer
========================================================================== */
footer {
	padding: 20px;
	text-align: center;
	background: #fff;
	display: inline-block;
	width: 100%;
}
footer p {
	font-size: 13px;
	color:#000;
	line-height: 1.5;
	margin: 0;
}
footer p a {
	text-decoration: underline !important;
}
footer p a:hover {
	text-decoration: none !important;
}

/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 5;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #534393;
}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: rgba(255, 255, 255, 0.9);
	/* border-radius: 40px; */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#back-top span i {
	font-size: 24px;
	vertical-align: middle;
	line-height: 40px;
	color: #A179FF;
}
#back-top a:hover span {
	background-color: #dd4091;
}
/* ==========================================================================
動畫
========================================================================== */
.rotate{
	-webkit-animation: star 4s infinite;
	-o-animation: star 4s infinite;
	-moz-animation: star 4s infinite;
	animation: star 4s linear infinite;
}
@keyframes star{
	0%{transform:rotateZ(0);}
	100%{transform:rotateZ(360deg);}
}
.motion{
	animation: move 2s ease-in-out infinite ;
	-webkit-animation: move 2s ease-in-out infinite;
	-o-animation: move 2s ease-in-out infinite;
	-moz-animation: move 2s ease-in-out infinite;
}
@keyframes move {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% { 
	-webkit-transform: translateY(10px);
    transform: translateY(10px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
}
.motion2{
	animation: move2 2s ease-in-out infinite ;
	-webkit-animation: move2 2s ease-in-out infinite;
	-o-animation: move2 2s ease-in-out infinite;
	-moz-animation: move2 2s ease-in-out infinite;
}
@keyframes move2 {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(10px);
	}
	50% { 
	-webkit-transform: translateY(10px);
    transform: translateY(0px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(10px);
	}
}
@keyframes ani-light {
	0% {
		transform: rotate(0deg) translateY(0%) translateX(10%);
		opacity: 1;
	}
	25% {
		transform: rotate(10deg) translateY(10%) translateX(0%);
		opacity: 0.7;
	}
	50% {
		transform: rotate(0deg) translateY(0%) translateX(-10%);
		opacity: 0.5;
	}
	75% {
		transform: rotate(-10deg) translateY(-10%) translateX(0%);
		opacity: 0.7;
	}
	100% {
		transform: rotate(0deg) translateY(0%) translateX(10%);
		opacity: 1;
	}
}