@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
:root {
  --bg-color: #0D1721;
  --nav-bg-color: #041118;
  --primary-color: #0C8899;
  --primary-color2: #007586;
  --primary-color3: #D71F53;
  --primary-color4: #5903FD;
  --text-color1: #E6E6E6;
  --text-color2: #9A9A9A;
  --text-color3: #868686;
  --text-color4: #BFBFBF;
  --text-color5: #4F4F4F;
  --text-color6: #EEEEEE;
  --icon-bg-color: #242424;
  --none-color05: rgba(230, 230, 230, 0.05);
  --none-color1: rgba(230, 230, 230, 0.1);
  --none-color2: rgba(230, 230, 230, 0.2);
  --none-color3: rgba(230, 230, 230, 0.3);
  --none-color5: rgba(230, 230, 230, 0.5);
  --none-color7: rgba(230, 230, 230, 0.7);
  --ic-h: 36px;
  --delay-time: 0.25s;
  --pd: 12px 16px;
  --pd-btn: 7px 20px;
  --marquee-time: 5s;
}

*, *::before, *::after, p, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--text-color1);
}
a:hover {
  color: var(--text-color1);
}

button {
  background: transparent;
  border: none;
}

input {
  outline: none;
  border: none;
}

body {
  font-family: "Roboto", sans-serif, "微軟正黑體", "蘋果儷中黑";
  background: #040A0D;
  cursor: default;
  overflow: hidden;
}

*::-webkit-scrollbar {
  display: none;
}
*::-moz-placeholder {
  color: var(--none-color7);
}
*::placeholder {
  color: var(--none-color7);
}
*::-moz-placeholder {
  color: var(--none-color7);
  opacity: 1;
}
*::-webkit-input-placeholder {
  color: var(--none-color7);
}

