/*Wordpress*/
#wpadminbar {
  position: fixed !important;
}

body.admin-bar header,
body.admin-bar .sidebar {
  top: 32px;
}

@media screen and (max-width: 992px) {
  body.admin-bar header,
  body.admin-bar .sidebar {
    top: 46px;
  }
}

/* font */
.maru-f {
  font-family: "MaruBuri", sans-serif !important;
}

/* header */
.header {
  transform: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: var(--white);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: transform 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.header_util--left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 50px;
}
.menu-item-has-children {
  font-size: 18px;
}

.header_util {
  display: flex;
  align-items: center;
  gap: 10px;
}
.login_ic,
.search_ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search_ic.only-pc {
  display: none;
}

.counsel_btn span {
  font-weight: 700;
}
/* footer */
.footer {
  background: var(--primary-color);
  color: var(--white);
  z-index: 10;
}

.footer-inner {
  padding: 80px 15px 30px 15px;
  text-align: center;
}

/* 브랜드 */
.footer-brand {
  width: 120px;
  margin-bottom: 20px;
}

.brand-icon {
  width: 90px;
  height: 50px;
  margin: 0 auto 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px 100px 0 0;
  position: relative;
}

.brand-icon .plus {
  position: absolute;
  right: -8px;
  top: -14px;
  font-size: 22px;
}

.brand-name {
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.9;
}

/* 전화 */
.footer-call {
  margin-bottom: 30px;
}

.call-number {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  margin-bottom: 6px;
}

.call-desc {
  font-size: 14px;
  opacity: 0.85;
}

/* 회사 정보 */
.footer-info {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
  text-align: left;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* 외부 링크 */
.footer-links {
  display: flex;
  justify-content: start;
  gap: 24px;
  margin-bottom: 15px;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
}
.footer-links a .f-link-ic {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 하단 */
.footer-bottom {
  border-top: 2px solid var(--white);
  padding-top: 20px;
}

.policy-links {
  display: flex;
  justify-content: start;
  gap: 14px;
  font-size: 12px;
  margin-bottom: 14px;
}

.policy-links a {
  color: var(--white);
  text-decoration: none;
  opacity: 0.9;
}

.copyright {
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
  opacity: 0.8;
}

.copyright span {
  opacity: 0.6;
}

/* 행버거 바 css */
.btn-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
}

/* 햄버거 영역 */
.btn-menu__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--primary-color4);
  transition:
    transform 0.4s ease,
    opacity 0.3s ease;
}

/* 바 간격 */
.btn-menu__bar + .btn-menu__bar {
  margin-top: 5px;
}

/* sidebar */
.sidebar {
  position: fixed;
  top: var(--header-height);
  right: 0;
  width: 100%;
  height: calc(100dvh - 80px);
  background: rgba(234, 231, 237, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 30;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  overflow-y: auto;
}
.sidebar .menu-item-has-children > a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
.sidebar .menu-item-has-children > a::after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid var(--primary-color4);
  content: "";
  opacity: 0.5;
}
.sidebar .menu-item-has-children > .sub-menu {
  font-size: 14px;
  opacity: 0.6;
}
.sub-menu .menu-item a {
  display: block;
}
.sidebar-menu {
  display: flex;
  flex-direction: column;
  padding: 60px 20px 90px 20px;

  gap: 15px;
}
/* 활성화 */
.sidebar.is-open {
  transform: translateX(0);
}
.search-form {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 80%;
  justify-content: center;
  align-items: center;
}
.search-input {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.search--block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: var(--header-height);
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 231, 237, 0.8);
  backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 30;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  overflow-y: auto;
}
.search--block .search--area {
  position: relative;
  height: 100%;
  padding: 0 50px;
}
.search--block.is-open {
  transform: translateX(0);
}
.search--block input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 44px;
  width: 100%;

  margin: 0 auto;
  padding: 10px 35px 10px 15px;
  border: none;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid var(--primary-color4);
}
.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 10;
}

/* sns block */
.search--area .sns--block {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.sns--block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 50px 0;
  gap: 12px;
}
.sns--block li {
}
.sns--block li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.sns--block li a .call-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.sns--block li a span {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
}

