@charset "utf-8";

/* header 컴포넌트 */
#header {position:relative; background:#2d89ef;}
#header h1 {margin-left:15px; padding:14px 0 14px 32px; font-size:1.15em; font-weight:normal; background:url("../../../resources/images/pc/logo.gif") no-repeat left center;}
#header h1 a {color:#fff; text-decoration:none;}
#header a.btnLogout {position:absolute; top:23px; right:10px; color:#fff;}
#header a.btnLogout:hover {text-decoration:underline;}