html::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track {
  background-color: #E7F3FF;
}
html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #96EDFD;
}
html a {
  text-decoration: none;
}
html a, html button {
  transition: 0.5s ease-in-out;
  color: #4E4E4E;
}
html a:active, html a:focus, html a:focus-visible, html button:active, html button:focus, html button:focus-visible {
  outline: dashed 3px #B51963 !important;
}

.aplus-box {
  height: 20px;
  line-height: 18px;
  left: -10px;
  top: 0;
  z-index: 10;
  color: #96EDFD;
}

.sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:focus {
  position: relative;
  outline-color: transparent;
  transition: top 0.5s ease-in-out;
  background-color: #B51963;
  color: #ffffff;
  font-weight: 700;
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background-color: #ffffff;
  color: #4E4E4E;
  font-family: "Noto sans TC", serif;
  margin: 0;
}
body .web_text {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
}
body .link_text {
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 1.5px;
}
body .title_text {
  font-size: 2.25rem;
  line-height: 4.5rem;
  letter-spacing: 1.5px;
  font-weight: 500;
}
body .danger_text {
  color: #B51963;
  margin-top: 10px;
}

.logo_link {
  display: block;
  width: 200px;
  height: 55px;
  background-image: url("../images/dark_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}

main .table td.ftb {
  background-color: #F0F0F0 !important;
  padding: 0.5rem;
}

.CPH_Main_FreeTextBox1_OuterTable,
#CPH_Main_FreeTextBox1_toolbarArea,
.CPH_Main_FreeTextBox1_Toolbar {
  background-color: #F0F0F0 !important;
}

.CPH_Main_FreeTextBox1_Toolbar {
  float: inherit !important;
  margin: 6px 2px 3px !important;
}

#CPH_Main_FreeTextBox1_toolbarArea select {
  font-size: 13px !important;
  padding: 3px !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer;
}
#CPH_Main_FreeTextBox1_toolbarArea .table td {
  border: 0 !important;
}

.CPH_Main_FreeTextBox1_Button_Off_Out {
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}
.CPH_Main_FreeTextBox1_Button_Off_Out img {
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  padding: 2px;
}

.CPH_Main_FreeTextBox1_TabOn,
.CPH_Main_FreeTextBox1_TabOffRight {
  background-color: #DADADA !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}
.CPH_Main_FreeTextBox1_TabOn img,
.CPH_Main_FreeTextBox1_TabOffRight img {
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  background-color: #DADADA;
  border: solid 1px #DADADA;
  padding: 2px;
}

.CPH_Main_FreeTextBox1_TabOn, .CPH_Main_FreeTextBox1_TabOffRight {
  padding: 2px !important;
  cursor: pointer;
}

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

.page-btn-box {
  position: relative;
  margin: 30px 0;
  z-index: 1;
}

#CPH_Main_DataPager1 span {
  margin: 20px 0;
  display: inline-block;
}
#CPH_Main_DataPager1 > .aspNetDisabled {
  display: none;
}
#CPH_Main_DataPager1 > a {
  display: inline-block;
  cursor: pointer;
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  background-color: #f1f1f1;
  text-decoration: none;
  font-size: 1rem;
}
#CPH_Main_DataPager1 > a:hover {
  background: #0075C2;
  color: #fff;
}
#CPH_Main_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #005c99;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
}

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

.btn_nav {
  background-color: #E7F3FF;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.btn_nav:hover {
  background-color: #ffffff;
  border: 1px solid #96EDFD;
}
.btn_nav img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

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

.btn_main {
  background-color: #0075C2;
  color: #ffffff;
  width: 196px;
  height: 54px;
}
.btn_main:hover {
  background-color: #ffffff;
  color: #0075C2;
  border: 1px solid;
}

.btn_sub {
  background-color: #6E6E6E;
  color: #ffffff;
  width: 196px;
  height: 54px;
}
.btn_sub:hover {
  background-color: #ffffff;
  color: #6E6E6E;
  border: 1px solid;
}

.btn_danger {
  background-color: #B51963;
  color: #ffffff;
  width: 196px;
  height: 54px;
}
.btn_danger:hover {
  background-color: #ffffff;
  color: #B51963;
  border: 1px solid;
}

