@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	color:#000000;
	background-image: url(../images/page-background.png);
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: repeat;
}
/************************
TOTAL
************************/
.line_1 { 
	width: 100%; 
	display: inline-block;
	height: 1px; 
	border-top: 1px solid #909090;
	margin-bottom: 10px;
	}
.both { 
	width: 100%; 
	display: inline-block;
	height: 0px; 
	margin: 0px;
	}
.both_10  { 
	width: 100%; 
	display: inline-block;
	height: 100px; 
	margin: 50px 0;
	}
.both_20  { 
	width: 100%; 
	display: inline-block;
	height: 10px; 
	margin: 5px 0;
	}
.cs1  { color:#d80012; }
.dot  { font-size: 11px; top: -2px; position: relative; }
	
.wrapper{	padding: 0px; margin: 0 auto; background: #ffffff; }
@media only screen and (max-width: 768px) { .wrapper{ width:100%;} }
@media (min-width:992px){.wrapper{ width:970px;} }
@media (min-width:1200px){.wrapper{ width:1170px;} }

.container{	padding: 0px 15px; margin: 0 auto; }
@media (min-width:768px){.container{ width:750px;} }
@media (min-width:992px){.container{ width:980px;} }
@media (min-width:1200px){.container{ width:1170px;} }
/************************
HEADER
************************/
header {
	position: relative;
    line-height:50px;
    background:#ffffff;
    padding: 0px;
	}
header .h_top {
    display: block;
	width: 100%;
	height: 78px;
	background:#000000;
	border-bottom: 10px solid #d80012;
	}
header .logo {
	display: inline-block; 
	float: left;
	height: 72px;
	padding-left: 20px;
	}
header .logo img {
	float: left;
	max-height: 100%;

	}

header .share {
	display: inline-block; 
	float: right;
	color: #ffffff;
	font-size: 20px; 
	line-height: 1.2em; 	
	font-weight: 600;

	height: 28px;
	padding: 20px 0px;
	margin-right: 10px;
	}
header .share img { 
	height: 30px; 
	margin-top: -5px;
	vertical-align:middle;
	opacity:0.6;
	filter:alpha(opacity=60);
	}
header .share a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
    }
header #toggle { display: none; }
header nav { display: flex; }
header nav > *{ flex: 0 1 100%; }
header nav a + a { border-left: 1px solid #eeeeee; }
header nav a {
    color: #000000;
    text-decoration: none;
    background: transparent;
    transition:color .2s, background .2s;
    text-align: center;
    }
header nav a:hover {
    color: #000000;
	background:#eeeeee;
    }
header nav a.active{
    color: #000000;
	border-bottom: 10px solid #d80012;
    }
/************************/	
@media screen and (max-width: 960px) {
header .h_top { max-height: 60px; border-bottom: 0px solid #d80012; }
header .logo { max-height: 50px; padding-top: 5px; padding-left: 10px; }
header .logo img  { max-height: 100%; }
header .share { padding-top: 20px; margin-right: 10px; }
header .share img { height: 25px; margin-top: -6px; }	
header .share .txt { display: none; }

header #toggle {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 30px;
	left: 10px;
	top: 12px
	}
header #toggle .line {
	width: 100%;
	height: 3px;
	background: #ffffff;
	margin: 5px auto;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
	}
header #toggle .line.one.on {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px)
	}
header #toggle .line.two.on { opacity: 0 }
header #toggle .line.three.on {
	-webkit-transform: rotate(-45deg) translate(6px, -6px);
	transform: rotate(-45deg) translate(6px, -6px)
	}
	
header nav { display: none; }
nav.menu.active { display: block; }
header nav a + a { border-left: 0px solid #ffffff; border-top: 1px solid #eeeeee; }
header nav a {
    display: block;
	width: 100%;
	
	color: #000000;
    text-decoration: none;
    background: transparent;
    transition:color .2s, background .2s;
    text-align: center;
	}
header nav a.active{ 
    border-bottom: 0px solid #d80012;
	}
}

/************************
KEY-VISUAL
************************/ 
.key-visual { 
    position: relative;
	padding-top: 40px; 
	padding-bottom: 40px; 
	
	transition: all 0.5s ease 0s; 
	background-color: #ebe9d2;
	background-image: url('../images/visual_1.jpg');
	background-repeat: no-repeat; 
	background-position: center 0px; 
	height: 320px; 
	}