/* close-btn */
.close--btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* arrow */
.arrow-ic {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowUpDown 2s infinite;
}
@keyframes arrowUpDown {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(5px);
  }
}

/* archive 공통 css */
.archive-area {
  margin-top: calc(var(--header-height) + 100px);
}
.archive .text--block,
.faq-area .text--block,
.memorial-write .text--block,
.search-results .text--block,
.login-page .text--block,
.register-page .text--block,
.mypage-page .text--block,
.policy-area .text--block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}
.notice-list {
  border-top: 1px solid var(--primary-color4);
}
.notice-list .notice-card {
  display: flex;
  gap: 15px;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.notice-card__link {
  display: flex;
  align-items: center;
  width: 100%;
}
.notice-card__link.reviews-card__link {
  /* flex-direction: column; */
}
.notice-card__num {
  display: none;
}
.notice-card__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
}
.notice-card__body.reviews-card__body {
  justify-content: space-between;
}
.notice-card__body .text-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}
.notice-card__title {
  margin: 0;
  font-size: 16px;
  color: var(--primary-color4);
  line-height: 1.6;
}
.notice-card__date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--primary-color5);
}
.notice-card__badge {
  padding: 3px;
  color: var(--white);
  font-size: 11px;
  border-radius: 4px;
  background: var(--primary-color4);
}
.notice-card--pinned {
  background: #fafafa;
}

.notice-card--pinned .notice-card__title {
  font-weight: 600;
}
.notice-card__excerpt {
  display: none;
}
/* single notice */
.single-notice--area {
  margin-top: calc(var(--header-height) + 50px);
}
.single-notice__header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 20px;
}
.single-notice__header.v1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.single-notice__header--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-notice__header.v1 .single-notice__title-wrap {
  text-align: center;
}
.single-notice__meta {
  position: relative;
  font-size: 13px;
  color: #888;
}
.single-notice__title {
  font-size: 24px;
  font-weight: 600;
}
.notice-category {
  font-size: 14px;
  color: var(--primary-color);
}
.notice-date,
.notice-author {
  position: relative;
  padding-left: 17px;
}
.notice-date::before,
.notice-author::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background: var(--primary-color4);
  content: "";
  margin: 0 6px;
}

.single-notice__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: none;
  border: 0;
  cursor: pointer;
}

.share-list {
  position: absolute;
  display: flex;
  top: 70%;
  right: 0;
  margin-top: 8px;
  padding: 6px;
  background: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease;
  gap: 6px;
}

.share-list.is-open {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.share-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.single-notice__content-box {
  border-top: 1px solid var(--primary-color4);
  border-bottom: 1px solid var(--primary-color4);
  padding: 40px 0;
}
.single-notice__content p {
  font-size: 16px;
  color: #585656;
}
.single-notice__content img {
  max-width: 50%;
  border-radius: var(--bdrs12);
  overflow: hidden;
}
.single-notice__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.notice-nav.notice-prev,
.notice-nav.notice-next {
  width: 54px;
  height: 54px;
}
.notice-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.nav-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-arrow > span {
  font-size: 15px;
  color: var(--primary-color4);
  font-weight: 600;
}
.notice-nav a .nav-title {
  display: none;
  color: #666666;
  font-size: 14px;
}
.notice-list--btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
}
.notice-card__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px;
  margin-right: 0px;
  overflow: hidden;
  border-radius: var(--bdrs12);
}
.notice-card__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* pet_stats */
.archive-pet_stats .notice-card:not(.notice-card--pinned) {
  padding: 6px 0;
}

