@charset "utf-8";
/* Varibles */
/* Effects */
/* Preset Classes*/
.fill {
  width: 100%;
  height: 100%;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.middle {
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB20 {
  margin-bottom: 20px;
}
.marginR10 {
  margin-right: 10px;
}
.marginR20 {
  margin-right: 20px;
}
.hide {
  display: none !important;
}
div.show {
  display: block !important;
}
span.show {
  display: inline-block !important;
}
.hidden {
  visibility: hidden;
}
.opacity0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.floatR,
right {
  float: right;
}
.floatL,
left {
  float: left;
}
.hidden {
  visibility: hidden;
}
.roundCorners-5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.roundCorners-10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .hide-d {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-m {
    display: none;
  }
}
/* Preset theme */
.textColor1 {
  color: #00a3ed;
}
.textColor2 {
  color: #ff1c0b;
}
.textColor3 {
  color: #ff9b1f;
}
.textColor4 {
  color: #8dd900;
}
.textColor1a {
  color: #0085c7;
}
.textColor2a {
  color: #ce4d3b;
}
.textColor3a {
  color: #e18d35;
}
.textColor4a {
  color: #8fb73a;
}
.textColorSuccess {
  color: #25903d;
}
.textColorWarn {
  color: #dd2c00;
}
.bgColor1 {
  background-color: #00a3ed;
}
.bgColor2 {
  background-color: #ff1c0b;
}
.bgColor3 {
  background-color: #ff9b1f;
}
.bgColor4 {
  background-color: #8dd900;
}
.bgColor1a {
  background-color: #0085c7;
}
.bgColor2a {
  background-color: #ce4d3b;
}
.bgColor3a {
  background-color: #e18d35;
}
.bgColor4a {
  background-color: #8fb73a;
}
.bgColor1t {
  background-color: rgba(0, 163, 237, 0.9);
}
.bgColor2t {
  background-color: rgba(255, 28, 11, 0.9);
}
.bgColor3t {
  background-color: rgba(255, 155, 31, 0.9);
}
.bgColor4t {
  background-color: rgba(141, 217, 0, 0.9);
}
.bgColor1at {
  background-color: rgba(0, 133, 199, 0.9);
}
.bgColor2at {
  background-color: rgba(206, 77, 59, 0.9);
}
.bgColor3at {
  background-color: rgba(225, 141, 53, 0.9);
}
.bgColor4at {
  background-color: rgba(143, 183, 58, 0.9);
}
/* 3rd party fix / edit */
/* WordPress https://codex.wordpress.org/Wrapping_Text_Around_Images */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Photo Gallery Plugin*/
.blueimp-gallery .indicator,
.blueimp-gallery .indicatorControl {
  display: none !important;
}
/*Video Plugin*/
.mejs-inner,
.mejs-layers {
  height: 100%;
}
/* For Entire Website */
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
* {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html,
body,
table,
select,
input,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif, "微軟正黑體";
}
html,
body {
  font-size: 12px;
}
table,
select,
input,
textarea {
  font-size: inherit;
}
table {
  width: 100%;
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
hr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
li {
  list-style-position: outside;
}
fieldset,
img,
hr {
  border: none;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
div,
article,
section,
aside {
  display: block;
}
span {
  display: inline-block;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
select {
  border: 1px solid #CCCCCC;
}
p.spacer {
  line-height: 0px;
  clear: both;
  display: block;
  padding: 0px;
  margin: 0px;
  height: 0px;
}
input[type="button"]:focus {
  outline: none;
}
/* Icon Web Font */
@font-face {
  font-family: 'Awesome';
  src: url('../fonts/fontawesome-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/fontawesome-webfont.svg') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
}
/* Scroll bar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* For Current Project */
html,
body,
table,
select,
input,
textarea,
.font-1 {
  font-family: 'font-1', 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif, "微軟正黑體";
  font-style: normal;
  color: #333;
  font-weight: 300;
}
html,
body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
body {
  background-color: #fff;
  padding-left: 0;
  padding-top: 225px;
  padding-bottom: 0!important;
  /* .antiMainWidth fix */
}
@media screen and (min-width: 1681px) and (max-width: 2100px) {
  body {
    overflow-x: hidden;
  }
}
input[type="text"],
input[type="password"],
textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #c5c5c5;
  padding: 4px 6px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 400;
  font-size: 18px;
  color: inherit;
}
::-webkit-input-placeholder {
  /* Chrome */
  opacity: 0.7;
}
:-ms-input-placeholder {
  /* IE 10+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 0.7;
}
::-moz-selection {
  background-color: #beedff;
}
::selection {
  background-color: #beedff;
}
b {
  font-weight: bold;
  font-weight: 600;
}
textarea {
  resize: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-bottom: 2px solid #f4c300;
}
.selector {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #c5c5c5;
  padding: 4px 6px 4px 0px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 400;
  font-size: 18px;
}
.selector.focus {
  border-bottom: 2px solid #f4c300;
}
.selector::before {
  display: inline-block;
  color: #f4c300;
  font: normal normal normal 14px/1 Awesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: smaller;
  text-align: center;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  padding: inherit;
}
.selector select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.selector select {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 30px;
  padding-left: 6px;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
}
.selector select option {
  color: #333;
}
/*
.search
{
  background-color: #fff;
}

.search input
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  background: transparent !important;
  padding-right: 22px;
  width:100%;
}

.search::before
{
  display:inline-block;
  color:#f4c300;
  font: normal normal normal 14px/1 Awesome;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f002";
  padding:6px;
}
*/
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  padding-left: 23px;
  display: inline-block;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  display: inline-block;
  color: #6e7174;
  font: normal normal normal 14px/1 Awesome;
  top: 3px;
  position: absolute;
  left: 0;
  font-size: larger;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
input[type="checkbox"] + label::before {
  content: "\f096";
}
input[type="radio"] + label::before {
  content: "\f1db";
}
input[type="checkbox"][checked="checked"] + label::before,
input[type="checkbox"]:checked + label::before {
  content: "\f14a";
  color: #4db2d4;
}
input[type="radio"][checked="checked"] + label::before,
input[type="radio"]:checked + label::before {
  content: "\f192";
  color: #4db2d4;
}
input[type="radio"] + label + input[type="radio"] + label,
input[type="radio"] + label + input[type="checkbox"] + label,
input[type="checkbox"] + label + input[type="radio"] + label,
input[type="checkbox"] + label + input[type="checkbox"] + label {
  margin-left: 10px;
}
/*File upload using <label>*/
input[type="file"] {
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  outline: 0 !important;
}
input[type="file"] + label {
  display: inline-block;
  float: left;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  color: #555;
  font-weight: 400;
  font-size: inherit;
  border: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  cursor: pointer;
  font-size: 16px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
input[type="file"]:hover + label,
input[type="file"]:focus + label {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input.textbox-datepicker {
  padding-right: 28px;
  cursor: pointer;
}
.textbox-datepicker + .icon {
  font-size: inherit;
  margin-left: -22px;
  pointer-events: none;
}
.textbox-datepicker ~ .icon.clearDate {
  display: none;
  font-size: inherit;
  line-height: inherit;
  width: 26px;
  text-align: center;
  margin-left: 6px;
}
.textbox-datepicker.picked {
  padding-right: 54px;
}
.textbox-datepicker.picked + .icon {
  margin-left: -48px;
}
.textbox-datepicker.picked ~ .icon.clearDate {
  display: inline-block;
  margin-right: -32px;
}
.button,
input[type=file].button:after {
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  background: #00a3ed;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.button-secondary {
  background-color: #ff9b1f;
}
.button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.button-disabled {
  cursor: default !important;
  pointer-events: none;
}
.icon-button {
  line-height: inherit;
  padding: inherit;
  color: #0085c7;
  cursor: pointer;
  padding: 3px 12px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
.link,
a {
  color: #0085c7;
  cursor: pointer;
}
.icon-button:hover,
.link:hover,
a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.link-external::before {
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  content: "\f14c";
  display: inline-block;
  margin-right: 10px;
}
.text-1 {
  color: #0085c7;
  font-size: 26px;
  font-weight: bold;
}
.text-2 {
  color: #333;
  font-size: 20px;
}
.waveBg-w {
  width: 100%;
  height: 242px;
  background-image: url(../images/bg_wave_w.png);
  background-size: 1024px 242px;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: 0;
  margin-bottom: -150px;
}
table th a i.fa {
  float: right;
  line-height: inherit;
  padding-left: 3px;
}
table th a i {
  opacity: 0.5;
}
table th a:hover i,
table th a.sorted i {
  opacity: 1;
}
.table > thead > tr > th {
  vertical-align: top;
}
.form-header {
  background: #dfdfdf;
  color: #0085c7;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
#blkButtons {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#blkButtons.layout-m,
#blkFooter.layout-m {
  max-width: 960px;
}
#blkButtons {
  margin-bottom: 100px;
}
#blkButtons::after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#blkButtons .button-secondary.floatR {
  margin-right: 15px;
}
/*selectpicker*/
.selector .bootstrap-select .dropdown-toggle {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0;
  box-shadow: none;
  font-size: inherit;
}
.selector .bootstrap-select .caret {
  display: none;
}
.selector .bootstrap-select .dropdown-menu[role="combobox"] {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 3px rgba(51, 154, 188, 0.4);
  font-size: inherit;
  background: rgba(255, 255, 255, 0.95);
}
.selector .bootstrap-select .dropdown-menu[role="listbox"] {
  font-size: inherit;
  margin-top: 5px;
  background: transparent;
}
.selector .bootstrap-select input.form-control {
  border-radius: 0;
}
.selector .bootstrap-select input.form-control:active,
.selector .bootstrap-select input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.selector .bootstrap-select li {
  margin-left: 0;
}
.selector .bootstrap-select li:hover {
  background: #f7f7f7;
}
.selector .bootstrap-select li a:focus {
  outline: none;
}
.pagination {
  text-align: center;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 400;
}
.pagination ul {
  list-style: none;
}
.pagination ul,
.pagination ul li {
  display: inline-block;
}
.pagination ul::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.pagination ul li {
  min-width: 32px;
  font-size: 17px;
  line-height: 32px;
  height: 32px;
  background-color: #ddd;
  color: white;
  margin: 0 5px;
  float: left;
  border-radius: 32px;
}
.pagination ul li:last-child {
  float: right;
}
.pagination ul li a {
  color: inherit;
  display: block;
}
.pagination ul li:hover {
  background-color: #e18d35;
}
.pagination ul li.pagination-item-active {
  background-color: #ff9b1f;
}
.pagination ul li.pagination-item-disabled {
  background: #ccc !important;
}
.pagination ul li.pagination-item-disabled a {
  cursor: default;
}
.pagination ul li:first-child,
.pagination ul li:last-child {
  background-color: transparent;
  color: #ff9b1f;
  margin: 0 8px;
}
.pagination ul li:first-child .icon,
.pagination ul li:last-child .icon {
  color: inherit;
}
.pagination ul li:first-child.pagination-item-disabled,
.pagination ul li:last-child.pagination-item-disabled {
  color: #ccc !important;
  background: transparent !important;
}
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
  color: #e18d35;
}
.pagination-prevNext ul {
  display: block;
}
.breadcrumbs ul,
.breadcrumbs li {
  display: inline-block;
  list-style: none;
}
.breadcrumbs li {
  float: left;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.breadcrumbs li.active {
  font-weight: 700;
}
.breadcrumbs li a {
  color: #777;
}
.breadcrumbs li:not(.active) a:hover {
  color: #0085c7;
}
.breadcrumbs li.active a {
  color: #333;
}
.breadcrumbs li:not(:first-child) {
  margin-left: 5px;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 5px;
}
.breadcrumbs li:not(:first-child):before {
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  width: 12px;
  height: 14px;
  margin-top: -7px;
  background-image: url(../images/yellowTri-outline.png);
  background-size: 7px 14px;
  background-position: center left;
  background-repeat: no-repeat;
}
/*datepicker*/
.ui-widget {
  font-family: 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif, "微軟正黑體";
}
#ui-datepicker-div {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  border: none;
  max-width: 80%;
  width: 280px;
  z-index: 100 !important;
}
#ui-datepicker-div .ui-widget-header {
  border: none;
  background: #f7f7f7;
  color: #222222;
  font-weight: normal;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content #ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #555555;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #212121;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: initial;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker-prev::before {
  display: inline-block;
  color: #6e7174;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  vertical-align: middle;
}
.ui-datepicker-next::before {
  display: inline-block;
  color: #6e7174;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  vertical-align: middle;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.ui-datepicker-prev > span,
.ui-datepicker-next > span {
  display: none !important;
}
/*Pages*/
.layout-m {
  max-width: 960px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.layout-s {
  max-width: 640px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.graphicWithThemeColor {
  text-align: center;
}
.graphicWithThemeColor > span {
  max-width: 90%;
}
.graphicWithThemeColor > span::before {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(21, 94, 129, 0.5);
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.graphicWithThemeColor img {
  max-width: 100%;
}
.text-inst {
  color: #333;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.remark {
  font-size: 12px;
  color: #aaa;
}
.remark-warning {
  color: #dc0000;
  font-weight: 400;
}
.dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  text-align: center;
  overflow-y: auto;
}
.dialog-container .dialog {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 14px 45px, rgba(0, 0, 0, 0.219608) 0px 10px 18px;
}
.dialog-container::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 100%;
  visibility: hidden;
  margin-right: -1px;
}
.dialog-container .dialog-yesno {
  width: 90%;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 14px 45px, rgba(0, 0, 0, 0.219608) 0px 10px 18px;
  border-radius: 2px;
  padding: 30px 30px 5px 30px;
  text-align: left;
}
.dialog-container .dialog-photo {
  max-width: 90%;
  margin-top: 45px;
}
.dialog-container .dialog-photo .closeDialog-button {
  position: absolute;
  left: 100%;
  bottom: 100%;
  color: white;
  cursor: pointer;
  width: 35px;
}
.dialog-container .dialog-photo .closeDialog-button > img {
  width: 35px;
}
.dialog-container .dialog-photo .icon-button {
  color: rgba(255, 255, 255, 0.9);
  position: fixed;
  font-size: 28px;
  top: 50%;
  margin-top: 15px;
}
.dialog-container .dialog-photo .fa-chevron-left {
  left: 5px;
}
.dialog-container .dialog-photo .fa-chevron-right {
  right: 5px;
}
.dialog-container .dialog img {
  max-width: 100%;
}
.dialog-container .dialog-yesno > div {
  margin-bottom: 25px;
}
.dialog-container .dialog-yesno .dialog-buttons {
  text-align: right;
}
.dialog-container .dialog-yesno .dialog-buttons::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both;
}
.dialog-container .dialog-yesno .button {
  margin-left: 15px;
  float: right;
}
.dialog-container .dialog-large {
  width: 900px;
  max-width: 95%;
  max-height: 90%;
  height: 700px;
  background-color: white;
  padding-top: 50px;
}
.dialog-container .dialog-small {
  width: 600px;
  max-width: 95%;
  max-height: 90%;
  height: 450px;
  background-color: white;
  padding-top: 50px;
}
.dialog-container .dialog-large,
.dialog-container .dialog-small,
.dialog-container .dialog-yesno {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
}
.dialog-container .dialog .dialog-header {
  background-color: #333;
  color: white;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.dialog-container .dialog .dialog-header .closeDialog-button {
  height: 50px;
  width: 50px;
  background-color: #ff9b1f;
  color: white;
  line-height: 50px;
  padding: 0;
  text-align: center;
  float: right;
  cursor: pointer;
}
.dialog-container .dialog .dialog-header .closeDialog-button > img {
  padding: 9px;
  width: 100%;
}
.dialog-container .dialog .dialog-header .closeDialog-button + .dialog-subject {
  overflow: hidden;
  padding: 0 20px;
  text-align: left;
}
.dialog-container .dialog .dialog-content {
  text-align: left;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}
.backToTop {
  position: fixed;
  bottom: 60px;
  right: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  padding: 0 15px;
  min-width: 100px;
  background: #00a3ed;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #ff9b1f;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 28px;
  min-width: auto;
  text-align: center;
  padding: 0;
  border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  z-index: 999991;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.backToTop::after {
  content: "\f062";
}
body.scrolled .backToTop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.scrolled .backToTop:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.backToTop {
  /* For current project */
  /* Current project: desktop body scroll; mobile #cMain scroll */
}
@media screen and (max-width: 768px) {
  .backToTop {
    display: none;
  }
}
.backToTop-m {
  /* For current project */
  /* Current project: desktop body scroll; mobile #cMain scroll */
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  padding: 0 15px;
  min-width: 100px;
  background: #00a3ed;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #ff9b1f;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 28px;
  min-width: auto;
  text-align: center;
  padding: 0;
  border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  z-index: 999991;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
@media screen and (min-width: 769px) {
  .backToTop-m {
    display: none;
  }
}
.backToTop-m::after {
  content: "\f062";
}
#cMain.scrolled-m .backToTop-m {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#cMain.scrolled-m .backToTop-m:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.loadingBlock {
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 200px 0;
}
.loadingBlock.fa-spinner::before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: inline-block;
}
/* Menu & Header */
#cNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  z-index: 99;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 400;
  background-color: white;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
#cNav #pLogo {
  width: 100%;
  height: 160px;
  padding: 57px 30px 0;
}
#cNav #pLogo #imgLogo {
  height: 100%;
  margin-top: -32px;
  vertical-align: middle;
}
#cNav #pLogo > #btnMenu {
  display: none;
}
#cNav #pLogo > .btn-lang,
#cNav #pLogo > #btnSearch,
#cNav #pLogo > #btnHome {
  float: right;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 28px;
  min-width: auto;
  text-align: center;
  padding: 0;
  border-radius: 21px;
  margin-right: 10px;
}
#cNav #pLogo > .btn-lang {
  font-size: 22px;
  background-color: #8dd900;
}
#cNav #pLogo > #btnHome {
  background-color: #ff9b1f;
  color: white;
}
#cNav #pLogo > #btnSearch {
  background-color: #ededed;
}
@media screen and (min-width: 769px) {
  #cNav #pLogo > #btnSearch {
    display: none;
  }
}
#cNav #pLogo > #btnSearch.showSearch::before {
  content: "\f077";
}
#cNav #pLogo #blkSearch {
  background-color: #ededed;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
