﻿@charset "UTF-8";

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
  height: 100%;
}

a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

.container-fluid.limited {
  max-width: 1200px;
}

.frame {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.frame.space {
  padding: 0 15px;
}

.inner-frame {
  line-height: 1.7;
  margin: 90px 0 15px 0;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.92);
  min-height: 450px;
}
.inner-frame.with-steps {
  margin-top: 200px;
}
@media only screen and (max-width: 767.98px) {
  .inner-frame {
    padding: 15px;
  }
}

#pageTop.a11y-guidepoint, #pageBottom.a11y-guidepoint {
  color: white;
}
#pageTop.a11y-guidepoint:focus, #pageTop.a11y-guidepoint:hover, #pageBottom.a11y-guidepoint:focus, #pageBottom.a11y-guidepoint:hover {
  color: #FFDF97;
}

#pageCenter.a11y-guidepoint {
  color: #795548;
}
#pageCenter.a11y-guidepoint:focus, #pageCenter.a11y-guidepoint:hover {
  color: #CA2121;
}

@media only screen and (max-width: 767.98px) {
  .a11y-guidepoint {
    display: none !important;
  }
}
.a11y-desc div[class^=section] {
  padding: 8px 15px;
  border-radius: 5px;
  margin: 5px 0;
}
.a11y-desc .section-top {
  background-color: #fff5cb;
}
.a11y-desc .section-center {
  background-color: #ffe5e9;
}
.a11y-desc .section-bottom {
  background-color: #d9edff;
}
.a11y-desc .title {
  display: inline-block;
  font-weight: bold;
  margin-right: 8px;
}
.a11y-desc .key {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  margin: 1px 3px 2px 3px;
  background-color: white;
  font-family: "roboto", sans-serif;
  font-size: 0.92rem;
  font-weight: bold;
  color: #795548;
  border-radius: 0.3rem 0.3rem 0.1rem 0.1rem;
  border-top: 1px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
  border-right: 3px solid #969595;
  border-bottom: 3px solid #7e7e7e;
}

@media only print {  

    body, .global-wrapper {
        background: none !important;
        background-color: #fff;
    }
    .header, .navbg, .type-bar img, 
    .es910-delete-btn, .es910-delete-btn-disabled, 
    .fc-button {
        display: none !important;
    }
    .content-main {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .es910-booked {
        text-decoration: underline !important;
        color: blue !important;
    }
}

.navbar {
  padding: 3px 15px;
  background-color: #CA2121 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #db2424;
  border-bottom: 2px solid #b81e1e;
  transition: top 0.3s;
}
.navbar .logo {
  margin: 0;
}
.navbar .logo + .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: #a71b1b;
}
.navbar .navbar-brand img {
  height: 55px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 260px;
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar .navbar-brand img {
    width: 200px;
  }
}
.navbar .navbar-nav .nav-item {
    color: #FFF;
}
.navbar .navbar-nav .memberName {
    float: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: yellow;
}
.navbar .navbar-nav a.nav-link {
  color: white;
  transition: all 0.3s ease-in;
  float: left;
}
.navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link:focus {
  color: #FFDF97;
  background-color: #a71b1b;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.navbar .navbar-nav a.nav-link i {
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-nav a.nav-link i {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav a.nav-link i {
    width: 22px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav a.nav-link {
    padding-left: 8px;
  }
}
.navbar .navbar-nav a.nav-link.a11y-guidepoint {
  padding: 2px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item:nth-of-type(1) {
    -webkit-order: 4;
            order: 4;
  }
  .navbar .navbar-nav .nav-item:nth-of-type(2) {
    -webkit-order: 3;
            order: 3;
  }
  .navbar .navbar-nav .nav-item:nth-of-type(3) {
    -webkit-order: 2;
            order: 2;
  }
  .navbar .navbar-nav .nav-item:nth-of-type(4) {
    -webkit-order: 1;
            order: 1;
  }
}
.navbar a:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.7);
}

