#footer {
  background-color: #A09380;
  padding: 11.9rem 0;

  @media screen and (min-width: 1921px) {
    padding: 118px 0;
  }
}


#footer * {
  color: #fff !important;
}

#footer .inner {
  width: 126rem;
  max-width: 1430px;
  margin: 0 auto;

  @media screen and (max-width: 690px) {
    width: auto;
    margin: 0 30px;
  }

  @media screen and (min-width: 691px) and (max-width: 1366px) {
    width: 90%;
  }
}

#footer .section-title {
  font-family: 'UDPMincho regular';
  font-size: 4.5em;
  margin-bottom: 4.219vw;
  white-space: pre-line;
  word-break: break-all;
  letter-spacing: -1px;

  @media screen and (max-width: 690px) {
    font-size: 24px;
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    font-size: 4vw !important;
  }

  @media screen and (min-width: 1921px) {
    margin-bottom: 81px;
  }
}

#footer .section-title span {
  font-size: 1.5rem;
  margin-left: 1.1vw;

  @media screen and (max-width: 690px) {
    font-size: 12px;
  }

  @media screen and (min-width: 1921px) {
    margin-left: 20px;
  }
}

#footer .navigator .full-nav-item {
  width: 14vw;
  border-right: 3px solid #fff;

  @media screen and (min-width: 1921px) {
    gap: 38.4px;
    width: 277px;
    margin-right: 84px;
  }
}

#footer .full-nav-item.full-nav-gnb li::before,
#footer .full-nav-item.full-nav-gnb li._hvChild p::before {
  content: url(../images/common/icon-square-w.svg);
}

#footer .full-nav {
  position: static;
}

#footer .full-nav-item.full-nav-gnb li.btn-wrap::before,
#footer .full-nav-item.full-nav-gnb li.btn-wrap *::before {
  content: none;
}

#footer .full-nav-gnb-menu.btn-wrap a {
  height: 43.5px;
  width: 147px;
}

#footer .full-nav-gnb-menu.btn-wrap a img {
  width: 100%;
  height: auto;
}

#footer .full-nav-gnb-menu.btn-wrap .btn-list {
  flex-direction: column;

  @media screen and (min-width: 691px) {
    gap: 0.6666em;
  }

  @media screen and (min-width: 1921px) {
    gap: 19px;
  }
}

#footer .tou-wrap {
  margin-top: 6vw;
  gap: max(22px, 2.5vw);

  @media screen and (max-width: 690px) {
    margin-top: 0;
  }

  @media screen and (min-width: 1921px) {
    margin-top: 115px;
    gap: 48px;
  }
}

#footer .tou-wrap li {
  font-size: 1.1666em;

  @media screen and (max-width: 767px) {
    margin-top: 11vw;
    font-size: 10px;
  }
}