#cNav #pLogo #blkSearch * {
  vertical-align: middle;
}
#cNav #pMenu {
  width: 100%;
  height: calc(100% - 160px);
}
#cNav #pMenu #blkMenu {
  height: 100%;
  position: static;
  text-align: center;
}
#cNav #pMenu #blkMenu::-webkit-scrollbar {
  display: none;
}
#cNav #pMenu #blkMenu .menuButton {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  letter-spacing: -0.3px;
  font-size: 17px;
  vertical-align: top;
  text-align: left;
}
#cNav #pMenu #blkMenu .menuButton::after {
  display: block;
  content: "";
}
#cNav #pMenu #blkMenu .menuButton .subMenu {
  display: none;
  background-color: #38aae2;
  min-width: 250px;
  width: auto;
  box-shadow: 6px 4px 16px -4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton {
  line-height: 36px;
  height: 36px;
  font-size: 15px;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 769px) {
  body:not(.mobileMenuMode) #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  body:not(.mobileMenuMode) #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton:hover.withChildMenu:after {
    color: white;
  }
  body:not(.mobileMenuMode) #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton:hover.withChildMenu > .subMenu {
    display: block;
  }
}
body.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.subMenu-show {
  color: rgba(255, 255, 255, 0.8);
}
body.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.subMenu-show.withChildMenu:after {
  color: white;
}
body.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.subMenu-show.withChildMenu > .subMenu {
  display: block;
}
#cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu {
  padding-right: 30px;
}
#cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  position: absolute;
  right: 12px;
  top: 0;
  line-height: inherit;
  color: inherit;
  width: 18px;
  text-align: right;
}
#cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu > .subMenu {
  position: absolute;
  top: 0;
  left: 100%;
}
#cNav #pMenu #blkMenu .menuButton .subMenu.subMenu-show {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  body:not(.mobileMenuMode) #cNav #pMenu #blkMenu .menuButton:hover > .subMenu {
    display: inline-block;
  }
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme1 > .subMenu {
  background-color: rgba(0, 163, 237, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme1 > .subMenu .subMenuButton .subMenu {
  background-color: rgba(0, 133, 199, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme1:hover {
  color: #00a3ed;
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme2 > .subMenu {
  background-color: rgba(255, 28, 11, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme2 > .subMenu .subMenuButton .subMenu {
  background-color: rgba(206, 77, 59, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme2:hover {
  color: #ff1c0b;
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme3 > .subMenu {
  background-color: rgba(255, 155, 31, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme3 > .subMenu .subMenuButton .subMenu {
  background-color: rgba(225, 141, 53, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme3:hover {
  color: #ff9b1f;
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme4 > .subMenu {
  background-color: rgba(141, 217, 0, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme4 > .subMenu .subMenuButton .subMenu {
  background-color: rgba(143, 183, 58, 0.9);
}
#cNav #pMenu #blkMenu .menuButton.menuButton-theme4:hover {
  color: #8dd900;
}
#cNav #pMenu #blkMenu .menuButton.pointerNone {
  pointer-events: none;
  display: inline-block;
}
#cNav #pMenu #blkMenu .menuButton > .subMenu .pointerNone {
  pointer-events: none;
}
#cNav #pMenu #blkMenu #blkMenuApps {
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  margin: 50px auto 10px auto;
  width: 160px;
  display: block;
}
#cNav #pMenu #blkMenu #blkMenuApps img {
  margin: 0 5px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  width: 40px;
}
#cNav #pMenu #blkMenu #blkMenuApps img:hover {
  background-color: #eee;
}
/*Menu calender*/
#cNav #pMenu #blkMenu #blkMenuCalendar {
  font-size: 13px;
  color: #333;
  display: block;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker {
  width: 93%;
  margin: 40px 3% 0 3%;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker-title {
  font-size: 13px;
  font-weight: 300;
}
.ui-datepicker table {
  table-layout: fixed;
}
.ui-widget-content {
  border: 0px;
}
.ui-widget-header {
  border: 0px;
  background: none;
  font-size: 1.1em;
  font-weight: normal;
}
.ui-datepicker th {
  text-align: center;
  font-weight: normal;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px;
  background: none;
  padding-bottom: 18px;
}
.ui-icon-circle-triangle-e {
  background-position: -33px 0px;
}
.ui-icon-circle-triangle-w {
  background-position: -97px 0px;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker-header {
  font-size: 13px;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .act_day {
  background: url(../images/calender_star.png) left bottom 3px no-repeat;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today {
  text-align: center;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today > a {
  display: inline-block;
  width: 25px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: white;
  background-color: #0085c7;
  border-radius: 100%;
  padding: 0;
}
/* #cNav & #cMain mobile menu */
.mobileMenuMode {
  padding-top: 0;
}
.mobileMenuMode #cNav {
  width: 100%;
  left: -100%;
  position: relative;
  padding-top: 80px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.mobileMenuMode #cNav.showMenu {
  height: 100%;
}
.mobileMenuMode #cNav.showMenu::before {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.mobileMenuMode #cNav #pLogo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  max-width: 100vw;
  height: 80px;
  z-index: 2;
  background-color: white;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 5px;
  min-width: 320px;
}
.mobileMenuMode #cNav #pLogo #imgLogo {
  margin-top: 0;
}
.mobileMenuMode #cNav #pLogo > .btn-lang,
.mobileMenuMode #cNav #pLogo > #btnSearch,
.mobileMenuMode #cNav #pLogo > #btnHome {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  margin-top: 18px;
}
.mobileMenuMode #cNav #pLogo #btnSearch {
  display: block !important;
}
.mobileMenuMode #cNav #pLogo #blkSearch {
  width: auto;
}
.mobileMenuMode #cNav #pLogo > #btnMenu {
  display: block;
  float: left;
  margin-top: 18px;
}
.mobileMenuMode #cNav #pMenu {
  width: 280px;
  min-height: 100%;
  height: auto;
  margin-left: calc(100% - 320px);
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  padding-bottom: 250px;
}
.mobileMenuMode #cNav #pMenu #blkMenu {
  width: 100%;
  height: auto;
  padding-top: 20px;
  overflow: visible;
  background: white;
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton {
  position: relative;
  height: auto;
  width: 280px;
  /* Firefox fix */
  line-height: 22px;
  padding: 14px 25px;
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu {
  min-width: 310px;
  max-width: 95vw;
  top: 13px !important;
  left: -25px;
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton {
  min-height: 36px;
  height: auto;
  margin-left: 25px;
  white-space: normal;
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:after {
  content: "\f078";
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu > .subMenu {
  position: relative;
  left: 0;
  top: 0px !important;
  margin: 0 -30px 0 -20px;
  min-width: auto;
  box-shadow: 0px 0px 0px;
  background: transparent;
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu > .subMenu .subMenuButton {
  border: 0;
  width: calc(100% - 25px);
}
@media screen and (min-width: 769px) {
  body:not(.mobileMenuMode) .mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  body:not(.mobileMenuMode) .mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:hover:before {
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    right: 100%;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu.subMenu-show {
  background-color: rgba(0, 0, 0, 0.3);
}
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu.subMenu-show:before {
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  right: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.mobileMenuMode #cNav #pMenu #blkMenu a .menuButton::after,
.mobileMenuMode #cNav #pMenu #blkMenu .menuButton::after {
  border-right: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  /* iOS fix */
  top: 14px;
  position: relative;
}
.mobileMenuMode #cNav #pMenu #blkMenu #blkMenuApps {
  position: absolute;
  bottom: 115px;
  margin-left: 30px;
}
.mobileMenuMode body {
  overflow: hidden;
}
.mobileMenuMode body.showMenu {
  overflow: scroll;
}
.mobileMenuMode #cNav #pMenu.showMenu {
  margin-left: 100%;
}
.mobileMenuMode #cNav #blkSearch {
  position: fixed;
  top: 80px;
  right: 0px;
  left: 0px;
  height: 100px;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.mobileMenuMode #cNav #blkSearch > * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mobileMenuMode #cNav #blkSearch.showSearch {
  height: 100px;
}
.mobileMenuMode #cNav #blkSearch.showSearch > * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobileMenuMode #cNav #blkSearch.showSearch::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  margin-right: -10px;
  vertical-align: middle;
}
.mobileMenuMode #cNav #blkSearch > form {
  vertical-align: middle;
  display: inline-block;
  width: 95%;
}
.mobileMenuMode #cNav #blkSearch input {
  width: calc(100% - 70px);
  max-width: 360px;
}
.mobileMenuMode #cMain {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  transition: 0.3s ease top;
  -webkit-transition: 0.3s ease top;
  -moz-transition: 0.3s ease top;
}
.mobileMenuMode #cMain.showSearch {
  top: 180px;
}
.mobileMenuMode #cMain::-webkit-scrollbar {
  display: none;
}
/*Content Area*/
.page {
  min-height: 100%;
  padding-bottom: 150px;
}
.page .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-size: 12px;
  color: white;
  background-color: #8fb73a;
  line-height: 14px;
}
.page .footer a,
.page .footer .button {
  font-size: inherit;
  color: inherit;
  background-color: inherit;
}
.page .footer > div:last-child {
  padding: 15px 30px;
}
.page .page-header {
  height: 135px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: white;
  background-color: #0085c7;
}
.page.page-theme1 .page-header {
  background-color: #0085c7;
}
.page.page-theme2 .page-header {
  background-color: #ce4d3b;
}
.page.page-theme3 .page-header {
  background-color: #e18d35;
}
.page.page-theme4 .page-header {
  background-color: #8fb73a;
}
.page .page-header > span {
  vertical-align: middle;
  padding-left: 40px;
  max-width: 75%;
}
@media screen and (min-width: 1681px) {
  .page .page-header > span {
    max-width: 1260px;
    margin-left: calc((100vw - 1680px) / 2);
  }
}
.page .page-header::after {
  vertical-align: middle;
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  visibility: hidden;
  margin-right: -10px;
}
.page .page-header .page-header-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.page .page-header .page-header-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(-30deg, #0085c7 0%, #0085c7 46%, rgba(0, 133, 199, 0.5) 65%, rgba(0, 133, 199, 0) 80%, rgba(0, 133, 199, 0) 100%);
  background: -webkit-linear-gradient(-30deg, #0085c7 0%, #0085c7 46%, rgba(0, 133, 199, 0.5) 65%, rgba(0, 133, 199, 0) 80%, rgba(0, 133, 199, 0) 100%);
  background: linear-gradient(120deg, #0085c7 0%, #0085c7 46%, rgba(0, 133, 199, 0.5) 65%, rgba(0, 133, 199, 0) 80%, rgba(0, 133, 199, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0085c7e8', GradientType=1);
}
.page .page-header .page-header-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 60%;
}
.page.page-theme1 .page-header .page-header-img::after {
  background: -moz-linear-gradient(-30deg, #0085c7 0%, #0085c7 46%, rgba(0, 133, 199, 0.5) 65%, rgba(0, 133, 199, 0) 80%, rgba(0, 133, 199, 0) 100%);
  background: -webkit-linear-gradient(-30deg, #0085c7 0%, #0085c7 46%, rgba(0, 133, 199, 0.5) 65%, rgba(0, 133, 199, 0) 80%, rgba(0, 133, 199, 0) 100%);
  background: linear-gradient(120deg, #0085c7 0%, #0085c7 46%, rgba(0, 133, 199, 0.5) 65%, rgba(0, 133, 199, 0) 80%, rgba(0, 133, 199, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0085c7e8', GradientType=1);
}
.page.page-theme2 .page-header .page-header-img::after {
  background: -moz-linear-gradient(-30deg, #ce4d3b 0%, #ce4d3b 46%, rgba(206, 77, 59, 0.5) 65%, rgba(206, 77, 59, 0) 80%, rgba(206, 77, 59, 0) 100%);
  background: -webkit-linear-gradient(-30deg, #ce4d3b 0%, #ce4d3b 46%, rgba(206, 77, 59, 0.5) 65%, rgba(206, 77, 59, 0) 80%, rgba(206, 77, 59, 0) 100%);
  background: linear-gradient(120deg, rgba(206, 77, 59, 0.8) 0%, #ce4d3b 0%, #ce4d3b 46%, rgba(206, 77, 59, 0.5) 65%, rgba(206, 77, 59, 0) 80%, rgba(206, 77, 59, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4d3b', endColorstr='#ce4d3be8', GradientType=1);
}
.page.page-theme3 .page-header .page-header-img::after {
  background: -moz-linear-gradient(-30deg, #e18d35 0%, #e18d35 46%, rgba(225, 141, 53, 0.5) 65%, rgba(225, 141, 53, 0) 80%, rgba(225, 141, 53, 0) 100%);
  background: -webkit-linear-gradient(-30deg, #e18d35 0%, #e18d35 46%, rgba(225, 141, 53, 0.5) 65%, rgba(225, 141, 53, 0) 80%, rgba(225, 141, 53, 0) 100%);
  background: linear-gradient(120deg, #e18d35 0%, #e18d35 46%, rgba(225, 141, 53, 0.5) 65%, rgba(225, 141, 53, 0) 80%, rgba(225, 141, 53, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e18d35', endColorstr='#e18d35e8', GradientType=1);
}
.page.page-theme4 .page-header .page-header-img::after {
  background: -moz-linear-gradient(-30deg, #8fb73a 0%, #8fb73a 46%, rgba(143, 183, 58, 0.5) 65%, rgba(143, 183, 58, 0) 80%, rgba(143, 183, 58, 0) 100%);
  background: -webkit-linear-gradient(-30deg, #8fb73a 0%, #8fb73a 46%, rgba(143, 183, 58, 0.5) 65%, rgba(143, 183, 58, 0) 80%, rgba(143, 183, 58, 0) 100%);
  background: linear-gradient(120deg, #8fb73a 0%, #8fb73a 46%, rgba(143, 183, 58, 0.5) 65%, rgba(143, 183, 58, 0) 80%, rgba(143, 183, 58, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fb73a', endColorstr='#8fb73ae8', GradientType=1);
}
.page .page-header.page-header-filter {
  height: auto;
  background: #036da2;
  background: -moz-linear-gradient(-45deg, #036da2 0%, #034f74 100%);
  background: -webkit-linear-gradient(-45deg, #036da2 0%, #034f74 100%);
  background: linear-gradient(135deg, #036da2 0%, #034f74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036da2', endColorstr='#034f74', GradientType=1);
}
.page .page-header.page-header-filter::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  visibility: hidden;
}
.page .page-header.page-header-filter > span {
  display: block;
  padding: 20px 40px;
  max-width: 100%;
}
.page .page-header.page-header-filter > span ~ div {
  font-size: 20px;
  font-weight: 400;
}
.page .page-header-filter .page-searchBox {
  float: right;
  padding: 0 25px 20px 25px;
}
.page .page-header-filter .page-searchBox .icon-button {
  color: #f4c300;
}
.page .page-header-filter .page-searchBox input[type="text"]::placeholder {
  color: white;
}
.page .page-header-filter .page-searchBox input[type="text"]:-ms-input-placeholder {
  color: white;
}
.page .page-header-filter .page-searchBox input[type="text"]::-ms-input-placeholder {
  color: white;
}
.page .page-header-filter .page-searchBox + .page-sort {
  overflow: hidden;
}
.page .page-header-filter .page-sort {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.page .page-header-filter .page-sort > div:first-child,
.page .page-filter > div:not(.page-filter-toggle):nth-child(2n-1),
.page .page-jump > div:not(.page-jump-toggle):nth-child(2n-1) {
  float: left;
  width: 160px;
  letter-spacing: -0.3px;
}
.page .page-header-filter .page-sort > div:last-child,
.page .page-filter > div:not(.page-filter-toggle):nth-child(2n),
.page .page-jump > div:not(.page-jump-toggle):nth-child(2n) {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 12px;
}
.page .page-header-filter .page-sort .icon,
.page .page-filter .icon,
.page .page-jump .icon {
  color: #f4c300;
}
.page .page-header-filter .page-sort > div:first-child .icon,
.page .page-filter > div:not(.page-filter-toggle):nth-child(2n-1) .icon,
.page .page-jump > div:not(.page-jump-toggle):nth-child(2n-1) .icon {
  margin-right: 10px;
  font-size: 24px;
  width: 24px;
}
.page .page-header-filter .page-sort .page-sort-item,
.page .page-filter .page-filter-item,
.page .page-jump:not(.page-jump-aligned) .page-jump-item {
  margin-right: 45px;
  margin-bottom: 5px;
  line-height: 20px;
  padding: 5px 0;
  cursor: pointer;
}
.page .page-header-filter .page-sort .page-sort-item:last-child,
.page .page-filter .page-filter-item:last-child {
  margin-right: 0;
}
.page .page-header-filter .page-sort .page-sort-item::before,
.page .page-filter .page-filter-item::before,
.page .page-jump .page-jump-item::before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 12px;
  height: 100%;
  background-image: url();
  background-size: 8px 16px;
  background-position: center left;
  background-repeat: no-repeat;
}
.page .page-header-filter .page-sort .page-sort-item:hover::before,
.page .page-filter .page-filter-item:hover::before,
.page .page-jump .page-jump-item:hover::before {
  background-image: url(../images/yellowTri-outline.png);
}
.page .page-header-filter .page-sort .page-sort-item-active::before,
.page .page-filter .page-filter-item-active::before,
.page .page-jump .page-jump-item-active::before,
.page .page-header-filter .page-sort .page-sort-item-active:hover::before,
.page .page-filter .page-filter-item-active:hover::before,
.page .page-jump .page-jump-item-active:hover::before {
  background-image: url(../images/yellowTri.png);
}
.page .page-filter,
.page .page-jump {
  background-color: #eeeeee;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 40px 0px 40px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  border-radius: 15px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
.page .page-filter > *:not(.page-filter-toggle),
.page .page-jump > *:not(.page-jump-toggle) {
  display: none;
}
.page .page-filter.showPageFilters,
.page .page-jump.showPageJump {
  padding: 20px 40px 0px 40px;
}
.page .page-filter.showPageFilters > *:not(.page-filter-toggle),
.page .page-jump.showPageJump > *:not(.page-jump-toggle) {
  display: block;
}
.page .page-filter .page-filter-item {
  font-size: 18px;
}
.page .page-jump.page-jump-aligned .page-jump-item {
  font-size: 15px;
  width: 50%;
  float: left;
  padding: 5px 20px 5px 0;
  vertical-align: top;
  margin-bottom: 5px;
  line-height: 18px;
  cursor: pointer;
}
.page .page-jump .page-jump-item a {
  color: inherit;
}
.page .page-filter .page-filter-toggle,
.page .page-jump .page-jump-toggle {
  margin: 0 -40px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0;
  color: white;
  background-color: #ff9b1f;
  cursor: pointer;
  border-radius: inherit;
}
.page .page-filter .page-filter-toggle:hover,
.page .page-jump .page-jump-toggle:hover {
  background-color: #e18d35;
}
.page .page-filter .page-filter-toggle .icon,
.page .page-jump .page-jump-toggle .icon {
  color: inherit;
}
.page .page-filter .page-filter-toggle .fa-chevron-up,
.page .page-jump .page-jump-toggle .fa-chevron-up,
.page .page-filter .page-filter-toggle .fa-chevron-up + span,
.page .page-jump .page-jump-toggle .fa-chevron-up + span {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .page-filter .page-filter-toggle,
  .page .page-jump .page-jump-toggle {
    margin: 0 -30px;
  }
}
.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-up,
.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-up + span {
  display: inline-block;
}
.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-down,
.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-down + span {
  display: none;
}
.page .page-jump.showPageJump .page-jump-toggle .fa-chevron-down::before {
  content: "\f077";
}
.page .page-filter .selector,
.page .page-filter .textbox-datepicker {
  line-height: 1.4;
  margin-top: -5px;
  /*margin-bottom: -5px;*/
  width: 200px;
}
.page .page-filter .textbox-datepicker::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
}
.page .page-filter .textbox-datepicker:-ms-input-placeholder {
  /* Internet Explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.page .page-filter .textbox-datepicker::-ms-input-placeholder {
  /* Internet Explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.page .page-header.page-header-map {
  height: auto;
  padding: 45px 0 30px 0;
}
.page .page-header.page-header-map .page-header-map-mapArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.page .page-header.page-header-map .page-header-map-mapArea::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 55%;
  min-width: 360px;
  pointer-events: none;
  background: -moz-linear-gradient(-30deg, rgba(56, 170, 226, 0.8) 0%, rgba(56, 170, 226, 0.8) 40%, rgba(105, 181, 230, 0.5) 55%, rgba(105, 181, 230, 0) 70%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(-30deg, rgba(56, 170, 226, 0.8) 0%, rgba(56, 170, 226, 0.8) 40%, rgba(105, 181, 230, 0.5) 55%, rgba(105, 181, 230, 0) 70%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(120deg, rgba(56, 170, 226, 0.8) 0%, rgba(56, 170, 226, 0.8) 40%, rgba(105, 181, 230, 0.5) 55%, rgba(105, 181, 230, 0) 70%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38aae2cc', endColorstr='#007db9e8', GradientType=1);
}
.page .page-header.page-header-map .page-header-map-mapArea iframe {
  position: absolute;
  top: 0;
  left: -300px;
  /*To hide search*/
  width: calc(100% + 600px);
  /*To hide zoom*/
  height: 100%;
}
.page .page-header.page-header-map .page-header-map-address {
  padding-left: 40px;
  max-width: 75%;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.page .page-header.page-header-map .page-header-map-address > div {
  font-size: 20px;
  font-weight: 600;
}
.page .page-nav {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .page .page-nav .page-nav-toggle {
    display: none;
  }
}
.page .page-nav .page-nav-menu {
  color: #aaa;
}
.page .page-nav .page-nav-menu .page-nav-menuButton {
  line-height: 22px;
  min-height: 36px;
  font-size: 15px;
  padding: 8px 20px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .page-nav .page-nav-menu .page-nav-menuButton:hover {
  color: #0085c7;
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu {
  padding-right: 30px;
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu:after {
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 8px;
  line-height: inherit;
  color: inherit;
  width: 20px;
}
@media screen and (min-width: 769px) {
  .page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu:after {
    color: #ff9b1f;
  }
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu > .page-nav-subMenu {
  padding-left: 25px;
  margin-top: 10px;
  display: none;
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu > .page-nav-subMenu .page-nav-menuButton {
  border: 0;
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu.showChildMenu {
  padding-bottom: 0;
  color: #333;
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu.showChildMenu::after {
  content: "\f077";
}
.page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu.showChildMenu > .page-nav-subMenu {
  display: block;
  color: #aaa;
}
.page .page-nav .page-nav-menu a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .page .page-nav .page-nav-menu {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .page.page-theme1 .page-nav .page-nav-menuButton:hover {
    color: #0085c7;
  }
  .page.page-theme1 .page-nav .page-nav-menuButton-active {
    color: #00a3ed;
  }
  .page.page-theme2 .page-nav .page-nav-menuButton:hover {
    color: #ce4d3b;
  }
  .page.page-theme2 .page-nav .page-nav-menuButton-active {
    color: #ff1c0b;
  }
  .page.page-theme3 .page-nav .page-nav-menuButton:hover {
    color: #e18d35;
  }
  .page.page-theme3 .page-nav .page-nav-menuButton-active {
    color: #ff9b1f;
  }
  .page.page-theme4 .page-nav .page-nav-menuButton:hover {
    color: #8dd900;
  }
  .page.page-theme4 .page-nav .page-nav-menuButton-active {
    color: #8dd900;
  }
}
.page .page-content {
  width: 1100px;
  max-width: 95%;
  margin: 40px auto 0 auto;
}
.page .page-content-wide {
  width: 1400px;
}
.page .backButton {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  color: #ff9b1f;
}
.page .backButton:before {
  display: inline-block;
  content: "\f053";
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  line-height: inherit;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 155, 31, 0.9);
}
.page .page-content .backButton {
  margin-top: -30px;
  margin-left: -1.5%;
}
.page .pagination {
  margin-top: 80px;
}
.page .breadcrumbs {
  margin-bottom: 30px;
}
.page .table {
  margin-bottom: 60px;
}
.list-simple .list-item {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.list-detail .list-item {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.list-detail .list-item a {
  display: block;
  margin-bottom: 10px;
}
.list-item a {
  font-weight: 400;
}
.subject {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 700;
  font-size: 28px;
}
.page.page-theme1 .subject {
  color: #0085c7;
}
.page.page-theme2 .subject {
  color: #ce4d3b;
}
.page.page-theme3 .subject {
  color: #e18d35;
}
.page.page-theme4 .subject {
  color: #8fb73a;
}
.subject2 {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  color: #f4a100;
  font-size: 24px;
}
.page.page-theme1 .subject2 {
  color: #0085c7;
}
.page.page-theme2 .subject2 {
  color: #ce4d3b;
}
.page.page-theme3 .subject2 {
  color: #e18d35;
}
.page.page-theme4 .subject2 {
  color: #8fb73a;
}
.page .subject {
  margin-bottom: 30px;
}
.page .subject2 {
  margin-bottom: 20px;
}
.description {
  font-size: 15px;
  color: #555;
}
.date {
  font-size: 13px;
  color: #777;
}
.description + .date {
  margin-top: 5px;
}
.share {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  font-size: 22px;
  color: #0085c7;
}
.share > div:first-child {
  float: left;
  line-height: 45px;
}
.share > div:first-child .icon {
  color: #f4c300;
}
.share > div:last-child {
  overflow: hidden;
  text-align: right;
}
.share > div:last-child .icon {
  font-size: 28px;
}
.share .fa-facebook-square {
  color: #3B5998;
}
.list-detail .list-item .description {
  overflow: hidden;
  line-height: 21px;
  max-height: 42px;
  text-align: justify;
  background-color: white;
  padding-right: 15px;
}
.list-detail .list-item .description:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.list-detail .list-item .description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 21px;
  background-color: inherit;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.article p {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.6;
  color: black;
}
.article ul.ul,
.article ol.ul,
.article ul,
.article ol {
  list-style: unset;
  margin-left: 20px;
}
.article ul.ul:not(:last-child),
.article ol.ul:not(:last-child),
.article ul:not(:last-child),
.article ol:not(:last-child) {
  margin-bottom: 30px;
}
.article ul.ul li *,
.article ol.ul li *,
.article ul li *,
.article ol li * {
  vertical-align: text-top;
}
.article ul.ul li:not(:last-child),
.article ol.ul li:not(:last-child),
.article ul li:not(:last-child),
.article ol li:not(:last-child) {
  margin-bottom: 15px;
}
.article ol.ul,
.article ol {
  list-style-type: decimal;
}
.article ol.ul[type="a"],
.article ol[type="a"] {
  list-style-type: lower-alpha;
}
.article ol.ul[type="b"],
.article ol[type="b"] {
  list-style-type: upper-alpha;
}
.article ol.ul[type="c"],
.article ol[type="c"] {
  list-style-type: lower-roman;
}
.article ol.ul[type="d"],
.article ol[type="d"] {
  list-style-type: upper-roman;
}
.article ul.ul,
.article ul {
  list-style-type: disc;
}
.article .article-photos,
.article .article-left {
  width: 33.3333%;
  max-width: 300px;
  vertical-align: top;
}
.article .article-photos .article-photo {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.article .article-photos .article-photo::after {
  content: "";
  display: block;
  padding-top: 100%;
  /*background: #ccc;*/
}
.article .article-photos .article-photo:nth-child(2n) {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}
.article .article-photos .article-photo:nth-child(2n) + .article-photo {
  float: left;
  width: calc(50% - 10px);
}
.article .article-photos .article-photo > img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article .article-photos .article-photo > img.portrait {
  width: 100%;
  height: auto;
}
.article .article-right {
  width: 66.6667%;
  min-width: calc(100% - 300px);
  vertical-align: top;
  padding-left: 3%;
}
.article .article-content {
  width: 100%;
  min-width: calc(100% - 300px);
  vertical-align: top;
  padding-left: 3%;
}
.article .article-photos + .article-content,
.article .article-left + .article-content {
  width: 66.6667%;
}
.article .subject {
  margin-bottom: 5px;
}
.article .subject + .date + .article-passage,
.article .subject + .article-passage {
  margin-top: 40px;
}
.article .article-passage {
  line-height: 1.6;
  margin-bottom: 50px;
  color: black;
}
.article p,
.article .introduction {
  text-align: justify;
}
.article .introduction {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  margin-bottom: 30px;
}
.article .page-jump {
  margin-bottom: 40px;
}
.article .divider {
  margin-left: 0;
  margin-right: 0;
}
.article hr {
  display: block;
  margin: 30px 10px;
  height: 8px;
  background-color: #e1e2e3;
  margin-left: 0;
  margin-right: 0;
}
.article .highlight {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
}
.article .highlight h1,
.article .highlight h2,
.article .highlight h3,
.article .highlight h4,
.article .highlight h5 {
  color: #00a3ed;
}
.article .highlight p:last-child {
  margin-bottom: 0;
}
.page-theme1 .article .highlight {
  border-bottom: 3px solid rgba(0, 163, 237, 0.3);
}
.page-theme1 .article .highlight h1,
.page-theme1 .article .highlight h2,
.page-theme1 .article .highlight h3,
.page-theme1 .article .highlight h4,
.page-theme1 .article .highlight h5 {
  color: #0085c7;
}
.page-theme2 .article .highlight {
  border-bottom: 3px solid rgba(255, 28, 11, 0.3);
}
.page-theme2 .article .highlight h1,
.page-theme2 .article .highlight h2,
.page-theme2 .article .highlight h3,
.page-theme2 .article .highlight h4,
.page-theme2 .article .highlight h5 {
  color: #ce4d3b;
}
.page-theme3 .article .highlight {
  border-bottom: 3px solid rgba(255, 155, 31, 0.3);
}
.page-theme3 .article .highlight h1,
.page-theme3 .article .highlight h2,
.page-theme3 .article .highlight h3,
.page-theme3 .article .highlight h4,
.page-theme3 .article .highlight h5 {
  color: #e18d35;
}
.page-theme4 .article .highlight {
  border-bottom: 3px solid rgba(141, 217, 0, 0.3);
}
.page-theme4 .article .highlight h1,
.page-theme4 .article .highlight h2,
.page-theme4 .article .highlight h3,
.page-theme4 .article .highlight h4,
.page-theme4 .article .highlight h5 {
  color: #8fb73a;
}
.article + .pagination {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.cover-items {
  text-align: center;
}
.cover-item {
  padding: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
.cover-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
.cover-item > * {
  margin-bottom: 15px;
}
.cover-item .cover-item-imgblk {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* Default square without overflow images */
  /* Overflow images to fit container */
}
.cover-items:not([class*="cover-items-"]) .cover-item .cover-item-imgblk:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cover-items:not([class*="cover-items-"]) .cover-item .cover-item-imgblk .cover-item-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.cover-items:not([class*="cover-items-"]) .cover-item .cover-item-imgblk .cover-item-img.fitHeight {
  height: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
.cover-items-photo .cover-item .cover-item-imgblk:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.cover-items-video .cover-item .cover-item-imgblk:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cover-items-photo .cover-item .cover-item-imgblk .cover-item-img,
.cover-items-video .cover-item .cover-item-imgblk .cover-item-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.cover-items-photo .cover-item .cover-item-imgblk .cover-item-img.fitHeight,
.cover-items-video .cover-item .cover-item-imgblk .cover-item-img.fitHeight {
  height: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
.cover-items-print .cover-item .cover-item-imgblk {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
.cover-items-print .cover-item .cover-item-imgblk:before {
  content: "";
  display: block;
  padding-top: 141.43%;
}
.cover-items-print .cover-item .cover-item-imgblk .cover-item-img {
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}
.cover-items-print .cover-item .cover-item-imgblk .cover-item-img.fitWidth {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
.cover-item .cover-item-imgblk > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cover-item .cover-item-name {
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
  display: block;
  max-width: 100%;
  height: calc(2em * 1.4 + 15px);
  overflow: hidden;
}
.cover-item .cover-item-name:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.cover-item .cover-item-name + .description {
  margin-top: -15px;
}
.cover-item .description {
  text-align: left;
  display: inline-block;
  max-width: 100%;
  height: calc(2em * 1.4 + 15px);
  overflow: hidden;
}
.cover-item .description p {
  margin: 0;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.cover-item .description:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.cover-item .button {
  margin: 0 10px 10px 10px;
}
.cover-item:hover .cover-item-name {
  min-height: calc(2em * 1.4 + 15px);
  height: auto;
}
.cover-item:hover .cover-item-name:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.cover-item:hover .description {
  text-align: left;
  display: inline-block;
  max-width: 100%;
  height: auto;
  min-height: calc(2em * 1.4 + 15px);
}
.cover-item:hover .description:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.table-title,
.table thead,
.table tr.table-subtitle,
.article-passage table:not(.table) caption,
.article-passage table:not(.table) thead,
.article-passage table:not(.table) th {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
}
.table-title {
  color: #0085c7;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.table {
  text-align: left;
}
.table.table-top > thead > tr > th,
.table.table-top > tbody > tr > td,
.table.table-top .article-passage table:not(.table) caption {
  vertical-align: top;
}
.table > thead,
.article-passage table:not(.table) caption {
  background-color: #38aae2;
  color: white;
  font-weight: 400;
}
.table > thead th,
.table > tbody td,
.article-passage table:not(.table) caption,
.article-passage table:not(.table) th,
.article-passage table:not(.table) td {
  padding: 13px;
  vertical-align: middle;
}
.table > tbody tr.table-subtitle,
.article-passage table:not(.table) thead,
.article-passage table:not(.table) th {
  background: #f7f7f7;
  font-weight: 400;
}
.table > tbody tr:not(.table-subtitle) {
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.article-passage table:not(.table) tbody tr {
  border-bottom: 1px solid #eee;
}
.article-passage table:not(.table) tbody tr td {
  font-size: 14px;
}
.div-table .article-left,
.div-table .article-right {
  padding: 13px 13px 0 13px;
}
.div-table .article-right {
  padding-bottom: 10px;
}
.div-table {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.div-table .table-subtitle b {
  line-height: 1.7;
}
.div-table .subject2 {
  font-size: 16px;
}
.medal-img {
  width: 32px;
}
.nsa-img {
  max-width: 150px;
}
.tableSimple {
  font-size: 14px;
}
.dialog .tableSimple::after {
  display: block;
  content: "";
  height: 50px;
}
.dialog .tableSimple {
  margin-top: 50px;
  border-collapse: separate;
  border-bottom: 1px solid #eee;
}
.tableSimple tr td:first-child {
  color: #0085c7;
  font-weight: 400;
  padding-right: 20px;
  text-align: right;
  width: 40%;
}
.page-theme1 .tableSimple tr td:first-child {
  color: #8fb73a;
}
.page-theme2 .tableSimple tr td:first-child {
  color: #e18d35;
}
.page-theme3 .tableSimple tr td:first-child {
  color: #ce4d3b;
}
.page-theme4 .tableSimple tr td:first-child {
  color: #0085c7;
}
.table-header {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  background-color: #38aae2;
  color: white;
  padding: 13px;
}
.table-header .icon-button {
  color: white;
  line-height: 1;
}
.table-header .icon-button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.table-header right + div {
  overflow: hidden;
}
.table-subtitle {
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-weight: 500;
  background: #f7f7f7;
  color: #333;
  font-weight: 400;
  padding: 13px;
}
.table-subtitle p:last-of-type {
  margin-bottom: 0;
}
.table-row {
  border-bottom: 1px solid #eee;
  padding: 13px;
}
.table .subject2,
.table-row .subject2 {
  font-size: 16px;
  font-weight: 500;
}
.page-theme1 .table .subject2,
.page-theme1 .table-row .subject2 {
  color: #8fb73a;
}
.page-theme2 .table .subject2,
.page-theme2 .table-row .subject2 {
  color: #e18d35;
}
.page-theme3 .table .subject2,
.page-theme3 .table-row .subject2 {
  color: #ce4d3b;
}
.page-theme4 .table .subject2,
.page-theme4 .table-row .subject2 {
  color: #0085c7;
}
.seeMore,
.readMore {
  border-top: 1px solid #eee;
  font-size: 18px;
  font-weight: 600;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  color: #38aae2;
  line-height: 2;
  clear: both;
}
.seeMore a,
.readMore a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.seeMore::after,
.readMore::after {
  display: inline-block;
  color: #f4c300;
  font: normal normal normal 14px/1 Awesome;
  font-size: smaller;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.seeMore::after {
  content: "\f067";
}
.readMore::after {
  content: "\f054";
}
.mainWidth {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1681px) and (max-width: 2100px) {
  .antiMainWidth {
    width: 100vw;
    margin-left: calc(-50vw + 1680px / 2);
  }
}
[id^="p"] {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
[id^="p"]::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.divider {
  margin: 30px 10px;
  height: 8px;
  background-color: #e1e2e3;
}
/*Calendar event dot*/
.fc-row:hover {
  z-index: 2 !important;
}
.fc-day-grid-event .fc-content {
  overflow: visible !important;
}
.eventIndicator {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  color: #0085c7;
  cursor: pointer;
  margin-left: 5px;
}
.eventIndicator.eventIndicator-talk {
  background-color: #ff9b1f;
}
.eventIndicator.eventIndicator-talk ul li::before {
  color: #e18d35;
}
.eventIndicator.eventIndicator-outreach {
  background-color: #8dd900;
}
.eventIndicator.eventIndicator-outreach ul li::before {
  color: #8fb73a;
}
.eventIndicator ul li {
  padding-left: 18px;
}
.eventIndicator ul li:not(:last-child) {
  margin-bottom: 5px;
}
.eventIndicator ul li::before {
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  line-height: inherit;
}
.eventIndicator .eventIndicator-toolTip {
  display: none;
  position: absolute;
  top: calc(100% - 22px);
  right: -22px;
  padding: 22px;
  width: auto;
  min-width: 150px;
  max-width: 350px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'font-1', 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif, "微軟正黑體";
  font-style: normal;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}
.fc-week .fc-content-skeleton tbody tr td:nth-child(1) .eventIndicator .eventIndicator-toolTip,
.fc-week .fc-content-skeleton tbody tr td:nth-child(2) .eventIndicator .eventIndicator-toolTip,
.fc-week .fc-content-skeleton tbody tr td:nth-child(3) .eventIndicator .eventIndicator-toolTip {
  right: auto;
  left: -22px;
}
.eventIndicator:hover {
  z-index: 1;
}
.eventIndicator:hover .eventIndicator-toolTip {
  display: block;
}
@media screen and (max-width: 768px) {
  .eventIndicator {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .eventIndicator .eventIndicator-toolTip {
    top: calc(100% - 12px);
    right: -12px;
    padding: 12px;
    font-size: 14px;
  }
  .fc-week .fc-content-skeleton tbody tr td:nth-child(1) .eventIndicator .eventIndicator-toolTip,
  .fc-week .fc-content-skeleton tbody tr td:nth-child(2) .eventIndicator .eventIndicator-toolTip,
  .fc-week .fc-content-skeleton tbody tr td:nth-child(3) .eventIndicator .eventIndicator-toolTip {
    right: auto;
    left: -12px;
  }
}
#pHome .subject {
  margin-bottom: 25px;
}
@media screen and (min-width: 1681px) and (max-width: 2100px) {
  #pHome #blkSlideShow {
    width: 100vw;
    margin-left: calc(-50vw + 1680px / 2);
  }
}
#pHome #blkSlideShow:before {
  display: block;
  content: "";
  padding-top: 36%;
}
#pHome #blkSlideShow #slideshowArea {
  position: absolute;
  top: 0;
  left: 0;
}
#pHome #blkSlideShow #slideshowArea,
#pHome #blkSlideShow #slideshowWrap {
  width: 100%;
  height: 100%;
}
#pHome #blkSlideShow .huge-it-slider .owl-dot {
  background: white !important;
}
#pHome #blkSlideShow .huge-it-slider .owl-dot:hover,
#pHome #blkSlideShow .huge-it-slider .owl-dot.active {
  background-color: #ff9b1f !important;
}
#pHome #blkShortcuts {
  text-align: center;
  margin: 20px 0;
}
#pHome #blkShortcuts .indexShortcut {
  width: 25%;
  max-width: 295px;
  padding: 20px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  color: #f4a100;
  font-size: 24px;
  vertical-align: top;
  cursor: pointer;
}
.page.page-theme1 #pHome #blkShortcuts .indexShortcut {
  color: #0085c7;
}
.page.page-theme2 #pHome #blkShortcuts .indexShortcut {
  color: #ce4d3b;
}
.page.page-theme3 #pHome #blkShortcuts .indexShortcut {
  color: #e18d35;
}
.page.page-theme4 #pHome #blkShortcuts .indexShortcut {
  color: #8fb73a;
}
#pHome #blkShortcuts .indexShortcut > img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pHome #blkShortcuts .indexShortcut > div {
  font-weight: 500;
  font-size: 29px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #pHome #blkShortcuts .indexShortcut > div {
    font-size: 21px;
    font-size: 2.7vw;
  }
}
#pHome #blkShortcuts .indexShortcut:hover > img {
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
}
#pHome #blkMain #blkMain-Fb,
#pHome #blkMain #blkMain-News,
#pHome #blkMain #blkMain-Events,
#pHome #blkMain #blkMain-Ig {
  padding: 0 0 40px 0;
}
#pHome #blkMain #blkMain-Fb #blkFb {
  width: 100%;
  min-height: 400px;
  margin-bottom: 15px;
  border: none;
  overflow: hidden;
}
#pHome #blkMain #blkMain-Fb #blkFb .fb-page > span {
  width: 100% !important;
  height: 400px !important;
}
#pHome #blkMain #blkMain-Fb #blkFb .fb-page > span > iframe {
  width: 100% !important;
  height: 100% !important;
}
#pHome #blkMain #blkMain-Ig img {
  width: 100%;
  max-width: 350px;
}
#pHome #blkMain #blkMain-News .latestNews-list {
  margin-bottom: 20px;
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo {
  width: calc(50% - 15px);
  max-width: 228px;
  overflow: hidden;
  vertical-align: top;
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo::after {
  content: "";
  display: block;
  padding-top: 66.6667%;
  border: 1px solid #eee;
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo > img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo > img.portrait {
  width: 100%;
  height: auto;
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo + span {
  width: 50%;
  min-width: calc(100% - 15px - 228px);
  margin-left: 15px;
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo + span .link {
  overflow: hidden;
  line-height: 21px;
  max-height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 400;
  margin-bottom: 25px;
}
#pHome #blkMain #blkMain-News .latestNews-list .latestNews-list-photo + span .date {
  margin-bottom: 0;
}
#pHome #blkMain #blkMain-Events .fc-header-toolbar button {
  padding: 0 5px;
}
#pHome #blkMain #blkMain-Events .fc-header-toolbar .fc-today-button {
  margin-left: 15px;
}
#pHome #blkMain #blkMain-Events .fc-header-toolbar h2 {
  font-size: 20px;
}
#pHome #blkMain #blkMain-Events .fc-scroller.fc-day-grid-container {
  overflow: visible !important;
}
#pHome #blkMain #blkMain-Events .fc-head-container {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
}
#pHome #blkMain #blkMain-Events .fc-day-header {
  font-size: 18px;
}
#pHome #blkMain #blkMain-Events .fc-bg,
#pHome #blkMain #blkMain-Events .fc-bgevent-skeleton,
#pHome #blkMain #blkMain-Events .fc-helper-skeleton,
#pHome #blkMain #blkMain-Events .fc-highlight-skeleton {
  top: 5px;
  bottom: 5px;
}
#pHome #blkMain #blkMain-Events .fc-basic-view .fc-body .fc-row {
  min-height: 50px;
  max-height: 58px;
}
#pHome #blkMain #blkMain-Events .fc .fc-row.fc-week {
  padding: 3px 0;
}
#pHome #blkMain #blkMain-Events .fc-unthemed td.fc-today {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#pHome #blkMain #blkMain-Events .fc-row .fc-content-skeleton td,
#pHome #blkMain #blkMain-Events .fc-row .fc-helper-skeleton td {
  padding: 5px 10px;
}
#pHome #blkMain #blkMain-Events .fc-row td.fc-day-top {
  padding-bottom: 0;
  background: transparent;
}
#pHome #blkMain #blkMain-Events .fc-row td.fc-event-container {
  padding-top: 0;
}
#pHome #blkMain #blkMain-Events .fc-event-icons img {
  width: 12px;
}
#pHome #blkMain #blkMain-Events .eventIndicator {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin-left: 2px;
}
#pHome #blkMain #blkMain-Events .eventIndicator .eventIndicator-toolTip {
  top: calc(100% - 12px);
  right: -12px;
  padding: 12px;
  font-size: 14px;
}
@media screen and (max-width: 480px), (min-width: 768px) and (max-width: 930px), (min-width: 1200px) and (max-width: 1400px) {
  #pHome #blkMain #blkMain-Events .eventIndicator {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-left: 1px;
  }
}
#pHome #blkMain .subject {
  font-size: 22px;
}
#pHome #blkMain .description {
  overflow: hidden;
  line-height: 21px;
  max-height: 84px;
  /* Webkit only */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#pHome #blkMain .date {
  margin-bottom: 15px;
}
#pHome #blkMain .description + .date {
  margin-top: 25px;
}
#pHome #blkMain,
#pHome #blkPartners {
  padding: 0 30px;
}
#pHome #blkPartners {
  text-align: center;
}
#pHome #blkPartners img {
  height: 100px;
  margin: 0 20px;
  vertical-align: middle;
}
#pHome #blkPartners a:nth-child(2) img {
  height: 120px;
}
#pHome #blkSocial {
  position: fixed;
  left: 0;
  top: 240px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.scrolled #pHome #blkSocial,
#cMain.scrolled-m #pHome #blkSocial {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body.scrolled #pHome #blkSocial:hover,
#cMain.scrolled-m #pHome #blkSocial:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#pHome #blkSocial .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  display: block;
}
#pHome #blkSocial .fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  margin-bottom: 8px;
}
#pHome #blkSocial .fa-facebook {
  background-color: #1877f2;
  margin-bottom: 8px;
}
#pHome #blkSocial .fa-youtube {
  background-color: #ff0000;
}
.dialog-nsa .dialog-content {
  text-align: center !important;
  padding-top: 40px !important;
}
.dialog-nsa .dialog-content > .article {
  text-align: left;
}
#pCalendar #blkJumpCalendar {
  text-align: right;
  margin-bottom: 30px;
}
#pCalendar #blkJumpCalendar .selector {
  margin-bottom: 5px;
}
#pCalendar #blkCalendar {
  margin-bottom: 60px;
}
#pCalendar .table-title {
  color: #e18d35;
}
#pCalendar .table > thead {
  background-color: #ff9b1f;
}
#pSiteMap > div {
  margin: 0 auto;
  max-width: 900px;
}
#pSiteMap > div > span {
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
#pSiteMap .sitemap-item {
  font-size: 22px;
  font-weight: 500;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  color: #0085c7;
  margin-bottom: 10px;
}
#pSiteMap .sitemap-item.sitemap-item-theme1 {
  color: #0085c7;
}
#pSiteMap .sitemap-item.sitemap-item-theme1 .sitemap-subitem a:hover,
#pSiteMap .sitemap-item.sitemap-item-theme1 .sitemap-subitem a:before,
#pSiteMap .sitemap-item.sitemap-item-theme1 .sitemap-subitem.sitemap-subitem-withChildItem:before {
  color: #00a3ed;
}
#pSiteMap .sitemap-item.sitemap-item-theme2 {
  color: #ce4d3b;
}
#pSiteMap .sitemap-item.sitemap-item-theme2 .sitemap-subitem a:hover,
#pSiteMap .sitemap-item.sitemap-item-theme2 .sitemap-subitem a:before,
#pSiteMap .sitemap-item.sitemap-item-theme2 .sitemap-subitem.sitemap-subitem-withChildItem:before {
  color: #ff1c0b;
}
#pSiteMap .sitemap-item.sitemap-item-theme3 {
  color: #e18d35;
}
#pSiteMap .sitemap-item.sitemap-item-theme3 .sitemap-subitem a:hover,
#pSiteMap .sitemap-item.sitemap-item-theme3 .sitemap-subitem a:before,
#pSiteMap .sitemap-item.sitemap-item-theme3 .sitemap-subitem.sitemap-subitem-withChildItem:before {
  color: #ff9b1f;
}
#pSiteMap .sitemap-item.sitemap-item-theme4 {
  color: #8fb73a;
}
#pSiteMap .sitemap-item.sitemap-item-theme4 .sitemap-subitem a:hover,
#pSiteMap .sitemap-item.sitemap-item-theme4 .sitemap-subitem a:before,
#pSiteMap .sitemap-item.sitemap-item-theme4 .sitemap-subitem.sitemap-subitem-withChildItem:befores {
  color: #8dd900;
}
#pSiteMap * + .sitemap-item {
  margin-top: 50px;
}
#pSiteMap .sitemap-subitem {
  margin-bottom: 5px;
  padding-left: 15px;
  font-family: 'font-1', 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif, "微軟正黑體";
  font-style: normal;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