.key-visual .tb01 { 
	float: left;
	max-width: 600px;
	text-align: left;
	padding-top: 50px; 
	padding-left: 50px; 
	}	
.key-visual .tb01 img { max-height: 100px; }
.key-visual h2 { 
    color: #d80012; 
	font-size: 45px; 
	line-height: 1.2em; 
	font-weight: 900; 
	}
.key-visual h2 strong { 
	font-size: 80px; 
	line-height: 1.2em; 
	font-weight: bold; 
	}
.key-visual h3 { 
    color: #000000;
	font-size: 32px;
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	}
.key-visual h3 strong{ 
    color: #FFFFFF; 
	font-size: 35px;
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	}	
.key-visual .tb01 p { display:none; }
.key-visual img.v-s1 { display:none; }

@media screen and (max-width: 480px) {
.key-visual { 
    position: relative;
	padding-top: 0px; 
	padding-bottom: 10px; 
	
	transition: all 0.5s ease 0s; 
	background: #ffffff;
	height: auto; 
	}
.key-visual .tb01 { 
	width: 100%;
	text-align: center;
	padding: 10px 2%;
	}
.key-visual .tb01 img { max-width: 98%; }		
.key-visual img.v-s1 { display:block; max-width: 100%; }	
}
/************************
LAYOUT
************************/ 
.block_03 { 
	width: 96%; 
	padding-top: 30px; 
	margin: 0px 2%; 
	}

.block_02 { 
	width: 96%; 
	padding-top: 30px;
	margin: 0px 2%; 
	background-color: #ffffff;
	}
.block_02 .mode_top { 
	display: inline-block;
	float: left;
    width: 75%; 
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: left;
    }
.block_02 .mode_01 { 
	display: inline-block;
	float: left;
    width: 75%; 
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: left;
    }
.block_02 .mode_01 ol,
.block_02 .mode_01 ul  { 	
    padding-left: 25px;	
    }

.block_02 .mode_02 { 
	display: inline-block;
	float: right;
    margin-top: 0%;
	width: 200px; 
	vertical-align:middle;
	text-align : center;
	}
.block_02 .mode_02 img { 
    width: 100%; 
	vertical-align:middle;
	}
.block_02 .cards { 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%; 
	}
.block_02 .cards img { max-width: 100%; }
.button5{
	max-width: 280px;
    color: #ffffff;
    background: #d50020;
	border-radius: 5px;
	font-size: 16px; 
	line-height: 1.4em;
	margin-top: 15px;
	padding: 3px 5px;
	text-align: center;	
    }
.block_02 .b2 { 
	font-size: 18px;
	color: #000000;
	line-height: 2em;
	font-weight: 400;
	min-height: 100px;
	margin: 10px 10px;
	}
.block_02 a, .block_02 a:hover, .block_02 a:active { color: #000000; }	
	
@media screen and (max-width: 960px) {
.block_02 { width: 90%; margin: 0px 5%; }
.block_02 .mode_01 { width: 68%; }
.block_02 .mode_02 { width: 30%; }
}
@media screen and (max-width: 480px) {
.block_02 { width: 90%; margin: 0px 5%; }
.block_02 .mode_top { display: block; width: 100%;  }
.block_02 .mode_01 { display: block; width: 100%;  }
.block_02 .mode_02 { display: block; width: 100%; text-align: center; margin: 10px 0px; }
.block_02 .mode_02 img { max-width: 80%; }
}

/************************/ 
.hot { 
	position: relative;
	display: block;
	float: right;
    width: 70px;   
	text-align: right;
	margin-top: -40px;
	z-index: 1;
	}
.hot img { 
    width: 70px;    
    height: auto; 
	}
	
.block_05 {
	display: inline-block;
	width: 96%;
	margin: 0px 2%; 
	padding-bottom: 20px;
	background: #ffffff;
	}
.block_05 .m5_01 { 
	display: inline-block;
	float: left;
    width: 60%; 
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: left;
    }
.block_05 .m5_02 { 
	display: inline-block;
	float: left;
	width: 40%;
	}
.block_05 .m5_01 img,
.block_05 .m5_02 img { max-width: 100%; }
	
.block_05 .pic_01 { 
	display: inline-block;
	float: left;
	width: 100%;
    }
.block_05 .pic_02 { 
	display: none;
	float: left;
	width: 100%;
	}
.block_05 .pic_01 img,
.block_05 .pic_02 img { max-width: 100%; }


.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
	display: block;
	float: left;
	padding: 0px;
	color: #000000;
	margin-left: 0%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	
	min-height: 190px;
	text-align: left;
	background-color: #ffffff;	
	}
