/* 모바일 사이드바 백 드롭 (S) */
.mobile-sidebar-backdrop {
  display: none;
}
@media (max-width: 991px) {
  .mobile-sidebar-backdrop.active {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1049;
    background: rgba(0, 0, 0, 0.35);
  }
}
/* 모바일 사이드바 백 드롭 (E) */

/* 푸터 디자인 (S) */
.site-footer {
  margin-top: 40px;
  padding: 36px 16px 88px;
  background: linear-gradient(180deg, #faf7ff 0%, #ffffff 100%);
  border-top: 1px solid #eee5f7;
  color: #555;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.footer-brand strong {
  font-size: 18px;
  font-weight: 700;
  color: #b93ffa;
}

.footer-brand span {
  font-size: 13px;
  color: #888;
}

.footer-info {
  display: grid;
  gap: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.footer-info p {
  margin: 0;
}

.footer-policy {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-policy a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #ead7f7;
  border-radius: 999px;
  background: #fff;
  color: #6f2ea1;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-policy a:hover {
  background: #b93ffa;
  border-color: #b93ffa;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 24px;
    padding: 28px 16px 92px;
  }

  .footer-brand {
    flex-direction: column;
    gap: 2px;
  }

  .footer-info {
    font-size: 11px;
  }

  .footer-policy {
    gap: 8px;
  }

  .footer-policy a {
    font-size: 11px;
    padding: 7px 10px;
  }
}
.footer-kakao-link {
  color: #b93ffa;
  font-weight: 600;
  text-decoration: none;
}

.footer-kakao-link:hover {
  text-decoration: underline;
}
/* 푸터 디자인 (E) */

/* 상단 네비게이션 (S) */
.user-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-wallet {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  border-radius: 0.375rem;
  background: #b93ffa;
  box-shadow: 0 6px 14px rgba(185, 63, 250, 0.18);
}

.header-balance-pill {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-charge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-charge-btn:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: scale(1.04);
}


.header-user-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 0.375rem;
  background: #f4e6f9;
  color: #b93ffa;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.header-user-pill i {
  font-size: 10px;
}

@media (max-width: 768px) {
  .user-info-header {
    gap: 6px;
  }

  .header-charge-btn {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }

  .header-user-pill {
    min-height: 32px;
    padding: 7px 10px;
  }
}
/* 상단 네비게이션 (E) */

/* 로그인 안내 모달 (S) */
/* 모달이 열려 있을 때 모바일 하단 네비게이션 숨김 */
body.modal-open .mobile-controls,
body.modal-open .unique-bottom-navbar {
  display: none !important;
}

.modal-open {
  max-height: 100% !important;
}
.order-guide-actions .order-guide-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border: none !important;
  border-radius: 12px;
  background: #b93ffa !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(185, 63, 250, 0.24);
}

.order-guide-actions .order-guide-login:hover,
.order-guide-actions .order-guide-login:focus {
  background: #a832e8 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.order-guide-actions .order-guide-signup {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 12px;
  background: #f4e6f9 !important;
  color: #b93ffa !important;
  border: 1px solid #ead7f7 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.order-guide-modal .modal-dialog {
  max-width: 720px;
}

.order-guide-modal .modal-content {
  position: relative;
  border: none;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(30, 20, 45, 0.22);
}

.order-guide-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #555;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.order-guide-close:hover {
  background: #f4e6f9;
  color: #b93ffa;
  transform: rotate(90deg);
}

.order-guide-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 360px;
}

.order-guide-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), transparent 34%),
    linear-gradient(135deg, #b93ffa 0%, #7c2ee8 100%);
  color: #fff;
}

.order-guide-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
  font-size: 24px;
}

.order-guide-visual strong {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.order-guide-visual p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.order-guide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 36px;
}

.order-guide-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4e6f9;
  color: #b93ffa;
  font-size: 12px;
  font-weight: 700;
}

.order-guide-content .modal-title {
  margin: 0;
  color: #1f1f29;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.order-guide-desc {
  margin: 14px 0 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.order-guide-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.order-guide-login,
.order-guide-signup {
  height: 46px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

.order-guide-login {
  background: #b93ffa;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(185, 63, 250, 0.24);
}

.order-guide-login:hover {
  background: #a832e8;
  color: #fff !important;
  transform: translateY(-1px);
}

.order-guide-signup {
  background: #f4e6f9;
  color: #b93ffa !important;
  border: 1px solid #ead7f7;
}

.order-guide-signup:hover {
  background: #efd8fa;
  color: #b93ffa !important;
}

.order-guide-later {
  width: fit-content;
  margin: 18px auto 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #999;
  font-size: 13px;
  cursor: pointer;
}

.order-guide-later:hover {
  color: #555;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .order-guide-modal .modal-dialog {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 auto !important;
  }
  .order-guide-modal .modal-content {
    border-radius: 22px;
  }

  .order-guide-layout {
    grid-template-columns: 1fr;
  }

  .order-guide-visual {
    padding: 28px 24px;
    min-height: 190px;
  }

  .order-guide-icon {
    width: 54px;
    height: 54px;
    font-size: 21px;
  }

  .order-guide-visual strong {
    font-size: 19px;
  }

  .order-guide-content {
    padding: 28px 24px;
  }

  .order-guide-content .modal-title {
    font-size: 20px;
  }

  .order-guide-desc {
    font-size: 13px;
  }

  .order-guide-actions {
    grid-template-columns: 1fr;
  }
}

/* 모달 화면 잘림 방지 */
.order-guide-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 18px !important;
}

.order-guide-modal .modal-dialog {
  width: min(720px, calc(100vw - 28px)) !important;
  max-width: 720px !important;
  margin: 0 auto !important;
}

.order-guide-modal .modal-content {
  max-height: calc(100dvh - 36px);
}

.order-guide-layout {
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
}
/* 로그인 안내 모달 (E) */

#orderform-category,
#orderform-service {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 18px 18px !important;
  padding-right: 48px !important;
}

#orderform-service {
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}


.custom-select-wrap {
  position: relative;
}

.custom-select-trigger {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d8d8ee;
  border-radius: 12px;
  background: #fff;
  padding: 0 48px 0 18px;
  font-size: 16px;
  color: #222;
  text-align: left;
  cursor: pointer;
}

.custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: translateY(-65%) rotate(45deg);
}

.custom-select-options {
  display: block;
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  max-height: 260px;
  overflow-y: auto;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #dddaf2;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(35, 24, 67, 0.13);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scaleY(0.96);
  transform-origin: top;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms cubic-bezier(0.2, 0.9, 0.25, 1);
}

.custom-select-wrap.is-open .custom-select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
  animation: selectDropBounce 320ms cubic-bezier(0.2, 1.25, 0.35, 1);
}

.custom-select-options li {
  padding: 14px 16px;
  border-radius: 0;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition:
    background-color 140ms ease,
    color 140ms ease;
}

.custom-select-options li:hover {
  background: #f7f2ff;
  color: #9c28ef;
}

.custom-select-options li.is-selected {
  background: #efe1ff;
  color: #a020f0;
  font-weight: 700;
  border-radius: 0;
}

@keyframes selectDropBounce {
  0% {
    opacity: 0;
    transform: translateY(-12px) scaleY(0.94);
  }

  62% {
    opacity: 1;
    transform: translateY(6px) scaleY(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}














/* 기본 폰트 설정 */
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-style: normal;
  font-weight: 400;
  src: local("Spoqa Han Sans Neo Regular"),
    url("https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-style: normal;
  font-weight: 500;
  src: local("Spoqa Han Sans Neo Medium"),
    url("https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-style: normal;
  font-weight: 700;
  src: local("Spoqa Han Sans Neo Bold"),
    url("https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2")
    format("woff2");
  font-display: swap;
}

html,
body,
*:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(i.navbar-icon) {
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont,
    sans-serif !important;
}


@media screen and (min-width: 1000px) {
  .main-sidebar {
    display: none;
  }
}

.user-info-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 15px 0;
  margin-top: 0;
}

.user-info-header {
  display: flex;          
  align-items: center;
  gap: 6px;   
}

.info-container {
  padding: 15px;
}

.user-header {
  text-align: center;
  margin-bottom: 12px;
}

.user-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.user-balance {
  font-size: 16px;
  font-weight: 600;
  color: #ff4757;
  display: block;
  margin-right: 1rem; 
}


.user-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.dropdown-toggle-btn {
  flex: 1;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.btn-recharge {
  padding: 8px 16px;
  background: #005ff0;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s;
}

.btn-recharge:hover {
  background: #0056b3;
  color: #fff;
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• ìŠ¤íƒ€ì¼ */
@media screen and (max-width: 768px) {
  .info-container {
    padding: 12px;
  }

  .user-name {
    font-size: 13px;
  }

  .user-balance {
    font-size: 15px;
  }

  .user-actions {
    flex-direction: column;
    gap: 6px;
  }

  .dropdown-toggle-btn,
  .btn-recharge {
    font-size: 12px;
  }

  .copy-button {
    width: 24px;
    height: 24px;
  }

  .copy-button i {
    font-size: 12px;
  }
}

/* ìž‘ì€ ëª¨ë°”ì¼ í™”ë©´ */
@media screen and (max-width: 375px) {
  .info-container {
    padding: 10px;
  }

  .user-name {
    font-size: 12px;
  }

  .user-balance {
    font-size: 14px;
  }

  .dropdown-toggle-btn,
  .btn-recharge {
    padding: 7px;
    font-size: 12px;
  }
}


.footer-links {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.aside-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}


.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

/* ì œì•ˆì„œ ë²„íŠ¼ ìŠ¤íƒ€ì¼ */
.proposal-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 95, 240, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 4px 0;
}
.proposal-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 95, 240, 0.3);
}
.proposal-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 95, 240, 0.2);
}
.proposal-btn i {
  font-size: 16px;
  opacity: 0.9;
}

/* CSS ìŠ¤íƒ€ì¼ */
.brand-name {
  margin-bottom: 0 !important;  /* mb-0 */
  font-size: 0.75rem !important;  /* text-sm */
  font-weight: bold;
}

header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 5px;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;  /* ëª¨ë°”ì¼ì—ì„œ ë³´ìž„ */
}

/* lg ë¸Œë ˆì´í¬í¬ì¸íŠ¸(992px)ì—ì„œ ìˆ¨ê¹€ */
header .main-nav {
  display: none;
}
@media (min-width: 992px) {
  header .main-nav {
    display: block;
  }
}

.main-nav .nav .nav-item.active span  {
  background: #b93ffa;
  padding: 5px 15px;
  border-radius: 15px;
  color: #fff;
}

/* ì»¨í…Œì´ë„ˆ ìŠ¤íƒ€ì¼ */
.header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

/* ë¡œê³  ì»¨í…Œì´ë„ˆ ìŠ¤íƒ€ì¼ */
.logo-container {
  display: flex;
  align-items: center;
}

/* ë¸Œëžœë“œ ì´ë¦„ ìŠ¤íƒ€ì¼ */
.brand-name {
  margin-left: 0.5rem;  /* ë¡œê³  ì´ë¯¸ì§€ì™€ì˜ ê°„ê²© */
  font-weight: 500;     /* ì›í•˜ëŠ” í°íŠ¸ ë¬´ê²Œ */
}

.auth-buttons {
  margin-top: 15px;
}

/* ë¡œê³  ë§í¬ ìŠ¤íƒ€ì¼ */
.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.faq-panel dt {
  font-weight: bold;
  color: #333;
  font-size: 1.1em;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.faq-panel dt::before {
  content: "Q.";
  font-weight: bold;
  color: #bc43fb;
  position: absolute;
  left: 0;
}
.faq-panel dd {
  margin-left: 25px;
  padding-top: 5px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
.faq-panel dd::before {
  content: "A.";
  font-weight: bold;
  color: #535355;
  position: absolute;
  margin-left: -25px;
}


[data-bs-toggle="collapse"] #businessInfoArrow {
  transition: transform 0.2s ease-in-out;
}

[data-bs-toggle="collapse"][aria-expanded="false"] #businessInfoArrow {
  transform: rotate(0deg); /* ìœ„ìª½ í™”ì‚´í‘œ */
}

[data-bs-toggle="collapse"][aria-expanded="true"] #businessInfoArrow {
  transform: rotate(180deg); /* ì•„ëž˜ìª½ í™”ì‚´í‘œ */
}

