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

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

.titleStyleTwo {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #2B7A77;
    margin: 30px 0;
}

.titleStyleThree {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #B8E9E6;
    width: 100%;
    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 {
    padding-top: 10px;
    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%;
}

.section:nth-child(2) {
    background-image: url("../../../img/menu/2/2-3/img-3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
}

.awardFlow {
    width: 100%;
    display: flex;
    height: auto;
    padding-bottom: 80px;
}

.awardFlowDiv {
    width: calc(100% / 2 - 55px);
    height: 100%;
    margin-right: 20px;
}

.awardFlowItem {
    width: 100%;
    height: auto;
    color: white;
    margin-bottom: 20px;
}

.awardFlowItem:nth-child(4) .awardFlowItemTitle, .awardFlowItem:nth-child(5) .awardFlowItemTitle{
    background-color: #4CA4AF;
}

.awardFlowItem:nth-child(4) .flowTriangle, .awardFlowItem:nth-child(5) .flowTriangle {
    border-color: #4CA4AF transparent transparent transparent;
}

.awardFlowItem:last-child {
    margin-bottom: 0;
}

.awardFlowItem:last-child .awardFlowItemTitle {
    margin-bottom: 0;
    background-color: #2B7A77;
}

.awardFlowItem:last-child .flowTriangle {
    border-color: #2B7A77 transparent transparent transparent;
}

.awardFlowItemTitle {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #C8B400;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}

.flowTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #C8B400 transparent transparent transparent;
    margin: auto;
}

.awardFlowArrow {
    display: inline-block;
    width: 70px;
    background-image: url("../../../img/menu/2/2-3/icon-9.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.awardFlowPoint {
    width: calc(100% / 2 - 35px);
}

.green {
    background-color: #9EBB84 !important;
}

.green2 {
    background-color: #7DB191 !important;
}

.pointCircle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #C3C77F;
    margin: auto;
}

.pointLine {
    display: inline-block;
    width: 150px;
    background-color: #C3C77F;
    height: 2px;
    margin: auto;
}

.pointInfo {
    display: inline-block;
    width: calc(100% - 165px);
    background-color: white;
    border: 2px solid #C3C77F;
    border-radius: 20px;
    font-size: 20px;
    color: #40474A;
    padding: 20px;
    margin: auto;
}

.awardFlowPointItem {
    display: flex;
}

.awardFlowPointItem:first-child {
    margin-top: 75px;
}

.awardFlowPointItem:nth-child(2) {
    margin-top: 60px;
}


.awardFlowPointItem:last-child {
    margin-top: 15px;
}

.developTargetDiv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.developTargetView {
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

.targetFlowItm {
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    font-size: 24px;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    line-height: 60px;
    background-position: left;
    padding-left: 30px;
    border-radius: 5px;
}

.targetFlowItm:nth-child(1) {
    background-image: url("../../../img/menu/1/1-4/icon-15.svg");
    width: calc(100%/3 + 15px);
    left: 0;
    z-index: 2;
}

.targetFlowItm:nth-child(2) {
    background-image: url("../../../img/menu/1/1-4/icon-16.svg");
    width: calc(100%/3 + 15px);
    left: calc(100% / 3 + 5px);
    z-index: 1;
}

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

.targetInfo {
    margin-top: 20px;
}

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

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

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

.targetInfoItem:nth-child(3){
    background-color: #C8B400;
}

.targetInfoItem span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 16px;
}

.sectionPatentView {
    width: 100%;
    overflow: hidden;
}

.sectionCardItem {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    width: calc(50% - 20px);
    padding: 30px;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 25px 0;
    position: relative;
}

.sectionCardItem.left {
    float: left;
}

.sectionCardItem.right {
    float: right;
}

.cardItemImg {
    float: left;
    width: 20%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.cardItemInfo {
    float: right;
    width: calc(80%);
    padding-left: 20px;
}

.notifyP {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #717784;
    margin: 20px 0;
}

.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;
    width: 100%;
    height: calc(100% - 0px);
    border-radius: 20px;
    position: relative;
    padding: 10px 50px;
}

.sectionGraph{
    width: 100%;
    position: relative;
    margin-top: 30px;
    height: 500px;
    padding-bottom: 70px;
}

.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;
    max-width: 100%;
}

.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: #4AC8C1;
}
#legendCheckBox_1[type="checkbox"]:checked {
    background: #45D2FF;
}
#legendCheckBox_2[type="checkbox"]:checked {
    background: #ABABAB;
}
#legendCheckBox_3[type="checkbox"]:checked {
    background: #FFB636;
}

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

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

.mobileGraphScrollBtn {
    display: none;
}

#graphTitle {
    padding-top: 60px;
}

.chartDate {
    text-align: center;
    color: #717784;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}
/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {
    .section {
        padding: 30px 0;
    }

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

    .titleStyleOne {
        font-size: 23px;
    }

    .titleStyleTwo {
        font-size: 20px;
    }

    .titleStyleThree {
        font-size: 20px;
    }

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

    .infoStyleTwo {
        font-size: 16px;
    }

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

    .sectionInfoItem {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .sectionInfoItem.left {
        float: unset;
        margin-bottom: 30px;
    }

    .sectionCardItem {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 20px;
    }

    .developTargetDiv {
        overflow-x: scroll;
    }

    .developTargetView {
        width: 800px;
    }

    .targetFlow {
        height: 55px;
    }

    .targetFlowItm, .targetFlowItmRight {
        line-height: 55px;
    }

    .awardFlow {
        padding-bottom: 60px;
    }

    .awardFlowItemTitle {
        height: 60px;
        line-height: normal;
        font-size: 14px;
        display: flex;
    }

    .awardFlowDiv {
        width: calc(100% / 2 - 35px);
        margin-right: unset;
    }

    .awardFlowPoint {
        width: calc(100% / 2 - 15px);
    }

    .awardFlowArrow {
        width: 50px;
        background-image: url("../../../img/menu/2/2-3/icon-9-2.svg");
    }

    .pointLine {
        width: 15px;
    }

    .pointCircle {
        width: 10px;
        height: 10px;
    }

    .pointInfo {
        width: calc(100% - 20px);
        font-size: 14px;
        padding: 10px;
        border-radius: 10px;
    }

    .awardFlowItem {
        margin-bottom: 10px;
    }

    .awardFlowItemTitleText {
        margin: auto;
    }

    .awardFlowPointItem:first-child {
        margin-top: 68px;
    }

    .awardFlowPointItem:nth-child(2) {
        margin-top: 46px;
    }

    .awardFlowPointItem:last-child {
        margin-top: 5px;
    }

    .sectionGraph {
        margin: 0;
        padding: 10px 0 60px 0;
    }

    .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: 118px;
    }

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

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

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

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

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

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

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

    .notifyP {
        margin: 0;
        text-indent: -34px;
        margin-left: 34px;
    }

    #graphTitle {
        padding-top: 30px;
    }

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

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