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

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

.white {
    color: white !important;
}

.textAlignCenter {
    text-align: center !important;
}

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

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

.titleStyleTwo {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    width: 100%;
    line-height: 150%;
    color: #3AAFA9;
}

.infoStyleOne {
    padding-top: 40px;
    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%;
}

.section2 {
    background-image: linear-gradient(0deg, rgba(210, 235, 191, 0.2), rgba(210, 235, 191, 0.2)), url("../../../img/menu/4/4-6/img-1.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.mainTopicDiv {
    height: 610px;
    width: 100%;
    margin-top: 30px;
}

.mainTopicLeft {
    float: left;
    width: 160px;
    height: 100%;
}

.mainTopicRight {
    float: right;
    width: calc(100% - 160px);
    height: 100%;
}

.mainTopicRightScroll {
    width:100%;
    height: 100%;
}

.leftGrayBlock {
    height: 230px;
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
}

.leftGrayBlock:nth-child(1) .leftRectangle{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: solid 1px white;

}

.leftGrayBlock:nth-child(3) .leftRectangle{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: solid 1px white;
    vertical-align: top;
}

.leftGrayBlock:nth-child(1) {
    height: 135px;
}

.leftGrayBlock:nth-child(3) {
    height: 225px;
}

.leftGrayBlock:nth-child(3) .leftGrayTitle {
    top: 20px;
    transform: initial;
}

.leftGrayBlock:nth-child(3) .rightTriangle {
    margin-top: 20px;
}

.leftRectangle {
    background-color: #ECECEC;
    color: #40474A;
    text-align: center;
    width: calc(100% - 10px);
    display: inline-block;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
}

.rightTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ECECEC;
    display: inline-block;
}

.r2 {
    position: absolute;
    right: 0px;
    top: 88px;
}

.leftGrayTitle {
    margin-top: 25px;
}

.fivePrinciples {

    height: 60px;
    width: 100%;
    margin-bottom: 10px;
}

.principleBlock {
    vertical-align: middle;
    border: 2px solid #2B7A77;
    border-radius: 5px;
    background: #F7F7F7;
    margin-right: 10px;
    display: inline-block;
    height: 100%;
    width: calc(100% / 4 - 10px);
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #2B7A77;
}

.principleBlock:last-child {
    margin-right: 0;
}

.principleBlock:first-child {
    width: calc(100% / 4 * 2 - 10px);
}

.anyFlow {
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
    position: relative;
}

.anyFow_1 {
    background-image: url("../../../img/menu/4/4-6/icon-1.svg");
    background-repeat: no-repeat;
    width: calc(100%/4 + 20px);
    color: white;
    font-size: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 60px;
    background-position-x: right;
    border-radius: 5px;
}

.anyFow_2 {
    background-image: url("../../../img/menu/4/4-6/icon-2.svg");
    background-repeat: no-repeat;
    width: calc(100%/4 + 20px);
    color: white;
    font-size: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: calc(100% / 4 + 5px);
    z-index: 2;
    line-height: 60px;
    background-position-x: right;
    border-radius: 5px;
}

.anyFow_3 {
    background-image: url("../../../img/menu/4/4-6/icon-3.svg");
    background-repeat: no-repeat;
    width: calc(100%/4 + 20px);
    color: white;
    font-size: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: calc(100% / 4 * 2 + 9px);
    z-index: 1;
    line-height: 60px;
    background-position-x: right;
    border-radius: 5px;
}

.anyFow_4 {
    width: calc(100%/4 - 10px);
    background-color: #C8B400;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    height: 100%;
    text-align: center;
    float: right;
    line-height: 60px;
    background-position-x: right;
}

.executeMethod {
    width: 100%;
    height: 220px;
    margin: 10px 0;
}

.executeMethodItem {
    width: calc(100% / 4 - 8px);
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    line-height: 130%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;

    font-size: 14px;
    color: #F9F7F4;
}

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

.executeMethodItem:nth-child(2){
    background-color: #318A87;
}

.executeMethodItem:nth-child(3){
    background-color: #3AAFA9;
}

.executeMethodItem:nth-child(4){
    background-color: #C8B400;
    margin-right: 0;
}

.executeMethodItem p {
    margin-top: 0;
}

.executeMethodItem ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.executeMethodItem li {
    padding-bottom: 5px;
}

/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {
    .section {
        padding: 30px 0;
    }

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

    .titleStyleOne {
        font-size: 24px;
    }

    .titleStyleTwo {
        font-size: 20px;
        margin-top: 20px;
    }

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

    .mainTopicRight {
        overflow-y: hidden;
        overflow-x: scroll;
        width: calc(100% - 100px);
    }

    .mainTopicRightScroll {
        width: 800px;
    }

    .leftRectangle {
        font-size: 14px;
    }

    .mainTopicLeft {
        width: 100px;
    }

    .principleBlock li {
        font-size: 16px;
    }

    .anyFlow_1, .anyFlow_2, .anyFlow_3, .anyFlow_4 {
        font-size: 16px;
    }

    .executeMethodItem {
        font-size: 14px;
    }

    .methodItemCountCircle {
        font-size: 22px;
    }
}