body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #F9F7F4;
}

.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: 24px;
    width: 100%;
    padding-top: 50px;
    /*line-height: 150%;*/
}

.titleStyleTwo {
    width: 100%;
    color: #2B7A77;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 30px;
}

 .titleStyleTree {
     width: 100%;
     color: #4AC8C1;
     text-align: center;
     font-weight: 700;
     font-size: 20px;
     line-height: 130%;
     padding-bottom: 30px;
 }

.infoStyleOne {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    color: #40474A;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 140%;
    font-weight: 400;
    max-width: 1080px;
    text-align: left;
}

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

#block02{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../img/menu/3/3-4/block02_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /*height: 640px;*/
}

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

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

#block01 td{
    text-align: center;
}
#block01 body td{
    background-color: #fff;
}
.blocksc{
    width: 100%;
    overflow-x: auto;
}
table{
    /*width: max-content;*/
    width: 930px;
    /*height: 418px;*/
    border: 2px solid #4AC8C1;
    border-radius: 12px;
    font-size: 16px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 30px;
    border-spacing: 0;
}
thead{
    background-color:#4AC8C1;
    color: white;
    border: 1px solid #4AC8C1;
    height: 60px;
}
thead td{
    text-align: center;
    border: 1px solid #4AC8C1;
}
tbody{
    color: #264E58;
    background-color: #fff;
}
tbody tr:nth-child(even){
    background-color: #EEF8F7;
}
#t2r2d1, #t3r2d1{
    width: 120px;
    background-color: #EEF8F7;
}
#t2r2d2, #t3r2d2{
    width: 200px;
}
td{
    padding: 10px 10px;
    border: 1px solid #C8CBD0;
}
tbody td:nth-child(1), td:nth-child(2){
    text-align: center;
}
#block02 tbody td:nth-child(3), #block02 tbody td:nth-child(4){
    text-align: left;
    font-weight: 400;
}
thead td:first-child{
    border-top-left-radius: 10px;
}
thead td:last-child{
    border-top-right-radius: 10px;
}
#block01 tbody tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}
#block02 tbody tr:first-child td:first-child, #block03 tbody tr:first-child td:first-child{
    border-bottom-left-radius: 10px;
}
tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 1080px) {
    .main {
        width: 100%;
    }

    .section {
        /*padding: 30px 0;*/
    }

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

    .titleStyleOne {
        font-size: 36px;
        /*margin-top: 30px !important;*/
    }

    .infoStyleOne {
        font-size: 20px;
        line-height: 150%;
        padding-top: 20px;
    }
    .titleStyleTwo {
        font-size: 28px;
        line-height: 150%;
    }
    .titleStyleTree {
        font-size: 28px;
        line-height: 150%;
    }
    table{
        width: 1080px;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 50px;
    }
    td {
        padding: 15px 10px;
    }
}