/* E7918-K7061-H2904 업소용 벽걸이형 냅킨통 상세페이지 CSS */
/* 모든 스타일은 E7918-K7061-H2904_wrapper 내에서만 적용됩니다 */

.E7918-K7061-H2904_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.E7918-K7061-H2904_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #37474f !important;
    background-color: #fff !important;
}

/* 메인 헤더 섹션 */
.E7918-K7061-H2904_hero-section {
    background: linear-gradient(135deg, #eceff1, #cfd8dc, #b0bec5) !important;
    padding: 60px 30px !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(96, 125, 139, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.E7918-K7061-H2904_hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Crect x='0' y='0' width='20' height='20'/%3E%3Crect x='20' y='20' width='20' height='20'/%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 0.3 !important;
}

.E7918-K7061-H2904_hero-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.E7918-K7061-H2904_badge-container {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    flex-wrap: wrap !important;
}
.E7918-K7061-H2904_badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    animation: float 3s ease-in-out infinite !important;
}

.E7918-K7061-H2904_badge.business {
    background: linear-gradient(135deg, #1976d2, #42a5f5) !important;
    color: #fff !important;
    animation-delay: 0s !important;
}

.E7918-K7061-H2904_badge.design {
    background: linear-gradient(135deg, #757575, #9e9e9e) !important;
    color: #fff !important;
    animation-delay: 1s !important;
}

.E7918-K7061-H2904_badge.shipping {
    background: linear-gradient(135deg, #ff9800, #ffb74d) !important;
    color: #fff !important;
    animation-delay: 2s !important;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) !important; }
    50% { transform: translateY(-5px) !important; }
}

.E7918-K7061-H2904_main-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #263238 !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Noto Serif KR', serif !important;
    line-height: 1.3 !important;
}

.E7918-K7061-H2904_subtitle {
    font-size: 18px !important;
    color: #455a64 !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}
.E7918-K7061-H2904_price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
}

.E7918-K7061-H2904_price-box {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.E7918-K7061-H2904_original-price {
    font-size: 18px !important;
    color: rgba(55, 71, 79, 0.6) !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
}

.E7918-K7061-H2904_discount-badge {
    background: #d32f2f !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    animation: pulse 2s infinite !important;
}

@keyframes pulse {
    0% { transform: scale(1) !important; }
    50% { transform: scale(1.05) !important; }
    100% { transform: scale(1) !important; }
}

.E7918-K7061-H2904_final-price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #263238 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 15px 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.E7918-K7061-H2904_specs {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.E7918-K7061-H2904_spec {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #263238 !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* 섹션 공통 스타일 */
.E7918-K7061-H2904_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #37474f !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.E7918-K7061-H2904_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #607d8b, #78909c) !important;
    border-radius: 2px !important;
}

/* 벽걸이형 장점 섹션 */
.E7918-K7061-H2904_wall-mount-section {
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5) !important;
    border-radius: 20px !important;
    border: 2px solid rgba(25, 118, 210, 0.2) !important;
}

.E7918-K7061-H2904_wall-mount-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}
.E7918-K7061-H2904_wall-mount-card {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid rgba(25, 118, 210, 0.2) !important;
}

.E7918-K7061-H2904_wall-mount-card.main {
    grid-column: 1 / -1 !important;
    background: linear-gradient(135deg, #1976d2, #42a5f5) !important;
    color: #fff !important;
    transform: scale(1.05) !important;
}

.E7918-K7061-H2904_wall-mount-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(25, 118, 210, 0.25) !important;
}

.E7918-K7061-H2904_wall-mount-card.main:hover {
    transform: scale(1.08) translateY(-3px) !important;
}

.E7918-K7061-H2904_wall-mount-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.E7918-K7061-H2904_wall-mount-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1976d2 !important;
    margin-bottom: 15px !important;
}

.E7918-K7061-H2904_wall-mount-card.main h3 {
    color: #fff !important;
}

.E7918-K7061-H2904_wall-mount-card p {
    font-size: 16px !important;
    color: #455a64 !important;
    line-height: 1.6 !important;
}

.E7918-K7061-H2904_wall-mount-card.main p {
    color: rgba(255, 255, 255, 0.95) !important;
}
/* 제품 특징 섹션 */
.E7918-K7061-H2904_features-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #fafafa, #f5f5f5) !important;
    border-radius: 20px !important;
}

.E7918-K7061-H2904_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}

.E7918-K7061-H2904_feature-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(96, 125, 139, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid rgba(96, 125, 139, 0.1) !important;
}

.E7918-K7061-H2904_feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(96, 125, 139, 0.25) !important;
}

.E7918-K7061-H2904_feature-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.E7918-K7061-H2904_feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #37474f !important;
    margin-bottom: 15px !important;
}

