@charset 'utf-8';
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
/* body {
	margin: 0;
} */
ul,ol {
	list-style: none;
}
a {
	text-decoration: none; color: #444;
}

/* header */

header {
	width: 100%;
	position: relative;
}

/* header 탑라인*/

header .topline {
	width: 100%;
	height: 30px;
	padding-left: 5px;
	margin-bottom: 10px;
	background: #f8f8f8;
}
header .topline .wrap-util {
	display: flex;
	justify-content: space-between;
}
header .topline .wrap-util h1 {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	line-height:28px;
}
header .topline .wrap-util h1 i {
	color: #999;
}
header .topline .wrap-util h1 span {
	color: #858382;	
	font-weight: bold;
}

header .topline .wrap-util .util> ul {
	display: flex;
	justify-content: space-between;
}
header .topline .wrap-util .util li a {
 	font: 12px/1 "arial";
	color: #999;
	padding: 0px 10px;
	line-height: 32px;
}

/*header 메인메뉴*/

header .inner {
	width: 1220px;
	height: 70px;
	margin: 0px auto;
	position: relative;   
}
header .inner h1 {
	position: absolute;
	left: 0px;
	bottom: 15px;
}
header .inner h1 a {
	position: relative; 
	left: 5px;
}
header .inner h1 img {
	/* position: absolute; 
	bottom: -3px; */
	width: 285px;
	height: 43px;	
}
header .inner #gnb {
	width: 870px; 
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 16px; 
	background-color: rgba(255,255,255,0.9); 
	height: 47px;  
	overflow: hidden; 
	transition: height 0.6s; 
}
header .inner #gnb:hover {
	height: 260px;
	z-index: 10;
}
header .inner #gnb > ul > li {
	display: inline-block;
	position: relative;
}
header .inner #gnb > ul > li > a {
	display: block; 
	width: 136px; 
	text-align: center; 
	padding: 10px 0px; 
	font-weight: 600; 
	background-color: #fff; 
	color: #000;
}
header .inner #gnb ul ul {/*display: none;*/ 
	position: absolute; 
	left: 10px; top: 54px; 
	width: 100%; 
	padding:10px 0;
	/*background-color:#fff;*/ /*box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}
header .inner #gnb > ul > li:nth-child(1) ul {
	left: 20px;
}

header .inner #gnb ul ul li a {
	display: block; 
	padding: 10px 0 0 15px; 
	text-align: left; 
	border-top: 1px ;/*solid #518000;*/
	color: #000;
	font-size: 15px;
}

header .inner #gnb ul ul li:first-child a {
	border-top: none;	
}
header .inner #gnb > ul > li:hover ul {
	display:block
}
header .inner #gnb > ul > li ul li:hover {
	text-decoration: underline; 
	font-weight: bold;
}
header #gnb2 {
	display: none;
}

/* header .inner #gnb > ul > li:nth-child(2) ul {left: -25%; width: 150%}*/

