@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;
}
@media screen and (max-width: 768px) {
body.open { 
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
	
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    }
.overlay.open {
    opacity: 0.8;
    visibility: visible;
    }
}
/************************
TOTAL
************************/
.page-wrapper,
.page-container {	
	margin: 0 auto; 
	width: 100%; 
	}
.page-wrapper {	
    padding: 0px; 
	/*max-width: 1200px;*/
	}
.page-container {	
    padding: 0px; 
	max-width: 992px;
	}
@media only screen and ( max-width:1280px ){ 

}	
@media only screen and (max-width:1024px){ 
 	.page-wrapper { 
	width: 100%; 
	}   
	.page-container { 
	width: 100%; 
	padding: 0px;
	}
}
@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 15px;
    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 #909090;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    /*background-color: #909090;*/
    margin: 2px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #909090;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(3px, 3px);
    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(3px, -3px);
    transition: .2s;
    } 

@media only screen and (max-width: 768px) {
.toggle-button { 
	display: inline-block;
	}

}
/************************
HEADER
************************/
header {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	height: 120px;
    z-index: 50;
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-out;
	}
header.open { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
header.open,
header { transition: all 0.2s ease-out; }

@media screen and (max-width: 992px) {
header { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
    position: relative; 
	display: inline-block;
	float: left;
    }
header .h_content {
    width: 100%;
	padding-top: 40px;
    }

header .h_menu ul.menu-bottom {
	position: fixed;
	display: inline-block;
	top: 0;
    left: 0;	
	width: 100%;
	height: 40px;
	background: #2e2e2e;
    z-index: 50;
	}
header .h_menu ul.menu-bottom li {
    position: relative; 
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 1.5em; 
	font-weight: 900;
	}
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
    padding: 9px 18px;
	}
header .h_menu ul.menu-bottom a span {
	font-size: 12px;
	color: #82827c;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul {
    position: absolute; 
	display: none;
	top: 100%;
	width: 280px;
	color: #b8b8b8;
	background: #444444;
    }
header .h_menu ul.menu-bottom li:hover > ul { 
    display: block;
	height: auto;
	}
header .h_menu ul.menu-bottom ul li { 
	float: left;
	width: 100%;
	padding: 5px 20px;
	min-height: 40px;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #999999;
	} 
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul label,	
header .h_menu ul.menu-bottom ul a { 
	font-weight: 400;
	}
	
header.open ul.menu-bottom { display: none; }
header.open .h_content { padding-top: 0px; }

@media screen and (max-width:992px) {
header .h_content { 
    padding-top: 0px; 
	}
body.open .h_content { 
	padding-left: 280px; 
	}
	
header.open ul.menu-bottom,
header .h_menu ul.menu-bottom {
    position: relative; 
	display: inline-block;
	background: #ffffff;
	}
header .h_menu ul.menu-bottom li {
	float: left;
	width: 100%;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #ffffff;
	}	
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	width: 100%;
	color: #656565;
	}
header .h_menu ul.menu-bottom a span {
    position: absolute; 
	right: 30px;
	color: #ff3333;
	}	
header .h_menu ul.menu-bottom li.pc768 {
	display: none;
	}
header .h_menu ul.menu-bottom ul {
    position: relative; 
	display: inline-block;
	padding: 10px 0px; 
	color: #70706f;
	background: #ececec;
    }
header .h_menu ul.menu-bottom ul li { 
	padding: 5px 20px;
	min-height: 30px;
	}

header .h_menu ul.menu-bottom ul.last-menu li,
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #ececec;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #e2e2e2;
	} 	
header .h_menu ul.menu-bottom ul a:hover,
header .h_menu ul.menu-bottom ul a { 
	font-weight: 900;
	color: #000000;
	}

header .h_menu ul.menu-bottom li:hover > ul,
header .h_menu ul.menu-bottom ul { display: none; }
header .h_menu ul.menu-bottom li:hover > ul.open,
header .h_menu ul.menu-bottom ul.open { display: inline-block; }

}		
/************************/
header .h_logo {
	width: 190px;
	margin-top: 26px;
	margin-right: 10px;
	transition: all 0.4s ease-out;
	}
