@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-swip .s4{background-image:url(../img/sub3/1/image4.jpg);}
.main-bn-swip .s5{background-image:url(../img/sub3/1/image5.jpg);}
.main-bn-swip .s6{background-image:url(../img/sub3/1/image6.jpg);}
.main-bn-swip .s7{background-image:url(../img/sub3/1/image7.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%; }
#bbq-info .info-in{  width:1400px;  margin:70px auto; display: flex; justify-content: space-between; align-items: flex-end }
#bbq-info .info-in .bbq-info-l{ margin-right: 30px; width:50%; position: relative;}
#bbq-info .info-in .bbq-info-l .info-txt{ margin-bottom: 24px;}
#bbq-info .info-in .bbq-info-l .info-txt h3{ font-family: "Gowun Dodum", sans-serif; font-size: 14px; margin-bottom: 20px; color: #8c857a; }
#bbq-info .info-in .bbq-info-l .info-txt h2{ font-family: "Diphylleia", serif; font-weight: 700; font-size: 36px; color: #8c857a; margin-bottom: 50px; }
#bbq-info .info-in .bbq-info-l .info-txt p{ font-family: "Gowun Dodum", sans-serif; font-size: 16px; line-height: 1.5em; color: #8c857a;}
#bbq-info .info-in .bbq-info-l .info-l-img{ width: 100%; aspect-ratio: 4/3; background: url(../img/sub3/1/image5.jpg)no-repeat center/cover;}
#bbq-info .info-in .bbq-info-l .info-txt p:last-child{ margin-top: 30px;}
#bbq-info .info-in .bbq-info-r{ width:50%; position: relative;}
#bbq-info .info-in .bbq-info-r #base{ width: 100%; aspect-ratio: 3/3.75; background: url(../img/sub3/1/image3.jpg) no-repeat center/cover; clip-path: polygon(100% 100%, 100% 40%, 50% 0, 0 40%, 0 100%); }

/*bbq-imglst*/
#bbq-imglst{ width: 100%; }
#bbq-imglst .imglst-in{ width: 1400px; padding: 30px 0; 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%; aspect-ratio: 16/9; 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%;  aspect-ratio: 4/3; 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/image6.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/image7.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; }
/********************반응형************************/
@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){

	/* #bbq-info{ height:1300px; } */
	#bbq-info .info-in{ flex-direction:column; margin: 0px auto 30px; }
	#bbq-info .info-in .bbq-info-r #base{ position: static; aspect-ratio: 4/3; }
	#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{ transition: 0.5s;}
	#bbq-imglst .imglst-in{ transition: 0.5s; }
	#bbq-imglst .imglst-in .imglst-one{transition: 0.5s; } */
}

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

	.mbr{ display: none;}

	#bbq-info .info-in .bbq-info-l{ padding-left:0; margin:0 auto; }
	#bbq-info .info-in .bbq-info-l .info-txt p{ font-size:13px; }
	#design .design-in .design-txt p{ font-size:10px; line-height:18px; }
}