@import url("header_m.css");
/**/
#header{ z-index:9999; position:absolute; top:0px; left:0px; width:100%; }
/**/
#header .logo{ position:absolute; top:20px; left:0px; z-index:0; }
#header .logo{ background:url(/front/imgs/common/logo_header.png) no-repeat; width:190px; height:46px; }
/* 1200이상 - 데스크탑 화면[1200 PSD]*/
@media all and (min-width:1200px){
	#header.on .logo{ background:url(/front/imgs/common/logo_header_on.png) no-repeat; }
}
/* 1199이하 - 테블릿 가로[1024 PSD]*/
@media all and (max-width:1199px){
}
#homePageSubTitle{ position:absolute; top:30px; left:180px; }
#homePageSubTitle{ font-size:22px; font-weight:bold; color:#333333; letter-spacing:-0.05em; }
/* 1199이하 - 테블릿 가로[1024 PSD]*/
@media all and (max-width:1199px){
	#homePageSubTitle{ display:none; }
}
/**/
#topRightPos{ position:absolute; top:0px; right:0px; font-size:0; }
/**/
#gnb .hide_at_gnb{ display:none !important; }
#gnbClone .hide_at_gnb{ display:none !important; }
/**/
#header .gnb_clone_sec{ opacity:0; height:0; overflow:hidden; }
#header .gnb_clone_sec.open{ opacity:1; height:auto; }
/**/
/* 1199이하 - 테블릿 가로[1024 PSD]*/
@media all and (max-width:1199px){
	#header #gnbWrapper{ display:none; }
}
