@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;
  color: #000;
  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;
  border-bottom: 1px solid #176c8b;
  position: relative;
  z-index: 999;
}

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;
  }
}

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 {
    width: 100%;
    flex-wrap: no-wrap;
    height: 57px;
    flex: 1;
  }
}

header .top .inner .rightCon .burger {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon .burger {
    display: block;
    margin-left: 15px;
  }
}

header .top .inner .rightCon .topIcon {
  width: 100%;
  height: 32px;
  font-size: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 1280px) {
  header .top .inner .rightCon .topIcon {
    flex: 2;
    text-align: right;
  }
}

@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon .topIcon {
    position: absolute;
    top: 69px;
    right: 0px;
    padding-left: 20px;
    text-align: left;
    background-color: #197ea3;
    height: 60px;
  }
}
@media only screen and (max-width: 450px) {
  header .top .inner .rightCon .topIcon {
    position: absolute;
    top: 58px;
  }
}

header .top .inner .rightCon .topIcon a.layer1 {
  display: inline-block;
  position: relative;
  line-height: 32px;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  vertical-align: middle;
  margin: 0 8px;
}

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;
}
header .top .inner .rightCon .topIcon a.layer1.user {
    color: #000;
  }
@media only screen and (max-width: 1024px) {
  header .top .inner .rightCon .topIcon a.layer1.user {
    color: #fff;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 875px) {
  header .top .inner .rightCon .topIcon a.layer1 {
    color: #fff;
  }
}

/*
@media only screen and (max-width: 450px) {
  header .top .inner .rightCon .topIcon a.layer1 {
    font-size: 0;
  }
}
*/



header .top .inner .rightCon .topIcon .topIconCycle {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #197ea3;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
}

header .top .inner .rightCon .topIcon .topIconCycle img {
  width: 25px;
  height: 25px;
}

header .top .inner .rightCon .topIcon .topIconCycle.current {
  background-color: #999999;
}

@media only screen and (max-width: 875px) {
  header .top .inner .rightCon .topIcon .topIconCycle.current {
    background-color: #005d80;
  }
}

header .top .inner .language2 {
  width: 100%;
  color: #000;
  font-size: 2rem;
  vertical-align: bottom;
  padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
  header .top .inner .language2 {
    position: absolute;
    top: 74px;
    right: 60px;
    text-align: right;
  }
}

@media only screen and (max-width: 875px) {
  header .top .inner .language2 {
    position: absolute;
    top: 74px;
    right: 60px;
    text-align: right;
  }
}

@media only screen and (max-width: 599px) {
  header .top .inner .language2 {
    position: absolute;
    top: 115px;
    right: 28px;
    color: #000;
  }
}

@media only screen and (max-width: 450px) {
  header .top .inner .language2 {
    top: 95px;
  }
}

header .top .inner .language2 a {
  display: inline-block;
  height: 100%;
  line-height: 25px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  vertical-align: top;
}

header .top .inner .language2 a:first-child {
  width: 100px;
}

header .top .inner .language2 a:last-child {
  width: 50px;
}

@media only screen and (max-width: 599px) {
  header .top .inner .language2 a {
    color: #000;
  }
}

header .top .inner .language2:hover .dialog {
  display: block;
}

header .top .inner .language2 .dialog {
  margin-top: 10px;
  display: none;
  margin-left: 30px;
  position: fixed;
  border-radius: 3px;
  background-color: #03425a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 875px) {
  header .top .inner .language2 .dialog {
    position: absolute;
    top: 50px;
    right: -15px;
  }
}

header .top .inner .language2 .dialog::after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #ba2b2b transparent;
  position: absolute;
  right: 25px;
  top: -16px;
}

header .top .inner .language2 .dialog::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ba2b2b transparent;
  position: absolute;
  right: 25px;
  top: -16px;
}

header .top .logo {
  height: 55px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  header .top .logo {
    width: auto;
    height: 45px;
  }
}

@media only screen and (max-width: 875px) {
  header .top .logo {
    width: auto;
    height: 50px;
  }
}

@media only screen and (max-width: 599px) {
  header .top .logo {
    justify-content: flex-start;
    display: block;
    height: 35px;
    padding: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  header .top .logo {
    width: auto;
    height: 26px;
  }
}

@media only screen and (max-width: 400px) {
  header .top .logo {
    width: auto;
    height: 23px;
  }
}

@media only screen and (max-width: 375px) {
  header .top .logo {
    width: auto;
    height: 22px;
  }
}

header .top .mobileLogo {
  display: none;
}

.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 {
    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: 1024px) {
  .mobileNavOpen {
    display: block;
  }
}

.mobileNavOpen.common_hide {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobileNavOpen.common_hide {
        display: none;
    }
}

.default header .bottom {
  background-color: #197EA3;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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;
}

/*************************************************************************************/
.headerNoShow {
  font-size: 0;
}

.user {
  position: relative;
}

.user:hover .dialog {
  display: block;
}

.user .dialog {
  right: 0;
  margin-top: 15px;
  display: none;
  position: fixed;
  border-radius: 10px;
  background-color: #005D80;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1280px) {
  .user .dialog {
    position: absolute;
    top: 35px;
    right: 0px;
  }
}

.user .dialog li {
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  background-image: url("../img/icon_dot.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.user .dialog li:first-child {
  background-image: none;
}

.user .dialog li:nth-child(2) {
  background-image: none;
}

.user .dialog::after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 20px;
  top: -16px;
}

.user .dialog::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 20px;
  top: -16px;
}

