@charset "UTF-8";
.sidebar[data-v-7d622f5c] {
  background: #2b2b2b;
  width: clamp(210px, 15%, 256px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sidebar.hide[data-v-7d622f5c] {
    left: calc(clamp(210px, 15%, 256px) * -0.95);
}
.sidebar.hide .sidebar__toggle--btn[data-v-7d622f5c] {
      right: -10%;
}
.sidebar.hide .sidebar__toggle--btn[data-v-7d622f5c]::after {
        content: "≡";
        left: 55%;
}
.sidebar__scroll[data-v-7d622f5c] {
    height: 100%;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.sidebar__scroll[data-v-7d622f5c]::-webkit-scrollbar {
      width: 6px;
      -webkit-appearance: none;
}
.sidebar__scroll[data-v-7d622f5c]::-webkit-scrollbar-track {
      border-radius: 0;
      margin: 0;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border: 2px solid transparent;
}
.sidebar__scroll[data-v-7d622f5c]::-webkit-scrollbar-thumb {
      border-radius: 0;
      background: transparent;
      border: 2px solid transparent;
      box-shadow: inset 0 0 6px #4d4d4d;
}
.sidebar__scroll[data-v-7d622f5c]::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(43, 43, 43, 0.3);
}
.sidebar__scroll[data-v-7d622f5c]::-webkit-scrollbar-thumb {
      box-shadow: inset 0 0 6px #919191;
}
.sidebar__toggle[data-v-7d622f5c] {
    position: relative;
    width: 100%;
}
.sidebar__toggle--btn[data-v-7d622f5c] {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #707070;
      position: absolute;
      right: -3%;
      top: 1rem;
      z-index: 9;
      transition: 0.5s;
}
.sidebar__toggle--btn[data-v-7d622f5c]::after {
        content: "×";
        font-weight: 900;
        position: absolute;
        font-size: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s;
}
.sidebar__project[data-v-7d622f5c] {
    padding: 15%;
}
.sidebar__project .img-box[data-v-7d622f5c] {
      height: 50px;
}
.sidebar__project .img-box img[data-v-7d622f5c] {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
}
.sidebar__identify[data-v-7d622f5c] {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 3rem;
}
.sidebar .sidebar__nav .nav-list[data-v-7d622f5c]:hover, .sidebar__nav .sidebar .nav-list[data-v-7d622f5c]:hover {
    background: rgba(5, 5, 5, 0.5);
    color: #ffffff;
}
.sidebar .sidebar__nav .nav-list.active[data-v-7d622f5c], .sidebar__nav .sidebar .nav-list.active[data-v-7d622f5c] {
    background: #171717;
    color: #ffffff;
}
.sidebar__nav[data-v-7d622f5c] {
    flex-grow: 1;
    margin-bottom: 3rem;
    padding: 0 1rem;
}
.sidebar__nav .nav-list[data-v-7d622f5c] {
      padding: 0.9rem 10%;
      position: relative;
      border-radius: 0.7rem;
      display: flex;
      align-items: center;
      margin-bottom: 0.3rem;
}
.sidebar__nav .nav-list i[data-v-7d622f5c] {
        margin-right: 0.5rem;
}
.sidebar__nav .nav-child[data-v-7d622f5c] {
      border-radius: 0.7rem;
      background: #232323;
      margin-bottom: 0.3rem;
}
.sidebar__nav .nav-child.hide[data-v-7d622f5c] {
        background: transparent;
}
.sidebar__nav .nav-child.hide .nav-child__header[data-v-7d622f5c]::after {
          transform: rotate(0deg);
}
.sidebar__nav .nav-child.hide .nav-child__body[data-v-7d622f5c] {
          height: 0;
}
.sidebar__nav .nav-child .nav-list[data-v-7d622f5c] {
        margin-bottom: 0;
}
.sidebar__nav .nav-child__header[data-v-7d622f5c] {
        cursor: pointer;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.sidebar__nav .nav-child__header > p[data-v-7d622f5c] {
          display: flex;
          align-items: center;
}
.sidebar__nav .nav-child__header[data-v-7d622f5c]::after {
          content: "▾";
          font-weight: 900;
          margin-left: 0.5rem;
          transform: rotate(180deg);
          transition: 0.5s;
}
.sidebar__nav .nav-child__body[data-v-7d622f5c] {
        height: auto;
        overflow: hidden;
}
.sidebar__nav .nav-child__body > .nav-list[data-v-7d622f5c] {
          padding: 0.9rem 10% 0.9rem 20%;
}

main.main {
  width: calc(100% - clamp(210px, 15%, 256px));
  position: fixed;
  right: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  transition: 0.5s;
  z-index: 1;
}
main.main.full {
  width: calc(100% - (clamp(210px, 15%, 256px) * 0.05));
}
main.main .main__content {
  padding: 3.5rem 2.5rem;
  min-width: 1000px;
}
main.main.full .toggle-menu {
  transform: scaleX(-1);
}
.toggle-menu {
  position: absolute;
  font-size: 1.5rem;
  opacity: 0.6;
  top: 0.2rem;
  left: 0.3rem;
  cursor: pointer;
  transition: 0.5s;
  transform: scaleX(1);
  color: rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

