@charset "UTF-8";
/* 오버레이 */
/*/////////커스텀 컬러*/
.foot-sec {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
.foot-sec .foot-map {
  padding: 0 15px;
  background-color: #e3e0e0;
  border-bottom: 1px solid #d0cbcb;
}
.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: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.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: 500;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.foot-sec .foot-add {
  padding: 0 15px;
  background-color: #faf9f7;
}
.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;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.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;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.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: 120.5px;
  height: 37px;
}
.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;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: right;
  cursor: pointer;
}
.foot-sec .foot-copy {
  border-top: 1px solid #d9d7d7;
  background-color: #f2f2f2;
}
.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;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .foot-sec .foot-map {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
  .foot-sec .foot-map .con-map {
    height: auto;
  }
  .foot-sec .foot-map .con-map .left-box {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cbc2c2;
  }
  .foot-sec .foot-map .con-map .left-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .foot-sec .foot-map .con-map .left-box p span {
    font-weight: 500;
  }
  .foot-sec .foot-map .con-map .right-box {
    width: 100%;
    height: 60px;
  }
  .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: 500;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .foot-sec .foot-add {
    padding: 0 15px;
  }
  .foot-sec .foot-add .con-add {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
  }
  .foot-sec .foot-add .con-add .left-add-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .foot-sec .foot-add .con-add .left-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .foot-sec .foot-add .con-add .center-add-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .foot-sec .foot-add .con-add .center-add-box dl dd.add-dd {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .foot-sec .foot-add .con-add .right-add-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot-sec .foot-add .con-add .right-add-box img {
    width: 120.5px;
    height: 37px;
  }
  .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;
    font-family: "Noto Sans KR", sans-serif;
  }
  .foot-sec .foot-copy .con-copy {
    height: 45px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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