
html,body{
	font-family: "NanumSquareR" !important;
	min-width:1900px;
}

#Header{
	background-color:#333;
	height : 120px;
    width: 100%;
    min-width: 1900px;
}
.menubar {
	padding-right:80px;
	float:right;
	font-size:16px;
	font-weight:900;
	width:auto !important;
	line-height:120px;
}
.menu{
	font-family: "NanumSquareR" !important;
}




.login-box{
	/* padding-left: 40px; */
	display:inline-block !important;
}
.logo{
	float:left;
	margin-left:100px;
	line-height:120px;
}

.inbox{
 height:120px;
 vertical-align: middle;
 /* line-height:120px; */
 display: block;
 /* line-height: 120px; */
	/* display:flex; */
}

#Header a{
	color:#ffffff;
	text-decoration: none;
	margin-right:12px;
}
#Header a:hover{
	color:#009899;
}
#Header .r:hover{
	color:black;
}
#Header .r {
	background-color :  #009899;
	border-radius: 15px;
	border-color : 1px  #009899;
	padding:2px 12px;
}


#Header .submenu, 
#Header .submenu2 {
	position:absolute;
	left:0;
	top:38px;
	right:103px;
}


#Header .submenu div{
	margin-left:10px;
}
#Header .submenu {
   display:inline-block;
   font-size:16px;
   text-align: right;
   margin-left :40px;

}
#Header .submenu > .popover {
	margin-top:10px;
}


#Header .submenu .popover , #Header .submenu2 .popover{
	
	width:auto;
	max-width:inherit;
	white-space: nowrap;
	background-color:#111111;
}


#Header .submenu .popover .arrow, #Header .submenu2 .popover .arrow{
	border-bottom-color:#111111 !important;
	border-width:8px;
	top:px;
}
#Header .submenu .popover .arrow:after ,#Header .submenu2 .popover .arrow:after {
	border-color: transparent;
	border-style: solid;
	
}

#Header .submenu ul, #Header .submenu2 ul{
	line-height:25px;
	margin-top:-2px;
	padding:5px;
	
}

#Header .submenu ul li ,#Header .submenu2 ul li  {
	margin-left:-1px; 
	font-size:16px;
	font-weight:bold;
	color:#111111 ;
}
#Header .submenu ul li  a , #Header .submenu2 ul li  a{
	display:inline-block;
	text-align:center;
	padding:5px;
}



@keyframes blink-effect {
	50% {
	  opacity: 0;
	}
  }
  
  .blink3 {
	animation: blink-effect 1.5s step-end infinite;

  }
  