.watt-support {
    width: 100%;
}

.watt-support__banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30.2vw;
    background: #000000 url("/wp-content/themes/watt/assets/page/support/img/banner.webp") no-repeat center/cover;
}

.watt-support__banner-inner {
    width: 100%;
    margin: 0 auto;
}

.watt-support__banner-inner-title {
    font-size: 2.5vw;
    color: #ffffff;
    line-height: 1.4em;
}

.watt-support__banner-inner-description {
    font-size: 1.04vw;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 0.52vw;
    width: 15.625vw;
}

.watt-support__content {
    display: flex;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}




/*sidebar*/
.watt-support__content-sidebar {
    position: sticky;
    display: flex;
    flex-direction: column;
    width: 16%;
    gap: 2.25em;
    margin-top: 0.9375em;
    top: 8em;
    left: 0;
    height: 100%;
}

.watt-support__content-detail {
    width: 84%;
}


/*brand*/
.watt-support__content-sidebar-item {
    font-size: 0.75em;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    line-height: 1;
}

.watt-support__content-sidebar-item--active {
    color: var(--watt-blue-dark);
    font-weight: 500;
    font-size: 1.2em;
}
.watt-support__content-sidebar-item--active.watt-support__content-sidebar-item:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1em;
    background: var(--watt-blue-dark);
    margin-right: 0.75em;
}

/*title*/
.watt-support__content-detail-brand-title {
    text-align: center;
    font-size: 1.6875em;
    color: var(--watt-blue-dark);
    font-weight: 500;
}



/*value*/
.watt-support__content-detail-value {
    padding-top: 6.25em;
}

.watt-support__content-detail-value-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 3.125em;
    gap: 1.875em;
}

.watt-support__content-detail-value-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.watt-support__content-detail-value-img {
    width: 50%;
    border-radius: 10px;
}

.watt-support__content-detail-value-text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 46%;
    height: 100%;
}
.watt-support__content-detail-value-text-wrap {
    width: 95%;
}
.watt-support__content-detail-value-text-h {
    color: var(--watt-blue-dark);
    font-size: 1.5em;
    font-weight: 500;
}

.watt-support__content-detail-value-text-p {
    display: inline-block;
    margin-top: 1em;
    line-height: 1.7em;
    font-size: 0.75em;
}


/*service*/
.watt-support__content-detail-service {
    position: relative;
}

.watt-support__content-detail-service-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0.9375em;
    margin-top: 3.125em;
}
.watt-support__content-detail-service-item {
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}

.watt-support__content-detail-service-img {
    width: 100%;
}

.watt-support__content-detail-service-p {
    padding: 0.92em 0;
    text-align: center;
    font-size: 1.5625em;
    font-weight: 500;
    color: #474747;
}


/*net*/
.watt-support__content-detail-net {
    padding-top: 6.25em;
    position: relative;
}


.watt-support__content-detail-net-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0.9375em;
    margin-top: 3.125em;
}

.watt-support__content-detail-net-item {
    position: relative;
    width: 29.16%;
    height: 25em;
    background: #ffffff no-repeat center/cover;
    border-radius: 10px;
}

.watt-support__content-detail-net-img {
    width: 32.33%;
    border-radius: 10px;
}

.watt-support__content-detail-net-text {
    position: absolute;
    bottom: 0.7em;
    left: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    color: var(--watt-white);
}

.watt-support__content-detail-net-text:before {
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 1.5em;
    background: var(--watt-blue-dark);
    margin-right: 0.5em;
}







@media(max-width: 800px) {
    /*banner*/
    .watt-support__banner {
        background-image: url("/wp-content/themes/watt/assets/page/support/img/banner-m.webp");
        height: 56.25vw;
        align-items: end;
        padding-bottom: 5.75vw;
    }
    .watt-support__banner-inner-title {
        font-size: 3.875vw;
    }
    .watt-support__banner-inner-description {
        font-size: 1.875vw;
        margin-top: 1.25vw;
        width: 100%;
    }
    .watt-support__content {
        padding-top: 0em;
    }

    /*sidebar*/
    .watt-support__content-sidebar {
        display: none;
    }
    .watt-support__content-detail {
        width: 100%;
    }

    /*title*/
    .watt-support__content-detail-brand-title {
        font-size: 2.1875em;
    }

    /*customer*/
    .watt-support__content-detail-value {
        padding-top: 3.125em;
    }
    .watt-support__content-detail-value-wrap {
        margin-top: 2.5em;
        gap: 2.5em;
    }
    .watt-support__content-detail-value-img {
        width: 43.19%;
    }
    .watt-support__content-detail-value-text-wrap {
        width: 100%;
    }
    .watt-support__content-detail-value-text {
        width: 51.6%;
    }
    .watt-support__content-detail-value-text-p {
        font-size:0.9375em;
    }


    /*service*/
    .watt-support__content-detail-service-p {
        padding: 1.06em 0;
        font-size: 0.9375em;
    }

    /*core*/
    .watt-support__content-detail-net {
        padding: 1.5625em 0 3.125em 0;
    }

    .watt-support__content-detail-net-wrap {
        display: flex;
        justify-content: space-between;
        gap: 0.9375em;
        margin-top: 2.5em;
    }

    .watt-support__content-detail-net-item {
        width: 29.3%;
        height: 16.875em;
    }

    .watt-support__content-detail-net-text {
        bottom: 0.6em;
        font-size: 1.25em;
    }
}