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_1gbn2_200 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
}

._header_1gbn2_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_1gbn2_219 {
  margin: 1.2rem 2rem 1.5rem;
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

._headerLogo_1gbn2_219 img {
  width: 280px;
}

._headerSub_1gbn2_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_1gbn2_241 {
  width: 100%;
}

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

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

._headerMenu_1gbn2_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_1gbn2_241 ul li a:hover {
  background: #f5f5f5;
  text-decoration: underline;
}

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

._headerMenu_1gbn2_241 ul li a._isActive_1gbn2_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_1gbn2_293 {
  position: absolute;
  right: 2rem;
  bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.6rem;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

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

._accountSignout_1gbn2_308 {
  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_1gbn2_308 ._accountIcon_1gbn2_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_1gbn2_308:hover {
  color: #333333;
}

._accountSignout_1gbn2_308:hover ._accountIcon_1gbn2_303 {
  opacity: 1;
}

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

._main_1gbn2_344 {
  grid-area: main;
}

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

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

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

._footer_1gbn2_364 {
  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_1gbn2_385,
h2 + ._brCrumb_1gbn2_385,
h3 ._brCrumb_1gbn2_385,
h3 + ._brCrumb_1gbn2_385 {
  display: inline;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

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

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

._brCrumbAcc_1gbn2_413 {
  margin-bottom: 1rem;
}

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

._brCrumbAcc_1gbn2_413 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_1gbn2_413 li:nth-of-type(2) {
  margin-left: 1.1rem;
}

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

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

._brCrumbLicense_1gbn2_445 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_1gbn2_445 li:not(:last-child) {
  padding-right: 1.4rem;
}

._brCrumbLicense_1gbn2_445 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_1gbn2_445 li a {
  color: #333333;
  text-decoration: none;
}

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

._buttonNormal_1gbn2_486 {
  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_1gbn2_486:hover {
  background: rgba(0, 64, 134, 0.7);
}

._buttonNormal_1gbn2_486._small_1gbn2_510 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonNormal_1gbn2_486._red_1gbn2_515 {
  background: #e60000;
  border: 1px #e60000 solid;
}

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

._buttonBase_1gbn2_524 {
  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_1gbn2_524:hover {
  background: rgba(0, 64, 134, 0.04);
}

._buttonBase_1gbn2_524._small_1gbn2_510 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonText_1gbn2_553 {
  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_1gbn2_553:hover {
  opacity: 0.7;
}

._buttonText_1gbn2_553._small_1gbn2_510 {
  width: auto;
  padding: 0.75rem 0;
}

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

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

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

._formList_1gbn2_577 dt._formTitle_1gbn2_597 {
  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_1gbn2_577 dt._formTitle_1gbn2_597._alignCenter_1gbn2_607 {
  text-align: center;
}

._formList_1gbn2_577 dt._overLine_1gbn2_611 {
  padding: 0 4% 0;
  line-height: 1.4;
}

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

._formList_1gbn2_577 dd._full_1gbn2_622 {
  width: 100%;
  padding-right: 0;
  background: none;
}

._formList_1gbn2_577._hasbg_1gbn2_628 {
  border-top: 2px #282828 solid;
  background: #fafafa;
}

._form_1gbn2_577 select {
  text-overflow: ellipsis;
}

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

._form_1gbn2_577 select option {
  color: #333333;
}

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

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

._formInput_1gbn2_653 {
  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_1gbn2_653:focus {
  outline: 0;
}

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

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

._formInput_1gbn2_653._isError_1gbn2_679 {
  background: rgba(229, 0, 0, 0.08);
}

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

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

._formInput_1gbn2_653._short_1gbn2_691 {
  width: 150px;
}

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

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

._formIconEye_1gbn2_702 img {
  width: 2.5rem;
}

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

._formCheck_1gbn2_716:disabled {
  cursor: default;
}

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

._formRadio_1gbn2_729:disabled {
  cursor: default;
}

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

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

._formInputKey_1gbn2_755 {
  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_1gbn2_755:focus {
  outline: 0;
}

._formInputKey_1gbn2_755._isError_1gbn2_679 {
  background: rgba(229, 0, 0, 0.08);
}

._formComment_1gbn2_779 {
  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_1gbn2_790 {
  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_1gbn2_801 {
  width: 350px;
  padding: 0.6rem 0.6rem;
  background: #f0f0f0;
  box-sizing: border-box;
  word-wrap: break-word;
}

._formSubmit_1gbn2_809 {
  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_1gbn2_809._isActive_1gbn2_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: auto;
}

._formSubmit_1gbn2_809._isActive_1gbn2_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._formButtonFul_1gbn2_840 {
  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_1gbn2_840:hover {
  background: #f0f0f0;
}

._formButton_1gbn2_840 {
  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_1gbn2_840:hover {
  background: #f0f0f0;
}

._formDelete_1gbn2_883 {
  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_1gbn2_883:hover {
  background: rgba(230, 0, 0, 0.7);
}

._formBack_1gbn2_908 {
  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_1gbn2_908:hover {
  background: #f0f0f0;
}

._formButtonTx_1gbn2_928 {
  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_1gbn2_928:hover {
  text-decoration: underline;
}

._formDone_1gbn2_948 {
  width: 100px;
}

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

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

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

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

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

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

._listVertical_1gbn2_957 dt._overLine_1gbn2_611 {
  padding: 0.4rem 4%;
  line-height: 1.15;
}

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

._listVertical_1gbn2_957 dd ._isAlert_1gbn2_1005 {
  color: #ff5a33;
}

._listDocument_1gbn2_1009 {
  margin-bottom: 3rem;
}

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

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

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

._boxFlex_1gbn2_1030._aru_1gbn2_1035 {
  justify-content: space-around;
}

._boxFlex_1gbn2_1030._btw_1gbn2_1039 {
  justify-content: space-between;
}

._boxFlex_1gbn2_1030._str_1gbn2_1043 {
  align-items: flex-start;
}

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

._box100_1gbn2_1054 {
  width: 100%;
}

._box50_1gbn2_1058 {
  width: 50%;
}

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

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

@keyframes _load_1gbn2_1062 {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._modal_1gbn2_1090 {
  -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_1gbn2_1090._isShow_1gbn2_1097 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 6;
}

._modal_1gbn2_1090._isShow_1gbn2_1097 ._modalBox_1gbn2_1105 {
  display: block;
}

._modalBox_1gbn2_1105 {
  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_1gbn2_1122 {
  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_1gbn2_1122 img:hover {
  cursor: pointer;
}

._modalTitle_1gbn2_1122 img._off_1gbn2_1137 {
  cursor: none;
  pointer-events: none;
  opacity: 0.4;
}

._modalTitleIcon_1gbn2_1143 {
  width: 1rem;
}

._modal_1gbn2_1090 ._formList_1gbn2_577 {
  margin-bottom: 0;
}

._modal_1gbn2_1090 ._formList_1gbn2_577._hasbg_1gbn2_628 {
  border-top: none;
}

._modal_1gbn2_1090 ._formList_1gbn2_577 dd {
  margin-bottom: 0.5rem;
}

._modal_1gbn2_1090 ._formList_1gbn2_577 dd._last_1gbn2_1159 {
  margin-bottom: 1.5rem;
}

._modal_1gbn2_1090 ._formList_1gbn2_577 ._slideSet_1gbn2_1163 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

._modal_1gbn2_1090 ._formList_1gbn2_577 ._slideSet_1gbn2_1163 dt {
  width: 22%;
}

._modal_1gbn2_1090 ._formList_1gbn2_577 ._slideSet_1gbn2_1163 dd {
  width: 66%;
}

._modal_1gbn2_1090 ._formInput_1gbn2_653 {
  padding: 0.5rem 0.8rem;
}

._modal_1gbn2_1090 ._formInput_1gbn2_653[type=file] {
  border: none;
  background: inherit;
}

._modal_1gbn2_1090 ._formInput_1gbn2_653[type=file]._isHide_1gbn2_1186 {
  display: none;
}

._modal_1gbn2_1090 ._form_1gbn2_577 label {
  padding: 0.5rem 0 0.2rem;
}

._modal_1gbn2_1090 ._form_1gbn2_577 label._formFileButton_1gbn2_1194 {
  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_1gbn2_1090 ._form_1gbn2_577 label._formFileButton_1gbn2_1194:hover {
  background: #f0f0f0;
}

._modal_1gbn2_1090 ._formFileName_1gbn2_1215 {
  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_1gbn2_1090 ._form_1gbn2_577 ._icLoading_1gbn2_1072 {
  bottom: 1.5rem;
  left: calc(50% - 25px);
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._tableWrap_1gbn2_1234 {
  max-height: 100%;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234 {
  width: 95%;
  margin: 0 auto;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234 ._tableHeader_1gbn2_1245 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0.4rem 0.5rem;
  background: #282828;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234 td {
  padding: 0.6rem 0.4rem;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234 ._formInput_1gbn2_653 {
  width: inherit;
  padding: 0.2rem 0.5rem;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234._backup_1gbn2_1262 ._formCheck_1gbn2_716 {
  margin-right: 0;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234._backup_1gbn2_1262 th:first-child {
  padding: 0 0.2rem;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234._backup_1gbn2_1262 td {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234._backup_1gbn2_1262 td:first-child {
  padding: 0.6rem 0.2rem;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._table_1gbn2_1234._optionItem_1gbn2_1281 select {
  width: 123px;
}

._modal_1gbn2_1090 ._form_1gbn2_577 ._pagenation_1gbn2_1285 {
  margin-bottom: 1.5rem;
  padding-right: 2.5%;
}

._modal_1gbn2_1090 ._encryptionPass_1gbn2_1290 {
  display: none;
}

._modal_1gbn2_1090 ._encryptionPass_1gbn2_1290._isShow_1gbn2_1097 {
  display: block;
}

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

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

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

._pageTx_1gbn2_1314::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_1gbn2_1285 {
  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_1gbn2_1341 {
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._pagenationNav_1gbn2_1341 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_1gbn2_1341 a._isActive_1gbn2_275 {
  opacity: 1;
  pointer-events: inherit;
}

._pagenationNav_1gbn2_1341 a._isActive_1gbn2_275:hover {
  background: #f5f5f5;
}

._pagenationTotal_1gbn2_1374 {
  color: #999999;
}

._pagenation_1gbn2_1285._widthMid_1gbn2_1378 {
  width: 1400px;
}

._pagenation_1gbn2_1285._widthSml_1gbn2_1382 {
  width: 750px;
}

._pagenation_1gbn2_1285._widthMin_1gbn2_1386 {
  width: 600px;
}

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

._snackbar_1gbn2_1395 {
  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_1gbn2_1395._isShow_1gbn2_1097 {
  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_1gbn2_1395._isAlert_1gbn2_1005 {
  background: #ff5a33;
}

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

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

._snackbarIconClose_1gbn2_1446 {
  width: 0.8rem;
}

._snackbarIconClose_1gbn2_1446:hover {
  cursor: pointer;
}

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

._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245) {
  background: #ffffff;
}

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

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

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

._table_1gbn2_1234 td ._isAlert_1gbn2_1005 {
  color: #ff5a33;
}

._tableHeader_1gbn2_1245 {
  background: #282828;
}

._tableHeader_1gbn2_1245 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_1gbn2_1245 th ._hasSort_1gbn2_1499 {
  display: block;
  width: calc(100% - 0.5rem);
  padding-right: 0.5rem;
}

._tableHeader_1gbn2_1245 th ._hasSort_1gbn2_1499::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_1gbn2_1245 th ._hasSort_1gbn2_1499:hover {
  cursor: pointer;
}

._tableHeader_1gbn2_1245 th ._hasSort_1gbn2_1499:hover::before {
  opacity: 1;
}

._tableHeader_1gbn2_1245 th ._hasSort_1gbn2_1499._isActiveZa_1gbn2_1529::before {
  opacity: 1;
}

._tableHeader_1gbn2_1245 th ._hasSort_1gbn2_1499._isActiveZa_1gbn2_1529:hover::before {
  border-top: none;
  border-right: 0.35rem transparent solid;
  border-bottom: 0.4rem #ffffff solid;
  border-left: 0.35rem transparent solid;
}

._tableHeader_1gbn2_1245 th ._hasSort_1gbn2_1499._isActiveAz_1gbn2_1540::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_1gbn2_1245 th ._hasSort_1gbn2_1499._isActiveAz_1gbn2_1540:hover::before {
  border-top: 0.4rem #ffffff solid;
  border-right: 0.35rem transparent solid;
  border-bottom: none;
  border-left: 0.35rem transparent solid;
}

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

._tableHeader_1gbn2_1245 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_1gbn2_1245 th._noLine_1gbn2_1570 {
  border-right: none;
}

._tableHeader_1gbn2_1245 th._noLine_1gbn2_1570::after {
  display: none;
}

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

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

._header_1gbn2_208._home_1gbn2_1578 ._headerLogo_1gbn2_219 {
  margin: 2rem 2.5rem 2rem;
}

._header_1gbn2_208._home_1gbn2_1578 ._headerSub_1gbn2_231 {
  display: none;
}

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

._pgHome_1gbn2_1603 ._ODMSlogo_1gbn2_1612 img {
  width: 200px;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_1gbn2_1603 ._ODMSlogo_1gbn2_1612 {
    width: 400px;
    margin: 3vh 0 0 0;
    padding: 0 0 0;
    text-align: center;
  }
  ._pgHome_1gbn2_1603 ._ODMSlogo_1gbn2_1612 img {
    width: auto;
    vertical-align: middle;
  }
}
._pgHome_1gbn2_1603 > 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_1gbn2_1603 > div {
    margin: 3vh 0 0 0;
  }
}
._pgHomeLinks_1gbn2_1647 {
  width: calc(400px - 4rem);
  margin: 0 auto;
  text-align: center;
}

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

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

._pgHomeLinks_1gbn2_1647 dd a ._buttonIcon_1gbn2_1668 {
  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_1gbn2_1647 dd a:hover ._buttonIcon_1gbn2_1668 {
  top: 50%;
  right: 1.7rem;
  opacity: 1;
}

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

._pgHomeLinks_1gbn2_1647 dd ._formInput_1gbn2_653 {
  width: auto;
}

._account_1gbn2_293 > div,
._user_1gbn2_1699 > div,
._license_1gbn2_1700 > div,
._dictation_1gbn2_1701 > div,
._partners_1gbn2_1702 > div,
._workflow_1gbn2_1703 > div,
._support_1gbn2_1704 > div {
  padding: 0 2rem;
  position: relative;
}

._account_1gbn2_293 > div ._icLoading_1gbn2_1072,
._user_1gbn2_1699 > div ._icLoading_1gbn2_1072,
._license_1gbn2_1700 > div ._icLoading_1gbn2_1072,
._dictation_1gbn2_1701 > div ._icLoading_1gbn2_1072,
._partners_1gbn2_1702 > div ._icLoading_1gbn2_1072,
._workflow_1gbn2_1703 > div ._icLoading_1gbn2_1072,
._support_1gbn2_1704 > div ._icLoading_1gbn2_1072 {
  top: 5.5rem;
  left: calc(50% - 25px);
}

._account_1gbn2_293 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720,
._user_1gbn2_1699 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720,
._license_1gbn2_1700 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720,
._dictation_1gbn2_1701 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720,
._partners_1gbn2_1702 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720,
._workflow_1gbn2_1703 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720,
._support_1gbn2_1704 ._table_1gbn2_1234 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720 {
  width: 0px;
  padding: 0 0;
}

._account_1gbn2_293 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245),
._user_1gbn2_1699 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245),
._license_1gbn2_1700 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245),
._dictation_1gbn2_1701 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245),
._partners_1gbn2_1702 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245),
._workflow_1gbn2_1703 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245),
._support_1gbn2_1704 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245) {
  position: relative;
}

._account_1gbn2_293 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741,
._user_1gbn2_1699 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741,
._license_1gbn2_1700 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741,
._dictation_1gbn2_1701 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741,
._partners_1gbn2_1702 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741,
._workflow_1gbn2_1703 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741,
._support_1gbn2_1704 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245):hover ._menuInTable_1gbn2_1741 {
  opacity: 1;
}

._account_1gbn2_293 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751,
._user_1gbn2_1699 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751,
._license_1gbn2_1700 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751,
._dictation_1gbn2_1701 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751,
._partners_1gbn2_1702 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751,
._workflow_1gbn2_1703 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751,
._support_1gbn2_1704 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 {
  background: #0084b2;
  color: #ffffff;
}

._account_1gbn2_293 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover,
._user_1gbn2_1699 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover,
._license_1gbn2_1700 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover,
._dictation_1gbn2_1701 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover,
._partners_1gbn2_1702 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover,
._workflow_1gbn2_1703 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover,
._support_1gbn2_1704 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751:hover {
  color: #ffffff;
}

._account_1gbn2_293 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741,
._user_1gbn2_1699 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741,
._license_1gbn2_1700 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741,
._dictation_1gbn2_1701 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741,
._partners_1gbn2_1702 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741,
._workflow_1gbn2_1703 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741,
._support_1gbn2_1704 ._table_1gbn2_1234 tr:not(._tableHeader_1gbn2_1245)._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741 {
  display: block;
}

._account_1gbn2_293 ._table_1gbn2_1234 td,
._user_1gbn2_1699 ._table_1gbn2_1234 td,
._license_1gbn2_1700 ._table_1gbn2_1234 td,
._dictation_1gbn2_1701 ._table_1gbn2_1234 td,
._partners_1gbn2_1702 ._table_1gbn2_1234 td,
._workflow_1gbn2_1703 ._table_1gbn2_1234 td,
._support_1gbn2_1704 ._table_1gbn2_1234 td {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

._account_1gbn2_293 ._table_1gbn2_1234 td._clm0_1gbn2_1720,
._user_1gbn2_1699 ._table_1gbn2_1234 td._clm0_1gbn2_1720,
._license_1gbn2_1700 ._table_1gbn2_1234 td._clm0_1gbn2_1720,
._dictation_1gbn2_1701 ._table_1gbn2_1234 td._clm0_1gbn2_1720,
._partners_1gbn2_1702 ._table_1gbn2_1234 td._clm0_1gbn2_1720,
._workflow_1gbn2_1703 ._table_1gbn2_1234 td._clm0_1gbn2_1720,
._support_1gbn2_1704 ._table_1gbn2_1234 td._clm0_1gbn2_1720 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

._account_1gbn2_293 ._table_1gbn2_1234._user_1gbn2_1699 th::after,
._user_1gbn2_1699 ._table_1gbn2_1234._user_1gbn2_1699 th::after,
._license_1gbn2_1700 ._table_1gbn2_1234._user_1gbn2_1699 th::after,
._dictation_1gbn2_1701 ._table_1gbn2_1234._user_1gbn2_1699 th::after,
._partners_1gbn2_1702 ._table_1gbn2_1234._user_1gbn2_1699 th::after,
._workflow_1gbn2_1703 ._table_1gbn2_1234._user_1gbn2_1699 th::after,
._support_1gbn2_1704 ._table_1gbn2_1234._user_1gbn2_1699 th::after {
  display: none;
}

._account_1gbn2_293 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td,
._user_1gbn2_1699 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td,
._license_1gbn2_1700 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td,
._dictation_1gbn2_1701 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td,
._partners_1gbn2_1702 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td,
._workflow_1gbn2_1703 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td,
._support_1gbn2_1704 ._table_1gbn2_1234._user_1gbn2_1699 tr:not(._tableHeader_1gbn2_1245) td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._user_1gbn2_1699 ._table_1gbn2_1234 {
  margin-bottom: 0;
}

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

._formList_1gbn2_577._userImport_1gbn2_1843 ._formTitle_1gbn2_597 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_1gbn2_577._userImport_1gbn2_1843 dt:not(._formTitle_1gbn2_597) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_1gbn2_577._userImport_1gbn2_1843 dt:not(._formTitle_1gbn2_597):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_1gbn2_577._userImport_1gbn2_1843 dt:not(._formTitle_1gbn2_597):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_1gbn2_577._userImport_1gbn2_1843 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_1gbn2_577._userImport_1gbn2_1843 dd._full_1gbn2_622 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_1gbn2_577._userImport_1gbn2_1843 dd._full_1gbn2_622 ._buttonText_1gbn2_553 {
  padding: 0 0 0.8rem;
}

._formList_1gbn2_577._userImport_1gbn2_1843 dd ._menuLink_1gbn2_1881 {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.5rem 1.5rem 0.5rem 1.3rem;
}

._account_1gbn2_293 ._listVertical_1gbn2_957 {
  margin-bottom: 3rem;
}

._account_1gbn2_293 ._listVertical_1gbn2_957 dd ._formInput_1gbn2_653 {
  max-width: 100%;
}

._account_1gbn2_293 ._listVertical_1gbn2_957 dd._full_1gbn2_622 {
  width: 100%;
  padding-top: 0;
  background: none;
}

._account_1gbn2_293 ._listVertical_1gbn2_957 dd._full_1gbn2_622._odd_1gbn2_1901 {
  background: #f5f5f5;
}

._account_1gbn2_293 ._listVertical_1gbn2_957 dd._formComment_1gbn2_779 {
  text-align: left;
  font-size: 0.9rem;
  word-break: break-word;
}

._account_1gbn2_293 ._box100_1gbn2_1054 ._formComment_1gbn2_779 {
  display: block;
  width: 600px;
  text-align: left;
}

._account_1gbn2_293 ._box100_1gbn2_1054._alignRight_1gbn2_1917 {
  width: calc(1200px + 3rem);
  text-align: right;
}

._account_1gbn2_293 ._box100_1gbn2_1054._alignRight_1gbn2_1917 ._formComment_1gbn2_779 {
  margin-left: 648px;
  text-align: right;
}

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

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

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

._menuAction_1gbn2_1927._inTable_1gbn2_1941 {
  margin-bottom: 0;
}

._menuAction_1gbn2_1927._inTable_1gbn2_1941 ._menuLink_1gbn2_1881 {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  opacity: 0;
}

._menuAction_1gbn2_1927._inTable_1gbn2_1941 ._menuLink_1gbn2_1881 ._menuIcon_1gbn2_1950 {
  width: 1.2rem;
}

._menuAction_1gbn2_1927._inTable_1gbn2_1941 ._menuLink_1gbn2_1881._isActive_1gbn2_275 {
  opacity: 1;
}

._menuAction_1gbn2_1927._inTable_1gbn2_1941 ._colorLink_1gbn2_1958 {
  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_1gbn2_1927._inTable_1gbn2_1941 ._colorLink_1gbn2_1958._isActive_1gbn2_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: inherit;
}

._menuAction_1gbn2_1927._inTable_1gbn2_1941 ._colorLink_1gbn2_1958._isActive_1gbn2_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._menuLink_1gbn2_1881 {
  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_1gbn2_1881._isActive_1gbn2_275 {
  opacity: 1;
  pointer-events: inherit;
}

._menuLink_1gbn2_1881._isActive_1gbn2_275:hover {
  background: #f5f5f5;
}

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

._menuInTable_1gbn2_1741 {
  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_1gbn2_1741 li {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

._menuInTable_1gbn2_1741 li a._isDisable_1gbn2_2061 {
  color: #999999;
  pointer-events: none;
}

tr._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741 li a {
  color: #ffffff;
}

tr._isSelected_1gbn2_1751 ._menuInTable_1gbn2_1741 li a._isDisable_1gbn2_2061 {
  pointer-events: none;
  opacity: 0.3;
}

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

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

._wrap_1gbn2_200._manage_1gbn2_2085 ._header_1gbn2_208,
._wrap_1gbn2_200._manage_1gbn2_2085 ._main_1gbn2_344 {
  background: #def5fd;
}

._manageInfo_1gbn2_2090 {
  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_1gbn2_2085 ._txNormal_1gbn2_2111 {
  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_1gbn2_2085 ._txNormal_1gbn2_2111 span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

._manageIcon_1gbn2_2130 {
  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_1gbn2_2137 {
  width: 1.5rem;
  filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(1954%) hue-rotate(172deg) brightness(90%) contrast(101%);
}

._manageIconClose_1gbn2_2137:hover {
  cursor: pointer;
}

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

._license_1gbn2_1700 ._checkAvail_1gbn2_2146 label {
  cursor: pointer;
}

._license_1gbn2_1700 ._checkAvail_1gbn2_2146 label ._formCheck_1gbn2_716 {
  vertical-align: middle;
}

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

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

._license_1gbn2_1700 ._table_1gbn2_1234._history_1gbn2_2169 {
  width: 1400px;
}

._license_1gbn2_1700 ._table_1gbn2_1234._history_1gbn2_2169 td:last-child {
  width: 200px;
  text-align: right;
}

._license_1gbn2_1700 ._table_1gbn2_1234._history_1gbn2_2169 ._tableHeader_1gbn2_1245 th {
  line-height: 1.5em;
  min-height: 3em;
}

._license_1gbn2_1700 ._table_1gbn2_1234._cardHistory_1gbn2_2183 {
  width: 750px;
}

._license_1gbn2_1700 ._table_1gbn2_1234._cardHistory_1gbn2_2183 td:last-child {
  width: 50%;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr {
  position: relative;
}

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

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr td[title="View child accounts"]:hover {
  color: #0084b2;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr td[title="View child accounts"] a {
  color: inherit;
  text-decoration: none;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 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_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr td[title=Return] {
  position: relative;
  cursor: pointer;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr td[title=Return]:hover {
  color: #0084b2;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231::after {
  content: "";
  width: 100%;
  border-bottom: 1px #999999 solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231 td {
  padding: 0.3rem 0.7rem;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231 td:nth-child(n+2) {
  color: #999999;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231 td:first-child {
  padding-left: 1.5rem;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231 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_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231 ~ tr td:first-child {
  padding-left: 2.5rem;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 tr._isOpen_1gbn2_2231 ~ tr td:first-child::before {
  top: 50%;
  left: 1.4rem;
}

._license_1gbn2_1700 ._table_1gbn2_1234._partner_1gbn2_1702 td:last-child {
  width: 120px;
  text-align: right;
}

._license_1gbn2_1700 ._table_1gbn2_1234._licenseSummary_1gbn2_2277 tr._tableHeader_1gbn2_1245 th {
  font-size: 1.2rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  white-space: pre-line;
  min-width: 10rem;
}

._license_1gbn2_1700 ._table_1gbn2_1234._licenseSummary_1gbn2_2277 tr._tableHeader_1gbn2_1245 th:nth-of-type(1) {
  padding: 0.4rem 0 0.4rem 4%;
}

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

._license_1gbn2_1700 ._table_1gbn2_1234._licenseSummary_1gbn2_2277 tr td:nth-of-type(1) {
  padding: 0.8rem 4%;
}

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

._formList_1gbn2_577 dd._ownerChange_1gbn2_2303 p._Owner_1gbn2_2310,
._formList_1gbn2_577 dd._ownerChange_1gbn2_2303 p._newOwner_1gbn2_2311 {
  width: 150px;
}

._formList_1gbn2_577 dd._ownerChange_1gbn2_2303 ._arrowR_1gbn2_2315 {
  width: 8%;
  height: 20px;
  margin-top: 10px;
  margin-right: 2%;
  background: #e6e6e6;
  position: relative;
}

._formList_1gbn2_577 dd._ownerChange_1gbn2_2303 ._arrowR_1gbn2_2315::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_1gbn2_577 dd._ownerChange_1gbn2_2303 + ._full_1gbn2_622 {
  width: 66%;
  margin-left: 30%;
  margin-bottom: -10px;
  text-align: center;
}

._formList_1gbn2_577 dd._ownerChange_1gbn2_2303 + ._full_1gbn2_622 ._transOwner_1gbn2_2342 {
  width: 100px;
}

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

._formList_1gbn2_577 dd._lowerTrans_1gbn2_2346 select,
._formList_1gbn2_577 dd._lowerTrans_1gbn2_2346 span {
  margin: 0 auto;
}

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

._dictation_1gbn2_1701 ._menuAction_1gbn2_1927 {
  margin-top: -1rem;
  height: 34px;
  position: relative;
}

._dictation_1gbn2_1701 ._menuAction_1gbn2_1927:not(:first-child) {
  margin-top: 0.6rem;
}

._dictation_1gbn2_1701 ._menuAction_1gbn2_1927 ._alignLeft_1gbn2_2376 {
  position: absolute;
  left: 0;
}

._dictation_1gbn2_1701 ._menuAction_1gbn2_1927 ._alignLeft_1gbn2_2376 ._menuLink_1gbn2_1881 {
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

._dictation_1gbn2_1701 ._menuAction_1gbn2_1927 ._alignLeft_1gbn2_2376 ._menuIcon_1gbn2_1950 {
  margin-right: 0;
  margin-left: 0.4rem;
}

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

._dictation_1gbn2_1701 ._displayOptions_1gbn2_2390 li {
  display: inline-block;
}

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

._dictation_1gbn2_1701 ._displayOptions_1gbn2_2390 li label ._formCheck_1gbn2_716 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_1gbn2_1701 ._displayOptions_1gbn2_2390._isShow_1gbn2_1097 {
  display: block;
}

._dictation_1gbn2_1701 ._displayOptions_1gbn2_2390::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_1gbn2_1701 ._table_1gbn2_1234 {
  margin-bottom: 0;
}

._dictation_1gbn2_1701 ._tableFilter_1gbn2_2434 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

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

._dictation_1gbn2_1701 ._tableFilter_1gbn2_2434 li label {
  cursor: pointer;
}

._dictation_1gbn2_1701 ._tableFilter_1gbn2_2434 li label ._formCheck_1gbn2_716 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_1gbn2_1701 ._tableFilter2_1gbn2_2458 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

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

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

._dictation_1gbn2_1701 ._tableFilter2_1gbn2_2458 li a:hover {
  opacity: 0.7;
}

._dictation_1gbn2_1701 ._tableFilter2_1gbn2_2458 li a._isDisable_1gbn2_2061 {
  color: #999999;
  pointer-events: none;
}

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

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

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

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 {
  position: relative;
  min-width: 100%;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr {
  position: relative;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr._tableHeader_1gbn2_1245 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 3;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr._tableHeader_1gbn2_1245 th._clm0_1gbn2_1720 {
  width: 0px;
  padding: 0 0;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr._tableHeader_1gbn2_1245 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_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr:hover ._menuInTable_1gbn2_1741 {
  opacity: 1;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr._isSelected_1gbn2_1751 {
  background: #0084b2;
  color: #ffffff;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 tr._isSelected_1gbn2_1751:hover {
  color: #ffffff;
}

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

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 td ._menuInTable_1gbn2_1741 li:nth-child(3) {
  border-right: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 td ._menuInTable_1gbn2_1741 li a._mnCancel_1gbn2_2567 {
  margin-left: 3rem;
}

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

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

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 td._clm0_1gbn2_1720 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

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

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701 td._txWsline_1gbn2_2595 {
  white-space: pre;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hidePri_1gbn2_2599 th._opPri_1gbn2_2599,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hidePri_1gbn2_2599 td._opPri_1gbn2_2599 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideSize_1gbn2_2604 th._opSize_1gbn2_2604,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideSize_1gbn2_2604 td._opSize_1gbn2_2604 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideUpd_1gbn2_2609 th._opUpd_1gbn2_2609,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideUpd_1gbn2_2609 td._opUpd_1gbn2_2609 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC1_1gbn2_2614 th._clm1_1gbn2_2614,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC1_1gbn2_2614 td._clm1_1gbn2_2614 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC2_1gbn2_2619 th._clm2_1gbn2_2619,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC2_1gbn2_2619 td._clm2_1gbn2_2619 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC3_1gbn2_2624 th._clm3_1gbn2_2624,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC3_1gbn2_2624 td._clm3_1gbn2_2624 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC4_1gbn2_2629 th._clm4_1gbn2_2629,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC4_1gbn2_2629 td._clm4_1gbn2_2629 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC5_1gbn2_2634 th._clm5_1gbn2_2634,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC5_1gbn2_2634 td._clm5_1gbn2_2634 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC6_1gbn2_2639 th._clm6_1gbn2_2639,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC6_1gbn2_2639 td._clm6_1gbn2_2639 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC7_1gbn2_2644 th._clm7_1gbn2_2644,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC7_1gbn2_2644 td._clm7_1gbn2_2644 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC8_1gbn2_2649 th._clm8_1gbn2_2649,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC8_1gbn2_2649 td._clm8_1gbn2_2649 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC9_1gbn2_2654 th._clm9_1gbn2_2654,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC9_1gbn2_2654 td._clm9_1gbn2_2654 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC10_1gbn2_2659 th._clm10_1gbn2_2659,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC10_1gbn2_2659 td._clm10_1gbn2_2659 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC11_1gbn2_2664 th._clm11_1gbn2_2664,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC11_1gbn2_2664 td._clm11_1gbn2_2664 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC12_1gbn2_2669 th._clm12_1gbn2_2669,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC12_1gbn2_2669 td._clm12_1gbn2_2669 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC13_1gbn2_2674 th._clm13_1gbn2_2674,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC13_1gbn2_2674 td._clm13_1gbn2_2674 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC14_1gbn2_2679 th._clm14_1gbn2_2679,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC14_1gbn2_2679 td._clm14_1gbn2_2679 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC15_1gbn2_2684 th._clm15_1gbn2_2684,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC15_1gbn2_2684 td._clm15_1gbn2_2684 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC16_1gbn2_2689 th._clm16_1gbn2_2689,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC16_1gbn2_2689 td._clm16_1gbn2_2689 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC17_1gbn2_2694 th._clm17_1gbn2_2694,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideC17_1gbn2_2694 td._clm17_1gbn2_2694 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO1_1gbn2_2699 th._op1_1gbn2_2699,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO1_1gbn2_2699 td._op1_1gbn2_2699 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO2_1gbn2_2704 th._op2_1gbn2_2704,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO2_1gbn2_2704 td._op2_1gbn2_2704 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO3_1gbn2_2709 th._op3_1gbn2_2709,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO3_1gbn2_2709 td._op3_1gbn2_2709 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO4_1gbn2_2714 th._op4_1gbn2_2714,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO4_1gbn2_2714 td._op4_1gbn2_2714 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO5_1gbn2_2719 th._op5_1gbn2_2719,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO5_1gbn2_2719 td._op5_1gbn2_2719 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO6_1gbn2_2724 th._op6_1gbn2_2724,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO6_1gbn2_2724 td._op6_1gbn2_2724 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO7_1gbn2_2729 th._op7_1gbn2_2729,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO7_1gbn2_2729 td._op7_1gbn2_2729 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO8_1gbn2_2734 th._op8_1gbn2_2734,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO8_1gbn2_2734 td._op8_1gbn2_2734 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO9_1gbn2_2739 th._op9_1gbn2_2739,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO9_1gbn2_2739 td._op9_1gbn2_2739 {
  display: none;
}

._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO10_1gbn2_2744 th._op10_1gbn2_2744,
._dictation_1gbn2_1701 ._table_1gbn2_1234._dictation_1gbn2_1701._hideO10_1gbn2_2744 td._op10_1gbn2_2744 {
  display: none;
}

._formList_1gbn2_577._property_1gbn2_2749 ._formTitle_1gbn2_597 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_1gbn2_577._property_1gbn2_2749 dt:not(._formTitle_1gbn2_597) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_1gbn2_577._property_1gbn2_2749 dt:not(._formTitle_1gbn2_597):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_1gbn2_577._property_1gbn2_2749 dt:not(._formTitle_1gbn2_597):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_1gbn2_577._property_1gbn2_2749 dt:has(+ dd._hasInput_1gbn2_2768) {
  padding-top: 0.4rem;
}

._formList_1gbn2_577._property_1gbn2_2749 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_1gbn2_577._property_1gbn2_2749 dd img {
  height: 1.1rem;
}

._formList_1gbn2_577._property_1gbn2_2749 dd ._formInput_1gbn2_653._short_1gbn2_691 {
  width: 250px;
  padding: 0.3rem 0.3rem 0.1rem;
}

._formList_1gbn2_577._property_1gbn2_2749 dd ._formSubmit_1gbn2_809 {
  min-width: auto;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.5rem;
}

._formList_1gbn2_577._property_1gbn2_2749 dd._full_1gbn2_622 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_1gbn2_577._property_1gbn2_2749 dd._full_1gbn2_622 ._buttonText_1gbn2_553 {
  padding: 0 0 0.8rem;
}

._formList_1gbn2_577._property_1gbn2_2749 dd._full_1gbn2_622 ._buttonText_1gbn2_553 img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

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

._formList_1gbn2_577 dd._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820,
._formList_1gbn2_577 dd._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li._changeTitle_1gbn2_2834,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li._changeTitle_1gbn2_2834 {
  font-weight: 600;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li ._formCheck_1gbn2_716,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li ._formCheck_1gbn2_716 {
  display: none;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input + label,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 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_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input + label:hover,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input:checked + label,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 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_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input:checked + label:hover,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

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

._formChange_1gbn2_2811 > 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_1gbn2_2811 > 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_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702 {
  position: relative;
  min-width: 100%;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702 tr {
  position: relative;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702 tr._tableHeader_1gbn2_1245 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 1;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702 tr._tableHeader_1gbn2_1245 th::after {
  display: none;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702 td._txWsline_1gbn2_2595 {
  white-space: pre;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702._role4_1gbn2_2931 {
  margin-top: 3rem;
}

._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702:not(._role4_1gbn2_2931) tr th:last-of-type,
._partners_1gbn2_1702 ._table_1gbn2_1234._partner_1gbn2_1702:not(._role4_1gbn2_2931) tr td:last-of-type {
  display: none;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234 {
  margin-bottom: 0;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._workflow_1gbn2_1703 {
  min-width: 100%;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._workflow_1gbn2_1703 tr {
  position: relative;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._workflow_1gbn2_1703 th::after {
  display: none;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._workflow_1gbn2_1703 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._workflow_1gbn2_1703 td._txWsline_1gbn2_2595 {
  white-space: pre;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._group_1gbn2_2965,
._workflow_1gbn2_1703 ._table_1gbn2_1234._template_1gbn2_2966 {
  width: 600px;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._group_1gbn2_2965 td:last-child,
._workflow_1gbn2_1703 ._table_1gbn2_1234._template_1gbn2_2966 td:last-child {
  text-align: right;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._worktype_1gbn2_2975 {
  width: 1000px;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234._worktype_1gbn2_2975 td:last-child {
  text-align: right;
}

._workflow_1gbn2_1703 ._table_1gbn2_1234 ._menuLink_1gbn2_1881 {
  min-width: 3rem;
  text-align: center;
}

._workflow_1gbn2_1703 ._menuAction_1gbn2_1927._worktype_1gbn2_2975 {
  width: 1000px;
}

._workflow_1gbn2_1703 ._menuAction_1gbn2_1927._worktype_1gbn2_2975 ._selectMenu_1gbn2_2992 {
  padding-top: 0.5rem;
  float: right;
  font-size: 0.9rem;
}

._workflow_1gbn2_1703 ._menuAction_1gbn2_1927._worktype_1gbn2_2975 ._formInput_1gbn2_653 {
  max-width: 350px;
  margin-left: 0.5rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  text-overflow: ellipsis;
}

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

._formList_1gbn2_577 dd._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820,
._formList_1gbn2_577 dd._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li._changeTitle_1gbn2_2834,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li._changeTitle_1gbn2_2834 {
  font-weight: 600;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li ._formCheck_1gbn2_716,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li ._formCheck_1gbn2_716 {
  display: none;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input + label,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 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_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input + label:hover,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input:checked + label,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 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_1gbn2_2811 ul._chooseMember_1gbn2_2820 li input:checked + label:hover,
._formChange_1gbn2_2811 ul._holdMember_1gbn2_2821 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

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

._formChange_1gbn2_2811 > 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_1gbn2_2811 > 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_1gbn2_607 {
  text-align: center;
}

._alignLeft_1gbn2_2376 {
  text-align: left;
}

._alignRight_1gbn2_1917 {
  text-align: right;
}

._floatNone_1gbn2_3111 {
  float: none;
}

._floatLeft_1gbn2_3115 {
  float: left;
}

._floatRight_1gbn2_3119 {
  float: right;
}

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

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

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

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

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

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

._marginBtm0_1gbn2_3153 {
  margin-bottom: 0.5rem;
}

._marginBtm1_1gbn2_3157 {
  margin-bottom: 1rem;
}

._marginBtm2_1gbn2_3161 {
  margin-bottom: 2rem;
}

._marginBtm3_1gbn2_3165 {
  margin-bottom: 3rem;
}

._marginBtm5_1gbn2_3169 {
  margin-bottom: 5rem;
}

._marginRgt1_1gbn2_3173 {
  margin-right: 0.9rem;
}

._marginRgt2_1gbn2_3177 {
  margin-right: 1.5rem;
}

._marginRgt3_1gbn2_3181 {
  margin-right: 3rem;
}

._paddSide0_1gbn2_3185 {
  padding: 0 0.5rem;
}

._paddSide1_1gbn2_3189 {
  padding: 0 1rem;
}

._paddSide2_1gbn2_3193 {
  padding: 0 2rem;
}

._paddSide3_1gbn2_3197 {
  padding: 0 3rem;
}

._txContents_1gbn2_3201 {
  padding: 3rem;
}

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

._txIcon_1gbn2_3212 {
  width: 1.1rem;
}

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

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

._modal_1gbn2_1090._isShow_1gbn2_1097 ._searchModalBox_1gbn2_3224 {
  display: block;
}

._searchModalBox_1gbn2_3224 {
  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_1gbn2_3244 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

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

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

._breadcrumbPopup_1gbn2_3265 {
  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_1gbn2_3279 {
  margin: 0.5rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

._brCrumbPartner_1gbn2_3279 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_1gbn2_3279 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_1gbn2_3309 {
  cursor: pointer;
  color: inherit;
}
._hoverBlue_1gbn2_3309:hover {
  color: #0084b2;
}

._overlay_1gbn2_3317 {
  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_1gbn2_3317 ._icLoading_1gbn2_1072 {
  position: fixed;
  inset: 0;
  margin: auto;
}

