h1, h2, h3, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1, h2, h3, p, h1, h2, h3, p, h4, h5, h6, hr {
    margin: 0;
}

.text-\[\#264E58\] {
    --tw-text-opacity: 1;
    color: rgba(38, 78, 88, var(--tw-text-opacity));
}

.text-center {
    text-align: center;
}

.text-28px {
    font-size: 28px;
    line-height: 1;
}

.padding-0px {
    padding: 0px !important;
}

.bg-\[\#EEF8F7\] {
    background: #EEF8F7 !important;
}

.font-bold {
    font-weight: 700 !important;
}

body {
    margin: 0px;
    /*   padding: 50px; */
    /*   background: #e3e3e3; */
}

.icon-30px {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.icon-quote-left {
    background: url("../../../img/general/icon-quote-left.svg") no-repeat;
    background-position: center;
}

.icon-quote-right {
    background: url("../../../img/general/icon-quote-right.svg") no-repeat;
    background-position: center;
}

.esg-banner-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.quote-block {
    width: 100%;
    padding: 50px 0px 50px 0px;
    background-image: url(../../../img/general/icon-quote-bg.jpg);
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    position: relative;
}
.quote-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}
.quote-block .esg-banner-container .quote-inner {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.quote-block .esg-banner-container .quote-inner p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #f69e2c;
    text-align: center;
    padding: 0 30px;
}
.quote-block .esg-banner-container .quote-inner .icon-quote-right {
    margin-left: auto;
}

.title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    color: #3AAFA9;
}

.sub-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #3AAFA9;
}

.content {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #40474A;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px;
    border-color: grey;
    border-radius: 10px 10px 10px 10px;
    border: solid 1px #4AC8C1;
}

.table_lock {
    position: sticky;
    left: 0;
}

.table_title {
    background: #4AC8C1;
    border: solid 1px #4AC8C1;
    color: white;
    height: 80px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.table_content {
    border: solid 1px #C8CBD0;
    background: white;
    color: #264E58;
    font-size: 20px;
    height: 80px;
    padding: 0px 30px 0px 30px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}


.legendView {
    display: inline-block;
    width: 350px;
    /*height: 30px;*/
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    /*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);*/
    border: solid 1px #ffffff;
    color: black;
    font-size: 15px;
    text-align: center;
    margin: 0px 20px 20px 20px;
    background: white;
}

.blockBg {
    width: 25px;
    height: 25px;
    display: inline-block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #ffffff;
}

.legendContent {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    line-height: 25px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #fff solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.year2018CheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #87d2ce solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.year2019CheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #6fcefa solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.year2020CheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: #BBB2F6 solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.year2018CheckBox[type="checkbox"]:checked {
    background: #87d2ce;
}
input.year2018CheckBox[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);
}

input.year2019CheckBox[type="checkbox"]:checked {
    background: #6fcefa;
}
input.year2019CheckBox[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);
}

input.year2020CheckBox[type="checkbox"]:checked {
    background: #BBB2F6;
}
input.year2020CheckBox[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);
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.sec2Title, .sec3Title {
    font-size: 20px;
}

.legendSubView {
    margin-right: 10px;
    display: inline-block;
}

.chart-view-width {
    width: calc(90% - 0px);
    padding-bottom: 10px;
}

.table-view-width {
    width: calc(90% - 0px);
    padding-bottom: 10px;
}

#sec3Table {
    width: 850px;
}

#sec3TableTitle2 {
    text-align: left;
    padding-left: 100px;
}

.unit_for_web {
    visibility: hidden;
}

.unit_for_mobile {
    display: block;
}

.mobileGraphScrollBtn {
    position: absolute;
    background-image: url(../../../img/menu/5/5-3/icon-next-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 35px;
    height: 35px;
    left: 80px;
    margin-top: -14px;
    border-radius: 50%;
    border: 1px solid #ABABAB;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: white;
    display: block;
    z-index: 1;
}

@media (min-width: 800px) {
    .overflow-x-scroll {
        overflow-x: hidden;
    }

    .title {
        font-size: 40px;
    }

    .sub-title {
        font-size: 22px;
    }

    .content {
        font-size: 20px;
    }

    .sec2Title, .sec3Title {
        font-size: 28px;
    }

    .legendView {
        width: 600px;
    }

    .legendSubView {
        margin-right: 30px;
    }

    .legendContent {
        font-size: 20px;
    }

    .chart-view-width {
        width: auto;
    }

    .table-view-width {
        width: auto;
    }

    .table_content {
        font-size: 20px;
    }

    #sec3Table {
        width: 1080px;
    }

    #sec3TableTitle2 {
        text-align: center;
        padding-left: 0px;
    }

    .unit_for_web {
        visibility: visible;
    }

    .unit_for_mobile {
        display: none;
    }

    .mobileGraphScrollBtn {
        display: none;
    }
}