@charset "utf-8";
html,
body {
  margin: 0px;
  height: 100%;
  font-family: "Pretendard";
  font-size: 16px;
  background-color: #eef0f4;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}

.ondash-layout {
  width: 3840px;
  height: 4320px;
  background-color: #eef0f4;
  display: flex;
  flex-direction: column;
}
.ondash-mainbox {
  min-height: 2160px;
  display: flex;
  flex: 0 0 70%;
  overflow: hidden;
  background: #fff;
  max-height: 1100px;
  background: linear-gradient(180deg, #0b5fce, #2026a2);
}
.ondash-mainbox-left {
  flex: 0 0 35%;
  border-radius: 20px;
}
.ondash-mainbox-left > ul {
  padding: 50px 0px 40px 100px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 370px);
  overflow: hidden;
  margin-top: 100px;
}
.ondash-mainbox-left > ul > li {
  position: relative;
  flex: 0 0 20%;
  padding: 0px 70px;
}
.ondash-mainbox-left > ul > li::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  height: 1px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.ondash-mainbox-left > ul > li:first-child::before {
  display: none;
}
.onbutton-leftbottom {
  display: block;
  width: calc(100% - 310px);
  margin: -15px 0px 0px 230px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 50px;
  height: 100px;
  color: #fff;
  font-size: 2rem;
}
.onbutton-leftbottom > img {
  vertical-align: middle;
  margin-right: 10px;
}
.onbutton-leftbottom-left {
  position: absolute;
  left: 100px;
  display: block;
  width: 100px;
  margin-top: -15px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 50px;
  height: 100px;
  color: #fff;
  font-size: 2rem;
}
.onbutton-leftbottom-left > img {
  vertical-align: middle;
}

.ondashlist-bg {
  background: #fff;
  height: 100%;
  z-index: 1;
  position: absolute;
  width: 100%;
  border-radius: 50px 0px 0px 50px;
  left: 0%;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.ondashlist-edge {
  height: 100%;
  z-index: 1;
  position: absolute;
  right: -50px;
  transition: all 0.6s ease;
}
.ondashlist-edge::before {
  content: "";
  position: absolute;
  display: block;
  top: -49px;
  left: auto;
  right: 0px;
  width: 50px;
  height: 50px;
  transform: rotate(270deg);
  border: 0px;
  background: url(../img/dash/edge.svg) no-repeat center center / 100% 100%;
  z-index: 10;
}
.ondash-mainbox-left > ul > li:first-child .ondashlist-edge::before {
  display: none;
}
.ondashlist-edge::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -49px;
  left: auto;
  right: 0px;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  border: 0px;
  background: url(../img/dash/edge.svg) no-repeat center center / 100% 100%;
  z-index: 10;
}
.ondashlist-tit {
  position: relative;
  z-index: 2;
  font-size: 4.6rem;
  color: #fffac4;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  margin-top: 60px;
  transition: all 0.6s ease;
}
.ondashlist-txt {
  z-index: 2;
  font-size: 2.4rem;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 70px;
  right: 70px;
  font-weight: 100;
  transition: all 0.6s ease;
  opacity: 0.8;
}
.ondashsublist {
  position: relative;
  z-index: 2;
  margin: 25px 0px 30px;
  display: flex;
  height: 240px;
}
.ondashsublist.col {
  column-gap: 40px;
}
.ondashsublist.col .ondashsublist-txt {
  display: block;
}
.ondashsublist.row {
  gap: 5px;
  flex-direction: column;
}
.ondashsublist.row > li {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.ondashsublist.row .ondashsublist-txt {
  min-height: auto;
  gap: 50px;
}
.ondashsublist .ondashsublist-tit {
  font-size: 3rem;
  color: #fff;
  font-weight: 100;
  display: flex;
  align-items: center;
}
.ondashsublist .ondashsublist-txt {
  display: flex;
  min-height: 50px;
  justify-content: space-between;
}
.ondashsublist-txt .ondashsublist-num {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  transition: all 0.6s ease;
}
.ondashsublist-txt .arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.ondashsublist-txt.up .arrow {
  background-image: url(../img/dash/ico-arrow-up.png);
}
.ondashsublist-txt.down .arrow {
  background-image: url(../img/dash/ico-arrow-down.png);
}
.ondashsublist-txt.up .ondashsublist-value {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ff6060;
  font-size: 3rem;
  font-weight: 600;
  transition: all 0.6s ease;
}
.ondashsublist-txt.down .ondashsublist-value {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #47cdff;
  font-size: 3rem;
  font-weight: 600;
  transition: all 0.6s ease;
}
.ondashsublist.col > li {
  flex: 0 0 calc(50% - 20px);
}
.ondashsublist.col > li:nth-child(2) {
  flex: 1;
}
.ondash-mainbox-left > ul > li.active .ondashlist-edge {
  transform: translateX(-49px);
}
.ondash-mainbox-left > ul > li.active .ondashlist-bg {
  transform: translateX(0%);
  transition: all 0.6s ease;
}
.ondash-mainbox-left > ul > li.active .ondashlist-tit {
  color: #2a348f;
  text-shadow: none;
  transition: all 0.6s 0.3s ease;
}
.ondash-mainbox-left > ul > li.active .ondashlist-txt {
  color: #8185b5;
  transition: all 0.6s 0.3s ease;
}
.ondash-mainbox-left > ul > li.active .ondashsublist-tit {
  color: #2a348f;
  transition: all 0.6s 0.3s ease;
}
.ondash-mainbox-left > ul > li.active .ondashsublist-num {
  color: #2a348f;
  transition: all 0.6s 0.3s ease;
}

.ondash-popup {
  position: absolute;
  z-index: -1;
  top: 700px;
  left: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}
.ondash-popup.active {
  opacity: 1;
  z-index: 10;
}

.ondash-mainbox-right {
  flex: 1;
  width: 100%;
}
.ondash-mainbox-right > .inner {
  margin: 100px 100px 100px 0px;
  background-color: #fff;
  border-radius: 50px;
  height: calc(100% - 200px);
  padding: 90px;
  box-sizing: border-box;
}
.ondash-mainbox-right .mainchert {
  min-height: 750px;
  min-width: 100%;
}
.ondash-mainbox-right .ondash-mainbox-tit {
  font-size: 5rem;
  font-weight: 700;
}
.ondash-mainbox-right .ondash-mainbox-subbox .ondash-mainbox-tit2 {
  font-size: 3rem;
  font-weight: 600;
  color: #2b3490;
  display: flex;
  align-items: center;
}

.ondash-mainbox-type {
  position: absolute;
  top: 60px;
  right: 70px;
}

.ondash-mainboxdan2 {
  display: flex;
  gap: 76px;
  height: calc(100% - 150px);
  margin-top: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}
.ondash-mainboxdan2.active {
  opacity: 1;
}
.ondash-mainboxdan2 > .inner {
  display: flex;
  flex-direction: column;
  gap: 76px;
  width: calc(50% - 38px);
}
.ondash-mainboxcon {
  background: #f6f7f8;
  border-radius: 50px;
  padding: 90px;
  height: calc(75% - 76px);
  box-sizing: border-box;
  position: relative;
}
.ondash-mainbox-subbox .ondashsublist-txt {
  display: flex;
  gap: 60px;
}
.ondash-mainbox-subbox .ondashsublist-txt .ondashsublist-num {
  font-size: 4rem;
}
.ondash-mainbox-subbox .ondashsublist-txt .ondashsublist-num > span {
  font-size: 7rem;
  margin: 0px;
}
.ondash-mainbox-subbox .ondashsublist-txt.up .ondashsublist-num {
  color: #ff6060;
}
.ondash-mainbox-subbox .ondashsublist-txt.down .ondashsublist-num {
  color: #47cdff;
}
.ondash-mainbox-subbox .ondashsublist-txt .ondashsublist-value {
  gap: 0px;
  font-size: 4rem;
  margin-top: 10px;
}
.ondash-mainbox-subbox .ondashsublist-txt .arrowvalue {
  margin-left: 10px;
  font-size: 4rem;
}
.ondash-mainbox-subbox .ondashsublist-txt span {
  margin-left: 40px;
}

.ondash-mainbox-right .ondash-mainbox-bottom {
  height: 25%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ondash-mainbox-right .ondash-mainbox-bottom > .inner {
  border: 1px solid #e9d876;
  background: #fff7cc;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 0 0 calc(50% - 30px);
}
.ondash-mainbox-right .ondash-mainbox-bottom .ondashsublist-tit {
  font-size: 2.6rem;
  width: 260px;
  font-weight: 700;
  padding: 0px 0px 0px 60px;
}
.ondash-mainbox-right .ondash-mainbox-bottom .ondashsublist-txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ondash-mainbox-right
  .ondash-mainbox-bottom
  .ondashsublist-txt
  .ondashsublist-num {
  font-size: 2rem;
  text-align: right;
  justify-content: flex-end;
  padding-right: 30px;
  min-width: 310px;
}
.ondash-mainbox-right
  .ondash-mainbox-bottom
  .ondashsublist-txt
  .ondashsublist-num
  span {
  font-size: 3.4rem;
}
.ondash-mainbox-right
  .ondash-mainbox-bottom
  .ondashsublist-txt.up
  .ondashsublist-num {
  color: #ff6060;
}
.ondash-mainbox-right
  .ondash-mainbox-bottom
  .ondashsublist-txt.down
  .ondashsublist-num {
  color: #47cdff;
}
.ondash-mainbox-right
  .ondash-mainbox-bottom
  .ondashsublist-txt
  .ondashsublist-value {
  gap: 0px;
  font-size: 2.8rem;
}
.ondash-mainbox-right .ondash-mainbox-bottom .ondashsublist-txt .arrowvalue {
  margin-left: 10px;
}
.ondash-mainbox-right .ondash-mainbox-bottom .ondashsublist-txt span {
  margin-left: 30px;
}

/* 하단 */
.ondashbox {
  width: 3840px;
  height: 4320px;
  background-color: #eef0f4;
  display: flex;
  background: linear-gradient(180deg, #0b5fce, #2026a2);
  position: relative;
}
.ondash-linkbox-tit {
  position: absolute;
  top: 100px;
  left: 100px;
  width: calc(35% - 180px);
  display: flex;
  z-index: 10;
  justify-content: space-between;
}
.ondash-linkbox-tit strong {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
}
.onbutton-subbottom-top {
  width: 80px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 50px;
  height: 80px;
  color: #fff;
  font-size: 2rem;
}
.onbutton-subbottom-top > img {
  vertical-align: middle;
}
.ondash-linkbox {
  flex: 0 0 35%;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding: 240px 80px 100px 100px;
  box-sizing: border-box;
  position: relative;
}
.ondash-linkbox::before {
  content: "";
  position: absolute;
  height: 249px;
  width: 935px;
  background-image: url(../img/dash/nobox.png);
  background-position: 0px 15px;
  bottom: 100px;
  right: 86px;
}
.ondash-linkbox .card {
  background: linear-gradient(to bottom right, #8287ff, #142479, #8c90df);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  cursor: grab;
  transition: transform 0.3s ease;
  flex: 0 0 calc((100% - 112px) / 5);
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  position: relative;
}
.ondash-linkbox .card::before {
  content: "";
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #142479;
  border-radius: 28px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-size: 80px auto;
}

.ondash-linkbox .card .card-tit {
  margin: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  padding: 14px;
  word-break: keep-all;
  letter-spacing: -3px;
}
.ondash-linkbox .card1::before {
  background-image: url(../img/dash/icon-01.png);
}
.ondash-linkbox .card2::before {
  background-image: url(../img/dash/icon-02.png);
}
.ondash-linkbox .card3::before {
  background-image: url(../img/dash/icon-03.png);
}
.ondash-linkbox .card4::before {
  background-image: url(../img/dash/icon-04.png);
}
.ondash-linkbox .card5::before {
  background-image: url(../img/dash/icon-05.png);
}
.ondash-linkbox .card6::before {
  background-image: url(../img/dash/icon-06.png);
}
.ondash-linkbox .card7::before {
  background-image: url(../img/dash/icon-07.png);
}
.ondash-linkbox .card8::before {
  background-image: url(../img/dash/icon-08.png);
}
.ondash-linkbox .card9::before {
  background-image: url(../img/dash/icon-09.png);
}
.ondash-linkbox .card10::before {
  background-image: url(../img/dash/icon-10.png);
}
.ondash-linkbox .card11::before {
  background-image: url(../img/dash/icon-11.png);
}
.ondash-linkbox .card12::before {
  background-image: url(../img/dash/icon-12.png);
}
.ondash-linkbox .card13::before {
  background-image: url(../img/dash/icon-13.png);
}
.ondash-linkbox .card14::before {
  background-image: url(../img/dash/icon-14.png);
}
.ondash-linkbox .card15::before {
  background-image: url(../img/dash/icon-15.png);
}
.ondash-linkbox .card16::before {
  background-image: url(../img/dash/icon-16.png);
}
.ondash-linkbox .card17::before {
  background-image: url(../img/dash/icon-17.png);
}
.ondash-linkbox .card18::before {
  background-image: url(../img/dash/icon-18.png);
}
.ondash-linkbox .card19::before {
  background-image: url(../img/dash/icon-19.png);
}
.ondash-linkbox .card20::before {
  background-image: url(../img/dash/icon-20.png);
}
.ondash-linkbox .card21::before {
  background-image: url(../img/dash/icon-01.png);
}
.ondash-linkbox .card22::before {
  background-image: url(../img/dash/icon-02.png);
}
.ondash-linkbox .card23::before {
  background-image: url(../img/dash/icon-03.png);
}
.ondash-linkbox .card24::before {
  background-image: url(../img/dash/icon-04.png);
}
.ondash-linkbox .card25::before {
  background-image: url(../img/dash/icon-05.png);
}
.ondash-linkbox .card26::before {
  background-image: url(../img/dash/icon-06.png);
}
.ondash-linkbox .card27::before {
  background-image: url(../img/dash/icon-07.png);
}
.ondash-linkbox .card28::before {
  background-image: url(../img/dash/icon-08.png);
}
.ondash-linkbox .card29::before {
  background-image: url(../img/dash/icon-09.png);
}
.ondash-linkbox .card30::before {
  background-image: url(../img/dash/icon-10.png);
}
.ondash-linkbox .card31::before {
  background-image: url(../img/dash/icon-11.png);
}
.ondash-linkbox .card32::before {
  background-image: url(../img/dash/icon-12.png);
}
.ondash-linkbox .card33::before {
  background-image: url(../img/dash/icon-13.png);
}
.ondash-linkbox .card34::before {
  background-image: url(../img/dash/icon-14.png);
}
.ondash-linkbox .card35::before {
  background-image: url(../img/dash/icon-15.png);
}
.ondash-linkbox .card36::before {
  background-image: url(../img/dash/icon-16.png);
}
.ondash-linkbox .card37::before {
  background-image: url(../img/dash/icon-17.png);
}

.ondash-linkbox .card38,
.ondash-linkbox .card39,
.ondash-linkbox .card40 {
  background: none;
  border: 3px dashed rgba(255, 255, 255, 0.3);
}
.ondash-linkbox .card38::before,
.ondash-linkbox .card39::before,
.ondash-linkbox .card40::before {
  display: none;
}
.ondash-linkbox .card38 .card-tit,
.ondash-linkbox .card39 .card-tit,
.ondash-linkbox .card40 .card-tit {
  display: none;
}

.ondash-linkbox .card.active::before {
  background-color: #fff;
}
.ondash-linkbox .card.active .card-tit {
  color: #000;
}

.ondash-linkbox .drag-over {
  border: 2px dashed #bfc6cd;
  background-color: #eff1f4;
  transform: translateX(10px);
}
.ondash-linkbox .card::after {
  content: "";
  position: absolute;
  width: 4px;
  border-radius: 2px;
  background: #ccc;
  height: 100px;
  top: 50%;
  transform: translate(-20px, -50%);
  opacity: 0;
}
.ondash-linkbox .drag-over::after {
  opacity: 1;
  transition: all 0.3s 0.1s ease;
}

.ondash-linkrightbox {
  flex: 1;
  padding: 100px 100px 100px 0px;
  display: flex;
  gap: 60px;
}
.ondash-linkrightbox > .inner {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ondash-linkrightbox-head {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
}
.ondash-linkrightbox-body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #fff;
  border-radius: 50px;
  padding: 50px;
}
.ondash-linkrightbox-body > .inner {
  background: #f6f7f8;
  border-radius: 50px;
  padding: 60px;
  box-sizing: border-box;
  height: 880px;
  position: relative;
}
.ondash-linkrightbox-body .ondash-mainbox-subbox {
  margin-bottom: 50px;
}
.ondash-mainbox-subbox .ondashsublist-txt .ondashsublist-num {
  font-size: 4rem;
}
.ondash-linkrightbox-body .ondashsublist-txt .ondashsublist-num > span {
  font-size: 4rem;
  margin: 0px;
}
.ondash-linkrightbox-body .ondash-mainbox-tit2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.ondash-linkrightbox-body .ondashsublist-txt .ondashsublist-value {
  gap: 0px;
  font-size: 3rem;
  margin-top: 10px;
}
.ondash-linkrightbox-body .ondashsublist-txt .arrowvalue {
  margin-left: 10px;
  font-size: 3rem;
}