/* .figure {
	width: 100%;
	height: 100%;   
	margin-bottom: 20px;
} */
/* .figure video {
	object-fit:cover;
	width: 100%; 
	height: 100%;
} */
figure {
    position: relative;
    /* overflow: hidden; */
    margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 20px;
    width: 100%;
    height: 420px;
    background-image: url("../img/mainpic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
figure::before {
    content: "";
    /* background: linear-gradient(to right,rgb(134,143,150),transparent); */
    background-color: #000;
    opacity:0.3;
    position: absolute;
    top: 90px;
    left: 100px;
    height: 150px;
    width: 580px;
}
figure> h1 {
    position: absolute;
    top: 100px;
    left: 120px;
    font-size: 24px;
    color: white;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -2px;
    word-spacing: 8px;
    /* text-shadow: 2px 2px 1px rgb(5, 5, 5); */
    animation: slide 1s ease-out;
}
figure> h1> p> .ml1 {
    font-size: 28px;
    /* color: rgb(41, 122, 3); */
    font-weight: 800;
    /* text-shadow: -2px -2px 2px white,2px 2px 2px white; */
}
figure> h1> p> .ml2 {
    font-size: 28px;
    color: rgb(214, 21, 21);
    font-weight: 800;
    line-height: 40px;
    text-shadow: -1px -1px 3px white,1px 1px 3px white;
}
figure> h1> p> .ml3 {
    font-size: 28px;
    color: rgb(33, 67, 143);
    font-weight: 800;
    line-height: 40px;
    text-shadow: -1px -1px 3px white,1px 1px 3px white;
}

/*슬라이드 슬릭1*/

.q-slide{
	/* position: relative; */
    width: 100%;
	height: 100px;
	margin-bottom: 10px;

	background-color: #f2f0ed;
	/* bottom: 20px; */
}	
.q-slide .qwrap{
	margin: 0 auto;
    width: 1220px;
	background: #f2f0ed;
}
.q-slide .qmenu{
	float: left;
	margin-right: 40px;
	padding-left: 10px;
	width: 180px;
	height: 92px;
	background-color: #f2f0ed;
	padding-top: 25px;
}
/* .q-slide .qmenu .qmenu1{
	width: 100px;
	height: 70px;
	border: 1px solid #000;
	border-radius: 20%; 
 */
.q-slide .qmenu .span0{
	font-size: 17px;
	float: left;
	font-weight: bold;
	line-height: 130%;

}
.q-slide .qmenu .span1{
	display: block;
    margin-left: 20px;
	color: #000;
}
/* .slide .info.q-r{
	margin: 0 auto;
}
.slide .info.q-r{
	background: #ddd;
	width: 1100px;
	height: 100px;
}
 */
.q-slide .infor-wrap{
	height: 100px;
	padding-top: 10px;
 }
.q-slide .infor .car i{
	color: #000;
}
.q-slide .infor h2{
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}

.infor button { 
		position: absolute; 
		z-index: 10; 
		top: 50%; 
		transform: translateY(-50%); 
		width: 0px; height: 0px;
        border-radius: 100%; 
		background:rgba(0,0,0,.5); 
		border: none;
}
.infor button:before {
	font-family: 'xeicon'; 
	color: #fff; 
	font-size: 0px;
}
.infor button.slick-prev {
	left: 50px; 
	font-size: 0; 
	color: transparent;
}
.infor button.slick-prev:before {
	content: "\e93d";
}
.infor button.slick-next {
	right:10px; 
	bottom: 20px;
	font-size: 0; 
	color: transparent;
}
.infor button.slick-next:before {
	content: "\e940";
}





/* 컨텐츠 시작 */



/*게시판 레이아웃 및 게시판 아이콘*/

#contents {
	/* display: inline-block; */
	margin: 0 auto; 
	width: 100%;
	padding: 5px 5px;

} 
.cont {
	display: flex;
	justify-content: space-between;
	margin: 0 auto; 
	width: 1230px; 
	padding: 40px 0 40px 0;
}
.cont .column {
	width: 400px; 
	height: 550px; 
}


.cont .col1 {
	margin-right: 5px;

}
.cont .col1 .col1-ti-box {
   
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}


.cont .col1 .col1-ti-box .col1-ico {
	display: inline-block;
}

.cont .col1 .col1-ti {
    font-size: 15px;
	font-weight: bold;
}

	/* background-color: #2e7d16; */
/*	background: url(../img_main/banner_main1_3.jpg) no-repeat center top / 100% auto;*/
.cont .col2 img{
	width: 384px;
	height: 550px;
}

.cont .col3 {
	padding-left: 5px;
}
.cont .col3 img{
	width: 384px;
	height: 550px;
}

	/*background: url(../img_main/banner_main3.jpg) no-repeat center top / 100% auto;*/



.cont1 {
	width: 1230px;
	margin: 0 auto;	
	margin-top: 20px;
	margin-bottom: 40px;
}

.cont2 {
	width: 1230px;
	margin: 0 auto;	
	padding-top: 30px;
}
.cont2 h1 {
	/* position: relative; */
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.cont2 h1 i{
	font-size: 26px;
	color: #2e7d16;
	/* display: block; */
	/* position: absolute; */
	/* top: 1px; */
}		

.cont2 .map-home {
	height: 500px;
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 10px 	
}


/* 게시판1 */

.notice {
	position: relative; 
	margin-top: 20px;
	margin-bottom: 20px;


}

.notice h4 {
	font-size: 15px; color: #555; 
	padding-bottom: 3px; 
	font-weight: bold;
}

.notice ul li {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	background: url(../img/dot.gif) no-repeat 0 8px; 
	padding-left: 8px;
}

.notice ul li a {
	font-size: 14px;
}

.notice a.more {
	position: absolute; 
	right: 0; top: 0; 
	display: block; 
	background: url(../img/icon.png) -150px -90px; 
	width: 17px; 
	height: 17px;
}


/* 게시판2 */

.notice2 {
	position: relative; 
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.notice2 h4 {
	font-size: 15px; 
	color: #555; 
	padding-bottom: 3px; 
	font-weight: bold;
}
.notice2 li {
	overflow: hidden; 
	background: url(../img/dot.gif) no-repeat 0 8px; 
	padding-left: 8px;
}
.notice2 li a {
	float: left; 
	width: 65%; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	font-size: 14px;
}
.notice2 li span {
	float: right; 
	width: 30%; 
	text-align: right;
}
.notice2 a.more {
	position: absolute; 
	right: 0; 
	top: 0; 
	display: block; 
	background: url(../img/icon.png) -150px -90px; 
	width: 17px; 
	height: 17px;
}
.notice2 li #move {
	transition-property: color;
	transition-duration: 1s;
}
.notice2 li #move :hover{
	color: red;
}

.notice3 {
	width: 100%;
	height: 150px;
	position: relative;
}
.gallary {
	display: flex;
	width: 100%;
	height: 70px;
	justify-content: space-between;
}
.notice3 .gallary .gallary-box {
	width: 90px;
	height: 60px;
    /* margin-left: 5px; */
	overflow: hidden;
}
.notice3 .gallary .gallary-box img {
    /* float: left; */
	width: 90px;
	height: 60px;
	/* margin-left: 5px; */
	margin-bottom: 10px;
	transition-duration: 0.5s;
}
.notice3 .gallary .gallary-box:hover img {
    transform: scale(1.5);
}

.mark-box {
	position: relative;
}
.mark-box a.more {
	position: absolute; 
	right: 0; 
	top: 7px; 
	display: block; 
	background: url(../img/icon.png) -150px -90px; 
	width: 17px; 
	height: 17px;
}






.gallary1 {
	display: flex;
	width: 100%;
	height: 70px;
	justify-content: space-between;
}
.notice3 .gallary1 .gallary-box {
	width: 90px;
	height: 60px;
	/* margin-left: 5px; */
	overflow: hidden;
}
.notice3 .gallary1 .gallary-box img {
	width: 90px;
	height: 60px;
	/* margin-left: 5px; */
	margin-bottom: 10px;
	transition-duration: 0.5s;
}
.notice3 .gallary1 .gallary-box:hover img {
    transform: scale(1.5);
}


.highlight2 {
	display: inline-table;
	position: relative;

	/* overflow: hidden; */
}
.highlight {
	position: absolute;
	top: 0;
	width: 0;
	height: 17px;
	background: rgba(255, 57, 3, 0.5);
	transition: all 0.5s;
}
/* .highlight2:hover .highlight {
	width: 240px;
    background: rgba(255, 57, 3, 0.5);
	position: absolute;
	top: 0;
	animation-name: highlight_ani; 
	animation-duration: 0.6s;
	animation-iteration-count: 2; 
	animation-direction: alternate; 
	animation-delay: 2s;
	animation-timing-function: linear;
}
	@keyframes highlight_ani{
		from{ width: 0; }     
		to { width: 240px; }     
} */
.highlight2:hover .highlight {
	width: 240px;
}
.highlight1 {
	position: absolute;
	top: 0;
	width: 0;
	height: 17px;
	background: rgba(255, 57, 3, 0.5);
	transition: all 0.5s;
}

.highlight2:hover .highlight1 {
	width: 180px;
}

/* .highlight1 {
	width: 180px; 
	height: 17px;
	background: rgba(255, 57, 3, 0.5);
	position: absolute;
	top: 0;
	animation-name: highlight1_ani; 
	animation-duration: 1s;
	animation-iteration-count: 2; 
	animation-direction: alternate; 
 animation-delay: 1.5s;
	animation-timing-function: linear;
}
	@keyframes highlight1_ani{
		from{ width: 0; }     
		to { width: 180px; }     
	} */





/* 콘텐츠 요소를 보이지 않게 하는 방법 

1. display:none -- display:block (영역이 사라짐)

2. visibility: hidden; -- visibility: visible; (영역유지)

3. opacity: 0; -- opacity: 1; (영역유지)

4. width: 0; height:0; overflow:hidden; 




/* footer */

#footer{ 
	width:100%;
	bottom: 10px;
	margin-top: 30px;
	background:#fff;  
}
#footer > .banner{ 
	background:#ddd; 
	text-align:center; 
	height: 60px; 
	padding-top: 20px;
}
#footer > .banner li { 
	display:inline-block;
	border-left:1px #000 solid;
	padding:0 25px;
	line-height: 13px;
}
#footer > .banner li:first-child { 
	border-left: none;
}
#footer > .banner li a{ 
	font-size:12px; 
	color:#000;
}
#footer > .banner li a:hover{
	color: #889300;
}
#footer >.wrapper{ 
	width:1220px; 
	margin:0 auto; 
	padding:30px 0; 
	display: flex;
	justify-content: space-between;
}

