@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@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..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) {
  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                                 */
/***************************************************************************/
/***************************************************************************/
/*                                 Style                                   */
/***************************************************************************/
.success {
  color: #198754;
}

.danger {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

.info {
  color: #0dcaf0;
}

.bg--success {
  background-color: #198754;
}

.bg--danger {
  background-color: #dc3545;
}

.bg--warning {
  background-color: #ffc107;
}

.bg--info {
  background-color: #0dcaf0;
}

/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #727171;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #444;
  margin-top: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1.8125rem;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.8125rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.3125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 2.25rem;
  }
  h2, .h2 {
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    margin-bottom: 1.875rem;
  }
  h4, .h4 {
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    margin-bottom: 1.125rem;
  }
  h6, .h6 {
    margin-bottom: 0rem;
  }
}
p, li, th, td {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #727171;
  margin-bottom: 1.5rem;
}

th, td {
  line-height: 1.25rem;
  margin-bottom: 0;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

dl, ol, ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

/***************************************************************************/
/*                                FormStyle                                */
/***************************************************************************/
label.form-label {
  font-weight: 500;
}

input.form-control, select.form-select, textarea.form-control {
  color: #727171;
}

.form-control.is-valid:focus {
  border-color: #6D834B;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}

.form-select.is-valid {
  border-color: #6D834B;
}

.was-validated .form-control:valid:focus {
  border-color: #6D834B;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}
.was-validated .form-control:invalid:focus {
  border-color: #6D834B;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}
.was-validated .form-control:valid {
  border-color: #6D834B;
}
.was-validated .form-select:valid {
  border-color: #6D834B;
}
.was-validated .form-select:valid:focus {
  border-color: #6D834B;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}
.was-validated .form-check-input:valid:checked {
  background-color: #6D834B;
}
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}
.was-validated .form-check-input:valid {
  border-color: #6D834B;
}
.was-validated .form-check.form-switch .form-check-input:valid ~ .form-check-label {
  color: #727171;
}
.was-validated .form-check.form-switch .form-check-input:valid ~ .form-check-label.success {
  color: #198754;
}
.was-validated .form-check.form-switch .form-check-input:valid ~ .form-check-label.danger {
  color: #dc3545;
}
.was-validated .toggle-switchy .form-check-input:valid ~ .form-check-label {
  color: #727171;
}
.was-validated .toggle-switchy .form-check-input:valid ~ .form-check-label.success {
  color: #198754;
}
.was-validated .toggle-switchy .form-check-input:valid ~ .form-check-label.danger {
  color: #dc3545;
}

.was-validated :invalid ~ .clr-break-row .invalid-feedback,
.was-validated :invalid ~ .clr-break-row .invalid-tooltip {
  display: block;
}

.was-validated :valid ~ .clr-break-row .valid-feedback,
.was-validated :valid ~ .clr-break-row .valid-tooltip {
  display: block;
}

/* =============================================================== */
/* 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=password]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #adb5bd;
  font-weight: 300;
  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=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #adb5bd;
  font-weight: 300;
  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=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #adb5bd;
  font-weight: 300;
  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=password]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #adb5bd;
  font-weight: 300;
  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=password]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #adb5bd;
  font-weight: 300;
  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-color:valid {
  width: 50px !important;
  padding: 1px 2px !important;
  background-image: none !important;
}

input[type=range] {
  width: 100%;
}

.form-control:focus {
  border-color: #b8c89f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}

input[type=text].ring-primary-500 {
  -webkit-box-shadow: 0px 0px 0px 1px #6D834B;
          box-shadow: 0px 0px 0px 1px #6D834B;
}

input.focus\:ring-2:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #6D834B;
          box-shadow: 0px 0px 0px 1px #6D834B;
}

/* =============================================================== */
/* 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: #b8c89f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}

button.focus\:ring-2:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #6D834B;
          box-shadow: 0px 0px 0px 1px #6D834B;
}

/* =============================================================== */
/* Checkbox, Radio, Switches, Checkbox Button, Radio Button
/* =============================================================== */
input[type=checkbox], input[type=radio] {
  width: 25px;
  height: 25px;
}

input[type=checkbox]:checked, input[type=radio]:checked, .form-check-input:checked {
  background-color: #6D834B;
  border-color: #b8c89f;
}

.form-check {
  min-height: auto;
  margin-bottom: 0.5rem;
}

.form-check-input {
  margin-top: 0;
  margin-right: 0.3rem;
}

.form-check-input:focus {
  border-color: #b8c89f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(109, 131, 75, 0.25);
}

.form-switch {
  display: flex;
  align-items: center;
}
.form-switch .form-check-input {
  width: 2.5rem;
  margin-right: 0.5rem;
}
.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-switch .form-check-input:checked ~ .active {
  display: block;
}
.form-switch .form-check-input:checked ~ .noActive {
  display: none;
}
.form-switch .form-check-input ~ .active {
  display: none;
}
.form-switch .form-check-input ~ .noActive {
  display: block;
}

input.full[type=checkbox],
input.full[type=radio] {
  position: absolute;
  opacity: 0;
}

.form-checkbox.text-primary-500:checked, .form-radio.text-primary-500:checked {
  background-color: #6D834B;
}

/* =============================================================== */
/* 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;
}

textarea.focus\:ring-2:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #6D834B;
          box-shadow: 0px 0px 0px 1px #6D834B;
}

/* =============================================================== */
/* 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);
}

button.bg-primary-500 {
  background-color: #6D834B;
}

button.bg-primary-500:hover {
  background-color: #88a35e;
}

.hover\:bg-primary-50 {
  color: #6D834B;
}

.hover\:bg-primary-50:hover {
  color: #6D834B;
  background-color: #d0dbbf;
}

/* =============================================================== */
/* range
/* =============================================================== */
input[type=range].text-primary-500 {
  color: #6D834B;
}

input[type=range] ~ span.bg-primary-500 {
  background-color: #6D834B;
}

/***************************************************************************/
/*                                    Plug                                 */
/***************************************************************************/
.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 0.5rem !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 0.5rem !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.Layout_1 {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.Layout_2 {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.Layout_3 {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.Layout_4 {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.Layout_5 {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.Layout2-1a {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.Layout2-a1 {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

/* ====================== 文字 ====================== */
.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/* ====================== 圖片 ====================== */
img.center {
  margin: 0 auto;
  display: block;
}

/* ====================== 浮動 ====================== */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

.ai_top {
  align-items: flex-start !important;
}

.ai_bottom {
  align-items: flex-end !important;
}

.ai_center {
  align-items: center !important;
}

.gap_8 {
  gap: 0 0.5rem !important;
}

.gap_0, .noGap {
  gap: 0 !important;
}

/* =============================================================== */
/* 表格 Table
/* =============================================================== */
table {
  caption-side: top;
}

table.style_table {
  border-top: #dee2e6 1px solid;
  border-left: #dee2e6 1px solid;
}
table.style_table th, table.style_table td {
  padding: 8px 10px;
  border-right: #dee2e6 1px solid;
  border-bottom: #dee2e6 1px solid;
}
table.style_table thead tr th {
  color: #fff;
  background-color: #89B828;
  white-space: nowrap;
}
table.style_table thead tr td {
  font-weight: bold;
  background-color: #89B828;
}
table.style_table tr:nth-child(2n) td {
  background: #f3f9e6;
}
table.style_table td .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
}

table.style_table_left {
  margin: 0 auto 20px auto;
  border-top: #dee2e6 1px solid;
  border-left: #dee2e6 1px solid;
}
table.style_table_left th, table.style_table_left td {
  padding: 8px 10px;
  text-align: center;
  border-right: #dee2e6 1px solid;
  border-bottom: #dee2e6 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:nth-child(2n) td {
  background: #f3f9e6;
}
table.style_table_left td .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
}

/* =============================================================== */
/* RWD
/* =============================================================== */
.Desktop, .Pad {
  display: block !important;
}

.Mobile {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .Desktop, .Pad {
    display: none !important;
  }
  .Mobile {
    display: block !important;
  }
}
.Desktop_table, .Pad_table {
  display: table !important;
}

.Mobile_table {
  display: none;
}

@media screen and (max-width: 576px) {
  .Desktop_table, .Pad_table {
    display: none !important;
  }
  .Mobile_table {
    display: table !important;
  }
}
/* =============================================================== */
/* 特效
/* =============================================================== */
.Ul__Nav--hover li.active {
  background: rgba(109, 131, 75, 0.3);
}

.ServicesArchitectureNav.NavRight {
  width: 100%;
  position: relative;
}
.ServicesArchitectureNav.NavRight .navTop {
  width: 100%;
  position: absolute;
  top: 0px;
  display: -ms-grid;
  display: grid;
}
.ServicesArchitectureNav.NavRight .navTop ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.ServicesArchitectureNav.NavRight .navTop li {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.ServicesArchitectureNav.NavRight .navTop svg {
  height: 60px;
}
.ServicesArchitectureNav.NavRight .navTop svg path {
  fill: #fff;
}
.ServicesArchitectureNav.NavRight .navTop a {
  padding: 5px 20px 9px;
  color: #727171;
  display: block;
  text-decoration: none;
  border: #fff 1px solid;
  border-radius: 20rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ServicesArchitectureNav.NavRight .navTop a:hover {
  color: #fff;
  background-color: #6D834B;
  text-shadow: 1px 1px 3px #555;
  border: #526338 1px solid;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ServicesArchitectureNav.NavRight .CardStickyCorner {
  position: absolute;
  top: 60px;
}
.ServicesArchitectureNav.NavRight img {
  width: 100%;
  border-radius: 2.5rem;
}
.ServicesArchitectureNav.NavRight .navTop {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
.ServicesArchitectureNav.NavRight .navTop ul {
  border-radius: 2.3rem 0 0 0;
}
.ServicesArchitectureNav.NavRight .navTop svg.right {
  padding-right: 180px;
}
.ServicesArchitectureNav.NavRight .navTop svg.left {
  display: none;
}
.ServicesArchitectureNav.NavRight .CardStickyCorner {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ServicesArchitectureNav.NavLeft {
  width: 100%;
  position: relative;
}
.ServicesArchitectureNav.NavLeft .navTop {
  width: 100%;
  position: absolute;
  top: 0px;
  display: -ms-grid;
  display: grid;
}
.ServicesArchitectureNav.NavLeft .navTop ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.ServicesArchitectureNav.NavLeft .navTop li {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.ServicesArchitectureNav.NavLeft .navTop svg {
  height: 60px;
}
.ServicesArchitectureNav.NavLeft .navTop svg path {
  fill: #fff;
}
.ServicesArchitectureNav.NavLeft .navTop a {
  padding: 5px 20px 9px;
  color: #727171;
  display: block;
  text-decoration: none;
  border: #fff 1px solid;
  border-radius: 20rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ServicesArchitectureNav.NavLeft .navTop a:hover {
  color: #fff;
  background-color: #6D834B;
  text-shadow: 1px 1px 3px #555;
  border: #526338 1px solid;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ServicesArchitectureNav.NavLeft .CardStickyCorner {
  position: absolute;
  top: 60px;
}
.ServicesArchitectureNav.NavLeft img {
  width: 100%;
  border-radius: 2.5rem;
}
.ServicesArchitectureNav.NavLeft .navTop {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.ServicesArchitectureNav.NavLeft .navTop ul {
  border-radius: 0 2.3rem 0 0;
}
.ServicesArchitectureNav.NavLeft .navTop svg.right {
  display: none;
}
.ServicesArchitectureNav.NavLeft .navTop svg.left {
  padding-right: 180px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ServicesArchitectureNav.NavLeft .CardStickyCorner {
  right: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ServicesArchitectureBox__TL {
  width: 100%;
  position: relative;
}
.ServicesArchitectureBox__TL img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2.5rem;
}
.ServicesArchitectureBox__TL .TextCard {
  z-index: 10;
  max-width: 500px;
  position: absolute;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 2rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ServicesArchitectureBox__TL .TextCard .CardStickyCorner1, .ServicesArchitectureBox__TL .TextCard .CardStickyCorner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  overflow: hidden;
}
.ServicesArchitectureBox__TL .TextCard {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 0 0 2.5rem 0;
}
.ServicesArchitectureBox__TL .TextCard .CardStickyCorner1 {
  top: 0px;
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ServicesArchitectureBox__TL .TextCard .CardStickyCorner2 {
  bottom: -40px;
  left: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ServicesArchitectureBox__TR {
  width: 100%;
  position: relative;
}
.ServicesArchitectureBox__TR img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2.5rem;
}
.ServicesArchitectureBox__TR .TextCard {
  z-index: 10;
  max-width: 500px;
  position: absolute;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 2rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ServicesArchitectureBox__TR .TextCard .CardStickyCorner1, .ServicesArchitectureBox__TR .TextCard .CardStickyCorner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  overflow: hidden;
}
.ServicesArchitectureBox__TR .TextCard {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  border-radius: 0 0 0 2.5rem;
}
.ServicesArchitectureBox__TR .TextCard .CardStickyCorner1 {
  top: 0px;
  left: -40px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.ServicesArchitectureBox__TR .TextCard .CardStickyCorner2 {
  bottom: -40px;
  right: 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ServicesArchitectureBox__BL {
  width: 100%;
  position: relative;
}
.ServicesArchitectureBox__BL img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2.5rem;
}
.ServicesArchitectureBox__BL .TextCard {
  z-index: 10;
  max-width: 500px;
  position: absolute;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 2rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ServicesArchitectureBox__BL .TextCard .CardStickyCorner1, .ServicesArchitectureBox__BL .TextCard .CardStickyCorner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  overflow: hidden;
}
.ServicesArchitectureBox__BL .TextCard {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  border-radius: 0 2.5rem 0 0;
}
.ServicesArchitectureBox__BL .TextCard .CardStickyCorner1 {
  top: -40px;
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ServicesArchitectureBox__BL .TextCard .CardStickyCorner2 {
  bottom: 0px;
  right: -40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ServicesArchitectureBox__BR {
  width: 100%;
  position: relative;
}
.ServicesArchitectureBox__BR img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2.5rem;
}
.ServicesArchitectureBox__BR .TextCard {
  z-index: 10;
  max-width: 500px;
  position: absolute;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 2rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ServicesArchitectureBox__BR .TextCard .CardStickyCorner1, .ServicesArchitectureBox__BR .TextCard .CardStickyCorner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  overflow: hidden;
}
.ServicesArchitectureBox__BR .TextCard {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 2.5rem 0 0 0;
}
.ServicesArchitectureBox__BR .TextCard .CardStickyCorner1 {
  top: -40px;
  right: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ServicesArchitectureBox__BR .TextCard .CardStickyCorner2 {
  bottom: 0px;
  left: -40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* =============================================================== */
/* 動畫
/* =============================================================== */
/***************************************************************************/
/*                                    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: "";
}

#container h1 {
  display: none;
}

/* =============================================================== */
/* Web
/* =============================================================== */
.content {
  width: 100%;
  margin: 0px auto;
}
.content::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .content {
    width: 100%;
  }
}

aside {
  width: 17rem;
  background-color: #dee2e6;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  aside {
    width: 100%;
    background-color: #526338;
  }
}
@media screen and (max-width: 576px) {
  aside {
    width: 100%;
    margin-bottom: 40px;
  }
}

main {
  width: 100%;
}

.content.noAside {
  grid-gap: 0;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
}

/* =============================================================== */
/* Admin
/* =============================================================== */
.Web__admin {
  background-color: #f9f9f9;
}

#AdminContent {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

aside#Admin__Aside {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

aside#Admin__Aside.noAside {
  width: 50px;
}

#Admin__Main .Admin__Content {
  padding: 1rem;
  margin-right: 2rem;
  background-color: #fff;
  border-radius: 5px;
}

.DG-A1 {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 30px;
  -ms-grid-columns: 17rem 1fr;
  grid-template-columns: 17rem 1fr;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .DG-A1 {
    -ms-grid-columns: -83rem 1fr;
    grid-template-columns: -83rem 1fr;
  }
}
@media screen and (max-width: 576px) {
  .DG-A1 {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* =============================================================== */
/* Header
/* =============================================================== */
header.web__header {
  width: 100%;
  height: auto;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background: url(../images/BG_Image.png) 0px 0px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
header.web__header::after {
  display: block;
  clear: both;
  content: "";
}

.head_box {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.head_box img {
  width: 250px;
  padding: 25px 0;
}
.head_box .nav_box {
  max-width: 100%;
  height: auto;
  float: right;
  padding: 0;
  display: block;
}
.head_box .nav_box .SocialButton {
  margin: 0.5rem auto 1rem;
}
.head_box .nav_box .SocialButton ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 0.5rem;
  justify-content: end;
  list-style-type: none;
}
.head_box .nav_box .SocialButton svg, .head_box .nav_box .SocialButton img {
  width: 37px;
  padding: 0;
  display: block;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .head_box {
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .head_box {
    align-items: center;
  }
}

/* =============================================================== */
/* Header (Bootstrap Offcanvas)
/* =============================================================== */
/* =============================================================== */
/* Nav
/* =============================================================== */
.menu {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (auto)[7];
  grid-template-columns: repeat(7, auto);
}
.menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.75rem;
}
.menu > .menu-item > a {
  padding: 0;
  display: block;
  border: none;
  outline: none;
  color: #6D834B;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
}
.menu > .menu-item > a .expand {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.35rem;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  pointer-events: none;
}
.menu > .menu-item > a .expand:before, .menu > .menu-item > a .expand:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background: #6D834B;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item > a .fa-chevron-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item:hover > a {
  color: #6D834B;
}
.menu > .menu-item:hover > a .expand::before, .menu > .menu-item:hover > a .expand::after {
  background: #6D834B;
}
.menu > .menu-item:hover > a .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu > .menu-item > a .expand::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #6D834B;
}
.menu > .menu-item > .sub-menu {
  width: 13rem;
  height: auto;
  padding: 0;
  left: -1rem;
  top: 100%;
  position: absolute;
  border: 1px solid #BAD057;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu > .menu-item > .sub-menu > .menu-item {
  margin-bottom: 0;
  display: block;
  background-color: #F8F9FA;
}
.menu > .menu-item > .sub-menu > .menu-item > a {
  padding: 0.5rem 1.25rem;
  display: block;
  color: #6D834B;
  border-bottom: 1px solid #BAD057;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
}
.menu > .menu-item > .sub-menu > .menu-item > a:hover {
  background-color: #DCE5C0;
  border-bottom: 1px solid #6D834B;
}

.opened-menu {
  width: 2rem;
  height: 25px;
  margin-right: 10px;
  top: 1px;
  display: none;
  position: relative;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.opened-menu span {
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  position: absolute;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #777;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.opened-menu span:nth-child(1) {
  top: 0;
}
.opened-menu span:nth-child(2), .opened-menu span:nth-child(3) {
  top: 0.5rem;
}
.opened-menu span:nth-child(4) {
  top: 1rem;
}

.closed-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.closed-menu img.closed-icon {
  width: 1rem;
  height: auto;
  display: block;
}

.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media screen and (min-width: 1190px) {
  .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu > .menu-item-has-children:hover > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .head_box {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.55rem);
    padding-left: var(--bs-gutter-x, 0.55rem);
  }
  .nav_bar {
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    top: 0;
    left: -18rem;
    position: fixed;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav_bar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .nav_bar.active .SocialButton {
    margin: 60px 0 0;
    padding: 0 1rem 0;
  }
  .nav_bar::-webkit-scrollbar {
    width: 5px;
  }
  .nav_bar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .menu {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
  }
  .menu > .menu-item {
    margin: 0;
    display: block;
    text-align: left;
  }
  .menu > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu > .menu-item-has-children > a:hover .fa-chevron-down {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu > .menu-item-has-children.active > a:hover .fa-chevron-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu > .menu-item > a {
    padding: 0.75rem 1rem;
    color: #6D834B;
    border-bottom: 1px solid #f2f2f2;
  }
  .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .menu > .menu-item > a .expand::before, .menu > .menu-item > a .expand::after {
    background: #6D834B;
  }
  .menu > .menu-item-has-children.active > a .expand:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu > .menu-item > .sub-menu {
    width: 100%;
    max-height: 0;
    padding: 0px;
    top: auto;
    left: auto;
    position: relative;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .menu > .menu-item > .sub-menu > .menu-item {
    margin: 0;
  }
  .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.75rem 2rem;
    color: #ffffff;
    background-color: #6D834B;
    border-bottom: 1px solid #607342;
  }
  .menu > .menu-item > .sub-menu > .menu-item > a:hover {
    color: #6D834B;
  }
  .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .closed-menu {
    position: absolute;
    display: flex;
    top: 0.5rem;
    right: 0.5rem;
  }
  .closed-menu svg path {
    fill: #777;
  }
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 576px) {
  .head_box {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.55rem);
    padding-left: var(--bs-gutter-x, 0.55rem);
  }
  .nav_bar {
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    top: 0;
    left: -18rem;
    position: fixed;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav_bar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .nav_bar.active .SocialButton {
    margin: 60px 0 0;
    padding: 0 1rem 0;
  }
  .nav_bar::-webkit-scrollbar {
    width: 5px;
  }
  .nav_bar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .menu {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
  }
  .menu > .menu-item {
    margin: 0;
    display: block;
    text-align: left;
  }
  .menu > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu > .menu-item-has-children > a:hover .fa-chevron-down {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu > .menu-item-has-children.active > a:hover .fa-chevron-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu > .menu-item > a {
    padding: 0.75rem 1rem;
    color: #6D834B;
    border-bottom: 1px solid #f2f2f2;
  }
  .menu > .menu-item:first-child > a {
    border-top: 1px solid #f2f2f2;
  }
  .menu > .menu-item > a .expand::before, .menu > .menu-item > a .expand::after {
    background: #6D834B;
  }
  .menu > .menu-item-has-children.active > a .expand:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu > .menu-item > .sub-menu {
    width: 100%;
    max-height: 0;
    padding: 0px;
    top: auto;
    left: auto;
    position: relative;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .menu > .menu-item > .sub-menu > .menu-item {
    margin: 0;
  }
  .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0.75rem 2rem;
    color: #ffffff;
    background-color: #6D834B;
    border-bottom: 1px solid #607342;
  }
  .menu > .menu-item > .sub-menu > .menu-item > a:hover {
    color: #6D834B;
  }
  .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .closed-menu {
    position: absolute;
    display: flex;
    top: 0.5rem;
    right: 0.5rem;
  }
  .closed-menu svg path {
    fill: #777;
  }
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
/* =============================================================== */
/* Footer
/* =============================================================== */
footer.web__footer {
  padding: 3rem 0 0;
  text-align: center;
  background: url(../images/BG_Image_footer.png) 0px 0px;
}
footer.web__footer::after {
  display: block;
  clear: both;
  content: "";
}
footer.web__footer .foot_box {
  width: 100%;
  min-height: 360px;
  margin: 0 auto;
  background: url(../images/Image_footer.png) no-repeat 0px bottom/cover;
}
footer.web__footer .foot_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
}
footer.web__footer .text {
  display: -ms-grid;
  display: grid;
  justify-content: center;
}
footer.web__footer ul {
  padding: 0;
  margin: 0 0 0.5rem;
  display: flex;
  list-style-type: none;
}
footer.web__footer li {
  padding-right: 0.5rem;
  margin: 0 0.5rem 0 0;
  border-right: #435B1F 1px solid;
}
footer.web__footer li a {
  color: #435B1F;
  font-weight: 500;
}
footer.web__footer li:last-child {
  border-right: none;
}
footer.web__footer p {
  margin-bottom: 0;
  text-align: left;
  color: #435B1F;
}
@media screen and (max-width: 576px) {
  footer.web__footer .foot_box {
    width: 100%;
  }
  footer.web__footer .foot_content {
    gap: 2.5rem 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#D1:before, #D2:before, #D3:before, #D4:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}

.toTop-arrow {
  padding: 2px 5px 5px;
  margin: 0;
  position: fixed;
  right: 1.5%;
  bottom: 5%;
  color: #CA7C06;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: none;
  border-radius: 10px;
}
.toTop-arrow svg, .toTop-arrow img {
  height: 30px;
  margin: 0 auto 5px;
  display: block;
}
.toTop-arrow svg path, .toTop-arrow img path {
  fill: #CA7C06;
}

/***************************************************************************/
/*                                   attendee                              */
/***************************************************************************/
/* ====================== key in ====================== */
/* =============================================================== */
/* index
/* =============================================================== */
.ContentBox {
  width: 1024px;
  margin: 0px auto;
}
.ContentBox::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .ContentBox {
    width: 96%;
  }
}
@media screen and (max-width: 576px) {
  .ContentBox {
    width: 90%;
  }
}

.news-section {
  padding: 40px 0 100px;
  background: url(../images/BG_Image.png) 0px 0px;
}
.news-section h4 {
  padding-bottom: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #6D834B;
  border-bottom: #6D834B 2px solid;
}
.news-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-section li {
  margin-bottom: 0;
  border-bottom: #6D834B 1px solid;
}
.news-section li:nth-child(2n) {
  background-color: rgba(220, 229, 192, 0.3);
}
.news-section a {
  padding: 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-section a:hover {
  color: #fff;
  background-color: #6D834B;
}
.news-section a:hover h6, .news-section a:hover p {
  color: #fff;
}
.news-section h6 {
  margin-bottom: 0.3rem;
  color: #435B1F;
  font-size: 1.1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-section p {
  color: #CA7C06;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.trip-planner-pricing {
  padding: 40px 0 100px;
  background-color: #6D834B;
}
.trip-planner-pricing h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
}
.trip-planner-pricing h5 {
  margin-bottom: 1rem;
  color: #fff;
}
.trip-planner-pricing .Layout_2 {
  padding: 2rem 0;
  position: relative;
}
.trip-planner-pricing .Layout_2 h5 {
  color: #FFE500;
}
.trip-planner-pricing .Layout_2 p {
  margin-bottom: 0;
  color: #fff;
}
.trip-planner-pricing .Layout_2::after {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  border-right: #fff 1px solid;
}
@media screen and (max-width: 576px) {
  .trip-planner-pricing .Layout_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .trip-planner-pricing .Layout_2::after {
    content: none;
  }
}

.faq-section {
  padding: 40px 0 100px;
  background-color: #DCE5C0;
}
.faq-section h3 {
  margin-bottom: 1rem;
  color: #435B1F;
  font-weight: 600;
}
.faq-section h5 {
  margin-bottom: 0.5rem;
  color: #435B1F;
  font-weight: 600;
}
.faq-section p {
  margin-bottom: 0.5rem;
  color: #435B1F;
}
.faq-section div {
  margin-bottom: 3rem;
}
.faq-section div:last-child {
  margin-bottom: 0;
}
.faq-section a {
  color: #435B1F;
  font-weight: 600;
}
.faq-section a.orange {
  color: #CA7C06;
}

/* =============================================================== */
/* Page
/* =============================================================== */
.page_title {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  background-color: #DCE5C0;
}
.page_title h3 {
  width: 1024px;
  padding: 0 0 0 1rem;
  margin: 0 auto;
  font-weight: 500;
  color: #6D834B;
  border-left: rgba(109, 131, 75, 0.6) 7px solid;
}

.about-section {
  padding: 40px 0 100px;
  background-color: #6D834B;
}
.about-section .Layout_2 {
  -ms-grid-columns: 1fr 460px;
  grid-template-columns: 1fr 460px;
}
.about-section .Layout_2 ul {
  padding: 0;
  list-style-type: none;
}
.about-section .Layout_2 li {
  color: #fff;
}
.about-section .Layout_2 img {
  width: 100%;
  margin-bottom: 1rem;
}
.about-section p {
  margin-bottom: 0.5rem;
  color: #fff;
}
.about-section .mb_1 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .about-section .Layout_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.PassportServices table {
  width: 100%;
}
.PassportServices table thead {
  background-color: #CA7C06;
}
.PassportServices table thead th {
  padding: 0.5rem 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.PassportServices table tbody tr {
  border-bottom: #fff 1px solid;
  cursor: pointer;
}
.PassportServices table tbody tr:hover {
  background-color: #526338;
}
.PassportServices table tbody td {
  padding: 1rem 0.5rem;
  color: #fff;
}
.PassportServices table tbody td:nth-child(4), .PassportServices table tbody td:nth-child(5) {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .PassportServices table tbody td:nth-child(4), .PassportServices table tbody td:nth-child(5) {
    white-space: normal;
  }
}
.PassportServices table tbody .trigger.show {
  background-color: #526338;
}
.PassportServices table tbody .Tcontent {
  display: none;
}
.PassportServices table tbody .Tcontent td {
  padding: 1rem;
  text-align: left;
  background-color: #DCE5C0;
}
.PassportServices table tbody .Tcontent h6 {
  margin-bottom: 0.5rem;
}
.PassportServices table tbody .Tcontent ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.PassportServices table tbody .Tcontent p {
  color: #727171;
}
.PassportServices table tbody .Tcontent .note {
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
  gap: 0 0.5rem;
  color: #727171;
  border-top: #435B1F 1px solid;
}
.PassportServices table tbody .Tcontent .note .text {
  line-height: 1.5rem;
}
.PassportServices table tbody .Tcontent.show {
  display: table-row;
}

/* =============================================================== */
/* Prject
/* =============================================================== */
@media screen and (max-width: 576px) {
  .content.Prject_Page {
    width: 100%;
  }
}

.Prject_Img {
  width: 100%;
  margin-bottom: 2rem;
}

.red {
  color: #bd2130;
}

.Australia_202507 {
  margin-bottom: 2rem;
}
.Australia_202507 .Prject_Title {
  margin-bottom: 1.5rem;
  position: relative;
}
.Australia_202507 .Prject_Title h3 {
  margin-bottom: 0;
  color: #009d90;
}
.Australia_202507 .Prject_Title a {
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #009d90;
  border-radius: 5rem;
  text-decoration: none;
}
.Australia_202507 .Prject_Title a:hover {
  background-color: #006a61;
}
@media screen and (max-width: 576px) {
  .Australia_202507 .Prject_Title a {
    width: 100%;
    margin-top: 1rem;
    position: static;
    display: block;
    text-align: center;
  }
}
.Australia_202507 .Prject_note {
  padding: 2rem;
  margin-bottom: 1.5rem;
  background-color: #f5f4f1;
}
.Australia_202507 .Prject_note ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.Australia_202507 .Prject_note li h6 {
  width: 90px;
  color: #009d90;
  display: inline-block;
}
.Australia_202507 .feature-section h4 {
  color: #009d90;
}
.Australia_202507 .feature-section img {
  width: 100%;
}
.Australia_202507 .attractions-section {
  margin-bottom: 2rem;
}
.Australia_202507 .attractions-section ul {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
}
.Australia_202507 .attractions-section li {
  margin-bottom: 1rem;
}
.Australia_202507 .attractions-section img {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .Australia_202507 .attractions-section ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .Australia_202507 .attractions-section ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.Australia_202507 .itinerary-list {
  margin-bottom: 2rem;
}
.Australia_202507 .itinerary-list h4 {
  color: #009d90;
}
.Australia_202507 .itinerary-list .travel_day_list {
  display: -ms-grid;
  display: grid;
  gap: 0 1rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .Australia_202507 .itinerary-list .travel_day_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .Australia_202507 .itinerary-list .travel_day_list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.Australia_202507 .itinerary-list .travel_day h6 {
  margin-bottom: 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px 1fr;
  grid-template-columns: 105px 1fr;
  align-items: center;
  background-color: #f8c32b;
}
.Australia_202507 .itinerary-list .travel_day h6 span.day {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  color: #fff;
  background-color: #009d90;
}
.Australia_202507 .itinerary-list .travel_day p {
  margin-bottom: 1rem;
}
.Australia_202507 .itinerary-list .travel_day ul {
  padding: 0;
  list-style-type: none;
}
.Australia_202507 .itinerary-list .travel_day ul li {
  margin-bottom: 0;
}
.Australia_202507 .itinerary-list .travel_day ul li::after {
  display: block;
  clear: both;
  content: "";
}
.Australia_202507 .itinerary-list .travel_day ul li .time {
  width: 50px;
  float: left;
}
.Australia_202507 .itinerary-list .travel_day ul li p {
  margin-bottom: 0;
  overflow: auto;
}
.Australia_202507 .important-notes {
  margin-bottom: 2rem;
}
.Australia_202507 .important-notes h4 {
  padding: 0.3rem 1rem;
  margin-bottom: 1.2rem;
  color: #fff;
  background-color: #009d90;
}
.Australia_202507 .important-notes h6 {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  color: #009d90;
}
.Australia_202507 .important-notes ul {
  padding: 0 2.5rem 1rem;
  margin-bottom: 1rem;
  border-bottom: #009d90 1px dashed;
}
.Australia_202507 .box {
  margin-bottom: 2rem;
}
.Australia_202507 .box img {
  width: 100%;
}
.Australia_202507 .box img + p {
  margin-top: 1rem;
}
.Australia_202507 .Layout_2 h5 {
  margin-bottom: 0.5rem;
  color: #009d90;
}
.Australia_202507 .Layout_2 ul li {
  margin-bottom: 0;
}
.Australia_202507 .Layout_2 img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .Australia_202507 .Layout_2 {
    margin-bottom: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/***************************************************************************/
/*                                 SideBar                                 */
/***************************************************************************/
/* =============================================================== */
/* Web Page
/* =============================================================== */
aside.web__aside {
  padding: 30px;
}
aside.web__aside ul {
  padding: 0 20px;
}
aside.web__aside a {
  padding: 5px 5px;
  display: block;
  text-decoration: none;
}
aside.web__aside a.router-link-active {
  background-color: #dee2e6;
  border-radius: 2px;
}

/* =============================================================== */
/* Admin Page
/* =============================================================== */
aside#Admin__Aside {
  padding: 1rem;
  background-color: #6D834B;
  border-radius: 0 10px 10px 0;
}
aside#Admin__Aside button {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
aside#Admin__Aside button svg {
  margin-right: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
aside#Admin__Aside ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
aside#Admin__Aside li {
  width: 100%;
  padding: 3px;
  margin-bottom: 0;
  display: block;
}
aside#Admin__Aside li a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #6c757d;
  text-decoration: none;
}
aside#Admin__Aside li a svg {
  width: 23px;
  height: 23px;
  margin-right: 0.5rem;
}
aside#Admin__Aside li a svg path {
  fill: #6c757d;
}
aside#Admin__Aside li a span {
  margin-bottom: 0;
  color: #6c757d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
aside#Admin__Aside li.active {
  background-color: #b8c89f;
  border-radius: 4px;
}
aside#Admin__Aside hr {
  color: #fff;
  border-width: 2px;
}

aside#Admin__Aside.noAside {
  padding: 10px;
}
aside#Admin__Aside.noAside button {
  width: 30px;
  height: 30px;
  padding: 0;
}
aside#Admin__Aside.noAside button svg {
  height: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
aside#Admin__Aside.noAside p, aside#Admin__Aside.noAside span {
  display: none;
}

/* ====================== key in ====================== */
/***************************************************************************/
/*                               js_Accordion                              */
/***************************************************************************/
.accordion-item:first-of-type, .accordion-itemLink:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item:last-of-type, .accordion-itemLink:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-bottom: #6D834B 1px solid;
}

.accordion-item, .accordion-itemLink {
  color: #727171;
  background-color: #fff;
  border-top: #6D834B 1px solid !important;
  border-left: #6D834B 1px solid;
  border-right: #6D834B 1px solid;
}
.accordion-item .accordion-header, .accordion-itemLink .accordion-header {
  padding: 10px;
  margin: 0;
  position: relative;
  background-color: #dce4d0;
  cursor: pointer;
}

.accordion-itemLink .accordion-header {
  padding: 0px;
}
.accordion-itemLink .accordion-header a {
  width: 100%;
  padding: 10px;
  display: block;
  text-decoration: none;
}

.nav-more {
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  top: 50%;
  right: 15px;
  position: absolute;
  border-width: 6px;
  border-top-color: #727171;
  cursor: pointer;
  border-style: solid dashed dashed;
  border-color: #727171 transparent transparent;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.accordion-item.active .nav-more, .active.accordion-itemLink .nav-more {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #727171;
}

.accordion-content {
  display: none;
  padding: 10px;
  border-top: #6D834B 1px solid;
}

.accordion-item.active .accordion-content, .active.accordion-itemLink .accordion-content {
  display: block;
}

/***************************************************************************/
/*                                 js_Slick                                */
/***************************************************************************/
.responsive_case {
  width: 1024px;
  margin: 0 auto 30px;
  -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;
}
.responsive_case img {
  width: 100%;
}
.responsive_case .slick-list {
  margin: 0 -10px;
}
.responsive_case .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.responsive_case .slick-prev, .responsive_case .slick-next {
  padding: 0;
  position: absolute;
  top: 45%;
  display: block;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.responsive_case .slick-prev:hover, .responsive_case .slick-next:hover {
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}
.responsive_case .slick-prev {
  left: -30px;
  z-index: 10;
}
.responsive_case .slick-next {
  right: -30px;
  z-index: 10;
}
.responsive_case .slick-prev:before, .responsive_case .slick-next:before {
  opacity: 0.75;
}
.responsive_case .slick-prev:before {
  content: "←";
  width: 20px;
  height: 36px;
  display: block;
  background: url(../images/angle-left.svg) no-repeat 0px 0px/cover;
}
.responsive_case .slick-next:before {
  content: "→";
  width: 20px;
  height: 36px;
  display: block;
  background: url(../images/angle-right.svg) no-repeat 0px 0px/cover;
}
.responsive_case ul.slick-dots {
  padding: 0;
  margin: 10px auto;
  text-align: center;
  list-style-type: none;
}
.responsive_case ul.slick-dots li {
  margin: 0 2px;
  display: inline-block;
}
.responsive_case ul.slick-dots li button {
  border-radius: 5px;
  border: 0px none;
}
.responsive_case ul.slick-dots li.slick-active button {
  color: #fff;
  background-color: #6D834B;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .responsive_case {
    width: 100%;
  }
  .responsive_case .slick-prev {
    left: 0px;
  }
  .responsive_case .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .responsive_case {
    width: 100%;
  }
  .responsive_case .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .responsive_case .slick-prev {
    left: 0px;
  }
  .responsive_case .slick-next {
    right: 0px;
  }
}

/***************************************************************************/
/*                              js_Flickity V2                             */
/***************************************************************************/
/* cell number */
/***************************************************************************/
/*                             Responsive_Plug                             */
/***************************************************************************/
@media screen and (min-width: 1190px) {
  table.responTable {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    text-rendering: optimizeLegibility;
    caption-side: top;
  }
  table.responTable caption {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #eee;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
  }
  table.responTable thead tr th, table.responTable thead tr td, table.responTable tbody tr th, table.responTable tbody tr td {
    color: #fff;
    padding: 5px;
    border-right: #ddd 1px solid;
    border-bottom: #ddd 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: #aaa;
  }
  table.responTable tbody tr td {
    color: #727171;
  }
  table.responTable tr.odd {
    background: #f3f3f3;
  }
  table.responTable tbody.odd tr:nth-child(2n+2) {
    background: #f3f3f3;
  }
  table.responTable tbody tr td .td_content a {
    padding: 0.375rem 0.75rem;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ddd;
    border: #ddd 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 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  table.responTable {
    width: 100%;
    margin: 0 auto 20px auto;
    border-top: #ddd 1px solid;
    border-left: #ddd 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: #fff;
    padding: 5px;
    border-right: #ddd 1px solid;
    border-bottom: #ddd 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: #aaa;
  }
  table.responTable tbody tr td {
    color: #727171;
  }
  table.responTable tr.odd {
    background: #f3f3f3;
  }
  table.responTable tbody.odd tr:nth-child(2n+2) {
    background: #f3f3f3;
  }
  table.responTable tbody tr td .td_content a {
    padding: 0.375rem 0.75rem;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ddd;
    border: #ddd 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 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }
}
@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-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-left: #ddd 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.responTable tbody tr td:last-child {
    border-bottom: #ddd 1px solid;
  }
  table.responTable tbody tr td div {
    color: #727171;
    display: table-cell;
    padding: 5px;
    text-align: left;
    border-left: #ddd 1px solid;
  }
  table.responTable tbody tr td div a {
    display: block;
    text-decoration: underline;
    margin: 0 0 5px 0;
  }
  table.responTable tbody tr td:first-child { /* background: $t_th_bg_color; */ }
  table.responTable tbody tr td:before {
    color: #fff;
    background: #aaa;
    content: attr(data-th);
    display: table-cell;
    left: 0;
    width: 100px;
    margin: 0 5px 0 0;
    padding: 0 5px; /* 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;
  }
  table.responTable tbody tr td .td_content a {
    padding: 0.375rem 0.75rem;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ddd;
    border: #ddd 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 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }
}