:root {
  --navy-900: #140d38;
  --navy-700: #1f144d;
  --navy-600: #0a2540;
  --blue-800: #063a74;
  --blue-900: #052b57;
  --blue-link: #003875;
  --purple: #2e2461;
  --text-bolder: #131416;
  --text-basic: #1e2124;
  --text-subtle: #464c53;
  --text-disabled: #8a949e;
  --text-inverse: #fff;
  --text-gray-60: #58616a;
  --border-heavy: #b1b8be;
  --border-light: #cdd1d5;
  --border-input: #d7dbe0;
  --bg-selected: #eef2f7;
  --bg-badge: #d63d4a;
  --font: 'Pretendard GOV', sans-serif;
  --inner-width: 1280px;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: local("Pretendard"), local("Pretendard-Bold"), url(/humanframe/theme/kuic/assets/font/Pretendard-Bold.eot), url(/humanframe/theme/kuic/assets/font/Pretendard-Bold.eot?#iefix) format("embedded-opentype"), url(/humanframe/theme/kuic/assets/font/Pretendard-Bold.woff) format("woff"), url(/humanframe/theme/kuic/assets/font/Pretendard-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: local("Pretendard"), local("Pretendard-SemiBold"), url(/humanframe/theme/kuic/assets/font/Pretendard-SemiBold.eot), url(/humanframe/theme/kuic/assets/font/Pretendard-SemiBold.eot?#iefix) format("embedded-opentype"), url(/humanframe/theme/kuic/assets/font/Pretendard-SemiBold.woff) format("woff"), url(/humanframe/theme/kuic/assets/font/Pretendard-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: local("Pretendard"), local("Pretendard-Medium"), url(/humanframe/theme/kuic/assets/font/Pretendard-Medium.eot), url(/humanframe/theme/kuic/assets/font/Pretendard-Medium.eot?#iefix) format("embedded-opentype"), url(/humanframe/theme/kuic/assets/font/Pretendard-Medium.woff) format("woff"), url(/humanframe/theme/kuic/assets/font/Pretendard-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: local("Pretendard"), local("Pretendard-Regular"), url(/humanframe/theme/kuic/assets/font/Pretendard-Regular.eot), url(/humanframe/theme/kuic/assets/font/Pretendard-Regular.eot?#iefix) format("embedded-opentype"), url(/humanframe/theme/kuic/assets/font/Pretendard-Regular.woff) format("woff"), url(/humanframe/theme/kuic/assets/font/Pretendard-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: local("Pretendard"), local("Pretendard-Light"), url(/humanframe/theme/kuic/assets/font/Pretendard-Light.eot), url(/humanframe/theme/kuic/assets/font/Pretendard-Light.eot?#iefix) format("embedded-opentype"), url(/humanframe/theme/kuic/assets/font/Pretendard-Light.woff) format("woff"), url(/humanframe/theme/kuic/assets/font/Pretendard-Light.otf) format("opentype");
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  background-color: #fff;
}

body {
  height: 100%;
  position: relative;
  font-family: "Pretendard", "sans-serif";
  font-weight: 400;
  line-height: 150%;
  color: #1E2124;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

legend, .hd-element {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -999999px !important;
}

table caption {
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

img, fieldset, button, input {
  border: 0;
  vertical-align: middle;
}

fieldset {
  min-width: auto;
}

input:-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

ul, ol, li {
  list-style: none;
}

body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button, input, textarea, strong, span, label, a {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
  margin: 0;
  padding: 0;
}

em, address {
  font-style: normal;
}

img, fieldset, button, input {
  border: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

label, button {
  cursor: pointer;
}

label {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

input, select, button, textarea {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

input {
  margin: 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

#skipnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#skipnav a {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  background: #f2f2f2;
  font-size: 0;
  text-align: center;
  font-weight: bold;
  color: #444;
}
#skipnav a:hover, #skipnav a:focus, #skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  height: 25px;
  font-size: 15px;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

:-moz-placeholder {
  color: #767676;
}

xmp {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

.header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header.is-active {
  border-bottom-color: #00355B;
}
@media (max-width: 1280px) {
  .header {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .header__inner {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 284px;
  height: 73px;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__logo img {
  width: auto;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 150px;
    height: 52px;
  }
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1100;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 40px;
    overflow: visible;
  }
  .header__nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media (max-width: 1280px) {
  .header__nav-list {
    gap: 8px;
  }
}
@media (max-width: 1180px) {
  .header__nav-list {
    gap: 4px;
  }
}
@media (max-width: 1024px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    width: 100%;
  }
}
.header__nav-item {
  position: static;
  width: 140px;
}
@media (max-width: 1400px) {
  .header__nav-item {
    width: 110px;
  }
}
@media (max-width: 1024px) {
  .header__nav-item {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
.header__nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy-700);
  line-height: 1.4;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
}
@media (max-width: 1280px) {
  .header__nav-item > a {
    font-size: 17px;
    padding: 4px 6px;
  }
}
@media (max-width: 1024px) {
  .header__nav-item > a {
    font-size: 18px;
    padding: 18px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: normal;
  }
  .header__nav-item > a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--navy-700);
    border-bottom: 2px solid var(--navy-700);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header__nav-item > a::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  height: 6px;
  background: #003874;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 1024px) {
  .header__nav-item > a::after {
    display: none;
  }
}
.header__nav-item.is-active > a {
  color: var(--blue-800);
}
.header__nav-item.is-active > a::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .header__nav-item.is-active > a::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
.header__dropdown {
  display: none;
}
.header__nav-item.is-open .header__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: fixed;
  background: transparent;
  z-index: 999;
  top: 120px !important;
  width: 140px;
  height: 310px;
  padding: 40px 0 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .header__nav-item.is-open .header__dropdown {
    width: 110px;
  }
}
@media (max-width: 1024px) {
  .header__nav-item.is-open .header__dropdown {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    background: #f5f9fc;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .header__nav-item.is-open .header__dropdown li {
    border-top: 1px solid #e0e8ef;
  }
}
.header__nav-item.is-open .header__dropdown li ul {
  display: none;
}
.header__nav-item.is-open .header__dropdown li a {
  display: inline-block;
  font-size: 18px;
  color: #010201;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 1280px) {
  .header__nav-item.is-open .header__dropdown li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header__nav-item.is-open .header__dropdown li a {
    display: block;
    padding: 14px 24px 14px 36px;
    font-size: 15px;
    text-align: left;
    white-space: normal;
    color: #333;
  }
}
.header__nav-item.is-open .header__dropdown li a:hover {
  color: #0062A6;
  text-decoration: underline;
}
.header__nav-item.is-active .header__dropdown {
  background-color: #EEF8FF;
}
@media (max-width: 1024px) {
  .header__nav-item.is-active .header__dropdown {
    background-color: #f5f9fc;
  }
}
.header__panel {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  min-height: 310px;
  z-index: 998;
  display: none;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header__panel {
    display: none !important;
  }
}
.header__panel.is-open {
  display: block;
  pointer-events: auto;
}
.header__util {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1280px) {
  .header__util {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .header__util {
    gap: 20px;
  }
}
.header__util-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .header__util-btn {
    display: none;
  }
}
.header__util-btn img {
  width: 40px;
  height: 40px;
  display: block;
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--navy-700);
  border-radius: 2px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 24px 40px;
  padding-top: 24px;
  padding-bottom: 40px;
}
.breadcrumb-wrap .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumb-wrap .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 1024px) {
  .breadcrumb-wrap .breadcrumb {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.breadcrumb-wrap .breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.breadcrumb-wrap .breadcrumb__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  height: 24px;
  padding: 0 4px;
  font-size: 15px;
  font-weight: 400;
  color: #004EA7;
  line-height: 1.5;
  border-radius: 4px;
  white-space: nowrap;
}
.breadcrumb-wrap .breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb-wrap .breadcrumb__home-ico {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.breadcrumb-wrap .breadcrumb__arrow {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.breadcrumb-wrap .breadcrumb__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 4px;
  font-size: 15px;
  font-weight: 400;
  color: var(--navy-900);
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.breadcrumb-wrap .breadcrumb__item:not(:first-child) .breadcrumb__link {
  color: var(--text-basic);
}

.footer {
  background: #0C2140;
  color: #fff;
}
.footer__inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1650px) {
  .footer__inner {
    padding: 40px 24px;
  }
}
.footer__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 90px;
}
.footer__logo {
  margin: 0;
}
.footer__logo img {
  display: block;
  height: 58px;
  width: auto;
}
.footer__center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.footer__links a {
  color: #ffffff;
  text-decoration: none;
}
.footer__links a:first-child {
  font-weight: 700;
}
.footer__links span {
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
}
.footer__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 6px;
  color: #fff;
}
.footer__info .label {
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.55);
}
.footer__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__bottom .footer__inner {
  padding-top: 24px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer__inner {
    padding: 40px 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .footer__left {
    margin-right: 20px;
  }
  .footer__center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .footer__right {
    margin-left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .footer__left {
    margin-right: 0;
  }
  .footer__logo img {
    height: 46px;
  }
  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .footer__links a {
    font-size: 14px;
  }
  .footer__info p {
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__bottom .footer__inner {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .footer__inner {
    padding: 32px 16px;
    gap: 24px;
  }
  .footer__logo img {
    height: 38px;
  }
  .footer__links {
    gap: 8px;
  }
  .footer__links a {
    font-size: 13px;
  }
  .footer__links span {
    font-size: 12px;
  }
  .footer__info p {
    font-size: 13px;
  }
  .footer__info .label {
    font-size: 13px;
  }
}

.family-site__btn {
  width: 178px;
  height: 46px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 130px 0 0;
  background: url(/humanframe/theme/kuic/assets/images/icons/ico_family.svg) no-repeat right 20px center;
}
@media (max-width: 1280px) {
  .family-site__btn {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .family-site__btn {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .family-site__btn {
    font-size: 13px;
  }
}
.family-site__btn:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.family-site__btn option {
  color: #000;
}
.family-site__btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .family-site__btn {
    margin: 0 0 0 0;
  }
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .copyright {
    font-size: 13px;
  }
}

.mobile-body {
  display: none;
}

.mobile-top {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.mobile-top__lang {
  display: none;
}

@media (max-width: 1024px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .header__nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav .header__nav-list {
    display: none;
  }
  .mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #eee;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mobile-top__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #222;
  }
  .mobile-top__lang img {
    width: 30px;
    height: 30px;
  }
  .mobile-top__close {
    position: relative;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .mobile-top__close span {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #222;
    top: 50%;
    left: 50%;
  }
  .mobile-top__close span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .mobile-top__close span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .mobile-sidebar {
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #f5f7f9;
    overflow-y: auto;
  }
  .mobile-sidebar__tab {
    width: 100%;
    padding: 16px 24px;
    background: none;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
  }
  .mobile-sidebar__tab.is-active {
    font-weight: 700;
    color: #003874;
    background-color: #fff;
  }
  .mobile-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    padding: 16px;
  }
  .mobile-content__section + .mobile-content__section {
    margin-top: 40px;
  }
  .mobile-content__title {
    font-size: 19px;
    font-weight: 700;
    padding: 4px 8px 12px;
    border-bottom: 1px solid #8A949E;
  }
  .mobile-content__list li ul {
    display: none;
  }
  .mobile-content__list li.has-depth3 > a {
    position: relative;
  }
  .mobile-content__list li.has-depth3 > a::after {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/humanframe/theme/kuic/assets/images/icons/ico_depth3.svg);
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile-content__list li.is-active > a {
    background-color: #EEF2F7;
    color: #052B57;
    font-weight: 700;
    border-radius: 8px;
  }
  .mobile-content__list li.is-active > a::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .mobile-content__list li.is-active ul {
    display: block;
  }
  .mobile-content__list a {
    display: block;
    padding: 12px 8px;
    font-size: 17px;
    color: #1E2124;
  }
  .mobile-content__depth3 {
    margin-top: 8px;
  }
  .mobile-content__depth3 li {
    position: relative;
    padding-left: 12px;
  }
  .mobile-content__depth3 li::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #33363D;
    position: absolute;
    top: 18px;
    left: 14px;
  }
  .mobile-content__depth3 li a {
    padding: 8px 16px;
    font-weight: 400;
    background-color: #fff;
  }
}
.en .header .header__nav-item {
  min-width: 130px;
  width: auto;
}
.en .header .header__nav-item:first-child {
  margin-right: 14px;
}
.en .header__nav-item.is-open .header__dropdown {
  min-width: 130px;
}
.en .family-site__btn {
  width: 210px;
}
@media (max-width: 480px) {
  .en .family-site__btn {
    width: 175px;
  }
}

* {
  word-break: keep-all;
}

@media (max-width: 1280px) {
  main > .inner {
    padding: 0 24px 210px;
  }
}

.page-title {
  font-size: 48px;
  font-weight: 700;
  color: #051125;
  line-height: 1.4;
  max-width: var(--inner-width);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .page-title {
    font-size: 32px;
  }
}

.h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .h3 {
    font-size: 24px;
  }
}

.info-text {
  color: #000;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .info-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .info-text {
    font-size: 16px;
  }
}

.contents {
  padding-top: 48px;
  max-width: var(--inner-width);
  margin: 0 auto;
  padding-bottom: 210px;
}
@media (max-width: 1024px) {
  .contents {
    padding-bottom: 0;
    padding-top: 36px;
  }
}

.tab-wrap {
  border-bottom: 1px solid var(--border-heavy);
  margin-bottom: 48px;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tab::-webkit-scrollbar {
  display: none;
}
.tab__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tab__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  min-width: 80px;
  padding: 0 24px;
  font-size: 19px;
  font-weight: 700;
  color: var(--text-gray-60);
  white-space: nowrap;
  border-bottom: 4px solid transparent;
  margin-bottom: -1px;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
@media (max-width: 768px) {
  .tab__item a {
    font-size: 18px;
    padding: 0 16px;
  }
}
.tab__item a:hover {
  color: var(--blue-900);
}
.tab__item.is-active a {
  color: var(--blue-900);
  border-bottom-color: var(--blue-800);
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.search .search__select {
  width: 140px;
  height: 44px;
  padding: 0 36px 0 15px;
  border: 1px solid var(--border-input);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-subtle);
  white-space: nowrap;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff url("/humanframe/theme/kuic/assets/images/icons/ico_chevron_down.svg") no-repeat right 15px center;
  background-size: 16px 16px;
  cursor: pointer;
}
.search .search__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  height: 44px;
  padding: 0 15px;
  border: 1px solid var(--border-input);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.search .search__input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-basic);
  padding-right: 20px;
}
.search .search__input::-webkit-input-placeholder {
  color: var(--text-subtle);
}
.search .search__input::-moz-placeholder {
  color: var(--text-subtle);
}
.search .search__input:-ms-input-placeholder {
  color: var(--text-subtle);
}
.search .search__input::-ms-input-placeholder {
  color: var(--text-subtle);
}
.search .search__input::placeholder {
  color: var(--text-subtle);
}
.search .search__btn {
  position: absolute;
  top: 9px;
  right: 14px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.search .search__btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .list-info {
    margin-bottom: 16px;
  }
}

.total-count {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  color: var(--text-basic);
}
@media (max-width: 768px) {
  .total-count {
    font-size: 16px;
  }
}
.total-count strong {
  color: #004EA7;
  font-weight: 700;
}

.sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.sorting__label {
  font-weight: 700;
  color: var(--text-basic);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sorting__label {
    font-size: 16px;
  }
}
.sorting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 12px;
}
.sorting__list li button,
.sorting__list li a {
  padding: 2px 4px;
  font-weight: 400;
  color: var(--text-basic);
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sorting__list li button,
  .sorting__list li a {
    font-size: 16px;
  }
}
.sorting__list li.is-active button,
.sorting__list li.is-active a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.board-table {
  border-top: 2px solid #000;
}
.board-table thead tr th {
  height: 56px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--border-heavy);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-bolder);
  background: #fff;
  vertical-align: middle;
}
.board-table thead tr th.col-title {
  text-align: center;
}
@media (max-width: 768px) {
  .board-table thead tr th {
    font-size: 16px;
  }
}
.board-table tbody tr td {
  border-bottom: 1px solid var(--border-light);
  font-size: 20px;
  color: var(--text-subtle);
  background: #fff;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .board-table tbody tr td {
    font-size: 16px;
  }
}
.board-table .col-num {
  width: 100px;
  padding: 20px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .board-table .col-num {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .board-table .col-num {
    width: 55px;
    padding: 12px;
  }
}
.board-table .col-day {
  width: 220px;
}
@media (max-width: 480px) {
  .board-table .col-day {
    width: auto;
  }
}
.board-table .col-center {
  text-align: center;
}
.board-table .col-date {
  width: 150px;
  text-align: center;
}
@media (max-width: 480px) {
  .board-table .col-date {
    width: 107px;
  }
}
.board-table .col-title {
  padding: 20px 16px;
  text-align: left;
  position: relative;
}
@media (max-width: 480px) {
  .board-table .col-title {
    padding: 12px;
  }
}
.board-table .col-title a {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .board-table .col-title a {
    font-size: 16px;
  }
}
.board-table .col-title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.board-table .col-file {
  width: 140px;
  padding: 17px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .board-table .col-file {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .board-table .col-file {
    padding: 12px;
    width: 90px;
  }
}
.board-table .col-empty {
  padding: 20px;
  height: 200px;
}

.badge-new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bg-badge);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  margin-left: 6px;
}

