/* BASIC css start */
        /* ¸ÞÀÎ ÄÁÅ×ÀÌ³Ê */
        .penm-main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ¹è³Ê ¼½¼Ç */
        .penm-banner-section {
            width: 100%;
            height: 550px;
            background: linear-gradient(135deg, #403F6F, #2c344e);
            margin-bottom: 80px;
            position: relative;
            overflow: hidden;
        }

        .penm-banner-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.9;
        }

        .penm-banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(64, 63, 111, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .penm-banner-text {
            text-align: center;
            color: white;
        }

        .penm-banner-title {
            font-size: 3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 25px;
            letter-spacing: 2px;
        }

        .penm-banner-subtitle {
            font-size: 1.3rem;
            font-weight: 400;
            opacity: 0.95;
        }

        /* ½Å·Ú ¼½¼Ç */
        .penm-trust-section {
            margin-bottom: 100px;
            text-align: center;
            background: #f8f9ff;
            padding: 80px 40px;
        }

        .penm-trust-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #403F6F;
            margin-bottom: 30px;
            line-height: 2;
            word-break: keep-all;
        }

        .penm-trust-desc {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 50px;
            line-height: 1.8;
            word-break: keep-all;
        }

        .penm-trust-logo-container {
            background: white;
            padding: 60px 40px;
            border: 2px solid #e4eaff;
            margin-bottom: 40px;
        }

        .penm-trust-logo-image {
            width: 100%;
            max-width: 1000px;
            height: auto;
            margin: 0 auto;
            display: block;
        }

        .penm-trust-footer {
            font-size: 1.2rem;
            color: #403F6F;
            font-weight: 600;
        }

        /* ¼½¼Ç Å¸ÀÌÆ² */
        .penm-section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 30px;
            letter-spacing: 0.5px;
            text-align: center;
        }

        /* Æ¯Â¡ ¼½¼Ç */
        .penm-features-section {
            margin-bottom: 100px;
        }

        .penm-features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-top: 60px;
        }

        .penm-feature-card {
            background: white;
            padding: 50px 40px;
            border: 2px solid #e4eaff;
            transition: all 0.3s ease;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .penm-feature-card:hover {
            border-color: #403F6F;
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(64, 63, 111, 0.1);
        }

        .penm-feature-icon {
            font-size: 3.5rem;
            color: #403F6F;
            margin-bottom: 30px;
        }

        .penm-feature-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 20px;
        }

        .penm-feature-desc {
            font-size: 1rem;
            color: #666;
            line-height: 1.7;
            word-break: keep-all;
            word-wrap: break-word;
            display: flex;
            align-items: center;
            flex: 1;
        }

        /* °¢ÀÎ »ç·Ê ¼½¼Ç */
        .penm-engraving-section {
            margin-bottom: 100px;
        }

        .penm-engraving-intro {
            text-align: center;
            margin-bottom: 50px;
            background: linear-gradient(135deg, #f8f9ff, #e4eaff);
            padding: 50px 40px;
            border-left: 5px solid #403F6F;
        }

        .penm-engraving-main-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 25px;
        }

        .penm-engraving-main-desc {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.9;
            word-break: keep-all;
            max-width: 900px;
            margin: 0 auto;
        }

        .penm-engraving-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px;
            margin-bottom: 60px;
        }

        .penm-engraving-card {
            background: white;
            border: 2px solid #e4eaff;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .penm-engraving-card:hover {
            border-color: #403F6F;
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(64, 63, 111, 0.15);
        }

        .penm-engraving-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .penm-engraving-label {
            padding: 25px;
            text-align: center;
            background: white;
        }

        .penm-engraving-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #403F6F;
        }

        .penm-engraving-divider {
            text-align: center;
            margin: 80px 0 50px 0;
            background: linear-gradient(135deg, #f8f9ff, #e4eaff);
            padding: 50px 40px;
            border-left: 5px solid #403F6F;
        }

        .penm-engraving-divider-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 20px;
        }

        .penm-engraving-divider-desc {
            font-size: 1.05rem;
            color: #555;
            line-height: 1.8;
        }

        /* ÇÁ·Î¼¼½º ¼½¼Ç */
        .penm-process-section {
            margin-bottom: 100px;
            background: linear-gradient(135deg, #403F6F, #2c344e);
            padding: 80px 0;
            color: white;
        }

        .penm-process-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .penm-process-title {
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 60px;
        }

        .penm-process-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }

        .penm-process-step {
            text-align: center;
            position: relative;
        }

        .penm-step-number {
            width: 80px;
            height: 80px;
            background: #c8d5ff;
            color: #403F6F;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 700;
            margin: 0 auto 30px;
        }

        .penm-step-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .penm-step-desc {
            font-size: 1rem;
            opacity: 0.9;
            line-height: 1.6;
            word-break: keep-all;
            word-wrap: break-word;
        }

        /* CTA ¼½¼Ç */
        .penm-cta-section {
            margin-bottom: 100px;
            text-align: center;
            background: #f8f9ff;
            padding: 80px 40px;
        }

        .penm-cta-title {
            font-size: 2rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 30px;
        }

        .penm-cta-desc {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 50px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            word-break: keep-all;
            word-wrap: break-word;
        }

        .penm-contact-info {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            max-width: 700px;
            margin: 0 auto;
        }

        .penm-contact-item {
            background: white;
            padding: 40px 30px;
            border: 2px solid #e4eaff;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .penm-contact-item:hover {
            border-color: #403F6F;
            box-shadow: 0 10px 30px rgba(64, 63, 111, 0.1);
        }

        .penm-contact-icon {
            font-size: 2.5rem;
            color: #403F6F;
            margin-bottom: 20px;
        }

        .penm-contact-label {
            font-size: 1.2rem;
            font-weight: 600;
            color: #403F6F;
            margin-bottom: 10px;
        }

        .penm-contact-value {
            font-size: 1.1rem;
            color: #666;
            font-weight: 500;
        }

        /* ¾Ö´Ï¸ÞÀÌ¼Ç */
        .penm-fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .penm-fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* ¹ÝÀÀÇü µðÀÚÀÎ */
        @media (max-width: 1024px) {
            .penm-features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .penm-engraving-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .penm-banner-section {
                height: 400px;
            }

            .penm-banner-title {
                font-size: 2.8rem;
            }

            .penm-banner-subtitle {
                font-size: 1.2rem;
            }

            .penm-section-title {
                font-size: 2.2rem;
            }

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

            .penm-process-steps {
                grid-template-columns: 1fr;
            }

            .penm-contact-info {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .penm-banner-section {
                height: 300px;
            }

            .penm-banner-title {
                font-size: 2rem;
            }

            .penm-section-title {
                font-size: 1.8rem;
            }

            .penm-trust-section,
            .penm-cta-section {
                padding: 50px 20px;
            }
        }
/* BASIC css end */

