﻿@import "https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@300;400;700&display=swap";
@import "https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css";

@font-face {
  font-family: "GyeonggiMillenniumBackground";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff")
    format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GyeonggiMillenniumBackground";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Bold.woff")
    format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "MapoBackpacking";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoBackpackingA.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-base: "GyeonggiMillenniumBackground", system-ui, -apple-system,
    "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --font-accent: "MapoBackpacking", "Noto Serif KR", serif;
}

p,
button,
a,
a.btn,
span,
div,
.lead,
.map-section .map-detail-info .map-sub-info .section-subtitle,
body,
*,
.font-base,
.as-square {
  font-family: var(--font-base);
}

.share-section,
.map-section,
.font-accent,
.as-backpacking,
.main-header__top .main-title,
.section-subtitle,
.section-title {
  font-family: var(--font-accent);
}

.use-base {
  font-family: var(--font-base);
}

.use-accent {
  font-family: var(--font-accent);
}

* {
  -webkit-text-size-adjust: none;
  font-weight: 300;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

body {
  user-select: none;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  background: #fcf9f7;
  color: #555;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.main-container {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 100vh;
  background: #fff5f8;
}

.section {
  padding: 0;
  position: relative;
  background: transparent;
}

.section-header {
  text-align: center;
  margin-bottom: 24px;
}

.section-title {
  font-size: 30px;
  color: #d4697a;
  margin: 0 0 12px;
}

.section-subtitle {
  font-size: 18px;
  color: #777;
  font-weight: 300;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1.2s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-header__top {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem 1.5rem;
  z-index: 2;
  position: absolute;
}

.main-header__top .small-title {
  font-family: "Great Vibes", cursive;
  font-size: 1.2rem;
  color: #c9997a;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
}

.main-header__top .main-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header__bg-container {
  position: relative;
  width: 100%;
  height: 850px;
}

.main-header__bg-container .main-header__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-header__bg-container .main-header__bottom-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(
    to top,
    rgba(255, 245, 248, 0.8),
    transparent 95%
  );
  color: #5c3a2e;
}

.main-header__bg-container .main-header__bottom-info .wedding-date {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}

.main-header__bg-container .main-header__bottom-info .wedding-place {
  font-size: 15px;
  font-weight: 500;
}

.insa-section {
  text-align: center;
  color: #555;
  padding: 32px 24px 0;
}

.insa-section .insa-header {
  margin-bottom: 24px;
}

.insa-section .insa-message {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.insa-section .insa-family {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.insa-section .insa-family .icon-flower {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  opacity: 0.8;
}

.insa-section .insa-family .family-line {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 14px;
}

.insa-section .insa-family .family-line .parent {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.insa-section .insa-family .family-line .relation {
  margin: 0 0.3rem;
  color: #777;
}

.insa-section .insa-family .family-line .name {
  font-weight: 600;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.our-map {
  position: relative;
  padding: 0 24px;
}

.our-map .section-title {
  color: #555;
}

.our-map .section-subtitle {
  color: #777;
  font-size: 16px;
}

.map-scroller {
  height: 400vh;
  position: relative;
  min-height: 100vh;
  overscroll-behavior: contain;
}

.map-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: visible;
  z-index: 2;
  will-change: transform;
  display: flex;
  align-items: flex-start;
  padding: 60px 0;
  gap: 32px;
}

.map-rail {
  position: relative;
  width: 80px;
  flex-shrink: 0;
  will-change: transform;
  overflow: visible;
  z-index: 2;
  margin-left: 20px;
}

.story-line {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 100/1200;
  margin: 0;
  color: #f1c5c9;
}

.story-line #routePath {
  stroke-width: 3.2;
}

.story-line path[stroke="#ECE7DF"] {
  stroke-width: 6;
}

.checkpoints {
  position: absolute;
  inset: 0;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.cp {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  opacity: 0.3;
  transition: opacity 0.4s ease;
  z-index: 1;
  left: 50%;
}

.cp.active {
  opacity: 1;
}

.cp-pin {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: radial-gradient(
    circle at 35% 35%,
    #fff 0%,
    #f7f5f1 70%,
    #efeae4 100%
  );
  border-radius: 50%;
  border: 2px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.cp.highlight .cp-pin {
  background: #f1c5c9;
  box-shadow: 0 2px 8px rgba(30, 61, 47, 0.25);
}

.cp.active .cp-pin {
  border-color: #f1c5c9;
  transform: scale(1.3);
}

.cp-pin.heart {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-pin.heart svg {
  display: block;
  fill: #f8d7da;
  transition: fill 0.25s ease;
}

.cp.active .cp-pin.heart svg {
  fill: #e25c72;
}

@keyframes sparkle {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 192, 203, 0.6));
  }

  50% {
    transform: scale(1.3);
    filter: drop-shadow(0 0 8px rgba(255, 192, 203, 0.8));
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 192, 203, 0.6));
  }
}

.cp.active .cp-pin.heart svg {
  animation: sparkle 1.2s ease-in-out infinite;
}

.story-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: visible;
  padding-right: 20px;
}

