@charset="UTF-8";

.sub01_ban{
		width: 100%;
		height: 480px;
		padding-top: 80px;
		background: url('/img/sub03/sub03_banner.jpg?v=1.0')no-repeat center;
		background-size: cover;
		position:relative;
	}
.sub01_ban h4{
	font-size: 42px;
    color: #fff;
    top: calc(60% - 35px);
    left: calc(50% - 85px);
    position: absolute;
    text-align: center;
    font-weight: 400;
	text-shadow: 1px 1px 3px #000000a3;
    border-bottom: 2px solid #fff;	
}

/*----------제품소개--------*/
.product{
	width:100%;
	height:1350px;
	position:relative;
	padding:50px 0;
}
.product ul{
	width:1000px;
	margin:0 auto;
}
.product ul li{
	width: 33.33%;
    float: left;
    height: 61px;
    background: #fff;
    border: 1px solid #dbdbdb;
    text-align: center;
    color: #757575;
    line-height: 60px;
    font-size: 20px;
}
.product ul li.c_border{color: #299324;border: 2px solid #299324;}
.p_cont{
	position:absolute;
	width:100%;
	left:0;
    padding: 50px 0;
	opacity:0;
	transition:all 0.5s;
}
.p1_gray_bg{
	background:#eee;
	width:100%; 
	height:180px;
	text-align:center;
    padding: 60px 0;
}
.p1_gray_bg h4{
	font-size:54px; 
	text-align:center;
	font-weight:500;
}
.p_line{
	width:50px;
	height:10px;
	border-bottom:1px solid #2c2c2c;
	margin:0 auto;
}
.p1_gray_bg p{font-size:20px;font-weight:400;padding-top:10px;}
.down{position:absolute;left:calc(50% - 15px);}
.product ul li.c_border .p_cont{opacity:1; cursor: default;}
.pro_img{
	width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    height: 550px;
    margin-top: 70px;
}
.pro_img>img{float:left; position:relative; z-index:1;}
.line_box{
	border: 7px solid #299324;
    width: 800px;
    height: 400px;
    background: #fff;
    position: absolute;
    right: calc(40% - 400px);z
	cursor: default;
}
.text{
	width:65%; 
	float:right;
	padding:30px 20px;
	height:100%;
	text-align:center;
}
.text a{
	width: 216px;
    height: 60px;
    display: block;
    line-height: 57px;
    font-size: 16px;
    border: 1px solid #299324;
    text-align: center;
    border-radius: 10px;
    color: #299324;
    margin: 15px auto 0;
}
.text h5{
	font-size:24px;
	font-weight:500;
}
.p_line2{
	width: 100px;
    margin: 0;
    height: 10px;
}
.text p{
	 font-size: 18px;
    line-height: 1.6;
    padding-top: 20px;
}
.dark_bg{
	width: 80%;
    background: url('/img/sub03/dark_bg1.jpg')no-repeat center;
    background-size: cover;
    margin: 0 auto 40px;
	text-align: center;
    padding: 40px 50px;
}
.dark_bg2{ background: url('/img/sub03/dark_bg2.jpg')no-repeat center;}
.dark_bg3{ background: url('/img/sub03/dark_bg3.jpg')no-repeat center; height:480px;}
.dark_bg h5{
    color: #fff;
    font-size: 26px;
    font-weight: 500;	
}
.p_line3{
	border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.dark_bg p{
	color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
}

/*---------------제조공정----------------*/
.p_make{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
}
.p_make h4{font-size: 26px;font-weight: 300;}
.p_make h4 span{font-weight:500;}
.title_line{
	width: 50px;
    height: 10px;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid #2c2c2c;
}
.p_box{
	width:1200px;
	height:800px;
	margin:0 auto;
	padding:80px 0;
	position:relative;
}
.p_box .top{
	width:150px;
	height:150px;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
	border:5px solid #65b861;
	box-shadow:1px 1px 5px #757575;
}
.p_box .top p{font-size: 28px; margin-top:52px; line-height:20px;}
.top_line{width: 50%;height:80px;border-right: 2px solid #65b861;}
.middle_line{width:80%;margin:0 auto;height:1px; border-top:2px solid #65b861;}
.box_slice{width:20%; float:left;height:auto;}
.slice_line{
	width:50%;
	border-right:2px solid #65b861;
	height:80px;
}
.slice_title{
	width:80%;
	margin:0 auto;
	border:2px solid #65b861;
	box-shadow:1px 1px 3px #757575;
	border-radius:5px;
	height:60px;
}
.slice_title p{
	text-align:center;
	font-size:22px;
	margin-top: 11px;
	line-height: 16px;
}
.box_slice>p{
	font-size: 18px;
    text-align: center;
    width: 90%;
	font-weight:300;
    margin: 20px auto;
}
.product2{height:auto; position:relative;}
.p_box2, .p_box3{clear:both;position:relative;}
.p_box3{padding:200px 0 0 0;}
.p_box2 .top{border:5px solid #eab75a;}
.p_box2 .top_line, .p_box2 .slice_line{border-right:2px solid #eab75a;}
.p_box2 .middle_line{border-top:2px solid #eab75a;}
.p_box2 .slice_title{border:2px solid #eab75a;}
.p_box2 .box_slice{width:25%;}
.p_box2 .middle_line{width:75%;}
.p_box3 .box_slice{width:33.33%;}
.p_box3 .slice_title{width:60%;}
.p_box3 .middle_line{width:800px;}
.p_box3 .box_slice>p{width:60%;}
.p_box3 .slice_line{width:50.1%;}
.p_box .down{position:absolute;bottom:30px; left:calc(50% - 15px);}
.p3_dark_bg{
	background: #eee;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 250px;
    z-index: -1;
}
.p3_dark_bg2{
	top: inherit;
    bottom: 0px;
}




/*----------발주문의-----------*/
.product3{
	width:100%;
	padding: 80px 0;
}
.product3:after {
	display: block;
	clear:both;
	content:"";
}
.product3 .business {width:80%; margin:0 auto;}
.product4{height:500px;}
.border_top {
    width: 105px;
    height: 30px;
    border-top: 2px solid #299324;
    border-left: 2px solid #299324;
}
.title {
	width: 400px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.title h4 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #2c2c2c;
}
.border_bottom {
    width: 105px;
    height: 30px;
    float: right;
    border-bottom: 2px solid #dbdbdb;
    border-right: 2px solid #dbdbdb;
    margin-bottom: 30px;
}
.p_table{
	width:1000px;
	margin:0 auto;
}
.p_table h4{
	font-size: 24px;
    font-weight: 500;
    color: #299324;
    padding-bottom: 10px;
    border-bottom: 2px solid #299324;
}
.table_title{
	width:20%;
	margin-top: 30px;
	float:left;
	border-top: 2px solid #299324;
	border-bottom: 2px solid #299324;
}
.table_title li{
	background: #eef6eb;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
	height: 50px; line-height: 50px;
}
.table_text{
	width:80%;
	margin-top: 30px;
	float:left;
	border-top: 2px solid #299324;
	border-bottom: 2px solid #299324;
}
.table_text li{
    font-size: 20px;
    border-bottom: 0.5px solid #dbdbdb;
    text-align: left;
	padding-left:25px;
	font-weight:300;
	height: 50px; line-height: 50px;
}
.contact_table {
	margin-top: 40px;
	width: 100%; text-align: center;
	border-top: 2px solid #299324;
	border-left: 0.5px solid #dbdbdb;
	border-bottom: 2px solid #299324;
	border-spacing: 0;
	font-size: 18px;
}
.contact_table tr th {font-weight: 400;}
.contact_table tr th:first-child, .contact_table tr td:first-child {
	font-weight: 700;
	font-size: 20px;
	height: 50px; line-height: 50px;
	background: #eef6eb;
}
.contact_table tr td {border-top: 0.5px solid #dbdbdb;}
.contact_table tr th, .contact_table tr td {border-right: 0.5px solid #dbdbdb;}
/* eng_추가 */
@charset "utf-8";
* {margin: 0; padding: 0;}

.makeInner {padding:80px 0 40px; 
    text-align: center;}
.makeInner .step:first-child {
    padding: 155px 0 155px;
    background: #dff1d9;
}
.makeInner .step:after {
    clear: both;
    content: "";
    display: block;
}
.makeInner .step p {
    font-size: 28px; line-height: 42px;
    font-weight: 700;
    color: #478c54;
}
.makeInner .step:first-child p {
    margin-bottom: 107px;
}
.makeInner .step .method {
    padding: 0 36px;
}
.makeInner .step .method i {
    display: block;
    margin: 31px auto 34px;
    width: 125px; height: 115px;
    background: url(/img/sub3_make1_1.png) no-repeat center/contain;
}
.makeInner .step .method p {
	position:relative;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 34px;
    color: #bc7b09;
}
.makeInner .step .method {float: left;}
.makeInner .step .method p:after {
	position: absolute;
	content:"";
	top: 50%; right: -20%;
	width: 20px; height: 4px;
	background: #bc7b09;
}
.makeInner .step .method:last-child p:after {display:none;}
.makeInner .step2 .method:last-child p:after {display:block;}
.makeInner .step2 .method:nth-child(3) p:after {display:none;}
.makeInner .step .method span {
    font-size: 18px; line-height: 26px;
    margin: 0 0 34px;
    display: block;
    color: #bc7b09;
}
.makeInner .step .method:nth-of-type(2) i {
    width: 146px; height: 104px;
    margin: 41px auto 34px;
    background-image: url(/img/sub3_make1_2.png);
}
.makeInner .step .method:nth-of-type(3) i {
    width: 129px; height: 118px;
    margin: 30px auto 31px;
    background-image: url(/img/sub3_make1_3.png);
}
.makeInner .step .method:nth-of-type(4) i {
    width: 124px; height: 106px;
    margin: 33px auto 40px;
    background-image: url(/img/sub3_make1_4.png);
}
.makeInner .step .method:nth-of-type(5) i {
    width: 173px; height: 74px;
    margin: 50px auto 55px;
    background-image: url(/img/sub3_make1_5.png);
}
.makeInner .step .method:nth-of-type(6) i {
    width: 40px; height: 120px;
    margin: 24px auto 35px;
    background-image: url(/img/sub3_make1_6.png);
}
.makeInner .method_wrap {
	width: 1520px; margin: 0 auto;
}
/* step2 */
.makeInner .step2 {padding: 120px 0 40px; width: 1272px; margin:0 auto;}
.makeInner .step2 p {margin-bottom: 175px;}
.makeInner .step2 .detail {position: relative;}
.makeInner .step2 .detail i {
    display: block;
    width: 1275px; height: 251px;
    margin: 0 auto 118px;
    background: url(/img/sub3_make2_1.png) no-repeat center/contain;
}
.makeInner .step2 .detail .content {
    position: absolute;
    left: -36px; top: 271px;
}
.makeInner .step2 .detail .content:nth-of-type(2) {left: 114px; top: -111px;}
.makeInner .step2 .detail .content:nth-of-type(3) {left: 427px; top: -80px;}
.makeInner .step2 .detail .content:nth-of-type(4) {left: 704px; top: 276px;}
.makeInner .step2 .detail .content:nth-of-type(5) {left: auto; right: -30px;top: -56px;}
.makeInner .step2 .detail .content p {
    font-size: 22px;
    margin-bottom: 10px;
    color: #bc7b09;
}
.makeInner .step2 .detail .content span {
    font-size: 18px; line-height: 26px;
    color: #bc7b09;
}
.makeInner .step2 .method {float: right;}
.makeInner .step2 .method:nth-child(3) i {
    width: 195px; height: 90px;  
	margin: 50px auto 40px;
    background-image: url(/img/sub3_make2_2.png);
}
.makeInner .step2 .method:nth-child(4) i {
    width: 184px; height: 82px; 
	margin: 50px auto 48px;
    background-image: url(/img/sub3_make2_3.png);
}
.makeInner .step2 .method:last-child i {
    width: 195px; height: 87px;   
    margin: 51px auto 40px;
    background-image: url(/img/sub3_make2_4.png);
}