:root {
    --primary-color: #0a2540;
    --secondary-color: #0057b3;
    --accent-gold: #c9a96e;
    --light-bg: #f8fafc;
    --card-bg: #ffffff;
    --text-color: #1a2a3a;
    --soft-border: #e2e8f0;
    --shadow-elevation: 0 20px 35px -8px rgba(0,0,0,0.06), 0 10px 15px -6px rgba(0,0,0,0.04);
    --radius: 12px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 2;
    color: var(--text-color);
    background-color: var(--light-bg);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 { font-size: 42px; line-height: 1.2; font-weight: 700; }
h2 { font-size: 28px; line-height: 1.2; font-weight: 700; }
h3 { font-size: 20px; line-height: 1.4; font-weight: 700; }
h4 { font-size: 18px; line-height: 1.6; font-weight: 700; }
h5 { font-size: 16px; line-height: 1.8; font-weight: 600; }
h6 { font-size: 14px; line-height: 2; font-weight: 600; }

.tag-page-container a {
    text-decoration: none;
    color: var(--secondary-color);
    transition: color 0.25s ease;
}

.tag-page-container a:hover {
    color: var(--primary-color);
}

.tag-page-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 20px 30px 40px 30px;
    box-sizing: border-box;
    width: 100%;
}

header {
    background-color: var(--primary-color);
    color: white;
    padding: 20px 30px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.breadcrumb {
    background-color: var(--card-bg);
    padding: 15px 30px;
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid var(--soft-border);
}

.tag-hero-section {
    padding: 40px 0 30px 0;
    margin-bottom: 30px;
}

.tag-title {
    font-size: 42px;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    text-align: center;
}

.tag-hero-section .hero-section-p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
    color: var(--accent-gold);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.editor-content-1,
.editor-module,
.editor-module1,
.editor-module-service,
.editor-module-faq,
.more-info,
.info-column1 {
    font-size: 14px;
    line-height: 2;
    box-sizing: border-box;
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.editor-content-1 img,
.editor-module img,
.editor-module1 img,
.editor-module-service img,
.editor-module-faq img,
.more-info img,
.info-column1 img {
    max-width: 100% !important;
    height: auto !important;
}

.editor-content-1 table,
.editor-module table,
.editor-module1 table,
.editor-module-service table,
.editor-module-faq table,
.more-info table,
.info-column1 table {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-collapse: collapse !important;
}

.editor-content-1 {
    color: #334155;
    padding: 30px 35px;
    background-color: #f1f5f9;
    border-radius: var(--radius);
    border-left: 6px solid var(--secondary-color);
    box-shadow: var(--shadow-elevation);
}

.editor-content-1 strong {
    font-weight: 700;
    color: var(--primary-color);
}

.content-matrix {
    display: grid;
    gap: 40px;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    box-sizing: border-box;
}

.main-content-column,
.sidebar-content-column {
    min-width: 0;
    box-sizing: border-box;
}

.editor-module {
    background-color: var(--card-bg);
    padding: 28px 30px;
    border-radius: var(--radius);
    margin-bottom: 30px;
    box-shadow: var(--shadow-elevation);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

.editor-module:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 50px -12px rgba(0,0,0,0.08);
}

.editor-module strong {
    font-weight: 700;
    color: var(--primary-color);
}

.editor-module h2 {
    font-size: 28px;
    line-height: 1.2;
    color: var(--text-color);
    border-bottom: 3px solid var(--secondary-color);
    padding-bottom: 14px;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
}

.editor-module h3 {
    font-size: 20px;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 16px;
    text-align: center;
}

.editor-module h4 {
    font-size: 18px;
    line-height: 1.6;
    color: var(--primary-color);
    margin-bottom: 14px;
    text-align: center;
}

.editor-module ul {
    list-style: none;
    padding-left: 0;
    margin: 16px 0;
}

.editor-module li {
    font-size: 14px;
    line-height: 2;
    padding: 8px 0 8px 28px;
    border-bottom: 1px solid var(--soft-border);
    position: relative;
}

.editor-module li::before {
    content: '✦';
    color: var(--secondary-color);
    font-weight: 400;
    position: absolute;
    left: 4px;
    top: 8px;
    font-size: 14px;
}

.editor-module p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 16px 0;
}

.info-column1 table th,
.info-column1 table td {
    padding: 12px 16px;
    border: 1px solid var(--soft-border);
    width: 50%;
    font-size: 14px;
    line-height: 2;
    box-sizing: border-box;
}

.info-column1 table th {
    font-weight: 700;
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
}

.info-column1 table tbody tr td:first-of-type {
    font-weight: 700;
    color: var(--primary-color);
}

.editor-module1 {
    margin: 30px 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--card-bg);
    padding: 28px 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-elevation);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

