/* BASIC css start */
/* ===============
 * Footer
 * =============== */
:root {
  --footer-bg: var(--ub-color-white);
  --footer-text: var(--ub-color-main);
}

/* ===== FOOTER ===== */
#k-footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
}

.k-footer__inner {
  border-top: 1px solid var(--ub-color-sys250);
  padding: 0 20px 20px;
  display: grid;
  grid-template-rows: minmax(360px, auto);
  font-size: 14px;
}
.k-footer__inner .sub-menu h4 {
  margin-bottom: 2px;
}
.k-footer__inner .sub-menu > li {
  margin-top: 2px;
}
.k-footer__inner .sub-menu > li:first-child {
  margin-top: 0;
}
.k-footer__inner .sub-menu + .sub-menu {
  margin-top: 20px;
}
.k-footer__inner .cc {
  font-size: 10px;
}
.k-footer__inner .c-info_l {
  letter-spacing: 1.4px;
}
.k-footer__inner .c-info_l .no {
  letter-spacing: 0;
}
.k-footer__inner .r-insta {
  margin-bottom: 32px;
}
.k-footer__inner .r-insta a {
  display: block;
}
.k-footer__inner .r-insta a img {
  display: block;
  width: 100%;
}
.k-footer__inner .nl-form {
  margin-bottom: 50px;
}
.k-footer__inner .nl-form p {
  font-size: 14px;
}
.k-footer__inner .nl-form .f-line {
  margin-top: 24px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--ub-color-sys500);
  display: flex;
  gap: 2px;
}
.k-footer__inner .nl-form .f_l {
  flex: 1 1 auto;
}
.k-footer__inner .nl-form .inp {
  width: 100%;
  height: 21px;
  background-color: #fff;
  border: 0;
  padding: 0;
  font-size: 14px;
}
.k-footer__inner .nl-form button[type=submit] {
  width: 48px;
  height: 21px;
  font-size: 12px;
  background-color: #fff;
  border: 0;
  font-family: var(--ub-font-sans);
}
.k-footer__inner .nl-form.b-hide {
  visibility: hidden;
  pointer-events: none;
}
.k-footer__inner .r-policy a {
  font-size: 12px;
}

.k-footer__inner .col-group {
  display: flex;
  gap: 8px;
  height: 100%;
}

.k-footer__inner .s-col {
  width: 15.8%; /* 228px */
  padding: 8px 0 0 8px;
  border-left: 1px solid var(--ub-color-sys250);
}
.k-footer__inner .s-col:first-child {
  border-left: 0;
}
.k-footer__inner .s-col.c-key {
  width: 9.65%; /* 139px */
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.k-footer__inner .s-col.c-key .k_i {
  width: 17px;
}
.k-footer__inner .s-col.c-key .k_t {
  font-size: 14px;
  letter-spacing: 1.4px;
}
.k-footer__inner .s-col.sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.k-footer__inner .s-col.c-3rd {
  width: auto;
  flex: 1 1 auto;
}
.k-footer__inner .s-col.c-4th {
  width: 20.1%; /* 290px */
}
.k-footer__inner .s-col .lh {
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-right: 6px;
}
.k-footer__inner .s-col .scs,
.k-footer__inner .s-col .sub-menu .lh,
.k-footer__inner .s-col .c-info_l .lh {
  font-variant: all-small-caps;
  letter-spacing: 0.7px;
}
.k-footer__inner .s-col .c-info_l {
  letter-spacing: 0;
}
.k-footer__inner .s-col .c-info_l .scs {
  letter-spacing: 1.4px;
}

@media (max-width: 1200px) {
  .k-footer__inner {
    display: block;
    padding: 0 16px 40px;
  }
  .k-footer__inner .s-col.c-key {
    width: 60px;
  }
  .k-footer__inner .s-col.c-1st, .k-footer__inner .s-col.c-2nd {
    display: none;
  }
  .k-footer__inner .s-col.c-4th {
    width: 290px;
  }
  .k-footer__inner .s-col.c-3rd .sub-menu {
    margin-top: 0 !important;
  }
  .k-footer__inner .s-col.c-3rd .co_top {
    padding-bottom: 80px;
  }
  .k-footer__inner .s-col .mox {
    display: none !important;
  }
  .k-footer__inner .nl-form.b-hide {
    display: none;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.8px) {
  .k-footer__inner {
    padding: 0 10px 15px;
  }
  .k-footer__inner .col-group {
    display: block;
    position: relative;
  }
  .k-footer__inner .s-col.c-key {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
  }
  .k-footer__inner .s-col.c-3rd .sub-menu + .sub-menu {
    margin-top: 80px;
  }
  .k-footer__inner .s-col.c-4th {
    width: auto;
    padding-top: 16px;
  }
  .k-footer__inner .r-insta {
    margin-bottom: 64px;
  }
  .k-footer__inner .r-insta a img {
    width: 165px;
  }
  .k-footer__inner .nl-form .f-line {
    max-width: 280px;
  }
}
/* BASIC css end */

