@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;700&display=swap');

:root {
  --color-1: #943632;
  --color-1a: #81222E;
  --color-1b: #bb5854;
  --color-2: #003763;
  --color-2a: #444F64;
  --color-3: #9E713C;
  --color-3a: #d1aa7d;
  --color-3b: #cfae71;
  --color-4: #947E28;
  --hover: #003051;
  --active: #003051;
  --btn: #81222E;
  --btn-hover: #003051;
  --red: #dc3545;
  --green: #008f82;
  --orange: #e86a00;
  --purple: #4f22a0;
  --navMobile: #fff;
  --navMobileDark: #3e3e3e;
  --navbarSideMobile: #ced7df;
}
body {
  color: #222;
  font-size: 1rem;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體", "HeiTi TC", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.0625rem;
  }
}
h1 {
  color: var(--color-3);
  font-weight: 500;
  text-transform: uppercase;
}
h2 {
  color: var(--color-3);
  font-weight: 500;
}
h3 {
  color: var(--color-3);
  font-weight: 500;
}
h4 {
  color: var(--color-3);
  font-weight: 500;
}
h5 {
  color: var(--color-3);
  font-weight: 500;
}
h6 {
  color: var(--color-3);
  font-weight: 500;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
iframe {
  max-width: 100%;
  min-height: 207px;
}
blockquote {
  font-size: 1rem;
  margin: 20px 0;
  padding: 20px 20px;
  color: #000;
  background-color: #f6f6f6;
  border-left: 8px solid #ccc;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
  border-radius: 20px;
}
b, strong {
  font-weight: 500;
}
hr {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  border: 0;
  border-top: 1px solid #ccc;
  opacity: 1;
}
th {
  font-weight: 400;
}
dt {
  font-weight: 400;
}
ol, ul {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.icon {
  vertical-align: middle;
}
.font-0 {
  font-size: 0;
}
.rwd-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .rwd-web {
    display: none;
  }
  .rwd-mobile {
    display: block;
  }
}
button {
  outline: none;
  box-shadow: 0 0 0 0;
}
button:focus {
  outline: none;
  box-shadow: 0 0 0 0 !important;
}
.btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 120px;
  height: 40px;
  background-color: var(--btn);
  border: 0;
  border-radius: 30px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.btn:hover,.btn:hover:focus {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 120px;
  height: 40px;
  background-color: var(--btn-hover);
}
.tooltip-inner {
  color: #fff;
  padding: 3px 10px 5px 10px;
  background-color: #000;
  opacity: 1;
  z-index: 999;
}
.custom-tooltip {
  --bs-tooltip-bg: #000;
}
::selection {
  background: #baf7ff;
  color: #000;
}
::-moz-selection {
  background: #baf7ff;
  color: #000;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
::-webkit-scrollbar-thumb:active {
  background-color: #555;
}
.main ::-webkit-scrollbar {
  height: 18px;
  width: 18px;
}
.main ::-webkit-scrollbar-track {
  background-color: #eee;
}
.main ::-webkit-scrollbar-corner {
  background-color: #eee;
}
.main ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-top-width: 5px;
  border-left-width: 5px;
}
.main ::-webkit-scrollbar-thumb:hover {
  background-color: #00b4d8;
}
.main ::-webkit-scrollbar-thumb:active {
  background-color: #00b4d8;
}
.main ::-webkit-scrollbar-button:single-button {
  background-color: #eee;
  display: block;
  background-size: 12px;
  background-repeat: no-repeat;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement,
.main ::-webkit-scrollbar-button:single-button:vertical:increment,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 18px;
  width: 18px;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:active,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:active,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:active,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-color: #ccc;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-position: center 4px;
  background-image: url("../assets/images/arrowT.svg");
}
.main ::-webkit-scrollbar-button:single-button:vertical:increment,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-position: center 2px;
  background-image: url("../assets/images/arrowD.svg");
}
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-position: 2px 3px;
  background-image: url("../assets/images/arrowL.svg");
}
.main ::-webkit-scrollbar-button:single-button:horizontal:increment,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-position: 3px 3px;
  background-image: url("../assets/images/arrowR.svg");
}