.tableRWD {
  margin-bottom: 50px;
}
.tableRWD .table {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 0;
}
.tableRWD .table-header {
  background-color: #F0F0F0;
  font-weight: bold;
}
.tableRWD .table-header > span {
  border-top: 1px solid #979797;
}
.tableRWD .item {
  transition: all 0.2s;
  padding: 5px 0;
}
.tableRWD .item:nth-child(odd) {
  background-color: white;
}
.tableRWD .item:nth-child(even) {
  background-color: #FFFEEE;
}
.tableRWD .item .hidden-th {
  font-weight: bold;
  color: #1f1f1f;
  display: none;
}
.tableRWD .table-header, .tableRWD .item {
  font-size: 1rem;
  color: #1f1f1f;
  display: table-row;
}
.tableRWD .table-header > span, .tableRWD .item > span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #979797;
}
.tableRWD .table-header > span:first-child, .tableRWD .item > span:first-child {
  border-left: 1px solid #979797;
}
.tableRWD .table-header > span:last-child, .tableRWD .item > span:last-child {
  border-right: 1px solid #979797;
}
.tableRWD.shadow .table-header, .tableRWD.shadow .item {
  box-shadow: 0 0 5px rgba(72, 72, 72, 0.5);
}
.tableRWD .action-area {
  padding: 10px;
  border: 1px solid #979797;
  background-color: #fff;
  margin: -6px 0px -1px 0;
}
.tableRWD .action-area .btn i {
  margin-right: 5px;
}
.tableRWD .action-area .btn + .btn {
  margin-left: 5px;
}
@media only screen and (max-width: 991.98px) {
  .tableRWD.md .table-header {
    display: none;
  }
  .tableRWD.md .table-header + .item {
    border-top: 1px solid #979797;
  }
  .tableRWD.md .item {
    display: block;
    border: 1px solid #979797;
    border-top: 0;
  }
  .tableRWD.md .item > span {
    display: block;
    width: 100% !important;
    padding: 5px 10px;
    border: 0;
  }
  .tableRWD.md .item > span:not(.text-center) {
    text-align: left !important;
  }
  .tableRWD.md .item > span > span {
    display: inline-block !important;
  }
  .tableRWD.md .item .hidden-th {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .tableRWD.sm .table-header {
    display: none;
  }
  .tableRWD.sm .table-header + .item {
    border-top: 1px solid #979797;
  }
  .tableRWD.sm .item {
    display: block;
    border: 1px solid #979797;
    border-top: 0;
  }
  .tableRWD.sm .item > span {
    display: block;
    width: 100% !important;
    padding: 5px 10px;
    border: 0;
  }
  .tableRWD.sm .item > span:not(.text-center) {
    text-align: left !important;
  }
  .tableRWD.sm .item > span > span {
    display: inline-block !important;
  }
  .tableRWD.sm .item .hidden-th {
    display: inline-block;
  }
}

.tableRWD .table-header.gray {
  background-color: #616161;
  color: white;
}

.tableRWD .table-header.pink {
  background-color: #E91E63;
  color: white;
}

.tableRWD .table-header.red {
  background-color: #bd1d32;
  color: white;
}

.tableRWD .table-header.blue {
  background-color: #1d74ce;
  color: white;
}

.tableRWD .table-header.brown {
  background-color: #795548;
  color: white;
}

.tableRWD .table-header.green {
  background-color: #28a745;
  color: white;
}

.tableRWD.hover-pink .item:nth-child(odd) {
  background-color: #ffe1eb;
}
.tableRWD.hover-pink .item:nth-child(even) {
  background-color: white;
}
.tableRWD.hover-pink .item:hover, .tableRWD.hover-pink .item:focus {
  background-color: #ffc0d5;
}

.tableRWD.hover-blue .item:nth-child(odd) {
  background-color: #ddedff;
}
.tableRWD.hover-blue .item:nth-child(even) {
  background-color: white;
}
.tableRWD.hover-blue .item:hover, .tableRWD.hover-blue .item:focus {
  background-color: #aad4ff;
}

.container-fluid.max {
  max-width: 1440px;
}

.panel {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #008eb0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-info > .panel-heading {
  background: #008eb0;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  font-family: "Nexa-bold", "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
}

.panel-body {
  background: #ffffff;
  padding: 20px;
}

.modal-header {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  color: white;
  padding: 0.5rem 1rem !important;
}
.modal-header.bg-primary {
  background-color: #008eb0 !important;
}
.modal-header button.close {
  color: #333;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
  border: 1px solid;
  border-radius: 0.5rem;
  padding: 0.125rem 0.5rem;
}

.panel-body .control-label, .modal-body .control-label {
  /* padding-right: 0; */
}

.input-lg {
  padding: 10px 12px;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 767.98px) {
  .input-lg {
    padding: 10px 16px;
  }
}

.btn-lg, .btn-group-lg > .btn {
  padding: 8px 14px;
}

@media only screen and (max-width: 575.98px) {
  .btn-lg i {
    display: none;
  }

  .btn-area {
    text-align: center;
  }
}
.modal-dialog {
  width: 90%;
  max-width: 600px;
}

.iradio_square-blue, .icheckbox_square-blue {
  margin: -3px 6px 0 0;
}

.iradio_square-blue + .text, .icheckbox_square-blue + .text {
  word-break: break-all;
}

.iradio_square-blue:hover + .text,
.icheckbox_square-blue:hover + .text,
.iradio_square-blue.hover + .text,
.icheckbox_square-blue.hover + .text,
.iradio_square-blue.checked + .text,
.icheckbox_square-blue.checked + .text {
  font-weight: bolder;
  color: #008eb0;
}

.radio-inline, .checkbox-inline {
  padding-left: 0;
}
.radio-inline .text, .checkbox-inline .text {
  word-break: break-all;
}
.radio-inline .text:hover, .checkbox-inline .text:hover {
  font-weight: bolder;
  color: #008eb0;
}
.radio-inline:not(:last-child), .checkbox-inline:not(:last-child) {
  margin-right: 10px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

body {
  min-width: auto !important;
}

a {
  color: #0059B8;
}
a:focus, a:hover {
  color: #00458e;
}

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1),
.auto-clear .col-lg-2:nth-child(6n+1),
.auto-clear .col-lg-3:nth-child(4n+1),
.auto-clear .col-lg-4:nth-child(3n+1),
.auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1),
.auto-clear .col-md-2:nth-child(6n+1),
.auto-clear .col-md-3:nth-child(4n+1),
.auto-clear .col-md-4:nth-child(3n+1),
.auto-clear .col-md-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1),
.auto-clear .col-sm-2:nth-child(6n+1),
.auto-clear .col-sm-3:nth-child(4n+1),
.auto-clear .col-sm-4:nth-child(3n+1),
.auto-clear .col-sm-6:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1),
.auto-clear .col-xs-2:nth-child(6n+1),
.auto-clear .col-xs-3:nth-child(4n+1),
.auto-clear .col-xs-4:nth-child(3n+1),
.auto-clear .col-xs-6:nth-child(odd) {
    clear: both;
  }
}
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -6px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.form-control.f-xs-1, .form-control.f-sm-1, .form-control.f-md-1, .form-control.f-lg-1 {
  width: 100%;
}

