body.isweb-renewal-page {
    background: #fff;
}

body.isweb-renewal-page .wrapper {
    min-width: 0;
    overflow: hidden;
}

body.isweb-renewal-page .top-banner-box {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 48px;
    background: url("/file/resource/main/renewal2026/top-strip.jpg") center / cover no-repeat, linear-gradient(90deg, #ff5f37 0%, #ff6f70 40%, #756fe6 100%) !important;
    color: #fff;
}

body.isweb-renewal-page .top-banner-box .container {
    width: 100%;
    max-width: 1280px;
    height: 48px;
    padding: 0 18px;
    box-sizing: border-box;
}

body.isweb-renewal-page .top-banner-box ul li a {
    height: 48px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.isweb-renewal-page header.main.renewal-header {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 77px;
    border-bottom: 1px solid #ececf2;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
}

body.isweb-renewal-page header.main.renewal-header .container {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) minmax(360px, max-content);
    align-items: center;
    gap: 20px;
}

body.isweb-renewal-page .renewal-header-logo img {
    width: 93px;
    display: block;
}

body.isweb-renewal-page .renewal-mobile-menu,
body.isweb-renewal-page .renewal-mobile-mysite,
body.isweb-renewal-page .renewal-header-actions .renewal-signup {
    display: none;
}

body.isweb-renewal-page .renewal-header-nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transform: translateX(27px);
}

