@charset "UTF-8";
@import "../bootstrap/scss/bootstrap.css";
@import 'components/sidepanel.css';
@import 'components/sidebar_figma.css';
@import 'components/sidebar_folder.css';
@import 'components/table.css';
@import 'components/user_menu_modal.css';
@import 'components/table_footer.css';
@import 'components/toast.css';
@import 'components/select2.css';
@import 'components/popup.css';
@import 'screen/employee.css';
@import 'screen/system_management.css';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn-container {
  display: flex;
  gap: 8px;
}

button.primary {
  background-color: #246FF4;
  color: #F7F9FB;
  border: none;
}
button.primary:hover {
  background-color: #0054E6;
  color: #F7F9FB;
  cursor: pointer;
}
button.primary:disabled {
  background-color: #9EBFFA;
  color: #F7F9FB;
  cursor: not-allowed;
}
button.secondary {
  background-color: #3E3E3E;
  color: #F8F8F8;
  border: none;
}
button.secondary:hover {
  background-color: #333333;
  color: #F8F8F8;
  cursor: pointer;
}
button.secondary:disabled {
  background-color: #BBBBBB;
  color: #F8F8F8;
  cursor: not-allowed;
}
button.neutral {
  background-color: #F3F4F4;
  color: #777777;
  border: none;
}
button.neutral:hover {
  background-color: #E4E6E8;
  color: #777777;
  cursor: pointer;
}
button.neutral:focus {
  background-color: #F3F4F4;
  color: #777777;
  border: 1px solid #BBBBBB;
  cursor: pointer;
}
button.white {
  background-color: rgb(255, 255, 255);
  color: #969696;
  border: 1px solid #DDDDDD;
}
button.white:hover {
  background-color: #F8F8F8;
  color: #969696;
  cursor: pointer;
}
button.white:focus {
  background-color: #F8F8F8;
  color: #969696;
  cursor: pointer;
}
button.white:disabled {
  background-color: rgb(255, 255, 255);
  color: #DDDDDD;
  cursor: not-allowed;
  border: 1px solid #EBECEE;
}
button.fixed-L {
  width: 8.75rem;
  height: 3rem;
  border-radius: 0.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
button.fixed-M {
  width: 6.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
button.hug-M {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
button.hug-M img {
  margin-right: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
button.hug-S {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0rem 0.5rem;
  border-radius: 0.375rem;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
button.hug-S img {
  margin-right: 0.375rem;
  width: 1.25rem;
  height: 1.25rem;
}
button.hug-XS {
  display: inline-flex;
  align-items: center;
  height: 1.625rem;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}
button.hug-L {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
button.fill-S {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  width: 100%;
  padding: 0.375rem 1.25rem;
  border-radius: 0.375rem;
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.input-group label.input {
  display: block;
  color: rgb(0, 0, 0);
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

input {
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 0.375rem;
  font-family: "Pretendard", sans-serif;
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(0, 0, 0);
  outline: none;
}
input:placeholder {
  color: #AAAAAA;
}
input:focus {
  border-color: #246FF4;
}
input:disabled {
  background-color: #F8F8F8;
  color: #AAAAAA;
  cursor: not-allowed;
}
input.error {
  border-color: #EB4D3D;
}
input.success {
  border-color: #2ABB7F;
}
input[readonly] {
  background-color: #F8F8F8;
  color: #666666;
  cursor: not-allowed;
}

select:disabled {
  background-color: #F8F8F8;
  color: #AAAAAA;
  cursor: not-allowed;
}

.headline-h1 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.headline-h2 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.headline-h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.headline-h4 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.headline-h5 {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.label-h1 {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.label-h2 {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.label-h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.label-h4 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.label-h5 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.label-h6 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.body-h1 {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.body-h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.body-h4 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.body-h5 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.body-h6 {
  font-family: "Pretendard", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1rem;
}

.chip-blue {
  font-family: "Pretendard", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  padding: var(--Space-050, 2px) 8px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #EBF5FF;
  color: #246FF4;
}

/* Responsive styles */
@media (max-width: 1320px) {
  .sidebar {
    width: 60px;
  }
  .sidebar .item {
    text-align: center;
  }
  .main-content {
    margin-left: 60px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .main-content {
    margin-left: 0;
  }
  .header {
    height: 60px;
  }
}
@media (max-width: 512px) {
  .header {
    height: 60px;
    padding: 0 10px;
  }
  .header .icon {
    margin-right: 5px;
  }
}
html,
body {
  margin: 0;
  height: 100%;
  font-family: "Pretendard", sans-serif;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.sidebar-container {
  display: flex;
  flex: 1;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

.sidebar {
  width: 56px;
  /* 초기 너비를 56px로 설정 */
  background-color: #fff;
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto;
  z-index: 2;
}

#sidebar-folder {
  height: 100%;
}

.sidebar-nav {
  height: 100%;
}

.sidebar.expanded {
  width: 240px;
  height: 100%;
  box-shadow: 4px 0px 40px rgba(0, 0, 0, 0.1);
  transition: width 0.3s, box-shadow 0.3s;
  /* 마우스가 올라갈 때만 transition 적용 */
}

.sidebar::-webkit-scrollbar {
  width: 0;
  background: transparent;
  /* Chrome/Safari/Webkit */
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}

.main-content {
  flex: 1;
  overflow: hidden;
  height: 100%;
}

th {
  white-space: nowrap;
}

.modal,
.modal-content,
.dropdown,
.dropdown-menu,
.side-panel {
  font-family: "Pretendard", sans-serif;
}

.table-container {
  width: 100%;
  height: 100%;
}

.table-main-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.search-container {
  display: flex;
  width: 380px;
  height: 100%;
  padding: 20px 16px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Space-200, 8px);
  align-self: stretch;
}

.table-search-container {
  display: flex;
  height: 100%;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

#overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-dialog,
.room-modal-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.auto-modal-dialog {
  width: auto;
  height: auto;
}

.auto-modal-content {
  width: 100%;
  height: 100%;
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.auto-modal-btn-box {
  width: 100%;
}

.tooltip-inner {
  max-width: 300px;
  padding: 8px 12px;
  color: #333333;
  text-align: left;
  border-radius: var(--Radius-r300, 6px);
  border: 1px solid var(--Border-border-default, #DDD);
  background: var(--Background-bg1, #FFF);
  /* input-set-shadow */
  box-shadow: 1px 1px 24px 4px var(--black-black100, rgba(0, 0, 0, 0.05));
  font-size: 14px;
  line-height: 1.4;
}

.tooltip.show {
  opacity: 1;
}

.menu-link {
  cursor: pointer;
  flex: 1 1 0;
  color: #666666;
  font-size: 14px;
  font-family: Pretendard;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.menu-link.active {
  color: #246FF4 !important;
  font-weight: 600 !important;
}

@media (max-width: 1320px) {
  .main-content {
    margin-left: 0px;
  }
}
.table-setting-btn {
  display: none !important;
}/*# sourceMappingURL=style.css.map */