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: 36px;
    width: 100%;
    line-height: 150%;
}

.titleStyleTwo {
    margin-top: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #2B7A77;
}

.titleStyleThree {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #40474A;
}

.titleStyleFour {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    display: flex;
    text-align: left;
    color: #3AAFA9;
}

.titleStyleFive {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #3AAFA9;
    text-align: left;
}

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

.infoStyleTwo {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #40474A;
    margin-top: 10px;
    padding: 0 50px;
}

.infoStyleThree {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #40474A;
}

.infoStyleFour {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    color: #717784;
}

.actionInfo {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #40474A;
    margin-top: 10px;
}

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

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

.sectionContain.wheel {
    margin: unset !important;
    height: 100%;
    overflow: hidden;
    width: calc((100% - 1080px)/ 2 + 1080px);
}

.section:nth-child(3) {
    background-color: white;
    margin-top: -3px;
}

.section:nth-child(5) {
    background-color: white;
    padding: 50px 0;
    height: 790px;
    overflow-y: hidden;
}

.mainTopicDiv {
    height: 430px;
    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: 70px;
    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;
}

.leftGrayBlock:nth-child(3) {
    height: calc(100% - 140px);
    align-items: unset;
}

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

.leftGrayTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.fivePrinciples {
    border: 2px solid #2B7A77;
    border-radius: 5px;
    background: #F7F7F7;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    display: table;
    padding: 0 120px;
}

.principleBlock {
    display: table-cell;
    vertical-align: middle;
}

.principleBlock li {
    background: url("../../../img/menu/4/4-1/icon-5.svg") no-repeat 0 10px transparent;
    padding: 0 0 0 15px;
    list-style-type: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #2B7A77;
}

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

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

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

.anyFow_3 {
    width: calc(100%/3 + 0px);
    background-color: #C8B400;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    height: 100%;
    text-align: center;
    float: right;
    line-height: 60px;
}

.executeMethod {
    width: 100%;
    height: calc(100% - 140px);
}

.executeMethodItem {
    width: calc(100% / 3 - 10px);
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
}

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

.executeMethodItem:nth-child(2){
    background-color: #3AAFA9;
    margin: 0 6px;
}

.executeMethodItem:nth-child(3){
    background-color: #C8B400;
    width: calc(100% / 3 - 1px);
}

.executeMethodItem p {
    margin-top: 0;
}

.methodItemCount {
    height: 90px;
    width: 100%;
    line-height: 90px;
}

.methodItemCountCircle {
    background-color: #EEF8F7;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #264E58;
    display: inline-block;
    vertical-align: top;
    line-height: 90px;
    margin-right: 10px;
}
.sectionGraphView {
    width: 100%;
    overflow: hidden;
}

.canvasOut {
    width: 100%;
    overflow-x: auto;
    margin-top: 15px;
    position: relative;
    height: 500px;
}

.canvasIn {
    width: 100%;
    height: calc(100% - 0px);
    position: relative;
}

.sectionGraph{
    width: 100%;
    position: relative;
    margin-top: 30px;
}

#canvas {
    /*border-radius: 20px;*/
    position: relative;
    /*background-color: white;*/
}

.graphFooter {
    width: 100%;
    height: 46px;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #40474A;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 46px;
    margin-top: 20px;
}

#webGraphFooter {
    display: block;
}

#mobileGraphFooter {
    display: none;
}

.legendContainer {
    background: #FFFFFF;
    border: 1px solid #F7F7F7;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    width: max-content;
    padding: 0 10px;
    margin: auto;
}

.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;
    /*borderWidth: 1px;*/
}

#legendCheckBox_0[type="checkbox"]:checked {
    background: #008CDB;
}

#legendCheckBox_1[type="checkbox"]:checked {
    background: #FFB636;
}

#legendCheckBox_2[type="checkbox"]:checked {
    background: #6FBA2C;
}

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

.tooltipTitle {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #40474A;
    text-align: left;
}

.tooltipEl {
    opacity: 1;
    width: max-content;
    transform: translate(-50%, 0);
    transition: all .1s ease;
    position: absolute;
}

.checkBoxDiv {
    font-size: 18px;
}

.sectionWheel {
    position: relative;
    width: 300px;
    height: 680px;
    float: left;
}

.wheelInfoView {
    float: right;
    width: calc(90% - 270px);
    height: 100%;
    padding-top: 80px;
}

.flowTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #2B7A77;
    margin: 60px 0 20px 0;
}

