/* /Components/InputFileImage.razor.rz.scp.css */
.filebox span[b-irllcoxtdz] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.filebox span img[b-irllcoxtdz] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filebox.lg span[b-irllcoxtdz] {
  height: 150px;
  width: 150px;
}
.filebox.lg label[b-irllcoxtdz] {
  left: 56%;
}

/*# sourceMappingURL=InputFileImage.razor.css.map */
/* /Components/ModalConfirm.razor.rz.scp.css */
article[b-8pes6w68yg] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.lg .modal[b-8pes6w68yg] {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
article .modal[b-8pes6w68yg] {
  position: absolute;
  width: 300px;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
}
article .modal .close[b-8pes6w68yg] {
  text-align: right;
}
article .modal .modal-head[b-8pes6w68yg] {
  text-align: center;
  padding: 20px 0;
}
article .modal .modal-head h2[b-8pes6w68yg] {
  font-size: 14px;
  font-weight: 500;
}
article .modal .modal-body .btn-group[b-8pes6w68yg] {
  display: flex;
}
article .modal p[b-8pes6w68yg] {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 30px 0;
}

/*# sourceMappingURL=ModalConfirm.razor.css.map */
/* /Components/Spinner.razor.rz.scp.css */
.loading[b-szsfkhoetv] {
  width: 100%;
  height: 100%;
}
.loading .spinner[b-szsfkhoetv] {
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin: 0 auto;
  animation: spinner-b-szsfkhoetv 0.9s ease infinite;
}

@keyframes spinner-b-szsfkhoetv {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-2[b-szsfkhoetv] {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 200px;
  height: 100px;
  border: 1px solid red;
}
.loading-2 .spinner2[b-szsfkhoetv]::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  border: 4px solid lightgrey;
  border-top-color: blue;
  animation: spinner-b-szsfkhoetv 0.9s linear infinite;
}

/*# sourceMappingURL=Spinner.razor.css.map */
/* /Pages/Account/FindId.razor.rz.scp.css */
.wrap[b-7g45jkzzfn] {
  min-height: 100vh;
}

.inner[b-7g45jkzzfn] {
  padding: 64px 20px;
  font-size: 12px;
  line-height: 1.4;
}

.header[b-7g45jkzzfn] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header h2[b-7g45jkzzfn] {
  font-size: 16px;
  font-weight: 500;
}

h6[b-7g45jkzzfn] {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.already[b-7g45jkzzfn] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #D0D0D0;
  margin-bottom: 20px;
}
.already b[b-7g45jkzzfn] {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 10px;
}

.next[b-7g45jkzzfn] {
  position: absolute;
  text-align: center;
  left: 20px;
  bottom: 44px;
  width: calc(100% - 40px);
}

/*# sourceMappingURL=FindId.razor.css.map */
/* /Pages/Account/FindPassword.razor.rz.scp.css */
.wrap[b-8nv9d6etyb] {
  min-height: 100vh;
}

.inner[b-8nv9d6etyb] {
  padding: 64px 20px;
  font-size: 12px;
  line-height: 1.4;
}

.header[b-8nv9d6etyb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header h2[b-8nv9d6etyb] {
  font-size: 16px;
  font-weight: 500;
}

h6[b-8nv9d6etyb] {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.already[b-8nv9d6etyb] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #D0D0D0;
  margin-bottom: 20px;
}
.already b[b-8nv9d6etyb] {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 10px;
}

.next[b-8nv9d6etyb] {
  position: absolute;
  text-align: center;
  left: 20px;
  bottom: 44px;
  width: calc(100% - 40px);
}

/*# sourceMappingURL=FindPassword.razor.css.map */
/* /Pages/Account/Login.razor.rz.scp.css */
.login-wrap[b-6wqziagvke] {
  padding: 10vh 24px;
  height: 100vh;
  transition: 0.2s;
}

h1[b-6wqziagvke] {
  text-align: center;
  padding: 36px 0 50px;
}
h1 img[b-6wqziagvke] {
  width: 140px;
}

.input-box[b-6wqziagvke] {
  margin-bottom: 10px;
}

.switch[b-6wqziagvke] {
  margin-bottom: 50px;
  align-self: flex-start;
}
.switch span.active[b-6wqziagvke] {
  font-weight: 600;
  color: #222;
}

.join[b-6wqziagvke] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 70px;
}
.join li[b-6wqziagvke] {
  padding: 0 10px;
  border-right: 1px solid #838383;
  color: #838383;
}
.join li:last-child[b-6wqziagvke] {
  border-right: 0;
}

.icon[b-6wqziagvke] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sns p[b-6wqziagvke] {
  font-size: 12px;
  text-align: center;
  color: #D0D0D0;
  position: relative;
  margin-bottom: 20px;
}
.sns p[b-6wqziagvke]:before, .sns p[b-6wqziagvke]:after {
  display: block;
  content: "";
  height: 1px;
  width: 26%;
  background: #D0D0D0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.sns p[b-6wqziagvke]:after {
  right: 0;
}

/*# sourceMappingURL=Login.razor.css.map */
/* /Pages/Account/SignUp.razor.rz.scp.css */
.header[b-som4gfqea2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header h2[b-som4gfqea2] {
  font-size: 16px;
  font-weight: 500;
}

section[b-som4gfqea2] {
  margin-bottom: 100px;
}

.join-wrap[b-som4gfqea2] {
  position: relative;
  width: 100%;
  left: 0;
  top: 64px;
  display: flex;
  transition: 0.5s;
  overflow-x: hidden;
}
.join-wrap > li[b-som4gfqea2] {
  width: 100%;
  height: fit-content;
  position: relative;
  padding: 0 20px;
}

.select[b-som4gfqea2] {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
.select > li[b-som4gfqea2] {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
}
.select > li.on[b-som4gfqea2] {
  background: #222;
  color: #fff;
}
.select > li.on img[b-som4gfqea2] {
  filter: brightness(10);
}
.select > li p[b-som4gfqea2] {
  font-size: 16px;
  font-weight: 500;
}
.select > li img[b-som4gfqea2] {
  margin-bottom: 20px;
}

.already[b-som4gfqea2] {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.already b[b-som4gfqea2] {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
}

.next[b-som4gfqea2] {
  width: calc(100% - 32px);
}

h6[b-som4gfqea2] {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
h6.required[b-som4gfqea2]:after {
  content: "*";
  margin-left: 0.25rem;
  color: #d63939;
}

.last-text[b-som4gfqea2] {
  font-size: 12px;
  text-align: center;
  color: #D0D0D0;
}

.weight[b-som4gfqea2] {
  position: relative;
}
.weight[b-som4gfqea2]:before {
  content: "cm / ";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-family: "Pretendard";
}
.weight[b-som4gfqea2]::after {
  content: "kg";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  font-weight: 500;
  font-family: "Pretendard";
}
.weight input:nth-child(1)[b-som4gfqea2] {
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.weight input:nth-child(2)[b-som4gfqea2] {
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.weight input:focus[b-som4gfqea2] {
  border-color: #D0D0D0;
}

#wrap-address[b-som4gfqea2] {
  border: 1px solid;
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}
#wrap-address img[b-som4gfqea2] {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 1;
}

/*# sourceMappingURL=SignUp.razor.css.map */
/* /Pages/Index.razor.rz.scp.css */
.search[b-gqfwrgjzdq] {
  transition: 0.2s;
}

.search-icon[b-gqfwrgjzdq] {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.memList[b-gqfwrgjzdq] {
  position: relative;
  width: 100%;
}

.recent-search[b-gqfwrgjzdq] {
  height: calc(100vh - 300px);
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  transition: 0.2s;
}
.recent-search h6[b-gqfwrgjzdq] {
  font-size: 12px;
  padding-left: 10px;
  color: #D0D0D0;
}
.recent-search .next[b-gqfwrgjzdq] {
  position: absolute;
  bottom: 44px;
  left: 20px;
  width: calc(100% - 40px);
}
.recent-search .recent-list[b-gqfwrgjzdq] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px;
}
.recent-search .recent-list > div[b-gqfwrgjzdq] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recent-search .recent-list > div p[b-gqfwrgjzdq] {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-search .recent-list > div p:first-child[b-gqfwrgjzdq] {
  flex: 1;
  font-weight: 700;
}
.recent-search .recent-list > div p:nth-child(2)[b-gqfwrgjzdq] {
  text-align: center;
}
.recent-search .recent-list > div p:last-Child[b-gqfwrgjzdq] {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

/*# sourceMappingURL=Index.razor.css.map */
/* /Pages/Measure/MotionMeasureSet.razor.rz.scp.css */
.view-title[b-cxse98u00j] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-cxse98u00j] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-cxse98u00j] {
  position: static;
  transform: translate(0, 0);
}

.modal p[b-cxse98u00j] {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 30px 0;
}
.modal div[b-cxse98u00j] {
  display: flex;
}
.modal div .btn[b-cxse98u00j] {
  margin-right: 10px;
}
.modal div .btn:last-child[b-cxse98u00j] {
  margin-right: 0;
}

/*# sourceMappingURL=MotionMeasureSet.razor.css.map */
/* /Pages/Measure/MotionMeasureSetAdd.razor.rz.scp.css */
.view-title[b-9sl7893vk5] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-9sl7893vk5] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-9sl7893vk5] {
  position: static;
  transform: translate(0, 0);
}

ul li:first-child[b-9sl7893vk5] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
ul li:first-child label[b-9sl7893vk5] {
  font-weight: 500;
}
ul label[b-9sl7893vk5] {
  color: #222;
}
ul input[type=checkbox]:checked + label[b-9sl7893vk5] {
  font-weight: 600;
}

/*# sourceMappingURL=MotionMeasureSetAdd.razor.css.map */
/* /Pages/Measure/MotionMeasureSetDetail.razor.rz.scp.css */
.view-title[b-ya75xrrr83] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-ya75xrrr83] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-ya75xrrr83] {
  position: static;
  transform: translate(0, 0);
}

/*# sourceMappingURL=MotionMeasureSetDetail.razor.css.map */
/* /Pages/Measure/MovabilityMeasureSet.razor.rz.scp.css */
.view-title[b-vumwq7zgsi] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-vumwq7zgsi] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-vumwq7zgsi] {
  position: static;
  transform: translate(0, 0);
}

