@charset "euc-kr";
html,body { font-family: 'PyeojinGothic', sans-serif; height: 100%; position: relative; color: var(--black2); }
body { min-width: 1240px; }
ul { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: inherit; display: block; box-sizing: border-box; }
strong { font-weight: 600 !important; }
label { cursor: pointer; } 
select { -webkit-appearance: none; cursor: pointer; -moz-appearance: none; appearance: none; filter: alpha(opacity=0); outline: none; font-family: 'PyeojinGothic', sans-serif; }
select::-ms-expand { display:none; }
select { height: 35px; border-radius: 5px; border: 1px solid var(--border); background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"></path></svg>') no-repeat 98% 50%; background-size: 18px; padding: 0 25px 0 10px; background-color: var(--w); color: var(--gray); font-size: 13.5px; color: var(--black); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
select.focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
select[disabled] { background-color: var(--black03) !important; }

input { font-family: "PyeojinGothic", sans-serif; background-color: var(--w); outline: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; }
input::placeholder { color: var(--gray); }
input[disabled] { background-color: var(--black03) !important; }
input[type=checkbox] { cursor: pointer; margin:0; }
input[type="text"] { height: 35px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13.5px; color: var(--black); }
input[type="file"] { height: 35px; line-height: 38px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13.5px; color: var(--black); }
input[type="text"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
input[type="text"].active { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
input[type="number"] { width: 100px; height: 35px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13.5px; position: relative; }
input[type="number"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="id"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="password"] { height: 35px; border-radius: 5px; border: 1px solid var(--border); padding: 0 10px; font-size: 13px; }
input[type="password"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="checkbox"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="radio"].focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); }
input[type="button"] { border: none; outline: none; cursor: pointer; }
input[disabled] { background-color: var(--black03) !important; }
input:-webkit-autofill,input:-webkit-autofill:focus { -webkit-text-fill-color: var(--black) !important; -webkit-box-shadow: 0 0 0px 1000px var(--blue01) inset !important; transition: background-color 5000s ease-in-out 0s !important; border-color: var(--blue3) !important; }

textarea { font-family: "PyeojinGothic", sans-serif; background-color: var(--w); outline: none; box-sizing: border-box; border-radius: 5px; border: 1px solid var(--border); line-height: 1.4; padding: 10px; font-size: 13px; resize: none; }
textarea.focus { border: 1px solid var(--blue) !important; box-shadow: 0 0 4px rgba(63,128,234,.7); background-color: transparent; }
textarea::placeholder { color: var(--gray); }
button { font-family: 'PyeojinGothic', sans-serif; border: none; box-sizing: border-box; cursor: pointer; background: none; outline: none; }

table { width: 100%; height: 100%; table-layout: fixed; position: relative; }
table th { height: 40px; line-height: 1.4; padding: 5px 10px; text-align: center; vertical-align: middle; font-size: 13.5px; font-weight: 600; box-sizing: border-box; }
table th select { text-align: center; font-size: 13.5px; color: var(--blue); font-weight: 600; height: 28px; border: none; padding-left: 25px; background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%233182f6"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"></path></svg>') no-repeat 95% 50%; background-size: 18px; }
table td { height: 40px; line-height: 1.4; padding: 5px 10px; text-align: center; vertical-align: middle; font-size: 13.5px; background-color: var(--w); box-sizing: border-box; }
table tbody tr:first-child td { border-top: none; }
table a { min-width: fit-content; display: inline-block; line-height: 1; font-size: 12px; background-color: var(--g02); color: var(--gray); padding: 6px 8px; border-radius: 4px; border: 1px solid var(--border2); }
table a.href { display: inline-block; font-size: 13.5px; background: none; color: var(--blue); text-decoration: underline; padding: 0; border-radius: 0; border: none; }

/* ½ºÅ©·Ñ ¼û±â±â */
::-webkit-scrollbar { width: 5px; height: 6px; }
::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); }
::-webkit-scrollbar-thumb { background-color: #b5b8b9; border-radius: 5px; }

.check-box { width: max-content; height: 20px; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 13.5px; font-weight: 500; position: relative; }
.check-box label { color: var(--gray); position: relative; line-height: 20px; left: -25px; padding-left: 25px; margin-right: -25px; }
.check-box input { min-width: 18px !important; width: 18px !important; min-height: 18px !important; height: 18px !important; opacity: 0; margin: 0 !important; position: relative; z-index: 1; cursor: pointer; }
.check-box::after { position: absolute; left: 1px; top: 1px; width: 18px; height: 18px; border: 1px solid var(--border3); border-radius: 4px; background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" fill="%23fff0"><path d="m8.333 11.604 5.084-5.083q.229-.229.531-.229.302 0 .531.229.229.229.229.531 0 .302-.229.531l-5.625 5.625q-.229.23-.531.23-.302 0-.531-.23l-2.271-2.27q-.229-.23-.229-.532 0-.302.229-.531.229-.229.531-.229.302 0 .531.229Z"></path></svg>') no-repeat 50% 50%; background-color: var(--w); content: ''; box-sizing: border-box; }
.check-box:hover::after { background-color: var(--black03); transition: 0.2s; }
.check-box.on::after { border: 1px solid transparent; background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" fill="%23fff"><path d="m8.333 11.604 5.084-5.083q.229-.229.531-.229.302 0 .531.229.229.229.229.531 0 .302-.229.531l-5.625 5.625q-.229.23-.531.23-.302 0-.531-.23l-2.271-2.27q-.229-.23-.229-.532 0-.302.229-.531.229-.229.531-.229.302 0 .531.229Z"></path></svg>') no-repeat 50% 50%; background-color: var(--blue) !important; }
.check-box.radio::after { border-radius: 100%; }

:root {
   --black: #000;
   --black2: #333d4b;
   --black01: rgba(217,217,225,0.1);
   --black02: rgba(217,217,225,0.2);
   --black03: rgba(217,217,225,0.3);
   --black04: rgba(217,217,225,0.4);
   --black05: rgba(217,217,225,0.5);
   --w: #fff;
   --w01: rgba(255,255,255,.9);
   --w03: rgba(255,255,255,.3);
   --w04: rgba(255,255,255,.4);
   --w05: rgba(255,255,255,.5);
   --w06: rgba(255,255,255,.6);
   --w07: rgba(255,255,255,.7);
   --blue: #3182f6;
   --blue2: #e3ebfa;
   --blue01: rgba(49,130,246,.1);
   --blue02: rgba(49,130,246,.3);
   --blue03: rgba(49,130,246,.45);
   --blue04: rgba(134,184,255,.1);
   --red: #f04452;
   --red01: rgb(255,126,137,.15);
   --or: #ff6a00;
   --or01: rgba(255,106,0,.15);
   --gr: #09a827;
   --gr01: rgba(3,199,90,.15);
   --sky: #00a6a9;
   --sky01: rgba(0,166,169,.15);
   --y: #ffc600;
   --y2: #dea500;
   --y01: rgba(254,255,0,.1);
   --pur: #5b71e9;
   --pur01: rgba(63,81,181,.15);
   --gray: #6b7684;
   --gray2: #969da6;
   --g01: rgba(2,32,71,.03);
   --g02: rgba(2,32,71,.06);
   --g03: rgba(2,32,71,.12);

   --border: rgba(2,32,71,.1);
   --border2: rgba(2,32,71,.05);
   --border3: rgba(2,32,71,.3);
   --linear: linear-gradient(#fff) padding-box, linear-gradient(180deg, #3182f6 0%, #6fa6f4 100%) border-box;
   --shadow: 0 0 24px 0 rgba(0,0,0,0.3);
}

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.w20 { width: 20% !important; flex-basis: 20% !important; }
.w30 { width: 30% !important; flex-basis: 30% !important; }
.w40 { width: 40% !important; flex-basis: 40% !important; }
.w50 { width: 50% !important; flex-basis: 50% !important; }
.w60 { width: 60% !important; flex-basis: 60% !important; }
.w70 { width: 70% !important; flex-basis: 70% !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.blank { border-top: 3px solid var(--border) !important; height: 0 !important; padding: 0 !important; }
.row_blank { width: 4px !important; padding: 0 !important; border: none !important; background-color: var(--border) !important; }
.t_red { color: var(--red) !important; }
.t_blue { color: var(--blue) !important; }
.bg_red { background-color: var(--red01) !important; }
.bg_blue { background-color: var(--blue04) !important; }
.bg_y { background-color: var(--y01) !important; }
.tbtn { min-width: fit-content; color: var(--gray); font-size: 12px; padding: 3px 6px; border-radius: 4px; border: 1px solid var(--gray2); }
.cate { min-width: fit-content; color: var(--gray); font-size: 12px; padding: 4px 8px; border-radius: 4px; background-color: var(--g02); }
.cate.red { background-color: var(--red01); color: var(--red); }
.cate.blue { background-color: var(--blue01); color: var(--blue); }
.cate.gr { background-color: var(--gr01); color: var(--gr); }
.cate.sky { background-color: var(--sky01); color: var(--sky); }
.cate.pur { background-color: var(--pur01); color: var(--pur); }
.tbtn.red { border-color: var(--red); color: var(--red); }
.tbtn.orange { border-color: var(--or); color: var(--or); }
.tbtn.gr { border-color: var(--gr); color: var(--gr); }
.tbtn.sky { border-color: var(--sky); color: var(--sky); }
.tbtn.blue { border-color: var(--blue); color: var(--blue); }
.stand { color: var(--gr); border-color: var(--gr); }
.text-over { display: block; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tooltip-text { width: fit-content; font-size: 13px !important; position: absolute; top: 80%; left: 2%; background-color: var(--black); color: var(--w); padding: 10px; border-radius: 5px; display: none; z-index: 9; }
.count { display: inline-block; min-width: 18px; height: 18px; line-height: 18px; text-align: center; font-size: 12px; color: var(--w); background-color: var(--red); border-radius: 50px; padding: 0 6px; box-sizing: border-box; }
.border-left { border-left: 1px solid var(--border); }
.border-right { border-right: 1px solid var(--border); }
.btn1 { background-color: var(--blue); color: var(--w); }
.btn2 { border: 1px solid var(--border3); background-color: var(--w); color: var(--black); }
.gap5 { gap: 5px !important; }
.gap10 { gap: 10px !important; }
.pd5 { padding: 5px !important; }
.none { display: none !important; }
.done { color: var(--gray); font-size: 13.5px; }
.align-box { display: flex; align-items: center; }
.flex-box { display: flex; gap: 10px; }
.flex-box5 { display: flex; align-items: center; justify-content: center; gap: 5px; }
.column-box { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.wrap-box { width: 100%; display: flex; flex-wrap: wrap; gap: 15px; }

.header { width: 100%; height: 60px; position: fixed; background-color: var(--w); border-bottom: 1px solid var(--border2); z-index: 99; }
.header .header-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 60px; padding: 0 30px; max-width: 1900px; margin: 0 auto; box-sizing: border-box; }
.header-left { display: flex; align-items: center; gap: 30px; }
.header-left ul { display: flex; align-items: center; gap: 20px; }
.header-left ul li a { color: var(--gray); font-size: 15px; }
.header-left ul li a.this { color: var(--black); font-weight: 600; }
.header-right { display: flex; align-items: center; gap: 10px; }
.header-right i { display: flex; align-items: center; gap: 10px; font-size: 12px; background-color: var(--g01); color: var(--gray); border-radius: 50px; padding: 10px 12px; border: 1px solid var(--border); box-sizing: border-box; }
.header-right button { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 100%; background-color: var(--g01); border: 1px solid var(--border); position: relative; }
.header-right button svg { fill: var(--y); width: 18px; height: 18px; }
.header-right button span { display: inline-block; width: 15px; height: 15px; line-height: 15px; text-align: center; font-size: 11px; color: var(--w); background-color: var(--red); border-radius: 50px; position: absolute; top: -4px; right: -4px; }
.header-right a { background-color: var(--gray2); color: var(--w); font-size: 12px; padding: 10px 12px; border-radius: 50px; }
.logo { display: flex; align-items: center; gap: 5px; }
.logo svg { width: 24px; height: 24px; }
.logo strong { font-size: 17px; font-weight: 800; }
.header.acc { background-color: var(--black2); }
.header.acc .logo strong { color: var(--w); }
.header.acc .logo svg { fill: var(--w); }
.header.acc .header-left ul li a { color: var(--w06); }
.header.acc .header-left ul li a.this { color: var(--w); }
.header.acc .header-right i { color: var(--w06); background-color: var(--black01); border-color: var(--black01); }
.header.acc .header-right button { color: var(--w06); background-color: var(--black01); border-color: var(--black01); }
.header.acc .header-right a { background-color: var(--black03); }

.noti-form { width: 460px; position: absolute; visibility: hidden; opacity: 0; transition: 0.2s; position: absolute; top: 60px; right: 20px; border-radius: 10px; border-bottom-right-radius: 0; background-color: var(--w); box-shadow: 0px 8px 16px var(--black05); z-index: 100; }
.noti-form.on { visibility: visible; opacity: 1; animation-name: opacity; animation-duration: 0.3s; animation-timing-function: ease-in-out; }
.noti-form::after { content: ""; position: absolute; top: -8px; right: 94px; border-width: 0 7px 8px; border-style: solid; border-color: transparent transparent var(--w); }
.noti-form::before { content: ""; position: absolute; top: -9px; right: 93px; border-width: 0 8px 9px; border-style: solid; border-color: transparent transparent var(--border); }
.noti-title { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--border); }
.noti-title h4 { font-size: 16px; font-weight: 600; }
.noti-title h4 b { color: var(--blue); }
.noti-title button { font-size: 13px; color: var(--gray); }
.noti-list { display: flex; flex-direction: column; max-height: 340px; overflow-y: auto; }
.noti-list .noti-done { width: 100%; height: 340px; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.noti-list .noti-done svg { width: 40px; height: 40px; fill: var(--gray2); }
.noti-list .noti-done strong { font-size: 14px; color: var(--gray); }
.noti-item { display: flex; justify-content: space-between; padding: 20px; border-bottom: 1px dashed var(--border); }
.noti-item:last-child { border-bottom-left-radius: 10px; border-bottom: none; }
.noti-item > p { font-size: 13px; color: var(--gray); }
.noti-msg { display: flex; flex-direction: column; gap: 10px; }
.noti-msg span { font-size: 14px; font-weight: 500; line-height: 1.4; }
.noti-msg a { width: fit-content; display: inline-block; font-size: 12px; background-color: var(--g02); color: var(--gray); padding: 7px 10px; border-radius: 4px; border: 1px solid var(--border2); }

.side { width: 240px; height: calc(100% - 60px); position: fixed; padding: 10px 0 30px 20px; background-color: #f6f7f9; border-right: 1px solid var(--border2); overflow-x: hidden; z-index: 99; }
.side .side-btn { width: 24px; height: 24px; margin: 7px 12px 0 12px; cursor: pointer; }
.side .side-btn { background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23969da6" d="M9,5A1,1,0,0,0,8,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,9,5Zm4,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2ZM5.77,9.69a1,1,0,0,0-1.41-.13l-2,1.67a1,1,0,0,0,0,1.54l2,1.67a1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.41L4.56,12l1.08-.9A1,1,0,0,0,5.77,9.69ZM21,9H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"></path></svg>') no-repeat 50% 50%; }
.side .menu { width: 220px; overflow-y: auto; display: flex; flex-direction: column; gap: 20px; position: relative; padding: 8px 20px 0 0; transition: left 0.2s; }
.side .nav { display: block; }
.side .nav span { display: block; font-size: 13.5px; color: var(--w); background-color: var(--black2); border-radius: 8px; padding: 10px 14px; box-sizing: border-box; margin-bottom: 8px; }
.side .nav a { font-size: 14.5px; font-weight: 500; color: var(--black); padding: 12px 14px; border-radius: 8px; margin-bottom: 5px; transition: 0.2s; }
.side .nav a:last-child { margin-bottom: 0; }
.side .nav a:hover { background-color: var(--g02); }
.side .nav a.this { color: var(--blue); font-weight: 600; }
.side.fold { width: 30px; }
.side.fold .menu { left: -240px; height: 0px; overflow-y: hidden; }
.side.fold .side-btn { background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="right-indent-alt"><path fill="%23969da6" d="M3.64,9.56A1,1,0,1,0,2.36,11.1l1.08.9-1.08.9a1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.13l2-1.67a1,1,0,0,0,0-1.54ZM9,5A1,1,0,0,0,8,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,9,5Zm4,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2Zm8,10H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0-8H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z"></path></svg>') no-repeat 50% 50%; }
.side.fold:hover { width: 240px; }
.side.fold:hover .menu { left: 0; height: auto; overflow-y: auto; }

.wrapper { display: flex; gap: 40px; width: 100%; min-height: 100%; padding-top: 60px; max-width: 1900px; position: relative; margin: 0 auto; overflow: hidden; }
.wrapper.min { display: flex; gap: 40px; width: 100%; }
.wrapper.min .section { padding-left: 60px; }
.wrapper.min .side-btn { display: none; }

.section { flex: 1 1 100%; height: fit-content; display: flex; flex-direction: column; gap: 30px; padding: 30px 30px 30px 270px; }
.section.fold { padding-left: 60px; }
.title { font-size: 24px; font-weight: 600; }
.sub-title { height: 34px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; position: relative; }
.sub-title h3 { display: flex; align-items: center; gap: 5px; font-size: 18px; font-weight: 600; }
.sub-title h4 { flex: 1; display: flex; align-items: center; justify-content: space-between; font-size: 18px; font-weight: 600; }
.sub-title i { display: flex; align-items: center; gap: 10px; }
.sub-title i a { display: flex; align-items: center; gap: 5px; background-color: var(--g02); color: var(--gray); font-size: 13.5px; padding: 8px 10px; border-radius: 8px; border: 1px solid var(--border2); box-sizing: border-box; transition: 0.2s; }
.sub-title i a:hover { background-color: var(--g03); }
.sub-title i a svg { width: 16px; height: 16px; fill: var(--gray); }
.sub-title .tab-button { margin-left: 5px; }

.search-box { display: flex; align-items: center; justify-content: space-between; }
.search-box select { height: 36px; }
.search-box i { display: flex; align-items: center; gap: 5px; }
.search-box i > button { display: flex; align-items: center; gap: 2px; height: 36px; background-color: var(--g01); border: 1px solid var(--border); color: var(--gray); font-size: 13px; font-weight: 500; border-radius: 5px; padding: 0 10px; }
.search-box i > button svg { width: 16px; fill: var(--gray); position: relative; top: 1px; }
.search-box i > a { display: flex; align-items: center; gap: 5px; background-color: var(--g02); color: var(--gray); font-size: 13.5px; padding: 8px 10px; border-radius: 8px; border: 1px solid var(--border2); box-sizing: border-box; transition: 0.2s; }
.search-box i > a:hover { background-color: var(--g03); }
.search-box i > a svg { width: 16px; height: 16px; fill: var(--gray); }

.info-box { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.info-box .info-item { flex: 1 1 100%; display: flex; flex-direction: column; gap: 15px; padding: 18px; border: 2px solid var(--border); border-radius: 10px; }
.info-box .info-item p { width: fit-content; padding: 6px 8px; border-radius: 5px; background-color: var(--g02); font-size: 13.5px; color: var(--gray2); }
.info-box .info-item p.red { background-color: var(--red01); color: var(--red); }
.info-box .info-item p.blue { background-color: var(--blue01); color: var(--blue); }
.info-box .info-item span { min-width: max-content; font-size: 15px; color: var(--gray2); }
.info-box .info-item b { font-size: 22px; font-weight: 600; color: var(--black); margin-right: 5px; }

.info-wrap { display: flex; align-items: center; gap: 10px; }
.info-wrap .info-item { flex: 1 1 100%; display: flex; flex-direction: column; gap: 10px; background-color: var(--g01); border-radius: 10px; padding: 15px; }
.info-wrap .info-item > p { flex: 1 1 100%; font-size: 13px; color: var(--gray2); }
.info-wrap .info-item ul { flex: 1; display: flex; gap: 10px; }
.info-wrap .info-item ul li { flex: 1; display: flex; flex-direction: column; gap: 20px; border-radius: 10px; background-color: var(--w); padding: 15px; }
.info-wrap .info-item ul li > p { font-size: 14px; color: var(--gray2); }
.info-wrap .info-item ul li > span { min-width: max-content; font-size: 15px; color: var(--gray2); }
.info-wrap .info-item ul li > span b { font-size: 22px; color: var(--black); font-weight: 600; margin-right: 5px; }

.page { display: flex; align-items: center; justify-content: center; gap: 2px; margin-top: 20px; }
.page a { font-size: 13px; color: var(--gray2); display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid transparent; border-radius: 5px; }
.page a:hover { background-color: var(--g02); }
.page a svg { fill: var(--gray2); }
.page > a:nth-child(1) svg { width: 24px; }
.page > a:nth-child(2) svg { width: 22px; }
.page > a:nth-child(4) svg { width: 22px; }
.page > a:nth-child(5) svg { width: 24px; }
.page ul { display: flex; align-items: center; gap: 2px; }
.page ul li.this a { border-color: var(--gray2); color: var(--black); }

.table-box table thead th { border-top: 2px solid var(--gray); border-bottom: 2px solid var(--gray); text-align: left; }
.table-box table tbody th { border-right: 2px solid var(--border); border-bottom: 1px solid var(--border); }
.table-box table tbody td { text-align: left; border-bottom: 1px solid var(--border); position: relative; }
.table-box.border table tbody { border-top: 1px solid var(--border); }
.table-box.border table tbody th:last-child { border-right: none; }
.table-box.border table tbody td { border-right: 1px solid var(--border); }
.table-box.border table tbody td:last-child { border-right: none; }
.table-box.border table tbody tr:last-child th { border-bottom-width: 1px; }
.table-box.center table th { text-align: center; }
.table-box.center table td { text-align: center; }
.table-box.table-border table { border: 1px solid var(--border); }
.table-box.table-border table thead th { border: 1px solid var(--border); border-top: 2px solid var(--gray); }
.table-box.table-border table tbody td { border: 1px solid var(--border); }

.th-table table thead th { border-left: 1px solid var(--border); }
.th-table table thead th:first-child { border-left: none; }
.th-table table tbody th { background-color: var(--g01); border-right: 1px solid var(--border); }

.calendar-table { display: flex; gap: 10px; }
.calendar-table table { border: 1px solid var(--border); }
.calendar-table table thead th { border: 1px solid var(--border); background-color: var(--black01); }
.calendar-table table tbody th { height: 30px; border: 1px solid var(--border); background-color: var(--border2); }
.calendar-table table tbody td { height: 30px; border: 1px solid var(--border); font-size: 12px; }
.calendar-table table tbody td.center { font-size: 13.5px; font-weight: 600; background-color: var(--black01); }
.calendar-table table tbody td.bg { background-color: var(--black02); }

.tab-box { display: flex; gap: 15px; border-bottom: 1px solid var(--border); }
.tab-box a { font-size: 16px; color: var(--gray2); padding: 0 10px 10px 10px; position: relative; border-bottom: 2px solid transparent; bottom: -2px; }
.tab-box a.this { color: var(--black); border-color: var(--black); font-weight: 600; }
.tab-box button { font-size: 14px; color: var(--gray2); padding: 0 10px 10px 10px; position: relative; border-bottom: 2px solid transparent; bottom: -2px; }
.tab-box button.this { color: var(--black); border-color: var(--black); font-weight: 500; }
.tab-button { width: fit-content; display: flex; gap: 5px; background-color: var(--g02); border-radius: 5px; padding: 4px; }
.tab-button button { display: flex; align-items: center; gap: 5px; font-size: 13.5px; padding: 6px; border-radius: 5px; color: var(--gray2); }
.tab-button button.this { background-color: var(--w); color: var(--black); font-weight: 500; }

/* ·Î±×ÀÎ */
.login-wrap { width: 100%; height: 100%; background-color: #f8fafe; }
.login-box { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.login-box > p { font-size: 13px; color: var(--gray2); }
.login-form { display: flex; flex-direction: column; gap: 20px; width: 400px; padding: 40px; border: 1px solid var(--border); border-radius: 10px; box-sizing: border-box; background-color: var(--w); }
.login-form i { display: flex; flex-direction: column; gap: 8px; }
.login-form i label { font-size: 13px; padding: 0 5px; }
.login-form i input { height: 40px; }
.login-form a { width: 100%; line-height: 45px; text-align: center; font-size: 14px; color: var(--w); background-color: var(--black); border-radius: 10px; }
.login-form .check-box { margin-top: -5px; }

/* ¸ÞÀÎ */
.main-box { display: flex; flex-wrap: wrap; gap: 15px; margin-top: -15px; }
.main-top { flex: 1; height: fit-content; padding: 10px 15px 15px 15px; border: 3px solid transparent; border-radius: 10px; background: var(--linear); box-sizing: border-box; }
.main-item { flex: 1; height: fit-content; padding: 10px 15px 15px 15px; border: 3px solid var(--border); border-radius: 10px; background-color: var(--w); box-sizing: border-box; }
.main-item:first-child { min-width: 820px; }
.main-item:last-child { min-width: 560px; min-height: 359.5px; }
.main-item .tab-box { margin-bottom: 15px; }

/* ÁÖ°£¾÷¹« */
.date-picker { display: flex; align-items: center; justify-content: center; gap: 10px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.date-picker p { width: 26px; height: 26px; border-radius: 100%; border: 1px solid var(--border); position: relative; box-sizing: border-box; cursor: pointer; }
.date-picker p svg { width: 24px; height: 24px; fill: var(--gray); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.date-picker span { font-size: 18px; font-weight: 600; letter-spacing: -0.2px; }

.date-table { width: 100%; display: flex; flex-wrap: wrap; border-radius: 10px; border: 3px solid var(--border); background-color: var(--w); overflow: hidden; }
.date-table.edit-work ul:has(.day):hover { cursor: pointer; box-shadow: inset 0 0 0 2px var(--blue); border-radius: 5px; }
.date-table.edit-weekly ul:hover { cursor: pointer; box-shadow: inset 0 0 0 2px var(--blue); border-radius: 5px; }
.date-item { width: calc(100% / 5); display: flex; flex-direction: column; }
.date-item .date { display: flex; align-items: center; gap: 5px; height: 37px; line-height: 37px; font-size: 13.5px; font-weight: 600; padding: 0 12px; background-color: var(--g01); }
.date-item .day { font-size: 13.5px; font-weight: 600; }
.date-item ul { flex: 1; min-height: 150px; padding: 12px; display: flex; flex-direction: column; gap: 8px; border-left: 1px solid var(--border); border-top: 1px solid var(--border); box-sizing: border-box; }
.date-item:nth-child(-n+5) ul { border-top: none; }
.date-item:nth-child(5n+1) ul { border-left: none; }
.date-item:first-child ul { border-left: none; }
.date-item ul li { display: flex; align-items: center; gap: 10px; position: relative; }
.date-item ul li span { font-size: 13.5px; font-weight: 500; max-width: calc(100% - 60px); padding: 5px 0; }
.date-item ul li p { width: fit-content; font-size: 11.5px; font-weight: 500; padding: 4px 8px; border-radius: 50px; color: var(--blue); background-color: var(--blue01); }
.date-item ul li p.mo { color: var(--blue); background-color: var(--blue01); }
.date-item ul li p.st { color: var(--or); background-color: var(--or01); }
.date-item ul li p.me { color: var(--red); background-color: var(--red01); }
.date-item ul li p.sup { color: var(--sky); background-color: var(--sky01); }
.date-item ul li p.mg { color: var(--pur); background-color: var(--pur01); }
.date-item ul li p.vac { color: var(--gr); background-color: var(--gr01); }

/* ºÎ¼­º° ÁÖ°£¾÷¹« */
.weekly-table table tbody td input { width: 100%; height: 100%; border-color: transparent; position: absolute; left: 0; top: 0; border-radius: 0; }
.weekly-table table tbody td input:hover { cursor: pointer; border-color: var(--blue); }
.weekly-table table tbody td { text-align: left !important; }
.weekly-table .weekly-item { display: flex; align-items: center; justify-content: center; background-color: var(--blue2); width: 100%; height: 90%; border-radius: 5px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; }
.weekly-table .weekly-item.w100 { width: 100%; }
.weekly-table .weekly-item.w200 { width: calc(200% + 1px); }
.weekly-table .weekly-item.w300 { width: calc(300% + 2px); }
.weekly-table .weekly-item.w400 { width: calc(400% + 4px); }
.weekly-table .weekly-item.w500 { width: calc(500% + 6px); }

/* ÁÖ°£ ¾÷¹« ÀüÃ¼ Ãâ·Â */
.print_container { background-color: #fff; width: 100%; height: 100vh; position: relative; }
.print_wrap { width: 1080px; margin: 0 auto; }
.print_wrap .flex { display: flex; justify-content: space-between; flex-wrap: nowrap !important; gap: 0 !important; }
.print_tit { width: 100%; height: 35px; position: relative; border: 2px solid #111; background-color: #eee; }
.print_tit h1 { font-size: 16px; font-weight: bold; letter-spacing: -0.4px; line-height: 33px; position: absolute; left: 50%; transform: translate(-50%); }
.print_tit b { font-size: 13px; line-height: 33px; font-weight: bold; position: absolute; width: 120px; left: 20px; text-align: left; }
.print_tit span { font-size: 13px; line-height: 33px; font-weight: bold; position: absolute; width: 191.5px; right: 0; text-align: left; }
.print_table { border: 2px solid #111; table-layout: fixed; }
.print_table thead th { border-bottom: 2px solid #111; background-color: #d5d5d5; }
.print_table thead th:first-child { border-right: 2px solid #111; }
.print_table tbody td { height: 22px; padding: 0; background-color: #fff; font-size: 11px; color: #111; border: 1px solid #111; border-top: none; border-bottom: 1px dotted #111; text-align: left; padding: 0 5px; letter-spacing: -0.4px; }
.print_table tbody tr.border_top { border-top: 1px solid #111; }
.print_table tbody td.blank { border: 1px solid #111; }
.print_table tbody th { border-right: 2px solid #111; line-height: 16px; background-color: #f3f3f3; }
.print_table th { height: 28px; background-color: #fff; font-size: 13px; color: #111; font-weight: bold; border: 1px solid #111; box-sizing: border-box; }
.flex .print_table { width: calc(50% - 2.5px); }

/* °øÁö»çÇ× */
.notice { width: calc(100% / 2 - 7.5px); display: flex; flex-direction: column; gap: 8px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ffd291 0%, #ff9fcb 100%) border-box; border-radius: 10px; border: 2px solid transparent; padding: 15px; border-radius: 10px; margin: -15px 0; }
.notice h3 { display: flex; align-items: center; gap: 5px; font-size: 15px; font-weight: 600; padding: 0 8px; }
.notice h3 img { position: relative; top: -2px; }
.notice ul { width: 100%; display: flex; gap: 10px; }
.notice ul li { width: calc(100% / 2 - 5px); font-size: 13px; padding: 12px; border-radius: 10px; background-color: var(--w); border: 1px solid var(--border); box-sizing: border-box; }
.notice ul li.done { width: 100%; height: auto; color: var(--gray); text-align: center; position: relative; top: auto; }

/* ÂüÁ¶»çÇ× */
.consult { width: calc(100% / 2 - 7.5px); display: flex; flex-direction: column; gap: 8px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5fdaea 0%, #8ebdff 100%) border-box; border-radius: 10px; border: 2px solid transparent; padding: 15px; border-radius: 10px; margin: -15px 0; }
.consult h3 { display: flex; align-items: center; gap: 5px; font-size: 15px; font-weight: 600; padding: 0 8px; }
.consult h3 img { position: relative; top: -2px; }
.consult ul { width: 100%; display: flex; gap: 10px; }
.consult ul li { width: calc(100% / 2 - 5px); display: flex; align-items: center; justify-content: space-between; font-size: 13px; padding: 12px; border-radius: 10px; background-color: var(--w); border: 1px solid var(--border); box-sizing: border-box; }
.consult ul li span { width: calc(100% - 80px); }
.consult ul li.done { width: 100%; height: auto; color: var(--gray); justify-content: center; position: relative; top: auto; }

/* °³º°¸í¼¼ */
.user-box ul { display: flex; flex-wrap: wrap; gap: 15px; width: 100%; padding: 20px; background-color: var(--g01); border: 2px solid var(--border); border-radius: 10px; box-sizing: border-box; }
.user-box ul li { flex: 1 1 45%; display: flex; align-items: center; gap: 10px; height: 30px; }
.user-box ul li p { font-size: 14px; color: var(--gray); width: 60px; }
.user-box ul li input { height: 30px; }
.user-box ul li span { font-size: 14px; }

/* ÆË¾÷ */
.popup { min-width: auto; }
.popup-wrap { padding: 0 20px 20px 20px; }
.popup-title { padding: 20px; }
.popup-title h3 { font-size: 20px; font-weight: 600; }
.popup-bottom { display: flex; align-items: center; justify-content: center; gap: 5px; }
.popup-bottom a { font-size: 13px; background-color: var(--blue); color: var(--w); padding: 8px 12px; border-radius: 4px; border: 1px solid var(--border2); }
.popup-bottom a.popup-cancel { background-color: var(--g02); color: var(--gray); }
.popup-bottom a.del-btn { background-color: var(--red); color: var(--w); }
.popup .th-table table th { background-color: var(--black03) !important; border: 1px solid var(--border) !important; }
.popup .th-table table td { border: 1px solid var(--border) !important; }

.sel-item { display: flex; flex-direction: column; gap: 20px; }
.sel-item i { display: flex; align-items: center; gap: 10px; }
.sel-item i textarea { flex: 1; height: 80px; font-size: 14px; font-weight: 500; }
.sel-item i input { flex: 1; height: 40px; font-size: 14px; font-weight: 500; }
.sel-item i select { flex: 1; height: 40px; font-size: 14px; font-weight: 500; }
.sel-item i span { width: 50px; min-width: 50px; font-size: 13.5px; color: var(--gray); }
.sel-item i.top { align-items: start; }
.sel-item i.top span { padding-top: 10px; }
.sel-item i ul { display: flex; flex-wrap: wrap; gap: 15px; border: 1px solid var(--border); border-radius: 5px; padding: 10px; }

/* ±¸¸Å½ÅÃ» ÆË¾÷ */
.request-app table td { padding: 5px; }
.request-app table td input { width: 100%; height: 28px; border: 1px solid var(--border3); border-radius: 0; }
.request-app table td select { width: 100%; height: 28px; border: 1px solid var(--border3); border-radius: 0; }
.request-app table td textarea { width: 100%; height: 100%; border: 1px solid var(--border3); border-radius: 0; }

/* ¹ýÀÎÄ«µå³»¿ª µî·Ï ÆË¾÷ */
.card-set table td { padding: 5px; }
.card-set table td input { width: 100%; height: 28px; border: 1px solid var(--border3); border-radius: 0; }
.card-set table td select { width: 100%; height: 28px; border: 1px solid var(--border3); border-radius: 0; }
.card-set table td textarea { width: 100%; height: 100%; border: 1px solid var(--border3); border-radius: 0; }

/* ±Ù·Î°è¾à¼­ ÆË¾÷ */
.user-contract h3 { font-size: 34px; font-weight: 500; letter-spacing: 1rem; padding: 20px; text-align: center; margin-bottom: 30px; }
.user-contract h4 { font-size: 17px; margin-bottom: 15px; }
.user-contract b { display: block; font-size: 15px; line-height: 1.4; margin: 20px 0; }
.user-contract p { font-size: 15px; line-height: 1.8; margin-bottom: 15px; }

/* ·¹ÀÌ¾î */
.layer { width: min-content; opacity: 0; visibility: hidden; min-width: 400px; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-40%); padding: 6px 25px 25px 25px; border-radius: 10px; background-color: var(--w); background: var(--linear); border: 2px solid transparent; box-shadow: var(--shadow); z-index: 100; }
.layer.on { opacity: 1; visibility: visible; transform: translate(-50%,-50%); transition: 0.2s; }
.layer-title { padding: 20px 0; }
.layer-title h3 { font-size: 18px; font-weight: 600; }
.layer-bottom  { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 20px; }
.layer-bottom a { font-size: 13px; background-color: var(--blue); color: var(--w); padding: 8px 12px; border-radius: 4px; border: 1px solid var(--border2); }
.layer-bottom a.layer-cancel { background-color: var(--g02); color: var(--gray); }
.layer-text { display: flex; flex-direction: column; gap: 10px; width: max-content; max-height: 600px; padding-right: 15px; overflow-y: auto; }
.layer-text h1 { font-size: 14px; font-weight: 600; }
.layer-text p { font-size: 13px; line-height: 1.4; }
.layer .th-table table th { background-color: var(--black03) !important; border: 1px solid var(--border) !important; }
.layer .th-table table td { border: 1px solid var(--border) !important; }

/* ¿¬Â÷¼³Á¤ ·¹ÀÌ¾î */
.annual-set { padding-top: 5px; }

/* ¿¬Â÷ »ó¼¼º¸±â ·¹ÀÌ¾î */
.annual-view { width: 910px; height: 430px; }
.annual-view .year_box_t { width: 100%; height: 40px; border: 1px solid var(--black); display: flex; align-items: center; justify-content: center; position: relative; }
.annual-view .year_box_t span { font-weight: bold; position: relative; z-index: 1; }
.annual-view .year_box_t p { height: 100%; background-color: var(--y); position: absolute; left: 0; top: 0; content: ''; width: calc(100% / 16 * 15); }

/* ±âÅ¸±Ù¹« ÀÏ°ýµî·Ï */
.other-multiple { padding-top: 5px; width: 606px; }

/* ºñ¹Ð¹øÈ£ º¯°æ ·¹ÀÌ¾î */
.pw-set { min-width: auto; width: 250px; height: 180px; }
.pw-set input { width: 100%; font-size: 14px; }
