﻿@charset "utf-8";

/* ================================= *\
 資費表_主架構 開始
 */
.eStoreChartBox {}
#tab-demo {	
	font-size: 15px;
	padding: 30px 0 0;
}


/* ------------------------
 資費表_tab_選單列
---------------------------*/
#tab-demo > ul {	
    display: flex;
	justify-content: center;
	align-items: center;
    margin: 0;
    list-style: none;
}
.tab-title { }
#tab-demo > ul > li {
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
    line-height: 66px;	
	vertical-align: top;
	box-sizing: border-box;
    display: inline-block;    
    width: 28%;
    height: 66px;
	background: #fff;
	margin: 0 -1px -1px 0;    
    list-style: none;
    border-bottom: 1px #BCBCBC solid;       
}
#tab-demo.table_5g > ul > li { width: 40%;}

#tab-demo > ul > li a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none; 
    display: block;
    background-color: white;
    width: 90%;
    height: 100%;
    margin: auto;
    transition: all .5s; 
}
#tab-demo > ul > li.ui-tabs-active {
	position: relative;
	z-index: 10;
    background: #fff;
    margin: 0 -1px -3px 0;
	border: 1px solid #BCBCBC;
    border-bottom: 1px #fff solid;
}
#tab-demo > ul > li.ui-tabs-active a { 
    color: rgba(0, 0, 0, .74);
    width: 100%;
    background-color: white;
}
#tab-demo > ul > li a:hover {
	color: rgba(0, 0, 0, .9);
	background-color: #f7f7f7;
}
#tab-demo > ul > li.ui-tabs-active a:hover {
	color: rgba(0, 0, 0, .9);
	background-color: white;
}

@media screen and (max-width: 1023px) {
    #tab-demo > ul > li {
    	font-size: 16px;
    	width: 32%;
    }
}

/* ------------------------
 資費表_tab_對應內容
---------------------------*/
#tab-demo > .tab-inner {
    clear: both;
    color: rgba(0, 0, 0, .74);
    border-top: 1px #BCBCBC solid;
}
.tab-inner {
	width: 100%;
	overflow-x: auto;
    padding: 15px 0 0;
}
.hotsaleTips {
	color: white;	
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;	
	display: inline-block;
	margin: 10px auto 0;
	padding: 16px;
	background-color: #D3060F;	
}
@media screen and (max-width: 786px) {
	.hotsaleTips { 
		font-size: 16px;
		font-weight: 400;
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	.hotsaleTips span { display: block;}
	.hotsaleTips_title { 
		font-size: 22px;
		font-weight: 700;		
	}
}


.tableStyle { box-sizing: border-box;}
	.tableStyle table {
		width: 100%;
		margin: 16px 0 0;
		border-collapse: collapse;
	}
	#tab-demo #tab5g_01 .tableStyle table tr td,
	#tab-demo #tab5g_02 .tableStyle table tr td { width: calc(100% / 9);}

	#tab-demo #tab01 .tableStyle table tr td { width: calc(100% / 6);}
	#tab-demo #tab02 .tableStyle table tr td { width: calc(100% / 4);}
	#tab-demo #tab03 .tableStyle table tr td { width: calc(100% / 5);}

	#tab-demo #tab01 .tableStyle table tr td:nth-last-child(1),
	#tab-demo #tab02 .tableStyle table tr td:nth-last-child(1),
	#tab-demo #tab03 .tableStyle table tr td:nth-last-child(1) { width: auto;}

	#tab-demo #tab01 .tableStyle table tr td:nth-child(1),
	#tab-demo #tab02 .tableStyle table tr td:nth-child(1),
	#tab-demo #tab03 .tableStyle table tr td:nth-child(1) { width: 150px;}		

	.tableStyle th {
		border-bottom: 1px solid #8e8e8e;
	}
	.tableStyle td {
		letter-spacing: 1px;
		text-align: center;
		vertical-align: middle;
		background-color: #f7f7f7;
		border-bottom: 1px solid #8e8e8e;
		border-left: 4px solid white;
	}

    /* 5G 改寫 */
    #tab5g_01 .tableStyle th,
    #tab5g_02 .tableStyle th,
	#tab5g_01 .tableStyle td,
	#tab5g_02 .tableStyle td { border: 1px solid #8e8e8e;}

	.tableStyle tr:nth-last-child(1) td { border-bottom: none;}
	.tableStyle tr td.firstTd { background-color: white;}
	.tableStyle tr td:nth-child(1) { border-left: none;}



/* calc 的基本數是三欄，每多一攔多100px */
@media screen and (max-width: 1023px) {	
	#tab-demo #tab5g_01 .tableStyle,
	#tab-demo #tab5g_02 .tableStyle { width: 100%; overflow-y: auto;} /* 8 欄 */
	#tab-demo #tab5g_01 .tableStyle table,
	#tab-demo #tab5g_02 .tableStyle table { width: 900px;} /* 8 欄 */
		
	#tab-demo #tab01 .tableStyle { width: calc(1023px + 300px);} /* 6 欄 */
	#tab-demo #tab02 .tableStyle { width: calc(1023px + 100px);} /* 4 欄 */
	#tab-demo #tab03 .tableStyle { width: calc(1023px + 200px);} /* 5 欄 */
}
@media screen and (max-width: 767px) {	
	#tab-demo #tab01 .tableStyle { width: calc(768px + 300px);} /* 6 欄 */
	#tab-demo #tab02 .tableStyle { width: calc(768px + 100px);} /* 4 欄 */
	#tab-demo #tab03 .tableStyle { width: calc(768px + 200px);} /* 5 欄 */		
}
@media screen and (max-width: 580px) {
	#tab-demo #tab01 .tableStyle { width: calc(580px + 300px);} /* 6 欄 */
	#tab-demo #tab02 .tableStyle { width: calc(580px + 100px);} /* 4 欄 */
	#tab-demo #tab03 .tableStyle { width: calc(580px + 200px);} /* 5 欄 */		
}


/* 表格內容 */
.tdContent {
	line-height: 1.6;
	padding: 8px 16px;
}
.tdContent_feePlan_title { border-bottom: 4px solid #666;}
.eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title {
	border-bottom: none;
}
.tdContent_colorMark {
	color: #e6190f;
}
@media screen and (max-width: 1023px) {
	.tdContent {
		font-size: 14px;
		line-height: 1.3;
		padding: 8px 5px;
	}
}


/* 表格內容 - 5G 改寫 */
#tab5g_01 .tdContent_feePlan_title,
#tab5g_02 .tdContent_feePlan_title{
	color: white;
	font-weight: 700;
    border: none;
    background-color: #454545;
}


/* 分資費按鈕列 */
.tableStyle table tr:nth-last-child(1) td { vertical-align:text-top;}
.feePlan_btnGrounp {}
.feePlan_btn {}
	.feePlan_btn a {
		color: white;		
		text-align: center;
		line-height: 50px;
		position: relative;
		display: block;
		height: 50px;
		background-color: #777;
		padding: 0 45px 0 0; /* 右邊留白寬度需同步「.feePlan_btn a:before 的 right 值」 */
	}
	.feePlan_btn a:hover {
		background-color: #444;
	}

	.feePlan_btn a:before {
		content: "";
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 45px;		
		width: 1px;
		background-color: #fff;
	}
	.feePlan_btn a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 18px;
		margin: -6px 0 0 0;		
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #fff;
	}

