#footer {
  background-color: #363535;
  padding: 6.146vw 0;
  font-size: 12px;

  @media screen and (min-width: 1921px) {
    padding: 118px 0;
  }
}


#footer * {
  color: #fff !important;
}

#footer .inner {
  width: 74.479vw;
  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: 1024px) {
    width: 90%;
  }
}

#footer .section-title {
  font-family: 'hannari';
  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 {
  gap: 2vw;
  width: 12.75vw;
  border-right: 3px solid #fff;
  margin-right: 4.4vw;

  @media screen and (min-width: 1921px) {
    gap: 38.4px;
    width: 245px;
    margin-right: 84px;
  }
}

#footer .navigator .full-nav-item.full-nav-gnb li::before {
  content: url(../img/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 {
  width: max(108px, 7.66vw);
  /* height: max(36.86px, 2.083vw); */
  max-width: 147px;
  /* max-height: 40px; */
}

#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;
  }
}


@media screen and (min-width: 692px) and (max-width: 1024px) {
  #footer .full-nav-item:nth-of-type(1),
  #footer .full-nav-item:nth-of-type(2),
  #footer .full-nav-item:nth-of-type(3){
    margin-right: 3em;
  }
}

#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 .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;
    }
  }
  
  #footer #headFull .full-nav-item img {
    width: 4.5rem;
  }

  #footer #headFull .full-nav-item img.nabota {
    width: 7.5rem;
  }
  
  #footer #headFull .full-nav-item:nth-of-type(1) .full-nav-item-title {
    border-top: 2px solid #ffffff66;
  }

  #footer .navigator .full-nav-item {
    width: 100%;
    border-right: none;
  }

  #footer .navigator .full-nav-item.full-nav-gnb li::before {
    content: '→';
  }
  
  #footer .btn-list {
    margin-top: 6.5vw;
    gap: 0;
  }

  #footer .btn-list .top li {
    width: 50%;
  }

  #footer .btn-list a {
    width: 100%;
    height: 59px;
    gap: 4px;
  }

  #footer .btn-list a p {
    font-family: 'lineSeed-bd';
    font-size: 14px;
  }

  #footer .btn-list a.call {
    background-color: #FCF9F5;
    display: flex;
    justify-content: center
  }

  #footer .btn-list a.line {
    background-color: #379E26;
  }

  #footer .btn-list a.line-sub {
    background-color: #1f7911;
  }

  #footer .btn-list a.iv {
    background-color: #967C01;
    flex-direction: column;
    gap: 0;
  }

  #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.call p.hour {
    font-size: 10px;
  }

  #footer .btn-list a.call img {
    width: 30px;
    height: 30px;
  }

  #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.iv p:nth-last-of-type(1){ 
    font-size: 10px;
  }
}

/* @media screen and (min-width: 692px) and (max-width: 1024px) {
  #footer .full-nav-item:nth-of-type(1) {
    width: 15em;
  }
} */

/* ============ 플로팅 ============ */
#floating {
  position: fixed;
  right: max(20px, 2.344vw);
  bottom: max(20px, 2.344vw);
  z-index: 999;

  @media screen and (max-width: 691px) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 75px;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  @media screen and (min-width: 1921px) {
    right: 45px;
    bottom: 45px;
  }
}

#floating ul {
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media screen and (max-width: 691px) {
    flex-direction: row;
    gap: 6px;
  }
}
 
#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;

  @media screen and (max-width: 691px) { 
    width: calc(100% / 3);
    height: 100%;
    box-shadow: none;
    border-radius: 4px;

    &.call {
      border: 1px solid #b5b5b5;

      & img {
        width: 25px;
      }

      & p {
        margin-top: 4px;
      }
    }

    &.line {
      background-color: #379E26;

      & img {
        width: 32px;
        margin-bottom: 2px;
      }
      
      & p {
        color: #fff;
        margin-bottom: 3px;
      }
    }

    &.web {
      background-color: var(--color-beige100);

      & img {
        width: 24px;
      }
      
      & p {
        line-height: 1.1;
        margin-top: 4px;
      }
    }
  }
}

#footer .camp {
  background-color: #FBAEAE;
}

#floating li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  @media screen and (max-width: 691px) {
    flex-direction: column;
  }
}

@media screen and (max-width: 691px) {
  #floating li p {
    font-family: 'lineSeed-bd';
    font-size: 13px;
    line-height: 1;
  }
}