.popup_container{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(30,30,30,.2);z-index:99999}.popup_main{background:#fff;border-radius:1vw;min-width:60%;max-width:80%}.popup_title{height:8vw;font-size:3.6vw}.popup_content{height:auto;min-height:20vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.popup_button_group,.popup_content{display:-webkit-box;display:-ms-flexbox;display:flex}.popup_button_group{height:8vw;border-top:1px solid #e6e6e6;font-size:3.6vw}.popup_button_group div{height:100%;width:100%;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.popup_button_cancel{border-right:1px solid #e6e6e6}