.story-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  max-height: 0;
  pointer-events: none;
}

.story-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  max-height: 800px;
  pointer-events: auto;
  margin-bottom: 16px;
}

.story-card__media {
  margin: 0;
  background: #f3f1ec;
}

.story-card__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
}

.story-card__body {
  padding: 16px 18px;
}

.story-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #555;
}

.story-card__desc {
  margin: 0 0 8px;
  line-height: 1.6;
  word-break: keep-all;
  color: #666;
  font-size: 14px;
}

.story-card__desc p {
  margin: 0 0 8px;
}

.story-card__date {
  font-size: 13px;
  color: #999;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .story-card {
    transition: none !important;
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
  }
}

.map-section {
  text-align: center;
}

.map-section .map-content {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.map-section .map-info {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.4rem;
  margin-bottom: 1.2rem;
}

.map-section .map-iframe {
  width: 100%;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.map-section .cont {
  display: none !important;
}

.map-section .map-detail-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 24px 24px 0;
  font-size: 15px;
  line-height: 1.6;
}

.map-section .map-detail-info .section-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #555;
}

.map-section .map-detail-info .section-subtitle {
  font-size: 15px;
  color: #555;
}

.map-section .map-detail-info .map-sub-info {
  margin-top: 16px;
}

.map-section .map-detail-info .map-sub-info .section-subtitle {
  margin-bottom: 8px;
}

.map-section .map-detail-info ul {
  padding-left: 18px;
  margin: 0;
}

.map-section .map-detail-info ul + .section-subtitle {
  margin-top: 12px;
}

.map-section .map-detail-info li {
  margin-bottom: 6px;
}

.map-section .map-detail-info li span {
  color: #555;
}

.share-section {
  text-align: center;
  color: #333;
  padding-bottom: 64px;
}

.share-section .share-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 12px;
  flex-wrap: nowrap;
  margin-top: 1.5rem;
}

.share-section .share-btn {
  flex: 1;
  max-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 6px;
  border-radius: 999px;
  border: 1px solid #e0dcd8;
  background: #fff;
  color: #5c3a2e;
  cursor: pointer;
  transition: all 0.25s ease;
}

.share-section .share-btn i,
.share-section .share-btn .ico {
  font-size: 1rem;
}

.share-section .share-btn:hover {
  background: #f7eae5;
}

.share-section .kakao-btn {
  background: #fee500;
  border: none;
  color: #3c1e1e;
}

.share-section .kakao-btn:hover {
  background: #ffeb3b;
}

.share-section .url-btn,
.share-section .google-btn {
  background: #fff;
  border: 1px solid #d5c6c2;
  color: #5c3a2e;
}

.share-section .url-btn:hover,
.share-section .google-btn:hover {
  background: #f7eae5;
}

.gallery-section {
  text-align: center;
}

.gallery-section .gallery-grid {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 auto;
}

.gallery-section .gallery-item {
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.gallery-section .gallery-item.is-hidden {
  display: none;
}

.gallery-section .gallery-item img {
  display: block;
  width: 100%;
  border-radius: 8px;
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: auto;
}

.gallery-section .gallery-more {
  margin-top: 14px;
}

.btn-more {
  padding: 6px 12px;
  border: 1px solid #d5c6c2;
  background: #fff;
  border-radius: 8px;
  color: #5c3a2e;
  font-weight: 500;
  cursor: pointer;
}

.btn-more:hover {
  background: #f7eae5;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--vh, 100vh);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overscroll-behavior: contain;
}

.lightbox.is-open {
  display: flex;
  pointer-events: auto;
}

.lightbox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--vh, 100vh);
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(1px);
}

