﻿@charset "UTF-8";
/**
 * 
 * @authors TWM Marcom WebTeam
 * @date    2021-10-29
 * @version 1.6
 */
/* 
#containerBox {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei";
} */

.sec {
	position: relative;
}

.pc-show {
	display: block;
}

.mobile-show {
	display: none;
}

/*#sharebar { display:none !important; visibility:hidden !important; }  打開註解即隱藏sharebar*/

@media screen and (min-width: 0px) and (max-width: 800px) {

	/*行動版*/
	#frameHeader {
		display: none;
	}

	#containerBox {
		padding: 0;
		width: 100%;
	}

	.mobile-show {
		display: block;
	}

	.pc-show {
		display: none;
	}
}









/* ================================================常用電腦版樣式================================================ */

/* 活動主視覺 */
.kv {
	/* height: 420px;
	background: url(../images/top_2505.jpg) no-repeat center top #f7f7f7; */

	/*底色須配合視覺調整*/
	/* position: relative;
	text-align: center; */
}



.kv2 {
    height: auto;
    position: relative;
    text-align: center;
}

.KV2 img { width:100%; height:auto; }


.kv2 h1 {
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	margin: 0;
}

h1.kv2 .topbtn {
	width: 190px;
	height: 60px;
	top: 280px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 450px;
	position: absolute;
}

h1.kv2 .topbtn a img {
	width: auto !important;
}

/* 資費表格樣式 */
.plan-table-box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	border: 2px #ff6700 solid;
	margin: 30px 20px;
	line-height: 1.6em;
}

