@charset "utf-8";

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h2.title{margin-bottom: 58px;font-size:34px;text-align:center;}
.container {/*padding-top: 95px;*/}

/* common */
.section h2.title {padding-top: 55px;}
.section h2.title:after {content: '';display: block;width: 55px;/* background-image: url('/common2/images/main/title_line.png'); */margin: 20px auto 0;border: 1px solid #22614e;}

.board-list {font-size: 0;}
.board-list img {display: block;}
.board-list li {display: inline-block; vertical-align: top;}

/* visual */
#visual {position:relative; /*height: 529px;*/}
#visual p.scroll_down {padding-bottom:52px; background:url(/common2/images/main/scroll_down.png) no-repeat center bottom; position:absolute; bottom:80px; left:50%; margin-left:-45px; z-index:6666; cursor:pointer;}
#visual p.scroll_down span {color:#fff; font-family:'NanumSquare'; font-weight:300; font-size:13px;}
#visual .slide-box *:focus {outline:0;}
#visual .slide-box .slick-list, 
#visual .slide-box .slick-track {width:100%; overflow:hidden; zoom:1;}
#visual .slide-box .slick-slide {width:100%;height: 800px;background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed;float:left;position:relative;overflow:hidden;}
#visual .slide-box .slick-slide > img{/* width:100%; */display: block;margin-left: 50%;height:100%;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
#visual .slide-box .slick-dots{position:absolute;left: 50%;bottom:9%;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);z-index:1020;}
#visual .slide-box .slick-dots li{display:inline-block;margin:0 10px; width:12px;}
#visual .slide-box .slick-dots button{padding:0;width:12px;height:12px;border:0 none;font-size:0;background-image:url('/common2/images/main/visual_dot.png');background-color:transparent;background-size:contain;background-repeat:no-repeat;overflow:hidden;}
#visual .slide-box .slick-dots .slick-active button{background-image:url('/common2/images/main/visual_dot_on.png');}

#visual .slick-slide .inner{position:absolute;top:50%;left:50%;max-width: 1200px;width:90%;transform:translate(-50%, -50%);z-index: 99;}

#visual .slick-slide .title-wrap {/*float: left;*//*width:500px;*//*border: 1px solid red;*/background-repeat: no-repeat;background-size: contain;}
#visual .slick-slide .title{font-size:58px;font-weight: 600;color:#fff;letter-spacing: -3px;/* background: #ef861e; */display: inline-block;padding: 0 10px;}

#visual .slick-slide.item1 {/* text-align: center; */}
#visual .slick-slide.item1 .title-wrap {/*background-color: #ef861e;*//*background-image:url('/common2/images/main/visual_01_1_mask.png');*/float:right; text-align:right; padding: 60px 0;display: inline-block;/* text-align: left; *//* text-align: center; */}
#visual .slick-slide.item2 .title-wrap {/* background-color: rgba(0,0,0,0.5); *//* background-image: url('/common2/images/main/visual_02_1_mask.png'); */padding: 60px 0; /*display: inline-block;*//* text-align: left; *//* text-align: center; */background-size: contain;padding: 30px;}


#visual .slick-slide .text {
	font-size: 25px;
	margin-bottom: 0px;
	line-height: 40px;
	font-family: 'Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움", sans-serif;
	color: #fff;
	font-weight: 300;
	/* text-align: left; */
}
.ink {font-family:'InkLipquid'; font-size: 43px; margin-right: 5px; color:#fff;}

.visual_btn {
	background-color: rgba(0,0,0,0.3); 
	border: 1px solid rgba(255,255,255,0.3);
	font-size: 18px;
	transition: all 0.5s;
	font-weight: 200;
	border-radius: 30px;
	color: white;
	display: inline-block;
	margin-top: 40px;
	padding: 10px 20px;
}
.visual_btn:hover {background-color: rgba(0,0,0,0.5); color:#fff;}

#visual .slick-slide.item2 .title {/* background: #3baa35; */margin-bottom: 30px;text-shadow: 0 0 6px rgba(0,0,0,0.3);}
#visual .slick-slide.item3 .title {width: auto;text-align: center;background:none;padding: 0px 30px;line-height: 90px;}/*#visual .slick-slide.item3 .text {color: white; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); font-size: 40px;}*/


/*slide2*/
#visual .slick-slide.item2 .title-wrap {text-align:center;}
#visual .slick-slide.item2 .title-wrap .text {
	text-shadow: 0 0 6px rgb(0 0 0 / 90%);
}
#visual .slick-slide.item2 .title-wrap .title {
	font-weight:300; 
	text-shadow: 0 0 4px rgb(0 0 0 / 90%);
	border-bottom:1px solid #fff;
} 
#visual .slick-slide.item2 .title-wrap .title>span {font-weight:700; border:none;}
/*slide3*/
#visual .slick-slide.item3 .title-wrap{text-align:center;}
#visual .slick-slide.item3 .title {text-shadow: 0 0 13px rgb(0 0 0 / 80%);}
#visual .slick-slide.item3 .text {text-shadow: 0 0 13px rgb(0 0 0 / 80%);}

