@charset "UTF-8";

/*---product_category---*/

/*------------------------
.underPage_title
--------------------------*/	
.underPage_title_product{
	width: 700px;
	background-image: url("../img/product/underPage_title_productList.png");
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_product{
		width: 100%;
		background-image: url("../img/product/underPage_title_productList.png");
	}
}

/*------------------------
cont_wrap
--------------------------*/	
.cont_wrap{
	margin-top: 100px;
	padding:0;
}
article{
	border: solid 3px #fff;
}
.product_head{
	background-color: #e8d60b;
	padding: 20px;
}
.product_head span{
	width: 75%;
	display: block;
	padding: 0 5px;
	background-color: #fff;
	text-align: left;
	margin: 10px 0 0;
}
.product_category{
	background-color: #ffebde;
	border: solid 2px #fff;
}
.product_thumb{
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-color: #fff;
	border: solid 2px #ffebde;
	position: relative;
	overflow: hidden;
}
.product_thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;	
}
.product_text{
	width:100;
	height:280px;
	background-color: #ffebde;
	padding: 20px;
	position: relative;
}
.product_text h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.product_text p{
	text-align: left;
}
.product_text .product_link_btn{
	position: absolute;
	bottom: 10px;left:50%;
	margin-left: -118px;
}
.return_product{
	margin: 100px auto 0;
}

@media screen and (min-width:0px) and (max-width:767px){

	.cont_wrap{
		margin-top: 50px;
		padding:0;
	}
	article{
		border: solid 3px #fff;
	}
	.product_head{
		background-color: #e8d60b;
		padding: 20px;
	}
	.product_head span{
		width: 100%;
		display: block;
		padding: 0 5px;
		background-color: #fff;
		text-align: left;
		margin: 10px 0 0;
	}
	.product_category{
		background-color: #ffebde;
		border: solid 2px #fff;
	}
	.product_thumb{
		width: 100%;
		height: 0;
		padding-bottom: 75%;
		background-color: #fff;
		border: solid 2px #ffebde;
		position: relative;
		overflow: hidden;
	}
	.product_thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;	
	}
	.product_text{
		width:100%;
		height:auto;
		padding: 10px;
		position: static;
	}
	.product_category{
		background-color: #ffebde;
		border: solid 2px #fff;
	}
	.product_text h3{
		text-align: left;
		font-size: 36px;
		margin-bottom: 10px;
	}
	.product_text p{
		text-align: left;
	}
	.product_text .product_link_btn{
		position: static;
		margin: 15px auto 0;
	}
		
}


