/*boxslider css*/
#main_visual .bx-wrapper .bx-controls-direction a {
    margin-top: -44px;
    width: 45px;
    height: 87px;
	z-index: 11;
  }
#main_visual .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}

#main_visual .bx-wrapper .bx-prev { 
    background: url() no-repeat 0 0px;
}
#main_visual .bx-wrapper .bx-next { 
    background: url() no-repeat 0 0px;
}

#main_visual .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom:10%;
	left: 50%;
    width: 100%;
	text-align: left;
}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active, 
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:focus {  background-color: #fff; }
#main_visual .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,0.2);
}
.mvs_txt {
	position: absolute;
	top: 30%;
	left: 60px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	
}
.sub_txt {
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: 1.1;
	line-height: 1.5em;
	padding-top: 15px;
}
#main_section_wrap {
	width: 100%;
    position: relative;
    z-index: 1;
}
.main_section {
	display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100vh;
	margin: 60px;
}
.main_section.about {
	background:  url(../images/about-us.jpg) 0 0 no-repeat;
	padding: 7% 0;
}
.main_section > .inner {
    width: 100%;
	margin: 0 auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.main_contents {
    text-align: center;
    margin-bottom: 60px;
}
.main_contents h2 {
	font-size: 48px;
	line-height: 1.2;
    display: inline-block;
	color: #fff;
}
.main_contents .txt {
	font-size: 23px;
    color: #fff;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 30px;
    width: 82%;
    max-width: 1300px;
}
.main_contents .btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    width: 175px;
    height: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.35s ease;
}
.main_contents .btn a:hover {
	background: #fff;
	color: #222;
}
#main_visual .btn a {
	background: #23aee8;
	display: inline-flex;
	color: #fff;
	font-size: 20px;
	padding: 15px 20px 15px 15px;
	margin-top: 25px;
	z-index: 99999;
	position: relative;
}
#main_visual .btn a:hover {
	background: #7bbd35;
}
#main_visual .btn a:active {
	background: #6faa30;
}
#main_visual .btn a img:first-child {
	width: 66px;
	padding-right: 10px;
}
#main_visual .btn a span {
	padding-right: 10px;
	line-height: 40px;
}
#main_visual .btn a img:nth-child(3) {
	width: 19px;
	height: 15px;	
	padding-top: 12px;
}
/*--- 제품소개 ---*/
.products_wrap {
	margin: 0 60px 60px 60px;
	padding: 3% 0;
}
.products_wrap h2 {
	width: 100%;
	font-size: 48px;
	text-align: center;
	margin-bottom: 30px;
}
ul.products_list {
	display: flex;
	flex-wrap: wrap;
}
ul.products_list > li {
	width: 16.6666%;
}
ul.products_list > li > .inner {
    position: relative;
    display: flex;
    flex-direction: column;
	border: 1px solid #bdbdbd;
	border-left: none;
	background: #23aee8;
}
ul.products_list > li:first-child > .inner {
	border-left:1px solid #d7d7d7;
}
ul.products_list > li > .inner .img {
	width: 100%;
    height: 280px;
    background-color: #dedede;
    overflow: hidden;
}
ul.products_list > li > .inner .img > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .85s ease-in-out;
	transform: scale(1);
}
ul.products_list > li > .inner .cont {
	height: 70px;
    padding: 30px;
    text-align: center;
    position: relative;
	transition: all 1s ease;
}
ul.products_list > li > .inner .cont > .txt {
	font-size: 18px;
    font-weight: 600;
	letter-spacing: -1px;
	color: #fff;
}
ul.products_list > li > .inner .cont > .btn {
	width: 100px;
	margin:0 auto;
	margin-top: 20px;
	padding: 5px 0;
	color: #fff;
}
ul.products_list > li > .inner .cont > .btn p::after {
    content: '';
    position: absolute;
    bottom: 38px;
    right: 105px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #ffffff;
	transform: rotate(315deg); /* 각도 */
}
ul.products_list > li > .inner:hover .img > div { transform: scale(1.2); }
ul.products_list > li > .inner:hover .cont {
	background: #f5a100;
}
ul.products_list > li > .inner:hover .cont > .txt {
	color: #fff;
}
ul.products_list > li > .inner:hover .cont > .btn {
	color: #fff;
}
ul.products_list > li > .inner:hover .cont > .btn p::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	transform: rotate(135deg); /* 각도 */
}
.main_section.recruit_wrap {
	background: #e5fee1 url(../images/carbon.jpg) right bottom no-repeat;
	padding: 7% 0;
	min-height: 80vh;
	padding: 0 90px;
}
.main_section.recruit_wrap .inner .main_contents{
	text-align: left;
}
.main_section.recruit_wrap .inner .main_contents h2 {
	color: #4bad56;
}
.main_section.recruit_wrap .inner .main_contents p.txt {
	color: #524f4f;
	margin: 40px 0 30px 0;
	font-size: 21px;	
}
.main_section.recruit_wrap .inner .main_contents p.txt span {
	padding-bottom: 10px;
	display: inline-block;
	background: #e5fee1c5;
}
.main_section.recruit_wrap .inner .main_contents .btn a {
	background: #55c161;
	border: 2px solid #267a2f;
}
.main_section.recruit_wrap .inner .main_contents .btn a:hover {
	color: #184d1d;
}
.main_section.recruit_wrap img {
	margin-bottom: 10px;
	display: inline-block;
}

