/* 2020-01-22 앱푸시 동의 팝업 */
.app-push-popup{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;display:none}
.app-push-popup.on{display:block}
.app-push-popup .layer{position:absolute;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.app-push-popup>.content{position:sticky;left:0;top:0;width:100%;height:100%;background:#fff;overflow-y:scroll;display:none;padding-top:6.4rem}
.app-push-popup>.content.on{display:block}
.app-push-popup>.content .top{position:fixed;left:0;top:0;width:100%;background:#fff;z-index:999}
.app-push-popup>.content .top .title{text-align:center;padding:1.25rem 0 1.4rem 0;font-size:1.6rem;font-weight:500;font-family:NotoSansCJKkr;color:#020202;letter-spacing:.031rem;font-size:1.4rem;font-weight:700;box-shadow:0 0 3px 0 #ccc}
.app-push-popup .app_push{text-align:center;width:90%;height:auto;top:20%;left:5%;padding:0;border-radius:.6rem;overflow:hidden}
.app-push-popup .app_push *{font-family:lato,Noto!important}
.app-push-popup .app_push .app_push_flex_container .app_push_title{font-size:1.4rem;font-weight:700;letter-spacing:-1px;color:#000;width:86%;padding:1.6rem 0;line-height:2rem;padding-bottom:0;padding-top:4rem}
.app-push-popup .app_push .app_push_flex_container>div{margin:auto;padding:1.2rem 1.5rem}
.app-push-popup .app_push .app_push_flex_container .app_push_body{text-align:left;font-size:1.1rem;letter-spacing:-.22px;color:#666;padding:1.6rem 0 3rem 0;font-family:NotoSansCJKkr-DemiLight;line-height:1.8rem;word-break:keep-all;font-weight:lighter;text-align:center;padding-top:.5rem}
.app-push-popup .app_push .app_push_flex_container>div>button:first-child{width:50%;background-color:#f1f1f1;color:#000}
.app-push-popup .content .app_push_title>span{color:#bd081c}
.app-push-popup>.app_push .app_push_flex_container{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}
.app-push-popup>.app_push .app_push_flex_container{flex:1}
.app-push-popup>.app_push .app_push_flex_container .app_push_footer{display:flex;flex-flow:row nowrap;width:90%;background-color:#000;padding:0;font-size:1.3rem;margin-bottom:1.6rem;border-radius:.4rem;overflow:hidden}
.app-push-popup>.app_push .app_push_flex_container .app_push_footer>button{width:50%;flex:1 auto;padding:1.2rem 0;color:#fff;font-weight:500}
.app-push-popup>.app_push .btn-close{position:absolute;display:block;top:1.2rem;z-index:9999;right:3.2rem;padding:0!important;margin:0!important}
.app-push-popup>.app_push .btn-close:before{position:absolute;top:0;left:12px;content:' ';height:1.8rem;width:1.8px;background-color:#333;transform:rotate(45deg)}
.app-push-popup>.app_push .btn-close:after{position:absolute;left:12px;top:0;content:' ';height:1.8rem;width:1.8px;background-color:#333;transform:rotate(-45deg)}