@charset "utf-8";
/* CSS Document */

/* css reset */

html,body{width:100%;height:100%; margin:0; padding:0; font-family:"나눔고딕";}
html{overflow-y:scroll;font-size:12px}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{margin:0;padding:0;}
img,fieldset,iframe{border:0 none;}
ul,li{list-style:none; padding:0; margin:0; font-family:"나눔고딕";}
img{vertical-align:top; width:100%;}
a{color:#000; text-decoration:none;}
button{margin:0;padding:0}



/* css code*/


#pack{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}


#top{
	height:auto;
	margin:0 auto;
	
}

/* -------------------메뉴 시작----------------------- */

#nav{
	position:absolute;
	width:100%;
	
	margin:0;
	background:#4F8EE8;
	border-bottom:1px solid #06C;
	
	font-size:16px;
	text-align:center;
	
	padding:15px 0 15px 0;	
	z-index:5;
}

#nav li{
	float:left;
	width:33%;
	
}

.br{
	border-right:1px solid #fff;
}

#nav a{
	width:100%;
	height:100%;
	
	color:#fff;
	font-weight:600;
}



/* -------------------본문 시작----------------------- */

#article{
	width:100%;
	dispaly:block;
	height:auto;
	margin:30px 0 0 0;
	padding:20px 0 0 0;
}

#call{
	display:block;
	width:100%;
	overflow:hidden;
	margin:30px auto 0 auto;
}



/* --------------------- 슬라이드 ----------------------------------- */

     .swiper-container {
         width: 100%; 
         height: 100%;
     } 
     .swiper-slide { 
         text-align: center; 
         font-size: 18px; 
         background: #fff; 
  
         /* Center slide text vertically */ 
         display: -webkit-box; 
         display: -ms-flexbox; 
         display: -webkit-flex; 
         display: flex; 
         -webkit-box-pack: center; 
         -ms-flex-pack: center; 
         -webkit-justify-content: center; 
         justify-content: center; 
         -webkit-box-align: center; 
         -ms-flex-align: center; 
         -webkit-align-items: center; 
         align-items: center; 
     } 


/* - 회사소개 - */

#article .text{
	padding: 20px 20px 20px 20px;
	font-size:14px;
	line-height:25px;
}


#article table{
	text-align:center;
	font-size:14px;
	
	padding:10px 0 0 0;
	
	border-bottom:1px #ccc solid;
}

#article table th, td{
	padding:10px 0 0 0;
}



/* - 박스프로그램 - */

#article ul{
	width:90%;
	margin-top:20px;
	margin:0 auto;
}

.box1{
	float:left;
	width:30%;
}

.box2{
	float:left;
	width:70%;
	
	padding-top:5%;
	padding-bottom:10%;
	font-size:20px;
	color:#333;
	
	font-weight:600;
	
}

.box3{
	width:100%;
	margin:10px 0 0 0;
	padding:20px 5px 20px 5px;
	
	font-size:16px;
	text-align:left;
	
	color:#666;
}

.bb{
	border-bottom:1px dotted #ccc;
}

.bb_t{
	border-bottom:2px solid #666;
}





/* - 판지프로그램 - */



.sheet{
	width:90%;
	overflow:hidden;
	
	padding:10px 0px 10px 0px;
	
	margin:0 auto;
}

.img{
	width:30%;
	height:auto;
}
.font{
	width:60%;
	height:auto;
	padding-top:3%;
	padding-left:0px;
	
	color:#333;
	font-size:17px;
	
}

.blue{
	color:#03C;
}

.sheet li{
	float:left;
	height:20%;
}




/* -------------------하단 컨텐츠 시작----------------------- */

#footer{
	background:#eee;
	height:100px;
	
	padding: 20px 20px 20px 20px;
	
	color:#666;
	line-height:20px;
	font-size:14px;
}


	
	
	
	
	
	
		