@charset "UTF-8";
/***************************************************************************/
/*                                  Reset                                  */
/***************************************************************************/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root), header.web_header .head_data .user img:not(:root), header.web_header .head_data .setup img:not(:root), header.web_header .head_data .help img:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/***************************************************************************/
/*                                   Color                                 */
/***************************************************************************/
/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  color: #727171;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", "Arimo", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #444;
  margin-top: 0;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1em;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 1em;
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 0.75em;
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0.75em;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
p, li, th, td {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #727171;
  margin-bottom: 1rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

th, td {
  line-height: 1.25;
  margin-bottom: 0;
}

p.small {
  font-size: 1rem;
  line-height: 1.5;
}

ul {
  line-height: 1;
}
ul li {
  margin-bottom: 0.375rem;
}
ul li:last-child {
  margin-bottom: 0;
}

/***************************************************************************/
/*                                FormStyle                                */
/***************************************************************************/
input.form-control, select.form-select, textarea.form-control {
  color: #727171;
}

.form-control.is-valid:focus {
  border-color: #0063B0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}

.form-select.is-valid {
  border-color: #0063B0;
}

.was-validated .form-control:valid:focus {
  border-color: #0063B0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}
.was-validated .form-control:invalid:focus {
  border-color: #0063B0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}
.was-validated .form-control:valid {
  border-color: #0063B0;
}
.was-validated .form-select:valid {
  border-color: #0063B0;
}
.was-validated .form-select:valid:focus {
  border-color: #0063B0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}
.was-validated .form-check-input:valid:checked {
  background-color: #0063B0;
}
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}
.was-validated .form-check-input:valid {
  border-color: #0063B0;
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #0063B0;
}

/* =============================================================== */
/* input
/* =============================================================== */
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #adb5bd;
  font-weight: 100;
  letter-spacing: 0.7px;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
  color: #adb5bd;
  font-weight: 100;
  letter-spacing: 0.7px;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: #adb5bd;
  font-weight: 100;
  letter-spacing: 0.7px;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder {
  color: #adb5bd;
  font-weight: 100;
  letter-spacing: 0.7px;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder {
  color: #adb5bd;
  font-weight: 100;
  letter-spacing: 0.7px;
}

input[type=color i] {
  inline-size: 50px;
  padding: 1px 2px;
  vertical-align: middle;
  color: buttontext;
  background-color: buttonface;
  border: buttonborder 1px solid;
  -o-border-image: initial;
     border-image: initial;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: default;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #4ab0ff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}

/* =============================================================== */
/* checkbox, radio
/* =============================================================== */
input.full[type=checkbox],
input.full[type=radio] {
  -moz-appearance: none;
  border-radius: inherit;
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  opacity: 0;
  outline: 0 none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #0063B0;
  border-color: #0063B0;
}

.form-check-input {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.form-check-label {
  margin-top: 2px;
}

.form-check-input:focus {
  border-color: #4ab0ff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}

/* =============================================================== */
/* Select
/* =============================================================== */
select::-moz-placeholder {
  color: #adb5bd;
}
select::-webkit-input-placeholder {
  color: #adb5bd;
}
select:-ms-input-placeholder {
  color: #adb5bd;
}
select::-ms-input-placeholder {
  color: #adb5bd;
}
select::placeholder {
  color: #adb5bd;
}

.form-select:focus {
  border-color: #4ab0ff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 99, 176, 0.25);
}

.form-select:disabled {
  opacity: 0.8;
}

/* =============================================================== */
/* textarea
/* =============================================================== */
textarea.form-control::-moz-placeholder {
  color: #adb5bd;
}
textarea.form-control::-webkit-input-placeholder {
  color: #adb5bd;
}
textarea.form-control:-ms-input-placeholder {
  color: #adb5bd;
}
textarea.form-control::-ms-input-placeholder {
  color: #adb5bd;
}
textarea.form-control::placeholder {
  color: #adb5bd;
}

/* =============================================================== */
/* Button
/* =============================================================== */
button.btn_hover:hover[type=button],
input.btn_hover:hover[type=button],
input.btn_hover:hover[type=submit],
input.btn_hover:hover[type=reset] {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/***************************************************************************/
/*                                    Plug                                 */
/***************************************************************************/
/* ====================== 文字 ====================== */
.text_center {
  text-align: center !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

/* ====================== 圖片 ====================== */
img.center {
  margin: 0 auto;
  display: block;
}

/* ====================== 浮動 ====================== */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* =============================================================== */
/* 表格 Table
/* =============================================================== */
table.style_table {
  border-top: #78A221 1px solid;
  border-left: #78A221 1px solid;
}
table.style_table th, table.style_table td {
  padding: 8px 10px;
  border-right: #78A221 1px solid;
  border-bottom: #78A221 1px solid;
}
table.style_table thead tr th {
  color: #fff;
  background-color: #89B828;
}
table.style_table thead tr td {
  font-weight: bold;
  background-color: #89B828;
}
table.style_table tr.odd {
  background: #fcfdf8;
}

table.style_table_left {
  margin: 0 auto 20px auto;
  border-top: #78A221 1px solid;
  border-left: #78A221 1px solid;
}
table.style_table_left th, table.style_table_left td {
  padding: 8px 10px;
  text-align: center;
  border-right: #78A221 1px solid;
  border-bottom: #78A221 1px solid;
}
table.style_table_left th {
  color: #fff;
  background-color: #89B828;
}
table.style_table_left th.two {
  color: #fff;
  background-color: #6a8e1f;
}
table.style_table_left td.one {
  background-color: #eee;
}
table.style_table_left tr.odd {
  background: #fcfdf8;
}

/* =============================================================== */
/* RWD
/* =============================================================== */
/* =============================================================== */
/* 特效
/* =============================================================== */
/* =============================================================== */
/* 動畫
/* =============================================================== */
/***************************************************************************/
/*                               Form Company                              */
/***************************************************************************/
.form__Layout, .form__Layout3-1a1, .form__Layout2-3_1, .form__Layout5, .form__Layout4, .form__Layout3, .form__Layout2 {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  align-items: top;
  justify-content: center;
}
.form__Layout .form__item, .form__Layout3-1a1 .form__item, .form__Layout2-3_1 .form__item, .form__Layout5 .form__item, .form__Layout4 .form__item, .form__Layout3 .form__item, .form__Layout2 .form__item {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .form__Layout, .form__Layout3-1a1, .form__Layout2-3_1, .form__Layout5, .form__Layout4, .form__Layout3, .form__Layout2 {
    gap: 10px;
  }
}

.form__Layout2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 576px) {
  .form__Layout2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.form__Layout3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 576px) {
  .form__Layout3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.form__Layout4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 576px) {
  .form__Layout4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .form__Layout4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.form__Layout5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 576px) {
  .form__Layout5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .form__Layout5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.form__Layout2-3_1 {
  -ms-grid-columns: 1fr 33%;
  grid-template-columns: 1fr 33%;
}
@media screen and (max-width: 576px) {
  .form__Layout2-3_1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.form__Layout3-1a1 {
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
}
@media screen and (max-width: 576px) {
  .form__Layout3-1a1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.noGap {
  gap: 0;
}

.w25 {
  width: 25%;
}

.w35 {
  width: 35%;
}
@media screen and (max-width: 576px) {
  .w35 {
    width: 100%;
  }
}

.form__item {
  margin-bottom: 20px;
}
.form__item .item--content {
  position: relative;
}
.form__item label.form-label {
  font-weight: 500;
}
.form__item svg.svg-inline--fa.fa-star path, .form__item header.web_header .head_data .user img.svg-inline--fa.fa-star path, header.web_header .head_data .user .form__item img.svg-inline--fa.fa-star path, .form__item header.web_header .head_data .setup img.svg-inline--fa.fa-star path, header.web_header .head_data .setup .form__item img.svg-inline--fa.fa-star path, .form__item header.web_header .head_data .help img.svg-inline--fa.fa-star path, header.web_header .head_data .help .form__item img.svg-inline--fa.fa-star path {
  color: #dc3545;
}
.form__item .form-text.red {
  margin-bottom: 5px;
  color: #dc3545;
}
.form__item .input-group .btn {
  width: 25%;
}

.valid-feedback, .invalid-feedback {
  font-weight: 400;
}

.form__item.label--flex .item--content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}
.form__item.label--flex .noLabel {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.form__item.label--flex .invalid-feedback, .form__item.label--flex .valid-feedback {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.form__item.label--flex label.form-label {
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .form__item.label--flex .item--content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form__item.label--flex label.form-label {
    display: block;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .form__item.label--flex .invalid-feedback, .form__item.label--flex .valid-feedback {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

.form__item.display--inlineblock label {
  display: block;
}
.form__item.display--inlineblock .form-check {
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.form__item.display--flex {
  display: flex;
  align-items: center;
}
.form__item.display--flex .btn {
  white-space: nowrap;
}

input[type=date] {
  color-scheme: red;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: red;
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.form-check label.form-check-label {
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
.form-check .form-select, .form-check .form__item {
  margin-top: 10px;
}
.form-check .form-check-input:checked ~ .form-select, .form-check .form-check-input:checked ~ .form__item .item--content .form-control {
  background-color: #8ccdff;
  border-radius: 4px;
}

.button_box {
  margin: 40px auto 40px;
  text-align: center;
}

.button_box.btn--W100 button.btn {
  width: 100%;
  margin: 0 0 10px;
  display: block;
}

.display--block .btn {
  margin-bottom: 10px;
  display: block;
}

.display--inlineblock .btn {
  margin-bottom: 10px;
  display: inline-block;
}
.display--inlineblock .buttonBox2 .btn {
  width: auto;
  padding: 0.475rem;
  margin: 0 5px 10px;
  display: inline-block;
  font-size: 1.1rem;
  color: #6c757d;
  border-color: #adb5bd;
}
.display--inlineblock .buttonBox2 .btn:active {
  color: #6c757d;
  border-color: #adb5bd;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.display--inlineblock .buttonBox2 .btn:hover {
  color: #6c757d;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.display--inlineblock .buttonBox2 .btn.active {
  color: #fff;
  background-color: #0063b0;
}
.display--inlineblock .buttonBox2 .btn:disabled {
  opacity: 0.4;
}

button.btn, a.btn {
  border: #6c757d 1px solid;
}

button.btn:hover, button.btn:active, a.btn:hover, a.btn:active {
  border: #6c757d 1px solid;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.form-check.form-switch {
  display: block;
  padding-left: 0;
  margin-left: 0;
  align-items: center;
}
.form-check.form-switch .form-check-input {
  width: 2.5rem;
  float: none;
  margin: 0 auto 5px;
}
.form-check.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-check.form-switch .form-check-input:checked ~ .active {
  display: block;
}
.form-check.form-switch .form-check-input:checked ~ .noActive {
  display: none;
}
.form-check.form-switch .form-check-input ~ .active {
  display: none;
}
.form-check.form-switch .form-check-input ~ .noActive {
  display: block;
}

/* Colors: Default */
.toggle-switchy {
  color: #fff;
}

.toggle-switchy > input + .toggle:before {
  content: "ON";
}

.toggle-switchy > input + .toggle:after {
  content: "OFF";
}

.toggle-switchy > input + .toggle > .switch {
  background: #fff;
}

.toggle-switchy > input + .toggle + .label {
  color: #000;
}

.toggle-switchy > input:checked + .toggle {
  background: #198754;
}

.toggle-switchy > input:not(:checked) + .toggle {
  background: #dc3545;
}

.toggle-switchy > input:checked + .toggle > .switch {
  border: 3px solid #198754;
}

.toggle-switchy > input:not(:checked) + .toggle > .switch {
  border: 3px solid #dc3545;
}

.toggle-switchy > input:focus + .toggle,
.toggle-switchy > input:active + .toggle {
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 99, 176, 0.5);
          box-shadow: 0 0 5px 3px rgba(0, 99, 176, 0.5);
}

/* Rounded switch corners 圓角開關 */
.toggle-switchy > input + .toggle {
  border-radius: 4px;
}

.toggle-switchy > input + .toggle .switch {
  border-radius: 6px;
}

/* //////////////////////////
CORE STYLES BELOW - NO TOUCHY 核心風格
////////////////////////// */
.toggle-switchy {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  position: relative;
}

.toggle-switchy:hover {
  cursor: pointer;
}

.toggle-switchy > input {
  position: absolute;
  opacity: 0;
}

.toggle-switchy > input + .toggle {
  align-items: center;
  position: relative;
}

.toggle-switchy > input + .toggle {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.toggle-switchy > input[disabled] + .toggle {
  opacity: 0.5;
}

.toggle-switchy > input[disabled] + .toggle:hover {
  cursor: not-allowed;
}

.toggle-switchy > input + .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.toggle-switchy > input + .toggle > .switch {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 3;
}

/* Labels 標籤 */
.toggle-switchy > input + .toggle:before,
.toggle-switchy > input + .toggle:after {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  height: 100%;
}

.toggle-switchy > input + .toggle:before {
  right: 55%;
}

.toggle-switchy > input + .toggle:after {
  left: 50%;
}

.toggle-switchy > input + .toggle + .label {
  margin-left: 10px;
}

.toggle-switchy[data-label=left] > input + .toggle {
  order: 2;
}

.toggle-switchy[data-label=left] > input + .toggle + .label {
  order: 1;
  margin-left: 0;
  margin-right: 10px;
}

/* Show / Hide 顯示/隱藏 */
.toggle-switchy > input + .toggle:before {
  opacity: 0;
}

.toggle-switchy > input:checked + .toggle:before {
  opacity: 1;
}

.toggle-switchy > input:checked + .toggle:after {
  opacity: 0;
}

/* Transitions 過渡動畫 */
.toggle-switchy > input + .toggle {
  -webkit-transition: background 200ms linear, -webkit-box-shadow 200ms linear;
  transition: background 200ms linear, -webkit-box-shadow 200ms linear;
  transition: background 200ms linear, box-shadow 200ms linear;
  transition: background 200ms linear, box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
}

.toggle-switchy > input + .toggle:before,
.toggle-switchy > input + .toggle:after {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.toggle-switchy > input + .toggle > .switch {
  -webkit-transition: right 200ms linear, border-color 200ms linear;
  transition: right 200ms linear, border-color 200ms linear;
}

/* Size: Extra Large 尺寸設定 */
.toggle-switchy[data-size=xl] > input + .toggle {
  width: 85px;
  height: 40px;
}

.toggle-switchy[data-size=xl] > input + .toggle > .switch {
  width: 40px;
}

.toggle-switchy[data-size=xl] > input + .toggle:before,
.toggle-switchy[data-size=xl] > input + .toggle:after {
  font-size: 1.2rem;
}

.toggle-switchy[data-size=xl] > input:not(:checked) + .toggle > .switch {
  right: calc(100% - 40px);
}

/***************************************************************************/
/*                                    Layout                               */
/***************************************************************************/
/* =============================================================== */
/* Body
/* =============================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  height: 100vh;
  overflow-x: hidden;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row::after {
  display: block;
  clear: both;
  content: "";
}

#content {
  max-width: 1440px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 0 20px;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
}
#content::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  #content {
    width: 100%;
    padding: 0 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 576px) {
  #content {
    width: 100%;
    padding: 0 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

aside {
  background-color: #F9F9F9;
}

main {
  width: 100%;
  margin: 25px 0 40px;
}
main h2 {
  margin-bottom: 40px;
  color: #0063B0;
}
main p {
  margin-bottom: 0px;
}

.main_bar.w100 {
  margin-bottom: 20px;
}
.main_bar.w100 .form_item {
  width: 100%;
  margin-bottom: 0;
}

.main_bar {
  margin-bottom: 20px;
  -moz-column-gap: 20px;
       -webkit-column-gap: 20px;
          column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_bar .left_box {
  width: 100%;
}
.main_bar .left_box .form_item {
  margin-bottom: 0;
}
.main_bar .left_box .form_item label {
  min-width: auto;
  text-align: left;
}
.main_bar .left_box .form_item .input-group input {
  margin-right: 0;
}
.main_bar .right_box {
  width: 100%;
}
.main_bar .right_box .form_item {
  margin-bottom: 0;
}
.main_bar .right_box .form_item .link {
  margin-right: 10px;
}
.main_bar .right_box .form_item.display--flex {
  display: flex;
  align-items: center;
}
.main_bar .right_box .form_item.display--flex label {
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 400;
}
.main_bar .right_box .form_item.display--flex input {
  margin-right: 5px;
}
.main_bar .right_box .form_item.display--flex input.center {
  text-align: center;
  font-weight: 700;
}
.main_bar .green {
  color: #198754;
}
.main_bar .orange {
  color: #fd7e14;
}
.main_bar input.form-control:valid {
  background-image: none;
  border-color: #dee2e6;
}
.main_bar select.form-select:valid:not([multiple]):not([size]) {
  --bs-form-select-bg-icon: none;
  border-color: #dee2e6;
}
@media screen and (max-width: 576px) {
  .main_bar {
    display: block;
  }
  .main_bar .btnOne, .main_bar .btn-outline-secondary {
    width: 100%;
  }
  .main_bar .left_box {
    margin-bottom: 20px;
  }
  .main_bar .input-group select, .main_bar .input-group input {
    width: 100%;
    margin-bottom: 5px;
  }
  .main_bar .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .main_bar .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 4px;
  }
}

/* =============================================================== */
/* Header
/* =============================================================== */
.header_bg {
  width: 100%;
  border-top: #0063B0 4px solid;
  border-bottom: #0063B0 4px solid;
}

header.web_header {
  max-width: 1440px;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.web_header .head_company button {
  display: none;
  border: 0px none;
  background-color: transparent;
  -webkit-transform: scale(1);
          transform: scale(1);
}
header.web_header .head_company button svg, header.web_header .head_company button .head_data .user img, header.web_header .head_data .user .head_company button img, header.web_header .head_company button .head_data .setup img, header.web_header .head_data .setup .head_company button img, header.web_header .head_company button .head_data .help img, header.web_header .head_data .help .head_company button img, header.web_header .head_company button img {
  width: 35px;
  height: 35px;
}
header.web_header .head_company button svg path, header.web_header .head_company button .head_data .user img path, header.web_header .head_data .user .head_company button img path, header.web_header .head_company button .head_data .setup img path, header.web_header .head_data .setup .head_company button img path, header.web_header .head_company button .head_data .help img path, header.web_header .head_data .help .head_company button img path, header.web_header .head_company button img path {
  fill: #6c757d;
}
header.web_header .head_company .logo {
  width: 230px;
  height: 68px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/logo.svg) no-repeat 0px 0px/cover;
}
header.web_header .head_company .logoTataTnn {
  width: 230px;
  height: 42px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/wowalink_LOGO-1.svg) no-repeat 0px 0px/cover;
}
header.web_header .head_data .user, header.web_header .head_data .setup, header.web_header .head_data .help {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header.web_header .head_data .user svg, header.web_header .head_data .user img, header.web_header .head_data .setup svg, header.web_header .head_data .setup img, header.web_header .head_data .help svg, header.web_header .head_data .help img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
header.web_header .head_data .user svg path, header.web_header .head_data .user img path, header.web_header .head_data .setup svg path, header.web_header .head_data .setup img path, header.web_header .head_data .help svg path, header.web_header .head_data .help img path {
  fill: #444;
}
header.web_header .head_data .user img, header.web_header .head_data .setup img, header.web_header .head_data .help img {
  width: 40px;
  height: 40px;
  border-radius: 30px;
}
header.web_header .head_data .user a, header.web_header .head_data .setup a, header.web_header .head_data .help a {
  color: #444;
  text-decoration: none;
}
header.web_header .head_data .setup > a {
  padding: 0;
  border: 0px none;
  background-color: transparent;
}
header.web_header .head_data .setup svg path, header.web_header .head_data .setup img path {
  fill: #b04d00;
}
header.web_header .head_data .setup .dropdown-menu {
  border: #0063B0 1px solid;
}
header.web_header .head_data .setup .dropdown-menu a:hover {
  color: #fff;
  background-color: #0063B0;
}
header.web_header .head_data .help {
  margin-right: 0;
}
header.web_header .head_data .help svg path, header.web_header .head_data .help img path, header.web_header .head_data .help svg circle, header.web_header .head_data .help img circle {
  fill: #b04d00;
}
header.web_header .offcanvas-header svg path, header.web_header .offcanvas-header .head_data .user img path, header.web_header .head_data .user .offcanvas-header img path, header.web_header .offcanvas-header .head_data .setup img path, header.web_header .head_data .setup .offcanvas-header img path, header.web_header .offcanvas-header .head_data .help img path, header.web_header .head_data .help .offcanvas-header img path, header.web_header .offcanvas-header svg circle, header.web_header .offcanvas-header .head_data .user img circle, header.web_header .head_data .user .offcanvas-header img circle, header.web_header .offcanvas-header .head_data .setup img circle, header.web_header .head_data .setup .offcanvas-header img circle, header.web_header .offcanvas-header .head_data .help img circle, header.web_header .head_data .help .offcanvas-header img circle {
  fill: #b04d00;
}
header.web_header .offcanvas-body {
  width: 99%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  header.web_header .head_company button {
    display: inline-block;
  }
  header.web_header .head_data .setup, header.web_header .head_data .help {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header.web_header .head_company {
    height: 65px;
  }
  header.web_header .head_company button {
    margin-top: 15px;
    display: inline-block;
  }
  header.web_header .head_company .logo {
    width: 205px;
    height: 60px;
    position: absolute;
    left: 43%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/logo.svg) no-repeat 0px 0px/cover;
  }
  header.web_header .head_company .logoTataTnn {
    width: 87px;
    height: 65px;
    position: absolute;
    left: 47%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/wowalink_LOGO.svg) no-repeat 0px 0px/cover;
  }
  header.web_header .head_data {
    padding-top: 5px;
  }
  header.web_header .head_data .setup, header.web_header .head_data .help {
    display: none;
  }
}

/* =============================================================== */
/* Footer
/* =============================================================== */
footer.web__footer {
  padding: 30px 0;
  text-align: center;
  background-color: #000;
}
footer.web__footer::after {
  display: block;
  clear: both;
  content: "";
}
footer.web__footer .foot_box {
  width: 1440px;
  margin: 0 auto;
}
footer.web__footer p {
  color: #666;
}
@media screen and (max-width: 576px) {
  footer.web__footer .foot_box {
    width: 100%;
  }
}

.copyright_box {
  padding: 5px 10px;
  text-align: center;
  color: #999;
}

#D1:before, #D2:before, #D3:before, #D4:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}

.toTop-arrow {
  background-color: red;
  padding: 2px 5px 5px;
  margin: 0;
  border: 0;
  position: fixed;
  right: 1.5%;
  bottom: 5%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: none;
  border-radius: 10px;
}

/***************************************************************************/
/*                                   attendee                              */
/***************************************************************************/
.danger {
  color: #dc3545 !important;
}

.success {
  color: #198754 !important;
}

.unconfirmed {
  color: #0d6efd !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.binding .danger, .binding .unconfirmed {
  font-size: 1.3rem;
  font-weight: 500;
}

.form__item .modal-content {
  background-color: #e3f3ff;
}
.form__item .modal-header {
  background-color: #fff;
}
.form__item .modal-body {
  margin: 0 auto;
  text-align: center;
}

.item__list {
  min-height: 250px;
  padding: 20px;
  margin-top: 20px;
  border: #dee2e6 1px solid;
  border-radius: 5px;
}
.item__list .form-check {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.item__list .form-check .form-check-input {
  margin-right: 7px;
}

.ShelfManagement_box.display--block {
  margin-top: 90px;
}
.ShelfManagement_box.display--block .btn {
  margin-bottom: 20px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}
@media screen and (max-width: 576px) {
  .ShelfManagement_box.display--block {
    margin-top: 0;
  }
  .ShelfManagement_box.display--block .btn {
    width: 100%;
  }
}

.button_box {
  margin: 40px auto;
  text-align: center;
}
.button_box button.btn {
  width: auto;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 5px;
  color: #0063B0;
  background-color: #F8F9FA;
  border: #0063B0 1px solid;
}
.button_box button.btn:hover, .button_box button.btn:active {
  color: #0063B0;
  background-color: #97d1ff;
  border: #0063B0 1px solid;
}
@media screen and (max-width: 576px) {
  .button_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .button_box button.btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}

button.btn, a.btn {
  margin: 0;
  text-align: center;
  color: #6C757D;
  border: #CED4DA 1px solid;
  background-color: #F8F9FA;
}
button.btn:hover, button.btn:active, a.btn:hover, a.btn:active {
  color: #6C757D;
  border: #CED4DA 1px solid;
  background-color: #F8F9FA;
}

.btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #6C757D;
  border: #CED4DA 1px solid;
  background-color: #F8F9FA;
}

.btnOne {
  padding-right: 4rem;
  padding-left: 4rem;
}

button.addItem {
  top: -10px;
  right: 0px;
  padding: 0.375rem 0.7rem;
  color: #fff;
  background-color: #0063B0;
  border: #003864 1px solid;
  border-radius: 40px;
}
button.addItem:hover {
  background-color: #0080e3;
}
button.addItem svg, button.addItem header.web_header .head_data .user img, header.web_header .head_data .user button.addItem img, button.addItem header.web_header .head_data .setup img, header.web_header .head_data .setup button.addItem img, button.addItem header.web_header .head_data .help img, header.web_header .head_data .help button.addItem img {
  width: 15px;
  height: 15px;
  padding: 3px;
  vertical-align: sub;
  background-color: #fff;
  border: #003864 1px solid;
  border-radius: 50px;
}
button.addItem svg path, button.addItem header.web_header .head_data .user img path, header.web_header .head_data .user button.addItem img path, button.addItem header.web_header .head_data .setup img path, header.web_header .head_data .setup button.addItem img path, button.addItem header.web_header .head_data .help img path, header.web_header .head_data .help button.addItem img path {
  fill: #0063B0;
}

button.addItem:disabled {
  opacity: 0.65;
}
button.addItem:disabled:hover {
  background-color: #0063B0;
}

nav.web_pagination {
  margin-top: 40px;
}
nav.web_pagination a {
  color: #b04d00;
  border-color: #b04d00;
}
nav.web_pagination a:hover {
  color: #b04d00;
  border-color: #b04d00;
  background-color: #ffc497;
}
nav.web_pagination .active > .page-link, nav.web_pagination .page-link.active {
  background-color: #b04d00;
  border-color: #b04d00;
}
nav.web_pagination .active > .page-link:hover, nav.web_pagination .page-link.active:hover {
  color: #fff;
}
nav.web_pagination .page-link:focus {
  color: #b04d00;
}

.date {
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}
.date button.rd-back {
  left: 10px;
  width: 30px;
  height: 30px;
  top: 7px;
  position: absolute;
  background-color: #0063B0;
  border: #fff 1px solid;
  border-radius: 20px;
}
.date button.rd-back:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #00467d;
}
.date button.rd-back::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 2px;
  left: 1px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.date button.rd-next {
  right: 10px;
  width: 30px;
  height: 30px;
  top: 7px;
  position: absolute;
  background-color: #0063B0;
  border: #fff 1px solid;
  border-radius: 20px;
}
.date button.rd-next:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #00467d;
}
.date button.rd-next::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 2px;
  right: 1px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.date .rd-month-label {
  padding: 10px;
  color: #fff;
  background-color: #0063B0;
  border-top: #00467d 2px solid;
  border-radius: 5px 5px 0 0;
}
.date .rd-month-label .year, .date .rd-month-label .month {
  margin: 0 4px;
  display: inline-block;
}
.date table {
  width: 100%;
  border: #eee 1px solid;
}
.date table th, .date table td {
  padding: 7px 3px;
  background-color: #f9f9f9;
}
.date table thead th {
  color: #0063B0;
  font-weight: normal;
  background-color: #EEEEEE;
}
.date table td {
  color: #444;
  vertical-align: top;
}
.date table td:hover {
  cursor: pointer;
}
.date table td.rd-day-selected {
  background-color: #ffefe3;
  border-radius: 5px;
}
.date table td .room {
  margin-top: 5px;
  font-size: 0.85rem;
  display: block;
  color: #aaa;
}
.date table td .price {
  font-size: 0.75rem;
  display: block;
  color: #b04d00;
  font-weight: 500;
}
.date table td .price span.br {
  display: block;
}
.date table td .price.active {
  color: #dc3545;
}
.date table .rd-day-prev-month {
  color: #ced4da;
}
.date table .rd-day-prev-month .room {
  color: #ced4da;
}
.date table .rd-day-prev-month .price {
  opacity: 0.4;
}

/* ********************************************************/
/*                         Login                          */
/**********************************************************/
body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

body.register {
  background: #F9F9F9 url(../images/login_bg_img.png) no-repeat fixed 0px bottom/100%;
}

.login_bg {
  width: 100vw;
  height: 80vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.login_box h2 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  color: #0063B0;
  border-bottom: #0063B0 2px solid;
}
.login_box .form__item input {
  margin-right: 10px;
}
.login_box .form__item a {
  display: block;
}
.login_box .form__item a svg, .login_box .form__item a header.web_header .head_data .user img, header.web_header .head_data .user .login_box .form__item a img, .login_box .form__item a header.web_header .head_data .setup img, header.web_header .head_data .setup .login_box .form__item a img, .login_box .form__item a header.web_header .head_data .help img, header.web_header .head_data .help .login_box .form__item a img {
  width: 20px;
  height: 20px;
}
.login_box .form__item a svg path, .login_box .form__item a header.web_header .head_data .user img path, header.web_header .head_data .user .login_box .form__item a img path, .login_box .form__item a header.web_header .head_data .setup img path, header.web_header .head_data .setup .login_box .form__item a img path, .login_box .form__item a header.web_header .head_data .help img path, header.web_header .head_data .help .login_box .form__item a img path {
  fill: #0063B0;
}
.login_box .login_bottom {
  margin-top: 20px;
  text-align: center;
}
.login_box .login_bottom a {
  padding: 0 5px;
  color: #0063B0;
  text-decoration: none;
}
.login_box button {
  color: #0063B0;
  background-color: #F8F9FA;
  border: #0063B0 1px solid;
}
.login_box button:hover {
  color: #0063B0;
  background-color: #F8F9FA;
  border: #0063B0 1px solid;
}
@media screen and (max-width: 576px) {
  .login_box .code_img {
    margin: 5px 20px 0 0;
  }
  .login_box svg, .login_box header.web_header .head_data .user img, header.web_header .head_data .user .login_box img, .login_box header.web_header .head_data .setup img, header.web_header .head_data .setup .login_box img, .login_box header.web_header .head_data .help img, header.web_header .head_data .help .login_box img {
    vertical-align: middle;
  }
  .login_box .form__item {
    display: flex;
  }
  .login_box .form__item button {
    width: 100%;
  }
}

/* ********************************************************/
/*                         Register                       */
/**********************************************************/
/* =============================================================== */
/* TataTnn-orderlist.html 訂單列表
/* =============================================================== */
.modal .modal-header h4 {
  margin-bottom: 0;
  color: #0063B0;
}
.modal .modal-body h4 {
  margin-bottom: 20px;
  color: #0063B0;
}
.modal .modal-body h5 {
  padding-left: 50px;
  margin-bottom: 15px;
  position: relative;
  color: #b04d00;
  background-color: #fff;
}
.modal .modal-body h5::before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  bottom: 10px;
  background-color: #b04d00;
  width: 3%;
  left: 0;
}
.modal .modal-body h5::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  bottom: 10px;
  background-color: #b04d00;
  width: 87%;
  right: 0;
}
.modal .modal-body img {
  width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .modal .modal-body h5::before {
    width: 6%;
  }
  .modal .modal-body h5::after {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .modal .modal-body h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal .modal-body h5::before {
    width: 10%;
  }
  .modal .modal-body h5::after {
    width: 60%;
  }
}
.modal .button_box {
  margin-bottom: 0;
}
.modal .remark2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.modal .remark3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}
.modal .form__Layout + h4, .modal .form__Layout2-3_1 + h4, .modal .form__Layout3-1a1 + h4, .modal .form__Layout2 + h4, .modal .form__Layout3 + h4, .modal .form__Layout4 + h4, .modal .form__Layout5 + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .modal .remark3 {
    -ms-grid-column: auto;
        grid-column-start: auto;
    grid-column-end: auto;
    -ms-grid-row: auto;
        grid-row-start: auto;
    grid-row-end: auto;
  }
  .modal .remark {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

.LayoutFlexSB {
  margin-top: 5px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LayoutFlexSB .right {
  min-width: 85px;
  display: flex;
  justify-content: space-between;
}

.priceBox {
  padding-top: 15px;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  border-top: #0063B0 1px solid;
}

.accordion-item {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom: 0px none;
  background-color: transparent;
}
.accordion-item .btn {
  width: 100%;
  padding: 0.575rem 0;
  margin: 0 5px;
  font-size: 1.1rem;
  color: #0063B0;
  border-color: #0063B0;
}
.accordion-item .btn:active {
  color: #0063B0;
  border-color: #0063B0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.accordion-item .btn:hover {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.accordion-item .btn:hover::after {
  content: "";
  -webkit-animation: bgColor 0.2s linear 0s;
          animation: bgColor 0.2s linear 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0063B0;
  border-radius: 0.375rem;
}
@-webkit-keyframes bgColor {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes bgColor {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.accordion-header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.accordion-header .btn {
  margin: 0;
}

.accordion-body {
  padding: 10px 0;
  text-align: left;
}

.ProjectsBox ul {
  padding: 0;
  margin: 0 0 5px 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 100px;
}
.ProjectsBox ul li {
  margin-bottom: 0;
}
.ProjectsBox ul li .form-check {
  margin: 0;
}
.ProjectsBox ul li label.form-check-label {
  margin-left: 5px;
}
.ProjectsBox ul li .form-check-input {
  margin-right: 0;
}
.ProjectsBox ul li .form-select {
  margin-top: 5px;
}
.ProjectsBox ul li .form-check-input:checked ~ .form-select {
  background-color: #b0dcff;
}
@media screen and (max-width: 576px) {
  .ProjectsBox ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.settings_box {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.settings_box .form_item {
  margin-bottom: 0;
}
.settings_box .form__item.check_box {
  margin-bottom: 0;
}
.settings_box .check_box {
  display: inline-block;
}
.settings_box .check_box .form-check {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.settings_box .check_box .form-check .form-check-label {
  color: #0063B0;
}
.settings_box .button_boxbtn--W100 .btn {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .settings_box {
    padding: 0;
    background-color: transparent;
  }
}

.settings_box.active {
  display: block;
}

.data_box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.data_box .form__item {
  width: 100%;
  padding: 0;
  margin: 0;
}
.data_box .date_interval {
  padding: 0;
  margin: 0 2px;
}

/***************************************************************************/
/*                                 SideBar                                 */
/***************************************************************************/
/* ============================ key in ============================ */
@media screen and (min-width: 576px) and (max-width: 992px) {
  aside#asideAdmin {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  aside#asideAdmin {
    display: none;
  }
}

.offcanvas-header a {
  margin-right: 20px;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.offcanvas-header svg, .offcanvas-header header.web_header .head_data .user img, header.web_header .head_data .user .offcanvas-header img, .offcanvas-header header.web_header .head_data .setup img, header.web_header .head_data .setup .offcanvas-header img, .offcanvas-header header.web_header .head_data .help img, header.web_header .head_data .help .offcanvas-header img, .offcanvas-header img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}

.offcanvas-body {
  background-color: #F9F9F9;
}

#asideAdmin {
  height: 91dvh;
  padding: 30px 0 30px;
}
#asideAdmin .aside_item h5 {
  width: 90%;
  padding: 7px 15px;
  margin-bottom: 0;
  color: #0063B0;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 0px none;
  border-radius: 0 50px 50px 0;
}
#asideAdmin .aside_item .svg, #asideAdmin .aside_item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#asideAdmin .aside_item .svg path, #asideAdmin .aside_item img path {
  fill: #0063B0;
  -webkit-animation: text 0.3s ease infinite;
          animation: text 0.3s ease infinite;
}
#asideAdmin .aside_item .card {
  border: 0px none;
  background-color: transparent;
}
#asideAdmin .aside_item .card a {
  padding: 7px 0;
  color: #444;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#asideAdmin .aside_item .card a:hover {
  font-weight: 500;
  color: #0063B0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#asideAdmin .aside_item .card a.active {
  color: #0063B0;
}
#asideAdmin .aside_item .card a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  #asideAdmin {
    padding: 10px 0 0px;
  }
  #asideAdmin .aside_item .card a {
    font-size: 1.25rem;
  }
}

/***************************************************************************/
/*                             Responsive_Plug                             */
/***************************************************************************/
@media screen and (min-width: 992px) {
  table.responTable {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-rendering: optimizeLegibility;
  }
  table.responTable thead tr th, table.responTable thead tr td, table.responTable tbody tr th, table.responTable tbody tr td {
    color: #444;
    padding: 10px 5px;
    font-weight: normal;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }
  table.responTable thead tr th a, table.responTable thead tr td a, table.responTable tbody tr th a, table.responTable tbody tr td a {
    min-width: 26px;
    display: inline-block;
    color: #727171;
    *display: inline;
    *zoom: 1;
    text-decoration: underline;
    margin: 0 5px 0 0;
    cursor: pointer;
  }
  table.responTable thead tr th {
    text-align: center;
    background: #e9ecef;
  }
  table.responTable tbody tr td {
    text-align: center;
    color: #727171;
    border-bottom: #ced4da 1px solid;
  }
  table.responTable tbody tr td .td_content a {
    padding: 0.375rem 0.75rem;
    margin: 0 0 5px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #6C757D;
    border: #CED4DA 1px solid;
    background-color: #F8F9FA;
    border-radius: 0.375rem;
    text-decoration: none;
  }
  table.responTable tbody tr td .td_content a:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  table.responTable tbody tr td .td_content .btn.details {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }
  table.responTable tbody tr:nth-child(2n) td {
    background-color: #f8f8f8;
  }
  table.responTable tr.odd {
    background: #dee2e6;
  }
  table.responTable tbody.odd tr:nth-child(2n+2) {
    background: #dee2e6;
  }
  table.responTable thead tr th span.green {
    color: #198754;
  }
  table.responTable thead tr th span.orange {
    color: #fd7e14;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  table.responTable {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-rendering: optimizeLegibility;
  }
  table.responTable thead tr th, table.responTable thead tr td, table.responTable tbody tr th, table.responTable tbody tr td {
    color: #444;
    padding: 10px 5px;
    font-weight: normal;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }
  table.responTable thead tr th a, table.responTable thead tr td a, table.responTable tbody tr th a, table.responTable tbody tr td a {
    min-width: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: underline;
    margin: 0 5px 0 0;
    cursor: pointer;
  }
  table.responTable thead tr th {
    text-align: center;
    background: #e9ecef;
  }
  table.responTable thead tr th span {
    display: block;
  }
  table.responTable tbody tr td {
    text-align: center;
    color: #727171;
    border-bottom: #ced4da 1px solid;
  }
  table.responTable tbody tr td .td_content a {
    padding: 0.375rem 0.75rem;
    margin: 0 0 5px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #6C757D;
    border: #CED4DA 1px solid;
    background-color: #F8F9FA;
    border-radius: 0.375rem;
    text-decoration: none;
  }
  table.responTable tbody tr td .td_content a:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  table.responTable tbody tr td .td_content .btn.details {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }
  table.responTable tbody tr:nth-child(2n) td {
    background-color: #f8f8f8;
  }
  table.responTable tr.odd {
    background: #dee2e6;
  }
  table.responTable tbody.odd tr:nth-child(2n+2) {
    background: #dee2e6;
  }
}
@media screen and (max-width: 576px) {
  table.responTable {
    display: block;
    border: none;
  }
  table.responTable thead {
    display: none;
  }
  table.responTable tbody tr {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
  }
  table.responTable tbody tr td {
    color: #727171;
    position: relative;
    margin-bottom: 0;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    border-bottom: #ced4da 1px solid;
    border-right: #ced4da 1px solid;
    border-left: #ced4da 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.responTable tbody tr td:last-child {
    border-bottom: #ced4da 1px solid;
  }
  table.responTable tbody tr td div.td_content {
    width: 60%;
    color: #727171;
    display: table-cell;
    padding: 5px 10px;
    text-align: left;
    border-left: #ced4da 1px solid;
  }
  table.responTable tbody tr td .td_content a {
    padding: 0.375rem 0.75rem;
    margin: 0 0 5px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #6C757D;
    border: #CED4DA 1px solid;
    background-color: #F8F9FA;
    border-radius: 0.375rem;
    text-decoration: none;
  }
  table.responTable tbody tr td .td_content a:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  table.responTable tbody tr td .td_content .btn.details {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }
  table.responTable tbody tr td:first-child {
    border-top: #ced4da 1px solid;
  }
  table.responTable tbody tr td:before {
    width: 140px;
    margin: 0;
    padding: 0 5px;
    color: #444;
    background: #f2f4f5;
    content: attr(data-th);
    display: table-cell;
    left: 0; /* border-right: $t_color $t_width $t_style; */
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.responTable tbody tr:not(:last-child) {
    border-right: none;
    border-bottom: none;
  }
}