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

body.stopScroll {
    overflow-y: hidden;
}

.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 {
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    color: #4AC8C1;
    text-align: center;
}

.titleStyleThree {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #3AAFA9;
    text-align: center;
}

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

.titleStyleFive {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #40474A;
    text-align: left;
    margin-bottom: 10px;
}

.titleStyleSix {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    text-align: left;
    letter-spacing: 0.04em;
    color: #2B7A77;
}

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

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

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

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

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

.section:nth-child(2) {
    background-color: white;
    padding: 30px 0;
    overflow-y: hidden;
    height: 780px;
}

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

.tcedLink {
    text-decoration: underline;
    color: white;
}

.taskView {
    height: 835px;
    padding: 80px 0 30px 0;
}

.taskViewItem {
    width: calc(100% / 4 - 1px);
    height: 100%;
    display: inline-block;
    border-right: 1px solid white;
    padding: 60px 10px;
    vertical-align: top;
    overflow: hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.taskViewItem.last {
    width: calc(100% / 4);
    border-right: 0;
}

.taskViewItem.open:hover {
    width: 40%
}

.taskViewItem.close {
    width: 20%
}

.taskItemTitle {
    width: 100%;
    height: 125px;
}

.taskDetailView {
    width: 100%;
    height: calc(100% - 125px);
}

.taskDetailView.hide {
    display: none;
}

.taskDetailView ul {
    padding-left: 20px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.taskDetailView li {
    list-style-image: url("../../../img/menu/4/4-1/icon-5.svg");
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.taskDetailView li.dept {
    padding-bottom: 0;
}

.deptTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin: 10px 0 0 0;
}

.sectionItemImg {
    width: 70px;
    height: 70px;
    margin-right: calc(100% - 70px);
}

.taskItemBtn {
    width: fit-content;
    background-color: transparent;
    height: 50px;
    border: 0;
    background-image: url("../../../img/menu/4/4-1/icon-right.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: white;
    text-align: left;
    padding-right: 45px;
    cursor: pointer;
}

.dropDown {
    background-image: url("../../../img/menu/4/4-1/icon-down.svg");
    padding-right: 50px;
}

.climateRiskGraph, .climateChanceGraph {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

#canvasRisk, #canvasChance {
    border-radius: 20px;
    position: relative;
    background-color: white;
}

.tooltipNumber {
    background-color: #FFA404;
    color: white;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.tooltipTitle {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #40474A;
    text-align: left;
    width: calc(100% - 30px);
    padding-left: 5px;
}

.tooltipContainerRisk {
    width: 180px;
}

.tooltipEl {
    background-color: #FFEEDA;
    border-radius: 10px;
    opacity: 1;
    width: 200px;
    transform: translate(-50%, 0);
    transition: all .1s ease;
    position: absolute;
}

.tooltipBtn {
    width: 100%;
    background-color: transparent;
    height: 25px;
    border: 0;
    background-image: url("../../../img/menu/4/4-1/icon-right-orange.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #40474A;
    text-align: right;
    padding-right: 30px;
    cursor: pointer;
}

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

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

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

.canvasIn {
    border: 2px solid #4AC8C1;
    border-radius: 20px;
    width: 100%;
    height: calc(100% - 0px);
    position: relative;
}

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

.canvasChanceGraph {
    padding-bottom: 0 !important;
}

.climateRiskGraphInfo, .climateChanceGraphInfo {
    padding: 20px;
}

.climateRiskGraphInfoItem {
    margin-bottom: 10px;
}

.riskCircle {
    width: 25px;
    height: 25px;
    background: #FFFDEB;
    border: 2px solid #ABABAB;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
}

.climateRiskGraphInfoItem:nth-child(2) .riskCircle{
    background: #FFF9C3;
}

.climateRiskGraphInfoItem:nth-child(3) .riskCircle{
    background: #FFF6A0;
}

.riskSubtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    vertical-align: middle;
    color: #40474A;
    height: 25px;
}

.riskDesc {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #40474A;
    vertical-align: middle;
    display: inline-block;
    height: auto;
}

.climateRiskMenu, .climateChanceMenu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.hide {
    display: none;
}

.menuView {
    min-width: 40%;
    width: 700px;
    height: 100%;
    background-color: white;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.menuOpen {
    animation-name: menuOpen;
    animation-duration: .8s;
}

.checkBoxDiv {
    font-size: 18px;
}

@keyframes menuOpen {
    0% {
        opacity: 50%;
        transform: translateX(700px);
    }

    100% {
        opacity: 100%;
        transform: translateX(0);
    }
}

.menuClose {
    animation-name: menuClose;
    animation-duration: .8s;
}

@keyframes menuClose {
    0% {
        opacity: 100%;
        transform: translateX(0);
    }

    100% {
        opacity: 100%;
        transform: translateX(700px);
    }
}

.menuCloseView {
    height: 40px;
    width: 100%;
    margin-top: 20px;
    padding-left: 45px;
}

.menuInfoView {
    width: 100%;
    height: calc(100% - 220px);
    padding: 10px 75px;
    overflow-y: auto;
}

.menuActionView {
    height: 160px;
    width: 100%;
    padding-top: 10px;
}

.menuCloseBtn {
    width: 150px;
    background-color: transparent;
    height: 40px;
    border: 0;
    background-image: url("../../../img/menu/4/4-1/icon-close.svg");
    background-repeat: no-repeat;
    background-position: left 0 center;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #ABABAB;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}

.menuTitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #3AAFA9;
    margin-top: 0;
}

.menuInfo {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #40474A;
}

.menuInfoView ul {
    padding-left: 20px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 18px;
}

.menuInfoView li {
    list-style-image: url("../../../img/menu/4/4-1/icon-5.svg");
    padding-bottom: 20px;
}

.menuInfoView li.menuInfo {
    padding-bottom: 0;
}

.menuBtnView {
    width: max-content;
    max-width: 100%;
    height: 100px;
    margin: auto;
    padding-top: 0;
}

.menuBtnViewArrow {
    width: 40px;
    background-color: transparent;
    height: 60px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center 25px;
    display: inline-block;
    cursor: pointer;
}

.menuBtnViewArrow.left {
    background-image: url("../../../img/menu/4/4-1/icon-left-blue.svg");
}

.menuBtnViewArrow.right {
    background-image: url("../../../img/menu/4/4-1/icon-right-blue.svg");
}

.menuBtnDiv {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
}

.menuBtnNumber {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #4AC8C1;
    border-radius: 40px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    border: none;
    cursor: pointer;
}

.menuBtnNumber.active {
    width: 60px;
    height: 60px;
    background: #FFA404;
    border-radius: 60px;
    line-height: 60px;
}

.legendLi {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    margin-right: 40px;
}

.legendLi label {
    font-weight: 400;
}

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: #2B7A77;
}
#legendCheckBox_1[type="checkbox"]:checked {
    background: #4AC8C1;
}
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);
}

.sectionWheel {
    position: relative;
    width: 360px;
    height: 100%;
    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;
}

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

.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: 85% !important;
}

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

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

