#container .page {
	width: 100%;
	padding:100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
#container .page.full_bg:before {
	background-color:#fbfbfb;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	z-index: -1;
	transform: translateX(-50%);
}
#container .page .center .title {
	padding-top: 0;
}
.concept_box_wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#container .product_service_wrap {
	margin-bottom: 0;
}
#container .page.height_free {
	height: auto;
	padding: 100px 0;
}
#container .product_service_wrap li {
	position: relative;
}
#container .product_service_wrap li .text {
	position: absolute;
	bottom: 0;
	right: 0;
	padding:0 10px;
	line-height: 40px;
	text-align: center;
	background-color: #333;
	border-radius: 10px 0 0 0;
	width: auto;
	font-size: 16px;
}
#container .product_service_wrap li.max {
	width: 100%;
	height: auto;
	aspect-ratio:auto;
}
#container .product_service_wrap li.max .imgbox img {
	width:100%;
	height: auto;
	transform:none;
	top:unset;
	left:unset;
	position: relative;
}
.concept_box_wrap .box {
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #b5b5b5;
}
.concept_box_wrap .box .top_img {
	border-bottom: 1px solid #e8e8e8;
}
.concept_box_wrap .box .top_img img {
	width: 100%;
}
.concept_box_wrap .box .bot_text {
	background-color: #fff;
	padding: 20px;
}
.concept_box_wrap .box .bot_text h3 {
	margin-bottom: 20px;
	color: #00098b;
}
.concept_box_wrap .box .bot_text h4 {
	margin-bottom: 10px;
	color:#1d1d1d;
	font-size:21px;
}
.concept_box_wrap .box .bot_text p {
	font-size: 17px;
}

@media screen and (max-width:2560px){

}

@media screen and (max-width:1920px){

}

@media screen and (max-width:1500px){

}

@media screen and (max-width:1080px){
	#container .center {padding-bottom:0;}
    #container .product_service_wrap li {padding: 0;}
    #container .product_service_wrap li.nomargin .imgbox {margin-bottom: 0;}
}

@media screen and (max-width:780px){
	#container .page {
		padding:50px 0;
	}
	#container .center .title {
		padding-bottom:50px;
	}
    .concept_box_wrap {
    	flex-direction: column;
    }
    .concept_box_wrap .box {
    	width: 100%;
    	margin-bottom:30px;
    }
    #container .product_service_wrap li.two.no_bk {
    	padding: 0;
    }
    #container .product_service_wrap li.two.no_bk .imgbox {
    	margin-bottom:0;
    }
    #container .product_service_wrap li.two h3 {
    	margin-bottom: 0;
    }
    #container .product_service_wrap li.nomargin {
    	margin-bottom:0;
    }
    #container .product_service_wrap li.max {
    	flex-direction: column;
    	background-color: #fff;
    }
    #container .product_service_wrap li .imgbox {
    	margin-bottom: 20px;
    }
    #container .product_service_wrap li .hover_box {
    	padding: 20px;
    }
    #container .product_service_wrap li.two {
    	flex-wrap: wrap;
    	padding: 20px;
    	height: auto;
    }
}

@media screen and (max-width:550px){
	
}