@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap");
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.publish_info, .web_link, .pagination, .Syncing_slider, .slick-lightbox-slick-caption, .thumbnail .btn_grp, .tabSet, .search.m_search .keywordHot, .header .navigation, .header, div.tag, .category, .divider, .divider-vertical, .container, .row {
  clear: both;
  zoom: 1;
}
.publish_info:before, .web_link:before, .pagination:before, .Syncing_slider:before, .slick-lightbox-slick-caption:before, .thumbnail .btn_grp:before, .tabSet:before, .search.m_search .keywordHot:before, .header .navigation:before, .header:before, div.tag:before, .category:before, .divider:before, .divider-vertical:before, .container:before, .row:before, .publish_info:after, .web_link:after, .pagination:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  content: "";
  display: table;
}
.publish_info:after, .web_link:after, .pagination:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  clear: both;
}

/* Grid system*/
/*== Media queries breakpoints*/
/**/
/*## Define the breakpoints at which your layout will change, adapting to different screen sizes.*/
/* Extra small screen / phone*/
/*** Deprecated `$screen-xs` as of v3.0.1*/
/* $screen-xs:                  480px !default;*/
/*** Deprecated `$screen-xs-min` as of v3.2.0*/
/*** Deprecated `$screen-phone` as of v3.0.1*/
/* Small screen / tablet*/
/*** Deprecated `$screen-sm` as of v3.0.1*/
/* $screen-sm:                  768px !default;*/
/*** Deprecated `$screen-tablet` as of v3.0.1*/
/* Medium screen / desktop*/
/*** Deprecated `$screen-md` as of v3.0.1*/
/* $screen-md:                  992px !default;*/
/*** Deprecated `$screen-desktop` as of v3.0.1*/
/* Large screen / wide desktop*/
/*** Deprecated `$screen-lg` as of v3.0.1*/
/* $screen-lg:                  1400px !default;*/
/*** Deprecated `$screen-lg-desktop` as of v3.0.1*/
/* So media queries don't overlap when required, provide a maximum*/
/*== Grid system*/
/**/
/*## Define your custom responsive grid.*/
/*** Number of columns in the grid.*/
/* $grid-columns:              12 !default;*/
/*** Padding between columns. Gets divided in half for the left and right.*/
/* $grid-gutter-width:         30px !default;*/
/* Navbar collapse*/
/*** Point at which the navbar becomes uncollapsed.*/
/*** Point at which the navbar begins collapsing.*/
/*== Container sizes*/
/**/
/*## Define the maximum width of `.container` for different screen sizes.*/
/* Small screen / tablet*/
/*** For `$screen-sm-min` and up.*/
/* Medium screen / desktop*/
/*** For `$screen-md-min` and up.*/
/* Large screen / wide desktop*/
/*** For `$screen-lg-min` and up.*/
/* Centered container element*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra small columns*/
/* Generate the small columns*/
/* Generate the medium columns*/
/* Generate the large columns*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > div {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.publish_info, .web_link, .pagination, .Syncing_slider, .slick-lightbox-slick-caption, .thumbnail .btn_grp, .tabSet, .search.m_search .keywordHot, .header .navigation, .header, div.tag, .category, .divider, .divider-vertical, .row, .container {
  clear: both;
  zoom: 1;
}
.publish_info:before, .web_link:before, .pagination:before, .Syncing_slider:before, .slick-lightbox-slick-caption:before, .thumbnail .btn_grp:before, .tabSet:before, .search.m_search .keywordHot:before, .header .navigation:before, .header:before, div.tag:before, .category:before, .divider:before, .divider-vertical:before, .row:before, .container:before, .publish_info:after, .web_link:after, .pagination:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .row:after, .container:after {
  content: "";
  display: table;
}
.publish_info:after, .web_link:after, .pagination:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .row:after, .container:after {
  clear: both;
}

img {
  max-width: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #426579;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

a:focus {
  outline: none;
  box-shadow: 0 0px 0px 2px #395769 inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    box-shadow: none;
  }
}

.accesskey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #e1eaee;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

header .accesskey {
  top: -5px;
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #47878f;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (max-width: 767px) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
  color: #fff;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #426579;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
}
.no-js noscript a {
  color: #426579;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #304958;
}
.no-js .mpSlider .img-container {
  display: none;
}
.no-js .mpSlider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.no-js .mpSlider .img-container:nth-child(1) {
  display: block;
}
.no-js .navigation {
  padding-right: 170px;
}
.no-js .navigation .language {
  width: auto;
  position: absolute;
  right: 160px;
}
.no-js .navigation .language > a {
  display: none;
}
.no-js .navigation .language ul {
  top: 0;
  width: 160px;
}
.no-js .navigation .language ul li {
  display: block;
  width: auto;
}
.no-js .search noscript {
  margin-left: 1%;
  margin-right: 1%;
}
.no-js .tabSet {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.no-js .tabSet .tabItem {
  width: 100%;
  display: block;
  position: relative;
  color: #000;
  margin-bottom: 0px;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem > a {
  background: none;
  font-size: 1.5em;
  color: #000;
}
.no-js .tabSet .tabItem:before {
  display: none;
}
.no-js .tabSet .tabItem.active {
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem.active > a {
  color: #000;
  background: none;
}
.no-js .tabSet .tabContent {
  width: 100%;
  position: relative;
  display: block;
}
.no-js .cp_slider .img-container {
  display: inline-block;
  width: 30%;
  margin: 0 1% 1em;
}
@media screen and (max-width: 767px) {
  .no-js .cp_slider .img-container {
    width: 47%;
    margin: 0 1% 1em;
  }
}
.no-js .cp_slider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.no-js .adSlider .img-container {
  display: inline-block;
  width: 22%;
  margin: 0 1% 1em;
  border: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .no-js .adSlider .img-container {
    width: 47%;
    margin: 0 1% 1em;
  }
}
.no-js .adSlider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.no-js img.lazy {
  display: none;
}
.no-js img.lazy + noscript img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

br {
  font-family: unset !important;
  font: unset !important;
}

.gsc-control-cse {
  padding: 1rem 0 !important;
}

.gsc-control-cse.gsc-control-cse-zh-TW table td {
  padding: 0 0.5em !important;
}
.gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_a, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_b, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsc-search-button {
  border: 0 !important;
}

.gsc-input-box {
  border: 0 !important;
}

.gsc-search-box.gsc-search-box-tools {
  margin-bottom: 2rem !important;
}

.table.gsc-search-box table td {
  border-bottom: 0 !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
  color: #426579 !important;
}

.gsst_a .gscb_a {
  color: #ccc !important;
  line-height: 2rem !important;
}

.gs-webResult div.gs-visibleUrl {
  color: #47878f !important;
}

.gsc-search-button.gsc-search-button-v2 {
  border: 0 !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background-color: #426579 !important;
}

.gsc-tabHeader {
  font-size: 1rem !important;
}

.gsc-search-button-v2 svg {
  vertical-align: middle;
}

.gsc-result-info-container, .gsc-orderby-container {
  border: 0 !important;
}

.gsc-selected-option {
  white-space: nowrap;
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #595858;
  line-height: 1.5em;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

a {
  color: #426579;
  text-decoration: none;
}
a:hover, a:focus {
  color: #304958;
  cursor: pointer;
}

kbd {
  background: #FFF;
  border-radius: 0.2em;
  color: #555;
  font-weight: bold;
  display: inline-block;
  padding: 0.1em 0.6em;
  font-size: 0.938em;
  font-family: sans-serif;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
  vertical-align: middle;
  border-top: 1px solid #BBB;
  border-bottom: 3px solid #BBB;
  border-left: 2px solid #BBB;
  border-right: 2px solid #BBB;
}
kbd ~ kbd {
  margin-left: 0.4em;
}
kbd kbd {
  border: none;
}

.font_size {
  display: flex;
  flex: 0 1 12.5em;
  padding: 0.3em;
}
.font_size span {
  font-size: 0.875em;
  color: #222;
  padding-top: 0.3em;
}
.font_size ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 0 0 6em;
}
.font_size ul li {
  font-size: 1em;
  flex: 0 0 auto;
  margin: 2px;
  align-items: center;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #F1F1F1;
  width: 32px;
  height: 32px;
  color: #333;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #304958;
  color: #FFF;
}
.font_size ul li a.active {
  background: #304958;
  color: #FFF;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #304958;
  color: #FFF;
}
.font_size ul li a.small {
  font-size: 0.938em;
}
.font_size ul li a.large {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}

.btn_grp {
  text-align: center;
  padding: 1em 0;
}

.upload_grp .upload_btn, .btn {
  font-size: 1em;
  touch-action: manipulation;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  padding: 0.5em 1.25em;
  min-width: 4em;
  margin: 0.25em 0.1em;
}
.upload_grp .upload_btn i, .btn i {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.btn {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #222;
  text-shadow: none;
}
.btn:hover {
  background: #c7c7c7;
  border: 1px solid #adadad;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn:focus {
  background: #c7c7c7;
  border: 1px solid #adadad;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #395769 !important;
}
.btn.active {
  background: #ededed;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #222;
  outline: none;
}

.btn-submit {
  background: #4b738a;
  border: 1px solid #4b738a;
  color: #fff;
}
.btn-submit:hover {
  background: #395769;
  border: 1px solid #273c48;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-submit:focus {
  background: #395769;
  border: 1px solid #273c48;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #395769 !important;
}
.btn-submit.active {
  background: #54819a;
  cursor: pointer;
}

.btn-reset {
  color: #7f7e7e;
}

.btn-search {
  background: #4b738a;
  border: 1px solid #4b738a;
  color: #fff;
  padding: 0.5em 2em;
}
.btn-search:hover {
  background: #395769;
  border: 1px solid #273c48;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-search:focus {
  background: #395769;
  border: 1px solid #273c48;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #395769 !important;
}
.btn-search.active {
  background: #54819a;
  cursor: pointer;
}

.btn-primary {
  background: #426579 !important;
  color: #fff !important;
  border: solid 1px #426579 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #304958 !important;
  border: solid 1px #426579 !important;
}

.btn-secondary {
  background: #fff !important;
  color: #273c48 !important;
  border: solid 1px #426579 !important;
  text-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #0c1216 !important;
  background: #b5deff !important;
  border: solid 1px #b5deff !important;
}

.btn-normal {
  background: #f1f1f1 !important;
  color: #65656e !important;
  border: solid 1px #c3c3c3 !important;
  text-shadow: none !important;
}
.btn-normal:hover, .btn-normal:focus {
  color: #404046 !important;
  background: #c3c3c3 !important;
  border: solid 1px #c3c3c3 !important;
}

.btn-back {
  background: #555 !important;
  color: #fff !important;
  border: 1px solid #ddd !important;
}
.btn-back:hover, .btn-back:focus {
  background: #304958 !important;
  border: 1px solid #ddd !important;
}

.disabled,
[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
  text-shadow: none;
}

.readonly,
[readonly] {
  cursor: not-allowed !important;
  text-shadow: none;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

.breadcrumb {
  border-bottom: 1px solid #EEE;
  padding: 0.1em 0em 0.1em;
  font-size: 0.813em;
  margin: 0px auto 5px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:first-child:before {
  content: "";
  display: inline-block;
  color: #666;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #595858;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #304958;
  cursor: pointer;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.813em;
  color: grey;
  text-shadow: 0 1px 1px #fff;
  display: block;
}

.divider {
  display: table;
  line-height: 1;
  margin: 20px 0;
}
.divider:after, .divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/basic/divider.jpg");
}
.divider:before {
  background-position: right 1em top 50%;
}
.divider:after {
  background-position: left 1em top 50%;
}

.divider-vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50%;
  line-height: 0;
  transform: translateX(-50%);
}
.divider-vertical:after, .divider-vertical:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 0;
  height: calc(100% - 1.2rem);
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.divider-vertical:before {
  top: -100%;
}
.divider-vertical:after {
  bottom: 0;
}

hr {
  border: none;
  border-top: 1px solid #CFCFCF;
  margin: 1em 0px;
  display: block;
  clear: both;
}

img.img_rounded {
  border-radius: 10px;
}
img.img_circle {
  border-radius: 50%;
}
img:not([src]) {
  visibility: hidden;
  opacity: 0;
}
img.lazy {
  visibility: hidden;
}
img.loaded {
  visibility: visible;
  animation: lazy_animation 0.5s ease-out;
}

@keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*for IE */
.img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F1F1F1;
}
.img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.img-container a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 2em;
  line-height: 2em;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 1em;
  font-size: 1em;
  color: #FFF;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    width: 100%;
    height: 2em;
    line-height: 2em;
    left: 0;
    padding: 0 1em;
  }
}
.img-container a:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0px 0px 2px #304958 inset;
}
.img-container img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ie-object-contain, .ie-object-fill, .ie-object-cover, .ie-object-none {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.ie-object-contain img, .ie-object-fill img, .ie-object-cover img, .ie-object-none img {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.ie-object-none {
  background-size: auto;
}

.ie-object-cover {
  background-size: cover;
}

.ie-object-fill {
  background-size: 100% 100%;
}

.ie-object-contain {
  background-size: contain;
}

.fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.none {
  -o-object-fit: none;
     object-fit: none;
}

.scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

[class^=i_]:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

.i_calendar_color:before {
  background: url(../images/icon/icon_calendar_color.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_left:before {
  background: url(../images/icon/icon_arrow_left.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_right:before {
  background: url(../images/icon/icon_arrow_right.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_up:before {
  background: url(../images/icon/icon_arrow_up.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_down:before {
  background: url(../images/icon/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_left2:before {
  background: url(../images/icon/icon_arrow_left2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_right2:before {
  background: url(../images/icon/icon_arrow_right2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_up2:before {
  background: url(../images/icon/icon_arrow_up2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_down2:before {
  background: url(../images/icon/icon_arrow_down2.svg) center center no-repeat;
  background-size: contain;
}

.i_location2:before {
  background: url(../images/icon/icon_location2.svg) center center no-repeat;
  background-size: contain;
}

.category {
  text-align: left;
  margin: 1em auto;
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
}
.category a {
  border: 1px solid #CCC;
  padding: 0.4em 1em;
  display: block;
  color: #333;
  box-sizing: border-box;
  border-radius: 4px;
}
.category a:hover, .category a:focus {
  color: #FFF;
  background: #273c48;
  border: 1px solid #273c48;
  box-shadow: none;
}
.category a.active {
  color: #FFF;
  background: #426579;
  background: linear-gradient(to bottom, #426579, #273c48);
}
.category a span {
  font-size: 0.813em;
}
.category a span:before {
  content: "(";
  display: inline-block;
}
.category a span:after {
  content: ")";
  display: inline-block;
}

div.tag {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  position: relative;
}
div.tag:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1em;
  background: url(../images/basic/icon_tag.png) no-repeat center center;
  background-size: 16px;
}
div.tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
div.tag ul li {
  margin: 0 0.2em 0.2em 0;
  flex: 0 0 auto;
}
div.tag ul li a {
  display: block;
  font-size: 0.813em;
  color: #595858;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #DDD;
  padding: 0.2em 0.5em;
}
div.tag ul li a:hover, div.tag ul li a:focus {
  color: #304958;
  cursor: pointer;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  line-height: 50px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: 0.3s ease-out;
  display: none;
  z-index: 99999999;
  text-indent: -999999px;
}
.scrollToTop:hover, .scrollToTop:focus {
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.header {
  position: relative;
  z-index: 99;
  background: #FFF;
  box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    padding: 0;
  }
}
.header > .container .searchCtrl, .header > .container .sidebarCtrl {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0em;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 100%;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #426579;
  width: 50%;
  height: 3px;
  top: 20px;
  left: 50%;
  margin-left: -25%;
  display: block;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 28px;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 36px;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0em;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 28px;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5em 0;
}
.header.sticky h1 {
  font-size: 1.25em;
  flex-basis: 150px;
  min-width: 150px;
}
.header.sticky h1 img {
  max-width: 50px;
  max-height: 50px;
}
.header h1 {
  min-width: 200px;
  max-width: 300px;
  flex-basis: 200px;
  flex-grow: 1;
  margin: -2px 0 0 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.5em;
  font-family: "Noto Serif TC";
  line-height: 1.2em;
  white-space: nowrap;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .header h1 {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 15px 2px 60px;
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 1em;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 54px;
  }
}
.header h1 a {
  display: flex;
  align-items: center;
  color: #426579;
}
@media screen and (max-width: 767px) {
  .header h1 a {
    justify-content: center;
  }
}
.header h1 img {
  display: block;
  max-width: 58px;
  max-height: 58px;
}
.header .navigation {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation.have_language {
  padding-right: 160px;
}
.header .navigation .navlist {
  flex: 1 1 auto;
  margin: 0.1em 0.5em 0 0;
}
.header .navigation .navlist ul {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header .navigation .navlist li {
  flex: 0 0 auto;
}
.header .navigation .navlist li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: #595858;
  text-decoration: none;
}
.header .navigation .navlist li a:hover, .header .navigation .navlist li a:focus {
  color: #304958;
  cursor: pointer;
}
.header .navigation .language {
  position: absolute;
  right: 15px;
  top: 0.35em;
  font-size: 0.75em;
}

.search {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  vertical-align: top;
  font-size: 0.938em;
  margin: 1em 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
}
.search label {
  font-size: 0em;
}
.search .form_grp {
  flex: 0 0 auto;
  margin: 0;
}
.search .form_grp input {
  margin: 0 0 0 0.5em;
  padding: 0.2em;
  box-shadow: none;
  width: auto;
}
.search .form_grp input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 30px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 20px;
  outline: 1px solid transparent;
  border: none;
  display: block;
  opacity: 0.8;
  min-width: 0em !important;
  position: absolute;
  right: 0.2em;
  top: 8%;
  box-sizing: border-box;
}
.search .form_grp input:focus {
  box-shadow: 0 0px 0px 2px #395769;
}
.search .btn_grp {
  flex: 0 0 auto;
  padding: 0 0.5em 0;
  margin: 0;
}
.search .btn_grp input,
.search .btn_grp input[type=submit] {
  min-width: auto;
  padding: 0.2em 0.8em;
  margin: 0;
}
.search .keywordHot {
  flex: 1 1 100%;
}
.search .keywordHot ul {
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
.search .keywordHot ul li {
  margin: 0;
  padding: 0.5em;
  flex: 0 0 auto;
}
.search .keywordHot ul a {
  color: #595858;
  text-decoration: none;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  color: #304958;
  cursor: pointer;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.8em 0.3em;
  display: block;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 98;
  background: #333;
  display: none;
  margin: 0;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  display: flex;
}
.search.m_search .form_grp label {
  display: none;
  flex: 0 0 0%;
}
.search.m_search .form_grp input {
  margin: 0.5em;
  padding: 0.5em;
  flex: 1 1 50%;
}
.search.m_search .form_grp input[type=submit] {
  flex: 0 1 15%;
  margin: 0.5em;
}
.search.m_search .btn_grp {
  flex: 1 1 auto;
  padding: 0.5em;
  margin-top: 0.5em;
  border-top: dotted 1px #999;
  box-sizing: border-box;
}
.search.m_search .btn_grp input {
  width: 100% !important;
  padding: 0.6em 0.5em !important;
  margin: 0;
}
.search.m_search .keywordHot ul {
  justify-content: flex-start;
}
.search.m_search .keywordHot a {
  color: #FFF;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #426579;
}

.header.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background: #FFF;
  }
}
.header.fixed .menu > ul > li > a {
  color: #FFF;
}
.header.fixed .megamenu > ul > li > a {
  color: #FFF;
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
.menu {
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  clear: both;
  flex: 1 1 auto;
}
.menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.menu.sticky:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu.sticky > ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu > ul {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.menu > ul > li {
  flex: 0 1 10%;
}
.menu > ul > li > a {
  display: block;
  padding: 0 0.6em;
  min-height: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  white-space: nowrap;
  color: #426579;
}
.menu > ul > li > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid #bfbebe;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.menu > ul > li:hover > a {
  color: #304958;
}
.menu > ul > li:hover > a:after {
  border: 2px solid #304958;
  border-bottom: none;
  border-left: none;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
  text-align: center;
  margin-bottom: -2px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.sidebar .menu,
.sidebar .megamenu {
  display: block;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 300px;
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #183647;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.sidebar .m_area.open .menu > ul > li,
.sidebar .m_area.open .megamenu > ul > li {
  transform: scale(1) translateX(0px);
  opacity: 1;
}
.sidebar .m_area.open .menu > ul > li:nth-child(1),
.sidebar .m_area.open .megamenu > ul > li:nth-child(1) {
  transition-delay: 0.27s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(2),
.sidebar .m_area.open .megamenu > ul > li:nth-child(2) {
  transition-delay: 0.34s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(3),
.sidebar .m_area.open .megamenu > ul > li:nth-child(3) {
  transition-delay: 0.41s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(4),
.sidebar .m_area.open .megamenu > ul > li:nth-child(4) {
  transition-delay: 0.48s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(5),
.sidebar .m_area.open .megamenu > ul > li:nth-child(5) {
  transition-delay: 0.55s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(6),
.sidebar .m_area.open .megamenu > ul > li:nth-child(6) {
  transition-delay: 0.62s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(7),
.sidebar .m_area.open .megamenu > ul > li:nth-child(7) {
  transition-delay: 0.69s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(8),
.sidebar .m_area.open .megamenu > ul > li:nth-child(8) {
  transition-delay: 0.76s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(9),
.sidebar .m_area.open .megamenu > ul > li:nth-child(9) {
  transition-delay: 0.83s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(10),
.sidebar .m_area.open .megamenu > ul > li:nth-child(10) {
  transition-delay: 0.9s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(11),
.sidebar .m_area.open .megamenu > ul > li:nth-child(11) {
  transition-delay: 0.97s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(12),
.sidebar .m_area.open .megamenu > ul > li:nth-child(12) {
  transition-delay: 1.04s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(13),
.sidebar .m_area.open .megamenu > ul > li:nth-child(13) {
  transition-delay: 1.11s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(14),
.sidebar .m_area.open .megamenu > ul > li:nth-child(14) {
  transition-delay: 1.18s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(15),
.sidebar .m_area.open .megamenu > ul > li:nth-child(15) {
  transition-delay: 1.25s;
}
.sidebar .m_area .menu,
.sidebar .m_area .megamenu {
  width: 90%;
  margin: 0 auto 1em;
}
.sidebar .m_area .menu a,
.sidebar .m_area .megamenu a {
  display: block;
  color: #fff;
  font-size: 0.938em;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  text-align: left;
}
.sidebar .m_area .menu > ul > li,
.sidebar .m_area .megamenu > ul > li {
  transform: scale(1.15) translateX(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.sidebar .m_area .menu > ul > li:nth-child(1),
.sidebar .m_area .megamenu > ul > li:nth-child(1) {
  transition-delay: 0.49s;
}
.sidebar .m_area .menu > ul > li:nth-child(2),
.sidebar .m_area .megamenu > ul > li:nth-child(2) {
  transition-delay: 0.42s;
}
.sidebar .m_area .menu > ul > li:nth-child(3),
.sidebar .m_area .megamenu > ul > li:nth-child(3) {
  transition-delay: 0.35s;
}
.sidebar .m_area .menu > ul > li:nth-child(4),
.sidebar .m_area .megamenu > ul > li:nth-child(4) {
  transition-delay: 0.28s;
}
.sidebar .m_area .menu > ul > li:nth-child(5),
.sidebar .m_area .megamenu > ul > li:nth-child(5) {
  transition-delay: 0.21s;
}
.sidebar .m_area .menu > ul > li:nth-child(6),
.sidebar .m_area .megamenu > ul > li:nth-child(6) {
  transition-delay: 0.14s;
}
.sidebar .m_area .menu > ul > li:nth-child(7),
.sidebar .m_area .megamenu > ul > li:nth-child(7) {
  transition-delay: 0.07s;
}
.sidebar .m_area .menu > ul > li:nth-child(8),
.sidebar .m_area .megamenu > ul > li:nth-child(8) {
  transition-delay: 0s;
}
.sidebar .m_area .menu > ul > li:nth-child(9),
.sidebar .m_area .megamenu > ul > li:nth-child(9) {
  transition-delay: -0.07s;
}
.sidebar .m_area .menu > ul > li:nth-child(10),
.sidebar .m_area .megamenu > ul > li:nth-child(10) {
  transition-delay: -0.14s;
}
.sidebar .m_area .menu > ul > li:nth-child(11),
.sidebar .m_area .megamenu > ul > li:nth-child(11) {
  transition-delay: -0.21s;
}
.sidebar .m_area .menu > ul > li:nth-child(12),
.sidebar .m_area .megamenu > ul > li:nth-child(12) {
  transition-delay: -0.28s;
}
.sidebar .m_area .menu > ul > li:nth-child(13),
.sidebar .m_area .megamenu > ul > li:nth-child(13) {
  transition-delay: -0.35s;
}
.sidebar .m_area .menu > ul > li:nth-child(14),
.sidebar .m_area .megamenu > ul > li:nth-child(14) {
  transition-delay: -0.42s;
}
.sidebar .m_area .menu > ul > li:nth-child(15),
.sidebar .m_area .megamenu > ul > li:nth-child(15) {
  transition-delay: -0.49s;
}
.sidebar .m_area .menu ul,
.sidebar .m_area .megamenu ul {
  display: flex;
  animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  left: 0;
}
.sidebar .m_area .menu ul li,
.sidebar .m_area .megamenu ul li {
  flex: 1 1 100%;
  flex-direction: row;
}
.sidebar .m_area .menu ul li > a,
.sidebar .m_area .megamenu ul li > a {
  padding: 0.5em 1em;
  min-height: 2em;
  line-height: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar .m_area .menu ul li.hasChild > a,
.sidebar .m_area .megamenu ul li.hasChild > a {
  position: relative;
  padding: 0.5em 2em 0.5em 1em;
  color: #fff;
}
.sidebar .m_area .menu ul li.hasChild > a:after,
.sidebar .m_area .megamenu ul li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1.25em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.sidebar .m_area .menu ul li ul,
.sidebar .m_area .megamenu ul li ul {
  display: none;
  position: relative;
  width: 100%;
  background-color: transparent;
  font-size: 0.938em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar .m_area .menu ul li ul li a,
.sidebar .m_area .megamenu ul li ul li a {
  display: block;
  min-height: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0.5em 1em 0.5em 2em !important;
  border: none;
}
.sidebar .m_area .menu ul li ul li.hasChild > a,
.sidebar .m_area .megamenu ul li ul li.hasChild > a {
  padding: 0.5em 1em 0.5em 2em !important;
}
.sidebar .m_area .menu ul li ul li.hasChild > a:after,
.sidebar .m_area .megamenu ul li ul li.hasChild > a:after {
  top: 0.85em;
}
.sidebar .m_area .menu ul li ul li li a,
.sidebar .m_area .megamenu ul li ul li li a {
  padding: 0.5em 1em 0.5em 4em !important;
}
.sidebar .m_area .menu ul li ul li li a:after,
.sidebar .m_area .megamenu ul li ul li li a:after {
  display: none;
}
.sidebar .navigation {
  position: relative;
  margin: 1em auto;
  text-align: left;
  width: 90%;
}
.sidebar .navigation ul {
  float: none;
  overflow: hidden;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.sidebar .navigation ul li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 1.1em;
  font-size: 0.875em;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
.sidebar .navigation ul li a:before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  opacity: 0;
}
.sidebar .navigation ul li a:hover:before, .sidebar .navigation ul li a:focus:before {
  left: 0.5em;
  opacity: 1;
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .language a:after {
  top: 1.3em;
}
.sidebar .navigation .language a:before {
  top: 0.8em;
}
.sidebar .navigation .language ul {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: none;
}
.sidebar .navigation .language ul li {
  width: 100% !important;
}
.sidebar .navigation .language ul li a {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .font_size {
  display: none;
}
.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 3em !important;
  height: 3em !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  right: 0px;
  margin: 0;
  text-indent: -999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:hover, .sidebar button.sidebarClose:focus {
  box-shadow: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

footer {
  box-sizing: border-box;
  clear: both;
  zoom: 1;
  text-align: left;
  padding: 1em 0;
  background: linear-gradient(180deg, #54819a 0%, #426579 60%);
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
footer a {
  text-decoration: none;
  color: #426579;
}
footer a:hover, footer a:focus {
  color: #304958;
}
footer .footer_info {
  flex: 1 1 auto;
}
footer .footer_logo {
  font-family: "Noto Serif TC";
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
footer .footer_logo img {
  width: 50px;
  margin-right: 5px;
}
footer .footer_icon {
  flex: 0 1 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  footer .footer_icon {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_icon {
    flex: 1 1 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
  display: flex;
  margin-left: 45px;
}
.footer_link:before, .footer_link:after {
  content: "";
  display: table;
}
.footer_link:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .footer_link {
    flex-direction: column;
    margin: 0 0 1em 0;
  }
}
.footer_link li {
  position: relative;
  flex: 0 1 auto;
  margin: 0px 5px 5px 0px;
}
@media screen and (max-width: 767px) {
  .footer_link li {
    flex: 1 1 100%;
  }
}
.footer_link li:before {
  content: "";
  position: absolute;
  right: -1px;
  top: calc(50% - 7px);
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer_link li:before {
    content: none;
  }
}
.footer_link li:last-of-type:before {
  content: none;
}
.footer_link li a {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease-out;
  font-size: 0.875em;
}
.footer_link li a:hover, .footer_link li a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer_link li a {
    display: inline-block;
    text-decoration: underline;
    padding: 0;
  }
}

.Copyright {
  color: #fff;
  font-size: 0.875em;
  margin: 0 0 10px 55px;
}
@media screen and (max-width: 767px) {
  .Copyright {
    margin-left: 0;
  }
}
.Copyright span {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.location {
  color: #fff;
  display: inline-block;
}
.location:hover, .location:focus {
  color: #fff;
  text-decoration: underline;
}
.location:hover i:before, .location:focus i:before {
  transform: translateY(-2px) scale(1.1);
}
.location i {
  margin: 0 5px;
}
.location i:before {
  transition: 0.2s ease-in;
}

p {
  line-height: 1.65em;
}

.update,
.counter {
  display: inline-block;
  margin-right: 5px;
  color: #e1eaee;
}
.update em,
.counter em {
  font-style: normal;
  padding: 0 0.5em;
  color: #fff;
}

.footer_icon a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.footer_icon a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 0px 1px #304958 inset;
  z-index: 99;
}
.footer_icon img {
  max-width: 130px;
}

.socialGrp {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .socialGrp {
    justify-content: flex-start;
  }
}
.socialGrp li {
  margin-right: 5px;
}
.socialGrp li:last-of-type {
  margin-right: 0;
}
.socialGrp a {
  display: inline-flex;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  background: rgba(66, 101, 121, 0);
  transition: 0.2s ease-in;
}
.socialGrp a:hover {
  background: #304958;
}
.socialGrp a img {
  max-height: 20px;
  max-width: 18px;
}

.footer_bottom {
  font-size: 0.875em;
  flex-basis: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    flex-wrap: wrap;
  }
}
.footer_bottom .website {
  color: #e1eaee;
}
.footer_bottom .website a {
  color: #e1eaee;
}
.footer_bottom .website a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_bottom .website {
    margin-bottom: 0.3em;
  }
}

select::-ms-expand {
  display: none;
}

.necessary {
  color: red;
  margin: 0px 0.2em;
}

.form_grid {
  border-top: 1px solid #ddd;
}
.form_grid .form_grp {
  border-bottom: 1px dashed #ddd;
  padding: 0.5em 0;
}

.flex-form {
  margin: 0.5em;
}
.flex-form .form_grp {
  display: flex;
  flex-wrap: wrap;
}
.flex-form .form_grp.agree {
  border-bottom: none;
}
.flex-form .form_grp.agree label {
  width: auto;
  margin: 0 0.5em 0.5em 0;
}
.flex-form .form_title {
  max-width: 150px;
  flex: 0 0 150px;
  align-self: flex-start;
  padding: 0.3em 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title {
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    margin: 0 0.3em 0.5em;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.flex-form .form_title + .form_content[class*=form_col] {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title + .form_content[class*=form_col] {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.flex-form .form_content {
  display: flex;
  max-width: calc(100% - 150px);
  flex: auto;
  flex-basis: calc(100% - 150px);
  position: relative;
  min-height: 1px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content {
    max-width: 100%;
    flex-basis: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.flex-form .form_content *[class^=notice] {
  margin: 0 0.3em 0.3em 0.3em;
  width: calc(100% - 0.6em);
}
.flex-form .form_content.additional {
  flex-wrap: nowrap;
  align-items: center;
}
.flex-form .form_content.additional .checkbox {
  flex: 1 0 auto;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.flex-form .form_content.additional .checkbox label {
  margin-bottom: 0;
}
.flex-form .form_content .help {
  font-size: 0.813em;
  color: #888;
  padding: 0 0.5em;
}
.flex-form .form_content .form_grp {
  flex: 0 0 100%;
  min-height: 2.5em;
  margin: 0;
}
.flex-form .form_content .form_grp .form_content {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content .form_grp .form_content {
    flex-basis: 100%;
  }
}
.flex-form .form_content .form_grp .form_content.form_inline input[type=text],
.flex-form .form_content .form_grp .form_content.form_inline input[type=tel],
.flex-form .form_content .form_grp .form_content.form_inline select,
.flex-form .form_content .form_grp .form_content.form_inline .checkbox {
  width: auto;
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .form_grp .form_content.form_inline input[type=text],
  .flex-form .form_content .form_grp .form_content.form_inline input[type=tel],
  .flex-form .form_content .form_grp .form_content.form_inline select,
  .flex-form .form_content .form_grp .form_content.form_inline .checkbox {
    width: calc(100% - 0.6em);
    display: block;
  }
}
.flex-form .form_content .form_grp:first-child {
  padding-top: 0;
}
.flex-form .form_content .form_grp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.flex-form .form_content .tel input[type=text]:first-child,
.flex-form .form_content .tel input[type=tel]:first-child {
  background: url(../images/icon/icon_add.svg) no-repeat 0.5em center;
  background-size: 12px;
  padding-left: 1.5em;
}
.flex-form .form_content .tel input[type=text]:first-child,
.flex-form .form_content .tel select:first-child,
.flex-form .form_content .tel input[type=tel]:first-child {
  width: 100px !important;
}
.flex-form .form_content .tel input[type=text]:first-child ~ input,
.flex-form .form_content .tel select:first-child ~ input,
.flex-form .form_content .tel input[type=tel]:first-child ~ input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .tel input[type=text]:first-child ~ input,
  .flex-form .form_content .tel select:first-child ~ input,
  .flex-form .form_content .tel input[type=tel]:first-child ~ input {
    width: 100% !important;
    display: block !important;
  }
}
.flex-form .form_content .birthday select {
  display: inline-block;
  margin-right: 0.5em;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .birthday select {
    width: 88% !important;
    min-width: 88% !important;
    display: inline-block !important;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.flex-form .form_content .birthday select option {
  text-align: center;
}
.flex-form .form_content .address select {
  min-width: 100px;
}
.flex-form .form_content .address select option {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .address select {
    width: 100px;
    display: inline-block !important;
  }
}
.flex-form .form_content .address input[type=text] {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content .address input[type=text] {
    display: block !important;
    width: calc(100% - 0.6em) !important;
  }
}
.flex-form .form_content .datepick {
  position: relative;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .datepick {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.flex-form .form_content .datepick + .datepick {
  margin-left: 0.3em;
  margin-right: 0;
  padding-right: 0;
}
.flex-form .form_content .datepick + .datepick:before {
  content: "~";
  font-size: 1.5em;
  color: #777;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .datepick + .datepick {
    margin-left: 0em;
  }
  .flex-form .form_content .datepick + .datepick:before {
    display: none;
  }
}
.flex-form .form_content .datepick i {
  position: absolute;
  padding: 0.37em 0.1em !important;
  right: 1em;
  top: 0.2em;
  min-width: 1em;
  background: none;
  border: none;
  width: auto;
  pointer-events: none;
}
.flex-form .form_content .datepick i:hover, .flex-form .form_content .datepick i:focus {
  box-shadow: none;
  border: none !important;
}
.flex-form .form_content .datepick > input[type=text],
.flex-form .form_content .datepick > input[type=date] {
  width: 10em;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .datepick > input[type=text],
  .flex-form .form_content .datepick > input[type=date] {
    width: calc(100% - 0.6em);
  }
}
.flex-form .form_content .datepick > input[type=text] {
  padding-right: 2em;
}
.flex-form [class*=form_col] {
  flex-basis: 100%;
  max-width: 100%;
  align-items: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.flex-form [class*=form_col] > .form_grp {
  border-bottom: 0;
  padding-top: 0;
}
.flex-form [class*=form_col] label {
  position: relative;
  min-height: 1px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .flex-form [class*=form_col] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.flex-form .form_col-6-6 > .form_grp {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-6 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-6-6 > input,
.flex-form .form_col-6-6 > select,
.flex-form .form_col-6-6 > label {
  width: calc(50% - 0.6em);
  flex-basis: calc(50% - 0.6em);
  max-width: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-6 > input,
  .flex-form .form_col-6-6 > select,
  .flex-form .form_col-6-6 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-4-4-4 > .form_grp {
  width: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-4-4 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-4-4-4 > input,
.flex-form .form_col-4-4-4 > select,
.flex-form .form_col-4-4-4 > label {
  width: calc(33.333% - 0.6em);
  flex-basis: calc(33.333% - 0.6em);
  max-width: calc(33.333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-4-4 > input,
  .flex-form .form_col-4-4-4 > select,
  .flex-form .form_col-4-4-4 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-3-3-3 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_col-3-3-3-3 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-3-3 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-3-3-3 > input,
.flex-form .form_col-3-3-3-3 > select,
.flex-form .form_col-3-3-3-3 > label {
  width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-3-3 > input,
  .flex-form .form_col-3-3-3-3 > select,
  .flex-form .form_col-3-3-3-3 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-2-2-2-2-2 > .form_grp {
  width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_col-2-2-2-2-2-2 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.flex-form .form_col-2-2-2-2-2-2 > input,
.flex-form .form_col-2-2-2-2-2-2 > select,
.flex-form .form_col-2-2-2-2-2-2 > label {
  width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-2-2-2-2 > input,
  .flex-form .form_col-2-2-2-2-2-2 > select,
  .flex-form .form_col-2-2-2-2-2-2 > label {
    width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
  }
}
.flex-form .form_col-3-9 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-9 > .form_grp:nth-child(2) {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > .form_grp:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-9 > input,
.flex-form .form_col-3-9 > select,
.flex-form .form_col-3-9 > label {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > input,
  .flex-form .form_col-3-9 > select,
  .flex-form .form_col-3-9 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-9 > input:nth-child(2),
.flex-form .form_col-3-9 > select:nth-child(2),
.flex-form .form_col-3-9 > label:nth-child(2) {
  width: calc(75% - 0.6em);
  flex-basis: calc(75% - 0.6em);
  max-width: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > input:nth-child(2),
  .flex-form .form_col-3-9 > select:nth-child(2),
  .flex-form .form_col-3-9 > label:nth-child(2) {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-9-3 > .form_grp {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > .form_grp {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flex-form .form_col-9-3 > .form_grp:nth-child(2) {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > .form_grp:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flex-form .form_col-9-3 > input,
.flex-form .form_col-9-3 > select,
.flex-form .form_col-9-3 > label {
  width: calc(75% - 0.6em);
  max-width: calc(75% - 0.6em);
  flex-basis: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > input,
  .flex-form .form_col-9-3 > select,
  .flex-form .form_col-9-3 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-9-3 > input:nth-child(2),
.flex-form .form_col-9-3 > select:nth-child(2),
.flex-form .form_col-9-3 > label:nth-child(2) {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > input:nth-child(2),
  .flex-form .form_col-9-3 > select:nth-child(2),
  .flex-form .form_col-9-3 > label:nth-child(2) {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-3-6 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.flex-form .form_col-3-3-6 > .form_grp:last-child {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > .form_grp:last-child {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-3-6 > input,
.flex-form .form_col-3-3-6 > select,
.flex-form .form_col-3-3-6 > label {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > input,
  .flex-form .form_col-3-3-6 > select,
  .flex-form .form_col-3-3-6 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-3-3-6 > input:last-child,
.flex-form .form_col-3-3-6 > select:last-child,
.flex-form .form_col-3-3-6 > label:last-child {
  width: calc(50% - 0.6em);
  max-width: calc(50% - 0.6em);
  flex-basis: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > input:last-child,
  .flex-form .form_col-3-3-6 > select:last-child,
  .flex-form .form_col-3-3-6 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-6-3-3 > .form_grp,
.flex-form .form_col-6-3-3 > input[type=text],
.flex-form .form_col-6-3-3 > select {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-3-3 > .form_grp,
  .flex-form .form_col-6-3-3 > input[type=text],
  .flex-form .form_col-6-3-3 > select {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-6-3-3 > .form_grp:first-child,
.flex-form .form_col-6-3-3 > input[type=text]:first-child,
.flex-form .form_col-6-3-3 > select:first-child {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-3-3 > .form_grp:first-child,
  .flex-form .form_col-6-3-3 > input[type=text]:first-child,
  .flex-form .form_col-6-3-3 > select:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-4-8 > .form_grp {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-4-8 > .form_grp:last-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > .form_grp:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-4-8 > input,
.flex-form .form_col-4-8 > select,
.flex-form .form_col-4-8 > label {
  width: calc(33.3333333333% - 0.6em);
  max-width: calc(33.3333333333% - 0.6em);
  flex-basis: calc(33.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > input,
  .flex-form .form_col-4-8 > select,
  .flex-form .form_col-4-8 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-4-8 > input:last-child,
.flex-form .form_col-4-8 > select:last-child,
.flex-form .form_col-4-8 > label:last-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > input:last-child,
  .flex-form .form_col-4-8 > select:last-child,
  .flex-form .form_col-4-8 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-10 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > .form_grp {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-2-10 > .form_grp:last-child {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > .form_grp:last-child {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_col-2-10 > input,
.flex-form .form_col-2-10 > select,
.flex-form .form_col-2-10 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > input,
  .flex-form .form_col-2-10 > select,
  .flex-form .form_col-2-10 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-10 > input:last-child,
.flex-form .form_col-2-10 > select:last-child,
.flex-form .form_col-2-10 > label:last-child {
  width: calc(83.3333333333% - 0.6em);
  max-width: calc(83.3333333333% - 0.6em);
  flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > input:last-child,
  .flex-form .form_col-2-10 > select:last-child,
  .flex-form .form_col-2-10 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-10-2 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > .form_grp {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-10-2 > .form_grp:first-child {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > .form_grp:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-10-2 > input,
.flex-form .form_col-10-2 > select,
.flex-form .form_col-10-2 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > input,
  .flex-form .form_col-10-2 > select,
  .flex-form .form_col-10-2 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-10-2 > input:first-child,
.flex-form .form_col-10-2 > select:first-child,
.flex-form .form_col-10-2 > label:first-child {
  width: calc(83.3333333333% - 0.6em);
  max-width: calc(83.3333333333% - 0.6em);
  flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > input:first-child,
  .flex-form .form_col-10-2 > select:first-child,
  .flex-form .form_col-10-2 > label:first-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-2-8 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-2-2-8 > .form_grp:last-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > .form_grp:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-2-2-8 > input,
.flex-form .form_col-2-2-8 > select,
.flex-form .form_col-2-2-8 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > input,
  .flex-form .form_col-2-2-8 > select,
  .flex-form .form_col-2-2-8 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-2-2-8 > input:last-child,
.flex-form .form_col-2-2-8 > select:last-child,
.flex-form .form_col-2-2-8 > label:last-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > input:last-child,
  .flex-form .form_col-2-2-8 > select:last-child,
  .flex-form .form_col-2-2-8 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-8-2-2 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-8-2-2 > .form_grp:first-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > .form_grp:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-8-2-2 > input,
.flex-form .form_col-8-2-2 > select,
.flex-form .form_col-8-2-2 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > input,
  .flex-form .form_col-8-2-2 > select,
  .flex-form .form_col-8-2-2 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-8-2-2 > input:first-child,
.flex-form .form_col-8-2-2 > select:first-child,
.flex-form .form_col-8-2-2 > label:first-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > input:first-child,
  .flex-form .form_col-8-2-2 > select:first-child,
  .flex-form .form_col-8-2-2 > label:first-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .btn_grp {
  justify-content: center;
}
.flex-form .btn_grp .btn,
.flex-form .btn_grp .btn-reset,
.flex-form .btn_grp .btn-submit,
.flex-form .btn_grp input[type=submit],
.flex-form .btn_grp input[type=reset],
.flex-form .btn_grp input[type=button],
.flex-form .btn_grp input[type=search] {
  margin: 0.3em;
}
.flex-form .btn,
.flex-form input[type=submit],
.flex-form input[type=reset],
.flex-form input[type=button],
.flex-form input[type=search] {
  flex: 1 1 auto;
}
.flex-form .form_grp,
.flex-form .check_grp,
.flex-form .radio_grp,
.flex-form .btn_grp,
.flex-form .upload_grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
  .flex-form .form_grp,
  .flex-form .check_grp,
  .flex-form .radio_grp,
  .flex-form .btn_grp,
  .flex-form .upload_grp {
    flex-wrap: wrap;
  }
}
.flex-form .check_grp label,
.flex-form .radio_grp label {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.flex-form .check_grp label input:checked ~ span:after,
.flex-form .radio_grp label input:checked ~ span:after {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #54caff;
  content: "";
  left: 0.35em;
  top: 0.3em;
  z-index: -1;
  animation: ripple 0.35s linear;
}
.flex-form .check_grp.form_inline label,
.flex-form .radio_grp.form_inline label {
  margin: 0 0.5em 0.25em 0;
  flex-basis: auto;
  margin-right: 1em;
  display: inline-flex;
  align-items: center;
}
.flex-form.form_inline .check_grp label,
.flex-form.form_inline .radio_grp label,
.flex-form .form_inline .check_grp label,
.flex-form .form_inline .radio_grp label {
  flex-basis: auto;
}
.flex-form .form_grp.form_inline label,
.flex-form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
.flex-form .form_grp.form_inline > input,
.flex-form .form_grp.form_inline > textarea,
.flex-form .form_grp.form_inline > select,
.flex-form .form_grp.form_inline > .input-i,
.flex-form .upload_grp.form_inline > input,
.flex-form .upload_grp.form_inline > textarea,
.flex-form .upload_grp.form_inline > select,
.flex-form .upload_grp.form_inline > .input-i {
  width: auto;
  flex: 0 1 auto;
}
.flex-form .form_grp.form_inline input[type=checkbox],
.flex-form .form_grp.form_inline input[type=radio],
.flex-form .upload_grp.form_inline input[type=checkbox],
.flex-form .upload_grp.form_inline input[type=radio] {
  width: 1em;
}

.form_inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_inline label {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
}
.form_inline label ~ input, .form_inline label ~ textarea {
  width: auto;
  vertical-align: middle;
}
.form_inline input[type=text],
.form_inline input[type=password],
.form_inline select,
.form_inline textarea,
.form_inline button,
.form_inline .btn,
.form_inline input[type=submit],
.form_inline input[type=reset],
.form_inline input[type=button],
.form_inline input[type=search],
.form_inline .input-i {
  width: auto;
  flex: 0 0 auto;
}
.form_inline .form_grp,
.form_inline .check_grp,
.form_inline .radio_grp,
.form_inline .btn_grp,
.form_inline .upload_grp {
  display: flex;
  margin-right: 0.5em;
  width: auto;
  flex: 0 0 auto;
}
.form_inline .btn_grp {
  padding: 0;
}
.form_inline .btn_grp .btn,
.form_inline .btn_grp input[type=submit],
.form_inline .btn_grp input[type=reset],
.form_inline .btn_grp input[type=button],
.form_inline .btn_grp input[type=search] {
  margin: 0.3em;
  padding: 0.45em 1em;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
  position: relative;
  min-height: 1px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  label,
  legend {
    display: block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}
label.label_hidden,
legend.label_hidden {
  font-size: 0;
  line-height: 1;
  width: 0;
  flex-basis: 0 !important;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #595858;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 0.2em;
  transition: all 0.3s ease-out;
}

input,
select,
textarea {
  width: calc(100% - 0.6em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  input,
  select,
  textarea {
    width: 100%;
  }
}

.input-i input {
  width: calc(100% - 0.6em);
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=mail]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=mail]::-moz-placeholder,
input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=mail]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=mail]:-moz-placeholder,
input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

textarea {
  color: #595858;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 0.2em;
  transition: all 0.3s ease-out;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

button:focus,
input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  box-shadow: 0px 0px 0px 2px #608ea8;
  outline: none;
}

select {
  line-height: 1.35em;
  padding: 0.5em 24px 0.5em 0.5em;
  border: 1px solid #ccc;
  background: #fff url(../images/icon/icon_select_arrow.png) no-repeat right center;
  background-size: 16px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: 0.3em;
  width: 1em;
  height: 1em;
  background-color: #f7f6ee;
  border: 2px solid #ccc;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=checkbox]:focus,
input[type=radio]:checked,
input[type=radio]:focus {
  border-color: #395769;
  background-color: #395769;
  outline: none;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  box-shadow: #395769 0 0 0 2px;
  border-radius: 2px;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #395769 0 0 0 2px;
}

input[type=radio]:focus {
  border-color: #395769;
  background-color: #395769;
  box-shadow: #fff 0 0 0 3px inset, #395769 0 0 0 2px;
}

input[type=checkbox]:focus {
  border-color: #395769;
  background-color: #395769;
  box-shadow: #395769 0 0 0 2px;
}

.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 10px;
  right: 0.5em;
  background: #395769;
  border: 1px solid #395769;
  color: #fff;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover {
  background: #273c48;
  border: 1px solid #152027;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.upload_grp .upload_btn:focus {
  background: #273c48;
  border: 1px solid #152027;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #395769 !important;
}
.upload_grp .upload_btn.active {
  background: #426579;
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.5em;
  margin: 0.3em 0.5em 0.3em 0.3em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.input-i {
  position: relative;
  width: 100%;
}
.input-i i {
  position: absolute;
  padding: 0.2em 0 !important;
  left: 0.5em;
  top: 0.6em;
  background: none;
  border-right: 1px solid #ccc;
  width: 2.4em;
  pointer-events: none;
}
.input-i i:before {
  width: 2.2em;
  text-align: center;
}
.input-i i + input {
  padding: 0.5em 0.5em 0.5em 3em;
}
.input-i input {
  padding: 0.5em 3em 0.5em 0.5em;
}
.input-i input + i {
  border-right: none;
  border-left: 1px solid #ccc;
  right: 0.5em;
  left: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
  }
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table th {
  background-color: #F3F3F3;
  color: #333;
  border: #DDD 1px solid;
  text-align: center;
  white-space: nowrap;
}
table.table_hover tr:hover {
  background: #F3F3F3;
}
table.table_sprite tr:nth-child(even) {
  background: #F5F5F5;
}

@media screen and (max-width: 575px) {
  .table_list {
    background-color: transparent !important;
  }
  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }
  .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
  }
  .table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

.fix_th_table {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .fix_th_table {
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .fix_th_table table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1em;
  }
}
.fix_th_table th,
.fix_th_table td {
  width: 10em;
  padding: 0.8em 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fix_th_table th,
  .fix_th_table td {
    display: inline-block;
    margin-right: -6px;
    margin-left: 0;
    margin-top: -1px;
  }
}
.fix_th_table th:first-child {
  width: 8em;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .fix_th_table th:first-child {
    position: absolute !important;
    left: 0;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .fix_th_table tr {
    display: block;
    clear: both;
    white-space: nowrap;
    width: auto;
    padding-left: 8em;
  }
  .fix_th_table tr:first-child {
    border-top: #ddd 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .table_wrapper {
    width: 100%;
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .table_wrapper:before, .table_wrapper:after {
    content: "";
    display: table;
  }
  .table_wrapper:after {
    clear: both;
  }
  .table_wrapper table {
    width: 100%;
    min-width: 600px;
  }
}

.scroltable {
  min-width: 600px !important;
}

.scroltable-wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: hidden;
}

.scroltable-container {
  overflow: auto;
}

.scroltable-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}

.scroltable-nav.scroltable-nav-left {
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.scroltable-nav.scroltable-nav-left .tablearrow_left {
  position: fixed;
  left: 0em;
  top: 0em;
  display: none;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .scroltable-nav.scroltable-nav-left .tablearrow_left {
    display: block;
  }
}
.scroltable-nav.scroltable-nav-left .tablearrow_left:before {
  position: absolute;
  top: 0em;
  left: -0.2em;
  width: 30px;
  height: 30px;
  background: url(../vendor/scrolltable/images/arrow-left.png) no-repeat 10px center;
  content: "";
  z-index: 2;
}

.scroltable-nav.scroltable-nav-right {
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.scroltable-nav.scroltable-nav-right .tablearrow_right {
  position: fixed;
  top: 0em;
  right: 0em;
  display: none;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .scroltable-nav.scroltable-nav-right .tablearrow_right {
    display: block;
  }
}
.scroltable-nav.scroltable-nav-right .tablearrow_right:before {
  position: absolute;
  top: 0em;
  right: -0.2em;
  width: 30px;
  height: 30px;
  background: url(../vendor/scrolltable/images/arrow-right.png) no-repeat right 10px center;
  content: "";
  z-index: 2;
}

@keyframes arrow_left {
  from {
    left: -0.2em;
  }
  to {
    left: 0.3em;
  }
}
@keyframes arrow_right {
  from {
    right: -0.2em;
  }
  to {
    right: 0.3em;
  }
}
.lp table td a {
  color: #595858;
  text-decoration: none;
}
.lp table td a:hover, .lp table td a:focus {
  color: #304958;
  cursor: pointer;
}
.lp table td.date {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.date {
    text-align: left;
  }
}
.lp table td.num {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.num {
    text-align: left;
  }
}
.lp .list > ul, .lp .list ol {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #426579;
}
.lp .list > ul > li, .lp .list ol > li {
  padding: 1em 0;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.lp .list > ul > li .tag, .lp .list ol > li .tag {
  margin-left: 2em;
}
.lp .list > ul > li > a, .lp .list ol > li > a {
  display: block;
  padding-left: 2em;
  position: relative;
  line-height: 1.45em;
  color: #595858;
}
.lp .list > ul > li > a:hover, .lp .list ol > li > a:hover {
  color: #304958;
}
.lp .list > ul > li > a .num, .lp .list ol > li > a .num {
  width: 1.5em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.lp .list > ul > li > a .num:after, .lp .list ol > li > a .num:after {
  content: ".";
  display: inline-block;
}
.lp .list > ul > li span.dept, .lp .list ol > li span.dept {
  display: inline-block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .lp .list > ul > li span.dept, .lp .list ol > li span.dept {
    display: block;
  }
}
.lp .list > ul > li time, .lp .list ol > li time {
  display: block;
  color: #AAA;
  font-size: 0.938em;
}

.sub_menu ul, .sub_menu ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
}
.sub_menu li {
  flex: 1 1 48%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.sub_menu li:nth-child(odd) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sub_menu li {
    flex: 1 1 100%;
  }
  .sub_menu li:nth-child(odd) {
    margin-right: 0;
  }
}
.sub_menu li a {
  border-radius: 4px;
  border: 2px solid #DDD;
  padding: 1em 1em 1em 2.5em;
  display: block;
  vertical-align: top;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  color: #595858;
  text-decoration: none;
}
.sub_menu li a:hover, .sub_menu li a:focus {
  color: #304958;
  cursor: pointer;
}
.sub_menu li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.sub_menu li a .num:after {
  content: ".";
}
.sub_menu li a:hover, .sub_menu li a:focus {
  border: 2px solid #426579;
  color: #426579;
}

.tabSet {
  max-width: 100%;
  margin: 1em auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tabSet {
    width: auto;
    height: auto !important;
  }
}

.tabs {
  position: relative;
}
.tabs > .tabItem {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.tabs > .tabItem.active {
  background-color: #426579;
  color: #FFF;
}
.tabs > .tabItem:hover, .tabs > .tabItem:focus {
  background: #426579;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    float: none;
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active {
    border-color: #bbb;
  }
}

.example-2 .tabItem:hover {
  background: #47878f;
}
.example-2 .tabItem.active {
  background: #47878f;
}

.active + .tabContent {
  display: block;
}

.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 30px 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0;
  line-height: 1.6;
  border-bottom: 1px #CCC dashed;
}
@media screen and (max-width: 767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li a {
  color: #595858;
  text-decoration: none;
}
.tabContent li a:hover, .tabContent li a:focus {
  color: #304958;
  cursor: pointer;
}
.tabContent li time {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}

.thumbnail {
  box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
  background: #FFF;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.thumbnail:hover {
  box-shadow: 0 12px 3em -1em rgba(0, 0, 0, 0.5);
}
.thumbnail a {
  display: block;
  color: #555;
  text-decoration: none;
  position: relative;
}
.thumbnail a:hover, .thumbnail a:focus {
  color: #304958;
  cursor: pointer;
}
.thumbnail a:focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0px 0px 0px 1px #304958 inset;
}
.thumbnail .img-container {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.thumbnail .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.thumbnail .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.thumbnail h2, .thumbnail h3, .thumbnail h4 {
  margin: 0.2em 0;
}
.thumbnail .caption {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1em;
}
.thumbnail .btn_grp {
  padding: 0.2em 0;
}
.thumbnail hr {
  width: 90%;
  margin: 0.1em auto 1em;
}

.modal {
  position: fixed;
  display: none;
  width: 1200px;
  min-height: 300px;
  max-height: 90vh;
  overflow-y: auto;
  background: #FFF;
  z-index: 99990;
  top: 5%;
  left: calc(50% - 600px);
  padding: 2em;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  animation: scaleUp 0.5s ease-out;
}
@media screen and (max-width: 1200px) {
  .modal {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 1em;
  }
}
.modal .title_h3 {
  border-bottom: 1px solid #959595;
  padding-bottom: 1em;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px !important;
  min-width: auto;
  height: 30px;
  font-size: 0em;
  border: none;
  display: block;
  padding: 0;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
}
.modal .close:hover, .modal .close:focus {
  cursor: pointer;
}
.modal .close_btn {
  display: block;
  margin: 1em auto;
}

@keyframes scaleUp {
  0% {
    transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
.modal_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.5);
  z-index: 99980;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide a:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 0px 0px 0px 2px #395769 inset;
}

/* ---箭頭的樣式--- */
.slick-prev,
.slick-next {
  font-size: 0em;
  line-height: 0em;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 40px !important;
  height: 60px !important;
  padding: 0 !important;
  min-width: auto;
  z-index: 2;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: none !important;
  outline: none;
  box-shadow: 0px 0px 0px 2px #395769 inset;
}

/* 上一則 位置 圖片*/
.slick-prev {
  left: -35px;
  background: url("../images/color2/slick/icon_arrow_left2.svg") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.slick-prev:hover, .slick-prev:focus {
  background: url("../images/color2/slick/icon_arrow_left2.svg") center center no-repeat RGBA(255, 255, 255, 0.8);
  background-size: 30px 30px;
}

/* 下一則 位置 圖片*/
.slick-next {
  right: -35px;
  background: url("../images/color2/slick/icon_arrow_right2.svg") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.slick-next:hover, .slick-next:focus {
  background: url("../images/color2/slick/icon_arrow_right2.svg") center center no-repeat RGBA(255, 255, 255, 0.8);
  background-size: 30px 30px;
}

/* 沒有無限輪播時，滑到最兩邊資料時，箭頭暗掉 */
.slick-disabled {
  opacity: 0.25;
}

/* ---點的樣式---*/
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 9;
  list-style: none;
  box-sizing: border-box;
}
.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0em;
  line-height: 0em;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
}

/* ---點的位置、大小、顏色---*/
.slick-dots {
  /* 位置距離 */
  bottom: 20px;
}
.slick-dots li {
  /* 兩點的距離 */
  margin: 0 10px;
}
.slick-dots li button {
  /* 點的顏色 */
  background: #fff;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #fff;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  /* 點hover的顏色 */
  background: #fff;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #426579;
  box-shadow: 0 0 0 1px #395769 inset !important;
}
.slick-dots li button:focus {
  opacity: 1;
  /* 點focus的顏色 */
  background: #304958;
}
.slick-dots li.slick-active button {
  opacity: 1;
  /* 點 active 的顏色 */
  background: #fff;
}
.slick-dots li.slick-active button:before {
  background: #fff;
}
.slick-dots li.slick-active button:hover {
  /* 點 active  hover的顏色 */
  background: #426579;
}
.slick-dots li.slick-active button:hover:before {
  background: #426579;
}
.slick-dots li.slick-active button:focus {
  /* 點 active  focus的顏色 */
  background: #426579;
}

.mpSlider {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mpSlider {
    margin-top: 60px;
  }
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 25%;
}
.mpSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mpSlider .img-container {
    overflow: hidden;
  }
  .mpSlider .img-container:before {
    display: inline-block;
    content: "";
    padding-top: 33.3333333333%;
  }
  .mpSlider .img-container img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
.mpSlider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mpSlider .slick-prev {
    top: 35%;
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .mpSlider .slick-next {
    top: 35%;
    right: 2%;
  }
}

.opening_slider {
  margin: 2em 0;
}
.opening_slider .sliderItem {
  margin: 1em 0;
}
.opening_slider .slick-list {
  margin: 0 3em;
}
.opening_slider .slick-prev {
  left: 0;
  top: calc(50% - 30px);
  background-image: url(../images/slick/icon_arrow_left.svg);
}
.opening_slider .slick-next {
  right: 0;
  top: calc(50% - 30px);
  background-image: url(../images/slick/icon_arrow_right.svg);
}

.video_slider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}

.album_slider .img-container,
.album_slider2 .img-container {
  background: #000;
}
.album_slider .img-container img,
.album_slider2 .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox_slider {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #426579;
}
.lightbox_slider .cp_slider {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.lightbox_slider .img-container {
  margin: 0px 15px;
  overflow: hidden;
  overflow: hidden;
}
.lightbox_slider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.lightbox_slider .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider .caption {
  padding: 0.5em !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff;
  bottom: -2em !important;
  left: 0;
  font-size: 0.938em !important;
  height: 2em !important;
  line-height: 1 !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
}
.lightbox_slider .slick-dots {
  bottom: -30px !important;
}
@media screen and (max-width: 767px) {
  .lightbox_slider .slick-dots {
    bottom: -40px !important;
    padding: 0;
  }
}
.lightbox_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider .slick-prev {
  left: -15px;
}
.lightbox_slider .slick-next {
  right: -15px;
}
.lightbox_slider a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider a:hover .caption, .lightbox_slider a:focus .caption {
  bottom: 0 !important;
}

.lightbox_slider_block {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider_block h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #426579;
}
.lightbox_slider_block .cppic_slider {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.lightbox_slider_block .img-container {
  margin: 0px 15px;
  overflow: hidden;
  overflow: hidden;
}
.lightbox_slider_block .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider_block .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.lightbox_slider_block .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider_block .caption {
  padding: 0.5em !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff;
  bottom: -2em !important;
  left: 0;
  font-size: 0.938em !important;
  height: 2em !important;
  line-height: 1 !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
}
.lightbox_slider_block .slick-dots {
  bottom: -60px;
}
.lightbox_slider_block .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider_block .slick-prev {
  left: -10px;
  top: 35%;
}
.lightbox_slider_block .slick-next {
  right: -10px;
  top: 35%;
}
.lightbox_slider_block a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider_block a:hover .caption, .lightbox_slider_block a:focus .caption {
  bottom: 0 !important;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 5px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}
.slick-lightbox .slick-next {
  right: 5px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto 1em;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 20px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 0em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  min-width: auto;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "";
  height: 6px;
  width: 32px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  background: #ddd;
  left: 6px;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:after {
  content: "";
  height: 6px;
  width: 32px;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  background: #ddd;
  left: 6px;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:hover, .slick-lightbox-close:focus {
  background: none;
  margin-top: 0;
  border: none;
}
.slick-lightbox-close:hover:before, .slick-lightbox-close:hover:after, .slick-lightbox-close:focus:before, .slick-lightbox-close:focus:after {
  background: #fff;
}

.Syncing_slider {
  position: relative;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #426579;
}
.Syncing_slider .slick-slide {
  position: relative;
}
.Syncing_slider .controls {
  text-align: center;
  font-weight: bold;
  max-width: 100px;
  color: #fff;
  padding: 0.2em 0.5em;
  margin: 0px auto;
  background: #426579;
  border-radius: 20px;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.8);
}
.Syncing_slider .img-container {
  overflow: hidden;
}
.Syncing_slider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 56.25%;
}
.Syncing_slider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.Syncing_slider .img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.Syncing_slider p {
  position: absolute;
  background: RGBA(0, 0, 0, 0.55);
  text-align: center;
  color: #fff;
  padding: 0.5em;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0px;
  width: 100%;
  height: 2.5em;
  line-height: 1.5em;
  margin: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .Syncing_slider p {
    display: none;
  }
}
.Syncing_slider .slick-next {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-next {
    right: 0.5em;
  }
}
.Syncing_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-prev {
    left: 0.5em;
  }
}
.Syncing_slider .Slider-for {
  width: 80%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
}
.Syncing_slider .Slider-nav {
  width: 80%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
  /*正在動作的縮圖*/
  position: relative;
}
.Syncing_slider .Slider-nav .img-container p {
  display: none;
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .slick-dots {
  display: none !important;
}

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination .form_inline {
  justify-content: center;
}
.pagination span {
  color: #426579;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page li {
  min-width: 40px;
  height: 40px;
  margin: 2px;
  list-style: none;
  flex: 0 0 40px;
  box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #595858;
  background: #eee;
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #426579;
  color: #fff !important;
  border: #426579 solid 1px;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #395769;
  border: #304958 solid 1px;
}
.pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  text-indent: -9999px;
  position: relative;
}
.pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.first a:focus:before, .pagination .page li.first a:focus:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus:before, .pagination .page li.prev a:focus:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus:before, .pagination .page li.next a:focus:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus:before, .pagination .page li.last a:focus:after {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a:before {
  margin-left: -6px;
  transform: rotate(-135deg);
}
.pagination .page li.first a:after {
  margin-left: 0px;
  transform: rotate(-135deg);
}
.pagination .page li.prev a:before {
  margin-left: -2px;
  transform: rotate(-135deg);
}
.pagination .page li.next a:before {
  margin-left: -6px;
  transform: rotate(45deg);
}
.pagination .page li.last a:before {
  margin-left: -3px;
  transform: rotate(45deg);
}
.pagination .page li.last a:after {
  margin-left: -9px;
  transform: rotate(45deg);
}
.pagination .total {
  padding: 0em;
  display: inline-block;
  vertical-align: middle;
}
.pagination .total select {
  margin: 0px 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total .btn {
  min-width: auto;
  padding: 0.4em 1em !important;
}
.pagination .items {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items a {
  padding: 0 5px;
  color: #426579;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
*[class^=notice] {
  padding: 0.25em 1.5em;
  margin: 0 0.3em;
  display: block;
  width: 100%;
  font-size: 0.938em;
  color: #666;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  text-align: left;
}
*[class^=notice]:before {
  position: absolute;
  top: 7px;
  left: 0.25em;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  content: "";
}
*[class^=notice]:before img {
  width: 100%;
}
*[class^=notice] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.8em;
  right: 1em;
  display: block;
  opacity: 0.5;
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
}
*[class^=notice] a.close img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}

*[class*=notice_info] {
  color: #00529B;
}
*[class*=notice_info]:before {
  background: url(../images/basic/icon_info.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_success] {
  color: #3B7600;
}
*[class*=notice_success]:before {
  background: url(../images/basic/icon_success.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_warning] {
  color: #C23E00;
}
*[class*=notice_warning]:before {
  background: url(../images/basic/icon_warning.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_error] {
  color: #C40000;
}
*[class*=notice_error]:before {
  background: url(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

.notice {
  padding-left: 0;
}

.accordion {
  margin-top: 80px;
  overflow-y: auto;
  height: calc(100vh - 140px);
}
@media screen and (max-width: 575px) {
  .accordion {
    margin-top: 110px;
    height: calc(100vh - 170px);
  }
}
.accordion > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.accordion > ul > li {
  margin-bottom: 1em;
  flex: 0 1 25%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .accordion > ul > li {
    flex-basis: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .accordion > ul > li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 575px) {
  .accordion > ul > li {
    flex-basis: 100%;
  }
}
.accordion > ul > li > a {
  display: block;
  color: #595858;
  text-decoration: none;
  padding: 5px;
}
.accordion > ul .sort_title {
  position: relative;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e4e3e3;
  font-size: 1.125em;
  font-weight: bold;
  padding: 8px 0;
}
.accordion > ul .sort_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_arrow_up.svg) right center no-repeat;
  background-size: 14px;
  opacity: 0.4;
  transition: 0.2s ease-in;
}
.accordion > ul .sort_title.active:before {
  background-image: url(../images/icon/icon_arrow_down.svg);
}
.accordion .accordion-content {
  line-height: 1.45em;
  padding: 5px 0;
}
.accordion .accordion-content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .accordion-content > ul > li {
  margin-bottom: 0.5em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff url(../images/bg.png);
}
body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    background: #FFF;
    overflow: hidden;
    overflow-y: auto;
  }
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.main h2 {
  line-height: 1.25em;
}
.main > section:last-of-type {
  padding-bottom: 4em;
}

.title_h2 {
  text-align: center;
  color: #426579;
  font-family: "Noto Serif TC";
  font-size: 1.75em;
  letter-spacing: 5px;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .title_h2 {
    margin-bottom: 1.5em;
  }
}
.title_h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.title_h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 5px);
  height: 2px;
  background: linear-gradient(90deg, #e1eaee 0%, #426579 50%, #e1eaee 100%);
}

.title_h3 {
  font-size: 1.375em;
  margin-bottom: 1em;
  color: #426579;
}

.pignose-calendar {
  width: 100%;
  border: 0;
  box-shadow: none;
  max-width: 100%;
  font-size: 0.938em;
}
.pignose-calendar .pignose-calendar-top {
  padding: 0.5em 0;
  box-shadow: none;
  background-color: #f4f4f4;
  border-bottom: none;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  font-size: 1em;
  display: inline-block;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 0.5em 0;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  font-size: 1em;
  display: inline-block;
}
.pignose-calendar .pignose-calendar-header {
  margin-top: 0;
  padding: 0 1em;
  background: #f4f4f4;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  color: #737171;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #737171;
}
.pignose-calendar .pignose-calendar-body {
  padding: 0.5em 1em;
}
.pignose-calendar .pignose-calendar-unit {
  height: 3em;
  line-height: 1.5em;
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pignose-calendar .pignose-calendar-unit > a {
  position: relative;
  z-index: 40;
  color: #333333;
  display: block;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background: transparent;
  color: #595858;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #333333;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: 1;
  background: #f1acbb;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  left: calc(50% - 1.2em);
  top: calc(50% - 1.2em);
}

.cppic_album {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #eee;
  background: #f5f5f5;
  margin: 1em 0;
}
.cppic_album > .img-container {
  flex-basis: calc(25% - 1em);
  margin: 0.5em;
}

.fancybox-button--thumbs {
  display: none;
}

.hidden {
  display: none;
}

.more {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  padding: 0.5em;
  margin: 0 auto;
  color: #426579;
  border: none;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
  clear: both;
}
.more:after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(../images/color2/more.svg) center no-repeat;
  background-size: contain;
  margin: 5px auto;
  transition: 0.2s ease-in;
}
.more:hover, .more:focus, .more.active {
  color: #304958;
}
.more:hover:after, .more:focus:after, .more.active:after {
  transform: translateY(3px);
}

.museum_intro {
  position: relative;
  padding-top: 4em;
  background-image: url(../images/color2/bg_dot.png), url(../images/color2/bg_dot.png);
  background-repeat: no-repeat;
  background-position: top -200px right -5em, top -80px left;
  background-size: 800px;
}
@media screen and (max-width: 767px) {
  .museum_intro {
    padding-top: 2em;
    background-image: url(../images/color2/bg_dot.png);
  }
}
.museum_intro .container {
  position: relative;
  padding: 2em 6em;
}
@media screen and (max-width: 1200px) {
  .museum_intro .container {
    padding: 2em 6em 2em 3em;
  }
}
@media screen and (max-width: 767px) {
  .museum_intro .container {
    padding: 1em 1.75em 1em 1em;
  }
}
.museum_intro .container:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  right: calc(4em - 12px);
  width: 176px;
  height: 306px;
  background: linear-gradient(180deg, #e1eaee 0%, #426579 100%);
}
@media screen and (max-width: 767px) {
  .museum_intro .container:before {
    right: 0;
  }
}
.museum_intro .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 4em);
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 16px rgba(114, 114, 114, 0.2);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .museum_intro .container:after {
    width: calc(100% - 12px);
  }
}
.museum_intro .textBlock {
  position: relative;
  z-index: 1;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.museum_intro .textBlock:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.museum_intro .textBlock.open {
  max-height: 100%;
}
.museum_intro .textBlock.open:before {
  content: none;
}
.museum_intro .textBlock p {
  line-height: 1.8;
}
.museum_intro .textBlock img {
  float: left;
  margin: 1em 1em 1em 0;
  box-shadow: 0 3px 16px rgba(114, 114, 114, 0.1);
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .museum_intro .textBlock img {
    max-width: 100%;
  }
}
.museum_intro .textBlock.hide {
  display: none;
}
.museum_intro .textBlock.show {
  display: block;
}

.opening_info {
  padding-top: 4em;
  background: url(../images/color2/bg_dot.png) right top -100px no-repeat;
  background-size: 800px;
}
.opening_info .container {
  display: flex;
  max-width: calc(1200px - 8em);
  padding: 2em;
  background: #fff url(../images/sec_bg.png) top right no-repeat;
  background-size: auto 100%;
  box-shadow: 0 3px 16px rgba(114, 114, 114, 0.2);
}
@media screen and (max-width: 991px) {
  .opening_info .container {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  .opening_info .container {
    flex-wrap: wrap;
    background-image: none;
  }
}
.opening_info .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 100%;
  background: linear-gradient(180deg, #e1eaee 0%, #426579 100%);
}
.opening_info .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 154px;
  height: calc(100% - 24px);
  background: #fff;
}
.opening_info .left_col {
  position: relative;
  z-index: 1;
  flex-basis: 40%;
  max-width: 40%;
  padding: 0 30px;
  margin: 1em 0;
}
@media screen and (max-width: 991px) {
  .opening_info .left_col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .opening_info .left_col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.opening_info .right_col {
  position: relative;
  z-index: 1;
  flex-basis: 60%;
  max-width: 60%;
  padding: 0 30px;
  margin: 1em 0;
}
@media screen and (max-width: 991px) {
  .opening_info .right_col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .opening_info .right_col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.opening_info .opening_title {
  color: #fff;
  background: #426579;
  padding: 0.3em 0.6em;
}
.opening_info .timeBlock {
  border-bottom: 1px solid #959595;
  padding: 1em 0.6em;
}
.opening_info .timeBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opening_info .timeBlock li {
  margin-bottom: 0.6em;
  display: flex;
  flex-wrap: wrap;
}
.opening_info .timeBlock li:last-of-type {
  margin-bottom: 0;
}
.opening_info .timeBlock .week {
  flex: 1 1 110px;
  min-width: 110px;
}
.opening_info .timeBlock .time {
  flex-basis: calc(100% - 110px);
}

.news {
  padding-top: 4em;
  background: url(../images/color2/bg_dot.png) left top -20px no-repeat;
  background-size: 800px;
}
.news .container {
  padding: 2em 6em;
  min-height: 268px;
}
@media screen and (max-width: 767px) {
  .news .container {
    padding: 1em 1.75em 1em 1em;
  }
}
.news .container:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: calc(4em - 12px);
  width: 176px;
  height: 258px;
  background: linear-gradient(180deg, #e1eaee 0%, #426579 100%);
}
@media screen and (max-width: 767px) {
  .news .container:before {
    right: 0;
  }
}
.news .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 4em);
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 16px rgba(114, 114, 114, 0.2);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .news .container:after {
    width: calc(100% - 12px);
  }
}

.contentBlock {
  max-width: 100%;
}
.contentBlock .cp_slider {
  width: 700px;
  margin: 2em auto;
}
@media screen and (max-width: 991px) {
  .contentBlock .cp_slider {
    width: 100%;
  }
}
.contentBlock .cp_slider .slick-prev {
  left: -10px;
}
.contentBlock .cp_slider .slick-next {
  right: -10px;
}

.newsBlock {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}
.newsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsBlock li {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsBlock li {
    flex-wrap: wrap;
  }
}
.newsBlock .news_tag {
  position: relative;
  display: inline-block;
  min-width: 142px;
  color: #fff;
  background: #426579;
  padding: 0 1em;
  font-size: 0.875em;
  text-align: center;
  white-space: nowrap;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .newsBlock .news_tag {
    margin-bottom: 0.5em;
  }
}
.newsBlock .news_tag:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #47878f;
  bottom: -17px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .newsBlock .news_tag:after {
    content: none;
  }
}
.newsBlock .news_title {
  flex: 1 1 auto;
  color: #595858;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBlock .news_title:hover {
  color: #304958;
}
@media screen and (max-width: 767px) {
  .newsBlock .news_title {
    flex-basis: calc(100% - 100px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 48px;
  }
}
.newsBlock time {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0.875em;
  color: #426579;
  text-align: right;
}
.exhibit {
  padding-top: 4em;
  background-image: url(../images/color2/bg_dot.png), url(../images/color2/bg_dot.png);
  background-position: right -80px top -100px, left -70px bottom -550px;
  background-repeat: no-repeat;
  background-size: 800px;
}
.exhibit .container {
  padding: 3em 6em;
}
@media screen and (max-width: 767px) {
  .exhibit .container {
    padding: 1em 1em 1em 1.75em;
  }
}
.exhibit .container:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: calc(3em - 12px);
  width: 176px;
  height: 176px;
  background: linear-gradient(180deg, #e1eaee 0%, #426579 100%);
}
@media screen and (max-width: 767px) {
  .exhibit .container:before {
    left: 0;
  }
}
.exhibit .container:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 3em);
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 16px rgba(114, 114, 114, 0.2);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .exhibit .container:after {
    width: calc(100% - 12px);
  }
}

.exhibit_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #959595;
  padding: 5px 0;
  font-size: 0.938em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .exhibit_top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .exhibit_top {
    padding-top: 50px;
  }
}
.exhibit_top .exhibit_search {
  flex: 0 0 220px;
}
@media screen and (max-width: 575px) {
  .exhibit_top .exhibit_search {
    flex-basis: 100%;
  }
}
.exhibit_top .exhibit_search .form_grp {
  position: relative;
}
.exhibit_top .exhibit_search label {
  font-size: 0em;
  position: absolute;
}
.exhibit_top .exhibit_search input[type=text] {
  border: none;
  background: #eee;
  padding: 0.4em 0.5em;
  margin: 0;
}
.exhibit_top .exhibit_search input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 30px;
  background: url(../images/icon/icon_search.svg) no-repeat center center;
  background-size: 20px;
  outline: 1px solid transparent;
  border: none;
  display: block;
  opacity: 0.5;
  min-width: 0em !important;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.exhibit_top .exhibit_search input[type=submit]:hover, .exhibit_top .exhibit_search input[type=submit]:focus {
  opacity: 0.8;
}

.numOfRow {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .numOfRow {
    flex-basis: 100%;
    margin-top: 0.5em;
  }
}
.numOfRow .numgrp {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 0.5em;
}
.numOfRow li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  margin: 0.2em;
}
.numOfRow li a.active, .numOfRow li a:focus {
  background: #426579;
  color: #fff;
  box-shadow: none;
}
.numOfRow li a.c_1, .numOfRow li a.c_3 {
  display: none;
}
@media screen and (max-width: 991px) {
  .numOfRow li a.c_8 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .numOfRow li a.c_1, .numOfRow li a.c_3 {
    display: flex;
  }
  .numOfRow li a.c_6 {
    display: none;
  }
}

.filter_btn,
.close_filter_btn {
  position: relative;
  border: none;
  width: 100px;
  margin-left: 120px;
  color: #426579;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .filter_btn,
  .close_filter_btn {
    margin-left: 10px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .filter_btn,
  .close_filter_btn {
    right: auto;
    left: 0;
    margin: 0;
  }
}
.filter_btn:after,
.close_filter_btn:after {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  background: url("../images/color2/icon/icon_arrow_down3.svg") center center no-repeat;
  background-size: contain;
  margin-left: 8px;
  transition: 0.2s ease-in;
}
.filter_btn:focus:after,
.close_filter_btn:focus:after {
  transform: rotate(360deg);
}

.close_filter_btn {
  font-size: 0;
}

.filter_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #f4f4f4;
  overflow-y: auto;
}
.filter_modal .container {
  margin-top: 4em;
  padding: 0 15px;
}
.filter_modal .exhibit_top {
  position: fixed;
  top: 10px;
  left: calc(50% - 600px);
  width: 100%;
  max-width: 1200px;
  border: none;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .filter_modal .exhibit_top {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.filter_modal .exhibit_top .wrapper {
  width: 85%;
}
.filter_modal .search_form {
  max-width: 1200px;
  padding: 20px 200px;
  margin: 80px auto 0;
  overflow-y: auto;
  height: calc(100vh - 140px);
}
@media screen and (max-width: 575px) {
  .filter_modal .search_form {
    margin-top: 110px;
    height: calc(100vh - 170px);
  }
}
.filter_modal .numOfRow {
  display: none;
}
.filter_modal .all_result_btn {
  background: #333333;
  color: #fff;
  position: fixed;
  margin: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  border-radius: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .filter_modal .all_result_btn {
    height: 50px;
  }
}
.filter_modal .all_result_btn span {
  display: block;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.filter_modal .all_result_btn span i {
  margin: -1px 0 0 5px;
}

.close_filter_btn:after {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/color2/icon/icon_close3.svg");
}

.exhibit_content {
  position: relative;
  z-index: 1;
  margin: 1.5em 0;
}
.exhibit_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.exhibit_content li {
  width: 16.6666666667%;
  padding: 0 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .exhibit_content li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .exhibit_content li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 575px) {
  .exhibit_content li {
    width: 50%;
  }
}
.exhibit_content li a {
  display: block;
}
.exhibit_content li a:focus {
  box-shadow: none;
  outline: 2px solid #395769;
}
.exhibit_content .img-container {
  overflow: hidden;
  max-width: 100%;
  background: #f4f4f4;
}
.exhibit_content .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 100%;
}
.exhibit_content .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.exhibit_content .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibit_content .exhibit_title {
  text-align: center;
  margin: 0.5em 0;
}

.video,
.album {
  padding-top: 4em;
  background: url(../images/color2/bg_dot.png) left -70px top -250px no-repeat;
  background-size: 800px;
}
.video .container,
.album .container {
  max-width: calc(1200px - 6em);
  padding: 3em 4em;
}
@media screen and (max-width: 1200px) {
  .video .container,
  .album .container {
    max-width: calc(100% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .video .container,
  .album .container {
    max-width: 100%;
  }
}
.video .container:before,
.album .container:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 364px;
  height: 102px;
  background: linear-gradient(180deg, #e1eaee 0%, #426579 100%);
}
.video .container:after,
.album .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 16px rgba(114, 114, 114, 0.2);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .video .container:after,
  .album .container:after {
    width: calc(100% - 12px);
  }
}

.album {
  background-image: url(../images/color2/bg_dot.png), url(../images/color2/bg_dot.png);
  background-position: right -70px top -100px, left -50px bottom -400px;
  background-repeat: no-repeat;
}
.album .container:before {
  top: -12px;
  left: -12px;
  width: 140px;
  height: 250px;
}
.album .container:after {
  left: auto;
  right: 0;
}

.video_slider,
.album_slider {
  z-index: 1;
}
.video_slider .mediaBlock,
.album_slider .mediaBlock {
  display: block;
  margin: 0 1em;
}
.video_slider .mediaBlock:focus, .video_slider .mediaBlock:focus-visible,
.album_slider .mediaBlock:focus,
.album_slider .mediaBlock:focus-visible {
  box-shadow: none;
  outline: 2px solid #395769;
}
.video_slider .media_title,
.album_slider .media_title {
  margin-top: 1em;
  text-align: center;
  color: #595858;
}

.mediaBlock .img-container.hasImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/icon/icon_arrow_play2.svg) center no-repeat;
  background-size: 70px;
  transition: 0.2s ease-in;
  opacity: 0.8;
}
.mediaBlock .img-container.hasImg:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.fixed_closure,
.temporary_closure,
.time_change {
  position: relative;
  padding-left: 1.8em;
  display: block;
}
.fixed_closure:before,
.temporary_closure:before,
.time_change:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.1em;
  border-radius: 50%;
}

.fixed_closure:before {
  background-color: #f1acbb;
}

.temporary_closure:before {
  background-color: #beddb3;
}

.time_change:before {
  background-color: #acdff2;
}

.calendarBlock .fixed_closure,
.calendarBlock .temporary_closure,
.calendarBlock .time_change {
  font-size: 0.938em;
  display: inline-block;
  padding-left: 1.3em;
  margin-right: 0.3em;
}
.calendarBlock .fixed_closure:before,
.calendarBlock .temporary_closure:before,
.calendarBlock .time_change:before {
  width: 1em;
  height: 1em;
  top: calc(50% - 0.5em);
}

h1.title,
h2.title {
  line-height: 1.25em;
  margin: 0.4em 0;
}

.cp .pic {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  width: 45%;
  max-width: 400px;
  background: #F1F1F1;
  overflow: hidden;
  padding: 0.5em 0.5em 0.2em;
}
.cp .pic img {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
}
.cp .pic span {
  text-align: center;
  display: block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .cp .pic {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    display: block;
    margin-bottom: 0.5em;
  }
}
.cp table {
  background: #FFF;
}
.cp img.float_left {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp img.float_left {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp img.float_right {
  float: right;
  margin: 0px 0 1em 1em;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp img.float_right {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp a {
  color: #426579;
  text-decoration: none;
}
.cp a:hover, .cp a:focus {
  color: #304958;
  cursor: pointer;
}

.file_download {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #426579;
}
.file_download ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.file_download li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: solid 1px #eee;
}
.file_download li:before {
  content: "·";
  font-size: 2em;
  font-weight: bold;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.32em;
  left: 0.1em;
  color: #666;
}
.file_download li .file_name {
  line-height: 1.8em;
  margin: 0.2em 0.5em 0.2em 0;
  color: #222;
}
.file_download li .file_name ~ span {
  flex: 0 0 auto;
  margin: 0.2em;
  font-size: 0.875em;
  line-height: 1.5em;
  vertical-align: middle;
  color: #666;
}
.file_download li .file_name ~ span a {
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}
.file_download li span.file_doc a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_doc a:hover, .file_download li span.file_doc a:focus {
  color: #fff;
}
.file_download li span.file_docx a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_docx a:hover, .file_download li span.file_docx a:focus {
  color: #fff;
}
.file_download li span.file_odt a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_odt a:hover, .file_download li span.file_odt a:focus {
  color: #fff;
}
.file_download li span.file_xls a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_xls a:hover, .file_download li span.file_xls a:focus {
  color: #fff;
}
.file_download li span.file_xlsx a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_xlsx a:hover, .file_download li span.file_xlsx a:focus {
  color: #fff;
}
.file_download li span.file_csv a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_csv a:hover, .file_download li span.file_csv a:focus {
  color: #fff;
}
.file_download li span.file_ods a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_ods a:hover, .file_download li span.file_ods a:focus {
  color: #fff;
}
.file_download li span.file_ppt a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_ppt a:hover, .file_download li span.file_ppt a:focus {
  color: #fff;
}
.file_download li span.file_pptx a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_pptx a:hover, .file_download li span.file_pptx a:focus {
  color: #fff;
}
.file_download li span.file_odp a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_odp a:hover, .file_download li span.file_odp a:focus {
  color: #fff;
}
.file_download li span.file_zip a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_zip a:hover, .file_download li span.file_zip a:focus {
  color: #fff;
}
.file_download li span.file_txt a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_txt a:hover, .file_download li span.file_txt a:focus {
  color: #fff;
}
.file_download li span.file_mov a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_mov a:hover, .file_download li span.file_mov a:focus {
  color: #fff;
}
.file_download li span.file_mp3 a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_mp3 a:hover, .file_download li span.file_mp3 a:focus {
  color: #fff;
}
.file_download li span.file_jpg a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_jpg a:hover, .file_download li span.file_jpg a:focus {
  color: #fff;
}
.file_download li span.file_wmv a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_wmv a:hover, .file_download li span.file_wmv a:focus {
  color: #fff;
}
.file_download li span.file_mp4 a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_mp4 a:hover, .file_download li span.file_mp4 a:focus {
  color: #fff;
}
.file_download li span.file_pdf a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_pdf a:hover, .file_download li span.file_pdf a:focus {
  color: #fff;
}
.file_download li span.file_other a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_other a:hover, .file_download li span.file_other a:focus {
  color: #fff;
}
.file_download li span.file_doc a, .file_download li span.file_docx a, .file_download li span.file_odt a {
  background: #275cb7;
}
.file_download li span.file_doc a:hover, .file_download li span.file_doc a:focus, .file_download li span.file_docx a:hover, .file_download li span.file_docx a:focus, .file_download li span.file_odt a:hover, .file_download li span.file_odt a:focus {
  background: #2351a2;
}
.file_download li span.file_xls a, .file_download li span.file_xlsx a, .file_download li span.file_csv a, .file_download li span.file_ods a {
  background: #387947;
}
.file_download li span.file_xls a:hover, .file_download li span.file_xls a:focus, .file_download li span.file_xlsx a:hover, .file_download li span.file_xlsx a:focus, .file_download li span.file_csv a:hover, .file_download li span.file_csv a:focus, .file_download li span.file_ods a:hover, .file_download li span.file_ods a:focus {
  background: #30683d;
}
.file_download li span.file_ppt a, .file_download li span.file_pptx a, .file_download li span.file_odp a, .file_download li span.file_pdf a {
  background: #c55a3b;
}
.file_download li span.file_ppt a:hover, .file_download li span.file_ppt a:focus, .file_download li span.file_pptx a:hover, .file_download li span.file_pptx a:focus, .file_download li span.file_odp a:hover, .file_download li span.file_odp a:focus, .file_download li span.file_pdf a:hover, .file_download li span.file_pdf a:focus {
  background: #b25135;
}
.file_download li span.file_pdf a {
  background: #c00;
}
.file_download li span.file_pdf a:hover, .file_download li span.file_pdf a:focus {
  background: #b30000;
}
.file_download li span.file_zip a {
  background: #eb712e;
}
.file_download li span.file_zip a:hover, .file_download li span.file_zip a:focus {
  background: #e96117;
}
.file_download li span.file_txt a, .file_download li span.file_other a {
  background: #555;
}
.file_download li span.file_txt a:hover, .file_download li span.file_txt a:focus, .file_download li span.file_other a:hover, .file_download li span.file_other a:focus {
  background: #484848;
}
.file_download li span.file_mov a {
  background: #009999;
}
.file_download li span.file_mov a:hover, .file_download li span.file_mov a:focus {
  background: teal;
}
.file_download li span.file_mp3 a, .file_download li span.file_mp4 a {
  background: #088ecc;
}
.file_download li span.file_mp3 a:hover, .file_download li span.file_mp3 a:focus, .file_download li span.file_mp4 a:hover, .file_download li span.file_mp4 a:focus {
  background: #077db3;
}
.file_download li span.file_jpg a {
  background: #6c29a4;
}
.file_download li span.file_jpg a:hover, .file_download li span.file_jpg a:focus {
  background: #5f2490;
}
.file_download li span.file_wmv a {
  background: #430a1f;
}
.file_download li span.file_wmv a:hover, .file_download li span.file_wmv a:focus {
  background: #2d0715;
}

.web_link {
  margin: 1em 0;
}
.web_link h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #426579;
}
.web_link ol,
.web_link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.web_link li {
  position: relative;
  padding: 0.5em 0;
  border-bottom: solid 1px #eee;
  padding-left: 1.5em;
}
.web_link li:before {
  content: "·";
  font-size: 2em;
  font-weight: bold;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.35em;
  left: 0.1em;
  color: #666;
}
.web_link li a {
  padding: 0.2em 0px;
  display: block;
  color: #595858;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #304958;
  cursor: pointer;
}

.publish_info {
  font-size: 0.875em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 0.7em 0;
  border-left: solid 5px #426579;
  padding: 0.8em 1.5em 0.8em;
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.publish_info li {
  flex: 1 1 33.3333333333%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .publish_info li {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .publish_info li {
    flex: 1 1 100%;
  }
}

@media print {
  .main,
  .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatfooter,
  footer,
  .accesskey,
  .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .innerpage {
    margin-top: 0 !important;
  }
  .innerpage > .container {
    display: block !important;
  }
  .innerpage > .container .center_block {
    overflow: hidden;
  }
  .innerpage > .container .left_block {
    float: left !important;
    width: 260px !important;
  }
  .main,
  .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .main img.float_left,
  .content img.float_left {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.float_right,
  .content img.float_right {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link,
  .main a:visited,
  .main a,
  .content a:link,
  .content a:visited,
  .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a,
  .content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after,
  .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after,
  .content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after,
  .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table,
  .content table {
    background: #FFF;
  }
  .main li,
  .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .file_download a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .file_download .update,
  .file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
  .lightbox_slider {
    page-break-inside: avoid;
    overflow: hidden;
    height: 6cm;
  }
  .lightbox_slider .cp_slider {
    text-align: center;
  }
  .lightbox_slider .cp_slider .slick-slide {
    width: 30%;
    height: 4cm;
    display: inline-block;
    background: #DEDEDE;
    position: relative;
  }
  .lightbox_slider .cp_slider .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 1px #ccc;
  }
  .lightbox_slider .cp_slider .slick-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 4cm;
    display: inline-block;
    vertical-align: middle;
  }
}/*# sourceMappingURL=style1_2.css.map */