.text-hidden-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
}

.text-hidden-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}

.text-hidden-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.text-red {
	color: #cd3f3f;
}

.bg01 {
	background-image: url('../img/bg01.png');
}
.bg-danger-1 {
	background-color: #cd3f3f;
}



.section-title {
	text-align: center;
	margin-bottom: 3rem;
}
@media (max-width: 992px) {
	.section-title {
		margin-bottom: 1.5rem;
	}
}




.button,
input[type=button],
.button-sm {
	display: inline-block;
	color: #e6423e;
	font-weight: 600;
	/*border-radius: 20rem;*/
	transition-duration: .5s;
}

.button , input[type=button] {	
	background-color: #fff;
	font-size: 1.25rem;
	border: solid 0.125rem #e6423e;
	padding: 0.5rem 2rem;
	margin-bottom: 1.5rem;
}
.button-sm {
	background-color: transparent;	
	font-size: 0.75rem;
	border: solid 0.123rem #e6423e;	
	padding: 0.25rem 1rem;	
}
.button:hover ,
input[type=button]:hover,
.coupon .modal-body .button:hover,
.button-sm:hover {
	color: #fff;
	background-color: #e6423e;
}


.bt-red {
	border-top: 0.5rem solid #e6423e;
}
.bt-green {
	border-top: 0.5rem solid #198754;
}



