.table-container{background-color:#fff;border-radius:4px;padding:5px 15px 15px}table{width:100%;border-collapse:collapse;text-align:center;font-size:.9rem}thead th{background-color:#257ea2;color:#fff;padding:10px;border-bottom:1px solid #ddd}tbody td{padding:10px;border-bottom:1px solid #eee}.col-3{width:3%}.col-5{width:5%}.col-10{width:10%}.col-6{width:6%}.col-7{width:7%}.table_top_wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 15px}.status_wrapper{display:flex;align-items:center;justify-content:flex-start;gap:5px;padding:0 0 0 32%}.table_amount,.table_amount_with_tooltip{padding-right:2%;position:relative}.table_amount_with_tooltip{cursor:pointer}.table_amount_with_tooltip:hover:after{content:attr(data-tooltip);position:absolute;left:80%;right:auto;bottom:auto;top:65%;transform:none;background-color:#616161;color:#fff;border-radius:4px;padding:4px 7px;font-size:12px;white-space:nowrap;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.2);margin-top:5px}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px}.unconfirmed{background-color:#fff7f4;border:1px solid #ff4646;color:#ff4646;border-radius:25px}.refuse,.unconfirmed{width:65px;padding:2px 0}.refuse{background-color:#f9f4ff;border:1px solid #5835f5;color:#7d52ff;border-radius:25px}.confirm{width:65px;background-color:#eefaff;border:1px solid #b5d8e6;color:#257ea2;padding:2px 0;border-radius:25px}.calculate{background-color:#f0f0f0;border:1px solid #c8c8c8;color:#8b8b8b;padding:2px 5px;border-radius:25px}.en_calculate,.en_confirm,.en_refuse,.en_unconfirmed{width:90px}.sign_icon{width:18px}.excel_download_btn_wrapper{display:flex;justify-content:flex-end;margin-bottom:10px}.excel_download_btn{background-color:#f8f9fa;padding:10px 20px;border:1px solid #dee2e6;margin-right:18px}.page-btn{background-color:#fff;border-radius:3px}.page-btn,.page-btn-arrow{display:inline-block;padding:6px 10px;cursor:pointer}.page-btn-arrow{border:1px solid #e9ecef;background-color:#f9f9f9;border-radius:3px}.page-btn.active{color:#257ea2;font-weight:700;border:2px solid #3498db}.page-btn.first,.page-btn.last{min-width:40px;text-align:center}.select_per_page{margin-left:8px;padding:6px 10px;font-size:.9rem;border:1px solid #ddd;border-radius:2px;cursor:pointer;color:#666;background-color:#fff}.account-info-table{border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.account-info-table table{width:100%;border-collapse:collapse;background-color:#fff;border:1px solid #fff;border-radius:1px;overflow:hidden}.account-info-table tbody{display:table-row-group}.account-info-table tbody tr{border-bottom:1px solid #dee2e6}.account-info-table td,.account-info-table th{padding:10px 20px;vertical-align:middle;border-right:1px solid #dee2e6}.account-info-table th{width:160px;background-color:#f9f9f9;font-weight:700;font-size:14px}.product-table{width:700px;border-collapse:collapse}.product-table th{background-color:#f9f9f9;padding:10px 20px;color:#242424;font-weight:700;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.product-name-col{text-align:left;width:80%}.product-action-col{text-align:center;border-left:1px solid #dee2e6;width:20%}.product-table td{padding:5px 20px;border-bottom:1px solid #dee2e6}.product-name-cell{text-align:left}.product-action-cell{text-align:center;border-left:1px solid #dee2e6}.krw-amount{cursor:pointer;position:relative}@media (max-width:1900px){.table_top_wrapper{padding:0 10px}.calculate,.confirm,.refuse,.unconfirmed{width:60px}.en_calculate,.en_confirm,.en_refuse,.en_unconfirmed{width:80px}}.popup-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.popup-container.active{display:flex}.popup-content{background-color:#fff;border-radius:4px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.2);max-width:500px;width:100%;position:relative}.popup-header{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.popup-title{font-weight:700;color:#257ea2}.popup-close{cursor:pointer;font-size:1.2rem;color:#666}.popup-body{margin-bottom:20px}.popup-footer{display:flex;justify-content:flex-end;gap:10px}.popup-btn{padding:8px 15px;border-radius:4px;cursor:pointer;font-size:.9rem}.popup-btn-primary{background-color:#257ea2;color:#fff;border:none}.popup-btn-secondary{background-color:#f2f2f2;color:#333;border:1px solid #ddd}.unable-modify-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.unable-modify-modal-container{width:450px;height:280px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);display:flex;flex-direction:column;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;gap:10px}.unable-modify-modal-title{text-align:center}.unable-modify-modal-close{cursor:pointer;text-align:right}.unable-modify-modal-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.unable-modify-message{font-size:20px;font-weight:400;color:#333;text-align:center;margin:30px 0}.unable-modify-button{width:150px;max-width:250px;padding:12px 0;background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);border-radius:2px;cursor:pointer;text-align:center}.image_check_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.image_check_modal_overlay.active{display:flex}.image_check_modal{width:auto;height:90%;max-height:910px;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.image_check_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.title{font-size:20px;font-weight:700;margin:20px 0;padding:0 20px;text-align:center}.image-container{width:478px;height:520px;background-color:#f2f2f2;margin:0 auto 20px}.radio-group{margin:15px 0;border-bottom:1px solid #e0e0e0;padding:15px 10px}.radio-option{justify-content:space-between;margin-bottom:15px}.radio-option-inner{display:flex;align-items:center}.last-modified{font-weight:700;color:#424242;margin-top:20px}.select-container{border-top:1px solid #e0e0e0;text-align:center}.confirm_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.confirm_modal_overlay.active{display:flex}.confirm_modal{width:auto;height:90%;max-height:910px;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.confirm_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.calculate_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.calculate_modal_overlay.active{display:flex}.calculate_modal{width:auto;height:90%;max-height:910px;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.calculate_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.payment_cancel_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.payment_cancel_modal_overlay.active{display:flex}.payment_cancel_modal{width:auto;height:90%;max-height:910px;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.payment_cancel_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.sub_img_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.sub_img_modal_overlay.active{display:flex}.sub_img_modal{width:auto;height:90%;max-height:730px;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.sub_img_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.refuse_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.refuse_modal_overlay.active{display:flex}.refuse_modal{width:auto;height:90%;max-height:910px;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.refuse_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.sign_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.sign_modal,.sign_modal_overlay.active{display:flex}.sign_modal{width:auto;max-height:90%;overflow-y:auto;flex-direction:column;box-sizing:border-box;background-color:#fff;border-radius:8px;position:relative;padding:20px}.sign_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.idcard-radio-group{display:flex;justify-content:center;align-items:center;gap:20px}input[type=radio]+label{position:relative;padding-left:30px;cursor:pointer;display:inline-block;color:#424242;font-size:16px}input[type=radio]+label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #e0e0e0;border-radius:50%;background-color:#fff;box-sizing:border-box}input[type=radio]:checked+label:before{border-color:#257ea2;background-color:#257ea2}.radio-disabled+label{opacity:.5;cursor:not-allowed}.radio-disabled+label:before{background-color:#f0f0f0;border-color:#ccc}input[type=radio]:checked+label:after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:white}.month-input{margin-left:10px;width:60px;padding:5px;border:1px solid #ddd;border-radius:4px;font-size:14px;text-align:right}.month-notice{margin-left:5px}.month-notices{color:#666;font-size:12px;margin-left:10px;transition:color .3s ease}.month-notice.disabled{color:#bbb}.submit-button{width:100%;padding:12px 0;background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);color:#1e5d70;border:1px solid #a5c4cc;font-weight:700;cursor:pointer;margin-top:30px;margin-bottom:0;font-size:16px}input:focus{outline:none;border-color:#257ea2}.payment_info{text-align:center;margin:15px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:15px 20px}.payment_info p{margin:0;font-weight:700;color:#424242}.signature-box{width:478px;height:215px;border:1px solid #ccc;margin:0 auto 30px}.confirm-button{width:100%;padding:12px 0;background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);color:#1e5d70;border:1px solid #a5c4cc;font-weight:700;cursor:pointer;margin:10px auto 0}.login-fail-modal-overlay,.logout-complete-modal-overlay,.logout-modal-overlay,.password-reset-complete-modal-overlay,.password-reset-fail-modal-overlay,.password-reset-modal-overlay,.subaccount-confirm-complete-modal-overlay,.subaccount-delete-complete-modal-overlay,.subaccount-delete-modal-overlay,.subaccount-modify-complete-modal-overlay,.subaccount-modify-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.login-fail-modal,.logout-complete-modal,.logout-modal,.password-reset-complete-modal,.password-reset-fail-modal,.password-reset-modal,.subaccount-confirm-complete-modal,.subaccount-delete-complete-modal,.subaccount-delete-modal,.subaccount-modify-complete-modal,.subaccount-modify-modal{position:relative;width:450px;background-color:white;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 5px rgba(0,0,0,.15);padding:20px}.modal-title{width:100%;text-align:center;padding:20px 0;margin:0}.modal-close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10}.modal-message{padding:20px 0;margin:0;font-size:16px;text-align:center;color:#666;width:100%}.modal-button-wrapper{display:flex;justify-content:center;gap:10px;margin-bottom:10px}.modal-cancel-btn,.modal-confirm-btn,.modal-confirm-btn-2{width:150px;padding:10px 0;font-size:16px;border:none;cursor:pointer;transition:background-color .2s}.modal-confirm-btn,.modal-confirm-btn-2{background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);border:1px solid #a5c4cc}.long_btn{width:100%}.modal-cancel-btn{border:1px solid #257ea2}.password-change-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.password-change-modal{position:relative;background-color:white;border-radius:4px;width:520px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.modal-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;padding:4px}.modal-content{padding:0 20px 20px}.password-form{margin-bottom:20px}.form-row{display:flex;border-bottom:1px solid #e0e0e0;border-radius:4px}.form-label{width:150px;padding:12px 15px;background-color:#f2fcff;display:flex;align-items:center;border-right:1px solid #e0e0e0}.form-input-container{flex:1;padding:5px 15px;background-color:white}.password-input{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:1px;box-sizing:border-box}.password-warning{color:#ff4d4f;margin-top:6px}.modal-footer{text-align:center;padding:10px 0}.password-change-btn:not(:disabled){cursor:pointer}.password-change-btn{width:120px;border:1px solid #a5c4cc;border-radius:1px;padding:10px 20px;cursor:pointer}.password-change-btn,.password-change-btn:disabled{background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff)}.password-change-btn:disabled{opacity:.6;cursor:not-allowed;border:1px solid #257ea2}.password-change-btn.btn-active{background-color:#007bff;color:white}.password-change-success-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.password-change-success-modal{position:relative;width:400px;background-color:#fff;border-radius:8px;padding-bottom:24px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}.password-input.invalid{border-color:#ff3838}.password-input.valid{border-color:#00c170}.subaccount-add-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.subaccount-add-modal{position:relative;background-color:white;border-radius:4px;width:520px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.subaccount-add-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.subaccount-add-modal .modal-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;padding:4px}.subaccount-add-modal .modal-content{padding:0 20px 20px}.subaccount-form{display:flex;flex-direction:column;margin-bottom:20px;border-top:1px solid #dee2e6}.form-input-container-wrapper{flex:1}.subaccount-form .form-row{display:flex;border-bottom:1px solid #e0e0e0;border-radius:4px;margin-bottom:1px}.subaccount-form .form-label{min-width:150px;padding:12px 15px;display:flex;align-items:center;border-right:1px solid #e0e0e0}.subaccount-form .form-input-container{flex:1;padding:5px 15px;position:relative;display:flex;flex-direction:column}.text-input{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:1px;box-sizing:border-box;font-size:14px}.text-input:focus{outline:none;border-color:#257ea2}.form-input-container:has(.duplicate-check-btn){flex-direction:row;align-items:center;gap:10px}.form-input-container:has(.duplicate-check-btn) .text-input{flex:1}.duplicate-check-btn{padding:10px 15px;background:#f8f9fa;border:1px solid #257ea2;border-radius:1px;cursor:pointer;white-space:nowrap}.form-input-container:has(.password-toggle-btn-sub){position:relative}.password-toggle-btn-sub{display:flex;justify-content:center;align-items:center;position:absolute;right:20px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px}.password-toggle-btn-sub img{width:20px;height:20px;opacity:.6}.form-message{margin-top:5px;padding:0 15px 5px}.account-radio-group{display:flex;justify-content:flex-end;align-items:center;padding:10px 0}.account-radio-group .radio-option{margin-bottom:0}.radio-option{display:flex;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer}.custom-radio{width:18px;height:18px;border:2px solid #e0e0e0;border-radius:50%;background-color:white;position:relative;transition:all .2s ease}.radio-option input[type=radio]:checked+.custom-radio{border-color:#257ea2;background-color:#257ea2}.radio-option input[type=radio]:checked+.custom-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background-color:white}.subaccount-add-modal .modal-footer{display:flex;justify-content:center;gap:10px;padding:10px 0}.subaccount-cancel-btn,.subaccount-save-btn{width:120px;padding:10px 20px;border-radius:1px;cursor:pointer;transition:all .2s ease}.subaccount-cancel-btn{background-color:white;border:1px solid #a5c4cc}.subaccount-save-btn{background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);border:1px solid #a5c4cc}.subaccount-save-btn:disabled{background:#f3f5f8;color:#dadff0;border:1px solid #dadff0;cursor:not-allowed}.subaccount-save-btn:not(:disabled){background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);color:#1e5d70;border:1px solid #a5c4cc;cursor:pointer}.subaccount-confirm-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.subaccount-confirm-modal{position:relative;background-color:white;border-radius:4px;width:500px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.subaccount-confirm-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.subaccount-confirm-modal .modal-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;padding:4px}.subaccount-confirm-modal .modal-content{padding:0 20px 20px}.confirm-info-table{margin-bottom:30px;border-radius:4px;overflow:hidden}.confirm-info-table table{width:100%;border-collapse:collapse}.confirm-info-table th{background-color:#f2fcff;text-align:left;border-right:1px solid #e0e0e0;width:40%}.confirm-info-table td,.confirm-info-table th{padding:12px 15px;border-bottom:1px solid #e0e0e0}.confirm-info-table tr:last-child td,.confirm-info-table tr:last-child th{border-bottom:none}.confirm-message{text-align:center;margin-bottom:20px}.confirm-message p{margin:0;font-size:16px;color:#333}.subaccount-confirm-modal .modal-footer{display:flex;justify-content:center;gap:10px;padding:10px 0}.subaccount-confirm-cancel-btn,.subaccount-confirm-yes-btn{width:120px;padding:10px 20px;border-radius:1px;cursor:pointer;transition:all .2s ease}.subaccount-confirm-cancel-btn{background-color:white;border:1px solid #a5c4cc}.subaccount-confirm-yes-btn{background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);border:1px solid #a5c4cc}.password-reset-btn-wrapper,.subaccount-id{width:90%;display:flex;justify-content:flex-end;align-items:center;background-color:#fff;padding:0 15px 0 0}.password-reset-btn{display:flex;justify-content:center;align-items:center;height:60%;background-color:#fbfbfb;border:1px solid #8c8c8c;border-radius:30px;cursor:pointer;padding:5px 10px}.subaccount-modify-message{padding:10px 0}.subaccount-modify-modal-overlay .modal-content{padding:0}.add-sub-manager-popup-text{width:75px}.add-sub-manager-popup-content-border{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.modify-sub-manager-popup-footer{display:flex;justify-content:center;gap:10px}.sub-manager-popup-title{font-size:14px}.manager-card-modify-button{color:#1e5d70;border:.5px solid #257ea2;padding:4px 12px}.en_form_label{width:200px}.payment_info_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:center;align-items:center}.payment_info_modal{width:500px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);position:relative;padding:30px;transform:translateY(0);opacity:1}.payment_info_modal_close{position:absolute;top:15px;right:15px;cursor:pointer;background:transparent;border:none;z-index:10;font-size:24px;color:#999}.payment_info_title{text-align:center;margin-bottom:30px;font-size:18px;font-weight:700;color:#333}.payment_detail_table{width:100%;margin-bottom:30px}.payment_detail_table table{width:100%;border-collapse:collapse}.payment_detail_table td,.payment_detail_table th{padding:12px 10px;border-bottom:1px solid #f2f2f2;vertical-align:top}.payment_detail_table th{width:30%;background-color:#f2fcff;font-weight:700;color:#333;text-align:left}.payment_detail_table td{width:70%;text-align:right}.settlement-radio{padding:12px 10px}.radio-options-wrapper{display:flex;justify-content:flex-end;gap:20px}.radio-options-wrapper .radio-option{display:flex;align-items:center;position:relative;padding-left:30px;cursor:pointer;color:#424242}.radio-options-wrapper .radio-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.radio-options-wrapper .radio-option:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #e0e0e0;border-radius:50%;background-color:#fff;box-sizing:border-box}.radio-options-wrapper .radio-option input[type=radio]:checked+:before,.radio-options-wrapper .radio-option:has(input[type=radio]:checked):before{border-color:#257ea2;background-color:#257ea2}.radio-options-wrapper .radio-option input[type=radio]:checked+:after,.radio-options-wrapper .radio-option:has(input[type=radio]:checked):after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:white}.payment_reason_section{margin-bottom:30px}.payment_reason_title{font-weight:700;margin-bottom:15px;color:#333}.payment_reason_memo_area,.payment_reason_textarea{width:100%;height:120px;padding:15px;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit;font-size:14px;line-height:1.5;box-sizing:border-box}.payment_reason_textarea:focus{outline:none}.payment_modal_buttons{display:flex;justify-content:center;gap:15px}.payment_modal_btn{width:120px;padding:12px 0;cursor:pointer;text-align:center;font-weight:700;transition:all .2s ease}.payment_cancel_btn{background-color:#fff;border:1px solid #257ea2;color:#257ea2}.payment_confirm_btn{background:linear-gradient(90deg,#ddf1f6,#daf2fd,#e8faff);border:1px solid #a5c4cc;color:#257ea2}.payment_info_modal .radio-option{margin-bottom:0}