:root{--blue:#0c82bf;--blue-bold:#3973df;--red:#bf0c37;--white:#fff;--black:#282828;--grey:#d9d9d9;--white-grey:#f8f8f8;--arclic-white:#f8f8f866;--green:#43b484;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;scrollbar-width:none}:root::-webkit-scrollbar{display:none}#root{width:100%;height:100%}html,body{box-sizing:border-box}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,span{-webkit-text-decoration:inherit;text-decoration:inherit;margin:0}ul,li{margin:0;padding:0}button{border:none;font-family:Noto Sans KR,sans-serif}button:active{transform:scale(.95)}input::-webkit-inner-spin-button{appearance:none}.primaryBtn{background:var(--blue);width:9.3125rem;height:2.5625rem;color:var(--white);text-align:center;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}.cancelBtn{background:var(--grey);width:9.3125rem;height:2.5625rem;color:var(--black);text-align:center;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}.full-layout,.topBar-layout{box-sizing:border-box;width:100%;max-width:100vw;height:100vh;margin:0;padding:0}.topBar-layout .topBar{background-color:var(--blue-bold);box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:3rem;max-height:3rem;padding:0 1.25rem;font-family:Pretendard Bold,serif;display:flex;position:relative}.topBar-layout .topBar .user-info{color:#fff;cursor:pointer;white-space:nowrap;border:1px solid #fff;border-radius:2rem;justify-content:center;align-items:center;gap:5px;width:100px;max-width:100px;padding:4px;display:flex;overflow:hidden}.topBar-layout .topBar .user-info span{white-space:nowrap;text-overflow:ellipsis;max-width:70px;display:inline-block;overflow:hidden}.topBar-layout .topBar .user-info:active{transform:scale(.95)}.topBar-layout .content{height:calc(100vh - 3rem)}.topBar-logo{cursor:pointer}.menu-container{background:var(--white);opacity:0;visibility:hidden;border:1px solid #0c82bf;border-radius:14px;width:200px;transition:all .3s ease-in-out;position:absolute;top:100%;right:1.25rem;overflow:hidden;transform:translateY(-10px)}.menu-container.open{opacity:1;visibility:visible;z-index:9;transform:translateY(0)}.hide-menu{margin:0;padding:10px;list-style:none}.sub-menu{cursor:pointer;border-bottom:1px solid #eee;align-items:center;gap:10px;padding:10px 15px;display:flex}.sub-menu:hover{background-color:#f0f0f0}.menu-container li img{width:20px;height:20px}.menu-container li:last-child{border-bottom:none}.container{flex-direction:row;width:100%;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:var(--blue);width:10.25rem;color:var(--white);flex-direction:column;justify-content:start;align-items:center;height:calc(100vh - 2.5rem);max-height:calc(100vh - 2.5rem);padding:1.25rem;display:flex;position:sticky;top:0;overflow:hidden auto}.admin-sidebar-scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.admin-sidebar-scrollbar-hidden::-webkit-scrollbar{display:none}.sidebar .logo{margin:0 1.25rem}.sidebar ul{width:100%;padding:0;list-style-type:none}.sidebar ul li{vertical-align:middle;justify-content:center;align-items:center;height:1.8125rem;margin:16px 0;display:flex}.sidebar ul li:hover,.sidebar ul li .active{background:var(--arclic-white);border-radius:.25rem}.sidebar ul li a{color:var(--white);text-align:center;vertical-align:middle;justify-content:center;align-items:center;width:100%;height:100%;font-size:.875rem;font-style:normal;font-weight:700;display:flex}.content{flex:1;justify-content:center;align-items:flex-start;height:100vh;display:flex;overflow:hidden auto}.admin-password-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.admin-password-modal{background:var(--white);box-sizing:border-box;border-radius:.5rem;width:24rem;max-width:calc(100% - 2rem);padding:1.5rem;box-shadow:0 12px 30px #0003}.admin-password-modal-header h3{color:var(--black);font-size:1.125rem;font-weight:700}.admin-password-modal-body{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.admin-password-modal-label{color:var(--black);font-size:.875rem;font-weight:700}.admin-password-modal-input{border:1px solid var(--grey);box-sizing:border-box;border-radius:.25rem;height:2.5rem;padding:0 .75rem;font-size:.875rem}.admin-password-modal-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 2px #0c82bf26}.admin-password-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.5rem;display:flex}.admin-password-modal-actions button:disabled{opacity:.6;cursor:not-allowed}.overlay{box-sizing:border-box;width:100%;height:100%;margin:0;padding:0}.page-layout{box-sizing:border-box;width:100%;height:100%;min-height:100%;padding:3.75rem}.page-title{color:var(--black);box-sizing:border-box;font-size:1.875rem;font-style:normal;font-weight:700;line-height:normal}.page-background{background-color:var(--white-grey);text-align:center;box-sizing:border-box;border-radius:.5rem;flex-shrink:0;justify-content:start;align-items:start;width:100%;height:calc(100% - 3.75rem);min-height:calc(100% - 3.75rem);margin-top:1.25rem;display:flex}.page-inner{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}.ql-container{height:100%;overflow-y:auto;background-color:#fff!important;border:none!important}.ql-align-center{text-align:center}.ql-align-right{text-align:right}.ql-align-left{text-align:left}.ql-editor{overflow:auto}@media (width<=768px){.full-layout{box-sizing:border-box;width:100vw;height:100%}.full-layout::-webkit-scrollbar{display:none}}@font-face{font-family:Pretendard Black;src:url(/assets/Pretendard-Black-B7X87vPW.woff2)format("woff");font-weight:900;font-display:swap}@font-face{font-family:Pretendard ExtraBold;src:url(/assets/Pretendard-ExtraBold-C0vVUedy.woff2)format("woff");font-weight:800;font-display:swap}@font-face{font-family:Pretendard Bold;src:url(/assets/Pretendard-Bold-BYNivUXw.woff2)format("woff");font-weight:700;font-display:swap}@font-face{font-family:Pretendard SemiBold;src:url(/assets/Pretendard-SemiBold-ClEDdoZU.woff2)format("woff");font-weight:600;font-display:swap}@font-face{font-family:Pretendard Regular;src:url(/assets/Pretendard-Regular-BhrLQoBv.woff2)format("woff");font-weight:500;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-Dw2vNklR.woff2)format("woff");font-weight:400;font-display:swap}@font-face{font-family:Pretendard Light;src:url(/assets/Pretendard-Light-knQmDAda.woff2)format("woff");font-weight:300;font-display:swap}@font-face{font-family:Pretendard Thin;src:url(/assets/Pretendard-Thin-DWJVAZ2K.woff2)format("woff");font-weight:200;font-display:swap}@font-face{font-family:나눔바른고딕;src:url(/assets/NanumBarunGothic-DSGgsm5-.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:나눔바른고딕;src:url(/assets/NanumBarunGothicBold-D8B2EzUq.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:나눔고딕;src:url(/assets/NanumGothic-DfeqW3xu.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:나눔고딕;src:url(/assets/NanumGothicBold-IPw6ZBax.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:NanumMyeongjo;src:url(/assets/NanumMyeongjo-CD_HeYfr.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:나눔명조;src:url(/assets/NanumMyeongjo-CD_HeYfr.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:나눔명조 Bold;src:url(/assets/NanumMyeongjoBold-BosZpEET.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:나눔스퀘어라운드;src:url(/assets/NanumSquareRoundR-DccHeiXS.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:나눔스퀘어라운드;src:url(/assets/NanumSquareRoundB-C1BbAOJM.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:쿠키런 Black;src:url(/assets/CookieRun-Black-DEbLOwa1.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:쿠키런;src:url(/assets/CookieRun-Bold-D37wo3lR.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:쿠키런;src:url(/assets/CookieRun-Regular-jfNdZraD.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:잘난고딕 OTF;src:url(/assets/JalnanGothic-BD1n2HNN.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:잘난고딕 TTF;src:url(/assets/JalnanGothicTTF-pB6wjqaO.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:잘난2 OTF;src:url(/assets/Jalnan2-DA-uTORP.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:잘난2 TTF;src:url(/assets/Jalnan2TTF-KH8Uzgde.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:카페24 데코박스;src:url(/assets/Cafe24Decobox-BzhPhGKX.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:카페24 데코스쿨;src:url(/assets/Cafe24Decoschool-D6YmIb6d.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:카페24 슈퍼매직;src:url(/assets/Cafe24Supermagic-D1UUwOcY.ttf)format("truetype");font-weight:400;font-style:normal}._pageInner_1j5eq_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:stretch;width:100%;height:100%;padding:1.45rem;display:flex}._toolbar_1j5eq_12{justify-content:space-between;align-items:center;width:100%;display:flex}._addButton_1j5eq_19{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateButton_1j5eq_35{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_1j5eq_51{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;width:13.5rem;height:1.875rem;margin-left:auto;display:flex}._searchInput_1j5eq_64{width:100%;color:var(--black);box-sizing:border-box;background:0 0;border:none;outline:none;padding:0 .5rem}._searchIcon_1j5eq_74{cursor:pointer;width:1.125rem;height:1.125rem;margin:0 .375rem 0 0}._searchIcon_1j5eq_74:active{transform:scale(.95)}._tableWrap_1j5eq_85{width:100%;margin-top:1rem;overflow-x:auto}._table_1j5eq_85{border-spacing:0 .25rem;table-layout:fixed;width:100%;min-width:68rem}._table_1j5eq_85 thead{font-size:.875rem;font-style:normal;font-weight:700}._table_1j5eq_85 thead tr td{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;text-align:center;background:#ffffffb3;height:2.25rem;padding:0 .375rem;overflow:hidden}._table_1j5eq_85 thead tr td:first-child{width:5%}._table_1j5eq_85 thead tr td:nth-child(2){text-align:left;width:7%}._table_1j5eq_85 thead tr td:nth-child(3){text-align:left;width:11%}._table_1j5eq_85 thead tr td:nth-child(4){text-align:left;width:18%}._table_1j5eq_85 thead tr td:nth-child(5),._table_1j5eq_85 thead tr td:nth-child(6){width:8%}._table_1j5eq_85 thead tr td:nth-child(7){width:11%}._table_1j5eq_85 thead tr td:nth-child(8),._table_1j5eq_85 thead tr td:nth-child(9){width:9%}._table_1j5eq_85 thead tr td:nth-child(10),._table_1j5eq_85 thead tr td:nth-child(11){width:7%}._table_1j5eq_85 tbody{font-size:.8125rem;font-style:normal;font-weight:500}._table_1j5eq_85 tbody tr{transition:background .15s}._table_1j5eq_85 tbody tr:hover td{background:#ffffff73}._table_1j5eq_85 tbody tr td{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;text-align:center;cursor:pointer;background:#ffffff2e;height:2.125rem;padding:0 .375rem;overflow:hidden}._table_1j5eq_85 thead tr td:first-child,._table_1j5eq_85 tbody tr td:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}._table_1j5eq_85 thead tr td:last-child,._table_1j5eq_85 tbody tr td:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}._statusBadge_1j5eq_200,._paymentBadge_1j5eq_201{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;justify-content:center;align-items:center;min-width:3.25rem;max-width:100%;height:1.375rem;padding:0 .5rem;font-size:.75rem;font-weight:700;display:inline-flex;overflow:hidden}._statusYes_1j5eq_218{color:#087a5d;background:#1297751f}._statusNo_1j5eq_223{color:#526070;background:#74829624}._paymentBadge_1j5eq_201{color:var(--blue);background:#0888cb1f}._table_1j5eq_85 tbody tr td:first-child{width:5%}._table_1j5eq_85 tbody tr td:nth-child(2){text-align:left;width:7%}._table_1j5eq_85 tbody tr td:nth-child(3){text-align:left;width:11%}._table_1j5eq_85 tbody tr td:nth-child(4){text-align:left;width:18%}._table_1j5eq_85 tbody tr td:nth-child(5),._table_1j5eq_85 tbody tr td:nth-child(6){width:8%}._table_1j5eq_85 tbody tr td:nth-child(7){width:11%}._table_1j5eq_85 tbody tr td:nth-child(8),._table_1j5eq_85 tbody tr td:nth-child(9){width:9%}._table_1j5eq_85 tbody tr td:nth-child(10),._table_1j5eq_85 tbody tr td:nth-child(11){width:7%}._noDataCell_1j5eq_280{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._addPopup_1j5eq_290{z-index:1000;box-sizing:border-box;background-color:#fff;border-radius:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:20rem;max-width:20rem;height:16rem;max-height:16rem;padding:1rem;display:flex;position:fixed;box-shadow:0 0 10px #00000026}._popupData_1j5eq_308{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;width:100%;font-family:Pretendard Bold,serif;display:flex}._popupData_1j5eq_308 input{box-sizing:border-box;border:1px solid var(--blue);border-radius:.225rem;width:12rem;max-width:12rem;height:1.6rem;max-height:1.6rem;padding:2px}._popupData_1j5eq_308 input:focus{box-shadow:none;outline:none}._popupData_1j5eq_308 button{width:8rem}._pageBox_14d0x_1{justify-content:center;align-items:center;width:100%;margin-top:auto;display:flex}._pageBox_14d0x_1 button{cursor:pointer;margin:0 5px}._pageNavigatorBtn_14d0x_14{background-color:var(--white);width:30px;height:30px;color:var(--black);border:1px solid var(--white-grey);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}._pageNavigatorBtn_14d0x_14._disabled_14d0x_27{cursor:not-allowed;color:#aaa;border-color:#eee}._pageBtn_14d0x_33,._selectedPage_14d0x_33{width:30px;height:30px;color:var(--black);background-color:inherit;border-radius:200px;font-weight:700}._selectedPage_14d0x_33{background-color:var(--blue);width:30px;height:30px;color:var(--white);border-radius:50%;font-weight:700}._noData_14d0x_51{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._container_s5wad_1{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}._menuBar_1utgy_1{box-sizing:border-box;background-color:var(--blue);width:7.75rem;min-width:7.75rem;height:100%;color:var(--white);flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;display:flex}._menuBar_1utgy_1 ul{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;list-style-type:none;display:flex}._menuBar_1utgy_1 ul li{margin-top:.75rem;list-style:none}._menuBar_1utgy_1 ul li._undoRedoRow_1utgy_31{justify-content:center;align-items:center;gap:.5rem;margin-top:0;display:flex}._menuBar_1utgy_1 ul li._undoRedoRow_1utgy_31 button{margin-top:0}._menuBar_1utgy_1 ul li button{color:var(--white);text-align:center;background-color:#0000;flex-direction:column;justify-content:center;align-items:center;margin-top:.75rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;display:flex}._menuBar_1utgy_1 ul li button span{margin-top:6px}._optionBar_1wzkx_1{box-sizing:border-box;background-color:var(--white-grey);flex-direction:column;align-content:start;width:14.25rem;min-width:14.25rem;height:100%;display:flex;overflow-y:auto}._optionMenu_1wzkx_13{box-sizing:border-box;width:auto;color:var(--white);flex-direction:column;flex-shrink:0;justify-content:start;align-items:start;padding:.5rem;display:flex;overflow-y:auto}._optionBtn_1wzkx_27{background:var(--blue);width:100%;height:2rem;color:var(--white);text-align:center;cursor:pointer;border-radius:.25rem;justify-content:center;align-self:center;margin-bottom:.63rem;font-size:.875rem;font-weight:700;line-height:2rem;display:inline-flex;position:relative}._optionBtn_1wzkx_27:active{transform:scale(.95)}._optionBtn_1wzkx_27 input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}._optionLabel_1wzkx_59{width:100%;height:2rem;color:var(--black);text-align:center;cursor:pointer;box-sizing:border-box;background:0 0;border-radius:.25rem .25rem 0 0;justify-content:center;align-self:center;margin-top:1.76rem;font-size:.865rem;font-weight:700;line-height:2rem;display:inline-flex;position:relative}._AnimationOptionBox_1wzkx_78{flex-direction:column;width:100%;display:flex}._AnimationOptionBox_1wzkx_78 select{width:100%;height:2rem}._optionTitle_1wzkx_89{width:100%;color:var(--black);text-align:center;box-sizing:border-box;background-color:#0000;justify-content:center;align-items:center;height:2rem;font-size:.975rem;font-weight:700;line-height:2rem;display:flex}._displayOption_1wzkx_104{box-sizing:border-box;background:var(--white-grey);width:100%;height:2rem;color:var(--black);text-align:center;border:1px solid var(--blue);border-radius:0 0 .25rem .25rem;margin-bottom:.63rem;font-weight:700}._textBtn_1wzkx_117{background:var(--white-grey);flex:1;height:100%;font-weight:600}._assetList_1wzkx_124{box-sizing:border-box;background-color:var(--white-grey);width:100%;color:var(--white);flex-direction:column;flex:1;justify-content:start;align-items:center;padding:.95rem;display:flex;overflow-y:auto}._assetList_1wzkx_124 ul{box-sizing:border-box;width:100%;list-style:none}._assetList_1wzkx_124 ul li{list-style:none}._assetListTitle_1wzkx_148{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:.63rem;padding:.31rem;display:flex}._assetListTitle_1wzkx_148 li{list-style:none}._assetListTitle_1wzkx_148 span{color:var(--black);text-align:center;margin-top:.63rem;margin-bottom:.63rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._assetListBlock_1wzkx_174{box-sizing:border-box;border-radius:.22rem;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:50px;padding:4px;display:flex}._assetListBlock_1wzkx_174 span{color:#000;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal}._assetBlockLogo_1wzkx_194,._assetDeleteLogo_1wzkx_200{flex-shrink:0;width:.875rem;height:.875rem}._assetDeleteLogo_1wzkx_200:hover{cursor:pointer;transform:scale(1.2)}._assetDeleteLogo_1wzkx_200:active{transform:scale(.95)}._assetListBlock_1wzkx_174{cursor:pointer;align-items:center;padding:5px;display:flex;position:relative}._selectedAsset_1wzkx_223{border:2px solid var(--blue);background-color:#0c82bf1a}._individualStyleOptions_1wzkx_228{flex-direction:column;align-items:flex-start;margin-top:1rem;display:flex}._individualStyleOptions_1wzkx_228 ._textBtn_1wzkx_117{margin-top:.5rem;margin-right:.5rem}._optionSelect_1wzkx_240{flex-direction:row;align-items:center;width:100%;display:flex}._optionSelect_1wzkx_240 button{background-color:#0000;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:.75rem;display:flex}._optionSelect_1wzkx_240 button span{color:var(--black);text-align:center;font-weight:700;font-size:.6rem!important}._optionSelect_1wzkx_240 button img{width:1rem;height:1rem}._animationRange_1wzkx_269{box-sizing:border-box;appearance:none;background:var(--grey);opacity:.7;border-radius:.55rem;outline:none;width:100%;height:.6rem;margin-top:6px}._animationRange_1wzkx_269::-webkit-slider-thumb{appearance:none;background:var(--blue);cursor:pointer;border:none;border-radius:50%;width:1rem;height:1rem}._animationFix_1wzkx_297{background-color:var(--blue);width:100%;height:2rem;color:var(--white);border-radius:.25rem;margin-top:3rem;font-size:.875rem;font-weight:600}._activeAnimation_1wzkx_308{color:#fff;transform:scale(.85)}._imageGrid_1wzkx_313{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;width:100%;height:100%;margin-top:.55rem;display:grid;overflow-y:auto}._gridItem_1wzkx_324{pointer-events:auto;aspect-ratio:1;border:none;border-radius:.635rem;padding:0;position:relative;overflow:hidden}._gridItem_1wzkx_324:hover{border:2px solid var(--blue)}._gridImage_1wzkx_338{object-fit:cover;pointer-events:auto;width:100%;height:100%;position:absolute;top:0;left:0}._editArea_eitk1_1{box-sizing:border-box;flex-direction:column;flex:1;justify-content:start;align-items:center;height:100%;display:flex}._toolBar_eitk1_11{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:1.3rem 1.25rem;display:flex}._toolBar_eitk1_11 ._infoArea_eitk1_19{box-sizing:border-box;flex-direction:row;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}._speakingBooster_eitk1_29,._soundBooster_eitk1_29{min-width:200px;font-size:.775rem}._speakingBooster_eitk1_29,._unitName_eitk1_34,._unitSortLabel_eitk1_34{box-sizing:border-box;text-align:center;border:none;border-radius:3.125rem;flex-shrink:0;justify-content:center;align-items:center;height:2.5rem;display:flex;overflow:hidden;margin-right:0!important}._unitSortLabel_eitk1_34{background:#666;padding:0 .8rem}._unitSortLabel_eitk1_34 span{color:var(--white);white-space:nowrap;font-size:.875rem;font-weight:700}._soundBooster_eitk1_29,._unitName_eitk1_34{box-sizing:border-box;background:var(--blue);text-align:center;border:none;border-radius:3.125rem;flex-shrink:0;justify-content:center;align-items:center;height:2.5rem;display:flex}._soundBooster_eitk1_29 span{box-sizing:border-box;color:var(--white);text-align:right;margin-left:4px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._speakingBooster_eitk1_29,._unitName_eitk1_34{box-sizing:border-box;background:var(--green);text-align:center;border:none;border-radius:3.125rem;flex-shrink:0;justify-content:center;align-items:center;height:2.5rem;display:flex;overflow:hidden}._unitName_eitk1_34{width:auto;padding:0 4px}._speakingBooster_eitk1_29 span{box-sizing:border-box;color:var(--white);text-align:right;margin-left:4px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitName_eitk1_34 span{color:var(--white);text-align:right;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitSort_eitk1_34,._unitAge_eitk1_128{width:5.5rem}._unitTitle_eitk1_132{width:14rem}._unitName_eitk1_34 select{color:var(--white);text-align:center;align-content:center;align-items:center;padding:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitName_eitk1_34 select:focus{outline:none}._unitName_eitk1_34 select option{color:var(--white);text-align:center;background-color:#0000;border:none;width:80%;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitName_eitk1_34 input{color:var(--white);text-align:center;background-color:#0000;border:none;width:100%;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitSort_eitk1_34 input::placeholder{color:#ffffffbf;font-size:.75rem;font-weight:600}._unitName_eitk1_34 input:focus{border:none;outline:none}._toolBar_eitk1_11 ._buttons_eitk1_189{margin-right:1rem}._toolBar_eitk1_11 ._buttons_eitk1_189 button{width:4.25rem;height:1.875rem;color:var(--black);text-align:center;border-radius:.25rem;flex-shrink:0;margin-left:.63rem;font-size:.775rem;font-style:normal;font-weight:600;line-height:normal}._editCanvas_eitk1_207{box-sizing:border-box;aspect-ratio:16/9;object-fit:contain;transform-origin:0 0;background:#f3f3f3;border-radius:.625rem;flex-shrink:0;margin:auto .625rem;position:relative;overflow:hidden;box-shadow:3px 3px 3px #0000001a;width:1008px!important;height:567px!important}._previewArea_eitk1_226{box-sizing:border-box;white-space:nowrap;scroll-behavior:smooth;scroll-snap-type:x mandatory;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:70rem;max-width:70rem;padding:1rem 0;display:flex;overflow:auto hidden}._previewArea_eitk1_226._centered_eitk1_244{justify-content:center}._previewArea_eitk1_226._leftAligned_eitk1_248{justify-content:flex-start}._previewPage_eitk1_253{aspect-ratio:16/9;cursor:pointer;scroll-snap-align:start;background:#f3f3f3;border-radius:.625rem;flex-shrink:0;width:7.4375rem;margin:0;padding:0;position:relative;box-shadow:3px 3px 3px #0000001a;-webkit-user-select:auto!important;user-select:auto!important}._previewPage_eitk1_253:hover{box-shadow:0 0 0 2px var(--blue)}._previewPage_eitk1_253 img{aspect-ratio:16/9;border-radius:.625rem;margin:0;padding:0}._previewPage_eitk1_253._dragging_eitk1_280{opacity:.5}._previewPage_eitk1_253._draggedOver_eitk1_284{border:2px dashed var(--blue)}._previewPage_eitk1_253._hovered_eitk1_288{background-color:#0c82bf80}._previewPageNum_eitk1_292{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:2px;right:2px}._previewPageNum_eitk1_292 span{color:var(--blue);margin:auto;font-size:.7rem;font-weight:700}._pageAdd_eitk1_312{aspect-ratio:16/9;text-align:center;background:#f3f3f3;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:7.4375rem;display:flex;box-shadow:3px 3px 3px #0000001a}._pageAdd_eitk1_312:active{transform:scale(.95)}._contextMenu_eitk1_329{z-index:1000;background-color:var(--white);border:1px solid var(--blue);border-radius:.25rem;flex-shrink:0;width:8.5rem;padding:.5rem;position:absolute}._contextMenu_eitk1_329 div{cursor:pointer;text-align:center;color:var(--black);padding:5px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._contextMenu_eitk1_329 div:hover{background-color:#0c82bf47}._alignBox_eitk1_355{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:16px;display:flex}._gridContainer_eitk1_364{z-index:0;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._gridRow_eitk1_375{flex:1;display:flex}._gridCell_eitk1_380{cursor:pointer;flex:1;justify-content:center;align-items:center;display:flex}._cellImage_eitk1_388{object-fit:none;width:100%;height:100%}._fadeIn_eitk1_394{animation:1s forwards _fadeInAnimation_eitk1_1}@keyframes _fadeInAnimation_eitk1_1{0%{opacity:0}to{opacity:1}}._slideIn_eitk1_407{animation:1s forwards _slideInAnimation_eitk1_1}@keyframes _slideInAnimation_eitk1_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._zoomIn_eitk1_420{animation:1s forwards _zoomInAnimation_eitk1_1}@keyframes _zoomInAnimation_eitk1_1{0%{transform:scale(0)}to{transform:scale(1)}}._element_rgzl4_1{height:auto;overflow:visible}._selected_rgzl4_6,._element_rgzl4_1:hover{box-shadow:0 0 0 3px var(--blue)}._resizeHandle_rgzl4_18{background-color:var(--blue);cursor:nwse-resize;width:10px;height:10px;position:absolute;bottom:0;right:0}._textStyleMenu_rgzl4_28{background-color:var(--white);border:1px solid var(--blue);z-index:1010;box-sizing:border-box;border-radius:.65rem;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:auto;min-width:170px;margin-top:-10px;padding:8px;display:flex;position:absolute;transform:translateY(-100%)}._imageMenu_rgzl4_47{background-color:var(--white);border:1px solid var(--blue);z-index:1000;box-sizing:border-box;border-radius:.43rem;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:auto;margin-top:-10px;padding:2px;display:flex;position:absolute;overflow:hidden;transform:translateY(-100%)}._imageMenu_rgzl4_47 input{text-align:center;border:0 solid #0000;width:100px}._imageMenu_rgzl4_47 input:focus{border:0 solid #0000;outline:none}._imageMenu_rgzl4_47 span{text-align:center;vertical-align:middle;margin-top:4px;line-height:1}._colorPreset_rgzl4_84{cursor:pointer;border:1px solid #3a80ba;border-radius:50%;width:20px;height:20px}._styleOption_rgzl4_92{box-sizing:border-box;text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}._styleOption_rgzl4_92 img{box-sizing:border-box;border:1px solid var(--blue);border-radius:.25rem;width:30px;height:30px}._styleOption_rgzl4_92 img:active{transform:scale(.95)}._sizeBox_rgzl4_115{box-sizing:border-box;flex-direction:row;align-items:center;gap:0;display:flex}._sizeBox_rgzl4_115 input{text-align:center;box-sizing:border-box;border:1px solid var(--blue);outline:none;width:40px;height:30px;margin:0;padding:2px;font-weight:700}._sizeBox_rgzl4_115 button{box-sizing:border-box;background-color:var(--blue);width:30px;height:30px;color:var(--white);cursor:pointer;font-size:12px;font-weight:700}._fStyleBox_rgzl4_146 img{cursor:pointer}._fontSelector_rgzl4_150{box-sizing:border-box;border:1px solid var(--blue);text-align:center;border-radius:.25rem;outline:none;height:24px;font-weight:700}._shadowOption_rgzl4_160{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}._shadowOption_rgzl4_160 label{font-size:12px;font-weight:600}._shadowOption_rgzl4_160 input{box-sizing:border-box;appearance:none;background:var(--grey);opacity:.7;border-radius:.25rem;outline:none;width:80px;height:10px;margin-top:6px}._shadowOption_rgzl4_160 input:hover{opacity:1}._shadowOption_rgzl4_160 input::-webkit-slider-thumb{appearance:none;background:var(--green);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px}._firstSelectBox_rgzl4_201{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}._firstSelectBox_rgzl4_201 ._firstSelect_rgzl4_201{color:var(--black);cursor:pointer;background-color:#0000;font-weight:700}._fadeIn_rgzl4_217{animation:1s forwards _fadeInAnimation_rgzl4_1}@keyframes _fadeInAnimation_rgzl4_1{0%{opacity:0}to{opacity:1}}._slideIn_rgzl4_230{animation:1s forwards _slideInAnimation_rgzl4_1}@keyframes _slideInAnimation_rgzl4_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._zoomIn_rgzl4_243{animation:1s forwards _zoomInAnimation_rgzl4_1}@keyframes _zoomInAnimation_rgzl4_1{0%{transform:scale(0)}to{transform:scale(1)}}._popupOverlay_1sn0z_1{z-index:1000;box-sizing:border-box;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._popup_1sn0z_1{background-color:var(--white);border-radius:.625rem;flex-direction:column;justify-content:center;align-items:center;width:300px;padding:1.2rem;display:flex;position:absolute;box-shadow:0 4px 20px #0003}._popup_1sn0z_1 h2{text-align:start;width:100%;margin-bottom:4px}._popup_1sn0z_1 textarea{border:1px solid var(--blue);resize:none;border-radius:.625rem;width:100%;height:50px;margin-bottom:8px;padding:4px}._popup_1sn0z_1 label{margin-bottom:.25rem;display:block}._popup_1sn0z_1 input[type=number]{border:1px solid #ccc;border-radius:4px;width:100%;margin-bottom:.65rem;padding:4px;font-weight:500}._btnBox_1sn0z_58{flex-direction:row;justify-content:space-between;align-items:center;gap:.4rem;margin-top:.75rem;display:flex}._btnBox_1sn0z_58 button{width:6.25rem;height:1.875rem;color:var(--black);text-align:center;border-radius:.25rem;flex-shrink:0;margin:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._popupOverlay_adu86_1{z-index:1000;box-sizing:border-box;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._popup_adu86_1{background-color:var(--white);border-radius:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;width:320px;padding:1.2rem;display:flex;position:absolute;box-shadow:0 4px 20px #0003}._popup_adu86_1 h2{text-align:start;width:100%;margin-bottom:4px}._fileRow_adu86_35{justify-content:space-between;align-items:center;gap:.6rem;width:100%;display:flex}._fileName_adu86_43{color:#1e1e1e;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}._fileButton_adu86_52{background-color:#d9d9d9;border-radius:.25rem;padding:.4rem .6rem;font-weight:600}._btnBox_adu86_59{flex-direction:row;justify-content:space-between;align-items:center;gap:.4rem;margin-top:.4rem;display:flex}._btnBox_adu86_59 button{width:6.25rem;height:1.875rem;color:var(--black);text-align:center;border-radius:.25rem;flex-shrink:0;margin:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._popupOverlay_1e4m2_1{z-index:1000;box-sizing:border-box;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._previewArea_1e4m2_15{box-sizing:border-box;white-space:nowrap;scroll-behavior:smooth;scroll-snap-type:x mandatory;flex-direction:row;flex-shrink:0;justify-content:start;align-items:center;gap:1rem;width:70rem;padding:1rem 0;display:flex;overflow:auto hidden}._previewPage_1e4m2_33{aspect-ratio:16/9;cursor:pointer;scroll-snap-align:start;background:#f3f3f3;border-radius:.625rem;flex-shrink:0;width:14.4375rem;position:relative;box-shadow:3px 3px 3px #0000001a}._previewPage_1e4m2_33:hover{box-shadow:0 0 0 2px var(--blue)}._previewPage_1e4m2_33 img{aspect-ratio:16/9;border-radius:.625rem;width:100%;height:100%}._previewPageNum_1e4m2_56{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:2px;right:2px}._previewPageNum_1e4m2_56 span{color:var(--blue);font-size:.7rem;font-weight:700}._TopBar_1kpzg_1{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;min-height:3.5rem;padding:0 2.5rem;display:flex}._topBarLogo_1kpzg_12{height:1.75rem;display:block}._TopBar_1kpzg_1 ._expandBtn_1kpzg_17{background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}._topBarActions_1kpzg_25{align-items:center;gap:.875rem;display:flex}._mediaPlayerToggle_1kpzg_31{color:#35507f;align-items:center;gap:.55rem;font-size:.82rem;font-weight:600;display:flex}._toggleSwitch_1kpzg_40{cursor:pointer;background:#cfd7e6;border:none;border-radius:999px;align-items:center;width:2.3rem;height:1.3rem;padding:.1rem;transition:background-color .2s;display:inline-flex;position:relative}._toggleSwitchOn_1kpzg_54{background:#4d8dff}._toggleThumb_1kpzg_58{background:#fff;border-radius:50%;width:1.1rem;height:1.1rem;transition:transform .2s;box-shadow:0 1px 4px #11182733}._toggleSwitchOn_1kpzg_54 ._toggleThumb_1kpzg_58{transform:translate(1rem)}._TopBar_1kpzg_1 ._expandBtn_1kpzg_17 img{width:.95rem;height:.95rem;display:block}._editCanvasContainer_1kpzg_77{background:#111;border-radius:.625rem;margin:auto .625rem;padding:0;position:relative;box-shadow:3px 3px 3px #0000001a;width:1008px!important;height:567px!important}._editCanvas_1kpzg_77{box-sizing:border-box;aspect-ratio:16/9;background:#f3f3f3;border-radius:.625rem;flex-shrink:0;width:100%;height:100%;margin:0;position:absolute;overflow:hidden}._fullscreen_1kpzg_101{border-radius:0!important;margin:0!important}._default_1kpzg_106{border-radius:.625rem;margin:auto .625rem}._backgroundImage_1kpzg_111{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}._element_1kpzg_121{box-sizing:border-box}._pageNaviArea_1kpzg_125{flex-direction:row;justify-content:center;align-items:center;gap:1rem;max-width:100vw;display:flex;overflow-x:auto}._preview_1kpzg_135{box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}._pageNaviArea_1kpzg_125._centered_1kpzg_146{justify-content:center}._pageNaviArea_1kpzg_125._leftAligned_1kpzg_150{justify-content:flex-start}._pageNavi_1kpzg_125{aspect-ratio:16/9;background:#f3f3f3;border-radius:.625rem;flex-shrink:0;width:10.4375rem;margin-bottom:.7rem;position:relative;box-shadow:3px 3px 3px #0000001a}._pageNavi_1kpzg_125 img{aspect-ratio:16/9;border-radius:.625rem;width:100%;height:100%}._previewPageNum_1kpzg_172{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:2px;right:2px}._previewPageNum_1kpzg_172 span{color:var(--blue);margin:auto;font-size:.7rem;font-weight:700}._gridContainer_1kpzg_192{z-index:0;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._gridRow_1kpzg_203{flex:1;display:flex}._gridCell_1kpzg_208{cursor:pointer;flex:1;justify-content:center;align-items:center;display:flex}._cellImage_1kpzg_216{object-fit:cover;width:100%;height:100%}._fadeIn_1kpzg_224{animation:1s forwards _fadeInAnimation_1kpzg_1}@keyframes _fadeInAnimation_1kpzg_1{0%{opacity:0}to{opacity:1}}._slideIn_1kpzg_237{animation:1s forwards _slideInAnimation_1kpzg_1}@keyframes _slideInAnimation_1kpzg_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._zoomIn_1kpzg_250{animation:1s forwards _zoomInAnimation_1kpzg_1}@keyframes _zoomInAnimation_1kpzg_1{0%{transform:scale(0)}to{transform:scale(1)}}._miniMediaBar_1kpzg_263{z-index:20;box-sizing:border-box;background:#f8fbff;border:1px solid #d4e4ff;border-radius:.5rem;flex-direction:column;gap:.25rem;max-width:240px;padding:.4rem;display:flex;position:absolute;overflow:visible;box-shadow:0 8px 18px #406cb82e}._mediaBarHeader_1kpzg_279{cursor:grab;-webkit-user-select:none;user-select:none;color:#3f5f96;justify-content:space-between;align-items:center;gap:.5rem;display:flex}._mediaHeaderActions_1kpzg_289{align-items:center;margin-left:auto;display:flex}._mediaBarHeader_1kpzg_279:active{cursor:grabbing}._mediaBarTitle_1kpzg_299{font-size:.68rem;font-weight:700}._mediaDragHint_1kpzg_304{color:#6a86b8;font-size:.6rem}._mediaCloseBtn_1kpzg_309{color:#3f5f96;cursor:pointer;background:#e6f0ff;border:0;border-radius:50%;width:1.15rem;height:1.15rem;padding:0;font-size:.8rem;line-height:1}._mediaControlBtn_1kpzg_322{color:#fff;cursor:pointer;background:#2171ff;border:0;border-radius:.375rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600}._speedButtonGroup_1kpzg_333{gap:.25rem;display:flex}._speedBtn_1kpzg_338{color:#345489;cursor:pointer;background:#fff;border:1px solid #b9d1f7;border-radius:.25rem;padding:.15rem .35rem;font-size:.65rem}._activeSpeedBtn_1kpzg_348{color:#fff;background:#2171ff;border-color:#2171ff}._mediaSeekWrap_1kpzg_354{width:100%;height:1.1rem;position:relative}._mediaSeekVisual_1kpzg_360{pointer-events:none;background:#d8e6fb;border-radius:999px;height:.4rem;position:absolute;top:50%;left:.45rem;right:.45rem;transform:translateY(-50%)}._mediaSeekFill_1kpzg_372{background:#2171ff;border-radius:999px;height:100%}._mediaSeekThumb_1kpzg_378{background:#2171ff;border:2px solid #fff;border-radius:50%;width:.9rem;height:.9rem;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #00000040}._mediaSeekBar_1kpzg_390{cursor:pointer;opacity:0;width:100%;margin:0;position:absolute;inset:0}._mediaTime_1kpzg_399{color:#3f5f96;text-align:right;font-size:.65rem}._loginLayout_107my_1{box-sizing:border-box;border-radius:.875rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:31.25rem;height:37.5rem;padding:1.25rem;display:flex}._loginLayout_107my_1 p{box-sizing:border-box;text-align:left;width:100%;color:var(--white);margin-top:2rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._loginLayout_107my_1 input{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);width:28.75rem;height:3.125rem;color:var(--blue);border-radius:3.125rem;outline:none;flex-shrink:0;margin-top:22px;padding:0 1rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._loginLayout_107my_1 button{box-sizing:border-box;background:var(--green);width:18.75rem;height:3.125rem;color:var(--white);text-align:center;border-radius:3.125rem;outline:none;flex-shrink:0;margin-top:22px;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}._topBar_spusu_1{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}._topBar_spusu_1 select{border:1px solid var(--blue);background:var(--white,#fff);border-radius:.25rem;flex-shrink:0;width:12.5rem;height:2.5rem;margin-right:.63rem;padding:0 .75rem;font-weight:700}._titleBar_spusu_21{background:#3973df;border-radius:2.875rem;justify-content:center;align-items:center;width:21.29rem;margin-top:1.5rem;padding:.33333rem 1.83333rem;display:flex}._titleBar_spusu_21 span{color:#fff;letter-spacing:-.05rem;font-family:Pretendard Bold,serif;font-size:2rem;font-style:normal;font-weight:600;line-height:140%}._unitAddButton_spusu_42{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#3973df;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitsLayout_spusu_58{scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:12px solid #3973df;border-radius:2.66667rem;grid-template-columns:repeat(4,1fr);gap:.82rem;width:45.4rem;min-width:45.4rem;height:100%;margin-top:1.5rem;padding:2.67rem;display:grid;overflow-y:auto}._unitsLayout_spusu_58::-webkit-scrollbar{display:none}._unitBox_spusu_79{background:var(--white);cursor:pointer;box-sizing:border-box;border:2px solid #0000;border-radius:.625rem;flex-direction:column;flex-shrink:0;justify-content:center;height:3rem;padding:.68rem;transition:border-color .1s;display:flex;overflow:hidden}._unitBox_spusu_79:hover{border:2px solid #3973df}._unitBox_spusu_79:active{transform:scale(.95)}._unitBox_spusu_79 img{object-fit:cover;border:none;outline:none;flex:1;height:9.4rem}._unitTitleBox_spusu_111{text-align:left;flex-direction:row;justify-content:start;align-items:center;width:100%;height:2.677rem;display:flex}._unitTitleBox_spusu_111 p{white-space:nowrap;color:#111;margin-left:.85rem;font-family:Pretendard,serif;font-size:.66667rem;font-style:normal;line-height:140%;overflow:hidden}._contextMenu_spusu_132{z-index:1000;background-color:var(--white);border:1px solid var(--blue);border-radius:.25rem;flex-shrink:0;width:8.5rem;position:absolute}._contextMenu_spusu_132 div{cursor:pointer;text-align:center;color:var(--black);padding:5px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._contextMenu_spusu_132 div:hover{background-color:#0c82bf47}._modalOverlay_1aqug_1{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}._modalLayout_1aqug_14{z-index:1001;background-color:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:21.125rem;height:16.9375rem;padding:20px;display:flex;box-shadow:0 4px 10px #0000001a}._boosterSelectLine_1aqug_28{flex-direction:row;justify-content:center;gap:.63rem;width:100%;display:flex}._boosterSelectLine_1aqug_28 ._soundBtn_1aqug_36{background:var(--blue);width:9.3125rem;height:2.5625rem;color:var(--white);text-align:center;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._boosterSelectLine_1aqug_28 ._speakingBtn_1aqug_50{background:var(--green);width:9.3125rem;height:2.5625rem;color:var(--white);text-align:center;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._boosterSelectLine_1aqug_28 ._cancelBtn_1aqug_64{background:var(--grey);width:9.3125rem;height:2.5625rem;color:var(--black);text-align:center;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._verbNameLine_1aqug_78{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:1.25rem 1.25rem 0;display:flex}._verbNameLine_1aqug_78 p{color:var(--black);font-size:1rem;font-style:normal;font-weight:700;line-height:normal}._verbNameLine_1aqug_78 select{box-sizing:border-box;background:var(--white-grey);border:none;border-radius:.25rem;flex-shrink:0;width:14.375rem;height:2.5rem;margin-left:3.44rem;padding:.5rem}._unitNameLine_1aqug_107{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:1.25rem 1.25rem 0;display:flex}._unitNameLine_1aqug_107 p{color:var(--black);font-size:1rem;font-style:normal;font-weight:700;line-height:normal}._unitNameLine_1aqug_107 input{box-sizing:border-box;background:var(--white-grey);border:none;border-radius:.25rem;flex-shrink:0;width:14.375rem;height:2.5rem;margin-left:3.44rem;padding:.5rem}._buttonLine_1aqug_137{flex-direction:row;justify-content:center;gap:.63rem;width:100%;margin:1.25rem 1.25rem 0;display:flex}._buttonContainer_7b2xt_1{justify-content:end;display:flex}._resetButton_7b2xt_6{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:.5rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateButton_7b2xt_22{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._container_7b2xt_37{box-sizing:border-box;flex-direction:column;width:100%;padding:0 8%;display:flex}._infoContainer_7b2xt_45{justify-content:space-between;align-items:flex-start;width:100%;margin-top:10px;display:flex}._infoContainer_7b2xt_45>div{border:1px solid #0c82bf;border-radius:4px;width:49%}._infoBox_7b2xt_59{box-sizing:border-box;background-color:#fff;padding:10px}._info_7b2xt_45{text-align:left;justify-content:start;width:100%;margin-bottom:.94rem;padding:2px;font-size:.875rem;font-style:normal;font-weight:700;line-height:19px;display:flex}._infoKey_7b2xt_78{width:30%}._infoValue_7b2xt_82{width:70%}._amountContainer_7b2xt_86{box-sizing:border-box;color:#fff;background-color:#0c82bf;border:none;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}._iconBox_7b2xt_97{flex-direction:column;justify-content:space-between;align-items:start;font-size:14px;font-weight:700;display:flex}._iconBox_7b2xt_97 img{width:70%;margin-top:10px}._amountBox_7b2xt_111{font-size:2rem;font-weight:700}._linkedMembersContainer_7b2xt_116 p{text-align:left;margin:20px 0;font-weight:700}._linkedMembersContainer_7b2xt_116 ._table_7b2xt_122{border-spacing:0;width:100%;height:40%}._table_7b2xt_122 thead{color:#0c82bf;background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_7b2xt_122 thead tr td{width:15%}._table_7b2xt_122 thead tr td:first-child{width:8%}._table_7b2xt_122 thead tr td:nth-child(2){text-align:left}._table_7b2xt_122 thead tr td:nth-child(3){text-align:left;width:25%}._table_7b2xt_122 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px;overflow-y:scroll}._table_7b2xt_122 tbody tr td{width:15%}._table_7b2xt_122 tbody tr td:first-child{width:8%}._table_7b2xt_122 tbody tr td:nth-child(2){text-align:left}._table_7b2xt_122 tbody tr td:nth-child(3){text-align:left;width:25%}._tbodyContainer_7b2xt_181{width:100%;max-height:145px;display:block;overflow-y:auto}._tbodyContainer_7b2xt_181::-webkit-scrollbar{display:none}._tbodyContainer_7b2xt_181{-ms-overflow-style:none;scrollbar-width:none}._noData_7b2xt_197{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._modalOverlay_7b2xt_206{z-index:1200;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_7b2xt_206{background:#fff;border-radius:8px;width:420px;max-width:calc(100% - 32px);overflow:hidden;box-shadow:0 10px 30px #0003}._modalHeader_7b2xt_225{border-bottom:1px solid #e6e9ed;padding:14px 16px}._modalHeader_7b2xt_225 h3{color:#0c82bf;margin:0;font-size:1rem}._modalBody_7b2xt_236{flex-direction:column;gap:8px;padding:16px;display:flex}._modalLabel_7b2xt_243{font-size:.875rem;font-weight:700}._modalInput_7b2xt_248{border:1px solid #c9d2da;border-radius:6px;outline:none;height:38px;padding:0 10px;font-size:.95rem}._modalInput_7b2xt_248:focus{border-color:#0c82bf}._modalHelp_7b2xt_261{color:#6b7280;margin:0;font-size:.75rem}._modalActions_7b2xt_267{justify-content:flex-end;gap:8px;padding:12px 16px 16px;display:flex}._cancelButton_7b2xt_274{color:#374151;cursor:pointer;background:#fff;border:1px solid #c9d2da;border-radius:6px;height:36px;padding:0 14px;font-weight:700}._primaryButton_7b2xt_285{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:6px;height:36px;padding:0 14px;font-weight:700}._container_11lj8_1{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.75rem 4rem;width:min(56rem,100%);display:grid}._btnBox_11lj8_10{justify-content:center;align-items:center;gap:1.25rem;width:min(22rem,100%);margin-top:2.25rem;margin-bottom:0;display:flex}._deleteBtn_11lj8_20{background:var(--red);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateButton_11lj8_35{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_11lj8_50{background:var(--grey);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_11lj8_50:hover,._updateButton_11lj8_35:hover{color:var(--blue);border:1px solid var(--blue);background:#fff}._container_11lj8_1>div{text-align:left;width:100%}._container_11lj8_1>div>p{margin:0 0 .375rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._container_11lj8_1>div input{border:1px solid var(--blue);box-sizing:border-box;border-radius:.25rem;outline:none;width:100%;height:2.25rem;padding:0 .625rem}._checkboxRow_11lj8_100{box-sizing:border-box;border:1px solid var(--blue);height:2.25rem;color:var(--black);background:#ffffff59;border-radius:.25rem;align-items:center;gap:.5rem;padding:0 .625rem;font-size:.875rem;font-weight:500;display:flex}._checkboxRow_11lj8_100 input{margin:0;padding:0;width:1rem!important;height:1rem!important}._addr1_11lj8_122{margin-bottom:.5rem;position:relative}._addr1_11lj8_122 input,._directorSearchBox_11lj8_128 input{padding-right:2.5rem}._container_11lj8_1>div select{border:1px solid var(--blue);box-sizing:border-box;border-radius:.25rem;outline:none;width:100%;height:2.25rem;padding:0 .625rem}._searchIcon_11lj8_142{cursor:pointer;width:1.25rem;height:1.25rem;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}._directorSearchBox_11lj8_128{position:relative}._modalOverlay_11lj8_156{z-index:1000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_11lj8_156{background:var(--white);box-sizing:border-box;border-radius:.75rem;width:min(28rem,100vw - 2rem);max-height:calc(100vh - 4rem);padding:1.25rem;overflow-y:auto;box-shadow:0 1rem 2rem #0000002e}._modalHeader_11lj8_177{margin-bottom:.75rem}._modalHeader_11lj8_177 h3{color:var(--blue);margin:0;font-size:1.125rem;font-weight:700}._modalBody_11lj8_188{flex-direction:column;gap:.75rem;display:flex}._modalHelp_11lj8_194{color:#666;margin:0;font-size:.875rem}._directorList_11lj8_200{flex-direction:column;gap:.75rem;display:flex}._directorItem_11lj8_206{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #d6e1ff;border-radius:.625rem;width:100%;padding:.875rem 1rem}._directorItem_11lj8_206:hover{border-color:var(--blue);background:#eef5ff}._directorItemRow_11lj8_221{gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}._directorItemLabel_11lj8_228{min-width:3rem;color:var(--blue);font-weight:700}._modalActions_11lj8_234{justify-content:flex-end;margin-top:1rem;display:flex}._cancelButton_11lj8_240{background:var(--grey);width:5rem;height:2rem;color:var(--white);border:none;border-radius:.375rem;font-size:.875rem;font-weight:700}._cancelButton_11lj8_240:hover{color:var(--blue);border:1px solid var(--blue);background:#fff}._pageInner_5wlj5_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addButton_5wlj5_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._table_5wlj5_28{border-spacing:0;width:100%;margin-top:20px}._table_5wlj5_28 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_5wlj5_28 thead tr td{text-align:center;width:20%}._table_5wlj5_28 thead tr td:first-child{width:8%;max-width:30px}._table_5wlj5_28 thead tr td:nth-child(2){text-align:left;width:20%}._table_5wlj5_28 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_5wlj5_28 tbody tr td{text-align:center;cursor:pointer;width:20%}._table_5wlj5_28 tbody tr td:first-child{width:8%}._table_5wlj5_28 tbody tr td:nth-child(2){text-align:left;width:20%}._pageBox_5wlj5_82{justify-content:center;align-items:center;width:100%;margin-top:auto;display:flex}._pageBox_5wlj5_82 button{cursor:pointer;margin:0 5px}._pageNavigatorBtn_5wlj5_95{color:#0c82bf;background-color:#fff;border:1px solid #0c82bf;border-radius:200px;justify-content:center;align-items:center;width:35px;height:35px;font-weight:900;display:flex}._pageBtn_5wlj5_108,._selectedPage_5wlj5_108{color:#333;background-color:inherit;border-radius:200px;width:35px;height:35px;font-weight:700}._selectedPage_5wlj5_108{color:#fff;background-color:#0c82bf;border-radius:200px;width:35px;height:35px;font-weight:700}._noDataCell_5wlj5_126{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._pageInner_jmtil_1{box-sizing:border-box;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._contentContainer_jmtil_12{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:80%;display:flex}._planBox_jmtil_21{text-align:left;box-sizing:border-box;width:100%;max-width:400px;position:relative}._planBox_jmtil_21>div{margin-bottom:20px}._inputBox_jmtil_33{justify-content:space-between;align-items:center;display:flex}._planBox_jmtil_21>div input{border:1px solid var(--blue);box-sizing:border-box;border-radius:4px;outline:none;width:100%;margin-top:5px;padding:5px;font-size:14px;font-weight:700;line-height:30px}._planBox_jmtil_21>div:nth-child(2) input,._planBox_jmtil_21>div:nth-child(3) input{width:85%;margin-right:5px}._planBox_jmtil_21>div p{font-size:14px;font-weight:700}._planBox_jmtil_21>div span{color:var(--blue);font-size:14px;font-weight:700;position:absolute;right:0}._btnBox_jmtil_75{justify-content:space-around;width:300px;display:flex}._addButton_jmtil_81{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelButton_jmtil_96{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._pageInner_p3gas_1{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._settingBox_p3gas_12{box-sizing:border-box;background-color:#fff;border:1px solid #d8e7f5;border-radius:8px;width:100%;max-width:420px;padding:28px}._label_p3gas_22{margin-bottom:8px;font-size:14px;font-weight:700}._inputBox_p3gas_28{align-items:center;gap:8px;display:flex}._inputBox_p3gas_28 input{border:1px solid var(--blue);box-sizing:border-box;border-radius:4px;outline:none;width:100%;height:38px;padding:0 10px;font-size:14px;font-weight:700}._inputBox_p3gas_28 span{color:var(--blue);font-size:14px;font-weight:700}._desc_p3gas_52{color:#777;margin-top:14px;font-size:13px;line-height:1.5}._btnBox_p3gas_59{justify-content:space-around;width:300px;margin-top:34px;display:flex}._addButton_p3gas_66{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelButton_p3gas_81{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._pageInner_16mq8_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addButton_16mq8_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_16mq8_28{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_16mq8_39{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_16mq8_47{cursor:pointer;margin:4px}._searchIcon_16mq8_47:active{transform:scale(.95)}._table_16mq8_56{border-spacing:0;width:100%;margin-top:20px}._table_16mq8_56 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_16mq8_56 thead tr td{width:15%}._table_16mq8_56 thead tr td:first-child{width:8%;max-width:30px}._table_16mq8_56 thead tr td:nth-child(2){text-align:left}._table_16mq8_56 thead tr td:nth-child(3){text-align:left;width:20%}._table_16mq8_56 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_16mq8_56 tbody tr td{cursor:pointer;width:15%}._table_16mq8_56 tbody tr td:first-child{width:8%;max-width:30px}._table_16mq8_56 tbody tr td:nth-child(2){text-align:left}._table_16mq8_56 tbody tr td:nth-child(3){text-align:left;width:20%}._noDataCell_16mq8_116{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._pageInner_vfffa_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;max-width:1000px;height:100%;margin:0 auto;padding:1.45rem;display:flex}._buttonContainer_vfffa_14{justify-content:end;width:100%;display:flex}._resetBtn_vfffa_20{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:.5rem;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateBtn_vfffa_36{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._container_vfffa_51{justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin-top:20px;font-weight:700;display:flex}._userBox_vfffa_61{background-color:var(--blue);color:#fff;border-radius:.25rem;justify-content:space-around;align-items:center;width:25%;max-width:260px;height:130px;display:flex}._userBox_vfffa_61>div{font-size:14px}._userBox_vfffa_61>div>img{width:100%;max-width:60px;margin-top:10px}._userBox_vfffa_61>p{font-size:40px}._amountBox_vfffa_87{background-color:var(--blue);color:#fff;border-radius:.25rem;justify-content:space-around;align-items:center;width:45%;max-width:440px;height:130px;display:flex}._amountBox_vfffa_87>div{font-size:14px}._amountBox_vfffa_87>div>img{width:100%;max-width:60px;margin-top:10px}._amountBox_vfffa_87>p{font-size:40px}._infoBox_vfffa_113{box-sizing:border-box;text-align:left;background-color:#d9d9d9;flex-wrap:wrap;justify-content:flex-start;width:100%;height:130px;padding:15px;font-size:16px;display:flex}._infoBox_vfffa_113 div{width:50%}._infoBox_vfffa_113>div{display:flex}._userListContainer_vfffa_134{width:100%}._userListContainer_vfffa_134 p{text-align:left;margin:15px 0 10px;font-size:16px;font-weight:700}._table_vfffa_145{border-spacing:0;width:100%}._table_vfffa_145 thead{color:var(--blue);background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_vfffa_145 thead tr td{width:15%}._table_vfffa_145 thead tr td:first-child{width:8%;max-width:30px}._table_vfffa_145 thead tr td:nth-child(2){text-align:left}._table_vfffa_145 thead tr td:nth-child(3){text-align:left;width:20%}._table_vfffa_145 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_vfffa_145 tbody tr td{cursor:pointer;width:15%}._table_vfffa_145 tbody tr td:first-child{width:8%;max-width:30px}._table_vfffa_145 tbody tr td:nth-child(2){text-align:left}._table_vfffa_145 tbody tr td:nth-child(3){text-align:left;width:20%}._noData_vfffa_205{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._container_o3h2n_1{flex-wrap:wrap;justify-content:space-between;align-items:center;width:70%;max-width:1000px;display:flex}._btnBox_o3h2n_10{justify-content:center;align-items:center;gap:1.25rem;width:40%;margin-top:auto;margin-bottom:50px;display:flex}._updateButton_o3h2n_20{background:var(--blue);width:7.5625rem;max-width:100px;height:1.875rem;max-height:30px;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_o3h2n_37{background:var(--grey);width:7.5625rem;max-width:100px;height:1.875rem;max-height:30px;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._deleteBtn_o3h2n_54{background:var(--red);width:7.5625rem;max-width:100px;height:1.875rem;max-height:30px;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_o3h2n_37:hover,._updateButton_o3h2n_20:hover{color:var(--blue);border:1px solid var(--blue);background:#fff}._container_o3h2n_1>div{text-align:left;width:45%}._container_o3h2n_1>div>p{margin-top:5px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._container_o3h2n_1>div input{border:1px solid var(--blue);box-sizing:border-box;border-radius:.25rem;outline:none;width:100%;margin-top:5px;padding:5px;line-height:1.5rem}._addr1_o3h2n_107{position:relative}._container_o3h2n_1>div select{border:1px solid var(--blue);box-sizing:border-box;border-radius:.25rem;outline:none;width:100%;height:2.3rem;margin-top:6px;padding:5px}._searchIcon_o3h2n_122{cursor:pointer;position:absolute;top:calc(50% + 3px);right:5px;transform:translateY(-50%)}._bankBox_o3h2n_130{justify-content:space-between;display:flex}._bankBox_o3h2n_130 input:first-child{text-align:center;width:20%}._bankBox_o3h2n_130 input:nth-child(2){width:78%}._container_o3h2n_1 ol li{text-indent:-25px;font-size:14px;font-weight:700;list-style:inside}._container_o3h2n_1 ._addrBox_o3h2n_152{width:100%}._pageInner_1ry2x_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addButton_1ry2x_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateBtn_1ry2x_28{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_1ry2x_44{background:var(--red);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_1ry2x_60{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_1ry2x_71{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_1ry2x_79{cursor:pointer;margin:4px}._searchIcon_1ry2x_79:active{transform:scale(.95)}._table_1ry2x_88{border-spacing:0;width:100%;margin-top:20px}._table_1ry2x_88 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1ry2x_88 thead tr td:first-child{width:8%;max-width:30px}._table_1ry2x_88 thead tr td:nth-child(2){text-align:left}._table_1ry2x_88 thead tr td:nth-child(3){width:10%}._table_1ry2x_88 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1ry2x_88 tbody tr td{cursor:pointer}._table_1ry2x_88 tbody tr td:first-child{width:8%;max-width:30px}._table_1ry2x_88 tbody tr td:nth-child(2){text-align:left}._table_1ry2x_88 tbody tr td:nth-child(3){width:10%}._noDataCell_1ry2x_142{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._titlebox_1ry2x_154{background-color:var(--white);border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex}._titlebox_1ry2x_154 ._regdate_1ry2x_164{width:100px}._contentBox_1ry2x_168{text-align:left;box-sizing:border-box;width:100%;height:100%;margin:20px 0;overflow:auto}._titleInput_1ry2x_179{border:none;border-radius:4px;outline:none;width:100%;padding:10px}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._pageInner_1nrcx_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._updateBtn_1nrcx_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_1nrcx_28{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_1nrcx_44{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_1nrcx_55{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_1nrcx_63{cursor:pointer;margin:4px}._searchIcon_1nrcx_63:active{transform:scale(.95)}._table_1nrcx_72{border-spacing:0;width:100%;margin-top:20px}._table_1nrcx_72 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1nrcx_72 thead tr td:first-child{width:10%;max-width:40px}._table_1nrcx_72 thead tr td:nth-child(2){text-align:left}._table_1nrcx_72 thead tr td:nth-child(3){width:10%}._table_1nrcx_72 thead tr td:nth-child(4){width:20%}._table_1nrcx_72 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1nrcx_72 tbody tr td{cursor:pointer}._table_1nrcx_72 tbody tr td:first-child{width:10%;max-width:30px}._table_1nrcx_72 tbody tr td:nth-child(2){text-align:left}._table_1nrcx_72 tbody tr td:nth-child(3){width:10%}._table_1nrcx_72 tbody tr td:nth-child(4){width:20%}._noDataCell_1nrcx_134{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._contentContainer_1nrcx_147{background-color:var(--white);text-align:left;box-sizing:border-box;width:85%;min-height:280px;padding:5px 20px;overflow:auto}._contentContainer_1nrcx_147>p{padding:25px 20px}._titlebox_1nrcx_161{border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex}._titlebox_1nrcx_161 ._regdate_1nrcx_170{width:100px;color:var(--blue)}._replyContainer_1nrcx_175{justify-content:space-between;width:85%;margin-top:40px;display:flex}._replyContainer_1nrcx_175>img{width:40px;height:40px}._replyContainer_1nrcx_175>textarea{border:1px solid var(--blue);resize:none;box-sizing:border-box;background-color:var(--gray);border-radius:4px;width:calc(100% - 80px);min-height:280px;padding:40px;font-size:14px}._replyContainer_1nrcx_175>textarea:focus{outline:none}._btnBox_1nrcx_203{margin-top:40px}._titleInput_1nrcx_209{border:none;border-radius:4px;outline:none;width:100%;padding:10px}._pageInner_1l0qk_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addButton_1l0qk_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateBtn_1l0qk_28{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_1l0qk_44{background:var(--red);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_1l0qk_60{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_1l0qk_71{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_1l0qk_79{cursor:pointer;margin:4px}._searchIcon_1l0qk_79:active{transform:scale(.95)}._table_1l0qk_88{border-spacing:0;width:100%;margin-top:20px}._table_1l0qk_88 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1l0qk_88 thead tr td:first-child{width:8%;max-width:30px}._table_1l0qk_88 thead tr td:nth-child(2){text-align:left}._table_1l0qk_88 thead tr td:nth-child(3){width:10%}._table_1l0qk_88 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1l0qk_88 tbody tr td{cursor:pointer}._table_1l0qk_88 tbody tr td:first-child{width:8%;max-width:30px}._table_1l0qk_88 tbody tr td:nth-child(2){text-align:left}._table_1l0qk_88 tbody tr td:nth-child(3){width:10%}._noDataCell_1l0qk_142{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._container_1l0qk_152{box-sizing:border-box;width:80%;height:90%}._titlebox_1l0qk_157{background-color:var(--white);width:100%;color:var(--blue);box-sizing:border-box;border-radius:4px;padding:0 20px;font-size:14px;font-weight:700;line-height:40px;display:flex}._contentBox_1l0qk_170{box-sizing:border-box;text-align:left;width:100%;height:100%;padding:20px;font-size:14px;font-weight:500;display:flex;overflow-y:auto}._contentBox_1l0qk_170>div{height:80%;overflow:auto}._writeTitleBox_1l0qk_189{flex-direction:row;justify-content:start;width:100%;display:flex}._writeTitleBox_1l0qk_189>p{width:20px;color:var(--blue);font-weight:700;line-height:40px}._titleInput_1l0qk_201{border:1px solid var(--blue);border-radius:4px;outline:none;width:calc(100% - 20px);padding:10px}._writeContentBox_1l0qk_209{text-align:left;box-sizing:border-box;width:100%;height:100%;margin:20px 0;overflow:auto}._writeContentBox_1l0qk_209>p{color:#000;width:20px;font-weight:700;line-height:40px}._btnBox_1l0qk_224{margin-top:auto}._pageInner_om8jh_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addBtn_om8jh_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateBtn_om8jh_28{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_om8jh_44{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._deleteBtn_om8jh_60{background:var(--red);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_om8jh_76{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_om8jh_87{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_om8jh_95{cursor:pointer;margin:4px}._searchIcon_om8jh_95:active{transform:scale(.95)}._table_om8jh_104{border-spacing:0;width:100%;margin-top:20px}._table_om8jh_104 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_om8jh_104 thead tr td:first-child{width:8%;max-width:40px}._table_om8jh_104 thead tr td:nth-child(3){text-align:left;width:70%}._table_om8jh_104 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_om8jh_104 tbody tr td{cursor:pointer}._table_om8jh_104 tbody tr td:first-child{width:8%;max-width:30px}._table_om8jh_104 tbody tr td:nth-child(2){font-weight:900}._table_om8jh_104 tbody tr td:nth-child(3){text-align:left;width:70%}._noDataCell_om8jh_158{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._titlebox_om8jh_171{background-color:var(--white);border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex;position:relative}._titlebox_om8jh_171 ._file_om8jh_182{color:var(--blue);position:absolute;top:50%;right:5px;transform:translateY(-50%)}._titlebox_om8jh_171 ._regdate_om8jh_191{width:100px}._contentBox_om8jh_195{text-align:left;width:100%;height:80%;margin:20px 0;overflow:auto}._btnBox_om8jh_213{margin-top:40px}._titleInput_om8jh_205{border:none;border-radius:4px;outline:none;width:100%;padding:10px}._filtBtnBox_om8jh_226{justify-content:flex-end;width:100%;margin-top:20px;display:flex}._filtBtnBox_om8jh_226 button{margin:0}._filtBtnBox_om8jh_226 p{color:var(--blue);margin-right:10px;font-size:.875rem;font-weight:700;line-height:1.875rem}._typeSelectBox_om8jh_245{width:100%;margin-top:20px;display:flex}._typeSelectBox_om8jh_245 button{min-width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._LandingLayout_9vt4w_1{-ms-overflow-style:none;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:1200px;height:auto;margin:0;padding:0;display:flex}._LandingLayout_9vt4w_1::-webkit-scrollbar{display:none}._Section1_9vt4w_19{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding-bottom:50px;display:flex}._Section1_9vt4w_19 img{width:100%;height:auto}._Section1_9vt4w_19 ._MainTextBox_9vt4w_34{box-sizing:border-box;z-index:1001;flex-direction:column;align-items:center;gap:.8rem;width:33.5rem;display:flex}._Section1_9vt4w_19 ._MainTextBox_9vt4w_34 p{color:#000;text-align:center;letter-spacing:-.1125rem;font-family:NanumMyeongjoOTF,serif;font-size:3.5rem;font-style:normal;font-weight:700;line-height:140%}._Section1_9vt4w_19 ._MainTextBox_9vt4w_34 span{color:#000;text-align:center;font-family:Pretendard,serif;font-size:1.3rem;font-style:normal;font-weight:500;line-height:140%}._Section1_9vt4w_19 ._MainTextBox_9vt4w_34 button{color:#fff;text-align:center;letter-spacing:-.05rem;background:#000;border:1px solid #fff;justify-content:center;align-self:stretch;align-items:center;height:3rem;padding:1.5rem;font-family:Pretendard,serif;font-size:1.5rem;font-style:normal;font-weight:700;display:flex}._Section1_9vt4w_19 ._MainTextSubBox_9vt4w_83{border:1px solid #000;justify-content:center;align-self:stretch;align-items:center;gap:.2rem;padding:1.5rem;display:flex}._Section1_9vt4w_19 ._MainTextSubBox_9vt4w_83 span{color:#000;text-align:center;letter-spacing:-.05rem;font-family:Pretendard,serif;font-size:1.3rem;font-style:normal;font-weight:500;line-height:140%}._Section2_9vt4w_104{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:50px 0;display:flex;position:relative}._Section2_9vt4w_104 span{color:#fff;text-align:center;letter-spacing:-.05rem;margin-top:9.4rem;font-family:NanumMyeongjoOTF,serif;font-size:2rem;font-style:normal;font-weight:700;line-height:140%}._Section2_9vt4w_104 ._infoBox_9vt4w_130{flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:2.04rem;width:100%;height:auto;margin-top:2.04rem;display:flex}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info1_9vt4w_142{box-sizing:border-box;background:#fff;border-radius:1.6rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:36.4rem;height:24.6rem;display:flex}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info1_9vt4w_142 ._info1text_9vt4w_155{color:#3e5a97;text-align:center;letter-spacing:-.07rem;margin:0;padding:0;font-family:Pretendard Bold,serif;font-size:2.2rem;font-style:normal;font-weight:700;line-height:140%;background:0 0!important}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info1_9vt4w_142 p{color:#fff;text-align:center;letter-spacing:-.04rem;background:#3e5a97;border-radius:1.8rem;padding:.8rem;font-family:Pretendard,serif;font-size:1.4rem;font-style:normal;font-weight:700;line-height:140%}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info1_9vt4w_142 img{flex-shrink:0;width:2.4rem;height:2.4rem;margin:1.6rem}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info2_9vt4w_190{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;width:36.4rem;height:24.6rem;display:flex}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info2_9vt4w_190 ._info2TextBox_9vt4w_200{text-align:left;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:start;gap:0;width:100%;margin:0;display:flex}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info2_9vt4w_190 ._info2TextBox_9vt4w_200 img{width:2.5rem;height:1.5rem}._Section2_9vt4w_104 ._infoBox_9vt4w_130 ._info2_9vt4w_190 ._info2TextBox_9vt4w_200 span{color:#fff;text-align:left;letter-spacing:-.04rem;height:auto;margin:0;padding:0;font-family:Pretendard Bold,serif;font-size:1.6rem;font-style:normal}._Section2_9vt4w_104 img{flex-shrink:0;width:13.1875rem;height:4.53365rem;margin-top:3.15rem;margin-bottom:3.15rem}._Section3_9vt4w_235{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:50px 0;display:flex;position:relative}._Section3_9vt4w_235 ._section3info_9vt4w_249{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:2rem;height:32.3rem;margin:6.2rem 5.17rem;display:flex}._Section3_9vt4w_235 ._section3info_9vt4w_249 p{text-align:center;letter-spacing:-.04rem;margin:0;padding:0;font-family:Pretendard,serif;font-weight:500}._Section3_9vt4w_235 ._section3info_9vt4w_249 img{flex-shrink:0;width:31.5rem;height:auto}._Section4_9vt4w_273{text-align:center;box-sizing:border-box;background-color:#eff0f0;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:50px 0;display:flex;position:relative}._Section4_9vt4w_273 ._section4info_9vt4w_287{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:2rem;height:32.3rem;margin:6.2rem 5.17rem;display:flex}._Section4_9vt4w_273 ._section4info_9vt4w_287 p{text-align:center;letter-spacing:-.04rem;margin:0;padding:0;font-family:Pretendard,serif;font-weight:500}._Section4_9vt4w_273 ._section4info_9vt4w_287 img{flex-shrink:0;width:31.5rem;height:auto}._Section5_9vt4w_313{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding-bottom:50px;display:flex;position:relative}._section5Title_9vt4w_327{color:#000;text-align:center;letter-spacing:-.075rem;font-family:NanumMyeongjoOTF,serif;font-size:3rem;font-style:normal;font-weight:700;line-height:140%;position:absolute;top:80%;left:50%;transform:translate(-50%,-50%)}._Section5_9vt4w_313 ._section5info_9vt4w_342{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:100%;height:auto;margin:6rem 0 0;padding:0;display:flex}._Section5_9vt4w_313 ._section5info_9vt4w_342 ._infoModule_9vt4w_355{border:4px solid #000;border-radius:1.33333rem;flex-direction:column;justify-content:start;align-items:center;width:19.7rem;height:100%;min-height:15.7rem;display:flex;overflow:hidden}._Section5_9vt4w_313 ._section5info_9vt4w_342 ._infoModule_9vt4w_355 p{color:#7db9ff;letter-spacing:-.025rem;margin:0;padding:0;font-family:pretendard,serif;font-size:1rem;font-style:normal;font-weight:700;line-height:140%}._Section5_9vt4w_313 ._section5info_9vt4w_342 ._infoModule_9vt4w_355 span{color:#000;letter-spacing:-.025rem;text-align:start;line-break:normal;width:auto;font-family:pretendard,serif;font-size:.9rem;font-style:normal;font-weight:400;line-height:140%;display:block}._Section6_9vt4w_394{text-align:center;box-sizing:border-box;background-color:#fafafa;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:50px 0;display:flex;position:relative}._Section6_9vt4w_394 ._section6info_9vt4w_409 ._section6Title_9vt4w_409{color:#000;text-align:center;letter-spacing:-.075rem;font-family:Nanum Myeongjo,serif;font-size:3rem;font-style:normal;font-weight:700;line-height:140%}._Section6_9vt4w_394 ._section6info_9vt4w_409{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin:0;padding:0;display:flex}._Section6_9vt4w_394 ._section6info_9vt4w_409 span{color:#000;text-align:center;letter-spacing:-.03333rem;font-family:Pretendard,serif;font-size:1.33333rem;font-style:normal;font-weight:400;line-height:180%}._Footer_9vt4w_443{box-sizing:border-box;text-align:center;background:#a7daf5;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;font-weight:700;display:flex}._Footer_9vt4w_443 p{color:#000;text-align:center;margin:0 0 12px;font-family:Pretendard,serif;font-size:.9rem;font-style:normal;font-weight:500;line-height:normal}._sectionLayout_1r1p2_1{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;display:flex}._section01_1r1p2_12{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;display:flex}._section01_1r1p2_12 img{width:100%;height:auto;display:block}._section01_1r1p2_12 ._topText_1r1p2_28{margin-top:1rem}._section01_1r1p2_12 ._topText_1r1p2_28 span{color:#000;text-align:center;letter-spacing:-.23rem;font-family:나눔명조 Bold,serif;font-size:2.875rem;font-style:normal;font-weight:800;line-height:normal}._section01_1r1p2_12 span{color:#000;text-align:center;letter-spacing:-.04125rem;font-family:Pretendard,serif;font-size:1.375rem;font-style:normal;font-weight:500;line-height:normal}._section01_1r1p2_12 ._box_1r1p2_54{background:#fff;border:1px solid #000;flex-direction:column;justify-content:center;align-items:center;width:19.42rem;height:4.34rem;margin-top:3.81rem;display:flex}._section01_1r1p2_12 ._box_1r1p2_54 span{color:#000;text-align:center;letter-spacing:-.02625rem;margin:0;font-family:Pretendard,serif;font-size:.775rem;font-style:normal;font-weight:500}._section01_1r1p2_12 button{color:#fff;text-align:center;letter-spacing:-.0225rem;background:#000;flex-shrink:0;width:19.42rem;height:1.9375rem;margin-top:.69rem;font-family:Pretendard,serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal}._section02_1r1p2_93{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:5rem 0 0;display:flex}._section02_1r1p2_93 ._section_2_text_1r1p2_104{margin-top:5rem}._section02_1r1p2_93 ._section_2_box_1r1p2_108{text-align:center;flex-shrink:0;width:19.375rem;margin-top:.63rem}._section02_1r1p2_93 ._section_2_box_1r1p2_108 span{color:#3d5a98;text-align:center;letter-spacing:-.0675rem;margin-top:1.8rem;font-family:Pretendard Bold,serif;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}._section02_1r1p2_93 ._section_2_box_1r1p2_108 p{color:#3d5a98;text-align:center;letter-spacing:-.045rem;font-family:Pretendard,serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal}._section02_1r1p2_93 ._section_2_box_1r1p2_108 ._roundBox_1r1p2_138{background:#3d5a98;border-radius:3.125rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:11.9rem;height:1.6rem;margin-top:.13rem;line-height:1.6rem;display:flex}._section02_1r1p2_93 ._section_2_box_1r1p2_108 ._roundBox_1r1p2_138 span{color:#fff;text-align:center;height:100%;margin:0;font-family:Pretendard,serif;font-size:.7rem;font-style:normal;font-weight:400;line-height:1.6rem}._section02_1r1p2_93 ._descriptionBox_1r1p2_163{text-align:start;box-sizing:border-box;flex-direction:row;justify-content:start;align-items:start;width:80%;margin-top:1.8rem;display:flex}._section02_1r1p2_93 ._descriptionBox_1r1p2_163 p{color:#fff;letter-spacing:-.0525rem;font-family:Pretendard,serif;font-size:1.075rem;font-style:normal;font-weight:700;line-height:normal}._section02_1r1p2_93 ._descriptionBox_1r1p2_163 span{color:#fff;font-family:Pretendard,serif;font-size:.725rem;font-style:normal;font-weight:300;line-height:normal}._section03_1r1p2_193{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;display:flex}._section03_1r1p2_193 ._boosterDescriptionBox_1r1p2_204{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:80%;margin-top:3rem;display:flex}._section03_1r1p2_193 ._boosterDescriptionBox_1r1p2_204 ._boosterTitle_1r1p2_214{border-radius:9.375rem;flex-shrink:0;width:11.4446rem;height:3.206rem}._section03_1r1p2_193 ._boosterDescriptionBox_1r1p2_204 ._boosterTitle_1r1p2_214 span{color:#fff;text-align:center;letter-spacing:-.09375rem;font-family:나눔명조 Bold,serif;font-size:1.5625rem;font-style:normal;font-weight:800;line-height:3.206rem}._section03_1r1p2_193 ._boosterDescriptionBox_1r1p2_204 p{color:#000;text-align:center;letter-spacing:-.06rem;margin-top:1.86rem;font-family:Pretendard,serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.4375rem}._section03_1r1p2_193 ._boosterDescriptionBox_1r1p2_204 ._boosterSubTitle_1r1p2_243{background:#de0f34;flex-shrink:0;width:19.3128rem;height:1.91594rem;margin-top:1.67rem}._section03_1r1p2_193 ._boosterDescriptionBox_1r1p2_204 ._boosterSubTitle_1r1p2_243 span{color:#fff;text-align:center;letter-spacing:-.06rem;font-family:Pretendard,serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.91594rem}._section04_1r1p2_262{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;display:flex}._section04_1r1p2_262 ._section4info_1r1p2_273{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:19.7rem;height:auto;margin:6rem 0 0;padding:0;display:flex}._section04_1r1p2_262 ._section4info_1r1p2_273 ._infoModule_1r1p2_286{border:1px solid #000;border-radius:1.33333rem;flex-direction:column;justify-content:start;align-items:center;width:100%;height:auto;display:flex;overflow:hidden}._section04_1r1p2_262 p{color:#000;text-align:center;letter-spacing:-.1125rem;font-family:나눔명조 Bold,serif;font-size:1.875rem;font-style:normal;font-weight:800;line-height:normal}._section04_1r1p2_262 ._section4info_1r1p2_273 ._infoModule_1r1p2_286 span{color:#060606;text-align:center;letter-spacing:-.03563rem;font-family:Pretendard,serif;font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem}._section05_1r1p2_319{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:.9rem 0 0;display:flex}._section05_1r1p2_319 span{color:#000;letter-spacing:-.1125rem;font-family:Pretendard Bold,serif;font-size:1.4rem;font-style:normal;font-weight:800;line-height:normal}._section05_1r1p2_319 p{color:#000;text-align:center;letter-spacing:-.1125rem;margin-top:2.31rem;font-family:나눔명조 Bold,serif;font-size:1.875rem;font-style:normal;font-weight:800;line-height:normal}._section05_1r1p2_319 ._moduleDescriptionBox2_1r1p2_352{text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._section05_1r1p2_319 ._moduleDescriptionBox2_1r1p2_352 img{object-fit:contain;z-index:-1;position:absolute}._section05_1r1p2_319 ._moduleDescriptionBox2_1r1p2_352 span{color:#060606;text-align:center;letter-spacing:-.03667rem;font-family:Noto Sans KR,serif;font-size:.66rem;font-style:normal;font-weight:600;line-height:.83333rem}._section05_1r1p2_319 ._lastText_1r1p2_380{color:#060606;text-align:center;letter-spacing:-.07rem;margin-top:5rem;font-family:Pretendard Bold,serif;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.375rem;text-decoration:underline}._section06_1r1p2_393{box-sizing:border-box;text-align:center;background:#a7daf5;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:.9rem 0 0;padding:1rem;font-weight:700;display:flex}._section06_1r1p2_393 p{color:#000;text-align:center;margin:0 0 8px;font-family:Pretendard,serif;font-size:.75rem;font-style:normal;line-height:normal}._verbSelector_2v3o3_1{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._title_2v3o3_10{text-align:center;letter-spacing:-.14125rem;font-family:Pretendard Bold,serif;font-size:4.70833rem;font-style:normal;line-height:normal}._timelineLayoutBg_2v3o3_19{flex-direction:column;justify-content:center;align-items:center;width:62rem;height:auto;margin-top:3.92rem;display:flex;position:relative}._timelineLayoutBg_2v3o3_19 ._lineBg_2v3o3_30{z-index:0;width:100%;height:auto;position:absolute;top:50%;left:0;transform:translateY(-50%)}._timelineLayout_2v3o3_19{z-index:1;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;height:21rem;display:flex}._verbNameBox_2v3o3_50{cursor:pointer;flex-flow:column wrap;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex}._verbNameBox_2v3o3_50:active{transform:scale(.95)}._verbNameBox2_2v3o3_65{cursor:pointer;flex-flow:column wrap;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex}._verbNameBox2_2v3o3_65:active{transform:scale(.95)}._verbName_2v3o3_50{color:#fff;text-align:center;letter-spacing:-.04375rem;border:2px dashed #fff;border-radius:2.5rem;flex-shrink:0;justify-content:center;align-items:center;width:7.41667rem;height:3rem;font-family:Pretendard,serif;font-size:1.45833rem;font-style:normal;font-weight:600;line-height:normal;display:flex}._verbSubName_2v3o3_99{text-align:center;letter-spacing:-.04125rem;margin-top:.71rem;font-family:Pretendard Bold,serif;font-size:1.375rem;font-style:normal;font-weight:800;line-height:normal}._verbSubName2_2v3o3_110{text-align:center;letter-spacing:-.04125rem;margin-bottom:.71rem;font-family:Pretendard Bold,serif;font-size:1.375rem;font-style:normal;font-weight:800;line-height:normal}._pageInner_bajly_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addButton_bajly_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateButton_bajly_28{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_bajly_44{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_bajly_55{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_bajly_63{cursor:pointer;margin:4px}._searchIcon_bajly_63:active{transform:scale(.95)}._table_bajly_72{border-spacing:0;width:100%;margin-top:20px}._table_bajly_72 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_bajly_72 thead tr td{width:15%}._table_bajly_72 thead tr td:first-child{width:10%;max-width:30px}._table_bajly_72 thead tr td:nth-child(2){width:25%}._table_bajly_72 thead tr td:nth-child(3){width:20%}._table_bajly_72 thead tr td:nth-child(6){width:5%}._table_bajly_72 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_bajly_72 tbody tr td{cursor:pointer;width:15%}._table_bajly_72 tbody tr td:first-child{width:10%;max-width:30px}._table_bajly_72 tbody tr td:nth-child(2){width:25%}._table_bajly_72 tbody tr td:nth-child(3){width:20%}._table_bajly_72 tbody tr td:nth-child(6){width:5%}._deleteButton_bajly_138{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin:5px 0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._noDataCell_bajly_154{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._addPopup_bajly_164{z-index:1000;box-sizing:border-box;background-color:#fff;border-radius:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:20rem;max-width:20rem;height:16rem;max-height:16rem;padding:1rem;display:flex;position:fixed;box-shadow:0 0 10px #00000026}._popupData_bajly_182{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;width:100%;font-family:Pretendard Bold,serif;display:flex}._popupData_bajly_182 input{box-sizing:border-box;border:1px solid var(--blue);border-radius:.225rem;width:12rem;max-width:12rem;height:1.6rem;max-height:1.6rem;padding:2px}._popupData_bajly_182 select{box-sizing:border-box;border:1px solid var(--blue);background:#fff;border-radius:.225rem;width:12rem;max-width:12rem;height:1.6rem;max-height:1.6rem;padding:2px}._popupData_bajly_182 input:focus,._popupData_bajly_182 select:focus{box-shadow:none;outline:none}._popupData_bajly_182 button{width:8rem}._pageInner_1vjrr_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._topBar_1vjrr_12{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}._guideText_1vjrr_20{color:#5f6b7a;font-size:.875rem;font-weight:500}._searchBox_1vjrr_26{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_1vjrr_37{width:15rem;color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_1vjrr_46{cursor:pointer;margin:4px}._searchIcon_1vjrr_46:active{transform:scale(.95)}._table_1vjrr_55{border-spacing:0;width:100%;margin-top:20px}._table_1vjrr_55 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1vjrr_55 thead tr td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table_1vjrr_55 thead tr td:first-child{width:5%}._table_1vjrr_55 thead tr td:nth-child(2){text-align:left;width:10%}._table_1vjrr_55 thead tr td:nth-child(3){text-align:left;width:9%}._table_1vjrr_55 thead tr td:nth-child(4){text-align:left;width:10%}._table_1vjrr_55 thead tr td:nth-child(5){width:12%}._table_1vjrr_55 thead tr td:nth-child(6){width:10%}._table_1vjrr_55 thead tr td:nth-child(7){width:9%}._table_1vjrr_55 thead tr td:nth-child(8){width:12%}._table_1vjrr_55 thead tr td:nth-child(9){width:13%}._table_1vjrr_55 thead tr td:nth-child(10){width:9%}._table_1vjrr_55 thead tr td:nth-child(11){width:10%}._table_1vjrr_55 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1vjrr_55 tbody tr td{cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table_1vjrr_55 tbody tr td:nth-child(2),._table_1vjrr_55 tbody tr td:nth-child(3),._table_1vjrr_55 tbody tr td:nth-child(4){text-align:left}._reasonCell_1vjrr_145{padding:.5rem 0;line-height:1.3;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}._reasonCode_1vjrr_153{color:#7f8a98;margin-top:.25rem;font-size:.75rem;display:inline-block}._retryButton_1vjrr_160{background:var(--blue);width:100%;min-width:7.5rem;height:1.875rem;color:var(--white);text-align:center;cursor:pointer;border:none;border-radius:.25rem;font-size:.8125rem;font-weight:700}._retryButton_1vjrr_160:disabled{cursor:default;background:#a9b6c8}._noDataCell_1vjrr_179{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._pageInner_omghs_1{box-sizing:border-box;flex-direction:column;justify-content:start;width:100%;height:100%;padding:1.45rem;display:flex}._updateBtn_omghs_11{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_omghs_27{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._inquireHeader_omghs_43{justify-content:space-between;display:flex}._addButton_omghs_48{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_omghs_64{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_omghs_75{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_omghs_83{cursor:pointer;margin:4px}._searchIcon_omghs_83:active{transform:scale(.95)}._table_omghs_92{border-spacing:0;width:100%;margin-top:20px}._table_omghs_92 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_omghs_92 thead tr td:first-child{width:10%;max-width:40px}._table_omghs_92 thead tr td:nth-child(2){text-align:left}._table_omghs_92 thead tr td:nth-child(3){width:10%}._table_omghs_92 thead tr td:nth-child(4){width:20%}._table_omghs_92 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_omghs_92 tbody tr td{cursor:pointer}._table_omghs_92 tbody tr td:first-child{width:10%;max-width:30px}._table_omghs_92 tbody tr td:nth-child(2){text-align:left}._table_omghs_92 tbody tr td:nth-child(3){width:10%}._table_omghs_92 tbody tr td:nth-child(4){width:20%}._noData_omghs_154{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._contentContainer_omghs_167{background-color:var(--white);text-align:left;box-sizing:border-box;width:100%;min-height:280px;padding:5px 20px;overflow:auto}._contentContainer_omghs_167>p{padding:25px 20px}._titlebox_omghs_181{border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex}._titlebox_omghs_181 ._regdate_omghs_190{width:100px;color:var(--blue)}._replyContainer_omghs_195{justify-content:space-between;width:100%;margin-top:40px;display:flex}._replyContainer_omghs_195>img{width:40px;height:40px}._replyContainer_omghs_195>textarea{border:1px solid var(--blue);resize:none;box-sizing:border-box;background-color:var(--white);border-radius:4px;width:calc(100% - 80px);min-height:280px;padding:40px;font-size:14px}._replyContainer_omghs_195>textarea:focus{outline:none}._btnBox_omghs_223{margin-top:40px}._titlebox_omghs_181{background-color:var(--white);border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex}._titlebox_omghs_181 ._regdate_omghs_190{width:100px}._contentBox_omghs_242{text-align:left;box-sizing:border-box;width:100%;height:100%;margin:20px 0;overflow:auto}._titleInput_omghs_253{border:none;border-radius:4px;outline:none;width:100%;padding:10px}._pageInner_18go8_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addButton_18go8_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateBtn_18go8_28{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_18go8_44{background:var(--red);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_18go8_60{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_18go8_71{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_18go8_79{cursor:pointer;margin:4px}._searchIcon_18go8_79:active{transform:scale(.95)}._table_18go8_88{border-spacing:0;width:100%;margin-top:20px}._table_18go8_88 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_18go8_88 thead tr td:first-child{width:8%;max-width:30px}._table_18go8_88 thead tr td:nth-child(2){text-align:left}._table_18go8_88 thead tr td:nth-child(3){width:10%}._table_18go8_88 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_18go8_88 tbody tr td{cursor:pointer}._table_18go8_88 tbody tr td:first-child{width:8%;max-width:30px}._table_18go8_88 tbody tr td:nth-child(2){text-align:left}._table_18go8_88 tbody tr td:nth-child(3){width:10%}._noData_18go8_142{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._titlebox_18go8_154{background-color:var(--white);border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex}._titlebox_18go8_154 ._regdate_18go8_164{width:100px}._contentBox_18go8_168{text-align:left;box-sizing:border-box;width:100%;height:100%;margin:20px 0;overflow:auto}._titleInput_18go8_179{border:none;border-radius:4px;outline:none;width:100%;padding:10px}._pageInner_15eht_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._addBtn_15eht_12{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._updateBtn_15eht_28{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._cancelBtn_15eht_44{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._deleteBtn_15eht_60{background:var(--red);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchBox_15eht_76{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_15eht_87{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_15eht_95{cursor:pointer;margin:4px}._searchIcon_15eht_95:active{transform:scale(.95)}._table_15eht_104{border-spacing:0;width:100%;margin-top:20px}._table_15eht_104 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_15eht_104 thead tr td:first-child{width:8%;max-width:40px}._table_15eht_104 thead tr td:nth-child(3){text-align:left;width:70%}._table_15eht_104 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_15eht_104 tbody tr td{cursor:pointer}._table_15eht_104 tbody tr td:first-child{width:8%;max-width:30px}._table_15eht_104 tbody tr td:nth-child(2){font-weight:900}._table_15eht_104 tbody tr td:nth-child(3){text-align:left;width:70%}._noData_15eht_158{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._titlebox_15eht_171{background-color:var(--white);border-radius:4px;width:100%;font-size:14px;font-weight:700;line-height:40px;display:flex;position:relative}._titlebox_15eht_171 ._file_15eht_182{color:var(--blue);position:absolute;top:50%;right:5px;transform:translateY(-50%)}._titlebox_15eht_171 ._regdate_15eht_191{width:100px}._contentBox_15eht_195{text-align:left;width:100%;height:80%;margin:20px 0;overflow:auto}._btnBox_15eht_213{margin-top:40px}._titleInput_15eht_205{border:none;border-radius:4px;outline:none;width:100%;padding:10px}._filtBtnBox_15eht_226{justify-content:flex-end;width:100%;margin-top:20px;display:flex}._filtBtnBox_15eht_226 button{margin:0}._filtBtnBox_15eht_226 p{color:var(--blue);margin-right:10px;font-size:.875rem;font-weight:700;line-height:1.875rem}._typeSelectBox_15eht_245{width:100%;margin-top:20px;display:flex}._typeSelectBox_15eht_245 button{min-width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#d9d9d9;border:none;border-radius:.25rem;flex-shrink:0;margin-right:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._pageInner_1vcyp_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;min-height:100%;padding:1.45rem;display:flex}._listContainer_1vcyp_13{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;justify-content:start;align-items:center;width:100%;height:98%;max-height:98%;margin:0;padding:0;display:flex;overflow:auto}._listContainer_1vcyp_13::-webkit-scrollbar{display:none}._noData_1vcyp_33{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._qnaItem_1vcyp_42{border-bottom:1px solid #ddd;width:100%;margin-bottom:15px}._qnaTitle_1vcyp_48{cursor:pointer;justify-content:space-between;align-items:center;display:flex}._qnaTitle_1vcyp_48 p{color:#0c82bf;font-weight:700}._qnaContent_1vcyp_60{opacity:0;background-color:#fff;border-radius:10px;height:0;max-height:0;padding:0;transition:max-height .5s;overflow:hidden}._qnaContent_1vcyp_60._open_1vcyp_71{opacity:1;scrollbar-width:none;-ms-overflow-style:none;height:auto;padding:10px}._qnaContent_1vcyp_60._open_1vcyp_71::-webkit-scrollbar{display:none}._container_ldu26_1{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;max-width:420px;min-height:100%;margin:0 auto;padding:0 0 3rem;display:flex}._title_ldu26_13{margin-bottom:20px;font-size:24px;font-weight:700}._infoGroup_ldu26_19{justify-content:space-between;margin-bottom:20px;display:flex}._infoGroup2_ldu26_25{margin-top:20px;margin-bottom:20px;display:block}._label_ldu26_31{color:#333;font-size:16px;font-weight:500}._label2_ldu26_37{color:#333;margin-bottom:10px;font-size:16px;font-weight:500}._value_ldu26_44{color:#0c82bf;font-size:16px;font-weight:700}._linkedAccounts_ldu26_50{-ms-overflow-style:none;scrollbar-width:none;border:1px solid #0c82bf;border-radius:8px;max-height:200px;padding:10px;overflow-y:auto}._linkedAccounts_ldu26_50::-webkit-scrollbar{display:none}._linkedAccount_ldu26_50{justify-content:space-between;margin-bottom:10px;display:flex}._linkedAccount_ldu26_50:last-child{margin-bottom:0}._linkedEmail_ldu26_74{color:#0c82bf}._editButtonContainer_ldu26_78{justify-content:center;display:flex}._editButton_ldu26_78{color:#fff;cursor:pointer;background-color:#0c82bf;border:none;border-radius:30px;width:100%;max-width:200px;margin-top:10px;padding:12px;font-size:16px;font-weight:700}._editButton_ldu26_78:hover{background-color:#005fa3}._container_bl0hx_1{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;max-width:420px;min-height:100%;margin:0 auto;padding:0 0 3rem;display:flex}._title_bl0hx_13{text-align:center;margin-bottom:30px;font-size:24px;font-weight:700}._infoGroup_bl0hx_20{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}._label_bl0hx_27{color:#333;font-size:16px;font-weight:500}._value_bl0hx_33{color:#0c82bf;font-size:16px;font-weight:700}._input_bl0hx_39{border:1px solid #ddd;border-radius:8px;width:60%;padding:10px;font-size:16px}._input_bl0hx_39:focus{border-color:#0c82bf;outline:none}._buttonContainer_bl0hx_52{justify-content:center;display:flex}._submitButton_bl0hx_57{color:#fff;cursor:pointer;background-color:#0c82bf;border:none;border-radius:30px;width:100%;max-width:200px;margin-top:30px;padding:12px;font-size:16px;font-weight:700}._submitButton_bl0hx_57:hover{background-color:#005fa3}._container_8nglv_1{text-align:center;background-color:#fff;border-radius:8px;width:100%;max-width:400px;height:80%;margin:0 auto}._title_8nglv_11{margin-bottom:40px;font-size:24px;font-weight:700}._menuContainer_8nglv_17{flex-direction:column;gap:20px;display:flex}._menuButton_8nglv_23{cursor:pointer;color:#333;background-color:#fff;border:1px solid #0c82bf;border-radius:8px;justify-content:space-between;align-items:center;padding:15px 20px;font-size:18px;font-weight:500;display:flex}._menuButton_8nglv_23:hover{background-color:#f5faff}._menuButton_8nglv_23 img{width:24px;height:24px}._container_1as9t_1{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;width:100%;max-width:420px;min-height:100%;margin:0 auto;padding:0 0 3rem;display:flex}._title_1as9t_14{margin-bottom:20px;font-size:24px;font-weight:700}._menuContainer_1as9t_20{flex-direction:column;gap:20px;display:flex}._menuButton_1as9t_26{cursor:pointer;color:#333;background-color:#fff;border:1px solid #0c82bf;border-radius:8px;justify-content:space-between;align-items:center;padding:15px 20px;font-size:18px;font-weight:500;display:flex}._menuButton_1as9t_26:hover{background-color:#f5faff}._menuButton_1as9t_26 img{width:24px;height:24px}._container_myo3z_1{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;max-width:420px;min-height:100%;margin:0 auto;padding:0 0 3rem;display:flex}._title_myo3z_13{margin-bottom:30px;font-size:24px;font-weight:700}._infoGroup_myo3z_19{justify-content:space-between;margin-bottom:20px;display:flex}._infoGroup2_myo3z_25{margin-bottom:20px;display:block}._label_myo3z_30{color:#333;font-size:16px;font-weight:500}._label2_myo3z_36{color:#333;margin-bottom:10px;font-size:16px;font-weight:500}._value_myo3z_43{color:#0c82bf;font-size:16px;font-weight:700}._linkedAccounts_myo3z_49{-ms-overflow-style:none;scrollbar-width:none;border:1px solid #0c82bf;border-radius:8px;max-height:200px;padding:10px;overflow-y:auto}._linkedAccounts_myo3z_49::-webkit-scrollbar{display:none}._linkedAccount_myo3z_49{justify-content:space-between;margin-bottom:10px;display:flex}._linkedAccount_myo3z_49:last-child{margin-bottom:0}._linkedEmail_myo3z_73{color:#0c82bf}._buttonGroup_myo3z_77{gap:.75rem;width:100%;margin-top:1.5rem;display:flex}._editButton_myo3z_84{color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:30px;flex:1;min-width:0;padding:12px;font-size:16px;font-weight:700}._methodButton_myo3z_97{background-color:#0c82bf}._userButton_myo3z_101{background-color:#15a678}._methodButton_myo3z_97:hover{background-color:#005fa3}._userButton_myo3z_101:hover{background-color:#0d7f5b}._container_1f8vm_1{background-color:#fff;border-radius:8px;width:100%;max-width:400px;margin:0 auto;padding:20px}._title_1f8vm_10{margin-bottom:12px;font-size:24px;font-weight:700}._desc_1f8vm_16{color:#666;margin-bottom:24px;font-size:14px;line-height:1.5}._methodCard_1f8vm_23{border:1px solid #e0e0e0;border-radius:12px;margin-bottom:16px;padding:20px}._methodCardActive_1f8vm_30{background-color:#f5fbff;border:2px solid #0c82bf}._methodName_1f8vm_35{color:#333;margin-bottom:8px;font-size:18px;font-weight:700}._methodInfo_1f8vm_42{color:#555;margin-bottom:16px;font-size:14px}._buttonStack_1f8vm_48{flex-direction:column;gap:10px;display:flex}._badge_1f8vm_54{color:#0c82bf;margin-left:8px;font-size:12px;font-weight:700;display:inline-block}._actionButton_1f8vm_62{color:#fff;cursor:pointer;background-color:#0c82bf;border:none;border-radius:30px;width:100%;padding:12px;font-size:15px;font-weight:700}._actionButton_1f8vm_62:hover{background-color:#005fa3}._actionButton_1f8vm_62:disabled{cursor:not-allowed;background-color:#b0b0b0}._cancelButton_1f8vm_83{color:#d33;cursor:pointer;background-color:#fff;border:1px solid #d33;border-radius:30px;width:100%;padding:12px;font-size:15px;font-weight:700}._cancelButton_1f8vm_83:hover{background-color:#fff0f0}._notice_1f8vm_99{color:#999;margin-top:20px;font-size:13px;line-height:1.5}._statusText_1f8vm_106{text-align:center;color:#666;padding:40px 0;font-size:15px}._container_1fe9a_1{box-sizing:border-box;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:20px;display:flex;overflow:hidden}._panel_1fe9a_14{box-sizing:border-box;background-color:#fff;border:1px solid #d8e7f5;border-radius:8px;width:100%;max-width:520px;max-height:100%;padding:34px 36px;box-shadow:0 8px 24px #0c82bf14}._eyebrow_1fe9a_26{color:#0c82bf;margin-bottom:10px;font-size:13px;font-weight:700}._title_1fe9a_33{color:#111;margin:0 0 14px;font-size:24px;font-weight:800}._desc_1fe9a_40{color:#555;margin:0 0 26px;font-size:14px;line-height:1.6}._summary_1fe9a_47{border-top:1px solid #e8eef5;border-bottom:1px solid #e8eef5;margin-bottom:26px;padding:18px 0}._row_1fe9a_54{color:#333;justify-content:space-between;gap:16px;font-size:14px;display:flex}._row_1fe9a_54+._row_1fe9a_54{margin-top:12px}._label_1fe9a_66{color:#666}._value_1fe9a_70{color:#0c82bf;text-align:right;font-weight:800}._actionButton_1fe9a_76{color:#fff;cursor:pointer;background-color:#0c82bf;border:none;border-radius:30px;width:100%;height:48px;font-size:15px;font-weight:800}._actionButton_1fe9a_76:hover{background-color:#056fa8}._actionButton_1fe9a_76:disabled{cursor:not-allowed;background-color:#b8c5d0}._notice_1fe9a_97{color:#777;margin:16px 0 0;font-size:13px;line-height:1.5}._statusText_1fe9a_104{color:#555;text-align:center;margin-bottom:20px;font-size:15px;line-height:1.6}._pageInner_4j2ga_1{box-sizing:border-box;flex-direction:column;justify-content:start;width:100%;height:100%;padding:1.45rem;display:flex}._inquireHeader_4j2ga_11{justify-content:end;display:flex}._addButton_4j2ga_16{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._searchIcon_4j2ga_32:active{transform:scale(.95)}._table_4j2ga_36{border-spacing:0;width:100%;margin-top:20px}._table_4j2ga_36 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_4j2ga_36 thead tr td:first-child{width:8%;max-width:30px}._table_4j2ga_36 thead tr td:nth-child(2){width:15%}._table_4j2ga_36 thead tr td:nth-child(3){text-align:left;width:25%}._table_4j2ga_36 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_4j2ga_36 tbody tr td{cursor:pointer}._table_4j2ga_36 tbody tr td:first-child{width:8%;max-width:30px}._table_4j2ga_36 tbody tr td:nth-child(2){width:15%}._table_4j2ga_36 tbody tr td:nth-child(3){text-align:left;width:25%}._noData_4j2ga_92{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._container_bxg11_1{background-color:#fff;border-radius:8px;width:100%;max-width:400px;margin:0 auto;padding:20px}._title_bxg11_10{margin-bottom:30px;font-size:24px;font-weight:700}._infoGroup_bxg11_16{justify-content:space-between;margin-bottom:20px;display:flex}._infoGroup2_bxg11_22{margin-bottom:20px;display:block}._label_bxg11_27{color:#333;font-size:16px;font-weight:500}._label2_bxg11_33{color:#333;margin-bottom:10px;font-size:16px;font-weight:500}._value_bxg11_40{color:#0c82bf;font-size:16px;font-weight:700}._linkedAccounts_bxg11_46{-ms-overflow-style:none;scrollbar-width:none;border:1px solid #0c82bf;border-radius:8px;max-height:200px;padding:10px;overflow-y:auto}._linkedAccounts_bxg11_46::-webkit-scrollbar{display:none}._linkedAccount_bxg11_46{justify-content:space-between;margin-bottom:10px;display:flex}._linkedAccount_bxg11_46:last-child{margin-bottom:0}._linkedEmail_bxg11_70{color:#0c82bf}._editButtonContainer_bxg11_74{justify-content:center;gap:10px;display:flex}._editButton_bxg11_74{color:#fff;cursor:pointer;background-color:#0c82bf;border:none;border-radius:30px;width:100%;max-width:200px;margin-top:30px;padding:12px;font-size:16px;font-weight:700}._deleteButton_bxg11_94{color:#fff;cursor:pointer;background-color:red;border:none;border-radius:30px;width:100%;max-width:200px;margin-top:30px;padding:12px;font-size:16px;font-weight:700}._editButton_bxg11_74:hover{background-color:#005fa3}._container_1tz6p_1{background-color:#fff;border-radius:8px;width:100%;max-width:400px;margin:0 auto}._title_1tz6p_9{text-align:center;margin-bottom:30px;font-size:24px;font-weight:700}._form_1tz6p_16{flex-direction:column;gap:20px;display:flex}._formGroup_1tz6p_22{flex-direction:column;display:flex}._label_1tz6p_27{margin-bottom:8px;font-size:16px;font-weight:600}._input_1tz6p_33{border:1px solid var(--blue);box-sizing:border-box;border-radius:8px;width:100%;padding:12px;font-size:16px}._addressContainer_1tz6p_42{position:relative}._addressInput_1tz6p_46{padding-right:40px}._searchIcon_1tz6p_50{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_653_284)'%3e%3cpath%20d='M9.30769%2017.6151C13.8959%2017.6151%2017.6154%2013.8957%2017.6154%209.30756C17.6154%204.71942%2013.8959%201%209.30769%201C4.71948%201%201%204.71942%201%209.30756C1%2013.8957%204.71948%2017.6151%209.30769%2017.6151Z'%20stroke='%230C82BF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.1785%2015.1785L19%2018.9999'%20stroke='%230C82BF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_653_284'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}._detailAddressInput_1tz6p_63{width:100%;margin-top:10px}._buttonGroup_1tz6p_68{justify-content:space-between;margin-top:20px;display:flex}._cancelButton_1tz6p_74{cursor:pointer;background-color:#ddd;border:none;border-radius:8px;width:48%;padding:12px;font-size:16px;font-weight:600}._cancelButton_1tz6p_74:hover{background-color:#bbb}._submitButton_1tz6p_89{color:#fff;cursor:pointer;background-color:#0c82bf;border:none;border-radius:8px;width:48%;padding:12px;font-size:16px;font-weight:600}._submitButton_1tz6p_89:hover{background-color:#005fa3}._container_h1enz_1{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;width:100%;max-width:420px;min-height:100%;margin:0 auto;padding:2rem 0 3rem;display:flex}._title_h1enz_14{text-align:start;margin:0 0 20px;font-size:24px;font-weight:700}._recordList_h1enz_21{flex-direction:column;gap:15px;margin-bottom:20px;display:flex}._recordCard_h1enz_28{cursor:pointer;background-color:#fff;border:1px solid #0c82bf;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}._titleAndPrice_h1enz_40{align-items:center;gap:10px;min-width:0;display:flex;transform:translateY(1px)}._recordTitle_h1enz_48{margin:0;font-size:16px;font-weight:600;line-height:1.2}._recordPrice_h1enz_55{color:#0c82bf;white-space:nowrap;margin:0;font-size:16px;font-weight:700;line-height:1.2}._recordDate_h1enz_64{color:#333;flex-shrink:0;font-size:16px;line-height:1.2;transform:translateY(1px)}._noData_h1enz_72{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._container_muy3o_1{background-color:#fff;border-radius:8px;width:100%;max-width:400px;margin:0 auto;padding:20px}._title_muy3o_10{margin-bottom:30px;font-size:24px;font-weight:700}._infoGroup_muy3o_16{justify-content:space-between;margin-bottom:20px;display:flex}._infoGroup2_muy3o_22{margin-bottom:20px;display:block}._label_muy3o_27{color:#333;font-size:16px;font-weight:500}._label2_muy3o_33{color:#333;margin-bottom:10px;font-size:16px;font-weight:500}._value_muy3o_40{color:#0c82bf;font-size:16px;font-weight:700}._linkedAccounts_muy3o_46{-ms-overflow-style:none;scrollbar-width:none;border:1px solid #0c82bf;border-radius:8px;max-height:200px;padding:10px;overflow-y:auto}._linkedAccounts_muy3o_46::-webkit-scrollbar{display:none}._linkedAccount_muy3o_46{justify-content:space-between;margin-bottom:10px;display:flex}._linkedAccount_muy3o_46:last-child{margin-bottom:0}._linkedEmail_muy3o_70{color:#0c82bf}._pageInner_1hf2h_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._searchBox_1hf2h_12{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_1hf2h_23{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_1hf2h_31{cursor:pointer;margin:4px}._searchIcon_1hf2h_31:active{transform:scale(.95)}._table_1hf2h_40{border-spacing:0;width:100%;margin-top:20px}._table_1hf2h_40 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1hf2h_40 thead tr td{width:15%}._table_1hf2h_40 thead tr td:first-child{width:8%;max-width:30px}._table_1hf2h_40 thead tr td:nth-child(2){text-align:left}._table_1hf2h_40 thead tr td:nth-child(3){text-align:left;width:20%}._table_1hf2h_40 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1hf2h_40 tbody tr td{width:15%}._table_1hf2h_40 tbody tr td:first-child{width:8%;max-width:30px}._table_1hf2h_40 tbody tr td:nth-child(2){text-align:left}._table_1hf2h_40 tbody tr td:nth-child(3){text-align:left;width:20%}._noData_1hf2h_99{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._pageInner_1jj2g_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;max-width:1000px;height:100%;margin:0 auto;padding:1.45rem;display:flex}._userBox_1jj2g_14{background-color:var(--blue);color:#fff;border-radius:.25rem;justify-content:space-around;align-items:center;width:25%;max-width:260px;height:130px;display:flex}._userBox_1jj2g_14>div{font-size:14px}._userBox_1jj2g_14>div>img{width:100%;max-width:60px;margin-top:10px}._userBox_1jj2g_14>p{font-size:40px}._amountBox_1jj2g_40{background-color:var(--blue);color:#fff;border-radius:.25rem;justify-content:space-around;align-items:center;width:45%;max-width:440px;height:130px;display:flex}._amountBox_1jj2g_40>div{font-size:14px}._amountBox_1jj2g_40>div>img{width:100%;max-width:60px;margin-top:10px}._amountBox_1jj2g_40>p{font-size:40px}._userListContainer_1jj2g_66{width:100%}._userListContainer_1jj2g_66 p{text-align:left;margin:15px 0 10px;font-size:16px;font-weight:700}._container_1jj2g_77{justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin-top:20px;font-weight:700;display:flex}._table_1jj2g_87{border-spacing:0;width:100%}._table_1jj2g_87 thead{color:var(--blue);background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1jj2g_87 thead tr td{width:15%}._table_1jj2g_87 thead tr td:first-child{width:8%;max-width:30px}._table_1jj2g_87 thead tr td:nth-child(2){text-align:left}._table_1jj2g_87 thead tr td:nth-child(3){text-align:left;width:20%}._table_1jj2g_87 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1jj2g_87 tbody tr td{cursor:pointer;width:15%}._table_1jj2g_87 tbody tr td:first-child{width:8%;max-width:30px}._table_1jj2g_87 tbody tr td:nth-child(2){text-align:left}._table_1jj2g_87 tbody tr td:nth-child(3){text-align:left;width:20%}._noData_1jj2g_147{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._pageInner_1c8j2_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._table_1c8j2_12{border-spacing:0;width:100%;margin-top:20px}._table_1c8j2_12 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1c8j2_12 thead tr td{width:15%}._table_1c8j2_12 thead tr td:first-child{width:8%;max-width:30px}._table_1c8j2_12 thead tr td:nth-child(2){text-align:left}._table_1c8j2_12 thead tr td:nth-child(3){text-align:left;width:20%}._table_1c8j2_12 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1c8j2_12 tbody tr td{width:15%}._table_1c8j2_12 tbody tr td:first-child{width:8%;max-width:30px}._table_1c8j2_12 tbody tr td:nth-child(2){text-align:left}._table_1c8j2_12 tbody tr td:nth-child(3){text-align:left;width:20%}._noData_1c8j2_71{text-align:center;margin-top:20px;font-size:.875rem;font-style:normal;font-weight:700;width:100%!important}._contentsSelector_15466_1{background-color:#f1f7ff;flex-direction:row;justify-content:center;align-items:center;gap:4.7rem;width:100%;height:100%;display:flex}._selectorBox_15466_12{text-align:center;cursor:pointer;background-color:#fff;border:8px solid #1a8fcf;border-radius:2.9rem;justify-content:center;align-items:center;width:19.9rem;height:15.8rem;display:flex;position:relative}._selectorBox_15466_12:active{transform:scale(.95)}._selectorBox_15466_12 ._selectorLabel_15466_30{color:#fff;white-space:nowrap;text-align:center;background-color:#1a8fcf;justify-content:center;align-items:center;width:11.3rem;height:3rem;font-family:Pretendard Bold,serif;font-size:1.4rem;display:flex;position:absolute;top:-3rem;left:50%;transform:translate(-50%)rotate(-15deg)}._logoutBtn_15466_48{flex-shrink:0;width:8.33333rem;height:1.66667rem}._pageInner_5l0gb_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._toolbar_5l0gb_12{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}._summary_5l0gb_20{background:var(--white);border:1px solid #e7ebf3;border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:.875rem;display:flex}._summaryLabel_5l0gb_31{color:#6b7280;font-weight:600}._summaryValue_5l0gb_36{color:var(--black);font-weight:700}._searchBox_5l0gb_41{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;margin-left:auto;display:flex}._searchInput_5l0gb_52{color:var(--black);background:0 0;border:none;outline:none;width:220px;padding:4px}._searchIcon_5l0gb_61{cursor:pointer;margin:4px}._searchIcon_5l0gb_61:active{transform:scale(.95)}._table_5l0gb_70{border-spacing:0;width:100%;margin-top:20px}._table_5l0gb_70 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_5l0gb_70 thead tr td:first-child{width:8%;max-width:30px}._table_5l0gb_70 thead tr td:nth-child(2){text-align:left}._table_5l0gb_70 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_5l0gb_70 tbody tr td:first-child{width:8%;max-width:30px}._table_5l0gb_70 tbody tr td:nth-child(2){text-align:left}._pathCell_5l0gb_111{text-overflow:ellipsis;white-space:nowrap;max-width:420px;overflow:hidden}._noDataCell_5l0gb_118{vertical-align:middle;color:#999;height:200px;font-weight:500;text-align:center!important;cursor:default!important}._pageInner_1cwc5_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;gap:1rem;width:100%;height:100%;padding:1.45rem;display:flex}._pageHeader_1cwc5_13{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}._pageTitle_1cwc5_21{color:var(--black);font-size:1.25rem;font-weight:700}._actions_1cwc5_27{gap:.75rem;display:flex}._addButton_1cwc5_32{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._summaryRow_1cwc5_47{gap:.75rem;width:100%;display:flex}._summaryCard_1cwc5_53{background:var(--white);border:1px solid var(--grey);box-sizing:border-box;border-radius:.5rem;flex:1;padding:.75rem 1rem}._summaryLabel_1cwc5_62{color:var(--black);margin-bottom:.35rem;font-size:.75rem;font-weight:700}._summaryValue_1cwc5_69{color:var(--blue);font-size:1.25rem;font-weight:700}._summaryHint_1cwc5_75{color:var(--black);margin-top:.25rem;font-size:.75rem}._filterRow_1cwc5_81{flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;display:flex}._searchBox_1cwc5_89{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;height:2rem;padding:0 .5rem;display:flex}._searchInput_1cwc5_101{height:100%;color:var(--black);background:0 0;border:none;outline:none;padding:0 .25rem}._select_1cwc5_110{border:1px solid var(--blue);background:var(--white);height:2rem;color:var(--black);border-radius:.25rem;padding:0 .5rem}._resetButton_1cwc5_119{background:var(--grey);height:2rem;color:var(--black);border-radius:.25rem;padding:0 .75rem;font-size:.75rem;font-weight:700}._searchButton_1cwc5_129{background:var(--blue);height:2rem;color:var(--white);border-radius:.25rem;padding:0 .75rem;font-size:.75rem;font-weight:700}._table_1cwc5_139{border-spacing:0;width:100%;margin-top:.5rem}._table_1cwc5_139 thead{background-color:#fff;border-radius:10px;font-size:.875rem;font-style:normal;font-weight:700;line-height:30px;overflow:hidden}._table_1cwc5_139 thead tr td:first-child{text-align:center;width:10%}._table_1cwc5_139 thead tr td{text-align:center}._table_1cwc5_139 tbody{font-size:.875rem;font-style:normal;font-weight:500;line-height:30px}._table_1cwc5_139 tbody tr td{text-align:center}._noDataCell_1cwc5_175{color:var(--black);opacity:.7;padding:1rem 0}._table_1cwc5_139 tbody tr td:first-child{text-align:center}._table_1cwc5_139 tbody tr td:nth-child(2){text-align:left}._bookTitle_1cwc5_189{color:var(--black);font-weight:700}._bookMeta_1cwc5_194{color:var(--black);opacity:.7;font-size:.75rem}._imageCell_1cwc5_200{justify-content:center;align-items:center;padding:.25rem 0;display:flex}._coverImage_1cwc5_207{object-fit:cover;border:1px solid var(--grey);background:var(--white-grey);border-radius:.35rem;width:48px;height:60px}._statusBadge_1cwc5_216{border:1px solid var(--grey);background:var(--white-grey);min-width:4.5rem;color:var(--black);border-radius:999px;justify-content:center;align-items:center;padding:.1rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}._statusActive_1cwc5_230{border-color:var(--green);color:var(--green);background:var(--white)}._statusWarning_1cwc5_236{border-color:var(--red);color:var(--red);background:var(--white)}._statusPending_1cwc5_242{border-color:var(--blue);color:var(--blue);background:var(--white)}._orderPageInner_1cwc5_248{align-items:stretch;gap:1rem}._orderToolbar_1cwc5_253{justify-content:space-between;align-items:flex-end;gap:1rem;width:100%;display:flex}._orderTitleBlock_1cwc5_261{flex-direction:column;gap:.25rem;display:flex}._orderTitleBlock_1cwc5_261 ._pageTitle_1cwc5_21{margin:0}._orderHint_1cwc5_271{color:var(--black);opacity:.65;margin:0;font-size:.78rem}._orderFilterControls_1cwc5_278{align-items:center;gap:.5rem;display:flex}._orderTableWrap_1cwc5_284{border:1px solid var(--grey);background:var(--white);border-radius:.5rem;width:100%;overflow:hidden}._orderTable_1cwc5_284{margin-top:0}._orderTable_1cwc5_284 thead{background:var(--white-grey);line-height:normal}._orderTable_1cwc5_284 thead tr td{color:var(--black);opacity:.75;padding:.75rem .6rem;font-size:.8rem}._orderTable_1cwc5_284 tbody{line-height:normal}._orderTable_1cwc5_284 tbody tr{background:var(--white)}._orderTable_1cwc5_284 tbody tr+tr td{border-top:1px solid var(--grey)}._orderTable_1cwc5_284 tbody tr td{vertical-align:middle;padding:.9rem .6rem}._orderNoCell_1cwc5_325{min-width:9rem}._orderNo_1cwc5_325{color:var(--black);word-break:break-all;font-size:.8rem;font-weight:700;line-height:1.35}._orderMeta_1cwc5_337{color:var(--black);opacity:.6;margin-top:.25rem;font-size:.72rem}._orderItemCell_1cwc5_344{min-width:12rem;font-weight:700;text-align:left!important}._orderMemberCell_1cwc5_350{border-radius:.35rem;transition:background-color .15s}._orderMemberButton_1cwc5_355{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:.35rem;padding:.35rem .45rem;text-decoration:none}._orderMemberButton_1cwc5_355 ._bookTitle_1cwc5_189,._orderMemberButton_1cwc5_355 ._bookMeta_1cwc5_194{display:block}._orderMemberCell_1cwc5_350:hover{background:var(--white-grey)}._orderMemberButton_1cwc5_355:hover ._bookTitle_1cwc5_189{color:var(--blue)}._orderPriceCell_1cwc5_380{color:var(--blue);white-space:nowrap;font-weight:700}._sourcePill_1cwc5_386{background:var(--white-grey);min-width:4rem;height:1.5rem;color:var(--black);border-radius:999px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}._orderStatusBadge_1cwc5_399{border-radius:999px;justify-content:center;align-items:center;min-width:4.5rem;height:1.5rem;font-size:.75rem;font-weight:700;display:inline-flex}._orderStatusPaid_1cwc5_410{color:var(--blue);background:#0c82bf1a}._orderStatusProgress_1cwc5_415{color:var(--green);background:#15a6781f}._orderStatusDone_1cwc5_420{background:var(--white-grey);color:var(--black)}._orderStatusCanceled_1cwc5_425{color:var(--red);background:#ff777724}._statusSelect_1cwc5_430{width:7rem}._tableActions_1cwc5_434{justify-content:center;gap:.5rem;display:flex}._smallButton_1cwc5_440{background:var(--white);border:1px solid var(--blue);width:3.75rem;height:1.5rem;color:var(--blue);text-align:center;border-radius:.25rem;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal}@media (width<=960px){._pageHeader_1cwc5_13{flex-direction:column;align-items:flex-start}._summaryRow_1cwc5_47{flex-direction:column}._table_1cwc5_139{font-size:.75rem}}._pageInner_s4vyy_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;width:100%;height:100%;padding:1.45rem;display:flex}._pageHeader_s4vyy_13{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}._pageTitle_s4vyy_21{color:var(--black);font-size:1.25rem;font-weight:700}._actions_s4vyy_27{gap:.75rem;display:flex}._cancelButton_s4vyy_32{background:var(--grey);width:7.5625rem;height:1.875rem;color:var(--black);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._submitButton_s4vyy_47{background:var(--blue);width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;border:none;border-radius:.25rem;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._form_s4vyy_62{background:var(--white);border:1px solid var(--grey);box-sizing:border-box;border-radius:.5rem;width:100%;padding:1.5rem}._formGrid_s4vyy_71{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem;display:grid}._field_s4vyy_77,._fieldWide_s4vyy_78{color:var(--black);flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:700;display:flex}._fieldWide_s4vyy_78{grid-column:1/-1}._imagePreview_s4vyy_91{border:1px dashed var(--grey);background:var(--white-grey);border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:220px;padding:1rem;display:flex}._previewImage_s4vyy_104{object-fit:cover;border:1px solid var(--grey);background:var(--white);border-radius:.5rem;width:120px;height:160px}._previewLabel_s4vyy_113{color:var(--black);opacity:.7;font-size:.75rem}._field_s4vyy_77 input,._field_s4vyy_77 select,._field_s4vyy_77 textarea,._fieldWide_s4vyy_78 input,._fieldWide_s4vyy_78 select,._fieldWide_s4vyy_78 textarea{border:1px solid var(--blue);box-sizing:border-box;border-radius:.25rem;outline:none;width:100%;padding:.5rem;font-family:Noto Sans KR,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5rem}@media (width<=960px){._pageHeader_s4vyy_13{flex-direction:column;align-items:flex-start}._formGrid_s4vyy_71{grid-template-columns:1fr}}._pageInner_1w90v_1{box-sizing:border-box;flex-direction:column;justify-content:start;align-items:center;width:100%;height:100%;padding:1.45rem;display:flex}._scrollInner_1w90v_12{min-height:0;overflow-y:auto}._filterRow_1w90v_17{flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;display:flex}._listScroll_1w90v_25{flex:1;width:100%;min-height:0;overflow-y:auto}._searchBox_1w90v_32{box-sizing:border-box;border:1px solid var(--blue);background:var(--white);border-radius:.25rem;justify-content:center;align-items:center;display:flex}._searchInput_1w90v_42{color:var(--black);background:0 0;border:none;outline:none;padding:4px}._searchIcon_1w90v_50{cursor:pointer;margin:4px}._searchIcon_1w90v_50:active{transform:scale(.95)}._select_1w90v_59{border:1px solid var(--blue);background:var(--white);height:2rem;color:var(--black);border-radius:.25rem;padding:0 .5rem}._resetButton_1w90v_68{background:var(--grey);height:2rem;color:var(--black);border-radius:.25rem;padding:0 .75rem;font-size:.75rem;font-weight:700}._searchButton_1w90v_78{background:var(--blue);height:2rem;color:var(--white);border-radius:.25rem;padding:0 .75rem;font-size:.75rem;font-weight:700}._cardGrid_1w90v_88{flex-direction:column;gap:12px;width:100%;margin-top:20px;display:flex}._card_1w90v_88{border:1px solid var(--grey);background:var(--white);box-sizing:border-box;cursor:pointer;border-radius:8px;align-items:center;gap:14px;width:100%;padding:12px;display:flex}._cover_1w90v_109{object-fit:cover;border:1px solid var(--grey);background:var(--white-grey);border-radius:6px;flex-shrink:0;width:110px;height:150px}._cardInfo_1w90v_119{flex-direction:column;flex:1;gap:6px;display:flex}._cardTitle_1w90v_126{color:var(--black);text-align:left;margin-top:0;font-size:.95rem;font-weight:700}._cardMeta_1w90v_134{color:var(--black);opacity:.75;text-align:left;margin-top:0;font-size:.78rem}._cardPrice_1w90v_142{color:var(--blue);text-align:left;margin-top:2px;font-size:.88rem;font-weight:700}._cardActions_1w90v_150{flex-direction:column;justify-content:center;align-items:stretch;gap:8px;margin-left:auto;display:flex}._buyButton_1w90v_159{background:var(--blue);min-width:92px;height:2rem;color:var(--white);border-radius:.25rem;padding:0 .9rem;font-size:.8rem;font-weight:700}._purchaseButton_1w90v_170{background:var(--green);min-width:92px;height:2rem;color:var(--white);border-radius:.25rem;padding:0 .9rem;font-size:.8rem;font-weight:700}._detailActions_1w90v_181{gap:10px;width:100%;display:flex}._detailActions_1w90v_181 ._buyButton_1w90v_159,._detailActions_1w90v_181 ._purchaseButton_1w90v_170{flex:1}._cartList_1w90v_192{flex-direction:column;gap:12px;width:100%;display:flex}._cartItem_1w90v_199{border:1px solid var(--grey);background:var(--white);box-sizing:border-box;cursor:pointer;border-radius:8px;align-items:center;gap:14px;padding:12px;display:flex}._cartInfo_1w90v_211{flex-direction:column;flex:1;gap:6px;display:flex}._cartActions_1w90v_218{flex-direction:column;align-items:flex-end;gap:8px;width:120px;margin-left:auto;display:flex}._quantityBox_1w90v_227{box-sizing:border-box;justify-content:space-between;align-items:center;width:120px;display:flex}._quantityBox_1w90v_227 button{border:1px solid var(--grey);background:var(--white);border-radius:4px;width:28px;height:28px}._removeButton_1w90v_243{box-sizing:border-box;background:var(--red);width:120px;height:2rem;color:var(--white);border-radius:.25rem;padding:0;font-size:.78rem;font-weight:700}._cartTotal_1w90v_255{justify-content:flex-end;align-items:center;gap:12px;width:100%;margin-top:16px;font-size:.95rem;font-weight:700;display:flex}._cartPurchaseButton_1w90v_266{background:var(--green);min-width:120px;height:2.25rem;color:var(--white);border-radius:.25rem;padding:0 1rem;font-size:.82rem;font-weight:700}._orderList_1w90v_277{flex-direction:column;gap:12px;width:100%;margin-top:20px;display:flex}._orderCard_1w90v_285{border:1px solid var(--grey);background:var(--white);box-sizing:border-box;border-radius:8px;width:100%;padding:14px}._orderHeader_1w90v_294{justify-content:space-between;align-items:center;gap:12px;display:flex}._orderNo_1w90v_301{color:var(--black);text-align:left;margin:0;font-size:.9rem;font-weight:700;line-height:1.4}._orderDate_1w90v_310{color:var(--black);opacity:.65;text-align:left;font-size:.78rem}._orderStatus_1w90v_317{text-align:center;flex-shrink:0;padding-left:10px;font-size:.78rem;font-weight:700;line-height:1.2;position:relative}._orderStatus_1w90v_317:before{content:"";background:var(--blue);border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}._orderStatusPaid_1w90v_339{color:var(--blue)}._orderStatusPaid_1w90v_339:before{background:var(--blue)}._orderStatusProgress_1w90v_347{color:var(--green)}._orderStatusProgress_1w90v_347:before{background:var(--green)}._orderStatusDone_1w90v_355{color:var(--black);opacity:.75}._orderStatusDone_1w90v_355:before{background:var(--black)}._orderStatusCanceled_1w90v_364{color:var(--red)}._orderStatusCanceled_1w90v_364:before{background:var(--red)}._orderFooter_1w90v_372{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}._orderMeta_1w90v_380{align-items:center;gap:8px;min-width:0;display:flex}._orderPrice_1w90v_387{color:var(--blue);flex-shrink:0;font-size:.95rem;font-weight:700}._orderSource_1w90v_394{color:var(--black);opacity:.65;font-size:.78rem}._orderSource_1w90v_394:before{content:"·";margin-right:8px}._noData_1w90v_405{text-align:center;width:100%;margin-top:20px;font-size:.875rem;font-weight:700}._titlebox_1w90v_413{background-color:var(--white);box-sizing:border-box;border-radius:4px;align-items:center;gap:8px;width:100%;padding:0 12px;font-size:14px;font-weight:700;line-height:40px;display:flex}._regdate_1w90v_427{color:var(--black);opacity:.7}._contentBox_1w90v_432{text-align:left;width:100%;margin:20px 0;overflow:auto}._detailWrap_1w90v_439{gap:20px;width:100%;margin-top:20px;display:flex}._detailImage_1w90v_446{object-fit:cover;border:1px solid var(--grey);background:var(--white);border-radius:8px;width:260px;height:340px}._detailInfo_1w90v_455{flex-direction:column;flex:1;gap:8px;display:flex}._infoRow_1w90v_462{gap:8px;font-size:.9rem;line-height:1.4rem;display:flex}._infoLabel_1w90v_469{min-width:80px;font-weight:700}._descBox_1w90v_474{border:1px solid var(--grey);background:var(--white);white-space:pre-wrap;border-radius:8px;min-height:160px;margin-top:8px;padding:12px}@media (width<=900px){._card_1w90v_88{flex-direction:column}._cover_1w90v_109{width:100%;height:240px}._cardActions_1w90v_150{margin-left:0}._cartItem_1w90v_199{flex-direction:column;align-items:flex-start}._cartActions_1w90v_218{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-left:0}._detailActions_1w90v_181{flex-direction:column}._cartTotal_1w90v_255{flex-direction:column;align-items:stretch}._orderHeader_1w90v_294,._orderFooter_1w90v_372{flex-direction:column;align-items:flex-start}._quantityBox_1w90v_227,._removeButton_1w90v_243{width:48%}._detailWrap_1w90v_439{flex-direction:column}._detailImage_1w90v_446{width:100%;height:320px}}._topBar_jsw3f_1{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}._topBar_jsw3f_1 select{border:1px solid var(--blue);background:var(--white,#fff);border-radius:.25rem;flex-shrink:0;width:12.5rem;height:2.5rem;margin-right:.63rem;padding:0 .75rem;font-weight:700}._titleBar_jsw3f_21{background:#3973df;border-radius:2.875rem;justify-content:center;align-items:center;width:auto;max-width:30rem;margin-top:1.5rem;padding:.33333rem 1.83333rem;display:flex}._titleBar_jsw3f_21 span{color:#fff;letter-spacing:-.05rem;font-family:Pretendard Bold,serif;font-size:2rem;font-style:normal;font-weight:600;line-height:140%}._unitAddButton_jsw3f_43{width:7.5625rem;height:1.875rem;color:var(--white);text-align:center;background:#3973df;border:none;border-radius:.25rem;flex-shrink:0;margin-left:auto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._unitsLayout_jsw3f_59{scrollbar-width:none;-ms-overflow-style:none;background:#fff;border:12px solid #3973df;border-radius:2.66667rem;grid-template-columns:repeat(4,1fr);gap:.82rem;width:45.4rem;min-width:45.4rem;height:100%;margin-top:1.5rem;padding:2.67rem;display:grid;overflow-y:auto}._unitsLayout_jsw3f_59::-webkit-scrollbar{display:none}._unitBox_jsw3f_80{background:var(--white);cursor:pointer;box-sizing:border-box;border:2px solid #0000;border-radius:.625rem;flex-direction:column;flex-shrink:0;justify-content:center;height:3rem;padding:.68rem;transition:border-color .1s;display:flex;overflow:hidden}._unitBox_jsw3f_80:hover{border:2px solid #3973df}._unitBox_jsw3f_80:active{transform:scale(.95)}._unitBox_jsw3f_80 img{object-fit:cover;border:none;outline:none;flex:1;height:9.4rem}._unitTitleBox_jsw3f_112{text-align:left;flex-direction:row;justify-content:start;align-items:center;width:100%;height:2.677rem;display:flex}._unitTitleBox_jsw3f_112 p{white-space:nowrap;color:#111;margin-left:.85rem;font-family:Pretendard,serif;font-size:.66667rem;font-style:normal;line-height:140%;overflow:hidden}._contextMenu_jsw3f_133{z-index:1000;background-color:var(--white);border:1px solid var(--blue);border-radius:.25rem;flex-shrink:0;width:8.5rem;position:absolute}._contextMenu_jsw3f_133 div{cursor:pointer;text-align:center;color:var(--black);padding:5px;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}._contextMenu_jsw3f_133 div:hover{background-color:#0c82bf47}._verbSelector_1dzmy_1{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._title_1dzmy_10{text-align:center;letter-spacing:-.14125rem;font-family:Pretendard Bold,serif;font-size:4.70833rem;font-style:normal;line-height:normal}._timelineLayoutBg_1dzmy_19{flex-direction:column;justify-content:center;align-items:center;width:62rem;height:auto;margin-top:3.92rem;display:flex;position:relative}._timelineLayoutBg_1dzmy_19 ._lineBg_1dzmy_30{z-index:0;width:100%;height:auto;position:absolute;top:50%;left:0;transform:translateY(-50%)}._timelineLayout_1dzmy_19{z-index:1;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;height:21rem;display:flex}._verbNameBox_1dzmy_50{cursor:pointer;flex-flow:column wrap;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex}._verbNameBox_1dzmy_50:active{transform:scale(.95)}._verbNameBox2_1dzmy_65{cursor:pointer;flex-flow:column wrap;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex}._verbNameBox2_1dzmy_65:active{transform:scale(.95)}._verbName_1dzmy_50{color:#fff;text-align:center;letter-spacing:-.04375rem;border:2px dashed #fff;border-radius:2.5rem;flex-shrink:0;justify-content:center;align-items:center;width:7.41667rem;height:3rem;font-family:Pretendard,serif;font-size:1.45833rem;font-style:normal;font-weight:600;line-height:normal;display:flex}._verbSubName_1dzmy_99{text-align:center;letter-spacing:-.04125rem;margin-top:.71rem;font-family:Pretendard Bold,serif;font-size:1.375rem;font-style:normal;font-weight:800;line-height:normal}._verbSubName2_1dzmy_110{text-align:center;letter-spacing:-.04125rem;margin-bottom:.71rem;font-family:Pretendard Bold,serif;font-size:1.375rem;font-style:normal;font-weight:800;line-height:normal}
