:root {
  --primary-color: #5b65ff;
  --primary-color-hover: #3c48ef;
  --primary-300-color: #2e3ae2;
  --secondary-color: #6fa8f5;
  --danger-color: #ff6d66;
  --bg-100: #f7f8ff;
  --bg-200: #dee1f7;
  --border-color1: #c8cdf7;
  --border-color2: #d5d7ee;
  --text-color1: #333441;
  --text-color2: #515267;
  --text-color3: #75758b;
}

.pc-show {
  display: block !important;
}
.pc-f-show {
  display: flex !important;
}
.m-show {
  display: none !important;
}
.m-f-show {
  display: none !important;
}

.loading {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.loading-spinner span {
  color: #fff;
  font-size: 4vw;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Header */
#hd {
  position: sticky;
  top: 0;
  z-index: 6;
}

.header {
  position: relative;
  background: white;
  /* border-bottom: 1px solid #eee; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  padding: 0;
  z-index: 1000;
}

.nav-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 10px;
}

.nav-container .row {
  display: flex;
}

.nav-container .tnb ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.nav-container .tnb a {
  padding: 5px;
  font-size: 13px;
  color: #555;
}

.nav-container .tnb a:hover {
  color: #000;
}

.nav-container .tnb a.on {
  color: #000;
  font-weight: 500;
}

.logo {
  font-family: "Gugi", cursive;
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  margin-right: 20px;
}

.logo a {
  color: var(--primary-color);
}

.logo span {
  position: relative;
  top: 1px;
  margin-right: -6px;
  font-weight: bold;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
  flex: 1;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 48px;
  display: block;
  padding: 0 5px;
  transition: color 0.3s;
}

.gnb_1dli_on a {
  color: var(--primary-color);
}

.nav-menu li.active > a {
  color: var(--primary-color);
}

.nav-menu a:hover {
  color: var(--primary-color);
}

.other_login {
  text-decoration: none !important;
}

/* overlay 배경 */
.gnb_overlay {
  display: none;
  position: absolute;
  inset: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.gnb_overlay.show {
  display: block;
}

.gnb_overlay.show::before {
  content: "";
  display: block;
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e0e2e5;
  background: #fff;
}

.gnb_overlay.shop_category_overlay {
  display: block;
}

.gnb_overlay.show.shop_category_overlay::before {
  height: 636px;
}

/* 메인메뉴 */
#gnb {
  background: #fff;
}

#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative;
}

.gnb_1dli {
  position: relative;
}

.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
}

/* 2차메뉴 컨테이너 */
.gnb_2dul {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* 내부 메뉴를 가로로 정렬 */
.gnb_2dul_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 14px 0 0;
  list-style: none;
  margin: 0;
  white-space: nowrap;
}

.gnb_2dul_box li a {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  text-decoration: none;
  transition: color 0.2s;
}
.gnb_2dul_box li a:hover {
  color: #3366ff;
}

.gnb_1dli .gnb_2dul.show {
  display: block;
}

.gnb_shop_category {
  position: initial;
}

