﻿       .tmnu a{    /* 주메뉴 글씨 부분 */
          	text-decoration:none; 
          	color:#A0FA78;
          	font-family: "맑은고딕","Helvetica Neue", Helvetica, Arial, sans-serif; 
          	font-weight:700;
         }         
         a:hover{color:#FF8C8C;}                    
         
         nav1 ul{          /* 주메뉴 위치 :  nav1 과 .bar1 은  동일*/
         	padding-top:10px;
         	margin-left:-25px;
        	}                
        .bar1 > ul > li > ul > li > a {
        	   color:#FFFFFF; 
          	font-family: "맑은고딕","Helvetica Neue", Helvetica, Arial, sans-serif; 
          	font-weight:700;
        	 } 	
      /*  .bar1 > ul > li > ul > li > a :hover{color:#FF8C8C;} */
        
       hr {
          border-color:#0A9696;
          height:1px;
       }
       .line{
		       height:5px;
		       border-left:0;  
		       border-right:0;
       }
      .batang {             /* 녹색 굵은 띠 */
      	margin-top:-37px; 
      	width:100%;
      	height:35px;
      	background: rgb(23,94,76);
      }
     
     /* .tmnu {
      	width:70px;
      	height:25px;
      	overflow:hidden; 
      } */
      
      .bar1 > ul > li {
      	background: rgb(23,94,76);
        display: inline-block;
        position: relative;
      }
      .bar1 > ul > li > ul {
        position: absolute;
        list-style-type: none;
        margin-left:-5px;
        padding: 0 5px; 
        display: none;
      }
      .bar1 > ul > li:hover > ul {     /* 서버메뉴 */
      	background: rgb(63,134,126);
      	width:200px;
      	//background: rgb(109,109,109);
        display: block;
      	z-index:99;
      }