@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);@font-face {
  font-family: "School Stone Wall";
  src: url("/font/HakgyoansimDoldamM.otf");
}

@font-face {
  font-family: "Moms Blanket";
  src: url("/font/RixMomsBlanketR.ttf");
}

@font-face {
  font-family: "ChosunCentennial";
  src: url("/font/ChosunCentennial.ttf");
}

@font-face {
  font-family: "efef";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.1/dimibang_new.woff") format("woff");
}

/*
@font-face {
    font-family: 'Kanibuk';
    src: url('/font/Kanibuk.woff') format('woff');
}

@font-face {
    font-family: 'Kanibuk';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.5/Kanibuk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@keyframes text_fadein {
  from {
    color: #777777;
  }

  to {
    color: #000000;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes text_fadein_night {
  from {
    color: #cccccc;
  }

  to {
    color: #ffffff;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes td_hover {
  from {
    background: #e9fff3;
  }

  to {
    background: #e9fff3;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes zoom-in {
  0% {
    transform: scale(1, 1) translateZ(1px);
  }

  100% {
    transform: scale(1.04, 1.04) translateZ(1px);
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1.04, 1.04) translateZ(1px);
  }

  100% {
    transform: scale(1, 1) translateZ(1px);
  }
}

.zoom-bg-in {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: zoom-in 0.2s;
  /* IE 10+, Fx 29+ */
  animation-fill-mode: forwards;
}

.zoom-bg-out {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: zoom-out 0.2s;
  /* IE 10+, Fx 29+ */
  animation-fill-mode: forwards;
}

.loader-dot1 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-dot1 div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: gainsboro;
  border-radius: 50%;
  animation: loader-dot1 1.2s linear infinite;
}

.loader-dot1 div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.loader-dot1 div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.loader-dot1 div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.loader-dot1 div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.loader-dot1 div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.loader-dot1 div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.loader-dot1 div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.loader-dot1 div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.loader-dot1 div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.loader-dot1 div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.loader-dot1 div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.loader-dot1 div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes loader-dot1 {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.loader-spinner1 {
  color: official;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-top: -20px;
}

.loader-spinner1 div {
  transform-origin: 30px 30px;
  animation: loader-spinner1 1.2s linear infinite;
}

.loader-spinner1 div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
  width: 3px;
  height: 6px;
  border-radius: 10%;
  background: gainsboro;
}

.loader-spinner1 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.loader-spinner1 div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.loader-spinner1 div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.loader-spinner1 div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.loader-spinner1 div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.loader-spinner1 div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.loader-spinner1 div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.loader-spinner1 div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.loader-spinner1 div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.loader-spinner1 div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.loader-spinner1 div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.loader-spinner1 div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes loader-spinner1 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loader-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-top: -20px;
}

.loader-spinner div {
  transform-origin: 30px 30px;
  animation: loader-spinner 1s linear infinite;
}

.loader-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 18px;
  left: 30px;
  width: 2px;
  height: 4px;
  border-radius: 10%;
  background: gainsboro;
}

.loader-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9s;
}

.loader-spinner div:nth-child(2) {
  transform: rotate(36deg);
  animation-delay: -0.8s;
}

.loader-spinner div:nth-child(3) {
  transform: rotate(72deg);
  animation-delay: -0.7s;
}

.loader-spinner div:nth-child(4) {
  transform: rotate(108deg);
  animation-delay: -0.6s;
}

.loader-spinner div:nth-child(5) {
  transform: rotate(144deg);
  animation-delay: -0.5s;
}

.loader-spinner div:nth-child(6) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
}

.loader-spinner div:nth-child(7) {
  transform: rotate(216deg);
  animation-delay: -0.3s;
}

.loader-spinner div:nth-child(8) {
  transform: rotate(252deg);
  animation-delay: -0.2s;
}

.loader-spinner div:nth-child(9) {
  transform: rotate(288deg);
  animation-delay: -0.1s;
}

.loader-spinner div:nth-child(10) {
  transform: rotate(324deg);
  animation-delay: 0s;
}

@keyframes loader-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

