/**/
.header_t_bg			{position:relative; width:100%; padding:25px 2% 0px 2%; height:78px; position:fixed; left:0; top:0px; z-index:99; background:rgba(255,255,255,0.2);  
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.header_b_line		{position:absolute;left:0; bottom:0;  background:rgba(255,255,255,0.2); height:1px; width:100%;}

.header_t							{display:flex; justify-content:space-around; width:100%; max-width:1580px; margin:0 auto; }
.header_logo					{flex:2 1 auto;}
.header_gnb_bg				{flex:8 1 auto;}
.header_btn						{flex:1 0 auto; text-align:right;}



/* 로그인버튼 */
.header_btn dl				{padding-top:5px;}
.header_btn dl dd			{display:inline-block; }
.header_btn dl dd a		{display:block; font-size:0.75rem; color:#024181; padding:3px 10px; border:1px solid #024181; border-radius:15px;}
.header_btn dl dd a:hover			{background:#024181; color:#fff;}
.header_btn dl dd a.lang_on		{background:#024181; color:#fff;}



@media(max-width:1580px){
.header_t_bg		{padding:20px 2% 0px 2%;}
}



/* 햄벅 */
.mo_nav				{display:none; }
.mo_nav *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.mo_nav .navbar-toggle {position: relative; padding:10px 10px; background-color:transparent; background-image:none; border-radius:3px; border:0;}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#181818; display:block; width:28px; height:4px; border-radius:5px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:4px; width:24px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:32px; height:4px; }

.mo_nav:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(16px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}


@media(max-width:768px){
.header_t_bg				{padding:10px 2% 0px 2%; height:60px;}
.mo_nav							{display:block; float:right; width:15%; max-width:50px;}
.header_logo				{width:40%;}
.header_gnb_bg			{display:none;}
.header_btn					{display:none;}

.heightBlank					{height:60px;}
}



/**/
.f-nav									{padding:10px 2% 0px 2%; height:55px; background:#fff;}
.f-nav .header_b_line		{bottom:-1px; background:#dfdfdf;}
/*.f-nav .header_btn			{transform:translateY(-99px); overflow:hidden; width:0; font-size:0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}*/