* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	/* font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei","Arial"; */
	font-family:
		-apple-system,
		"Segoe UI", "Heiti TC", "WenQuanYi Zen Hei", "Microsoft JhengHei",
		"Roboto",
		"Helvetica Neue", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 100%;
	background-color: #360b4e;
}

a {
	text-decoration: none;
}

.img-rounded-10 {
	border-radius: 10px;
}

.bg-color {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 20px;
	box-shadow: 4px 4px 12px rgba(85%, 39%, 122%, 0.5);
}
.header {
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, #64346f 0%, #531d5f 100%);
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ec9eff;
	z-index: 999;
}

.header .logo {
	max-width: 120px;
	margin-left: 20px;
}

/*------ Footer ------*/
.footer {
	background: #333;
	padding: 15px 0;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
	color: #999;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

/*延遲動畫CLASS*/
.dely1 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	/* Safari 和 Chrome */
}

.dely2 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	/* Safari 和 Chrome */
}

.dely3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	/* Safari 和 Chrome */
}

/*----------------------CONTENT----------------------*/
.content {
	width: 1320px;
	height: auto;
	margin: 0 auto;
	position: relative;
	/* outline: 1px solid red; */
}

h1 {
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	position: absolute;
}

.kv_box {
	width: 100%;
	height: auto;
	background: url(../images/kv_bg.jpg) no-repeat center center;
	background-size: cover;
}

.kv_box .kv {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.kv_t1 {
	width: 60%;
	max-width: 642px;
	margin: 0 auto;
	padding-top: 4%;
}

.kv_t2 {
	width: 80%;
	max-width: 787px;
	margin: 0 auto;
	padding-top: 2%;
}

.kv_t3 {
	width: 84%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 2%;
}

.kv_people {
	margin: 0 auto;
	padding-top: 3%;
}

.kv_m {
	display: none;
}

.pages{
	max-width: 300px;
	padding-top: 2%;
	margin: auto;
    display: flex;
    flex-flow: row wrap;
}

.pages p{
	width: 100%;
	text-align: center;
	line-height: 30px;
}

.pages p a{
	color: #fff;
}

.pages p a:hover{
	color: #fce900;
}
/*主視覺調整*/
@media only screen and (max-width: 1366px) {}

/*----------------------------------------------*/
.wrap {
	position: relative;
	width: 100%;
	background-size: 100%;
	overflow: hidden;
}

.intro_box {
	width: 100%;
}

.intro_box ul li {
	width: 49%;
}

.intro_box .intro_channel_box {
	background: url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 3% 0 3% 0;
}

/*頻道6介紹*/
.intro_box .intro_other {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

.intro_box .intro_other ul {
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

.intro_box .intro_other li {
	width: 31.333%;
	margin: 1%;
}

.intro_box .intro_other li a:hover {
	display: block;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(85%, 39%, 122%, 0.5);
}

.intro_box .intro_other h2 {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #333;
}

.intro_box .intro_other p span {
	color: #ffd600;
}

.intro_box .intro_other p {
	width: 94%;
	margin: 0 auto;
	color: #999;
	line-height: 1.5;
	padding-top: 1%;
	font-size: 15px;
}

.intro_box .intro_other p:last-child {
	padding-bottom: 10px;
}

@media only screen and (max-width:1366px) {
	.content {
		width: 90%;
	}
}

@media only screen and (max-width: 1230px) {
	.intro_box ul li {
		width: 49%;
	}
}

@media only screen and (max-width: 1024px) {
	.content {
		width: 100%;
		height: auto;
		padding: 2% 4%;
		margin: 0 auto;
	}
}

/*頻道6介紹*/
@media only screen and (max-width:812px) {
	.intro_box .intro_other li {
		width: 48%;
	}
}

@media only screen and (max-width:667px) {
	.rwd_pc {
		display: none;

	}

	.rwd_mobile {
		display: block;
	}
}

@media only screen and (max-width: 414px) {
	.intro_box .intro_other li {
		width: 100%;

	}
}