@charset 'utf-8';
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
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 .wrap-util {
	display: flex;
	justify-content: space-between;
}
header .wrap-util h1 {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	line-height:28px;
}
header .wrap-util h1 i {
	color: #999;
}
header .wrap-util h1 span {
	color: #858382;	
	font-weight: bold;
}

header .wrap-util .util> ul {
	display: flex;
	justify-content: space-between;
}
header .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: 0; 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 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%}*/


.sub-pic {
	width: 100%;
	height: 530px;  /* 전체브라우저 높이에서 120px만큼 빼줌 */	
	padding-top: 250px;
	margin-bottom: 4px;
	background: #fff url("../images/sub_pic.jpg") no-repeat;
	background-size: cover;
}

/*슬라이드 슬릭1*/

.q-slide{
    width: 100%;
	height: 100px;
	background-color: #f2f0ed;
	bottom: 20px;
	margin-top: 20px;
}	
.q-slide .qwrap{
	margin: 0 auto;
    width: 1200px;
	background: #f2f0ed;
}
.q-slide .qmenu{
	float: left;
	margin-right: 40px;
	margin-left: 10px;
	width: 180px;
	height: 92px;
	background-color: #f2f0ed;
	padding-top: 25px;
}
.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;
}
.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";
}



/* 컨텐츠 시작 */

#container{
	/* display: inline-block; */
	display: flex;
	justify-content: space-between;
	width: 1220px; 
	height: 100%;
 	margin: 0 auto;
 	padding-top: 50px;
}
/* #container:after{
	display:block;
	clear:both;
	content:''
}
 */

/* 왼쪽영역 */

.snb{ 
 	/* float:left;  */
 	width:200px; 
	margin-right:45px; 
	margin-top: 0px; 
	min-height: 100%; 
}
.snb #title {
	font-family: '맑은 고딕','Nanum Gothic'; 
	font-weight:600;  
	color:#343434; 
	font-size:26px; 
	line-height: 20px;
}
.snb #title .sub {
  font-size: 14px;
	color: #999;
	font-weight: normal;
}
.snb #sm { 
	margin-top:7px;  
	overflow:hidden;
}
.snb #sm a{ 
	line-height:40px;
	font-family: '맑은 고딕'; 
	color: #999999; 
	font-size: 15px; 
	font-weight: bold;
	display:block; 
	padding-left:15px; 
	height:38px;  
	background-color:#fff; 
	border:1px #dedede solid;
	transition-duration: 0.5s;
}
.snb #sm a:hover{
	color: #000000;	
	background-color:#ffd700;
}


.snb #sm li{ 
	margin-top:5px;
	width:200px;
}

.snb .banner img{ 
	margin-top:75px;
}


/* 상단타이틀영역 */

.titleArea {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom:2px #999898 solid;
	line-height: 25px;

	/* position:relative; 
	width:950px; 
	height:44px; 
	border-bottom:2px #999898 solid;  */
}
.titleArea > #subtitle {
	/* position: absolute;
	top: 5px; */
	font-weight:600; 
	font-size:22px; 
	color:#343434;  
}
.titleArea > #map { 
	/* position: absolute;  */
	/* right:0px; top:19px;  */
	line-height: 30px;
	color: #092593; 
	font-size: 14px; 
	padding-left:18px; 
}
.titleArea > #map .page{
	color: #334B4A;
}

/* 컨텐츠영역 */
#content{ 
	display: inline-block;
	width:950px; 
}
#content .wrapper1{ 
	margin: 40px 0 0 0; 
	padding-bottom:50px;
	border-bottom:1px #CCC dashed;
}
#content .wrapper1 td ul h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .wrapper1 td ul li{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}

#content .wrapper2{ 
	margin: 35px 0 0 0; 
	padding-bottom:50px; 
	border-bottom:1px #CCC dashed; 
}
#content .wrapper2 td ul h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .wrapper2 td ul li{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}	

#content .wrapper3{ 
	margin: 35px 0 0 0; 
	padding-bottom:40px; 
}
#content .wrapper3 td ul h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}	
#content .wrapper3 td ul li{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}	
#content .wrapper3 .edu{
	width: 100%;
}
#content .img-wrapper {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
	padding-left: 5px;
}

#content .img-wrapper .img-box1 img{
	width: 100%;
	height: 100%;
}
#content .img-wrapper .img-box2 img {
	width: 85%;
	height: 85%;
}


