.content-wrap {
    padding: 71px 0;
    text-align: center
}

.content-wrap.white {
    background: #fff
}

.content-wrap.gray {
    background: #F7F8F9
}

.content-wrap .title {
    font-size: 36px;
    color: #000;
    font-weight: 800
}

.setup-wrap .setup-cont {
    display: flex;
    margin-top: 70px
}

.setup-wrap .setup-cont .cont {
    flex: 1;
    order: 1;
    text-align: left;
    color: #333;
    font-size: 18px;
    line-height: 32px;
    margin-right: 68px
}

.setup-wrap .setup-cont .cont .txt:nth-child(2) {
    margin: 25px 0 65px
}

.setup-wrap .setup-cont .cont .txt:nth-child(3) {
    margin-left: 54px;
    border-left: 2px solid #C8D0D5;
    padding-left: 44px
}

.setup-wrap .setup-cont .img {
    order: 2;
    max-width: 490px
}

.setup-wrap .setup-cont2 {
    margin-top: 65px;
    display: flex
}

.setup-wrap .setup-cont2 .img {
    max-width: 490px
}

.setup-wrap .setup-cont2 .cont {
    flex: 1;
    text-align: left;
    color: #333;
    font-size: 18px;
    line-height: 32px;
    margin-left: 64px
}

.setup-wrap .setup-cont2 .cont .txt {
    margin-bottom: 25px
}

.setup-wrap .setup-cont2 .cont .txt:last-child {
    text-align: right
}

.support-wrap .support-cont {
    margin-top: 60px
}

.support-wrap .support-cont .support-box {
    display: flex;
    justify-content: space-around
}

.support-wrap .support-cont p {
    color: #333;
    font-size: 24px
}

.support-wrap .support-cont .txt {
    margin: 45px 0 12px;
    font-weight: 700
}

.bottom-cont {
    display: flex;
    align-items: center;
    justify-content: center
}

.bottom-cont .txt {
    font-size: 24px;
    margin-right: 67px;
    color: #000
}

.bottom-cont .txt span {
    color: #EF5A54
}

.bottom-cont .red-btn {
    border-radius: 5px;
    background: #EF5A54;
    color: #fff;
    font-size: 24px;
    width: 200px;
    height: 53px;
    outline: 0;
    border: 0
}

.mobile-icon {
    display: none
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .content-wrap .title {
        font-size: 35px;
        line-height: 30px
    }
}

@media screen and (max-width: 800px) {
    .bottom-wrap {
        display: none
    }

    .mobile-icon, .support-wrap .support-cont .support-box {
        display: block
    }

    .banner-wrap {
        margin-top: 95px
    }

    .mobile-icon {
        z-index: 10;
        position: fixed;
        bottom: 0;
        right: -100px
    }

    .mobile-icon img {
        width: 50%
    }

    .setup-wrap .setup-cont {
        margin-top: 40px !important
    }

    .setup-wrap .setup-cont .cont {
        margin: 40px 0 0 !important;
        font-size: 14px;
        line-height: 26px
    }

    .setup-wrap .setup-cont .cont .txt:nth-child(2) {
        margin: 25px 0 40px
    }

    .setup-wrap .setup-cont .cont .txt:nth-child(3) {
        margin-left: 18px;
        padding-left: 20px
    }

    .setup-wrap .setup-cont2 {
        margin-top: 40px
    }

    .setup-wrap .setup-cont2 .cont {
        margin: 0 !important;
        font-size: 14px;
        line-height: 26px
    }

    .support-wrap .support-cont {
        margin-top: 40px
    }

    .support-wrap .support-cont .support-box .one {
        margin-bottom: 60px
    }

    .support-wrap .support-cont .support-box .one:last-child {
        margin-bottom: 0
    }

    .support-wrap .support-cont .txt {
        margin-top: 30px;
        font-size: 24px
    }

    .support-wrap .support-cont p {
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    .setup-wrap .setup-cont {
        display: block;
        margin-top: 60px
    }

    .setup-wrap .setup-cont .img {
        margin: 0 10%
    }

    .setup-wrap .setup-cont .cont {
        margin: 60px 10% 0
    }

    .setup-wrap .setup-cont2 {
        display: block
    }

    .setup-wrap .setup-cont2 .cont, .setup-wrap .setup-cont2 .img {
        margin: 0 10%
    }
}

@media screen and (max-width: 768px) {
    .banner-wrap {
        margin-top: 85px
    }
}

@media screen and (max-width: 500px) {
    .content-wrap {
        padding: 65px 0
    }

    .content-wrap .title {
        font-size: 21px;
        line-height: 30px
    }

    .content-wrap .title.text_left {
        text-align: left
    }

    .setup-wrap .setup-cont, .setup-wrap .setup-cont .cont {
        margin-top: 34px !important
    }

    .setup-wrap .setup-cont .cont .txt:nth-child(2) {
        margin: 20px 0
    }

    .setup-wrap .setup-cont .cont .txt:nth-child(3) {
        padding-left: 17px
    }

    .setup-wrap .setup-cont2, .support-wrap .support-cont {
        margin-top: 34px
    }

    .support-wrap .support-cont .txt {
        margin-top: 25px;
        font-size: 14px
    }

    .support-wrap .support-cont p {
        font-size: 14px
    }

    .support-wrap .support-cont .support-box .one {
        margin-bottom: 39px
    }

    .mobile-icon {
        right: -105px !important;
        bottom: 68px !important
    }

    .mobile-icon img {
        width: 50% !important
    }
}