/*slide4*/
.slidemask {
	position: absolute;
    background: rgba(0,0,0,0%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

/*slide5*/
#visual .slick-slide.item5 .title-wrap {text-align:center;}
#visual .slick-slide.item5 .title-wrap .title {
	text-shadow: 0 0 13px rgb(0 0 0 / 80%);
}
#visual .slick-slide.item5 .title-wrap .text {
    font-size: 70px;
    text-shadow: 0 0 6px rgb(76 76 76 / 52%);
    font-family:'InkLipquid';
    margin-bottom:10px;
}
#visual .slick-slide.item5 .ink {font-size:70px; text-shadow: 0 0 6px rgb(76 76 76 / 52%);}
/*slide6*/
#visual .slick-slide.item6 .title-wrap {text-align:right;}
#visual .slick-slide.item6 .title-wrap .title {
	padding:0; 
	margin-bottom:20px;
	text-shadow:0 0 6px rgb(0 0 0 / 40%);
}
#visual .slick-slide.item6 .title-wrap .text {font-size:20px;}
/**/
#visual .slide-box .slick-arrow {position: absolute;top: 50%;margin-top: -36px;border: 0;width: 72px;height: 72px;font-size: 0;z-index: 3;background-color: transparent;}
#visual .slide-box .slick-next {right: 0; background-image: url('/common2/images/common/btn_arrow_next.png');}
#visual .slide-box .slick-prev {left: 0;background-image: url('/common2/images/common/btn_arrow_prev.png');}

