/*=================================================
		병원 둘러보기
=================================================*/
.look-lists-wrap .section-bg{
	padding:40px 90px;
}

/*****#####===== 카테고리 버튼 =====#####*****/
.look-lists-wrap .bcat-btn-wrap li > a{
	padding:0 34px;
}

.look-lists-wrap .bcat-btn-wrap li.active > a > span,
.look-lists-wrap .bcat-btn-wrap li:hover > a > span{
	font-weight:700;
	color:#022B4B;
}

.look-lists-wrap .bcat-btn-wrap li+li >a > span{
	position:relative;
}

.look-lists-wrap .bcat-btn-wrap li+li >a > span:before{
	content:"";
	position:absolute;
	top:50%;
	left:-35px;
	
	width:1px;
	height:15px;
	
	background-color:#AEAEAE;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

/*****#####===== 컨텐츠 =====#####*****/
.look-lists-wrap .ratio-look:before{
	padding-top:72%;
}

.look-lists-wrap .lSGallery{
	margin-top:15px !important;
}

.look-lists-wrap .lSGallery > li > a > img{
	opacity:0.5;
}

.look-lists-wrap .lSGallery > li:hover > a > img,
.look-lists-wrap .lSGallery > li.active > a > img{
	opacity:1;
}

.look-lists-wrap .lSSlideWrapper{
	overflow:visible;
}

/*****##### 슬라이드 버튼 #####*****/
.look-lists-wrap .lSAction{
    position: absolute;
    top: 100%;
    
    width: 100%;
    height: 132px;
    
    margin-top: 15px;
    vertical-align: middle;
} 

.look-lists-wrap .lSAction > a{
    top: 0;
    width: 50px;
    height: 100%;
  
    margin: 0;
    padding: 0;  
    
    background-image:url('/img/page/slider-arrow.png') !important;
    background-color: #000000;
	background-repeat:no-repeat;
	background-position:center center;
}

.look-lists-wrap .lSAction > .lSPrev{
    left: 0;
    
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.look-lists-wrap .lSAction > .lSNext{
    right: 0;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){ 

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){ 
	 
}

/***** sm *****/
@media (min-width: 544px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 543px){
	.look-lists-wrap .section-bg{
		padding:20px 0;
	}
	
	.look-lists-wrap .bcat-btn-wrap li > a{
		padding:0 9px;
	}
	
	.look-lists-wrap .bcat-btn-wrap li+li >a > span:before{
		left:-12px;
	}
	
	.look-lists-wrap .lSGallery{
		margin-top:5px !important;
	}
	
	.look-lists-wrap .lSAction > a{
		display: none;
	}
}