header .h_logo img {
	display: inline-block;
	float: left;
	width: 50%;
	}
	
header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu,
header .h_bank {
    position: relative; 
	display: inline-block;
    }
	
header .h_bank,
header .h_menu ul.menu-top li {
	line-height: 1.5em; 
	height: 80px;
	padding: 26px 0px;
	font-weight: 900;
	color: #2e2e2e; 	
	}
	
/************************/

header .h_bank ul.dark-last {
    position: absolute; 
	display: none;
	top: 100%;
	right: 0px;
	width: 180px;
	color: #2e2e2e; 
	background: #ececec;
    text-align: center; 
	}
header .h_bank ul.dark-last li {
    display: inline-block;
	width: 100%;
	}
		
header .h_bank ul.dark-last a,
header .h_bank ul.dark-last a:hover {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	font-size: 14px;
	color: #2e2e2e; 
	transition: all 0.5s ease 0s; 
	}	
header .h_bank ul.dark-last a:hover {
	background: #dedede;
	}
header .h_bank ul.dark-last.open {
	display: inline-block;
	}	
	
/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 12px;
	color: #2e2e2e; 
	}
/*header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}*/
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_bank {
	float: right;
	background: #ff3333;
	padding: 26px 17px;
	}
header.open .h_bank,
header .h_bank { transition: all 0.2s ease-out; }	
	
header .h_bank a,
header .h_bank a:hover {
	display: inline-block;
	color: #ffffff; 
	}
header .h_bank img {
	display: inline-block;
	width: 20px;
	margin-bottom: -3px;
	}
header.open .h_bank {
	height: 46px;
	padding: 10px 17px;
	}

header.open .h_logo img.logo_tc { display: none; }
header.open .h_logo { 
	width: 80px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
    }
header.open .h_logo img { width: 100%; }

@media screen and (max-width: 992px) {
header .h_content { height: 50px; }
header .h_logo img.logo_tc { display: none; }
header.open .h_logo,
header .h_logo {
	width: 80px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 10px;
	}
header .h_logo img { width: 100%;}
header .h_bank {
	font-size: 14px;
	height: 46px;
	padding: 10px 17px;
	}

header .h_menu { 
	position: absolute;
	display: none;
    width: 280px;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 20;
	padding-bottom: 100px;
	background: #ffffff;
    }
	
body.open header .h_menu { 
	display: inline-block;
    overflow-x: hidden;
	}	
body.open .h_bank {
	display: none;
	}
	
header .h_menu ul.menu-top { 
	border-bottom: 1px solid #ececec; 
    }
header .h_menu ul.menu-top li {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 12px 0px;
	}
header .h_menu a,
header .h_menu a:hover {
	padding: 0px 20px;
	}	
}
@media screen and (max-width: 468px) {

}	
/***********************
LAYOUT 框架
***********************/
section.main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 120px;
	background: #ffffff;
	}
body.open section.main-content { 
	padding-top: 50px;
	}
@media screen and (max-width: 992px) {

body.open section.main-content,
section.main-content { 
	padding-top: 50px;
	}

}
/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,footer .f_warning,
footer .fiscal,
footer { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
 
footer { 
	padding: 10px 2%;
	background-color: rgb(72,72,72);
    }
/************************/ 
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
	}
footer .f_warning{
	margin: 20px 0px;
	color: #fff;
	text-align: middle;
	float: center;
	padding: 0px 1%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px; 
	line-height: 1.4em; 
	}


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: #b8b8b8;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0px 10px;
   color: #b8b8b8;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #b8b8b8; }
footer .f_copy { 
   display: inline-block; 
   font-weight: 600;
   }	

