@charset "utf-8";

/* 
 * content CSS Document
 * KOWEB
 */

#content{min-height:500px; margin-top:50px; padding-bottom:50px;}
#content h2{margin-top:50px; margin-bottom:20px; font-size:35px; color:#111; font-weight:400; text-align:center; word-break:keep-all;}
img.ready{width:100%;}

.area_company .image{width:100%; height:350px; background:url(/images/contents/img_company.jpg) no-repeat 50% 0; color:#fff; text-align:center; }
.area_company .image h3{padding:100px 0 30px 0;font-size:44px;}
.area_company .image p{font-size:20px;}
.area_company .text{margin-top:40px; text-align:center; font-size: 20px; color: #1c1c1c; line-height: 36px;letter-spacing: -.05em;}
.area_company .text b{color:#ee3124;}
.area_company .text span{display:block; margin-top:50px; color:#333}

*[data-shop-list="default"] > li > a .price i:last-child{display:block;}

.list_title{margin-top: 15px; text-align: center;}
.list_title li{ display: inline-block; margin: 0 4px; }
.list_title li a{display:block; width: 160px; line-height: 40px; border :1px solid #ccc; border-radius: 20px;cursor: pointer;}
.list_title li a.on{border: 2px solid #daa33e; color: #daa33e;}



@media screen and (max-width:767px){
	#content h2{font-size:25px;}
	#content{min-height:300px;}

	.area_company .image{box-sizing:border-box; height:auto; padding:100px 10px;}
	.area_company .image p{font-size:16px;}
	.area_company .image h3{padding-top:0; font-size:25px;}
	.area_company .text{font-size:16px; word-break:keep-all;}
	
	.area_company .text p br{display:none;}
}
