@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* subVisual */
.subVisual{
	background-image: url(/include/img/sub01_visual.png);
}

/* section1 */
.section1{
	background: #f0f7fa;
	    background: rgba(230, 215, 189, 0.4);
}

.section1 .bigBox{
	margin-bottom: 20px;
}

.section1 .bigBox .slideLi{
	height: 520px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	/* background-color: #fff; */
}

.section1 .bigBox .slick-prev,
.section1 .bigBox .slick-next{
	width: 60px;
	height: 60px;
	opacity: 1 !important;
	z-index: 5;
}

.section1 .bigBox .slick-prev{
	background: url(/include/img/icon_prev.png) no-repeat center / contain;
	left: 0;
}

.section1 .bigBox .slick-next{
	background: url(/include/img/icon_next.png) no-repeat center / contain;
	right: 0;
}

.section1 .bigBox .slick-prev::before,
.section1 .bigBox .slick-next::before{
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section1 .thumbBox{
	margin: 0 -10px;
}

.section1 .thumbBox .slideLi{
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 20px;
	margin: 0 10px;
}

/* ---------------------------------------------------------- 1000 */
@media screen and (max-width: 1000px){
	
}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* section1 */
.section1 .bigBox{
	margin-bottom: 2vw;
}

.section1 .bigBox .slideLi{
	height: 50vw;
	border-radius: 3vw;
}

.section1 .bigBox .slick-prev,
.section1 .bigBox .slick-next{
	width: 8vw;
	height: 8vw;
	opacity: 1 !important;
	z-index: 5;
}

.section1 .thumbBox{
	margin: 0 -1vw;
}

.section1 .thumbBox .slideLi{
	height: 12vw;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 2vw;
	margin: 0 1vw;
}

}