/*미디어 쿼리*/
@media screen and (max-width: 1850px) {
    ul.products_list > li { width: 33.3333%; }
	ul.products_list > li > .inner {
		border-left: 1px solid #bdbdbd
	}
	/* ul.products_list > li > .inner .cont > .btn { display: none; } */
	#main_visual .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { left: 0; bottom: 10%; text-align: center; }
	.main_section.about {
		background-size: cover;
	}
	.main_section.recruit_wrap {
		background-size: 40%;
	}
}
@media screen and (max-width: 1280px) {
   ul.products_list > li > .inner .cont > .btn p::after { display: none; }
	.main_section { min-height: 40vh;  margin: 40px 20px; }
	.main_section.about {padding: 10% 0;}
	.main_section.recruit_wrap {
		padding: 10% 5% 0;
		min-height: 30vh;
	}
	.main_contents h2, .products_wrap h2 {
	 font-size: 3em;
   }
   .products_wrap h2 {
		margin-bottom: 5%;
	}
   .products_wrap {
		margin: 0 20px 40px 20px;
   }
   .main_contents .txt {
	font-size: 1.8em;
   }
   .main_section.recruit_wrap h2{
		font-size: 2.7em;
   } 

}
@media screen and (max-width: 1024px) {
    ul.products_list > li > .inner .cont > .btn p::after { display: none; }
	/* ul.products_list > li { width: 50%; } */
	.bx-wrapper .mobile-height img {
		min-height: 480px;
		height: 100%;
		opacity: 0;
	}
	.main_visual_slide li.mvs_b01 {
		background-image:  url(../images/main-01-1024.jpg) ;
	}
	.main_visual_slide li.mvs_b02 {
		background-image:  url(../images/main-02-1024.jpg) ;
	}
	.main_visual_slide li.mvs_b03 {
		background-image:  url(../images/main-03-1024.jpg) ;
	}
	.mvs_txt {
		font-size: 40px;
		line-height: 1;
	}
	.sub_txt {
		font-size: 16px;
		padding-top: 0;
	}
	#main_visual .btn a {
		font-size: 14px;
		padding: 5px 10px;
		margin-top: 10px;
	}
	#main_visual .btn a img:first-child {
		width: 50px;
		height: 27px;
		padding-top: 8px;
	}
	.main_section.about {
		background-size: cover;
	}
	/* .main_section.recruit_wrap {
		background: url(../images/carbon-1024.jpg) 0 0 no-repeat;
		padding: 5% 5% 0;
		min-height: 30vh;
	} */
	.main_section.recruit_wrap .inner .main_contents p.txt {
		color: #524f4f;
		margin: 20px 0 30px 0;
		font-size: 18px;
		width: 99%;
	}
	.logo-basic {
		background: url(../images/logo.png) no-repeat;
	 }
}
@media screen and (max-width: 640px){
	.mvs_txt {
		left: 5%;
		font-size: 3em;
	}
	.mvs_txt > img {
		width: 80%;
	}
	.bx-wrapper .mobile-height img {
		min-height: 367px;
		height: 100%;
		opacity: 0;
	}
	.main_visual_slide li {
		height: 722px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.main_visual_slide li.mvs_b01 {
		background-image:  url(../images/main-m-01.jpg) ;
	}
	.main_visual_slide li.mvs_b02 {
		background-image:  url(../images/main-m-02.jpg) ;
	}
	.main_visual_slide li.mvs_b03 {
		background-image:  url(../images/main-m-03.jpg) ;
	}
	ul.products_list > li { width: 100%; }
	.logo-basic {
		background: url(../images/logo-m.png) no-repeat;
	 }
	 .main_section.about {
		background-image:  url(../images/about-us-m.jpg) ;
	}
	.main_section.recruit_wrap {
		/* background: url(../images/carbon-m.jpg)  no-repeat;
		background-size: cover; */
		background-size: 50%;
	}
}
.sub_txt {
	width: 80%;
	word-break: keep-all;
}



