@charset "utf-8";

/*========================================================header========================================================*/
/* 20151110 디자인 교체
#header {position:relative; z-index:10; height:45px; background:#fff url(../img/bg-header-line.png) left bottom repeat-x; background-size:100% 3px;}
#header hgroup {position:relative; width:94%; margin:0 auto; text-align:center; }
#header h1 { padding-top:10px; font-size:17px; font-weight:bold; color:#342040;} */

#header {position:relative; z-index:10; height:45px; background:#630660;}
#header hgroup {position:relative; width:94%; margin:0 auto; text-align:center; }
#header h1 { padding-top:10px; font-size:17px; font-weight:bold; color:#fff;} 


#header hgroup .header-left {position:absolute; top:10px; left:0; display:inline-block;}
#header hgroup .header-right {position:absolute; top:10px; right:0; display:inline-block;}
#header hgroup .iconBg span {position: absolute; width:0; height:0; overflow: hidden;}
#header hgroup .header-left2 {position:absolute; top:7px; left:0; display:inline-block;}
#header hgroup .header-right2 {position:absolute; top:7px; right:0; display:inline-block;}

#header .ico-close {display:inline-block; width:20px; height:26px; background:url('../img/ico-close.png') 50% 50% no-repeat; background-size:100%;}
#header .ico-info {display:inline-block; width:26px; height:26px; background:url('../img/ico-info.png') 50% 50% no-repeat; background-size:100%;}
#header .ico-back {display:inline-block; width:28px; height:29px; background:url('../img/ico-back.png') 50% 50% no-repeat; background-size:100%;}
#header .ico-menu {display:inline-block; width:28px; height:29px; background:url('../img/ico-menu.png') 50% 50% no-repeat; background-size:100%;}