/* notice */
.board-wrap.notice {background-color: #22614e;}
.board-wrap .inner-wrap {margin: 0 auto;padding: 10px 0;width: 1200px;}
.board-wrap .inner-wrap:after {content: '';display: block;clear: both;}
.board-wrap.notice .title {float: left;width:12%;font-size: 27px;font-weight: 400;color: #fff;}
.board-wrap.notice .board-list {float: right;margin-top: 5px;padding: 0 40px;width:88%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.board-wrap.notice .board-list li{width:46.5%;}
.board-wrap.notice .board-list li:first-child {margin-right: 7%;}
.board-wrap.notice .board-list .subject {display: inline-block;width: 60%;font-size: 19px;color: #fff;white-space: nowrap;vertical-align: middle;text-overflow: ellipsis;overflow: hidden;font-weight: 300;}
.board-wrap.notice .board-list .date {display: inline-block;width: 30%;font-size: 18px;color: rgb(255 255 255 / 80%);vertical-align: middle;font-weight: 300;text-align: right;}
.board-wrap.notice .board-list .btn-more {display: inline-block; margin-left: 4%; vertical-align: middle;}

.section {margin-top: 90px;}

/* section1 */
.section1 {
	margin-top:0;
    padding-bottom: 60px;
    background-image:                       url('/common2/images/main/s1thum_bg02.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 85% bottom;
    background-color: #ececec;
}
.section1 a {position: absolute;right: 0;top: 90px;}
.section1 .inner-wrap {margin: 0 auto;width: 1200px;position: relative;}


.board-list.gallery li {margin-left: 5%; width: 30%;}
.board-list.gallery li:first-child {margin-left: 0;}
.board-list.gallery li .img {position:relative;width:100%; -webkit-border-radius: 5%;-moz-border-radius: 5%;border-radius: 5%;overflow:hidden;border: 1px solid #b7b0b0; background-color: #fff;}
.board-list.gallery li .img img{width:100%;}

/* section2 */
.section2 {padding-bottom: 34px;}
.section2 .inner-wrap {margin: 0 auto; width: 1200px;}

.board-list.gallery2 li {margin-left: 0.1%; /*padding: 10px;*/ width: 24.9%; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.board-list.gallery2 li:first-child{margin-left:0;}
.board-list.gallery2 li.bg1 {background-color:#86bc24;}
.board-list.gallery2 li.bg2 {background-color:#5bb115;}
.board-list.gallery2 li.bg3 {background-color:#558e46;}
.board-list.gallery2 li.bg4 {background-color:#22614e;}
.board-list.gallery2 img {width: 100%;}
.board-list.gallery2 .top {padding: 23px 10px 35px 10px; height:195px;}
.board-list.gallery2 .top strong {color: #fff; font-size: 25px; font-weight: 600;}
.board-list.gallery2 .top p {color: #fff; margin-top: 5px;}
.board-list.gallery2 .btn-more{float: right;width:21px;height:22px;margin-top: 7px;font-size: 0;background:url('/common2/images/main/btn_more_w.png');}

/* section3 */
.section3 {padding-bottom: 37px;}
.section3 .inner-wrap {margin: 0 auto; width: 1200px;}
.section3 .img-list li{overflow:hidden;}

.section3 .board-list li{margin-left: 19px;}
.section3 .board-list li:first-child{margin-left:0;}

.section3 .img-list .img {position:relative;} 
.section3 .img-list .blackbox {
	position: absolute;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 5%;
	padding-bottom: 5%;
    box-sizing: border-box;
    bottom: 0;
} 
.section3 .img-list .blackbox>p {
	color: white;
	margin-bottom: 10px;
	font-size: 20px;
}
/* section4 */
.section4 .inner-wrap {margin: 0 auto;/* width: 1200px; */width: 100%;}
.board-list.program li{margin-left: 0.2%;padding: 46px 0 31px;width: 228px;height: 207px;width: 16.5%;background-color:#eaeaea;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all 0.5s;display: t;}
.board-list.program li:first-child{margin-left:0;}

.board-list.program li:nth-of-type(1) {
	background-image: url(/common2/images/main/program_bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.board-list.program li:nth-of-type(2) {
	background-image: url(/common2/images/main/program_bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.board-list.program li:nth-of-type(3) {
	background-image: url(/common2/images/main/program_bg3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.board-list.program li:nth-of-type(4) {
	background-image: url(/common2/images/main/program_bg4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.board-list.program li:nth-of-type(5) {
	background-image: url(/common2/images/main/program_bg5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.board-list.program li:nth-of-type(6) {
	background-image: url(/common2/images/main/program_bg6.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.board-list.program img{margin:0 auto;width: 25%;}
.board-list.program .title{   
	margin-top: 18px;
    line-height: 23px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;}

/* section5 */
.section5 .map {position: relative; margin:0 auto; width: 100%; max-width: 1920px; height: 479px; text-align: center; overflow: hidden; background-image: url(/common2/images/main/main_map.png); background-position: center top;}
/* .section5 .map img{width: 100%; max-width:1920px; margin:0 auto;} */
.section5 .map .box-wrap {position: absolute; left: 0; right: 0; margin:0 auto; width:1200px; height: 100%;}
.section5 .map .box {position: absolute;right: 0;bottom: 110px;padding: 28px 33px 32px;width: 326px;height: 250px;text-align: left;background-color: #22614e;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.map .box .title {font-size: 30px; font-weight: bold; color: #fff;}
.map .box .title:after {content: '';display: block;margin: 13px 0;width: 100%;height: 1px;background-color: #fff;background-color: rgba(255,255,255,0.3);}
.map .box .text {font-size: 20px;color: #fff;font-weight: 300;letter-spacing: -1px;line-height: 30px;text-indent: -27px;padding-left: 28px;}
.map .box .text:before{content:'';display: inline-block;margin-right: 8px;width:19px;height:19px;background-image:url('/common2/images/main/icon_check.png');}





/*메인 배너 맞추기*/
@media screen and (max-width:1540px) {
	#visual .slide-box .slick-slide.item1 > img {margin-left:38%}
	#visual .slick-slide.item1 .title-wrap {text-align:center;}
	#visual .slick-slide.item1 .text {text-shadow: 0 0 6px rgb(0 0 0 / 90%);}
	#visual .slick-slide.item1 .title {text-shadow: 0 0 6px rgb(0 0 0 / 90%);}
	
	#visual .slick-slide.item6 .title-wrap {text-align:center;}
	#visual .slick-slide.item6 .text {text-shadow: 0 0 6px rgb(0 0 0 / 90%);}
}
#visual .slick-slide.item1 .title-wrap,
#visual .slick-slide.item2 .title-wrap {
	position: absolute;
	width:100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#visual .slick-slide .title {
	background:none;
	font-size:54px;
}
/*#visual .slick-slide.item1 .text,
#visual .slick-slide.item2 .text {
	color:white;
	font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    opacity: 95%;
    letter-spacing: -0.5px;
    font-family: 'Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움", sans-serif;
}*/
#visual .slick-slide.item1 .text span,
#visual .slick-slide.item2 .text span {
	color:white;
}
#visual .slick-slide .title {
	background:none;
	font-size:55px;
}

.visual_btn {margin-top:30px;}
/*2*/
#visual .slick-slide.item2 .title-wrap {
	float:none;
	text-align:center;
}
#visual .slick-slide.item2 .title {
	background:none;
}
}

@media screen and (max-width:1070px) {
	#visual .slide-box .slick-slide.item1 > img {margin-left:10%}
}

/**/
@media screen and (max-width:1023px) {
    .container {/*padding-top: 60px;*/}
    
	.section2 .inner-wrap,
	.section3 .inner-wrap,
	.section4 .inner-wrap,
	.section5 .map .box-wrap {width: 90%;}
	
	.section1{background-size:29%;}
	
	/* visual */
	#visual .slick-slide .title{margin:10px 0;}
	#visual .slick-slide .title {font-size:44px !important; line-height:120%;}
	
	#visual .slick-slide.item5 .ink {font-size: 50px; text-shadow: 0 0 6px rgb(0 0 0 / 90%);}
	#visual .slick-slide.item2 .inner{bottom:90px;}
	#visual .slick-slide.item5 .title-wrap .text {font-size:50px;}
    
    /* notice */
    /* 1023 */
    .board-wrap .inner-wrap {padding: 20px 0; width: 90%;}
	.board-wrap.notice .title {display: block; float: none; width: 100%; text-align: center;}
	.board-wrap.notice .board-list {float: none; margin: 0 auto; padding: 0; width: 100%; max-width: 750px;}
	.board-wrap.notice .board-list li {width: 100%; text-align:left;}
	.board-wrap.notice .board-list li:first-child {margin-right: 0;}
	.board-wrap.notice .board-list .btn-more {margin-left: 2%;}
	
	.section1 .inner-wrap {width:90%;}
	
	.board-list.gallery2 li {margin-left: 0.2%; width: 49.8%;}
	.board-list.gallery2 li:nth-child(3) {margin-left: 0;}	
	.board-list.gallery2 .img img {width: 100%;}
	
	.img-list .title {word-break: keep-all;}
	
	.board-list.program li {margin-left: 0.4%; width: 32.333%;}
	
	.board-list.program li:nth-child(-n + 3) {margin-bottom: 0.4%;}
	/*section3
	.section3 .img-list .blackbox {
		height: 30%;
	}
	.section3 .img-list .blackbox>p {
		font-size: 20px;
	}
	.section3 .img-list .link {
		font-size: 17px;
	}*/
}
@media screen and (max-width:1023px) and (min-width:721px) {
	.board-list.gallery2 li:nth-child(-n + 2) {margin-bottom: 0.1%;}
	.board-list.program li:nth-child(4){margin-left:0}
	
}
@media screen and (max-width:810px) {
	.section3 .img-list .blackbox>p {
		font-size: 20px;
	}
}
@media screen and (max-width:720px) {

	#visual .slide-box .slick-arrow { width: 50px; height: 50px; background-size: contain; background-repeat: no-repeat;}
    #visual .slide-box .slick-slide {height: 480px;}
    #visual .slick-slide.item2 .inner {bottom: 20px;}
	

	#visual .slick-slide.item3 .title-wrap {max-width: 100%;}
	#visual .slick-slide.item2 .title-wrap {top:45%;}
	#visual .slick-slide .title, #visual .slick-slide .title span {line-height:45px !important;}
	#visual .slick-slide.item .text {font-size:17px !important;}
	
    #visual .slide-box .slick-slide > img {position: absolute;bottom: 0;z-index: 1;height: 100%; /*margin-left: -40%;*/}
    #visual .slide-box .slick-slide.item1 > img {width:190%; margin-left: 13%;}
    
	.ink {font-size:30px;}
	/**/
	
    .section h2.title {margin-bottom: 25px; font-size: 28px;}
    .section h2.title:before {height: 6px;}

    .section1 .inner-wrap, 
    .section2 .inner-wrap, 
    .section3 .inner-wrap, 
    .section4 .inner-wrap {width: 95%;margin:0 auto;}

    .section1 a {top: 136px; left: 0; right: 0;margin: 0 auto;  width: 100px; height:30px; line-height:30px; font-size:16px;}
    .section1 a img { display: block; width: 120px;}

    .section3 .board-list li {margin-left: 0; margin-bottom: 40px;}
    .section3 .board-list li:last-child {margin-bottom: 0;}    

    .section5 .map {position: relative; height: 220px;}
    .section5 .map img {position: absolute; left: 50%; padding-right: 160px; width: auto; height: 220px; transform: translateX(-50%);}

    .board-wrap.notice .title {font-size: 27px;}
	.board-wrap.notice .board-list .subject {font-size: 19px;}
	.board-wrap.notice .board-list .date {font-size: 19px;}
	.board-wrap.notice .board-list .btn-more {width: 19px;height: 19px;}
	.board-wrap.notice .board-list {margin-top: 10px;}
	.board-wrap.notice .board-list li {line-height: 180%;}

    .board-list {text-align: center;}
    .board-list img {width: 100%;}

    .board-list.gallery {margin-top: 75px;}
	.board-list.gallery li {margin-left: 0;margin-bottom: 3%; width:100%; box-sizing: border-box;}
	.board-list.gallery li img {box-sizing: border-box;}

	.board-list.gallery2 li {margin-left: 0; width: 100%;}
	.board-list.gallery2 .top {padding: 4% 3% 6% 3%; text-align: left;}
		

    .board-list.gallery2 li {margin-bottom: 1px;}

    .board-list.program img {width: 70%; max-width: 110px;}
	.board-list.program li {padding: 36px 0 31px; width: 49.6%; height: 202px;}
	.board-list.program li:nth-child(2n+1) {margin-left: 0;}
	.board-list.program .title {margin-top:12px; font-size: 17px; line-height: 23px;}
	
	.board-list.program li:nth-child(2n+1) {margin-left: 0;}

	.section5 .map {padding-bottom: 205px;height: 383px; background-position: center -50px;}
	.section5 .map .box-wrap {width: 100%;}
	.section5 .map .box {bottom: 0;padding: 15px 20px 32px;width: 100%;height: auto;}
	.map .box .title {font-size: 25px;}
	.map .box .title:after {margin: 8px 0;}
	.map .box .text {font-size: 17px;line-height: 27px;}    

}
@media screen and (max-width: 600px){
	#visual .slick-slide .title {
		margin:0 0;
	}
	#visual .slick-slide.item2 .title {
		font-size:35px !important;
		margin-bottom:15px;
	}

	#visual .slick-slide .text {
		font-size:17px !important;
		line-height:30px;
	}
	.ink {font-size:30px; text-shadow: 0 0 6px rgb(0 0 0 / 90%);}
}

@media screen and (max-width: 410px){
	#visual .slick-slide.item2 .title-wrap .text {word-break:keep-all;}
	#visual .slick-slide.item2 .title {font-size:30px !important;}
}
@media screen and (max-width: 400px) {
	#visual .slide-box .slick-slide1 > img {
		margin-left:40px;
	}
	#visual .slick-slide.item1 .text span {
		font-size:33px;
	}
	#visual .slick-slide .title, #visual .slick-slide .title span {
		font-size: 33px !important;
	}
}


/* 20221012 텍스트 없을때 대비해서 임시 */
.board-list.gallery2 .top {padding: 23px 10px 35px 10px; min-height:147px; box-sizing:border-box;}