@charset "utf-8";
/*메인페이지 공통*/
.s_title_box{
	width: 90%;
	height: 240px;
	margin: 0 auto;
	position: relative;
}
.s_title_box > img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.s_title_box > p{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 36px;
	font-family: "Noto Serif KR", serif;
	font-weight: 600;
	padding-top: 80px;
	z-index: 6;
}
.s_title_box > .sub{
	width: 90%;
    text-align: center;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translateX(-50%);
	font-size: 18px;
	z-index: 6;
	color: #2f2f2f;
}
.s_title_box > .c_white{
	color: #fff;
}
.s_content_box{
	width: 100%;
    max-width: 1200px;
	height: 450px;
	margin: 0 auto;
	display: table;
}
.s_content_box >.s_img{
	width:25%;
	height: 450px;
	display: table-cell;
	text-align: center;
}

.s_content_box >.s_img > .img_title{
	font-size: 24px;
	text-align: center;
	color: #2f2f2f;
	margin-top: 5px;
	margin-bottom: 15px;
}
.s_content_box >.s_img > p{
	font-size: 16px;
	text-align: center;
	color: #4d4d4d;
}

.multiple-items02.slick-initialized.slick-slider{
	display: none;
}


/*메인슬라이드*/
.wrap{
	width: 100%;
	margin: 0 auto;
}
.main{
	width: 100%;
	height: 986px;
	position: relative;
	top: 0;
	left: 0;
}
.bxslider, .bxslider >.item{
	width: 100%;
	height: 956px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0;
	padding:0;
	border: 0;
}
.item{
	background-repeat: no-repeat;
	background-position: center top;
}
.carousel-img1{
	background-image: url('../images/main/main_slide01.jpg');
}
.carousel-img2{
	background-image: url('../images/main/main_slide02.jpg');
}
.main > .main_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 645px;
	height: 900px;
	background-color:rgba(56,140,38,0.7);
	opacity:1;
	z-index: 1;
}
.main > .main_box > .title_box{
	width: 30%;
	height: 670px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.main > .main_box > .title_box2{
	width: 17%;
	height: 670px;
	position: absolute;
	bottom: 0;
	right: 30%;
}
.main > .main_box > .title_box > p{
	font-size: 48px;
	font-family: "Noto Serif KR", serif;
	writing-mode: tb-rl;
	color:rgba(255,255,255,0.9);
	border-right: 1px solid rgba(255,255,255,0.8);
	letter-spacing: 5px;
	font-weight: 300;
	height: 450px;
}
.main > .main_box > .title_box > p > span{
	font-weight: 700;
}
.main > .main_box > .title_box2 > p{
	font-size: 48px;
	font-family: "Noto Serif KR", serif;
	writing-mode: tb-rl;
	color:rgba(255,255,255,0.9);
	border-right: 1px solid rgba(255,255,255,0.8);
	letter-spacing: 5px;
	height: 450px;
}
.main > .main_box > .title_box2 > p > span{
	font-weight: 700;
}

.main > .main_effect{
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 30px;
	z-index: 4;
	background: url("../images/main/main_effect.png") no-repeat 100%;
}



/*새롬정신*/
.section01{
	width: 100%;
	height:max-content;
	padding-bottom: 100px;
}
/*새롬정신 끝*/





/*제품소개*/
.section02{
	width: 100%;
	height:max-content;
	padding-bottom: 100px;
	background: url("../images/main/main_product.jpg") no-repeat 100%;
	padding-top: 80px;
}

.section02 >.s_product_box{
	width: 100%;
    max-width: 1200px;
	height: 400px;
	display: table;
	margin: 0 auto;
}
/*
.section02 >.s_product_box > .p_box{
	width: 260px;
	height: 364px;
	display: table-cell;
	float: left;
	margin:0 2%;
}

.section02 >.s_product_box > .p_box >img:hover{
	opacity: 1;
	background: linear-gradient(to left bottom, #10d6af, #3bd999, #5fda82, #7edc76);
	transition: 0.3s linear;
}
*/

.section02 >.s_product_box > .p_img01{
	width: 25%;
	height: 400px;
	display: table-cell;
	background: url("../images/main/product01.png") no-repeat center top;
}

.section02 >.s_product_box > .p_img01:hover{
	background: url("../images/main/product01_hover.png") no-repeat center top;
	transition: 0.3s linear;
}
.section02 >.s_product_box > .p_img02{
	width: 25%;
	height: 400px;
	display: table-cell;
	background: url("../images/main/product02.png") no-repeat center top;
}
.section02 >.s_product_box > .p_img02:hover{
	background: url("../images/main/product02_hover.png") no-repeat center top;
	transition: 0.3s linear;
}
.section02 >.s_product_box > .p_img03{
	width: 25%;
	height: 400px;
	display: table-cell;
	background: url("../images/main/product03.png") no-repeat center top;
}
.section02 >.s_product_box > .p_img03:hover{
	background: url("../images/main/product03_hover.png") no-repeat center top;
	transition: 0.3s linear;
}
.section02 >.s_product_box > .p_img04{
	width: 25%;
	height: 400px;
	display: table-cell;
	background: url("../images/main/product04.png") no-repeat center top;
}
.section02 >.s_product_box > .p_img04:hover{
	background: url("../images/main/product04_hover.png") no-repeat center top;
	transition: 0.3s linear;
}
/*제품소개 끝*/






/*생산설비*/

.section03 {
	width: 100%;
    height: max-content;
    padding-bottom: 80px;
    padding-top: 80px;
}
.section03 > .slide-box{
	width: 1200px;
	height: 380px;
	margin: 0 auto;
}
.section03 > .total_btn{
	width: 155px;
	height:50px;
	margin: 0 auto;
	background-color: #3bd999;
	border-radius: 0 20px 0 20px;
}
.section03 > .total_btn:hover{
	background-color: #32b681;
	transition: 0.3s linear;
}

.section03 > .total_btn > a{
	display: block;
	width: 155px;
	height:50px;
	text-align: center;
	color: white;
	padding-top: 13px;
	border-radius: 0 20px 0 20px;
}
/*생산설비 끝*/


/*주요고객사*/
.section04{
	width: 100%;
	height:max-content;
	padding-bottom: 60px;
}
.section04 > .gray_line{
	width: 100%;
	height: 80px;
	border-top:1px solid #e5e5e5; 
	margin: 0 auto;
 }
 .section04 > .client_box{
 	width: 100%;
 	max-width: 1200px;
 	height: 250px;
 	margin: 0 auto;
 	margin-bottom: 20px;
 }

 .section04 > .client_box > .c_logo_box{
 	width: 18%;
 	height: 220px;
 	border:1px solid #e5e5e5;
 	margin-right: 2%;
 	float: left;
 	position: relative;
 }

 .section04 > .client_box > .c_logo_box > img{
 	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10%;
}
 .section04 > .client_box > .c_logo_box > p{
	position: absolute;
	width: 90%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	font-size: 16px;
	font-weight: 600;
}
 .section04 > .client_box > .c_logo_box:nth-child(5){
 	margin-right: 0;
 }

 .section04 > .client_box2{
 	display: none;
 	width: 80%;
 	height: max-content;
 	padding-bottom: 60px;
 	margin: 0 auto;
 }

 .section04 > .client_box2 > .c_logo_box{
 	width: 45%;
 	height: 220px;
 	border:1px solid #e5e5e5;
 	margin: 2%;
 	float: left;
 	position: relative;
 }
 .section04 > .client_box2 > .c_logo_box > img{
 	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10%;
}
 .section04 > .client_box2 > .c_logo_box > p{
	position: absolute;
	width: 90%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	font-size: 16px;
	font-weight: 600;
}
/*주요고객사 끝*/



/*반응형*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.main {
		height: 800px;
	}
	.main > .main_box{
		width: 450px;
		height: 700px;
	}
	.bxslider, .bxslider >.item {
		height: 700px;
	}
	.main > .main_box > .title_box{
		height: 520px;
	}
	.main > .main_box > .title_box2{
		width: 20%;
		height: 520px;
	}

	.main > .main_box > .title_box > p {
		font-size: 40px;
		height: 380px;
	}
	.main > .main_box > .title_box2 > p {
		font-size: 40px;
		height: 380px;
	}
	.carousel-img1 {
		background: url(../images/main/main_slide01.jpg) no-repeat 66% top;
		background-size: cover;
	}
	.carousel-img2 {
		background: url(../images/main/main_slide02.jpg) no-repeat 100%;
		background-size: cover;
	}
	.s_content_box {
		width: 90%;
		height: 360px;
	}
	.s_content_box > .s_img{
		height: 360px;
	}
	.s_img > img{
		width: 80%;
	}

	.s_content_box >.s_img > .img_title {
		font-size: 20px;
	}
	.s_content_box >.s_img > p {
		font-size: 14px;
	}


	.section02 {
	   padding-bottom: 80px;
	}
	.section02 >.s_product_box{
		width: 90%;
	}
	.section02 >.s_product_box > .p_img01 {
		background-size: 90%;
	}
	.section02 >.s_product_box > .p_img02 {
		background-size: 90%;
	}
	.section02 >.s_product_box > .p_img03 {
		background-size: 90%;
	}
	.section02 >.s_product_box > .p_img04 {
		background-size: 90%;
	}

	.section02 >.s_product_box > .p_img01:hover {
		background-size: 90%;
	}
	.section02 >.s_product_box > .p_img02:hover {
		background-size: 90%;
	}
	.section02 >.s_product_box > .p_img03:hover {
		background-size: 90%;
	}
	.section02 >.s_product_box > .p_img04:hover {
		background-size: 90%;
	}

	.section03 > .slide-box {
		width: 90%;
		height: 315px;
	}
	.slick-slide img {
		width: 97%;
	}

	.section04{
		width: 90%;
		margin: 0 auto;
		height:max-content;
		padding-bottom: 60px;
	}
	.section04 > .client_box > .c_logo_box > p {
		font-size: 14px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {

	.main {
		height: 715px;
	}
	.main > .main_box{
		width: 330px;
		height: 600px;
	}
	.bxslider, .bxslider >.item {
		height: 600px;
	}
	.main > .main_box > .title_box{
		width: 35%;
		height: 445px;
	}
	.main > .main_box > .title_box2{
		width: 30%;
		height: 445px;
	}

	.main > .main_box > .title_box > p {
		font-size: 36px;
		height: 350px;
		width: 50px;
		line-height: 43px;
	}
	.main > .main_box > .title_box2 > p {
		font-size: 36px;
		height: 350px;
		width: 50px;
		line-height: 43px;
	}
	.carousel-img1 {
		background: url(../images/main/main_slide01.jpg) no-repeat 66% top;
		background-size: cover;
	}
	.carousel-img2 {
		background: url(../images/main/main_slide02.jpg) no-repeat 100%;
		background-size: cover;
	}
	.section01 {
	   padding-bottom: 20px;
	}
	.s_content_box {
		width: 75%;
		/* display: table; */
	}
	.s_content_box >.s_img {
		width: 50%;
		float: left;
		/* display: table-cell; */
		padding-bottom: 60px;
	}
	.section02{
		background: url("../images/main/main_product.jpg") no-repeat center top;
		background-size: cover;
	}
	.section02 >.s_product_box{
		width: 75%;
	}
	.section02 >.s_product_box > .p_img01 {
		width: 50%;
		float: left;
		/* display: table-cell; */
		margin-bottom: 50px;
	}
	.section02 >.s_product_box > .p_img02 {
		width: 50%;
		float: left;
		/* display: table-cell; */
		margin-bottom: 50px;
	}
	.section02 >.s_product_box > .p_img03 {
		width: 50%;
		float: left;
		/* display: table-cell; */
	}
	.section02 >.s_product_box > .p_img04 {
		width: 50%;
		float: left;
		/* display: table-cell; */
	}

	.section03 > .slide-box {
		width: 70%;
		height: max-content;
		padding-bottom: 60px;
	}
	.slick-slide img {
		width: 97%;
	}
	.multiple-items.slick-initialized.slick-slider{
		display: none;
	}
	.multiple-items02.slick-initialized.slick-slider{
		display: block;
	}

	.section04 > .client_box > .c_logo_box > p {
		font-size: 14px;
	}

	.section04 > .client_box {
		width: 90%;
		height: 220px;
	}
	.section04 > .client_box > .c_logo_box {
		height: 180px;
	}

	.footer .footer_right ul {
		width: 340px;

	}



}



