.global_popup{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;


  background-image: url("../img/popup/bg.jpg");
  background-position: center center; 
  background-repeat: no-repeat;  
  background-size: cover; 
  z-index:9999;



}

.global_popup_container {
    display: flex;              
    justify-content: center;    
    align-items: center;       
    width: 100%;
    height: 100%;
    position: relative;
}

.global_popup_container .bg {
    max-width: 60%;
    position:relative;
}

.global_popup_container .bg img {
    width: 100%;
}

.global_popup_button_area{
    position:absolute;
    left:40%;
    bottom:0px;
    width:20%;
    height:18%;
}

.btn_global_popup{
    float:left;
    width:50%;
   height: 100%;
    
}


.btn_global_popup a {
    display: block;  
    width: 100%;
    height: 100%;

    
}
.clear{
    clear:both;
}

.btn_global_popup a:link, .btn_global_popup a:visited{
    text-decoration:none;

    
}
.btn_global_popup a:hover{
    text-decoration:none;

    
}