
/*banner*/
.watt-brand {
    width: 100%;
}

.watt-brand__banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30.2vw;
    background: #000000 url("/wp-content/themes/watt/assets/page/brand/img/banner.webp") no-repeat center/cover;
}

.watt-brand__banner-inner {
    width: 100%;
    margin: 0 auto;
}

.watt-brand__banner-inner-title {
    font-size: 2.5vw;
    color: #ffffff;
    line-height: 1.4em;
}

.watt-brand__banner-inner-description {
    font-size: 1.04vw;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 0.52vw;
}


.watt-brand__content {
    display: flex;
    padding-top: 6.25em;
}


/*sidebar*/
.watt-brand__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-brand__content-detail {
    width: 84%;
}


/*brand*/
.watt-brand__content-detail-brand {
    padding-bottom: 3.125em;
}
.watt-brand__content-sidebar-item {
    font-size: 0.75em;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    line-height: 1;
}


.watt-brand__content-sidebar-item--active {
    color: var(--watt-blue-dark);
    font-weight: 500;
    font-size: 1.2em;
}
.watt-brand__content-sidebar-item--active.watt-brand__content-sidebar-item:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1em;
    background: var(--watt-blue-dark);
    margin-right: 0.75em;
}

.watt-brand__content-detail-brand-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 3.125em;
    gap: 1.875em;
}

.watt-brand__content-detail-brand-title {
    text-align: center;
    font-size: 1.6875em;
    color: var(--watt-blue-dark);
    font-weight: 500;
}
.watt-brand__content-detail-brand-item {
    display: flex;
    align-items: center;
}
.watt-brand__content-detail-brand-img {
    width: 50%;
    border-radius: 10px;
}

.watt-brand__content-detail-brand-text {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.watt-brand__content-detail-brand-text-wrap {
    width: 78.333%;
}

.watt-brand__content-detail-brand-text-p {
    display: inline-block;
    font-size:0.75em;
    line-height: 1.7em;
}




/*core*/
.watt-brand__content-detail-core {
    padding: 1.5625em 0 6.25em 0;
    position: relative;
}
/*.watt-brand__content-detail-core::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    background: #f1f1f1;*/
/*    width: 300%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*}*/

.watt-brand__content-detail-core-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0.9375em;
    margin-top: 3.125em;
}

.watt-brand__content-detail-core-item {
    position: relative;
    width: 29.16%;
    height: 25em;
    background: #ffffff no-repeat center/cover;
    border-radius: 10px;
}

.watt-brand__content-detail-core-text {
    position: absolute;
    bottom: 0.7em;
    left: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    color: var(--watt-white);
}

.watt-brand__content-detail-core-text:before {
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 1.5em;
    background: var(--watt-blue-dark);
    margin-right: 0.5em;
}




/*value*/

.watt-brand__content-detail-value {
    padding-top: 3.125em;
    padding-bottom: 6.25em;
}


.watt-brand__content-detail-value-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 3.125em;
    gap: 1.875em;
}

.watt-brand__content-detail-value-item {
    display: flex;
    align-items: center;
}
.watt-brand__content-detail-value-img {
    width: 50%;
    border-radius: 10px;
}

.watt-brand__content-detail-value-text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 50%;
    height: 100%;
}
.watt-brand__content-detail-value-text-wrap {
    width: 95%;
}
.watt-brand__content-detail-value-text-h {
    color: var(--watt-blue-dark);
    font-size: 1.5em;
    font-weight: 500;
}

.watt-brand__content-detail-value-text-p {
    display: inline-block;
    margin-top: 1em;
    line-height: 1.7em;
    font-size: 0.75em;
}

.watt-brand__content-detail-value-text--lp {
    align-items: end;
}



@media(max-width: 800px) {
    /*banner*/
    .watt-brand__banner {
        background-image: url("/wp-content/themes/watt/assets/page/brand/img/banner-m.webp");
        height: 56.25vw;
        align-items: end;
        padding-bottom: 5.75vw;
    }
    .watt-brand__banner-inner-title {
        font-size: 3.875vw;
    }
    .watt-brand__banner-inner-description {
        font-size: 1.875vw;
        margin-top: 1.25vw;
    }
    .watt-brand__content {
        padding-top: 0em;
    }
    /*sidebar*/
    .watt-brand__content-sidebar {
        display: none;
    }
    .watt-brand__content-detail {
        width: 100%;
    }
    /*brand*/
    .watt-brand__content-detail-brand {
        padding-top: 3.125em;
    }
    .watt-brand__content-detail-brand-title {
        font-size: 2.1875em;
    }
    .watt-brand__content-detail-brand-wrap {
        margin-top: 2.5em;
        gap: 2.5em;
    }
    .watt-brand__content-detail-brand-img {
        width: 43%;
    }
    .watt-brand__content-detail-brand-text-wrap {
        width: 90%;
    }
    .watt-brand__content-detail-brand-text {
        width: 57%;
    }
    .watt-brand__content-detail-brand-text-p {
        font-size:0.9375em;
    }


    /*core*/
    .watt-brand__content-detail-core {
        padding: 3.125em 0;
    }

    .watt-brand__content-detail-core::before {
        display: none;
    }

    .watt-brand__content-detail-core-wrap {
        display: flex;
        justify-content: space-between;
        gap: 0.9375em;
        margin-top: 2.5em;
    }

    .watt-brand__content-detail-core-item {
        width: 29.3%;
        height: 16.875em;
    }

    .watt-brand__content-detail-core-text {
        bottom: 0.6em;
        font-size: 1.25em;
    }

    /*value*/
    .watt-brand__content-detail-value {
        padding-top: 3.125em;
    }
    .watt-brand__content-detail-value-wrap {
        margin-top: 2.5em;
        gap: 2.5em;
    }
    .watt-brand__content-detail-value-img {
        width: 43%;
    }
    .watt-brand__content-detail-value-text-wrap {
        width: 90%;
    }
    .watt-brand__content-detail-value-text {
        align-items: end;
        width: 57%;
    }
    .watt-brand__content-detail-value-text-p {
        font-size:0.9375em;
    }

    .watt-brand__content-detail-value-text--lp {
        align-items: start;

    }

    .watt-brand__content-detail-value-text--order-1 {
        order: 0;
    }

    .watt-brand__content-detail-value-img--order-1 {
        order: -1;
    }

    .watt-brand__content-detail-value-text--order-2 {
        order: -1;
    }

    .watt-brand__content-detail-value-img--order-2 {
        order: 0;
    }

    .watt-brand__content-detail-value-text--order-3 {
        order: 0;
    }

    .watt-brand__content-detail-value-img--order-3 {
        order: -1;
    }
}