@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  hyphens: auto;
}

html:focus-within {
  scroll-behavior: smooth; /* for English */
}

a {
  text-decoration: none;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

textarea:focus,
select:focus,
input:focus,
button:focus,
a:focus {
  outline: none !important;
}

.utf-8 {
  content: "Für charset"; /* DO NOT remove this */
}

:root {
  --font-family-default: "Inter", sans-serif;
  --font-weight-default: 400;
  --font-color-default: hsl(0, 0%, 24%);
  --font-size-default: 1.5rem; /*  px */
  --primary-color: #713bdd;
  --zindex-sidenav: 907;
  --zindex-sidenav-checked: 1017;
  --zindex-topnav: 1000;
  --page-max-width: 110rem;
  --page-header-height: 9rem;
  --page-padding-inline: 4rem;
  --page-padding-inline-mobile: 1.2rem;
  --left-panel-width: 25rem;
  --left-panel-width-mobile: var(--left-panel-width);
  --left-panel-width-min: 7rem;
  --left-panel-bg: hsl(240, 31%, 98%);
  --left-panel-border: hsl(240, 33%, 95%);
  --border-color: #c3c3c3;
  --elm-radius: 0.4rem;
  --elm-height: 4rem;
  --btn-height: var(--elm-height);
  --btn-line-height: var(--elm-height);
  --btn-radius: var(--elm-radius);
}

html {
  font-size: 62.5% !important; /* 1rem is set to 10px */
}

body {
  font-family: var(--font-family-default);
  font-weight: var(--font-weight-default);
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  overflow-x: hidden;
}

a {
  color: var(--font-color-default);
}

a:hover {
  color: var(--primary-color);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.btn-group {
  box-shadow: none;
}
.btn-group:hover, .btn-group:focus, .btn-group:active {
  box-shadow: none;
}

.btn-wrap {
  align-items: center;
  display: flex;
  column-gap: 1rem;
}

.btn {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  border-radius: var(--btn-radius);
  padding: 1.2rem 1.7rem;
  font-size: calc(var(--font-size-default) - 0.1rem);
  line-height: 100%;
  white-space: nowrap;
  border-width: 0;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
}
.btn:hover {
  filter: saturate(1.2) brightness(1.2);
}
.btn .btn .material-symbols-outlined {
  font-size: 1.4rem;
  margin-right: 0.3rem;
}

[class*=btn-outline] {
  color: var(--primary-color);
  border-width: 1px;
  border-color: var(--primary-color);
  background-color: white;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: calc(var(--font-size-default) - 0.2rem);
}

.chip-wrap {
  display: flex;
  column-gap: 0.5rem;
}

.chip {
  display: flex;
  align-items: center;
  font-size: calc(var(--font-size-default) - 0.1rem);
  white-space: nowrap;
  background-color: hsla(0deg, 0%, 76%, 0.2);
  padding: 0.6rem 0.8rem 0.7rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
}

.dark-mode .chip {
  color: hsla(255deg, 100%, 100%, 0.6);
}
.dark-mode .chip-selected {
  background-color: var(--primary-color);
  filter: brightness(0.6);
  border: solid 1px var(--primary-color);
  color: white;
}

.chip-selected {
  background-color: white;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}

.chip .material-symbols-outlined {
  font-size: 1.6rem;
  margin-left: 0.3rem;
}

/* Common style for the responsive tables
---------------------------------------------------------- */
:root {
  ge-padding-inline-mobile: 1.2rem;
}

.profile-intable {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.table-top-line {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.restable.restable-nowrap .cotable-cell.tb-user-name {
  justify-content: left;
}

.m-only {
  display: none !important;
}

.restable {
  margin-bottom: 1.2rem;
}

.restable .btn-wrap {
  margin-bottom: 0;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  justify-content: center;
}

.restable.restable-nowrap .cotable-cell-head,
.restable.restable-nowrap .cotable-cell {
  overflow: hidden !important;
  white-space: nowrap;
  transition: 0.4s ease-in-out;
}

.restable.restable-nowrap .cotable-row:hover .cotable-cell:last-child,
.restable.restable-nowrap .cotable-cell-head:last-child,
.restable.restable-nowrap .cotable-cell:last-child {
  border-right: 0 none;
}

.restable.restable-nowrap .btn-wrap {
  flex-wrap: nowrap;
}

.restable .align-l {
  justify-content: flex-start;
  text-align: left;
}

.restable .align-r {
  justify-content: flex-end;
  text-align: right;
}

.gsico-more-intable {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  width: 1rem;
  min-width: 1rem !important;
  height: 100%;
}

/* Responsive column-oriented table
---------------------------------------------------------- */
.column-oriented-table {
  position: relative;
}

.cotable-head,
.cotable-row {
  display: grid;
  padding: 0;
  transition: 0.4s ease-in-out;
}

.cotable-row {
  cursor: pointer;
}

.cotable-head-wrap {
  position: relative;
  margin-bottom: 1rem;
}

.cotable-head {
  border-top: solid 1px hsl(240deg, 33%, 80%);
  border-bottom: solid 1px hsl(240deg, 33%, 80%);
  color: hsl(240deg, 25%, 55%);
}

.cotable-row:hover {
  background: hsl(258deg, 50%, 96%);
}

.dark-mode .cotable-head {
  border-top: solid 1px hsla(240deg, 33%, 80%, 0.5);
  border-bottom: solid 1px hsla(240deg, 33%, 80%, 0.5);
  color: hsl(240deg, 25%, 75%);
}
.dark-mode .cotable-row {
  border-bottom: solid 1px hsla(0deg, 0%, 100%, 0.2);
  color: hsla(255deg, 100%, 100%, 0.5);
}
.dark-mode .cotable-row:hover {
  background: hsla(248deg, 25%, 46%, 0.4);
}

.cotable-cell-head,
.cotable-cell,
.rotable-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  text-align: center;
}

.cotable-cell-head {
  padding: 1.6rem 2rem;
}

/* Responsive row-oriented table
---------------------------------------------------------- */
/* Paging
---------------------------------------------------------- */
.pagination {
  align-items: center;
  display: flex;
  padding: 1.5rem var(--page-padding-inline) 1.5rem var(--page-padding-inline);
}

.page-item .page-link {
  height: var(--elm-height);
  text-align: center;
}

.page-item {
  margin-left: 1rem;
}

.page-item.active .page-link {
  box-shadow: none;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.7rem;
}

/* MOBILE
---------------------------------------------------------- */
@media (max-width: 992px) {
  .cotable-row {
    border-bottom: solid 1px hsl(0deg, 0%, 80%);
  }
  .cotable-body {
    border-top: solid 1px var(--primary-color);
    padding-top: 1rem;
  }
  .cotable-cell.tb-user-name {
    display: flex;
    margin-block: 0.4rem 0.7rem;
  }
  .top-table-filter {
    display: none;
  }
  .restable.restable-nowrap {
    overflow: visible;
  }
  .column-oriented-table {
    border-left: 0 none;
    border-right: 0 none;
  }
  .cotable-head,
  .cotable-cell.m-hide,
  .pagination {
    display: none;
  }
  .top-table-filter-mobile {
    display: flex;
    align-items: center;
    padding: 0.4rem 0 0 0;
  }
  .top-table-filter-mobile .btn {
    margin-left: 0.2rem;
  }
  .cotable-search-result.show {
    overflow-x: hidden;
    white-space: nowrap;
  }
  .cotable-search-result .btn-wrap {
    flex-wrap: nowrap;
    row-gap: 0;
    justify-content: left;
  }
  .cotable-row {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .cotable-cell {
    display: block;
    text-align: left;
    padding: 0 0;
  }
  .m-only {
    display: block !important;
  }
  .m-fixed-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
  .m-fixed-left.m-checkbox .form-check {
    margin-left: 0.2rem;
    margin-top: 0.5rem;
  }
  .m-checkbox {
    top: 1.9rem;
    left: 1rem;
  }
  .m-fixed-right {
    position: absolute;
    top: 0.9rem;
    right: var(--page-padding-inline-mobile);
    text-align: right;
    font-size: 1.3rem !important;
  }
  .m-fixed-row2 {
    top: 2.8rem;
  }
  .tb-title {
    margin-bottom: 1rem;
    line-height: 1.3;
    overflow: visible;
    font-size: 1.6rem;
  }
  .m-gray {
    color: #929292;
  }
  .m-gray-d {
    color: var(--gray-d);
  }
  .m-sm {
    font-size: calc(var(--font-size-default) - 0.1rem);
  }
  .gsico-noresult {
    height: 60vh;
    width: clamp(2rem, 10vw, 5rem);
    height: clamp(2rem, 10vw, 5rem);
  }
}
/* DESKTOP
---------------------------------------------------------- */
@media (min-width: 992px) {
  .rotable-body {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: row;
  }
  .rotable-row {
    width: 100%;
  }
  .rtable-row-half-d {
    width: 50%;
  }
}
/* donut graph */
.cDonut {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 14rem;
  max-height: 14rem;
  margin-top: -7.5rem;
  margin-left: 1rem;
  scale: 1.17;
  transition: scale 0.3s ease margin-left 0.3s ease;
}

.uR_ring .innW:hover .cDonut {
  scale: 1.4;
  margin-left: 2.5rem;
}

.cDonut h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 3rem;
  margin-top: -2.3rem;
  margin-left: -4.5rem;
  text-align: center;
  font-size: 2rem;
  color: white;
  line-height: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.dNum {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 3rem;
  line-height: 130%;
  margin-top: -1.2rem;
  margin-left: -3rem;
  text-align: center;
  font-size: 2.4rem;
  color: white;
}

.uR_ring .target {
  background: transparent;
  text-align: center;
  margin-top: 17.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  transition: margin-top 0.3s ease;
}

.uR_ring .innW {
  cursor: pointer;
}

.cDonut svg {
  transform: rotate(-90deg);
  max-height: 15rem;
}

.donutBg,
.donutFill {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 250% 500;
}

.donutBg {
  stroke: hsla(0deg, 0%, 100%, 0.17);
  stroke-width: 5;
}

.donutFill {
  stroke: #d2bcff;
  stroke-linecap: round;
  stroke-dasharray: 250% 500;
}

.tile-item-noti:hover .donutFill,
.tile-item-noti:hover .donutBlur {
  animation: animationLoader 0.4s cubic-bezier(0.7, 0.02, 0.32, 1);
}

@keyframes animationLoader {
  from {
    stroke-dasharray: 0 600;
  }
  99.99% {
    stroke-dasharray: 250% 500;
  }
}
#grad3 {
  transform: rotate(-10deg);
}

#gradDonut .stop1 {
  stop-color: rgba(255, 255, 255, 0.7);
  stop-opacity: 1;
}

#gradDonut .stop3 {
  stop-color: rgba(255, 255, 255, 0.17);
  stop-opacity: 1;
}

:root {
  --mCircle_size: 180px;
  --mCircle_size_half: 90px;
  --mCircle_size_half_negative: -90px;
  --mCircle_size_inner: 150px;
  --mCircle_size_inner_top: 15px;
}

.mainSlide {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 2rem 3rem 3rem 3rem;
  margin-bottom: 25px;
  border: solid 1px #e8e8e8;
  border-radius: 1rem;
}

.tile-title.tile-title--slide {
  color: #525252;
}

.half-donut-wrap {
  position: relative;
  width: var(--mCircle_size);
  height: var(--mCircle_size_half);
  margin-inline: auto;
}

.half-donut {
  position: relative;
  width: var(--mCircle_size);
  height: var(--mCircle_size_half);
  overflow: hidden;
}

.circle-fill,
.circle2,
.circle-bg {
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  width: var(--mCircle_size);
  height: var(--mCircle_size);
}

.circle-fill .half,
.circle-bg .half {
  position: absolute;
  display: block;
  top: var(--mCircle_size_half);
  left: 0;
  width: var(--mCircle_size);
  height: var(--mCircle_size_half);
  overflow: hidden;
}

.circle-fill .circle,
.circle-bg .circle {
  position: absolute;
  display: block;
  top: calc(var(--mCircle_size_half_negative) - 1px);
  left: 0;
  width: var(--mCircle_size);
  height: var(--mCircle_size);
  border-radius: 50%;
  background-image: radial-gradient(rgb(158, 147, 229) 60%, #713bdd 70%);
}

.circle-bg .circle {
  background-image: radial-gradient(#ffffff 50%, #f2f2f2 70%);
}

.cover {
  position: absolute;
  top: var(--mCircle_size_inner_top);
  left: 50%;
  transform: translateX(-50%);
  height: var(--mCircle_size_inner);
  width: var(--mCircle_size_inner);
  background: #fff;
  border-radius: 50%;
}

.hdonut-text {
  text-align: center;
  font-size: 1.5rem;
  color: #555;
  margin-top: 2rem;
}

.ndl {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: var(--mCircle_size_half_negative);
  height: var(--mCircle_size);
  width: var(--mCircle_size);
  background: url(../images/needle.png) no-repeat;
  background-size: var(--mCircle_size) var(--mCircle_size);
}

.half-title {
  display: block;
  width: 15rem;
  margin-top: 1.4rem;
  margin-inline: auto;
  font-size: 1.3rem;
  color: rgb(101, 104, 152);
}

.anicon-wrap,
.anicon-wrap *,
.anicon-item .obj,
.ani-obj-wrap {
  transition: all 0.2s ease !important;
}

.ani-obj-wrap {
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  width: 9rem;
  height: 9rem;
  transform-origin: center center;
  margin-top: 0.8rem;
  opacity: 0.7;
}

.anicon-wrap > .anicon-item:hover {
  z-index: 10;
}

.anicon-item:hover .ani-obj-wrap {
  scale: 1.4;
  margin-right: 0.5rem;
  margin-top: 1rem;
  opacity: 1;
}

.anicon-item .obj {
  position: absolute;
  line-height: 100%;
  filter: drop-shadow(5px 5px 5px hsla(0deg, 0%, 0%, 0.37));
}

.anicon-item:hover .obj {
  filter: drop-shadow(5px 5px 5px hsla(0deg, 0%, 0%, 0.5));
}

/* ----------------------- click 
------------------------------------ */
.anicon-item-click .obj.obj1 {
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

.anicon-item-click .obj.obj2 {
  --top-click: 55%;
  --left-click: 52%;
  top: var(--top-click);
  left: var(--left-click);
  width: 30%;
}

.anicon-item-click:hover .obj {
  animation-duration: 0.4s;
  transform: scale(1.2);
}

.anicon-item-click:hover .obj.obj1 {
  animation-name: ani-click-1;
  transform: translateX(-50%) scale(1.2);
}

.anicon-item-click:hover .obj.obj2 {
  animation-name: ani-click-2;
  margin-bottom: 0.5rem;
}

@keyframes ani-click-1 {
  0% {
    transform: translateX(-50%) scale(1.2) !important;
  }
  50% {
    transform: translateX(-50%) scale(0.9);
  }
  100% {
    transform: translateX(-50%) scale(1.2);
  }
}
@keyframes ani-click-2 {
  0% {
    transform: scale(1.2) !important;
    top: var(--top-click);
    left: var(--left-click);
  }
  50% {
    transform: scale(0.7);
    top: calc(var(--top-click) - 10%);
    left: calc(var(--left-click) - 4%);
  }
  100% {
    transform: scale(1.2) !important;
    top: var(--top-click);
    left: var(--left-click);
  }
}
/* ----------------------- handbounce 
------------------------------------ */
.anicon-item-handbounce .obj.obj1 {
  top: 10%;
  left: 33%;
  width: 45%;
}

.anicon-item-handbounce .obj.obj2 {
  bottom: -4%;
  left: 20%;
  width: 70%;
}

.anicon-item-handbounce:hover .obj.obj1 {
  animation-name: anicon-item-handbounce_ani_1;
  animation-duration: 0.5s;
}

.anicon-item-handbounce:hover .obj.obj2 {
  animation-name: anicon-item-handbounce_ani_2;
  animation-duration: 0.5s;
}

@keyframes anicon-item-handbounce_ani_1 {
  0% {
    scale: 1;
    margin-top: 0;
  }
  50% {
    scale: 0.8;
    margin-top: -20%;
  }
  100% {
    scale: 1;
    margin-top: 0;
  }
}
@keyframes anicon-item-handbounce_ani_2 {
  0% {
    transform: rotate(0deg);
    margin-bottom: 0%;
  }
  30% {
    transform: rotate(-30deg);
    margin-bottom: 20%;
  }
  60% {
    transform: rotate(0deg);
    margin-bottom: 0%;
  }
  100% {
    transform: rotate(0deg);
    margin-bottom: 0%;
  }
}
/* ----------------------- stag 
------------------------------------ */
.anicon-item-stag .obj {
  --top-stag: 32%;
  --right-stag: 30%;
}

.anicon-item-stag .obj.obj1 {
  top: var(--top-stag);
  right: var(--right-stag);
  width: 48%;
}

.anicon-item-stag .obj.obj2 {
  top: calc(var(--top-stag) - 8%);
  right: calc(var(--right-stag) - 9%);
  width: 42%;
}

.anicon-item-stag .obj.obj3 {
  top: calc(var(--top-stag) - 16%);
  right: calc(var(--right-stag) - 18%);
  width: 42%;
  opacity: 0;
}

.anicon-item-stag:hover .obj.obj2,
.anicon-item-stag:hover .obj.obj3 {
  animation-name: ani-stag-2;
  animation-duration: 0.4s;
  opacity: 0.7;
}

.anicon-item-stag:hover .obj.obj3 {
  animation-name: ani-stag-3;
  opacity: 0.3;
}

@keyframes ani-stag-2 {
  0% {
    opacity: 0;
    margin-top: -10%;
    margin-right: -10%;
  }
  70% {
    opacity: 0.7;
    margin-top: 0;
    margin-right: 0;
  }
  100% {
    opacity: 0.7;
    margin-top: 0;
    margin-right: 0;
  }
}
@keyframes ani-stag-3 {
  0% {
    margin-top: -10%;
    margin-right: -10%;
    opacity: 0;
  }
  30% {
    margin-top: -10%;
    margin-right: -10%;
    opacity: 0;
  }
  100% {
    opacity: 0.3;
    margin-top: 0;
    margin-right: 0;
  }
}
/* ----------------------- clock 
------------------------------------ */
.anicon-item-clock .obj {
  --top-clock: 30%;
  --right-clock: 28%;
}

.anicon-item-clock .obj.obj1 {
  top: var(--top-clock);
  right: var(--right-clock);
  width: 48%;
}

.anicon-item-clock .obj.obj2 {
  top: calc(var(--top-clock) - 12%);
  right: calc(var(--right-clock) - 11%);
  width: 31%;
}

.anicon-item-clock .obj.obj3 {
  top: calc(var(--top-clock) - 17.5%);
  right: calc(var(--right-clock) - 18%);
  width: 27%;
  opacity: 0;
}

.anicon-item-clock:hover .obj.obj1 {
  animation-name: ani-clock-1;
  animation-duration: 0.4s;
}

.anicon-item-clock:hover .obj.obj2,
.anicon-item-clock:hover .obj.obj3 {
  animation-name: ani-clock-2;
  animation-duration: 0.4s;
  opacity: 0.7;
}

.anicon-item-clock:hover .obj.obj3 {
  animation-name: ani-clock-3;
  opacity: 0.3;
}

@keyframes ani-clock-1 {
  0% {
    scale: 1;
  }
  30% {
    scale: 0.6;
  }
  60% {
    scale: 1;
  }
}
@keyframes ani-clock-2 {
  0% {
    opacity: 0;
    margin-top: -10%;
    margin-right: -10%;
  }
  70% {
    opacity: 0.7;
    margin-top: 0;
    margin-right: 0;
  }
  100% {
    opacity: 0.7;
    margin-top: 0;
    margin-right: 0;
  }
}
@keyframes ani-clock-3 {
  0% {
    margin-top: -10%;
    margin-right: -10%;
    opacity: 0;
  }
  30% {
    margin-top: -10%;
    margin-right: -10%;
    opacity: 0;
  }
  100% {
    opacity: 0.3;
    margin-top: 0;
    margin-right: 0;
  }
}
/* ----------------------- noti 
------------------------------------ */
.anicon-item-noti .obj.obj1 {
  top: 30%;
  left: 25%;
  width: 50%;
  z-index: 5;
}

.anicon-item-noti .obj.obj2 {
  top: 32%;
  left: 20%;
  width: 60%;
}

.anicon-item.anicon-item-noti:hover .obj {
  animation-duration: 0.4s;
  margin-left: 1rem;
}

.anicon-item-noti:hover .obj.obj1 {
  animation-name: anicon-item-noti_1;
}

.anicon-item-noti:hover .obj.obj2 {
  animation-name: anicon-item-noti_2;
}

@keyframes anicon-item-noti_1 {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(40deg);
  }
  67% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes anicon-item-noti_2 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/* ----------------------- list 
------------------------------------ */
.anicon-item-list .obj.obj1 {
  top: 30%;
  right: 10%;
  width: 45%;
  z-index: 10;
}

.anicon-item-list .obj.obj2,
.anicon-item-list .obj.obj3,
.anicon-item-list .obj.obj4 {
  --top-list: 27%;
  top: var(--top-list);
  right: 59%;
  width: 30%;
  height: auto;
}

.anicon-item-list .obj.obj3 {
  top: calc(var(--top-list) + 12%);
}

.anicon-item-list .obj.obj4 {
  top: calc(var(--top-list) + 24%);
}

.anicon-item-list:hover .obj.obj2,
.anicon-item-list:hover .obj.obj3,
.anicon-item-list:hover .obj.obj4 {
  transform: scaleX(1.1);
  margin-right: 3%;
  animation-duration: 0.4s;
  transform-origin: top left;
}

.anicon-item-list:hover .obj.obj1 {
  animation-name: ani-list-1;
  animation-duration: 0.4s;
  transform: rotate(40deg);
}

.anicon-item-list:hover .obj.obj2 {
  animation-name: ani-list-2;
}

.anicon-item-list:hover .obj.obj3 {
  animation-name: ani-list-3;
}

.anicon-item-list:hover .obj.obj4 {
  animation-name: ani-list-4;
}

@keyframes ani-list-1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(40deg);
  }
}
@keyframes ani-list-2 {
  0% {
    transform: scaleX(0.4);
  }
  50% {
    transform: scaleX(1.1);
  }
}
@keyframes ani-list-3 {
  0% {
    transform: scaleX(0.4);
  }
  30% {
    transform: scaleX(0.5);
  }
  80% {
    transform: scaleX(1.1);
  }
}
@keyframes ani-list-4 {
  0% {
    transform: scaleX(0.4);
  }
  50% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(1.1);
  }
}
/* ----------------------- drive 
------------------------------------ */
.anicon-item-drive .obj.obj1 {
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

.anicon-item-drive .obj.obj2 {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
}

.anicon-item-drive .obj-rect::before {
  --top-drive: 65%;
  --top2-drive: 75%;
  --height-drive: 0.4rem;
  --height2-drive: 0.7rem;
  top: var(--top-drive);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  width: 0.8rem;
  height: var(--height-drive);
}

.anicon-item-drive .obj-rect2::before {
  height: var(--height2-drive);
  top: var(--top2-drive);
}

.anicon-item-drive .obj-rect3::before {
  opacity: 0;
}

.anicon-item-drive:hover .obj.obj1 {
  animation-name: ani-drive1;
  animation-duration: 0.4s;
}

.anicon-item-drive:hover .obj-rect1::before,
.anicon-item-drive:hover .obj-rect2::before,
.anicon-item-drive:hover .obj-rect3::before {
  animation-name: ani-drive3;
  animation-iteration-count: 3;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

.anicon-item-drive:hover .obj-rect2::before {
  animation-name: ani-drive4;
}

.anicon-item-drive:hover .obj-rect3::before {
  animation-name: ani-drive5;
  opacity: 1;
}

@keyframes ani-drive1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -10%;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes ani-drive3 {
  0% {
    top: var(--top-drive);
    height: var(--height-drive);
  }
  100% {
    top: var(--top2-drive);
    height: var(--height2-drive);
  }
}
@keyframes ani-drive4 {
  0% {
    top: var(--top2-drive);
    height: var(--height2-drive);
  }
  100% {
    top: calc(var(--top2-drive) + 0.7rem);
    height: 0rem;
  }
}
@keyframes ani-drive5 {
  0% {
    height: 0rem;
  }
  100% {
    height: var(--height-drive);
  }
}
/* ----------------------- message 
------------------------------------ */
.anicon-item-message .obj.obj1 {
  top: 37%;
  left: 16%;
  width: 45%;
}

.anicon-item-message .obj.obj2 {
  top: 10%;
  right: 5%;
  width: 50%;
  z-index: 3;
}

.anicon-item-message .obj.obj3 {
  top: 23%;
  right: 21%;
  width: 19%;
}

.anicon-item-message:hover .obj.obj2,
.anicon-item-message:hover .obj.obj3 {
  margin-top: -8%;
  margin-right: -8%;
}

.anicon-item-message:hover .obj.obj3,
.anicon-item-bookmark:hover .obj.obj2 {
  animation-name: message-rotate-ani;
  animation-duration: 0.4s;
}

@keyframes message-rotate-ani {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----------------------- bookmark 
------------------------------------ */
.anicon-item-bookmark .obj.obj1 {
  top: 37%;
  left: 23%;
  width: 45%;
}

.anicon-item-bookmark .obj.obj2 {
  top: 24%;
  right: 18%;
  width: 34%;
}

.anicon-item-bookmark:hover .obj.obj2 {
  margin-top: -8%;
  margin-right: -8%;
}

/* ----------------------- line 
------------------------------------ */
.anicon-item-line .obj.obj1 {
  top: 17%;
  left: 8%;
  width: 77%;
}

.anicon-item-line .obj.obj2 {
  top: 44%;
  right: 14%;
  width: 52%;
}

.anicon-item-line:hover .obj.obj1 {
  animation-name: ani-line1;
  animation-duration: 0.5s;
  margin-left: -3%;
}

.anicon-item-line:hover .obj.obj2 {
  margin-right: -20%;
  animation-name: ani-line2;
  animation-duration: 0.5s;
  transform: rotate(40deg);
}

@keyframes ani-line1 {
  0% {
    clip-path: inset(0px 100% 0px 0px);
  }
  100% {
    clip-path: inset(0px 0px 0px 0px);
  }
}
@keyframes ani-line2 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(40deg);
  }
}
@media (min-width: 801px) {
  .anicon-wrap > li:hover {
    z-index: 10;
    box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.25);
  }
}
/* ----------------------- search 
------------------------------------ */
.anicon-item-search .obj.obj1 {
  top: 0%;
  left: 30%;
  width: 60%;
}

.anicon-item-search .obj.obj2 {
  top: 45%;
  right: 5%;
  width: 50%;
}

.anicon-item-search:hover .obj.obj1 {
  animation-name: ani-search;
  animation-duration: 0.5s;
  margin-left: -10%;
}

.anicon-item-search:hover .obj.obj2 {
  margin-right: -10%;
}

@keyframes ani-search {
  0% {
    clip-path: inset(0px 100% 0px 0px);
  }
  100% {
    clip-path: inset(0px 0px 0px 0px);
  }
}
.site-body {
  position: relative;
  margin: 0 auto 0 auto;
  text-align: left;
  max-width: var(--page-max-width);
  margin-top: calc(var(--page-header-height) + 5rem);
}

.body-wrap {
  max-width: var(--page-max-width);
  position: relative;
  margin-inline: auto;
  padding-left: var(--page-padding-inline);
  padding-right: var(--page-padding-inline);
}

.site-header-wrap {
  position: fixed;
  z-index: var(--zindex-topnav);
  top: 0;
  width: 100%;
  height: var(--page-header-height);
  background-color: white;
  border-bottom: solid 1px rgb(226, 226, 226);
  transition: height 0.27s ease-out;
}

.site-header {
  position: relative;
  max-width: var(--page-max-width);
  margin-inline: auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.shrinked .site-header-wrap {
  height: 6rem;
}

.site-header .logo {
  width: auto;
  height: 3.2rem;
  font-size: 2.3rem;
  position: relative;
  transition: scale 0.27s ease-out;
}

.site-header .logo img {
  height: 2.5rem;
  margin-right: 0.6rem;
}

.logo a {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 700;
}

.shrinked .site-header-wrap .site-header .logo {
  scale: 0.9;
}

/* GLOBAL NAVIGATION */
.header-menu {
  display: flex;
  align-items: center;
}

.btn.btn--header {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: hsl(0deg, 0%, 17%);
  border: solid 1px hsl(0deg, 0%, 36%);
  background-color: white;
  transition: scale 0.27s ease-out;
  padding: 1rem 2rem;
  border-radius: 2rem;
}

.btn--header:hover {
  color: white;
  background-color: hsl(0deg, 0%, 36%);
}

.shrinked .site-header-wrap .btn--header {
  scale: 0.9;
}

.gnav-wrap {
  z-index: 10;
  margin-left: auto;
  display: flex;
  column-gap: 9rem;
}

.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 9rem;
}

.gnav__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  transition-duration: 0.5s;
}