@media screen and (max-width: 992px) {
footer .fiscal { width: 90%; margin: 0px 5%; }
footer .f_warning{ width: 90%; margin: 20px 5% 10px 5%; text-align: left;  padding-left: 0px; font-size:14px }


footer .fiscal .f_left img { max-width: 300px; }
footer .fiscal .f_left,
footer .fiscal .f_right { width: 90%; margin: 0px 0%; 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;  }
}
/************************
KEY-VISUAL
************************/
.key-visual .kv_pic,
.key-visual .kv_pic img,
.key-visual .txt,
.key-visual .pic,
.key-visual .kv_people,
.key-visual {
    position: relative; 
	display: inline-block;
	float: left;	
	width: 100%;
	text-align: center;
    }
.key-visual { 
	background: #F0D1CE;
/*	background-image: url('../images/visual_1.svg');*/

background: rgb(249,232,222);
background: -moz-linear-gradient(180deg, rgba(249,232,222,1) 0%, rgba(249,232,222,1) 70%, rgba(150,80,80,1) 70%, rgba(194,112,103,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(249,232,222,1) 0%, rgba(249,232,222,1) 70%, rgba(150,80,80,1) 70%, rgba(194,112,103,1) 100%);
background: linear-gradient(180deg, rgba(249,232,222,1) 0%, rgba(249,232,222,1) 70%, rgba(150,80,80,1) 70%, rgba(194,112,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9e8de",endColorstr="#c27067",GradientType=1);

	background-repeat: no-repeat; 
	background-position: 100% 0% ;

	background-size: 100% auto ;
	-moz-background-size:  100% auto ;
	-webkit-background-size: 100% auto ;
	-o-background-size:  100% auto ;
	height: 550px;
	overflow: hidden;
	}
.key-visual .pic {
	display: none;
	}	
.key-visual .txt {

	width: 60%;
	max-width: 550px;
	text-align: left;
/*	padding: 80px 50px;*/
	

	    position: absolute; 
top:60px;
left:36%;


	}
.key-visual .txt img,	
.key-visual .pic img { 
    position: relative; 
	display: inline-block;
	width: 100%;
	}

.key-visual .kv_people img{

   position: relative; 
	display: inline-block;
/*	width: 100%;*/

}

.key-visual .kv_people{


height: 550px;	
}


.key-visual .kv_people .people2{

height: 100%;
position: absolute;
bottom: 0px ;
right: 0px;

}


.key-visual .kv_people .people1{

height: 90%;
position: absolute;
bottom: 0px ;
left: 10%;


}


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


.key-visual { 
height: 450px;
	}

.key-visual .txt {

max-width: 500px;	
top:30px;
left:36%;
	}
.key-visual .kv_people {
height: 450px;
}

.key-visual .kv_people .people2{
right: -2%;
}

}



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



.key-visual { 
height: 400px;
	}

.key-visual .kv_people {
height: 400px;
}

.key-visual .txt {

max-width:38%;	
top:30px;
left:36%;
	}

.key-visual .kv_people .people2{
right: -13%;
}	

.key-visual .kv_people .people1{
left:2%;
}	

.key-visual .pic {
	display: inline-block;
	}

.key-visual .txt img,	
.key-visual .pic img { 
    float: left;
	}	
}	
/*@media only screen and (max-width: 992px) {
	.key-visual .txt { left: 0%;}
}*/


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

/*.key-visual .txt { 
	position: absolute;
		width: 45%;
	padding: 30px 30px;
	top: 5%;
	left: 5%;
	}*/


.key-visual{  
	background: #F0D1CE;
	background-image: url('../images/visual_1s.svg');

	background-repeat: no-repeat; 
	background-position: 100% 0% ;

	background-size: 100% auto ;
	-moz-background-size:  100% auto ;
	-webkit-background-size: 100% auto ;
	-o-background-size:  100% auto ;
	height:auto;
	overflow: hidden;
}

	

}




	
.key-visual .kv_pic { 
	max-width: 200px;
	width: 100%;
	text-align: left;
	position: absolute;
	bottom:-40px;
	left: 74%;
	}