/* 테이블 */
.tb1 { 
	color: #333; 
	width:100%; 
	border-top:2px #889300 solid; 
	padding:0; 
	border-spacing:0;
	border-collapse:collapse; 
	font-size: 14px;
	letter-spacing: -1px; 
}
.tb1 caption {
	color: #454545; 
	font-size: 15px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb1 caption i{
	color: #889300;
}
.tb1 caption>span {
  color: #333;
	font-size: 14px;
	font-weight: normal;
}
.tb1 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:10px 20px; 

}
.tb1 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:5px 1px 5px 5px; 
}
.tb1 .pigo{
	display: flex;
	justify-content: space-between;
}
.tb1 .pigo .pigoo1{
	width: 100%;
	height: 100%;
}
.tb1 .pigo .pigoo2{
	width: 100%;
	height: 100%;
}
.tb1 .mappic> a> img {
	width:100%;
    height:100%;
	border: 0;
}

.tb1-1 { 
	color: #333; 
	font-size: 14px; 
	width:100%; 
	border-top:2px #889300 solid; 
	padding:0; 
	border-spacing:0;
	border-collapse:collapse; 
	letter-spacing: -1px; 
}
.tb1-1 caption {
	color: #454545; 
	font-size: 15px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb1-1 caption i{
	color: #889300;
}
.tb1-1 caption>span {
  color: #333;
	font-size: 14px;
	font-weight: normal;
}
.tb1-1 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:15px 3px; 
	line-height:18px;
	font-size: 13px; 
}
.tb1-1 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}




.tb2 { 
	width: 100%;
	color: #333; 
	font-size: 14px; 
	/* border-top:2px #889300 solid;  */
	padding:0; 
	border-spacing:0;
	border-collapse:collapse; 
	letter-spacing: -1px; 
}
.tb2 caption {
	color: #454545; 
	font-size: 15px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb2 caption i{
	color: #889300;
}
.tb2 caption>span {
  color: #333;
	font-size: 14px;
	font-weight: normal;
}
.tb2 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}
.tb2 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}

.tb2-1 { 
	width: 100%;
	height: 200px;
	color: #333; 
	font-size: 14px; 
	/* border-top:2px #889300 solid;  */
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}
.tb2-1 caption {
	color: #454545; 
	font-size: 15px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb2-1 caption i{
	color: #889300;
}
.tb2-1 caption>span {
  color: #333;
	font-size: 14px;
	font-weight: normal;
}
.tb2-1 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
	line-height:15px; 
	font-size: 14px;
}
.tb2-1 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}



.tb3 { 
	color: #333; 
	font-size: 14px; 
	width:100%; 
	/* border-top:2px #889300 solid;  */
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}
.tb3 caption {
	color: #454545; 
	font-size: 15px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb3 caption i{
	color: #889300;
}
.tb3 caption>span {
  color: #333;
	font-size: 14px;
	font-weight: normal;
}
.tb3 td{
	/* border:1px hsl(0, 0%, 80%) solid;  */
	padding:12px; 
}
.tb3 th{
	/* border:1px hsl(0, 0%, 80%) solid;  */
	padding:12px; 
}
.tb3 td p{
	line-height:25px; 
}

.tb5 { 
	color: #333; 
	font-size: 14px; 
	width:100%; 
	border-top:2px #889300 solid; 
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}

.tb5 caption {
	color: #454545; 
	font-size: 15px ; 
	margin-bottom:16px; 
	line-height:14px; 
	font-weight:bold; 	
	padding-left:22px; 
	text-align:left; 
}

.tb5 thead {
	background-color: #f4f3f3;
}

.tb5 th{
	border:1px #CCCCCC solid; 
	padding:6px; 
}

.tb5 td{
	border:1px #CCCCCC solid; 
	padding:15px; 
	/* line-height:4px;  */
}

.tb5 caption span {
	color: crimson;
	font-size: 12px;
	font-weight: 600;
}
			
/* 아코디언메뉴 */

input[id*="answer"] {
	display: none;
}
input[id*="answer"] + label {
	display: block;
	position: relative;
	text-align: left;
	padding: 20px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	font-size: 14px;
	color: #333;
	font-weight: 900;
	background: #f2f0ed;
	cursor: pointer;
}
input[id*="answer"] + label em {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	/* background: url('./img/icon.png') 0 0 no-repeat; */
}
input[id*="answer"] + label + div {
	text-align: left;
	max-height: 0;
	transition: all .35s;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
}
input[id*="answer"] + label + div p {
	display: inline-block;
	padding: 20px;
}
input[id*="answer"] + label em i {
	color: #006E5E;
}

input[id*="answer"]:checked + label + div  {
	max-height: 200px;
}

/* 갤러리 게시판 (css 타겟기능 활용)*/

.wrapper3 div[id*="gallary"] {
	position: relative;

	display: flex;
	width: 100%;
	margin-bottom: 25px;
	justify-content: space-between;
}
.gall-btn {
	display: block;
	width: 300px;
	height: 225px;
	border-radius: 5px;
	overflow: hidden;
}
.gall-btn img{
	width: 300px;
	height: 225px;
}
.wrapper3 div[id*="gallary"] .popup{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	opacity: 0;
	z-index: -1;
	transition: all 0.6s;
}
.wrapper3 div[id*="gallary"] .popup img{
	padding-right: 10px;
}

.wrapper3 div[id*="gallary"] .popup div{
	position: relative;
	height: 36px;
}

.wrapper3 div[id*="gallary"] .popup span{
	position: absolute;
	right: 10px;
	display: block;
	text-align: center;
	width: 66px;
	padding: 3px 6px;
	border: 1px #889300 solid;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.wrapper3 div[id*="gallary"] .popup:target{
	opacity: 1;
	z-index: 2;
}







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

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%;
	margin-top: 100px;
}
#footer > .banner{ 
	background:#ddd; 
	padding: 20px 0;
}	
#footer > .banner ul { 
	display: flex;
	justify-content: center;
}

