@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}


/* section1 */
.section1 article{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}

.section1 article .leftBox{
	width: calc(100% - 63% - 50px);
}

.section1 article .leftBox h3{
	font-size: 35px;
	font-weight: 400;
	line-height: 1.7;
}

.section1 article .leftBox h3 img{
	display: block;
	margin-bottom: 10px;
}

.section1 article .leftBox h3 strong{
	font-weight: 600;
}

.section1 article .rightBox{
	width: 63%;
	max-width: 880px;
	position: relative;
}

.section1 article .rightBox .slideLi img{
	max-width: 100%;
}

.section1 .slick-prev,
.section1 .slick-next{
	top: auto;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	z-index: 2;
	margin: 0;
	padding: 0;
	transform: translate(0,0);
}

.section1 .slick-prev::before,
.section1 .slick-next::before{
	content: '';
	width: 30%;
	height: 30%;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	opacity: 1;
}

.section1 .slick-prev::before{
	transform: translate(-25%,-50%) rotate(-135deg);
}

.section1 .slick-next::before{
	transform: translate(-75%,-50%) rotate(45deg);
}

.section1 .slick-prev{
	left: auto;
	right: 60px;
}

.section1 .slick-next{
	right: 20px;
	border-left: 0;
}

.section1 .count{
	position: absolute;
	bottom: 20px;
	height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 17px;
	right: 115px;
	/* font-family: 'JSongMyung-Regular-KO'; */
}

.section1 .count span{
	/* font-family: 'JSongMyung-Regular-KO'; */

}

.section1 .txtBox{
	font-size: 18px;
	line-height: 1.6;
}


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


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

/* section1 */
.section1 article{
	flex-wrap: wrap;
	margin-bottom: 10vw;
}

.section1 article .leftBox{
	width: calc(100%);
	margin-bottom: 5vw;
}

.section1 article .leftBox h3{
	font-size: 5vw;
}

.section1 article .leftBox h3 img{
	margin-bottom: 2vw;
}

.section1 article .rightBox{
	width: 100%;
}

.section1 .slick-prev,
.section1 .slick-next{
	bottom: 3vw;
	width: 6vw;
	height: 6vw;
}

.section1 .slick-prev::before,
.section1 .slick-next::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 2px;
}

.section1 .slick-prev{
	right: 9vw;
}

.section1 .slick-next{
	right: 3vw;
}

.section1 .count{
	bottom: 3vw;
	height: 6vw;
	font-size: 3vw;
	right: 18vw;
}

.section1 .txtBox{
	font-size: 3vw;
}


}