@media screen and (max-width: 1023px) {
	.feePlan_btn a {
		font-size: 14px;
	    padding: 0 24px 0 0; /* 右邊留白寬度需同步「.feePlan_btn a:before 的 right 值」 */	
	}
	.feePlan_btn a:before {
		right: 30px;
	}
	.feePlan_btn a:after {
		right: 10px;
	}
}


/* 可左右滑動提醒 */
.mob_scroll_tips {
	display: none;
    font-size: 15px;
	text-align: center;	
	padding: 26px 0 0;
}
	.mob_scroll_tips div {
		position: relative;
		animation: scroll_tips_show ease-out infinite 2s;
	}
	.mob_scroll_tips span img {
		position: relative;
		top: -3px;
		width: 34px;
		padding-left: 8px;
		padding-right: 8px;
		animation: scroll_tips_hand ease-out infinite 2s;
	}

	@keyframes scroll_tips_show {
		 0%  { left: -10px; right: 0;}
	 	50%  { left: 0; 	right: -10px;}
	 	100% { left: -10px; right: 0;}
	}

	@keyframes scroll_tips_hand {
		0%  { transform: rotate(-15deg);}
	 	25%  { transform: rotate(0deg);}
		50%  { transform: rotate(15deg);}
		75%  { transform: rotate(0deg);}
	 	100% { transform: rotate(-15deg);}
	}

@media screen and (max-width: 1023px) {
	.mob_scroll_tips { display: block;}
}




/* 
 資費表_主架構 結束
==================================== */



/* ================================= *\
 資費表_主題色系 開始 
*/

/* 以下的資費數字是以 HTML 的【檔名】為主，尤其 399 和 398 的部分很容易搞混 */

.webLimit149 .eStoreChartBox #tab-demo {}
.webLimit199 .eStoreChartBox #tab-demo {}
.webLimit399 .eStoreChartBox #tab-demo {}
.webLimit499 .eStoreChartBox #tab-demo {}
.webLimit398 .eStoreChartBox #tab-demo {}
.webLimit599 .eStoreChartBox #tab-demo {}
.webLimit699 .eStoreChartBox #tab-demo {}