#footer >.wrapper >.address{
	text-align: left;
	padding-bottom:30px; 
	font-family: '맑은 고딕';  
	font-size:12px; 
	line-height:21px; 
	color:#000;}
#footer >.wrapper >.logo{ 
	margin-top: 7px;
}

@keyframes slide {
    from {
        left: -100px;
        opacity: 0;
    }
    to {
        left: 120px;
        opacity: 1;
    }
}
@keyframes disappear {
    from {
        left: 120px;
        opacity: 1;
    }
    to {
        left: -100px;
        opacity: 0;
    }
}


/* 모바일 설정 */

@media screen and (max-width: 1020px) {

	header .topline .wrap-util h1 {
		font-size: 14px;
		font-weight: normal;
		color: #777777;
		line-height:30px;
		letter-spacing: -2px;
	}
	header .topline .wrap-util h1 span{
		letter-spacing: -1px;
	}

	header .topline .wrap-util .util li a {
		 font: 12px/1 "arial";
		color: #999;
		padding: 0px 3px;
		line-height: 32px;
		letter-spacing: -1px;
	}
	
	
header .inner {
	display: flex;
	justify-content: space-around;
	position: static;
	margin: 0px auto;
	width: 100%;
	height: 60px;
	padding-top: 10px;
	
}
header .inner h1 {
	position: static;
}
header .inner h1 a {
	position: static; 
	left: 5px;
}
header .inner h1 img {
	position: static; 
	width: 285px;
	height: 43px;	
}
header .inner #gnb {
	display: none;
}
header> #gnb2 {
	display: block;
	width: 100%;
	height: 220px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 10px 0 0 5px;
	border-top:1px solid #ddd;

	border-bottom:1px solid #ddd;
}