.file-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.btn-file,
.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-input);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
@media (max-width: 768px) {
  .btn-file,
  .btn-link {
    width: 32px;
    height: 32px;
  }
}
.btn-file img,
.btn-link img {
  width: 16px;
  height: 16px;
  display: block;
}
.btn-file:hover,
.btn-link:hover {
  background: var(--bg-selected);
  border-color: var(--navy-700);
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.card-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 16px);
}
.card-list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0;
}
.card-list .card__thumb {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f4f5f6;
  display: block;
}
.card-list .card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  padding: 16px 0;
}
.card-list .card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-list .card__date {
  font-size: 16px;
  font-weight: 400;
  color: #58616A;
}
.card-list .card:hover .card-list .card__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1024px) {
  .card-list {
    gap: 20px;
  }
  .card-list > li {
    width: calc(50% - 10px);
  }
  .card-list .card__thumb {
    height: 200px;
  }
  .card-list .card__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .card-list {
    gap: 16px;
  }
  .card-list > li {
    width: calc(50% - 8px);
  }
  .card-list .card__thumb {
    height: 180px;
  }
  .card-list .card__title {
    font-size: 16px;
  }
  .card-list .card__date {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .card-list {
    gap: 0;
  }
  .card-list > li {
    width: 100%;
  }
  .card-list .card__thumb {
    height: 200px;
  }
  .card-list .card__title {
    font-size: 16px;
  }
}
.view-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.view-wrap .view-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.view-wrap .view-head__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-bolder);
}
.view-wrap .view-head__meta {
  padding-top: 16px;
  border-bottom: 1px solid #B1B8BE;
}
.view-wrap .view-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #B1B8BE;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-wrap .view-meta-row--dark {
  border-top-color: #B1B8BE;
}
.view-wrap .view-meta-row:not(.view-wrap .view-meta-row--dark) .view-meta-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .view-wrap .view-meta-row:not(.view-wrap .view-meta-row--dark) .view-meta-item {
    padding-left: 83px;
  }
}
@media (max-width: 480px) {
  .view-wrap .view-meta-row:not(.view-wrap .view-meta-row--dark) .view-meta-item {
    padding-left: 71px;
  }
}
.view-wrap .view-meta-row:not(.view-wrap .view-meta-row--dark) .view-meta-item__label {
  position: absolute;
  top: 12px;
  left: 0;
}
.view-wrap .view-meta-row:not(.view-wrap .view-meta-row--dark) .view-meta-item__value--flex {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.view-wrap .view-meta-row:not(.view-wrap .view-meta-row--dark) .view-meta-item__value--flex + span {
  margin-top: 8px;
}
.view-wrap .view-meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  padding: 12px 0;
}
.view-wrap .view-meta-item__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 40px;
  max-width: 120px;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-bolder);
  white-space: nowrap;
}
.view-wrap .view-meta-item__value {
  width: 160px;
  min-width: 80px;
  padding: 0 16px;
  font-size: 17px;
  color: #58616A;
}
.view-wrap .view-meta-item__value--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
@media (max-width: 1024px) {
  .view-wrap .view-meta-item__value--flex {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.view-wrap .view-meta-item__value--flex span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-top: -2px;
}
.view-wrap .view-meta-item__value--flex .file-name {
  color: #33363D;
  margin-left: 4px;
}
.view-wrap .view-meta-item__value--flex .file-attach {
  padding: 0;
}
@media (max-width: 1024px) {
  .view-wrap .view-meta-item__value--flex .file-attach {
    display: none;
  }
}
.view-wrap .view-body {
  padding-left: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B1B8BE;
}
.view-wrap .view-body p {
  font-weight: 400;
}
.view-wrap .view-body p + p {
  margin-top: 1em;
}
.view-wrap .view-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .view-wrap {
    gap: 24px;
  }
  .view-wrap .view-head__title {
    font-size: 20px;
  }
  .view-wrap .view-head__meta {
    border-top: 1px solid #B1B8BE;
    padding: 0;
    margin-top: 16px;
  }
  .view-wrap .view-meta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
  }
  .view-wrap .view-meta-item {
    width: 100%;
    height: auto;
    min-height: 44px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-wrap .view-meta-item__label {
    font-size: 15px;
    padding: 0 12px;
    min-width: 80px;
  }
  .view-wrap .view-meta-item__value {
    font-size: 15px;
    padding: 0 12px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .view-wrap .view-meta-item__value--flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .view-wrap .view-body {
    padding-left: 0;
    padding-bottom: 24px;
  }
  .view-wrap .view-body p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .view-wrap {
    gap: 20px;
  }
  .view-wrap .view-head__title {
    font-size: 18px;
  }
  .view-wrap .view-meta-item__label {
    font-size: 14px;
    min-width: 70px;
    padding: 0 10px;
  }
  .view-wrap .view-meta-item__value {
    font-size: 14px;
    padding: 0 10px;
  }
  .view-wrap .view-body p {
    font-size: 14px;
  }
}

.file-attach {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #004EA7;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .file-attach {
    font-size: 0;
    margin-left: 10px;
  }
}
.file-attach img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.file-attach:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.file-attach.view-btn {
  position: relative;
}
.file-attach.view-btn::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #bebebe;
  position: absolute;
  top: 4px;
  left: -8px;
}
@media (max-width: 1024px) {
  .file-attach.view-btn::after {
    left: -2px;
  }
}

