@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";main{height:100vh;background-color:#f4f5f5}main .header{background-color:#fff;width:100%}main .header-infot{width:100%;height:60px;margin:0 auto;padding:0 5px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:0}main a{line-height:initial}.skip-main{display:block;position:absolute;text-decoration:underline;color:#222;width:auto;overflow:hidden;font-size:0;z-index:999;padding:20px}.skip-main:focus{width:auto;height:auto;font-size:1rem;padding:20px;color:#fff;background-color:#db6a02}h1 .btn-logo,.sub-menu{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.sub-menu li{padding:0 14px;border-right:1px solid #B4B4B4}.sub-menu li:nth-last-child(1){padding:0 0 0 14px;border-right:0}.btn-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.btn-user span{margin-right:5px}.logo-mobile{display:none}.logo-desktop{display:block}nav{width:100%;background-color:#0d2730}.menu{width:100%;overflow:hidden;background-color:#fff}.login-style{display:flex;height:100%;padding-top:60px}@media screen and (max-width: 530px){.logo-mobile{display:block}.logo-desktop{display:none}}@media screen and (max-width: 455px){nav,.menu{overflow:auto;width:100%}main .rwd-nav{width:100%}nav::-webkit-scrollbar,.menu::-webkit-scrollbar{height:4px;background-color:#aaa}nav::-webkit-scrollbar-thumb,.menu::-webkit-scrollbar-thumb{background:#222222}}@media screen and (max-width: 385px){.user-name{display:none}.btn-user span{margin-right:0}.sub-menu li{padding:0 14px 0 0}.login{font-size:.875rem}}: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:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;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;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)}}.budget-import .input-width-300{width:300px}.budget-import .stn-input-group-column label{font-weight:500;align-items:center}.budget-import .box-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.budget-import .box-row .stn-input-group-column{margin-right:12px}.budget-import .m-bottom-24{margin-bottom:24px}.budget-import .m-bottom-rwd-24{margin-bottom:0}.budget-import .m-right-24{margin-right:24px}.budget-import .m-bottom-10{margin-bottom:10px}.budget-import .m-bottom-18{margin-bottom:18px}.budget-import .box-row-title{font-weight:500;margin-bottom:8px}.budget-import .download-text{margin-left:12px;text-decoration:underline}.budget-import .other-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 450px){.budget-import .input-width-300{width:100%}.budget-import .box-row .stn-input-group-column{margin-right:0}.budget-import .m-bottom-rwd-24{margin-bottom:24px}}.material-quote .input-width-300{width:300px}.material-quote .stn-input-group-column label{font-weight:500;align-items:center}.material-quote .box-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.material-quote .box-row .stn-input-group-column{margin-right:12px}.material-quote .m-bottom-24{margin-bottom:24px}.material-quote .m-bottom-rwd-24{margin-bottom:0}.material-quote .m-right-24{margin-right:24px}.material-quote .m-bottom-10{margin-bottom:10px}.material-quote .m-bottom-18{margin-bottom:18px}.material-quote .box-row-title{font-weight:500;margin-bottom:8px}.material-quote .download-text{margin-left:12px;text-decoration:underline}.material-quote .other-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 450px){.material-quote .input-width-300{width:100%}.material-quote .box-row .stn-input-group-column{margin-right:0}.material-quote .m-bottom-rwd-24{margin-bottom:24px}}.account-info .input-width-300{width:300px}.account-info .stn-input-group-column label{font-weight:500;align-items:center}.account-info .box-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.account-info .m-right-12{margin-right:12px}.account-info .m-bottom-24{margin-bottom:24px}.account-info .m-bottom-rwd-24{margin-bottom:0}.account-info .m-right-24{margin-right:24px}.account-info .m-bottom-10{margin-bottom:10px}.account-info .m-bottom-18{margin-bottom:18px}.account-info .download-text{margin-left:12px;text-decoration:underline}.account-info .btn-download-area{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%}.account-info .align-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 728px){.account-info .m-bottom-rwd-24{margin-bottom:24px}}@media screen and (max-width: 450px){.account-info .input-width-300{width:100%}.account-info .box-row .stn-input-group-column{margin-right:0}}.ref-manage .input-width-300{width:300px}.ref-manage .stn-input-group-column label{font-weight:500;align-items:center}.ref-manage .box-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.ref-manage .box-row .stn-input-group-column{margin-right:12px}.ref-manage .m-bottom-24{margin-bottom:24px}.ref-manage .m-bottom-rwd-24{margin-bottom:0}.ref-manage .m-right-24{margin-right:24px}.ref-manage .m-bottom-10{margin-bottom:10px}.ref-manage .m-bottom-18{margin-bottom:18px}.ref-manage .box-row-title{font-weight:500;margin-bottom:8px}.ref-manage .download-text{margin-left:12px;text-decoration:underline}.ref-manage .other-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 450px){.ref-manage .input-width-300{width:100%}.ref-manage .box-row .stn-input-group-column{margin-right:0}.ref-manage .m-bottom-rwd-24{margin-bottom:24px}}.budget-query .input-width-300{width:300px}.budget-query .stn-input-group-column label{font-weight:500;align-items:center}.budget-query .box-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.budget-query .m-right-12{margin-right:12px}.budget-query .m-bottom-24{margin-bottom:24px}.budget-query .m-bottom-rwd-24{margin-bottom:0}.budget-query .m-right-24{margin-right:24px}.budget-query .m-bottom-10{margin-bottom:10px}.budget-query .m-bottom-18{margin-bottom:18px}.budget-query .download-text{margin-left:12px;text-decoration:underline}.budget-query .btn-download-area{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.budget-query .align-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 728px){.budget-query .m-bottom-rwd-24{margin-bottom:24px}}@media screen and (max-width: 450px){.budget-query .input-width-300{width:100%}.budget-query .box-row .stn-input-group-column{margin-right:0}}.price-query .input-width-300{width:300px}.price-query .stn-input-group-column label{font-weight:500;align-items:center}.price-query .box-row{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.price-query .m-right-12{margin-right:12px}.price-query .m-bottom-24{margin-bottom:24px}.price-query .m-bottom-rwd-24{margin-bottom:0}.price-query .m-right-24{margin-right:24px}.price-query .m-bottom-10{margin-bottom:10px}.price-query .m-bottom-18{margin-bottom:18px}.price-query .download-text{margin-left:12px;text-decoration:underline}.price-query .box-row-title{font-weight:500;margin-bottom:8px}.btn-download-area{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.price-query .align-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 728px){.price-query .m-bottom-rwd-24{margin-bottom:24px}}@media screen and (max-width: 450px){.price-query .input-width-300{width:100%}.price-query .box-row .stn-input-group-column{margin-right:0}}.material-query .input-width-300{width:300px}.material-query .stn-input-group-column label{font-weight:500;align-items:center}.material-query .box-row{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.material-query .m-right-12{margin-right:12px}.material-query .m-bottom-24{margin-bottom:24px}.material-query .m-bottom-rwd-24{margin-bottom:0}.material-query .m-right-24{margin-right:24px}.material-query .m-bottom-10{margin-bottom:10px}.material-query .m-bottom-18{margin-bottom:18px}.material-query .download-text{margin-left:12px;text-decoration:underline}.material-query .box-row-title{font-weight:500;margin-bottom:8px}.material-query .btn-download-area{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.material-query .align-center{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 728px){.material-query .m-bottom-rwd-24{margin-bottom:24px}}@media screen and (max-width: 450px){.material-query .input-width-300{width:100%}.material-query .box-row .stn-input-group-column{margin-right:0}}.carbon-import .input-width-300{width:300px}.carbon-import .stn-input-group-column label{font-weight:500;align-items:center}.carbon-import .box-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.carbon-import .box-row .stn-input-group-column{margin-right:12px}.carbon-import .m-bottom-24{margin-bottom:24px}.carbon-import .m-bottom-rwd-24{margin-bottom:0}.carbon-import .m-right-24{margin-right:24px}.carbon-import .m-bottom-10{margin-bottom:10px}.carbon-import .m-bottom-18{margin-bottom:18px}.carbon-import .box-row-title{font-weight:500;margin-bottom:8px}.carbon-import .download-text{margin-left:12px;text-decoration:underline}.carbon-import .other-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.carbon-import button[title=popup-carbon]{color:#0a255e}.carbon-import .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:all}.carbon-import .popup-carbon{width:40%;height:auto;background-color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;display:flex;flex-direction:column;padding:0;box-sizing:border-box;box-shadow:0 0 20px #2223}.carbon-import .popup-carbon .stn-popUp-content{max-width:95%;width:95%;max-height:90%;height:auto;background-color:#fff;border-radius:8px;padding:2px;box-sizing:border-box}.carbon-import .popup-carbon .popUp-info{width:100%;padding:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box}.carbon-import .popup-carbon .popUp-title{font-size:18px;text-align:left;border-bottom:1px solid #4c4a4a;margin:0;width:100%}.carbon-import .popup-carbon .popUp-text{display:flex;gap:10px;width:100%;padding:0;box-sizing:border-box}.carbon-import .popup-carbon form{display:flex;flex-direction:column;width:100%;margin:0;padding:20px 0;box-sizing:border-box}.carbon-import .popup-carbon .bold-label{font-weight:700}.carbon-import .popup-carbon input,.carbon-import .popup-carbon select,.carbon-import .popup-carbon textarea{width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.carbon-import .popup-carbon .popup-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.carbon-import .popup-carbon .popup-buttons .stn-btn-text{border:1px solid #DB6A02;border-radius:4px}@media screen and (max-width: 450px){.carbon-import .input-width-300{width:100%}.carbon-import .box-row .stn-input-group-column{margin-right:0}.carbon-import .m-bottom-rwd-24{margin-bottom:24px}}.carbon-query .input-width-300{width:300px}.carbon-query .stn-input-group-column label{font-weight:500;align-items:center}.carbon-query .box-row{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.carbon-query .m-top{margin-top:0}.carbon-query .m-right-12{margin-right:12px}.carbon-query .m-bottom-24{margin-bottom:24px}.carbon-query .m-bottom-rwd-24{margin-bottom:0}.carbon-query .m-right-24{margin-right:24px}.carbon-query .m-bottom-10{margin-bottom:10px}.carbon-query .m-bottom-18{margin-bottom:18px}.carbon-query .download-text{margin-left:12px;text-decoration:underline}.carbon-query .box-row-title{font-weight:500;margin-bottom:8px}.carbon-query .btn-download-area{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.carbon-query .fas{margin-right:8px}.carbon-query .align-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.tb-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.m-r-5{margin-right:5px}.carbon-query .stn-btn-text{border:1px solid #DB6A02;border-radius:4px}.carbon-query .table-items-start tbody,.carbon-query .table-items-start{width:100%}.carbon-query .table-items-start th,.carbon-query .table-items-start td{text-align:left;padding:8px}@media screen and (max-width: 728px){.carbon-query .m-bottom-rwd-24{margin-bottom:24px}}@media screen and (max-width: 450px){.carbon-query .input-width-300{width:100%}.carbon-query .box-row .stn-input-group-column{margin-right:0}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.absolute{position:absolute}.relative{position:relative}.-top-4{top:-1rem}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-24{right:6rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-5{margin-bottom:1.25rem}.mr-1{margin-right:.25rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.box-content{box-sizing:content-box}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-\[calc\(75vh\)\]{height:75vh}.h-\[calc\(80vh\)\]{height:80vh}.h-full{height:100%}.h-screen{height:100vh}.max-h-52{max-height:13rem}.w-\[105\%\]{width:105%}.w-\[106\%\]{width:106%}.w-\[119\%\]{width:119%}.w-\[20\%\]{width:20%}.w-\[22\%\]{width:22%}.w-\[30\%\]{width:30%}.w-\[38\%\]{width:38%}.w-\[41\%\]{width:41%}.w-\[50\%\]{width:50%}.w-\[65\%\]{width:65%}.w-\[70\%\]{width:70%}.w-auto{width:auto}.w-full{width:100%}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-y-auto{overflow-y:auto}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.bg-\[\#E0E4E6\]{--tw-bg-opacity: 1;background-color:rgb(224 228 230 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-4{padding:1rem}.pb-1{padding-bottom:.25rem}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.text-s{font-size:.8125rem;line-height:1.5}.text-sm{font-size:.875rem;line-height:1.5}body,html,.text-base{font-size:1rem;line-height:1.75}.text-lg{font-size:1.125rem;line-height:1.5}.text-xl{font-size:1.25rem;line-height:1.5}.text-2xl{font-size:1.5rem;line-height:1.5}.text-3xl{font-size:1.75rem;line-height:1.5;font-weight:400}.text-4xl{font-size:2rem;line-height:1.5;font-weight:400}.text-5xl{font-size:2.25rem;line-height:1.5;font-weight:400}.text-6xl{font-size:2.5rem;line-height:1.5;font-weight:400}.text-7xl{font-size:3rem;line-height:1.5;font-weight:400}.text-8xl{font-size:4rem;line-height:1.5;font-weight:700}.stn-main{color:#db6a02}.stn-white{color:#fff}.stn-black{color:#000}.stn-accent-01{color:#222}.stn-accent-02{color:#00b998}.stn-errore{color:#cf2a2a}.stn-attention{color:#ff9500}.stn-approval{color:#05a78a}.stn-main-text{color:#222}.stn-grey-01{color:#636363}.stn-grey-02{color:#929292}.stn-grey-03{color:#b4b4b4}.stn-grey-04{color:#c4c4c4}.stn-grey-05{color:#0d2730}.stn-light-grey-01{color:#dcdcdc}.stn-light-grey-02{color:#eee}.stn-light-grey-03{color:#d2d2d2}.stn-color-BgLight-grey{color:#f5f3f7}.stn-btn-sm,.stn-btn-md,.stn-btn-lg{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;vertical-align:middle;border-radius:4px;background-color:transparent;text-decoration:none;border:1px solid transparent;cursor:pointer}button,a{display:inline-block;line-height:0px;padding:0;margin:0;border:0;font-size:inherit}.stn-btn-primary{color:#fff;background-color:#db6a02}.stn-btn-primary:hover{background-color:#c95200}.stn-btn-primary:disabled{background-color:#eee;color:#c4c4c4;cursor:default}.stn-btn-secondary{border:1px solid #c4c4c4;color:#222}.stn-btn-secondary:hover{background-color:#eee;border:1px solid #636363}.stn-btn-outlined{border:1px solid #DB6A02;color:#db6a02}.stn-btn-outlined:hover{color:#fff;background-color:#db6a02;border:1px solid #DB6A02}.stn-btn-ghost{color:#222}.stn-btn-ghost:hover{color:#fff;background-color:#222}.stn-disabled{color:#b4b4b4;background-color:#eee;cursor:default;border:1px solid #dcdcdc;-webkit-text-fill-color:#b4b4b4;opacity:1}.stn-btn-text{color:#db6a02}.stn-btn-text:hover{color:#c95200}.stn-btn-lg{padding:14px 24px;font-size:1rem;line-height:1.125}.stn-btn-lg img{width:18px;height:18px;margin:-3px 8px -3px 0}.stn-btn-md{padding:10px 12px;font-size:.875rem;line-height:1.125}.stn-btn-md img{width:16px;height:16px;margin:0 8px 0 0}.stn-btn-sm{padding:4px 12px;font-size:.875rem;line-height:18px}.stn-btn-sm img{width:16px;height:16px;margin:0 6px 0 0}.noShow{display:none}.stn-input-group-row,.stn-input-group-column{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.stn-input-group-row label,.stn-input-group-column label{width:20%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:1rem;line-height:1.5;color:#222;font-weight:400}.stn-input-group-row .required,.stn-input-group-column .required{min-width:40px;font-size:.875rem;color:#cf2a2a;margin-left:5px}.stn-input-group-row textarea,.stn-input-group-row input[type=text],.stn-input-group-row input[type=select],.stn-input-group-row input[type=number],.stn-input-group-row input[type=password],.stn-input-group-row input[type=mail],.stn-input-group-row input[type=tel],.stn-input-group-row input[type=date],.stn-input-group-row input[type=datetime-local],.stn-input-group-row input[type=month],.stn-input-group-column textarea,.stn-input-group-column input[type=text],.stn-input-group-column input[type=select],.stn-input-group-column input[type=number],.stn-input-group-column input[type=password],.stn-input-group-column input[type=mail],.stn-input-group-column input[type=tel],.stn-input-group-column input[type=date],.stn-input-group-column input[type=datetime-local],.stn-input-group-column input[type=month]{padding:10px 12px;font-size:1rem;min-height:18px;width:calc(65% - 26px);border-radius:4px;border:1px solid #eeeeee}.stn-input-group-row textarea,.stn-input-group-column textarea{margin-bottom:-8px;resize:vertical}.stn-input-group-row select,.stn-input-group-row input[type=search],.stn-input-group-column select,.stn-input-group-column input[type=search]{padding:10px 12px;font-size:1rem;min-height:40px;width:65%;border-radius:4px;border:1px solid #eeeeee}.stn-input-group-row input[type=file],.stn-input-group-column input[type=file]{width:calc(65% - 26px)}.stn-input-group-row ::-moz-placeholder,.stn-input-group-column ::-moz-placeholder{font-size:1rem;color:#636363}.stn-input-group-row ::placeholder,.stn-input-group-column ::placeholder{font-size:1rem;color:#636363}.stn-input-group-row .stn-text-muted,.stn-input-group-column .stn-text-muted{padding:8px 0 0 20%}.stn-input-group-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;width:100%}.stn-input-group-column label{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-right:0;margin-bottom:8px;width:100%}.stn-input-group-column textarea,.stn-input-group-column input[type=text],.stn-input-group-column input[type=select],.stn-input-group-column input[type=number],.stn-input-group-column input[type=password],.stn-input-group-column input[type=mail],.stn-input-group-column input[type=tel],.stn-input-group-column input[type=date],.stn-input-group-column input[type=datetime-local],.stn-input-group-column input[type=month]{padding:10px 12px;width:100%}.stn-input-group-column select,.stn-input-group-column input[type=search],.stn-input-group-column input[type=file]{width:100%}.stn-input-group-column .stn-text-muted{width:100%;padding-left:0}.stn-input-row-icon{position:relative}.stn-input-row-icon .stn-icon{position:absolute;top:8px;right:0;padding:0 12px;border-left:1px solid #222222;cursor:pointer}.stn-input-column-icon{position:relative}.stn-input-column-icon .stn-icon{position:absolute;top:51px;right:0;padding:0 12px;border-left:1px solid #222222;cursor:pointer}.stn-input-row-noLabel label,.stn-input-column-noLabel label{display:none}.stn-input-row-noLabel textarea,.stn-input-row-noLabel input[type=text],.stn-input-row-noLabel input[type=select],.stn-input-row-noLabel input[type=number],.stn-input-row-noLabel input[type=password],.stn-input-row-noLabel input[type=mail],.stn-input-row-noLabel input[type=tel],.stn-input-row-noLabel input[type=date],.stn-input-row-noLabel input[type=datetime-local],.stn-input-row-noLabel input[type=month],.stn-input-column-noLabel textarea,.stn-input-column-noLabel input[type=text],.stn-input-column-noLabel input[type=select],.stn-input-column-noLabel input[type=number],.stn-input-column-noLabel input[type=password],.stn-input-column-noLabel input[type=mail],.stn-input-column-noLabel input[type=tel],.stn-input-column-noLabel input[type=date],.stn-input-column-noLabel input[type=datetime-local],.stn-input-column-noLabel input[type=month]{padding:10px 12px;width:calc(100% - 26px)}.stn-input-row-noLabel select,.stn-input-row-noLabel input[type=search],.stn-input-column-noLabel select,.stn-input-column-noLabel input[type=search],.stn-input-row-noLabel input[type=file],.stn-input-column-noLabel input[type=file]{width:100%}.stn-input-column-noLabel .stn-icon{top:8px}.stn-dark label{color:#fff}.stn-dark textarea,.stn-dark input[type=text],.stn-dark input[type=select],.stn-dark input[type=number],.stn-dark input[type=password],.stn-dark input[type=mail],.stn-dark input[type=tel],.stn-dark input[type=date],.stn-dark input[type=datetime-local],.stn-dark select,.stn-dark input[type=search],.stn-dark input[type=file],.stn-dark input[type=month]{border:1px solid #b4b4b4;background-color:#ed610033;color:#fff}.stn-dark .stn-icon{border-left:1px solid #dcdcdc;color:#fff}.stn-dark .required{color:#fff}.stn-dark ::-moz-placeholder{color:#fff}.stn-dark ::placeholder{color:#fff}.stn-input-lg textarea,.stn-input-lg input[type=text],.stn-input-lg input[type=select],.stn-input-lg input[type=number],.stn-input-lg input[type=password],.stn-input-lg input[type=mail],.stn-input-lg input[type=tel],.stn-input-lg input[type=date],.stn-input-lg input[type=datetime-local],.stn-input-lg input[type=month],.stn-input-lg input[type=search]{padding:14px 12px}.stn-input-row-sm,.stn-input-column-sm{width:100%}.stn-input-row-sm label,.stn-input-column-sm label{width:20%}.stn-input-row-sm textarea,.stn-input-row-sm input[type=text],.stn-input-row-sm input[type=select],.stn-input-row-sm input[type=number],.stn-input-row-sm input[type=password],.stn-input-row-sm input[type=mail],.stn-input-row-sm input[type=tel],.stn-input-row-sm input[type=date],.stn-input-row-sm input[type=datetime-local],.stn-input-row-sm input[type=month],.stn-input-column-sm textarea,.stn-input-column-sm input[type=text],.stn-input-column-sm input[type=select],.stn-input-column-sm input[type=number],.stn-input-column-sm input[type=password],.stn-input-column-sm input[type=mail],.stn-input-column-sm input[type=tel],.stn-input-column-sm input[type=date],.stn-input-column-sm input[type=datetime-local],.stn-input-column-sm input[type=month]{padding:4px 8px;min-height:18px;width:calc(65% - 18px);border-radius:2px}.stn-input-row-sm select,.stn-input-row-sm input[type=search],.stn-input-column-sm select,.stn-input-column-sm input[type=search]{padding:4px 8px;width:65%;height:28px;border-radius:2px}.stn-input-row-sm input[type=file],.stn-input-column-sm input[type=file]{width:65%}.stn-input-row-sm .stn-text-muted,.stn-input-column-sm .stn-text-muted{padding-left:20%}.stn-input-column-sm{width:100%}.stn-input-column-sm label{width:100%;padding-right:0}.stn-input-column-sm textarea,.stn-input-column-sm input[type=text],.stn-input-column-sm input[type=select],.stn-input-column-sm input[type=number],.stn-input-column-sm input[type=password],.stn-input-column-sm input[type=mail],.stn-input-column-sm input[type=tel],.stn-input-column-sm input[type=date],.stn-input-column-sm input[type=datetime-local],.stn-input-column-sm input[type=month]{padding:4px 8px;width:calc(100% - 18px)}.stn-input-column-sm select,.stn-input-column-sm input[type=search]{padding:4px 8px;width:100%}.stn-input-column-sm input[type=file]{width:100%}.stn-input-column-sm .stn-text-muted{width:100%;padding-left:0}.stn-text-muted{width:auto;font-size:.875rem;line-height:1.5}.stn-text-muted-sm{font-size:.8125rem;line-height:1.5}.stn-input-danger{color:#cf2a2a}.stn-input-danger select,.stn-input-danger textarea,.stn-input-danger input[type=search],.stn-input-danger input[type=text],.stn-input-danger input[type=select],.stn-input-danger input[type=number],.stn-input-danger input[type=password],.stn-input-danger input[type=mail],.stn-input-danger input[type=tel],.stn-input-danger input[type=date],.stn-input-danger input[type=datetime-local],.stn-input-danger input[type=month]{border:1px solid #cf2a2a}.stn-checkbox-group{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto}.stn-checkbox-group input{width:16px;height:16px;border:1px solid #c4c4c4;border-radius:2px;cursor:pointer}.stn-checkbox-group input:hover{border:1px solid #636363}.stn-checkbox-group label{margin-left:9px;cursor:pointer}.stn-radio-group{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.stn-radio-group input{width:16px;height:16px;border:1px solid #c4c4c4;border-radius:2px;cursor:pointer}.stn-radio-group input:hover{border:1px solid #636363}.stn-radio-group label{width:auto;padding-left:9px;cursor:pointer}.stn-check-search{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.stn-check-search p{width:calc(20% - 12px);height:100%;flex:1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding-right:12px;font-size:1rem;line-height:1.5;color:#222;font-weight:400}.stn-check-search .stn-check-drop-down{padding:5px 0 5px 12px;font-size:1rem;width:calc(65% - 14px);border-radius:4px;border:1px solid #eeeeee;display:flex;flex-direction:row;background-color:#fff}.stn-check-search .stn-check-drop-down .select-drop-down{width:98%}.stn-check-search .stn-check-drop-down ul{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.stn-check-search .stn-check-drop-down ul li{padding:2px 10px;background-color:#eee;border-radius:4px;margin:6px}.stn-check-search .stn-check-drop-down ul li a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:#222;text-decoration:none;line-height:1.75rem}.stn-check-search .stn-check-drop-down ul li a img{width:20px;height:20px;margin-left:5px}.stn-check-search .stn-check-drop-down ul .input-check{width:100%;padding:0;margin:0;display:flex}.stn-check-search .stn-check-drop-down ul .input-check input{width:100%;height:26px;border:0px;padding:0;font-size:1rem}.stn-check-search .stn-check-drop-down .arrow{height:100%}.stn-check-search .stn-check-drop-down .arrow img{width:20px;cursor:pointer}.stn-check-search .stn-check-lists{padding:10px 12px;font-size:1rem;min-height:18px;width:calc(65% - 26px);width:100%;border-radius:4px;border:1px solid #eeeeee;display:-ms-flexbox;flex-direction:row;display:flex;flex-direction:column;margin-left:20%;margin-top:5px;background-color:#fff}.stn-check-search .stn-check-lists div{margin:5px 0}.stn-check-search .stn-check-lists div label{width:100%;margin-left:auto;justify-content:flex-start;padding:0}.stn-check-search .noShow{display:none}.stn-hashTag,.stn-hashTag p{width:100%}.stn-hashTag .stn-tag-lists{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.stn-hashTag .stn-tag-lists .stn-hash-tag{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:8px 8px 0 0;padding:0 10px;border:1px solid #b4b4b4;border-radius:16px;line-height:26px;background-color:#fff;font-size:.875rem;cursor:pointer}.stn-hashTag .stn-tag-lists .stn-hash-tag .svg-area{display:flex;flex-direction:column;justify-content:center;align-items:center}.stn-hashTag .stn-tag-lists .stn-hash-tag .svg-area svg{fill:#db6a02}.stn-hashTag .stn-tag-lists .stn-hash-tag:hover{background-color:#eee}.stn-hashTag .stn-tag-lists .stn-hashTag-action{background-color:#ed61001a;color:#db6a02;border:1px solid #DB6A02}.stn-hashTag .stn-tag-lists .stn-hashTag-action:hover{background-color:#ed61001a}.btn-primary{width:100px;height:100px;border-radius:50%;background-color:gray}.stn-project-bg{background-color:#f4f5f5;padding-bottom:100px}.stn-project-bg .content{border-radius:8px;height:auto;background-color:#fff;padding:35px 33px 54px}.stn-popUp{position:fixed;top:0;left:0;background-color:#0003;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.stn-popUp .stn-popUp-content{max-width:80%;max-height:80%;width:auto;height:auto;background-color:#fff;border-radius:8px;padding:12px}.stn-popUp .stn-popUp-content .btn-close{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;color:#222;font-size:1.25rem;text-decoration:none}.popUp-info{padding:25px 54px 56px;display:flex;flex-direction:column;justify-content:center;align-items:center}.popUp-info .icon-main{font-size:40px;margin-bottom:15px}.popUp-info .popUp-title{font-weight:500}.popUp-info .popUp-text{font-weight:400}.budget-import .noShow{display:none}.table-items-start thead tr th,.table-items-start tbody tr td{align-items:flex-start}.table-rwd{max-height:70vh;overflow-y:auto}.table-rwd thead{position:sticky;top:0}.nimiety-table-rwd{overflow:auto}.nimiety-table-rwd thead{position:sticky;top:0;z-index:2}.nimiety-table-rwd{width:100%;overflow-x:scroll}.nimiety-table-rwd table{width:2300px}.nimiety-table-rwd thead tr th{position:sticky;top:0;background-color:#e6ebee}.nimiety-table-rwd th:nth-child(1),.nimiety-table-rwd th:nth-child(2),.nimiety-table-rwd th:nth-child(3),.nimiety-table-rwd th:nth-child(4),.nimiety-table-rwd th:nth-child(5),.nimiety-table-rwd th:nth-child(6),.nimiety-table-rwd th:nth-child(7),.nimiety-table-rwd th:nth-child(8),.nimiety-table-rwd th:nth-child(9),.nimiety-table-rwd th:nth-child(10),.nimiety-table-rwd th:nth-child(11){z-index:2}.nimiety-table-rwd th:nth-child(1){left:0;width:15%}.nimiety-table-rwd th:nth-child(2){left:36px}.nimiety-table-rwd th:nth-child(3){left:167px}.nimiety-table-rwd th:nth-child(4){left:298px}.nimiety-table-rwd th:nth-child(5){left:429px}.nimiety-table-rwd th:nth-child(6){left:560px}.nimiety-table-rwd th:nth-child(7){left:691px}.nimiety-table-rwd th:nth-child(8){left:822px}.nimiety-table-rwd th:nth-child(9){left:953px}.nimiety-table-rwd th:nth-child(10){left:1084px}.nimiety-table-rwd th:nth-child(11){left:1215px}.nimiety-table-rwd td:nth-child(1){left:0;width:15%}.nimiety-table-rwd td:nth-child(2){left:36px}.nimiety-table-rwd td:nth-child(3){left:167px}.nimiety-table-rwd td:nth-child(4){left:298px}.nimiety-table-rwd td:nth-child(5){left:429px}.nimiety-table-rwd td:nth-child(6){left:560px}.nimiety-table-rwd td:nth-child(7){left:691px}.nimiety-table-rwd td:nth-child(8){left:822px}.nimiety-table-rwd td:nth-child(9){left:953px}.nimiety-table-rwd td:nth-child(10){left:1084px}.nimiety-table-rwd td:nth-child(11){left:1215px}.nimiety-table-rwd td:nth-child(1),.nimiety-table-rwd td:nth-child(2),.nimiety-table-rwd td:nth-child(3),.nimiety-table-rwd td:nth-child(4),.nimiety-table-rwd td:nth-child(5),.nimiety-table-rwd td:nth-child(6),.nimiety-table-rwd td:nth-child(7),.nimiety-table-rwd td:nth-child(8),.nimiety-table-rwd td:nth-child(9),.nimiety-table-rwd td:nth-child(10),.nimiety-table-rwd td:nth-child(11){position:sticky;z-index:1;background-color:#fff;min-height:155px}.m-top-10{margin-top:10px}.m-top-40{margin-top:40px}@media screen and (max-width: 1540px){.nimiety-table-rwd thead tr th{position:initial;top:0;background-color:#e6ebee}.nimiety-table-rwd td:nth-child(1),.nimiety-table-rwd td:nth-child(2),.nimiety-table-rwd td:nth-child(3),.nimiety-table-rwd td:nth-child(4),.nimiety-table-rwd td:nth-child(5),.nimiety-table-rwd td:nth-child(6),.nimiety-table-rwd td:nth-child(7),.nimiety-table-rwd td:nth-child(8),.nimiety-table-rwd td:nth-child(9),.nimiety-table-rwd td:nth-child(10),.nimiety-table-rwd td:nth-child(11){position:initial;z-index:0;background-color:transparent}}@media screen and (max-width: 1650px){.table-rwd table{width:1700px}}@media screen and (max-width: 1070px){.table-rwd{width:100%;overflow-x:scroll}.nimiety-table-rwd table{width:2000px}}@media screen and (max-width: 950px){.stn-input-group-row label{width:100%;justify-content:flex-start}.stn-input-group-row textarea,.stn-input-group-row input[type=text],.stn-input-group-row input[type=number],.stn-input-group-row input[type=password],.stn-input-group-row input[type=mail],.stn-input-group-row input[type=tel],.stn-input-group-row input[type=date],.stn-input-group-row input[type=datetime-local],.stn-input-group-row input[type=month]{width:calc(100% - 26px)}.stn-input-group-row input[type=search],.stn-input-group-row select{width:calc(100% + -0px)}.stn-input-group-row .stn-text-muted{width:100%;padding-left:0%}.stn-input-row-icon .stn-icon{top:42px}.stn-input-row-noLabel .stn-icon{top:8px}.stn-input-group-row .stn-input-row-icon{display:flex;flex-direction:column;width:100%}.stn-check-search p{justify-content:flex-start}.stn-check-search .stn-check-drop-down{width:100%}.stn-check-search .stn-check-lists{margin-left:0}}:root{--formLength: 6}table{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}table thead{width:100%;height:auto;min-height:46px}table thead tr{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:auto;height:100%;padding:0;border-bottom:1px solid #eeeeee;background-color:#e6ebee}table thead tr th{width:100%;height:auto;min-height:70px;padding:7px 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;word-break:break-all;color:#636363}table tbody{width:100%;height:auto}table tbody tr{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto;padding:0;border-bottom:1px solid #dcdcdc}table tbody tr td{width:100%;height:auto;min-height:46px;padding:7px 10px;word-wrap:break-word;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;color:#333}table tbody tr td a{text-decoration:none;color:#222;line-height:initial;width:100%;height:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}table tbody tr:hover{background-color:#dcdcdc;color:#222}.stn-page ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.stn-page .stn-form-title{width:auto;height:100%;padding:0 35px;min-height:46px;background-color:#eee;border-bottom:1px solid #eeeeee}.stn-page .stn-form-title li{width:100%;height:auto;min-height:46px;padding:7px 10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.stn-page .stn-form-list{width:auto;padding:0 35px;min-height:46px;border-bottom:1px solid #dcdcdc;flex-wrap:wrap}.stn-page .stn-form-list li{width:calc(100% / var(--formLength) - 20px);height:auto;padding:7px 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.stn-page .stn-form-list li a{text-decoration:none;color:#222;line-height:initial;width:100%;height:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.stn-page .stn-form-list:hover{background-color:#dcdcdc}.stn-tab-text1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:54px;border-bottom:1px solid #eeeeee}.stn-tab-text1 li{width:auto;height:54px;padding:0 5px;margin:0 45px 0 0;display:flex;flex-direction:column;justify-content:center}.stn-tab-text1 li a{width:100%;height:100%;padding:0 10px;display:flex;flex-direction:row;justify-content:center;text-decoration:none;line-height:1.2;color:#222;align-items:center;border-bottom:4px solid transparent}.stn-tab-text1 li a:hover{border-bottom:4px solid #DB6A02}.stn-tab-text1 li a span{margin-right:8px}.stn-tab-text1 li:hover span{color:#db6a02}.stn-tab-text1 .action a{border-bottom:4px solid #DB6A02}.stn-tab-text1 .action a span{color:#db6a02}.stn-tab-text2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:54px}.stn-tab-text2 li{width:100%;height:54px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #eeeeee}.stn-tab-text2 li a{width:calc(100% - 20px);height:54px;padding:0 10px;display:flex;flex-direction:row;justify-content:center;text-decoration:none;line-height:1.2;color:#222;align-items:center;border-top:4px solid transparent;border-right:1px solid transparent;border-left:1px solid transparent}.stn-tab-text2 li a:hover{border-top:4px solid #DB6A02;border-right:1px solid #D2D2D2;border-left:1px solid #D2D2D2}.stn-tab-text2 li a span{margin-right:8px}.stn-tab-text2 li:hover{border-bottom:1px solid transparent}.stn-tab-text2 li:hover span{color:#db6a02}.stn-tab-text2 .action{border-bottom:1px solid transparent}.stn-tab-text2 .action a{border-top:4px solid #DB6A02;border-right:1px solid #D2D2D2;border-left:1px solid #D2D2D2}.stn-tab-text2 .action a span{color:#db6a02}.stn-tab-text3{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:60px;background-color:#0d2730}.stn-tab-text3 li{width:150px;height:60px;display:flex;flex-direction:column;justify-content:center}.stn-tab-text3 li a{width:100%;height:60px;padding:0 10px;display:flex;flex-direction:row;justify-content:center;text-decoration:none;line-height:1.2;color:#fff;align-items:center}.stn-tab-text3 li a:hover{background-color:#275261;color:#fff}.stn-tab-text3 li a span{margin-right:10px}.stn-tab-text3 li:hover{color:#fff}.stn-tab-text3 .action a{height:60px;color:#fff;background-color:#275261}.stn-tab-text4{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:54px}.stn-tab-text4 li{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.stn-tab-text4 li a{width:calc(100% - 20px);height:100%;padding:0 10px;display:flex;flex-direction:row;justify-content:center;text-decoration:none;line-height:1.2;color:#222;align-items:center;border-radius:4px}.stn-tab-text4 li a:hover{color:#db6a02;background-color:#ed610033}.stn-tab-text4 li:hover{color:#db6a02}.stn-tab-text4 .action a{color:#db6a02;background-color:#ed610033}.stn-tab-nestedTabs1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:54px;border-bottom:1px solid #222222}.stn-tab-nestedTabs1 li{width:auto;height:100%;display:flex;flex-direction:column;justify-content:center;background-color:#eee}.stn-tab-nestedTabs1 li a{width:calc(100% - 20px);height:100%;padding:0 10px;display:flex;flex-direction:row;justify-content:center;text-decoration:none;line-height:1.2;color:#222;align-items:center}.stn-tab-nestedTabs1 li a:hover{background-color:#222;color:#fff}.stn-tab-nestedTabs1 li a span{margin-right:8px}.stn-tab-nestedTabs1 li:hover{color:#fff}.stn-tab-nestedTabs1 .action a{color:#fff;background-color:#222}.stn-breadcrumbs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:auto;margin:0 auto;padding:16px 17px}.stn-breadcrumbs li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto;height:100%;padding:5px 0;font-weight:500}.stn-breadcrumbs li a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:2px 0;text-decoration:none;line-height:initial;color:#0d2730}.stn-breadcrumbs li a:hover{color:#db6a02}.stn-breadcrumbs li span{padding:0 6px}.stn-page{margin:20px 0}.stn-page .PageLists{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.stn-page .PageLists li{display:block;width:24px;height:24px;margin:0 10px}.stn-page .PageLists li a,.stn-page .PageLists li button{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:#0d2730}.stn-page .PageLists li a:hover,.stn-page .PageLists li button:hover,.stn-page .PageLists .active a,.stn-page .PageLists .active button{background-color:#0d2730;color:#fff;border-radius:4px}.stn-page .PageLists button:disabled{color:#b4b4b4}.stn-page p{text-align:center}.stn-login{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.stn-login h2{font-size:1.75rem;font-weight:500;margin-bottom:20px;line-height:24px}.stn-login .stn-login-title{font-weight:400;font-size:1.125rem;line-height:24px}.stn-login .stn-reminder{margin-top:5px}.stn-login .stn-reminder .stn-reset-password-login{text-decoration:none;color:#929292}.stn-login .stn-reminder .stn-reset-password-login:hover{color:#db6a02}.stn-login .stn-login-inside{width:300px;background-color:#fff;box-shadow:0 0 20px #2223;border-radius:12px;padding:52px 50px 22px;margin-top:40px;box-sizing:content-box}.stn-login .stn-login-inside .login-input{padding:10px 12px 10px 48px;width:100%}.stn-login .stn-login-inside select,.stn-login .stn-login-inside input[type=search],.stn-login .stn-login-inside input[type=file]{width:100%}.stn-login .stn-login-inside>div{margin-bottom:30px}.stn-login .stn-login-inside .stn-input-icon{position:absolute;top:13px;padding:0 12px;color:#929292;cursor:pointer}.stn-login .stn-login-inside .stn-icon-person{left:0}.stn-login .stn-login-inside .stn-icon-visibility{position:absolute;top:0;right:0;cursor:pointer}.stn-login .stn-login-inside .stn-icon-visibility span{position:absolute;top:13px;right:0;padding:0 12px;color:#929292}.stn-login .stn-login-inside .stn-icon-restart{right:0;padding:0 12px;cursor:pointer}.stn-login .stn-login-inside canvas{position:absolute;top:3px;right:70px}.stn-login .stn-login-inside .noShow{display:none}.stn-login .stn-login-inside .stn-login-submit{width:100%;height:40px;padding:8px 12px;background-color:#eee;color:#c4c4c4;border-radius:4px;margin-top:20px;cursor:pointer}.stn-login .stn-login-inside .stn-password{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:400;font-size:.875rem;line-height:24px;color:#929292;text-decoration:none;margin:15px 0 33px}.stn-login .stn-login-inside .stn-password:hover,.stn-login .stn-login-inside .action{color:#db6a02}.stn-login .stn-login-inside .action_login{background-color:#db6a02;color:#fff}.stn-login hr{border:1px solid #dcdcdc}.stn-login .stn-joinMember{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#db6a02;font-weight:400;line-height:24px;text-decoration:none;margin-top:19px}.stn-login .stn-joinMember .stn-input-icon{position:relative;top:0;padding:0;color:#db6a02}.stn-components-many{display:flex;flex-wrap:wrap}.stn-components-many>div{margin-right:16px;width:auto}.stn-components-input-abreast2{display:flex;flex-wrap:wrap}.stn-components-input-abreast2>div{width:50%}.stn-components-input-abreast3{display:flex;flex-wrap:wrap}.stn-components-input-abreast3>div{width:33.3333333333%}.stn-components-input-abreast3>div>label{width:100%;justify-content:flex-start}.stn-components-input-abreast3>div>select{width:100%}.stn-components-input-abreast4{display:flex;flex-wrap:wrap}.stn-components-input-abreast4>div{width:25%}.stn-components-input-abreast4>div>label{width:100%;justify-content:flex-start}.stn-components-input-abreast4>div>select{width:100%}.hidden-text{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.hidden-text-table{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0}.second-two{background-color:#f6f7f8}.second-three{background-color:#eee}.stn-project-bg .dashboard-bg{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;background-color:#f4f5f5}.img-map{width:524px;height:815px;border-radius:8px;background:#E0E4E6}.form-data{width:calc(100% - 544px);margin-left:20px;border-radius:8px}.time-query,.upload-data,.other-data{width:100%;padding:23px 25px;border-radius:8px;margin-bottom:20px;background:#FFF;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap}.time-query .stn-input-group-row{align-items:center;width:46%;margin-bottom:5px}.time-query .stn-input-group-row label{justify-content:flex-start}.time-query .stn-input-group-row input{width:78%}.time-query .btn-confirm{margin-left:2%}.time-query .merge{margin-right:1%}.time-query .merge label{width:6%}.time-query .merge input{width:94%}.upload-data .upload-list{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.upload-data .upload-list li:nth-last-child(1){margin-right:0}.upload-data .upload-list li{width:calc(25% - 11px);margin-right:14px;padding:22px 5px 19px;border-radius:8px;margin-bottom:14px;background:#F3F6F8;display:flex;flex-direction:column;justify-content:center;align-items:center}.upload-data .upload-list .icon{width:28px;height:28px;border-radius:50%;background-color:#db6a02;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:27px}.upload-data .upload-list img{width:16px;height:16px}.upload-data .upload-list .quantity,.city-info .quantity{font-size:1.75rem;font-weight:700;margin-bottom:8px}.upload-data .upload-list .unit,.city-info .unit{font-size:1rem;font-weight:400;margin-left:6px}.upload-data .upload-list .upload-title{font-size:1.063rem;font-weight:400}.other-data{background-color:#f4f5f5;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;padding:0}.other-data .data-box,.city-info .city-box{width:calc(50% - 10px);margin-right:20px}.other-data .data-box:nth-last-child(1),.city-info .city-box:nth-last-child(1){margin-right:0}.other-data .box-style{background-color:#fff;border-radius:8px;padding:28px 25px}.other-data .data-box h2,.other-data .data-box h3{font-size:1.125rem;font-weight:500;margin-bottom:17px;color:#0d2730;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.other-data .data-box .item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.other-data .data-box .item .item-title{width:100%;margin-bottom:8px;font-size:1.063rem;font-weight:400;color:#636363}.other-data .data-box section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.other-data .data-box .icon-winning,.other-data .data-box .icon-budget{display:block;width:14px;height:14px;border-radius:50%;background-color:#db6a02;margin-right:6px}.other-data .data-box .icon-budget{background-color:#275261}.other-data .data-box h3{margin-bottom:23px}.other-data .data-box .city{font-size:1.5rem;font-weight:500;color:#0d2730;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.other-data .data-box .ratio{font-size:1.125rem;font-weight:500;color:#db6a02}.city-info .city-title{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.city-info .city-title h2{font-size:1.75rem;font-weight:500}.city-info .city-title p{font-size:1rem;font-weight:400}.city-info .data-box{border-radius:8px;background:#FFF;padding:24px}.city-info .city-box{padding:0;background-color:#f4f5f5}.city-info .box-style{border-radius:8px;background:#F3F6F8}.city-info .item{border-radius:8px;background:#FFF;padding:26px 24px}.city-info .other-data h2{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:18px}.city-info .other-data .icon{width:28px;height:28px;border-radius:50%;background-color:#db6a02;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:8px}.city-info .other-data .city-box h2{margin-bottom:14px}.city-info .other-data .city-box .tender-info{width:50%}.city-info .other-data .city-box .tender-money{text-align:right}.city-info .other-data .city-box .title{font-size:.875rem;color:#929292;margin-bottom:4px}.city-info .other-data .city-box .tender-info .info{color:#0d2730;font-size:1rem;font-weight:500}.city-info .other-data .city-box .tender-money p{font-size:18px;color:#0d2730;font-weight:700}.city-info .chart{width:100%;padding:24px 29px;border-radius:8px;background:#FFF}.city-info .chart h3{font-size:1.125rem;font-weight:500}.input-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto;background:#FFF;padding:23px 25px;border-radius:8px}.input-row>div{width:30%;align-items:center}.input-row>div label{width:auto;margin-right:13px}.input-row .time-group{width:33%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.input-row .time-group .stn-input-group-row{align-items:center}.input-row .time-group .stn-input-group-row input{width:66%}.input-row button{margin-left:2%}.material{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.material .chart-w{width:900px}.material .material-form{width:calc(100% - 920px);margin-left:20px;padding:23px 25px;height:732px;overflow:auto}.w-fillUp input[type=text]{width:100%}.w-fillUp .w-module{width:66%}@media screen and (max-width: 1839px){.time-query .btn-confirm{margin-left:1.9%}}@media screen and (max-width: 1820px){.time-query .btn-confirm{margin-left:1.8%}}@media screen and (max-width: 1800px){.time-query .btn-confirm{margin-left:1.7%}}@media screen and (max-width: 1780px){.time-query .btn-confirm{margin-left:1.6%}}@media screen and (max-width: 1760px){.time-query .btn-confirm{margin-left:1.5%}}@media screen and (max-width: 1740px){.time-query .btn-confirm{margin-left:1.4%}}@media screen and (max-width: 1725px){.time-query .btn-confirm{margin-left:0}}@media screen and (max-width: 1595px){.input-row{flex-wrap:wrap}.input-row>div,.input-row .time-group{width:100%;padding-bottom:23px;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.input-row .time-group .stn-input-group-row{padding-bottom:23px}.input-row .time-group .stn-input-group-row input,.input-row .stn-input-group-row select,.w-fillUp .w-module{width:100%}}@media screen and (max-width: 1550px){.time-query .stn-input-group-row{width:45%}.time-query .stn-input-group-row label{width:22%}.time-query .merge label{width:6%}.input-row button{margin-left:0}}@media screen and (max-width: 1440px){.time-query .stn-input-group-row{width:45%}.time-query .stn-input-group-row label{width:auto}.time-query .stn-input-group-row input{width:70%;margin-left:13px}.time-query .merge input{width:89%}}@media screen and (max-width: 1370px){.time-query .stn-input-group-row{flex-direction:column;justify-content:flex-start;align-items:flex-start}.time-query .stn-input-group-row input{width:100%;margin-left:0}.time-query .stn-input-group-row{width:100%}.time-query .merge{padding-left:0;margin-right:0}}@media screen and (max-width: 1215px){.upload-data .upload-list li{width:calc(50% - 14px)}}@media screen and (max-width: 1190px){.other-data{display:flex;flex-direction:column;justify-content:center;align-items:center}.other-data .data-box{width:100%;margin-bottom:1.25rem;margin-right:0}.material{flex-direction:column}.material .chart-w{width:100%;margin-bottom:1.25rem}.material .material-form{width:100%;margin-left:0}}@media screen and (max-width: 1035px){.city-info .city-title{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media screen and (max-width: 980px){.stn-project-bg .dashboard-bg{flex-direction:column}.img-map{width:100%;margin-bottom:1.25rem}.form-data{width:100%;margin-left:0}.city-info .city-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}@media screen and (max-width: 950px){.stn-components-many>div{width:50%}.stn-components-input-many>div,.stn-components-input-abreast2>div,.stn-components-input-abreast3>div,.stn-components-input-abreast4>div{width:100%}.input-row .time-group .stn-input-group-row input{width:100%}}@media screen and (max-width: 576px){.stn-components-many>div,.stn-components-input-many>div{width:100%}}@media screen and (max-width: 490px){.city-info .city-title{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media screen and (max-width: 420px){.upload-data .upload-list{flex-direction:column;justify-content:center;align-items:center}.upload-data .upload-list li{width:100%;margin-right:0}}@media screen and (max-width: 375px){.other-data .data-box section{flex-direction:column;justify-content:flex-start;align-items:flex-start}.city-info .other-data .city-box .tender-info{width:100%;margin-bottom:20px}.city-info .other-data .city-box .tender-money{text-align:left}}body,html{width:100%;font-family:Noto Sans TC," PingFang TC",Microsoft JhengHei,sans-serif;color:#222}body section a[accesskey=C],body section a[accesskey=U],body section a[accesskey=Z],body div a[accesskey=C],body div a[accesskey=U],body div a[accesskey=Z],html section a[accesskey=C],html section a[accesskey=U],html section a[accesskey=Z],html div a[accesskey=C],html div a[accesskey=U],html div a[accesskey=Z]{position:absolute;top:0;left:0;z-index:1;color:#222;text-decoration:none}body main,html main{position:relative}body main a[accesskey=C],html main a[accesskey=C]{color:#222;font-size:20px;position:absolute;text-decoration:none}.stn-noShow{display:none}.stn-show{display:block}.noPadding{padding:0}@media screen and (min-width: 320px){main .content,.header-infot{max-width:100%;margin:0 17px;width:auto}main .rwd-nav{width:450px;max-width:450px}footer .footerArea{max-width:100%;margin:0 auto}}@media screen and (max-width: 310px){.stn-page .PageLists{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}}@media screen and (max-width: 319px){main .content,.header-infot{max-width:calc(100% - 34px);margin:0 auto;width:auto}main .rwd-nav{width:450px;max-width:450px}footer .footerArea{max-width:100%;margin:0 auto}.stn-breadcrumbs{margin-right:17px;margin-left:17px}}@media screen and (min-width: 768px){main .content,.header-infot{max-width:calc(100% - 40px);margin:0 20px;width:auto}footer .footerArea{max-width:calc(100% - 40px);margin:0 auto}.filter{width:100%}.stn-breadcrumbs{margin-right:20px;margin-left:20px}}@media screen and (min-width: 1280px){main .content,.header-infot{max-width:calc(100% - 100px);margin:0 auto}footer .footerArea{max-width:calc(100% - 100px);margin:0 auto}.filter{margin:0 1rem;width:40%}.stn-breadcrumbs{margin-right:50px;margin-left:50px}}.main{width:100%;background-color:#daa520}.main .content{width:auto;padding:20px}.main .noShow{display:none}