header #gnb2 .gnb2> li {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #afafaf;
	padding-top: 5px;
	/* padding-bottom: 10px; */

}
header #gnb2> .gnb2> li> a{
	display: block;
	width: 100px;
	text-align: center;
	color: #413f3f;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 3px 0 3px 0;
	background-color: #f8f8f8;
}
header #gnb2> .gnb2 li:nth-child(5) a{
	letter-spacing:-2px;
}
header #gnb2> .gnb2 li:nth-child(6) a{
	letter-spacing:-2px;
}


header #gnb2 .gnb2 li ul {
	display: flex;
	position: absolute;
	top:9px;
	left:100px
}
header #gnb2 .gnb2 li ul li{
	display: block;
	padding-left: 8px;
}
header #gnb2 .gnb2 li ul li a{
	font-size: 13px;
	color: #383737;
	font-weight: 550;
	letter-spacing:-2px;
	/* text-decoration: underline; */
}
header #gnb2 .gnb2 li ul> li:hover a{
	font-size: 13px;
	color: #000;
	font-weight: 1000;
}



/* 메인비디오 */
/* figure {
	width: 100%;
	height: 100%;  
	margin-top: 10px;
	margin-bottom: 10px;
} */

/* .figure video {
	object-fit:fill;
	width: 110%; 
	height: 100%;
} */