table.plan-table {
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.plan-table th {
	background: #ff6700;
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}

table.plan-table td {
	padding: 10px 5px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	text-align: left !important;
}

table.plan-table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

table.plan-table tr:nth-child(even) {
	background-color: #ffffff;
}

table.plan-table ul {
	text-align: left;
	padding-left: 24px;
}

table.plan-table ul li {
	list-style: disc;
}

th.thbg1 {
	background-color: #dddddd !important;
	color: #1b1b1b !important;
}

th.thbg2 {
	background-color: #ff9b0b !important;
}

th.thbg3 {
	background-color: #ff9b0b !important;
}

.table-align-middle th,
.table-align-middle td {
	vertical-align: middle !important;
}

.table-twm-round-corner {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}

.radius-0 {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.radius-lt-0 {
	border-top-left-radius: 0 !important;
}

.radius-rt-0 {
	border-top-right-radius: 0 !important;
}

.radius-lb-0 {
	border-bottom-left-radius: 0 !important;
}

.radius-rb-0 {
	border-bottom-right-radius: 0 !important;
}

.border-l-0 {
	border-left: 0 !important;
}

.border-r-0 {
	border-right: 0 !important;
}

/* 文字樣式 */
.txt-primary-orange {
	color: #ff6700 !important;
}

.txt-primary-blue {
	color: #2d2d6c !important;
}

.txt-support-red {
	color: #d82400 !important;
}

.txt-support-lite-red {
	color: #f73603 !important;
}

.txt-support-orange {
	color: #ff8f08 !important;
}

.txt-support-lite-orange {
	color: #ff9b0b !important;
}

.txt-support-yellow {
	color: #ffba0d !important;
}

.txt-support-lite-yellow {
	color: #ffd60b !important;
}

.txt-support-green {
	color: #0eaa7d !important;
}

.txt-support-lite-green {
	color: #22ddb9 !important;
}

.txt-support-dark-green {
	color: #024d59 !important;
}

.txt-support-purple {
	color: #3e1ee6 !important;
}

.txt-support-lite-purple {
	color: #624bee !important;
}

.txt-support-momo {
	color: #ce2874 !important;
}

.txt-support-lite-momo {
	color: #dd5298 !important;
}

.txt-support-grey {
	color: #333333 !important;
}

.txt-support-lite-grey {
	color: #707070 !important;
}

.txt-support-white {
	color: #ffffff !important;
}


/* 內容標題樣式 */
.super {
	width: auto;
	margin: 1.5em auto 1.5em auto;
	padding: 10px 0;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	text-align: center;
	display: table;
}

/* 按鈕樣式 */
.btnrow {
	text-align: center;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;
	justify-content: center;
}

.btnrow a {
	flex: 0 0 auto;
	line-height: 2em;
	font-size: 1.5em;
	padding-left: 2rem;
	padding-right: 2rem;
	width: auto;
	margin: 0 !important;
}

.btn-primary-orange {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #ff6a01, #ff8d07, #f73603, #ff8f08);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	background-size: 300% 100%;
	transition: all .5s ease-in-out;
}

.btn-primary-orange:hover {
	color: #ffffff !important;
	background-position: 100% 0;
	transition: all .5s ease-in-out;
}

.btn-primary-ebook {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #d60b16, #d60b16);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	transition: all .5s ease-in-out;
}

.btn-primary-ebook:hover {
	color: #bb232b !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 1px solid #bb232b !important;
	transition: all .5s ease-in-out;
}

.btn-primary-myv {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #ff8d03, #ff8d03);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	transition: all .5s ease-in-out;
}

.btn-primary-myv:hover {
	color: #ff8d03 !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 1px solid #ff8d03 !important;
	transition: all .5s ease-in-out;
}


.btn-primary-disney {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #011585, #011585);
	border-radius: 90px !important;
	border: 0;
	outline: 0;
	transition: all .5s ease-in-out;
}

.btn-primary-disney:hover {
	color: #011585 !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 2px solid #011585 !important;
	transition: all .5s ease-in-out;
}

.btn-primary-black {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #181818, #111111);
	border-radius: 90px !important;
}

.btn-primary-black:hover {
	color: #111111 !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 1px solid #111111 !important;
	transition: all .5s ease-in-out;
}

.btn-primary-dark-green {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #024d59, #08545f);
	border-radius: 90px !important;
}

.btn-primary-dark-green:hover {
	color: #024d59 !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 1px solid #024d59 !important;
	transition: all .5s ease-in-out;
}

.btn-primary-yellow {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #ffba0d, #ffba0d);
	border-radius: 90px !important;
}

.btn-primary-yellow:hover {
	color: #ffba0d !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 1px solid #ffba0d !important;
	transition: all .5s ease-in-out;
}


.btn-applemusic{
	color: #ffffff !important;
	background-image: linear-gradient(to right, #fb233b, #fb233b);
	border-radius: 90px !important;
}

.btn-applemusic:hover {
	color: #fb233b !important;
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	border: 1px solid #fb233b !important;
	transition: all .5s ease-in-out;
}

/* 按鈕置底 */
/* .footer {
	position: absolute;
	bottom: -0.5%;
	margin: 9%;
} */



/* 貼心提醒樣式 */
.twm-content-note h4 {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
	font-weight: 500;
	text-indent: 0;
	text-align: left;
	margin-bottom: 16px;
	padding-left: 1rem;
}

.twm-content-note h4:before {
	content: "";
	background-image: url(../images2024/circle-info.svg);
	background-size: contain;
	color: #ff6700;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.twm-content-note {
	padding: 24px 48px;
	margin-top: 2rem;
}

.twm-content {
	display: block;
	text-align: center;
	position: relative;
}

.twm-content-note ul {
	display: block;
	list-style: decimal;
	counter-reset: number;
}

.twm-content-note ul li {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: normal;
	font-weight: 400;
	text-indent: 0;
	text-align: left;
	margin-left: 8px;
	margin-bottom: 8px;
}

.twm-content-note ul li ol {
	padding-left: 10px;
	padding-top: 10px;
}

.twm-content-note ul li ol li {
	list-style: disc;
}


/* 更多活動樣式 */
/* contaniner背景樣式 */
.wrapper-grey {
	background-color: #ffffff;
}

.wrapper-bg {
	background: url(../images2024/wrap-bg.jpg) no-repeat bottom #747473;
	background-attachment: fixed;
	position: relative;
}

.wrapper-bg h1 {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 10px 30% #1b1b1b;
}

/* 商品排列樣式 */
.card {
	background-color: #ffffff;
	border-radius: 10px !important;
	border: none !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* FAQ收合樣式 */
#FAQ .Question {
	width: 100%;
	padding: 12px;
	color: #333;
	background-color: #d7d7d7;
	font-size: 1.2rem;
	border-radius: 8px;
}

#FAQ .Answer {
	display: none;
	width: 100%;
	padding: 12px 24px;
	font-size: 1em;
	background: #f9e3ca;
	margin-bottom: 2rem;
	border-radius: 8px;
}

#FAQ .Answer p {
	margin-bottom: 0;
}

#FAQ .Answer ul {
	margin: 0;
	padding: 0;
}

