body {
	width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
}

#wrap {
	width: 100%;
}


/*  영상들어가는 메인  */

.main-sec {
	width: 100%;
}
.main-sec > img {
	width: 100%;
}

.main-vi {
	width: 100%;
	height: 0;
	padding-bottom: 55.7%;
	position: relative;
}
.main-vi > .pc {
	width: 100%;
	display: block;

}
.main-vi > video.mo {
	width: 100%;
	display: none;
}
.main-vi > .m-ar {
	display: inline-block;
	width: 41.6px;
	height: 105.6px;
	background: url(../img/main/m_arrow.png) no-repeat 0 0 / contain;
	position: absolute;
	top: 42%;
	right: 6%;
	text-indent: -9999px;
	animation: m-ar 0.4s linear infinite alternate;
}
.mo-navi {
	display: none;
}


.ka-rap,
.ka-rap1 {
	width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
    background-color: #f9e000;
}


.ka-rap {
	margin: 10% auto 0;
}

.ka-rap img {
    width: 50%;
    margin: 0 auto;
}

.ka-rap1 img {
    width: 80%;
}

@-webkit-keyframes m-ar {
	from{
		top: 42%;
	}
	to{
		top: 46%;
	}
}

@media(max-width: 1220px) {
	.ka-rap img {
		width: 70%;
	}
}

@media(max-width: 820px) {
	.ka-rap img {
		width: 100%;
	}
}



@media (max-width: 1380px) {

	.main-vi > .m-ar {
		width: 33.3px;
		height: 84.5px;
	}
}

@media (max-width: 1020px) {

	.main-vi > .m-ar {
		width: 26.6px;
		height: 67.6px;
	}
}

@media (max-width: 780px) {

	.main-vi > .m-ar {
		width: 21.28px;
		height: 54px;
	}
}

@media (max-width: 780px) {

	.main-vi > .m-ar {
		width: 21.28px;
		height: 54px;
	}
}
@media(max-width: 520px) {
	.main-vi > .pc {
		display: none;
	}
	.main-vi > video.mo {
		display: block;
	}
	.main-vi > .m-ar {
		display: none;
	}
}
/* 모바일 아직 안잡음 */



/*  sec1 회사소개 부분 */

.sec1-comin {
	width: 100%;margin: 0 auto;overflow: hidden;
	/*height: 2000px;
	height: 100px;*/
}
.sec1-in {
	width: 100%;
	margin: 0 auto;
	/*height: 2000px;*/
	height: 0;
	padding: 10% 0 105% 0;
	background: url("../img/YS/sec1/bg2_1.png") no-repeat 0 0 / 108%;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 0px;
	/*z-index: -1;*/

	/*z-index 수정 가능성 있음*/
}

@media(max-width: 1740px) {
	.sec1-in {
		padding-bottom: 105%;
	}
}

@media(max-width: 1530px) {
	.sec1-in {
		padding-bottom: 110%;
	}
}

@media(max-width: 1000px) {
	.sec1-in {
		padding-bottom: 170%;
	}
}


@media (max-width: 920px) {
	.sec1-in {
		padding-bottom: 165%;
		background-size: 156%;
	}
}

@media (max-width: 690px) {
	.sec1-in {
		padding-bottom: 165%;
		background-size: 164%;
	}

}

@media (max-width: 560px) {
	.sec1-in {
		padding-bottom: 205%;
	}

}
@media (max-width: 510px) {
	.sec1-in {
		background-size: 216%;
		padding-bottom: 180%;
	}
}

.sec1-in > div {
	position: absolute;
}

.sec1-in .text-box {
	z-index: 10;
	top: 10%;
	left: 12%;
	color: #a5a2a2;
}

.sec1-in .text-box > .sec-tit {
	font-size: 81px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #565454;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

.sec1-in .text-box >.sec-tit::after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	background: url(../img/sec1/tit-after.png) no-repeat 0 0 /contain;
	position: absolute;
	top: -12%;
	left: -1.4%;
	z-index: -1;
}
.sec1-in .text-box > div {
	padding-top: 120px;
	margin-left: 6px;
}

.sec1-in .text-box > div > span {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 35px;
	margin-top: 17px;
	margin-bottom: 10px;
	color: #a5a2a2;
}

.sec1-in .text-box > div > span:first-child {
	text-shadow: -3px -3px #6a6464;
}

.sec1-in .text-box > div > .com-text {
	font-weight: 700;
	font-size: 18px;
	margin:10px 0 40px 0;
	line-height: 1.65;
	word-spacing: 5px;
	color: #a5a2a2;
}

@media (max-width: 1690px) {

	.sec1-in .text-box {
		top: 12%;
		left: 12%;
	}
	.sec1-in .text-box > div {
    padding-top:110px;
  }
	.sec1-in .text-box > .sec-tit {
		font-size: 75px;
	}
	.sec1-in .text-box > div > span {
		font-size: 30px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 16.6px;
	}
}


@media (max-width: 1460px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 60px;
	}
	.sec1-in .text-box > div {
    padding-top:90px;
  }
	.sec1-in .text-box > div > span {
		font-size: 27px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 13px;
		line-height: 17px;
	}

}

/*@media (max-width: 1290px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 60px;
	}
	.sec1-in .text-box > div {
    padding-top:90px;
  }
	.sec1-in .text-box > div > span {
		font-size: 25px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 13px;
		line-height: 17px;
	}

}*/

