/* BASIC css start */
        .penm-mb-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* ÅÇ ³×ºñ°ÔÀÌ¼Ç */
        .penm-mb-tab-navigation {
            background: white;
            border-bottom: 3px solid #e4eaff;
            margin-bottom: 0;
        }

        .penm-mb-tab-nav-inner {
            display: flex;
            gap: 0;
        }

        .penm-mb-tab-button {
            flex: 1;
            padding: 16px 20px;
            background: #f8f9ff;
            border: none;
            font-size: 1rem;
            font-weight: 600;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
        }

        .penm-mb-tab-button:hover {
            background: #e4eaff;
            color: #403F6F;
        }

        .penm-mb-tab-button.active {
            background: white;
            color: #403F6F;
            border-bottom: 3px solid #403F6F;
        }

        /* ÅÇ ÄÁÅÙÃ÷ */
        .penm-mb-tab-content {
            display: none;
        }

        .penm-mb-tab-content.active {
            display: block;
        }

        /* ¹è³Ê */
        .penm-mb-info-banner {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }

        .penm-mb-info-banner img {
            width: 100%;
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }

        /* ¼½¼Ç */
        .penm-mb-info-section {
            margin-bottom: 60px;
        }

        .penm-mb-section-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
        }

        .penm-mb-section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #403F6F, #6b69a0);
            border-radius: 2px;
        }

        .penm-mb-section-subtitle {
            font-size: 1.1rem;
            font-weight: 600;
            color: #403F6F;
            margin-bottom: 20px;
            padding: 10px 18px;
            background: linear-gradient(135deg, #e4eaff, #f8f9ff);
            border-radius: 8px;
            display: inline-block;
        }

        /* ¾È³» ¹Ú½º */
        .penm-mb-notice-box {
            background: linear-gradient(135deg, #f8f9ff, #ffffff);
            padding: 25px 20px;
            border-radius: 10px;
            margin-bottom: 25px;
            text-align: center;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.08);
        }

        .penm-mb-notice-box p {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.7;
            margin-bottom: 10px;
            word-break: keep-all;
        }

        .penm-mb-notice-box p:last-child {
            margin-bottom: 0;
        }

        .penm-mb-notice-box strong {
            color: #403F6F;
            font-weight: 600;
        }

        /* ÁÖÀÇ»çÇ× ¹Ú½º */
        .penm-mb-warning-box {
            background: linear-gradient(135deg, #fff8e1, #ffffff);
            border-radius: 10px;
            padding: 20px 18px;
            margin-bottom: 25px;
            text-align: center;
            box-shadow: 0 3px 15px rgba(255, 193, 7, 0.12);
            border: 2px solid #ffd54f;
        }

        .penm-mb-warning-box p {
            font-size: 0.85rem;
            color: #f57f17;
            line-height: 1.6;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .penm-mb-warning-box i {
            margin-right: 6px;
            font-size: 0.9rem;
        }

        /* ¹è³Ê ÀÌ¹ÌÁö */
        .penm-mb-example-banner {
            width: 100%;
            margin-bottom: 25px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.1);
        }

        .penm-mb-example-banner img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* ÆùÆ® ÀÌ¹ÌÁö */
        .penm-mb-font-image {
            width: 100%;
            max-width: 100%;
            height: auto;
            margin-bottom: 30px;
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.1);
        }

        /* °¢ÀÎ À§Ä¡ */
        .penm-mb-position-section {
            margin-bottom: 40px;
        }

        .penm-mb-position-image-single {
            text-align: center;
            margin: 25px 0;
        }

        .penm-mb-position-image-single img {
            max-width: 100%;
            width: auto;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.1);
        }

        .penm-mb-position-image-double {
            display: flex;
            justify-content: center;
            margin: 25px 0;
        }

        .penm-mb-position-image-double img {
            max-width: 100%;
            width: auto;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.1);
        }

        .penm-mb-position-desc {
            background: linear-gradient(135deg, #f8f9ff, #ffffff);
            padding: 20px 18px;
            margin-top: 20px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.08);
        }

        .penm-mb-position-desc p {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .penm-mb-position-desc p:last-child {
            margin-bottom: 0;
        }

        /* Æ÷Àå ¹è³Ê ¼½¼Ç */
        .penm-mb-packaging-banner-section {
            margin-bottom: 50px;
        }

        .penm-mb-packaging-banner-image {
            width: 100%;
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.1);
        }

        .penm-mb-packaging-banner-image:last-child {
            margin-bottom: 0;
        }

        .penm-mb-packaging-banner-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Æ÷Àå °¶·¯¸® */
        .penm-mb-packaging-gallery {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-bottom: 30px;
        }

        .penm-mb-packaging-gallery-item {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(64, 63, 111, 0.1);
            aspect-ratio: 1 / 1;
        }

        .penm-mb-packaging-gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }
/* BASIC css end */

