html body {
    font-family: Myriad Pro
}

/* .header .nav-li:last-child {
    height: 31px
} */

.navbar-form {
    padding: 0;
    margin: 0
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    font-family: Myriad Pro
}

.container {
    padding-left: 0;
    padding-right: 0
}

img {
    max-width: 100%;
    height: auto !important
}

a:hover {
    text-decoration: none
}

.banner {
    color: #fff;
    background: url(/assets/adr/images/mbackupper/banner-bg.png);
    padding: 80px 0
}

.banner h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 18px
}

.banner h1 img {
    vertical-align: -8px
}

.banner h2 {
    font-size: 5rem;
    line-height: 50px;
    margin-bottom: 45px
}

.banner h2 span {
    color: #ffd308
}

.banner .banner-left {
    vertical-align: top;
    width: 48%;
    display: inline-block
}

.banner .banner-left ul.ic-lf {
    margin-bottom: 48px
}

.banner .banner-left ul.ic-lf li {
    line-height: 24px;
    margin-bottom: 20px
}

.banner .banner-left .btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-family: Myriad Pro;
    font-weight: 600;
    margin-bottom: 20px
}

.banner .banner-left .btn::before {
    width: 21px;
    height: 21px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    margin-right: 10px;
    background-position: -841px -364px
}

.banner .banner-left .btn-down-txt {
    font-size: 14px;
    line-height: 1;
    font-family: Myriad Pro
}

.banner .banner-right {
    margin-right: 0;
    width: 51%;
    display: inline-block;
    text-align: right
}

.banner .banner-right img {
    margin-top: 50px
}

@media (max-width:991px) {
    .banner .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .banner .container .banner-left,
    .banner .container .banner-right {
        width: 100%;
        text-align: center
    }

    .banner .container .banner-right {
        margin-bottom: 30px
    }

    .banner .container h1,
    .banner .container h2 {
        text-align: left
    }

    .banner .container h2 {
        font-size: 3.8rem
    }

    .banner .container .banner-left ul.ic-lf li {
        text-align: left
    }
}

.what {
    padding: 90px 0;
    background: #f7f7f7
}

.what h2 {
    font-size: 4rem;
    text-align: center
}

.what-txt {
    margin: auto;
    text-align: center;
    max-width: 907px;
    font-size: 18px;
    margin-bottom: 40px
}