.modal p[b-vumwq7zgsi] {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 30px 0;
}
.modal div[b-vumwq7zgsi] {
  display: flex;
}
.modal div .btn[b-vumwq7zgsi] {
  margin-right: 10px;
}
.modal div .btn:last-child[b-vumwq7zgsi] {
  margin-right: 0;
}

/*# sourceMappingURL=MovabilityMeasureSet.razor.css.map */
/* /Pages/Measure/MovabilityMeasureSetAdd.razor.rz.scp.css */
.view-title[b-l6mq1rprl8] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-l6mq1rprl8] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-l6mq1rprl8] {
  position: static;
  transform: translate(0, 0);
}

ul li:first-child[b-l6mq1rprl8] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
ul li:first-child label[b-l6mq1rprl8] {
  font-weight: 500;
}
ul label[b-l6mq1rprl8] {
  color: #222;
}
ul input[type=checkbox]:checked + label[b-l6mq1rprl8] {
  font-weight: 600;
}

/*# sourceMappingURL=MovabilityMeasureSetAdd.razor.css.map */
/* /Pages/Measure/MovabilityMeasureSetDetail.razor.rz.scp.css */
.view-title[b-gmi7ifbn7c] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-gmi7ifbn7c] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-gmi7ifbn7c] {
  position: static;
  transform: translate(0, 0);
}

