.state_back_btn {
  position: fixed;
  right: 60px;
  bottom: 170px;
  z-index: 4;
  display: flex;
  align-items: center;
}
.state_back_btn .in {
  width: 80px;
  height: 80px;
}

.slide_stop_btn {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .slide_stop_btn {
    bottom: 66px;
    right: 60px;
  }
}
.slide_stop_btn .text {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 0 solid #000;
  background-color: #000;
  color: #000;
  font-size: 13px;
  padding: 7px 13px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media (min-width: 1280px) {
  .slide_stop_btn .text {
    margin-right: 10px;
  }
}
.slide_stop_btn .text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.slide_stop_btn button {
  width: 35px;
}
@media (min-width: 1280px) {
  .slide_stop_btn button {
    width: 80px;
  }
}
.slide_stop_btn button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrap.memorial_history_detail_fullview {
  grid-template-columns: 1fr minmax(auto, 767px) 1fr;
  --swiper-theme-color: #D2AD75;
  height: 100vh;
}
@media (min-width: 1280px) {
  .wrap.memorial_history_detail_fullview {
    grid-template-columns: 100%;
    grid-template-rows: 110px 1fr;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .wrap.memorial_history_detail_fullview {
    height: auto;
    background-color: orange !important;
  }
}
.wrap.memorial_history_detail_fullview .moveBg {
  grid-row: 1/4;
  background: #494949;
}
.wrap.memorial_history_detail_fullview .menu_wrap .moveBg {
  background: #1D1A1B;
}
.wrap.memorial_history_detail_fullview .menu_container {
  background-color: #1D1A1B;
}
.wrap.memorial_history_detail_fullview .navbar {
  grid-column: 2/3;
}
@media (min-width: 1280px) {
  .wrap.memorial_history_detail_fullview .navbar {
    grid-column: 1/2;
  }
}
.wrap.memorial_history_detail_fullview header.header {
  background-color: #1D1A1B;
}
.wrap.memorial_history_detail_fullview .main_container {
  grid-column: 2/3;
}
@media (min-width: 1280px) {
  .wrap.memorial_history_detail_fullview .main_container {
    grid-column: 1/2;
  }
}
.wrap.memorial_history_detail_fullview .main_container .main {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrap.memorial_history_detail_fullview .main_container .main .main_slider {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #1D1A1B;
}
.wrap.memorial_history_detail_fullview .main_container .main .main_slider .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.memorial_history_detail_fullview .main_container .main .main_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap.memorial_history_detail_fullview .main_container .main .main_slider .swiper-button-prev {
  left: 3%;
}
.wrap.memorial_history_detail_fullview .main_container .main .main_slider .swiper-button-next {
  right: 3%;
}
.wrap.memorial_history_detail_fullview .main_container .main .imgbox {
  position: relative;
}
.wrap.memorial_history_detail_fullview .main_container .main .imgbox::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: transparent linear-gradient(180deg, rgba(29, 26, 27, 0) 0%, rgba(29, 26, 27, 0.5803921569) 51%, #1D1A1B 100%) 0% 0% no-repeat padding-box;
}
.wrap.memorial_history_detail_fullview .main_container .main .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap.memorial_history_detail_fullview .main_container .main .imgbox p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 0px 25px 25px 25px;
  z-index: 1;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .wrap.memorial_history_detail_fullview .main_container .main .imgbox p {
    padding: 0px 35px 35px 35px;
    font-size: 22px;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .wrap.memorial_history_detail_fullview .main_container .main .imgbox {
    min-height: 600px;
  }
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider {
  background-color: #1D1A1B;
  transform: translate(0, 0);
  left: auto;
  bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 100%;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .swiper-wrapper {
  height: auto;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .swiper-wrapper .swiper-slide {
  width: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #D2AD75;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 58px;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .wrap.memorial_history_detail_fullview .main_container .main .connect_slider .swiper-wrapper .swiper-slide img {
    height: 78px;
  }
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .text_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .text_area .date {
  letter-spacing: 0px;
  color: #D2AD75;
  font-size: 20px;
  font-family: "DM Serif Display";
  font-weight: 400;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .text_area .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .text_area .info .left {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 24px;
  color: #D2AD75;
}
.wrap.memorial_history_detail_fullview .main_container .main .connect_slider .text_area .info .left .theme {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-top: 5px;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  background-color: #1D1A1B;
  z-index: 1;
  display: flex;
  align-items: center;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .swiper-pagination {
  background-color: #463B31;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  position: relative;
  width: auto;
  flex: 1;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .swiper-pagination.swiper-pagination-lock {
  display: block;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
  position: relative;
  background-color: #1D1A1B;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #463B31;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right .swiper-pagination2 {
  background-color: #1D1A1B;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  position: relative;
  width: auto;
  padding: 0px 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #766250;
  display: flex;
  gap: 0px 7px;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right .swiper-pagination2 .swiper-pagination-current {
  color: #D2AD75;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right .stop_play {
  display: flex;
  align-items: center;
  background-color: #1D1A1B;
  z-index: 1;
  transform: translateY(-1px);
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right .stop_play img {
  width: 30px;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right .stop_play .play_btn {
  display: none;
  padding: 10px;
  cursor: pointer;
}
.wrap.memorial_history_detail_fullview .main_container .main .controller_area .right .stop_play .stop_btn {
  padding: 10px;
  cursor: pointer;
}
.wrap.memorial_history_detail_fullview .main_container .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
}