.temp img {
  width: 284;
  height: 452px;
}

.temp2 img {
  width: 284;
  height: 709px;
}

.NotesBell {
  position: relative;
}

.NotesBell > .topIconNoticeRed {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0px 0 2px !important;
  margin: 0;
  line-height: 15px;
  border-radius: 8px;
  min-width: 13px;
  background-color: #d10505;
  border: 1px solid #d10505;
}

@media only screen and (max-width: 768px) {
  .NotesBell > .topIconNoticeRed {
    font-size: 1.6rem;
  }
}

.NotesBell > .topIconNoticeRed .span {
  margin-top: -10px !important;
}

.NotesBell:hover .dialog2 {
  display: block;
}

.NotesBell .dialog2 {
  right: 0;
  margin-top: 15px;
  display: none;
  position: fixed;
  border-radius: 10px;
  background-color: #005D80;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1280px) {
  .NotesBell .dialog2 {
    position: absolute;
    top: 35px;
    right: 0px;
  }
}

.NotesBell .dialog2 li {
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  background-image: url("../img/icon_dot.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.NotesBell .dialog2 li:first-child {
  background-image: none;
}

.NotesBell .dialog2 li:nth-child(2) {
  background-image: none;
}

.NotesBell .dialog2::after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 20px;
  top: -16px;
}

.NotesBell .dialog2::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 20px;
  top: -16px;
}

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: #FFBB03;
  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 !important;
}

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 !important;
  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;
  }
}

.wrapperWithMenu {
  margin-top: 140px;
  min-height: 655px;
}

@media only screen and (max-width: 1400px) {
  .wrapperWithMenu {
    /*margin-top: 135px;*/
    margin-top: 0;
    min-height: 580px;
  }
}

@media only screen and (max-width: 1280px) {
  .wrapperWithMenu {
    min-height: 380px;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapperWithMenu {
    margin-top: 0px;
    min-height: auto;
  }
}

@media only screen and (max-width: 875px) {
  .wrapperWithMenu {
    margin-top: 0px;
  }
}

.innerMain {
  padding: 15px 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: 10px;
  min-height: 500px;
}

@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 !important;
  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 !important;
}

/**********************************************************公告**************************/
/*公告分類*/
.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;
  }

  .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;
  }
}

/***************************************************有數字 步驟 頁籤**************************/
.numberTab {
  overflow-x: none;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 0;
  margin-bottom: -10px;
}

@media only screen and (max-width: 768px) {
  .numberTab {
    white-space: normal;
    font-size: 0;
    overflow: visible;
  }
}

.numberTab li {
  display: inline-block;
  margin-right: 4px;
  background-color: #99836d;
  height: 43px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  white-space: normal;
}

.numberTab li:hover {
  text-decoration: none;
  background-color: #197ea3;
}

@media only screen and (max-width: 1024px) {
  .numberTab li {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .numberTab li {
    margin: 5px;
    border-radius: 5px;
    width: calc(50% - 5px);
    text-align: left;
    font-size: 1.3rem;
    padding-left: 0px;
    padding-right: 0px;
  }

  .numberTab li:nth-child(odd) {
    margin-left: 0;
  }

  .numberTab li:nth-child(even) {
    margin-right: 0;
  }
}

.numberTab li a {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  vertical-align: middle;
  display: block;
  white-space: normal;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-weight: bold;
  line-height: 45px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .numberTab li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.numberTab li a:hover {
  color: #fff;
  text-decoration: none;
}

.numberTab li a:hover span {
  color: #197ea3;
}

.numberTab li a span {
  opacity: 1;
}

.numberTab li span {
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #99836d;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .numberTab li span {
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
  }
}

.numberTab .current {
  background-color: #e64a0d;
  color: #fff;
}

.numberTab .current a {
  color: #fff;
}

.numberTab .current span {
  color: #e64a0d;
  opacity: 1;
}

/************************************************************兩欄版型**************************/
/************************************************************兩欄版型 左邊欄**************************/
.leftNav {
  position: absolute;
}

@media only screen and (max-width: 875px) {
  .leftNav {
    z-index: 2;
    background-color: #FFF4DD;
    width: 100%;
    padding: 20px;
    border: 3px solid #E8B53E;
    position: absolute;
    height: auto;
    width: calc(100% - 40px);
  }

  .leftNav > li {
    width: 100%;
  }
}

.leftNav li {
  width: 235px;
  padding: 5px 0;
}

@media only screen and (max-width: 875px) {
  .leftNav li {
    width: 100% !important;
  }
}

.leftNav li a {
  font-size: 2rem;
  line-height: 3rem;
  display: inline-flex;
  width: 100%;
  color: #000;
  padding: 5px 0px 5px 30px;
  background-image: url("../img/icon_dot.svg");
  background-repeat: no-repeat;
  background-position: 10px 20px;
}

@media only screen and (max-width: 1280px) {
  .leftNav li a {
    background-position: 10px 15px;
  }
}

.leftNav li a:hover {
  color: #e64a0d;
  font-weight: bold;
  background-color: #f7f7f6;
  text-decoration: none;
}

.leftNav li a .say {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #d10505;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-left: 2px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 875px) {
  .leftNav li a .say {
    right: 20px;
  }
}

.leftNav li .h2Title {
  margin-top: -10px;
  padding-bottom: 3px;
  border-bottom: 3px solid #f3f3f3;
  background-position: 0 9px;
}

@media only screen and (max-width: 875px) {
  .leftNav li .h2Title {
    border-bottom: 3px solid #E8B53E;
  }
}

/************************************************************左邊欄 次選單**************************/
.toggle_a {
  float: right;
}

.toggle_a img {
  cursor: pointer;
}

.submenu {
  display: none;
}

@media only screen and (max-width: 875px) {
  .submenu {
    display: block;
  }
}

@media only screen and (max-width: 875px) {
  .submenu.h2Title {
    margin-bottom: 15px;
  }
}

/************************************************************兩欄版型 右邊欄**************************/
.rightInner {
  float: left;
  width: calc(100% - 270px);
  margin-left: 270px;
}

@media only screen and (max-width: 875px) {
  .rightInner {
    width: 100%;
    margin-left: 0;
  }
}

.rightInner .box:first-child {
  margin-top: -5px;
}

/***********************************************************卡片**************************/
.whiteBg {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 6px 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
    .whiteBg {
        margin-top: 50px;
    }
}
.box {
  background-color: #fff;
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box .blueTitle {
  background: transparent;
  color: #e64a0d;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  padding: 0 0 3px 0;
  border-bottom: 3px 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 !important;
  height: 0;
}

h2.newZeroTitle {
  margin: 0;
  padding: 0;
  font-size: 0 !important;
  height: 0;
}

.h2Title {
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #e64a0d;
  margin-bottom: 0px;
  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: 3px 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;
}

.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;
}

.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: 3px 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"],
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"],
  select {
    width: 100% !important;
  }
}

