/* BASIC css start */

        /* ¸ÞÀÎ ÄÁÅ×ÀÌ³Ê */
        .penm-m-usage-main-container {
            width: 100%;
            padding: 0 15px;
        }

        /* ÆäÀÌÁö Å¸ÀÌÆ² */
        .penm-m-usage-page-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #403F6F;
            text-align: center;
            margin: 25px 0;
            padding-bottom: 15px;
            border-bottom: 2px solid #e4eaff;
        }

        /* ÄÁÅÙÃ÷ ¼½¼Ç */
        .penm-m-usage-content-section {
            margin-bottom: 40px;
        }

        .penm-m-usage-section-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 20px;
            border-left: 3px solid #403F6F;
            padding-left: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .penm-m-usage-section-icon {
            font-size: 1.2rem;
            color: #403F6F;
        }

        .penm-m-usage-content-card {
            background: white;
            border: 1px solid #e4eaff;
            padding: 20px;
            margin-bottom: 20px;
        }

        .penm-m-usage-step-item {
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 12px;
            padding-left: 20px;
            position: relative;
            line-height: 1.6;
            word-break: keep-all;
        }

        .penm-m-usage-step-item::before {
            content: '';
            position: absolute;
            left: 0;
            background: #403F6F;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            top: 8px;
        }

        .penm-m-usage-brand-list {
            background: #f8f9ff;
            padding: 15px;
            margin: 15px 0;
            border-left: 3px solid #403F6F;
        }

        .penm-m-usage-brand-item {
            font-size: 0.8rem;
            color: #403F6F;
            margin-bottom: 8px;
            font-weight: 500;
            word-break: keep-all;
        }

        .penm-m-usage-brand-item:last-child {
            margin-bottom: 0;
        }

        .penm-m-usage-brand-special {
            color: #2c344e;
            font-weight: 600;
        }

        .penm-m-usage-notice-box {
            background: linear-gradient(135deg, #e4eaff, #c8d5ff);
            padding: 15px;
            margin: 15px 0;
            border-left: 3px solid #403F6F;
        }

        .penm-m-usage-notice-text {
            font-size: 0.8rem;
            color: #403F6F;
            line-height: 1.5;
            word-break: keep-all;
            font-weight: 500;
        }

        .penm-m-usage-case-section {
            background: #f8f9ff;
            padding: 20px;
            margin: 20px 0;
            border: 1px solid #e4eaff;
        }

        .penm-m-usage-case-title {
            font-size: 1rem;
            font-weight: 700;
            color: #403F6F;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .penm-m-usage-sub-step-item {
            font-size: 0.8rem;
            color: #555;
            margin-bottom: 10px;
            padding-left: 18px;
            position: relative;
            line-height: 1.5;
            word-break: keep-all;
        }

        .penm-m-usage-sub-step-item::before {
            content: '';
            position: absolute;
            left: 0;
            background: #c8d5ff;
            border: 1px solid #403F6F;
            width: 4px;
            height: 4px;
            top: 6px;
        }

        /* Ãß°¡ ¿©¹é Á¶Á¤ */
        .penm-m-usage-main-container > section:last-child {
            margin-bottom: 20px;
        }

        /* ÅÍÄ¡ ÃÖÀûÈ­ */
        .penm-m-usage-content-card {
            -webkit-tap-highlight-color: transparent;
        }

        /* ½ºÅ©·Ñ ÃÖÀûÈ­ */
        .penm-m-usage-case-title {
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
/* BASIC css end */