.what .item-box {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.what .align-left {
    float: left;
    margin-right: 20px;
    width: 50%
}

.what .align-right {
    float: right;
    margin-left: 20px;
    width: 50%
}

.what .slide-in {
    max-width: 500px;
    padding: 0 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.what .slide-in img {
    margin-bottom: 30px
}

.what .slide-in h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.what .slide-in p {
    font-size: 16px
}

.what .align-left.slide-in {
    -webkit-transform: translateX(-30%) scale(.95);
    -ms-transform: translateX(-30%) scale(.95);
    transform: translateX(-30%) scale(.95)
}

.what .align-right.slide-in {
    -webkit-transform: translateX(30%) scale(.95);
    -ms-transform: translateX(30%) scale(.95);
    transform: translateX(30%) scale(.95)
}

.what .slide-in.active {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
}

@media (max-width:767px) {
    .what .item-box {
        display: block
    }

    .what .item-box .slide-in {
        margin-right: 0;
        padding: 0;
        max-width: none;
        text-align: center;
        width: 100%;
        margin-bottom: 50px
    }

    .what .item-box .slide-in:last-child {
        margin-bottom: 0
    }
}

.why {
    padding: 90px 0
}

.why h2 {
    text-align: center;
    margin-bottom: 50px
}

.why .ic {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    height: 25px;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat
}

.why .ic.ic-bluelight {
    background-position: -921px -358px
}

.why .ic.ic-graylight {
    background-position: -956px -358px
}

.why .ic.ic-hook {
    background-position: -508px -43px
}

.why .ic.ic-x {
    background-position: -471px -43px
}

.why .why-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why .why-top li {
    max-width: 220px
}

.why .why-top li .why-item>div {
    width: 40px;
    height: 40px;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    margin-bottom: 10px
}

.why .why-top li:nth-child(1) .why-item>div {
    background-position: -423px -545px
}

.why .why-top li:nth-child(2) .why-item>div {
    background-position: -483px -545px
}

.why .why-top li:nth-child(3) .why-item>div {
    background-position: -543px -545px
}

.why .why-top li:nth-child(4) .why-item>div {
    background-position: -603px -545px
}

.why .why-top li h3 {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px
}

.why .why-top li p {
    font-size: 14px;
    line-height: 24px
}

.why .meets-wrap {
    background: #fff
}

.why .meets-wrap .table {
    margin-bottom: 0
}

.why .meets-wrap .table>thead>tr>th {
    border: none
}

.why .meets-wrap table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    font-family: 'HelveticaNeueLTPro Bd'
}

.why .meets-wrap table tr td:nth-child(2) {
    color: #1167e1;
    font-weight: 700
}

.why .meets-wrap .table-con {
    max-width: 1100px;
    margin: 70px auto 0;
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #c5c5c5;
    -webkit-box-shadow: 0 15px 30px 0 rgba(11, 86, 220, .25);
    box-shadow: 0 15px 30px 0 rgba(11, 86, 220, .25)
}

.why .meets-wrap .table-con th {
    font-size: 2rem;
    font-family: 'HelveticaNeueLTPro Bd';
    background-color: #f0f3fb
}

.why .meets-wrap .table-con th:first-child {
    background-color: #fff
}

.why .meets-wrap .table-con th:last-child {
    border-left: 1px solid #fff
}

.why .meets-wrap .table-con td,
.why .meets-wrap .table-con th {
    text-align: center;
    vertical-align: middle
}

.why .meets-wrap .table-con td {
    height: 60px
}

.why .meets-wrap .mback {
    width: 320px;
    height: 70px;
    background-image: -webkit-gradient(linear, right top, left top, from(#1a35b2), to(#0f74ec)), -webkit-gradient(linear, left top, left bottom, from(#0784ff), to(#0784ff));
    background-image: -o-linear-gradient(right, #1a35b2 0, #0f74ec 100%), -o-linear-gradient(#0784ff, #0784ff);
    background-image: linear-gradient(-90deg, #1a35b2 0, #0f74ec 100%), linear-gradient(#0784ff, #0784ff);
    color: #fff
}

@media (max-width:991px) {
    .why h2 {
        margin-bottom: 30px
    }

    .why .why-top li {
        margin-bottom: 30px;
        width: 50%;
        max-width: none;
        padding: 0 30px 0 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .why .why-top li .why-item>div {
        margin: auto;
        margin-bottom: 20px
    }
}

@media (max-width:560px) {
    .why .why-top li {
        padding-right: 0;
        width: 100%;
        margin-right: 0
    }
}

.vs {
    background: #dbe7fa;
    padding: 90px 0;
    text-align: center
}

.vs h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 0 1px #1a1a1a
}

.vs .vs-txt {
    font-size: 18px;
    margin-bottom: 50px
}

.vs .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.vs .flex-box .ic-lf>li {
    text-align: left;
    position: relative;
    padding-left: 23px
}

.vs .flex-box .ic-lf>li::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat
}

.vs .flex-box .ic-lf.hook>li::before {
    width: 15px;
    height: 13px;
    background-position: -508px -43px;
    top: 12px
}

.vs .flex-box .ic-lf.hook>.cha::before {
    background-position: -543px -43px
}

.vs .flex-box .item {
    width: 440px;
    border-radius: 20px;
    max-width: 440px;
    overflow: hidden;
    text-align: left;
    padding: 40px;
    background: #fff url(/assets/adr/images/mbackupper/title1.png) no-repeat top
}

.vs .flex-box .item .item-top {
    height: 230px
}

.vs .flex-box .item .item-main {
    text-align: center
}

.vs .flex-box .item .item-main ul {
    margin-top: 10px;
    min-height: 320px;
    text-align: left;
    margin-bottom: 35px
}

.vs .flex-box .item .item-main li {
    line-height: 40px
}

.vs .flex-box .item h3 {
    font-size: 30px
}

.vs .flex-box .item .price {
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0 0 1px #1a1a1a
}

.vs .flex-box .item .price span {
    font-size: 36px
}

.vs .flex-box .btn {
    width: 240px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: 600
}

.vs .flex-box .btn-down::before {
    position: relative;
    top: -1px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    vertical-align: middle;
    background-position: -884px -364px;
    margin-right: 10px
}

.vs .flex-box .flex2 .item {
    background: #fff url(/assets/adr/images/mbackupper/title2.png) no-repeat top
}

.vs .flex-box .flex2 .item-top {
    color: #fff
}

.vs .flex-box .flex2 .price del {
    font-weight: 400;
    font-size: 18px
}

.vs .flex-box .flex2 .item-txt {
    font-size: 18px
}

@media (max-width:991px) {
    .vs .flex-box {
        display: block
    }

    .vs .flex-box>li {
        width: 100%
    }

    .vs .flex-box>li .item {
        max-width: 100%;
        margin: 0 auto 30px
    }
}

@media (max-width:500px) {
    .vs .flex-box .item {
        padding: 30px 15px
    }

    .vs .flex-box .item .item-main ul {
        margin-bottom: 30px
    }
}

.work-wrap {
    padding: 5% 0;
    background: #f7f7f7
}

.work-wrap h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    color: #1e252f;
    text-align: center;
    margin-bottom: 70px
}

.work-wrap .slick-list {
    max-width: 608px;
    margin: auto
}

.work-wrap .slick-list img {
    max-width: 100%
}

.work-wrap p.t-ct {
    font-size: 20px;
    color: #1e252f;
    margin-bottom: 50px
}

.work-wrap .work-flex>div>ul {
    margin-top: 60px;
    position: relative
}

.work-wrap .work-flex>div>ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 32px);
    border: 1px dashed #d0daec;
    top: 10px;
    left: 14px
}

.work-wrap .pos {
    position: relative
}

.work-wrap .work-flex>div>ul li {
    position: relative;
    margin-bottom: 80px;
    padding-left: 45px;
    color: #1e252f;
    font-size: 20px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    height: auto
}

.work-wrap .work-flex>div>ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #1e252f;
    font-weight: 400;
    max-height: 0
}

