@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Century Gothic", "微軟正黑體", "新細明體";
}

* ul li {
  list-style-type: none;
}

* a {
  text-decoration: none;
}

* p {
  margin: 0;
}

header {
  background-color: #fff;
  display: flex;
  width: 100%;
  max-width: 1435px;
  position: relative;
  background-image: url(../img/header-bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 74%;
}

header .to-main {
  width: 30%;
  margin-left: 25px;
}

header .to-main a {
  opacity: 0;
}

header .safety-size {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 5px 0;
  align-items: center;
}

header .safety-size .logo {
  width: 90%;
  position: relative;
}

header .safety-size .logo h1 {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -5px;
}

header .safety-size .logo h1 a {
  display: block;
  width: 100%;
  max-width: 250px;
}

header .safety-size .logo h1 a img {
  width: 100%;
}

header .safety-size .accesskey {
  z-index: 5;
  position: unset;
}

header .safety-size .header-menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 5px 0;
  padding-right: 15px;
  margin: 0 auto;
}

header .safety-size .header-menu li {
  display: flex;
  margin-left: 15px;
  padding-left: 15px;
  color: #3f3f3f;
  font-weight: 500;
  font-size: 0.9rem;
  border-left: 1px solid #bebebe;
}

header .safety-size .header-menu li:first-child {
  border: none;
}

header .safety-size .header-menu li a {
  display: block;
  color: #3f3f3f;
  font-weight: 500;
  font-size: 0.9rem;
}

header .safety-size .header-menu li select {
  display: block;
  padding: 1px 5px;
  border-radius: 6px;
  border-color: #b9b9b9;
}

header .safety-size .hamburger-box {
  display: none;
  padding-right: 15px;
}

header .safety-size .hamburger-box .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  border: 2px solid #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

header .safety-size .hamburger-box .hamburger p {
  width: 70%;
  height: 3px;
  background-color: #1d488e;
  border-radius: 100px;
  position: relative;
}

header .safety-size .hamburger-box .hamburger p::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 100px;
  background-color: #1d488e;
  position: absolute;
  left: 0;
  top: -6px;
}

header .safety-size .hamburger-box .hamburger p::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 100px;
  background-color: #1d488e;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.banner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cb2e0+0,7c4c9d+100 */
  background: #c0bfbe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c0bfbe 0%, #bdbaba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c0bfbe 0%, #bdbaba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c0bfbe 0%, #bdbaba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0bfbe', endColorstr='#bdbaba', GradientType=1);
  /* IE6-9 */
  position: relative;
  box-shadow: inset 0 -15px 20px 0 rgba(179, 179, 179, 0.1), inset 0 15px 20px 0 rgba(179, 179, 179, 0.1);
  transition: 0.5s;
}

.banner::after {
  content: "";
  width: 50%;
  height: 55px;
  background-image: url(../img/banner-border-A2.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
}

.banner::before {
  content: "";
  width: 50%;
  height: 55px;
  background-image: url(../img/banner-border-A1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.banner .banner-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin: 0 auto;
  position: relative;
}

.banner .banner-content img {
  width: 100%;
}

.banner .banner-content .page-title {
  position: absolute;
  width: 40%;
  top: 120px;
  color: #F4F76F;
}

.banner .banner-content .page-title h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0;
  mix-blend-mode: overlay;
  text-shadow: 2px 2px 5px #000000;
}

.banner .banner-content .page-title p {
  font-size: 1.6rem;
  mix-blend-mode: overlay;
  text-shadow: 2px 2px 5px #000000;
}

.banner .banner-content .breadcrumb {
  position: absolute;
  max-width: 50%;
  top: 8px;
  right: 10px;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}

.banner .banner-content .breadcrumb a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 0.9rem;
}

.banner .banner-content .breadcrumb a:hover {
  color: #f3d479;
}

.banner .banner-content .breadcrumb a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: -17px;
}

.banner .banner-content .breadcrumb a:last-child {
  margin-right: 0;
}

.banner .banner-content .breadcrumb a:last-child::after {
  display: none;
}

.banner .accesskey {
  top: 60px;
}

.box-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  transition: 0.5s;
}

.box-excision55 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}

.box-excision55 .excision-content {
  width: 100%;
  padding: 0 15px;
}

.box-excision55 .excision-content .excision-width {
  width: 100%;
  margin: auto;
}

.box-excision55 .excision-content .carousel-fixed-height {
  height: 320px;
}

.box-excision55 .excision-content table {
  width: 100%;
}

.box-excision55 .excision-content table thead {
  background-color: #007167;
  border-bottom: 2px solid #fff;
}

.box-excision55 .excision-content table thead tr th {
  padding: 8px 15px;
  text-align: center;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
}

.box-excision55 .excision-content table thead tr .width-s {
  background-color: #525252;
  width: 85px;
}

.box-excision55 .excision-content table thead tr .width-s:last-child {
  background-color: #3d3d3d;
}

.box-excision55 .excision-content table tbody tr {
  border-bottom: 1px solid #fff;
}

.box-excision55 .excision-content table tbody tr td {
  padding: 8px 15px;
}

.box-excision55 .excision-content table tbody tr .width-B {
  background-color: #e6e6e6;
}

.box-excision55 .excision-content table tbody tr .width-B a {
  color: #000;
}

.box-excision55 .excision-content table tbody tr .width-B a:hover {
  color: #b2003c;
  font-weight: bold;
}

.box-excision55 .excision-content table tbody tr .width-s {
  text-align: center;
  background: #3d549d;
  color: #fff;
}

.box-excision55 .excision-content table tbody tr .width-s:last-child {
  color: #000;
  background: #FFCC00;
}

.box-excision55 .excision-content table tbody tr:nth-child(even) .width-B {
  background-color: #f6f6f6;
}

.box-excision55 .excision-content .message-board tbody tr .width-s:last-child {
  color: #fff;
  background: #6f6a6a;
}

.box-excision55 .excision-content .message-board tbody tr:nth-child(even) .width-s {
  color: #fff;
  background-color: #007167;
}

.box-excision55 .excision-content:first-child .excision-width .index-title .title-message {
  max-width: 150px;
}

.main-button {
  display: flex;
  position: relative;
  top: -60px;
}

.main-button ul {
  width: 100%;
  display: flex;
}