.loading * {
  cursor: default !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.ct-ol.m-fake .m-g .elem-grp .elem-item .elem-img > div, .ct-ol.m-fake .m-g .elem-grp .elem-item .elem-img, .material .content-body .in-header .img div, .material .content-body .in-header .img, .material .home-page .mc-item .mc-img div, .material .home-page .mc-item .mc-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-page .pp-content .pp-body:not(.pps-body) > p, .home-page .pp-content .pp-body:not(.pps-body) > div, .home-page .pp-content .pps-body:not(.pps-body) > p, .home-page .pp-content .pps-body:not(.pps-body) > div, .home-page .header .pf-info a {
  width: fill-available;
  width: -moz-available;
  width: -webkit-fill-available;
}

.Tag .wrapper li, .editor.material .home-page .content .mc-item.hbs .mc-info *, .editor .home-page .mic-box p, .material .content-body .in-header h5, .material .content-body .in-header h6, .material .content-body .in-header p, .material .content-body .in-header span, .material .home-page .content-body .mc-item h5, .material .home-page .content-body .mc-item p, .material .home-page .categories-content h5, .material .home-page .categories-content p, .material .home-page .categories-header h4, .home-page .pp-content .pp-body h3, .home-page .pp-content .pps-body h3, .home-page .header .pf-info a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .pp-content .pp-is i, .home-page .post .footer i {
  transition: color var(--delay-time);
  width: 24px;
  height: 24px;
  padding-top: 2px;
  font-size: 20px;
  color: var(--none-color5);
  transform: scale(1, 0.9567);
  cursor: pointer;
}
.home-page .pp-content .pp-is .message:active i, .home-page .post .footer .message:active i {
  color: var(--none-color3);
}
.home-page .pp-content .pp-is .heart svg, .home-page .post .footer .heart svg, .home-page .pp-content .pp-is .collect svg, .home-page .post .footer .collect svg {
  cursor: pointer;
}
.home-page .pp-content .pp-is .heart svg path, .home-page .post .footer .heart svg path, .home-page .pp-content .pp-is .collect svg path, .home-page .post .footer .collect svg path {
  transition: all var(--delay-time);
  stroke-opacity: 0.5;
  stroke: var(--text-color1);
  stroke-width: 2.2px;
  fill: transparent;
}
.home-page .pp-content .pp-is .music svg path, .home-page .post .footer .music svg path {
  transition: fill-opacity var(--delay-time);
}
.home-page .pp-content .pp-is .heart:active svg path, .home-page .post .footer .heart:active svg path, .home-page .pp-content .pp-is .collect:active svg path, .home-page .post .footer .collect:active svg path {
  stroke-opacity: 0.3;
}
.home-page .pp-content .pp-is .music:active svg path, .home-page .post .footer .music:active svg path {
  fill-opacity: 0.3;
}
.home-page .pp-content .pp-is .heart.active svg path, .home-page .post .footer .heart.active svg path, .home-page .pp-content .pp-is .collect.active svg path, .home-page .post .footer .collect.active svg path {
  stroke-opacity: 1;
  stroke: var(--primary-color3);
  fill: var(--primary-color3);
}
.home-page .pp-content .pp-is .collect.active svg path, .home-page .post .footer .collect.active svg path {
  stroke: var(--primary-color);
  fill: var(--primary-color);
}

.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music, .home-page .pp-content .pp-is .music, .home-page .post .body > div:last-of-type .music {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 14px;
  overflow: hidden;
  cursor: pointer;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music svg, .home-page .pp-content .pp-is .music svg, .home-page .post .body > div:last-of-type .music svg {
  margin-right: 4px;
  min-width: 36px;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music .marquee, .home-page .pp-content .pp-is .music .marquee, .home-page .post .body > div:last-of-type .music .marquee {
  overflow: hidden;
  padding-left: 4px;
  margin-right: 8px;
  min-width: 0;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music.m-play span, .home-page .pp-content .pp-is .music.m-play span, .home-page .post .body > div:last-of-type .music.m-play span {
  animation-play-state: running;
  animation-direction: reverse;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music.m-restart span, .home-page .pp-content .pp-is .music.m-restart span, .home-page .post .body > div:last-of-type .music.m-restart span {
  animation: none !important;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music p, .home-page .pp-content .pp-is .music p, .home-page .post .body > div:last-of-type .music p {
  width: -moz-max-content;
  width: max-content;
  min-width: 60px;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music span, .home-page .pp-content .pp-is .music span, .home-page .post .body > div:last-of-type .music span {
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
  white-space: nowrap;
  left: 0;
  color: var(--text-color1);
  animation: marquee var(--marquee-time) linear infinite;
  animation-play-state: paused;
}

.d-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-container {
  height: calc(100vh - 0px);
  height: calc(var(--vh, 1vh) * 100 - 0px);
  margin: 0 auto;
  max-width: 37.5rem;
  background: url("../images/background-img1.svg");
  background-position: center center;
  background-size: cover;
}

/*** Nav ***/
.navBar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 14px 24px 8px;
  background: var(--nav-bg-color);
}
.navBar-container .logo {
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navBar-container .search {
  transition: color var(--delay-time);
  font-size: 20px;
  color: var(--none-color5);
}
.navBar-container .search:active {
  color: var(--none-color3);
}

/*** Home Page ***/
.home-page {
  position: relative;
  /* Carousel */
  /* Overlay */
  /* P */
  /* Header */
  /* Tag */
  /* Content */
  /* Post Card */
  /* Post.html */
}
.home-page .carousel {
  overflow: hidden;
  border-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.home-page .carousel .carousel-cell {
  background: var(--none-color1);
}
.home-page .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .carousel .flickity-button, .home-page .carousel .flickity-page-dots {
  display: none;
}
.home-page .carousel-status {
  position: absolute;
  padding: 0 8px;
  top: 12px;
  right: 12px;
  line-height: 25px;
  opacity: 0.85;
  color: var(--text-color1);
  background: var(--icon-bg-color);
  border-radius: 15.2283px;
  letter-spacing: 1px;
}
.home-page .goback-action {
  transition: color var(--delay-time);
  width: var(--ic-h);
  height: var(--ic-h);
  position: absolute;
  top: 12px;
  left: 12px;
  opacity: 0.85;
  color: var(--text-color1);
  background: var(--icon-bg-color);
  border-radius: 50%;
  text-decoration: none;
}
.home-page .goback-action:active {
  color: var(--text-color2);
}
.home-page .goback-action i {
  transform: scale(0.85, 1);
}
.home-page .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 91.19px;
  height: 16px;
  background: linear-gradient(180deg, rgba(13, 23, 33, 0) 0%, var(--bg-color) 100%);
}
.home-page p {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--text-color2);
}
.home-page .header {
  padding: 4px 4px 0;
}
.home-page .header p {
  text-align: right;
  font-size: 13px;
  width: 105px;
}
.home-page .header .pf-picture {
  width: 40px;
  height: 40px;
  overflow: hidden;
  min-width: 40px;
  border-radius: 50%;
  background: var(--none-color2);
}
.home-page .header .pf-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--none-color2);
}
.home-page .header .pf-info {
  width: calc(100% - 165px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px;
}
.home-page .header .pf-info a {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 2px;
  min-height: 16px;
}
.home-page .header .pf-info a:empty {
  margin-bottom: 8px;
  background: var(--none-color2);
  border-radius: 4px;
}
.home-page .header .pf-info button {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  line-height: 20px;
  min-height: 16px;
  min-width: 90px;
  color: var(--primary-color);
}
.home-page .header .pf-info button:empty {
  background: var(--none-color1);
  border-radius: 4px;
}
.home-page .header > button {
  width: var(--ic-h);
  height: var(--ic-h);
  min-width: var(--ic-h);
}
.home-page .header > button svg path {
  transition: fill-opacity var(--delay-time);
}
.home-page .header > button:active svg path {
  fill-opacity: 0.3;
}
.home-page .tag-switch {
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 16px;
  height: 60px;
  background: var(--nav-bg-color);
}
.home-page .tag-switch .nav-item {
  margin: 0 4px;
}
.home-page .tag-switch .nav-item:first-of-type {
  margin-left: 0;
}
.home-page .tag-switch .nav-item:last-of-type {
  margin-right: 0;
}
.home-page .tag-switch .nav-link {
  transition: border var(--delay-time), background var(--delay-time);
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  white-space: nowrap;
  padding: 0 16px;
  height: var(--ic-h);
  color: var(--text-color1);
  background: var(--none-color1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 100px;
  border: 1px solid transparent;
}
.home-page .tag-switch .nav-link.active {
  background: rgba(16, 78, 87, 0.4);
  border: 1px solid rgba(198, 252, 251, 0.2);
}
.home-page .tab-content {
  overflow-y: scroll;
  padding: var(--pd);
  padding-bottom: 68px;
  height: calc(100vh - 116px);
  height: calc(var(--vh, 1vh) * 100 - 116px);
}
.home-page .post {
  transition: all var(--delay-time);
  margin-bottom: 16px;
  padding: 16px;
  background: linear-gradient(152.27deg, #15262F 1.69%, #0C1B25 97.65%);
  box-shadow: inset -0.95671px 0px 0px rgba(198, 252, 251, 0.1), inset 1.43506px 1.43506px 1.91342px rgba(198, 252, 251, 0.1);
  border-radius: 26px;
}
.home-page .post:not(.loading) {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}
.home-page .post .body {
  position: relative;
  margin: 16px 0;
}
.home-page .post .body > div:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  left: 12px;
  right: 12px;
  bottom: 12px;
}
.home-page .post .body > div:last-of-type > * {
  opacity: 0.85;
  background: var(--icon-bg-color);
}
.home-page .post .body > div:last-of-type .music {
  width: 101px;
  height: 25px;
  border-radius: 16px;
}
.home-page .post .body > div:last-of-type .music svg {
  min-width: 25px;
}
.home-page .post .body > div:last-of-type .audio-mute {
  width: 24.57px;
  height: 24.57px;
  border-radius: 50%;
}
.home-page .post .body > div:last-of-type .audio-mute::after {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background: url("../images/volume-opened.svg") center no-repeat;
  background-size: 16px;
}
.home-page .post .body > div:last-of-type .audio-mute.v-close::after {
  background: url("../images/volume-muted.svg") center no-repeat;
  background-size: 16px;
}
.home-page .post .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 10px;
}
.home-page .post .footer button {
  width: 24px;
  height: 24px;
}
.home-page .post .footer div {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
}
.home-page .post .footer > div > div, .home-page .post .footer button:first-of-type {
  margin-right: 16px;
}
.home-page .post .footer p {
  margin-left: 6px;
}
.home-page .post.loading .body {
  margin-bottom: 54px;
}
.home-page .post.loading .body .carousel-status, .home-page .post.loading .body .carousel-status ~ div {
  display: none;
}
.home-page .post.loading .footer {
  display: none;
}
.home-page .post.loading .carousel .carousel-cell,
.home-page .post.loading .header .pf-info button:empty {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.0705882353) 50%, rgba(255, 255, 255, 0) 60%) var(--none-color1);
}
.home-page .post.loading .header .pf-picture,
.home-page .post.loading .header .pf-picture img,
.home-page .post.loading .header .pf-info a:empty {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.0705882353) 50%, rgba(255, 255, 255, 0) 60%) var(--none-color2);
}
.home-page .post.loading .carousel .carousel-cell,
.home-page .post.loading .header .pf-info button:empty,
.home-page .post.loading .header .pf-picture,
.home-page .post.loading .header .pf-picture img,
.home-page .post.loading .header .pf-info a:empty {
  background-size: 200% 100%;
  background-position-x: 160%;
  animation: 1.6s Shine ease-in-out infinite;
}
@keyframes Shine {
  to {
    background-position-x: -50%;
  }
}
.home-page .none-content {
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 202px;
}
.home-page .none-content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  margin: 20px 0 12px;
  color: var(--text-color1);
}
.home-page .none-content h3:empty {
  margin-bottom: 0;
}
.home-page .none-content p {
  font-size: 14px;
  line-height: 125%;
}
.home-page .none-content button {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  margin-top: 24px;
  padding: var(--pd-btn);
  color: var(--text-color1);
  background: var(--primary-color2);
  border-radius: 60px;
}
.home-page .pp-content {
  height: calc(100vh - 0px);
  height: calc(var(--vh, 1vh) * 100 - 0px);
  position: relative;
  color: var(--text-color1);
  background: linear-gradient(152.27deg, #0B171D 1.69%, #000406 97.65%);
  box-shadow: inset 0px 1.5px 2px rgba(198, 252, 251, 0.1);
  /* custom header */
  /* Body */
  /* Check All messenge */
  /* Interaction Section */
}
.home-page .pp-content .carousel {
  border-radius: 0;
}
.home-page .pp-content .carousel-status {
  top: 17px;
}
.home-page .pp-content .header {
  position: relative;
  padding: 16px;
}
.home-page .pp-content .header .pf-info {
  width: 100%;
  margin: 0 16px;
}
.home-page .pp-content .header::after {
  content: "";
  position: absolute;
  right: 8.5px;
  left: 8.5px;
  bottom: 0;
  border-bottom: 1px solid var(--none-color1);
}
.home-page .pp-content .pp-body, .home-page .pp-content .pps-body {
  overflow-y: scroll;
  padding: var(--pd);
  height: calc(100% - 100vw - 65px - 74px - 56px);
  cursor: pointer;
}
.home-page .pp-content .pp-body h3, .home-page .pp-content .pps-body h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 20px;
  display: none;
}
.home-page .pp-content .pp-body > p, .home-page .pp-content .pps-body > p {
  font-size: 14px;
  color: var(--text-color1);
  text-align: justify;
}
.home-page .pp-content .pp-body:not(.pps-body) > p, .home-page .pp-content .pp-body:not(.pps-body) > div, .home-page .pp-content .pps-body:not(.pps-body) > p, .home-page .pp-content .pps-body:not(.pps-body) > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
  height: 4.2em;
  font-size: 14px;
  overflow: hidden;
}
.home-page .pp-content .pps-body {
  height: calc(100vh - 0px);
  height: calc(var(--vh, 1vh) * 100 - 0px);
  background: var(--bg-color);
  cursor: default;
}
.home-page .pp-content .pps-body .overlay {
  bottom: 0;
}
.home-page .pp-content .pps-body > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  word-break: break-word;
  white-space: pre-wrap;
  color: var(--text-color4);
}
.home-page .pp-content .pps-body > div a {
  color: var(--primary-color);
}
.home-page .pp-content .pp-allmes {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  margin-top: 16px;
  color: var(--text-color3);
}
.home-page .pp-content .pp-is {
  padding: 14px 16px;
  border-top: 0.5px solid var(--none-color05);
}
.home-page .pp-content .pp-is .music {
  max-width: 125px;
  min-width: 36px;
  background: var(--none-color05);
  border-radius: 23.04px;
}
.home-page .pp-content .pp-is .heart svg, .home-page .pp-content .pp-is .heart i, .home-page .pp-content .pp-is .message svg, .home-page .pp-content .pp-is .message i, .home-page .pp-content .pp-is .collect svg, .home-page .pp-content .pp-is .collect i {
  width: var(--ic-h);
  height: var(--ic-h);
  margin-right: 6px;
  padding: 7px;
  background: var(--none-color1);
}
.home-page .pp-content .pp-is .heart p, .home-page .pp-content .pp-is .message p, .home-page .pp-content .pp-is .collect p {
  margin-right: 8px;
}
.home-page .pp-content .pp-is .heart svg, .home-page .pp-content .pp-is .heart i, .home-page .pp-content .pp-is .message svg, .home-page .pp-content .pp-is .message i {
  border-radius: 50%;
}
.home-page .pp-content .pp-is .collect {
  min-width: 36px;
  overflow: hidden;
  border-radius: 50%;
}
.home-page .pp-content .pp-is .collect svg {
  margin-right: 0;
}
.home-page .pp-content .pp-is .heart {
  margin-left: auto;
}

