@charset "UTF-8";
.slick-lightbox-slick-caption, .Syncing_slider, .sitemap, div.tag, .category, .thumbnail .btn_grp, .pagination, div.function, .fatfooter, .header, .header .navigation, .search.m_search .keywordHot, .tabSet, .divider,
.divider-vertical {
  clear: both;
  zoom: 1;
}
.slick-lightbox-slick-caption:before, .Syncing_slider:before, .sitemap:before, div.tag:before, .category:before, .thumbnail .btn_grp:before, .pagination:before, div.function:before, .fatfooter:before, .header:before, .header .navigation:before, .search.m_search .keywordHot:before, .tabSet:before, .divider:before,
.divider-vertical:before, .slick-lightbox-slick-caption:after, .Syncing_slider:after, .sitemap:after, div.tag:after, .category:after, .thumbnail .btn_grp:after, .pagination:after, div.function:after, .fatfooter:after, .header:after, .header .navigation:after, .search.m_search .keywordHot:after, .tabSet:after, .divider:after,
.divider-vertical:after {
  content: "";
  display: table;
}
.slick-lightbox-slick-caption:after, .Syncing_slider:after, .sitemap:after, div.tag:after, .category:after, .thumbnail .btn_grp:after, .pagination:after, div.function:after, .fatfooter:after, .header:after, .header .navigation:after, .search.m_search .keywordHot:after, .tabSet:after, .divider:after,
.divider-vertical:after {
  clear: both;
}

.col-6-6 .col, .col-4-4-4 .col, .col-3-3-3-3 .col, .col-8-4 .col, .col-8-4 .col:nth-child(2n), .col-4-8 .col, .col-4-8 .col:nth-child(2n), .col-2-2-2-2-2-2 .col, .cssname .news, .cssname .video, .col-3-6-3 .col, .col-3-6-3 .col:nth-child(2), .col-5 .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row > div {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: -15px;
  padding-right: -15px;
  clear: both;
  zoom: 1;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

/* @include transition(all,2s,ease-out); */
/*範例：*/
/* button{*/
/* 	@include opacity(0.8);*/
/* }*/
/*https://medium.com/@vilcins/usefull-sass-mixins-7a68c5491bda*/
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #ccc;
}

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;
}

.vertical_rhythm img {
  float: left;
  margin: 0 16px 0 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;
  clear: both;
}
.cp h2 {
  font-size: 1.75em;
  clear: both;
}
.cp h3 {
  font-size: 1.5em;
  clear: both;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
  clear: both;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
  clear: both;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
  clear: both;
}
.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 #037bbf;
  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;
  }
}

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

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ce4b04;
  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;
}

.demosection {
  padding: 0;
  text-align: center;
}
.demosection.full .container {
  max-width: 100% !important;
}

.full .container {
  max-width: 100% !important;
}

.col-6-6 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-6-6 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-6-6 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-6-6 .col {
    float: left;
    width: 50%;
  }
}
.col-6-6 .col {
  position: relative;
  min-height: 1px;
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
  box-sizing: border-box;
}

.col-4-4-4 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-4-4 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-4-4-4 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-4-4-4 .col {
    float: left;
    width: 33.3333333333%;
  }
}

.col-3-3-3-3 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-3-3-3 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-3-3-3-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-3-3-3 .col {
    float: left;
    width: 25%;
  }
}

.col-8-4 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col {
    float: left;
    width: 66.6666666667%;
  }
}
.col-8-4 .col:nth-child(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}

.col-4-8 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
.col-4-8 .col:nth-child(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}

.col-2-2-2-2-2-2 .col {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}

.cssname .news {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
.cssname .video {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}

.col-3-6-3 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
.col-3-6-3 .col:nth-child(2) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}

.col-5 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
.col-5 .col:first-child {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}

.breadcrumb {
  padding: 0.1em 0em 0.1em;
  font-size: 0.938em;
  margin: 0px auto 30px;
}
.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: #757575;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #222;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.breadcrumb a {
  color: #757575;
}

.divider,
.divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-transform: translateX(-50%);
  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;
}

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

button,
input[type=button], input[type=submit], input[type=reset], .upload_grp .upload_btn, .btn-reset, .btn-submit, .btn-purple, .btn-red, .btn-orange, .btn-primary, .btn-yellow, .btn-blue, .btn-green, .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.5em;
  min-width: 4em;
  margin: 0.25em 0.1em;
}
button i,
input[type=button] i, input[type=submit] i, input[type=reset] i, .upload_grp .upload_btn i, .btn-reset i, .btn-submit i, .btn-purple i, .btn-red i, .btn-orange i, .btn-primary i, .btn-yellow i, .btn-blue i, .btn-green i, .btn i {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.btn {
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid rgb(206.75, 206.75, 206.75);
  color: #222;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn:hover, .btn:focus {
  background-color: rgb(219.5, 219.5, 219.5);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn.active {
  background: hsl(0, 0%, 101.0784313725%);
  cursor: pointer;
}
.btn {
  text-shadow: none;
}
.btn:hover, .btn:focus {
  color: #222;
  outline: none;
}

.btn-green {
  background-color: #5cb85c;
  border: 1px solid rgb(60.5320512821, 138.9679487179, 60.5320512821);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-green:hover, .btn-green:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-green.active {
  background: rgb(109.7628205128, 191.7371794872, 109.7628205128);
  cursor: pointer;
}

.btn-blue {
  background-color: #037bbf;
  border: 1px solid rgb(1.8170103093, 74.4974226804, 115.6829896907);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: rgb(2.2113402062, 90.6649484536, 140.7886597938);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-blue.active {
  background: rgb(3.3943298969, 139.1675257732, 216.1056701031);
  cursor: pointer;
}

.btn-yellow {
  background-color: rgb(252.3174273859, 200.4543568465, 42.1825726141);
  border: 1px solid rgb(215.2863070539, 162.8215767635, 2.7136929461);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-yellow:hover, .btn-yellow:focus {
  background-color: rgb(240.468879668, 181.867219917, 3.031120332);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-yellow.active {
  background: rgb(252.6348547718, 206.9087136929, 67.3651452282);
  cursor: pointer;
}

.btn-orange, .btn-primary {
  background-color: rgb(248.6518218623, 147.8744939271, 65.3481781377);
  border: 1px solid rgb(229.8076923077, 107.6923076923, 7.6923076923);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-orange:hover, .btn-primary:hover, .btn-orange:focus, .btn-primary:focus {
  background-color: #f77810;
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-orange.active, .active.btn-primary {
  background: rgb(249.4777327935, 161.8117408907, 90.0222672065);
  cursor: pointer;
}

.btn-red {
  background-color: #ff3e4d;
  border: 1px solid rgb(240.5, 0, 18.6917098446);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-red:hover, .btn-red:focus {
  background-color: rgb(255, 11, 29.9637305699);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-red.active {
  background: rgb(255, 87.5, 100.518134715);
  cursor: pointer;
}

.btn-purple {
  background-color: rgb(179.7197309417, 108.8677130045, 203.6322869955);
  border: 1px solid rgb(146.0448430493, 61.3811659193, 174.6188340807);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-purple:hover, .btn-purple:focus {
  background-color: rgb(160.2802690583, 71.1322869955, 190.3677130045);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-purple.active {
  background: rgb(189.4394618834, 127.735426009, 210.264573991);
  cursor: pointer;
}

.btn-submit {
  background-color: rgb(3.3943298969, 139.1675257732, 216.1056701031);
  border: 1px solid rgb(2.2113402062, 90.6649484536, 140.7886597938);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.btn-submit:hover, .btn-submit:focus {
  background-color: rgb(2.6056701031, 106.8324742268, 165.8943298969);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-submit.active {
  background: rgb(3.7886597938, 155.3350515464, 241.2113402062);
  cursor: pointer;
}

.btn-reset {
  color: rgb(72.25, 72.25, 72.25);
}

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

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

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

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

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

img.img_rounded {
  border-radius: 10px;
  background-clip: padding-box;
}
img.img_circle {
  border-radius: 50%;
  background-clip: padding-box;
}
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 {
  position: relative;
  background: #f1f1f1;
}
.img-container a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  line-height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 1em;
  font-size: 1.25em;
  color: #fff;
  margin: 0;
  bottom: 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 img {
  width: 100% !important;
  height: 100% !important;
}
.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 {
  object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.none {
  object-fit: none;
}

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

[tooltip] {
  position: relative;
}

[tooltip]:before,
[tooltip]:after {
  text-transform: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]:after {
  content: attr(tooltip);
  text-align: left;
  min-width: 150px;
  line-height: 1.5em;
  max-width: 300px;
  font-size: 0.813em;
  max-height: 5.182875em;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  box-sizing: border-box;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  display: block;
}

[tooltip=""]:before,
[tooltip=""]:after {
  display: none !important;
}

[tooltip]:not([flow]):before,
[tooltip][flow^=up]:before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow]):after,
[tooltip][flow^=up]:after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow]):before,
[tooltip]:not([flow]):after,
[tooltip][flow^=up]:before,
[tooltip][flow^=up]:after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

[tooltip][flow^=down]:before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]:after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]:before,
[tooltip][flow^=down]:after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

[tooltip][flow^=left]:before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]:after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=right]:before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]:after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover:before,
[tooltip]:not([flow]):hover:after,
[tooltip][flow^=up]:hover:before,
[tooltip][flow^=up]:hover:after,
[tooltip][flow^=down]:hover:before,
[tooltip][flow^=down]:hover:after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover:before,
[tooltip][flow^=left]:hover:after,
[tooltip][flow^=right]:hover:before,
[tooltip][flow^=right]:hover:after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.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.active > a {
  background-color: #037bbf;
  color: #fff;
}
.tabs > .tabItem {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    float: none;
  }
  .tabs > .tabItem > a {
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active > a {
    border-color: #bbb;
  }
}
.tabs > .tabItem > a {
  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 > a:hover {
  background: #037bbf;
}

.example-2 .tabItem > a:hover {
  background: #108803;
}
.example-2 .tabItem.active > a {
  background: #108803;
}

.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: #222;
  text-decoration: none;
}
.tabContent li a:hover, .tabContent li a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.tabContent li time {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 4px solid #434343;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
  }
}
table th,
table td {
  padding: 1.25em 0.8em;
  text-align: left;
}
table td {
  border: #1a1a1a 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table td.aCenter {
  text-align: center;
}
@media screen and (max-width: 575px) {
  table td.aCenter {
    text-align: left;
  }
}
table td.aRight {
  text-align: right;
}
@media screen and (max-width: 575px) {
  table td.aRight {
    text-align: left;
  }
}
table th {
  background-color: #434343;
  color: #fff;
  border: #1a1a1a 1px solid;
  text-align: center;
  white-space: nowrap;
}
table.table_hover tr:hover {
  background: #f3f3f3;
}
table.table_sprite tr:nth-child(even) {
  background: #f5f5f5;
}
table tr > th:first-child,
table tr > td:first-child {
  border-left-color: #fff;
}
table tr > th:last-child,
table tr > td:last-child {
  border-right-color: #fff;
}

.table_list {
  margin: 0 0 30px;
}
@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 #434343;
    margin-bottom: 10px;
  }
  .table_list td {
    border: none !important;
    border-bottom: 1px solid #1a1a1a !important;
    position: relative;
    padding-left: 2% !important;
    white-space: normal;
    text-align: left;
  }
  .table_list td:before {
    content: attr(data-title) "：";
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 0px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #666;
  }
  .table_list td .aCenter {
    text-align: left;
  }
  .table_list td .aRight {
    text-align: left;
  }
}

.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;
  }
  .table_wrapper:before, .table_wrapper:after {
    content: "";
    display: table;
  }
  .table_wrapper:after {
    clear: both;
  }
  .table_wrapper {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .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: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  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: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  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;
  }
}
select::-ms-expand {
  display: none;
}

.form_grid {
  margin: 0.5em;
  border-top: 1px solid #ddd;
}
.form_grid .form_grp {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 0.4em 0;
}
.form_grid .form_grp.agree {
  border-bottom: none;
}
.form_grid .form_grp.agree label {
  float: left;
  width: auto;
  margin: 0 0.5em 0.5em 0;
}
.form_grid .form_title {
  float: left;
  width: 25%;
}
.form_grid .form_title {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
.form_grid .form_title {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .form_grid .form_title {
    width: 100%;
  }
}
.form_grid .form_content {
  float: left;
  padding-top: 3px;
  width: calc(100% - 25%);
}
.form_grid .form_content {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
.form_grid .form_content {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form_grid .form_content {
    width: 100%;
  }
}
.form_grid .form_content .form_grp {
  min-height: 2.5em;
}
.form_grid .form_content .form_grp .form_content {
  float: none;
  display: block;
}
.form_grid .form_content .form_grp .form_content {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
.form_grid .form_content .form_grp .form_content.form_inline input[type=text],
.form_grid .form_content .form_grp .form_content.form_inline select {
  width: auto;
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .form_grp .form_content.form_inline input[type=text],
  .form_grid .form_content .form_grp .form_content.form_inline select {
    width: 100%;
    display: block;
  }
}
.form_grid .form_content .form_grp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form_grid .form_content .tel input[type=text]:first-child {
  background: url(../images/icon/icon_add.svg) no-repeat 0.5em center;
  background-size: 12px;
  padding-left: 1.5em;
}
.form_grid .form_content .tel input[type=text]:first-child,
.form_grid .form_content .tel select:first-child {
  width: 100px !important;
}
.form_grid .form_content .tel input[type=text]:first-child ~ input,
.form_grid .form_content .tel select:first-child ~ input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .tel input[type=text]:first-child ~ input,
  .form_grid .form_content .tel select:first-child ~ input {
    width: 100% !important;
    display: block !important;
  }
}
.form_grid .form_content .birthday select {
  display: inline-block;
  margin-right: 0.5em;
  text-align-last: center;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .birthday select {
    width: 88% !important;
    min-width: 88% !important;
    display: inline-block !important;
    text-align-last: left;
  }
}
.form_grid .form_content .birthday select option {
  text-align: center;
}
.form_grid .form_content .birthday select ~ select {
  margin-left: 0.2em;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .birthday select ~ select {
    margin-left: 0;
  }
}
.form_grid .form_content .address select {
  min-width: 100px;
}
.form_grid .form_content .address select option {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .address select {
    width: 100px;
    display: inline-block !important;
  }
}
.form_grid .form_content .address input[type=text] {
  width: calc(100% - 211px) !important;
}
@media screen and (max-width: 767px) {
  .form_grid .form_content .address input[type=text] {
    display: block !important;
    width: 100% !important;
  }
}
.form_grid .form_content .datepick {
  padding-right: 0.5em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .datepick {
    width: 100%;
    display: block;
  }
}
.form_grid .form_content .datepick + .datepick {
  margin-left: 0.3em;
  margin-right: 0;
  padding-right: 0;
}
.form_grid .form_content .datepick + .datepick:before {
  content: "~";
  font-size: 1.5em;
  display: inline-block;
  position: absolute;
  left: -0.65em;
  top: 0.3em;
  color: #777;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .datepick + .datepick {
    margin-left: 0em;
  }
  .form_grid .form_content .datepick + .datepick:before {
    display: none;
  }
}
.form_grid .form_content .datepick + .datepick i {
  right: 0.5em;
}
.form_grid .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;
}
.form_grid .form_content .datepick i:hover, .form_grid .form_content .datepick i:focus {
  box-shadow: none;
  border: none !important;
}
.form_grid .form_content .datepick > input[type=text] {
  width: 10em;
  padding-right: 2em;
}
@media screen and (max-width: 575px) {
  .form_grid .form_content .datepick > input[type=text] {
    width: 100%;
  }
}

form .form_grp,
form .check_grp,
form .radio_grp,
form .btn_grp,
form .upload_grp {
  margin-bottom: 0.2em;
}
form .check_grp label,
form .radio_grp label {
  display: block;
}
form .check_grp.form_inline label,
form .radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}
form .form_grp.form_inline label,
form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
form .form_grp.form_inline input,
form .form_grp.form_inline textarea,
form .form_grp.form_inline select,
form .upload_grp.form_inline input,
form .upload_grp.form_inline textarea,
form .upload_grp.form_inline select {
  width: auto;
}
form.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
form.form_inline label ~ input, form.form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
form.form_inline input[type=text],
form.form_inline input[type=password],
form.form_inline select,
form.form_inline textarea {
  width: auto;
  display: inline-block;
}
form.form_inline .form_grp,
form.form_inline .check_grp,
form.form_inline .radio_grp,
form.form_inline .btn_grp,
form.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
form.form_inline .btn_grp .btn,
form.form_inline .btn_grp input[type=submit],
form.form_inline .btn_grp input[type=reset],
form.form_inline .btn_grp input[type=button],
form.form_inline .btn_grp input[type=search] {
  margin-top: -3px;
  padding: 0.45em 1em;
}
form.form_inline select,
form.form_inline textarea {
  width: auto;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
@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;
}

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

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