.gnav__item .ico--submenu {
  margin-left: 0.8rem;
  width: 1rem;
  height: 1.2rem;
}

.gnav__item a {
  font-weight: 500;
  font-size: 1.6rem;
  color: hsl(0deg, 0%, 24%);
  padding-bottom: 0.3rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.gnav_1stlink {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-gnav-wrap {
  margin-left: 0.5rem;
  width: 2rem;
}

.site-header-wrap.shrinked .gnav__item a {
  font-size: 1.6rem;
}

.gnav__item a:hover {
  color: var(--primary-color);
}

.gnav__item:hover > a,
.gnav__item:focus-within > a,
.gnav__item.on a {
  cursor: pointer;
}

.gnav__item:hover > a .ico--submenu,
.gnav__item:focus-within > a .ico--submenu {
  fill: var(--primary-color);
}

.gnav__item:focus-within a {
  outline: none;
}

.gnav__sublist {
  background: white;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.4rem 1rem hsla(0deg, 0%, 0%, 0.07), 0rem 0.5rem 2rem hsla(0deg, 0%, 0%, 0.03);
}

.gnav__list li:hover > ul,
.gnav__list li:focus-within > ul,
.gnav__list li ul:hover,
.gnav__list li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.gnav__subitem {
  clear: both;
  width: 100%;
  padding-bottom: 1rem;
}

.gnav__subitem:last-child {
  padding-bottom: 0rem;
}

.gnav__sublist .ico--subitem {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.4rem;
  fill: var(--hwp-color);
}

.gnav__sublist .ico--subitem.pdf {
  fill: var(--pdf-color);
}

.gnav__subitem a {
  display: block;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: var(--fw-default);
}

.gnav__subitem a:hover {
  color: var(--primary-color);
}

/* hamburger button */
.gnbCheck,
.gnbHandle {
  display: none;
}

/* MOBILE  */
@media (max-width: 992px) {
  .site-wrap {
    width: 100%;
  }
  #gnbCheck:checked + .site-wrap {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
  }
  .site-header-wrap {
    z-index: var(--zindex-topnav);
    background: transparent;
    border-bottom: none;
  }
  .shrinked .site-header-wrap {
    background-color: white;
    border-bottom: solid 1px rgb(226, 226, 226);
  }
  .site-header {
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
    padding-inline: 0;
  }
  .logo-wrap {
    position: absolute;
    top: 2.8rem;
    left: 3rem;
    z-index: 2;
    text-align: center;
    transition: top 0.2s ease-in-out, scale 0.27s ease-out;
  }
  .logo-wrap .logo {
    transition: margin 0.2s ease-in-out, scale 0.27s ease-out;
  }
  .shrinked .site-header-wrap .logo-wrap {
    top: 1.2rem;
    scale: 0.9;
  }
  .shrinked .site-header-wrap .gnbHandle {
    top: 1.2rem;
    scale: 0.9;
  }
  .gnbHandle {
    position: absolute;
    z-index: 100000;
    top: 3rem;
    right: 2rem;
    margin-left: 5.5rem;
    display: block;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    transition: top 0.2s ease-in-out, scale 0.27s ease-out;
  }
  .gnbHandle:before,
  .gnbHandle:after,
  .gnbHandle i:before {
    content: "";
    display: block;
    width: 2rem;
    height: 0.3rem;
    background-color: hsl(0deg, 0%, 36%);
    border-radius: 0.4rem;
    position: absolute;
    top: 0.5rem;
    left: 0.6rem;
    animation-name: gnbH_ani_1;
    animation-duration: 0.3s;
  }
  .gnbHandle:after {
    top: 1.9rem;
    animation-name: gnbH_ani_2;
  }
  .gnbHandle i:before {
    top: 1.2rem;
    animation-name: gnbH_ani_3;
  }
  @keyframes gnbH_ani_1 {
    0% {
      transform: rotate(-45deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes gnbH_ani_2 {
    0% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  #gnbCheck:checked + .site-wrap .gnbHandle:before,
  #gnbCheck:checked + .site-wrap .gnbHandle:after {
    /* close icon */
    width: 2.2rem;
    top: 1.2rem;
    left: 0.2rem;
    transform: rotate(45deg);
    animation-name: gnbH_close_ani_1;
    animation-duration: 0.3s;
  }
  #gnbCheck:checked + .site-wrap .gnbHandle:after {
    /* close icon */
    transform: rotate(-45deg);
    animation-name: gnbH_close_ani_2;
    animation-duration: 0.3s;
  }
  #gnbCheck:checked + .site-wrap .gnbHandle i:before {
    /* close icon */
    display: none;
  }
  @keyframes gnbH_close_ani_1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes gnbH_close_ani_2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
    }
  }
  /* GNB menu */
  .gnav-wrap {
    display: block;
    position: fixed;
    margin: 0;
    z-index: 601;
    width: 27rem;
    background-color: white;
    overflow: hidden;
    transition: transform 0.3s ease;
    right: 0;
    height: 100vh;
    height: 100dvh;
    transform: translateX(100%);
  }
  #gnbCheck:checked + .site-wrap .gnav-wrap {
    z-index: 601;
    opacity: 1;
    overflow: visible;
    overflow: auto;
    transform: translateX(0%);
  }
  .gnav-bg-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
    opacity: 0;
    background: #000;
  }
  #gnbCheck:checked + .site-wrap .gnav-bg-mobile {
    visibility: visible;
    opacity: 0.6;
  }
  .gnav__list {
    margin: 0;
    display: block;
    padding: 9rem 3rem;
  }
  .gnav__item {
    display: block;
    text-align: center;
    padding: 2rem 2rem;
  }
  .gnav__subitem a {
    font-size: var(--fs-default);
    font-weight: var(--fw-default);
  }
  .gnav__sublist {
    position: relative;
    display: block;
    background: transparent;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding: 1rem 0.4rem;
    margin: -3rem auto 2rem auto;
  }
  /* header menu */
  .site-wrap .header-menu {
    justify-content: center;
  }
}
.ms-auto {
  margin-left: auto;
}

