@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;display: none !important;}

/* section1 */
.section1 .txtBox{
	background: #eef6f0;
	box-sizing: border-box;
	padding: 40px 30px;
	font-size: 18px;
	line-height: 1.6;
	border-radius: 20px;
	margin-top: 45px;
}

.section1 .txtBox strong span{
	display: inline-block;
	background: var(--mainCol);
	color: #fff;
	line-height: 1.4;
	padding: 0 3px;
}

.section1 .txtBox .sign{
	display: flex;
	align-items: center;
}

.section1 .txtBox .sign img{
	margin-left: 5px;
}

/* section2 */
.section2{
	background: #f6f8f7;
}

.section2 .txtBox{
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #dbdbdb;
	padding: 30px;
}

.section2 .txtBox + .txtBox{
	margin-top: 50px;
}

.section2 .txtBox h5{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.section2 .txtBox p{
	color: #616161;
	font-size: 18px;
	line-height: 1.5;
}

.section2 .txtBox ul{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section2 .txtBox ul li{
	width: calc(100%/2 - 40px/2);
	max-width: 651px;
	margin-top: 30px;
}

.section2 .txtBox ul li img{
	max-width: 100%;
}

.section2 .txtBox ul li:nth-child(-n+2){
	margin-top: 0;
}

/* section3 */
.section3 .viewBox{
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section3 .viewBox.on{
	display: flex;
}

.section3 .viewBox .imgBox{
	height: 351px;
	width: 797px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
}

.section3 .viewBox .txtBox{
	width: calc(100% - 15px - 797px);
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px;
	background: #f5f9f5;
}

.section3 .viewBox .txtBox h5{
	font-weight: 600;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;

}

.section3 .viewBox .txtBox h5 strong{
	width: calc(100% - 80px);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section3 .viewBox .txtBox h5 span{
	width: 80px;
	text-align: right;
	color: #38ab3b;
	font-size: 16px;
	line-height: 1;
}

.section3 .viewBox .txtBox p{
	font-size: 15px;
	line-height: 1.7;
	color: #4f4f4f;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.section3 ul{
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

.section3 ul li{
	font-size: 35px;
	line-height: 1.4;
	cursor: pointer;
	text-align: center;
	opacity: 0.5;
	transition: all 0.4s;
}

.section3 ul li.on,
.section3 ul li:hover{
	opacity: 1;
}

.section3 ul li strong{
	display: inline-block;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 2px solid #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.section3 ul li + li{
	margin-top: 20px;
}

/* section4 */
.section4{
	background: #f5f9f5;
	overflow: hidden;
}

.section4 .inner{
	/* max-width: none; */
	/* width: 100%; */
}

.section4 .slick-list{
	overflow: visible;
}

.section4 .slideUl{
	max-width: 850px;
	margin: auto;
	margin-bottom: 150px;
}

.section4 .slideLi{
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 60px;
	border-radius: 20px;
	margin: 0 18px;
	position: relative;
}

.section4 .slideLi .cateSpan{
	font-size: 14px;
	color: #002101;
	display: inline-block;
	padding: 6px 20px;
	background: rgba(0,189,6,0.2);
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
	border-radius: 7px;
}

.section4 .slideLi .imgBox{
	width: 100%;
	height: 238px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 15px;
	background-image: url(/include/img/sub0101_section4_img01.jpg);
}

.section4 .slideLi h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section4 .slideLi p{
	font-size: 15px;
	color: #4f4f4f;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section4 .slideLi .more{
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 16px;
	color: #38ab3b;
}

.section4 .slick-prev,
.section4 .slick-next{
	width: 75px;
	height: 45px;
	opacity: 1;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 100%;
	left: 50%;
	right: auto;
}

.section4 .slick-prev{
	background-image: url(/include/img/icon_prev.png);
	transform: translate(calc(-100% - 5px),50px);
}

.section4 .slick-next{
	background-image: url(/include/img/icon_next.png);
	transform: translate(calc(0% + 5px),50px);
}

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




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


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

/* section1 */
.section1 .txtBox{
	padding: 6vw 5vw;
	font-size: 3.5vw;
	border-radius: 3vw;
	margin-top: 5vw;
}

.section1 .txtBox strong span{
	padding: 0 1vw;
}

.section1 .txtBox .sign{
	display: flex;
	align-items: center;
}

.section1 .txtBox .sign img{
	margin-left: 1vw;
	width: 16vw;
}

/* section2 */
.section2 .txtBox{
	border-radius: 3vw;
	padding: 5vw;
}

.section2 .txtBox + .txtBox{
	margin-top: 7vw;
}

.section2 .txtBox h5{
	font-size: 3.5vw;
	margin-bottom: 2vw;
}

.section2 .txtBox p{
	font-size: 3.5vw;
}

.section2 .txtBox ul{
	margin-top: 4vw;
}

.section2 .txtBox ul li{
	width: calc(100%);
	max-width: 651px;
	margin-top: 3vw !important;
}

.section2 .txtBox ul li img{
	max-width: 100%;
}

.section2 .txtBox ul li:nth-child(-n+1){
	margin-top: 0 !important;
}

/* section3 */
.section3 .viewBox{
	margin-bottom: 5vw;
}

.section3 .viewBox .imgBox{
	height: 50vw;
	width: 100%;
	border-radius: 3vw;
}

.section3 .viewBox .txtBox{
	width: calc(100%);
	border-radius: 3vw;
	padding: 5vw;
	margin-top: 3vw;
}

.section3 .viewBox .txtBox h5{
	font-size: 3.5vw;
	margin-bottom: 2vw;

}

.section3 .viewBox .txtBox h5 strong{
	width: calc(100% - 20vw);
}

.section3 .viewBox .txtBox h5 span{
	width: 20vw;
	font-size: 3vw;
}

.section3 .viewBox .txtBox p{
	font-size: 2.5vw;
	-webkit-line-clamp: 4;
}

.section3 ul{
	width: 90%;
}

.section3 ul li{
	font-size: 7vw;
}

.section3 ul li strong{
	padding-bottom: 2vw;
	border-bottom: 2px solid #666;
}

.section3 ul li + li{
	margin-top: 3vw;
}

/* section4 */
.section4 .slideUl{
	max-width: 850px;
	margin: auto;
	margin-bottom: 25vw;
}

.section4 .slideLi{
	padding: 5vw;
	padding-bottom: 12vw;
	border-radius: 3vw;
	margin: 0 2vw;
}

.section4 .slideLi .cateSpan{
	font-size: 2.5vw;
	padding: 2vw 4vw;
	margin-bottom: 3vw;
	border-radius: 1vw;
}

.section4 .slideLi .imgBox{
	height: 30vw;
	border-radius: 3vw;
}

.section4 .slideLi h5{
	font-size: 3.5vw;
	margin: 3vw 0;
}

.section4 .slideLi p{
	font-size: 3vw;
	-webkit-line-clamp: 3;
}

.section4 .slideLi .more{
	right: 5vw;
	bottom: 5vw;
	font-size: 3vw;
}

.section4 .slick-prev,
.section4 .slick-next{
	width: 14vw;
	height: 9vw;
}

.section4 .slick-prev{
	transform: translate(calc(-100% - 5px),7vw);
}

.section4 .slick-next{
	transform: translate(calc(0% + 5px),7vw);
}



}