.gnb_shop_dul {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.shop_category_box {
  display: flex;
  justify-content: flex-start;
  gap: 0px;
  align-items: stretch;
  top: -10px;
  width: 100%;
  padding: 20px;
}

.shop_category_box > li {
  border-right: 1px solid #eee;
  flex: 1 1 auto;
  /* max-width: 128px; */
  padding: 4px 0;
  width: 100%;
}

.shop_category_box > li > a {
  font-weight: 700;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 0 8px;
}

.shop_category_box .gnb_3dul_box li a {
  display: block;
  padding: 4px 8px;
  color: #888;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
}

.shop_category_box .gnb_3dul_box li a:hover {
  color: var(--primary-color);
}

.auth-buttons {
  position: absolute;
  right: 20px;
  top: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

.other_login a {
  position: relative;
  color: #888;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

.other_login a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: #ccc;
}

.auth-buttons a:hover {
  color: #000;
}

.other_login a:hover::after {
  background: #000;
}

.login-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px 16px;
}

.signup-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.signup-btn:hover {
  background: #3367d6;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #6fa8f5 100%);
  color: white;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="white" opacity="0.3"/><circle cx="80" cy="80" r="3" fill="white" opacity="0.2"/><circle cx="40" cy="60" r="1" fill="white" opacity="0.4"/></svg>');
  pointer-events: none;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.hero-content {
  flex: 1;
  max-width: 500px;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.hero-description {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
}

.hero-image {
  flex: 1;
  text-align: center;
  position: relative;
}

.phone-mockup {
  width: 200px;
  height: 400px;
  background: linear-gradient(145deg, #f0f0f0, #e0e0e0);
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.model-image {
  position: absolute;
  right: -50px;
  top: -20px;
  width: 300px;
  height: 350px;
  background: linear-gradient(145deg, #ddd, #ccc);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

#container .shop-content.is_category {
  padding: 40px 0;
}

/* Features Section */
.features {
  padding: 80px 20px;
  background: #f8f9fa;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #333;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), #6fa8f5);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.feature-description {
  color: #666;
  line-height: 1.6;
}

/* Services Section */
.services {
  padding: 80px 20px;
  background: white;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.service-category {
  margin-bottom: 40px;
}

.category-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.service-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  transition: background 0.3s;
  margin-bottom: 10px;
}

.service-item:hover {
  background: #f8f9fa;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color), #6fa8f5);
  border-radius: 8px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.service-content {
  flex: 1;
}

.service-name {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.service-desc {
  font-size: 14px;
  color: #666;
}

/* Video Section */
.video-section {
  padding: 60px 20px;
  background: #f8f9fa;
}

.video-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.video-placeholder {
  width: 100%;
  height: 450px;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}

/* Reviews Section */
.reviews {
  padding: 60px 20px;
  background: white;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.review-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}

.stars {
  color: #ffd700;
  font-size: 20px;
  margin-bottom: 15px;
}

.review-text {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.reviewer-name {
  font-weight: bold;
  color: #333;
}

/* CTA Section */
.cta {
  background: linear-gradient(135deg, var(--primary-color), #6fa8f5);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-button {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
  background: #484954;
  /* background: #111; */
  color: white;
  padding: 40px 0 20px;
}

.footer.fixed-footer {
  margin-bottom: 137px;
}

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

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-section p,
.footer-section a {
  color: #ccc;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.footer-section a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  color: #999;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* 인터넷, 렌탈 메인 */

.inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

#main_bn {
  position: relative;
}

.main_banner_swiper img {
  width: 100%;
}

.main_banner_swiper {
  overflow: hidden;
}

.main_banner_swiper .swiper-pagination {
  bottom: 10px !important;
}

#line-banner {
  max-width: 1400px;
  margin: 0 auto;
}

.line-banner img {
  width: 100%;
}

.categort-list {
  margin: 40px 0;
}

.categort-list .tit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.04rem;
  margin-bottom: 20px;
}

.categort-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.categort-list li {
  width: calc((100% - 7 * 20px) / 8);
  text-align: center;
}

.categort-list li .img {
  overflow: hidden;
  border-radius: 8px;
}

.categort-list li img {
  width: 100%;
}

.categort-list li .t {
  margin-top: 10px;
  font-size: 14px;
}

.categort-list li:hover {
  font-weight: 600;
}

.telecom-list {
  margin: 40px 0;
}

.tit2 {
  margin-bottom: 20px;
}
.tit2 h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.tit2 p {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.04rem;
}

.telecom-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.telecom-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: calc((100% - 5 * 30px) / 6);
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.telecom-list li .img {
  height: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.telecom-list li img {
  width: auto;
  /* 이미지 크기 조정 (필요에 따라 % 변경) */
  height: 100%;
  /* 비율 유지 */
  object-fit: contain;
  /* 잘리지 않고 다 보이게 */
  display: block;
}

.telecom-list li.lg img {
  width: 80%;
}

.telecom-list li.dlive img {
  width: 80%;
}

.telecom-list li .t {
  margin-top: 10px;
  font-size: 14px;
}

.telecom-list li:hover {
  font-weight: 600;
}

.telecom-list li button {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.telecom-list li button:hover {
  font-weight: 600;
}

.telecom-list li:hover {
  border-color: #222;
}

.best-item {
  padding: 80px 0;
  text-align: center;
  background: var(--bg-100);
}

.best-item .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.best-item .tit h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04rem;
}
.best-item .tit p {
  font-size: 16px;
  color: #666;
  letter-spacing: -0.04rem;
}

.best-item .category {
  margin: 20px 0 60px;
}

.best-item .category ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.best-item .category button {
  padding: 8px 20px;
  background: #fff;
  color: var(--text-100);
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
}

.best-item .category button.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.service-wrap {
  padding: 80px 0;
}

.service-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-box li {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 24px 0 24px;
  padding: 24px;
  letter-spacing: -0.04rem;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
  transition: 0.25s ease;
}

.service-box li:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-radius: 24px 0 24px 0;
  border-color: var(--primary-color);
}

.service-box li .icon {
  font-size: 32px;
}

.service-box li .icon span {
  font-size: 32px;
  color: var(--text-color1);
}

.service-box li h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-color1);
}

.service-box li p {
  font-size: 14px;
  color: var(--text-color3);
  margin-bottom: 6px;
}

.service-box li .sub {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.service-box li .btn {
  justify-content: flex-end;
}

.service-box li button {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04rem;
  padding: 0;
  margin: 0;
  text-align: right;
}

.review-wrap {
  padding: 120px 0 140px;
}

.review-wrap .review-tit {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.04rem;
  text-align: center;
}

.review-wrap .review-list ul {
  display: flex;
  gap: 20px;
}

.review-wrap .review-list ul li {
  width: calc(100% / 3);
  background: #edeff3;
  padding: 24px 20px;
  border-radius: 8px;
}

.review-list .review-head {
  display: flex;
  align-items: center;
}

.review-list .review-head .thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.review-list .review-head .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-list .review-head .info {
  margin-left: 10px;
}

.review-list .review-head .info .area {
  font-size: 14px;
  color: #666;
}

.review-list .review-head .info .job {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.review-list .review-body {
  margin-top: 14px;
  font-size: 15px;
  color: #555;
  letter-spacing: -0.03rem;
  word-break: keep-all;
}

.contact-form {
  padding: 100px 0;
  background: #f1f3f7;
}

.contact-form .inner {
  display: flex;
  align-items: center;
  column-gap: 4%;
}

.contact-form .left {
  width: 40%;
}

.contact-form .left img {
  width: 100%;
}

.contact-form .right {
  width: 60%;
}

.contact-form .form-tit {
  font-size: 32px;
  font-weight: 600;
}

.contact-form .form-body {
  margin-top: 30px;
}

.contact-form .btn-with-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.contact-form .form-item-row {
  flex: 1;
}

.contact-form .form-item-row .form-item {
  margin-bottom: 10px;
}

.contact-form .btn-wrap {
  width: 110px;
}

.contact-form .btn-wrap button {
  width: 100%;
  background: #799ce2;
  color: #fff;
  aspect-ratio: 1 / 1;
  border: 0;
}

.contact-form .form-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.contact-form .form-item.al-top {
  align-items: flex-start;
}

.contact-form .form-item:last-child {
  margin-bottom: 0;
}

.contact-form .form-item > label {
  display: block;
  min-width: 100px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.contact-form .form-item input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #ddd;
}

.contact-form .check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-form .check-group .check-item {
  display: flex;
  align-items: center;
}

.contact-form .check-group .check-item input {
  display: none;
}

.contact-form .check-group .check-item label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  color: #888;
  user-select: none;
}

.contact-form .check-group .check-item label:hover {
  color: #000;
}

.contact-form .check-group .check-item label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #acacac;
  background: #fff;
}

.contact-form .check-group .check-item input:checked + label span {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.contact-form .check-group .check-item input:checked + label i {
  display: block;
}

.contact-form .check-group .check-item input:checked + label {
  color: #000;
  font-weight: 500;
}

.contact-form .check-group .check-item i {
  display: none;
  color: #fff;
  font-size: 18px;
}

.main-contact-wrap .contact-form {
  background: #f7f7f7;
}

.main-contact-wrap .left {
  width: 50%;
}

.main-contact-wrap .right {
  width: 50%;
}

.main-contact-wrap .right img {
  width: 100%;
}

.main-contact-wrap .form-tit h3 {
  font-weight: 400;
  text-align: center;
}

.main-contact-wrap .form-tit b {
  color: #f1ad12;
  font-weight: 600;
}

.main-contact-wrap .agreement {
  margin-top: 10px;
}

.main-contact-wrap .form-item input[type="text"] {
  border-color: #ddd;
}

.main-contact-wrap .check-item input {
  display: none;
}

.main-contact-wrap .check-item label {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  color: #9d9d9d;
  font-size: 14px;
  cursor: pointer;
}

.main-contact-wrap .check-item label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #acacac;
  background: #fff;
  margin-top: 3px;
}

.main-contact-wrap .check-item label:hover {
  color: #000;
}

.main-contact-wrap .check-item label i {
  display: none;
}

.main-contact-wrap .check-item input:checked + label i {
  display: block;
  font-size: 18px;
}

.main-contact-wrap .check-item input:checked + label span {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.main-contact-wrap .btn-wrap {
  width: 100%;
  padding-left: 100px;
  margin-top: 30px;
}

.main-contact-wrap .btn-wrap button {
  width: 100%;
  height: 50px;
  background: #f1ad12;
  color: #fff;
  aspect-ratio: auto;
  border: 0;
}

.agreement-item {
  margin-bottom: 6px;
}

.agreement-item:last-child {
  margin-bottom: 0;
}

.agreement-item input {
  display: none;
}

.agreement-item label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}

.agreement-item label:hover {
  color: var(--primary-color);
}

.agreement-item label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #acacac;
  background: #fff;
}

.agreement-item label i {
  display: none;
}

.agreement-item input:checked + label i {
  display: block;
  font-size: 13px;
}

.agreement-item input:checked + label span {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.apply-status-wrap {
  padding: 60px 0 120px;
  background: var(--bg-100);
}

.inner .title {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.03rem;
}

.inner .title h3 {
  font-size: 32px;
  font-weight: 500;
}

.inner .title p {
  font-size: 16px;
  color: #666;
}

.apply-status-wrap .content {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 15px;
  letter-spacing: -0.03rem;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
}

.apply-status-wrap .status-scroll-container {
  position: relative;
  max-height: 368px; /* 5행의 높이 (73.6px * 5) */
  overflow: hidden;
}

.apply-status-wrap .status-scroll-content {
  position: relative;
}

/* 상품 리스트 모달 오픈 */
.sct_img_inner,
.sct_txt[data-toggle="modal"] {
  cursor: pointer;
}

.sct_img_inner:hover,
.sct_txt[data-toggle="modal"]:hover {
  opacity: 0.8;
}

.apply-status-wrap .head-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}

.apply-status-wrap .head-col {
  width: calc((100% - 3 * 20px) / 4);
  padding: 13px 20px;
}

.apply-status-wrap .head-col.center {
  text-align: center;
}

.apply-status-wrap .body-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #eee;
  min-height: 54px;
}

.apply-status-wrap .body-col {
  width: calc((100% - 3 * 20px) / 4);
  padding: 12px 20px;
}

.apply-status-wrap .body-col.center {
  text-align: center;
}

.apply-status-wrap .date {
  width: 170px;
}

.apply-status-wrap .product {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.apply-status-wrap .product .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-100);
  padding: 4px 10px;
}

.apply-status-wrap .product img {
  height: 13px;
}

.apply-status-wrap .name {
  width: 120px;
}

.apply-status-wrap .status {
  width: 160px;
}

.apply-status-wrap .status span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #666;
  font-size: 13px;
}

.apply-status-wrap .status span.pending {
  background: var(--bg-200);
  color: #666;
}

.apply-status-wrap .status span.complete {
  background: #ebeefe;
  color: var(--primary-color);
}

.benefit-wrap {
  padding: 60px 0 120px;
}

.benefit-wrap .benefit-title {
  margin-bottom: 60px;
  font-size: 32px;
  text-align: center;
}

.benefit-wrap .benefit-title b {
  color: var(--primary-color);
  font-weight: 600;
}

.benefit-wrap .benefit-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 30px;
}

.benefit-wrap .benefit-content:last-child {
  margin-bottom: 0;
}

.benefit-wrap .benefit-item {
  width: calc((100% - 3 * 30px) / 4);
  border: 2px solid transparent;
  padding: 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.benefit-wrap .benefit-item:hover {
  border-color: var(--primary-color);
}

.benefit-wrap .benefit-item .img {
  width: 100%;
  margin-bottom: 20px;
  background: #eee;
}

.benefit-wrap .benefit-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-wrap .benefit-item .tit {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  letter-spacing: -0.03rem;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  color: #444;
}

.benefit-wrap .benefit-item .sct_cost {
  margin-top: 30px;
  font-size: 14px;
}

.benefit-wrap .benefit-item .sct_cost span {
  display: block;
}

.benefit-wrap .benefit-item .sct_cost .sct_dict_cust {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 3px;
  color: var(--primary-color);
}

.benefit-wrap .benefit-item .sct_cost .sct_dict_cust b {
  font-size: 16px;
  font-weight: 600;
}

.benefit-wrap .benefit-item .sct_cost .sct_dict_cust .material-symbols-outlined {
  font-size: 18px;
}

.benefit-wrap .benefit-item .price {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.review-wrap {
  padding: 120px 0;
}

.review-wrap .review-title {
  margin-bottom: 60px;
  font-size: 32px;
  text-align: center;
}

.item-list-10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.item-list-10 li {
  width: calc((100% - 3 * 20px) / 4);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); */
  border: 2px solid #eee;
  transition: all 0.3s ease;
}

.item-list-10 li:hover {
  border-color: var(--primary-color);
}

.item-list-10 .sct_ct_wrap {
  padding: 20px;
}

.item-list-10 li .sct_img {
  padding: 10px 20px;
}

.item-list-10 li .sct_img img {
  width: 100%;
  height: auto;
}

.item-list-10 li .sct_txt a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  letter-spacing: -0.03rem;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.item-list-10 li .sct_cost {
  margin-top: 30px;
  text-align-last: left;
  font-size: 14px;
}

.item-list-10 li .sct_cost span {
  display: block;
}

.item-list-10 li .sct_cost .sct_dict_cust {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 3px;
  color: var(--primary-color);
}

.item-list-10 li .sct_cost .sct_dict_cust b {
  font-size: 16px;
  font-weight: 600;
}

.item-list-10 li .sct_cost .sct_dict_cust .material-symbols-outlined {
  font-size: 18px;
}

/* 로그인 모달 */
/* JavaScript로 모달을 숨길 때 사용하는 클래스 */
.hidden_modal {
  display: none !important;
}

/* 모달 컨테이너 */
#login_modal {
  position: absolute;
  /* ... 나머지 스타일 유지 ... */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 20px;
  right: 0px;
}

/* 팝업 창 (모달) 스타일 */
#kakao_login_modal {
  /* 모달 전체 화면 덮기 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 반투명 검은 배경 */
  display: flex;
  /* 내용을 중앙에 배치하기 위함 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* 다른 요소 위에 표시 */

  /* JavaScript로 토글할 숨김 상태 */
  /* 초기에는 display: none; 대신 아래 클래스를 사용합니다. */
  /* JavaScript에서 .hidden_modal 클래스를 제거하면 모달이 보입니다. */
}