.editor-module1:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 50px -12px rgba(0,0,0,0.08);
}

.editor-module1 h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 28px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 12px;
}

.editor-module1 h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.editor-module1 p {
    font-size: 14px;
    line-height: 2;
    color: #334155;
}

.editor-module1 ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.editor-module1 li {
    font-size: 14px;
    line-height: 2;
    padding: 6px 0 6px 28px;
    position: relative;
    border-bottom: 1px solid var(--soft-border);
}

.editor-module1 li::before {
    content: '◆';
    color: var(--accent-gold);
    position: absolute;
    left: 2px;
    top: 6px;
    font-size: 12px;
}

.editor-module1 h3::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), var(--accent-gold));
    margin: 12px auto 0;
    border-radius: 4px;
}

.editor-module-service h3 {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--secondary-color);
    text-align: left;
}

.editor-module-service p {
    font-size: 14px;
    line-height: 2;
    color: #334155;
}

.editor-module-service ul {
    list-style: none;
    padding: 0;
}

.editor-module-service li {
    font-size: 14px;
    line-height: 2;
    padding: 8px 0 8px 28px;
    border-bottom: 1px solid var(--soft-border);
    position: relative;
}

.editor-module-service li::before {
    content: '▹';
    color: var(--accent-gold);
    position: absolute;
    left: 2px;
    top: 8px;
    font-size: 16px;
}

.editor-module-faq {
    background-color: #ffffff;
    padding: 20px 24px;
    border: 1px solid var(--soft-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-elevation);
    max-width: 900px;
    margin: 30px auto;
    font-family: 'Inter', sans-serif;
    width: 100%;
}

.editor-module-faq h3 {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--secondary-color);
}

.editor-module-faq h4 {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 18px;
    text-align: center;
}

.editor-module-faq ul {
    list-style: none;
    padding: 0;
    border: 1px solid #e8ecf1;
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
}

.editor-module-faq li {
    font-size: 14px;
    line-height: 2;
    padding: 16px 20px;
    transition: background-color 0.25s ease;
    border-bottom: 1px solid #e8ecf1;
    word-break: break-word;
}

.editor-module-faq li:last-child {
    border-bottom: none;
}

.editor-module-faq li:first-child {
    font-weight: 700;
    cursor: pointer;
    background-color: #f8fafc;
    color: var(--primary-color);
    position: relative;
    padding-right: 44px;
    transition: background-color 0.2s ease;
}

.editor-module-faq li:first-child:hover {
    background-color: #f1f4f9;
}

.editor-module-faq li:first-child::after {
    content: '+';
    position: absolute;
    right: 18px;
    font-size: 22px;
    line-height: 1.2;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: var(--secondary-color);
    font-weight: 300;
}

.editor-module-faq li:first-child.expanded::after {
    content: '−';
    transform: translateY(-50%) rotate(0deg);
}

.editor-module-faq li:last-child {
    background-color: #ffffff;
    color: #334155;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.4s ease, opacity 0.35s ease;
}

.editor-module-faq li:last-child.active {
    max-height: 800px;
    padding: 20px 24px;
    opacity: 1;
}

.more-info {
    background-color: #FFFFFF;
    border-radius: var(--radius);
    border: 1px solid var(--soft-border);
    box-shadow: var(--shadow-elevation);
    padding: 30px 35px;
    margin-top: 30px;
    width: 100%;
}