.tableFormColumn2 input[type="file"],
.mainTable input[type="file"] {
  font-size: 2rem;
  height: 37px;
  padding-right: 7px;
  display: inline-block;
  /*font-weight: bold;
background-color: #fcece5;*/
}

@media only screen and (max-width: 450px) {

  .tableFormColumn2 input[type="file"],
  .mainTable input[type="file"] {
    width: 100% !important;
  }
}

.block input[type="file"] {
  font-size: 2rem;
  height: 37px;
  padding-right: 7px;
  padding-top: 2px;
  padding-left: 2px;
  display: inline-block;
  font-weight: bold;
  background-color: #fcece5;
}

@media only screen and (max-width: 450px) {
  .block input[type="file"] {
    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 !important;
  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;
}

.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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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 !important;
  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: 0px 5px;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
  .formBtn a {
    margin: 0;
    width: 100% !important;
    margin-bottom: 12px;
  }
}

.send {
  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 {
  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 {
  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;
  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 {
  background-color: #000;
  border: 1px solid #000;
}

@media only screen and (max-width: 450px) {
  .smallBtn {
    margin: 0;
    margin-top: 4px;
  }
}

.backBtn {
  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;
}
/* button */

button.fileBtn {
  color: #e64a0d !important;
  min-width: 50px;
  white-space: nowrap;
  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;
}

button.fileBtn:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

button.fileBtn2 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  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;
}

button.fileBtn2:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

button.fileBtn3 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  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;
}

button.fileBtn3:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

button.fileBtn4 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  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;
}

button.fileBtn4:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
}

button.fileBtn5 {
  color: #FFF !important;
  min-width: 50px;
  white-space: nowrap;
  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;
}

button.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 !important;
}

.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 !important;
}

.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 !important;
}

.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: 2.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: 30px;
  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;
}

/*************************************彈窗 書狀範例*****************************************/
.tt .crumb {
  margin-top: 0px;
  margin-bottom: 15px;
}

.tt .leftNav {
  position: relative;
  width: 90%;
}

@media only screen and (max-width: 875px) {
  .tt .leftNav {
    width: 100%;
  }
}

.tt .leftNav li {
  width: 100%;
}

.tt .leftNav li.active a {
  color: #FFF !important;
  background-color: #197d9c;
}

.tt .popupCategory {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 875px) {
  .tt .popupCategory {
    display: block;
  }
}

.tt .popupCategory .categoryBox {
  flex: 1 0 80%;
}

@media only screen and (max-width: 1024px) {
  .tt .popupCategory .categoryBox .topBar .searchBtn {
    width: 100px;
  }
}

@media only screen and (max-width: 875px) {
  .tt .popupCategory .categoryBox {
    flex: 0 0 100%;
  }

  .tt .popupCategory .categoryBox .titleRightBtn a:first-child {
    display: none;
  }
}

.tt .popupCategory .categoryBox:first-child {
  flex: 1 0 15%;
}

.categorySecond {
  display: inline-block;
}

.categorySecond ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.categorySecond ul li {
  margin: 0px;
  flex: 0 1 33.33333%;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .categorySecond ul li {
    flex: 1 0 50%;
  }
}

@media only screen and (max-width: 599px) {
  .categorySecond ul li {
    flex: 1 0 100%;
  }
}

.categorySecond a {
  padding: .4em .75em;
  display: block;
  color: #000000;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categorySecond a:hover,
.categorySecond a:focus {
  color: #e64a0d;
  background: #f7f7f6;
  box-shadow: none;
}

.categorySecond a.active {
  color: #FFF;
  background: #197d9c;
}

.categorySecond a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #aaa;
  display: inline-block;
  margin-right: 8px;
}

/************************************************************header 下拉視窗 訊息通知**************************/
.dialogNotice {
  position: absolute;
  top: 45px;
  right: 0px;
  text-align: left;
  z-index: 995 !important;
}

@media only screen and (max-width: 875px) {
  .dialogNotice {
    position: absolute;
    top: 55px;
    right: 0px;
  }
}

.dialogNotice .NoticeInner {
  border-radius: 10px !important;
  background-color: #005D80;
  box-shadow: 0 6px 10px 5px rgba(3, 40, 54, 0.4);
  padding: 10px 0;
}