@keyframes marquee {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
    right: var(--rtl);
  }
}
/* Message-boards.html */
.c-body {
  overflow-y: scroll;
  height: 100%;
  background: var(--bg-color);
}
.c-body .comment {
  padding: var(--pd);
  width: 100%;
}
.c-body .comment > div {
  overflow: hidden;
}
.c-body .comment > div a {
  width: 175px;
  margin-bottom: 8px;
}
.c-body .comment > div a:empty {
  height: 18px;
  background: var(--none-color2);
  border-radius: 4px;
}
.c-body .comment > div a:empty ~ div {
  display: none !important;
}
.c-body .comment div.tsa {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-align: start;
  word-wrap: break-word;
  margin-bottom: 8px;
  padding-right: 16px;
  width: 100%;
  color: var(--text-color2);
}
.c-body .comment div.tsa a {
  color: var(--primary-color);
}
.c-body .comment div.tsa:empty {
  width: 100%;
  height: 18px;
  background: var(--none-color1);
  border-radius: 4px;
  margin-bottom: 36px;
}
.c-body .comment div.tsa:empty ~ div {
  display: none;
}
.c-body .comment > div > div:last-of-type * {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: var(--text-color5);
}
.c-body .comment > div > div:last-of-type button {
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-left: 16px;
}
.c-body .heart {
  margin-bottom: 1px;
}
.c-body .heart p {
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--none-color7);
}
.c-body .heart svg {
  margin-right: 4px;
  padding-bottom: 2px;
  cursor: pointer;
}
.c-body .heart svg path {
  transition: all var(--delay-time);
  stroke-opacity: 0.5;
  stroke: var(--text-color1);
  stroke-width: 1.5px;
  fill: transparent;
}
.c-body .heart:active svg path {
  stroke-opacity: 0.3;
}
.c-body .heart.active svg path {
  stroke-opacity: 1;
  stroke: var(--primary-color3);
  fill: var(--primary-color3);
}

/* Profile Picture */
.c-body .mb-pf-p, .c-footer .mb-pf-p {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  overflow: hidden;
  min-width: 36px;
  border-radius: 50%;
  background: var(--none-color2);
}
.c-body .mb-pf-p img, .c-footer .mb-pf-p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--none-color2);
}

.c-footer {
  width: 100vw;
  height: auto;
  position: fixed;
  align-items: flex-start;
  padding: var(--pd);
  bottom: 0;
  background: var(--bg-color);
  border-top: 0.5px solid var(--none-color05);
}

.tag-box {
  width: 100%;
  height: 42px;
  position: absolute;
  padding: var(--pd);
  bottom: 64px;
  background: var(--none-color1);
}
.tag-box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: var(--text-color4);
}

.input-style {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  width: 100%;
  height: 40px;
  padding-left: 18px;
  padding-right: 56px;
  color: var(--text-color4);
  caret-color: var(--primary-color);
  background: var(--none-color05);
  border-radius: 20px;
}

.btn-push, .btn-push ~ .push-svg {
  width: 24px;
  height: 24px;
  top: 8px;
  right: 16px;
  bottom: 8px;
}

.btn-push {
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

/* Reply */
.btn-reply-collapse {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  padding: 8px 16px 8px 64px;
  width: 100%;
  color: var(--text-color5);
}
.btn-reply-collapse::before {
  width: 32px;
  height: 2px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  background: var(--text-color5);
  border-radius: 4px;
}
.btn-reply-collapse:empty {
  padding: 0;
}
.btn-reply-collapse:empty::before {
  display: none;
}

.replies-box {
  transition: opacity 1.75s ease-out, height 1.75s ease-out;
  overflow: hidden;
  opacity: 0;
  height: 0;
  margin-left: 48px;
}
.replies-box.show {
  opacity: 1;
  height: auto;
}
.replies-box .mb-pf-p {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.replies-box .btn-reply-collapse {
  padding-left: 16px;
}

/* Btn-group */
.ct-ol {
  transition: opacity 250ms ease-out, height 250ms ease-out;
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0;
  z-index: 999;
  background: rgba(0, 6, 12, 0.8);
}
.ct-ol.show {
  opacity: 1;
  height: auto;
}
.ct-ol.show div {
  margin-bottom: 0;
}
.ct-ol > div {
  transition: margin-bottom 250ms ease-out;
  margin-bottom: -100px;
  background: #212121;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.ct-ol hr {
  margin: 0;
  border-top: 2px solid var(--none-color1);
}
.ct-ol .btn-ct {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: var(--primary-color3);
}
.ct-ol .ct-cc {
  color: var(--text-color6);
}
.ct-ol.m-tooltip {
  align-items: center;
}
.ct-ol.m-tooltip > div {
  padding: 28px;
  width: 286px;
  background: var(--bg-color);
  border-radius: 20px;
}
.ct-ol.m-tooltip > div div {
  bottom: -10px;
}
.ct-ol.m-tooltip p, .ct-ol.m-tooltip h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
}
.ct-ol.m-tooltip p {
  margin: 12px 0 40px;
  font-weight: 500;
  color: var(--text-color2);
}
.ct-ol.m-tooltip h5, .ct-ol.m-tooltip .btn-mt {
  color: var(--text-color1);
}
.ct-ol.m-tooltip .btn-mt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: 0 8px;
  padding: 8px 24px;
  letter-spacing: 1px;
  background: var(--primary-color4);
  border-radius: 60px;
}
.ct-ol.m-tooltip .ct-cc {
  background: var(--primary-color2);
}

