.dark {
  background-color: #202020;
}
::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.20);
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border: none;
}
html {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: system-ui, sans-serif;
  font-size: 16.0px;
  color: #202020;
  background-color: #fff;
}
body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: content-box;
}
button {
  appearance: none;
  font-size: 16.0px;
  font-weight: 700;
  background-color: #0075FF;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  border-radius: 4px;
  outline: none;
  border-width: 0px;
  font-family: system-ui, sans-serif;
}
.button {
  appearance: none;
  font-size: 16.0px;
  font-weight: 700;
  background-color: #0075FF;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  border-radius: 4px;
  outline: none;
  border-width: 0px;
  font-family: system-ui, sans-serif;
}
[contenteditable], textarea {
  line-height: 1.4;
  caret-color: #0075FF;
}
.btn--link {
  background-color: transparent;
  padding: 0;
  color: #0075FF;
}
button:disabled {
  background-color: #767676;
}
input {
  appearance: none;
  background-color: #fff;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-width: 1px;
  font-size: 16.0px;
  height: 40px;
}
focus:b-none {
  border-width: none;
}
focus:outline-none:focus {
  outline: none;
}
.hidden {
  overflow: hidden;
}
.hide {
  visibility: hidden;
}
.no-underline {
  text-decoration: none;
}
.linkless {
  color: #202020;
  text-decoration: none;
}
.initial {
  flex: auto 0 0;
}
.border-solid {
  border-style: solid;
}
.divide-y > * + * {
  border-top: 1px solid #E9E6DC;
}
.break-word {
  word-wrap: break-word;
}
.wrap {
  white-space: pre-wrap;
}
.bb-1px {
  border-bottom: 1px solid #202020;
}
@keyframes spin {
  to  {
    -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
  to  {
    -webkit-transform: rotate(360deg);
}
}
.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(0,0,255,.3);
  border-radius: 50%;
  border-top-color: #0075FF;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes changingBg {
  0%  {
    background-color: #EBE4E4;
}
  25%  {
    background-color: #CDCEBB;
}
  75%  {
    background-color: #CEBAC6;
}
  100%  {
    background-color: #EBE4E4;
}
}
.bgChanging {
  animation: changingBg 5s infinite;
  -webkit-animation: changingBg 5s infinite;
}
.bullet-s::after {
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: -14px;
  background-color: #8C8C8C;
  border-radius: 50px;
}
.bullet-u::after {
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: -14px;
  background-color: #FF650E;
  border-radius: 50px;
}
.bullet-a::after {
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: -14px;
  background-color: #0075FF;
  border-radius: 50px;
}
.bullet-c::after {
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: -14px;
  background-color: #8C8C8C;
  border-radius: 50px;
}
.shadow-big {
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.25);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}









.absolute {
  position: absolute;
}
.b-0 {
  border-width: 0;
}
.b-0px {
  border-width: 0px;
}
.bg-gray-t5 {
  background-color: rgba(0,0,0,0.05);
}

.h-100px {
  height: 100px;
}
.h-138px {
  height: 138px;
}
.h-18px {
  height: 18px;
}
.h-25px {
  height: 25px;
}
.h-30px {
  height: 30px;
}

.hor-sb-s {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.lh-loose {
  line-height: 1.35;
}
.m-20px {
  margin: 20px;
}
.m-2px {
  margin: 2px;
}
.mt-10px {
  margin-top: 10px;
}
.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-0 {
  padding: 0;
}
.p-10px {
  padding: 10px;
}
.p-2px {
  padding: 2px;
}

.pt-5px {
  padding-top: 5px;
}
.relative {
  position: relative;
}
.right-10px {
  right: 10px;
}
.rounded-5px {
  border-radius: 5px;
}
.rounded-8px {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}




.t-black {
  color: #202020;
}
.t-bold {
  font-weight: 700;
}
.t-center {
  text-align: center;
}
.t-gray {
  color: #767676;
}
.t-md {
  font-size: 18.0px;
}
.t-sm {
  font-size: 14.0px;
}
.t-xl {
  font-size: 24.0px;
}
.top-10px {
  top: 10px;
}
.ver-s-c {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.w-200px {
  width: 200px;
}
.w-246px {
  width: 246px;
}
.w-30px {
  width: 30px;
}
.w-400px {
  width: 400px;
}
.w-full {
  width: 100%;
}




@media (min-width: 600px) {
.sm_fl-left {
  float: left;
}
.sm_mr-25px {
  margin-right: 25px;
}
.sm_wmax-250px {
  max-width: 250px;
}
.sm_wmax-600px {
  max-width: 600px;
}
}@media (max-width: 600px) {
.wmax-sm_mb-18px {
  margin-bottom: 18px;
}
.wmax-sm_mx-18px {
  margin-left: 18px;
  margin-right: 18px;
}
.wmax-sm_w-full {
  width: 100%;
}
}