.form-control.f-xs-2, .form-control.f-sm-2, .form-control.f-md-2, .form-control.f-lg-2 {
  width: 100%;
}

.form-control.f-xs-3, .form-control.f-sm-3, .form-control.f-md-3, .form-control.f-lg-3 {
  width: 100%;
}

.form-control.f-xs-4, .form-control.f-sm-4, .form-control.f-md-4, .form-control.f-lg-4 {
  width: 100%;
}

.form-control.f-xs-5, .form-control.f-sm-5, .form-control.f-md-5, .form-control.f-lg-5 {
  width: 100%;
}

.form-control.f-xs-6, .form-control.f-sm-6, .form-control.f-md-6, .form-control.f-lg-6 {
  width: 100%;
}

.form-control.f-xs-7, .form-control.f-sm-7, .form-control.f-md-7, .form-control.f-lg-7 {
  width: 100%;
}

.form-control.f-xs-8, .form-control.f-sm-8, .form-control.f-md-8, .form-control.f-lg-8 {
  width: 100%;
}

.form-control.f-xs-9, .form-control.f-sm-9, .form-control.f-md-9, .form-control.f-lg-9 {
  width: 100%;
}

.form-control.f-xs-10, .form-control.f-sm-10, .form-control.f-md-10, .form-control.f-lg-10 {
  width: 100%;
}