/* Meterial */
.material {
  /* Collect */
}
.material .navBar-container {
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  color: var(--text-color1);
  padding: 16px 16px 12px;
}
.material .navBar-container .action-group a {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 26px;
}
.material .navBar-container .action-group a svg path {
  transition: fill-opacity var(--delay-time);
}
.material .navBar-container .action-group a:active svg path {
  fill-opacity: 0.3;
}
.material .navBar-container .action-group a:first-of-type {
  margin-right: 30px;
}
.material .navBar-container .action-group a:last-of-type .notice {
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.material .navBar-container.header {
  font-weight: 500;
  font-size: 16px;
}
.material .navBar-container.header .goback-action {
  width: 24px;
  height: 24px;
  color: var(--none-color5);
}
.material .navBar-container.header .import-action {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--primary-color);
}
.material .navBar-container.header .import-action:empty {
  margin-left: 24px;
}
.material .navBar-container.header .more-action svg path {
  transition: fill-opacity var(--delay-time);
}
.material .navBar-container.header .more-action:active svg path {
  fill-opacity: 0.3;
}
.material .search-bar {
  width: 100%;
  height: 60px;
  padding: var(--pd);
  background: var(--nav-bg-color);
}
.material .search-bar i {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  left: 25.33px;
  height: calc(100% - 24px);
  font-size: 13px;
  color: var(--none-color5);
}
.material .search-bar input {
  padding: 8px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--text-color4);
  background: var(--none-color3);
  border-radius: 8px;
  caret-color: var(--primary-color);
}
.material .search-bar .cs-action {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin-left: 16px;
  white-space: nowrap;
  color: var(--primary-color);
}
.material .home-page .tab-content {
  height: calc(100vh - 176px);
  height: calc(var(--vh, 1vh) * 100 - 176px);
}
.material .home-page .categories-header {
  display: flex;
  padding: 12px 0;
  color: var(--text-color1);
}
.material .home-page .categories-header h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  margin-right: 24px;
}
.material .home-page .categories-header a {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.material .home-page .categories-content {
  margin-bottom: 12px;
}
.material .home-page .categories-content.gallery {
  display: flex;
  overflow-x: scroll;
  padding: 8px 0 12px;
}
.material .home-page .categories-content.gallery::-webkit-scrollbar {
  display: none;
}
.material .home-page .categories-content.search {
  display: none;
}
.material .home-page .categories-content h5, .material .home-page .categories-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-color1);
}
.material .home-page .collect {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.material .home-page .collect svg path {
  transition: all var(--delay-time);
  stroke-opacity: 0.5;
  stroke: var(--text-color1);
  stroke-width: 1.5px;
  fill: transparent;
}
.material .home-page .collect.active svg path {
  stroke-opacity: 1;
  stroke: var(--primary-color);
  fill: var(--primary-color);
}
.material .home-page .mc-item {
  padding: 10px 0;
}
.material .home-page .mc-item p {
  margin-top: 2px;
  color: var(--text-color2);
}
.material .home-page .mc-item .mc-img {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 8px;
}
.material .home-page .mc-item .mc-img div {
  width: 100%;
  height: 100%;
  background-image: url(../images/none-music-img.svg);
}
.material .home-page .mc-item .mc-info {
  overflow: hidden;
  flex: 1;
  padding: 0 16px 0 12px;
}
.material .home-page .mc-item .mc-state {
  width: 32px;
  height: 32px;
  position: relative;
  min-width: 32px;
}
.material .home-page .mc-item .mc-state .playstate, .material .home-page .mc-item .mc-state svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
}
.material .home-page .mc-item .mc-state .playstate {
  z-index: 1;
  cursor: pointer;
}
.material .home-page .mc-item .mc-state .playstate::after {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #FFFFFF;
}
.material .home-page .mc-item .mc-state .playstate-circle {
  transition: stroke-dashoffset var(--delay-time);
  visibility: hidden;
  stroke: var(--primary-color);
  stroke-width: 6.6;
}
.material .home-page .mc-item.playing .mc-state .playstate::after {
  content: "\f04d";
}
.material .home-page .mc-item.playing .mc-state .playstate-circle {
  visibility: visible;
}
.material .home-page .gly-item {
  margin-right: 16px;
  width: 144px;
  min-width: 144px;
}
.material .home-page .gly-item:last-of-type {
  margin-right: 0;
}
.material .home-page .gly-item .collect {
  width: 16px;
  height: 17px;
  display: flex;
  margin-right: 8px;
}
.material .home-page .gly-item p {
  color: var(--text-color6);
}
.material .home-page .gly-item .gly-img {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 14px;
  width: 100%;
}
.material .home-page .gly-item .gly-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.material .home-page .gly-item .gly-content {
  align-self: flex-start;
  width: 100%;
}
.material .home-page .content-body {
  height: calc(100vh - 56px);
  height: calc(var(--vh, 1vh) * 100 - 56px);
  padding-bottom: 56px;
  color: var(--text-color1);
  overflow-y: scroll;
}
.material .home-page .content-body .mc-item {
  padding: 10px 16px;
}
.material .home-page .content-body .mc-item h5, .material .home-page .content-body .mc-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.material .home-page .content-body .mc-item p {
  color: var(--text-color2);
}
.material .home-page .content-body .mc-item .mc-info {
  padding-right: 0;
}
.material .home-page .content-body .mc-item .trash-action {
  width: 24px;
  height: 24px;
  margin: 0 16px;
}
.material .home-page .content-body .mc-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 1px;
  padding: var(--pd-btn);
  background: var(--primary-color2);
  border-radius: 60px;
}
.material .navBar-container, .material .home-page .categories-header, .material .home-page .categories-content:not(.search), .material .search-bar .cs-action, .material .nav.tag-switch {
  transition: all 0.15s ease-in-out;
}
.material.searchmode.nobothsearch .nav.tag-switch, .material.searchmode.nobothsearch.viewmore .home-page .categories-content {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  height: 0 !important;
}
.material.searchmode.nobothsearch .home-page .tab-content {
  height: calc(100vh - 60px);
  height: calc(var(--vh, 1vh) * 100 - 60px);
}
.material.searchmode .navBar-container, .material.searchmode .home-page .categories-header, .material.searchmode:not(.viewmore) .home-page .categories-content:not(.search) {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  height: 0 !important;
}
.material.searchmode .home-page .categories-content.search:not(.gallery) {
  display: block;
}
.material.searchmode .home-page .tab-content {
  height: calc(100vh - 120px);
  height: calc(var(--vh, 1vh) * 100 - 120px);
}
.material.searchmode .home-page .categories-content.gallery.search {
  display: flex;
  flex-wrap: wrap;
}
.material.searchmode .home-page .gly-item {
  margin-bottom: 16px;
  min-width: 0;
}
.material.searchmode .home-page .gly-item:nth-of-type(2n) {
  margin-right: 0;
}
.material:not(.searchmode) .search-bar .cs-action {
  overflow: hidden;
  width: 0;
  margin: 0;
  opacity: 0;
}
.material.mtr-collect .home-page .tab-content {
  height: calc(100vh - 116px);
  height: calc(var(--vh, 1vh) * 100 - 116px);
}
.material.mtr-collect .home-page.single-content .tab-content {
  height: calc(100vh - 56px);
  height: calc(var(--vh, 1vh) * 100 - 56px);
}
.material.mtr-collect .home-page.single-content .nav.tag-switch {
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
}
.material.mtr-collect .home-page .categories-content.gallery {
  flex-wrap: wrap;
}
.material.mtr-collect .home-page .categories-content.gallery .gly-item {
  margin-bottom: 16px;
  width: calc(50% - 8px);
  min-width: 0;
}
.material.mtr-collect .home-page .categories-content.gallery .gly-item:nth-of-type(2n) {
  margin-right: 0;
}
.material.viewmore .tab-content {
  padding: 12px 8px;
  padding-bottom: 68px;
}
.material.viewmore .mc-item {
  padding: 10px 8px;
  right: 0;
}
.material.viewmore .categories-content.gallery {
  flex-wrap: wrap;
}
.material.viewmore .categories-content.gallery .gly-item {
  margin: 0 8px 16px 8px;
  width: calc(50% - 16px);
  min-width: 0;
}
.material .content-body .in-header {
  padding: 16px;
  background: var(--nav-bg-color);
}
.material .content-body .in-header h5, .material .content-body .in-header h6, .material .content-body .in-header p, .material .content-body .in-header span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #E6E6E6;
}
.material .content-body .in-header h6, .material .content-body .in-header span {
  font-size: 13px;
}
.material .content-body .in-header p {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 2px 0 8px;
  color: var(--text-color2);
}
.material .content-body .in-header h6 {
  color: var(--none-color5);
}
.material .content-body .in-header .img {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 10px;
}
.material .content-body .in-header .img div {
  width: 100%;
  height: 100%;
  background-image: url(../images/none-music-img.svg);
}
.material .content-body .in-header .info {
  overflow: hidden;
  flex: 1;
  padding: 0 16px;
}
.material .content-body .in-header .collect {
  align-self: flex-start;
  margin: 0;
}
.material .content-body .in-header > button {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  margin: 20px 0 16px;
  padding: 8.82px 0 7px;
  width: 100%;
  border: 1px solid var(--none-color3);
  border-radius: 100px;
}
.material .content-body .in-header > button svg {
  margin-right: 6px;
  margin-bottom: 2px;
}
.material .content-body .in-body {
  overflow-y: scroll;
  padding-bottom: 56px;
}
.material .content-body .in-body div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
  margin: 4px 0;
}
.material .content-body .in-body .in-item {
  overflow: hidden;
}
.material .content-body .in-body .in-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Edit */
.editor .divide {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 12px;
  height: 100%;
}
.editor .divide::after {
  content: "";
  height: 15px;
  border: 1px solid var(--none-color2);
  border-radius: 4px;
}
.editor .navBar-container {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  background: transparent;
}
.editor .navBar-container .ns-action {
  transition: color var(--delay-time);
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--primary-color);
}
.editor .navBar-container .ns-action[disabled] {
  pointer-events: none;
  color: var(--none-color2);
}
.editor .navBar-container .goback-action {
  width: 24px;
  height: 24px;
  margin-left: -8px;
  font-size: 16px;
  color: var(--none-color5);
}
.editor .navBar-container .nav-title {
  color: var(--text-color1);
}
.editor .home-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 167px);
  height: calc(var(--vh, 1vh) * 100 - 167px);
  padding: 0 24px;
}
.editor .home-page .mic-box {
  width: auto;
  height: 36px;
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 12px;
  max-width: 152px;
  color: var(--text-color1);
  background: var(--none-color1);
  border-radius: 18px;
}
.editor .home-page .mic-box i {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  min-width: 24px;
  font-size: 14.52px;
}
.editor .home-page .mic-box p {
  margin-left: 8px;
  line-height: 36px;
  letter-spacing: 1px;
  color: var(--text-color1);
}
.editor .home-page .mic-box[disabled] {
  visibility: hidden;
}
.editor .home-page .layer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.editor .home-page .layer-wrapper > p {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.editor .home-page .layer-wrapper .auto-size {
  width: auto;
  width: calc(100vh - 240px);
  height: calc(100vh - 240px);
  max-width: calc(100vw - 64px);
  max-height: calc(100vw - 64px);
}
.editor .home-page .layer-wrapper .layer-templete {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  margin: 3.5px 0;
  border: 3px dashed rgba(230, 230, 230, 0.1);
  border-radius: 20px;
}
.editor .home-page .layer-wrapper .layer-templete p {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: var(--none-color5);
}
.editor .home-page .layer-wrapper .layer-item {
  overflow: hidden;
  margin: 0 32px;
  background: #EEEEEE;
  border-radius: 20px;
}
.editor .home-page .layer-wrapper .layer-item img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor .home-page .layer-wrapper .layer-item canvas {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  border-radius: 20px;
}
.editor .home-page .layer-wrapper .layer-item .canvas-container {
  width: 100% !important;
  height: 100% !important;
}
.editor .home-page .layer-wrapper .scroll {
  display: flex;
  overflow: scroll;
  width: 100vw;
}
.editor .home-page .layer-wrapper .scroll .flickity-viewport {
  width: 100%;
}
.editor .home-page .layer-wrapper .scroll .flickity-prev-next-button {
  display: block;
  color: var(--none-color3);
  background: transparent;
}
.editor .home-page .layer-wrapper .scroll .flickity-prev-next-button.next {
  right: -4px;
}
.editor .home-page .layer-wrapper .scroll .flickity-prev-next-button.previous {
  left: -4px;
}
.editor .home-page .layer-wrapper .scroll .flickity-prev-next-button:focus {
  box-shadow: none;
}
.editor .home-page .layer-wrapper .scroll .flickity-prev-next-button[disabled=true] {
  display: none;
}
.editor .home-page .layer-wrapper .scroll.carousel .carousel-cell {
  background: none;
}
.editor .home-page .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  width: 100%;
}
.editor .home-page .footer .fun-info {
  visibility: hidden;
}
.editor .home-page .footer .fun-box {
  width: 104px;
  height: 44px;
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  background: var(--none-color1);
  border-radius: 22px;
}
.editor .home-page .footer .fun-box button path {
  transition: fill var(--delay-time), stroke var(--delay-time);
}
.editor .home-page .footer .fun-box .add-layer[disabled] path {
  fill: var(--none-color5);
}
.editor .home-page .footer .fun-box .trash[disabled] path:nth-of-type(1), .editor .home-page .footer .fun-box .trash[disabled] path:nth-of-type(2) {
  stroke: var(--none-color5);
}
.editor .home-page .footer .fun-box .trash[disabled] path:nth-of-type(3) {
  fill: var(--none-color5);
}
.editor .edit-footer {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  margin: 16px 16px 24px;
  height: 71px;
}
.editor .edit-footer .fun-scroll {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  flex: 1;
  overflow: scroll;
}
.editor .edit-footer .fun-scroll.notworking {
  pointer-events: none;
}
.editor .edit-footer .divide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 12px;
  background: linear-gradient(90deg, rgba(4, 13, 18, 0.9) 0%, rgba(4, 17, 24, 0) 100%);
  transform: rotate(-180deg);
}
.editor .edit-footer .btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  margin-right: 12px;
  color: var(--text-color1);
}
.editor .edit-footer .btn-wrapper:last-of-type {
  margin-right: 0;
}
.editor .edit-footer .btn-wrapper button, .editor .edit-footer .btn-wrapper label {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  background: var(--none-color1);
  border-radius: 12px;
  cursor: pointer;
}
.editor .edit-footer .btn-wrapper p {
  text-align: center;
}
.editor.ed2 {
  position: relative;
}
.editor.ed2 .home-page {
  margin: 0 16px;
  padding: 16px 16px;
  height: auto;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--none-color05);
}
.editor.ed2 .home-page .EditorImageWapper {
  position: relative;
  width: 100%;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  bottom: 12px;
  right: 12px;
  left: 12px;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type > * {
  opacity: 0.85;
  background: var(--icon-bg-color);
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music {
  width: 101px;
  height: 25px;
  border-radius: 16px;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type .music svg {
  min-width: 25px;
}
.editor.ed2 .home-page .EditorImageWapper > div:last-of-type a {
  width: 24.57px;
  height: 24.57px;
  border-radius: 50%;
}
.editor.ed2 .DescriptiveText {
  overflow: hidden;
  flex: 1;
  margin: 0 16px;
}
.editor.ed2 .DescriptiveText .DescriptionTA {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  overflow-y: scroll;
  text-align: justify;
  margin: 16px;
  color: var(--text-color4);
  caret-color: var(--primary-color);
  background: transparent;
  border: none;
}
.editor.ed2 .DescriptiveText .DescriptionTA:empty::before {
  content: attr(data-text);
  color: var(--none-color7);
}
.editor.ed2 .DescriptiveText .DescriptionTA a {
  color: var(--primary-color);
}
.editor.ed2 .DescriptiveText .DescriptionTA.dta1 {
  overflow: scroll;
  word-break: break-word;
  white-space: pre-wrap;
}
.editor.ed2 .DescriptiveText .DescriptionTA.dta2 {
  display: none;
  cursor: text;
  padding: 4px 0 112px;
}
.editor.ed2 .DescriptiveText .typearea {
  height: 153px;
}
.editor.ed2 .DescriptiveText .nomsg-area {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 12px;
  padding: 0 16px;
  height: 52px;
  color: var(--text-color1);
  background: var(--none-color05);
  border-radius: 20px;
}
.editor.ed2 .DescriptiveText .nomsg-area p {
  margin-right: 16px;
  padding: 0 8px;
  flex: 1;
}
.editor.ed2 .DescriptiveText .nomsg-area .switch {
  width: 43px;
  height: 18px;
  position: relative;
  display: inline-block;
}
.editor.ed2 .DescriptiveText .nomsg-area .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.editor.ed2 .DescriptiveText .nomsg-area .switch input:checked + .slider {
  background-color: var(--primary-color);
}
.editor.ed2 .DescriptiveText .nomsg-area .switch input:checked + .slider::before {
  transform: translateX(26px);
  -ms-transform: translateX(26px);
  -webkit-transform: translateX(26px);
}
.editor.ed2 .DescriptiveText .nomsg-area .switch .slider {
  transition: all var(--delay-time);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2E2E2E;
  border-radius: 12px;
}
.editor.ed2 .DescriptiveText .nomsg-area .switch .slider::before {
  transition: all var(--delay-time);
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
.editor.ed2 .DescriptiveText .savearea-1, .editor.ed2 .DescriptiveText .savearea-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--none-color05);
}
.editor.ed2 .DescriptiveText .savearea-1 {
  padding: 16px 0;
}
.editor.ed2 .DescriptiveText .savearea-1 button {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-left: 12px;
  padding: 0 24px;
  height: 40px;
  color: var(--text-color1);
  background: var(--primary-color2);
  border: 1px solid var(--primary-color2);
  border-radius: 200px;
  letter-spacing: 1px;
}
.editor.ed2 .DescriptiveText .savearea-1 button:first-of-type {
  color: var(--primary-color2);
  background: transparent;
}
.editor.ed2 .DescriptiveText .savearea-2 {
  position: relative;
  display: none;
  padding: 12px 0;
}
.editor.ed2 .DescriptiveText .savearea-2 button {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 18px;
  color: var(--primary-color);
}
.editor.ed2 .DescriptiveText .savearea-2 button:first-of-type {
  color: var(--none-color5);
}
.editor.ed2 .DescriptiveText .savearea-2 button:disabled {
  color: var(--text-color5);
}
.editor.ed2.typemode .navBar-container {
  visibility: hidden;
}
.editor.ed2.typemode .DescriptiveText {
  position: absolute;
  margin: 16px;
  top: 0;
  bottom: 0;
  width: calc(100vw - 32px);
  background: linear-gradient(0deg, rgba(4, 17, 24, 0.9), rgba(4, 17, 24, 0.9)), #0D1721;
}
.editor.ed2.typemode .DescriptiveText .DescriptionTA {
  width: calc(100% - 32px);
  height: calc(100% - 16px);
  margin: 0 16px;
}
.editor.ed2.typemode .DescriptiveText .DescriptionTA.dta1 {
  display: none;
}
.editor.ed2.typemode .DescriptiveText .DescriptionTA.dta2 {
  display: block;
}
.editor.ed2.typemode .DescriptiveText .typearea {
  height: calc(100% - 45px);
}
.editor.ed2.typemode .DescriptiveText .savearea-1, .editor.ed2.typemode .DescriptiveText .nomsg-area {
  display: none;
}
.editor.ed2.typemode .DescriptiveText .savearea-2 {
  display: flex;
}
.editor.material .navBar-container .goback-action {
  margin: 0;
}
.editor.material .search-bar {
  padding-top: 24px;
  min-height: 71px;
  background: none;
}
.editor.material .search-bar input {
  padding: 0 8px 0 30px;
}
.editor.material .search-bar i {
  height: calc(100% - 36px);
}
.editor.material .navbar-BtnGroup {
  transition: opacity var(--delay-time);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
  padding: 8px 16px;
}
.editor.material .navbar-BtnGroup .bgu-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  padding: 9px 16px;
  background: var(--none-color2);
  border-radius: 100px;
}
.editor.material .navbar-BtnGroup .bgu-item svg {
  margin-right: 2px;
}
.editor.material .navbar-BtnGroup .bgu-item.mycollect::after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: var(--primary-color);
}
.editor.material .home-page {
  overflow: scroll;
  justify-content: flex-start;
  flex: 1;
  padding: 16px 0 0;
}
.editor.material .home-page .content {
  width: 100%;
  padding-bottom: 64px;
}
.editor.material .home-page .content .categories-header {
  padding: 0 16px 14px;
}
.editor.material .home-page .content .categories-content {
  margin-bottom: 30px;
}
.editor.material .home-page .content .mc-item:not(.hbs) {
  transition: background var(--delay-time) ease-out;
  padding: 10px 16px;
}
.editor.material .home-page .content .mc-item:not(.hbs):focus, .editor.material .home-page .content .mc-item:not(.hbs):active {
  background: var(--none-color2);
}
.editor.material .home-page .content .mc-item.hbs {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #18222B;
  z-index: 999;
  padding: 12px 16px;
}
.editor.material .home-page .content .mc-item.hbs .mc-info h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-color1);
}
.editor.material .home-page .content .mc-item.hbs .trash-action {
  margin-right: 16px;
}
.editor.material .home-page .content .mc-item.hbs.noselect {
  display: none;
}
.editor.material .home-page .content .mc-item.hbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 1px;
  padding: var(--pd-btn);
  background: var(--primary-color2);
  border-radius: 60px;
}
.editor.material .home-page .content .content-body {
  height: auto;
  margin-bottom: 30px;
}
.editor.material .home-page .content-body {
  width: 100%;
}
.editor.material.searchmode .navbar-BtnGroup {
  display: none;
}

