﻿main section.contentDetail .corporateDetailBox .right {
    width: 686px;
    max-width: 100%; 
}




.textBox p { 
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.bannerBox_mobileImg {
    display: none;
}

.bannerBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    justify-content: center;
    background: rgba(236, 240, 243, 1) url(/upload/Docs/ptf_02.png) center right no-repeat;
    background-size: cover;
}

    .bannerBox .bannerText {
        display: flex;
        flex-direction: column;
        width: 413px;
        max-width: 100%;
        align-self: flex-start;
        justify-content: flex-start;
    }

        .bannerBox .bannerText .bannerTitle { 
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0%;
            color: rgba(87, 87, 87, 1);
        }

        .bannerBox .bannerText .bannerDesc { 
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0%;
            color: rgba(87, 87, 87, 1);
            margin: 10px 0 20px;
        }

        .bannerBox .bannerText .linkBox {
            width: 240px;
            max-width: 100%;
        }

.linkBox a {
    width: 100%;
    padding: 15px 50px 15px 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 3px;
    background: linear-gradient(180deg, #f9c800 0%, #faa300 100%);
    color: #fff;
    font-size: 16px;
    position: relative;
}

ul.tab-details {
    display: flex;
    margin: 0 0 20px;
    width: 686px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    ul.tab-details li {
        width: 50%;
        display: flex;
        height: 50px;
        position: relative;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

        ul.tab-details li:before {
            background: rgba(243, 243, 243, 0.5);
        }


        ul.tab-details li.active::before, ul.tab-details li:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: -110%;
            -webkit-transition-property: left;
            transition-property: left;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            background: linear-gradient(180deg, #f9e000 0%, #faa300 100%);
        }

        ul.tab-details li.active::before, ul.tab-details li:hover:before {
            background: linear-gradient(180deg, #f9e000 0%, #faa300 100%);
            bottom: 0;
        }



        ul.tab-details li a {
            display: flex;
            width: 100%;
            font-size: 15px; 
            height: 100%;
            font-weight: 600;
            letter-spacing: normal;
            padding: 0;
            align-items: center;
            justify-content: center;
            line-height: 100%;
            position: relative;
            text-align: center;
            color: rgba(250, 162, 0, 1);
            overflow: hidden;
            transition: color .4s ease-in-out
        }

        ul.tab-details li.active a, ul.tab-details li:hover a {
            color: rgba(255, 255, 255, 1);
        }

p.infoBox {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 12px 12px 12px 48px;
    background: rgba(75, 98, 116, 1);
    position: relative; 
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
}

    p.infoBox::before {
        content: "";
        position: absolute;
        left: 12px;
        top: 12px;
        width: 24px;
        height: 24px;
        background: url(/upload/Docs/ptf_05.png) center center no-repeat;
    }

.ptf {
    display: none;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    position: relative;
    background: #fff;
    width: 686px;
    max-width: 100%;
    margin: 40px 0;
}

    .ptf.ready {
        display: flex;
    }

    .ptf .sum {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 0;
        width: calc(100% - 30px);
        z-index: 1;
        border-top: 2px dashed rgba(75, 98, 116, 1);
        opacity: 0;
        transition: all .5s ease-in-out;
    }

    .ptf .grap-groups {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: auto;
        position: relative;
        align-items: stretch;
        justify-content: center;
        gap: 15px;
    }

        .ptf .grap-groups .grap-group {
            display: flex;
            width: max-content;
            position: relative;
        }

            .ptf .grap-groups .grap-group::before {
                width: 100%;
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                color: rgba(87, 87, 87, 1);
                top: -26px;
                height: 100%;
                content: attr(data-zone); 
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
                background: transparent;
                z-index: 1;
            }

.graph {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    height: 160px;
    width: calc(100% - 90px);
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    position: relative;
}

.ptf .grap-groups .grap-group .graph {
    width: auto;
}

.graph.short {
    height: 170px;
    padding: 80px 0 0;
}

.ptf .grap-groups .grap-group .graph.wide, .graph.wide {
    width: 50px;
    min-width: 50px;
    height: 140px;
}

    .ptf .grap-groups .grap-group .graph.wide li {
        min-width: auto;
        width: 50px;
    }

.graph li {
    display: flex;
    width: calc(calc(100% / 24) - 2.5px);
    min-width: auto;
    width: 20px;
    height: 100%;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.ptf .grap-groups .grap-group .graph li {
    min-width: auto;
    width: 20px;
}

.graph li .bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0%;
    width: 100%;
    position: relative;
    transition: all .5s ease-in-out;
}

.ptf .grap-groups .grap-group .graph li .bar {
    width: -webkit-fill-available;
}

.graph li .bar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* content: attr(data-price); */ 
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background: transparent;
}

.graph li .bar.lower::after {
    background: linear-gradient(136.68deg, #F9C500 0%, #FAA600 100%);
}

.graph li .bar.higher::after {
    background: rgba(212, 225, 244, 1);
}

.graph li .bar::before {
    position: absolute;
    left: -6px;
    bottom: -30px;
    color: rgba(87, 87, 87, 1); 
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    transform: rotate(-45deg);
    content: "";
    opacity: 0.8;
    content: attr(data-time);
}

.graph.short li .bar::before {
    transform: unset;
    left: 0;
    width: 100%;
    bottom: -22px;
}

.ptf .grap-groups .grap-group .graph li .bar::before {
    transform: rotate(-60deg);
}

.ptf .grap-groups .grap-group .graph.wide li .bar::before {
    transform: unset;
}

.graph li .bar.nofooter::before {
    display: none;
}

.graph li .desc {
    display: none !important;
    /* position: absolute;
                left: 0;
                bottom: -30px;
                color: rgba(87, 87, 87, 1); 
                font-weight: 500;
                font-size: 12px;
                line-height: 12px;
                letter-spacing: 0%;
                text-align: right;
                vertical-align: middle;
                transform: rotate(-45deg); */
}

.graph-area .graph-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin: 60px 0 0 0;
}

    .graph-area .graph-info li {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: center; 
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(87, 87, 87, 1);
    }

        .graph-area .graph-info li::before {
            content: "";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
        }

        .graph-area .graph-info li.graph-info-ptf::before {
            background: rgba(212, 225, 244, 1);
        }

        .graph-area .graph-info li.graph-info-adv::before {
            background: linear-gradient(136.68deg, #F9C500 0%, #FAA600 100%);
        }

        .graph-area .graph-info li.graph-info-ave::before {
            height: 0;
            z-index: 1;
            border-top: 2px dashed rgba(75, 98, 116, 1);
        }

.graph-area .graph-desc {
    display: flex; 
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin: 20px 0;
    color: rgba(87, 87, 87, 1);
}

.graph-savings {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 15px;
    width: 128px;
    z-index: 1;
}

    .graph-savings .graph-saving {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        height: 28px;
        padding: 0 0 0 33px; 
        font-weight: 700;
        font-size: 13px;
        line-height: 100%;
        color: rgba(87, 87, 87, 1);
    }

        .graph-savings .graph-saving i {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 28px;
            height: 28px;
        }

            .graph-savings .graph-saving i.charge {
                background: url(/upload/Docs/ptf_06.png) center center no-repeat;
            }

            .graph-savings .graph-saving i.cloud {
                background: url(/upload/Docs/ptf_07.png) center center no-repeat;
            }

            .graph-savings .graph-saving i.production {
                background: url(/upload/Docs/ptf_08.png) center center no-repeat;
            }

            .graph-savings .graph-saving i.printout {
                background: url(/upload/Docs/ptf_09.png) center center no-repeat;
            }

    .graph-savings.info-1 {
        position: absolute;
        left: 53px;
        top: 24px;
    }

    .graph-savings.info-2 {
        position: absolute;
        left: 313px;
        top: 6px;
    }

.graph-error {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
    margin: 0 0 50px;
    min-height: 240px;
    background: url(/upload/Docs/ptf_11.png) center right no-repeat;
    background-size: contain;
}

    .graph-error.early {
        background: url(/upload/Docs/ptf_10.png) center right no-repeat;
    }

    .graph-error .graph-error-txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 372px;
        max-width: 100%; 
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.8px;
        text-align: center;
        color: rgba(87, 87, 87, 1);
    }

.mt-50 {
    margin-top: 50px !important;
}

@media screen and (max-width: 1224px) {
    .container {
        width: 100%;
    }

    .ptf, .graph, ul.tab-details {
        width: 100%;
    }

    .bannerBox {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* max-width: 355px; */
        padding: 10px 20px 20px 20px;
        justify-content: center;
        background: rgba(236, 240, 243, 1);
    }

    .bannerBox_mobileImg {
        display: flex;
        width: 100%;
    }

    main section.contentDetail .corporateDetailBox .left {
        display: none;
    }

    main section.contentDetail .corporateDetailBox .right {
        /* width: 686px; */
        max-width: 100%;
        margin: 0 auto;
        width: calc(100% - 20px);
        /* width: 686px; */
    }

        main section.contentDetail .corporateDetailBox .right .textBox .title {
            width: 100%;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: -0.2px;
            color: #575757;
            margin: 0 0 20px 0;
        }

    .ptf .sum {
        left: 0;
        right: 0;
        width: 100%;
    }

    .graph li {
        min-width: 10px;
        width: calc(calc(100% / 24) - 6px);
    }

    .ptf .grap-groups .grap-group .graph {
        gap: 3px;
    }

        .ptf .grap-groups .grap-group .graph li {
            min-width: 10px;
            width: calc(calc(100vw / 24) - 6px);
        }

    .graph li .bar::before {
        display: none;
    }

    .graph li:first-child .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        overflow: hidden;
        white-space: nowrap;
        left: 0px;
    }

    .graph li:last-child .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .graph li:nth-child(7) .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .graph li:nth-child(13) .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .graph li:nth-child(19) .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .ptf .grap-groups .grap-group:not(.wide) .graph li .bar::before {
        display: none;
    }

    .ptf .grap-groups .grap-group:not(.wide) .graph li:first-child .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .ptf .grap-groups .grap-group:not(.wide) .graph li:last-child .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .ptf .grap-groups .grap-group:not(.wide):nth-child(2) .graph li:nth-child(6) .bar::before {
        display: block;
        transform: unset;
        /* width: calc(2ch - 2px); */
        content: attr(data-timemobile);
        /* overflow: hidden; */
        white-space: nowrap;
        left: 0px;
    }

    .graph-savings.info-1 {
        left: 3%;
        top: 24px;
    }

    .graph-savings.info-2 {
        left: 45%;
        top: 6px;
    }

    .graph-savings.info-3 {
        position: absolute;
        left: 228px;
        top: 29px;
    }

    .graph-error {
        padding: 20px;
        margin: 0 0 20px;
        min-height: 150px;
        background-size: contain;
    }

        .graph-error.early {
            background-size: contain;
        }

        .graph-error .graph-error-txt {
            width: 242px;
            font-size: 14px;
            line-height: 18px;
            text-align: left;
        }

    main section.contentDetail .corporateDetailBox .right .textBox .desc p {
        margin: 0 0 10px 0;
    }

    .mt-50 {
        margin-top: 20px !important;
    }

    .bannerBox .bannerText .linkBox {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .graph li {
        min-width: calc(calc(100vw / 24) - 6px);
        width: calc(calc(100vw / 24) - 5px);
    }
}

@media (min-width:412px) and (max-width:1224px) {
    .graph-error {
        min-height: 140px;
    }
}

@media (min-width:430px) and (max-width:1224px) {
    .graph-error {
        min-height: 150px;
    }
}

@media (min-width:470px) and (max-width:1224px) {
    .graph-error {
        min-height: 170px;
    }
}

@media (min-width:540px) and (max-width:1224px) {
    .graph, .graph-error, .grap-groups .grap-group .graph, .graph.short {
        min-height: 190px;
    }
}

@media (min-width:768px) and (max-width:1224px) {
    .graph, .graph-error, .grap-groups .grap-group .graph, .graph.short {
        min-height: 270px;
    }
}

@media (min-width:820px) and (max-width:1224px) {
    .graph, .graph-error, .ptf .grap-groups .grap-group .graph, .graph.short {
        min-height: 280px;
    }
}

@media (min-width:912px) and (max-width:1224px) {
    .graph, .graph-error, .ptf .grap-groups .grap-group .graph, .graph.short {
        min-height: 320px;
    }
}

@media (min-width:1024px) and (max-width:1224px) {
    .graph, .graph-error, .ptf .grap-groups .grap-group .graph, .graph.short {
        min-height: 350px;
    }
}

main section.contentDetail .corporateDetailBox .right {
    position: relative;
}

.detailContent.steps .show-error {
    position: absolute;
    top: 143px;
    right: 0px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    padding: 5px 10px;
    z-index: 2;
}