@media (min-width: 481px) and (max-width: 767px) {

	.main {
		height: 515px;
	}
	.main > .main_box{
		width: 100%;
		height: 430px;
	}
	.bxslider, .bxslider >.item {
		height: 400px;
	}
	.main > .main_box > .title_box{
		width: 100%;
		height: 300px;
	}
	.main > .main_box > .title_box2{
		width: 100%;
		height: 240px;
		right: 0;
	}

	.main > .main_box > .title_box > p {
		writing-mode: initial;
		font-size: 36px;
		height: 50px;
		border-right: 0;
		text-align: center;
	}
	.main > .main_box > .title_box2 > p {
		writing-mode: initial;
		font-size: 36px;
		height: 50px;
		border-right: 0;
		text-align: center;
	}
	.carousel-img1 {
		background: url(../images/main/main_slide01.jpg) no-repeat 66% top;
		background-size: cover;
	}
	.carousel-img2 {
		background: url(../images/main/main_slide02.jpg) no-repeat 100%;
		background-size: cover;
	}

	.section01 {
	   padding-bottom: 20px;
	}
	.s_content_box {
		width: 75%;
		/* display: table; */
	}
	.s_content_box >.s_img {
		width: 100%;
		float: left;
		/* display: table-cell; */
		padding-bottom: 30px;
	}
	.section02{
		background: url("../images/main/main_product.jpg") no-repeat center top;
		background-size: cover;
	}
	.section02 >.s_product_box{
		width: 75%;
	}
	.section02 >.s_product_box > .p_img01 {
		width: 100%;
		float: left;
		/* display: table-cell; */
		margin-bottom: 30px;
	}
	.section02 >.s_product_box > .p_img02 {
		width: 100%;
		float: left;
		/* display: table-cell; */
		margin-bottom: 30px;
	}
	.section02 >.s_product_box > .p_img03 {
		width: 100%;
		float: left;
		/* display: table-cell; */
		margin-bottom: 30px;
	}
	.section02 >.s_product_box > .p_img04 {
		width: 100%;
		float: left;
		/* display: table-cell; */
	}
	.section03 > .slide-box {
		width: 80%;
		height: max-content;
		padding-bottom: 60px;
	}
	.slick-slide img {
		width: 97%;
	}
	.multiple-items.slick-initialized.slick-slider{
		display: none;
	}
	.multiple-items02.slick-initialized.slick-slider{
		display: block;
	}
	.section04{
		height: 1600px;
	}
	.section04 > .client_box{
		display: none;
	}
	.section04 > .client_box2{
		display: block;
	}
	.footer {
		height:563px;
	}
	.footer .footer_left {
		width: 100%;
		height: 225px;
	}
	.footer .footer_left .fl_textbox {
		width: 100%;
		height: 70px;
		margin: 45px auto 0;
	}
	.footer .footer_right {
		width: 100%;
		height: 225px;
	}
	.footer .footer_right ul {
		margin: 45px auto 0;
	}
	.footer .footer_bottom .fb_wrap .fb_textbox {
		width: 60%;
		float: left;
		margin: 29.5px 0;
		padding-left: 5%;
	}
	.footer .footer_bottom .fb_wrap .fb_textbox p {
		text-align: left;
	   
	}
	.footer .footer_bottom .fb_wrap .fb_imgbox img {
		margin: 30px 19.5px;
		width: 45%;
	}
}



