@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

@keyframes bg-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes border-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html a {
  text-decoration: none;
}
html a, html button {
  transition: 0.5s ease-in-out;
  color: #4C3F3F;
}
html a:focus-visible, html button:focus-visible {
  outline: dashed 3px #B51963 !important;
}

body {
  background-color: #FDFBFE;
  color: #4C3F3F;
  font-family: "Noto sans TC", serif;
  margin: 0;
}

.l, .c {
  position: relative;
  height: 20px;
  line-height: 20px;
  z-index: 50;
  color: transparent;
}
.l:focus-visible, .c:focus-visible {
  position: relative;
  outline-color: transparent;
  transition: top 0.5s ease-in-out;
  color: #B51963;
  margin-bottom: 20px;
}

.l {
  position: absolute;
}

#DataContent {
  word-break: break-all;
}

.page-btn-box {
  position: relative;
  margin: 10px 0;
  z-index: 1;
}
.page-btn-box .aspNetDisabled {
  display: none !important;
}
.page-btn-box span {
  display: inline-block;
}
.page-btn-box a {
  display: inline-block;
  cursor: pointer;
  margin: 6px 6px 0px 6px;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  background-color: #c3edf0;
  text-decoration: none;
  font-size: 1rem;
}
.page-btn-box a:hover {
  background: #0E5A7E;
  color: #ffffff;
}

input::file-selector-button {
  color: #0E5A7E;
  padding: 4px 14px;
  background-color: #ffffff;
  border: 1px solid #0E5A7E;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
  margin: 15px 20px 15px 0;
}
input::file-selector-button:hover {
  color: #ffffff;
  background-color: #0E5A7E;
}

.btn {
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.btn_nav {
  background-color: #e7fbff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.btn_nav:hover {
  background-color: #FDFBFE;
  border: 1px solid #87b7c4;
}
.btn_nav img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.btn_sm {
  width: auto !important;
  height: auto !important;
}

.btn_primary {
  background-color: #0E5A7E;
  color: #FDFBFE;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn_primary:hover {
  background-color: #FDFBFE;
  color: #0E5A7E;
  border: 1px solid;
}

.btn_secondary {
  background-color: #4C3F3F;
  color: #FDFBFE;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn_secondary:hover {
  background-color: #FDFBFE;
  color: #4C3F3F;
  border: 1px solid;
}

.btn_danger {
  background-color: #B51963;
  color: #FDFBFE;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn_danger:hover {
  background-color: #FDFBFE;
  color: #B51963;
  border: 1px solid;
}

.btn_set {
  background-color: #39c0b1;
  color: #FDFBFE;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn_set:hover {
  background-color: #FDFBFE;
  color: #39c0b1;
  border: 1px solid;
}

.form-control::-moz-placeholder {
  color: #B5B5B5;
}

.form-control::placeholder {
  color: #B5B5B5;
}

.search_btn {
  margin-left: 15px;
  transition: 0.5s ease-in-out;
  width: 24px;
  height: 24px;
}
.search_btn:hover {
  transform: rotate(-10deg);
}

.icon_input {
  width: 100%;
  outline: none;
  border: none;
}
.icon_input::-moz-placeholder {
  color: rgba(78, 78, 78, 0.3);
}
.icon_input::placeholder {
  color: rgba(78, 78, 78, 0.3);
}

.input_pic {
  fill: #0E5A7E;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.form-label {
  margin-bottom: 5px;
}

.form-select {
  margin: 10px 0;
  background-size: 20px 20px;
  background-image: url(../images/icon/angle.svg);
}

.date_label {
  background-color: transparent !important;
  white-space: nowrap !important;
}

.logo {
  margin-bottom: 0;
  width: 203.45px;
  height: 55.25px;
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-size: cover;
}

.aside_area .logo {
  width: 219.1px;
  height: 59.5px;
  margin: 20px auto;
}
.aside_area .logo .logo-link {
  height: 59.5px;
}

.phone-logo .logo {
  width: 125.2px;
  height: 34px;
  margin: 20px auto;
}
.phone-logo .logo .logo-link {
  height: 34px;
}

html::-webkit-scrollbar, .main::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track, .main::-webkit-scrollbar-track {
  background-color: #ffffff;
}
html::-webkit-scrollbar-thumb, .main::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #0E5A7E;
}

.menu-box::-webkit-scrollbar {
  width: 0px;
}
.menu-box::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.menu-box::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #0E5A7E;
}

body {
  position: relative;
}

.body-content {
  padding: 100px 0;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .body-content {
    height: 100vh;
  }
}
.body-content .row {
  min-height: 700px;
}

.manager-login-box {
  position: relative;
  background: linear-gradient(45deg, rgba(253, 251, 254, 0.25), rgb(253, 251, 254));
  background-size: 200% 200%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(253, 251, 254, 0.7);
  min-height: 700px;
  padding: 30px;
  animation: bg-animation 15s infinite;
}
@media (min-width: 768px) {
  .manager-login-box {
    padding: 70px;
  }
}
@media (min-width: 992px) {
  .manager-login-box {
    padding: 110px;
  }
}
@media (min-width: 1200px) {
  .manager-login-box {
    padding: 0;
  }
}
.manager-login-box .dec_border {
  margin: 110px 0;
  width: 2px;
  height: calc(100% - 220px);
  background: linear-gradient(45deg, rgba(57, 192, 177, 0.5), rgba(57, 192, 177, 0.15));
  background-size: 200% 200%;
  border-radius: 50px;
  animation: border-animation 1s infinite;
}

.login_info {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .login_info {
    padding: 110px 0 110px 110px;
  }
}

.login_logo {
  width: 100%;
}
.login_logo img {
  margin-bottom: 30px;
  width: 180px;
}

.logo_text {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 2.5px;
  color: #0E5A7E;
}
@media (min-width: 576px) {
  .logo_text {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .logo_text {
    font-size: 2.75rem;
  }
}
@media (min-width: 1400px) {
  .logo_text {
    font-size: 3.5rem;
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .logo_text p {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
}

footer {
  letter-spacing: 1.5px;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 1400px) {
  footer {
    font-size: 1.125rem;
  }
}

.login_content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .login_content {
    padding: 110px 110px 110px 0;
  }
}
.login_content h3 {
  letter-spacing: 1.5px;
}

.login_group {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .login_group {
    margin-bottom: 35px;
  }
}
.login_group label {
  color: #0E5A7E;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  line-height: 2;
  display: flex;
  align-items: center;
}
.login_group svg {
  margin-right: 10px;
}
.login_group input {
  border: 1px solid #26A3BF;
}

.login_btn_area .btn {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 1.5px;
}

.linkItem {
  margin-top: 30px;
}
.linkItem a.link {
  color: #FDFBFE;
  transition: 0.3s ease-out;
  letter-spacing: 2.5px;
  font-size: 1rem;
  font-weight: normal;
}
.linkItem a.link:hover {
  color: #e7fbff;
}

.remindBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 500px;
}