.vscroll {
  overflow-y: auto;
}

.right-content-footer {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-top: 2rem;
  background-color: white;
  padding-block: 0.8rem;
}

.scrollfixed-right-btn {
  position: fixed;
  bottom: 0.8rem;
}

.grid-wrap {
  display: grid;
  column-gap: 1.5rem;
}

.account-profil-box {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
}

.account-profile-pic {
  max-width: 20rem;
  width: 100%;
  height: 120%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.account-profile-pic img {
  width: 100%;
  height: 100%;
}

.accordion-a9-round-title {
  border-radius: var(--elm-radius);
  padding: 0.8rem 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:not(:first-of-type) {
  border-radius: var(--elm-radius) !important;
  overflow: hidden;
}

.gsico-accordion-title,
.gsico-account-profil {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.2rem;
  margin-right: 0.6rem;
}

.gsico-account-profil {
  width: 2.5rem;
  height: 2.5rem;
}

.accordion-item {
  margin-bottom: 0.8rem;
  border-radius: var(--elm-radius);
  flex-direction: row;
}

.accordion-item-title {
  width: 100%;
}

.account-profile-name {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  justify-content: center;
  line-height: 1.4;
}

.account-profile-name .name {
  font-size: 1.75rem;
}

.account-profile-name .id {
  display: block;
}

.accordion-button,
.accordion-body {
  padding: 1rem 1.2rem;
}

.accordion-button:after {
  margin-inline: 0.8rem -0.1rem;
  width: 1rem;
  background-size: 1rem;
}

.accordion-item p {
  margin-bottom: 0;
}

.accordion-body li {
  margin-bottom: 1.2rem;
}

.accordion-body li:last-child {
  margin-bottom: 0;
}

.accordion-body h4 {
  margin-bottom: 0.3rem;
}

/* MOBILE
---------------------------------------------------------- */
@media (max-width: 992px) {
  .right-content-footer {
    position: fixed;
    width: 100%;
  }
  .grid-wrap {
    display: block;
  }
  .gridcol-fixed {
    width: 100%;
  }
  .account-profil-box {
    flex-direction: row;
    column-gap: 1.5rem;
  }
  .account-profile-pic {
    max-width: 14rem;
    max-height: 15rem;
    margin-bottom: 0;
  }
  .gsico-account-profil {
    flex-shrink: 0;
  }
}
.tile-wrap {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 33rem;
  margin-bottom: 7rem;
}

.white {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.tile-wrap > li {
  position: relative;
  min-height: 31rem;
  background: #eee;
  font-size: 1.4rem;
  vertical-align: top;
  color: white;
  padding: 3.5rem 5rem;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.m-gray.m-sm {
  font-size: 1.3rem;
  color: #888;
}

.tile-more-icon {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  width: 3rem;
  height: 3rem;
  padding-top: 0.2rem;
  border-radius: 50%;
  cursor: pointer;
}

.tile-wrap > li.white {
  color: var(--font-color-default);
}

.tile-title {
  margin-top: 12rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  color: white;
  text-align: center;
}

.tile-ment {
  letter-spacing: 0.03em;
  color: hsla(0deg, 0%, 100%, 0.844);
}

.tile-list {
  display: inline-flex;
  flex-direction: column;
}

.tile-list li {
  cursor: pointer;
  padding-bottom: 0.7rem;
}

.tile-list li a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  letter-spacing: 0.01em;
  font-size: 0;
}

.tile-list li a:hover {
  color: rgb(255, 255, 255);
}

.tile-list .num {
  font-size: 2.5rem;
  line-height: 100%;
  display: inline-block;
  width: 4rem;
  margin-left: -1rem;
  text-align: center;
}

.tile-list .list-text {
  line-height: 100%;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.4rem;
}

.up-text,
.down-text {
  font-size: 1.4rem;
  margin-left: 0.6rem;
  font-style: italic;
}

.up-text i {
  color: rgb(207, 148, 224);
}

.down-text i {
  color: rgb(79, 142, 214);
}

.tile-list li a .list-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  bottom: -0.4rem;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.2s ease !important;
}

.tile-list li:hover a .list-text::after {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.white .tile-title {
  color: rgb(92, 92, 92);
}

.white .tile-ment {
  color: hsla(0deg, 0%, 41%, 0.844);
}

.white .tile-list li a {
  color: rgba(91, 91, 91, 0.7);
}

.white .tile-list li a:hover {
  color: rgb(84, 84, 84);
}

.white .tile-list li a .list-text::after {
  background: rgb(118, 118, 118);
}

.white .tile-list li:hover a .list-text::after {
  background: rgb(118, 118, 118);
}

.check-list li a {
  position: relative;
  display: flex;
  z-index: 10;
}

.check-list a {
  color: rgba(255, 255, 255, 0.7);
}

.check-list a:before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.1rem;
  opacity: 0;
  transition: all 0.2s ease !important;
  color: rgba(255, 255, 255, 0.7);
}

.check-list li:hover a:before {
  left: -2.4rem;
  opacity: 1;
}

.tile-item {
  background-position: 50%;
  background-size: cover;
  background-size: 1rem auto;
}

.back-img {
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  mix-blend-mode: soft-light;
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0.3)), color-stop(1, rgb(0, 0, 0)));
}