/* 모달 내용 컨테이너 */
.modal_content {
  background-color: #fff;
  border-radius: 12px;
  /* 둥근 모서리 */
  padding: 30px 20px;
  width: 300px;
  /* 적절한 너비 설정 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  /* 내부 텍스트 중앙 정렬 */
}

.color-options {
  margin-bottom: 25px;
}

.color-options ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-options li {
  display: flex;
  align-items: center;
}

.color-options li input {
  display: none;
}

.color-options li .color-button {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  gap: 5px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
}

.color-options li input:checked + .color-button {
  border-color: var(--primary-color);
}

.color-options li input:not(:checked) + .color-button {
  opacity: 0.5;
}

/* 카카오 로그인 버튼 스타일 */
.kakao_btn {
  width: 100%;
  height: 50px;
  background-color: #fee500;
  /* 카카오 고유 노란색 */
  color: #3c1e1e;
  /* 어두운 글자색 */
  border: none;
  border-radius: 8px;
  /* 둥근 버튼 */
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
  /* 카카오톡 말풍선 아이콘을 CSS로 구현하려면 추가 작업이 필요합니다. 
       일반적으로는 이미지를 사용합니다. */
}

/* 다른 방법으로 로그인 문구 */
.other_login {
  font-size: 13px;
  color: #666;
  margin-top: 20px;
  text-decoration: underline;
  /* 밑줄 추가 (선택 사항) */
  cursor: pointer;
}

