section.support {
    background: #D6F2FC;
    padding-top: clamp(14px, 1.97vw, 27px);
    padding-bottom: clamp(40px, 5.85vw, 80px);
}

.support-Box {
    width: min(1166px, calc(100% - clamp(60px, 14.65vw, 200px)));
    margin: auto;
    background: #FBFBFB;
    border-radius: 10px;
}

.breadcrumbBox {
    width: min(1166px, calc(100% - clamp(60px, 14.65vw, 200px)));
    margin: auto;
}

.support-container {
    width: clamp(300px, 71.75vw, 980px);
    margin: auto;
    padding: clamp(20px, 2.93vw, 40px) 0;
}

.support-title {
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-size: clamp(22px, 2.93vw, 40px);
    font-weight: bold;
    margin-bottom: clamp(16px, 2.19vw, 30px);
    color: #504947;
}

@media (max-width:768px) {
    .support-Box {
        width: calc(100% - 20px);
        border-radius: 8px;
    }

    .breadcrumbBox {
        width: calc(100% - 20px);
    }

    .support-container {
        width: 100%;
        padding: 20px 15px 30px;
    }

    .support-title {
        font-size: 24px;
        margin-bottom: 18px;
    }
}

.support-top {
    position: relative;
    text-align: center;
    margin-top: clamp(36px, 7.17vw, 98px);
}

.support-text {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(14px, 1.76vw, 24px);
    line-height: 1.7;
    color: #504947;
    font-weight: bold;
    margin-bottom: clamp(28px, 5.63vw, 77px);
}

.support-img img {
    width: clamp(120px, 18.82vw, 257px);
    height: auto;
    display: block;
}

.support-img {
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
}

.support-bottom {
    background: #FFF6DF;
    padding: clamp(20px, 2.93vw, 40px) clamp(24px, 4.98vw, 68px) clamp(20px, 2.93vw, 40px) clamp(40px, 9.37vw, 128px);
    display: flex;
    justify-content: center;
    gap: clamp(10px, 1.83vw, 25px);
}

.support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(200px, 27.81vw, 380px);
    height: clamp(50px, 6.29vw, 86px);
    border-radius: 10px;
    text-decoration: none;
    font-size: clamp(13px, 1.32vw, 18px);
    font-weight: bold;
    line-height: clamp(18px, 1.9vw, 26px);
    color: #fff;
    position: relative;
    border: #504947 solid 2px;
    box-shadow: 0 4px 0 #504947;
    transition: all 0.2s;
}

.support-btn:hover {
    transform: translateY(4px);
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}

.support-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-btn .icon.shield img {
    width: clamp(18px, 2.64vw, 36px);
    height: clamp(23px, 3.37vw, 46px);
    object-fit: contain;
    display: block;
}

.support-btn .icon.spanner img {
    width: clamp(25px, 3.66vw, 50px);
    height: clamp(25px, 3.66vw, 50px);
    object-fit: contain;
    display: block;
}

.support-btn--green {
    background: #13CA4D;
    gap: clamp(18px, 2.93vw, 40px);
}

.support-btn--orange {
    background: #FFBB10;
    gap: clamp(5px, 0.73vw, 10px);
}

@media (max-width: 900px) {
    .support-btn--green {
        gap: 20px;
    }

    .support-btn--orange {
        gap: 20px;
    }

    .support-text {
        font-size: 18px;
    }

    .support-bottom {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
        margin-top: 90px;
    }

    .support-btn {
        width: 100%;
        height: 70px;
        font-size: 16px;
    }
}

@media (max-width: 580px) {
    .support-img {
        position: relative;
    }

    .support-img img {
        position: absolute;
        bottom: -170px;
        left: 0;
    }

    .support-btn {
        height: 50px;
        font-size: 14px;
    }
}

.warranty-section {
    padding: clamp(22px, 4.47vw, 61px) 0;
}

.warranty-head {
    display: flex;
    align-items: center;
    gap: clamp(7px, 1.46vw, 20px);
    margin-bottom: clamp(18px, 3.51vw, 48px);
}

.warranty-head__icon {
    flex-shrink: 0;
    line-height: 1;
}

.warranty-head__icon img {
    width: clamp(18px, 3.66vw, 50px);
    height: auto;
    display: block;
}

.warranty-head__title {
    margin: 0;
    font-size: clamp(18px, 2.05vw, 28px);
    font-weight: bold;
    line-height: clamp(20px, 1.9vw, 26px);
    color: #504947;
}

.warranty-accordion {
    width: 100%;
}

.warranty-toggle {
    width: 100%;
    min-height: clamp(40px, 4.39vw, 60px);
    padding: clamp(10px, 1.24vw, 17px);
    border: 2px solid #504947;
    border-radius: 5px;
    background: #10CAF4;
    box-shadow: 0 2px 0 #504947;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: opacity 0.25s ease;
    margin-bottom: clamp(22px, 4.39vw, 60px);
}

.warranty-toggle:hover {
    opacity: 0.8;
}

.warranty-toggle__text {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(18px, 1.76vw, 24px);
    font-weight: bold;
    line-height: clamp(20px, 1.9vw, 26px);
    text-align: center;
}

.warranty-toggle__right {
    position: absolute;
    top: 50%;
    right: clamp(10px, 1.24vw, 17px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.73vw, 10px);
    color: #fff;
    font-size: clamp(12px, 1.17vw, 16px);
    font-weight: bold;
    line-height: clamp(20px, 1.9vw, 26px);
    font-family: "Zen Maru Gothic", sans-serif;
}

