﻿/* 시설둘러보기 */
.photo_wrap{width:100%; height:100%; display:block;}
.photo_list{position:relative; padding:10px 0 0;}
.photo_list ul{position:relative; padding:10px;}

/* 슬라이드 */
.slick-slide{ height: 100%; max-width: 100%; min-height: 1px; float:left; text-align:center;}
.slick-slide img { max-width:100%;}
.slick-list{ position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-track{transform:none !important;}

/* slider view */
.slider-view{display: block; height:345px; border:2px solid #fec85d; background:#fdf9f2; overflow:hidden; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slider-view:before{content:""; position:absolute; left:10px; bottom:0; width:175px; height:205px; background: url("/images/com/slick_bg_1.png") no-repeat center center}
.slider-view:after{content:""; position:absolute; right:10px; bottom:0; width:175px; height:205px; background: url("/images/com/slick_bg_2.png") no-repeat center center}
.slider-view img{max-width:570px; max-height:320px;}

/* slider nav */
.slider-nav{position: relative; display:block; margin-top:10px; text-align:left; border-top:1px dashed #ccc;}
.slider-nav::before{content:""; float:none; clear: both;}
.slider-nav .slick-slide{width:18% !important; height:auto; margin:1%; float:left; font-size:15px; line-height:18px; letter-spacing:-1px;}
.slider-nav .slick-slide img{width:100%; height:100px;}


/* 특색교육 */
.edu_list{display:inline-block; margin:20px auto 0; overflow:hidden;}
.edu_list li{float:left; margin:0 0 0 20px; padding:10px; border:1px solid #dfdfdf; border-radius:10px; color:#333; text-align:center;}
.edu_list li:first-child{margin:0; border:1px solid #e13244;}
.edu_list li:nth-child(2){border:1px solid #ff5f3d;}
.edu_list li:nth-child(3){border:1px solid #f8aa11;}
.edu_list li:nth-child(4){border:1px solid #00b26f;}
.edu_list li:nth-child(5){border:1px solid #00b5e9;}
.edu_list li:nth-child(6){border:1px solid #846add;}



/********** Media quary **********/
@media screen and (max-width:1399px){ 
	/* 시설둘러보기 */
	.slider-view:before{display:none;}
	.slider-view:after{display:none;}
	
}

@media screen and (max-width:1019px) {

}

@media screen and (max-width:840px) {	

	/* 시설둘러보기 */
	.slider-nav .slick-slide{width:23% !important; font-size:14px; }
}

@media screen and (max-width:800px) {	

	/* 특색교육 */
	.edu_list{display:none;}

}

@media screen and (max-width:710px) {

}

@media screen and (max-width:640px) {

	/* 시설둘러보기 */	
	.slider-view img{width:100%; height:320px;}
	.photo_list ul{height:auto;}
	.slider-nav .slick-slide{width:48% !important; font-size:13px;}

}

@media screen and (max-width:560px) {	

}

@media screen and (max-width:480px) {


	
}

@media screen and (max-width :380px) {

	/* 시설둘러보기 */	
	.slider-view img{height:185px;}

}