
  
/* header */
  
#header								{position:absolute;top:0;left:0;width:100%;z-index:9999000;}
#header .header_wrap				{position:relative; width:100%; height:120px; background:#fff; border-bottom:1px solid #e7e7e7;}

.top_link							{height:42px; background:#a70513;}
.top_link ul li						{position:relative; display:inline-block; padding-right:20px;}
.top_link ul li a					{color:#f6e6e8; font-size:0.9em; line-height:40px;} 
.top_link ul li a:hover				{color:#fff;}
.top_link ul li a:after				{content:''; position:absolute; top:0; right:8px; bottom:0; width:2px; height:2px; border-radius:100%; margin:auto; background:#f6e6e8;}
.top_link ul li:last-child			{padding:0;}
.top_link ul li:last-child a:after	{display:none;}
.top_link ul .hoseo a				{color:#fff; font-weight:500;}
.top_link .bold						{padding:0 10px 0 0;}
.top_link .bold a					{background:#fff; color:#bd1723; padding:0 15px; line-height:42px; font-size:0.85em; display:block; }	
.top_link .bold a:after				{display:none;}
.top_link .bold:hover a				{background:#000;}
.top_link .logout					{padding-right:10px;}
.top_link .logout a:after			{display:none;}
.top_link .timer					{padding:0;}	

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

#header .gnb						{float:right; }
#header .gnb ul>li					{position: relative; float:left; margin-right:35px;}
#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; letter-spacing:-1px;line-height:120px;color:#222; font-weight:500;}
#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			{color:#be222f;}
#header .gnb ul>li a.current:after,
#header .gnb ul>li:hover a:after	{background-color:#bd1723; transform:scale(1); }
 
#header .gnb ul ul					{display:none; position:absolute; width:210px; background:#fff; padding:15px 0; overflow:hidden; 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:left; margin:0; }
#header .gnb ul ul li a				{display:block; text-indent:20px; line-height:130%; padding:12px 0; color:#555; font-size:0.95em ; font-weight:normal; letter-spacing:-1px; border-left:none; border-right:none !important; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
#header .gnb ul ul li a:after		{display:none;}
#header .gnb ul ul li:hover a		{background:#f5f5f5; color:#000;}
#header .gnb ul ul li img			{opacity:1;}

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


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

	.top_link .fl						{margin-left:15px;}
	.top_link .fr						{margin-right:15px;}
	#header h1							{margin-left:15px;}
    #header h1 img						{width:220px;}
	#header .gnb ul>li					{margin-right:20px;}
    #header .gnb ul>li a				{font-size:1.15em;  }

}



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

	#header h1							{text-align:center; float:none; height:60px; line-height:52px;}
	#header h1 img						{width:180px;}
	.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:#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;}

}
