/**/
.header_t			{width:100%; margin:0 auto; padding:12px 0% 0 0%; height:90px; width:100%; background:#fff; position:fixed; z-index:99;  left:0; top:0px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.header_t section			{width:100%; max-width:1200px; margin:0 auto; display:flex; justify-content:space-around; flex-flow:row nowrap; align-items:center;}

.header_logo					{flex:1 auto;}
.header_gnb_bg				{flex:10 auto;}
.header_btn						{width:50px; position:relative;z-index:88;}

.heightBlank					{height:90px;}

/* 로고 */
.header_logo img			{width:100%; max-width:254px; height:auto;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

/* 다국어 버튼 */
.header_btn a.lang_btn		{display:inline-block; padding:5px 15px 0 0; background:url('./img/lang_more.png') no-repeat right 60%; }
.header_btn a.lang_btn img	{display:block;}
.header_btn ul.lang_onoff				{display:none; position:absolute; width:100%; left:-10px; top:30px; padding:5px 0; border:1px solid #ddd; background:#fff; text-align:center;}
.header_btn ul.lang_onoff li			{line-height:150%;}
.header_btn ul.lang_onoff li a		{font-size:0.8rem;}
.header_btn ul.lang_onoff li a:hover		{text-decoration:underline; color:#080808; font-weight:700;}
.header_btn ul.lang_onoff li a.lang_on		{text-decoration:underline; color:#080808; font-weight:700;}


/* 햄벅 */
.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:32px; height:4px; border-radius:5px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:4px; width:32px; }
.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						{padding:10px 2% 0px 2%; height:60px;}
.mo_nav							{display:block; float:right; width:15%; max-width:50px;}
.header_logo				{width:40%; }
.header_logo img		{width:100%; max-width:153px; height:auto;}
.header_gnb_bg			{display:none;}
.header_btn					{display:none;}
.heightBlank					{height:60px;}
}

/**/
.f-nav					{border-bottom:1px solid #ededed;}