/**/
.header_t			{margin:0 auto; padding:0 3%; height:82px; display:flex; justify-content:space-between; width:100%; align-items:center; border-bottom:1px solid #dfdddb;
position: fixed;z-index:9999;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}

.m_box{display:flex;  justify-content:space-between; align-items:center;}
.m_box .lang_box a{font-size:18px;  font-family:'Open Sans'; color:#fff;}
.m_box div:first-child{margin-left:0}
.m_box div{margin-left:30px}
.search_box img, .search_box_c img{max-width:21px;display: block;}
.header_logo_c{display:none}
.search_box_c{display:none}
/* 로고 */
.header_logo img, .header_logo_c img			{width:100%; max-width:110px; height:auto; display:block}


/* 로그인버튼 */
.header_btn dl dd			{font-size:0.75rem; padding-top:5px;}



/* 햄벅 */
.mo_nav				{display:block; }
.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; background-color:transparent; background-image:none;  border:0; display: flex; flex-flow: column;align-items: flex-end; padding:0}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#fff; display:block; width:20px; height:2px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:2px; width:15px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:25px; height:2px; }

.mo_nav:hover .navbar-toggle .icon-bar								{width:25px;}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{width:25px;}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{width:25px;}


@media(max-width:1024px){
.m_box .lang_box{font-size:15px;}
.search_box img, .search_box_c img{max-width:18px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar, .mo_nav .navbar-toggle .icon-bar + .icon-bar{margin-top:5px}
.m_box div{margin-left:20px}
.header_logo img, .header_logo_c img{max-width:96px;}
}


@media(max-width:768px){
.header_t						{ height:68px;}
.mo_nav							{display:block; float:right;}
.header_logo				{width:40%; }
.header_gnb_bg			{display:none;}
.header_btn					{display:none;}
.header_logo img, .header_logo_c img{max-width:85px;}
.m_box div{margin-left:13px}
.m_box .lang_box a{display:none}

}



/**/
.f-nav{ background:#000; border-bottom:none }
/*.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;}*/