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

input[type="text"], input[type="search"], input[type="password"] {
	width: auto;
}

.sec_1 .slide_box{
	padding: 20px 0px;
}
.sec_1 h2 {
	color: #888;
	border-bottom: 0px solid #F66;
}
.sec_1 h3 {
	margin: 10px 0 10px 0;
}
.sec_1 figure {
	overflow: hidden;
	float: left;
	margin: 0px;
}
.sec_1 figure:nth-child(1) {
	width: 48%;
	margin: 0 5% 0 0;
}
.sec_1 figure:nth-child(1) p {
	padding: 20px 0;
}
.sec_1 figure:nth-child(2) {
	width: 47%;
}
.sec_1 figure .content_image{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.sec_1 figure .content_image img{
	width: 100%;
}
.sec_1 figure table{
	padding: 30px 20px;
	margin: 0 0 40px 0;
	background-color: #F5F5F5;
}


/*-------------------------------------------- 
	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) {
}

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

	.sec_1 figure {
		/*overflow: hidden;*/
		float: none;
		/*margin: 0px;*/
		width: 100vw;
		padding: 0 0px;
	}
	.sec_1 figure:nth-child(1) {
		width: 100%;
		/*margin: 0 5% 0 0;*/
	}
	.sec_1 figure:nth-child(2) {
		width: 100%;
		margin: 40px 0 0 0;
	}
}