/* Opera < 12.1 */

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadein_down {
  from {
    top: -200px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadein_down_s {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout_up {
  from {
    top: 0px;
    opacity: 1;
  }

  to {
    top: -200px;
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout_up_s {
  from {
    top: 0px;
    opacity: 1;
  }

  to {
    top: -20px;
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadein_up {
  from {
    top: 200px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout_down {
  from {
    top: 0px;
    opacity: 1;
  }

  to {
    top: 200px;
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadein_right {
  from {
    left: -200px;
    opacity: 0;
  }

  to {
    left: 0px;
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout_left {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: -200px;
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadein_left {
  from {
    left: 200px;
    opacity: 0;
  }

  to {
    left: 0px;
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout_right {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: 200px;
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

.livenow {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.livenow > div {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  border: 1px solid #f02828;
  animation: live 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

.livenow > div:nth-child(1) {
  background-color: rgba(240, 40, 40, 0.3);
  background-color: #f02828;
  animation-delay: -0.1s;
}

.livenow > div:nth-child(2) {
  animation-delay: 0.16s;
}

.livenow > div:nth-child(3) {
  animation-delay: 0.42s;
  border: 1px solid rgba(240, 40, 40, 0.5);
}

.livenow > div:nth-child(4) {
  border: 1px solid #f02828;
  animation-delay: -0.42s;
}

@keyframes live {
  0%, 80%, 100% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes blur_update {
  from {
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
  }

  to {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Opera < 12.1 */

@keyframes blur_update_z {
  from {
    z-index: 2;
  }

  to {
    z-index: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Opera < 12.1 */

.calendar-item {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}

.calendar-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.calendar-item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.calendar-item-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.calendar-item-cell.week {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.calendar-item-cell.day:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}

.calendar-item-cell.selected {
  background: rgba(35, 117, 171, 0.4);
}

.calendar-item-cell.out {
  color: rgba(255, 255, 255, 0.2);
}

.calendar-item-days {
  display: flex;
  flex-direction: column;
}

.calendar-item-days tr {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.m .calendar-item {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.m .calendar-item-header {
  flex-shrink: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.m .calendar-item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
}

.m .calendar-item-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 1px;
  height: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.m .calendar-item-cell.week {
  height: 25px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.m .calendar-item-cell.day:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}

.m .calendar-item-cell.selected {
  background: rgba(35, 117, 171, 0.4);
}

.m .calendar-item-cell.out {
  color: rgba(255, 255, 255, 0.2);
}

.m .calendar-item-days {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.m .calendar-item-days tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}

html {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-width: 800px;
  margin: 0px;
  padding: 0;
  clear: both;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: white;
}

body::-webkit-scrollbar {
  width: 0px;
}

body.m {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: unset;
  background: white;
}

.app {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.app-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.app-main-pc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.app-main-mobile {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.app-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.app-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100px;
}

.app-body-pad {
  flex-shrink: 0;
  height: 100%;
}

.m .app {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.m .app-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  background-image: unset;
}

.m .app-nav {
  display: flex;
  flex-direction: row;
}

.m .app-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0px;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  flex-grow: 1;
}

.body-page {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.body-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow-y: scroll;
  z-index: 1;
}

.body-content::-webkit-scrollbar {
  width: 10px;
}

.body-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.body-content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.m .body-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rowspan {
  width: 100%;
}

.rowdiv {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.columndiv {
  display: flex;
  flex-direction: column;
}

.noselect {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                supported by Chrome, Edge, Opera and Firefox */
}

.signin-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 30px;
  margin-right: 10px;
}

.m .signin-box {
  display: flex;
  flex-direction: column;
  width: 92%;
  height: 70px;
  margin-right: 10px;
}

.signin-btn {
  display: none;
}

.m .signin-btn span {
  font-size: 35px;
}

.m .signin-btn svg {
  width: 30px;
  height: 30px;
}

.show {
  display: block;
}

.show-inline {
  display: inline-flex;
}

.pad {
  flex-grow: 1;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.header-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(50px);
  z-index: -1;
}

.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 0px;
  height: 100%;
}

.header-left.colapsed {
  position: relative;
  left: unset;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 0px;
  height: 100%;
}

.header-right.colapsed {
  position: relative;
  left: unset;
}

.header-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-center.colapsed {
  width: auto;
  flex-grow: 1;
}

.header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
}

.header-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 17px;
  width: 21px;
  padding: 7px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 50%;
}

.header-menu-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.header-menu-line {
  flex-shrink: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}

.header-menu:hover {
  cursor: pointer;
}

.header-shadow-nav {
  flex-shrink: 0;
  width: 70px;
  transition: width 0.4s;
}

.header-shadow-nav.expanded {
  width: 250px;
}

.header-shadow-lside {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 300px;
}

.header-shadow-rside {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 300px;
}

.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-logo:hover {
  cursor: pointer;
}

.header-logo:hover .header-logo-text {
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.27);
}

.header-logo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  height: 24px;
}

.header-logo-text {
  margin-left: 15px;
  font-weight: 600;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  border-radius: 50%;
}

.header-btn-icon {
  width: 60%;
  height: 60%;
  opacity: 0.7;
}

.header-btn-icon.notice {
  background: url("/img/notice.png") no-repeat;
  background-size: 100% 100%;
}

.header-btn-icon.tr {
  background: url("/img/trading_room.png") no-repeat;
  background-size: 100% 100%;
}

.header-btn:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}

.header-btn:hover .header-tooltip {
  display: block;
}

.header-btn-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 6px;
  border-radius: 7px;
  font-size: 10px;
  background: #ff5442;
  color: white;
  zoom: 0.9;
}

.header-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(100, 100, 100, 0.95);
  opacity: 0;
  animation: fadein 0.3s 0.1s forwards;
}

.header-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 20px;
}

.header-login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 30px;
  font-size: 12px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(253, 222, 225, 0.5);
}

.header-login-btn:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.6);
}

.header-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
}

.header-user-thumb {
  width: 28px;
  height: 28px;
  border-radius: 42%;
}

.header-user-thumb:hover {
  cursor: pointer;
  opacity: 0.9;
}

.header-user-menu {
  display: flex;
  flex-direction: column;
  display: none;
  position: absolute;
  right: 10px;
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  height: auto;
  top: 55px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 5px 10px 0px rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-user-menu-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-user-menu-header-thumb {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 12px;
}

.header-user-menu-header-nick {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.header-user-menu-items {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-user-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.header-user-menu-item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
}

.header-user-menu-item-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  opacity: 0.7;
}

.header-user-menu-item-icon.notice {
  background: url("/img/alert.png") no-repeat;
  background-size: 100% 100%;
}

.header-user-menu-item-icon.tr {
  background: url("/img/trading_room.png") no-repeat;
  background-size: 100% 100%;
}

.header-user-menu-item-icon.signout {
  background: url("/img/signout.png") no-repeat;
  background-size: 100% 100%;
}

.header-searchbox {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
}

.header-searchbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.header-searchbox-input {
  flex-grow: 1;
  height: 35px;
  padding-left: 10px;
  font-size: 13px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
}

.header-searchbox-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.header-searchbox-result {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: auto;
  height: 260px;
  min-width: 500px;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 10px 0px rgba(10, 10, 10, 0.4);
  z-index: 1;
}

.header-searchbox-result-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-searchbox-result-content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.header-searchbox-result-content::-webkit-scrollbar {
  width: 5px;
}

.header-searchbox-result-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
}

.header-searchbox-result-content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}

.header-searchbox-result-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100px;
}

.header-searchbox-result-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 25px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.07);
}

.header-searchbox-result-tab-item {
  margin-right: 10px;
  margin-bottom: -2px;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.header-searchbox-result-tab-item:hover {
  cursor: pointer;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.header-searchbox-result-tab-item.active {
  color: #fddee1;
  border-bottom: 3px solid rgba(253, 222, 225, 0.8);
}

.header-searchbox-result-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  color: #a0a0a0;
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.1);
}

.header-searchbox-result-header div:hover {
  cursor: pointer;
  color: black;
}

.header-searchbox-result-header-name {
  width: 100px;
  padding-left: 45px;
}

.header-searchbox-result-header-symbol {
  width: 50px;
  padding-left: 10px;
}

.header-searchbox-result-header-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 90px;
}

.header-searchbox-result-header-change {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 80px;
}

.header-searchbox-result-header-volume {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
}

.header-searchbox-result-header-currency {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  font-size: 12px;
  border-radius: 50%;
  color: #b4b4b4;
  background: rgba(0, 0, 0, 0.04);
}

.header-searchbox-result-header-currency:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
}

.header-searchbox-result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 10px;
  padding-left: 25px;
  padding-right: 15px;
}

.header-searchbox-result-item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
}

.header-searchbox-result-item:hover .header-searchbox-result-item-arrow {
  background: url("/img/arrow_down.png") no-repeat;
  background-size: 100% 100%;
}

.header-searchbox-result-item.active {
  background: #232b3a;
}

.header-searchbox-result-item-coin {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 130px;
  font-size: 12px;
  color: #e6e6e6;
}

.header-searchbox-result-item-coin img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.header-searchbox-result-item-symbol {
  width: 50px;
  padding-left: 10px;
  font-size: 12px;
  color: #b4b4b4;
}

.header-searchbox-result-item-price {
  width: 90px;
  text-align: right;
  font-size: 12px;
  color: #b4b4b4;
}

.header-searchbox-result-item-change {
  width: 80px;
  text-align: right;
  font-size: 12px;
  color: #b4b4b4;
}

.header-searchbox-result-item-volume {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
  font-size: 12px;
  color: #b4b4b4;
}

.header-searchbox-result-item-arrow {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  transform: rotate(270deg);
}

.header-searchbox-result-market {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 200px;
  height: auto;
  top: 0px;
  right: -200px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 10px 0px rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-searchbox-result-market-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.header-searchbox-result-market-item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
}

.header-searchbox-result-market-item-exlogo {
  width: 16px;
  height: 16px;
}

.header-searchbox-result-market-item-exchange {
  width: 130px;
  margin-left: 10px;
  color: #c8c8c8;
}

.header-searchbox-result-market-item-quote {
  width: 50px;
  color: #c8c8c8;
}

.header-searchbox-result-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.m .header-searchbox {
  width: 100%;
}

.m .header-searchbox-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 20%;
  margin-right: 20px;
}

.m .header-searchbox-input {
  width: 85%;
  height: 60px;
  padding-left: 20px;
  font-size: 25px;
  border-radius: 5px;
}

.m .header-searchbox-result {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 55px;
  left: 5px;
  width: 99%;
  max-height: 460px;
  margin-top: 50px;
  background: rgba(30, 40, 53, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 10px 0px rgba(10, 10, 10, 0.4);
}

.m .header-searchbox-result-content::-webkit-scrollbar {
  width: 10px;
}

.m .header-searchbox-result-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.m .header-searchbox-result-content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.m .header-searchbox-result-header {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
}

.m .header-searchbox-result-header-name {
  width: 190px;
  padding-left: 55px;
}

.m .header-searchbox-result-header-symbol {
  width: 100px;
  padding-left: 10px;
}

.m .header-searchbox-result-header-price {
  flex-grow: 1;
}

.m .header-searchbox-result-header-change {
  width: 150px;
}

.m .header-searchbox-result-header-volume {
  width: 170px;
}

.m .header-searchbox-result-header-currency {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  font-size: 26px;
}

.m .header-searchbox-result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 17px;
  padding-left: 25px;
  padding-right: 40px;
}

.m .header-searchbox-result-item-coin {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 230px;
  font-size: 26px;
}

.m .header-searchbox-result-item-coin img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.m .header-searchbox-result-item-symbol {
  width: 100px;
  padding-left: 20px;
  font-size: 26px;
}

.m .header-searchbox-result-item-price {
  flex-grow: 1;
  font-size: 26px;
}

.m .header-searchbox-result-item-change {
  width: 150px;
  font-size: 26px;
}

.m .header-searchbox-result-item-volume {
  width: 170px;
  font-size: 26px;
}

.m .header-searchbox-result-item-arrow {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  transform: rotate(270deg);
}

.m .header-searchbox-result-market {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 200px;
  height: auto;
  top: 0px;
  right: -200px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(30, 40, 53, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 5px 0px rgba(10, 10, 10, 0.4);
}

.m .header-searchbox-result-market-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.m .header-searchbox-result-market-item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.02);
}

.m .header-searchbox-result-market-item-exlogo {
  width: 16px;
  height: 16px;
}

.m .header-searchbox-result-market-item-exchange {
  width: 130px;
  margin-left: 10px;
  color: #c8c8c8;
}

.m .header-searchbox-result-market-item-quote {
  width: 50px;
  color: #c8c8c8;
}

.header-searchbox-trader {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.header-searchbox-trader:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.02);
}

.header-searchbox-trader-thumb {
  width: 20px;
  height: 20px;
  border-radius: 42%;
  margin-right: 15px;
}

.header-searchbox-trader-nick {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
}

.header-searchbox-trader-badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

.header-searchbox-trader-follower {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 60px;
}

.header-searchbox-trader-follower:hover .header-searchbox-trader-tooltip {
  display: block;
}

.header-searchbox-trader-follower-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("/img/following.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}

.header-searchbox-trader-follower-num {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
}

.header-searchbox-trader-level {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 16px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 7px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.header-searchbox-trader-level-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 45px;
  margin-right: 5px;
}

.header-searchbox-trader-level-wrapper:hover .header-searchbox-trader-tooltip {
  display: block;
}

.header-searchbox-trader-level-icon {
  width: 11px;
  height: 10px;
  margin-right: 5px;
  opacity: 0.7;
}

.header-searchbox-trader-level-icon.trader {
  background: url("/img/trader.png") no-repeat;
  background-size: 100% 100%;
}

.header-searchbox-trader-level-icon.celerb {
  background: url("/img/star.png") no-repeat;
  background-size: 100% 100%;
}

.header-searchbox-trader-level-text {
  margin-top: 1px;
  font-size: 10px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.8);
}

.header-searchbox-trader-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  background: rgba(80, 80, 80, 0.98);
  opacity: 0;
  z-index: 1;
  animation: fadein 0.2s 0.5s forwards;
}

.m .header-searchbox-trader {
  padding: 14px;
  padding-left: 20px;
  padding-right: 10px;
}

.m .header-searchbox-trader-thumb {
  width: 35px;
  height: 35px;
  border-radius: 42%;
  margin-right: 15px;
}

.m .header-searchbox-trader-nick {
  font-size: 13px;
}

.m .header-searchbox-trader-badges {
  margin-right: 10px;
}

.m .header-searchbox-trader-follower {
  width: 55px;
}

.m .header-searchbox-trader-follower-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.m .header-searchbox-trader-follower-num {
  font-size: 13px;
}

.m .header-searchbox-trader-level {
  height: 20px;
  margin-right: 0px;
  padding-left: 7px;
  padding-right: 9px;
  border-radius: 10px;
}

.m .header-searchbox-trader-level-wrapper {
  width: 50px;
  margin-right: 5px;
}

.m .header-searchbox-trader-level-icon {
  width: 13px;
  height: 12px;
  margin-right: 5px;
  opacity: 0.7;
}

.m .header-searchbox-trader-level-text {
  margin-top: 1px;
  font-size: 11px;
}

.login-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  z-index: 99999;
  display: none;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 8px rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
}

