@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{
	overflow-x: hidden;
}

.section1 .inner{
	max-width: 1200px;
}

.section1 .topBox{
	background: linear-gradient(90deg, #ff5b01, #fc7d38);
	background: #182e4e;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
	border-radius: 30px;
	margin-bottom: 30px;
}

.section1 .topBox img{
	margin-right: 10px;
}

.section1 .topBox h3{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.section1 .topBox .linkBox{
	width: 100%;
}

.section1 .topBox .linkBox a{
	width: 170px;
	height: 40px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--mainCol);
}

.section1 article.kindInfo{
	
}

.section1 article.kindInfo h5{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.section1 article.kindInfo h5 img{
	width: auto;
	height: 35px;
	margin-right: 10px;
}

.section1 article.kindInfo .txtBox{
	background: #f6f6f6;
	background: #f6f8fa;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 30px;
	font-size: 18px;
	line-height: 1.9;
}

.section1 article .txtBox + h5{
	margin-top: 30px;
}

.bbsArt{
	margin-top: 45px;
	position: relative;
}

.bbsArt::before{
	content: '';
	display: block;
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background: #fff;
	/* background: linear-gradient(90deg, #fff, transparent); */
	z-index: 1;
	/* display: none; */
}

.bbsArt .titBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bbsArt .titBox h3{
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.bbsArt .titBox h3 strong{
	color: var(--mainCol);
	font-weight: 600;
}

.bbsArt .titBox a{
	font-size: 16px;
	color: var(--mainCol);
	font-weight: 600;
}

.bbsArt .scrollDiv{
	
}

.bbsArt .slick-track{
	margin: 0;
}

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

.bbsArt .slideUl{
	/* display: flex; */
	width: 80%;
}

.bbsArt .slideUl li{
	margin-top: 25px;
	/* width: 450px; */
	margin-right: 25px;
}

.bbsArt .slideUl li.slick-current a{
	border-color: var(--mainCol)
}

.bbsArt .slideUl li a{
	display: block;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 20px 30px;
}

.bbsArt .slideUl li a h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.bbsArt .slideUl li a p{
	font-size: 15px;
	line-height: 1.6;
	color: #4f4f4f;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 10px;
}

.bbsArt .slideUl li a .dateSpan{
	font-size: 14px;
	color: #4f4f4f;
	line-height: 1.2;
}



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


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

.subNavi{
	display: none !important;
}

/* section1 */
.section1 .topBox{
	padding: 5vw;
	border-radius: 5vw;
	margin-bottom: 5vw;
}

.section1 .topBox img{
	margin-right: 2vw;
	width: 7vw;
}

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

.section1 .topBox .linkBox a{
	width: 50%;
	height: 10vw;
	border-radius: 12px;
	margin: 4vw auto 0;
	font-size: 4vw;
}

.section1 article.kindInfo h5{
	font-size: 4vw;
	margin-bottom: 3vw;
}

.section1 article.kindInfo h5 img{
	height: 6vw;
	margin-right: 2vw;
}

.section1 article.kindInfo .txtBox{
	border-radius: 5vw;
	padding: 5vw;
	font-size: 3.5vw;
}

.section1 article .txtBox + h5{
	margin-top: 5vw;
}

.bbsArt{
	margin-top: 6vw;
}

.bbsArt .titBox h3{
	font-size: 4.5vw;
}

.bbsArt .titBox a{
	font-size: 3vw;
}

.bbsArt .slideUl li{
	margin-top: 4vw;
}

.bbsArt .slideUl li a{
	border-radius: 5vw;
	padding: 5vw 5vw;
}

.bbsArt .slideUl li a h5{
	font-size: 4vw;
	margin-bottom: 2vw;
}

.bbsArt .slideUl li a p{
	font-size: 3vw;
	-webkit-line-clamp: 2;
	margin-bottom: 2vw;
}

.bbsArt .slideUl li a .dateSpan{
	font-size: 2.5vw;
}



}