/*# sourceMappingURL=MovabilityMeasureSetDetail.razor.css.map */
/* /Pages/Measure/RomMeasureDetail.razor.rz.scp.css */
.view-title[b-fkk3osnbmc] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
}
.view-title .index[b-fkk3osnbmc] {
  font-size: 16px;
  font-weight: 500;
}

.inner-text > p[b-fkk3osnbmc] {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal[b-fkk3osnbmc] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  background: #222;
  z-index: 100;
  min-height: 100vh;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.modal .modal-head[b-fkk3osnbmc] {
  height: 54px;
  position: relative;
}
.modal .modal-head span[b-fkk3osnbmc] {
  position: absolute;
  cursor: pointer;
  display: block;
  right: 16px;
  top: 22px;
}
.modal .modal-head span img[b-fkk3osnbmc] {
  width: 20px;
  height: 20px;
}
.modal ul[b-fkk3osnbmc] {
  display: flex;
  position: relative;
  height: 100%;
  transition: 0.2s;
}
.modal ul li[b-fkk3osnbmc] {
  width: 100%;
  height: 100%;
}
.modal .btn-container-double[b-fkk3osnbmc]::after {
  background: #000;
}
.modal .btn-container-double .btn[b-fkk3osnbmc] {
  background: #000;
}

.video[b-fkk3osnbmc] {
  width: 100vw;
  height: 400px;
}
.video iframe[b-fkk3osnbmc] {
  height: 400px;
  width: 100%;
}

.inner[b-fkk3osnbmc] {
  padding: 20px;
}
.inner h6[b-fkk3osnbmc] {
  padding: 0 10px;
  color: #00A2FF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.inner .main-text[b-fkk3osnbmc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 15px;
}
.inner .main-text h2[b-fkk3osnbmc] {
  width: calc(100% - 90px);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.inner .main-text button[b-fkk3osnbmc] {
  display: block;
  background: #00A2FF;
  padding: 11px 0;
  width: 70px;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}
.inner .line[b-fkk3osnbmc] {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.inner p[b-fkk3osnbmc] {
  color: #d0d0d0;
  padding: 0 10px;
}

/*# sourceMappingURL=RomMeasureDetail.razor.css.map */
/* /Pages/Measure/RomMeasureSet.razor.rz.scp.css */
.view-title[b-clq4k8gnhc] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-clq4k8gnhc] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-clq4k8gnhc] {
  position: static;
  transform: translate(0, 0);
}

.modal p[b-clq4k8gnhc] {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 30px 0;
}
.modal div[b-clq4k8gnhc] {
  display: flex;
}
.modal div .btn[b-clq4k8gnhc] {
  margin-right: 10px;
}
.modal div .btn:last-child[b-clq4k8gnhc] {
  margin-right: 0;
}

/*# sourceMappingURL=RomMeasureSet.razor.css.map */
/* /Pages/Measure/RomMeasureSetAdd.razor.rz.scp.css */
.view-title[b-br0v3rg2jc] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-br0v3rg2jc] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-br0v3rg2jc] {
  position: static;
  transform: translate(0, 0);
}

ul label[b-br0v3rg2jc] {
  color: #222;
}
ul input[type=checkbox]:checked + label[b-br0v3rg2jc] {
  font-weight: 600;
}

/*# sourceMappingURL=RomMeasureSetAdd.razor.css.map */
/* /Pages/Measure/RomMeasureSetDetail.razor.rz.scp.css */
.view-title[b-0urq05uxfh] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
}
.view-title .index[b-0urq05uxfh] {
  font-size: 16px;
  font-weight: 500;
}

