/* sub영역 */
.sub {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.sub .sub-top {
  width: 100%;
  height: 620px;
  background: url("../img/sub-top.jpg") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub .sub-top img {
}

.sub .sub-bottom {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  /* z-index: 1000; */
  padding-top: 80px;
  position: relative;
  color: #313131;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #b39650;
  gap: 30px;
}
.sub .sub-bottom h2 {
  color: #313131;
  font-size: 45px;
  text-align: center;
  padding-bottom: 100px;
  display: none;
}
.sub .sub-bottom img {
  /* padding-bottom: 100px; */
}
.notice-box {
  padding-bottom: 80px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.contact_link .naver_link1 {
  position: absolute;
  width: 202px;
  height: 44px;
  /* background-color: aquamarine; */
  top: 48%;
  right: 25.5%;
  display: block;
}
.contact_link .naver_link2 {
  position: absolute;
  width: 202px;
  height: 44px;
  /* background-color: rgb(69, 97, 88); */
  top: 48%;
  right: 9.5%;
  display: block;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}

.mapcon01 {
  position: relative;
}
.mapcon01::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 561px;
  background-color: #b39650;
  top: 28px;
  left: 104.4%;
}
.mapcon01:last-child::after {
  content: "";
  display: none;
}
.map_txt {
  /* width: 625px; */
  height: 40px;
  background-color: #0d3154;
  color: #ffffff;
  line-height: 40px;
  padding-left: 15px;
}
.sub-bottom .map_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* border-bottom: 2px solid #b39650; */
  gap: 50px;
  margin-bottom: 120px;
}
.map01_txt {
  width: 70%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  margin: 0 auto;
  gap: 8px;
  margin-bottom: 18px;
  /* text-align: left; */
  font-size: 18px;
  font-weight: 400;
}
.map01_txt .top_bold {
  font-weight: 700;
  font-size: 20px;
  color: #0d3154;
}
.map01_txt .span_bold {
  display: inline-block;
  font-weight: 600;
}