.block_05 li.box4 img,
.block_05 li.box3 img,
.block_05 li.box2 img {
	max-width: 100%;
	}	
.block_05 li.box2{ max-width: 48%; }
.block_05 li.box3{ max-width: 32.5%; width: 32.5%; }
.block_05 li.box4{ max-width: 23%; }	
	
.block_05 h2 { 
    color: #d50020; 
    font-size: 23px;
	line-height: 1.4em;
	margin: 10px 3px;
	font-weight: 500;
	background: #f8e8df;
	padding: 5px 10px;
	}
.block_05 li h2 span { 	margin-left: -20px;	}

.block_05 .t1 { 
    font-size: 21px;
	color: #000000;
	font-weight: 400;
	display: block;
	}

.block_05 .b2 { 
	font-size: 18px;
	color: #000000;
	line-height: 2em;
	font-weight: 400;
	min-height: 50px;
	margin: 10px 5px;
	}
	

.block_05 li .add {
	min-height: 90px;
	}
.block_05 li .add1 {
	min-height: 150px;
	}
.block_05 li .add2 {
	min-height: 200px;
	}
.block_05 li .add p, 
.block_05 li .add1 p, 
.block_05 li .add2 p {
	color: #000000;
	font-size: 16px;
	line-height: 1.4em;
	margin: 5px 10px;
	min-height: 20px;
	}
	
.block_05 .add img {
	float:left;
	height: 18px;
	margin-top: 1px;
	margin-right: 5px;
	}
.block_05 a, .block_05 a:hover, .block_05 a:active { color: #000000; }

@media only screen and (max-width: 980px) {
.block_05 .m5_02,
.block_05 .m5_01 { 
	display: block; 
	width: 96%;
	min-height: 100px;
	float: left;
	padding-bottom:2%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
    }

.block_05 .pic_02,
.block_05 .pic_01 { 
	width: 96%;
	min-height: 100px;
	float: left;
	padding-bottom:2%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
    }
	
.block_05 .pic_01 { display: none; }
.block_05 .pic_02 { display: block; }

.block_05 .m5_02 img { width: 100%; max-width: 600px; }

.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
	display: block; 
	min-height: 200px;
	float: left;
	padding-bottom:2%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
	}
.block_05 li.box2 { max-width: 46%; }	
.block_05 li.box3 { max-width: 46%; width: 46%; }	
.block_05 li.box4{ max-width: 46%; }
	
.block_05 .pic_01 img {
	max-width: 100%;
	}
}
@media only screen and (max-width: 720px) {
.block_05 {
	max-width: 100%;
	float: left;
	}
.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
	display: block; 
	max-width: 98%;
	width: 98%;
	min-height: 50px;
	float: left;
	padding-bottom:5%;
	margin-bottom:0%;
	}
}
/************************/
.block_06 {
	display: inline-block;
	width: 100%;
	padding: 2% 0%; 
	margin: 5px 0px;
	font-size: 36px;
	color: #393939;
	line-height: 1.5em;
	text-align: center;
	background: #ececec;
	}
@media only screen and (max-width: 980px) {
.block_06 { font-size: 28px; }
}	
@media screen and (max-width: 480px) {
.block_06 { font-size: 20px; }
}
/************************
BUTTON
************************/
.button {
	margin: 0% 3%;
	text-align: left;
    }
	
.button1, .button3 {
	min-width: 200px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 700; 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
    }
.button8 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
    padding: 3px 12px;
	margin: 5px 2px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
	white-space: nowrap;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
    }