header .mask-none {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
header .mask-none.show {
	opacity: 1;
	pointer-events: all;
}


.topline {
	width: 100%;
	height: 0.5rem;
}
.top-menu-pc .main-logo {
	height: calc(2.25rem + 3.15vh);
}
.top-menu-pc .nav {
	position: relative;	
}
.top-menu-pc .dropdown-menu.show {
	display: flex;
}
.top-menu-pc .nav-link {
	letter-spacing: 0.1rem;
	padding: 0.35rem 0.2rem;
	color: #fff;
}
/*.top-menu-pc .nav-item .icon {
	font-size: 1.1rem;
}*/

.top-menu-pc .nav-item {
	font-size: 1.3rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.nav-item:hover .icon {
	color: #e6423e;
	background-color: transparent;
}*/
.top-menu-pc .nav-item::before {
	content: '\2022';
	color: #fff;
	margin-right: 10px;
	font-size: 0.7rem;
}
.top-menu-pc .nav-item:first-child::before {
	content: '';
}
.top-menu-pc .dropdown-menu {
	position: absolute;
	left: 0;
	top: 3.05rem;
	padding: 0.5rem 1.25rem;
	/*box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);*/
	min-width: 44.5rem;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	margin-top: 1rem;
	margin-left: 1rem;
	flex-wrap: wrap;
}

/*滑鼠移入顯示第二層選單*/
/*.top-menu-pc .dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.top-menu-pc .dropdown:hover .dropdown-menu {
	display: flex;
	flex-wrap: wrap;
}*/


.top-menu-pc .dropdown-menu a {
	color: #e6423e;
	/*white-space: normal;*/ /* 字太長換行 */
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0 0.65rem;
	display: inline;
	letter-spacing: 0.1rem;
}
.top-menu-pc .dropdown-menu li::after {
	content: '\2022';
	color: #e6423e;
	font-size: 0.7rem;
	position: absolute;
	top: 6px;
	right: 0;
	margin-right: -2px;
}
.top-menu-pc .dropdown-menu li:last-child::after {
	content: '';
}
.top-menu-pc .dropdown-menu li {
	/*border-bottom: 0.01rem dashed #888;*/
	/*padding: 0.3rem 0;*/
	position: relative;
}
/*.top-menu-pc .dropdown-menu::after {
	content: '';
	position: absolute;
	border-color: #fff transparent transparent transparent;
	border-style: solid solid solid solid;
	border-width: 0.65rem;
	top: -1.25rem;
	left: 10rem;
}
.top-menu-pc .dropdown-menu:last-child {
	border-bottom: 0;
}*/


.nav-item-active::after {
	content: '';
	position: absolute;
	border-color: #fff transparent transparent transparent;
	border-style: solid solid solid solid;
	border-width: 0.65rem;
	top: 2.75rem;
	margin-left: 1rem;
}
.nav-item-active:first-child::after {
	display: none;
}

/*.top-menu-pc .nav-item::after {
	content: '';
	position: absolute;
	border-color: #fff transparent transparent transparent;
	border-style: solid solid solid solid;
	border-width: 0.65rem;
	top: 2.75rem;
}
.top-menu-pc .nav-item:first-child::after {
	display: none;
}*/
.top-menu-pc .nav-item:last-child {
	border-bottom: 0;
}


.top-menu-pc .dropdown-menu a:hover,
.top-menu-pc .dropdown-menu a:focus {
	color: #000;
	background-color: transparent;
}



.top-menu-mb .main-logo {
	height: 2.5rem;
}
.top-menu-mb .main-logo2 {
	height: 2.25rem;
}
.top-menu-pc .main-logo2 {
	height: 3.3rem;
}

@media (max-width: 767px) {
	.top-menu-mb .main-logo {
		height: 2.25rem;
	}
	.top-menu-mb .main-logo2 {
		height: 2rem;
	}
}
.top-menu-mb .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.855);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.top-menu-mb .sidenav .closebtn {
	padding: 0.5rem 2rem;
	text-decoration: none;
	font-size: 1rem;
	color: #fff;
	display: block;
	transition: 0.3s; 
}
.top-menu-mb .sidenav .icon {
	font-size: 1.2rem;
	color: #fff;
}
.top-menu-mb .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: -0.75rem;
	font-size: 2.5rem;  
	margin-left: 50px;
}
#main {
	transition: margin-right .5s;
	padding-right: 0.5rem;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	line-height: 2.25rem;
	float: right;
}
.top-menu-mb .accordion-item {
	background-color: transparent;
	border-bottom: dashed 0.05rem #555;
}
.top-menu-mb .accordion-item .nav-link a {
	font-size: 1rem;
	padding: 0.75rem 0.25rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.top-menu-mb .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;	
}
.top-menu-mb .accordion-button:not(.collapsed),
.top-menu-mb button {
	color: #fff;
	background-color: transparent;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.top-menu-mb .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.top-menu-mb .mb-link .accordion-button::after {
	background-image: none;
}
.top-menu-mb .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.top-menu-mb .accordion-collapse a {
	font-size: 1rem;
	text-align: left;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 0.35rem 0;
	margin-left: 2.25rem ;
}
.top-menu-mb .dropdown-item.active,
.dropdown-item:active,
.top-menu-mb .dropdown-item:focus,
.top-menu-mb .dropdown-item:hover {
	background-color: transparent;
}
.top-menu-mb .accordion-item .dropdown-item:last-child {
	padding-bottom: 1.5rem;
}








.FAQs {
	margin-top: 3rem;
	margin-bottom: 5rem;
}
.FAQs .row {
	position: relative;
}
.FAQs .row::after {
	content: '';
	width: 100%;
	height: 1px;
	bottom: -1.65rem;
	position: absolute;
	background-color: #ADADAD;
	opacity: 0.25;	
}
.FAQ {
	margin-bottom: 1.25rem;
	text-align: center;
}
.FAQ a,
.news .item a,
.others .owl-carousel-content .others-item a {
	text-decoration: none;
	color: #212529;	
}
.FAQ h6 {
	margin-top: 0.75rem;
	letter-spacing: 0.8px;
	font-size: 1.25rem;
}
.FAQ img {
	transition: 1s;
}
.FAQ:hover img {
	transform: rotate(-15deg);
}
.FAQ:hover h6 {
	color: #e6423e;
}
@media (max-width: 992px) {
	.FAQs {
		margin: 2rem 0;
	}
	.FAQs .row::after {
		bottom: -0.5rem;
	}
	.FAQ h6 {
		margin-top: 0.5rem;
		font-size: 1rem;
	}
}







.news .item {		
	/*margin: 10px 0;*/
	padding: 15px;
	background-color: #fff;
	color: rgb(33, 37, 41);
	transition-duration: .3s;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 5%);	
	margin-bottom: 3rem;
}
.news .item2 {
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	box-shadow: none;
}
@media (max-width: 992px) {
	.news .item {
		margin-bottom: 1.5rem;
	}
}
.news .item h6 {
	color: #fff;
	background-color: #e6423e;
	padding-bottom: 0.75rem;
	letter-spacing: 0.8px;
}
.news .item h5 {
	line-height: 1.5;
	letter-spacing: 0.5px;	
}
.hoverUp {
	transition-duration: .3s;
}
.hoverUp:hover {	
	transform: translateY(-15px);
}
.hoverUp:hover .item {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#News .item:hover {
	transform: none;
}
.news .item p,
.news .txt  {
	line-height: 1.75;
}
.news .txt {
	padding: 3rem;
}
@media (max-width: 992px) {
	.news .txt {
		padding: 1.5rem;
	}
}
.news .txt h6 {
	color: #ADADAD;
	letter-spacing: 1px;
	margin-top: -10px;
}
.news .txt h2 {
	color: #e6423e;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: dotted 1px #dbdbdb;
}
.news .txt img,
.others .owl-carousel-content .others-item img {
	max-width: 100%;
}