/* Loading */
@keyframes opacity1to0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading.app-container .material.editor .categories-header:not(.loading),
.loading.app-container .material.editor .categories-content:not(.loading), .loading.app-container .material.editor .navbar-BtnGroup {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.loading.app-container .material.editor .search-bar {
  margin-bottom: 12px;
}
.loading.app-container .material.editor .home-page {
  overflow-y: auto;
}
.loading.app-container .material.editor .categories-header:not(.loading),
.loading.app-container .material.editor .categories-content:not(.loading) {
  height: 0;
}
.loading.categories-header h4:empty {
  width: 104px;
  height: 23px;
  background: var(--none-color2);
  border-radius: 4px;
}
.loading.categories-header a:empty {
  width: 69px;
  height: 17px;
  background: var(--none-color1);
  border-radius: 4px;
}
.loading.categories-content .mc-img div:empty {
  width: 56px;
  height: 56px;
  background: var(--none-color2);
  border-radius: 8px;
}
.loading.categories-content h5:empty {
  width: 152px;
  height: 20px;
  background: var(--none-color2);
  border-radius: 4px;
}
.loading.categories-content p:empty {
  width: 97px;
  height: 20px;
  background: var(--none-color1);
  border-radius: 4px;
  margin-top: 6px;
}
.loading.categories-content .mc-state {
  width: 32px;
  height: 32px;
  background: var(--none-color2);
  border-radius: 50%;
}

.Tag {
  display: flex;
  justify-content: center;
  position: absolute;
  opacity: 1;
  top: auto !important;
  bottom: 61px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1;
}
.Tag::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 32px);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--none-color05);
}
.Tag .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-y: scroll;
  margin: 12px 0;
  padding-left: 0;
  max-height: 88px;
  width: 100%;
  background: var(--nav-bg-color);
}
.Tag .wrapper li {
  list-style: none;
  color: var(--none-color7);
  cursor: pointer;
}
.Tag .wrapper li img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Tag .tag-item {
  transition: background var(--delay-time);
  width: 100%;
  height: 44px;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-align: left;
  padding: 0 16px;
  min-height: 44px;
  line-height: 44px;
}
.Tag .tag-item:active, .Tag .tag-item:hover {
  background: var(--none-color2);
}
.Tag .loadingio-spinner-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  transform: scale(0.6);
}
.Tag .loadingio-spinner-spinner .loadingio-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div {
  width: 12px;
  height: 24px;
  position: absolute;
  box-sizing: content-box;
  left: 94px;
  top: -48px;
  background: var(--text-color1);
  border-radius: 6px/12px;
  transform-origin: 6px 52px;
  animation: opacity1to0 linear 1s infinite;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
  background: #0c8899;
}
.Tag .loadingio-spinner-spinner .loadingio-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #0c8899;
}