/***--- header ---***/
header {
  height: 70px;
}
.logo-box {
  display: flex;
  align-items: center;
}
.logo-box h1 {
  display: contents;
  margin: 0;
}
.logo-box a {
  display: block;
}
.logo-1 img {
  height: 40px;
  margin-right: 15px;
}
/***navbar***/
.navbar {
  padding: 0;
  background: var(--color-2);
}
.navbar.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav {
  margin-left: auto;
}
.navbar .nav-link {
  position: relative;
  color: #fff;
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Noto Serif", "Noto Sans TC", sans-serif;
  padding: 10px 12px !important;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar a.nav-link:hover,
.navbar a.nav-link:focus {
  color: var(--color-3b);
}
.navbar a.nav-link:hover.dropdown-toggle::after {
  border-color: var(--color-3b);
}
.navbar .active a.nav-link {
  color: var(--color-3b);
}
.navbar .active .dropdown-toggle::after {
  border-color: var(--color-3b);
}
.navbar .active a.nav-link:hover {
  color: var(--color-3b);
}
.navbar .active a.nav-link:hover.dropdown-toggle::after {
  border-color: var(--color-1);
}
/* navbar-toggler */
.navbar-toggler {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 2px;
  background: #fff;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  background: #fff;
}
.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}
.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  top: 0;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}
/*dropdown*/
.navbar .dropdown-toggle {
  cursor: default;
}
.navbar .dropdown-toggle:after {
  margin-left: 6px;
  vertical-align: 0;
  border: 0;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.navbar .dropdown-menu {
  padding: 10px 0;
  margin: 0;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.9375rem;
  padding: 5px 10px;
}
.navbar ul > li > a:hover:before,
.navbar ul > li > a:focus:before,
.navbar ul > li > a:active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
/*first*/
.navbar ul ul .dropdown-toggle {
  display: flex;
  align-items: center;
}
.navbar ul ul .dropdown-toggle::after {
  border-color: #fff !important;
  transform: rotate(-45deg);
}
.navbar ul ul li:active .dropdown-toggle::after {
  border-color: #fff !important;
}
.navbar ul ul.dropdown-menu {
  background: var(--color-1);
}
.navbar ul ul.dropdown-menu > li > a:focus,
.navbar ul ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: var(--color-2);
}
.navbar ul ul.dropdown-menu > li > a:focus.dropdown-toggle::after,
.navbar ul ul.dropdown-menu > li > a:hover.dropdown-toggle::after {
  border-color: #fff !important;
}
.navbar ul ul li {
  position: relative;
}
/*second*/
.navbar ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
}
.navbar ul ul ul.dropdown-menu {
  background: var(--color-3b);
}
.navbar ul ul ul.dropdown-menu:after {
  content: none;
}
.navbar ul ul ul li {
  position: relative
}
/*third*/
.navbar ul ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
}
.navbar ul ul ul ul.dropdown-menu {
  background: #4c4c4c;
}
.navbar ul ul ul ul.dropdown-menu:after {
  content: none;
}
.navbar ul ul ul ul li {
  position: relative
}
@media (min-width: 1201px) {  
  .navbar ul > li:hover > ul {
    display: block
  }
}
@media (max-width: 1200px) {
  header {
    position: relative;
    height: auto;
    background: var(--navMobile);
    z-index: 2;
  }
  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .logo img {
    height: 45px;
  }
  .fixed-top {
    position: relative;
  }
  /***nav***/
  .navbar .navbar-nav {
    padding-top: 20px;
    margin-right: 0;
  }
  .navbar.active {
    background: none;
    box-shadow: none;
  }
  .navbar .nav-link {
    color: #000;
    font-size: 1.25rem;
    height: 55px;
  }
  .navbar .active a.nav-link {
    color: var(--color-3);
  }
  .navbar .active .nav-link {
    color: var(--color-3);
  }
  .navbar .dropdown-toggle.open:after {
    margin-top: 8px;
    border-color: var(--color-1);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
  }
  .navbar .active .dropdown-toggle:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-toggle:after {
    position: absolute;
    width: 8px;
    height: 8px;
    right: 15px;
    border-color: #000;
  }
  .navbar .dropdown-toggle:focus:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 1.25rem;
    text-align: center;
    white-space: normal;
    padding: 10px 12px;
  }
  .navbar ul ul .dropdown-toggle {
    justify-content: center;
  }
  .navbar ul ul .dropdown-toggle::after {
    border-color: #fff !important;
    transform: rotate(45deg);
  }
  .navbar ul ul .dropdown-toggle.active::after {
    border-color: #fff !important;
    margin-top: 5px;
  }
  .navbar ul ul > li:hover > a.dropdown-item {
    background: transparent;
  }
  .navbar .second-menu li a, .navbar .three-menu li a {
    padding: 5px 10px;
  }
}
@media (max-width: 640px) {
  .logo-1 img {
    height: 35px;
    margin-right: 10px;
  } 
  .logo-2 img {
    height: 20px;
  } 
}
@media (max-width: 375px) {
  .logo-1 img {
    height: 30px;
  } 
  .logo-2 img {
    height: 18px;
  } 
}
/***top link***/
.top-link-box {
  color: #000;
  margin-left: 10px;
}
.top-link-box ul {
  z-index: 999;
  list-style-type: none;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding-left: 0;
}
.top-link-box li {
  margin: 0 0.25rem;
}
.top-link-box i {
  line-height: 1px;
}
.top-link-box a {
  display: block;
}
.top-link-box .top-link a {
  font-size: 1rem;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.top-link-box .top-link a:hover {
  background: var(--color-3);
}
.top-link-box .top-link i {
  font-size: 1.125rem;
}
.top-link-box .top-link i.icon:before {
  line-height: 1;
}
@media (max-width: 1200px) {
  .top-link-box {
    padding-bottom: 30px;
  }
  .top-link-box {
    margin-left: 0;
    margin-top: 25px;
  }
  .top-link-box ul {
    justify-content: center;
  }
  .top-link-box .top-link a {
    font-size: 1.125rem;
    width: 40px;
    height: 40px;
  }
  .top-link-box .top-link i {
    font-size: 1.375rem;
  }
  .top-link-box li {
    margin: 0 8px;
  }
}
@media (max-width: 767.98px) {
  .top-link-box {
    margin-top: 20px
  }
}
/* navbarSide */
.navbarSide-close-box {
  text-align: right;
  margin: 20px 0 0 0;
}
#navbarSide-close.navbar-toggler {
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
  margin-right: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon {
  background: transparent;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
  background: #000;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon:after {
  top: 0;
  transform: rotate(-45deg);
  background: #000;
}
@media (min-width: 1201px) {  
  /***nav***/
  /* navbarSide */
  .navbarSide-close-box {
    display: none
  }
}
@media (max-width: 1200px) {
  /* navbarSide */
  #navbarSide-close.navbar-toggler {
    font-size: 1.5rem;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--navbarSideMobile);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}