.work-wrap .work-flex>div>ul li.active {
    color: #0b56dc
}

.work-wrap .work-flex>div>ul li.active p {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    max-height: none
}

.work-wrap .work-flex>div>ul li.active:before,
.work-wrap .work-flex>div>ul li:hover::before {
    color: #fff;
    background: url(/assets/adr/images/mbackupper/click-1.png) no-repeat
}

.work-wrap .work-flex>div>ul li:before {
    background: url(/assets/adr/images/mbackupper/click-2.png) no-repeat;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    left: 0;
    top: 1px;
    z-index: 100
}

.work-wrap .work-flex>div>ul li:nth-child(3)::before {
    height: 100%;
    background: #f7f7f7 url(/assets/adr/images/mbackupper/click-2.png) no-repeat
}

.work-wrap .work-flex>div {
    counter-reset: index
}

.work-wrap .slick-dots {
    display: block !important;
    bottom: -50px
}

.work-wrap .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cecece;
    margin-right: 20px
}

.work-wrap .slick-dots li button {
    visibility: hidden
}

.work-wrap .slick-dots li.slick-active {
    background: -webkit-gradient(linear, left bottom, left top, from(#468ae7), to(#0e6dee));
    background: -o-linear-gradient(bottom, #468ae7 0, #0e6dee 100%);
    background: linear-gradient(0deg, #468ae7 0, #0e6dee 100%);
    background: #2d52f1
}

.work-wrap .slick-prev {
    left: 0;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    background-position: -10px -76px;
    width: 17px;
    height: 28px;
    margin-top: -28px
}

.work-wrap .slick-prev:hover {
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    width: 17px;
    height: 28px;
    background-position: -48px -76px
}

.work-wrap .slick-next {
    right: 0;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    background-position: -87px -76px;
    width: 17px;
    height: 28px;
    margin-top: -28px
}

.work-wrap .slick-next:hover {
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    width: 17px;
    height: 28px;
    background-position: -125px -76px
}

@media (max-width:1199px) {
    .work-wrap .work-flex>div>ul li {
        margin-bottom: 40px
    }

    .work-wrap .work-flex>div>ul::before {
        height: calc(100% - 48px)
    }

    .work-wrap .slick-prev {
        left: -20px
    }

    .work-wrap .slick-next {
        right: -20px
    }
}

@media (max-width:991px) {
    .work-wrap .work-flex>div {
        display: block;
        width: 100%
    }

    .work-wrap .work-flex>div>ul::before {
        height: calc(100% - 32px)
    }
}

.tricks {
    background: #fff
}

.tricks .container {
    padding-top: 100px;
    padding-bottom: 100px
}

.tricks a:hover {
    -webkit-text-decoration: revert;
    text-decoration: revert
}

.tricks p {
    text-align: center;
    font-size: 18px;
    color: #333
}

.tricks h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center
}

.tricks .collapsed-box {
    margin-top: 57px
}

.tricks .collapsed-box .collapsed {
    cursor: pointer;
    max-width: 700px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    background-color: #fff
}

.tricks .collapsed-box .collapsed.active h3,
.tricks .collapsed-box .collapsed:hover h3 {
    color: #005fe6
}

.tricks .collapsed-box .collapsed.active h3:after,
.tricks .collapsed-box .collapsed:hover h3:after {
    background-position: -407px -82px
}

.tricks .collapsed-box .collapsed.active {
    padding-bottom: 10px
}

.tricks .collapsed-box .collapsed.active h3:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tricks .collapsed-box h3 {
    padding: 26px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1a1a1a;
    position: relative
}

.tricks .collapsed-box h3::after {
    content: '';
    width: 19px;
    height: 10px;
    background: url(../images/icons/AR-icon-small1.png) no-repeat -368px -82px;
    position: absolute;
    top: 37px;
    right: 1px
}

.tricks .collapsed-box p {
    font-size: 14px;
    line-height: 26px;
    color: #444;
    display: none;
    position: relative;
    top: -20px;
    text-align: left;
    padding-right: 30px
}

.tricks .collapsed-box :nth-last-child(1) {
    border: none
}

.tricks .t-ar {
    margin-top: 108px
}

.tricks .t-ar img {
    width: 38.6rem;
    height: 35.3rem;
    max-width: 100%;
    height: auto !important
}

.tricks .btn-s {
    border-radius: 10px;
    padding: 0 20px;
    margin-top: -24px !important
}

@media (max-width:991px) {
    .tricks {
        padding: 50px 0 0
    }

    .tricks h2 {
        margin-bottom: 35px
    }

    .tricks .container {
        padding: 0 15px;
        margin-bottom: 40px
    }

    .tricks .tricks-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .tricks .tricks-box .t-ar {
        margin-top: 20px
    }

    .tricks .tricks-box h3 {
        padding: 26px 10px;
        font-size: 20px;
        margin-bottom: 20px
    }

    .tricks .tricks-box h3::after {
        margin-right: -10px
    }

    .tricks .collapsed-box p {
        padding-right: 0
    }

    .tricks .btn {
        position: absolute;
        left: 50%;
        margin-left: -124px
    }
}

.say {
    padding: 90px 0 100px;
    background: #f2f2f2
}

.say h2 {
    text-align: center;
    margin-bottom: 100px
}

.say .say-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.say .say-flex li {
    max-width: 24%;
    width: 290px;
    height: 350px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 30px;
    position: relative;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.say .say-flex li::before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.say .say-flex li h3 {
    line-height: 1;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 25px
}

.say .say-flex li:nth-child(1)::before {
    background: url(/assets/adr/images/mbackupper/tou1.png)
}

.say .say-flex li:nth-child(2)::before {
    background: url(/assets/adr/images/mbackupper/tou2.png)
}

.say .say-flex li:nth-child(3)::before {
    background: url(/assets/adr/images/mbackupper/tou3.png)
}

.say .say-flex li:nth-child(4)::before {
    background: url(/assets/adr/images/mbackupper/tou4.png)
}

.say .say-flex li p {
    font-size: 14px;
    line-height: 24px
}

.say .say-flex li .img-div {
    display: inline-block;
    width: 137px;
    height: 18px;
    background: url(/assets/adr/images/icons/AR-icon-small1.png) no-repeat;
    background-position: -301px -135px;
    margin-bottom: 18px
}

.say .say-flex li:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(86, 131, 244, .35);
    box-shadow: 0 10px 30px 0 rgba(86, 131, 244, .35)
}

@media (max-width:1199px) {
    .say .say-flex li {
        min-height: 420px
    }
}

@media (max-width:991px) {
    .say .say-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .say .say-flex li {
        max-width: none;
        width: 48%;
        min-height: 0;
        height: auto;
        margin-bottom: 60px
    }

    .say .say-flex li:last-child {
        margin-bottom: 0
    }
}

@media (max-width:650px) {
    .say .say-flex li {
        width: 100%;
        margin-bottom: 60px
    }
}

.slick-slide a:hover {
    position: relative
}

.slick-slide a:hover::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .3) url(/assets/adr/images/mbackupper/search1.png) center center no-repeat
}