#MediaStream {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
}
#MediaStream.c .ts-wrapper {
  display: flex;
}
#MediaStream.c video {
  display: none;
}
#MediaStream.c p {
  opacity: 0;
}
#MediaStream.c button:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
#MediaStream.c button:nth-child(2) {
  opacity: 0;
  pointer-events: none;
}
#MediaStream.c button:nth-child(3) {
  opacity: 0;
  pointer-events: none;
}
#MediaStream.c .btn-retake, #MediaStream.c .btn-usephoto {
  display: inline-block;
}
#MediaStream.hide {
  display: none;
}
#MediaStream .ts-wrapper {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  display: none;
}
#MediaStream .ts-wrapper canvas.ts {
  aspect-ratio: 1/1;
  width: 100%;
}
#MediaStream .ts-wrapper, #MediaStream video {
  flex: 1;
  width: 100%;
}
#MediaStream #camera-video {
  transform: rotateY(180deg);
}
#MediaStream #camera-video.m-environment {
  transform: none;
}
#MediaStream > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #000000;
}
#MediaStream > div > p {
  margin: 18px 0 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #FFD60A;
}
#MediaStream > div > div {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
#MediaStream > div > div .btn-mscv-c, #MediaStream > div > div .btn-facingMode-c, #MediaStream > div > div .btn-retake, #MediaStream > div > div .btn-usephoto {
  position: absolute;
}
#MediaStream > div > div .btn-mscv-c, #MediaStream > div > div .btn-retake, #MediaStream > div > div .btn-usephoto {
  text-decoration: underline;
  text-underline-offset: 2px;
  left: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}
