/* DAFENART footer - isolated responsive layer */
.wfs-footer,
.wfs-footer * {
  box-sizing: border-box;
}

.wfs-footer {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #202020;
  color: #b9b9b9;
  font-family: Arial, "Noto Sans KR", sans-serif;
  text-align: left;
}

.wfs-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.wfs-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-height: 120px;
  margin: 0;
  background: #ccb07b;
}

.wfs-quick__item {
  position: relative;
  min-width: 0;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff !important;
  text-align: center;
}

.wfs-quick__item + .wfs-quick__item::before {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 0;
  width: 1px;
  background: rgba(83, 60, 25, .18);
}

.wfs-quick__item strong {
  display: block;
  color: #fff !important;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.wfs-quick__item span {
  display: block;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.45;
}

.wfs-dark {
  width: 100%;
  padding: 55px clamp(30px, 6vw, 112px) 68px;
  background: #202020;
}

.wfs-dark__inner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 105px);
  align-items: start;
}

.wfs-customer,
.wfs-menu {
  min-width: 0;
}

.wfs-customer h2,
.wfs-menu h2 {
  margin: 0 0 18px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.wfs-menu h2 a {
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.wfs-phone {
  display: inline-block;
  margin: 4px 0 14px;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.wfs-customer p {
  margin: 0 0 9px;
  padding: 0;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 1.65;
  word-break: keep-all;
}

.wfs-customer .wfs-hours {
  margin-top: 17px;
}

.wfs-email {
  display: inline-block;
  margin-top: 4px;
  color: #bcbcbc !important;
  font-size: 12px !important;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.wfs-menu-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(80px, 1fr));
  gap: 38px clamp(24px, 3vw, 58px);
}

.wfs-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wfs-menu li {
  margin: 0;
  padding: 0;
}

.wfs-menu li + li {
  margin-top: 9px;
}

.wfs-menu li a {
  display: inline-block;
  color: #bdbdbd !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.45;
  word-break: keep-all;
}

.wfs-menu li a:hover,
.wfs-menu h2 a:hover {
  color: #fff !important;
}

.wfs-company {
  width: 100%;
  padding: 27px clamp(28px, 5vw, 90px) 29px;
  background: #fff;
  color: #666;
  text-align: center;
}

.wfs-company p {
  max-width: 1500px;
  margin: 0 auto 9px;
  padding: 0;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
}

.wfs-company i {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background: #bdbdbd;
  vertical-align: -1px;
}

.wfs-company nav {
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wfs-company nav a {
  padding: 0 13px;
  color: #222 !important;
  font-size: 11px !important;
  line-height: 1.3;
  border-left: 1px solid #d4d4d4;
}

.wfs-company nav a:first-child {
  border-left: 0;
}

.wfs-top {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccb07b;
  cursor: pointer;
}

.wfs-top span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

@media (max-width: 1350px) {
  .wfs-menu-grid {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
}

@media (max-width: 1024px) {
  .wfs-dark {
    padding-right: 34px;
    padding-left: 34px;
  }

  .wfs-dark__inner {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 46px;
  }

  .wfs-menu-grid {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}

@media (max-width: 767px) {
  .wfs-quick {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wfs-quick__item {
    min-height: 76px;
    padding: 13px 20px;
  }

  .wfs-quick__item + .wfs-quick__item::before {
    top: 0;
    right: 22px;
    bottom: auto;
    left: 22px;
    width: auto;
    height: 1px;
  }

  .wfs-quick__item strong {
    font-size: 16px;
  }

  .wfs-quick__item span {
    font-size: 11px;
  }

  .wfs-dark {
    padding: 42px 22px 48px;
  }

  .wfs-dark__inner {
    display: block;
  }

  .wfs-customer {
    width: 100%;
    margin-bottom: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .wfs-phone {
    font-size: 24px !important;
  }

  .wfs-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .wfs-customer h2,
  .wfs-menu h2 {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .wfs-menu li a {
    font-size: 11px !important;
  }

  .wfs-company {
    padding: 25px 20px 31px;
    text-align: left;
  }

  .wfs-company p {
    font-size: 9px;
    line-height: 1.75;
    word-break: normal;
  }

  .wfs-company i {
    margin: 0 5px;
  }

  .wfs-company nav {
    justify-content: flex-start;
    gap: 8px 0;
  }

  .wfs-company nav a {
    padding: 0 8px;
    font-size: 10px !important;
  }

  .wfs-company nav a:first-child {
    padding-left: 0;
  }

  .wfs-top {
    display: none;
  }
}

/* Typography firewall: prevent legacy page rules from overriding the footer. */
html body.wa-site footer.wfs-footer .wfs-customer h2,
html body.wa-site footer.wfs-footer .wfs-menu h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -.02em !important;
  text-align: left !important;
  text-transform: none !important;
  word-break: keep-all !important;
  white-space: normal !important;
}

html body.wa-site footer.wfs-footer .wfs-menu h2 a,
html body.wa-site footer.wfs-footer .wfs-menu h2 a:link,
html body.wa-site footer.wfs-footer .wfs-menu h2 a:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -.02em !important;
}

html body.wa-site footer.wfs-footer a.wfs-phone,
html body.wa-site footer.wfs-footer a.wfs-phone:link,
html body.wa-site footer.wfs-footer a.wfs-phone:visited {
  margin: 4px 0 14px !important;
  padding: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 23px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  background: transparent !important;
}

html body.wa-site footer.wfs-footer .wfs-customer p {
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: #aaa !important;
  -webkit-text-fill-color: #aaa !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

html body.wa-site footer.wfs-footer a.wfs-email,
html body.wa-site footer.wfs-footer a.wfs-email:link,
html body.wa-site footer.wfs-footer a.wfs-email:visited {
  margin-top: 4px !important;
  padding: 0 !important;
  color: #bcbcbc !important;
  -webkit-text-fill-color: #bcbcbc !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  background: transparent !important;
}

html body.wa-site footer.wfs-footer .wfs-menu li,
html body.wa-site footer.wfs-footer .wfs-menu li a,
html body.wa-site footer.wfs-footer .wfs-menu li a:link,
html body.wa-site footer.wfs-footer .wfs-menu li a:visited {
  color: #bdbdbd !important;
  -webkit-text-fill-color: #bdbdbd !important;
  font-family: Arial, "Noto Sans KR", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

html body.wa-site footer.wfs-footer .wfs-quick__item strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

html body.wa-site footer.wfs-footer .wfs-quick__item span {
  color: rgba(255, 255, 255, .9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .9) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

@media (max-width: 767px) {
  html body.wa-site footer.wfs-footer .wfs-customer h2,
  html body.wa-site footer.wfs-footer .wfs-menu h2,
  html body.wa-site footer.wfs-footer .wfs-menu h2 a {
    margin-bottom: 14px !important;
    font-size: 13px !important;
  }

  html body.wa-site footer.wfs-footer a.wfs-phone {
    font-size: 22px !important;
  }

  html body.wa-site footer.wfs-footer .wfs-menu li,
  html body.wa-site footer.wfs-footer .wfs-menu li a {
    font-size: 11px !important;
  }

  html body.wa-site footer.wfs-footer .wfs-quick__item strong {
    font-size: 15px !important;
  }

  html body.wa-site footer.wfs-footer .wfs-quick__item span {
    font-size: 11px !important;
  }
}
