﻿@charset "UTF-8";
html, body {
    background: #f6fafc;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #304c56;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ ProN", "微軟正黑體", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    overflow-x: hidden;

    display: flex;
    flex-direction: column;
}

a {
  cursor: pointer;
  color: #ffffff;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    /*max-height: 100vh;*/
    flex-grow: 1
}

.breadcrumb {
  color: #304c56;
}
.breadcrumb a {
  color: #304c56;
}

.content {
  overflow-y: auto;
  overflow-x: hidden;
}

.col-9 .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.accessText {
  color: #e06363;
  font-size: 0.8rem;
}

.darkText {
  color: #112a35;
}

.input-login {
  background-color: rgba(234, 234, 234, 0.6);
}

.btn-lightBlue {
  background-color: #77a3b2;
  color: #ffffff;
}
.btn-lightBlue:hover {
  transform: scale(1.08);
  transition: 0.5s;
  background-color: #304c56;
  color: #ffffff;
}

.btn-lightGreen {
  background-color: #44ba93;
  color: #ffffff;
}
.btn-lightGreen:hover {
  transform: scale(1.08);
  transition: 0.5s;
  background-color: #304c56;
  color: #ffffff;
}

.btn-darkBlue {
  background-color: #112a35;
  color: #ffffff !important;
}
.btn-darkBlue:hover {
  transform: scale(1.08);
  transition: 0.5s;
  background-color: #fc8900;
}

.stepDiv {
  border: solid 1px #304c56 !important;
  color: #304c56 !important;
  width: 240px;
  pointer-events: none;
}

.btn-red {
  background-color: #e06363;
  color: #ffffff !important;
}
.btn-red:hover {
  transform: scale(1.08);
  transition: 0.5s;
  background-color: #914141;
}

.btn-darkBlue-outline {
  border: solid 1px #304c56 !important;
  color: #304c56 !important;
  width: 240px;
}
.btn-darkBlue-outline:hover {
  transform: scale(1.08);
  transition: 0.5s;
  border: solid 1px #fc8900 !important;
  background-color: #fc8900;
  color: #ffffff !important;
}

.btn-darkBlue-outline.active {
  border: solid 1px #fc8900 !important;
  background-color: #fc8900 !important;
  color: #ffffff !important;
}

.header {
  position: relative;
  background-color: #5a9fb7;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.7rem;
  height: 108px;
  padding: 20px;
  z-index: 10001;
}



.footer {
    /*position: relative;*/
    background-color: #112a35;
    color: #cccccc;
    /*width: 100vw;
  height: 18vh;*/
    text-align: center;
    padding: 10px 0 30px 0px;
    font-size: 0.9rem;
    padding-right: 50px
    /*bottom: 0;
  transform: translateY(100%);
  transition: transform 0.3s;
  z-index: 10001;*/
}

.footer.show {
  transform: translateY(0);
}

.loginArea {
    /*margin-top: 47px;*/
    margin: 12vh auto;
    width: 46vw;
    height: 50vh;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 2px rgba(191, 191, 191, 0.3);
    overflow: hidden;
}
.loginArea input {
  margin: 0 10px;
  width: 400px;
}

.inputArea {
  margin-left: 120px;
}

#loginBtn {
  width: 400px;
}

.codeRow {
  padding: 0 5px;
}

.codeRow img {
  width: 99px;
}

.codeRowLastXl {
  display: block;
}

.codeRowLastSm {
  display: none !important;
}

.loginImg {
  background-image: url(../images/img-login.png);
  width: 225px;
  height: 610px;
}