@media only screen and (max-width: 1400px) {
  .dialogNotice .NoticeInner {
    overflow: auto;
    height: 80vh;
  }
}

.dialogNotice .topNoticeGroup {
  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) {
  .dialogNotice .topNoticeGroup {
    width: 100%;
  }
}

.dialogNotice .topNoticeGroup:first-child .topIconCycle2 img {
  background-color: #f9cf33;
}

.dialogNotice .topNoticeGroup .readStatus {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: right;
  margin-top: 5px;
}

.dialogNotice .topNoticeGroup .readStatus img.iconNotRead {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #075f81;
  vertical-align: top;
}

.dialogNotice .topNoticeGroup .noticeNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 70px);
  color: #fff !important;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-left: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 450px) {
  .dialogNotice .topNoticeGroup .noticeNews {
    width: calc(100% - 60px);
    margin-right: 0px;
  }
}

.dialogNotice .topNoticeGroup .noticeNews span {
  width: 100%;
  display: inline-block;
}

.dialogNotice .topNoticeGroup .noticeNews span:nth-child(2) {
  color: #80F4FC;
  font-size: 1.6rem;
  line-height: 2rem;
}

.dialogNotice .topNoticeGroup:last-child {
  border-bottom: none;
}

.dialogNotice .topNoticeGroup a.layer2 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
}

.dialogNotice .topNoticeGroup a.layer2:hover .noticeNews span {
  font-weight: bold;
}

.dialogNotice:after {
  content: '';
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 80px;
  top: -16px;
}

@media only screen and (max-width: 450px) {
  .dialogNotice:after {
    right: 80px;
    top: -16px;
  }
}

.dialogNotice:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 80px;
  top: -16px;
}

@media only screen and (max-width: 450px) {
  .dialogNotice:before {
    right: 80px;
    top: -16px;
  }
}

/************************************************************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;
  }
}

.dialog .dialogInner {
  border-radius: 10px !important;
  background-color: #005D80;
  box-shadow: 0 6px 10px 5px rgba(3, 40, 54, 0.4);
  padding: 10px 0;
}

@media only screen and (max-width: 1400px) {
  .dialog .dialogInner {
    overflow: auto;
  }
}

.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: 25px;
  top: -16px;
}

@media only screen and (max-width: 450px) {
  .dialog:after {
    right: 25px;
    top: -16px;
  }
}

.dialog:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #005D80 transparent;
  position: absolute;
  right: 25px;
  top: -16px;
}

@media only screen and (max-width: 450px) {
  .dialog:before {
    right: 25px;
    top: -16px;
  }
}

/************************************************************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: center !important;
}

.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;
}

.mainTable tr th:last-child {
  border-right: none;
}

.mainTable tr td {
  padding: 5px 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: 8px;
  padding-bottom: 5px;
  margin: 0 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;
  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;
  padding-top: 8px;
  padding-bottom: 5px;
  background-color: #f3f9fb;
  border-top: 1px solid #f0f5f8;
}

/************************************************************table2 公告**************************/
/************************************************************table有捲軸 **************************/
.electiveTable {
  width: 100%;
}

.electiveTable {
  width: 100%;
}

.electiveTable > table.mainTable {
  width: 100%;
}