/* ê¸°ë³¸ ìŠ¤íƒ€ì¼ (PC í™˜ê²½) */
#kakao_con_btn_right_bottom {
  position: fixed;
  bottom: 15px; /* ê¸°ë³¸ ìœ„ì¹˜: í•˜ë‹¨ 15px */
  right: 15px;
  width: 100px;
  z-index: 9;  /* ê¸°ë³¸ z-index */
}


/* PC í™”ë©´ì—ì„œë§Œ ë„¤ë¹„ê²Œì´ì…˜ ë°”ë¥¼ ì™¼ìª½ì— ê³ ì • */
@media (min-width: 992px) { 
  aside {
    position: fixed;
    left: 0;
    background-color: #fff;
    top: 0;
    height: 100vh;
    display: flex;
    width: 250px;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transition: bottom 0.3s ease-in-out;
    border-right: 1px solid #E0E0E0;
  }



  /* ê¸°ë³¸ ë©”ë‰´ ì•„ì´í…œ ìŠ¤íƒ€ì¼ */
  .menu-item {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
    border-radius: 0.25rem;
    background-color: transparent;
    border: none;
  }

  /* active ìƒíƒœ ìŠ¤íƒ€ì¼ */
  .menu-item.active {
    background-color: rgba(230, 240, 255, 0.9);
    position: relative;
    border-left: 3px solid #b93ffa;
  }

  .menu-item a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease;
    font-weight: 500;
  }

  /* ë©”ë‰´ ì•„ì´í…œ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
  .menu-item a .navbar-icon {
    margin-right: 12px;
    color: #666;
    transition: all 0.3s ease;
    font-size: 1rem;
  }

  /* í˜¸ë²„ ìƒíƒœ (Hover) */
  .menu-item:hover {
    color: #b93ffa;
    background-color: rgba(240, 245, 255, 0.8);
    border-left: 3px solid #b93ffa;
  }

  .menu-item:hover a {
    color: #b93ffa;
    font-weight: 500;
    padding-left: calc(1rem - 3px);
  }

  .menu-item:hover a .navbar-icon {
    color: #b93ffa;
  }

  /* í™œì„± ìƒíƒœ (Active) */
  .menu-item.active a {
    color: #b93ffa;
    font-weight: 600;
    padding-left: calc(1rem - 3px);
  }

  .menu-item.active a .navbar-icon {
    color: #b93ffa;
  }

  /* ì´ì „ ê°€ìƒ ìš”ì†Œ ì œê±° */
  .menu-item::before {
    display: none;
  }

  /* ë©”ë‰´ ì•„ì´í…œ ë‚´ì˜ í™”ì‚´í‘œ ì•„ì´ì½˜ */
  .menu-item a .chevron-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
    color: #adb5bd;
  }

  .menu-item.active a .chevron-icon,
  .menu-item:hover a .chevron-icon {
    color: #b93ffa;
  }

  /* ì„œë¸Œ ë©”ë‰´ ì•„ì´í…œ ìŠ¤íƒ€ì¼ */
  .sub-menu-item {
    font-size: 13px; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ìž‘ì€ í…ìŠ¤íŠ¸ í¬ê¸° */
    transition: all 0.3s ease;
    position: relative;
  }

  /* ì„œë¸Œ ë©”ë‰´ active ìƒíƒœ ìŠ¤íƒ€ì¼ */
  .sub-menu-item.active {
    background: linear-gradient(to right, rgba(0, 123, 255, 0.08), rgba(0, 123, 255, 0.03));
    box-shadow: 0 1px 3px rgba(0, 123, 255, 0.04);
    position: relative;
  }

  .sub-menu-item a {
    display: block;
    padding: 8px 15px; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ìž‘ì€ íŒ¨ë”© */
    color: #444; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ë°ì€ ìƒ‰ìƒ */
    text-decoration: none;
    background-color: transparent;
    transition: color 0.3s ease;
  }

  /* ì„œë¸Œ ë©”ë‰´ ê°€ìƒ ìš”ì†Œ */
  .sub-menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ì–‡ì€ ì„  */
    background-color: transparent;
    transition: background-color 0.3s ease;
  }

  /* ì„œë¸Œ ë©”ë‰´ í™œì„± ìƒíƒœ (Active) */
  .sub-menu-item.active::before {
    background-color: #b93ffa; /* ë™ì¼í•œ íŒŒëž€ìƒ‰ ì„  */
  }

  .sub-menu-item.active a {
    color: #444;
    font-weight: 600;
  }

  /* ì„œë¸Œ ë©”ë‰´ í˜¸ë²„ ìƒíƒœ (Hover) */
  .sub-menu-item:hover::before {
    background-color: #b93ffa;
  }

  .sub-menu-item:hover a {
    color: #444;
    background-color: transparent;
    font-weight: 500;
  }

  /* ì¹´í…Œê³ ë¦¬ í—¤ë” ìŠ¤íƒ€ì¼ */
  .category-header {
    cursor: pointer;
    color: #212529;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
    padding: 0.625rem 0.875rem;
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  }

  /* ì¹´í…Œê³ ë¦¬ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
  .category-header .navbar-icon {
    margin-right: 10px;
    color: #666;
    transition: all 0.3s ease;
  }

  /* í™”ì‚´í‘œ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
  .category-header .fa-chevron-down {
    font-size: 0.75rem;
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  /* ì¹´í…Œê³ ë¦¬ í—¤ë” í˜¸ë²„ íš¨ê³¼ */
  .category-header:hover {
    color: #b93ffa;
    background-color: rgba(240, 245, 255, 0.8);
  }

  .category-header:hover .navbar-icon {
    color: #b93ffa;
  }

  .category-header:hover .fa-chevron-down {
    opacity: 1;
  }

  /* ì¹´í…Œê³ ë¦¬ í—¤ë” active ìŠ¤íƒ€ì¼ */
  .category-header.active {
    color: #b93ffa;
    font-weight: 600;
    background-color: rgba(230, 240, 255, 0.9);
  }

  .category-header.active .navbar-icon {
    color: #b93ffa;
  }

  .category-header.active .fa-chevron-down {
    opacity: 1;
  }

  /* í™”ì‚´í‘œ ì•„ì´ì½˜ íšŒì „ íš¨ê³¼ */
  [aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  [aria-expanded="false"] .fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  /* ë¶€ë“œëŸ¬ìš´ í™•ìž¥/ì¶•ì†Œ íš¨ê³¼ */
  .collapse {
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
  }


  .btn-login, .btn-signup {
    background-color: #001F3F; /* ë¡œê·¸ì¸ ë²„íŠ¼ ìƒ‰ìƒ */
    color: #fff;
    border-radius: 15px; /* ë²„íŠ¼ ëª¨ì„œë¦¬ ë‘¥ê¸€ê²Œ */
    padding: 8px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 80%; /* ë²„íŠ¼ ë„“ì´ ê³ ì • */
    margin: 5px 0; /* ë²„íŠ¼ ê°„ê²© */
  }

  .btn-signup {
    background-color: #4CAF50; /* íšŒì›ê°€ìž… ë²„íŠ¼ ìƒ‰ìƒ */
  }

  .business-info {
    padding: 15px;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #000;
    border-top: 1px solid #E0E0E0;
  }


  /* ëª¨ë°”ì¼ ë©”ë‰´ ë²„íŠ¼ ìˆ¨ê¸°ê¸° (PC) */
  .unique-nav-link {
    display: none; /* PCì—ì„œëŠ” ë²„íŠ¼ì„ ìˆ¨ê¹€ */
  }
}





/* ëª¨ë°”ì¼ í™”ë©´ì—ì„œ ìƒë‹¨ë°” ìŠ¤íƒ€ì¼ */
@media (max-width: 991px) { 
  .container-xxl {
    flex-direction: row; /* ê°€ë¡œ ì •ë ¬ */
    align-items: center; /* ìˆ˜ì§ ê°€ìš´ë° ì •ë ¬ */
    justify-content: space-between; /* ë¡œê³ ì™€ ë²„íŠ¼ ê°„ê²© */
    width: 100%; /* ìƒë‹¨ë°” ì „ì²´ë¥¼ ì±„ìš°ê¸° ìœ„í•´ */
  }

  aside {
    position: fixed;
    bottom: calc(-100% + 72px);
    left: 0;
    background-color: #fff;
    height: calc(100% - 72px);
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transition: bottom 0.3s;
    border-top: 1px solid #E0E0E0;
    overflow-y: auto; /* ì„¸ë¡œ ìŠ¤í¬ë¡¤ ìœ ì§€ */
    -webkit-overflow-scrolling: touch; /* iOSì—ì„œ ë¶€ë“œëŸ¬ìš´ ìŠ¤í¬ë¡¤ */
    padding-bottom: 60px; /* í•˜ë‹¨ ëª¨ë°”ì¼ ë©”ë‰´ë°” ë†’ì´ë§Œí¼ íŒ¨ë”© ì¶”ê°€ */
  }

  aside .d-flex {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }

  aside .button-container {
    padding: 0.5rem;
    width: 100%;
  }

  aside.active {
    bottom: 0;
  }

  /* ìŠ¤í¬ë¡¤ë°” ìŠ¤íƒ€ì¼ */
  aside::-webkit-scrollbar {
    width: 5px;
  }

  aside::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  aside::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }

  aside::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }

  /* ë©”ë‰´ ë‚´ë¶€ ì»¨í…ì¸  ì˜ì—­ */
  aside .menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0.5rem;
  }

  /* í•˜ë‹¨ ê³ ì • ì˜ì—­ (í•„ìš”í•œ ê²½ìš°) */
  aside .bottom-fixed {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 0.75rem;
    border-top: 1px solid #eee;
    width: 100%;
  }

  .menu-item {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 0.375rem;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    border-radius: 0.25rem;
  }

  /* active ìƒíƒœ ìŠ¤íƒ€ì¼ */
  .menu-item.active {
    background-color: rgba(230, 240, 255, 0.9);
    position: relative;
  }

  .menu-item a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.625rem 0.875rem;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease;
    text-align: left;
    justify-content: flex-start;
  }

  /* ë©”ë‰´ ì•„ì´í…œ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
  .menu-item a i.navbar-icon {
    margin-right: 10px;
    color: #666;
    transition: all 0.3s ease;
    text-align: left;
  }

  /* í˜¸ë²„ ìƒíƒœ (Hover) */
  .menu-item:hover {
    color: #b93ffa;
    background-color: rgba(240, 245, 255, 0.8);
  }

  .menu-item:hover a {
    color: #b93ffa;
    font-weight: 500;
    background-color: transparent;
  }

  .menu-item:hover a i.navbar-icon {
    color: #b93ffa;
  }

  /* í™œì„± ìƒíƒœ (Active) */
  .menu-item.active a {
    color: #b93ffa;
    font-weight: 600;
  }

  .menu-item.active a i.navbar-icon {
    color: #b93ffa;
  }

  /* ê°€ìƒ ìš”ì†Œ ìŠ¤íƒ€ì¼ ì œê±° */
  .menu-item::before {
    display: none;
  }

  /* í™œì„± ìƒíƒœ ê°€ìƒ ìš”ì†Œ ì œê±° */
  .menu-item.active::before {
    display: none;
  }

  /* í˜¸ë²„ ìƒíƒœ ê°€ìƒ ìš”ì†Œ ì œê±° */
  .menu-item:hover::before {
    display: none;
  }

  .business-info {
    display: none; /* ëª¨ë°”ì¼ì—ì„œëŠ” ì‚¬ì—…ìž ì •ë³´ ìˆ¨ê¹€ */
  }

  .sub-menu-item.active {
    background: linear-gradient(to right, rgba(0, 123, 255, 0.08), rgba(0, 123, 255, 0.03));
    box-shadow: 0 1px 3px rgba(0, 123, 255, 0.04);
    position: relative;
  }

  .sub-menu-item a {
    display: block;
    padding: 8px 15px; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ìž‘ì€ íŒ¨ë”© */
    color: #444; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ë°ì€ ìƒ‰ìƒ */
    text-decoration: none;
    background-color: transparent;
    transition: color 0.3s ease;
  }

  /* ì„œë¸Œ ë©”ë‰´ ê°€ìƒ ìš”ì†Œ */
  .sub-menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px; /* ë©”ì¸ ë©”ë‰´ë³´ë‹¤ ì•½ê°„ ì–‡ì€ ì„  */
    background-color: transparent;
    transition: background-color 0.3s ease;
  }

  /* ì„œë¸Œ ë©”ë‰´ í™œì„± ìƒíƒœ (Active) */
  .sub-menu-item.active::before {
    background-color: #b93ffa; /* ë™ì¼í•œ íŒŒëž€ìƒ‰ ì„  */
  }

  .sub-menu-item.active a {
    color: #444;
    font-weight: 600;
  }

  /* ì„œë¸Œ ë©”ë‰´ í˜¸ë²„ ìƒíƒœ (Hover) */
  .sub-menu-item:hover::before {
    background-color: #b93ffa;
  }

  .sub-menu-item:hover a {
    color: #444;
    background-color: transparent;
    font-weight: 500;
  }

  /* ì¹´í…Œê³ ë¦¬ í—¤ë” ìŠ¤íƒ€ì¼ */
  .category-header {
    cursor: pointer;
    color: #212529;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
    padding: 0.625rem 0.875rem;
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  }

  /* ì¹´í…Œê³ ë¦¬ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
  .category-header .navbar-icon {
    margin-right: 10px;
    color: #666;
    transition: all 0.3s ease;
  }

  /* í™”ì‚´í‘œ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
  .category-header .fa-chevron-down {
    font-size: 0.75rem;
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  /* ì¹´í…Œê³ ë¦¬ í—¤ë” í˜¸ë²„ íš¨ê³¼ */
  .category-header:hover {
    color: #b93ffa;
    background-color: rgba(240, 245, 255, 0.8);
  }

  .category-header:hover .navbar-icon {
    color: #b93ffa;
  }

  .category-header:hover .fa-chevron-down {
    opacity: 1;
  }

  /* ì¹´í…Œê³ ë¦¬ í—¤ë” active ìŠ¤íƒ€ì¼ */
  .category-header.active {
    color: #b93ffa;
    font-weight: 600;
    background-color: rgba(230, 240, 255, 0.9);
  }

  .category-header.active .navbar-icon {
    color: #b93ffa;
  }

  .category-header.active .fa-chevron-down {
    opacity: 1;
  }

  /* í™”ì‚´í‘œ ì•„ì´ì½˜ íšŒì „ íš¨ê³¼ */
  [aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  [aria-expanded="false"] .fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  /* ë¶€ë“œëŸ¬ìš´ í™•ìž¥/ì¶•ì†Œ íš¨ê³¼ */
  .collapse {
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
  }

}