@media (min-width: 415px) {
  .form-control.f-xs-1 {
    width: 10%;
  }

  .form-control.f-xs-2 {
    width: 20%;
  }

  .form-control.f-xs-3 {
    width: 30%;
  }

  .form-control.f-xs-4 {
    width: 40%;
  }

  .form-control.f-xs-5 {
    width: 50%;
  }

  .form-control.f-xs-6 {
    width: 60%;
  }

  .form-control.f-xs-7 {
    width: 70%;
  }

  .form-control.f-xs-8 {
    width: 80%;
  }

  .form-control.f-xs-9 {
    width: 90%;
  }

  .form-control.f-xs-10 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-control.f-sm-1 {
    width: 10%;
  }

  .form-control.f-sm-2 {
    width: 20%;
  }

  .form-control.f-sm-3 {
    width: 30%;
  }

  .form-control.f-sm-4 {
    width: 40%;
  }

  .form-control.f-sm-5 {
    width: 50%;
  }

  .form-control.f-sm-6 {
    width: 60%;
  }

  .form-control.f-sm-7 {
    width: 70%;
  }

  .form-control.f-sm-8 {
    width: 80%;
  }

  .form-control.f-sm-9 {
    width: 90%;
  }

  .form-control.f-sm-10 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form-control.f-md-1 {
    width: 10%;
  }

  .form-control.f-md-2 {
    width: 20%;
  }

  .form-control.f-md-3 {
    width: 30%;
  }

  .form-control.f-md-4 {
    width: 40%;
  }

  .form-control.f-md-5 {
    width: 50%;
  }

  .form-control.f-md-6 {
    width: 60%;
  }

  .form-control.f-md-7 {
    width: 70%;
  }

  .form-control.f-md-8 {
    width: 80%;
  }

  .form-control.f-md-9 {
    width: 90%;
  }

  .form-control.f-md-10 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .form-control.f-lg-1 {
    width: 10%;
  }

  .form-control.f-lg-2 {
    width: 20%;
  }

  .form-control.f-lg-3 {
    width: 30%;
  }

  .form-control.f-lg-4 {
    width: 40%;
  }

  .form-control.f-lg-5 {
    width: 50%;
  }

  .form-control.f-lg-6 {
    width: 60%;
  }

  .form-control.f-lg-7 {
    width: 70%;
  }

  .form-control.f-lg-8 {
    width: 80%;
  }

  .form-control.f-lg-9 {
    width: 90%;
  }

  .form-control.f-lg-10 {
    width: 100%;
  }
}
html, body {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #F9FFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
}

noscript {
  padding: 85px 15px 15px 15px;
  text-align: center;
  font-size: 1.2rem;
}

body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.global-wrapper {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  background: white url("../img/bg-global-full-color.jpg") center 30% fixed;
  background-size: cover;
}