#FAQ .Answer ul li {
	margin-left: 1.5rem;
}

#QandA {
	background-color: #f9e9e0;
	border: 1px solid #f9e9e0;
	border-radius: 8px;
	padding: 0px;
	margin-bottom: 20px;
}


.accent-text {
	font-size: 1.25rem;
	letter-spacing: 2px;
	color: #ff6100;
	line-height: 26px;
	font-family: en, sans-serif;
}

.plus-box {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	top: 0px;
	background: 0 0;
	-webkit-transition: border-color .4s ease, background .4s ease;
	-o-transition: border-color .4s ease, background .4s ease;
	transition: border-color .4s ease, background .4s ease;
	border-color: #ff6100;
	background: #ff6100;
	display: inline-block;
}

.plus-box:after,
.plus-box:before {
	content: "";
	background: #fff;
	width: 2px;
	height: 12px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: background .4s ease, -webkit-transform .4s ease;
	transition: background .4s ease, -webkit-transform .4s ease;
	-o-transition: transform .4s ease, background .4s ease;
	transition: transform .4s ease, background .4s ease;
	transition: transform .4s ease, background .4s ease, -webkit-transform .4s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.plus-box:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion.accordion-open .plus-box:after,
.accordion.accordion-open .plus-box:before {
	background: #fff;
}

.plus-box:hover {
	opacity: .85;
}

.active .plus-box:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.active .plus-box:before {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	opacity: 1;
}

/* IE11 hack 修正圖片 */
@media all and (-ms-high-contrast: none) {

	*::-ms-backdrop,
	img.card-img-top {
		height: 100% !important;
	}
}

/* animate icon */
.animated-iconx {
	width: 13px;
	height: 18px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(270deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-iconx span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: rgba(0, 0, 0, 0.9);
}

.animated-iconx span:nth-child(1) {
	top: 0px;
	transform: rotate(-45deg);
}

.animated-iconx span:nth-child(2) {
	transform: rotate(45deg);
}

.animated-iconx span:nth-child(2),
.animated-iconx span:nth-child(3) {
	top: 8px;
}

.animated-iconx span:nth-child(4) {
	top: 16px;
}

.animated-iconx.open span:nth-child(1) {
	top: 0px;
	width: 100%;
	left: 0%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.animated-iconx.open span:nth-child(2) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* ================================================平板版樣式================================================ */

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.navbar-light .navbar-toggler {
		border: none !important;
	}

	.twm-nav {
		/*height: auto;*/
		background-color: rgba(255, 255, 255, 0.9);
		backdrop-filter: blur(20px);
		top: 80px !important;
	}

	div[class^="gift-"] .footer.text-center {
		left: 0;
		width: 100%;
	}

	div[class^="gift-"] .footer.text-center a {
		padding: 0.5rem 1.5rem !important;
	}


}







@media screen and (min-width: 641px) and (max-width: 767px) {
	.twm-nav {
		height: auto;
		top: 70px !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-light .navbar-toggler {
		border: 0;
	}
}


/*平板版*/
/* @media screen and (min-width: 641px) and (max-width: 949px) {

	
	#frameHeader {
		display: none;
	}

	#containerBox {
		padding-top: 110px; width: 100%;
	}

	.pc-show {
		display: none;
	}

	.mobile-show {
		display: block;
	}
} */

/* ================================================行動版樣式================================================ */

@media screen and (min-width: 0px) and (max-width: 800px) {

	.plan-table-box {
		margin: 20px 0;
	}

	.btnrow a {
		width: 80%;
		line-height: 2em;
		font-size: 1.5em;
		margin-bottom: 10px !important;
	}

	.twm-content-note {
		background: #ffffff;
		padding: 15px 10px;
	}

	table.plan-table th {
		font-size: 0.9em;
	}

	table.plan-table td {
		font-size: 0.8em;
	}

	.twm-content-note ul li {
		color: #1b1b1b;
	}

	.plan-table-box {
		margin: 20px 0;
	}

	ul.event-tab {
		margin: 10px 0 30px 0;
		padding-top: 20px;
		padding-bottom: 7px;
	}

	ul.event-tab li {
		font-size: 13px;
		line-height: 20px;
		margin: 0 1px;
	}

	ul.event-tab li a {
		padding: 10px 10px;
	}

	ul.event-tab li.on a {
		padding: 10px 10px;
	}

	.wrapper-bg {
		background-attachment: fixed;
		background-size: cover;
	}

	.plus-box {
		width: 26px;
		height: 22px
	}

	.plus-box:after,
	.plus-box:before {
		width: 2px;
		height: 8px;
	}

	.twm-nav {
		height: auto;
		background-color: rgba(255, 255, 255, 0.9);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		top: 70px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.nav-pills .nav-link,
	.nav-pills .show {
		font-size: 0.85em !important;
	}

	.navbar-toggler {
		padding: 0.25rem !important;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: none !important;
		border-radius: 0.25rem;
	}

	.nav-link:focus,
	.nav-link.active,
	.show>.nav-link {
		border-left: 5px solid #ff6100;
		border-bottom: none;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.twm-pills li a:hover,
	.twm-pills li .active {
		border-left: none;
	}
}

/* event bug fix */
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0) !important;
}

header#twm-global-header a:hover,
footer#twm-global-footer a:hover {
	text-decoration: none !important;
}

/**/

.feature {
	/* background-color: #ffffff; */
	padding: 10px;
	text-align: center;
	border-radius:40px;
	max-width: calc(100% / 6 - 18px);
	transition: all 0.2s;
}

.feature img {
	width: 110px;
}

.feature:hover {
	transition: all 0.2s;
	box-shadow: rgba(198, 198, 202, 0.4) 0px 7px 29px 0px;
}

.gift-box {
	border-radius: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 0 0 2rem 0;
}

.gift-box-head img {
	width: 50%;
}	

.gift-box {
	border-radius: 25px 25px 0px 25px;
	box-shadow: rgba(64, 64, 66, 0.2) 0px 2px 18px 0px;
	padding: 0 0 2rem 0;
	width: 100%;
}
/* 可變格數 */
.gift-box {
	max-width: calc(100% / 3 - 30px);
	transition: all 0.2s;
}
/* 可變格數 */

.gift-box h4 {
	height: 58px;
}

.gift-box:hover{
	box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
	transition: all 0.2s;
}

.gift-box a{
	color: #ff6700;
}

.gift-box ol  {
	list-style: decimal !important;
	height: 125px;
}

.gift-box ol li {
	list-style: decimal !important;
}

.gift-area {
	background: #ffffff;
	text-align: center;
	padding: 0.5rem;
	margin-bottom: 1rem;
}

.gift-area img {
	width: 50%;
}

.redeem {
	background-color: #707070;
	color: #ffffff;
	font-size: 12px;
	padding: 0.5px 4px;
	/* margin: 0 0 0.5rem 0; */
	display: inline-block;
	border-radius: 5px 5px 0px 5px;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.feature {
		max-width: calc(100% / 2 - 18px);
		margin-bottom: 1rem;
	}

	.feature img {
		width: 90px;
	}

	.gift-box{
		max-width:top_2505.jpgtop_2505.jpgtop_2505.jpg(100% - 20px);
		margin-bottom: 1.5rem;
	}
}


/* define bootstrap 5 columns */
@media (min-width: 800px) {
	.col-md-1-5 {
		-ms-flex: 0 0 19.2%;
		flex: 0 0 19.2%;
		max-width: 19.2%;
	}
}
@media (max-width: 1280px) {
	.gift-box{
		max-width: unset;
		width: calc(100% / 2 - 20px);
		margin-bottom: 10px;
	}
}

@media (max-width: 640px) {
	.gift-box{
		width: calc(100% - 20px);
	}
	.gift-box ol,
	.gift-box h4{
		height: auto;
	}

}