@media (max-width: 1160px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 60px;
	}
	.sec1-in .text-box > div {
    padding-top:90px;
  }
	.sec1-in .text-box > div > span {
		font-size: 27px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 13px;
		line-height: 17px;
	}

}
@media (max-width: 1020px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 55px;
	}
	.sec1-in .text-box > div {
    padding-top:75px;
  }
	.sec1-in .text-box > div > span {
		font-size: 25px;
		margin-bottom:7px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 12px;
		line-height: 16px;
		margin-top:0px;
	}

}

@media (max-width: 960px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 55px;
	}
	.sec1-in .text-box > div {
    padding-top:75px;
  }
	.sec1-in .text-box > div > span {
		font-size: 25px;
		margin-bottom:7px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 10px;
		line-height: 15px;
		margin-top:0px;
	}

}

@media (max-width: 860px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 52px;
	}
	.sec1-in .text-box > div {
    padding-top:70px;
  }
	.sec1-in .text-box > div > span {
		font-size: 23px;
		margin-bottom:5px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 8px;
		line-height: 14px;
		margin-top:0px;
	}

}

@media (max-width: 790px) {

	.sec1-in .text-box > .sec-tit {
		font-size: 52px;
	}
	.sec1-in .text-box > div {
    padding-top:70px;
  }
	.sec1-in .text-box > div > span {
		font-size: 23px;
		margin-bottom:5px;
	}
	.sec1-in .text-box > div > .com-text {
		font-size: 8px;
		line-height: 14px;
		margin-top:0px;
	}

}
@media (max-width: 690px) {
	.sec1-in .text-box {
		width: 100%;
		top: 12%;
	}
	.sec1-in .text-box > div {
		width: 100%;
    padding-top: 55px;
  }
	.sec1-in .text-box > .sec-tit {
		font-size: 45px;
	}
	.sec1-in .text-box > div > .com-text {
		display: none;
	}
}

@media (max-width: 550px) {
	.sec1-in .text-box > .sec-tit {
		font-size: 40px;
	}
	.sec1-in .text-box > div {
		padding-top: 35px;
	}
}

@media(max-width: 520px) {
	.sec1-comin {
		margin-top: 122%;
	}
}

@media (max-width: 480px) {
	.sec1-in .text-box > .sec-tit {
		font-size: 35px;
	}
	/*.sec01-in .text-box > div {
		padding-top: 55px;
		}*/
	}

	/*  sec1 배경  */

	.sec1-in .y-bbox {
		display: inline-block;
	/*width: 390px;
	height: 444px;*/
	width: 18%;
	height: 0;
	padding-bottom: 22%;
	background: url(../img/sec1/y_bbox.png) no-repeat 0 0 / 100%;
	top: -8%;
	left: -5%;
	animation: y-bbox 1.5s linear infinite alternate;
}
.sec1-in .y-bbox:hover {
	transition: 1.5s;
	transform: translateX(60px);
}

@-webkit-keyframes y-bbox {
	from{
		top: -8%;
	}
	to{
		top: -6%;
	}
}

.sec1-in .b-ubox {
	display: inline-block;
	/*width: 118px;
	height: 134px;
	height: 6.6%;*/
	width: 6%;
	height: 0;
	padding-bottom: 7%;
	background: url(../img/sec1/b_ubox.png) no-repeat 0 0 / 100%;
	top: 7%;
	left: 33%;
	animation: b-ubox  1.5s linear infinite alternate;
}
.sec1-in .b-ubox:hover {
	transition: 1.5s;
	transform: translateY(60px);
}
@-webkit-keyframes b-ubox  {
	from{
		left: 33%;
	}
	to{
		left: 36%;
	}
}


.sec1-in .g-box {
	display: inline-block;
	/*width: 252px;
	height: 293px;*/
	width: 11%;
	/*height: 12.5%;*/
	height: 0;
	padding-bottom: 13%;
	background: url(../img/sec1/g_box.png) no-repeat 0 0 / 100%;
	top: -6%;
	right: 25%;
	animation: g-box  1s linear infinite alternate;
}
.sec1-in .g-box:hover {
	transition: 1.5s;
	transform: translateX(80px);
}
@-webkit-keyframes g-box  {
	from{
		top: -6%;
	}
	to{
		top: -5%;
	}
}

.sec1-in .g-box2 {
	display: inline-block;
	/*width: 411px;
	height: 478px;*/
	width: 22.5%;
	height: 25%;
	background: url(../img/sec1/g_box1.png) no-repeat 0 0 / 100%;
	top: 37%;
	left: -6%;
	z-index: 2;
	animation: g-box2 2s linear infinite alternate;
}
.sec1-in .g-box2:hover {
	transition: 1s;
	transform: translateY(-80px);
}
@-webkit-keyframes g-box2  {
	from{
		left: -6%;
	}
	to{
		left: -4%;
	}
}
.sec1-in .g-ebox{
	display: inline-block;
	/*width: 239px;
	height: 271px;*/
	width: 13%;
	height: 14%;
	background: url(../img/sec1/gr_box.png) no-repeat 0 0 / 100%;
	top: 36%;
	left: 15.2%;
	z-index: 1;
	animation: g-ebox 1s linear infinite alternate;
}
.sec1-in .g-ebox:hover {
	transition: 1s;
	transform: translateX(-80px);
}
@-webkit-keyframes g-ebox  {
	from{
		left: 15.2%;
	}
	to{
		left: 17%;
	}
}

