2022-08-18 06:21:44 +00:00
|
|
|
#fadeDiv{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
background-color: #00000050;
|
2022-10-12 08:40:48 +00:00
|
|
|
z-index: 2090;
|
2022-08-18 06:21:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#fadeDiv > div{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
background-color: #ffffff;
|
2022-08-30 09:25:46 +00:00
|
|
|
}
|
|
|
|
|
|
2022-10-25 02:36:32 +00:00
|
|
|
#fadeSearchDiv{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
background-color: #00000050;
|
|
|
|
|
z-index: 2090;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#fadeSearchDiv > div{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-30 09:25:46 +00:00
|
|
|
.activeTr{
|
|
|
|
|
--bs-bg-opacity: 0.25;
|
|
|
|
|
background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
|
2022-09-02 09:32:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menuDiv{
|
|
|
|
|
width: 250px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 180px;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
border-left: 1px solid;
|
|
|
|
|
border-right: 1px solid;
|
2022-09-27 09:24:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-xxl{
|
|
|
|
|
--bs-modal-width : 1440px;
|
2022-10-31 08:24:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*사이드바 카테고리 트리*/
|
|
|
|
|
.btn-toggle:hover, .btn-toggle:focus {
|
|
|
|
|
color: rgba(0, 0, 0, .85);
|
|
|
|
|
background-color: #d2f4ea;
|
|
|
|
|
}
|
|
|
|
|
.btn-toggle::before {
|
|
|
|
|
width: 1.25em;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
content: url("/img/bootstrap-icons-1.9.1/caret-right-fill.svg");
|
|
|
|
|
transition: transform .35s ease;
|
|
|
|
|
transform-origin: 0.5em 50%;
|
|
|
|
|
}
|
|
|
|
|
.btn-toggle[aria-expanded="true"]::before {
|
|
|
|
|
content: url("/img/bootstrap-icons-1.9.1/caret-down-fill.svg");
|
|
|
|
|
/*왜 안돌까?*/
|
|
|
|
|
/*transform: rotate(90deg);*/
|
2022-11-02 06:08:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fs-13{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
.fs-11{
|
|
|
|
|
font-size: 11px;
|
2022-11-03 03:48:58 +00:00
|
|
|
}
|
2022-11-09 09:37:35 +00:00
|
|
|
.fs-10{
|
2022-11-10 09:58:50 +00:00
|
|
|
font-size: 10px;
|
2022-11-09 09:37:35 +00:00
|
|
|
}
|
2022-11-03 03:48:58 +00:00
|
|
|
.fsw-13{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
}
|
|
|
|
|
.pl-15{
|
|
|
|
|
padding-left: 15%;
|
2022-11-03 08:47:47 +00:00
|
|
|
}
|
2022-11-04 07:34:38 +00:00
|
|
|
.pl-23{
|
|
|
|
|
padding-left: 23%;
|
|
|
|
|
}
|
2022-11-03 08:47:47 +00:00
|
|
|
.display-none{
|
|
|
|
|
display:none
|
2022-11-07 09:38:14 +00:00
|
|
|
}
|
|
|
|
|
#subModalBody{
|
|
|
|
|
white-space: nowrap;
|
2022-11-16 09:52:26 +00:00
|
|
|
}
|
|
|
|
|
.statusInput::-webkit-outer-spin-button,
|
|
|
|
|
.statusInput::-webkit-inner-spin-button{
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
margin: 0;
|
2022-08-19 05:30:04 +00:00
|
|
|
}
|