.more-info h2 {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
}

.more-info h3 {
    font-size: 18px;
    line-height: 1.6;
    color: var(--primary-color);
}

.more-info h4 {
    font-size: 16px;
    line-height: 1.8;
    color: var(--primary-color);
}

.more-info p {
    font-size: 14px;
    line-height: 2;
    color: #475569;
    margin-bottom: 20px;
}

.more-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.more-info li {
    margin: 0;
    padding: 0;
}

.more-info a {
    display: block;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.more-info a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #FFFFFF;
    box-shadow: 0 8px 20px -6px rgba(0, 87, 179, 0.25);
    transform: translateY(-2px);
}

.init-1-1.Auxil-about.pt-140.pb-140 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#seo_public_from.pt-80.pb-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.grid-box.four {
    margin-bottom: 30px;
}

@media (max-width: 900px) {
    .content-matrix {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px !important;
        line-height: 2 !important;
    }

    .tag-page-container {
        padding: 12px 10px 20px 10px !important;
        width: 100% !important;
    }

    h1, .tag-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    h2, .tit3.font-40 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    h3, .editor-module h3, .editor-module1 h3, .editor-module-service h3, .editor-module-faq h3 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    h4, .editor-module h4, .editor-module1 h4, .editor-module-faq h4, #seo_public_from h4.font-45 {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    h5 {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    h6 {
        font-size: 14px !important;
        line-height: 2 !important;
    }

    .editor-content-1,
    .editor-module,
    .editor-module1,
    .editor-module-service,
    .editor-module-faq,
    .more-info,
    .info-column1,
    .cona.font-16 {
        font-size: 14px !important;
        line-height: 2 !important;
        padding: 15px 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        border-radius: 8px !important;
    }

    .editor-content-1 p,
    .editor-module p,
    .editor-module1 p,
    .editor-module-service p,
    .more-info p,
    .editor-module li,
    .editor-module1 li,
    .editor-module-service li,
    .editor-module-faq li,
    .info-column1 p,
    .info-column1 span,
    .editor-content-1 span,
    .editor-module span,
    .editor-module1 span {
        font-size: 14px !important;
        line-height: 2 !important;
    }

    .info-column1 table th,
    .info-column1 table td {
        width: auto !important;
        padding: 8px 10px !important;
        font-size: 14px !important;
        line-height: 2 !important;
        white-space: normal !important;
    }

    .editor-module-faq li:first-child {
        padding-right: 36px !important;
        font-size: 14px !important;
        line-height: 2 !important;
    }

    .tag-hero-section {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .tag-hero-section .hero-section-p {
        font-size: 14px !important;
        line-height: 2 !important;
        letter-spacing: 2px;
    }

    .init-1-1.Auxil-about.pt-140.pb-140 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    #seo_public_from.pt-80.pb-80 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .more-info {
        padding: 12px !important;
        margin-top: 20px !important;
    }

    .more-info ul {
        gap: 8px;
    }

    .more-info a {
        font-size: 14px !important;
        line-height: 2 !important;
        padding: 4px 12px;
    }
}

.init-1-1 .title1 span {
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
}

.init-1-1 .tit3.font-40 {
    font-size: 36px !important;
    line-height: 1.2 !important;
}

.init-1-1 .cona.font-16 {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.init-1-1 .number-Plus li .img {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.init-1-1 .number-Plus li .img img {
    width: 100% !important;
    height: auto !important;
}

.init-1-1 .number-Plus li .tit4 {
    font-size: 28px !important;
    line-height: 1.2 !important;
}

.init-1-1 .number-Plus li p {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

@media (max-width: 768px) {
    .init-1-1 .title1 span {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .init-1-1 .tit3.font-40 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .init-1-1 .cona.font-16 {
        font-size: 14px !important;
        line-height: 2 !important;
    }

    .init-1-1 .number-Plus li .img {
        width: 48px !important;
        height: 48px !important;
    }

    .init-1-1 .number-Plus li .tit4 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .init-1-1 .number-Plus li p {
        font-size: 14px !important;
        line-height: 2 !important;
    }
}