#footer > .banner li { 
	text-align: center;
	width: 120px;
	border-left:1px #6d6c6c solid;
	line-height:12px; 
	padding: 0 5px;
}
#footer > .banner li:first-child { 
	border-left: none;
}
#footer > .banner li a{ 
	font-size:12px; 
}
#footer > .banner li a:hover{
	color: #889300;
}
#footer >.wrapper{ 
	width:1220px; 
	margin:0 auto; 
	padding:60px 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;
}


/* 모바일 설정 */

@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: 100%;
	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;
	/* position: absolute;
	left: 5px;
	top: 100px; */
	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;
	/* animation: slide 0.5s ease-out; */

}
header #gnb2> .gnb2 {


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


header #gnb2 .gnb2 ul {
}

	.sub-pic {
		display: none;
		/* height: 200px;
		opacity: 0; */
	}
	


		/*슬라이드 슬릭1*/

	.q-slide .qwrap{
    width: 100%;
}

	.q-slide .qmenu{
		display: none;
}



#container{
	width: 100%; 
 	padding: 50px 5px 0 5px;
}
/* #container:after{
	display:block;
	clear:both;
	content:''
}
 */

/* 왼쪽영역 */

.snb{
	display: none; 
}


/* 상단타이틀영역 */

.titleArea {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.titleArea #subtitle {
	font-size: 18px;
	letter-spacing: -2px;
}
.titleArea #map {
	font-size: 13px;
	letter-spacing: -2px;
}



/* 컨텐츠영역 */
#content{ 
	display: inline-block;
	width:100%;
}
#content .wrapper1{ 
	margin: 40px 0 0 0; 
	padding-bottom:50px;
	border-bottom:1px #CCC dashed;
}
#content .wrapper1 td ul h1{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .wrapper1 td ul li{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}

#content .wrapper2{ 
	margin: 35px 0 0 0; 
	padding-bottom:50px; 
	border-bottom:1px #CCC dashed; 
}
#content .wrapper2 td ul h1{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .wrapper2 td ul li{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}	

#content .wrapper3{ 
	margin: 35px 0 0 0; 
	padding-bottom:40px; 
}
#content .wrapper3 td ul h1{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}	
#content .wrapper3 td ul li{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}	
#content .wrapper3 .edu{
	width: 100%;
}
#content .img-wrapper img {
	width: 100%;
	height: 100%;
}


/* 테이블 */
.tb1 { 
	color: #333; 
	font-size: 13px; 
	width:100%; 
	border-top:2px #889300 solid; 
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}
.tb1 td h1 {
	font-size: 13px;
}
.tb1 td> li {
	font-size: 13px;
}

.tb1 caption {
	color: #454545; 
	font-size: 14px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb1 caption i{
	color: #889300;
}
.tb1 caption>span {
  color: #333;
	font-size: 12px;
	font-weight: normal;
}
.tb1 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:6px 3px; 
}
.tb1 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:6px 3px; 
}
.tb1 .pigo{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}


.tb2 { 
	color: #333; 
	font-size: 13px; 
	/* border-top:2px #889300 solid;  */
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}
.tb2 caption {
	color: #454545; 
	font-size: 14px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb2 caption i{
	color: #889300;
}
.tb2 caption>span {
  color: #333;
	font-size: 13px;
	font-weight: normal;
}
.tb2 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}
.tb2 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}

