@charset "UTF-8";
/* scss 모달 공통 */
.modal {
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}
.modal.close {
  opacity: 0;
}
.modal .btn-wrap:has(.btn-close) {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 78px;
  aspect-ratio: 1/1;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .modal .btn-wrap:has(.btn-close) {
    width: 40px;
    right: 27px;
    bottom: 5px;
    bottom: -7px;
    background-color: transparent;
  }
}
@media only screen and (max-height: 425px) {
  .modal .btn-wrap:has(.btn-close) {
    width: 50px;
  }
}
.modal .btn-close {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal .btn-close .icon {
  width: 28px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .modal .btn-close .icon {
    width: 24px;
    width: 18px;
  }
}
@media only screen and (max-height: 425px) {
  .modal .btn-close .icon {
    width: 24px;
    width: 18px;
  }
}
.modal .btn-close .icon img {
  width: 100%;
  aspect-ratio: 1/1;
}
.modal .btn-close .txt {
  display: none;
}
.modal .layout {
  flex-direction: column;
  padding-bottom: 30px;
}
.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 1010;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .modal-wrap {
    overflow: auto;
  }
}
.modal-wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000B3;
  transition: all 0.3s;
  pointer-events: none;
}
.modal-wrap.move-to-up {
  left: 0;
  top: calc(var(--vh, 1vh) * 100);
}
.modal-wrap.move-to-up.active {
  top: 0;
}
.modal-wrap.move-to-right {
  left: -110dvw;
  top: 0;
  opacity: 0;
}
.modal-wrap.move-to-right.active {
  left: 0;
  opacity: 1;
}
.modal-wrap.active::before {
  opacity: 1;
}
.modal-top {
  position: relative;
  z-index: 99;
}
.modal-controller {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-controller {
    margin-bottom: 10px;
  }
}
.modal-main {
  flex: 1;
  width: 100%;
  height: 0;
  position: relative;
}
.modal-bottom {
  position: relative;
}
.modal-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.modal-layout::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1660px) {
  .modal-layout {
    max-width: 100%;
  }
}
.modal-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 4px 30px 0;
  font-size: 20px;
  line-height: 1;
  word-break: keep-all;
}
@media only screen and (max-width: 1280px) {
  .modal-tab {
    height: 48px;
    padding: 0 14px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-tab {
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 425px) {
  .modal-tab {
    height: 32px;
    padding: 0 14px;
    padding: 1px 16px 0 14px;
    font-weight: 700;
    font-size: 14px;
  }
}
@media only screen and (max-height: 767px) {
  .modal-tab {
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media only screen and (max-height: 767px) and (max-width: 425px) {
  .modal-tab {
    height: 32px;
    padding: 0 14px;
    padding: 1px 16px 0 14px;
    font-weight: 700;
    font-size: 14px;
  }
}
.modal-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-tabs {
    gap: 5px;
  }
}
.modal-tab-wrap {
  border-radius: 800px;
  border: 2px solid #333333;
  color: #333333;
  transition: all 0.3s;
}
.modal-tab-wrap.active {
  color: #fff;
}
.modal-tab-wrap.active .modal-tab {
  color: #fff;
}

/* //scss 모달 공통 */
/* scss 버튼 */
.btn {
  cursor: pointer;
  font-family: "Pretendard", sans-serif;
}
.btn-wrap {
  cursor: pointer;
}
.btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* scss 버튼 */
/* scss common */
/* // scss common */
/* scss 성지소개 */
.sub_page[data-page=sacred-place-list] {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 1.35;
  margin-top: -20px;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-list] {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .sub_page[data-page=sacred-place-list] {
    font-size: 16px;
  }
}
.sub_page[data-page=sacred-place-list] button {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 1.35;
}
.sub_page[data-page=sacred-place-list] .place-container {
  display: flex;
  flex-flow: row wrap;
  gap: 60px 40px;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-list] .place-container {
    gap: 45px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sub_page[data-page=sacred-place-list] .place-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 530px) {
  .sub_page[data-page=sacred-place-list] .place-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub_page[data-page=sacred-place-list] .place-plate {  
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 30px);
  border-radius: 20px;
  border: 1px solid #D1D5DE;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .sub_page[data-page=sacred-place-list] .place-plate {
    width: calc(100% / 3 - 30px);
  }
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-list] .place-plate {
    width: calc(100% / 3 - 20.5px);
  }
}
@media only screen and (max-width: 900px) {
  .sub_page[data-page=sacred-place-list] .place-plate {
    width: calc(100% / 2 - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .sub_page[data-page=sacred-place-list] .place-plate {
    width: calc(100% / 2 - 7.5px);
  }
}
@media only screen and (max-width: 500px) {
  .sub_page[data-page=sacred-place-list] .place-plate {
    width: 100%;
  }
}

.sub_page[data-page=sacred-place-list] .place-photo .img-wrap {
  width: 100%;
}
.sub_page[data-page=sacred-place-list] .place-photo .img-wrap img {
  width: 100%;
}
.sub_page[data-page=sacred-place-list] .place-infomation {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-list] .place-infomation {
    padding: 15px;
  }
}
.sub_page[data-page=sacred-place-list] .place-dlist {
  padding-top: 8px;
  display: flex;
  gap: 7px;
  word-break: keep-all;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-list] .place-dlist {
    padding-top: 5px;
  }
}
.sub_page[data-page=sacred-place-list] .place-dlist:first-of-type {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sub_page[data-page=sacred-place-list] .place-dlist:first-of-type {
    padding-top: 10px;
  }
}
.sub_page[data-page=sacred-place-list] .place-dlist .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #2A7DC2;
  margin-top: 1.15px;
}
.sub_page[data-page=sacred-place-list] .place-dlist .img-wrap img {
  width: 100%;
}
.sub_page[data-page=sacred-place-list] .place-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
  text-align: center;
}
.sub_page[data-page=sacred-place-list] .place-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  padding-top: 30px;
  margin-top: auto;
}

