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

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

.white {
    color: white !important;
}

.textAlignLeft {
    text-align: left !important;
}

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

.titleStyleOne {
    font-size: 36px;
    line-height: 130%;
}

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

.titleStyleThree {
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #74E7BD;
    padding-top: 40px;
}

.titleStyleFour {
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #2B7A77;
    padding-top: 40px;
    font-weight: 700;
}

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

.infoStyleTwo {
    padding-top: 40px;
    width: 100%;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 150%;
    font-weight: 400;
}

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

.section:nth-child(2){
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../img/menu/3/3-3/img-1.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /*height: 640px;*/
}

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

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

.satisfactionView {
    /*display: table;*/
    width: 100%;
    /*height: 120px;*/
    /*!*background-color: aqua;*!*/
    /*margin-top: 30px;*/
    /*table-layout: fixed;*/
    overflow-x: auto;
}

.satisfaction {

    display: table;
    width: 100%;
    height: 120px;
    /*background-color: aqua;*/
    margin-top: 30px;
    table-layout: fixed;
}

.satisfactionItem {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.satisfactionItem:nth-child(odd){
    /*background-color: green;*/
}

.satisfactionTitle {
    width: calc(100% - 10px);
    height: 100%;
    background: #B8E9E6;
    border-radius: 15px;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #264E58;
    display: inline-flex;
}

.satisfactionTitleDiv {
    margin: auto;
}

.rightTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #B8E9E6;
    margin: auto;
    display: inline-block;
    border-width: 9px 0 9px 8px;
    position: absolute;
    top: calc(50% - 4.5px);
}

.satisfactionItem.orange .satisfactionTitle {
    background: #FFB636;
}

.satisfactionItem.orange .rightTriangle {
    border-color: transparent transparent transparent #FFB636;
}

.satisfactionItem.orange02 .satisfactionTitle {
    background: #FFDEC7B2;
}

.satisfactionItem.orange02 .rightTriangle {
    border-color: transparent transparent transparent #FFDEC7B2;
}

.table32 tr th:last-child,
.table32 tr td:last-child {
    border-right: 2px solid #4AC8C1;
    font-weight: 400;
}

.table32 tr th:first-child,
.table32 tr td:first-child {
    border-left: 2px solid #4AC8C1;
}

.table32 tr th {
    border-top: 2px solid #4AC8C1;
}

.table32 tr:last-child td {
    border-bottom: 2px solid #4AC8C1;
}

.table32 tr:first-child th {
    border: 2px solid #4AC8C1;
}

.table32 tr:first-child th:first-child {
    border-top-left-radius: 10px;
    font-size: 24px;
    font-weight: 700;
}

.table32 tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.table32 tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    font-weight: 700;
}

.table32 tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.table32 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table32 td, .table32 th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 20px 30px;
    color: #264E58;
    font-weight: 500;
}

.table32 tr:nth-child(odd){
    background-color: #EEF8F7;
}

.table32 tr:nth-child(even){
    background-color: white;
}

.table32 tr:nth-child(1) {
    background-color: #4AC8C1;
}

.table32 tr:nth-child(1) th {
    color: white !important;
    white-space:nowrap;
    width: 150px;
    font-weight: 700;
}

.averageForm {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.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;
}

.canvasAbilityGraph {
    height: 450px;
    padding-bottom: 20px;
}

.canvasAbilityScrollBtn {
    top: 18px !important;
}

.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;
}

.legendUl {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.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: #B8E9E6;
}
#legendCheckBox_1[type="checkbox"]:checked {
    background: #4AC8C1;
}
#legendCheckBox_2[type="checkbox"]:checked {
    background: #3AAFA9;
}
#legendCheckBox_3[type="checkbox"]:checked {
    background: #008CDB;
}
#legendCheckBox_4[type="checkbox"]:checked {
    background: #45D2FF;
}
#legendCheckBox_5[type="checkbox"]:checked {
    background: #F4D242;
}
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);
}

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

.mobileGraphScrollBtn {
    display: none;
}

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

h2[data-stringtable="customer_3"] {
    margin-top: 10px;
}
/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {

    .section {
        padding: 30px 0;
    }

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

    .titleStyleOne {
        font-size: 24px;
        margin-top: 30px !important;
    }

    .titleStyleTwo {
        font-size: 24px;
    }

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

    .titleStyleFour {
        font-size: 20px;
        padding-top: 10px;
    }

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

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

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

    .sectionGraph.longer {
       height: 600px;
    }

    .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;
    }

    .mobileGraphScrollBtn.lower {
        top: 158px;
    }

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

    .canvasOut.shorter {
        height: calc(100% - 55px);
    }

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

    .canvasIn.canvasAbility {
        width: 500px;
    }

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

    .legendLi {
        margin: auto;
        padding: 0;
        width: 50%;
    }

    .table32 td, .table32 th {
        padding: 15px;
        font-size: 16px;
    }

    .averageForm {
        margin-bottom: 20px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .averageFormTable {
        width: 500px;
    }

    .satisfaction {
        width: 1020px;
    }

    #legendContainerPrint, #legendContainerComputer, #legendContainerStorage, #legendContainerInternet {
        padding: 10px 50px;
        border-radius: 20px;
        height: auto;
    }

    .legendUl-1 .legendLi, .legendUl-2 .legendLi, .legendUl-3 .legendLi {
        height: 40px;
    }

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

    input.legendCheckBox[type="checkbox"] {
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }

    input.legendCheckBox[type=checkbox]:checked::after {
        margin-top: 5px;
    }

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