@font-face {
  src: url("/public/fonts/NotoSansKR-Thin.otf");
  font-family: "Noto Sans KR";
  font-weight: 100;
}
@font-face {
  src: url("/public/fonts/NotoSansKR-Light.otf");
  font-family: "Noto Sans KR";
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("/public/fonts/NotoSansKR-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("/public/fonts/NotoSansKR-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("/public/fonts/NotoSansKR-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("/public/fonts/NotoSansKR-Black.otf");
  font-weight: 900;
}
.fs-small {
  font-size: 1.2rem;
}
.fs-medium {
  font-size: 1.6rem;
}
.fs-large {
  font-size: 2.4rem;
}
.fs-xlarge {
  font-size: 3.2rem;
}

.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

html,
body,
#app {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 360px;
  font-size: 1.4rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 71.429%;
  }
}
.icon {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
}
.icon.cursor {
  cursor: pointer;
}
.icon.drop_down {
  width: 1.6rem;
  height: 1.6rem;
}
.icon.drop_up {
  width: 1.6rem;
  height: 1.6rem;
}
.icon.caret {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.search {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.close1 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.close2 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.close3 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.back {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.camera {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu1_off {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu1_on {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu2_off {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu2_on {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu3_off {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu3_on {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu4_off {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu4_on {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu5_off {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.menu5_on {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.sub_menu {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.prev {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.next {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.meal3 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.exercise3 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.meditation3 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.point3 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.ruler {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.info {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.write {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.download {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.file {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.like1 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.like2 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.fav1 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.fav2 {
  width: 2.4rem;
  height: 2.4rem;
}
.icon.bp {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.meal1 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.meal2 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.exercise1 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.exercise2 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.meditation1 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.meditation2 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.point1 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.point2 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.success {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.menu1 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.menu2 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.menu3 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.menu4 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.menu5 {
  width: 3.2rem;
  height: 3.2rem;
}
.icon.rx {
  width: 4.8rem;
  height: 4.8rem;
}
.icon.drop_down {
  background-image: url("/public/images/icons/drop_down.svg");
}
.icon.drop_up {
  background-image: url("/public/images/icons/drop_up.svg");
}
.icon.caret {
  background-image: url("/public/images/icons/caret.svg");
}
.icon.search {
  background-image: url("/public/images/icons/search.svg");
}
.icon.close1 {
  background-image: url("/public/images/icons/close1.svg");
}
.icon.close2 {
  background-image: url("/public/images/icons/close2.svg");
}
.icon.close3 {
  background-image: url("/public/images/icons/close3.svg");
}
.icon.back {
  background-image: url("/public/images/icons/back.svg");
}
.icon.camera {
  background-image: url("/public/images/icons/camera.svg");
}
.icon.menu1_off {
  background-image: url("/public/images/icons/menu1_off.svg");
}
.icon.menu1_on {
  background-image: url("/public/images/icons/menu1_on.svg");
}
.icon.menu2_off {
  background-image: url("/public/images/icons/menu2_off.svg");
}
.icon.menu2_on {
  background-image: url("/public/images/icons/menu2_on.svg");
}
.icon.menu3_off {
  background-image: url("/public/images/icons/menu3_off.svg");
}
.icon.menu3_on {
  background-image: url("/public/images/icons/menu3_on.svg");
}
.icon.menu4_off {
  background-image: url("/public/images/icons/menu4_off.svg");
}
.icon.menu4_on {
  background-image: url("/public/images/icons/menu4_on.svg");
}
.icon.menu5_off {
  background-image: url("/public/images/icons/menu5_off.svg");
}
.icon.menu5_on {
  background-image: url("/public/images/icons/menu5_on.svg");
}
.icon.sub_menu {
  background-image: url("/public/images/icons/sub_menu.svg");
}
.icon.prev {
  background-image: url("/public/images/icons/prev.svg");
}
.icon.next {
  background-image: url("/public/images/icons/next.svg");
}
.icon.meal3 {
  background-image: url("/public/images/icons/meal3.svg");
}
.icon.exercise3 {
  background-image: url("/public/images/icons/exercise3.svg");
}
.icon.meditation3 {
  background-image: url("/public/images/icons/meditation3.svg");
}
.icon.point3 {
  background-image: url("/public/images/icons/point3.svg");
}
.icon.ruler {
  background-image: url("/public/images/icons/ruler.svg");
}
.icon.info {
  background-image: url("/public/images/icons/info.svg");
}
.icon.write {
  background-image: url("/public/images/icons/write.svg");
}
.icon.download {
  background-image: url("/public/images/icons/download.svg");
}
.icon.file {
  background-image: url("/public/images/icons/file.svg");
}
.icon.like1 {
  background-image: url("/public/images/icons/like1.svg");
}
.icon.like2 {
  background-image: url("/public/images/icons/like2.svg");
}
.icon.fav1 {
  background-image: url("/public/images/icons/fav1.svg");
}
.icon.fav2 {
  background-image: url("/public/images/icons/fav2.svg");
}
.icon.bp {
  background-image: url("/public/images/icons/bp.svg");
}
.icon.meal1 {
  background-image: url("/public/images/icons/meal1.svg");
}
.icon.meal2 {
  background-image: url("/public/images/icons/meal2.svg");
}
.icon.exercise1 {
  background-image: url("/public/images/icons/exercise1.svg");
}
.icon.exercise2 {
  background-image: url("/public/images/icons/exercise2.svg");
}
.icon.meditation1 {
  background-image: url("/public/images/icons/meditation1.svg");
}
.icon.meditation2 {
  background-image: url("/public/images/icons/meditation2.svg");
}
.icon.point1 {
  background-image: url("/public/images/icons/point1.svg");
}
.icon.point2 {
  background-image: url("/public/images/icons/point2.svg");
}
.icon.success {
  background-image: url("/public/images/icons/success.svg");
}
.icon.menu1 {
  background-image: url("/public/images/icons/menu1.svg");
}
.icon.menu2 {
  background-image: url("/public/images/icons/menu2.svg");
}
.icon.menu3 {
  background-image: url("/public/images/icons/menu3.svg");
}
.icon.menu4 {
  background-image: url("/public/images/icons/menu4.svg");
}
.icon.menu5 {
  background-image: url("/public/images/icons/menu5.svg");
}
.icon.rx {
  background-image: url("/public/images/icons/rx.svg");
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
}
.header.none-fixed {
  position: relative;
  top: auto;
  left: auto;
}
.header-logo {
  text-align: center;
}
.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-close {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
.header-back {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}
.header-progress {
  min-width: 20rem;
  width: 50%;
  height: 0.8rem;
  background-color: #f2f2f2;
  border-radius: 0.4rem;
}
.header-progress .bar {
  width: 0;
  height: 100%;
  background-color: #f1624a;
  border-radius: 0.4rem;
}
.header-camera {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}

.footer {
  position: relative;
  z-index: 99;
  padding: 2.4rem 1.6rem 8.8rem;
  background-color: #f2f2f2;
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-link p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.footer-link p a:first-child {
  color: #747373;
}
.footer-info {
  margin-top: 1.6rem;
  color: #747373;
}
.footer-info .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.footer-info .hidden:checked + .footer-info-btn::after {
  background-image: url("/public/images/icons/drop_up.svg");
}
.footer-info .hidden:checked ~ .footer-info-content {
  height: 10.4rem;
}
.footer-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.footer-info-btn::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/public/images/icons/drop_down.svg");
}
.footer-info-content {
  overflow: hidden;
  height: 0;
  margin-top: 0.8rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.footer-info-content .copy {
  margin-top: 1.4rem;
  color: #a2a2a2;
}

.navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 6.4rem;
}
.navigation-links {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.6rem;
  background-color: #ffffff;
  border-top: 1px solid #ececec;
  text-align: center;
}
.navigation-links a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
}

.list.default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.list-item {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.list-item dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.list-item dl span {
  color: #a2a2a2;
}
.list-item dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.list-item .num {
  min-width: 1.6rem;
  font-size: 1.6rem;
  text-align: center;
}
.list-item-icon {
  width: 4rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f2f2;
  border-radius: 0.4rem;
}
.list .no-item {
  margin: 8rem 0;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.comment .like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.comment .like.active {
  color: #f1624a;
}
.comment-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  border-bottom: 1px solid #ececec;
}
.comment-item.active .comment-info {
  margin-bottom: 0;
}
.comment-title {
  width: calc(100% - 2.4rem);
}
.comment-info {
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: #a2a2a2;
}
.comment-info.mgb0 {
  margin-bottom: 0;
}
.comment-info-item {
  position: relative;
}
.comment-info-item:first-child::after {
  display: none;
}
.comment-info-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #c5c5c5;
}
.comment-info-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.comment-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.comment-expend {
  padding: 1.2rem 1.6rem;
  gap: 1rem;
  background-color: #f9f9f9;
  border-top: 1px solid #ececec;
}
.comment .no-item {
  margin: 8rem 0;
}

.collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collapse.default {
  gap: 0.8rem;
}
.collapse.default .collapse-item {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.collapse.default .collapse-head {
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collapse.default .collapse-head-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}
.collapse.default .collapse-head-btn {
  color: #747373;
}
.collapse.default .collapse-content {
  padding: 1.6rem 1.2rem;
  background-color: #f9f9f9;
  border-top: 1px solid #dbdbdb;
}
.collapse.default .collapse-content-text {
  color: #747373;
}
.collapse.line .collapse-item {
  border-bottom: 1px solid #dbdbdb;
}
.collapse.line .collapse-head {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collapse.line .collapse-head-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}
.collapse.line .collapse-head-title dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.collapse.line .collapse-head-title dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #a2a2a2;
}
.collapse.line .collapse-content {
  padding: 1.6rem 1.2rem;
  background-color: #f9f9f9;
  border-top: 1px solid #dbdbdb;
}
.collapse.line .collapse-content-image {
  margin-top: 1.6rem;
}
.collapse.line .collapse-content-file {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.collapse.line .collapse-content-file dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.collapse.line .collapse-content-file a {
  text-decoration: underline;
}
.collapse.line .collapse-content-date {
  margin-top: 1.2rem;
  color: #a2a2a2;
}
.collapse .no-item {
  margin: 8rem 0;
}

.card {
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.card-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-check-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.2rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.card-check-info > span {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.card-check-info > span.primary {
  background-color: rgba(241, 98, 74, 0.1);
}
.card-check-info > span.secondary {
  background-color: rgba(0, 213, 133, 0.1);
}
.card-check-info > span.tertiary {
  background-color: rgba(255, 204, 0, 0.1);
}
.card-check-info > span.quaternary {
  background-color: rgba(100, 115, 255, 0.1);
}
.card-check-info > dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.card-check-info > dl dd {
  color: #747373;
}
.card-check-inp {
  width: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #dbdbdb;
}
.card-badge {
  padding: 1.6rem;
}
.card-badge-status {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.card-badge-title {
  max-width: calc(100% - 7rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.card-badge-text {
  margin-top: 1.6rem;
}
.card-badge-progress {
  margin-top: 2.4rem;
}
.card-badge-progress .progress {
  width: 100%;
  height: 0.8rem;
  margin-top: 1.6rem;
  background-color: #f2f2f2;
  border-radius: 0.4rem;
}
.card-badge-progress .progress .bar {
  width: 0;
  height: 100%;
  background-color: #f1624a;
  border-radius: 0.4rem;
}
.card-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
.card-slide-status {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.card-slide-top {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.card-slide-top dt {
  max-width: calc(100% - 7rem);
}
.card-slide-top dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.card-slide-top dd span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #a2a2a2;
}
.card-slide-top dd span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 1.4rem;
  background-color: #c5c5c5;
}
.card-slide-top dd span:last-child::after {
  display: none;
}
.card-slide-title {
  padding: 0.8rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.card-slide-title span {
  color: #747373;
}
.card-slide-grey {
  margin-top: 0.8rem;
  padding: 1.2rem 1.6rem;
  background-color: #f9f9f9;
}
.card-slide-text {
  padding: 1.6rem;
}
.card-slide-text .st {
  margin-top: 2.4rem;
}
.card-slide-text .st p {
  margin-top: 0.8rem;
  padding: 1rem 0.8rem;
  background-color: #f2f2f2;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  color: #a2a2a2;
}
.card-favorite {
  min-height: 12rem;
  padding: 1.6rem;
}
.card-favorite-status {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  z-index: 10;
}
.card-favorite-title {
  max-width: calc(100% - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
.card-favorite-title span {
  color: #747373;
}
.card-favorite-text {
  margin-top: 1.6rem;
}
.card-favorite-link {
  display: block;
}
.card-favorite-video {
  margin-top: 1.6rem;
}
.card-favorite-video video {
  width: 100%;
}
.card-average {
  margin-top: 2.4rem;
  padding: 1.6rem;
  border: 0;
  background-color: rgba(241, 98, 74, 0.1);
}
.card-average-info {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.card-average-info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
.card-average-info dt strong {
  color: #f1624a;
}
.card-average-info dt span {
  color: #a2a2a2;
}
.card-noborder {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.card-noborder .card-badge-status {
  top: 0;
  right: 0;
}
.card-noborder .card-favorite-status {
  top: 0;
  right: 0;
}

.tbl {
  width: 100%;
  text-align: left;
}
.tbl thead th {
  min-width: 5rem;
  padding: 1rem 1.2rem;
  font-weight: 700;
}
.tbl tbody th,
.tbl tbody td {
  min-width: 5rem;
  padding: 1.4rem 1.2rem;
}
.tbl tbody th.complete,
.tbl tbody td.complete {
  color: #6473ff;
}
.tbl tbody th.incomplete,
.tbl tbody td.incomplete {
  color: #f1624a;
}
.tbl.small {
  font-size: 1.2rem;
}
.tbl.small thead th {
  padding: 0.6rem 1.2rem;
}
.tbl.small tbody th,
.tbl.small tbody td {
  padding: 0.8rem 1.2rem;
}
.tbl-basic tr {
  border-bottom: 1px solid #dbdbdb;
}
.tbl-basic thead tr {
  background-color: #f9f9f9;
}
.tbl-basic tbody tr {
  background-color: #ffffff;
}
.tbl-striped thead tr {
  background-color: #ffffff;
  border-bottom: 1px solid #3e3a3a;
}
.tbl-striped tbody tr {
  background-color: #ffffff;
}
.tbl-striped tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tbl-withsub tr {
  border-bottom: 1px solid #dbdbdb;
}
.tbl-withsub thead tr {
  background-color: #f9f9f9;
}
.tbl-withsub tbody tr {
  background-color: #ffffff;
}
.tbl-withsub tbody th {
  border-right: 1px solid #dbdbdb;
}
.tbl-withsub tbody .border {
  border-right: 1px solid #dbdbdb;
}

.frm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.frm input[type=text],
.frm input[type=password],
.frm input[type=email],
.frm input[type=number],
.frm input[type=tel],
.frm input[type=url],
.frm input[type=search],
.frm input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  outline: none;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.frm input[type=text]::-webkit-input-placeholder, .frm input[type=password]::-webkit-input-placeholder, .frm input[type=email]::-webkit-input-placeholder, .frm input[type=number]::-webkit-input-placeholder, .frm input[type=tel]::-webkit-input-placeholder, .frm input[type=url]::-webkit-input-placeholder, .frm input[type=search]::-webkit-input-placeholder, .frm input[type=date]::-webkit-input-placeholder {
  color: #a2a2a2;
}
.frm input[type=text]::-moz-placeholder, .frm input[type=password]::-moz-placeholder, .frm input[type=email]::-moz-placeholder, .frm input[type=number]::-moz-placeholder, .frm input[type=tel]::-moz-placeholder, .frm input[type=url]::-moz-placeholder, .frm input[type=search]::-moz-placeholder, .frm input[type=date]::-moz-placeholder {
  color: #a2a2a2;
}
.frm input[type=text]:-ms-input-placeholder, .frm input[type=password]:-ms-input-placeholder, .frm input[type=email]:-ms-input-placeholder, .frm input[type=number]:-ms-input-placeholder, .frm input[type=tel]:-ms-input-placeholder, .frm input[type=url]:-ms-input-placeholder, .frm input[type=search]:-ms-input-placeholder, .frm input[type=date]:-ms-input-placeholder {
  color: #a2a2a2;
}
.frm input[type=text]::-ms-input-placeholder, .frm input[type=password]::-ms-input-placeholder, .frm input[type=email]::-ms-input-placeholder, .frm input[type=number]::-ms-input-placeholder, .frm input[type=tel]::-ms-input-placeholder, .frm input[type=url]::-ms-input-placeholder, .frm input[type=search]::-ms-input-placeholder, .frm input[type=date]::-ms-input-placeholder {
  color: #a2a2a2;
}
.frm input[type=text]::placeholder,
.frm input[type=password]::placeholder,
.frm input[type=email]::placeholder,
.frm input[type=number]::placeholder,
.frm input[type=tel]::placeholder,
.frm input[type=url]::placeholder,
.frm input[type=search]::placeholder,
.frm input[type=date]::placeholder {
  color: #a2a2a2;
}
.frm input[type=text]:focus,
.frm input[type=password]:focus,
.frm input[type=email]:focus,
.frm input[type=number]:focus,
.frm input[type=tel]:focus,
.frm input[type=url]:focus,
.frm input[type=search]:focus,
.frm input[type=date]:focus {
  border-color: #3e3a3a;
}
.frm input[type=text]:disabled,
.frm input[type=password]:disabled,
.frm input[type=email]:disabled,
.frm input[type=number]:disabled,
.frm input[type=tel]:disabled,
.frm input[type=url]:disabled,
.frm input[type=search]:disabled,
.frm input[type=date]:disabled {
  background-color: #f2f2f2;
  color: #a2a2a2;
}
.frm input[type=text]:-moz-read-only:not(select), .frm input[type=password]:-moz-read-only:not(select), .frm input[type=email]:-moz-read-only:not(select), .frm input[type=number]:-moz-read-only:not(select), .frm input[type=tel]:-moz-read-only:not(select), .frm input[type=url]:-moz-read-only:not(select), .frm input[type=search]:-moz-read-only:not(select), .frm input[type=date]:-moz-read-only:not(select) {
  color: #a2a2a2;
}
.frm input[type=text]:read-only:not(select),
.frm input[type=password]:read-only:not(select),
.frm input[type=email]:read-only:not(select),
.frm input[type=number]:read-only:not(select),
.frm input[type=tel]:read-only:not(select),
.frm input[type=url]:read-only:not(select),
.frm input[type=search]:read-only:not(select),
.frm input[type=date]:read-only:not(select) {
  color: #a2a2a2;
}
.frm input[type=text]:-moz-read-only:not(select):focus, .frm input[type=password]:-moz-read-only:not(select):focus, .frm input[type=email]:-moz-read-only:not(select):focus, .frm input[type=number]:-moz-read-only:not(select):focus, .frm input[type=tel]:-moz-read-only:not(select):focus, .frm input[type=url]:-moz-read-only:not(select):focus, .frm input[type=search]:-moz-read-only:not(select):focus, .frm input[type=date]:-moz-read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm input[type=text]:read-only:not(select):focus,
.frm input[type=password]:read-only:not(select):focus,
.frm input[type=email]:read-only:not(select):focus,
.frm input[type=number]:read-only:not(select):focus,
.frm input[type=tel]:read-only:not(select):focus,
.frm input[type=url]:read-only:not(select):focus,
.frm input[type=search]:read-only:not(select):focus,
.frm input[type=date]:read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm input[type=text].invalid,
.frm input[type=password].invalid,
.frm input[type=email].invalid,
.frm input[type=number].invalid,
.frm input[type=tel].invalid,
.frm input[type=url].invalid,
.frm input[type=search].invalid,
.frm input[type=date].invalid {
  border-color: #f1624a;
}
.frm select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  outline: none;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  padding-right: 4.8rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-image: url("/public/images/icons/caret.svg");
}
.frm select::-webkit-input-placeholder {
  color: #a2a2a2;
}
.frm select::-moz-placeholder {
  color: #a2a2a2;
}
.frm select:-ms-input-placeholder {
  color: #a2a2a2;
}
.frm select::-ms-input-placeholder {
  color: #a2a2a2;
}
.frm select::placeholder {
  color: #a2a2a2;
}
.frm select:focus {
  border-color: #3e3a3a;
}
.frm select:disabled {
  background-color: #f2f2f2;
  color: #a2a2a2;
}
.frm select:-moz-read-only:not(select) {
  color: #a2a2a2;
}
.frm select:read-only:not(select) {
  color: #a2a2a2;
}
.frm select:-moz-read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm select:read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.frm input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.frm input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.frm textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  outline: none;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  height: 10.4rem;
  resize: none;
  padding: 1rem 1.2rem;
}
.frm textarea::-webkit-input-placeholder {
  color: #a2a2a2;
}
.frm textarea::-moz-placeholder {
  color: #a2a2a2;
}
.frm textarea:-ms-input-placeholder {
  color: #a2a2a2;
}
.frm textarea::-ms-input-placeholder {
  color: #a2a2a2;
}
.frm textarea::placeholder {
  color: #a2a2a2;
}
.frm textarea:focus {
  border-color: #3e3a3a;
}
.frm textarea:disabled {
  background-color: #f2f2f2;
  color: #a2a2a2;
}
.frm textarea:-moz-read-only:not(select) {
  color: #a2a2a2;
}
.frm textarea:read-only:not(select) {
  color: #a2a2a2;
}
.frm textarea:-moz-read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm textarea:read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm textarea.invalid {
  border-color: #f1624a;
}
.frm.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.frm.column .frm-desc {
  margin-top: 0;
}
.frm-desc {
  margin-top: 0.8rem;
  color: #a2a2a2;
}
.frm-desc.invalid {
  color: #f1624a;
}
.frm-group button {
  max-width: 10rem;
  font-weight: 500;
}
.frm-search input[type=text] {
  padding-right: 4.8rem;
}
.frm-search-btn {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
}
.frm-file input[type=text] {
  padding-right: 4.8rem;
}
.frm-file-box {
  position: relative;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.frm-file-btn {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
}
.frm-file label {
  width: 5.6rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f2f2;
  border-radius: 0.4rem;
}
.frm-radio input[type=radio]:checked + label i {
  border-color: #f1624a;
}
.frm-radio input[type=radio]:checked + label i::before {
  background-color: #f1624a;
}
.frm-radio input[type=radio]:disabled + label {
  color: #a2a2a2;
}
.frm-radio input[type=radio]:disabled + label i {
  border-color: #dbdbdb;
  background-color: #f2f2f2;
}
.frm-radio input[type=radio]:disabled + label i::before {
  background-color: #f2f2f2;
}
.frm-radio input[type=radio]:disabled:checked + label i::before {
  background-color: #c5c5c5;
}
.frm-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.frm-radio label i {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background-color: #ffffff;
  text-indent: -9999px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.frm-radio label i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.frm-checkbox input[type=checkbox]:checked + label i {
  border-color: #f1624a;
  background-color: #f1624a;
}
.frm-checkbox input[type=checkbox]:checked + label i::before {
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.frm-checkbox input[type=checkbox]:checked + label i::after {
  height: 14px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
}
.frm-checkbox input[type=checkbox]:disabled + label {
  color: #a2a2a2;
}
.frm-checkbox input[type=checkbox]:disabled + label i {
  border-color: #dbdbdb;
  background-color: #f2f2f2;
}
.frm-checkbox input[type=checkbox]:disabled:checked + label i::before {
  background-color: #c5c5c5;
}
.frm-checkbox input[type=checkbox]:disabled:checked + label i::after {
  background-color: #c5c5c5;
}
.frm-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.frm-checkbox label i {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  background-color: #ffffff;
  text-indent: -9999px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.frm-checkbox label i::before, .frm-checkbox label i::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 0;
  background-color: #ffffff;
}
.frm-checkbox label i::before {
  top: 9px;
  left: 6px;
}
.frm-checkbox label i::after {
  top: 4px;
  left: 12px;
}
.frm-switch {
  width: 4rem;
  height: 2.4rem;
}
.frm-switch input[type=checkbox] {
  top: 50%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background-color: #c5c5c5;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: left 0.2s, background-color 0.2s;
  transition: left 0.2s, background-color 0.2s;
}
.frm-switch input[type=checkbox]:checked {
  left: 1.8rem;
  background-color: #ffffff;
}
.frm-switch input[type=checkbox]:checked + label {
  background-color: #f1624a;
  border-color: #f1624a;
}
.frm-switch label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 1.2rem;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.frm-dropdown input[type=checkbox]:checked + label {
  border-color: #3e3a3a;
  color: #000000;
}
.frm-dropdown input[type=checkbox]:checked ~ .frm-dropdown-menu {
  display: block;
}
.frm-dropdown-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  outline: none;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4.8rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-image: url("/public/images/icons/caret.svg");
}
.frm-dropdown-btn::-webkit-input-placeholder {
  color: #a2a2a2;
}
.frm-dropdown-btn::-moz-placeholder {
  color: #a2a2a2;
}
.frm-dropdown-btn:-ms-input-placeholder {
  color: #a2a2a2;
}
.frm-dropdown-btn::-ms-input-placeholder {
  color: #a2a2a2;
}
.frm-dropdown-btn::placeholder {
  color: #a2a2a2;
}
.frm-dropdown-btn:focus {
  border-color: #3e3a3a;
}
.frm-dropdown-btn:disabled {
  background-color: #f2f2f2;
  color: #a2a2a2;
}
.frm-dropdown-btn:-moz-read-only:not(select) {
  color: #a2a2a2;
}
.frm-dropdown-btn:read-only:not(select) {
  color: #a2a2a2;
}
.frm-dropdown-btn:-moz-read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm-dropdown-btn:read-only:not(select):focus {
  border-color: #dbdbdb;
}
.frm-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 20rem;
  overflow-y: auto;
  margin-top: 0.8rem;
  padding: 0.8rem 0;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  z-index: 1;
}
.frm-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
}
.frm-dropdown-item.active {
  font-weight: 700;
  color: #f1624a;
}
.frm-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  width: 100%;
  height: 4rem;
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 0.4rem;
  outline: none;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:disabled {
  cursor: default;
}
.btn.small {
  height: 3.2rem;
}
.btn.large {
  height: 4.8rem;
  font-size: 1.6rem;
}
.btn-primary {
  background-color: #f1624a;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #d1442c;
}
.btn-primary:disabled {
  background-color: #ff9887;
  color: rgba(255, 255, 255, 0.6);
}
.btn-secondary {
  background-color: #00d585;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #00aa6a;
}
.btn-secondary:disabled {
  background-color: #87f8c0;
  color: rgba(255, 255, 255, 0.6);
}
.btn-tertiary {
  background-color: #ffcc00;
  color: #ffffff;
}
.btn-tertiary:hover {
  background-color: #dbaf00;
}
.btn-tertiary:disabled {
  background-color: #ffe064;
  color: rgba(255, 255, 255, 0.6);
}
.btn-quaternary {
  background-color: #6473ff;
  color: #ffffff;
}
.btn-quaternary:hover {
  background-color: #4b58d1;
}
.btn-quaternary:disabled {
  background-color: #afb7ff;
  color: rgba(255, 255, 255, 0.6);
}
.btn-light {
  background-color: #f2f2f2;
  color: #000000;
}
.btn-light:hover {
  background-color: #dbdbdb;
}
.btn-light:disabled {
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.6);
}
.btn-dark {
  background-color: #3e3a3a;
  color: #ffffff;
}
.btn-dark:hover {
  background-color: #2e2c2c;
}
.btn-dark:disabled {
  background-color: #747373;
  color: rgba(255, 255, 255, 0.6);
}
.btn-white {
  background-color: #ffffff;
  color: #ffffff;
}
.btn-white:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-black:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-greyscale-1 {
  background-color: #3e3a3a;
  color: #ffffff;
}
.btn-greyscale-1:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-greyscale-2 {
  background-color: #a2a2a2;
  color: #ffffff;
}
.btn-greyscale-2:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-greyscale-3 {
  background-color: #ececec;
  color: #ffffff;
}
.btn-greyscale-3:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-greyscale-4 {
  background-color: #c5c5c5;
  color: #ffffff;
}
.btn-greyscale-4:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-background-1 {
  background-color: #ffffff;
  color: #ffffff;
}
.btn-background-1:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-background-2 {
  background-color: #f2f2f2;
  color: #ffffff;
}
.btn-background-2:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-background-3 {
  background-color: #f9f9f9;
  color: #ffffff;
}
.btn-background-3:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-border {
  background-color: #dbdbdb;
  color: #ffffff;
}
.btn-border:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.btn-line {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  color: #000000;
}
.btn-line:hover {
  background-color: #dbdbdb;
}
.btn-line:disabled {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.6);
}
.btn-icon {
  height: 10.8rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #dbdbdb;
}
.btn-icon.primary .icon {
  background-image: url("/public/images/icons/meal2.svg");
}
.btn-icon.primary.active {
  border-color: #f1624a;
  color: #f1624a;
}
.btn-icon.primary.active .icon {
  background-color: rgba(241, 98, 74, 0.1);
  background-image: url("/public/images/icons/meal1.svg");
}
.btn-icon.secondary .icon {
  background-image: url("/public/images/icons/exercise2.svg");
}
.btn-icon.secondary.active {
  border-color: #00d585;
  color: #00d585;
}
.btn-icon.secondary.active .icon {
  background-color: rgba(0, 213, 133, 0.1);
  background-image: url("/public/images/icons/exercise1.svg");
}
.btn-icon.tertiary .icon {
  background-image: url("/public/images/icons/meditation2.svg");
}
.btn-icon.tertiary.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-icon.tertiary.active .icon {
  background-color: rgba(255, 204, 0, 0.1);
  background-image: url("/public/images/icons/meditation1.svg");
}
.btn-icon.quaternary .icon {
  background-image: url("/public/images/icons/point2.svg");
}
.btn-icon.quaternary.active {
  border-color: #6473ff;
  color: #6473ff;
}
.btn-icon.quaternary.active .icon {
  background-color: rgba(100, 115, 255, 0.1);
  background-image: url("/public/images/icons/point1.svg");
}
.btn-icon .icon {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #f2f2f2;
  background-size: auto;
  border-radius: 50%;
}

.badge {
  min-width: 6.8rem;
  height: 2.4rem;
  padding: 0 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}
.badge.large {
  height: 3.2rem;
  border-radius: 1.6rem;
  font-size: 1.4rem;
}
.badge.small {
  min-width: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  padding: 0;
  border-radius: 50%;
  background-color: #f1624a;
  text-indent: -9999px;
  color: transparent;
}
.badge-greyscale {
  background-color: #ececec;
  color: #747373;
}
.badge-primary {
  background-color: rgba(241, 98, 74, 0.1);
  color: #f1624a;
}
.badge-secondary {
  background-color: rgba(0, 213, 133, 0.1);
  color: #00d585;
}
.badge-tertiary {
  background-color: rgba(255, 204, 0, 0.1);
  color: #ffcc00;
}
.badge-quaternary {
  background-color: rgba(100, 115, 255, 0.1);
  color: #6473ff;
}
.badge-light {
  background-color: rgba(242, 242, 242, 0.1);
  color: #f2f2f2;
}
.badge-dark {
  background-color: rgba(62, 58, 58, 0.1);
  color: #3e3a3a;
}
.badge-white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.badge-black {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.badge-greyscale-1 {
  background-color: rgba(62, 58, 58, 0.1);
  color: #3e3a3a;
}
.badge-greyscale-2 {
  background-color: rgba(162, 162, 162, 0.1);
  color: #a2a2a2;
}
.badge-greyscale-3 {
  background-color: rgba(236, 236, 236, 0.1);
  color: #ececec;
}
.badge-greyscale-4 {
  background-color: rgba(197, 197, 197, 0.1);
  color: #c5c5c5;
}
.badge-background-1 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.badge-background-2 {
  background-color: rgba(242, 242, 242, 0.1);
  color: #f2f2f2;
}
.badge-background-3 {
  background-color: rgba(249, 249, 249, 0.1);
  color: #f9f9f9;
}
.badge-border {
  background-color: rgba(219, 219, 219, 0.1);
  color: #dbdbdb;
}
.badge-line {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-btns.default {
  border-bottom: 1px solid #ececec;
}
.tab-btns.default .tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 4.8rem;
  border-bottom: 2px solid transparent;
  font-size: 1.6rem;
}
.tab-btns.default .tab-btn.active {
  border-bottom-color: #f1624a;
  font-weight: 700;
  color: #f1624a;
}
.tab-btns.pills {
  background-color: #f2f2f2;
  border-radius: 0.4rem;
}
.tab-btns.pills .tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 4rem;
}
.tab-btns.pills .tab-btn.active {
  background-color: #3e3a3a;
  border-radius: 0.4rem;
  color: #ffffff;
}
.tab-btns.chips {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 0.8rem;
}
.tab-btns.chips .tab-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 7.2rem;
  height: 3.2rem;
  padding: 0 1.6rem;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 1.6rem;
}
.tab-btns.chips .tab-btn.active {
  background-color: #f1624a;
  border-color: #f1624a;
  color: #ffffff;
}
.tab-btns.square {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 1.2rem;
}
.tab-btns.square .tab-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.8rem;
          flex: 0 0 7.8rem;
  padding: 1rem 0.8rem;
  background-color: #f2f2f2;
  border-radius: 0.4rem;
  color: #000000;
}
.tab-btns.square .tab-btn.active {
  background-color: #f1624a;
  color: #ffffff;
}
.tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #a2a2a2;
  text-align: center;
  word-break: keep-all;
}

.modal {
  position: relative;
  display: none;
}
.modal.active {
  display: block;
}
.modal-dimm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-dimm.default {
  z-index: 9998;
}
.modal-dimm.bottom {
  z-index: 9996;
}
.modal-content {
  position: fixed;
  background-color: #ffffff;
}
.modal-content.default {
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  min-width: 28rem;
  padding: 2.4rem 1.6rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.modal-content.default .modal-body {
  margin-bottom: 2.4rem;
}
.modal-content.default .modal-footer .btn {
  max-width: 12rem;
}
.modal-content.bottom {
  bottom: 0;
  left: 0;
  z-index: 9997;
  overflow: hidden;
  width: 100%;
  padding: 1.6rem 1.6rem 4rem;
  border-radius: 1.6rem 1.6rem 0px 0px;
}
.modal-content.bottom .modal-body {
  margin-bottom: 4rem;
}
.modal-content.bottom .modal-footer .btn {
  max-width: 100%;
}
.modal-header {
  position: relative;
  margin-bottom: 1.6rem;
}
.modal-header h3 {
  margin: 0 2.4rem;
  text-align: center;
}
.modal-header-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #747373;
  cursor: pointer;
}
.modal-body {
  min-height: 4.8rem;
}
.modal-body-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.modal-body-prompt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.modal-body-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem 1.6rem;
}
.modal-body-form dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.modal-body-form dl.half {
  width: calc(50% - 0.8rem);
}
.modal-body-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-body-form dl dt .date {
  color: #a2a2a2;
  font-weight: 400;
}
.modal-body-form dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.modal-body-form dl dd .frm-desc {
  margin-top: 0;
}
.modal-body-ruler {
  margin-bottom: 1.6rem;
}
.modal-body-ruler img {
  margin: 0 auto;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-num {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 0.4rem;
  cursor: pointer;
}
.pagination-num.active {
  background-color: #f1624a;
  color: #ffffff;
}
.pagination-prev, .pagination-next {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  cursor: pointer;
}

.datepicker {
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.datepicker table {
  width: 100%;
  text-align: center;
}
.datepicker thead {
  border-bottom: 1px solid #dbdbdb;
}
.datepicker thead th {
  height: 4.7rem;
  font-weight: 700;
}
.datepicker tbody td {
  width: 4.7rem;
  height: 4.7rem;
  cursor: pointer;
}
.datepicker tbody td span {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.datepicker tbody td.disabled {
  cursor: default;
}
.datepicker tbody td.disabled span {
  color: #a2a2a2;
}
.datepicker tbody td.today span {
  background-color: #f2f2f2;
}
.datepicker tbody td.active span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f1624a;
}

.dateslider {
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dateslider-prev, .dateslider-next {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.dateslider-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.dateicon {
  margin-top: 0.8rem;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
}
.dateicon-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.dateicon-day span {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.dateicon-day span.primary {
  background-color: rgba(241, 98, 74, 0.1);
}
.dateicon-day span.secondary {
  background-color: rgba(0, 213, 133, 0.1);
}
.dateicon-day span.tertiary {
  background-color: rgba(255, 204, 0, 0.1);
}
.dateicon-day span.quaternary {
  background-color: rgba(100, 115, 255, 0.1);
}

.toast {
  position: fixed;
  bottom: -4.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78%;
  opacity: 0;
  z-index: 199;
}
.toast.active {
  bottom: 8.8rem;
  opacity: 1;
  -webkit-animation: toast 0.3s ease-in-out;
          animation: toast 0.3s ease-in-out;
}
.toast-message {
  width: 100%;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #f1624a;
  border-radius: 0.4rem;
  color: #ffffff;
  opacity: 0.8;
}
@-webkit-keyframes toast {
  0% {
    bottom: -4.8rem;
    opacity: 0;
  }
  100% {
    bottom: 8.8rem;
    opacity: 1;
  }
}
@keyframes toast {
  0% {
    bottom: -4.8rem;
    opacity: 0;
  }
  100% {
    bottom: 8.8rem;
    opacity: 1;
  }
}

.ui-toggle.active .ui-toggle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ui-toggle.active .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ui-toggle-content {
  display: none;
}
.ui-toggle-btn {
  cursor: pointer;
}

.link-dark {
  color: #747373;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.gap-1 {
  gap: 1.6rem !important;
}

.gap-2 {
  gap: 2.4rem !important;
}

.scontent {
  height: 100%;
  padding: 2.4rem 1.6rem 8rem;
}

.division {
  display: block;
  width: calc(100% + 3.2rem);
  height: 0.8rem;
  margin: 2.4rem -1.6rem;
  background-color: #f9f9f9;
}
.division.thin {
  height: 0.1rem;
  background-color: #ececec;
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#app .header:not(.none-fixed) + .main {
  margin-top: 5.6rem;
}
#app .main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#app .main-title {
  margin-bottom: 2.4rem;
}
#app .main-title p {
  margin-top: 1.6rem;
}

.signin-title {
  padding: 4rem 1.6rem;
}
.signin-title img {
  margin: 0 auto;
}
.signin-title h1 {
  margin-top: 1.6rem;
  text-align: center;
}
.signin-form {
  padding: 0 1.6rem 8rem;
}
.signin-form-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.signin-form-util {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.signin-form-btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.auth {
  padding: 2.4rem 1.6rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.auth-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.auth-form-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.auth-form-inp .btn-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.auth-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.auth-form-cert {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4rem;
}
.auth-form-cert .withtime {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.auth-form-cert .withtime .time {
  color: #f1624a;
}
.auth-agree {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.auth-agree-all {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #ececec;
}
.auth-result {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1.6rem -1.6rem -4rem;
  padding: 1.6rem 1.6rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  background-color: #f9f9f9;
}
.auth-result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.auth-result-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.auth-result-info dl strong {
  color: #f1624a;
}

.bpressure-record {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.bpressure-record .list {
  margin: 1.6rem 0;
}
.bpressure-icon {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1624a;
  border-radius: 50%;
}
.bpressure-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bpressure-day {
  margin-top: 1.6rem;
}
.bpressure-day .date {
  padding: 1rem 1.6rem;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
  color: #3e3a3a;
}
.bpressure-day .text-center {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.bpressure-filter {
  padding: 0.8rem 1.6rem;
  background-color: #f9f9f9;
}
.bpressure-filter span {
  color: #747373;
}
.bpressure-range {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #dbdbdb;
}
.bpressure-collapse {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #dbdbdb;
}
.bpressure-collapse.active .bpressure-collapse-btn {
  margin-bottom: 0;
}
.bpressure-collapse-btn {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bpressure-collapse .list {
  margin: 1.6rem 0;
}
.bpressure-collapse + .bpressure-collapse {
  margin-top: 1.6rem;
}
.bpressure-more {
  margin-top: 2.4rem;
}

.treatment-record {
  margin-top: 4rem;
}
.treatment-record-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.treatment-record-title .btn {
  max-width: 10.4rem;
}
.treatment-cards {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.treatment-my {
  padding: 2rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f9f9f9;
}
.treatment-my-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.treatment-date {
  margin-top: 4rem;
}
.treatment-form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.treatment-form-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.treatment-form-inp .frm .btn {
  margin-top: 2.4rem;
}
.treatment-form-inp .small {
  max-width: 96px;
  margin-left: auto;
}
.treatment-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.treatment-selector .btn {
  width: calc(50% - 0.8rem);
}
.treatment-result {
  height: calc(100% - 4rem);
  margin: 4rem -1.6rem -4rem;
  padding: 1.6rem 1.6rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  background-color: #f9f9f9;
}
.treatment-result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
.treatment-result-info dl {
  width: calc(50% - 1.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.treatment-method-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.treatment-method-title {
  margin-top: 0.8rem;
}
.treatment-method-text {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.treatment-method-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.treatment-method-list {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.treatment-method-list .btn-select {
  margin: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.treatment-method-list .btn-select .btn {
  width: calc(50% - 0.4rem);
}
.treatment-method-list .posture {
  padding: 2.4rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.treatment-method-list .posture img {
  margin: 0 auto;
}
.treatment-method-list .posture p {
  margin-top: 1.6rem;
}
.treatment-method-desc {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.treatment-method-desc img {
  margin: 0 auto;
}
.treatment-method-desc p {
  margin-top: 0.8rem;
  color: #a2a2a2;
}
.treatment .tab-btns.chips {
  padding: 1.2rem 1.6rem;
  background-color: #f9f9f9;
}

.prescription-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.prescription-slide {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 1.6rem;
}
.prescription-slide-none {
  width: 100%;
  height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}

.acupoint .tab-btns.pills {
  margin-bottom: 4rem;
}
.acupoint-title {
  margin-bottom: 1.6rem;
}
.acupoint-desc {
  margin-top: 2.4rem;
}
.acupoint-desc p {
  color: #a2a2a2;
}
.acupoint-category {
  position: relative;
}
.acupoint-list {
  margin: 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.acupoint-list-none {
  padding: 1.6rem 0;
}
.acupoint-img img {
  margin: 0 auto;
}
.acupoint-zoom {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.acupoint-zoom img {
  width: 100%;
}

.more .tab-btns.pills {
  margin-bottom: 2.4rem;
}
.more-title {
  padding: 2.4rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f9f9f9;
}
.more-title .btn {
  max-width: 7.6rem;
}
.more-subtitle {
  position: relative;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.more-subtitle p {
  margin-bottom: 1.6rem;
}
.more-subtitle .btn {
  position: absolute;
  top: 0.2rem;
  right: 0;
  max-width: 6.2rem;
}
.more-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.more-links-item {
  position: relative;
  width: calc(50% - 0.8rem);
  height: 10.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
}
.more-links-icon {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.more-links .badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  min-width: 4.2rem;
  padding: 0;
}
.more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.more-btn {
  margin-top: 4rem;
}
.more-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.more-form-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.more-form-inp .btn-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.more-form-inp .frm-desc {
  margin-top: 0;
}
.more-category {
  position: relative;
}
.more-category-title {
  margin-bottom: 1.6rem;
}

.policy {
  padding: 2.4rem 1.6rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.policy-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.guide-container {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  background-color: #fefefe;
}
.guide-container > a {
  text-decoration: underline;
}
.guide-container .header {
  position: relative;
}
.guide-title {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #3e3a3a;
  font-weight: 700;
}
.guide-subtitle {
  margin: 0.8rem 0 0;
  font-weight: 500;
}
.guide-subtitle a {
  color: #f1624a;
}
.guide-content {
  padding: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
}
.guide-link {
  color: #f1624a;
}/*# sourceMappingURL=style.css.map */