section.main-visual{
	width:100%;
	z-index: 1;
	position: relative;
	height: 640px;
	margin:0 auto;
	overflow:hidden;
}
section.main-visual .imgs{
	width:100%;
	height: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform 10s linear;
	position: absolute;
	left: 0;
	top: 0;
}
section.main-visual.animate .imgs{
	transform:scale(1.2) rotate(0.01deg);
}
section.main-visual .imgs.img1{
	background-image:url('../images/main/main_visual1.jpg');
}
section.main-visual .slogan{
	position: absolute;
	top: 187px;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}
section.main-visual .slogan h2{
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	padding-bottom:25px;
}
section.main-visual .slogan h2 span{
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'PlayfairDisplay';
	display: inline-block;
	font-size: 60px;
	line-height: 65px;
	color:#fff;
}
section.main-visual .slogan h2::before{
	width:0%;
	height:2px;
	position: absolute;
	bottom:0px;
	background:rgba(255,255,255,0.3);
	content:"";
	display: block;
	transition:width 1s ease;
	transition-delay: 1s;
}
section.main-visual.animate .slogan h2::before{
	width:100%;
}
section.main-visual .slogan p.des{
	opacity:0;
	padding-top:27px;
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color:#aeadad;
	transition:opacity 2s linear;
	transition-delay: 2s;
}
section.main-visual.animate .slogan p.des{
	opacity:1;
}
section.business{
	font-size:0px;
	margin:0 auto;
	text-align: center;
	margin-top:-80px;
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
}
section.business:after{
	content: "";
	display: table;
	clear:both;
}
section.business .box{
	width: 32%;
	height:380px;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
section.business .box .text{
	width:100%;
	height:190px;
	background:#e4e4e4;
	color:#188d4f;
	font-size:28px;
	padding-top: 47px;
	box-sizing: border-box;
	line-height: 30px;
	font-weight:500;
	font-family: 'Oswald';
	text-transform: uppercase;
}
section.business .box.type2 .text{
	color:#fff;
	background:#40af74;
}
section.business .box .graphic{
	width:100%;
	height:190px;
	overflow: hidden;
}
section.business .box .graphic .bg{
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat;
	transition: transform .3s ease;
}
section.business .box:nth-of-type(1) .graphic .bg{
	background-image:url('../images/main/main_business_img1.jpg');
}
section.business .box:nth-of-type(2) .graphic .bg{
	background-image:url('../images/main/main_business_img2.jpg');
}
section.business .box:nth-of-type(3) .graphic .bg{
	background-image:url('../images/main/main_business_img3.jpg');
}
section.business .box:hover .graphic .bg{
	transform:scale(1.1) rotate(0.01deg);
}
section.whatwedo{
	position: relative;
}
section.whatwedo .bg{
	margin:0 auto;
	text-align: center;
	background: #ececec;
	padding-top: 70px;
	padding-bottom: 70px;
	box-sizing: border-box;
}
section.whatwedo .bg h4{
	color:#020d11;
	line-height:72px;
	font-size:57px;
	text-transform: uppercase;
	font-family: 'PlayfairDisplay';
	display: inline-block;
	border-top:1px solid #020d11;
	border-bottom:1px solid #020d11;
	padding:0px 5px;
}
section.whatwedo .bg p.des{
	padding-top:30px;
	font-size: 24px;
	line-height: 1.3;
	color:#222;
	padding-right: 30px;
	padding-lefT: 30px;
}
section.whatwedo .element4{
	background:#fff;
	font-size: 0px;
	padding-top: 30px;
	text-align: center;
	box-shadow:0px -10px 20px rgba(0,0,0,0.08);
	position: relative;
	width: calc(100% - 40px);
	margin: 35px auto 0;
}
section.whatwedo .element4::after{
	content:"";
	display: table;
	clear: both;
}
section.whatwedo .element4 .box{
	width: 50%;
	height:348px;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 35px;
}
section.whatwedo .element4 .box i{
	display:inline-block;
	width:110px;
	height:110px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #3a3c3c;
	border-radius: 50%;
}
section.whatwedo .element4 .box:nth-of-type(1) i{
	background-color: #049389;
	background-image:url('../images/main/main_whatwedo_icon1.png');
}
section.whatwedo .element4 .box:nth-of-type(2) i{
	background-image:url('../images/main/main_whatwedo_icon2.png');
}
section.whatwedo .element4 .box:nth-of-type(3) i{
	background-color: #3bb376;
	background-image:url('../images/main/main_whatwedo_icon3.png');
}
section.whatwedo .element4 .box:nth-of-type(4) i{
	background-image:url('../images/main/main_whatwedo_icon4.png');
}
section.whatwedo .element4 .box h5{
	font-size:26px;
	line-height: 32px;
	font-weight:500;
	color:#222;
	text-transform: uppercase;
	font-family: "Oswald";
	padding:32px 0 18px;
	position: relative;
}
section.whatwedo .element4 .box h5::before{
	width:184px;
	height:1px;
	left:50%;
	margin-left:-92px;
	content:"";
	display: inline-block;
	position: absolute;
	background: #e3e3e3;
	bottom:0px;
}
section.whatwedo .element4 .box p.des{
	padding-top:20px;
	color:#8e8e8e;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing:-0.03em;
}
section.product{
	min-height:500px;
	margin-bottom:120px;
}
section.product .slide_wrapper{
	margin:0 auto;
	position: relative;
}
section.product .slide_wrapper h4{
	margin:0 auto;
	position: relative;
	font-size:38px;
	font-family: "PlayfairDisplay";
	letter-spacing: -0.05em;
	padding-bottom:40px;
	padding-top:80px;
}
section.product .slide_wrapper .slider{
	margin:0 auto;
	padding: 0 15px;
	position: relative;
}
section.product .slide_wrapper .slider .item{
	width:280px;
	float:left;
}
section.product .slide_wrapper .slider .item > a{
	padding: 0px 5px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
section.product .slide_wrapper .slider .item .img{
	overflow: hidden;
	position: relative;
}
section.product .slide_wrapper .slider .item .img img{
	transition: transform .3s ease;
}
section.product .slide_wrapper .slider .item:hover .img img{
	transform: scale(1.2) rotate(0.01deg);
}
section.product .slide_wrapper .slider .item h5{
	padding-top:30px;
	color:#049389;	
	font-family: "Oswald";
	text-transform: uppercase;
	font-size:28px;
	line-height:34px;
	font-weight:500;
}
section.product .slide_wrapper .slider .item p.des{
	padding-top:10px;
	color:#999;
	font-size:20px;
	line-height: 1.3;
	max-height:106px;
	overflow: hidden;
	word-break:keep-all;
	margin-bottom:15px;
	text-decoration: none;
}
section.product .slide_wrapper .slider .item button{
	color:#fff;	
	line-height:36px;
	border:0px;
	background: #3a3c3c;
	display: inline-block;
	font-family: "Oswald";
	padding:0px 20px 0px 22px;
	font-size:15px;
	font-weight:500;
	letter-spacing: 0.05em;
	border:0px;
	text-transform: uppercase;
}
section.product .slide_wrapper .slider > button{
	background:#f5f5f5;
	top:50%;
	margin-top: -26px;
	width:52px;
	height:52px;
	border:1px solid rgba(0,0,0,0.1);
	display: inline-block;
	position: absolute;
	font-size:0px;
	cursor: pointer;
}
section.product .slide_wrapper .slider > button:hover{
	transition:all 0.5s;
}
section.product .slide_wrapper .slider > button.slick-prev{
		transition:all 0.5s;
		left:-70px;
		background:#f5f5f5 url('../images/sub/main_product_arrow_dleft.png') no-repeat 45% center;
}
section.product .slide_wrapper .slider > button.slick-prev:hover{
	background:#f5f5f5 url('../images/sub/main_product_arrow_left.png') no-repeat 45% center;
}
section.product .slide_wrapper .slider > button.slick-next{
		transition:all 0.5s;
		right:-70px;
		background:#f5f5f5 url('../images/sub/main_product_arrow_dright.png') no-repeat center center;
}
section.product .slide_wrapper .slider > button.slick-next:hover{
	background:#f5f5f5 url('../images/sub/main_product_arrow_right.png') no-repeat center center;
}

section.location{
}
section.location::after{
	display:block;
	content:"";
	clear:both;
}
section.location .location_txt_box{height:100%;background-color:#40af74;}
.location_txt_box::after{display:block;content:"";clear:both;}
.location_txt_box .contents_right{box-sizing:border-box;}
section.location .map_box{position:relative;}
.location_txt_box .contents_right h3{font-size:83px;font-weight:300;font-family: "PlayfairDisplay";line-height:76px;padding: 40px 40px;color:#fff;}
.location_txt_box .bg_txt{width:320px;height:37px;background-color:rgba(255,255,255,0.4);margin:10px 40px 45px;font-size:20px;text-align:center;letter-spacing:5px;color:#177c46;font-weight:400;line-height:37px;font-family: "Oswald";text-transform:uppercase;}
.location_line{width:100%;height:1px;background-color:#338c5d;display:block;}
.location_info_txt{font-size:18px;font-weight:400;color:#000;line-height:26px;padding:46px 40px;text-transform:uppercase;font-family: "Oswald","NotoSansKR"; }
.location_info_txt > div{
	font-family: "Oswald";
	padding-bottom:25px;
	font-size:24px;
	color:rgba(255,255,255,0.75);
}
.location_tab_menu{/* position:absolute; *//* bottom:0; *//* left:380px; */width:460px;height:50px; margin:0 auto;}
.location_tab_menu::after{display:block;content:"";clear:both;}
.location_tab_menu li{float:left;width:153px;height:100%;box-sizing:border-box;position:relative; list-style:none;}
.location_tab_menu li::after{display:block;content:"";position:absolute;top:10px;right:0;width:1px;height:32px;background-color:#333743;}
.location_tab_menu li:last-child::after{display:none;}
.location_tab_menu li a{display:block;width:100%;height:100%;font-size:16px;font-weight:500;color:#333;text-align:center;line-height:50px;background-color:#fff;font-family: "Oswald";}
.location_tab_menu li:hover a,
.location_tab_menu li.active a
{color:#fff;background-color:#40af74; }
.map_img{width:100%;height:100%;}