#MediaStream > div > div .btn-facingMode-c {
  right: 24px;
}
#MediaStream > div > div .btn-retake, #MediaStream > div > div .btn-usephoto {
  display: none;
}
#MediaStream > div > div .btn-usephoto {
  left: auto;
  right: 24px;
}

/* Change */
.home-page .carousel .carousel-cell {
  width: 100vw;
  height: 100vw;
}

.home-page .post .carousel .carousel-cell, .home-page .EditorImageWapper .carousel .carousel-cell {
  width: calc(100vw - 64px);
  height: calc(100vw - 64px);
}

.material.searchmode .home-page .gly-item,
.material.viewmore .categories-content.gallery .gly-item {
  width: calc(50vw - 24px);
}

.material.mtr-collect .home-page .categories-content.gallery .gly-item .gly-img,
.material.searchmode .home-page .gly-item .gly-img,
.material.viewmore .home-page .gly-item .gly-img {
  height: calc(50vw - 24px);
}

.material:not(.mtr-collect):not(.viewmore):not(.searchmode) .home-page .gly-item .gly-img {
  height: 144px;
}

.material .content-body .in-body .in-item {
  width: 32.595vw;
  height: 32.595vw;
}

/* RWD */
@media (min-width: 600px) {
  .home-page .pp-content .pp-body {
    height: calc(100% - 37.5rem - 65px - 74px - 56px);
  }
  .editor .home-page .layer-wrapper .scroll,
  .editor.material .home-page .content .mc-item.hbs,
  .MediaStream, .Tag .wrapper,
  .c-footer {
    width: 37.5rem;
  }
  .editor.ed2.typemode .DescriptiveText, .Tag::before {
    width: calc(37.5rem - 32px);
  }
  .home-page .carousel .carousel-cell {
    width: 37.5rem;
    height: 37.5rem;
  }
  .home-page .post .carousel .carousel-cell, .home-page .EditorImageWapper .carousel .carousel-cell {
    width: calc(37.5rem - 64px);
    height: calc(37.5rem - 64px);
  }
  .material.searchmode .home-page .gly-item,
  .material.viewmore .categories-content.gallery .gly-item {
    width: calc(18.75rem - 24px);
  }
  .material.mtr-collect .home-page .categories-content.gallery .gly-item .gly-img,
  .material.searchmode .home-page .gly-item .gly-img,
  .material.viewmore .home-page .gly-item .gly-img {
    height: calc(18.75rem - 24px);
  }
  .material .content-body .in-body .in-item {
    width: 12.222946545rem;
    height: 12.222946545rem;
  }
  .editor .home-page .layer-wrapper .auto-size {
    max-width: calc(37.5rem - 64px);
    max-height: calc(37.5rem - 64px);
  }
}
@media (max-width: 349.98px) {
  .editor .edit-footer .fun-scroll {
    position: relative;
    justify-content: flex-start;
  }
  .editor .edit-footer .fun-scroll::before, .editor .edit-footer .fun-scroll::after {
    width: 12px;
    height: 71px;
    content: "";
    position: fixed;
    bottom: 24px;
    background: linear-gradient(90deg, rgba(4, 13, 18, 0.9) 0%, rgba(4, 17, 24, 0) 100%);
  }
  .editor .edit-footer .fun-scroll::before {
    left: 16px;
  }
  .editor .edit-footer .fun-scroll::after {
    right: 16px;
    transform: rotate(-180deg);
  }
}
/****** Fake ******/
.ifrmcall {
  position: relative;
}
.ifrmcall iframe {
  width: 100%;
  border: none;
}
.ifrmcall #ifrmtop {
  width: 100vw;
  height: 100vw;
}
.ifrmcall #ifrmftr {
  transition: margin 0.15s ease-out, transform 0.15s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  margin-top: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 37.5rem;
}
.ifrmcall #ifrmftr #ifrmbtm {
  flex: 1;
  width: 100%;
  overflow-y: auto;
}
.ifrmcall #ifrmftr::before {
  width: 100%;
  height: 32px;
  content: "";
  position: absolute;
  top: -32px;
  background: var(--bg-color);
  border-radius: 20px 20px 0px 0px;
  cursor: pointer;
}
.ifrmcall #ifrmftr::after {
  width: 40px;
  height: 12px;
  content: "";
  position: absolute;
  top: -22px;
  background: url(../images/btn-up.svg) center no-repeat;
  background-size: contain;
  border-radius: 16px;
  cursor: pointer;
}
.ifrmcall #ifrmftr.show {
  margin-top: 32px;
}
.ifrmcall #ifrmftr.show::after {
  background: url(../images/btn-down.svg) center no-repeat;
  background-size: contain;
}
.ifrmcall #ifrmftr.show #ifrmbtm {
  pointer-events: auto;
}

@media (min-width: 600px) {
  .ifrmcall #ifrmtop {
    width: 37.5rem;
    height: 37.5rem;
  }
  .ifrmcall #ifrmftr {
    left: auto;
  }
}
#ifrmwrapper {
  transition: var(--delay-time);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  transform: translateY(32px);
}
#ifrmwrapper #ifrmsecd {
  width: 100%;
  height: 100%;
}
#ifrmwrapper::before {
  width: 100%;
  height: 32px;
  content: "";
  position: absolute;
  top: -32px;
  background: var(--bg-color);
  border-radius: 20px 20px 0px 0px;
  cursor: pointer;
}
#ifrmwrapper::after {
  width: 40px;
  height: 12px;
  content: "";
  position: absolute;
  top: -24px;
  background: url(../images/btn-up.svg) center no-repeat;
  background-size: contain;
  border-radius: 16px;
}
#ifrmwrapper.show {
  height: calc(100% - 32px);
  transform: translateY(0);
}
#ifrmwrapper.show::after {
  background: url(../images/btn-down.svg) center no-repeat;
  background-size: contain;
}