@media (min-width: 320px) and (max-width: 480px) {


.main {
    height: 515px;
}
.main > .main_box{
	width: 100%;
	height: 430px;
}
.bxslider, .bxslider >.item {
    height: 400px;
}
.main > .main_box > .title_box{
	width: 100%;
	height: 260px;
}
.main > .main_box > .title_box2{
	width: 100%;
	height: 220px;
	right: 0;
}

.main > .main_box > .title_box > p {
    writing-mode: initial;
    font-size: 24px;
    height: 50px;
    border-right: 0;
    text-align: center;
}
.main > .main_box > .title_box2 > p {
    writing-mode: initial;
    font-size: 24px;
    height: 50px;
    border-right: 0;
    text-align: center;
}
.carousel-img1 {
    background: url(../images/main/main_slide01.jpg) no-repeat 66% top;
    background-size: cover;
}
.carousel-img2 {
    background: url(../images/main/main_slide02.jpg) no-repeat 100%;
    background-size: cover;
}

.section01 {
   padding-bottom: 20px;
}
.s_content_box {
    width: 75%;
    /* display: table; */
}
.s_content_box >.s_img {
    width: 100%;
    float: left;
    /* display: table-cell; */
    padding-bottom: 30px;
}
.s_title_box > p {
    font-size: 30px;
}
.s_title_box > .sub {
	width: 100%;
    font-size: 16px;
}

.section02{
	background: url("../images/main/main_product.jpg") no-repeat center top;
	background-size: cover;
}
.section02 >.s_product_box{
	width: 75%;
}
.section02 >.s_product_box > .p_img01 {
    width: 100%;
    float: left;
    /* display: table-cell; */
    margin-bottom: 30px;
}
.section02 >.s_product_box > .p_img02 {
    width: 100%;
    float: left;
    /* display: table-cell; */
    margin-bottom: 30px;
}
.section02 >.s_product_box > .p_img03 {
    width: 100%;
    float: left;
    /* display: table-cell; */
    margin-bottom: 30px;
}
.section02 >.s_product_box > .p_img04 {
    width: 100%;
    float: left;
    /* display: table-cell; */
}
.section03 > .slide-box {
    width: 80%;
    height: max-content;
    padding-bottom: 60px;
}
.slick-slide img {
    width: 97%;
}
.multiple-items.slick-initialized.slick-slider{
	display: none;
}
.multiple-items02.slick-initialized.slick-slider{
	display: block;
}
.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
}
.slick-next.slick-arrow {
    width: 40px;
    height: 40px;
}

