.visual {
  height: 95vh;
  background: url("../image/vi_bg.png") no-repeat right top;
  background-size: cover;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  animation: load_bg 2s both;
  animation-delay: 0.2s;
}
.visual .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 19%;
  margin-top: 8%;
}
.visual .title h2 {
  font-size: 48px;
  /* font-weight: 100; */
  color: #ffffff;
  font-family: "Pretendard08", serif;

  animation: load_R 2s both;
  animation-delay: 1s;
}
.visual .title h2 strong {
  font-family: "Pretendard05", serif;
}
.visual .title .vi_line {
  width: 50px;
  height: 2px;
  background: white;
  display: block;
  margin: 36px 0;

  animation: load_R 2s both;
  animation-delay: 1.3s;
}
.visual .title p {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: #ececec;
  /* margin-top: 26px; */
  text-align: left;
  font-family: "Noto Serif KR", serif;
  text-align: center;

  animation: load_R 2s both;
  animation-delay: 1.6s;
}
.visual .title p span {
  font-size: 20px;
}

/* event */
.event {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event .inner {
  width: 1250px;
  margin: 0 auto;
}
.event .inner .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.event .inner .title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
  font-family: "GmarketSansMedium";
}
.event .inner .title a {
  font-size: 22px;
  font-weight: 400;
  color: #545454;
  text-transform: uppercase;
}

.event .inner .desc {
  width: 100%;
  gap: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event .inner .desc .item {
  flex: 1;
  /* height: 437px; */
  /* transition: 0.2s; */
  position: relative;
  background: black;
  box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.05);
}
.event .inner .desc .item:hover {
  /* transform: translate(-2px, -2px); */
  box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.2);
}

.event .inner .desc .item div,
.event .inner .desc .item a {
  width: 100%;
  /* height: 100%; */
  display: block;
}

.event .inner .desc .item div img,
.event .inner .desc .item a img {
  width: 100%;
  /* height: 100%; */
  display: block;
  transition: 0.3s;
}
.event .inner .desc .item div {
  height: 416.52px;
}
.event .inner .desc .item div img {
  height: 100%;
}
.event .inner .desc .item:hover img {
  opacity: 0.3;
}
/* .event .inner .desc .item:nth-child(3) img {
  width: 100%;
  display: block;
}
.event .inner .desc .item:nth-child(3):hover img{
  opacity: 1;
} */
.event .inner .desc .item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;

  width: 60%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 50px;

  font-size: 20px;
  font-weight: 500;
  color: white;
}
.event .inner .desc .item:hover span {
  opacity: 1;
}

/* worship */
.worship {
  height: 453px;
  background: url("../image/worship_bg.jpg") no-repeat center center;
  background-size: cover;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.worship .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.worship .title .item {
}
.worship .title .item01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin-right: 50px; */
  margin: 0 50px 0 270px;
}
.worship .title .item01 span {
  width: 116px;
  height: 10px;
  display: block;
  background: #567696;
  opacity: 0.5;
}
.worship .title .item01 h2 {
  font-size: 36px;
  color: #1b3955;
  font-family: "Pretendard05", serif;
  margin: 10px 0;
}

.worship .title .item h3 {
  font-size: 34px;
  font-family: "Pretendard05", serif;
}
.worship .title .item h3 span {
  font-family: "Pretendard09", serif;
  margin-left: 28px;
}

.worship .title .item02 {
  margin-right: 66px;
}
.worship .title .item02 h3 {
  color: #1b3955;
}
.worship .title .item02 h3:nth-child(1) {
  letter-spacing: -1px;
}
.worship .title .item02 h3:nth-child(1) span {
  letter-spacing: -0.2px;
  margin-left: 20px;
}
.worship .title .item02 h3:nth-child(2) {
  /* letter-spacing: -1px; */
  margin: 20px 0;
}
.worship .title .item02 h3:nth-child(2) span {
  letter-spacing: -1.6px;
}
.worship .title .item02 h3:nth-child(3) {
  letter-spacing: -3.7px;
}
.worship .title .item02 h3:nth-child(3) span {
  letter-spacing: 0px;
}
.worship .title .item02 h3 span {
}

.worship .title .item03 {
}
.worship .title .item03 h3 {
  color: #a05f2d;
}
.worship .title .item03 h3 span {
}

