@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: 18px;
	background-color: #ffffff;
	background-repeat: repeat;
}
/************************
TOTAL
************************/
.cs1 { color:#ff6042; }
.cs2 { color:#ffec01; }
.cs3 { color:#f67a0d; }
.cs1s { color:#ff6042; font-size: 60px;}

.txt-left { text-align: left; }	
.txt-right { text-align: right; }	
.txt-center { text-align: center; }	
	
.dot  { font-size: 11px; top: -2px; position: relative; }

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

/************************/
.p_pc { display: inline-block; }
i.p_pc { display: block; }	
.p_mo { display: none; }


@media screen and (max-width: 768px) {
i.p_pc,	
.p_pc { display: none; }

.p_mo { display: inline-block; }
i.p_mo { display: block; }	
	}	
/************************/ 
.page-container, .page-wrapper {
	position: relative;
    padding: 0px; 
	margin: 0 auto; 
	word-wrap:break-word; 
	word-break:normal; 
	width: 1200px; 
	}

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

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

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

.toggle-button {
	position: absolute; 
    display: none;
	float: right;
	top: 5px;
	right: 0;
	width: 53px;
    height: 53px;
    padding: 25px 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 #000000;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #000000;
    margin: 8px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #000000;
    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: 992px) {
.toggle-button { 
	display: block;
	top: 5px;
    padding: 13px 14px;
	}
}
/************************
HEADER
************************/

header {
    position: fixed; 
	display: block;
	top: 0;	
	width: 100%;
    padding: 0px;
	min-height: 80px;
	background: #FFFFFF;
	z-index: 50;
	box-shadow: 3px 3px 4px 3px rgba(20%,20%,40%,0.2);
	}
	
header .h_share,	
header .h_logo {
    position: absolute; 
	display: block;
	}
	
header .h_logo {
	max-width: 240px;
	height: 80px;
	padding: 20px 0px;
	}
header .h_logo img {
	position: relative; 
	display: inline-block;
	max-width: 240px;
	max-height: 100%;
	}

@media only screen and (max-width: 992px) {
header {
	min-height: 60px;
	}	
header .h_logo {
	max-width: 100%;
	width: 100%;
	height: 60px;
	padding: 15px 30px;
	text-align: center;
	}
header .h_logo img {
	max-width: 180px;
	}
}	
/************************/
nav.main_menu li,
nav.main_menu ul,
nav.main_menu {
    position: relative; 
	display: inline-block;
	float: left;
	}
nav.main_menu {
	width: 100%;
	padding-left: 250px;
	padding-right: 0px;
	}
nav.main_menu ul {
	width: 100%;
    padding: 0px 0px;
	text-align: left;
	}
nav.main_menu li {
	width: 16.5%;
	text-align: center;
	}

nav.main_menu li a {
    position: relative; 
	display: inline-block; 
	width: 100%;
	font-size: 20px; 
	line-height: 1.2em; 
	color: #000000;
	font-weight: 800;
    text-decoration: none;
	padding: 28px 0px;
    }

nav.main_menu li:hover a {
	color: #FFFFFF;
	background: #C40000;
	}



	

@media only screen and (max-width: 1280px) {
nav.main_menu li a {
	padding: 28px 10px;
	}
}
@media only screen and (max-width: 992px) {
nav.main_menu { 
    position: absolute;
    display: none;
	width: 100%;
	top: 60px; 
	left: 0;
	padding: 0px;
	z-index: 40;
	background: #FFFFFF;
	box-shadow: 3px 3px 4px 0px 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;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	}
nav.main_menu li + li {
	
	}	
nav.main_menu li a,
nav.main_menu li:hover a {
	padding: 15px 0px;
	}
nav.main_menu li:hover a {
	color: #ffffff;
	background: #fb030e;
	}	
}
@media only screen and (max-width: 768px) {

}
/************************
KEY-VISUAL
************************/
.key-visual .txt03,
.key-visual .txt02,
.key-visual .pic01,
.key-visual .txt01,
.key-visual {
    position: relative; 
	display: inline-block;
	float: left;
	width: 100%;
    text-align: center;
	}
 
.key-visual { 
	padding-top: 150px; 
	transition: all 0.5s ease 0s; 
	background-color: rgb(255,255,255);
	background-image: url('../images/visual_1.jpg');
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 1100px; 
	overflow: hidden;
	}
.key-visual .txt03,
.key-visual .txt02,
.key-visual .pic01,
.key-visual .txt01,
.key-visual .block_btn {
    z-index: 2;
	}
.key-visual .txt01 { 
	font-size: 30px; 
	line-height: 1.4em; 
	font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, Arial;
	font-weight: 800;
	color: #000000;
	}
.key-visual .txt01 p { 
	font-size: 50px;
	padding: 15px 0px;
	}
.key-visual .pic01 { 	
	padding: 15px 0px;
	opacity: 1;
	}
.key-visual .pic01 img { 
    width: 80%;
    max-width: 450px; 
	}
.key-visual .txt03,
.key-visual .txt02 { 
	font-size: 20px; 
	line-height: 2em; 
	font-weight: 800;
	color: #000000;
	padding: 5px 0px;
	}
.key-visual .txt02 { 
	font-size: 26px;
	line-height: 1.6em;
	margin-bottom: 35px;
	}
.key-visual .txt03 { 
	color: #ffffff;
	text-decoration: underline;
	}
.key-visual .bg_02,	
.key-visual .bg_01 { 
    position: absolute; 
	display: inline-block;
	float: left;
 	width: 100%;
	left: 0;
	}	
.key-visual .bg_02 { 
	top: -180px; 
	height: 1200px; 
	background-image: url('../images/light.png');
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: center;
	z-index: 1;
	}	
.key-visual .bg_01 { 
	bottom: 0; 
	height: 180px; 
	background-image: url('../images/bg_01.png');
	background-repeat: repeat-x; 
	background-position: center bottom;
	z-index: 0;
	}
	
	
@media only screen and (max-width: 768px) {
.key-visual { 
	height: 1000px; 
	}	
.key-visual .pic01 img { 
    width: 60%;
    max-width: 300px; 
	}
.key-visual .txt01 { 
	font-size: 20px; 
	line-height: 2em; 
	}
.key-visual .txt01 p { 
	font-size: 35px; 
	}
.key-visual .txt02 { 
	font-size: 15px; 
	}
}

/************************
block
************************/
.block .h5,
.block .h4,
.block .h3,
.block .h2,
.block { 
	position: relative;
	display: inline-block;
    width: 100%;	
	}

.block .h5,
.block .h4,
.block .h3,
.block .h2 { 
	font-weight: 900; 	
	line-height: 1.2em;
	}	

.block .h2 { 
	font-size: 38px; 
	font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, Arial;
	}
.block .h2s { 
	font-size: 38px;
	line-height: 1.2em;
	}
.block .h3 { 
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	}
.block .h3 span {
	font-size: 26px;
	line-height: 2em;	
	color: #d87f00; 
	padding: 8px 0px;
	border-top: 2px dotted #d87f00; 
	border-bottom: 2px dotted #d87f00; 
	}
.block .h4 { 
	font-size: 26px; 
	line-height: 1.4em;
	width: 80%;
	margin: 0 10%;
	}
@media only screen and (max-width: 768px) {
.block .h2 { 
	font-size: 26px; 
	line-height: 1.7em;	
	}
.block .h3 span {
	font-size: 17px;
	line-height: 2em;	
	}
.block .h2s { 
	font-size: 24px;
	line-height: 1.6em;
	padding: 0 8%;
	}
.block .h4 { 
	font-size: 18px; 
	line-height: 1.6em;
	width: 84%;
	margin: 0 8%;
	}	
}	
.block .h5 { 
	font-size: 20px;
	}
.block .h8 { 

	}
	
.block .bg_01 { 
    position: relative; 
	display: inline-block;
	float: left;
	width: 100%;
	height: 180px; 
	background-image: url('../images/bg_01.png');
	background-repeat: repeat-x; 
	background-position: center bottom;
	}
.block .bg_02 { 
    position: relative; 
	display: inline-block;
	float: left;
	width: 100%;
	height: 200px; 
	background-image: url('../images/bg_02.png');
	background-repeat: repeat-x; 
	background-position: center bottom;
	}
	
.block .bgpic { 
    position: absolute; 
	display: block;
	width: 100%;
	max-height: 600px;
	z-index: 0;
	margin-top: -200px;
	overflow: hidden;
	}
	
.block .bgpic img  { 
    position: relative;
	display: inline-block;
	}
.block .bgpic img.bgp-01  { 
	float: right;
	margin-right: -200px;
	max-height: 550px;
	}
.block .bgpic img.bgp-02  { 
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	}	
.block .bgpic img.bgp-03  { 
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	}
@media only screen and (max-width: 768px) {
.block .bgpic img.bgp-01  { 
	max-height: 470px;
	}
.block_02 .bgpic img.bgp-01  { 
	max-height: 150px;
	}
.block .bgpic img.bgp-02  { 
	max-height: 250px;
	margin-top: 20px;
	}
.block .bgpic img.bgp-03  { 
	margin-top: 20px;
	margin-left: -0px;
	max-height: 230px;
	}
}		
/************************

/************************/
.block_02 .box_03,
.block_02 .box_02,
.block_02 .box_01 .pic,
.block_02 .box_01,
.block_02 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.block_02 { 
    color: #000000;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 20%, #ffeed7 90%);
    background: -webkit-linear-gradient(top,  #ffffff 20%, #ffeed7 90%);
    background: linear-gradient(to bottom,  #ffffff 20%, #ffeed7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeed7',GradientType=0 );
	}
	
.block_02 .h2 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	padding-bottom: 10px;
	}

.block_02 .box_01 { 
	text-align: center;
	}
.block_02 .box_02 { 
	padding: 20px 31%;
	text-align: center;
	}
.block_02 .box_03 .block_btn { 
	margin-bottom: 80px;
	}
.block_02 .box_03 { 
	text-align: center;
	}

@media only screen and (max-width: 992px) {	
.block_02 .box_02 { 
	padding: 20px 20%;
	}
}

@media only screen and (max-width: 768px) {	
.block_02 .box_02 { 
	padding: 0px 7%;
	padding-bottom: 20px;
	}
.block_02 .box_03 .block_btn { 
	margin-bottom: 20px;
	}
}

.block_02 li { 
	position: relative;
	display: inline-block;
	float: left;	
    width: 100%;
	}
.block_02 li.two { 
    width: 50%;
	}
.block_02 .pt01 { 
	padding-top: 80px;
	}
.block_02 .pt02 { 
	padding: 30px 0px;
	}
.block_02 .pt03 { 
	text-align: center;
	}
	
.block_02 .txt04,
.block_02 .txt03,
.block_02 .txt02,
.block_02 .txt01  { 
	position: relative;
	display: inline-block;
    min-width: 450px;
	margin: 5px 0px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 900;
	color: #000000; 
	}
.block_02 .txt01  { 
	color: #000000; 
	text-align: center;
	padding: 0px 10px;
	margin: 2px 0px;
	}
@media only screen and (max-width: 1024px) {	
.block_02 .txt04,
.block_02 .txt03,
.block_02 .txt02,
.block_02 .txt01  { 
    min-width: 98%;
	width: 98%;
	margin: 5px 1%;
	}
}
@media only screen and (max-width: 768px) {	
.block_02 li.two { 
    width: 100%;
	}
}
	
.block_02 .txt01 span {
	position: relative;
	display: inline-block;
	width: 30px;
    height: 30px;
	font-size: 36px;
	line-height: 20px;
	transform: rotate(90deg) translate( 0px, -3px);
    }
.block_02 .txt02  { 
	border: 1px solid #000000; 
	line-height: 1.6em;
	}	
	
.block_02 .txt03  { 
	font-size: 20px;
	color: #ffffff; 
	margin-top: 10px;
	background: #ff6042;
	border: 1px solid #ff6042; 
	}
.block_02 .txt04  { 
	min-width: auto;
	width: 240px;
	color: #ffffff; 
	margin-top: 10px;
	background: #ff6042;
	border: 1px solid #ff6042; 
	}
.block_02 .txt04:after {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 0px;
	width: 0;
	height: 0;
	border-left: 120px solid rgba(255,255,255,0.0);
	border-right: 120px solid rgba(255,255,255,0.0);
	border-top: 6px solid #ff6042; 
    }
	
	
.block_02 .txt05  {
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block_02 .txt05 p  {
	position: relative;
	display: inline-block;
	min-width: 520px;
	max-height: 80px;
	color: #000000; 
	font-size: 20px;
	font-weight: 900;
	padding: 10px 0px;
	text-align: left;
	border-bottom: 1px dotted #000000; 
	}

.block_02 .txt05 p.txt05p1  {

min-height: 130px;

}


.block_02 .txt05 span {
	position: relative;
	display: inline-block;
	width: 100px;
	min-height: 40px;
	font-size: 20px;
	color: #ffffff; 
	margin-right: 15px;
	padding: 3px 10px;
	background: #ff6042
    }
.block_02 .txt05 span:after {
	position: absolute;
	content: "";
	top: 0px;
	right: -5px;
	width: 0;
	height: 0;
	border-top: 20px solid rgba(255,255,255,0.0);
	border-bottom: 20px solid rgba(255,255,255,0.0);
	border-left: 5px solid #ff6042; 
    }	
.block_02 .txt05 img {
	position: relative;
	display: inline-block;
	float: right;
	top: -15px;
    }
.block_02 .txt06 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	padding: 0px 8%;
	padding-bottom: 30px;
    }
.block_02 .pic2 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
    }
.block_02 .pic2 img { 
    width: 50%;
	max-width: 180px;
	}

.block_02 .block_btn  {
	margin-top: 50px;
	}
	
@media only screen and (max-width: 768px) {	
.block_02 .pic img { 
    width: 50%;
	max-width: 200px;
	}
.block_02 .txt03,
.block_02 .txt02,
.block_02 .txt01  { 
    font-size: 18px;
	min-width: auto;
	width: 84%;
	margin: 2px 8%;
	}
.block_02 .txt02s  { 
    font-size: 16px;
	}
.block_02 .txt03  { 
    font-size: 14px;
	}
.block_02 .txt04  { 
	font-size: 18px;
	width: 160px;
	}
.block_02 .txt04:after {
	border-left: 80px solid rgba(255,255,255,0.0);
	border-right: 80px solid rgba(255,255,255,0.0);
	border-top: 6px solid #ff6042; 
    }
.block_02 .txt05 p  {
	min-width: 84%;
	margin: 0px 8%;
	padding-left: 100px;
	}
.block_02 .txt06,
.block_02 .txt05 span,
.block_02 .txt05 p  {
	font-size: 18px;
	}
.block_02 .txt05 span {
	position: absolute;
	left: 0;
	font-size: 15px;
	min-height: 30px;
	width: 80px;
	text-align: center;
	}
.block_02 .txt05 span:after {
	border-top: 15px solid rgba(255,255,255,0.0);
	border-bottom: 15px solid rgba(255,255,255,0.0);
    }
.block_02 .txt05 img {
	top: -50px;
	max-width:100px; 
    }

.block_02 .txt05 p.txt05p1  {

min-height: 90px;

}


.block_02 .btn_ph  {
	position: relative;
	display: inline-block;
    width: 100%;
	min-height: 80px;
	}
.block_02 .h2s  {
	font-size: 26px;
	line-height: 1.4em;
	}
}	
/************************/
.block_03 .box_01 .pic,
.block_03 .box_01,
.block_03 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.block_03 { 
    color: #000000;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 20%, #ffeed7 90%);
    background: -webkit-linear-gradient(top,  #ffffff 20%, #ffeed7 90%);
    background: linear-gradient(to bottom,  #ffffff 20%, #ffeed7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeed7',GradientType=0 );
	}
	
.block_03 .h2 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	padding-bottom: 30px;
	}
.block_03 .h4s { 
	font-size: 20px;
	}	
.block_03 .box_01 { 
	padding: 20px 5%;
	text-align: center;
	}
.block_03 li,
.block_03 ul { 
	position: relative;
	display: inline-block;
    width: 100%;
	}
.block_03 li { 
    width: 50%;
	}

/*block_04*/



.block_04 li,
.block_04 ul { 
	position: relative;
	display: inline-block;
    width: 100%;
	}
.block_04 li { 
    width: 50%;
	}


@media only screen and (max-width: 768px) {	
.block_04 li { 
    width: 100%;
	}
}


	
.block_03 .txt04,
.block_03 .txt03,
.block_03 .txt02,
.block_03 .txt01  { 
	position: relative;
	display: inline-block;
    min-width: 400px;
	margin: 5px 0px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 900;
	color: #000000; 
	border: 1px solid #000000; 
	}
.block_03 .txt01  { 
	color: #000000; 
	text-align: center;
	padding: 0px 10px;
	margin: 2px 0px;
	border: 0px solid #000000; 
	}
	
.block_03 .txt01 span {
	position: relative;
	display: inline-block;
	width: 30px;
    height: 30px;
	font-size: 36px;
	line-height: 20px;
	transform: rotate(90deg) translate( 0px, -3px);
    }
.block_03 .txt03  { 
	font-size: 20px;
	color: #ffffff; 
	margin-top: 10px;
	background: #ff6042;
	border: 1px solid #ff6042; 
	}
.block_03 .block_btn  {
	margin-top: 50px;
	}
@media only screen and (max-width: 992px) {
.block_03 li { 
    width: 100%;
	}
}

@media only screen and (max-width: 768px) {	
.block_03 .pic img { 
    width: 50%;
	max-width: 200px;
	}
.block_03 .box_01 { 
	padding: 20px 8%;
	}
.block_03 .txt04,
.block_03 .txt03,
.block_03 .txt02,
.block_03 .txt01  { 
	font-size: 18px;
	min-width: 100%;
	padding: 5px 0px;
	}
.block_03 .txt01  { 
	padding: 0px 0px;
	margin: 0px 0px;
	}
.block_03 .txt03  { 
	font-size: 14px;
	}	
.block_03 .h4s { 
	font-size: 18px;
	}
.block_03 li { 
    padding: 30px 0px;
	}
}

/************************/
.block_04 .box_01 .pic,
.block_04 .box_01,
.block_04 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.block_04 { 
    color: #000000;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 20%, #ffeed7 90%);
    background: -webkit-linear-gradient(top,  #ffffff 20%, #ffeed7 90%);
    background: linear-gradient(to bottom,  #ffffff 20%, #ffeed7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeed7',GradientType=0 );
	}
.block_04 .box_01 { 
	padding: 20px 5%;
	text-align: center;
	}
.block_04 .box_01 .pic { 
	padding-bottom: 20px;
	}
.block_04 .h4s { 
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 900; 
	}
.block_04 .pic_03 img,
.block_04 .pic_03 { 
	position: relative;
	display: inline-block;
	}
	
.block_04 .block_btn,
.block_04 .h2,
.block_04 .pic_03 { 
	margin: 15px 0px;
	}
.block_04 .block_btn { 
	margin-bottom: 100px;
	}
.block_04 .pic_03 { 	
	margin-top: 55px;
	}
.block_04 .pic_03 img { 
    width: 30%;
	margin: 5px;
	border-radius: 100px;
	max-width: 200px;
	border: 2px solid rgba(255,255,255,0.5);
	}
.block_04 .pic_03 img:hover { 
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(255,0,64,0.5);
	}
	
.block_04 .box_04,	
.block_04 .box_02 { 
	position: relative;
	display: inline-block;
	float: left;	
    width: 100%;
	padding: 20px 5%;
	}
.block_04 .box_02 { 
	padding-top: 80px;
	}
.block_04 .box_02 .h2 { 
	padding-top: 30px 0px;
	text-align: center;
	}
	
/************************/	
.block_04 .box_04 { 
	padding: 25px;
	}
	
.block_04 .box_04 li a:hover,
.block_04 .box_04 li a { 
	color: #000000;
	}
.block_04 .box_04 .txt { 
    width: 100%;
	text-align: left;
	padding: 30px 0px;
	}
.block_04 .box_04 .txt { 
	padding: 40px 0px;
	}

.block_04 .box_04 .more,	
.block_04 .box_03 .more { 
    width: 100%;
	text-align: right;
	padding-right: 10px;
	}
/************************/
.block_04 .box_03 dd,
.block_04 .box_03 .pic,
.block_04 .box_03 { 
	position: relative;
	display: inline-block;	
	}

.block_04 .box_03 { 
	float: left;	
    width: 100%;
	min-height: 650px;
	padding: 20px 14%;
	margin-top: 40px;
	text-align: center;
	/*overflow: hidden;*/
	}

    .slider {
        width: 96%;
        margin: 20px auto;
    }
	
	
    .slick-slide { margin: 0px 20px; }
    .slick-slide img { width: 100%; }
	
	.slick-prev:before,
    .slick-next:before { 
	position: relative;
    display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #c40000;
	}
	.slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    .slick-active { opacity: 1; }
    .slick-current { opacity: 1; }

	
.block_04 .box_03 dd { 
	width: 100%;
	max-width: 740px;
	height: 60px;
	line-height: 1.6em;
	padding-top: 20px;
	padding-left: 60px;
	text-align: left;
	}
.block_04 .box_03 dd span { 
	position: absolute;
	display: inline-block;
	width: 50px;
    left: 0px;	
	}	
.block_04 .box_03 dd span img { 
	display: inline-block;	
	width: 100%;
	margin-top: -10px;
	}
.block_04 .box_03 a:hover,
.block_04 .box_03 a {
	color: #000000;
	}
@media only screen and (max-width: 992px) {	
	.block_04 .box_03 { 
	margin-top: 0px;
	min-height: 500px;
	}
}	
@media only screen and (max-width: 768px) {	
	.block_04 .box_03 { 
	width: 100%;
	margin-top: 0px;
	padding: 0px 10px;
	min-height: 350px;
	}
	.block_04 .box_03 .pic { 
	width: 100%;
	}
	.block_04 .box_03 .pic img { 
    width: 100%;
	}
    .slider {
        width: 90%;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 480px) {	
	.block_04 .box_03 { 
	min-height: 350px;
	}
	.block_04 .box_03 .pic { 
	width: 100%;
	}
	.block_04 .box_03 .pic img { 
    width: 100%;
	}
    .slider {
        width: 90%;
        margin: 0px auto;
    }
}
/************************/
.block_04 .box_04 li img,
.block_04 .box_04 li .more,
.block_04 .box_04 li .txt,
.block_04 .box_04 li { 
	position: relative;
	display: inline-block;
	}	
	.block_04 .box_04 li { 
	float: left;	
    width: 29.3%;
	min-height: 250px;
	margin: 10px 2%;
	padding: 25px;
	text-align: center;
	background: #ffffff;
	box-shadow: 3px 3px 0px 0px #ddcec5;
	}
	.block_04 .box_04 li img { 
	top:20px;
	width: 50%;
	max-width: 120px;
	}
	.block_04 .box_04 li .txt{
	left: 7px;
	 }
	
@media only screen and (max-width: 768px) {	
	.block_04 .box_04 .pic { 
	padding-bottom: 10px;
	}
	.block_04 .box_04 .pic img { 
    width: 50%;
	max-width: 200px;
	}
	.block_04 .h4s { 
	font-size: 18px;
	padding: 0px 5%;
	}
	.block_04 .pic_03 { 	
	margin-top: 5px;
	}
	.block_04 .block_btn { 
	margin-bottom: 50px;
	}
	.block_04 .box_04 li { 
    width: 46%;
	min-height: 300px;
	}	
}
@media only screen and (max-width: 480px) {	
.block_04 .box_04 li { 
    width: 97%;
	min-height: 240px;
	}	
	.block_04 .box_04 li .txt{ 
    left: 7px;
	}	
	.box_03 .otherh2{
	font-size: 24px;
	}
}	
/************************/
.block_05 .box_01 .pic,
.block_05 .box_01,
.block_05 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.block_05 { 
    color: #ffffff;
	background: #541b01;
	line-height: 2em;
	padding-top: 100px; 	
	}
	
.block_05 .box_01 { 
	padding: 20px 5%;
	font-size: 20px;
	line-height: 1.6em; 
	font-weight: 900; 
	}
.block_05 .box_01 .h5 { 
	font-size: 20px;
	line-height: 1.6em; 
	font-weight: 900; 
	}	
.block_05 .box_01 .pic { 
    padding: 20px 0px;
    text-align: center;
	}	
.block_05 .box_01 .pic img { 
    display: inline-block;
	max-width: 320px;
	}	
.block_05 .h2 { 
	color: #ffffff; 
    text-align: center;
    }
.block_05 .h5 { 
    color: #ec9b01;
	padding-top: 25px;
	}
	
.block_05 .block_btn { 
    text-align: center;
	padding: 5px 0px;
    }
	
@media only screen and (max-width: 768px) {	
.block_05 .h2 { font-size: 24px; }
.block_05 .box_01 .pic img { 
	max-width: 150px;
	}
.block_05 .box_01 { 
	padding: 20px 8%;
	font-size: 18px;
	}	
}		
/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
	z-index: 1;
    }


.btn {
	position: relative;
	display: inline-block;
	
	margin: 5px 0px;
    min-height: 22px; 
	line-height: 1.2em; 
    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;
    }

a.btn_c01 { 
	font-size: 22px;   
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #000000; 
	border: 1px solid #000000; 
	}
a.btn_c01:hover, a.btn_c01:active { 
    color: #ffffff; 
	background: #d50020;
	border: 1px solid #d50020; 	
	}
a.btn_c04,	
a.btn_c03,	
a.btn_c02 {
	font-size: 24px;
	min-width: 200px;
	padding: 15px 25px;
	margin: 5px 15px;
	}

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

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

	
a.btn_c06 {
	font-size: 24px;
	min-width: 50px;
	padding: 0px 5px;
	margin: 10px 15px;
	}

a.btn_c06 { 
    color: #ec9b01;
    border-bottom: 1px solid #ec9b01; 	
	}
a.btn_c06:hover, a.btn_c06:active { 
    color: #ffffff; 
	}
a.btu_0{
    color: #ec9b01;
    border-bottom: 1px solid #ec9b01; 


}



@media screen and (max-width: 768px) {
.block_btn {
	text-align: center;
    }
a.btn_c02 {
	font-size: 15px;
	padding: 10px 25px;	
	}
a.btn_c01 {
    font-size: 15px;
    }	
   
}
/***********************
TABLE 表格選單
***********************/
table.st01 {
	font-size: 20px;
	width: 100%;
	margin: 0;
    padding: 0;
	line-height : 1.8em;
    border-collapse: collapse;
    border-spacing: 0;
	}
table.st01 tr {
	padding: 5px;

	text-align: left;
    }
table.st01 tr + tr {
	border-top: 1px solid #918476;
    }
table.st01 th {
    padding: 5px 5px;
    font-size: 18px;
	
    letter-spacing: 1px;
	color:#ffffff;
	background:#ca0000;
	text-align: center;	
    }
table.st01 tr td {
    padding: 3px 10px;
    padding-left: 10px;
	height : 40px;
	font-weight: 700; 
    }
@media screen and (max-width: 768px) {
table.st01 th {
    font-size: 16px;
    text-align: center;
    }	
	
}
/***********************/
/*
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: 5px 5px;
    font-size: 18px;
    letter-spacing: 1px;
	color:#ffffff;
	background:#ca0000;
	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;
	border-left: 1px solid #ffffff;
    }

table .show { display: none; }
	
@media only screen and (max-width: 480px) {
table {
    border: 0;
    }
table thead {
    display: none;
    }
table tr {
    margin-bottom: 10px;
	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;
}
.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;
}
/************************
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 0px;
	background-color: rgb(84,27,1);
    }
/************************/ 
footer .fiscal {
	margin: 20px 0px;
	color: #866a59;
	}
footer .fiscal .f_left { 
	width: 25%; 
	font-size: 30px;
	color: #866a59;
	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: #866a59;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #866a59;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-align: center; 
	}
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 #96948e; }
	

@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
************************/
#go_ban {
	position: fixed;
	display: inline-block;
	z-index: 99;
	width: 150px;
	right: 0px;
	bottom: 10%;
	}
	
#go_top,
#go_link {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
	text-align: center;
	}
#go_top img,
#go_link img{
	display: inline-block;
	width: 100%;
	}
	
#go_top img {
	max-width: 50%;
	}
#go_link img {
	max-width: 100%;
	}

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

#go_ban {
	width: 90px;
	bottom: 5%;
	}
	table.st01 {
	font-size: 17px;}
}