.sec1-in .y-box{
	display: inline-block;
	/*width: 106px;
	height: 120px;*/
	width: 4.4%;
	height: 5%;
	background: url(../img/sec1/y_box.png) no-repeat 0 0 / 100%;
	top: 37%;
	left: 45%;
	animation: y-box 1.1s linear infinite alternate;
}
.sec1-in .y-box:hover {
	transition: 1s;
	transform: translateX(-80px);
}
@-webkit-keyframes y-box  {
	from{
		top: 37%;
	}
	to{
		top: 35%;
	}
}

.sec1-in .r-cbox{
	display: inline-block;
	/*width: 547px;
	height: 621px;*/
	width: 30%;
	height: 31%;
	background: url(../img/sec1/r_cbox.png) no-repeat 0 0 / 100%;
	top: 33%;
	right: -10%;
	animation: r-cbox 1.1s linear infinite alternate;
}
.sec1-in .r-cbox:hover {
	transition: 1s;
	transform: translateY(-80px);
}
@-webkit-keyframes r-cbox  {
	from{
		top: 33%;
		right: -10%;
	}
	to{
		top: 32%;
		right: -6%;
	}
}

.sec1-in .logo{
	display: inline-block;
	/*width: 481px;
	height: 504px;*/
	width: 22%;
	height: 22.5%;
	background: url(../img/sec1/logo.png) no-repeat 0 0 / contain;
	top: 12%;
	right: 14%;
	animation: logo 1.5s linear infinite alternate;
}
.sec1-in .logo:hover {
	transition: 1s;
	transform: translateX(-40px);
}
@-webkit-keyframes logo  {
	from{
		top: 11%;
		right: 14%;
	}
	to{
		top: 15%;
		right: 11%;
	}
}

@media (max-width: 1690px) {

	.sec1-in .g-box2 {
		top: 43%;
	}

	.sec1-in .g-ebox {
		top: 41%;
	}

	.sec1-in .y-box {
		top: 43%;
	}
	@-webkit-keyframes y-box  {
		from{
			top: 43%;
		}
		to{
			top: 41%;
		}
	}
	.sec1-in .logo {
		top: 17%;
		right: 12.5%;
	}
	/*@-webkit-keyframes logo  {
		from{
			top: 17%;
			right: 12.5%;
		}
		to{
			top: 21%;
			right: 10%;
		}
	}*/
	.sec1-in .r-cbox{
		top: 36%;
		right: -10%;
	}
	/*@-webkit-keyframes r-cbox  {
		from{
			top: 36%;
			right: -10%;
		}
		to{
			top: 34%;
			right: -6%;
		}
	}*/

}
@media(max-width: 920px) {
    .sec1-in .y-bbox  {
    	top: -4%;
    }
    @-webkit-keyframes y-bbox {
	from{
		top: -4%;
	}
	to{
		top: -2%;
	}
}
    .sec1-in .g-box {
    	top: -4%;
    	right: 18%;
    }
    .sec1-in .b-ubox {
    	top: 10%;
    	left: 36%;
    }

}

@media (max-width: 790px) {
	.sec1-in .logo {
		top: 14%;
	}
	/*@-webkit-keyframes logo  {
		from{
			top: 14%;
			right: 12.5%;
		}
		to{
			top: 17%;
			right: 10%;
		}
	}*/
}

@media (max-width: 690px) {
	.sec1-in .logo {
		top: 17%;
	}
	/*@-webkit-keyframes logo  {
		from{
			top: 17%;
			right: 12.5%;
		}
		to{
			top: 20%;
			right: 10%;
		}
	}*/
}

@media(max-width: 520px) {
	.sec1-in .y-bbox {
		width: 23%;
		padding-bottom: 27%;
	}
	.sec1-in .g-box {
		width: 15%;
		padding-bottom: 17.5%;
	}
	.sec1-in .b-ubox {
		width: 7.5%;
		padding-bottom: 9%;
	}
}

/*sec1안에 sec2 */

.sec2-in {
	width: 80%;
	top: 60%;
	z-index: 3;
}

.sec2-in > .sec2-tit {
	text-align: right;
	position: absolute;
	top: 10%;
	right: 20%;

}

.sec2-in > .sec2-tit > p {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #370202;
	background: #fff;
	padding: 10px 10px 5px 10%;
	box-shadow: 9px 8px 9px 3px #9d9b9b4f;
	position: relative;
}

.sec2-tit > p::before {
	display: inline-block;
	content: "";
	width: 100%;
	height: 60px;
	background: url(../img/sec2/tit_bg.png) no-repeat 0 0/contain;
	position: absolute;
	top: -37%;
	left: -5%;
	z-index: -1;

}
.sec2-tit > p::after {
	display: inline-block;
	content: "";
	width: 30px;
	height: 4px;
	background-color: #370202;
	position: absolute;
	bottom: 10px;
	left: 6px;
}
.sec2-in > .sec2-con {
	width: 100%;
	height: 0;
	margin-top: 13%;
	/*padding-bottom: 50%;*/
	padding-bottom: 35.7%;
	display: inline-flex;
}
.sec2-con > div {
	width: 50%;
/*	height: 0;
	padding-bottom: 50%;*/
} 

.sec2-con .img-box > .box {
	display: inline-block;
	/*width: 558px;
	height: 468px;*/
	width: 65%;
	height: 0;
	padding-bottom: 53%;
	background: url(../img/sec2/sec2_box.png) no-repeat 0 0/contain;
	margin-left: 7%;
}

/*.sec2-con .img-box > .box::after {
	display: inline-block;
	content: "";
	width: 60px;
	height: 60px;
	background: url(../img/sec2/click.png) no-repeat 0 0 / contain;
	position: absolute;
	top: 45%;
	right: 23%;
}*/