.button1{ color: #ffffff; background: #007dba; }
.button1:hover, .button1:active { color: #ffffff; background: #004265; }
	
a.button3 { color: #ffffff; background: #d50020; }
a.button3:hover, a.button3:active { color: #ffffff; background: #d50020; }

a.button8 { color: #ffffff; background: #999999; }
a.button8:hover, a.button8:active { color: #ffffff; background: #d50020; }

@media screen and (max-width: 960px) {
.button { width: 94%; margin: 0px 3%; }
}
/***********************
TABLE 表格選單
***********************/
table {
    font-size: 18px;
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
    background: #f8ccd0;
	}
table tr {
    padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
    }
table th {
    padding: 13px 5px;
	text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
	color:#ffffff;
	background: #dc0012;
	text-align: center;
	border-left: 1px solid #ffffff;
    }	
	
table tr a,table tr:hover,.table tr:active { 
	color:#222222;
	}
/*
tr:nth-of-type(odd) { 
    background: #fbe5e7;
    }
*/
table tr td {
    padding: 3px 10px;
	height : 40px;
	text-align: center;
	border-left: 1px solid #ffffff;
    }
table tr.odd { background: #fbe5e7; }
table .show { display: none; }
	
@media only screen and (max-width: 480px) {
table {
    border: 0;
    }
table thead {
    display: none;
    }
table tr {
    margin-bottom: 10px;
	/*
	display: block;
	*/
	border-bottom: 2px solid #ffffff;
    }
table tr td {
	display: block;
    min-height : 40px;
	height : auto;
	padding: 10px 5px;
	text-align: left;
    border-right: 0px solid #ffffff;
	border-bottom: 1px dotted #ffffff;
    }
table td:last-child {
    border-bottom: 0;
    }
table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    }
table .show { 
    display: inline-block; 
	padding-right: 10px;
	color: #dc0012;
	}
}

table dt { 
	font-size: 16px;
	padding: 3px 10px;
	} 
table .state { 
	width: 50px;
	}
table .turn { 
	width: 80px;
	}
table .time { 
	width: 150px;
	}
table .act { 
	width: 150px;
	}

.none { display: none; }

/************************
DRAWER-ITEM 
************************/ 
.drawer-item { width: 100%; }
.drawer-header {
	margin: 0px;
	display: block; 
	color: #212121;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h1 {
	float: left;
    color: #4c4c4c; 
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: #ffffff;
}
.drawer-header-icon {
    display: inline-block; 
	content: ""; 
	float: left; 
	width: 30px; 
	height: 30px; 
	background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;
	text-align: right; 
	vertical-align: middle; 
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
    width: 96%; 
	margin: 0px 2%; 
	padding: 0; 
	display: none;
    color: #474747;  
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
	}
.drawer-content ol li ul {
	padding-left: 25px;
	list-style-type:disc;
	}
/************************
FOOTER
************************/ 
footer { 
	display: block;
	width: 100%;
	padding: 10px 0px;
	background: #e9e9ea; 
	background-color: rgb(255,255,255);
    }
/************************/ 
footer .fiscal {
	display: block;
	width: 100%;
	margin: 20px 0px;
	color: #000000;
	}
footer .fiscal .fi_left { 
	display: inline-block;
	float: left;
	width: 25%; 
	font-size: 30px;
	color: #000000;
	min-height: 48px; 
	text-align: center; 
	}
footer .fiscal .fi_left img { width: 80%; }
footer .fiscal .fi_right { 
	display: inline-block;
	float: left;
	width: 75%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #000000;
	}
footer .fiscal .fi_right a,
footer .fiscal .fi_right a:hover  {
   color: #000000;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	display: inline-block;

	width: 100%;
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #96948e;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0 1em;
   color: #96948e;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #96948e; }
	
@media screen and (max-width: 960px) {
footer .fiscal { width: 90%; margin: 0px 5%; }
footer .fiscal .fi_left img { max-width: 300px; }
footer .fiscal .fi_left,
footer .fiscal .fi_right { width: 90%; margin: 0px 5%; text-align: left; }	
	
footer .f_link { font-size: 13px; }
footer .f_link { width: 96%; margin: 1em 2%; text-align: center;  }
footer .f_copy { display: inline-block; width: 90%; margin: 10px 5%; text-align: center;  }
}
/************************
GOTOP
************************/
#gotop {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/gotop.png);
  right: 20px;
  bottom: 28px;
  z-index: 9999;
}