body.modal-open {
    overflow: hidden;
}
#tmrwbizModal .modal-body{
    background: url('/assets/web-resources/business/images/bbs-pop-up/sme-app-bg-920x510.jpg') no-repeat center;
    background-size: cover;
    padding: 25px;
}

#tmrwbizModal .modal-body h2{
    font-family: "Noto Sans Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
}

#tmrwbizModal .modal-body .popup-banner-content{
    padding: 20px 0px 20px;
}

#tmrwbizModal .modal-body .popup-banner-content .banner-logo{
    margin-bottom: 45px;
}

#tmrwbizModal .modal-body .popup-banner-content .banner-caption{
    font-family: "Noto Sans Regular", sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #FFFFFF;  
}

#tmrwbizModal .modal-body .popup-banner-content a.link-learn-more{
    font-family: "Noto Sans Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #6DD2EE;
}


#tmrwbizModal .modal-body .popup-banner-content a.link-learn-more:hover{
    color: #6DD2EE;
}

/*#tmrwbizModal .modal-body .popup-banner-content a.link-learn-more img{
    padding-left: 10px;
}*/

#tmrwbizModal .modal-body .close{
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px; 
    z-index: 10;
    opacity: 1;
}

#tmrwbizModal .modal-body .close img{
    width: 19px;
}

@media screen and (min-width: 920px) {
    #tmrwbizModal .modal-dialog .modal-content {
      min-width: 920px;
      min-height: 510px;
    }

    #tmrwbizModal .modal-body{
        background: url('/assets/web-resources/business/images/bbs-pop-up/sme-app-bg-920x510.jpg') no-repeat center;
        background-size: cover;
    }

    #tmrwbizModal .modal-body h2{
        font-size: 40px;
        line-height: 1.2;
        color: #FFFFFF;
        margin-bottom: .3em;
    }
    
    #tmrwbizModal .modal-body .banner-caption{
        font-size: 20px;
        line-height: 1.3;
        color: #FFFFFF;  
        margin-bottom: .8em;
    }

    #tmrwbizModal .modal-body a.link-learn-more{
        font-size: 15px;
        line-height: 24px;
        color: #6DD2EE;
    }

    #tmrwbizModal .modal-body .banner-download{
        margin-top: 2em;
    }    
}

@media screen and (max-width: 430px) {

    #tmrwbizModal .modal-body{
        background: url('/assets/web-resources/business/images/bbs-pop-up/popup-bg-mb.png') no-repeat center;
        background-size: cover;
        padding: 0px 15px 0px;
    }
    #tmrwbizModal .modal-body .container .row{
        padding-top: 0px;
    }    
    
    #tmrwbizModal .modal-body .popup-banner-content {
        padding: 20px 0px 0px;
    }

    #tmrwbizModal .modal-body .popup-banner-content .banner-logo{
        margin-bottom: 30px;
    }
    #tmrwbizModal .modal-body .popup-banner-content .banner-logo img{
        width: 180px;
    }
    #tmrwbizModal .modal-body h2{
        font-size: 28px;
        color: #FFFFFF;
        margin-bottom: .3em;
        line-height: 1.3;
    }
    #tmrwbizModal .modal-body .banner-caption{
        font-size: 18px;
        line-height: 1.3;
    }    
    #tmrwbizModal .modal-body .kv-container{
        padding: 0px;
    }
    #tmrwbizModal .modal-body .kv-container img{
        max-width: 115%;
    } 

}

@media screen and (max-width: 361px) {
    #tmrwbizModal .modal-body .banner-download .icon_googleplay{
        width: 85px;
    }
    #tmrwbizModal .modal-body .banner-download .icon_appstore{
        width: 79px;
    }
  
}