.popup-wrap{z-index:999;position:fixed;top:0;left:0;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.popup-wrap .container-wrap{overflow:auto}.popup-wrap::after{content:"";z-index:0;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-color:var(--color-gray--lv9);opacity:.7}.popup-wrap.active{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-wrap.active .popup--full{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.popup-wrap.active .popup--bottom{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:.25s;transition-duration:.25s}.popup-container{z-index:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:var(--color-white)}.popup-container .headline{width:100%;color:var(--color-gray--lv8);font-family:"Pretendard";font-weight:600}.popup-container .headline--lv1{display:inherit;font-size:1.4rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2rem;display:initial}.popup-container .headline--lv2{display:inherit;font-size:1.6rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.2rem;display:initial}.popup-container .headline--lv3{display:inherit;font-size:1.8rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.4rem;display:initial}.popup-container .headline--lv4{display:inherit;font-size:2rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.6rem;display:initial}.popup-container .outer-box{position:absolute;left:0;bottom:-2.8rem}.popup-container .outer-box .outer__text{color:var(--color-white);font-family:"Pretendard";font-weight:400;display:inherit;font-size:1.2rem;margin-top:-0.2rem;margin-bottom:-0.2rem;line-height:1.6rem}.popup-container .outer-box .outer__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.4rem}.popup-container .outer-box .outer__checkbox .check-button{width:1.6rem;height:1.6rem;border-radius:50%;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Crect width='16' height='16' fill='%23fff' rx='8'/%3E%3Cpath stroke='%23' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5 8 2 2 4-4'/%3E%3C/svg%3E");-webkit-transition-duration:.15s;transition-duration:.15s}.popup-container .outer-box .outer__checkbox .check-button:checked{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Crect width='16' height='16' fill='%23fff' rx='8'/%3E%3Cpath stroke='%230d84ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5 8 2 2 4-4'/%3E%3C/svg%3E")}.popup--full{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.popup--full .popup-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup--full .popup-container>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.popup--full .popup-container__header{-ms-flex-negative:0;flex-shrink:0}.popup--full .popup-container__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-y:auto}.popup--bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);gap:2.4rem;-ms-flex-item-align:end;align-self:flex-end;border-radius:var(--radius--lv5) var(--radius--lv5) 0 0}.popup--bottom .popup-container__header{padding:3.2rem var(--padding-justify-def) 0}.popup--bottom.popup--filter{gap:0}.popup--bottom.popup--filter .container__headline{font-weight:600}.popup--bottom.popup--filter .filter-container .button{min-width:0.1rem}.popup--bottom.popup--filter .flex-column .column__item{padding-top:1.6rem}.popup--bottom.popup--filter .flex-column .column__item.date-picker{width:100%;padding-top:1.6rem}.popup--bottom.popup--filter .flex-column::after{content:"";display:block;width:100%;height:1px;background-color:var(--color-border--2);margin:2.4rem 0}.popup--bottom.popup--filter .flex-column:last-child::after{display:none}.popup--bottom.popup--filter .body__button--box{margin-top:3.2rem}.popup--center{-ms-flex-item-align:center;align-self:center;min-height:18.4rem;margin:0 2.4rem;border-radius:var(--radius--lv5);-webkit-filter:drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.08));filter:drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.08))}.popup--center .popup-container__header{padding:3.2rem var(--padding-justify-def) 0}.popup--center .popup-container__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2.4rem;padding-top:var(--padding-box--type3)}.popup--center .popup-container__body:not(:only-child){padding-top:1.2rem}.popup--center .popup-container__body:not(:only-child) .flex-column .info__text--lv2{color:var(--color-gray--lv7)}.popup--center .popup-container__body .body__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:inherit;max-height:50vh;padding-bottom:0.3rem;margin-bottom:-0.3rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto}.popup--center .popup-container__body .body__button--box{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2rem}.popup--center.popup-confirm,.popup--center.popup-alert,.popup--center.popup-temp--type1{margin:0 4rem}.popup--center.popup-temp--type2{margin:0 2.4rem}.popup--center.popup-temp--type1 .flex-column{gap:1.6rem}.popup--center.popup-temp--type1 .flex-column .info__text--lv2{color:var(--color-gray--lv8)}.popup--center.popup-temp--type1 .flex-column .description{color:var(--color-gray--lv6);font-family:"Pretendard";font-weight:400;display:inherit;font-size:1.2rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:1.8rem}.popup--center.popup-temp--type1 .drop-box .drop-content{display:none}.popup--center.popup-temp--type1 .drop-box.open .drop-trigger{display:none !important}.popup--center.popup-temp--type1 .drop-box.open .drop-content{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.popup--center.popup-temp--type2{min-height:28rem}.popup--center.popup-temp--type2 .popup-container__body:not(:only-child){padding-top:2.4rem}.popup--center.popup-temp--type2 .popup-container__body:not(:only-child).temp__image{padding-top:2rem}.popup--center.popup-temp--type2 .popup-container__body:not(:only-child).temp__image .image-box{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup--center.popup-temp--type2 .popup-container__body:not(:only-child).temp__image img{width:100%}.popup--center.popup-temp--type2 .popup-container__header,.popup--center.popup-temp--type2 .body__content .flex-column{padding-left:2rem;padding-right:2rem}.popup--center.popup-temp--type2 .popup-container__header .icon+.flex-row{padding-top:1.6rem}.popup--center.popup-temp--type2 .body__content{max-height:50vh !important}.popup--center.popup-temp--type2 .info__text--lv1{color:var(--color-gray--lv7)}.popup-button{position:absolute;top:0.8rem;right:0.8rem}.popup-button--close{width:100%;height:100%}.popup-payment--cancel{padding-bottom:var(--padding-end-text--3)}.popup-payment--cancel .tab-container{gap:2.4rem}.popup-payment--cancel .flex-column{gap:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:372px;margin:0 auto}.popup-payment--cancel .image--barcode{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-top:33.35%;-webkit-box-sizing:border-box;box-sizing:border-box}.popup-payment--cancel .image--barcode .barcode{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 4rem);height:calc(100% - 32px);-o-object-fit:cover;object-fit:cover}.popup-payment--cancel .image--barcode .barcode>div{height:100%}.popup-payment--cancel .image--qrcode{position:relative;width:calc(33.35% + 3rem);padding-top:calc(33.35% + 3rem);-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.popup-payment--cancel .image--qrcode img,.popup-payment--cancel .image--qrcode canvas{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.popup-receipt--send{padding-bottom:var(--padding-main-btn)}.popup-receipt--send .form-box{-webkit-box-sizing:border-box;box-sizing:border-box}.popup-receipt--send .form-box .input-type--check .flex-row span{display:inherit;font-size:1.4rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2rem}.popup-receipt--send .drop--trigger{background-color:#fff;padding-right:0}.popup-receipt--send .drop--trigger .input-type--button{-webkit-transition-delay:.2s;transition-delay:.2s}.popup-receipt--send .drop--trigger .icon{right:1.2rem !important}.popup-receipt--send .drop--content{display:none;position:absolute;bottom:4.8rem;left:0;border:0.1rem solid var(--input--default-box);border-bottom:0 none;border-radius:var(--radius--lv3) var(--radius--lv3) 0 0}.popup-receipt--send .doamin-list{width:100%;max-height:21.8rem;padding:1.2rem 0;background-color:var(--color-white);-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.popup-receipt--send .doamin-list .domain__item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.6rem;color:#333}.popup-receipt--send .doamin-list .domain__item button{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding:1.6rem 1.6rem;text-align:left}.popup-receipt--send .doamin-list .domain__item.select{background-color:rgba(153,153,153,.08)}.popup-receipt--send .open .input-type--button{border-radius:0 0 var(--radius--lv3) var(--radius--lv3);-webkit-transition-delay:0s;transition-delay:0s}.popup-cert--agree{padding-bottom:2.4rem}.popup-cert--agree .container__headline{font-weight:600}.popup-cert--agree .cert--agree__body .agree-head{width:100%;padding:0 var(--padding-justify-def)}.popup-cert--agree .cert--agree__body .agree-head .input-type--check{background-color:var(--color-gray--lv2);border-radius:var(--radius--lv4);padding:1.8rem 2rem 1.8rem 1.2rem}.popup-cert--agree .cert--agree__body .agree-head .input-type--check span{font-weight:600}.popup-cert--agree .cert--agree__body .input-type--check{width:100%;gap:0.8rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.2rem;padding-top:0.6rem;padding-bottom:0.6rem;-webkit-box-sizing:border-box;box-sizing:border-box}.popup-cert--agree .cert--agree__body .input-type--check input{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-negative:0;flex-shrink:0}.popup-cert--agree .cert--agree__body .input-type--check input+span{padding-top:0.2rem;padding-bottom:0.2rem}.popup-cert--agree .cert--agree__body .input-type--check .checkbox--line+a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.popup-cert--agree .cert--agree__body .input-type--check span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:var(--color-gray--lv8);font-family:"Pretendard";font-weight:400;display:inherit;font-size:1.6rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.2rem}.popup-cert--agree .cert--agree__body .input-type--check a,.popup-cert--agree .cert--agree__body .input-type--check button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:101;-ms-flex-order:100;order:100;-ms-flex-item-align:start;align-self:flex-start;padding:0.2rem 0}.popup-cert--agree .cert--agree__body .input-type--check .icon--arrow-16{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.popup-cert--agree .cert--agree__body .scroll-box{width:100%;overflow:auto;max-height:46.14vh;-webkit-box-sizing:border-box;box-sizing:border-box}.popup-cert--agree .cert--agree__body .scroll-box--view{width:calc(100vw - 17px);padding-left:var(--padding-box--type2);padding-right:calc(var(--padding-box--type2) - 1.6rem);-webkit-box-sizing:border-box;box-sizing:border-box}.popup-cert--agree .cert--agree__body .scroll-box--view>*{width:100%}.popup-cert--agree .cert--agree__body .drop-box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0.4rem}.popup-cert--agree .cert--agree__body .drop-box .drop-trigger{-ms-flex-negative:0;flex-shrink:0}.popup-cert--agree .cert--agree__body .drop-box .drop-trigger .icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition-duration:.2s;transition-duration:.2s}.popup-cert--agree .cert--agree__body .drop-box .drop-content{display:block;width:100%}.popup-cert--agree .cert--agree__body .drop-box .drop-content span{display:inherit;font-size:1.4rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2rem;color:var(--color-gray--lv7)}.popup-cert--agree .cert--agree__body .drop-box.open .drop-trigger .icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.popup-cert--agree .justify-spacing-btn{padding-top:3.2rem}.popup-select--type1 .select__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:4.8rem}.popup-select--type1 .select__button span{color:var(--color-gray--lv8);font-family:"Pretendard";font-weight:400;display:inherit;font-size:1.6rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.2rem}.popup-select--type1 .select__button .icon{display:none}.popup-select--type1 .select__button.select span{font-weight:600;color:#0d84ff}.popup-select--type1 .select__button.select .icon{display:block}.popup-share{padding-bottom:var(--padding-box--type3);gap:3.2rem}.popup-share .share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0.8rem}.popup-share .share__list .share-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem}.popup-share .share__list img{width:5.6rem}.popup-share .share__list span{display:inherit;font-size:1.6rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.2rem;color:var(--color-gray--lv7)}.popup-payment--confirm{gap:2rem;padding-bottom:2.4rem}.popup-payment--confirm .headline-text{color:var(--color-gray--lv9);font-family:"Pretendard";font-weight:500;display:inherit;font-size:2.2rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2.8rem;text-align:center}.popup-payment--confirm .headline-text strong{font-weight:700}.popup-payment--confirm .headline{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:2rem;padding-top:3.2rem}.popup-payment--confirm .headline .head-image{width:2rem}.popup-payment--confirm .headline .head-text{display:inherit;font-size:1.6rem;margin-top:0rem;margin-bottom:0rem;line-height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.8rem;width:100%;font-weight:400}.popup-payment--confirm .headline .method-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:var(--color-gray--lv7)}.popup-payment--confirm .headline .method-amount{-ms-flex-negative:0;flex-shrink:0;color:var(--color-gray--lv8);font-weight:600}.popup-payment--confirm .table--body{border-bottom:0 none;padding-bottom:0;border-color:var(--color-border--2)}.popup-payment--confirm .form-box{margin-top:2rem}.popup-payment--confirm .form-box .input-type--check .flex-row span{display:inherit;font-size:1.4rem;margin-top:-0.3rem;margin-bottom:-0.3rem;line-height:2rem}.popup-payment--confirm .button-box{padding-top:3.2rem}.popup-payment--confirm .button-box .button--lv5{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:10rem}.popup-payment--confirm .button-box .button--lv1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:21rem}.popup-payment--confirm .border-none{padding-top:12px}.popup-terms .popup-container__body{margin-top:3.2rem}.popup--welpoint-transfer{gap:1.6rem;padding-bottom:var(--padding-box--type2)}.popup--welpoint-transfer .container__headline{font-weight:500}.popup--welpoint-transfer .container__headline strong{font-weight:600}.popup--welpoint-transfer .container__headline+.container__description{padding-top:1.6rem}.popup--welpoint-transfer .justify-spacing-btn{padding-top:3.2rem}.popup--welpoint-transfer .table--body .table--data tbody tr>*:first-child{padding-left:0}.popup--welpoint-transfer .table--body:first-child{border:0 none}.popup--welpoint-transfer .table--body:last-child{border-bottom:0 none}.popup--bp_money-confirm{padding-bottom:2.4rem}.popup--bp_money-confirm .container__headline{font-family:"NanumSquare";font-size:16px;font-weight:800}.popup--bp_money-confirm .bpop_acc_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 2.4rem;gap:2.4rem}.popup--bp_money-confirm .bpop_acc_info dl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup--bp_money-confirm .bpop_acc_info dl dt{font-size:13px;font-family:"NanumSquare";color:#222}.popup--bp_money-confirm .bpop_acc_info dl dd strong{font-size:13px;font-family:"NanumSquare";font-weight:700;color:#222}.popup--bp_money-confirm .button-large{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.popup--account-list{padding-bottom:2.4rem}.popup--account-list .pop_b_cn{padding:0 2.4rem}/*# sourceMappingURL=beple_popup.css.map */