.login-title {
  font-size: 13px;
  color: white;
}

.login-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.9;
}

.login-btn.google {
  background: #131722;
}

.login-btn:hover {
  cursor: pointer;
  opacity: 1;
}

.login-btn-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.login-btn-logo.naver {
  background: url("/img/naver_logo.png") no-repeat;
  background-size: 100% 100%;
}

.login-btn-logo.kakao {
  background: url("/img/kakao.png") no-repeat;
  background-size: 100% 100%;
}

.login-btn-logo.google {
  background: url("/img/gsignin.png") no-repeat;
  background-size: 30px 30px;
  background-position: center;
}

.login-btn-text {
  margin-left: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.login-info {
  margin-top: 20px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.login-info a {
  color: rgba(230, 201, 39, 0.8);
}

.login-info a:hover {
  cursor: pointer;
  color: #e6c927;
}

.m .login {
  /*
  	&-btn {
  		height: 80px;
  		margin-bottom: 20px;
  		border-radius: 6px;

  		&-logo {
  			width: 40px;
  			height: 40px;
  		}

  		&-text {
  			margin-left: 20px;
  			font-size: 30px;
  		}
  	}

  	&-info {
  		margin-top: 40px;
  		font-size: 20px;
  	}
  */
}

.m .login-modal {
  background: rgba(10, 10, 10, 0.4);
}

.m .login-box {
  width: 80%;
}

.header-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}

.header-credit:hover {
  cursor: pointer;
}

.header-credit:hover .header-tooltip {
  display: block;
}

.header-credit-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
  padding-left: 12px;
  padding-right: 15px;
  border-radius: 18px;
  background: rgba(253, 222, 225, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-credit-content:hover {
  background: rgba(253, 222, 225, 0.6);
}

.header-credit-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.header-credit-count {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.header-credit-bottle {
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: -3px;
}

.header-credit-bottle-entire {
  width: 100%;
  height: 100%;
  background: url("/img/bottle_entire.png") no-repeat;
  background-size: 100% 100%;
}

.header-credit-bottle-entire.critical {
  background: url("/img/bottle_entire_critical.png") no-repeat;
  background-size: 100% 100%;
}

.header-credit-bottle-left {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
}

.header-credit-bottle-left-icon {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 17px;
  background: url("/img/bottle_icon.png") no-repeat;
  background-size: 100% 100%;
}

.header-credit-bottle-left-icon.low {
  background: url("/img/bottle_low.png") no-repeat;
  background-size: 100% 100%;
}

.header-credit-bottle-left-icon.critical {
  background: url("/img/bottle_critical.png") no-repeat;
  background-size: 100% 100%;
}

.header-credit-bottle-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 3px;
}

.header-credit-bottle-more-plus {
  margin-right: 2px;
  font-size: 11px;
  color: white;
}

.header-credit-bottle-more-num {
  font-size: 14px;
  color: white;
}

.header-credit-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: auto;
  top: 50px;
  right: 50px;
  padding: 20px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 5px 10px 0px rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  overflow-y: auto;
  z-index: 1;
}

.header-credit-box::-webkit-scrollbar {
  width: 10px;
}

.header-credit-box::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.header-credit-box:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}

.header-credit-box-buy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 8px;
  color: white;
  background: rgba(253, 222, 225, 0.2);
  transition: all 0.2s;
}

.header-credit-box-buy:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.4);
}

.m .header-credit {
  margin-right: 0px;
}

.m .header-credit-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
  width: 100%;
  right: 0px;
  padding: 0px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  overflow-y: auto;
  z-index: 1;
}

.m .header-credit-box-inner {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.m .header-credit-box-buy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  margin-top: 40px;
  font-size: 14px;
  border-radius: 10px;
  background: rgba(253, 222, 225, 0.4);
  transition: unset;
}

.navbar-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0px;
  flex-shrink: 0;
  width: 70px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(60px);
  transition: width 0.4s;
  z-index: 5;
}

.navbar-wrapper.expand {
  width: 250px;
}

.navbar {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 100px;
  margin-top: 56px;
  background: rgba(0, 0, 0, 0);
  overflow-y: overlay;
  z-index: 100;
}

.navbar::-webkit-scrollbar {
  width: 5px;
}

.navbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.navbar:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

.navbar.main {
  animation: fadein 0.5s;
}

.navbar-shadow {
  width: 70px;
  transition: width 0.4s;
}

.navbar-shadow.expand {
  width: 250px;
}

.navbar-group {
  display: flex;
  flex-direction: column;
}

.navbar-group-items {
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  overflow-y: hidden;
}

.navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #d2d2d2;
}

.navbar-item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
}

.navbar-item:hover .navbar-item-icon {
  opacity: 1;
}

.navbar-item.active {
  background: rgba(0, 0, 0, 0.07);
}

.navbar-item.settings {
  margin-bottom: 20px;
}

.navbar-item-icon {
  width: 30px;
  height: 30px;
  opacity: 0.8;
}

.navbar-item-icon.ksdetector {
  background: url("/img/ksicon.png") no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

.navbar-item-icon.hp {
  background: url("/img/ksicon.png") no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

.navbar-item-icon.docs {
  background: url("/img/docs.png") no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.navbar-item-text {
  margin-top: 7px;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.8);
}

.navbar-item-arrow {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url("/img/arrow_down2.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s;
  opacity: 0.6;
}

.navbar-item-arrow.up {
  transform: rotate(180deg);
}

.navbar-tooltip {
  display: none;
  position: absolute;
  bottom: 0px;
  width: -moz-max-content;
  width: max-content;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(100, 100, 100, 0.95);
  opacity: 0;
  animation: fadein 0.4s 0.5s forwards;
}

.expand .navbar-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
  padding-right: 10px;
}

.expand .navbar-item.sub {
  margin-left: 37px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.expand .navbar-item.sub .navbar-item-text {
  font-size: 12px;
}

.expand .navbar-item.sub:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.expand .navbar-item-text {
  margin-left: 15px;
  margin-top: 0px;
  font-size: 14px;
}

.expand .navbar-item-icon {
  opacity: 0.7;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-logo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  height: 24px;
}

.footer-logo-text {
  margin-left: 15px;
  font-weight: 600;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.footer-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-line.link {
  margin-bottom: 10px;
}

.footer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.footer-item-name {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}

.footer-item-value {
  color: rgba(0, 0, 0, 0.9);
}

.footer-item-link {
  color: #c8b419;
}

.footer-item-link:hover {
  cursor: pointer;
  color: #aa960a;
}

.footer-item-link-pad {
  margin-right: 10px;
}

.footer-item-partition {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.6);
}

.m .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: unset;
  padding-top: 50px;
  padding-bottom: 100px;
  line-height: 30px;
}

.m .footer-wrapper {
  padding: 20px;
  z-index: 2;
}

.m .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m .footer-logo {
  height: 35px;
}

.m .footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  font-weight: 550;
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #8c8c8c;
}

.m .footer-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.m .footer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.m .footer-item-name {
  color: #969696;
  margin-right: 8px;
}

.m .footer-item-value {
  color: #fafafa;
}

.m .footer-item-youtube {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  color: #b9af32;
  text-decoration: underline;
}

.m .footer-item-youtube:hover {
  cursor: pointer;
  color: #c8c832;
}

.m .footer-item-partition {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 9px;
  color: #969696;
}

.img-viewer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
}

.img-viewer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 8px rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
}

.img-viewer img {
  width: 100%;
  height: 100%;
}

.alert-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 50px;
  bottom: 10px;
  max-width: 400px;
  height: auto;
  padding: 20px;
  border-radius: 4px;
  background: rgba(30, 30, 30, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 1px 1px 6px 0px rgba(10, 10, 10, 0.7);
  z-index: 1006;
  animation: fadein 0.5s;
}

.alert-modal-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.alert-modal-title-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  opacity: 0.8;
}

.alert-modal-title-icon.thumb {
  width: 15px;
  height: 15px;
  border-radius: 6px;
}

