@media all and (min-width: 1250px) and (max-width: 1670px) {
  .visual .title {
    margin-left: 10%;
    margin-top: 8%;
  }
  .visual .title h2 {
    font-size: 44px;
  }
  .visual .title h2 strong {
  }
  .visual .title p {
    font-size: 26px;
    line-height: 40px;
    margin-top: 26px;
  }
  .visual .title p span {
    font-size: 18px;
  }

  /* worship */
  .worship {
    justify-content: center;
  }
  .worship .title {
    justify-content: center;
  }
  .worship .title .item01 {
    margin: 0 50px 0 0;
  }

  .worship_btn {
    position: absolute;
    left: 50%;
    bottom: 43px;
    transform: translateX(-50%);

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .worship_btn a {
    margin-left: 26px;
  }
  .worship_btn a:first-child {
    margin-left: 0;
  }

  /* greetings */
  .greetings {
  }
  .greetings .inner {
    width: 1280px;
    padding: 150px 0;
  }
  .greetings .inner .desc {
    height: 350px;
  }
  .greetings .inner .desc .item03 p {
    font-size: 18px;
  }

  /* motto */
  .motto {
  }
  .motto .title {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  .motto .title .item {
  }
  .motto .title .item h2 {
    font-size: 74px;
  }

  .motto .title .item span {
    font-size: 28px;
  }
  .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: 51%;
  }
  .motto .title .item:nth-child(2) span::before {
    width: 68%;
  }
  .motto .title .item:nth-child(3) span::before {
    width: 38%;
  }
  .motto .title .item:nth-child(4) span::before {
    width: 67%;
  }

  /* gallery */
  .gallery {
    height: 740px;
    padding: 160px 0 140px;
  }
  .gallery .inner {
    width: 1370px;
    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 {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .photo_wrap .photo .item {
    height: 100%;
    background-size: cover;
  }
  .photo_wrap .photo .item01 {
    width: 300px;
    background: url("../image/photo01.png") no-repeat center center;
  }
  .photo_wrap .photo .item02 {
    width: 500px;
    background: url("../image/photo02.png") no-repeat center center;
  }
  .photo_wrap .photo .item03 {
    width: 530px;
    background: url("../image/photo03.png") no-repeat center center;
  }
  .photo_wrap .photo .item04 {
    width: 570px;
    background: url("../image/photo04.png") no-repeat center center;
  }
  .photo_wrap .photo .item05 {
    width: 300px;
    background: url("../image/photo05.png") no-repeat center center;
  }
  .photo_wrap .photo .item06 {
    width: 460px;
    background: url("../image/photo06.png") no-repeat center center;
  }
}