/* ëª¨ë°”ì¼ í™”ë©´ì—ì„œë§Œ í•˜ë‹¨ ë„¤ë¹„ê²Œì´ì…˜ ë°” í‘œì‹œ */
@media (max-width: 1120px) {
  #kakao_con_btn_right_bottom {
    bottom: 55px;
    right: 0px;
    width: 80px;
    z-index: 1001; 
  }
  .unique-bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.1);
    z-index: 1051;
  }
  .unique-bottom-navbar li {
    flex: 1;
    text-align: center;
  }
  .unique-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    color: #6c757d;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    gap: 4px;
    position: relative; /* ìœ„ì¹˜ ê¸°ì¤€ì  ì¶”ê°€ */
  }
  .unique-nav-link i {
    height: auto;
    margin-bottom: 2px;
    opacity: 0.7; /* ë¹„í™œì„±í™” ìƒíƒœì¼ ë•Œ ì•„ì´ì½˜ íˆ¬ëª…ë„ */
  }
  .unique-nav-link span {
    font-size: 11px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.8; /* ë¹„í™œì„±í™” ìƒíƒœì¼ ë•Œ í…ìŠ¤íŠ¸ íˆ¬ëª…ë„ */
  }
  .unique-nav-link.active {
    color: #b93ffa !important;
    font-weight: 700;
  }
  .unique-nav-link.active i {
    color: #b93ffa !important;
    opacity: 1;
  }
  .unique-nav-link.active span {
    color: #b93ffa !important;
    font-weight: 600;
  }
  .unique-bottom-navbar li.active .unique-nav-link::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: #b93ffa;
  }
}


/* íƒœë¸”ë¦¿ ë° ë°ìŠ¤í¬í†± í™”ë©´ì—ì„œëŠ” í•˜ë‹¨ ë„¤ë¹„ê²Œì´ì…˜ ë°” ìˆ¨ê¹€ */
@media (min-width: 1120px) {
  .unique-bottom-navbar {
    display: none;
  }
}

.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.copy-button i {
  font-size: 15px;
  color: #333;
}

.copy-button:hover {
  background-color: #f5f5f5;
  border-color: #d0d0d0;
}

.copy-button:active {
  background-color: #eeeeee;
}

@media screen and (max-width: 768px) {
  .copy-button {
    width: 32px;
    height: 32px;
  }
}

.user-menu-wrap {
  position: relative;
}