/* header .inner #gnb > ul > li:nth-child(2) ul {left: -25%; width: 150%}*/


/*슬라이드 슬릭1*/
figure::before {
    content: "";
    /* background: linear-gradient(to right,rgb(134,143,150),transparent); */
    background-color: #000;
    opacity:0.3;
    position: absolute;
    top: 30px;
    left: 20px;
    height: 150px;
    width: 100%;
}
figure> h1 {
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 16px;
    color: white;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -2px;
    word-spacing: 8px;
    /* text-shadow: 2px 2px 1px rgb(5, 5, 5); */
    animation: slide 1s ease-out;
}
figure> h1> p> .ml1 {
    font-size: 22px;
    /* color: rgb(41, 122, 3); */
    font-weight: 800;
    /* text-shadow: -2px -2px 2px white,2px 2px 2px white; */
}
figure> h1> p> .ml2 {
    font-size: 24px;
    color: rgb(214, 21, 21);
    font-weight: 800;
    line-height: 24px;
    text-shadow: -1px -1px 3px white,1px 1px 3px white;
}
figure> h1> p> .ml3 {
    font-size: 22px;
    color: rgb(33, 67, 143);
    font-weight: 800;
    line-height: 24px;
    text-shadow: -1px -1px 3px white,1px 1px 3px white;
}


.q-slide .qmenu{
	display: none;
}
.q-slide .qwrap{
	margin: 0 auto;
    width: 100%;
	background: #f2f0ed;
}




#contents {
	display: block;
	padding-left: 5px;

}
#contents .cont {
		display: block;
		width: 100%; 
		padding-top: 30px;
		margin: 0 auto;
}
#contents .cont1 {
	display: none;
	width: 100%;
	height: 100%;
}

#contents .cont2 {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.cont2 h1 {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
.cont2 h1 i{
	font-size: 26px;
	color: #2e7d16;
	display: block;
	position: absolute;
	top: 1px;
}		

.cont2 .map-home {
	width: 100%;
	height: 750px;
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 10px 
}

/*	background: url(../img_main/banner_main1_3.jpg) no-repeat center top / 100% auto;*/
.cont .col2 {
	background-color: #2e7d16;
}

.cont .column {
	width: 400px; 
	height: 550px; 
	margin: 0 0 30px 0; 
	padding-right: 0px;
}
.cont .col2 img{
	width: 100%;
	height: 100%;
}
.cont .col3 img{
	width: 100%;
	height: 100%;
}








#footer{ 
	width:100%;
	bottom: 10px;
	margin-top: 100px;
	background:#fff;  
}
#footer > .banner{ 
	background:#ddd; 
	text-align:center; 
	padding-top: 12px;
}
#footer > .banner li:first-child { 
	border-left: none;
}
#footer > .banner li a{ 
	font-family: '맑은 고딕';  
	font-size:12px; 
	color:#000;
}
#footer > .banner li a:hover{
	color: #889300;
}
#footer >.wrapper{ 
	width:100%; 
	margin:0 auto; 
	padding:30px 0 0 5px; 
	display: flex;
	justify-content: space-between;
}

#footer >.wrapper >.address{
	text-align: left;
	padding-bottom:30px; 
	font-family: '맑은 고딕';  
	font-size:12px; 
	line-height:21px; 
	color:#000;}
#footer >.wrapper >.logo{
	display: none; 
	margin-top: 7px;
}
}