.footer {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.a18y-jump {
  position: fixed !important;
  width: 100% !important;
  z-index: 9999;
  color: #ca2121;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.a18y-jump:focus + .navbar {
  top: 35px;
}

div[id^=anchor], .anchor {
  position: relative;
  top: -75px;
}

.with-steps div[id^=anchor], .with-steps .anchor {
  position: relative;
  top: -200px;
}

p {
  margin-bottom: 0;
}
p + p {
  margin-top: 15px;
}

.btn i {
  margin-right: 5px;
}

hr.sep {
  border-top: 1px solid #757575;
  margin: 15px 0;
}



.header {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.header .deco img {
  max-width: 100%;
}
.header h2.cht {
  font-size: 2.25rem;
  border-bottom: 1px solid #878787;
  margin-bottom: 0;
  padding: 5px;
}
.header .eng {
  font-size: 1.5rem;
  font-family: "exo 2", sans-serif;
  color: #555555;
  padding: 0 5px;
}
@media only screen and (max-width: 575.98px) {
  .header {
    padding: 0 0 1rem 0;
    margin: 0.5rem 0;
  }
  .header .deco {
    width: 15%;
  }
  .header h2.cht {
    font-size: 1.6rem;
  }
  .header .eng {
    font-size: 1rem;
  }
}
.header.dark h2.cht {
  color: white;
  border-bottom: 1px solid #9e9e9e;
}
.header.dark .eng {
  color: #cacaca;
}

.inner-header {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.inner-header .deco {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: transparent url("../img/deco-title.png") center no-repeat;
  background-size: contain;
  margin: 0 5px;
}
.inner-header h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.inner-header .flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.inner-header .a11y-guidepoint {
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 767.98px) {
  .inner-header {
    font-size: 1.4rem;
  }
  .inner-header .deco {
    display: none;
  }
}

.footer {
  background-color: #505050;
  color: white;
}
.footer .info {
  padding: 10px 15px;
}
@media only screen and (max-width: 767.98px) {
  .footer .info {
    text-align: center;
  }
}
.footer .cert {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
@media only screen and (max-width: 767.98px) {
  .footer .cert {
    display: block;
    margin: 10px 0;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.copyright {
  background-color: #363636;
  color: white;
}
.copyright .info {
  padding: 10px 15px;
  text-align: center;
}

section {
  padding: 3rem 0;
}
@media only screen and (max-width: 767.98px) {
  section {
    padding: 1rem 0;
  }
}

.hero {
  padding: 0;
  margin-top: 75px;
  position: relative;
  background: white url("../img/bg-hero.jpg") center 75%;
  background-size: cover;
  overflow: hidden;
}

.btn-area {
  position: fixed;
  z-index: 999;
  top: 90px;
  right: -20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .btn-area {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (max-width: 767.98px) {
  .btn-area {
    display: none;
  }
}
.btn-area a {
  position: relative;
  display: block;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  right: 0;
  transition: all 0.3s;
}
.btn-area a .text {
  position: absolute;
  top: 25px;
  left: 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.btn-area a .sub {
  font-size: 1rem;
  display: block;
  width: 48px;
}
.btn-area a i {
  margin-top: 15px;
}
.btn-area a .status {
  margin-top: 8px;
  font-size: 1rem;
  padding: 5px;
  text-shadow: none;
  background-color: #CA2121;
  border-radius: 5px;
  display: block;
  width: 48px;
}
.btn-area a .status.ok {
  background-color: #318235;
}
.btn-area a.booking {
  z-index: 2;
}
.btn-area a.meeting {
  margin-top: -14px;
  z-index: 1;
}
.btn-area a:hover, .btn-area a:focus {
  right: 10px;
}

.btn-area-mobile {
  padding: 10px 0;
  background-color: #4a3831;
}
.btn-area-mobile a {
  font-size: 1.2rem;
  padding: 8px 12px;
  font-weight: bold;
  border: 3px solid white;
  text-align: center;
  border-radius: 8px;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.btn-area-mobile a + a {
  margin-left: 10px;
}
.btn-area-mobile a.booking {
  background: #f76d4a;
  background: linear-gradient(180deg, #f76d4a 0%, #dc4430 100%);
}
.btn-area-mobile a.meeting {
  background: #f9ce2d;
  background: linear-gradient(180deg, #f9ce2d 0%, #e99700 100%);
}
.btn-area-mobile a .status {
  display: inline-block;
  margin-left: 8px;
  font-size: 1rem;
  padding: 2px 8px;
  text-shadow: none;
  background-color: #CA2121;
  border-radius: 5px;
}
.btn-area-mobile a .status.ok {
  background-color: #318235;
}
.btn-area-mobile a:hover, .btn-area-mobile a:focus {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.services {
  background: white url("../img/bg-services.jpg") center 10% fixed;
  background-size: cover;
}
.services .desc {
  font-size: 1.25rem;
  color: #8B572A;
  text-align: center;
  padding: 1rem;
}
@media only screen and (max-width: 575.98px) {
  .services .desc {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.services .service-block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 850px;
  margin: auto;
}
.services .service-block .item {
  width: 33.33%;
  max-width: 250px;
  max-height: 250px;
  text-align: center;
  margin: 10px;
  border: 5px solid white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s;
}
.services .service-block .item:hover .title, .services .service-block .item:focus .title {
  background-color: #e7583b;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
  min-height: 140px;
  height: 100%;
  padding-bottom: 35%;
}
.services .service-block .item:hover .title::after, .services .service-block .item:focus .title::after {
  transition: all 0.5s ease-in-out;
  left: 0;
}
.services .service-block .item:hover .detail, .services .service-block .item:focus .detail {
  background-color: #fff59c;
  min-height: 110px;
}
@media only screen and (max-width: 767.98px) {
  .services .service-block .item:hover .title, .services .service-block .item:focus .title {
    min-height: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services .service-block .item {
    max-width: none;
    height: 140px;
    width: calc(50% - 20px);
  }
  .services .service-block .item .title {
    font-size: 1.6rem;
    min-height: auto;
  }
  .services .service-block .item .title::after {
    bottom: 37%;
    width: 25%;
    height: 30px;
  }
  .services .service-block .item .detail {
    font-size: 1.2rem;
    min-height: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .services .service-block .item {
    width: calc(100% - 20px);
  }
  .services .service-block .item .title::after {
    display: none;
  }
}
.services .service-block .title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 50%;
  transition: all 0.3s;
  min-height: 120px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  color: white;
  background-color: #e7583b;
  padding: 10px;
}
.services .service-block .title::after {
  position: absolute;
  bottom: 20%;
  left: -100%;
  content: "";
  background: transparent url(../img/deco-arrow-white.svg) no-repeat center;
  width: 100%;
  height: 60px;
  background-size: contain;
}
.services .service-block .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  transition: all 0.3s;
  background-color: white;
  min-height: 130px;
  font-size: 1.25rem;
  padding: 10px;
  color: #292929;
}
.services .service-block-with-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 850px;
  margin: auto;
}
.services .service-block-with-icon .item {
  width: 33.33%;
  max-width: 250px;
  text-align: center;
  margin: 10px;
  border: 5px solid white;
  background-color: white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s;
}
.services .service-block-with-icon .item .title {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 30%;
  transition: all 0.3s;
  min-height: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  color: white;
  background-color: #e7583b;
  padding: 10px;
}
.services .service-block-with-icon .item .detail {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 30%;
  transition: all 0.3s;
  font-size: 1.1rem;
  padding: 5px;
  color: #292929;
}
.services .service-block-with-icon .item .icon {
  transition: all 0.3s;
  width: 90px;
  margin: 10px auto;
  text-align: center;
}
.services .service-block-with-icon .item .icon img {
  transition: all 0.3s;
  width: 100%;
}
.services .service-block-with-icon .item:hover .detail, .services .service-block-with-icon .item:focus .detail {
  margin-top: -30%;
}
.services .service-block-with-icon .item:hover .title, .services .service-block-with-icon .item:focus .title {
  height: 50%;
}
.services .service-block-with-icon .item:hover .icon, .services .service-block-with-icon .item:focus .icon {
  height: 50%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}


.features {
  background: white url("../img/bg-features.jpg") center 10% fixed;
  background-size: cover;
  padding-left: 10px;
  padding-right: 10px;
}
.features .feature-block {
  max-width: 1140px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 30px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.features .feature-block .item {
  width: 25%;
  padding: 15px;
  text-align: center;
}
.features .feature-block .item img {
  max-width: 100%;
}
.features .feature-block .item .main {
  margin: 0.25rem;
  font-size: 1.35rem;
  font-weight: bold;
  color: #B10000;
}
.features .feature-block .item .sub {
  font-size: 1.1rem;
  color: #565656;
}
.features .feature-block .item + .item {
  border-left: 1px solid #979797;
}
@media only screen and (max-width: 991.98px) {
  .features .feature-block .item {
    width: 50%;
  }
  .features .feature-block .item:nth-of-type(1), .features .feature-block .item:nth-of-type(2) {
    border-bottom: 1px solid #979797;
  }
  .features .feature-block .item:nth-of-type(3) {
    border-left: 0;
  }
}

.appointment {
  background: white url("../img/bg-paper.jpg");
}
.appointment .appointment-block {
  text-align: center;
}
.appointment .appointment-block [class^=step-] {
  display: inline-block;
  max-width: 260px;
}
.appointment .appointment-block .center-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.appointment .appointment-block .right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.appointment .appointment-block img {
  max-width: 100%;
}
.appointment .appointment-block .point-frame {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-color: #E94D4D;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  margin: 15px;
  padding: 6px;
  min-width: 450px;
}
@media only screen and (max-width: 767.98px) {
  .appointment .appointment-block .point-frame {
    min-width: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .appointment .appointment-block .point-frame {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.appointment .appointment-block .point-frame .num {
  font-family: "roboto", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: #ca3737;
  font-size: 1.8rem;
  font-weight: bolder;
  margin-right: 10px;
}
@media only screen and (max-width: 575.98px) {
  .appointment .appointment-block .point-frame .num {
    display: none;
  }
}
.appointment .appointment-block .point-frame .text {
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 575.98px) {
  .appointment .appointment-block .point-frame .text {
    font-size: 1rem;
  }
}

.instruction {
  background: white url("../img/bg-instruction.jpg") center 10% fixed;
  background-size: cover;
}


.agreement {
  font-size: 1rem;
  background-color: white;
  padding: 15px;
  border: 1px solid #bbbbbb;
}
.agreement p + p {
  margin-top: 5px;
}
.agreement .level-1 {
  text-indent: -32px;
  padding-left: 32px;
  color: #75321a;
  font-weight: bold;
}
@media only screen and (max-width: 575.98px) {
  .agreement .level-1 {
    text-indent: 0;
    padding-left: 0;
  }
}
.agreement .level-2 {
  text-indent: -49px;
  padding-left: 49px;
}
@media only screen and (max-width: 575.98px) {
  .agreement .level-2 {
    text-indent: 0;
    padding-left: 0;
  }
}

.text-center {
  text-align: center !important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  border-color: #6c757d;
  background-color: transparent;
}


.cld-day.currMonth.active .cld-number.eventday {
  background-color: #ca2121;
  color: white;
}

.brief {
  padding: 0 10px;
}
.brief .info {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.brief .info th {
  background-color: #FFE9E2;
  color: #b71c1c;
  font-weight: normal;
  padding: 5px 10px;
}
.brief .info td {
  background-color: white;
  color: #E2363C;
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767.98px) {
  .brief i {
    display: none;
  }
}

.emp {
  font-weight: bold;
  margin: 0 3px;
}
.blue {
  color: #2196f3;
}
.red {
  color: crimson;
}
.pink {
  color: #fac;	
}
.note {
  background-color: #fffdeb;
  padding: 10px;
  border: 1px dashed #a0a0a0;
  color: #3A525D;
}
.note i {
  margin-right: 5px;
}

.sitemap-link li {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.sitemap-link i {
  color: #ca2121;
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

.part-header {
  display: inline-block;
  padding: 5px 30px;
  background-color: white;
  border-radius: 30px;
  border: 1px solid #868686;
  border-bottom-width: 3px;
}

.sub-header {
  margin-bottom: 10px;
}
.sub-header .text {
  font-size: 1.15rem;
  font-weight: bold;
  display: inline-block;
  padding: 3px 30px;
  background-color: white;
  border-radius: 30px;
  border: 1px solid #868686;
  border-bottom-width: 3px;
}
@media only screen and (max-width: 767.98px) {
  .sub-header {
    text-align: center;
  }
}

.link-section:hover .exlink:not(:focus), .link-section:hover .exlink:not(:hover) {
  opacity: 0.5;
}
@media only screen and (max-width: 575.98px) {
  .link-section:hover .exlink:not(:focus), .link-section:hover .exlink:not(:hover) {
    opacity: 0.8;
  }
}



.tableRWD .date, .tableRWD .cate {
  width: 150px;
}

/* 回到頁頂 */
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: url(../img/gotop.svg) no-repeat;
}

@media only screen and (min-width: 767.98px) {
    /* 同意條款 sweetalert 樣式微調 */
    .swal2-container .agreeAlert {  
        min-width: 33rem;
    } 
}

.krajee-default.file-preview-frame .kv-file-content {
    height: 180px;
}
.krajee-default .file-footer-caption {
    margin-bottom: 10px;
}

/* copy from bootstrap 4.6 */
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}


.labor-sel-list {
	list-style: none;
	padding: 0.5rem 2rem;
}
.labor-sel-list li {
	border-bottom: 1px solid #999;
	padding: 0.75rem 0 1rem;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	cursor: pointer;
}
.labor-sel-list li:hover {
	background-color: #EEE;
}
.labor-sel-list li label {
	font-weight: bold;
}

.hide {
    display: none !important;
}

/* caleandar CSS override */
.cld-number {
	padding: 0.375rem !important;
}

/* 報到 QR code */
.checkin-qrcode {

}

.checkin-qrcode .title {
    font-size: 3rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
}

.checkin-qrcode .qrcode {
    text-align: center;
    width: 45%;
    margin: 1rem auto;
}

/* Fix icheck-bootstrap: checkbox can't be click while loading content dynamically. */
[class*="icheck-"] > input:first-child {
    z-index: 1;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
[class*="icheck-"] > label {
    /*padding-left: 39px !important;*/
}
[class*="icheck-"] > input:first-child + label::before, 
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
    /*margin-left: -22px !important;*/
}


.logo-index img {
  width: 98%;
}

/* jquery-confirm */
.jconfirm-box {
  max-width: 95%;
}

/* override bootstrap */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  background-color: #aaa !important;
  border-color: #aaa !important;
}

.btn-wrapper:has(button[disabled]) {
  cursor:not-allowed;
}

.loginVCode {
  width: 40%;
  margin-bottom: 0.25rem;
}

.pull-right {
  float: right;
}