.sec2-con .img-box > .box::after {
	display: inline-block;
	content: "";
	/*width: 121px;
	height: 95px;*/
	width: 5%;
	height: 0;
	padding-bottom: 5%;
	background: url(../img/sec2/click3.png) no-repeat 0 0 / contain;
	position: absolute;
	top: 58%;
	right: 21%;
	z-index: 10;
}

.sec2-con .img-box > .box:hover::after {
	transition: 1.2s;
	transform: translateY(50px);
}

/*상자 btn 부분*/
.sec2-con .btn-box {
	position: relative;
}
.sec2-con .btn-box > ul {
	width: 50%;
	height: 0;
	padding-bottom: 56%;
	position: relative;
	margin-left: 30%;
}
.sec2-con .btn-box > ul::after {
	display: inline-block;
	content: "";
	/*width: 60px;
	height: 60px;*/
	width: 10%;
	height: 0;
	padding-bottom: 12%;
	background: url(../img/sec2/click4.png) no-repeat 0 0 / contain;
	position: absolute;
	top: 20%;
	right: 3%;
	animation: click 1.2s linear infinite alternate;

}
@-webkit-keyframes click  {
	from{
		top: 20%;
	}
	to{
		top: 30%;
	}
	
}
.sec2-con .btn-box > ul > li  {
	display: inline-block;
    /*width: 133px;
    height: 152px; */
    width: 28%;
    height: 0;
    padding-bottom: 32%;
    background: url(../img/sec2/rbox.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 0;
    left: 35%;
    cursor: pointer;
} 

.sec2-con .btn-box > ul > li  span {
	display: none;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 65%;
	margin-left: 10%;
	color: #fff;
}

.sec2-con .btn-box > ul > li:nth-child(5),
.sec2-con .btn-box > ul > li:nth-child(6),
.sec2-con .btn-box > ul > li:nth-child(7) {
	background-image: url(../img/sec2/ybox.png);
}

.sec2-con .btn-box > ul > li:nth-child(8),
.sec2-con .btn-box > ul > li:nth-child(9),
.sec2-con .btn-box > ul > li:nth-child(11) {
	background-image: url(../img/sec2/gbox.png);
}

.sec2-con .btn-box > ul > li:nth-child(10),
.sec2-con .btn-box > ul > li:nth-child(12),
.sec2-con .btn-box > ul > li:nth-child(13) {
	background-image: url(../img/sec2/bbox.png);
}


.sec2-con .btn-box > ul > li:first-child {
	top: 0;
	left: 35%;
	background-image: url(../img/sec2/btn01.png);
}
.sec2-con .btn-box > ul > li:nth-child(2) {
	top: 10%;
	left: 16%;
	z-index: 3;
	background-image: url(../img/sec2/btn02.png);
}
.sec2-con .btn-box > ul > li:nth-child(3) {
	top: 10%;
	left: 54%;
	z-index: 3;
	background-image: url(../img/sec2/btn03.png);
}
.sec2-con .btn-box > ul > li:nth-child(4) {
	top: 19%;
	left: 35%;
	z-index: 3;
	background-image: url(../img/sec2/btn04.png);
}
.sec2-con .btn-box > ul > li:nth-child(5) {
	top: 28.5%;
	left: 16%;
	z-index: 2;
	background-image: url(../img/sec2/btn05.png);
}
.sec2-con .btn-box > ul > li:nth-child(6) {
	top: 28.5%;
	left: 54%;
	z-index: 2;
	background-image: url(../img/sec2/btn07.png);
}
.sec2-con .btn-box > ul > li:nth-child(7) {
	top: 37.5%;
	left: 35%;
	z-index: 2;
	background-image: url(../img/sec2/btn06.png);
}
.sec2-con .btn-box > ul > li:nth-child(8) {
	top: 46.5%;
	left: 16%;
	z-index: 1;
	background-image: url(../img/sec2/btn08.png);
}
.sec2-con .btn-box > ul > li:nth-child(9) {
	top: 46.5%;
	left: 54%;
	z-index: 1;
	background-image: url(../img/sec2/btn09.png);
}
.sec2-con .btn-box > ul > li:nth-child(10) {
	top: 64%;
	left: 16%;
	background-image: url(../img/sec2/btn10.png);
}
.sec2-con .btn-box > ul > li:nth-child(11) {
	top: 70%;
	left: 105%;
	background-image: url(../img/sec2/btn11.png);
}

.sec2-con .btn-box > ul > li:nth-child(12) {
	top: 64%;
	left: 54%;
	background-image: url(../img/sec2/btn12.png);
}
.sec2-con .btn-box > ul > li:nth-child(13) {
	top: 72%;
	left: 35%;
	background-image: url(../img/sec2/btn13.png);
}

.btn-box > ul > li > div.btn-img {
	display: none;
	width: 325%;
	height: 0;
	padding-bottom: 325%;
	position: absolute;
	top: 44%;
	right: -654%;
	background: url(../img/sec2/btn01-box.png) no-repeat 0 0 / contain;
}

.btn-box > ul > li:nth-child(2) > div.btn-img {
	background-image: url(../img/sec2/btn02-box.png);
	top: 9%;
	right: -721.5%;
}
.btn-box > ul > li:nth-child(3) > div.btn-img {
	background-image: url(../img/sec2/btn03-box.png);
	top: 9.2%;
	right: -585.5%;
}
.btn-box > ul > li:nth-child(4) > div.btn-img {
	background-image: url(../img/sec2/btn04-box.png);
	top: -22.5%;
	right: -653.5%;
}
.btn-box > ul > li:nth-child(5) > div.btn-img {
	background-image: url(../img/sec2/btn05-box.png);
	top: -56%;
	right: -721.5%;
}
.btn-box > ul > li:nth-child(6) > div.btn-img {
	background-image: url(../img/sec2/btn06-box.png);
	top: -56%;
	right: -586%;
}
.btn-box > ul > li:nth-child(7) > div.btn-img {
	background-image: url(../img/sec2/btn07-box.png);
	top: -87%;
	right: -654%;
}
.btn-box > ul > li:nth-child(8) > div.btn-img {
	background-image: url(../img/sec2/btn08-box.png);
	top: -119%;
	right: -721.5%;
}
.btn-box > ul > li:nth-child(9) > div.btn-img {
	background-image: url(../img/sec2/btn09-box.png);
	top: -119%;
	right: -585.5%;
}
.btn-box > ul > li:nth-child(10) > div.btn-img {
	background-image: url(../img/sec2/btn10-box.png);
	top: -180%;
	right: -721.5%;
}
.btn-box > ul > li:nth-child(11) > div.btn-img {
	background-image: url(../img/sec2/btn11-box.png);
	top: -201%;
	right: -403.5%;
}
.btn-box > ul > li:nth-child(12) > div.btn-img {
	background-image: url(../img/sec2/btn12-box.png);
	top: -180%;
	right: -585.5%;
}
.btn-box > ul > li:nth-child(13) > div.btn-img {
	background-image: url(../img/sec2/btn13-box.png);
	top: -208%;
	right: -654%;
}
.btn-box > ul > li.on > div.btn-img{
	display: block;
}

.btn-box > ul > li > div.btn-img > a {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

/*mo-slide*/

.sec2-mo {
	display: none;
	width: 90%;
	height: 0;
	padding-bottom: 60%;
	margin: 0 auto;
	padding-top: 20px;
}
.sec2-mo >.mo-slide {
	width: 100%;
	margin-top: 130px;
	position: relative;
}

.sec2-mo >.mo-slide > div {
	display: inline-block;
	width: 100%;
}
.sec2-mo >.mo-slide > div > a {
	display: inline-block;
	width: 100%;
}
.sec2-mo >.mo-slide > div img {
	width: 55%;
	margin: 0 auto;
}
.mo-slide > ul.slick-dots {
	width: 100%;
	text-align: center;
	/*margin-top: 40px;*/
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translateX(-50%);
}

.mo-slide > ul > li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	/*width: 15px;
	height: 15px;
	border-radius: 50px;
	background-color: #9b9d9e;*/
	background: url(../img/sec2/mo/dot/dot1.png)no-repeat 0 0 /contain; 
	margin: 0 5px;
}
.mo-slide > ul > li:nth-child(4),
.mo-slide > ul > li:nth-child(5),
.mo-slide > ul > li:nth-child(6) {
	background-image: url(../img/sec2/mo/dot/dot2.png);
}

.mo-slide > ul > li:nth-child(7),
.mo-slide > ul > li:nth-child(8),
.mo-slide > ul > li:nth-child(9) {
	background-image: url(../img/sec2/mo/dot/dot3.png);
}

.mo-slide > ul > li:nth-child(10),
.mo-slide > ul > li:nth-child(11),
.mo-slide > ul > li:nth-child(12),
.mo-slide > ul > li:nth-child(13) {
	background-image: url(../img/sec2/mo/dot/dot4.png);
}

.mo-slide > ul > li.slick-active {
	background-image: url(../img/sec2/mo/dot/dot-act.png);
	background-color: none;
}

.mo-slide > .slick-arrow {
	width: 70px;
	height: 70px;
	background: url(../img/sec2/mo/mo-pre.png) no-repeat 0 0/ contain;
	position: absolute;
	top: 50%;
	transform: translateY(-40px);
	left: 5%;
	text-indent: -9999px;
	z-index: 1;
}
.mo-slide > .slick-arrow.slick-next {
	left: 83%;
	background: url(../img/sec2/mo/mo-next.png) no-repeat 0 0/ contain;
}

@media (max-width: 1520px) {
	.sec2-in > .sec2-tit > p {
		font-size: 25px;
	}
}

@media (max-width: 1320px) {
	.sec2-in > .sec2-tit > p {
		font-size: 20px;
		padding-left: 14%;
	}
}

@media (max-width: 1120px) {
	.sec2-in > .sec2-tit > p {
		font-size: 18px;
	}
}

@media (max-width: 920px) {
	.sec2-in > .sec2-tit {
		right: 50%;
		transform: translateX(50%);
		/*right: 35%;*/
	}
	.sec2-in {
		top: 54%;
	}
	.sec2-in > .sec2-con {
		display: none;
	}
	.sec2-in > .sec2-mo {
		display: block;
	}
	.sec2-in .mo-tit {
		display: none;
	}
}

@media(max-width: 760px) {
	.sec2-mo {
		padding-top: 0;
	}
	.sec2-mo >.mo-slide {
		margin-top: 110px;
	}
	.mo-slide > ul.slick-dots {
		margin-top: 20px;
	}
}

@media(max-width: 660px) {
	
    .sec2-in {
		top: 54%;
	}

	.sec2-in > .sec2-tit > p {
		font-size: 16px;
	}

	.sec2-tit > p::after {
		width: 24px;
	}
	.mo-slide > .slick-arrow {
		width: 55px;
		height: 55px;
	}
	.mo-slide > ul.slick-dots > li {
		width: 22px;
		height: 22px;
		margin: 0 3px;
	}
}

@media(max-width: 640px) {
	.mo-slide {
		text-align: center;
	}
	.mo-slide > .slick-arrow {
		width: 30px;
		height: 30px;
		background: url(../img/sec3/s-pre.png) no-repeat 0 0 / contain;
		transform: translateY(-15px);
		left: 10%;
	} 
	.mo-slide > .slick-arrow.slick-next {
		background: url(../img/sec3/s-next.png) no-repeat 0 0 / contain;
		left: 82%;
	}
	.mo-slide > ul.slick-dots {
		bottom: -15%;
	}
	.mo-slide > ul.slick-dots > li {
		width: 15px;
		height: 15px;
		margin: 0 5px;
		background-image: none;
		background-color: #9b9d9e;
		border-radius: 50px;
	}
	.mo-slide > ul.slick-dots > li.slick-active {
		background-color: #565454;
	}
	.sec2-in .mo-tit {
		display: inline-block;
		margin-top: 20px;
		color: #370202;
		font-weight: 600;
	}
}

@media(max-width: 510px) {
	.sec2-in {
		top: 58%;
	}
	.sec2-in > .sec2-tit > p {
		font-size: 15px;
	}
	.mo-slide > ul.slick-dots {
		margin-top: 50px;
	}
}

@media(max-width: 470px) {
	.mo-slide > ul.slick-dots > li {
		width: 12px;
		height: 12px;
	}
}

@media(max-width: 420px) {
	.mo-slide > ul.slick-dots > li {
		margin: 0 4px;
	}
}



/*   sec3   */


.sec3-slide{
	width: 100%;
	height: 900px;
	text-align: center;
	background-color: #f2d2a8;
	position: relative;
}

.sec3-slide > h2 {
	font-size: 30px;
	font-weight: bold;
	color: #565454;
	padding: 60px 0  60px;
	text-align: left;
	margin-left: 6%;
}
.sec3-slide > h2::before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 4px;
	background-color: #565454;
	margin-right: 5px;
}
.sec3-in {
	width: 100%;
	height: 90%;
}

