#brand.feelcard .hero-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#brand.feelcard .hero-image .hero-phone-mockup {
  width: 384px;
  height: 728px;
  border-radius: 36px;
  background-color: #595f63;
  overflow: hidden;
  position: relative;
  border: 10px solid #666;
}

#brand.feelcard .hero-image .hero-phone-mockup img,
#brand.feelcard .hero-image .hero-phone-mockup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

#brand.feelcard .brand-content-inner.feature-boxes {
  flex-direction: column;
  margin: 0 auto;
  gap: 64px;
}

#brand.feelcard .bg-gray .brand-content-inner:not(.feature-boxes) {
  gap: 30px;
  margin-top: 64px;
}

#brand.feelcard .white-box {
  max-height: 508px;
  background-color: var(--gray-000);
  border-radius: 30px;
  padding: 52px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow: hidden;
}
#brand.feelcard .white-box.n3 {
  max-height: 589px;
}

#brand.feelcard .box-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

#brand.feelcard .box-text h3 {
  font-size: 32px;
  font-family: var(--font-weight-700);
  color: #191f28;
  line-height: 132%;
  margin-bottom: 20px;
}

#brand.feelcard .box-text .text {
  font-size: 16px;
  font-family: var(--font-weight-400);
  color: #4e5968;
  line-height: 132%;
}

#brand.feelcard .box-text-right {
  text-align: right;
  margin-left: auto;
}

#brand.feelcard .box-images {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
}

#brand.feelcard .qr-image {
  width: 207px;
  height: 207px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#brand.feelcard .qr-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#brand.feelcard .mockup-image {
  width: 295px;
  height: auto;
  flex-shrink: 0;
  position: relative;
}

#brand.feelcard .mockup-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#brand.feelcard .mockup-video {
  width: 235px;
  height: 485px;
  flex-shrink: 0;
  position: relative;
  outline: 10px solid #000;
  background-color: #000;
  border-radius: 32px;
  overflow: hidden;
}
#brand.feelcard .mockup-video video {
  width: 100%;
  height: 100%;
  object-fit: none;
}

#brand.feelcard .preview-image {
  width: 54%;
}


#brand.feelcard .preview-image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}

#brand.feelcard .upload-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

#brand.feelcard .upload-section .brand-content-title {
  text-align: center;
}

#brand.feelcard .upload-image {
  width: 468px;
  height: 444px;
  border-radius: 24px;
  overflow: hidden;
}

#brand.feelcard .upload-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box {
  border-radius: 30px;
  background-color: #18181d;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

#brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-image {
  width: 100%;
  height: 252px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  margin-bottom: 32px;
}

#brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-image img,
#brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-title {
  font-size: 28px;
  font-family: var(--font-weight-700);
  color: #f2f4f6;
  line-height: 132%;
  margin-top: 0;
  margin-bottom: 14px;
}

#brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-text {
  font-size: 16px;
  font-family: var(--font-weight-400);
  color: #b0b8c1;
  line-height: 140%;
}

#brand.feelcard .brand-content-inner .brand-content-box {
  height: 470px;
}

#brand .brand-content.n2 .brand-content-title {
  text-align: left;
  margin-bottom: 10px;
}

#brand.feelcard .features-list {
  width: 100%;
  max-width: 970px;
  margin: 80px auto 0;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

#brand.feelcard .feature-card {
  width: 375px;
  height: 835px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  border: 10px solid #666666;
  background-color: var(--bg-color);
}

#brand.feelcard .feature-card .feature-card-preview {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#brand.feelcard .feature-card .feature-card-preview .feature-preview-content {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

#brand.feelcard .feature-card .feature-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
}

#brand.feelcard .feature-card .feature-card-overlay.hidden {
  opacity: 0;
}

#brand.feelcard .feature-card .overlay-content {
  text-align: center;
  color: #ffffff;
  pointer-events: none;
}

#brand.feelcard .feature-card .scroll-indicator {
  width: 40px;
  height: 60px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#brand.feelcard .feature-card .overlay-content p {
  font-family: var(--font-weight-600);
  font-size: 18px;
  color: var(--gray-000);
  line-height: 132%;
  margin: 0;
  z-index: 99999;
}

#brand.feelcard .features-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#brand.feelcard .features-menu-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#brand.feelcard .feature-menu-item {
  padding: 12px 16px;
  border-radius: 50px;
  background-color: var(--gray-50);
  border: 1px solid #f7f6f5;
  font-family: var(--font-weight-500);
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

#brand.feelcard .feature-menu-item.item-badge {
  position: relative;
}

#brand.feelcard .feature-menu-item.item-badge .badge {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: -20px;
  right: -3px;
  background-color: var(--primary-400);
  color: #fff;
  font-size: 12px;
  padding: 5px 8px 4px;
  border-radius: 50px;
  animation: badge-animation 1.2s ease-in-out infinite;
}
#brand.feelcard .feature-menu-item.item-badge .badge .badge-icon {
  margin-bottom: 1px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--primary-400);
  display: flex;
  align-items: center;
  justify-content: center;
}
#brand.feelcard .feature-menu-item.item-badge .badge::after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: var(--primary-400) transparent;
  position: absolute;
  bottom: -5px;
  right: 16px;
}
@keyframes badge-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

#brand.feelcard .feature-menu-item span {
  color: #666666;
}

#brand.feelcard .feature-menu-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #666666;
}

