.login-wrap{width:100%;height:100vh;background-color:var(--gray200);display:flex;align-items:center;justify-content:center}.login-wrap>div{background-color:var(--white);padding:3rem;row-gap:4rem;box-shadow:0 0 22px 1px rgba(0,0,0,.08);border-radius:.4rem}.login-wrap>div,.login-wrap>div>div{display:flex;flex-flow:column;align-items:center;justify-content:center}.login-wrap>div>div{width:30rem;row-gap:.6rem}.login-wrap>div>div>p{font-size:1.4rem;font-weight:500;margin-top:1rem}.login-wrap>div>div>input{width:100%;height:4.2rem;border:0;border-bottom:1px solid var(--gray400);border-radius:0;padding:0}.login-wrap>div>div>input::placeholder{color:var(--gray400)}.login-wrap>div>div>button{border-radius:.4rem;margin-top:2.4rem;width:100%;height:4.2rem;font-size:1.4rem}header{width:100%;height:6rem;padding:0 1.4rem;justify-content:space-between;background-color:var(--white)}header,header .logo{display:flex;align-items:center}header .logo{column-gap:1.4rem;cursor:pointer}header .logo img{height:2rem;margin-left:1rem}header .logo h1{font-size:1.6rem;font-weight:700}header .info{column-gap:2rem}header .info,header .info ul{display:flex;align-items:center}header .info ul{column-gap:.8rem}header .info ul>li{font-size:1.4rem}header .info ul>li>p{font-size:1.6rem;font-weight:600}header .info button{background-color:var(--white);color:var(--black)}main{display:flex;height:calc(100vh - 6rem)}.nav{width:22rem;height:100%;padding:3rem 0;background-color:var(--black);row-gap:4rem}.nav,.nav>li{display:flex;flex-flow:column}.nav>li{row-gap:1rem}.nav>li>a,.nav>li>h2{height:3.6rem;padding:0 3rem;font-size:1.8rem;font-weight:600;color:var(--white);display:flex;align-items:center}.nav>li>a.active{background-color:var(--gray700);color:var(--white)}.nav>li>ul>li>a{width:100%;height:3.6rem;padding:0 3rem;display:flex;align-items:center;font-size:1.6rem;font-weight:600;color:var(--gray600)}.nav>li>ul>li.active>a{background-color:var(--gray700);color:var(--white)}.container{width:calc(100% - 22rem);overflow-y:auto;padding:2.5rem 3rem}.contents{width:100%;height:-moz-fit-content;height:fit-content;padding:3.5rem 2rem;background-color:var(--white)}.recommend-wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:12rem;column-gap:12rem;position:relative}.recommend-wrap:before{content:"";width:2.2rem;height:2.2rem;display:block;background-image:url(/_next/static/media/ic-arrow-right-22.0bae7a53.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;position:absolute;align-self:center;justify-self:center}.recommend-wrap>div>p{display:flex;align-items:center;column-gap:.4rem;font-size:1.4rem;color:#376cf3;margin-top:1rem}.recommend-wrap>div>p:before{content:"";width:.4rem;height:.4rem;border-radius:100%;background-color:#376cf3}.recommend-wrap .keyword{border:1px solid var(--gray500);display:flex;flex-flow:column;height:42.4rem}.recommend-wrap .keyword>div{border-bottom:1px solid var(--gray500);height:4.6rem;padding:0 3rem;display:flex;align-items:center;justify-content:space-between}.recommend-wrap .keyword>div>h5{font-size:1.4rem;font-weight:600}.recommend-wrap .keyword>ul{padding:1.2rem 0;height:calc(100% - 4.6rem);overflow-y:auto}.recommend-wrap .keyword>ul>li{display:flex;align-items:center;justify-content:space-between;height:2.8rem;padding:0 3rem;cursor:pointer}.recommend-wrap .keyword>ul>li+li{margin-top:.8rem}.recommend-wrap .keyword>ul>li:hover{background-color:var(--gray200)}.recommend-wrap .keyword>ul>li>p,.recommend-wrap .keyword>ul>li>span{font-size:1.4rem}.recommend-wrap .recommend{border:1px solid var(--gray500);display:flex;flex-flow:column;height:42.4rem;justify-content:space-between}.recommend-wrap .recommend>ul{height:calc(100% - 6.8rem);overflow-y:auto}.recommend-wrap .recommend>ul>li{display:flex;align-items:center;justify-content:space-between;padding:0 3rem;height:5.4rem;border-bottom:1px solid var(--gray500)}.recommend-wrap .recommend>ul>li>p{font-size:1.4rem}.recommend-wrap .recommend>div{display:flex;align-items:center;column-gap:1rem;padding:2rem}.recommend-wrap .recommend>div>input{flex:1 1}.recommend-wrap .recommend>div>button{border-radius:.4rem}.increase{border:1px solid var(--gray500);display:flex;flex-flow:column;height:42.4rem}.increase>div{border-bottom:1px solid var(--gray500);height:4.6rem;padding:0 3rem;display:grid;grid-template-columns:60% 20% 20%;align-items:center}.increase>div>h5{font-size:1.4rem;font-weight:600}.increase>div>h5:not(:first-child){text-align:center}.increase>ul{padding:1.2rem 0;height:calc(100% - 4.6rem);overflow-y:auto}.increase>ul>li{display:grid;grid-template-columns:60% 20% 20%;align-items:center;height:2.8rem;padding:0 3rem;cursor:pointer}.increase>ul>li+li{margin-top:.8rem}.increase>ul>li:hover{background-color:var(--gray200)}.increase>ul>li>p{font-size:1.4rem}.increase>ul>li>span{font-size:1.4rem;text-align:center}.increase>ul>li>button{margin:0 auto;border-radius:.4rem}.search-filter-wrap{display:flex;column-gap:4.6rem}.search-filter-wrap .filter-list{display:flex;flex-flow:column;row-gap:1rem;width:30rem}.search-filter-wrap .filter-list .button{display:flex;align-items:center;column-gap:1rem}.search-filter-wrap .filter-list .button button{padding:0 1rem;border-radius:.4rem;border-color:var(--gray600);background-color:var(--white);color:var(--gray600)}.search-filter-wrap .filter-list .button button:last-child{margin-left:auto}.search-filter-wrap .filter-list .list{border:1px solid var(--gray500);padding:1.6rem 0;height:54rem;overflow-y:auto}.search-filter-wrap .filter-list .list>li{display:flex;flex-flow:column;row-gap:.2rem;position:relative}.search-filter-wrap .filter-list .list>li+li{margin-top:1rem}.search-filter-wrap .filter-list .list>li>div{padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:2.4rem;cursor:pointer}.search-filter-wrap .filter-list .list>li>div.active,.search-filter-wrap .filter-list .list>li>div:hover{background-color:var(--gray200)}.search-filter-wrap .filter-list .list>li>div>h4{font-size:1.4rem;font-weight:600}.search-filter-wrap .filter-list .list>li>div>i{width:1.2rem;height:2.4rem;position:absolute;top:0;right:2rem;background-image:url(/_next/static/media/ic-arrow-up-12.dce626dc.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;transform:rotate(180deg)}.search-filter-wrap .filter-list .list>li>div.open>i{transform:rotate(0)}.search-filter-wrap .filter-list .list>li>ul{height:0;overflow:hidden}.search-filter-wrap .filter-list .list>li>div.open+ul{height:-moz-fit-content;height:fit-content}.search-filter-wrap .filter-list .list>li>ul>li{display:flex;align-items:center;column-gap:.6rem;height:2.4rem;padding:0 2rem;cursor:pointer;font-size:1.4rem}.search-filter-wrap .filter-list .list>li>ul>li:before{content:"";width:.8rem;height:.8rem;background-image:url(/_next/static/media/ic-list-depth-8.17b1b6be.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}.search-filter-wrap .filter-list .list>li>ul>li.active,.search-filter-wrap .filter-list .list>li>ul>li:hover{background-color:var(--gray200)}.filter-input{margin-top:3.8rem;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;column-gap:1rem}.filter-input>h5{width:8rem;font-size:1.4rem;font-weight:600}.filter-input>input{width:24rem}.feed-category{display:flex;flex-wrap:wrap;grid-gap:1.2rem;align-items:center}.feed-category>li{width:19rem;border:1px solid var(--gray300);border-radius:.8rem}.feed-category>li .img{width:100%;height:19rem;padding:2rem;border-bottom:1px solid var(--gray300);position:relative;display:flex;align-items:center;justify-content:center}.feed-category>li .img img{width:100%;height:100%;position:relative;z-index:2;background-color:var(--gray100)}.feed-category>li .img button{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0;border-radius:100%;background-color:transparent;border:0}.feed-category>li .option{height:8.6rem;display:flex;align-items:center;justify-content:center;flex-flow:column;row-gap:1rem;padding:1rem 2rem}.feed-category>li .option input{width:100%;text-align:center}.feed-category>li .option p{text-align:center;font-size:1.4rem;font-weight:500;color:var(--gray500);line-height:1.6}.ql-editor{min-height:250px;max-height:250px;overflow:auto}.flex-file>div{display:flex;align-items:center;grid-gap:1rem 2rem;flex-wrap:wrap}.flex-file>div>div{display:flex;align-items:center;column-gap:.4rem;cursor:pointer}.flex-file>div>div>p{width:calc(100% - 1.6rem - .4rem - 1rem - .6rem);font-size:1.4rem;color:var(--blue);text-decoration:underline;white-space:nowrap}.flex-file>div>div .delete{min-width:auto;width:3rem;height:3rem;padding:0;border-radius:initial;background-color:transparent;border:0;background-image:url(/_next/static/media/ic-delete-10.650a0f54.svg);background-repeat:no-repeat;background-size:1rem;background-position:50%;margin-left:.2rem}.flex-file label+button{margin-left:-1rem}.flex-file>span{font-size:1.2rem;color:var(--red)}.mem-prod-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem 1.5rem}.mem-prod-list>li{height:15.6rem;display:flex;flex-flow:column;align-items:center;justify-content:center;row-gap:1rem;background-color:var(--background01);border-radius:.8rem}.mem-prod-list>li>h2{display:flex;align-items:center;column-gap:.8rem;font-size:1.8rem;font-weight:700}.mem-prod-list>li>h2>span{padding:0 .8rem;width:-moz-fit-content;width:fit-content;height:2.2rem;border-radius:1rem;border:1px solid var(--blue900);background-color:var(--white);color:var(--blue900);font-size:1.2rem;font-weight:600}.mem-prod-list>li>h2>span,.mem-prod-list>li>ul{display:flex;align-items:center;justify-content:center}.mem-prod-list>li>ul{column-gap:.5rem}.mem-prod-list>li>ul>li{display:flex;align-items:center;justify-content:center;column-gap:.5rem;font-size:1.5rem;color:var(--black600)}.mem-prod-list>li>ul>li+li:before{content:"";width:1px;height:1rem;background-color:var(--black400)}.mem-prod-list>li>button{width:-moz-fit-content;width:fit-content;height:2.8rem;border-radius:10rem;padding:0 1.2rem;background-color:var(--black);color:var(--white);font-size:1.1rem;font-weight:600;margin-top:1rem}.mem-prod-list>li>p{text-align:center;font-size:1.5rem;color:var(--black600);line-height:1.6}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar,::-webkit-scrollbar-thumb{background-color:transparent}::-webkit-scrollbar-track{background-color:transparent}.tab-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.tab-wrap>button{min-width:4.2rem;width:-moz-fit-content;width:fit-content;height:4.2rem;font-size:1.4rem;font-weight:500;background-color:var(--white);border-color:var(--black200);color:var(--black);padding:0 1rem}.tab-wrap .search{display:flex;align-items:center;column-gap:1rem}.tab-wrap .search>input{width:22rem}.tab-wrap .search>button{min-width:6rem;width:-moz-fit-content;width:fit-content;height:4.2rem;font-size:1.6rem;background-color:var(--black500);padding:0 1.2rem}.tab-wrap.scroll{width:calc(100% + 8rem);margin:0 -4rem 3rem;padding:0 4rem;overflow-y:auto}.tab-style01{column-gap:1rem}.tab-style01,.tab-style01>li{display:flex;align-items:center}.tab-style01>li{height:4.8rem;width:-moz-fit-content;width:fit-content;padding:0 2.6rem;border-radius:6rem;justify-content:center;border:1px solid var(--black100);font-size:1.6rem;color:var(--black500);background-color:var(--white);white-space:nowrap}.tab-style01>li.active{border-color:var(--blue900);font-weight:500;color:var(--blue900)}.my-mem-prod{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem 1.5rem}.my-mem-prod>li>div{height:15.6rem;flex-flow:column;row-gap:1rem;border:1px solid var(--black100);border-radius:.8rem}.my-mem-prod>li>div,.my-mem-prod>li>div>span{display:flex;align-items:center;justify-content:center}.my-mem-prod>li>div>span{margin:0 auto .5rem;width:-moz-fit-content;width:fit-content;height:2.6rem;font-size:1.2rem;font-weight:700;padding:0 1rem;font-weight:600;border:1px solid var(--black);border-radius:2rem}.my-mem-prod>li>div>h2{font-size:1.6rem;font-weight:700}.my-mem-prod>li>div>p{font-size:1.2rem;color:var(--black600)}.my-mem-prod>li>div>div{margin-top:.5rem;font-size:1.6rem;font-weight:700}.my-mem-prod>li>a{font-size:1.4rem;text-decoration:underline;color:#7387a1;margin:1.5rem auto 0;display:block;text-align:center}.my-mem-prod>li.disalbed>div>span{border-color:var(--black300);color:var(--black300)}.mem-history-table{max-height:calc(100vh - 8rem - 6rem - 2.2rem - 3rem - 3rem - 5rem - 5rem)}.mem-history-table td{padding:0 2rem}.mem-history-total{height:5rem;display:flex;align-items:center;background-color:var(--background01);padding-right:12rem}.mem-history-total>*{font-size:1.4rem;font-weight:600;color:var(--blue900);padding:0 2rem;text-align:right}.mem-history-total>p{width:8rem;text-align:center}.mem-history-total>div:last-child{width:12rem}.mem-history-total>div:nth-last-child(2){width:calc(100% - 8rem - 12rem)}.mem-prod-add{display:flex;flex-flow:column;row-gap:2rem}.mem-prod-add>li{display:flex;flex-flow:column;row-gap:1.5rem}.mem-prod-add>li>h2{font-size:1.4rem;display:flex;column-gap:.5rem;align-items:center}.mem-prod-add>li .input-warning{margin-top:-1.5rem}.mem-prod-add>li .date{width:100%}.mem-prod-add>li .date>li:nth-child(2){width:1rem;text-align:center}.mem-prod-add>li .date>li:first-child,.mem-prod-add>li .date>li:nth-child(3){width:calc((100% - 1rem - 1.2rem) / 2)}.mem-prod-add>li .date>li input{width:100%;min-width:calc(100% - 1.6rem)}.sign-status{display:flex;align-items:center;justify-content:space-between}.sign-status>p{margin:0}.sign-status>ul{column-gap:1.2rem}.input-flex,.sign-status>ul{display:flex;align-items:center}.input-flex{grid-gap:1.2rem 2rem;flex-wrap:wrap}.input-flex>li{display:flex;align-items:center;column-gap:1.2rem}.input-flex>li label{margin:0!important}.input-flex>li input[type=number],.input-flex>li input[type=text]{width:12rem;min-width:auto}.input-flex>li:last-child{flex:1 1}.input-flex>li .font-blue{flex:1 1;text-align:right}.input-flex>button{margin-left:0}.input-flex+.input-flex{margin-top:.8rem}.input-flex.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:.8rem;column-gap:.8rem}.input-flex.grid-3>li input[type=number],.input-flex.grid-3>li input[type=text]{width:100%}.deal-wrap{display:grid;grid-template-columns:repeat(2,1fr);width:100%;grid-gap:.6rem 6rem}.deal-wrap>li{display:flex;align-items:center;column-gap:2rem}.deal-wrap>li>p{width:10rem;margin:0}.deal-wrap>li>div{display:flex;align-items:center;column-gap:1.2rem}.location-list li{margin-bottom:2rem;cursor:pointer}.location-list li>h2{font-size:1.4rem}.location-list li>p{font-size:1.2rem}.folding-list{border-top:1px solid var(--black);display:flex;flex-flow:column}.folding-list>li{display:flex;flex-flow:column;position:relative;border-bottom:1px solid var(--black50)}.folding-list>li.content:hover{background-color:#eef0f2}.folding-list>li>div{height:5rem;display:flex;align-items:center;justify-content:space-between;padding:0 2rem 0 0;display:grid;grid-template-columns:.5fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr}.folding-list>li>div.header{background-color:var(--gray100)}.folding-list>li>div>h3{display:flex;align-items:center;column-gap:.5rem;font-size:1.4rem;font-weight:500}.folding-list>li>div>h3>span{width:1.6rem;height:1.6rem;border-radius:.4rem}.folding-list>li>div>p{font-size:1.4rem;font-weight:500;text-align:center}.folding-list>li>ul{width:100%;display:flex;flex-flow:column;row-gap:1.4rem;overflow:hidden;width:0;height:0;padding:0}.folding-list>li>ul:before{content:"";width:1rem;height:1rem;background-image:url(/_next/static/media/ic-folding-down.689ad47d.svg);position:absolute;right:0;top:2rem}.folding-list>li>ul>li>h3,.folding-list>li>ul>li>p{font-size:1.4rem;font-weight:500;text-align:center}.folding-list>li.active>ul{width:100%;height:-moz-fit-content;height:fit-content;padding:2rem}.folding-list>li.active>ul:before{background-image:url(/_next/static/media/ic-folding-up.3c9df391.svg)}.info-input{width:34rem;margin:0 auto;row-gap:2rem}.info-input,.info-input>li{display:flex;flex-flow:column}.info-input>li{row-gap:1rem}.info-input>li.row{flex-flow:initial;justify-content:space-between}.info-input>li>h2{font-size:1.4rem;line-height:1.6}.info-input>li>p{font-size:1.4rem;color:var(--black)}.info-input>li input{width:100%;height:4.2rem}.info-input>li input[type=date]{min-width:calc(100% - 1.6rem)}.info-input>li .button{display:flex;align-items:center;column-gap:1rem}.info-input>li .button>:not(button){flex:1 1}.info-input>li .button>button{width:8.4rem;height:4.2rem;border-color:var(--black);color:var(--black);background-color:var(--white);font-size:1.3rem;font-weight:500}.info-input>li .birth{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.info-input>li .birth>li>select{width:100%}.info-input>li .phone{display:grid;grid-template-columns:1fr 2fr 1fr;grid-column-gap:1rem;column-gap:1rem}.info-input>li .phone>li>*{width:100%}.info-input>li .phone>li>button{height:4.2rem;border-color:var(--black);color:var(--black);background-color:var(--white);font-size:1.3rem;font-weight:500}.info-input>li .gender{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.info-input>li .gender>li>select{width:100%}.info-input>li .gender>li>input+label{width:100%;height:4.2rem;border-radius:.5rem;border:1px solid var(--black);font-size:1.4rem;justify-content:center;color:var(--black)}.info-input>li .gender>li>input+label:before{content:none}.info-input>li .gender>li>input:checked+label{border-color:var(--black);color:var(--black)}.info-input>li .terms-chk{row-gap:1.2rem}.info-input>li .terms-chk>li{flex-flow:initial;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:1.2rem}.info-input>li .terms-chk>li>input+label>p{font-size:1.4rem}.info-input>li .terms-chk>li>a{font-size:1.4rem;color:var(--black);text-decoration:underline}.info-input>li .terms-chk>li .terms-desc{display:none;width:100%}.info-input>li .terms-chk>li .terms-desc.active{display:block}.info-input>li .input-wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem}.info-input>li .input-wrap input[type=radio]+label{width:100%;height:4.2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--black)}.info-input>li .input-wrap input[type=radio]+label:before{content:none}.info-input>li .input-wrap input[type=radio]+label>p{font-size:1.4rem;font-weight:600;color:var(--black)}.info-input>li .input-wrap input[type=radio]:checked+label{border-width:.2rem;border-color:var(--black)}.info-input>li .input-wrap input[type=radio]:checked+label>p{color:var(--black)}.info-input>li .input-wrap input[type=radio]:disabled+label{border-color:var(--black200)}.info-input>li .input-wrap input[type=radio]:disabled+label>p{color:var(--black200)}:root{--blue900:#1033f5;--blue800:#2847f6;--blue700:#405cf7;--blue600:#5870f8;--blue500:#7085f9;--blue400:#8799fa;--blue300:#9fadfb;--blue200:#b7c2fc;--blue100:#cfd6fd;--blue50:#e7ebfe;--black900:#121212;--black800:#252525;--black700:#2b2b2b;--black600:#444;--black500:#747474;--black400:#a4a4a4;--black300:#ccc;--black200:#dbdbdb;--black100:#e5e5e5;--black50:#f5f5f5;--red:#f64141;--lignt-red:#fbecee;--background01:#f0f3f7;--background02:#f5f7fa}#__next,#__next>div,.cont-wrap,.container,main{height:100%;width:100%}.cont-wrap{display:grid;grid-template-columns:20rem auto}.left-menu{background-color:var(--background01);padding:5rem 2rem;display:flex;flex-flow:column;row-gap:2.6rem;position:relative}@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");*,:after,:before{box-sizing:border-box}body,html{height:100%;position:relative;width:100%;margin:0;padding:0;border:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:62.5%;font-weight:400;letter-spacing:-.02em;color:var(--black);background-color:var(--gray100);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;transition:color .6s,background-color .6s}h1,h2,h3,h4,h5,h6{clear:both;margin:0;padding:0}b,strong{font-weight:600}ol,ul{margin:0;padding:0;list-style:none}img{border-style:none}button,input,option,select,textarea{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;text-transform:none;background-color:transparent;letter-spacing:-.02em;color:var(--black);font-weight:400;overflow:visible;cursor:pointer}button:disabled,input:disabled{cursor:not-allowed}[type=button],[type=reset],[type=submit],button{appearance:button;-moz-appearance:button;-webkit-appearance:button}[type=checkbox],[type=radio]{padding:0;margin:0}textarea{width:100%;overflow:auto;resize:none}a{background-color:transparent;cursor:pointer}a,a:active,a:focus,a:hover,a:visited{color:var(--black);text-decoration:none}[hidden]{display:none}:focus{outline:none}:root{--yellow:#f7ff13;--black:#000;--white:#fff;--gray100:#f5f5f5;--gray200:#e5e5e5;--gray300:#dbdbdb;--gray400:#ccc;--gray500:#a4a4a4;--gray600:#747474;--gray700:#444;--gray800:#1b1b1b;--gray900:#121212}.position-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.position-center-top{position:absolute;top:50%;transform:translateY(-50%)}.position-center-left{position:absolute;left:50%;transform:translateX(-50%)}.ellipsis{white-space:nowrap}.ellipsis,.ellipsis.double{overflow:hidden;text-overflow:ellipsis}.ellipsis.double{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.flex-input{display:flex;flex-wrap:wrap;align-items:center;grid-gap:2rem}.flex-input a{text-decoration:underline}.flex-img{display:flex;flex-wrap:wrap;align-items:center;grid-gap:2rem}.flex-img img{max-width:14rem}input{min-width:14rem;height:2.8rem;padding:0 1.2rem;border:1px solid var(--gray200);border-radius:.4rem;background-color:var(--white);font-size:1.4rem}input[type=password],input[type=text]{cursor:default}textarea{min-width:14rem;padding:1.2rem;border:1px solid var(--gray200);border-radius:.4rem;background-color:var(--white);font-size:1.4rem;cursor:default}input[type=checkbox]{display:none}input[type=checkbox]+label{display:flex;align-items:center;column-gap:.6rem}input[type=checkbox]+label:before{content:"";width:2rem;height:2rem;background-image:url(/_next/static/media/ic-checkbox-20.49e027df.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;cursor:pointer}input[type=checkbox]:checked+label:before{background-image:url(/_next/static/media/ic-checkbox-20-ov.836a4378.svg)}input[type=checkbox]:disabled+label:before{background-image:url(/_next/static/media/ic-checkbox-20-disabled.e30f8de9.svg)}input[type=checkbox]:disabled:checked+label:before{background-image:url(/_next/static/media/ic-checkbox-20-disabled-ov.917f1bea.svg)}input[type=radio]{display:none}input[type=radio]+label{display:flex;align-items:center;column-gap:.6rem;font-size:1.4rem}input[type=radio]+label:before{content:"";width:2rem;height:2rem;border-radius:100%;background-image:url(/_next/static/media/ic-radio-20.0407a75a.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;cursor:pointer}input[type=radio]:checked+label:before{background-image:url(/_next/static/media/ic-radio-20-ov.49ba3ee5.svg)}input[type=radio]:disabled+label:before{background-image:url(/_next/static/media/ic-radio-20-disabled.bc9bd448.svg)}input[type=radio]:disabled:checked+label:before{background-image:url(/_next/static/media/ic-radio-20-disabled-ov.da23f16b.svg)}input[type=date]{display:flex;align-items:center;padding:0 5rem 0 1.5rem;position:relative}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:1.2rem;z-index:2;width:2rem;height:2rem;background-image:none}input[type=date]:after{content:"";display:block;position:absolute;right:1.5rem;width:2rem;height:2rem;background-image:url(/_next/static/media/ic-calendar-18.b0e0a503.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;z-index:0}.date{display:flex;align-items:center;column-gap:.4rem;font-size:1.4rem}input[type=file]{display:none}.tmpBtn,input[type=file]+label>button{border-color:var(--gray600);color:var(--gray600);background-color:var(--white);border-radius:.4rem;padding:0 1rem}.tmpBtn{align-items:end}select{min-width:14rem;height:2.8rem;padding:0 3.4rem 0 1.2rem;font-size:1.4rem;border:1px solid var(--gray200);border-radius:.4rem;background-color:var(--white);background-image:url(/_next/static/media/ic-select-18.53b4019e.svg);background-repeat:no-repeat;background-size:1.8rem;background-position:right .4rem center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}.btn-wrap{display:flex;align-items:center;justify-content:center;margin-top:2rem;column-gap:1.2rem}.btn-wrap.lg button{height:4.2rem;font-size:1.4rem}.btn-wrap>div{display:flex;align-items:center;column-gap:.6rem}.btn-wrap>div:first-child:last-child{margin-left:auto}.btn-wrap>button:first-child:nth-last-child(2),.btn-wrap>button:first-child:nth-last-child(2)~button{width:calc((34rem - 1.2rem) / 2)}.btn-wrap>button:nth-last-child(2){background-color:var(--black200);border-color:var(--black200)}.radio-wrap{justify-content:space-between}.radio-wrap,.radio-wrap>div{display:flex;align-items:center}.radio-wrap>div{column-gap:.6rem}.file-wrap{justify-content:space-between}.file-wrap,.file-wrap>div{display:flex;align-items:center}.file-wrap>div{column-gap:.6rem}button{width:-moz-fit-content;width:fit-content;height:2.8rem;padding:0 1.6rem;display:flex;align-items:center;justify-content:center;column-gap:.4rem;line-height:1;font-size:1.2rem;font-weight:500;border:1px solid var(--black);border-radius:2rem;background-color:var(--black);color:var(--white);cursor:pointer}button.sm{height:2.4rem;padding:0 1.2rem;font-weight:400}button.black{background-color:var(--black);border-color:var(--black);color:var(--white)}button.line-bl{background-color:var(--white);color:var(--black)}button.line-gr{background-color:var(--white);border-color:var(--gray600);color:var(--gray600)}button.gray{background-color:var(--black500)}button.light-gray{background-color:var(--black200);border-color:var(--black200)}button.line-gray{background-color:var(--white);border-color:var(--black200);color:var(--black)}button.light-blue{background-color:#e5edfa;color:#7387a1}button.line-blue{background-color:var(--white);border-color:var(--blue900);color:var(--blue900)}button.red{background-color:var(--red)}.toggle{position:relative;display:inline-block;width:3.6rem;height:2rem;vertical-align:middle}.toggle-btn{border-radius:2rem;background-color:#d9d9d9;top:0;left:0;right:0;bottom:0;cursor:pointer}.toggle-btn,.toggle-btn:before{transition:.3s;position:absolute}.toggle-btn:before{content:"";width:1.6rem;height:1.6rem;border-radius:100%;background-color:var(--white);left:.2rem;bottom:.2rem}input[type=checkbox]:checked+.toggle-btn{background-color:#32d62f}input[type=checkbox]:checked+.toggle-btn:before{transform:translateX(1.6rem)}.page-title{display:flex;align-items:center;margin-bottom:3.2rem}.page-title>h3{font-size:2.8rem;font-weight:700}.cont-box+.page-title{margin-top:3.2rem}.title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.title>h4{font-size:1.8rem;font-weight:700}.title>p{font-size:1.4rem;font-weight:600}.title>div{display:flex;align-items:center;column-gap:.6rem}.title button{border-radius:.4rem}.filter-wrap{flex-wrap:wrap;grid-gap:2rem;padding:2rem;margin-bottom:3rem;background-color:var(--gray100);border:1px solid var(--gray200)}.filter-wrap,.filter-wrap>div{display:flex;align-items:center}.filter-wrap>div{column-gap:1rem}.filter-wrap>div>h5{font-size:1.4rem;font-weight:600}.filter-wrap>button{border-radius:.4rem;margin-left:auto}table{width:100%;border-collapse:collapse;border-spacing:0;border-top:2px solid var(--black)}table thead th{height:3.4rem;padding:0 .6rem;background-color:var(--gray100);border-bottom:2px solid var(--gray200);font-size:1.4rem;text-align:center;color:var(--gray600);vertical-align:middle;line-height:1.6;word-break:keep-all}table thead th+th{border-left:1px solid var(--gray200)}table thead th[rowspan]{border-right:1px solid var(--gray200)}table thead+tbody td{height:2.8rem;padding:0 .6rem;border-bottom:1px solid var(--gray200);font-size:1.4rem;text-align:center;vertical-align:middle;line-height:1.6;word-break:keep-all}table thead+tbody td+*{border-left:1px solid var(--gray200)}table tbody tr>*{border-bottom:1px solid var(--gray200)}table tbody tr>*+*{border-left:1px solid var(--gray200)}table tbody th{text-align:center;font-weight:500;color:var(--gray600)}table tbody td,table tbody th{height:5.2rem;padding:1.2rem;font-size:1.4rem;vertical-align:middle;line-height:1.6;word-break:keep-all}table tbody td span{padding:0 1rem}table .flex-input{width:-moz-fit-content;width:fit-content;column-gap:.6rem}table button{background-color:var(--white);border-color:var(--gray600);color:var(--gray600);height:2.2rem;padding:0 1rem;margin:0 auto}table input[type=checkbox]+label,table input[type=radio]+label{width:-moz-fit-content;width:fit-content;margin:0 auto}table tbody td div.withBtn{display:flex;align-items:center;justify-content:space-between}table tbody td div.withBtn button{margin-right:1rem}table tbody td div.tdStatus{display:flex;flex-wrap:wrap;flex-direction:column}table tbody td div.tdStatus div{display:flex;flex:1 1;align-items:center}table tbody td div.tdStatus button{margin-left:1rem;margin-right:1rem}table i{display:inline-flex;vertical-align:middle}.table-link tbody tr>*{cursor:pointer}.table-link tbody tr:hover>*{background-color:#eef0f2}.table-link tbody td p{max-width:56rem}.pagination{width:-moz-fit-content;width:fit-content;margin:3rem auto 0;border:1px solid var(--gray200)}.pagination,.pagination>li{display:flex;align-items:center;justify-content:center}.pagination>li{min-width:2.4rem;height:2.4rem;padding:0 1rem;font-size:1.2rem;cursor:pointer}.pagination>li+li{border-left:1px solid var(--gray200)}.pagination>li.active{background-color:var(--gray500);color:var(--white)}.pagination>li.disabled{color:var(--gray400);cursor:default;pointer-events:none}.pop{width:100vw;height:100vh;background-color:rgba(0,0,0,.8);position:fixed;top:0;left:0;display:none;align-items:center;justify-content:center}.pop.active{display:flex}.pop .pop-wrap{width:44rem;background-color:var(--white);padding:3rem 5rem;border-radius:1.5rem}.pop .pop-wrap.lg{width:62rem}.pop .pop-wrap.full{width:calc(100vw - 8rem)}.pop .pop-tit{justify-content:space-between;margin-bottom:3rem;position:relative}.pop .pop-tit,.pop .pop-tit>h1{display:flex;align-items:center}.pop .pop-tit>h1{font-size:2.2rem;font-weight:600;column-gap:1.2rem}.pop .pop-tit>h1>button{width:-moz-fit-content;width:fit-content;height:4.2rem;padding:0 2rem;font-size:1.4rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;font-weight:500}.pop .pop-tit>i{margin-left:auto}.pop .pop-tit.center{justify-content:center}.pop .pop-tit.center>i{position:absolute;right:0}.pop .pop-cont{max-height:calc(100vh - 8rem - 6rem - 2.2rem - 3rem - 3rem - 5rem);overflow-y:auto}.pop .pop-cont>p{text-align:center;font-size:1.8rem;color:var(--black500);line-height:1.6}.pop .pop-cont>p:first-child:last-child{padding:1rem 0}.pop .pop-btn{margin-top:3rem;display:flex;align-items:center;justify-content:center;column-gap:1rem}.pop .pop-btn>button:first-child:last-child{width:100%;max-width:34rem}.pop .pop-btn>button{width:calc((34rem - 1rem) / 2)}.font-red{color:var(--red)!important}.font-blue{color:var(--blue900)!important}.font-orange{color:#f69841!important}.font-gray{color:var(--black400)!important}input:-moz-read-only{background-color:var(--background01);color:var(--black400);cursor:default}input:disabled,input:read-only{background-color:var(--background01);color:var(--black400);cursor:default}.flex-radio{display:flex;align-items:center;column-gap:.8rem}.flex-radio>li input+label{width:-moz-fit-content;width:fit-content;height:3.6rem;padding:0 1.6rem;border-radius:2rem;border:1px solid var(--black200);color:var(--black500);font-size:1.4rem;font-weight:500}.flex-radio>li input+label:before{content:none}.flex-radio>li input:checked+label{border-color:var(--blue900);color:var(--blue900)}.flex-radio.lg{column-gap:1rem}.flex-radio.lg>li input+label{height:4.8rem;padding:0 2.4rem;font-size:1.6rem;border-radius:10rem}.flex-radio+.flex-radio{margin-top:1rem}.file,.sign-box{display:flex}.file{align-items:center;column-gap:1rem}.file a{flex:1 1;color:#1372d0}.file label{width:-moz-fit-content;width:fit-content;height:2.2rem;padding:0 1rem;background-color:var(--black);border:1px solid var(--black);color:var(--white);font-size:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:2rem;font-weight:500;cursor:pointer}.pop .pop-wrap.post{width:43rem}.pop .pop-wrap.post .pop-cont{padding:.1rem}.pop .pop-wrap.post .pop-cont .post-modal{height:47rem!important}.margin-auto{margin:0 auto}i{display:block;background-repeat:no-repeat;background-position:50%;background-size:contain}.ic-close-24{background-image:url(/_next/static/media/ic-close-24.308588d3.svg)}.ic-close,.ic-close-24{width:1.2rem;height:1.2rem;cursor:pointer}.ic-close{background-image:url(/_next/static/media/ic-close.2b419851.svg)}.ic-arrow-left-20{width:2rem;height:2rem;background-image:url(/_next/static/media/ic-arrow-left-20.efb5d7ec.svg)}.ic-delete-10{width:1rem;height:1rem;background-image:url(/_next/static/media/ic-delete-10.650a0f54.svg);cursor:pointer}.ic-option{width:2rem;height:2rem;background-image:url(/_next/static/media/ic-option.2bb67acf.svg)}