﻿
.deepLinkSection {
    position: relative;
    background: transparent;
    padding: 120px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

    .deepLinkSection.gray {
        background: #f5f5f5
    }

    .deepLinkSection:first-child {
        padding: 80px 0 120px
    }

    .deepLinkSection .deepLinkBannerWrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: auto;
        padding-bottom: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .deepLinkSection .deepLinkBannerWrapper .bannerLogo {
            width: 410px;
            margin: 0 auto 8px
        }

            .deepLinkSection .deepLinkBannerWrapper .bannerLogo img {
                width: 100%
            }

        .deepLinkSection .deepLinkBannerWrapper .bannerTitle {
            color: #000;
            font-size: 30px;
            font-weight: 700;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto 19px;
            text-align: center;
            
            line-height: normal
        }

        .deepLinkSection .deepLinkBannerWrapper .bannerSubTitle {
            font-size: 20px;
            text-align: center;
            width: 100%;
            max-width: 1000px;
            margin: auto;
            line-height: 32px;
            margin-bottom: 40px;
            color: #000;
            text-align:justify;
            direction:rtl;
        }

    .deepLinkSection .viewWrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: auto;
        text-align: center;
        padding-bottom: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .deepLinkSection .viewWrapper img {
            width: 70vw;
            max-width: 1246px
        }

    .deepLinkSection .featuresWrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: auto;
        text-align: center;
        padding-top: 22px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .deepLinkSection .featuresWrapper .featuresText {
            font-size: 3rem;
            color: #555;
            margin-bottom: 60px;
             !important
        }

        .deepLinkSection .featuresWrapper .featureBox {
            position: relative;
            background: url(../../../img/pic1.jpg) no-repeat center center;
            background-attachment: fixed;
            background-size: cover;
            height: 39vw;
            max-height: 800px;
            min-height: 312px;
            width: 78%;
            max-width: 1560px;
            min-width: 610px;
            margin-left: auto
        }

            .deepLinkSection .featuresWrapper .featureBox .featureCover {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
                width: 50%;
                height: 100%;
                background-image: -webkit-gradient(linear,left top,right top,from(rgba(253,217,163,0.31)),to(rgba(253,217,163,0)));
                background-image: -webkit-linear-gradient(left,rgba(253,217,163,0.31),rgba(253,217,163,0));
                background-image: -o-linear-gradient(left,rgba(253,217,163,0.31),rgba(253,217,163,0));
                background-image: linear-gradient(90deg,rgba(253,217,163,0.31),rgba(253,217,163,0));
                padding: 0 0 0 120px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: left
            }

                .deepLinkSection .featuresWrapper .featureBox .featureCover .featureLogo {
                    position: relative;
                    margin: 0 0 4px -20px
                }

                .deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription {
                    max-width: 600px;
                    width: 100%;
                    font-size: 26px;
                    font-weight: 600;
                    color: #fff;
                    direction:rtl;
                    text-align:right;
                    line-height: normal
                }

    .deepLinkSection .systemTitle {
        max-width: 640px;
        width: 100%;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        color: #000;
        margin: 0 auto 24px;
        
        line-height: normal;
        max-width: 1200px
    }

    .deepLinkSection .systemSubTitle {
        max-width: 1000px;
        width: 100%;
        font-size: 23px;
        line-height: 24px;
        text-align: center;
        color: #555;
        margin: 0 auto 70px;
        line-height: normal;
        direction: rtl;
    }

        .deepLinkSection .systemSubTitle em {
            font-weight: 700
        }

    .deepLinkSection .systemIconsWrapper {
        position: relative;
        max-width: 1000px;
        width: 100%;
        z-index: 1;
        margin: auto;
        text-align: center
    }

        .deepLinkSection .systemIconsWrapper .systemIconBox {
            display: inline-block;
            width: 190px;
            text-align: center;
            vertical-align: top;
            margin: 0 50px 60px 0
        }

            .deepLinkSection .systemIconsWrapper .systemIconBox:nth-child(4n) {
                margin: 0 0 60px
            }

            .deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100px;
                height: 100px;
                margin: 0 auto 20px;
                border-radius: 100%;
                text-align: center;
                background-image: -webkit-linear-gradient(320deg,#3b7ffd 25%,#08e0df 100%);
                background-image: -o-linear-gradient(320deg,#3b7ffd 25%,#08e0df 100%);
                background-image: linear-gradient(130deg,#3b7ffd 25%,#08e0df 100%)
            }

                .deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon.special {
                    background-image: -webkit-linear-gradient(320deg,#3b7ffd 25%,#9194fe 100%);
                    background-image: -o-linear-gradient(320deg,#3b7ffd 25%,#9194fe 100%);
                    background-image: linear-gradient(130deg,#3b7ffd 25%,#9194fe 100%)
                }

                .deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon img {
                    width: 60px;
                    height: 60px
                }

            .deepLinkSection .systemIconsWrapper .systemIconBox .systemIconLabel {
                font-size: 1.6rem;
                color: #000;
                font-weight: 600;
                text-transform: uppercase;
                
                line-height: normal
            }

    .deepLinkSection .systemConditions {
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        color: #555;
        
        line-height: normal
    }

    .deepLinkSection .supportWrapper .supportPhotoBox {
        position: relative;
        background: url(../../../img/pic2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        height: 39vw;
        max-height: 800px;
        min-height: 312px;
        width: 78%;
        max-width: 1560px;
        min-width: 610px;
        margin-right: auto
    }

        .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            margin-left: auto;
            height: 100%;
            background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.82)));
            background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.82));
            background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.82));
            background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,0.82));
            padding: 0 120px 0 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: right;
            float:right;
            direction:rtl;
        }

            .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTitle {
                max-width: 600px;
                width: 100%;
                font-size: 30px;
                font-weight: 600;
                color: #000;
                margin: 0 0 20px auto;
                
                line-height: normal
            }

            .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription {
                max-width: 600px;
                width: 100%;
                font-size: 1.8rem;
                color: #000;
                line-height: 32px;
                margin-left: auto;
                
                line-height: normal
            }

    .deepLinkSection .supportDownloadWrapper {
        padding: 80px 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .deepLinkSection .supportDownloadWrapper .supportDownloadLogo {
            width: 114px;
            margin: 0 auto 15px
        }

            .deepLinkSection .supportDownloadWrapper .supportDownloadLogo img {
                width: 100%
            }

        .deepLinkSection .supportDownloadWrapper .supportDownloadTitle {
            position: relative;
            z-index: 2;
            font-size: 30px;
            font-weight: 600;
            text-align: center;
            color: #000;
            margin: 0 auto 60px;
            
            max-width: 1200px
        }

.deepLinkButtonBox {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center
}

    .deepLinkButtonBox .deepLinkBtn {
        position: relative;
        display: block;
        width: 200px;
        min-height: 50px;
        padding: 13px 10px;
        border-radius: 4px;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px;
        font-weight: 600;
        margin: 0 auto 15px;
        background-color: #0094F2;
        color: #fff;
        
        border: solid 1px #0094F2
    }

        .deepLinkButtonBox .deepLinkBtn:hover {
            background-color: #0074d7;
            border: solid 1px #0074d7;
            color: #fff
        }

        .deepLinkButtonBox .deepLinkBtn.white {
            background-color: #fff;
            color: #0094F2;
            -webkit-box-shadow: 4px 10px 10px 0 rgba(0,58,164,0.41);
            box-shadow: 4px 10px 10px 0 rgba(0,58,164,0.41)
        }

            .deepLinkButtonBox .deepLinkBtn.white:hover {
                background-color: #0094F2;
                border: solid 1px #0094F2;
                color: #fff
            }

    .deepLinkButtonBox .bannerConditions {
        font-size: 1.6rem;
        color: #555;
        
        line-height: normal
    }

.bgTopOne {
    position: absolute;
    right: 0;
    top: 0;
    width: 72vw;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

    .bgTopOne.mobile {
        display: none
    }

.bgTopTwo {
    position: absolute;
    left: 0;
    top: 780px;
    width: 39vw;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

    .bgTopTwo.mobile {
        display: none
    }

.bgBottomOne {
    position: absolute;
    left: 0;
    bottom: 268px;
    z-index: 2;
    width: 26vw;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.bgBottomTwo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32vw;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

@media only screen and (max-width:1750px) {
    .deepLinkSection .featuresWrapper .featureBox .featureCover {
        padding: 0 0 0 80px
    }

    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover {
        padding: 0 80px 0 0
    }
}

@media only screen and (max-width:1350px) {
    .deepLinkSection .featuresWrapper .featureBox .featureLogo {
        width: 160px
    }

    .deepLinkSection .featuresWrapper .featureBox .featureCover {
        width: 70%
    }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription {
            font-size: 3rem
        }

    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover {
        width: 70%
    }

        .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTitle {
            font-size: 3rem
        }

        .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription {
            font-size: 1.6rem
        }
}

@media only screen and (max-width:1000px) {
    .deepLinkSection .deepLinkBannerWrapper .bannerLogo {
        width: 120px
    }

    .deepLinkSection .deepLinkBannerWrapper .bannerTitle {
        font-size: 4rem
    }

    .deepLinkSection .featuresWrapper .featureBox .featureLogo {
        width: 120px
    }

    .deepLinkSection .featuresWrapper .featureBox .featureCover {
        padding: 0 0 0 50px
    }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription {
            font-size: 2.5rem
        }

    .deepLinkSection .systemIconsWrapper .systemIconBox {
        margin: 0 30px 50px 0
    }

        .deepLinkSection .systemIconsWrapper .systemIconBox .systemIconLabel {
            font-size: 1.4rem
        }

    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover {
        padding: 0 50px 0 0
    }

        .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTitle {
            font-size: 2.5rem
        }

        .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription {
            font-size: 1.4rem;
            line-height: 24px
        }
}

@media only screen and (max-width:1199px) and (min-width:769px) {
    .deepLinkSection.gray {
        padding: 120px 45px
    }

    .deepLinkSection .deepLinkBannerWrapper {
        padding: 0 45px 60px
    }

    .deepLinkSection .supportDownloadWrapper {
        padding: 80px 45px 40px
    }
}

@media only screen and (max-width:768px) {
    .deepLinkSection.gray {
        padding: 120px 20px
    }

    .deepLinkSection .deepLinkBannerWrapper {
        padding: 0 20px 60px
    }

    .deepLinkSection .supportDownloadWrapper {
        padding: 80px 20px 40px
    }
}

@media only screen and (max-width:720px) and (min-width:500px) {
    .bgTopOne {
        display: none
    }

        .bgTopOne.mobile {
            width: 64vw;
            display: block
        }

    .bgTopTwo {
        display: none
    }

        .bgTopTwo.mobile {
            width: 50vw;
            display: block
        }
}

@media only screen and (max-width:500px) {
    .bgTopOne {
        display: none
    }

        .bgTopOne.mobile {
            width: 75vw;
            display: block
        }

    .bgTopTwo {
        display: none
    }

        .bgTopTwo.mobile {
            top: 438px;
            width: 75vw;
            display: block
        }
}

@media only screen and (max-width:720px) {
    .deepLinkSection {
        padding: 100px 0 300px
    }

        .deepLinkSection.gray {
            padding: 40px 20px
        }

        .deepLinkSection:first-child {
            padding: 44px 0 120px
        }

        .deepLinkSection .deepLinkBannerWrapper {
            padding: 0 20px 35px
        }

            .deepLinkSection .deepLinkBannerWrapper .bannerLogo {
                width: 100px;
                margin: 0 auto 12px
            }

            .deepLinkSection .deepLinkBannerWrapper .bannerTitle {
                font-size: 2.8rem
            }

            .deepLinkSection .deepLinkBannerWrapper .bannerSubTitle {
                font-size: 1.6rem;
                margin-bottom: 0
            }

        .deepLinkSection .viewWrapper {
            padding: 0 20px
        }

            .deepLinkSection .viewWrapper img {
                width: 100%
            }

        .deepLinkSection .featuresWrapper {
            padding-top: 22px;
            margin-bottom: 130px
        }

            .deepLinkSection .featuresWrapper .featuresText {
                margin: 120px 20px 40px;
                font-size: 2rem
            }

            .deepLinkSection .featuresWrapper .featureBox {
                background: url(../../../img/pic1_m.jpg) no-repeat center center;
                background-attachment: initial;
                background-size: cover;
                height: 200vw;
                max-height: 500px;
                width: 100%;
                min-width: 100%
            }

                .deepLinkSection .featuresWrapper .featureBox .featureCover {
                    position: absolute;
                    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(253,217,163,0)),to(rgba(253,217,163,0.31)));
                    background-image: -webkit-linear-gradient(top,rgba(253,217,163,0),rgba(253,217,163,0.31));
                    background-image: -o-linear-gradient(top,rgba(253,217,163,0),rgba(253,217,163,0.31));
                    background-image: linear-gradient(180deg,rgba(253,217,163,0),rgba(253,217,163,0.31));
                    width: 100%;
                    height: 200px;
                    bottom: 0;
                    padding: 0
                }

                    .deepLinkSection .featuresWrapper .featureBox .featureCover .featureFigure {
                        position: absolute;
                        top: calc(100% - 75px);
                        width: 100%;
                        padding: 0 20px;
                        text-align: center;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box
                    }

                        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureFigure .featureLogo {
                            width: 160px
                        }

        .deepLinkSection .supportWrapper .supportPhotoBox {
            background: url(../../../img/pic2_m.jpg) no-repeat center center;
            background-attachment: initial;
            background-size: cover;
            height: 200vw;
            max-height: 500px;
            width: 100%;
            min-width: 100%
        }

            .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover {
                position: absolute;
                background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.42)));
                background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.42));
                background-image: -o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.42));
                background-image: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0.42));
                width: 100%;
                height: 200px;
                bottom: 0;
                padding: 0
            }

                .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTextBox {
                    position: absolute;
                    top: calc(100% - 120px);
                    width: 100%;
                    padding: 0 20px;
                    text-align: center;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box
                }

                    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTextBox .supportPhotoTitle {
                        margin: 0 0 40px auto;
                        min-height: 100px
                    }

                    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTextBox .supportPhotoDescription {
                        font-size: 1.6rem
                    }

        .deepLinkSection .systemTitle {
            font-size: 2.5rem
        }

        .deepLinkSection .systemSubTitle {
            font-size: 1.6rem;
            margin: 0 auto 36px
        }

        .deepLinkSection .systemIconsWrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around
        }

            .deepLinkSection .systemIconsWrapper .systemIconBox {
                width: 150px;
                margin: 0 30px 78px 0
            }

                .deepLinkSection .systemIconsWrapper .systemIconBox:nth-child(2n) {
                    margin-right: 0
                }

                .deepLinkSection .systemIconsWrapper .systemIconBox:nth-child(7), .deepLinkSection .systemIconsWrapper .systemIconBox:nth-child(8) {
                    margin-bottom: 54px
                }

                .deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon {
                    width: 80px;
                    height: 80px
                }

                    .deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon img {
                        width: 50px;
                        height: 50px
                    }

        .deepLinkSection .systemConditions {
            font-size: 1.4rem
        }

        .deepLinkSection .bgBottomOne, .deepLinkSection .bgBottomTwo, .deepLinkSection .deepLinkButtonBox, .deepLinkSection .supportDownloadWrapper {
            display: none
        }
}

