@charset "UTF-8";.modal-backdrop{position:fixed;top:0;left:0;z-index:10000;width:100vw;height:100vh;background-color:#0006;display:flex;justify-content:center;align-items:center}.modal-frame{background-color:#fff;border-radius:10px;padding:20px;min-width:300px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;gap:16px}.modal-frame .modal-title{font-size:18px;font-weight:600;margin-bottom:8px}.modal-frame .modal-body{flex:1;overflow-y:auto}.modal-frame .modal-footer{display:flex;justify-content:flex-end;gap:8px}.my-profile-form .form-container .form-columns{display:flex;gap:30px}.my-profile-form .form-container .form-columns .form-column{flex:1}.my-profile-form .form-container .form-columns .form-column .form-group{margin-bottom:10px}.my-profile-form .form-container .form-columns .form-column .form-group.full-width{width:100%;flex:none}.my-profile-form .form-container .form-columns .form-column .form-group .filter-label{display:block;font-weight:500;font-size:14px!important;color:#000;margin-bottom:2px}.my-profile-form .form-container .form-columns .form-column .form-group .form-input{width:100%;padding:6px 12px;border:1px solid rgba(47,60,84,.4);border-radius:5px;font-size:13px;font-weight:500;color:#17171b99}.my-profile-form .form-container .form-columns .form-column .form-group .form-input:focus{outline:none;border-color:#2f3c54}.my-profile-form .form-container .form-columns .form-column .form-group .form-input[readonly]{background:#e4edff66;color:#17171b99;cursor:default}.my-profile-form .form-container .form-columns .form-column .form-group .email-input-group{display:flex;align-items:center;gap:8px}.my-profile-form .form-container .form-columns .form-column .form-group .email-input-group .email-input{min-width:30px;max-width:100px;background:#e4edff66}.my-profile-form .form-container .form-columns .form-column .form-group .email-input-group .email-domain-group{color:#17171b99;font-size:13px}.my-profile-form .form-container .form-columns .form-column .form-group .radio-group{display:flex;gap:24px;align-items:center;padding:8px 0}.my-profile-form .form-container .form-columns .form-column .form-group .radio-group .radio-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#00000080;cursor:default}.my-profile-form .form-container .form-columns .form-column .form-group .radio-group .radio-label input[type=radio]{margin:0;cursor:default;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border:1px solid rgba(47,60,84,.5019607843);border-radius:50%;background:transparent;position:relative}.my-profile-form .form-container .form-columns .form-column .form-group .radio-group .radio-label input[type=radio]:checked{background:transparent;border-color:#2f3c5480}.my-profile-form .form-container .form-columns .form-column .form-group .radio-group .radio-label input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#2f3c5480;border-radius:50%}.my-profile-form .form-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:20px}.custom-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;outline:none;border:none;background-color:#2f3c54;color:#fefefe;font-size:13px;font-weight:500;padding:8px 16px;border-radius:5px}.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.loading-indicator .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2f3c54;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.change-password .form-container .form-group{margin-bottom:10px}.change-password .form-container .form-group .password-input-wrapper{position:relative}.change-password .form-container .form-group .password-input-wrapper .form-input{width:100%;padding:8px 40px 8px 12px;border:1px solid rgba(47,60,84,.4);border-radius:5px;font-size:13px;font-weight:500;color:#17171b66;box-sizing:border-box}.change-password .form-container .form-group .password-input-wrapper .form-input::placeholder{color:#17171b80}.change-password .form-container .form-group .password-input-wrapper .form-input:focus{outline:none;border-color:#2f3c54}.change-password .form-container .form-group .password-input-wrapper .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:16px;color:#17171b66;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.change-password .form-container .form-group .password-input-wrapper .password-toggle:hover{opacity:.7}.change-password .form-container .validation-checks{margin:-10px 0 10px;display:flex;gap:24px}.change-password .form-container .validation-checks .validation-item{display:flex;align-items:center;gap:8px}.change-password .form-container .validation-checks .validation-item .check-icon{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:400;color:#17171b66}.change-password .form-container .validation-checks .validation-item .check-text{font-size:13px;font-weight:500}.change-password .form-container .validation-checks .validation-item.valid .check-icon,.change-password .form-container .validation-checks .validation-item.valid .check-text{color:#02f}.change-password .form-container .validation-checks .validation-item.invalid .check-icon,.change-password .form-container .validation-checks .validation-item.invalid .check-text{color:#17171b66}.change-password .form-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:20px}.dropdown-box{position:absolute;z-index:-10;top:calc(100% + 10px);left:-40px;background:#fefefe;border-radius:10px;box-shadow:0 4px 4px #0000001a;padding:0;width:300px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:max-height .3s ease,opacity .25s ease,transform .25s ease,padding .3s ease;z-index:5}.dropdown-box.open{max-height:400px;opacity:1;transform:translateY(0);padding:1rem 1.5rem}.dropdown-box .dropdown-content{border-left:2px solid #2f3c54;padding-left:.75rem}.dropdown-box .dropdown-item{display:block;padding:.5rem 1rem;font-size:14px;font-weight:500;color:#17171b;white-space:nowrap;transition:background-color .2s ease;border-radius:5px}.dropdown-box .dropdown-item:hover,.dropdown-box .dropdown-item.active{background-color:#2f3c54;color:#fefefe;font-weight:600}.dropdown-box .dropdown-item:not(:last-child){margin-bottom:.1rem}.auth-dropdown-box{position:absolute;z-index:-10;top:100%;left:0;right:0;background:#fefefe;border-radius:5px;box-shadow:0 4px 4px #0000001a;padding:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:max-height .3s ease,opacity .25s ease,transform .25s ease,padding .3s ease;z-index:5}.auth-dropdown-box.open{max-height:400px;opacity:1;transform:translateY(0);padding:.5rem}.auth-dropdown-box .dropdown-item{width:100%;text-align:left;cursor:pointer;display:block;padding:.5rem;font-size:14px;font-weight:500;color:#17171b;white-space:nowrap;transition:background-color .2s ease;border-radius:5px}.auth-dropdown-box .dropdown-item:hover,.auth-dropdown-box .dropdown-item.active{background-color:#2f3c54;color:#fefefe;font-weight:600}.auth-dropdown-box .dropdown-item:not(:last-child){margin-bottom:.1rem}.layout-header{position:fixed;top:0;left:0;right:0;z-index:9999;background-color:#fefefe;box-shadow:0 1px 6px #0000001a;height:50px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.layout-header .logo{display:flex;align-items:baseline;gap:.5rem;white-space:nowrap;font-size:16px;font-weight:600;color:#2f3c54;cursor:pointer}.layout-header .logo .logo-sub{font-size:12px;font-weight:400;color:#2f3c54cc}.layout-header .gnb{flex:1;display:flex;justify-content:center}.layout-header .gnb .gnb-list{display:flex;width:100%;max-width:875px;justify-content:space-between}.layout-header .gnb .gnb-list .gnb-item{position:relative;white-space:nowrap}.layout-header .gnb .gnb-list .gnb-item .gnb-button{display:flex;align-items:center;gap:.5rem;font-size:16px;font-weight:500;cursor:pointer}.layout-header .gnb .gnb-list .gnb-item .gnb-button .gnb-icon{width:7px;height:6px}.layout-header .user-info{display:flex;align-items:center;gap:1rem;position:relative;white-space:nowrap;padding:.5rem 1rem;font-size:14px;font-weight:600;border-radius:5px;background-color:#2f3c54;color:#fff;cursor:pointer}.layout-header .user-info .user-icon{width:7px;height:6px}.layout-header .right-menu{display:none}@media (max-width: 800px){.layout-header .right-menu{display:block;background:none;border:none;cursor:pointer}.layout-header .right-menu .menu-icon{width:24px;height:24px}}@media (max-width: 800px){.layout-header .gnb,.layout-header .user-info{display:none}}.layout-header>*{-webkit-user-select:none;user-select:none}.side-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;visibility:hidden;transition:all .3s;z-index:998}@media (min-width: 801px){.side-menu-overlay{display:none}}.side-menu-overlay.active{opacity:1;visibility:visible}.side-menu{position:fixed;top:0;right:-300px;width:300px;height:100%;background-color:#fff;box-shadow:-2px 0 8px #00000026;transition:right .3s ease-in-out;z-index:999;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.side-menu::-webkit-scrollbar{display:none}@media (min-width: 801px){.side-menu{display:none}}.side-menu.open{right:0}.side-menu .side-menu-close{display:flex;margin:11px 11px 0 auto;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.side-menu .user-container{display:flex;width:300px;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;border-bottom:1px solid #e5e5e5}.side-menu .user-container .side-menu-user{display:flex;align-items:center;gap:4px}.side-menu .user-container .side-menu-user .user-name{color:#002c7d;font-size:20px;font-weight:700}.side-menu .user-container .side-menu-user .user-position{color:#707070;font-size:16px;font-weight:600}.side-menu .user-container .side-menu-user-actions{display:flex;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch}.side-menu .user-container .side-menu-user-actions button{display:flex;padding:13px 43px;justify-content:center;cursor:pointer;align-items:center;gap:4px;align-self:stretch;border-radius:8px;border:1px solid #c4cad4;background:#fff;transition:all .3s ease}.side-menu .user-container .side-menu-user-actions button:hover{border-radius:8px;border:1px solid #809ecf;background:#e5eefd}.side-menu .side-menu-nav{display:flex;width:300px;padding:30px;flex-direction:column;align-items:flex-start;gap:50px}.side-menu .side-menu-nav .side-menu-section{display:flex;width:208px;flex-direction:column;align-items:flex-start}.side-menu .side-menu-nav .side-menu-section .side-menu-title{display:flex;justify-content:center;align-items:center;color:#4b4b4b;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:800;line-height:normal;letter-spacing:-.36px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.side-menu .side-menu-nav .side-menu-section .side-menu-title.active{color:#0055a4}.side-menu .side-menu-nav .side-menu-section .side-menu-title .arrow-icon{width:20px;height:20px}.side-menu .side-menu-nav .side-menu-section .side-menu-list{display:flex;width:170px;flex-direction:column;align-items:flex-start;gap:18px;max-height:0;overflow:hidden}.side-menu .side-menu-nav .side-menu-section .side-menu-list.open{margin-top:20px;max-height:500px}.side-menu .side-menu-nav .side-menu-section .side-menu-list li{width:fit-content;display:flex;padding:0 10px;justify-content:center;align-items:center;gap:10px;align-self:stretch}.side-menu .side-menu-nav .side-menu-section .side-menu-list li a{color:#4b4b4b;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.32px;transition:all .1s ease-out}.side-menu .side-menu-nav .side-menu-section .side-menu-list li a:hover,.side-menu .side-menu-nav .side-menu-section .side-menu-list li a.active{font-weight:800;color:#282828}.sub-menu-list{display:flex;flex-direction:column;gap:.5rem;opacity:1;transition:opacity .2s ease .1s}.layout-sidebar.collapsed .sub-menu-list{opacity:0;transition:opacity .1s ease}.sub-menu-item{padding:.5rem 1rem;border-radius:5px;font-size:14px;font-weight:500;background-color:#f4f5f9;color:#2f3c54;-webkit-user-select:none;user-select:none;cursor:pointer}.sub-menu-item.active{background-color:#2f3c54;color:#fefefe}.layout-sidebar{width:245px;background-color:#fefefe;box-shadow:0 4px 4px #0000001a;padding:1.25rem 1rem;position:relative;transition:width .3s ease,padding .3s ease,background-color .3s ease,box-shadow .3s ease;position:fixed;top:50px;left:0;bottom:0;z-index:9998}.layout-sidebar.collapsed{width:0;padding:0}.layout-sidebar.collapsed .sidebar-title,.layout-sidebar.collapsed .sidebar-menu{display:none;white-space:nowrap}.layout-sidebar .sidebar-title{font-size:20px;font-weight:700;margin-bottom:1rem;opacity:1;transition:opacity .2s ease .1s}.layout-sidebar .collapse-btn{position:absolute;z-index:20;top:1rem;right:0;width:40px;transform:translate(100%);background:#2f3c54e5;color:#fefefe;font-size:14px;font-weight:600;padding:2.3rem 0rem;border-radius:0 5px 5px 0;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 4px #0000001c;cursor:pointer;transition:transform .3s ease,border-radius .3s ease}.layout-sidebar .collapse-btn span{display:flex;align-items:center;gap:.4rem;transform:rotate(-90deg);white-space:nowrap}.layout-sidebar .collapse-btn .chevron{display:inline-block;transform:rotate(90deg);width:7px;height:6px}.app-layout{display:flex;flex-direction:column;height:100vh}.layout-body{display:flex;flex:1;height:calc(100vh - 60px);transition:margin-left .3s ease;margin:50px 0 0 245px}.layout-body.collapsed{margin-left:0}.layout-main{flex:1;background-color:#f4f5f9;padding:2rem 4rem}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh}.login-container{background:#fefefe;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:40px;width:100%;max-width:400px}.login-form .login-header{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:32px}.login-form .login-header .logo{width:100%;object-fit:contain;height:20px}.login-form .login-header h2{color:#17171b;font-size:21px;font-weight:600}.login-form .form-group{margin-bottom:20px}.login-form .form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.login-form .form-group input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s ease}.login-form .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.login-form .form-group input::placeholder{color:#999}.login-form button{width:100%;margin-top:20px;border-radius:8px;font-size:16px;padding:14px;transition:all .3s ease}.login-form button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.error-fallback{display:flex;flex-direction:column;align-items:center;gap:15px}.error-fallback .error-content{font-size:14px;border:1px solid rgba(47,60,84,.4);padding:10px 15px}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;background:none;border:none;outline:none;resize:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}body{font-family:Pretendard,sans-serif;font-weight:400;background-color:#f4f5f9;color:#17171b}*{scrollbar-color:#2f3c54 transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#2f3c54;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#5a6268}.selected-value{width:100%;border:1px solid rgba(47,60,84,.4);font-weight:500;font-size:16px;border-radius:5px;padding:5px 15px;box-sizing:border-box;background-color:#f9f9f9;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;min-height:38px;flex-shrink:0}.selected-value:hover{background-color:#f0f0f0;border-color:#1d253366}.selected-value:active{transform:translateY(1px)}.selected-value--advertiser-fee-form,.selected-value--markup-register-form,.selected-value--agency-fee-form{width:200px}.selected-value--advertiser-fee-filter,.selected-value--markup-filter{width:220px;font-size:13px;min-height:30px;padding:0 10px}.validation-message{color:red}.validation-message--form-header{font-weight:500;font-size:12px;margin-left:8px}.validation-message--disabled-modify-note{display:block;font-size:14px;font-weight:500;margin-top:-30px;margin-bottom:16px}.validation-message--disabled-modify-note--agency-fee-form{margin-top:-15px}.validation-message--agency-fee-form-notice-note{display:block;font-size:14px;font-weight:500}.validation-message--form-error-message{font-size:12px;font-weight:500;margin-top:4px}.validation-message--edit-page-warning-message{font-size:14px;font-weight:500}.validation-message--url-warning-message{font-size:14px;font-weight:500;margin-top:4px}.validation-message--change-password-form-error-message{margin-top:8px;font-size:13px;font-weight:500}.section-title{font-size:17px;font-weight:600}.filter-section .filter-row-container{display:flex;flex-direction:column}.filter-section .filter-row-container .filter-row-title{margin-top:10px;color:#17171b;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.filter-section .filter-row{display:flex;align-items:center;margin-top:16px}.filter-section .filter-row .filter-input{border:1px solid rgba(47,60,84,.4);border-radius:5px;font-size:13px;font-weight:500;padding:3px 12px;width:200px;box-sizing:border-box}.filter-section .filter-row .filter-input::placeholder{color:#17171b80}.filter-section .filter-row .filter-input:focus{outline:none;border-color:#2f3c54}.filter-section .filter-row .filter-group{display:flex;align-items:center;gap:32px}.filter-section .filter-row .filter-group .filter-label{font-weight:500;font-size:14px;margin:0}.filter-section .filter-row .filter-group .radio-group{display:flex;gap:24px}.filter-section .filter-row .filter-group .radio-group .radio-item{display:flex;align-items:center;gap:8px;cursor:pointer}.filter-section .filter-row .filter-group .radio-group .radio-item input[type=radio]{display:none}.filter-section .filter-row .filter-group .radio-group .radio-item .radio-custom{width:12px;height:12px;border:1px solid rgba(47,60,84,.5019607843);border-radius:50%;position:relative;background:#fff;transition:all .2s ease}.filter-section .filter-row .filter-group .radio-group .radio-item .radio-custom:after{content:"";width:6px;height:6px;border-radius:50%;background:#2f3c54;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.filter-section .filter-row .filter-group .radio-group .radio-item input[type=radio]:checked+.radio-custom:after{transform:translate(-50%,-50%) scale(1)}.filter-section .filter-row .filter-group .radio-group .radio-item .radio-text{color:#000;font-size:13px;font-weight:500}.filter-section .filter-row .filter-group.date-range-container{margin-left:16px;gap:8px}.left-spacing{margin-left:16px}.history-modal{padding:24px}.history-modal h2{font-weight:700;font-size:20px;color:#000;margin-bottom:32px}.history-modal table tbody td:nth-child(3),.history-modal table tbody td:nth-child(4){text-align:left}.history-modal table tbody td:nth-child(4){background-color:#bdd4ff66}.history-modal .history-pagination{margin-top:24px;display:flex;justify-content:flex-end}.history-modal .history-close{margin-top:28px;display:flex;justify-content:flex-end}.original-data-modal{padding:24px}.original-data-modal h2{font-weight:700;font-size:20px;color:#000}.original-data-modal .original-data-modal-pagination{margin-top:24px;display:flex;justify-content:flex-end}.original-data-modal .original-data-modal-close{margin-top:28px;display:flex;justify-content:flex-end}