.notification-tooltip {
  position: absolute;
  bottom: -40px;  /* ë²„íŠ¼ ì•„ëž˜ ìœ„ì¹˜ ì¡°ì • */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.tooltip-content {
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.tooltip-content::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

/* ì• ë‹ˆë©”ì´ì…˜ íš¨ê³¼ */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.notification-tooltip {
  animation: fadeIn 0.3s ease-out;
}

/* ëª¨ë°”ì¼ ëŒ€ì‘ */
@media (max-width: 768px) {
  .notification-tooltip {
    bottom: -35px;
  }

  .tooltip-content {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.notice-image {
  margin: 20px 0;
  text-align: center;
}

.notice-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.notice-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

/* ëª¨ë°”ì¼ ëŒ€ì‘ */
@media (max-width: 768px) {
  .notice-image-grid {
    grid-template-columns: 1fr;
  }
}

/* layout.css end  */

/* ì£¼ë¬¸í•˜ê¸° í¼ - ì„œë¹„ìŠ¤ ì„¤ëª… */
#service-description-content {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

/* PC í™˜ê²½ (768px ì´ìƒ) */
@media (min-width: 768px) {
  #service-description-content {
    font-size: 0.75rem;
    line-height: 1.7;
    font-weight: 400;
    color: #0f0f0f;
  }
} 
/* ì£¼ë¬¸í•˜ê¸° í¼ - ì„¤ëª… ê°•ì¡° */
.highlight {
  font-size: 17px;
  display: inline-block;  /* ë˜ëŠ” inline-block */
  width: 100%;
  background: linear-gradient(to right, #e2e8f0 60%, rgba(255, 255, 255, 0));
  font-weight: bold;
}

/* ëª¨ë°”ì¼ ë””ë°”ì´ìŠ¤ */
@media screen and (max-width: 768px) {
  .highlight {
    font-size: 14px;
    display: inline-block;  /* ë˜ëŠ” inline-block */
    width: 100%;
    background: linear-gradient(to right, #e2e8f0 60%, rgba(255, 255, 255, 0));
    font-weight: bold;    }
}

.highlight-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #e4edff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #2b27ff;
  margin-bottom: 5px;
  text-align: center;
}

.highlight-two::before {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%233182f6' stroke-width='1.5'/%3E%3Cpath d='M10 14V9M10 6V6.01' stroke='%233182f6' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  margin-right: 8px;
}

.highlight-two:hover {
  background: #eff4ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(49, 130, 246, 0.08);
}

.highlight-two strong {
  color: #3182f6;
  font-weight: 600;
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• */
@media (max-width: 768px) {
  .highlight-two {
    font-size: 11px;
  }

  .highlight-two::before {
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }
}



.highlight3 {
  font-size: 12px;
  font-weight: bold;
  background-color: #b93ffa;
  color: #ffffff;
  display: flex;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  height: 25px; /* ë†’ì´ë¥¼ ì›í•˜ëŠ” ê°’ìœ¼ë¡œ ì„¤ì • */
  align-items: center;
  justify-content: center;
  border-radius: 1px; /* ëª¨ì„œë¦¬ë¥¼ ë‘¥ê¸€ê²Œ ë§Œë“œëŠ” ì†ì„± */
  margin-bottom: 10px;
}

/* ì£¼ë¬¸ ì•„ì´í…œ ê¸°ë³¸ ìŠ¤íƒ€ì¼ (PC) */
.order-item {
  background-color: #fff;
  /* padding: 25px; */
  border-bottom-left-radius: 12px;  /* ì¶”ê°€ */
  border-bottom-right-radius: 12px; /* ì¶”ê°€ */
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• (480px ì´í•˜) */
@media screen and (max-width: 480px) {
  .order-item {
    width: 100% !important;
  }
}

/* ì£¼ë¬¸ ì•„ì´í…œ í¼ ìŠ¤íƒ€ì¼ */
.order-item select {
  border-radius: 12px !important;
  background-color: #FCFCFF !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-size: unset !important;
  background-position: calc(100% - 10px) calc(100% - 7px), 100% 0 !important;
  border-color: #CDCEDE !important;
}

@media screen and (max-width: 480px) {
  .order-item select {
    font-size: 14px;
    padding: 8px 12px;
  }
}

#order-button {
  width: 100%;
  color: #fff;
  font-size: 18px;
  height: 52px;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-top: 24px;
  cursor: pointer;
  font-weight: 500;
  justify-content: center;
}



/* ëª¨ë°”ì¼ ë°˜ì‘í˜• */
@media screen and (max-width: 768px) {
  #order-button {
    height: 48px;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 20px;
  }
}


.sectionTitle {
  font-weight: 500;
  color: #b93ffa;
  border: 1px solid #b93ffa;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  max-width: 140px;
  display: flex;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}


/* í¼ ê·¸ë£¹ ìŠ¤íƒ€ì¼ */
.order-item .form-group.fields {
  margin-top: 16px;
}

.order-item .fields span {
  font-size: 13px !important;
  font-weight: normal;
}

.order-item .fields input {
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .order-item .fields span {
    font-size: 14px !important;
  }

  .order-item .fields input {
    margin-top: 12px;
  }
}

/* ì£¼ë¬¸ ì •ë³´ ëž˜í¼ ìŠ¤íƒ€ì¼ */
.order-item-info-wrap {
  background-color: #FCFCFF;
  border: 1px solid #CDCEDE;
  border-radius: 12px;
}

@media screen and (max-width: 480px) {
  .order-item-info-wrap {
    border-radius: 8px;
    font-size: 12px;
  }
}

/* ì£¼ë¬¸í•˜ê¸° íŽ˜ì´ì§€ / SNS í”Œëž«í¼ ì„ íƒ ì˜ì—­ */
.order-item-type-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .order-item-type-wrap {
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
}

/* í”Œëž«í¼ ì„ íƒ ë²„íŠ¼ ìŠ¤íƒ€ì¼ */
.order-item-type-wrap li {
  transition: all 0.2s ease;
  cursor: pointer;
}

.order-item-type-wrap li.active {
  background-color: #f8f9fa;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

.order-item-type-wrap > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  color: #63636F;
  border-color: #E1E2F6;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .order-item-type-wrap > li {
    padding: 10px 0;
    font-size: 10px;
    border-radius: 12px;
    white-space: nowrap;
  }
}

/* ë²„íŠ¼ ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
.neworder-btn i {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .neworder-btn {
    gap: 3px;
  }

  .neworder-btn i {
    width: 25px;
    height: 25px;
  }
}

/* ì£¼ë¬¸í•˜ê¸° íŽ˜ì´ì§€ / íƒ€ì´í‹€ ë° í”„ë¡œì„¸ìŠ¤ */
.order-item-process {
  background-color: #f6f7ff;
  border: 1.5px solid #b93ffa;
  border-radius: 20px;
  padding: 0 14px;
  color: #b93ffa;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  height: 24px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 480px) {
  .order-item-process {
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.order-item-title {
  color: #333;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .order-item-title {
    font-size: 13px;
    gap: 6px;
  }
}

/* ì£¼ë¬¸í•˜ê¸° ë²„íŠ¼ ìŠ¤íƒ€ì¼ */
.order-submit-btn {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #b93ffa;
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.order-submit-btn:hover {
  background-color: #b93ffa;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 95, 240, 0.2);
}

.order-submit-btn:active {
  transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .order-submit-btn {
    height: 48px;
    font-size: 13px;
    margin-top: 16px;
    border-radius: 8px;
  }
}
/*
* ê°€ì´ë“œ ëª¨ë‹¬ ìŠ¤íƒ€ì¼ì‹œíŠ¸
* ìž‘ì„±ì¼: 2024-01-17
* 
* ëª©ì : ì„œë¹„ìŠ¤ ì´ìš© ê°€ì´ë“œë¥¼ ìœ„í•œ ëª¨ë‹¬ UI ì»´í¬ë„ŒíŠ¸
* êµ¬ì¡°: 
*  - ëª¨ë‹¬ ì»¨í…Œì´ë„ˆ (.guide-container)
*  - ì œëª© ì„¹ì…˜ (.guide-title)
*  - ì¸íŠ¸ë¡œ ì„¹ì…˜ (.guide-intro) 
*  - ë‹¨ê³„ë³„ ë¦¬ìŠ¤íŠ¸ (.step-list)
*  - íƒ­ ë„¤ë¹„ê²Œì´ì…˜ (.nav-tabs)
*  - ì•Œë¦¼ ë°•ìŠ¤ (.alert-custom)
*
* ë°˜ì‘í˜• ë¸Œë ˆì´í¬í¬ì¸íŠ¸:
*  - ëª¨ë°”ì¼: max-width 768px
*  - ë°ìŠ¤í¬í†±: min-width 768px
*/
/* ê°€ì´ë“œ ëª¨ë‹¬ - ì»¨í…Œì´ë„ˆ */
.guide-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* ëª¨ë°”ì¼ì—ì„œ íŒ¨ë”© ì¶•ì†Œ */
@media (max-width: 768px) {
  .guide-container {
    padding: 1rem;
    margin: 0.5rem;
  }
}


/* ê°€ì´ë“œ ì¸íŠ¸ë¡œ ì„¹ì…˜ */
.guide-intro {
  background: #f8f9fa;
  padding: 1.25rem;
  border-radius: 8px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* ëª¨ë°”ì¼ì—ì„œ ì¸íŠ¸ë¡œ ì—¬ë°± ì¡°ì • */
@media (max-width: 768px) {
  .guide-intro {
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
}

/* ë‹¨ê³„ë³„ ë¦¬ìŠ¤íŠ¸ ì»¨í…Œì´ë„ˆ */
.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ê° ë‹¨ê³„ ì•„ì´í…œ ìŠ¤íƒ€ì¼ë§ */
.step-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

/* ëª¨ë°”ì¼ì—ì„œ ë‹¨ê³„ ì•„ì´í…œ ì—¬ë°± ì¡°ì • */
@media (max-width: 768px) {
  .step-item {
    padding: 1rem;
    margin-bottom: 0.75rem;
  }
}

/* ë‹¨ê³„ ì•„ì´í…œ í˜¸ë²„ íš¨ê³¼ */
.step-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

/* ë‹¨ê³„ í—¤ë” ë ˆì´ì•„ì›ƒ */
.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* ë‹¨ê³„ ë²ˆí˜¸ ì›í˜• ë””ìžì¸ */
.step-number {
  background: #000000;
  color: white;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 8px;
}

/* ëª¨ë°”ì¼ì—ì„œ ë‹¨ê³„ ë²ˆí˜¸ í¬ê¸° ì¡°ì • */
@media (max-width: 768px) {
  .step-number {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}

/* ë‹¨ê³„ ì œëª© ìŠ¤íƒ€ì¼ë§ */
.step-title {
  font-size: 1.2rem;
  color: #252525;
  margin: 0;
}

/* ëª¨ë°”ì¼ì—ì„œ ë‹¨ê³„ ì œëª© í¬ê¸° ì¡°ì • */
@media (max-width: 768px) {
  .step-title {
    font-size: 1rem;
  }
}

/* ë‹¨ê³„ ë‚´ìš© ìŠ¤íƒ€ì¼ë§ */
.step-content {
  color: #4a5568;
  line-height: 1.6;
}

/* ëª¨ë°”ì¼ì—ì„œ ë‹¨ê³„ ë‚´ìš© í°íŠ¸ í¬ê¸° ì¡°ì • */
@media (max-width: 768px) {
  .step-content {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/* ê°€ì´ë“œ ì´ë¯¸ì§€ ìŠ¤íƒ€ì¼ë§ */
.guide-img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 100%;
  margin: 1rem 0;
}

/* PCì—ì„œ ì´ë¯¸ì§€ í¬ê¸° ì¡°ì • */
@media screen and (min-width: 768px) {
  .guide-img {
    width: 50%;
    margin: 1rem auto;
    display: block;
  }
}

/* íƒ­ ë„¤ë¹„ê²Œì´ì…˜ ìŠ¤íƒ€ì¼ë§ */
.nav-tabs {
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; /* ëª¨ë°”ì¼ì—ì„œ íƒ­ ì¤„ë°”ê¿ˆ ì§€ì› */
}

.nav-tabs .nav-link {
  color: #718096;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

/* ëª¨ë°”ì¼ì—ì„œ íƒ­ íŒ¨ë”© ì¡°ì • */
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

/* í™œì„±í™”ëœ íƒ­ ìŠ¤íƒ€ì¼ */
.nav-tabs .nav-link.active {
  color: #b93ffa;
  border-bottom-color: #b93ffa;
}

/* ì•Œë¦¼ ë°•ìŠ¤ ìŠ¤íƒ€ì¼ë§ */
.alert-custom {
  background-color: #F1F5F9;
  border-left: 4px solid #b93ffa;
  padding: 1.25rem;
  margin: 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #334155;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.05);
  transition: all 0.2s ease;
}

/* ëª¨ë°”ì¼ì—ì„œ ì•Œë¦¼ ë°•ìŠ¤ ì—¬ë°± ì¡°ì • */
@media (max-width: 768px) {
  .alert-custom {
    padding: 1rem;
    margin: 1rem 0;
    font-size: 0.7rem;
  }
}

/* ì•Œë¦¼ ë°•ìŠ¤ í˜¸ë²„ íš¨ê³¼ */
.alert-custom:hover {
  background-color: #F8FAFC;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.1);
}

/* ì•Œë¦¼ ë°•ìŠ¤ ë‚´ ê°•ì¡° í…ìŠ¤íŠ¸ */
.alert-custom strong {
  color: #2563EB;
  font-weight: 600;
}


/* ê³µì§€ì‚¬í•­ ì œëª© ìŠ¤íƒ€ì¼ */
.notice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  word-break: break-all;
  width: 100%;
  position: relative;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ededed;
}
.notice-info {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .notice-info {
    font-size: 11px;
    gap: 3px;  /* gapë„ ì•½ê°„ ì¤„ìž„ */
  }
}

/* ê³µì§€ì‚¬í•­ ì œëª© h2, h3 ìŠ¤íƒ€ì¼ */
.notice .notice-title h2,
.notice .notice-title h3 {
  font-size: 21px;
  padding: 8px 0;
  margin: 0; /* ê¸°ë³¸ ë§ˆì§„ ì œê±° */
}



/* ëª¨ë°”ì¼ ëŒ€ì‘ì„ ìœ„í•œ ë°˜ì‘í˜• ë””ìžì¸ */
@media (max-width: 768px) {
  .notice .notice-title h2,
  .notice .notice-title h3 {
    font-size: 14px; /* ëª¨ë°”ì¼ì—ì„œëŠ” ê¸€ìž í¬ê¸° ì¶•ì†Œ */
    padding: 6px 0; /* ëª¨ë°”ì¼ì—ì„œëŠ” íŒ¨ë”© ì¶•ì†Œ */
  }
}


/* ê³µì§€ì‚¬í•­ ì»¨í…ì¸  ì˜ì—­ ìŠ¤íƒ€ì¼ */
.notice-content {
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  margin: 10px 0;
}

/* ìŠ¤í¬ë¡¤ë°” ìŠ¤íƒ€ì¼ë§ */
.notice-content::-webkit-scrollbar {
  width: 8px; /* ìŠ¤í¬ë¡¤ë°” ë„ˆë¹„ ì¦ê°€ */
}

.notice-content::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 3px;
}

.notice-content::-webkit-scrollbar-thumb {
  background: #adb5bd; /* ë” ì§„í•œ ìƒ‰ìƒ */
  border-radius: 3px;
}

.notice-content::-webkit-scrollbar-thumb:hover {
  background: #6c757d; /* í˜¸ë²„ ì‹œ ë” ì§„í•œ ìƒ‰ìƒ */
}

/* ê³µì§€ì‚¬í•­ ë¦¬ìŠ¤íŠ¸ ìŠ¤íƒ€ì¼ */
.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-item {
  padding: 10px 15px;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-item:hover {
  background-color: #fff;
}

.notice-date {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
}

.notice-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.notice-link:hover {
  color: #007bff;
}

.notice-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
}

.notice-link i {
  font-size: 0.875rem;
  color: #6c757d;
  margin-left: 0.5rem;
}

/* NEW ë±ƒì§€ ìŠ¤íƒ€ì¼ */
.notice-new-badge {
  position: absolute;
  top: -8px;
  right: 30px;
  background: #ff4757;
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
  line-height: 1;
  animation: pulse-new 2s infinite;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(255, 71, 87, 0.3);
}

/* NEW ë±ƒì§€ ì• ë‹ˆë©”ì´ì…˜ */
@keyframes pulse-new {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(255, 71, 87, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(255, 71, 87, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(255, 71, 87, 0.3);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• */
@media (max-width: 768px) {
  .notice-content {
    max-height: 150px;
    padding: 10px;
  }

  .notice-date {
    font-size: 10px;
  }

  .notice-link {
    font-size: 12px;
  }

  .notice-item {
    padding: 8px 10px;
  }

  /* ëª¨ë°”ì¼ì—ì„œ NEW ë±ƒì§€ í¬ê¸° ì¡°ì • */
  .notice-new-badge {
    font-size: 8px;
    padding: 1px 4px;
    right: 25px;
    top: -6px;
  }
}

/* ê°€ì´ë“œ í•­ëª© ëª©ë¡ì˜ ê¸°ë³¸ ìŠ¤íƒ€ì¼ */
.guide-method-list {
  display: flex;
  flex-direction: column;
  gap: 15px; /* í•­ëª© ê°„ ê°„ê²© */
  margin-top: 20px;
}

/* ê°œë³„ ê°€ì´ë“œ í•­ëª© ìŠ¤íƒ€ì¼ */
.guide-method {
  background-color: #f8f9fa; /* í°ìƒ‰ ë°°ê²½ìœ¼ë¡œ ë³€ê²½ */
  padding: 8px 12px; /* íŒ¨ë”© ì•½ê°„ ì¦ê°€ */
  border-radius: 12px; /* ë” ë¶€ë“œëŸ¬ìš´ ëª¨ì„œë¦¬ */
  border: 1px solid #e5e7eb; /* ë” ì—°í•œ í…Œë‘ë¦¬ */
  cursor: pointer;
  transition: all 0.3s ease; /* ë¶€ë“œëŸ¬ìš´ ì „í™˜ íš¨ê³¼ */
  text-align: center;
  font-size: 15px;
  color: #374151; /* ë” ë¶€ë“œëŸ¬ìš´ í…ìŠ¤íŠ¸ ìƒ‰ìƒ */
  display: block;
  position: relative; /* í˜¸ë²„ íš¨ê³¼ë¥¼ ìœ„í•œ ìœ„ì¹˜ ì„¤ì • */
  overflow: hidden; /* ë¦¬í”Œ íš¨ê³¼ë¥¼ ìœ„í•œ ì˜¤ë²„í”Œë¡œìš° ìˆ¨ê¹€ */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* ë¯¸ë¬˜í•œ ê·¸ë¦¼ìž */
}

/* ë²„íŠ¼ ìŠ¤íƒ€ì¼ ì´ˆê¸°í™” ë° ê°œì„  */
.guide-method button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 15px; /* PC í™˜ê²½ì˜ ê¸°ë³¸ í°íŠ¸ í¬ê¸° */
  color: inherit;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* ëª¨ë°”ì¼ ëŒ€ì‘ì„ ìœ„í•œ ë°˜ì‘í˜• ë””ìžì¸ */
@media (max-width: 768px) {
  .guide-method button {
    font-size: 12px; /* ëª¨ë°”ì¼ì—ì„œëŠ” ê¸€ìž í¬ê¸° ì¶•ì†Œ */
  }
}

/* ê²½ê³ (ì£¼ì˜ì‚¬í•­) í•­ëª© ìŠ¤íƒ€ì¼ */
.guide-method.warning {
  background-color: #10b981; /* ë” ì„¸ë ¨ëœ ì´ˆë¡ìƒ‰ */
  color: white;
  border: none;
}

/* ê²½ê³  í•­ëª© í˜¸ë²„ ì‹œ ìŠ¤íƒ€ì¼ */
.guide-method.warning:hover {
  background-color: #059669; /* í˜¸ë²„ ì‹œ ì•½ê°„ ì–´ë‘ìš´ ì´ˆë¡ìƒ‰ */
  color: white;
  transform: translateY(-2px); /* ì‚´ì§ ìœ„ë¡œ ë– ì˜¤ë¥´ëŠ” íš¨ê³¼ */
}

/* í˜¸ë²„ ì‹œ ìŠ¤íƒ€ì¼ */

/* í™œì„±í™”(í´ë¦­) ìƒíƒœ ìŠ¤íƒ€ì¼ */
.guide-method:active {
  transform: translateY(0); /* í´ë¦­ ì‹œ ì›ëž˜ ìœ„ì¹˜ë¡œ */
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.1);
}

/* ë°˜ì‘í˜• ë””ìžì¸ ê°œì„  */
@media (max-width: 768px) {
  .guide-method {
    padding: 14px 16px;
    font-size: 14px;
  }

  .guide-method:hover {
    transform: none; /* ëª¨ë°”ì¼ì—ì„œëŠ” ë– ì˜¤ë¥´ëŠ” íš¨ê³¼ ì œê±° */
  }
}

/* í™”ì‚´í‘œ ì•„ì´ì½˜ ì¶”ê°€ */
.guide-method button::after {
  content: '›'; /* í™”ì‚´í‘œ ë¬¸ìž ì‚¬ìš© */
  font-size: 18px; /* í™”ì‚´í‘œ í¬ê¸° */
  line-height: 1;
  color: rgb(156, 163, 175); /* íšŒìƒ‰í†¤ì˜ í™”ì‚´í‘œ */
  margin-left: 8px; /* í…ìŠ¤íŠ¸ì™€ í™”ì‚´í‘œ ì‚¬ì´ ê°„ê²© */
}

/* í˜¸ë²„ ì‹œ í™”ì‚´í‘œ ìƒ‰ìƒ ë³€ê²½ */
.guide-method:hover button::after {
  color: inherit;
}

/* ê°€ì´ë“œ ì•„ì´í…œ ì»¨í…Œì´ë„ˆ ìŠ¤íƒ€ì¼ */
.guide-item {
  background-color: #fff;
  border: 1px solid #E3E4E7;
  border-radius: 8px;
  padding: 20px;
  width: 100% !important;
}

/* ê°€ì´ë“œ ì œëª© ìŠ¤íƒ€ì¼ */
.guide-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  word-break: break-all;
  width: 100%;
  position: relative;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ededed;
}

.guide-title h2,
.guide-title h3 {
  font-size: 21px;
  padding: 8px 0;
  margin: 0; /* ê¸°ë³¸ ë§ˆì§„ ì œê±° */
}

/* ëª¨ë°”ì¼ ëŒ€ì‘ì„ ìœ„í•œ ë°˜ì‘í˜• ë””ìžì¸ */
@media (max-width: 768px) {
  .guide-title h2,
  .guide-title h3 {
    font-size: 14px; /* ëª¨ë°”ì¼ì—ì„œëŠ” ê¸€ìž í¬ê¸° ì¶•ì†Œ */
    padding: 6px 0; /* ëª¨ë°”ì¼ì—ì„œëŠ” íŒ¨ë”© ì¶•ì†Œ */
  }
}




/* ëª¨ë°”ì¼ ëŒ€ì‘ì„ ìœ„í•œ ë°˜ì‘í˜• ë””ìžì¸ */
@media (max-width: 768px) {
  .guide-method {
    padding: 12px; /* ëª¨ë°”ì¼ì—ì„œëŠ” íŒ¨ë”© ì¶•ì†Œ */
    font-size: 14px; /* ëª¨ë°”ì¼ì—ì„œëŠ” ê¸€ìž í¬ê¸° ì¶•ì†Œ */
  }

  .guide-item {
    width: 100% !important;
    padding: 15px;
  }
}


.icon-instagram-signin {
  background: url(/assets/icons/platformicon/instagram.png) no-repeat center/contain;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.icon-instagram-f-platfrom {
  background: url(/assets/icons/platformicon/instagram.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-instagram-i-platform {
  background: url(/assets/icons/platformicon/instagram.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-instagram-acc-platform {
  background: url(/assets/icons/platformicon/instagram.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-youtube-platform {
  background: url(/assets/icons/platformicon/youtube.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-facebook-platform {
  background: url(/assets/icons/platformicon/facebook.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-tiktok-platform {
  background: url(/assets/icons/platformicon/tiktok.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-telegram-platform {
  background: url(/assets/icons/platformicon/telegram.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-kakaotalk-platform {
  background: url(/assets/icons/platformicon/kakao-talk.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-thread-platform {
  background: url(/assets/icons/platformicon/thread.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.icon-twitter-platform {
  background: url(/assets/icons/platformicon/x.png) no-repeat center/contain;
  display: inline-block;
  width: 50px;
  height: 50px;
}
/* ëª¨ë°”ì¼ ì•„ì´ì½˜ í¬ê¸° */
@media (max-width: 768px) {
  .icon-instagram-signin,
  .icon-instagram-f-platfrom,
  .icon-instagram-i-platform,
  .icon-instagram-acc-platform,
  .icon-youtube-platform,
  .icon-facebook-platform,
  .icon-tiktok-platform,
  .icon-telegram-platform,
  .icon-kakaotalk-platform,
  .icon-soundcloud-platform,
  .icon-twitter-platform {
    width: 64px;
    height: 64px;
  }
}
/* ê° ì•„ì´ì½˜ë³„ background-image ì„¤ì • */
.icon-instagram-k {
  background-image: url('https://storage.perfectcdn.com/rwaacu/eyzgo8yzqw0aowxs.svg');
}

.icon-instagram-f {
  background-image: url('https://storage.perfectcdn.com/rwaacu/eyzgo8yzqw0aowxs.svg');
}

.icon-instagram-i {
  background-image: url('https://storage.perfectcdn.com/rwaacu/eyzgo8yzqw0aowxs.svg');
}

.icon-instagram-acc {
  background-image: url('https://storage.perfectcdn.com/rwaacu/eyzgo8yzqw0aowxs.svg');
}

.icon-youtube {
  background-image: url('https://storage.perfectcdn.com/rwaacu/p7np3uzywqdzptj2.svg');
}

.icon-facebook {
  background-image: url('https://storage.perfectcdn.com/rwaacu/orq1r0sr71cse9ce.svg');
}

.icon-tiktok {
  background-image: url('https://storage.perfectcdn.com/rwaacu/geio7oal2oy5wh0f.svg');
}

.icon-telegram {
  background-image: url('https://storage.perfectcdn.com/rwaacu/tu1ks3czrb7m094p.svg');
}

/* .icon-kakaotalk {
background-image: url('/assets/icons/kakaotalk.svg');
} */

.icon-soundcloud {
  background-image: url('https://storage.perfectcdn.com/rwaacu/t8opywhp9qcn0gql.svg');
}

.icon-twitter {
  background-image: url('https://storage.perfectcdn.com/rwaacu/gt6deaz3ucghmhum.svg');
}

.icon-nportal {
  background-image: url('https://storage.perfectcdn.com/rwaacu/mgt1fbi6p89azshh.svg');
}

/* .icon-appmarketing {
background-image: url('/assets/icons/appmarketing.svg');
}

.icon-news {
background-image: url('/assets/icons/news.svg');
}

.icon-reviewer {
background-image: url('/assets/icons/reviewer.svg');
} */

.icon-place {
  background-image: url('https://storage.perfectcdn.com/rwaacu/01l3jlain6win39x.svg');
}
/* .icon-n_blog {
background-image: url('/assets/icons/n_blog_logo.png');
} */

.icon-kakaotalk-button {
  width: 19px;
  height: 16px;
  background-image: url('https://storage.perfectcdn.com/rwaacu/qajdmucckdapsnwg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.icon-phone-button {
  width: 16px;
  height: 16px;
  background-image: url('/assets/icons/phone-button.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}


.inner-wrap {
  background-color: #ffffff;
  border: 1px solid #edf2f7;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .inner-wrap {
    padding: 12px;
  }
}



/* PC ìŠ¬ë¼ì´ë“œ ì»¨í…Œì´ë„ˆ */
.pc-slider-container {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-bottom: -20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
/* ëª¨ë°”ì¼ ìŠ¬ë¼ì´ë“œ ì»¨í…Œì´ë„ˆ í¬ê¸° */
.mobile-slider-container {
  width: 100%; /* ëª¨ë°”ì¼ì—ì„œ ìŠ¬ë¼ì´ë“œì˜ ë„ˆë¹„ë¥¼ 100%ë¡œ ì„¤ì • */
  height: auto;
  overflow: hidden; /* ì»¨í…Œì´ë„ˆ ë°–ìœ¼ë¡œ íŠ€ì–´ë‚˜ì˜¤ì§€ ì•Šë„ë¡ ì„¤ì • */
  position: relative; /* ë„¤ë¹„ê²Œì´ì…˜ ë²„íŠ¼ì„ ë°°ì¹˜í•˜ê¸° ìœ„í•´ relative ì„¤ì • */
}
/* Swiper ìŠ¬ë¼ì´ë“œ */
.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide {
  flex-shrink: 0; /* ìŠ¬ë¼ì´ë“œ í¬ê¸°ê°€ ì¤„ì–´ë“¤ì§€ ì•Šë„ë¡ ì„¤ì • */
  width: 100%; /* ìŠ¬ë¼ì´ë“œê°€ ì»¨í…Œì´ë„ˆì˜ 100%ë¥¼ ì°¨ì§€ */
  height: auto; /* ë†’ì´ëŠ” ìžë™ìœ¼ë¡œ ì„¤ì • */
}



/* ì™¼ìª½ í™”ì‚´í‘œ */
.swiper-button-prev {
  left: 10px; /* ì™¼ìª½ì—ì„œ 10px ìœ„ì¹˜ */
}

/* ì˜¤ë¥¸ìª½ í™”ì‚´í‘œ */
.swiper-button-next {
  right: 10px; /* ì˜¤ë¥¸ìª½ì—ì„œ 10px ìœ„ì¹˜ */
}

/* ì´ë¯¸ì§€ ìŠ¤íƒ€ì¼ */
.swiper-slide img {
  height: auto; /* ë†’ì´ëŠ” ìžë™ìœ¼ë¡œ ì„¤ì • */
  display: block;
}

/* ì´ë¯¸ì§€ì— ë§ˆìš°ìŠ¤ë¥¼ ì˜¬ë ¸ì„ ë•Œ í´ë¦­ ê°€ëŠ¥í•œ ì»¤ì„œë¡œ ë³€ê²½ */
.swiper-slide img {
  cursor: pointer; /* í´ë¦­ ê°€ëŠ¥í•œ ì†ê°€ë½ ëª¨ì–‘ ì»¤ì„œ */
}


.tabs-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  justify-content: center;
  margin-bottom: -16px;
}

.tab-button {
  display: table-cell;
  border: 1px solid #ffffff;
  background-color: #f6f7ff;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  color: black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 13px;
}

.tab-button.active {
  background-color: #b93ffa;
  color: white;
  border: 0.5px solid #ffffff;
}

.category-buttons-container {
  background-color: #f6f7ff;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto;
  width: 100%;
}



.order-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  word-break: break-all;
  width: 100%;
  position: relative;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ededed;
}


.order-title > button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .order-title > button {
    height: 30px;
    font-size: 10px;
  }
}

.order-title h2,
.order-title h3 {
  font-size: 21px;
  font-weight: 600;
  padding: 8px 0;
  color: #333;
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜•ì— ì œëª© ìŠ¤íƒ€ì¼ ì¶”ê°€ */
@media (max-width: 768px) {
  .order-title h2,
  .order-title h3 {
    font-size: 15px;
    padding: 8px 0;
  }

  .order-title h2::after,
  .order-title h3::after {
    height: 1px;
  }
}


.swiper-slide {
  /* width: 100% !important; */
  flex-shrink: 0;
}


/* ì§€ì› ì„¹ì…˜ ì»¨í…Œì´ë„ˆ */
.support-section {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 4%) 0 0 12px 0;
  margin-bottom: 1rem;
}

.support-container {
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.support-content {
  width: 100%;
  font-weight: 600;
  color: #6c757d;
}

/* ì§€ì› ì„¹ì…˜ ì œëª© ìŠ¤íƒ€ì¼ */
.support-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  word-break: break-all;
  width: 100%;
  position: relative;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ededed;
}

/* ì§€ì› ì„¹ì…˜ ì œëª© h2, h3 ìŠ¤íƒ€ì¼ */
.support-title h2,
.support-title h3 {
  font-size: 21px;
  padding: 8px 0;
  margin: 0; /* ê¸°ë³¸ ë§ˆì§„ ì œê±° */
}



/* ëª¨ë°”ì¼ ëŒ€ì‘ì„ ìœ„í•œ ë°˜ì‘í˜• ë””ìžì¸ */
@media (max-width: 768px) {
  .support-title h2,
  .support-title h3 {
    font-size: 14px; /* ëª¨ë°”ì¼ì—ì„œëŠ” ê¸€ìž í¬ê¸° ì¶•ì†Œ */
    padding: 6px 0; /* ëª¨ë°”ì¼ì—ì„œëŠ” íŒ¨ë”© ì¶•ì†Œ */
  }
}

.support-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* ê°„ê²© ì•½ê°„ ì¦ê°€ */
  margin-top: 16px;
  justify-content: space-between; /* ê· ë“± ë¶„ë°°ë¡œ ë³€ê²½ */
  align-items: center;
  width: 100%;
  padding: 0 16px;
}

/* ë²„íŠ¼ ê³µí†µ ìŠ¤íƒ€ì¼ */
.support-button {
  flex: 1 1 0; /* grow shrink basis - ìœ ë™ì  í¬ê¸° ì¡°ì ˆ */
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-decoration: none;
}


/* ì¹´ì¹´ì˜¤í†¡ ë²„íŠ¼ */
.support-button.kakao {
  background-color: #F7DA00;
  color: #371D1E;
}

/* ì „í™” ë²„íŠ¼ */
.support-button.phone {
  background-color: #b93ffa;
  color: white;
}

/* ë¬¸ì„œ ë²„íŠ¼ (ì œì•ˆì„œ, í¬íŠ¸í´ë¦¬ì˜¤) */
.support-button.document {
  background-color: #fff;
  border: 1px solid #E1E2F6;
  color: #000;
}

/* ë²„íŠ¼ í˜¸ë²„ íš¨ê³¼ */
.support-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* SVG ì•„ì´ì½˜ ìŠ¤íƒ€ì¼ */
.support-button svg {
  width: 18px;
  height: 18px;
}

/* ëª¨ë°”ì¼ ëŒ€ì‘ */
@media (max-width: 768px) {
  .support-section {
    padding: 16px;
  }

  .support-button {
    padding: 8px 16px;
    font-size: 12px;
    min-width: 150px; /* ëª¨ë°”ì¼ì—ì„œëŠ” ìµœì†Œ ë„ˆë¹„ ì¤„ìž„ */
    flex: 1 1 calc(50% - 8px); /* ëª¨ë°”ì¼ì—ì„œ 2ì—´ë¡œ ë°°ì¹˜ */
  }
}


.order-content-primary {
  width: 43%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 1200px) {
  .order-content-primary {
    border-left: 0px;
    border-right: 0px;
  }
}

.order-content-secondary {
  flex: 1;
}

@media (max-width: 768px) {
  .order-content-primary {
    width: 100%;
    border: none;
  }
}

.seoHFont {
  font-size: 14px;
  text-align: center;
  background: #f4e6f9;
  color: #1A1A1A;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
  line-height: 19px;
  font-weight: 400;
  width: 100%;
  height: 42px;
  gap: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.guide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.guide-highlight {
  position: relative;
  z-index: 1001;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffff05;
  border-radius: 4px;
}

.guide-tooltip {
  position: absolute;
  z-index: 1002;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 320px;
  animation: fadeIn 0.3s ease-in-out;
}

/* ë§í’ì„  í™”ì‚´í‘œ ìŠ¤íƒ€ì¼ */
.guide-tooltip-arrow {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

.guide-tooltip-content {
  position: relative;
}

.guide-tooltip h3 {
  color: #185bdc;
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
}

.guide-tooltip p {
  margin: 0 0 20px 0;
  color: #666;
  line-height: 1.6;
}
/* ëª¨ë°”ì¼ ë°˜ì‘í˜• ìŠ¤íƒ€ì¼ */
@media (max-width: 768px) {
  .guide-tooltip {
    max-width: calc(100% - 32px); /* ì¢Œìš° ì—¬ë°± 16pxì”© */
    margin: 0 16px;
  }

  .guide-tooltip h3 {
    font-size: 16px;
    margin: 0 0 8px 0;
  }

  .guide-tooltip p {
    font-size: 14px;
    margin: 0 0 16px 0;
    line-height: 1.5;
  }
}

.guide-controls {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.guide-controls button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.guide-next {
  background: #185bdc;
  color: white;
}

.guide-next:hover {
  background: #0f49b3;
}

.guide-skip {
  background: #f5f5f5;
  color: #666;
}

.guide-skip:hover {
  background: #e5e5e5;
}

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

/* ê°€ì´ë“œ ì‹œìž‘ ë²„íŠ¼ ìŠ¤íƒ€ì¼ */
.guide-start-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  color: #b93ffa;
  border: 1.5px solid #b93ffa;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 95, 240, 0.1);
}

.guide-start-btn:hover {
  background: #f6f7ff;
  color: #b93ffa;
  border-color: #b93ffa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 95, 240, 0.15);
}

.guide-start-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 95, 240, 0.1);
}

/* SVG ì•„ì´ì½˜ ìƒ‰ìƒ ë³€ê²½ */
.guide-start-btn svg {
  stroke: #b93ffa;
  transition: all 0.3s ease;
}

.guide-start-btn:hover svg {
  stroke: #b93ffa;
}

/* ë²„íŠ¼ ë‚´ë¶€ ì•„ì´ì½˜ ì• ë‹ˆë©”ì´ì…˜ */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.guide-start-btn svg {
  animation: pulse 2s infinite;
}
/* ëª¨ë‹¬ ê¸°ë³¸ ìŠ¤íƒ€ì¼ */
.notice-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

/* ëª¨ë‹¬ ì»¨í…ì¸  */
.notice-modal-content {
  background: white;
  border-radius: 16px;
  padding: 32px;
  max-width: 600px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  animation: slideUp 0.3s ease;
}

/* ëª¨ë‹¬ í—¤ë” */
.notice-modal-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f6;
  position: relative;
}

/* ë‚ ì§œ ìŠ¤íƒ€ì¼ */
.notice-time {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 16px;
  display: block;
}

/* ì œëª© ìŠ¤íƒ€ì¼ */
.notice-modal-body h3 {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* ë³¸ë¬¸ ìŠ¤íƒ€ì¼ */
.notice-modal-body {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .notice-modal-body {
    font-size: 0.7rem;
    line-height: 1.6;
  }

  .notice-modal-body h3 {
    font-size: 0.9rem;
  }

  .notice-modal-body .notice-time {
    font-size: 0.7rem;
  }
}

.notice-modal-body p {
  margin-bottom: 16px;
}

/* ë¦¬ìŠ¤íŠ¸ ìŠ¤íƒ€ì¼ */
.notice-modal-body ul {
  background: linear-gradient(145deg, #f8fafc, #f1f5f9);
  padding: 24px 28px;
  border-radius: 12px;
  margin: 20px 0;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.notice-modal-body li {
  margin-bottom: 16px;
  position: relative;
  color: #334155;
  padding-left: 28px;
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.notice-modal-body li:last-child {
  margin-bottom: 0;
}

/* ë¦¬ìŠ¤íŠ¸ ì•„ì´í…œ ì•„ì´ì½˜ */
.notice-modal-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #b93ffa;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

/* ë¦¬ìŠ¤íŠ¸ ì•„ì´í…œ í˜¸ë²„ íš¨ê³¼ */
.notice-modal-body li:hover {
  color: #1e293b;
  transform: translateX(4px);
  transition: all 0.2s ease;
}

.notice-modal-body li:hover::before {
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

/* ë¦¬ìŠ¤íŠ¸ êµ¬ë¶„ì„  */
.notice-modal-body li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(226, 232, 240, 0.5), transparent);
}

/* ë¦¬ìŠ¤íŠ¸ ì»¨í…Œì´ë„ˆ í˜¸ë²„ íš¨ê³¼ */
.notice-modal-body ul:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* ë‹«ê¸° ë²„íŠ¼ */
.modal-close {
  position: absolute;
  right: -12px;
  top: -12px;
  background: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: #f1f5f9;
  transform: rotate(90deg);
}

/* ìŠ¤í¬ë¡¤ë°” ìŠ¤íƒ€ì¼ */
.notice-modal-content::-webkit-scrollbar {
  width: 8px;
}

.notice-modal-content::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

.notice-modal-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* ì• ë‹ˆë©”ì´ì…˜ */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ëª¨ë°”ì¼ ëŒ€ì‘ */
@media (max-width: 768px) {
  .notice-modal-content {
    padding: 24px;
    width: 92%;
  }

  .notice-modal-body h3 {
    font-size: 1.25rem;
  }

  .notice-modal-body ul {
    padding: 16px 16px 16px 32px;
  }
}



.snssupporter-category-container {
  background: #f6f7ff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.snssupporter-category-header {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 4px;
}

.category-count {
  font-size: 0.813rem;
  color: #8B95A1;
  font-weight: 500;
}

.snssupporter-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.snssupporter-category-btn {
  position: relative;
  width: 100%;
  padding: 12px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: all 0.2s ease;
}

.btn-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.btn-text {
  flex: 1;
  font-size: 0.813rem;
  color: #333;
  transition: all 0.2s ease;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-icon {
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.2s ease;
}

.btn-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
}

/* í˜¸ë²„ íš¨ê³¼ */
.snssupporter-category-btn:hover {
  border-color: #E5E7EB;
  background: #F8FAFC;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.snssupporter-category-btn:hover .btn-text {
  transform: translateX(2px);
}

.snssupporter-category-btn:hover .btn-icon {
  opacity: 0.5;
  transform: translateX(0);
}

/* í™œì„±í™” ìƒíƒœ */
.snssupporter-category-btn.active {
  background: #e9ecff;
  border: 2px solid #b93ffa;
  box-shadow: 0 2px 8px rgba(66, 99, 235, 0.08);
}

.snssupporter-category-btn.active .btn-text {
  color: #333;
  font-weight: 600;
}

.snssupporter-category-btn.active .btn-icon {
  opacity: 1;
  transform: translateX(0);
  color: #4263EB;
}

/* ì„œë¸Œ ì•„ì´í…œ ìŠ¤íƒ€ì¼ */
.sub-item {
  position: relative;
  padding-left: 12px;
  background: #FAFBFC;
  width: 100%;
}

.sub-item::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #CBD5E1;
  border-radius: 50%;
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• */
@media (max-width: 768px) {
  .snssupporter-category-container {
    padding: 12px;
    border-radius: 12px;
  }

  .snssupporter-category-grid {
    gap: 6px;
  }

  .snssupporter-category-btn {
    padding: 10px;
  }

  .btn-text {
    font-size: 0.6rem;
    color: #333;  /* ëª¨ë°”ì¼ì—ì„œë„ ë™ì¼í•œ ìƒ‰ìƒ ìœ ì§€ */
  }

  .snssupporter-category-btn.active .btn-text {
    color: #333;  /* í™œì„±í™” ìƒíƒœì—ì„œë§Œ íŒŒëž€ìƒ‰ */
  }
}

/* ë§¤ìš° ìž‘ì€ í™”ë©´ ëŒ€ì‘ */
@media (max-width: 360px) {
  .snssupporter-category-container {
    padding: 10px;
  }

  .btn-text {
    font-size: 0.6rem;
  }
}




/* ê²€ìƒ‰ì°½ placeholder ìŠ¤íƒ€ì¼ */
.select2-selection.select2-selection--single.form-control::placeholder {
  color: #666;
  transition: font-size 0.3s ease;
}

/* PC í™˜ê²½ (ê¸°ë³¸) */
@media screen and (min-width: 1024px) {
  .select2-selection.select2-selection--single.form-control {
    font-size: 14px;
  }
  .select2-selection.select2-selection--single.form-control::placeholder {
    font-size: 14px;
  }
}

/* íƒœë¸”ë¦¿ í™˜ê²½ */
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .select2-selection.select2-selection--single.form-control {
    font-size: 13px;
  }
  .select2-selection.select2-selection--single.form-control::placeholder {
    font-size: 13px;
  }
}

/* ëª¨ë°”ì¼ í™˜ê²½ */
@media screen and (max-width: 767px) {
  .select2-selection.select2-selection--single.form-control {
    font-size: 11px;
  }
  .select2-selection.select2-selection--single.form-control::placeholder {
    font-size: 11px;
  }

  /* ë§¤ìš° ìž‘ì€ ëª¨ë°”ì¼ í™”ë©´ */
  @media screen and (max-width: 320px) {
    .select2-selection.select2-selection--single.form-control {
      font-size: 10px;
    }
    .select2-selection.select2-selection--single.form-control::placeholder {
      font-size: 10px;
    }
  }
}

/* ì¶”ê°€ ìŠ¤íƒ€ì¼ */
.select2-selection.select2-selection--single.form-control {
  padding: 8px 12px;
  line-height: 1.5;
  color: #333;
  transition: all 0.3s ease;
}

/* placeholder í…ìŠ¤íŠ¸ê°€ ê¸¸ ë•Œ ë§ì¤„ìž„í‘œ ì²˜ë¦¬ */
.select2-selection.select2-selection--single.form-control::placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.message-bubble {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 15px;
  background: #f6f7ff;
  color: #b93ffa;
  border: 1.5px solid #b93ffa;
  position: relative;
  animation: floating 1.5s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 400px) {
  .message-bubble {
    font-size: 9px;

  }
}

/* ë§í’ì„  ê¼¬ë¦¬ - ì™¼ìª½ ëìœ¼ë¡œ ì´ë™ */
.message-bubble:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 30px;  /* ì™¼ìª½ì—ì„œ 30px ë–¨ì–´ì§„ ìœ„ì¹˜ */
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #b93ffa transparent transparent;
}

.signup-link {
  color: #b93ffa;  /* ê¸°ì¡´ ë©”ì‹œì§€ ë²„ë¸”ì˜ íŒŒëž€ìƒ‰ê³¼ ë™ì¼ */
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sub-heading {
  font-size: 9px;
  color: #999;  /* ì—°í•œ íšŒìƒ‰ */
  margin-top: 5px;
}

@media screen and (max-width: 400px) {
  .sub-heading {
    font-size: 7px;
  }
}

/* ê°€ê²©í‘œ í…Œì´ë¸” ìŠ¤íƒ€ì¼ */
.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.price-table th,
.price-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.price-table th {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
  font-size: 14px;
}

.price-table td {
  color: #475569;
  font-size: 14px;
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-table tr:hover td {
  background: #f8fafc;
}

/* ê°€ê²© ê°•ì¡° ìŠ¤íƒ€ì¼ */
.price-table .price {
  font-weight: 700;
  color: #b93ffa;
}

/* í• ì¸ ê°€ê²© ìŠ¤íƒ€ì¼ */
.price-table .discount-price {
  color: #ef4444;
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 8px;
}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• */
@media (max-width: 768px) {
  .price-table {
    border-radius: 8px;
  }

  .price-table th,
  .price-table td {
    padding: 12px;
    font-size: 12px;
  }

  .price-table .discount-price {
    font-size: 10px;
  }
}

/* ê°€ê²©í‘œ í—¤ë” ê°•ì¡° */
.price-table thead th {
  background: #b93ffa;
  color: white;
  font-weight: 500;
}

/* ê°€ê²©í‘œ í‘¸í„° ìŠ¤íƒ€ì¼ */
.price-table tfoot td {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
}

/* ê°€ê²©í‘œ ì…€ ì •ë ¬ */
.price-table .text-center {
  text-align: center;
}

.price-table .text-right {
  text-align: right;
}

/* ê°€ê²©í‘œ íƒ­ ìŠ¤íƒ€ì¼ */
.price-tabs {
  margin: 20px 0 15px;
  border-bottom: 1px solid #e2e8f0;
}

.price-tabs .nav-link {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  border: none;
  border-radius: 0;
}

.price-tabs .nav-link.active {
  color: #b93ffa;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px solid #b93ffa;
}

.tab-content {
  padding: 15px 0;
}

.tab-content h5 {
  color: #1e293b;
  font-size: 16px;
  font-weight: 600;
}

/* í…ìŠ¤íŠ¸ ì •ë ¬ */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* signin.css end  */



body {
  letter-spacing: -0.5px;
  background-color: #fff !important;
}

/* Font Awesome 5 Pro ê¸°ë³¸ ìŠ¤íƒ€ì¼ */
.fa,
.fas,
.far,
.fal,
i.navbar-icon {
  font-family: "Font Awesome 5 Pro" !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  display: inline-block !important;
}

/* Solid ì•„ì´ì½˜ (900) */
.fa,
.fas,
i.navbar-icon.fa,
i.navbar-icon.fas {
  font-weight: 900 !important;
}

/* Regular ì•„ì´ì½˜ (400) */
.far,
i.navbar-icon.far {
  font-weight: 400 !important;
}

/* Light ì•„ì´ì½˜ (300) */
.fal,
i.navbar-icon.fal {
  font-weight: 300 !important;
}

/* ë¸Œëžœë“œ ì•„ì´ì½˜ */
.fab,
i.navbar-icon.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  display: inline-block !important;
}

/* ì¶”ê°€: ì•„ì´ì½˜ í¬ê¸° ì¼ê´€ì„± ìœ ì§€ */
i.navbar-icon {
  font-size: 1em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}




[hidden],
template {
  display: none;
}

.hidden {
  display: none !important;
}

.dropdown-item .badge {
  background-color: #0c8 !important;
  color: #fff;
}

select {
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
  appearance: revert !important;
}

button[type=submit] h6 {
  color: #fff !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #185bdc !important;

}

.text-primary {
  color: #4280F8 !important;
}

.bg-primary {
  background-color: #005ff0 !important;
}

.btn-outline-primary {
  color: #185bdc;
  border-color: #185bdc;
}

a {
  color: #000;
}

/*.btn-outline-primary:hover{
color: initial !important;
background-color: initial !important;
border-color: initial !important;
}*/

.form-control {
  font-size: 0.75rem;
}

.order_btn_bottom_banner {
  margin: 2px 0px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

ul {
  list-style: none;
  padding: 0 !important;
}

.process-solution {
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  box-shadow: rgb(0 0 0 / 15%) 0 0 20px 0;
}

.process-solution-list {
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}

.process-solution-list span {
  background-color: #4280F8;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.process-solution-header div:nth-child(2) {
  font-size: 32px;
  align-items: center;
  justify-content: center;
}

.process-solution-header div:nth-child(1) {
  color: #4280F8;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 200px;
  height: 50px;
  padding: 16px 30px;
  border-radius: 50px;
}

.process-solution-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #4280F8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  height: 210px;
}

.process-main-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #D13D3D;
  color: #fff;
  padding: 28px 0;
  font-size: 24px;
}

.process-main img {
  padding: 80px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid #e0e0e0;
}

.process-desc {
  align-items: center;
  color: #555;
  font-size: 24px;
}

.process-desc i {
  background-color: #D13D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.process-title {
  font-size: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info-desc-right {
  flex: 1;
  flex-direction: column;
}

.product-info-desc-right div {
  background-color: rgba(255, 255, 255, 0.16);
  padding: 13px 26px;
  font-size: 16px;
}

.product-info-desc-left a {
  width: 140px;
  font-size: 14px;
  height: 46px;
}

.product-info-desc-left {
  flex: 1;
}

.product-info-desc-left span:nth-child(1) {
  color: #4280F8;
  font-size: 16px;
}

.product-info-desc-left span:nth-child(2) strong {
  font-size: 60px;
}

.product-info-wrap {
  display: flex;
  width: 85vw;
  font-size: 20px;
  padding: 100px 120px;
  color: #fff;
  background-color: #333743;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.product-info-list {
  list-style: none;
  width: 15vw;
  font-size: 14px;
  padding: 0;
}

.product-info-list li.active {
  color: #fff;
  background-color: #4280F8;
  border: 0;
  position: relative;
}

.product-info-list li.active:before {
  content: '';
  position: absolute;
  background-color: transparent;
  right: -10px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #4280F8;
  border-right: 5px solid transparent;
}

.product-info-list li {
  cursor: pointer;
  border: 1px solid rgba(51, 55, 67, 0.2);
  border-radius: 6px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888888;
  box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.product-info-list li:not(:first-child) {
  margin-top: 10px;
}

.btn-header-custom {
  border-radius: 6px;
  color: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-custom {
  border-radius: 10px;
  color: #fff;
  padding: 5px 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-apply {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #000;
}

.scroll_in {
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 12px;
  display: flex;
  align-items: center;
  box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.scroll_in_01 {
  border-radius: 8px;
  padding: 4px 20px;
  color: #fff;
  font-size: 12px;
}

.scroll_in_02 {

}

.scroll_in_03 {
  color: #ccc;
}

.btn-live-custom {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ECF3F9;
  padding: 36px;
  box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.btn-live-custom img {
  width: 48px;
}

.btn-live-custom span {
  text-align: left;
  flex: 1;
}

.circle {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-img-m {
  display: none;
}

.main-title span:nth-child(1) {
  font-size: 64px;
  white-space: nowrap;
}

.main-title span:nth-child(4) {
  font-size: 24px;
  color: #6C7889;
}

.live-title {
  flex-direction: column;
}

.live-title span {
  font-size: 54px;
}

.live-title a {
  width: 160px;
}

.sns-info-title span:nth-child(1) {
  font-size: 54px;
}

.sns-info-title span:nth-child(1) span {
  font-size: 54px;
}

.sns-info-title span:nth-child(2) {
  font-size: 24px;
  color: #6C7889;
}

.sns-info-btn-pc {
  display: flex;
}

.sns-info-btn-m {
  display: none;
}

.sns-info-item {
  width: 50%;
}

.review-wrap > * {
  width: 50%;
}

.accordion-title {
  border-bottom: 1px solid #E0E0E0;
}

.accordion {
  border-top: 2px solid #000;
}

.faq-title strong {
  font-size: 20px;
}

.faq-title span {
  font-size: 54px;
}

.swiper-custom-button-next {
  right: -25px;
}

.swiper-custom-button-prev {
  left: -25px;
}

.swiper-custom-button-next,
.swiper-custom-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: calc(50% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: rgb(0 0 0 / 15%) 0 0 20px 0;
}

.swiper-slide {
  border-radius: 10px;
}

.review-title {
  font-size: 54px;
}

.review-desc {
  font-size: 24px;
  color: #6C7889;
}

.supporter-title span {
  font-size: 54px;
}

.news-title span {
  font-size: 54px;
}

.process-main-m {
  display: none;
}

.footer-desc {
  padding: 60px 0;
  align-items: center;
  font-size: 12px;
}

.modal-close {
  z-index: 20;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.order-wrap {
  max-width: 1600px;
  /* padding: 1rem; */
  /* margin-left: 40px; */
  gap: 5px;
  margin: 0 auto;
}


.fund-wrap {
  max-width: 2200px;
  margin-left: 40px;
  display: flex;
  gap: 40px;
}


.fund-item-wrap {
  max-width: 1600px;
  margin: 0 auto;
  gap: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}



.fund-item {
  background-color: #fff;
  padding: 48px;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 4%) 0 0 12px 0;
}

.order-list-title,
.fund-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  padding: 0 12px;
  word-break: break-all;
  width: 100%;
  position: relative;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ededed;
}

.order-list-title:before,
.fund-title:before {
  content: '';
  position: absolute;
  background-color: #005ff0;
  width: 4px;
  height: 22px;
  left: 0;
  top: 8px;
}

.fund-title > button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 0 20px;
  height: 42px;
  font-size: 13px;
  gap: 10px;
}

.sub-heading {
  font-size: 12px;
}
@media (min-width: 992px) { 
  .menu-item.active {
    background-color: #ffefef;
    position: relative;
    border-left: 3px solid #b93ffa;
  }
  .menu-item.active a {
    color: #000;
  }

  .menu-item:hover {
    background-color: #ffefef;
    position: relative;
    border-left: 3px solid #b93ffa;
  }
  .menu-item:hover a {
    color: #000;
  }
}

.btn-primary, .proposal-btn, .support-button.phone, .btn-recharge {
  color: #fff !important;
  background-color: #b93ffa !important;
  background: #b93ffa !important;
}

.nav-pills .nav-link.active {
  background-color: #b93ffa !important;
  color: white;
}

.btn-primary {
  border: 1px solid transparent !important;
}

.user-balance {
  margin-right: 0;
}

.signup-link {
  color: #b93ffa;
}

.order-item-process {
  background-color: #b93ffa;
  border: 1.5px solid #b93ffa;
  color: #fff;
}

.snssupporter-category-btn.active {
  background: #b93ffa;
  border: 2px solid #b93ffa;
}

.snssupporter-category-btn.active .btn-text {
  color: #fff !important;
}

.order-submit-btn {
  background-color: #b93ffa;
}

@media screen and (max-width: 480px) { 
  .neworder-btn img {
    width: 25px;
    height: 25px;
  }
}

fieldset.form-group.step-service {
  padding: 10px;
  background: #ffefef;
  border-radius: 7px;
}

#custom-options-container  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
  margin-top: 15px;
}

#custom-options-container li {
  position: relative;
  width: 100%;
  padding: 12px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: all 0.2s ease;
  color: #333;
}

#custom-options-container li:hover {
  background: #fffbfb;
}

#custom-options-container li.selected {
  background: #b93ffa;
  border: 1px solid #b93ffa;
  color: #fff;
}

.order-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order-item-type-wrap li.active {
  background-color: #f4e6f9;
  border-color: #b93ffa !important;
  box-shadow: 0 0 10px 0 rgba(235, 86, 68, .2);
}

.notice-link:hover {
  color: #333;
  cursor: inherit;
}

.fund-desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ul.swiper-wrapper > li.tab-list.swiper-slide {
  align-items: center;
  text-align: center;
  cursor: pointer;
  display: flex;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 6px 12px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 18px;
  opacity: 1;
  border: 1px solid rgb(224, 224, 224);
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 24px;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.orders-filter ul.swiper-wrapper > li.tab-list.swiper-slide.active {
  background: #b93ffa;
  color: #fff;
}



.alert-danger-list-icon {
  width: 16px;
  height: 16px;
  background-color: #D35555;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-success-list-icon {
  width: 16px;
  height: 16px;
  background-color: #55705B;
  border-radius: 100%;
  color: #E2F1E4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-text-wrap {
  font-size: 14px;
  display: flex;
  gap: 10px;
  margin-top: 6px;
  align-items: center;
}

/* ëª¨ë°”ì¼ ë²„ì „ */
@media screen and (max-width: 768px) {
  .alert-text-wrap {
    font-size: 12px;
    gap: 6px;
    margin-top: 4px;
    flex-wrap: wrap; /* í•„ìš”í•œ ê²½ìš° ì¤„ë°”ê¿ˆ */
    line-height: 1.4;
  }
}
.order-desc-wrap .card {
  border-color: #E8E9F9;
  border-radius: 12px !important;
}

.order-before-info-wrap {
  gap: 20px;
}

.order-before-info-wrap a {
  flex: 1;
}

.pc {
  display: flex !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.mo {
  display: none !important;
}

.fund-info-wrap {
  display: flex;
  justify-content: space-between;
}

.fund-type-wrap {
  display: flex;
}

.fund-type-wrap > input {
  display: none;
}

.fund-type-wrap > input:checked + label {
  border: 1px solid #4E75FF;
  color: #4E75FF;
}

.fund-type-wrap > label {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px 40px;
  cursor: pointer;
}

.fund-charge-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}

.fund-item select {
  border-radius: 12px !important;
  background-color: #FCFCFF !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-size: unset !important;
  background-position: calc(100% - 10px) calc(100% - 7px), 100% 0 !important;
  border-color: #CDCEDE !important;
}

.fund-item input {
  padding: 14px;
  border-radius: 12px !important;
  height: 41px;
  border: 1px solid #ccc;
}

.fund-item input::placeholder {
  color: #ddd;
}

.fund-charge-wrap input[type=radio] {
  display: none;
}

.fund-charge-wrap input[type=radio]:checked + label {
  border: 1px solid #4E75FF;
  color: #4E75FF;
}

.fund-charge-wrap input[type=radio] + label {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  color: #ddd;
  cursor: pointer;
}

.fund-list-table {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.fund-list-table th {
  padding: 20px;
}

.fund-list-table thead tr {
  border: 1px solid #CDCEDE;
  background-color: #FCFCFF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.fund-list-table tbody tr {
  border-bottom: 1px solid #CDCEDE;
}

.fund-list-table tbody td {
  padding: 20px;
  color: #999;
}

.order-list-wrap {
  display: flex;
  max-width: 1600px;
  background-color: #fff;
  padding: 48px;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 4%) 0 0 12px 0;
  margin: 0 auto;
}

.order-list-wrap .input-group {
  position: relative;
}

.order-list-wrap .input-group input {
  border-radius: 12px !important;
  background-color: #FCFCFF !important;
  border-color: #CDCEDE !important;
  box-shadow: inset 1px 2px 1px #0000001a !important;
}

.order-list-wrap .input-group input~span {
  position: absolute;
  right: 10px;
  top: 7px;
}

.order-list-wrap .input-group input~span button {
  padding: 0;
}

.order-list-nav-wrap .nav-item {
  background-color: #fff;
  border: 1px solid #D8E5FF;
  border-radius: 12px;
  padding: 4px 20px;
}

.order-list-nav-wrap .nav-item.active {
  border: 1px solid #4E75FF;
}

.order-list-nav-wrap .nav-item a {
  color: #999;
  border: 0;
  padding: 0;
}

.order-list-nav-wrap .nav-item.active a {
  color: #4E75FF;
}

.order-list-nav-wrap {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.order-list-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  padding-top: 20px;
}

.order-list-card-wrap .card {
  border: 1px solid #E8E9F9;
  border-radius: 12px;
}

.order-list-card-wrap .badge {
  border-radius: 12px;
}

.badge-clear {
  font-size: 12px;
  color: #999;
  border: 1px solid #999;
  border-radius: 12px;
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.order-list-card-content {
  display: flex;
}

.order-list-card-header {
  align-items: center;
}

.order-list-main-wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-left: 250px;
}

@media screen and (max-width: 768px) {
  .order-title > button {
    padding: 0 10px;
  }

  .order-before-info-wrap > a {
    flex: unset;
    height: 56px;
  }

  .order-before-info-wrap {
    flex-direction: column;
  }

  .order-desc-wrap .card-body > span {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
    font-size: 12px;
  }

  .order-desc-wrap .card-body {
    padding: 15px !important;
  }
  .py-10 {
    padding-top: 1rem;
    /* padding-bottom: 2.5rem !important; */
  }
  .pc {
    display: none !important;
  }

  .mo {
    display: flex !important;
  }


  .order-wrap {
    gap: 9px;
    padding: 5px 5px 150px 5px;
    flex-direction: column;
    margin-left: 0;
  }


  .footer-desc {
    padding: 40px 0;
    align-items: start;
    flex-direction: column;
    font-size: 10px;
  }

  .modal-content {
    padding: 0 !important;
  }

  .process-main-pc {
    display: none;
  }

  .process-main-m {
    display: block;
  }

  .process-main-text {
    font-size: 16px;
  }

  .supporter-title span {
    font-size: 30px;
  }

  .news-title span {
    font-size: 30px;
  }

  .faq-title span {
    font-size: 30px;
  }

  .faq-wrap {
    flex-direction: column;
  }

  .faq-wrap > * {
    width: 100% !important;
  }

  .review-wrap .swiper-slide {
    padding: 30px !important;
  }

  .review-desc {
    font-size: 14px;
  }

  .review-title {
    font-size: 30px;
  }

  .review-wrap {
    flex-direction: column;
  }

  .review-wrap > * {
    width: 100%;
  }

  .process-solution-header {
    height: 140px;
  }

  .process-solution-header div:nth-child(1) {
    width: 100px;
    font-size: 12px;
    padding: 8px;
    height: 36px;
  }

  .process-solution-header div:nth-child(2) {
    font-size: 20px;
  }

  .process-solution-wrap {
    flex-direction: column;
  }

  .process-main img {
    padding: 20px;
  }

  .process-desc i svg {
    width: 18px;
    height: 18px;
  }

  .process-desc i {
    width: 22px;
    height: 22px;
  }

  .process-desc {
    font-size: 16px;
  }

  .process-title {
    font-size: 30px;
  }

  .product-info-desc-left-btn-wrap a {
    flex: 1;
  }

  .product-info-desc-left span:nth-child(2) strong {
    font-size: 32px;
  }

  .product-info-wrap {
    padding: 0;
    box-shadow: unset;
    flex-direction: column;
    font-size: 14px;
  }

  .product-info {
    padding: 40px 0;
    flex-direction: column;
    background-color: #333743;
  }

  .product-info-list li.active {
    background-color: #fff;
    color: #4280F8;
  }

  .product-info-list li.active:before {
    content: '';
    position: absolute;
    background-color: transparent;
    right: calc(50% - 5px);
    bottom: -10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .product-info-list li {
    padding: 0 10px;
    border: 1px solid rgba(204, 204, 204, 0.6);
  }

  .product-info-list li:not(:first-child) {
    margin: 0;
  }

  .product-info-list::-webkit-scrollbar {
    display: none;
  }

  .product-info-list {
    padding: 10px 0;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    white-space: nowrap;
  }

  .sns-info-item {
    width: 90%;
  }

  .sns-info-btn-pc {
    display: none;
  }

  .sns-info-btn-m {
    display: flex;
  }

  .btn-custom {
    height: 44px;
  }

  .sns-info-wrap {
    flex-direction: column;
  }

  .sns-info-title span:nth-child(1) {
    font-size: 30px;
  }

  .sns-info-title span:nth-child(1) span {
    font-size: 30px;
  }

  .sns-info-title span:nth-child(2) {
    font-size: 14px;
    color: #6C7889;
  }

  .live-btn a {
    padding: 24px;
  }

  .live-title {
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
  }

  .live-title span {
    font-size: 30px;
  }

  .live-title a {
    width: 100px;
    height: 50px;
  }

  .live-wrap {
    flex-direction: column;
  }

  .live-wrap > * {
    width: 100% !important;
  }

  .main-btn {
    flex-direction: column;
    align-items: center;
  }

  .main-btn a {
    width: 240px;
  }

  .main-title span:nth-child(1) {
    font-size: 30px;
    width: 100%;
    display: block;
    text-align: center;
  }

  .main-title span:nth-child(4) {
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-img-m {
    display: block;
  }

  .main-img-pc {
    display: none;
  }

  .fund-wrap {
    flex-direction: column;
    margin: 0;
    padding: 20px;
  }

  .fund-info-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .fund-type-wrap > label {
    flex: 1;
    padding: 20px 30px;
  }

  .fund-item {
    padding: 20px;
  }

  .fund-list-table {
    font-size: 12px;
  }

  .fund-list-table th {
    padding: 10px;
  }

  .fund-list-table tbody td {
    padding: 10px;
  }

  .order-list-main-wrap {
    padding: 20px;
    margin-left: 0;
  }

  .order-list-wrap {
    padding: 15px;
  }

  .order-list-card-wrap {
    display: flex;
    flex-direction: column;
  }

  .order-list li {
    flex: 0 0 calc(100% / 6); 
    box-sizing: border-box; 
    margin: 10px 0; 
  }

  .order-list-card-header {
    flex-direction: column;
    align-items: start;
  }
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .faq-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faq-item {
  margin: 0;
}

.faq-question {
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: #374151;
}

.faq-question i {
  transition: transform 0.3s ease;
}

.faq-question:hover i {
  transform: translateX(5px);
}

/* ëª¨ë‹¬ ìŠ¤íƒ€ì¼ ê°œì„  */
.modal-content {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 1rem 1rem 0 0;
}

.modal-title {
  font-weight: 600;
  color: #111827;
  font-size: 1.25rem;
}

.btn-close {
  background-color: #e5e7eb;
  border-radius: 50%;
  padding: 0.75rem;
}

.modal-body {
  padding: 2rem 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

.modal-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 0 0 1rem 1rem;
}

.btn-secondary {
  background-color: #4280f8;
  border: none;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* FAQ ì„¹ì…˜ ì „ì²´ ìŠ¤íƒ€ì¼ */
.faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.faq-header {
  margin-bottom: 3rem;
  text-align: center;
}

.faq-header h1 {
  font-size: 2.5rem;
  color: #111827;
  font-weight: 700;
}

/* íƒ­ ë„¤ë¹„ê²Œì´ì…˜ ìŠ¤íƒ€ì¼ */
.nav-pills {
  background: #f9fafb;
  padding: 0.5rem;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.nav-pills .nav-link {
  color: #6b7280;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

.nav-pills .nav-link.active {
  background-color: #4280f8;
  color: white;
}

/* ëª¨ë°”ì¼ ìŠ¤íƒ€ì¼ (768px ë¯¸ë§Œ) */
@media (max-width: 767px) {
  .nav-pills {
    padding: 0.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    gap: 0.25rem;
  }

  .nav-pills .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .faq-header h1 {
    font-size: 1.2rem;
    color: #111827;
    font-weight: 700;
  }
  .faq-question {
    padding: 0.8rem 1rem;  
    font-size: 0.875rem;  
    border-radius: 0.4rem; 
  }
}
