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

@import url("style.css");


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

/*-------------------------------------------- 
	content1
---------------------------------------------*/

#content1 {
	overflow: hidden;
	width: 100%;
}


.label_menu_title h1{
	position: absolute;
	/*margin: 250px 0 0px 15%;*/
	margin: 18% 0 0px 15%;
	/*margin: 80px 0 0px 15%;*/
	padding: 0px 20px;
	font-size: 4.2rem;
	font-weight: 300;
	color: #FFF;
	border-radius: 6px;
	/*background: rgba(0%,10%,20%,0.6);*/
}

.list_breadcrumb_blue01 {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px;
	background: #F8F8F8;
}
.list_breadcrumb_blue01 ul {
	/*display: table;*/
	float: right;
	margin: 0 10% 0 0;
	padding: 0;
	list-style: none;
}
.list_breadcrumb_blue01 li {
	float: left;
	line-height: 48px;
	color: #E10028;
}
.list_breadcrumb_blue01 li a {
	color: #849293; 
}
.list_breadcrumb_blue01 li a:hover {
	color: #E10028;
}
.list_breadcrumb_blue01 li .crumb_tag {
	color: #849293;
}

.image_menu_box{
	/*background: rgba(0,0,0,0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;*/
}
.image_menu{
	overflow: hidden;
	max-height: 410px;
	/*max-height: 346px;*/
}
.image_menu img{
	/*width: 100%;*/
	height: 410px;
	text-align: center;
	/*min-height: 296px;*/
	/*min-height: 200px;*/
}


/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
	overflow: hidden;
	max-width: 1150px;
	margin: 40px auto;
	margin-bottom: 0;
	padding: 0px 0px;
}

#side1 {
	/*display: none;*/
	float: left;
	width: 20%;
	min-height: 500px;
	padding: 0 0 0 20px;
}

.tree_gray_green_v {
	width: 100%;
	margin: 0px 0 30px 0;
}
.tree_gray_green_v h3 {
	/*display:block;*/
	width: 184px;
	height: 48px;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
	/*text-align: center;*/
	line-height: 48px;
	/*color: #FFF;*/
	/*background: #02759F;*/
	/*border-radius: 8px;*/
}
.tree_gray_green_v ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
.tree_gray_green_v .mw-nav > li {
	text-indent: 22px;
	line-height: 42px;
	background: url(../../../../../cufiles/images/web/layout/list_arraw_gray.png) 0px 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: #E10028;
 	/*font-weight: bold;*/
	background: url(../../../../../cufiles/images/web/layout/list_arraw_red.png) 0px 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: #E10028;
 	font-weight: bold;
	background: url(../../../../../cufiles/images/web/layout/list_arraw_red.png) 0px 15px no-repeat;
}
.tree_gray_green_v .mw-nav li .arrow-pad {
	display: none;
}

#side2 {
	float: right;
	width: 75%;
	min-height: 500px;
}


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


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



.canvas_post {
	/*margin: 0 20px 0 0;*/
}

/*-------------------------------------------- 
	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 Pro*/
@media screen and (max-width: 1279px) {
}

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

	#container {
		margin: 56px 0 0 0;
	}
	
	.label_menu_title h1{
		/*margin: 8% 0 0px 15%;*/
		/*padding: 0px 20px;*/
		font-size: 3rem;
	}

	#side1 {
		display: none;
	}
	#side2 {
		float: left;
		width: 100%;
		padding: 0 20px;
	}
	.canvas_post img{
		/*width: 100%;*/
		max-width: 100%;
	}
}


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

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

	.label_menu_title h1{
		/*margin: 5% 0 0px 5%;*/
		font-size: 2rem;
	}

	.list_breadcrumb_blue01 ul {
		margin: 0 3% 0 0;
	}
	.list_breadcrumb_blue01 li{
		font-size: 1.4rem;
		line-height: 36px
	}

}