@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

.map_sec {
  width: 100%;
  margin-bottom: 50px;
}
.map_sec .map_contain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.map_sec .map_contain .address {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.map_sec .map_contain .address .h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.map_sec .map_contain .address .h3 span {
  font-weight: 300;
}
.map_sec .map_contain .map_box {
  width: 100%;
  display: flex;
  margin-top: 50px;
  border: 10px solid #f0f2f5;
}
.map_sec .map_contain .map_box .iframe {
  width: 100%;
  height: 600px;
}
.map_sec .map_contain .tex {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fe0b08;
}

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