@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; }
}

/* 資費表格樣式 */
.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: 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: #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: #9b9b9b !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;
}

.sub-title {
	color: #333;
	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 #333;
	content: '';
	margin: 0 10px;
}

/* 按鈕樣式 */
.btnrow {
	text-align: center;
	margin: 2rem auto;
}

.btnrow a {
	/* width: 33%; */
	line-height: 2em;
	font-size: 1em;
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.btn-primary-orange {
	color: #ffffff !important;
	background-color: #ff6700 !important;
	border-radius: 90px !important;
}

.btn-primary-orange:hover {
	color: #ffffff !important;
	background-color: #d82400 !important;
}

.btn-primary-blue {
	color: #ffffff !important;
	background-color: #2d2d6c !important;
	border-radius: 90px !important;
}

.btn-primary-blue:hover {
	color: #ffffff !important;
	background-color: #3e1ee6 !important;
}

.btn-primary-white {
	color: #1b1b1b !important;
	background-color: #ffffff !important;
	border-radius: 90px !important;
}

.btn-primary-white:hover {
	color: #ffffff !important;
	background-color: #1b1b1b !important;
}

.btn-disable {
	color: #ffffff !important;
	background-color: #999999 !important;
	border-radius: 90px !important;
	cursor: default !important;
	opacity: 0.7;
}

.btn-solid {
	color: #1b1b1b !important;
	border: 2px solid #1b1b1b !important;
	border-radius: 90px !important;
}

.btn-solid:hover {
	color: #ffffff !important;
	border: 2px solid #ff6700 !important;
	background-color: #ff6700 !important;
}

.btn-solid-white {
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
	border-radius: 90px !important;
}

.btn-solid-white:hover {
	color: #ff6700 !important;
	border: 2px solid #ffffff !important;
	background-color: #ffffff !important;
}

h4.checkmore a{
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	cursor: pointer;
	display: block;
	transition: 0.3s all;
}
h4.checkmore a:hover{
	background-color: #ddd;
}
.tag{
	color:#fff;
	background:#D94144;
	padding:2px 5px;
	vertical-align:super;
	font-size:13px;
	border-radius:4px;
}

@media screen and (min-width: 0px) and (max-width: 640px) { /*mobile*/
	.plan-table-box {
	margin: 20px 0;
	}
	.btnrow a {
	width: 80%;
	line-height: 2em;
	font-size: 1.5em;
	margin-bottom: 10px !important;
	}
}
.sec {
	margin:0 auto;
}
.figure {
	margin:0 auto 0 auto;

}
#hcolor{
	background: #004f99; /* Old browsers */
	background: -moz-linear-gradient(top, #004f99 0%, #089bdb 29%, #2293a5 48%, #ebb31c 73%, #eb5700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #004f99 0%,#089bdb 29%,#2293a5 48%,#ebb31c 73%,#eb5700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #004f99 0%,#089bdb 29%,#2293a5 48%,#ebb31c 73%,#eb5700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	ilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f99', endColorstr='#eb5700',GradientType=0 ); /* IE6-9 */
	padding:30px 0;
}

/* .kv {
	height: 500px;
	background:url(../images/top.jpg) no-repeat center top #ffffff;
} */


.KV img {
    width: 100%;
    height: auto;
}
.rule {
	padding: 0 0 30px 0;
}
.howto{
	background: #fff;
	padding: 2em;
	box-shadow: 0 0 30px #ddd;
	text-align: center;
	/*border-radius: 10px;*/
	margin: 1.5em;
	font-size: 1.2em;
}
.howto h4 {
	font-size: 1.5em;
	color: #ff6100;
	margin-bottom: 0.7em;
}
.howto hr {
	line-height: 1px;
	height: 1px;
	color: #ccc;
	margin: 20px 0;
	border: none;
	border-top: 1px dashed #ccc;
}
#mission {
	width: 100%;
	padding: 30px 0 30px 0;
}
.missionbox {
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}
.missionbox h5 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
.missionbox p {
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.missionbox img {
	border: 1px solid #ccc;
	max-width: 100%;
    max-height: 100%;
	margin-bottom: 10px;
}
.missionbox span img {
	z-index: 1;
	position: absolute;
	border: none;
	margin-bottom: 10px;
	display: none;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	padding-left: 15px;
	padding-right: 15px;
}
.complete span img{
	display: block;
}
.complete a {
	display: none;
}
.missionbox-six {
	text-align: center;
	margin-top: 1rem;
}
.missionbox-six h5 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;	
}
.missionbox-six img {
	border: 0;
}
.missionbox-six ul {
	margin: 0;
	padding: 0;
}
.missionbox-six ul li {
	float: left;
	margin: 0.6rem;
	height: 100%;
}