.notice {	
	padding: 0 3rem 1.5rem;
	/*letter-spacing: 0.8px;*/
	line-height: 1.75;	
}
@media (max-width: 992px) {
	.notice {
		padding: 0 0 1rem;
	}
}
.notice h6 {
	border-top: 1px dotted #dbdbdb;
	padding-top: 1rem;
	margin-top: -1rem;
}
.notice-title {
    background-color: rgba(250, 190,0, 0.25);
    border-left: 6px solid #fabe00;
    margin-bottom: 15px;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
}
.notice-content {
	word-break: break-all;
	line-height: 1.5;
}




.others h3 {
	font-weight: 600;
	margin-top: 2.5rem;
	letter-spacing: 1px;
	color: #e6423e;
}
.others .owl-carousel-content .others-item {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 5%);	
}
.others .owl-carousel-content .others-item img {
	filter: contrast(0.9);
	transition: 0.3s;
}
.others .owl-carousel-content .others-item:hover img {	
	filter: contrast(1);
}
.others .owl-carousel-content h5 {	
	margin: 0;
	padding: 0.25rem 0.75rem;
	letter-spacing: 0.8px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	word-break: break-all;
}
/*@media (max-width: 992px) {
	.others .owl-carousel-content h5 {
		-webkit-line-clamp: 2;
		min-height: 4.25rem;
	}
}*/
 




	.bb {
		background-color: rgba(0, 0, 0, 0.05);
		margin-bottom: 1.5rem;
		border-radius: 10px;
		letter-spacing: 1px;
	}

		.bb h2 {
			text-align: center;
			padding: 0.75rem 0;
			border-bottom: solid 0.05rem #ccc;
		}

		.bb ul {
			list-style: none;
			margin-top: 1rem;
		}

		.bb li .rounded-pill {
			margin-right: 0.5rem;
		}







	.apply {
		overflow: hidden;
	}

		.apply .item {
			min-height: 17rem;
			background-color: #fff;
			padding: 1.5rem;
			border-radius: 10px;
		}

			.apply .item:first-child .col-lg-12:first-child {
				border-right: solid 1px #dbdbdb;
			}

	@media (max-width: 992px) {
		.apply .item:first-child .col-lg-12:first-child {
			border-right: solid 0px #dbdbdb;
		}
	}

	.apply .item h5 {
		color: #e6423e;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: 0.8px;
		margin-bottom: 2rem;
		position: relative;
		/* text-align: center; */
	}

		.apply .item h5::after {
			content: '';
			width: 3.5rem;
			height: 0.2rem;
			position: absolute;
			background-color: #e6423e;
			bottom: -13px;
			left: 0;
			/* left: 50%;
	transform: translateX(-50%); 置中*/
		}

	.apply span {
		letter-spacing: 2px;
		padding: 0.35rem 0.75rem;
		margin-right: 0.25rem;
	}

	.apply .item ul {
		padding-bottom: 0;
	}

	.apply .item li {
		margin-bottom: 0.5rem;
	}

	.apply .apply-img {
		width: 22rem;
		position: absolute;
		right: -50px;
		bottom: 0px;
	}

	@media (max-width: 1200px) {
		.apply .apply-img {
			width: 16rem;
		}
	}

	@media (max-width: 992px) {
		.apply .apply-img {
			width: 16rem;
		}
	}

	@media (max-width: 768px) {
		.apply .item {
			min-height: 10rem;
		}

		.apply .apply-img {
			width: 16rem;
			right: 0;
		}
	}

	@media (max-width: 576px) {
		.apply .apply-img {
			display: none;
		}
	}






	.plan {
		margin-bottom: 3rem;
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
	}

		.plan .txt {
			display: flex;
			flex-direction: column;
			justify-content: center;
			padding: 3rem;
			background-color: #fff;
		}

			.plan .txt h3 {
				border-left: .425rem solid #e6423e;
				padding-left: 0.5rem;
				font-weight: 600;
				margin-bottom: 1rem;
			}

			.plan .txt p {
				margin-bottom: 2rem;
				line-height: 1.75;
			}

			.plan .txt input[type=button] {
				font-size: 1rem;
				color: #fff;
				border: none;
				/*border-radius: 1.5rem;*/
				padding: 0.5rem 1rem;
				margin-bottom: 0;
				background-color: #e6423e;
				width: 6.5rem;
				letter-spacing: 0.8px;
			}

				.plan .txt input[type=button]:hover {
					color: #fff;
					background-color: #212529;
				}

	@media (max-width: 992px) {
		.plan {
			margin-bottom: 2rem;
		}

			.plan .txt {
				padding: 2rem;
			}

		.mb-reverse {
			display: flex;
			flex-direction: column-reverse;
		}
	}

	.plan-list {
		padding-top: 5rem;
		padding-bottom: 3rem;
	}







	.video {
		margin: 5rem 0 3rem;
	}

		.video .embed-container,
		.modal .embed-container {
			position: relative;
			padding-bottom: 56.25%;
			height: 0;
			overflow: hidden;
			max-width: 100%;
			margin-bottom: 1.25rem;
		}

			.video .embed-container iframe,
			.modal .embed-container iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}





	.main-footer {
		padding: 2rem 0;
	}

		.main-footer li {
			display: inline-block;
			letter-spacing: 1px;
		}

			.main-footer li::after {
				content: '｜';
				margin: 0 0.25rem;
				color: #fff;
			}

			.main-footer li:last-child::after {
				content: '';
			}

			.main-footer li a {
				text-decoration: none;
				color: #fff;
			}

		.main-footer .media-icon img {
			width: 26px;
			border-radius: 50%;
			margin: 0.15rem;
		}

	@media (max-width: 576px) {
		.main-footer {
			padding: 3rem 0 5rem 0;
		}
		.main-footer li {
			margin: 0 0.25rem;
		}

		.main-footer li::after {
			content: '';
			margin: 0rem;
		}

		.main-footer .media-icon {
			margin-top: 0.3rem;
		}
	}


	#ContactUs {
		position: fixed;
		bottom: 70px;
		right: 20px;
		z-index: 999;
	}
	#ContactUs a:hover {
		color: #f4f4f4;
	}

	#ContactUs img {
		position: absolute;
		right: -0.15rem;
		bottom: 0;
		border: solid 2px #f4f4f4;
		border-radius: 50%;
		background-color: #f4f4f4;
	}
	.ContactUs-close {
		width: 1rem;
		height: 1rem;
		color: #f4f4f4;
		cursor: pointer;
		z-index: 1000;
		position: absolute;
		bottom: 60px;
		left: -15px;
		font-size: 1.35rem;
	}


	#back-to-top {
		position: fixed;
		bottom: 20px;
		right: 15px;
		color: #fff;
		background-color: rgba(230,66,62,0.75);
		width: 40px;
		height: 40px;
		text-align: center;
		font-size: 1.15rem;
		line-height: 2;
		/*border: solid 0.188rem #e6423e;*/
		border-radius: 50%;
		z-index: 999;
	}






	.top-banner {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top-banner h1 {
		position: absolute;
		color: #fff;
		text-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.75);
		margin: 0;
		letter-spacing: 2px;
		line-height: 1;
	}
	.top-banner .title_en {		
		font-size: calc(0.8rem + 0.25vw);
	}
	
	.epg {
		min-height: 36vh;
	}

	.epg .rwd-table {
		word-break: break-word;
	}


	.epg,
	.faq,
	.contact,
	.download {
		margin: 3rem 0;
	}

		.epg i {
			font-size: 1.1rem;
		}

		.epg [data-th="頻道代碼"],
		.epg [data-th="頻道節目"] {
			width: 15%;
		}

	.rwd-table,
	.table-timeline {
		border-collapse: collapse;
		width: 100%;
		letter-spacing: 1px;
		font-size: 1rem;
		line-height: 2;
		background-color: #fff;
		vertical-align: middle;
	}

		.rwd-table th,
		.table-timeline th {
			font-size: 1.1rem;
		}

		.rwd-table th,
		.rwd-table td {
			padding: 0.5rem;
			text-align: center;
			min-height: 3rem;
		}

		.rwd-table tr,
		.table-timeline tr {
			height: 3.5rem;
			width: 100%;
		}

		.rwd-table tbody tr:nth-child(2n) {
			background-color: rgba(0, 0, 0, 0.05);
		}

	@media screen and (max-width: 576px) {
		.rwd-table tr {
			border: 1px solid #dbdbdb;
		}

		.rwd-table thead {
			display: none;
		}

		.rwd-table td,
		.table-timeline td {
			display: block;
			border: none;
			min-height: 1.5rem;
			text-align: left;
		}

			.table-timeline td:nth-child(2) {
				border-bottom: solid 1px rgb(222,226,230);
				margin-bottom: 0.75rem;
			}

			.rwd-table td:before,
			.table-timeline td:before {
				content: attr(data-th) "";
				text-align: left;
				font-weight: bold;
			}

		.epg .rwd-table td:before {
			content: attr(data-th) "　";
		}

		.rwd-table th,
		.rwd-table td {
			padding: 0.15rem 1rem;
		}

		.rwd-table tr td:first-child {
			margin-top: 0.5rem;
		}

		.rwd-table tr td:last-child,
		.epg .rwd-table .music-channel td:nth-child(3) {
			margin-bottom: 0.5rem;
		}

		.epg .rwd-table .music-channel td:nth-child(4) {
			display: none;
		}

		.epg [data-th="頻道代碼"],
		.epg [data-th="頻道節目"] {
			width: 100%;
		}
	}

	@media (max-width: 992px) {
		.epg {
			margin: 2rem 0;
		}
	}





	.table-timeline .badge {
		font-size: 1rem;
	}

	.rwd-table ul,
	.rwd-table ol,
	.table-timeline ul,
	.table-timeline ol {
		margin-bottom: 0;
		padding-left: 1.25rem;
	}

	.rwd-table td .list-checkmark,
	.list-checkmark {
		text-align: left;
		list-style-image: url('../img/checkmark.png');
	}









	.faq .block {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: transparent;
		margin-bottom: 1.5rem;
		padding: 1rem;
		border-radius: 0.5rem;
		cursor: pointer;
		min-height: 13.15rem;
		border: none;
		width: 100%;
	}

		.faq .block img {
			width: 100px;
		}

		.faq .block h5 {
			margin-top: 0.75rem;
			line-height: 1.5;
			color: #424242;
			font-weight: bold;
		}

		.faq .block:hover h5,
		.faq .tab button.active h5 {
			color: #e6423e;
		}

		.faq .block:hover img,
		.faq .tab button.active img {
			filter: invert(62%) sepia(67%) saturate(7210%) hue-rotate(337deg) brightness(92%) contrast(95%);
		}

		/*.faq .block:hover,
		.faq .tab button.active {
			background-color: #F3C7BE;			
		}*/

		.faq .tab {
			overflow: hidden;
		}

		.faq .tab a {
			text-decoration: none;
		}
	/*.faq .tabcontent {
	display: none;
}*/
	.faq .accordion-body,
	.faq .accordion-button {
		line-height: 1.75;
	}

		.faq .accordion-body img {
			max-width: 100%;
		}

		.faq .accordion-body video {
			width: 80%;
		}

	@media (max-width: 992px) {
		.faq .accordion-body video {
			width: 100%;
		}
	}

	.faq .accordion-button:not(.collapsed),
	.about-QA .accordion-button:not(.collapsed) {
		color: #fff;
		font-weight: 700;
		background-color: #212529;
		border-bottom-left-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}

	.faq .accordion-button:focus,
	.about-QA .accordion-button:focus {
		border-color: #e6423e;
		box-shadow: none;
	}

	.faq .accordion-button:not(.collapsed)::after,
	.about-QA .accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
	}






	.pay .txt p,
	.pay .txt li {
		line-height: 1.75;
		letter-spacing: 1px;
	}

	.pay .txt input[type=button] {
		font-size: 1rem;
		color: #e6423e;
		border: solid 0.125rem #e6423e;
		/*border-radius: 1.5rem;*/
		padding: 0.5rem 1rem;
		margin-bottom: 0;
		min-width: 6.5rem;
		letter-spacing: 0.8px;
	}

		.pay .txt input[type=button]:hover {
			color: #fff;
			background-color: #e6423e;
		}






	.contact p {
		line-height: 1.75;
		letter-spacing: 0.8px;
	}

	.contact textarea {
		background-image: url('../img/dmg-outline.png');
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	#contact-notice .modal-header,
	#cooperation-notice .modal-header {
		padding: 0.5rem 0.75rem;
		color: #fff;
		background-color: #cd3f3f;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

		#contact-notice .modal-header h6,
		#cooperation-notice .modal-header h6 {
			width: 100%;
			text-align: center;
			letter-spacing: 1px;
		}

	#contact-notice .modal-body,
	#cooperation-notice .modal-body {
		line-height: 1.5;
	}

		#contact-notice .modal-body .modal-body li,
		#cooperation-notice .modal-body .modal-body li {
			margin-bottom: 0.5rem;
		}

		#contact-notice .modal-body .li-red,
		#cooperation-notice .modal-body .li-red,
		.download ul {
			list-style-type: none;
			text-indent: -0.5rem;
			padding-left: 1.25rem;
		}

			#contact-notice .modal-body .li-red li:before,
			#cooperation-notice .modal-body .li-red li:before,
			.contact-dmg ul li:before, .contact-dmg2 ul li:before,
			.download ul li:before {
				width: 0.5rem;
				content: '•';
				color: #e6423e;
				display: inline-block;
			}








	.store {
		padding-top: 3rem;
	}

		.store .info {
			letter-spacing: 0.8px;
			margin-bottom: 5rem;
			position: relative;
		}

			.store .info ul {
				line-height: 1.75;
				padding: 0.75rem 2rem 0.75rem 3rem;
				min-height: 10rem;
			}

			.store .info h5 {
				background-color: #f2f2f2;
				color: #e6423e;
				font-weight: 600;
				margin-top: -0.325rem;
				margin-bottom: 0;
				padding: 0.5rem 0;
				padding-left: 8.25rem;
				letter-spacing: 2px;
			}

	@media (max-width: 992px) {
		.store .info {
			margin-bottom: 3rem;
		}

			.store .info ul {
				min-height: 5rem;
			}
	}

	.store .zone {
		background-color: #e6423e;
		clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
		color: #fff;
		padding: 0.32rem 1.25rem 0.32rem 1rem;
		position: absolute;
		top: 261px;
		left: -1px;
		font-weight: 600;
		font-size: 1.25rem;
		letter-spacing: 2px;
	}
	.store-notice img {
		max-width: 100%;
	}










	.contact-dmg {
		padding: 2.5rem 0 3rem;
	}

	@media (max-width: 768px) {
		.contact-dmg {
			padding: 3rem 0 0;
		}
	}

	.contact-dmg img {
		width: 425px;
		max-width: 100%;
	}

	.contact-dmg ul {
		line-height: 2;
		letter-spacing: 0.8px;
		font-size: 1.05rem;
		margin-bottom: 2rem;
		list-style: none;
	}

	.contact-dmg ul li,
	.contact-dmg2 ul li {
		text-indent: -0.5rem;
	}

	.contact-dmg ul li:before,
	.contact-dmg2 ul li:before {
		font-size: 1.25rem;
	}


	.bg-deco img {
		max-width: 100%;
	}

	.contact-dmg2 ul {
		padding-left: 1.25rem;
	}

	.contact-dmg2 ul li {
		display: inline-block;
		padding-right: 1.75rem;
	}








	.download .category {
		border-bottom: solid 1px #ddd;
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}

	.download h4 {
		border-left: .425rem solid #e6423e;
		padding-left: 0.65rem;
		font-weight: 600;
		margin-bottom: 1.5rem;
		letter-spacing: 1px;
	}

	.download ul {
		padding-left: 2rem;
	}

		.download ul li:before {
			width: 0.15rem;
		}

	.download li {
		margin-bottom: 0.75rem;
		letter-spacing: 0.8px;
		line-height: 1.5;
	}

		.download li a {
			text-decoration: none;
			color: #212529;
		}

			.download li a:hover {
				color: #e6423e;
			}





	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: rgba(230, 66, 62, .7);
	}




	.tabPage .nav-tabs {
		border-bottom: solid 0.35rem #e6423e;
		flex-wrap: nowrap;
	}

		.tabPage .nav-tabs .nav-link {
			background-color: #777;
			color: #fff;
			font-size: 1.15rem;
			border-radius: 0;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			border-color: transparent;
			margin-right: 0.5rem;
			margin-top: 0.75rem;
			font-weight: 600;
			white-space: nowrap; /* 文字不換行 */
		}

			.tabPage .nav-tabs .active,
			.tabPage .nav-tabs .nav-link:hover {
				background-color: #e6423e;
			}

	.tabPage .tab-content-page {
		padding: 3rem;
		word-wrap: break-word;
		min-height: 20rem;
	}

	
	.tabPage .tab-content-page a {
			text-decoration: none;
		}

	.tabPage .tab-content-page img {
			max-width: 100%;
		}

    .notice h2 {
    	font-size: 1.7rem;
    }    

	@media (max-width: 768px) {
		.tabPage .tab-content-page {
			padding: 1.5rem;
		}
	}

	@media (max-width: 992px) {		
		.tabPage .nav-tabs {
			width: 100%;
			overflow-x: scroll;
			overflow-y: hidden;
			flex-wrap: nowrap;
		}
		.notice .fs-4 {
			font-size: 1.2rem !important;
		}
	}

    @media (max-width: 1024px) {
    	.notice h2 {
    		font-size: 1.52rem;
    	}
    }

	@media (max-width: 1200px) {
		.xl-column-reverse {
			display: flex;
			flex-direction: column-reverse;
		}
	}

    .FTTHMail img {
    	display: block;
    	margin: auto;
    	max-width: 100%;
    }
    
    #FTTHReply {	
    	background: linear-gradient(135deg, #e6423e,#e6423e 50%,#f2f2f2 50%,#f2f2f2);	
    }
    #FTTHReply .container {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translateX(-50%) translateY(-50%);
    }
    #FTTHReply .container .row {
    	width: 75%;
    }
    #FTTHReply .container h1 {
    	font-size: 3rem;
    }	
    @media screen and (max-width:992px) {
    	#FTTHReply {
    		background: linear-gradient(160deg, #e6423e,#e6423e 50%,#f2f2f2 50%,#f2f2f2);
    	}
    	#FTTHReply .container .row {
    		width: 100%;
    	}
    }

    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
    .footerimg {
    	position: absolute;
    	bottom: -7.5rem;
    }
	@media (max-width: 1200px) {
		.footerimg {
			bottom: -5.8rem;
		}
	}
	@media (max-width: 1024px) {
		.footerimg {
			bottom: -3rem;
		}
	}
	@media (max-width: 992px) {		
		.footerimg {
			bottom: -12.5rem;
		}
	}
	@media (max-width: 575px) {
		.footerimg {
			bottom: -3.5rem;
		}
	}

	.bg-pink {
		background: url('../img/blood/bg2.jpg') center no-repeat;
		background-size: cover;
	}
	@media (max-width: 992px) {
		.bg-pink {
			background: url('../img/blood/bg-mb2.jpg') top no-repeat;
			background-size: cover;
		}
	}

	label {
		font-weight: 500;
	}

	.ls-1 {
		letter-spacing: 1px;
	}

	.notice li {
		line-height: 1.5;
	}

	.modal-header {
		padding: 0.5rem 0.75rem;
		color: #fff;
		background-color: #cd3f3f;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

		.modal-header h5 {
			width: 100%;
			text-align: center;
		}

	.li-red {
		/*text-indent: -0.05rem;
		padding-left: 1rem;*/
		list-style-type: none;
		text-indent: -0.5rem;
		padding-left: 1.25rem;
	}
	.li-red li:before {
		width: 0.5rem;
		content: '•';
		color: #e6423e;
		display: inline-block;
	}
	.li-none {
		list-style-type: none;
		text-indent: -2rem;
		padding-left: 1.5rem;
	}
	.li-none li:before {
		content: "";
	}

	.bt-red {
		border-top: 0.5rem solid #cd3f3f;
	}

	.form-select-lg {
		padding-left: 0.5rem;
	}

	#gridCheck {
		width: 1.25rem;
		height: 1.25rem;
	}

	.MSOnotice {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	@media (max-width: 575px) {
		.MSOnotice {
			font-size: calc(1.1rem + 0.21vw);
		}
	}