.btn-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  padding: 0 16px;
  min-width: 78px;
  border-radius: 6px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid #58616A;
  font-size: 15px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 46px;
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.paging-prev,
.paging-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 400;
  gap: 4px;
  padding: 0 8px;
}
.paging-prev img,
.paging-next img {
  width: 20px;
  height: 20px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.paging-prev {
  color: var(--text-disabled);
  padding: 0 8px 0 4px;
}
.paging-prev.is-disabled {
  cursor: default;
}

.paging-next {
  color: var(--text-subtle);
  padding: 0 4px 0 8px;
}

.paging-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.paging-num li button,
.paging-num li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 400;
  color: var(--text-subtle);
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.paging-num li button:hover,
.paging-num li a:hover {
  background: var(--bg-selected);
}
.paging-num li.is-active button,
.paging-num li.is-active a {
  background: #083B7A;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.paging-num li.paging-ellipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.paging-num li.paging-ellipsis img {
  width: 24px;
  height: 24px;
  display: block;
}
.paging-num li.paging-ellipsis span {
  font-size: 17px;
  color: var(--text-subtle);
  line-height: 1;
  letter-spacing: 2px;
}

.faq-wrap .faq-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 33px;
  margin-bottom: 48px;
  border: 1px solid #D7DBE0;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .faq-wrap .faq-info {
    padding: 24px;
    margin-bottom: 32px;
  }
}
.faq-wrap .faq-info .ico-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: #0068b7;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}
.faq-wrap .faq-info p {
  color: #222;
  font-size: 20px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .faq-wrap .faq-info p {
    font-size: 18px;
  }
}
.faq-wrap .faq-info p::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/humanframe/theme/kuic/assets/images/icons/ico_faq_bg.svg) no-repeat 0 0;
  position: absolute;
  top: -4px;
  left: 0;
}
.faq-wrap .faq-info p strong {
  color: #004EA7;
  font-weight: 400;
}
.faq-wrap .faq-total {
  margin-bottom: 20px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 480px) {
  .faq-wrap .faq-total {
    font-size: 16px;
  }
}
.faq-wrap .faq-total strong {
  color: #3d2b9f;
  font-weight: 700;
}
.faq-wrap .faq-list {
  border-top: 2px solid #333;
}
.faq-wrap .faq-item + .faq-item {
  border-top: 1px solid #CDD1D5;
  margin-top: -1px;
}
.faq-wrap .faq-item.active .faq-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-wrap .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 32px;
  background: #fff;
  border: 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #CDD1D5;
}
@media (max-width: 768px) {
  .faq-wrap .faq-question {
    padding: 16px 24px;
  }
}
@media (max-width: 480px) {
  .faq-wrap .faq-question {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 15px 15px 15px 0;
  }
}
.faq-wrap .faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 48px;
  border-radius: 50%;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .faq-wrap .faq-icon {
    margin-right: 24px;
  }
}
.faq-wrap .faq-icon.answer {
  color: #0062A7;
  background: #ECF5FB;
}
.faq-wrap .faq-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .faq-wrap .faq-title {
    font-size: 18px;
  }
}
.faq-wrap .faq-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 8px;
  margin-left: 20px;
  background: url(/humanframe/theme/kuic/assets/images/icons/ico_faq.svg) no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.faq-wrap .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.faq-wrap .faq-answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 32px 60px;
  border-bottom: 1px solid #CDD1D5;
}
@media (max-width: 768px) {
  .faq-wrap .faq-answer-inner {
    padding: 16px 24px;
  }
}
@media (max-width: 480px) {
  .faq-wrap .faq-answer-inner {
    padding: 15px 15px 15px 0;
  }
}
.faq-wrap .faq-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-wrap .faq-content p {
  color: #33363D;
  line-height: 150%;
}
@media (max-width: 768px) {
  .faq-wrap .faq-content p {
    font-size: 16px;
  }
}