/* memorial */
.memorial-category-tabs {
  overflow: hidden;
}
.archive-remember_crystal .memorial-category-tabs {
  display: none;
}
/* .swiper-free-mode > .swiper-wrapper {
  display: flex;
} */
.memorial-category-tabs > ul {
  display: flex;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1vw;
  row-gap: 1vh; */
  margin-bottom: 20px;
}
.memorial-category-tabs .swiper-slide {
  width: auto;
}
.memorial-category-tabs > ul > li > a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 15px;
  background: #efefef;
  border-radius: 30px;
  color: var(--primary-color5);
  transition: all 0.4s ease;
  cursor: pointer;
}
.memorial-category-tabs > ul > li > a:hover {
  padding: 5px 15px 5px 22px;
  background: var(--primary-color4);
  color: var(--white);
}
.memorial-category-tabs > ul > li.active a {
  padding: 5px 15px 5px 22px;
  background: var(--primary-color4);
  color: var(--white);
}
.memorial-category-tabs > ul > li:hover a::before {
  visibility: visible;
}
.memorial-category-tabs > ul > li.active a::before {
  visibility: visible;
}
.memorial-category-tabs > ul > li > a::before {
  position: absolute;
  top: 9px;
  left: 12px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color3);
  visibility: hidden;
  transition: all 0.2s ease;
}
.memorial-category-tabs > ul > li > a::before {
}
.memorial-list {
  margin-top: 40px;
}
.rainbow-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.rainbow-card {
  position: relative;
  border-radius: var(--bdrs12);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.rainbow-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.rainbow-card__thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.rainbow-card__thumb.reviews-card__thumb {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.rainbow-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rainbow-card__body {
}

.rainbow-card__body .text-box {
  height: 120px;
}
.archive-memorial_goods .rainbow-card__body .text-box {
  height: auto;
}
.archive-memorial .notice-list {
  border: none;
}
.memorial-card--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-memorial_goods .memorial-card__info {
  align-items: center;
}
.memorial-card__info {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.rainbow-card__date {
  font-size: 13px;
}
.memorial-category {
  font-size: 13px;
}
.archive-memorial_goods .memorial-category {
  margin: 0;
}
.memorial-card__info .rainbow-card__title {
  font-size: 16px;
  color: var(--primary-color4);
}

.rainbow-card__title a {
}
/* 수정 삭제 버튼 */
.memorial-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.memorial-actions .btn {
  font-size: 15px;
  padding: 9px 30px;
}
.memorial-actions .btn:hover {
}
.memorial-actions .btn.btn-delete {
}
/* 추모글 작성하기 버튼 */
.btn-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.btn-write {
  margin-left: auto;
}
.deco--block {
  width: 100%;
  height: 30px;
}

/* reviews */
.reviews-meta {
  display: flex;
  align-items: center;
}
.reviews-meta .reviews-author,
.reviews-meta .reviews-card__date {
  display: block;
  min-width: 110px;
  max-width: 110px;
  text-align: right;
}
.reviews-meta .reviews-author {
  text-align: left;
}
.reviews-meta .reviews-card__date {
  min-width: auto;
}
.reviews-meta .reviews-card__views {
  display: block;
  min-width: 20px;
  max-width: 50px;
  text-align: right;
}
.reviews-meta .notice-card__date {
  padding-right: 0;
}
.reviews-meta .notice-card__date.reviews-card__views {
  padding-right: 15px;
  padding-left: 15px;
}

/* search */
.notice-card__body.search-card__body {
  justify-content: flex-start;
}

.search-type {
  min-width: 120px;
  font-size: 14px;
}

/* policy */
.policy-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.7;
  margin: 50px 0;
}
.policy-list > li {
  margin-bottom: 30px;
  color: var(--primary-color5);
  margin: 0 0 1em;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 16px);
}
.policy-list strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #272731;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
.policy-list ul {
  margin-top: 10px;
  padding-left: 15px;
}
.policy-list ul > li > strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #272731;
}
/*End Wordpress*/

/* 404 page */
.lo-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 20px;
}

.login_status {
  text-align: center !important;
}

