@charset "UTF-8";

/*沒用到*/
/*沒用到*/
.listItem > li {
  list-style-type: decimal;
}

.listItem > li > ul > li {
  list-style-type: upper-roman;
  margin-left: 40px;
}

.listItem > li > ul > li > ul > li {
  list-style-type: lower-roman;
  margin-left: 40px;
}

html {
  font-size: 62.5%;
}

body,
div,
a,
ul,
li,
img,
tr,
td,
header,
footer,
h1,
h2,
h3,
h4,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: Arial, "Microsoft JhengHei";
  list-style: none;
  border: none;
  border-collapse: collapse;
  box-sizing: border-box;
}

p {
  font-size: 2rem;
  line-height: 3rem;
}

header {
  width: 100%;
  position: fixed;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  header {
    position: relative;
  }
}


header .acc-key {
  position: absolute;
  left: 13px;
  z-index: 4;
  color: #fff !important;
}

header .sr-only {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

header .accessibilitylink {
  position: fixed;
  z-index: 9999;
  top: 0;
  margin: 10;
  padding: 10;
  background-color: #FF0;
  text-decoration: underline;
  -webkit-box-shadow: 0 2px 4px #000;
  box-shadow: 0 2px 4px #000;
  left: 0px;
  border: 2px dotted #F90;
}

header .accessibilitylink:not(:focus) {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  padding: 0;
}

header .top {
  padding-top: 8px;
  padding-bottom: 3px;
  background-color: #fff;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 450px) {
  header .top {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

header .top .inner {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

@media only screen and (min-width: 1600px) {
  header .top .inner {
    width: 92%;
  }
}

@media only screen and (max-width: 1024px) {
  header .top .inner {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 450px) {
  header .top .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .top .inner .rightCon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon {
    flex: 1;
    height: 56px;
  }
}

header .top .inner .rightCon .burger {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon .burger {
    display: block;
    margin-left: 0;
  }
}

header .top .inner .rightCon .topIcon {
  width: 100%;
  height: 40px;
  font-size: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon .topIcon {
    position: absolute;
    top: 82px;
    right: 20px;
    text-align: right;
  }
}

@media only screen and (max-width: 599px) {
  header .top .inner .rightCon .topIcon {
    position: absolute;
    top: 78px;
  }
}

@media only screen and (max-width: 450px) {
  header .top .inner .rightCon .topIcon {
    position: absolute;
    top: 66px;
  }
}

header .top .inner .rightCon .topIcon a.layer1 {
  display: inline-block;
  position: relative;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  vertical-align: middle;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 35px;
}

header .top .inner .rightCon .topIcon a.layer1:hover {
  color: #d53e05;
  font-weight: bold;
}

header .top .inner .rightCon .topIcon a.layer1:hover img.topIconCycle {
  background-color: #000;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon .topIcon a.layer1 {
    font-size: 0 !important;
  }
}

@media only screen and (max-width: 875px) {
  header .top .inner .rightCon .topIcon a.layer1 {
    color: #fff;
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 450px) {
  header .top .inner .rightCon .topIcon a.layer1 {
    font-size: 0 !important;
  }
}

header .top .inner .rightCon .topIcon .topIconCycle {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #197ea3;
  margin-right: 5px;
}

header .top .inner .rightCon .topIcon .topIconCycle img {
  width: 25px;
  height: 25px;
}

header .top .inner .rightCon .topIcon .topIconCycle img .current {
  background-color: #1d8db7;
}

header .top .inner .logo {
  height: 55px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .logo {
    width: auto;
    height: 45px;
  }
}

@media only screen and (max-width: 875px) {
  header .top .inner .logo {
    width: auto;
    height: 50px;
  }
}

@media only screen and (max-width: 599px) {
  header .top .inner .logo {
    justify-content: flex-start;
    display: block;
    height: 35px;
    padding: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  header .top .inner .logo {
    display: none;
  }
}

header .top .inner .mobileLogo {
  display: none;
}

@media only screen and (max-width: 450px) {
  header .top .inner .mobileLogo {
    display: inline-block;
    width: auto;
    height: 44px;
  }
}

@media only screen and (max-width: 375px) {
  header .top .inner .mobileLogo {
    display: inline-block;
    width: 80vw;
    height: auto;
  }
}

header .mobileNav {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
  overflow-y: auto;
}

header .mobileNav .closeNav {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

header .mobileNav .ulListM {
  width: 80%;
  max-width: 600px;
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 599px) {
  header .mobileNav .ulListM {
    margin: 80px auto 0 auto;
  }
}

header .mobileNav .ulListM > li {
  border-top: 1px solid #fff;
}

header .mobileNav .ulListM > li:last-child {
  border-bottom: 1px solid #fff;
}

header .mobileNav .ulListM > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

header .mobileNav .ulListM > li > a:hover {
  text-shadow: 0 1px 3px #000;
  text-decoration: none;
}

header .mobileNav .ulListM > li > a:hover ~ .secondUlM {
  display: block;
}

header .mobileNav .ulListM > li .secondUlM {
  display: none;
  background-color: #8c4d60;
  border: 2px solid #8c4d60;
}

header .mobileNav .ulListM > li .secondUlM > li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

header .mobileNav .ulListM > li .secondUlM > li a:hover {
  background-color: #fff;
  color: #000;
}

header .mobileNav .ulListM > .open .secondUlM {
  display: block;
}

header .mobileNav .ulListM ul.mobileSecondMenu {
  display: none;
}

header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu {
  display: block;
  margin-bottom: 10px;
}

header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 2rem;
  line-height: 3rem;
}

header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  header .mobileNavOpen {
    display: block;
  }
}

.mobileNavOpen.common_hide {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobileNavOpen.common_hide {
        display: none;
    }
}


.default header .mobileNav {
  background-color: #022c3b;
}

.default header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu {
  background-color: #ba2b2b;
}

.default header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a {
  color: #fff;
}

.default header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a:hover {
  background-color: #fff;
  color: #ba2b2b;
}

/***********************************藍色線條********************************************/
.bottomLine {
  border-bottom: 8px solid #197ea3;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 875px) {
  .bottomLine {
    border-bottom: 60px solid #197ea3;
  }
}

@media only screen and (max-width: 450px) {
  .bottomLine {
    border-bottom: 55px solid #197ea3;
  }
}

footer {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

footer .footer {
  background-color: #197D9C;
}

footer .footer a.key_text {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}

footer .footer .inner {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

@media only screen and (min-width: 1600px) {
  footer .footer .inner {
    width: 92%;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .footer .inner .leftNotices {
  text-align: left;
  width: 60%;
  order: 1;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  footer .footer .inner .leftNotices {
    width: 100%;
  }
}

footer .footer .inner .leftNotices a {
  color: #FDFEC1;
  text-decoration: none;
}

footer .footer .inner .leftNotices a:hover {
  background-color: #000;
  text-decoration: none;
}

footer .footer .inner .AAmark {
  width: 40%;
  order: 2;
  text-align: right;
}

footer .footer .inner .AAmark a {
  font-size: 0;
}

footer .footer .inner .AAmark a:nth-child(1) > img,
footer .footer .inner .AAmark a:nth-child(2) > img,
footer .footer .inner .AAmark a:nth-child(3) > img,
footer .footer .inner .AAmark a:nth-child(4) > img {
  width: auto;
  height: 41px;
  padding: 0 8px;
  margin: 0;
}

footer .footer .inner .AAmark a:nth-child(4) > img {
  margin-right: 5px;
}

footer .footer .inner .AAmark a:nth-child(5) > img {
  width: 116px;
  height: 41px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1280px) {
  footer .footer .inner .AAmark {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffdf93;
  font-size: 2rem;
  line-height: 3rem;
}

/*******************************版型****************************/
.wrapper {
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 1600px) {
  .wrapper {
    width: 92%;
  }
}

@media only screen and (max-width: 875px) {
  .wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrapperNoMenu {
  margin-top: 110px;
  min-height: 687px;
}

@media only screen and (max-width: 1400px) {
  .wrapperNoMenu {
    min-height: 570px;
  }
}

@media only screen and (max-width: 1280px) {
  .wrapperNoMenu {
    min-height: 370px;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapperNoMenu {
    margin-top: 38px;
    min-height: auto;
  }
}

/*
@media only screen and (max-width: 875px) {
  .wrapperNoMenu {
    margin-top: 160px;
  }
}

@media only screen and (max-width: 450px) {
  .wrapperNoMenu {
    margin-top: 140px;
  }
}
*/

.innerMain {
  padding: 20px;
  box-sizing: content-box;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
    .innerMain {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 599px) {
  .innerMain {
    min-height: auto;
  }
}

.crumb {
  width: 100%;
  height: 25px;
  margin-top: 15px;
  color: #000;
  font-size: 2rem;
}

.crumb span {
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  line-height: 3rem;
}

.crumb span:first-child {
  margin-left: 0;
}

.crumb span::after {
  content: "";
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  border-color: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: -13px;
}

.crumb span:last-child::after {
  border-top: none;
  border-right: none;
}

.crumb a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.crumb a:hover {
  color: #e64a0d;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .crumb {
    margin-top: 40px;
  }
}

.crumb .topIconHome {
  font-size: 0;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.crumb .topIconHome img {
  width: 25px;
  height: 25px;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 35px;
  right: 20px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border: none;
  text-indent: 100%;
  border-radius: 44px;
  background: url(../img/topIcon.svg) no-repeat 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
}

#toTop:hover {
  border: 2px solid #fff;
}

@media only screen and (max-width: 875px) {
  #toTop {
    bottom: 10px;
  }
}

#toTop span {
  font-size: 0;
}

/***********************************************************新首頁**************************/
.indexGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.indexLeft {
  width: 50%;
  background: url("../img/indexBg.jpg") 50% 100% no-repeat;
  margin: 0px auto;
  background-size: cover;
  min-height: 800px;
  padding: 0px 20px 0px 50px;
}

@media only screen and (max-width: 1400px) {
  .indexLeft {
    padding: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 599px) {
  .indexLeft {
    min-height: 1000px;
  }
}

@media only screen and (max-width: 450px) {
  .indexLeft {
    min-height: 700px;
  }
}

.indexRight {
  width: 50%;
  padding: 20px 50px;
}

@media only screen and (max-width: 1400px) {
  .indexRight {
    padding: 20px 10px 20px 20px;
  }
}

@media (max-width: 1024px) {
  .indexLeft {
    order: 1;
    width: 100%;
  }

  .indexRight {
    order: 2;
    width: 100%;
  }
}

/**************************************JSS首頁 八大功能************************************/
.indexCardFlex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
 /* justify-content: space-between !important;*/
  align-items: flex-start !important;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .indexCardFlex {
    margin-top: 20px;
  }
}

.indexCardFlex .indexCard {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .indexCardFlex .indexCard {
    width: 50%;
    margin-bottom: 20%;
  }
}

.JSScard {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  display: block;
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  color: #fff !important;
}

.JSScard div {
  color: #fff !important;
}

@media only screen and (max-width: 450px) {
  .JSScard div {
    color: #000 !important;
  }
}

@media only screen and (max-width: 1280px) {
  .JSScard {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 450px) {
  .JSScard {
    width: 150px;
    height: 130px;
  }
}

.JSScard:hover .icon_img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease-in-out;
}

.JSScard:hover .title-text {
  transition: all 0s ease-in-out !important;
  transform: scale(1.1, 1.1) !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
}

.JSScard:hover .firstLine {
  color: #fff;
}

.JSScard:hover .secondLine {
  color: #fff;
}

.JSScard:hover .iconInformation {
  transform: scale(1.1, 1.1);
  background-image: url("../img/iconInfromationHover.svg");
}

.JSScard a {
  color: #fff !important;
  transition: all 0s ease-in-out !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.JSScard .title-text {
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  width: 90%;
  white-space: nowrap !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .JSScard .title-text {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 875px) {
  .JSScard .title-text {
    font-size: 2rem;
  }
}

.JSScard .icon_img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.JSScard .more_title {
  width: 105px !important;
  height: 105px !important;
  border-radius: 50%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .JSScard .icon_img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 450px) {
  .JSScard .icon_img {
    width: 90px;
    height: 90px;
  }
}

.specialOneLine {
  margin-top: -10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1280px) {
  .specialOneLine {
    margin-top: -20px;
    flex-wrap: wrap;
  }

}

@media only screen and (max-width: 450px) {
  .specialOneLine {
    margin-top: 0;
  }
}

.card2 .specialOneLine,
.card4 .specialOneLine,
.card5 .specialOneLine {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1280px) {

  .card2 .specialOneLine,
  .card4 .specialOneLine,
  .card5 .specialOneLine {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 450px) {

  .card2 .specialOneLine,
  .card4 .specialOneLine,
  .card5 .specialOneLine {
    margin-top: 0;
  }
}


.card1 {
   background-color: #27A499;
}

@media only screen and (max-width: 450px) {
  .card1 {
    background-color: transparent;
  }
  .card1 .icon_img {
    background-color: #27A499;
  }
}

.card2 {
  background-color: #7077e3;
}

@media only screen and (max-width: 450px) {
  .card2 {
    background-color: transparent;
  }
  .card2 .icon_img {
    background-color: #7077e3;
  }
}

.card3 {
  background-color: #69A146;
}

@media only screen and (max-width: 450px) {
  .card3 {
    background-color: transparent;
  }
   .card3 .icon_img {
    background-color: #69A146;
  }
}


.card4 {
  background-color: #D38300;
}

@media only screen and (max-width: 450px) {
  .card4 {
    background-color: transparent;
  }
  .card4 .icon_img {
    background-color: #D38300;
  }
}

.card5 {
  background-color: #979900;
}

@media only screen and (max-width: 450px) {
  .card5 {
    background-color: transparent;
  }
  .card5 .icon_img {
    background-color: #979900;
  }
}

.card6 {
  background-color: #d9725d;
}

@media only screen and (max-width: 450px) {
  .card6 {
    background-color: transparent;
  }
  .card6 .icon_img {
    background-color: #d9725d;
  }
}

.card7 {
  background-color: #a05dd9;
}

@media only screen and (max-width: 450px) {
  .card7 {
    background-color: transparent;
  }
  .card7 .icon_img {
    background-color: #a05dd9;
  }
}

.card8 {
  background-color: #9e291f;
}

@media only screen and (max-width: 450px) {
  .card8 {
    background-color: transparent;
  }
  .card8 .icon_img {
    background-color: #9e291f;
  }
}


/********************首頁 卡片簡介********************/
.bottom4Line {
  display: none;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 190px;
  padding: 0 40px;
  background-color: #fff;
  border-radius: 10px !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 599px) {
  .bottom4Line {
    padding: 0 20px;
  }
}

.bottom4Line p {
  color: #000;
  font-size: 2rem;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

/**********************************************************公告**************************/
.indexWhiteBg {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 10px;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .indexWhiteBg {
    margin-top: -30px;
  }
}

.indexWhiteBg .h2Title {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  background: none !important;
  color: #000;
  margin: 0px auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .indexWhiteBg .h2Title {
    background: none;
    text-align: left;
    width: 100%;
    /*     padding-left: 10px;*/
  }
}

/*公告分類*/
.newsCategoryIcon {
  text-align: center;
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  font-size: 2rem;
  color: #000;
  min-width: 115px;
}

.indexNews.electiveTable {
  width: 100%;
  overflow-x: auto;
  margin-top: 3px;
}

.indexNews.electiveTable .mainTable2 {
  margin-top: 0px;
  width: 100%;
  border: none;
  background-color: #fff;
  border-collapse: collapse;
}

.indexNews.electiveTable .mainTable2 tr:last-child td,
.indexNews.electiveTable .mainTable2 tr:last-child th {
  border-bottom: none;
  background-color: #fff;
}

.indexNews.electiveTable .mainTable2 tr:nth-child(even) td {
  border-bottom: 1px solid #e5e8e9;
}

.indexNews.electiveTable .mainTable2 tr td,
.indexNews.electiveTable .mainTable2 tr th {
  font-size: 2rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #e5e8e9;
  text-align: center;
}

.indexNews.electiveTable .mainTable2 tr td a,
.indexNews.electiveTable .mainTable2 tr th a {
  color: #000;
  display: inline-block;
}

.indexNews.electiveTable .mainTable2 tr td a:hover,
.indexNews.electiveTable .mainTable2 tr th a:hover {
  color: #e64a0d;
  font-weight: bold;
  text-decoration: none;
}

.indexNews.electiveTable .mainTable2 tr th {
  background-color: #bfe4f2;
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

@media only screen and (max-width: 599px) {
  .indexNews.electiveTable .mainTable2 tr th {
    padding: 10px 5px;
  }
}

.indexNews.electiveTable .mainTable2 tr th:last-child {
  border-right: none;
}

.indexNews.electiveTable .mainTable2 tr td {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  .indexNews.electiveTable .mainTable2 tr td {
    padding: 10px 5px;
  }
}

.indexNews.electiveTable .mainTable2 tr td:last-child {
  border-right: none;
}

.indexNews.electiveTable .mainTable2 tr td .toggle {
  white-space: nowrap;
}

.indexNews.electiveTable .mainTable2 tr td .toggoleBtn {
  width: 23px;
  height: 23px;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  background-color: #2d6dfe;
  transition: 0.3s all;
}

.indexNews.electiveTable .mainTable2 tr td .toggoleBtn:hover {
  background-color: #707070;
  text-decoration: none;
}

.indexNews.electiveTable .mainTable2 tr td .toggoleBtn:after {
  content: "+";
}

.indexNews.electiveTable .mainTable2 tr td .toggoleBtn.open {
  width: 23px;
  height: 23px;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  background-color: #2d6dfe;
  transition: 0.3s all;
  line-height: 20px;
}

.indexNews.electiveTable .mainTable2 tr td .toggoleBtn.open:hover {
  background-color: #707070;
  text-decoration: none;
}

.indexNews.electiveTable .mainTable2 tr td .toggoleBtn.open:after {
  content: "-";
}

@media only screen and (max-width: 599px) {
  .indexNews.electiveTable > table.mainTable2 {
    width: 600px;
  }
}

.numTab {
  white-space: nowrap;
  overflow-x: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 40px;
  overflow: hidden;
  background-image: url("../img/iconLongLine.svg");
  background-repeat: repeat-x;
  background-position: 100% 100%;
}

@media only screen and (max-width: 768px) {
  .numTab {
    white-space: normal;
    font-size: 0;
    overflow: visible;
  }
}

.numTab li {
  display: inline-block;
  border-bottom: 4px solid #96CEDC;
  height: 40px;
  border-radius: 0;
  text-align: center;
  white-space: normal;
}

.numTab li:hover {
  border-bottom: 4px solid #1d8db7;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .numTab li {
    margin: 5px;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
  }

  .numTab li:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .numTab li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}

.numTab li a {
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  vertical-align: middle;
  display: block;
  white-space: normal;
  height: 40px;
  margin-bottom: -4px;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .numTab li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.numTab li a:hover {
  color: #e64a0d;
  text-decoration: none;
}

.numTab li a span {
  opacity: 1;
}

.numTab li .current {
  border-bottom: 4px solid #1d8db7;
  color: #e64a0d;
  height: 40px;
  margin-bottom: -4px;
}

.numTab li span {
  color: #d10505;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 450px) {
  .numTab {
    height: auto;
    background-image: none;
  }
}

.numTab li a {
  font-size: 2.3rem;
}

@media only screen and (max-width: 1280px) {
  .numTab li a {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 875px) {
  .numTab li a {
    font-size: 2rem;
  }
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(odd) td,
.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(even) td {
  display: block;
  text-align: left !important;
  width: 100% !important;
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(odd) td:nth-child(odd) {
  border-top: 1px solid #e5e8e9;
  border-bottom: 1px solid #fff;
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(odd) td:nth-child(even) {
  margin-top: -20px;
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(even) td:nth-child(odd) {
  border-bottom: 1px solid #fff;
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(even) td:nth-child(even) {
  margin-top: -20px;
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(3n) td:nth-child(odd),
.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(5n) td:nth-child(odd),
.indexGroup .indexNews.electiveTable .mainTable2 tr:nth-child(7n) td:nth-child(odd) {
  border-top: 1px solid #fff;
}

.indexGroup .indexNews.electiveTable .mainTable2 tr:last-of-type td:nth-child(even) {
  border-bottom: 1px solid #e5e8e9;
}

.indexGroup .indexNews.electiveTable .mainTable2 {
  width: 100% !important;
}

.indexGroup .indexNews.electiveTable {
  max-height: 600px !important;
  overflow: auto;
}

@media only screen and (max-width: 1024px) {
  .indexGroup .indexNews.electiveTable {
    height: auto !important;
    max-height: 400px;
    overflow: auto;
  }
}

.indexGroup .indexNews.electiveTable .mainTable2 a {
  display: inline-block;
  width: 100%;
}

.indexGroup .indexRight .formBtn {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .indexGroup .indexRight .formBtn {
    text-align: center;
  }
}

.topNew {
  padding: 20px;
  background-color: #e64a0d !important;
  margin-bottom: -3px;
}

.topNew a {
  color: #fff !important;
}

.indexGroup .indexNews.electiveTable .mainTable2 .topNew {
  background-color: #e64a0d !important;
  color: #fff !important;
}

.newsdivfixed {
  height: 320px;
  /* 设置固定高度 */
  overflow: auto;
  margin-bottom: 5px;
}

/* .indexWhiteBg { */
/*   background-color: #fff; */
/*   border-radius: 10px; */
/*   padding: 20px; */
/*   position: relative; */
/*   box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2); */
/*   margin-bottom: 10px; */
/*   border-radius: 10px; */
/* } */

/* .indexWhiteBg .h2Title { */
/*   width: 554px; */
/*   text-align: center; */
/*   font-size: 2.5rem; */
/*   line-height: 3.8rem; */
/*   font-weight: bold; */
/*   background: url("../img/Group608.png") 0px 50% no-repeat; */
/*   margin: 0px auto; */
/*   background-repeat: no-repeat; */
/*   background-position: 0px 50%; */
/*   margin-bottom: 10px; */
/* } */

/* @media only screen and (max-width: 768px) { */
/*   .indexWhiteBg .h2Title { */
/*     background: none; */
/*     text-align: left; */
/*     width: 100%; */
/*     padding-left: 10px; */
/*   } */
/* } */

/* 公告分類 */
/* .newsCategoryIcon { */
/*   text-align: center; */
/*   display: inline-block; */
/*   padding: 8px 10px; */
/*   background-color: #fff; */
/*   font-size: 2rem; */
/*   color: #000; */
/*   min-width: 115px; */
/* } */

/* .indexNews.electiveTable { */
/*   width: 100%; */
/*   overflow-x: auto; */
/*   margin-top: 3px; */
/* } */

/* .indexNews.electiveTable .mainTable2 { */
/*   margin-top: 0px; */
/*   width: 100%; */
/*   border: none; */
/*   background-color: #fff; */
/*   border-collapse: collapse; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr:last-child td, */
/* .indexNews.electiveTable .mainTable2 tr:last-child th { */
/*   border-bottom: none; */
/*   background-color: #fff; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr:nth-child(even) td { */
/*   border-bottom: 1px solid #e5e8e9; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td, */
/* .indexNews.electiveTable .mainTable2 tr th { */
/*   font-size: 2rem; */
/*   line-height: 2.6rem; */
/*   border-bottom: 1px solid #e5e8e9; */
/*   text-align: center; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td a, */
/* .indexNews.electiveTable .mainTable2 tr th a { */
/*   color: #000; */
/*   display: inline-block; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td a:hover, */
/* .indexNews.electiveTable .mainTable2 tr th a:hover { */
/*   color: #e64a0d; */
/*   font-weight: bold; */
/*   text-decoration: none; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr th { */
/*   background-color: #bfe4f2; */
/*   color: #000; */
/*   padding-bottom: 10px; */
/*   padding-top: 10px; */
/*   padding-left: 20px; */
/*   padding-right: 20px; */
/*   white-space: nowrap; */
/* } */

/* @media only screen and (max-width: 599px) { */
/*   .indexNews.electiveTable .mainTable2 tr th { */
/*     padding: 10px 5px; */
/*   } */
/* } */

/* .indexNews.electiveTable .mainTable2 tr th:last-child { */
/*   border-right: none; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td { */
/*   padding-left: 20px; */
/*   padding-right: 20px; */
/*   padding-top: 15px; */
/*   padding-bottom: 15px; */
/*   color: #000; */
/*   background-color: #fff; */
/* } */

/* @media only screen and (max-width: 599px) { */
/*   .indexNews.electiveTable .mainTable2 tr td { */
/*     padding: 10px 5px; */
/*   } */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td:last-child { */
/*   border-right: none; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggle { */
/*   white-space: nowrap; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggoleBtn { */
/*   width: 23px; */
/*   height: 23px; */
/*   display: inline-block; */
/*   color: #fff; */
/*   font-size: 2rem; */
/*   font-weight: bold; */
/*   line-height: 23px; */
/*   text-align: center; */
/*   border-radius: 5px; */
/*   background-color: #2d6dfe; */
/*   transition: 0.3s all; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggoleBtn:hover { */
/*   background-color: #707070; */
/*   text-decoration: none; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggoleBtn:after { */
/*   content: "+"; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggoleBtn.open { */
/*   width: 23px; */
/*   height: 23px; */
/*   display: inline-block; */
/*   color: #fff; */
/*   font-size: 2rem; */
/*   font-weight: bold; */
/*   line-height: 23px; */
/*   text-align: center; */
/*   border-radius: 5px; */
/*   background-color: #2d6dfe; */
/*   transition: 0.3s all; */
/*   line-height: 20px; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggoleBtn.open:hover { */
/*   background-color: #707070; */
/*   text-decoration: none; */
/* } */

/* .indexNews.electiveTable .mainTable2 tr td .toggoleBtn.open:after { */
/*   content: "-"; */
/* } */

/* @media only screen and (max-width: 599px) { */
/*   .indexNews.electiveTable > table.mainTable2 { */
/*     width: 600px; */
/*   } */
/* } */

/* .numTab { */
/*   white-space: nowrap; */
/*   overflow-x: auto; */
/*   margin-left: 0; */
/*   margin-right: 0; */
/*   min-height: 40px; */
/*   overflow: hidden; */
/*   background-image: url("../img/iconLongLine.svg"); */
/*   background-repeat: repeat-x; */
/*   background-position: 100% 100%; */
/* } */

/* @media only screen and (max-width: 768px) { */
/*   .numTab { */
/*     white-space: normal; */
/*     font-size: 0; */
/*     overflow: visible; */
/*   } */
/* } */

/* .numTab li { */
/*   display: inline-block; */
/*   border-bottom: 4px solid #96CEDC; */
/*   height: 40px; */
/*   border-radius: 0; */
/*   text-align: center; */
/*   white-space: normal; */
/* } */

/* .numTab li:hover { */
/*   border-bottom: 4px solid #1d8db7; */
/*   text-decoration: none; */
/* } */

/* @media only screen and (max-width: 450px) { */
/*   .numTab li { */
/*     margin: 5px; */
/*     width: calc(50% - 5px); */
/*     text-align: left; */
/*     padding-left: 0px; */
/*     padding-right: 0px; */
/*     height: auto; */
/*   } */

/*   .numTab li:nth-child(odd) { */
/*     margin-left: 0; */
/*   } */

/*   .numTab li:nth-child(even) { */
/*     margin-right: 0; */
/*   } */
/* } */

/* .numTab li a { */
/*   padding-right: 20px; */
/*   padding-left: 20px; */
/*   color: #000; */
/*   vertical-align: middle; */
/*   display: block; */
/*   white-space: normal; */
/*   font-size: 1.8rem; */
/*   line-height: 2rem; */
/*   font-weight: bold; */
/*   line-height: 25px; */
/*   cursor: pointer; */
/* } */

/* @media only screen and (max-width: 1024px) { */
/*   .numTab li a { */
/*     padding-right: 10px; */
/*     padding-left: 10px; */
/*   } */
/* } */

/* .numTab li a:hover { */
/*   color: #e64a0d; */
/*   text-decoration: none; */
/* } */

/* .numTab li a span { */
/*   opacity: 1; */
/* } */

/* .numTab li .current { */
/*   border-bottom: 4px solid #1d8db7; */
/*   color: #e64a0d; */
/*   height: 40px; */
/* } */

/* .numTab li span { */
/*   color: #d10505; */
/*   display: inline-block; */
/*   vertical-align: middle; */
/* } */

/* .numTab .current { */
/*   border-bottom: 4px solid #1d8db7; */
/* } */

/* .numTab .current a { */
/*   color: #e64a0d; */
/* } */

/* @media only screen and (max-width: 450px) { */
/*   .numTab { */
/*     height: auto; */
/*     background-image: none; */
/*   } */
/* } */

/* .numTab li a { */
/*   font-size: 2.3rem; */
/* } */

/* @media only screen and (max-width: 1280px) { */
/*   .numTab li a { */
/*     font-size: 2.2rem; */
/*   } */
/* } */

/* @media only screen and (max-width: 875px) { */
/*   .numTab li a { */
/*     font-size: 2rem; */
/*   } */
/* } */

/************************************************************卡片**************************/
.whiteBg {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 6px 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.box {
  background-color: #fff;
  background: transparent;
  box-shadow: none;
  border-radius: none;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.box .blueTitle {
  background: transparent;
  color: #e64a0d;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  padding: 5px 0 5px 0px;
  border-bottom: 5px solid #f7f7f7;
}

.box .blueTitle h2 {
  color: #e64a0d;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}

.box .whiteInner {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  padding: 20px;
  background-color: #fff;
}

.box:first-of-type {
  margin-top: 0;
}

.box .whiteInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.box .whiteInner a:hover {
  text-decoration: none;
}

.box .whiteInner .formBtn {
  margin: 10px auto;
}

/************************************************************link**************************/
a:focus {
  outline-offset: -3px;
}

a.disabled {
  border-color: #707070 !important;
  background-color: #707070 !important;
}

a {
  transition: all 0.3s ease-in-out;
  color: #2d6dfe;
}

a:hover {
  color: #e64a0d;
  font-weight: bold;
}

a.say {
  color: #d10505 !important;
}

/*無障礙*/
a.key_text {
  position: absolute;
  top: 0px;
  left: -30px;
  color: #000;
  z-index: 6;
}

@media only screen and (max-width: 1400px) {
  a.key_text {
    top: -20px;
    left: -10px;
  }
}

@media only screen and (max-width: 875px) {
  a.key_text {
    top: -20px;
    left: 20px;
  }
}

@media only screen and (max-width: 400px) {
  a.key_text {
    color: #fff;
  }
}

/************************************************************標題文字**************************/
h1.newZeroTitle {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

h2.newZeroTitle {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.h2Title {
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #e64a0d;
  margin-bottom: 5px;
  padding-left: 10px;
  background-image: url("../img/iconTitle.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.h3Title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #197ea3;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 4px;
  border-bottom: 2px solid #197ea3;
}

.box .blueTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 5px solid #f7f7f7;
}

@media only screen and (max-width: 450px) {
  .box .blueTitle {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.box .blueTitle .titleRightBtn {
  text-align: right;
  position: relative;
}

@media only screen and (max-width: 450px) {
  .box .blueTitle .titleRightBtn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

.box .blueTitle .titleRightBtn .say {
  clear: both;
  display: block !important;
  width: 100% !important;
}

.box .blueTitle .titleRightBtn a,
.box .blueTitle .titleRightBtn .fileBtn,
.box .blueTitle .titleRightBtn .fileBtn2,
.box .blueTitle .titleRightBtn .fileBtn3,
.box .blueTitle .titleRightBtn .fileBtn4,
.box .blueTitle .titleRightBtn .fileBtn5 {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {

  .box .blueTitle .titleRightBtn a,
  .box .blueTitle .titleRightBtn .fileBtn,
  .box .blueTitle .titleRightBtn .fileBtn2,
  .box .blueTitle .titleRightBtn .fileBtn3,
  .box .blueTitle .titleRightBtn .fileBtn4,
  .box .blueTitle .titleRightBtn .fileBtn5 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 400px) {

  .box .blueTitle .titleRightBtn a,
  .box .blueTitle .titleRightBtn .fileBtn,
  .box .blueTitle .titleRightBtn .fileBtn2,
  .box .blueTitle .titleRightBtn .fileBtn3,
  .box .blueTitle .titleRightBtn .fileBtn4,
  .box .blueTitle .titleRightBtn .fileBtn5 {
    width: 100%;
  }
}

/*********************************************標題 右邊沒有btn時**************************/
.titleOuterSingle {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.titleOuterSingle .titlebar {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.titleOuterSingle .titlebar .h2Title {
  margin-left: 0px;
}

/***********************************************************每頁共用**************************/
.txtLeft {
  text-align: left !important;
}

.txtRight {
  text-align: right !important;
}

.txtCenter {
  text-align: center !important;
}

.txtBold {
  font-weight: bold;
}

.say {
  color: #d10505;
  font-size: 2rem;
  line-height: 3rem;
}

.strenth {
	height: 6px;
	/* 圓角 */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}

.sayBig {
  font-size: 2rem !important;
  font-weight: bold;
  display: block;
}

.sayBig label {
  width: 100% !important;
  cursor: pointer !important;
}

.sayBlock {
  display: block;
  margin-top: 5px;
}

.txtPass {
  color: #167b05 !important;
  font-weight: bold;
}

.txtWarning {
  color: #eb7a00 !important;
  line-height: 3rem !important;
  font-weight: bold;
}

.txtDanger {
  color: #d10505 !important;
  font-weight: bold;
}

.listItem2 {
  margin: 0 0 0 -20px !important;
}

.listItem2 > li {
  list-style: disc outside;
  margin-left: 0px !important;
}

.listItem3 {
  margin: 0 0 0 -20px !important;
}

.listItem3 > li {
  list-style: decimal outside;
  margin-left: 0px !important;
}

ol.listItem {
  margin: 0 0 0 30px !important;
}

ol.listItem li {
  list-style-type: decimal;
  margin-left: 0px;
  line-height: 2.6rem;
}

.mgLeftNormal {
  margin-left: 20px;
}

.mgTopNormal {
  margin-top: 20px;
}

.mgNormal {
  margin: 20px;
}

.ml10 {
  margin-left: 10px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-right: 20px;
}

.panALL20 {
  padding: 20px;
}

.shadow {
  box-shadow: 3px 6px 10px 5px rgba(0, 0, 0, 0.1);
}

.tdReadOnly {
  line-height: 3.7rem;
  color: #000 !important;
  word-break: break-all;
  word-wrap: break-word;
}

/************************************************************Form**************************/
textarea {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: ww;
}

textarea:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  textarea {
    width: 100% !important;
  }
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 32px;
  height: 32px;
  border: 2px solid #2d6dfe;
  border-radius: 50%;
  transform: translateY(-3px);
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
}

input[type=radio]::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 18px 18px #2d6dfe;
  background-color: CanvasText;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 32px;
  height: 32px;
  border: 2px solid #2d6dfe;
  border-radius: 5px;
  transform: translateY(-3px);
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
}

input[type=checkbox]::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-clip-path: polygon(14% 40%, 0 60%, 40% 100%, 100% 20%, 75% 0%, 40% 65%);
  clip-path: polygon(14% 40%, 0 60%, 40% 100%, 100% 20%, 75% 0%, 40% 65%);
  transform: scale(0);
  transform-origin: center center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 18px 18px #fff;
  background-color: #2d6dfe;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:checked {
  background: #2d6dfe;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  border: 2px solid #707070;
  cursor: not-allowed;
}

input[type="checkbox"]:focus {
  outline: none !important;
}


input:hover:focus {
  background-color: #FFB3D4;
}

input[type="checkbox"]:hover:focus {
  background-color: #fff;
}

input[type="checkbox"]:checked:hover:focus {
  background-color: #2d6dfe;
}

input[type="radio"]:hover:focus {
  background-color: #fff;
}

input[type="radio"]:checked:hover:focus {
  background-color: #fff;
}

@media only screen and (max-width: 875px) {
  input[type="date"] {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
select {
  font-size: 2rem;
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

@media only screen and (max-width: 450px) {

  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="password"],
  select {
    width: 100% !important;
  }
}

input:disabled,
selcet:disabled {
  opacity: 0.5;
}

.disabled {
  opacity: 0.5;
}

input[readonly],
selcet[readonly] {
  background-color: #e9ecef;
  opacity: 0.5;
}

.textUppercase {
  text-transform: uppercase;
}

select {
  font-size: 2rem;
  margin-right: 3px;
}

label {
  font-size: 2rem;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}

label:hover {
  font-weight: bold;
}

th input[type="checkbox"] {
  margin: 0 3px;
}

.widthFull {
  width: 100% !important;
}

/************************************************************ICON Btn**************************/
.TDiconEdit {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconEdit:hover {
  background-color: #000;
}

.TDiconEdit img {
  width: 30px;
  height: 30px;
}

.TDiconDelete {
  font-size: 0 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #d10505;
}

.TDiconDelete:hover {
  background-color: #000;
}

.TDiconDelete img {
  width: 30px;
  height: 30px;
}

.iconInformation {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 0 !important;
  vertical-align: top !important;
  background-color: transparent;
  background-image: url("../img/iconInformation.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.iconInformation:hover {
  background-image: url("../img/iconInfromationHover.svg");
}

.TDiconAdd {
  font-size: 0 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #F27508;
}

.TDiconAdd:hover {
  background-color: #000;
}

.TDiconAdd img {
  width: 30px;
  height: 30px;
}

.TDiconOrder1 {
  font-size: 0 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #F27508;
}

.TDiconOrder1:hover {
  background-color: #000;
}

.TDiconOrder1 img {
  width: 30px;
  height: 30px;
}

.TDiconOrder2 {
  font-size: 0 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconOrder2:hover {
  background-color: #000;
}

.TDiconOrder2 img {
  width: 30px;
  height: 30px;
}

.TDiconOrder3 {
  font-size: 0 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #cdaa06;
}

.TDiconOrder3:hover {
  background-color: #000;
}

.TDiconOrder3 img {
  width: 30px;
  height: 30px;
}

.iconFilter span {
  cursor: pointer;
}

.iconFilter span:nth-child(1) {
  margin: 0 0 0 8px;
}

.iconFilter span img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.iconFilter span .disabled {
  margin: 5px;
  cursor: pointer;
  opacity: 0.3;
}

.TDiconPreview {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.TDiconPreview:hover {
  transform: translate(0px, -5px);
}

.TDiconPreview img {
  width: 30px;
  height: 30px;
}

.TDiconPrint {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconPrint:hover {
  background-color: #000;
}

.TDiconPrint img {
  width: 30px;
  height: 30px;
}

.TDiconDownload {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconDownload:hover {
  background-color: #000;
}

.TDiconDownload img {
  width: 30px;
  height: 30px;
}

.fileUploadSection .TDiconDownload {
  margin: 3px 8px 3px 15px !important;
}

.TDiconUpload {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconUpload:hover {
  background-color: #000;
}

.TDiconUpload img {
  width: 30px;
  height: 30px;
}

.TDiconSent {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconSent:hover {
  background-color: #000;
}

.TDiconSent img {
  width: 30px;
  height: 30px;
}

.TDiconPermission {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  text-align: center;
  vertical-align: middle;
}

.TDiconPermission:hover {
  transform: translate(0px, -5px);
}

.TDiconPermission img {
  width: 30px;
  height: 30px;
}

.TDiconPerson1 {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #ac4bb7;
}

.TDiconPerson1:hover {
  background-color: #000;
}

.TDiconPerson1 img {
  width: 30px;
  height: 30px;
}

.TDiconPerson2 {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #cdaa06;
}

.TDiconPerson2:hover {
  background-color: #000;
}

.TDiconPerson2 img {
  width: 30px;
  height: 30px;
}

.TDiconPerson3 {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #7fab0a;
}

.TDiconPerson3:hover {
  background-color: #000;
}

.TDiconPerson3 img {
  width: 30px;
  height: 30px;
}

.TDiconPerson4 {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #2670de;
}

.TDiconPerson4:hover {
  background-color: #000;
}

.TDiconPerson4 img {
  width: 30px;
  height: 30px;
}

.TDiconYes,
.TDiconNo {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.TDiconYes img,
.TDiconNo img {
  width: 30px;
  height: 30px;
}

td.iconGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.txtNo td,
.txtFirtPerson td {
  color: #d10505 !important;
}

.txtYes td,
.txtSecontPerson td {
  color: #078c17 !important;
}

.txtThirdPerson td {
  color: #0276c7 !important;
}

tr.txtFirtPerson.lock td,
tr.txtSecontPerson.lock td,
tr.txtThirdPerson.lock td {
  background-color: #fffc9b !important;
}

.TDiconReset {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconReset:hover {
  background-color: #000;
}

.TDiconReset img {
  width: 30px;
  height: 30px;
}

.TDiconSign {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #528cad;
}

.TDiconSign:hover {
  background-color: #000;
}

.TDiconSign img {
  width: 30px;
  height: 30px;
}

/************************************************************button**************************/
.formBtn {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.formBtn a {
  margin: 0 5px;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  .formBtn a {
    margin: 0;
    width: 100% !important;
    margin-bottom: 12px;
  }
}

.send {
  text-align: center;
  display: inline-block;
  padding: 3px 20px;
  background-color: #e64a0d;
  border-radius: 10px;
  border: 1px solid #e64a0d;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s all;
  min-width: 100px;
}

.send:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  .send {
    padding: 3px 20px;
  }
}

.re {
  text-align: center;
  display: inline-block;
  padding: 3px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e64a0d;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #e64a0d;
  transition: 0.3s all;
  min-width: 100px;
}

.re:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  .re {
    padding: 3px 20px;
  }
}

.smallBtn {
  height: 37px;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  background-color: #e64a0d;
  border-radius: 10px;
  border: 1px solid #e64a0d;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s all;
  margin: 0;
}

.smallBtn:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

@media only screen and (max-width: 450px) {
  .smallBtn {
    margin: 0;
    margin-top: 4px;
  }
}

.backBtn {
  text-align: center;
  display: inline-block;
  padding: 3px 20px;
  background-color: #e64a0d;
  border-radius: 10px;
  border: 1px solid #e64a0d;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s all;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.backBtn:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  .backBtn {
    padding: 3px 20px;
  }
}

.backBtn:hover {
  color: #fff;
}

a.fileBtn {
  color: #e64a0d !important;
  min-width: 50px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e64a0d;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all;
}

a.fileBtn:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

a.fileBtn2 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 15px;
  background-color: #e64a0d;
  border-radius: 10px;
  border: 1px solid #e64a0d;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all;
}

a.fileBtn2:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

a.fileBtn3 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 15px;
  background-color: #d10505;
  border-radius: 10px;
  border: 1px solid #d10505;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all;
}

a.fileBtn3:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

a.fileBtn4 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 15px;
  background-color: #528cad;
  border-radius: 10px;
  border: 1px solid #528cad;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all;
}

a.fileBtn4:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

a.fileBtn5 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 15px;
  background-color: #af0695;
  border-radius: 10px;
  border: 1px solid #af0695;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s all;
}

a.fileBtn5:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

/***********************************************************彈窗外框********************/
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

@media only screen and (max-width: 599px) {
  .mask {
    overflow: auto;
  }
}

/***********************************************************新彈窗 成功********************/
.block2 {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  border-radius: 15px !important;
}

@media only screen and (max-width: 1024px) {
  .block2 {
    top: 0 !important;
    margin-top: 0px;
    transform: translateY(0);
    margin-bottom: 0px;
  }
}

.block2 .titleBar {
  padding: 0 20px;
  z-index: 999;
  width: 100%;
}

.block2 .titleBar .closeLogin {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  font-size: 0;
}

.block2 .titleBar .closeLogin img {
  width: 20px;
}

.block2 .messageGroup {
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding: 60px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px !important;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .block2 .messageGroup {
    padding: 10px;
    padding-top: 80px !important;
    background-color: white;
  }
}

.block2 .messageGroup .messageImg {
  width: 90px;
  height: auto;
}

.block2 .messageGroup .messageTitle {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  background: none !important;
  margin-bottom: 20px;
}

.block2 .messageGroup span {
  font-size: 2rem;
  color: #d10505;
  font-weight: bold;
}

.block2 .messageGroup .formBtn {
  margin-top: 50px;
}

/***********************************************************新彈窗 預覽PDF********************/
.block3 {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  top: 10px;
  border-radius: 15px 15px 0 0 !important;
}

@media only screen and (max-width: 1024px) {
  .block3 {
    top: 0 !important;
    margin-top: 0px;
    transform: translateY(0);
    margin-bottom: 0px;
  }
}

.block3 .titleBar {
  border-radius: 10px 10px 0 0 !important;
  background-color: #ffdf93;
  height: 55px;
  font-size: 2.5rem;
  line-height: 50px;
  text-align: left;
  color: #000;
  font-weight: bold;
  padding: 0 20px;
  border-bottom: 8px solid #197D9C;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
}

.block3 .titleBar .closeLogin {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 0;
}

.block3 .titleBar .closeLogin img {
  width: 20px;
}

.block3 .inner {
  width: 100%;
  height: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px !important;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .block3 .inner {
    padding: 10px;
    background-color: white;
  }
}

@media only screen and (max-width: 450px) {
  .block3 .inner {
    max-height: 80vh;
  }
}

/***********************************************************彈窗同JSS********************/
.block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  border-radius: 15px 15px 0 0 !important;
}

@media only screen and (max-width: 1024px) {
  .block {
    top: 0 !important;
    margin-top: 0px;
    transform: translateY(0);
    margin-bottom: 0px;
  }
}

.block .titleBar {
  border-radius: 10px 10px 0 0 !important;
  background-color: #ffdf93;
  height: 55px;
  font-size: 2.5rem;
  line-height: 50px;
  text-align: left;
  color: #000;
  font-weight: bold;
  padding: 0 20px;
  border-bottom: 8px solid #197D9C;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
}

.block .titleBar .closeLogin {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 0;
}

.block .titleBar .closeLogin img {
  width: 20px;
}

.block .inner {
  width: 100%;
  height: auto;
  max-height: 90vh;
  overflow: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px !important;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .block .inner {
    padding: 10px;
    padding-top: 20px !important;
    background-color: white;
  }
}

@media only screen and (max-width: 450px) {
  .block .inner {
    max-height: 80vh;
  }
}

.block .tt {
  margin-top: 10px;
  width: 100%;
  font-size: 2rem;
  line-height: 3rem;
}

.block .tt table {
  margin: 0 auto;
  width: 90%;
  margin-top: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

.block .tt table tr:last-child td {
  text-align: center;
  padding-bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.block .tt table td {
  font-size: 2rem;
  line-height: 3.5rem;
  vertical-align: top;
  border-bottom: 1px solid #e5e8e9;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 768px) {
  .block .tt table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e8e9;
    padding: 5px 0 0 0 !important;
    margin-bottom: 5px;
  }

  .block .tt table td:nth-child(odd) {
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }

  .block .tt table td:nth-child(even) {
    min-height: 40px;
  }
}

.block .tt table input[type="text"],
.block .tt table input[type="password"],
.block .tt table input[type="email"],
.block .tt table input[type="date"],
.block .tt table select {
  padding-left: 7px;
  padding-right: 7px;
  width: 250px;
  height: 37px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #707070;
}

@media only screen and (max-width: 768px) {

  .block .tt table input[type="text"],
  .block .tt table input[type="password"],
  .block .tt table input[type="email"],
  .block .tt table input[type="date"],
  .block .tt table select {
    margin-bottom: 15px;
  }
}

.block .listItem {
  margin-left: 40px;
  line-height: 35px;
}

/**************************************彈窗 登入驗證碼*****************************/
.captchaGroup {
  vertical-align: middle;
  display: block;
}

.captchaGroup .captcha {
  margin-top: 10px;
}

.captchaGroup .iconReflash {
  margin-top: 10px;
  margin-left: 10px;
}

/**************************************彈窗 註冊前須知****************************************************/
.ApplyAccout {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-top: 20px;
}

.ApplyAccout .formBtn {
  width: 90%;
  margin: 0 auto;
}

.ApplyAccout .formBtn .send {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

/************************************************************儀表版維護 彈窗**************************/
.TodoListFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px 0 20px;
}

.TodoListFlex .service {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 00;
  margin: 0;
}

.TodoListFlex .service:nth-child(1) .icon2 .icon_img {
  background-color: #eea650;
}

.TodoListFlex .service:nth-child(2) .icon2 .icon_img {
  background-color: #d396d2;
}

.TodoListFlex .service:nth-child(3) .icon2 .icon_img {
  background-color: #e75d40;
}

.TodoListFlex .service:nth-child(4) .icon2 .icon_img {
  background-color: #99cd78;
}

.TodoListFlex .service:nth-child(5) .icon2 .icon_img {
  background-color: #80cdea;
}

.TodoListFlex .service:nth-child(6) .icon2 .icon_img {
  background-color: #bec03b;
}

.TodoListFlex .service:nth-child(7) .icon2 .icon_img {
  background-color: #8d8d8d;
}

.TodoListFlex .service:nth-child(8) .icon2 .icon_img {
  background-color: #81ad3e;
}

.TodoListFlex .service:nth-child(9) .icon2 .icon_img {
  background-color: #3f47cc;
}

.TodoListFlex .service-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  width: 100% !important;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  border-bottom: 1px solid #e5e8e9;
}

.TodoListFlex .service-item:hover .title-text {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  .TodoListFlex .service-item {
    margin-right: 0px;
  }
}

.TodoListFlex .service-item .f-center {
  text-align: center;
}

.TodoListFlex .service-item a {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: auto;
}

.TodoListFlex .service-item .title-text {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  width: calc(100% - 30% - 50px);
}

@media only screen and (max-width: 400px) {
  .TodoListFlex .service-item .title-text {
    width: calc(100% - 30% - 70px);
    display: inline-block;
    margin-right: 20px;
  }
}

.TodoListFlex .service-item .title-text:hover .title-text {
  color: #e64a0d;
  text-decoration: none;
}

.TodoListFlex .service-item .toDoNumber {
  display: flex;
  text-align: right;
  float: right;
  padding-top: 10px;
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.TodoListFlex .service-item .toDoNumber span:nth-child(1) {
  color: #d10505;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 5px;
}

.TodoListFlex .service-item .toDoNumber span:nth-child(2) {
  color: #000;
  font-size: 2rem;
  vertical-align: bottom;
  padding-top: 2px;
}

.TodoListFlex .service-item .icon_img {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
}

/******************************* 彈窗 儀表板維護 Bootstrap Switch*********************************************/
.Switch {
  display: flex;
  text-align: right;
  float: right;
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.Switch .bootstrap-switch-container {
  border: none;
  width: 90px;
  margin: 0;
  margin-right: 12px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #B8B8B8;
}

/*******************************註冊****************************/
/*********************************************註冊 服務條款*********************************************/
.PrivacyDetail {
  padding-bottom: 15px;
}

.PrivacyDetail .h2Title {
  background-color: #197d9c;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-image: none;
  padding: 8px 10px 5px 10px;
}

.PrivacyDetail .PrivacyContent {
  font-size: 2rem;
  line-height: 3rem;
  padding: 10px;
  background-color: #eeeeee;
  margin-left: 40px;
}

.PrivacyDetail .h3Title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  background-color: #197d9c;
  font-weight: bold;
  color: #fff;
  padding: 8px 10px 5px 10px;
  border-left: 10px solid #d23e05;
  border-bottom: none;
  margin: 0 0 0 30px;
}

.PrivacyDetail .listItem {
  margin-left: 40px;
}

.PrivacyDetail .listItem2 {
  margin: 0 0 0 35px !important;
}

.PrivacyDetail .listItem2 > li {
  list-style: disc outside;
  margin-left: 0px !important;
}

/*******************************註冊 同意****************************/
.normalTabContent {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 875px) {
  .normalTabContent {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.normalTabContent ul {
  margin-left: 20px;
}

/************************************************************header 登入後 個人資料維護**************************/
.dialog {
  position: absolute;
  top: 45px;
  right: 0px;
  text-align: left;
  z-index: 995 !important;
}

@media only screen and (max-width: 875px) {
  .dialog {
    position: absolute;
    top: 55px;
    right: 0px;
  }
}

@media only screen and (max-width: 599px) {
  .dialog {
    right: -20px;
  }
}

.dialog .dialogInner {
  border-radius: 10px !important;
  background-color: #005D80;
  box-shadow: 0 6px 10px 5px rgba(3, 40, 54, 0.4);
  padding: 10px 0;
  overflow: auto;
}

@media only screen and (max-width: 1400px) {
  .dialog .dialogInner {
    overflow: auto;
    height: 80vh;
  }
}

@media only screen and (max-width: 400px) {
  .dialog .dialogInner {
    overflow: auto;
    width: 100vw;
    height: 83vh;
  }
}

.dialog .topMenuGroup {
  width: 360px;
  border-bottom: 1px solid #3a778d;
  line-height: 48px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  vertical-align: middle;
}

@media only screen and (max-width: 400px) {
  .dialog .topMenuGroup {
    width: 100%;
  }
}

.dialog .topMenuGroup .topIconCycle2 {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.dialog .topMenuGroup .topIconCycle2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #075f81;
}

.dialog .topMenuGroup .topMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 90px);
  color: #fff !important;
  font-size: 2rem;
  margin-left: 20px;
}

.dialog .topMenuGroup .topMenu span {
  line-height: 2.6rem;
  width: 100%;
  display: inline-block;
  opacity: 0.7;
}

.dialog .topMenuGroup .topMenu span:nth-child(1) {
  font-weight: bold;
  opacity: 1;
}

.dialog .topMenuGroup:last-child {
  border-bottom: none;
}

.dialog .topMenuGroup a.layer2 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
}

.dialog .topMenuGroup a.layer2:hover .topMenu {
  font-weight: bold;
}

.dialog .topMenuGroup a.layer2:hover img {
  background-color: #000;
}

.dialog:after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 65px;
  top: -16px;
}

@media only screen and (max-width: 599px) {
  .dialog:after {
    right: 35px;
    top: -16px;
  }
}

@media only screen and (max-width: 450px) {
  .dialog:after {
    right: 65px;
    top: -16px;
  }
}

@media only screen and (max-width: 400px) {
  .dialog:after {
    right: 35px;
    top: -16px;
  }
}

.dialog:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 65px;
  top: -16px;
}

@media only screen and (max-width: 599px) {
  .dialog:before {
    right: 35px;
    top: -16px;
  }
}

@media only screen and (max-width: 450px) {
  .dialog:before {
    right: 65px;
    top: -16px;
  }
}

@media only screen and (max-width: 400px) {
  .dialog:before {
    right: 35px;
    top: -16px;
  }
}

/************************************************************header 登入後 權限管理**************************/
.dialogAuthorized {
  position: absolute;
  top: 45px;
  right: 75px;
  text-align: left;
  z-index: 995 !important;
}

@media only screen and (max-width: 875px) {
  .dialogAuthorized {
    position: absolute;
    top: 55px;
    right: 75px;
  }
}

@media only screen and (max-width: 599px) {
  .dialogAuthorized {
    right: -20px;
  }
}

.dialogAuthorized .dialogInner {
  border-radius: 10px !important;
  background-color: #005D80;
  box-shadow: 0 6px 10px 5px rgba(3, 40, 54, 0.4);
  padding: 10px 0;
  overflow: auto;
}

@media only screen and (max-width: 1400px) {
  .dialogAuthorized .dialogInner {
    overflow: auto;
    height: 80vh;
  }
}

@media only screen and (max-width: 400px) {
  .dialogAuthorized .dialogInner {
    overflow: auto;
    width: 100vw;
    height: 83vh;
  }
}

.dialogAuthorized .topMenuGroup {
  width: 360px;
  border-bottom: 1px solid #3a778d;
  line-height: 48px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  vertical-align: middle;
}

@media only screen and (max-width: 400px) {
  .dialogAuthorized .topMenuGroup {
    width: 100%;
  }
}

.dialogAuthorized .topMenuGroup .topIconCycle2 {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.dialogAuthorized .topMenuGroup .topIconCycle2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #075f81;
}

.dialogAuthorized .topMenuGroup .topMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 90px);
  color: #fff !important;
  font-size: 2rem;
  margin-left: 20px;
}

.dialogAuthorized .topMenuGroup .topMenu span {
  line-height: 2.6rem;
  width: 100%;
  display: inline-block;
}

.dialogAuthorized .topMenuGroup .topMenu span:nth-child(1) {
  font-weight: bold;
}

.dialogAuthorized .topMenuGroup:last-child {
  border-bottom: none;
}

.dialogAuthorized .topMenuGroup a.layer2 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
}

.dialogAuthorized .topMenuGroup a.layer2:hover .topMenu {
  font-weight: bold;
}

.dialogAuthorized .topMenuGroup a.layer2:hover img {
  background-color: #000;
}

.dialogAuthorized:after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 170px;
  top: -16px;
}

@media only screen and (max-width: 599px) {
  .dialogAuthorized:after {
    right: 110px;
    top: -16px;
  }
}

.dialogAuthorized:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 170px;
  top: -16px;
}

@media only screen and (max-width: 599px) {
  .dialogAuthorized:before {
    right: 110px;
    top: -16px;
  }
}

/************************************************密碼強度*************************/
.strenthGroup {
  margin-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.strenthGroup .explanin_wd {
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  .strenthGroup .explanin_wd {
    display: block;
  }
}

.strenthGroup .explanin_wd img {
  display: inline-block;
  height: 6px;
}

.strenthGroup .explanin_wd span {
  font-size: 2rem;
  display: inline-block;
}

.strenthGroup .explanin_wd img.strenthLevel_1 {
  background-color: #ff3830;
}

.strenthGroup .explanin_wd img.strenthLevel_2 {
  background-color: #ff902e;
}

.strenthGroup .explanin_wd img.strenthLevel_3 {
  background-color: #146ab2;
}

.strenthGroup .explanin_wd img.strenth_01 {
  width: 10px;
}

.strenthGroup .explanin_wd img.strenth_02 {
  width: 20px;
}

.strenthGroup .explanin_wd img.strenth_03 {
  width: 30px;
}

.strenthGroup .explanin_wd img.strenth_04 {
  width: 40px;
}

.strenthGroup .explanin_wd img.strenth_05 {
  width: 50px;
}

.strenthGroup .explanin_wd img.strenth_06 {
  width: 60px;
}

.strenthGroup .explanin_wd img.strenth_07 {
  width: 70px;
}

.strenthGroup .explanin_wd img.strenth_08 {
  width: 80px;
}

.strenthGroup .explanin_wd img.strenth_09 {
  width: 90px;
}

.strenthGroup .explanin_wd img.strenth_10 {
  width: 100px;
}

.strenthGroup .explanin_wd img.strenth_11 {
  width: 110px;
}

.strenthGroup .explanin_wd img.strenth_12 {
  width: 120px;
}

/************************************************email認證*************************/
.emailSetGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.emailSetGroup:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .emailSetGroup {
    margin-bottom: 10px;
  }
}

.emailSetGroup .emailSet {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 599px) {
  .emailSetGroup .emailSet {
    width: 100%;
  }
}

.emailSetGroup .emailBtn {
  width: 150px;
  text-align: right;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .emailSetGroup .emailBtn {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}

.emailSetGroup .emailBtn .txtPass {
  position: absolute;
  top: 0;
  left: 23px;
  display: none;
}

@media only screen and (max-width: 599px) {
  .emailSetGroup .emailBtn .txtPass {
    position: relative;
    left: 0px;
  }
}

.emailSetGroup .emailBtn .txtPass .TDiconYes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 2rem !important;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .emailSetGroup .emailBtn .txtPass .TDiconYes {
    justify-content: flex-start;
  }
}

.emailSetAddGroup {
  width: 100%;
  margin-bottom: 10px;
}

.codeVerifyGroup {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.codeVerifyGroup div {
  width: 100%;
  margin-bottom: 30px;
}

.codeVerifyGroup .say {
  font-size: 2.5rem !important;
  font-weight: bold !important;
}

.codeVerifyGroup .emailBtn {
  width: 100% !important;
  text-align: center;
}

.codeVerifyGroup .emailBtn .smallBtn {
  width: 120px;
}

.codeVerifyGroup .emailBtn .txtPass {
  left: 0;
}

@media only screen and (max-width: 599px) {
  .codeVerifyGroup .emailBtn .txtPass {
    position: absolute;
    top: 0;
    left: 0px;
  }
}

@media only screen and (max-width: 599px) {
  .codeVerifyGroup .emailBtn .txtPass .TDiconYes {
    justify-content: center;
  }
}

.codeVerify td {
  color: #d10505;
  font-weight: bold;
}

.codeVerify td .smallBtn {
  width: 132px;
}

/************************************************************table 1 查詢列表**************************/
.mainTable {
  width: 100%;
  border: 1px solid #e5e8e9;
  background-color: #fff;
  border-collapse: collapse;
}

.mainTable tr:hover {
  background-color: #edf0d9;
}

.mainTable tr:nth-child(even):hover {
  background-color: #edf0d9;
}

.mainTable tr:nth-child(odd) {
  background-color: rgba(75, 82, 111, 0.05);
}

.mainTable tr:nth-child(odd):hover {
  background-color: #edf0d9;
}

.mainTable tr td,
.mainTable tr th {
  font-size: 2rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #e5e8e9;
  text-align: left;
}

.mainTable tr td a,
.mainTable tr th a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.mainTable tr td a:hover,
.mainTable tr th a:hover {
  text-decoration: none;
}

.mainTable tr th {
  padding: 8px 8px;
  white-space: normal;
  border-top: 1px solid #e5e8e9;
  border-right: 1px solid #adccd8;
  border-bottom: 1px solid #e5e8e9;
  background-color: #bfe4f2;
  color: #000;
  text-align: center !important;
}

.mainTable tr th:last-child {
  border-right: none;
}

.mainTable tr td {
  padding: 10px 8px;
  color: #000;
  border-right: 1px solid #e5e8e9;
}

.mainTable td img {
  vertical-align: middle;
}

.mainTable .smallBtn,
.mainTable .send {
  color: #fff !important;
}

.mainTable .re {
  color: #e64a0d !important;
}

.mainTable .re:hover {
  color: #fff !important;
}

.fillReson {
  width: 100%;
  height: 80px;
  resize: none;
  overflow-x: visible;
}

.tdColorBg01 {
  background-color: #bfe4f2;
  /*  font-weight: bold;*/
}

/************************************************************table分頁**************************/
.pager {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto 10px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background-color: #f3f9fb;
  border-bottom: 1px solid #f0f5f8;
  border-left: 1px solid #f0f5f8;
  border-right: 1px solid #f0f5f8;
  border-top: none;
}

.pager li {
  vertical-align: middle;
  cursor: pointer;
}

.pager li .totalPageGroup {
  display: inline-block;
  padding-right: 20px;
}

@media only screen and (max-width: 599px) {
  .pager li .totalPageGroup {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.pager li .totalPageGroup .totalCaseNumber {
  color: #d10505 !important;
  font-size: 103%;
  font-family: inherit;
  font-weight: bold;
}

.pager li .numPerPage {
  display: inline-block;
  padding-left: 35px;
}

.pager li .numPerPage select {
  margin-right: 0;
  padding: 0 !important;
  width: 50px !important;
  height: 26px !important;
}

.pager .num {
  width: 26px;
  height: 26px;
  display: inline-block;
  color: #707070;
  font-size: 2rem;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all;
  margin: 0 8px;
}

.pager .num:hover {
  background-color: #000;
  color: #fff;
}

.pager .current {
  background-color: #d7dee2;
  color: #000;
}

.pager .arrowLeft {
  margin: 0 15px 0 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/leftArr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}

.pager .arrowLeft:hover {
  background-image: url("../img/leftArrHover.svg");
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.pager .arrowRight {
  margin: 0 0 0 15px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/rightArr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}

.pager .arrowRight:hover {
  background-image: url("../img/rightArrHover.svg");
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.pager .arrowFirst {
  margin: 0 15px 0 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/leftFirstArr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}

.pager .arrowFirst:hover {
  background-image: url("../img/leftFirstArrHover.svg");
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.pager .arrowLast {
  margin: 0 0 0 15px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/rightLastArr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}

.pager .arrowLast:hover {
  background-image: url("../img/rightLastArrHover.svg");
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.pager:first-of-type {
  margin: 0 auto 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f9fb;
  border-top: 1px solid #f0f5f8;
}

/************************************************************table有捲軸 **************************/
.electiveTable {
  width: 100%;
}

.electiveTable {
  width: 100%;
}

.electiveTable > table.mainTable {
  width: 100%;
/*   table-layout: fixed; */
/*   word-break: break-all; */
/*   word-wrap: break-word; */
}

.electiveTable > table.mainTable th,
.electiveTable > table.mainTable td {
  white-space: normal;
}

.electiveTable > table.mainTable .iconGroup {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.whiteInner.electiveTable,
.whiteBg .electiveTable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media only screen and (max-width: 1280px) {

  .whiteInner.electiveTable,
  .whiteBg .electiveTable {
    margin-right: 20px;
  }
}

.whiteInner.electiveTable > table.mainTable2,
.whiteBg .electiveTable > table.mainTable2 {
  width: 100%;
}

@media only screen and (max-width: 875px) {

  .whiteInner.electiveTable > table.mainTable th,
  .whiteInner.electiveTable > table.mainTable td,
  .whiteBg .electiveTable > table.mainTable th,
  .whiteBg .electiveTable > table.mainTable td {
    white-space: nowrap;
  }

  .whiteInner.electiveTable > table.mainTable th a,
  .whiteInner.electiveTable > table.mainTable td a,
  .whiteBg .electiveTable > table.mainTable th a,
  .whiteBg .electiveTable > table.mainTable td a {
    margin: 5px;
  }
}

@media only screen and (max-width: 599px) {

  .whiteInner.electiveTable > table.mainTable2,
  .whiteBg .electiveTable > table.mainTable2 {
    width: 600px;
  }
}

/************************************************************兩欄式查詢欄位 **************************/
td .say {
  padding-top: 5px;
}

@media only screen and (max-width: 599px) {
  .mobilMultiInputGroup input {
    margin-bottom: 10px;
  }

  .mobilMultiInputGroup input:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .tableFormColumn2 .mobilMultiInputGroup input {
    margin-bottom: 10px;
  }

  .tableFormColumn2 .mobilMultiInputGroup input:last-child {
    margin-bottom: 0;
  }
}

.tableFormColumn2 {
  width: 100%;
  border: 1px solid #e5e8e9;
  /*table-layout: fixed;*/
  margin-top: 20px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.tableFormColumn2:first-child {
  margin-top: 0;
}

.tableFormColumn2 tr td {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #000;
  border-bottom: 1px solid #e5e8e9;
  vertical-align: middle;
  border-right: 1px solid #e5e8e9;
}

@media only screen and (max-width: 1024px) {
  .tableFormColumn2 tr td {
    display: block;
    border-right: none;
  }
}

.tableFormColumn2 tr td:first-child,
.tableFormColumn2 tr td:nth-child(3) {
  text-align: right;
  padding: 15px 10px 10px 10px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {

  .tableFormColumn2 tr td:first-child,
  .tableFormColumn2 tr td:nth-child(3) {
    padding: 10px;
    width: 100% !important;
    text-align: left;
    border-bottom: none;
    font-weight: bold;
  }
}

.tableFormColumn2 tr td:nth-child(2n) {
  padding: 10px 10px;
}

@media only screen and (max-width: 1024px) {
  .tableFormColumn2 tr td:nth-child(2n) {
    padding: 10px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .tableFormColumn2 tr td:nth-child(odd) {
    border-bottom: 1px solid #e5e8e9;
  }
}

@media only screen and (max-width: 1024px) {
  .tableFormColumn2 tr td:nth-child(even) {
    border-bottom: 1px solid #e5e8e9;
  }
}

.tableFormColumn2 tr td:last-child {
  border-right: none;
}

@media only screen and (max-width: 1024px) {
  .tableFormColumn2 tr td:last-child {
    width: 100%;
  }
}

.tableFormColumn2 tr td span {
  color: #d10505;
}

.tableFormColumn2 tr td ul {
  margin: 0;
  text-align: left;
}

.tableFormColumn2 tr td ul li {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.tableFormColumn2 tr td ul li input[type="radio"],
.tableFormColumn2 tr td ul li input[type="checkbox"] {
  position: relative;
}

.tableFormColumn2 tr td ul li input[type="text"] {
  margin-right: 3px;
}

.tableFormColumn2 tr td:nth-child(odd) {
  background: rgba(112, 112, 112, 0.1);
}

.tableFormColumn2 tr .longW input[type="text"],
.tableFormColumn2 tr .longW select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
  margin-bottom: 10px;
}

.tableFormColumn2 tr .longW input[type="text"]:disabled,
.tableFormColumn2 tr .longW select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .tableFormColumn2 tr .longW input[type="text"],
  .tableFormColumn2 tr .longW select {
    width: 100% !important;
  }
}

.tableFormColumn2 tr .nomalTd {
  text-align: left;
}

.tableFormColumn2 tr .nomalTd input,
.tableFormColumn2 tr .nomalTd select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 200px;
}

.tableFormColumn2 tr .nomalTd input:disabled,
.tableFormColumn2 tr .nomalTd select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .tableFormColumn2 tr .nomalTd input,
  .tableFormColumn2 tr .nomalTd select {
    width: 100% !important;
  }
}

ul.checkRadioBtnGroup {
  margin: 0;
  text-align: left;
}

ul.checkRadioBtnGroup li {
  margin-right: 20px;
  line-height: 45px !important;
  display: inline-block;
}

ul.checkRadioBtnGroupVertical {
  margin: 0;
}

ul.checkRadioBtnGroupVertical li {
  width: 100%;
  margin-right: 20px;
  font-weight: normal;
  line-height: 45px !important;
}

ul.checkRadioBtnGroupVertical li:not(:first-of-type) {
  margin-top: 10px;
}

ul.multiSelectGroup {
  margin: 0;
}

ul.multiSelectGroup li select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 200px;
}

ul.multiSelectGroup li select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  ul.multiSelectGroup li select {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1400px) {
  ul.multiSelectGroup li select {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  ul.multiSelectGroup li select {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  ul.multiSelectGroup li {
    width: 100%;
  }

  ul.multiSelectGroup li select {
    height: 37px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    margin-bottom: 10px;
  }

  ul.multiSelectGroup li select:disabled {
    background-color: #e5e8e9;
  }
}

@media only screen and (max-width: 768px) and (max-width: 450px) {
  ul.multiSelectGroup li select {
    width: 100% !important;
  }
}

ul.multiSelectGroup li:last-child select {
  margin-bottom: 0px;
}

ul.multiInputGroup {
  margin: 0;
}

ul.multiInputGroup li:last-child input[type="text"] {
  margin-bottom: 0px;
}

ul.multiInputGroup li:last-child span {
  margin-right: 0px !important;
}

ul.multiInputGroup li span {
  margin-right: 20px;
  color: #000 !important;
}

@media only screen and (max-width: 875px) {
  ul.multiInputGroup li span {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  ul.multiInputGroup li span {
    display: block;
    margin-right: 0px;
    margin-top: -3px;
    margin-bottom: 10px;
  }
}

ul.multiInputGroup li input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 200px;
}

ul.multiInputGroup li input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  ul.multiInputGroup li input[type="text"] {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  ul.multiInputGroup li {
    width: 100%;
  }

  ul.multiInputGroup li input[type="text"] {
    height: 37px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    margin-bottom: 10px;
  }

  ul.multiInputGroup li input[type="text"]:disabled {
    background-color: #e5e8e9;
  }
}

@media only screen and (max-width: 768px) and (max-width: 450px) {
  ul.multiInputGroup li input[type="text"] {
    width: 100% !important;
  }
}

ul.caseNubmer {
  display: inline-block;
  margin: 0;
}

@media only screen and (max-width: 450px) {
  ul.caseNubmer li {
    width: 100% !important;
  }

  ul.caseNubmer li input[type="text"] {
    height: 37px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    margin-bottom: 10px;
  }

  ul.caseNubmer li input[type="text"]:disabled {
    background-color: #e5e8e9;
  }
}

@media only screen and (max-width: 450px) and (max-width: 450px) {
  ul.caseNubmer li input[type="text"] {
    width: 100% !important;
  }
}

ul.caseNubmer li:first-child input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 70px;
}

ul.caseNubmer li:first-child input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  ul.caseNubmer li:first-child input[type="text"] {
    width: 100% !important;
  }
}

ul.caseNubmer li:nth-child(2) select {
  margin-right: 0 !important;
}

ul.caseNubmer li:nth-child(2) input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 70px;
}

ul.caseNubmer li:nth-child(2) input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  ul.caseNubmer li:nth-child(2) input[type="text"] {
    width: 100% !important;
  }
}

ul.caseNubmer li:nth-child(3) input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100px;
}

ul.caseNubmer li:nth-child(3) input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  ul.caseNubmer li:nth-child(3) input[type="text"] {
    width: 100% !important;
  }
}

ul.caseNubmer li:last-child input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100px;
  margin-bottom: 0px;
}

ul.caseNubmer li:last-child input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  ul.caseNubmer li:last-child input[type="text"] {
    width: 100% !important;
  }
}

ul.caseNubmer li:last-child span {
  margin-right: 5px !important;
}

ul.caseNubmer span {
  margin-right: 10px;
  color: #000 !important;
}

@media only screen and (max-width: 450px) {
  ul.caseNubmer span {
    display: block;
    margin-right: 0px;
    margin-top: -3px;
    margin-bottom: 10px;
  }
}

.mobileWrap {
  display: inline-block;
}

.mobileWrap span {
  margin-right: 10px;
  color: #000 !important;
  margin-left: 3px;
}

@media only screen and (max-width: 450px) {
  .mobileWrap span {
    display: block;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 450px) {
  .mobileWrap {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.caseNubmer .mobileWrap:first-child input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 70px;
}

.caseNubmer .mobileWrap:first-child input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  .caseNubmer .mobileWrap:first-child input[type="text"] {
    width: 100% !important;
  }
}

.caseNubmer .mobileWrap:nth-child(2) select {
  margin-right: 0 !important;
}

.caseNubmer .mobileWrap:nth-child(2) input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 70px;
}

.caseNubmer .mobileWrap:nth-child(2) input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  .caseNubmer .mobileWrap:nth-child(2) input[type="text"] {
    width: 100% !important;
  }
}

.caseNubmer .mobileWrap:nth-child(3) input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100px;
}

.caseNubmer .mobileWrap:nth-child(3) input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  .caseNubmer .mobileWrap:nth-child(3) input[type="text"] {
    width: 100% !important;
  }
}

.caseNubmer .mobileWrap:last-child input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100px;
  margin-bottom: 0px;
}

.caseNubmer .mobileWrap:last-child input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  .caseNubmer .mobileWrap:last-child input[type="text"] {
    width: 100% !important;
  }
}

.caseNubmer .mobileWrap:last-child span {
  margin-right: 5px !important;
}

.caseNubmer .mobileWrap span {
  margin-right: 10px;
  color: #000 !important;
  margin-left: 3px;
}

@media only screen and (max-width: 450px) {
  .caseNubmer .mobileWrap span {
    display: block;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .tableFormColumn2 .caseNubmer .mobileWrap {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .tableFormColumn2 .caseNubmer .mobileWrap {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .GSONubmer .mobileWrap {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .GSONubmer .mobileWrap {
    margin-bottom: 0px;
  }
}

.GSONubmer .mobileWrap:first-child input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 185px;
}

.GSONubmer .mobileWrap:first-child input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  .GSONubmer .mobileWrap:first-child input[type="text"] {
    width: 100% !important;
  }
}

.GSONubmer .mobileWrap:last-child input[type="text"] {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 185px;
  margin-bottom: 0px;
}

.GSONubmer .mobileWrap:last-child input[type="text"]:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {
  .GSONubmer .mobileWrap:last-child input[type="text"] {
    width: 100% !important;
  }
}

.GSONubmer .mobileWrap:last-child span {
  margin-right: 5px !important;
}

.GSONubmer .mobileWrap span {
  margin-right: 10px;
  color: #000 !important;
  margin-left: 3px;
}

@media only screen and (max-width: 450px) {
  .GSONubmer .mobileWrap span {
    display: block;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.twoColumnWidth01 tr td:first-child {
  width: 10%;
}

.twoColumnWidth01 tr td:nth-child(3) {
  width: 10%;
}

.twoColumnWidth01 tr td:nth-child(2n) {
  width: 40%;
}

.twoColumnWidth01 tr td:last-child {
  width: calc(100% - 10%);
}

.twoColumnWidth02 tr td:first-child {
  width: 15%;
}

.twoColumnWidth02 tr td:nth-child(3) {
  width: 15%;
}

.twoColumnWidth02 tr td:nth-child(2n) {
  width: 35%;
}

.twoColumnWidth02 tr td:last-child {
  width: calc(100% - 15%);
}

.twoColumnWidth03 tr td:first-child {
  width: 20%;
}

.twoColumnWidth03 tr td:nth-child(3) {
  width: 20%;
}

.twoColumnWidth03 tr td:nth-child(2n) {
  width: 30%;
}

.twoColumnWidth03 tr td:last-child {
  width: calc(100% - 20%);
}

.twoColumnWidth04 tr td:first-child {
  width: 30%;
}

.twoColumnWidth04 tr td:nth-child(3) {
  width: 30%;
}

.twoColumnWidth04 tr td:nth-child(2n) {
  width: 20%;
}

.twoColumnWidth04 tr td:last-child {
  width: calc(100% - 30%);
}

.tableFormColumn2 ol,
.tableShowData ol {
  padding: 0 !important;
}

.tableFormColumn2 ol li,
.tableShowData ol li {
  margin: 0;
}

/************************************************************資料欄位兩欄式**************************/
.tableShowData {
  width: 100%;
  border: 1px solid #e5e8e9;
  /*table-layout: fixed;*/
  border-collapse: collapse;
}

@media only screen and (max-width: 1024px) {
  .tableShowData {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .tableShowData tr:last-child td {
    border-bottom: none !important;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .tableShowData tr:last-child td:last-child {
    border-bottom: none !important;
  }
}

.tableShowData tr td {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #000;
  padding: 10px 10px;
  border-bottom: 1px solid #e5e8e9;
  vertical-align: middle !important;
  border-right: 1px solid #e5e8e9;
}

@media only screen and (max-width: 1024px) {
  .tableShowData tr td {
    display: block;
    border-right: none;
  }
}

.tableShowData tr td:first-child,
.tableShowData tr td:nth-child(3) {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  text-align: right;
  background: rgba(112, 112, 112, 0.1) !important;
}

@media only screen and (max-width: 1024px) {

  .tableShowData tr td:first-child,
  .tableShowData tr td:nth-child(3) {
    width: 100% !important;
    text-align: left;
    border-bottom: none !important;
    padding: 10px 5px 0 10px;
    background: rgba(112, 112, 112, 0) !important;
  }
}

@media only screen and (max-width: 1024px) {
  .tableShowData tr td:nth-child(2n) {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .tableShowData tr td:nth-child(even) {
    background-color: transparent !important;
    border-bottom: 1px solid #e5e8e9 !important;
  }
}

.tableShowData tr td span {
  color: #d10505;
}

.tableShowData tr td ul {
  text-align: left;
}

.tableShowData tr td ul li {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.tableShowData tr td ul li input[type="radio"],
.tableShowData tr td ul li input[type="checkbox"] {
  position: relative;
}

.tableShowData tr td ul li input[type="text"] {
  margin-right: 3px;
}

.tableShowData tr .nomalTd input,
.tableShowData tr .nomalTd select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
  max-width: 500px;
}

.tableShowData tr .nomalTd input:disabled,
.tableShowData tr .nomalTd select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .tableShowData tr .nomalTd input,
  .tableShowData tr .nomalTd select {
    width: 100% !important;
  }
}

/************************************************************資料欄位單欄式**************************/
.tableShowDataSingle {
  width: 100%;
  border: none;
  border: 1px solid #e5e8e9;
  /*table-layout: fixed;*/
  border-collapse: collapse;
}

.tableShowDataSingle tr:last-child td {
  border-bottom: none !important;
}

@media only screen and (max-width: 1024px) {
  .tableShowDataSingle tr:last-child td:last-child {
    border-bottom: none !important;
  }
}

.tableShowDataSingle tr td {
  background-color: transparent !important;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #000;
  padding: 10px 10px;
  border-bottom: 1px solid #e5e8e9;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .tableShowDataSingle tr td {
    display: block;
    border-right: none;
  }
}

.tableShowDataSingle tr td:first-child {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  text-align: right;
  background: rgba(112, 112, 112, 0.1) !important;
}

@media only screen and (max-width: 1024px) {
  .tableShowDataSingle tr td:first-child {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e5e8e9;
    padding: 10px 5px 10px 5px;
  }
}

.tableShowDataSingle tr td:nth-child(2n) {
  border-bottom: 1px solid #e5e8e9;
}

@media only screen and (max-width: 1024px) {
  .tableShowDataSingle tr td:nth-child(2n) {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .tableShowDataSingle tr td:nth-child(even) {
    background-color: transparent !important;
    border-bottom: 1px solid #e5e8e9 !important;
  }
}

.tableShowDataSingle tr td span {
  color: #d10505;
}

.tableShowDataSingle tr td ul {
  text-align: left;
}

.tableShowDataSingle tr td ul li {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.tableShowDataSingle tr td ul li input[type="radio"],
.tableShowDataSingle tr td ul li input[type="checkbox"] {
  position: relative;
}

.tableShowDataSingle tr td ul li input[type="text"] {
  margin-right: 3px;
}

.tableShowDataSingle tr .nomalTd input,
.tableShowDataSingle tr .nomalTd select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
  max-width: 500px;
}

.tableShowDataSingle tr .nomalTd input:disabled,
.tableShowDataSingle tr .nomalTd select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .tableShowDataSingle tr .nomalTd input,
  .tableShowDataSingle tr .nomalTd select {
    width: 100% !important;
  }
}

/************************************************************cardTable**************************/
.cardTable {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e8e9;
  border-collapse: collapse;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .cardTable {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .cardTable tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .cardTable tr {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .cardTable tr:first-child {
    display: none;
  }
}

.cardTable tr th {
  padding: 5px 10px;
  text-align: left;
  background-color: #bfe4f2;
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
  border-top: 1px solid #e5e8e9;
  border-bottom: 1px solid #e5e8e9;
  border-right: 1px solid #e5e8e9;
}

.cardTable tr th:last-child {
  border-right: none;
}

.cardTable tr td {
  padding: 10px 10px;
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e8e9;
  border-right: 1px solid #e5e8e9;
}

@media only screen and (max-width: 1024px) {
  .cardTable tr td {
    display: block;
    text-align: left;
    border-right: none;
  }

  .cardTable tr td::before {
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    content: attr(data-th) "：";
  }
}

.cardTable tr td:last-child {
  border-right: none;
}

.cardTable tr td select,
.cardTable tr td input {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
  margin: 5px 0;
}

.cardTable tr td select:disabled,
.cardTable tr td input:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .cardTable tr td select,
  .cardTable tr td input {
    width: 100% !important;
  }
}

.cardTable tr:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  .cardTable .trFull {
    width: 100%;
  }
}

/************************************************************資料欄位其他共用**************************/
.notsBox {
  background-color: #FCF4CD;
  border-radius: 10px;
  border: 2px solid #E2A065;
}

.notsBox li {
  font-size: 2rem;
  font-weight: bold;
}

.notsBox input[type="checkbox"],
.notsBox input[type="radio"] {
  /*   zoom: 1.5; */
}

.notsBox input[type="checkbox"] {
  border-width: 2px;
}

.notsBox label {
  margin-right: 20px;
}

.notsBox label:hover {
  color: #000;
}

.notsBox .titleOtherContent span {
  font-size: 3.8rem;
}

@media only screen and (max-width: 1024px) {
  .payment .formBtn {
    text-align: left;
  }
}

.mobileTdWidth200 {
  min-width: 200px;
  word-break: break-all;
  word-wrap: break-word;
}

/***************************************switch*/
.custom-header {
  font-size: 2rem;
  text-align: center;
  padding: 5px 10px;
  background: #dee9ca;
  font-weight: 600 !important;
  color: #385601 !important;
  -webkit-border-top-left-radius: 5px !important;
  -moz-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.msActiveSelection::after {
  content: "";
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  border-color: #000;
  transform: rotate(45deg);
  float: right;
  margin-top: 12px;
}

.multiSelectGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.multiSelectGroup .SelectGroup1 {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .multiSelectGroup .SelectGroup1 {
    width: 100%;
  }
}

.multiSelectGroup .SelectGroup2 {
  padding: 10px 0 0 20px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .multiSelectGroup .SelectGroup2 {
    width: 100%;
    padding: 0;
  }
}

.multiSelectGroup .SelectGroup2 .mslist {
  border: 1px solid #e5e5e5;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-bottom-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  -moz-border-bottom-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  position: relative;
  height: 300px;
  padding: 0;
  overflow-y: auto;
}

.multiSelectGroup .SelectGroup2 .fuctionItemName {
  padding: 6px 20px 1px 20px;
  height: 41px;
  border-bottom: 1px #eee solid;
}

.multiSelectGroup .SelectGroup2 .fuctionItemName label {
  display: inline-block;
  width: 100% !important;
}

.ms-selected:focus {
  font-weight: bold;
  background-color: #ff0;
}

/***************************************Select2 single select*/
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 2rem !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #707070 !important;
  height: 37px;
}

.select2-container--bootstrap .select2-selection--single {
  height: 37px;
  line-height: 3rem;
  padding: 2px 20px 2px 12px !important;
}

.select2-container--bootstrap .select2-selection {
  height: 37px;
  padding: 2px 20px 2px 12px !important;
}

.select2-container--bootstrap {
  display: inline-block !important;
  width: 300px;
}

/***********************************************案件查詢***************************************/
td .formBtnicon a {
  display: inline-block;
  position: relative;
  line-height: 42px;
  color: #e64a0d !important;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 20px;
}

td .formBtnicon a img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  vertical-align: bottom;
  margin-right: 3px;
}

td .formBtnicon a:hover {
  color: #e64a0d;
  transform: translate(0px, -5px);
}

/***********************************************案件查詢 單一檢索欄位***************************************/
.topBar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .topBar {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

.topBar .search {
  font-size: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .topBar .search {
    width: 100%;
  }
}

.topBar input {
  vertical-align: top;
  font-size: 2rem;
  width: 80%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  border-top: 2px solid #fa8f1b;
  border-left: 2px solid #fa8f1b;
  border-bottom: 2px solid #fa8f1b;
  border-right: none;
  background-image: url("../img/iconSearch.svg");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 25px 25px;
  padding: 5px 5px 5px 50px;
}

@media only screen and (max-width: 875px) {
  .topBar input {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 599px) {
  .topBar input {
    width: calc(100% - 100px);
  }
}

.topBar .searchBtn {
  vertical-align: top;
  font-size: 2rem;
  color: #fff !important;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-color: #fa8f1b;
  width: 150px;
  border-radius: 0 15px 15px 0;
  border-top: 2px solid #fa8f1b;
  border-left: none;
  border-bottom: 2px solid #fa8f1b;
  border-right: 2px solid #fa8f1b;
}

@media only screen and (max-width: 599px) {
  .topBar .searchBtn {
    width: 100px;
  }
}

/************************************************************開闔**************************/
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
}

.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #fff;
  top: 2px;
  right: 10px;
}

.dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow:before {
  content: '\25BC';
}

.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu {
  display: block;
}

.dropdown .show,
.dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

/************************************************網站導覽*************************/
.sitemapGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.sitemapGroup .accessKeyRule {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.sitemapGroup .accessKeyRule .accessKey1 {
  width: 50%;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .sitemapGroup .accessKeyRule .accessKey1 {
    width: 100%;
  }
}

.sitemapGroup .accessKeyRule .accessKey1 .accessKey2 {
  background-color: #d4d3c8;
  padding: 20px;
}

.sitemapGroup .accessKeyRule .accessKey3 {
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .sitemapGroup .accessKeyRule .accessKey3 {
    margin-bottom: 20px;
    width: 100%;
  }
}

.sitemapGroup .sitemap {
  width: 100%;
  border-top: 2px solid #e5e8e9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemapGroup .sitemap .sitemapLayer01 {
  width: 25%;
  padding: 20px;
  flex: 1 0 20%;
}

@media only screen and (max-width: 1024px) {
  .sitemapGroup .sitemap .sitemapLayer01 {
    width: 50%;
    flex: 1 0 50%;
  }
}

@media only screen and (max-width: 875px) {
  .sitemapGroup .sitemap .sitemapLayer01 {
    width: 100%;
    flex: 1 0 100%;
  }
}

.sitemapGroup .sitemap .sitemapLayer01 .h3Title {
  margin-bottom: 15px;
}

.sitemapGroup .sitemap .sitemapLayer01 div {
  margin-left: 20px;
  line-height: 40px;
  display: inline-block;
  width: calc(100% - 20px);
  border-bottom: 1px solid #e5e8e9;
}

.sitemapGroup .sitemap .sitemapLayer01 div a {
  color: #000;
  display: inline-block;
  width: 100%;
}

.sitemapGroup .sitemap .sitemapLayer01 div a:hover {
  color: #e64a0d;
  font-weight: bold;
}

.sitemapGroup .contactUS {
  width: 100%;
  border-top: 2px solid #e5e8e9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemapGroup .contactUS .contactUSLayer01 {
  width: 25%;
  padding: 20px;
  flex: 1 0 20%;
}

@media only screen and (max-width: 1024px) {
  .sitemapGroup .contactUS .contactUSLayer01 {
    width: 50%;
    flex: 1 0 50%;
  }
}

@media only screen and (max-width: 875px) {
  .sitemapGroup .contactUS .contactUSLayer01 {
    width: 100%;
    flex: 1 0 100%;
  }
}

.sitemapGroup .contactUS .contactUSLayer01 .h3Title {
  margin-bottom: 15px;
  border: none;
}

.sitemapGroup .contactUS .contactUSLayer01 div {
  line-height: 50px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.sitemapGroup .contactUS .contactUSLayer01 div:hover {
  color: #fff;
  font-weight: bold;
  background-color: #e64a0d;
}

.sitemapGroup .contactUS .contactUSLayer01 div:hover a {
  color: #fff;
}

.sitemapGroup .contactUS .contactUSLayer01 div a {
  color: #000;
  display: inline-block;
  width: 100%;
}

/*****聯絡我們*********/
.FishedNotice {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 20px;
}

.FishedNotice .h2Title {
  font-size: 2.5rem;
  color: #e64a0d;
  background: none !important;
  margin-bottom: 20px;
}

.FishedNotice .h3Title {
  background: none !important;
  margin-bottom: 20px;
}

.FishedNotice span {
  font-size: 2rem;
  color: #d10505;
  font-weight: bold;
}

/**************************************************線上遞狀 地址************************************/
.normalTabContent {
  margin-bottom: 30px;
}

@media only screen and (max-width: 875px) {
  .normalTabContent {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.normalTabContent ul {
  margin-left: 20px;
}

@media only screen and (max-width: 599px) {
  .applyName input {
    width: 100%;
    margin-top: 4px;
  }
}

.rightBoxAmount input[type="radio"]:before {
  top: 5px;
  left: -1px;
}

.rightBoxAmount input[type="radio"]:after,
.rightBoxAmount input[type="radio"]:checked:after {
  top: 9px;
  left: 3px;
}

.flex-container5 .flex-containerBar {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .flex-container5 .flex-containerBar {
    flex-wrap: wrap;
    padding: 0;
  }
}

.flex-container5 .flex-containerBar .rightBoxAmount {
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .flex-container5 .flex-containerBar .rightBoxAmount {
    order: 2;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .flex-container5 .flex-containerBar .rightBoxAmount {
    flex-wrap: wrap;
    width: 100%;
  }
}

.flex-container5 .flex-containerBar .rightBoxAmount select {
  margin-right: 8px;
}

.flex-container5 .flex-containerBar .rightBoxAmount select:nth-of-type(1) {
  width: auto;
  max-width: 90px;
}

.flex-container5 .flex-containerBar .rightBoxAmount select:nth-of-type(2) {
  width: auto;
  max-width: 140px;
}

@media only screen and (max-width: 1280px) {
  .flex-container5 .flex-containerBar .rightBoxAmount select:nth-of-type(1) {
    width: 90%;
    margin-bottom: 10px;
    margin-right: 8px;
  }

  .flex-container5 .flex-containerBar .rightBoxAmount select:nth-of-type(2) {
    width: 90%;
    margin-bottom: 10px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 450px) {
  .flex-container5 .flex-containerBar .rightBoxAmount select:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }

  .flex-container5 .flex-containerBar .rightBoxAmount select:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
}

.flex-container5 .flex-containerBar .rightBoxAmount span {
  margin-top: 10px;
  color: #000;
  padding: 5px 5px 0 0 !important;
}

.flex-container5 .flex-containerBar .rightBoxAmount input.longW {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .flex-container5 .flex-containerBar .rightBoxAmount input.longW {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .flex-container5 .flex-containerBar .rightBoxAmount input.longW {
    width: 100%;
  }
}

.flex-container5 .flex-containerBar .rightBoxAmount input.post {
  max-width: 120px;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .flex-container5 .flex-containerBar .rightBoxAmount input.post {
    margin-top: 10px;
    width: 100%;
  }
}

/*******************************************線上遞狀 當事人資料欄位共用 含地址*******************************************/
.tableForm18 {
  width: 100%;
  border: 1px solid transparent;
  border-collapse: collapse;
}

.tableForm18 tr:last-child td {
  border-bottom: none !important;
}

.tableForm18 tr td {
  font-size: 2rem;
  line-height: 2.6rem;
  vertical-align: top !important;
  color: #000;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .tableForm18 tr td {
    display: block;
    border-right: none;
  }
}

.tableForm18 tr td:first-child,
.tableForm18 tr td:nth-child(3) {
  text-align: right;
  width: 30%;
  padding: 8px 10px 2px 10px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {

  .tableForm18 tr td:first-child,
  .tableForm18 tr td:nth-child(3) {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}

.tableForm18 tr td:nth-child(2n) {
  width: calc(100% - 30%);
}

@media only screen and (max-width: 1024px) {
  .tableForm18 tr td:nth-child(2n) {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .tableForm18 tr td:nth-child(odd) {
    padding: 15px 10px 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .tableForm18 tr td:nth-child(even) {
    border-bottom: 1px solid #fff;
  }
}

.tableForm18 tr td:last-child {
  border-right: none;
  width: calc(100% - 30%);
}

@media only screen and (max-width: 1024px) {
  .tableForm18 tr td:last-child {
    width: 100%;
  }
}

.tableForm18 tr td span {
  color: #d10505;
}

.tableForm18 tr td ul {
  margin: 0;
  text-align: left;
}

.tableForm18 tr td ul li {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.tableForm18 tr td ul li input[type="radio"],
.tableForm18 tr td ul li input[type="checkbox"] {
  position: relative;
}

.tableForm18 tr td ul li input[type="text"] {
  margin-right: 3px;
}

.tableForm18 tr td input[type="text"],
.tableForm18 tr td input[type="email"],
.tableForm18 tr td input[type="date"],
.tableForm18 tr td select {
  width: 36%;
  max-width: 90%;
}

@media only screen and (max-width: 1024px) {

  .tableForm18 tr td input[type="text"],
  .tableForm18 tr td input[type="email"],
  .tableForm18 tr td input[type="date"],
  .tableForm18 tr td select {
    width: 90%;
    max-width: 90%;
  }
}

@media only screen and (max-width: 450px) {

  .tableForm18 tr td input[type="text"],
  .tableForm18 tr td input[type="email"],
  .tableForm18 tr td input[type="date"],
  .tableForm18 tr td select {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.tableForm18 tr td:nth-child(odd) {
  background: rgba(112, 112, 112, 0);
}

@media only screen and (max-width: 1024px) {
  .tableForm18 tr td:nth-child(odd) {
    background: rgba(112, 112, 112, 0);
  }
}

.tableForm18 tr .nomalTd {
  vertical-align: top !important;
}

@media only screen and (max-width: 1280px) {
  .tableForm18 tr .nomalTd input {
    width: 100% !important;
  }
}

.tableForm18 tr .nomalTd .specialAmount {
  width: 30px !important;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1280px) {
  .tableForm18 tr .nomalTd .specialAmount {
    width: 30px !important;
  }
}

/*******************************************線上遞狀 書狀製作方式*******************************************/
.tableForm19 {
  width: 100%;
  border: 1px solid transparent;
  table-layout: fixed;
  border-collapse: collapse;
}

.tableForm19 tr:last-child td {
  white-space: nowrap;
  border-bottom: none !important;
}

.tableForm19 tr td {
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: left !important;
  color: #000;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .tableForm19 tr td {
    display: block;
    border-right: none;
  }
}

.tableForm19 tr td:first-child,
.tableForm19 tr td:nth-child(3) {
  text-align: left !important;
  width: 200px;
  padding: 8px 10px 2px 10px;
}

@media only screen and (max-width: 1024px) {

  .tableForm19 tr td:first-child,
  .tableForm19 tr td:nth-child(3) {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}

@media only screen and (max-width: 1024px) {
  .tableForm19 tr td:nth-child(2n) {
    width: 100%;
  }
}

.tableForm19 tr td:nth-child(odd) {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .tableForm19 tr td:nth-child(odd) {
    padding: 15px 10px 0 10px;
  }
}

.tableForm19 tr td:nth-child(even) {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .tableForm19 tr td:nth-child(even) {
    border-bottom: 1px solid #fff;
  }
}

.tableForm19 tr td:last-child {
  border-right: none;
}

@media only screen and (max-width: 1024px) {
  .tableForm19 tr td:last-child {
    width: 100%;
  }
}

.tableForm19 tr td span {
  color: #d10505;
}

.tableForm19 tr td ul {
  margin: 0;
  text-align: left;
}

.tableForm19 tr td ul li {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.tableForm19 tr td ul li input[type="radio"],
.tableForm19 tr td ul li input[type="checkbox"] {
  position: relative;
}

.tableForm19 tr td ul li input[type="text"] {
  margin-right: 3px;
}

.tableForm19 tr td:nth-child(odd) {
  background: rgba(112, 112, 112, 0);
}

@media only screen and (max-width: 1024px) {
  .tableForm19 tr td:nth-child(odd) {
    background: rgba(112, 112, 112, 0);
  }
}

.tableForm19 tr .nomalTd {
  vertical-align: top !important;
}

.tableForm19 tr .nomalTd input,
.tableForm19 tr .nomalTd select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 200px;
}

.tableForm19 tr .nomalTd input:disabled,
.tableForm19 tr .nomalTd select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .tableForm19 tr .nomalTd input,
  .tableForm19 tr .nomalTd select {
    width: 100% !important;
  }
}

@media only screen and (max-width: 599px) {
  .tableForm19 tr .nomalTd input {
    width: 100% !important;
  }
}

.tableForm19 tr .nomalTd .specialAmount {
  width: 30px !important;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1280px) {
  .tableForm19 tr .nomalTd .specialAmount {
    width: 30px !important;
  }
}

/*******************************************線上遞狀  查閱權限設定*******************************************/
.paperDetail_item5 .notsBox {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .paperDetail_item5 .notsBox {
    text-align: left;
  }

  .paperDetail_item5 .notsBox span:first-child {
    display: block;
  }
}

/*******************************************線上遞狀  書狀範例*******************************************/
.documentReference {
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .documentReference {
    padding: 0px 20px 10px 20px;
  }
}

.documentReferenceNameGroup {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 10px 20px;
}

@media only screen and (max-width: 1280px) {
  .documentReferenceNameGroup {
    flex-wrap: wrap;
    padding: 0px;
  }

  .documentReferenceNameGroup div:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .documentReferenceNameGroup {
    flex-wrap: wrap;
    padding: 0px;
  }

  .documentReferenceNameGroup div:nth-child(2) {
    width: 100%;
  }
}

.documentReferenceNameGroup div:nth-child(2) {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .documentReferenceNameGroup div:nth-child(2) {
    width: 100%;
  }
}

.documentReferenceNameGroup .documentReferenceName {
  color: #e64a0d;
  font-size: 2.5rem !important;
  font-weight: bold !important;
  line-height: 50px;
  text-align: center !important;
}

.documentReferenceNameGroup select {
  font-size: 2.5rem !important;
  font-weight: bold;
  padding: 5px 15px 5px 10px;
  height: 50px;
  border: 2px solid #fa8f1b;
  border-radius: 15px;
  margin-bottom: 10px;
}

.documentReferenceNameGroup select:nth-child(2) {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .documentReferenceNameGroup select:nth-child(2) {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .documentReferenceNameGroup select {
    width: 90%;
  }
}

.tableForm20 {
  width: 100%;
  border: 1px solid transparent;
  border-collapse: collapse;
  margin: 10px;
}

.tableForm20 tr:last-child td {
  border-bottom: none !important;
}

.tableForm20 tr td {
  font-size: 2rem;
  line-height: 2.6rem;
  vertical-align: top !important;
  color: #000;
  padding: 5px 10px;
  border-bottom: 1px solid #fcf4cd;
  vertical-align: middle;
  border-right: 1px solid #fcf4cd;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td {
    display: block;
    border-right: none;
  }
}

.tableForm20 tr td:first-child {
  text-align: right;
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td:first-child {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td:nth-child(2n) {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td:nth-child(odd) {
    padding: 15px 10px 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td:nth-child(even) {
    border-bottom: 1px solid #fff;
  }
}

.tableForm20 tr td:last-child {
  border-right: none;
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td:last-child {
    width: 100%;
  }
}

.tableForm20 tr td span {
  color: #d10505;
}

.tableForm20 tr td ul {
  margin: 0;
  text-align: left;
}

.tableForm20 tr td ul li {
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
}

.tableForm20 tr td ul li input[type="radio"],
.tableForm20 tr td ul li input[type="checkbox"] {
  position: relative;
}

.tableForm20 tr td ul li input[type="text"] {
  margin-right: 3px;
}

.tableForm20 tr td:nth-child(odd) {
  background: rgba(112, 112, 112, 0);
}

@media only screen and (max-width: 1024px) {
  .tableForm20 tr td:nth-child(odd) {
    background: rgba(112, 112, 112, 0);
  }
}

.tableForm20 tr .nomalTd {
  vertical-align: top !important;
}

.tableForm20 tr .nomalTd input,
.tableForm20 tr .nomalTd select {
  height: 37px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  width: 60%;
}

.tableForm20 tr .nomalTd input:disabled,
.tableForm20 tr .nomalTd select:disabled {
  background-color: #e5e8e9;
}

@media only screen and (max-width: 450px) {

  .tableForm20 tr .nomalTd input,
  .tableForm20 tr .nomalTd select {
    width: 100% !important;
  }
}

@media only screen and (max-width: 599px) {
  .tableForm20 tr .nomalTd input {
    width: 100% !important;
  }
}

.tableForm20 tr .nomalTd .specialAmount {
  width: 30px !important;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1280px) {
  .tableForm20 tr .nomalTd .specialAmount {
    width: 30px !important;
  }
}

/************************************************************線上遞狀 當事人共用**************************/
.paperTitle {
  width: 100%;
  display: inline-block;
  text-align: center !important;
  padding: 0 10px 10px 0;
  border-bottom: 5px solid #f3f3f3;
  margin-bottom: 30px;
}

.paperTitle .h2Title2 {
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #197ea3;
  width: 100%;
  display: inline-block;
  clear: both;
  line-height: 40px !important;
  zoom: 1.2;
}

.paperTitle .h2Title2 span {
  color: #d10505;
  padding: 0 5px 0 0;
}

.paperTitle .h2Title2 .iconInformation {
  zoom: 0.8;
}

.paperTitle .say {
  margin-top: -0px;
}

.paperConfirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.paperDetail_item1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
}

.paperDetail_item1 .mainPerson {
  display: block;
}

.paperDetail_item1 .mainPerson .firtPerson .h2Title {
  background-image: none;
}

.paperDetail_item1 .mainPerson .firtPerson span {
  padding-left: 12px;
}

.paperDetail_item1 .mainPerson .firtPersonName {
  margin-left: 10px;
  color: #d10505;
  font-size: 2.5rem;
}

.paperDetail_item1 .BtnSecion {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-End;
  align-items: flex-End;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .paperDetail_item1 .BtnSecion {
    width: 100%;
  }
}

.paperDetail_item1 .BtnSecion .totalNubmerBox {
  margin-bottom: 10px;
}

.paperDetail_item1 .BtnSecion .totalNubmerBox span {
  color: #d10505;
  font-size: 2rem;
  padding: 0 8px;
}

.paperDetail_item1 .BtnSecion .iconBtnSecion {
  width: 100%;
}

.paperDetail_item1 .BtnSecion .iconBtnSecion a {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px;
  line-height: 50px;
  vertical-align: middle;
}

.paperDetail_item1 .BtnSecion .iconBtnSecion a:last-child {
  line-height: 30px;
  margin-right: 0;
}

.paperDetail_item2,
.paperDetail_item3,
.paperDetail_item4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

/************************************************************當事人的階層關係**************************/
/*.plaintiff 原告
.defendant 被告
.relative  關係人*/
/*.paperDetail_item1   第一層級 名字+工作區*/
/*.paperDetail_item2   第二層級 原告   關係人*/
/*.paperDetail_item2_2 第三層級 原告 副關係人*/
/*.paperDetail_item3   第四層級 送達人*/
/*.paperDetail_item4   第四層級 送達人*/
.paperDetail_item2,
.paperDetail_item2_2 {
  position: relative;
}

.paperDetail_item2 .blueTitle,
.paperDetail_item2_2 .blueTitle {
  border-bottom: none;
}

.hrlineBox {
  position: absolute;
  top: 90px;
  left: -65px;
  width: 65px;
  height: 300px;
  background: transparent url("../img/icon_line2.svg") repeat-x;
}

.mailToPeople {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #d10505;
  opacity: 0.5;
  margin: 0 10px 0 10px;
}

.paperDetail_item2_2 .hrlineBox {
  position: absolute;
  top: 90px;
  left: -115px;
  width: 115px;
  height: 300px;
  background: transparent url("../img/icon_line2.svg") repeat-x;
}

.plaintiff {
  margin-top: 40px;
  background: transparent url("../img/icon_line1.svg") repeat-y 5px 0;
  /*    background-image: url("../img/iconFilter.png");
    background-repeat: no-repeat;
    background-position: center right;*/
  /*border-left: 1px dashed #d10505;*/
}

.plaintiff .paperDetail_item1 {
  background: #f7f1f1;
  border-left: 10px solid #d10505;
}

.plaintiff .paperDetail_item1 .h2Title {
  color: #d10505;
}

.plaintiff .paperDetail_item3 .paperDetail_item1 {
  background: rgba(247, 241, 241, 0.5);
  border-left: 1px solid rgba(209, 5, 5, 0.5);
}

.plaintiff .paperDetail_item3 .paperDetail_item1 .h2Title {
  color: #d10505;
  opacity: 0.5;
}

.defendant {
  margin-top: 40px;
  background: transparent url("../img/icon_line1.svg") repeat-y 5px 0;
}

.defendant .paperDetail_item1 {
  background: #e9f3e4;
  border-left: 10px solid #078c17;
}

.defendant .paperDetail_item1 .h2Title {
  color: #078c17;
}

.defendant .paperDetail_item3 .paperDetail_item1 {
  background: rgba(233, 243, 228, 0.5);
  border-left: 1px solid rgba(7, 140, 23, 0.5);
}

.defendant .paperDetail_item3 .paperDetail_item1 .h2Title {
  opacity: 0.5;
}

.relative {
  margin-top: 40px;
}

.relative .paperDetail_item1 {
  background: #e3ecf3;
  border-left: 1px solid rgba(209, 5, 5, 0.5);
}

.relative .paperDetail_item1 .h2Title {
  color: #d10505;
}

.relative .paperDetail_item1 .blueTitle {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1400px) {
  .relative .paperDetail_item1 .blueTitle span:nth-child(2n) {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

.relative .paperDetail_item3 .paperDetail_item1 {
  background: #e3ecf3;
  border-left: 1px solid rgba(209, 5, 5, 0.5);
}

.relative .paperDetail_item3 .paperDetail_item1 .h2Title {
  opacity: 0.5;
}

.paperDetail_item3 {
  clear: both;
  width: 100%;
  display: block;
  margin-left: 0px;
}

@media only screen and (max-width: 1024px) {
  .paperDetail_item3 {
    width: 100%;
  }
}

.paperDetail_item3 .paperDetail_item1 {
  margin-left: 200px;
  width: calc(100% - 200px);
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item3 .paperDetail_item1 {
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item3 .paperDetail_item1 {
    width: 100%;
    margin-left: 0;
  }
}

.paperDetail_item3 .tableForm18 {
  margin: 5px 0 10px 0;
  margin-left: 190px;
  width: calc(100% - 190px);
  border: 1px solid #fff;
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item3 .tableForm18 {
    margin-left: 110px;
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item3 .tableForm18 {
    margin-left: 22px;
    width: calc(100% - 22px);
  }

  .paperDetail_item3 .tableForm18 td {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 599px) {
  .paperDetail_item3 .tableForm18 {
    margin-left: 29px;
    width: calc(100% - 29px);
  }

  .paperDetail_item3 .tableForm18 td {
    padding-left: 0 !important;
  }
}

.paperDetail_item4 {
  clear: both;
  width: 100%;
  display: block;
  margin-left: 0px;
}

@media only screen and (max-width: 1024px) {
  .paperDetail_item4 {
    width: 100%;
  }
}

.paperDetail_item4 .paperDetail_item1 {
  margin-left: 300px;
  width: calc(100% - 300px);
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item4 .paperDetail_item1 {
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item4 .paperDetail_item1 {
    width: 100%;
    margin-left: 0;
  }
}

.paperDetail_item4 .tableForm18 {
  margin: 5px 0 10px 0;
  margin-left: 190px;
  width: calc(100% - 190px);
  border: 1px solid #fff;
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item4 .tableForm18 {
    margin-left: 110px;
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item4 .tableForm18 {
    margin-left: 22px;
    width: calc(100% - 22px);
  }

  .paperDetail_item4 .tableForm18 td {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 599px) {
  .paperDetail_item4 .tableForm18 {
    margin-left: 29px;
    width: calc(100% - 29px);
  }

  .paperDetail_item4 .tableForm18 td {
    padding-left: 0 !important;
  }
}

.plaintiff span.tdReadOnly,
.plaintiff .tdReadOnly,
.defendant span.tdReadOnly,
.defendant .tdReadOnly,
.relative span.tdReadOnly,
.relative .tdReadOnly,
.paperDetail_item5 span.tdReadOnly,
.paperDetail_item5 .tdReadOnly,
.tableForm19 span.tdReadOnly,
.tableForm19 .tdReadOnly {
  font-weight: bold !important;
}

.paperDetail_item1.mailToPeopleBg {
  background: rgba(227, 227, 227, 0.2) !important;
}

.paperDetail_item1.mailToPeopleBg .TDiconOrder1 {
  background-color: #767676;
}

.paperDetail_item1.mailToPeopleBg .mailToPeople {
  color: #74330b;
}

.plaintiff,
.defendant,
.relative {
  /*  .paperDetail_item2,
  .paperDetail_item2_2,*/
}

.plaintiff .paperDetail_item4 .tableForm18:hover,
.defendant .paperDetail_item4 .tableForm18:hover,
.relative .paperDetail_item4 .tableForm18:hover {
  background: rgba(250, 248, 219, 0.3);
}

.plaintiff > .paperDetail_item3:hover {
  background: rgba(250, 248, 219, 0.3);
}

.plaintiff > .paperDetail_item2 > .relative:hover,
.plaintiff > .paperDetail_item2_2 > .relative:hover {
  background: rgba(250, 248, 219, 0.3);
}

.plaintiff > .paperDetail_item4 > .tableForm18:hover {
  background: rgba(250, 248, 219, 0.3);
}

/************************************************************ 1215**************************/
/*.paperDetail_item1   第一層級 名字+工作區*/
/*.paperDetail_item2   第二層級 原告   關係人*/
/*.paperDetail_item2_2 第三層級 原告 副關係人*/
/*.paperDetail_item3   第四層級 送達人*/
.paperDetail_item2 {
  margin-left: 70px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .paperDetail_item2 {
    margin-left: 0;
  }
}

.paperDetail_item2 .relative .paperDetail_item3 .paperDetail_item1 {
  margin-left: 230px;
  width: calc(100% - 230px);
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item2 .relative .paperDetail_item3 .paperDetail_item1 {
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item2 .relative .paperDetail_item3 .paperDetail_item1 {
    margin-left: 0;
    width: 100%;
  }
}

.paperDetail_item2_2 {
  margin-left: 120px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .paperDetail_item2_2 {
    margin-left: 0;
  }
}

.paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
  margin-left: 180px;
  width: calc(100% - 180px);
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
    margin-left: 0;
    width: 100%;
  }
}

.paperDetail_item2 .relative .paperDetail_item1,
.paperDetail_item2_2 .relative .paperDetail_item1 {
  background: #f7f1f1;
}

.paperDetail_item2 .relative .paperDetail_item1 .h2Title,
.paperDetail_item2_2 .relative .paperDetail_item1 .h2Title {
  color: #d10505;
}

.paperDetail_item2 .relative .paperDetail_item3 .paperDetail_item1,
.paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
  background: rgba(247, 241, 241, 0.5);
  border-left: 1px solid rgba(209, 5, 5, 0.5);
}

.defendant .paperDetail_item2 .relative .paperDetail_item1,
.defendant .paperDetail_item2_2 .relative .paperDetail_item1 {
  background: #e9f3e4;
}

.defendant .paperDetail_item2 .relative .paperDetail_item1 .h2Title,
.defendant .paperDetail_item2_2 .relative .paperDetail_item1 .h2Title {
  color: #078c17;
}

.defendant .paperDetail_item2 .relative .paperDetail_item3 .paperDetail_item1,
.defendant .paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
  background: rgba(233, 243, 228, 0.5);
  border-left: 1px solid rgba(7, 140, 23, 0.5);
}

.paperDetail_item2 .relative .paperDetail_item1 {
  border-left: 7px solid #d10505;
}

.paperDetail_item2_2 .relative .paperDetail_item1 {
  border-left: 3px solid #d10505;
}

.defendant .paperDetail_item2 .relative .paperDetail_item1 {
  border-left: 7px solid #078c17;
}

.defendant .paperDetail_item2_2 .relative .paperDetail_item1 {
  border-left: 3px solid #078c17;
}

/*******************************授權模版維護****************************/
.jstree-default .jstree-clicked {
  border: 0;
  background-color: #fff;
  border-bottom: 1px dashed #e1e1e1;
  box-shadow: none;
}

.jstree-default .jstree-hovered {
  border: 0;
  background-color: #f6f7ec;
  box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-wholerow .jstree-wholerow-clicked {
  border-bottom: 1px dashed #e1e1e1;
  border: 0;
  box-shadow: none;
}

.jstree-default .jstree-wholerow-hovered,
.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #f6f7ec;
  box-shadow: none;
}

.jstree-icon.icon-lg {
  margin-top: 1px;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "";
}

.jstree-open > .jstree-anchor > .fa-book:before {
  margin-left: 2px;
  /*content: "\f0ea",*/
  content: "";
}

.font-orange-meadow {
  font-size: 24px;
  color: #ff8a00;
}

.font-green-meadow {
  font-size: 26px;
  color: #ff8a00;
}

.font-blue-steel {
  font-size: 21px;
  /*color: #b0b0b0;*/
  color: #1b8bd9;
}

.jstree-default.jstree-rtl .jstree-last {
  background: no-repeat;
}

[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"],
[class*=" icon-"],
[class^=fa-]:not(.fa-stack),
[class^=glyphicon-],
[class^=icon-] {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"],
li [class^=fa-],
li [class^=glyphicon-],
li [class^=icon-] {
  display: inline-block;
  width: 1.5em !important;
  text-align: center;
}

.jstreeVertical li {
  line-height: 37px !important;
}

.jstree-checkbox {
  margin-top: 6px !important;
}

/************************************************************設定關係人層級**************************/
.BtnSecion {
  position: relative;
}

.dialogSelect {
  position: absolute;
  top: 55px;
  right: -10px;
  text-align: left;
  z-index: 9295 !important;
}

.dialogSelect .dialogInner {
  border-radius: 10px !important;
  background-color: #005D80;
  box-shadow: 0 6px 10px 5px rgba(3, 40, 54, 0.4);
  padding: 5px 0;
  overflow: auto;
}

.dialogSelect .topMenuGroup {
  width: 200px;
  border-bottom: 1px solid #3a778d;
  line-height: 28px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 0;
  vertical-align: middle;
}

@media only screen and (max-width: 400px) {
  .dialogSelect .topMenuGroup {
    width: 100%;
  }
}

.dialogSelect .topMenuGroup .topIconCycle2 {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.dialogSelect .topMenuGroup .topIconCycle2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #075f81;
}

.dialogSelect .topMenuGroup .topMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 0px);
  color: #fff !important;
  font-size: 2rem;
  margin-left: 20px;
}

.dialogSelect .topMenuGroup .topMenu span {
  line-height: 2.6rem;
  width: 100%;
  display: inline-block;
}

.dialogSelect .topMenuGroup .topMenu span:nth-child(1) {
  font-weight: bold;
}

.dialogSelect .topMenuGroup:last-child {
  border-bottom: none;
}

.dialogSelect .topMenuGroup a.layer2 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
}

.dialogSelect .topMenuGroup a.layer2:hover .topMenu {
  font-weight: bold;
}

.dialogSelect .topMenuGroup a.layer2:hover img {
  background-color: #000;
}

.dialogSelect:after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 15px;
  top: -16px;
}

@media only screen and (max-width: 599px) {
  .dialogSelect:after {
    right: 10px;
    top: -16px;
  }
}

.dialogSelect:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 15px;
  top: -16px;
}

.TDiconNone {
  font-size: 0 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  cursor: default !important;
}

.TDiconNone:hover {
  background-color: transparent;
}

.TDiconNone img {
  width: 30px;
  height: 30px;
}

/*
--------------------------------------------------------------------------------
公告 
--------------------------------------------------------------------------------
*/
.tdNews2 {
  position: relative;
  color: #fff !important;
  background-color: #02739d !important;
  /*   width: 100% !important; */
  text-align: left !important;
  border-left: none !important;
}

.tdNews2 a {
  color: #ff0 !important;

}

.tdNews2 a:hover {
  color: #ff0 !important;
}


.tdNews2:after {
  content: '';
  border: 10px solid;
  border-color: transparent transparent #02739d transparent;
  position: absolute;
  left: 60px;
  top: -20px;
}

@media only screen and (max-width: 450px) {
  .tdNews2:after {
    left: 45px;
  }
}

.tdNews2:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #02739d transparent;
  position: absolute;
  left: 60px;
  top: -20px;
}

@media only screen and (max-width: 450px) {
  .tdNews2:before {
    left: 45px;
  }
}

.TDiconNewsShow {
  font-size: 0 !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background-color: #F27508;
  margin-left: 10px;
}

.TDiconNewsShow:hover {
  background-color: #000;
}

.TDiconNewsShow img {
  width: 25px;
  height: 25px;
}

/**************************************************條文說明************************************/
.paperType .h3Title {
  display: block;
  width: 100%;
}

.paperType .paperTypeCard {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px !important;
}

/**2024/04/15新增**/
/************************************************選用書狀範例 圖示*************************/
.paperTypeCard {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start !important;
}

.paperTypeCard .service {
  width: 10%;
}

@media only screen and (max-width: 1280px) {
  .paperTypeCard .service {
    width: 10%;
  }
}

@media only screen and (max-width: 1024px) {
  .paperTypeCard .service {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .paperTypeCard .service {
    width: 50%;
  }
}

.paperTypeCard .service:hover .title-text {
  color: #e64a0d;
  text-decoration: none;
}

.paperTypeCard .service .icon2 .icon_img.icon_img1 {
  background-color: #5dd2c8;
}

.paperTypeCard .service .icon2 .icon_img.icon_img2 {
  background-color: #99cd78;
}

.paperTypeCard .service .icon2 .icon_img.icon_img3 {
  background-color: #f8ae35;
}

.paperTypeCard .service .icon2 .icon_img.icon_img4 {
  background-color: #d396d2;
}

.paperTypeCard .service .icon2 .icon_img.icon_img5 {
  background-color: #bec03b;
}

.paperTypeCard .service .icon2 .icon_img.icon_img6 {
  background-color: #6ba0db;
}

.paperTypeCard .service .icon2 .icon_img.icon_img7 {
  background-color: #d9725d;
}

.paperTypeCard .service .icon2 .icon_img.icon_img8 {
  background-color: #7077e3;
}

.paperTypeCard .service .icon2 .icon_img.icon_img9 {
  background-color: #656cde;
}

.paperTypeCard .service .icon2 .icon_img.icon_img10 {
  background-color: #8d8d8d;
}

.paperTypeCard .service-item {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  display: inline-block;
  width: 100% !important;
  height: 244px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
  .paperTypeCard .service-item {
    height: 270px;
  }
}

@media only screen and (max-width: 1024px) {
  .paperTypeCard .service-item {
    height: 244px;
  }
}

.paperTypeCard .service-item:hover {
  cursor: pointer;
  background-color: #fff;
  border: 2px dashed #e1e1e1;
}

.paperTypeCard .service-item:hover .icon_img {
  transform: scale(1.1, 1.1);
}

.paperTypeCard .service-item:hover .title-text {
  color: #db3e05;
}

.paperTypeCard .service-item:hover .title-text span {
  color: #db3e05;
}

.paperTypeCard .service-item a {
  cursor: pointer;
}

.paperTypeCard .service-item .f-center {
  text-align: center;
}

.paperTypeCard .service-item .title-text {
  margin: 0 auto;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
}

.paperTypeCard .service-item .title-text span {
  color: #999999;
  display: block;
  width: 100%;
}

.paperTypeCard .service-item .icon_img {
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  margin-top: 30px !important;
}

@media only screen and (max-width: 1400px) {
  .paperTypeCard .service-item .icon_img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .paperTypeCard .service-item .icon_img {
    width: 80px;
    height: 80px;
  }
}

.paperTypeCard .service-item .icon2 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 0 !important;
  cursor: pointer;
  margin-bottom: 30px;
}

.paperTypeCard .service-item .icon2:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.service-item.current {
  background-color: #fcf4cd;
  border: 2px solid #e2a065;
}

@media only screen and (max-width: 875px) {
  .mainTable .td {
    min-width: 80px !important;
    white-space: nowrap !important;
  }
}

.paperTypeCard:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center !important;
}

.paperTypeCard:first-of-type .service {
  width: 12.5%;
}

@media only screen and (max-width: 1280px) {
  .paperTypeCard:first-of-type .service {
    width: 12.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .paperTypeCard:first-of-type .service {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .paperTypeCard:first-of-type .service {
    width: 50%;
  }
}

.paperTypeCard:first-of-type .service-item {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  display: inline-block;
  width: 100% !important;
  height: 190px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  margin-right: 30px;
}

.paperTypeCard:first-of-type .service-item:hover {
  cursor: pointer;
  background-color: #fff;
  border: 2px dashed #e1e1e1;
}

.paperTypeCard:first-of-type .service-item:hover .icon_img {
  transform: scale(1.1, 1.1);
}

.paperTypeCard:first-of-type .service-item:hover .title-text {
  color: #db3e05;
}

.paperTypeCard:first-of-type .service-item:hover .title-text span {
  color: #db3e05;
}

.paperTypeCard:first-of-type .service-item a {
  cursor: pointer;
}

.paperTypeCard:first-of-type .service-item .f-center {
  text-align: center;
}

.paperTypeCard:first-of-type .service-item .title-text {
  margin: 0 auto;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
}

.paperTypeCard:first-of-type .service-item .title-text span {
  color: #999999;
  display: block;
  width: 100%;
}

.paperTypeCard:first-of-type .service-item .icon_img {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  margin-top: 30px !important;
}

@media only screen and (max-width: 1400px) {
  .paperTypeCard:first-of-type .service-item .icon_img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .paperTypeCard:first-of-type .service-item .icon_img {
    width: 100px;
    height: 100px;
  }
}

.paperTypeCard:first-of-type .service-item .icon2 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 0 !important;
  cursor: pointer;
  margin-bottom: 30px;
}

.paperTypeCard:first-of-type .service-item .icon2:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.service-item3 .service-item {
  height: 234px !important;
}

.service-item3 .service-item.current {
  background-color: #fcf4cd;
  border: 2px solid #e2a065;
}

/************************************************************快捷列**************************/
.floatMenu {
  position: fixed;
  top: 20%;
  right: -2px;
  text-align: left;
  z-index: 996 !important;
}
@media only screen and (max-width: 875px) {
  .floatMenu {
    display: none;
  }
}

@media only screen and (max-width: 875px) {
  .floatMenu.dropdown-menu302 {
    display: block;
  }
}
.floatMenu .floatMenuInner {
  border: 2px solid #000;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: 0 6px 10px 5px rgba(3, 40, 54, 0.4);
}
@media only screen and (max-width: 1400px) {
  .floatMenu .floatMenuInner {
    overflow: auto;
  }
}
.floatMenu .floatMenuGroup {
  width: 125px;
  background-color: #fff;
  border-bottom: 2px solid #000;
  line-height: 31px;
  display: block;
  vertical-align: middle;
}
.floatMenu .floatMenuGroup:nth-child(1) {
  background-color: #ce5d1c;
  border-radius: 8px 0 0 0;
}
.floatMenu .floatMenuGroup:nth-child(1) img {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.floatMenu .floatMenuGroup:nth-child(1) a {
  color: #fff;
  padding: 15px 10px;
  border-radius: 8px 0 0 0;
}
.floatMenu .floatMenuGroup a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 10px;
}
.floatMenu .floatMenuGroup a:hover {
  color: #fff;
  background-color: #ce5d1c;
}
.floatMenu .floatMenuGroup:last-child {
  border-bottom: none;
  border-radius: 0 0 0 8px;
}
.floatMenu .floatMenuGroup:last-child a {
  border-radius: 0 0 0 8px;
}

.floatMenu.close {
  display: block;
}
@media only screen and (max-width: 875px) {
  .floatMenu.close {
    display: block;
  }
}
.floatMenu.close .floatMenuGroup {
  width: 40px;
}
.floatMenu.close .floatMenuGroup:nth-child(1) {
  background-color: #ce5d1c;
  border-radius: 8px 0 0 8px;
}
.floatMenu.close .floatMenuGroup:nth-child(1) img {
  transform: rotate(-90deg);
  float: right !important;
  margin: 0  8px 10px;
}
.floatMenu.close .floatMenuGroup:nth-child(1) a {
  color: #fff;
  border-radius: 8px 0 0 8px;
}

/***************************修改jss首頁a連結會佔整行問題*****************/
.indexGroup .indexNews.electiveTable .mainTable2 .modifyALink a {
  display: inline-block;
  width: auto !important;
}

/******************************新增menu css***********************/
.bottom {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 875px) {
  .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bottom .mobileTitle {
  display: none;
}

@media only screen and (max-width: 875px) {
  .bottom .mobileTitle {
    display: none;
  }
}

.bottom .inner {
  width: 96%;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1600px) {
  .bottom .inner {
    width: 92%;
  }
}

@media only screen and (max-width: 1024px) {
  .bottom .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 875px) {
  .bottom .inner {
    display: none;
  }
}

.bottom .inner > li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 30px;
  height: 100%;
  line-height: 44px;
  position: relative;
}

.bottom .inner > li:nth-of-type(1) {
  margin-left: 0;
}

.bottom .inner > li:hover .down {
  color: #fff;
  left: 50%;
  margin-left: -5px;
  top: 35px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.bottom .inner > li:focus {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0.8;
}

.bottom .inner > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  display: inline-block;
  line-height: 44px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  transition: all 0.3s ease-in-out;
}

.bottom .inner > li > a:hover {
  background-color: #d23e05;
  text-decoration: none;
}

.bottom .inner > li .down {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0.8;
}

.bottom .inner > li .secondUl {
  width: 280px;
  position: absolute;
  top: 44px;
  margin-left: 0px;
  display: none;
  overflow: visible;
  box-sizing: border-box;
  z-index: 99;
}

.bottom .inner > li .secondUl > li {
  overflow: visible;
  box-sizing: border-box;
}

.bottom .inner > li .secondUl > li a {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 2rem;
  line-height: 3rem;
}

.bottom .inner > li .secondUl > li a:hover {
  text-decoration: none;
}

.bottom .inner > li > .open ~ .secondUl {
  display: block;
  overflow: visible;
  box-sizing: border-box;
}

.inner .secondUl:nth-of-type(1) {
  margin-left: -20px;
}

.inner .secondUl:nth-of-type(2) {
  margin-left: -98px !important;
}

.mobileNav {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
}

.mobileNav .closeNav {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.mobileNav .ulListM {
  width: 80%;
  max-width: 600px;
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 599px) {
  .mobileNav .ulListM {
    margin: 80px auto 0 auto;
  }
}

.mobileNav .ulListM > li {
  border-top: 1px solid #fff;
}

.mobileNav .ulListM > li:last-child {
  border-bottom: 1px solid #fff;
}

.mobileNav .ulListM > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

.mobileNav .ulListM > li > a:hover {
  text-shadow: 0 1px 3px #000;
  text-decoration: none;
}

.mobileNav .ulListM > li > a:hover ~ .secondUlM {
  display: block;
}

.mobileNav .ulListM > li .secondUlM {
  display: none;
  background-color: #8c4d60;
  border: 2px solid #8c4d60;
}

.mobileNav .ulListM > li .secondUlM > li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
}

.mobileNav .ulListM > li .secondUlM > li a:hover {
  background-color: #fff;
  color: #000;
}

.mobileNav .ulListM > .open .secondUlM {
  display: block;
}

.mobileNav .ulListM ul.mobileSecondMenu {
  display: none;
}

.mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu {
  display: block;
  margin-bottom: 10px;
}

.mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 2rem;
  line-height: 3rem;
}

.mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 875px) {
  .mobileNavOpen {
    display: block;
  }
}

.default header .bottom {
  background-color: #197EA3;
  height: auto;
}

@media only screen and (max-width: 875px) {
  .default header .bottom {
    background-color: #197EA3;
    height: 50px;
  }
}

@media only screen and (max-width: 450px) {
  .default header .bottom {
    height: 60px;
  }
}

.default header .bottom .inner > li:hover > a {
  text-shadow: 0 1px 3px #45010e;
}

.default header .bottom .inner > li .secondUl {
  background-color: #005d80;
  border: 2px solid #005d80;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}

.default header .bottom .inner > li .secondUl li a {
  color: #fff;
  border-bottom: 1px solid #2a7591;
}

.default header .bottom .inner > li .secondUl li a:hover {
  background-color: #fff;
  color: #000;
}

.default header .bottom .inner > li .secondUl li:last-child a {
  border-bottom: none;
}

.default header .bottom .inner > li.current {
  background-color: #005d80;
}

.default header .bottom .inner > li:hover {
  background-color: #005d80;
}

.default header .mobileNav {
  background-color: #022c3b;
}

.default header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu {
  background-color: #ba2b2b;
}

.default header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a {
  color: #fff;
}

.default header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a:hover {
  background-color: #fff;
  color: #ba2b2b;
}

.gso header .bottom {
  background-color: #197EA3;
  height: auto;
}

@media only screen and (max-width: 875px) {
  .gso header .bottom {
    background-color: #197EA3;
    height: 50px;
  }
}

@media only screen and (max-width: 450px) {
  .gso header .bottom {
    height: 60px;
  }
}

.gso header .bottom .inner > li:hover > a {
  text-shadow: 0 1px 3px #45010e;
}

.gso header .bottom .inner > li .secondUl {
  background-color: #005d80;
  border: 2px solid #005d80;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}

.gso header .bottom .inner > li .secondUl li a {
  color: #fff;
  border-bottom: 1px solid #2a7591;
}

.gso header .bottom .inner > li .secondUl li a:hover {
  background-color: #fff;
  color: #000;
}

.gso header .bottom .inner > li .secondUl li:last-child a {
  border-bottom: none;
}

.gso header .bottom .inner > li.current {
  background-color: #005d80;
}

.gso header .bottom .inner > li:hover {
  background-color: #005d80;
}

.gso header .mobileNav {
  background-color: #022c3b;
}

.gso header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu {
  background-color: #ba2b2b;
}

.gso header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a {
  color: #fff;
}

.gso header .mobileNav .ulListM .openSecondMenu > ul.mobileSecondMenu > li a:hover {
  background-color: #fff;
  color: #ba2b2b;
}

.common_hide{
    display:none;
}

.common_show{
    display:block;
}

.common_text_left {
	text-align: left;
}

.common_text_center {
    text-align: center;
}

.common_text_right {
    text-align: right;
}

.common_font_bold {
	font-weight: bold;
}

.common_no_padding {
    padding: 0 !important;
}

.common_no_margin {
    margin: 0 !important;
}

.common_full_width {
    width: 100% !important;
}

/* 字體大小控制 - CSP 相容方案 */
/* 基於原始 html font-size: 62.5% (10px) 的縮放 */
html.font-size-large {
	font-size: 87.5% !important; /* 62.5% * 1.4 = 87.5% (14px) */
}

html.font-size-medium {
	font-size: 62.5% !important; /* 維持原始大小 (10px) */
}

html.font-size-small {
	font-size: 50% !important; /* 62.5% * 0.8 = 50% (8px) */
}



/* 讓 th 內的 colTitle 文字與排序鈕垂直置中，排序鈕靠右上下排列 */

/* 一般桌面模式：colTitle 文字可自動折行，排序鈕固定在右側垂直置中 */
.electiveTable .mainTable thead th {
	vertical-align: middle;
	white-space: normal;
}
.electiveTable .mainTable thead th .colTitle {
	display: inline-block;
	vertical-align: middle;
	word-break: break-word;
}
/* 只有在同層有排序鈕 divColOrderBy 時，才限制 colTitle 寬度，避免純文字欄位被擠壓 */
.electiveTable .mainTable thead th:has(.divColOrderBy) .colTitle {
	max-width: calc(100% - 30px);
}
.divColOrderBy {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin-left: 4px;
	line-height: 1;
}
.divColOrderBy span {
	display: block;
	cursor: pointer;
	padding: 1px 0;
	line-height: 1;
}
.divColOrderBy span img {
	display: block;
	width: 20px;
	height: 20px;
}

/* RWD: 手機模式時 colTitle 在上方，排序鈕在下方水平排列並靠右 */
@media only screen and (max-width: 875px) {
	.electiveTable .mainTable thead th .colTitle {
		display: block;
		max-width: none;
		text-align: center;
	}
	.divColOrderBy {
		display: flex;
		flex-direction: row;
		float: none;
		justify-content: center;
	}
	.divColOrderBy span {
		padding: 0 2px;
	}
}