@keyframes fadein {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 64px;
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    bottom: 64px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
.ct-ol.m-fake {
  flex-direction: column;
  justify-content: flex-end;
}
.ct-ol.m-fake .ct-cc {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  position: relative;
  background: var(--bg-color);
  border-radius: 20px 20px 0px 0px;
}
.ct-ol.m-fake .ct-cc::after {
  width: 40px;
  height: 12px;
  content: "";
  position: absolute;
  top: 10px;
  background: url(../images/btn-down.svg) center no-repeat;
  background-size: contain;
  border-radius: 16px;
}
.ct-ol.m-fake > div:not(.m-g) {
  padding: 0 16px 40px;
  padding-bottom: 96px;
  background: var(--bg-color);
}
.ct-ol.m-fake > div:not(.m-g) button {
  transition: background var(--delay-time);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-align: left;
  padding: 14px 18px;
  color: var(--text-color1);
  background: var(--none-color05);
  border-radius: 12px;
}
.ct-ol.m-fake > div:not(.m-g) button svg {
  margin-right: 20px;
}
.ct-ol.m-fake > div:not(.m-g) button:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ct-ol.m-fake > div:not(.m-g) button:nth-of-type(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ct-ol.m-fake > div:not(.m-g) button:last-of-type {
  margin-top: 18px;
}
.ct-ol.m-fake > div:not(.m-g) button:active {
  background: var(--none-color2);
}
.ct-ol.m-fake > div:not(.m-g) > div {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
}
.ct-ol.m-fake > div:not(.m-g) > div div {
  height: 1px;
  border-radius: 2px;
}
.ct-ol.m-fake > div:not(.m-g) > div div:first-of-type {
  width: 18%;
  background: var(--none-color05);
}
.ct-ol.m-fake > div:not(.m-g) > div div:last-of-type {
  width: 82%;
  background: var(--none-color1);
}
.ct-ol.m-fake .m-g {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  height: calc(100vh - 32px);
  background: var(--bg-color);
}
.ct-ol.m-fake .m-g .btn-grp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
}
.ct-ol.m-fake .m-g .btn-grp button {
  transition: color var(--delay-time);
}
.ct-ol.m-fake .m-g .btn-grp button svg path {
  transition: fill-opacity var(--delay-time);
}
.ct-ol.m-fake .m-g .btn-grp button.active {
  color: var(--text-color1) !important;
}
.ct-ol.m-fake .m-g .btn-grp button.active svg path {
  fill-opacity: 1;
}
.ct-ol.m-fake .m-g .btn-grp div:not(.scroll) {
  margin: 0 8px;
  height: 15px;
  border: 1px solid var(--none-color2);
  border-radius: 2px;
}
.ct-ol.m-fake .m-g .btn-grp > button {
  padding: 6px;
}
.ct-ol.m-fake .m-g .btn-grp .scroll {
  overflow: scroll;
  white-space: nowrap;
}
.ct-ol.m-fake .m-g .btn-grp .scroll button {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  margin-left: 12px;
  padding: 9px 10px;
  color: var(--none-color5);
}
.ct-ol.m-fake .m-g .btn-grp .scroll button:last-of-type {
  margin-right: 12px;
}
.ct-ol.m-fake .m-g .btn-grp::before, .ct-ol.m-fake .m-g .btn-grp::after {
  width: 12px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgba(13, 23, 33, 0.9) 0%, rgba(13, 23, 33, 0) 100%);
}
.ct-ol.m-fake .m-g .btn-grp::before {
  left: 54px;
}
.ct-ol.m-fake .m-g .btn-grp::after {
  right: 0;
  transform: rotate(-180deg);
}
.ct-ol.m-fake .m-g .elem-grp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: scroll;
  padding: 12px 0;
  width: calc(100% + 24px);
}
.ct-ol.m-fake .m-g .elem-grp .elem-item {
  margin: 0 12px;
  width: calc(50% - 24px);
}
.ct-ol.m-fake .m-g .elem-grp .elem-item .elem-img {
  margin-bottom: 24px;
  height: calc(50vw - 26px);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.ct-ol.m-fake .m-g .elem-grp .elem-item .elem-img > div {
  width: 100%;
  height: 100%;
}
.ct-ol.m-fake .m-g .elem-grp .elem-item .elem-img a {
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 10px;
  bottom: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  text-overflow: ellipsis;
}
.ct-ol.m-fake .m-g .elem-search {
  width: 100%;
  height: 60px;
  padding: 12px 0;
}
.ct-ol.m-fake .m-g .elem-search i {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  align-items: center;
  left: 10px;
  height: calc(100% - 24px);
  font-size: 13px;
  color: var(--none-color5);
}
.ct-ol.m-fake .m-g .elem-search input {
  padding: 8px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--text-color4);
  background: var(--none-color3);
  border-radius: 8px;
  caret-color: var(--primary-color);
}
.ct-ol.m-fake .m-g .elem-license {
  margin: 4px 0 60px;
  font-size: 12px;
  color: var(--text-color2);
}
.ct-ol.m-fake div.m-ap {
  padding: 0 24px 32px;
  padding-bottom: 88px;
}
.ct-ol.m-fake div.m-ap p {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color4);
}
.ct-ol.m-tooltip.m-rpt > div {
  width: 311px;
}
.ct-ol.m-tooltip.m-rpt > div h5, .ct-ol.m-tooltip.m-rpt > div p {
  width: 100%;
}
.ct-ol.m-tooltip.m-rpt > div p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin: 4px 0 20px;
}
.ct-ol.m-tooltip.m-rpt .btn-mt {
  transition: color var(--delay-time), background var(--delay-time);
}
.ct-ol.m-tooltip.m-rpt .btn-mt:disabled, .ct-ol.m-tooltip.m-rpt .btn-mt[disabled] {
  color: var(--text-color2);
  background: var(--text-color5);
}
.ct-ol.m-tooltip.m-rpt .ir-rpt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 12px;
  padding: 14px 10px 14px 18px;
  width: 100%;
  color: var(--text-color1);
  background: var(--none-color05);
  border-radius: 12px;
}
.ct-ol.m-tooltip.m-rpt .ir-rpt:last-of-type {
  margin-bottom: 48px;
}
.ct-ol.m-tooltip.m-rpt .ir-rpt input[type=radio] {
  width: 24px;
  height: 24px;
  place-content: center;
  display: grid;
  margin-right: 18px;
  border: 2px solid var(--none-color5);
  border-radius: 50%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transform: translateY(-0.075em);
  transition: 0.12s border ease-in-out;
}
.ct-ol.m-tooltip.m-rpt .ir-rpt input[type=radio]::before {
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  transform: scale(0);
  transition: 0.12s transform ease-in-out;
  box-shadow: inset 1em 1em var(--primary-color2);
}
.ct-ol.m-tooltip.m-rpt .ir-rpt input[type=radio]:checked {
  border: 2px solid var(--primary-color2);
}
.ct-ol.m-tooltip.m-rpt .ir-rpt input[type=radio]:checked::before {
  transform: scale(1);
}
.ct-ol.m-tooltip.m-rpt ~ #rptsuc {
  position: fixed;
  display: flex;
  justify-content: center;
  visibility: hidden;
  bottom: 64px;
  width: 100%;
  max-width: 37.5rem;
}
.ct-ol.m-tooltip.m-rpt ~ #rptsuc span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  padding: 6px 16px;
  width: -moz-max-content;
  width: max-content;
  color: var(--text-color1);
  background: #37029C;
  border-radius: 14.5px;
  box-shadow: 0px 4px 8px rgba(55, 2, 156, 0.1);
}
.ct-ol.m-tooltip.m-rpt ~ #rptsuc.show {
  visibility: visible;
  animation: fadein var(--delay-time), fadeout var(--delay-time) 1.5s;
}

@media (min-width: 600px) {
  .ifrmcall #ifrmftr {
    margin-top: 37.5rem;
  }
  .ct-ol.m-fake .m-g .elem-grp .elem-item .elem-img {
    height: calc(18.75rem - 26px);
  }
}
@media (max-width: 310.98px) {
  .ct-ol.m-tooltip.m-rpt > div {
    width: 280px;
  }
}
/******* v2  *******/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-page .none-content {
  animation: fadeIn var(--delay-time);
}

.comment-box {
  transition: all var(--delay-time);
}

.modal .modal-content {
  background: var(--bg-color);
}
.modal .modal-header {
  padding-bottom: 0.5rem;
  border-bottom: none;
}
.modal .modal-header .btn-close {
  width: 0.75rem;
  height: 0.75rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat;
  filter: invert(1);
}
.modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.modal .modal-body {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding-top: 0;
  padding-bottom: 1.25rem;
  color: var(--text-color2);
}
.modal .modal-body a {
  margin-bottom: 8px;
  font-size: 16px;
}
.modal .modal-body div {
  margin: 8px 0;
}
.modal .modal-body p {
  color: var(--text-color5);
}

/* Try */
#ifrmftr.mmb .home-page .pp-content {
  padding-top: 64px;
}

.c-footer {
  top: 0;
  bottom: auto;
  border-top: none;
  border-bottom: 0.5px solid var(--none-color05);
}

.tag-box {
  top: 64px;
  bottom: auto;
  display: none;
}/*# sourceMappingURL=style.css.map */