.about-map h3 {
  color: #000;
  font-size: 32px;
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-map h3 {
    font-size: 20px;
    line-height: 140%;
  }
}
.about-map .map {
  margin: 10px 0 48px;
}
.about-map .root_daum_roughmap {
  width: 100%;
}
.about-map .root_daum_roughmap .wrap_controllers,
.about-map .root_daum_roughmap .cont {
  display: none;
}
.about-map .location-info__list {
  margin: 0;
  padding: 0;
}
.about-map .location-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 20px 0;
  border-top: 2px solid #041321;
}
.about-map .location-info__row:last-child {
  border-top: 1px solid #ddd;
}
.about-map .location-info__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  font-weight: 700;
  padding-top: 2px;
}
.about-map .location-info__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #33363D;
  line-height: 1.6;
  margin: 0;
}
.about-map .location-info__zip {
  margin-left: 40px;
}
.about-map .location-info__transport {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.about-map .location-info__transport li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #222;
}
.about-map .location-info__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 29px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}
.about-map .location-info__badge--brt {
  background: #0F5CD1;
}
.about-map .location-info__badge--bus {
  background: #0F5CD1;
}
.about-map .location-info__badge--tax {
  background: #A76905;
}
@media (max-width: 768px) {
  .about-map .location-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
  .about-map .location-info__row dt {
    width: auto;
  }
  .about-map .location-info__zip {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
  .about-map .location-info__transport li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .about-map .location-info__row {
    padding: 20px 0;
  }
  .about-map .location-info__transport li {
    font-size: 14px;
  }
  .about-map .location-info__badge {
    font-size: 12px;
    height: 28px;
    padding: 0 10px;
  }
}

.org-chart {
  padding: 80px 0;
}
.org-chart .org-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  word-break: keep-all;
}
.org-chart .org-node--circle {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #004EA7;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  gap: 6px;
}
.org-chart .org-node--circle strong {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}
.org-chart .org-node--circle span {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
}
.org-chart .org-node--board {
  width: 190px;
  height: 60px;
  color: #003874;
  border-radius: 4px;
  border: 1px solid #4F92F0;
  background: #4F92F0;
  font-weight: 700;
  color: #fff;
}
.org-chart .org-node--president {
  width: 200px;
  height: 60px;
  background: #004EA7;
  color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.org-chart .org-node--auditor {
  width: 190px;
  height: 60px;
  background: #33363D;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
}
.org-chart .org-node--sub {
  width: 190px;
  height: 60px;
  color: #333;
  border: 1px solid #7B7B7B;
  border-radius: 4px;
}
.org-chart .org-node--sub.risk {
  border: 1px solid #5EA4E5;
  background: #FFF;
}
.org-chart .org-node--dept {
  width: 200px;
  height: 60px;
  border: 1px solid #77B6FF;
  background: #E2F8FF;
  color: #004EA7;
  border-radius: 4px;
  font-weight: 700;
  line-height: 150%;
}
.org-chart .org-node--team {
  width: 200px;
  height: 60px;
  border: 1px solid #bebebe;
  background: #fff;
  color: #33363D;
  margin-top: -1px;
}
.org-chart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 20px;
}
.org-chart__row--level2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  position: relative;
  padding-bottom: 40px;
}
.org-chart__row--level2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49.9999%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #B5B5B5;
}
.org-chart__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: 26%;
}
.org-chart__col:not(.org-chart__col--center) {
  position: relative;
}
.org-chart__col--center {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.org-chart__col--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.org-chart__col--right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.org-chart__sub {
  position: relative;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.org-chart__sub::before {
  content: "";
  width: 1px;
  height: 24px;
  background: #B5B5B5;
  display: block;
  margin: 0 auto;
}
.org-chart__row--level3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  position: relative;
}
.org-chart__row--level3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16.6666666667%;
  right: 16.6666666667%;
  height: 1px;
  background: #B5B5B5;
}
.org-chart__dept {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 40px;
}
.org-chart__dept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #B5B5B5;
}
.org-chart__teams {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.org-chart__teams::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #B5B5B5;
}
.org-chart__teams li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.org-chart__teams li:nth-child(1) .org-node--team {
  border-radius: 4px 4px 0 0;
}
.org-chart__teams li:last-child .org-node--team {
  border-radius: 0 0 4px 4px;
}

