@charset "utf-8";

/*main banner*/
section{
	width: 100%;
}
.main-bn-swip .s1{background-image:url(../img/sub3/2/image1.jpg);}
.main-bn-swip .s2{background-image:url(../img/sub3/2/image2.jpg);}
.main-bn-swip .s3{background-image:url(../img/sub3/2/image3.jpg);}
.main-bn-swip .s4{background-image:url(../img/sub3/2/image4.jpg);}
.main-bn-swip .s5{background-image:url(../img/sub3/2/image5.jpg);}
.main-bn-swip .s6{background-image:url(../img/sub3/2/image6.jpg);}

#bbq-info .info-in .bbq-info-l .info-l-img{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: 500px;
	background-image: url(../img/sub3/2/image2.jpg);
	background-size: cover;
	background-position: center;
}
#bbq-info .info-in .bbq-info-r #base{
	width: 100%;
	height: 850px;
	background-image: url(../img/sub3/2/image3.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 50px;
	clip-path: polygon(100% 100%, 100% 40%, 50% 0, 0 40%, 0 100%);
}

#bbq-imglst .imglst-in .imglst-one{
	width: 100%;
	height: 500px;
	background-image: url(../img/sub3/2/image5.jpg);
	background-size: cover;
	background-position: center;
	transition: 0.5s;
}
#bbq-imglst .imglst-in .imglst-sec{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 730px;
	margin-top: 30px;
	transition: 0.5s;
}
#bbq-imglst .imglst-in .imglst-sec .imglst-sec-1{
	width: 50%;
	height: 100%;
	background-image: url(../img/sub3/2/image4.jpg);
	background-size: cover;
	background-position: center;
	margin-right: 15px;
	transition: 0.5s;
}
#bbq-imglst .imglst-in .imglst-sec .imglst-sec-2{
	width: 50%;
	height: 100%;
	background-image: url(../img/sub3/2/image6.jpg);
	background-size: cover;
	background-position: center;
	margin-left: 15px;
	transition: 0.5s;
}

#res{ background:url(../img/sub3/2/image5.jpg) no-repeat; background-size:cover; background-position:50% 10%; opacity: 0.85;}

/********************반응형************************/
@media screen and (max-width: 1400px){
	#bbq-info .info-in .bbq-info-l .info-txt p{ font-size:13px; }
	#bbq-info .info-in{ width:95%; }
	#bbq-imglst .imglst-in{ width:95% }
}

@media screen and (max-width: 1024px){
	section{ height:540px; }

	#bbq-info{ height:1300px; }
	#bbq-info .info-in{ flex-direction:column; }
	#bbq-info .info-in .bbq-info-l{ height:300px; width:100%; padding-left:0; margin:0 auto; }
	#bbq-info .info-in .bbq-info-r{ width:100%; margin-top: 50px;}
	#bbq-info .info-in .bbq-info-l .info-txt{ text-align:center; }
	#bbq-info .info-in .bbq-info-l .info-txt p{ font-size:13px; }
	#bbq-info .info-in .bbq-info-l .info-l-img{ display:none; }

	/*bbq-imglst*/
	#bbq-imglst{ height: 1160px; transition: 0.5s;}
	#bbq-imglst .imglst-in{ height:1160px; transition: 0.5s; }
	#bbq-imglst .imglst-in .imglst-one{ height:300px; transition: 0.5s; }
}

@media screen and (max-width: 780px){
	section{ height:352px;transition:0.5s;}
	section .main-bn{height: 482px; transition: 0.5s}

	#bbq-info{ height:1000px; }
	#bbq-info .info-in .bbq-info-l{ padding-left:0; margin:0 auto; }
	#bbq-info .info-in .bbq-info-r{ height:650px; }
	#bbq-info .info-in .bbq-info-r #base{ height:600px; }
	#bbq-info .info-in .bbq-info-l .info-txt p{ font-size:12px; }

	/*bbq-imglst*/
	#bbq-imglst{ height: 660px; transition: 0.5s;}
	#bbq-imglst .imglst-in{ height:660px; transition: 0.5s; }
	#bbq-imglst .imglst-in .imglst-one{ height:200px; transition: 0.5s; }
	#bbq-imglst .imglst-in .imglst-sec{ height:300px; transition: 0.5s; }
	
	#design .design-in .design-txt p{ font-size:10px; line-height:18px; }
}