body {
    background: url("/assets/img/faq/gain/bg.png") top no-repeat !important
}

main li,
main p {
    font-size: 20px;
    line-height: 24px
}

.gain_calc_calculator_mobile {
    display: none
}

div.info {
    background: 0 0;
    width: inherit;
    height: inherit
}

.billet {
    margin-top: 20px;
    background: #0fa6ab
}

.billet header {
    padding: 21px 0 28px
}

.billet header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.billet img {
    position: absolute;
    width: 130px;
    max-height: 130px;
    right: 0
}

.billet p {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin: 0
}

.gain_content {
    margin-top: 36px
}

.gain_content .info span {
    color: #0fa6ab;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-top: 6px
}

.gain_fee {
    margin-top: 47px
}

.gain_fee h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px
}

.gain_fee_content_list>div {
    display: flex;
    -moz-column-gap: 41px;
    column-gap: 41px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    text-align: justify
}

.gain_fee_content_list>div:first-child,
.gain_fee_content_list>div:nth-child(2),
.gain_fee_content_list>div:nth-child(3) {
    margin-top: 30px
}

.gain_fee_content_list>div:first-child .right,
.gain_fee_content_list>div:nth-child(3) .right {
    width: 60%;
    background: #59ccd0;
    border-radius: 25px;
    padding: 20px 30px 20px 22px
}

.gain_fee_content_list>div:first-child .left,
.gain_fee_content_list>div:nth-child(3) .left {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.gain_fee_content_list>div:first-child .left img,
.gain_fee_content_list>div:nth-child(3) .left img {
    max-width: 84px;
    max-height: 91px
}

.gain_fee_content_list>div:nth-child(2) .right {
    width: 40%;
    display: flex;
    align-items: center
}

.gain_fee_content_list>div:nth-child(2) .right img {
    max-width: 102px;
    max-height: 111px
}

.gain_fee_content_list>div:nth-child(2) .left {
    background: #59ccd0;
    width: 60%;
    border-radius: 25px;
    padding: 20px 30px 20px 22px
}

.gain_fee_content_list>div:not(:last-child) {
    margin-bottom: 20px
}

.gain_fee_content .bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: clamp(32px, 6vw, 120px);
    column-gap: clamp(32px, 6vw, 120px);
    margin-top: 54px
}

.gain_fee_content .bottom img {
    width: 100%;
    max-width: 320px;
    max-height: inherit;
    height: auto
}
.gain_fee_content .bottom .left {
    display: flex;
    justify-content: flex-end;
    transform: translateY(-100px)
}

.gain_fee_content .bottom .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 833px
}

.gain_fee_content .bottom .right p:first-child {
    margin-bottom: 30px
}
.gain_calc {
    margin-top: 54px
}

.gain_calc p {
    text-align: justify
}

.gain_calc_info p:first-child {
    margin-bottom: 54px
}

.gain_calc_list {
    margin-top: 80px
}

.gain_calc_list>p span {
    color: #0fa6ab;
    font-size: inherit
}

.gain_calc_list ul {
    margin: 19px 0 61px;
    margin-left: clamp(0px, 5vw, 60px);
    list-style-type: none
}

.gain_calc_list li {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.gain_calc_calculator,
.gain_calc_calculator_mobile .right>div {
    border: 4px solid #0fa6ab;
    padding: 30px;
    max-width: 655px;
    position: relative;
    margin: 0 auto;
    border-radius: 20px
}

.gain_calc_calculator:nth-child(2),
.gain_calc_calculator_mobile .right>div:nth-child(2) {
    margin: 41px auto
}

.gain_calc_calculator:nth-child(4),
.gain_calc_calculator_mobile .right>div:nth-child(4),
body>div.gain_calc.og_wrapper>div:nth-child(5) {
    margin: 41px auto 67px
}

.gain_calc_calculator p,
.gain_calc_calculator_mobile .right>div p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin: 0
}

.gain_calc_calculator span,
.gain_calc_calculator_mobile .right>div span {
    display: block;
    position: absolute;
    right: -40px;
    bottom: -30px;
    font-weight: 600;
    line-height: 16px;
    font-size: 14px
}

@media (max-width:820px) {
    html .og_menu ul {
        padding: 0 !important
    }
}