.wheelInfoFlow {
    width: calc(100% - 5px);
    height: 150px;
    position: relative;
    padding-right: 5px;
}

.flowItem {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-top: 10px;
}

.flowCircleView {
    width: 60px;
    height: 60px;
    margin: auto;
}

.flowCircleView.first {
    margin: unset;
}

.flowCircle {
    width: 40px;
    height: 40px;
    background: #4AC8C1;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.flowItem.active .flowCircle{
    width: 60px;
    height: 60px;
    background: #FFB636;
    border-radius: 40px;
    line-height: 60px;
}

.flowItem.active {
    margin-top: 0;
}

.flowCircleTitle {
    visibility: hidden;
    margin: 18px 0;
    font-size: 18px;
}

.flowItem.active .flowCircleTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFB636;
    visibility: visible;
    text-align: center;
}

.flowItem.active .flowCircleTitle.first {
    text-align: left;
}

.lineView {
    position: absolute;
    width: calc(100% - 35px);
    top: 20px;
    z-index: 1;
    left: 35px;
}

.line {
    width: 100%;
    border: 1px dashed #4AC8C1;
}

.flowArrow {
    top: 2px;
    right: -8px;
    border: 1px solid #4AC8C1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    position: absolute;
}

.flowItemDiv {
    z-index: 2;
    position: relative;
    width: 100%;
}

.flowItemDiv2 {
    z-index: 2;
    position: relative;
    width: 100%;
}

#flowItemDetail {
    margin-bottom: 20px;
}

#container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    isolation: isolate;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    width: 100%;
    margin: 30px auto;
}

#chatDiv {
    position: absolute;
    display: none;
    z-index: 2;
    width: 100%;
}

#triangleDiv {
    width: 100%;
    height: 20px;
    position: relative;
}

#triangle {
    position: absolute;
    top : 10px;
    width: 21px;
    height: 21px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    background-color:white;
    transform: matrix(0.71, 0.69, -0.72, 0.71, 0, 0);
    z-index: 3;
}

#chat {
    width: calc(100% - 0px);
    line-height: 150%;
    display: flex;
    position: relative;
    color: #40474A;
    flex: none;
    order: 0;
    flex-grow: 0;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #f7f7f7;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.contactDiv {
    width: 80%;
    margin: auto;
    text-align: center;
    border-top: 1px solid #ECECEC;
}

.contactDiv p {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #40474A;
}

.contactDiv p:first-child {
    font-weight: 700;
    padding-right: 20px;
    margin: 20px 0;
}

.conductDiv {
    padding: 0 30px 30px 30px;
    width: 100%;
}

.topicDiv {
    width: 100%;
    padding: 10px 10%;
}

.topicItem {
    background: #F7F7F7;
    border-radius: 10px;
    display: inline-block;
    width: calc(100% / 2 - 25px);
    vertical-align: top;
    padding: 20px;
    line-height: 35px;
}

.topicItem:nth-child(2){
    margin: 0 20px;
}

.topicItem:nth-child(1){
    margin-top: 0;
}

.frequency {
    font-size: 18px;
    color: #40474A;
    font-weight: 700;
}

.targetBlock {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    margin-bottom: 20px;
    width: calc(100% - 40px);
    max-width: 340px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);*/
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    background: #FFFDEB;

    flex-direction: column;
    height: 200px;

}

.targetBlock13{
    margin-left: 25px;
    margin-right: 25px;
}

.targetBlock .mainIcon {
    width: 100px;
    height: 100px;
}

.targetBlock .extendIcon {
    width: 16px;
    height: auto;
}

.targetBlock h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #3AAFA9;
    margin: 0;
}

#window {
    font-size: 18px;
    margin: 18px 0;
}
#strategyMobileTitle, .sectionWheelMobile {
    display: none;
}

.wheelLeft {
    background-image: url("../../../img/menu/1/1-4/icon-arrow-left.svg");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
    width: calc((100% - 210px) / 2 - 6px);
    height: 100%;
    display: inline-block;
}

.wheelRight {
    background-image: url("../../../img/menu/1/1-4/icon-arrow-right.svg");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
    width: calc((100% - 210px) / 2 - 6px);
    height: 100%;
    display: inline-block;
}

.wheelMobileItemView {
    width: 210px;
    height: 100%;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
}

.circleMobile {
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #4AC8C1;
    border-radius: 50%;
    display: inline-block;
    width: 190px;
    height: 190px;
    margin: 0 10px;
    vertical-align: top;
}