.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: auto;
  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 {
  /*display: inline-block;*/
  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;
  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 {
  /*display: inline-block;*/
  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;
  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 {
  /*display: inline-block;*/
  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: 3px 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: 5px 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;
  box-shadow: 3px 6px 10px 5px rgba(0, 0, 0, 0.1);
}

.notsBox li {
  font-size: 2rem;
  font-weight: bold;
}

.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;
}

/************************************************************儀表板**************************/
.titleOtherContent {
  margin-left: 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.8rem;
  margin-top: -2px;
}

.titleOtherContent span {
  color: #d10505;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}

.TodoListFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.TodoListFlex .service {
  width: 25%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1500px) {
  .TodoListFlex .service {
    width: 33.3%;
  }

  .TodoListFlex .service:nth-child(3n) .service-item {
    margin-right: 0;
  }

  .TodoListFlex .service:nth-child(5n) .service-item {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .TodoListFlex .service {
    width: 33.3%;
  }

  .TodoListFlex .service:nth-child(3n) .service-item {
    margin-right: 0;
  }

  .TodoListFlex .service:nth-child(5n) .service-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .TodoListFlex .service {
    width: 50%;
  }

  .TodoListFlex .service:nth-child(2n) .service-item {
    margin-right: 0;
  }

  .TodoListFlex .service:nth-child(3n) .service-item {
    margin-right: 15px;
  }

  .TodoListFlex .service:nth-child(5n) .service-item {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .TodoListFlex .service {
    width: 100%;
  }

  .TodoListFlex .service:nth-child(n) .service-item {
    margin-right: 0;
  }

  .TodoListFlex .service:nth-child(3n) .service-item {
    margin-right: 0;
  }
}

.TodoListFlex .service:nth-child(1) .icon2 .icon_img {
  background-color: #eea650;
}

.TodoListFlex .service:nth-child(2n) .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: #656cde;
}

.TodoListFlex .service-item {
  display: flex;
  width: 100% !important;
  padding: 10px 20px;
  border: 1px solid #e5e8e9;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.TodoListFlex .service-item:hover {
  transform: translate(0px, -5px);
}

@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;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.TodoListFlex .service-item a:hover .title-text {
  color: #e64a0d;
}

.TodoListFlex .service-item a:hover .icon_img {
  transform: scale(1.1, 1.1);
}

.TodoListFlex .service-item .title-text {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  width: calc(100% - 30% - 50px);
}

.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;
}

/**************************************************條文說明************************************/
.temp4 {
  width: 100%;
  height: auto;
}

.temp4 img {
  width: 100%;
  height: auto;
}

.paperType .h3Title {
  display: block;
  width: 100%;
}

.paperType .paperTypeCard {
  margin-top: 20px;
  margin-bottom: 20px;
}

/**************************************************線上遞狀 地址************************************/
.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 {
  /*display: inline-block;*/
  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;
  }
}

.tableForm18 input[type="text"]:nth-of-type(2) {
  margin-top: 10px;
}

.tableForm18 select:nth-of-type(2) {
  margin-top: 10px;
}

/*******************************************線上遞狀 書狀製作方式*******************************************/
.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 {
  /*display: inline-block;*/
  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(2) {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .documentReferenceNameGroup {
    flex-wrap: wrap;
    padding: 0px;
  }

  .documentReferenceNameGroup div:nth-child(3) {
    width: 100%;
  }
}

.documentReferenceNameGroup div:nth-child(3) {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .documentReferenceNameGroup div:nth-child(3) {
    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%;
  }
}

/* doc_ref classes */
.doc_ref_group {
	position: relative;
}

.doc_ref_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.doc_ref_rmk {
	color: red;
	font-size: 2rem;
	line-height: 1.6;
}

@media only screen and (max-width: 1280px) {
	.doc_ref_right {
		position: static;
		width: 100%;
		text-align: left;
		padding: 0 20px;
	}
}

.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 {
  /*display: inline-block;*/
  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 .mainPerson .firtPersonName input[type="text"]:nth-of-type(2) {
  margin-top: 5px;
}

.paperDetail_item1 .BtnSecion {
  width: 60%;
  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 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

/************************************************************當事人的階層關係**************************/
/*.plaintiff 原告
.defendant 被告
.relative  關係人*/
/*.paperDetail_item1   第一層級 名字+工作區*/
/*.paperDetail_item2   第二層級 關係人*/
/*.paperDetail_item2_2 第三層級 副關係人*/
/*.paperDetail_item3   第四層級 送達人*/
.paperDetail_item2,
.paperDetail_item2_2 {
  position: relative;
}

.plaintiff {
  margin-top: 40px;
}

.plaintiff .paperDetail_item1 {
  background: #f7f1f1;
  border-left: 10px solid #d10505;
}

.plaintiff .paperDetail_item1 .h2Title {
  color: #d10505;
}

.plaintiff .paperDetail_item3:hover {
  background: rgba(250, 248, 219, 0.3);
}

.plaintiff .paperDetail_item3 > .paperDetail_item1 {
  background: rgba(247, 241, 241, 0.5);
  border-left: none;
}

.plaintiff .paperDetail_item3 > .paperDetail_item1 .h2Title {
  opacity: 0.5;
}

.defendant {
  margin-top: 40px;
}

.defendant .paperDetail_item1 {
  background: #e9f3e4;
  border-left: 10px solid #078c17;
}

.defendant .paperDetail_item1 .h2Title {
  color: #078c17;
}

.defendant .paperDetail_item3:hover {
  background: rgba(250, 248, 219, 0.3);
}

.defendant .paperDetail_item3 > .paperDetail_item1 {
  background: rgba(233, 243, 228, 0.5);
  border-left: none;
}

.defendant .paperDetail_item3 > .paperDetail_item1 .h2Title {
  opacity: 0.5;
}

.relative {
  margin-top: 40px;
}

.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;
  }
}

.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-top: 20px;
  margin-left: 300px;
  width: calc(100% - 300px);
}

@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;
  }
}

.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;
}

/************************************************************ 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_item1 {
  border-left: 7px solid #d10505;
}

.paperDetail_item2 .relative .paperDetail_item3 > .paperDetail_item1 {
  margin-left: 230px;
  width: calc(100% - 230px);
  background: rgba(247, 241, 241, 0.5);
  border-left: none;
}

@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 .paperDetail_item2_2 {
  margin-left: -182px;
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item2 .paperDetail_item2_2 {
    margin-left: -52px;
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item2 .paperDetail_item2_2 {
    margin-left: 0;
    width: 100%;
  }
}

.paperDetail_item2 .paperDetail_item2_2 .relative {
  margin-top: 20px;
}

.paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item1 {
  border-left: 5px solid #d10505;
}

.paperDetail_item2 .paperDetail_item2_2 .relative .h2Title {
  opacity: 1;
}

.paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item3 {
  margin-left: 182px;
}

@media only screen and (max-width: 1280px) {
  .paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item3 {
    margin-left: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item3 {
    margin-left: 0;
    width: 100%;
  }
}

.paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item3 .h2Title {
  opacity: 0.5;
}

.paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
  background: rgba(247, 241, 241, 0.5);
  border-left: none;
}

.defendant .paperDetail_item2 .relative .paperDetail_item1 {
  border-left: 7px solid #078c17;
}

.defendant .paperDetail_item2 .relative .paperDetail_item3 > .paperDetail_item1 {
  background: rgba(233, 243, 228, 0.5);
  border-left: none;
}

.defendant .paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item1 {
  border-left: 5px solid #078c17;
}

.defendant .paperDetail_item2 .paperDetail_item2_2 .relative .paperDetail_item3 .paperDetail_item1 {
  background: rgba(233, 243, 228, 0.5);
  border-left: none;
}

/************************************************************ 預覽**************************/
.paperPreviewPDF {
  heigh: 100vh;
}