@media (max-width: 414px) {
  /***nav***/
  /* navbarSide */
  .offcanvas-collapse {
    width: 100vw;
  }
}
/***--- header end ---***/

/***--- booking ----***/
#booking .remark-box {
  padding: 1.25rem 1.5rem;
  margin-top: 1rem;
  border-radius: 5px;
  background: #f8f4eb;
}
#booking .option-group {
  padding: 1rem;
  border-radius: 5px;
  background: #f3f3f3;
}
#booking .option-group ul {
  list-style-type: none;
  padding: 0;
  display: inline-flex;
}
#booking .option-group ul>li {
  float: left;
  margin-right: 1rem;
}
#booking .option-group ul>li:last-child {
  margin-right: 0;
}
.calendar-box .title h3 {
  color: #003763;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #ccc;
}
/* calendar */
#calendar table {
  border-radius: 10px;
}
#calendar table table>thead>tr>th {
  padding: 0.5rem 0;
}
#calendar table thead a {
  color: #000;
  font-size: 1.125rem;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
}
#calendar th {
  padding: 0;
  background: var(--color-3b);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-right-color: #fff;
}
#calendar th:last-child {
  border-right-color: var(--color-3b);
}
#calendar td {
  padding: 0;
  border: 1px solid var(--color-3b);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#calendar .fc-toolbar-title {
  font-size: 1.5rem;
  margin: 0px;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
}
#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.5rem;
}
#calendar .fc-view-harness {
  height: 290px !important;
}
#calendar .fc-daygrid-day-events {
  margin: 0.5rem;
}
#calendar .fc-scroller {
  overflow: visible !important;
  height: auto !important;
}
#calendar .fc-prev-btn .fc-icon,
#calendar .fc-next-btn .fc-icon {
  display: none !important;
}
#calendar .fc-prev-btn:before, .fc-next-btn:after {
  font-family: fcicons !important;
  vertical-align: -1px;
}
#calendar .fc-prev-btn:before {
  content: "\e900";
}
#calendar .fc-next-btn:after {
  content: "\e901";
}
#calendar .fc-daygrid-day-number {
  color: #003763;
  font-weight: 500;
  margin: 5px 5px 0 0;
}
#calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #fff;
  width: 33px;
  height: 33px;
  text-align: center;
  background: #FF5722;
  border-radius: 100%;
}
#calendar .time-slot {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  border-bottom: 1px dashed #dee2e6;
}
#calendar .time-slot:last-child {
    border: 0;
}
#calendar .time-btn {
  font-size: 1rem;
  height: 50px;
  padding: 0.25rem 0.25rem;
  border: 0;
  border-radius: 3px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  cursor: pointer;
}
#calendar .time-btn.full {
  color: var(--red);
  cursor: not-allowed;
}
#calendar .time-btn:hover:not(.full) {
  background: #cfd9e2;
}
#calendar .booked-count {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0.25rem;
  background: var(--color-4);
  border-radius: 100%;
}
#calendar .time-btn.full .booked-count {
  color: #fff;
  background: var(--color-1b);
}
#calendar .time-btn:not(.full) .booked-count {
  color: #fff;
}
#calendar .time-btn.expired {
  color: #c5c5c5;
  cursor: not-allowed;
}
#calendar .time-btn.expired:hover {
  background: transparent;
}
#calendar .time-btn.expired .booked-count {
  background: #dbdbdb;
  display: none;
}
#calendar .fc-button {
  color: #fff;
  border-color: var(--color-2);
  background-color: var(--color-2);
}
#calendar .fc-button:hover {
  border-color: #000;
  background-color: #000;
}
#calendar .disabled-prev {
  color: #fff;
  border-color: #a7a7a7;
  background-color: #a7a7a7;
  cursor: not-allowed;
  opacity: 1;
}
#calendar .disabled-prev:hover {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}
#calendar .full-text, #calendar .expired-text {
  font-size: 0.875rem;
}
/* table */
#calendar-table .calendar-toolbar {
  margin-bottom: 0.5rem;
}
#calendar-table .toolbar-title .title {
  font-size: 1.5rem;
  margin: 0px;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
}
#calendar-table .toolbar-button {
  text-align: right;
}
#calendar-table .prev-btn,
#calendar-table .next-btn {
  color: #fff;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-radius: 5px;
  background-color: var(--color-2);
}
#calendar-table .prev-btn:before,
#calendar-table .next-btn:after {
  font-family: "gwicon" !important;
  vertical-align: -1px;
}
#calendar-table .prev-btn:before {
  content: "\41";
  font-size: 0.75rem;
  margin-right: 0.05rem;
}
#calendar-table .next-btn:after {
  content: "\42";
  font-size: 0.75rem;
  margin-left: 0.05rem;
}
#calendar-table .prev-btn:disabled {
  color: #fff;
  background-color: #a7a7a7;
  cursor: not-allowed;
  opacity: 1;
}
#calendar-table table {
  border-radius: 10px;
}
#calendar-table thead th {
  color: #000;
  font-size: 1.125rem;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  padding: 0.5rem 0;
  background: var(--color-3b);
}
#calendar-table tbody td {
  padding: 0.5rem;
}
#calendar-table .time-slot {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  border-bottom: 1px dashed #dee2e6;
}
#calendar-table .time-slot:last-child {
    border: 0;
}
#calendar-table .time-btn {
  font-size: 1rem;
  height: 50px;
  padding: 0.25rem 0.25rem;
  border: 0;
  border-radius: 3px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  cursor: pointer;
}
#calendar-table .time-btn.full {
  color: var(--red);
  cursor: not-allowed;
}
#calendar-table .time-btn:hover:not(.full) {
  background: #cfd9e2;
}
#calendar-table .booked-count {
  display: block;
  font-size: 0.9375rem;
  /* font-size: 0; */
  font-weight: 500;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 0.25rem;
  background: var(--color-4);
  border-radius: 100%;
}
#calendar-table .time-btn.full .booked-count {
  color: #fff;
  background: var(--color-1b);
}
#calendar-table .time-btn:not(.full) .booked-count {
  color: #fff;
}
#calendar-table .time-btn.expired {
  color: #c5c5c5;
  cursor: not-allowed;
}
#calendar-table .time-btn.expired:hover {
  background: transparent;
}
#calendar-table .time-btn.expired .booked-count {
  background: #dbdbdb;
  display: none;
}
#calendar-table .full-text, #calendar-table .expired-text {
  font-size: 0.875rem;
}
/***--- booking end ----***/

