@import url(reset.css);
@import url(animate.css);
@import url(faq.css);
@import url(icomoon.css);


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "PingFang TC", "Roboto", "Noto Sans TC", "sans-serif", "Microsoft JhengHei", "微軟正黑體", "STHeitiTC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-size: 16px;
	background: #fafafa;
}

.content {
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	/*outline: 1px solid red;*/
}

@media only screen and (min-width:1366px) {
	.content {
		width: 1200px;
		/* outline: 1px solid red; */
	}
}

a {
	text-decoration: none;
}


h1 {
	text-indent: -9999px;
	position: absolute;
}

.kv {
	width: 100%;
	padding-bottom: 4%;
	/* height: 75vh; */
	/* height:470px; */
	background: url(../img/kv_mobile.png) no-repeat top center;
	background-color: #000;
	background-size: contain;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* outline: 1px solid red; */
}

.kv .kv_title {
	display: block;
	width: 90%;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	margin: 84% auto 10%;
	/* outline: 1px solid  red;; */
}

.kv .kv_price {
	width: 90%;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	margin: 10% auto 20%;
}

.kv .kv_price span {
	font-size: 28px;
	padding: 0 5px;
}

.kv_btn {
	margin: 20px auto;
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	width: 224px;
	padding: 12px;
	text-align: center;
	color: #fff;
	background-color: #d3060f;
	cursor: pointer;
}

.kv_btn:hover {
	background-color: #ef3123;
}

@media only screen and (min-width:375px) {
	.kv .kv_title {
		width: 76%;
	}

	.kv .kv_price {
		width: 76%;
	}
}

@media only screen and (min-width:414px) {
	.kv .kv_title {
		width: 69%;
	}

	.kv .kv_price {
		width: 69%;
	}
}

@media only screen and (min-width:576px) {
	.kv .kv_price {
		margin: 5% auto 20%;
	}
}

@media only screen and (min-width:667px) {
	/* .kv .kv_title {
		margin: 10% auto 0;
	} */

	.kv .kv_price {
		margin: 5% auto 10%;
	}

	.kv_btn {
		margin: 20px auto;
		/* width: 80%; */
	}
}

/* tablets */
@media only screen and (min-width:768px) {
	.kv {

		background: url(../img/1920x500_kv.png) no-repeat center;
		background-size: cover;
	}

	.kv .kv_title {
		margin: 5% 0 0 5%;
	}

	.kv .kv_price {
		margin: 2% auto 15%;
	}

	.kv_btn {
		margin: 20px 0 0 5%;
		/* width: 80%; */
	}
}

/*Large devices*/
@media only screen and (min-width:992px) {
	.kv {
		height: 384px;
		background: url(../img/1920x500_kv.png) no-repeat 82% center;
		background-size: cover;
	}

	.kv .kv_title {
		margin: 160px 0 0 60px;
	}

	.kv .kv_price {
		margin: 1% 0 30px;
	}

	.kv_btn {
		/* margin: 20px 0 0 60px; */
		/* width: 224px; */
	}
}

/* Extra large devices */
@media only screen and (min-width:1200px) {
	.kv {
		min-height: 470px;
	}
}

/* 優勢 */
.intro_title_area {
	width: 100%;
	margin: 0 auto 30px;
	text-align: left;
	/* outline: 1px solid red; */
}

.intro_title {
	width: 100%;
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	margin: 30px 0 0;
	border-left: 10px solid #ef3123;
	padding-left: 10px;
	/* outline: 1px solid red; */
}

@media only screen and (min-width:1200px) {
	.intro_title {
		font-size: 46px;
	}
}

.intro_stitle {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.2;
}

.intro_stitle hr {
	opacity: .5;
	width: 20%;
	margin: 0 auto;
}

.intro_stitle_top {
	color: #333;
	padding: .5% 0;
}

.intro_stitle_bottom {
	color: rgb(135 17 170);
	padding: .5% 0;
}

.goodpoint_box {
	width: 100%;
	background-color: #fff;
	padding: 30px 15px;
}

ul.goodpoint {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: auto;
	list-style: none;
	padding-top: 4%;
}

ul.goodpoint li {
	display: block;
	width: 50%;
	margin-bottom: 60px;
	/* outline: 1px solid red; */
}

ul.goodpoint li img {
	display: block;
	width: 110px;
	height: auto;
	margin: 0 auto;
}

.goodpoint_txt {
	display: block;
	color: #333;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 20px auto;
	/* outline: 1px solid red; */
}

.goodpoint_txt p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
}

.goodpoint_txt p:nth-of-type(2) {
	font-size: 14px;
	font-weight: normal;
}

@media only screen and (min-width:576px) {
	ul.goodpoint {
		flex-direction: row;
	}

	ul.goodpoint li {
		width: 50%;
	}
}

@media only screen and (min-width:768px) {
	.goodpoint_txt p:nth-of-type(2) {
		font-size: 16px;
	}
}

@media only screen and (min-width:992px) {
	ul.goodpoint li {
		width: 25%;
	}
}