body.isweb-renewal-page .renewal-header-nav a,
body.isweb-renewal-page .renewal-header-actions a {
    box-sizing: border-box;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

body.isweb-renewal-page .renewal-header-nav a {
    height: 77px;
    min-width: 97px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.isweb-renewal-page .renewal-header-nav a.is-active,
body.isweb-renewal-page .renewal-nav-trigger.is-active {
    color: #ff5f37;
    font-weight: 700;
}

body.isweb-renewal-page .renewal-nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

body.isweb-renewal-page .renewal-nav-submenu {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    min-width: 160px;
    padding: 2px 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

body.isweb-renewal-page .renewal-nav-submenu:before {
    display: none;
}

body.isweb-renewal-page .renewal-nav-dropdown:hover .renewal-nav-submenu,
body.isweb-renewal-page .renewal-nav-dropdown.is-open .renewal-nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.isweb-renewal-page .renewal-nav-submenu a {
    min-width: 0;
    width: 160px;
    height: 47px;
    padding: 0 20px;
    justify-content: flex-start;
    font-size: 14px;
    color: #7f7f7f;
    background: #fff;
}

body.isweb-renewal-page .renewal-nav-submenu a:hover {
    color: #333;
    background: #fafafa;
}

body.isweb-renewal-page .renewal-header-nav a:hover,
body.isweb-renewal-page .renewal-header-actions a:hover {
    color: #ff5f37;
}

body.isweb-renewal-page .renewal-header-actions {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

body.isweb-renewal-page .renewal-header-actions .renewal-member {
    min-width: 76px;
    height: 40px;
    border: 1px solid #e3e5eb;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    pointer-events: auto;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

body.isweb-renewal-page .renewal-header-actions .renewal-member:hover {
    border-color: #ff5f37;
    background: #fff7f4;
}

body.isweb-renewal-page .renewal-header-actions .renewal-start {
    min-width: 140px;
    height: 46px;
    border-radius: 5px;
    background: #ff5f37;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: none;
    pointer-events: auto;
    transition: background-color 0.25s ease, color 0.25s ease;
}

body.isweb-renewal-page .renewal-header-actions .renewal-start:hover {
    color: #fff;
    background: #ec542e;
}

body.isweb-renewal-page .renewal-mobile-drawer {
    display: none;
}

@media (max-width: 1280px) {
    body.isweb-renewal-page header.main.renewal-header .container {
        grid-template-columns: 150px minmax(0, 1fr) minmax(300px, max-content);
    }

    body.isweb-renewal-page .renewal-header-actions {
        gap: 8px;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-member {
        min-width: 68px;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-start {
        min-width: 128px;
    }
}

main.main-renewal {
    --renewal-orange: #ff5f37;
    --renewal-purple: #7b72e9;
    --renewal-ink: #111;
    --renewal-muted: #686873;
    color: var(--renewal-ink);
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", sans-serif;
    letter-spacing: 0;
    padding-top: 125px;
    background: #fff;
}

main.main-renewal *,
main.main-renewal *:before,
main.main-renewal *:after {
    box-sizing: border-box;
}

main.main-renewal section {
    position: relative;
    margin: 0;
    padding: 0;
}

.renewal-container {
    width: min(100% - 32px, 1236px);
    margin: 0 auto;
}

.renewal-reveal {
    opacity: 0;
    transform: translateY(44px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.renewal-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

main.main-renewal .renewal-sub-hero {
    padding: 104px 0 56px;
    text-align: center;
}

.renewal-sub-kicker {
    margin: 0 0 20px;
    color: #171717;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.renewal-sub-title {
    margin: 0;
    color: #111;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: 0;
}

.renewal-sub-title strong {
    display: inline-block;
    color: transparent;
    background: linear-gradient(90deg, #ff5f37 0%, #d7609d 46%, #756fe6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    vertical-align: baseline;
    transform: translateY(2px);
}

.renewal-category-nav {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.renewal-category-nav a {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 43px;
    border: 1px solid #e2e2ea;
    border-radius: 999px;
    background: #fff;
    color: #8b8b9e !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.35s ease, border-color 0.35s ease;
}

.renewal-template-page .renewal-category-nav a,
.renewal-template-page .renewal-category-nav a span {
    font-weight: 700;
}

.renewal-category-nav a:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgb(255, 90, 47), rgb(138, 123, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.renewal-category-nav a:hover,
.renewal-category-nav a.is-active {
    border-color: transparent;
    background: linear-gradient(90deg, rgb(255, 90, 47), rgb(138, 123, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.renewal-category-nav a:hover:before,
.renewal-category-nav a.is-active:before {
    opacity: 1;
}

.renewal-footer {
    margin-top: 0;
    padding: 50px 0 52px;
    border-top: 1px solid #eee;
    background: #fff;
    color: #111;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

body.renewal-page-home .renewal-footer {
    margin-top: -20px;
}

.renewal-footer .renewal-container {
    width: min(calc(100% - 64px), 1588px);
    max-width: 1588px;
}

.renewal-footer-logo-row {
    margin-bottom: 38px;
}

.renewal-footer-logo img {
    width: 96px;
    display: block;
}

.renewal-footer-menu-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 72px;
    margin-bottom: 44px;
}

.renewal-footer-links {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

.renewal-footer-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 50px;
    text-align: left;
}

.renewal-footer a {
    color: #363636;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.renewal-footer a:hover {
    color: #131313;
}

.renewal-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 34px;
    align-items: start;
}

.renewal-footer-info {
    color: #747474;
    font-size: 14px;
    line-height: 2;
}

.renewal-footer-info p {
    margin: 0;
    color: #747474;
    line-height: 2 !important;
}

.renewal-footer-quick {
    position: relative;
    justify-self: end;
    width: 200px;
    height: 58px;
    margin-top: 44px;
    transform: translateX(15px);
}

.renewal-footer-quick img {
    display: block;
    width: 200px;
    height: 58px;
}

.renewal-footer-quick-link {
    position: absolute;
    top: 0;
    width: 50px;
    height: 58px;
    font-size: 0;
}

.renewal-footer-quick-link.kakao {
    left: 0;
}

.renewal-footer-quick-link.guide {
    left: 50px;
}

.renewal-footer-quick-link.share {
    left: 100px;
}

.renewal-footer-quick-link.top {
    left: 150px;
}

.renewal-footer-desktop {
    display: block;
}

.renewal-footer-mobile {
    display: none;
}

.renewal-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.renewal-support {
    padding: 5px 0 92px;
    background: #fff;
}

.renewal-support .renewal-container {
    width: min(calc(100% - 64px), 1588px);
    max-width: 1588px;
}

.renewal-support-grid {
    display: flex;
    gap: 24px;
}

.renewal-support-card {
    flex: 1;
    display: block;
    min-height: 166px;
    padding: 54px 44px;
    border-radius: 8px;
    background: #f5f5f5;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.renewal-support-card.type-gradient {
    background: linear-gradient(90deg, #ff5a2f 0%, #8a7bff 100%);
    color: #fff;
}

.renewal-support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.renewal-support-card h4 {
    display: block;
    margin: 0 0 14px;
    color: inherit;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
}

.renewal-support-card p {
    margin: 0;
    color: inherit;
    font-size: 18px;
    line-height: 1.6;
}

.renewal-support-card.type-light h4 {
    color: #121212;
}

.renewal-support-card.type-light p {
    color: #555;
}

.renewal-support-card.type-gradient h4,
.renewal-support-card.type-gradient p {
    color: #fff;
}

.renewal-notice-page .renewal-sub-hero {
    padding-bottom: 54px;
}

main.main-renewal .renewal-notice-section {
    padding: 0 0 72px;
    background: #fff;
}

.renewal-notice-section .renewal-container {
    width: min(calc(100% - 64px), 1400px);
    max-width: 1400px;
}

.renewal-notice-support .renewal-container {
    width: min(calc(100% - 64px), 1400px);
    max-width: 1400px;
}

.renewal-notice-view-section .renewal-container {
    width: min(calc(100% - 64px), 1236px);
    max-width: 1236px;
}

.renewal-notice-tools {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 22px;
}

.renewal-notice-search {
    position: relative;
    width: 316px;
}

.renewal-notice-search input {
    width: 100%;
    height: 42px;
    padding: 0 38px 0 0;
    border: 0;
    border-bottom: 1px solid #d9d9dd;
    border-radius: 0;
    background: transparent;
    color: #222;
    font-size: 14px;
    line-height: 42px;
    outline: none;
}

.renewal-notice-search input::placeholder {
    color: #b8bac0;
}

.renewal-notice-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #c8cad0;
    cursor: pointer;
    font-size: 18px;
}

.renewal-notice-table-wrap {
    border-top: 1px solid #262626;
}

.renewal-notice-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.renewal-notice-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.renewal-notice-table th,
.renewal-notice-table td {
    height: 72px;
    padding: 0 24px;
    border-bottom: 1px solid #ededf0;
    color: #363636;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    vertical-align: middle;
}

.renewal-notice-table th {
    height: 58px;
    color: #363636;
    font-weight: 500;
    text-align: center;
}

.renewal-notice-table th:nth-child(1) {
    width: 120px;
}

.renewal-notice-table th:nth-child(2) {
    width: 160px;
}

.renewal-notice-table th:nth-child(4) {
    width: 170px;
}

.renewal-notice-table tbody tr:hover {
    background: #fafafa;
}

.renewal-notice-table .notice-no {
    width: 120px;
    padding-left: 24px;
    padding-right: 24px;
    color: #363636;
    text-align: center;
}

.renewal-notice-table .notice-type {
    width: 160px;
    padding-left: 24px;
    padding-right: 24px;
    color: #5d5d5d;
    font-weight: 500;
    text-align: center;
}

.renewal-notice-table .notice-title {
    padding-left: 14px;
    text-align: left;
}

.renewal-notice-table .notice-title a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.renewal-notice-table .notice-title a:hover {
    color: #ff5f37;
}

.renewal-notice-table .notice-date {
    width: 170px;
    color: #363636;
    text-align: center;
}

.renewal-notice-table .notice-empty {
    height: 160px;
    color: #8e9097;
    text-align: center;
}

.renewal-notice-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 42px 0 0;
}

.renewal-notice-pagination a,
.renewal-notice-pagination span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #777a82;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.renewal-notice-pagination a:hover {
    color: #222;
}

.renewal-notice-pagination .is-active {
    background: #f7f7f7;
    color: #222;
    font-weight: 700;
}

.renewal-notice-pagination .renewal-notice-page-arrow {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: transparent;
    font-size: 0;
}

.renewal-notice-pagination .renewal-notice-page-arrow span {
    display: none;
}

.renewal-notice-pagination .renewal-notice-page-arrow:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #c7c9cf;
    border-left: 2px solid #c7c9cf;
}

.renewal-notice-pagination .renewal-notice-page-arrow.is-prev:before {
    transform: rotate(-45deg);
}

.renewal-notice-pagination .renewal-notice-page-arrow.is-next:before {
    transform: rotate(135deg);
}

.renewal-notice-pagination .renewal-notice-page-arrow:not(.is-disabled):hover {
    background: transparent;
}

.renewal-notice-pagination .renewal-notice-page-arrow:not(.is-disabled):hover:before {
    border-color: #222;
}

.renewal-notice-pagination .renewal-notice-page-arrow.is-disabled {
    pointer-events: none;
    opacity: 0.55;
}

main.main-renewal .renewal-notice-support {
    padding: 28px 0 92px;
}

.renewal-notice-support .renewal-support-card h4,
.renewal-notice-support .renewal-support-card p {
    font-weight: 700;
}

.renewal-notice-view-section {
    padding: 0 0 88px;
    background: #fff;
}

.renewal-notice-view {
    border-top: 1px solid #111;
}

.renewal-notice-view-head {
    padding: 38px 70px 36px;
    border-bottom: 1px solid #ededf0;
}

.renewal-notice-view-head h2 {
    margin: 0 0 18px;
    color: #222;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 800;
    word-break: keep-all;
}

.renewal-notice-view-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #8b8d95;
    font-size: 14px;
    font-weight: 500;
}

.renewal-notice-view-body {
    min-height: 360px;
    padding: 54px 70px 58px;
    border-bottom: 1px solid #ededf0;
    color: #202020;
    font-size: 16px;
    line-height: 1.8;
}

.renewal-notice-view-body img {
    max-width: 100%;
    height: auto;
}

.renewal-notice-neighbor {
    border-bottom: 1px solid #ededf0;
}

.renewal-notice-neighbor a,
.renewal-notice-neighbor > span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-height: 64px;
    padding: 0 70px;
    border-top: 1px solid #ededf0;
    color: #252525;
    text-decoration: none;
}

.renewal-notice-neighbor a:first-child,
.renewal-notice-neighbor > span:first-child {
    border-top: 0;
}

.renewal-notice-neighbor span span,
.renewal-notice-neighbor a span {
    color: #222;
    font-size: 13px;
}

.renewal-notice-neighbor strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.renewal-notice-neighbor a:hover strong {
    color: #ff5f37;
}

.renewal-notice-neighbor .is-disabled {
    color: #a9abb2;
}

.renewal-notice-view-actions {
    display: flex;
    justify-content: center;
    margin: 48px 0 0;
}

.renewal-notice-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 54px;
    border-radius: 8px;
    background: #ff5f37;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

main.main-renewal .renewal-guide-section {
    padding: 0 0 108px;
    background: #fff;
}

.renewal-guide-page .renewal-sub-hero {
    padding-bottom: 64px;
}

.renewal-guide-section .renewal-container {
    width: min(calc(100% - 64px), 1400px);
    max-width: 1400px;
}

.renewal-guide-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 42px;
    margin: 0 0 34px;
    color: #c9cbd0;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.renewal-guide-tabs.has-subtabs {
    margin-bottom: 84px;
}

.renewal-guide-tabs a {
    color: inherit;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.renewal-guide-tabs a:hover,
.renewal-guide-tabs a.is-active {
    color: #ff5f37;
    font-weight: 800;
}

.renewal-guide-tab-group {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.renewal-guide-subtabs {
    position: absolute;
    left: 0;
    top: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    margin: 0;
    color: #c9cbd0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.renewal-guide-subtabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.renewal-guide-subtabs a:hover {
    color: #ff5f37;
}

.renewal-guide-subtabs a.is-active {
    min-width: 82px;
    padding: 0 24px;
    border-radius: 999px;
    background: #ff6a4a;
    color: #fff;
}

.renewal-guide-table-wrap {
    border-top: 1px solid #262626;
}

.renewal-guide-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.renewal-guide-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.renewal-guide-table th,
.renewal-guide-table td {
    height: 76px;
    padding: 0 24px;
    border-bottom: 1px solid #ededf0;
    color: #363636;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    vertical-align: middle;
}

.renewal-guide-table th {
    height: 58px;
    color: #363636;
    font-weight: 500;
    text-align: center;
}

.renewal-guide-table th:nth-child(1),
.renewal-guide-table .guide-no {
    width: 120px;
}

.renewal-guide-table th:nth-child(2),
.renewal-guide-table .guide-type {
    width: 220px;
}

.renewal-guide-table tbody tr:hover {
    background: #fafafa;
}

.renewal-guide-table .guide-no {
    color: #363636;
    text-align: center;
}

.renewal-guide-table .guide-type {
    color: #5d5d5d;
    text-align: center;
}

.renewal-guide-table .guide-title {
    padding-left: 46px;
    text-align: left;
}

.renewal-guide-table .guide-title a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.renewal-guide-table .guide-title a:hover {
    color: #ff5f37;
}

.renewal-guide-table .guide-empty {
    height: 160px;
    color: #8e9097;
    text-align: center;
}

.renewal-guide-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 54px 0 0;
}

.renewal-guide-pagination a,
.renewal-guide-pagination span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #777a82;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.renewal-guide-pagination a:hover {
    color: #222;
}

.renewal-guide-pagination .is-active {
    background: #f7f7f7;
    color: #222;
    font-weight: 700;
}

.renewal-guide-pagination .renewal-guide-page-arrow {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: transparent;
    font-size: 0;
}

.renewal-guide-pagination .renewal-guide-page-arrow span {
    display: none;
}

.renewal-guide-pagination .renewal-guide-page-arrow:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #c7c9cf;
    border-left: 2px solid #c7c9cf;
}

.renewal-guide-pagination .renewal-guide-page-arrow.is-prev:before {
    transform: rotate(-45deg);
}

.renewal-guide-pagination .renewal-guide-page-arrow.is-next:before {
    transform: rotate(135deg);
}

.renewal-guide-pagination .renewal-guide-page-arrow:not(.is-disabled):hover {
    background: transparent;
}

.renewal-guide-pagination .renewal-guide-page-arrow:not(.is-disabled):hover:before {
    border-color: #222;
}

.renewal-guide-pagination .renewal-guide-page-arrow.is-disabled {
    pointer-events: none;
    opacity: 0.55;
}

main.main-renewal .renewal-guide-view-section {
    padding: 0 0 100px;
    background: #fff;
}

.renewal-guide-view-section .renewal-container {
    width: min(calc(100% - 64px), 1400px);
    max-width: 1400px;
}

.renewal-guide-view {
    border-top: 1px solid #111;
}

.renewal-guide-view-head {
    padding: 34px 34px 32px;
    border-bottom: 1px solid #ededf0;
}

.renewal-guide-view-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.renewal-guide-view-title-row span {
    flex: 0 0 auto;
    color: #4b4d54;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}

.renewal-guide-view-title-row h2 {
    min-width: 0;
    margin: 0;
    color: #202020;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.renewal-guide-view-head time {
    display: block;
    margin-top: 18px;
    color: #777a82;
    font-size: 14px;
    line-height: 1.45;
}

.renewal-guide-view-body {
    min-height: 520px;
    padding: 58px 34px 70px;
    border-bottom: 1px solid #ededf0;
    color: #202020;
    font-size: 16px;
    line-height: 1.8;
}

.renewal-guide-view-content {
    max-width: 760px;
}

.renewal-guide-view-content img {
    max-width: 100%;
    height: auto;
}

.renewal-guide-view-content h1,
.renewal-guide-view-content h2,
.renewal-guide-view-content h3 {
    margin-top: 42px;
    margin-bottom: 12px;
    color: #202020;
    line-height: 1.4;
    font-weight: 800;
}

.renewal-guide-view-content h1:first-child,
.renewal-guide-view-content h2:first-child,
.renewal-guide-view-content h3:first-child {
    margin-top: 0;
}

.renewal-guide-neighbor {
    border-bottom: 1px solid #ededf0;
}

.renewal-guide-neighbor a,
.renewal-guide-neighbor > span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-height: 64px;
    padding: 0 34px;
    border-top: 1px solid #ededf0;
    color: #252525;
    text-decoration: none;
}

.renewal-guide-neighbor a:first-child,
.renewal-guide-neighbor > span:first-child {
    border-top: 0;
}

.renewal-guide-neighbor span span,
.renewal-guide-neighbor a span {
    color: #222;
    font-size: 13px;
}

.renewal-guide-neighbor strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.renewal-guide-neighbor a:hover strong {
    color: #ff5f37;
}

.renewal-guide-neighbor .is-disabled {
    color: #a9abb2;
}

.renewal-guide-view-actions {
    display: flex;
    justify-content: center;
    margin: 48px 0 0;
}

.renewal-guide-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 54px;
    border-radius: 8px;
    background: #ff5f37;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.renewal-guide-view-actions a:hover {
    background: #eb4f2d;
    color: #fff;
}

main.main-renewal .renewal-faq-section {
    padding: 0 0 96px;
    background: #fff;
}

.renewal-faq-section .renewal-container {
    width: min(calc(100% - 64px), 1400px);
    max-width: 1400px;
}

.renewal-faq-tabs {
    display: flex;
    gap: 42px;
    margin: 0 0 34px;
    color: #c9cbd0;
    font-size: 17px;
    line-height: 1.4;
}

.renewal-faq-tabs a {
    color: inherit;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.renewal-faq-tabs a.is-active {
    color: #ff5f37;
    font-weight: 800;
}

.renewal-faq-tabs a:hover {
    color: #ff5f37;
    font-weight: 800;
}

.renewal-faq-table-wrap {
    border-top: 1px solid #262626;
}

.renewal-faq-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.renewal-faq-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.renewal-faq-table th {
    height: 58px;
    border-bottom: 1px solid #ececf0;
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.renewal-faq-table td {
    height: 72px;
    border-bottom: 1px solid #ececf0;
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.renewal-faq-table th:nth-child(1),
.renewal-faq-table .faq-no {
    width: 78px;
}

.renewal-faq-table th:nth-child(2),
.renewal-faq-table .faq-type {
    width: 150px;
}

.renewal-faq-table .faq-type {
    color: #5d5d5d;
}

.renewal-faq-table th:nth-child(4),
.renewal-faq-table .faq-author {
    width: 150px;
}

.renewal-faq-table th:nth-child(5),
.renewal-faq-table .faq-state {
    width: 130px;
}

.renewal-faq-table th:nth-child(6),
.renewal-faq-table .faq-date {
    width: 150px;
}

.renewal-faq-table .faq-title {
    text-align: left;
}

.renewal-faq-table .faq-title a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.renewal-faq-table .faq-title a:hover {
    color: #ff5f37;
}

.renewal-faq-table .faq-lock {
    display: inline-block;
    margin-right: 12px;
    color: #c9cbd0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
}

.renewal-faq-table .faq-lock:before,
.renewal-faq-neighbor i:before {
    content: "\f023";
}

.renewal-faq-table .faq-state span,
.renewal-faq-view-meta span.is-done,
.renewal-faq-view-meta span.is-wait {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 28px;
    padding: 0 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.renewal-faq-table .faq-state .is-done,
.renewal-faq-view-meta span.is-done {
    background: #ff5f37;
}

.renewal-faq-table .faq-state .is-wait,
.renewal-faq-view-meta span.is-wait {
    background: #bfc1c8;
}

.renewal-faq-table .faq-empty {
    height: 180px;
    color: #8e9097;
    text-align: center;
}

.renewal-faq-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin: 44px 0 0;
}

.renewal-faq-pagination {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 26px;
}

.renewal-faq-pagination a,
.renewal-faq-pagination span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #777a82;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.renewal-faq-pagination a:hover {
    color: #222;
}

.renewal-faq-pagination .is-active {
    background: #f7f7f7;
    color: #222;
    font-weight: 700;
}

.renewal-faq-pagination .renewal-faq-page-arrow {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: transparent;
    font-size: 0;
}

.renewal-faq-pagination .renewal-faq-page-arrow span {
    display: none;
}

.renewal-faq-pagination .renewal-faq-page-arrow:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #c7c9cf;
    border-left: 2px solid #c7c9cf;
}

.renewal-faq-pagination .renewal-faq-page-arrow.is-prev:before {
    transform: rotate(-45deg);
}

.renewal-faq-pagination .renewal-faq-page-arrow.is-next:before {
    transform: rotate(135deg);
}

.renewal-faq-pagination .renewal-faq-page-arrow:not(.is-disabled):hover {
    background: transparent;
}

.renewal-faq-pagination .renewal-faq-page-arrow:not(.is-disabled):hover:before {
    border-color: #222;
}

.renewal-faq-pagination .renewal-faq-page-arrow.is-disabled {
    pointer-events: none;
    opacity: 0.55;
}

.renewal-faq-actions {
    grid-column: 3;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.renewal-faq-actions a,
.renewal-faq-form-actions a,
.renewal-faq-form-actions button,
.renewal-faq-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 40px;
    padding: 0 22px;
    border: 1px solid #d7d8dd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.renewal-faq-actions .type-dark {
    border-color: #222;
    background: #222;
    color: #fff;
}

.renewal-faq-actions a:hover,
.renewal-faq-form-actions a:hover,
.renewal-faq-view-actions .type-light:hover {
    border-color: #ff5f37;
    color: #ff5f37;
}

main.main-renewal .renewal-faq-view-section,
main.main-renewal .renewal-faq-write-section {
    padding: 0 0 88px;
    background: #fff;
}

.renewal-faq-view-section .renewal-container,
.renewal-faq-write-section .renewal-container {
    width: min(calc(100% - 64px), 980px);
    max-width: 980px;
}

.renewal-faq-view {
    border-top: 2px solid #1c1c1c;
}

.renewal-faq-view-head {
    padding: 26px 0 24px;
    border-bottom: 1px solid #ececf0;
}

.renewal-faq-view-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.renewal-faq-view-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 4px;
    background: #ff5f37;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.renewal-faq-view-head h2 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #222;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 800;
}

.renewal-faq-view-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    color: #8b8d94;
    font-size: 14px;
    font-weight: 700;
}

.renewal-faq-view-body {
    padding: 34px 0 28px;
    border-bottom: 1px solid #ececf0;
}

.renewal-faq-view-info {
    display: grid;
    gap: 6px;
    margin-bottom: 30px;
    color: #555860;
    font-size: 14px;
    line-height: 1.7;
}

.renewal-faq-view-info p {
    display: flex;
    gap: 10px;
    margin: 0;
}

.renewal-faq-view-info strong {
    min-width: 72px;
    color: #222;
    font-weight: 800;
}

.renewal-faq-view-content {
    min-height: 130px;
    color: #333;
    font-size: 16px;
    line-height: 1.85;
}

.renewal-faq-replies {
    padding: 26px 0 0;
}

.renewal-faq-reply {
    padding: 26px 30px;
    background: #fff6f5;
    color: #333;
}

.renewal-faq-reply + .renewal-faq-reply {
    margin-top: 8px;
}

.renewal-faq-reply-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    color: #ff5f37;
    font-size: 14px;
    font-weight: 800;
}

.renewal-faq-reply-meta time {
    color: #ff8a6d;
    font-size: 13px;
    font-weight: 700;
}

.renewal-faq-reply p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.renewal-faq-reply.is-empty {
    background: #fafafa;
}

.renewal-faq-reply-form {
    position: relative;
    margin-top: 16px;
}

.renewal-faq-reply-form textarea {
    width: 100%;
    min-height: 142px;
    padding: 20px 72px 20px 20px;
    border: 1px solid #ececf0;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    resize: vertical;
}

.renewal-faq-reply-form button {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 32px;
    border: 0;
    border-radius: 3px;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.renewal-faq-neighbor {
    margin-top: 28px;
    border-top: 1px solid #ececf0;
}

.renewal-faq-neighbor a,
.renewal-faq-neighbor > span {
    display: flex;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #ececf0;
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.renewal-faq-neighbor span span,
.renewal-faq-neighbor a span {
    width: 38px;
    color: #111;
    text-align: center;
}

.renewal-faq-neighbor i {
    width: 28px;
    color: #c8c9ce;
    font-family: FontAwesome;
    font-style: normal;
}

.renewal-faq-neighbor strong {
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.renewal-faq-neighbor .is-disabled {
    color: #a2a4aa;
}

.renewal-faq-view-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 44px 0 0;
}

.renewal-faq-view-actions .type-primary,
.renewal-faq-form-actions button {
    min-width: 148px;
    border-color: #ff5f37;
    background: #ff5f37;
    color: #fff;
}

.renewal-faq-view-actions .type-primary:hover,
.renewal-faq-form-actions button:hover {
    border-color: #eb4f28;
    background: #eb4f28;
}

.renewal-faq-form {
    border-top: 2px solid #1c1c1c;
    padding-top: 28px;
}

.renewal-faq-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
}

.renewal-faq-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.renewal-faq-field.is-full {
    margin-bottom: 24px;
}

.renewal-faq-field label {
    color: #222;
    font-size: 15px;
    font-weight: 800;
}

.renewal-faq-field label span {
    color: #ff5f37;
}

.renewal-faq-field input,
.renewal-faq-field select {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #e4e5e9;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-size: 14px;
    outline: none;
}

.renewal-faq-field input::placeholder {
    color: #b5b7be;
}

.renewal-faq-field input:focus,
.renewal-faq-field input.is-error,
.renewal-faq-field select:focus,
.renewal-faq-field select.is-error {
    border-color: #ff5f37;
}

.renewal-faq-editor {
    margin-top: 28px;
}

.renewal-faq-editor .fr-box.fr-basic .fr-wrapper {
    min-height: 300px;
    border-color: #e4e5e9;
}

.renewal-faq-editor .fr-toolbar {
    border-top: 2px solid #1c1c1c;
    border-color: #1c1c1c #e4e5e9 #e4e5e9;
}

.renewal-faq-agree {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    margin-top: 22px;
    color: #555860;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.renewal-faq-agree input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.renewal-faq-check {
    display: block;
    flex: 0 0 18px;
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #d2d5dc;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.renewal-faq-check::after {
    display: none;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

.renewal-faq-agree input:checked + .renewal-faq-check {
    border-color: #ff5f37;
    background: #ff5f37;
}

.renewal-faq-agree input:checked + .renewal-faq-check::after {
    display: block;
}

.renewal-faq-agree input:focus + .renewal-faq-check {
    box-shadow: 0 0 0 3px rgba(255, 95, 55, 0.18);
}

.renewal-faq-agree-text {
    flex: 1;
    min-width: 0;
}

.renewal-faq-agree b {
    color: #ff5f37;
}

.renewal-faq-form-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}

.renewal-faq-toast {
    position: fixed;
    top: 118px;
    left: 50%;
    z-index: 50;
    min-width: 320px;
    padding: 18px 24px;
    border-radius: 8px;
    background: rgba(17, 17, 17, 0.88);
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

.renewal-faq-alert {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 1000;
    padding: 24px;
}

.renewal-faq-alert.is-open {
    display: flex;
}

.renewal-faq-alert-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.46);
}

.renewal-faq-alert-panel {
    position: relative;
    width: min(100%, 360px);
    padding: 32px 28px 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(20, 22, 28, 0.18);
    color: #222;
    text-align: center;
    outline: none;
}

.renewal-faq-alert-panel strong {
    display: block;
    color: #222;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.renewal-faq-alert-panel p {
    margin: 14px 0 24px;
    color: #555860;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.renewal-faq-alert-panel button {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: #ff5f37;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease;
}

.renewal-faq-alert-panel button:hover,
.renewal-faq-alert-panel button:focus {
    background: #eb4f28;
    outline: none;
}

.renewal-faq-toast p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.renewal-faq-page .incor {
    min-height: 18px;
    color: #ff5f37;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    body.isweb-renewal-page .top-banner-box {
        height: 42px;
    }

    body.isweb-renewal-page .top-banner-box ul li a {
        height: 42px;
        font-size: 12px;
    }

    body.isweb-renewal-page header.main.renewal-header {
        top: 42px;
        height: auto;
    }

    body.isweb-renewal-page header.main.renewal-header .container {
        min-height: 66px;
        padding: 0 16px;
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 12px;
    }

    body.isweb-renewal-page .renewal-header-nav {
        display: none;
    }

    body.isweb-renewal-page .renewal-header-actions {
        gap: 10px;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-contact {
        display: none;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-start {
        min-width: 116px;
        height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-member {
        min-width: 66px;
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    main.main-renewal {
        padding-top: 108px;
    }

    main.main-renewal .renewal-sub-hero {
        padding: 76px 0 44px;
    }

    .renewal-sub-title {
        font-size: 40px;
    }

    .renewal-footer-menu-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .renewal-footer-nav {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 26px;
    }

    .renewal-footer-bottom {
        grid-template-columns: 1fr;
    }

    .renewal-footer-quick {
        margin-top: 16px;
    }
}

@media (max-width: 640px) {
    body.isweb-renewal-page .top-banner-box {
        height: 39px !important;
    }

    body.isweb-renewal-page .top-banner-box .container {
        height: 39px !important;
        padding: 0 12px !important;
    }

    body.isweb-renewal-page .top-banner-box ul li a {
        height: 39px !important;
        padding: 0 !important;
        text-align: center;
        white-space: normal;
        word-break: keep-all;
        font-size: 11px !important;
        line-height: 1.25;
    }

    body.isweb-renewal-page header.main.renewal-header {
        top: 39px !important;
        height: 119px !important;
        border-bottom: 0 !important;
        background: #fff !important;
        backdrop-filter: none !important;
    }

    body.isweb-renewal-page header.main.renewal-header .container {
        min-height: 119px !important;
        height: 119px !important;
        padding: 0 24px !important;
        display: grid !important;
        grid-template-columns: 28px minmax(0, 1fr) auto !important;
        grid-template-rows: 74px 45px !important;
        column-gap: 16px !important;
        row-gap: 0 !important;
        align-items: center !important;
        justify-content: normal !important;
    }

    body.isweb-renewal-page .renewal-mobile-menu {
        position: relative !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 28px !important;
        height: 28px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        cursor: default;
    }

    body.isweb-renewal-page .renewal-mobile-menu img {
        width: 31px;
        height: 26px;
        display: block;
    }

    body.isweb-renewal-page .renewal-header-logo {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: start !important;
    }

    body.isweb-renewal-page .renewal-header-logo img {
        width: 86px !important;
    }

    body.isweb-renewal-page .renewal-header-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        gap: 0 !important;
        justify-self: end !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-member {
        min-width: 0 !important;
        height: auto !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #5b5b5b !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-member:hover {
        background: transparent !important;
        border-color: transparent !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-signup,
    body.isweb-renewal-page .renewal-header-actions.is-logged-in .renewal-member,
    body.isweb-renewal-page .renewal-header-actions.is-logged-in .renewal-start {
        display: none !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-logout:before {
        content: "|";
        margin: 0 6px;
        color: #a7a7a7;
        font-weight: 400;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-start,
    body.isweb-renewal-page .renewal-header-actions .renewal-mobile-mysite {
        min-width: 102px !important;
        height: 36px !important;
        margin-left: 17px !important;
        padding: 0 13px !important;
        border-radius: 4px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ff5f37 !important;
        color: #fff !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-mobile-mysite {
        min-width: 118px !important;
        margin-left: 0 !important;
    }

    body.isweb-renewal-page .renewal-header-nav {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: calc(100% + 48px) !important;
        height: 45px !important;
        margin-left: -24px !important;
        padding: 0 22px !important;
        border-top: 1px solid #f2f2f2 !important;
        display: flex !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        transform: none !important;
        overflow: visible !important;
    }

    body.isweb-renewal-page .renewal-header-nav a,
    body.isweb-renewal-page .renewal-nav-trigger {
        min-width: 0 !important;
        height: 45px !important;
        padding: 0 !important;
        color: #242424 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    body.isweb-renewal-page .renewal-header-nav a.is-active,
    body.isweb-renewal-page .renewal-nav-trigger.is-active {
        color: #ff5f37 !important;
        font-weight: 700 !important;
    }

    body.isweb-renewal-page .renewal-nav-submenu {
        display: none !important;
    }

    body.isweb-renewal-menu-open {
        overflow: hidden !important;
    }

    body.isweb-renewal-page .renewal-mobile-menu {
        cursor: pointer !important;
    }

    body.isweb-renewal-page .renewal-mobile-drawer {
        position: fixed;
        inset: 0;
        z-index: 1400;
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease, visibility 0.22s ease;
    }

    body.isweb-renewal-page .renewal-mobile-drawer.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-dim {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.28);
        opacity: 0;
        transition: opacity 0.22s ease;
    }

    body.isweb-renewal-page .renewal-mobile-drawer.is-open .renewal-mobile-drawer-dim {
        opacity: 1;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-panel {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(68vw, 340px);
        max-width: calc(100vw - 96px);
        min-width: 248px;
        padding: 36px 24px 22px;
        background: #fff;
        box-shadow: 12px 0 32px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.26s ease;
    }

    body.isweb-renewal-page .renewal-mobile-drawer.is-open .renewal-mobile-drawer-panel {
        transform: translateX(0);
    }

    body.isweb-renewal-page .renewal-mobile-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 22px;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-logo img {
        width: 86px;
        display: block;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-close {
        position: relative;
        width: 28px;
        height: 28px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-close:before,
    body.isweb-renewal-page .renewal-mobile-drawer-close:after {
        content: "";
        position: absolute;
        top: 13px;
        left: 7px;
        width: 14px;
        height: 1.5px;
        border-radius: 999px;
        background: #111;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-close:before {
        transform: rotate(45deg);
    }

    body.isweb-renewal-page .renewal-mobile-drawer-close:after {
        transform: rotate(-45deg);
    }

    body.isweb-renewal-page .renewal-mobile-drawer-account {
        margin-bottom: 18px;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-account.is-member strong {
        display: block;
        margin-bottom: 4px;
        color: #222;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.35;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-account.is-member span {
        display: block;
        margin-bottom: 18px;
        color: #696a70;
        font-size: 12px;
        line-height: 1.35;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-login,
    body.isweb-renewal-page .renewal-mobile-drawer-start {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-login {
        margin-bottom: 9px;
        border: 1px solid #ececf0;
        background: #fff;
        color: #565861;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-start {
        border: 1px solid #ff5f37;
        background: #ff5f37;
        color: #fff;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-nav {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 7px;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-nav > a,
    body.isweb-renewal-page .renewal-mobile-drawer-group-toggle {
        width: 100%;
        min-height: 42px;
        padding: 0 2px;
        border: 0;
        background: transparent;
        color: #202124;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.4;
        text-align: left;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-nav > a.is-active,
    body.isweb-renewal-page .renewal-mobile-drawer-group-toggle.is-active {
        color: #ff5f37;
        font-weight: 800;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-group-toggle {
        cursor: pointer;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-group-toggle i {
        position: relative;
        width: 18px;
        height: 18px;
        display: block;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-group-toggle i:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 5px;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid #111;
        border-bottom: 1.5px solid #111;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-group.is-open .renewal-mobile-drawer-group-toggle i:before {
        top: 8px;
        transform: rotate(-135deg);
    }

    body.isweb-renewal-page .renewal-mobile-drawer-sub {
        display: none;
        padding: 2px 0 8px 10px;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-group.is-open .renewal-mobile-drawer-sub {
        display: block;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-sub a {
        height: 28px;
        color: #b3b5bc;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-mypage {
        margin: 26px -24px 0;
        padding: 28px 24px 0;
        border-top: 1px solid #f0f0f2;
        display: flex;
        flex-direction: column;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-mypage strong {
        margin-bottom: 17px;
        color: #222;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.35;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-mypage a {
        min-height: 37px;
        color: #26272d;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-footer {
        margin: auto -24px 0;
        padding: 20px 24px 0;
        border-top: 1px solid #f0f0f2;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-footer a {
        min-height: 34px;
        color: #222;
        font-size: 11px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-footer a span {
        width: 16px;
        height: 16px;
        background: url("/file/resource/main/renewal2026/logout-exit.svg?v=20260619") center / contain no-repeat;
    }

    body.isweb-renewal-page .renewal-mobile-drawer-footer a span:before {
        display: none;
    }

    body.isweb-renewal-page main.main-renewal {
        padding-top: 158px !important;
    }

    .renewal-container {
        width: min(100% - 24px, 1236px);
    }

    main.main-renewal .renewal-sub-hero {
        padding: 62px 0 34px;
    }

    .renewal-sub-kicker {
        font-size: 16px;
    }

    .renewal-sub-title {
        font-size: 31px;
    }

    .renewal-category-nav {
        gap: 8px;
    }

    .renewal-category-nav a {
        width: calc(50% - 6px);
        max-width: 150px;
        height: 40px;
        font-size: 12px;
    }

    .renewal-footer {
        padding: 18px 0 28px;
        border-top: 0;
    }

    .renewal-footer .renewal-container {
        width: calc(100% - 48px);
        max-width: none;
    }

    .renewal-footer-desktop {
        display: none;
    }

    .renewal-footer-mobile {
        display: block;
    }

    .renewal-footer-mobile-logo {
        display: inline-block;
        padding-top: 4px;
    }

    .renewal-footer-mobile-logo img {
        width: 112px;
        height: auto;
        display: block;
    }

    .renewal-footer-mobile-info {
        margin-top: 30px;
        color: #747474;
        font-size: 11px;
        line-height: 1.5;
        word-break: normal;
        overflow-wrap: normal;
    }

    .renewal-footer-mobile-info p {
        margin: 0 0 7px;
        font-size: inherit;
        line-height: 1.5;
    }

    .renewal-footer-mobile-info a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .renewal-footer-mobile-info span {
        margin: 0 7px;
        color: #8a8a8a;
    }

    .renewal-footer-mobile-business span {
        display: block;
        margin: 0;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: 2;
    }

    .renewal-footer-mobile-company,
    .renewal-footer-mobile-heading {
        color: #3b3b3b;
        font-weight: 800;
    }

    .renewal-footer-mobile-company {
        margin-bottom: 13px !important;
        font-size: 12px !important;
        line-height: 1.5;
    }

    .renewal-footer-mobile-heading {
        margin-top: 12px !important;
        font-size: 12px !important;
        line-height: 1.5;
        letter-spacing: 0.02em;
    }

    .renewal-footer-mobile-copy {
        margin: 31px 0 0;
        color: #3b3b3b;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.5;
    }

    .renewal-footer-mobile-bottom {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 37px;
    }

    .renewal-footer-mobile-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 14px;
        max-width: calc(100% - 98px);
    }

    .renewal-footer-mobile-links a {
        color: #333;
        font-size: 11px;
        font-weight: 800;
        line-height: 1.5;
    }

    .renewal-footer-mobile-quick {
        flex: 0 0 auto;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .renewal-footer-mobile-quick-link {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-size: 0;
    }

    .renewal-footer-mobile-quick-link.kakao {
        background: #ffe100;
    }

    .renewal-footer-mobile-quick-link.top {
        background: #f0f2f6;
    }

    .renewal-footer-mobile-quick-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 520px) and (max-width: 640px) {
    body.isweb-renewal-page .top-banner-box {
        height: 50px !important;
    }

    body.isweb-renewal-page .top-banner-box .container {
        height: 50px !important;
        padding: 0 42px !important;
    }

    body.isweb-renewal-page .top-banner-box ul li a {
        height: 50px !important;
        font-size: 13px !important;
    }

    body.isweb-renewal-page header.main.renewal-header {
        top: 50px !important;
        height: 157px !important;
    }

    body.isweb-renewal-page header.main.renewal-header .container {
        min-height: 157px !important;
        height: 157px !important;
        padding: 0 42px !important;
        grid-template-columns: 28px minmax(0, 1fr) auto !important;
        grid-template-rows: 99px 58px !important;
        column-gap: 18px !important;
    }

    body.isweb-renewal-page .renewal-header-logo img {
        width: 112px !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-member {
        font-size: 12px !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-start,
    body.isweb-renewal-page .renewal-header-actions .renewal-mobile-mysite {
        min-width: 104px !important;
        height: 36px !important;
        font-size: 11px !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-mobile-mysite {
        min-width: 120px !important;
    }

    body.isweb-renewal-page .renewal-header-nav {
        width: calc(100% + 84px) !important;
        height: 58px !important;
        margin-left: -42px !important;
        padding: 0 42px !important;
        gap: 26px !important;
    }

    body.isweb-renewal-page .renewal-header-nav a,
    body.isweb-renewal-page .renewal-nav-trigger {
        height: 58px !important;
        font-size: 13px !important;
    }

    body.isweb-renewal-page .renewal-mobile-menu {
        width: 32px !important;
    }

    body.isweb-renewal-page main.main-renewal {
        padding-top: 207px !important;
    }

    .renewal-footer .renewal-container {
        width: calc(100% - 110px);
    }

    .renewal-footer-mobile-info {
        font-size: 11px;
        line-height: 1.5;
    }

    .renewal-footer-mobile-info p {
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .renewal-footer-mobile-company {
        font-size: 12px;
    }

    .renewal-footer-mobile-heading {
        font-size: 12px;
    }

    .renewal-footer-mobile-copy {
        font-size: 12px;
    }

    .renewal-footer-mobile-links {
        flex-wrap: nowrap;
        gap: 0;
        max-width: none;
    }

    .renewal-footer-mobile-links a {
        margin-right: 19px;
        font-size: 11px;
        line-height: 1.5;
        white-space: nowrap;
    }

    .renewal-footer-mobile-links a:last-child {
        margin-right: 0;
    }

    .renewal-footer-mobile-quick-link {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 480px) {
    body.isweb-renewal-page {
        overflow-x: hidden;
    }

    .renewal-footer {
        overflow: hidden;
    }

    .renewal-footer .renewal-container {
        width: calc(100vw - 48px);
    }

    .renewal-footer-mobile-info {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .renewal-footer-mobile-info p {
        max-width: 100%;
    }

    .renewal-footer-mobile-links {
        max-width: calc(100% - 92px);
        gap: 9px 11px;
    }

    .renewal-footer-mobile-quick-link {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 390px) {
    body.isweb-renewal-page header.main.renewal-header .container {
        padding: 0 18px !important;
        column-gap: 12px !important;
    }

    body.isweb-renewal-page .renewal-mobile-menu {
        width: 30px !important;
    }

    body.isweb-renewal-page .renewal-header-nav {
        width: calc(100% + 36px) !important;
        margin-left: -18px !important;
        padding: 0 18px !important;
        gap: 17px !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-start,
    body.isweb-renewal-page .renewal-header-actions .renewal-mobile-mysite {
        min-width: 106px !important;
        margin-left: 12px !important;
        padding: 0 10px !important;
    }

    body.isweb-renewal-page .renewal-header-actions .renewal-mobile-mysite {
        min-width: 118px !important;
        margin-left: 0 !important;
    }

    body.isweb-renewal-page .renewal-header-logo img {
        width: 80px !important;
    }

    .renewal-footer .renewal-container {
        width: calc(100vw - 36px);
    }
}

@media (max-width: 768px) {
    .renewal-support-grid {
        flex-direction: column;
        gap: 14px;
    }

    .renewal-support-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .renewal-support-card h4 {
        font-size: 20px;
    }

    .renewal-support-card p {
        font-size: 15px;
    }

    .renewal-notice-section .renewal-container,
    .renewal-notice-support .renewal-container,
    .renewal-notice-view-section .renewal-container {
        width: calc(100% - 32px);
    }

    .renewal-notice-tools {
        justify-content: stretch;
    }

    .renewal-notice-search {
        width: 100%;
    }

    .renewal-notice-table,
    .renewal-notice-table thead,
    .renewal-notice-table tbody,
    .renewal-notice-table tr,
    .renewal-notice-table th,
    .renewal-notice-table td {
        display: block;
    }

    .renewal-notice-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .renewal-notice-table tr {
        padding: 18px 0;
        border-bottom: 1px solid #ededf0;
    }

    .renewal-notice-table th,
    .renewal-notice-table td {
        width: auto !important;
        height: auto;
        padding: 0;
        border-bottom: 0;
    }

    .renewal-notice-table td:before {
        content: attr(data-label);
        display: inline-block;
        min-width: 54px;
        margin-right: 12px;
        color: #94969d;
        font-size: 12px;
        font-weight: 500;
    }

    .renewal-notice-table .notice-no,
    .renewal-notice-table .notice-type,
    .renewal-notice-table .notice-date {
        margin-top: 8px;
        text-align: left;
    }

    .renewal-notice-table .notice-title {
        margin-top: 10px;
    }

    .renewal-notice-table .notice-title:before {
        display: none;
    }

    .renewal-notice-table .notice-title a {
        white-space: normal;
        line-height: 1.55;
    }

    .renewal-notice-table .notice-empty {
        padding: 42px 0;
    }

    .renewal-notice-table .notice-empty:before {
        display: none;
    }

    .renewal-notice-view-head {
        padding: 28px 0 26px;
    }

    .renewal-notice-view-head h2 {
        font-size: 19px;
    }

    .renewal-notice-view-body {
        min-height: 240px;
        padding: 34px 0 38px;
        font-size: 15px;
    }

    .renewal-notice-neighbor a,
    .renewal-notice-neighbor > span {
        min-height: 58px;
        padding: 0;
    }

    .renewal-guide-section .renewal-container,
    .renewal-guide-view-section .renewal-container {
        width: calc(100% - 32px);
    }

    .renewal-guide-page .renewal-sub-hero {
        padding-bottom: 40px;
    }

    .renewal-guide-tabs {
        gap: 18px;
        overflow-x: auto;
        padding-bottom: 6px;
        font-size: 15px;
        white-space: nowrap;
    }

    .renewal-guide-tabs a {
        font-size: 15px;
    }

    .renewal-guide-tabs.has-subtabs {
        margin-bottom: 76px;
        overflow: visible;
        padding-bottom: 0;
    }

    .renewal-guide-subtabs {
        top: 30px;
        gap: 14px;
        margin: 0;
        overflow: visible;
        font-size: 14px;
        white-space: nowrap;
    }

    .renewal-guide-subtabs a {
        font-size: 14px;
    }

    .renewal-guide-table,
    .renewal-guide-table thead,
    .renewal-guide-table tbody,
    .renewal-guide-table tr,
    .renewal-guide-table th,
    .renewal-guide-table td {
        display: block;
    }

    .renewal-guide-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .renewal-guide-table tr {
        padding: 18px 0;
        border-bottom: 1px solid #ededf0;
    }

    .renewal-guide-table th,
    .renewal-guide-table td {
        width: auto !important;
        height: auto;
        padding: 0;
        border-bottom: 0;
    }

    .renewal-guide-table td:before {
        content: attr(data-label);
        display: inline-block;
        min-width: 64px;
        margin-right: 12px;
        color: #94969d;
        font-size: 12px;
        font-weight: 500;
    }

    .renewal-guide-table .guide-no,
    .renewal-guide-table .guide-type {
        margin-top: 9px;
        text-align: left;
    }

    .renewal-guide-table .guide-title {
        margin-top: 12px;
    }

    .renewal-guide-table .guide-title:before {
        display: none;
    }

    .renewal-guide-table .guide-title a {
        white-space: normal;
        line-height: 1.55;
    }

    .renewal-guide-table .guide-empty {
        padding: 42px 0;
    }

    .renewal-guide-table .guide-empty:before {
        display: none;
    }

    .renewal-guide-view-head {
        padding: 28px 0 26px;
    }

    .renewal-guide-view-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .renewal-guide-view-title-row h2 {
        font-size: 19px;
    }

    .renewal-guide-view-body {
        min-height: 240px;
        padding: 34px 0 38px;
        font-size: 15px;
    }

    .renewal-guide-view-content {
        max-width: none;
    }

    .renewal-guide-neighbor a,
    .renewal-guide-neighbor > span {
        min-height: 58px;
        padding: 0;
    }

    .renewal-faq-section .renewal-container,
    .renewal-faq-view-section .renewal-container,
    .renewal-faq-write-section .renewal-container {
        width: calc(100% - 32px);
    }

    .renewal-faq-tabs {
        gap: 18px;
        overflow-x: auto;
        padding-bottom: 6px;
        white-space: nowrap;
    }

    .renewal-faq-table,
    .renewal-faq-table thead,
    .renewal-faq-table tbody,
    .renewal-faq-table tr,
    .renewal-faq-table th,
    .renewal-faq-table td {
        display: block;
    }

    .renewal-faq-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .renewal-faq-table tr {
        padding: 18px 0;
        border-bottom: 1px solid #ededf0;
    }

    .renewal-faq-table th,
    .renewal-faq-table td {
        width: auto !important;
        height: auto;
        padding: 0;
        border-bottom: 0;
    }

    .renewal-faq-table td:before {
        content: attr(data-label);
        display: inline-block;
        min-width: 64px;
        margin-right: 12px;
        color: #94969d;
        font-size: 12px;
        font-weight: 700;
    }

    .renewal-faq-table .faq-title:before {
        display: none;
    }

    .renewal-faq-table .faq-no,
    .renewal-faq-table .faq-type,
    .renewal-faq-table .faq-author,
    .renewal-faq-table .faq-state,
    .renewal-faq-table .faq-date {
        margin-top: 9px;
        text-align: left;
    }

    .renewal-faq-table .faq-title {
        margin-top: 12px;
    }

    .renewal-faq-table .faq-title a {
        white-space: normal;
        line-height: 1.55;
    }

    .renewal-faq-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .renewal-faq-pagination,
    .renewal-faq-actions {
        grid-column: 1;
        justify-content: center;
    }

    .renewal-faq-view-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .renewal-faq-view-head h2 {
        font-size: 19px;
    }

    .renewal-faq-view-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .renewal-faq-view-info p {
        flex-direction: column;
        gap: 2px;
    }

    .renewal-faq-reply {
        padding: 22px 20px;
    }

    .renewal-faq-neighbor a,
    .renewal-faq-neighbor > span {
        min-height: 58px;
    }

    .renewal-faq-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .renewal-faq-form-actions {
        justify-content: stretch;
    }

    .renewal-faq-form-actions a,
    .renewal-faq-form-actions button {
        flex: 1;
        min-width: 0;
    }

    .renewal-faq-toast {
        top: 96px;
        width: calc(100% - 32px);
        min-width: 0;
    }

    .renewal-faq-alert {
        padding: 18px;
    }

    .renewal-faq-alert-panel {
        padding: 30px 22px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .renewal-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
