:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.d-none{display:none!important}.text-danger{color:#e21d34!important}.border-danger{border-color:#e21d34!important}.pointer,a{cursor:pointer}.layer-wrap{max-height:140%}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease-in-out;z-index:1000}.selectMap{position:relative}.card-item-wrap{flex-wrap:wrap}@media screen and (max-width: 870px){.selectMap .flex-con2.res2{flex-wrap:wrap}.selectMap .flex-con2.res2 .titT1{width:100%;margin-bottom:.5rem!important}}@media (max-width: 768px){.selectMap .flex-con2.res2 .flex-con3{width:100%}.selectMap .flex-con2.res2 .flex-con3 .custom-select,.selectMap .flex-con2.res2 .flex-con3 .select-group{width:33%}.flex-con2.res4{flex-wrap:wrap;justify-content:end;gap:.5rem}.flex-con2.res4 .titT5{width:100%}.col-wrap .cont{padding:1rem}}@media screen and (max-width: 650px){.card-item{max-width:100%;min-width:100%}.flex-con2.res1{flex-wrap:wrap;gap:.5rem;justify-content:end}.flex-con2.res3{flex-wrap:wrap;justify-content:end;gap:.25rem}.flex-con2.res3 .titT1{width:100%}}@media screen and (max-width: 450px){.selectMap .flex-con2.res2 .flex-con3{width:100%;flex-wrap:wrap}.selectMap .flex-con2.res2 .flex-con3 .custom-select,.selectMap .flex-con2.res2 .flex-con3 .select-group{width:49%}}.card-item-wrap .card-item{min-width:23.8%}.highcharts-credits{display:none!important}li:hover>.depth02{display:block!important}#gg-map>div{height:100%}.flex{display:flex}.justify-between{justify-content:space-between}.justify-end{justify-content:end}.justify-center{justify-content:center}.align-center{align-items:center}.ms-100px{margin-left:100px}.t-badge2,.t-badge1{width:auto!important;height:auto!important}.h-46px{height:46px}.step-hover{cursor:pointer}.txt-imp-e{color:red}#gg-map.solar-map{position:relative}#gg-map.solar-map .map-info-box{position:absolute;top:4rem;left:0;max-height:calc(100vh - 4rem)}#gg-map.solar-map .map-info-box .info-txt-wrap{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#999 transparent;padding-right:1rem}#gg-map.solar-map .map-info-box .info-txt-wrap::-webkit-scrollbar{width:6px}#gg-map.solar-map .map-info-box .info-txt-wrap::-webkit-scrollbar-track{background:transparent}#gg-map.solar-map .map-info-box .info-txt-wrap::-webkit-scrollbar-thumb{background-color:#999;border-radius:3px}#gg-map.solar-map .map-legend2{position:absolute;bottom:1rem;right:3rem}#gg-map.solar-map .location-btn-wrap{position:absolute;top:4.5rem;right:1rem;z-index:2}gmp-internal-camera-control{display:none!important}#gg-map.solar-map .spot-tag-wrap1{position:absolute;width:100%;height:100%;left:0;top:0}#gg-map.solar-map .map-weather-box{position:absolute;bottom:4.5rem;right:3rem}#gg-map.solar-map2{width:100%;min-height:calc(100vh - 3rem);height:100%;background:url(/assets/images/sub/map-back.png) no-repeat center center/cover;position:relative;z-index:2}#gg-map.solar-map2 #contents{padding:0}#gg-map.solar-map2 .container{width:100%!important;height:100%}#gg-map.solar-map2 .location-btn-wrap{position:absolute;top:1rem;right:3rem;z-index:2}#gg-map.solar-map2 .zoom-btn{position:absolute;top:1rem;right:1rem;z-index:2}#gg-map.solar-map2 .spot-tag-wrap1{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}#gg-map.solar-map2 .map-weather-box{position:absolute;bottom:1rem;right:1rem}#gg-map.solar-map2 div[class^=tab-st]{z-index:2}#gg-map.solar-map2-2{width:100%;height:calc(100vh - 3rem);background:url(/assets/images/sub/map-back.png) no-repeat center center/cover;position:relative;z-index:2;overflow:hidden}#gg-map.solar-map2-2 #contents{padding:0}#gg-map.solar-map2-2 .container{width:100%!important;height:100%}#gg-map.solar-map2-2 .location-btn-wrap{position:absolute;top:1rem;right:3rem;z-index:2}#gg-map.solar-map2-2 .zoom-btn{position:absolute;top:1rem;right:1rem;z-index:2}#gg-map.solar-map2-2 .spot-tag-wrap1{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}#gg-map.solar-map2-2 .map-weather-box{position:absolute;bottom:1rem;right:1rem}#gg-map.solar-map2-2 div[class^=tab-st]{z-index:2;overflow:visible}#gg-map.solar-map2-2 .map-info-box{position:absolute;top:1.5rem;left:0;z-index:2}#gg-map.solar-map2-2 .map-info-box .info-txt-wrap{max-height:35rem;overflow-y:scroll;padding-right:1rem}#gg-map.solar-map2-2 .map-info-box .info-txt-wrap::-webkit-scrollbar{width:4px}#gg-map.solar-map2-2 .map-info-box .info-txt-wrap::-webkit-scrollbar-track{background:#d9d9d9;border-radius:4px}#gg-map.solar-map2-2 .map-info-box .info-txt-wrap::-webkit-scrollbar-thumb{background:#b1b1b1;border-radius:4px}#gg-map.solar-map2-2 .map-info-box .info-txt-wrap::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.tit-cus:before{left:100px!important}.b-1rem{bottom:1rem!important}.location-btn-wrap .location-btn{margin:0 .1rem}.weather-width{width:90%;top:50%!important}.power-width{width:80%;top:50%!important}.inv-width{width:70%;top:50%!important}.notice-popup-width{width:60%;max-width:900px;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;max-height:85vh!important;overflow-y:auto!important}.power-form-width{top:50%!important}.status-badge4{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:1rem;border-radius:1rem;background:#536aff;color:#fff;font-size:.7rem;font-weight:400;margin-left:.25rem}.status-badge5{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:1rem;border-radius:1rem;background:#000;color:#fff;font-size:.7rem;font-weight:400;margin-left:.25rem}.spot-tag-wrap1 .spot-tag3>div .status-circle .sc4{background:#536aff}.spot-tag-wrap1 .spot-tag3>div .status-circle .sc5{background:#000}.svgMap-wrap .num-wrap .normal{background:#53ffe2;color:#fff}.svgMap-wrap .num-wrap .preparing{background:#536aff;color:#fff}.svgMap-wrap .num-wrap .notUsed{background:#000;color:#fff}.svgMap-wrap .num-wrap .wrong{background:#ffb028;color:#fff}.svgMap-wrap .num-wrap .stop{background:#ff0000;color:#fff}.map-legend1>a.normal.active{background:#53ffe2}.map-legend1>a.normal.active .tit{color:#fff}.map-legend1>a.normal.active .txt{color:#fff}.map-legend1>a.normal.active .legend-icon3{background:url(/assets/images/dashboard/legend_hover1.png) no-repeat center/150%}.map-legend1>a.preparing.active{background:#536aff}.map-legend1>a.preparing.active .tit{color:#fff}.map-legend1>a.preparing.active .txt{color:#fff}.map-legend1>a.preparing.active .legend-icon5{background:url(/assets/images/dashboard/legend_hover1.png) no-repeat center/150%}.map-legend1>a.notUsed.active{background:#000}.map-legend1>a.notUsed.active .tit{color:#fff}.map-legend1>a.notUsed.active .txt{color:#fff}.map-legend1>a.notUsed.active .legend-icon6{background:url(/assets/images/dashboard/legend_hover1.png) no-repeat center/150%}.map-legend1>a.wrong.active{background:#ffb028}.map-legend1>a.wrong.active .tit{color:#fff}.map-legend1>a.wrong.active .txt{color:#fff}.map-legend1>a.wrong.active .legend-icon2{background:url(/assets/images/dashboard/legend_hover2.png) no-repeat center/150%}.map-legend1>a.stop.active{background:#ff0000}.map-legend1>a.stop.active .tit{color:#fff}.map-legend1>a.stop.active .txt{color:#fff}.map-legend1>a.stop.active .legend-icon1{background:url(/assets/images/dashboard/legend_hover3.png) no-repeat center/100%}.spot-tag-wrap1 .spot-tag3.n-used>div .status{background:url(data:image/png;base64,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) no-repeat center/150%}.spot-tag-wrap1 .spot-tag3.n-used>div .tit{border:1px solid #000}.spot-tag-wrap1 .spot-tag3.n-used>div .tit:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJCSURBVHgB7Ze9TxRRFMWProkfEaUykYaptPO7M9FNbBUsbIwxWhEr9T9QK22M2hktNCaGzuBHZbXEmFioEDpoWBoIVCQQSCiAc7h34GXZIbPMg12SPckvb/N25s2ZO/e+uQPE1woiaz/2gNomY6ltMpbaJmOpbTKW9oTJfWhcCSmTs/5bdAaEqjqzPg76OIzIJnXhm+SqjwvkPxkl88E45/wll/zcLnKSdJBTjuZOkAr5Sgb8JrZlskx6yS0yTX74wnPYWqHJLMnoRdiNl8lH8gwW5U06UGcuIa/INdJP7uYw1qgmne/YMPyb/KxntrZwHpFfZIb0kHc7YLBWqVldb4kMkcfhAWEkn5A+8sBPbIYUFKXVW3IcFtX1SLaCwVST7kN+1iKqwklg+RDLYJ7CySPl6mdyRiY/kAlYXhRZ8Da5DttulMfaE/X4ity4orkok+PkYcHFvrnRWmnNHmxfWvOTcjJB8/MwS/LVKZPa7btQTMpnVWW6XWns9/kikq+qHvdrchiWP62mG6Q7re4Rcget9dgVRe2Xl0uwx71InsMqcqffMHmUGnxPBko++Yccg23qzTYaGnyqiVLwZ4UskzfkEPmH3ZX21/uw/uEleZH+UdtgqIjOk4OwvU+JW7Ty85jr8+upz7ziPta1VT+ZwMJ9DxZlpYGiG6O4ZKwMe0PJ2BdY81upd3AjnXmvL6w2TkbHHOXvFDab73COktPBeIEccVODKNiZZ+kcNr5zuv0mEifUbEAV1h/o26aCjA48S6t1goJJ/FAHogAAAABJRU5ErkJggg==) no-repeat center/100%}.spot-tag-wrap1 .spot-tag3.preparing>div .status{background:url(data:image/png;base64,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) no-repeat center/150%}.spot-tag-wrap1 .spot-tag3.preparing>div .tit{border:1px solid #536aff}.spot-tag-wrap1 .spot-tag3.preparing>div .tit:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMaSURBVHgB7VdNTxNBGH5mFmo0NOmJxF7oCW5+30y0iScTFIKYyIkTBNHE/gKBP6A9aG3KQS8Gow2pyMlTG+PND+INTssFI6cmJZq0dsfnXVqzmBZod9WS9Ekmszs7887zfsw77wIB48asMQgYGkcAXZJBoUsyKHRJBoUuyaBwJEgqtIhbCRMrlxHXCqd5AcYoIQaDCD/Vmxc2v9v8XlTsjUJBO7BfpdQaWsCBJEcTJqLLGOUml7mZ9N+Ng09KY53vO7yo1zltRzko8VvJUfigDS7IWj5H+XyyahBWFgY5NMg1Ufb9bHmufe2EkMslVbEtkuN3TZwCR2itcU76xqFVOMgLEewDL8l95kQp87zZVTxOFs96e7HwIqlsHIbk6IyJWRoP+XiFApaUtAOItUqyEWEymaJl3zYiu+fgsMy6R4LvSG6b7rvOj5lWCLYDKrRFQ7yR/eipcqWMz2O3TcI757clx2bNHElNU5sZWYg20aolG6yP0jBpxyCznFILMqaDJBgEZH+egxlmj+m6RZXEYI/G+6AI+rWkR45kgee9IZxSjMOn9PmmxAXaBN0TdYAJKjrM1zBbifIKtEbG+AkdjWmejx/i7jiFf4QPUOs0ZUzUCArCTC/DJJ6GHximPWBSSMb+dxw2Q41XREgWa/5vGxLoNa3r6Ur6JYlz+IDa5WVLTCaZiI7zTs2gw8CQucY20FN1kGQC/0LWq6aD3C5WJMEp3kAXdS6tbA7clyBXPt0eFNxswcPIEFqUK9JN5tnHKslusROIeglmU2reHfNOGL9jEnT5HEdf/usYtVjOVSzmWoOrPNUPsk9cw7nYU2CIRRmjZ3nRH2M8rEjg/m3LCjlJ2hWNFVqvPxTCJS9BQdN60i3ZFOY5Y5JE85AbhEk/iMMlxH5q1pFwE34/SSyziM5lH6l8o/mHrswtYIQC4xzaJukt5sANXn0bFF5yHHz980Jw3acRtiz0OVUMcac+VvRDnH+Oip7ge459wVdl3gw3Z80ZuifGkIjTsgMMiYj7rwO3eSEby79NkcrYVHCTiq3RnflmFXgz/AKKF0ElyJsXeQAAAABJRU5ErkJggg==) no-repeat center/100%}.location-btn-wrap .location-btn.active{background:#bac6cf}.ui-datepicker{z-index:105!important}.my-calendar .p-inputtext{background-color:#fff;padding:.5rem 1.6rem .5rem .75rem!important;border-radius:.25rem!important;font-weight:600;width:150px;height:41px}.my-calendar{position:relative;display:inline-block}.my-calendar .p-datepicker-trigger{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);background:transparent;box-shadow:none;padding:0;z-index:1;height:auto;width:auto}.my-calendar .p-button-label{display:none}.my-calendar input.p-inputtext{padding-right:2rem}.my-calendar input.p-inputtext:hover{border:double 1px transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#22859b 11%,#009a80 89%);background-origin:border-box;background-clip:padding-box,border-box;outline:0}.my-calendar:has(input.p-inputtext:hover) .p-datepicker-trigger{color:#107f93!important}.p-datepicker table td{padding:0!important;font-size:14px!important}.p-datepicker .p-datepicker-header,.p-button,.p-datepicker table th{padding:0!important}.p-datepicker-buttonbar{padding:0 10px 10px!important}.r-3rem{right:3rem!important}.spot-tag-wrap1 .spot-tag4.preparing>div .tit{border:1px solid #536aff}.spot-tag-wrap1 .spot-tag4.preparing>div .tit .status{background:#536aff}.spot-tag-wrap1 .spot-tag4.preparing>div .num-label .num{background:#536aff}.spot-tag-wrap1 .spot-tag4.preparing>div .num-label .txt{background:#536aff}.spot-tag-wrap1 .spot-tag4.n-used>div .tit{border:1px solid #000}.spot-tag-wrap1 .spot-tag4.n-used>div .tit .status{background:#000}.spot-tag-wrap1 .spot-tag4.n-used>div .num-label .num{background:#000}.spot-tag-wrap1 .spot-tag4.n-used>div .num-label .txt{background:#000}.ui-datepicker-year{padding:5px;width:80px!important}.ui-datepicker-month{margin-left:5px!important;padding:5px;width:60px!important}.tr-event:hover{cursor:pointer;background:#bac6cf}.tr-event.active{background:#bac6cf}#header .header-wrap .side-wrap .gnb-wrap #gnb .depth01>ul>li>a>span:after{height:1.5rem!important}.text-one-line-33{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:33px}.text-one-line-24{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:24px}.no-wrap{white-space:nowrap}.alarm-layer{top:460px!important}.fixed{position:fixed}.event-pop>ul>li.info-type1>div>p{justify-content:flex-start}.event-pop{height:33rem!important;display:flex;flex-direction:column;justify-content:space-between}.pl .list{padding-left:20px}.status-circle em{margin-left:3px}.InpSel-680{width:680px!important}.break-spaces{white-space:break-spaces;word-wrap:break-word;overflow-wrap:break-word}.map-legend2 .active span{color:#fff}.map-legend2 .active.normal .legend-icon3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALSSURBVHgBnZW/TxRBFMc/s7u3eyCgSIiiFoTCECgvRgujWNuZgImYWGj0LzDGSuhsjZ2x0IKYQIKF/4CFDZorQTRKTPghSBABD+72dnact9weCxEkvstedmbefObNzPu+VewxY4yyZmqN2guodDxtq/rQLlNZkPWyBKOGGE7633LZOUufWmUqac+wZbooxL3W/dEOe9cCqg7L2D2K3iwFp4mpnM9Jx/Dblf4qUZznSOSypX1W9CkKekimZ6AqCxu2fZNMeXnacmWqQYAONol9l0YnR0VVyUWasOriVvLkKmVWqtCjRyGuA9MIUxi0+xFx4xWCjgGab7fgXGhAnRO/EDM9h355n4VRu1ipgebNDX5UeumJ5Ai2gbWDt0D3K0vBGptNN2ntvsaxEbvP0387eA3z4/wafEXlYxNY8Fz4jEIkd+DIn0Q3wRd3e5tO40EwMRkTn4uoDpkj5z1kGbJTRxwmbaOJMKfZCB7Tcf0gWBY6SOsdCHzNkjeZHKGNUKitFC0471YJcmfwb3FIa8E7D5F/lJI3YxnC8mRglQaVw7PQwPWh+7DA7csKbSDHVYGupM+Ra261CevTYsqU+R87lnl30qQs8dPk8fUW5gOHtArxJ5fmqEocFynWIrQHuWrlJAqQpF0nnjgscJboRchGFLIYiyS3I0yUMmZv7YQWBYyw8TzCLPwLpjHzD1gczaPKyzRGvTVtJ2kzSn/caa8L1sN3VL6PsXZDJhwEG6c0KGpxCULorCslAdbELCGHGnfrDavTA8xemiF6aL2nU1AZ834Z/fQJy1dfszwt0hM999W0XGelBWKAMbtAr5sWB22Lg4tvE77q2UjslmK9tzikOk5gaXFIoUlNM8a5S9ENaXNLbHpSvkqsO5IaJWKTlq9vdpsS2VCtfO2qh1loJnTVbx9RkSREwf4+W5d2++wtsNnqrdjHUvjO5wAJP5lg2P8T8AcYg1ax9kG5iQAAAABJRU5ErkJggg==) no-repeat center/150%}.map-legend2 .active.preparing .legend-icon5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALSSURBVHgBnZW/TxRBFMc/s7u3eyCgSIiiFoTCECgvRgujWNuZgImYWGj0LzDGSuhsjZ2x0IKYQIKF/4CFDZorQTRKTPghSBABD+72dnact9weCxEkvstedmbefObNzPu+VewxY4yyZmqN2guodDxtq/rQLlNZkPWyBKOGGE7633LZOUufWmUqac+wZbooxL3W/dEOe9cCqg7L2D2K3iwFp4mpnM9Jx/Dblf4qUZznSOSypX1W9CkKekimZ6AqCxu2fZNMeXnacmWqQYAONol9l0YnR0VVyUWasOriVvLkKmVWqtCjRyGuA9MIUxi0+xFx4xWCjgGab7fgXGhAnRO/EDM9h355n4VRu1ipgebNDX5UeumJ5Ai2gbWDt0D3K0vBGptNN2ntvsaxEbvP0387eA3z4/wafEXlYxNY8Fz4jEIkd+DIn0Q3wRd3e5tO40EwMRkTn4uoDpkj5z1kGbJTRxwmbaOJMKfZCB7Tcf0gWBY6SOsdCHzNkjeZHKGNUKitFC0471YJcmfwb3FIa8E7D5F/lJI3YxnC8mRglQaVw7PQwPWh+7DA7csKbSDHVYGupM+Ra261CevTYsqU+R87lnl30qQs8dPk8fUW5gOHtArxJ5fmqEocFynWIrQHuWrlJAqQpF0nnjgscJboRchGFLIYiyS3I0yUMmZv7YQWBYyw8TzCLPwLpjHzD1gczaPKyzRGvTVtJ2kzSn/caa8L1sN3VL6PsXZDJhwEG6c0KGpxCULorCslAdbELCGHGnfrDavTA8xemiF6aL2nU1AZ834Z/fQJy1dfszwt0hM999W0XGelBWKAMbtAr5sWB22Lg4tvE77q2UjslmK9tzikOk5gaXFIoUlNM8a5S9ENaXNLbHpSvkqsO5IaJWKTlq9vdpsS2VCtfO2qh1loJnTVbx9RkSREwf4+W5d2++wtsNnqrdjHUvjO5wAJP5lg2P8T8AcYg1ax9kG5iQAAAABJRU5ErkJggg==) no-repeat center/150%}.map-legend2 .active.unused .legend-icon6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALSSURBVHgBnZW/TxRBFMc/s7u3eyCgSIiiFoTCECgvRgujWNuZgImYWGj0LzDGSuhsjZ2x0IKYQIKF/4CFDZorQTRKTPghSBABD+72dnact9weCxEkvstedmbefObNzPu+VewxY4yyZmqN2guodDxtq/rQLlNZkPWyBKOGGE7633LZOUufWmUqac+wZbooxL3W/dEOe9cCqg7L2D2K3iwFp4mpnM9Jx/Dblf4qUZznSOSypX1W9CkKekimZ6AqCxu2fZNMeXnacmWqQYAONol9l0YnR0VVyUWasOriVvLkKmVWqtCjRyGuA9MIUxi0+xFx4xWCjgGab7fgXGhAnRO/EDM9h355n4VRu1ipgebNDX5UeumJ5Ai2gbWDt0D3K0vBGptNN2ntvsaxEbvP0387eA3z4/wafEXlYxNY8Fz4jEIkd+DIn0Q3wRd3e5tO40EwMRkTn4uoDpkj5z1kGbJTRxwmbaOJMKfZCB7Tcf0gWBY6SOsdCHzNkjeZHKGNUKitFC0471YJcmfwb3FIa8E7D5F/lJI3YxnC8mRglQaVw7PQwPWh+7DA7csKbSDHVYGupM+Ra261CevTYsqU+R87lnl30qQs8dPk8fUW5gOHtArxJ5fmqEocFynWIrQHuWrlJAqQpF0nnjgscJboRchGFLIYiyS3I0yUMmZv7YQWBYyw8TzCLPwLpjHzD1gczaPKyzRGvTVtJ2kzSn/caa8L1sN3VL6PsXZDJhwEG6c0KGpxCULorCslAdbELCGHGnfrDavTA8xemiF6aL2nU1AZ834Z/fQJy1dfszwt0hM999W0XGelBWKAMbtAr5sWB22Lg4tvE77q2UjslmK9tzikOk5gaXFIoUlNM8a5S9ENaXNLbHpSvkqsO5IaJWKTlq9vdpsS2VCtfO2qh1loJnTVbx9RkSREwf4+W5d2++wtsNnqrdjHUvjO5wAJP5lg2P8T8AcYg1ax9kG5iQAAAABJRU5ErkJggg==) no-repeat center/150%}.map-legend2 .active.warning .legend-icon2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAVCAYAAACt4nWrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAO+SURBVHgBjVXLbxtFHP5mdnZnN7YJTiiJG6ggskgbQy+QCAFVGh6V4NADKA1I0KoUuKCKxwXBpTYXDvwDiAsSggM1XKgQqFLFcoATVdVKrdQe0kqN2kSRaidx6sc+pr/Z9SNuNm1HO5rRzG+++eb7PZbhfk3pTzEwPWfxGos+db+j7J64SqOVqF9kcFdi25UdCpcKMfCJE4oxtu0l4p7AZcZReZYjBxOZDMeax2AvBJg+F8B5LEAJoTYEYw8O3mNcMPC8Z+KmL3ELMtp0Qh8YbtKsBbi+KkXPD5NweOKV2vz7UwYGDRPnkUL+8z04+N8ZvPn/Dbz851fwqmlUqzZmOuSSleHJcsxxZC2BjZYNu5nCk0d+gbD2RAZy5FNMfTcLviqxclEgd8qgI+zBmRdg0KstKMvBgfI8uBjr239k6hMwawB21sYzywJlcK38tuCacWRQPsRx9rIJ/5aNvR/mkZk4HhlsXD+NyoUfETaWYKam8MKvb8MLbVRtM/JNgjRd8CikSkWG9DmBIWXBkQ7G3nof3NoZGSy7f+Hf+R8QELhuQ5NfYuyNEXi2gwb5pjRrxIGQxLxY5JhxOTzDQtO3MXEsDyf3Xs+ShTqbugQZz6Dw2TGEvgODyEwvGjrCNl/AO5JgkhLl2jUBpiS4MYDxw8e3PJKU61M2tetdTHyUxzCRqUkTLhHc5NueQ8cXOIbIQOs48/M85KMH+8GJAFccm5+u2ec/+AYhkRGBRD1v4OQc77DnHcWxQKHH0hKW6WBw98e4u+3Y9zpeKh+F4Yz2rZuZ57D3230kjYQ3YqGy0CXMlc4Ydz+H5ALWbRMzvx/tOrGvhQwq6GfeabnZL8CkRG1NINvoaU4nFK6sM6wvM3h0OP3EYSS1pb9Pw32HQrG+tGWPy9148adXYQYUbc0uuIhS/an9Cms1pctQpGNSG33lNQxPPw1jYCRx3yARPMJwiG8p8qqKM0uX0VUZohl4WL/6NRAsbjmc2nUADxeOwLC3greqv+HM3B/YWfeQGQ5QjAM2qvmqWOKYLAuSRiI76MC3baQZRQ75QbToRRSCdeqyDRaEPCqKoVTkSA+W0YBVr6PSamFukTZUqJMy0qdbu9N5Qc8WWK0JPGQbaPkcjRSDv6GQbgPXqOt5gxwsRIi6GaLR8jGe8/APqBy7ISvGJTgG1yPpg5Ku4ZSlOZfh8TynHwJJRg7auBnnZcVnyAqFVI7WiPX6osIojRVbITse4tBJ/cZtfx76DqZLQW9s9yJ4u7i119pjZKOYSgjROzoofIMPFc5AAAAAAElFTkSuQmCC) no-repeat center/150%}.map-legend2 .active.interruption .legend-icon1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBnVFBDcAgDKwEJEzCJCABCUiYg80ZEpCAhEno2qwbNwI8dsklcL1ypCUyMLMT7sLEFVkYqYWIi7DwGFpbsKFAwWua6UF4Qs2pGD/CN3lvkg6yfyrCwKwJm50TPa0T82oDuX0Q53pmeORtSHb2E3MwPevlAFPP7LhOMbbCPYlq9FAr/xcHjbqTDMZkX373cwHfdpZJpU6qvwAAAABJRU5ErkJggg==) no-repeat center/100%}.map-legend2 .active.normal{background-color:#36d5bb}.map-legend2 .active.preparing{background-color:#536aff;border-radius:2.5rem 0 0 2.5rem}.map-legend2 .active.unused{background-color:#000}.map-legend2 .active.warning{background-color:#e69914}.map-legend2 .active.interruption{background-color:red;border-radius:0 2.5rem 2.5rem 0}.report-div{position:absolute;display:flex;right:0;top:0}.report-btn-pdf{cursor:pointer;color:#fff;background-color:#455060;border-radius:50px;padding:10px 15px}.attach-list .attach-hd .num>strong{color:#006b93}.cus-txt{color:#666;font-size:1rem;font-weight:600}.map-info-box .info-status .status4{background:#536aff}.map-info-box .info-status .status5{background:#000000}.info-status-cus{display:flex;justify-content:space-between;width:100%}.info-status-cus span{width:50%;display:flex;justify-content:center;align-items:center}.swm-loader-2{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #292b39;border-radius:50%;animation:spin 1s linear infinite;margin:auto}.swm-loader-auto{width:auto;height:auto;border:4px solid #e0e0e0;border-top:4px solid #292b39;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.txt-area .txt-auto-break-line{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.tit-wrap{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.question-row{display:flex;flex-wrap:wrap;gap:15px;flex:1;white-space:normal;padding:10px 0}.question-row .num{font-weight:700;flex-shrink:0}.question-row .tit{word-break:break-word;white-space:pre-wrap;flex:1}.processed-icon{display:inline-block;width:1rem;height:1rem;background:url(/assets/images/dashboard/processed.png) no-repeat center}.report-btn3{border:1px solid #b4b4b4;background:#b4b4b4}.report-btn3:hover{background:#eef2f5}.report-btn3:hover>span{color:#333}.sys-menu.info-list1{background:linear-gradient(90deg,#22859b 11%,#009a80 89%)!important;color:#fff}.active p.sys-menu.info-list1{background:linear-gradient(90deg,#22859b 11%,#009a80 89%)!important;color:#fff;border-left:0!important}li.sys-menu.menu-lev-2{font-weight:800}.scroll-x-auto{overflow-x:auto;white-space:nowrap}.w-75{width:75%}.guide-title{font-weight:700;font-size:18px;padding-bottom:.2rem;border-bottom:1px solid #bac6cf}.__guide{display:flex;margin-top:.5rem;gap:2rem}.__guide .guide-left{width:15%;min-height:400px}.__guide .guide-right{width:85%;min-height:400px;max-height:80vh;overflow-y:auto;padding-right:.5rem}.guide-section{width:100%}.guide-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#333;margin-bottom:8px;cursor:pointer}.guide-arrow{height:15px}.guide-box{background-color:#f1f5f9;border-radius:12px;padding:.5rem;display:flex;flex-direction:column;gap:4px}.guide-item{background:none;border:none;text-align:left;padding:8px 16px;font-size:14px;color:#333;border-radius:9999px;cursor:pointer;transition:background .2s}.guide-item:hover{background-color:#e5e7eb}.guide-item.active{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);color:#fff;font-weight:600}.guide-header.active{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);color:#fff;font-weight:600;padding:5px 10px;border-radius:9999px}.__guide .guide-right{font-family:Noto Sans KR,sans-serif;color:#222;line-height:1.6}.__guide .guide-right .g-title{font-size:20px;font-weight:700;margin-bottom:.5rem}.__guide .guide-right .g-img-bg{display:flex;flex-direction:column;justify-content:center;background-color:#151922;border-radius:.5rem;padding:.2rem;margin-bottom:.5rem}.__guide .guide-right .g-img-bg .g-img{display:flex;justify-content:center}.__guide .guide-right .g-img-bg .g-img img{max-width:80%;border-radius:.5rem}.__guide .guide-right .g-content .g-tit{font-size:18px;font-weight:700;margin-bottom:.75rem}.__guide .guide-right .g-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.__guide .guide-right .g-content ul li{display:flex;align-items:flex-start;gap:.5rem}.__guide .guide-right .g-content ul li .g-number{display:inline-flex;justify-content:center;align-items:center;font-weight:700;color:#fff;background-color:#ffb028;width:1rem;height:1rem;border-radius:50%;flex-shrink:0;margin-top:.2rem}.__guide .guide-right .g-content ul li .g-text{font-size:15px;color:#333}.__guide .guide-right .g-content ul li .g-note{font-size:14px;color:#666}.g-tab-menu{display:flex;gap:10px;list-style:none;padding:20px;margin:0}.g-tab-menu li{border:1px solid #ffffff33;color:#fff;padding:8px 20px;border-radius:999px;cursor:pointer;font-size:14px;transition:all .2s ease}.g-tab-menu li:hover{background-color:#fff2;box-shadow:0 0 4px #fff3}.g-tab-menu li.g-active{background-color:#fff;color:#000;font-weight:500}.g-table{width:100%;border:1px solid #ddd;border-collapse:collapse;box-shadow:0 4px 12px #00000014}.g-th{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);color:#fff;text-align:center;padding:12px 10px;font-size:15px;font-weight:600;border:1px solid #ddd}.g-td{border:1px solid #ddd;padding:12px 14px;font-size:14px;color:#333;line-height:1.6;background-color:#fff;transition:background .2s ease}.g-table tbody tr{border:1px solid #ddd}.g-table tbody tr:last-child .g-td{border-bottom:none}.g-table tbody tr:hover .g-td{background-color:#f8faff}.g-red{color:#e53935;font-weight:600}@media (max-width: 768px){.g-table-container{margin:20px}.g-table,.g-th,.g-td{display:block;width:100%}.g-th{display:none}.g-table tbody tr{margin-bottom:12px;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 6px #0000000d;overflow:hidden}.g-td{border:none;padding:10px 14px;position:relative}.g-td:before{content:attr(data-label);font-weight:600;color:#4c8bf5;display:block;margin-bottom:4px;font-size:13px}}.rp-title{font-size:20px;font-weight:700;margin-bottom:16px}.rp-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rp-btn{padding:8px 14px;font-size:14px;border-radius:6px;cursor:pointer;transition:all .2s ease}.rp-btn-pdf{display:flex;align-items:center;gap:.25rem;padding:5px 14px;font-size:14px;border-radius:6px;cursor:pointer;transition:all .2s ease}.rp-btn-primary{background-color:#00a087;color:#fff;border:none}.rp-btn-primary:hover{background-color:#009176}.rp-btn-outline{background:#fff;border:1px solid #f15642;color:#f15642;margin-left:auto}.rp-btn-outline:hover{background:#ff6f61;color:#fff}.rp-subtitle{font-size:20px;font-weight:600}.rp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;background:#f0f4f6;border-radius:.5rem}.rp-card{border-radius:10px;padding:20px;text-align:center}.rp-card-label{font-size:14px;color:#555;margin-bottom:8px;font-weight:700}.rp-card-value .value{font-family:GongGothicMedium;font-size:26px;font-weight:400;color:#222}.rp-card-value .sub-value{font-size:14px;color:#555;font-weight:600}.ff4{font-family:GongGothicMedium;font-weight:400}.avoid-break{page-break-inside:avoid;break-inside:avoid}.page-break{page-break-before:always;break-before:page}@media print{.no-print{display:none!important}}.pdf-show-input{display:none!important}.pdf-hide{display:inline-block!important}.pdf-mode .pdf-hide{display:none!important}.pdf-mode .pdf-show-input{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:150px;height:2rem;border:1px solid #ccc;background-color:#fff;box-sizing:border-box!important;padding:0 10px!important;font-size:14px!important;font-weight:400!important;vertical-align:middle!important;border-radius:4px}.pdf-mode .rp-filters>div{display:flex!important;align-items:center!important;margin-bottom:5px}.pdf-mode .select-group:after{display:none!important}.pdf-mode .rp-btn{display:none!important}.chart-scroll-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;border:1px solid #ddd;border-radius:.5rem;margin-top:.5rem}.pdf-mode .chart-inner{width:1000px}#header .header-wrap .side-wrap .util{margin:0 1rem}#gg-map.inverter-map .btn-undo{position:absolute;top:1.5rem;left:1rem;z-index:2}#gg-map.solar-map .btn-undo{position:absolute;top:4.5rem;left:25rem;z-index:2}.__dash-container{color:#fff;display:flex;justify-content:space-between;border-radius:.75rem;border:1px solid #525f70;background:rgba(255,255,255,.05);padding:1rem 1.5rem;flex:1}.__dash-container .__dash-item{display:flex;flex-direction:column;gap:.5rem;width:25%;text-align:center}.__dash-container .__dash-item .__dash-label{font-size:1rem;font-weight:600;color:#b0b8c4}.__dash-container .__dash-item .__dash-value-box{display:flex;justify-content:center;align-items:center;gap:.25rem}.__dash-container .__dash-item .__dash-value-box .__dash-value{font-family:GongGothicMedium;font-size:1.5rem;font-weight:400}.dash-value-1 .__value2{color:#d5dee2;border-radius:.75rem;padding:1rem 1.5rem;width:30%}.dash-value-1 .__value2 .tit{display:inline-flex;align-items:center;gap:.25rem;color:#d5dee2;font-size:1rem;font-weight:600;margin-bottom:.5rem}.dash-value-1 .__value2>div{display:flex;align-items:center;gap:1rem}.dash-value-1 .__value2>div>div{display:flex;flex-direction:column}.dash-value-1 .__value2>div>div .badge4{width:auto}.__map-weather-box{color:#fff;display:inline-block;min-width:21rem;border-radius:1.5rem}.__map-weather-box .tit{color:#fff;font-size:.9rem;font-weight:700}.__map-weather-box [class^=weather-icon]{display:inline-flex;align-items:center}.__map-weather-box [class^=weather-icon].cloudy{background:url(/assets/images/weather-icons/cloudy.png) no-repeat center/cover}.__map-weather-box [class^=weather-icon].partly_cloudy{background:url(/assets/images/weather-icons/partly_cloudy.png) no-repeat center/cover}.__map-weather-box [class^=weather-icon].rain{background:url(/assets/images/weather-icons/rain.png) no-repeat center/cover}.__map-weather-box [class^=weather-icon].sun{background:url(/assets/images/weather-icons/sun.png) no-repeat center/cover}.__map-weather-box>div{display:flex;align-items:center;gap:1rem}.__map-weather-box>div .map-weather-inner1{display:flex;flex-direction:column;align-items:center;padding-left:1rem}.__map-weather-box>div .map-weather-inner1 .condition-txt{color:#fff;font-size:1rem;font-weight:600}.__map-weather-box>div .map-weather-inner1 .tem-txt1{color:#fff;font-size:1rem;font-weight:500}.__map-weather-box>div .map-weather-inner1 .tem-txt1>strong{font-size:1.7rem;font-weight:500;background:linear-gradient(90deg,#22859b 11%,#009a80 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.__map-weather-box>div .map-weather-inner2 .tem-txt2{display:flex;align-items:center;gap:.5rem;color:#fff;margin-bottom:.5rem}.__map-weather-box>div .map-weather-inner2 .tem-txt2>p{font-size:.8rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.__map-weather-box>div .map-weather-inner2 .tem-txt2>p>strong{font-size:1.2rem}.__map-weather-box>div .map-weather-inner2 .tem-txt2>em{color:#fff;font-weight:500}.__map-weather-box>div .map-weather-inner2 .weather-detail{display:flex;flex-direction:column;gap:.5rem}.__map-weather-box>div .map-weather-inner2 .weather-detail>div{display:flex;align-items:center;gap:.25rem}.__map-weather-box>div .map-weather-inner2 .weather-detail>div .datail-tit{display:inline-flex;align-items:center;justify-content:center;width:4.35rem;border-radius:2.5rem;background:rgba(255,255,255,.05);font-size:.7rem;font-weight:700}.__map-weather-box>div .map-weather-inner2 .weather-detail>div>em{font-size:.7rem;font-weight:400}.__dash-filter{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.__dash-filter .__filter-input{display:flex;align-items:center;width:50%;gap:8px}.__dash-filter .__filter-input ul{flex:1;display:flex;align-items:center;margin:0;padding:0;list-style:none}.__dash-filter .__filter-input ul li{flex:1}.__dash-filter .__filter-input input[type=text]{width:100%}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{display:none!important}.year-wrapper,.month-wrapper{position:relative;display:inline-block}.month-wrapper .ui-datepicker-month,.month-wrapper select,.year-wrapper .ui-datepicker-year,.year-wrapper select{padding-right:26px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.year-wrapper .year-up:before,.month-wrapper .month-up:before{content:""}.year-wrapper .year-down:before,.month-wrapper .month-down:before{content:""}.year-wrapper button:before,.month-wrapper button:before{font-family:Line Awesome Free;font-weight:700;font-size:11px;color:#007b83;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.month-wrapper .month-up{position:absolute;right:6px;top:4px;width:18px;height:12px}.month-wrapper .month-down{position:absolute;right:6px;bottom:4px;width:18px;height:12px}.month-wrapper button:hover:before{color:#004f55}.year-wrapper .year-up{position:absolute;right:6px;top:4px;width:18px;height:12px}.year-wrapper .year-down{position:absolute;right:6px;bottom:4px;width:18px;height:12px}.ui-datepicker .year-wrapper select.ui-datepicker-year,.ui-datepicker .month-wrapper select.ui-datepicker-month{width:80px!important;padding-right:20px}.dash-weather-width{width:90%;top:53%!important}.w-50{width:50%}.__dash-flex-row1{display:flex;align-items:center;flex-wrap:wrap;margin-top:5px}.ml-1{margin-left:.5rem}.qr-box{text-align:center;margin-top:0;padding:0 15px}.qr-download{display:inline-block;font-size:14px;text-decoration:none;color:#0d6efd;cursor:pointer}.qr-download:hover{text-decoration:underline}.res2-custom{overflow:hidden!important;max-height:90%!important;top:55%!important}#header .header-wrap .side-wrap .util>ul>li.help>a:before{background:url(/assets/images/layout/help.png) no-repeat center/100%}#header .header-wrap .side-wrap .util>ul>li.help>a:hover:before{background:url(/assets/images/layout/help_hover.png) no-repeat center/100%}#header .header-wrap .side-wrap .util>ul>li.help .help-box{display:none;position:absolute;top:2.75rem;left:50%;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);padding:.75rem .5rem;border-radius:.5rem;background:#fff;width:7.65rem}#header .header-wrap .side-wrap .util>ul>li.help .help-box .help-box-tit{text-align:center;font-weight:500;margin-bottom:.6rem}#header .header-wrap .side-wrap .util>ul>li.help .help-box>a{width:100%;margin:0}#header .header-wrap .side-wrap .util>ul>li.help .help-box.active{display:block}.w-1{width:1rem}.w-1\.5{width:1.5rem}.w-2{width:2rem}.w-2\.5{width:2.5rem}.w-3{width:3rem}.h-1{height:1rem}.h-1\.5{height:1.5rem}.h-2{height:2rem}.h-2\.5{height:2.5rem}.h-3{height:3rem}.g-\.25{gap:.25rem}.bg-map{background:#91D1E3!important}.w-140px{width:140px}.autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ccc;max-height:200px;overflow-y:auto;z-index:9999;margin:0;padding:0;list-style:none}.autocomplete-dropdown li{padding:8px 10px;cursor:pointer}.autocomplete-dropdown li:hover{background:#f5f5f5}.progress-spinner{position:fixed;z-index:99999;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center}.progress-spinner:before{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#8f8f8f87}.swm-loader{width:40px;height:40px;--c: no-repeat linear-gradient(#292b39 0 0);background:var(--c),var(--c),var(--c),var(--c);background-size:21px 21px;animation:l5 1.5s infinite cubic-bezier(.3,1,0,1)}@keyframes l5{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;width:60px;height:60px}66%{background-position:100% 0,100% 100%,0 100%,0 0;width:60px;height:60px}to{background-position:100% 0,100% 100%,0 100%,0 0}}.mb-2{margin-bottom:.5rem}.w120px{width:120px}@media (max-width: 600px){#sub_container{width:"100%";min-width:unset}.public-page .public-hero{background:linear-gradient(90deg,var(--primary-900) 0%,#0b6fd6 40%,#7bd3ff 100%);color:#fff;padding:3rem 1rem 2rem}.public-page .col-wrap{display:flex;gap:15px;margin-top:15px}.public-page .col-md-8{flex:0 0 66.6666%;max-width:66.6666%}.public-page .col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.public-page .mt-3{margin-top:6px}.public-page .mt-4{margin-top:8px}.public-page .text-center{text-align:center}.public-page .min-h-3{min-height:160px}.public-page .tab-st3 li.on{background:#fff;border-radius:8px}@media (max-width: 900px){.public-page .col-wrap{flex-direction:column}.public-page .col-md-8,.public-page .col-md-4{max-width:100%;flex-basis:100%}.public-page .summary-row{flex-direction:column;gap:8px}.public-page .stat-wrap{gap:10px}}#header .public.header-wrap .side-wrap .logo{width:10rem;height:2.1rem;background:url(/assets/images/layout/solar-logo.png) no-repeat center / 100%;display:unset}.public-titT5{font-size:1.25rem;font-weight:700;margin-bottom:0}.gradient-text{font-size:1.25rem;font-weight:700;background:linear-gradient(90deg,#ffb027 11%,#53ffe2 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-lead{font-size:.8rem;margin-bottom:4px;font-weight:500}.public-hero-subtitle{font-size:.8rem;opacity:.8;margin-bottom:0}.public-stat-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.public-stat-card{display:flex;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #525f70;background:rgba(255,255,255,.05);padding:16px 22px;width:100%}.public-stat-label{color:#d5dee2;font-size:18px;font-weight:500}.public-stat-value{font-size:28px;font-weight:700;color:#fff;display:flex;align-items:baseline}.public-stat-unit{font-size:14px;font-weight:300;margin-left:6px;color:#d5dee2}.public-summary-box{background:#ffffff;padding:16px 40px;border-radius:22px;border:1px solid #c4c4c4;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column;gap:5px;align-items:unset}.public-summary-item{display:flex;justify-content:space-between;align-items:center}.public-summary-label{font-size:18px;font-weight:600;color:#111}.public-summary-value{display:flex;align-items:center;font-size:30px;font-weight:700}.gradient-text02{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-summary-unit{font-size:16px;font-weight:400;color:#000;margin-left:4px}.public-divider{display:none}.public-notice-box{border-radius:18px;padding:0;background:#fff}.public-notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.public-notice-header h3{font-size:.9rem;font-weight:700;margin:0;color:#000}.public-add-btn{background:none;border:none;font-size:26px;cursor:pointer;padding:0;line-height:1}.public-notice-list{list-style:none;margin:0;padding:0}.public-notice-list li{padding:12px 0;border-bottom:1px dashed #ddd;cursor:pointer;display:block}.public-notice-list li:last-child{border-bottom:none}.public-notice-title{font-size:16px;color:#000;font-weight:500;display:block;margin-bottom:4px;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:none;padding-bottom:.2px}.public-notice-title.underline{border-bottom:1px solid #000}.public-notice-date{font-size:14px;font-size:500}.public.map-weather-box{border:none;padding:1rem .8rem;min-width:unset;width:100%;border:1px solid #c4c4c4}.contact-container{background:#ffffff;padding:20px 15px;border-radius:14px;border:1px solid #c4c4c4;display:block}.label{font-weight:700;font-size:.9rem;margin-bottom:16px}.contact-boxes{display:flex;flex-direction:column;gap:14px}.contact-item{display:flex;align-items:center;justify-content:space-between;border-right:none;padding:0}.tag{background:#f1f3f5;padding:6px 0;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap;min-width:45%;text-align:center}.phone{font-weight:700;font-size:16px;padding:0 12px 0 0;white-space:nowrap}.layer-wrap{width:80%;word-break:break-word;word-break:keep-all;min-width:15rem;max-height:80%!important}.notice-popup-width{overflow:scroll!important}.detail-list-wrap{display:flex;flex-direction:column;gap:.5rem}.detail-list1{display:flex;flex-direction:column;gap:1rem;border-radius:.5rem;border:1px solid #c1ccd4;background:#fff;padding:.6rem 1rem}.detail-list1 .list{display:flex;flex-direction:column;gap:.15rem}.detail-list1 .list .tit{color:#84878d;font-size:.8rem;font-weight:400}.detail-list1 .list .txt{color:#666;font-size:.9rem;font-weight:600;word-wrap:break-word;word-break:keep-all}.basic-box{border-radius:.5rem;border:1px solid #c1ccd4;background:#fff;padding:.6rem 1rem}.basic-box .tit{color:#84878d;display:inline-block;margin-bottom:.25rem}.attachment-list{display:flex;flex-direction:column;gap:.5rem;flex:1}.attachment-list .attachment>a{height:100%}.attachment-list .attachment>a{display:inline-flex;align-items:center;gap:.25rem;width:100%;height:2.5rem;padding:0 1rem;border-radius:.75rem;border:1px solid #ccc;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s}.attachment-list .attachment>a>span{margin-top:.4rem;margin-bottom:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-wrap .btn-close-layer{top:.5rem;right:.5rem}}.public-page .public-hero{background:linear-gradient(90deg,var(--primary-900) 0%,#0b6fd6 40%,#7bd3ff 100%);color:#fff;padding:2.5rem 1rem 0}.public-page ._col-wrap{display:flex}.pub-list-container{width:100%;margin:0 auto}.pub-list-title{font-size:20px;font-weight:600;color:#333}.pub-list-search-wrapper{display:flex;justify-content:flex-end;margin-bottom:15px}.pub-list-search-input{width:240px;height:38px;padding:0 12px;border:1px solid #d1d5db;border-radius:6px;outline:none;font-size:14px}.pub-list-search-input:focus{border-color:#0b8f7f;box-shadow:0 0 0 2px #0b8f7f26}.pub-list-search-btn{height:38px;margin-left:8px;padding:0 16px;background-color:#0b8f7f;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;font-size:14px}.pub-list-search-btn:hover{background-color:#0a7a6d}.pub-list-row{background:white;border:1px solid #BAC6CF;border-radius:10px;padding:.75rem 1rem;margin-bottom:12px;display:flex;align-items:center;font-size:14px;transition:box-shadow .2s ease}.pub-list-row.active{border:1px solid #0a7a6d;box-shadow:0 6px 18px #00000026;background:hsl(193,73%,78%)}.pub-list-row:hover{box-shadow:0 6px 18px #00000026}.pub-capacity{width:160px}.pub-energy{width:140px}.pub-list-label{width:100px}.pub-plant-count{width:60px}.region.disabled{pointer-events:none;opacity:.4;cursor:not-allowed}.pub-list-location{color:#333;width:140px;font-size:18px;font-weight:600}.pub-list-divider{margin:0 12px;color:#d1d5db}.pub-list-label{color:#84878d;margin-right:4px}.pub-list-value{font-size:1.2rem;font-weight:700;color:#0b8f7f;margin-right:4px}.pub-list-unit{color:#333}.public-value-1{display:flex;align-items:center;gap:1rem}.public-value-1 .value1{width:20%}.public-value-1 [class^=value] .tit{display:inline-flex;align-items:center;gap:.25rem;color:#d5dee2;font-size:1rem;font-weight:600}.public-value-1 .value-icon1{background:url(/assets/images/dashboard/value-icon1.png) no-repeat center / 100%}.public-value-1 [class^=value-icon]{display:inline-block;width:1.2rem;height:1.2rem}.public-value-1 .value2{width:45%}.public-value-1 .value3{border-radius:.75rem;border:1px solid #525F70;background:rgba(255,255,255,.05);padding:1rem 1.5rem;width:35%}.__map-weather-box>div ._map-weather-inner1{display:flex;align-items:center}.__map-weather-box>div ._map-weather-inner1 .tem-txt1>strong{font-size:1.5rem;font-weight:500;background:linear-gradient(90deg,#22859b 11%,#009a80 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.__map-weather-box>div ._map-weather-inner1 .tem-txt1{color:#fff;font-size:1rem;font-weight:500}.__map-weather-box>div .tem-txt2{display:flex;align-items:center;gap:.5rem;color:#fff}.__map-weather-box>div .tem-txt2>p{font-size:.8rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.__map-weather-box>div .tem-txt2>p>strong{font-size:1.2rem}.__map-weather-box>div .tem-txt2>em{color:#fff;font-weight:500}.__map-weather-box ._weather-detail>div .datail-tit{display:flex;align-items:center;justify-content:center;padding:0 .5rem;border-radius:2.5rem;background:rgba(255,255,255,.05);font-size:.7rem;font-weight:700}.public-titT5{font-size:2rem;font-weight:700;margin-bottom:0}.gradient-text{font-size:2rem;font-weight:700;background:linear-gradient(90deg,#ffb027 11%,#53ffe2 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 600px){#sub_container{width:"100%";min-width:unset}.public-page .public-hero{background:linear-gradient(90deg,var(--primary-900) 0%,#0b6fd6 40%,#7bd3ff 100%);color:#fff;padding:3rem 1rem 2rem}.public-page .col-wrap{display:flex;gap:15px;margin-top:15px}.public-page .col-md-8{flex:0 0 66.6666%;max-width:66.6666%}.public-page .col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.public-page .mt-3{margin-top:6px}.public-page .mt-4{margin-top:8px}.public-page .text-center{text-align:center}.public-page .cont{border-radius:10px;padding:16px;box-shadow:0 6px 18px #0206170f;border:1px solid #c4c4c4}.public-page .min-h-3{min-height:160px}.public-page .tab-st3 li.on{background:#fff;border-radius:8px}@media (max-width: 900px){.public-page .col-wrap{flex-direction:column}.public-page .col-md-8,.public-page .col-md-4{max-width:100%;flex-basis:100%}.public-page .summary-row{flex-direction:column;gap:8px}.public-page .stat-wrap{gap:10px}}#header .public.header-wrap .side-wrap .logo{width:10rem;height:2.1rem;background:url(/assets/images/layout/solar-logo.png) no-repeat center / 100%;display:unset}.public-titT5{font-size:1.25rem;font-weight:700;margin-bottom:0}.gradient-text{font-size:1.25rem;font-weight:700;background:linear-gradient(90deg,#ffb027 11%,#53ffe2 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-lead{font-size:.8rem;margin-bottom:4px;font-weight:500}.public-hero-subtitle{font-size:.8rem;opacity:.8;margin-bottom:0}.public-stat-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.public-stat-card{display:flex;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #525f70;background:rgba(255,255,255,.05);padding:16px 22px;width:100%}.public-stat-label{color:#d5dee2;font-size:18px;font-weight:500}.public-stat-value{font-size:28px;font-weight:700;color:#fff;display:flex;align-items:baseline}.public-stat-unit{font-size:14px;font-weight:300;margin-left:6px;color:#d5dee2}.public-summary-box{background:#ffffff;padding:16px 40px;border-radius:22px;border:1px solid #c4c4c4;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column;gap:5px;align-items:unset}.public-summary-item{display:flex;justify-content:space-between;align-items:center}.public-summary-label{font-size:18px;font-weight:600;color:#111}.public-summary-value{display:flex;align-items:center;font-size:30px;font-weight:700}.gradient-text02{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-summary-unit{font-size:16px;font-weight:400;color:#000;margin-left:4px}.public-divider{display:none}.public-notice-box{border-radius:18px;padding:0;background:#fff}.public-notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.public-notice-header h3{font-size:.9rem;font-weight:700;margin:0;color:#000}.public-add-btn{background:none;border:none;font-size:26px;cursor:pointer;padding:0;line-height:1}.public-notice-list{list-style:none;margin:0;padding:0}.public-notice-list li{padding:12px 0;border-bottom:1px dashed #ddd;cursor:pointer;display:block}.public-notice-list li:last-child{border-bottom:none}.public-notice-title{font-size:16px;color:#000;font-weight:500;display:block;margin-bottom:4px;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:none;padding-bottom:.2px}.public-notice-title.underline{border-bottom:1px solid #000}.public-notice-date{font-size:14px;font-size:500}.public.map-weather-box{border:none;padding:1rem .8rem;min-width:unset;width:100%;border:1px solid #c4c4c4}.contact-container{background:#ffffff;padding:20px 15px;border-radius:14px;border:1px solid #c4c4c4;display:block}.label{font-weight:700;font-size:.9rem;margin-bottom:16px}.contact-boxes{display:flex;flex-direction:column;gap:14px}.contact-item{display:flex;align-items:center;justify-content:space-between;border-right:none;padding:0}.tag{background:#f1f3f5;padding:6px 0;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap;min-width:45%;text-align:center}.phone{font-weight:700;font-size:16px;padding:0 12px 0 0;white-space:nowrap}.layer-wrap{width:80%;word-break:break-word;word-break:keep-all;min-width:15rem;max-height:80%!important}.notice-popup-width{overflow:scroll!important}.detail-list-wrap{display:flex;flex-direction:column;gap:.5rem}.detail-list1{display:flex;flex-direction:column;gap:1rem;border-radius:.5rem;border:1px solid #c1ccd4;background:#fff;padding:.6rem 1rem}.detail-list1 .list{display:flex;flex-direction:column;gap:.15rem}.detail-list1 .list .tit{color:#84878d;font-size:.8rem;font-weight:400}.detail-list1 .list .txt{color:#666;font-size:.9rem;font-weight:600;word-wrap:break-word;word-break:keep-all}.basic-box{border-radius:.5rem;border:1px solid #c1ccd4;background:#fff;padding:.6rem 1rem}.basic-box .tit{color:#84878d;display:inline-block;margin-bottom:.25rem}.attachment-list{display:flex;flex-direction:column;gap:.5rem;flex:1}.attachment-list .attachment>a{height:100%}.attachment-list .attachment>a{display:inline-flex;align-items:center;gap:.25rem;width:100%;height:2.5rem;padding:0 1rem;border-radius:.75rem;border:1px solid #ccc;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s}.attachment-list .attachment>a>span{margin-top:.4rem;margin-bottom:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-wrap .btn-close-layer{top:.5rem;right:.5rem}}.public-page{--primary-700: #0a84ff;--card-bg: #ffffff;--muted: #6b7280;--accent: #0ea5e9}.public-page .public-hero{background:linear-gradient(90deg,var(--primary-900) 0%,#0b6fd6 40%,#7bd3ff 100%);color:#fff;padding:3rem 1rem 2rem}.public-page .col-wrap{display:flex;gap:15px;margin-top:15px}.public-page .col-md-8{flex:0 0 66.6666%;max-width:66.6666%}.public-page .col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.public-page .mt-3{margin-top:6px}.public-page .mt-4{margin-top:8px}.public-page .text-center{text-align:center}.public-page .cont{background:var(--card-bg);border-radius:10px;padding:16px;box-shadow:0 6px 18px #0206170f;border:1px solid #c4c4c4}.public-page .min-h-3{min-height:160px}.public-page .tab-st3 li.on{background:#fff;border-radius:8px}@media (max-width: 900px){.public-page .col-wrap{flex-direction:column}.public-page .col-md-8,.public-page .col-md-4{max-width:100%;flex-basis:100%}.public-page .summary-row{flex-direction:column;gap:8px}.public-page .stat-wrap{gap:10px}}.public-titT5{font-size:3rem;font-weight:700;margin-bottom:0}.gradient-text{font-size:3rem;font-weight:700;background:linear-gradient(90deg,#ffb027 11%,#53ffe2 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-lead{font-size:1.5rem;margin-bottom:4px;font-weight:500}.public-hero-subtitle{font-size:1rem;opacity:.8;margin-bottom:0}.public-stat-wrap{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:20px}.public-stat-card{border-radius:.75rem;border:1px solid #525f70;background:rgba(255,255,255,.05);padding:1rem;flex:1}.public-stat-label{color:#d5dee2;font-size:20px;margin-bottom:8px;display:flex;justify-content:center;align-items:center}.public-stat-value{font-size:32px;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center}.public-stat-unit{font-size:14px;font-weight:200;margin-left:6px;color:#fff}.public-summary-box{display:flex;justify-content:space-between;align-items:center;background:#ffffff;padding:24px 40px;border-radius:20px;border:1px solid #c4c4c4;box-shadow:0 2px 6px #0000000a}.public-summary-item{flex:1;text-align:center}.public-summary-label{font-size:20px;margin-bottom:4px;font-weight:700}.public-summary-value{font-size:32px;font-weight:700;display:flex;justify-content:center;align-items:center}.gradient-text02{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-summary-unit{font-size:14px;font-weight:400;margin-left:2px;color:#000}.public-divider{width:1px;height:40px;background-color:#e0e0e0}.public-notice-box{border-radius:12px;padding:0 20px;background:#fff}.public-notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.public-notice-header h3{font-size:18px;font-weight:600;margin:0}.public-add-btn{background:none;border:none;font-size:22px;cursor:pointer;padding:4px 8px}.public-notice-list{list-style:none;margin:0;padding:0}.public-notice-list li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #e5e5e5;cursor:pointer}.public-notice-list li:last-child{border-bottom:none}.public-notice-title{font-size:15px;text-overflow:ellipsis;max-width:80%;color:#333;white-space:nowrap;overflow:hidden}.public-notice-date{font-size:14px;color:#777;white-space:nowrap}.public-titT1{font-size:.9rem;font-weight:600;margin:0}.no-data{text-align:center}.contact-container{display:flex;align-items:center;background:#ffffff;padding:20px 30px;border-radius:14px;gap:0px;border:1px solid #c4c4c4}.label{font-weight:700;font-size:.9rem}.contact-boxes{display:flex;flex:1}.contact-item{flex:1;display:flex;align-items:center;justify-content:start;gap:10px;border-right:1px solid #ddd;padding:0 36px 0 12px}.contact-item:last-child{border-right:none}.tag{background:#f1f3f5;padding:6px 12px;border-radius:20px;font-size:14px;margin:0 12px;font-weight:600;min-width:40%;text-align:center}.phone{padding:0 8px;font-weight:600;margin-left:auto}@media (max-width: 600px){#sub_container{width:"100%";min-width:unset}.public-page .public-hero{background:linear-gradient(90deg,var(--primary-900) 0%,#0b6fd6 40%,#7bd3ff 100%);color:#fff;padding:3rem 1rem 2rem}.public-page .col-wrap{display:flex;gap:15px;margin-top:15px}.public-page .col-md-8{flex:0 0 66.6666%;max-width:66.6666%}.public-page .col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.public-page .mt-3{margin-top:6px}.public-page .mt-4{margin-top:8px}.public-page .text-center{text-align:center}.public-page .min-h-3{min-height:160px}.public-page .tab-st3 li.on{background:#fff;border-radius:8px}@media (max-width: 900px){.public-page .col-wrap{flex-direction:column}.public-page .col-md-8,.public-page .col-md-4{max-width:100%;flex-basis:100%}.public-page .summary-row{flex-direction:column;gap:8px}.public-page .stat-wrap{gap:10px}}#header .public.header-wrap .side-wrap .logo{width:10rem;height:2.1rem;background:url(/assets/images/layout/solar-logo.png) no-repeat center / 100%;display:unset}.public-titT5{font-size:1.25rem;font-weight:700;margin-bottom:0}.gradient-text{font-size:1.25rem;font-weight:700;background:linear-gradient(90deg,#ffb027 11%,#53ffe2 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-lead{font-size:.8rem;margin-bottom:4px;font-weight:500}.public-hero-subtitle{font-size:.8rem;opacity:.8;margin-bottom:0}.public-stat-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.public-stat-card{display:flex;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #525f70;background:rgba(255,255,255,.05);padding:16px 22px;width:100%}.public-stat-label{color:#d5dee2;font-size:18px;font-weight:500}.public-stat-value{font-size:28px;font-weight:700;color:#fff;display:flex;align-items:baseline}.public-stat-unit{font-size:14px;font-weight:300;margin-left:6px;color:#d5dee2}.public-summary-box{background:#ffffff;padding:16px 40px;border-radius:22px;border:1px solid #c4c4c4;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column;gap:5px;align-items:unset}.public-summary-item{display:flex;justify-content:space-between;align-items:center}.public-summary-label{font-size:18px;font-weight:600;color:#111}.public-summary-value{display:flex;align-items:center;font-size:30px;font-weight:700}.gradient-text02{background:linear-gradient(90deg,#22859b 11%,#009a80 89%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.public-summary-unit{font-size:16px;font-weight:400;color:#000;margin-left:4px}.public-divider{display:none}.public-notice-box{border-radius:18px;padding:0;background:#fff}.public-notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.public-notice-header h3{font-size:.9rem;font-weight:700;margin:0;color:#000}.public-add-btn{background:none;border:none;font-size:26px;cursor:pointer;padding:0;line-height:1}.public-notice-list{list-style:none;margin:0;padding:0}.public-notice-list li{padding:12px 0;border-bottom:1px dashed #ddd;cursor:pointer;display:block}.public-notice-list li:last-child{border-bottom:none}.public-notice-title{font-size:16px;color:#000;font-weight:500;display:block;margin-bottom:4px;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:none;padding-bottom:.2px}.public-notice-title.underline{border-bottom:1px solid #000}.public-notice-date{font-size:14px;font-size:500}.public.map-weather-box{border:none;padding:1rem .8rem;min-width:unset;width:100%;border:1px solid #c4c4c4}.contact-container{background:#ffffff;padding:20px 15px;border-radius:14px;border:1px solid #c4c4c4;display:block}.label{font-weight:700;font-size:.9rem;margin-bottom:16px}.contact-boxes{display:flex;flex-direction:column;gap:14px}.contact-item{display:flex;align-items:center;justify-content:space-between;border-right:none;padding:0}.tag{background:#f1f3f5;padding:6px 0;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap;min-width:45%;text-align:center}.phone{font-weight:700;font-size:16px;padding:0 12px 0 0;white-space:nowrap}.layer-wrap{width:80%;word-break:break-word;word-break:keep-all;min-width:15rem;max-height:80%!important}.notice-popup-width{overflow:scroll!important}.detail-list-wrap{display:flex;flex-direction:column;gap:.5rem}.detail-list1{display:flex;flex-direction:column;gap:1rem;border-radius:.5rem;border:1px solid #c1ccd4;background:#fff;padding:.6rem 1rem}.detail-list1 .list{display:flex;flex-direction:column;gap:.15rem}.detail-list1 .list .tit{color:#84878d;font-size:.8rem;font-weight:400}.detail-list1 .list .txt{color:#666;font-size:.9rem;font-weight:600;word-wrap:break-word;word-break:keep-all}.basic-box{border-radius:.5rem;border:1px solid #c1ccd4;background:#fff;padding:.6rem 1rem}.basic-box .tit{color:#84878d;display:inline-block;margin-bottom:.25rem}.attachment-list{display:flex;flex-direction:column;gap:.5rem;flex:1}.attachment-list .attachment>a{height:100%}.attachment-list .attachment>a{display:inline-flex;align-items:center;gap:.25rem;width:100%;height:2.5rem;padding:0 1rem;border-radius:.75rem;border:1px solid #ccc;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s}.attachment-list .attachment>a>span{margin-top:.4rem;margin-bottom:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-wrap .btn-close-layer{top:.5rem;right:.5rem}}
