@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:#ff0000; }
.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;
	}

.both_20  { 
	width: 100%; 
	display: inline-block;
	height: 10px; 
	margin: 5px 0;
	}

@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 { 
	background: #ffdbca;
	}
.key-visual .page-wrapper { 
	background-image: url('../images/visual_1.jpg');
	background-repeat: no-repeat; 
	background-position: center 0px; 
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	height: 520px; 
	}	
	
.key-visual .tb01 { 
	max-width: 400px;
	text-align: left;
	padding-top: 120px; 
	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 { 
	background-repeat: no-repeat; 
	background-position: center 0px; 
	height: 350px; 
	}
	.key-visual .page-wrapper { 
	height: 350px; 
	}
 	.key-visual .tb01 { 
	width: 80%;
	max-width: 300px;
	text-align: left;
	padding-top: 80px; 
	padding-left: 50px; 
	}
}

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

.key-visual .tb02 .mo_768 { 
    position: absolute; 
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 40px; 
	}
.key-visual .tb02 .mo_768 img { 
	display: inline-block;
	width: 60%;
	}	
}

/************************
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; 
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	padding: 0px 0px;
	margin: 5px 0px;
    }
a.btn_c02 { 
    color: #d50020; 
	}
a.btn_c02:hover, a.btn_c02:active { 
    color: #d50020; 
	}

a.btn_c03 {
	display: inline-block;
    min-width: 300px;
	padding: 15px 30px;
    
	color: #ffffff; 
    background: #d50020;
    border: 1px solid #d50020;    
    }
a.btn_c03:hover, a.btn_c03:active { 
   color: #d50020; 
   background: #ffffff; 
   border: 1px solid #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: 40px 5%;
	padding-bottom: 20px;
    font-size: 18px; 
    line-height: 1.6em;
	font-weight: 400;	
	text-align: center;
	color: #000000;
	background: #FFEAD9;
	}
.block_01 .pic_01 img { 
	position: relative;
	display: inline-block;
	max-width: 700px;
	padding: 30px 0px;
	}
.block_01 .box_01 { 
    padding: 30px 0px;
    padding-bottom: 0px;
	text-align: center;
    }
.block_01 .box_01 ul li,
.block_01 .box_01 ul { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.block_01 .box_01 ul {
	border-radius: 100px;
	border: 2px solid #ff8446;
	}
.block_01 .box_01 ul li { 
    width: 23.3%;
	padding: 20px 0px ;
	}
.block_01 .box_01 ul li.s01 { 
    width: 10%;
	}
.block_01 .box_01 li.t02 { 
    font-size: 28px;
	line-height: 1.2em;
	padding: 20px 0px;
	}
.block_01 .pic_02 { 
	position: absolute;
	display: inline-block;
	height: 50px;
	text-align: center;
	margin-top: -88px;
	margin-left: -75px;
	z-index: 1;
	}

@media screen and (max-width: 768px) {
.block_01 .pic_01 img { 
	padding: 0px 0px;
	}
.block_01 .box_01 ul { 
	position: relative;
	display: inline-block;
	float: none;
    width: 300px;
	padding: 50px 0px;
	border-radius: 300px;
	}
.block_01 .box_01 ul li,
.block_01 .box_01 ul li.s01 { 
    width: 100%;
	padding: 10px 0px;
	}
.block_01 .pic_02 { 
	position: absolute;
	display: inline-block;
	bottom: -400px;
	left: 20px;
	z-index: 1;
	}
.block_01 .pic_01 img,
.block_01 .pic_01 { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block_01 .pic_01 img { 
	width: 90%;
	}	
}	
	
/************************/
.block_02 .box_04,
.block_02 .box_03,
.block_02 .box_02,
.block_02 .box_01,
.block_02 .box_00,
.block_02 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.block_02 { 
	padding: 40px 5%;
	padding-top: 0px;
	padding-bottom: 10px;
    font-size: 22px; 
    line-height: 1.4em;
	font-weight: 400;	
	text-align: center;
	color: #000000;
	background: #FFEAD9;
	}

.block_02 .pic_02 { 
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	bottom: -33px;
	z-index: 1;
	}	
.block_02 .box_00 { 
    font-size: 32px; 
    line-height: 1.4em;
	text-align: center;
	}
.block_02 .box_01 {
	font-size: 16px;
	padding: 40px 0px;
	}
.block_02 .box_03,
.block_02 .box_02 { 
	border-radius: 15px;
	margin: 30px 0px;
	padding: 40px 80px;
	background: #FFF3F2;
	outline: 25px solid #FFA199;
	/*background-image: url('../images/bk_01.jpg');*/
	background-repeat: repeat-x; 
	background-position: center 0px; 
	}	
.block_02 .box_03 .nt,
.block_02 .box_02 .nt { 
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 25px;
	color: #ff0000;
	border-top: 4px dotted #E65050;
	z-index: 2;
	}	