@media (max-width: 1024px) {
  .org-chart__inner {
    padding: 0 24px;
  }
  .org-chart .org-node--board,
  .org-chart .org-node--president,
  .org-chart .org-node--auditor,
  .org-chart .org-node--sub,
  .org-chart .org-node--dept,
  .org-chart .org-node--team {
    width: 160px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .org-chart {
    padding: 60px 0;
  }
  .org-chart__inner {
    padding: 0 16px;
  }
  .org-chart__row--level2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-bottom: 0;
  }
  .org-chart__row--level2::after {
    display: none;
  }
  .org-chart__col {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .org-chart__row--level3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
  .org-chart__row--level3::before {
    display: none;
  }
  .org-chart__dept {
    width: 100%;
    padding-top: 0;
  }
  .org-chart__dept::before {
    display: none;
  }
  .org-chart__col--center, .org-chart__col--left, .org-chart__col--right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .org-chart__top::after {
    display: none;
  }
  .org-chart .org-node--board,
  .org-chart .org-node--president,
  .org-chart .org-node--auditor,
  .org-chart .org-node--sub,
  .org-chart .org-node--dept,
  .org-chart .org-node--team {
    width: 240px;
    height: 52px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .org-chart .org-node--circle {
    width: 110px;
    height: 110px;
  }
  .org-chart .org-node--circle strong {
    font-size: 20px;
  }
  .org-chart .org-node--circle span {
    font-size: 13px;
  }
  .org-chart .org-node--board,
  .org-chart .org-node--president,
  .org-chart .org-node--auditor,
  .org-chart .org-node--sub,
  .org-chart .org-node--dept,
  .org-chart .org-node--team {
    width: 200px;
    font-size: 14px;
  }
}
.brand__section {
  margin-bottom: 20px;
}
.brand__section:last-child {
  margin-top: 48px;
}
.brand__label {
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .brand__label {
    font-size: 22px !important;
  }
}
.brand__label2 {
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .brand__label2 {
    font-size: 16px;
    margin: 16px 0;
  }
}
.brand__label3 {
  color: #33363D;
  margin-bottom: 20px;
}
.brand__label4 {
  margin: 20px 0 10px;
}
.brand__card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D7DBE0;
  overflow: hidden;
}
.brand__card--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 40px;
  gap: 40px;
  min-height: 360px;
}
.brand__download {
  text-align: center;
  margin-top: 20px;
}
.brand__download a {
  display: inline-block;
  padding: 11px 16px;
  border-radius: 6px;
  font-size: 17px;
  border: 1px solid #58616A;
}
.brand__color-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.brand__color-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 48px 24px 52px;
}
.brand__color-swatch {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brand__color-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.brand__color-role {
  color: #999;
  font-weight: 700;
  line-height: 140%;
}
.brand__color-name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 20px;
}
.brand__color-code {
  color: #000;
  line-height: 160%;
}
.brand__signature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.brand__signature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 49px 24px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .brand__color-grid {
    grid-template-columns: 1fr;
  }
  .brand__color-swatch {
    width: 72px;
    height: 72px;
  }
  .brand__signature-grid {
    grid-template-columns: 1fr;
  }
  .brand__signature-card {
    padding: 40px 24px;
  }
  .brand__card--logo {
    padding: 48px 24px;
  }
}
@media (max-width: 480px) {
  .brand__color-card {
    padding: 20px;
    gap: 16px;
  }
  .brand__color-name {
    font-size: 16px;
  }
  .brand__signature-card {
    padding: 32px 16px;
    min-height: 160px;
  }
}
.invest-principle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.invest-principle__image {
  width: 420px;
  overflow: hidden;
  border-radius: 8px;
}
.invest-principle__image img {
  width: 100%;
}
.invest-principle__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.invest-principle__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invest-principle__item {
  padding: 20px 0 80px;
  border-top: 1px solid #222;
}
.invest-principle__item:last-child {
  padding: 20px 0 0;
}
.invest-principle__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.invest-principle__item dl dt {
  width: 340px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.invest-principle__item dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #33363D;
  font-size: 20px;
  line-height: 160%;
  word-break: keep-all;
}
.invest-principle__about-list {
  gap: 80px;
}
@media (max-width: 1024px) {
  .invest-principle__about-list {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .invest-principle__about-list {
    gap: 0;
  }
}
.invest-principle__about-item {
  min-height: 306px;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 200px;
}
@media (max-width: 1024px) {
  .invest-principle__about-item {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .invest-principle__about-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 0 0 30px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.invest-principle__about-item::after {
  content: "";
  width: 540px;
  height: 306px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.invest-principle__about-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 20px 16px;
  position: relative;
}
@media (max-width: 480px) {
  .invest-principle__about-item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 20px 0;
  }
}
.invest-principle__about-item .text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .invest-principle__about-item .text::before {
    top: auto;
    bottom: -5px;
  }
}
.invest-principle__about-item:last-child {
  padding: 0;
}
@media (max-width: 480px) {
  .invest-principle__about-item:last-child .text::before {
    display: none;
  }
}
.invest-principle__about-item .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.invest-principle__about-item dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.invest-principle__about-item dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.invest-principle__about-item dl dd {
  color: #33363D;
}
.invest-principle__about-item a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #003F6F;
  margin-top: 93px;
  color: #011C43;
  border-radius: 6px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .invest-principle__about-item a {
    margin-top: 40px;
    font-size: 14px;
    padding: 5px 10px;
  }
}
.invest-principle__bar {
  display: block;
  width: 32px;
  height: 3px;
  background: #1a2f5e;
}

