.sub {
}
.sub_top {
  width: 100%;
  height: 290px;
  display: flex;
  align-items: center;
  background: url("../image/sub_top.png") no-repeat center top;
  background-size: cover;

  animation: load_bg 1s both;
}
.sub_top img {
  animation: load_T 1s both;
  animation-delay: 0.5s;
}

.sub .smenu_inner {
  width: 1200px;
  margin: 62px auto;
  padding-bottom: 36px;

  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;

  border-bottom: 2px solid #e7e7e7;

  animation: load_B 1s both;
  animation-delay: 0.5s;
}
.sub .smenu_inner h2 {
  font-size: 32px;
}

.sub_top img {
  margin: 6% 0 0 24%;
}

.sub .inner {
  width: 1300px;
  margin: 0 auto 150px;
  /* border: 1px solid black; */
}
.sub .inner .page {
  width: 100%;
  position: relative;

  animation: load_T 1s both;
  animation-delay: 0.7s;
}
.sub .inner .page .sub .inner .page img {
  width: 100%;
}
#daumRoughmapContainer1748829217167 {
  position: absolute;
  right: 50px;
  top: 0;
  border: 1.5px solid #d4d4d4;
  box-sizing: border-box;
}
#daumRoughmapContainer1748829217167 .wrap_btn_zoom {
  display: none;
}
/* 
.sub .inner .page #guest_ifr {
  width: 1200px;
  margin: 0 auto !important;
  border: 1px solid black;
} */
 