@media only screen and (max-width:369px) {
    .deepLinkSection .systemIconsWrapper .systemIconBox {
        margin: 0 0 78px
    }
}


.featuresText_remove {
    margin-bottom: 100px;
}

.deepLinkSection .deepLinkBannerWrapper .bannerTitle,
.deepLinkSection .deepLinkBannerWrapper .bannerSubTitle,
.deepLinkButtonBox .deepLinkBtn,
.deepLinkButtonBox .bannerConditions,
.deepLinkSection .systemTitle,
.deepLinkSection .systemSubTitle,
.deepLinkSection .systemIconsWrapper .systemIconBox .systemIconLabel,
.deepLinkSection .supportDownloadWrapper .supportDownloadTitle,
.deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription,
.deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription_note,
.deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription,
.deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .featureBannerDesc1,
.deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .feature-container p {
    font-family: 'isans';
}

.deepLinkButtonBox .bannerConditions {
    color: #fff;
}

    .deepLinkButtonBox .bannerConditions.black {
        color: #555555;
    }

.deepLinkSection .featuresWrapper .featureBox {
    background: url(../../../img/pic1.jpg) no-repeat center center;
    background-attachment: fixed;
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon1 {
    background-image: linear-gradient(208deg, #00ffc6 2%, #0078ff 75%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon2 {
    background-image: linear-gradient(115deg, #661aff -6%, #00aaff 85%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon3 {
    background-image: linear-gradient(128deg, #00aaff 14%, #661aff 100%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon4 {
    background-image: linear-gradient(130deg, #0078ff 14%, #00ffc6 92%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon5 {
    background-image: linear-gradient(196deg, #00aaff 12%, #661aff 85%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon6 {
    background-image: linear-gradient(178deg, #0078ff 8%, #00ffc6 98%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon7 {
    background-image: linear-gradient(149deg, #3b7ffd 22%, #08e0df 85%, #08e0df 103%);
}

.deepLinkSection .systemIconsWrapper .systemIconBox .systemIcon8 {
    background-image: linear-gradient(204deg, #00aaff 4%, #661aff 105%);
}

.deepLinkSection .supportWrapper .supportPhotoBox {
    background: url(../../../img/pic2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription_note {
        max-width: 600px;
        width: 100%;
        font-size: 1.6rem;
        color: #000;
        line-height: 32px;
        margin-left: auto;
        margin-top: 30px;
    }



.deepLinkSection .featuresWrapper .featureBox .featureCover {
    width: 100%;
    background-image: none;
}

    .deepLinkSection .featuresWrapper .featureBox .featureCover .featureFigure {
        display: flex;
        color: #fff;
    }

.deepLinkSection .featuresWrapper .featureBannerDesc1 {
    margin: 20px 0 30px;
    font-size: 16px;
}

figure {
    display: flex;
}

.deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription {
    color: #ffffff;
    font-size: 36px;
}

.deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .feature-container {
    display: flex;
    flex-wrap: wrap;
    width: 556px;
}

    .deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .feature-container .features {
        width: 278px;
        font-size: 16px;
        line-height: 1.38;
        margin: 0 0 30px;
    }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .feature-container .features :nth-child(2) {
            margin-right: 0;
        }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .feature-container .features p {
            display: inline-block;
            width: 185px;
            margin: 0 0 0 20px;
            vertical-align: middle;
        }

.deepLinkSection .featuresWrapper .featureBox .featureCover .featureIcon {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

.bgBottomOne.mobile, .bgBottomTwo.mobile {
    display: none;
}

@media only screen and (max-width:1350px) {
    .deepLinkSection .featuresWrapper .featureBox .featureLogo {
        height: 160px;
    }
}

@media only screen and (max-width:1000px) {
    .deepLinkSection .supportDownloadWrapper .supportDownloadTitle, .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoTitle {
        font-size: 2.5rem;
    }

    .deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:720px) {
    .deepLinkSection .supportWrapper .supportPhotoBox {
        background: url(../../../img/pic2_m.jpg) no-repeat center center;
        background-size: cover;
    }

    

    .deepLinkSection .supportDownloadWrapper {
        display: block;
        margin-top: 35px;
    }

    .deepLinkSection .deepLinkBannerWrapper .deepLinkButtonBox {
        display: none;
    }

    .deepLinkButtonBox .bannerConditions {
        font-size: 1.4rem;
        color: #555;
    }

    .deepLinkSection .systemSubTitle {
        line-height: 1.56;
    }

    .deepLinkSection .supportDownloadWrapper {
        margin-top: 220px;
        margin-bottom: -220px
    }

    .deepLinkSection .featuresWrapper .featureBox .featureCover {
        background-image: linear-gradient(to top, #02162e, rgba(2, 22, 46, 0) 11%);
    }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureFigure {
            display: block;
            margin-bottom: 425px;
        }

            .deepLinkSection .featuresWrapper .featureBox .featureCover .featureFigure .featureLogo {
                width: 203px;
                height: 203px;
            }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureLogo {
            margin: 0 0 4px 27px;
        }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureDescription {
            margin-top: 40px;
        }

    .deepLinkSection .featuresWrapper .featureBox {
        background: url(../../../img/pic1_m.jpg) no-repeat center center;
        background-size: cover;
    }

        .deepLinkSection .featuresWrapper .featureBox .featureCover .featureFigure {
            top: -140px;
        }

    .deepLinkSection .featuresWrapper .featureBannerDesc1 {
        color: #555555;
        font-size: 14px;
        margin: 40px 0 30px;
        line-height: 1.56;
    }

    .deepLinkSection .featuresWrapper .featureBox .featureCover .feature-content .feature-container {
        display: block;
        width: 280px;
        color: #000;
        text-align: left;
        font-weight: 600;
        margin: 0 auto;
    }

    .deepLinkSection .featuresWrapper {
        margin-bottom: 425px;
    }

    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription,
    {
        color: #555555;
        font-size: 1.6rem;
    }

    .deepLinkSection .supportWrapper .supportPhotoBox .supportPhotoCover .supportPhotoDescription_note {
        color: #555555;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 500px) {
    .bgBottomOne {
        bottom: 490px;
    }

    .bgBottomOne, .bgBottomTwo {
        display: none;
        z-index: -1;
    }

        .bgBottomOne.mobile, .bgBottomTwo.mobile {
            display: block;
            width: 65vw;
        }
}