.alert-modal-title-text {
  margin-right: 20px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.alert-modal-title-time {
  flex-grow: 1;
  text-align: right;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.alert-modal-title-close {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url("/img/delete2.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}

.alert-modal-title-close:hover {
  cursor: pointer;
  opacity: 1;
}

.alert-modal-body {
  padding-top: 15px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.alert-modal-content {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}

.alert-modal-content.walert {
  padding: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 220px;
}

.alert-modal-content-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.alert-modal-content-logo {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.alert-modal-content-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.alert-modal-content-subtext {
  color: rgba(255, 255, 255, 0.5);
}

.alert-modal-content-space {
  margin-right: 12px;
}

.alert-modal-content-symbol {
  margin-left: 5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.alert-modal-content-value {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #fad228;
}

.alert-modal-dot {
  width: 2px;
  height: 2px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.alert-modal-cp-exchange-logo {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.alert-modal-cp-exchange-name {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.alert-modal-cp-coin-logo {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.alert-modal-cp-coin-symbol {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.alert-modal-cp-interval {
  font-size: 11px;
  color: #dcbe00;
}

.alert-modal-cp-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 8px;
}

.alert-modal-cp-state {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.alert-modal-cp-text {
  margin-right: 15px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.alert-modal-cp-score {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  color: #dcbe00;
}

.m .alert-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
  max-width: none;
  padding: 20px;
  border-radius: 8px;
  /*
  	&-body {
  		padding-top: 30px;
  		font-size: 22px;
  	}
  */
}

.m .alert-modal-title-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.m .alert-modal-title-icon.thumb {
  width: 20px;
  height: 20px;
  border-radius: 8px;
}

.m .alert-modal-title-text {
  font-size: 12px;
}

.m .alert-modal-title-time {
  font-size: 12px;
}

.m .alert-modal-title-close {
  width: 22px;
  height: 22px;
}

.m .alert-modal-content {
  width: auto;
  border-radius: 8px;
  /*
  		&.walert {
  			padding: 30px;
  			padding-top: 16px;
  			padding-bottom: 16px;
  			width: auto;
  		}

  		&-line {
  			margin-top: 8px;
  			margin-bottom: 8px;
  		}

  		&-logo {
  			width: 28px;
  			height: 28px;
  			margin-right: 6px;
  		}

  		&-text {
  			font-size: 25px;
  		}

  		&-subtext {
  		}

  		&-space {
  			margin-right: 20px;
  		}

  		&-symbol {
  			margin-left: 10px;
  			font-size: 25px;
  		}

  		&-value {
  			margin-left: 20px;
  			margin-right: 20px;
  			font-size: 25px;
  		}
  */
}

.info-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 50px;
  bottom: 10px;
  max-width: 300px;
  min-width: 200px;
  height: auto;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 1px 1px 6px 0px rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1001;
}

.info-modal.fadeout {
  animation: fadeout 1s linear forwards;
}

.m .info-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 30px;
  right: 30px;
  bottom: 100px;
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 4px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 1px 1px 10px 0px rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1001;
}

.m .info-modal.fadeout {
  animation: fadeout 1s linear forwards;
}

@keyframes fadein_notice {
  from {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }

  to {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(52px);
    -webkit-backdrop-filter: blur(52px);
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout_notice {
  from {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(52px);
    -webkit-backdrop-filter: blur(52px);
  }

  to {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

.notice-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1006;
  /*
  		&.show {
  			-webkit-animation: fadein_notice 0.3s forwards;
  			   -moz-animation: fadein_notice 0.3s forwards;
  			    -ms-animation: fadein_notice 0.3s forwards;
  		 	     -o-animation: fadein_notice 0.3s forwards;
  					animation: fadein_notice 0.3s forwards;			
  		}

  		&.hide {
  			-webkit-animation: fadeout_notice 0.3s forwards;
  			   -moz-animation: fadeout_notice 0.3s forwards;
  			    -ms-animation: fadeout_notice 0.3s forwards;
  		 	     -o-animation: fadeout_notice 0.3s forwards;
  					animation: fadeout_notice 0.3s forwards;			
  		}
  */
}

.notice-box {
  display: flex;
  flex-direction: column;
  width: 400px;
  padding: 30px;
  border-radius: 5px;
  background: rgba(200, 200, 200, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(52px);
  -webkit-backdrop-filter: blur(52px);
}

.notice-item {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 30px;
}

.notice-text {
  word-break: keep-all;
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.notice-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin-top: 25px;
  font-size: 11px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(253, 222, 225, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.notice-btn:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(253, 222, 225, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.notice-badge-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.notice-badge-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.m .notice-modal {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1006;
}

.m .notice-box {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 30px;
  border-radius: 5px;
}

.m .notice-text {
  font-size: 14px;
  line-height: 20px;
}

.m .notice-btn {
  width: 100%;
  height: 45px;
  margin-top: 40px;
  font-size: 14px;
  border-radius: 3px;
}

.docs-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 100px;
}

.docs-page::-webkit-scrollbar {
  width: 5px;
}

.docs-page::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.docs-page-background {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 750px;
  background: linear-gradient(0deg, rgba(22, 30, 40, 0) 0%, #2f5a6f 100%);
}

.docs-page-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.docs-page-body.show {
  animation: fadein 0.5s forwards;
}

.docs-page-body.hide {
  animation: fadeout 0.5s forwards;
}

.docs-page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-top: 100px;
  z-index: 1;
}

.docs-page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.docs-page-title-logo {
  height: 60px;
}

.docs-page-title-text {
  margin-left: 20px;
  font-size: 60px;
  letter-spacing: 10px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.9);
}

.docs-page-title-background {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 290px;
  background: linear-gradient(0deg, rgba(22, 30, 40, 0) 0%, rgba(47, 111, 109, 0.6) 100%);
}

.docs-content {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin-bottom: 100px;
}

.docs-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.docs-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 140px;
}

.docs-title-logo {
  height: 95px;
  margin-left: -100px;
  margin-right: 10px;
  opacity: 0.8;
}

.docs-title-text {
  font-size: 43px;
  font-weight: 500;
  word-break: keep-all;
  color: white;
}

.docs-paragraph {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.docs-img {
  width: 100%;
  margin-bottom: 60px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.docs-indent {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.docs-text-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.docs-text-item-title {
  font-size: 30px;
  font-weight: 600;
  word-break: keep-all;
  color: white;
}

.docs-text-item-subtitle {
  font-size: 23px;
  font-weight: 600;
  word-break: keep-all;
  color: white;
}

.docs-text-item-text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.8);
}

.docs-text-item-text.alert {
  color: rgba(255, 10, 10, 0.8);
  font-weight: 600;
}

.docs-text-item-text.sub {
  font-size: 16px;
  line-height: 2px;
}

.docs-text-item p {
  display: contents;
  color: rgba(230, 200, 35, 0.9);
}

.docs-text-item p:hover {
  cursor: pointer;
  color: #ffe63c;
}

.docs-text-point {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
}

.docs-text-point-dot {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.docs-text-point-text {
  font-size: 18px;
  line-height: 28px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.8);
}

.m .docs-page {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #213040;
  padding-bottom: 100px;
  overflow-y: overlay;
  z-index: 101;
}

.m .docs-page.show {
  animation: fadein_right 0.5s;
}

.m .docs-page.hide {
  animation: fadeout_left 0.5s forwards;
}

.m .docs-page::-webkit-scrollbar {
  width: 5px;
}

.m .docs-page::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.m .docs-page-background {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 500px;
  background: linear-gradient(0deg, rgba(22, 30, 40, 0) 0%, #2f5a6f 100%);
}

.m .docs-page-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.m .docs-page-body.show {
  animation: fadein 0.5s forwards;
}

.m .docs-page-body.hide {
  animation: fadeout 0.5s forwards;
}

.m .docs-page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: unset;
  margin-top: 30px;
  z-index: 1;
}

.m .docs-page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.m .docs-page-title-logo {
  height: 25px;
  margin-left: 20px;
}

.m .docs-page-title-text {
  margin-left: 20px;
  font-size: 25px;
  letter-spacing: 7px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.9);
}

.m .docs-page-title-background {
  height: 230px;
}

.m .docs-page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m .docs-page-header-back {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url("/img/back.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .docs-page-header-close {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url("/img/delete2.png") no-repeat;
  background-size: 120% 120%;
  opacity: 0.8;
}

.m .docs-page-header-list {
  width: 30px;
  height: 30px;
  background: url("/img/menu.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .docs-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: unset;
  margin-bottom: 100px;
}

.m .docs-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 20px;
}

.m .docs-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 100px;
}

.m .docs-title-text {
  font-size: 25px;
  line-height: 35px;
}

.m .docs-paragraph {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}

.m .docs-img {
  width: 100%;
  margin-bottom: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.m .docs-indent {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.m .docs-text-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.m .docs-text-item-title {
  font-size: 20px;
  font-weight: 600;
}

.m .docs-text-item-subtitle {
  font-size: 18px;
}

.m .docs-text-item-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.m .docs-text-item-text.sub {
  font-size: 15px;
  line-height: 23px;
}

.m .docs-text-point {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
}

.m .docs-text-point-dot {
  width: 4px;
  height: 4px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 15px;
}

.m .docs-text-point-text {
  font-size: 16px;
  line-height: 25px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.8);
}

.docs-item-main {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

.docs-item-main-thumb {
  width: 60%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.docs-item-main-thumb:hover {
  cursor: pointer;
  scale: 1.02;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.6);
}

.docs-item-main-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  padding-left: 50px;
  padding-right: 0px;
}

.docs-item-main-title {
  width: 100%;
  margin-top: 0px;
  word-break: keep-all;
  font-size: 36px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.9);
}

.docs-item-main-title:hover {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.docs-item-main-read {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 110px;
  margin-top: 30px;
  padding: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  transition: all 0.3s;
}

.docs-item-main-read:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: 600;
}

.docs-item-main-arrow {
  width: 100px;
  height: 50px;
  margin-top: 20px;
  background: url("/img/arrow_line.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .docs-item-main {
  display: flex;
  flex-direction: column;
  position: relative;
  width: auto;
  height: auto;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.m .docs-item-main-thumb {
  width: 100%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.m .docs-item-main-thumb:hover {
  cursor: pointer;
  scale: 1.02;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.6);
}

.m .docs-item-main-body {
  display: flex;
  flex-direction: column;
  flex-grow: unset;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.m .docs-item-main-title {
  width: 100%;
  margin-top: 0px;
  font-size: 20px;
  line-height: 34px;
}

.m .docs-item-main-title:hover {
  cursor: pointer;
  text-decoration: unset;
}

.m .docs-item-main-read {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 110px;
  margin-top: 20px;
  padding: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  transition: all 0.3s;
}

.m .docs-item-main-read:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: 600;
}

.m .docs-item-main-arrow {
  width: 100px;
  height: 50px;
  margin-top: 20px;
  background: url("/img/arrow_line.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.docs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 90%;
  height: 250px;
  margin-top: 60px;
}

.docs-item-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.docs-item-container-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.docs-item-container-title-logo {
  height: 40px;
}

.docs-item-container-title-text {
  margin-left: 20px;
  font-size: 40px;
  letter-spacing: 8px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.9);
}

.docs-item-container-background {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1050px;
  background: linear-gradient(0deg, rgba(47, 111, 109, 0.4) 0%, rgba(22, 30, 40, 0) 100%);
}

.docs-item-thumb {
  width: 100%;
  height: 170px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

.docs-item-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

.docs-item-title {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 27px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.9);
}

.docs-item:hover {
  cursor: pointer;
}

.docs-item:hover .docs-item-thumb {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
}

.docs-item:hover .docs-item-title {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.m .docs-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.m .docs-item-container {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
}

.m .docs-item-container-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.m .docs-item-container-title-logo {
  height: 30px;
  margin-left: 20px;
}

.m .docs-item-container-title-text {
  margin-left: 20px;
  font-size: 30px;
  letter-spacing: 6px;
}

.m .docs-item-container-background {
  height: 0px;
  background: linear-gradient(0deg, rgba(47, 111, 109, 0.4) 0%, rgba(22, 30, 40, 0) 100%);
}

.m .docs-item-thumb {
  width: 45%;
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.m .docs-item-body {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.m .docs-item-title {
  width: 100%;
  margin-top: 0px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.m .docs-item-arrow {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 20px;
  height: 20px;
  background: url("/img/arrow_line.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.7;
}

.m .docs-item:hover {
  cursor: pointer;
}

.m .docs-item:hover .docs-item-thumb {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
}

.m .docs-item:hover .docs-item-title {
  text-decoration: unset;
}

.privacy-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: radial-gradient(farthest-side ellipse at 46% 64%, rgba(53, 71, 96, 0.89) 0%, rgba(19, 26, 34, 0.9) 70%);
  background-image: radial-gradient(farthest-side ellipse at 46% 64%, rgba(82, 113, 146, 0.89) 0%, rgba(46, 63, 82, 0.9) 70%);
}

.privacy-content {
  max-width: 1100px;
  color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  font-size: 14px;
}

.privacy-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.privacy-subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.privacy-text {
  margin-bottom: 15px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.m .privacy-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: unset;
}

.m .privacy-content {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 30px;
}

.m .privacy-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.m .privacy-subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.m .privacy-text {
  margin-bottom: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.page-home {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 55px;
}

.home-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 500px;
  background: #fddee1;
}

.home-main-img {
  height: 400px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.home-content {
  height: 2000px;
}

.bq-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
  padding: 55px;
  z-index: 1;
}

.bq-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 650px;
}

.bq-video {
  width: 0px;
  height: 0px;
}

.bq-thumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}

.bq-thumb-canvas {
  position: absolute;
}

.bq-thumb-input {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.bq-thumb-open {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.bq-answer {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  width: 75%;
}

.bq-answer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 22px;
  font-size: 28px;
  font-family: "efef";
  word-break: keep-all;
  text-align: center;
  color: black;
  opacity: 0;
  animation: fadein 0.5s forwards 1s;
}

.bq-controls {
  display: flex;
  flex-direction: column;
}

.bq-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.bq-question-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 55px;
  border-radius: 5px;
  font-size: 20px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bq-question-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
}

.bq-question-clear {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("/img/close.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}

.bq-question-clear:hover {
  cursor: pointer;
  opacity: 1;
}

.bq-question-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  color: white;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.bq-control {
  display: flex;
  flex-direction: row;
  min-height: 80px;
  margin-top: 15px;
}

.bq-control-item {
  display: flex;
  flex-direction: column;
  width: auto;
}

.bq-control-item.direct {
  flex-grow: 1;
}

.bq-control-item.kakao {
  width: 35%;
  min-width: 250px;
}

.bq-control-item.retry {
  flex-grow: 5;
}

.bq-control-item.chat {
  flex-grow: 1;
}

.bq-control-pad {
  flex-shrink: 0;
  width: 10px;
}

.bq-control-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(253, 222, 225, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s;
}

.bq-control-btn:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.3);
}

.bq-control-btn-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background: rgba(253, 222, 225, 0.2);
}

.bq-control-btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.bq-control-btn-icon.retry {
  background: url("/img/reset.png") no-repeat;
  background-size: 100% 100%;
}

.bq-control-btn-icon.chat {
  background: url("/img/chat.png") no-repeat;
  background-size: 100% 100%;
}

.bq-control-btn-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  word-break: keep-all;
  color: white;
}

.bq-control-token {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.bq-control-token-img {
  width: 17px;
  height: 17px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.bq-control-token-count {
  margin-left: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.bq-control-share {
  flex-shrink: 0;
  width: 51px;
  height: 51px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.8;
}

.bq-control-share:hover {
  cursor: pointer;
  opacity: 0.9;
}

.bq-control-share.kakao {
  background: url("/img/kakao.png") no-repeat;
  background-size: 100% 100%;
}

.bq-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.bq-share-img {
  width: 16px;
  height: 16px;
}

.bq-share-text {
  margin-left: 10px;
  font-size: 11px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.8);
}

.bq-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bq-loading-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.bq-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}

.bq-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
}

.bq-info-dot {
  width: 3px;
  height: 3px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.bq-info-dot.alert {
  background: rgba(255, 80, 80, 0.8);
}

.bq-info-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.bq-info-text.alert {
  color: rgba(255, 80, 80, 0.8);
}

.m .bq-page {
  display: flex;
  flex-direction: column;
  align-items: unset;
  position: relative;
  flex-grow: 1;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}

.m .bq-thumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 1;
  width: 100%;
}

.m .bq-thumb-input {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.m .bq-thumb-open {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.m .bq-answer {
  width: 77%;
}

.m .bq-answer-text {
  width: 50%;
  padding: 15px;
  font-size: 20px;
}

.m .bq-controls {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.m .bq-question-input {
  height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 55px;
  font-size: 20px;
}

.m .bq-question-clear {
  right: 20px;
  width: 20px;
  height: 20px;
}

.m .bq-question-text {
  padding: 15px;
  font-size: 17px;
  line-height: 26px;
}

.m .bq-control {
  display: flex;
  flex-direction: row;
  min-height: 70px;
  margin-top: 15px;
}

.m .bq-control-item {
  display: flex;
  flex-direction: column;
  width: auto;
}

.m .bq-control-item.direct {
  flex-grow: unset;
  width: 55%;
}

.m .bq-control-item.kakao {
  width: 45%;
  min-width: unset;
}

.m .bq-control-item.retry {
  width: 55%;
  flex-grow: unset;
}

.m .bq-control-item.chat {
  width: 45%;
  flex-grow: unset;
}

.m .bq-control-btn {
  background: rgba(253, 222, 225, 0.3);
}

.m .bq-control-btn-content {
  height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.m .bq-control-btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.m .bq-control-btn-text {
  font-size: 14px;
}

.m .bq-control-token {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m .bq-control-token-img {
  width: 17px;
  height: 17px;
}

.m .bq-control-token-count {
  margin-left: 8px;
  font-size: 14px;
}

.m .bq-control-share {
  width: 45px;
  height: 45px;
}

.m .bq-share {
  margin-top: 6px;
}

.m .bq-share-img {
  margin-left: 3px;
  width: 14px;
  height: 14px;
}

.m .bq-share-text {
  margin-left: 8px;
  font-size: 10px;
}

.m .bq-loading-text {
  font-size: 15px;
}

.m .bq-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  width: 100%;
  min-width: unset;
  max-width: unset;
  margin-top: 0px;
  z-index: 3;
}

.m .bq-info:hover .bq-info-box {
  display: flex;
}

.m .bq-info-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}

.m .bq-info-btn-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url("/img/docs.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .bq-info-btn-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.m .bq-info-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  display: none;
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.m .bq-info-img {
  width: 16px;
  height: 16px;
}

.m .bq-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 6px;
}

.m .bq-info-dot {
  margin-top: 7px;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.m .bq-info-dot.alert {
  background: rgba(255, 80, 80, 0.8);
}

.m .bq-info-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.m .bq-info-text.alert {
  color: rgba(255, 80, 80, 0.8);
}

.bc-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 55px;
  padding: 55px;
  padding-top: 20px;
}

.bc-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}

.bc-content-list {
  display: flex;
  flex-direction: column;
  width: 240px;
  margin-top: 65px;
  margin-right: 50px;
  padding: 20px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.bc-content-msg {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  height: 100%;
  min-width: 400px;
  max-width: 600px;
}

.bc-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bc-info {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 65px;
  min-width: 400px;
  max-width: 600px;
  z-index: 1;
}

.bc-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-top: 3px;
}

.bc-info-item.tooltip:hover {
  cursor: default;
}

.bc-info-item.tooltip:hover .bc-info-expire-tooltip {
  display: block;
}

.bc-info-dot {
  width: 3px;
  height: 3px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.bc-info-dot.alert {
  background: rgba(255, 80, 80, 0.8);
}

.bc-info-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.bc-info-text.alert {
  color: rgba(255, 80, 80, 0.8);
}

.bc-info-expire-left {
  margin-left: 10px;
  font-size: 11px;
  color: #fddee1;
}

.bc-info-expire-icon {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url("/img/docs.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.bc-info-expire-tooltip {
  display: none;
  position: absolute;
  top: 20px;
  max-width: 200px;
  padding: 20px;
  border-radius: 5px;
  font-size: 12px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(38, 112, 124, 0.99);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.bc-info-expire-msg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #fddee1;
}

.bc-msgs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100px;
  padding-left: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow-y: scroll;
}

.bc-msgs.scroll::-webkit-scrollbar {
  width: 8px;
}

.bc-msgs.scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
}

.bc-msgs.scroll:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}

.bc-msgs-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bc-msgs-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bc-msgs-empty-text {
  margin-bottom: 10px;
  font-size: 13px;
  word-break: keep-all;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.bc-msgs-empty-btn {
  margin-top: 20px;
  padding: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(253, 222, 225, 0.4);
}

.bc-msgs-empty-btn:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.5);
}

.bc-msgs-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  animation: fadein 0.5s;
}

.bc-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 60px;
  margin-top: 20px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bc-input-input {
  flex-grow: 1;
  width: auto;
  height: auto;
  padding: 18px;
  padding-left: 20px;
  padding-right: 125px;
  font-size: 18px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bc-input-input:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bc-input-sending {
  position: absolute;
  right: 30px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
}

.bc-input-send {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 18px;
  height: 35px;
  width: 85px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.bc-input-send:hover .bc-input-send-tooltip {
  display: block;
}

.bc-input-send.active {
  background: rgba(253, 222, 225, 0.2);
}

.bc-input-send.active:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.3);
}

.bc-input-send.active .bc-input-send-arrow {
  background: rgba(253, 222, 225, 0.2);
}

.bc-input-send.active .bc-input-send-arrow-icon {
  opacity: 0.8;
}

.bc-input-send-arrow {
  width: 35px;
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.bc-input-send-arrow-icon {
  width: 100%;
  height: 100%;
  background: url("/img/back.png") no-repeat;
  background-size: 50% 50%;
  background-position: center;
  transform: rotate(180deg);
  opacity: 0.6;
}

.bc-input-send-credit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.bc-input-send-credit-icon {
  width: 14px;
  height: 14px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.bc-input-send-credit-count {
  margin-left: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.bc-input-send-tooltip {
  display: none;
  position: absolute;
  bottom: 40px;
  padding: 15px;
  border-radius: 5px;
  font-size: 11px;
  white-space: nowrap;
  word-break: keep-all;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(38, 112, 124, 0.99);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.bc-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100px;
  padding-bottom: 20px;
  padding-right: 10px;
  overflow-y: scroll;
}

.bc-list::-webkit-scrollbar {
  width: 8px;
}

.bc-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
}

.bc-list:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}

.bc-list-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.bc-list-item {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 15px;
  padding: 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.bc-list-item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
}

.bc-list-item.selected {
  background: rgba(253, 222, 225, 0.3);
}

.bc-list-item.selected:hover {
  cursor: default;
}

.bc-list-item-title {
  font-size: 13px;
  color: white;
}

.bc-list-item-time {
  margin-top: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.bc-list-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 30px;
}

.bc-bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  bottom: 110px;
  z-index: 5;
  animation: fadein 0.3s;
}

.bc-bottom-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.8);
  background: rgba(90, 100, 120, 0.95);
}

.bc-bottom-btn:hover {
  cursor: pointer;
  background: rgba(95, 110, 130, 0.95);
}

.bc-bottom-btn-icon {
  width: 100%;
  height: 100%;
  background: url("/img/arrow_down2.png") no-repeat;
  background-size: 60% 60%;
  background-position: center;
  opacity: 0.8;
}

.bc-expire {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: -25px;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
}

.bc-expire-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.m .bc-body {
  height: 100px;
  margin-top: 0px;
  padding: 0px;
  padding-top: 0px;
}

.m .bc-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
  height: 100px;
}

.m .bc-content-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0);
  border: 0px;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
  overflow-y: scroll;
}

.m .bc-content-msg {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  height: auto;
  min-width: unset;
  max-width: unset;
  padding-top: 50px;
}

.m .bc-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.m .bc-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  width: 100%;
  height: auto;
  min-width: unset;
  max-width: unset;
  margin-top: 5px;
  z-index: 3;
}

.m .bc-info-btn:hover .bc-info-box-m {
  display: flex;
}

.m .bc-info-ex {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.m .bc-info-ex-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url("/img/docs.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .bc-info-ex-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.m .bc-info-box-m {
  display: flex;
  flex-direction: column;
  position: absolute;
  display: none;
  right: 10px;
  left: 10px;
  margin-top: 5px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.m .bc-info-img {
  width: 16px;
  height: 16px;
}

.m .bc-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 3px;
  margin-bottom: 3px;
}

.m .bc-info-dot {
  margin-top: 7px;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.m .bc-info-dot.alert {
  background: rgba(255, 80, 80, 0.8);
}

.m .bc-info-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.m .bc-info-text.alert {
  color: rgba(255, 80, 80, 0.8);
}

.m .bc-info-expire {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.m .bc-info-expire-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.m .bc-info-expire-left {
  margin-left: 8px;
  font-size: 14px;
  color: #fddee1;
}

.m .bc-info-expire-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.m .bc-info-expire-msg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #fddee1;
}

.m .bc-msgs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100px;
  padding-left: 20px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0);
  border: 0px;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}

.m .bc-msgs-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.m .bc-msgs-empty {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.m .bc-msgs-empty-text {
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.m .bc-msgs-empty-btn {
  margin-top: 20px;
  padding: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(253, 222, 225, 0.4);
}

.m .bc-msgs-empty-btn:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.5);
}

.m .bc-msgs-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  animation: fadein 0.5s;
}

.m .bc-input {
  height: auto;
  margin-top: 0px;
  border-radius: 0px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.m .bc-input-input {
  padding: 18px;
  padding-left: 20px;
  padding-right: 125px;
  font-size: 18px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.05);
  border: 0px;
}

.m .bc-input-input:focus {
  outline: none;
  border: 0px;
  background: rgba(255, 255, 255, 0.1);
}

.m .bc-input-sending {
  position: absolute;
  right: 30px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
}

.m .bc-input-send {
  right: 10px;
}

.m .bc-input-send:hover .bc-input-send-tooltip {
  display: none;
}

.m .bc-list {
  display: flex;
  flex-direction: column;
  flex-grow: unset;
  height: auto;
  padding-bottom: 20px;
  padding-right: 0px;
  overflow-y: unset;
}

.m .bc-list-title {
  margin-bottom: 10px;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.9);
}

.m .bc-list-item {
  width: auto;
  margin-top: 15px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.m .bc-list-item-title {
  font-size: 18px;
}

.m .bc-list-item-time {
  margin-top: 8px;
  font-size: 13px;
}

.m .bc-list-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 30px;
}

.m .bc-bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  bottom: 110px;
  z-index: 5;
  animation: fadein 0.3s;
}

.m .bc-bottom-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.8);
  background: rgba(90, 100, 120, 0.95);
}

.m .bc-bottom-btn:hover {
  cursor: pointer;
  background: rgba(95, 110, 130, 0.95);
}

.m .bc-bottom-btn-icon {
  width: 100%;
  height: 100%;
  background: url("/img/arrow_down2.png") no-repeat;
  background-size: 60% 60%;
  background-position: center;
  opacity: 0.8;
}

.m .bc-expire {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: -25px;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
}

.m .bc-expire-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.m-bc-modal {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100px;
}

.bci {
  display: flex;
  flex-direction: row;
  margin-top: 3px;
  margin-bottom: 3px;
}

.bci.m {
  flex-direction: row-reverse;
  margin-right: 20px;
}

.bci-thumb {
  width: 40px;
  height: 40px;
  border-radius: 42%;
  background: url("/img/book3.png") no-repeat;
  background-size: 100% 100%;
}

.bci-body {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.bci-name {
  margin-bottom: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.bci-msg {
  position: relative;
}

.bci-msg-wait {
  margin-top: 10px;
}

.bci-msg-text {
  max-width: 220px;
  padding: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

.bci-msg-text.b {
  background: rgba(187, 100, 180, 0.3);
}

.bci-msg-arrow {
  position: absolute;
  top: 9px;
  right: -14px;
  width: 14px;
  height: 15px;
  overflow: hidden;
}

.bci-msg-arrow.b {
  right: unset;
  left: -14px;
}

.bci-msg-arrow.b:after {
  right: unset;
  left: 10px;
  background: rgba(187, 100, 180, 0.3);
}

.bci-msg-arrow:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  /* Prefixes... */
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

.bci-time {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.m .bci {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m .bci.m {
  margin-right: 20px;
}

.m .bci-thumb {
  width: 40px;
  height: 40px;
}

.m .bci-body {
  margin-left: 15px;
}

.m .bci-name {
  margin-bottom: 8px;
  font-size: 13px;
}

.m .bci-msg-wait {
  margin-top: 10px;
}

.m .bci-msg-text {
  max-width: 220px;
  padding: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 8px;
  font-size: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.m .bci-time {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}

.fc-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.fc-result-paper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 140px;
  padding: 30px;
  border: 10px solid black;
  background: white;
}

.fc-result-text {
  font-size: 30px;
  color: black;
}

.fc-control-item.retry {
  flex-grow: 1;
}

.m .fc-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.m .fc-result-paper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: auto;
  height: auto;
  min-height: 140px;
  padding: 30px;
  border: 10px solid black;
  background: white;
}

.m .fc-result-text {
  font-size: 30px;
  color: black;
}

.star {
  --size: 20vmin;
  --holes: calc(var(--size)*.495);
  width: var(--size);
  aspect-ratio: 1/1;
  position: fixed;
  background: white;
  --mask: radial-gradient(var(--holes) at var(--holes) var(--holes), #0000 99%,#000) calc(var(--holes)*-1) calc(var(--holes)*-1);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  border-radius: 50%;
  animation: sparkle 1s linear forwards;
}

@keyframes sparkle {
  0% {
    transform: scale(0);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.credit-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
  padding-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
}

.credit-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 600px;
  max-width: 840px;
}

.credit-title {
  margin-top: 100px;
  font-size: 35px;
  color: white;
}

.credit-title-sub {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.credit-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  width: auto;
  margin-top: 30px;
}

.credit-item {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s;
}

.credit-item:hover {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.credit-item-thumb {
  position: relative;
  width: 150px;
}

.credit-item-thumb-img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.credit-item-thumb-img.oc {
  background: url("/img/credit_cup.png") no-repeat;
  background-size: 70% 70%;
  background-position: center;
}

.credit-item-thumb-img.tc {
  background: url("/img/credit_cup2.png") no-repeat;
  background-size: 80% 80%;
  background-position: center;
}

.credit-item-thumb-img.ob {
  background: url("/img/credit_bottle.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.credit-item-thumb-img.tb {
  background: url("/img/credit_bottle2.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.credit-item-thumb-stars {
  position: relative;
  width: 100%;
  height: 100%;
}

.credit-item-content {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.credit-item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.credit-item-title-name {
  font-size: 24px;
  color: white;
}

.credit-item-title-split {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.credit-item-title-icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.credit-item-title-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.credit-item-point {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.credit-item-point-dot {
  margin-right: 10px;
  /*
  width: 3px;
  height: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  */
  width: 15px;
  height: 15px;
  background: url("/img/use.png") no-repeat;
  background-size: 100% 100%;
}

.credit-item-point-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.credit-item-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}

.credit-item-btn:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.4);
}

.credit-item-btn-name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.credit-item-btn-price {
  display: flex;
  flex-direction: row;
}

.credit-item-btn-price-num {
  font-size: 14px;
  color: white;
}

.credit-item-btn-price-unit {
  margin-left: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.credit-notice {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.credit-notice-title {
  font-size: 20px;
  color: white;
}

.credit-notice-item {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.credit-notice-item-dot {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 7px;
  margin-left: 2px;
  margin-right: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.credit-notice-item-text {
  font-size: 12px;
  word-break: keep-all;
  color: rgba(255, 255, 255, 0.6);
}

.credit-notice-item-text.alert {
  color: rgba(255, 80, 80, 0.75);
}

.credit-notice-item-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  margin-right: 3px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.credit-notice-item-link {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  color: #b9af32;
}

.credit-notice-item-link:hover {
  cursor: pointer;
  color: #c8c832;
}

.m .credit-page {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  position: relative;
  flex-grow: 1;
  width: auto;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow-y: scroll;
}

.m .credit-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: unset;
  max-width: unset;
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}

.m .credit-title {
  margin-top: 0px;
  font-size: 35px;
}

.m .credit-title-sub {
  margin-top: 10px;
  font-size: 14px;
}

.m .credit-items {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.m .credit-item {
  display: flex;
  flex-direction: row;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 25px;
  transition: unset;
}

.m .credit-item-content {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.m .credit-item-title-name {
  font-size: 26px;
}

.m .credit-item-title-split {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.m .credit-item-title-icon {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.m .credit-item-title-sub {
  font-size: 18px;
}

.m .credit-item-point-dot {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.m .credit-item-point-text {
  font-size: 13px;
}

.m .credit-item-btn {
  margin-top: 15px;
  padding: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 8px;
  background: rgba(253, 222, 225, 0.4);
  transition: unset;
}

.m .credit-item-btn-name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.m .credit-item-btn-price-num {
  font-size: 16px;
}

.m .credit-item-btn-price-unit {
  margin-left: 0px;
  font-size: 12px;
}

.m .credit-notice-title {
  font-size: 24px;
}

.m .credit-notice-item {
  margin-top: 10px;
}

.m .credit-notice-item-dot {
  width: 5px;
  height: 5px;
  margin-left: 5px;
  margin-right: 15px;
}

.m .credit-notice-item-text {
  font-size: 14px;
  word-break: keep-all;
}

.m .credit-notice-item-text.alert {
  color: rgba(255, 80, 80, 0.75);
}

.m .credit-notice-item-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  margin-right: 3px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.m .credit-notice-item-link {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  word-break: keep-all;
  color: #b9af32;
}

.m .credit-notice-item-link:hover {
  cursor: pointer;
  color: #c8c832;
}

.cleft {
  display: flex;
  flex-direction: column;
}

.cleft-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cleft-header-title {
  display: flex;
  flex-direction: column;
}

.cleft-header-title-text {
  font-size: 15px;
  color: white;
}

.cleft-header-title-text.sub {
  width: 100%;
  margin-top: 3px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.cleft-header-close {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: url("/img/close.png") no-repeat;
  background-size: 100% 100%;
}

.cleft-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

.cleft-icon {
  width: 22px;
  height: 22px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.cleft-count {
  margin-left: 10px;
  font-size: 24px;
  color: white;
}

.cleft-bottle {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 20px;
  margin-left: 20px;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.cleft-bottle-ratio {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.cleft-bottle-more {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cleft-bottle-more-plus {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.cleft-bottle-more-icon {
  width: 17px;
  height: 17px;
  background: url("/img/bottle_icon.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.cleft-bottle-more-num {
  margin-left: 3px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.m .cleft-header-title-text {
  font-size: 25px;
}

.m .cleft-header-title-text.sub {
  margin-top: 5px;
  font-size: 13px;
}

.m .cleft-header-close {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: url("/img/close.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .cleft-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}

.m .cleft-icon {
  width: 35px;
  height: 35px;
}

.m .cleft-count {
  margin-left: 10px;
  font-size: 35px;
}

.m .cleft-bottle {
  height: 25px;
  margin-left: 20px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.m .cleft-bottle-ratio {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.m .cleft-bottle-more-plus {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.m .cleft-bottle-more-icon {
  width: 17px;
  height: 17px;
  background: url("/img/bottle_icon.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .cleft-bottle-more-num {
  margin-left: 3px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.credit-empty-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  z-index: 99999;
  display: none;
}

.credit-empty-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(10, 10, 10, 0.7);
  border-radius: 5px;
  overflow: hidden;
}

.credit-empty-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.credit-empty-body {
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.credit-empty-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.credit-empty-close {
  width: 20px;
  height: 20px;
  background: url("/img/close.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}

.credit-empty-close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.credit-empty-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.credit-empty-img-bottle {
  position: relative;
  width: 170px;
  height: 170px;
  background: url("/img/bottle_empty_rotate.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
}

.credit-empty-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20PX;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(253, 222, 225, 0.5);
  transition: background 0.3s;
}

.credit-empty-btn:hover {
  cursor: pointer;
  background: rgba(253, 222, 225, 0.7);
}

.credit-empty-btn-icon {
  width: 20px;
  height: 20px;
  background: url("/img/credit.png") no-repeat;
  background-size: 100% 100%;
}

.credit-empty-btn-text {
  margin-left: 10px;
  font-size: 15px;
  color: white;
}

.my-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
  margin-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: scroll;
  z-index: 1;
}

.my-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 600px;
  max-width: 840px;
}

.my-page-content-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.my-page::-webkit-scrollbar {
  width: 10px;
}

.my-page::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
}

.my-page:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}

.my-title {
  margin-top: 50px;
  font-size: 35px;
  color: white;
}

.my-title-sub {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.my-box {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s;
}

.my-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.my-profile-thumb {
  width: 60px;
  height: 60px;
  border-radius: 40%;
}

.my-profile-info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.my-profile-name {
  font-size: 15px;
  word-break: break-word;
  color: white;
}

.my-profile-email {
  margin-top: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.my-credit {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.my-ph {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.my-ph-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

.my-ph-title {
  position: absolute;
  left: 0px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.my-ph-year {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.my-ph-year-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.my-ph-year-arrow:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}

.my-ph-year-arrow.disable {
  background: rgba(255, 255, 255, 0);
}

.my-ph-year-arrow.disable:hover {
  cursor: default;
  background: rgba(255, 255, 255, 0);
}

.my-ph-year-arrow.disable .my-ph-year-arrow-icon {
  opacity: 0.4;
}

.my-ph-year-arrow-icon {
  width: 16px;
  height: 16px;
  background: url("/img/arrow_down2.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
}

.my-ph-year-arrow-icon.right {
  transform: rotate(270deg);
}

.my-ph-year-num {
  font-size: 26px;
  color: white;
}

.my-ph-body {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.my-ph-empty {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.my-ph-empty-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.my-ph-list {
  display: flex;
  flex-direction: column;
}

.my-ph-list .product {
  flex-grow: 1;
}

.my-ph-list .credit {
  width: 150px;
}

.my-ph-list .price {
  width: 150px;
}

.my-ph-list .time {
  width: 150px;
}

.my-ph-list-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
  background: rgba(255, 255, 255, 0.04);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.my-ph-list-header-item {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.my-ph-list-content {
  display: flex;
  flex-direction: column;
}

.my-ph-list-content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  margin-top: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
}

.my-ph-list-content-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.my-ph-list-content-item-column {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: white;
}

.my-ph-list-content-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.m .my-page {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  flex-grow: 1;
  margin-top: 55px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: scroll;
  z-index: 1;
}

.m .my-page-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: unset;
  max-width: unset;
}

.m .my-page-content-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.m .my-page::-webkit-scrollbar {
  width: 0px;
}

.m .my-title {
  margin-top: 30px;
  font-size: 35px;
}

.m .my-title-sub {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.m .my-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  margin-right: 0px;
  padding: 0px;
  border-radius: 10px;
  transition: unset;
}

.m .my-box-title {
  margin-top: 40px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.m .my-profile {
  padding: 20px;
}

.m .my-profile-thumb {
  width: 80px;
  height: 80px;
  border-radius: 40%;
}

.m .my-profile-info {
  margin-left: 30px;
}

.m .my-profile-name {
  font-size: 22px;
}

.m .my-profile-email {
  margin-top: 5px;
  font-size: 13px;
}

.m .my-profile-signout {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.m .my-profile-signout-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url("/img/signout.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m .my-profile-signout-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.m .my-credit {
  margin-left: 0px;
  padding: 20px;
  border-left: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m .my-ph {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.m .my-ph-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 20px;
}

.m .my-ph-title {
  position: relative;
  left: unset;
  font-size: 20px;
}

.m .my-ph-year {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.m .my-ph-year-arrow {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  margin-right: 20px;
}

.m .my-ph-year-arrow-icon {
  width: 20px;
  height: 20px;
}

.m .my-ph-year-num {
  font-size: 33px;
}

.m .my-ph-body {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  max-height: 300px;
}

.m .my-ph-empty {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.m .my-ph-empty-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.m .my-ph-list {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.m .my-ph-list::-webkit-scrollbar {
  width: 5px;
}

.m .my-ph-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.m .my-ph-list .product {
  flex-grow: 1;
}

.m .my-ph-list .credit {
  width: 80px;
}

.m .my-ph-list .price {
  width: 80px;
}

.m .my-ph-list .time {
  width: 80px;
  word-break: keep-all;
}

.m .my-ph-list-header {
  flex-shrink: 0;
  height: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.m .my-ph-list-header-item {
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  word-break: keep-all;
}

.m .my-ph-list-content-item {
  flex-shrink: 0;
  height: 50px;
}

.m .my-ph-list-content-item-column {
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  word-break: keep-all;
}

.m .my-ph-list-content-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rules-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  margin-top: 60px;
  padding-bottom: 100px;
  overflow-y: scroll;
}

.rules-container::-webkit-scrollbar {
  width: 10px;
}

.rules-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.rules-container:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}

.rules-content {
  max-width: 1100px;
  color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  font-size: 14px;
}

.rules-title {
  font-size: 40px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  color: white;
}

.rules-title-1 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
  margin-top: 60px;
}

.rules-title-2 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.rules-text {
  margin-bottom: 40px;
}

.rules-line {
  margin-bottom: 7px;
}

.rules-line-1 {
  margin-bottom: 7px;
  margin-left: 20px;
}

.rules-line-2 {
  margin-bottom: 7px;
  margin-left: 40px;
}

.mobile-app-page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mobile-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-image: radial-gradient(farthest-side ellipse at 50% 55%, rgba(33, 42, 54, 0.89) 0%, rgba(22, 30, 40, 0.9) 100%);
  z-index: 1;
}

.m-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  flex-shrink: 0;
  top: 0px;
  width: 100%;
  height: 50px;
  background: rgba(30, 50, 70, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.m-header-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}

.m-header-user-thumb {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  border-radius: 13px;
}

.m-header-user-nick {
  flex-grow: 1;
  width: 100px;
  margin-left: 10px;
  font-size: 18px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 10px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 1;
}

.m-header-home {
  height: 26px;
}

.m-header-back {
  width: 22px;
  height: 22px;
  background: url("/img/back.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.m-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}

.m-header-title-text {
  margin-left: 15px;
  font-size: 18px;
  color: white;
}

.m-header-logo {
  height: 20px;
  margin-left: 0px;
}

.m-header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
}

.m-header-menu-icon {
  width: 100%;
  height: 100%;
  background: url("/img/menu.png") no-repeat;
  background-size: 50% 50%;
  background-position: center;
  opacity: 0.7;
}

.m-header-menu-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
}

.m-header-menu-chart-icon {
  width: 27px;
  height: 27px;
  background: url("/img/menu_dot.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  opacity: 0.7;
}

.m-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: rgba(30, 50, 70, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.m-navbar-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 100%;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(50px);
}

.m-navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 55px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
}

.m-navbar-item.active {
  opacity: 1;
}

.m-navbar-item.my {
  opacity: 0.9;
}

.m-navbar-item-text {
  margin-top: 3px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.m-navbar-item-thumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 42%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.m-navbar-item-anon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.m-navbar-item-anon-icon {
  width: 100%;
  height: 100%;
  background: url("/img/anon.png") no-repeat;
  background-size: 70% 70%;
  background-position: center;
  opacity: 0.6;
}

.m-navbar-item-icon {
  width: 20px;
  height: 20px;
}

.m-navbar-item-icon.home {
  background: url("/img/home.png") no-repeat;
  background-size: 100% 100%;
}

.m-navbar-item-icon.credit {
  background: url("/img/credit_icon.png") no-repeat;
  background-size: 100% 100%;
}

.m-navbar-menu-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 20px;
  height: 32px;
  margin-left: 20px;
  margin-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 50%;
}

.m-navbar-menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.m-navbar-menu-btn-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.m-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.mpc {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background: white;
  background-image: radial-gradient(farthest-side ellipse at 50% 55%, rgba(33, 42, 54, 0.89) 0%, rgba(22, 30, 40, 0.9) 100%);
  z-index: 2;
  animation: fadein_up 0.3s;
}

.mpc.close {
  animation: fadeout_down 0.3s;
}

.mpc-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100px;
  padding-top: 50px;
}

.m-home {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow-y: scroll;
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-home-content {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  z-index: 1;
}

.m-home-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.m-home-title-text {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
  color: white;
}

.m-home-title-text.sub {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.8);
}

.m-home-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.m-home-items-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 350px;
}

.m-home-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.6);
}

.m-home-item-thumb {
  width: 100%;
  border-radius: 10px;
}

.m-home-item-thumb.book_question {
  max-width: 200px;
}

.m-home-item-thumb.cookie {
  max-width: 200px;
}

.m-home-item-thumb-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.m-home-item-body {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 20px;
}

.m-home-item-descript {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 50px;
}

.m-home-item-title {
  font-size: 24px;
  word-break: keep-all;
  color: white;
}

.m-home-item-title.sub {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.m-home-item-arrow {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.m-home-item-arrow-icon {
  width: 35px;
  height: 35px;
  background: url("/img/arrow_line.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0px;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1005;
}

.chart-controller.show {
  animation: fadein_down 0.4s;
}

.chart-controller.hide {
  animation: fadeout_up 0.4s forwards;
}

.chart-controller-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  padding-left: 20px;
  width: auto;
}

.chart-controller-header-title {
  flex-grow: 1;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.chart-controller-header-close {
  width: 35px;
  height: 35px;
  background: url("/img/delete2.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}

.chart-controller-phase {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 15px;
}

.chart-controller-title {
  padding-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-controller-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: auto;
  padding-top: 10px;
}

.chart-controller-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  margin-right: 10px;
  border-radius: 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-controller-btn.active {
  background: rgba(253, 222, 225, 0.5);
}

.chart-controller-onoff {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 10px;
}

.chart-controller-onoff-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-controller-onoff-btn.on {
  background: rgba(253, 222, 225, 0.5);
}

.chart-controller-onoff-btn-icon {
  width: 60%;
  height: 60%;
  opacity: 0.7;
}

.chart-controller-onoff-btn-icon.drawing {
  background: url("/img/drawing.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-onoff-btn-icon.chart_visible {
  background: url("/img/candlechart.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-onoff-btn-icon.chart_expand {
  background: url("/img/chart_expand.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-onoff-btn-icon.algorithm {
  width: 85%;
  height: 90%;
  background: url("/img/algooutput_on.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-onoff-btn-icon.chart_predict {
  background: url("/img/chart_predict.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-onoff-text {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.chart-controller-menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-controller-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.chart-controller-menu-item-icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 15px;
  opacity: 0.7;
}

.chart-controller-menu-item-icon.picture {
  background: url("/img/picture.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-menu-item-icon.indicator {
  background: url("/img/indicator.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-menu-item-icon.load {
  background: url("/img/load.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-menu-item-icon.save {
  background: url("/img/save.png") no-repeat;
  background-size: 100% 100%;
}

.chart-controller-menu-item-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.chart-controller-grab {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 4px;
  width: 100%;
  height: 6px;
}

.chart-controller-grab-btn {
  width: 30px;
  height: 100%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.35);
}

.page-more {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.page-more-container {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.page-more-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-more-title {
  flex-grow: 1;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.page-more-fav-edit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.page-more-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  margin-top: 30px;
}

.page-more-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 65px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.page-more-menu-item-icon {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}

.page-more-menu-item-icon.issue {
  background: url("/img/issue2.png") no-repeat;
  background-size: 110% 100%;
  background-position: center;
}

.page-more-menu-item-icon.human_indicator {
  background: url("/img/hi.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.chart_predict {
  background: url("/img/chart_predict.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.liqmap {
  background: url("/img/explode.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.kimp {
  background: url("/img/kimp.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.whalealert {
  background: url("/img/whalealert.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.news {
  background: url("/img/news.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.whaletick {
  background: url("/img/whale_tick.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.position {
  background: url("/img/position.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.algorithm {
  background: url("/img/algorithm.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.chat {
  width: 20px;
  height: 20px;
  background: url("/img/chartchat.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.post {
  background: url("/img/post.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.nasdaq {
  background: url("/img/nasdaq2.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.following {
  background: url("/img/following.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-icon.docs {
  background: url("/img/docs.png") no-repeat;
  background-size: 100% 100%;
}

.page-more-menu-item-title {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.page-more-menu-item-fav {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: -8px;
  margin-right: -55px;
  width: 20px;
  height: 20px;
  animation: fadein 0.3s;
}

.page-more-menu-item-fav-num {
  font-size: 9px;
  color: white;
  z-index: 1;
}

.page-more-menu-item-fav-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  background: url("/img/like_active.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}

.page-more-menu-item-new {
  position: absolute;
  right: 10px;
  top: -5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff1414;
}

.m-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1006;
}

.m-modal.normal {
  background: #213040;
}

.m-modal.white {
  background: rgba(255, 255, 255, 0.1);
}

.m-modal.black {
  background: rgba(0, 0, 0, 0.2);
}

.m-modal.show {
  animation: fadein_right 0.3s;
}

.m-modal.hide {
  animation: fadeout_left 0.3s forwards;
}