#brand.feelcard .feature-menu-item svg path {
  fill: #666666;
}

#brand.feelcard .feature-menu-item:hover {
  background-color: var(--gray-100);
}

#brand.feelcard .feature-menu-item.active {
  background-color: #f7f6f5;
  border: 1px solid var(--primary-500);
  color: var(--primary-500);
}

#brand.feelcard .feature-menu-item.active span {
  color: var(--primary-500);
}

#brand.feelcard .feature-menu-item.active svg path {
  fill: var(--primary-500);
}

#brand.feelcard .features-menu-mobile {
  display: none;
  width: 100%;
  margin: 32px auto 0;
  position: relative;
  font-family: var(--font-weight-500);
}

#brand.feelcard .features-menu-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-radius: 12px;
  background-color: #f6f7f9;
  cursor: pointer;
}

#brand.feelcard .features-menu-mobile-label {
  font-size: 16px;
  color: #333d4b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#brand.feelcard .features-menu-mobile-arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  position: relative;
}

#brand.feelcard .features-menu-mobile-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 260px;
  margin: 10px 0 0 0;
  padding: 8px;
  list-style: none;
  display: none;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0 rgba(22, 24, 29, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

#brand.feelcard .features-menu-mobile.open .features-menu-mobile-list {
  display: block;
}

#brand.feelcard .features-menu-mobile-list li {
  padding: 10px 16px;
  font-size: 15px;
  color: #4e5968;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#brand.feelcard .features-menu-mobile-list li:hover {
  background-color: var(--bg-color);
}

#brand.feelcard .features-menu-mobile-list li.active {
  background-color: var(--bg-color);
}

#brand.feelcard .theme-gallery {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}

#brand.feelcard .theme-gallery-scroll {
  display: flex;
  gap: 32px;
  animation: slideList 30s linear infinite;
  width: max-content;
}

#brand.feelcard .theme-item {
  width: 210px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

#brand.feelcard .theme-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-br {
  display: none;
}

.pc-ver {
  display: block;
}

.mo-ver {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-ver {
    display: none;
  }
  .mo-ver {
    display: block;
  }
  .mobile-br {
    display: block;
  }
  .desktop-br {
    display: none;
  }

  #brand.feelcard .hero-image .hero-phone-mockup {
    width: calc(100% - 48px);
    max-width: 384px;
    height: auto;
    aspect-ratio: 384 / 728;
  }

  #brand.feelcard .white-box {
    width: 100%;
    max-height: 450px;
    height: 450px;
    padding: 24px;
    gap: 32px;
    flex-direction: row;
    border-radius: 24px;
  }

  #brand.feelcard .box-content {
    flex-direction: column;
    gap: 24px;
  }

  #brand.feelcard .white-box.n2 .box-content {
    flex-direction: column-reverse;
  }

  #brand.feelcard .white-box.n2 .box-text {
    text-align: left;
  }



  #brand.feelcard .box-text {
    max-width: 100%;
  }

  #brand.feelcard .box-text h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  #brand.feelcard .box-text .text {
    font-size: 15px;
  }

  #brand.feelcard .box-text .text br {
    display: none;
  }

  #brand.feelcard .box-text-right {
    text-align: center;
    margin-left: 0;
  }

  #brand.feelcard .box-images {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  

  #brand.feelcard .qr-image {
    width: 150px;
    height: 150px;
    top: 30%;
  }

  #brand.feelcard .mockup-image {
    width: 80%;
    height: auto;
  }
  #brand.feelcard .mockup-video {
    width: 96%;
    height: 158vw;
  }

  #brand.feelcard .preview-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #brand.feelcard .preview-image video {
    border-radius: 16px;
  }

  #brand.feelcard .upload-image {
    width: 100%;
    max-width: 468px;
    height: auto;
    aspect-ratio: 468 / 444;
  }

  #brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box {
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  #brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-image {
    border-radius: 20px 20px 0 0;
    margin-bottom: 18px;
  }

  #brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  #brand.feelcard .bg-gray .brand-content-inner .brand-content-box.dark-box .box-text {
    font-size: 15px;
  }

  #brand.feelcard .brand-content.n1 {
    padding: 40px 0px;
  }

  #brand.feelcard .brand-content.n2 {
    padding: 50px 24px;
  }

  #brand.feelcard .bg-gray .brand-content-inner:not(.feature-boxes) {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  #brand.feelcard .brand-content-inner.feature-boxes {
    gap: 40px;
  }

  #brand.feelcard .features-list {
    flex-direction: column-reverse;
    gap: 24px;
    margin: 0 auto;
  }

  #brand.feelcard .feature-card {
    width: 100%;
    max-width: 375px;
    height: auto;
    aspect-ratio: 375 / 720;
    margin: 0 auto;
  }

  #brand.feelcard .features-menu {
    padding: 50px 24px;
  }

  #brand.feelcard .brand-content.n2 .features-menu {
    padding: 0;
    margin-bottom: 16px;
  }

  #brand .brand-content.n2 .brand-content-title {
    margin: 0;
  }

  #brand.feelcard .features-menu-row {
    display: none;
    justify-content: center;
  }

  #brand.feelcard .feature-menu-item {
    font-size: 16px;
    padding: 10px 20px;
  }

  #brand.feelcard .features-menu-mobile {
    display: block;
    margin: 0 auto;
  }

  #brand.feelcard .theme-item {
    width: 180px;
    height: 310px;
  }
}