@media (max-width: 1024px) {
  .invest-principle__image {
    width: 320px;
  }
  .invest-principle__item dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .invest-principle__item dl dt {
    width: 100%;
    font-size: 26px;
  }
  .invest-principle__item dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .invest-principle__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .invest-principle__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 320px;
  }
  .invest-principle__item {
    padding: 20px 0 40px;
  }
}
@media (max-width: 480px) {
  .invest-principle__inner {
    gap: 40px;
  }
  .invest-principle__image {
    height: 320px;
  }
  .invest-principle__item {
    padding: 20px 0 24px;
  }
  .invest-principle__item dl {
    gap: 12px;
  }
  .invest-principle__item dl dt {
    font-size: 22px;
  }
  .invest-principle__item dl dd {
    font-size: 16px;
  }
}
.invest-field__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
.invest-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invest-field__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
.invest-field__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.invest-field__item:hover .invest-field__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.invest-field__text {
  background: #fff;
  padding: 44px 16px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #000;
}
.invest-field__text dl dt {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}
.invest-field__text dl dd {
  color: #33363D;
  line-height: 140%;
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .invest-field__text {
    padding: 28px 24px 36px;
  }
  .invest-field__text dl dt {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .invest-field__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .invest-field__text {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .invest-field__list {
    grid-template-columns: 1fr;
  }
  .invest-field__text {
    padding: 16px;
  }
  .invest-field__text dl dt {
    font-size: 22px;
  }
  .invest-field__text dl dd {
    font-size: 16px;
    margin-top: 8px;
  }
}
.preparing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.preparing .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (max-width: 480px) {
  .preparing .img img {
    width: 70%;
  }
}
.preparing dl {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .preparing dl {
    margin-top: 20px;
  }
}
.preparing dl dt {
  font-size: 48px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .preparing dl dt {
    font-size: 30px;
  }
  .preparing dl dt strong {
    line-height: 120%;
  }
}
.preparing dl dd {
  color: #454545;
  font-size: 22px;
  line-height: 160%;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .preparing dl dd {
    font-size: 18px;
  }
}

.preparing-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.preparing-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.preparing-modal__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 540px;
  padding: 50px 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 20px;
}
.preparing-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background: url(/humanframe/theme/kuic/assets/images/icons/ico_close.svg) no-repeat 0 0/20px;
}
.preparing-modal__img {
  width: 280px;
  height: 220px;
}
.preparing-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.preparing-modal__title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.preparing-modal__desc {
  color: #000;
  line-height: 160%;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .preparing-modal__box {
    padding: 40px 24px 44px;
    border-radius: 12px;
  }
  .preparing-modal__img {
    width: 220px;
    height: 180px;
    margin-bottom: 24px;
  }
  .preparing-modal__title {
    font-size: 24px;
  }
  .preparing-modal__desc {
    font-size: 16px;
  }
  .preparing-modal__desc br {
    display: none;
  }
}

