.site-MYUNGDONG,
body.site-MYUNGDONG {
  font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #1E293B;
  background: #F8FAFC;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
.site-MYUNGDONG *, .site-MYUNGDONG *::before, .site-MYUNGDONG *::after,
body.site-MYUNGDONG *,
body.site-MYUNGDONG *::before,
body.site-MYUNGDONG *::after {
  box-sizing: border-box;
}
.site-MYUNGDONG a,
body.site-MYUNGDONG a {
  color: inherit;
  text-decoration: none;
}
.site-MYUNGDONG .md-container,
body.site-MYUNGDONG .md-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-MYUNGDONG .md-top-bar,
body.site-MYUNGDONG .md-top-bar {
  background: #2E4057;
  padding: 8px 0;
  font-size: 13px;
}
.site-MYUNGDONG .md-top-bar .md-container,
body.site-MYUNGDONG .md-top-bar .md-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-MYUNGDONG .md-top-bar .top-left .cs-info,
body.site-MYUNGDONG .md-top-bar .top-left .cs-info {
  color: rgba(255, 255, 255, 0.85);
}
.site-MYUNGDONG .md-top-bar .top-left .cs-info i,
body.site-MYUNGDONG .md-top-bar .top-left .cs-info i {
  margin-right: 6px;
  color: #FF6B35;
}
.site-MYUNGDONG .md-top-bar .top-left .cs-info strong,
body.site-MYUNGDONG .md-top-bar .top-left .cs-info strong {
  color: #FFFFFF;
  font-weight: 600;
}
.site-MYUNGDONG .md-top-bar .top-right,
body.site-MYUNGDONG .md-top-bar .top-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-MYUNGDONG .md-top-bar .top-right a,
body.site-MYUNGDONG .md-top-bar .top-right a {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-top-bar .top-right a:hover,
body.site-MYUNGDONG .md-top-bar .top-right a:hover {
  color: #FFFFFF;
}
.site-MYUNGDONG .md-top-bar .top-right .divider,
body.site-MYUNGDONG .md-top-bar .top-right .divider {
  color: rgba(255, 255, 255, 0.3);
}
.site-MYUNGDONG .md-top-bar .top-right .welcome,
body.site-MYUNGDONG .md-top-bar .top-right .welcome {
  color: #FF8F65;
  font-weight: 500;
}
@media (max-width: 768px) {
  .site-MYUNGDONG .md-top-bar .top-left .cs-info,
  body.site-MYUNGDONG .md-top-bar .top-left .cs-info {
    font-size: 11px;
  }
  .site-MYUNGDONG .md-top-bar .top-right,
  body.site-MYUNGDONG .md-top-bar .top-right {
    gap: 6px;
    font-size: 11px;
  }
}
.site-MYUNGDONG .md-header,
body.site-MYUNGDONG .md-header {
  background: #FFFFFF;
  padding: 16px 0;
  border-bottom: 1px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-header.scrolled,
body.site-MYUNGDONG .md-header.scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.site-MYUNGDONG .md-header.hide,
body.site-MYUNGDONG .md-header.hide {
  transform: translateY(-100%);
}
.site-MYUNGDONG .md-header .header-content,
body.site-MYUNGDONG .md-header .header-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-MYUNGDONG .md-header .logo-wrap,
body.site-MYUNGDONG .md-header .logo-wrap {
  flex-shrink: 0;
}
.site-MYUNGDONG .md-header .logo-wrap .logo,
body.site-MYUNGDONG .md-header .logo-wrap .logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-MYUNGDONG .md-header .logo-wrap .logo .logo-icon,
body.site-MYUNGDONG .md-header .logo-wrap .logo .logo-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 18px;
}
.site-MYUNGDONG .md-header .logo-wrap .logo .logo-text,
body.site-MYUNGDONG .md-header .logo-wrap .logo .logo-text {
  font-size: 22px;
  font-weight: 800;
  color: #2E4057;
}
.site-MYUNGDONG .md-header .search-wrap,
body.site-MYUNGDONG .md-header .search-wrap {
  flex: 1;
  max-width: 450px;
}
.site-MYUNGDONG .md-header .search-wrap .search-form,
body.site-MYUNGDONG .md-header .search-wrap .search-form {
  display: flex;
  align-items: center;
  border: 2px solid #FF6B35;
  border-radius: 50px;
  overflow: hidden;
  background: #FFFFFF;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-header .search-wrap .search-form:focus-within,
body.site-MYUNGDONG .md-header .search-wrap .search-form:focus-within {
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.25);
}
.site-MYUNGDONG .md-header .search-wrap .search-form .search-input,
body.site-MYUNGDONG .md-header .search-wrap .search-form .search-input {
  flex: 1;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  outline: none;
  background: transparent;
}
.site-MYUNGDONG .md-header .search-wrap .search-form .search-input::placeholder,
body.site-MYUNGDONG .md-header .search-wrap .search-form .search-input::placeholder {
  color: #94A3B8;
}
.site-MYUNGDONG .md-header .search-wrap .search-form .search-btn,
body.site-MYUNGDONG .md-header .search-wrap .search-form .search-btn {
  background: #FF6B35;
  border: none;
  color: #FFFFFF;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-header .search-wrap .search-form .search-btn:hover,
body.site-MYUNGDONG .md-header .search-wrap .search-form .search-btn:hover {
  background: #E55A2B;
}
.site-MYUNGDONG .md-header .header-utils,
body.site-MYUNGDONG .md-header .header-utils {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-MYUNGDONG .md-header .header-utils .util-btn,
body.site-MYUNGDONG .md-header .header-utils .util-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #64748B;
  font-size: 12px;
  position: relative;
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-header .header-utils .util-btn i,
body.site-MYUNGDONG .md-header .header-utils .util-btn i {
  font-size: 20px;
}
.site-MYUNGDONG .md-header .header-utils .util-btn:hover,
body.site-MYUNGDONG .md-header .header-utils .util-btn:hover {
  color: #FF6B35;
}
.site-MYUNGDONG .md-header .header-utils .cart-btn,
body.site-MYUNGDONG .md-header .header-utils .cart-btn {
  position: relative;
}
.site-MYUNGDONG .md-header .header-utils .cart-btn .cart-badge,
body.site-MYUNGDONG .md-header .header-utils .cart-btn .cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  border-radius: 9px;
  padding: 0 5px;
}
.site-MYUNGDONG .md-header .mobile-toggle,
body.site-MYUNGDONG .md-header .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.site-MYUNGDONG .md-header .mobile-toggle span,
body.site-MYUNGDONG .md-header .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2E4057;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .site-MYUNGDONG .md-header,
  body.site-MYUNGDONG .md-header {
    padding: 12px 0;
  }
  .site-MYUNGDONG .md-header .header-content,
  body.site-MYUNGDONG .md-header .header-content {
    gap: 12px;
  }
  .site-MYUNGDONG .md-header .logo-wrap .logo .logo-icon,
  body.site-MYUNGDONG .md-header .logo-wrap .logo .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .site-MYUNGDONG .md-header .logo-wrap .logo .logo-text,
  body.site-MYUNGDONG .md-header .logo-wrap .logo .logo-text {
    font-size: 18px;
  }
  .site-MYUNGDONG .md-header .search-wrap,
  body.site-MYUNGDONG .md-header .search-wrap {
    display: none;
  }
  .site-MYUNGDONG .md-header .header-utils,
  body.site-MYUNGDONG .md-header .header-utils {
    gap: 12px;
  }
  .site-MYUNGDONG .md-header .header-utils .util-text,
  body.site-MYUNGDONG .md-header .header-utils .util-text {
    display: none;
  }
  .site-MYUNGDONG .md-header .mobile-toggle,
  body.site-MYUNGDONG .md-header .mobile-toggle {
    display: flex;
  }
}
.site-MYUNGDONG .md-nav,
body.site-MYUNGDONG .md-nav {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
}
.site-MYUNGDONG .md-nav .nav-list,
body.site-MYUNGDONG .md-nav .nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.site-MYUNGDONG .md-nav .nav-item a,
body.site-MYUNGDONG .md-nav .nav-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  color: #1E293B;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-nav .nav-item a i,
body.site-MYUNGDONG .md-nav .nav-item a i {
  font-size: 16px;
  color: #64748B;
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-nav .nav-item a:hover,
body.site-MYUNGDONG .md-nav .nav-item a:hover {
  color: #FF6B35;
  border-bottom-color: #FF6B35;
}
.site-MYUNGDONG .md-nav .nav-item a:hover i,
body.site-MYUNGDONG .md-nav .nav-item a:hover i {
  color: #FF6B35;
}
.site-MYUNGDONG .md-nav .nav-item.active a,
body.site-MYUNGDONG .md-nav .nav-item.active a {
  color: #FF6B35;
  border-bottom-color: #FF6B35;
  font-weight: 600;
}
.site-MYUNGDONG .md-nav .nav-item.active a i,
body.site-MYUNGDONG .md-nav .nav-item.active a i {
  color: #FF6B35;
}
@media (max-width: 768px) {
  .site-MYUNGDONG .md-nav,
  body.site-MYUNGDONG .md-nav {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .site-MYUNGDONG .md-nav::-webkit-scrollbar,
  body.site-MYUNGDONG .md-nav::-webkit-scrollbar {
    display: none;
  }
  .site-MYUNGDONG .md-nav .nav-list,
  body.site-MYUNGDONG .md-nav .nav-list {
    justify-content: flex-start;
    padding: 0 10px;
  }
  .site-MYUNGDONG .md-nav .nav-item a,
  body.site-MYUNGDONG .md-nav .nav-item a {
    padding: 12px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .site-MYUNGDONG .md-nav .nav-item a i,
  body.site-MYUNGDONG .md-nav .nav-item a i {
    font-size: 14px;
  }
}
.site-MYUNGDONG .md-main-content,
body.site-MYUNGDONG .md-main-content {
  min-height: calc(100vh - 300px);
  padding: 0;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .site-MYUNGDONG .md-main-content,
  body.site-MYUNGDONG .md-main-content {
    padding-bottom: 0;
  }
}
.site-MYUNGDONG .md-section,
body.site-MYUNGDONG .md-section {
  padding: 40px 0;
  margin-bottom: 20px;
}
.site-MYUNGDONG .md-section .section-header,
body.site-MYUNGDONG .md-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.site-MYUNGDONG .md-section .section-header .section-title,
body.site-MYUNGDONG .md-section .section-header .section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1E293B;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-MYUNGDONG .md-section .section-header .section-title i,
body.site-MYUNGDONG .md-section .section-header .section-title i {
  color: #FF6B35;
}
.site-MYUNGDONG .md-section .section-header .section-more,
body.site-MYUNGDONG .md-section .section-header .section-more {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #64748B;
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-section .section-header .section-more:hover,
body.site-MYUNGDONG .md-section .section-header .section-more:hover {
  color: #FF6B35;
}
.site-MYUNGDONG .md-banner-section,
body.site-MYUNGDONG .md-banner-section {
  padding: 30px 0 40px;
}
.site-MYUNGDONG .md-banner-section .md-banner-slider,
body.site-MYUNGDONG .md-banner-section .md-banner-slider {
  border-radius: 24px;
  overflow: hidden;
}
.site-MYUNGDONG .md-banner-section .banner-item,
body.site-MYUNGDONG .md-banner-section .banner-item {
  display: flex;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .md-banner-section .banner-item,
  body.site-MYUNGDONG .md-banner-section .banner-item {
    min-height: 400px;
    padding: 60px;
  }
}
.site-MYUNGDONG .md-banner-section .banner-content,
body.site-MYUNGDONG .md-banner-section .banner-content {
  max-width: 500px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.site-MYUNGDONG .md-banner-section .banner-content .banner-tag,
body.site-MYUNGDONG .md-banner-section .banner-content .banner-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  backdrop-filter: blur(10px);
}
.site-MYUNGDONG .md-banner-section .banner-content .banner-title,
body.site-MYUNGDONG .md-banner-section .banner-content .banner-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .md-banner-section .banner-content .banner-title,
  body.site-MYUNGDONG .md-banner-section .banner-content .banner-title {
    font-size: 36px;
  }
}
.site-MYUNGDONG .md-banner-section .banner-content .banner-desc,
body.site-MYUNGDONG .md-banner-section .banner-content .banner-desc {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 24px;
  line-height: 1.5;
}
.site-MYUNGDONG .md-banner-section .banner-content .banner-btn,
body.site-MYUNGDONG .md-banner-section .banner-content .banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #FFFFFF;
  color: #2E4057;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-banner-section .banner-content .banner-btn:hover,
body.site-MYUNGDONG .md-banner-section .banner-content .banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.site-MYUNGDONG .md-banner-section .banner-image,
body.site-MYUNGDONG .md-banner-section .banner-image {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-MYUNGDONG .md-banner-section .banner-image img,
body.site-MYUNGDONG .md-banner-section .banner-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.site-MYUNGDONG .md-banner-section .banner-image i,
body.site-MYUNGDONG .md-banner-section .banner-image i {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .site-MYUNGDONG .md-banner-section .banner-image,
  body.site-MYUNGDONG .md-banner-section .banner-image {
    display: none;
  }
}
.site-MYUNGDONG .md-banner-section .swiper-pagination-bullet,
body.site-MYUNGDONG .md-banner-section .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.site-MYUNGDONG .md-banner-section .swiper-pagination-bullet-active,
body.site-MYUNGDONG .md-banner-section .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  border-radius: 5px;
}
.site-MYUNGDONG .md-banner-section .swiper-button-prev,
.site-MYUNGDONG .md-banner-section .swiper-button-next,
body.site-MYUNGDONG .md-banner-section .swiper-button-prev,
body.site-MYUNGDONG .md-banner-section .swiper-button-next {
  color: #FFFFFF;
  opacity: 0.7;
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-banner-section .swiper-button-prev:hover,
.site-MYUNGDONG .md-banner-section .swiper-button-next:hover,
body.site-MYUNGDONG .md-banner-section .swiper-button-prev:hover,
body.site-MYUNGDONG .md-banner-section .swiper-button-next:hover {
  opacity: 1;
}
.site-MYUNGDONG .md-banner-section .swiper-button-prev::after,
.site-MYUNGDONG .md-banner-section .swiper-button-next::after,
body.site-MYUNGDONG .md-banner-section .swiper-button-prev::after,
body.site-MYUNGDONG .md-banner-section .swiper-button-next::after {
  font-size: 24px;
}
.site-MYUNGDONG .md-quick-category,
body.site-MYUNGDONG .md-quick-category {
  padding: 40px 0;
  margin-bottom: 20px;
  background: #FFFFFF;
}
.site-MYUNGDONG .md-quick-category .quick-grid,
body.site-MYUNGDONG .md-quick-category .quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .md-quick-category .quick-grid,
  body.site-MYUNGDONG .md-quick-category .quick-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
.site-MYUNGDONG .md-quick-category .quick-item,
body.site-MYUNGDONG .md-quick-category .quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 8px;
  border-radius: 12px;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-quick-category .quick-item:hover,
body.site-MYUNGDONG .md-quick-category .quick-item:hover {
  background: #FFF8F5;
}
.site-MYUNGDONG .md-quick-category .quick-item:hover .quick-icon,
body.site-MYUNGDONG .md-quick-category .quick-item:hover .quick-icon {
  background: #FF6B35;
  color: #FFFFFF;
  transform: scale(1.05);
}
.site-MYUNGDONG .md-quick-category .quick-item .quick-icon,
body.site-MYUNGDONG .md-quick-category .quick-item .quick-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  border-radius: 16px;
  color: #FF6B35;
  font-size: 22px;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-quick-category .quick-item .quick-label,
body.site-MYUNGDONG .md-quick-category .quick-item .quick-label {
  font-size: 13px;
  font-weight: 500;
  color: #1E293B;
  text-align: center;
}
.site-MYUNGDONG .products-grid,
body.site-MYUNGDONG .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .products-grid,
  body.site-MYUNGDONG .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .site-MYUNGDONG .products-grid,
  body.site-MYUNGDONG .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.site-MYUNGDONG .product-card,
body.site-MYUNGDONG .product-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #F1F5F9;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .product-card:hover, .site-MYUNGDONG .product-card.hover,
body.site-MYUNGDONG .product-card:hover,
body.site-MYUNGDONG .product-card.hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.site-MYUNGDONG .product-card .product-link,
body.site-MYUNGDONG .product-card .product-link {
  display: block;
}
.site-MYUNGDONG .product-card .product-image,
body.site-MYUNGDONG .product-card .product-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #F8FAFC;
}
.site-MYUNGDONG .product-card .product-image img,
body.site-MYUNGDONG .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.site-MYUNGDONG .product-card .product-image:hover img,
body.site-MYUNGDONG .product-card .product-image:hover img {
  transform: scale(1.05);
}
.site-MYUNGDONG .product-card .product-image .badge,
body.site-MYUNGDONG .product-card .product-image .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
  color: #FFFFFF;
}
.site-MYUNGDONG .product-card .product-image .badge-hot,
body.site-MYUNGDONG .product-card .product-image .badge-hot {
  background: #ef4444;
}
.site-MYUNGDONG .product-card .product-image .badge-sale,
body.site-MYUNGDONG .product-card .product-image .badge-sale {
  background: #FF6B35;
}
.site-MYUNGDONG .product-card .product-image .badge-new,
body.site-MYUNGDONG .product-card .product-image .badge-new {
  background: #22c55e;
}
.site-MYUNGDONG .product-card .product-image .wishlist-btn,
body.site-MYUNGDONG .product-card .product-image .wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #94A3B8;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
}
.site-MYUNGDONG .product-card .product-image .wishlist-btn:hover, .site-MYUNGDONG .product-card .product-image .wishlist-btn.active,
body.site-MYUNGDONG .product-card .product-image .wishlist-btn:hover,
body.site-MYUNGDONG .product-card .product-image .wishlist-btn.active {
  color: #ef4444;
  transform: scale(1.1);
}
.site-MYUNGDONG .product-card .product-info,
body.site-MYUNGDONG .product-card .product-info {
  padding: 16px;
}
.site-MYUNGDONG .product-card .product-info .product-brand,
body.site-MYUNGDONG .product-card .product-info .product-brand {
  font-size: 11px;
  color: #64748B;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-MYUNGDONG .product-card .product-info .product-name,
body.site-MYUNGDONG .product-card .product-info .product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1E293B;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-MYUNGDONG .product-card .product-info .price-wrap,
body.site-MYUNGDONG .product-card .product-info .price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}
.site-MYUNGDONG .product-card .product-info .price-wrap .discount-rate,
body.site-MYUNGDONG .product-card .product-info .price-wrap .discount-rate {
  font-size: 16px;
  font-weight: 700;
  color: #FF6B35;
}
.site-MYUNGDONG .product-card .product-info .price-wrap .price-sale,
body.site-MYUNGDONG .product-card .product-info .price-wrap .price-sale {
  font-size: 16px;
  font-weight: 700;
  color: #1E293B;
}
.site-MYUNGDONG .product-card .product-info .price-wrap .price-original,
body.site-MYUNGDONG .product-card .product-info .price-wrap .price-original {
  font-size: 12px;
  color: #94A3B8;
  text-decoration: line-through;
}
.site-MYUNGDONG .product-card.mini .product-image,
body.site-MYUNGDONG .product-card.mini .product-image {
  aspect-ratio: 1;
}
.site-MYUNGDONG .product-card.mini .product-info,
body.site-MYUNGDONG .product-card.mini .product-info {
  padding: 12px;
}
.site-MYUNGDONG .product-card.mini .product-info .product-name,
body.site-MYUNGDONG .product-card.mini .product-info .product-name {
  font-size: 13px;
  margin-bottom: 6px;
  -webkit-line-clamp: 1;
}
.site-MYUNGDONG .product-card.mini .product-info .price-sale,
body.site-MYUNGDONG .product-card.mini .product-info .price-sale {
  font-size: 14px;
  color: #FF6B35;
  font-weight: 700;
}
.site-MYUNGDONG .md-category-tabs-section,
body.site-MYUNGDONG .md-category-tabs-section {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-MYUNGDONG .category-tabs,
body.site-MYUNGDONG .category-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.site-MYUNGDONG .category-tabs::-webkit-scrollbar,
body.site-MYUNGDONG .category-tabs::-webkit-scrollbar {
  display: none;
}
.site-MYUNGDONG .category-tabs .tab-btn,
body.site-MYUNGDONG .category-tabs .tab-btn {
  flex: 0 0 auto;
  padding: 12px 24px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #64748B;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.site-MYUNGDONG .category-tabs .tab-btn:hover,
body.site-MYUNGDONG .category-tabs .tab-btn:hover {
  border-color: #FF6B35;
  color: #FF6B35;
}
.site-MYUNGDONG .category-tabs .tab-btn.active,
body.site-MYUNGDONG .category-tabs .tab-btn.active {
  background: #FF6B35;
  border-color: #FF6B35;
  color: #FFFFFF;
  font-weight: 600;
}
.site-MYUNGDONG .category-tab-content .tab-pane,
body.site-MYUNGDONG .category-tab-content .tab-pane {
  display: none;
}
.site-MYUNGDONG .category-tab-content .tab-pane.active,
body.site-MYUNGDONG .category-tab-content .tab-pane.active {
  display: block;
}
.site-MYUNGDONG .category-tab-content .products-scroll,
body.site-MYUNGDONG .category-tab-content .products-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 20px;
  scrollbar-width: none;
}
.site-MYUNGDONG .category-tab-content .products-scroll::-webkit-scrollbar,
body.site-MYUNGDONG .category-tab-content .products-scroll::-webkit-scrollbar {
  display: none;
}
.site-MYUNGDONG .category-tab-content .products-scroll .product-card,
body.site-MYUNGDONG .category-tab-content .products-scroll .product-card {
  flex: 0 0 auto;
  width: 160px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .category-tab-content .products-scroll .product-card,
  body.site-MYUNGDONG .category-tab-content .products-scroll .product-card {
    width: 200px;
  }
}
.site-MYUNGDONG .md-promo-section,
body.site-MYUNGDONG .md-promo-section {
  padding: 24px 0;
}
.site-MYUNGDONG .md-promo-section .promo-grid,
body.site-MYUNGDONG .md-promo-section .promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .md-promo-section .promo-grid,
  body.site-MYUNGDONG .md-promo-section .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-MYUNGDONG .md-promo-section .promo-card,
body.site-MYUNGDONG .md-promo-section .promo-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #F1F5F9;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-promo-section .promo-card:hover,
body.site-MYUNGDONG .md-promo-section .promo-card:hover {
  border-color: #FF6B35;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.site-MYUNGDONG .md-promo-section .promo-card:hover .promo-icon,
body.site-MYUNGDONG .md-promo-section .promo-card:hover .promo-icon {
  background: #FF6B35;
}
.site-MYUNGDONG .md-promo-section .promo-card .promo-icon,
body.site-MYUNGDONG .md-promo-section .promo-card .promo-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E4057;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-promo-section .promo-card .promo-content,
body.site-MYUNGDONG .md-promo-section .promo-card .promo-content {
  flex: 1;
}
.site-MYUNGDONG .md-promo-section .promo-card .promo-content .promo-title,
body.site-MYUNGDONG .md-promo-section .promo-card .promo-content .promo-title {
  font-size: 16px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 4px;
}
.site-MYUNGDONG .md-promo-section .promo-card .promo-content .promo-desc,
body.site-MYUNGDONG .md-promo-section .promo-card .promo-content .promo-desc {
  font-size: 13px;
  color: #64748B;
}
.site-MYUNGDONG .md-promo-section .promo-card .promo-arrow,
body.site-MYUNGDONG .md-promo-section .promo-card .promo-arrow {
  color: #94A3B8;
  font-size: 18px;
}
.site-MYUNGDONG .md-notice-section,
body.site-MYUNGDONG .md-notice-section {
  background: #FFFFFF;
}
.site-MYUNGDONG .notice-list,
body.site-MYUNGDONG .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E2E8F0;
}
.site-MYUNGDONG .notice-item,
body.site-MYUNGDONG .notice-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #F1F5F9;
}
.site-MYUNGDONG .notice-item .notice-badge,
body.site-MYUNGDONG .notice-item .notice-badge {
  flex-shrink: 0;
  padding: 4px 10px;
  background: #2E4057;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px;
}
.site-MYUNGDONG .notice-item .notice-title,
body.site-MYUNGDONG .notice-item .notice-title {
  flex: 1;
  font-size: 14px;
  color: #1E293B;
  transition: all 0.15s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-MYUNGDONG .notice-item .notice-title:hover,
body.site-MYUNGDONG .notice-item .notice-title:hover {
  color: #FF6B35;
}
.site-MYUNGDONG .notice-item .notice-date,
body.site-MYUNGDONG .notice-item .notice-date {
  flex-shrink: 0;
  font-size: 13px;
  color: #94A3B8;
}
@media (max-width: 768px) {
  .site-MYUNGDONG .notice-item,
  body.site-MYUNGDONG .notice-item {
    flex-wrap: wrap;
  }
  .site-MYUNGDONG .notice-item .notice-title,
  body.site-MYUNGDONG .notice-item .notice-title {
    order: 3;
    flex: 0 0 100%;
    margin-top: 8px;
  }
}
.site-MYUNGDONG .md-trust-section,
body.site-MYUNGDONG .md-trust-section {
  padding: 32px 0;
  background: #FFF8F5;
}
.site-MYUNGDONG .md-trust-section .trust-grid,
body.site-MYUNGDONG .md-trust-section .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .md-trust-section .trust-grid,
  body.site-MYUNGDONG .md-trust-section .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-MYUNGDONG .md-trust-section .trust-item,
body.site-MYUNGDONG .md-trust-section .trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.site-MYUNGDONG .md-trust-section .trust-item .trust-icon,
body.site-MYUNGDONG .md-trust-section .trust-item .trust-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 20px;
  flex-shrink: 0;
}
.site-MYUNGDONG .md-trust-section .trust-item .trust-content h4,
body.site-MYUNGDONG .md-trust-section .trust-item .trust-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1E293B;
  margin: 0 0 4px;
}
.site-MYUNGDONG .md-trust-section .trust-item .trust-content p,
body.site-MYUNGDONG .md-trust-section .trust-item .trust-content p {
  font-size: 13px;
  color: #64748B;
  margin: 0;
}
.site-MYUNGDONG .md-footer,
body.site-MYUNGDONG .md-footer {
  background: #1E2D3D;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 48px;
  margin-top: 40px;
}
.site-MYUNGDONG .md-footer .footer-top,
body.site-MYUNGDONG .md-footer .footer-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 32px;
}
.site-MYUNGDONG .md-footer .footer-links,
body.site-MYUNGDONG .md-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.site-MYUNGDONG .md-footer .footer-links a,
body.site-MYUNGDONG .md-footer .footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-footer .footer-links a:hover,
body.site-MYUNGDONG .md-footer .footer-links a:hover {
  color: #FFFFFF;
}
.site-MYUNGDONG .md-footer .footer-links a strong,
body.site-MYUNGDONG .md-footer .footer-links a strong {
  color: #FF8F65;
}
.site-MYUNGDONG .md-footer .footer-main,
body.site-MYUNGDONG .md-footer .footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .site-MYUNGDONG .md-footer .footer-main,
  body.site-MYUNGDONG .md-footer .footer-main {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.site-MYUNGDONG .md-footer .footer-info .footer-logo,
body.site-MYUNGDONG .md-footer .footer-info .footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.site-MYUNGDONG .md-footer .footer-info .footer-logo .logo-icon,
body.site-MYUNGDONG .md-footer .footer-info .footer-logo .logo-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
}
.site-MYUNGDONG .md-footer .footer-info .footer-logo .logo-text,
body.site-MYUNGDONG .md-footer .footer-info .footer-logo .logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.site-MYUNGDONG .md-footer .footer-info .company-info p,
body.site-MYUNGDONG .md-footer .footer-info .company-info p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 6px;
  line-height: 1.7;
}
.site-MYUNGDONG .md-footer .footer-info .company-info p .sep,
body.site-MYUNGDONG .md-footer .footer-info .company-info p .sep {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.3);
}
.site-MYUNGDONG .md-footer .footer-cs h4,
body.site-MYUNGDONG .md-footer .footer-cs h4 {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.site-MYUNGDONG .md-footer .footer-cs .cs-number,
body.site-MYUNGDONG .md-footer .footer-cs .cs-number {
  font-size: 28px;
  font-weight: 700;
  color: #FF6B35;
  margin: 0 0 8px;
}
.site-MYUNGDONG .md-footer .footer-cs .cs-time,
body.site-MYUNGDONG .md-footer .footer-cs .cs-time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 4px;
}
.site-MYUNGDONG .md-footer .footer-cs .cs-buttons,
body.site-MYUNGDONG .md-footer .footer-cs .cs-buttons {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn,
body.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  background: #FF6B35;
  color: #FFFFFF;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn:hover,
body.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn:hover {
  background: #E55A2B;
}
.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn.outline,
body.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn.outline:hover,
body.site-MYUNGDONG .md-footer .footer-cs .cs-buttons .cs-btn.outline:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.site-MYUNGDONG .md-footer .footer-social h4,
body.site-MYUNGDONG .md-footer .footer-social h4 {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.site-MYUNGDONG .md-footer .footer-social .social-links,
body.site-MYUNGDONG .md-footer .footer-social .social-links {
  display: flex;
  gap: 10px;
}
.site-MYUNGDONG .md-footer .footer-social .social-links .social-link,
body.site-MYUNGDONG .md-footer .footer-social .social-links .social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-footer .footer-social .social-links .social-link:hover,
body.site-MYUNGDONG .md-footer .footer-social .social-links .social-link:hover {
  background: #FF6B35;
  transform: translateY(-2px);
}
.site-MYUNGDONG .md-footer .footer-bottom,
body.site-MYUNGDONG .md-footer .footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.site-MYUNGDONG .md-footer .footer-bottom .copyright,
body.site-MYUNGDONG .md-footer .footer-bottom .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.site-MYUNGDONG .md-footer .footer-bottom .footer-badges,
body.site-MYUNGDONG .md-footer .footer-bottom .footer-badges {
  display: flex;
  gap: 12px;
}
.site-MYUNGDONG .md-footer .footer-bottom .footer-badges img,
body.site-MYUNGDONG .md-footer .footer-bottom .footer-badges img {
  height: 32px;
  opacity: 0.7;
}
.site-MYUNGDONG .mobile-overlay,
body.site-MYUNGDONG .mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.site-MYUNGDONG .mobile-overlay.show,
body.site-MYUNGDONG .mobile-overlay.show {
  display: block;
  opacity: 1;
}
.site-MYUNGDONG .mobile-menu,
body.site-MYUNGDONG .mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #FFFFFF;
  z-index: 201;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}
.site-MYUNGDONG .mobile-menu.open,
body.site-MYUNGDONG .mobile-menu.open {
  right: 0;
}
.site-MYUNGDONG .mobile-menu .mobile-header,
body.site-MYUNGDONG .mobile-menu .mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #2E4057;
  color: #FFFFFF;
}
.site-MYUNGDONG .mobile-menu .mobile-header .mobile-title,
body.site-MYUNGDONG .mobile-menu .mobile-header .mobile-title {
  font-size: 18px;
  font-weight: 600;
}
.site-MYUNGDONG .mobile-menu .mobile-header .mobile-close,
body.site-MYUNGDONG .mobile-menu .mobile-header .mobile-close {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
}
.site-MYUNGDONG .mobile-menu .mobile-user,
body.site-MYUNGDONG .mobile-menu .mobile-user {
  padding: 20px;
  background: #F8FAFC;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-welcome,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-welcome {
  font-size: 14px;
  color: #1E293B;
  margin: 0;
}
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-login-btn,
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-join-btn,
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-mypage-btn,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-login-btn,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-join-btn,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-mypage-btn {
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-login-btn,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-login-btn {
  background: #FF6B35;
  color: #FFFFFF;
}
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-join-btn,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-join-btn {
  background: #FFFFFF;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.site-MYUNGDONG .mobile-menu .mobile-user .mobile-mypage-btn,
body.site-MYUNGDONG .mobile-menu .mobile-user .mobile-mypage-btn {
  background: #2E4057;
  color: #FFFFFF;
}
.site-MYUNGDONG .mobile-menu .mobile-nav,
.site-MYUNGDONG .mobile-menu .mobile-sub-nav,
body.site-MYUNGDONG .mobile-menu .mobile-nav,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-MYUNGDONG .mobile-menu .mobile-nav li a,
.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a,
body.site-MYUNGDONG .mobile-menu .mobile-nav li a,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #1E293B;
  font-size: 15px;
  border-bottom: 1px solid #F1F5F9;
}
.site-MYUNGDONG .mobile-menu .mobile-nav li a i,
.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a i,
body.site-MYUNGDONG .mobile-menu .mobile-nav li a i,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a i {
  width: 20px;
  color: #64748B;
}
.site-MYUNGDONG .mobile-menu .mobile-nav li a:hover,
.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a:hover,
body.site-MYUNGDONG .mobile-menu .mobile-nav li a:hover,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a:hover {
  background: #F8FAFC;
  color: #FF6B35;
}
.site-MYUNGDONG .mobile-menu .mobile-nav li a:hover i,
.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a:hover i,
body.site-MYUNGDONG .mobile-menu .mobile-nav li a:hover i,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a:hover i {
  color: #FF6B35;
}
.site-MYUNGDONG .mobile-menu .mobile-sub-nav,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav {
  margin-top: auto;
  background: #F8FAFC;
}
.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a,
body.site-MYUNGDONG .mobile-menu .mobile-sub-nav li a {
  font-size: 14px;
  color: #64748B;
}
.site-MYUNGDONG.mobile-menu-open,
body.site-MYUNGDONG.mobile-menu-open {
  overflow: hidden;
}
.site-MYUNGDONG .md-bottom-nav,
body.site-MYUNGDONG .md-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .site-MYUNGDONG .md-bottom-nav,
  body.site-MYUNGDONG .md-bottom-nav {
    display: none;
  }
}
.site-MYUNGDONG .md-bottom-nav .bottom-nav-item,
body.site-MYUNGDONG .md-bottom-nav .bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  color: #64748B;
  font-size: 10px;
  position: relative;
  transition: all 0.15s ease;
}
.site-MYUNGDONG .md-bottom-nav .bottom-nav-item i,
body.site-MYUNGDONG .md-bottom-nav .bottom-nav-item i {
  font-size: 20px;
}
.site-MYUNGDONG .md-bottom-nav .bottom-nav-item.active, .site-MYUNGDONG .md-bottom-nav .bottom-nav-item:hover,
body.site-MYUNGDONG .md-bottom-nav .bottom-nav-item.active,
body.site-MYUNGDONG .md-bottom-nav .bottom-nav-item:hover {
  color: #FF6B35;
}
.site-MYUNGDONG .md-bottom-nav .bottom-nav-item .nav-badge,
body.site-MYUNGDONG .md-bottom-nav .bottom-nav-item .nav-badge {
  position: absolute;
  top: 2px;
  right: 8px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 4px;
}
.site-MYUNGDONG .md-btn,
body.site-MYUNGDONG .md-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-btn.btn-primary,
body.site-MYUNGDONG .md-btn.btn-primary {
  background: #FF6B35;
  color: #FFFFFF;
}
.site-MYUNGDONG .md-btn.btn-primary:hover,
body.site-MYUNGDONG .md-btn.btn-primary:hover {
  background: #E55A2B;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.25);
}
.site-MYUNGDONG .md-btn.btn-secondary,
body.site-MYUNGDONG .md-btn.btn-secondary {
  background: #2E4057;
  color: #FFFFFF;
}
.site-MYUNGDONG .md-btn.btn-secondary:hover,
body.site-MYUNGDONG .md-btn.btn-secondary:hover {
  background: #3D5373;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.site-MYUNGDONG .md-btn.btn-outline,
body.site-MYUNGDONG .md-btn.btn-outline {
  background: transparent;
  border: 2px solid #FF6B35;
  color: #FF6B35;
}
.site-MYUNGDONG .md-btn.btn-outline:hover,
body.site-MYUNGDONG .md-btn.btn-outline:hover {
  background: #FF6B35;
  color: #FFFFFF;
}
.site-MYUNGDONG .md-btn.btn-block,
body.site-MYUNGDONG .md-btn.btn-block {
  width: 100%;
}
.site-MYUNGDONG .md-btn.btn-sm,
body.site-MYUNGDONG .md-btn.btn-sm {
  padding: 10px 18px;
  font-size: 13px;
  border-radius: 12px;
}
.site-MYUNGDONG .md-btn.btn-lg,
body.site-MYUNGDONG .md-btn.btn-lg {
  padding: 18px 36px;
  font-size: 17px;
  border-radius: 24px;
}
.site-MYUNGDONG .md-input-group,
body.site-MYUNGDONG .md-input-group {
  margin-bottom: 20px;
}
.site-MYUNGDONG .md-input-group .input-label,
body.site-MYUNGDONG .md-input-group .input-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 8px;
}
.site-MYUNGDONG .md-input-group .md-input,
body.site-MYUNGDONG .md-input-group .md-input {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  color: #1E293B;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  transition: all 0.25s ease;
}
.site-MYUNGDONG .md-input-group .md-input::placeholder,
body.site-MYUNGDONG .md-input-group .md-input::placeholder {
  color: #94A3B8;
}
.site-MYUNGDONG .md-input-group .md-input:focus,
body.site-MYUNGDONG .md-input-group .md-input:focus {
  outline: none;
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.site-MYUNGDONG .animate-fade-in,
body.site-MYUNGDONG .animate-fade-in {
  animation: fadeIn 0.3s ease;
}
.site-MYUNGDONG .animate-slide-up,
body.site-MYUNGDONG .animate-slide-up {
  animation: slideUp 0.4s ease;
}
.site-MYUNGDONG .animate-pulse,
body.site-MYUNGDONG .animate-pulse {
  animation: pulse 2s infinite;
}
