/* sub */
.sub {
}
.sub .inner {
}
.sub .sub_top {
  height: 600px;
  background: url("../image/sub/sub_bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 100;
}
.sub .sub_top h2 {
  margin-left: 310px;
  font-size: 48px;
  line-height: 72px;
  font-family: "Pretendard07";
  color: white;
}
.sub .sub_top h2 strong {
  display: block;
  font-size: 58px;
  font-family: "Pretendard06";
}

.sub .page {
  width: 1200px;
  margin: 120px auto;
  position: relative;
  /* border: 1px solid black; */
}
.sub .pastor_page,
.sub .school_page {
  width: 1000px;
  margin: 120px auto 200px;
}
.sub .page img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.sub .page h2.sub_title {
  font-size: 42px;
  font-family: "Pretendard06";
  text-align: center;
  color: #1b3955;
  margin-bottom: 7%;
}

/* .monthMove {
  width: 250px;
  position: absolute;
  right: 0;
  top: 2%;
  transition: 1s;
  border: 1px solid black;
}
.monthMove.active {
  position: fixed;
  right: 5%;
  top: 30%;
}
.monthMove ul {
}
.monthMove ul li {
}
.monthMove ul li a {
} */

.sub .page .map {
  margin-bottom: 50px;
}
.sub .page .map_img {
  width: 55%;
}
.linkBox {
  position: absolute;
  right: 3%;
  bottom: 47.5%;
  width: 39%;
  height: 50px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  /* background: pink; */
}

.linkBox a {
  width: 47%;
  height: 100%;
  background: skyblue;
  display: block;
}

.immPage {
}
.immPage .desc {
  width: 100%;
  margin: 0 auto;
}
.immPage .desc .items {
  margin-bottom: 60px;
}
.immPage .desc .item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 25px 50px 0;
  text-align: center;
}

.galleryPage .desc .item:nth-child(3n) {
  margin: 0 -1px 40px 0;
}
.immPage .desc .item img {
  width: 380px;
  height: 280px;
  font-size: 0;
  object-fit: cover;
  display: block;
  border: 1px solid #b8b8b8;
  transition: 0.5s;
}
.churchPage .desc .item img {
  width: 275px;
  height: 389px;
  border: 1px solid #e6e6e6;

  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.1);
}
.churchPage .desc .item:nth-child(4n) {
  margin: 0 0 40px 0;
}
.immPage .desc .item img:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.267);
}

.immPage .desc .item p {
  margin-top: 16px;
  font-weight: 500;
}
/* .galleryPage .desc .item p {
  font-size: 18px;
} */
.churchPage .desc .item p {
  font-size: 16px;
}
/* .gallery_year {
  font-size: 32px;
  font-weight: 600;
  color: #1b3955;
  margin-bottom: 32px;
  display: block;
} */

/* .juboCont {
  width: 100%;
  border: 3px solid #1b3955;
  border-left: none;
  border-right: none;
}

.juboCont li {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
}
.juboCont li:last-child {
  border-bottom: none;
}
.juboCont li .juboTitle {
  margin-left: 50px;
}
.juboCont li .juboLink {
  margin-right: 50px;
  transition: 0.3s;
}
.juboCont li .juboTitle,
.juboCont li .juboLink,
.juboMainTitle,
.juboSubTitle {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #303030;
}
.juboCont li .juboLink:hover {
  color: #5584af;
}

.juboMainTitle {
  margin-left: 120px;
}
.juboSubTitle {
  margin-right: 50px;
}
.juboMainTitle,
.juboSubTitle {
  font-size: 24px;
  font-weight: 600;
  color: #1b3955;
} */