@media (max-width:1024px) {
    .gain_calc_list ul {
        margin: 19px 0 61px;
        margin-left: clamp(0px, 5vw, 60px);
        list-style-type: none
    }

    .gain_calc li,
    .gain_calc p,
    .gain_content .info span,
    .gain_content li,
    .gain_content p,
    .gain_fee li,
    .gain_fee p {
        font-size: 12px;
        line-height: 18px
    }

    .gain_calc_calculator {
        width: 100%;
        padding: 16px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .gain_calc_calculator span {
        font-size: 8px;
        position: static;
        margin-top: 12px;
        text-align: center
    }

    .gain_fee_content_list>div:first-child .left,
    .gain_fee_content_list>div:nth-child(2) .right,
    .gain_fee_content_list>div:nth-child(3) .left {
        width: 20%
    }

    .gain_fee_content_list>div:first-child .right,
    .gain_fee_content_list>div:nth-child(2) .left,
    .gain_fee_content_list>div:nth-child(3) .right {
        width: 80%
    }

    .gain_fee {
        margin-top: 0
    }

    .gain_fee h3 {
        font-size: 14px;
        line-height: 19px
    }

    .gain_fee_content .bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: clamp(24px, 4vw, 72px);
        column-gap: clamp(24px, 4vw, 72px)
    }

    .gain_fee_content .bottom .left {
        transform: translateY(-60px)
    }
}

@media (max-width:900px) {
    .gain_fee_content .bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: clamp(16px, 4vw, 48px);
        column-gap: clamp(16px, 4vw, 48px)
    }
}

@media (max-width:767px) {

    html .billet,
    html .billet .og_wrapper {
        padding: 0 10px
    }

    html .billet header {
        padding: 6px 0
    }

    html .billet p {
        font-size: 11px;
        line-height: 22px
    }

    html .billet img {
        max-width: 40px;
        max-height: 40px
    }

    .gain_calc li,
    .gain_calc p,
    .gain_content li,
    .gain_content p,
    .gain_fee li,
    .gain_fee p {
        text-align: justify
    }

    .gain_calc li,
    .gain_calc p,
    .gain_content .info span,
    .gain_content li,
    .gain_content p,
    .gain_fee li,
    .gain_fee p {
        line-height: 13px !important
    }

    .gain_calc {
        display: grid;
        margin-top: 27px
    }

    .gain_calc_list {
        margin: 0
    }

    .gain_calc_list ul {
        margin: 23px 0 48px;
        padding: 0
    }

    .gain_calc_list ul img {
        width: 20px
    }

    .gain_calc_info p:first-child {
        margin-bottom: 15px
    }

    .gain_calc_calculator,
    .gain_fee .bottom .left,
    .gain_fee h3 {
        display: none
    }

    .gain_calc_calculator_mobile {
        display: grid;
        grid-template-columns: calc(100% - 247px) 247px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        margin-top: 15px
    }

    .gain_calc_calculator_mobile>img {
        width: 75px
    }

    .gain_calc_calculator_mobile .right>div {
        border: 2px solid #0fa6ab;
        padding: 16px 13px;
        position: relative
    }

    .gain_calc_calculator_mobile .right>div p {
        font-size: 8px !important
    }

    .gain_calc_calculator_mobile .right>div img {
        position: absolute
    }

    .gain_calc_calculator_mobile .right>div:first-child img {
        top: -10px;
        left: -30px
    }

    .gain_calc_calculator_mobile .right>div:nth-child(2) img {
        bottom: -20px;
        left: -30px
    }

    .gain_calc_calculator_mobile .right>div:nth-child(2) {
        margin-top: 4px
    }

    .gain_fee_content_list>div {
        display: inherit;
        position: relative
    }

    .gain_fee_content_list>div:first-child .right,
    .gain_fee_content_list>div:nth-child(2) .left,
    .gain_fee_content_list>div:nth-child(3) .right {
        width: 100%
    }

    .gain_fee_content_list>div:first-child .left {
        position: absolute;
        bottom: -30px;
        left: -10px;
        width: fit-content
    }

    .gain_fee_content_list>div:nth-child(2) .right {
        position: absolute;
        bottom: -30px;
        right: -10px;
        width: fit-content
    }

    .gain_fee .bottom {
        margin-top: 29px;
        grid-template-columns: auto
    }
}