.hl-sidebar{position:fixed;top:0;left:0;height:100vh;background-color:#1e1f22;display:flex;flex-direction:column;z-index:100;transition:width .25s cubic-bezier(.4,0,.2,1);overflow:hidden;border-right:1px solid #2b2d31}.hl-sidebar.hl-expanded{width:240px}.hl-sidebar.hl-collapsed{width:68px}.hl-logo-area{padding:12px;display:flex;min-height:158px;flex-shrink:0;background-image:url(/image/header_bg.png);background-size:cover}.hl-logo{display:flex;gap:10px;text-decoration:none;color:#ffffff;overflow:hidden}.hl-logo img{width:40px;height:40px;border-radius:50%;flex-shrink:0;transition:transform .3s ease;animation:rotateLogo 4s linear infinite}.hl-logo:hover img{animation:rotateLogoFast 1.5s linear infinite}.hl-logo-text{font-size:15px;font-weight:700;letter-spacing:.5px;white-space:nowrap;color:#ffffff}@keyframes rotateLogo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateLogoFast{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hl-toggle-btn{display:flex;align-items:center;justify-content:center;margin:-28px 0 4px auto;width:66px;height:28px;border:none;background:transparent;color:white;border-radius:6px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.hl-toggle-btn:hover{color:#48ff00}.hl-divider{height:1px;background-color:#35373c;margin:4px 12px;flex-shrink:0}.hl-nav{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:8px;display:flex;flex-direction:column;gap:2px}.hl-nav::-webkit-scrollbar{width:4px}.hl-nav::-webkit-scrollbar-track{background:transparent}.hl-nav::-webkit-scrollbar-thumb{background-color:#1a1b1e;border-radius:4px}.hl-nav-group{position:relative}.hl-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#b5bac1}.hl-nav-item:hover{background-color:#35373c;color:#dbdee1}.hl-nav-item.hl-active{color:#ffffff}.hl-nav-item.hl-active .hl-nav-icon{color:#48ff00}.hl-nav-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#2b2d31;flex-shrink:0;color:inherit;text-decoration:none;transition:all .2s ease}.hl-nav-item:hover .hl-nav-icon{background-color:#404249;border-radius:12px}.hl-nav-item.hl-active .hl-nav-icon{background-color:#48ff00;color:#000000;border-radius:12px}.hl-nav-label{font-size:14px;font-weight:600;white-space:nowrap;flex:1 1;letter-spacing:.3px}.hl-nav-arrow{transition:transform .2s ease;flex-shrink:0;color:#b5bac1}.hl-nav-arrow.hl-arrow-open{transform:rotate(180deg)}.hl-submenu{display:flex;flex-direction:column;padding:2px 0 6px;margin-left:26px;border-left:2px solid #35373c;animation:hl-submenuSlide .2s ease}@keyframes hl-submenuSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hl-submenu-item{display:flex;align-items:center;gap:8px;padding:6px 12px;margin-left:8px;border-radius:6px;font-size:13px;font-weight:500;color:#949ba4;text-decoration:none;transition:all .15s ease;white-space:nowrap}.hl-submenu-item:hover{color:#dbdee1;background-color:#35373c}.hl-submenu-item.hl-sub-active{color:#48ff00;font-weight:600}.hl-submenu-dot{width:6px;height:6px;border-radius:50%;background-color:#4e5058;flex-shrink:0;transition:background-color .15s ease}.hl-submenu-item:hover .hl-submenu-dot{background-color:#dbdee1}.hl-submenu-item.hl-sub-active .hl-submenu-dot{background-color:#48ff00}.hl-tooltip{display:none;position:absolute;left:calc(100% + 8px);top:0;background-color:#111214;border:1px solid #2b2d31;border-radius:8px;padding:8px;min-width:160px;z-index:200;box-shadow:0 8px 16px rgba(0,0,0,.24);flex-direction:column;gap:2px}.hl-nav-group:hover .hl-tooltip{display:flex}.hl-tooltip-title{font-size:13px;font-weight:700;color:#ffffff;padding:4px 8px 6px;border-bottom:1px solid #2b2d31;margin-bottom:4px}.hl-tooltip-item{font-size:13px;font-weight:500;color:#b5bac1;text-decoration:none;padding:6px 8px;border-radius:4px;transition:all .15s ease;white-space:nowrap}.hl-tooltip-item:hover{background-color:#35373c;color:#dbdee1}.hl-tooltip-item.hl-sub-active{color:#48ff00;font-weight:600}.hl-bottom{padding:8px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.hl-language-select{width:100%;padding:8px 10px;font-size:12px;font-weight:500;color:#dbdee1;background-color:#1e1f22;border:1px solid #35373c;border-radius:6px;cursor:pointer;outline:none;transition:all .15s ease}.hl-language-select:hover{border-color:#4e5058;background-color:#2b2d31}.hl-language-select:focus{border-color:#48ff00}.hl-login-area{display:flex;justify-content:center;padding:4px 0}.hl-login-item{text-decoration:none;width:100%;cursor:pointer}.hl-layout-wrapper{display:flex;min-height:100vh}.hl-main-content{flex:1 1;transition:margin-left .25s cubic-bezier(.4,0,.2,1)}.hl-main-content.hl-content-expanded{margin-left:240px;--sidebar-width:240px}.hl-main-content.hl-content-collapsed{margin-left:68px;--sidebar-width:68px}@media (max-width:880px){.hl-sidebar{width:68px!important}.hl-sidebar.hl-expanded{width:68px}.hl-language-select,.hl-nav-arrow,.hl-nav-label,.hl-submenu,.hl-toggle-btn{display:none!important}.hl-main-content.hl-content-collapsed,.hl-main-content.hl-content-expanded{margin-left:68px;--sidebar-width:68px}.hl-mobile-overlay,.hl-mobile-toggle{display:none}}.hl-mobile-toggle{display:none;position:fixed;top:12px;left:12px;z-index:150;width:40px;height:40px;border:none;background-color:#2b2d31;color:#b5bac1;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:all .15s ease}.hl-mobile-toggle:hover{background-color:#35373c;color:#ffffff}.common-popup__overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000}.common-popup__container{border-radius:20px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:32px;width:90%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 8px 32px rgba(0,0,0,.3)}.common-popup__icon{width:24px;height:24px}.common-popup__title{font-size:18px;font-weight:600;color:#ffffff;line-height:1.5}.common-popup__subMessage,.common-popup__title{margin:0;text-align:center;white-space:pre-wrap;word-break:break-word}.common-popup__subMessage{font-size:16px;font-weight:400;color:rgba(255,255,255,.7);line-height:1.4}.common-popup__buttonGroup{width:100%;display:flex;gap:10px;margin-top:12px}.common-popup__buttonGroup--alert{flex-direction:column}.common-popup__buttonGroup--confirm{flex-direction:row}.common-popup__button{border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none;padding:14px 20px;display:flex;justify-content:center;align-items:center}.common-popup__button--full{width:100%}.common-popup__button--primary{background:#000000;color:#ffffff;flex:1 1}.common-popup__button--primary:hover{background:#1a1a1a;transform:translateY(-2px)}.common-popup__button--primary:active{transform:translateY(0)}.common-popup__button--secondary{background:#c0c0c0;color:#333333;flex:1 1}.common-popup__button--secondary:hover{background:#d0d0d0;transform:translateY(-2px)}.common-popup__button--secondary:active{transform:translateY(0)}@media (max-width:480px){.common-popup__container{width:85%;padding:24px;gap:12px}.common-popup__title{font-size:15px}.common-popup__subMessage{font-size:12px}.common-popup__button{padding:12px 14px;font-size:13px}}@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");@import url("https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap");@font-face{font-family:Pretendard;font-weight:900;font-display:swap;src:local("Pretendard Black"),url(/_next/static/media/Pretendard-Black.d587d1c1.woff2) format("woff2"),url(/_next/static/media/Pretendard-Black.8a5842ed.woff) format("woff"),url(/_next/static/media/Pretendard-Black.29bdc60f.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:800;font-display:swap;src:local("Pretendard ExtraBold"),url(/_next/static/media/Pretendard-ExtraBold.41b9b3ec.woff2) format("woff2"),url(/_next/static/media/Pretendard-ExtraBold.575473ea.woff) format("woff"),url(/_next/static/media/Pretendard-ExtraBold.beae1eed.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:700;font-display:swap;src:local("Pretendard Bold"),url(/_next/static/media/Pretendard-Bold.81b352a4.woff2) format("woff2"),url(/_next/static/media/Pretendard-Bold.5d76ef66.woff) format("woff"),url(/_next/static/media/Pretendard-Bold.63f44d36.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:600;font-display:swap;src:local("Pretendard SemiBold"),url(/_next/static/media/Pretendard-SemiBold.eb9adf80.woff2) format("woff2"),url(/_next/static/media/Pretendard-SemiBold.6d48a5f3.woff) format("woff"),url(/_next/static/media/Pretendard-SemiBold.078ed097.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:500;font-display:swap;src:local("Pretendard Medium"),url(/_next/static/media/Pretendard-Medium.fba9d678.woff2) format("woff2"),url(/_next/static/media/Pretendard-Medium.e750b571.woff) format("woff"),url(/_next/static/media/Pretendard-Medium.95684b27.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:400;font-display:swap;src:local("Pretendard Regular"),url(/_next/static/media/Pretendard-Regular.90312500.woff2) format("woff2"),url(/_next/static/media/Pretendard-Regular.832fda20.woff) format("woff"),url(/_next/static/media/Pretendard-Regular.6f4ca084.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:300;font-display:swap;src:local("Pretendard Light"),url(/_next/static/media/Pretendard-Light.ed42d1b5.woff2) format("woff2"),url(/_next/static/media/Pretendard-Light.28a64f0a.woff) format("woff"),url(/_next/static/media/Pretendard-Light.4c4010ae.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:200;font-display:swap;src:local("Pretendard ExtraLight"),url(/_next/static/media/Pretendard-ExtraLight.e52907b7.woff2) format("woff2"),url(/_next/static/media/Pretendard-ExtraLight.ed543d43.woff) format("woff"),url(/_next/static/media/Pretendard-ExtraLight.28d73697.otf) format("otf")}@font-face{font-family:Pretendard;font-weight:100;font-display:swap;src:local("Pretendard Thin"),url(/_next/static/media/Pretendard-Thin.d83e92f0.woff2) format("woff2"),url(/_next/static/media/Pretendard-Thin.9e786686.woff) format("woff"),url(/_next/static/media/Pretendard-Thin.001494ae.otf) format("otf")}@font-face{font-family:Special Gothic Expanded One;font-weight:400;font-display:swap;src:url(/_next/static/media/SpecialGothicExpandedOne-Regular.6febfe1f.ttf) format("truetype")}.h1{font-size:var(--fs-h1)}.h2{font-size:var(--fs-h2)}.h3{font-size:var(--fs-h3)}.h4{font-size:var(--fs-h4)}.h5{font-size:var(--fs-h5)}.h6{font-size:var(--fs-h6)}:root{font-family:Pretendard}.special-gothic-expanded-one-regular{font-family:Special Gothic Expanded One,sans-serif;font-weight:400;font-style:normal}:root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left);--safe-area-inset-right:env(safe-area-inset-right);--fs-h1:32px;--fs-h2:24px;--fs-h3:20px;--fs-h3a:18px;--fs-h4:16px;--fs-h5:14px;--fs-h6:12px;--formGap:16px;--formGap2:24px;--formGroupGap:8px;--formInputHeight:50px;--formInputPadding:20px;--formInputRadius:14px;--formMaxWidth:370px;--formButtonRadius:14px;--formButtonHeight:60px;--formCheckRadius:4px;--formCheckHeight:16px;--formCheckWidth:16px;--btn-large-height:60px;--btn-medium-height:46px;--btn-xsmall-height:22px;--btn-radius:14px;--btn-small-radius:4px}@media (max-width:380px){:root{--fs-h1:22px;--fs-h2:18px;--fs-h3:16px;--fs-h3a:14px;--fs-h4:13px;--fs-h5:12px;--fs-h6:11px;--btn-large-height:50px;--btn-radius:12px}}*{margin:0;padding:0;box-sizing:border-box;word-break:break-word;font-family:Pretendard;font-optical-sizing:auto;font-style:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none}:root{--cr-co01:#fff0eb;--cr-co02:#ffd6cc;--cr-co03:#ffb4a1;--cr-co04:#fd8c73;--cr-co05:#ec6547;--cr-co06:#c4432b;--cr-co07:#9e2f1c;--cr-co08:#801f0f;--cr-co09:#691105;--cr-co10:#510901;--cr-r01:#ffebe9;--cr-r02:#ffcecb;--cr-r03:#ffaba8;--cr-r04:#ff8182;--cr-r05:#fa4549;--cr-r06:#cf222e;--cr-r07:#a40e26;--cr-r08:#82071e;--cr-r09:#660018;--cr-r10:#4c0014;--cr-pk01:#ffeff7;--cr-pk02:#ffd3eb;--cr-pk03:#ffadda;--cr-pk04:#ff80c8;--cr-pk05:#e85aad;--cr-pk06:#bf3989;--cr-pk07:#99286e;--cr-pk08:#772057;--cr-pk09:#611347;--cr-pk10:#4d0336;--cr-or01:#fff1e5;--cr-or02:#ffd8b5;--cr-or03:#ffb77c;--cr-or04:#fb8f44;--cr-or05:#e16f24;--cr-or06:#bc4c00;--cr-or07:#953800;--cr-or08:#762c00;--cr-or09:#5c2200;--cr-or10:#471700;--cr-y01:#fff8c5;--cr-y02:#fae17d;--cr-y03:#eac54f;--cr-y04:#d4a72c;--cr-y05:#bf8700;--cr-y06:#9a6700;--cr-y07:#7d4e00;--cr-y08:#633c01;--cr-y09:#4d2d00;--cr-y10:#3b2300;--cr-gr01:#dafbe1;--cr-gr02:#aceebb;--cr-gr03:#6fdd8b;--cr-gr04:#4ac26b;--cr-gr05:#2da44e;--cr-gr06:#1a7f37;--cr-gr07:#116329;--cr-gr08:#044f1e;--cr-gr09:#003d16;--cr-gr10:#002d11;--cr-p01:#fbefff;--cr-p02:#ecd8ff;--cr-p03:#d8b9ff;--cr-p04:#c297ff;--cr-p05:#a475f9;--cr-p06:#8250df;--cr-p07:#6639ba;--cr-p08:#512a97;--cr-p09:#3e1f79;--cr-p10:#2e1461;--cr-b01:#ddf4ff;--cr-b02:#b6e3ff;--cr-b03:#80ccff;--cr-b04:#54aeff;--cr-b05:#218bff;--cr-b06:#0969da;--cr-b07:#0550ae;--cr-b08:#033d8b;--cr-b09:#0a3069;--cr-b10:#002155;--cr-g01:#f6f8fa;--cr-g02:#E5E5E4;--cr-g03:#d0d7de;--cr-g03a:#C0C0C0;--cr-g04:#afb8c1;--cr-g05:#898989;--cr-g06:#6e7781;--cr-g07:#57606a;--cr-g08:#424a53;--cr-g09:#32383f;--cr-g10:#24292f;--cr-bk00:#000000;--cr-bk01:#111111;--cr-bk02:#222222;--cr-bk03:#333333;--cr-bk04:#444444;--cr-bk05:#555555;--cr-bk06:#666666;--cr-btn-primary:#625DCA;--cr-btn-verify:#A3A3C1;--cr-primary:#A3A3C1;--cr-primary2:#A7A4E0;--cr-primary-selected:#A3A3C1;--cr-type01:#D09FE6;--cr-type02:#7DB1E3;--cr-type03:#8F7BE0}body,html{background-color:#000000;color:#ffffff;overflow-x:hidden}input{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.cursor-pointer{position:relative;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}.cursor-pointer:active:after{content:"";position:absolute;width:100%;height:100%;background:var(--cr-btn-verify);opacity:.4;border-radius:9999px}.cursor-pointer:active:after,.toast-popup{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-popup{position:fixed;height:56px;min-width:400px;display:flex;align-items:center;justify-content:center;z-index:99999;font-size:16px;font-weight:700;line-height:1.5;color:#fff;border-radius:20px;background:linear-gradient(0deg,rgba(28,28,30,.5),rgba(28,28,30,.5)),rgba(255,255,255,.5);opacity:0;word-break:keep-all;text-align:center;transition:all .3s ease}.toast-popup.active{opacity:1}.toast-popup.red{border:1px solid rgba(255,0,0,.2);color:#fff}.toast-popup.blue{border:1px solid rgba(0,0,255,.2);color:#fff}