.inner-text > p[b-0urq05uxfh] {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.modal[b-0urq05uxfh] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  background: #222;
  z-index: 100;
  min-height: 100vh;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.modal .modal-head[b-0urq05uxfh] {
  height: 54px;
  position: relative;
}
.modal .modal-head span[b-0urq05uxfh] {
  position: absolute;
  cursor: pointer;
  display: block;
  right: 16px;
  top: 22px;
}
.modal .modal-head span img[b-0urq05uxfh] {
  width: 20px;
  height: 20px;
}
.modal ul[b-0urq05uxfh] {
  display: flex;
  position: relative;
  height: 100%;
  transition: 0.2s;
}
.modal ul li[b-0urq05uxfh] {
  width: 100%;
  height: 100%;
}
.modal .btn-container-double[b-0urq05uxfh]::after {
  background: #000;
}
.modal .btn-container-double .btn[b-0urq05uxfh] {
  background: #000;
}

.video[b-0urq05uxfh] {
  width: 100vw;
  height: 400px;
}
.video iframe[b-0urq05uxfh] {
  height: 400px;
  width: 100%;
}

.inner[b-0urq05uxfh] {
  padding: 20px;
}
.inner h6[b-0urq05uxfh] {
  padding: 0 10px;
  color: #00A2FF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.inner .main-text[b-0urq05uxfh] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 15px;
}
.inner .main-text h2[b-0urq05uxfh] {
  width: calc(100% - 90px);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.inner .main-text button[b-0urq05uxfh] {
  display: block;
  background: #00A2FF;
  padding: 11px 0;
  width: 70px;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}
.inner .line[b-0urq05uxfh] {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.inner p[b-0urq05uxfh] {
  color: #d0d0d0;
  padding: 0 10px;
}

/*# sourceMappingURL=RomMeasureSetDetail.razor.css.map */
/* /Pages/Measure/SpecialMeasure.razor.rz.scp.css */
h2[b-pb9bq5wep8] {
  padding-top: 0;
}

/*# sourceMappingURL=SpecialMeasure.razor.css.map */
/* /Pages/Measure/SpecialMeasureDetail.razor.rz.scp.css */
.line-list span[b-1jtc6uh4ta] {
  color: #222;
  font-weight: 500;
  font-size: 12px;
}

.view-title[b-1jtc6uh4ta] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
}
.view-title .index[b-1jtc6uh4ta] {
  font-size: 16px;
  font-weight: 500;
}
.view-title .sub-title[b-1jtc6uh4ta] {
  position: static;
  transform: translate(0, 0);
}

/*# sourceMappingURL=SpecialMeasureDetail.razor.css.map */
/* /Pages/Member/Injury.razor.rz.scp.css */
.wrap[b-mlnas2zkaa] {
  position: relative;
}

.add-info[b-mlnas2zkaa] {
  margin-top: 30px;
}

h6[b-mlnas2zkaa] {
  font-size: 14px;
  font-weight: 600;
}

.next[b-mlnas2zkaa] {
  width: 100%;
  padding: 0 16px;
  position: fixed;
  bottom: 44px;
}
.next.on[b-mlnas2zkaa] {
  z-index: 30;
}

.modal[b-mlnas2zkaa] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  min-height: 100vh;
  z-index: 101;
  transition: 0.2s;
}
.modal .header[b-mlnas2zkaa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.modal .header h2[b-mlnas2zkaa] {
  font-size: 16px;
  font-weight: 500;
}
.modal ul[b-mlnas2zkaa] {
  margin-top: 64px;
  padding: 20px 20px 120px;
}
.modal li[b-mlnas2zkaa] {
  margin-bottom: 15px;
}
.modal h6[b-mlnas2zkaa] {
  margin-bottom: 10px;
}

/*# sourceMappingURL=Injury.razor.css.map */
/* /Pages/Member/MemberAdd.razor.rz.scp.css */
section[b-epfzvwrbkm] {
  margin-bottom: 100px;
}

.pwd[b-epfzvwrbkm] {
  display: flex;
  justify-content: space-between;
}
.pwd > div:first-child[b-epfzvwrbkm] {
  width: 70%;
  margin-bottom: 0 !important;
}
.pwd > div:last-child[b-epfzvwrbkm] {
  width: 28%;
}
.pwd.noPwd > div:first-child[b-epfzvwrbkm] {
  width: 100%;
  margin-bottom: 0 !important;
}
.pwd.noPwd > div:last-child[b-epfzvwrbkm] {
  display: none;
}

.profile[b-epfzvwrbkm] {
  text-align: center;
}

h6[b-epfzvwrbkm] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
h6.required[b-epfzvwrbkm]:after {
  content: "*";
  margin-left: 0.25rem;
  color: #d63939;
}

.normal li[b-epfzvwrbkm] {
  margin-bottom: 15px;
}
.normal li .input-box:last-child[b-epfzvwrbkm] {
  margin-bottom: 0;
}

.additional[b-epfzvwrbkm] {
  margin-top: 50px;
  padding-bottom: 50px;
}

.pwd-change[b-epfzvwrbkm] {
  margin-bottom: 30px;
}
.pwd-change li[b-epfzvwrbkm] {
  margin-bottom: 15px;
}
.pwd-change li:last-child[b-epfzvwrbkm] {
  margin-bottom: 0;
}
.pwd-change h6[b-epfzvwrbkm] {
  font-weight: 500;
}

/*# sourceMappingURL=MemberAdd.razor.css.map */
/* /Pages/Member/MemberDetail.razor.rz.scp.css */
section[b-6ch8l7444m] {
  margin-bottom: 100px;
}

.pwd[b-6ch8l7444m] {
  display: flex;
  justify-content: space-between;
}
.pwd > div:first-child[b-6ch8l7444m] {
  width: 70%;
  margin-bottom: 0 !important;
}
.pwd > div:last-child[b-6ch8l7444m] {
  width: 28%;
}
.pwd.noPwd > div:first-child[b-6ch8l7444m] {
  width: 100%;
  margin-bottom: 0 !important;
}
.pwd.noPwd > div:last-child[b-6ch8l7444m] {
  display: none;
}

.profile[b-6ch8l7444m] {
  text-align: center;
}

h6[b-6ch8l7444m] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
h6.required[b-6ch8l7444m]:after {
  content: "*";
  margin-left: 0.25rem;
  color: #d63939;
}

.normal li[b-6ch8l7444m] {
  margin-bottom: 15px;
}
.normal li .input-box:last-child[b-6ch8l7444m] {
  margin-bottom: 0;
}
.normal li .input-select[b-6ch8l7444m] {
  margin-bottom: 10px;
}

.additional[b-6ch8l7444m] {
  margin-top: 50px;
  padding-bottom: 50px;
}

.pwd-change[b-6ch8l7444m] {
  margin-bottom: 30px;
}
.pwd-change li[b-6ch8l7444m] {
  margin-bottom: 15px;
}
.pwd-change li:last-child[b-6ch8l7444m] {
  margin-bottom: 0;
}
.pwd-change h6[b-6ch8l7444m] {
  font-weight: 500;
}

/*# sourceMappingURL=MemberDetail.razor.css.map */
/* /Pages/Member/MemberSearch.razor.rz.scp.css */
.search[b-02djfb3gwp] {
  transition: 0.2s;
}

.search-icon[b-02djfb3gwp] {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.memList[b-02djfb3gwp] {
  position: relative;
  width: 100%;
}

.recent-search[b-02djfb3gwp] {
  height: calc(100vh - 200px);
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  transition: 0.2s;
}
.recent-search h6[b-02djfb3gwp] {
  font-size: 12px;
  padding-left: 10px;
  color: #D0D0D0;
}
.recent-search .next[b-02djfb3gwp] {
  position: absolute;
  bottom: 44px;
  left: 20px;
  width: calc(100% - 40px);
}
.recent-search .recent-list[b-02djfb3gwp] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px;
}
.recent-search .recent-list > div[b-02djfb3gwp] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recent-search .recent-list > div p[b-02djfb3gwp] {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-search .recent-list > div p:first-child[b-02djfb3gwp] {
  flex: 1;
  font-weight: 700;
}
.recent-search .recent-list > div p:nth-child(2)[b-02djfb3gwp] {
  text-align: center;
}
.recent-search .recent-list > div p:last-Child[b-02djfb3gwp] {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

/*# sourceMappingURL=MemberSearch.razor.css.map */
/* /Pages/Result/Components/MotionChart.razor.rz.scp.css */
article[b-e2u4827kln] {
  margin-bottom: 20px;
}

h4[b-e2u4827kln] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.score[b-e2u4827kln] {
  height: 24px;
  border-radius: 20px;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.score .score-num[b-e2u4827kln] {
  position: absolute;
  width: 40%;
  height: 100%;
  border-radius: 20px;
  transition: 0.2s;
}
.score p[b-e2u4827kln] {
  position: relative;
  z-index: 1;
}

.img[b-e2u4827kln] {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.img span[b-e2u4827kln] {
  position: absolute;
}
.img span.neck2[b-e2u4827kln] {
  left: 32.5%;
  top: 14%;
}
.img span.neck[b-e2u4827kln] {
  left: 45.5%;
  top: 13%;
  z-index: 1;
}
.img span.ankle[b-e2u4827kln] {
  left: 34%;
  top: 83%;
}
.img span.ankle-lt[b-e2u4827kln] {
  left: 34%;
  top: 83%;
}
.img span.ankle-rt[b-e2u4827kln] {
  left: 58%;
  top: 83%;
}
.img span.knee[b-e2u4827kln] {
  left: 34.5%;
  top: 64%;
}
.img span.knee-lt[b-e2u4827kln] {
  left: 34.5%;
  top: 64%;
}
.img span.knee-rt[b-e2u4827kln] {
  left: 54.5%;
  top: 64%;
}
.img span.shoulder[b-e2u4827kln] {
  left: 29.5%;
  top: 14%;
  z-index: 1;
}
.img span.shoulder-lt[b-e2u4827kln] {
  left: 29.5%;
  top: 14%;
  z-index: 1;
}
.img span.shoulder-rt[b-e2u4827kln] {
  left: 54.5%;
  top: 14%;
  z-index: 1;
}
.img span.throacic-lt[b-e2u4827kln] {
  left: 37.5%;
  top: 22%;
}
.img span.throacic-rt[b-e2u4827kln] {
  left: 50%;
  top: 22%;
}
.img span.hip-joint-lt[b-e2u4827kln] {
  left: 35.5%;
  top: 49%;
  z-index: 1;
}
.img span.hip-joint-rt[b-e2u4827kln] {
  left: 52%;
  top: 49%;
  z-index: 1;
}
.img span.pelvis[b-e2u4827kln] {
  left: 37%;
  top: 42%;
}
.img span.step1 img[b-e2u4827kln] {
  filter: invert(84%) sepia(62%) saturate(1078%) hue-rotate(7deg) brightness(107%) contrast(115%);
}
.img span.step2 img[b-e2u4827kln] {
  filter: invert(72%) sepia(62%) saturate(820%) hue-rotate(358deg) brightness(103%) contrast(103%);
}
.img span.step3 img[b-e2u4827kln] {
  filter: invert(56%) sepia(96%) saturate(1845%) hue-rotate(360deg) brightness(101%) contrast(100%);
}
.img span.step4 img[b-e2u4827kln] {
  filter: invert(43%) sepia(69%) saturate(3167%) hue-rotate(1deg) brightness(102%) contrast(106%);
}
.img span.step5 img[b-e2u4827kln] {
  filter: invert(19%) sepia(90%) saturate(7482%) hue-rotate(358deg) brightness(105%) contrast(116%);
}

.none[b-e2u4827kln] {
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}

.bg-20[b-e2u4827kln] {
  background-color: #FF0000;
  font-weight: 900;
  color: #000;
}

.bg-40[b-e2u4827kln] {
  background-color: #FF6100;
  font-weight: 900;
  color: #000;
}

.bg-60[b-e2u4827kln] {
  background-color: #FF9000;
  font-weight: 900;
  color: #000;
}

.bg-80[b-e2u4827kln] {
  background-color: #FFC900;
  font-weight: 900;
  color: #000;
}

.bg-100[b-e2u4827kln] {
  background-color: #FFFF00;
  font-weight: 900;
  color: #000;
}

@keyframes fadein-b-e2u4827kln {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=MotionChart.razor.css.map */
/* /Pages/Result/Components/MovabilityChart.razor.rz.scp.css */
article[b-t9x1xfhecd] {
  margin-bottom: 20px;
}

h4[b-t9x1xfhecd] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.score[b-t9x1xfhecd] {
  height: 24px;
  border-radius: 20px;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.score .score-num[b-t9x1xfhecd] {
  position: absolute;
  width: 40%;
  height: 100%;
  border-radius: 20px;
  transition: 0.2s;
}
.score p[b-t9x1xfhecd] {
  position: relative;
  z-index: 1;
}

.none[b-t9x1xfhecd] {
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}

.img[b-t9x1xfhecd] {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.img span[b-t9x1xfhecd] {
  position: absolute;
}
.img span.neck2[b-t9x1xfhecd] {
  left: 32.5%;
  top: 14%;
}
.img span.neck[b-t9x1xfhecd] {
  left: 45.5%;
  top: 13%;
  z-index: 1;
}
.img span.ankle[b-t9x1xfhecd] {
  left: 34%;
  top: 83%;
}
.img span.ankle-lt[b-t9x1xfhecd] {
  left: 34%;
  top: 83%;
}
.img span.ankle-rt[b-t9x1xfhecd] {
  left: 58%;
  top: 83%;
}
.img span.knee[b-t9x1xfhecd] {
  left: 34.5%;
  top: 64%;
}
.img span.knee-lt[b-t9x1xfhecd] {
  left: 34.5%;
  top: 64%;
}
.img span.knee-rt[b-t9x1xfhecd] {
  left: 54.5%;
  top: 64%;
}
.img span.shoulder[b-t9x1xfhecd] {
  left: 29.5%;
  top: 14%;
  z-index: 1;
}
.img span.shoulder-lt[b-t9x1xfhecd] {
  left: 29.5%;
  top: 14%;
  z-index: 1;
}
.img span.shoulder-rt[b-t9x1xfhecd] {
  left: 54.5%;
  top: 14%;
  z-index: 1;
}
.img span.throacic-lt[b-t9x1xfhecd] {
  left: 37.5%;
  top: 22%;
}
.img span.throacic-rt[b-t9x1xfhecd] {
  left: 50%;
  top: 22%;
}
.img span.hip-joint-lt[b-t9x1xfhecd] {
  left: 35.5%;
  top: 49%;
  z-index: 1;
}
.img span.hip-joint-rt[b-t9x1xfhecd] {
  left: 52%;
  top: 49%;
  z-index: 1;
}
.img span.pelvis[b-t9x1xfhecd] {
  left: 37%;
  top: 42%;
}
.img span.step1 img[b-t9x1xfhecd] {
  filter: invert(84%) sepia(62%) saturate(1078%) hue-rotate(7deg) brightness(107%) contrast(115%);
}
.img span.step2 img[b-t9x1xfhecd] {
  filter: invert(72%) sepia(62%) saturate(820%) hue-rotate(358deg) brightness(103%) contrast(103%);
}
.img span.step3 img[b-t9x1xfhecd] {
  filter: invert(56%) sepia(96%) saturate(1845%) hue-rotate(360deg) brightness(101%) contrast(100%);
}
.img span.step4 img[b-t9x1xfhecd] {
  filter: invert(43%) sepia(69%) saturate(3167%) hue-rotate(1deg) brightness(102%) contrast(106%);
}
.img span.step5 img[b-t9x1xfhecd] {
  filter: invert(19%) sepia(90%) saturate(7482%) hue-rotate(358deg) brightness(105%) contrast(116%);
}

.none[b-t9x1xfhecd] {
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}

.bg-20[b-t9x1xfhecd] {
  background-color: #FF0000;
  font-weight: 900;
  color: #000;
}

.bg-40[b-t9x1xfhecd] {
  background-color: #FF6100;
  font-weight: 900;
  color: #000;
}

.bg-60[b-t9x1xfhecd] {
  background-color: #FF9000;
  font-weight: 900;
  color: #000;
}

.bg-80[b-t9x1xfhecd] {
  background-color: #FFC900;
  font-weight: 900;
  color: #000;
}

.bg-100[b-t9x1xfhecd] {
  background-color: #FFFF00;
  font-weight: 900;
  color: #000;
}

@keyframes fadein-b-t9x1xfhecd {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=MovabilityChart.razor.css.map */
/* /Pages/Result/ExerciseMethod.razor.rz.scp.css */
.modal[b-bsevwaz7ol] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  background: #222;
  z-index: 100;
  min-height: 100vh;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.modal .modal-head[b-bsevwaz7ol] {
  position: relative;
  z-index: 2;
  height: 30px;
}
.modal .modal-head span[b-bsevwaz7ol] {
  position: absolute;
  cursor: pointer;
  display: block;
  right: 16px;
  top: 22px;
}
.modal .modal-head span img[b-bsevwaz7ol] {
  width: 20px;
  height: 20px;
}
.modal ul[b-bsevwaz7ol] {
  display: flex;
  position: relative;
  height: 100%;
  transition: 0.2s;
}
.modal ul li[b-bsevwaz7ol] {
  height: 100%;
}
.modal .btn-container-double[b-bsevwaz7ol]::after {
  background: #000;
}
.modal .btn-container-double .btn[b-bsevwaz7ol] {
  background: #000;
}

.video[b-bsevwaz7ol] {
  width: 100vw;
  margin-bottom: 30px;
}
.video:last-of-type[b-bsevwaz7ol] {
  margin-bottom: 0;
}
.video iframe[b-bsevwaz7ol] {
  height: 266px;
  width: 100%;
}

h3[b-bsevwaz7ol] {
  color: #fff;
  padding: 0 20px;
}

.inner[b-bsevwaz7ol] {
  padding: 0 20px;
  margin-bottom: 30px;
}
.inner h6[b-bsevwaz7ol] {
  padding: 0 10px;
  color: #00A2FF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.inner h2[b-bsevwaz7ol] {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 15px;
}
.inner .line[b-bsevwaz7ol] {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.inner p[b-bsevwaz7ol] {
  color: #d0d0d0;
  padding: 0 10px;
}

/*# sourceMappingURL=ExerciseMethod.razor.css.map */
/* /Pages/Result/MotionResult.razor.rz.scp.css */
h4[b-kcptsqvvyl] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.img-wrap[b-kcptsqvvyl] {
  gap: 15px;
}
.img-wrap > li img[b-kcptsqvvyl] {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.error[b-kcptsqvvyl] {
  font-weight: 600;
}

/*# sourceMappingURL=MotionResult.razor.css.map */
/* /Pages/Result/MovabilityResult.razor.rz.scp.css */
h4[b-wqelwhknqg] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.img-wrap[b-wqelwhknqg] {
  gap: 15px;
}
.img-wrap > li img[b-wqelwhknqg] {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.error[b-wqelwhknqg] {
  font-weight: 600;
}

/*# sourceMappingURL=MovabilityResult.razor.css.map */
/* /Pages/Result/Today.razor.rz.scp.css */
.modal[b-ze1reg9a1x] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  background: #222;
  z-index: 100;
  min-height: 100vh;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.modal .modal-head[b-ze1reg9a1x] {
  height: 54px;
  position: relative;
}
.modal .modal-head span[b-ze1reg9a1x] {
  position: absolute;
  cursor: pointer;
  display: block;
  right: 16px;
  top: 22px;
}
.modal .modal-head span img[b-ze1reg9a1x] {
  width: 20px;
  height: 20px;
}
.modal ul[b-ze1reg9a1x] {
  display: flex;
  position: relative;
  height: 100%;
  transition: 0.2s;
}
.modal ul li[b-ze1reg9a1x] {
  height: 100%;
}
.modal .btn-container-double[b-ze1reg9a1x]::after {
  background: #000;
}
.modal .btn-container-double .btn[b-ze1reg9a1x] {
  background: #000;
}

.today-list > li[b-ze1reg9a1x] {
  margin-bottom: 20px;
}
.today-list > li h4[b-ze1reg9a1x] {
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #d0d0d0;
}
.today-list .detail-list > li[b-ze1reg9a1x] {
  position: relative;
  padding: 10px 10px 10px 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.today-list .detail-list > li[b-ze1reg9a1x]:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #222;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.today-list .detail-list > li span[b-ze1reg9a1x] {
  font-size: 12px;
  color: #838383;
}

.video[b-ze1reg9a1x] {
  width: 100vw;
}
.video iframe[b-ze1reg9a1x] {
  height: 400px;
  width: 100%;
}

.inner[b-ze1reg9a1x] {
  padding: 20px;
}
.inner h6[b-ze1reg9a1x] {
  padding: 0 10px;
  color: #00A2FF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.inner h2[b-ze1reg9a1x] {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 15px;
}
.inner .line[b-ze1reg9a1x] {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.inner p[b-ze1reg9a1x] {
  color: #d0d0d0;
  padding: 0 10px;
}

/*# sourceMappingURL=Today.razor.css.map */
/* /Pages/Result/TotalResult.razor.rz.scp.css */
h4[b-aiftf1b3n3] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.view-title[b-aiftf1b3n3] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-aiftf1b3n3] {
  font-size: 16px;
  font-weight: 500;
}

.date[b-aiftf1b3n3] {
  font-weight: 600;
  padding-left: 15px;
}
.date span[b-aiftf1b3n3] {
  margin-left: 5px;
  font-size: 12px;
  color: #D0D0D0;
  font-weight: 500;
}

/*# sourceMappingURL=TotalResult.razor.css.map */
/* /Pages/Survey/Components/SurveyRow.razor.rz.scp.css */
.survey-wrap[b-mw0eloul3v] {
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background: #fff;
  padding: 0 10px;
}
.survey-wrap > ul > li[b-mw0eloul3v] {
  padding: 15px 10px;
  border-bottom: 1px solid #D0D0D0;
}
.survey-wrap > ul > li:last-child[b-mw0eloul3v] {
  border-bottom: 0;
}
.survey-wrap > ul > li h5[b-mw0eloul3v] {
  font-size: 12px;
  margin-bottom: 10px;
}
.survey-wrap > ul > li h5 b[b-mw0eloul3v] {
  font-weight: 600;
  margin-right: 10px;
}
.survey-wrap .graph > ul[b-mw0eloul3v] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.survey-wrap .graph > ul > li[b-mw0eloul3v] {
  width: 14%;
  height: 12px;
  background: rgba(224, 224, 224, 0.5);
}
.survey-wrap .graph > ul > li:first-child[b-mw0eloul3v] {
  border-radius: 3px 0 0 3px;
}
.survey-wrap .graph > ul > li:last-child[b-mw0eloul3v] {
  border-radius: 0 3px 3px 0;
}
.survey-wrap .graph > ul > li.active[b-mw0eloul3v] {
  background: #00A2FF;
}
.survey-wrap .graph .text[b-mw0eloul3v] {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #D0D0D0;
}
.survey-wrap .graph .text p.active[b-mw0eloul3v] {
  color: #00A2FF;
}

/*# sourceMappingURL=SurveyRow.razor.css.map */
/* /Pages/Survey/SurveyAdd.razor.rz.scp.css */
.survey-wrap[b-uu6i2oevav] {
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background: #fff;
  padding: 0 10px;
}
.survey-wrap > ul > li[b-uu6i2oevav] {
  padding: 15px 10px;
  border-bottom: 1px solid #D0D0D0;
}
.survey-wrap > ul > li:last-child[b-uu6i2oevav] {
  border-bottom: 0;
}
.survey-wrap > ul > li h5[b-uu6i2oevav] {
  font-size: 12px;
  margin-bottom: 10px;
}
.survey-wrap > ul > li h5 b[b-uu6i2oevav] {
  font-weight: 600;
  margin-right: 10px;
}
.survey-wrap .graph > ul[b-uu6i2oevav] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.survey-wrap .graph > ul > li[b-uu6i2oevav] {
  width: 14%;
  height: 12px;
  background: rgba(224, 224, 224, 0.5);
}
.survey-wrap .graph > ul > li:first-child[b-uu6i2oevav] {
  border-radius: 10px 0 0 10px;
}
.survey-wrap .graph > ul > li:last-child[b-uu6i2oevav] {
  border-radius: 0 10px 10px 0;
}
.survey-wrap .graph > ul > li.active[b-uu6i2oevav] {
  background: #00A2FF;
}
.survey-wrap .graph .text[b-uu6i2oevav] {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #D0D0D0;
}
.survey-wrap .graph .text p.active[b-uu6i2oevav] {
  color: #00A2FF;
}

/*# sourceMappingURL=SurveyAdd.razor.css.map */
/* /Pages/Survey/SurveyResult.razor.rz.scp.css */
.view-title[b-k70dkrpdzz] {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.view-title .index[b-k70dkrpdzz] {
  font-size: 16px;
  font-weight: 500;
}

.date[b-k70dkrpdzz] {
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 15px;
}
.date span[b-k70dkrpdzz] {
  margin-left: 5px;
  font-size: 12px;
  color: #D0D0D0;
  font-weight: 500;
}

.survey-wrap[b-k70dkrpdzz] {
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background: #fff;
  padding: 0 10px;
}
.survey-wrap > ul > li[b-k70dkrpdzz] {
  padding: 15px 10px;
  border-bottom: 1px solid #D0D0D0;
}
.survey-wrap > ul > li:last-child[b-k70dkrpdzz] {
  border-bottom: 0;
}
.survey-wrap > ul > li h5[b-k70dkrpdzz] {
  font-size: 12px;
  margin-bottom: 10px;
}
.survey-wrap > ul > li h5 b[b-k70dkrpdzz] {
  font-weight: 600;
  margin-right: 10px;
}
.survey-wrap .graph > ul[b-k70dkrpdzz] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.survey-wrap .graph > ul > li[b-k70dkrpdzz] {
  width: 14%;
  height: 12px;
  background: rgba(224, 224, 224, 0.5);
}
.survey-wrap .graph > ul > li:first-child[b-k70dkrpdzz] {
  border-radius: 3px 0 0 3px;
}
.survey-wrap .graph > ul > li:last-child[b-k70dkrpdzz] {
  border-radius: 0 3px 3px 0;
}
.survey-wrap .graph > ul > li.active[b-k70dkrpdzz] {
  background: #00A2FF;
}
.survey-wrap .graph .text[b-k70dkrpdzz] {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #D0D0D0;
}
.survey-wrap .graph .text p.active[b-k70dkrpdzz] {
  color: #00A2FF;
}

/*# sourceMappingURL=SurveyResult.razor.css.map */
/* /Shared/Header.razor.rz.scp.css */
header[b-fx13cijxhb] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 60;
  width: 100%;
  transition: 0.5s;
  background: #fff;
}

header .logo img[b-fx13cijxhb] {
  width: 70px;
}

header.close[b-fx13cijxhb] {
  position: absolute;
}

header.none[b-fx13cijxhb] {
  top: -100px;
}

.menus[b-fx13cijxhb] {
  height: 64px;
  padding: 0 16px;
}

aside[b-fx13cijxhb] {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  background: #fff;
  height: 100vh;
  transition: 0.25s;
  z-index: 120;
}

aside.on[b-fx13cijxhb] {
  left: 0;
}

.search[b-fx13cijxhb] {
  transition: 0.2s;
}

.search-icon[b-fx13cijxhb] {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.profile[b-fx13cijxhb] {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  background: #fff;
}

.profile .close[b-fx13cijxhb] {
  position: absolute;
  right: 16px;
  top: 22px;
}

.profile .user-info[b-fx13cijxhb] {
  margin-top: 35px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.profile .user-info .profile-img[b-fx13cijxhb] {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.profile .user-info .profile-img img[b-fx13cijxhb] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile .user-info h3[b-fx13cijxhb] {
  font-size: 20px;
  font-weight: 600;
}

.profile .user-info h3 em[b-fx13cijxhb] {
  font-size: 14px;
  font-weight: normal;
  margin-right: 15px;
}

.profile .user-info h3 span[b-fx13cijxhb] {
  vertical-align: middle;
}

.profile .user-info .recent[b-fx13cijxhb] {
  font-size: 12px;
  color: #D0D0D0;
}

.profile .user-info .recent .logout[b-fx13cijxhb] {
  color: #000;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.main-menu[b-fx13cijxhb] {
  margin-bottom: 100px;
}

.main-menu > li[b-fx13cijxhb] {
  max-height: 58px;
  overflow-y: hidden;
  transition: 0.35s;
}

.main-menu > li.on[b-fx13cijxhb] {
  background: #222;
  color: #fff;
  max-height: 500px;
}

.main-menu > li.on .object[b-fx13cijxhb] {
  filter: brightness(10);
}

.main-menu > li.on .main-list[b-fx13cijxhb] {
  border-bottom: 1px solid rgba(208, 208, 208, 0.1);
}

.main-menu .main-list[b-fx13cijxhb] {
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 1px solid #D0D0D0;
  pointer-events: none;
}

.main-menu .main-list > div[b-fx13cijxhb] {
  align-items: center;
}

.main-menu .main-list > div p[b-fx13cijxhb] {
  font-size: 16px;
  font-weight: 500;
}

.main-menu .main-list > div .badge[b-fx13cijxhb] {
  border-radius: 50%;
  background: #00A2FF;
  color: #fff;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu .main-list .menu-icon[b-fx13cijxhb] {
  width: 20px;
  margin-right: 15px;
  margin-top: 5px;
}

.main-menu .sub-menu[b-fx13cijxhb] {
  padding: 20px 65px;
}

.main-menu .sub-menu > li[b-fx13cijxhb] {
  padding: 10px 0;
  list-style: disc;
  cursor: pointer;
}

.main-menu .sub-menu > li:last-child[b-fx13cijxhb] {
  margin-bottom: 0px;
}

nav[b-fx13cijxhb] {
  position: relative;
  background: #fff;
  z-index: 100;
  height: calc(100vh - 192px);
  overflow-y: scroll;
}

.recent-search[b-fx13cijxhb] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  height: calc(100vh - 192px);
  padding: 20px;
  transition: 0.2s;
}

.recent-search h6[b-fx13cijxhb] {
  font-size: 12px;
  padding-left: 10px;
  color: #D0D0D0;
}

.recent-search .next[b-fx13cijxhb] {
  position: absolute;
  bottom: 44px;
  left: 20px;
  width: calc(100% - 40px);
}

.recent-search .recent-list[b-fx13cijxhb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px;
}

.recent-search .recent-list > div[b-fx13cijxhb] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.recent-search .recent-list > div p[b-fx13cijxhb] {
  margin-right: 15px;
}

.member-search[b-fx13cijxhb] {
  background: #000;
  height: 36px;
  padding: 0 16px;
}
.member-search p:first-child[b-fx13cijxhb] {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.member-search p:last-child[b-fx13cijxhb] {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
}

/*# sourceMappingURL=Header.razor.css.map */