#show_login_modal_btn {
  cursor: pointer;
  color: #888;
}

.kakao_login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #fee500;
  border-radius: 8px;
}

.kakao_login img {
  width: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.kakao_login a {
  color: #000;
}
.sell-modal {
  display: none; /* JS로 open시 block */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.sell-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 800px;
  height: 50vh;
  margin: auto;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.sell-modal-header {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}

.sell-modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.sell-close-btn {
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.selection-header {
  display: flex;
  background: #f8f8f8;
  font-weight: 600;
  color: #333;
}

.selection-header .header-cell {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-right: 1px solid #eee;
}

.selection-header .header-cell:last-child {
  border-right: none;
}

.sell-modal .selection-container {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 106px);
  border-bottom: 1px solid #eee;
}

.sell-modal .selection-column {
  flex: 1;
  width: 200px;
  border-right: 1px solid #eee;
  display: flex;
  height: 100%;
  overflow: auto;
  flex-direction: column;
}

.sell-modal .selection-column:last-child {
  border-right: none;
}

.sell-modal .selection-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.sell-modal .selection-item:last-child {
  border-bottom: none;
}

.sell-modal .selection-item:hover {
  background: var(--bg-200);
}

.sell-modal .selection-item.selected {
  background: var(--text-color1);
  color: #fff;
}

.sell-modal .selection-title {
  font-weight: 600;
  background: #f8f8f8;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.sell-modal .selection-body {
  padding: 15px;
  text-align: center;
  min-height: 150px;
  overflow-y: auto;
  font-size: 15px;
  color: #666;
}

.sell-modal .selection-column.active .selection-title {
  background: #0073e6;
  color: #fff;
}

.sell-modal .selection-body button {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #333;
  transition: 0.2s;
}

.sell-modal .selection-body button:hover {
  background: #f0f7ff;
}

.sell-modal .sell-modal-footer {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.sell-modal .selected-info {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #444;
}

.sell-modal .apply-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.sell-modal .apply-btn:hover:enabled {
  background: var(--primary-color-hover);
}

.sell-modal .apply-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.sell-modal .no-result {
  text-align: center;
  color: #666;
  padding: 5px 0;
  font-size: 14px;
}

/* 반응형 */
@media (max-width: 768px) {
  .selection-container {
    flex-direction: column;
  }

  .selection-column {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .selection-column:last-child {
    border-bottom: none;
  }
}

.select-btn-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select-btn {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}

.card-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.swiper-slide img {
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 3%;
  background: none;
}
.swiper-button-prev span,
.swiper-container-rtl .swiper-button-next span {
  font-size: 17px;
  position: relative;
  left: 3px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 3%;
  background: none;
}

.swiper-button-next span,
.swiper-container-rtl .swiper-button-prev span {
  font-size: 17px;
  position: relative;
  left: 2px;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* 지원금 신청 현황 */
.support-history {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.support-history .tabs {
  display: flex;
  background-color: #f0f0f0;
}

.support-history .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  flex: 1;
  padding: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: none;
  letter-spacing: -0.05rem;
  background-color: var(--primary-color);
  color: white;
}

.support-history .tab span {
  position: relative;
  top: 1px;
}

.support-history .content {
  padding: 0;
  background: #fff;
}

.support-history .table-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #fafafa;
}

.support-history .header-cell {
  padding: 12px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.support-history .table-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.support-history .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.support-history .table-cell {
  padding: 11px 10px;
  min-height: 49px;
  text-align: center;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;

  justify-content: center;
}

.support-history .status-badge {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #ff4444;
  color: #ff4444;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

.support-history .name-cell {
  font-weight: 500;
}

@media (max-width: 768px) {
  .support-history .tab {
    font-size: 14px;
    padding: 15px 10px;
  }

  .support-history .header-cell,
  .support-history .table-cell {
    padding: 15px 10px;
    font-size: 14px;
  }

  .support-history .table-header,
  .support-history .table-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#side {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 205px;
  background: #fff;
  border: 1px solid var(--border-color1);
  padding: 20px 14px;
  border-radius: 8px;
  transform: translateY(-50%);
  z-index: 100;
}

#side .row {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

#side .title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.5;
}

#side .button {
  border: none;
  font-size: 13px;
  font-weight: 500;
}

#side .button span {
  position: relative;
  font-size: 16px;
  top: 1px;
}

#side .button.btn-primary {
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
}

#side .button.btn-kakao {
  background: #fee500;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

#side .button.btn-kakao a {
  color: #000;
}

#side .row {
  margin-bottom: 20px;
}
#side .row:last-child {
  margin-bottom: 0;
}