@media only screen and (max-width: 820px) {
.key-visual .txt { 
	width: 100%;
	max-width: 820px;
position: absolute;
left: 0%;
top:3%;

padding: 10% 17%;

	}


.key-visual .kv_pic { 
	max-width: 200px;
	position: absolute;
	width: 100%;
bottom: -7%;
	left: 50%;
	}


.key-visual .kv_people{

	display: none;
}

}

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

.key-visual .kv_pic { 
	max-width: 150px;
	position: absolute;
	width: 100%;
bottom: -7%;
	left: 50%;
	}


.key-visual .txt { 


padding: 4% 10%;

	}

}




/*@media only screen and (max-width: 700px) {
.key-visual .txt { 
	width: 90%;
	max-width: 600px;
	padding: 10px 20px;
	top: 0px;
	left: 8%;
	}
}
*/







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

.btn_o {
	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 {
	display: inline-block;
    min-width: 150px;
	padding: 10px 20px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
    color: #ffffff; 
    background: #d50020; 
    border: 1px solid #d50020;    
	}

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

a.btn_c02 {

    min-width: 220px;

}


}	
a.btn_c02:hover, a.btn_c02:active { 
	color: #ffffff; 
    background: #d50020;
    border: 1px solid #d50020; 
	}

a.btn_c03 {
	display: inline-block;
    min-width: 100px;
	padding: 5px 20px;

	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

	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;
    }
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	background: #ffffff;
	}
/************************
block
************************/
.block .box,
.block { 
	position: relative;
	display: inline-block;
    width: 100%;
	color: #000000;
	}
.block {
    font-size: 16px; 
    line-height: 1.6em;	
	padding: 50px 0px 0px 0px;
	}
	
.block ul.box li,
.block ul.box { 
	position: relative;
	display: inline-block;
    width: 100%;
	}
	
.cs01 {
    color: #e52931;
	}

@media screen and (max-width: 768px) {
.block {
	padding: 20px 0px;
	}
	
}		
/************************/
.block_01 .box_07,
.block_01 .box_06,
.block_01 .box_05,
.block_01 .box_04,
.block_01 .box_03,
.block_01 .box_02,
.block_01 .box_01,
.block_01 { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block_01 { 	
	float: left;

	padding: 5% 5% 0% 5%;

	background-color: #f9e8de
	}
.block_01 .box_01 { 
    width: 100%;
	text-align: center;
	}
	
.block_01 .box_01 .pic { 
	display: inline-block;
	width: 80%;
	max-width: 700px;
	}
.block_01 .box_01 .pic img { 
	position: relative;
	display: inline-block;
	width: 80%;
	}

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

.block_01 .box_01 .pic img { 

	width: 100%;
	}


}


.block_01 .box_02 {



position: relative;
padding:  4% 2%;
border-radius: 20px;

font-size: 20px;
line-height: 2em;

box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
background-color: #fff;

}

.block_01 .box_02 .content_1 .mo_time{

background-color: #965050;
border-radius: 30px;
padding: 6px 26px;
color: white;
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
display: inline-block;
}

.block_01 .box_02  .pic{

	display: inline-block;
	width: 40%;
}

.block_01 .box_02  .content_1{
vertical-align: middle;
	display: inline-block;
	width: 56%;


}

.block_01 .box_02 .pic img{

width: 100%;
max-width: 300px;
vertical-align: middle;

padding: 20px;
border-right: 1px solid #e07c8f;

}

.block_01 .box_02 .content_1  span.pp1{

display: inline;
color: #965050;
font-weight: 700;
font-size: 18px;


}


.block_01 .box_02 .content_1 .dd2 span{

color: #d72929;
font-weight: 700;
font-size: 18px;


}

.block_01 .box_02 .content_1 .dd2 {

text-align: center;
padding: 20px 0px;

}



.block_01 .box_02 .content_1 .note{

font-size: 14px;
padding-top: 20px;
text-align: center;

}

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

.block_01 .box_02 {

font-size: 16px;

}

