body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  background: rgb(43,169,165);
  /* background: linear-gradient(90deg, rgba(43,169,165,1) 0%, rgba(2,237,170,1) 100%); */
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(18 4 48) 100%);
  font-family: 'NanumSquare', sans-serif;
}

body.black {
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(18 4 48) 100%)
}

[v-cloak] { display: none; }

.normal	{ font-weight: 400 }
.bold	{ font-weight: 700 }
.bolder	{ font-weight: 800 }
.light { font-weight: 300 }

.app {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}

.bg-01,
.bg-02 {
  position: fixed;
  top: -20%;
  left: -20%;
  width: 100vh;
  height: 100vh;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, .05);
  z-index: 0;
}

.bg-02 {
  top: initial;
  left: initial;
  bottom: -20%;
  right: -20%;
}

.hr {
  width: 100%;
  height: 6px;
  background-color: #F0B90B;
}

.card {
  position: relative;
  padding: 0 16px;
  margin: 24px 0;
  border-top: solid 16px #151A16;
  background-color: rgba(0, 0, 0, .86);
  box-shadow: 0 0 20px 12px rgb(0 0 0 / 2%);
  backdrop-filter: blur(15px);
  z-index: 2;
}

.card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.app > section > .card:first-child,
.app > section > .card:last-child {
  margin: 0;
}

.card > .text > p {
  font-size: 2em;
  font-weight: 300;
  color: #FFFFFF;
}

.card > .text > p > .highlight {
  font-weight: 800;
  position: relative;
}

.card > .text > p > .highlight > b {
  position: relative;
  z-index: 2;
}

.card > .text > p > .highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -2px;
  height: 16px;
  background-color: #F0B90B;
  transform: translateY(3px);
  opacity: .3;
  z-index: 1;
}

.chart {
  padding: 24px 8px;
}

@keyframes animation-upper {
  0% {
    color: rgb(22, 149, 178);
  }
  30% {
    color: rgb(22, 149, 178);
  }
  100% {
    color: #FFFFFF;
  }
}

@keyframes animation-berow {
  0% {
    color: #F75D3A;
  }
  30% {
    color: #F75D3A;
  }
  100% {
    color: #FFFFFF;
  }
}

.upper {
  animation: animation-upper 1.3s;
  animation-direction: forward;
  animation-timing-function: ease-out;
}

.berow {
  animation: animation-berow 1.3s;
  animation-direction: forward;
  animation-timing-function: ease-out;
}

.upper > span,
.berow > span {
  transition: opacity 1.5s ease-out;
}

.upper > span,
.berow > span {
  opacity: 0;
}

.number {
  font-family: 'Roboto Mono', monospace;
}



@keyframes square {
  0% {
    opacity: 0.5;
    transform: translateY(0px) rotate(45deg);
  }
  25% {
    opacity: 0.75;
    transform: translateY(-400px) rotate(90deg)
  }
  50% {
    opacity: 1;
    transform: translateY(-600px) rotate(135deg);
  }
  100% {
    opacity: 0;
    transform: translateY(-1000px) rotate(180deg);
  }
}

.bg-bubbles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-bubbles > li {
  position: absolute;
  bottom: -160px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  list-style: none;
  animation: square 15s infinite;
  transition-timing-function: ease-in-out;
}

.bg-bubbles > li:nth-child(1) {
  left: 10%;
}

.bg-bubbles > li:nth-child(2) {
  left: 20%;
  width: 90px;
  height: 90px;
  animation-delay: 2s;
  animation-duration: 7s;
}

.bg-bubbles > li:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}

.bg-bubbles > li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-duration: 8s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles > li:nth-child(5) {
  left: 70%;
}

.bg-bubbles > li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles > li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  animation-delay: 2s;
}

.bg-bubbles > li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  animation-duration: 15s;
}

.bg-bubbles > li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 12s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles > li:nth-child(10) {
  left: 85%;
  width: 160px;
  height: 160px;
  animation-delay: 5s;
}

.tradingview-widget-container {
  width: calc(100% + 32px);
  transform: translate(-16px, 0);
}

.tradingview-widget-container > div > div {
  height: 250px !important;
}

.logs {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 240px;
  color: rgba(255, 255, 255, .95);
  width: calc(100% + 32px);
  transform: translate(-16px, 0);
}

.logs > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 46px;
  padding-right: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logs > div:nth-child(2n-1) {
  background-color: rgba(50, 50, 50, .25);
}

.logs > div > .holder {
  width: 10px;
  min-width: 10px;
  height: 100%;
  border-left: solid 6px rgba(255, 255, 255, .15);
}

