@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#footer {
  background-color: #524f51;
}
#footer .top-wrap {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  padding: 70px;
  border-bottom: 1px solid #8a8388;
  color: #fff;
}
@media screen and (max-width: 1439.98px) {
  #footer .top-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap {
    flex-direction: column;
    padding: 55px 0 0;
    border-bottom: 0;
    row-gap: 30px;
  }
}
#footer .top-wrap .map-wrap {
  position: relative;
  width: 54.89%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1439.98px) {
  #footer .top-wrap .map-wrap {
    width: 45%;
  }
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .map-wrap {
    width: 100%;
    height: 190px;
    border-radius: 10px;
  }
}
#footer .top-wrap .map-wrap .root_daum_roughmap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .top-wrap .map-wrap .root_daum_roughmap .wrap_controllers,
#footer .top-wrap .map-wrap .root_daum_roughmap .cont {
  display: none;
}
#footer .top-wrap .info-wrap {
  flex: 1;
}
#footer .top-wrap .info-wrap .logoimg {
  margin-bottom: 25px;
  width: 294px;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap .logoimg {
    width: 200px;
  }
}
#footer .top-wrap .info-wrap dl {
  border-top: 1px solid #828282;
  padding: 25px 0;
}
#footer .top-wrap .info-wrap dl dt {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap dl dt {
    font-size: 16px;
    letter-spacing: -0.02m;
  }
}
#footer .top-wrap .info-wrap dl dd {
  font-size: 18px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap dl dd {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02m;
  }
}
#footer .top-wrap .info-wrap dl dd.items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 300;
  color: #eee;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap dl dd.items {
    column-gap: 2px;
    row-gap: 10px;
  }
}
#footer .top-wrap .info-wrap dl dd.items span {
  font-weight: 600;
  color: #fff;
  margin-right: 13px;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap dl dd.items span {
    margin-right: 6px;
  }
}
#footer .top-wrap .info-wrap dl dd.items .sm {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap dl dd.items .sm {
    font-size: 12px;
  }
}
#footer .top-wrap .info-wrap dl dd.items2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .top-wrap .info-wrap dl dd.items2 .under {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  transition: all 0.2s;
}
#footer .top-wrap .info-wrap dl dd.items2 .under:hover {
  text-decoration-color: #fff;
}
#footer .top-wrap .info-wrap dl dd .tel {
  font-size: 34px;
  font-weight: 700;
  color: #eb6215;
}
@media screen and (max-width: 991.98px) {
  #footer .top-wrap .info-wrap dl dd .tel {
    font-size: 26px;
  }
}
#footer .bottom-wrap {
  padding: 30px 0 110px;
  border-top: none;
  font-size: 14px;
  color: #9d9d9d;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap {
    border-top: 1px solid #8a8388;
    font-size: 12px;
  }
}
#footer .bottom-wrap .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 50px;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
#footer .bottom-wrap .left-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .left-wrap {
    order: 2;
  }
}
#footer .bottom-wrap .list-bar {
  margin-left: -28px;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .list-bar {
    margin-left: -14px;
  }
}
#footer .bottom-wrap .list {
  display: flex;
}
#footer .bottom-wrap .list.top {
  column-gap: 22px;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .list.top {
    column-gap: 14px;
  }
}
#footer .bottom-wrap .list.bottom {
  flex-wrap: wrap;
  row-gap: 2px;
}
#footer .bottom-wrap .list.bottom li {
  position: relative;
  margin-left: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .list.bottom li {
    margin-left: 14px;
  }
}
#footer .bottom-wrap .list.bottom li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 5px;
  width: 1px;
  height: 12px;
  border-right: 1px solid #9d9d9d;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .list.bottom li:before {
    top: 4px;
    left: -9px;
    height: 10px;
  }
}
#footer .bottom-wrap .sns-wrap {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .sns-wrap {
    margin-bottom: 14px;
  }
}
#footer .bottom-wrap .sns-wrap li a {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(138, 131, 136, 0.5);
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .sns-wrap li a {
    width: 38px;
    height: 38px;
  }
}
#footer .bottom-wrap .sns-wrap li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991.98px) {
  #footer .bottom-wrap .sns-wrap li a img {
    width: 18px;
    height: 18px;
  }
}
#footer .bottom-wrap .sns-wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.333rem;
  height: 2.333rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}