@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');
body {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #565660;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #E45F05;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #E45F05;
}
* {
	-webkit-text-size-adjust: none;
}
strong {
	font-weight: 700;
}
.maincolor {
	background-color: #E45F05;
}
.mainfont {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#e6e6e6;
}
.mainTitle {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#ffffff;
}
.mainSubTitle {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	max-width: 200px;
}
.mainSubTitleBlock{
	display: inline-block;
	text-align: left;
}
.kvMainTitle{
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 50px;
	color:#000000;
}
.kvSubTitle{
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 40px;
	color:#000000;
}
.kvImage{
	border-collapse:collapse; 
	mso-table-lspace:0pt; 
	mso-table-rspace:0pt; 
	background-image:url('../images/kv.jpg'); 
	background-repeat:no-repeat; 
	background-position:top center; 
	background-size:cover; 
	width:700px;
}
.issueText{
	padding: 10px 0; 
	font-size: 16px; 
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif; 
	color: #ffffff;
}
.contentfont {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#303030;
	line-height:26px;
}
.footerfont, .footerfonttitle {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff;
	line-height:26px;

}

.footerfont a {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff;
	line-height:26px;
	text-decoration:underline;

}
.contentpaddingtop{
	padding-top:30px;
}
.contentintrotitle{
	font-size: 30px;
	font-weight: 700;
	line-height: 37px;
}
.contentintrotopic{
	font-size: 24px;
	font-weight: 700;
}
.contentintrolink{
	padding-bottom: 5px;
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#E45F05;
}
.contentintrolink a{
}
.contentintrotext{
	font-size: 16px;
	font-weight: 300;
	line-height:26px;
	mso-line-height-rule: exactly;
}
.contentintrotext a{
	text-decoration:underline;
}
.contentfullphoto{
	border:none; 
	height:auto !important; 
	padding-bottom: 10px;
}
.bar1{ border-bottom: 1px solid #c8c8c8;}
.arrow_up_icon {
	padding: 10px 10px 0px 0px;
}
.arrow_up_text {
	font-family: 'Roboto', SimHei, 'Noto Sans TC', Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color:#ffffff; 
	padding: 10px 0px 0px 0px;
}
.arrow_up_text a {
	text-decoration:none;
}
.button{
	background-color: #E45F05;
	height:52px;
}

.button a {
	color:#FFFFFF;
	text-decoration:none;
	}
.table-padding{
	width:75px;
}
.table-padding-intro{
	width:125px;
}
.h100 {
	height:100%;
	height:-webkit-fill-available;
	height:fill-available;
}
.logo_c {
	height:80px;
	max-height:80px;
}
@media only screen and (max-width:480px) {
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #50555F;
}
td[class="w100"], table[class="w100"] {
	width: 100% !important;
}
td[class="w90"], table[class="w90"] {
	width: 95% !important;
}
td[class="w80"], table[class="w80"] {
	width: 85% !important;
}
.col {
	width: 100% !important;
	display: block !important;
	text-align: left !important;
	
}

.col_padding_bottom {
	width:100% !important;
	display:block !important;
	text-align:left !important;
	padding-bottom:15px !important;
	height:auto !important;
	
}
.col_right{
	width: 100% !important;
	display: block !important;
}

.bar1{ display:none !important; }
.mobilehidden{ display:none !important; }
.contentfullphoto{
	width:100% !important;
}
.buttoncontainer{
	width:100% !important;
	background-color: #E45F05 !important;
	min-width:100% !important;
}
.table-padding{
	width:0px !important;
}
.table-padding-intro{
	width:0px !important;
}
.table-padding-top{
	height:25px !important;
}
.col_r{
	padding-left:18px !important;
	padding-right:18px !important;
}
.mainSubTitle {
	font-size: 12px !important;
	max-width: 100% !important;
	width: 100% !important;
}
.kvMainTitle{
	font-size: 30px !important;
}
.kvSubTitle{
	font-size: 25px !important;
}
.contentintrotitle{
	font-size: 20px !important;
}
.contentintrotopic{
	font-size: 20px !important;
}
.footerfont, .footerfont a {
	font-size: 14px !important;
}
.logo_c {
	height:100px;
	max-height:100px;
}
.h100 {
	height:100% !important;
}
}