.ad-slide {
	width: 90%;
    height: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-left: 10px;
}
.ad-slide > div {
	position: relative;
}
.ad-slide  .ad-sin{
	width: 22%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	z-index: 15;
}

.ad-slide  .ad-sin::after {
	display: inline-block;
	content: "";
	width: 86%;
	height: 0;
	padding-bottom: 57%;
	background-color: #c52f36;
	position: absolute;
	top: 30px;
	left:40px;
	z-index: -1;
}
.ad-slide  .ad-sin.ads-03::after,
.ad-slide  .ad-sin.ads-04::after,
.ad-slide  .ad-sin.ads-11::after,
.ad-slide  .ad-sin.ads-12::after {
    background-color: #e19635;
} 

.ad-slide  .ad-sin.ads-05::after,
.ad-slide  .ad-sin.ads-06::after,
.ad-slide  .ad-sin.ads-13::after,
.ad-slide  .ad-sin.ads-14::after {
    background-color: #65a947;
} 

.ad-slide  .ad-sin.ads-07::after,
.ad-slide  .ad-sin.ads-08::after,
.ad-slide  .ad-sin.ads-15::after,
.ad-slide  .ad-sin.ads-16::after {
    background-color: #1985a7;
}
.ad-slide  .ad-sin.ad-top {
	margin-bottom: 70px;
}
.ad-slide  .ad-sin > a {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 57%;
	background: url(../img/sec3/slide1.jpg) no-repeat 0 0 / contain;
}
.ad-slide  .ads-02 > a {
	background-image: url(../img/sec3/slide2.jpg);
}
.ad-slide  .ads-03 > a {
	background-image: url(../img/sec3/slide3.jpg);
}
.ad-slide  .ads-04 > a {
	background-image: url(../img/sec3/slide4.jpg);
}
.ad-slide  .ads-05 > a {
	background-image: url(../img/sec3/slide5.jpg);
}
.ad-slide  .ads-06 > a {
	background-image: url(../img/sec3/slide6.jpg);
}
.ad-slide  .ads-07 > a {
	background-image: url(../img/sec3/slide7.jpg);
}
.ad-slide  .ads-08 > a {
	background-image: url(../img/sec3/slide8.jpg);
}
.ad-slide  .ads-09 > a {
	background-image: url(../img/sec3/slide9.jpg);
}
.ad-slide  .ads-10> a {
	background-image: url(../img/sec3/slide10.jpg);
}
.ad-slide  .ads-11> a {
	background-image: url(../img/sec3/slide11.jpg);
}
.ad-slide  .ads-12> a {
	background-image: url(../img/sec3/slide12.jpg);
}
.ad-slide  .ads-13> a {
	background-image: url(../img/sec3/slide13.jpg);
}
.ad-slide  .ads-14> a {
	background-image: url(../img/sec3/slide14.jpg);
}
.ad-slide  .ads-15> a {
	background-image: url(../img/sec3/slide15.jpg);
}
.ad-slide  .ads-16> a {
	background-image: url(../img/sec3/slide16.jpg);
}
.ad-slide  .ad-sin> a > span {
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin-top: 40px;
	margin-left: -50px;
}
.ad-slide .slick-arrow {
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	background-color: #dcdfe0;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 12%);
	background: #dcdfe0 url(../img/sec3/s-next.png) no-repeat center center / 50%;
    position: absolute;
	top: -70px;
	right:17px;
}
.ad-slide .slick-arrow.slick-prev {
	right: 83px;
	background-image: url(../img/sec3/s-pre.png);
} 

