@font-face {
  font-family: MosesDisplay;
  src: url("Text/MosesText_1.03VF.ttf") format("truetype"), url("Text/MosesText_1.03VF.woff") format("woff"), url("Text/MosesText_1.03VF.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: MosesDisplay;
  font-weight: 300;
}

a {
  color: #000000;
  text-decoration: none;
}

.mobile-show {
  display: none;
  align-items: center;
}
@media (max-width: 600px) {
  .mobile-show {
    display: flex;
  }
}

.mobile-hide {
  display: block;
  align-items: center;
}
@media (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
}

.bold {
  font-weight: 670;
}

@media (max-width: 550px) {
  html {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

body {
  width: 100vw;
  height: auto;
  max-width: 610px;
  min-height: 168px;
  max-height: 190px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  margin: 0 auto;
  background-color: transparent;
}
@media (max-width: 550px) {
  body {
    max-height: 180px;
    height: 180px;
  }
}

.header {
  height: 30px;
  width: 100%;
  background: #FEE803;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
}
.header .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .right #hosNum {
  font-size: 14px;
  font-weight: 670;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-left: 5px;
  margin-right: 5px;
}
.header .right span {
  font-weight: 300;
  font-size: 14px;
  display: flex;
}
.header .right span:last-child {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.header .left {
  font-size: 12px;
  display: flex;
}
.header .left img {
  height: 15px;
  margin-top: 2px;
}

#hosBody {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
#hosBody .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 370px;
  min-width: 220px;
  max-height: 112px;
  min-height: 90px;
  height: 58.9473684211vh;
  width: 60%;
  margin-left: 2%;
}
@media (max-width: 550px) {
  #hosBody .right {
    height: auto;
    padding-right: 10px;
    align-items: start;
    max-height: 122px;
  }
}
#hosBody .right #imgChg {
  width: 17.5409836066vw;
  max-width: 107px;
  min-width: 72px;
  max-height: 107px;
  min-height: 90px;
  height: 17.5409836066vw;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 550px) {
  #hosBody .right #imgChg {
    width: 72px;
    height: 100px;
  }
}
#hosBody .right .hosText1 {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
}
#hosBody .right .hosText1 #name {
  font-size: 24px;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: right;
}
@media (max-width: 600px) {
  #hosBody .right .hosText1 #name {
    font-size: 3.9344262295vw;
  }
}
@media (max-width: 550px) {
  #hosBody .right .hosText1 #name {
    font-size: 16px;
    margin-top: -1px;
    line-height: 1.1;
  }
}
#hosBody .right .hosText1 #desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: right;
  line-height: 18.2px;
  max-width: 230px;
}
@media (max-width: 600px) {
  #hosBody .right .hosText1 #desc {
    font-size: 2.2950819672vw;
    line-height: 2.9836065574vw;
  }
}
@media (max-width: 550px) {
  #hosBody .right .hosText1 #desc {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 550px) {
  #hosBody .right .hosText1 {
    max-height: 100px;
    overflow: hidden;
    padding-right: 7px;
    padding-left: 7px;
  }
}
#hosBody .left {
  display: flex;
  flex-direction: row;
  max-height: 112px;
  min-height: 90px;
  height: 58.9473684211vh;
  width: 40%;
}
@media (max-width: 550px) {
  #hosBody .left {
    height: 100px;
  }
}
#hosBody .left .line {
  height: 100%;
  border-right: 2px solid #FEE803;
  width: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hosBody .left .line span {
  background-image: url(assets/circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 21px;
  height: 21px;
  margin-right: -11.5px;
}
#hosBody .left .quatSec {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #hosBody .left .quatSec {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#hosBody .left .quatSec #quat {
  font-size: 18px;
  font-weight: 420;
  line-height: 21.6px;
  text-align: right;
  color: #686868;
  overflow: hidden;
  /*  min-height: 64px;
  height: vh190(88);*/
  max-height: 88px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  #hosBody .left .quatSec #quat {
    font-size: 2.9508196721vw;
    line-height: 3.5409836066vw;
  }
}
@media (max-width: 550px) {
  #hosBody .left .quatSec #quat {
    font-size: 12px;
    line-height: 14px;
    max-height: 70px;
  }
}
#hosBody .left .quatSec #quatName {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  text-align: left;
  color: #686868;
}
@media (max-width: 600px) {
  #hosBody .left .quatSec #quatName {
    font-size: 2.2950819672vw;
    line-height: 2.7540983607vw;
  }
}
@media (max-width: 550px) {
  #hosBody .left .quatSec #quatName {
    font-size: 12px;
    line-height: 13px;
  }
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  width: 100%;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-size: 14px;
  font-weight: 670;
  line-height: 1;
}
@media (max-width: 600px) {
  .footer {
    font-size: 2.2950819672vw;
  }
}
@media (max-width: 550px) {
  .footer {
    font-size: 12px;
  }
}
.footer .right,
.footer .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer span,
.footer img {
  margin-left: 5px;
  height: auto;
}
.footer #daysCount {
  margin-left: 3px;
}
.footer .lift-up {
  margin-top: -0.5px;
}
@media (max-width: 600px) {
  .footer .lift-up {
    margin-top: -1px;
  }
}
.footer a {
  cursor: pointer;
  font-weight: 300;
}
.footer .candle,
.footer .flag {
  width: 12px;
  height: 14px;
}
.footer .candle path,
.footer .flag path {
  fill: #000000;
}
.footer .arrow {
  margin: 0;
  display: flex;
  width: 10px;
  height: 10px;
}
.footer .arrow path {
  fill: #000000;
}

.boldText {
  font-weight: 600;
}

#titleText {
  white-space: pre;
}

@media (prefers-color-scheme: dark) and (max-width: 600px) {
  body {
    color: white;
  }
  #hosBody a {
    color: white;
  }
  .header {
    color: black;
  }
  #hosBody .left .quatSec #quat,
  #hosBody .left .quatSec #quatName {
    font-weight: 500;
    color: #C5C5C5;
  }
  .footer {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
  }
  .footer a {
    color: white !important;
  }
  .footer .flag path,
  .footer .candle path {
    fill: #fff;
  }
  .footer .candle path {
    fill: #fff;
  }
  .footer .arrow path {
    fill: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #000000;
    color: #FFFFFF;
  }
  .header {
    background-color: #FEE803;
    color: black;
  }
  #hosBody a {
    color: white;
  }
}/*# sourceMappingURL=style.css.map */