.invest-process__inner {
  border-top: 2px solid #000;
  margin: 0 auto;
  padding-top: 40px;
}
.invest-process__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
.invest-process__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  border-radius: 6px;
  background: #F8F8F8;
}
.invest-process__label span {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.invest-process__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.invest-process__box {
  border-radius: 16px;
  padding: 20px;
}
.invest-process__box--outline {
  border-radius: 6px;
  background: #f8f8f8;
}
.invest-process__box--outline-orange {
  border-radius: 6px;
  background: #f8f8f8;
  padding: 20px;
}
.invest-process__arrow {
  text-align: center;
  font-size: 24px;
  color: #555;
  height: 40px;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 160px;
}

.invest-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.invest-type__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invest-type__item:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 356px;
          flex: 0 1 356px;
}
@media (max-width: 768px) {
  .invest-type__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.invest-type__head {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 6px;
  border-radius: 6px;
}
.invest-type__head--blue {
  background: #004EA7;
}
.invest-type__head--green {
  background: #004EA7;
}
.invest-type__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 16px;
  border-top: none;
  background-color: #fff;
  border-radius: 6px;
}
.invest-type__body strong {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.invest-type__body span {
  color: #464C53;
  font-weight: 400;
  line-height: 160%;
}

.invest-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.invest-source__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 16px;
  border: 1px solid #A9A9A9;
  text-align: center;
  gap: 8px;
  min-height: 90px;
  background-color: #fff;
  border-radius: 6px;
}
.invest-source__item:nth-child(1) {
  background-color: #4F92F0;
  border-color: #4F92F0;
}
.invest-source__item:nth-child(2) {
  background-color: #4F92F0;
  border-color: #4F92F0;
}
.invest-source__item:nth-child(3) {
  background-color: #33363D;
  border-color: #33363D;
}
.invest-source__item p {
  font-size: 20px;
  color: #fff;
  word-break: keep-all;
  line-height: 160%;
  font-weight: 700;
}
.invest-source__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #1E92E0;
}

.invest-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #045895;
  font-size: 25px;
}