/* PC (992px 이상) */
@media screen and (min-width: 992px) {
  .search_ic,
  .login_ic {
    display: none;
  }
  .search_ic.only-pc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* ======================
   Navigation
====================== */
  .header {
    transform: translateY(0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: var(--white);
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: transform 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .header.is-hidden {
    transform: translateY(-100%);
  }
  .header_logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 110px;
    height: 60px;
  }
  .header_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .header_nav--list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3vw;
  }
  /* mega menu */
  .mega-panel {
    position: absolute;
    top: var(--header-height);
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 1400px;

    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);

    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  /* header 영역 hover 시 패널 등장 */
  .header_nav:hover + .mega-panel,
  .mega-panel:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .mega-panel__list {
    display: flex;
    justify-content: center;
    padding: 3vw;
  }

  .mega-panel__list > li {
    position: relative;
    width: 150px;
    margin-right: 1.5vw;
  }
  .mega-panel__list > li:last-child {
    margin-right: 0;
  }
  .mega-panel__list > li::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    border-right: 1px solid var(--primary-color4);
    opacity: 0.2;
  }
  .mega-panel__list > li:last-child:after {
    display: none;
  }
  .mega-panel__list > li > a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
  }

  .mega-panel__list .sub-menu a {
    font-size: 15px;
    padding: 6px 0 0 0;
    display: block;
    opacity: 0.7;
    transition: all 0.4s ease;
  }
  .mega-panel__list .sub-menu a:hover {
    opacity: 0.97;
  }
  /* 행버거 바 css */
  .btn-menu {
    display: none;
  }

  /* notice css */
  .archive-area {
    margin-top: calc(var(--header-height) + 100px);
  }

  .single-notice--area {
    margin-top: calc(var(--header-height) + 100px);
  }
  .notice-card__title {
    font-size: 18px;
  }
  .notice-card__num {
    display: block;
    width: 80px;
    font-size: 16px;
    color: var(--primary-color4);
    min-width: 24px;
    text-align: center;
    flex-shrink: 0;
  }
  .notice-card__body {
    width: 100%;
    flex-direction: row;
  }
  .notice-list .notice-card {
    padding: 30px 0;
  }
  .archive-reviews .notice-list .notice-card {
    padding: 15px 0;
  }
  .search-results .notice-list .notice-card {
    padding: 15px 0;
  }
  .notice-card__date {
    padding-right: 15px;
    font-size: 14px;
    margin-left: auto;
  }
  .archive .text--block {
    margin-bottom: 50px;
  }

  .notice-card__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 0px;
    color: var(--primary-color4);
    font-weight: 600;
    font-size: 15px;
    background: transparent;
  }
  .notice-card__badge.only-m {
    display: none;
  }
  .notice-card__thumb {
    max-width: 110px;
    min-width: 110px;
    max-height: 110px;
    min-height: 110px;
    margin-right: 20px;
  }
  .notice-card__body .text-box {
    max-width: 80%;
    gap: 10px;
    width: 100%;
  }

  .notice-card__excerpt {
    display: block;
    margin-bottom: 0;
  }
  .notice-list--btn {
    width: 74px;
    height: 74px;
  }
  .single-notice__footer {
  }
  .notice-nav.notice-prev,
  .notice-nav.notice-next {
    width: auto;
    height: 74px;
  }
  /* pet_stats */
  .archive-pet_stats .notice-card:not(.notice-card--pinned) {
    padding: 10px 0;
  }
  /* memorial */
  .rainbow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .archive-remember_crystal .rainbow-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-remember_crystal .rainbow-list .rainbow-card__thumb {
    height: auto;
  }
  .memorial-category-tabs > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
  }
  .memorial-category-tabs > ul > li {
    border-radius: 30px;
    white-space: nowrap;
  }
  .archive-memorial_goods .memorial-category {
    margin: 0 0 0.5rem;
  }
  /* 추모글 작성하기 버튼 */
  .deco--block {
    height: 70px;
  }
  /* footer */
  .footer {
    background: linear-gradient(-315deg, #787997 0%, #272731 100%);
  }
  .footer-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  .footer-top {
    padding: 100px 0;
  }
  .footer-brand {
    width: 180px;
  }
  .call-number {
    font-size: 40px;
  }
  .call-desc {
    font-size: 16px;
  }
  .copyright {
    display: flex;
    gap: 10px;
  }
  .footer-inner .pc-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .footer-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    max-width: 930px;
    margin-bottom: 20px;
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar {
    display: none;
  }
  .policy-list {
    margin: 100px 0;
  }
}