.paperPreviewPDF img {
  max-width: 800px;
  height: auto;
}

/************************************************************事由**************************/
.titleOuter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}

.titleOuter .titlebar {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
}

@media only screen and (max-width: 450px) {
  .titleOuter .titlebar {
    width: 100%;
  }
}

.titleOuter .titleOtherContent {
  text-align: right;
  margin-left: 10px;
  font-size: 2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 450px) {
  .titleOuter .titleOtherContent {
    width: 100%;
  }
}

.titleOuter .titleOtherContent .fileBtn,
.titleOuter .titleOtherContent .fileBtn2 {
  margin-left: 20px !important;
  margin-right: 0;
}

.paperDetail_item5 {
  border: 1px solid #fff;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
}

.paperDetail_item5:first-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 875px) {
  .paperDetail_item5 {
    width: 100%;
  }
}

.paperDetail_item5 .titleRightBtn {
  padding-right: 0;
}

.paperDetail_item5 .Pline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 875px) {
  .paperDetail_item5 .Pline {
    margin-bottom: 15px;
  }

  .paperDetail_item5 .Pline:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 875px) {
  .paperDetail_item5 .Pline .PlineL {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 875px) {
  .paperDetail_item5 .Pline .PlineR {
    display: block;
    width: 100%;
  }
}

.paperDetail_item4 {
  border: 1px solid #fff;
  margin-bottom: 10px;
  clear: both;
  width: 100%;
  background: rgba(112, 112, 112, 0);
}

@media only screen and (max-width: 1024px) {
  .paperDetail_item4 {
    width: 100%;
  }
}

.paperDetail_item6 {
  border: 1px solid #fff;
  clear: both;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  background-color: #fcece5;
}

@media only screen and (max-width: 875px) {
  .paperDetail_item6 {
    width: 100%;
  }
}

.paperDetailPlace {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}

.paperDetailPlace p {
  display: inline-block;
  width: 100%;
  clear: both;
  width: 100%;
}

.paperDetailPlace p span {
  color: #d10505;
}

.paperStyle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 20px 20px 0 10px;
}

@media only screen and (max-width: 875px) {
  .paperStyle {
    margin-bottom: 15px;
  }

  .paperStyle:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 875px) {
  .paperStyle .paperStyleL {
    display: block;
    width: 100%;
  }
}

.paperStyle .paperStyleL span {
  color: #d10505;
}

@media only screen and (max-width: 875px) {
  .paperStyle .paperStyleR {
    display: block;
    width: 100%;
  }
}

.paperStyle .paperStyleR ul li {
  display: inline;
}