#pSiteMap .sitemap-subitem a {
  color: #777;
}
#pSiteMap .sitemap-subitem a:before {
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  content: "\f105";
  margin-right: 8px;
}
#pSiteMap .sitemap-subitem a:hover {
  color: #38aae2;
}
#pSiteMap .sitemap-item > .sitemap-subitem:first-of-type {
  margin-top: 20px;
}
#pSiteMap .sitemap-subitem.sitemap-subitem-withChildItem:before {
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0085c7;
  content: "\f107";
  margin-right: 8px;
}
#pSiteMap .sitemap-subitem.sitemap-subitem-withChildItem > .sitemap-subitem:first-child {
  margin-top: 4px;
}
#pNewsletter .article-left {
  max-width: 180px;
  text-align: center;
}
#pNewsletter .article-left img {
  width: 100%;
  max-width: 50vw;
  margin-bottom: 20px;
}
#pNewsletter .article-content h3 {
  font-weight: bold;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  #pNewsletter .article-content h3 {
    text-align: center;
  }
}
#pNewsletter .article-content ul.ul {
  margin-left: 20px;
}
#pNewsletter .article-content ul.ul li {
  margin-bottom: 5px;
}
#pContact .tableSimple td:first-child {
  width: 1%;
  white-space: nowrap;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
  font-size: inherit;
  color: #0085c7;
  text-align: left;
}
#pLinks .subject {
  margin: 40px 0;
}
#pLinks .links-tier1,
#pLinks .links-tier2,
#pLinks .links-tier3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
#pLinks .links-tier1 img,
#pLinks .links-tier2 img,
#pLinks .links-tier3 img {
  width: 85%;
  max-width: 300px;
  margin-bottom: 20px;
}
#pLinks .links-tier1 {
  width: calc(50% - 5px);
}
#pLinks .links-tier2,
#pLinks .links-tier3 {
  width: calc(33.3333% - 5px);
}
#pLinks .links-tier3 img {
  width: 190px;
}
@media screen and (min-width: 1280px) {
  .page .page-header .page-header-img {
    left: auto;
    text-align: right;
    max-width: 700px;
  }
  .page .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #0085c7 0%, #0085c7 8%, rgba(0, 133, 199, 0.5) 35%, rgba(0, 133, 199, 0) 50%, rgba(0, 133, 199, 0) 100%);
    background: -webkit-linear-gradient(-30deg, #0085c7 0%, #0085c7 8%, rgba(0, 133, 199, 0.5) 35%, rgba(0, 133, 199, 0) 50%, rgba(0, 133, 199, 0) 100%);
    background: linear-gradient(120deg, #0085c7 0%, #0085c7 8%, rgba(0, 133, 199, 0.5) 35%, rgba(0, 133, 199, 0) 50%, rgba(0, 133, 199, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0085c7e8', GradientType=1);
  }
  .page.page-theme1 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #0085c7 0%, #0085c7 8%, rgba(0, 133, 199, 0.5) 35%, rgba(0, 133, 199, 0) 50%, rgba(0, 133, 199, 0) 100%);
    background: -webkit-linear-gradient(-30deg, #0085c7 0%, #0085c7 8%, rgba(0, 133, 199, 0.5) 35%, rgba(0, 133, 199, 0) 50%, rgba(0, 133, 199, 0) 100%);
    background: linear-gradient(120deg, #0085c7 0%, #0085c7 8%, rgba(0, 133, 199, 0.5) 35%, rgba(0, 133, 199, 0) 50%, rgba(0, 133, 199, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0085c7e8', GradientType=1);
  }
  .page.page-theme2 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #ce4d3b 0%, #ce4d3b 8%, rgba(206, 77, 59, 0.5) 35%, rgba(206, 77, 59, 0) 50%, rgba(206, 77, 59, 0) 100%);
    background: -webkit-linear-gradient(-30deg, #ce4d3b 0%, #ce4d3b 8%, rgba(206, 77, 59, 0.5) 35%, rgba(206, 77, 59, 0) 50%, rgba(206, 77, 59, 0) 100%);
    background: linear-gradient(120deg, #ce4d3b 0%, #ce4d3b 8%, rgba(206, 77, 59, 0.5) 35%, rgba(206, 77, 59, 0) 50%, rgba(206, 77, 59, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4d3b', endColorstr='#ce4d3be8', GradientType=1);
  }
  .page.page-theme3 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #e18d35 0%, #e18d35 8%, rgba(225, 141, 53, 0.5) 35%, rgba(225, 141, 53, 0) 50%, rgba(225, 141, 53, 0) 100%);
    background: -webkit-linear-gradient(-30deg, #e18d35 0%, #e18d35 8%, rgba(225, 141, 53, 0.5) 35%, rgba(225, 141, 53, 0) 50%, rgba(225, 141, 53, 0) 100%);
    background: linear-gradient(120deg, #e18d35 0%, #e18d35 8%, rgba(225, 141, 53, 0.5) 35%, rgba(225, 141, 53, 0) 50%, rgba(225, 141, 53, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e18d35', endColorstr='#e18d35e8', GradientType=1);
  }
  .page.page-theme4 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #8fb73a 0%, #8fb73a 8%, rgba(143, 183, 58, 0.5) 35%, rgba(143, 183, 58, 0) 50%, rgba(143, 183, 58, 0) 100%);
    background: -webkit-linear-gradient(-30deg, #8fb73a 0%, #8fb73a 8%, rgba(143, 183, 58, 0.5) 35%, rgba(143, 183, 58, 0) 50%, rgba(143, 183, 58, 0) 100%);
    background: linear-gradient(120deg, #8fb73a 0%, #8fb73a 8%, rgba(143, 183, 58, 0.5) 35%, rgba(143, 183, 58, 0) 50%, rgba(143, 183, 58, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fb73a', endColorstr='#8fb73ae8', GradientType=1);
  }
  .page .page-header .page-header-img img {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  #pHome #blkPartners {
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #pPosters .cover-item {
    width: 33%;
  }
}
@media screen and (min-width: 769px) {
  .page .footer > div:first-child {
    float: left;
    padding-left: 15px;
  }
  .page .footer > div:last-child {
    overflow: hidden;
    min-width: 200px;
    text-align: right;
  }
  .page .footer .button {
    line-height: 44px;
    height: 44px;
    margin-right: 15px;
  }
  .page .footer .button:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .page .page-header-filter .page-searchBox {
    max-width: 40%;
  }
  .page .page-header-filter .page-searchBox + .page-sort {
    padding: 6px 0 5px 40px;
  }
  .page .page-nav {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 40px;
  }
  .page .page-nav + .page-content {
    display: inline-block;
    margin-left: 30px;
    width: calc(100% - 350px);
    max-width: 1100px;
    padding-right: 20px;
  }
  .article .article-photos .article-photos-toggle {
    display: none;
  }
  .cover-item {
    width: 260px;
    text-align: center;
  }
  body:not(.mobileMenuMode) #cNav #pLogo #blkSearch {
    font-size: 18px;
    padding: 0 10px;
    width: auto;
    float: right;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    min-width: auto;
    text-align: center;
    padding: 0 0 0 10px;
    border-radius: 21px;
    margin-right: 10px;
  }
  body:not(.mobileMenuMode) #cNav #pLogo #blkSearch input {
    width: 250px;
    border: none;
  }
  body:not(.mobileMenuMode) #cNav #pLogo #blkSearch .icon-button {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }
  #cNav #pMenu #blkMenu .menuButton {
    line-height: 25px;
    height: 55px;
  }
  body:not(.mobileMenuMode) #cNav #pMenu #blkMenu .menuButton:not(:last-of-type)::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    border-right: 1px solid #eeeeee;
  }
  body:not(.mobileMenuMode) #cNav #pMenu #blkMenu .menuButton .subMenu {
    position: absolute;
    top: 100%;
    left: 25px;
  }
  .zh #cNav #pMenu #blkMenu .menuButton {
    letter-spacing: 1px;
  }
  #cNav #pMenu #blkMenu a:not(:last-of-type) .menuButton::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    border-right: 1px solid #eeeeee !important;
    /* iOS fix */
  }
  #cNav {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #cNav #pLogo,
  #cNav #pLogo #imgLogo,
  #cNav #pLogo #imgLogo + #lblName {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #cNav.scrolled {
    height: 180px;
  }
  #cNav.scrolled #pLogo {
    height: 110px;
    padding-top: 30px;
  }
  #cNav.scrolled #pLogo #imgLogo {
    margin-top: -14px;
  }
  #cMain {
    height: 100%;
  }
  .div-table .article-right {
    margin-left: -5px;
    /* -5px for span gap*/
  }
  #pHome #blkMain::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }
  #pHome #blkMain #blkMain-left {
    float: left;
    width: 30%;
    max-width: 420px;
  }
  #pHome #blkMain #blkMain-right {
    float: right;
    width: 70%;
    min-width: calc(100% - 420px);
  }
  #pHome #blkMain #blkMain-right::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }
  #pHome #blkMain #blkMain-Fb,
  #pHome #blkMain #blkMain-News,
  #pHome #blkMain #blkMain-Events,
  #pHome #blkMain #blkMain-Ig {
    padding: 10px 20px;
  }
  #pHome #blkMain #blkMain-News,
  #pHome #blkMain #blkMain-Events {
    float: left;
  }
  #pHome #blkMain #blkMain-News {
    width: 57%;
    max-width: calc(100% - 360px);
  }
  #pHome #blkMain #blkMain-Events {
    width: 43%;
    min-width: 360px;
  }
  #pHome #blkMain .latestNews-list .link {
    overflow: hidden;
    line-height: 21px;
  }
  #pHome #blkMain .latestNews-list .link {
    max-height: 63px;
    /* Webkit only */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page .page-jump.page-jump-aligned .page-jump-item {
    width: 100%;
  }
  #pHome #blkMain #blkMain-left,
  #pHome #blkMain #blkMain-right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #pHome #blkMain #blkMain-Fb::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }
  #pHome #blkMain #blkMain-Fb .subject {
    width: 40%;
    margin-right: 30px;
    float: left;
  }
  #pHome #blkMain #blkMain-Fb #blkFb {
    width: calc(60% - 30px);
    height: 130px;
    min-height: 0px;
    float: left;
  }
  #pHome #blkMain #blkMain-Ig::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }
  #pHome #blkMain #blkMain-Ig .subject {
    width: 40%;
    margin-right: 30px;
    float: left;
  }
  #pHome #blkMain #blkMain-Ig img #blkFb {
    max-width: calc(60% - 30px);
    float: left;
  }
  #pHome #blkMain .latestNews-main .link,
  #pHome #blkMain .latestNews-list .link {
    overflow: hidden;
    line-height: 21px;
    max-height: 63px;
    /* Webkit only */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  #pHome #blkMain .description {
    max-height: 63px;
    /* Webkit only */
    -webkit-line-clamp: 3;
  }
  .game-item .article-left {
    margin-bottom: 10px;
    width: 100%;
  }
  .game-item .article-right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 970px) {
  .page .page-nav {
    width: 240px;
  }
  .page .page-nav .page-nav-menuButton {
    padding: 8px 10px;
  }
  .page .page-nav + .page-content {
    margin-left: 20px;
    width: calc(100% - 270px);
  }
  #cNav #pLogo {
    padding-left: 20px;
    padding-right: 20px;
  }
  #cNav #pLogo #blkSearch input {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-left: 0;
    padding-top: 0;
  }
  body #cNav {
    width: 100%;
    left: -100%;
    position: relative;
    padding-top: 80px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  body #cNav.showMenu {
    height: 100%;
  }
  body #cNav.showMenu::before {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  body #cNav #pLogo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    max-width: 100vw;
    height: 80px;
    z-index: 2;
    background-color: white;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 5px;
    min-width: 320px;
  }
  body #cNav #pLogo #imgLogo {
    margin-top: 0;
  }
  body #cNav #pLogo > .btn-lang,
  body #cNav #pLogo > #btnSearch,
  body #cNav #pLogo > #btnHome {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin-top: 18px;
  }
  body #cNav #pLogo #btnSearch {
    display: block !important;
  }
  body #cNav #pLogo #blkSearch {
    width: auto;
  }
  body #cNav #pLogo > #btnMenu {
    display: block;
    float: left;
    margin-top: 18px;
  }
  body #cNav #pMenu {
    width: 280px;
    min-height: 100%;
    height: auto;
    margin-left: calc(100% - 320px);
    z-index: 1;
    background-color: white;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    padding-bottom: 250px;
  }
  body #cNav #pMenu #blkMenu {
    width: 100%;
    height: auto;
    padding-top: 20px;
    overflow: visible;
    background: white;
  }
  body #cNav #pMenu #blkMenu .menuButton {
    position: relative;
    height: auto;
    width: 280px;
    /* Firefox fix */
    line-height: 22px;
    padding: 14px 25px;
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu {
    min-width: 310px;
    max-width: 95vw;
    top: 13px !important;
    left: -25px;
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton {
    min-height: 36px;
    height: auto;
    margin-left: 25px;
    white-space: normal;
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:after {
    content: "\f078";
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu > .subMenu {
    position: relative;
    left: 0;
    top: 0px !important;
    margin: 0 -30px 0 -20px;
    min-width: auto;
    box-shadow: 0px 0px 0px;
    background: transparent;
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu > .subMenu .subMenuButton {
    border: 0;
    width: calc(100% - 25px);
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu.subMenu-show {
    background-color: rgba(0, 0, 0, 0.3);
  }
  body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu.subMenu-show:before {
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    right: 100%;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }
  body #cNav #pMenu #blkMenu a .menuButton::after,
  body #cNav #pMenu #blkMenu .menuButton::after {
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    /* iOS fix */
    top: 14px;
    position: relative;
  }
  body #cNav #pMenu #blkMenu #blkMenuApps {
    position: absolute;
    bottom: 115px;
    margin-left: 30px;
  }
  body body {
    overflow: hidden;
  }
  body body.showMenu {
    overflow: scroll;
  }
  body #cNav #pMenu.showMenu {
    margin-left: 100%;
  }
  body #cNav #blkSearch {
    position: fixed;
    top: 80px;
    right: 0px;
    left: 0px;
    height: 100px;
    text-align: center;
    height: 0;
    overflow: hidden;
  }
  body #cNav #blkSearch > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  body #cNav #blkSearch.showSearch {
    height: 100px;
  }
  body #cNav #blkSearch.showSearch > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body #cNav #blkSearch.showSearch::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0px;
    margin-right: -10px;
    vertical-align: middle;
  }
  body #cNav #blkSearch > form {
    vertical-align: middle;
    display: inline-block;
    width: 95%;
  }
  body #cNav #blkSearch input {
    width: calc(100% - 70px);
    max-width: 360px;
  }
  body #cMain {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    transition: 0.3s ease top;
    -webkit-transition: 0.3s ease top;
    -moz-transition: 0.3s ease top;
  }
  body #cMain.showSearch {
    top: 180px;
  }
  body #cMain::-webkit-scrollbar {
    display: none;
  }
  .hide-m {
    display: none;
  }
  .fullW-m {
    width: 100% !important;
    max-width: 100% !important;
  }
  .table,
  .table thead,
  .table tbody,
  .table th,
  .table tr,
  .table td {
    display: block;
    width: 100% !important;
  }
  .table thead tr {
    display: none;
  }
  .table tbody tr:not(.table-subtitle) {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
  }
  .table tr:not(.table-subtitle) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left;
    vertical-align: top;
  }
  .table tr:not(.table-subtitle) td:last-child {
    border-bottom: 0;
  }
  .table tr:not(.table-subtitle) + tr.table-subtitle {
    margin-top: -1px;
  }
  .table tr:not(.table-subtitle) td::after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
  }
  .table tr:not(.table-subtitle) td:before {
    content: attr(data-title);
    display: inline-block;
    position: relative;
    margin-left: -100%;
    width: 100%;
    padding-right: 10%;
    float: left;
    text-align: left;
    font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
    font-weight: 500;
    color: #0085c7;
    vertical-align: top;
    box-sizing: border-box;
  }
  .page-theme1 .table tr:not(.table-subtitle) td:before {
    color: #8fb73a;
  }
  .page-theme2 .table tr:not(.table-subtitle) td:before {
    color: #e18d35;
  }
  .page-theme3 .table tr:not(.table-subtitle) td:before {
    color: #ce4d3b;
  }
  .page-theme4 .table tr:not(.table-subtitle) td:before {
    color: #0085c7;
  }
  .button-primary {
    display: block;
  }
  .dialog-container .dialog-photo .closeDialog-button {
    position: fixed;
    left: auto;
    bottom: auto;
    top: 8px;
    right: 8px;
  }
  .dialog-container .dialog-photo {
    margin-top: 50px;
  }
  .dialog-container .dialog-photo .icon-button {
    top: 5px;
    margin: 0;
    font-size: 26px;
  }
  .dialog-container .dialog-photo .fa-chevron-left {
    left: 5px;
  }
  .dialog-container .dialog-photo .fa-chevron-right {
    right: calc(100% - 85px);
  }
  .ui-widget {
    z-index: 100!important;
  }
  #blkButtons .button:first-child {
    float: none;
    margin-bottom: 10px;
  }
  #blkButtons .button-secondary.floatR {
    margin-right: 0;
  }
  .form-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Current Project */
  .pagination ul li {
    min-width: 30px;
    margin: 0 3px;
  }
  .pagination ul li:first-child,
  .pagination ul li:last-child {
    margin: 0 5px;
  }
  #pHome #blkShortcuts {
    margin: 20px 2.5%;
  }
  #pHome #blkShortcuts .indexShortcut {
    width: 50%;
    max-width: 50%;
    padding: 5px;
  }
  #pHome #blkShortcuts .indexShortcut > div {
    font-size: 14px;
    font-size: 4vw;
  }
  #pHome #blkPartners img {
    height: 80px;
    margin: 0 10px;
  }
  #pHome #blkPartners a:nth-child(2) img {
    height: 90px;
  }
  #pHome #blkSocial {
    top: 195px;
    top: calc(80px + 100vw * 0.36);
  }
  #cMain.scrolled-m #pHome #blkSocial {
    top: 90px;
  }
  #pHome #blkSocial .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  #pHome #blkSocial .fa-facebook {
    margin-bottom: 6px;
  }
  .page {
    padding-bottom: 260px;
  }
  .page .footer > div:first-child {
    padding: 10px 0;
    color: #0085c7;
    background-color: #fcfcfc;
  }
  .page .footer .button {
    text-align: left;
    margin: 0;
    display: block;
    line-height: 30px;
    height: 30px;
  }
  .page .footer > div:last-child {
    padding: 15px 15px;
  }
  .page .page-header {
    height: auto;
    font-size: 30px;
    line-height: 36px;
  }
  .page .page-header > span {
    padding: 30px;
    max-width: none;
  }
  .page .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #0085c7 0%, #0085c7 56%, rgba(0, 133, 199, 0.7) 100%);
    background: -webkit-linear-gradient(-30deg, #0085c7 0%, #0085c7 56%, rgba(0, 133, 199, 0.7) 100%);
    background: linear-gradient(120deg, #0085c7 0%, #0085c7 56%, rgba(0, 133, 199, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0085c7e8', GradientType=1);
  }
  .page.page-theme1 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #0085c7 0%, #0085c7 56%, rgba(0, 133, 199, 0.7) 100%);
    background: -webkit-linear-gradient(-30deg, #0085c7 0%, #0085c7 56%, rgba(0, 133, 199, 0.7) 100%);
    background: linear-gradient(120deg, #0085c7 0%, #0085c7 56%, rgba(0, 133, 199, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0085c7e8', GradientType=1);
  }
  .page.page-theme2 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #ce4d3b 0%, #ce4d3b 56%, rgba(206, 77, 59, 0.7) 100%);
    background: -webkit-linear-gradient(-30deg, #ce4d3b 0%, #ce4d3b 56%, rgba(206, 77, 59, 0.7) 100%);
    background: linear-gradient(120deg, #ce4d3b 0%, #ce4d3b 56%, rgba(206, 77, 59, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4d3b', endColorstr='#ce4d3be8', GradientType=1);
  }
  .page.page-theme3 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #e18d35 0%, #e18d35 56%, rgba(225, 141, 53, 0.7) 100%);
    background: -webkit-linear-gradient(-30deg, #e18d35 0%, #e18d35 56%, rgba(225, 141, 53, 0.7) 100%);
    background: linear-gradient(120deg, #e18d35 0%, #e18d35 56%, rgba(225, 141, 53, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e18d35', endColorstr='#e18d35e8', GradientType=1);
  }
  .page.page-theme4 .page-header .page-header-img::after {
    background: -moz-linear-gradient(-30deg, #8fb73a 0%, #8fb73a 56%, rgba(143, 183, 58, 0.7) 100%);
    background: -webkit-linear-gradient(-30deg, #8fb73a 0%, #8fb73a 56%, rgba(143, 183, 58, 0.7) 100%);
    background: linear-gradient(120deg, #8fb73a 0%, #8fb73a 56%, rgba(143, 183, 58, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fb73a', endColorstr='#8fb73ae8', GradientType=1);
  }
  .page .page-header .page-header-img img {
    width: auto;
    min-height: 100%;
    min-width: 40%;
  }
  .page .page-header.page-header-filter > span {
    padding: 20px 30px;
  }
  .page .page-header-filter .page-searchBox {
    float: none;
    text-align: center;
    padding: 0 15px 20px 25px;
  }
  .page .page-header-filter .page-searchBox input {
    width: calc(100% - 50px);
  }
  .page .page-header-filter .page-sort {
    padding: 10px 30px 10px 30px;
  }
  .page .page-header-filter .page-sort > div:first-child,
  .page .page-filter > div:not(.page-filter-toggle):nth-child(2n-1),
  .page .page-jump > div:not(.page-jump-toggle):nth-child(2n-1) {
    float: none;
    margin-bottom: 10px;
  }
  .page .page-header-filter .page-sort > div:last-child,
  .page .page-filter > div:not(.page-filter-toggle):nth-child(2n),
  .page .page-jump > div:not(.page-jump-toggle):nth-child(2n) {
    margin-left: 22px;
  }
  .page .page-header-filter .page-sort .page-sort-item,
  .page .page-filter .page-filter-item,
  .page .page-jump .page-jump-item {
    font-size: smaller;
    line-height: 1.2;
  }
  .page .page-filter,
  .page .page-jump {
    padding: 0 30px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .page .page-jump .page-jump-item,
  .page .page-jump.page-jump-aligned .page-jump-item {
    width: 100%;
    padding: 5px 0 5px 0;
  }
  .page .page-filter.showPageFilters,
  .page .page-jump.showPageJump {
    padding: 30px 30px 0 30px;
  }
  .page .page-filter .selector,
  .page .page-filter .textbox-datepicker {
    line-height: 1.4;
    margin-top: -5px;
  }
  .page .page-header.page-header-map {
    padding-top: 0;
    background: #eee;
  }
  .page .page-header.page-header-map::before {
    position: absolute;
    content: "";
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #036da2;
    background: -moz-linear-gradient(-45deg, #036da2 0%, #034f74 100%);
    background: -webkit-linear-gradient(-45deg, #036da2 0%, #034f74 100%);
    background: linear-gradient(135deg, #036da2 0%, #034f74 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036da2', endColorstr='#034f74', GradientType=1);
  }
  .page .page-header.page-header-map .page-header-map-mapArea {
    position: relative;
    height: 200px;
  }
  .page .page-header.page-header-map .page-header-map-mapArea::after {
    display: none;
  }
  .page .page-header.page-header-map .page-header-map-address {
    padding-left: 30px;
    margin-top: 30px;
    max-width: 100%;
  }
  .page .page-nav .page-nav-toggle {
    clear: both;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    cursor: pointer;
    background-color: #00a3ed;
    color: white;
  }
  .page .page-nav .page-nav-toggle .icon {
    color: inherit;
  }
  .page .page-nav .page-nav-menu {
    background-color: #0085c7;
    color: rgba(255, 255, 255, 0.9);
    display: none;
  }
  .page .page-nav .page-nav-menu .page-nav-menuButton {
    min-height: 36px;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .page .page-nav .page-nav-menu .page-nav-menuButton:hover {
    color: white;
  }
  .page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu.showChildMenu {
    background: rgba(255, 255, 255, 0.15);
    color: white;
  }
  .page .page-nav .page-nav-menu .page-nav-menuButton.withChildMenu.showChildMenu > .page-nav-subMenu {
    color: rgba(255, 255, 255, 0.9);
  }
  .page .page-nav .page-nav-menu .page-nav-menuButton-active {
    color: inherit;
  }
  .page .page-nav.showPageNav .page-nav-toggle .icon::before {
    content: "\f077";
  }
  .page .page-nav.showPageNav .page-nav-menu {
    display: block;
  }
  .page.page-theme1 .page-nav .page-nav-toggle {
    background-color: #00a3ed;
  }
  .page.page-theme1 .page-nav .page-nav-menu {
    background-color: #0085c7;
  }
  .page.page-theme2 .page-nav .page-nav-toggle {
    background-color: #ff1c0b;
  }
  .page.page-theme2 .page-nav .page-nav-menu {
    background-color: #ce4d3b;
  }
  .page.page-theme3 .page-nav .page-nav-toggle {
    background-color: #ff9b1f;
  }
  .page.page-theme3 .page-nav .page-nav-menu {
    background-color: #e18d35;
  }
  .page.page-theme4 .page-nav .page-nav-toggle {
    background-color: #8dd900;
  }
  .page.page-theme4 .page-nav .page-nav-menu {
    background-color: #8fb73a;
  }
  .page .page-content {
    max-width: calc(100% - 20px);
  }
  .page .page-content .backButton {
    padding-left: 10px;
    padding-right: 15px;
    z-index: 9;
    margin: -40px -10px 0;
    display: block;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .page .page-content .backButton + .article > .article-content,
  .page .page-content .article > .article-photos + .article-content {
    margin-top: 40px;
  }
  .article .article-photos {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -40px;
    overflow: hidden;
  }
  .article .article-photos:before {
    content: "";
    display: block;
    padding-top: 50%;
    background: #fffcfc;
    transition: 0.3s ease padding-top;
    -webkit-transition: 0.3s ease padding-top;
    -moz-transition: 0.3s ease padding-top;
  }
  .article .article-photos.showMorePhotos:before {
    padding-top: 54%;
  }
  .article .article-photos .article-photo {
    margin-bottom: 0%;
    transition: 0.3s ease margin-bottom;
    -webkit-transition: 0.3s ease margin-bottom;
    -moz-transition: 0.3s ease margin-bottom;
    position: absolute;
  }
  .article .article-photos.showMorePhotos .article-photo {
    margin-bottom: 4%;
    position: relative;
  }
  .article .article-photos .article-photo:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
  }
  .article .article-photos .article-photo:first-child::after {
    padding-top: 50%;
  }
  .article .article-photos .article-photo:first-child > img.portrait-m {
    width: 100%;
    height: auto;
  }
  .article .article-photos .article-photo:nth-child(2n) {
    width: 44%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .article .article-photos .article-photo:nth-child(2n) + .article-photo {
    width: 44%;
    margin-right: 4%;
  }
  .article .article-photos .article-photos-toggle {
    display: block;
    clear: both;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    background-color: #f4c300;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體";
    font-weight: 400;
  }
  .article .article-photos .article-photos-toggle .fa-chevron-up,
  .article .article-photos .article-photos-toggle .fa-chevron-up + span {
    display: none;
  }
  .article .article-photos.showMorePhotos .article-photos-toggle .fa-chevron-up,
  .article .article-photos.showMorePhotos .article-photos-toggle .fa-chevron-up + span {
    display: inline-block;
  }
  .article .article-photos.showMorePhotos .article-photos-toggle .fa-chevron-down,
  .article .article-photos.showMorePhotos .article-photos-toggle .fa-chevron-down + span {
    display: none;
  }
  .article .article-content {
    width: 100% !important;
    padding-left: 0;
  }
  .cover-item {
    width: 100%;
  }
  #pHome .subject {
    margin-bottom: 20px;
  }
  #pHome #blkMain,
  #pHome #blkPartners {
    padding: 0 10px;
  }
  #pHome #blkMain #blkFb {
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) and screen and (min-width: 769px) {
  body:not(.mobileMenuMode) body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  body:not(.mobileMenuMode) body #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton.withChildMenu:hover:before {
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    right: 100%;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .cover-item {
    width: calc(50% - 4px);
    text-align: center;
  }
  #pCalendar #blkJumpCalendar .selector {
    width: 48.5%;
    margin-right: 3%;
  }
  #pCalendar #blkJumpCalendar .selector:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .page .page-header-filter .page-sort .page-sort-item,
  .page .page-filter .page-filter-item,
  .page .page-jump .page-jump-item {
    display: block;
    margin-right: 0;
  }
  .page .page-filter .selector,
  .page .page-filter .textbox-datepicker {
    width: 100%;
  }
  #cNav #pLogo #imgLogo {
    max-width: 59%;
    height: auto;
    padding-top: 1.4%;
  }
  #pHome #blkPartners {
    padding: 0 5px;
  }
  #pHome #blkPartners img {
    height: 56px;
    margin: 0px 5px;
  }
  #pHome #blkPartners a:nth-child(2) img {
    height: 50px;
  }
  #pLinks .links-tier1 {
    width: 100%;
  }
  #pLinks .links-tier3 {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  #cNav #pLogo #imgLogo {
    max-width: 52%;
    padding-top: 4.2%;
  }
  #cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton {
    white-space: normal;
    line-height: 1.3;
    padding: 5px 20px;
    min-height: 30px;
    height: auto;
  }
}
@media screen and (min-width: 440px) {
  /*datepicker*/
  .ui-datepicker-title {
    margin: 0 1.8em !important;
  }
}
