
  
/* header */
  
#header								{position:absolute;top:0;left:0;width:100%;z-index:9999000;}
#header .header_wrap				{position:relative; width:100%; height:100px; background:#fff;}

#header .lang						{position:absolute; right:0; top:22px; }
.toplang_select						{position:relative;}
.toplang_select p					{background:url('../image/common/lang_down.png') no-repeat center right; padding-right:18px; height:55px; line-height:55px; }
.toplang_select p a					{display:block; color:#222; font-size:0.9em;}
.toplang_select ul					{position:absolute; left:-35px; top:50px; background-color:#fff; border:2px solid #ccc; display:none; border-radius:10px;}
.toplang_select li					{width:100px; line-height:32px; text-align:center;}
.toplang_select li a				{display:block; color:#666; font-size:0.85em; transition: all 0.3s; }
.toplang_select li a:hover			{background-color:#f5f5f5; color:#333;}

#header h1							{float:left; height:100px;line-height:95px;}
#header h1 img						{width:285px;}

#header .gnb						{float:right; margin-right:100px;}
#header .gnb ul>li					{position: relative; float:left; margin-right:60px;}
#header .gnb ul>li:last-child		{margin:0;}
#header .gnb ul>li a				{position: relative; display:inline-block;zoom:1;*display:inline;width:100%;font-size:1.25em; line-height:100px;color:#222; font-weight:700;}
#header .gnb ul>li a:before			{content: ''; position: absolute; left: 50%; top:80px; transform: translateX(-50%); width: 2px; height: 0; background-color:#c91a28; transition: 0.3s;}
#header .gnb ul>li a:hover			{}
#header .gnb ul>li a.current:before,
#header .gnb ul>li:hover a:before	{height:20px;}

#header .btn_m_list,
#header .btn_m_close				{display:none;}
 
#header .gnb ul ul					{display:none; position:absolute; width:200px; background:rgba(0,0,0,0.8); padding:15px 0; overflow:hidden; }
#header .gnb ul ul li				{float:none; width:100%; text-align:left; margin:0; }
#header .gnb ul ul li a				{display:block; text-indent:20px; line-height:130%; padding:12px 0; color:#fff; font-size:0.95em ; opacity:0.8; font-weight:500; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
#header .gnb ul ul li:hover a		{background:#000; opacity:1;}
#header .gnb ul ul li img			{opacity:1;}



/* screen 1200*/
@media screen and (max-width:1200px) {

	#header h1							{margin-left:15px;}
	#header .lang						{right:20px;}	

}


/* screen 1024 */
@media screen and (max-width:1024px) {
  
	#header .header_wrap				{height:60px;}

	#header h1							{text-align:center; float:none; height:60px; line-height:56px; margin:0;}
	#header h1 img						{width:220px;}
	#header .lang						{top:0;}
	.toplang_select p					{height:60px; line-height:60px; }

	#header .btn_m_list					{display:block; position:absolute; top:10px; left:0; width:40px; height:40px; cursor:pointer; z-index:99999999}
	#header .btn_m_list span, #header .btn_m_list:before, #header .btn_m_list:after {position:absolute; left:8px; content:''; width:23px; height:3px; border-radius:2px; background:#222; }
	#header .btn_m_list:before			{top:19px; }
	#header .btn_m_list span			{top:13px; }
	#header .btn_m_list:after			{top:25px; }
	#header .btn_m_close				{display:block; width:50px; height:50px; margin:10px auto ; background:url('../image/common/btn_m_close.png') no-repeat center; background-size:25px auto; cursor:pointer; }

	#header .gnb						{position:absolute; display:none; width:100%; height:auto;float:none; margin:0; }
	#header .gnb ul						{padding:0; margin:0;}
	#header .gnb ul ul					{position:relative;display:none;width:100%; padding:0; border:0; margin:0;}
	#header .gnb ul li					{float:none; width:100%; text-align:left; background:#ccc; margin:0; }
	#header .gnb ul li a				{line-height:50px !important; height:50px; width:100%; font-weight:500; text-indent:15px; color:#fff; font-size:0.95em; border-left:none; border-right:none; border-bottom:1px solid #212428;background:#373c43;}
	#header .gnb ul li .sub_parent		{background:url("../image/common/navdepth1.png") no-repeat 96% 15px #373c43; background-size:20px auto;}
	#header .gnb ul>li a				{display:block; }
	#header .gnb ul>li a:hover			{color:#fff; }
	#header .gnb ul>li a.current		{color:#fff; background-color:#af1014; border-color:#af1014;}
	#header .gnb ul li li.sub_sub_parent{background:url("../image/common/navdepth2.png") no-repeat 96% 20px #e3e4e4; background-size:10px auto;}
	#header .gnb ul li li a				{background:#e3e4e4; padding:0; line-height:52px; height:52px; text-indent:15px; color:#222 !important; font-weight:normal; text-align:left; font-size:0.95em; border-bottom:2px solid #ccc;  }
	#header .gnb ul ul li a:hover		{color:#000; background:none; font-weight:500;} 
	#header .gnb ul li:last-child a		{border-right:none; }
	#header .gnb .sub_submenus			{background:#fff; padding:10px 10px 10px 5px;}
	#header .gnb ul ul ul li			{background:#fff; padding:0; margin:0; }
	#header .gnb ul ul ul li a			{text-indent:20px; line-height:30px !important; height:30px; border:0; font-size:0.9em; }
	#header .gnb ul>li a:before			{display:none;}

}