.block_01 .box_02 .content_1{

padding-left: 20px;

}

.block_01 .box_02 .content_1 .mo_time{

font-size: 16px;

}


}

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



.block_01 .box_02  .pic{

	
	width:100%;
	margin-left: auto;
	margin-left: auto;
	

	display: inline-block;
text-align: center;
}

.block_01 .box_02  .content_1{
vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-left: 0px;

}


.block_01 .box_02 .pic img{

width: 100%;
max-width: 300px;
vertical-align: middle;
padding: 20px;
border-right: 0px solid #e07c8f;
display: inline-block;
text-align: center;
padding-top: 0px;

}



}


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

.block_01 .box_02 .content_1 .mo_time{

padding: 5px 13px ;

}


}



/************************/
.block_01 .box_07,
.block_01 .box_02 { 
    width: 100%;
	text-align: left;
/*	padding: 35px 10px;
	padding-top: 0px;*/
/*	padding: 0px 15%;*/
	}
@media screen and (max-width: 768px) {
.block_01 .box_07{

padding: 0px 5%;


}

.block_01 .box_02 { 

	padding: 5% 5%;
	}

}
@media screen and (max-width: 480px) {
.block_01 .box_07 { 
	text-align: left;
	padding: 20px 4%;
	}

.block_01 .box_02 {
    padding: 9% 5%;
}

}
/************************/
.block_01 .box_03 { 
    width: 100%;
	text-align: center;
	padding: 10px 0px;
	border-top: 1px solid #ffc0b7
	}
.block_01 .box_03 .pic { 
	display: inline-block;
	width: 287px;
	margin-top: -50px;
	}
.block_01 .box_03 .pic img { 
	position: relative;
	display: inline-block;
	width: 100%;
	}

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

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

}
/************************/
.block_01 .box_04 img,
.block_01 .box_04 { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block_01 .box_04 { 
	padding: 0px 15%;
	padding-bottom: 0px;

	}
@media screen and (max-width: 768px) {
.block_01 .box_04 { 
	padding: 0px 5%;
	padding-bottom: 0px;

	}
	}
@media screen and (max-width: 480px) {
.block_01 .box_04 { 
	padding: 0px 4%;
	padding-bottom: 0px;
	}
}
/************************/
.block_01 .box_05 img,
.block_01 .box_05 li { 
	position: relative;
	display: inline-block;
	width: 100%;
	}

.block_01 .box_05 a { 
	position: relative;
	display: inline-block;
	width: 49%;
	}	

.block_01 .box_05{

padding: 0px 10%;

}

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

.block_01 .box_05{

padding: 0px 3%;

}

}

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

.block_01 .box_05 a { 
	position: relative;
	display: inline-block;
	width: 100%;
	}


.block_01 .box_05{

padding: 20px 5% 0px 5%;

}
	
}

.block_01 .box_05 img { 
	padding: 20px 2%;
	}

.block_01 .box_05 li { 
	width: 24.5%;
	padding: 0px 1%;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.block_01 .box_05 li { 
	width: 100%;
	padding: 10px 4%;
	}
}	
/************************/
.block_01 .box_06 { 
	padding: 50px 0px;
	}
