@charset "utf-8";

/* 2023.12.10 kang nuri */
/* business.css */


/**************************************************/

#business_01{
	padding: 262px 0 210px 0;
	text-align: center;
	background-position: center;
	background-size: cover;
}

#business_01 h1{
	font-size: 56px;
	color: #fff;
}

#business_02{
	padding: 65px 0 120px 0;
}

#business_02 .layout_container h2{
	font-size: 40px;
}

.business.bgperform{
	background-image: url("../img/business/perform_01.jpg");
}

.business.bgproducts{
	background-image: url("../img/business/products_01.jpg");
}

.business.bgworkshop{
	background-image: url("../img/business/workshop_01.jpg");
}

.business.bgfacility{
	background-image: url("../img/business/facility_01.jpg");
}

/**************************************************/

.perform_list{
	margin-bottom: 80px;
}

.perform_list > li{
	margin-bottom: 24px;
	border: solid 1px #c4c4c4;
	box-shadow: 6px 12px 12px 0px rgba(0, 0, 0, 0.05);
}

.perform_list > li > div{
	display: table-cell;
	vertical-align: middle;
}

.perform_list > li .img{
	width: 590px;
}

.perform_list > li .img img{
	width: 100%;
}

.perform_list > li .img img.only_pc{
	display: block !important;
}

.perform_list > li .typo{
	display: table-cell !important;
	padding-left: 20px;
}

.perform_list > li .typo.only_m{
	display: none !important;
}