.paperFileGroup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.paperFileGroup .paperFileName {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.paperFileGroup .iconGroup {
  margin-left: 20px;
}

.paperFileGroup .iconGroup a {
  margin-right: 15px;
}

.paperDetailDate {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
}

.paperDetailParagraph {
  width: 100%;
  display: block;
  margin-top: 0px;
  transition: height 1s;
}

.paperDetailParagraph p {
  display: flex;
  width: 100%;
  clear: both;
  width: 100%;
  padding: 10px;
}

.paperDetailParagraph p span {
  color: #d10505;
}

.paperDetailPerson {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0px 10px 10px 30%;
}

@media only screen and (max-width: 1280px) {
  .paperDetailPerson {
    width: 100%;
    padding: 0px 10px;
  }
}

.paperDetailPerson input {
  margin-right: 5px;
}

.paperDetailPerson div {
  width: 50%;
  display: flex;
  text-align: left;
  padding: 5px 0;
}

@media only screen and (max-width: 1024px) {
  .paperDetailPerson div {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .paperDetailPerson div {
    display: block;
    width: 100%;
  }
}

.paperDetailPerson div .sign {
  font-family: 標楷體;
  font-size: 2rem;
  color: #ff0000;
  border: 2px solid #ff0000;
  padding: 0px 5px;
  line-height: 3rem;
  margin-top: -2px;
}

.paperDetailPerson div:nth-child(odd) span:nth-child(1) {
  margin-right: 10px;
}

.paperDetailPerson div:nth-child(even) span:nth-child(1) {
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .paperDetailPerson div:nth-child(3) {
    margin-top: 10px;
  }

  .paperDetailPerson div:nth-child(odd) span:nth-child(1) {
    min-width: 60px;
    white-space: nowrap;
    margin-right: 15px;
  }

  .paperDetailPerson div:nth-child(even) span:nth-child(1) {
    min-width: 60px;
    white-space: nowrap;
    margin-right: 10px;
  }
}

/**************************************************************************************/
/************************************************************完成（選擇繳費）**************************/
/*****聯絡我們*********/
.FishedNotice {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 20px;
}

.FishedNotice .h2Title {
  font-size: 2.5rem;
  background: none !important;
  margin-bottom: 20px;
}

.FishedNotice .h3Title {
  background: none !important;
  margin-bottom: 20px;
}

.FishedNotice span {
  font-size: 2rem;
  color: #d10505;
  font-weight: bold;
}

.FishedNotice2 .tableShowDataSingle td:first-child {
  vertical-align: middle !important;
  background-color: #fff !important;
  border-right: 1px solid #e5e8e9;
}

.FishedNotice2 .tableShowDataSingle .checkRadioBtnGroup {
  padding-left: 25%;
  font-weight: normal;
}

@media only screen and (max-width: 1280px) {
  .FishedNotice2 .tableShowDataSingle .checkRadioBtnGroup {
    padding-left: 15px;
  }
}

.FishedNotice2 .tableShowDataSingle .checkRadioBtnGroupVertical {
  padding-left: 15px;
}

.FishedNotice2 .tableShowDataSingle .previewPDF {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}

.FishedNotice2 .tableShowDataSingle .formBtn {
  margin: 0;
}

.FishedNotice2 .tableShowDataSingle .formBtn .send {
  width: 220px;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .FishedNotice2 .tableShowDataSingle .formBtn .send {
    width: 100%;
    text-align: center;
  }
}

.FishedNotice2 .mobileTdWidth200 {
  width: 200px;
}

.smallInner {
  width: 60%;
  margin: 0 auto;
}

.hr_shadow {
  padding-bottom: 40px;
  margin-top: 40px;
  border: 0;
  padding-top: 10px;
  color: #d0d0d5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 10px -10px;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
.temp {
  width: 284px;
  height: 452px;
}

/*********************************************當事人 角色 顏色*********************************************/
.peopleColor {
  width: calc(100% - 208px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.peopleColor span {
  display: inline-block;
}

.peopleColor .threeRole {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.peopleColor div.firtPerson,
.peopleColor div.secontPerson,
.peopleColor div.thirdPerson {
  margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .peopleColor {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .peopleColor {
    flex-wrap: wrap;
  }

  .peopleColor .threeRole {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .peopleColor .threeRole .firtPerson,
  .peopleColor .threeRole .secontPerson,
  .peopleColor .threeRole .thirdPerson {
    white-space: nowrap;
  }
}

.firtPerson span {
  padding-right: 0;
  padding-left: 12px;
  background-image: url("../img/iconFirtPerson.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.secontPerson span {
  padding-left: 12px;
  background-image: url("../img/iconSecontPerson.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.thirdPerson span {
  padding-left: 12px;
  background-image: url("../img/iconThirdPerson.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

td .peopleColor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

td .peopleColor div {
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

td .peopleColor .firtPerson span {
  padding-left: 12px;
  background-image: url("../img/iconFirtPerson.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  td .peopleColor .firtPerson span {
    white-space: nowrap;
  }
}

td .peopleColor .secontPerson span {
  padding-left: 12px;
  background-image: url("../img/iconSecontPerson.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  td .peopleColor .secontPerson span {
    white-space: nowrap;
  }
}

td .peopleColor .thirdPerson span {
  padding-left: 12px;
  background-image: url("../img/iconThirdPerson.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  td .peopleColor .thirdPerson span {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1280px) {

  .nomalTd.specialWrap input,
  .nomalTd.specialWrap select {
    margin-bottom: 10px;
  }

  .nomalTd.specialWrap input:last-of-type,
  .nomalTd.specialWrap select:last-of-type {
    margin-bottom: 0px;
  }
}

/************************************************文章目錄*************************/
.bookmark {
  position: fixed;
  width: 100%;
}

.bookmark li {
  padding: 0px 0;
}

@media only screen and (max-width: 1400px) {
  .bookmark li {
    padding: 0px 0;
  }
}

.bookmark li a {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  background-size: 0;
  padding: 5px 0px 5px 0px;
  color: #000 !important;
}

.bookmark li a .num {
  display: block;
  position: absolute;
  left: -5px;
  top: 0px;
}

.bookmark li a .numLeft {
  margin-left: 20px;
}

.bookmark li a:hover {
  color: #e64a0d !important;
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
}

.bookmark li a.Second {
  margin-left: 30px;
  padding: 0px 0px 0px 30px;
  background-position: 10px 12px !important;
  background-size: 7px 7px;
  width: calc(100% - 30px);
}

.bookmark li .h2Title {
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #000 !important;
  margin-bottom: 0px;
  padding-left: 10px;
  background-size: 0;
  margin-top: -10px;
  padding-bottom: 3px;
  border-bottom: 3px solid #f3f3f3;
  display: inline-flex;
  width: 100% !important;
}

.bookmark li .current,
.bookmark li .leftNavLink.current {
  color: #e64a0d !important;
  display: inline-flex;
}

.bookmark li .leftNavLinkTop {
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .bookmark li a {
    line-height: 2rem !important;
  }
}

@media only screen and (max-width: 875px) {
  .bookmark {
    position: relative;
    display: block;
    background-color: #FFF4DD;
  }
}

@media only screen and (max-width: 875px) {
  .bookmark .leftNav {
    background-color: #FFF4DD;
    width: 100%;
    padding: 20px;
    border: 3px solid #E8B53E;
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
}

.anchor {
  display: block;
  height: 180px;
  margin-top: -180px;
  visibility: hidden;
}

.anchor0 {
  display: block;
  height: 20px;
  margin-top: -220px;
  visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .anchor {
    display: block;
    height: 50px;
    margin-top: 0px;
    visibility: hidden;
  }

  .anchor0 {
    display: block;
    height: 20px;
    margin-top: -50px;
    visibility: hidden;
  }
}

.leftNav li a.isDisabled,
.isDisabled,
.isDisabled.current {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.leftNav li a.isDisabled:hover,
.isDisabled:hover,
.isDisabled.current:hover {
  color: inherit !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  text-decoration: none !important;
}

/************************************************選用書狀範例 圖示*************************/
.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: 224px;
  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: 224px;
  }
}

.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;
}

/***********************************************案件查詢***************************************/
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 !important;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}

@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;
  }
}

/************************************************單一案件資料*************************/
.ThreeRow {
  margin-bottom: 10px;
}

.ThreeRow .TodoListFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1280px) {
  .ThreeRow .TodoListFlex .service:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .ThreeRow .TodoListFlex {
    display: inline-block;
    width: 100% !important;
  }
}

@media only screen and (max-width: 400px) {
  .ThreeRow .TodoListFlex .service:last-child .title-text {
    line-height: 24px;
  }
}

.ThreeRow .TodoListFlex .service {
  width: 32.5%;
  flex: 1 0 32.5%;
  margin-right: 15px;
}

.ThreeRow .TodoListFlex .service:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 1400px) {
  .ThreeRow .TodoListFlex .service {
    width: 49%;
  }
}

@media only screen and (max-width: 875px) {
  .ThreeRow .TodoListFlex .service {
    width: 100% !important;
  }
}

.ThreeRow .TodoListFlex .service .service-item {
  padding: 10px 20px;
  margin-right: 0;
  border: 1px solid #e5e8e9;
  border-radius: 10px;
  background-color: #fff;
}

.history {
  margin-top: 20px;
}

.history ol.listItem {
  list-style: none !important;
}

.history ol.listItem li {
  padding: 8px 5px 8px 0px;
  list-style: none !important;
  border-bottom: 1px solid #fff !important;
  margin-left: -35px !important;
}

@media only screen and (max-width: 1024px) {
  .history ol.listItem li {
    display: block;
    border-bottom: 1px solid #e5e8e9 !important;
  }
}

.history ol.listItem li span {
  margin-right: 20px;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .history ol.listItem li span {
    display: block;
  }
}

/************************************************************開闔**************************/
.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 i.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;
  transition: height 1s;
}

.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 .accessKeyRule .accessKey3 img {
  padding-top: 10px;
}

.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%;
}

/***********************************GSO********************************************/
/***********************************************************檔案上傳**************************/
.drop-zone {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  border: 4px dashed #d4bdd1;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #107c41;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  color: #ffffff;
  background-color: #107c41;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
  text-align: center;
}

/***************************************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 7px !important;
}

.select2-container--bootstrap .select2-selection {
  height: 37px;
  padding: 2px 20px 2px 7px !important;
}

.select2-container--bootstrap {
  display: inline-block !important;
  width: 300px;
}

/************************************************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;
}

/**********書狀製作方式*********************************************************************/
.webStyleGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 10px;
}

.webStyleColumn {
  width: 100%;
  margin-bottom: 20px;
}

.webStyleColumn .webStyleTitle {
  margin-bottom: 5px;
}

.webStyleColumn .webStyleTitle span {
  color: #d10505;
}

.webStyleColumn .webStyleContent {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

/**********CSO*********************************************************************/
.webStyleGroup2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 10px;
}

.webStyleGroup2 .webStyleColumn2 {
  width: 50%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .webStyleGroup2 .webStyleColumn2 {
    width: 100%;
  }
}

.webStyleGroup2 .webStyleColumn2 .webStyleTitle {
  margin-bottom: 5px;
}

.webStyleGroup2 .webStyleColumn2 .webStyleContent {
  padding-right: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .webStyleGroup2 .webStyleColumn2 .webStyleContent {
    padding-right: 0;
    margin-top: 20px;
  }
}

.webStyleGroup2 .webStyleColumn2:nth-child(2n) .webStyleContent {
  padding-right: 0px;
}

.FileStyleTitle {
  padding: 0 0 0 10px;
  margin: 20px 0 5px 0;
}

.FileStyleTitle span {
  color: #d10505;
}

.input-group-append,
.input-group-prepend {
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  height: 35px;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #707070;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 37px !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.btnInputRight {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding-top: 3px;
  font-size: 2.5rem;
  border-radius: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 70px;
  height: 37px;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-primary {
  color: #fff;
  background-color: #528cad;
  border-color: #528cad;
}

.fa {
  height: 37px;
  width: 37px;
}

.fa {
  display: inline-block;
  font: normal normal normal 37px/1 FontAwesome;
  font-size: 37px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.PDFSign {
  background-color: #FCF4CD;
  border-radius: 10px;
  border: 4px solid #E2A065;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}

.PDFFile {
  width: 100%;
  text-align: center;
  padding: 15px 0 0 0;
}

.PDFFile img {
  border: 4px solid #f0efef;
  max-width: 800px;
  width: 100%;
  height: auto;
}

.nameList .checkRadioBtnGroup li {
  min-width: 16%;
  padding-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 450px) {
  .nameList .checkRadioBtnGroup li {
    min-width: 30%;
  }
}

/******************************* 彈窗 儀表板維護 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;
}

/*
--------------------------------------------------------------------------------
container_05
--------------------------------------------------------------------------------
*/
.container_05 {
  display: flex;
  padding: 0;
  margin-bottom: 10px;
  overflow: auto;
}

@media only screen and (max-width: 1024px) {
  .container_05 {
    display: none;
  }
}

.container_05 .item p {
  display: block;
  font-size: 2.8rem;
  line-height: 4rem;
  color: transparent;
  cursor: not-allowed;
}

.container_05 .item {
  flex: 0 1 auto;
  padding: 10px;
  margin: 10px;
}

/*
--------------------------------------------------------------------------------
公告 
--------------------------------------------------------------------------------
*/
.tdNews2 {
  position: relative;
  color: #fff !important;
  background-color: #02739d !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;
}

.common_hide{
    display:none;
}

.common_show {
    display:block;
}

.common_table_row{
    display:table-row;
}

.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;
	}
}

