@charset 'utf-8';

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0
 * Directory    :    public_html/addons/app/pop/css/m.app.css
 * File         :    setting.css
 * SUMMARY      :    하이앱 추가
 */



.app_pop {position:fixed; left:0; top:0; width:100%; height:100%; z-index:10000000; background:rgba(0,0,0,0.5); box-sizing:border-box; padding:0 30px;}
.app_pop .inner {height:100%; display:flex; justify-content: center; align-items: center; flex-direction: column;}
.app_pop .down_box {background:#fff; max-width:300px; width:100%; text-align:center;}

.app_pop .img_box {overflow:hidden; font-size:0px;}
.app_pop .img_box a {display:block; font-size:0px;}
.app_pop .img_box img {width:100%;}

.app_pop .tit {padding-top:30px;}
.app_pop .tit dt {color:#000; font-size:23px; letter-spacing:-1px; font-weight:600; line-height:1;}
.app_pop .tit dd {margin-top:5px; color:#999; font-size:14px; letter-spacing:-0.5px;}

.app_pop .coupon_box {padding-bottom:30px; margin-top:20px;}
.app_pop .coupon_box .value {background:transparent url('../images/coupon_per.png') center top no-repeat; background-size:auto 100% !important; height:110px;}
.app_pop .coupon_box .value {color:#fff; font-weight:800; display:flex; justify-content: center; align-items: center; font-size:60px; letter-spacing:-1px;}
.app_pop .coupon_box .value {}
.app_pop .coupon_box .value strong {font-family: 'Manrope', sans-serif;}
.app_pop .coupon_box .value em {font-size:0.5em; margin-top:25px; font-weight:300;}

.app_pop .coupon_box.if_won .value {background-image:url('../images/coupon_won.png'); font-size:40px; letter-spacing:-3px;}
.app_pop .coupon_box.if_won .value em {margin-left:2px; margin-top:15px;}

.app_pop .down {}
.app_pop .down .btn_down {text-align:center; background:#f0f0f0; color:#333; padding:18px 20px; display:block; font-size:15px; font-weight:500;}

.app_pop .nothanks {}
.app_pop .nothanks .btn_no {color:#fff; padding:20px;}
.app_pop .nothanks .btn_no strong {border-bottom:1px solid rgba(255,255,255,0.5);; font-size:13px; display:inline-block; line-height:1;}

.app_pop .update_box {background:#fff; max-width:400px; width:100%; text-align:center;}