#footer .copy {
  margin-top: 2.5vw;
  text-align: center;
  font-family: 'cantopen';
  font-size: 1.1666em;

  @media screen and (max-width: 690px) {
    font-size: 12px;
  }

  @media screen and (min-width: 1921px) {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 100px;
  }

  #footer .menu-container {
    flex-direction: column;
  }

  #footer .mobileShowListBtn {
    background-color: #e8e0d4;
    color: var(--color-black) !important;
  }

  #footer #headFull {
    background-color: #e8e0d4;
    padding: 0 15px;

    & * {
      color: var(--color-black) !important;
      width: 100%;
    }
  }

  #footer #headFull.hidden {
    max-height: 0;
    overflow: hidden;
  }

  #footer #headFull .full-nav-item {
    margin-right: 0;

    & li {
      border-bottom: 1px solid #ffffff66;
    }

    &._skin {
      height: fit-content;
    }
  }

  #footer #headFull .full-nav-item img {
    width: 4.5rem;
  }

  #footer #headFull .full-nav-item img.nabota {
    width: 7.5rem;
  }
  
  #footer .full-nav-item.full-nav-gnb li._hvChild h1,
  #footer .full-nav-item li.full-nav-gnb-menu {
    border-bottom: 1px solid #ffffff66;
  }

  #footer .navigator .full-nav-item {
    width: 100%;
    border-right: none;
  }

  #footer .navigator .full-nav-gnb-menu._hvChild li {
    margin-left: 0;
    padding-left: 4.5vw;
    line-height: 4.3;
  }
  
  #footer .navigator .full-nav-gnb-menu._hvChild.close p::after {
    content: '+';
  }

  #footer .navigator .full-nav-item.full-nav-gnb li::before {
    content: '→';
  }

  #footer .btn-list {
    margin-top: 6.5vw;
    gap: 0;

    &.pc-only {
      display: none;
    }
  }

  #footer .btn-list .top li {
    width: 50%;
  }

  #footer .btn-list a {
    width: 100%;
    height: 59px;
    gap: 4px;
  }

  #footer .btn-list a p {
    font-family: 'UDPMincho bold';
    font-size: 14px;
  }

  #footer .btn-list a.call {
    background-color: #FCF9F5;
    display: flex;
    justify-content: center;
  }

  #footer .btn-list a.call img {
    width: 30px;
    height: 30px;
  }

  #footer .btn-list a.call p.hour {
    font-size: 10px;
  }

  #footer .btn-list a.line {
    background-color: #379E26;
  }

  #footer .btn-list a.line-sub {
    background-color: #1f7911;
  }

  #footer .btn-list a.web {
    background-color: var(--color-beige100);
  }

  #footer .btn-list a.call p,
  #footer .btn-list a.web p {
    color: #363535 !important;
  }

  #footer .btn-list a.line img,
  #footer .btn-list a.line-sub img {
    width: 34px;
    height: 34px;
  }

  #footer .btn-list a.web img {
    width: 30px;
    height: 30px;
  }

  #footer .btn-list a.ig {
    background: linear-gradient(90deg, rgb(255 223 108) 0%, rgb(239 91 152) 50%, rgb(144 106 219) 100%);
  }

  #footer .btn-list a.ig img {
    width: 26px;
    height: 26px;
  }

  #footer .btn-list a.ig p {
    font-size: 14px;
    font-family: 'UDPMincho bold';
  }

}

/* @media screen and (min-width: 692px) and (max-width: 1024px) {
  #footer .full-nav-item:nth-of-type(1) {
    width: 15em;
  }
} */

#footer .camp {
  background-color: #FBAEAE;
}

/* ============ 플로팅 ============ */
#floating {
  display: none;
}

/* #floating {
  position: fixed;
  right: max(20px, 2.344vw);
  bottom: max(20px, 2.344vw);
  z-index: 999;
}

#floating ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#floating li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 40px;
  border-radius: 50px;
  background-color: #FCF9F5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

#floating li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
} */

@media screen and (max-width: 691px) {
  #floating {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 100%;
    height: 75px;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  #floating ul {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  #floating li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF9F5;
    width: calc(100% / 3);
    height: 100%;
    border-radius: 2px;
  }

  #floating li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  #floating li p {
    font-family: 'UDPMincho bold';
    font-size: 13px;
    line-height: 1;
  }

  #floating li.call {
    border: 1px solid #b5b5b5;
  }

  #floating li.call img {
    width: 25px;
  }

  #floating li.call p {
    margin-top: 4px;
  }

  #floating li.line {
    background-color: #379E26;

    & p {
      color: #fff;
      margin-bottom: 3px;
    }
  }

  #floating li.line img {
    width: 32px;
    margin-bottom: 2px;
  }

  #floating li.web {
    background-color: var(--color-beige100);

    & p {
      line-height: 1.1;
      margin-top: 4px;
    }
  }

  #floating li.web img {
    width: 24px;
  }

  #floating li.ig {
    background: linear-gradient(90deg, rgb(255 223 108) 0%, rgb(239 91 152) 50%, rgb(144 106 219) 100%);

    & p {
      color: #fff;
    }
  }
}

@media screen and (min-width: 768px) {
  #headFull {
    display: grid;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #headFull {
    grid-template-columns: 17rem 13rem 19rem 38rem;
  }
}

@media (min-width: 1024px) and (max-width: 1336px) {
  #headFull {
    grid-template-columns: 10em 10em 10em 20em;
  }
  
  #footer .navigator .full-nav-item.full-nav-gnb {
    width: 21rem;
    margin-right: 0;
  }
}

@media screen and (min-width: 1337px) {
  #headFull {
    grid-template-columns: 19rem 17rem 19rem 37rem;
  }
}