

 #wp_top_header_p{
 	  border-top:1px solid rgba(255, 255, 255, 0);
	  border-bottom:1px solid rgba(255, 255, 255, 0); 
	  background:rgba(10, 88, 166, 1);
	  color:;
	  font-family: '';
}


#top_menu_wrap{
 	  border-top:1px solid rgba(4, 159, 232, 1);
	  border-bottom:1px solid rgba(4, 159, 232, 1); 
	  background:rgba(18, 128, 224, 1);
	  color:;
}
 #top_menu_wrap .top_menu > li > a{
    color: rgba(255, 255, 255, 1);
	background: ;
	border-top-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	border-right: rgba(0, 0, 0, 0);
	font-family:'Noto Sans KR';
 
 }


  #top_menu_wrap .top_menu > li:first-child > a{ 
	border-left-color: rgba(0, 0, 0, 0);
 }


 #top_menu_wrap .level1_bgcolor_hover{ 
    color: rgba(255, 255, 255, 1) !important;
	background: rgba(0, 40, 79, 1) !important;
 }


 #top_menu_wrap .top_menu > li > a:hover{
    color: rgba(255, 255, 255, 1);
	background: rgba(0, 40, 79, 1);
	border-top-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
 
 }

 #top_menu_wrap .top_menu > li > a:hover:after{
   background:blue !important;
 }



  #top_menu_wrap .top_menu > li:first-child > a{ 
	border-left-color: rgba(0, 0, 0, 0);
 }


  #top_menu_wrap .top_menu > li > ul > li{
	border-bottom: 1px dotted rgba(219, 219, 219, 1);
	border-left: 1px solid rgba(219, 219, 219, 1);
	border-right: 1px solid rgba(219, 219, 219, 1);
	font-family:'Cafe24Ssurround';
  }

  #top_menu_wrap .top_menu > li > ul > li:last-child{
	border-bottom: 1px solid rgba(219, 219, 219, 1); 
  }


 #top_menu_wrap .top_menu > li > ul > li > a{
    color: rgba(0, 0, 0, 1);
	background: rgba(235, 248, 255, 1);
 
 }

  #top_menu_wrap .top_menu > li > ul > li:first-child > a{ 
	border-left-color: rgba(219, 219, 219, 1);
 }


 #top_menu_wrap .top_menu > li > ul > li > a:hover{
    color: rgba(255, 255, 255, 1);
	background: rgba(0, 114, 168, 1);
	border-top-color: rgba(0, 106, 157, 1);
	border-bottom-color: rgba(0, 106, 157, 1);
	border-right-color: rgba(0, 106, 157, 1);
 
 }

  #top_menu_wrap .top_menu > li > ul > li > a:first-child{ 
	border-left-color: rgba(0, 106, 157, 1);
 }

 
 



	#wp_top_header_p .top_header_container{
	   display:flex;
	
	}

	
	#wp_top_header_p .top_header_logo { width:auto; } 

	#wp_top_header_p .top_header_logo_left{width:25%; }
	#wp_top_header_p .top_header_logo_right{width:25%; }


	#wp_top_header_p .top_user{
	   display:flex;
	   justify-content: flex-end;
	   width:30%;
	   margin-bottom:15px;
	   flex-grow: 1; 
		position:relative;
		
	   
	}

	#wp_top_header_p .vline{
		  font-size:1.0rem;
		  font-weight:normal;
		  margin:0 10px;
		  display:inline-block;
		  line-height:100%;
		  border-left:1px solid #ffffff;
		  background-color--:gray;
	}

	#wp_top_header_p .top_user_background{

	     padding:10px 20px;

		-webkit-border-bottom-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	     
		 background-:rgba(255,255,255,0.3);
		 background:rgba(0,0,0,0.3);
		 color:#ffffff;
		 border:1px solid rgba(255,255,255,0.2);

	
	}


	#wp_top_header_p .top_user_background a{
	   color:#ffffff;
	   font-size:1.3rem;
	   font-weight:normal;
	}

 

	#wp_top_header_p .top_menu_logo{ 
	   width:100%;
	   margin:0 auto 0 auto;
	   padding:20px 0;
	 
	
	}

	#wp_top_header_p .top_menu_logo a{
	  display:block;
	  width:100%;
	}

 
	#wp_top_header_p .top_menu_logo img{
	  width:100%;

	}	