.section04{
	height: 1500px;
}
.section04 > .client_box{
	display: none;
}

.section04 > .client_box2 {
    display: block;
    width: 85%;
    height: max-content;
    padding-bottom: 60px;
    margin: 0 auto;
}
.section04 > .client_box2 > .c_logo_box {
    height: 200px;
}
.section04 > .client_box2 > .c_logo_box > p {
    font-size: 14px;
}

.footer {
    height:563px;
}
.footer .footer_left {
	width: 100%;
    height: 225px;
}
.footer .footer_left .fl_textbox {
    width: 100%;
    height: 70px;
    margin: 45px auto 0;
}
.footer .footer_left .fl_textbox p {
    font-size: 16px;
}
.footer .footer_right {
    width: 100%;
    height: 225px;
}
.footer .footer_right ul {
	width: 350px;
    margin: 45px auto 0;
}
.footer .footer_bottom .fb_wrap .fb_textbox {
    width: 100%;
    float: left;
    margin: 29.5px 0;
    padding-left: 5%;
}
.footer .footer_bottom .fb_wrap .fb_textbox p {
    text-align: left;
   
}
.footer .footer_bottom .fb_wrap .fb_imgbox {
    width: 90%;
    height: 100px;
    float: left;
    margin: 0 auto;
    position: relative;
}
.footer .footer_bottom .fb_wrap .fb_imgbox img {
    margin: 0;
    /*width: 45%;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footer .footer_bottom {
    height: 185px;
}


}