input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=tel]::-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 {
  /* 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 {
  /* IE 10+ */
  color: #999999;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

button,
input[type=button] {
  background-color: #037bbf;
  border: 1px solid rgb(1.8170103093, 74.4974226804, 115.6829896907);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus {
  background-color: rgb(2.2113402062, 90.6649484536, 140.7886597938);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
button.active,
input[type=button].active {
  background: rgb(3.3943298969, 139.1675257732, 216.1056701031);
  cursor: pointer;
}

input[type=submit] {
  background-color: #037bbf;
  border: 1px solid rgb(1.8170103093, 74.4974226804, 115.6829896907);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: rgb(2.2113402062, 90.6649484536, 140.7886597938);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
input[type=submit].active {
  background: rgb(3.3943298969, 139.1675257732, 216.1056701031);
  cursor: pointer;
}

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

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid rgb(44.3092783505, 176.6804123711, 251.6907216495);
  box-shadow: 0px 0px 0px 2px rgb(44.3092783505, 176.6804123711, 251.6907216495);
  outline: none;
}

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

input[type=reset] {
  background-color: #999999;
  border: 1px solid rgb(114.75, 114.75, 114.75);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
input[type=reset]:hover, input[type=reset]:focus {
  background-color: rgb(127.5, 127.5, 127.5);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
input[type=reset].active {
  background: rgb(165.75, 165.75, 165.75);
  cursor: pointer;
}
input[type=reset] {
  text-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: -4px 0.2em 0 0;
  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: #037bbf;
  background-color: #037bbf;
  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: #037bbf 0 0 0 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

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

input[readonly],
input[disable] {
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
}
input[readonly] ~ label,
input[disable] ~ label {
  color: rgb(178.5, 178.5, 178.5);
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: none;
}

.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: 1px;
  right: 3px;
  background-color: #037bbf;
  border: 1px solid rgb(1.8170103093, 74.4974226804, 115.6829896907);
  color: #fff;
  border-radius: 0.2em;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  background-color: rgb(2.2113402062, 90.6649484536, 140.7886597938);
  border: 2px solid #ce4b04 !important;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.upload_grp .upload_btn.active {
  background: rgb(3.3943298969, 139.1675257732, 216.1056701031);
  cursor: pointer;
}
.upload_grp .upload_btn {
  padding: 0.2em 1em !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.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-bottom: 0.3em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ .btn {
  margin-top: -1px;
}
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;
}

.form_contentinline input,
.form_contentinline select,
.form_contentinline textarea {
  width: 80%;
}

.select_date {
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0.3em;
}
.select_date input {
  margin-bottom: 0;
  border: none;
  padding: 0.4em;
}
.select_date img {
  vertical-align: middle;
}

.to {
  float: left;
  margin: 5px;
}

.selectinline {
  width: auto;
}

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

.invert:before {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.i_add:before {
  background-image: url(../images/icon/icon_add.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_apple:before {
  background-image: url(../images/icon/icon_apple.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_left:before {
  background-image: url(../images/icon/icon_arrow_left.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_right:before {
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_up:before {
  background-image: url(../images/icon/icon_arrow_up.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_down:before {
  background-image: url(../images/icon/icon_arrow_down.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_bookmark:before {
  background-image: url(../images/icon/icon_bookmark.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_chat:before {
  background-image: url(../images/icon/icon_chat.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_check:before {
  background-image: url(../images/icon/icon_check.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_clock:before {
  background-image: url(../images/icon/icon_clock.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_close:before {
  background-image: url(../images/icon/icon_close.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_edit:before {
  background-image: url(../images/icon/icon_edit.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_facebook:before {
  background-image: url(../images/icon/icon_facebook.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_googleplus:before {
  background-image: url(../images/icon/icon_googleplus.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_grid:before {
  background-image: url(../images/icon/icon_grid.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_heart:before {
  background-image: url(../images/icon/icon_heart.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_home:before {
  background-image: url(../images/icon/icon_home.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_info:before {
  background-image: url(../images/icon/icon_info.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_link:before {
  background-image: url(../images/icon/icon_link.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_linkedin:before {
  background-image: url(../images/icon/icon_linkedin.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_lock:before {
  background-image: url(../images/icon/icon_lock.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_mail:before {
  background-image: url(../images/icon/icon_mail.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_rss:before {
  background-image: url(../images/icon/icon_rss.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_setting:before {
  background-image: url(../images/icon/icon_setting.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_star:before {
  background-image: url(../images/icon/icon_star.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_twitter:before {
  background-image: url(../images/icon/icon_twitter.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_video:before {
  background-image: url(../images/icon/icon_video.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_vimeo:before {
  background-image: url(../images/icon/icon_vimeo.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_youtube:before {
  background-image: url(../images/icon/icon_youtube.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_global:before {
  background-image: url(../images/icon/icon_global.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_trash:before {
  background-image: url(../images/icon/icon_trash.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_sort:before {
  background-image: url(../images/icon/icon_sort.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_move:before {
  background-image: url(../images/icon/icon_move.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_layout:before {
  background-image: url(../images/icon/icon_layout.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_copy:before {
  background-image: url(../images/icon/icon_copy.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_view:before {
  background-image: url(../images/icon/icon_view.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_man:before {
  background-image: url(../images/icon/icon_man.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar:before {
  background-image: url(../images/icon/icon_calendar.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_search:before {
  background-image: url(../images/icon/icon_search.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_pick:before {
  background-image: url(../images/icon/icon_pick.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar_color:before {
  background-image: url(../images/icon/icon_calendar_color.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_dot:before {
  background-image: url(../images/icon/icon_dot.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_photo:before {
  background-image: url(../images/icon/icon_photo.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_order:before {
  background-image: url(../images/icon/icon_order.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_top:before {
  background-image: url(../images/icon/icon_top.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_minus:before {
  background-image: url(../images/icon/icon_minus.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

a:focus {
  outline: none;
  box-shadow: 0 0px 0px 2px #ce4b04 inset;
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9999;
  color: #fff;
  font-size: 1em;
}
.accesskey:focus {
  color: #000;
}
@media screen and (max-width: 767px) {
  .accesskey:not([id="aC"]) {
    display: none;
  }
}

a.more {
  display: block;
  width: 10em;
  text-align: center;
  height: 2.5em;
  margin: 0.5em auto 0.5em;
  line-height: 2.5;
  color: #037bbf;
  border: 1px solid #037bbf;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a.more:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 14px;
  border-left: none;
  border-bottom: none;
  transition: 0.3s ease-out;
}
a.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #037bbf;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.more:hover, a.more:focus, a.more.active {
  color: white;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  right: 15px;
}

.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;
}

img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.tooltip {
  text-align: center;
  padding: 40px 0;
}
.tooltip span {
  display: inline-block;
  background: #dedede;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.tooltip p > em {
  color: red;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    background-color: #1b1b1b;
  }
}
.header:before {
  content: "";
  width: 100%;
  height: 2.4em;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .header:before {
    display: none;
  }
}
.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: 1200px;
  overflow: visible;
  position: relative;
}
.header > .container .accesskey {
  color: #1b1b1b;
}
.header > .container .accesskey:focus {
  color: #fff;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #fff;
  width: 50%;
  height: 4px;
  top: 35%;
  left: 50%;
  margin-left: -25%;
  display: block;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 50%;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 65%;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0em;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(../images/search_icon2.svg) no-repeat center center;
  background-size: 28px;
  opacity: 1;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header h1 {
  position: absolute;
  width: 210px;
  height: 176px;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .header h1 {
    width: 180px;
    height: 151px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    top: 10px;
  }
}
.header h1 {
  box-sizing: border-box;
}
.header h1 a {
  background-color: #1b1b1b;
  width: 210px;
  height: 176px;
  position: relative;
  display: block;
}
@media screen and (max-width: 991px) {
  .header h1 a {
    width: 180px;
    height: 151px;
  }
}
.header h1 img {
  width: 140px;
  height: 116px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.header h1 .logo_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 60px;
    width: 100%;
    text-align: center;
    height: 60px;
    position: static;
  }
  .header h1 a {
    background-color: transparent;
    width: auto;
    height: 50px;
    position: relative;
    display: block;
  }
  .header h1 .logo {
    display: none;
  }
  .header h1 .logo_mobile {
    display: block;
  }
  .header h1 .logo_mobile:focus {
    border: 2px solid #ce4b04 !important;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 60px;
    margin: 0px auto;
    top: 15px;
  }
}
@media (max-width: 500px) {
  .header h1 img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .header h1 img {
    top: 20px;
  }
}
.header .navigation.have_language {
  padding-right: 160px;
}
.header .navigation {
  overflow: hidden;
  margin-bottom: 0.5em;
  margin-top: 20px;
  box-sizing: border-box;
}
.header .navigation ul {
  float: right;
  padding: 0;
  margin: 0 60px 0 0;
  font-size: 0.875em;
  list-style: none;
}
.header .navigation ul.left_nav {
  float: left;
  margin-left: 2em;
}
.header .navigation li {
  float: left;
  margin: 0 0.4em;
}
.header .navigation li a {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  color: #222;
  text-decoration: none;
}
.header .navigation li a:hover, .header .navigation li a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.header .navigation li a {
  color: #616161;
}
.header .navigation li a:hover {
  color: #ab3e02;
}
.header .navigation .language {
  position: absolute;
  right: 15px;
  top: 0.35em;
  font-size: 0.75em;
}

.searchbtn {
  position: absolute;
  top: 25px;
  right: 20px;
}
.searchbtn a {
  width: 26px;
  height: 26px;
  display: block;
}
.searchbtn img {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .searchbtn {
    display: none;
  }
}

.search {
  background-color: #333;
  width: 310px;
  position: absolute;
  right: 15px;
  top: 60px;
  padding: 0.5em;
  overflow: hidden;
  margin-right: 0px;
  border-radius: 3px;
  z-index: 999;
  display: none;
  box-sizing: border-box;
}
.search label {
  font-size: 0em;
  height: 0;
  padding: 0;
  margin: 0;
}
.search .form_grp {
  margin-bottom: 0;
  float: left;
  margin-right: 0;
  width: 70%;
  height: 30px;
  position: relative;
}
.search .form_grp input {
  margin: -0.2em 0 0;
  padding: 0.2em 35px 0.2em 0.5em;
  box-shadow: none;
}
.search .form_grp input[type=text] {
  margin-top: -2.1em;
}
.search .form_grp input[type=text]:focus {
  box-shadow: 0px 0px 0px 3px #ce4b04;
  outline: none;
  border: none;
}
.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[type=submit]:hover, .search .form_grp input[type=submit]:focus {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px #ce4b04;
}
.search .form_grp input[type=submit]:focus {
  outline: 1px solid #037bbf;
}
.search .btn_grp {
  padding: 0.2em;
  margin: 1px 0 0 0;
  float: right;
}
.search .btn_grp input,
.search .btn_grp input[type=submit] {
  margin: 0;
  padding: 0.4em 1em 0.4em !important;
  font-size: 0.813em;
  background: none;
  background-color: #037bbf;
  color: #fff;
  text-shadow: none;
  border: none;
}
.search .btn_grp input:focus,
.search .btn_grp input[type=submit]:focus {
  box-shadow: 0px 0px 0px 2px #ce4b04;
}
.search .keywordHot {
  display: block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.1em 0 0.3em;
  clear: both;
}
.search .keywordHot ul {
  display: inline-block;
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.search .keywordHot ul:before {
  display: inline-block;
  content: "";
  color: #999;
  float: left;
}
.search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.search .keywordHot ul a {
  color: #222;
  text-decoration: none;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.search .keywordHot ul a {
  color: #fff;
}
.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;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  width: 70%;
  height: auto;
  padding: 0 0 0 5% !important;
  margin-top: 0;
  text-align: right;
  float: left;
  height: 50px;
  position: relative;
  box-sizing: border-box;
}
.search.m_search .form_grp label {
  display: none;
}
.search.m_search .form_grp input {
  width: 100%;
  margin: 0;
  padding: 0.5em 45px 0.4em 0.5em;
}
.search.m_search .form_grp input[type=submit] {
  font-size: 0em;
  width: 36px !important;
  height: 36px;
  padding: 0;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 24px;
  border: none;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0px;
  opacity: 0.8;
}
.search.m_search .form_grp input[type=submit]:hover, .search.m_search .form_grp input[type=submit]:focus {
  opacity: 1;
}
.search.m_search .btn_grp {
  padding: 0.1em 5% 0.1em 0;
  margin-bottom: 0;
  width: 26%;
  text-align: left;
  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 {
  padding-left: 5%;
  margin-top: 10px;
}
.search.m_search .keywordHot a {
  color: #fff;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #037bbf;
}

.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 {
  text-align: center;
}
.header.fixed .menu > ul > li > a {
  color: #fff;
}
@media (max-width: 870px) {
  .header.fixed .menu > ul > li > a {
    padding: 0 0.5em;
  }
}
.header.fixed h1 {
  display: none;
}

.language {
  width: 140px;
  font-weight: bold;
  font-size: 0.75em;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.8);
  position: relative;
}
.language > a {
  display: block;
  background: #555;
  box-sizing: border-box;
  color: #fff;
  padding: 0.2em 1em;
  position: relative;
  transition: 0.3s ease-out;
}
.language > a:after {
  position: absolute;
  right: 0.8em;
  top: 1em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}
.language > a:before {
  position: absolute;
  width: 1px;
  height: 1.6em;
  right: 2em;
  top: 0.4em;
  content: "";
  border-left: 1px solid #ddd;
}
.language > a:focus {
  box-shadow: none;
  background: #444;
}
.language ul {
  background: #555;
  padding: 1em 1.5em;
  position: absolute;
  top: 2.35em;
  left: 0;
  width: 140px;
  height: auto;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style: none;
}
.language ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
}
.language ul li a {
  display: block !important;
  color: #fff !important;
  padding: 0.5em 0.5em 0.5em 1em !important;
  transition: 0.3s ease-out;
}
.language ul li a:hover, .language ul li a:focus {
  background: RGBA(0, 0, 0, 0.3);
}

.menu {
  box-sizing: border-box;
  margin: 0;
  min-height: 2.5em;
  position: relative;
  z-index: 99;
  clear: both;
}
@media (max-width: 870px) {
  .menu {
    margin-right: 5px;
  }
}
.menu > ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.menu > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.063em;
}
.menu > ul > li > a {
  display: block;
  padding: 0 1em;
  min-height: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  color: #222;
}
@media screen and (max-width: 991px) {
  .menu > ul > li > a {
    padding: 0 0.5em;
  }
}
@media (max-width: 870px) {
  .menu > ul > li > a {
    padding: 0 0.2em;
  }
}
.menu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 1px solid #333;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
@media (max-width: 870px) {
  .menu > ul > li.hasChild > a:after {
    margin-left: 0.1em;
  }
}
.menu > ul > li:hover > a {
  color: #ce4b04;
}
.menu > ul > li:hover > a:after {
  border: 2px solid #ce4b04;
  border-bottom: none;
  border-left: none;
}
.menu > ul ul {
  display: none;
  overflow: visible;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  animation: showMenu 0.3s ease-out;
}
.menu > ul ul ul {
  top: 0;
  left: 170px;
  animation: none;
}
.menu li {
  position: relative;
}
.menu li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.menu li li {
  float: none;
}
.menu li li a {
  padding: 0.6em 1.2em;
  color: #fff;
  font-weight: bold;
}
.menu li li a:hover, .menu li li a:focus {
  background: #ce4b04;
}
.menu li li.hasChild > ul {
  z-index: 999;
}
.menu li li.hasChild > a {
  padding-right: 2em;
}
.menu li li.hasChild > a:hover, .menu li li.hasChild > a:focus {
  background: #ce4b04;
}
.menu li li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.3em;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  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_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:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #037bbf;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .m_area {
  width: 280px;
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #037bbf;
  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 .menu {
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #ccc;
}
.sidebar .m_area .menu a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: 0.4s ease-out;
}
.sidebar .m_area .menu ul ul {
  display: none;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.09);
  font-size: 0.938em;
  position: relative;
}
.sidebar .m_area .menu ul ul a {
  padding-left: 2em;
}
.sidebar .m_area .menu ul ul ul {
  left: 0;
  display: none;
}
.sidebar .m_area .menu ul ul ul ul {
  display: none;
}
.sidebar .m_area .menu li {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
}
.sidebar .m_area .menu li ul {
  background: #fff;
}
.sidebar .m_area .menu li > a {
  padding: 0.5em 1em;
  min-height: 2em;
  line-height: 2em;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.sidebar .m_area .menu li.hasChild > a {
  padding: 0.5em 1em;
  color: #222;
  background: #fff;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .menu li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.25em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .menu li li {
  background: #fff;
}
.sidebar .m_area .menu li li a {
  min-height: 1.5em;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 2em !important;
  background: rgba(0, 0, 0, 0.05);
}
.sidebar .m_area .menu li li a:hover, .sidebar .m_area .menu li li a:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu li li.hasChild a {
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1em 1em 2em;
}
.sidebar .m_area .menu li li.hasChild a:hover, .sidebar .m_area .menu li li.hasChild a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.sidebar .m_area .menu li li li a {
  background: rgba(0, 0, 0, 0.15) !important;
  padding: 0.8em 1em 0.8em 4em !important;
  border-bottom: 1px solid #bbb;
}
.sidebar .m_area .menu li li li a:hover, .sidebar .m_area .menu li li li a:focus {
  background: rgba(0, 0, 0, 0.25) !important;
}
.sidebar .m_area .menu li li li a:after {
  display: none !important;
}
.sidebar .navigation {
  position: relative;
  text-align: left;
}
.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
}
.sidebar .navigation ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 0.938em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.sidebar .navigation ul li a:nth-child(odd) {
  border-left: none;
  border-top: none;
}
.sidebar .navigation ul li a:hover, .sidebar .navigation ul li a:focus {
  background: rgb(1.4226804124, 58.3298969072, 90.5773195876);
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
}
.sidebar .navigation .language {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  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 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: -9999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:before {
  content: "";
  background-image: url(../images/icon/icon_close_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}
.sidebar button.sidebarClose:focus-visible {
  box-shadow: 0 0px 0px 2px #ce4b04 inset;
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
footer {
  box-sizing: border-box;
  clear: both;
  zoom: 1;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer {
  text-align: left;
  font-size: 0.875em;
  padding: 2em 0;
  background-color: #3c3d3d;
  color: #e1e1e1;
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
footer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .container > div {
  padding-bottom: 1em;
}
footer a {
  text-decoration: none;
  color: #037bbf;
}
footer a:hover, footer a:focus {
  color: rgb(2.2113402062, 90.6649484536, 140.7886597938);
}
footer .accesskey {
  color: #3c3d3d;
}
footer .accesskey:focus {
  color: #fff;
}
footer .footer_info {
  flex-basis: 65%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 991px) {
  footer .footer_info {
    flex-basis: 100%;
  }
}
footer .footer_icon {
  position: relative;
  flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}
footer .footer_icon a {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  footer .footer_icon {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
  }
  footer .footer_icon a {
    margin-right: 10px;
    margin-left: 0;
  }
}
footer .footer_statemen {
  clear: both;
  display: flex;
  border-top: 2px solid #636464;
  padding: 10px 0;
  font-size: 1em;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_statemen .rightblock {
  text-align: right;
}
footer .footer_statemen .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
}
footer .footer_statemen .footer_link:before, footer .footer_statemen .footer_link:after {
  content: "";
  display: table;
}
footer .footer_statemen .footer_link:after {
  clear: both;
}
footer .footer_statemen .footer_link {
  margin: 0;
  padding: 0;
}
footer .footer_statemen .footer_link li {
  display: inline-block;
  margin: 0px 10px 5px 0px;
}
footer .footer_statemen .footer_link li a {
  display: block;
  padding: 0 15px;
  color: #b0b0b0;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
footer .footer_statemen .footer_link li a:hover, footer .footer_statemen .footer_link li a:focus {
  background: rgb(155.9714285714, 56.7857142857, 3.0285714286);
  color: #fff;
  box-shadow: none;
}
footer p {
  line-height: 1.65em;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-left: 5px;
  color: #b0b0b0;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #b0b0b0;
  padding: 0 0.5em;
}
footer .update {
  margin-left: 0;
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
footer .footer_icon a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 0px 1px #ce4b04 inset;
  z-index: 99;
}
footer .footer_icon img {
  max-width: 120px;
}

.fatfooter nav {
  max-width: 100%;
}
.fatfooter nav > ul > li {
  box-sizing: border-box;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .fatfooter nav > ul > li {
    width: 95%;
    margin: 0px auto 3px;
  }
}
.fatfooter {
  overflow: hidden;
  padding-bottom: 1em;
  margin: 0 auto;
  background: #333333;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}
.fatfooter .container {
  overflow: hidden;
  box-sizing: border-box;
}
.fatfooter .container {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  display: block;
  min-width: 6em;
  color: #fff;
  border: none;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3em;
  z-index: 90;
  text-indent: -9999px;
  border-radius: 4px;
  background-clip: padding-box;
}
.fatfooter .btn-fatfooter:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  left: 50%;
  top: 12px;
  margin-left: -6px;
  transition: 0.3s ease-out;
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #333;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.fatfooter .btn-fatfooter.close:before {
  transform: rotate(135deg) !important;
  top: 5px;
}
.fatfooter nav {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 3em 0 0 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fatfooter nav {
    padding: 1em 0;
  }
}
.fatfooter nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
}
.fatfooter nav ul li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 -5px 1em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li {
    display: block;
    margin: 0 0 0.4em;
  }
}
.fatfooter nav ul li a {
  line-height: 1.5;
  display: block;
  padding: 0.5em 0px;
  color: #fff;
  box-sizing: border-box;
}
.fatfooter nav ul li a:hover {
  box-shadow: none;
}
.fatfooter nav ul li ul {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul {
    width: auto;
  }
}
.fatfooter nav ul li ul li {
  display: block;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  position: relative;
  padding: 0 0 0 15px;
}
.fatfooter nav ul li ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  left: 3px;
  top: 18px;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul li {
    display: inline-block;
    width: auto;
  }
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #222;
  text-decoration: none;
}
.fatfooter nav ul li ul li a:hover, .fatfooter nav ul li ul li a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.fatfooter nav ul li ul li a {
  font-weight: normal;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.5em 0.2em;
  background: none;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul li a {
    padding: 0.3em 0.2em;
  }
}
.fatfooter nav ul li ul ul {
  display: none;
}

.demo_fixed_sidebar {
  min-height: 300px;
}

.fixed_sidebar {
  background: RGBA(0, 0, 0, 0.6);
  width: 50px;
  min-height: 200px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 10%;
  margin: 0;
  padding: 0;
  border-radius: 6px 0 0 6px;
}
.fixed_sidebar ul {
  margin: 0;
  padding: 0;
}
.fixed_sidebar ul li {
  width: 50px;
  height: 50px;
  list-style: none;
}
.fixed_sidebar ul li a {
  display: block;
  padding: 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  transition: 0.3s ease-out;
  color: #fff;
  text-decoration: none;
}
.fixed_sidebar ul li a:before {
  position: absolute;
  content: attr(title);
  width: 10em;
  text-align: left;
  right: -10em;
  padding: 0 1em 0 1em;
  height: 50px;
  line-height: 50px;
  background: #00a688;
  color: #fff;
  font-size: 1em;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
  transition: 0.3s ease-out;
  z-index: 9;
}
.fixed_sidebar ul li a:hover:before, .fixed_sidebar ul li a:focus:before {
  display: block;
  right: 0;
}
.fixed_sidebar ul li img {
  width: 24px;
  height: 24px;
  margin: 13px auto;
}

div.function ul li.icon_forward a:before, div.function ul li.icon_print a:before, div.function ul li.icon_back a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
  display: inline-block;
}

div.function {
  box-sizing: border-box;
  margin: 0.5em 0;
}
div.function ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.function ul li {
  display: block;
  float: left;
  margin: 0 3px 3px 0;
}
div.function ul li button,
div.function ul li a {
  font-size: 0.813em;
  display: block;
  padding: 0.2em 1em;
  background: #888;
  border-color: #888;
  color: #fff;
  border-radius: 4px;
}
div.function ul li button:hover, div.function ul li button:focus,
div.function ul li a:hover,
div.function ul li a:focus {
  background: #ce4b04;
  border-color: #ce4b04;
}
div.function ul li.icon_back a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: cover;
}
div.function ul li.icon_print a:before {
  background: url(../images/basic/icon_print.svg) no-repeat center center;
  background-size: cover;
}
div.function ul li.icon_forward a:before {
  background: url(../images/basic/icon_forward.svg) no-repeat center center;
  background-size: cover;
}

.function_panel .share .shareButton:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: url(../images/basic/icon_share.png) no-repeat center center !important;
  background-size: 24px !important;
}
.function_panel .share .shareButton {
  text-indent: -9999px;
}
.function_panel .share .shareButton:hover:before, .function_panel .share .shareButton:focus:before {
  filter: invert(100%);
}
.function_panel .function {
  height: 40px;
  margin: 0;
}
.function_panel .function ul li {
  width: 40px;
  height: 40px;
  font-size: 1em;
  float: left;
  display: block;
  margin: 0 0.2em;
}
.function_panel .function ul li a {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  text-indent: -9999px;
  position: relative;
}
.function_panel .function ul li a:hover, .function_panel .function ul li a:focus {
  background: #ce4b04;
  color: #fff;
}
.function_panel .function ul li a:hover:before, .function_panel .function ul li a:focus:before {
  filter: invert(100%);
}
.function_panel .function ul li a:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
}
.function_panel .function ul li.back a:before {
  background: url(../images/basic/icon_back.png) no-repeat center center;
  background-size: 100%;
}
.function_panel .function ul li.print a:before {
  background: url(../images/basic/icon_printer.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .function_panel .function ul li.print {
    display: none;
  }
}
.function_panel .function ul li.forward a:before {
  background: url(../images/basic/icon_forward.png) no-repeat center center;
  background-size: 100%;
}

.modal {
  position: fixed;
  display: none;
  width: 400px;
  height: 300px;
  background: #fff;
  z-index: 99999999;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  padding: 1em 1em 1em;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #037bbf;
  padding-bottom: 0.5em;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  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;
}

@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: 99999998;
}

.marquee {
  height: 45px;
  display: block;
  overflow: hidden;
  background: #fff;
  margin: 2em 4em;
  text-align: left;
  padding: 0 3em 0 2em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 991px) {
  .marquee {
    margin: 1.5em 0em;
  }
}
.marquee ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marquee .slick-prev {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  right: 0px !important;
  top: 1px !important;
  left: auto;
  opacity: 0.5;
  background: url("../vendor/slick/icon_arrow_up_s.png") no-repeat center center;
  background-size: 16px;
  width: 20px !important;
  height: 20px !important;
  box-shadow: none;
}
.marquee .slick-prev:hover, .marquee .slick-prev:focus {
  opacity: 1;
}
.marquee .slick-prev:before {
  width: 10px !important;
  height: 10px !important;
}
.marquee .slick-next {
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  right: 0px !important;
  top: 22px !important;
  left: auto;
  opacity: 0.5;
  width: 20px !important;
  height: 20px !important;
  background: url("../vendor/slick/icon_arrow_up_s.png") no-repeat center center;
  background-size: 16px;
  box-shadow: none;
}
.marquee .slick-next:hover, .marquee .slick-next:focus {
  opacity: 1;
}
.marquee .slick-next:before {
  width: 10px !important;
  height: 10px !important;
}
.marquee > div {
  padding: 0;
  margin: 0;
}
.marquee a {
  display: block;
  line-height: 40px;
  margin-right: 3em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  text-decoration: none;
}
.marquee a span {
  color: #7cb52f;
  margin-right: 15px;
}
.marquee a:hover {
  color: #7cb52f;
}

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination span {
  color: #ce4b04;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px 0;
  padding: 0;
  display: block;
}
.pagination .page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin-bottom: 5px;
  list-style: none;
  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: #222;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7, #eaeaea);
  background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #037bbf;
  color: #fff !important;
  border: #037bbf solid 1px;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #037bbf;
  border: rgb(2.6056701031, 106.8324742268, 165.8943298969) 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 input[type=button] {
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7, #eaeaea);
  background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
  border: 1px solid #ccc;
  color: #222;
  padding: 0.4em 1em !important;
  min-width: 3em;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  text-shadow: none;
}
.pagination .total input[type=button]:hover, .pagination .total input[type=button]:focus {
  color: #fff !important;
  background: #037bbf;
  border: rgb(2.6056701031, 106.8324742268, 165.8943298969) solid 1px;
  box-shadow: none !important;
}
.pagination .items {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items a {
  padding: 0 5px;
  color: #037bbf;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
/*------------------------ page 分頁 */
.page {
  clear: both;
  margin: 5px 0 50px;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 100%;
  position: relative;
  text-align: center;
}
.page span {
  display: inline-block;
  margin: 10px 8px 0 0;
}
.page em {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 3px;
  color: #ce4b04;
}
.page select {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  vertical-align: middle;
  margin: 0 3px 5px;
}
.page option {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
.page .number {
  list-style: none;
  overflow: hidden;
  margin: 0px 8px 0 0;
  padding: 0;
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.page .number li {
  margin: 0px 2px;
  padding: 0;
  float: left;
}
.page .number li a {
  padding: 10px 12px;
  border: 1px solid #e9e8e8;
  color: #666;
  text-decoration: none;
  display: block;
  margin-left: 0px;
  cursor: pointer;
  border-radius: 3px;
  background: #fbf7f8;
  background: -webkit-linear-gradient(top, #fbf7f8, #e9e8e8);
  background: linear-gradient(to bottom, #fbf7f8, #e9e8e8);
}
.page .number li a:hover {
  color: #fff;
  text-decoration: none;
  background: #ce4b04;
}
.page .number li:first-child a {
  margin-left: 0px;
  border-radius: 3px;
}
.page .number li:last-child a {
  border-radius: 3px;
}
.page .number li.here a {
  color: #fff;
  font-weight: bold;
  background: #ce4b04;
  cursor: default;
}
@media screen and (max-width: 575px) {
  .page .number li.hidden-xs {
    display: none;
  }
}
.page .items {
  display: inline-block;
}
.page .items a {
  padding: 5px 10px;
  color: #ce4b04;
}
.page .items a.here {
  color: #fff;
  font-weight: bold;
  background: #ce4b04;
  cursor: default;
}
@media (max-width: 991px) {
  .page .data,
  .page .items {
    display: none;
  }
}

.thumbnail {
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, 0.5);
  background: #fff;
}
.thumbnail a {
  display: block;
  color: #555;
  text-decoration: none;
}
.thumbnail a:hover, .thumbnail a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.thumbnail a {
  position: relative;
}
.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 #ce4b04 inset;
}
.thumbnail .img-container {
  overflow: hidden;
}
.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 .img-container {
  margin-bottom: 0.5em;
}
.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;
}

.category {
  text-align: left;
  margin: 1em auto;
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category ul li {
  margin: 0px 7px 7px 0px;
  display: block;
  float: left;
}
.category a {
  border: 1px solid #333333;
  padding: 0.7em 1.5em;
  display: block;
  color: #333333;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.5s;
}
.category a:hover, .category a:focus {
  color: #fff;
  background-color: #333333;
  box-shadow: none;
}
.category a.active {
  color: #fff;
  background: #333333;
  background: -webkit-linear-gradient(top, #333333, rgb(12.75, 12.75, 12.75));
  background: linear-gradient(to bottom, #333333, rgb(12.75, 12.75, 12.75));
}
.category a span {
  font-size: 0.813em;
}
.category a span:before {
  content: "(";
  display: inline-block;
}
.category a span:after {
  content: ")";
  display: inline-block;
}

.album .lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.album .lightbox .galler_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: block;
}
.album .lightbox .caption {
  color: #fff;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 999999;
  width: 60%;
  height: 8%;
  left: 50%;
  margin-left: -30%;
  line-height: 1.3em;
}
.album .lightbox .light_prev,
.album .lightbox .light_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 0.938em;
  color: #fff;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
}
.album .lightbox .light_next {
  right: 0px;
  left: auto;
}
.album .lightbox .light_prev:hover,
.album .lightbox .light_next:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.album .lightbox .light_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 80px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 0.938em;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
  text-align: center;
}
.album .lightbox .light_close:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.album .lightbox img {
  max-width: 80vw;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share {
  box-sizing: border-box;
  margin: 0.5em 0;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: left;
  margin: 0px 3px 3px;
}
.share ul li a {
  display: block;
  height: 30px;
}
@media screen and (max-width: 991px) {
  .share ul li {
    margin: 0px 1px 2px;
    width: 30px;
    height: 30px;
  }
}
.share ul li img {
  width: 100%;
  height: 100%;
}

.function_panel .share {
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  margin: 0;
  position: relative;
}
.function_panel .share ul {
  display: none;
  position: absolute;
  top: 3em;
  left: -8px;
  width: 40px;
  padding: 10px;
  background: #fff;
  box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 999;
  height: auto;
}
.function_panel .share ul li {
  display: block;
  margin: 0 auto 0.5em;
}
.function_panel .share ul li img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.function_panel .share ul li a {
  background: transparent;
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
}
.function_panel .share ul li a:hover, .function_panel .share ul li a:focus {
  background: transparent;
}
.function_panel .share ul li a:hover img, .function_panel .share ul li a:focus img {
  filter: invert(0%);
}
.function_panel .share ul li a:focus {
  outline: 1px solid #037bbf;
}
.function_panel .share a.shareButton {
  display: block;
  background: #f1f1f1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.function_panel .share a.shareButton:hover, .function_panel .share a.shareButton:focus {
  background: #ce4b04;
}
.function_panel .share a.shareButton:hover img, .function_panel .share a.shareButton:focus img {
  filter: invert(100%);
}
.function_panel .share a.shareButton img {
  width: 60%;
  height: 60%;
  margin: 20% auto;
}

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

.font_size {
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.font_size span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.938em;
  color: #666;
}
.font_size ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
.font_size ul li {
  width: 40px;
  height: 40px;
  font-size: 1em;
  float: left;
  display: block;
  margin: 0 0.2em;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #ce4b04;
  color: #fff;
}
.font_size ul li a.active {
  background: #f1f1f1;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #ce4b04;
  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;
  }
}

*[class^=notice] {
  padding: 0.4em 2.5em;
  display: block;
  font-size: 0.938em;
  margin: 0.2em 0;
  position: relative;
  color: #666;
  background-color: #f2f2f2;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
}
*[class^=notice]:before {
  position: absolute;
  top: 0.7em;
  left: 0.8em;
  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;
  filter: alpha(opacity=50); /*IE8*/
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
  filter: alpha(opacity=100); /*IE8*/
}
*[class^=notice] a.close img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}

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

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

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

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

.function_panel {
  text-align: right;
  margin: 0.2em 0;
  padding: 0.5em 0 0.5em;
  min-height: 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .function_panel {
    margin: 0.6em 0;
    padding: 0.5em 0 0.5em;
  }
}
.function_panel .share {
  display: inline-block;
  vertical-align: top;
}
.function_panel .function {
  display: inline-block;
  vertical-align: top;
}
.function_panel .publish_time {
  float: left;
  min-width: 100px;
  display: block;
  margin-top: 0.6em;
  color: #666;
}
.function_panel .publish_time span {
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .function_panel .publish_time span {
    display: none;
  }
}
.function_panel .publish_time time {
  font-family: georgia;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .function_panel .publish_time time {
    font-size: 0.938em;
  }
}
.function_panel .publish_time:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 0.3em;
  background: url(../images/basic/icon_time.png) no-repeat center center;
  background-size: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}

*:focus-visible {
  box-shadow: 0 0px 0px 2px #ce4b04 inset;
}

.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;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}
.main h2 {
  line-height: 1.25em;
}

.hidden {
  display: none;
}

.innerpage {
  padding-top: 380px;
  background-image: url("../images/banner_bgin.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.innerpage:before {
  content: "";
  width: 100%;
  height: 253px;
  background-image: url(../images/banner_bg01.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  top: 320px;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding-top: 250px;
    background-size: 1200px;
  }
  .innerpage:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .innerpage {
    padding-top: 220px;
    background-size: 1000px;
    background-position: center 10px;
  }
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
.innerpage > .container {
  position: relative;
}
.innerpage > .container .accesskey {
  position: absolute;
  color: #fff;
}

.more {
  margin: 0 auto 30px;
  font-size: 0.938em;
  width: 35%;
  border-top: 1px solid #108803;
  border-bottom: 1px solid #108803;
}
@media (max-width: 480px) {
  .more {
    width: 60%;
  }
}
.more a {
  display: block;
  padding: 6px 0;
  text-align: center;
  color: #108803;
  position: relative;
}
.more a:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: rgb(10.1294964029, 86.1007194245, 1.8992805755);
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.5px;
}
.more a:hover:before {
  background-color: #fff;
}
.more a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(14.2388489209, 121.0302158273, 2.6697841727);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition: 0.5px;
}
.more a:hover {
  color: #fff;
}
.more a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ------------------說明區塊*/
.explanation {
  clear: both;
  background-color: rgb(252.7828571429, 180.1714285714, 140.8171428571);
  padding: 15px 20px;
  margin: 0 0 20px;
  line-height: 1.8em;
  border-radius: 5px;
  background-clip: padding-box;
}

/*------------------------------------------bottomfunction*/
.bottomfunction {
  overflow: hidden;
  padding: 10px 0px 5px 0px;
  clear: both;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .bottomfunction {
    padding: 15px 10px 15px 20px;
  }
}
.bottomfunction .share2 {
  float: left;
  width: 320px;
  padding: 0 0 0 50px;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  .bottomfunction .share2 {
    clear: both;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  .bottomfunction .share2 {
    width: auto;
  }
}
.bottomfunction .share2 span {
  float: left;
  margin: 8px 10px 0 -50px;
}
@media (max-width: 350px) {
  .bottomfunction .share2 span {
    margin: 3px 10px 0 -50px;
  }
}
.bottomfunction .share2 ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.bottomfunction .share2 ul li {
  margin: 0 5px 5px 0;
  float: left;
}
.bottomfunction .share2 ul li a {
  display: block;
  background-color: #999;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.bottomfunction .share2 ul li a.fb {
  background-color: #1877f2;
}
.bottomfunction .share2 ul li a.google {
  background-color: #d45141;
}
.bottomfunction .share2 ul li a.twitter {
  background-color: #0e9fdb;
}
.bottomfunction .share2 ul li a.line {
  background-color: #2bab38;
}
.bottomfunction .share2 ul li a.forward {
  background-color: #87cd27;
}
.bottomfunction .share2 ul li a.print {
  background-color: #5c64b5;
}
.bottomfunction .share2 ul li a:focus {
  box-shadow: 0 0px 0px 2px #f07340 !important;
}
.bottomfunction .share2 ul li img {
  width: 30px;
  height: 30px;
}
.bottomfunction .data {
  float: right;
  margin: 8px 0 0;
}
@media screen and (max-width: 991px) {
  .bottomfunction .data {
    clear: both;
    float: none;
  }
}
.bottomfunction .data ul {
  margin: 0;
  padding: 0;
}
.bottomfunction .data ul li {
  margin: 0 15px 5px 0;
  display: inline-block;
  border-right: 1px solid #999;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 575px) {
  .bottomfunction .data ul li {
    display: block;
    border: none;
    margin: 0 0 7px 0;
    background-image: url(../images/link_icon01.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding: 0 0 0 15px;
  }
}
.bottomfunction .data ul li a {
  color: #333;
  text-decoration: none;
}
.bottomfunction .data ul li a:hover {
  color: #c00;
  text-decoration: underline;
}
.bottomfunction .data ul li:last-child {
  border-right: none;
  margin: 0;
}

.demosection {
  padding: 0;
  text-align: center;
  position: relative;
}

.mpSlider {
  width: 100%;
  padding-bottom: 3em;
}
.mpSlider {
  position: relative;
  min-height: 1px;
  padding-left: calc(0 / 2);
  padding-right: calc(0 / 2);
  box-sizing: border-box;
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 40%;
}
.mpSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.adSlider_block {
  padding: 70px 0;
}
.adSlider_block .container {
  porsition: relative;
}

.slickControlBox {
  position: absolute;
  left: 20px;
  top: -50px;
  z-index: 9;
  display: flex;
  gap: 5px;
}
.slickControlBox button {
  background: #666;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  aspect-ratio: 1;
  font-size: 1em;
  margin: 0;
  border: none;
  width: 40px;
  height: 40px;
  min-width: auto;
  white-space: nowrap;
}
.slickControlBox button span:first-child {
  font-size: 0;
}
.slickControlBox button span:first-child:before {
  content: "";
  width: 4px;
  height: 12px;
  top: 16px;
  left: 16px;
  background-color: #fff;
  box-shadow: #fff 8px 0px 0px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.slickControlBox button span:last-child {
  font-size: 0;
}
.slickControlBox button span:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.slickControlBox button span:last-child {
  display: none;
}
.slickControlBox button.stop {
  background: #037bbf;
  color: #000;
}
.slickControlBox button.stop span:first-child {
  display: none;
}
.slickControlBox button.stop span:last-child {
  display: block;
}

.adSlider {
  margin: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
    box-sizing: border-box;
  }
}
.adSlider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center center;
  background-size: 80%;
  left: 15px;
}
.adSlider .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center center;
  background-size: 80%;
  right: 15px;
}
.adSlider .img-container {
  width: 240px;
  height: 66px;
  margin: 0px;
}
.adSlider .img-container a {
  display: block;
  text-align: center;
}
.adSlider .img-container a img {
  margin: 0 auto;
}
.adSlider .img-container a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #ffc000;
  display: none;
}
.adSlider .img-container a:focus:before {
  display: block;
}
.adSlider .slick-dots {
  bottom: -50px !important;
}
.adSlider .slick-dots li {
  margin: 0 3px;
}
.adSlider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.adSlider .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.adSlider .slick-dots li button:before {
  background-color: #e2e2e2;
  opacity: 1;
}
.adSlider .slick-dots li.slick-active button:before {
  background-color: #037bbf;
}
.adSlider .slick-dots li button:focus:before {
  box-shadow: 0 0 0 2px #fcc211;
}

.Imagebanner_block {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  margin-bottom: 30px;
}
.Imagebanner_block:before {
  content: "";
  width: 100%;
  height: 253px;
  background-image: url("../images/banner_bg01.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  position: absolute;
  bottom: -190px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Imagebanner_block:before {
    display: none;
  }
}
.Imagebanner_block .accesskey {
  position: absolute;
  top: 180px;
  color: #fff;
}
.Imagebanner_block .Imagebanner_slider .img-container {
  width: 100%;
  height: 632px;
}
@media screen and (max-width: 991px) {
  .Imagebanner_block .Imagebanner_slider .img-container {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .Imagebanner_block .Imagebanner_slider .img-container {
    height: 280px;
  }
}
.Imagebanner_block .Imagebanner_slider .img-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .Imagebanner_block .Imagebanner_slider .img-container img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .Imagebanner_block .Imagebanner_slider .img-container {
    height: auto;
    width: 100%;
  }
}
.Imagebanner_block .Imagebanner_slider .img-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.Imagebanner_block .Imagebanner_slider .img-container a img {
  width: 100%;
  height: 100%;
}
.Imagebanner_block .Imagebanner_slider .img-container a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid #ffc000;
  display: none;
}
.Imagebanner_block .Imagebanner_slider .img-container a:focus:before {
  display: block;
  box-shadow: none;
}
.Imagebanner_block .slick-dots {
  bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .Imagebanner_block .slick-dots {
    bottom: 10px !important;
  }
}
.Imagebanner_block .slick-dots li {
  margin: 0 3px;
}
.Imagebanner_block .slick-dots li button {
  width: 10px;
  height: 10px;
}
.Imagebanner_block .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.Imagebanner_block .slick-dots li button:before {
  background-color: #fff;
  opacity: 1;
}
.Imagebanner_block .slick-dots li.slick-active button:before {
  background-color: #037bbf;
}
.Imagebanner_block .slick-dots li button:focus:before {
  box-shadow: 0 0 0 2px #fcc211;
}
.Imagebanner_block .slick-prev,
.Imagebanner_block .slick-next {
  width: 50px !important;
  height: 50px !important;
  background: url("../vendor/slick/icon_arrow_left2.png") center center no-repeat RGBA(255, 255, 255, 1);
  background-size: 50px 50px;
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .Imagebanner_block .slick-prev,
  .Imagebanner_block .slick-next {
    bottom: auto;
    top: 50%;
    left: 10px;
    width: 40px !important;
    height: 40px !important;
  }
}
.Imagebanner_block .slick-next {
  background: url("../vendor/slick/icon_arrow_right2.png") center center no-repeat RGBA(255, 255, 255, 1);
  background-size: 50px 50px;
  right: auto;
  left: 85px;
}
@media screen and (max-width: 767px) {
  .Imagebanner_block .slick-next {
    left: auto;
    right: 10px;
  }
}
.Imagebanner_block .slick-prev:hover,
.Imagebanner_block .slick-prev:focus {
  color: transparent;
  border: none;
  background: url("../vendor/slick/icon_arrow_left2.png") center center no-repeat RGBA(211, 211, 211, 1);
  box-shadow: none;
}
.Imagebanner_block .slick-next:hover,
.Imagebanner_block .slick-next:focus {
  color: transparent;
  border: none;
  background: url("../vendor/slick/icon_arrow_right2.png") center center no-repeat RGBA(211, 211, 211, 1);
  box-shadow: none;
}

.news {
  text-align: left;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .news {
    text-align: center;
  }
}
.news h2 {
  background-color: #108803;
  color: #fff;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 6px 30px;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.news h2:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #108803;
  position: absolute;
  left: -17px;
  top: 50%;
}
.news h2:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.news .news_list {
  margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
  .news .news_list {
    text-align: left;
  }
}
.news .news_list ul {
  margin: 0;
  padding: 0;
}
.news .news_list ul li {
  list-style-type: none;
}
.news .news_list ul li a {
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .news_list ul li a span {
  margin-right: 20px;
}
.news .news_list ul li a span.area {
  color: #108803;
  font-weight: 700;
}
.news .news_list ul li a span.date {
  color: #333;
}

.linkblock {
  text-align: left;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .linkblock {
    padding-top: 20px;
  }
}
.linkblock ul {
  margin: 0 20px;
  padding: 0;
  list-style-type: none;
}
.linkblock ul li {
  margin: 0 0 20px;
}
.linkblock ul li a {
  padding: 0px 30px 0px;
  border-radius: 5px;
  display: block;
  color: #fff;
  background-color: #108803;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  height: 90px;
  line-height: 1.3em;
  transition: 0.5s;
  letter-spacing: 0.05em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.linkblock ul li a img {
  vertical-align: middle;
  margin-right: 20px;
}
.linkblock ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: rgb(7.1942446043, 61.1510791367, 1.3489208633);
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.linkblock ul li a:hover:before, .linkblock ul li a:focus:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
.linkblock ul li:nth-child(2) a {
  background-color: #ce4b04;
}
.linkblock ul li:nth-child(2) a:before {
  border-color: rgb(130.9571428571, 47.6785714286, 2.5428571429);
}
.linkblock ul li:nth-child(3) a {
  background-color: #037bbf;
}
.linkblock ul li:nth-child(3) a:before {
  border-color: rgb(1.8170103093, 74.4974226804, 115.6829896907);
}

.related_resources_block {
  padding: 0;
}
.related_resources_block h2 {
  text-align: cetner;
  color: #333;
  margin-bottom: 40px;
  font-size: 1.625em;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.related_resources {
  background-color: #f6f7fa;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin: 0px 20px 30px;
  border: 1px solid #e6eae8;
  box-shadow: 0 0 0px #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .related_resources {
    flex-wrap: wrap;
  }
}
.related_resources .resources_title {
  width: 20%;
  background-color: #037bbf;
  text-align: center;
  font-size: 1.625em;
  padding: 25px 15px 25px;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.related_resources .resources_title span img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .related_resources .resources_title {
    width: 100%;
    display: block;
    align-self: auto;
    text-align: left;
    padding: 15px 25px 15px;
  }
  .related_resources .resources_title span img {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
}
.related_resources .related_link {
  width: 50%;
  padding: 70px 25px 35px;
}
@media screen and (max-width: 767px) {
  .related_resources .related_link {
    width: 60%;
    padding: 70px 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .related_resources .related_link {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}
.related_resources .related_link ul {
  margin: 10px;
  padding: 0;
}
.related_resources .related_link ul li {
  display: inline-block;
  position: relative;
  color: #037bbf;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.8em;
}
.related_resources .related_link ul li:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 10px;
  width: 1px;
  height: 15px;
  background-color: #037bbf;
  transform: skewX(-45deg);
}
.related_resources .related_link ul li a {
  display: block;
  color: rgb(2.6056701031, 106.8324742268, 165.8943298969);
  padding: 0 10px;
}
.related_resources .related_link ul li a:hover {
  color: rgb(190.9914285714, 69.5357142857, 3.7085714286);
}
.related_resources .related_link ul li:last-child:before {
  display: none;
}
.related_resources .bulletin {
  padding: 35px 15px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .related_resources .bulletin {
    width: 40%;
  }
}
@media screen and (max-width: 575px) {
  .related_resources .bulletin {
    width: 100%;
    padding: 15px 35px;
  }
}
.related_resources .bulletin .title {
  background-color: #ce4b04;
  color: #fff;
  padding: 4px 25px;
  margin-bottom: 15px;
  display: block;
  font-size: 1.125em;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.related_resources .bulletin ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.125em;
}
.related_resources .bulletin ul li {
  margin: 0 0 6px;
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1.7em;
}
.related_resources .bulletin ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  left: 0;
  top: 12px;
  background-color: #333;
}
.related_resources .bulletin ul li a {
  color: rgb(190.9914285714, 69.5357142857, 3.7085714286);
}
.related_resources .bulletin ul li a:hover {
  text-decoration: underline;
}
.related_resources .bulletin ul li em {
  font-weight: 800;
  font-style: normal;
}

.photo_block {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .photo_block {
    height: auto;
    margin-bottom: 50px;
  }
}
.photo_block h2 {
  text-align: cetner;
  color: #333;
  margin-bottom: 40px;
  font-size: 1.625em;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.photo_block .slickControlBox {
  top: 10px;
  left: 0;
}
.photo_block .photo_slider {
  background-color: #e5e5e5;
  color: #333;
  margin-bottom: 20px;
}
.photo_block .photo_slider .photo_content {
  position: relative;
  padding: 15px 40px;
  box-sizing: border-box;
}
.photo_block .photo_slider .photo_content .moviebtn {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -24px;
  z-index: 9;
}
.photo_block .photo_slider .photo_content .moviebtn img {
  width: 48px;
}
.photo_block .photo_slider .photo_content .image {
  position: relative;
  margin: 0 auto;
  z-index: 8;
  width: 100;
  background-color: #333;
}
.photo_block .photo_slider .photo_content .image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 260px;
}
@media screen and (max-width: 767px) {
  .photo_block .photo_slider .photo_content .image img {
    height: auto;
  }
}
.photo_block .photo_slider .photo_content p {
  padding: 15px 15px 0;
  text-align: left;
  margin: 0;
  overflow: hidden;
  font-size: 1.125em;
  box-sizing: border-box;
  height: 80px;
  overflow: hidden;
  color: #333;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .photo_block .photo_slider .photo_content p {
    height: auto;
  }
}
.photo_block .photo_slider .photo_content a {
  display: block;
  text-align: center;
}
.photo_block .photo_slider .photo_content a img {
  margin: 0 auto;
}
.photo_block .photo_slider .photo_content a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid #ffc000;
  display: none;
}
.photo_block .photo_slider .photo_content a:focus {
  padding: 5px;
  box-shadow: none;
}
.photo_block .photo_slider .photo_content a:focus:before {
  display: block;
}
.photo_block .photo_slider .slick-next {
  background-image: url("../vendor/slick/icon_arrow_right_inverse.png");
  background-color: transparent;
  right: 8px;
  width: 30px !important;
  height: 48px !important;
  background-size: 30px 48px;
}
.photo_block .photo_slider .slick-prev {
  background-image: url("../vendor/slick/icon_arrow_left_inverse.png");
  background-color: transparent;
  left: 8px;
  width: 30px !important;
  height: 48px !important;
  background-size: 30px 48px;
}

.lp table td a {
  color: #222;
  text-decoration: none;
}
.lp table td a:hover, .lp table td a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.lp table td a {
  color: rgb(2.6056701031, 106.8324742268, 165.8943298969);
}
.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 #037bbf;
}
.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: #222;
}
.lp .list > ul > li > a:hover,
.lp .list ol > li > a:hover {
  color: #ce4b04;
}
.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;
}

.album {
  margin: 1em auto 30px;
}
.album ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.album ul li {
  position: relative;
  margin: 1%;
  display: block;
  padding: 0;
  float: left;
  width: 31.3333333333%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .album ul li {
    float: none;
    display: inline-block;
    width: 98%;
    margin: 1% auto;
  }
}
.album ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
.album ul li {
  overflow: visible;
}
.album ul li .thumbnail {
  width: 100%;
  max-width: 90%;
  margin: 0 auto 1em;
}
.album ul li a {
  border: 1px solid #ddd;
  transition: 0.5s;
  border-radius: 4px;
  background-clip: padding-box;
}
.album ul li a:hover {
  border: 1px solid #037bbf;
  box-shadow: 0px 0px 5px #999;
}
.album ul li .img-container {
  overflow: hidden;
}
.album ul li .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.album ul li .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.album ul li .caption {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.album ul li .caption .title {
  height: 3em;
  overflow: hidden;
  line-height: 1.5em;
  display: block;
  margin: 5px 0;
  font-size: 1.25em;
  font-weight: bolder;
}
.album ul li .caption time {
  color: #666;
  font-size: 0.938em;
  display: block;
  margin: 15px 0 10px;
  background-image: url("../images/icon_time.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

/*-----------------------------------------------topfunction*/
.topfunction {
  text-align: right;
  margin-top: -60px;
  /* padding-bottom: 20px; */
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topfunction {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.topfunction ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topfunction ul li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.topfunction ul li a {
  display: block;
  padding: 0px 0 0 25px;
}
.topfunction ul li a.rss {
  background-image: url(../images/icon_rss.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.topfunction ul li a.condition {
  background-image: url(../images/icon_condition.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  transition: 1s;
}

.condition_block {
  margin: 0;
  padding: 0;
}

.list01 {
  clear: both;
  margin: 0px 0 30px;
  float: none;
}
.list01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list01 ul li {
  margin: 0 0 10px 0;
  padding: 6px 0 12px 25px;
  border-bottom: 1px dotted #666;
  position: relative;
}
.list01 ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background-color: #666;
  left: 0;
  top: 12px;
}
.list01 ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  left: 2px;
  top: 15px;
  transform: rotate(45deg);
}
.list01 ul li a {
  color: #333;
}
.list01 ul li a:hover {
  color: #ce4b04;
}
.list01 ul li span {
  margin: 0 5px;
  color: #757575;
}
.list01 ul li span.number {
  width: 20px;
  margin: 0 15px 0 -35px;
  display: inline-block;
  color: #000;
  text-align: right;
  display: none;
}

/*-----------------------------listTb--*/
.listTb {
  clear: both;
  margin: 0 0 30px;
  padding: 0;
}
.listTb table {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.listTb table th {
  padding: 10px;
  color: #333;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-bottom-color: #ddd;
  text-align: center;
}
.listTb table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}
.listTb table td a {
  color: rgb(1.4226804124, 58.3298969072, 90.5773195876);
}
.listTb table td.date {
  white-space: nowrap;
}
.listTb table td span {
  margin: 0 5px;
  color: #999;
}
.listTb table .aCenter {
  text-align: center;
}
.listTb table .aRight {
  text-align: right;
}
.listTb table .map {
  margin: 0 10px 0 0;
}
.listTb table .map img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .listTb table {
    width: 100%;
  }
  .listTb table tr {
    margin: 0 0 20px 0;
    display: block;
  }
  .listTb table tr th {
    display: none;
  }
  .listTb table tr td {
    display: block;
    margin: -1px 0 0 0;
  }
  .listTb table tr td:before {
    content: attr(data-title) "：";
    display: inline-block;
    color: #666;
  }
  .listTb table tr td:empty {
    display: none;
  }
  .listTb table tr td.date {
    white-space: normal;
  }
  .listTb table .aCenter {
    text-align: left;
  }
  .listTb table .aRight {
    text-align: left;
  }
}
.np ul,
.np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0 0 30px;
  overflow: hidden;
}
.np li {
  display: block;
  width: 49%;
  margin: 0 1% 10px 0;
  float: left;
  box-sizing: border-box;
}
.np li:nth-child(even) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .np li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .np li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.np li a {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 1em 1em 1em 2em;
  display: block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #222;
  text-decoration: none;
}
.np li a:hover, .np li a:focus {
  color: #ce4b04;
  cursor: pointer;
}
.np li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
  display: none;
}
.np li a .num:after {
  content: ".";
  display: inline-block;
}
.np li a:hover, .np li a:focus {
  border: 1px solid #ce4b04;
}
.np li a:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background-color: #ce4b04;
  left: 12px;
  top: 21px;
}
.np li a:after {
  content: "";
  width: 3px;
  height: 3px;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  left: 14px;
  top: 25px;
  transform: rotate(45deg);
}

h1.title,
h2.title {
  line-height: 1.25em;
  margin: 0.4em 0 20px;
  font-size: 1.75em;
  padding: 0 0 18px;
  border-bottom: 3px solid #ce4b04;
}

/*---------------------- FontSize*/
.FontSize {
  font-size: 1.125em;
  float: right;
  margin-top: -10px;
}
.FontSize ul {
  margin: 0 0 15px;
  padding: 0;
}
.FontSize ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  color: #cccccc;
  vertical-align: middle;
}
.FontSize ul li a {
  font-weight: normal;
  color: #fff;
  display: block;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #037bbf;
}
.FontSize ul li a:hover, .FontSize ul li a:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}

.cp .category ul {
  line-height: 1.5em;
}

.cp article {
  clear: both;
  padding-bottom: 10px;
  float: none;
  overflow: hidden;
  line-height: 180%;
  margin: 0 0 70px 0;
}
.cp article p {
  line-height: 180%;
  margin: 0 0 20px 0;
}
.cp article h2,
.cp article h3,
.cp article h4,
.cp article h5,
.cp article h6 {
  margin: 0.5em 0;
}
.cp article h2 {
  font-size: 1.5em;
  color: rgb(155.9714285714, 56.7857142857, 3.0285714286);
}
.cp article h3 {
  font-size: 1.438em;
  color: rgb(2.2113402062, 90.6649484536, 140.7886597938);
  margin-left: 0px;
}
.cp article h4 {
  font-size: 1.23em;
  color: rgb(1.4226804124, 58.3298969072, 90.5773195876);
  margin-left: 0px;
}
.cp article h5 {
  font-size: 1.15em;
  color: rgb(0.6340206186, 25.9948453608, 40.3659793814);
}
.cp article h6 {
  font-size: 1.08em;
  color: hsl(201.7021276596, 96.9072164948%, -1.9607843137%);
}
.cp article h2 + h3,
.cp article h3 + h4,
.cp article h4 + h5,
.cp article h5 + h6 {
  margin-top: 0;
}
.cp article a {
  color: #037bbf;
  text-decoration: underline;
}
.cp article a:hover {
  color: #ce4b04;
  text-decoration: underline;
}
.cp article ul {
  margin: 0 0 20px 0px;
  padding: 0 20px;
  overflow: hidden;
}
.cp article ul li {
  margin: 0 0 5px;
}
.cp article .text-left {
  text-align: left;
}
.cp article .text-center {
  text-align: center;
}
.cp article .text-right {
  text-align: right;
}
.cp article .fastbtn_blcok {
  position: fixed;
  right: -210px;
  top: 200px;
  z-index: 999;
  transition: 0.5s;
}
.cp article .fastbtn_blcok.openclose {
  right: 0;
}
.cp article .fastbtn_blcok .index_btn {
  background-color: #fff;
  padding: 17px 10px 10px 13px;
  float: left;
  border-radius: 5px 0 0 5px;
  margin-top: 64px;
  font-weight: 500;
  font-size: 1.063em;
  line-height: 1.5em;
  position: relative;
  width: 40px;
  height: 80px;
  z-index: 5;
  cursor: pointer;
  background: #ddd;
  background: -webkit-linear-gradient(left, #ddd, #fff);
  background: linear-gradient(to right, #ddd, #fff);
  box-sizing: border-box;
}
.cp article .fastbtn_blcok .index_btn:before {
  content: "";
  width: 40px;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 3px #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.cp article .fastbtn_blcok .index_btn:after {
  content: "";
  width: 10px;
  height: 80px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: -6px;
  top: 1px;
  z-index: 6;
}
.cp article .fastbtn_blcok ul {
  float: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px 0 0 5px;
  margin: 0 !important;
  padding: 10px 0 !important;
  position: relative;
  z-index: 4;
  width: 208px;
  line-height: 1.7em;
}
.cp article .fastbtn_blcok ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.cp article .fastbtn_blcok ul li a {
  padding: 8px 10px;
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.063em;
  padding-left: 45px;
  position: relative;
  transition: 0.2s;
  text-decoration: none;
  box-sizing: border-box;
}
.cp article .fastbtn_blcok ul li a:before {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  border: 4px solid #666;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 14px;
}
.cp article .fastbtn_blcok ul li a:hover {
  color: #f77810;
}
.cp article .fastbtn_blcok ul li a:hover:before {
  border: 4px solid #f77810;
}

.cp article .visionphoto {
  margin: 0 auto 20px;
  width: 791px;
}
@media (max-width: 767px) {
  .cp article .visionphoto {
    width: auto;
  }
}
.cp article .visionphoto img {
  width: 791px;
}
@media (max-width: 767px) {
  .cp article .visionphoto img {
    width: 100%;
  }
}

.cp article ul.cplist01 {
  margin: 0px 0;
  padding: 0px;
  list-style: none;
}
.cp article ul.cplist01 li {
  margin: 0 0 30px;
}
.cp article ul.cplist01 li span.title {
  color: #ce4b04;
  display: block;
  margin: 0 0 10px;
}

.cp article .info {
  margin: 0px 0 5px;
  padding: 0 0 10px;
  clear: both;
  float: none;
}
.cp article .info li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.cp article .info li span {
  color: #333;
  margin: 0 5px;
}

/*---------------------文章內主圖 */
.cp article figure {
  margin: 0 0 20px;
}
.cp article figure.image_right {
  float: right;
  margin: 0px 0px 20px 30px;
  width: 400px;
  letter-spacing: 0;
  border-radius: 5px;
  background-color: #eee;
}
.cp article figure.image_right a {
  display: block;
}
.cp article figure.image_right a:focus {
  border: 2px solid #fcc211;
}
.cp article figure.image_right figcaption {
  margin: 10px 0;
  line-height: 140%;
  width: auto;
  max-width: 400px;
  padding: 8px 15px;
  color: #333;
}
.cp article figure.image_left {
  float: left;
  margin: 0px 30px 0px 0px;
  padding: 0;
  width: 400px;
  letter-spacing: 0;
  background-color: #eee;
}
.cp article figure.image_left a {
  display: block;
}
.cp article figure.image_left a:focus {
  border: 2px solid #fcc211;
}
.cp article figure.image_left figcaption {
  margin: 10px 0;
  line-height: 140%;
  width: auto;
  padding: 8px 15px;
  max-width: 400px;
  color: #333;
}
.cp article figure.image_right img, .cp article figure.image_left img {
  display: block;
  width: 400px;
  transition: 0.3s ease-out;
}
.cp article figure.image_right img:hover, .cp article figure.image_left img:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 767px) {
  .cp article figure img {
    width: 100%;
  }
  .cp article figure.image_right, .cp article figure.image_left {
    width: 100%;
    letter-spacing: 0;
    float: none;
    margin: 0px 0px 20px 0;
  }
  .cp article figure.image_right img, .cp article figure.image_left img {
    width: 100%;
  }
  .cp article figure.image_right figcaption, .cp article figure.image_left figcaption {
    max-width: 100%;
  }
}
/*--------------------------------------------cpTb*/
.cpTb table {
  border-collapse: collapse;
  width: 100%;
  clear: both;
  margin: 0 0 20px;
  color: #313131;
  background-color: #fff;
}
.cpTb table caption {
  display: none;
}
.cpTb table th {
  background-color: #434343 !important;
  color: #fff;
  text-align: right;
  padding: 1.25em 1.2em !important;
  border: 1px solid #ccc;
  white-space: nowrap;
  font-weight: normal;
  width: 20%;
}
.cpTb table td {
  color: #313131;
  border: 1px solid #ccc;
  padding: 1.25em 1.2em !important;
  position: relative;
  word-break: break-all;
}
.cpTb table td ul {
  margin: 0 0 0 40px;
  padding: 0;
  overflow: visible;
}
.cpTb table td ul li {
  margin: 0 0 10px 0;
  list-style-type: disc;
}
.cpTb table input {
  vertical-align: middle;
  margin: 0 0px 0 0;
  font-size: 100%;
}

@media only screen and (max-width: 480px) {
  .cpTb table,
  .cpTb thead,
  .cpTb tbody,
  .cpTb th,
  .cpTb td,
  .cpTb tr {
    display: block;
  }
  .cpTb table {
    border: none;
  }
  .cpTb table th {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 7px;
    color: #fff;
    box-sizing: border-box;
  }
  .cpTb table tr {
    border-bottom: none;
    margin: 0;
  }
  .cpTb table td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 2%;
    word-break: break-all;
  }
  .cpTb table td .text,
  .cpTb table td textarea {
    width: 100%;
  }
}
/* ---------------------video */
.video {
  width: 640px;
}
@media (max-width: 767px) {
  .video {
    width: 100%;
  }
}

/*----------------附件下載*/
.download {
  clear: both;
}

/*------------------table*/
.cp article table {
  margin: 0 auto 2em;
  width: 100%;
  line-height: 150%;
  border-collapse: collapse;
  background-color: #fff;
}
.cp article table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1em;
  padding: 5px 10px 4px;
  display: none;
}
.cp article table th,
.cp article table td {
  vertical-align: top;
  padding: 10px 7px;
  border: #1a1a1a 1px solid;
  white-space: normal;
}
.cp article table th p,
.cp article table td p {
  margin: 0;
}
.cp article table th {
  background-color: #434343;
}
.cp article table.noBorder {
  width: auto;
  margin: 0 0 1em;
  background-color: transparent;
}
.cp article table.noBorder th,
.cp article table.noBorder td {
  border: none;
  padding: 10px 7px;
}
.cp article table.noBorder th {
  background-color: #434343;
}
.cp article table.noBorder th[scope=row] {
  text-align: right;
  vertical-align: top;
  width: 15%;
}
.cp article table.noBorder th[scope=col] {
  text-align: center;
  vertical-align: middle;
}
.cp article table.noBorder td a {
  color: #333;
}

/* ------------gmap */
.cp article .gmap {
  clear: both;
  margin: 15px auto;
  padding: 0;
  border: 1px solid #ccc;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.cp article .gmap iframe {
  width: 100%;
  height: 400px;
}

/*------------------------相關照片*/
.photolist {
  margin: 0;
  padding: 0;
  clear: both;
}
.photolist figure a {
  display: block;
}
.photolist figure a:focus {
  box-shadow: 0 0 0 2px #fcc211;
}
.photolist figure div {
  overflow: hidden;
  background: #e8e8e8;
  position: relative;
  border: 1px solid #ddd;
}
.photolist figure div:after {
  padding-top: 65%;
  content: "";
  display: block;
}
.photolist figure div img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.3s ease-out;
}
.photolist figure div img:hover {
  opacity: 1;
  transform: scale(1.05, 1.05);
}
.photolist figure figcaption {
  margin: 10px 0;
  line-height: 140%;
  width: auto;
  color: #333;
  font-size: 1em;
  height: 45px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .photolist figure {
    height: auto;
  }
  .photolist .row {
    padding-left: 0px;
    padding-right: 0;
  }
  .photolist figure div:after {
    padding-top: 67%;
  }
  .photolist figure figcaption {
    height: inherit;
    overflow: inherit;
  }
}
#ContentPage p img,
#ContentPage article img,
#ContentPage p iframe {
  max-width: 100% !important;
}

.fp {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em;
}

.qp {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em 0;
}

blockquote {
  clear: both;
  background-color: rgb(252.7828571429, 180.1714285714, 140.8171428571);
  padding: 15px 20px;
  margin: 0 0 20px;
  line-height: 1.8em;
  border-radius: 5px;
  background-clip: padding-box;
}

.necessary {
  font-weight: 800;
  font-size: 1.5em;
  vertical-align: bottom;
}

/* sitemap */
.sitemap {
  margin: 0px auto 1em;
}
.sitemap p kbd {
  border: 1px solid #aaa;
  background: transparent;
  color: #222;
  padding: 0 0.3em;
  margin: 0 0.2em 0.1em;
}
.sitemap p kbd kbd {
  border: none;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #eee;
  border-radius: 6px;
  background-clip: padding-box;
}
.sitemap .accesskeyDefine li {
  margin-bottom: 0.2em;
}

.cascading ul {
  list-style: none;
  margin: 30px 0;
  padding: 20px 0px 10px;
}
.cascading ul a {
  text-decoration: none;
  color: #333;
}
.cascading ul a:hover {
  text-decoration: underline;
  color: #ce4b04;
}
.cascading ul li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  line-height: 125%;
}
.cascading ul li ul {
  list-style: none;
  padding: 0;
  margin: 0.4em 0 0.8em 1.2em;
  *margin-left: 3.2em;
}
.cascading ul li ul li a {
  margin: 0 0 0.6em;
  padding: 0 0 5px 0px;
  font-size: 1.063em;
  color: #25abd5;
  font-weight: normal;
  text-align: left;
  background-image: none;
  border-bottom: none;
  color: #333;
}
.cascading ul li ul li ul {
  *margin-left: 3em;
}
.cascading ul li ul li ul li {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
.cascading ul li ul li ul li a {
  padding-left: 2.5em;
  text-indent: -2.5em;
  display: block;
  border-bottom: 0;
  font-size: 1.125em;
  color: #333;
}
.cascading ul > li {
  width: 100%;
  vertical-align: top;
  margin: 0 5px 15px 0px;
  padding: 10px 10px 15px 0px;
  *width: auto;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cascading ul > li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ce4b04;
}
.cascading ul > li a {
  font-size: 1.375em;
  color: #ce4b04;
  font-weight: bolder;
  padding-left: 20px;
}
.cascading ul > li ul {
  margin: 20px 0 0px 5px;
}
.cascading ul > li ul li {
  display: inline-block;
  width: 28%;
  margin: 0 10px 20px 15px;
  height: auto;
  vertical-align: top;
  line-height: 1.4em;
  border-bottom: none;
}
@media (max-width: 991px) {
  .cascading ul > li ul li {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cascading ul > li ul li {
    width: 43%;
  }
}
@media (max-width: 480px) {
  .cascading ul > li ul li {
    width: 100%;
  }
}
.cascading ul > li ul li:before {
  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 1px #ce4b04 inset;
}

.slick-prev,
.slick-next {
  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 1px #ce4b04 inset;
}

.mpSlider {
  width: 100%;
  padding-bottom: 3em;
}
.mpSlider {
  position: relative;
  min-height: 1px;
  padding-left: calc(0 / 2);
  padding-right: calc(0 / 2);
  box-sizing: border-box;
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 40%;
}
.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: 60%;
  }
  .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 .slick-prev {
    top: 35%;
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .mpSlider .slick-next {
    top: 35%;
    right: 2%;
  }
}

.adSlider {
  position: relative;
  min-height: 1px;
  padding-left: calc(70px / 2);
  padding-right: calc(70px / 2);
  box-sizing: border-box;
}
.adSlider {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
    box-sizing: border-box;
  }
}
.adSlider .slick-prev {
  left: -15px;
  top: 50%;
}
.adSlider .slick-next {
  right: -15px;
  top: 50%;
}
.adSlider .img-container {
  width: 165px;
  height: 55px;
  margin: 0px 15px;
}
.adSlider .img-container a {
  display: block;
}
.adSlider .img-container a img {
  margin: 0 auto;
  object-fit: contain;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  border: none !important;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #f61100;
  box-shadow: 0px 0px 0px 1px #f61100;
}
.slick-dots li button:before {
  background: #666;
}
.slick-dots li.slick-active button:before {
  background: #ce4b04;
}
.slick-dots li.slick-active button:hover:before, .slick-dots li.slick-active button:focus:before {
  opacity: 0.9;
  color: black;
  background: #f61100;
}

.lightbox_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #037bbf;
}
.lightbox_slider {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider .cp_slider {
  position: relative;
  min-height: 1px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  box-sizing: border-box;
}
.lightbox_slider .img-container {
  margin: 0px 15px;
  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 {
  overflow: hidden;
}
.lightbox_slider .img-container img {
  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;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  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 #037bbf;
}
.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: #037bbf;
  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;
  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;
}
.Syncing_slider .Slider-nav .img-container p {
  display: none;
}
.Syncing_slider .Slider-nav {
  /*正在動作的縮圖*/
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .Slider-nav {
  position: relative;
}
.Syncing_slider .slick-dots {
  display: none !important;
}

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

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #037bbf;
  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: #037bbf;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #ce4b04;
}
.no-js .mpSlider .img-container {
  display: none;
}
.no-js .mpSlider .img-container img {
  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 {
  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 {
  object-fit: cover;
}
.no-js img.lazy {
  display: none;
}
.no-js img.lazy + noscript img {
  display: block;
  object-fit: cover;
}

@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;
  }
  .container {
    position: relative;
    min-height: 1px;
    padding-left: calc(0 / 2);
    padding-right: calc(0 / 2);
    box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: calc(0 / 2);
    padding-right: calc(0 / 2);
    box-sizing: border-box;
  }
  .innerpage {
    margin-top: 0 !important;
  }
  .main,
  .content {
    position: relative;
    min-height: 1px;
    padding-left: calc(0 / 2);
    padding-right: calc(0 / 2);
    box-sizing: border-box;
  }
  .main,
  .content {
    width: 100% !important;
    max-width: 100%;
    box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .main,
  .content {
    padding-top: 0px !important;
  }
  .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=hyui.css.map */
