@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*sass start*/
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*@mixin img-replace($img, $w: image-width($img), $h: image-height($img), $disp: block) {
    background: image-url($img) no-repeat;
    width: $w;
    height: $h;
    display: $disp;
}*/
/*@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}*/
/*menu mobile*/
/*menu 1280 down font-size*/
/*crmbox mobile*/
/*tb filter*/
/*color-set*/
html {
  font-size: 16px;
}
html a {
  display: block;
}

/*mixin-set*/
/*$asset-base-path: 'img';*/
/*style set*/
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  -webkit-overflow-scrolling: touch;
}

.hide {
  display: none !important;
}

.alcenter, .loginbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fit {
  width: 100%;
  display: block;
}

/* font stytle*/
@font-face {
  font-family: taiheireg;
  src: url(./font/TaipeiSansTCBeta-Regular.ttf);
}
@font-face {
  font-family: taiheibold;
  src: url(./font/TaipeiSansTCBeta-Bold.ttf);
}
@font-face {
  font-family: taiheilight;
  src: url(./font/TaipeiSansTCBeta-Light.ttf);
}
/*CN*/
/*EN*/
/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/
.enfontcon {
  font-family: "Roboto Condensed", sans-serif;
}

html {
  font-family: "Noto Sans TC", "Roboto Condensed", sans-serif;
}

.title-main, h1 {
  font-size: 2rem;
  letter-spacing: 1px;
}

.content--header h1 {
  font-size: 1.5rem;
  margin: 16px 0 16px 0;
}

.text-main, .table-title {
  font-size: 1rem;
  letter-spacing: 1px;
}

.text-small, .sidernav--subnav a, .sidernav--btn, header .navbar-content .navbar-webname, header .navbar-content .navbar-member .memberbox, .table input, .table select, .table span, .table, .btn, .operation--area--title, label, select, input, .tree--item--link--folder, .pagenation a {
  font-size: 0.875rem;
  letter-spacing: 0;
}

.text-xs, footer .container, header .navbar-content .navbar-shoppingcart, .filterEl-upload .upload-preview .filename {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}

.text-btn-gray {
  color: #00adef;
  text-decoration: none;
  transition: 0.3s;
}
.text-btn-gray:hover {
  color: #ffbf00;
  transition: 0.3s;
}

html, body {
  background: #f1f1f1;
  padding: 0;
  margin: 0;
  height: 100%;
}

.wrap {
  position: relative;
  min-height: calc(100vh - 150px);
}

.wrap.loginpage .sider {
  display: none;
}

main {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 86px;
}

.container {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

.sider {
  width: 220px;
  height: calc(100vh - 94px);
  position: fixed;
  top: 93px;
  left: 0;
  overflow-y: scroll;
  background: #fff;
  border-right: solid 1px #f1f1f1;
}

.content {
  width: calc(100vw - 220px);
  box-sizing: border-box;
  padding: 8px 16px;
  margin-left: 220px;
}

.workspace {
  position: relative;
}
.workspace--top {
  display: flex;
  flex-wrap: wrap;
}
.workspace--top .filter {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 8px 0 8px;
  margin-bottom: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
}
.workspace--top .filter--area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.workspace--top .filter--area .btn-box {
  margin-right: 16px;
  margin-bottom: 8px;
}
.workspace--top .filter--main {
  display: inline-flex;
  flex-wrap: wrap;
}
.workspace--top .operation {
  width: 100%;
  box-sizing: border-box;
}
.workspace--top .operation--area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  position: relative;
}
.workspace--top .operation--area--title {
  color: #333;
}
.workspace--top .operation--area--sub {
  max-width: calc(100% - 320px);
}
.workspace--top .operation--area--sub.floatr {
  position: absolute;
  right: 0;
  bottom: 0;
}
.workspace--top .operation--area--sub .bread .breadseperate:last-child {
  display: none;
}
.workspace-content {
  border-radius: 8px;
}
.workspace-content--sidebox {
  float: left;
  position: relative;
  overflow-y: auto;
  min-width: 13%;
  max-width: 30%;
}
.workspace-content--sidebox .foldersider {
  border-radius: 10px;
  overflow: hidden;
}
.workspace-content--mainbox {
  float: right;
  width: calc(87% - 32px);
  margin-left: 24px;
}

