/*---------- ESG Governance (start) ----------*/
.CSRGoal img {
    width: 100px;
    margin: 5px;
    display: inline-block;
    float: left;
}

.imgFullW {
    width: 100%;
}

.img600 {
    width: 600px;
    display: inline-block;
    margin: auto;
}

.thickBottomBorder {
    border-bottom: solid 2px #505050;
    text-align: center;
}

.org1 {
    width: 1200px;
}

.list1 {
    width: 600px;
    margin: auto;
}

.list1 tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    background: #9BC2E6;
}

.list1 tr th:nth-child(1) {
    text-align: left;
}

.list1 tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    border-bottom: solid 1px #808080;
}

.list1 tr td:nth-child(1) {
    text-align: left;
}

.list2 {
    width: 600px;
    margin: auto;
}

.list2 tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    background: #9BC2E6;
}

.list2 tr th:nth-child(1) {
    text-align: left;
}

.list2 tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    border-bottom: solid 1px #808080;
}

.list2 tr td:nth-child(1) {
    text-align: left;
}

.performanceTable {
    width: 1200px;
}

.performanceTable tr th {
    padding: 5px 10px;
    background: #9BC2E6;
}

.performanceTable tr td {
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #808080;
}

.performanceTable tr td:nth-child(1) {
    width: 120px;
    font-weight: bold;
}

.list3 {
    width: 800px;
    margin: auto;
    text-align: left;
}

.list3 tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    background: #9BC2E6;
}

.list3 tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #808080;
}

.list3 tr .unit {
    border: none;
    text-align: left;
    font-size: 12px;
}

.list3 tr .amt {
    text-align: right;
}

.list4 {
    width: 800px;
    margin: auto;
}

.list4 tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    background: #9BC2E6;
}

.list4 tr th:nth-child(1) {
    text-align: left;
}

.list4 tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    border-bottom: solid 1px #808080;
}

.list4 tr td:nth-child(1) {
    text-align: left;
}

.list4 tr .unit {
    border: none;
    text-align: left;
    font-size: 12px;
}

.riskTable {
    width: 1200px;
}

.riskTable tr th {
    padding: 5px 10px;
    background: #9BC2E6;
}

.riskTable tr td {
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #808080;
}

.riskTable tr td:nth-child(1) {
    width: 180px;
    font-weight: bold;
}

.list5 {
    padding: 0;
    list-style: none;
}

.list5 > li {
    float: left;
}

.list5 > li:nth-child(1) {
    width: 65%;
}

.list5 > li:nth-child(1) ul {
    list-style: disc;
}

.list5 > li:nth-child(1) ul li {
    padding: 10px 0;
}

.list5 > li:nth-child(2) {
    width: 35%;
}

.list5 > li:nth-child(2) .chartTit {
    text-align: center;
    font-weight: bold;
}

.list5 > li:nth-child(2) .chartNum {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
}

.list6 {
    width: 100%;
    padding: 0;
    list-style: none;    
}

.list6 li {
    width: 50%;
    height: 350px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    float: left;
    border: solid 1px #fff;
}

.list6 li:nth-child(1) {
    background: url(../img/esgGovernance_02.jpg) center no-repeat;
    background-size: cover;
}

.list6 li:nth-child(2) {
    background: url(../img/esgGovernance_03.jpg) center no-repeat;
    background-size: cover;
}

.list7 {
    width: 100%;
    padding: 0;
    list-style: none;    
}

.list7 li {
    width: 33.3%;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    border: solid 1px #fff;
}

.list7 li:nth-child(4),
.list7 li:nth-child(5) {
    width: 50%;
}

.list7 li img {
    width: 100%;
    border: solid 1px #c0c0c0;
    box-sizing: border-box;
}

.list8 {
    width: 100%;
    padding: 0;
    list-style: none;    
}

.list8 li {
    width: 100%;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    border: solid 1px #fff;
}

.list8 li img {
    width: 100%;
}

.list9 img {
    margin: auto;
    display: block;
}

.list10 {
    width: 100%;
    padding: 0;
    list-style: none;    
}

.list10 .tit {
    font-weight: bold;
    font-size: 20px;
}

.list10 li {
    width: 33.3%;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    border: solid 2px #fff;
}

.list10 li img {
    width: 100%;
}
/*---------- Carrier (end) ----------*/

/*---------- RWD (start) ----------*/
@media screen and (min-width: 1601px) and (max-width: 1920px) {
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .CSRGoal img {
        width: 48%;
        margin: 1%;
    }
    
    .img600 {
        width: 100%;
    }

    .org1 {
        width: 900px;
    }
    
    .list1 {
        width: 100%;
        font-size: 14px;
    }
    
    .list2 {
        width: 100%;
        font-size: 14px;
    }
    
    .list3 {
        width: 100%;
        font-size: 14px;
    }
    
    .list4 {
        width: 100%;
        font-size: 14px;
    }
    
    .riskTable {
        width: 600px;
        font-size: 14px;
    }
    
    .riskTable tr td:nth-child(1) {
        width: 100px;
        font-weight: bold;
    }
    
    .list5 > li:nth-child(1) {
        width: 100%;
    }

    .list5 > li:nth-child(2) {
        width: 100%;
    }
    
    .list6 li {
        width: 100%;
        height: 200px;
    }
    
    .list7 li {
        width: 100%;
    }

    .list7 li:nth-child(4),
    .list7 li:nth-child(5) {
        width: 100%;
    }
    
    .list8 li {
        width: 100%;
        height: 250px;    
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .list10 li {
        width: 100%;
    }
}
/*---------- RWD (end) ----------*/