@charset "utf-8";

/*main banner*/
section{
	width: 100%;
}
.main-bn-swip .s1{background-image:url(../img/sub3/1/image1.jpg);}
.main-bn-swip .s2{background-image:url(../img/sub3/1/image2.jpg);}
.main-bn-swip .s3{background-image:url(../img/sub3/1/image3.jpg);}

.main-bn .main-bn-txt{ background-color:rgba(0, 0, 0, 0.0); text-shadow: 0 2px 4px rgba(0,0,0,.6); }
.main-bn .main-bn-txt .line{ display:none; }
.main-bn .main-bn-txt .main-menu{ display:none; }

/*bbq-info*/
#bbq-info{ width:100%; height: 950px; }
#bbq-info .info-in{  width:1400px;  margin:70px auto; display: flex; justify-content: space-between; }
#bbq-info .info-in .bbq-info-l{ margin-right: 30px; width:50%; position: relative;}
#bbq-info .info-in .bbq-info-l .info-txt h3{ font-family: "AritaDotum"; font-size: 14px; margin-bottom: 20px; color: #8c857a; }
#bbq-info .info-in .bbq-info-l .info-txt h2{ font-family: "GowunBatang"; font-weight: 700; font-size: 36px; color: #8c857a; margin-bottom: 50px; }
#bbq-info .info-in .bbq-info-l .info-txt p{ font-family: "AritaDotum"; font-size: 16px; line-height: 1.5em; color: #8c857a; }
#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/1/image1.jpg); background-size: cover; background-position: center; }
#bbq-info .info-in .bbq-info-l .info-txt p:last-child{ margin-top: 30px;}
#bbq-info .info-in .bbq-info-r{ width:50%; height: 900px; position: relative;}
#bbq-info .info-in .bbq-info-r #base{ width: 100%; height: 850px; background-image: url(../img/sub3/1/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*/
#bbq-imglst{ width: 100%; height: 1360px; }
#bbq-imglst .imglst-in{ width: 1400px; height: 1360px; border-top: 2px solid #8c857a; border-bottom: 2px solid #8c857a; margin: 0 auto; display: flex; justify-content: center; flex-direction: column; transition: 0.5s; }
#bbq-imglst .imglst-in .imglst-one{ width: 100%; height: 500px; background-image: url(../img/sub3/1/image2.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/1/image1.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/1/image3.jpg); background-size: cover; background-position: center; margin-left: 15px; transition: 0.5s; }

/*design*/
.design-in .design-img{ width: 120px; height: 62px; background-image: url(../img/room-deco.png); text-align: center; margin: 120px auto 20px auto; }

#res{ background:url(../img/sub3/1/image2.jpg) no-repeat; background-size:cover; background-position:50% 50%; }
#res{ width: 100%; height: 400px; }
#res .res-in{ width: 100%; height: 100%; margin:0 auto; position: relative; }
#res .res-in .res-tit{ position: absolute; width:100%; top:50%; left:50%; transform: translate(-50%, -50%); text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.9); }
/********************반응형************************/
@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{ 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:13px; }

	/*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; }
}