#eventgift{
	background: #ffffff;
	padding: 30px 0 30px 0;
}
#morepromo {
	width: 100%;
	padding: 30px 0 30px 0;
	background: #f6f6f6;
}
.clearfix:after{ content: ""; display: block; clear: both;}

.register {
	width: auto;
}
.register h3{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.register p {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.txt-center {
	text-align: center ;
}
.txt-middle {
	vertical-align: middle;
}


/* contaniner背景樣式 */
.wrapper-grey {
	background-color: #eeeeee;	
}
.wrapper-pink {
	background-color: #ffeeee;	
}
.wrapper-bg {
	background: url(../images/wrap-bg.jpg) no-repeat center #005c9a;
	background-attachment: fixed; 
	position: relative;
}

/* 內容標題樣式 */
.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;
	font-size: 2.5em;
	font-weight: bold !important;
}
.sub-title {
	color: #00204b;
	font-weight: bold;
	display: table;
	margin: 20px auto;
}
.sub-title:before, .sub-title:after {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 4px;
    border-top: 4px solid #00204b;
    content: '';
    margin: 0 10px;
}

/* 貼心提醒樣式 */
/*.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;
}*/

@media screen and (min-width: 0px) and (max-width: 640px) { /*mobile*/
	.sub-title {
		font-size: 1.4em;
	}

	.sub-title:before,
	.sub-title:after {
		width: 40px;
		height: 2px;
		border-top: 2px solid;
		margin: 0 8px;
	}
	.fixsize { 
		width: auto !important;
	}
	.missionbox {
		border-bottom: 2px solid #ddd;
		padding-bottom: 20px;
	}
	.missionbox-six img {
		border: 0;
		width: 100%;
	}
	.missionbox-six ul li {
		float: none;
		display: block;
	}
	#eventgift div img, #morepromo div img {
		margin-bottom: 1rem !important;
	}
	.register {
		width: auto;
	}
	.howto{
		background: #fff;
		padding: 1em 1em 0 1em;
		box-shadow: 0 0 20px #cccccc;
		text-align: center;
		margin: 1em;
		font-size: 0.85em;
	}
}

/* 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;
}

.missioncard {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 0 0 10px 0;
	box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
	max-width: 23%;
	margin: 0 0.5rem;
	min-height: 300px;
}
.missionimg-1, .missionimg-2, .missionimg-3, .missionimg-4 {
	height: 40%;
	border-radius: 10px 10px 0 0;
	margin-bottom: 1rem;
	vertical-align: middle;
}
.missionimg-1 img, .missionimg-2 img, .missionimg-3 img, .missionimg-4 img {
	width: 100%;
}
.missionimg-1 {
	background: #d82400;
}
.missionimg-2{
	background: #ff6700;
}
.missionimg-3 {
	background: #3e1ee6;
}
.missionimg-4 {
	background: #098979;
}

.missioncard h5 {
	font-size: 16px;
	line-height: 1.2em;
}
.missioncard h5, .missioncard p {
	padding: 0 10px;
}

@media screen and (min-width: 0px) and (max-width: 640px) { /*mobile*/
	.missioncard {
		max-width: 80%;
		min-height: auto;
		margin-bottom: 1rem;
		padding-bottom: 20px;
	}
	.missionimg-1, .missionimg-2, .missionimg-3, .missionimg-4 {
		height: 130px;
	}
	.missionimg-1 img, .missionimg-2 img, .missionimg-3 img, .missionimg-4 img {
		height: 130px;
	}
}