.invest-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invest-step__item {
  padding: 29px 24px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #9FD3FF;
  background: #E3F7FF;
}
.invest-step__item p {
  color: #111;
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.invest-step__item p strong {
  font-size: 24px;
  color: #1E2124;
}
.invest-step__item span {
  color: #454545;
  line-height: 160%;
}
.invest-step__item--border-blue {
  border-radius: 6px;
  border: 1px solid #3B3B3B;
  padding: 16px 24px;
  background-color: #fff;
}
.invest-step__item--gray {
  width: 66%;
  padding: 13px 24px;
  border: 1px solid #C2C2C2;
  background: #FFF;
}
.invest-step__item--dark {
  padding: 29px 24px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #9FD3FF;
  background: #E3F7FF;
}
.invest-step__item--blue {
  width: 100%;
  margin: 0 auto;
  background: #0062A7;
  padding: 12px 24px;
}
.invest-step__item--blue p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.invest-step__item.border-gray {
  border-color: #0062A7;
}
.invest-step__item--border-narrow {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #C2C2C2;
  background: #fff;
  padding: 9px 24px;
  margin-top: 6px;
}
.invest-step__item--border-narrow p {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.invest-step__tag {
  color: #0062A7;
  font-weight: 700;
  line-height: 140%;
  margin-right: 10px;
  font-size: 16px;
}
.invest-step__connector {
  text-align: center;
  padding: 8px 0;
  color: #666;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invest-step__connector span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.invest-step__connector .arrow-center {
  display: block;
  text-align: left;
  margin-left: -18px;
}
.invest-step__connector .arrow-left {
  text-align: right;
  padding-right: 12px;
}
.invest-step__connector .arrow-right {
  text-align: left;
  padding-left: 12px;
}
.invest-step__connector-text {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invest-step__connector-text span {
  font-size: 25px;
  color: #000;
}

@media (max-width: 1024px) {
  .invest-process__arrow {
    padding-left: 100px;
  }
  .invest-process__label {
    width: 80px;
  }
  .invest-process__label span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .invest-process__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .invest-process__label {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .invest-process__label span {
    font-size: 18px;
  }
  .invest-process__label span br {
    display: none;
  }
  .invest-process__arrow {
    padding-left: 0;
    font-size: 20px;
  }
  .invest-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invest-type__head {
    padding: 12px;
  }
  .invest-type__body {
    padding: 16px;
  }
  .invest-source {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invest-arrows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .invest-arrows span:not(.invest-arrows span:nth-child(1)) {
    display: none;
  }
  .invest-step__item {
    padding: 16px;
  }
  .invest-step__item p {
    font-size: 16px;
  }
  .invest-step__item span {
    font-size: 14px;
  }
  .invest-step__item--gray, .invest-step__item--blue, .invest-step__item--border-narrow {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .invest-step__item p strong {
    font-size: 20px;
  }
  .invest-step__item span {
    font-size: 13px;
  }
  .invest-step__tag {
    font-size: 12px;
  }
  .invest-source__item p {
    font-size: 16px;
  }
  .invest-type__head {
    font-size: 16px;
  }
  .invest-type__body strong {
    font-size: 17px;
  }
}
.about-intro__visual {
  width: 100%;
  height: 306px;
  overflow: hidden;
  border-radius: 8px;
}
.about-intro__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-intro__body {
  background: #fff;
  padding: 60px 60px 0px;
}
.about-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.about-intro__quote {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.about-intro__quote p {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}
.about-intro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 80px 0 60px;
  border-bottom: 1px solid #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.about-intro__text p {
  color: #33363D;
}
@media (max-width: 1024px) {
  .about-intro__quote p {
    font-size: 26px;
  }
  .about-intro__text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-intro__visual {
    height: 240px;
  }
  .about-intro__body {
    padding: 48px 0 60px;
  }
  .about-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }
  .about-intro__quote {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .about-intro__quote p {
    font-size: 25px;
  }
  .about-intro__text {
    padding: 0 0 40px;
  }
  .about-intro__text p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about-intro__visual {
    height: 180px;
  }
  .about-intro__inner {
    padding: 0 16px;
    gap: 24px;
  }
  .about-intro__quote p {
    font-size: 20px;
  }
  .about-intro__quote p br {
    display: none;
  }
}

.law-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  overflow: hidden;
}
.law-view__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px 40px;
  font-size: 16px;
  background-color: #F4F4F4;
  padding: 40px 2cqi 40px 40px;
}
.law-view__body .scroll-body {
  max-height: 600px;
  overflow-y: auto;
  word-break: keep-all;
  color: #111;
  padding-right: 60px;
}
.law-view__body .scroll-body::-webkit-scrollbar {
  width: 8px;
}
.law-view__body .scroll-body::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.law-view__body .scroll-body::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: 10px;
}
.law-view__body .big {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}
.law-view__body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}
.law-view__body p {
  margin-bottom: 16px;
}
.law-view__body p strong {
  font-weight: 700;
}
.law-view__body ol, .law-view__body ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.law-view__body ol li, .law-view__body ul li {
  margin-bottom: 8px;
}
.law-view__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.law-view__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: #004EA7;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
}
.law-view__download svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.law-view__link {
  height: 40px;
  line-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #fff;
  color: #1E1E1E;
  font-size: 15px;
  border-radius: 6px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid #003F6F;
}
.law-view__link:hover {
  background: #005daa;
}
@media (max-width: 768px) {
  .law-view__body {
    height: 500px;
    padding: 32px 24px;
    font-size: 15px;
  }
  .law-view__footer {
    gap: 12px;
  }
  .law-view__download, .law-view__link {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  .law-view__body {
    height: 400px;
    font-size: 14px;
  }
  .law-view__body .scroll-body {
    padding-right: 30px;
  }
  .law-view__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .law-view__download, .law-view__link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.public-info + .public-info {
  margin-top: 36px;
}
.public-info .h3 {
  margin-bottom: 17px;
}
.public-info ul li {
  color: #000;
  line-height: 160%;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .public-info ul li {
    font-size: 16px;
  }
}
.public-info ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #011C43;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}
.public-info ul li span {
  color: #011C43;
}
.public-info .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.public-info .btn .link {
  display: inline-block;
  color: #1E1E1E;
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #003F6F;
}
.public-info .board-table strong {
  color: #000;
}

.alio-text {
  font-size: 20px;
  color: #000;
  margin-bottom: 60px;
}

.alio-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #545F6E;
  padding: 13px 17px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alio-btn a .link {
  padding-right: 20px;
  background: url(/humanframe/theme/kuic/assets/images/icons/ico_link_black.svg) no-repeat right center;
}

.recruit-info-wrap {
  margin-bottom: 48px;
}
.recruit-info-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  height: 180px;
  background: url(/humanframe/theme/kuic/assets/images/content/bg_info.png) no-repeat center center;
  padding: 20px 40px;
}
@media (max-width: 1024px) {
  .recruit-info-wrap a {
    height: auto;
    min-height: 230px;
    background-size: cover;
  }
}
.recruit-info-wrap .recruit-info-text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.recruit-info-wrap .recruit-info-link {
  font-size: 17px;
  color: #fff;
  padding-right: 23px;
  position: relative;
}
.recruit-info-wrap .recruit-info-link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/humanframe/theme/kuic/assets/images/icons/ico_link_white.png) no-repeat right center;
  display: inline-block;
  vertical-align: sub;
}

.tab-content {
  display: none;
}

.content-table {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.content-table tr th {
  border: 1px solid #CDD1D5;
  border-width: 0 1px;
  padding: 8px 10px;
  text-align: center;
  background-color: #fff;
}
.content-table tr td {
  padding: 8px 10px;
  color: #464C53;
  border: 1px solid #CDD1D5;
  background-color: #fff;
  text-align: center;
  word-break: keep-all;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .en .breadcrumb-wrap .breadcrumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.en .invest-field__text dl dt {
  font-size: 30px;
}
.en .invest-process__label {
  width: 160px;
}
@media (max-width: 768px) {
  .en .invest-process__label {
    width: 100%;
  }
}
.en .invest-process__label span {
  font-size: 19px;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .en .invest-process__label span br {
    display: none;
  }
}
@media (max-width: 768px) {
  .en .invest-step__connector {
    height: 50px;
    font-size: 14px;
  }
}
.en .invest-step__connector .arrow-center {
  width: 336px;
  left: 64.5%;
}
@media (max-width: 1024px) {
  .en .invest-step__connector .arrow-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    left: 66%;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .en .invest-step__connector .arrow-center {
    gap: 5px;
  }
}