.tb2-1 { 
	color: #333; 
	font-size: 13px; 
	/* border-top:2px #889300 solid;  */
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}
.tb2-1 caption {
	color: #454545; 
	font-size: 14px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb2-1 caption i{
	color: #889300;
}
.tb2-1 caption>span {
  color: #333;
	font-size: 13px;
	font-weight: normal;
}
.tb2-1 td{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:6px; 
	font-size: 13px;
	letter-spacing: -1px;
}
.tb2-1 th{
	border:1px hsl(0, 0%, 80%) solid; 
	padding:12px; 
}



.tb3 { 
	color: #333; 
	font-size: 13px; 
	width:100%; 
	/* border-top:2px #889300 solid;  */
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}
.tb3 caption {
	color: #454545; 
	font-size: 14px ; 
	margin-bottom:17px; 
	/* line-height:14px;  */
	font-weight:bold; 
	padding-left:22px; 
	text-align:left; 
}
.tb3 caption i{
	color: #889300;
}
.tb3 caption>span {
  color: #333;
	font-size: 13px;
	font-weight: normal;
}
.tb3 td{
	/* border:1px hsl(0, 0%, 80%) solid;  */
	padding:12px; 
}
.tb3 th{
	/* border:1px hsl(0, 0%, 80%) solid;  */
	padding:12px; 
}
.tb3 td p{
	line-height:25px; 
}

.tb5 { 
	color: #333; 
	font-size: 13px; 
	width:100%; 
	border-top:2px #889300 solid; 
	padding:0; 
	border-spacing:0;
	border-collapse:collapse;  
}

.tb5 caption {
	color: #454545; 
	font-size: 14px ; 
	margin-bottom:16px; 
	line-height:14px; 
	font-weight:bold; 	
	padding-left:22px; 
	text-align:left; 
}

.tb5 thead {
	background-color: #f4f3f3;
}

.tb5 th{
	border:1px #CCCCCC solid; 
	padding:6px; 
}

.tb5 td{
	border:1px #CCCCCC solid; 
	padding:15px; 
	/* line-height:18px;  */
}

.tb5 caption span {
	color: crimson;
	font-size: 12px;
	font-weight: 600;
}
			
/* 아코디언메뉴 */

input[id*="answer"] {
	display: none;
}
input[id*="answer"] + label {
	display: block;
	position: relative;
	text-align: left;
	padding: 20px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	font-size: 14px;
	color: #333;
	font-weight: 900;
	background: #f2f0ed;
	cursor: pointer;
}
input[id*="answer"] + label em {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	/* background: url('./img/icon.png') 0 0 no-repeat; */
}
input[id*="answer"] + label + div {
	text-align: left;
	max-height: 0;
	transition: all .35s;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
}
input[id*="answer"] + label + div p {
	display: inline-block;
	padding: 20px;
}
input[id*="answer"] + label em i {
	color: #006E5E;
}

input[id*="answer"]:checked + label + div  {
	max-height: 200px;
}

/* 갤러리 게시판 (css 타겟기능 활용)*/

.wrapper3 div[id*="gallary"] {
	position: relative;

	display: flex;
	width: 100%;
	margin-bottom: 25px;
	justify-content: space-between;
}
.gall-btn {
	display: block;
	width: 300px;
	height: 225px;
	border-radius: 5px;
	overflow: hidden;
}
.gall-btn img{
	width: 300px;
	height: 225px;
}
.wrapper3 div[id*="gallary"] .popup{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	opacity: 0;
	z-index: -1;
	transition: all 0.6s;
}
.wrapper3 div[id*="gallary"] .popup img{
	padding-right: 10px;
}

.wrapper3 div[id*="gallary"] .popup div{
	position: relative;
	height: 36px;
}

.wrapper3 div[id*="gallary"] .popup span{
	position: absolute;
	right: 10px;
	display: block;
	text-align: center;
	width: 66px;
	padding: 3px 6px;
	border: 1px #889300 solid;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.wrapper3 div[id*="gallary"] .popup:target{
	opacity: 1;
	z-index: 2;
}







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

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: 100px;
	/* background:#fff;   */
}
#footer > .banner{ 
	/* display: flex;
	justify-content: center; */
	background:#ddd; 
	/* text-align:center;  */
	/* height: 100px;  */
	/* line-height: 43px; */
	padding: 20px 0;
}	
#footer > .banner ul { 
	/* display: flex;
	justify-content: center; */
	display: block;
}

#footer > .banner li { 
	display:inline-block;
	text-align: center;

	width: 110px;
	border-left:1px #000 solid;
	line-height:12px; 
	padding: 0 5px;
}
#footer > .banner li:first-child { 
	border-left: none;
}
#footer > .banner li a{ 
	/* font-family: '맑은 고딕';   */
	font-size:12px; 
	/* line-height: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;
}
}
@keyframes slide {
	from {
		left: -100px;
		opacity: 0;
	}
	to {
        left: 5px;
        opacity: 1;
    }
}
