@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
************************/

.cs1  { color:#d80012; }
.cs2  { color:#666666; }

.cb0 { background:#f6f6f6; padding: 10px; border-radius: 5px; }
.cb1 { background: #fef3f4; padding: 10px; }

/************************/
.p_pc { display: inline-block; }
.p_mo { display: none; }
	
@media screen and (max-width: 768px) {
.p_pc { display: none; }
.p_mo { display: inline-block; }	
	}	
/************************/ 
.page-wrapper {	
    padding: 0px; 
	margin: 0 auto; 
	width: 1200px; 
	}

.container {	
    padding: 0px 15px; 
	margin: 0 auto; 
	width: 1170px;
	}

@media only screen and ( max-width:1280px ){ 
 	.page-wrapper { 
	width: 100%; 
	}   
	.container{ 
	width: 100%; 
	padding: 0px 2%; 
	}
	
}	
@media only screen and (max-width:1024px){ 
	}
@media only screen and (max-width:992px) { 

	}	
@media only screen and (max-width:768px) { 

	}	
/****************************/

.toggle-button {
	position: relative;
    display: none;
	float: left;
	top: 5px;
	left: 0;
	width: 53px;
    height: 53px;
    padding: 15px 14px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #ffffff;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #ffffff;
    margin: 8px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #ffffff;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(7px, 7px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(7px, -7px);
    transition: .2s;
    } 

@media only screen and (max-width: 768px) {
.toggle-button { 
    position: absolute; 
	display: inline-block;
	}
}
/************************
HEADER
************************/
header .h_share,
header .h_logo,
header .h_top,
header {
    position: relative; 
	display: inline-block;
	float: left;	
    }
	
header {
	width: 100%;
    padding: 0px;
	}
header .h_top {
	width: 100%;
	min-height: 70px;
	padding: 3px 20px;
	background:#000000;
	}
header .h_logo {
	height: 70px;
	}
header .h_logo img {
	display: inline-block;
	max-height: 100%;
	}

header .h_share {
	float: right;
	color: #ffffff;
	font-size: 20px; 
	line-height: 1.2em; 	
	font-weight: 600;

	height: 30px;
	padding: 18px 0px;
	}
header .h_share img { 
	height: 30px; 
	vertical-align:middle;
	opacity:0.6;
	filter:alpha(opacity=60);
	}
header .h_share a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
    }
@media only screen and (max-width: 768px) {
header .h_top {
	min-height: 50px;
	}
header .h_logo { 
    height: 50px;
	padding-left: 20px;
	}
header .h_share {
	padding: 10px 0px;
	}
}	
/************************/
nav.main_menu li,
nav.main_menu ul,
nav.main_menu {
    position: relative; 
	display: inline-block;
	}
nav.main_menu {
	float: left;
	width: 100%;
	color: #000000;
	background: #bdb3a8;
    text-align: center;
	}
nav.main_menu ul {
	
	width: 30%;
    padding: 10px 0px;
	}
nav.main_menu li {
    float: left;
	width: 50%;
	text-align: center;
	}
nav.main_menu li + li {
	border-left: 1px solid rgba(0,0,0,0.5);
	}
nav.main_menu li a {
    position: relative; 
	display: inline-block; 
	width: 100%;
	font-size: 16px; 
	line-height: 1.2em; 
	color: #000000;
	font-weight: 600;
	padding: 5px 10px;
    text-decoration: none;
    }

nav.main_menu li:hover a {
	color: #ffffff;
	}


@media only screen and (max-width: 992px) {
	
    }
@media only screen and (max-width: 768px) {
nav.main_menu { 
    position: absolute;
    display: none;
	width: 100%;
	top: 55px; 
	left: 0;
	z-index: 998;
	box-shadow: 3px 3px 4px 3px rgba(20%,20%,40%,0.2);
	}
nav.main_menu.open { 
    display: block;
	}
nav.main_menu ul {
	float: left;
	width: 100%;
	padding: 0px;
	}
nav.main_menu li {
	width: 100%;
	padding: 0px;
	}
	
nav.main_menu li a,
nav.main_menu li:hover a {
	padding: 15px 0px;
	}
nav.main_menu li:hover a {
	color: #ffffff;
	background: #fb030e;
	}
}
/************************
KEY-VISUAL
************************/
.key-visual .tb02,
.key-visual .tb01,
.key-visual {
    position: relative; 
	display: inline-block;
	float: left;
	width: 100%;
    }
 
.key-visual { 
	transition: all 0.5s ease 0s; 
	background-color: rgb(233,233,233);
	background-image: url('../images/visual_1.jpg');
	background-repeat: no-repeat; 
	background-position: center 0px; 
	height: 480px; 
	}
.key-visual .tb01 { 
	max-width: 600px;
	text-align: left;
	padding-top: 130px; 
	padding-left: 50px; 
	}	
.key-visual .tb02 img,
.key-visual .tb01 img { 
    display: inline-block;
	width: 100%;
	}
	
.key-visual .tb02 { 
    display:none; 
	}

@media only screen and (max-width: 768px) {
	.key-visual { 
	height: 380px; 
	background-size: auto 380px;
	-moz-background-size: auto 380px;
	-webkit-background-size: auto 380px;
	-o-background-size: auto 380px;
	}
 	.key-visual .tb01 { 
	width: 80%;
	max-width: 600px;
	text-align: left;
	padding-top: 50px; 
	padding-left: 50px; 
	}
}

@media screen and (max-width: 480px) {
	.key-visual { 
	height: auto;
	background-color: rgb(255,255,255);
	background-image: url('');
	}
	.key-visual .tb01 { display:none; }	
	.key-visual .tb02 { 
	display: inline-block;
	}	
}

/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
    }

.btn {
	position: relative;
	display: inline-block;
	min-width: 120px;
	margin-bottom: 10px;
    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: 20px;
	-webkit-border-radius: 20px;
	border-radius: 0px;
	
	padding: 10px 20px;
	margin: 5px 15px;
    }

a.btn_c03 { color: #ffffff; background: #d50020; }
a.btn_c03:hover, a.btn_c03:active { color: #ffffff; background: #d50020; }

@media screen and (max-width: 768px) {
.block_btn {
	text-align: center;
    }
}

/************************
block
************************/ 
.block_01 .box_01,
.block_01 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;	
	}

.block_01 { 
	padding: 30px 2%;
	padding-bottom: 0px;
    font-size: 22px; 
    line-height: 1.6em;
	font-weight: 400;	
	text-align: left;
	color: #000000;
	background: #fcf2db;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcf2db 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%, #fcf2db 100%);
	background: linear-gradient(to top,  #ffffff 0%, #fcf2db100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcf2db',GradientType=0 );
	}
.block_01 tt {
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}	
.block_01 .box_01 { 
    padding: 30px 0px;
	padding-top: 80px;
	text-align: center;
    }
.block_01 .box_01 .b_pic img,	
.block_01 .box_01 .b_pic,	
.block_01 .box_01 ul li,
.block_01 .box_01 ul {
	position: relative;
	display: inline-block;
	}
.block_01 .box_01 ul {
	float: right;
	width: 65%;
	padding: 0px;
	}
.block_01 .box_01 .b_pic {
	float: left;
	width: 34%;
	text-align: center;
	}
.block_01 .box_01 .b_pic img {
	margin-top: -50px;
	width: 90%;
	}	
.block_01 .box_01 ul li {
	width: 100%;
	text-align: left;
	padding: 5% 20px;
	padding-left: 60px;
	margin-bottom: 5%;
	border-radius: 15px;
	background: #ffffff;
	border: 2px solid #f9bf75;
	box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.2);
	}	
.block_01 .box_01 ul li img {
	position: absolute;
	display: inline-block;
	top: 70px;
	left: 10px;
	width: 40px;
	}	
.block_01 .box_01 ul li tt {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 5px 0px;
	color: #ff9a1c;
	font-size: 30px;
	line-height: 1.4em; 
	font-weight: 600;
	}
	
@media screen and (max-width: 768px) {
	.block_01 .box_01 ul,
	.block_01 .box_01 .b_pic {
	float: left;
	width: 100%;
	text-align: center;
	}
	.block_01 .box_01 .b_pic img {
	display: inline-block;
	float: left;
	}
	.block_01 .box_01 .b_pic img.m40w {
	width: 45%;
	}
	.block_01 .box_01 .b_pic img.m60w {
	width: 55%;
	}
	.block_01 .box_01 ul {
	padding: 0px 20px;
	}	
	.block_01 .box_01 ul li {
	text-align: center;
	padding: 20px 20px;
	}
	.block_01 .box_01 ul li img {
	position: relative;
	display: inline-block;
	top: 0;
	left: none;
	width: 80px;
	}
	.block_01 .box_01 ul li p {
	text-align: left;
	}
	
}	
	
/************************/
.block_02 .box_02,
.block_02 .box_01,
.block_02 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.block_02 .box_01 img {
	display: inline-block;
	width: 100%;
    height: 80px;
    }
	
.block_02 .box_02 { 
	padding: 30px 0px;
	text-align: center;
	}

.block_02 .box_02 .b_note,	
.block_02 .box_02 .b_pic,
.block_02 .box_02 .p_h2 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}	
.block_02 .box_02 .b_pic { 
	margin: 20px 0px;
	}
	
.block_02 .box_02 .b_pic li {
	position: relative;
	display: inline-block;
	float: left;
	width: 31.3%;
	margin: 10px 1%;
	}		
.block_02 .box_02 .b_pic li img { 
	display: inline-block;
	width: 100%;
	}	
.block_02 .box_02 .b_pic li img.b_slid { 
	position: absolute;
	display: inline-block;
	top: 0;
	z-index: 1;
	}	
	
.block_02 .box_02 .p_h2 { 
	text-align: center;
	margin: 30px 0px;
	}
.block_02 .box_02 .p_h2 span { 
	position: relative;
	display: inline-block;
    width: auto;
	font-size: 36px; 
    line-height: 1.6em;
	color: #ff9a1c;
	font-weight: 900;
	padding: 2px 30px;
	border-radius: 50px;
	border: 2px solid #ff9a1c;
	box-shadow: 0px 5px 0px 0px #ff9a1c;
	}
	
.block_02 .box_02 .b_note { 
	position: relative;
	display: inline-block;
    width: 100%;
	padding: 10px 30px;
	margin-top: 30px;
	}
			

@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
	.block_02 .box_02 .p_h2 span { 
	font-size: 23px; 
	}
}	
@media screen and (max-width: 480px) {
	.block_02 .box_02 .b_pic li { 
	width: 98%;
	}
}
/************************/
.mo_768 { display: none; }		

@media only screen and (max-width: 768px) {
	.pc_768 { display: none; }		
	.mo_768 { display: block; }
}

/***********************
TABLE 表格選單
***********************/
table {
    font-size: 18px;
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fbe5e7;
	}
table tr {
    padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
    }
table th {
    padding: 13px 5px;

    font-size: 18px;
    letter-spacing: 1px;
	color:#000000;
	background:#f8ccd0;
	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: #fef3f4;
    }

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-content,
.drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.drawer-item { 
	padding: 0px 2%;
	background-color: rgb(255,255,255);
	
	}
.drawer-header {
	color: #212121;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
	border-top: 1px dotted #bfbfbf;
}
.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 {
    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 ul li,
.drawer-content ul {
	display: inline-block;
	width: 100%;
}
.drawer-content ul {
	padding-left: 60px;
}
.drawer-content ol li,
.drawer-content ul li {
	word-break: break-all;
}
.drawer-content ul li img,
.drawer-content ul span {
	position: absolute;
	display: inline-block;
	left: 0;
	}
.drawer-content ul span {
	position: absolute;
	display: inline-block;
	width: 50px;
	padding-left: 25px;
	margin: 5px 0px;
	color: #ffffff;
	background-color: rgb(209,0,17);
	font-size: 14px;
	line-height: 1.4em; 
	font-weight: 900;
	border-radius: 20px;
}
.drawer-content ul li a:hover,
.drawer-content ul li a {
    color: #474747;  
}
.drawer-content ul li b {
	color: #000000;
}
.drawer-content ul li img {
	width: 20px; 
	top: -2px;
}

/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
 
footer { 
	padding: 10px 2%;
	background-color: rgb(0,0,0);
    }
/************************/ 
footer .fiscal {
	margin: 20px 0px;
	color: #ffffff;
	}
footer .fiscal .f_left { 
	width: 25%; 
	font-size: 30px;
	color: #ffffff;
	min-height: 48px; 
	text-align: center; 
	}
footer .fiscal .f_left img { 
    width: 80%; 
	}
footer .fiscal .f_right { 
	width: 75%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #ffffff;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #ffffff;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #ffffff;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0 1em;
   color: #ffffff;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #ffffff; }
	

@media screen and (max-width: 992px) {
footer .fiscal { width: 90%; margin: 0px 5%; }
footer .fiscal .f_left img { max-width: 300px; }
footer .fiscal .f_left,
footer .fiscal .f_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
************************/
#go_top,
#go_link {
	position: fixed;
	display: inline-block;
	z-index: 99;
	}

#go_top {
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 30px;
	}
#go_link {
	width: 80px;
	height: 40px;
	right: 0px;
	top: 250px;
	}

@media only screen and (max-width: 768px) {
#go_link {
	width: 65px;
	top: 500px;
	}
#go_link img { width: 65px; }
}