@media only screen and (min-width:1200px) {}

/* 優勢 END*/

/* 頻道介紹 */
.channel_intro {
	width: 100%;
	/* max-height: 400px;
	height: 75vh; */
	/* background: url(../img/family_tv_bg.png) center bottom no-repeat; */
	/* background-size: 170%; */
	padding: 15px;
}

.channel_intro .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 30px 0 10px;
}

.channel_intro p {
	width: 96%;
	font-size: 16px;
	color: #333;
}

@media only screen and (min-width:375px) {
	/* .channel_intro {
		max-height: 400px;
		height: 60vh;
	} */
}

@media only screen and (min-width:414px) {
	/* .channel_intro {
		height: 65vh;
		max-height: 400px;
		background-size: 130%;
	} */
}

@media only screen and (min-width:576px) {
	/* .channel_intro {
		height: 75vh;
		max-height: 490px;
	} */
}

@media only screen and (min-width:667px) {}

/* tablets */
@media only screen and (min-width:768px) {
	.channel_intro {
		/* height: 20vh;
		max-height: 400px;
		background: url(../img/family_tv_bg.png) right bottom no-repeat;
		background-size: 60%; */
	}

	.channel_intro p {
		width: 50%;
	}
}

@media only screen and (min-width:992px) {
	/* .channel_intro {
		height: 30vh;
		max-height: 200px;
		background-size: 50%;
	} */
}

@media only screen and (min-width:1200px) {
	/* .channel_intro {
		height: 300px;
		max-height: none;
		background-size: 60%;
	} */

	.channel_intro .title {
		margin: 60px 0 10px;
	}

	.channel_intro p {
		width: 40%;
		font-weight: 500;
	}
}

@media only screen and (min-width:1366px) {
	/* .channel_intro {
		height: 450px;
		background-size: contain;
	} */


}

/* 頻道介紹 END*/

/* 頻道電視圖 */
.channel_tv {
	width: 100%;
	margin: 0 auto;
}

.channel_tv img {
	margin: 0 auto;
}

.rwd_pc {
	display: none;
}

.rwd_mobile {
	display: block;
}

@media only screen and (min-width:768px) {
	.rwd_pc {
		display: block;
	}

	.rwd_mobile {
		display: none;
	}

}


/* 頻道電視圖 END */



.channel_pricing_plan_container {
	background-color: #ef3123;
	padding: 30px 10px;
}

.channel_pricing_plan .title {
	width: 96%;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: left;
	margin: 10px auto 30px;
}

.channel_pricing_plan .plan_container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
.channel_pricing_plan .plan_container h2{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
	position: relative;
	
}
.channel_pricing_plan .plan_item_title{
	display: flex;
	align-items: center;
	background-color: #000;
	padding:14px 0 14px 20px;
	
}
/* .channel_pricing_plan li  h2::before{
	content:""!important;
	background: url(../img/writing_line_white_50X50.png) !important;
	background-size:40px !important;
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left:35px !important;
	top: 33px !important;
	transform: translateY(-50%) !important;
}
.channel_pricing_plan li:nth-of-type(2)  h2::before{
	content:""!important;
	background: url(../img/landmark_line_white_50X50.png) !important;
	background-size:40px !important;
} */
	
.channel_pricing_plan .plan_container .plan_item {
	background-color: #fff;
	margin: 10px 10px;
	
}

.channel_pricing_plan .plan_container .plan_award {
	text-align: center;
	color: #000;
	font-size: 16px;
	margin: 10px 0;
}

