﻿@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 #ccc solid;
	margin: 30px 20px;
	line-height: 1.6em;
}
table.plan-table {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.plan-table th {
	background: #666;
	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: #906b3d !important;
}
th.thbg2{
	background-color: #90443d !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;	
}
.txt-support-white {
	color: #ffffff !important;	
}
.txt-support-lite-yellow {
	color: #ebe800 !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: #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: 32%;
	line-height: 2em;
	font-size: 1.5em;
	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-primary-white {
    color: #000000 !important;
    background-color: #ffffff !important;
	border-radius: 90px !important;
}
.btn-primary-white:hover {
    color: #ffffff !important;
	background-color: #000000 !important;
}
.btn-disable {
    color: #ffffff !important;
    background-color: #999999 !important;
	border-radius: 90px !important;
	cursor: default !important;
	opacity: 0.7;
}
.btn-solid {
    color: #000 !important;
    border: 2px solid #000 !important;
	border-radius: 90px !important;
}
.btn-solid:hover {
    color: #ffffff !important;
    border: 2px solid #ff6100 !important;
	background-color: #ff6100 !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 #f67734;
}
.rule {
	width: 100%;
	padding: 30px 0 30px 0;
}
.howto{
	background: #fff;
	padding: 2em;
	box-shadow: 0 0 30px #cccccc;
	line-height: 1.5em;
	text-align: center;
	margin: 2.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: #ba2127;
	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 #ba2127;
    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*/
	.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;
		box-shadow: 0 0 20px #cccccc;
		text-align: center;
		margin: 1em;
		font-size: 1em;
	}
}

/* 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;
}