.main-button ul li {
  width: auto;
  margin-right: 25px;
}

.main-button ul li a {
  display: flex;
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 7px #636363;
  width: 100%;
  align-items: center;
}

.main-button ul li a div {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
}

.main-button ul li a div img {
  width: 100%;
}

.main-button ul li a p {
  padding: 12px 0;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

.main-button ul li a:hover {
  background-color: #fff0c4;
  box-shadow: 3px 3px 7px #636363, inset -2px -2px 6px #f3d479;
}

.main-button ul li a:focus {
  outline: 4px solid #ffea00;
}

.main-button .login-button {
  position: relative;
}

.main-button .login-button a {
  width: 101px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  display: inline-block;
  position: absolute;
  font-size: 1.4rem;
  font-weight: bold;
  color: #322f3a;
  background: white;
  background: -moz-linear-gradient(-45deg, white 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(-45deg, white 0%, #e2e2e2 100%);
  background: linear-gradient(135deg, white 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=1);
  transition: 1s;
  text-decoration: none;
  right: 135px;
  bottom: 110px;
  transform: rotate3d(0, 3, 0, 10deg) skewX(-9deg) skewY(-8deg);
  box-shadow: 9px 8px 0px #007167;
  border-radius: 14px;
  z-index: 4;
}

.main-button .login-button a::before {
  transition: 1s;
  content: "";
  position: absolute;
  bottom: -21px;
  display: block;
  right: 23px;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #007167 transparent transparent transparent;
}

.main-button .login-button a::after {
  content: "";
  position: absolute;
  bottom: -17px;
  display: block;
  right: 30px;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #e6e6e6 transparent transparent transparent;
}

.main-button .login-button a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fef8dc+0,ffd45a+100 */
  background: #fef8dc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fef8dc 0%, #ffd45a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fef8dc 0%, #ffd45a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fef8dc 0%, #ffd45a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef8dc', endColorstr='#ffd45a', GradientType=0);
  /* IE6-9 */
  box-shadow: 5px 5px 0px #294754;
  transform: rotate3d(0, 0, 0, 0deg) skewX(-9deg) skewY(-2deg);
  cursor: pointer;
}

.main-button .login-button a:hover::after {
  border-color: #ffd45a transparent transparent transparent;
}

.main-button .login-button a:hover::before {
  right: 25px;
  border-color: #294754 transparent transparent transparent;
}

.main-button .login-button a:focus {
  outline: 4px solid #ffea00;
}

.main-button .login-text {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
}

.advice {
  text-align: center;
  padding: 0 15px;
  font-size: 1.1rem;
  font-weight: bold;
}

.index-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin-bottom: 7px;
  font-size: 1rem;
}

.index-title .title-message {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-title .title-message .title-img {
  width: 100%;
  max-width: 32px;
  margin-right: 10px;
}

.index-title .title-message .title-img img {
  width: 100%;
}

.index-title .title-message p {
  font-size: 1.3rem;
  width: 100%;
  font-weight: bold;
}

.index-title .choose-library {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-title .choose-library input {
  display: none;
}

.index-title .choose-library label {
  display: flex;
  width: 100%;
  align-items: center;
}

.index-title .choose-library label div {
  width: 100%;
  max-width: 15px;
  height: 15px;
  border-radius: 100px;
  border: 2px solid #ddd;
  margin-right: 5px;
}

.index-title .choose-library label span {
  display: block;
  width: 100%;
  max-width: 80px;
  text-align: center;
}

.index-title .choose-library label select {
  display: block;
  width: 100%;
  padding: 1px 5px;
  border-radius: 6px;
  margin-left: 10px;
  border-color: #b9b9b9;
}

.index-title .choose-library label:last-child {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.index-title .choose-library label:last-child span {
  max-width: 35px;
}

.index-title .choose-library input[type="checkbox"]:checked+label div {
  background-color: #f95549;
  box-shadow: inset 0 0 0 2px #fff;
}

.index-title .choose-library .box {
  width: 50%;
  max-width: 250px;
}

.index-title .choose-library .box label {
  margin-left: 6px;
  padding-left: 6px;
}

.index-title .choose-library .box label select {
  max-width: 80px;
}

.index-title .choose-library .box:last-child label span {
  max-width: 40px;
}

.index-title-1 {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 30px auto 0px;
  font-size: 1rem;
  padding-right: 4rem;
}

.index-title-1 .title-message {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-title-1 .title-message .title-img {
  width: 100%;
  max-width: 45px;
  margin-right: 10px;
}

.index-title-1 .title-message .title-img img {
  width: 100%;
}

.index-title-1 .title-message .title-1-text {
  width: auto;
  position: relative;
}

.index-title-1 .title-message .title-1-text p {
  font-size: 1.6rem;
  font-weight: bold;
  width: auto;
}

.index-title-1 .title-message .title-1-text .title-1-icon {
  position: absolute;
  color: #fff;
  padding: 5px 15px;
  background-color: #f44336;
  border-radius: 10px;
  top: -2.5rem;
  right: calc(0% - 1.5rem);
  font-size: 0.9rem;
}

.index-title-1 .title-message .title-1-text .title-1-icon span {
  position: relative;
}

.index-title-1 .title-message .title-1-text .title-1-icon span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #f44336 transparent transparent transparent;
  right: 30%;
  bottom: -13px;
}

.index-title-1 .choose-library {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-title-1 .choose-library span {
  display: block;
  width: 100%;
  max-width: 80px;
  margin-right: 10px;
}

.index-title-1 .choose-library select {
  display: block;
  width: 100%;
  padding: 1px 5px;
  border-radius: 6px;
  border-color: #b9b9b9;
}

.index-title-2 {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 1rem;
  padding-right: 4rem;
  position: relative;
  top: -15px;
}

.index-title-2 .title-message {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-title-2 .title-message .title-img {
  width: 100%;
  max-width: 45px;
  margin-right: 10px;
}

.index-title-2 .title-message .title-img img {
  width: 100%;
}

.index-title-2 .title-message .title-1-text {
  width: auto;
  position: relative;
}

.index-title-2 .title-message .title-1-text p {
  font-size: 1.6rem;
  font-weight: bold;
  width: auto;
}

.index-title-2 .title-message .title-1-text .title-1-icon {
  position: absolute;
  color: #fff;
  padding: 5px 15px;
  background-color: #f44336;
  border-radius: 10px;
  top: -2.5rem;
  right: calc(0% - 1.5rem);
  font-size: 0.9rem;
}

.index-title-2 .title-message .title-1-text .title-1-icon span {
  position: relative;
}

.index-title-2 .title-message .title-1-text .title-1-icon span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #f44336 transparent transparent transparent;
  right: 30%;
  bottom: -12px;
}

.index-title-2 .choose-library {
  display: flex;
  align-items: center;
  width: 100%;
}

.index-title-2 .choose-library span {
  display: block;
  width: 100%;
  max-width: 80px;
  margin-right: 10px;
}

.index-title-2 .choose-library select {
  display: block;
  width: 100%;
  padding: 1px 5px;
  border-radius: 6px;
  border-color: #b9b9b9;
}

footer {
  background-color: #007167;
  padding: 15px 0;
  margin-top: 200px;
  position: relative;
}

footer .box-content p {
  color: #fff;
  text-align: center;
}

footer .accesskey a {
  color: #fff;
}

.light-box {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20vh;
  transition: 2s;
  z-index: -1;
}

.light-box .light-box-content {
  background-color: #fff;
  padding: 30px;
  box-shadow: 2px 3px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 0;
  display: none;
  width: 100%;
  opacity: 0;
}

.light-box .light-box-content .light-box-switch {
  background-color: #ffffff;
  position: absolute;
  top: -30px;
  right: 0;
  height: 30px;
  width: 100%;
  max-width: 100px;
}

.light-box .light-box-content .light-box-switch div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
}

.light-box .light-box-content .light-box-switch div::after {
  content: "";
  width: 137px;
  height: 30.5px;
  position: absolute;
  bottom: 0;
  right: 100%;
  background-image: url(../img/banner-border-C1.svg);
/*   background-repeat: no-repeat; */
  background-size: cover;
}

.light-box .light-box-content .light-box-switch div a {
  display: block;
  padding: 5px;
  width: 100%;
  max-width: 30px;
  position: absolute;
  right: 20px;
  top: 3px;
}

.light-box .light-box-content .light-box-switch div a img {
  width: 100%;
}

.light-box .light-box-content .light-box-switch div a:hover {
  cursor: pointer;
}

.light-box .light-box-content .light-box-switch div a:hover img {
  -webkit-filter: hue-rotate(90deg);
}

.light-box .light-box-content h3 {
  font-weight: bold;
  font-size: 1.3rem;
  padding-left: 10px;
  border-left: 4px solid #007167;
}

.light-box .light-box-content .light-box-text {
  width: 100%;
  padding: 0 12px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 115px);
}

.light-box .light-box-content .light-box-text::-webkit-scrollbar {
  width: 4px;
}

.light-box .light-box-content .light-box-text::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}

.light-box .light-box-content .light-box-text::-webkit-scrollbar-track-piece {
  background: transparent;
}

.light-box .light-box-content .light-box-text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #007167;
}

.light-box .light-box-content .light-box-text::-webkit-scrollbar-track {
  box-shadow: transparent;
}

.light-box .light-box-content .light-box-text p {
  padding: 10px;
  border: 1px solid #ddd;
  margin: 10px auto;
}

.light-box .light-box-content .login-content {
  width: 100%;
  padding: 15px 0;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  display: flex;
}

.light-box .light-box-content .login-content li {
  padding: 15px;
}

.light-box .light-box-content .login-content li ul {
  padding: 0;
}

.light-box .light-box-content .login-content .login-enter {
  width: 60%;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  background-color: #fff;
  padding: 0 15px;
}

.light-box .light-box-content .login-content .login-enter li {
  display: flex;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}

.light-box .light-box-content .login-content .login-enter li:last-child {
  border: none;
}

.light-box .light-box-content .login-content .login-enter .login-icon {
  width: 100%;
  max-width: 25px;
}

.light-box .light-box-content .login-content .login-enter .login-icon img {
  width: 100%;
}

.light-box .light-box-content .login-content .login-enter .login-input {
  margin-left: 10px;
  background-color: #f5f5f5;
  border-radius: 7px;
  padding: 4px 10px;
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #cccbcb;
  position: relative;
}

.light-box .light-box-content .login-content .login-enter .login-input div {
  width: 100%;
  position: relative;
}

.light-box .light-box-content .login-content .login-enter .login-input div .maskedWebLoginUserId {
  z-index: 2;
  background-color: #f5f5f5;
}

.light-box .light-box-content .login-content .login-enter .login-input div input {
  display: block;
  height: 100%;
  width: 100%;
  border: none;
  padding: 3px 5px;
  background-color: #f5f5f5;
}

.light-box .light-box-content .login-content .login-enter .login-input button {
  display: block;
  width: 100%;
  max-width: 27px;
  padding: 0;
  border: none;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #b1afaf;
  border-radius: 0;
  -webkit-filter: grayscale(1);
}

.light-box .light-box-content .login-content .login-enter .login-input button img {
  width: 100%;
  opacity: 0.6;
}

.light-box .light-box-content .login-content .login-enter .login-input button:hover {
  -webkit-filter: grayscale(0);
}

.light-box .light-box-content .login-content .login-enter .login-input button:hover img {
  opacity: 1;
}

.light-box .light-box-content .login-content .login-enter .login-input label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.light-box .light-box-content .login-content .login-enter .login-input label input {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.light-box .light-box-content .login-content .login-enter button {
  display: block;
  width: 100%;
  border-radius: 7px;
  padding: 5px;
}

.light-box .light-box-content .login-content .login-enter .number-password {
  flex-direction: row;
  flex-wrap: wrap;
}

.light-box .light-box-content .login-content .login-enter .number-password .login-input {
  width: calc(100% - 35px);
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control .number-img {
  width: 100%;
  max-width: 110px;
  padding: 5px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control .number-img img {
  width: 100%;
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control .number-control {
  display: flex;
  width: auto;
  align-items: center;
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control .number-control a {
  background-color: #009784;
  border-radius: 100px;
  margin-left: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 3px solid #057466;
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control .number-control a:hover {
  background-color: #1a4586;
  border-color: #4276c4;
}

.light-box .light-box-content .login-content .login-enter .number-password .number-password-control .number-control a img {
  width: 100%;
}

.light-box .light-box-content .login-content .enter-text {
  width: 40%;
  background-color: #f5f5f5;
}

.light-box .light-box-content .login-content .enter-text span {
  font-size: 1.2rem;
  font-weight: bold;
}

.light-box .light-box-content .light-box-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.light-box .light-box-content .light-box-button a {
  display: flex;
  font-size: 1.1rem;
  color: #322f3a;
  padding: 10px 40px;
  background-color: #f1f1f1;
  border: 2px solid #ddd;
  margin: auto 5px;
  border-radius: 10px;
  line-height: 1;
  font-weight: bold;
}

.light-box .light-box-content .light-box-button a:hover {
  background-color: #1a4586;
  border-color: #4276c4;
  color: #fff;
  cursor: pointer;
}

.light-box .light-box-content .notice-title {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.light-box .light-box-content .notice-title li {
  display: flex;
}

.light-box .light-box-content .notice-title li p {
  font-weight: 600;
}

.light-box .light-box-content .notice-title li span {
  font-weight: 600;
}

.light-box .light-box-content .notice-title .notice-title-1 {
  width: 100%;
  max-width: 200px;
  padding: 5px 15px;
  border-radius: 8px;
  background-color: #fbefcc;
}

.light-box .light-box-content .notice-title .notice-title-1 p {
  width: 100%;
  text-align: center;
}

.light-box .light-box-content .notice-title .notice-title-2 {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.light-box .light-box-content .webErrorMsg {
  text-align: center;
  padding: 5px;
  background-color: #ff4e4e;
  color: #fff;
  border-radius: 10px;
  text-shadow: 1px 2px 2px #7c0404;
}

.light-box .lightBox-consent {
  max-width: 600px;
  height: 60%;
}

.light-box .lightBox-login {
  max-width: 600px;
}

.light-box .lightBox-notice {
  max-width: 600px;
}

.light-box .lightBox-qrCodeLogin {
  max-width: 600px;
}

.lightBox-control .light-box {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  display: flex;
}

.lightBox-control .light-box .light-box-content {
  opacity: 1;
}

.lightBox-control .light-box .light-box-content .notice-title .notice-title-2 .light-box-button #deleteBtn,
.lightBox-control .light-box .light-box-content .notice-title .notice-title-2 .light-box-button #insertBtn {
  display: none;
}

.lightBox-control .light-box .box-medium {
  display: block;
}

.lightBox-control header {
  z-index: 7;
}

.lightBox-control .banner::before {
  z-index: 6;
}

.lightBox-control .banner .banner-content {
  filter: blur(5px);
}

.lightBox-control .box-content {
  filter: blur(5px);
}

.hamburger-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  align-items: flex-end;
}

.hamburger-menu .hamburger-menu-content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d488e+0,009784+100 */
  background: #1d488e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #1d488e 0%, #009784 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1d488e 0%, #009784 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1d488e 0%, #009784 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d488e', endColorstr='#009784', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  width: 50%;
  height: calc(100vh - 63.09px);
  margin-bottom: 0;
  padding: 15px;
  overflow: auto;
}

.hamburger-menu .hamburger-menu-content li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 7px;
}

.hamburger-menu .hamburger-menu-content li:last-child {
  border: none;
}

.hamburger-menu .hamburger-menu-content li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  border-left: 3px solid rgba(255, 212, 90, 0.3);
}

.hamburger-menu .hamburger-menu-content li .hamburger-menu-1 {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.hamburger-menu .hamburger-menu-content li .hamburger-menu-1 li a {
  border: none;
}

.hamburger-menu-open {
  overflow: hidden;
}

.hamburger-menu-open .hamburger-menu {
  display: flex;
}

.hamburger-menu-open header {
  z-index: 2;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.hamburger-menu-open header .safety-size .hamburger-box .hamburger p {
  transform: rotate(45deg);
}

.hamburger-menu-open header .safety-size .hamburger-box .hamburger p::after {
  transform: rotate(-90deg);
  bottom: 0;
}

.hamburger-menu-open header .safety-size .hamburger-box .hamburger p::before {
  display: none;
}

.hamburger-menu-open .banner .banner-content {
  filter: blur(5px);
}

.hamburger-menu-open .box-content {
  filter: blur(5px);
}

.single {
  display: flex;
  padding: 0;
  margin: 0 auto;
  align-items: center;
}

.single li {
  width: 100%;
  border-right: 1px solid #ddd;
  position: relative;
}

.single li .single-phase {
  display: flex;
  width: 100%;
  border: 5px solid #e1e1e1;
  padding: 10px 15px;
  border-radius: 100px;
  margin: auto;
  align-items: center;
  max-width: 200px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #ababab;
}

.single li .single-phase .single-icon {
  width: 100%;
  max-width: 50px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #ddd;
}

.single li .single-phase .single-icon img {
  width: 100%;
  -webkit-filter: grayscale(1);
  opacity: 0.6;
}

.single li .single-phase .single-text {
  width: 100%;
}

.single li .single-phase .single-text span {
  color: #322f3a;
  font-weight: bold;
  font-size: 1.1rem;
}

.single li .single-phase .single-text p {
  color: #7c7c7c;
  font-size: 0.9rem;
  line-height: 1;
}

.single li .single-phase:hover {
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #fff0c4;
  border: 5px solid #f3dc96;
}

.single li .single-phase:hover .single-icon img {
  opacity: 0.8;
}

.single li .single-phase:hover .single-text p {
  color: #322f3a;
}

.single li::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ddd;
  position: absolute;
  top: calc(50% - 2px);
  display: block;
}

.single li:last-child {
  border: none;
}

.single .singleFocus::before {
  background-color: #007167;
}

.single .singleFocus .single-phase {
  border: 5px solid #007167;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #cfd1d1;
}

.single .singleFocus .single-phase .single-icon img {
  width: 100%;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.single .singleFocus .single-phase:hover {
  border: 5px solid #007167;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #cfd1d1;
}

.libraryTab {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.libraryTab h3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009784+0,007282+100 */
  background: #007167;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007167 0%, #007282 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007282 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007167 0%, #007282 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007282', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 7px 20px 4px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  border-radius: 12px 12px 0 0;
  border-bottom: 5px solid #1d488e;
}

.libraryTab .libraryTab-box {
  padding: 5px 15px;
  padding-left: 0;
  border: 2px solid #ddd;
  border-radius: 0 0 12px 12px;
  background-color: #fbfbfb;
}

.libraryTab .libraryTab-box ul {
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 15px;
}

.libraryTab .libraryTab-box ul::-webkit-scrollbar {
  width: 4px;
}

.libraryTab .libraryTab-box ul::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}

.libraryTab .libraryTab-box ul::-webkit-scrollbar-track-piece {
  background: transparent;
}

.libraryTab .libraryTab-box ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #007167;
}

.libraryTab .libraryTab-box ul::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: transparent;
  background-color: #e2e2e2;
}

.libraryTab .libraryTab-box li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #c9c9c9;
}

.libraryTab .libraryTab-box li .libraryTab-icon {
  width: 100%;
  max-width: 45px;
  margin-right: 10px;
}

.libraryTab .libraryTab-box li .libraryTab-icon img {
  width: 100%;
  -webkit-filter: grayscale(1);
  opacity: 0.45;
}

.libraryTab .libraryTab-box li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  color: #322f3a;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0px 2px 6px #c2c4c8;
}

.libraryTab .libraryTab-box li a:hover {
  background-color: #fff0c4;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.libraryTab .libraryTab-box li label:hover p {
  background-color: #fff0c4;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.libraryTab .libraryTab-box li p {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  color: #322f3a;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0px 2px 6px #c2c4c8;
}

.libraryTab .libraryTab-box li:last-child {
  border: none;
}

.libraryTab .libraryTab-box .libraryTab-show .libraryTab-icon img {
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.libraryTab .libraryTab-box .libraryTab-show a {
  background-color: #1d488e;
  color: #fff;
  box-shadow: inset 0 0 0 4px #4a71b1, inset 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
}

.libraryTab .libraryTab-box .libraryTab-show a:hover {
  background-color: #4a71b1;
  box-shadow: inset 0 0 0 4px #7195d1, inset 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
}

.libraryTab .libraryTab-box .libraryTab-show label p {
  background-color: #1d488e;
  color: #fff;
  box-shadow: inset 0 0 0 4px #4a71b1, inset 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
}

.libraryTab .libraryTab-box .libraryTab-show label p:hover {
  background-color: #4a71b1;
  box-shadow: inset 0 0 0 4px #7195d1, inset 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
}

.libraryTab-content .libraryTab-box {
  display: none;
}

.libraryTab-content .libraryTab-box ul li label {
  display: flex;
  width: 100%;
  align-items: center;
}

.libraryTab-content .libraryTab-box ul li label input {
  display: block;
  margin-left: 15px;
  width: 20px;
  height: 20px;
}

.libraryTab-content .libraryTab-box ul li label:hover {
  cursor: pointer;
}

.libraryTab-content .libraryTab-box-show {
  display: block;
}

.button-box {
  text-align: center;
  margin-top: 40px;
}

.button-box .btn_arrange {
  display: flex;
  justify-content: space-between;
}

.button-box button {
  display: block;
  font-size: 1.1rem;
  color: #322f3a;
  padding: 10px 40px;
  background-color: #f1f1f1;
  border: 2px solid #ddd;
  margin: auto;
  border-radius: 10px;
  line-height: 1;
  font-weight: bold;
}

.button-box button:hover {
  background-color: #1a4586;
  border-color: #4276c4;
  color: #fff;
  cursor: pointer;
}

.monthly-calendar {
  padding-top: 30px;
}

.monthly-calendar .ui-datepicker {
  padding: 15px;
  border-radius: 25px;
  width: 100%;
  padding-top: 20px;
  box-shadow: inset 0 0 0 7px #f1f1f1;
}

.monthly-calendar .ui-datepicker th {
  padding: 0.7em 3px;
}

.monthly-calendar .ui-datepicker td {
  padding: 3px;
}

.monthly-calendar .ui-datepicker .ui-datepicker-header {
  padding: 5px 0;
  border-radius: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009784+0,007282+100 */
  background: #007167;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007167 0%, #007282 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007282 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007167 0%, #007282 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007282', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.monthly-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  color: #fff;
}

.monthly-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
  background-image: url(../img/Ra.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 30%;
}

.monthly-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
  background-image: url(../img/La.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 30%;
}

.monthly-calendar .ui-datepicker .ui-datepicker-prev,
.monthly-calendar .ui-datepicker .ui-datepicker-next {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  top: 5px;
}

.monthly-calendar .ui-datepicker .ui-datepicker-prev span,
.monthly-calendar .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.monthly-calendar .ui-datepicker .ui-datepicker-prev:hover,
.monthly-calendar .ui-datepicker .ui-datepicker-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.monthly-calendar .ui-datepicker td span,
.monthly-calendar .ui-datepicker td a {
  text-align: center;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  border-radius: 14px;
}

.monthly-calendar .ui-state-highlight,
.monthly-calendar .ui-widget-content .ui-state-highlight,
.monthly-calendar .ui-widget-header .ui-state-highlight {
  background-color: #dcdcdc;
  border: 1px solid #b1b1b1;
  color: #000;
}

.monthly-calendar .ui-state-active,
.monthly-calendar .ui-widget-content .ui-state-active,
.monthly-calendar .ui-widget-header .ui-state-active,
.monthly-calendar a.ui-button:active,
.monthly-calendar .ui-button:active,
.monthly-calendar .ui-button.ui-state-active:hover {
  border: 1px solid #007482;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009784+0,007282+100 */
  background: #007167;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007167 0%, #007282 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007282 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007167 0%, #007282 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}

.chooseSeat {
  margin-top: 30px;
}

.chooseSeat .chooseSeat-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #007167;
  box-shadow: 0 5px 0 #e9e9e9;
}

.chooseSeat .chooseSeat-text .chooseSeat-text-caption {
  display: flex;
  align-items: center;
}

.chooseSeat .chooseSeat-text .chooseSeat-text-caption .chooseSeat-icon {
  width: 100%;
  max-width: 25px;
  margin: 0 7px;
}

.chooseSeat .chooseSeat-text .chooseSeat-text-caption .chooseSeat-icon img {
  width: 100%;
}

.chooseSeat .chooseSeat-text .chooseSeat-text-caption p span {
  font-weight: bold;
  color: #f44336;
  margin: 0 5px;
}

.chooseSeat .chooseSeat-text .chooseSeat-function {
  display: flex;
  align-items: center;
}

.chooseSeat .chooseSeat-text .chooseSeat-function span {
  font-weight: bold;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .chooseSeat-function-input {
  display: flex;
  background-color: #f1f1f1;
  padding: 2px;
  padding-left: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 0 15px 0 5px;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .chooseSeat-function-input input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  display: block;
  width: 100%;
  border-radius: 10px 0 0 10px;
  margin-right: 5px;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .chooseSeat-function-input button {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 55px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.chooseSeat .chooseSeat-text .chooseSeat-function .chooseSeat-function-input button:hover {
  background: #007167;
  background: -moz-linear-gradient(-45deg, #007167 0%, #007282 100%);
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007282 100%);
  background: linear-gradient(135deg, #007167 0%, #007282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007282', GradientType=1);
  color: #fff;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open {
  display: flex;
  align-items: center;
  border: 1px solid #d6d6d6;
  padding: 3px 15px;
  border-radius: 100px;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open .image-open-icon {
  width: 100%;
  max-width: 25px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open .image-open-icon img {
  width: 100%;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open span {
  font-weight: 400;
  color: #3d3d3d;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open:hover {
  background: #007167;
  background: -moz-linear-gradient(-45deg, #007167 0%, #007282 100%);
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007282 100%);
  background: linear-gradient(135deg, #007167 0%, #007282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007282', GradientType=1);
  color: #fff;
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open:hover .image-open-icon img {
  -webkit-filter: brightness(100);
}

.chooseSeat .chooseSeat-text .chooseSeat-function .image-open:hover span {
  color: #fff;
}

.chooseSeat .chooseSeat-box {
  width: 100%;
  display: flex;
}

.chooseSeat .chooseSeat-box .chooseSeat-time {
  padding: 5px 0;
  width: 100%;
  max-width: 200px;
  margin-right: 20px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .chooseSeat-title {
  font-size: 1.3rem;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .chooseSeat-title .chooseSeat-title-icon {
  width: 100%;
  max-width: 25px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .chooseSeat-title .chooseSeat-title-icon img {
  width: 100%;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box {
  border-top: 1px solid #ddd;
  padding: 5px 15px;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list {
  border-right: 4px solid #007167;
  padding: 0;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list .time-block {
  padding: 11px 0;
  position: relative;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list .time-block .scale-B {
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  text-align: right;
  display: block;
  padding-right: 30px;
  text-wrap: nowrap;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list .time-block .scale-B::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 20px 0 0 20px;
  width: 20px;
  height: 4px;
  background-color: #007167;
  right: 0;
  top: 0.75rem;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list .time-block .scale-S {
  position: absolute;
  padding: 0;
  margin: 0;
  top: calc(100% - 22px);
  right: 3px;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list .time-block .scale-S li {
  width: 10px;
  height: 2px;
  background-color: #ddd;
  border-radius: 20px 0 0 20px;
  margin: 6px 0;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .time-list-box .time-list .time-block:last-child .scale-S {
  display: none;
}

.chooseSeat .chooseSeat-box .chooseSeat-time .chooseSeat-title-rwd {
  display: none;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box {
  padding: 5px 0;
  width: 100%;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeat-content .chooseSeat-number-box {
  display: flex;
  width: 100%;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeat-content .chooseSeat-number-box .chooseSeat-number {
  display: flex;
  width: 100%;
  padding: 0 75px;
  margin: auto;
  height: 40px;
  align-items: center;
  background: #007167;
  background: -moz-linear-gradient(-45deg, #007167 0%, #007167 100%);
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007167 100%);
  background: linear-gradient(135deg, #007167 0%, #007167 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007167', GradientType=1);
  border-radius: 100px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeat-content .chooseSeat-number-box .chooseSeat-number li {
  display: block;
  width: 100%;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeat-content .chooseSeat-number-box .chooseSeat-number li span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box {
  margin: 6px auto 0;
  width: 100%;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair {
  padding: 0 25px;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair ul {
  padding: 0;
  margin: 0;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list {
  padding: 0 50px;
  box-shadow: inset 0 -1px 0 0 #ddd;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content {
  display: flex;
  height: 49.4px;
  align-items: stretch;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 3px;
  border: 1px solid #c1c1c1;
  background-color: #ddd;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li a img {
  width: 100%;
  -webkit-filter: grayscale(1);
  opacity: 0.6;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li .chairOpen {
  background-color: #fff;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li .chairOpen img {
  width: 100%;
  -webkit-filter: brightness(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li .chairOpen:hover {
  cursor: pointer;
  background-color: #fff0c4;
  border-color: #f3d479;
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li .chairClick {
  background: #007167;
  background: -moz-linear-gradient(-45deg, #007167 0%, #007167 100%);
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007167 100%);
  background: linear-gradient(135deg, #007167 0%, #007167 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007167', GradientType=1);
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list .chooseSeatChair-list-content li .chairClick img {
  -webkit-filter: brightness(100);
}

.chooseSeat .chooseSeat-box .chooseSeat-content-box .chooseSeatChair-box .chooseSeatChair .chooseSeatChair-block .chooseSeatChair-list:last-child {
  box-shadow: none;
}

.chooseSeat .chooseSeat-box .carousel-control-next,
.chooseSeat .chooseSeat-box .carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  top: -42px;
}

.chooseSeat .chooseSeat-box .carousel-control-next .carousel-control-next-icon,
.chooseSeat .chooseSeat-box .carousel-control-next .carousel-control-prev-icon,
.chooseSeat .chooseSeat-box .carousel-control-prev .carousel-control-next-icon,
.chooseSeat .chooseSeat-box .carousel-control-prev .carousel-control-prev-icon {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 50%;
}

.chooseSeat .chooseSeat-box .carousel-control-next:hover,
.chooseSeat .chooseSeat-box .carousel-control-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.chooseSeat .chooseSeat-box .carousel-control-prev {
  left: 4px;
}

.chooseSeat .chooseSeat-box .carousel-control-next {
  right: 4px;
}

.data-table table {
  width: 100%;
}

.data-table table thead {
  border-bottom: 5px solid #007167;
}

.data-table table thead tr th {
  color: #fff;
  text-align: center;
  padding: 8px;
  background-color: #616161;
}

.data-table table thead tr th:nth-child(even) {
  background-color: #525252;
}

.data-table table tbody tr td {
  padding: 15px;
  background-color: #efefef;
  text-align: center;
}

.data-table table tbody tr td span {
  display: none;
}

.data-table table tbody tr td:nth-child(even) {
  background-color: #dedede;
}

.state-box {
  margin-top: 15px;
}

.state-box .state-content {
  display: flex;
  padding: 0 20px 15px;
  border-bottom: 1px solid #ddd;
}

.state-box .state-content .state-icon {
  width: 100%;
  max-width: 50px;
  display: flex;
  align-items: center;
}

.state-box .state-content .state-icon img {
  width: 100%;
}

.state-box .state-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: auto;
}

.state-box .state-content ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 15px;
}

.state-box .state-content ul li:first-child {
  width: 100%;
  max-width: 206px;
  border-right: 1px solid #ddd;
}

.state-box .state-content ul li:first-child p {
  color: #6d6d6d;
  font-size: 0.9rem;
}

.state-box .state-content ul li span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #eb5c51;
}

.state-box .state-content ul li p {
  width: 100%;
}

.norm-control span {
  font-weight: bold;
}

.norm-control ul {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 5px 20px;
  border-radius: 12px;
}

.norm-control ul li {
  width: 100%;
  padding: 7px 0;
}

.norm-control ul .norm-select {
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #b9b9b9;
}

.norm-control ul .norm-select label {
  width: 100%;
  max-width: 60px;
  border-left: 3px solid #007167;
  padding-left: 10px;
}

.norm-control ul .norm-select label span {
  display: block;
}

.norm-control ul .norm-select div {
  border: 1px solid #c6c6c6;
  color: #595959;
  outline: none;
  padding: 3px 5px;
  border-radius: 6px;
  width: 100%;
}

.norm-control ul .norm-select select {
  display: block;
  width: 100%;
  border: none;
}

.norm-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
}

.norm-content .norm-banner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.norm-content .norm-banner .norm-banner-box {
  width: 60%;
  background-color: #ddd;
}

.norm-content .norm-banner .norm-banner-text {
  width: 40%;
  margin-left: 20px;
}

.norm-content .norm-banner .norm-banner-text p {
  margin-bottom: 15px;
}

.norm-content .norm-banner .norm-banner-text p span {
  margin: auto 5px;
}

.norm-content .norm-banner .norm-banner-text span {
  color: #eb463a;
  font-weight: bold;
}

.norm-content .norm-content-text {
  padding: 0 15px;
  padding-left: 30px;
}

.norm-content .norm-content-text li {
  list-style-type: decimal;
  margin: 10px auto;
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
}

.accesskey a {
  color: #000;
}

.userData {
  width: calc(100% - 30px);
  margin: auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.userData li {
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.userData li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.userData li div {
  display: flex;
  width: 100%;
  padding: 4px;
  border-radius: 12px;
  background-color: #fff;
  margin: auto 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  align-items: stretch;
}

.userData li div span {
  width: 100%;
  max-width: 100px;
  text-align: center;
  padding: 5px 0;
  border-right: 2px solid #1d488e;
  box-shadow: 3px 0px 0px #e1e1e1;
  margin-right: 10px;
}

.userData li div p {
  display: flex;
  margin: 0;
  width: 100%;
  padding: 0 5px;
  align-items: center;
}

.tabTitle {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  margin: 25px auto 8px;
}

.tabTitle ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}

.tabTitle ul li {
  margin-right: 15px;
}

.tabTitle ul li .tabTitleButton {
  padding: 7px 15px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 100px;
  box-shadow: inset 0px 0px 0px 1px #ddd;
}

.tabTitle ul li .tabTitleButton div {
  width: 100%;
  max-width: 32px;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #fff;
}

.tabTitle ul li .tabTitleButton div img {
  width: 100%;
}

.tabTitle ul li .tabTitleButton span {
  color: #000;
  text-wrap: nowrap;
}

.tabTitle ul li .tabTitleButton:hover {
  cursor: pointer;
  background-color: #fff3d0;
}

.tabTitle ul li .tabTitleButtonFocus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009784+0,1d488e+100 */
  background: #007167;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007167 0%, #007167 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007167 0%, #007167 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007167 0%, #007167 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007167', endColorstr='#007167', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: inset 0px 2px 0px #497cca;
  border-radius: 100px;
  position: relative;
}

.tabTitle ul li .tabTitleButtonFocus div {
  border-color: #4180e0;
}

.tabTitle ul li .tabTitleButtonFocus div img {
  -webkit-filter: brightness(100);
}

.tabTitle ul li .tabTitleButtonFocus span {
  color: #fff;
}

.tabTitle p {
  width: 100%;
  color: #d23d33;
  text-align: right;
  text-wrap: nowrap;
}

.tabContent {
  width: calc(100% - 30px);
  padding: 0;
  margin: 15px auto 0;
  border-top: 3px solid #18568c;
}

.tabContent .tabContentPage {
  display: none;
}

.tabContent .tabContentPage .pageSearch {
  display: flex;
  margin: 0;
  padding: 15px 0 30px;
  align-items: stretch;
}

.tabContent .tabContentPage .pageSearch li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

.tabContent .tabContentPage .pageSearch li span {
  padding-left: 10px;
  font-weight: 600;
}

.tabContent .tabContentPage .pageSearch li input {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 2px 10px;
  border: 2px solid #007167;
  box-shadow: inset 0 0 0 3px #ddd;
}

.tabContent .tabContentPage .pageSearch li select {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 2px;
  border: 2px solid #007167;
  box-shadow: inset 0 0 0 3px #ddd;
}

.tabContent .tabContentPage .pageSearch li .dayInput {
  display: flex;
}

.tabContent .tabContentPage .pageSearch li .dayInput span {
  padding: 5px 0;
  margin: 0 5px;
}

.tabContent .tabContentPage .pageSearch li:last-child {
  border: none;
  padding: 0;
}

.tabContent .tabContentPage .pageSearch .searchButton {
  max-width: 100px;
  padding: 0 10px;
}

.tabContent .tabContentPage .pageSearch .searchButton a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}

.tabContent .tabContentPage .pageSearch .searchButton a div {
  width: 100%;
  max-width: 22px;
}

.tabContent .tabContentPage .pageSearch .searchButton a div img {
  width: 100%;
}

.tabContent .tabContentPage .pageSearch .searchButton a p {
  width: 100%;
  text-align: center;
  color: #000;
  text-wrap: nowrap;
}

.tabContent .tabContentPage .pageSearch .searchButton a:hover {
  background-color: #18578c;
}

.tabContent .tabContentPage .pageSearch .searchButton a:hover div img {
  -webkit-filter: brightness(200);
}

.tabContent .tabContentPage .pageSearch .searchButton a:hover p {
  color: #fff;
}

.tabContent .tabContentPageOpen {
  display: block;
}

.pageTable table {
  width: 100%;
}

.pageTable table thead {
  border-bottom: 4px solid #007167;
}

.pageTable table thead tr {
  background-color: #525252;
}

.pageTable table thead tr th {
  text-align: center;
  color: #fff;
  padding: 5px;
}

.pageTable table thead tr th:nth-child(even) {
  background-color: #646464;
}

.pageTable table tbody tr {
  border-bottom: 1px solid #ddd;
}

.pageTable table tbody tr td {
  background-color: #f9f9f9;
  padding: 10px 2px;
}

.pageTable table tbody tr td:nth-child(even) {
  background-color: #ededed;
}

.pageTable table tbody tr td span {
  display: none;
}

.pageTable table tbody tr td div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pageTable table tbody tr td div .button-box {
  border: transparent;
  width: 85%;
  min-width: 71px;
  display: flex;
  margin-top: 0 !important;
}

.pageTable table tbody tr td div .button-box:nth-child(2) {
  margin-top: 15px !important;
}

.pageTable table tbody tr td div .button-box button {
  width: 100%;
  text-wrap: nowrap;
  padding: 10px 3px !important;
}

@media screen and (max-width: 735px) {
  .pageTable table tbody tr td div .button-box button {
    font-size: 12px;
  }
}

.userPassword {
  display: none;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 10px;
}

.userPassword .userPasswordTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.userPassword .userPasswordTitle h3 {
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
  margin-right: 15px;
  align-items: center;
}

.userPassword .userPasswordTitle h3 div {
  width: 100%;
  max-width: 27px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.userPassword .userPasswordTitle h3 div img {
  width: 100%;
}

.userPassword .userPasswordTitle h3 span {
  padding-top: 1px;
}

.userPassword .userPasswordTitle .passwordTime {
  display: flex;
  width: 100%;
  align-items: center;
  background: #009784;
  background: -moz-linear-gradient(-45deg, #009784 0%, #007282 100%);
  background: -webkit-linear-gradient(-45deg, #009784 0%, #007282 100%);
  background: linear-gradient(135deg, #009784 0%, #007282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009784', endColorstr='#007282', GradientType=1);
  padding: 7px 20px 4px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  border-radius: 12px 12px 0 0;
  align-items: center;
  justify-content: center;
}

.userPassword .userPasswordTitle .passwordTime span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 15px;
}

.userPassword .userPasswordContent {
  border: 1px solid #ddd;
  border-top: 5px solid #1d488e;
  padding: 15px 25px;
  background-color: #f1f1f1;
  background-image: url(../img/line.png);
  background-position: center center;
  background-size: 192%;
  border-radius: 0 0 12px 12px;
  background-position-x: 45%;
  background-position-y: -100%;
}

.userPassword .userPasswordContent li {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 10px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.userPassword .userPasswordContent li span {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #009784;
  background: -moz-linear-gradient(-45deg, #009784 0%, #007282 100%);
  background: -webkit-linear-gradient(-45deg, #009784 0%, #007282 100%);
  background: linear-gradient(135deg, #009784 0%, #007282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009784', endColorstr='#007282', GradientType=1);
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 12px;
  position: relative;
}

.userPassword .userPasswordContent li span::after {
  content: "";
  position: absolute;
  left: 97%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #007282;
  top: calc(50% - 9px);
}

.userPassword .userPasswordContent li div {
  padding: 5px;
  margin-left: 15px;
  border-radius: 10px;
  background-color: #f1f1f1;
  width: 100%;
  border: 3px solid #009684;
  box-shadow: inset 0 0 0 3px #fff, inset 1px 2px 7px rgba(0, 0, 0, 0.5);
}

.userPassword .userPasswordContent li div input {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  border: none;
}

.userPassword .userPasswordContent .user-info .resultMessage {
  text-wrap: nowrap;
}

.userPassword .userPasswordContent li .maskWrap {
  position: relative;
}

.userPassword .userPasswordContent li .maskWrap .maskedCouserId {
  margin: 0;
  border: none;
  box-shadow: none;
  height: 100%;
}

.userPassword .userPasswordContent li .maskWrap input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}

.sitemap-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  margin-top: 25px;
}

.sitemap-content .sitemap-title {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.sitemap-content .sitemap-title .sitemap-title-box {
  width: 100%;
  background-color: #ddd;
}

.sitemap-content .sitemap-content-text {
  padding: 0 15px;
  padding-left: 30px;
}

.sitemap-content .sitemap-content-text li {
  list-style-type: decimal;
  margin: 10px auto;
}

.invisibleLabel {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.lightBox-qrCodeLogin .light-box-text p {
	text-align: center;
	border: none !important;
}

.localeSelector {
    background-color: white;        /* 白色底色 */
    border: 1px solid #ccc;         /* 淡灰色邊框 */
    border-radius: 6px;             /* 四邊圓角 */
    padding: 4px 10px;              /* 內距讓文字更舒適 */
}

/* 滑鼠懸停時變化 */
.localeSelector:hover {
  background-color: #fff0c4;
  box-shadow: 3px 3px 7px #0e397f, inset -2px -2px 6px #f3d479;
}

/* 點擊按下時的視覺效果 */
 .localeSelector:active { 
      background-color: #f3d479; 
      transform: scale(0.98);        /* 微縮小，營造按下感 */  
      box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);  /* 內陰影 */   
 }
 
 /* QR Code 下方倒數區塊 */
#timer-container {
  display: flex;
  justify-content: center;   /* 水平置中 */
  align-items: center;       /* 垂直對齊 */
  gap: 8px;
  font-size: 16px;
  margin-top: -30px;
  margin-bottom: 10px;
  color: #212529;
}

/* 刷新 icon */
#refreshBtn {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
