@font-face{font-family:Inter;src:url(/assets/font/Inter_18pt-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/font/Inter_18pt-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/assets/font/Inter_18pt-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/font/Inter_18pt-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/font/Inter_18pt-ExtraBold.ttf)format("truetype");font-weight:800;font-style:normal;font-display:swap}.container{height:100vh;display:flex;overflow:hidden}.container .content-box{box-sizing:border-box;flex:1;width:100%;min-width:0;max-width:124.8rem;margin:0 auto;padding:6.4rem 8rem;overflow-y:auto}.container .content-box aside{flex-shrink:0}.container .content-box .content-box{box-sizing:border-box;flex:1;padding:4rem}.mo-only-swiper-container-block{display:none}.mo-layout-container{--header-height:104px}.mo-layout-container.detail{--header-height:55px}.mo-layout-container{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;display:flex}.mo-layout-container .mo-content-body{box-sizing:border-box;width:100%;padding-top:var(--header-height);flex-direction:column;flex:1;display:flex}.lnb{box-sizing:border-box;background:#fff;border-radius:1.2rem;flex-direction:column;flex-shrink:0;width:24rem;height:calc(100vh - 2.4rem);margin:1.2rem;padding:2.4rem 1.6rem;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #00000005,0 4px 6px -2px #00000005}.lnb .lnb *{box-sizing:border-box}.lnb.collapsed{width:8rem}.lnb.collapsed .menu-name,.lnb.collapsed .arrow-icon,.lnb.collapsed .sub-menu-list,.lnb.collapsed .nickname,.lnb.collapsed .footer-action span{opacity:0;visibility:hidden;width:0;height:0;margin:0;padding:0;transition:opacity .2s;overflow:hidden}.lnb.collapsed .lnb-footer{justify-content:center;align-items:center}.lnb.collapsed .lnb-footer .footer-action{justify-content:center}.lnb.collapsed .lnb-footer .footer-action button{width:2.4rem}.lnb .lnb-header{justify-content:space-between;align-items:center;height:5.6rem;min-height:5.6rem;padding-bottom:3.2rem;display:flex}.lnb .lnb-header .logo-wrapper{width:3rem;height:3rem;position:relative}.lnb .lnb-header .logo-area,.lnb .lnb-header .home-icon-area{align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.lnb .lnb-header .logo-area.hidden,.lnb .lnb-header .home-icon-area.hidden{opacity:0;pointer-events:none}.lnb .lnb-nav{flex-direction:column;flex:1;gap:8px;display:flex;overflow:hidden auto}.lnb .menu-item{cursor:pointer;color:#65758b;white-space:nowrap;border-radius:.8rem;align-items:center;gap:1.2rem;min-width:0;height:4.4rem;padding-left:1.2rem;padding-right:1.2rem;font-size:1.5rem;transition:all .2s;display:flex}.lnb .menu-item:hover{background:#1219270a}.lnb .menu-item.is-active{background:#4338ca14}.lnb .menu-item.is-active .menu-name{color:#4338ca;font-weight:700}.lnb .menu-item.is-active .menu-icon{color:#4338ca}.lnb .menu-item .arrow-icon{margin-left:auto;font-size:1.8rem;transition:transform .25s}.lnb .menu-item .arrow-icon.open{transform:rotate(180deg)}.lnb .menu-group.is-parent-active .menu-item .menu-name{color:#4338ca;font-weight:700}.lnb .menu-group.is-parent-active .menu-item .base-icon{color:#4338ca}.lnb .sub-menu-list{opacity:0;max-height:0;transition:max-height .35s,opacity .25s;overflow:hidden}.lnb .sub-menu-list.open{opacity:1;max-height:20rem}.lnb .sub-menu-list .sub-menu-item{color:#65758b;cursor:pointer;border-radius:.8rem;padding:.8rem 0 .8rem 4.4rem;font-size:1.4rem;transition:background-color .2s,transform .25s;transform:translateY(-4px)}.open .lnb .sub-menu-list .sub-menu-item{transform:translateY(0)}.lnb .sub-menu-list .sub-menu-item.is-active{color:#4338ca;background-color:#4338ca14;font-weight:700}.lnb .sub-menu-list .sub-menu-item:hover{background-color:#1219270a}.lnb .lnb-footer{flex-direction:column;gap:1.2rem;display:flex}.lnb .lnb-footer .user-profile{align-items:center;gap:.8rem;display:flex}.lnb .lnb-footer .user-profile .nickname{color:#65758b;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:1.4rem;overflow:hidden}.lnb .lnb-footer .user-profile .user-icon{background-color:#f3f4f6;border-radius:999rem;width:2.4rem;height:2.4rem}.lnb .lnb-footer .footer-action{color:#94a3b8;align-items:center;gap:1.2rem;width:100%;display:flex}.lnb .lnb-footer .footer-action button{width:100%}.lnb .lnb-footer .footer-action:hover{color:#e61c1c}.grid-container{gap:2.4rem 4rem;display:grid}.grid-container .align-self-end{align-self:end}.grid-container.cols-1{grid-template-columns:repeat(1,1fr)}.grid-container.cols-2{grid-template-columns:repeat(2,1fr)}.grid-container .col-span-2{grid-column:1/-1}.grid-container.cols-3{grid-template-columns:repeat(3,1fr)}.grid-container.cols-4{grid-template-columns:repeat(4,1fr)}.grid-container.gap-sm{gap:1.2rem 2.4rem}.grid-container.gap-lg{gap:3.2rem 6rem}.grid-item{flex-direction:column;gap:.8rem;display:flex}.grid-item.col-span-2{grid-column:span 2}.grid-item .info-label{color:#65758b;font-size:1.3rem;line-height:1}.grid-item .info-value{color:#323f50;word-break:break-all;font-size:1.6rem;font-weight:400;line-height:1}.form-group-item{gap:2.4rem;display:flex}.form-group-item .base-segment-group{width:100%}.form-group-item .base-segment-group .segment-container{width:100%;display:flex}.form-group-item .base-segment-group .segment-container button{flex:1}.mode-mo .mo-header{z-index:1000;box-sizing:border-box;background-color:#fff;width:100%;position:fixed;top:0;left:0}.mode-mo .mo-header.type-base{border-bottom:1px solid #e5e7eb;height:104px}.mode-mo .mo-header.type-base .header-top-row{justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.mode-mo .mo-header.type-base .header-top-row .mo-logo-area{align-items:center;margin:0;display:flex}.mode-mo .mo-header.type-base .header-top-row .mo-logo-area .mo-logo-img{height:3rem;display:block}.mode-mo .mo-header.type-base .header-top-row .user-util-area{align-items:center;gap:.8rem;font-size:14px;display:flex}.mode-mo .mo-header.type-base .header-top-row .user-util-area .user-id{color:#323f50;font-weight:500}.mode-mo .mo-header.type-base .header-bottom-nav{background-color:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #4338ca;height:48px}.mode-mo .mo-header.type-base .header-bottom-nav .mo-tab-scroll-container{white-space:nowrap;-webkit-overflow-scrolling:touch;align-items:center;height:100%;padding:0 8px;display:flex;overflow:auto hidden}.mode-mo .mo-header.type-base .header-bottom-nav .mo-tab-scroll-container::-webkit-scrollbar{display:none}.mode-mo .mo-header.type-base .header-bottom-nav .mo-tab-scroll-container{-ms-overflow-style:none;scrollbar-width:none}.mode-mo .mo-header.type-base .header-bottom-nav .mo-tab-scroll-container .tab-item{color:#6b7280;cursor:pointer;background:0 0;border:none;flex-shrink:0;height:100%;padding:0 16px;font-size:15px;font-weight:500;transition:color .2s;display:inline-block;position:relative}.mode-mo .mo-header.type-base .header-bottom-nav .mo-tab-scroll-container .tab-item.is-active{color:#4338ca;font-weight:700}.mode-mo .mo-header.type-detail{border-bottom:1px solid #e5e7eb;height:56px;box-shadow:0 1px 2px #00000008}.mode-mo .mo-header.type-detail .header-detail-inner{justify-content:space-between;align-items:center;height:100%;padding:0 12px 0 8px;display:flex}.mode-mo .mo-header.type-detail .header-detail-inner .left-group{cursor:pointer;align-items:center;max-width:75%;display:flex}.mode-mo .mo-header.type-detail .header-detail-inner .left-group .btn-back{color:#121927;background:0 0;border:none;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.2rem;display:inline-flex}.mode-mo .mo-header.type-detail .header-detail-inner .left-group .btn-back .base-icon{color:#121927}.mode-mo .mo-header.type-detail .header-detail-inner .left-group .detail-title{color:#121927;text-overflow:ellipsis;white-space:nowrap;font-size:1.6rem;font-weight:600;overflow:hidden}.mode-mo .mo-header.type-detail .header-detail-inner .right-slot-area{justify-content:flex-end;align-items:center;min-width:4rem;display:flex}.mode-mo .mo-header{--header-height:104px}.mode-mo .mo-header.type-detail{--header-height:64px}.mode-mo .mo-content-body{padding-top:var(--header-height)}.mode-mo .mo-content-body.has-detail-header{padding-top:56px}.mode-mo .mo-content-body .page-wrap{padding:2rem 2.4rem}.mode-mo .mo-content-body .page-wrap.btn-section,.mode-mo .mo-content-body .btn-section{padding-bottom:9.6rem}.mode-mo .mo-content-body .page-tab-wrap{box-sizing:border-box;width:100%;margin:1.6rem 0 .8rem}.mode-mo .mo-content-body .page-tab-wrap .tabs-list{width:100%}.mode-mo .mo-content-body .page-tab-wrap .tab-item{flex:1}.mode-mo .mo-content-body .page-title .title-content .title-right-slot .base-button.icon-only{width:3.2rem;height:3.2rem}.mode-mo .mo-content-body .page-title .title-content .title-right-slot .base-button.icon-only .base-icon{font-size:1.8rem!important}.mode-mo .mo-content-body .page-title.detail{margin:2.4rem 0 1.6rem}.mode-mo .mo-content-body .mo-dashboard-fixed-action-dock{box-sizing:border-box;z-index:900;background:linear-gradient(#fff0 0%,#fff 20%);justify-content:center;align-items:center;width:100%;padding:1.2rem 1.6rem;display:flex;position:fixed;bottom:0;left:0}.mode-mo .mo-content-body .mo-dashboard-fixed-action-dock button{width:100%}.mode-mo .mo-filter-panel-wrapper{z-index:990;visibility:hidden;pointer-events:none;width:100%;height:calc(100vh - 104px);transition:visibility .3s ease-in-out;position:fixed;top:104px;left:0}.mode-mo .mo-filter-panel-wrapper.is-detail-variant{height:calc(100vh - 55px)!important;top:55px!important}.mode-mo .mo-filter-panel-wrapper .filter-backdrop-mask{opacity:0;will-change:opacity;background-color:#0f172a66;width:100%;height:100%;transition:opacity .3s ease-in-out;position:absolute;top:0;left:0}.mode-mo .mo-filter-panel-wrapper .filter-slide-content-zone{box-sizing:border-box;will-change:transform;background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;max-height:75vh;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:translateY(-100%);box-shadow:0 10px 15px -3px #0000000d}.mode-mo .mo-filter-panel-wrapper .filter-slide-content-zone.has-footer .filter-inner-scroll-box{padding-bottom:0}.mode-mo .mo-filter-panel-wrapper .filter-slide-content-zone .filter-panel-footer-bar{box-sizing:border-box;background-color:#fff;border-top:1px solid #f1f5f9;align-items:center;gap:1rem;width:100%;padding:1.6rem;display:flex}.mode-mo .mo-filter-panel-wrapper .filter-slide-content-zone .filter-panel-footer-bar .footer-btn-cell{width:100%;flex:1!important}.mode-mo .mo-filter-panel-wrapper .filter-slide-content-zone .filter-inner-scroll-box{box-sizing:border-box;width:100%;max-height:inherit;padding:2.4rem 2rem;overflow-y:auto}.mode-mo .mo-filter-panel-wrapper.is-open{visibility:visible;pointer-events:auto}.mode-mo .mo-filter-panel-wrapper.is-open .filter-backdrop-mask{opacity:1}.mode-mo .mo-filter-panel-wrapper.is-open .filter-slide-content-zone{transform:translate(0,0)}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner{flex-direction:column;gap:1.6rem;display:flex}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner .filter-panel-header-row{justify-content:space-between;align-items:center;width:100%;display:flex}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner .filter-panel-header-row .filter-panel-title{color:#121927;margin:0;font-size:1.4rem;font-weight:500;line-height:1}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner .filter-panel-header-row .filter-reset-trigger-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;align-items:center;gap:.4rem;transition:color .15s ease-in-out;display:inline-flex}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner .filter-panel-header-row .filter-reset-trigger-btn:active{color:#121927}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner .filter-panel-header-row .filter-reset-trigger-btn .reset-icon{align-items:center;font-size:1.6rem;display:flex}.mode-mo .mo-filter-panel-wrapper .mo-filter-search-box-inner .filter-select-row{flex-direction:column;gap:1.2rem;display:flex}.mode-mo .mo-dashboard-card-scroll-field{flex-direction:column;gap:1.6rem;display:flex}.mode-mo .mo-integration-card{box-sizing:border-box;background-color:#fff;border-radius:1.6rem;flex-direction:column;width:100%;padding:2rem 1.6rem;display:flex;box-shadow:0 4px 12px #0f172a03}.mode-mo .mo-integration-card .card-header-row{align-items:center;gap:1.2rem;width:100%;display:flex}.mode-mo .mo-integration-card .header-left-gate{flex-shrink:0;align-items:center;display:flex}.mode-mo .mo-integration-card .header-left-gate .mo-card-index-txt{color:#121927;font-size:1.6rem;font-weight:500}.mode-mo .mo-integration-card .header-left-gate .mo-card-checkbox-holder{cursor:pointer;align-items:center;display:inline-flex;position:relative}.mode-mo .mo-integration-card .header-left-gate .mo-card-checkbox-holder input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.mode-mo .mo-integration-card .header-left-gate .mo-card-checkbox-holder input[type=checkbox]:checked+.custom-check-skin{background-color:#4338ca;border-color:#4338ca}.mode-mo .mo-integration-card .header-left-gate .mo-card-checkbox-holder input[type=checkbox]:checked+.custom-check-skin:after{display:block}.mode-mo .mo-integration-card .header-left-gate .mo-card-checkbox-holder .custom-check-skin{background-color:#fff;border:1px solid #cbd5e1;border-radius:.6rem;width:2rem;height:2rem;display:block;position:relative}.mode-mo .mo-integration-card .header-left-gate .mo-card-checkbox-holder .custom-check-skin:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.5rem;height:.9rem;display:none;position:absolute;top:.2rem;left:.6rem;transform:rotate(45deg)}.mode-mo .mo-integration-card .header-center-captions{flex-direction:column;flex:1;display:flex}.mode-mo .mo-integration-card .header-center-captions .main-badge-wrapper{margin-bottom:.8rem}.mode-mo .mo-integration-card .header-center-captions .title-align-flex{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.mode-mo .mo-integration-card .header-center-captions .title-align-flex .mo-country-flag{font-size:1.8rem;line-height:1}.mode-mo .mo-integration-card .header-center-captions .mo-card-main-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.7rem;font-weight:700;line-height:1.3}.mode-mo .mo-integration-card .header-center-captions .mo-card-sub-txt{color:#64748b;margin:.4rem 0 0;font-size:1.3rem}.mode-mo .mo-integration-card .header-right-util-box{flex-shrink:0;align-items:center;gap:.4rem;margin-left:auto;display:flex}.mode-mo .mo-integration-card .header-right-util-box .mo-card-toggle-arrow-btn{color:#94a3b8;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;transition:transform .2s ease-in-out;display:inline-flex}.mode-mo .mo-integration-card .header-right-util-box .mo-card-toggle-arrow-btn.is-active{transform:rotate(180deg)}.mode-mo .mo-integration-card .header-right-util-box .custom-actions-slot{justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.mode-mo .mo-integration-card .card-body-dl-list-zone{border-top:1px solid #e2e8f0;width:100%;margin-top:1.6rem;padding-top:1.6rem;animation:.3s ease-in-out moCardFadeIn}.mode-mo .mo-integration-card .card-body-dl-list-zone .mo-card-dl-wrapper{flex-direction:column;gap:1.2rem;margin:0;display:flex}.mode-mo .mo-integration-card .card-body-dl-list-zone .mo-card-dl-row{justify-content:space-between;align-items:flex-start;font-size:1.4rem;font-weight:400;line-height:1.4;display:flex}.mode-mo .mo-integration-card .card-body-dl-list-zone .mo-card-dt-label{color:#65758b}.mode-mo .mo-integration-card .card-body-dl-list-zone .mo-card-dd-value{color:#121927;text-align:right;white-space:pre-line;margin:0}.mode-mo .mo-integration-card.variant-detail .card-body-dl-list-zone .mo-card-dl-wrapper{gap:1.6rem}.mode-mo .mo-integration-card.variant-detail .card-body-dl-list-zone .mo-card-dl-row{flex-direction:column;justify-content:flex-start;gap:.6rem}.mode-mo .mo-integration-card.variant-detail .card-body-dl-list-zone .mo-card-dt-label{font-size:1.35rem}.mode-mo .mo-integration-card.variant-detail .card-body-dl-list-zone .mo-card-dd-value{text-align:left;font-size:1.6rem;font-weight:500}.mode-mo .mo-integration-card.variant-detail .custom-actions-slot{justify-content:flex-end;align-items:center;display:inline-flex;width:auto!important;height:auto!important}.mode-mo .mo-integration-card.variant-detail .custom-actions-slot .mo-card-header-action-group-row{justify-content:flex-end;align-items:center;gap:.4rem;width:100%;display:flex}.mode-mo .mo-integration-card.variant-detail .custom-actions-slot .mo-card-header-action-group-row .btn-card-header-action-trigger{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;transition:color .2s ease-in-out;display:flex}.mode-mo .mo-integration-card.variant-detail .custom-actions-slot .mo-card-header-action-group-row .btn-card-header-action-trigger:active{color:#4338ca}.mode-mo .mo-integration-card.variant-detail .custom-actions-slot .mo-card-header-action-group-row .btn-card-header-action-trigger .base-icon{line-height:1;display:block}.mode-mo .mo-integration-card .card-bottom-action-box{width:100%;margin-top:1.6rem}.mode-mo .mo-integration-card.variant-sub{border:1px solid #e2e8f0;padding:2rem}.mode-mo .mo-integration-card.variant-sub.is-checked,.mode-mo .mo-integration-card.variant-sub.is-expanded{border-color:#121927}.mode-mo .mo-integration-card.variant-sub .card-body-dl-list-zone{background-color:#f8fafc;border-top:none;border-radius:1.2rem;margin-top:1.6rem;padding:1.6rem}@keyframes moCardFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
