@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

@import url("style.css");


#header {
	opacity: 0.8;
	background: #D5EECD;
}

/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
	overflow: hidden;
	width: 100%;
	margin: 80px 0 0 0;
}

/*-------------------------------------------- 
	content1
---------------------------------------------*/
#content1 {
	width: 100%;
}

.image_menu{
	overflow: hidden;
	max-height: 400px;
}
.image_menu img{
	width: 100%;
	text-align: center;
	/*min-height: 200px;*/
}

.label_menu_title h1{
	margin: 50px 0 10px 0;
	text-align: center;
	color: #222;
}

.list_breadcrumb_blue01 {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px;
	background: #F8F8F8;
	/*border: 1px solid #E9E9E9;*/
}
.list_breadcrumb_blue01 ul {
	/*display: table;*/
	float: right;
	/*width: 1100px;*/
	margin: 0 10% 0 0;
	padding: 0;
	list-style: none;
}
.list_breadcrumb_blue01 li {
	float: left;
	line-height: 48px;
	color: #FF0031; 
}
.list_breadcrumb_blue01 li a {
	color: #272727;
}
.list_breadcrumb_blue01 li a:hover {
	color: #FF0031;
}
.list_breadcrumb_blue01 li .crumb_tag {
	color: #272727;
}


/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
	overflow: hidden;
	max-width: 1100px;
	margin: 30px auto;
	padding: 0px 0px;
}



#side1 {
	/*display: none;*/
	float: left;
	/*width: 0%;*/
	width: 20%;
	min-height: 500px;
}
.tree_gray_green_v {
	width: 100%;
	margin: 0px 0 30px 0;
}
.tree_gray_green_v h3 {
	width: 184px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: rgb(255, 255, 255);
	margin: 0px 0 10px 0;
	padding: 0px;
	border-radius: 12px;
	background: #ED5540;
}
.tree_gray_green_v ul {
	margin: 0 0 0 0px;
	list-style: none;
	text-align: center;
}
.tree_gray_green_v .mw-nav > li {
	text-indent: 32px;
	line-height: 42px;
	background: url(../../../../../cufiles/images/web/layout/list_arraw_blue.png) 10px 15px no-repeat;
	/*border-bottom:1px solid #EEE;*/
}
.tree_gray_green_v .mw-nav li a {
 	color:#333;
 	font-size: 110%;
	border: none;
	background: none;
	/*border:1px solid #F00;*/
}
.tree_gray_green_v .mw-nav li:hover > a {
 	color: #EB5645;
 	/*font-weight: bold;*/
	background: url(../../../../../cufiles/images/web/layout/list_arraw_red.png) 10px 15px no-repeat;
}
.tree_gray_green_v .mw-nav li.action {
	/*padding: 0 0 0 20px;*/
	background: none;
}
.tree_gray_green_v .mw-nav li.action > a {
 	color: #EB5645;
 	font-weight: bold;
	background: url(../../../../../cufiles/images/web/layout/list_arraw_red.png) 10px 15px no-repeat;
}




#side2 {
	float: right;
	/*width: 100%;*/
	width: 78%;
	min-height: 500px;
}


#block1{
	overflow: hidden;
	background: #FFF;
	/*border:1px solid #FFF;*/
}


#block2{
	/*width: 860px;*/
	padding: 0 0 40px 0;
	position: relative;
}



/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad*/
@media screen and (max-width: 1023px) {

	#side1 {
		float: left;
		width: 20%;
		min-height: 500px;
	}
	.tree_gray_green_v h3 {
		width: 140px;
		height: 48px;
		margin: 0px 0 10px 0;
		padding: 0px;
		text-align: center;
		line-height: 48px;
		color: rgb(255, 255, 255);
		border-radius: 12px;
		background: #ED5540;
	}

	.list_blue001 ul {
		width: 94%;
	}
}


/*iPhoe*/
@media screen and (max-width: 767px) {

	#container {
		margin: 61px 0 0 0;
	}

	#side1{
		display: none;
	}

	#side2{
		width: 100%;
		padding: 0 20px;
	}

	.btn {
	    /*display: inline-block;*/
	    /*border-radius: 24px;*/
	    padding: 5px 21px;
	     font-size: 1.4rem; 
	    /*background: none;*/
	}
	
}