.lightbox__content {
  position: relative;
  width: 92vw;
  max-width: 420px;
  max-height: calc(var(--vh, 100vh) * 0.88);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__img {
  width: 100%;
  height: auto;
  max-height: calc(var(--vh, 100vh) * 0.88);
  object-fit: contain;
  background: #111;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lightbox__close {
  position: absolute;
  top: -44px;
  right: -8px;
  z-index: 10;
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.lightbox__prev {
  left: 4px;
}

.lightbox__next {
  right: 4px;
}

html.modal-open,
body.modal-open {
  overflow: hidden !important;
  height: var(--vh, 100vh);
}

.message-section {
  color: #333;
  position: relative;
}

.message-section .message-content {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}

.message-section .message-list {
  display: flex;
  padding-top: 8px;
  flex-direction: column;
  gap: 16px;
}

.message-section .message-item {
  border: 1px solid #e8e3dd;
  padding: 20px 16px;
  border-radius: 8px;
  background: #fffefb;
  position: relative;
}

.message-section .message-item::before,
.message-section .message-item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f2d8cc;
}

.message-section .message-item::before {
  top: 10px;
  left: 10px;
}

.message-section .message-item::after {
  top: 10px;
  left: 24px;
}

.message-section .message-title {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}

.message-section .message-text {
  color: #555;
  white-space: pre-line;
  line-height: 1.6;
}

.message-section .message-form {
  border-radius: 8px;
  background: #fffaf5;
  border: 1px solid #f0e6de;
  padding: 28px 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.message-section .message-form h3 {
  color: #8a6e5a;
  text-align: center;
}

.message-section .message-form .form-control {
  border: 1px solid #d7c7ba;
}

.message-section .message-form .form-control:focus {
  border-color: #c4a391;
  box-shadow: 0 0 0 0.25rem rgba(196, 163, 145, 0.25);
}

.message-section .message-form .btn-primary {
  background: #c4a391;
  border-color: #c4a391;
  font-weight: 700;
}

.message-section .message-form .btn-primary:hover {
  background: #a8836e;
  border-color: #a8836e;
}

.message-section #load-more-btn {
  display: none !important;
  margin: 20px auto;
}

.message-section #load-more-btn.on-active {
  display: flex !important;
}

.upload-btn {
  display: block;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  margin: 3rem auto 0;
  padding: 1.2rem 2.5rem;
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
  box-shadow: 0 8px 25px rgba(255, 154, 158, 0.4);
  transition: all 0.3s ease;
}

.upload-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 154, 158, 0.5);
  color: #fff;
  text-decoration: none;
}

.upload-btn i {
  margin-right: 0.5rem;
}

.card {
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(212, 105, 122, 0.1);
  border: 1px solid #f8d7da;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(212, 105, 122, 0.2);
}

.card .card-img-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
  pointer-events: auto !important;
}

.btn-primary {
  background: #d4697a !important;
  border-color: #d4697a !important;
}

.btn-primary:hover {
  background: #cc4d61 !important;
  border-color: #cc4d61 !important;
}

