
@font-face {
    font-family: Noto-Sans-Bold;
    src: url('/assets/web-resources/business/fonts/bbs-pop-up/noto-sans-bold.otf');
}
@font-face {
    font-family: Noto-Sans-Light;
    src: url('/assets/web-resources/business/fonts/bbs-pop-up/noto-sans-light.otf');
}
@font-face {
    font-family: Noto-Sans-Regular;
    src: url('/assets/web-resources/business/fonts/bbs-pop-up/noto-sans-regular.otf');
}

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

#tmrwbizModal .modal-body h2{
    font-family: 'Noto-Sans-Regular';
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
}

#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';
    font-style: normal;
    font-weight: 200;
    color: #FFFFFF;  
}

#tmrwbizModal .modal-body .popup-banner-content a.link-learn-more{
    font-family: 'Noto-Sans-Regular';
    font-style: normal;
    font-weight: 400;
    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/popup-bg.png') no-repeat center;
        background-size: cover;
    }

    #tmrwbizModal .modal-body h2{
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        margin-bottom: .3em;
    }
    
    #tmrwbizModal .modal-body .banner-caption{
        font-size: 22px;
        line-height: 125%;
        letter-spacing: -0.02em;
        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: 2.8em;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        margin-bottom: .3em;
        line-height: 100%;
    }
    #tmrwbizModal .modal-body .banner-caption{
        font-size: 1.3em;
        line-height: 125%;
    }    
    #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;
    }
  
}