.hamburger-cont{position:absolute;z-index:999;display:none}.hamburger-cont .menu-lines{position:absolute;display:block;height:24px;width:24px;padding:4px 2px;right:34px;z-index:2;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.hamburger-cont .menu-lines .line{height:2px;width:20px;background:#333;border-radius:4px}.hamburger-cont .menu-lines .line:nth-child(1){transform-origin:0% 0%;transition:transform .25s;margin:0 auto}.hamburger-cont .menu-lines .line:nth-child(2){transition:transform .2s ease-in-out}.hamburger-cont .menu-lines .line:nth-child(3){transform-origin:0% 100%;transition:transform .25s;margin:0 auto}.hamburger-cont input[type=checkbox]:checked~.menu-lines .line:nth-child(1){transform:translate(4px, 0px) rotate(45deg)}.hamburger-cont input[type=checkbox]:checked~.menu-lines .line:nth-child(2){transform:scaleY(0)}.hamburger-cont input[type=checkbox]:checked~.menu-lines .line:nth-child(3){transform:translate(4px, 0px) rotate(-45deg)}.hamburger-cont .btn-checkbox{cursor:pointer;position:absolute;height:24px;width:24px;right:34px;margin:0;z-index:5;opacity:0}@media(max-width: 1280px){.hamburger-cont{position:static;display:flex;margin-left:30px;align-items:center;gap:16px;width:24px !important}.hamburger-cont{display:flex;align-items:center;gap:16px}.btn-checkbox{display:flex;align-items:center;justify-content:center}.hamburger-cont .menu-lines{position:relative !important;width:24px !important}.hamburger-cont .menu-lines .line{display:block}}
#root{height:100%;margin:0;padding:0}#wrap{height:100%;display:flex;flex-direction:column;position:relative}.ik-sticky-cont{position:sticky;top:0;left:0;width:100%;height:auto;min-height:fit-content;z-index:999}.file-cont{overflow:auto;scrollbar-width:none;transition:margin-left .25s ease;background-color:#fff;width:100%;height:100%;-ms-overflow-style:none}.file-cont::-webkit-scrollbar{display:none}.file-cont .ant-breadcrumb ol{display:flex;align-items:center;gap:8px;padding:8px}.file-cont .ant-breadcrumb ol li{display:flex;align-items:center;justify-content:center;height:fit-content;margin:0;font:500 16px/1.5 "Noto Sans KR",sans-serif;letter-spacing:.8px}.file-cont .ant-breadcrumb ol li a{display:block;height:fit-content;color:var(--color-black-sub_666)}.file-cont .ant-breadcrumb ol li a:hover{position:relative;background-color:initial;text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--color-black-sub_666)}.file-cont .ant-breadcrumb ol li span{font-weight:800;color:var(--color-black-main_333)}.file-cont .ant-breadcrumb ol li img{margin-top:2px}.file-cont .table_filter{padding:0;width:100%;height:56px;display:flex;flex-direction:row;justify-content:flex-start;box-sizing:border-box;gap:24px;padding:8px;margin:16px 0 !important;align-items:center}.file-cont .table_filter .ant-btn-default{display:flex;height:40px;border:1px solid rgba(0,0,0,0);outline:1px solid var(--color-black-main_333);background:var(--color-white-main_fff) !important;color:var(--color-black-main_333) !important;padding:8px 16px;gap:8px;text-align:center;font:normal 400 14px/16px "Noto Sans KR",sans-serif;border-radius:24px;justify-content:center;align-items:center}.file-cont .table_filter .ant-btn-default:hover{background:var(--color-gray-sub_f9) !important}#dim{position:absolute;top:0px;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:999}#sideNav{position:fixed;user-select:none;border-right:solid 1px var(--color-gray-sub_ef);z-index:99;font-family:"Noto Sans KR",sans-serif;height:-webkit-fill-available}#sideNav .storage_container{display:block}#sideNav.open .storage_container{display:none}#sideNav.open .sideNav_inner{width:56px;transition:width .25s ease}#sideNav.open .sideNav_inner details ul{display:none}#sideNav .sideNav_inner{display:flex;flex-direction:column;overflow-y:auto;width:256px;background-color:var(--color-white-main_fff);padding:8px;overflow-x:hidden;transition:width .25s ease;height:100%}#sideNav .sideNav_inner::-webkit-scrollbar{width:4px}#sideNav .sideNav_inner:hover::-webkit-scrollbar{display:block}#sideNav .sideNav_inner::-webkit-scrollbar-track{background:var(--color-gray-sub_f9)}#sideNav .sideNav_inner::-webkit-scrollbar-thumb{background:rgba(169,169,169,.5);border-radius:6px}#sideNav .sideNav_inner::-webkit-scrollbar-thumb:hover{background:var(--color-gray-main_a9)}#sideNav .sideNav_inner button.menu_btn{padding:0 4px;border:none;outline:none;background-color:rgba(0,0,0,0);pointer-events:auto;margin-bottom:8px}#sideNav .sideNav_inner button.menu_btn img{width:30px;height:30px;object-fit:cover}#sideNav .sideNav_inner details{margin-bottom:10px}#sideNav .sideNav_inner details summary{background-color:var(--color-white-main_fff);border-radius:4px;display:flex;align-items:center;gap:16px;line-height:1;width:228px;height:40px;padding:0 8px;color:var(--color-black-sub_666);font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#sideNav .sideNav_inner details summary i{flex:1 0 auto;justify-content:flex-end;display:flex}#sideNav .sideNav_inner details summary i img{transform:rotate(180deg);transition:transform .3s}#sideNav .sideNav_inner details[open] summary{background-color:var(--color-gray-sub_ef);color:var(--color-black-main_333);font-weight:500;width:100%}#sideNav .sideNav_inner details[open] summary i img{transform:scaleX(1)}#sideNav .sideNav_inner details.nav_dropdown[open] summary{width:100%;background-color:var(--color-gray-sub_ef);color:var(--color-black-main_333);font-weight:500}#sideNav .sideNav_inner details.nav_dropdown[open] summary.acodian{background-color:var(--color-white-main_fff)}#sideNav .sideNav_inner details.nav_dropdown[open] summary img{width:24px;height:24px;object-fit:cover}#sideNav .sideNav_inner details ul{display:flex;flex-direction:column;gap:0}#sideNav .sideNav_inner details ul.general li input{display:none}#sideNav .sideNav_inner details ul.general li input:checked+label{background-color:var(--color-gray-sub_ef);color:var(--color-black-main_333);font-weight:500;border-radius:4px}#sideNav .sideNav_inner details ul.general li label{display:flex;flex:1 0 auto;padding:8px 8px 8px 48px;justify-content:flex-start;align-items:center;gap:8px;border-radius:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:stretch;text-decoration:none;line-height:24px;color:var(--color-black-sub_666);font-size:12px;font-weight:400}#sideNav .sideNav_inner details ul.general li label[for=storage]{display:flex;align-items:flex-start;flex-direction:column;gap:8px;position:relative;pointer-events:none !important}#sideNav .sideNav_inner details ul.general li label[for=storage] img{position:absolute;left:28px;top:50%;transform:translateY(-50%)}#sideNav .sideNav_inner details ul.general li .progress_bar{width:100%;display:flex;gap:8px;flex-direction:column;align-self:stretch;padding-inline:32px}#sideNav .sideNav_inner details ul.general li .progress_bar progress{width:100%;height:4px;-webkit-appearance:none;appearance:none}#sideNav .sideNav_inner details ul.general li .progress_bar progress::-webkit-progress-bar{border-radius:4px;background-color:var(--color-gray-sub_ef)}#sideNav .sideNav_inner details ul.general li .progress_bar progress::-webkit-progress-value{background-color:var(--color-main);border-radius:4px}#sideNav .sideNav_inner details ul.general li .progress_bar progress.high-progress::-webkit-progress-value{background-color:var(--color-main)}#sideNav .sideNav_inner details ul.general li .progress_bar .progress_bar_capacity{display:flex;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:22px}#sideNav .sideNav_inner details ul.general li .progress_bar .progress_bar_capacity p{color:var(--color-black-sub_666)}#sideNav .sideNav_inner details ul.general li .progress_bar .progress_bar_capacity span{color:var(--color-gray-main_a9)}#sideNav .sideNav_inner details ul.details_whiteBg li{display:flex;gap:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1 1 auto}#sideNav .sideNav_inner details ul.details_whiteBg li input[type=radio]{display:none}#sideNav .sideNav_inner details ul.details_whiteBg li input[type=radio]:checked+label{background-color:var(--color-white-main_fff);color:var(--color-point);font-weight:500;border-radius:4px}#sideNav .sideNav_inner details ul.details_whiteBg li input[type=radio]:checked+label[for=connect] img:first-child{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcFBhdGg9InVybCgjY2xpcDBfMjIxMF80Njg2NCkiPgo8cGF0aCBkPSJNMi4yNTY1IDkuNzQzNUMzLjUxMjUgMTAuOTM5NSA1LjAwOCAxMC40NjEgNS42MDY1IDkuOTc2NUM1LjkxNTUgOS43MjYgNi4wNTUgOS41NjQgNi4xNzQ1IDkuNDQ0QzYuNTkzIDkuMDU1NSA2LjU2NjUgOC42NjY1IDYuMjk0NSA4LjM1NTVDNi4xODUgOC4yMzEgNS40ODY1IDcuNTYgNC44MTY1IDYuODcyQzQuNDY5NSA2LjUyNSA0LjIzMDUgNi4yOCA0LjAyNTUgNi4wODJDMy43NTIgNS44MDkgMy41MTI1IDUuNDk2IDMuMTUzNSA1LjUwNUMyLjgyNDUgNS41MDUgMi41ODU1IDUuNzk1IDIuMjg2IDYuMDk0NUMxLjk0MiA2LjQzODUgMS42ODggNi44NzIgMS41OTg1IDcuMjYxQzEuMzI5IDguMzk3NSAxLjc0OCA5LjIwNSAyLjI1NjUgOS43NDM1Wk0yLjI1NjUgOS43NDM1TDEgMTAuOTk5NU05Ljc0MzUgMi4yNTc1QzguNDg3IDEuMDYwNSA2Ljk5NjUgMS41NDc1IDYuMzk4NSAyLjAzMjVDNi4wODg1IDIuMjgzNSA1Ljk0OTUgMi40NDU1IDUuODI5NSAyLjU2NTVDNS40MTEgMi45NTQ1IDUuNDM3NSAzLjM0MzUgNS43MSAzLjY1NDVDNS43NDkgMy42OTk1IDUuODY1IDMuODE0NSA2LjAyNzUgMy45NzY1TTkuNzQzNSAyLjI1NzVDMTAuMjUyIDIuNzk2IDEwLjY3NjUgMy42MTI1IDEwLjQwNyA0Ljc1QzEwLjMxNyA1LjEzOSAxMC4wNjMgNS41NzI1IDkuNzE5IDUuOTE3QzkuNDIgNi4yMTYgOS4xODA1IDYuNTA2NSA4Ljg1MTUgNi41MDY1QzguNDkyNSA2LjUxNTUgOC4zMDY1IDYuMjU1NSA4LjAzMiA1Ljk4MjVNOS43NDM1IDIuMjU3NUwxMSAxTTYuMDI3NSAzLjk3NjVDNi4zMTggNC4yNjQgNi43NTkgNC42OTc1IDcuMTg4IDUuMTM4NUM3LjUzNSA1LjQ4NTUgNy44MjcgNS43ODQ1IDguMDMyIDUuOTgyTDcuMjUxIDYuNzQ0TTYuMDI3NSAzLjk3NjVMNS4yNTYgNC43NTI1IiBzdHJva2U9IiMxNDczRTYiIHN0cm9rZVdpZHRoPSIwLjgiIHN0cm9rZUxpbmVjYXA9InJvdW5kIiBzdHJva2VMaW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMjEwXzQ2ODY0Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)}#sideNav .sideNav_inner details ul.details_whiteBg li input[type=radio]:checked+label[for=connect] i img:first-of-type{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDhWMTYiIHN0cm9rZT0iIzE0NzNFNiIgc3Ryb2tlV2lkdGg9IjEuNSIgc3Ryb2tlTGluZWNhcD0icm91bmQiIHN0cm9rZUxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCAxMkgxNiIgc3Ryb2tlPSIjMTQ3M0U2IiBzdHJva2VXaWR0aD0iMS41IiBzdHJva2VMaW5lY2FwPSJyb3VuZCIgc3Ryb2tlTGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}#sideNav .sideNav_inner details ul.details_whiteBg li label{max-width:240px;display:flex;flex:1 0 auto;padding:8px 8px 8px 48px;justify-content:flex-start;align-items:center;gap:8px;align-self:stretch;text-decoration:none;line-height:24px;font-size:12px;font-weight:400}#sideNav .sideNav_inner details ul.details_whiteBg li label p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;max-width:75%;width:fit-content}#sideNav .sideNav_inner details ul.details_whiteBg li label[for=connect]{position:relative;display:flex;justify-content:space-between;width:fit-content}#sideNav .sideNav_inner details ul.details_whiteBg li label[for=connect]>svg{position:absolute;left:28px;top:50%;transform:translateY(-50%)}#sideNav .sideNav_inner details ul.general_fold{display:none;width:192px;background-color:#fff;right:-8px;top:calc(18% - 8px);position:absolute;transform:translateX(100%);padding:8px;border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);z-index:99999}#sideNav .sideNav_inner details ul.general_fold li input{display:none}#sideNav .sideNav_inner details ul.general_fold li input:checked+label{background-color:var(--color-gray-sub_ef);color:var(--color-black-main_333);font-weight:500;border-radius:4px}#sideNav .sideNav_inner details ul.general_fold li label{display:flex;flex:1 0 auto;padding:8px;justify-content:flex-start;align-items:center;gap:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:stretch;text-decoration:none;line-height:24px;color:var(--color-black-sub_666);font-size:12px;font-weight:400}#sideNav .sideNav_inner details ul.general_fold li label[for=storage]{display:flex;align-items:flex-start;flex-direction:column;gap:8px;position:relative;pointer-events:none;padding-left:28px}#sideNav .sideNav_inner details ul.general_fold li label[for=storage] img{position:absolute;left:8px;top:50%;transform:translateY(-50%)}#sideNav .sideNav_inner details ul.general_fold li label:hover{background-color:unset}#sideNav .sideNav_inner details ul.general_fold li .progress_bar{width:100%;display:flex;gap:8px;flex-direction:column;align-self:stretch;padding-inline:28px 28px}#sideNav .sideNav_inner details ul.general_fold li .progress_bar progress{width:100%;height:4px;-webkit-appearance:none;appearance:none}#sideNav .sideNav_inner details ul.general_fold li .progress_bar progress::-webkit-progress-bar{border-radius:4px;background-color:var(--color-gray-sub_ef)}#sideNav .sideNav_inner details ul.general_fold li .progress_bar progress::-webkit-progress-value{background-color:var(--color-point);border-radius:4px}#sideNav .sideNav_inner details ul.general_fold li .progress_bar .progress_bar_capacity{display:flex;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:22px}#sideNav .sideNav_inner details ul.general_fold li .progress_bar .progress_bar_capacity p{color:var(--color-black-sub_666)}#sideNav .sideNav_inner details ul.general_fold li .progress_bar .progress_bar_capacity span{color:var(--color-gray-main_a9)}#sideNav .sideNav_inner details ul.whiteBg_fold{display:none;width:192px;background-color:#fff;right:-8px;top:calc(43% + 4px);position:absolute;transform:translateX(100%);padding:8px;border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);z-index:99999}#sideNav .sideNav_inner details ul.whiteBg_fold li{display:flex;gap:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1 1 auto}#sideNav .sideNav_inner details ul.whiteBg_fold li input[type=radio]{display:none}#sideNav .sideNav_inner details ul.whiteBg_fold li input[type=radio]:checked+label{background-color:var(--color-white-main_fff);color:var(--color-point);font-weight:500;border-radius:4px}#sideNav .sideNav_inner details ul.whiteBg_fold li input[type=radio]:checked+label[for=connect] img:first-child{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcFBhdGg9InVybCgjY2xpcDBfMjIxMF80Njg2NCkiPgo8cGF0aCBkPSJNMi4yNTY1IDkuNzQzNUMzLjUxMjUgMTAuOTM5NSA1LjAwOCAxMC40NjEgNS42MDY1IDkuOTc2NUM1LjkxNTUgOS43MjYgNi4wNTUgOS41NjQgNi4xNzQ1IDkuNDQ0QzYuNTkzIDkuMDU1NSA2LjU2NjUgOC42NjY1IDYuMjk0NSA4LjM1NTVDNi4xODUgOC4yMzEgNS40ODY1IDcuNTYgNC44MTY1IDYuODcyQzQuNDY5NSA2LjUyNSA0LjIzMDUgNi4yOCA0LjAyNTUgNi4wODJDMy43NTIgNS44MDkgMy41MTI1IDUuNDk2IDMuMTUzNSA1LjUwNUMyLjgyNDUgNS41MDUgMi41ODU1IDUuNzk1IDIuMjg2IDYuMDk0NUMxLjk0MiA2LjQzODUgMS42ODggNi44NzIgMS41OTg1IDcuMjYxQzEuMzI5IDguMzk3NSAxLjc0OCA5LjIwNSAyLjI1NjUgOS43NDM1Wk0yLjI1NjUgOS43NDM1TDEgMTAuOTk5NU05Ljc0MzUgMi4yNTc1QzguNDg3IDEuMDYwNSA2Ljk5NjUgMS41NDc1IDYuMzk4NSAyLjAzMjVDNi4wODg1IDIuMjgzNSA1Ljk0OTUgMi40NDU1IDUuODI5NSAyLjU2NTVDNS40MTEgMi45NTQ1IDUuNDM3NSAzLjM0MzUgNS43MSAzLjY1NDVDNS43NDkgMy42OTk1IDUuODY1IDMuODE0NSA2LjAyNzUgMy45NzY1TTkuNzQzNSAyLjI1NzVDMTAuMjUyIDIuNzk2IDEwLjY3NjUgMy42MTI1IDEwLjQwNyA0Ljc1QzEwLjMxNyA1LjEzOSAxMC4wNjMgNS41NzI1IDkuNzE5IDUuOTE3QzkuNDIgNi4yMTYgOS4xODA1IDYuNTA2NSA4Ljg1MTUgNi41MDY1QzguNDkyNSA2LjUxNTUgOC4zMDY1IDYuMjU1NSA4LjAzMiA1Ljk4MjVNOS43NDM1IDIuMjU3NUwxMSAxTTYuMDI3NSAzLjk3NjVDNi4zMTggNC4yNjQgNi43NTkgNC42OTc1IDcuMTg4IDUuMTM4NUM3LjUzNSA1LjQ4NTUgNy44MjcgNS43ODQ1IDguMDMyIDUuOTgyTDcuMjUxIDYuNzQ0TTYuMDI3NSAzLjk3NjVMNS4yNTYgNC43NTI1IiBzdHJva2U9IiMxNDczRTYiIHN0cm9rZVdpZHRoPSIwLjgiIHN0cm9rZUxpbmVjYXA9InJvdW5kIiBzdHJva2VMaW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMjEwXzQ2ODY0Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)}#sideNav .sideNav_inner details ul.whiteBg_fold li input[type=radio]:checked+label[for=connect] i img:first-of-type{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDhWMTYiIHN0cm9rZT0iIzE0NzNFNiIgc3Ryb2tlV2lkdGg9IjEuNSIgc3Ryb2tlTGluZWNhcD0icm91bmQiIHN0cm9rZUxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCAxMkgxNiIgc3Ryb2tlPSIjMTQ3M0U2IiBzdHJva2VXaWR0aD0iMS41IiBzdHJva2VMaW5lY2FwPSJyb3VuZCIgc3Ryb2tlTGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}#sideNav .sideNav_inner details ul.whiteBg_fold li label{display:flex;padding:8px 8px 8px 28px;justify-content:flex-start;align-items:center;gap:8px;align-self:stretch;text-decoration:none;line-height:24px;font-size:12px;font-weight:400;width:fit-content;overflow:hidden}#sideNav .sideNav_inner details ul.whiteBg_fold li label:hover{background-color:unset}#sideNav .sideNav_inner details ul.whiteBg_fold li label p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:fit-content;max-width:fit-content}#sideNav .sideNav_inner details ul.whiteBg_fold li label[for=connect]{position:relative;display:flex;padding-left:28px;justify-content:space-between;flex:1 0 auto}#sideNav .sideNav_inner details ul.whiteBg_fold li label[for=connect]>svg{position:absolute;left:8px;top:50%;transform:translateY(-50%)}#sideNav .sideNav_inner details:not([open]) summary{width:100%;background-color:var(--color-white-main_fff)}#sideNav .sideNav_inner details:not([open]) summary img{width:24px;height:24px;object-fit:cover}#sideNav .sideNav_inner .storage_container{position:absolute;width:100%;width:fit-content;min-width:240px;bottom:60px;box-sizing:border-box}#sideNav .sideNav_inner .storage_container #storage input{display:none}#sideNav .sideNav_inner .storage_container #storage input:checked+label{background-color:var(--color-gray-sub_ef);color:var(--color-black-main_333);font-weight:500;border-radius:4px}#sideNav .sideNav_inner .storage_container #storage label{display:flex;flex:1 0 auto;padding:8px 32px;justify-content:flex-start;align-items:center;gap:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:stretch;text-decoration:none;line-height:24px;color:var(--color-black-sub_666);font-size:12px;font-weight:400}#sideNav .sideNav_inner .storage_container #storage label[for=storage]{display:flex;align-items:flex-start;flex-direction:column;gap:8px;position:relative;pointer-events:none !important}#sideNav .sideNav_inner .storage_container #storage label[for=storage] img{position:absolute;left:28px;top:50%;transform:translateY(-50%)}#sideNav .sideNav_inner .storage_container #storage .progress_bar{width:100%;display:flex;gap:8px;flex-direction:column;align-self:stretch;padding-inline:32px}#sideNav .sideNav_inner .storage_container #storage .progress_bar progress{width:100%;height:4px;-webkit-appearance:none;appearance:none}#sideNav .sideNav_inner .storage_container #storage .progress_bar progress::-webkit-progress-bar{border-radius:4px;background-color:var(--color-gray-sub_ef)}#sideNav .sideNav_inner .storage_container #storage .progress_bar progress::-webkit-progress-value{background-color:var(--color-main);border-radius:4px}#sideNav .sideNav_inner .storage_container #storage .progress_bar progress.high-progress::-webkit-progress-value{background-color:var(--color-main)}#sideNav .sideNav_inner .storage_container #storage .progress_bar .progress_bar_capacity{display:flex;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:22px}#sideNav .sideNav_inner .storage_container #storage .progress_bar .progress_bar_capacity p{color:var(--color-black-sub_666)}#sideNav .sideNav_inner .storage_container #storage .progress_bar .progress_bar_capacity span{color:var(--color-gray-main_a9)}.cdc-header{position:sticky;z-index:1;top:0;text-align:right;line-height:1.5;transition:all .3s;z-index:999}.cdc-header #header{position:sticky;top:0;width:100%;flex:0 0 64px;min-width:320px;height:64px;z-index:999;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cdc-header #header .header_inner{width:100%;margin:0 auto;padding:0 32px;display:flex;height:64px;justify-content:space-between;align-items:center;border-bottom:1px solid #efefef;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(8px)}.cdc-header #header .header_inner h1 a{display:flex;align-items:center;gap:16px;color:#333;font-size:14px;font-weight:400;line-height:normal}.cdc-header #header .header_inner h1 a img{height:32px}.cdc-header #header .header_inner h1 a p{position:relative;display:flex;align-items:baseline;gap:8px;font-family:"Montserrat",sans-serif}.cdc-header #header .header_inner h1 a p b{color:#333;text-align:center;font-size:20px;font-weight:700;line-height:normal}.cdc-header #header .header_inner b{color:var(--color-black-main_333);text-align:center;font-size:20px;font-weight:700;line-height:normal}.cdc-header #header .header_inner .header_right{display:flex;align-items:center;gap:16px}.cdc-header #header .header_inner .header_right .search{width:208px;height:32px;display:flex;gap:16px;border:1px solid var(--color-gray-main_a9);padding:4px 8px;border-radius:16px}.cdc-header #header .header_inner .header_right .search input{width:100%;border:1px solid rgba(0,0,0,0);outline:none;cursor:text;font-size:14px;font-weight:400;line-height:normal;padding:0;margin:0;background-color:rgba(0,0,0,0)}.cdc-header #header .header_inner .header_right .search input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;height:16px;width:16px;background-size:contain}.cdc-header #header .header_inner .header_right .search input::placeholder{color:var(--color-gray-main_a9)}.cdc-header #header .header_inner .header_right .search button{border:none;pointer-events:auto;background-color:rgba(0,0,0,0);padding:0;display:flex;align-items:center}.cdc-header #header .header_inner .header_right .search button img{width:24px;height:24px;object-fit:contain}.cdc-header #header .header_inner .header_right .lang{display:flex;justify-content:center;position:relative;cursor:pointer}.cdc-header #header .header_inner .header_right .lang .lang_btn{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);padding:2px;margin:0;width:24px !important;height:24px !important;border-radius:4px;box-sizing:border-box}.cdc-header #header .header_inner .header_right .lang ul{position:absolute;z-index:9999999;flex-direction:column;top:40px;transform:translateX(0%);background-color:var(--color-white-main_fff);border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);padding:4px}.cdc-header #header .header_inner .header_right .lang ul li{width:100%;text-align:center;padding:2px 4px;border-radius:2px}.cdc-header #header .header_inner .header_right .lang ul li:hover{background-color:#efefef}.cdc-header #header .header_inner .header_right .lang ul li div{display:flex;font-size:14px;font-weight:500;padding:4px 8px;border-radius:4px}.cdc-header #header .header_inner .header_right .lang ul li div .lang_btn{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);padding:2px;margin:0;width:24px;height:24px;border-radius:4px}.cdc-header #header .header_inner .header_right .lang ul li div:hover{background-color:var(--color-main)}.cdc-header #header .header_inner .header_right .lang ul li div.lang_select{background-color:var(--color-main);color:var(--color-white-main_fff)}.cdc-header #header .header_inner .header_right .myPage{position:relative;display:flex;align-items:center;gap:16px}.cdc-header #header .header_inner .header_right .myPage .myPage_btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;aspect-ratio:1/1;padding:0;margin:0;border:none;outline:none;background-color:rgba(0,0,0,0);border-radius:50%;overflow:hidden;transition:opacity .1s ease-in}.cdc-header #header .header_inner .header_right .myPage .myPage_btn:hover{opacity:1}.cdc-header #header .header_inner .header_right .myPage .myPage_btn.active{opacity:1}.cdc-header #header .header_inner .header_right .myPage .myPage_profile{position:absolute;width:200px;padding:24px;background-color:var(--color-white-main_fff);top:40px;right:0;display:flex;justify-content:center;flex-direction:column;align-items:center;border-radius:16px;z-index:999999;box-shadow:0 0 8px 0 rgba(0,0,0,.1)}.cdc-header #header .header_inner .header_right .myPage .myPage_profile.active{display:flex}.cdc-header #header .header_inner .header_right .myPage .myPage_profile .profile_close{all:unset;position:absolute;top:24px;right:24px;transform:translate(50%, -50%);cursor:pointer}.cdc-header #header .header_inner .header_right .myPage .myPage_profile i{display:flex;align-items:center;justify-content:center;width:82px;height:82px;object-fit:contain;border-radius:50%;border:1px solid var(--color-gray-main_a9);overflow:hidden}.cdc-header #header .header_inner .header_right .myPage .myPage_profile i img{width:100%;height:100%;object-fit:contain}.cdc-header #header .header_inner .header_right .myPage .myPage_profile span{color:var(--color-black-sub_666);font-size:12px;font-weight:400;line-height:22px;letter-spacing:-0.24px;padding-block:8px;width:100%;text-align:center;border-bottom:1px solid var(--color-gray-sub_ef)}.cdc-header #header .header_inner .header_right .myPage .myPage_profile ul{display:flex;flex-direction:column;justify-content:center;margin-top:24px;gap:16px}.cdc-header #header .header_inner .header_right .myPage .myPage_profile ul li a{display:flex;align-items:center;gap:8px;width:100%;text-align:center;cursor:pointer;color:var(--color-black-main_333);font-size:14px;font-weight:400;line-height:22px}@media screen and (max-width: 1280px){.cdc-header #header .header_inner{padding:0 32px}.cdc-header #header .header_inner .header_right{gap:16px}.cdc-header #header .header_inner .header_right .myPage .myPage_profile{right:-72px}.cdc-header #header .header_inner .header_right .hamburger-cont{position:relative;margin:0;width:24px}.cdc-header #header .header_inner .header_right .hamburger-cont .btn-checkbox{right:0}.cdc-header #header .header_inner .header_right .hamburger-cont .menu-lines{right:0}#sideNav{position:absolute;width:0;display:block;transition:height .3s ease}#sideNav .storage_container{display:none}#sideNav.m_nav-open{width:100% !important}#sideNav.m_nav-open .storage_container{display:block;width:fit-content}#sideNav.m_nav-open .storage_container #storage label{padding-inline:8px}#sideNav.m_nav-open .storage_container #storage .progress_bar{padding-inline:8px}#sideNav .sideNav_inner{width:100% !important;height:100%;padding:0}#sideNav details ul{display:flex !important}#sideNav .sideNav_inner .menu_btn{display:none}#sideNav.m_nav-open .sideNav_inner{height:100%;padding:10px}.file-cont .breadcrumb-wrap{padding-left:0 !important}.file-cont .table_filter{margin-left:16px}}@media screen and (max-width: 1023px){.search{display:none !important}.cdc-header #header .header_inner{padding:0 16px}.cdc-header #header .header_inner h1 a p{display:none}}@keyframes moveFadeOut{0%{opacity:1;transform:translateX(0)}100%{opacity:1;transform:translateX(12px)}}.context-menu{position:fixed;z-index:1000;border:1px solid #d9d9d9;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.drag-cont{position:absolute;display:flex;inset:0;background-color:rgba(0,0,0,.5);align-items:center;justify-content:center;color:#fff;font-size:2em;z-index:9999}.scroll-container{height:500px;overflow-y:auto}
#loginWeb{padding-block:64px 32px;height:100vh;overflow:auto}#loginWeb *{transition:all .25s ease-in;box-sizing:border-box}#loginWeb .login_inner{height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}#loginWeb .login_inner::-webkit-scrollbar{display:none}#loginWeb .home__title--wrap{display:flex;flex-direction:column;background-color:#f4f4f4;width:100%}#loginWeb .home__title--wrap .home__title{position:relative;display:flex;flex-direction:row;width:100%;gap:24px;padding:32px;z-index:1;max-width:1280px;margin:0 auto}#loginWeb .home__title--wrap .home__title .home__title--left{display:flex;flex-direction:column;gap:32px;justify-content:space-between;color:#333}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--desc{display:grid;gap:24px;padding-block:32px}#loginWeb .home__title--wrap .home__title .home__title--left h2{font:400 32px/normal "Noto Sans KR",sans-serif}#loginWeb .home__title--wrap .home__title .home__title--left span{font:400 16px/1.5 "Noto Sans KR",sans-serif}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn{display:flex;gap:16px;width:fit-content}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button{display:flex;width:160px;height:48px;justify-content:center;align-items:center;gap:8px;border-radius:24px;font:700 16px/normal "Noto Sans KR",sans-serif}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-login{background:#e43d4f;color:#fff}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-login:hover{background-color:#a61b2a}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-login:hover img{animation:moveFadeOut 1s cubic-bezier(0.1, 0, 0.1, 1) forwards}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-signup{border:1px solid #333}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-signup img{filter:grayscale(1) brightness(0)}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-signup:hover{color:#e43d4f;border-color:#e43d4f}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button.home__title--btn-signup:hover img{filter:grayscale(0);animation:moveFadeOut 1s cubic-bezier(0.1, 0, 0.1, 1) forwards}#loginWeb .home__title--wrap .home__title .home__title--right{display:flex;align-items:center;justify-content:center;flex:1 0 0}#loginWeb .home__title--wrap .home__title .home__title--right img{width:100%;height:100%;object-fit:contain}#loginWeb .home__title--wrap .home__content{display:flex;flex-direction:column;width:100%;gap:24px;padding:32px;max-width:1280px;margin:0 auto}#loginWeb .home__title--wrap .home__content .home__content--title{display:flex;padding-left:16px;align-items:center;gap:10px;color:#333;font:700 24px/32px "Noto Sans KR",sans-serif;border-left:3px solid #e43d4f}#loginWeb .home__title--wrap .home__content .home__content--info{background-color:#666;font:700 24px/normal "Noto Sans KR",sans-serif;display:flex;padding:32px 80px;gap:32px}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item{display:flex;gap:32px}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item .home__content--info-item-desc{display:grid}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item>img{display:block;min-width:88px;height:88px;object-fit:contain}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item h3{font:400 20px/normal "Noto Sans KR",sans-serif;color:#fff;margin-bottom:16px}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item p{font:300 16px/24px "Noto Sans KR",sans-serif;margin-bottom:24px;color:#e4e4e4;word-break:keep-all;word-wrap:break-word}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item a{display:flex;font:400 16px/normal "Noto Sans KR",sans-serif;color:#fff;align-items:center;gap:8px;width:fit-content;color:#4fc3f7}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item a:hover img{animation:moveFadeOut .5s cubic-bezier(0.1, 0, 0.1, 1) forwards}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item a img{width:12px;height:12px;filter:invert(67%) sepia(72%) saturate(845%) hue-rotate(168deg) brightness(101%) contrast(98%)}#loginWeb .home__etc--wrap{display:flex;width:100%;max-width:1280px;margin:0 auto;height:fit-content;flex:1 0 auto}#loginWeb .home__etc--wrap .home__etc{display:flex;flex-direction:row;justify-content:flex-start;padding:32px;width:100%;flex-wrap:wrap;box-sizing:border-box}#loginWeb .home__etc--wrap .home__etc .home__etc--list{display:flex;flex-direction:column;gap:8px;padding:16px;flex:0 0 auto;width:20%}#loginWeb .home__etc--wrap .home__etc .home__etc--list.home__etc--count{display:flex;flex-direction:column;gap:16px;flex:1 0 auto;width:25%;color:#333;display:none}#loginWeb .home__etc--wrap .home__etc .home__etc--list.home__etc--count .count{display:flex;flex-direction:column;gap:4px;text-align:center}#loginWeb .home__etc--wrap .home__etc .home__etc--list.home__etc--count .count p{display:block;font:400 16px/normal "Noto Sans KR",sans-serif}#loginWeb .home__etc--wrap .home__etc .home__etc--list.home__etc--count .count p span{font-weight:700;color:#e43d4f}#loginWeb .home__etc--wrap .home__etc .home__etc--list h4{font:700 20px/normal "Noto Sans KR",sans-serif;color:#333}#loginWeb .home__etc--wrap .home__etc .home__etc--list ul{display:flex;flex-direction:column;gap:8px}#loginWeb .home__etc--wrap .home__etc .home__etc--list ul li a{font:400 16px/normal "Noto Sans KR",sans-serif;color:#333}#loginWeb .home__etc--wrap .home__etc .home__etc--list .home__etc--list-logo{display:flex;align-items:center;gap:8px}#loginWeb .home__etc--wrap .home__etc .home__etc--list .home__etc--list-logo p{position:relative;display:flex;align-items:baseline;gap:8px;text-wrap:nowrap;font-family:"Montserrat",sans-serif}#loginWeb .home__etc--wrap .home__etc .home__etc--list .home__etc--list-logo p b{color:#333;text-align:center;font:700 1.25rem/normal "Montserrat",sans-serif}#loginWeb .home__etc--wrap .home__etc .home__etc--list .home__etc--list-logo img{height:24px;object-fit:contain}#login_header{position:fixed;top:0;width:100%;z-index:9999}#login_header .header_inner{width:100%;margin:0 auto;padding:0 32px;display:flex;height:64px;justify-content:space-between;align-items:center;border-bottom:1px solid #efefef;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(8px)}#login_header h1 a{display:flex;align-items:center;gap:16px;color:#333;font-size:14px;font-weight:400;line-height:normal}#login_header h1 a img{height:32px}#login_header h1 a p{position:relative;display:flex;align-items:baseline;gap:8px;font-family:"Montserrat",sans-serif;line-height:20px}#login_header h1 a p b{color:#333;text-align:center;font-size:20px;font-weight:700;line-height:normal}#login_header h1 img{height:24px;object-fit:contain}#login_header .header_right{display:flex;align-items:center;gap:16px}#login_header .header_right .lang{display:flex;justify-content:center;position:relative}#login_header .header_right .lang .lang_btn{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);padding:2px;margin:0;width:24px;height:24px;border-radius:4px;box-sizing:border-box}#login_header .header_right .lang .lang_btn img{width:100%;height:100%;filter:grayscale(1) brightness(0)}#login_header .header_right .lang ul{position:absolute;flex-direction:column;top:calc(100% + 6px);transform:translateX(0%);background-color:#fff;border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);padding:4px;color:#333}#login_header .header_right .lang ul li{width:100%;text-align:center}#login_header .header_right .lang ul li a{font-size:14px;display:flex;padding:4px 8px;border-radius:4px}#login_header .header_right .lang ul li a.eng{margin-top:4px}#login_header .header_right .lang ul li a:hover{background-color:var(--color-main);color:#fff}#login_header .header_right .lang ul li a.lang_select{background-color:var(--color-main);color:#fff}#login_header .header_right .LoginProfile{width:24px;height:24px;display:flex}#login_header .header_right .LoginProfile img{width:100%;height:100%;object-fit:contain}.home_container{height:100vh;margin-left:256px}.home_container.open{margin-left:56px}.home_container .home_inner{position:relative;width:100%;overflow-y:auto}.home_container .home_inner::-webkit-scrollbar{display:none}.home_container .home_inner article{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:48px;margin:0 auto;width:100%;padding:48px 32px}.home_container .home_inner article.home-welcome{background-color:#fcf9f6}.home_container .home_inner article figure.banner{position:relative;width:100%;border-radius:16px;overflow:hidden;aspect-ratio:4/1}.home_container .home_inner article figure.banner img{top:0;left:0;width:100%;height:100%;object-fit:cover}.home_container .home_inner article figure.banner figcaption{position:absolute;bottom:50%;right:50%;display:flex;justify-content:center;align-items:center;transform:translate(50%, 50%);gap:16px;width:100%}.home_container .home_inner article figure.banner figcaption p{display:flex;align-items:flex-end;flex-wrap:nowrap;font:400 clamp(16px, 2vw, 48px)/normal Montserrat;gap:8px}.home_container .home_inner article figure.banner figcaption p span{text-align:center;font:700 clamp(20px, 2.5vw, 64px)/normal Montserrat}.home_container .home_inner article figure.banner figcaption img{width:clamp(18px,2vw,48px);height:auto;object-fit:cover}.home_container .home_inner article .title_wrap{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.home_container .home_inner article .title_wrap h2{color:var(--color-black-main_333);font:600 40px/normal Montserrat}.home_container .home_inner article .title_wrap p{color:#666;flex-grow:1;font:400 16px/150% "Noto Sans KR";margin-top:24px}.home_container .home_inner .start_btn{margin-top:4rem;display:flex;padding:.75rem 2.5rem;font-size:1rem;justify-content:center;align-items:center;gap:8px;border-radius:32px;background:var(--CADIAN-COLOR, #e43d4f);color:var(--color-white-main_fff)}.home_container .home_inner .start_btn img{width:16px;height:auto}.home_container .home_inner .start_btn:hover{background-color:#a61b2a}.home_container .home_inner .start_btn:hover img{animation:moveFadeOut 1s cubic-bezier(0.1, 0, 0.1, 1) forwards}.home_container .direct_links{display:flex;flex-direction:row;justify-content:space-between;background-color:var(--color-white-main_fff)}.home_container .direct_links article{display:flex;flex-direction:column;justify-content:center;gap:32px;align-items:flex-start}.home_container .direct_links article h3{display:flex;padding-left:16px;align-items:center;gap:10px;color:var(--color-black-main_333);font:700 1.5rem/2rem "Noto Sans KR";border-left:3px solid var(--color-main)}.home_container .direct_links article ul{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;height:100%}.home_container .direct_links article ul li{display:flex;flex:1;height:100%;width:calc((100% - 48px)/3)}.home_container .direct_links article ul li a{align-items:center;flex-grow:1}.home_container .direct_links article ul li a:hover figure{box-shadow:0 0 8px 0 rgba(0,0,0,.1)}.home_container .direct_links article ul li a:hover figure .link_btn_icon{background:#f8f3ec}.home_container .direct_links article ul li a:hover figure img{opacity:1}.home_container .direct_links article ul li a figure{border-radius:16px;border:1.5px solid var(--color-gray-sub_f9);overflow:hidden;height:100%;flex-grow:1}.home_container .direct_links article ul li a figure .link_btn_icon{display:flex;justify-content:center;align-items:center;width:100%;height:188px;overflow:hidden;background-color:var(--color-gray-sub_f9)}.home_container .direct_links article ul li a figure img{height:112px;object-fit:cover;opacity:.5}.home_container .direct_links article ul li a figure figcaption{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:24px;gap:16px}.home_container .direct_links article ul li a figure figcaption h4{color:#333;font:700 1.25rem/1.5rem "Noto Sans KR";text-transform:capitalize}.home_container .direct_links article ul li a figure figcaption p{color:#666;font:400 1rem/1.5rem "Noto Sans KR"}@media(max-width: 1023px){.home_container .direct_links article ul{flex-wrap:wrap;flex-direction:column}.home_container .direct_links article ul li{width:100%}}#footer{position:fixed !important;bottom:0;width:100%;z-index:99}#footer .footer_inner{display:flex;width:100%;height:32px;padding:0 32px;justify-content:space-between;flex-shrink:0;align-self:stretch;border-top:1px solid #efefef;background-color:#fff;align-items:center}#footer .footer_inner span{color:#333;font:400 12px/normal "Montserrat",sans-serif}#footer .footer_inner p{color:#666;font:400 12px/normal "Montserrat",sans-serif}@media(max-width: 1280px){.home_container{margin-left:0}}@media(max-width: 1023px){html{font-size:14px}#header .header_inner{padding:0 24px}.file-cont .home_inner article{padding:32px 16px;gap:32px}.file-cont .home_inner article h3{font:700 20px/24px "Noto Sans KR"}.file-cont .home_inner article figure.banner{border-radius:8px}.file-cont .home_inner article .title_wrap h2{font-size:24px}.file-cont .home_inner article .title_wrap p{margin-top:16px;font-size:14px}.file-cont .home_inner article .title_wrap .start_btn{font-size:14px}.home__etc--list{flex:1 !important;width:initial !important}#footer .footer_inner{padding:0 24px !important;gap:2px;justify-content:center !important;flex-direction:column;align-items:flex-start !important}#footer .footer_inner p{display:none}#loginWeb .home__title--wrap .home__title{flex-direction:column-reverse;padding:24px}#loginWeb .home__title--wrap .home__title .home__title--right{display:none}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn{flex-direction:column}#loginWeb .home__title--wrap .home__title .home__title--left .home__title--btn button{width:144px}#loginWeb .home__title--wrap .home__content{padding:24px}#loginWeb .home__title--wrap .home__content .home__content--info{padding:32px;flex-direction:column;gap:48px}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item{gap:16px;flex-direction:column}#loginWeb .home__title--wrap .home__content .home__content--info .home__content--info-item>img{transition:none;max-width:64px;min-width:64px;height:64px}#loginWeb .home__etc--wrap .home__etc{flex-direction:column;flex-wrap:wrap;width:100%;padding:24px}.home_container{margin-left:0}.home_container .direct_links article ul{gap:16px}.home_container .direct_links article ul li{height:fit-content !important}.home_container .direct_links article ul li a figure{display:flex;flex-direction:column}.home_container .direct_links article ul li a figure figcaption{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:24px;gap:16px}}@keyframes moveFadeOut{0%{opacity:1;transform:translateX(0)}100%{opacity:1;transform:translateX(12px)}}
#modal_submit_complete{position:absolute;top:0 !important;right:50%;transform:translate(50%, 0%) !important;z-index:1000;display:flex;display:none;flex-direction:column;align-items:center;gap:4px;box-sizing:border-box}#modal_submit_complete .submit_fail_success{right:0;top:0;flex-direction:column;gap:4px;width:208px;border-radius:8px;border:solid 1px #dfdfdf;background:#fff;padding:16px;display:flex;flex-direction:column;gap:4px;box-sizing:border-box;height:auto}#modal_submit_complete .submit_fail_success .file_info{display:flex;flex-direction:column;align-items:flex-start;gap:8px;justify-content:space-between;font-family:"Noto Sans KR";width:100%}#modal_submit_complete .submit_fail_success .file_info h3{display:flex;align-items:center;gap:8px;overflow:hidden;width:100%}#modal_submit_complete .submit_fail_success .file_info h3 span{color:#333;font-size:12px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#modal_submit_complete .submit_fail_success .file_info h3 img{width:32px;height:24px}#modal_submit_complete .submit_fail_success .file_info p{color:var(--color-black-sub_666);font-size:10px;font-weight:400}#modal_submit_complete .submit_fail_success .file_progress{display:flex;align-items:center;gap:16px}#modal_submit_complete .submit_fail_success .file_progress progress{width:100%;height:4px;border-radius:16px;background-color:#f0f0f0;appearance:none;overflow:hidden}#modal_submit_complete .submit_fail_success .file_progress progress::-webkit-progress-bar{background-color:rgba(82,196,26,.1)}#modal_submit_complete .submit_fail_success .file_progress progress::-webkit-progress-value{background-color:#52c41a}#modal_submit_complete .submit_fail_success .file_progress progress::-webkit-progress-inner-element{background-color:#f0f0f0}#modal_submit_complete .submit_fail_success .file_progress p{color:#52c41a;font-size:12px;font-weight:700}#modal_submit_complete .submit_fail_success span{color:#666;font-size:10px;font-weight:700}.search_results .search_results-breadcrumb{font-size:16px;font-weight:400 !important;display:flex}.search_results .search_results-breadcrumb .ant-typography{font-weight:400 !important}.search_results .search_result-table{width:100%;display:flex;box-sizing:border-box}.search_results .search_result-table a{position:relative;display:flex;align-items:center;justify-content:center}.search_results .search_result-table a path{fill:var(--color-gray-main_333)}.search_results .search_result-table a:hover path{fill:var(--color-main)}.search_results .search_result-table.breadcrumb{display:flex;gap:8px;height:fit-content;color:var(--color-gray-main_333);font-family:"Noto Sans KR";font-size:16px;font-weight:700;line-height:normal}.search_results .search_result-table.breadcrumb p{font-weight:400;font-size:14px;color:var(--color-black-main_333)}.search_results .search_result-table.breadcrumb p span{font-weight:700;color:var(--color-main)}.search_results .search_result-table.breadcrumb p span.search_result_count{color:#000}.search_results .search_result-table details{display:flex;width:100%;height:fit-content;box-sizing:border-box;flex-direction:column;gap:30px;user-select:none}.search_results .search_result-table details summary{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #111}.search_results .search_result-table details summary span{display:flex;font-size:12px;font-weight:700;line-height:1.75;gap:8px;align-items:flex-end}.search_results .search_result-table details summary span .location_name{font-size:16px;color:var(--color-black-main_333);display:flex;align-items:center;gap:8px}.search_results .search_result-table details summary span .result-count{all:unset;color:var(--color-main)}.search_results .search_result-table details[open] summary{border-radius:4px 4px 0 0}.search_results .search_result-table details[open] summary>svg{rotate:180deg}.search_results .search_result-table details .table-layout{all:unset;flex:1 0 0;display:flex;flex-direction:column;width:100%;height:fit-content;border-collapse:collapse;display:flex;flex-direction:column}.search_results .search_result-table details .table-layout .action{display:flex;justify-content:space-between;background-color:var(--color-gray-sub_f9);align-items:center;padding:8px}.search_results .search_result-table details .table-layout .action p{display:block;padding:8px}.search_results .search_result-table details .table-layout .action ul{display:flex;gap:16px}.search_results .search_result-table details .table-layout .action ul li a{display:flex;align-items:center;gap:8px;padding:8px;border-radius:4px;font-size:12px;font-weight:400;color:var(--color-gray-main_33)}.search_results .search_result-table details .table-layout .action ul li a.share{opacity:.2;pointer-events:none}.search_results .search_result-table details .table-layout .action ul li a:hover{background-color:var(--color-gray-sub_ef)}.search_results .search_result-table details .table-layout .action ul li a:hover svg path{fill:var(--color-black-main_333)}.search_results .search_result-table details .table-layout table{display:flex;flex-direction:column;width:100%;height:100%;border-collapse:collapse}.search_results .search_result-table details .table-layout table thead{max-width:100%;border-bottom:1px solid rgba(169,169,169,.5);border-top:1px solid var(--color-gray-sub_ef)}.search_results .search_result-table details .table-layout table tr{width:100%;display:flex;justify-content:space-between;gap:32px;align-items:center;padding:8px;box-sizing:border-box}.search_results .search_result-table details .table-layout table tr.no_search_result{display:flex;justify-content:center}.search_results .search_result-table details .table-layout table tr.no_search_result td{display:flex;flex-direction:column}.search_results .search_result-table details .table-layout table tr td,.search_results .search_result-table details .table-layout table tr th{display:flex;text-align:left;align-items:center;justify-content:space-between;padding:8px;color:var(--color-black-main_333);font-size:14px;gap:8px;box-sizing:border-box}.search_results .search_result-table details .table-layout table tr td p,.search_results .search_result-table details .table-layout table tr th p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;align-items:center;gap:8px;justify-content:flex-start;flex-grow:1;width:fit-content}.search_results .search_result-table details .table-layout table tr td i,.search_results .search_result-table details .table-layout table tr th i{display:block;min-width:16px;min-height:16px}.search_results .search_result-table details .table-layout table tr td i img,.search_results .search_result-table details .table-layout table tr th i img{object-fit:contain;width:100%;height:100%}.search_results .search_result-table details .table-layout table tr td img,.search_results .search_result-table details .table-layout table tr th img{z-index:999;display:block;width:7px;height:10px;background-color:var(--color-gray-main_33)}.search_results .search_result-table details .table-layout table tr td input[type=checkbox]:checked,.search_results .search_result-table details .table-layout table tr th input[type=checkbox]:checked{accent-color:var(--color-main) !important}.search_results .search_result-table details .table-layout table tr td input[type=checkbox]:hover,.search_results .search_result-table details .table-layout table tr th input[type=checkbox]:hover{border-color:var(--color-main);border-radius:4px !important}.search_results .search_result-table details .table-layout table tr td.name,.search_results .search_result-table details .table-layout table tr th.name{display:flex;min-width:320px;max-width:50%;padding:8px;flex:1 1 50%;position:relative}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap{display:flex;flex-direction:column;justify-content:center !important;gap:4px;width:100%;height:100%;flex-grow:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_desc,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_desc{display:block;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_desc:hover,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_desc:hover{text-decoration:underline;overflow:hidden;text-overflow:ellipsis}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_desc:hover::after,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_desc:hover::after{position:absolute;content:"file name description";display:flex;white-space:nowrap;align-items:center;border-radius:4px;top:-4px;background-color:rgba(51,51,51,.75);color:var(--color-white-main_fff);left:80px;width:fit-content;padding:4px 8px;line-height:16px;font-weight:500;text-overflow:ellipsis;font-size:14px;transform:translate(0, -50%);z-index:1000;opacity:0;animation:fadeIn 0s .5s forwards}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap span.name_crumb,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap span.name_crumb{position:relative;display:flex;gap:8px;align-items:center;width:100%;flex-grow:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--color-gray-main_a9);font-weight:400;font-size:12px;padding-bottom:4px}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap span.name_crumb:hover,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap span.name_crumb:hover{color:var(--color-black-sub_666);transition:color .3s ease-in-out}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap span.name_crumb em,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap span.name_crumb em{all:unset;display:flex;align-items:center;gap:8px;width:fit-content}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap span.name_crumb em:last-child svg,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap span.name_crumb em:last-child svg{display:none}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap span.name_crumb svg,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap span.name_crumb svg{display:flex;min-width:4px;min-height:10px;width:4px;height:10px}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_crumb-hover,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_crumb-hover{position:absolute;bottom:-24px;width:100%;left:80px;z-index:99999;overflow:visible;visibility:visible;padding-top:0;opacity:1}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_crumb-hover .inner,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_crumb-hover .inner{display:flex;width:fit-content;align-items:center;gap:4px;padding:4px;background-color:#fff;color:var(--color-black-main_333);border-radius:4px;line-height:16px;font-weight:500;opacity:0;font-size:12px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);animation:fadeIn .25s .5s forwards}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_crumb-hover .inner a,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_crumb-hover .inner a{padding:4px 8px;border-radius:4px}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_crumb-hover .inner a:last-child svg,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_crumb-hover .inner a:last-child svg{display:none}.search_results .search_result-table details .table-layout table tr td.name .name_crumb_wrap .name_crumb-hover .inner a:hover,.search_results .search_result-table details .table-layout table tr th.name .name_crumb_wrap .name_crumb-hover .inner a:hover{background-color:var(--color-main);color:var(--color-white-main_fff)}.search_results .search_result-table details .table-layout table tr td.date,.search_results .search_result-table details .table-layout table tr th.date{display:flex;min-width:144px;padding:8px;flex:1 0 144px;height:fit-content;align-items:center}.search_results .search_result-table details .table-layout table tr td.type,.search_results .search_result-table details .table-layout table tr th.type{display:flex;min-width:96px;padding:10px;flex:1 0 96px}.search_results .search_result-table details .table-layout table tr td.size,.search_results .search_result-table details .table-layout table tr th.size{display:flex;min-width:96px;padding:10px;flex:1 0 96px}.search_results .search_result-table details .table-layout table tr td:not(th).owner:hover,.search_results .search_result-table details .table-layout table tr th:not(th).owner:hover{position:relative;text-decoration:underline;overflow:visible}.search_results .search_result-table details .table-layout table tr td:not(th).owner:hover::after,.search_results .search_result-table details .table-layout table tr th:not(th).owner:hover::after{position:absolute;content:"cadian@gmail.com";display:flex;white-space:nowrap;align-items:center;border-radius:4px;top:-8px;background-color:rgba(51,51,51,.75);color:var(--color-white-main_fff);right:0;width:fit-content;padding:2px 8px;line-height:16px;font-weight:500;text-overflow:ellipsis;font-size:14px;height:20px;transform:translate(0, -50%);z-index:1000}.search_results .search_result-table details .table-layout table tr td{display:flex;justify-content:space-between;gap:16px}.search_results .search_result-table details .table-layout table tr td:last-child{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:fit-content}.search_results .search_result-table details .table-layout table tr td:last-child p{display:block;justify-content:flex-start;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search_results .search_result-table details .table-layout table tr td:last-child img{width:32px;height:32px}.search_results .search_result-table details .table-layout table tr td img{display:block;object-fit:contain;width:64px;height:48px}.ant-modal-wrap .move-warp{padding:0 !important}.ant-modal-wrap .move-warp .move-list-title{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:16px 0;text-align:center}.ant-modal-wrap .move-warp .move-back-cont .ant-btn{padding:8px !important;width:100% !important;justify-content:flex-start;gap:8px !important;margin-block:16px 8px;cursor:pointer !important;height:40px !important;border:none !important;background:none !important;box-shadow:none !important}.ant-modal-wrap .move-warp .move-back-cont .ant-btn .ant-btn-icon{background-image:url(/1fc7d12b2ed240593ee2.png);background-size:cover;padding:8px !important;height:fit-content}.ant-modal-wrap .move-warp .move-back-cont .ant-btn .ant-btn-icon img{width:16px !important}.ant-modal-wrap .move-warp .move-back-cont .ant-btn span:nth-child(2){color:#a9a9a9;font-weight:500;font-size:14px;padding:8px}.ant-modal-wrap .move-warp .move-back-cont .ant-btn.ant-btn-default{cursor:not-allowed}.ant-modal-wrap .move-warp .move-back-cont .ant-btn.ant-btn-default:hover{color:var(--color-main) !important}.ant-modal-wrap .move-warp .move-back-cont:hover .ant-btn-icon{background-image:url(/e5ce86431cf866cef22d.png)}.ant-modal-wrap .move-warp .move-back-cont:hover span:nth-child(2){color:#333}.ant-modal-wrap .move-warp .ant-typography{font:400 1rem/normal "Noto Sans KR",sans-serif}.ant-modal-wrap .move-warp .move-list-warp{height:300px;overflow-y:auto}.ant-modal-wrap .move-warp .move-list-warp::-webkit-scrollbar{width:4px}.ant-modal-wrap .move-warp .move-list-warp::-webkit-scrollbar-track{background:var(--color-gray-sub_f9)}.ant-modal-wrap .move-warp .move-list-warp::-webkit-scrollbar-thumb{background:rgba(169,169,169,.5);border-radius:6px}.ant-modal-wrap .move-warp .move-list-warp::-webkit-scrollbar-thumb:hover{background:var(--color-gray-main_a9)}.ant-modal-wrap .move-warp .move-list-warp:hover::-webkit-scrollbar{display:block}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item{border:none;color:#eee !important;opacity:.3;padding:0 !important}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item:hover{background-color:#efefef}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item.folder{color:#333 !important;opacity:1}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item.folder .ant-list-item-meta-title .ant-typography{color:#333 !important}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item .ant-list-item-meta{padding:8px;align-items:center}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item .ant-list-item-meta:hover{background-color:#f9f9f9}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item .ant-list-item-meta-avatar{display:flex;align-items:center;justify-content:space-between;margin:0 !important;padding:8px}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item .ant-list-item-meta-content .ant-list-item-meta-title{margin:0 !important}.ant-modal-wrap .move-warp .move-list-warp .ant-list-item .ant-list-item-meta-content .ant-list-item-meta-title .ant-typography{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px}.ant-modal-wrap .move-warp .ant-btn{border-color:#333 !important;box-shadow:none}.ant-modal-wrap .move-warp .ant-btn:hover{border-color:#333 !important;color:#333 !important}.ant-modal-wrap .move-warp .ant-btn.ant-btn-primary{color:#fff;font-size:14px;background-color:var(--color-main);border:none}.ant-modal-wrap .move-warp .ant-btn.ant-btn-primary:hover{color:#fff !important;background-color:var(--color-main)}.ant-modal-wrap .delete-modal-warp{width:520px !important;padding:0 !important}.ant-modal-wrap .delete-modal-warp p{font-weight:600}.ant-modal-wrap .delete-modal-warp .anticon{display:none}.ant-modal-wrap .ant-modal-confirm{max-width:100%}.ant-modal-wrap .ant-modal-confirm-paragraph{max-width:100% !important;gap:24px}.ant-modal-wrap .ant-modal-confirm-content{padding-block:24px;border-block:1px solid rgba(51,51,51,.25);text-align:center;font-size:1rem}.ant-modal-wrap .ant-modal-confirm-btns{margin-top:24px}.ant-modal-wrap .ant-modal-confirm-btns button.ant-btn{padding:8px 32px !important;height:40px;border-radius:24px}.ant-modal-wrap .ant-modal-confirm-btns button.ant-btn:hover{border:1px solid #a61b2a !important;color:#a61b2a !important}.ant-modal-wrap .ant-modal-confirm-btns button.ant-btn:is(.ant-btn-dangerous,.ant-btn-primary){border:0 !important;background-color:var(--color-main) !important;color:#fff !important}.ant-modal-wrap .ant-modal-confirm-btns button.ant-btn:is(.ant-btn-dangerous,.ant-btn-primary):hover{background-color:#a61b2a !important;color:#fff !important}.ant-modal-wrap .ant-modal-confirm .anticon{display:none}.ant-modal-wrap .create-folder{padding:0 !important;top:calc(50% - 352px) !important}.ant-modal-wrap .create-folder .ant-modal-body{padding:0}.ant-modal-wrap .create-folder .ant-modal-body .ant-input{border:none;border-bottom:1px solid var(--color-main);border-radius:0;background:rgba(0,0,0,0);outline:none;box-shadow:none}.ant-modal-wrap .create-folder .ant-modal-body .ant-space{width:100%}.ant-modal-wrap .create-folder .ant-modal-footer{justify-content:flex-end}.ant-modal-wrap .create-folder .ant-modal-footer button{margin:0 !important}.ant-modal-wrap .create-folder .ant-modal-footer button:is(.ant-btn-default,.ant-btn-link){padding:8px 24px !important;margin-right:8px !important}.ant-modal-wrap .create-folder .ant-btn{border-color:#333 !important;box-shadow:none}.ant-modal-wrap .create-folder .ant-btn:hover{border-color:#333 !important;color:#333 !important}.ant-modal-wrap .create-folder .ant-btn.ant-btn-primary{color:#fff;font-size:14px;background-color:var(--color-main);border:none}.ant-modal-wrap .create-folder .ant-btn.ant-btn-primary:hover{color:#fff !important;background-color:var(--color-main)}.ant-modal-content{display:flex;flex-direction:column;justify-content:center;height:100%;width:480px !important;margin:0 auto;gap:24px;padding:24px !important;border-radius:24px !important}.ant-modal-content .ant-modal-close{top:16px;right:16px}.ant-modal-content .ant-modal-header{margin-bottom:0 !important}.ant-modal-content .ant-modal-header .ant-typography{font:bold 1rem/normal "Noto Sans KR",sans-serif}.ant-modal-content .ant-modal-body{font-size:16px !important;line-height:1;color:#333 !important}.ant-modal-content .ant-modal-body .ant-space{width:100%}.ant-modal-content .ant-modal-body .ant-typography{display:flex;flex-direction:column;align-items:center;justify-content:center;border-block:1px solid #ddd;width:100%;padding:24px 0 !important;font-size:inherit;line-height:inherit;color:inherit !important;line-height:1.5}.ant-modal-content .ant-modal-body .ant-typography p{margin:0;font-weight:600}.ant-modal-content .ant-modal-body input{display:flex;border:none;border-bottom:1px solid #ddd;border-radius:0;background:rgba(0,0,0,0);padding:4px 16px !important;outline:0;box-shadow:none;cursor:text;font-size:inherit;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ant-modal-content .ant-modal-body input~.ant-typography{display:none}.ant-modal-content .ant-modal-body .back-button{width:100%;height:fit-content;padding:8px 16px !important;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;background-color:#fff;border:none;margin-bottom:16px;transition:background .3s ease-in-out;gap:8px}.ant-modal-content .ant-modal-body .back-button .back-button-icon{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:8px;box-sizing:content-box;background:url(/1fc7d12b2ed240593ee2.png) no-repeat center center;background-size:16px}.ant-modal-content .ant-modal-body .back-button .back-button-text{transition:color .3s ease-in-out;padding:8px}.ant-modal-content .ant-modal-body .back-button:hover .back-button-icon{background:url(/e5ce86431cf866cef22d.png) no-repeat center center;background-size:16px;transform:translateX(-4px);transition:transform .3s ease-in-out}.ant-modal-content .ant-modal-body .back-button:hover .back-button-text{color:#333 !important;font-weight:700}.ant-modal-content .ant-modal-body .ant-list-items{display:flex;flex-direction:column;gap:4px}.ant-modal-content .ant-modal-body .ant-list-items .list-item{padding:0 !important;border:none !important;border-radius:32px}.ant-modal-content .ant-modal-body .ant-list-items .list-item.selected-item{background-color:#efefef;color:#fff;border:1px solid #f8b1b1}.ant-modal-content .ant-modal-body .ant-list-items .list-item.selected-item:hover{background-color:#efefef;box-shadow:none}.ant-modal-content .ant-modal-body .ant-list-items .list-item:hover{background-color:#f9f9f9;box-shadow:none}.ant-modal-content .ant-modal-body .ant-list-items .ant-list-item-meta-title{margin:0 !important}.ant-modal-content .ant-modal-body .ant-list-items .ant-list-item-meta{display:flex;align-items:center !important;justify-content:flex-start;gap:8px;padding:8px 16px;border:none !important;align-items:center}.ant-modal-content .ant-modal-body .ant-list-items .ant-list-item-meta .ant-list-item-meta-avatar{display:flex;align-items:center;justify-content:center;margin:0 !important;padding:8px !important;width:32px;height:32px}.ant-modal-content .ant-modal-body .ant-list-items .ant-list-item-meta .ant-list-item-meta-avatar svg{width:100%;height:100%}.ant-modal-content .ant-modal-body .ant-list-items .ant-list-item-meta .ant-typography{display:block;align-items:center;justify-content:flex-start;padding:8px !important;border:none !important;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#333 !important;font-weight:400}.ant-modal-content .ant-modal-footer{margin-top:16px !important;display:flex;justify-content:flex-end;gap:8px !important}.ant-modal-content .ant-modal-footer button{height:40px;padding:8px 32px !important;margin:0 !important;border-radius:24px}.ant-modal-content .ant-modal-footer button.ant-btn-default:hover{border-color:var(--color-main) !important}.ant-modal-content .ant-modal-footer button.ant-btn-primary,.ant-modal-content .ant-modal-footer button.ant-btn-dangerous{background-color:var(--color-main) !important;color:#fff !important;border:none !important}.ant-modal-content .ant-modal-footer button.ant-btn-primary:hover,.ant-modal-content .ant-modal-footer button.ant-btn-dangerous:hover{background-color:var(--color-main-hover) !important;color:#fff !important}.ant-modal-content .ant-modal-footer button.modal-add-folder-btn{color:#333 !important;margin-right:auto !important;border:1px solid #333 !important}.ant-modal-content .ant-modal-footer button.modal-add-folder-btn:hover{background-color:#efefef !important;color:#333 !important;border:1px solid #333 !important}@media(max-width: 1023px){.ant-modal{width:100% !important;padding-bottom:0}.ant-modal .ant-modal-content{padding:16px !important;width:100% !important;gap:16px !important}.ant-modal .ant-modal-content .ant-modal-body .back-button{margin-bottom:px !important}}.cdc-notification{font-family:"Noto Sans KR"}.cdc-notification .ant-notification-notice-wrapper{border-radius:17px;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05)}
*{box-sizing:border-box;margin:0;padding:0}*::before,*::after{box-sizing:border-box}h1{font-size:16px}button{all:unset;pointer-events:auto;cursor:pointer}input,label,summary{pointer-events:auto;cursor:pointer}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img,svg{max-width:100%;vertical-align:middle;border:none}body,html{font-family:"Noto Sans KR",sans-serif;line-height:1.5;height:100dvh;font-size:16px;margin:0;overflow:hidden;overscroll-behavior-x:none}:root{--color-main: #e43d4f;--color-main-hover: #a61b2a;--color-point: #1473e6;--color-black-main_333: #333;--color-black-sub_666: #666;--color-gray-main_a9: #a9a9a9;--color-gray-sub_ef: #efefef;--color-gray-sub_f9: #f9f9f9;--color-white-main_fff: #fff}
#table_section,.search_results{transition:margin-left .25s ease;padding-inline:32px;display:block;position:relative;margin-left:256px;padding-top:16px}#table_section.open,.search_results.open{margin-left:56px}#table_section .action-bar-wrap .action-button-wrap,.search_results .action-bar-wrap .action-button-wrap{display:flex;justify-content:space-between;background-color:var(--color-gray-sub_f9);background-color:#fff;align-items:center;width:100%;padding:8px;flex:1 0 0;border-radius:8px}#table_section .action-bar-wrap .action-button-wrap .table-action-count,.search_results .action-bar-wrap .action-button-wrap .table-action-count{display:flex;color:#333;padding:8px;text-wrap:nowrap}#table_section .action-bar-wrap .action-button-wrap .table-action-count .mobile-checkbox-area,.search_results .action-bar-wrap .action-button-wrap .table-action-count .mobile-checkbox-area{display:none}#table_section .action-bar-wrap .action-button-wrap .action-button-list,.search_results .action-bar-wrap .action-button-wrap .action-button-list{display:flex;gap:8px;flex-wrap:wrap}#table_section .action-bar-wrap .action-button-wrap .action-button-list .action-button,.search_results .action-bar-wrap .action-button-wrap .action-button-list .action-button{margin:0 !important;display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:16px;font-size:12px;font-weight:400;color:var(--color-gray-main_33);background-color:rgba(0,0,0,0);box-shadow:none}#table_section .action-bar-wrap .action-button-wrap .action-button-list .action-button:hover,.search_results .action-bar-wrap .action-button-wrap .action-button-list .action-button:hover{background-color:#f4f4f4;cursor:pointer}#table_section .action-bar-wrap .action-button-wrap .action-button-list .action-button.delete-button img,.search_results .action-bar-wrap .action-button-wrap .action-button-list .action-button.delete-button img{filter:invert(29%) sepia(75%) saturate(2848%) hue-rotate(335deg) brightness(98%) contrast(92%)}#table_section .action-bar-wrap .action-button-wrap .action-button-list .action-button.share-button,.search_results .action-bar-wrap .action-button-wrap .action-button-list .action-button.share-button{opacity:.25;cursor:not-allowed}#table_section .action-bar-wrap .action-button-wrap .action-button-list .action-button.share-button:hover,.search_results .action-bar-wrap .action-button-wrap .action-button-list .action-button.share-button:hover{background-color:rgba(0,0,0,0)}#table_section .ant-table-wrapper .ant-spin-container,.search_results .ant-table-wrapper .ant-spin-container{display:flex;justify-content:space-between;flex-direction:column;height:100%;flex-grow:1}#table_section .ant-table-wrapper .ant-spin-container .ant-table,.search_results .ant-table-wrapper .ant-spin-container .ant-table{scrollbar-color:initial !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header{z-index:998}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-column-sorter-down.active,#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-column-sorter-up.active,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-column-sorter-down.active,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-column-sorter-up.active{color:var(--color-main)}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead{width:fit-content}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead .ant-table-cell,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead .ant-table-cell{background:#fff !important;border-block:1px solid #efefef;border-radius:0 !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead .ant-table-cell .ant-checkbox-wrapper,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead .ant-table-cell .ant-checkbox-wrapper{display:none !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead .ant-table-cell .ant-table-selection-column,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header .ant-table-thead .ant-table-cell .ant-table-selection-column{padding:16px}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-column-sort,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-column-sort{background:none}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-btn-default:hover,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-btn-default:hover{color:initial}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell-row-hover,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell-row-hover{background:#f9f9f9 !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell-row-hover .ant-checkbox-inner,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell-row-hover .ant-checkbox-inner{border-color:var(--color-main)}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-row-selected,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-row-selected{background:#efefef !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-row-selected .ant-table-cell,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-row-selected .ant-table-cell{background:#efefef !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell{border-bottom:inherit;background:#fff !important;box-sizing:border-box;padding:8px !important;text-align:left}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item{width:100% !important;display:flex !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item:first-of-type,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item:first-of-type{width:100%}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item .file-list-button,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item .file-list-button{height:fit-content}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item button.ant-btn,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item button.ant-btn{width:100%;display:flex !important;text-overflow:ellipsis !important;overflow:hidden !important;justify-content:flex-start;margin-right:32px;padding:0 !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item button.ant-btn svg,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item button.ant-btn svg{min-width:20px;min-height:20px}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item button.ant-btn>span,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .ant-space-item button.ant-btn>span{display:inline-block !important;width:100%;text-overflow:ellipsis !important;overflow:hidden !important;white-space:nowrap !important;text-align:left}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .anticon-star,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-space .anticon-star{position:absolute;top:50%;right:16px;transform:translate(0, -50%);width:14px;height:14px}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell:hover button.ant-btn span,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell:hover button.ant-btn span{position:relative;text-decoration:underline}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell:hover button.ant-btn.file-list-button,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell:hover button.ant-btn.file-list-button{position:relative}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell:hover button.ant-btn.file-list-button::after,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell:hover button.ant-btn.file-list-button::after{position:absolute;top:-28px;left:0;padding:2px 6px;background:rgba(0,0,0,.75);color:#fff;border-radius:4px;font-size:12px;content:attr(data-hover-text);white-space:nowrap;z-index:9999}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-btn:focus-visible,#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-checkbox-input:focus-visible,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-btn:focus-visible,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-checkbox-input:focus-visible{outline:var(--color-main) solid var(--color-main)}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-checkbox-input:focus-visible,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-checkbox-input:focus-visible{box-shadow:none}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-input,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-cell .ant-input{border:none;border-bottom:1px solid var(--color-main);border-radius:0;background:rgba(0,0,0,0);outline:none;box-shadow:none}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-checkbox-checked .ant-checkbox-inner,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--color-main) !important;border:var(--color-main)}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .trash-file-name,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .trash-file-name{padding:0 !important;position:relative;overflow:visible;height:100%;display:flex;width:100%}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .trash-file-name span:nth-child(n+2),.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .trash-file-name span:nth-child(n+2){display:inline-block !important;width:100%;text-overflow:ellipsis !important;overflow:hidden !important;white-space:nowrap !important;text-align:left;flex:1 0 0}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .table_list-icon,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .table_list-icon{display:flex;align-items:center;justify-content:center;min-width:60px;height:48px}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-space,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-space{position:relative;height:fit-content !important;width:100% !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-breadcrumb ol,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-breadcrumb ol{display:flex;flex-wrap:wrap;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px;gap:4px}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-breadcrumb ol li,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-breadcrumb ol li{margin-inline:0 !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-breadcrumb ol i,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body .ant-table-tbody .ant-table-row .ant-table-cell .ant-breadcrumb ol i{display:flex;align-items:center;justify-content:center}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar{width:4px !important}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-track,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-track{background:var(--color-gray-sub_f9)}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-thumb,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-thumb{background:rgba(169,169,169,.5);border-radius:6px}#table_section .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-thumb:hover,.search_results .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-main_a9)}#table_section .ant-table-wrapper .ant-spin-container .ant-pagination .ant-pagination-item-active,.search_results .ant-table-wrapper .ant-spin-container .ant-pagination .ant-pagination-item-active{border:none}#table_section .ant-table-wrapper .ant-spin-container .ant-pagination .ant-pagination-item-active a,.search_results .ant-table-wrapper .ant-spin-container .ant-pagination .ant-pagination-item-active a{color:var(--color-main);font-size:14px;text-decoration:underline}#table_section .ant-table-wrapper .ant-spin-container .ant-pagination .ant-pagination-item-active a:hover,.search_results .ant-table-wrapper .ant-spin-container .ant-pagination .ant-pagination-item-active a:hover{color:var(--color-main);font-size:14px;text-decoration:underline}#table_section .ant-collapse,.search_results .ant-collapse{display:flex;flex-direction:column;gap:16px;padding-bottom:16px}#table_section .ant-collapse .ant-collapse-content-box,.search_results .ant-collapse .ant-collapse-content-box{padding:16px 0 0 0 !important}#table_section .ant-collapse .ant-collapse-item,.search_results .ant-collapse .ant-collapse-item{border:1px solid var(--color-gray-sub_ef);padding:16px;border-radius:8px}#table_section .search-load-more-wrap,.search_results .search-load-more-wrap{display:flex;justify-content:center;align-items:center}#table_section .search-load-more-wrap .view-more-btn,.search_results .search-load-more-wrap .view-more-btn{display:flex;justify-content:center;align-items:center;color:var(--color-black-main_333);border-radius:8px;padding:8px 16px;font-size:14px;font-weight:400;gap:0px;margin-top:8px}#table_section .search-load-more-wrap .view-more-btn i,.search_results .search-load-more-wrap .view-more-btn i{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin-left:4px;transition:transform .25s ease;margin-bottom:1px}#table_section>div{outline:none}.file-list-container{border-block:1px solid #efefef !important;overflow-y:auto;color:#333;border:none !important;height:calc(100vh - 360px)}.file-list-container.on{flex-direction:column;height:calc(100vh - 360px);position:relative}.file-list-container.on .nodata-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.file-list-container.off{flex-direction:column;height:calc(100vh - 304px);position:relative}.file-list-container.off .nodata-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.file-list-container.search-on{height:100% !important;min-height:100% !important}.file-list-container.search-off{height:100% !important;min-height:100% !important}.file-list-container.search-file-list-container{height:auto !important;min-height:auto !important}.file-list-container.search{height:auto !important;min-height:auto !important}.file-list-container .nodata-container{display:flex;justify-content:center;align-items:center;flex:1 0 auto;height:auto}.file-list-container .nodata-container img{width:5rem}.file-list-container .file-list-table{display:flex;flex-direction:column;width:100%;border-collapse:collapse}.file-list-container .file-list-table .checkbox-area{width:fit-content !important;height:32px !important;padding:8px}.file-list-container .file-list-table .checkbox-area input[type=checkbox]{accent-color:var(--color-main);width:16px;height:16px}.file-list-container .file-list-table .name-area{display:flex;gap:8px;align-items:center;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-list-container .file-list-table .name-area.pending{position:relative;color:#eee;display:flex;gap:16px;align-items:center}.file-list-container .file-list-table .name-area.pending .name-area-icon{opacity:.25}.file-list-container .file-list-table .name-area.pending .name-area-text{position:relative}.file-list-container .file-list-table .name-area.pending .pending-loading{display:flex;height:16px;width:16px;border:2px solid #f3f3f3;border-top:2px solid var(--color-main);border-radius:50%;animation:loading-spin 1s linear infinite;margin-top:4px;position:absolute;top:0;left:50%;transform:translate(-50%, -50%)}.file-list-container .file-list-table .name-area.failed{color:var(--color-main)}.file-list-container .file-list-table .name-area.failed .name-area-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxOCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4yODQxIDYuNDgxNTNWMjAuMTY0N0MxNy4yODQxIDIxLjc1NTcgMTUuOTk0NCAyMy4wNDU0IDE0LjQwMzQgMjMuMDQ1NEgxMC40NjkyVjIxLjYwNTFIMTQuNDAzNEMxNS4xOTg5IDIxLjYwNTEgMTUuODQzOCAyMC45NjAyIDE1Ljg0MzggMjAuMTY0N1Y2LjQ4MTUzSDEyLjk2MzFDMTEuNzY5OCA2LjQ4MTUzIDEwLjgwMjYgNS41MTQyOSAxMC44MDI2IDQuMzIxMDJWMS40NDAzNEgyLjg4MDY5QzIuMDg1MjcgMS40NDAzNCAxLjQ0MDM0IDIuMDg1MjYgMS40NDAzNCAyLjg4MDY4VjEzSDBMMCAyLjg4MDY4QzAgMS4yODk2OSAxLjI4OTcgMCAyLjg4MDY5IDBIMTAuODAyNkwxNy4yODQxIDYuNDgxNTNaIiBmaWxsPSIjRTQzRDRGIi8+CjxwYXRoIGQ9Ik0xLjI2OTI5IDE1LjhMNy42NjkyOSAyMi4yIiBzdHJva2U9IiNFNDNENEYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjY2OTI5IDE1LjhMMS4yNjkyOSAyMi4yIiBzdHJva2U9IiNFNDNENEYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center/contain;background-size:18px}.file-list-container .file-list-table .name-area.failed .name-area-icon svg{display:none}.file-list-container .file-list-table .name-area.failed .name-area-text p{text-decoration:none !important}.file-list-container .file-list-table .name-area.unsupported{color:#ccc}.file-list-container .file-list-table .name-area.unsupported .name-area-icon{opacity:.25;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxOCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4yODQxIDYuNDgxNTNWMjAuMTY0N0MxNy4yODQxIDIxLjc1NTcgMTUuOTk0NCAyMy4wNDU0IDE0LjQwMzQgMjMuMDQ1NEgxMC40NjkyVjIxLjYwNTFIMTQuNDAzNEMxNS4xOTg5IDIxLjYwNTEgMTUuODQzOCAyMC45NjAyIDE1Ljg0MzggMjAuMTY0N1Y2LjQ4MTUzSDEyLjk2MzFDMTEuNzY5OCA2LjQ4MTUzIDEwLjgwMjYgNS41MTQyOSAxMC44MDI2IDQuMzIxMDJWMS40NDAzNEgyLjg4MDY5QzIuMDg1MjcgMS40NDAzNCAxLjQ0MDM0IDIuMDg1MjYgMS40NDAzNCAyLjg4MDY4VjEzSDBMMCAyLjg4MDY4QzAgMS4yODk2OSAxLjI4OTcgMCAyLjg4MDY5IDBIMTAuODAyNkwxNy4yODQxIDYuNDgxNTNaIiBmaWxsPSIjRTQzRDRGIi8+CjxwYXRoIGQ9Ik0xLjI2OTI5IDE1LjhMNy42NjkyOSAyMi4yIiBzdHJva2U9IiNFNDNENEYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjY2OTI5IDE1LjhMMS4yNjkyOSAyMi4yIiBzdHJva2U9IiNFNDNENEYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center/contain;background-size:18px;filter:grayscale(100%)}.file-list-container .file-list-table .name-area.unsupported .name-area-icon svg{display:none}.file-list-container .file-list-table .name-area.unsupported .name-area-text p{text-decoration:none !important}.file-list-container .file-list-table .name-area .name-area-icon{display:flex;justify-content:center;align-items:center;min-width:48px;height:48px}.file-list-container .file-list-table .name-area .name-area-text{max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:160px;flex:1 0 auto}.file-list-container .file-list-table .name-area .name-area-text p{max-width:100%;display:block;width:fit-content;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-list-container .file-list-table .name-area .name-area-text p:hover{text-decoration:underline}.file-list-container .file-list-table .name-area .name-area-star{display:flex;justify-content:center;align-items:center;width:16px;flex:0 0 16px !important}.file-list-container .file-list-table .path-area{display:flex;flex-direction:row;align-items:center;flex:1 0 160px;max-width:160px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list-container .file-list-table .path-area .path-area-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-list-container .file-list-table .date-area{flex:1 0 160px !important}.file-list-container .file-list-table .date-area i,.file-list-container .file-list-table .date-area span{display:none}.file-list-container .file-list-table .type-area{flex:1 0 96px !important}.file-list-container .file-list-table .size-area{flex:1 0 96px !important}.file-list-container .file-list-table .thead-table-header{position:sticky;top:0;background-color:#fff;padding:4px;z-index:9}.file-list-container .file-list-table .thead-table-header .tr-table-header{display:flex;align-items:center;gap:16px;padding:8px;width:100%;width:100%;flex-grow:1;background-color:#f9f9f9;border-radius:8px;user-select:none}.file-list-container .file-list-table .thead-table-header .tr-table-header th{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px;font-size:16px}.file-list-container .file-list-table .thead-table-header .tr-table-header th .sort-icon{margin-top:2px;width:14px;height:14px}.file-list-container .file-list-table .tbody-table-body{display:flex;flex-direction:column;gap:4px;overflow-y:auto;overflow-x:hidden;padding:4px}.file-list-container .file-list-table .tbody-table-body .tr-table-row{display:flex;align-items:center;gap:16px;padding:8px;width:100%;flex-grow:1;border-radius:8px;cursor:pointer}.file-list-container .file-list-table .tbody-table-body .tr-table-row .mobile-table-wrap{display:flex;gap:16px;width:100%}.file-list-container .file-list-table .tbody-table-body .tr-table-row:hover:not(.selected){background-color:#f9f9f9 !important;cursor:pointer}.file-list-container .file-list-table .tbody-table-body .tr-table-row .table-td{width:100%;display:flex;align-items:center;gap:16px;padding:8px}.file-list-container .file-list-table .tbody-table-body .tr-table-row .table-td .m_td-detail{min-width:80px;display:none}.file-list-container::-webkit-scrollbar{width:6px;height:6px}.file-list-container::-webkit-scrollbar-track{background:var(--color-gray-sub_f9)}.file-list-container::-webkit-scrollbar-thumb{background:rgba(169,169,169,.5);border-radius:6px}.file-list-container::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-main_a9)}.file-list-container:hover::-webkit-scrollbar{display:block}.file-list-container .no-more-items{display:flex;justify-content:center;align-items:center;text-align:center;padding:8px;color:#999;height:80px}.jobfailed{background-color:#ffe6e6;border:1px solid #ff4d4f;color:#ff4d4f}@media(min-width: 1024px){.table-td{display:flex !important}}@media(max-width: 1280px){#table_section{margin:0}#table_section .table-td{display:flex}}@media(max-width: 1023px){#table_section{display:flex;flex-direction:column;margin:0;padding:8px !important;height:fit-content}#table_section .table_filter{margin:8px 0 !important;height:40px}#table_section .action-button-wrap{display:flex !important;flex-direction:column;align-items:flex-start !important;gap:8px;border-radius:8px}#table_section .action-button-wrap .table-action-count{display:flex;align-items:center;gap:8px;padding:0}#table_section .action-button-wrap .table-action-count .mobile-checkbox-area{display:flex;accent-color:var(--color-main);padding:8px}#table_section .action-button-wrap .table-action-count .mobile-checkbox-area input[type=checkbox]{width:16px;height:16px}#table_section .action-button-wrap .table-action-count .m_selected-count{text-wrap:nowrap}#table_section .file-list-container{font-size:14px;height:calc(100vh - 272px);min-height:304px}#table_section .file-list-container .file-list-table{width:100%;border-collapse:collapse}#table_section .file-list-container .file-list-table .thead-table-header{display:none}#table_section .file-list-container .file-list-table .checkbox-area{width:fit-content !important}#table_section .file-list-container .file-list-table .checkbox-area input[type=checkbox]{accent-color:var(--color-main)}#table_section .file-list-container .file-list-table .name-area{width:100%;gap:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1;align-items:flex-start !important}#table_section .file-list-container .file-list-table .name-area .name-area-icon{display:flex;align-items:center;justify-content:center;min-width:16px;height:20px}#table_section .file-list-container .file-list-table .name-area .name-area-icon svg{width:16px;height:16px;object-fit:contain}#table_section .file-list-container .file-list-table .name-area .name-area-text{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1 0 0;line-height:1.5}#table_section .file-list-container .file-list-table .name-area .name-area-star{display:flex;justify-content:center;width:16px;height:20px;flex:0 0 16px !important}#table_section .file-list-container .file-list-table .path-area{display:block;flex:1 0 auto !important;min-width:100%}#table_section .file-list-container .file-list-table .date-area{flex:1 0 auto !important}#table_section .file-list-container .file-list-table .date-area i{display:flex;align-items:center;width:16px;height:16px;margin-left:auto;rotate:90deg;padding:2px}#table_section .file-list-container .file-list-table .date-area i img{width:100%;height:100%;object-fit:contain}#table_section .file-list-container .file-list-table .type-area{flex:1 0 auto !important}#table_section .file-list-container .file-list-table .size-area{flex:1 0 auto !important}#table_section .file-list-container .file-list-table .thead-table-header{position:sticky;top:0;background-color:#fff}#table_section .file-list-container .file-list-table .thead-table-header .tr-table-header{display:flex;align-items:center;gap:16px;width:100%;width:100%;flex-grow:1;border-bottom:1px solid #ddd}#table_section .file-list-container .file-list-table .thead-table-header .tr-table-header th{width:100%;display:flex;align-items:center;gap:8px;padding:8px}#table_section .file-list-container .file-list-table .thead-table-header .tr-table-header th:not(.checkbox-header){position:relative}#table_section .file-list-container .file-list-table .thead-table-header .tr-table-header th:not(.checkbox-header):after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjg1MzEgMS4zOTY0M0MzLjY1Nzg3IDEuMjAxMTkgMy4zNDA4IDEuMjAxMTkgMy4xNDU1NyAxLjM5NjQzTDEuMTQ2MzUgMy4zOTU2NUMxLjAwMjY1IDMuNTM5MzQgMC45NjA0ODQgMy43NTMzMiAxLjAzODU4IDMuOTQwNzVDMS4xMTY2NyA0LjEyODE3IDEuMjk3ODUgNC4yNSAxLjUwMDkgNC4yNUg1LjQ5OTM0QzUuNzAwODIgNC4yNSA1Ljg4MzU2IDQuMTI4MTcgNS45NjE2NiAzLjk0MDc1QzYuMDM5NzUgMy43NTMzMiA1Ljk5NjAyIDMuNTM5MzQgNS44NTM4OSAzLjM5NTY1TDMuODU0NjcgMS4zOTY0M0gzLjg1MzFaIiBmaWxsPSIjQTlBOUE5Ii8+CjxwYXRoIGQ9Ik0zLjg1MzEgOC42MDM1N0MzLjY1Nzg3IDguNzk4ODEgMy4zNDA4IDguNzk4ODEgMy4xNDU1NyA4LjYwMzU3TDEuMTQ2MzUgNi42MDQzNUMxLjAwMjY1IDYuNDYwNjYgMC45NjA0ODQgNi4yNDY2OCAxLjAzODU4IDYuMDU5MjVDMS4xMTY2NyA1Ljg3MTgzIDEuMjk3ODUgNS43NSAxLjUwMDkgNS43NUg1LjQ5OTM0QzUuNzAwODIgNS43NSA1Ljg4MzU2IDUuODcxODMgNS45NjE2NiA2LjA1OTI1QzYuMDM5NzUgNi4yNDY2OCA1Ljk5NjAyIDYuNDYwNjYgNS44NTM4OSA2LjYwNDM1TDMuODU0NjcgOC42MDM1N0gzLjg1MzFaIiBmaWxsPSIjQTlBOUE5Ii8+Cjwvc3ZnPgo=);position:absolute;top:50%;right:8px;transform:translate(0, -50%)}#table_section .file-list-container .file-list-table .tbody-table-body{overflow-y:hidden;display:flex;flex-direction:column;gap:8px;padding:8px}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row{display:flex;flex-direction:row;align-items:flex-start;gap:4px;width:100%;flex-grow:1;border-radius:8px;border:1px solid #efefef}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row .mobile-table-wrap{display:flex;flex-direction:column;width:100%;gap:0;padding:0;max-width:calc(100% - 36px)}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row:hover:not(.selected){background-color:#f4f4f4 !important;cursor:pointer}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row .table-td{width:100%;display:flex;align-items:center;gap:16px;padding:8px;line-height:1}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row .table-td span{display:flex;justify-content:space-between}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row .table-td span:not(.anticon-star):after{content:":"}#table_section .file-list-container .file-list-table .tbody-table-body .tr-table-row .table-td .name-area-icon{min-width:28px}#table_section .file-list-container .no-more-items{height:64px}#table_section .file-list-container::-webkit-scrollbar{width:6px;height:6px}#table_section .file-list-container::-webkit-scrollbar-track{background:var(--color-gray-sub_f9)}#table_section .file-list-container::-webkit-scrollbar-thumb{background:rgba(169,169,169,.5);border-radius:6px}#table_section .file-list-container::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-main_a9)}#table_section .file-list-container:hover::-webkit-scrollbar{display:block}#table_section .file-list-container .no-more-items{text-align:center;padding:8px;color:#999}.failed .name-area-icon{background-size:12px !important}.unsupported .name-area-icon{background-size:12px !important}.pending .pending-loading{margin-top:0 !important}}@media(max-height: 592px){#table_section .file-list-container{min-height:100vh;margin-bottom:16px}}@keyframes loading-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.wrap{margin-top:0}.wrap #header{position:fixed;top:0;width:100%;z-index:9999}.wrap #header .header_inner{width:100%;margin:0 auto;padding:0 32px;display:flex;height:64px;justify-content:space-between;align-items:center;border-bottom:1px solid #efefef;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(8px)}.wrap #header h1 a{display:flex;align-items:center;gap:16px;color:#333;font-size:14px;font-weight:400;line-height:normal}.wrap #header h1 a p{position:relative;display:flex;align-items:baseline;gap:8px;font-family:"Montserrat",sans-serif}.wrap #header h1 a p b{color:#333;text-align:center;font-size:20px;font-weight:700;line-height:normal}.wrap #header h1 img{height:24px;object-fit:contain}.wrap #header .header_right{display:flex;align-items:center;gap:24px}.wrap #header .header_right .lang{display:flex;justify-content:center;position:relative}.wrap #header .header_right .lang .lang_btn{display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);padding:4px;margin:0;width:24px;height:24px;border-radius:4px}.wrap #header .header_right .lang .lang_btn img{width:100%;height:100%;filter:grayscale(1) brightness(0)}.wrap #header .header_right .lang ul{position:absolute;flex-direction:column;top:40px;transform:translateX(0%);background-color:#fff;border-radius:4px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);padding:4px;color:#333}.wrap #header .header_right .lang ul li{width:100%;text-align:center}.wrap #header .header_right .lang ul li a{display:flex;font-size:14px;font-weight:500;padding:4px 8px;border-radius:4px}.wrap #header .header_right .lang ul li a.eng{margin-top:4px}.wrap #header .header_right .lang ul li a.lang_select{background-color:#e43d4f;color:#fff}.wrap #header .header_right .lang ul.active{display:flex}.wrap .terms_wrap{color:#333;display:flex;justify-content:center;margin:64px auto 32px auto}.wrap .terms_wrap .terms_inner{max-width:1280px;padding:64px;display:flex;flex-direction:column;gap:32px;box-sizing:content-box;height:fit-content}.wrap .terms_wrap .terms_inner .terms_title{padding-left:16px;border-left:3px solid #e43d4f}.wrap .terms_wrap .terms_inner .terms_title h1{font:bold 1.5rem/2rem "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container{margin:0 auto;display:flex;flex-direction:column;padding:32px;gap:16px;max-width:1280px;justify-self:center;border:1px solid #999;height:calc(100dvh - 368px);min-height:328px;overflow-y:auto}.wrap .terms_wrap .terms_inner .terms_container::-webkit-scrollbar{width:6px}.wrap .terms_wrap .terms_inner .terms_container::-webkit-scrollbar-track{background:var(--color-gray-sub_f9)}.wrap .terms_wrap .terms_inner .terms_container::-webkit-scrollbar-thumb{background:rgba(169,169,169,.5);border-radius:6px}.wrap .terms_wrap .terms_inner .terms_container::-webkit-scrollbar-thumb:hover{background-color:var(--color-gray-main_a9)}.wrap .terms_wrap .terms_inner .terms_container:hover::-webkit-scrollbar{display:block}.wrap .terms_wrap .terms_inner .terms_container section{all:initial;padding:16px;display:contents;color:#333}.wrap .terms_wrap .terms_inner .terms_container section h2{font:bold 1.25rem/1.5 "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container section span{font:normal 1rem/1.5 "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container section h3{font:bold 1rem/1.5 "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container section p{font:normal 1rem/1.5 "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container section ol{padding-left:32px;counter-reset:list-counter;list-style-type:decimal;list-style-position:outside}.wrap .terms_wrap .terms_inner .terms_container section ol li{padding-left:8px;font:normal 1rem/1.5 "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container section ol::marker{content:counter(list-counter) ". ";counter-increment:list-counter;margin-right:8px}.wrap .terms_wrap .terms_inner .terms_container section ol ul{list-style-type:disc;margin-left:24px}.wrap .terms_wrap .terms_inner .terms_container section ol ul li{padding-left:0}.wrap .terms_wrap .terms_inner .terms_container section.terms_date ol ul li{font:bold 1rem/1.5 "Noto Sans KR"}.wrap .terms_wrap .terms_inner .terms_container hr{all:unset;border-top:1px solid #666}.wrap .terms_wrap .terms_inner .terms_btn{display:flex;justify-content:center}.wrap .terms_wrap .terms_inner .terms_btn button{all:unset;cursor:pointer;display:flex;justify-content:center;background-color:#e43d4f;color:#fff;border-radius:32px;width:240px;height:48px;align-items:center;gap:16px}.wrap .terms_wrap .terms_inner .terms_btn button:hover{background-color:#a61b2a}.wrap .terms_wrap .terms_inner .terms_btn button:hover img{transform:translateX(8px);transition:all .3s ease;animation:moveFadeOut 1s cubic-bezier(0.1, 0, 0.1, 1) forwards}.wrap .terms_wrap .terms_inner .terms_btn img{width:16px;height:16px}.wrap #footer{position:relative;width:100%;z-index:998}.wrap #footer .footer_inner{display:flex;width:100%;height:32px;padding:0 32px;justify-content:space-between;flex-shrink:0;align-self:stretch;border-top:1px solid #efefef;background-color:#fff;align-items:center}.wrap #footer .footer_inner span{color:#333;font:400 0.75rem/normal "Montserrat",sans-serif}.wrap #footer .footer_inner p{color:#666;font:400 0.75rem/normal "Montserrat",sans-serif}@media(max-width: 1023px){html{font-size:14px}#header .header_inner{padding:0 24px}#footer .footer_inner{padding:0 24px;gap:2px;justify-content:center;flex-direction:column;align-items:flex-start}#footer .footer_inner p{display:none}.terms_wrap .terms_inner{padding:24px}.terms_wrap .terms_inner .terms_container{padding:16px;gap:8px}.terms_wrap .terms_inner .terms_container .terms_detail{gap:16px}}

.table_filter{padding:0;width:100%;height:56px;display:flex;flex-direction:row;justify-content:flex-start;box-sizing:border-box;gap:24px;padding:8px;margin-block:16px !important;align-items:center}.table_filter .ant-btn-default{display:flex;height:40px;border:1px solid rgba(0,0,0,0);outline:1px solid var(--color-black-main_333);background:var(--color-white-main_fff) !important;color:var(--color-black-main_333) !important;padding:8px 16px;gap:8px;text-align:center;font:normal 400 14px/16px "Noto Sans KR",sans-serif;border-radius:5px;justify-content:center;align-items:center}.table_filter .ant-btn-default:hover{background:var(--color-gray-sub_f9) !important;border-color:rgba(0,0,0,0) !important}.table_filter .newFolder-btn{cursor:pointer;width:24px;height:24px;background-image:url(/bf3cacd2931808ed609d.png);background-size:cover}.table_filter .newFolder-btn:hover{background-image:url(/b488746784da370bff0c.png)}.table_filter .prev-btn{width:24px;height:24px;background-size:cover}.table_filter .prev-btn.root-style{background-image:url(/1fc7d12b2ed240593ee2.png);cursor:default;pointer-events:none}.table_filter .prev-btn.folder-style{background-image:url(/e5ce86431cf866cef22d.png);cursor:pointer}.table_filter .upload-btn{cursor:pointer;width:24px;height:24px;background-image:url(/dc98795972567b629d16.png);background-size:cover}.table_filter .upload-btn:hover{background-image:url(/78de7d6410efb0c88458.png)}
.error_container{display:flex;flex-direction:column;position:relative;justify-content:center;align-items:center;height:100%;gap:4rem;transition:all .25s ease-in}.error_container .lang{position:absolute;top:24px;right:24px;border:1px solid #333;padding:4px;display:flex;border-radius:8px;font:400 clamp(12px, 1.5vw, 14px)/normal "Montserrat",sans-serif}.error_container .lang a{padding:4px 8px;border-radius:4px}.error_container .lang a:hover{background-color:#efefef}.error_container .lang a.active{background-color:#333;color:#fff}.error_wrap{position:relative;display:flex;justify-content:center;align-items:flex-end;height:fit-content;gap:4rem}.error_wrap:before{content:"";display:block;position:absolute;bottom:4.75rem;left:50%;transform:translateX(-50%);width:100vw;height:.125rem;background-color:#333}.error_wrap .symbol{display:flex;justify-content:center;align-items:center;gap:4rem;position:relative;width:20rem}.error_wrap .error_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;gap:7rem}.error_wrap .error_content .error_text{display:flex;flex-direction:column;align-items:flex-start;width:fit-content}.error_wrap .error_content .error_text h2{font:700 clamp(40px, 4rem, 4rem)/normal "Montserrat",sans-serif;display:inline-block;color:#e43d4f}.error_wrap .error_content .error_text span{display:block;margin-top:.5rem;width:inherit;font:400 clamp(18px, 2rem, 2rem)/normal "Montserrat",sans-serif}.error_wrap .error_content .error_text .prev_btn{margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font:400 clamp(14px, 1.5rem, 1.5rem)/normal "Montserrat",sans-serif}.error_wrap .error_content .error_text .prev_btn img{width:.875rem;margin-top:.25rem}.error_wrap .error_content .error_text .prev_btn:hover img{transition:transform .25s ease-out;transform:translateX(0.75rem)}.error_404_wrap{display:flex;align-items:center}.error_404_wrap .error_content{justify-content:center}.solution_list{display:flex;flex-direction:column;max-width:1280px;gap:1rem;padding:0 2rem}.solution_list h3{font:700 clamp(14px, 2vw, 1.5rem)/normal "Montserrat",sans-serif}.solution_list ul{display:flex;gap:1rem}.solution_list ul li{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #333;padding:1rem;gap:3rem;width:25%;cursor:pointer}.solution_list ul li:hover{background-color:#efefef}.solution_list ul li p{white-space:wrap;font:400 clamp(14px, 1.5vw, 1.125rem)/normal "Montserrat",sans-serif}.solution_list ul li a{margin-inline:auto 0;display:flex;align-items:center;width:fit-content;justify-content:flex-end;gap:8px;font:700 clamp(14px, 1.5vw, 1.125rem)/normal "Montserrat",sans-serif}.solution_list ul li a img{margin-top:.25rem;width:clamp(8px,1.5vw,.675rem)}@media(max-width: 1023px){html{font-size:14px}.error_container{padding:0 16px}.error_container .lang{font-size:12px}.error_container .lang a{border-radius:6px}.error_container .error_wrap{width:100%}.error_container .error_wrap:before{display:none}.error_container .error_wrap .symbol{position:absolute;width:10rem;z-index:-1;top:50%;transform:translateY(-50%);opacity:.2}.error_container .error_wrap .error_content{width:100%}.error_container .error_wrap .error_content h2{font-size:32px}.error_container .error_wrap .error_content span{font-size:20px}.solution_list{width:100%;padding:0}.solution_list h3{font-size:16px}.solution_list ul{align-items:stretch;flex-wrap:wrap}.solution_list ul li{width:calc((100% - 16px)/2);gap:2rem}}