.ad-slide ul.slick-dots {
	display:  block;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-35px);
}

.ad-slide .slick-dots > li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #9b9d9e;
	text-indent: -9999px;
	margin: 0 10px;
}  
.ad-slide .slick-dots > li.slick-active {
	background-color: #565454;
}

@media(max-width: 1720px) {
	.ad-slide  .ad-sin.ad-top {
		margin-top: 30px;
	}
	.ad-slide ul.slick-dots {
		bottom: 12%;
	}
}

@media(max-width: 1520px) {
	.sec3-slide {
		height: 820px;
	}
	.sec3-slide > h2 {
		font-size: 25px;
	}
	.ad-slide {
		padding-left: 0;
	}
	.ad-slide .ad-sin > a {
		width: 95%;
	}
	.ad-slide .ad-sin> a > span {
		font-size: 20px;
		margin-left:-20px;
	}
}

@media(max-width: 1320px) {

	.sec3-slide > h2 {
		font-size: 20px;
	}
}

@media(max-width: 1290px) {
	.ad-slide .ad-sin {
		margin-left: -10px;
	}
	.ad-slide .ad-sin > a {
		width: 90%;
	}
	.ad-slide .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.ad-slide .slick-arrow.slick-prev {
		right: 75px;
	}
	
}

@media(max-width: 1220px) {
	.sec3-slide {
		height: 700px;
	}

	.ad-slide .ad-sin> a > span {
		font-size: 16px;
		margin-left:0px;
	}	
}