.channel_pricing_plan .plan_item_content {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.channel_pricing_plan .plan_item_stitle {
	margin: 0 0 20px;
}

.channel_pricing_plan .plan_item_stitle p:nth-of-type(1) {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.channel_pricing_plan .plan_item_stitle p:nth-of-type(2) {
	color: #ef3123;
	font-size: 18px;
	font-weight: bold;
}

.channel_pricing_plan  .buy_btn{
	display: block !important;
	width:94% !important;
	height: 45px !important;
	line-height: 45px !important;
	color: #fff !important;
	font-size: 24px;
	font-weight: bold !important;
	background-color:#ef3123 !important;
	text-align: center !important;
	margin: auto !important;
}
.channel_pricing_plan li .or-price {
	text-decoration: line-through;
	font-size: 16px;
	padding-left: 2%;
}

.plan_item_content li:nth-of-type(2) {
	text-align: left;
	margin-top:8px ;
}

.plan_item_content li:nth-of-type(2) .dollar {
	font-size: 34px;
}

.plan_item_content li:nth-of-type(2) .price {
	font-size: 48px;
	font-weight: bold;
	color:#ef3023;
}

.plan_item_content li:nth-of-type(2) .month {
	font-size: 16px;
}

/* tablets */
@media only screen and (min-width:768px) {
	.channel_pricing_plan .plan_container {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.channel_pricing_plan .title {
		font-size: 46px;
		margin: 60px auto;
		text-align: center;
	}

	.channel_pricing_plan .plan_container .plan_item {
		width: 50%;
	}
}

@media only screen and (min-width:992px) {
	.channel_pricing_plan .plan_item_content {
		flex-direction: column;
		justify-content: space-around;
		padding: 40px 40px 20px 40px;
	}

	.channel_pricing_plan .plan_item_stitle {
		
		margin: 0;
		font-weight: 500;
	}
}

@media only screen and (min-width:1200px) {


	.channel_pricing_plan .plan_container {
		margin: 0 0 30px;
	}

	.channel_pricing_plan .plan_item_stitle {
		font-size: 24px;
	}

	.plan_item_content li:nth-of-type(2) .dollar {
		font-size: 34px;
	}

	.plan_item_content li:nth-of-type(2) .price {
		font-size: 68px;
		font-weight: bold;
	}

	.plan_item_content li:nth-of-type(2) .month {
		font-size: 24px;
	}
}
/* 方案 END */

/* 申辦方式 */
.service_store {
	width: 100%;
	background-color: #fff;
	padding: 30px 15px;
}

.service_store .title {
	width: 96%;
	font-size: 34px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	border-left: 10px solid #ef3123;
	padding-left: 10px;
	margin: 10px auto 100px;
}

.service_store .service_help {
	display: flex;
	flex-direction: column;
	/* flex-wrap:nowrap; */
	margin: 120px auto 30px;
}

.service_store .help_store {
	position: relative;
	width: 100%;
	margin: 0 0 80px;
	background-color: #eee;
	border: 2px solid #aaa;
}

.service_store .landmark {
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #ef3123;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -50px;
}

.service_store .landmark img {
	width: 50%;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.service_store .stitle {
	font-size: 22px;
	text-align: center;
	margin: 80px 0 30px;
}

.service_store .search_store {
	font-size: 20px;
	text-align: center;
	margin: 0 auto 30px;
	cursor: pointer;
}

.service_store a.btn_link {
	cursor: pointer;
	color: #ef3123;
	text-decoration: underline solid #ef3123 2px;
}

@media only screen and (min-width:768px) {
	.service_store .service_help {
		flex-direction: row;
		justify-content: center;
	}

	.service_store .help_store {
		width: 50%;
		margin: 0 15px;
	}
}

@media only screen and (min-width:992px) {
	.service_store .help_store {
		width: 680px;
	}

	.service_store {
		padding: 60px 15px;
	}
}

/* 申辦方式 END */

/* 多螢觀賞 */
.download_area {
	width: 100%;
	background-color: #faf8f5;
	padding: 30px 15px;
}

.download_area .download_item_content a.btn_link {
	cursor: pointer;
	color: #ef3123;
	/* text-decoration: underline solid #ef3123 2px; */
}

.download_area .download_item {
	background-color: #fff;
	padding: 30px 18px;
}

.download_area .stitle {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0 auto 15px;
}

.download_area .download_container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.download_area .download_container .download_item {
	width: 100%;
	margin-bottom: 20px;
}

.download_area .download_item p {
	width: 100%;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
}

.download_item_content li:nth-of-type(1) {
	margin: 0 auto 30px;
}

.download_item_content li:nth-of-type(2) {
	margin: 0 auto;
}

.tv_logo {
	width: 100%;
	margin: 0 auto;
}

.tv_logo img {
	width: 100%;
}

.qrcode_container {
	display: grid;
	width: 90%;
	margin: 30px auto 0;
	grid-template-rows: repeat(3, 1fr);
	grid-gap: 2%;
}

.sell-1 {
	display: none;
	margin: 0 auto;
}

.sell-2 {
	margin: 0 auto;
}

.sell-3 {
	margin: 0 auto;
}

.sell-4 {
	margin: 0 auto;
}

@media only screen and (min-width:768px) {
	.download_area .download_container {
		flex-direction: row;
		justify-content: space-around;
	}

	.download_area .download_container .download_item {
		width: 50%;
		margin: 10px 15px
	}

	.qrcode_container {
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0;
		margin: 54px auto 0;
	}

	.sell-1 {
		display: block;
		grid-row: 1/4;
		grid-column: 1/2;
		margin: 0;
	}

	.sell-2 {
		margin: 0;
	}

	.sell-3 {
		margin: 0;
	}

	.sell-4 {
		margin: 0;
	}

	.tv_logo {
		width: 70%;
	}
}

@media only screen and (min-width:992px) {
	.download_item_content {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		padding-top: 20px;
		align-items: center;
	}

	.download_item_content li:nth-of-type(1) {
		width: 45%;
		margin: 0;
	}

	.download_item_content li:nth-of-type(2) {
		width: 55%;
	}

	.qrcode_container {
		margin: 0 auto;
	}

	.tv_logo {
		width: 80%;
		margin-top: -30px;
	}

	.download_area .stitle {
		text-align: left;
	}

	.download_area .download_item p {
		font-size: 14px;
	}
}

/* 多螢觀賞 END */

/* FAQ */

/* FAQ */