.warranty-toggle__arrow {
    width: 0;
    height: 0;
    border-left: clamp(4px, 0.59vw, 8px) solid transparent;
    border-right: clamp(4px, 0.59vw, 8px) solid transparent;
    border-bottom: clamp(8px, 1.02vw, 14px) solid #fff;
    transition: transform 0.25s ease;
}

.warranty-accordion:not(.is-open) .warranty-toggle__arrow {
    transform: rotate(180deg);
}

.warranty-accordion:not(.is-open) .warranty-accordion__content {
    display: none;
}

.warranty-block-title {
    background: #28529E;
    color: #fff;
    border: #504947 solid 1px;
    text-align: center;
    font-size: clamp(18px, 1.76vw, 24px);
    font-weight: bold;
    line-height: clamp(20px, 1.9vw, 26px);
    padding: clamp(5px, 0.59vw, 8px);
    margin-bottom: clamp(15px, 2.93vw, 40px);
}

.warranty-table {
    min-width: clamp(420px, 71.74vw, 980px);
    border-collapse: collapse;
    table-layout: fixed;
}

.warranty-table {
    margin-top: 0;
}

.warranty-table-wrap+.warranty-table-wrap .warranty-table {
    margin-top: clamp(22px, 4.39vw, 60px);
}

.warranty-table-wrap {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: transparent;
}

.warranty-table .warranty-table__section-row th {
    background: #D6F2FC;
    text-align: left;
    font-size: clamp(18px, 1.76vw, 24px);
    font-weight: bold;
    padding: clamp(10px, 1.46vw, 20px);
    color: #504947;
    line-height: clamp(20px, 1.9vw, 26px);
}

.warranty-table thead th {
    background: #FFF6DF;
    font-weight: bold;
    font-size: clamp(12px, 1.17vw, 16px);
    text-align: center;
}

.warranty-table tbody th {
    font-weight: bold;
}

.warranty-table th,
.warranty-table td {
    border: 1px solid #504947;
    padding: clamp(8px, 1.02vw, 14px) clamp(6px, 0.88vw, 12px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #504947;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}

.warranty-table__note {
    text-align: left;
    vertical-align: top;
}

.caution {
    font-size: 14px;
    margin-bottom: clamp(28px, 5.56vw, 76px);
    color: #504947;
    line-height: 1.2;
    margin-top: clamp(7px, 1.46vw, 20px);
}

.warranty-content {
    max-height: 0;
    overflow: hidden;
}

.guarantee-notes__list {
    list-style: decimal;
    list-style-position: outside;
    padding-left: clamp(18px, 1.32vw, 26px);
    color: #504947;
    font-size: 14px;
    line-height: clamp(20px, 1.9vw, 26px);
}

.guarantee-notes__list li {
    margin: 0;
    padding-left: clamp(2px, 0.29vw, 4px);
}

.guarantee-notes__list li::marker {
    color: #504947;
    font-weight: 400;
}

.guarantee-notes__list li {
    padding-bottom: 4px;
}

.text-red {
    color: #FF383C;
}

@media screen and (max-width: 1000px) {
    .warranty-table {
        width: 980px;
    }

    .guarantee-notes__list li {
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .warranty-head__icon img {
        width: 50px;
    }

    .warranty-head {
        gap: 10px;
        margin-bottom: 28px;
    }

    .warranty-head__title {
        font-size: 22px;
        line-height: normal;
    }

    .warranty-toggle__text {
        font-size: 20px;
    }

    .warranty-toggle__arrow {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #fff;
    }

    .warranty-accordion__content {
        padding-top: 28px;
    }

    .warranty-block-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

.warranty-section2 {
    padding: clamp(14px, 2.12vw, 29px) 0 clamp(26px, 3.95vw, 54px) 0;
}

.after-card {
    display: flex;
    border: 2px solid #504947;
    border-radius: 10px;
    overflow: hidden;
    margin-top: clamp(20px, 2.93vw, 40px);
}

.after-card:first-child {
    margin-top: 0;
}

.after-left {
    background: #10CAF4;
    width: clamp(80px, 10.62vw, 145px);
    min-width: clamp(80px, 10.62vw, 145px);
    padding: clamp(18px, 2.56vw, 35px) clamp(10px, 1.46vw, 20px) clamp(18px, 2.56vw, 35px) clamp(10px, 1.46vw, 20px);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.after-label {
    font-size: clamp(12px, 1.02vw, 14px);
    font-weight: bold;
    line-height: normal;
    font-family: "Zen Maru Gothic", sans-serif;
}

.after-num {
    font-size: clamp(24px, 3.51vw, 48px);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.03em;
    font-family: "Roboto", sans-serif;
}

.after-right {
    flex: 1;
    background: #fff;
    padding: clamp(16px, 2.2vw, 30px) clamp(20px, 2.93vw, 40px) clamp(16px, 2.2vw, 30px) clamp(20px, 2.93vw, 40px);
}

.after-right h3 {
    font-size: clamp(14px, 1.46vw, 20px);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: clamp(14px, 1.46vw, 20px);
    color: #504947;
}

.after-right p {
    line-height: 1.4;
    font-size: clamp(14px, 1.17vw, 16px);
    color: #504947;
}

@media (max-width: 995px) {
    .after-card {
        flex-direction: column;
    }

    .after-left {
        width: 100%;
        min-width: auto;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 20px;
    }

    .after-label {
        font-size: 14px;
        text-align: left;
    }

    .after-num {
        font-size: 36px;
    }

    .after-right {
        padding: 20px;
    }

    .after-right h3 {
        font-size: 18px;
    }

    .after-right p {
        font-size: 15px;
    }
}

html {
    scroll-behavior: smooth;
}