﻿@import '_header.css';
@import '_menu.css?v=20230703';
@import '_menuMobile.css?v=20230703';
@import '_home.css';
@import '_side.css?v=20230703';
@import '_banner.css';
@import '_footer.css';
@import 'w3.css';
@import url(./fontawesome/font-awesome.min.css);


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 0;
}

html,
body {
	font-size: 100%;
	width: 100%;
	height: 100%;
}


body {
	background: #fff;
	color: #333333;
	cursor: auto;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
}

body,
input,
textarea {
	font-family: Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.mColContainer {
	background-color: #C20F17;
	color: #ffffff;
}

.mColText {
	color: #C20F17;
}

.shadow {
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(PIE.htc);
}

.red-gradient {
	background: #C20F17;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C20F17), to(#9e0109));
	background: -webkit-linear-gradient(#C20F17, #9e0109);
	background: -moz-linear-gradient(#C20F17, #9e0109);
	background: -ms-linear-gradient(#C20F17, #9e0109);
	background: -o-linear-gradient(#C20F17, #9e0109);
	background: linear-gradient(#C20F17, #9e0109);
	-pie-background: linear-gradient(#C20F17, #9e0109);
	behavior: url(PIE.htc);
}

.gray-gradient {
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e0e0e0));
	background: -webkit-linear-gradient(#ffffff, #e0e0e0);
	background: -moz-linear-gradient(#ffffff, #e0e0e0);
	background: -ms-linear-gradient(#ffffff, #e0e0e0);
	background: -o-linear-gradient(#ffffff, #e0e0e0);
	background: linear-gradient(#ffffff, #e0e0e0);
	-pie-background: linear-gradient(#ffffff, #e0e0e0);
	behavior: url(PIE.htc);
}



.txtBold {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #C20F17;
}

h1 {
	font-size: 2rem;
	margin: 1.34rem 0;
}

h2 {
	font-size: 1.5rem;
	margin: 1.245rem 0;
}

h3 {
	font-size: 1.17rem;
	margin: 1.17rem 0;
}

h4 {
	font-size: 1rem;
	margin: 1rem 0;
}

h5 {
	font-size: 0.83rem;
	margin: 1rem 0;
}

h6 {
	font-size: 0.67rem;
	margin: 1rem 0;
}


.clear {
	clear: both;
	float: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #C20F17
}

ul,
ol {
	padding-left: 1.5rem;
}

.contentwrap {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}



#main {
	position: relative;
	background: url(../img/main_bg.png) top center repeat-x;
}

.content {
	position: relative;
	padding-bottom: 48px;
	width: 100%;
}


/* ===== CONTENT ===== */
#home_content {
	padding-top: 32px;
}

#content_banner {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#content_main {
	background-color: #fff;
	height: 100%;
}

#content_left {
	padding-right: 32px;
}

#content_right {
	padding: 16px 0;
}

#breadcrumbs {
	padding: 8px 0;
}

#breadcrumbs,
#breadcrumbs a {
	font-size: 0.75rem;
	color: #666666;
}

#breadcrumbs>a {
	padding: 0 5px;
	text-decoration: none;
}

#breadcrumbs>a:hover {
	color: #999999;
}


.content_title {
	line-height: 45px;
	font-size: 1.5rem;
	font-weight: bold;
	border-left: 3px solid #C20F17;
	padding-left: 16px;
	margin-bottom: 20px;
}


.news_list_title {
	cursor: pointer;
}

.news_list_title:hover {
	color: #C20F17
}

.news_list_date {
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #666;
	line-height: 1;
}


#news_table {
	min-height: 450px;
	margin-top: 2rem;
}

#news_pager {
	height: 30px;
	margin-top: 30px;
	text-align: center;
}

#news_pager .pager_btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #ccc;
	color: #ccc;
	font-size: 0.75rem;
	text-decoration: none;
	line-height: 20px;
}

#news_pager .pager_btn_active {
	border: 1px solid #C20F17;
	background-color: #C20F17;
	color: #fff;
}

#news_disclaimer {
	font-size: 0.75rem;
	color: #999;
}

.news_title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #222;
}

.news_date {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 1rem;
}

#disclaimer_asset {
	display: none;
	padding: 50px;
}

.disclaim_btn {
	padding: 2px 8px;
	margin: 5px;
}

.disclaim_btn:visited {
	border-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: 16px 10px;
}

table th {
	color: #C20F17;
}

table td {
	border-bottom: 1px solid #cccccc;
}


table.noborder th,
table.noborder td {
	border: none;
}

table.striped tr:nth-child(odd) td {
	background-color: #EADEC0;
}

table.noformat {}

table.noformat th,
table.noformat td {
	background-color: transparent !important;
	border: none;
}

table.noformat td {
	padding: 3px !important;
}



.workflowblock {
	display: inline-block;
	width: 90%;
	padding: 32px 16px;
	border: 2px solid #C20F17;
	border-radius: 10px;
	line-height: 1;
}

/* == Appointment == */
.error_bg {
	background-color: #FFDDDD;
}


/* iFrame */
#appointFrame {
	height: 500px;
}

#top20Frame {
	height: 530px;
	overflow-y: hidden;
	overflow-x: auto;
}

#quoteFrame {
	height: 800px;
	overflow-y: hidden;
	overflow-x: auto;
}

@media screen and (max-width: 600px) {
	#appointFrame {
		height: 750px;
	}

	#top20Frame {
		height: 550px;
	}
}


#sitemap>ul>li {
	margin-bottom: 15px;
}