body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.main {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #ECECEC;
    margin-top: -6px;
}

.white {
    color: white !important;
}

.titleStyleOne {
    color: #4AC8C1;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    width: 100%;
    line-height: 150%;
}

.titleStyleTwo {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #74E7BD;
    margin-top: 30px;
}

.titleStyleThree {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #2B7A77;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.titleStyleFour {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #2B7A77;
    width: 100%;
    text-align: center;
}

.infoStyleOne {
    padding-top: 40px;
    width: 100%;
    color: #40474A;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
}

.infoStyleTwo {
    padding-top: 10px;
    width: 100%;
    color: #40474A;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
}

.section {
    width: 100%;
    padding: 50px 0;
    height: auto;
    overflow: auto;
    position: relative;
}

.sectionContain {
    width: 1080px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.section:nth-child(1) {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../../img/menu/2/2-1/img-4.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
}

.section:nth-child(2) {
   background-color: white;
}

.sectionSubTitle {
    width: 100%;
    font-weight: 700;
    overflow: hidden;
}

.sectionInfoView {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #40474A;
    padding-top: 40px;
    overflow: hidden;
}

.greenEffectView {
    width: 100%;
    height: 330px;
    margin: 30px 0;
    display: table;
}

.greenEffectItem {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.greenEffectItem:nth-child(1) {
    float: left;
}

.greenEffectItem:nth-child(3) {
    float: right;
}

.greenEffectCircle {
    height: 330px;
    width: 330px;
    background-color: #EEF8F7;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.greenEffectCircleTitle {
    color: #005B8E;
    font-weight: 700;
    font-size: 42px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 80px;
}

.greenEffectCircleSubTitle {
    color: #005B8E;
    font-weight: 400;
    font-size: 34px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 40px;
}

.greenEffectCircleValue {
    color: #FF7D45;
    font-weight: 700;
    font-size: 58px;
    display: inline-block;
    margin-top: 30px;
}

.greenEffectCircleUnit {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    color: #FF7D45;
}

.greenEffectItem:nth-child(3) .greenEffectCircle .greenEffectCircleTitle {
    margin-top: 0;
}

.greenEffectItem:nth-child(2) .greenEffectCircle .greenEffectCircleValue, .greenEffectItem:nth-child(2) .greenEffectCircle .greenEffectCircleUnit {
    color: #008CDB;
}

.greenEffectItem:nth-child(3) .greenEffectCircle .greenEffectCircleValue, .greenEffectItem:nth-child(3) .greenEffectCircle .greenEffectCircleUnit {
    color: #C8B400;
}

#co2TopTitle, #electricTopTitle {
    display: none;
}

.sectionGraphView {
    width: 100%;
    overflow: hidden;
}

.canvasOut {
    width: 100%;
    height: calc(100% - 0px);
    overflow-x: auto;
    position: relative;
}

.canvasIn {
    background-color: white;
    border: 2px solid #4AC8C1;
    border-radius: 20px;
    width: 100%;
    height: calc(100% - 0px);
    position: relative;
    padding: 10px 50px;
}

.sectionGraph{
    width: 100%;
    position: relative;
    margin-top: 30px;
    height: 500px;
    padding-bottom: 70px;
}

.legendLi {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin: 0 40px;
}

.legendLi label {
    font-weight: 400;
}

.legendContainer {
    background: #FFFFFF;
    border: 1px solid #F7F7F7;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    width: max-content;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 20px;
    color: #40474A;
}

.legendContainerItem {
    height: 50px;
    width: max-content;
    padding: 0 20px;
    margin: auto;
}

input.legendCheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:3px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: #fff solid 1px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
#legendCheckBox_0[type="checkbox"]:checked {
    background: #4AC8C1;
}
#legendCheckBox_1[type="checkbox"]:checked {
    background: #45D2FF;
}
input.legendCheckBox[type=checkbox]:checked::after {
    content: '';
    margin-top: 6px;
    margin-left: 4px;
    display: block;
    background: transparent;
    border: white solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobileGraphScrollBtn {
    display: none;
}

.pfdLinkBtn {
    margin-top: 30px;
}

.patentImg {
    width: 100%;
    margin-top: 30px;
}

.developTargetDiv, .designTargetDiv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.developTargetView, .designTargetView {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.targetFlow {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 30px;
}

.targetFlowItm {
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    font-size: 24px;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    line-height: 60px;
    background-position: left;
    padding-left: 30px;
    border-radius: 5px;
}

.targetFlowItm:nth-child(1) {
    background-image: url("../../../img/menu/1/1-4/icon-15.svg");
    width: calc(100%/3 + 15px);
    left: 0;
    z-index: 2;
}

.targetFlowItm:nth-child(2) {
    background-image: url("../../../img/menu/1/1-4/icon-16.svg");
    width: calc(100%/3 + 15px);
    left: calc(100% / 3 + 5px);
    z-index: 1;
}

.targetFlowItmRight {
    width: calc(100%/3 - 5px);
    background-color: #C8B400;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    height: 100%;
    text-align: left;
    float: right;
    line-height: 60px;
    padding-left: 30px;
}

.developTarget_1 {
    width: 335px !important;
}

.developTarget_2 {
    width: calc(100% - 505px) !important;
    left: 325px !important;
}

.developTarget_3 {
    width: 190px !important;
}

.targetInfo {
    width: 100%;
    height: calc(100% - 140px);
    display: flex;
}

.targetInfoItem {
    width: calc(100% / 3 - 5px);
    height: auto;
    padding: 25px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    /*word-break: break-all;*/
}

.targetInfoItem:nth-child(1){
    background-color: #2B7A77;
}

.targetInfoItem:nth-child(2){
    background-color: #3AAFA9;
    margin: 0 10px;
}

.targetInfoItem:nth-child(3){
    background-color: #C8B400;
}

.targetInfoItem ul {
    padding-left: 20px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.targetInfoItem li {
    list-style-image: url("../../../img/menu/2/2-1/icon-8.svg");
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}

.developTargetInfo_1 {
    width: 315px !important;
}

.developTargetInfo_2 {
    width: calc(100% - 510px) !important;
}

.developTargetInfo_3 {
    width: 190px !important;
}

.checkBoxDiv {
    font-size: 18px;
    line-height: 130%;
}

.chartDate {
    text-align: center;
    color: #717784;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}

div[data-stringtable="dev_8"] {
    text-align: center;
}
/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {
    .section {
        padding: 30px 0;
    }

    .sectionContain {
        width: 100%;
        padding: 0 15px;
    }

    .titleStyleOne {
        font-size: 24px;
    }

    #patentTitle {
        font-size: 24px;
    }

    .titleStyleTwo {
        font-size: 20px;
    }

    .titleStyleThree {
        font-size: 20px;
    }

    .titleStyleFour {
        font-size: 20px;
    }

    .infoStyleOne {
        font-size: 16px;
        padding-top: 20px;
    }

    .infoStyleTwo {
        font-size: 16px;
    }

    .sectionGraph {
        margin: 0;
        padding: 10px 5px 80px 5px;
    }

    .mobileGraphScrollBtn {
        position: absolute;
        background-image: url("../../../img/menu/1/1-4/icon-arrow-right.svg");
        background-size: 9px;
        background-position: center;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        left: 40px;
        top: 66px;
        border-radius: 50%;
        border: 1px solid #ABABAB;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        background-color: white;
        display: block;
        z-index: 1;
    }

    .canvasOut {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .canvasIn {
        padding: 20px 5px 0 5px;
        width: 800px;
    }

    .legendContainer {
        width: 100%;
        margin-bottom: auto;
    }

    .legendLi {
        margin: auto;
        padding: 0;
    }

    .developTargetDiv, .designTargetDiv {
        overflow-x: scroll;
    }

    .developTargetView {
        width: 1080px !important;
    }

    .designTargetView {
        width: 800px !important;
    }

    .developTargetView, .designTargetView {
        height: auto;
        overflow: hidden;
    }

    .targetFlowItm {
        font-size: 20px;
    }

    .targetInfoItem li {
        font-size: 14px;
    }

    .designTargetView .targetFlow {
        height: 55px;
    }

    .designTargetView .targetFlow .targetFlowItm {
        line-height: 55px;
    }

    .greenEffectView {
        height: auto;
        margin: 20px 0 0 0;
    }

    .greenEffectItem {
        display: block;
    }

    .greenEffectCircle {
        height: 280px;
        width: 280px;
        margin-bottom: 20px;
    }

    .greenEffectItem:nth-child(1) {
        float: unset;
    }

    .greenEffectItem:nth-child(3) {
        float: unset;
    }

    .greenEffectCircleTitle {
        font-size: 28px;
    }

    .greenEffectItem:nth-child(3) .greenEffectCircle .greenEffectCircleTitle {
        width: unset;
        display: inline-block;
        margin-top: 80px;
    }

    .greenEffectCircleSubTitle {
        display: inline-block;
        font-size: 28px;
        width: unset;
    }

    .greenEffectCircleValue {
        font-size: 40px;
        display: block;
        margin: 30px 0 0 0;
    }

    .greenEffectCircleUnit {
        display: block;
        font-size: 24px;
        margin: 0;
    }

    .legendLi label {
        font-size: 16px;
        line-height: 16px;
    }

    .pfdLinkBtn {
        margin-top: 20px;
        font-size: 16px;
        line-height: normal;
        width: 100%;
        height: auto;
    }

    .checkBoxDiv {
        font-size: 14px;
        line-height: 130%;
    }

    .chartDate {
        bottom: 22px;
        font-size: 14px;
    }
}