#manageMobileTitle, #manageMobileDesc, .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;
}

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

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

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

.mobileGraphScrollBtn, .taskDotView {
    display: none;
}

.menuBtnDivView {
    width: 100%;
}

.conductContain {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.conductItem {
    margin-bottom: 30px;
    position: relative;
}

.conductImgView {
    display: inline-block;
    width: 100px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.conductInfo {
    width: calc(100% - 0px);
    padding-left: 130px;
    padding-right: 25px;
}

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

    .section:nth-child(1) {
        padding-top: 0;
        background-image: unset;
        color: white;
    }

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

    .sectionContain.wheel {
        width: 100%;
    }

    .titleStyleOne {
        font-size: 24px;
    }

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

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

    .titleStyleFive {
        font-size: 20px;
    }

    .titleStyleSix {
        font-size: 20px;
    }

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

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

    .infoStyleTwo {
        font-size: 16px;
        letter-spacing: unset;
        line-height: 130%;
    }

    .infoStyleThree {
        font-size: 16px;
    }

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

    .legendContainer {
        width: 100%;
    }

    .legendLi {
        margin: auto;
    }

    .canvasIn {
        width: 1080px;
    }

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

    .wheelContainer {
        display: none !important;
    }

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

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

    #manageTitle, #manageDesc {
        display: none;
    }

    #manageMobileTitle, #manageMobileDesc {
        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;
    }

    .taskDetailView li {
        font-size: 16px !important;
        line-height: 122%;
    }

    .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: 52px;
        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.climateChance {
        top: -15px;
    }

    .riskCircle {
        vertical-align: top;
    }

    .riskSubtitle {
        vertical-align: top;
        font-size: 16px;
    }

    .riskDesc {
        width: calc(100% - 155px);
        vertical-align: top;
        font-size: 16px;
    }

    .climateRiskGraphInfo {
        padding: 10px 10px 0 10px;
    }

    .menuView {
        width: 100%;
    }

    @keyframes menuOpen {
        0% {
            opacity: 50%;
            transform: translateY(-100%);
        }

        100% {
            opacity: 100%;
            transform: translateY(0);
        }
    }

    @keyframes menuClose {
        0% {
            opacity: 100%;
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            transform: translateY(-100%);
        }
    }

    .menuInfoView {
        padding: 10px;
    }

    .menuCloseView {
        padding-left: 10px;
    }

    .menuBtnNumber {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px;
        margin: 0 5px 0 0;
        padding: 0;
    }

    .menuBtnNumber.active {
        width: 45px !important;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
    }

    .menuBtnViewArrow {
        background-position: center 15px;
    }

    .flowArrow {
        right: 2px;
    }

    .taskView {
        padding: 25px 0 10px 0;
        overflow-x: hidden;
    }

    .taskView.one {
        height: 500px;
        transition-duration: 2s;
    }

    .taskView.two {
        height: 350px;
        transition-duration: 2s;
    }

    .taskView.three {
        height: 450px;
        transition-duration: 2s;
    }

    .taskView.four {
        height: 680px;
        transition-duration: 2s;
    }

    .taskViewScroll {
        height: 100%;
        width: calc(100% * 4 + 0px);
    }

    .taskViewItem {
        width: calc(100%/4);
        display: inline-block;
        border-right: 0;
        padding: 0 0 0 10px;
    }

    .taskItemBtn {
        background-image: none;
    }

    .taskDotView {
        display: block;
        width: 100%;
        height: 50px;
    }

    .taskDot {
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
    }

    .dot {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        background-color: #4AC8C1;
        border-radius: 15px;
    }

    .taskDot.active .dot {
        background-color: #F4D242;
    }

    .dotBtn {
        background-size: 5px;
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #ABABAB;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        background-color: white;
        display: inline-block;
        margin-top: 15px;
        vertical-align: top;
    }

    .dotLeftBtn {
        transform: rotate(180deg);
        background-image: url("../../../img/menu/1/1-4/icon-arrow-right.svg");
        margin-right: 5px;
    }

    .dotRightBtn {
        background-image: url("../../../img/menu/1/1-4/icon-arrow-right.svg");
        margin-left: 5px;
    }

    .taskDotContain {
        width: max-content;
        margin: auto;
    }

    .menuBtnDiv {
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

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

    .menuBtnDivView {
        min-width: 100%;
    }

    .canvasOut {
        padding-bottom: 10px;
    }

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

    .conductImgView {
        width: 50px;
    }

    .conductInfo {
        padding-left: 60px;
        padding-right: 0;
    }

    .conductContain {
        margin-top: 20px;
    }

    .conductImg {
        width: 50px;
    }

    .swipeTaskBg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }

    .swipeTaskBg2 {
        width: calc(100%*4);
        background-image: url("../../../img/menu/4/4-1/img-1.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        height: 100%;
    }
}