html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

a {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

html {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
}

h1 {
  font-size: 2.4rem;
  line-height: 3.14rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h2 {
  font-size: 2rem;
  line-height: 2.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h5 {
  font-size: 1.1rem;
  line-height: 1.57rem;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

._wrap_12ecc_200 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
}

._header_12ecc_208 {
  grid-area: header;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 3px #282828;
  background: linear-gradient(#ffffff, #ffffff 70%, #f0f0f0 100%);
  z-index: 4;
}

._headerLogo_12ecc_219 {
  margin: 1.2rem 2rem 1.5rem;
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

._headerLogo_12ecc_219 img {
  width: 280px;
}

._headerSub_12ecc_231 {
  margin: 1.4rem 2rem 1rem;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  font-weight: 600;
  text-align: right;
}

._headerMenu_12ecc_241 {
  width: 100%;
}

._headerMenu_12ecc_241 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}

._headerMenu_12ecc_241 ul li {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  border-left: 1px #e6e6e6 solid;
}

._headerMenu_12ecc_241 ul li a {
  display: block;
  padding: 0.2rem 2.5rem 0.2rem;
  color: #333333;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._headerMenu_12ecc_241 ul li a:hover {
  background: #f5f5f5;
  text-decoration: underline;
}

._headerMenu_12ecc_241 ul li a._isActive_12ecc_275 {
  font-weight: 600;
  pointer-events: none;
  position: relative;
  background: #e6e6e6;
}

._headerMenu_12ecc_241 ul li a._isActive_12ecc_275::after {
  content: "";
  border-right: 0.7rem transparent solid;
  border-bottom: 0.7rem #282828 solid;
  border-left: 0.7rem transparent solid;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

._accountInfo_12ecc_293 {
  position: absolute;
  right: 2rem;
  bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.6rem;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._accountIcon_12ecc_303 {
  width: 1.4rem;
  vertical-align: top;
}

._accountInfo_12ecc_293 ._accountIcon_12ecc_303 {
  margin-right: 0.2rem;
}

._accountSignout_12ecc_312 {
  display: inline-block;
  margin-left: 1rem;
  color: #999999;
  font-size: 0.8rem;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._accountSignout_12ecc_312 ._accountIcon_12ecc_303 {
  opacity: 0.5;
  margin-right: 0.2rem;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._accountSignout_12ecc_312:hover {
  color: #333333;
}

._accountSignout_12ecc_312:hover ._accountIcon_12ecc_303 {
  opacity: 1;
}

_:-ms-lang(x)::-ms-backdrop,
._header_12ecc_208 {
  width: 100vw;
  position: fixed;
  top: 0px;
}

._main_12ecc_348 {
  grid-area: main;
}

._mainSmall_12ecc_352 {
  width: 600px;
  margin: 0 auto;
  padding: 3.2rem 0;
}

_:-ms-lang(x)::-ms-backdrop,
._main_12ecc_348 {
  padding-top: 116px;
}

_:-ms-lang(x)::-ms-backdrop,
._mainLogin_12ecc_364 {
  margin-top: 116px;
}

._footer_12ecc_368 {
  grid-area: footer;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #999999;
}

h2,
h3 {
  display: inline-block;
  max-width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

h2 ._brCrumb_12ecc_389,
h2 + ._brCrumb_12ecc_389,
h3 ._brCrumb_12ecc_389,
h3 + ._brCrumb_12ecc_389 {
  display: inline;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

h2 ._brCrumb_12ecc_389::before,
h2 + ._brCrumb_12ecc_389::before,
h3 ._brCrumb_12ecc_389::before,
h3 + ._brCrumb_12ecc_389::before {
  content: "-";
}

h2 ._brCrumb_12ecc_389 ._tlIcon_12ecc_408,
h2 + ._brCrumb_12ecc_389 ._tlIcon_12ecc_408,
h3 ._brCrumb_12ecc_389 ._tlIcon_12ecc_408,
h3 + ._brCrumb_12ecc_389 ._tlIcon_12ecc_408 {
  width: 1.6rem;
  margin: 0 0.2rem 0 0.5rem;
  vertical-align: text-top;
}

._brCrumbAcc_12ecc_417 {
  margin-bottom: 1rem;
}

._brCrumbAcc_12ecc_417 li {
  padding-left: 1.1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  position: relative;
}

._brCrumbAcc_12ecc_417 li::before {
  content: "";
  border-top: 8px #333333 solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

._brCrumbAcc_12ecc_417 li:nth-of-type(2) {
  margin-left: 1.1rem;
}

._brCrumbAcc_12ecc_417 li:nth-of-type(3) {
  margin-left: 2.2rem;
}

._brCrumbLicense_12ecc_449 {
  margin: 1rem 0 0.6rem;
}

._brCrumbLicense_12ecc_449 li {
  display: inline-block;
  max-width: calc(25% - 1.4rem);
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._brCrumbLicense_12ecc_449 li:not(:last-child) {
  padding-right: 1.4rem;
}

._brCrumbLicense_12ecc_449 li:not(:last-child)::after {
  content: "";
  border-top: 5px transparent solid;
  border-bottom: 5px transparent solid;
  border-left: 7px #333333 solid;
  position: absolute;
  top: 45%;
  right: 0.4rem;
  transform: translateY(-50%);
}

._brCrumbLicense_12ecc_449 li a {
  color: #333333;
  text-decoration: none;
}

._brCrumbLicense_12ecc_449 li a:hover {
  color: #0084b2;
}

._buttonNormal_12ecc_490 {
  display: inline-block;
  width: 15rem;
  padding: 0.8rem 2rem;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  text-decoration: none;
  border-radius: 0.3rem;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._buttonNormal_12ecc_490:hover {
  background: rgba(0, 64, 134, 0.7);
}

._buttonNormal_12ecc_490._small_12ecc_514 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonNormal_12ecc_490._red_12ecc_519 {
  background: #e60000;
  border: 1px #e60000 solid;
}

._buttonNormal_12ecc_490._red_12ecc_519:hover {
  background: rgba(230, 0, 0, 0.7);
}

._buttonBase_12ecc_528 {
  display: inline-block;
  width: 15rem;
  padding: 0.8rem 2rem;
  color: #004086;
  background: #ffffff;
  border: 1px #004086 solid;
  text-decoration: none;
  border-radius: 0.3rem;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._buttonBase_12ecc_528:hover {
  background: rgba(0, 64, 134, 0.04);
}

._buttonBase_12ecc_528._small_12ecc_514 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonText_12ecc_557 {
  display: inline-block;
  padding: 0.8rem 0;
  color: #004086;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._buttonText_12ecc_557:hover {
  opacity: 0.7;
}

._buttonText_12ecc_557._small_12ecc_514 {
  width: auto;
  padding: 0.75rem 0;
}

._formList_12ecc_581 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

._formList_12ecc_581 dt,
._formList_12ecc_581 dd {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

._formList_12ecc_581 dt {
  width: 22%;
  padding: 0.5rem 4% 0;
  text-align: right;
}

._formList_12ecc_581 dt._formTitle_12ecc_601 {
  width: 100%;
  padding: 0.5rem 4%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

._formList_12ecc_581 dt._formTitle_12ecc_601._alignCenter_12ecc_611 {
  text-align: center;
}

._formList_12ecc_581 dt._overLine_12ecc_615 {
  padding: 0 4% 0;
  line-height: 1.4;
}

._formList_12ecc_581 dd {
  width: 66%;
  padding-right: 4%;
  margin-bottom: 1.5rem;
}

._formList_12ecc_581 dd._full_12ecc_626 {
  width: 100%;
  padding-right: 0;
  background: none;
}

._formList_12ecc_581._hasbg_12ecc_632 {
  border-top: 2px #282828 solid;
  background: #fafafa;
}

._form_12ecc_581 select {
  text-overflow: ellipsis;
}

._form_12ecc_581 select:invalid {
  color: #999999;
}

._form_12ecc_581 select option {
  color: #333333;
}

._form_12ecc_581 select option[disabled] {
  background: #f5f5f5;
}

._form_12ecc_581 select option[value=""] {
  color: #999999;
}

._formInput_12ecc_657 {
  width: 350px;
  padding: 0.6rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
}

._formInput_12ecc_657:focus {
  outline: 0;
}

._formInput_12ecc_657[readonly] {
  border: 1px #e6e6e6 solid;
  background: #e6e6e6;
}

._formInput_12ecc_657[disabled] {
  border: 1px #e6e6e6 solid;
  color: #999999;
}

._formInput_12ecc_657._isError_12ecc_683 {
  background: rgba(229, 0, 0, 0.08);
}

._formInput_12ecc_657._password_12ecc_687[type=password] + span {
  background: url(/assets/visibility_off-b8169730.svg) no-repeat top right;
}

._formInput_12ecc_657._password_12ecc_687[type=text] + span {
  background: url(/assets/visibility-a4a158b5.svg) no-repeat top right;
}

._formInput_12ecc_657._short_12ecc_695 {
  width: 150px;
}

._formInput_12ecc_657._small_12ecc_514 {
  width: auto;
  min-width: 150px;
  padding: 0.4rem 0.6rem;
  font-size: 14px;
}

._formIconEye_12ecc_706 {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -40px;
  margin-right: 45px;
  position: relative;
}

._formIconEye_12ecc_706 img {
  width: 2.5rem;
}

._formCheck_12ecc_720 {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  accent-color: #282828;
  vertical-align: bottom;
  cursor: pointer;
}

._formCheck_12ecc_720:disabled {
  cursor: default;
}

._clm1_12ecc_733 ._formCheck_12ecc_720:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._formRadio_12ecc_738 {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.2rem;
  margin-right: 0.3rem;
  accent-color: #282828;
  vertical-align: middle;
  cursor: pointer;
}

._formRadio_12ecc_738:disabled {
  cursor: default;
}

._form_12ecc_581 label {
  display: inline-block;
  padding: 0.6rem 0;
  margin-right: 1rem;
  cursor: pointer;
  white-space: pre-line;
}

._form_12ecc_581 label:has(input:disabled) {
  cursor: default;
}

._formInputKey_12ecc_764 {
  resize: none;
  width: 60px;
  height: 1.1rem;
  overflow: hidden;
  margin-right: 0.5rem;
  padding: 0.6rem 0.1rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center;
}

._formInputKey_12ecc_764:focus {
  outline: 0;
}

._formInputKey_12ecc_764._isError_12ecc_683 {
  background: rgba(229, 0, 0, 0.08);
}

._formComment_12ecc_788 {
  display: inline-block;
  padding-top: 0.5rem;
  color: #999999;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  white-space: pre-line;
}

._formError_12ecc_799 {
  display: block;
  padding-top: 0.3rem;
  color: #e60000;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  white-space: pre-line;
}

._formConfirm_12ecc_810 {
  width: 350px;
  padding: 0.6rem 0.6rem;
  background: #f0f0f0;
  box-sizing: border-box;
  word-wrap: break-word;
}

._formSubmit_12ecc_818 {
  min-width: 15rem;
  padding: 0.8rem 2rem;
  border: 1px #999999 solid;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formSubmit_12ecc_818._isActive_12ecc_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: auto;
}

._formSubmit_12ecc_818._isActive_12ecc_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._formButtonFul_12ecc_849 {
  min-width: 15rem;
  padding: 0.8rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formButtonFul_12ecc_849:hover {
  background: #f0f0f0;
}

._formButton_12ecc_849 {
  padding: 0.8rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formButton_12ecc_849:hover {
  background: #f0f0f0;
}

._formDelete_12ecc_892 {
  min-width: 15rem;
  padding: 0.8rem 2rem;
  border: 1px #999999 solid;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  background: #e60000;
  border: 1px #e60000 solid;
  opacity: 1;
  border-radius: 0.3rem;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formDelete_12ecc_892:hover {
  background: rgba(230, 0, 0, 0.7);
}

._formBack_12ecc_917 {
  width: 15rem;
  padding: 0.8rem 2rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formBack_12ecc_917:hover {
  background: #f0f0f0;
}

._formButtonTx_12ecc_937 {
  padding: 0.2rem 2rem;
  border: none;
  background: none;
  color: #0084b2;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formButtonTx_12ecc_937:hover {
  text-decoration: underline;
}

._formDone_12ecc_957 {
  width: 100px;
}

._formTrash_12ecc_961 {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(97%) saturate(7447%) hue-rotate(17deg) brightness(95%) contrast(117%);
}

._listVertical_12ecc_966 {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._listVertical_12ecc_966 ._listHeader_12ecc_973 {
  width: 100%;
  padding: 0.4rem 4%;
  vertical-align: middle;
  color: #ffffff;
  background: #282828;
}

._listVertical_12ecc_966 dt,
._listVertical_12ecc_966 dd {
  padding: 0.8rem 4%;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._listVertical_12ecc_966 dt:nth-of-type(odd),
._listVertical_12ecc_966 dd:nth-of-type(odd) {
  background: #f5f5f5;
}

._listVertical_12ecc_966 dt {
  width: 42%;
  text-align: left;
  position: relative;
  white-space: pre-line;
}

._listVertical_12ecc_966 dt._overLine_12ecc_615 {
  padding: 0.4rem 4%;
  line-height: 1.15;
}

._listVertical_12ecc_966 dd {
  width: 42%;
  text-align: right;
  word-break: break-all;
}

._listVertical_12ecc_966 dd ._isAlert_12ecc_1014 {
  color: #ff5a33;
}

._listDocument_12ecc_1018 {
  margin-bottom: 3rem;
}

._listDocument_12ecc_1018 li {
  padding: 0 0 0 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

._listDocument_12ecc_1018 li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

._boxFlex_12ecc_1039 {
  display: flex;
  flex-wrap: wrap;
}

._boxFlex_12ecc_1039._aru_12ecc_1044 {
  justify-content: space-around;
}

._boxFlex_12ecc_1039._btw_12ecc_1048 {
  justify-content: space-between;
}

._boxFlex_12ecc_1039._str_12ecc_1052 {
  align-items: flex-start;
}

._boxFlex_12ecc_1039._center_12ecc_1056 {
  align-items: center;
  gap: 8px;
  display: flex;
  justify-content: space-between;
}

._box100_12ecc_1063 {
  width: 100%;
}

._box50_12ecc_1067 {
  width: 50%;
}

._loadingBoxSpinner_12ecc_1071 {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 3px solid #999999;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: _load_12ecc_1071 0.8s linear 0s infinite;
}

._icLoading_12ecc_1081 {
  width: 50px;
  vertical-align: middle;
  position: absolute;
  animation: _load_12ecc_1071 0.8s linear 0s infinite;
}

@keyframes _load_12ecc_1071 {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._modal_12ecc_1099 {
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._modal_12ecc_1099._isShow_12ecc_1106 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 6;
}

._modal_12ecc_1099._isShow_12ecc_1106 ._modalBox_12ecc_1114 {
  display: block;
}

._modalBox_12ecc_1114 {
  display: none;
  width: 600px;
  max-height: 95vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;
  overflow: auto;
}

._modalTitle_12ecc_1131 {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 4% 0.6rem;
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 600;
}

._modalTitle_12ecc_1131 img:hover {
  cursor: pointer;
}

._modalTitle_12ecc_1131 img._off_12ecc_1146 {
  cursor: none;
  pointer-events: none;
  opacity: 0.4;
}

._modalTitleIcon_12ecc_1152 {
  width: 1rem;
}

._modal_12ecc_1099 ._formList_12ecc_581 {
  margin-bottom: 0;
}

._modal_12ecc_1099 ._formList_12ecc_581._hasbg_12ecc_632 {
  border-top: none;
}

._modal_12ecc_1099 ._formList_12ecc_581 dd {
  margin-bottom: 0.5rem;
}

._modal_12ecc_1099 ._formList_12ecc_581 dd._last_12ecc_1168 {
  margin-bottom: 1.5rem;
}

._modal_12ecc_1099 ._formList_12ecc_581 ._slideSet_12ecc_1172 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

._modal_12ecc_1099 ._formList_12ecc_581 ._slideSet_12ecc_1172 dt {
  width: 22%;
}

._modal_12ecc_1099 ._formList_12ecc_581 ._slideSet_12ecc_1172 dd {
  width: 66%;
}

._modal_12ecc_1099 ._formInput_12ecc_657 {
  padding: 0.5rem 0.8rem;
}

._modal_12ecc_1099 ._formInput_12ecc_657[type=file] {
  border: none;
  background: inherit;
}

._modal_12ecc_1099 ._formInput_12ecc_657[type=file]._isHide_12ecc_1195 {
  display: none;
}

._modal_12ecc_1099 ._form_12ecc_581 label {
  padding: 0.5rem 0 0.2rem;
}

._modal_12ecc_1099 ._form_12ecc_581 label._formFileButton_12ecc_1203 {
  padding: 0.5rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01rem;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._modal_12ecc_1099 ._form_12ecc_581 label._formFileButton_12ecc_1203:hover {
  background: #f0f0f0;
}

._modal_12ecc_1099 ._formFileName_12ecc_1224 {
  display: inline-block;
  width: 350px;
  padding: 0.6rem 0.8rem;
  border: 1px #e6e6e6 solid;
  background: #e6e6e6;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}

._modal_12ecc_1099 ._form_12ecc_581 ._icLoading_12ecc_1081 {
  bottom: 1.5rem;
  left: calc(50% - 25px);
}

._modal_12ecc_1099 ._form_12ecc_581 ._tableWrap_12ecc_1243 {
  max-height: 100%;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243 {
  width: 95%;
  margin: 0 auto;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243 ._tableHeader_12ecc_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0.4rem 0.5rem;
  background: #282828;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243 td {
  padding: 0.6rem 0.4rem;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243 ._formInput_12ecc_657 {
  width: inherit;
  padding: 0.2rem 0.5rem;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243._backup_12ecc_1271 ._formCheck_12ecc_720 {
  margin-right: 0;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243._backup_12ecc_1271 th:first-child {
  padding: 0 0.2rem;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243._backup_12ecc_1271 td {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243._backup_12ecc_1271 td:first-child {
  padding: 0.6rem 0.2rem;
}

._modal_12ecc_1099 ._form_12ecc_581 ._table_12ecc_1243._optionItem_12ecc_1290 select {
  width: 123px;
}

._modal_12ecc_1099 ._form_12ecc_581 ._pagenation_12ecc_1294 {
  margin-bottom: 1.5rem;
  padding-right: 2.5%;
}

._modal_12ecc_1099 ._encryptionPass_12ecc_1299 {
  display: none;
}

._modal_12ecc_1099 ._encryptionPass_12ecc_1299._isShow_12ecc_1106 {
  display: block;
}

._pageHeader_12ecc_1307 {
  padding: 0.3rem 2.5rem 0.2rem;
  background: #282828;
  color: #ffffff;
  margin-bottom: 2rem;
}

._pageTitle_12ecc_1314 {
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
}

._pageTx_12ecc_1323 {
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
  position: relative;
}

._pageTx_12ecc_1323::before {
  content: "";
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 8px #ffffff solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

._pagenation_12ecc_1294 {
  margin-bottom: 3rem;
  text-align: right; /*&-nav{ a{ display: inline-block; padding: .5rem; margin-right: .5rem; color: $color-blues;
@include font-styling(.9rem, 1.6, 0.04rem); &:last-child{ margin-right: 0; } &:visited{ color: $color-blues; } svg{ margin: 0 .5rem; width: .5rem; vertical-align: middle; fill: $color-blues; &.prev{ } } &:hover{ opacity: .7; } &[href=""]{ color: $color-subtxt; text-decoration: none; pointer-events: none; svg{ fill: $color-subtxt; } } } }*/
}

._pagenationNav_12ecc_1350 {
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._pagenationNav_12ecc_1350 a {
  display: inline-block;
  margin: 0 1px;
  padding: 0.3rem 0.7rem;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
  border: 1px #a5a5a5 solid;
  border-radius: 0.2rem;
  opacity: 0.4;
  pointer-events: none;
  background: #ffffff;
}

._pagenationNav_12ecc_1350 a._isActive_12ecc_275 {
  opacity: 1;
  pointer-events: inherit;
}

._pagenationNav_12ecc_1350 a._isActive_12ecc_275:hover {
  background: #f5f5f5;
}

._pagenationTotal_12ecc_1383 {
  color: #999999;
}

._pagenation_12ecc_1294._widthMid_12ecc_1387 {
  width: 1400px;
}

._pagenation_12ecc_1294._widthSml_12ecc_1391 {
  width: 750px;
}

._pagenation_12ecc_1294._widthMin_12ecc_1395 {
  width: 600px;
}

_:-ms-lang(x)::-ms-backdrop,
._pagenationNav_12ecc_1350 a {
  height: 30px;
}

._snackbar_12ecc_1404 {
  width: 800px;
  display: flex;
  justify-content: flex-start;
  padding: 0.8rem 1.5rem;
  color: #ffffff;
  background: #00b4aa;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._snackbar_12ecc_1404._isShow_12ecc_1106 {
  opacity: 1;
  top: 0.2rem;
  left: 50%;
  z-index: 11;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._snackbar_12ecc_1404._isAlert_12ecc_1014 {
  background: #ff5a33;
}

._snackbarMessage_12ecc_1441 {
  width: calc(800px - 3rem - 3.3rem);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

._snackbarIcon_12ecc_1449 {
  width: 1.5rem;
  margin-right: 1rem;
  vertical-align: middle;
}

._snackbarIconClose_12ecc_1455 {
  width: 0.8rem;
}

._snackbarIconClose_12ecc_1455:hover {
  cursor: pointer;
}

._table_12ecc_1243 {
  width: 100%;
  margin-bottom: 1rem;
}

._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254) {
  background: #ffffff;
}

._table_12ecc_1243 tr:nth-child(2n+3) {
  background: #f5f5f5;
}

._table_12ecc_1243 tr:last-child {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._table_12ecc_1243 td {
  padding: 0.8rem 0.7rem;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
}

._table_12ecc_1243 td ._isAlert_12ecc_1014 {
  color: #ff5a33;
}

._tableHeader_12ecc_1254 {
  background: #282828;
}

._tableHeader_12ecc_1254 th {
  padding: 0.4rem 0.7rem;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-align: left;
  position: relative;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508 {
  display: block;
  width: calc(100% - 0.5rem);
  padding-right: 0.5rem;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508::before {
  content: "";
  border-top: 0.4rem #ffffff solid;
  border-right: 0.35rem transparent solid;
  border-left: 0.35rem transparent solid;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  opacity: 0.4;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508:hover {
  cursor: pointer;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508:hover::before {
  opacity: 1;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508._isActiveZa_12ecc_1538::before {
  opacity: 1;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508._isActiveZa_12ecc_1538:hover::before {
  border-top: none;
  border-right: 0.35rem transparent solid;
  border-bottom: 0.4rem #ffffff solid;
  border-left: 0.35rem transparent solid;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508._isActiveAz_12ecc_1549::before {
  border-top: none;
  border-right: 0.35rem transparent solid;
  border-bottom: 0.4rem #ffffff solid;
  border-left: 0.35rem transparent solid;
  opacity: 1;
}

._tableHeader_12ecc_1254 th ._hasSort_12ecc_1508._isActiveAz_12ecc_1549:hover::before {
  border-top: 0.4rem #ffffff solid;
  border-right: 0.35rem transparent solid;
  border-bottom: none;
  border-left: 0.35rem transparent solid;
}

._tableHeader_12ecc_1254 th:not(:last-child) {
  border-right: 1px #999999 solid;
}

._tableHeader_12ecc_1254 th:not(:last-child)::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
  right: -0.3rem;
  z-index: 3;
}

._tableHeader_12ecc_1254 th._noLine_12ecc_1579 {
  border-right: none;
}

._tableHeader_12ecc_1254 th._noLine_12ecc_1579::after {
  display: none;
}

._wrap_12ecc_200._home_12ecc_1587 {
  background: url("/assets/top-bg-f0d971d1.png") no-repeat center 20vh;
  background-size: cover;
}

@media only screen and (min-width: 1280px) {
  ._wrap_12ecc_200._home_12ecc_1587 {
    background: url("/assets/top-bg-f0d971d1.png") no-repeat center 18vh;
    background-size: cover;
  }
}
._header_12ecc_208._home_12ecc_1587 {
  background: none;
  box-shadow: none;
}

._header_12ecc_208._home_12ecc_1587 ._headerLogo_12ecc_219 {
  margin: 2rem 2.5rem 2rem;
}

._header_12ecc_208._home_12ecc_1587 ._headerSub_12ecc_231 {
  display: none;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_12ecc_1612 {
    width: 1064px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
._pgHome_12ecc_1612 ._ODMSlogo_12ecc_1621 {
  text-align: center;
  padding: 2rem 0 0;
}

._pgHome_12ecc_1612 ._ODMSlogo_12ecc_1621 img {
  width: 200px;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_12ecc_1612 ._ODMSlogo_12ecc_1621 {
    width: 400px;
    margin: 3vh 0 0 0;
    padding: 0 0 0;
    text-align: center;
  }
  ._pgHome_12ecc_1612 ._ODMSlogo_12ecc_1621 img {
    width: auto;
    vertical-align: middle;
  }
}
._pgHome_12ecc_1612 > div {
  width: 400px;
  margin: 3rem auto 0;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0 0 5px #aaa;
  border-radius: 0.3rem;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_12ecc_1612 > div {
    margin: 3vh 0 0 0;
  }
}
._pgHomeLinks_12ecc_1656 {
  width: calc(400px - 4rem);
  margin: 0 auto;
  text-align: center;
}

._pgHomeLinks_12ecc_1656 dt {
  padding: 0 0 0.5rem 1rem;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}

._pgHomeLinks_12ecc_1656 dt:first-of-type {
  display: inline-block;
  width: 45%;
  padding: 0 0 0.5rem 0;
}

._pgHomeLinks_12ecc_1656 dd a ._buttonIcon_12ecc_1677 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._pgHomeLinks_12ecc_1656 dd a:hover ._buttonIcon_12ecc_1677 {
  top: 50%;
  right: 1.7rem;
  opacity: 1;
}

._pgHomeLinks_12ecc_1656 dd:first-of-type {
  display: inline-block;
  width: 45%;
  text-align: left;
}

._pgHomeLinks_12ecc_1656 dd ._formInput_12ecc_657 {
  width: auto;
}

._account_12ecc_293 > div,
._user_12ecc_1708 > div,
._license_12ecc_1709 > div,
._dictation_12ecc_1710 > div,
._partners_12ecc_1711 > div,
._workflow_12ecc_1712 > div,
._support_12ecc_1713 > div {
  padding: 0 2rem;
  position: relative;
}

._account_12ecc_293 > div ._icLoading_12ecc_1081,
._user_12ecc_1708 > div ._icLoading_12ecc_1081,
._license_12ecc_1709 > div ._icLoading_12ecc_1081,
._dictation_12ecc_1710 > div ._icLoading_12ecc_1081,
._partners_12ecc_1711 > div ._icLoading_12ecc_1081,
._workflow_12ecc_1712 > div ._icLoading_12ecc_1081,
._support_12ecc_1713 > div ._icLoading_12ecc_1081 {
  top: 5.5rem;
  left: calc(50% - 25px);
}

._account_12ecc_293 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729,
._user_12ecc_1708 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729,
._license_12ecc_1709 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729,
._dictation_12ecc_1710 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729,
._partners_12ecc_1711 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729,
._workflow_12ecc_1712 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729,
._support_12ecc_1713 ._table_12ecc_1243 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729 {
  width: 0px;
  padding: 0 0;
}

._account_12ecc_293 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254),
._user_12ecc_1708 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254),
._license_12ecc_1709 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254),
._dictation_12ecc_1710 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254),
._partners_12ecc_1711 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254),
._workflow_12ecc_1712 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254),
._support_12ecc_1713 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254) {
  position: relative;
}

._account_12ecc_293 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750,
._user_12ecc_1708 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750,
._license_12ecc_1709 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750,
._dictation_12ecc_1710 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750,
._partners_12ecc_1711 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750,
._workflow_12ecc_1712 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750,
._support_12ecc_1713 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254):hover ._menuInTable_12ecc_1750 {
  opacity: 1;
}

._account_12ecc_293 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760,
._user_12ecc_1708 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760,
._license_12ecc_1709 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760,
._dictation_12ecc_1710 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760,
._partners_12ecc_1711 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760,
._workflow_12ecc_1712 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760,
._support_12ecc_1713 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 {
  background: #0084b2;
  color: #ffffff;
}

._account_12ecc_293 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover,
._user_12ecc_1708 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover,
._license_12ecc_1709 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover,
._dictation_12ecc_1710 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover,
._partners_12ecc_1711 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover,
._workflow_12ecc_1712 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover,
._support_12ecc_1713 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760:hover {
  color: #ffffff;
}

._account_12ecc_293 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750,
._user_12ecc_1708 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750,
._license_12ecc_1709 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750,
._dictation_12ecc_1710 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750,
._partners_12ecc_1711 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750,
._workflow_12ecc_1712 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750,
._support_12ecc_1713 ._table_12ecc_1243 tr:not(._tableHeader_12ecc_1254)._isSelected_12ecc_1760 ._menuInTable_12ecc_1750 {
  display: block;
}

._account_12ecc_293 ._table_12ecc_1243 td,
._user_12ecc_1708 ._table_12ecc_1243 td,
._license_12ecc_1709 ._table_12ecc_1243 td,
._dictation_12ecc_1710 ._table_12ecc_1243 td,
._partners_12ecc_1711 ._table_12ecc_1243 td,
._workflow_12ecc_1712 ._table_12ecc_1243 td,
._support_12ecc_1713 ._table_12ecc_1243 td {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

._account_12ecc_293 ._table_12ecc_1243 td._clm0_12ecc_1729,
._user_12ecc_1708 ._table_12ecc_1243 td._clm0_12ecc_1729,
._license_12ecc_1709 ._table_12ecc_1243 td._clm0_12ecc_1729,
._dictation_12ecc_1710 ._table_12ecc_1243 td._clm0_12ecc_1729,
._partners_12ecc_1711 ._table_12ecc_1243 td._clm0_12ecc_1729,
._workflow_12ecc_1712 ._table_12ecc_1243 td._clm0_12ecc_1729,
._support_12ecc_1713 ._table_12ecc_1243 td._clm0_12ecc_1729 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

._account_12ecc_293 ._table_12ecc_1243._user_12ecc_1708 th::after,
._user_12ecc_1708 ._table_12ecc_1243._user_12ecc_1708 th::after,
._license_12ecc_1709 ._table_12ecc_1243._user_12ecc_1708 th::after,
._dictation_12ecc_1710 ._table_12ecc_1243._user_12ecc_1708 th::after,
._partners_12ecc_1711 ._table_12ecc_1243._user_12ecc_1708 th::after,
._workflow_12ecc_1712 ._table_12ecc_1243._user_12ecc_1708 th::after,
._support_12ecc_1713 ._table_12ecc_1243._user_12ecc_1708 th::after {
  display: none;
}

._account_12ecc_293 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td,
._user_12ecc_1708 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td,
._license_12ecc_1709 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td,
._dictation_12ecc_1710 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td,
._partners_12ecc_1711 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td,
._workflow_12ecc_1712 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td,
._support_12ecc_1713 ._table_12ecc_1243._user_12ecc_1708 tr:not(._tableHeader_12ecc_1254) td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._user_12ecc_1708 ._table_12ecc_1243 {
  margin-bottom: 0;
}

._user_12ecc_1708 ._tableWrap_12ecc_1243 {
  max-width: calc(100vw - 5.1rem);
  max-height: 90vh;
  overflow-x: scroll;
  margin-bottom: 5rem;
}

._formList_12ecc_581._userImport_12ecc_1852 ._formTitle_12ecc_601 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_12ecc_581._userImport_12ecc_1852 dt:not(._formTitle_12ecc_601) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_12ecc_581._userImport_12ecc_1852 dt:not(._formTitle_12ecc_601):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_12ecc_581._userImport_12ecc_1852 dt:not(._formTitle_12ecc_601):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_12ecc_581._userImport_12ecc_1852 dd {
  width: 58%;
  padding: 0.2rem 4% 0.2rem 0;
  margin-bottom: 0;
  white-space: pre-line;
  word-wrap: break-word;
  font-size: 0.9rem;
  line-height: 1.2;
}

._formList_12ecc_581._userImport_12ecc_1852 dd._full_12ecc_626 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_12ecc_581._userImport_12ecc_1852 dd._full_12ecc_626 ._buttonText_12ecc_557 {
  padding: 0 0 0.8rem;
}

._formList_12ecc_581._userImport_12ecc_1852 dd ._menuLink_12ecc_1890 {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.5rem 1.5rem 0.5rem 1.3rem;
}

._account_12ecc_293 ._listVertical_12ecc_966 {
  margin-bottom: 3rem;
}

._account_12ecc_293 ._listVertical_12ecc_966 dd ._formInput_12ecc_657 {
  max-width: 100%;
}

._account_12ecc_293 ._listVertical_12ecc_966 dd._full_12ecc_626 {
  width: 100%;
  padding-top: 0;
  background: none;
}

._account_12ecc_293 ._listVertical_12ecc_966 dd._full_12ecc_626._odd_12ecc_1910 {
  background: #f5f5f5;
}

._account_12ecc_293 ._listVertical_12ecc_966 dd._formComment_12ecc_788 {
  text-align: left;
  font-size: 0.9rem;
  word-break: break-word;
}

._account_12ecc_293 ._box100_12ecc_1063 ._formComment_12ecc_788 {
  display: block;
  width: 600px;
  text-align: left;
}

._account_12ecc_293 ._box100_12ecc_1063._alignRight_12ecc_1926 {
  width: calc(1200px + 3rem);
  text-align: right;
}

._account_12ecc_293 ._box100_12ecc_1063._alignRight_12ecc_1926 ._formComment_12ecc_788 {
  margin-left: 648px;
  text-align: right;
}

._menuAction_12ecc_1936 {
  margin-bottom: 0.6rem;
  position: relative;
}

._menuAction_12ecc_1936 li {
  display: inline-block;
  margin-right: 0.5rem;
}

._menuAction_12ecc_1936 li:last-child {
  margin-right: 0;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 {
  margin-bottom: 0;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 ._menuLink_12ecc_1890 {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  opacity: 0;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 ._menuLink_12ecc_1890 ._menuIcon_12ecc_1959 {
  width: 1.2rem;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 ._menuLink_12ecc_1890._isActive_12ecc_275 {
  opacity: 1;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 ._colorLink_12ecc_1967 {
  display: block;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-decoration: none;
  border: 1px #999999 solid;
  border-radius: 0.2rem;
  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 ._colorLink_12ecc_1967._isActive_12ecc_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: inherit;
}

._menuAction_12ecc_1936._inTable_12ecc_1950 ._colorLink_12ecc_1967._isActive_12ecc_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._menuLink_12ecc_1890 {
  display: block;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
  border: 1px #a5a5a5 solid;
  border-radius: 0.2rem;
  opacity: 0.3;
  pointer-events: none;
  background: #ffffff;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._menuLink_12ecc_1890._isActive_12ecc_275 {
  opacity: 1;
  pointer-events: inherit;
}

._menuLink_12ecc_1890._isActive_12ecc_275:hover {
  background: #f5f5f5;
}

._menuIcon_12ecc_1959 {
  width: 1.4rem;
  margin-right: 0.4rem;
  vertical-align: bottom;
}

._menuInTable_12ecc_1750 {
  width: auto;
  position: absolute;
  left: 0.7rem;
  bottom: 0.5rem;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._menuInTable_12ecc_1750 li {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}

._menuInTable_12ecc_1750 li:not(:last-child) {
  border-right: 1px #999999 solid;
}

._menuInTable_12ecc_1750 li a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: normal;
  text-decoration: none;
  color: #0084b2;
}

._menuInTable_12ecc_1750 li a:hover {
  opacity: 0.7;
}

._menuInTable_12ecc_1750 li a._isDisable_12ecc_2070 {
  color: #999999;
  pointer-events: none;
}

tr._isSelected_12ecc_1760 ._menuInTable_12ecc_1750 li a {
  color: #ffffff;
}

tr._isSelected_12ecc_1760 ._menuInTable_12ecc_1750 li a._isDisable_12ecc_2070 {
  pointer-events: none;
  opacity: 0.3;
}

._icCheckCircle_12ecc_2084 {
  width: 20px;
  vertical-align: bottom;
}

._icInTable_12ecc_2089 {
  width: 24px;
  vertical-align: bottom;
}

._wrap_12ecc_200._manage_12ecc_2094 ._header_12ecc_208,
._wrap_12ecc_200._manage_12ecc_2094 ._main_12ecc_348 {
  background: #def5fd;
}

._manageInfo_12ecc_2099 {
  width: 800px;
  display: flex;
  justify-content: flex-start;
  padding: 0.2rem 1.5rem;
  color: #0084b2;
  border: 1px #0084b2 solid;
  border-radius: 0.3rem;
  background: #def5fd;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 5;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._manage_12ecc_2094 ._txNormal_12ecc_2120 {
  width: calc(800px - 3rem - 3.3rem);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
  padding-top: 0.5rem;
  line-height: 1.4;
}

._manage_12ecc_2094 ._txNormal_12ecc_2120 span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

._manageIcon_12ecc_2139 {
  width: 1.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(1954%) hue-rotate(172deg) brightness(90%) contrast(101%);
}

._manageIconClose_12ecc_2146 {
  width: 1.5rem;
  filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(1954%) hue-rotate(172deg) brightness(90%) contrast(101%);
}

._manageIconClose_12ecc_2146:hover {
  cursor: pointer;
}

._license_12ecc_1709 ._checkAvail_12ecc_2155 {
  height: 30px;
  padding: 0 0.3rem 0.3rem 0;
  margin-top: -30px;
  box-sizing: border-box;
}

._license_12ecc_1709 ._checkAvail_12ecc_2155 label {
  cursor: pointer;
}

._license_12ecc_1709 ._checkAvail_12ecc_2155 label ._formCheck_12ecc_720 {
  vertical-align: middle;
}

._license_12ecc_1709 ._listVertical_12ecc_966 dd img[src*=circle] {
  filter: brightness(0) saturate(100%) invert(58%) sepia(41%) saturate(5814%) hue-rotate(143deg) brightness(96%) contrast(101%);
}

._license_12ecc_1709 ._listVertical_12ecc_966 dd img[src*=block] {
  filter: brightness(0) saturate(100%) invert(45%) sepia(77%) saturate(2633%) hue-rotate(340deg) brightness(102%) contrast(101%);
}

._license_12ecc_1709 ._table_12ecc_1243._history_12ecc_2178 {
  width: 1400px;
}

._license_12ecc_1709 ._table_12ecc_1243._history_12ecc_2178 td:last-child {
  width: 200px;
  text-align: right;
}

._license_12ecc_1709 ._table_12ecc_1243._history_12ecc_2178 ._tableHeader_12ecc_1254 th {
  line-height: 1.5em;
  min-height: 3em;
}

._license_12ecc_1709 ._table_12ecc_1243._cardHistory_12ecc_2192 {
  width: 750px;
}

._license_12ecc_1709 ._table_12ecc_1243._cardHistory_12ecc_2192 td:last-child {
  width: 50%;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr {
  position: relative;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr td[title="View child accounts"] {
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
  background-size: none;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr td[title="View child accounts"]:hover {
  color: #0084b2;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr td[title="View child accounts"] a {
  color: inherit;
  text-decoration: none;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr td[title="View child accounts"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 8px #282828 solid;
  transform: translateY(-50%);
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr td[title=Return] {
  position: relative;
  cursor: pointer;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr td[title=Return]:hover {
  color: #0084b2;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240::after {
  content: "";
  width: 100%;
  border-bottom: 1px #999999 solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240 td {
  padding: 0.3rem 0.7rem;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240 td:nth-child(n+2) {
  color: #999999;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240 td:first-child {
  padding-left: 1.5rem;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240 td:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  border-top: 8px #282828 solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  transform: translateY(-50%);
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240 ~ tr td:first-child {
  padding-left: 2.5rem;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 tr._isOpen_12ecc_2240 ~ tr td:first-child::before {
  top: 50%;
  left: 1.4rem;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 td:last-child {
  min-width: 120px;
  text-align: right;
}

._license_12ecc_1709 ._table_12ecc_1243._licenseSummary_12ecc_2286 tr._tableHeader_12ecc_1254 th {
  font-size: 1.2rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  white-space: pre-line;
  min-width: 10rem;
}

._license_12ecc_1709 ._table_12ecc_1243._licenseSummary_12ecc_2286 tr._tableHeader_12ecc_1254 th:nth-of-type(1) {
  padding: 0.4rem 0 0.4rem 4%;
}

._license_12ecc_1709 ._table_12ecc_1243._licenseSummary_12ecc_2286 tr td {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  white-space: pre-line;
}

._license_12ecc_1709 ._table_12ecc_1243._licenseSummary_12ecc_2286 tr td:nth-of-type(1) {
  padding: 0.8rem 4%;
}

._formList_12ecc_581 dd._ownerChange_12ecc_2312 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

._formList_12ecc_581 dd._ownerChange_12ecc_2312 p._Owner_12ecc_2319,
._formList_12ecc_581 dd._ownerChange_12ecc_2312 p._newOwner_12ecc_2320 {
  width: 150px;
}

._formList_12ecc_581 dd._ownerChange_12ecc_2312 ._arrowR_12ecc_2324 {
  width: 8%;
  height: 20px;
  margin-top: 10px;
  margin-right: 2%;
  background: #e6e6e6;
  position: relative;
}

._formList_12ecc_581 dd._ownerChange_12ecc_2312 ._arrowR_12ecc_2324::after {
  content: "";
  border-top: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px #e6e6e6 solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

._formList_12ecc_581 dd._ownerChange_12ecc_2312 + ._full_12ecc_626 {
  width: 66%;
  margin-left: 30%;
  margin-bottom: -10px;
  text-align: center;
}

._formList_12ecc_581 dd._ownerChange_12ecc_2312 + ._full_12ecc_626 ._transOwner_12ecc_2351 {
  width: 100px;
}

._formList_12ecc_581 dd._lowerTrans_12ecc_2355 {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

._formList_12ecc_581 dd._lowerTrans_12ecc_2355 select,
._formList_12ecc_581 dd._lowerTrans_12ecc_2355 span {
  margin: 0 auto;
}

._formList_12ecc_581 dd ._txName_12ecc_2366 {
  display: block;
  width: 150px;
  padding: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._dictation_12ecc_1710 ._menuAction_12ecc_1936 {
  margin-top: -1rem;
  height: 34px;
  position: relative;
}

._dictation_12ecc_1710 ._menuAction_12ecc_1936:not(:first-child) {
  margin-top: 0.6rem;
}

._dictation_12ecc_1710 ._menuAction_12ecc_1936 ._alignLeft_12ecc_2385 {
  position: absolute;
  left: 0;
}

._dictation_12ecc_1710 ._menuAction_12ecc_1936 ._alignLeft_12ecc_2385 ._menuLink_12ecc_1890 {
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

._dictation_12ecc_1710 ._menuAction_12ecc_1936 ._alignLeft_12ecc_2385 ._menuIcon_12ecc_1959 {
  margin-right: 0;
  margin-left: 0.4rem;
}

._dictation_12ecc_1710 ._displayOptions_12ecc_2399 {
  display: none;
  margin-bottom: 0.6rem;
  padding: 0.3rem 1rem;
  background: #f0f0f0;
  position: relative;
}

._dictation_12ecc_1710 ._displayOptions_12ecc_2399 li {
  display: inline-block;
}

._dictation_12ecc_1710 ._displayOptions_12ecc_2399 li label {
  padding: 0.3rem 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: normal;
}

._dictation_12ecc_1710 ._displayOptions_12ecc_2399 li label ._formCheck_12ecc_720 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_12ecc_1710 ._displayOptions_12ecc_2399._isShow_12ecc_1106 {
  display: block;
}

._dictation_12ecc_1710 ._displayOptions_12ecc_2399::before {
  content: "";
  border-right: 0.6rem transparent solid;
  border-bottom: 0.6rem #f0f0f0 solid;
  border-left: 0.6rem transparent solid;
  position: absolute;
  top: -0.5rem;
  right: 3rem;
}

._dictation_12ecc_1710 ._table_12ecc_1243 {
  margin-bottom: 0;
}

._dictation_12ecc_1710 tr._historyTaskRow_12ecc_2443 {
  background-color: #bebebe;
  border-bottom: 1px solid #ffffff;
}

._dictation_12ecc_1710 ._selectGetTask_12ecc_2448 {
  display: flex;
  gap: 0.5rem;
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

._dictation_12ecc_1710 ._verticalDivider_12ecc_2455 {
  border-left: 1.5px solid black;
  height: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
  vertical-align: bottom;
}

._dictation_12ecc_1710 ._selectGetTaskLink_12ecc_2464 {
  cursor: pointer;
  text-decoration: none;
  display: inline;
  align-items: center;
  font-size: 14px;
  color: #828282;
}

._dictation_12ecc_1710 ._selectGetTaskLinkActive_12ecc_2473 {
  color: #0084b2;
  text-decoration: underline solid #0084b2;
}

._dictation_12ecc_1710 ._tableFilter_12ecc_2478 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

._dictation_12ecc_1710 ._tableFilter_12ecc_2478 li {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: normal;
}

._dictation_12ecc_1710 ._tableFilter_12ecc_2478 li label {
  cursor: pointer;
}

._dictation_12ecc_1710 ._tableFilter_12ecc_2478 li label ._formCheck_12ecc_720 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.02rem;
  font-weight: normal;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 li a {
  display: block;
  color: #0084b2;
  text-decoration: none;
  padding-right: 0.5rem;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 li a:hover {
  opacity: 0.7;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 li a._isDisable_12ecc_2070 {
  color: #999999;
  pointer-events: none;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 li a span {
  display: inline-block;
  padding: 0 0.2rem;
  color: #333333;
}

._dictation_12ecc_1710 ._tableFilter2_12ecc_2502 li:not(:last-child) a {
  border-right: 1px #999999 solid;
}

._dictation_12ecc_1710 ._tableWrap_12ecc_1243 {
  max-width: calc(100vw - 5.1rem);
  max-height: 90vh;
  overflow-x: scroll;
  margin-bottom: 1rem;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 {
  position: relative;
  min-width: 100%;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr {
  position: relative;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._tableHeader_12ecc_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 3;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._tableHeader_12ecc_1254 th._clm0_12ecc_1729 {
  width: 0px;
  padding: 0 0;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._tableHeader_12ecc_1254 th:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 0.1rem #e6e6e6 solid;
  z-index: -1;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr:hover ._menuInTable_12ecc_1750 {
  opacity: 1;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._isSelected_12ecc_1760 {
  background: #0084b2;
  color: #ffffff;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._isSelected_12ecc_1760:hover {
  color: #ffffff;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._isSelected_12ecc_1760 img[alt=Uploaded],
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._isSelected_12ecc_1760 img[alt=Finished],
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._isSelected_12ecc_1760 img[alt=InProgress],
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 tr._isSelected_12ecc_1760 img[alt=encrypted] {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(110deg) brightness(110%) contrast(101%);
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td ._menuInTable_12ecc_1750 li:nth-child(3) {
  border-right: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td ._menuInTable_12ecc_1750 li a._mnCancel_12ecc_2611 {
  margin-left: 3rem;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td:has(img[alt=encrypted]) {
  text-align: center;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td:has(img[alt=encrypted]) img {
  height: 1.1rem;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td._clm0_12ecc_1729 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td img {
  height: 1.3rem;
  margin-right: 0.2rem;
  margin-left: -0.4rem;
  vertical-align: middle;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710 td._txWsline_12ecc_2639 {
  white-space: pre;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hidePri_12ecc_2643 th._opPri_12ecc_2643,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hidePri_12ecc_2643 td._opPri_12ecc_2643 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideSize_12ecc_2648 th._opSize_12ecc_2648,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideSize_12ecc_2648 td._opSize_12ecc_2648 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideUpd_12ecc_2653 th._opUpd_12ecc_2653,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideUpd_12ecc_2653 td._opUpd_12ecc_2653 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC1_12ecc_2658 th._clm1_12ecc_733,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC1_12ecc_2658 td._clm1_12ecc_733 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC2_12ecc_2663 th._clm2_12ecc_2663,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC2_12ecc_2663 td._clm2_12ecc_2663 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC3_12ecc_2668 th._clm3_12ecc_2668,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC3_12ecc_2668 td._clm3_12ecc_2668 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC4_12ecc_2673 th._clm4_12ecc_2673,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC4_12ecc_2673 td._clm4_12ecc_2673 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC5_12ecc_2678 th._clm5_12ecc_2678,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC5_12ecc_2678 td._clm5_12ecc_2678 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC6_12ecc_2683 th._clm6_12ecc_2683,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC6_12ecc_2683 td._clm6_12ecc_2683 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC7_12ecc_2688 th._clm7_12ecc_2688,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC7_12ecc_2688 td._clm7_12ecc_2688 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC8_12ecc_2693 th._clm8_12ecc_2693,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC8_12ecc_2693 td._clm8_12ecc_2693 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC9_12ecc_2698 th._clm9_12ecc_2698,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC9_12ecc_2698 td._clm9_12ecc_2698 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC10_12ecc_2703 th._clm10_12ecc_2703,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC10_12ecc_2703 td._clm10_12ecc_2703 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC11_12ecc_2708 th._clm11_12ecc_2708,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC11_12ecc_2708 td._clm11_12ecc_2708 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC12_12ecc_2713 th._clm12_12ecc_2713,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC12_12ecc_2713 td._clm12_12ecc_2713 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC13_12ecc_2718 th._clm13_12ecc_2718,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC13_12ecc_2718 td._clm13_12ecc_2718 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC14_12ecc_2723 th._clm14_12ecc_2723,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC14_12ecc_2723 td._clm14_12ecc_2723 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC15_12ecc_2728 th._clm15_12ecc_2728,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC15_12ecc_2728 td._clm15_12ecc_2728 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC16_12ecc_2733 th._clm16_12ecc_2733,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC16_12ecc_2733 td._clm16_12ecc_2733 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC17_12ecc_2738 th._clm17_12ecc_2738,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideC17_12ecc_2738 td._clm17_12ecc_2738 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO1_12ecc_2743 th._op1_12ecc_2743,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO1_12ecc_2743 td._op1_12ecc_2743 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO2_12ecc_2748 th._op2_12ecc_2748,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO2_12ecc_2748 td._op2_12ecc_2748 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO3_12ecc_2753 th._op3_12ecc_2753,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO3_12ecc_2753 td._op3_12ecc_2753 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO4_12ecc_2758 th._op4_12ecc_2758,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO4_12ecc_2758 td._op4_12ecc_2758 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO5_12ecc_2763 th._op5_12ecc_2763,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO5_12ecc_2763 td._op5_12ecc_2763 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO6_12ecc_2768 th._op6_12ecc_2768,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO6_12ecc_2768 td._op6_12ecc_2768 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO7_12ecc_2773 th._op7_12ecc_2773,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO7_12ecc_2773 td._op7_12ecc_2773 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO8_12ecc_2778 th._op8_12ecc_2778,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO8_12ecc_2778 td._op8_12ecc_2778 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO9_12ecc_2783 th._op9_12ecc_2783,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO9_12ecc_2783 td._op9_12ecc_2783 {
  display: none;
}

._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO10_12ecc_2788 th._op10_12ecc_2788,
._dictation_12ecc_1710 ._table_12ecc_1243._dictation_12ecc_1710._hideO10_12ecc_2788 td._op10_12ecc_2788 {
  display: none;
}

._formList_12ecc_581._property_12ecc_2793 ._formTitle_12ecc_601 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_12ecc_581._property_12ecc_2793 dt:not(._formTitle_12ecc_601) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_12ecc_581._property_12ecc_2793 dt:not(._formTitle_12ecc_601):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_12ecc_581._property_12ecc_2793 dt:not(._formTitle_12ecc_601):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_12ecc_581._property_12ecc_2793 dt:has(+ dd._hasInput_12ecc_2812) {
  padding-top: 0.4rem;
}

._formList_12ecc_581._property_12ecc_2793 dd {
  width: 58%;
  padding: 0.2rem 4% 0.2rem 0;
  margin-bottom: 0;
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 1.2;
}

._formList_12ecc_581._property_12ecc_2793 dd img {
  height: 1.1rem;
}

._formList_12ecc_581._property_12ecc_2793 dd ._formInput_12ecc_657._short_12ecc_695 {
  width: 250px;
  padding: 0.3rem 0.3rem 0.1rem;
}

._formList_12ecc_581._property_12ecc_2793 dd ._formSubmit_12ecc_818 {
  min-width: auto;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.5rem;
}

._formList_12ecc_581._property_12ecc_2793 dd._full_12ecc_626 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_12ecc_581._property_12ecc_2793 dd._full_12ecc_626 ._buttonText_12ecc_557 {
  padding: 0 0 0.8rem;
}

._formList_12ecc_581._property_12ecc_2793 dd._full_12ecc_626 ._buttonText_12ecc_557 img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

._formList_12ecc_581 dd._formChange_12ecc_2855 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  padding: 0 4%;
}

._formList_12ecc_581 dd._formChange_12ecc_2855 ul._chooseMember_12ecc_2864,
._formList_12ecc_581 dd._formChange_12ecc_2855 ul._holdMember_12ecc_2865 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li._changeTitle_12ecc_2878,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li._changeTitle_12ecc_2878 {
  font-weight: 600;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li ._formCheck_12ecc_720,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li ._formCheck_12ecc_720 {
  display: none;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input + label,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input + label {
  display: block;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-right: 0;
  background: url(/assets/circle-95dc570e.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input + label:hover,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input:checked + label,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input:checked + label {
  padding: 0.2rem 1rem 0.2rem 0;
  background: url(/assets/check_circle_fill-84ad6bbe.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input:checked + label:hover,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 > p {
  width: 6%;
  height: 20px;
  background: #e6e6e6;
  position: relative;
}

._formChange_12ecc_2855 > p::before {
  content: "";
  border-top: 20px transparent solid;
  border-right: 20px #e6e6e6 solid;
  border-bottom: 20px transparent solid;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

._formChange_12ecc_2855 > p::after {
  content: "";
  border-top: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px #e6e6e6 solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711 {
  position: relative;
  min-width: 100%;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711 tr {
  position: relative;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711 tr._tableHeader_12ecc_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 1;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711 tr._tableHeader_12ecc_1254 th::after {
  display: none;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711 td._txWsline_12ecc_2639 {
  white-space: pre;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 td {
  vertical-align: middle;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 td:last-child {
  overflow: visible !important;
  white-space: normal !important;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936,
._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._inTable_12ecc_1950 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936 li,
._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._inTable_12ecc_1950 li {
  margin-bottom: 0.25rem;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936 a,
._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._inTable_12ecc_1950 a {
  white-space: nowrap;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711._role4_12ecc_3002 {
  margin-top: 3rem;
}

._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711:not(._role4_12ecc_3002) tr th:last-of-type,
._partners_12ecc_1711 ._table_12ecc_1243._partner_12ecc_1711:not(._role4_12ecc_3002) tr td:last-of-type {
  display: none;
}

._workflow_12ecc_1712 ._table_12ecc_1243 {
  margin-bottom: 0;
}

._workflow_12ecc_1712 ._table_12ecc_1243._workflow_12ecc_1712 {
  min-width: 100%;
}

._workflow_12ecc_1712 ._table_12ecc_1243._workflow_12ecc_1712 tr {
  position: relative;
}

._workflow_12ecc_1712 ._table_12ecc_1243._workflow_12ecc_1712 th::after {
  display: none;
}

._workflow_12ecc_1712 ._table_12ecc_1243._workflow_12ecc_1712 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._workflow_12ecc_1712 ._table_12ecc_1243._workflow_12ecc_1712 td._txWsline_12ecc_2639 {
  white-space: pre;
}

._workflow_12ecc_1712 ._table_12ecc_1243._group_12ecc_3036,
._workflow_12ecc_1712 ._table_12ecc_1243._template_12ecc_3037 {
  width: 600px;
}

._workflow_12ecc_1712 ._table_12ecc_1243._group_12ecc_3036 td:last-child,
._workflow_12ecc_1712 ._table_12ecc_1243._template_12ecc_3037 td:last-child {
  text-align: right;
}

._workflow_12ecc_1712 ._table_12ecc_1243._worktype_12ecc_3046 {
  width: 1000px;
}

._workflow_12ecc_1712 ._table_12ecc_1243._worktype_12ecc_3046 td:last-child {
  text-align: right;
}

._workflow_12ecc_1712 ._table_12ecc_1243 ._menuLink_12ecc_1890 {
  min-width: 3rem;
  text-align: center;
}

._workflow_12ecc_1712 ._menuAction_12ecc_1936._worktype_12ecc_3046 {
  width: 1000px;
}

._workflow_12ecc_1712 ._menuAction_12ecc_1936._worktype_12ecc_3046 ._selectMenu_12ecc_3063 {
  padding-top: 0.5rem;
  float: right;
  font-size: 0.9rem;
}

._workflow_12ecc_1712 ._menuAction_12ecc_1936._worktype_12ecc_3046 ._formInput_12ecc_657 {
  max-width: 350px;
  margin-left: 0.5rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  text-overflow: ellipsis;
}

._formList_12ecc_581 dd._formChange_12ecc_2855 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  padding: 0 4%;
}

._formList_12ecc_581 dd._formChange_12ecc_2855 ul._chooseMember_12ecc_2864,
._formList_12ecc_581 dd._formChange_12ecc_2855 ul._holdMember_12ecc_2865 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li._changeTitle_12ecc_2878,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li._changeTitle_12ecc_2878 {
  font-weight: 600;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li ._formCheck_12ecc_720,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li ._formCheck_12ecc_720 {
  display: none;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input + label,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input + label {
  display: block;
  padding: 0.4rem 0 0.4rem 1.5rem;
  margin-right: 0;
  background: url(/assets/circle-95dc570e.svg) no-repeat left center;
  background-size: 1.3rem;
  white-space: pre-line;
  word-break: break-all;
  line-height: 1.3;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input + label:hover,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input:checked + label,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input:checked + label {
  padding: 0.4rem 1.5rem 0.4rem 0;
  background: url(/assets/check_circle_fill-84ad6bbe.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 ul._chooseMember_12ecc_2864 li input:checked + label:hover,
._formChange_12ecc_2855 ul._holdMember_12ecc_2865 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_12ecc_2855 > p {
  width: 6%;
  height: 20px;
  background: #e6e6e6;
  position: relative;
}

._formChange_12ecc_2855 > p::before {
  content: "";
  border-top: 20px transparent solid;
  border-right: 20px #e6e6e6 solid;
  border-bottom: 20px transparent solid;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

._formChange_12ecc_2855 > p::after {
  content: "";
  border-top: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px #e6e6e6 solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

._alignCenter_12ecc_611 {
  text-align: center;
}

._alignLeft_12ecc_2385 {
  text-align: left;
}

._alignRight_12ecc_1926 {
  text-align: right;
}

._floatNone_12ecc_3182 {
  float: none;
}

._floatLeft_12ecc_3186 {
  float: left;
}

._floatRight_12ecc_3190 {
  float: right;
}

._linkTx_12ecc_3194 {
  color: #0084b2;
  text-decoration: none;
  cursor: pointer;
}

._linkTx_12ecc_3194 img {
  width: 1rem;
  margin: 0 4px;
  vertical-align: middle;
}

._linkTx_12ecc_3194:hover {
  text-decoration: underline;
}

._linkBottom_12ecc_3210 {
  margin-top: 5rem;
  padding: 0 2rem;
  font-size: 14px;
}

._borderTop_12ecc_3216 {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._borderBottom_12ecc_3220 {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._marginBtm0_12ecc_3224 {
  margin-bottom: 0.5rem;
}

._marginBtm1_12ecc_3228 {
  margin-bottom: 1rem;
}

._marginBtm2_12ecc_3232 {
  margin-bottom: 2rem;
}

._marginBtm3_12ecc_3236 {
  margin-bottom: 3rem;
}

._marginBtm5_12ecc_3240 {
  margin-bottom: 5rem;
}

._marginRgt1_12ecc_3244 {
  margin-right: 0.9rem;
}

._marginRgt2_12ecc_3248 {
  margin-right: 1.5rem;
}

._marginRgt3_12ecc_3252 {
  margin-right: 3rem;
}

._paddSide0_12ecc_3256 {
  padding: 0 0.5rem;
}

._paddSide1_12ecc_3260 {
  padding: 0 1rem;
}

._paddSide2_12ecc_3264 {
  padding: 0 2rem;
}

._paddSide3_12ecc_3268 {
  padding: 0 3rem;
}

._txContents_12ecc_3272 {
  padding: 3rem;
}

._txNormal_12ecc_2120 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

._txIcon_12ecc_3283 {
  width: 1.1rem;
}

._txWsline_12ecc_2639 {
  white-space: pre-line;
}

._txWswrap_12ecc_3291 {
  white-space: pre-wrap;
}

._modal_12ecc_1099._isShow_12ecc_1106 ._searchModalBox_12ecc_3295 {
  display: block;
}

._searchModalBox_12ecc_3295 {
  display: none;
  width: 70vw; /* 70% of the viewport width */
  height: 70vh; /* 70% of the viewport height */
  max-height: 95vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;
  overflow: auto;
  background-color: #fff;
  padding: 1rem;
}

._searchBar_12ecc_3315 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

._searchInput_12ecc_3321 {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 150px;
}

._headerContainer_12ecc_3328 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: -30px;
}

._breadcrumbPopup_12ecc_3336 {
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 0.3rem 0.3rem;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
}

._brCrumbPartner_12ecc_3350 {
  margin: 0.5rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

._brCrumbPartner_12ecc_3350 li {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  padding-right: 1rem;
}

._brCrumbPartner_12ecc_3350 li:not(:last-child)::after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #333333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

._hoverBlue_12ecc_3380 {
  cursor: pointer;
  color: inherit;
}
._hoverBlue_12ecc_3380:hover {
  color: #0084b2;
}

._overlay_12ecc_3388 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

._overlay_12ecc_3388 ._icLoading_12ecc_1081 {
  position: fixed;
  inset: 0;
  margin: auto;
}

._typistIcon_12ecc_3407 {
  width: auto;
  height: 0.4rem;
  margin-right: 0.25em;
  margin-bottom: 0.2em;
  vertical-align: bottom;
}

._weakMenuOverride_12ecc_3415 {
  position: static;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  width: auto;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936._menuInTable_12ecc_1750,
._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936._inTable_12ecc_1950 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936._menuInTable_12ecc_1750 a,
._license_12ecc_1709 ._table_12ecc_1243._partner_12ecc_1711 ._menuAction_12ecc_1936._inTable_12ecc_1950 a {
  white-space: nowrap;
}