.logs > div > div:nth-child(2) {
  max-width: 500px;
  display: flex;
  flex: 1;
  font-family: auto;
  font-size: 15px;
}

.logs > div > div:nth-child(2) > span {
  display: flex;
  flex: 1;
}

.logs > div > div:nth-child(2) > span.right {
  justify-content: flex-end;
}

.logs {
  scrollbar-color: #606060 #161A25;
  scrollbar-width: thin;
}
.logs::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background-color: red;
}
.logs::-webkit-scrollbar-corner {
  background: #161A25;
}
.logs::-webkit-scrollbar-thumb {
  background: #606060;
  border: 1px solid #161A25;
}
.logs::-webkit-scrollbar-thumb:hover {
  background: #868686;
}
.logs::-webkit-scrollbar-track {
  border: 1px solid #161A25;
  background-color: #161A25;
}

.depth {
  overflow: hidden;
  height: 240px;
  color: rgba(255, 255, 255, .95);
  width: calc(100% + 32px);
  transform: translate(-16px, 0);
}

.depth > div {
  display: flex;
  height: 36px;
}

.depth > div:nth-child(2n-1) {
  background-color: rgba(0, 0, 0, .25);
}

.depth > div.active > div:nth-child(2) {
  border: solid 1px #1F87D8;
}

.depth > div > div {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
}

.depth > div > div:nth-child(1) {
  justify-content: flex-end;
}

.depth > div > div:nth-child(2) {
  justify-content: center;
}

.depth > div > div:nth-child(3) {
  justify-content: flex-start;
}

.depth > div > div > span {
  position: relative;
  z-index: 1;
}

.depth > div > div > div {
  position: absolute;
  height: 100%;
  opacity: .5;
}

.depth > div > div:nth-child(1) > div {
  background-color: #F75D3A;
}

.depth > div > div:nth-child(3) > div {
  background-color: #1695B2;
}



.app.pc {
  max-width: initial;
}

.app.pc .tradingview-widget-container {
  position: relative;
  width: 100%;
  height: 100%;
  transform: initial;
}

.app.pc .tradingview-widget-container > div,
.app.pc .tradingview-widget-container > div > div {
  height: 100% !important;
}

.app.pc .tradingview-widget-container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.app.pc section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}

.app.pc section .bottom {
  flex: 0 0 150px;
}

.app.pc section .top,
.app.pc section .top .left {
  display: flex;
  flex: 1;
}

.app.pc section .top .left {
  flex-direction: column;
}

.app.pc section .top .left .left-top {
  flex: 1;
  margin-bottom: 24px;
  backdrop-filter: blur(15px);
}

.app.pc section .top .left .left-bottom {
  display: flex;
  flex: 0 0 300px;
}

.app.pc section .top .left .left-bottom > .card {
  flex: 1;
  margin-right: 16px;
}

.app.pc section .top .left .left-bottom > .tradingview-widget-container {
  flex: 0 0 400px;
  height: 356px;
}

.app.pc section .top .right-1,
.app.pc section .top .right-2 {
  overflow-y: auto;
  flex: 0 0 380px;
  height: calc(100vh - 12px);
}

.app.pc section .top .right-1::-webkit-scrollbar,
.app.pc section .top .right-2::-webkit-scrollbar {
  display: none;
}

.app.pc section .top .left,
.app.pc section .top .right-1 {
  margin-right: 16px;
}

.app.pc section .card {
  background-color: rgba(0, 0, 0, .56);
}

.app.pc section .card:first-child {
  margin-top: 0;
}

.timer,
.krw {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 100;
  z-index: 10;
  user-select: none;
  pointer-events: none;
}

.krw {
  font-size: 16px;
  left: 20px;
  top: 50px;
  letter-spacing: 1px;
  font-weight: 700;
}

.gauge {
  position: absolute;
  top: 23px;
  left: 148px;
  color: #FFFFFF;
  width: 42px;
  z-index: 10;
  transform: rotate(90deg);
  user-select: none;
  pointer-events: none;
}

.app.pc .timer,
.app.pc .krw {
  position: absolute;
  top: 30px;
  left: 38px;
  color: #FFFFFF;
  font-size: 63px;
  font-weight: 100;
  z-index: 10;
  user-select: none;
  pointer-events: none;
}

.app.pc .krw {
  font-size: 30px;
  left: 45px;
  top: 97px;
  letter-spacing: 2px;
  font-weight: 700;
}

.app.pc .gauge {
  position: absolute;
  top: 41px;
  left: 283px;
  color: #FFFFFF;
  width: 84px;
  z-index: 10;
  transform: rotate(90deg);
  user-select: none;
  pointer-events: none;
}