#side .button a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  color: #fff;
  padding: 7px 20px 9px;
  transition: all 0.3s ease;
}

#side .button.btn-primary a:hover {
  background: var(--primary-color-hover);
  border-radius: 5px;
}

#side .contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 10px;
  padding: 14px 0;
  border-radius: 8px;
  text-align: center;
  background: var(--bg-100);
  /* background: #f9f9f9; */
}

#side .contact .tel {
  display: flex;
  flex-direction: column;
}

#side .contact span {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.2;
}

#side .contact p {
  margin: 10px 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.03rem;
}

#side .contact img {
  width: 60px;
}

.shop-detail {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.shop-detail .img {
  text-align: center;
}

.shop-detail .img img {
  max-width: 100%;
}

.banner {
  text-align: center;
}

.banner img {
  max-width: 100%;
}

.banner.bg {
  background: var(--primary-color);
}

.banner-col-4 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.banner-item {
  width:calc(50% - 10px);
}

.banner-item img {
  width: 100%;
}

.shop-list-wrap {
  display: flex;
  gap: 35px;
}

.shop-list-wrap .filter {
  position: sticky;
  bottom: auto;
  top: 25px;
  width: 230px;
}

.shop-list-wrap #sct {
  flex: 1;
}

.filter-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
}

.filter-top .reset-btn {
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-top .reset-btn:hover {
  border-color: #000;
}

.filter-top .reset-btn span {
  font-size: 13px;
  position: relative;
  top: 1px;
}

.filter .filter-item {
  padding-top: 20px;
  border-bottom: 1px solid #000;
}

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

.filter .filter-item-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-color1);
}