/***--- page ----***/
#body-top-box {
  background: url(../assets/images/page_top.jpg) center center/cover;
  background-attachment: fixed;
}
.body-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  flex-direction: column;
  overflow: hidden;
}
.top-title h2 {
  color: #4c7e7d;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  margin: 0;
}
.page-title {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
.page-title h3 {
  color: #003763;
  margin: 0;
}
#page .title h3 {
  color: var(--color-2);
  font-size: 1.625rem;
  margin: 0 0 1rem 0 !important;
}
#content {
  padding: 3.25rem 0;
  min-height: calc(100vh - 194px);
}
/***--- page end ----***/

/***--- inquiry ----***/
#inquiry .yesIn {
  color: var(--green);
}
#inquiry .noIn {
  color: var(--orange);
}
#inquiry .cancelIn {
  color: var(--red);
}
#inquiry .filledIn {
  color: var(--green);
}
#inquiry .noFilledIn {
  color: var(--red);
}
#inquiry .selected-info {
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed var(--color-3);
}
/***--- inquiry end ----***/

/***--- sidemenu ---***/
.sidemenu-title {
  margin-bottom: 15px;
}
.sidemenu-title h2 {
  color: #00a5a2;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
.sidemenu .accordion {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-radius: 10px;
}
.sidemenu .accordion>li {
  margin-bottom: 10px;
}
.sidemenu .accordion>li.active .link {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion li.open .link {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion .link {
  display: block;
  position: relative;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 5px 20px 5px 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid  var(--color-1);
  border-radius: 30px;
  cursor: pointer;
}
.sidemenu .accordion .link:hover {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion .active > .submenu {
  display: block;
}
.sidemenu .accordion .active i {
  color: #009688;
}
.sidemenu .accordion li i {
  position: absolute;
  right: 10px;
  line-height: 1;
  margin-top: 3px;
}
.sidemenu .accordion li i.arrow:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidemenu .accordion li:hover i.arrow:after {
  border-color: #fff;
}
.sidemenu .accordion li.open i.arrow:after {
  border-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidemenu .accordion li.active i.arrow:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/*** submenu ***/
.submenu {
  display: none;
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 0;
  margin-top: 5px;
  background: #ebebeb;
  border-radius: 15px;
}
.submenu li {
  list-style-type: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 5px 10px 5px 15px;
}
.submenu .active a {
  color: #009592;
  font-weight: 400;
}
.submenu a:hover {
  color: #009592;
}
@media (max-width: 991.98px) {
  .sidemenu {
    order: 2;
    margin-top: 2rem;
  }
  .sidemenu .accordion li i {
    right: auto;
    margin-left: 10px;
  }
}
/***--- submenu end ---***/

/***--- main table ---***/
table-responsive {
  overflow-y: hidden;
  margin-bottom: 18px;
}
table-responsive .main table {
  margin-bottom: 0 !important;
}
tbody, td, tfoot, th, thead, tr {
  border-width: inherit;
}
.main table {
  width: 100%;
  max-width: 100% !important;
  border-color: var(--color-3b);
  line-height: 1.3;
}
.main table h1,
.main table h2,
.main table h3,
.main table h4,
.main table h5,
.main table h6 {
  margin: 0 !important;
  padding-top: 0 !important;
}
.main table p {
  margin: 0;
}
.main table img {
  padding: 0;
}
.main table thead {
  background-color: var(--color-3b);
}
.main table thead th {
  color: #000;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem;
  vertical-align: middle;
  border: inherit;
  border-right: 1px solid #fff;
  white-space: nowrap;
}
.main table thead th:first-child {
  border-left-color: var(--color-3b);
}
.main table thead th:last-child {
  border-right-color: var(--color-3b);
}
.main table thead .date {
  width: 100px !important;
}
.main table tbody .date {
  text-align: center;
}
.main table thead th h1,
.main table thead th h2,
.main table thead th h3,
.main table thead th h4,
.main table thead th h5,
.main table thead th h6 {
  color: #000;
}
.main table thead th.date {
  width: 10% !important;
}
.main table thead th.time {
  width: 10% !important;
}
.main table thead th.sort {
  width: 30% !important;
}
.main table thead th.counselor {
  width: 10% !important;
}
.main table thead th.method {
  width: 10% !important;
}
.main table thead th.num {
  width: 10% !important;
}
.main table thead th.link {
  width: 10% !important;
}
.main table thead th.release {
  width: 10% !important;
}
.main table thead td {
  font-weight: 500;
  text-align: center;
  padding: 0.5rem;
  line-height: 20px;
  width: auto !important;
}
.main table tbody th {
  color: #07685a;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
  background: var(--color-7);
}
.main table tbody tr {
  
  /* background: #ffffff;
  border-bottom-width: 1px; */
}
.main table tbody tr:nth-child(even) {
  /* background: #ddd; */
}
.editor table tbody tr:nth-child(even) {
  background: none;
}
#uncolor tr:nth-child(even) {
  background: #ffffff;
}
.main table tbody td {
  padding: 0.5rem;
  text-align: center;
}
.main table tbody td.date {
  text-align: center;
  white-space: nowrap;
}
.main table tbody td.sort {
  text-align: center;
}
.main table tbody td.link {
  text-align: center;
}
.main table tbody td.release {
  text-align: center;
}
.main table tbody .link-icon {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--color-1);
}
.main table tbody .link-icon.delete {
  background: #f44336;
}
.main table tbody .link-icon:hover {
  background: var(--hover);
}
.main table tbody .link-icon a {
  color: #000;
}
.main table tbody .link-icon:hover a {
  color: #fff;
  transition: 0s all;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
}
.main table .link-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.main table .link-icon i.gw-close-a1 {
  font-size: 0.8175rem;
}
.main table tbody ul,
.main table tbody ol {
  padding-left: 22px;
  margin-bottom: 0;
}
.main table tbody li {
  padding: 0;
}
@media (max-width: 767.98px) {
  .main table thead th,
  .main table tbody th,
  .main table tbody tr td {
    padding: 5px 5px;
  }
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid var(--color-1);
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid var(--color-1);
}
.dataTables_length label, .dataTables_filter label {
  position: relative;
  color: var(--color-2);
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable.no-footer {
  border-bottom: 1px solid var(--color-2);
  border-top: 0;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #25a18e26;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #333;
  background: #fff;
  border: 2px solid var(--color-2);
  border-radius: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  background: var(--color-2);
  border: 2px solid var(--color-2);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff;
  background-color: var(--color-2);
}

/* rwd-table */
.rwd-table .column {
  display: inline-block;
  width: 100%;
}
.rwd-table tbody label {
  display: none;
  color: var(--color-3);
  margin: 0;
}
.rwd-table .column.colimg .image {
  display: inline-block;
  width: 150px;
}
.rwd-table .column.colimg .text {
  display: inline-block;
  width: calc(100% - 150px);
  margin-left: -8px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .rwd-table td {
    display: block;
    text-align: left;
    border-bottom-width: 0;
  }
  .rwd-table td:last-child {
    border-bottom-width: 1px;
  }
  .rwd-table.dataTable td {
    border-top: 1px solid;
    border-color: #ddd;
  }
  .rwd-table.dataTable .even td:first-child {
    border-top: 2px solid;
    border-color: #ddd;
  }
  .rwd-table.dataTable td:last-child {
    border-bottom: 1px solid;
    border-color: #ddd;
  }
  .rwd-table thead {
    display: none;
  }
  .rwd-table tbody td label {
    display: inline-block;
    font-weight: 600;
    text-align: left;
    width: 110px;
    padding-right: 10px;
  }
  .rwd-table .column {
    display: inline-block;
    width: calc(100% - 110px);
    text-align: left;
    margin-left: -5px;
    vertical-align: top;
    border-left: 1px solid #ddd;
  }
  .rwd-table .column.colimg {
    width: 100%;
    margin: 0;
  }
  .rwd-table .column.colimg .image {
    width: 110px;
    padding-right: 10px;
  }
  .rwd-table .column.colimg .text {
    width: calc(100% - 110px);
    padding-left: 6px;
  }
  .rwd-table tbody tr {
    border-color: #fff !important;
    border-bottom-width: 20px !important;
  }
  .rwd-table tbody td {
    padding: 10px 5px !important;
    border-color: #ccc;
  }
  .rwd-table tbody td:first-child {
    padding-top: 15px;
  }
  .rwd-table tbody td:last-child {
    padding-bottom: 15px;
  }
}
/***--- table end ---***/

/***--- form ----***/
#form-content.bgGrey {
  padding: 1.5rem;
  background: #f3f3f3;
  border-radius: 10px;
}
#form-content .form-title h3 {
  color: #003763;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #ccc;
}
#form-content .info-content {
  margin-bottom: 1.5rem;
}
#form-content h4 {
  color: var(--color-1);
  padding: 0.35rem 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  background: var(--color-1);
}
#form-content h4:before {
  content: "\e0cc";
  font-family: "gwicon";
  font-size: 1.25rem;
  vertical-align: -1.5px;
  margin-right: 0.3rem;
}
#form-content h5 {
  color: #008dcd;
}
#form-content h5:before {
  content: "\e0c7";
  font-family: "gwicon";
  font-size: 1.0625rem;
  vertical-align: -1px;
  margin-right: 0.3rem;
}
#form-content hr {
  margin-top: 0.5rem;
  margin-bottom: 1.625rem;
}
#form-content form .tooltip-inner {
  color: #fff;
  padding: 3px 10px;
  background-color: #000;
  opacity: 1;
}
#form-content form .tooltip-arrow {
  --bs-tooltip-bg: #000;
}
form .remark {
  color: var(--red);
  font-size: 0.875rem;
}
form .form-notice {
  color: #888;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  clear: both;
}
form .error {
  display: none;
  color: #b70c00;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1;
  width: 100%;
  padding: 0.5rem 0.5rem;
  margin-top: 0.25rem;
  background: #fde3e1;
  border: 2px solid #f3a39d;
  border-right: 0;
  border-left: 0;
  clear: both;
}
form .error:before {
  content: "\e1e9";
  font-family: "gwicon" !important;
  font-size: 1.0625rem;
  vertical-align: -3px;
  margin-right: 0.25rem;
}
label {
  position: relative;
  color: var(--color-2);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
label.required:after {
  content: "*";
  color: #F44336;
  font-size: 1.375rem;
  line-height: 0;
  vertical-align: -4px;
  margin-left: 3px;
}
label.fontSize-m {
  font-size: 1.125rem;
}
.second-input label {
  color: #222;
  font-size: 0.875rem;
}
input, select, textarea {
  color: #222;
  font-size: 0.9375rem;
  width: 100%;
  padding: 5px 8px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: none !important;
}
input:focus, select:focus, textarea:focus {
  outline-color: #00b4d8 !important;
}
input.width-auto, select.width-auto, textarea.width-auto {
  width: auto;
}
textarea {
  display: block;
}
input, select {
  height: 40px;
}
input:focus, select:focus, textarea:focus {
  outline-color: var(--color-2);
}
input[readonly]:focus, textarea[readonly]:focus, select[readonly]:focus {
  border-color: #ddd !important;
}
input:disabled, textarea:disabled, select:disabled, input[readonly], textarea[readonly], select[readonly] {
	color: #000 !important;
	background: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
input:disabled:hover, textarea:disabled:hover, select:disabled:hover, input[readonly]:hover, textarea[readonly]:hover, select[readonly]:hover {
	cursor: not-allowed;
}
input.input-s {
  display: inline-block;
  width: auto;
  height: 30px;
  margin-left: 0.5rem;
}
input.input-auto, select.input-auto {
  display: inline-block;
  width: auto;
}
#form-content .group-box {
  padding: 1.25rem 1.25rem 1.5rem;
  background: #f3f3f3;
}
.date-group {
  font-size: 0.9375rem;
}
.date-group input {
  display: inline-block;
  width: calc(50% - 28px);
}
.wordsNum {
  color: #9e713c;
  font-size: 1rem;
  display: flex;
  justify-content: right;
}
.form-options {
  margin-top: 1rem;
  text-align: center;
}
.form-options a {
  margin-right: 0.5rem;
}
.form-options a:last-child {
  margin-right: 0;
}
.form-options a:hover {
  color: #000;
}
input:-moz-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
/***button***/
.btn {
  padding: 3px 15px;
  border-radius: 30px;
}
.button-box {
  text-align: center;
  margin-top: 1.5rem
}
.button-box .btn {
  max-width: 120px;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 40px;
  margin: 0;
  padding: 0;
  background: var(--btn);
  border: 0;
  border-radius: 30px;
}
.button-box .btn:hover, .button-box .btn:active, .button-box .btn:focus {
  color: #fff;
  background: var(--btn-hover);
}
.button-box ul {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
}
.button-box ul>li {
  margin-right: 15px;
}
.button-box ul>li:last-child {
  margin-right: 0;
}
.button-box .btn .send-icon {
  display: contents;
  line-height: 40px;
  font-style: normal;
  pointer-events: none;
  z-index: 2;
}
.button-box .btn .send-icon:before {
  content: "\e184";
  font-family: "gwicon";
  color: rgb(255 255 255 / 30%);
  font-size: 3rem;
  line-height: 38px;
  margin-left: -45px;
  margin-top: 0px;
  position: absolute;
}
@media (max-width: 992px) {
  .button-box ul {
    display: inherit;
  }
  .button-box ul>li {
    margin-right: 0;
  }
}
#c_code {
  margin-bottom: 1.25rem;
}
#captcha {
  display: inline-block;
  width: 120px !important;
  height: 40px !important;
  vertical-align: -2px;
}
#captcha:focus {
  border: 1px solid #80714d;
}
.file-btn {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 10px;
  border: 0;
  border-radius: 3px;
  outline: 1px solid #ccc;
}
.file-btn:focus {
  outline: 2px solid #00b4d8;
  border: 0;
  box-shadow: none;
}
.file-btn::file-selector-button {
  color: #fff;
  background-color: var(--color-3);
}
.file-btn:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--btn-hover);
}
.error-box {
  position: absolute;
}
.error-box .error {
  width: auto;
}
.captcha-icon i {
  color: #ff5722;
  margin: 0 0.25rem;
  vertical-align: -4px;
}
.captcha-icon i:hover {
  color: #f44336;
}
/***radio & checkbox***/
input[type=radio], input[type=checkbox] {
  vertical-align: -3px;
  width: 18px !important;
  height: 18px !important;
  accent-color: #ff5722;
}
.options-group {
  padding: 0;
  margin-top: 0.25rem;
  width: 100%;
}
.options-group .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.options-group i {
  font-style: normal;
  margin-left: 5px;
}
.options-group li {
  list-style-type: none;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 25px;
  text-indent: -25px;
}
.options-group li:last-child {
  margin-bottom: 0;
}
.options-float li {
  float: left;
  margin-right: 1rem;
}
.options-float li:last-child {
  margin-right: 0;
}
label.radio, label.checkbox {
  cursor: pointer;
  vertical-align: -1px;
  position: relative;
  font-weight: normal;
  margin: 0;
}
label.radio input[type="radio"],
label.checkbox input[type="checkbox"] {
  display: none;
}
label.radio span, label.checkbox span {
  display: inline-block;
}
label.radio span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  transition: all .5s;
}
label.checkbox span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  transition: all .5s;
}
label.radio input[type="radio"]:checked + span:before, label.checkbox input[type="checkbox"]:checked + span:before  {
  background: #b969b0;
  border: 1px solid #b969b0;
}
label.radio input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
label.checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.disabled label.radio, .disabled label.checkbox {
  cursor: not-allowed;
}
.disabled label.radio span:before {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.disabled label.radio input[type="radio"]:checked + span:before, .disabled label.checkbox input[type="checkbox"]:checked + span:before {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.disabled label.radio input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
/***--- form end ----***/

/***--- thank ----***/
#thank .content-box {
  text-align: center;
  padding: 5rem 1rem;
  border: 1px solid var(--color-1);
}
#thank .content-box .icon i {
  color: var(--color-3);
  font-size: 7rem;
  line-height: 1;
}
#thank .content-box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0.25rem 0 0 0;
}
/***--- thank end ----***/

