@charset "UTF-8";
/*字體*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
/*header高度變數*/
/*footer高度變數*/
html {
  height: 100%; }

body {
  margin: 0px;
  height: 100%;
  font-family: 'Noto Sans TC','微軟正黑體', sans-serif !important;
  font-weight: 500;
  color: #1C1C1C;
  /*header fixed緣故*/ }
  @media screen and (min-width: 0px) {
    body {
      padding-top: 60px; } }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 65px;
      /*橫幅高度*/ } }
  @media screen and (min-width: 992px) {
    body {
      padding-top: 75px;
      /*橫幅高度*/ } }
  @media screen and (min-width: 1200px) {
    body {
      padding-top: 75px;
      /*橫幅高度*/ } }
  @media screen and (min-width: 1520px) {
    body {
      padding-top: 120px;
      /*橫幅高度*/ } }

/*container增加superlarge*/
@media screen and (min-width: 1520px) {
  .container {
    max-width: 1430px !important; } }

.page-frame {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 0px) {
    .page-frame {
      min-height: calc(100% - 114px); } }
  @media screen and (min-width: 768px) {
    .page-frame {
      min-height: calc(100% - 69px); } }
  @media screen and (min-width: 992px) {
    .page-frame {
      min-height: calc(100% - 93px); } }
  @media screen and (min-width: 1200px) {
    .page-frame {
      min-height: calc(100% - 111px); } }
  @media screen and (min-width: 1520px) {
    .page-frame {
      min-height: calc(100% - 140px); } }

.daily-login {
  position: fixed;
  background: transparent;
  z-index: 4; }
  @media screen and (min-width: 0px) {
    .daily-login {
      right: 15px;
      margin-top: 20px; } }
  @media screen and (min-width: 768px) {
    .daily-login {
      margin-top: 20px;
      right: 20px; } }
  @media screen and (min-width: 992px) {
    .daily-login {
      margin-top: 25px;
      right: 25px; } }
  @media screen and (min-width: 1200px) {
    .daily-login {
      margin-top: 30px;
      right: 30px; } }
  @media screen and (min-width: 1520px) {
    .daily-login {
      margin-top: 30px;
      right: 30px; } }
  @media screen and (min-width: 0px) {
    .daily-login img {
      width: 48px; } }
  @media screen and (min-width: 768px) {
    .daily-login img {
      width: 48px; } }
  @media screen and (min-width: 992px) {
    .daily-login img {
      width: 54px; } }
  @media screen and (min-width: 1200px) {
    .daily-login img {
      width: 54px; } }
  @media screen and (min-width: 1520px) {
    .daily-login img {
      width: 64px; } }

div, span, label, footer {
  cursor: default; }

label {
  margin-bottom: 0px; }

form {
  -webkit-margin-after: 0px !important;
  margin-block-end: 0px !important; }

a {
  text-decoration: none !important; }

button {
  padding: 0px;
  cursor: pointer;
  outline: none !important;
  border: none; }

