
  
/* header */
  
#header								{position:absolute;top:0;left:0;width:100%;z-index:9999000;}
#header .header_wrap				{position:relative; width:100%; height:110px; background:#fff;}

#top_link 							{position:absolute; right:0; top:42px;}
#top_link li						{position:relative; display:inline-block; margin-left:20px;}
#top_link li a						{color:#fff; font-size:0.95em; opacity:0.9; } 
#top_link li a:hover				{opacity:1;}
#top_link li a:after				{content:''; position:absolute; top:0; left:-10px; bottom:0; width:1px; height:0.9em; margin:auto; background:#d1d1d2;}
#top_link li:first-child			{margin:0;}
#top_link li:first-child a:after	{display:none;}				
#top_link .login					{background:url('../image/common/acc_login.png') no-repeat center left; padding-left:25px;}
#top_link .logout					{background:url('../image/common/acc_logout.png') no-repeat center left; padding-left:25px;}
#top_link .bold						{margin-left:10px;}
#top_link .bold a					{background:#ff6600; color:#fff; padding:0 12px; line-height:30px; font-size:0.85em; display:block; border-radius:2px;}	
#top_link .bold a:after				{display:none;}
#top_link .bold:hover a				{color:#fff; background:#ff6600;}

#header h1							{float:left; height:110px;line-height:100px;}
#header h1 img						{width:350px;}

#header .gnb						{float:right; margin-right:200px;}
#header .gnb ul>li					{position: relative; float:left; margin-right:50px;}
#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.35em; letter-spacing:-1px;line-height:110px;color:#fff; font-weight:700;}
#header .gnb ul>li a:after			{content: ''; position: absolute; left: 0; bottom:0;  width:100%; height: 4px; background-color:#fff; transform:scale(0); transition:all 0.2s;}
#header .gnb ul>li a:hover,
#header .gnb ul>li a.current		{}
#header .gnb ul>li a.current:after,
#header .gnb ul>li:hover a:after	{background-color:#43acf4; transform:scale(1); }

#header .gnb ul ul					{position:absolute;width:200px;padding:0; background:#fff; margin-top:-1px; padding:10px 0; box-shadow:0 2px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);}
#header .gnb ul ul li				{float:none;width:100%; text-align:center;}
#header .gnb ul ul li a				{display:inline-block; zoom:1;*display:inline; width:100%; padding:13px 0; line-height:120%; text-indent:-7px; color:#666; letter-spacing:-1px; font-size:1em; font-weight:500;}
#header .gnb ul ul li a:after		{display:none;}
#header .gnb ul ul li a:hover		{background:#f5f5f5; color:#000; font-weight:500;}	

#header .m_h1,
#header .btn_m_list,
#header .btn_m_close,
.m_login_box						{display:none;}


/* screen 1200*/
@media screen and (max-width:1200px) {

	#header h1							{margin-left:15px;}
	#top_link							{right:10px;}
	#header .gnb						{margin-right:180px;}
	#header .gnb ul>li					{margin-right:40px;}

}


/* screen 1024 */
@media screen and (max-width:1024px) {
  
	#header .header_wrap				{height:60px;}

	#header .m_h1						{display:block; text-align:center; float:none; height:60px; line-height:54px;}
	#header .m_h1 img					{width:220px;}
	#header h1,
	#top_link							{display:none;}

	#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	.m_login_box				{display:block;overflow:hidden;width:100%; }
	#header	.m_login_box p				{float:left;width:50%;text-align:center; background:#373c43;border:1px solid #212428;line-height:45px;height:50px;}
	#header	.m_login_box p:first-child	{border-right:0;}
	#header	.m_login_box a				{color:#fff; font-size:0.85em;}
	#header	.m_login_box p img			{width:20px;margin-right:5px;}

	#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%; 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:#2b74c0; border-color:#2b74c0;}
	#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.current:after, #header .gnb ul>li:hover a:after			{display:none;}

}
