@charset "UTF-8";body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App>div{position:relative}*{border:none;color:#000;list-style:none;margin:0;padding:0;text-decoration:none}html{font-size:20px;font-weight:400;line-height:28px}body{font-family:pretendard,sans-serif;word-break:keep-all}span{font-size:inherit;font-weight:inherit;line-height:inherit}span,svg path{color:inherit}input,select,textarea{background:var(--surface-sunken);border:1px solid var(--border);border-radius:7px;color:var(--text);font-family:inherit;font-size:13.5px;padding:10px 12px}input:focus,select:focus,textarea:focus{background:var(--surface);border-color:var(--accent);outline:none}input::placeholder{color:var(--text-faint)}.row-actions{display:flex;gap:6px;justify-content:center}.row-actions .btn{font-size:12.5px;padding:7px 12px}.btn{border:none;border-radius:7px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:9px 16px;white-space:nowrap}.btn-muted{background:var(--btn-action-bg);color:var(--btn-action-fg)}.btn-primary{background:var(--accent);color:#fff;font-size:13.5px;margin-left:auto;padding:10px 20px}.btn-primary:hover{filter:brightness(1.06)}.btn_del{background:var(--danger);color:#fff}.login_con{background:#f0f0f0;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9999}.login_con .width_con{left:50%;position:absolute;top:50%;transform:translate(-50%,-70%)}.login_con .width_con h3{text-align:center}.login_con .loginput{background:#fff;border-radius:4px;box-shadow:2px 2px 10px 0 #0003;margin:30px 0 0;padding:20px}.login_con .loginput #form_login{display:flex;flex-direction:column;gap:10px}.login_con .loginput #form_login h5{margin:0 0 40px}.login_con .loginput #form_login div{display:flex;flex-direction:column}.login_con .loginput #form_login div input{width:300px}.login_con .loginput #form_login .btn_con{display:block;text-align:center}.login_con .loginput #form_login .btn_con span{background:#06f;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:700;line-height:1.2rem;padding:15px 0;width:100%}.check_con{margin:0 0 0 10px}.check_con label{display:flex;justify-content:center}.check_con label input.check_menu{display:none}.check_con label .check_btn{background:#999;border-radius:999px;cursor:pointer;display:inline-block;height:20px;position:relative;width:50px}.check_con label .check_btn .disabled{right:7px}.check_con label .check_btn .abled,.check_con label .check_btn .disabled{color:#fff;font-size:.6rem;font-weight:700;line-height:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s ease-out}.check_con label .check_btn .abled{left:7px;opacity:0}.check_con label .check_btn .circle{background:#fff;border-radius:50%;height:16px;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s ease-out;width:16px}.check_con label input.check_menu:checked+.check_btn{background:#06f}.check_con label input.check_menu:checked+.check_btn .disabled{opacity:0}.check_con label input.check_menu:checked+.check_btn .abled{opacity:1}.check_con label input.check_menu:checked+.check_btn .circle{left:32px;transition:all .15s ease-out}.input_con.img_input label input[type=file]{display:none}.input_con.img_input label div.upload_img{cursor:pointer;height:80px;overflow:hidden;width:120px}.input_con.img_input label div.upload_img img{width:100%}#header{background:#fff;box-shadow:4px 0 4px 0 #0003;height:100vh;left:0;padding:15px 30px;position:fixed;top:0;transition:left .3s ease-in-out;width:250px;z-index:9999}#header .btn_open{background:#a5afb6;border-radius:0 4px 4px 0;cursor:pointer;display:none;height:100px;position:absolute;right:-30px;top:50%;transform:translateY(-50%);transition:right .3s ease-in-out;width:20px}#header .btn_open:after,#header .btn_open:before{background:#fff;content:"";height:60%;position:absolute;top:50%;transform:translateY(-50%);width:1px}#header .btn_open:before{left:5px}#header .btn_open:after{right:5px}#header h5{color:#a5afb6;font-size:.8rem;font-weight:700;line-height:1.2rem}#header .profile{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:30px 0 0;text-align:center}#header .profile .img_con{border-radius:50%;height:80px;overflow:hidden;text-align:center;width:80px}#header .profile .img_con img{width:100%}#header .profile .desc_con{margin:10px 0 0}#header .profile .desc_con h4{font-size:.8rem;font-weight:700;line-height:1.2rem;pointer-events:none}#header .profile .desc_con a{color:#777;font-size:.6rem;line-height:1rem;text-decoration:underline}#header .nav_con{margin:30px 0 0}#header .nav_con ul li{border-bottom:1px dotted #e0e0e0;padding:10px 0;position:relative}#header .nav_con ul li a{align-items:center;display:flex}#header .nav_con ul li a .img_con{background:#ebeef2;border-radius:50%;height:30px;position:relative;width:30px}#header .nav_con ul li a .img_con img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%}#header .nav_con ul li a p{font-size:.8rem;font-weight:700;line-height:1.2rem;margin:0 0 0 5px;position:relative}#header .nav_con ul li.on:before{background:#a5afb6;content:"";height:100%;left:-30px;position:absolute;top:0;width:calc(100% + 60px)}#header .nav_con ul li.on a p{color:#fff}.link_con{align-items:center;display:flex;justify-content:space-evenly;margin:10px 0 0;width:100%}.link_con a{font-size:.7rem;line-height:1.1rem}.container{margin:0 0 0 250px}.container .sections{background:#ebeff2;width:calc(100vw - 250px)}.container .sections .width_con{padding:40px;position:relative;width:1270px}.container .sections .width_con>h3{pointer-events:none}.container .sections .width_con:before{background:linear-gradient(180deg,#fff0,#fff);bottom:0;content:"";height:15px;left:20px;position:absolute;width:calc(100% - 20px)}.container .sections .width_con ul.tabs{display:flex;justify-content:space-between;margin:20px 0 0;position:relative}.container .sections .width_con ul.tabs:before{background:linear-gradient(0deg,#fff0,#fff);bottom:-15px;content:"";height:15px;left:0;position:absolute;width:100%}.container .sections .width_con ul.tabs li{background:#a5afb6;border-radius:4px 4px 0 0;cursor:pointer;padding:10px;width:calc(11% - 3px)}.container .sections .width_con ul.tabs li.on{background:#fff;box-shadow:none}.container .sections .width_con ul.tabs li h5{color:#fff;font-size:.8rem;line-height:1.2rem}.container .sections .width_con ul.tabs li.on h5{color:#000}.container .sections .width_con ul.tabs li .status span{font-size:.6rem;font-weight:700;line-height:1rem}.container .sections .width_con ul.tabs li .status span.on{color:#06f;font-size:.65rem;line-height:1.1rem}.container .sections.main .width_con:before{display:none}.container .sections.main .width_con .row{align-items:center;display:flex}.container .sections.main .width_con .row1 .conts{background:#fff;border-radius:4px;box-shadow:2px 2px 10px 0 #0003;margin:0 10px;padding:15px 20px;width:calc(20% - 10px)}.container .sections.main .width_con .row1 .cont1 h5{font-size:.8rem;font-weight:700;line-height:1.2rem;pointer-events:none}.container .sections.main .width_con .row1 .cont1 .count{display:flex;margin:10px 0 0}.container .sections.main .width_con .row1 .cont1 .count>div{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:50%}.container .sections.main .width_con .row1 .cont1 .count>div span.txt{color:#777;font-size:.8rem;line-height:1.2rem;pointer-events:none}.container .sections.main .width_con .row1 .cont1 .count>div span.nums{font-size:2.5rem;font-weight:700;line-height:2.9rem;pointer-events:none}.container .sections.main .width_con .row1 .cont1 .count .today:before{background:#e0e0e0;content:"";height:100%;position:absolute;right:0;top:0;width:1px}.container .sections.main .width_con .row1 .cont1 .count .today .nums{color:#06f}.container .sections.main .width_con .row1 .cont1 .count .yesterday .nums{color:#999}.container .sections.main .width_con .profile_con{display:flex;margin:30px 0 0}.container .sections.main .width_con .profile_con .col{background:#fff;border-radius:4px;box-shadow:2px 2px 10px 0 #0003;padding:15px 20px}.container .sections.main .width_con .profile_con .col1{margin:0 20px 0 0}.container .sections.main .width_con .profile_con .col1 #profileSetting h5{font-size:.8rem;font-weight:700;line-height:1.2rem;pointer-events:none}.container .sections.main .width_con .profile_con .col1 #profileSetting p.col_desc{color:#777;font-size:.6rem;line-height:1rem;margin:10px 0 0;pointer-events:none}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con{margin:10px 0 0}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con input[type=file]{display:none}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con .upload_img{cursor:pointer;height:200px;overflow:hidden;width:200px}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con .upload_img img{width:100%}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con .del_slide{margin:10px 0 0;text-align:center}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con .del_slide span{cursor:pointer}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con input[type=text]{background:#ebeff2;border-radius:4px;color:#000;font-size:.8rem;height:40px;line-height:1.2rem;margin:10px 0 0;padding:0 0 0 10px;width:200px}.container .sections.main .width_con .profile_con .col1 #profileSetting .input_con input[type=text]::placeholder{color:#8a8a8a}.container .sections.main .width_con .profile_con .col1 .btns.save{margin:10px 0 0;text-align:center}.container .sections.main .width_con .profile_con .col1 .btns.save span{background:#06f;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:700;line-height:1.2rem;padding:12px 15px}.container .sections.main .width_con .profile_con .col2{width:990px}.container .sections.main .width_con .profile_con .col2 .row{align-items:flex-start;flex-direction:column}.container .sections.main .width_con .profile_con .col2 .row>*{pointer-events:none}.container .sections.main .width_con .profile_con .col2 .row2{margin:30px 0 0}.container .sections.main .width_con .profile_con .col2 .row h5{font-size:.8rem;font-weight:700;line-height:1.2rem}.container .sections.main .width_con .profile_con .col2 .row p{color:#777;font-size:.6rem;line-height:1rem;margin:10px 0 0}.container .sections.main .width_con .profile_con .col2 .row ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px 0 0;width:100%}.container .sections.main .width_con .profile_con .col2 .row ul li{align-items:center;border-bottom:1px solid #999;display:flex;justify-content:space-between;padding:10px 0;width:calc(50% - 10px)}.container .sections.main .width_con .profile_con .col2 .row ul li h6{font-size:.7rem;font-weight:700;line-height:1.1rem}.container .sections.main .width_con .profile_con .col2 .row ul li span{color:#555;font-size:.8rem;line-height:1.2rem}.container .sections.main .width_con .profile_con .col2 .row ul li span.type_val{text-align:right}.container .sections.basic .width_con .form_con{background:#fff;border-radius:0 0 4px 4px;box-shadow:2px 2px 10px 0 #0003;overflow:auto;padding:15px}.container .sections.basic .width_con form#basicSetting{position:relative}.container .sections.basic .width_con .row{border-top:1px solid #e0e0e0;margin-top:30px;padding-top:20px}.container .sections.basic .width_con .row .title_con{display:flex}.container .sections.basic .width_con .row .title_con h5{font-size:.8rem;font-weight:700;line-height:1.2rem}.container .sections.basic .width_con .row .title_con span.esenstial{color:red;font-size:.8rem;line-height:1rem;margin:0 0 0 5px}.container .sections.basic .width_con .row p.row_desc{color:#777;font-size:.6rem;line-height:1rem;margin:5px 0 0}.setting-container{box-sizing:border-box;display:flex;gap:16px;padding:20px;width:100%}.setting-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex:1 1;flex-direction:column;min-width:200px;overflow:hidden}.card-header{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px}.card-header h5{color:#334155;font-size:14px;font-weight:700;margin:0}.card-body{display:flex;flex-direction:column;gap:10px;padding:12px}.setting-item{align-items:center;display:flex;justify-content:space-between}.item-label{color:#475569;font-size:13px;margin:0}.check_con label{cursor:pointer;display:inline-block}.input_check{display:none}.container .sections.basic .width_con .row1{align-items:center;display:flex;justify-content:space-between}.container .sections.basic .width_con .row1 .btn_con{display:flex}.container .sections.basic .width_con .row1 .btns{border-radius:4px;box-shadow:2px 2px 4px #0003;margin:0 0 0 10px;padding:10px 0;text-align:center;width:120px}.container .sections.basic .width_con .row1 .btns.apply{background:#06f;cursor:pointer}.container .sections.basic .width_con .row1 .btns.apply span{color:#fff;font-size:.8rem;font-weight:700;line-height:1.2rem}.container .sections.basic .width_con .row1 .btns.temporary{background:#fff;border:1px solid #06f;cursor:pointer}.container .sections.basic .width_con .row1 .btns.temporary span{background:none;color:#06f;font-size:.8rem;font-weight:700;line-height:1.2rem}.container .sections.basic .width_con .row1 .btns.exit{background:#a5afb6}.container .sections.basic .width_con .row1 .btns.exit span{color:#fff}.container .sections.board .width_con:before{display:none}.container .sections.board .width_con .board_con{background:#fff;border-radius:0 0 4px 4px;box-shadow:2px 2px 10px 0 #0003;max-height:750px;overflow:auto;padding:15px}.container .sections.board .width_con ul.tabs{gap:5px;justify-content:left}.container .sections.board .width_con ul.tabs li{width:calc(20% - 5px)}.container .sections.board .width_con ul.tabs:before{display:none}.container .sections.board .width_con ul.tabs li .status{align-items:flex-end;display:flex;flex-direction:column}.container .sections.board .width_con ul.tabs li .status p{color:#f5f5f5;font-size:.5rem;line-height:.9rem}.container .sections.board .width_con ul.tabs li.on .status p{color:#777}.container .sections.board .width_con ul.tabs li .status span{color:#e0e0e0;font-size:1rem;line-height:1.4rem}.container .sections.board .width_con ul.tabs li.on .status span{color:#212121}.container .sections.board .width_con ul.tabs li .status .new{color:#fff}.container .sections.board .width_con ul.tabs li.on .status .new{color:#06f}@media screen and (max-width:1520px){#header{left:-260px}#header.unfold{left:0}#header .btn_open{display:block}#header.unfold .btn_open{right:-20px}.container{margin:0}.container .sections{overflow:auto;width:100vw}.container .sections .width_con{padding:10px 0 0 10px}.container .sections .width_con ul.tabs{margin:10px 0 0}.container .sections.basic .width_con .form_con{max-height:680px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{--success:#16a34a;--surface-sunken:#f5f7fa;--shadow:0 1px 3px #00000014;--mono:Consolas,Monaco,monospace}.opa_con{display:flex}.opa_con input{background:#ebeff2;border-radius:4px;box-shadow:2px 2px 4px 0 #0003;height:40px;width:100px}.opa_con .clr_input{width:100%}.opa_con .opacity_con{display:flex;flex-direction:column}.opa_con .opacity_con p{font-size:.6rem;line-height:1rem;text-align:right;width:130px}.opa_con .opacity_con p span{color:#000;font-size:1rem;font-weight:700;line-height:1.4rem;margin:0 5px 0 0}.opa_con .opacity_con .range_con{display:flex;margin:10px 0 0}.row .editor_con{margin:20px 0 0}.row .editor_con .ql-container{height:200px}.ex_con{margin:0 0 0 20px}.container .sections.basic .width_con .row .ex_con p.row_desc{margin:0 0 10px}.ex_con img{width:320px}.set_con.slide .slick-prev{left:-30px!important;z-index:9999}.set_con.slide .slick-next{right:-30px!important;z-index:9999}.set_con.slide .slick-next:before,.set_con.slide .slick-prev:before{height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .15s ease-in-out;width:30px}.set_con.slide .slick-prev:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgBnZTNDcMgDEaBXjpWOwBzcODUCUrGYA8GaDfoGD1mABDBKInIH2B/UpQ40nugxJgxRKy1Bq6l5hgw3d5zOSilTBe8A3NCCC9BAVPGGOOHU0Dv/VNr/eNUEApOBU/hXvAAY8ANjAVXmAJmmApCoEkiI2bZNqxssKuXHwwt2P8qlOCsSboFV+3ZJagdjKagdSSrguYkqQluLdg595VSwuOjeH0XQvwxA7DcgUkDcGCYgGCW5Eyzd7TW2cYUgwAAAABJRU5ErkJggg==) 50% no-repeat;background-size:contain;content:""!important}.set_con.slide .slick-next:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACQSURBVHgBtZTLDYAgEER3tzI7kRslEU5qJ1ZGBCLGEMRljJMo3zcsX6JT3vs1fjMNiAsYkwIaa+2mgiuQRgwkhLA36lVTyGE754yILI32bgRcMogB3wujBlxXjBhwo5PaoAlrDR5hjUEXfjMQ+qB/woYXDN4q+JDAxxO+GPCVRMGkyMmEgHnk9EMfwEvI03sA95dvbhud6x8AAAAASUVORK5CYII=) 50% no-repeat;background-size:contain;content:""!important}.set_con.slide{align-items:center;display:flex;margin:20px 0 0}.set_con.slide ul{padding:0 30px;width:70%}.set_con.slide ul li .img_con{border:1px solid #e0e0e0;height:0;overflow:hidden;padding-bottom:52%;position:relative;width:380px}.set_con.slide ul li .img_con img{width:100%}.set_con.slide ul li .img_con .del_slide{align-items:center;background:#000c;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:0;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .25s ease-out;width:140px}.set_con.slide ul li .img_con.on .del_slide{height:100px;opacity:1}.set_con.slide ul li .img_con .del_slide svg{color:#a5afb6;font-size:1.2rem;line-height:1.6rem}.set_con.slide ul li .img_con .del_slide p{color:#a5afb6;font-size:.6rem;line-height:1rem;margin:10px 0 0}.set_con.slide .plus_slide{background:#fff;border:1px solid #e0e0e0;height:100px;margin:0 0 0 40px;width:100px}.set_con.slide .plus_slide svg{color:#a5afb6}.set_con.slide .plus_slide p{color:#a5afb6;font-size:.6rem;line-height:1rem}.set_con.slide .plus_slide label{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.set_con.slide .plus_slide label>input{display:none}.input_con.img_input{position:relative}.input_con.img_input .del_slide{align-items:center;background:#000c;border-radius:4px;bottom:120px;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;left:0;position:absolute;width:120px}.input_con.img_input .del_slide svg{color:#a5afb6;font-size:.8rem;line-height:1.6rem}#headerSetting .row2.common{align-items:flex-start;display:flex;justify-content:space-between;margin:30px 0 0}#headerSetting .row2.common .set_con{border:1px solid #a5afb6;border-radius:4px;padding:20px 15px}#headerSetting .row2.common .set_con .title_con{display:flex}#headerSetting .row2.common .set_con .title_con h5{font-size:.8rem;font-weight:700;line-height:1.2rem}#headerSetting .row2.common .set_con .title_con span{color:red;font-size:.8rem;line-height:1rem;margin:0 0 0 5px}#headerSetting .row2.common .set_con input.input_title{background:#ebeff2;border-radius:4px;height:40px;margin:10px 0 0;padding:0 0 0 10px;width:200px}#headerSetting .row2.common .set_con p{color:#777;font-size:.6rem;line-height:1rem;margin:10px 0 0}#headerSetting .row2.common .set_con .input_con{margin:10px 0 0}#headerSetting .row2.common .set_con.logo_set{width:25%}#headerSetting .row2.common .set_con.logo_set .input_con{align-items:center;display:flex}#headerSetting .row2.common .set_con.logo_set .input_con label input[type=file]{display:none}#headerSetting .row2.common .set_con.logo_set .input_con label div.upload_img{cursor:pointer;height:50px;width:160px}#headerSetting .row2.common .set_con.logo_set .input_con label div.upload_img img{height:100%;object-fit:cover;width:100%}#headerSetting .row2.common .set_con.menu_set{width:calc(75% - 20px)}#headerSetting .row2.common .set_con.menu_set .menu_set_row1 ul{align-items:center;display:flex;justify-content:space-between;margin:10px 0 0}#headerSetting .row2.common .set_con.menu_set .menu_set_row1 ul li{border:1px dashed #e0e0e0;padding:5px;text-align:center;width:calc(16.666% - 5px)}#headerSetting .row2.common .set_con.menu_set .menu_set_row1 ul li .check_con{margin:0}#headerSetting .row2.common .set_con.menu_set .menu_set_row1 ul li .check_con label{margin:10px 0 0}#headerSetting .row2.common .set_con.menu_set .menu_set_row1 ul li .check_con .tit_menu{background:#ebeff2;padding:5px 0;width:100%}#headerSetting .row2.common .set_con.menu_set .menu_set_row1 ul li .check_con input.tit_menu::placeholder{color:#a2abb1;font-size:.8rem}#headerSetting .row2.common .set_con.menu_set .menu_set_row2{margin:20px 0 0}#headerSetting .row2.common .set_con.menu_set .menu_set_row2 .background_con .ex_con .ex_rows .row_desc{margin:0}#headerSetting .row2.common .set_con.menu_set .menu_set_row3{margin:20px 0 0}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con{align-items:center;display:flex;justify-content:space-between}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con .clr{width:calc(50% - 10px)}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con .clr .row_desc{margin:0}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con .clr .flx_box{display:flex}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con .clr .flx_box input{height:40px;margin:10px 10px 0 0;width:120px}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con .clr .flx_box p{color:#777;font-size:.6rem;line-height:1rem}#headerSetting .row2.common .set_con.menu_set .menu_set_row3 .color_con .clr .flx_box img{width:100%}#headerSetting .links{margin:30px 0 0;position:relative}#headerSetting .links .title_con{align-items:center;display:flex}#headerSetting .links .title_con .check_con{margin:0 0 0 10px}#headerSetting .links .title_con .check_con label .check_btn{margin:0}#headerSetting .links .btn_con{align-items:center;display:flex}#headerSetting .links .btn_con p{color:#777;font-size:.6rem;line-height:1rem;margin:0 20px 0 0}#headerSetting .links .btn_con .plus{cursor:pointer}#headerSetting .links .btn_con .plus span{font-size:.8rem;line-height:1rem;margin:0 0 0 5px}#headerSetting .links ul{align-items:center;display:flex;flex-wrap:wrap;margin:10px 0 0}#headerSetting .links ul li{border:1px dotted #a5afb6;margin:0 10px 10px 0;padding:5px 10px;width:calc(25% - 10px)}#headerSetting .links ul li,#headerSetting .row3 ul li .input_con{align-items:center;display:flex;justify-content:space-between}#headerSetting .row3 ul li .input_con input.sns_img{display:none}#headerSetting .row3 ul li .input_con .upload_img{cursor:pointer;height:30px;margin:0 10px 0 0;object-fit:cover;width:30px}#headerSetting .row3 ul li .input_con .upload_img img{height:100%;object-fit:cover;width:100%}#headerSetting .row3 ul li .input_con input.sns_link{background:#ebeff2;border-radius:4px;height:40px;padding:0 0 0 10px;width:200px}#headerSetting .row3 ul li .minus span{cursor:pointer}#headerSetting .row4 .reserve_con{align-items:center;display:flex;margin:10px 0 0}#headerSetting .row4 .reserve_con>div{margin:0 60px 0 0}#headerSetting .row4 .reserve_con>div .title_con p{font-size:.8rem;line-height:1.2rem}#headerSetting .row4 .reserve_con>div input{background:#ebeff2;border-radius:4px;height:40px;margin:10px 0 0;padding:0 0 0 10px;width:200px}#headerSetting .row5{margin:30px 0 0}#headerSetting .row5 .title_con{align-items:center;display:flex}#headerSetting .row5 .title_con h5{font-size:.8rem;font-weight:700;line-height:1.2rem}#headerSetting .row5 .title_con span{color:red;font-size:.8rem;line-height:1rem;margin:0 0 0 5px}#headerSetting .row5 p{color:#777;font-size:.6rem;line-height:1rem;margin:10px 0 0}#headerSetting .row5 .input_con{display:flex;flex-wrap:wrap;margin:10px 0 0}#headerSetting .row5 .input_con>div{display:flex;flex-direction:column;margin:0 60px 30px 0}#headerSetting .row5 .input_con label{font-size:.8rem;line-height:1.2rem}#headerSetting .row5 .input_con .footer_copy{width:100%}#mainSetting .slick-prev{left:-30px!important;z-index:9999}#mainSetting .slick-next{right:-30px!important;z-index:9999}#mainSetting .slick-next:before,#mainSetting .slick-prev:before{height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .15s ease-in-out;width:30px}#mainSetting .slick-prev:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgBnZTNDcMgDEaBXjpWOwBzcODUCUrGYA8GaDfoGD1mABDBKInIH2B/UpQ40nugxJgxRKy1Bq6l5hgw3d5zOSilTBe8A3NCCC9BAVPGGOOHU0Dv/VNr/eNUEApOBU/hXvAAY8ANjAVXmAJmmApCoEkiI2bZNqxssKuXHwwt2P8qlOCsSboFV+3ZJagdjKagdSSrguYkqQluLdg595VSwuOjeH0XQvwxA7DcgUkDcGCYgGCW5Eyzd7TW2cYUgwAAAABJRU5ErkJggg==) 50% no-repeat;background-size:contain;content:""!important}#mainSetting .slick-next:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAYAAAAlBadpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACQSURBVHgBtZTLDYAgEER3tzI7kRslEU5qJ1ZGBCLGEMRljJMo3zcsX6JT3vs1fjMNiAsYkwIaa+2mgiuQRgwkhLA36lVTyGE754yILI32bgRcMogB3wujBlxXjBhwo5PaoAlrDR5hjUEXfjMQ+qB/woYXDN4q+JDAxxO+GPCVRMGkyMmEgHnk9EMfwEvI03sA95dvbhud6x8AAAAASUVORK5CYII=) 50% no-repeat;background-size:contain;content:""!important}#mainSetting .row2{margin:30px 0 0}#mainSetting .row2 .set_con.slide{align-items:center;display:flex;margin:20px 0 0}#mainSetting .row2 .set_con.slide ul{padding:0 30px;width:70%}#mainSetting .row2 .set_con.slide ul li .img_con{border:1px solid #e0e0e0;height:0;overflow:hidden;padding-bottom:52%;position:relative;width:380px}#mainSetting .row2 .set_con.slide ul li .img_con img{width:100%}#mainSetting .row2 .set_con.slide ul li .img_con .del_slide{align-items:center;background:#000c;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:0;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .25s ease-out;width:140px}#mainSetting .row2 .set_con.slide ul li .img_con.on .del_slide{height:100px;opacity:1}#mainSetting .row2 .set_con.slide ul li .img_con .del_slide svg{color:#a5afb6;font-size:1.2rem;line-height:1.6rem}#mainSetting .row2 .set_con.slide ul li .img_con .del_slide p{color:#a5afb6;font-size:.6rem;line-height:1rem;margin:10px 0 0}#mainSetting .row2 .set_con.slide .plus_slide{background:#fff;border:1px solid #e0e0e0;height:100px;margin:0 0 0 40px;width:100px}#mainSetting .row2 .set_con.slide .plus_slide svg{color:#a5afb6}#mainSetting .row2 .set_con.slide .plus_slide p{color:#a5afb6;font-size:.6rem;line-height:1rem}#mainSetting .row2 .set_con.slide .plus_slide label{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}#mainSetting .row2 .set_con.slide .plus_slide label>input{display:none}#mainSetting .row3 .input_con{margin:0 0 0 10px}#mainSetting .row3 .row_desc{margin:0}#mainSetting .row3 .inpt_con{align-items:center;display:flex;margin:20px 0 0}#mainSetting .row3 .inpt_con input{background:#ebeff2;border-radius:4px;box-shadow:2px 2px 4px 0 #0003;height:40px;width:100px}#mainSetting .row3 .inpt_con .clr_input{margin:0 20px 0 0}#mainSetting .row3 .inpt_con .opacity_con{align-items:center;display:flex}#mainSetting .row3 .inpt_con .opacity_con p{font-size:.6rem;line-height:1rem;text-align:right;width:130px}#mainSetting .row3 .inpt_con .opacity_con p span{font-size:1rem;font-weight:700;line-height:1.4rem}#mainSetting .row4 .input_con{margin:0 0 0 10px}#mapSetting .row3 .main_con{border-top:1px solid #e0e0e0;display:flex;margin:10px 0 0}#mapSetting .row3 .main_con .lists{border-right:1px solid #e0e0e0}#mapSetting .row3 .main_con .lists li{display:flex;margin:7px 0;position:relative}#mapSetting .row3 .main_con .lists li:before{background:#e0e0e0;bottom:-4px;content:"";height:1px;left:0;position:absolute;width:100%}#mapSetting .row3 .main_con .lists li .img_con{border-right:1px solid #212121;padding:40px 24px}#mapSetting .row3 .main_con .lists li .desc_con{padding:10px 20px}#mapSetting .row3 .main_con .lists li .desc_con .title_con{margin:0 0 10px}#mapSetting .row3 .main_con .lists li .desc_con .title_con h4{font-size:.8rem;line-height:1.2rem}#mapSetting .row3 .main_con .lists li .desc_con input{background:#ebeff2;border-radius:4px;font-size:.8rem;height:40px;line-height:1.2rem;margin:0 0 5px;padding-left:10px;width:380px}#mapSetting .row3 .main_con .lists li .desc_con input::placeholder{color:#a2abb1;font-size:.8rem;line-height:1.2rem}#mapSetting .row3 .main_con .lists li .desc_con textarea.subus{background:#ebeff2;border-radius:4px;font-size:.8rem;height:90px;line-height:1.2rem;margin:0 0 5px;outline:none;padding-left:10px;width:380px}#mapSetting .row3 .main_con .lists li .desc_con textarea.subus::placeholder{color:#a2abb1;font-size:.8rem;line-height:1.2rem}#mapSetting .row3 .main_con .conts{padding:15px}#mapSetting .row3 .main_con .conts .input_con.img_input{margin:10px 0 0;padding-bottom:40px}#mapSetting .row3 .main_con .conts .input_con.img_input .del_slide{bottom:20px;left:50%;transform:translateX(-50%)}#mapSetting .row3 .main_con .conts .map_link_con{align-items:center;display:flex;justify-content:space-between;margin:10px 0 0}#mapSetting .row3 .main_con .conts .map_link_con img{width:17%}#mapSetting .row3 .main_con .conts .map_link_con input{background:#ebeff2;border-radius:4px;height:40px;padding-left:10px;width:80%}#mapSetting .row3 .main_con .conts .map_link_con input::placeholder{color:#a2abb1;font-size:.8rem;line-height:1.2rem}#aroundSetting .row2 .inner_con,#chargeSetting .row2 .inner_con,#mapSetting .row2 .inner_con,#noticeSetting .row2 .inner_con,#propertySet .row2 .inner_con,#reviewSetting .row2 .inner_con,#vodSetting .row2 .inner_con{align-items:flex-start;display:flex;margin:10px 0 0}#aroundSetting .row2 .inner_con .input_con.img_input,#chargeSetting .row2 .inner_con .input_con.img_input,#mapSetting .row2 .inner_con .input_con.img_input,#noticeSetting .row2 .inner_con .input_con.img_input,#propertySet .row2 .inner_con .input_con.img_input,#reviewSetting .row2 .inner_con .input_con.img_input,#vodSetting .row2 .inner_con .input_con.img_input{align-items:flex-start;display:flex;margin:0 60px 0 0;position:relative}.row2 .inner_con .input_con.img_input:before{background:#e0e0e0;content:"";height:100%;position:absolute;right:-29px;top:0;width:1px}#mapSetting .row3 .input_con.img_input div.upload_img{height:290px;width:640px}#mapSetting .row3 .input_con.img_input div.upload_img img{width:100%}:root[data-theme=light]{--bg:#f5f7fa;--surface:#fff;--surface-sunken:#f0f3f7;--border:#e4e7ec;--border-strong:#d3d9e1;--text:#16181d;--text-muted:#6b7280;--text-faint:#9aa1ac;--accent:#006eff;--accent-soft:#eaf2ff;--accent-strong:#0057cc;--success:#16a34a;--success-soft:#e8f7ee;--warn:#b45309;--warn-soft:#fdf3e4;--focus-ring:#8fbbff;--shadow:0 1px 2px #1018280a,0 1px 3px #1018280f}.tabbar{border-bottom:1px solid var(--border);display:flex;gap:4px;margin-bottom:32px;overflow-x:auto}.tabbar button{-webkit-appearance:none;appearance:none;background:none;border:none;border-bottom:2px solid #0000;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:14px;padding:12px 16px;white-space:nowrap}.tabbar button:hover{color:var(--text)}.tabbar button.active{border-bottom-color:var(--accent);color:var(--accent);font-weight:600}.tabbar button:focus-visible{border-radius:4px 4px 0 0;outline:2px solid var(--focus-ring);outline-offset:-2px}.page-head{margin-bottom:28px}.page-head h1{text-wrap:balance;font-size:22px;font-weight:700;margin:0 0 6px}.page-head p{color:var(--text-muted);font-size:14px;line-height:1.6;margin:0;max-width:62ch}.status-row{gap:10px;margin-top:14px}.pill,.status-row{align-items:center;display:flex}.pill{border-radius:100px;font-size:12px;font-weight:600;gap:6px;letter-spacing:.01em}.pill.on{background:var(--success-soft);color:var(--success)}.pill.off{background:var(--warn-soft);color:var(--warn)}.pill .dot{background:currentColor;border-radius:50%;display:inline-block;height:6px!important;width:6px!important}.status-meta{color:var(--text-faint);font-size:12px}.grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1.15fr 1fr}@media (max-width:760px){.grid{grid-template-columns:1fr}}.guide{padding:24px 24px 20px}.guide h2{font-size:15px;font-weight:700;margin:0 0 4px}.guide .sub{color:var(--text-muted);font-size:13px;margin:0 0 20px}.steps{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.steps li{grid-gap:12px;border-top:1px solid var(--border);display:grid;gap:12px;grid-template-columns:24px 1fr;padding:14px 0}.steps li:first-child{border-top:none;padding-top:0}.steps li:last-child{padding-bottom:0}.step-num{font-feature-settings:"tnum";align-items:center;background:var(--accent-soft);border-radius:50%;color:var(--accent);display:flex;font-size:12px;font-variant-numeric:tabular-nums;font-weight:700;height:24px;justify-content:center;margin-top:1px;width:24px}.step-body{color:var(--text);font-size:13.5px;line-height:1.65}.step-body strong{font-weight:600}.step-body a{border-bottom:1px solid #0000;color:var(--accent);text-decoration:none}.step-body a:hover{border-bottom-color:var(--accent)}.step-body a:focus-visible{border-radius:2px;outline:2px solid var(--focus-ring);outline-offset:2px}.tag-callout{background:var(--surface-sunken);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-family:var(--mono);font-size:12px;line-height:1.7;margin-top:6px;overflow-x:auto;padding:10px 12px}.tag-callout .hl{background:var(--accent-soft);border-radius:4px;color:var(--accent-strong);font-weight:600;padding:1px 4px}.form-card{padding:24px;position:-webkit-sticky;position:sticky;top:24px}.form-card h2{font-size:15px;font-weight:700;margin:0 0 4px}.form-card .sub{color:var(--text-muted);font-size:13px;line-height:1.6;margin:0 0 18px}.form-card .sub code{background:var(--surface-sunken);border-radius:4px;color:var(--text-muted);font-family:var(--mono);padding:1px 5px}label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.input-row{display:flex;gap:8px}input[type=text]{flex:1 1;min-width:0}.field-help{color:var(--text-faint)}.field-error,.field-help{font-size:12px;line-height:1.6;margin-top:8px}.field-error{color:var(--warn);display:none}.field-error.show{display:block}.actions{align-items:center;gap:10px;margin-top:18px}.btns.primary{-webkit-appearance:none;appearance:none;background:var(--accent);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;padding:10px 18px}.btns.primary:hover{background:var(--accent-strong)}.btns.primary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.btns.primary:active{transform:translateY(1px)}.btns.ghost{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid var(--border-strong);border-radius:8px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;padding:9px 16px}.btns.ghost:hover{border-color:var(--text-faint);color:var(--text)}.btns.ghost:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.save-msg{color:var(--success);font-size:12px;margin-left:2px;opacity:0;transition:opacity .2s ease}.save-msg.show{opacity:1}.divider{background:var(--border);height:1px;margin:20px 0}.preview{color:var(--text-faint);font-size:12px;margin-bottom:8px}.preview code{background:var(--surface-sunken);border-radius:4px;color:var(--text-muted);font-family:var(--mono);padding:2px 5px}.api-doc{margin-top:24px;padding:24px}.api-doc h2{font-size:15px;font-weight:700;margin:0 0 4px}.api-doc .sub{color:var(--text-muted);font-size:13px;margin:0 0 18px}.api-block{display:flex;flex-direction:column;gap:14px}.api-line{align-items:center;display:flex;font-family:var(--mono);font-size:13px;gap:10px}.api-line .verb{background:var(--accent-soft);border-radius:6px;color:var(--accent-strong);font-size:12px;font-weight:700;letter-spacing:.02em;padding:3px 8px}.api-line .path{color:var(--text)}.api-label{color:var(--text-faint);font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.api-table{border-collapse:collapse;font-size:13px;margin-bottom:4px;width:100%}.api-table tr:hover{background-color:none}.api-table td{border-top:1px solid var(--border);padding:8px 10px;text-align:left}.api-table tr:first-child td{border-top:none}.api-table td:first-child{color:var(--accent-strong);font-family:var(--mono);white-space:nowrap;width:1%}.api-table td:last-child{color:var(--text-muted)}.brd{height:700px;position:relative}.brd .fn_bar{display:flex;justify-content:space-between}.brd .fn_bar .search_con{display:flex;margin:20px 0 0;opacity:0;pointer-events:none}.brd .fn_bar .search_con.show{gap:5px;opacity:1;pointer-events:all}.brd .fn_bar .search_con select{background:#ebeff2;border-radius:4px;height:40px;outline:none;padding:0 0 0 10px;width:100px}.brd .search_con input{background:#ebeff2;border-radius:4px;color:#000;font-size:.7rem;height:40px;line-height:1.1rem;margin:0 5px;padding:0 0 0 10px;width:200px}.brd .fn_bar .search_con input::placeholder{color:#999}.brd .fn_bar .search_con .btn_reset,.brd .fn_bar .search_con .btn_search,.btn_search{align-items:center;background:#a5afb6;border-radius:4px;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:50px;padding:0 5px}.brd .fn_bar .search_con .btn_reset span,.brd .fn_bar .search_con .btn_search span,.btn_search span{color:#fff;font-size:.7rem;font-weight:700;line-height:1.1rem}.brd .fn_bar .btn_new{align-items:center;background:#06f;border-radius:4px;cursor:pointer;display:flex;justify-content:center}.brd .fn_bar .btn_new span{color:#fff;font-size:.8rem;font-weight:700;line-height:1.2rem}.brd .fn_bar .btn_new span a{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:15px 30px}.brd .borad_rows{margin:20px 0 0}.brd .rows ul{border-top:1px solid #e0e0e0;display:flex;position:relative}.brd .rows ul:after{background:#000c;content:"";display:none;height:100%;left:0;position:absolute;top:0;width:100%}.brd .rows ul.deleted:after{display:block}.brd .rows ul li{border-right:1px solid #e0e0e0;box-sizing:border-box;color:#212121;font-size:.8rem;line-height:1.2rem;overflow:hidden;padding:15px 10px;text-align:center}.brd .rows ul li.board_no{width:7%}.brd .rows ul li.board_type{width:6%}.brd .rows ul li span.badge,.brd .rows ul li.board_type span{border-radius:4px;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;line-height:1.1rem;padding:4px}.brd .rows ul li.board_type .notice{background:#212121}.brd .rows ul li.board_type .event{background:#ff51a4}.brd .rows ul li.board_type .charge{background:#7b9db5}.brd .rows ul li.board_type .review{background:#2db400}.brd .rows ul li.board_type .vod{background:#af41cb}.brd .rows ul li.score{width:10%}.brd .rows ul li.board_title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:25%}.brd .rows ul li.board_title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.brd .rows ul li.board_date,.brd .rows ul li.board_writer{width:15%}.brd .rows ul li.board_hit{width:7%}.brd .rows ul li.board_etc{align-items:center;border:none;display:flex;justify-content:center;padding:10px 0;width:12%}.brd .rows ul li.board_etc .btns{background:#999;border-radius:4px;cursor:pointer;padding:5px}.brd .rows ul li.board_etc .btns span{color:#fff;font-size:.7rem;font-weight:700;line-height:1.1rem}.brd .rows ul li.board_etc .btns span a{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.brd .rows ul li.board_etc .btn_edit{margin:0 10px 0 0}.brd .row0 ul{border:none}.brd .row0 ul li{border:none;font-size:.7rem;font-weight:700;line-height:1.1rem}.brd .pagenation{display:flex;left:0;margin:20px 0 0}.brd .pagenation li{align-items:center;background:#ebeff2;border-radius:4px;cursor:pointer;display:flex;justify-content:center;margin:0 5px 0 0;padding:10px}.brd .pagenation li span{font-size:.7rem;line-height:.7rem}.brd .pagenation li.on{background:#a5afb6}.brd .pagenation li.on span{color:#fff}.sections.view .width_con .view_con,.sections.write .width_con .form_con{background:#fff;border-radius:4px;box-shadow:2px 2px 10px 0 #0003;margin:30px 0 0;padding:15px}.sections.write form .row1 .select_type{background:#ebeff2;border-radius:4px;height:40px;padding:0 0 0 10px;width:200px}.sections.write .row1 .board_type{border-radius:4px;display:inline-block;padding:5px 10px}.sections.write .row1 .board_type.notice{background:#212121}.sections.write .row1 .board_type.event{background:#ff51a4}.sections.write .row1 .board_type.charge{background:#7b9db5}.sections.write .row1 .board_type.review{background:#2db400}.sections.write .row1 .board_type.vod{background:#af41cb}.sections.write .row1 .board_type span{color:#fff;font-size:.8rem;font-weight:400;line-height:1.2rem}.sections.write form .row2 .input_title_con{border-bottom:1px solid #a5afb6;margin:30px 0 0;padding:0 0 10px}.sections.write form .row2 .input_title_con input{font-size:1.5rem;line-height:1.9rem;padding:0 0 0 10px;width:100%}.sections.write form .row2 .score_con{border-bottom:1px solid #a5afb6;display:flex;margin:20px 0 0;padding:0 0 10px}.sections.write form .row2 .score_con h5{font-size:.8rem;font-weight:700;line-height:1.2rem;margin:0 20px 0 0}.sections.write form .row2 .score_con .check_score{align-items:center;display:flex;margin:0 10px 0 0}.sections.write form .row2 .score_con .check_score input{margin:0 5px 0 0}.sections.write form .row2 .score_con .check_score span{font-size:.7rem;line-height:1.1rem;margin:0 0 0 5px}.sections.write form .row3{border-bottom:1px solid #a5afb6;margin:10px 0 0;padding:10px 0 20px}.sections.write form .row3 .ql-container{height:300px}.sections.write form .row4{border-bottom:1px solid #a5afb6;margin:10px 0 0;padding:10px 0 20px}.sections.write form .row4 p{color:#777;font-size:.6rem;line-height:1rem}.sections.write form .row4 .upload_vod{align-items:center;display:flex;margin:10px 0}.sections.write form .row4 .upload_vod h5{margin:0 20px 0 0;white-space:nowrap}.sections.write form .row4 .upload_vod .origin_file{align-items:center;display:flex}.sections.write form .row4 .upload_vod .input_vod{background:#ebeff2;border-radius:4px;color:#666d72;font-size:.6rem;height:40px;line-height:1.2rem;width:300px}.sections.write form .row4 .upload_vod .input_vod::-webkit-file-upload-button{background:#a5afb6;border:none;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;height:40px;line-height:1.2rem;outline:none;width:100px}.sections.write form .row4 .upload_vod .input_vod::file-selector-button{background:#a5afb6;border:none;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;height:40px;line-height:1.2rem;outline:none;width:100px}.sections.write form .row4 .upload_vod span{cursor:pointer;margin:0 0 0 10px}.sections.write form .row4 .upload_vod .input_url{background:#ebeff2;border-radius:4px;color:#666d72;font-size:.6rem;height:40px;line-height:1.2rem;padding:0 0 0 10px;width:100%}.sections.write form .row4 .upload_vod .input_url::placeholder{color:#a5afb6;font-size:.6rem;line-height:1.2rem}.sections.write form .row5{margin:30px 0 0}.sections.write form .row5 .btn_con{display:flex}.sections.write form .row5 .btns{border-radius:4px;box-shadow:2px 2px 4px #0003;cursor:pointer;margin:0 0 0 10px;padding:10px 0;text-align:center;width:120px}.sections.write form .row5 .btns.apply{background:#06f}.sections.write form .row5 .btns.apply span{color:#fff;font-size:.8rem;font-weight:700;line-height:1.2rem}.sections.write form .row5 .btns.temporary{background:#fff;border:1px solid #06f}.sections.write form .row5 .btns.temporary span{background:none;color:#06f;font-size:.8rem;font-weight:700;line-height:1.2rem}.sections.write form .row5 .btns.exit{background:#a5afb6}.sections.write form .row5 .btns.exit span{color:#fff}.sections.write form .row5 .btns.exit span a{color:inherit;display:inline-block;font-size:.8rem;font-weight:700;height:100%;line-height:1.2rem;width:100%}.sections.write .row5{margin:30px 0 0}.sections.write .row5 .btn_con{display:flex}.sections.write .row5 .btns{border-radius:4px;box-shadow:2px 2px 4px #0003;cursor:pointer;margin:0 0 0 10px;padding:10px 0;text-align:center;width:120px}.sections.write .row5 .btns.apply{background:#06f}.sections.write .row5 .btns.apply span{color:#fff;font-size:.8rem;font-weight:700;line-height:1.2rem}.sections.write .row5 .btns.temporary{background:#fff;border:1px solid #06f}.sections.write .row5 .btns.temporary span{background:none;color:#06f;font-size:.8rem;font-weight:700;line-height:1.2rem}.sections.write .row5 .btns.exit{background:#a5afb6}.sections.write .row5 .btns.exit span{color:#fff}.sections.write .row5 .btns.exit span a{color:inherit;display:inline-block;font-size:.8rem;font-weight:700;height:100%;line-height:1.2rem;width:100%}.sections.view .row1 .board_type{border-radius:4px;display:inline-block;padding:5px 10px}.sections.view .row1 .board_type.notice{background:#212121}.sections.view .row1 .board_type.event{background:#ff51a4}.sections.view .row1 .board_type.charge{background:#7b9db5}.sections.view .row1 .board_type.review{background:#2db400}.sections.view .row1 .board_type.vod{background:#af41cb}.sections.view .row1 .board_type span{color:#fff;font-size:.8rem;font-weight:400;line-height:1.2rem}.sections.view .row2{border-bottom:2px solid #06f;margin:20px 0 0}.sections.view .row2 .title_con{padding:6px 20px}.sections.view .row2 .title_con h3{font-size:1.5rem;font-weight:400;line-height:1.9rem}.sections.view .row2 .score_con{align-items:center;border-top:1px solid #a5afb6;display:flex;padding:10px 0}.sections.view .row2 .score_con>div{margin:0 10px}.sections.view .row2 .score_con span{font-size:.7rem;line-height:1.1rem}.sections.view .row3{border-bottom:1px solid #a5afb6;padding:10px 0}.sections.view .row3 .view_info{align-items:flex-end;display:flex;justify-content:space-between}.sections.view .row3 .view_info .col span{font-size:.7rem;line-height:1.1rem;position:relative}.sections.view .row3 .view_info .col span.writer{margin:0 10px 0 0;padding:0 10px 0 0}.sections.view .row3 .view_info .col span.writer:before{background:#a5afb6;content:"";height:100%;position:absolute;right:0;top:0;width:1px}.sections.view .row4{border-bottom:1px solid #a5afb6;margin:10px 0;max-height:600px;min-height:400px;overflow:auto}.sections.view .row4 p.caution{color:#999;font-size:.8rem;line-height:1.2rem}.sections.view .row4 video{width:80%}.sections.view .row4 .iframe_con{height:0;padding-bottom:28%;position:relative;width:50%}.sections.view .row4 .iframe_con iframe{height:100%;left:0;position:absolute;top:0;width:100%}.sections.view .view_con .row5{margin:20px 0 0}.sections.view .view_con .row5 .btn_con{display:flex}.sections.view .view_con .row5 .btns{border-radius:4px;box-shadow:2px 2px 4px #0003;cursor:pointer;margin:0 0 0 10px;padding:10px 0;text-align:center;width:120px}.sections.view .view_con .row5 .btns span{font-size:.8rem;font-weight:700;line-height:1.2rem}.sections.view .view_con .row5 .btns span a{color:inherit;display:inline-block;height:100%;width:100%}.sections.view .view_con .row5 .btns.exit{background:#fff;border:1px solid #06f}.sections.view .view_con .row5 .btns.exit span{color:#06f}.sections.view .view_con .row5 .btns.apply{background:#06f}.sections.view .view_con .row5 .btns.apply span{color:#fff}.sections.view .view_con .row5 .btns.del{background:#a5afb6}.sections.view .view_con .row5 .btns.del span{color:#fff}.tag.possible{background:#2db400}.tag.ing{background:#ffb300}.tag.complete{background:#007bff}.tag.pending{background:#9b59b6}.tag.private{background:#95a5a6}.tag.display_n{color:red}.tag.display_y{color:#00b050}.property_section .section_box{width:80%}.property_section .sec_title_bar{align-items:center;border-top:1px solid #e0e0e0;display:flex;gap:10px;margin-top:30px;padding:20px 0 30px}.property_section .grid_row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:16px;width:100%}.property_section .grid_row.full{grid-template-columns:1fr}.property_section .form_group{display:flex;flex-direction:column}span.esenstial{color:red;font-size:.8rem;line-height:1rem;margin:0 0 0 5px}.property_section .form_group label{color:#121212;font-size:14px;font-weight:600}.property_section input,.property_section select,.property_section textarea{background:var(--surface-sunken);border:1px solid var(--border);border-radius:7px;color:var(--text);font-family:inherit;font-size:13.5px;padding:10px 12px;width:100%}.property_section input:focus,.property_section select:focus,.property_section textarea:focus{background:var(--surface);border-color:var(--accent);outline:none}.property_section input::placeholder{color:var(--text-faint)}.btn_addr_search{background:#2bb055}.display_none{display:none!important}.dashed_box{align-items:center;background-color:#f5f5f5;border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;color:#555;display:flex;font-size:14px;height:40px;padding:0 12px;width:100%}.dashed_box.empty{color:#aaa}.property_section .flex_inputs{align-items:center;display:flex;gap:8px}.property_section .flex_inputs span{color:#a0aec0;font-weight:600}.property_section .quill{background:#fff;border-radius:5px}.property_section .ql-toolbar{border-color:#cbd5e0!important;border-top-left-radius:5px;border-top-right-radius:5px}.property_section .ql-container{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-color:#cbd5e0!important;min-height:200px}.image_upload_container{display:flex;flex-direction:column;gap:24px;width:100%}.image_upload_container .row_desc{color:#333;font-size:14px;font-weight:600}.thumb_upload_area{align-items:flex-start;display:flex;flex-direction:column}.image_upload_container .upload_box{align-items:center;background-color:#f8fafc;border:2px dashed #cbd5e0;border-radius:8px;cursor:pointer;display:flex;height:120px;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease;width:120px}.image_upload_container .upload_box.dragging,.image_upload_container .upload_box:hover{background-color:#ebf8ff;border-color:#3182ce}.upload_placeholder{color:#64748b;font-size:13px;font-weight:500;text-align:center}.image_upload_container .upload_box img{height:100%;object-fit:cover;width:100%}.btn_del_img:hover{background-color:#ffe5e5}.detail_grid{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.detail_grid .add_btn{color:#4a5568;font-size:13px;font-weight:600;margin:0}.upload_img_item{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;height:120px;overflow:hidden;position:relative;width:120px}.upload_img_item img{height:100%;object-fit:cover;width:100%}.btn_del_img_overlay{align-items:center;background:#0009;border:none;bottom:0;color:#fff;cursor:pointer;display:flex;font-size:12px;height:35px;justify-content:center;left:0;position:absolute;transition:background .2s ease,transform .1s ease;width:100%}.btn_del_img_overlay:hover{background:#e53e3ee6}.btn_del_img_overlay svg{color:#fff;font-size:.8rem;line-height:1.6rem}.property_view .row4{border:1px solid #a5afb6}.property_view label{color:#393939}.property_view .view_text{color:#000}.property_pagenation{position:relative!important}.property_section_detail .form_group label{color:#64748b;font-size:13px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}.property_section_detail .form_group p,.property_section_detail .form_group span,.property_section_detail .form_group>div,.property_section_detail p.no_img{color:#111827;font-size:16px;font-weight:500;letter-spacing:-.03em}.property_section_detail .view_text{color:#1f2937;font-size:16px;font-weight:600}.property_section_detail .view_text:empty{color:#94a3b8}.property_section_detail .grid_row{row-gap:24px}.map_preview{margin-top:20px}.map_preview label{display:block;font-size:14px;font-weight:600;margin-bottom:10px}.map_preview img{background:#f7f7f7;border:1px solid #ddd;border-radius:8px;display:block;height:280px;max-width:100%;object-fit:contain;object-position:center}:root{--bg:#eef1f5;--surface-sunken:#f5f6f8;--border:#e6e8ec;--accent-soft:#e4efff;--tab-inactive:#8b93a3;--danger:#e0342b;--btn-action-bg:#e7e9ed;--btn-action-fg:#4b5563;--st-consulting:#006eff;--st-proposed:#e08a1c;--st-contracted:#1bab5e;--st-lost:#8b93a3;--shadow:0 1px 2px #14171f0d;--font-ui:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Pretendard","Malgun Gothic","Segoe UI",sans-serif;color-scheme:light}:root[data-theme=dark]{--bg:#14161c;--surface:#1b1e26;--surface-sunken:#21242e;--border:#2c303b;--text:#eceef2;--text-muted:#9aa1ac;--accent:#3d8bff;--accent-soft:#182643;--tab-inactive:#3a4150;--btn-action-bg:#2c303b;--btn-action-fg:#c4c9d2;--shadow:0 1px 2px #00000059;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#14161c;--surface:#1b1e26;--surface-sunken:#21242e;--border:#2c303b;--text:#eceef2;--text-muted:#9aa1ac;--text-faint:#6b7280;--accent:#3d8bff;--accent-soft:#182643;--tab-inactive:#3a4150;--btn-action-bg:#2c303b;--btn-action-fg:#c4c9d2;--shadow:0 1px 2px #00000059;color-scheme:dark}}*{box-sizing:border-box}html{line-height:normal}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);font-family:var(--font-ui);margin:0}.page{margin:0 auto;max-width:1280px;padding:28px 24px 70px}h1.page-title{font-size:22px;font-weight:800;letter-spacing:-.01em;margin:0 0 18px}.status-tabs{grid-gap:4px;display:grid;gap:4px;grid-template-columns:1fr repeat(4,1fr);margin-bottom:4px}.status-tab{background:var(--tab-inactive);border-radius:10px 10px 0 0;color:#fff;cursor:pointer;padding:16px 18px}.status-tab.active{background:var(--surface);color:var(--text)}.status-tab-label{display:block;font-size:14.5px;font-weight:700;margin-bottom:6px}.status-tab-caption{display:block;font-size:11px;opacity:.85}.status-tab-count{display:block;font-size:22px;font-weight:800;margin-top:2px}.status-tab:not(.active) .status-tab-count{font-size:12px;font-weight:600;opacity:.85}.back-link{color:var(--text-muted);display:inline-block;font-size:13px;margin-bottom:14px;text-decoration:none}.back-link:hover{color:var(--accent)}.panel{background:var(--surface);border-radius:10px;box-shadow:var(--shadow);margin-bottom:16px;overflow:hidden;padding:20px 24px}.toolbar{border-bottom:1px solid var(--border);padding:18px 0}.toolbar,.toolbar-search{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.toolbar-search{flex:1 1}.text-input,select{background:var(--surface-sunken);border:1px solid var(--border);border-radius:7px;color:var(--text);font-family:inherit;font-size:13px;padding:9px 12px}select{min-width:108px}.text-input{min-width:140px}.text-input:focus,select:focus{border-color:var(--accent);outline:none}.text-input::placeholder{color:var(--text-faint)}table{border-collapse:collapse;font-size:13.5px;width:100%}thead th{color:var(--text-muted);font-size:12.5px;font-weight:600;padding:13px 10px;white-space:nowrap}tbody td,thead th{border-bottom:1px solid var(--border);text-align:center}tbody td{padding:14px 10px;vertical-align:middle}tbody tr:hover{background:var(--surface-sunken)}tbody tr:last-child td{border-bottom:none}td.col-visitor{font-weight:700;text-align:left}td.col-visitor .phone{font-feature-settings:"tnum";color:var(--text-faint);display:block;font-size:12px;font-variant-numeric:tabular-nums;font-weight:400;margin-top:2px}td.col-area{color:var(--text-muted);text-align:left}td.col-date{font-feature-settings:"tnum";color:var(--text-faint);font-size:12.5px;font-variant-numeric:tabular-nums}.tag{border-radius:6px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px;white-space:nowrap}.tag-tenant{background:#4b5563}.tag-landlord{background:#6b5bd6}.memo-count{align-items:center;background:none;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;gap:4px;padding:4px 8px}.memo-count:hover{background:var(--surface-sunken);color:var(--accent)}.memo-count svg{color:var(--text-muted);height:12px;width:12px}.memo-count:hover svg{color:var(--accent)}.pagination{display:flex;gap:6px;justify-content:center;padding:20px}.page-btn{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:600;height:30px;width:30px}.page-btn.active{background:var(--accent-soft);border-color:#0000;color:var(--accent)}.modal-overlay{align-items:center;background:#0f11166b;display:none;inset:0;justify-content:center;padding:24px;position:fixed;z-index:50}.memo-modal,.modal-overlay.open{display:flex}.memo-modal{animation:popin .15s ease;background:var(--surface);border-radius:12px;box-shadow:0 20px 50px #00000040;flex-direction:column;max-height:min(600px,100%);width:min(480px,100%)}@keyframes popin{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.memo-modal-head{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:18px 20px 14px}.memo-modal-head h2{font-size:16px;font-weight:800;margin:0 0 3px}.memo-modal-head .phone{font-feature-settings:"tnum";color:var(--text-muted);font-size:12.5px;font-variant-numeric:tabular-nums}.memo-modal-head .head-actions{align-items:center;display:flex;flex:0 0 auto;gap:8px}.memo-modal-head .detail-link{align-items:center;background:#e8f3ff;border:none;border-radius:8px;color:#3182f6;display:flex;font-size:12px;font-weight:700;gap:2px;padding:6px 10px;text-decoration:none;white-space:nowrap}.memo-modal-close{background:var(--surface-sunken);border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;flex:0 0 auto;font-size:14px;height:28px;width:28px}.memo-modal-body{display:flex;flex:1 1;flex-direction:column;gap:12px;min-height:80px;overflow-y:auto;padding:16px 20px}.memo-modal .memo-item{display:flex;gap:10px}.memo-modal .memo-avatar{align-items:center;background:var(--accent-soft);border-radius:50%;color:var(--accent);display:flex;flex:0 0 auto;font-size:11px;font-weight:800;height:26px;justify-content:center;width:26px}.memo-modal .memo-bubble{background:var(--surface-sunken);border:1px solid var(--border);border-radius:10px;font-size:13px;line-height:1.55;padding:9px 12px;width:100%}.memo-modal .memo-byline{align-items:baseline;display:flex;gap:8px;margin-bottom:3px}.memo-modal .memo-writer{font-size:12.5px;font-weight:700}.memo-modal .memo-time{font-feature-settings:"tnum";color:var(--text-faint);font-size:10.5px;font-variant-numeric:tabular-nums}.memo-modal .memo-empty{color:var(--text-faint);font-size:13px;margin:0}.memo-modal-form{border-top:1px solid var(--border);display:flex;gap:8px;padding:14px 20px}.memo-modal-form textarea{background:var(--surface-sunken);border:1px solid var(--border);border-radius:8px;color:var(--text);flex:1 1;font-family:inherit;font-size:13px;line-height:1.5;max-height:100px;min-height:40px;padding:9px 11px;resize:none}.memo-modal-form textarea:focus{background:var(--surface);border-color:var(--accent);outline:none}.memo-modal-form button{align-self:flex-end;flex:0 0 auto}.detail-head{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;gap:16px;justify-content:space-between;padding:22px 24px}.detail-head h1{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.detail-head .phone{font-feature-settings:"tnum";color:var(--text-muted);font-size:13.5px;font-variant-numeric:tabular-nums}.badges{display:flex;gap:6px;margin-top:10px}.actions{display:flex;flex:0 0 auto;gap:8px}.pill{border-radius:5px;color:#fff;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 10px}.tag-consulting{background:var(--st-consulting)}.tag-proposed{background:var(--st-proposed)}.tag-contracted{background:var(--st-contracted)}.tag-lost{background:var(--st-lost)}.info-grid{grid-gap:18px 20px;gap:18px 20px}.memo-wrap h2{font-size:14.5px;font-weight:800;margin:0 0 16px}.memo-thread{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}.memo-item{display:flex;gap:10px}.memo-avatar{align-items:center;background:var(--accent-soft);border-radius:50%;color:var(--accent);display:flex;flex:0 0 auto;font-size:11.5px;font-weight:800;height:30px;justify-content:center;width:30px}.memo-body{flex:1 1}.memo-bubble{background:var(--surface-sunken);border:1px solid var(--border);border-radius:10px;font-size:13.5px;line-height:1.6;padding:10px 13px}.memo-byline{align-items:baseline;display:flex;gap:8px;margin-bottom:4px}.memo-writer{font-size:13px;font-weight:700}.memo-time{font-size:11px}.memo-empty,.memo-time{color:var(--text-faint)}.memo-empty{font-size:13px;padding:12px 0}.memo-form{border-top:1px solid var(--border);display:flex;gap:8px;padding-top:16px}.memo-form textarea{background:var(--surface-sunken);border:1px solid var(--border);border-radius:8px;color:var(--text);flex:1 1;font-family:inherit;font-size:13.5px;line-height:1.5;max-height:140px;min-height:44px;padding:10px 12px;resize:none}.memo-form textarea:focus{background:var(--surface);border-color:var(--accent);outline:none}.memo-form button{align-self:flex-end;flex:0 0 auto}.memo-byline button{background:#0000;border:0;border-radius:5px;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:600;margin-left:auto;padding:4px 8px}.memo-byline button:hover{background:var(--surface-sunken);color:#000}.memo-byline button svg{color:var(--text-muted);font-size:11.5px}.memo-byline button:hover svg{color:#000}.memo-bubble form{margin-top:12px}.memo-bubble form textarea{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:14px;line-height:1.5;min-height:100px;padding:12px 14px;resize:vertical;width:100%}.memo-bubble form textarea:focus{border-color:var(--accent);outline:none}.memo-edit-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:10px}.memo-edit-actions button{border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;height:32px;padding:0 14px}.memo-edit-actions button[type=submit]{background:var(--accent);border-color:var(--accent);color:#fff}.memo-edit-actions button[type=button]{background:var(--surface);color:var(--text-muted)}.memo-edit-actions button[type=button]:hover{background:var(--surface-sunken)}.note_section h3{font-size:22px;font-weight:800;margin:0 0 18px}.note_section .form_con{background:var(--surface);border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.note_section .section_box{border-bottom:1px solid var(--border);padding:22px 24px}.note_section .section_box:last-child{border-bottom:none}.note_section .sec_title_bar{margin-bottom:16px}.note_section .sec_title_bar h4{color:var(--text);font-size:13.5px;font-weight:800;margin:0}.note_section .grid_row{grid-gap:16px 18px;display:grid;gap:16px 18px;grid-template-columns:1fr 1fr;margin-bottom:16px}.note_section .grid_row:last-child{margin-bottom:0}.note_section .grid_row.full{grid-template-columns:1fr}.note_section .form_group{display:flex;flex-direction:column;gap:6px}.note_section .form_group label{color:var(--text-muted);font-size:12.5px;font-weight:700}.note_section input,.note_section select,.note_section textarea{background:var(--surface-sunken);border:1px solid var(--border);border-radius:7px;color:var(--text);font-family:inherit;font-size:13.5px;padding:10px 12px;width:100%}.note_section input:focus,.note_section select:focus,.note_section textarea:focus{background:var(--surface);border-color:var(--accent);outline:none}.note_section input::placeholder{color:var(--text-faint)}.note_section .btn_con{gap:8px;justify-content:flex-end}.note_section .btns{border:none;border-radius:7px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:10px 16px}.note_section .btns.apply{background:var(--accent);color:#fff}.note_section .btns.exit{background:var(--btn-action-bg);color:var(--btn-action-fg)}.note_section .btns.exit a{color:inherit;text-decoration:none}.note_section input[type=datetime-local]{color:var(--text)}.property-pick{display:flex;gap:8px}.property-pick button{flex:0 0 auto}.picked-property{align-items:center;background:var(--accent-soft);border-radius:7px;color:var(--accent);display:flex;font-size:12.5px;font-weight:700;justify-content:space-between;margin-top:8px;padding:8px 10px}.esenstial{color:var(--danger)!important;font-size:12px;font-weight:700;margin-left:4px}.opt{font-size:12px;font-weight:400;margin-left:5px}.help,.opt{color:var(--text-faint)}.help{font-size:11.5px;margin-top:6px}.property_pick{display:flex;gap:8px}.property_pick input{flex:1 1}.search_btn{flex:0 0 auto}.picked_property{align-items:center;background:var(--accent-soft);border-radius:7px;color:var(--accent);display:flex;font-size:12.5px;font-weight:700;justify-content:space-between;margin-top:8px;padding:8px 10px}.picked_property button{background:#0000;border:none;color:inherit;cursor:pointer;font-size:13px;font-weight:700;opacity:.7}.picked_property button:hover{opacity:1}.note_section .row5{background:var(--surface);border-radius:10px;box-shadow:var(--shadow);margin-top:16px}.note_section .btn_con{align-items:center;display:flex;justify-content:space-between;padding:18px 24px}.note_section .right{display:flex;gap:8px;margin-left:auto}.note_section .btn{align-items:center;border:none;border-radius:7px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:700;justify-content:center;padding:10px 16px;text-decoration:none;white-space:nowrap}.note_section .btn-muted{background:var(--btn-action-bg);color:var(--btn-action-fg)}.note_section .btn-muted:hover{filter:brightness(.98)}.note_section .btn-primary{background:var(--accent);color:#fff}.note_section .btn-primary:hover{filter:brightness(1.06)}.note_section .btn-danger-outline{background:#0000;border:1px solid var(--danger);color:var(--danger)}.note_section .btn-danger-outline:hover{background:#e0342b0f}.panel-hero{align-items:flex-start;border-bottom:1px solid #f2f4f6;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:24px}.badge-group{display:flex;gap:6px;margin-bottom:8px}.user-info-title{align-items:baseline;color:#191f28;display:flex;font-size:22px;font-weight:700;gap:8px}.user-sub-text{color:#8b95a1;font-size:14px;font-weight:400}.hero-actions{display:flex;gap:8px}.section-title{color:#191f28;font-size:16px;font-weight:700;margin-bottom:16px}.info-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.info-item{background-color:#f9fafb;border-radius:16px;display:flex;flex-direction:column;gap:6px;padding:16px 20px}.info-label{color:#8b95a1;font-size:13px;font-weight:500}.info-value{color:#191f28;font-size:15px;font-weight:700;word-break:keep-all}.info-value.highlight-blue{color:#3182f6}.note_form .panel{padding:0}.btn,.btns,.toss-btn{transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .1s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.btn:active,.btns:active,.toss-btn:active{transform:scale(.98)}.btn-muted,.btns.exit{background:var(--btn-action-bg);color:var(--btn-action-fg)}.btn-muted:hover,.btns.exit:hover{background:color-mix(in srgb,var(--btn-action-bg) 85%,var(--text) 15%);color:var(--text)}.btn-primary,.btns.apply{background:var(--accent);color:#fff}.btn-primary:hover,.btns.apply:hover{background:color-mix(in srgb,var(--accent) 88%,#fff 12%);box-shadow:0 2px 8px color-mix(in srgb,var(--accent) 35%,#0000)}.btn-primary:active,.btns.apply:active{background:color-mix(in srgb,var(--accent) 85%,#000 15%)}.btn-danger-outline{background:#0000;border:1px solid var(--danger);color:var(--danger)}.btn-danger-outline:hover{background:color-mix(in srgb,var(--danger) 10%,#0000);border-color:var(--danger)}.btn-danger-outline:active{background:color-mix(in srgb,var(--danger) 20%,#0000)}.btn-danger{background:var(--danger);border:none;color:#fff}.btn-danger:hover{background:color-mix(in srgb,var(--danger) 88%,#000 12%)}.property-pick button,.search_btn{transition:background-color .15s ease,transform .1s ease}.property-pick button:hover,.search_btn:hover{background:color-mix(in srgb,var(--btn-action-bg) 80%,var(--text) 20%)}.memo-modal-head .detail-link{transition:background-color .15s ease,opacity .15s ease}.memo-modal-head .detail-link:hover{background:color-mix(in srgb,#e8f3ff 80%,#3182f6 20%)}.memo-modal-close{transition:background-color .15s ease,color .15s ease}.memo-modal-close:hover{background:color-mix(in srgb,var(--surface-sunken) 70%,var(--text-muted) 30%);color:var(--text)}:root{--bg:#f5f7fa;--surface:#fff;--surface-sunken:#f0f3f7;--border:#e4e7ec;--border-strong:#d3d9e1;--text:#16181d;--text-muted:#6b7280;--text-faint:#9aa1ac;--accent:#006eff;--accent-soft:#eaf2ff;--accent-strong:#0057cc;--success:#0ca30c;--success-soft:#e8f7ee;--critical:#d03b3b;--critical-soft:#fdecec;--warn:#b45309;--warn-soft:#fdf3e4;--focus-ring:#8fbbff;--shadow:0 1px 2px #1018280a,0 1px 3px #1018280f;--mono:ui-monospace,"SF Mono","Cascadia Code","Consolas",monospace;--sans:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Malgun Gothic","Segoe UI",sans-serif;--series-naver:#2a78d6;--series-direct:#eb6834;--series-other:#1baf7a;--seq-100:#cde2fb;--seq-300:#6da7ec;--seq-450:#2a78d6;--seq-650:#104281;--grid:#e1e0d9;--axis:#c3c2b7}:root[data-theme=dark]{--bg:#12151b;--surface:#1b1f27;--surface-sunken:#20242d;--border:#2c313c;--border-strong:#3a3f4b;--text:#edeef1;--text-muted:#9ca3af;--text-faint:#6b7280;--accent:#4c9bff;--accent-soft:#1b2a44;--accent-strong:#7fb6ff;--success:#0ca30c;--success-soft:#123227;--critical:#e66767;--critical-soft:#332020;--warn:#f4b860;--warn-soft:#332411;--focus-ring:#4c9bff;--shadow:0 1px 2px #0000004d,0 4px 12px #0000003d;--series-naver:#3987e5;--series-direct:#d95926;--series-other:#199e70;--seq-100:#184f95;--seq-300:#1c5cab;--seq-450:#3987e5;--seq-650:#9ec5f4;--grid:#2c2c2a;--axis:#383835}.shell{margin:0 auto;max-width:1180px;padding:24px 0}.topnav{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:4px;margin-bottom:28px;padding:16px 0 0}.topnav .brand{color:var(--text);font-size:15px;font-weight:800;letter-spacing:-.01em;margin-right:20px}.topnav button{-webkit-appearance:none;appearance:none;background:none;border:none;border-bottom:2px solid #0000;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:14px;padding:12px 14px}.topnav button:hover{color:var(--text)}.topnav button.active{border-bottom-color:var(--accent);color:var(--accent);font-weight:700}.page-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.page-head h1{font-size:21px;font-weight:800;letter-spacing:-.01em;margin:0 0 4px}.page-head .sub{margin:0}.page-head .sub,.period{color:var(--text-muted);font-size:13px}.period{align-items:center;background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;position:relative;-webkit-user-select:none;user-select:none}.period strong{color:var(--text);font-weight:700}.period svg{height:14px;transition:transform .12s ease;width:14px}.period.open svg{transform:rotate(180deg)}.period-menu{background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);display:none;max-height:280px;min-width:140px;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.period-menu.open{display:block}.period-menu button{-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:6px;color:var(--text);cursor:pointer;font-family:inherit;font-size:13px;padding:8px 10px;text-align:left;width:100%}.period-menu button:hover{background:var(--surface-sunken)}.period-menu button.active{background:var(--accent-soft);color:var(--accent);font-weight:700}.kpi-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr);margin-bottom:20px}@media (max-width:1040px){.kpi-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.kpi-row{grid-template-columns:repeat(2,1fr)}}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:18px 20px}.kpi .label{align-items:center;color:var(--text-muted);display:flex;font-size:12.5px;font-weight:600;gap:6px;margin-bottom:10px}.kpi .label .hint{color:var(--text-faint);cursor:help;font-weight:400}.kpi .value{font-size:26px;font-weight:800;letter-spacing:-.01em;margin-bottom:6px}.kpi .value small{color:var(--text-faint);font-size:14px;font-weight:600;margin-left:2px}.delta{align-items:center;display:inline-flex;font-size:12.5px;font-weight:700;gap:3px}.delta.up{color:var(--success)}.delta.down{color:var(--critical)}.delta svg{height:11px;width:11px}.delta-ctx{color:var(--text-faint);font-weight:400;margin-left:2px}.split-bar{background:var(--surface-sunken);border-radius:100px;display:flex;height:8px;margin:8px 0;overflow:hidden}.split-bar span{height:100%;transition:width .3s ease}.split-legend{color:var(--text-muted);display:flex;font-size:12px;gap:14px}.split-legend .sw{border-radius:2px;display:inline-block;height:8px;margin-right:5px;width:8px}.chart-row{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:1.4fr 1fr;margin-bottom:20px}@media (max-width:860px){.chart-row{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:20px}.card h3{font-size:14px;font-weight:700;margin:0 0 2px}.card .card-sub{color:var(--text-faint);font-size:12px;margin:0 0 14px}.linechart{position:relative}.linechart svg{display:block;height:180px;overflow:visible;width:100%}.linechart .gridline{stroke:var(--grid);stroke-width:1}.linechart .area{fill:url(#areaGrad)}.linechart .line{fill:none;stroke:var(--seq-450);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.linechart .hover-dot{fill:var(--seq-450);stroke:var(--surface);stroke-width:2;transition:opacity .1s ease}.linechart .hover-x{stroke:var(--axis);stroke-width:1;stroke-dasharray:2 2;transition:opacity .1s ease}.chart-tooltip{font-feature-settings:"tnum";background:var(--text);border-radius:6px;color:var(--bg);font-size:11.5px;font-variant-numeric:tabular-nums;font-weight:600;padding:5px 9px;pointer-events:none;position:absolute;transform:translate(-50%,-130%);transition:opacity .1s ease;white-space:nowrap;z-index:10}.axis-labels{color:var(--text-faint);display:flex;font-size:11px;justify-content:space-between;margin-top:4px}.donut-wrap{align-items:center;display:flex;gap:20px}.donut{border-radius:50%;flex-shrink:0;height:128px;position:relative;width:128px}.donut:after{background:var(--surface);border-radius:50%;content:""}.donut-center,.donut:after{inset:16px;position:absolute}.donut-center{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:2}.donut-center .n{font-size:19px;font-weight:800}.donut-center .l{color:var(--text-faint);font-size:10.5px}.legend{display:flex;flex-direction:column;font-size:13px;gap:10px;margin:0;padding:0}.legend li{gap:14px;justify-content:space-between;list-style:none}.legend .name,.legend li{align-items:center;display:flex}.legend .name{color:var(--text);gap:8px}.legend .sw{border-radius:2px;flex-shrink:0;height:9px;width:9px}.legend .pct{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.legend .cnt{color:var(--text-faint);font-size:12px;margin-left:4px}.table-card{overflow:hidden;padding:0}.table-head{align-items:center;display:flex;justify-content:space-between;padding:18px 20px 0}.seg{background:var(--surface-sunken);border-radius:8px;display:flex;gap:2px;padding:3px}.seg button{-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;padding:6px 12px}.seg button.active{background:var(--surface);box-shadow:var(--shadow);color:var(--text)}.rank{font-feature-settings:"tnum";align-items:center;background:var(--accent-soft);border-radius:50%;color:var(--accent-strong);display:inline-flex;font-size:11px;font-variant-numeric:tabular-nums;font-weight:800;height:20px;justify-content:center;margin-right:10px;width:20px}.pname{font-weight:600}.paddr{color:var(--text-faint);font-size:12px;margin-top:1px}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.zero-chip{align-items:center;background:var(--warn-soft);border-radius:100px;color:var(--warn);display:inline-flex;font-size:11.5px;font-weight:700;gap:4px;padding:2px 8px}.footnote{align-items:flex-start;color:var(--text-faint);display:flex;font-size:12px;gap:8px;line-height:1.6;padding:14px 20px 20px}.footnote svg{flex-shrink:0;height:14px;margin-top:1px;width:14px}@font-face{font-display:swap;font-family:Pretendard;font-weight:900;src:local("Pretendard Black"),url(/static/media/Pretendard-Black.14a71ec59ff2b3bc6933.woff2) format("woff2"),url(/static/media/Pretendard-Black.fe80bd8c7ce9b3af972f.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:800;src:local("Pretendard ExtraBold"),url(/static/media/Pretendard-ExtraBold.55bef92e8f01b6b6ef2f.woff2) format("woff2"),url(/static/media/Pretendard-ExtraBold.82ea4400a5eea299b40c.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:700;src:local("Pretendard Bold"),url(/static/media/Pretendard-Bold.0676c8838a37a3b770d8.woff2) format("woff2"),url(/static/media/Pretendard-Bold.f6866c5eb21ccb9a8749.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:600;src:local("Pretendard SemiBold"),url(/static/media/Pretendard-SemiBold.7e5eaaf650b9e7389913.woff2) format("woff2"),url(/static/media/Pretendard-SemiBold.a0c72d6162af72df37ec.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:500;src:local("Pretendard Medium"),url(/static/media/Pretendard-Medium.ea235f1edb8815831a25.woff2) format("woff2"),url(/static/media/Pretendard-Medium.f902522b86842449110e.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:400;src:local("Pretendard Regular"),url(/static/media/Pretendard-Regular.6090e6b5524796768e78.woff2) format("woff2"),url(/static/media/Pretendard-Regular.ab56c53f21ca6b32d15f.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:300;src:local("Pretendard Light"),url(/static/media/Pretendard-Light.27c9a07cbc308ce88d1a.woff2) format("woff2"),url(/static/media/Pretendard-Light.40808ea4485a78c05f92.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:200;src:local("Pretendard ExtraLight"),url(/static/media/Pretendard-ExtraLight.1a26bede4e9bc7d2e9c0.woff2) format("woff2"),url(/static/media/Pretendard-ExtraLight.ff5e73a97b5e7a5c5d5f.woff) format("woff")}@font-face{font-display:swap;font-family:Pretendard;font-weight:100;src:local("Pretendard Thin"),url(/static/media/Pretendard-Thin.41861ab4e67767c4c6ed.woff2) format("woff2"),url(/static/media/Pretendard-Thin.348f24715998d74e9f55.woff) format("woff")}
/*# sourceMappingURL=main.c52c0811.css.map*/