@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');

*{margin:0; padding:0; box-sizing:border-box;}
ul li{list-style:none;}
a{text-decoration:none;}
body{font-family: 'Noto Sans KR', sans-serif;}

.content_top{
   width:100%;
   height:500px;
   margin-top:70px;
   background:url('../img/content_top_3.jpg') no-repeat center top ;
   overflow:hidden;
}
.content_top_p{
   width:500px;
   height:200px;
   margin:0 auto;
   background:rgba(255, 255, 255, 0.42);
   margin-top:150px;
   overflow:hidden;
}
.content_top_p p:nth-child(1){
   font-size: 16px;
   margin:0 auto;
   text-align:center;
   font-weight:bold;
   margin-top:55px;
}
.content_top_p p:nth-child(2){
   font-size: 45px;
   margin:0 auto;
   text-align:center;
   font-weight:bold;
   margin-top:10px;
}
.content_top_m{
   display:none;
}
/*************************************/

.content{
    width:100%;
    background:#f2f2f2;
	border:1px solid #f2f2f2;
}
/****************.content_1 css*****************/
.content_view{
    width:1000px;
	margin:0 auto;
	margin-top:80px;
}
.content_view table{
    width:100%;
}
.content_view table th{
     border-top:2px solid #000;
	 border-bottom:1px solid #ccc;
	 height: 100px;
}
.content_view table th:nth-child(1){
     width:900px;
	 text-align:left;
	 padding:0 20px;
	 font-size: 20px;
	 font-weight:bold;
}
.content_view table th:nth-child(2){
     width:150px
	 text-align:center;
	 font-size:16px;

}
.content_view table tr:nth-child(2) td{
     padding:20px;
	 font-weight:bold;
}
.content_view table tr:nth-child(2) td span{
     color:#48690e;
}
.content_view table tr:nth-child(2) td .storage{
	 margin-left:10px;
}
.content_view table tr:nth-child(2) td .storage a{
     color:#b0b0b0;
}
.content_view table tr:nth-child(3) td{
     height:20px;
     padding:0px;
	 margin:0;
}
.content_view table tr:nth-child(3) td .file_box{
     border:1px solid #b0b0b0;
	 margin:0 20px;
	 padding:10px;
	 overflow:hidden;
}
.content_view table tr:nth-child(3) td .file_box i, .content_view table tr:nth-child(3) td .file_1, .content_view table tr:nth-child(3) td .file_2{
     float:left;
	 font-size:16px;
}
.content_view table tr:nth-child(3) td .file_box i{
     line-height:24px;
}
.content_view table tr:nth-child(3) td .file_1, .content_view table tr:nth-child(3) td .file_2{
     margin-left:10px;
}
.content_view table tr:nth-child(3) td .file_1 a{
     color:#000;
}
.content_view table tr:nth-child(3) td .file_2{
     color:#626262;
	 font-size:13px;
     line-height:31px;
}
.content_view table tr:nth-child(4) td{
     padding:20px;
     width:1000px;
}

.content_view_next_back{
    width:1000px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
}
.content_view_next_back table{
    width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.content_view_next_back table th{
     width:150px;
	 height:50px;
	 text-align:center;
	 font-weight:bold;
}
.content_view_next_back table td a{
	 height:50px;
	 color:#000;
}
.content_view_next_back table tr:nth-child(1) th, .content_view_next_back table tr:nth-child(1) td{
     border-bottom:1px solid #ccc;
}
.list{
     width:100px;
	 height:50px;
	 line-height:50px;
	 background:#48690e;
	 text-align:center;
	 margin:0 auto;
	 margin-bottom:80px;
}
.list a{
     color:#fff;
	 display:block;
}
.list a:hover{
     color:#fff;
}
 @media all and (min-width:768px) and (max-width:1024px) {
 /*최저사이즈768px부터 최대1024px태블릿*/
.content_top{
   width:100%;
   height:500px;
   margin-top:54.77px;
   overflow:hidden;
}
/****************.content_1 css*****************/
.content_view{
    width:750px;
	margin:0 auto;
	margin-top:80px;
}
.content_view table{
    width:100%;
}
.content_view table th{
     border-top:2px solid #000;
	 border-bottom:1px solid #ccc;
	 height: 100px;
}
.content_view table th:nth-child(1){
     width:650px;
	 text-align:left;
	 padding:0 20px;
	 font-size: 20px;
	 font-weight:bold; 
}
.content_view table th:nth-child(2){
     width:100px
	 text-align:center;
	 font-size:16px;

}
.content_view table td{
     padding:20px;
     width:750px;

}

.content_view_next_back{
    width:750px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:80px;
}

}

@media all and (max-width:767px){ 
/*스마트폰용*/
.content_top{
   display:none;
}

.content_top_m{
   display:block;
   margin:0 auto;
   margin-top:70px;
   background:#f2f2f2;
   color:#fff;
   font-size:16px;
   text-align:center;

}
.content_top_menu{
   padding:0;
   background:#f2f2f2;
}
.content_top_menu_top{
   line-height:30px;
   background:#116936;
   color:#fff;
   cursor:pointer;
}

.content_top_menu_bottom{
   height:40px;
   line-height:40px;
   font-size:13px;
   background:#c9c9c9;
   color:#fff;
   display:none;
}
.content_top_menu_top a, .content_top_menu_bottom a{
   color:#fff;
   display:block;
}
.content_top_menu_top:hover, .content_top_menu_top a:hover{
   color:#fff;
}
.content_top_menu_bottom:hover, .content_top_menu_bottom a:hover{
   background:#1c904d;
   color:#fff;
}
.content{
  margin:0 auto;
}
/****************.content_1 css*****************/
.content_view{
    width:95%;
	margin:0 auto;
	margin-top:30px;
}
.content_view table{
    width:100%;
}
.content_view table th{
     border-top:2px solid #000;
	 border-bottom:1px solid #ccc;
	 height: 50px;
}
.content_view table th:nth-child(1){
     width:70%;
	 text-align:left;
	 padding:5px;
	 font-size: 16px;
	 font-weight:bold; 
}
.content_view table th:nth-child(2){
     width:30%;
	 text-align:center;
	 font-size:13px;

}
.content_view table tr:nth-child(2) td{
     padding:20px 0;
	 font-weight:bold;
}
.content_view table tr:nth-child(3) td .file_box{
     border:1px solid #b0b0b0;
	 margin:0 0px;
	 padding:10px;
	 overflow:hidden;
}
.content_view table td{
     padding:20px 0;
}

.content_view_next_back{
    width:95%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}

.content_view_next_back table th{
    font-size:12px;
}
.content_view_next_back table td{
    font-size:12px;
}
.list{
     width:100px;
	 height:50px;
	 line-height:50px;
	 background:#48690e;
	 text-align:center;
	 margin:0 auto;
	 margin-bottom:80px;
}
}