@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*$lightbrown: #639FAB;
$darkbrown: #0062AA;*/
/*$lightbrown: #0DAB76;
$darkbrown: #007C36;*/
/*$lightbrown: #E84855;
$darkbrown: #7E0301;*/
header {
  width: 960px !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  header nav {
    position: absolute;
    margin-top: -48px;
    margin-left: 380px;
    min-width: 540px; }
    header nav ul {
      padding: 0px; 
    }
      header nav ul li {
        display: inline-block;
        list-style: none;
        cursor: pointer; }
      /*20210421*/
        header nav ul li a {
          display: inline-block;
          letter-spacing: 1px;
          min-width: 78px;
          font-size: 18px;
          font-family: 華康黑體, Microsoft JhengHei;
          color: #78783C;
          padding: 0px 4px;
          text-decoration: none; }
        header nav ul li ul {
          display: none;
          position: absolute;
          background-color: red;
          width: 120px;
          padding: 0px;
          z-index: 99; }
          header nav ul li ul li {
            display: block;
            padding: 5px 0px;
            list-style: none;
            text-align: center;
            border-bottom: 1px solid white; }
            header nav ul li ul li a {
              color: white;
              font-size: 12px; }
            header nav ul li ul li:last-child {
              border: none; }
        header nav ul li:hover {
          font-weight: 900; }
          header nav ul li:hover ul {
            display: block;
            background-color: #B8B8B8; }

.container {
  width: 960px !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 600px; }
  .container:after {
    min-width: 930px;
    content: "";
    border-bottom: 1px solid #B7B7B7;
    min-height: 10px;
    display: inline-block;
    margin: 0px 15px; }

footer {
  width: 960px !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #606135;
  min-height: 80px;
  font-family: 華康黑體, Microsoft JhengHei;
  color: white; }
  footer .contact {
    padding: 13px 23px; }
  footer .info {
    position: absolute;
    text-align: center;
    margin-top: -70px;
    margin-left: 445px;
    min-width: 484px; }
    footer .info a {
      border-right: 2px solid white;
      padding: 0px 6px;
      text-decoration: none;
      color: white; }
      footer .info a:last-child {
        border: none; }
      .info_link{
          padding-left: 0px;
      }
.normalTable {
  margin-top: 26px;
  width: 100%;
  font-size: 14px; }
  .normalTable caption {
    caption-side: bottom; }
    .normalTable caption ul li {
      display: inline;
      margin: 0px 5px; }
      .normalTable caption ul li a {
        color: white;
        background-color: #898945;
        padding: 0px 8px;
        border-radius: 99px;
        text-align: center;
        text-decoration: none; }
    .normalTable caption ul .active {
      background-color: #78783C; }
  .normalTable tbody a {
    text-decoration: none; }
  .normalTable tbody tr {
    cursor: pointer; }
    .normalTable tbody tr td {
      line-height: 24px;
      color: #78783C;
      /*text-align: center;*/
      vertical-align: top; }
      .normalTable tbody tr td:nth-child(odd) {
        color: #78783C; }
        .normalTable tbody tr td:nth-child(odd) a {
          color: #78783C; }
      .normalTable tbody tr td:nth-child(even) {
        color: #78783C; }
        .normalTable tbody tr td:nth-child(even) a {
          color: #78783C; }
      .normalTable tbody tr td:nth-child(1) {
        width: 7%;
        font-family: Calisto MT, Times New Roman, Microsoft JhengHei; }
      .normalTable tbody tr td:nth-child(2) {
        width: 18%;
        font-family: Calisto MT, Times New Roman, Microsoft JhengHei; }
      .normalTable tbody tr td:nth-child(3) {
        text-align: left;
        width: 75%;
        font-family: 華康黑體, Microsoft JhengHei; }
.examTable {
  width: 100%;
  font-size: 14px;
  font-family: 華康黑體, Microsoft JhengHei;
  border-collapse: separate;
  border-spacing: 10px 12px; }
  .examTable thead tr th {
    background-color: #D0AC7C;
    color: white;
    padding: 5px 0px; }
  .examTable tbody tr {
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: transparent;
    margin: 3px 2px; }
    .examTable tbody tr td {
      padding: 5px 0px;
      background-color: white;
      text-align: center;
      color: #A4A4A4;
      background-color: #EEEEEE; }

.explainTable thead th {
  width: 33%; }

.mainLayout {
  min-height: 600px; }
  .mainLayout .header {
    padding: 8px; }
    .mainLayout .header #pageTitle {
      text-align: center;
      font-family: 華康黑體, Microsoft JhengHei;
      font-weight: 900;
      font-size: 38px;
      color: #78783C;
      letter-spacing: 10px;
      margin-bottom: 0px; }
    .mainLayout .header #pageSubTitle {
      text-align: center;
      font-family: Calisto MT, Times New Roman, Microsoft JhengHei;
      font-weight: 900;
      font-size: 22px;
      color: #78783C;
      letter-spacing: 2px; }
    .mainLayout .header ul {
      text-align: center;
      margin-top: 40px; }
      .mainLayout .header ul li {
        display: inline;
        padding: 2px 9px;
        min-width: 80px;
        background-color: #898945;
        margin: 0px 12px;
        border-radius: 99px; }
        .mainLayout .header ul li a {
          text-decoration: none;
          font-family: 華康黑體, Microsoft JhengHei;
          color: white; }
      .mainLayout .header ul .active {
        background-color: #78783C; }
  .mainLayout .content {
    margin: 0px 15px;
    min-width: 930px; }

.articleLayout {
  padding: 0px 15px; }
  .articleLayout .leftLayout {
    float: left;
    width: 700px;
    min-height: 300px;
    /*background-color: red;*/ }
    .articleLayout .leftLayout .title {
      font-family: 華康黑體, Microsoft JhengHei;
      color: #78783C;
      font-size: 26px; }
    .articleLayout .leftLayout article {
      font-family: 華康黑體, Microsoft JhengHei;
      color: #78783C;
      min-height: 250px; }
    .articleLayout .leftLayout .file {
      display: none; }
      .articleLayout .leftLayout .file .title {
        font-family: 華康黑體, Microsoft JhengHei;
        color: #78783C;
        font-size: 14px; }
      .articleLayout .leftLayout .file .list {
        margin-left: 15px; }
        .articleLayout .leftLayout .file .list a {
          display: block;
          text-decoration: none;
          color: #D0AC7C; }
    .articleLayout .leftLayout .controller {
      font-family: Calisto MT, Times New Roman, Microsoft JhengHei;
      padding: 25px 0px; }
      .articleLayout .leftLayout .controller a {
        text-decoration: none;
        color: #78783C;
        position: absolute; }
      .articleLayout .leftLayout .controller .prev {
        margin-left: 50px; }
      .articleLayout .leftLayout .controller .next {
        margin-left: 520px; }
  .articleLayout .rightLayout {
    float: left;
    width: 200px;
    min-height: 300px;
    margin: 30px 0px; }
    .articleLayout .rightLayout .tag {
      font-family: 華康黑體, Microsoft JhengHei;
      font-size: 14px; }
      .articleLayout .rightLayout .tag h3 {
        color: #78783C; }
      .articleLayout .rightLayout .tag div {
        color: #D0AC7C; }
    .articleLayout .rightLayout .update {
      display: none; }
    .articleLayout .rightLayout .writer {
      display: none; }

.downloadLayout {
  padding: 0px 15px; }
  .downloadLayout .leftLayout {
    float: left;
    width: 200px;
    min-height: 300px; }
    .downloadLayout .leftLayout ul {
      padding-left: 0px; }
      .downloadLayout .leftLayout ul li {
        list-style: none;
        color: #78783C;
        font-size: 18px;
        font-weight: 900; }
        .downloadLayout .leftLayout ul li a {
          text-decoration: none;
          color: #78783C; }
        .downloadLayout .leftLayout ul li ul {
          padding-left: 16px; }
          .downloadLayout .leftLayout ul li ul li {
            font-size: 16px;
            list-style: none;
            color: #78783C;
            font-weight: 100;
            padding: 7px 0px; }
            .downloadLayout .leftLayout ul li ul li a {
              text-decoration: none;
              color: #78783C; }
            .downloadLayout .leftLayout ul li ul li:before {
              content: "　"; }
          .downloadLayout .leftLayout ul li ul .active:before {
            content: "►"; }
  .downloadLayout .rightLayout {
    float: left;
    width: 700px;
    min-height: 300px; }

.productLayout {
  padding: 0px 15px; }
  .productLayout .leftLayout {
    float: left;
    width: 200px;
    min-height: 300px; }
    .productLayout .leftLayout ul {
      padding-left: 0px; }
      .productLayout .leftLayout ul li {
        list-style: none;
        color: #78783C;
        font-size: 18px;
        font-weight: 900; }
        .productLayout .leftLayout ul li a {
          text-decoration: none;
          color: #78783C; }
        .productLayout .leftLayout ul li ul {
          padding-left: 16px; }
          .productLayout .leftLayout ul li ul li {
            font-size: 16px;
            list-style: none;
            color: #78783C;
            font-weight: 100;
            padding: 7px 0px; }
            .productLayout .leftLayout ul li ul li a {
              text-decoration: none;
              color: #78783C; }
            .productLayout .leftLayout ul li ul li:before {
              content: "　"; }
          .productLayout .leftLayout ul li ul .active:before {
            content: "►"; }
  .productLayout .rightLayout {
    float: left;
    width: 700px;
    min-height: 300px; }
    .productLayout .rightLayout a {
      display: block;
      cursor: pointer;
      text-decoration: none;
      float: left;
      width: 210px;
      padding: 20px 10px;
      text-align: center;
      font-family: 華康黑體, Microsoft JhengHei;
      color: #78783C;
      min-height: 250px; }
      .productLayout .rightLayout a img {
        width: 140px;
        display: block;
        padding: 0px 35px; }
      .productLayout .rightLayout a span {
        width: 140px; }

.examCentrePage .Login {
  padding: 0px 220px; }
  .examCentrePage .Login div {
    margin: 10px 0px; }
    .examCentrePage .Login div label {
      color: #78783C;
      font-size: 22px;
      font-weight: 900;
      width: 17%;
      display: block;
      float: left; }
    .examCentrePage .Login div input {
      border-style: none;
      border-bottom: 1px solid #7F4F21;
      width: 100%; }
    .examCentrePage .Login div input[type=number] {
      -moz-appearance: textfield; }
    .examCentrePage .Login div ::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .examCentrePage .Login div ::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .examCentrePage .Login div input[type=submit], .examCentrePage .Login div input[type=reset] {
      cursor: pointer;
      display: block;
      background-color: #78783C;
      color: white;
      padding: 10px 0px;
      margin: 12px 15%;
      width: 70%; }

.examCentreLayout {
  padding: 0px 15px; }
  .examCentreLayout .leftLayout {
    float: left;
    width: 200px;
    min-height: 300px; }
    .examCentreLayout .leftLayout ul {
      padding-left: 0px;
      font-family: 華康黑體, Microsoft JhengHei; }
      .examCentreLayout .leftLayout ul li {
        list-style: none;
        color: #7F4F21;
        font-size: 18px;
        font-weight: 900; }
        .examCentreLayout .leftLayout ul li a {
          text-decoration: none;
          color: #7F4F21; }
        .examCentreLayout .leftLayout ul li ul {
          padding-left: 16px; }
          .examCentreLayout .leftLayout ul li ul li {
            font-size: 16px;
            list-style: none;
            color: #78783C;
            font-weight: 100;
            padding: 7px 0px; }
            .examCentreLayout .leftLayout ul li ul li a {
              text-decoration: none;
              color: #404040; }
            .examCentreLayout .leftLayout ul li ul li:before {
              content: "　"; }
          .examCentreLayout .leftLayout ul li ul .active:before {
            content: "►"; }
    .examCentreLayout .leftLayout .persional {
      margin: 80px 8px 8px;
      border: 1px solid #78783C;
      padding: 10px; }
      .examCentreLayout .leftLayout .persional div:nth-child(odd) {
        color: #7F4F21; }
      .examCentreLayout .leftLayout .persional div:nth-child(even) {
        color: #D0AC7C;
        margin-bottom: 15px; }
      .examCentreLayout .leftLayout .persional div[class^="u"] {
        display: none; }
    .examCentreLayout .leftLayout input {
      width: 100%;
      border: 1px solid #7F4F21;
      background-color: #7F4F21;
      color: white;
      padding: 10px 0px;
      cursor: pointer; }
  .examCentreLayout .rightLayout {
    width: 700px;
    float: left; }

.messageLayout {
  padding: 0px 15px; }
  .messageLayout .title {
    font-family: 華康黑體, Microsoft JhengHei;
    color: #7F4F21;
    font-size: 26px; }
  .messageLayout article {
    font-family: 華康黑體, Microsoft JhengHei;
    color: #7F4F21;
    min-height: 250px; }
  .messageLayout .file {
    display: none; }
    .messageLayout .file .title {
      font-family: 華康黑體, Microsoft JhengHei;
      color: #7F4F21;
      font-size: 14px; }
    .messageLayout .file .list {
      margin-left: 15px; }
      .messageLayout .file .list a {
        display: block;
        text-decoration: none;
        color: #D0AC7C; }
  .messageLayout .controller {
    font-family: Calisto MT, Times New Roman, Microsoft JhengHei;
    padding: 25px 0px; }
    .messageLayout .controller a {
      text-decoration: none;
      color: #7F4F21;
      position: absolute; }
    .messageLayout .controller .prev {
      margin-left: 50px; }
    .messageLayout .controller .next {
      margin-left: 520px; }

.index .top {
  padding: 55px 10px;
  min-height: 335px; 
}
  .index .top .banner {
    display: block;
    float: left;
    position: relative;
    width: 550px;
    height: 335px;
    width: 550px;
    overflow: hidden; }
    .index .top .banner .view {
      padding: 0px;
      position: absolute;
      width: 9999px; }
      .index .top .banner .view li {
        list-style: none;
        float: left;
        padding: 0px 10px; }
        .index .top .banner .view li img {
          width: 530px;
          height: 281px; }
    .index .top .banner .controller {
      margin-top: 305px;
      margin-bottom: 0px;
      padding: 0px;
      text-align: center;
      font-size: 22px; }
      .index .top .banner .controller li {
        display: inline;
        cursor: pointer;
        color: #D0AC7C; }
        .index .top .banner .controller li:hover {
          color: #7F4F21; }
      .index .top .banner .controller .active {
        color: #7F4F21; }
  .index .top .news {
    display: block;
    float: left;
    padding: 5px 10px;
    width: 370px;
    height: 325px; }
    .index .top .news .title {
      font-family: Calisto MT, Times New Roman, Microsoft JhengHei;
      font-size: 28px;
      font-weight:bold;
      color: #DF0012;
      background-color: white; }
      .index .top .news .title:after {
        content: "";
        display: block;
        border-bottom: 1px solid #A7A7A7;
        margin-top: -14px;
        background-color: white; }
    .index .top .news .normalTable td {
    /*          &:nth-child(3){
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    max-width: 250px;
		  }*/ }
      .index .top .news .normalTable td:nth-child(2) {
        width: 250px;
        text-align: justify; }
.index .mid {
    /*
	  .mid_3{
	    margin-top: 10px;
	    a{
		&:nth-child(1){
		  margin-left: 15px;
		  img{
		    width: 250px;
		    height: 250px;
		  }
		}
		&:nth-child(2){
		  margin-left: 30px;
		  img{
		    width: 250px;
		    height: 250px;
		  }
		}
		&:nth-child(3){
		  margin-left: 15px;
		  img{
		    width: 380px;
		    height: 250px;
		  }

		}
	    }
	  }
	  .mid_2{
	    margin-top: 10px;
	    a{
		&:nth-child(1){
		  margin-left: 15px;
		  img{
		    width: 530px;
		    height: 250px;
		  }
		}
		&:nth-child(2){
		  margin-left: 15px;
		  img{
		    width: 380px;
		    height: 250px;
		  }
		}
	    }
	  }
    */ }
  .index .mid div {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px; 
    }
    .index .mid div:nth-child(2) {
      margin-left: 20px; }
    
     .index .mid1 div {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px; }
    .index .mid1 div:nth-child(2) {
      margin-left: 30px; }
.index .bottom {
  padding: 5px 15px 10px;
  /*min-height:335px;*/ }
  .index .bottom label {
        font-family: Calisto MT, Times New Roman, Microsoft JhengHei;
        font-size: 28px;
        font-weight:bold;
        color: #DF0012;
        background-color: white;}
    .index .bottom label:after {
      content: "";
      display: block;
      border-bottom: 1px solid #A7A7A7;
      margin-top: -14px;
      background-color: white; }
  .index .bottom div {
    margin-top: 20px; }
    .index .bottom div img {
      width: 140px;
      margin: 0px 20px; }

.pointer {
  cursor: pointer; }

.newsPage .messageTable {
  margin-left: 0px 40px; }

.columnPage .main {
  min-height: 300px;
  margin: 0px 15px; }
  .columnPage .main img {
    display: block;
    float: left;
    width: 400px;
    height: 300px; }
  .columnPage .main .column {
    display: block;
    float: left;
    width: 370px;
    margin: 0px 15px;
    font-family: 華康黑體, Microsoft JhengHei; }
    .columnPage .main .column .columntitle {
      font-size: 26px;
      min-height: 35px;
      color: #7F4F21; }
    .columnPage .main .column .columncontent {
      min-height: 240px;
      font-size: 14px;
      color: #D0AC7C; }
    .columnPage .main .column .columndescription {
      display: block;
      min-height: 25px;
      font-size: 18px;
      color: #7F4F21;
      text-align: right;
      text-decoration: none; }
.columnPage .columnlist {
  min-height: 250px;
  margin-top: 10px; }
  .columnPage .columnlist div {
    float: left;
    width: 215px;
    padding: 0px 5px; }
    .columnPage .columnlist div img {
      display: block;
      width: 215px;
      height: 215px; }
    .columnPage .columnlist div div {
      text-align: center; }
      .columnPage .columnlist div div a {
        color: #7F4F21;
        font-weight: 900;
        text-decoration: none; }

.aboutPage {
  color: #D0AC7C;
  font-family: 華康黑體, Microsoft JhengHei;
  padding: 0px 5px; }
  .aboutPage article section {
    margin: 17px 0px;
    text-align: justify;
    font-size: 18px;
    line-height: 32px; }
  .aboutPage article ul li {
    list-style: decimal; }
  .aboutPage article div {
    font-size: 18px;
    line-height: 32px;
    padding: 0px 15px; }
    .aboutPage article div span {
      color: #7F4F21;
      margin-right: 15px; }
  .aboutPage .center {
    color: #7F4F21;
    text-align: center;
    padding: 60px 0px;
    font-size: 20px; }
  .aboutPage .pic {
    text-align: center; }
    .aboutPage .pic img {
      width: 425px;
      margin: 0px 10px;
      border-radius: 10px;
      box-shadow: 15px 17px 13px -15px rgba(0, 0, 0, 0.75); }

.contactPage {
  font-family: 華康黑體, Microsoft JhengHei; }
  .contactPage table {
    width: 100%;
    padding: 0px 265px; }
    .contactPage table caption {
      text-align: center;
      color: #7F4F21;
      font-size: 25px;
      font-weight: 900; }
    .contactPage table tr {
      line-height: 43px; }
      .contactPage table tr td {
        color: #D0AC7C; }
        .contactPage table tr td:first-child {
          color: #7F4F21; }

.faqPage {
  font-family: 華康黑體, Microsoft JhengHei;
  padding: 0px 90px;
  font-size: 18px;
  font-weight: 900; }
  .faqPage .q {
    color: #7F4F21;
    padding-bottom: 12px;
    word-break: break-all; }
  .faqPage .a {
    color: #D0AC7C;
    padding-bottom: 12px;
    word-break: break-all; }

.productDetialPage {
  font-family: 華康黑體, Microsoft JhengHei; }
  .productDetialPage .Top {
    border: 1px solid #D0AC7C;
    min-height: 420px;
    padding: 0px 0px 10px 0px; }
    .productDetialPage .Top img {
      display: block;
      float: left;
      width: 280px;
      margin: 10px; }
    .productDetialPage .Top .productInfo {
      float: left;
      width: 378px;
      padding: 0px 10px; }
      .productDetialPage .Top .productInfo h2 {
        font-size: 36px;
        color: #7F4F21; }
      .productDetialPage .Top .productInfo .productContent {
        width: 378px;
        padding: 10px 3px;
        min-height: 120px; }
      .productDetialPage .Top .productInfo .price {
        border-top: 1px solid #D0AC7C;
        font-size: 18px;
        color: #D0AC7C;
        width: 130px;
        padding: 4px 5px; }
        .productDetialPage .Top .productInfo .price span {
          margin-left: 40px;
          color: #A7A7A7; }
      .productDetialPage .Top .productInfo .discountprice {
        border-top: 1px solid #D0AC7C;
        font-size: 20px;
        color: #D0AC7C;
        width: 130px;
        padding: 4px 5px; }
        .productDetialPage .Top .productInfo .discountprice span {
          margin-left: 14px;
          color: lightslategray; }
      .productDetialPage .Top .productInfo a {
        display: block;
        color: white;
        background-color: #7F4F21;
        width: 360px;
        font-size: 36px;
        min-height: 50px; }
    .productDetialPage .Top:after {
      display: block;
      content: " ";
      clear: both; }
  .productDetialPage img {
    margin: 10px 2%;
    display: block;
    width: 96%; }

.examCentreLayout {
  padding: 0px 15px; }
  .examCentreLayout .leftLayout {
    float: left;
    width: 200px;
    min-height: 300px; }
    .examCentreLayout .leftLayout ul {
      padding-left: 0px;
      font-family: 華康黑體, Microsoft JhengHei; }
      .examCentreLayout .leftLayout ul li {
        list-style: none;
        color: #7F4F21;
        font-size: 18px;
        font-weight: 900; }
        .examCentreLayout .leftLayout ul li a {
          text-decoration: none;
          color: #7F4F21; }
        .examCentreLayout .leftLayout ul li ul {
          padding-left: 16px; }
          .examCentreLayout .leftLayout ul li ul li {
            font-size: 16px;
            list-style: none;
            color: #D0AC7C;
            font-weight: 100;
            padding: 7px 0px; }
            .examCentreLayout .leftLayout ul li ul li a {
              text-decoration: none;
              color: #404040; }
            .examCentreLayout .leftLayout ul li ul li:before {
              content: "　"; }
          .examCentreLayout .leftLayout ul li ul .active:before {
            content: "►"; }
    .examCentreLayout .leftLayout .persional {
      margin: 80px 8px 8px;
      border: 1px solid #D0AC7C;
      padding: 10px; }
      .examCentreLayout .leftLayout .persional div:nth-child(odd) {
        color: #7F4F21; }
      .examCentreLayout .leftLayout .persional div:nth-child(even) {
        color: #D0AC7C;
        margin-bottom: 15px; }
      .examCentreLayout .leftLayout .persional div[class^="u"] {
        display: none; }
    .examCentreLayout .leftLayout input {
      width: 100%;
      border: 1px solid #7F4F21;
      background-color: #7F4F21;
      color: white;
      padding: 10px 0px;
      cursor: pointer; }
  .examCentreLayout .rightLayout {
    width: 700px;
    float: left; }

.MediaExplain label {
  font-family: 華康黑體, Microsoft JhengHei;
  position: absolute;
  font-size: 24px;
  margin-left: 93px;
  margin-top: 51px;
  font-weight: 900;
  color: white; }
.MediaExplain img {
  width: 100%;
  cursor: pointer; }

.TranscriptsPage {
  font-family: 華康黑體, Microsoft JhengHei;
  padding: 0px 0px 30px; }
  .TranscriptsPage h2 {
    color: #7F4F21; }
    .TranscriptsPage h2 small {
      padding: 2px 10px;
      font-weight: 100;
      font-size: 14px; }
      .TranscriptsPage h2 small a {
        margin: 0px 5px;
        text-decoration: none;
        padding: 2px 5px;
        border-radius: 8px;
        background-color: #D0AC7C;
        color: white;
        border: 1px solid #D0AC7C;
        cursor: pointer; }
      .TranscriptsPage h2 small input {
        margin: 0px 5px;
        text-decoration: none;
        padding: 2px 8px;
        border-radius: 8px;
        background-color: #D0AC7C;
        color: white;
        border: 1px solid #D0AC7C;
        cursor: pointer; }
      .TranscriptsPage h2 small .active {
        background-color: #7F4F21; }
  .TranscriptsPage h3 {
    color: #7F4F21; }
    .TranscriptsPage h3 a {
      margin-left: 13px;
      border: 1px solid #7F4F21;
      background-color: white;
      color: #7F4F21;
      text-decoration: none;
      border-radius: 8px;
      padding: 1px 17px;
      cursor: pointer; }
  .TranscriptsPage .scoreoverview .score {
    width: 300px;
    min-height: 400px;
    float: left; }
  .TranscriptsPage .scoreoverview .view {
    width: 400px;
    float: left;
    min-height: 400px; }
    .TranscriptsPage .scoreoverview .view div {
      margin-top: 15px;
      text-align: center; }
      .TranscriptsPage .scoreoverview .view div label {
        background-color: #D0AC7C;
        padding: 5px 10px;
        color: white;
        letter-spacing: 2px; }
  .TranscriptsPage .scoreoverview:last-child {
    content: " ";
    display: block;
    clear: both; }
  .TranscriptsPage .AreaLocationAnalysis {
    text-align: center; }
    .TranscriptsPage .AreaLocationAnalysis #studentBank {
      cursor: pointer; }
  .TranscriptsPage .examTable td {
    color: #404040; }
  .TranscriptsPage .explainTable td {
    text-align: justify; }
  .TranscriptsPage .reportfile {
    display: none; }
    .TranscriptsPage .reportfile td:nth-child(2) {
      text-align: left; }
  .TranscriptsPage .aboutfile {
    display: none; }
    .TranscriptsPage .aboutfile td:nth-child(2) {
      text-align: left; }
  .TranscriptsPage .fileTable td:nth-child(1) {
    width: 6%; }
  .TranscriptsPage .fileTable td:nth-child(2) {
    text-align: left;
    width: 80%; }
  .TranscriptsPage .fileTable td:nth-child(3) {
    width: 14%; }
  .TranscriptsPage .ac-tooltip {
    border: lightblue thin solid;
    background-color: white;
    z-index: 7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px; }
    .TranscriptsPage .ac-tooltip .ac-list {
      padding: 5px 20px; }
    .TranscriptsPage .ac-tooltip .ac-list li {
      list-style: none; }

.linkPage {
  padding: 0px 15px; }
.linkPage ul {
  padding: 0px;
  margin: 30px 100px; }
  .linkPage ul li {
    list-style: none;
    float: left;
    padding: 10px 20px;
    min-width: 100px; }
    .linkPage ul li a {
      color: #78783C;
      text-decoration: none; }
      
#searchContainer {
width: 30%;
float: right;
display: inline-block;
}
.gsc-adBlock {
  display: none !important;
} 
.reciprocal{
  margin-top: 15px; 
}
 .reciprocal .info{
     display: inline-block;
     width:250px;
     height:250px;
      background-color: #327137;
      margin-left: 30px; 
      overflow:hidden;
  }
.reciprocal .info .title{
   margin: 0;
   display: block;
   width:250px;
   height:50px;
   background-color: #D59D53;
   margin-top: 30px;
   font-size: 32px;
   letter-spacing: 3px;
   text-align: center; 
   color: #000;
   font-weight:bold;
   transform:rotate(-5deg);
}
.reciprocal .info .title2{
   margin: 0;
   display: block;
   width:250px;
   height:30px;
   font-size: 25px;
   letter-spacing: 3px;
   text-align: center; 
   color: #F7DD18;
   font-weight:bold;
   transform:rotate(-5deg);
   margin-bottom: 10px;
}

.reciprocal .info .days{
   margin: 0;
   display: inline-block;
   width:250px;
   height:30px;
   font-size: 120px;
   letter-spacing: 0px;
   text-align: center; 
   color: #F7DD18;
   font-weight:bold;
   padding-left: 10px;
}
.reciprocal .info .day{
   margin: 0;
   display: inline-block;
   width:30px;
   height:30px;
   font-size: 30px;
   letter-spacing: 0px;
   text-align: center; 
   color: #F7DD18;
   font-weight:bold;
}
.YTUrl{
   color: #78783C;
   padding-left: 600px;
   cursor: pointer;
   font-weight:bold;
}

header .links {
    position: absolute;
    margin-left: 830px;
    border-radius: 0px 0px 10px 10px;
    min-height: 30px;
    width: 120px;
    top:0;
}
header .links  a{
  text-decoration:none;
}
/* 懸浮廣告樣式 */
.notice-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 369px;
    height: 369px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: hidden;
}

/* 廣告圖片 */
.notice-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 確保圖片充滿區域 */
}

/* 關閉按鈕 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 50%;
}
/*# sourceMappingURL=main.css.map */
