@charset "utf-8";

/*
 * KRDS header/footer styles are loaded globally, but most existing pages still
 * use the legacy UI rules from common.css/style.css. Keep this file scoped to
 * legacy body content so the renewed main/detail pages and KRDS header/footer
 * are not affected.
 */
.legacy-page .container .btn,
.legacy-page .container .btn span {
  box-sizing: content-box;
  line-height: 1.2;
}

.legacy-page .container button.btn,
.legacy-page .container input[type="submit"].btn,
.legacy-page .container input[type="button"].btn {
  line-height: normal;
}

.legacy-page .container input,
.legacy-page .container button,
.legacy-page .container select,
.legacy-page .container textarea {
  line-height: normal;
}

.legacy-page .container a:hover,
.legacy-page .container a:active {
  text-decoration: underline;
}

