@import url(https://fonts.googleapis.com/css2?family=Oswald&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.content-back-color{background-color:#f8f9fa;display:flex;justify-content:center}.content,.content-back-color{min-height:calc(100vh - 280px)}.content{background-color:#fff;margin:0 auto;max-width:1180px;padding:80px 15px 15px;width:100%}#root{display:flex;flex-direction:column;min-height:100vh}@media (max-width:1280px){.content{margin:0!important;padding-bottom:50px!important;padding-left:1rem;padding-right:1rem;padding-top:65px!important;width:100%}}@media (max-width:767px){.content{padding-top:4rem}}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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(90deg,#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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{flex-shrink:1;min-width:0;text-overflow:ellipsis}.hm-side-divider{background-color:red;height:100%;min-height:100px;width:10px}.hm-top-info{display:flex;gap:10px;overflow:scroll;padding:5px;width:100%}.hm-top-info-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#1f1f1f;display:flex;flex-direction:column;height:120px;justify-content:space-between;min-width:130px;overflow:hidden;width:130px}.hm-top-info-card-bottom{border-top:1px solid var(--border);bottom:0;display:flex;padding:15px;position:relative}.hm-top-info-card-bottom svg{color:gray;display:flex}.hm-top-info-card-bottom .right{color:gray;display:flex;margin-left:auto}.hm-top-info-card-title{font-size:16px;font-weight:700}.hm-top-info-card-info{font-size:12px;font-weight:500}.hm-ct{flex-wrap:nowrap;height:auto}.hm-main-area{flex:5 1}.hm-side-area{flex:2 1}.hm-noti-ct{padding:10px}.hm-noti{align-items:center;background-color:#fff;border-radius:15px;display:flex;padding:6px;-webkit-user-select:none;user-select:none}.hm-noti-icon,.hm-noti:hover{background-color:var(--sub-back)}.hm-noti-icon{border-radius:15px;font-family:emoji;font-size:20px;padding:10px}.hm-noti-title{font-size:16px;font-weight:700;margin-bottom:2px}.hm-noti-desc{font-size:12px}.hm-noti-text-area{margin-left:15px;margin-right:15px}.hm-noti svg{color:var(--sub-2);font-size:24px;margin-left:auto;margin-right:2px}.hm-chat-ct{height:500px;overflow:scroll}.hm-chat-input{border-top:1px solid var(--border);bottom:0;box-sizing:border-box;display:flex}.hm-chat-input input{align-items:center;border:0;display:flex;flex:1 1;padding:10px;resize:none}.hm-chat-input input:focus{outline:0}.hm-chat-send{align-items:center;background-color:var(--main);border-radius:10px;color:#fff;display:flex;font-size:15px;height:30px;justify-content:center;margin:8px;width:40px}.hm-profile .wa-card-title{border-bottom:0;padding-bottom:5px}.hm-profile .wa-selectable{margin-left:0;margin-right:auto}.hm-profile-ct{border-bottom:1px solid var(--border);padding:20px;position:relative}.hm-profile-img{background-color:gray;border-radius:50px;height:45px;width:45px}.hm-profile-flex{display:flex;gap:5px;position:absolute;right:20px;top:20px}.hm-profile-logout{border:0;border-radius:10px;font-size:10px;padding:5px 15px}.hm-login,.hm-profile-logout{background-color:var(--main);color:#fff;font-weight:700}.hm-login{border:0;border-radius:16px;font-size:14px;padding:15px;width:100%}.hm-profile-logout.padding-no{padding:8px 10px}.hm-profile-top{align-items:center;display:flex;gap:12px;margin-bottom:15px}.hm-profile-namearea h1,h2{margin:0}.hm-profile-namearea h1{font-size:18px}.hm-profile-namearea h2{color:var(--sub-2);font-size:12px;font-weight:600}.hm-profile-flex-2{display:flex;gap:8px;margin-top:8px}.hm-profile-box{background-color:var(--sub-back-2);border-radius:12px;color:var(--text);flex:1 1;padding:10px 10px 15px;position:relative}.hm-profile-box:hover{box-shadow:0 1px 4px #0000000d;scale:1.05}.hm-profile-box .into{bottom:10px;color:var(--sub-2);font-size:14px;position:absolute;right:10px}.hm-profile-box span{color:var(--sub-2);display:block;font-size:11px;font-weight:700;margin-top:8px}.hm-profile-box p{display:block;font-size:13px;font-weight:600;margin:5px 0 0}.hm-line{flex:1 1}.hm-subs-1{display:flex}.hm-sub-list-ct{border-right:1px solid var(--border);padding:6px;-webkit-user-select:none;user-select:none;width:auto}.hm-sub-list.selected{background-color:var(--main);color:#fff}.hm-sub-list{align-items:center;border-radius:5px;display:flex;font-size:14px;font-weight:500;justify-content:center;padding:5px 10px}.hm-sub-list:hover{background-color:var(--sub-back-2);color:#000}.hm-sub-view{margin:10px}.hm-sub-side{border-left:1px solid var(--border);margin-left:10px;padding:12px}.hm-sub-profile{align-items:center;justify-content:center;width:100%}.hm-sub-profile-img{background-color:var(--sub-back-2);border-radius:50%;height:30px;margin-bottom:5px;width:30px}.hm-sub-button{background-color:var(--main);border:none;border-radius:8px;color:#fff;gap:4px;padding:5px 8px}.hm-sub-button,.hm-sub-profile-view{align-items:center;display:flex;font-size:12px;justify-content:center}.hm-sub-profile-view{color:gray}.hm-chat-bal{background-color:var(--sub-back-2);border-radius:6px;margin:8px 8px 0;max-width:100%;padding:5px}.hm-chat-profile{align-items:center;display:flex;gap:3px}.hm-chat-pfi{background-color:gray;border-radius:50%;height:15px;width:15px}.hm-chat-profile-name{font-size:14px}.hm-chat-content{font-size:16px;font-weight:500}.hm-chat-time{color:var(--sub-text);font-size:12px}.hm-headline-ct{background-color:#fff;border:1px solid var(--border);border-radius:15px;box-shadow:0 1px 4px #0000000d;display:flex;margin-bottom:15px;overflow:hidden;width:100%}.hm-headline{flex:1 1;width:auto}.hm-headline-bottom{display:flex}.hm-headline-bottom .wa-forward-button{margin-left:auto;margin-top:8px}.hm-headline-1{padding:20px}.hm-headline-1 h1{font-size:22px;margin:0}.hm-headline-1{background-image:linear-gradient(0deg,#00c6fb 0,#005bea);color:#fff;height:100%}.hm-headline-2 h1{margin:0}.hm-headline-at{align-items:center;display:flex;gap:15px;overflow:hidden;position:relative}.hdln-preview{background-color:#f5f5f5;height:110px;margin-right:15px;overflow:hidden;width:180px}.hdln-preview img{height:100%;width:100%}.hdln-title{align-items:center;display:flex;font-size:22px;font-weight:700;gap:18px;margin-bottom:5px}.hdln-desc{font-size:14px;margin-bottom:10px}.hdln-info{align-items:center;color:gray;display:flex;font-size:14px;font-weight:500;gap:5px;margin-bottom:5px}.hdln-date{color:gray;font-size:12px}.hm-hdln-flex{display:flex;gap:12px}.hdln-category{border-radius:6px;color:#fff;font-size:14px;padding:5px 15px}@media (orientation:landscape){.hm-ct,.hm-main-inner{display:flex;gap:15px}}@media (orientation:portrait){.hm-headline-ct{margin-top:20px}.content-main-color{margin-top:15px}.content{margin:90px}.hm-main-area{margin-bottom:-15px;margin-top:-20px;padding:15px 0}.hm-side-area .hm-profile{display:none}}.newsletter{background-color:var(--main);padding:20px}.newsletter .title{font-size:20px;font-weight:600}.newsletter .desc{font-size:14px;font-weight:400}.newsletter input{border:1px solid var(--border);border-radius:6px;flex:1 1;outline:0;padding:5px}.newsletter button{background-color:var(--main);border:0;border-radius:6px;color:#fff;padding:3px 10px}.newsletter .bxl{display:flex;margin-top:10px}.wa-card .event-ct{padding:10px 10px 5px}@font-face{font-family:emoji;src:url(/static/media/toss.ace5886a823c76fab111.ttf)}*{font-family:Pretendard Variable,emoji}.emoji{font-family:emoji}.a{text-decoration:none}.wa-profile{overflow:hidden;position:relative}.wa-profile img{height:100%;width:100%}.wa-profile svg{color:gray;left:50%;opacity:.7;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);z-index:1001}:root{--back:#f8f9fa;--border:#e2e2e28a;--point:#8a8a8a10;--point-2:#8a8a8a51;--main:#0172fe;--sub-text:#17181e;--sub-2:#6b6c74;--imp-red:#fe4a4a;--sub-back:#f8f9fa;--sub-back-2:#f5f5f5}.flex{display:flex;gap:15px}.flex-1{flex:1 1}.flex-2{flex:2 1}.flex-3{flex:3 1}.flex-4{flex:4 1}.flex-5{flex:5 1}.hr,hr{background-color:#e2e2e28a;background-color:var(--border)}.hr{height:1px;width:100%}.ma-18{margin:18px 0}.wa-selectable{background-color:#f5f5f5;border-radius:8px;display:flex;gap:4px;margin-left:auto;padding:2px}.wa-selectable-op{border-radius:6px;color:#666;cursor:pointer;font-size:12px;padding:4px 12px;transition:all .2s ease}.wa-selectable-op:hover{color:#333}.wa-selectable-op.selected{background-color:#fff;box-shadow:0 1px 3px #0000000d;color:#333}.wa-forward-button{align-items:center;color:#0172fe;color:var(--main);display:flex;font-size:15px;font-weight:600;-webkit-user-select:none;user-select:none}.wa-forward-button svg{font-size:18px}.wa-card{background-color:#fff;border-radius:16px;flex:1 1;margin-bottom:15px;overflow:hidden}.wa-card-title{align-items:center;border-bottom:1px solid #e2e2e28a;border-bottom:1px solid var(--border);color:#333;display:flex;font-size:16px;font-weight:600;padding:16px 20px}.wa-card-sec-a{padding:12px}.wa-card-list-a{display:flex;flex-direction:column;gap:4px}.wa-title-into{color:#939191;height:16px;margin-left:15px;width:16px}.wa-card-list-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:8px;position:relative;transition:background-color .2s ease}.wa-card-list-item:hover{background-color:#f5f5f5}.wa-card-list-item-thumb{background-color:#f5f5f5;border-radius:8px;flex-shrink:0;height:40px;width:40px}.wa-card-list-item-content{flex:1 1;min-width:0}.wa-card-list-item-title{color:#333;font-size:14px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-card-list-item-meta{align-items:center;color:#999;display:flex;font-size:12px;gap:4px}.wa-card-tag{border:1px solid #e2e2e28a;border:1px solid var(--border);border-radius:5px;font-size:10px;padding:5px;position:absolute;right:0;top:0}.wa-card-tag i{margin-right:4px}.wa-box-title{font-size:16px;font-weight:600;margin:18px 20px 0}.wa-thumb{overflow:hidden}.wa-thumb img{height:100%;width:100%}.wa-option-box{background-color:#fff;border-radius:50px;display:flex;gap:5px;padding:5px;width:fit-content}.wa-option{background-color:#f5f5f5;background-color:var(--sub-back-2);border-radius:50px;color:gray;display:block;font-size:14px;font-weight:600;padding:5px 20px;width:auto}.wa-option.selected{background-color:#0172fe;background-color:var(--main);color:#fff}.wa-trading-keywords{display:flex;font-weight:700;gap:5px;padding:5px}.wa-trading-keywords .keyword{border-radius:6px;color:#313131;display:flex;font-weight:500;padding:5px;-webkit-user-select:none;user-select:none}.wa-trading-keywords .keyword:hover{background-color:#eaeaea;scale:1.05}.wa-trading-keywords .keyword span{color:gray;font-size:12px;margin-left:8px}.wa-page{flex-wrap:wrap;gap:3px;margin:15px}.wa-page,.wa-page-number{align-items:center;display:flex;justify-content:center}.wa-page-number{border:1px solid #0172fe;border:1px solid var(--main);font-size:12px;height:10px;padding:8px;width:10px}.wa-page-number.active{background-color:#0172fe;background-color:var(--main);color:#fff}.wa-page-number.next,.wa-page-number.prev{width:auto}.wa-page-number.input{margin-left:15px;outline:0;width:100px}.wa-page button{background-color:#0172fe;background-color:var(--main);color:#fff;padding:13px;width:auto}@media (orientation:portrait){.ma-18{margin:18px}.mbh{display:none}.hm-ct{display:block}.hm-main-inner{display:block!important}.top-bar{border-bottom:1px solid var(--border)}.content{padding-left:0!important;padding-right:0!important;padding-top:50px}.hm-headline-ct{margin-top:20px!important}.hm-profile{box-shadow:none!important}}*{font-family:Pretendard Variable}.top-bar{background-color:initial;background-color:#fff;left:0;position:fixed;right:0;top:0;transition:all .3s ease;-webkit-user-select:none;user-select:none;z-index:1000}a{text-decoration:none}.top-bar.scrolled{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff96;box-shadow:0 5px 8px 0 #00000005,0 5px 6px 0 #00000005}.top-bar-container{align-items:center;display:flex;height:80px;justify-content:space-between;margin:0 auto;max-width:1180px;padding:0 1rem}.logo{background-color:#ededed;border-radius:6px;height:55px;overflow:none;width:120px}.logo img{height:100%}.menu-items{display:none}.menu-item{align-items:center;background:none;border:none;color:#4a5568;cursor:pointer;display:flex;font-size:15px;font-weight:600;padding:20px;text-decoration:none;transition:color .2s}.menu-item:hover{border-bottom:2px solid #13131331}.menu-item.selected{border-bottom:2px solid #1313135a}.menu-item:hover{color:#1a202c}.icon{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;height:1rem;margin-right:.5rem;width:1rem}.dropdown{position:relative}.top-bar:hover .dropdown-content{display:block}.dropdown-content{background-color:#fff;border:1px solid #cecece;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:none;left:0;min-width:160px;padding:.5rem 0;position:absolute;top:70px;z-index:10}.dropdown-content a{color:#4a5568;display:block;font-size:.875rem;font-weight:600;padding:.5rem 1rem;text-decoration:none}.dropdown-content a:hover{background-color:#f7fafc}.user-actions{align-items:center;display:none}.search-box{margin-right:10px;position:relative}.search-box input{border:1px solid #e2e8f0;border-radius:16px;font-size:13px;height:40px;padding-left:34px;transition:border-color .2s;width:150px}.search-box input:focus{border-color:#4299e1;outline:none}.search-box .icon{color:#4a5568;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.write-button{align-items:center;background-color:var(--main);border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:43px;margin-right:5px;padding:15px 20px}.write-button:hover{background-color:#3182ce}.icon-button{background:none;border:none;color:#4a5568;cursor:pointer;margin-left:.5rem;padding:.5rem;transition:color .2s}.icon-button:hover{color:#1a202c}.icon-button-icon{font-size:18px}.mobile-menu-button{background:none;border:none;color:#4a5568;cursor:pointer;display:block;padding:.5rem}@media (min-width:768px){.menu-items,.user-actions{display:flex}.mobile-menu-button{display:none}}@media (max-width:767px){.menu-items.active{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:4rem}.dropdown-content{box-shadow:none;padding-left:1rem;position:static}}.top-searches{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 5px #0000001a;left:0;padding:20px;position:absolute;top:100%;z-index:1000}.top-searches h3{color:#333;font-size:14px;margin-bottom:10px}.top-searches ol{padding-left:20px}.top-searches li{color:#666;font-size:12px;margin-bottom:5px}.mb-icon{color:#000;font-size:30px}.mobile-menu{display:none;height:100vh;overflow:scroll;position:fixed;right:0;width:100%;z-index:10001}.mobile-menu.opened{display:flex}.mobile-menu-close{flex:1 1}.mobile-menu-main{background-color:#fff;box-shadow:0 5px 10px #0003;flex:3 1;height:150vh}.mobile-menu-main .hm-noti-ct{border-bottom:1px solid var(--border)}.mobile-menu-main .hm-profile{border:0;border-radius:0;border-top:1px solid var(--border)}.mobile-close{color:#3d3d3d;font-size:32px;margin:15px}.mobile-item{color:#000;display:flex;padding:20px;text-decoration:none}.menu-item-bar{background-color:#000;display:block;height:20px;position:relative;width:10px}.modal-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:18px;box-shadow:0 4px 10px #00000040;max-width:400px;padding:30px;width:80%}.modal-content button{background-color:var(--main);border:0;border-radius:10px;color:#fff;display:flex;margin-left:auto;outline:0;padding:10px 20px}.sponsors-section{background-color:#dfe7ee;border-bottom:1px solid #e9ecef;overflow:hidden;padding:20px 0}.sponsors-container{overflow:hidden;width:100%}.sponsors-scroll{animation:scroll 40s linear infinite;display:flex}.sponsors-group{display:flex;gap:16px;padding:0 8px}.sponsor-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;flex-shrink:0;height:60px;overflow:hidden;width:120px}.sponsor-item img{width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sponsors-container:hover .sponsors-scroll{animation-play-state:paused}.footer{background-color:#10161d;color:#ecf0f1;font-family:Arial,sans-serif;padding:50px 0}.footer-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;padding:0 20px}.footer-section{margin-bottom:20px}.footer-section h3{color:#2f79ab;font-size:18px;font-weight:600;margin-bottom:20px}.footer-section p{line-height:1.6;margin-bottom:10px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.social-links{margin-top:15px}.social-links a{color:#ecf0f1;font-size:20px;margin-right:15px;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#3498db}.footer-bottom{align-items:center;border-top:1px solid #161f28;margin-top:30px;padding-top:30px;text-align:center}.footer-bottom .under a{color:gray}.footer-bottom .under{color:gray;gap:15px}@media (max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}.sponsors-group{gap:20px}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}.sponsor-item{height:50px;width:100px}}.mobilenav-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff;background-color:#ffffffbb;border-top:1px solid var(--border);bottom:0;box-shadow:0 -8px 10px #0000001a;height:75px;position:fixed;width:100vw;z-index:10500}.mobilenav-container,.mobilenav-menu{align-items:center;display:flex;justify-content:center}.mobilenav-menu{color:gray;flex:1 1;flex-direction:column;padding:6px 0;text-decoration:none}.mobilenav-menu.active{color:var(--main);font-weight:700}.mobilenav-menu svg{font-size:20px;margin-bottom:2px;transition:transform .2s ease}.mobilenav-menu-text{font-size:11px;font-weight:500}@media (orientation:landscape){.mobilenav-container{display:none}}.lg-main{background-color:#fff;margin:0 auto;max-width:420px;min-height:10px;min-height:650px;padding:26px;width:100%}.lg-main h2{font-size:28px;font-weight:800;margin-bottom:18px;margin-top:10px}.lg-main-input{border:1px solid #ccc;border:1px solid var(--border,#ccc);border-radius:8px;box-sizing:border-box;color:#333;color:var(--input-text-color,#333);font-size:16px;margin-bottom:12px;max-width:420px;padding:12px;width:100%}.lg-search{border:0}.lg-main-button{background-color:#007bff;background-color:var(--main,#007bff);border:0;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;max-width:420px;padding:18px;transition:background-color .3s ease;width:100%}.lg-main-button:hover{background-color:#0056b3;background-color:var(--hover-color,#0056b3)}.lg-main-button:focus{box-shadow:0 0 0 2px #007bff80;outline:none}.lg-error-message{color:red;font-size:12px;margin-bottom:10px}.lg-selected-field{display:flex;gap:3px}.lg-selected-field button{background-color:none}.lg-selected{align-items:center;background-color:#e3eeff;border-radius:10px;display:inline-flex;font-size:14px;justify-content:center;padding:5px 8px;width:auto}.lg-selected-ct{display:flex;flex-wrap:wrap;gap:5px;margin:5px 1px 15px}.lg-sl-btn{background-color:initial;border:0}.selected-fields button .remove-icon{cursor:pointer;margin-left:8px}.lg-desc{color:gray;font-size:12px;margin-top:-5px}.lg-bottom{display:flex;gap:10px;justify-content:center;margin-top:25px;width:100%}.lg-bottom a{color:var(--main);font-size:16px;font-weight:600}.field-tag-container{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:5px;margin-top:10px}.field-tag{border:1px solid var(--main);border-radius:6px;font-size:14px;padding:3px 10px}.field-tag.selected{background-color:var(--main);color:#fff}.lg-selected-count{color:#9e9e9e;font-size:12px;margin-bottom:15px;margin-top:2px}.custom-company-input{display:flex;height:25px;margin-bottom:20px}.custom-company-input button{-webkit-backdrop-filter:var(--main);backdrop-filter:var(--main);border:0;border-radius:6px;height:30px;outline:0;width:60px}.pf-main{width:500px}.pf-center{display:flex;justify-content:center}.pf-flex{align-items:center;display:flex;gap:15px}.pf-img{background-color:var(--sub-back-2);border-radius:50%;height:45px;width:45px}.pf-name{font-size:24px;font-weight:700}.pf-follow{background-color:var(--main);border:0;border-radius:12px;color:#fff;display:flex;font-size:14px;font-weight:600;margin-top:15px;outline:0;padding:10px 20px}.pf-follow span{gap:5px;justify-content:center}.pf-at-box,.pf-follow span{align-items:center;display:flex}.pf-at-box{border-radius:14px;padding:10px}.pf-at-box:hover{background-color:var(--sub-back-2)}.pf-at-title{font-size:16px;font-weight:500}.pf-at-date{color:gray;font-size:13px}.pf-at-ct{align-items:center;background-color:var(--sub-back-2);border-radius:12px;display:flex;font-size:12px;gap:3px;height:45px;justify-content:center;width:45px}.my-ctgr-section,.my-organ{border:1px solid var(--border);border-radius:8px;margin-bottom:5px;margin-top:5px;padding:15px}.section-title{font-size:16px;font-weight:600}.category-input,.company-input,.duration-input,.my-desc,.my-name{border:1px solid var(--border);border-radius:8px;font-size:16px;margin-top:8px;padding:10px;width:calc(100% - 25px)}.category-input:focus,.company-input:focus,.duration-input:focus,.my-desc:focus,.my-name:focus{border-color:#007bff;box-shadow:0 0 5px #007bff4d;outline:none}.my-desc{height:80px;resize:none}.category{align-items:center;background-color:#f0f0f0;border-radius:20px;display:inline-flex;font-size:14px;margin:5px;padding:6px 12px}.remove-category{color:#ff4d4d;cursor:pointer;margin-left:8px;transition:color .2s ease-in-out}.remove-category:hover{color:#d60000}.pf-sub{display:block;font-weight:600;margin-left:auto}.pf-sub span{color:gray;display:block;font-size:13px;margin-bottom:2px}.pf-popup{border:1px solid var(--border);border-radius:16px;margin-top:10%;padding:20px}.pf-popup svg{font-size:30px;right:15px}.pf-popup input{border:1px solid var(--border);border-radius:6px;display:block;margin-top:10px;padding:5px 20px;width:300px}.pf-popup h2{font-size:18px}.pf-popup span{margin-top:8px}.pf-popup button{background-color:#fff;border:0;border-radius:6px;color:red;font-size:14px;font-weight:700;margin-left:auto}.pf-lct{margin-top:10px}.pf-main .wa-card{padding:25px}.pf-selection{align-items:center;display:flex;justify-content:center;margin-top:15px}.pf-selection .wa-option-box{border:1px solid var(--border)}.pf-btn{align-items:center;background-color:var(--main);border:0;border-radius:12px;color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:center;margin:10px;outline:0;padding:10px 20px;width:calc(100% - 20px)}.pf-note hr{background-color:var(--border);border:0;height:2px}@media (orientation:portrait){.pf-main{padding:0 18px 18px}}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{border:0;padding:0;resize:none}.sun-editor button{background-color:initial;border:0;cursor:pointer;outline:none;touch-action:manipulation}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;line-height:2;text-rendering:auto}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid #0000;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:auto;position:relative;width:auto}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid #0000;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:initial!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px #00000080;display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:initial;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px #00000080;display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{max-height:300px;min-width:140px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:initial;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;height:auto;margin:auto;max-width:270px;padding:0;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;margin:0;padding:4px;resize:none!important;word-break:break-all}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:#0000;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:#0000;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-bottom:0;margin-top:10px}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{box-shadow:0 0 0 .1rem #f2dede;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;height:30px;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:initial;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:initial;line-height:1.5}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #00000040;border-radius:4px;box-shadow:0 5px 10px #0003;display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:max-content}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;margin:0;padding:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:initial;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px #00000080;display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:initial;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;position:absolute;width:100%;z-index:1}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:#0000;bottom:auto;display:block;float:none;height:auto;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;height:auto;left:-50%;line-height:inherit;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid;border-color:#0000 #0000 #333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{direction:rtl;flex:auto;text-align:right}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;box-shadow:0 0 0 .2rem #eed3d7;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;margin:0;padding:0;vertical-align:initial}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:none;border-image:initial;border-width:1px 0 0;display:flex;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{background-color:initial;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;margin:0 0 10px;padding:1px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:#0000;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-bottom:1px solid #b1b1b1;border-top:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{background-color:#1b1f230d;border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}.lb-container{display:flex}.lb-left{flex:4 1}.lb-right{flex:2 1}.lb-area{border:1px solid var(--border);border-radius:14px;box-shadow:0 4px 8px #0000000d;margin-top:15px}.lb-area .lb-title{border-bottom:1px solid var(--border);font-size:18px;font-weight:600;padding:15px}.lb-sub-container{display:flex;width:100%}.lb-sub-target{border-right:1px solid var(--border);flex:1 1;padding:6px}.lb-sub-user{align-items:center;border-radius:8px;display:flex;font-size:12px;font-weight:500;justify-content:space-between;margin:5px;padding:10px;-webkit-user-select:none;user-select:none}.lb-sub-user.selected{background-color:var(--main);color:#fff}.lb-sub-articles{flex:3 1}.lb-sub-article svg{color:gray;font-size:10px;margin-right:3px}.lb-sub-article{align-items:center;display:flex;margin-bottom:12px;margin-top:0}.lb-sub-article-main{display:block}.lb-sub-article-main .title{font-size:16px;font-weight:600}.lb-sub-article-main .desc{font-size:12px}.lb-sub-article .read{color:var(--main);font-size:17px;font-weight:600;margin-left:auto}.lb-sub-article.bottom{border-top:1px solid var(--border);margin-bottom:0;padding:15px}.lb-sub-article.bottom .title{font-size:18px}.lb-sub-article.bottom .read{font-size:15px}.lb-saved{padding:12px 23px}.lb-saved .read{display:flex}.lb-saved .read .del{color:#f63535;margin-right:25px}@media (max-width:1280px){.lb-right{display:none}.lb-area{border:0;border-bottom:1px solid var(--border);border-radius:0;box-shadow:none;margin-top:0}.lb-area .lb-title{font-size:18px;font-weight:600;padding:25px}}.admin-dashboard{background-color:#f8f9fa;display:flex;min-height:100vh}.loading{align-items:center;color:#6c757d;display:flex;font-size:18px;height:100vh;justify-content:center}.admin-sidebar{background-color:#fff;border-right:1px solid #e9ecef;box-shadow:2px 0 4px #0000001a;height:100vh;overflow-y:auto;position:fixed;width:280px;z-index:1000}.sidebar-header{background-color:#2563eb;border-bottom:1px solid #e9ecef;color:#fff;padding:24px 20px}.sidebar-header h1{font-size:20px;font-weight:600;margin:0}.sidebar-nav{padding:16px 0}.nav-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:12px 20px;text-align:left;transition:all .2s ease;width:100%}.nav-item:hover{background-color:#f3f4f6;color:#2563eb}.nav-item.active{background-color:#eff6ff;border-right:3px solid #2563eb;color:#2563eb}.nav-icon{font-size:16px;margin-right:12px;text-align:center;width:20px}.nav-label{flex:1 1}.admin-main{background-color:#f8f9fa;flex:1 1;margin-left:280px;min-height:100vh;padding:32px}.admin-content{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:32px}.admin-content h2{color:#111827;font-size:24px;font-weight:600;margin:0 0 24px}.admin-form{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:12px;margin-bottom:32px;padding:20px}.admin-form input[type=email],.admin-form input[type=file],.admin-form input[type=text],.admin-form select,.admin-form textarea{border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:14px;padding:10px 12px;transition:border-color .2s ease}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.color-input{border-radius:6px;cursor:pointer;height:40px;padding:2px!important;width:50px!important}.admin-form button{background-color:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s ease;white-space:nowrap}.admin-form button:hover{background-color:#1d4ed8}.admin-list{display:flex;flex-direction:column;gap:12px}.admin-item{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:all .2s ease}.admin-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.admin-item span{color:#374151;font-size:14px;font-weight:500}.category-item{align-items:stretch;flex-direction:column}.category-info{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.category-name{color:#111827;font-weight:600}.category-desc{border:1px solid #d1d5db;border-radius:4px;font-size:13px;padding:8px 12px}.category-actions{display:flex;gap:8px;justify-content:flex-end}.monthly-item{align-items:stretch;flex-direction:column}.monthly-info{margin-bottom:12px}.monthly-title{color:#111827;font-weight:600;margin-bottom:4px}.monthly-desc{color:#6b7280;font-size:13px}.monthly-actions{display:flex;gap:8px;justify-content:flex-end}.form-item{align-items:stretch;flex-direction:column}.form-info{margin-bottom:12px}.form-meta{color:#6b7280;display:flex;font-size:12px;gap:16px;margin-bottom:8px}.form-content{background-color:#f9fafb;border-radius:4px;font-size:13px;line-height:1.5;padding:12px}.delete-btn{background-color:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.delete-btn:hover{background-color:#b91c1c}.update-btn{background-color:#059669;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.update-btn:hover{background-color:#047857}.view-btn{background-color:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.view-btn:hover{background-color:#1d4ed8}.pf-popup{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;left:50%;max-width:500px;min-width:400px;padding:32px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:2000}.pf-popup:before{background-color:#00000080;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}.pf-popup svg{color:#6b7280;cursor:pointer;font-size:20px;position:absolute;right:16px;top:16px}.pf-popup svg:hover{color:#374151}.pf-popup h2{color:#111827;font-size:20px;font-weight:600;margin:0 0 16px}.pf-popup span{color:#6b7280;display:block;font-size:14px;line-height:1.5;margin-bottom:20px}.pf-popup select{border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:24px;padding:10px 12px;width:100%}.pf-lct{display:flex;justify-content:flex-end}.pf-lct button{background-color:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.pf-lct button:hover{background-color:#b91c1c}@media (max-width:768px){.admin-sidebar{height:auto;position:relative;width:100%}.admin-main{margin-left:0;padding:16px}.admin-form,.category-actions,.form-meta,.monthly-actions{flex-direction:column}.form-meta{gap:4px}.pf-popup{margin:16px;min-width:300px}}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-track{background:#f1f1f1}.admin-sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.hm-headline-carousel{overflow:hidden;position:relative;width:100%}.hm-headline-container{display:flex;transition:transform .3s ease-in-out}.hm-headline-container>div{flex-shrink:0;width:100%}.hm-headline-indicators{bottom:10px;display:flex;justify-content:center;left:0;position:absolute;right:0}.indicator{background-color:#ccc;border-radius:50%;cursor:pointer;height:8px;margin:0 3px;transition:background-color .3s ease-in-out;width:8px}.indicator.active{background-color:#333}.cm-container{display:flex}.cm-container-left{flex:5 1}.cm-container-right{flex:2 1;padding:80px 15px 15px}.cm-banner{background-color:#fff;border:1px solid #eaeaea;border-radius:16px;flex:1 1;margin-bottom:15px;overflow:hidden}.cm-row{display:flex;gap:15px;margin-bottom:15px}.cm-card{background-color:#fff;border:1px solid #eaeaea;border-radius:16px;flex:1 1;overflow:hidden}.cm-card-title{align-items:center;border-bottom:1px solid #f5f5f5;color:#333;display:flex;font-size:14px;font-weight:500;padding:16px 20px}.cm-card-sec-a{padding:12px}.cm-card-list-a{display:flex;flex-direction:column;gap:4px}.cm-title-into{color:#939191;height:16px;margin-left:15px;width:16px}.cm-view{color:gray;font-size:12px;font-weight:400;gap:3px;position:absolute;right:10px;top:10px}.cm-card-list-item,.cm-view{align-items:center;display:flex}.cm-card-list-item{cursor:pointer;gap:12px;padding:12px;position:relative;transition:background-color .2s ease}.cm-card-list-item:hover{background-color:#f5f5f5}.cm-card-list-item-thumb{background-color:#f5f5f5;border-radius:8px;flex-shrink:0;height:40px;width:50px}.cm-card-list-item-content{flex:1 1;min-width:0}.cm-card-list-item-title{color:#333;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-card-list-item-meta{align-items:center;color:#999;display:flex;font-size:12px;gap:4px}.meta-comments,.meta-likes,.meta-time{align-items:center;display:flex;gap:2px}.meta-time .check{color:#8ec96d;margin-left:2px;scale:.9}.at-comment-ct-name .check{color:#8ec96d;margin-left:8px;scale:.9}.meta-divider{color:#ddd}.icon-comment,.icon-heart{fill:currentColor;height:12px;width:12px}.cm-card-tag{border:1px solid var(--border);border-radius:5px;font-size:10px;padding:5px;position:absolute;right:0;top:0}.cm-card-tag i{margin-right:4px}.cm-card-tag.news{background-color:var(--imp-red);color:#fff}.icon-smaller{font-size:10px}.cm-categories{display:flex;flex-wrap:wrap;gap:15px}.cm-categories .wa-card{margin-bottom:0;min-width:30%}.cm-category-banner{background-color:#fff;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;margin-left:-900px;margin-right:-900px;padding:12px 915px}.cm-category-banner .category{background-color:var(--subtle-bg);border-radius:10px;color:var(--text-color);cursor:pointer;font-weight:700;margin-bottom:0;padding:10px 16px}.cm-category-banner .category.selected{cursor:pointer;font-weight:700;padding:10px 16px}.cm-at-ct,.cm-category-banner .category.selected,.cm-category-banner .category:hover{background-color:var(--main);color:#fff}.cm-at-ct{align-items:center;border-radius:4px;display:flex;gap:3px;margin-left:5px;padding:2px 6px}.cm-at-ct svg{color:#08df08}@media (orientation:portrait){.cm-categories,.cm-container{display:block}.cm-category-banner{background-color:#fff;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;margin-left:15px;margin-right:15px;padding:12px 0}.cm-container-right,.cm-container-right .mobilehide{display:none}}.at-hr2{margin-top:24px}.at-main{display:flex;min-height:200px;-webkit-user-select:none;user-select:none}.at-progress-ct{background-color:var(--border);height:5px;left:0;position:fixed;top:0;width:100vw;z-index:1001}.at-progress-bar{background-color:var(--main);height:5px;width:50%}.at-main hr{background-color:var(--border)}.at-article-area{background-color:#fff;border:1px solid vaR(--border);border-radius:16px;flex:1 1;flex:4 1;margin-bottom:15px;margin-top:15px;max-width:650px;padding:40px}.at-article-header{display:block}.at-article-header h1{font-weight:800;margin-top:25px}.at-article-ct{background-color:#f43535;border-radius:5px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:6px 10px;width:auto}.at-profile-ct{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.at-profile-img{background-color:#c4c4c4;border-radius:50px;height:40px;width:40px}.at-profile-text{margin-left:8px}.at-profile-desc a{color:var(--sub-2)}.at-profile-name{font-size:16px;font-weight:600;margin-bottom:2px}.at-profile-desc{color:var(--sub-2);font-size:14px;font-weight:500;gap:4px}.at-profile-desc,.at-share{align-items:center;display:flex}.at-share{font-size:20px;gap:7px;margin-left:auto}.at-share .b{font-size:25px}.at-profile-desc i{font-size:15px}.at-content-html{line-height:30px;margin-bottom:30px;margin-top:30px;min-width:700px}.at-bottom-bar{align-items:center;display:flex;gap:15px;justify-content:space-between;padding:15px}.at-comment,.at-like,.at-right{align-items:center;display:flex;gap:4px}.at-right{align-items:center;display:flex;margin-left:auto}.at-comment-ct{border:1px solid var(--border);border-radius:10px;overflow:hidden;width:100%}.at-comment-ct textarea{border:none;border-bottom:1px solid var(--border);height:60px;padding:10px;resize:none;width:100%}.at-comment-ct textarea:focus{outline:none}.at-comment-bottom{align-items:center;display:flex;padding:5px 10px 10px}.at-comment-bottom button{align-items:center;background-color:var(--main);border:0;border-radius:5px;color:#fff;display:flex;font-weight:600;margin-left:auto;padding:5px 15px}.at-comment-count{font-size:14px;font-weight:500}.at-side-area{flex:2 1;padding:15px}.at-side-box{background-color:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;padding:20px}.at-side-box h4{margin:0 0 15px}.at-comment-box{padding:18px 5px 5px;position:relative}.at-comment-delete{background-color:var(--sub-back-2);border-radius:6px;font-size:13px;font-weight:500;padding:8px 15px;position:absolute;right:0;top:0}.at-comment-ct-header{align-items:center;display:flex;gap:5px}.at-comment-ct-profile{background-color:gray;border-radius:50px;height:20px;width:20px}.at-comment-ct-name{display:flex;font-size:14px;font-weight:500}.at-comment-ct-content{font-size:15px;font-weight:500;margin-bottom:10px;margin-top:10px}.at-comment-ct-content img{max-width:100%}.at-comment-ct-info{align-items:center;color:var(--sub-2);display:flex;font-size:12px;font-weight:450;gap:5px}.at-tag-ct{display:flex;flex-wrap:wrap;gap:5px;margin:10px 10px 18px}.at-tag{background-color:var(--main);border-radius:8px;color:#fff;font-size:14px;font-weight:500;padding:5px 10px}.at-comment-select{display:flex;gap:5px;margin-top:8px}.at-comment-select button{background-color:initial;border:0;border:1px solid var(--border);border-radius:6px;font-weight:500;padding:5px 15px}.at-comment-repl-box{margin-left:25px;margin-top:10px;width:100%}.at-comment-repl{color:var(--main);display:flex;font-size:14px;gap:5px;margin-top:10px}.at-repl-ct{border:1px solid var(--border);border-radius:15px;display:flex;overflow:hidden}.at-repl-ct textarea{border:0;flex:1 1;height:50px;padding:10px;resize:none}.at-repl-ct textarea:focus{outline:none}.at-repl-ct button{background-color:var(--main);border:0;border-radius:12px;color:#fff;font-weight:600;margin:5px;padding:20px}.at-content-html img{max-width:100%}.at-user-tool{color:gray;display:inline-block;display:flex;font-size:12px;font-weight:600;gap:5px;margin-bottom:15px;width:auto}.at-main .article-l{background-color:#f8f8f8;border:0;margin-top:25px;padding:15px!important}.at-main .article-l .title{font-size:18px}@media (orientation:portrait){.at-main{border:0;border-radius:0;flex-wrap:wrap;overflow:hidden}.at-article-area{border:0;border-radius:0;margin-top:0;min-width:80%;padding:30px}.at-content-html{max-width:90vw!important}}.at-container{display:flex;gap:60px}.at-content{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:40px;width:800px}.at-sidebar{width:500px}.at-header{margin-bottom:30px}.at-category{background-color:#e9f3ff;border-radius:4px;color:#1a8917;display:inline-block;font-size:14px;font-weight:500;margin-bottom:16px;padding:4px 8px}.at-title{color:#292929;font-size:36px;line-height:1.3;margin-bottom:24px}.at-meta{align-items:center;display:flex;gap:12px}.at-author-img{border-radius:50%;height:40px;width:40px}.at-meta-text{display:flex;flex-direction:column}.at-author{color:#292929;font-size:16px;font-weight:500}.at-date{align-items:center;color:#757575;display:flex;font-size:14px;gap:4px}.at-body{color:#292929;font-size:18px;line-height:1.8;margin-bottom:30px}.at-actions{border-top:1px solid #e6e6e6;display:flex;gap:16px;padding-top:20px}.at-actions button{align-items:center;background-color:initial;border:none;color:#757575;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 16px;transition:color .2s ease}.at-actions button:hover{color:#1a8917}.at-sidebar>div{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.at-author-info{text-align:center}.at-author-info .at-author-img{height:80px;margin-bottom:16px;width:80px}.at-author-info h4{color:#292929;font-size:18px;margin-bottom:4px}.at-author-info p{color:#757575;font-size:14px;margin-bottom:16px}.at-follow-btn{background-color:#1a8917;border:none;border-radius:99px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.at-follow-btn:hover{background-color:#156912}.at-power-info h3,.at-recommended h3,.at-topics h3{color:#292929;font-size:18px;margin-bottom:16px}.at-rec-list{display:flex;flex-direction:column;gap:16px}.at-rec-item{display:flex;gap:12px}.at-rec-item img{border-radius:4px;height:60px;object-fit:cover;width:60px}.at-rec-item a{color:#292929;display:block;font-size:16px;font-weight:500;line-height:1.4;margin-bottom:4px;text-decoration:none}.at-rec-meta{color:#757575;font-size:12px;gap:4px}.at-power-stat,.at-rec-meta{align-items:center;display:flex}.at-power-stat{color:#292929;font-size:14px;gap:12px;margin-bottom:12px}.at-power-stat svg{color:#1a8917;font-size:18px}.at-topic-list{display:flex;flex-wrap:wrap;gap:8px}.at-topic-item{background-color:#e9f3ff;border-radius:99px;color:#1a8917;font-size:14px;padding:6px 12px;text-decoration:none;transition:background-color .2s ease}.at-topic-item:hover{background-color:#d0e8ff}.cte-main{border-left:1px solid var(--border);border-right:1px solid var(--border);margin-bottom:-20px}.cte-banner{background-color:var(--main);background-image:linear-gradient(135deg,#00000026,var(--main));box-sizing:border-box;color:#fff;overflow:hidden;position:relative;width:100%}.cte-banner:before{background-image:radial-gradient(circle at 80% 20%,#ffffff1f 0,#0000 60%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.cte-banner button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fff3;border:0;border-radius:14px;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;position:absolute;right:20px;top:20px;transition:all .25s ease}.cte-banner button:hover{background-color:#ffffff4d;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.cte-banner p{font-weight:500;letter-spacing:.01em;line-height:1.6}.cte-banner-desc{padding:20px 35px;position:relative}.cte-banner-desc p{font-size:15px;font-weight:500;margin:0;padding:0}.cte-banner-desc p.title{font-size:26px;font-weight:700;letter-spacing:-.01em;margin-bottom:10px}.cte-banner-menu{bottom:0;display:flex;gap:6px;margin-left:36px}.cte-banner-menu .menu{border-top-left-radius:6px;border-top-right-radius:6px;cursor:pointer;font-size:15px;font-weight:500;overflow:hidden;padding:12px 26px;position:relative;transition:all .25s ease;-webkit-user-select:none;user-select:none}.cte-banner-menu .menu:after{background-color:#fff;bottom:0;content:"";height:3px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:all .25s ease;width:0}.cte-banner-menu .menu:hover{background-color:#ffffffe6;color:#000}.cte-banner-menu .menu:hover:after{opacity:1;width:40%}.cte-banner-menu .menu.selected{background-color:#fff;box-shadow:0 -4px 10px #0000000f;color:#000;font-weight:600}.cte-banner-menu .menu.selected:after{background-color:var(--main);opacity:1;width:60%}.cte-center{align-items:center;display:flex;justify-content:center}.cte-flex{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px}.cte-sc-container{background-color:#fff;min-height:500px}.cte-sc-container .wa-card{box-shadow:none;margin-top:0}.cte-sc-container .wa-card .wa-card-title{border-bottom:2px solid var(--border);padding:18px}.cte-sc-container .cm-card-list-item{border-bottom:1px solid var(--border);border-radius:0}.cte-sc{border-top-left-radius:0;border-top-right-radius:0;box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.cte-sc.selected{animation:fadeIn .3s ease;display:flex}@keyframes fadeIn{0%{opacity:.8;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.cte-editor{border-bottom:2px solid var(--main);margin:0;overflow:hidden;transition:box-shadow .3s ease;width:100%}.cte-editor:hover{box-shadow:0 6px 20px #00000014,0 2px 8px #0000000f}.cte-editor button:hover{box-shadow:0 4px 12px #00000026;filter:brightness(1.1);transform:translateY(-2px)}.cte-editor .ct-btn{background-color:var(--main);border:0;border-radius:6px;color:#fff;margin:10px 10px 10px auto;outline:0;padding:5px 20px}.cte-editor input{border:0;border-bottom:1px solid var(--border);font-size:15px;letter-spacing:.01em;outline:0;padding:18px;transition:all .25s ease;width:100%}.cte-editor input:focus{background-color:#f9f9f9;border-bottom:1px solid var(--main);box-shadow:0 1px 3px #00000008}.cte-ds-post{border:1px solid var(--border);border-radius:18px;display:flex;margin-bottom:10px;padding:15px;transition:all .3s ease}.cte-ds-post:hover{border-color:#0000000f;box-shadow:0 8px 24px #00000014,0 3px 8px #0000000d;transform:translateY(-3px)}.cte-ds-post-ctarea{flex:3 1}.cte-ds-post-title{color:#222;font-size:19px;font-weight:700;letter-spacing:-.01em;margin-top:14px}.cte-ds-post-content{color:#444;max-height:220px;position:relative}.cte-ds-post-ct-more{align-items:center;background:linear-gradient(180deg,#fff0,#fafafa 70%,#fafafa);bottom:0;display:flex;justify-content:center;padding:30px;position:absolute;width:100%}.cte-ds-cmcount{align-items:center;background-color:#0000000d;background-color:rgba(var(--main-rgb,0,0,0),.05);border-radius:20px;color:var(--main);display:flex;font-weight:600;gap:6px;margin-top:18px;padding:6px 12px;transition:all .25s ease;width:fit-content}.cte-ds-cmcount:hover{background-color:#00000014;background-color:rgba(var(--main-rgb,0,0,0),.08);transform:translateY(-1px)}.article-l{border:1px solid var(--border);border-radius:16px;margin-bottom:10px;padding:15px;position:relative}.article-l-profile{align-items:center;display:flex;font-size:13px;font-weight:500;gap:10px;padding-right:60px;position:relative}.article-l-profile-image{background-color:gray;border-radius:50%;height:24px;position:relative;width:24px}.article-l-profile-exp{background-color:var(--main);border-radius:5px;color:#fff;justify-content:center;padding:3px 10px;position:absolute;right:0;top:0}.article-l-desc,.article-l-profile-exp{align-items:center;display:flex;font-size:12px}.article-l-desc{color:#5e5e5e;gap:5px}.article-l-bottom{align-items:center;border-top:1px solid var(--border);display:flex;padding-top:14px}.article-l-go{align-items:center;color:var(--main);display:flex;font-size:15px;font-weight:600}.article-l-info{margin-left:auto}.article-l-info,.article-l-main{align-items:center;display:flex;gap:15px}.article-l-main{margin-bottom:15px}.article-l-title{font-size:20px;font-weight:600;margin-bottom:5px}.article-l-infoarea{display:block}.article-l-preview{background-color:#e9e9e9;border-radius:10px;height:60px;overflow:hidden;width:100px}.article-l-preview img{height:100%;width:100%}.article-l .title{align-items:center;display:flex;font-size:24px;font-weight:700;gap:6px;margin-bottom:5px}.article-l .title svg{color:#02c202}.article-l.gray{background-color:#f8f8f8;border:0;margin-top:15px;padding:18px 18px 50px}.article-l.gray .title{font-size:20px}.experthot{color:#02c202;position:absolute;right:12px;top:12px}.cte-headline-ct{border:1px solid var(--border);border-radius:16px;overflow:hidden}.cte-mar{margin:15px;width:100%}.cte-gointo{bottom:15px;color:var(--main);font-weight:600;position:absolute;right:15px}.cte-gointo,.cte-gointo span{align-items:center;display:flex;justify-content:center}.cte-expert-user{align-items:center;display:flex;gap:5px;padding:10px;position:relative}.cte-expert-user .image{background-color:gray;border-radius:50%;height:26px;width:26px}.cte-expert-user .name{font-size:14px;font-weight:600}.cte-expert-user .desc,.cte-expert-user .expert-info{font-size:13px;font-weight:400}.cte-expert-user .expert-info{background-color:var(--main);border-radius:6px;color:#fff;font-size:10px;font-weight:600;padding:3px 10px;position:absolute;right:10px;top:10px}@media (orientation:portrait){.cte-banner{border-radius:0;margin-top:0}.cte-banner-desc{padding:28px 24px}.cm-category-banner{margin:0;padding-left:10px;padding-right:10px}.cte-sc{border-radius:0;display:block;padding:18px}.cte-editor{margin:16px auto;width:92%}.cte-ds-post{flex-direction:column;margin:12px;padding:20px}.cte-banner-menu{-webkit-overflow-scrolling:touch;margin-left:18px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.cte-banner-menu::-webkit-scrollbar{display:none}.wa-card{margin-bottom:15px!important}}.ed-tool-ct{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff9c;border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000d;height:100px;left:0;position:fixed;width:100%}.ed-top-height{height:100px}.ed-side{flex:1 1;padding:15px}.ed-side p{font-size:14px;font-weight:500}.ed-title{border:0;border-bottom:1px solid var(--border);box-sizing:border-box;font-size:22px;font-weight:600;padding:10px 10px 20px}.ed-title:focus{outline:none}.ed-main-content-edit-area{margin-top:10px;padding:10px;width:100%}.ed-main-content-edit-area:focus{outline:0}.ed-tool-group{align-items:center;border-right:1px solid #e9ecef;display:flex;gap:4px;padding:0 8px}.ed-tool-group:last-child{border-right:none}.ed-tool-btn{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;transition:all .2s;width:32px}.ed-tool-btn:hover{background:#f8f9fa}.ed-tool-btn.active{background:#e7f5ff;border-color:#74c0fc;color:#1c7ed6}.ed-select{background:#fff;border:1px solid #e9ecef;border-radius:4px;cursor:pointer;font-size:14px;height:32px;min-width:80px;padding:0 8px}.ed-select:hover{border-color:#dee2e6}.ed-color-picker{align-items:center;display:flex;gap:4px}.ed-color-preview{border:1px solid #e9ecef;border-radius:2px;height:20px;width:20px}.ed-main{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px}.ed-title{border:none;font-size:24px;margin-bottom:16px;outline:none;padding:8px;width:100%}.ed-main-content-edit-area{font-size:16px;line-height:1.6;min-height:500px;outline:none;padding:16px}.ed-image-container{margin:16px 0;text-align:center}.ed-content-img{height:auto;max-width:100%}.ed-video-container{height:0;margin:16px 0;overflow:hidden;padding-bottom:56.25%;position:relative}.ed-video-iframe{height:100%;left:0;position:absolute;top:0;width:100%}.ed-table{border-collapse:collapse;margin:16px 0;width:100%}.ed-table td{border:1px solid #e9ecef;min-width:100px;padding:8px}.ed-divider{border:none;border-top:1px solid #e9ecef;margin:16px 0}.ed-equation{padding:16px;text-align:center}.ed-bookmark,.ed-equation{background:#f8f9fa;border-radius:4px;margin:16px 0}.ed-bookmark{border:1px solid #e9ecef;display:flex;gap:12px;padding:12px}.ed-bookmark-icon{align-items:center;color:#868e96;display:flex;height:24px;justify-content:center;width:24px}.ed-bookmark-content{flex:1 1}.ed-bookmark-title{font-weight:500;margin-bottom:4px}.ed-bookmark-url{color:#868e96;font-size:14px}.ed-publish-ct{padding:10px}.ed-publish{background-color:var(--main);border:0;border-radius:14px;color:#fff;font-size:16px;font-weight:700}.ed-dropdown,.ed-publish{padding:15px 10px;width:100%}.ed-dropdown{border:1px solid var(--border);border-radius:10px}.ed-flex{display:flex;gap:5px}.ed-load{background-color:var(--main);border:0;border-radius:14px;color:#fff;flex:1 1;font-size:16px;font-weight:700;margin-top:10px;opacity:.6;padding:10px 5px}.ed-tools{background-color:#fafafa;box-sizing:border-box;margin-left:1px;outline:1px solid #dadada;padding:5px;width:calc(100% - 2px)}.ed-tools select{background-color:initial;border:0;font-size:14px}.se-toolbar{outline:0}.ed-tools-gr{border:1px solid #dadada;border-radius:4px;padding:10px}.tag-container{margin-top:15px;max-width:800px;width:100%}.tag-input-container{background-color:#fff;border-radius:8px;padding:8px}.tag-input-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:8px;min-height:40px}.tag{align-items:center;background-color:#e3f2fd;border-radius:4px;color:#1976d2;display:inline-flex;font-size:14px;padding:4px 8px}.tag-remove-button{background:none;border:none;color:#1976d2;cursor:pointer;font-size:16px;margin-left:4px;padding:0 2px}.tag-remove-button:hover{color:#1565c0}.tag-text-input{border:none;flex-grow:1;font-size:14px;min-width:120px;outline:none;padding:4px}.tag-text-input::placeholder{color:#9e9e9e}.tag-guide-text{color:#757575;font-size:12px;margin-top:8px}.tag:hover{background-color:#bbdefb}.tag-input-container:focus-within{border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}.ed-main-editor{border:2px solid var(--border);border-radius:16px;box-shadow:0 1px 4px #0000000d;margin-top:15px;overflow:hidden;width:750px}.se-toolbar{background-color:#fff!important;box-shadow:0 1px 4px #0003}.ed-selection{display:flex;flex-wrap:wrap;gap:6px;margin:0 10px}.ed-selection p{margin-bottom:0;width:100%}.ed-select-bt{background-color:var(--sub-back-2);border:1px solid #fff;border-radius:6px;font-size:14px;font-weight:500;padding:6px 15px;-webkit-user-select:none;user-select:none}.ed-select-bt:hover{border:1px solid var(--main)}.ed-select-bt.selected{background-color:var(--main);color:#fff}@media (orientation:portrait){.ed-main-editor{border-radius:0;box-shadow:0;margin:0;width:100vw}.ed-flex{flex-wrap:wrap}.ed-side{padding:0}.ed-side-tool{border:0;border-radius:0;box-shadow:0}}.se-toolbar.sun-editor-common{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:4px!important;box-shadow:none!important;padding:4px 8px!important}.se-btn-tray{align-items:center!important;gap:1px!important}.se-btn-module{background:#0000!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.se-btn,.se-btn-module.se-btn-module-border{border:none!important}.se-btn{background:#0000!important;border-radius:3px!important;margin:0!important;min-height:28px!important;min-width:28px!important;padding:6px!important;transition:background-color .1s ease!important}.se-btn,.se-btn:hover{color:#374151!important}.se-btn:hover{background:#f3f4f6!important;box-shadow:none!important}.se-btn.se-btn-select,.se-btn:active,.se-btn[aria-pressed=true]{background:#e5e7eb!important;box-shadow:none!important}.se-btn.se-btn-select,.se-btn[aria-pressed=true]{color:#374151!important}.se-btn:disabled{cursor:not-allowed!important;opacity:.4!important}.se-btn:disabled:hover{background:#0000!important;box-shadow:none!important;color:#374151!important}.se-btn .txt{color:inherit!important;font-size:12px!important;font-weight:400!important;letter-spacing:0!important}.se-btn svg{fill:currentColor!important;height:14px!important;transition:none!important;width:14px!important}.se-tooltip-inner{background:#1f2937!important;border-radius:4px!important;box-shadow:0 2px 8px #00000026!important;font-size:11px!important;font-weight:400!important;padding:4px 8px!important}.se-tooltip-inner,.se-tooltip-text{color:#fff!important}.se-shortcut{background:#fff3!important;border-radius:2px!important;font-size:9px!important;margin-left:4px!important;padding:1px 3px!important}.se-shortcut-key{font-weight:500!important}.se-toolbar-separator-vertical{background:#e5e7eb!important;height:20px!important;margin:0 6px!important;width:1px!important}.se-btn svg[viewBox="0 0 15.73 8.67"]{height:10px!important;margin-left:2px!important;opacity:.6!important;width:10px!important}.se-submenu.se-list-layer{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 4px 12px #0000001a!important;padding:4px!important}.se-list-inner,.se-submenu.se-list-layer{border-radius:4px!important}.se-btn-list{background:#0000!important;border:none!important;border-radius:3px!important;color:#374151!important;font-size:12px!important;margin:1px 0!important;padding:6px 8px!important;text-align:left!important;transition:background-color .1s ease!important;width:100%!important}.se-btn-list:hover{background:#f3f4f6!important;color:#374151!important}.se-btn-list.default_value{color:#6b7280!important;font-style:italic!important}.se-list-icon{align-items:center!important;display:inline-flex!important;margin-right:6px!important}.se-list-icon svg{height:12px!important;width:12px!important}hr.__se__solid{background:#d1d5db!important}hr.__se__dashed,hr.__se__solid{border:none!important;height:1px!important}hr.__se__dashed{background:repeating-linear-gradient(90deg,#d1d5db,#d1d5db 4px,#0000 0,#0000 8px)!important}hr.__se__dotted{background:repeating-linear-gradient(90deg,#d1d5db,#d1d5db 2px,#0000 0,#0000 4px)!important;border:none!important;height:1px!important}.se-btn[data-command=align]:hover,.se-btn[data-command=fontColor]:hover,.se-btn[data-command=hiliteColor]:hover,.se-btn[data-command=list]:hover,.se-btn[data-command=table]:hover{background:#f3f4f6!important;color:#374151!important}@media (max-width:768px){.se-toolbar.sun-editor-common{border-radius:3px!important;padding:3px 6px!important}.se-btn{min-height:24px!important;min-width:24px!important;padding:4px!important}.se-btn svg{height:12px!important;width:12px!important}.se-btn .txt{font-size:11px!important}}@media (prefers-color-scheme:dark){.se-toolbar.sun-editor-common{background:#1f2937!important;border-color:#374151!important}.se-btn,.se-btn:hover{color:#e5e7eb!important}.se-btn:hover{background:#374151!important}.se-btn:active{background:#4b5563!important}.se-btn.se-btn-select,.se-btn[aria-pressed=true]{background:#374151!important;color:#e5e7eb!important}.se-btn:disabled{color:#6b7280!important}.se-submenu.se-list-layer{background:#1f2937!important;border-color:#374151!important}.se-btn-list,.se-btn-list:hover{color:#e5e7eb!important}.se-btn-list:hover{background:#374151!important}.se-btn-list.default_value{color:#9ca3af!important}.se-toolbar-separator-vertical{background:#374151!important}hr.__se__solid{background:#6b7280!important}hr.__se__dashed{background:repeating-linear-gradient(90deg,#6b7280,#6b7280 4px,#0000 0,#0000 8px)!important}hr.__se__dotted{background:repeating-linear-gradient(90deg,#6b7280,#6b7280 2px,#0000 0,#0000 4px)!important}}.se-btn:focus-visible{outline:2px solid #3b82f6!important;outline-offset:1px!important}@media (prefers-contrast:high){.se-btn{border:1px solid!important}.se-btn:hover{background:#000!important;color:#fff!important}}.se-toolbar .sun-editor-common .se-toolbar-shadow{display:none!important}.sr-line{gap:15px;width:600px}.sr-center{display:flex;justify-content:center}.sr-card{display:block;padding:20px}.sr-card h3{margin:0 0 10px}.sr-profile-img{background-color:var(--sub-back-2);border-radius:50%;height:45px;margin-right:10px;width:45px}@media (orientation:portrait){.sr-center{padding:0 18px 18px;width:auto}}.mt-main{background-color:#fff;border-radius:16px;margin-top:15px;min-height:200px;padding:25px;width:500px}.mt-center{display:flex;justify-content:center}.mt-main h3{margin:0}.mt-articles{margin-top:15px}.mt-article{align-items:center;border:1px solid var(--border);border-radius:16px;display:flex;justify-content:space-between;margin-bottom:6px;padding:14px}.mt-article:hover{background-color:var(--sub-back-2)}.mt-article-title{font-size:16px;font-weight:600}.mt-article-desc{font-size:12px}.mt-article-view{align-items:center;color:var(--main);display:flex;font-weight:600}.mt-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:20px}.mt-service{margin:20px 0;text-align:left}.mt-service h3{color:#444;font-size:1.6rem;margin-bottom:15px}.service-list{list-style-type:none;padding-left:0}.service-list li{color:#555;font-size:1.2rem;margin:10px 0}.service-list .icon{font-size:1.4rem;margin-right:10px}.mt-btn{margin-top:30px}.btn-expert{background-color:var(--main);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:15px;padding:10px 20px;transition:background-color .3s ease}.mt-main input{flex:4 1;outline:1px;padding:8px}.mt-main .select,.mt-main input{border:1px solid var(--border);border-radius:6px}.mt-main .select{appearance:none;background-color:initial;flex:1 1;outline:none;padding:8px 30px 8px 8px}.mt-main .select:after{content:"▼";pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.mt-main .select::-ms-expand{display:none}.form-flex{display:flex;gap:5px;margin-top:15px}.mt-main textarea{border:1px solid var(--border);border-radius:6px;flex:1 1;height:200px;padding:5px;resize:none}.monthly-center{display:flex;justify-content:center;width:100%}.monthly-article{background-color:#fff;border:1px solid var(--border);border-radius:16px;box-sizing:border-box;margin:15px;min-height:200px;overflow:hidden;width:650px}.monthly-percent{background-color:var(--sub-back-2);height:5px;width:100%}.monthly-percent-inner{background-color:var(--main);height:5px;width:50%}.mt-header{border-bottom:1px solid var(--border);margin:25px 25px 0;padding-bottom:35px}.mt-title{font-size:26px;font-weight:600}.mt-month{font-size:18px;font-weight:500}.mt-content-html{margin:28px}@media (orientation:portrait){.mt-main{margin-left:15px;margin-right:15px}}.news-ct{padding:18px 0}.news-ct,.news-flex{display:flex;gap:15px}@media (orientation:portrait){.news-flex{display:flex;flex-wrap:wrap;gap:15px}.news-ct{flex-wrap:wrap;padding:0 18px 18px}.flex-1,.flex-2,.news-flex .wa-card{min-width:80%}}.tm-box{background-color:var(--border);border-radius:16px;margin-top:15px;max-height:250px;overflow:scroll;padding:15px}.tm-box .h3{font-size:18px;font-weight:650}
/*# sourceMappingURL=main.8f22a79b.css.map*/