.tile-wrap > li {
  transition: all 0.2s ease-in-out;
}

.tile-wrap > li:hover {
  z-index: 10;
  box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.25);
}

.tile-item.brown {
  background: linear-gradient(103.66deg, #b8aa9d 0.55%, #a68f7b 99.48%);
}

.tile-item.brown:hover {
  background: linear-gradient(103.66deg, #a68f7b 0.55%, #b99d83 99.48%);
}

.tile-item.yellow {
  background: linear-gradient(160deg, #ffe17d 21%, rgb(251, 183, 93) 70%);
}

.tile-item.yellow:hover {
  background: linear-gradient(103.78deg, #ffbb62 1.11%, #ffdb79 97.96%);
}

.tile-item.green {
  background: linear-gradient(103.99deg, #b4b978 0%, #8a9c73 100%);
}

.tile-item.green:hover {
  background: linear-gradient(103.99deg, #8a9c73 0%, #b0b672 100%);
}

.tile-item.beige {
  background: linear-gradient(102deg, #cdc0ad 16.2%, #c0ad91 86.64%);
}

.tile-item.beige:hover {
  background: linear-gradient(102deg, #c7b190 16.2%, #ccb592 86.64%);
}

.tile-item.white {
  background: linear-gradient(150deg, #f4f6fa 0%, #ffffff 40%);
}

.tile-item.aqua {
  background: linear-gradient(107.55deg, #92c8c8 6.89%, #67a3ab 90.99%);
}

.tile-item.aqua:hover {
  background: linear-gradient(107.55deg, #67a3ab 6.89%, #68b8b8 90.99%);
}

.tile-item.navy {
  background: linear-gradient(109.43deg, #555b89 6.97%, #3e425c 74.99%);
}

.tile-item.navy:hover {
  background: linear-gradient(109.43deg, #3e425c 6.97%, #525a91 74.99%);
}

.tile-item.skyblue {
  background: linear-gradient(103.81deg, #abd3e4 1.48%, #82a8d6 100%);
}

.tile-item.skyblue:hover {
  background: linear-gradient(103.81deg, #82a8d6 1.48%, #87c6e4 100%);
}

.tile-item.blue {
  background: linear-gradient(108.95deg, #5971ae 8.83%, #3b5494 79.44%);
}

.tile-item.blue:hover {
  background: linear-gradient(108.95deg, #3b5494 8.83%, #4e6ab1 79.44%);
}

.tile-item.purple {
  background: linear-gradient(103.26deg, #b99ef3 0%, #785fa0 99.2%);
}

.tile-item.purple:hover {
  background: linear-gradient(103.26deg, #8764bf 0%, #8a75b9 99.2%);
}

.tile-item.maroon {
  background: linear-gradient(104.1deg, #9a8a86 3.35%, #715d57 95.54%);
}

.tile-item.maroon:hover {
  background: linear-gradient(104.1deg, #715d57 3.35%, #8d7268 95.54%);
}

.user-pic {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 8rem;
  transform: translateX(-50%);
}

.user-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  color: #333;
  font-weight: 500;
  color: white;
  margin-block: 17rem 1rem;
  margin-inline: auto;
  padding-block: 0.6rem 0.4rem;
  border-radius: 3rem;
}

.user-name {
  text-align: center;
  color: #333;
  color: white;
  font-size: 1.6rem;
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
}

.user-name .profile-more {
  width: 2rem;
}

.user-noti-icon,
.user-message-icon,
.user-setting-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2rem;
  position: relative;
  text-align: center;
}

.user-setting-icon {
  width: 2.1rem;
}

.user-noti-icon.on:after,
.user-message-icon.on:after {
  display: block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #ff6b08;
  position: absolute;
  top: 0rem;
  right: 0rem;
}

@media (max-width: 1200px) {
  .tile-wrap {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
  .main .btn_def {
    width: auto;
  }
  .main .btn_def::before {
    left: 0.8rem !important;
  }
}
@media (max-width: 800px) {
  .tile-wrap {
    display: block;
  }
  /* MOBILE  */
  .tile-wrap {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    position: relative;
    margin-bottom: 1rem !important;
  }
  .tile-wrap > li {
    width: 100% !important;
    height: 20rem !important;
    border-radius: 0;
  }
  .tile-wrap > li.white {
    height: auto !important;
  }
  .tile-wrap > li:nth-child(odd) {
    margin-right: 0rem !important;
  }
  .tile-wrap > li:nth-child(even) {
    margin-left: 0rem !important;
  }
  .scroll_list {
    height: 10rem;
  }
  .pageTitle_line {
    flex-direction: column;
  }
  .btnWrap.right {
    text-align: center;
  }
  .btnWrap.right .btn_def {
    margin-bottom: 0.4rem;
  }
  .pageTitle_line .date {
    margin-bottom: 1rem;
  }
}
.site-footer-wrap {
  position: sticky;
  top: 100vh;
  background: #333;
  padding: 5rem 0 8rem 0;
  color: whtie;
}

.site-footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page-max-width);
  padding-inline: var(--page-padding-inline);
}

.site-footer,
.site-footer a {
  color: hsl(0deg, 0%, 50%);
}

.site-footer a:hover {
  color: hsl(0deg, 0%, 67%);
  text-decoration: underline;
}

.footer-title {
  margin-bottom: 1rem;
  display: block;
}

.footer-top {
  display: flex;
  column-gap: 10rem;
  align-items: flex-start;
}

.footer-company {
  display: flex;
  align-items: flex-start;
  column-gap: 3rem;
}

.f-com-logo {
  width: 7rem;
  opacity: 0.5;
}

.footer-touch {
  margin-left: auto;
}

.f-media-li {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.f-media-icon {
  width: 3rem;
  opacity: 0.5;
}

.f-media-item a:hover .f-media-icon {
  opacity: 0.9;
}

.footer-bottom {
  margin-top: 8rem;
  border-top: solid 1px #444;
  padding-top: 1.5rem;
}

@media (max-width: 1000px) {
  .footer-top {
    display: block;
  }
  .footer-company,
  .footer-touch {
    margin-bottom: 7rem;
  }
  .footer-company,
  .footer-touch,
  .footer-socialmedia,
  .f-media-li,
  .footer-bottom {
    text-align: center;
    justify-content: center;
  }
  .footer-bottom {
    margin-inline: var(--page-padding-inline-negative);
  }
}
.performance {
  color: #333;
  display: flex;
  row-gap: 3rem;
  margin-top: 5.7rem;
  margin-bottom: 9.1rem;
  justify-content: center;
}

.donut-wrap {
  width: 21rem;
  padding-left: 7rem;
}

.half-donut-wrap {
  margin-top: 0rem;
  margin-left: 0;
  margin-left: 3rem;
  margin-top: 1.2rem;
}

.performance-right {
  width: 58%;
  margin-left: auto;
  text-align: left;
  padding-right: 3rem;
}

.performance-title {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.performance-stitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #717171;
}

.performance-ment {
  line-height: 110%;
  padding-block: 5rem 1rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.535);
}

.num-wrap {
  display: flex;
  font-size: 3.7rem;
  font-weight: 300;
  column-gap: 3rem;
}

.status-bar {
  border-radius: 0.6rem;
  width: 100%;
  height: 0.6rem;
  background-color: hsl(0deg, 0%, 93%);
  overflow: hidden;
  margin-block: 1.5rem 1rem;
}

.status-fill {
  display: block;
  height: 0.6rem;
  background-color: #9c7dda;
}

.num-item {
  width: 33.333333%;
}

.num {
  display: block;
  line-height: 100%;
  font-weight: 300;
}

.num .thin {
  font-weight: 100;
}

.num-title {
  font-size: 1.3rem;
  display: block;
  color: rgb(84, 88, 138);
}

.team-profile {
  padding-block: 2rem 1rem;
  padding-inline: 1rem;
}

.member-pic {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-left: -1.5rem;
  border: solid 2px white;
}

@media (max-width: 800px) {
  .performance {
    display: block;
    margin-top: 1rem;
  }
  .half-donut-wrap {
    margin-inline: auto;
    margin-block: 0rem 3rem;
  }
  .performance-right {
    width: 100%;
    max-width: 45rem;
    margin: 0;
    margin-inline: auto;
    text-align: center;
  }
}

/*# sourceMappingURL=style-db-tile.css.map */
