@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

/* 오버레이 */
.foot-sec {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.foot-sec .foot-map {
  padding: 0 10px;
  background-color: #392539;
  border-bottom: 1px solid #2f212f;
}
.foot-sec .foot-map .con-map {
  height: 50px;
}
.foot-sec .foot-map .con-map .left-box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.foot-sec .foot-map .con-map .left-box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
}
.foot-sec .foot-map .con-map .left-box p span {
  font-weight: 500;
}
.foot-sec .foot-map .con-map .right-box {
  width: 50%;
  height: 100%;
}
.foot-sec .foot-map .con-map .right-box ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-sec .foot-map .con-map .right-box ul li.tmap {
  width: 20%;
}
.foot-sec .foot-map .con-map .right-box ul li.tmap a.topmap-link-bx {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
}
.foot-sec .foot-add {
  padding: 0 10px;
  background-color: #2a1b2a;
}
.foot-sec .foot-add .con-add {
  padding: 30px 0;
}
.foot-sec .foot-add .con-add .left-add-box {
  width: 40%;
}
.foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #e1e3e5;
  font-family: "Noto Sans KR", sans-serif !important;
}
.foot-sec .foot-add .con-add .center-add-box {
  width: 40%;
}
.foot-sec .foot-add .con-add .center-add-box dl dd.add-dd {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #e1e3e5;
  font-family: "Noto Sans KR", sans-serif !important;
}
.foot-sec .foot-add .con-add .right-add-box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.foot-sec .foot-add .con-add .right-add-box img {
  width: calc(241px * 0.5);
  height: calc(74px * 0.5);
}
.foot-sec .foot-add .con-add .right-add-box ul {
  margin-top: 30px;
}
.foot-sec .foot-add .con-add .right-add-box ul li.add-li {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: right;
  cursor: pointer;
}
.foot-sec .foot-copy {
  border-top: 1px solid #2b1e2b;
  background-color: #241924;
}
.foot-sec .foot-copy .con-copy {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #7d7f80;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .foot-sec .foot-map {
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map {
    height: 50px;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 50%;
    height: 100%;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-map .con-map .left-box p span {
    font-weight: 500;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 50%;
  }
  .foot-sec .foot-map .con-map .right-box ul li.tmap {
    width: 20%;
  }
  .foot-sec .foot-map .con-map .right-box ul li.tmap a.topmap-link-bx {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-add {
    padding: 0 10px;
  }
  .foot-sec .foot-add .con-add {
    padding: 30px 0;
  }
  .foot-sec .foot-add .con-add .left-add-box {
    width: 40%;
  }
  .foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-add .con-add .center-add-box {
    width: 40%;
  }
  .foot-sec .foot-add .con-add .center-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-add .con-add .right-add-box {
    width: 20%;
  }
  .foot-sec .foot-add .con-add .right-add-box img {
    width: calc(241px * 0.5);
    height: calc(74px * 0.5);
  }
  .foot-sec .foot-add .con-add .right-add-box ul {
    margin-top: 30px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul li.add-li {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-copy .con-copy {
    height: 45px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #7d7f80;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 992px) {
  .foot-sec .foot-map {
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map {
    height: 100px;
    flex-wrap: wrap;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #211f1f;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-map .con-map .left-box p span {
    font-weight: 500;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 100%;
    height: 50px;
  }
  .foot-sec .foot-map .con-map .right-box ul li.tmap {
    width: 20%;
  }
  .foot-sec .foot-map .con-map .right-box ul li.tmap a.topmap-link-bx {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-add {
    padding: 0 10px;
  }
  .foot-sec .foot-add .con-add {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .foot-sec .foot-add .con-add .left-add-box {
    width: 100%;
  }
  .foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-add .con-add .center-add-box {
    width: 100%;
    margin-top: 30px;
  }
  .foot-sec .foot-add .con-add .center-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-add .con-add .right-add-box {
    width: 100%;
    margin-top: 30px;
    align-items: center;
  }
  .foot-sec .foot-add .con-add .right-add-box img {
    width: calc(241px * 0.5);
    height: calc(74px * 0.5);
  }
  .foot-sec .foot-add .con-add .right-add-box ul {
    margin-top: 20px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul li.add-li {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-copy .con-copy {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #7d7f80;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 576px) {
  .foot-sec .foot-map {
    padding: 0 10px;
  }
  .foot-sec .foot-map .con-map {
    height: auto;
    flex-wrap: wrap;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #211f1f;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-map .con-map .left-box p span {
    font-weight: 500;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 100%;
    height: auto;
  }
  .foot-sec .foot-map .con-map .right-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-sec .foot-map .con-map .right-box ul li.tmap {
    width: calc(100% / 3);
  }
  .foot-sec .foot-map .con-map .right-box ul li.tmap a.topmap-link-bx {
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .foot-sec .foot-add {
    padding: 0 10px;
  }
  .foot-sec .foot-add .con-add {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .foot-sec .foot-add .con-add .left-add-box {
    width: 100%;
  }
  .foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-add .con-add .center-add-box {
    width: 100%;
    margin-top: 30px;
  }
  .foot-sec .foot-add .con-add .center-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #e1e3e5;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-add .con-add .right-add-box {
    width: 100%;
    margin-top: 30px;
    align-items: center;
  }
  .foot-sec .foot-add .con-add .right-add-box img {
    width: calc(241px * 0.5);
    height: calc(74px * 0.5);
  }
  .foot-sec .foot-add .con-add .right-add-box ul {
    margin-top: 20px;
  }
  .foot-sec .foot-add .con-add .right-add-box ul li.add-li {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .foot-sec .foot-copy .con-copy {
    height: 70px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #7d7f80;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

/*# sourceMappingURL=footer.css.map */