@media(max-width: 1110px) {
	.ad-slide .ad-sin {
		margin-left: -15px;
	}
	.ad-slide .ad-sin::after {
		padding-bottom: 55%; 
	}
	.ad-slide  .ad-sin.ad-top {
		margin-bottom: 50px;
	}
	.ad-slide .ad-sin > a {
		width: 88%;
	}

}

@media(max-width: 1030px)  {
	.ad-slide .ad-sin {
		margin-left: -20px;
	}
}

@media(max-width: 760px)  {
	.sec3-slide {
		height: 600px;
	}
	.ad-slide .ad-sin > a {
		width: 80%;
	}
	.ad-slide .ad-sin::after {
		padding-bottom: 50%;
	}
	.ad-slide .ad-sin> a > span {
		margin-top: 25px;
		font-size: 14px;
	}
	.ad-slide  .ad-sin.ad-top {
		margin-bottom: 30px;
	}
}

@media(max-width: 710px) {
	.sec3-slide {
		height: 680px;
	}
	.ad-slide ul.slick-dots {
		transform: translateX(-70px);
	}
}

@media(max-width: 660px) {
	.sec3-slide > h2 {
		font-size: 16px;
	}
	.sec3-slide > h2::before {
		width: 24px;
		height: 3.5px;
	}
}

@media(max-width: 560px) {
	.sec3-slide {
		height: 640px;
	}
	.ad-slide .ad-sin {
		margin-left: -25px;
	}
}

@media(max-width: 472px) {
	.sec3-slide {
		height: 560px;
	}
	.ad-slide .ad-sin {
		margin-left: -30px;
	}
}

@media(max-width: 440px) {
	.ad-slide .ad-sin > a {
		width: 78%;
	}
	.ad-slide .ad-sin::after {
		width: 84%;
		padding-bottom: 48%;
	}
	.ad-slide .ad-sin> a > span {
		font-size: 12px;
	}
	.sec2-in > .sec2-tit > p {
		font-size: 13px;
	}
	.ad-slide .slick-arrow {
		width: 35px;
		height: 35px;
		top: -80px;
		right: 10px;
	}
	.ad-slide .slick-arrow.slick-prev {
		right: 60px;
	}
}

@media(max-width: 390px) {
	.ad-slide .ad-sin {
		margin-left: -34px;
	}
}

@media(max-width: 360px) {
	.sec3-slide {
		height: 530px;
	}
	.ad-slide .ad-sin> a > span {
		font-size: 11px;
	}
}


/*거래처 브랜드 sec*/
.cust-sec {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	/*background-color: #eee;*/
}


.cust-sec  h3 {
	width: 30%;
	font-size: 45px;
	font-weight: bold;
	/*color: #ababab;*/
	color: #7c7878;
	text-align: left;
	padding: 4.2% 0 1%;
	line-height: 1.2;
	text-shadow: 4px 4px 3px #d7d7d7; 
}

.cust-sec p {
	font-size: 22px;
	font-weight: 550;
	color: #d5d5d5;
	text-align: left;
	padding: 1% 0 3.6%;
}

/*.cust-sec  h3::before {
	display: inline-flex;
	align-items: center;
	content: "";
	width: 30px; 
	height: 4px;
	background-color: #7c7878;
	margin: 0 5px;
	line-height: 30px;
}*/

.cust-in {
	display: inline-block;
	width: 80%;
	margin: 5% auto 10%; 
}

.cust-in > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

}

.cust-in > div > img {
    width: 15%;
    margin: 2% auto;
    box-shadow: 0px 1px 4px 1px #e1e0e0;
}


@media(max-width: 1520px) {
	.cust-sec  h3 {
		font-size: 38px;
	}
}

@media(max-width: 1220px) {
	.cust-sec  h3 {
		font-size: 32px;
	}
}

@media(max-width: 1020px) {
	.cust-sec  h3 {
		font-size: 28px;
	}

	.cust-sec p  {
		font-size: 18px;
	}
	.cust-in > div > img {
	    width: 18%;
	}
}