.checkbox_area label {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
  font-weight: 500;
  padding-left: 30px;
}
.checkbox_area label::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #0075C2;
  border-radius: 5px;
  left: 0;
}
.checkbox_area label::before {
  content: url("../images/icon/check.svg");
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  left: 4px;
  top: 0;
}
.checkbox_area input {
  display: none;
}
.checkbox_area input:checked + label::before {
  opacity: 1;
}
.checkbox_area input:checked + label::after {
  background-color: #0075C2;
  opacity: 0.25;
}

.radio_area label {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
  padding-left: 30px;
}
.radio_area label::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #0075C2;
  border-radius: 50%;
  left: 0;
}
.radio_area label::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #0075C2;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.radio_area input {
  display: none;
}
.radio_area input:checked + label::before {
  opacity: 1;
}

.form-control {
  border-radius: 50px;
  border: 1px solid #0075C2;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.form-control::-moz-placeholder {
  color: rgba(78, 78, 78, 0.3);
}
.form-control::placeholder {
  color: rgba(78, 78, 78, 0.3);
}

.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: #0075C2;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

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

.form-select {
  margin: 10px 0;
  border-radius: 50px;
  background-size: 20px 20px;
  background-image: url(../images/icon/angle.svg);
  border: 1px solid #0075C2;
}

body {
  background-image: linear-gradient(135deg, #E7F3FF, #96EDFD);
  background-repeat: no-repeat;
  position: relative;
}

.body-content {
  margin: 0;
  padding: 140px 0 30px;
}
@media (max-width: 576px) {
  .body-content {
    padding: 50px 0 30px;
  }
}

.manager-login-box {
  position: relative;
}

footer {
  color: rgba(78, 78, 78, 0.3);
  text-align: center;
  margin-top: 30px;
}

body::before, body::after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (max-width: 576px) {
  body::before, body::after {
    display: none;
  }
}
body::before {
  left: 0;
  bottom: 0;
  background: url(../images/pic/bg-01.png);
  width: 475px;
  height: 474px;
}
body::after {
  right: 0;
  top: 0;
  background: url(../images/pic/bg-02.png);
  width: 414px;
  height: 522px;
}

.manager-login-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -40px;
  background-color: #96EDFD;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.login_img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background-image: url("../images/pic/user_pic.jpg");
  background-size: 450%;
  background-repeat: no-repeat;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) {
  .login_img {
    padding: 100px 20px;
  }
}
@media (max-width: 992px) {
  .login_img {
    padding: 100px 10px;
  }
}
@media (max-width: 820px) {
  .login_img {
    border-radius: 0;
    padding: 100px;
  }
}
@media (max-width: 576px) {
  .login_img {
    padding: 25px 10px;
    max-height: 250px;
  }
}
.login_img .login_logo {
  background-image: url("../images/light_logo.svg");
  width: 374px;
  height: 120px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) {
  .login_img .login_logo {
    width: 360px;
  }
}
@media (max-width: 992px) {
  .login_img .login_logo {
    width: 340px;
  }
}
@media (max-width: 576px) {
  .login_img .login_logo {
    width: 300px;
  }
}
.login_img .taipei_logo {
  display: block;
  margin-top: 260px;
}
.login_img .taipei_logo img {
  width: 100px;
  height: auto;
}

.login_area {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0 10px 200px 0;
}
@media (max-width: 820px) {
  .login_area {
    border-radius: 0 0px 200px 0;
  }
}
@media (max-width: 576px) {
  .login_area {
    border-radius: 0;
  }
}
.login_area .login_content {
  padding: 100px;
}
@media (max-width: 576px) {
  .login_area .login_content {
    padding: 30px;
  }
}
.login_area .login_group {
  margin-bottom: 20px;
}
.login_area .login_title {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2.5px;
  font-weight: 500;
  margin-bottom: 50px;
}
.login_area .login_btn_area {
  margin-top: 50px;
}
.login_area .login_btn_area .btn {
  margin-right: 54px;
}

.welcome_search {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .welcome_search {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
.welcome_search .welcome_content {
  margin-bottom: 15px;
}
.news_area {
  margin-top: 40px;
}
.news_area span {
  color: #4E4E4E;
  opacity: 0.3;
}
.news_area img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.news_area .news_content {
  height: 200px;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #6E6E6E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
}
.news_area .news_content:hover {
  background-color: #E7F3FF;
  border: 1px solid #96EDFD;
}
.news_area .news_type {
  color: white;
  padding: 0 15px;
  border-radius: 50px;
  opacity: 1;
}
.news_area .type_admin {
  background-color: #0075C2;
}
.news_area .type_business {
  background-color: #6E6E6E;
}
.news_area .news_icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}