@media only screen and (max-width: 600px) {
  .sub_page[data-page=sacred-place-list] .place-btns {
    padding-top: 20px;
  }
}

.sub_page[data-page=sacred-place-list] .place-btns .btn {
  width: 100%;
  height: 100%;
  font-weight: 500;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn:hover {
  color: #fff;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 10px;
  
  font-weight: 500;
  overflow: hidden;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-wrap:hover {
  border-color: #407BB0;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-wrap:has(.btn-homepage) {
  flex: 0 0 50px;
  aspect-ratio: 1/1;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-more {
  border: 1px solid #A2A2A2;
  border-radius: 10px;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-more:hover {
  background-color: #2A7DC2;
  border-color: #407BB0;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-homepage {
  border: 1px solid #A2A2A2;
  border-radius: 10px;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-homepage:hover {
  background-color: #2ABDC2;
  border-color: #24A3A7;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-homepage:hover img[data-img=black] {
  display: none;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-homepage:hover img[data-img=white] {
  display: block;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-homepage img[data-img=black] {
  display: block;
}
.sub_page[data-page=sacred-place-list] .place-btns .btn-homepage img[data-img=white] {
  display: none;
}
.sub_page[data-page=sacred-place-detail] {
  position: relative;
}
.sub_page[data-page=sacred-place-detail] .modal-slide {
  width: 100%;
  height: 100%;
}
.sub_page[data-page=sacred-place-detail] .modal-slide .modal-top {
  display: flex;
  justify-content: flex-end;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .modal-slide .modal-top {
    padding: 40px;
  }
}
.sub_page[data-page=sacred-place-detail] .modal-slide .modal-top .btn-wrap {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
}
.sub_page[data-page=sacred-place-detail] .modal-slide .modal-top .btn-wrap .btn-close {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}
.sub_page[data-page=sacred-place-detail] .modal-slide .modal-top .btn-wrap .btn-close .icon {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.sub_page[data-page=sacred-place-detail] .modal-slide .modal-top .btn-wrap .btn-close img {
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .modal-slide .modal-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .modal-slide .modal-main {
    height: auto;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .sub_page[data-page=sacred-place-detail] .modal-slide .modal-main {
    padding: 0 15px 30px;
  }
}
.sub_page[data-page=sacred-place-detail] .modal-slide .swiper-controller {
  position: absolute;
  left: 50%;
  top: calc((100% - 140px) / 2);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 734px;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .modal-slide .swiper-controller {
    max-width: 614px;
  }
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .modal-slide .swiper-controller {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sub_page[data-page=sacred-place-detail] .modal-slide .swiper-controller {
    display: none;
  }
}
.sub_page[data-page=sacred-place-detail] .modal-slide .swiper-btn-prev, .sub_page[data-page=sacred-place-detail] .modal-slide .swiper-btn-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  aspect-ratio: 1/1;
}
.sub_page[data-page=sacred-place-detail] .modal-slide .swiper-slide .img-wrap {
  background-color: #fff;
}
.sub_page[data-page=sacred-place-detail] .modal-slide-wrap {
  cursor: pointer;
}
.sub_page[data-page=sacred-place-detail] .place-container {
  position: relative;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .place-container {
    grid-template-columns: 480px 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .place-container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sub_page[data-page=sacred-place-detail] .place-container {
    gap: 40px;
  }
}
.sub_page[data-page=sacred-place-detail] .place-plate {
  grid-column: span 1;
}
.sub_page[data-page=sacred-place-detail] .place-plate.place-way {
  grid-column: span 2;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .place-plate.place-way {
    grid-column: span 1;
  }
}
.sub_page[data-page=sacred-place-detail] .place-slide .swiper-btn-link {
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .place-slide .swiper-btn-prev.swiper-button-disabled, .sub_page[data-page=sacred-place-detail] .place-slide .swiper-btn-next.swiper-button-disabled {
  opacity: 0.5;
}
.sub_page[data-page=sacred-place-detail] .place-slide .swiper-btn-prev .img-wrap, .sub_page[data-page=sacred-place-detail] .place-slide .swiper-btn-next .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #C0C9DC;
  background-color: #fff;
}
.sub_page[data-page=sacred-place-detail] .place-slide .swiper-btn-prev .img-wrap {
  transform: scale(-1);
}
.sub_page[data-page=sacred-place-detail] .place-slide .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: auto;
  font-weight: 200;
  font-family: 17px;
  letter-spacing: -0.34px;
}
.sub_page[data-page=sacred-place-detail] .place-slide .swiper-pagination-current {
  font-weight: normal;
  color: #E5002B;
}
.sub_page[data-page=sacred-place-detail] .place-photo .img-wrap {
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .place-photo .img-wrap img {
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .place-slide {
  z-index: 1;
}
.sub_page[data-page=sacred-place-detail] .place-infomation {
  padding-top: 75px;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .place-infomation {
    padding-top: 80px;
  }
}
.sub_page[data-page=sacred-place-detail] .place-tit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub_page[data-page=sacred-place-detail] .place-tit .tit {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: -0.45px;
}
.sub_page[data-page=sacred-place-detail] .place-tit .sub-tit {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.25px;
}
.sub_page[data-page=sacred-place-detail] .place-dlist {
  padding-top: 5px;
  display: flex;
  gap: 7px;
}
.sub_page[data-page=sacred-place-detail] .place-dlist:first-of-type {
  padding-top: 25px;
}
.sub_page[data-page=sacred-place-detail] .place-dlist .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #2A7DC2;
  margin-top: 2.15px;
}
.sub_page[data-page=sacred-place-detail] .place-dlist .img-wrap img {
  width: 8px;
}
.sub_page[data-page=sacred-place-detail] .place-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
  text-align: center;
}
.sub_page[data-page=sacred-place-detail] .place-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sub_page[data-page=sacred-place-detail] .place-tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  border-radius: 13px;
}
.sub_page[data-page=sacred-place-detail] .place-tel .txt {
  font-size: 21px;
  letter-spacing: 0;
}
.sub_page[data-page=sacred-place-detail] .place-tels {
  display: flex;
  gap: 32px;
  padding-top: 40px;
}
.sub_page[data-page=sacred-place-detail] .place-phone .icon {
  background-color: #2A7DC2;
}
.sub_page[data-page=sacred-place-detail] .place-fax .icon {
  background-color: #2ABDC2;
}
.sub_page[data-page=sacred-place-detail] .place-table {
  position: relative;
  width: 100%;
  font-size: 21px;
  letter-spacing: -0.21px;
  table-layout: auto;
}
.sub_page[data-page=sacred-place-detail] .place-table::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.sub_page[data-page=sacred-place-detail] .place-table tr:first-of-type th, .sub_page[data-page=sacred-place-detail] .place-table tr:first-of-type td {
  border-top: unset;
}
.sub_page[data-page=sacred-place-detail] .place-table th, .sub_page[data-page=sacred-place-detail] .place-table td {
  height: 60px;
  border: 1px solid #DEDEDE;
  border-left: unset;
}
.sub_page[data-page=sacred-place-detail] .place-table th {
  width: 180px;
  font-weight: 500;
  text-align: left;
  padding: 30px 20px;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .place-table th {
    width: 80px;
  }
}
.sub_page[data-page=sacred-place-detail] .place-table td {
  border-right: unset;
  padding: 20px 0px 20px 20px;
}
.sub_page[data-page=sacred-place-detail] .place-table-wrap {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .place-table-wrap {
    padding-top: 60px;
  }
}
.sub_page[data-page=sacred-place-detail] .place-table-wrap::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 60px;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 200px;
  background: linear-gradient(180deg, #F5F7FC, #FFFFFF);
  z-index: 0;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .place-table-wrap::before {
    display: none;
  }
}
.sub_page[data-page=sacred-place-detail] .place-intro {
  padding-top: 120px;
  font-size: 21px;
  letter-spacing: -0.21px;
  line-height: 1.65;
  white-space: pre-wrap;
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .place-intro {
    padding-top: 60px;
  }
}
.sub_page[data-page=sacred-place-detail] .place-way {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sub_page[data-page=sacred-place-detail] .place-way .map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 580px;
  border-radius: 13px;
  background-color: #E6E8EF;
  overflow: hidden;
}
.sub_page[data-page=sacred-place-detail] .place-way .map > img {
  position: absolute;
}
.sub_page[data-page=sacred-place-detail] .place-way-tit {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0;
}
.sub_page[data-page=sacred-place-detail] .place-way-tit .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 13px;
  background-color: #666;
}
.sub_page[data-page=sacred-place-detail] .swiper {
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .swiper-modal-photo {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 1280px) {
  .sub_page[data-page=sacred-place-detail] .swiper-modal-photo {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .sub_page[data-page=sacred-place-detail] .swiper-modal-photo {
    max-width: unset;
  }
}
.sub_page[data-page=sacred-place-detail] .swiper-modal-photo .swiper-slide {
  border: 1px solid #FFFFFF99;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
}
.sub_page[data-page=sacred-place-detail] .swiper-photo {
  background-color: #fff;
  box-shadow: 20px 20px 25px #00000033;
  border-radius: 20px;
}
.sub_page[data-page=sacred-place-detail] .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .swiper-slide .img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .swiper-slide .img-wrap img {
  width: 100%;
}
.sub_page[data-page=sacred-place-detail] .swiper-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
}
.sub_page[data-page=sacred-place-detail] .swiper-btn-prev.swiper-button-disabled, .sub_page[data-page=sacred-place-detail] .swiper-btn-next.swiper-button-disabled {
  opacity: 0.5;
}

/* // scss 성지소개 */