.worship .title .item03 h3:nth-child(1) {
  letter-spacing: 5px;
}
.worship .title .item03 h3:nth-child(1) span {
  letter-spacing: -2px;
}
.worship .title .item03 h3:nth-child(2) {
  /* letter-spacing: -1px; */
  margin: 20px 0;
}
.worship .title .item03 h3:nth-child(2) span {
  /* letter-spacing: -1.6px; */
  margin-left: 34px;
  /* display: inline-block; */
}
.worship .title .item03 h3:nth-child(3) {
  letter-spacing: 5px;
}
.worship .title .item03 h3:nth-child(3) span {
  letter-spacing: -2px;
}

.worship_btn {
  position: absolute;
  right: 380px;
  bottom: 43px;
}
.worship_btn a {
  margin-left: 26px;
}
.worship_btn a img {
}

/* greetings */
.greetings {
}
.greetings .inner {
  width: 1280px;
  margin: 0 auto;
  padding: 180px 0;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.greetings .inner .desc {
  width: 100%;
  height: 350px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.greetings .inner .desc:last-child {
  margin-bottom: 0;
}
.greetings .inner .desc .item {
  flex: 1;
  height: 100%;
  margin-right: 24px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.greetings .inner .desc .item:last-child {
  margin-right: 0;
}

.greetings .inner .desc .item01 {
  background: url("../image/greetings_item01.png") no-repeat center center;
  background-size: cover;
}
.greetings .inner .desc .item02 {
  background: url("../image/greetings_item02.png") no-repeat center center;
  background-size: cover;
}
.greetings .inner .desc .item03 {
  background: #d2cec8;
}
.greetings .inner .desc .item04 {
  background: url("../image/greetings_item04.png") no-repeat center center;
  background-size: cover;
}
.greetings .inner .desc .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;

  transition: 0.5s;
  opacity: 0.5;
}
.greetings .inner .desc .item:hover a {
  opacity: 1;
}

.greetings .inner .desc .item03 p {
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  color: #545454;
}

/* motto */
.motto {
  height: 380px;
  background: url("../image/motto_bg.jpg") no-repeat center center;
  background-size: cover;
}
.motto .title {
  width: 82%;
  height: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transform: scale(0.85);
}
.motto .title .item {
}
.motto .title .item h2 {
  font-family: "Lato", sans-serif;
  font-size: 94px;
  font-weight: 400;
  color: #ffffff;

  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}
.motto .title .item h2 strong {
  font-weight: 900;
}
.motto .title .item span {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-top: 15px;
  position: relative;

  /* border: 1px solid white; */
}
.motto .title .item span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;

  /* width: 100%; */
  height: 1px;
  display: block;
  background: white;
}
.motto .title .item:nth-child(1) span::before {
  width: 54%;
}
.motto .title .item:nth-child(2) span::before {
  width: 70%;
}
.motto .title .item:nth-child(3) span::before {
  width: 41%;
}
.motto .title .item:nth-child(4) span::before {
  width: 69%;
}

/* gallery */
.gallery {
  height: 740px;
  padding: 160px 0 140px;
}
.gallery .inner {
  width: 1400px;
  margin: 0 auto;
}
.gallery .inner .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.gallery .inner .title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
  font-family: "GmarketSansMedium";
}
.gallery .inner .title a {
  font-size: 22px;
  font-weight: 400;
  color: #545454;
  text-transform: uppercase;
}

.photo_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.photo_wrap .photo {
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.photo_wrap .photo .item {
  height: 100%;
  background-size: cover;
}
.photo_wrap .photo .item01 {
  /* width: 386px; */
  flex: 1;
  background: url("../image/photo01.png") no-repeat center center;
}
.photo_wrap .photo .item02 {
  /* width: 505px; */
  flex: 1.5;
  background: url("../image/photo02.png") no-repeat center center;
}
.photo_wrap .photo .item03 {
  /* width: 650px; */
  flex: 2;
  background: url("../image/photo03.png") no-repeat center center;
}
.photo_wrap .photo .item04 {
  /* width: 645px; */
  flex: 2;
  background: url("../image/photo04.png") no-repeat center center;
}
.photo_wrap .photo .item05 {
  /* width: 344px; */
  flex: 1;
  background: url("../image/photo05.png") no-repeat center center;
}
.photo_wrap .photo .item06 {
  /* width: 550px; */
  flex: 1.5;
  background: url("../image/photo06.png") no-repeat center center;
}
