/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  width: 100%;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  color: #000000;
}

.iconHome {
  background: url(../../images/icon_home.svg);
  background-size: 43%;
  background-repeat: no-repeat;
  background-position: left center;
}

.iconArraw {
  background: url(../../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 6px;
}

@media screen and (min-width: 280px) {
  main .content {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  main .content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
  footer .footerArea {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  main .content {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
  footer .footerArea {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 660px) {
  .wrapperBody .dreadCrumbsArea ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapperBody .dreadCrumbsArea ul li {
    padding-left: 0px !important;
  }
  .wrapperBody .dreadCrumbsArea ul li + li {
    padding-left: 20px !important;
  }
  .iconArraw {
    margin-left: 0px;
  }
}
.wrapperBody {
  width: 100%;
  padding-top: 75px;
  background-color: #ecf1f6;
}
.wrapperBody .dreadCrumbsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
}
.wrapperBody .dreadCrumbsArea ul {
  width: auto;
  height: 100%;
  padding-left: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapperBody .dreadCrumbsArea ul li {
  display: block;
  width: auto;
  color: #646464;
  font-size: 0.875rem;
  padding-left: 30px;
}
.wrapperBody .dreadCrumbsArea ul li a {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  text-decoration: none;
  color: #646464;
  font-size: 0.875rem;
}
.wrapperBody main {
  display: inline-block;
  width: 100%;
}
.wrapperBody main .content .noRwdScrollbar {
  width: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder {
  min-width: 1200px;
  /* IE11  open*/
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder h2 {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  color: #00695c;
  margin-top: 75px;
  padding-bottom: 42px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder *::-ms-backdrop,
.wrapperBody main .content .noRwdScrollbar .noRwdBorder h2 {
  font-weight: bold;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea {
  width: auto;
  border-radius: 10px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  padding: 12px 14px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 35px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .itemBg {
  position: absolute;
  width: 228px;
  height: 100%;
  background-color: #edf2f6;
  border-radius: 10px;
  padding-bottom: 165px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemTitle {
  display: block;
  min-width: 154px;
  width: 154px;
  line-height: 1.5;
  padding: 25px 37px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemContent {
  display: block;
  min-width: 154px;
  width: 700px;
  line-height: 1.5;
  padding: 25px 26px;
  color: #00695c;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput {
  width: 1035px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput input {
  width: 370px;
  height: 40px;
  margin: 25px 24px;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput input[type=checkbox] {
  width: 20px;
  margin: 25px 10px 25px 24px;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput input[type=file] {
  border: 0px;
  height: auto;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput textarea {
  width: 630px;
  min-height: 40px;
  resize: vertical;
  overflow: auto;
  margin: 25px 24px;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput select {
  width: 310px;
  height: 45px;
  margin: 25px 0px 25px 24px;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput .wrapSelect {
  width: 87px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .itemInput #a_attachment {
  margin: 25px 24px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .manySelect .radioCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .manySelect .radioCenter input {
  width: 18px;
  height: 18px;
  margin: 25px 8px 25px 24px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table {
  display: block;
  width: 80%;
  padding: 21px 25px 0 25px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 890px;
  height: 36px;
  padding: 0 15px;
  background-color: #f5f8fb;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table thead tr {
  display: block;
  width: calc(18% - 8px);
  margin-left: 8px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table thead tr:nth-child(1) {
  width: 80px;
  margin-left: 0px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table thead .radioTitleGap th {
  padding-left: 5px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table thead .editIconTitle {
  width: 10%;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody {
  display: block;
  width: 890px;
  padding: 14px 15px 0 15px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr td {
  width: 18%;
  padding-left: 0;
  margin-left: 7px;
  height: 100%;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr td input {
  width: 94%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr td textarea {
  width: 94%;
  min-height: 40px;
  resize: vertical;
  overflow: auto;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr td select {
  width: 95%;
  height: 45px;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr td:nth-child(1) {
  width: 80px;
  margin-left: 0px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .radioGap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .radioGap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .radioGap label input {
  width: 20px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .radioGap label + label {
  margin-left: 36px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .editIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 45px;
  width: 10%;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .editIcon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .editIcon .iconAdd:hover {
  background-color: #e5f4fc;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody tr .editIcon .iconDel:hover {
  background-color: #fde9e6;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item table tbody .numberAuthors {
  text-align: center;
  line-height: 2.5;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .authorsLists {
  margin-left: 228px;
  padding: 0px 25px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .authorsLists tbody {
  padding: 0 15px 14px 15px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .item .authorsLists tbody tr td {
  padding-left: 10px;
  line-height: 1.25;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .flexWrap .warnList {
  width: 100%;
  margin-left: 252px;
  line-height: 1.5;
  margin-top: -190px;
  color: #00695c;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .flexWrap .publishGapSet,
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .flexWrap .planGapSet {
  margin-top: -20px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .itemStyle .flexWrap .planNoGapSet {
  margin-top: -50px;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .submitThesis {
  width: auto;
  height: 40px;
  padding: 7px 19px 6px 20px;
  border-radius: 4px;
  border: 0px;
  background-color: #00695c;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 60px 0 75px 252px;
  cursor: pointer;
}
.wrapperBody main .content .noRwdScrollbar .noRwdBorder .FormDataArea .submitThesis:hover {
  background-color: #028576;
}