.E7918-K7061-H2904_feature-desc {
    font-size: 16px !important;
    color: #607d8b !important;
    line-height: 1.6 !important;
}
/* 설치 가이드 섹션 */
.E7918-K7061-H2904_installation-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #546e7a, #607d8b) !important;
    border-radius: 20px !important;
}

.E7918-K7061-H2904_installation-section .E7918-K7061-H2904_section-title {
    color: #fff !important;
}

.E7918-K7061-H2904_installation-section .E7918-K7061-H2904_section-title::after {
    background: rgba(255, 255, 255, 0.7) !important;
}

.E7918-K7061-H2904_installation-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.E7918-K7061-H2904_step {
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.E7918-K7061-H2904_step-number {
    background: #1976d2 !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
}

.E7918-K7061-H2904_step-content h4 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}
.E7918-K7061-H2904_step-content p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* 사용 장소 섹션 */
.E7918-K7061-H2904_usage-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #e8eaf6, #f3e5f5) !important;
    border-radius: 20px !important;
}

.E7918-K7061-H2904_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.E7918-K7061-H2904_usage-item {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(96, 125, 139, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.E7918-K7061-H2904_usage-item:hover {
    transform: translateY(-5px) !important;
}

.E7918-K7061-H2904_usage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.E7918-K7061-H2904_usage-item h4 {
    color: #37474f !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.E7918-K7061-H2904_usage-item p {
    color: #607d8b !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
/* 제품 상세 정보 섹션 */
.E7918-K7061-H2904_specs-section {
    margin-bottom: 60px !important;
    padding: 40px 0 !important;
}

.E7918-K7061-H2904_specs-table {
    background: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(96, 125, 139, 0.15) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    border: 1px solid rgba(96, 125, 139, 0.1) !important;
}

.E7918-K7061-H2904_spec-row {
    display: flex !important;
    border-bottom: 1px solid #eceff1 !important;
}

.E7918-K7061-H2904_spec-row:last-child {
    border-bottom: none !important;
}

.E7918-K7061-H2904_spec-label {
    background: #f5f5f5 !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    color: #37474f !important;
    width: 200px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-right: 1px solid #eceff1 !important;
}

.E7918-K7061-H2904_spec-value {
    padding: 20px 25px !important;
    color: #546e7a !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

/* 배송 정보 섹션 */
.E7918-K7061-H2904_delivery-section {
    background: linear-gradient(135deg, #ff9800, #ffb74d, #ffcc02) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}
.E7918-K7061-H2904_delivery-section::before {
    content: '🚚' !important;
    position: absolute !important;
    font-size: 120px !important;
    top: -30px !important;
    right: -30px !important;
    opacity: 0.1 !important;
    animation: bounce 2s infinite !important;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) !important; }
    40% { transform: translateY(-10px) !important; }
    60% { transform: translateY(-5px) !important; }
}

.E7918-K7061-H2904_delivery-section .E7918-K7061-H2904_section-title {
    color: #fff !important;
}

.E7918-K7061-H2904_delivery-section .E7918-K7061-H2904_section-title::after {
    background: rgba(255, 255, 255, 0.7) !important;
}

.E7918-K7061-H2904_delivery-highlight {
    margin-bottom: 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

.E7918-K7061-H2904_delivery-main {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.E7918-K7061-H2904_delivery-main h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.E7918-K7061-H2904_delivery-main p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px !important;
}
.E7918-K7061-H2904_delivery-info {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.E7918-K7061-H2904_delivery-item {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 20px 25px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
    min-width: 150px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.E7918-K7061-H2904_delivery-label {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.E7918-K7061-H2904_delivery-value {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 왜 선택해야 하는지 섹션 */
.E7918-K7061-H2904_why-section {
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #f1f8e9, #f9fbe7) !important;
    border-radius: 20px !important;
}

.E7918-K7061-H2904_why-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.E7918-K7061-H2904_why-card {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(96, 125, 139, 0.2) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.E7918-K7061-H2904_why-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(96, 125, 139, 0.2) !important;
}

.E7918-K7061-H2904_why-icon {
    font-size: 42px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.E7918-K7061-H2904_why-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #37474f !important;
    margin-bottom: 12px !important;
}

.E7918-K7061-H2904_why-desc {
    font-size: 14px !important;
    color: #607d8b !important;
    line-height: 1.6 !important;
}

/* 스토리 섹션 */
.E7918-K7061-H2904_story-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(96, 125, 139, 0.1) !important;
    border: 1px solid rgba(96, 125, 139, 0.1) !important;
}

.E7918-K7061-H2904_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #37474f !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.E7918-K7061-H2904_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.E7918-K7061-H2904_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #455a64 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
}