﻿@charset "UTF-8";

#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: 640px) { /*行動版*/
#frameHeader { display: none; }
#containerBox { padding: 0; width: 100%; }
.mobile-show { display: block; }
.pc-show { display: none; }
}

@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; }
}


/* ================================================常用電腦版樣式================================================ */

/* 活動主視覺 */
.kv {
	height: 565px;
	background:url(../images/top2.jpg) no-repeat center top #ec6401;
	position: relative;
}
.kv2 {
	height: 565px;
	background:url(../images/top3.jpg) no-repeat center top #ec6401;
	position: relative;
}
.kv .topbtn { 
	width: 190px;
	height: 60px;
	top: 280px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 450px;
	position: absolute;
}
.kv .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 #ccc 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 #ccc;
	border-top: 1px solid #ccc;
}
table.plan-table th {
	background: #333;
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px #cccccc solid;
	border-right: 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;
	text-align: center;
}
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: #0071c1 !important;
}
th.thbg2{
	background-color: #ff6100 !important;
}
th.thbg3{
	background-color: #2e83a2 !important;
}
td.tdbg1{
	background-color: #f2999f !important;
	color: #fff;
	font-weight: bold;
}
td.tdbg2{
	background-color: #d93d4a !important;
	color: #fff;
	font-weight: bold;
}
.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: #ff6100 !important;	
}
.txt-primary-blue {
	color: #00a0e9 !important;	
}

.txt-support-red {
	color: #e66068 !important;	
}
.txt-support-yellow {
	color: #f4b541 !important;	
}
.txt-support-green {
	color: #90c242 !important;	
}
.txt-support-blue {
	color: #3662a5 !important;	
}
.txt-support-lite-blue {
	color: #7ea3c8 !important;	
}
.txt-support-grey {
	color: #333333 !important;	
}
.txt-support-lite-grey {
	color: #9b9b9b !important;	
}


/* 內容標題樣式 */
.super {
	width: auto;
	margin: 1.5em auto 1.5em auto;
	padding: 10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
	display: table;
}
.sub-title {
	color: #333333;
	font-weight: bold;
	display: table;
	margin: 20px auto;
}
.sub-title:before, .sub-title:after {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 4px;
    border-top: 4px solid #333333;
    content: '';
    margin: 0 10px;
}

/* 按鈕樣式 */
.btnrow{
	text-align: center;
	margin: 2rem auto;
}
.btnrow a {
	width: 32%;
	line-height: 2em;
	font-size: 1.3em;
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.btnrow2{
	text-align: center;
	margin: 2rem auto;
}
.btnrow2 a {
	width: 25%;
	line-height: 2em;
	font-size: 1.3em;
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.btn-primary-orange {
    color: #ffffff !important;
    background-color: #ff6100 !important;
	border-radius: 90px !important;
}
.btn-primary-orange:hover {
    color: #ffffff !important;
	background-color: #e24f38 !important;
}
.btn-primary-blue {
    color: #ffffff !important;
    background-color: #00a0e9 !important;
	border-radius: 90px !important;
}
.btn-primary-blue:hover {
    color: #ffffff !important;
	background-color: #2680eb !important;
}
.btn-support-grey {
    color: #ffffff !important;
    background-color: #999999 !important;
	border-radius: 90px !important;
}
.btn-support-grey:hover {
    color: #ffffff !important;
	background-color: #666666 !important;
}

.btn-support-yellow {
    color: #555555 !important;
    background-color: #ffce00 !important;
	border-radius: 90px !important;
}
.btn-support-yellow:hover {
    color: #555555 !important;
	background-color: #ffae20 !important;
}

/* 頁籤樣式 */
ul.event-tab {
	list-style: none;
	margin: 15px 0 50px 0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dddddd;
}
_:-ms-fullscreen, :root ul.event-tab {
	padding-bottom: 19px;
}
ul.event-tab li {
	font-size: 24px;
	display: inline-block;
	line-height: 24px;
	margin: 0 5px;
}
ul.event-tab li a {
	color: #333333;
	text-decoration: none;
	font-weight: bold !important;
	padding: 15px 20px 18px 20px;
	transition: 0.3s all;
	background: #ffffff;
	border-radius: 10px 10px 0 0;
}
ul.event-tab li a:hover {
	background: #dcdcdc;	
}
ul.event-tab li.on a {
	color: #ffffff;
	background-color: #ff6100;
	padding: 15px 20px 18px 20px;
}

/* contaniner背景樣式 */
.wrapper-grey {
	background-color: #c6c6c6;	
}
.wrapper-pink {
	background-color: #ffeeee;	
}
.wrapper-bg {
	background: url(../images/wrap-bg.jpg) no-repeat bottom #747473;
	background-attachment: fixed;
	background-size: contain;
	position: relative;
	padding: 100px 0;
}
.wrapper-bg h1 {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 10px 30% #000;
}


/* 貼心提醒樣式 */
.twm-content-note h4 {
    display: block;
    font-size: 1.2em;
    margin: 20px 0;
}
.twm-content-note h4:before, .twm-content-note h4:after {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 1px;
    border-top: 1px solid black;
    content: '';
    margin: 0 2px;
}
.twm-content-note {
    padding: 15px 20px;
}
.twm-content {
    display: block;
    border-x: 1px solid red;
    text-align: center;
    position: relative;
}
.twm-content-note ul {
    display: block;
    list-style: decimal;
    padding: 0 10px 20px 20px;
}
.twm-content-note ul li {
    font-size: 0.9em;
    text-align: left;
    line-height: 160%;
    margin-bottom: 10px;
    text-align: justify;
}
.twm-content-note ul li ol {
	padding-left: 10px;
	padding-top: 10px;
}
.twm-content-note ul li ol li {
	list-style: disc;
}
.notetable{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin:10px 0 10px 0;
}
.notetable td{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	padding:3px;
	text-align:center;
}

/* 更多活動樣式 */
.mores {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 20px;
	clear: both;
	margin-bottom: 1rem;
}
.mores img {
	width: 46% !important;
	margin: 1rem;
	text-align: center;
	border: 1px solid #ccc;
}
.mores a:hover img{
	border: 1px solid #c62934;
}

/* contaniner背景樣式 */
.bgpink {
	background-color: #ffeeee;	
}

/* 商品排列樣式 */
.card {
	background-color: #ffffff;
	border-radius: 10px !important;
	border: none !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* IE11 hack 修正圖片 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, img.card-img-top {
		height: 100% !important;
	}
}

/* CSS litebox樣式 */
.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	transition: all 1s ease 0.3s;
}
.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 10%;
	border-radius:10px;
	background-color:#258dc6;
	padding:10px;
	width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto !important;
	transition: all 1s ease 0.3s;
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}