.photo-thumbnail {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.photo-thumbnail:hover {
  transform: scale(1.05);
}

.audio-control {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid #f8d7da;
  color: #d4697a;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.audio-control:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(212, 105, 122, 0.2);
}

.pagination-wrapper {
  margin-top: 3rem;
  text-align: center;
}

.pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pagination li {
  margin: 0;
}

.pagination a {
  display: block;
  padding: 1rem 1.2rem;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #eee;
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination a:hover {
  background: #f8f9fa;
  color: #333;
}

.pagination li:last-child a {
  border-right: none;
}

.pagination .active a {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
  color: #fff;
}

.pagination .active a:hover {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
  color: #fff;
}

.empty-state {
  text-align: center;
  padding: 4rem 1rem;
}

.empty-state i {
  font-size: 5rem;
  color: #ddd;
  margin-bottom: 1.5rem;
}

.empty-state h3 {
  color: #999;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.empty-state p {
  color: #bbb;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

:root {
  --hr-accent: #f1c5c9;
  --hr-accent-2: #f8e0e3;
  --hr-shadow: rgba(0, 0, 0, 0.08);
}

.hr-soft {
  border: 0;
  height: 2px;
  width: min(92%, 640px);
  margin: 28px auto;
  background: linear-gradient(
    90deg,
    transparent,
    var(--hr-accent),
    transparent
  );
  filter: drop-shadow(0 1px 0 var(--hr-shadow));
}

.hr-emboss {
  border: 0;
  height: 10px;
  margin: 32px auto;
  width: min(92%, 640px);
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.6))
      border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 #fff, 0 6px 18px var(--hr-shadow);
}

.hr-wave {
  width: min(92%, 640px);
  margin: 36px auto 24px;
}

.hr-wave svg {
  width: 100%;
  height: 24px;
  display: block;
}

.hr-wave path {
  fill: none;
  stroke: var(--hr-accent);
  stroke-width: 2.5;
  stroke-linecap: round;
  filter: drop-shadow(0 1px 0 var(--hr-shadow));
}

.hr-love {
  --line: #6b4b3e;
  --bg: #fff5f8;
  --heart: #bd6d6d;
  border: 0;
  height: 36px;
  width: min(92%, 560px);
  margin: 40px auto;
  position: relative;
  background: transparent;
}

.hr-love::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #fff5f8;
  transform: translateY(-50%);
  border-top: 1px dashed var(--line);
}

.hr-love::after {
  content: "❤";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--heart);
  line-height: 1;
  padding: 0 10px;
  background: var(--bg);
  border-radius: 999px;
}

.hr-love.--on-card {
  --bg: #fff;
}

.hr-love.--solid {
  background: linear-gradient(90deg, var(--line), var(--line));
}

.hr-line {
  --line: #6b4b3e;
  border: 0;
  border-top: 1px dashed var(--line);
  margin: 40px auto;
  width: min(92%, 560px);
  height: 0;
}

.account-section {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px 8px;
  text-align: center;
  color: #555;
}

.account-section .account-header {
  margin-bottom: 18px;
}

.account-section .account-header .section-subtitle {
  letter-spacing: 0.22em;
}

.account-section .account-header .section-title {
  color: #555;
}

.account-section .account-header .account-lead {
  margin: 14px auto 0;
  color: #777;
  line-height: 1.9;
  word-break: keep-all;
}

.account-section .account-wrap {
  margin: 20px auto 8px;
  display: grid;
  gap: 10px;
}

.account-section .acc {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.account-section .acc .acc-head {
  width: 100%;
  background: #fcf9f7;
  border: none;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
}

.account-section .acc .acc-head .chev {
  transition: transform 0.2s ease;
}

.account-section .acc .acc-head[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}

.account-section .acc .acc-panel {
  text-align: left;
  padding: 0;
  background: #fff;
}

.account-section .acc .acc-panel .acc-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  border-top: 1px solid #f0f0f0;
}

.account-section .acc .acc-panel .acc-item:first-child {
  border-top: none;
}

.account-section .acc .acc-panel .acc-item .meta .who {
  display: inline-block;
  min-width: 42px;
  color: #777;
  font-size: 13px;
}

.account-section .acc .acc-panel .acc-item .meta .name {
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
}

.account-section .acc .acc-panel .acc-item .meta .name .ico-copy {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfda;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: transform 0.06s ease, background 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.account-section .acc .acc-panel .acc-item .meta .name .ico-copy svg {
  display: block;
}

.account-section .acc .acc-panel .acc-item .meta .name .ico-copy:hover {
  background: #fff9fb;
  border-color: #e7d4ce;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.account-section .acc .acc-panel .acc-item .meta .name .ico-copy:active {
  transform: scale(0.97);
}

.account-section .acc .acc-panel .acc-item .meta .name .ico-copy:focus-visible {
  outline: 2px solid rgba(212, 105, 122, 0.35);
  outline-offset: 2px;
}

.account-section .acc .acc-panel .acc-item .meta .bank {
  margin-top: 4px;
  color: #555;
  font-size: 14px;
}

.account-section .acc .acc-panel .acc-item .actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.account-section .acc .acc-panel .acc-item .actions .btn-kakao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fee500;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #f3dc00;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.account-section .copy-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(16px);
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 9999;
}

.account-section .copy-toast.on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.map-section .map-detail-info .ico-copy {
  cursor: pointer;
}

.map-section .map-detail-info .ico-copy svg {
  display: block;
}