/***--- editor ---***/
/***--- editor end ---***/

/***--- login ----***/
#login .info-content {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../assets/images/bg.jpg) center center/cover fixed;
  overflow: hidden;
}
#login .info-content .logo img {
  width: 450px;
}
#login .info-content .article {
  margin-top: 2rem;
}
#login .info-content .article .title {
  text-align: center;
}
#login .input-content  {
  color: #fff;
  height: 100vh;
  min-height: 300px;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fbfbfb;
  overflow: hidden;
}
#login .input-content .title {
    color: var(--color-2);
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0.75rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-2);
}
#login #submit-btn {
  text-align: center;
  margin-top: 1.5rem;
}
/***--- login end ----***/

/***--- footer ---***/
footer {
  position: relative;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 1.25rem 0;
  background: #f5f5f5;
}
footer p {
  margin-bottom: 0;
}
footer a, footer a:focus {
  color: #000;
  border-bottom: 1px dotted transparent;
}
footer a:hover {
  color: var(--color-2);
  border-bottom-color: var(--color-2);
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer li {
  line-height: 1.5;
  margin: 3px 0;
}
footer .unit {
  text-align: center;
}
footer .unit img {
  width: 200px;
}
footer .contact {
  text-align: left;
}
footer .contact li {
  float: left;
  margin-right: 1rem;
}
footer .contact i {
  font-size: 1.125rem;
  vertical-align: -4px;
  margin-right: 10px;
}
footer .mark-box {
  text-align: center;
}
#design {
  color: rgb(0 0 0 / 30%);
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  clear: both;
}
#design a,
#design a:active {
  color: rgb(0 0 0 / 30%);
  font-size: 0.8125rem;
  margin-left: 5px;
  border-bottom: 1px dotted transparent;
}
#design a:hover {
  color: var(--color-2);
  border-bottom-color: var(--color-2);
}
#design i {
  font-size: 1rem;
  margin-right: 2px;
  vertical-align: -2px;
}
/***--- footer end ---***/

