
.lt-sub-list-gallery {
    width: 800px;
}

.lt-sub-list-gallery ul{
	clear:both;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 30px;
	column-gap: 30px;
	overflow:hidden;
}

.lt-sub-list-gallery ul li{
	padding-bottom:0 !important;
}

.lt-sub-list-gallery .lt-gallery-item{
	padding:0 !important;
	width:100%; height:100%;
}

/*ÀÌºÎºÐ Á¦°Å½Ã 3°³¾¿ ¹èÄ¡ start*/
.lt-sub-list-gallery ul li:nth-child(6){
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 4;
}

.lt-sub-list-gallery ul li:nth-child(6) .lt-sub-img{
	height:100%;
}

.lt-sub-list-gallery ul li:nth-child(6) .lt-sub-img p span{
	width:90%;
}
.lt-sub-list-gallery ul li:nth-child(6) .lt-sub-img p span.slide_count{
	width:30px; 
	height:29px;
}
/*ÀÌºÎºÐ Á¦°Å½Ã 3°³¾¿ ¹èÄ¡ end*/

.lt-sub-list-gallery .lt-sub-img{width:100%; height:148px;}



.lt-sub-list-gallery .lt-sub-img p{
    z-index:998;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:60px;
	color:#fff;
	padding:12px 15px 12px;
	font-size:15px;
	line-height:1.3;
}

.lt-sub-list-gallery .lt-sub-img p span{
	width:78%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	float:left;
}



.lt-sub-list-gallery .lt-sub-img p span.slide_count{
	width:30px; height:29px;
	background:url(../images/common/count_bg.png);
	float:right;
	margin:3px 0 0 0;
	text-align:center;
	padding:4px 7px 10px 0;
	font-size:12px;
}


.lt-sub-list-gallery .lt-gallery-item:hover .lt-sub-img img{
	transform:scale(1.05); 
}


/*¸ð´Þ*/
.modal_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 999; 

	}
	
.modal_wrap{
	display: none;
	position:fixed;
	/*position: absolute;*/ 
	top: 53%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 1000; 
}
	
.modal_wrap h3{
	position:absolute;
	margin-top:-63px;
	color:#fff;
	font-size:28px;
	font-weight:500;
}

.modal_wrap button{
	position:absolute;
	margin-top:-60px;
	right:0;
	color:#fff;
	width:30px;
	height:27px;
	background:url(../images/common/close-btn.png);
	text-indent:-9999px;
}
	

	.btn_box .btn_open p {
		color: #fff;
	}
	
.slide_txt{
	background-color:#272727;
	color:#fff;
	padding:30px 0 30px 50px
}

.swiper {
  width: 100%;
}


.swiper-button-next, .swiper-button-prev{
	color:#fff !important;
}


.swiper-slide .page{
position:absolute;
right:20px;
bottom:20px;
color:#8e8e8e;
font-size:22px;
}

.swiper-slide .page em{
font-style:normal;
color:#fff;
}


/* ½º¿ÍÀÌÆÛ ¸ÞÀÎ ÄÁÅ×ÀÌ³Ê´Â ¹Ý!µå!½Ã! ³ôÀÌ°¡ ÁöÁ¤µÇ¾î ÀÖ¾î¾ß ÇÑ´Ù. */
.slider-box-1 .swiper {
  width: 1180px;
  height:780px;
}

.slider-box-1 .swiper-button-prev,
.slider-box-1 .swiper-button-next {
  position:static;
  margin-top:0;
}

.slider-box-1 {
  position:relative;
  background:#fff;
}

.slider-box-1 .navigation-wrapper {
  width:1300px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}