.wheelMobileItemContain {
    width: calc(210*9px);
}

.circleMobile.current {
    background-color: #2B7A77;
}

.circleMobileImg {
    width: 60%;
    margin: 10px auto 10px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
}

.circleMobileTitle {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

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

.circleImg {
    margin: 20px auto 10px auto !important;
    background-size: 91% !important;
}

p[data-stringtable="main_topic_13"],
p[data-stringtable="main_topic_15"] {
    height: calc(100% - 100px);
}
/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {
    .section {
        padding: 30px 0;
    }

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

    .sectionContain.wheel {
        width: 100%;
    }

    .titleStyleOne {
        font-size: 24px;
    }

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

    .titleStyleThree {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .titleStyleFour {
        font-size: 24px;
        line-height: unset;
        text-align: center;
    }

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

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

    .actionInfo {
        font-size: 16px;
    }

    .anyFlow {
        height: 55px;
    }

    .anyFow_1 {
        font-size: 16px;
        background-size: contain;
    }

    .anyFow_2 {
        font-size: 16px;
        height: 100%;
        background-size: contain;
    }

    .anyFow_3 {
        font-size: 16px;
    }

    .infoStyleFour {
        font-size: 16px;
    }

    .section:nth-child(5) {
        height: auto;
    }

    .targetBlock {
        flex-direction: column;
        height: 200px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    #target_5 {
        margin-bottom: 5px;
    }

    #container {
        margin: 30px auto 0 auto;
    }

    #chat {
        padding: 15px;
        margin: 0;
        width: 100%;
    }

    .topicDiv {
        padding: 0;
    }

    .topicItem {
        width: calc(100%);
    }

    .topicItem:nth-child(2){
        margin: 10px 0 10px 0;
    }

    .topicItem:nth-child(1){
        margin-top: 10px;
    }

    .conductDiv {
        padding: 0 0 20px 0;
    }

    .contactDiv p:first-child {
        padding-right: 0;
        margin: 20px 0 0 0;
        width: 100%;
    }

    #window {
        font-size: 16px;
        margin: 10px 0 10px 0;
    }

    .contactDiv {
        width: 100%;
    }

    .legendContainer {
        width: 100%;
    }

    #legendContainer {
        padding: 10px;
        border-radius: 20px;
        height: auto;
    }

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

    .canvasIn {
        width: 100%;
    }

    .section:nth-child(2) {
        height: auto;
        padding: 30px 0;
    }

    .wheelContainer {
        display: none !important;
    }

    .sectionWheel {
        width: 100%;
        height: 190px;
        float: unset;
    }

    .wheelInfoFlow {
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 0;
        width: calc(100%);
        margin-bottom: 10px;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .wheelInfoFlow::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }

    .wheelInfoView {
        float: unset;
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    #strategyTitle {
        display: none;
    }

    #strategyMobileTitle {
        display: block;
    }

    .flowTitle {
        font-size: 16px;
        margin: 20px 0 20px 0;
    }

    .flowCircle {
        width: 40px;
        height: 40px;
        background: #4AC8C1;
        border-radius: 40px;
        font-weight: 700;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        z-index: 2;
        margin: auto;
    }

    .flowItem.active .flowCircleTitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #FFB636;
        visibility: visible;
    }

    .flowItemDiv {
        width: 500px;
    }

    .sectionWheelMobile {
        margin-top: 20px;
        display: block;
        width: 100%;
        height: 100%;
    }

    .flowArrow {
        right: 2px;
    }

    .canvasOut {
        padding-bottom: 10px;
        height: 900px;
    }

    .lineView {
        width: calc(100% - 0px);
    }

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

    .mainTopicRightScroll {
        width: 800px;
    }

    .fivePrinciples {
        padding: 0 200px 0 20px;
    }

    .leftRectangle {
        font-size: 14px;
    }

    .mainTopicLeft {
        width: 100px;
    }

    .principleBlock li {
        font-size: 16px;
        background-position: 0 6px;
    }

    .executeMethodItem {
        font-size: 14px;
    }

    .methodItemCountCircle {
        font-size: 22px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
    }

    .mainTopicDiv {
        height: 415px;
    }

    #webGraphFooter {
        display: none;
    }

    #mobileGraphFooter {
        display: block;
    }

    .graphFooter {
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
    }

    .tooltipTitle {
        font-size: 12px;
    }

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