.error {
  color: #dc3545; }
  @media screen and (min-width: 0px) {
    .error {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .error {
      font-size: 12px; } }
  @media screen and (min-width: 992px) {
    .error {
      font-size: 14px; } }

@media screen and (min-width: 0px) {
  .my-row {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .my-row {
    margin-bottom: 9.85714px; } }

@media screen and (min-width: 992px) {
  .my-row {
    margin-bottom: 13.28571px; } }

@media screen and (min-width: 1200px) {
  .my-row {
    margin-bottom: 20px; } }

.attachment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px; }
  .attachment-list .fname {
    display: inline-block;
    margin-right: 7px; }
  .attachment-list .delete-btn {
    background: none; }
    .attachment-list .delete-btn img {
      width: 24px; }

.btn-style {
  display: inline-block;
  color: #ffffff;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer; }
  .btn-style.br-8 {
    border-radius: 8px; }
  .btn-style.br-20 {
    border-radius: 20px; }
  .btn-style.red {
    background: #F25151; }
  .btn-style.grey {
    background: #4B4B4B; }
  .btn-style.green {
    background: #0B7A75; }
  .btn-style.blue {
    background: #006284; }
    .btn-style.blue.blur {
      background: #ffffff;
      color: #006284;
      border: 1px solid #006284; }
  .btn-style.orange {
    background: #FF6B35; }
  .btn-style.black {
    background: #1C1C1C; }
  .btn-style:hover {
    color: #ffffff; }
  .btn-style.upload {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100px; }

.tag-style {
  text-align: center;
  border-radius: 4px;
  color: #ffffff; }
  @media screen and (min-width: 0px) {
    .tag-style {
      font-size: 14px;
      padding: 5px 12px; } }
  @media screen and (min-width: 768px) {
    .tag-style {
      font-size: 12px;
      padding: 3px 8px; } }
  @media screen and (min-width: 992px) {
    .tag-style {
      font-size: 14px;
      padding: 5px 12px; } }
  @media screen and (min-width: 1200px) {
    .tag-style {
      font-size: 14px;
      padding: 5px 12px; } }
  @media screen and (min-width: 1520px) {
    .tag-style {
      font-size: 16px;
      padding: 7px 16px; } }
  .tag-style.blue {
    background: #006284; }
  .tag-style.green {
    background: #0B7A75; }
  .tag-style.orange {
    background: #FF6B35; }
  .tag-style.red {
    background: #F25151; }
  .tag-style:hover {
    color: #ffffff; }

.case-title {
  color: #ffffff;
  background: #006284;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 0px) {
    .case-title {
      height: 50px;
      font-size: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 768px) {
    .case-title {
      height: 40px;
      font-size: 16px;
      padding-left: 15px; } }
  @media screen and (min-width: 992px) {
    .case-title {
      height: 50px;
      font-size: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 1200px) {
    .case-title {
      height: 50px;
      font-size: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 1520px) {
    .case-title {
      height: 60px;
      font-size: 26px;
      padding-left: 25px; } }

.my-table {
  width: 100%;
  border: 1px solid #006284; }
  .my-table tr {
    border: 1px solid #006284;
    height: 60px; }
  .my-table td {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .my-table td {
        font-size: 14px; } }
    @media screen and (min-width: 992px) {
      .my-table td {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .my-table td {
        font-size: 16px; } }
    @media screen and (min-width: 1520px) {
      .my-table td {
        font-size: 18px; } }

.my-table-mobile {
  border: 1px solid #006284;
  font-size: 14px;
  margin-bottom: 15px; }
  .my-table-mobile tr {
    height: 40px; }
  .my-table-mobile td {
    padding: 5px 15px;
    border: 1px solid #006284; }
  .my-table-mobile .title {
    text-align: right;
    color: #ffffff;
    background: #006284;
    white-space: nowrap; }
    @media screen and (min-width: 0px) {
      .my-table-mobile .title {
        width: 30%; } }
    @media screen and (min-width: 414px) {
      .my-table-mobile .title {
        width: 20%; } }

.my-input1 {
  width: 100%;
  outline: none !important;
  border: 1px solid #006284;
  border-radius: 3px; }
  @media screen and (min-width: 0px) {
    .my-input1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .my-input1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .my-input1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .my-input1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1520px) {
    .my-input1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }

.my-input2 {
  width: 100%;
  outline: none !important;
  border: 1px solid #1C1C1C; }
  @media screen and (min-width: 0px) {
    .my-input2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .my-input2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .my-input2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .my-input2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1520px) {
    .my-input2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }

.my-select1 {
  width: 100%;
  border: 1px solid #006284;
  cursor: pointer;
  border-radius: 3px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*移除原生箭頭*/
  /*for phone ios*/
  background-color: #ffffff !important;
  /*for safari select*/
  border-radius: 3px;
  /*客製圖示*/
  background-image: url("../images/arrow_drop_down.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 12px 18px; }
  @media screen and (min-width: 0px) {
    .my-select1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .my-select1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .my-select1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .my-select1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1520px) {
    .my-select1 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }

.my-select2 {
  width: 100%;
  border: 1px solid #1C1C1C;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*移除原生箭頭*/
  /*for phone ios*/
  background-color: #ffffff !important;
  /*for safari select*/
  border-radius: 3px;
  background-image: url("../images/arrow_drop_down.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 12px 18px; }
  @media screen and (min-width: 0px) {
    .my-select2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .my-select2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .my-select2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .my-select2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }
  @media screen and (min-width: 1520px) {
    .my-select2 {
      height: 40px;
      padding-left: 15px;
      font-size: 18px; } }

.my-textarea {
  width: 100%;
  outline: none !important;
  border: 1px solid #006284;
  border-radius: 3px;
  font-size: 18px;
  padding-left: 10px; }
  @media screen and (min-width: 0px) {
    .my-textarea {
      height: 168px; } }
  @media screen and (min-width: 768px) {
    .my-textarea {
      height: 100px; } }
  @media screen and (min-width: 992px) {
    .my-textarea {
      height: 110px; } }
  @media screen and (min-width: 1200px) {
    .my-textarea {
      height: 120px; } }
  @media screen and (min-width: 1520px) {
    .my-textarea {
      height: 168px; } }

.checkbox-label {
  position: relative;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  @media screen and (min-width: 0px) {
    .checkbox-label:not(:last-child) {
      margin-right: 20px; } }
  @media screen and (min-width: 768px) {
    .checkbox-label:not(:last-child) {
      margin-right: 10px; } }
  @media screen and (min-width: 992px) {
    .checkbox-label:not(:last-child) {
      margin-right: 15px; } }
  @media screen and (min-width: 1200px) {
    .checkbox-label:not(:last-child) {
      margin-right: 20px; } }
  .checkbox-label input {
    display: none;
    /* Show the indicator (dot/circle) when checked */ }
    .checkbox-label input:checked ~ .checkmark:before {
      content: '✓'; }
  .checkbox-label .checkmark:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-family: Arial;
    width: 16px;
    height: 16px;
    border: 1px solid #333333;
    border-radius: 2px;
    cursor: pointer;
    background: #ffffff; }

.pagination {
  margin-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination li {
    margin-right: 4px;
    margin-bottom: 4px; }
  .pagination span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #006284;
    color: #ffffff;
    border: 1px solid #006284;
    min-width: 30px;
    height: 30px; }
  .pagination a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    color: #006284;
    border: 1px solid #006284;
    min-width: 30px;
    height: 30px; }

.my-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.my-valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.my-halign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.my-align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.my-align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.my-align-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .my-align-side-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .my-align-side-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .my-align-side-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

@media screen and (min-width: 0px) {
  .m-hidden {
    display: none; } }

@media screen and (min-width: 768px) {
  .m-hidden {
    display: block; } }

@media screen and (min-width: 0px) {
  .m-hidden-inline {
    display: none; } }

@media screen and (min-width: 768px) {
  .m-hidden-inline {
    display: inline; } }

@media screen and (min-width: 0px) {
  .m-hidden-table {
    display: none; } }

@media screen and (min-width: 768px) {
  .m-hidden-table {
    display: table; } }

@media screen and (min-width: 768px) {
  .m-visible {
    display: none !important; } }

.swal-button {
  background-color: #006284; }
  .swal-button:hover {
    background-color: #006284; }
  .swal-button:not([disabled]):hover {
    background-color: #006284; }