@media(max-width: 620px) {
	.cust-in {
		margin: 10% 0 22%;
	}
	.cust-sec h3 {
		padding-bottom: 3%;
	}
	.cust-sec p {
		padding-bottom: 4.8%;
	}
	.sec1-in {
		padding-bottom: 165%;
	}
}

@media(max-width: 520px) {

	.cust-in {
		width: 75%;
	}

	.cust-in > div > img {
	    width: 44%;
	}
}

@media(max-width: 420px) {

	.cust-in  {
		margin: 20% 0 35%;
	}
	.cust-sec  h3 {
		font-size: 25px;
	}

	.cust-sec p  {
		font-size: 16px;
		padding-bottom: 12%;
	}

}

@media(max-width: 360px) {

	.cust-in  {
		margin: 20% 0 35%;
	}
	.cust-sec  h3 {
		font-size: 22px;
	}

	.cust-sec p  {
		font-size: 15px;
		padding-bottom: 12%;
	}

}


.ft-btn {
	width: 100px;
}





/****SEOYA0622 START****/

/*cont2 새로추가 16박스 START*/

.sec1-in .cont2{width:100%;overflow: hidden;z-index:100;}
.sec1-in .cont2 .cont2_in{padding-top: 36%;margin:0 auto;width:100%;overflow: hidden;}
.cont2_in h3 {display:inline-block;line-height:30px;border-bottom:3px solid #565454;font-size:16px;font-weight:700;color:#565454;margin-bottom: 50px;}
.cont2_in .c2{width:100%;}
.cont2_in .c2 ul{width:100%;}
.cont2_in .c2 ul li{float:left;position: relative;}
.cont2_in .c2 ul li img{width:100%;}
.sec1-in .cont2 .cont2_in{width: 1200px;}
.cont2_in .c2 ul li{width:20%;margin:0 3% 3% 0;}
.cont2_in .c2 ul li:nth-child(4),.c2 ul li:nth-child(8),.c2 ul li:nth-child(12),.c2 ul li:nth-child(16){margin-right:0px;}
.sec-tit{margin-left:3px;}

.cont2_in .c2 ul li .ad_title{position: absolute;top:10%;left:5%;width:85%;z-index:1;}
.cont2_in .c2 ul li .ad_txt{position:absolute;bottom:15%;left: 0;	right: 3%;	margin-left: auto;	margin-right: auto;z-index:2;opacity:0;width:65%}
.cont2_in .c2 ul li .ad_img{position:absolute;top:0px;left:0px;}

.cont2_in .c2 ul li:hover .ad_title{top:17%;opacity:1;}
.cont2_in .c2 ul li:hover .ad_img{opacity:0.4;}
.cont2_in .c2 ul li:hover .ad_txt{opacity:1;bottom:25%;}

.cont2_in .c2 ul li .ad_img{opacity:1;transition: all 0.3s;}
.cont2_in .c2 ul li .ad_title{opacity:1;transition: all 0.3s;}
.cont2_in .c2 ul li .ad_txt{transition: all 0.3s;}


	
	@media screen and (max-width:1690px) {
		.sec1-in .cont2 .cont2_in{width: 1200px;}
		.cont2_in .c2 ul li{width:20%;margin:0 3% 3% 0;}
		.cont2_in .c2 ul li:nth-child(4),.c2 ul li:nth-child(8),.c2 ul li:nth-child(12),.c2 ul li:nth-child(16){margin-right:0px;}
		}
	
	@media screen and (max-width:1460px) {
		.sec1-in .cont2 .cont2_in{width: 76%;}
		}
		
	@media screen and (max-width:1290px) {
		.sec1-in .cont2 .cont2_in{padding-top: 37%;}
		}

	@media screen and (max-width:920px) {
		.sec1-in .cont2 .cont2_in{padding-top: 45%;}
		}
	
	@media screen and (max-width:690px) {
		.sec1-in .cont2 .cont2_in{padding-top: 55%;}
		.cont2_in .c2 ul li{width:25%;margin:0 3% 3% 0;}
		.cont2_in .c2 ul li:nth-child(4),.c2 ul li:nth-child(8),.c2 ul li:nth-child(12),.c2 ul li:nth-child(16){margin-right:3%;}
		.cont2_in .c2 ul li:nth-child(3),.c2 ul li:nth-child(6),.c2 ul li:nth-child(9),.c2 ul li:nth-child(12),.c2 ul li:nth-child(15){margin-right:0px;}
		.cont2_in h3 {margin-bottom: 30px;}
	
		}


		@media screen and (min-width:820px) {
		.cust-sec{margin-bottom:50px;}
		}



.sec3-slide{display: none;}




/*메인 좌측 상단 전화번호 삽입*/

.cube_tel{
	position: absolute;
	top:80px;
	left:3%;
	z-index: 4;
	font-size:40px;
	color:#fff;
	text-shadow: 0 0 3px rgb(0,0,0,0.7);
	font-weight: 700;
	letter-spacing: 1px;
}

.cube_tel a{
	color:#fff;
	text-decoration: none;
}

@media(max-width: 520px) {

	.cube_tel{
		top:71px;
		left:5%;
		font-size:30px;
	}
}

/* 탑버튼 */

.btn_top{
	position: fixed;
	right: 10%;
	bottom: 5%;
	display: none;
	z-index: 10000;
	width: 50px;
	height: 50px;
	border: 2px solid #b1b1b1;
	text-align: center;
	line-height: 50px;
	
	background-color: #575757;
	border-radius: 50%;
	padding: 0.2% 0.2%;
}

.btn_top span{
	color: #fff;
	font-size: 20px;

}