/* ================================================行動版樣式================================================ */

@media screen and (min-width: 0px) and (max-width: 640px) { 
	.sub-title {
		font-size:1.4em;
	}
	.sub-title:before, .sub-title:after {
	    width: 40px;
	    height: 2px;
	    border-top: 2px solid;
	    margin: 0 8px;
	}
	.plan-table-box {
		margin: 20px 0;
	}
	.btnrow a {
		width: 80%;
		line-height: 2em;
		font-size: 1.2em;
		margin-bottom: 10px !important;
	}
	.twm-content-note { 
		background: #eeeeee;
		padding: 15px 20px;
		box-shadow: inset 0px 4px 8px -3px rgba(50,50,50,.2);
	}
	table.plan-table th {
		font-size: 0.9em;
	}
	table.plan-table td {
		font-size: 0.8em;
	}
	.twm-content-note ul li { 
		color:#000;
	}
	.plan-table-box {
		margin: 20px 0;
	}
	.mores img {
		width: 100% !important;
		display: block;
		margin: 1rem 0 !important;
	}
	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;
	}
	.nav-pills .nav-link {
		font-size: 90%;
	}
}

/* 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;
}

/**/
.twm-tab {
	background: #333231;
	height: 84px;
	margin-bottom: 3rem;
}
/*.nav-pills .nav-link, .nav-pills .show {
	border-radius: 0 !important;
	color: #fff;	
	height: 84px;
	vertical-align: middle;
	display: flex; 
    justify-content: center; 
    flex-direction: column; 
	padding-top: 0;
	padding-bottom: 0;
	transition: all 0.2s;
	background-color: #999999;
}
.nav-pills .nav-link a {
	transition: all 0.2s;
	line-height: 85px;
	color: #fff;
	font-size: 1.1em;
	transition: all 0.2s;
}

.nav-link:hover, .nav-link:focus {
	background-color: #32a850;
	color: #ffffff;	
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	vertical-align: 50%;
	color: #ffffff !important;
	border-radius: 0 !important;
	background:#114344 !important;
}*/

/**/

.plan-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border-radius: 7px;
	background-color: #555;
	padding-bottom: 3px;
}

.flipped, .flipped .content { 
	transform: rotateX(180deg);
	cursor: e-resize;
} 

.flipped .content img {
	width: auto !important;
	max-width: unset !important;
}
.cursor {
	cursor: e-resize;
}
.round-border {
	border-radius: 14px;
	border: 6px solid #333;
	width: 100%;
}

.plan-responsive::-webkit-scrollbar {
	width: 20px;
  }
  
.plan-responsive::-webkit-scrollbar-track {
	background-color: transparent;
  }
  
.plan-responsive::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 3px solid transparent;
	background-clip: content-box;
  }
  
.plan-responsive::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbbf;
  }
.plan-responsive {
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #d6dee1;
	scrollbar-3dlight-color: #333;
	scrollbar-highlight-color: #333;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff;
	scrollbar-shadow-color: #333;
	scrollbar-dark-shadow-color: #333;
  }

@media screen and (min-width: 0px) and (max-width: 640px) { 
	.round-border {
		border-radius: 10px;
		border: 4px solid #333;
	}
}

/**/
.twm-pills li a {
	background-color: #e2e2e2 !important;
	border-radius: 999px !important;
	color: #1b1b1b;
	border-bottom: none;
	margin: 0.3em 0.25em;
}
.twm-pills li a:hover, .twm-pills li .active {
	border-radius: 999px;
	border-bottom: none;
	background-color: #000 !important;
	color: #fff !important;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
	.twm-pills li a:hover, .twm-pills li .active {
		border-left: none;
	}
	.table-mobile {
		min-width: 550px;
	}
}

/*去天地*/
main.twm-page-content {
    padding-top: 0px !important;
}
#sharebar, header, #twm-global-header, .twm-footer-breadcrumb, footer, #twm-global-footer, #fixRobotChat {
	display: none !important;
	visibility: hidden !important; 
}