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 {
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    display: flex;
    text-align: left;
    color: #3AAFA9;
}

.titleStyleThree {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #40474A;
    text-align: center;
    margin-bottom: 10px;
}

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

.infoStyleThree {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #717784;
}

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

.section:nth-child(1) {
    background-color: white;
    padding: 30px 0;
    overflow-y: hidden;
    min-height: 800px;

}

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

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

.sectionWheel {
    position: relative;
    width: 360px;
    height: 100%;
    float: left;
}

.wheelContainer {
    height: 770px !important;
}

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

.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;
    margin-top: 40px;
}

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

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

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

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

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

.circleImg {
    margin-top: 25px !important;
    background-size: 90% !important;
}

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

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

#qualityMobileTitle, #qualityMobileDesc, .sectionWheelMobile, #qualityMobileList {
    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;
    vertical-align: top;
    margin: 0 10px;
}

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

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

.circleMobileImg {
    width: 60%;
    margin: 20px auto 0 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%;
}

.targetInfo {
    margin-top: 20px;
}

.qualityList {
    padding-top: 20px;
}

.qualityList span {
    font-size: 20px;
    line-height: 150%;
    color: #717784;
}

ul {
    padding-left: 0;
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    color: #717784;
}

li {
    font-weight: 400 !important;
    margin: auto;
    background: url("../../../img/menu/4/4-1/icon-5.svg") no-repeat 0 10px transparent;
    list-style-type: none;
    padding: 0 0 0 24px;
}

#infoDesc {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #40474A;
}

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

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

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

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

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

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

.rateForm {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {

    .section {
        padding: 30px 0;
    }

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

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

    .sectionContain.wheel {
        width: 100%;
    }

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

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

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

    .infoStyleThree {
        font-size: 16px;
    }

    .wheelContainer {
        display: none !important;
    }

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

    .wheelInfoFlow {
        height: 140px;
        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;
        min-height: unset;
    }

    #qualityManageTitle, #qualityManageDesc, #qualityList {
        display: none;
    }

    #qualityMobileTitle, #qualityMobileDesc, #qualityMobileList {
        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: 100%;
    }

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

    .flowItem:nth-child(1) .flowCircle{
        margin: 0;
    }

    ul {
        font-weight: 400 !important;
        font-size: 16px;
    }

    li {
        font-weight: 400 !important;
    }

    #infoDesc {
        font-size: 16px;
    }

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

    .rateForm {
        margin-bottom: 20px;
        overflow-x: scroll;
    }

    .qualityList span {
        font-size: 16px;
    }
}