.block_02 .dd,	
.block_02 .tt {
	display: inline-block;
	}	
.block_02 .tt {
	font-size: 16px;
	line-height: 1.2em;
	color: #000000;
	}
.block_02 .tt .cs1 { 
	font-size: 25px;
	}	
.block_02 .dd {
	font-size: 40px;
	font-weight: 600;
	}
	
.block_02 ul li,
.block_02 ul { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.block_02 ul li { 
    margin: 15px 2%;
	width: 29%;
	}
.block_02 .box_03 ul li { 
    margin: 10px 2%;
	width: 21%;
	}
	
.block_02 .box_04 { 
	padding: 10px 0px;
    font-size: 16px; 
    line-height: 2.6em;
	text-align: center;
	}
.block_02 .pic_05,
.block_02 .pic_04,
.block_02 .pic_03 { 
	position: absolute;
	display: inline-block;
	z-index: 0;
	}
.block_02 .pic_05,
.block_02 .pic_03 { 
	right: 0;
	bottom: -6px;
	
	}
.block_02 .pic_04 { 
	left: -11px;
	bottom: -28px;
	}

.block_02 .mo { display: none; }
	
@media only screen and (max-width: 768px) {
.block_02 .box_01 {
	font-size: 16px;
	padding: 0px 0px;
	padding-top: 20px;
	}	
.block_02 ul li,
.block_02 .box_03 ul li { 
    margin: 20px 2%;
	width: 100%;
	}
.block_02 .pic_02 { 
	bottom: -50px;
	}
.block_02 .box_03,
.block_02 .box_02 { 
	width: 90%;
	margin: 10px 5%;
	margin-bottom: 0px;
	padding: 20px 80px;
	}	
.block_02 .pic_02 img { 
	position: relative;
	display: inline-block;
	max-width: 85%;
	bottom: 40px;
	}
.block_02 .box_04 { 
	padding: 20px 3%;
	padding-bottom: 20px;
	text-align: left;
	line-height: 1.6em;
	margin-left: 1em;
	text-indent: -1em ;
	}
.block_02 .pic_03 { 
	right: -10px;
	bottom: -8px;
	}
.block_02 .pic_04 { 
	left: -40px;
	bottom: -17px;
	}
.block_02 .pic_05 { 
	right: -10px;
	}
.block_02 .pic_05 img,
.block_02 .pic_04 img,
.block_02 .pic_03 img { 
	width: 60%;
	}
}	

/************************/
.block_03 .box_01 li,
.block_03 .box_01,
.block_03 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.block_03 { 
	padding: 20px 5%;
	padding-bottom: 50px;
	text-align: center;
	background: #FFF7F2;
	}
.block_03 .box_01 li { 
    width: 50%;
	}
.block_03 .box_01 li img { 
    display: inline-block;
	width: 100%;
	}
.block_03 .box_01 img.b_mo { 
    display: none;
	}

@media only screen and (max-width: 768px) {
.block_03 .box_01 li { 
    width: 100%;
	}
.block_03 .box_01 img.b_pc { 
    display: none;
	}
.block_03 .box_01 img.b_mo { 
    display: inline-block;
	}	
}	
/***********************
TABLE 表格選單
***********************/
table {
	width: 100%;
	font-size: 16px;
    margin: 20px 0px;
    padding: 0;
	line-height: 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
	}
table tr {
	padding: 5px;
	text-align: left;
	border: 1px solid #ffc2a2;
    }
	
table tr a,table tr:hover,.table tr:active { 
	color:#222222;
	}

tr:nth-of-type(odd) { 
    background: #ffffff;
    }

table tr td {
	padding: 3px 10px;
	height : 40px;
	text-align: center;
	border: 1px solid #FFA199;
    }


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

}		
	
@media only screen and (max-width: 480px) {
.block_02 .box_02 { 
	outline: 13px solid #FFA199;	
	}	

	.block_02 .box_03 { 
	outline: 13px solid #FFA199;	
	}	

.block_02 .pic_02 img { 
	position: relative;
	display: inline-block;
	max-width: 80%;
	bottom: 35px;
	}	

}

/************************
DRAWER-ITEM 
************************/ 
.drawer-content,
.drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.drawer-item { 
	padding: 20px 2%;
	background-color: #FFF7F2;
	
	}
.drawer-header {
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
}
.drawer-header h1 {
	float: left;
    color: #000000; 
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}

.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;
	border-top: 1px dotted #bfbfbf;
}
.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 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(255,255,255);
    }
/************************/ 
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
	}
footer .fiscal .f_left { 
	width: 25%; 
	font-size: 30px;
	color: #000000;
	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: #000000;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #000000;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #a3a19b;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0 1em;
   color: #a3a19b;
   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
************************/
#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; }
}