.bigText {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.smallText {
  font-size: 1rem;
  line-height: 1rem;
}

.float {
  background: url(../images/img-chatIcon.svg);
}

.floatBtn {
  background-color: #fc8900;
  border: solid 1px #fc8900 !important;
  width: 100px;
  height: 100px;
  margin-right: 200px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.floatBtn:hover {
  transform: scale(1.08);
  transition: 0.5s;
  border: solid 1px #d17402;
  background-color: #d17402 !important;
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

.sidemenuBig {
  position: relative;
  width: 250px;
  /*min-height: auto;*/
  /*height:100%;*/
  background-color: #3d5d6b;
  color: white;
  transition: height 0.3s;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  overflow: hidden;
}
.sidemenuBig a {
  text-decoration: none;
}

.sidemenu {
  display: none;
}

.content {
  background-color: #f6fafc;
}

.sidemenuBig .menu-item, .sidemenu .menu-item {
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}

.menu-item span {
  display: block;
  width: 180px;
}

.menu-item i {
  transition: transform 1s ease;
}

.sidemenuBig .menu-item:hover, .sidemenu .menu-item:hover {
  background-color: #4e636b;
}

.sidemenuBig .submenu, .sidemenu .submenu {
  background-color: rgba(68, 186, 147, 0.5);
  color: white;
  display: none;
  padding-left: 20px;
  z-index: 10000;
}
.sidemenuBig .submenu a, .sidemenu .submenu a {
  text-decoration: none;
}

.sidemenuBig .submenu .submenu-item, .sidemenu .submenu .submenu-item {
  padding: 10px 15px;
  border-radius: 0px 0 0 0px;
  transition: background-color 0.3s;
  z-index: 1000;
}

.menu-icon {
    /*position: fixed;*/
    /*top: 15px;*/
    /*left: 15px;*/
    margin-top:10px;
    top: auto;
    left: 0;
    cursor: pointer;
    z-index: 1100 !important;
    display: none;
}

.sidemenuBig .submenu .submenu-item:hover, .sidemenuBig .submenu .submenu-item:active, .sidemenu .submenu .submenu-item:hover, .sidemenu .submenu .submenu-item:active {
  background-color: #44ba93 !important;
  border-radius: 0px 0 0 0px;
  padding: 10px 15px;
}

.bread {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 50px;
}
.bread hr {
  width: 100%;
}

.inforArea {
  background-color: #304c56;
  position: absolute;
  height: auto;
  width: 250px;
  text-align: left;
  color: white;
  font-weight: bold;
  bottom: 0;
}

.notice {
  width: 1300px;
  list-style: none;
  height: -moz-fit-content;
  height: fit-content;
  border: solid 1px #304c56;
  color: #304c56;
}
.notice hr {
  margin: 0 20px;
  opacity: 1;
}
.notice li {
  margin-top: 10px;
  padding: 0 2rem;
  text-align: left;
  list-style: none;
  line-height: 40px;
}

.noticeTag {
  background-color: #44ba93;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  position: relative;
  margin-top: 30px;
  margin-left: 1200px;
  padding: 3px 10px;
}

.darkLine {
  width: 76vw;
  border-top: solid 1px #304c56;
  opacity: 1;
  margin: 0 10px;
}

.btnTv {
  background-image: url(../images/img-tv.png);
}

.btnAudio {
  background-image: url(../images/img-audio.png);
}

.btnNet {
  background-image: url(../images/img-net.png);
}

.btnPaper {
  background-image: url(../images/img-paper.png);
}

.btnBook {
  background-image: url(../images/img-book.png);
}

.btnOther {
  background-image: url(../images/img-other.png);
}

.applySort {
  display: inline-block;
  margin: 0 10px;
  width: 150px;
  height: 157px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(48, 76, 86, 0.8);
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.applySort:hover {
  transform: scale(1.1);
  color: #ffffff !important;
}
.applySort:hover::before {
  background: linear-gradient(0deg, rgba(237, 167, 39, 0.7), rgba(238, 118, 40, 0.7));
  color: #ffffff !important;
}
.applySort:focus::before {
  background: linear-gradient(0deg, rgba(237, 167, 39, 0.7), rgba(238, 118, 40, 0.7));
  color: #ffffff !important;
}

.btn-container {
  position: relative;
  text-align: center;
  margin: 5px;
  cursor: pointer;
}

.btn-container i {
  font-size: 2.5rem;
  color: #304c56;
}

.btn {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  transition: transform 0.3s ease;
}

.table-container {
  margin-top: 50px;
  position: relative;
  display: flex;
}

.table-container .table-btn {
  pointer-events: none;
  background-color: #44ba93;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 12px;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -18px;
  left: 60px;
}

.applySort::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 76, 86, 0.5);
  transition: background-color 0.3s ease;
  z-index: 0;
}

.applySort span {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  display: inline-block;
}

.table-grey {
  border: solid 1px #304c56;
  color: #304c56;
  border-collapse: collapse;
  background-color: #ffffff;
}
.table-grey th {
  background-color: #c7d9dd;
  white-space: nowrap;
  text-align: center;
}
.table-grey tr:nth-child(even) {
  background-color: #ffffff;
}
.table-grey td {
  padding: 10px 30px;
  white-space: nowrap;
}
.table-grey a {
  text-decoration: underline !important;
}

.form-control, .form-select {
  border: solid 0px #304c56;
  color: #304c56;
  background-color: #f6fafc;
  margin: 0;
}
.form-control:focus, .form-select:focus {
  background-color: transparent;
}

.form-check-input {
  border: solid 1px #304c56;
  background-color: transparent;
}

.pagination-controls {
  display: flex;
  width: inherit;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 0;
}
.pagination-controls a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline !important;
  cursor: pointer;
}

.pagination-controlsSmall {
  display: none;
  width: inherit;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 0;
}
.pagination-controlsSmall a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline !important;
  cursor: pointer;
}