.doaction {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer {
  display: none;
}

.btn-1-4 {
  width: 23%;
  margin: 0 1%;
}

.label-1-1 {
  width: 100%;
}
.label-1-1 input {
  width: 100%;
}

.col-half {
  width: 4%;
}

.col-full {
  width: 100%;
}
.col-full input {
  width: 100%;
}

h1 {
  color: #1f1f1f;
  width: 100%;
  padding: 0;
  margin: 16px 0 32px 0;
}

.btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #00adef;
  box-sizing: border-box;
  background: #00adef;
  color: #f1f1f1;
  text-decoration: none;
  border-radius: 8px;
  height: 36px;
  transition: 0.3s;
}
.btn-main:hover {
  background: #04A1DD;
  color: #f1f1f1;
  border: solid 1px #04A1DD;
}
.btn-main.btn-remark {
  padding: 0.25rem 0.2rem;
}

.btn-box {
  display: inline-flex;
  padding-left: 24px;
  padding-right: 24px;
}

.text-btn-gray.text-btn-sticky {
  color: #333;
}
.text-btn-gray.text-btn-sticky.active {
  color: #00adef;
}
.text-btn-gray.text-btn-sticky.active:hover {
  color: #ffbf00;
}
.text-btn-gray:hover {
  color: #ffbf00;
}

.pagenation {
  width: 100%;
  margin: 16px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #3c3c3c;
  transition: 0.3s;
  border-radius: 8px;
}
.pagenation a.active {
  background: #00adef;
  color: #fff;
}
.pagenation a:hover {
  background: #00adef;
  color: #fff;
}