.perform_list > li .typo .title{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.perform_list > li .typo .title.narrow{
	margin-bottom: 16px;
}

.peform_table{
	display: table !important;
	width: 100%;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
}

.peform_table td{
	border-bottom: solid 1px #222;
	padding: 16px 20px;
}

.peform_table td.title{
	width: 590px;
	font-weight: 600;
	text-align: center;
	padding: 0;
}

/**************************************************/

.business_02.products{
	padding-top: 90px !important;
}

.products_list{
	border-top: solid 1px #c4c4c4;
}

.products_list > li{
	position: relative;
	border-bottom: solid 1px #c4c4c4;
	padding: 20px 0;
}

.products_list > li .typo{
	padding-top: 8px;
	float: left;
}

.products_list > li > a{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.products_list > li .title > object{
	margin-left: 20px;
}

.products_list > li .img{
	width: 448px;
	float: right;
}

.products_list > li .img img{
	width: 100%;
}

.products_list_dept2{
	margin-top: 10px;
}

.products_list_dept2 > li{
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
}

.products_list_dept2 > li:last-child{
	margin-bottom: 0;
}

.products_list_dept2 > li > p{
	position: relative;
	display: inline-block;
	border: solid 1px #222222;
	padding: 6px 12px;
}

.products_list_dept2 > li > p > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.products_list_dept2 > li > p object{
	width: 13px;
	margin-left: 12px;
}

/**************************************************/

.business_02.workshop{
	padding-top: 80px !important;
}

.business_02.workshop .layout_container.only_pc{
	display: block !important;
	padding: 0;
}

.workshop > h2{
	padding: 0 120px;
	margin-bottom: 40px;
}

.workshop .subtitle{
	padding: 0 120px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 16px;
}

.workshop .info{
	padding: 0 120px;
	font-size: 14px;
}

/**************************************************/

table, td{
	border-collapse:seperate;
}

.business_02.facility{
	padding-top: 80px !important;
}

.facility > h2{
	margin-bottom: 40px;
}

.facility_list{
	margin-bottom: 60px;
}

.facility_list > li{
	box-sizing: border-box;
	display: inline-block;
	width: calc(25% - 15px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid 1px #c4c4c4;
	overflow: hidden;
	font-size: 14px;
}

.facility_list > li:nth-child(4n){
	margin-right: 0;
}

.facility_list > li .typo{
	box-sizing: border-box;
	padding: 24px 14.9px;
}

.facility_list > li .typo .title{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 16px;
}


.facility_list > li .typo .title > span{
	font-size: 14px;
	font-weight: 400;
}

.facility_list > li .typo .subtitle{
	font-weight: 600;
}

.facility_list > li .img img{
	margin-bottom: -1px;
	margin-left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.facility_table{
	width: 100%;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
	margin-bottom: 120px;
}

.facility_table.last{
	margin-bottom: 0;
}

.facility_table td{
	border-bottom: solid 1px #222;
	padding: 15px 0;
	text-align: center;
}

.facility_table td.title{
	width: 305px;
	font-size: 14px;
}

.facility_table td.col01{
	width: 285px !important;
}

/* MOBILE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width:1024px){

	#business_01{
		padding: 280px 0 220px 0;
	}

	#business_01 h1{
		font-size: 40px;
	}

	#business_02{
		padding: 64px 0;
	}

	#business_02 .layout_container h2{
		font-size: 40px;
	}

	.business.bgperform{
		background-image: url("../img/business/m_perform_01.jpg");
	}

	.business.bgproducts{
		background-image: url("../img/business/m_products_01.jpg");
	}

	.business.bgworkshop{
		background-image: url("../img/business/m_workshop_01.jpg");
	}

	.business.bgfacility{
		background-image: url("../img/business/m_facility_01.jpg");
	}

	/**************************************************/

	.perform_list{
		margin-bottom: 0;
	}

	.perform_list > li{
		margin-bottom: 32px;
	}

	.perform_list > li:last-child{
		margin-bottom: 0;
	}

	.perform_list > li > div{
		display: block;
	}

	.perform_list > li .img{
		width: 100%;
	}

	.perform_list > li .img img{
		width: 100%;
	}

	.perform_list > li .img img.only_m{
		display: block !important;
	}

	.perform_list > li .img img.only_pc{
		display: none !important;
	}

	.perform_list > li .typo.only_m{
		display: block !important;
		padding: 32px 24px;
		font-size: 16px;
	}

	.perform_list > li .typo.only_pc{
		display: none !important;
	}

	.perform_list > li .typo .title{
		margin-top: 4px;
		margin-bottom: 0;
	}

	.peform_table{
		display: none !important;
	}

	/**************************************************/

	.products_list{
		border-top: 0;
	}

	.products_list > li{
		position: relative;
		border-bottom: solid 1px #c4c4c4;
		padding: 24px 0;
	}

	.products_list > li:first-child{
		padding-top: 0;
	}

	.products_list > li .typo{
		padding-top: 0;
		float: none;
	}

	.products_list > li > a{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.products_list > li .title{
		margin-right: 0;
		margin-bottom: 16px;
	}

	.products_list > li .img{
		width: 100%;
		float: none;
	}

	.products_list > li .img img{
		width: 100%;
		margin-top: 16px;
	}

	.products_list_dept2{
		margin-top: 0;
	}

	/**************************************************/	

	.business_02.workshop{
		padding-top: 64px !important;
	}

	.business_02.workshop .layout_container.only_pc{
		display: none !important;
	}

	.business_02.workshop .layout_container.only_m{
		display: block !important;
		padding: 0;
	}

	.workshop > h2{
		padding: 0 16px;
		margin-bottom: 64px;
	}

	.workshop .subtitle{
		padding: 0 16px;
	}

	.workshop .info{
		padding: 0 16px;
	}

	/**************************************************/

	.facility > h2{
		margin-bottom: 64px;
	}

	.facility_list{
		margin-bottom: 40px;
	}

	.facility_list > li{
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 16px;
	}

	.facility_list > li:nth-child(2n){
		margin-right: 0;
	}

	.facility_list > li .typo{
		padding: 24px 16px;
	}

	.facility_list > li .typo .title{
		font-size: 18px;
		margin-top: 2px;
		margin-bottom: 0;
		padding-bottom: 6px;
	}


	.facility_list > li .typo .title > span{
		font-size: 14px;
		font-weight: 400;
	}

	.facility_list > li .typo .subtitle{
		font-weight: 600;
		margin-top: 10px;
	}

	.facility_table{
		margin-bottom: 64px;
	}
	
}