.check-button {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: #304c56;
  border: 2px solid #304c56;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 激活状态的橙色线框 */
.check-button.active {
  border-color: #fc8900;
}

/* 激活状态的图标样式 */
.check-button.active .check-icon {
  display: block !important;
}

/* 默认隐藏图标 */
.check-icon {
  display: none !important;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFA500;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
}

.greyContent {
  background-color: #cccccc;
}

.submitBtn {
  display: flex;
  /*width: 80%;*/
}
.submitBtn button {
  width: 180px;
  height: 50px;
  margin-top: 10px;
}

.submitBtnSmall {
  display: none;
}

/* 手機介面（小於 441px） */
@media (max-width: 441px) {
  /* 針對手機進行樣式調整 */

    .header {
        position:fixed;
        height:auto;
        font-size:1rem;
    }

    .ms-5 {
        margin-left: 0rem !important;
    }
    /*.form-control {
        width: 90%;
    }

        .form-control:disabled {
            width: 85%;
        }

    .table align-middle {
        display: block;
    }*/

    .center-content {
        display: block;
        /*padding: 0 20px;*/
        margin-top: 300px;
    }
  .noticeTag {
    margin-left: 70vw;
  }
  .notice {
    width: 100% !important;
  }
  .footer {
    height: auto;
    height-z-index: 10000;
  }
  .bigText {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .smallText {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
    .loginArea {
        /*margin-top: 58px;*/
        margin: 12vh auto;
        width: 90vw;
        height: 70vh;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 0px 4px 2px rgba(191, 191, 191, 0.3);
        overflow: hidden;
    }
  .loginArea input {
    margin: 0 10px;
    width: 80%;
  }
  .inputArea {
    margin-left: -5px;
  }
  #loginBtn {
    width: 300px;
  }
  .loginImg {
    display: none;
    background-image: url(../images/img-login.png);
    width: 0px;
    height: 610px;
  }
  .floatBtn {
    background-color: #fc8900;
    border: solid 1px #fc8900 !important;
    width: 80px;
    height: 80px;
    margin: 30px 20px 0 0;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .floatBtn:hover {
    transform: scale(1.08);
    transition: 0.5s;
    border: solid 1px #d17402;
    background-color: #d17402 !important;
  }
  .codeRow img {
    margin-left: 10px;
    width: 48vw;
  }
  .codeRowLastXl {
    display: none;
  }
  .codeRowLastSm {
    display: block !important;
    margin-left: -26px !important;
    margin-right: 6px;
    display: none;
  }
  .sidemenuBig {
    display: none;
  }
    .sidemenu {
        display: block;
        position: fixed;
        /*top: 0;*/
        top:180px;
        left: -250px;
        overflow-y: auto;
        transition: 0.3s;
        width: 250px;
        height: 100vh;
        background-color: #3d5d6b;
        color: white;
        box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.5);
        z-index: 1000;
        overflow: hidden;
    }
  .sidemenu a {
    text-decoration: none;
  }
  .sidemenuContent {
    margin-top: 50px;
  }
  .menu-icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #3d5d6b;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
  }
  .menu-icon:hover {
    background-color: #cccccc;
    color: #ffffff;
  }
  .sidemenu.active {
    left: 0;
  }
  .submitBtn {
    /*display: none;*/
  }
  .submitBtnSmall {
    /*display: flex;*/
    flex-direction: column;
    width: 70vw;
  }
  .submitBtnSmall button {
    width: 60vw;
    height: 50px;
    margin-top: 10px;
  }
  .stepDiv {
    width: 130px;
  }
  .stepDivBig {
    width: -moz-fit-content;
    width: fit-content;
  }
  .stepDivBtn {
    margin: 10px 0;
    width: 130px;
  }
  .pagination-controls {
    display: none;
    width: inherit;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .pagination-controlsSmall {
    display: flex;
    flex-direction: column;
    width: inherit;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0;
  }
  .pagination-controlsSmall row {
    width: 100%;
  }
}
/* 平板介面（768px 至 1024px 之間） */
@media (min-width: 767px) and (max-width: 1024px) {
  /* 針對平板進行樣式調整 */
  body, .form-control {
    font-size: 16px;
  }
  .center-content {
    display: block;
    padding: 0 20px;
  }
  .noticeTag {
    margin-left: 82vw;
  }
  .notice {
    width: 100% !important;
  }
  .loginArea {
    margin-top: 158px;
    width: 90vw;
    height: 50vh;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 2px rgba(191, 191, 191, 0.3);
    overflow: hidden;
  }
  .inputArea {
    margin-left: 15px;
  }
  .loginImg {
    background-image: url(../images/img-login.png);
    width: 225px;
    height: 610px;
  }
  .floatBtn {
    background-color: #fc8900;
    border: solid 1px #fc8900 !important;
    width: 100px;
    height: 100px;
    margin: 100px 50px 0 0;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .floatBtn:hover {
    transform: scale(1.08);
    transition: 0.5s;
    border: solid 1px #d17402;
    background-color: #d17402 !important;
  }
  .sidemenuBig {
    display: none;
  }
  .sidemenu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 1000;
    width: 250px;
    height: 100vh;
    background-color: #3d5d6b;
    color: white;
    transition: height 0.3s;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
  }
  .sidemenu a {
    text-decoration: none;
  }
  .sidemenuContent {
    margin-top: 50px;
  }
  .menu-icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #3d5d6b;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
  }
  .menu-icon:hover {
    background-color: #cccccc;
    color: #ffffff;
  }
  .sidemenu.active {
    left: 0;
  }
  .footer {
    height: -moz-fit-content;
    height: fit-content;
    z-index: 10001;
  }
  .bread {
    padding: 0 60px;
  }
  .stepDiv {
    width: 160px;
  }
  .stepDivBtn {
    margin: 10px 0;
    width: 130px;
  }
  .submitBtn {
    display: none;
  }
  .submitBtnSmall {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }
  .submitBtnSmall button {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
}
/* 一般筆電（1025px 至 1440px 之間） */
@media (min-width: 1025px) and (max-width: 1440px) {
  /* 針對筆電進行樣式調整 */
  body, .form-control {
    font-size: 18px;
  }
  .center-content {
    display: block;
    padding: 0 20px;
  }
  .noticeTag {
    margin-left: 90vw;
  }
  .notice {
    width: 100% !important;
  }
  .loginArea {
    margin-top: 158px;
    width: 60vw;
    height: 50vh;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 2px rgba(191, 191, 191, 0.3);
    overflow: hidden;
  }
  .inputArea {
    margin-left: 40px;
  }
  .loginImg {
    background-image: url(../images/img-login.png);
    width: 225px;
    height: 610px;
  }
  .floatBtn {
    background-color: #fc8900;
    border: solid 1px #fc8900 !important;
    width: 100px;
    height: 100px;
    margin: 100px 50px 0 0;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .floatBtn:hover {
    transform: scale(1.08);
    transition: 0.5s;
    border: solid 1px #d17402;
    background-color: #d17402 !important;
  }
  .sidemenuBig {
    display: none;
  }
  .sidemenu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 1000;
    width: 250px;
    height: 100vh;
    background-color: #3d5d6b;
    color: white;
    transition: height 0.3s;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
  }
  .sidemenu a {
    text-decoration: none;
  }
  .sidemenuContent {
    margin-top: 50px;
  }
  .menu-icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #3d5d6b;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
  }
  .menu-icon:hover {
    background-color: #cccccc;
    color: #ffffff;
  }
  .sidemenu.active {
    left: 0;
  }
  .footer {
    height: -moz-fit-content;
    height: fit-content;
  }
  .bread {
    padding: 0 60px;
  }
  .btn-container {
    margin: 2px;
  }
  .submitBtn {
    display: flex;
  }
  .submitBtn button {
    width: 180px;
    height: 50px;
    margin-top: 10px;
  }
  .submitBtnSmall {
    display: none;
  }
}
/* 大型顯示器（大於 1440px） */
@media (min-width: 1441px) {
  /* 針對大型顯示器進行樣式調整 */
  body, .form-control {
    font-size: 20px;
  }
}/*# sourceMappingURL=customize.css.map */



 #gotoTop {
    display: none;
    position: fixed;
    bottom: 180px;
    right: 40px;
    z-index: 99;
    font-size: 1.25em;
    /*font-size: 18px;*/
    border: none;
    outline: none;
    background-color: #5a9fb7;
    /*background-color: #00b8c8;*/
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

    #gotoTop:hover, #gotoTop:focus {
        background-color: #112a35;
    }

@media screen and (max-width: 576px) {
    #gotoTop {
        bottom: 20px;
        right: 10px;
    }
}

/*------------- user-zone -------------*/
.user-zone {
    color: #FFF;
    font-size: 1rem;
}
    .user-zone #currectTime {
        color: #f6f6f6;
    }

    .user-zone a {
        display: inline;
        color: #FFF;
    }

    .user-zone .btn-logout {
        background-color: #dff5ff;
        color: #004464;
    }

        .user-zone .btn-logout:hover {
            color: #FFF;
            background-color: #004d86;
        }