/***--- loader ----***/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10000;
}
#loader #loader-inner {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -25px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #222222;
  border-left-color: #22222270;
  border-right-color: #22222230;
  border-bottom-color: #22222210;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
#loader #loader-inner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #222222;
  border-left-color: #22222270;
  border-right-color: #22222230;
  border-bottom-color: #22222210;
  animation: spin 3s linear infinite;
  -webkit-animation: spin 3s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/***--- loader end ----***/

/***--- gotop ----***/
#gotop {
  display: none;
  position: fixed;
  font-size: 1rem;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 999;
}
#gotop span {
  color: var(--color-3);
  width: 50px;
  height: 50px;
  background-color: var(--color-3);
  border: 2px solid var(--color-3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gotop span:hover,
#gotop span:focus,
#gotop span:active {
  color: #fff;
  background-color: var(--hover);
  border: 2px solid var(--hover);
}
#gotop span::before {
  content: "\77";
  color: #fff;
  font-size: 1.25rem;
  font-family: "gwicon";
  line-height: 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#gotop span:hover::before {
  color: #fff;
}
#gotop span:focus::before {
  color: #fff;
}
#gotop span:active::before {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  #gotop {
    bottom: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  #gotop span {
    width: 40px;
    height: 40px;
  }
  #gotop span::before {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  #gotop {
    width: 35px;
    height: 35px;
  }
  #gotop span {
    width: 35px;
    height: 35px;
  }
  #gotop span::before {
    font-size: 1rem;
  }
}
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: btnExit;
}
@keyframes btnExit {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/***--- gotop end ----***/

/***--- breadcrumb ---***/
.gw-breadcrumb {
  font-size: 0.9375rem;
  text-align: right;
}
.gw-breadcrumb a {
  color: #222;
}
.gw-breadcrumb a:hover {
  color: var(--color-1-f);
}
.gw-breadcrumb .bread_gt {
  padding: 0 8px;
}
.gw-breadcrumb .bread_gt:before {
  content: "／";
  position: absolute;
  font-size: 0.75rem;
  color: #000;
  margin: 1px 0 0 -8px;
}
/***--- breadcrumb end ---***/

/***--- tips ---***/
.tips {
  font-size: 0.8125rem;
  color: #fff;
  clear: both;
  margin-top: 50px;
}
.tips ul {
  float: right;
  list-style-type: none;
  padding-left: 0;
}
.tips ul li {
  float: left;
}
.tips .tips-content {
  margin-left: 3px;
}
.tips .tips-content a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  background: var(--color-1);
}
.tips .tips-content a:link {
  color: #fff;
}
.tips .tips-content a:hover {
  color: #fff;
  background: var(--hover);
}
.tips-list {
  margin: 0 3px;
}
.tips-list i {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.tips-list .font-plus, .tips-list .font-minus {
  user-select: none;
}
.tips-list svg {
  fill: #fff;
}
.a2a_default_style a:hover .a2a_svg,
.a2a_floating_style a:hover .a2a_svg,
.a2a_overlay_style a:hover .a2a_svg svg {
  opacity: 1 !important;
}
.a2a_default_style a {
  line-height: 1 !important;
  padding: 0px 3px !important;
}
.a2a_default_style .a2a_svg {
  width: 36px;
  height: 36px;
  background: var(--color-2) !important;
}
.a2a_default_style a:hover .a2a_svg {
  background: var(--hover) !important;
}
.a2a_menu a {
  color: #000 !important;
}
.a2a_menu a:hover {
  color: #000 !important;
}
@media (max-width: 767.98px) {
  .a2a_full {
    width: 93% !important;
    margin: 0 auto !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 375px) {
  .a2a_full {
    width: 91% !important;
  }
}
/***--- tips end ---***/

/***--- modal ---***/
.modal-backdrop.fade {
  z-index: 1;
}
#bookingModal .selected-info {
  padding: 1rem;
  background: #f3f3f3;
}
/***--- modal end ---***/

/***--- pagination ---***/
.pagination {
  clear: both;
  text-align: center;
  font-size: 0.875rem;
  padding-top: 30px;
  margin: 0;
  display: inherit;
}
.pagination strong {
  display: inline-block;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  background: var(--color-2);
  border: 2px solid var(--color-2);
  font-weight: 400 !important;
  border-radius: 100%;
}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:focus {
  display: inline-block;
  color: #000;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  padding: 0;
  background: #fff;
  border: 2px solid var(--color-2);
  border-radius: 100%;
}
.pagination a:hover {
  color: #fff;
  background: var(--color-2);
  border: 2px solid var(--color-2);
}
.pagination a .first-link {
  display: inherit;
  content: url(../assets/images/first.png);
}
.pagination a .last-link {
  display: inherit;
  content: url(../assets/images/last.png);
}
.pagination a .prev-link {
  display: inherit;
  content: url(../assets/images/prev.png);
}
.pagination a .next-link {
  display: inherit;
  content: url(../assets/images/next.png);
}
.pagination a:hover .first-link {
  display: inherit;
  content: url(../assets/images/first_h.png);
}
.pagination a:hover .last-link {
  display: inherit;
  content: url(../assets/images/last_h.png);
}
.pagination a:hover .prev-link {
  display: inherit;
  content: url(../assets/images/prev_h.png);
}
.pagination a:hover .next-link {
  display: inherit;
  content: url(../assets/images/next_h.png);
}
/***--- pagination end ---***/

/***--- modal ---***/
.modal-content {
  color: #000;
  background-color: #fff;
  border: 0;
}
.modal-backdrop.fade {
  z-index: 1;
}
.modal-header {
  padding: 0.5rem 1rem;
  background-color: var(--color-1);
  border-bottom: 1px solid var(--color-1);
}
.modal-title {
  color: #fff;
}
.modal-body ul, .modal-body ol {
  padding-left: 1rem;
}
.modal-header .btn-close {
  color: #000;
  background: transparent;
}
.modal-header btn-close:hover {
  color: #000;
  background: transparent;
}
.modal-header .btn-close i {
  display: block;
  font-size: 1rem !important;
  line-height: 1;
}
.modal-footer  {
  display: block;
  text-align: center;
  padding: 0.75rem 0 0;
  border-top: 0;
}
.modal-footer .colse-btn {
  background-color: #ff5722;
}
.modal-footer .submit-btn {
  background-color: #57975a;
}
.modal-footer .colse-btn:hover, .modal-footer .submit-btn:hover {
  background-color: #555;
}
/***--- modal end ---***/

/***--- thankspage ---***/
.thankspage-content {
  border: 1px solid #ccc;
  padding: 50px 28px;
  margin: 80px 0 60px 0;
  color: #028e72;
  font-size: 0.9375rem;
}
/***--- thankspage end ---***/