.icon-btn {
  width: 32px;
  height: 32px;
  display: block;
  border: none;
}
.icon-btn:hover {
  opacity: 0.75;
}
.icon-btn.icon-edit {
  background: url("/images/icon-edit.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
  width: 26px;
}
.icon-btn.icon-delete, .icon-btn.icon-delet {
  background: url("/images/icon-delete.svg") center center no-repeat;
  background-size: 18px 18px;
  text-indent: -5000px;
}
.icon-btn.icon-usepassword {
  background: url("/images/icon-usepasswrod.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
  width: 26px;
}
.icon-btn.icon-resetpassword {
  background: url("/images/icon-resetpassword.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
  width: 26px;
}
.icon-btn.icon-downloadfile {
  background: url("/images/icon-downloadfile.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
}
.icon-btn.icon-shoppingcart {
  background: url("/images/icon-shoppingcart.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
}
.icon-btn.icon-duplicate {
  background: url("/images/icon-duplicate.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
}
.icon-btn.icon-send {
  background: url("/images/icon-send.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
}
.icon-btn.icon-reply {
  background: url("/images/icon-reply.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -5000px;
}

.icon-expand {
  display: block;
  background: url("/images/icon-expand.svg") center center no-repeat;
  background-size: 10px 10px;
}

.btn-downloadfile {
  display: block;
  position: relative;
}
.btn-downloadfile:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 20px 20px;
  background: url("/images/icon-downloadfile.svg") center center no-repeat;
  position: absolute;
  right: -48px;
  transform: translateY(-50%);
  top: 50%;
}

.parabox {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
}

.tree {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: auto;
}
.tree--item {
  padding-left: 30px;
}
.tree--item--link {
  display: flex;
  transition: 0.3s;
}
.tree--item--link--expander {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}
.tree--item--link--expander.expanded {
  transform: rotate(90deg);
  transform-origin: center;
}
.tree--item--link--folder {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  color: #666;
  padding: 0 16px 0 0;
  letter-spacing: 1px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.tree--item--link--folder .icon-folder {
  background: url("/images/icon-7-folder.svg") left center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 70%;
}
.tree--item--link--folder span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.tree--item--link--folder.active {
  border-radius: 10px;
  color: #00adef;
  transition: 0.3s;
}
.tree--item--link:hover {
  transition: 0.3s;
}
.tree--item--link:hover .tree--item--link--folder {
  color: #00adef;
}
.tree--item--group {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.3s;
  display: none;
}
.tree--item--group.expanded {
  max-height: 500px;
  transition: max-height 0.3s;
  display: block;
}
.tree--item.mainfolder {
  padding-left: 0;
}

.el-card__body .is-justify-center img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

input {
  box-sizing: border-box;
  height: 36px;
  padding: 0 8px;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  background: #fff;
  color: #00adef;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 36px;
  padding: 0 32px 0 16px;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  background: #fff url("/images/icon-arrow-down-dark.svg") right 10px center no-repeat;
  background-size: 9px 15px;
  color: #00adef;
}

label {
  color: #333;
}

label.label-colitem {
  display: inline-flex;
  align-items: center;
}
label.label-colitem span {
  padding: 0 8px;
}

.form--title {
  width: 100%;
}

.filterEl {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 16px 8px 0;
}
.filterEl label > span {
  padding-right: 4px;
}
.filterEl label > span.exsymbol {
  padding-left: 4px;
}
.filterEl label > span.btn-box {
  padding-right: 24px;
  padding-left: 24px;
}
.filter--title {
  margin-right: 16px;
}
.filterEl-upload {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 16px;
}
.filterEl-upload .upload-btn {
  position: relative;
  color: #fff;
  margin: 0 4px;
}
.filterEl-upload .upload-btn .upl--uplfile, .filterEl-upload .upload-btn .upl--multifiles {
  width: 118px;
  height: 42px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.filterEl-upload .upload-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 32px 0 8px;
}
.filterEl-upload .upload-preview .filename {
  color: #888;
}
.filterEl-upload .upload-preview .killpreview {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  display: none;
}
.filterEl-upload .btn-uploadConfirmed {
  margin-left: 24px;
}
.filterEl-upload.filterEl-upload-multiple .upload-preview {
  margin: 0 8px 8px 8px;
}

.operation--area--title {
  display: flex;
  align-items: center;
  float: left;
  height: 35px;
  padding-right: 16px;
}
.operation--area .filterEl-upload .upload-preview {
  flex: 1;
}
.operation--area .filterEl-upload .upload-preview .filename {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.btn-box-switch {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border-radius: 100px;
  background-color: #ccc;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.13) inset;
}

.btn-box-switch .btn-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 0; /*動畫從ml為0開始*/
  transition: 0.5s;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

.checkbox-switch {
  position: absolute;
  opacity: 0;
}

.checkbox-switch:checked + .btn-box-switch {
  background-color: #00adef;
}

.checkbox-switch:checked + .btn-box-switch .btn-switch {
  margin-left: 20px;
}

.table {
  background: #fff;
  overflow-y: hidden;
  overflow-x: scroll;
  border-radius: 8px;
}
.table input, .table select {
  background: #fff;
  border: solid 1px #f1f1f1;
  color: #333;
  border-radius: 8px;
}
.table select {
  background: #fff url("/images/icon-arrow-down-dark.svg") right 10px center no-repeat;
  background-size: 9px 15px;
}
.table textarea {
  border: solid 1px #f1f1f1;
  padding: 16px;
}
.table span {
  color: #333;
  margin-right: 8px;
}
.table.vw-small .thead, .table.vw-small .tbody {
  min-width: 1100px;
}

.table > * > * > * {
  padding: 8px 10px !important;
}

.table-title {
  padding: 12px 16px;
}

.thead {
  background: #666;
  color: #fff;
  padding: 8px 0;
  min-width: 1028px;
}
.thead .tr .td {
  flex-wrap: nowrap;
}
.thead .tr .td input {
  height: 32px;
}

.tbody {
  background: #fff;
  color: #333;
  min-width: 1028px;
  overflow-y: auto;
}
.tbody.withbottom {
  border-bottom: solid 24px #f1f1f1;
}

.tr {
  display: flex;
}
.tr:nth-child(even) {
  background: #f9f9f9;
}
.tr .td {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  word-break: break-all;
  position: relative;
}
.tr .td .checkalltext {
  color: #fff;
  padding: 0 0 0 4px;
  margin-right: 0;
  width: 32px;
}
.tr .td.managegroup .managegroup-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: url("/images/icon-groupitem.svg") left center no-repeat;
  background-size: 10px 10px;
  padding-left: 16px;
}
.tr .td.td-dark {
  background: #666;
  color: #fff;
  padding: 20px 0px;
  border-bottom: solid 1px #888;
  justify-content: center;
  align-items: flex-start;
}
.tr .td.td-white {
  background: #fafafa;
  color: #888;
  padding: 8px 16px;
  border-bottom: solid 1px #f1f1f1;
}
.tr .td.checkarea {
  padding: 8px 16px !important;
}
.tr .td.nowrap {
  flex-wrap: nowrap;
}
.tr .td.wordkeep {
  word-break: keep-all !important;
}
.tr .td .text-btn-gray {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.tr .td span {
  word-break: break-all;
}
.tr .td label {
  margin-right: 16px;
}
.tr .td label.checkbox-m {
  margin-right: 31px;
}
.tr .td label.checkbox-m-all {
  margin-right: 0;
}
.tr .td a {
  text-decoration: none;
  color: #00adef;
  transition: 0.3s;
}
.tr .td a:hover {
  color: #04A1DD;
  text-decoration: underline;
}
.tr:nth-child(1) .thumbbox--show {
  top: 130%;
}

.col-rest {
  flex-grow: 1;
}

.h-centa {
  justify-content: center;
}

.checkgroup {
  width: 100%;
}
.checkgroup .check-l-1 {
  padding: 1rem;
  background: #fff;
}
.checkgroup .check-l-1 .check-l-2 {
  padding-left: 2rem;
}
.checkgroup .check-l-1 .check-l-2 .check-l-3 {
  padding-left: 2rem;
}
.checkgroup .check-l-1 .check-l-2 .check-l-3 .check-l-4 {
  padding-left: 2rem;
}

.thumbbox {
  width: 100%;
  height: 100px;
  position: relative;
}
.thumbbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.thumbbox--show {
  width: 40%;
  max-width: 500px;
  display: block;
  position: fixed;
  left: 50%;
  transform: translateY(-50%);
  top: 50%;
  display: none;
  background: #1f1f1f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 99;
}
.thumbbox--show img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.tablefilter {
  width: 20px;
  height: 100%;
  background: url("/images/icon-tablefilter.svg") right center no-repeat !important;
  background-size: 14px !important;
  text-indent: -5000px;
  border: none !important;
}
@media (max-width: 1439px) {
  .tablefilter {
    width: 100%;
    position: absolute;
    right: 0;
  }
}

.table-sub {
  width: 100%;
  overflow: visible !important;
}
.table-sub .thead {
  min-width: 100%;
}
.table-sub .tbody {
  min-width: 100%;
}
.table-sub .tr .td {
  justify-content: center;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.table-sub .tr:nth-child(even) {
  background: #fafafa;
}

.table-scroll-wrapper {
  overflow: auto;
}
.table-scroll-wrapper table {
  position: relative;
}
.table-scroll-wrapper table tr {
  position: relative;
}
.table-scroll-wrapper table tr td {
  position: relative;
}
.table-scroll-wrapper table .posfixed {
  position: sticky;
  z-index: 2;
  left: 0;
  background: #666;
  color: #fff;
  border-right: solid 1px #fff;
}
.table-scroll-wrapper table .posfixed.fx1 {
  left: 136px;
}
.table-scroll-wrapper table .posfixed.t2:nth-child(1) {
  left: 0;
}
.table-scroll-wrapper table .posfixed.t2:nth-child(2) {
  left: 60px;
}
.table-scroll-wrapper table .posfixed.t2:nth-child(3) {
  left: 136px;
}
.table-scroll-wrapper table .posfixed.grayblock {
  background: #B3B3B3;
  color: #1f1f1f;
}
.table-scroll-wrapper table .grayblock {
  background: #BFBFBF;
}
.table-scroll-wrapper table.table-td-ex tr td {
  min-width: 60px;
}
.table-scroll-wrapper table.table-td-ex tr td:not(.posfixed) {
  text-align: center;
  vertical-align: middle;
}

.el-radio-group {
  display: flex;
  flex-wrap: wrap;
}
.el-radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.el-radio-group label span {
  padding-left: 8px;
}

.itemnum {
  padding-right: 0px;
  font-weight: bold;
  word-break: keep-all !important;
}

.fwidth {
  width: 100%;
}

/* 2024-1231-new */
.workspace-content.rwdscroll {
  overflow: auto;
  height: calc(100vh - 320px - 30px);
}

@media screen and (max-width: 1152px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 365px - 30px);
  }
}
@media screen and (max-width: 959px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 407px - 30px);
  }
}
@media screen and (max-width: 752px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 451px - 30px);
  }
}
@media screen and (max-width: 700px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 495px - 30px);
  }
}
@media screen and (max-width: 670px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 539px - 30px);
  }
}
@media screen and (max-width: 653px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 576px - 30px);
  }
}
@media screen and (max-width: 551px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 600px - 30px);
  }
}
@media screen and (max-width: 538px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 642px - 30px);
  }
}
@media screen and (max-width: 507px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 666px - 30px);
  }
}
@media screen and (max-width: 503px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 702px - 30px);
  }
}
@media screen and (max-width: 503px) {
  .workspace-content.rwdscroll {
    height: calc(100vh - 725px - 30px);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header nav {
  background: #000 !important;
  margin-bottom: 0 !important;
}
header nav.bg-white {
  background: #000 !important;
}
header nav.navbar {
  margin-bottom: 0 !important;
}
header nav.border-bottom {
  border-bottom: solid 1px #1f1f1f !important;
}
header .container {
  box-sizing: border-box;
  background: #000;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 36px;
}
header .logo {
  flex-basis: 246px;
  flex-shrink: 0;
}
header .logo img {
  display: block;
  width: 100%;
}
header .navbar-content {
  width: 100%;
}
header .navbar-content .navbar-member {
  margin-bottom: 8px;
}
header .navbar-content .navbar-member .memberbox {
  display: none;
}
header .navbar-content .navbar-member .memberbox .member-name {
  color: #f1f1f1;
  padding-right: 8px;
}
header .navbar-content .navbar-member .memberbox a {
  display: block;
  margin-left: 8px;
}
header .navbar-content .navbar-member .memberbox.active {
  display: flex;
  justify-content: flex-end;
}
header .navbar-content .navbar-webname {
  color: #f1f1f1;
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
}
header .navbar-content .navbar-shoppingcart {
  text-align: right;
}
header .navbar-content .navbar-shoppingcart .shoppinglink {
  display: inline-block;
}
header .navbar-content .navbar-shoppingcart .shoppinglink .num {
  display: inline-block;
}
header .navbar-content .navbar-shoppingcart .shoppinglink:hover span {
  color: #00adef;
}
header .navbar-content .navbar-shoppingcart span {
  color: #f1f1f1;
}

footer.border-top {
  border-top: solid 1px #3c3c3c !important;
}
footer .container {
  text-align: center;
  color: #888;
  padding-top: 16px;
  padding-bottom: 15px;
}

.loginbox {
  width: 90%;
  max-width: 700px;
  box-sizing: border-box;
  padding: 48px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}
.loginbox .form {
  display: none;
}
.loginbox .form--title {
  width: 100%;
  margin: 24px 0 8px 0;
}
.loginbox .form input {
  width: 100%;
}
.loginbox .form select {
  width: 100%;
}
.loginbox .form--action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}
.loginbox .form--action .text-btn-gray {
  padding: 0 8px;
}
.loginbox .form--action .btn-main {
  width: 40%;
  margin: 16px;
}
.loginbox .form--action .btn-main.form-submit {
  width: 100%;
  margin: 16px 0;
}
.loginbox .form.active {
  display: block;
}

.sidernav {
  width: 100%;
  background: #f1f1f1;
}
.sidernav--btn {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  color: #666;
  border: none;
  position: relative;
  transition: 0.3s;
  letter-spacing: 1px;
  cursor: pointer;
}
.sidernav--btn--icon {
  width: 18px;
  height: 18px;
  margin: 12px 12px 12px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.sidernav--btn--icon svg {
  fill: #3c3c3c;
}
.sidernav--btn .dropdownicon {
  display: block;
  width: 8px;
  height: 8px;
  background: url("/images/icon-arrow-down.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 20px;
}
.sidernav--subnav {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  background: #f8f8f8;
}
.sidernav--subnav a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #666;
  padding: 12px 0 12px 55px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.sidernav--subnav a:hover, .sidernav--subnav a.active {
  color: #00adef;
}
.sidernav:hover .sidernav--btn {
  color: #00adef;
}
.sidernav:hover .sidernav--btn--icon {
  filter: invert(53%) sepia(90%) saturate(1363%) hue-rotate(157deg) brightness(92%) contrast(106%);
}
.sidernav.active .sidernav--btn {
  color: #00adef;
}
.sidernav.active .sidernav--btn--icon {
  filter: invert(53%) sepia(90%) saturate(1363%) hue-rotate(157deg) brightness(92%) contrast(106%);
}
.sidernav.active .sidernav--subnav {
  overflow: hidden;
  max-height: 750px;
  transition: max-height 0.3s ease-out;
}
.sidernav.nav-operator .sidernav--btn--icon {
  background: url("/images/icon-1-sales.svg") center center no-repeat;
  background-size: contain;
}
.sidernav.nav-ec .sidernav--btn--icon {
  background: url("/images/icon-2-eshop.svg") center center no-repeat;
  background-size: contain;
}
.sidernav.nav-annual .sidernav--btn--icon {
  background: url("/images/icon-3-annual.svg") center center no-repeat;
  background-size: contain;
}
.sidernav.nav-admin .sidernav--btn--icon {
  background: url("/images/icon-4-manage.svg") center center no-repeat;
  background-size: contain;
}
.sidernav.nav-setting .sidernav--btn--icon {
  background: url("/images/icon-5-system.svg") center center no-repeat;
  background-size: contain;
}
.sidernav.nav-other .sidernav--btn--icon {
  background: url("/images/icon-6-other.svg") center center no-repeat;
  background-size: contain;
}

html {
  /*display:none !important;*/
}/*# sourceMappingURL=site.css.map */