/* １４９ -----------------------------------*/
.webLimit149 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #d7bf5e;}
.webLimit149 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #c7b168;}
.webLimit149 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #b19d5b;}
/* 底色標記 */
.webLimit149 .eStoreChartBox #tab01 .tableStyle tr:nth-child(1) td:nth-child(2),
.webLimit149 .eStoreChartBox #tab01 .tableStyle tr:nth-child(1) td:nth-child(4) { color: white; background-color: #d7bf5e;}


/* １９９ -----------------------------------*/
.webLimit199 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #b1cccb;}
.webLimit199 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #7faeac;}
.webLimit199 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #628d8b;}
/* 底色標記 */
.webLimit199 .eStoreChartBox #tab01 .tableStyle tr:nth-child(1) td:nth-child(3),
.webLimit199 .eStoreChartBox #tab03 .tableStyle tr:nth-child(1) td:nth-child(2) { color: white; background-color: #b1cccb;}


/* ３９９ -----------------------------------*/
.webLimit399 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #d1aeb5;}
.webLimit399 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #b5969c;}
.webLimit399 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #997b81;}
/* 底色標記 */
.webLimit399 .eStoreChartBox #tab01 .tableStyle tr:nth-child(1) td:nth-child(5),
.webLimit399 .eStoreChartBox #tab02 .tableStyle tr:nth-child(1) td:nth-child(2) { color: white; background-color: #d1aeb5;}

/* ４９９ -----------------------------------*/
.webLimit499 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #ae97b7;}
.webLimit499 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #988b9d;}
.webLimit499 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #7e7283;}
/* 底色標記 */
.webLimit499 .eStoreChartBox #tab01 .tableStyle tr:nth-child(1) td:nth-child(6) { color: white; background-color: #ae97b7;}


/* ３９８ -----------------------------------*/
.webLimit398 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #aebbd5;}
.webLimit398 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #8899bb;}
.webLimit398 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #6f7f9e;}
/* 底色標記 */
.webLimit398 .eStoreChartBox #tab02 .tableStyle tr:nth-child(1) td:nth-child(2),
.webLimit398 .eStoreChartBox #tab03 .tableStyle tr:nth-child(1) td:nth-child(3) { color: white; background-color: #aebbd5;}


/* ５９９ -----------------------------------*/
.webLimit599 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #bfa992;}
.webLimit599 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #ac7e69;}
.webLimit599 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #946752;}
/* 底色標記 */
.webLimit599 .eStoreChartBox #tab02 .tableStyle tr:nth-child(1) td:nth-child(3),
.webLimit599 .eStoreChartBox #tab03 .tableStyle tr:nth-child(1) td:nth-child(4) { color: white; background-color: #bfa992;}


/* ６９９ -----------------------------------*/
.webLimit699 .eStoreChartBox #tab-demo td .tdContent_feePlan_title { border-bottom: 4px solid #ac9f96;}
.webLimit699 .eStoreChartBox #tab-demo .feePlan_btn a { background-color: #978172;}
.webLimit699 .eStoreChartBox #tab-demo .feePlan_btn a:hover { background-color: #7c695c;}
/* 底色標記 */
.webLimit699 .eStoreChartBox #tab02 .tableStyle tr:nth-child(1) td:nth-child(4),
.webLimit699 .eStoreChartBox #tab03 .tableStyle tr:nth-child(1) td:nth-child(5) { color: white; background-color: #ac9f96;}


.webLimit149 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title,
.webLimit199 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title,
.webLimit399 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title,
.webLimit499 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title,
.webLimit398 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title,
.webLimit599 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title,
.webLimit699 .eStoreChartBox #tab-demo td:nth-child(1) .tdContent_feePlan_title { border-bottom: none;}

/* 
 資費表_主題色系 結束
==================================== */







/* ================================= *\
 貼心小叮嚀 開始
*/
.editBox, .editBox li, .editBox p { 
    color: #333;
    font-size: 16px !important;
}

.webLimit149 .editBox strong { color: #D3060F;}
.webLimit199 .editBox strong { color: #D3060F;}
.webLimit399 .editBox strong { color: #D3060F;}
.webLimit499 .editBox strong { color: #D3060F;}
.webLimit398 .editBox strong { color: #D3060F;}
.webLimit599 .editBox strong { color: #D3060F;}
.webLimit699 .editBox strong { color: #D3060F;}

.webLimit149 .editBox a,
.webLimit199 .editBox a,
.webLimit399 .editBox a,
.webLimit499 .editBox a,
.webLimit398 .editBox a,
.webLimit599 .editBox a,
.webLimit699 .editBox a { color: #2F59C4;}

/* 
 貼心小叮嚀 結束
==================================== */