.block_01 .box_06 img { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
@media screen and (max-width: 480px) {
.block_01 .box_06 { 
	padding: 50px 4%;
	}
}
/************************/
.block_01 .block_btn .btn_c02 { 
	margin: 0px 5px;
	}

@media screen and (max-width: 768px) {
	.block_01 .block_btn .btn_c02 { 
	margin: 0px 2px;
	}
}


	
@media screen and (max-width: 480px) {
	
.block_01 .block_btn .btn_c02 { 
	margin: 10px 0px;
	display: inline-block;
	}
}	

/************************/ 
.block_03 { 
	width: 96%;
/*	margin: 0px 2%;*/
	padding: 0px 0px;
	text-align: center;
	border-top: 1px solid #b9b9b9; 
	}
.block_03 .tt { 
    width: auto;
	padding: 10px 20px;
	color: #EA4E44;
	background: #ffffff; 
	top: -27px;
	font-weight: 600;
	font-size: 24px;
	}	

/************************/ 
/***********************
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 #ffc2a2;
    }


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

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

}

/************************
DRAWER-ITEM 
************************/ 
.drawer-item .drawer-content,
.drawer-item .drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.drawer-item { 
	padding: 20px 30px;
	background-color: #f9e8de
	}
@media only screen and (max-width: 480px) {

.drawer-item { 
	padding: 20px 20px;
	}


}


.drawer-header {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	/*border-bottom: 1px solid #000000;*/
	overflow: hidden;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
}
.drawer-header h1 {
	display: inline-block; 
    color: #965050; 
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	padding-top: 10px;
	/*
	border: 1px solid #000000;
	border-radius: 10px 10px 0 0;
	border-bottom: 0px solid #000000;
	*/
	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: #000000;  
	font-size: 16px;
	line-height: 1.8em;
	padding: 20px 0px;
	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 ul li {
	word-break: break-all;
}
.drawer-content ul li a:hover,
.drawer-content ul li a {
    color: #474747;  
}

/************************/
.pc_768, .pc_480 , .pc_820{ display: block; }
.mo_768, .mo_480 , .pc_820{ display: none; }

@media screen and (max-width: 820px) {
.pc_820 { display: none; }
.mo_820 { display: block; }	
}
	
@media screen and (max-width: 768px) {
.pc_768 { display: none; }
.mo_768 { display: block; }	
}
@media screen and (max-width: 480px) {
.pc_480 { display: none; }
.mo_480 { display: block; }	
}

/************************
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; }
}

/*.block_01 .box_04_bottom { 
	padding: 0px 4%;
	padding-bottom: 0px;
	}*/


/************************
BLOCK
************************/ 
.block ul li,
.block ul,
.block .tt,
.block .dd,
.block .pic img,
.block .txt,
.block .pic,
.block { 
    position: relative;
	display: inline-block;
    width: 100%;	
	}
.block { 
	float: left;
	line-height: 1.8em; 
	}	
	
/************************/ 

/************************/ 
.block_04 { 
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
.block_04 ul li .pic img,
.block_04 ul li .pic,
.block_04 ul li  { 
	float: center;
	}	
.block_04 ul li { 
	width: 100%;
	margin: 0px 1%;
	}
.block_04 ul li img { 
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	}	
.block_04 ul li.bl_left img { 
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
	}
.block_04 ul li.bl_right img { 
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
	}

	.block_04 ul li.bl_center img { 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 20px;
display: inline-block;
	}

.block_04 ul li.bl_center2 img { 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 20px;
display: none;
	}	
	
.block_04 .block_btn {
	margin: 10px 0px;
}	

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

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

}
@media screen and (max-width: 480px) {
.block_04 ul li { 
	width: 98%;
	margin: 5px 1%;
	}
.block_04 ul li.bl_left img { 
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0px;
	}
.block_04 ul li.bl_right img { 
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 0px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
	}	

	.block_04 ul li.bl_center img { 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 20px;
display: none;
	}
.block_04 ul li.bl_center2 img { 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 20px;
display: inline-block;
	}	

}

/************************/


.block_04 ul li .box_text2{

width: 100%; 
/*padding: 4%; */
/*background: url('../images/p_p6.jpg')no-repeat scroll center center transparent;
background-size: contain; 
-moz-background-size: contain; 
-webkit-background-size: contain; 
-o-background-size: contain; */
line-height: 2em;
text-align: center;
font-size: 18px;
}


.block_04 .wowbox{
	padding:0px 5% ;
}

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

	.block_04 ul li .box_text{
		padding: 3%; 
		line-height: 1.8em;

		font-size: 16px;
	}

	.block_04 .wowbox{
		padding:0px ;
	}

}

.box_04_bottom{

margin-bottom: 20px;
margin-top: 40px;

}

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

.box_04_bottom{

margin-top: 0px;

}


}
