:root {
  --theme-font: "Hana";

  --theme-color: #ffcc59;
	--theme-color-secondary: #7f7f7f;
	--theme-color-secondary-text: white;
  
  --theme-color-button: #ffcc59;
  --theme-color-border: #c99b2d;
  --theme-color-button-text: black;
  
  --theme-color-table-header: #f3cf98;
  --theme-color-table-header-text: #000;
  --theme-color-table-header-sortable: #fbefdd;

  --theme-color-login: #ffcc59;
  --theme-color-login-border: #c99b2d;
  --theme-color-login-button-text: black;

  --theme-color-menu-btn: #ffcc59;
  --theme-color-menu-btn-on: #ffcc59;
  --theme-color-menu-description: #ffebbe;

  --theme-input-radius: 5px;
	--theme-button-radius: 5px;
  --theme-button-padding: 8.5px 10px 9.5px 10px;
}

/* header.ctp */
#mr_top_header {
  background: var(--theme-color);
  padding: 15px;
}

/* header.ctp > 우상단 메뉴 */
#mr_top_header .menu1 {
  margin-top: 10px;
}

/* header.ctp > 로그아웃 링크 */
#mr_top_header .logout {
  color: black;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 20px;
  margin-right: 10px;
}