.filter .check-list ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  padding: 15px 10px 20px 10px;
}

.filter .check-list li {
  width: 50%;
}

.filter .check-list li label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-color1);
  cursor: pointer;
}

.filter .check-list li label:hover {
  font-weight: 600;
}

.filter-loader {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.filter-loader.active {
  display: flex;
}

.filter-loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

.filter-loader .text {
  text-align: center;
  color: #333;
  font-size: 14px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.phone-banner-title {
  margin: 60px 0 60px;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.06rem;
}

.phone-banner-title h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.phone-banner-title p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
}

.phone-category {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}

.phone-category ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.phone-category ul li {
  flex: 1;
  min-width: 100px;
  max-width: 20%;
}

.phone-category li a {
  display: flex;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  color: #666;
  gap: 5px;
  /* background: var(--bg-100); */
  border: 1px solid transparent;
  border-color: #e0e0e0;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.phone-category li a span {
  position: relative;
  font-size: 16px;
  top: 1px;
}

.phone-category li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(135deg, var(--primary-color) 0%, #667eea 100%);
  opacity: 0.1;
  transition: height 0.3s ease;
  z-index: 0;
}

.phone-category li a span {
  position: relative;
  z-index: 1;
}

.phone-category li a:hover {
  color: var(--primary-color);
  background: #fff;
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.phone-category li a:hover::before {
  height: 100%;
}

.phone-category li a.active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color) 0%, #667eea 100%);
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* 반응형 */
@media (max-width: 768px) {
  .phone-category {
    padding: 6px;
  }

  .phone-category ul {
    gap: 6px;
  }

  .phone-category ul li {
    min-width: 80px;
  }

  .phone-category li a {
    padding: 12px 12px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .phone-category ul li {
    flex: 1 1 calc(50% - 6px);
    min-width: unset;
  }
}
