@charset "UTF-8";
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;
}

.Syncing_slider, .slick-lightbox-slick-caption, .sitemap, .traffic_block, .status, .choose_location, .web_link, .cp .info, .btn_grp, section.section h2, section.section, div.tag, .category, .pagination, div.function, .fatfooter, footer, .search.m_search .keywordHot, .header .navigation, .header, .tabSet, .divider, .divider-vertical, .container, .row {
  clear: both;
  zoom: 1;
}
.Syncing_slider:before, .slick-lightbox-slick-caption:before, .sitemap:before, .traffic_block:before, .status:before, .choose_location:before, .web_link:before, .cp .info:before, .btn_grp:before, section.section h2:before, section.section:before, div.tag:before, .category:before, .pagination:before, div.function:before, .fatfooter:before, footer:before, .search.m_search .keywordHot:before, .header .navigation:before, .header:before, .tabSet:before, .divider:before, .divider-vertical:before, .container:before, .row:before, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .sitemap:after, .traffic_block:after, .status:after, .choose_location:after, .web_link:after, .cp .info:after, .btn_grp:after, section.section h2:after, section.section:after, div.tag:after, .category:after, .pagination:after, div.function:after, .fatfooter:after, footer:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, .tabSet:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  content: "";
  display: table;
}
.Syncing_slider:after, .slick-lightbox-slick-caption:after, .sitemap:after, .traffic_block:after, .status:after, .choose_location:after, .web_link:after, .cp .info:after, .btn_grp:after, section.section h2:after, section.section:after, div.tag:after, .category:after, .pagination:after, div.function:after, .fatfooter:after, footer:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, .tabSet:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  clear: both;
}

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

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

.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.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: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #666 transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #502F4C;
  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: #AA5AC5;
  text-decoration: none;
}
a:hover, a:focus {
  color: #bd80d2;
  cursor: pointer;
}

.demosection {
  padding: 0em 0 3em;
  text-align: center;
}
.demosection [class^=col] {
  border: 1px solid #1b619d;
  background: #6bade6;
  min-height: 200px;
  color: #888888;
  text-align: center;
  line-height: 200px;
  font-size: 1.5em;
  font-weight: bold;
  box-sizing: border-box;
}
.demosection + .demosection {
  padding-top: 2em;
}
.demosection + .bg {
  background: #bd8eb7;
}
.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-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: 66.6666666667%;
  }
}
@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: 33.3333333333%;
  }
}
@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 {
  border-bottom: 1px solid #EEE;
  padding: 0.1em 0em 0.1em;
  font-size: 0.813em;
  margin: 0px auto 5px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:first-child:before {
  content: "";
  display: inline-block;
  color: #666;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #222;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #bd80d2;
  cursor: pointer;
}

.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;
  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;
}
.btn_grp .btn {
  min-width: 5em;
  margin: 0.25em 0.1em;
  width: auto;
}

.upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn-purple, .btn-red, .btn-orange, .btn-yellow, .btn-blue, .btn-green, .btn {
  font-size: 1em;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  min-width: 4em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.25em 0.1em;
}

.btn {
  padding: 0.5em 2em !important;
  touch-action: manipulation;
  box-sizing: border-box;
  background: #ddd;
  border: 1px solid #c4c4c4;
  color: #222;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
  text-shadow: RGBA(0, 0, 0, 0.3) 0px 0px 0px;
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7, #dadada);
  transition: 0.3s ease-out;
}
.btn:hover, .btn:focus {
  background: #c4c4c4;
  cursor: pointer;
  color: #fff;
}
.btn:focus {
  box-shadow: 0px 0px 0px 3px white;
  outline: none;
}
.btn.active {
  background: #eaeaea;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #222;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa, #cdcdcd);
}
.btn:focus {
  box-shadow: 0 0 0 2px #FCC211 inset;
}

.btn-green {
  background: #36aaa0;
  border: 1px solid #2a837c;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
.btn-green:hover, .btn-green:focus {
  background: #2a837c;
  cursor: pointer;
  color: #fff;
}
.btn-green:focus {
  box-shadow: 0px 0px 0px 3px #87d9d2;
  outline: none;
}
.btn-green.active {
  background: #3cbdb2;
  cursor: pointer;
}

.btn-blue {
  background: #1b619d;
  border: 1px solid #144671;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
.btn-blue:hover, .btn-blue:focus {
  background: #144671;
  cursor: pointer;
  color: #fff;
}
.btn-blue:focus {
  box-shadow: 0px 0px 0px 3px #56a1e2;
  outline: none;
}
.btn-blue.active {
  background: #1f6eb3;
  cursor: pointer;
}

.btn-yellow {
  background: #FCC211;
  border: 1px solid #d7a303;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: #d7a303;
  cursor: pointer;
  color: #fff;
}
.btn-yellow:focus {
  box-shadow: 0px 0px 0px 3px #fee28f;
  outline: none;
}
.btn-yellow.active {
  background: #fcc82a;
  cursor: pointer;
}

.btn-orange {
  background: #CA4B00;
  border: 1px solid #973800;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
.btn-orange:hover, .btn-orange:focus {
  background: #973800;
  cursor: pointer;
  color: #fff;
}
.btn-orange:focus {
  box-shadow: 0px 0px 0px 3px #ff8e4b;
  outline: none;
}
.btn-orange.active {
  background: #e45400;
  cursor: pointer;
}

.btn-red {
  background: #FF3E4D;
  border: 1px solid #ff0b1e;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
.btn-red:hover, .btn-red:focus {
  background: #ff0b1e;
  cursor: pointer;
  color: #fff;
}
.btn-red:focus {
  box-shadow: 0px 0px 0px 3px #ffbec3;
  outline: none;
}
.btn-red.active {
  background: #ff5865;
  cursor: pointer;
}

.btn-purple {
  background: #AA5AC5;
  border: 1px solid #923daf;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
.btn-purple:hover, .btn-purple:focus {
  background: #923daf;
  cursor: pointer;
  color: #fff;
}
.btn-purple:focus {
  box-shadow: 0px 0px 0px 3px #dbb8e6;
  outline: none;
}
.btn-purple.active {
  background: #b46dcc;
  cursor: pointer;
}

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

/*for IE */
.imgOuter {
  position: relative;
}

.img-container {
  width: 100%;
  position: relative;
  background: #F2F2F2;
}
.img-container a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  line-height: 3em;
  background: rgba(0, 0, 0, 0.65);
  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 {
    height: 2em;
    line-height: 2em;
    width: 100%;
    left: 0;
    padding: 0 1em;
  }
}
.img-container a:focus:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0px 0px 2px #bd80d2 inset;
}
.img-container img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tabs {
  position: relative;
}
.tabs > .tabItem {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
}
.tabs > .tabItem.active > a {
  background-color: #502F4C;
  color: #FFF;
}
@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: #502F4C;
}

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

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

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

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

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

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

@-webkit-keyframes arrow_left {
  from {
    left: -0.2em;
  }
  to {
    left: 0.3em;
  }
}

@keyframes arrow_left {
  from {
    left: -0.2em;
  }
  to {
    left: 0.3em;
  }
}
@-webkit-keyframes arrow_right {
  from {
    right: -0.2em;
  }
  to {
    right: 0.3em;
  }
}
@keyframes arrow_right {
  from {
    right: -0.2em;
  }
  to {
    right: 0.3em;
  }
}
select::-ms-expand {
  display: none;
}

.form_grid {
  margin: 0.5em;
}
.form_grid .form_grp {
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  padding: 0.5em 0;
}
.form_grid .form_title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
.form_grid .form_content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}

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: 5px;
  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::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

button,
input[type=button] {
  background: #FF3E4D;
  border: 1px solid #ff0b1e;
  color: #FFF;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus {
  background: #ff0b1e;
  cursor: pointer;
  color: #fff;
}
button:focus,
input[type=button]:focus {
  box-shadow: 0px 0px 0px 3px #ffbec3;
  outline: none;
}
button.active,
input[type=button].active {
  background: #ff5865;
  cursor: pointer;
}

input[type=submit] {
  background: #FF3E4D;
  border: 1px solid #ff0b1e;
  color: #FFF;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
}
input[type=submit]:hover, input[type=submit]:focus {
  background: #ff0b1e;
  cursor: pointer;
  color: #fff;
}
input[type=submit]:focus {
  box-shadow: 0px 0px 0px 3px #ffbec3;
  outline: none;
}
input[type=submit].active {
  background: #ff5865;
  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: 5px;
  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=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ffa4ab;
  box-shadow: 0px 0px 0px 2px #ffa4ab;
  outline: none;
}

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

input[type=reset] {
  background: #999999;
  border: 1px solid gray;
  color: #FFF;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
  text-shadow: none;
}
input[type=reset]:hover, input[type=reset]:focus {
  background: gray;
  cursor: pointer;
  color: #fff;
}
input[type=reset]:focus {
  box-shadow: 0px 0px 0px 3px #d9d9d9;
  outline: none;
}
input[type=reset].active {
  background: #a6a6a6;
  cursor: pointer;
}

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=radio]:checked {
  border-color: #FF3E4D;
  background-color: #FF3E4D;
  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: #FF3E4D 0 0 0 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

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

input[readonly],
input[disable] {
  background: #f2f2f2;
  color: #b3b3b3;
  border-color: #b3b3b3;
}
input[readonly] ~ label,
input[disable] ~ label {
  color: #b3b3b3;
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: #b3b3b3;
  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: #FF3E4D;
  border: 1px solid #ff0b1e;
  color: #FFF;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
  padding: 0.2em 1em !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  background: #ff0b1e;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn:focus {
  box-shadow: 0px 0px 0px 3px #ffbec3;
  outline: none;
}
.upload_grp .upload_btn.active {
  background: #ff5865;
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}

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

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

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

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

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

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

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

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #222;
  font-size: 1em;
  opacity: 0;
  width: 1.5em;
  height: 1.6em;
  text-align: center;
}
.accesskey:focus {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

a.more {
  display: block;
  min-width: 6em;
  max-width: 10em;
  text-align: center;
  height: 2.5em;
  margin: 2em auto 0.5em;
  line-height: 2.5;
  color: #555;
  border: 1px solid #777;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
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.5s ease-out;
}
a.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #AA5AC5;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
a.more:hover, a.more:focus, a.more.active {
  color: white;
  border: 1px solid #AA5AC5;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  transform: scaleX(1);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  right: 15px;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  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: 999998;
  text-indent: -999999px;
  border-radius: 50%;
}
.scrollToTop:hover {
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.75);
  box-shadow: none;
}
.scrollToTop:focus {
  background: url(../images/basic/top.png) no-repeat center top #ff6d18;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .scrollToTop.padding-bottom {
    bottom: 70px;
  }
}

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: relative;
  z-index: 99;
  background: transparent;
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background: #296f98;
  }
}
.header .font_size {
  display: block;
  position: absolute;
  right: 0;
  top: 0.45em;
  width: 15em;
  font-size: 0.813em;
}
@media screen and (max-width: 767px) {
  .header .font_size {
    display: none;
  }
}
.header .font_size span {
  color: #FFF;
}
.header .font_size ul li {
  width: 30px;
  height: 30px;
  margin: 0px 0.3em;
}
.header .font_size ul li a {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  background: RGBA(0, 0, 0, 0.75);
  color: #FFF;
}
.header .font_size ul li a:hover, .header .font_size ul li a:focus, .header .font_size ul li a.active {
  background: #FCC211 !important;
  color: #222 !important;
}
.header .font_size ul li a:after {
  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;
  z-index: 2;
  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;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .header > .container {
    height: 60px;
  }
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #FFF;
  width: 50%;
  height: 2px;
  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/basic/icon_search_ctrl.png) no-repeat center center;
  background-size: 28px;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header h1 {
  position: absolute;
  width: 380px;
  height: 90px;
  margin: 0;
  padding: 0;
  top: 0.5em;
  left: 0em;
  box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  max-width: 380px;
  max-height: 90px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 40px;
    width: 100%;
    text-align: center;
    height: 60px;
    margin: 0;
    position: relative;
    top: 0;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 54px;
    margin: 0px auto;
    transform: scale(1);
  }
}
.header .navigation {
  overflow: hidden;
  width: 100%;
  padding-right: 180px;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.header .navigation.have_language {
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .header .navigation {
    padding-right: 0;
  }
}
.header .navigation ul {
  float: right;
  padding: 0;
  margin: 0;
  font-size: 0.813em;
  list-style: none;
}
.header .navigation ul.left_nav {
  float: left;
  margin-left: 2em;
}
.header .navigation li {
  float: left;
  margin: 0 0.1em;
}
.header .navigation li a {
  display: inline-block;
  padding: 0.5em 1em 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
}
.header .navigation li a:hover, .header .navigation li a:focus {
  color: #FCC211;
}
.header .navigation li a:after {
  width: 1px;
  height: 1em;
  position: relative;
  top: 0.2em;
  border-left: 1px solid #DDD;
  transform: rotate(25deg);
  display: inline-block;
  content: "";
  margin-left: 1em;
}
.header .navigation .language {
  position: absolute;
  right: 15px;
  top: 0.35em;
  font-size: 0.75em;
}

.search {
  min-width: 30%;
  max-width: 50%;
  position: absolute;
  right: 0px;
  top: 2.6em;
  vertical-align: middle;
  padding: 0em 0.3em 0em;
  box-sizing: border-box;
}
.search span {
  font-size: 0.813em;
  color: #FFF;
  display: inline-block;
  margin-right: 0.5em;
}
.search label {
  font-size: 0em;
  height: 0;
  padding: 0;
  margin: 0;
}
.search .form_grp {
  margin-bottom: 0;
  float: left;
  margin-right: 0.3em;
  width: 70%;
}
.search .form_grp input {
  margin: -0.2em 0 0;
  padding: 0.3em 35px 0.3em 0.5em;
  box-shadow: none;
}
.search .form_grp input[type=text] {
  color: #FFF;
  margin-top: -2.1em;
  background: RGBA(0, 0, 0, 0.45);
  border: 1px solid RGBA(0, 0, 0, 0.45);
  box-shadow: none;
  outline: none !important;
}
.search .form_grp input[type=text]::-webkit-input-placeholder {
  color: #DDD !important;
}
.search .form_grp input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #DDD !important;
}
.search .form_grp input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #DDD !important;
}
.search .form_grp input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #DDD !important;
}
.search .form_grp input[type=text]:focus {
  box-shadow: 0px 0px 0px 3px #bd80d2;
  outline: none;
  border: none;
}
.search .form_grp input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 30px;
  background: url(../images/basic/icon_search_ctrl.png) no-repeat center center;
  background-size: 20px;
  border: none;
  display: block;
  opacity: 0.8;
  margin-top: -42px;
  margin-left: auto;
  margin-right: 0.2em;
  position: relative;
  z-index: 1;
}
.search .form_grp input[type=submit]:focus {
  opacity: 1;
  box-shadow: none !important;
  outline: 2px solid #bd80d2;
}
.search .btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
  float: right;
  width: 25%;
  clear: none;
}
.search .btn_grp input, .search .btn_grp input[type=submit] {
  margin: 0;
  padding: 0.4em 1em 0.4em !important;
  font-size: 0.813em;
  background: #033253;
  border: 1px solid #033253;
}
.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: #FFF;
  float: left;
}
.search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.search .keywordHot ul a {
  color: #FFF;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  color: #FCC211;
}
.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_ctrl.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: #bd80d2;
}

.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;
}
.header.fixed h1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background: #FFF;
  }
}
.header.fixed .menu > ul {
  padding-top: 0.3em;
}
.header.fixed .menu > ul > li > a {
  color: #FFF;
}
.header.fixed .menu > ul > li > a:before {
  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 {
  width: 100%;
  margin: 0px 0 0;
  padding: 0;
  text-align: right;
  clear: both;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
}
.menu ul a {
  color: #fff;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.8);
}
.menu ul ul {
  display: none;
  overflow: visible;
  width: 98%;
  background-color: #f1f2f3;
  position: absolute;
  top: auto;
  left: 1%;
  text-align: left;
  margin-top: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 8px 12px;
  padding: 1em 0.5em;
  z-index: 9999;
  border-radius: 4px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.menu ul ul ul {
  display: block;
}
.menu ul ul li {
  position: relative;
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin: 0 0px 15px 15px;
}
@media screen and (max-width: 991px) {
  .menu ul ul li {
    width: 30%;
  }
}
.menu ul ul li > a {
  padding: 8px 8px 8px 20px;
  color: #fff;
  background-color: #301c2d;
  display: block;
  text-shadow: none;
  text-align: left;
}
.menu ul ul li > a:before {
  display: none;
}
.menu ul ul li ul {
  display: block;
  overflow: visible;
  width: 100%;
  position: relative;
  top: auto;
  left: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.menu ul ul li ul li {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}
.menu ul ul li ul li a {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px #999 dotted;
  padding: 8px 8px 8px 30px;
  color: #666;
  font-size: 0.938em;
  background-color: #fff;
}
.menu ul ul li ul li a:hover {
  background-color: #ccc;
  color: #000;
}
.menu ul ul li ul li.more {
  text-align: center;
}
.menu ul ul li ul li.more a {
  background-image: none;
  text-align: center;
  background-color: #999;
  color: #fff;
  border: none;
  padding: 3px 0;
  width: 80px;
  border-radius: 50px;
  margin: 10px auto;
  font-size: 0.813em;
}
.menu ul ul li ul li.more a:focus {
  outline: 3px solid #FCC211;
}
.menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 18px;
  display: inline-block;
}
.menu > ul a {
  display: block;
  color: #333;
  transition: all 0.2s;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.menu > ul a:before {
  content: "";
  width: 2px;
  height: 1em;
  border-left: 1px solid #fff;
  transform: rotate(25deg);
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.menu > ul a:hover, .menu > ul a:focus {
  color: #fff;
  background-color: #b25cc1;
}
.menu > ul > li {
  margin: 0px 1px 0;
  padding: 0;
  float: left;
  font-size: 1.125em;
  min-width: 8em;
}
.menu > ul > li > a {
  color: #fff;
  padding: 7px 0.5em 7px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .menu > ul > li > a {
    padding: 5px 15px 5px;
  }
}
.menu > ul > li:hover > a {
  color: #fff;
  background-color: #b25cc1;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  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 {
  width: 280px;
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #502F4C;
  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:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #502F4C;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .m_area .menu {
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  position: relative;
  bottom: auto;
  background: #ccc;
  height: auto;
}
.sidebar .m_area .menu a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: 0.4s ease-out;
  text-shadow: none;
}
.sidebar .m_area .menu ul {
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.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;
  line-height: 1.5em;
  text-align: left;
  font-size: 1em;
  display: block;
}
.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%;
  margin: 0;
}
.sidebar .m_area .menu li ul {
  background: #fff;
  padding: 0;
}
.sidebar .m_area .menu li > a {
  padding: 0.8em 1em;
  background: #fff;
  line-height: 1.5em;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.sidebar .m_area .menu li.hasChild > a {
  padding: 0.8em 1em;
  color: #222;
  font-size: 0.938em;
  background: #fff;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .menu li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.2em;
  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;
  width: 100%;
}
.sidebar .m_area .menu li li a {
  padding: 0.8em 1em 0.8em 2em !important;
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  font-size: 0.938em;
}
.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: 0.4em 1em 0.4em 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: #10090f;
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .language a:after {
  top: 1.3em;
}
.sidebar .navigation .language a:before {
  top: 0.8em;
}
.sidebar .navigation .language ul {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: none;
}
.sidebar .navigation .language ul li {
  width: 100% !important;
}
.sidebar .navigation .language ul li a {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar 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 {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@-webkit-keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
footer {
  box-sizing: border-box;
  text-align: left;
  font-size: 0.813em;
  padding: 1em 0 1em;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  footer.padding-bottom {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: #F1F1F1;
    padding-top: 2em;
  }
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
footer .container > div {
  padding-bottom: 1em;
}
footer a {
  text-decoration: none;
  color: #AA5AC5;
}
footer a:hover, footer a:focus {
  color: #923daf;
}
footer .footer_info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  footer .footer_info {
    float: left;
    width: 66.6666666667%;
  }
}
footer .footer_icon {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .footer_icon {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  footer .footer_icon {
    float: left;
    width: 33.3333333333%;
  }
}
footer .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
}
footer .footer_link:before, footer .footer_link:after {
  content: "";
  display: table;
}
footer .footer_link:after {
  clear: both;
}
footer .footer_link li {
  float: left;
  display: block;
  margin: 0px 5px 5px 0px;
}
footer .footer_link li a {
  display: block;
  padding: 0.5em 1em;
  background: #c07acc;
  color: #FFF;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  background: #b25cc1;
}
footer p {
  line-height: 1.65em;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #CA4B00;
  padding: 0 0.5em;
}
footer .footer_icon span {
  display: block;
}
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 #bd80d2 inset;
  z-index: 99;
}
footer .footer_icon img {
  max-width: 160px;
}

.fatfooter {
  overflow: hidden;
  padding-bottom: 1em;
  margin: 0 auto;
  background: #F1F1F1;
}
.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 .container {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  display: block;
  min-width: 6em;
  color: #FFF;
  border: none;
  background: #bd80d2;
  position: absolute;
  right: 1%;
  z-index: 9;
  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: #ca4b00;
  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;
}
@media screen and (max-width: 767px) {
  .fatfooter .btn-fatfooter {
    display: none;
  }
}
.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: none;
    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;
  font-weight: bold;
  padding: 0.5em 0px;
  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;
    padding-left: 2em;
  }
}
.fatfooter nav ul li ul li {
  display: block;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #222;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.2em 0.2em;
  background: none;
}
.fatfooter nav ul li ul li a:hover, .fatfooter nav ul li ul li a:focus {
  color: #bd80d2;
  cursor: pointer;
}
@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;
}
.fatfooter nav ul.right_link {
  position: absolute;
  right: 0;
  top: 3em;
  width: 16.7%;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul.right_link {
    display: block;
    top: auto;
    width: 100%;
    position: relative;
    right: auto;
    overflow: hidden;
  }
  .fatfooter nav ul.right_link li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
    border-right: none;
    width: 50% !important;
    float: left;
    margin-bottom: 0 !important;
    padding: 0.5em;
  }
  .fatfooter nav ul.right_link li:nth-child(even) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .fatfooter nav ul.right_link li:nth-child(odd):last-child {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.fatfooter nav ul.right_link li {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
.fatfooter nav ul.right_link li a {
  display: block;
}

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: #bd80d2;
  border-color: #bd80d2;
}
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 {
  text-indent: -9999px;
}
.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: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: #bd80d2;
  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%;
}
.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);
  -webkit-animation: scaleUp 0.5s ease-out;
          animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #502F4C;
  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;
}

@-webkit-keyframes scaleUp {
  0% {
    transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

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

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination span {
  color: #502F4C;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px 0;
  padding: 0;
}
.pagination .page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin: 0px 2px 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: linear-gradient(to bottom, #f7f7f7, #eaeaea);
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #502F4C;
  color: #fff !important;
  border: #502F4C solid 1px;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #FF3E4D;
  border: #ff2535 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: 0.5em;
}
.pagination .total select {
  margin: 0px 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total input[type=button],
.pagination .total button,
.pagination .total .btn {
  background: #f7f7f7;
  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;
}
.pagination .total input[type=button]:hover, .pagination .total input[type=button]:focus,
.pagination .total button:hover,
.pagination .total button:focus,
.pagination .total .btn:hover,
.pagination .total .btn:focus {
  color: #fff !important;
  background: #FF3E4D;
  border: #ff2535 solid 1px;
}
.pagination .total input[type=button]:focus,
.pagination .total button:focus,
.pagination .total .btn:focus {
  box-shadow: 0 0 0 2px #FCC211 inset;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
.thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
.thumbnail a {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #DDD;
  padding: 0.5em;
  color: #222;
  text-decoration: none;
}
.thumbnail a:hover, .thumbnail a:focus {
  color: #bd80d2;
  cursor: pointer;
}
.thumbnail .imgOuter {
  overflow: hidden;
}
.thumbnail .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.thumbnail .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.thumbnail .caption {
  max-width: 90%;
  margin: 0px auto;
}

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

.gallery .lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.gallery .lightbox .galler_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: block;
}
.gallery .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;
}
.gallery .lightbox .light_prev, .gallery .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;
}
.gallery .lightbox .light_next {
  right: 0px;
  left: auto;
}
.gallery .lightbox .light_prev:hover,
.gallery .lightbox .light_next:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.gallery .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;
}
.gallery .lightbox .light_close:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox img {
  max-width: 80vw;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

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

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;
  border-radius: 4px;
  border: 1px solid #DDD;
  padding: 0.2em 0.5em;
}
div.tag ul li a:hover, div.tag ul li a:focus {
  color: #bd80d2;
  cursor: pointer;
}

.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: #bd80d2;
  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: #bd80d2;
  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;
}
.function_panel .advance_search {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .function_panel .advance_search {
    display: block;
  }
}

body {
  background: #f1f1f1;
}
body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}
body.small_size {
  font-size: 0.938em;
}
body.large_size {
  font-size: 1.125em;
}

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

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

.main {
  position: relative;
  margin: -10em auto 0;
  top: 0px;
  clear: both;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
    margin-top: 0;
    top: 0;
  }
}
.main h2 {
  line-height: 1.25em;
}
.main .accesskey {
  top: 8em !important;
}

.innerpage {
  padding-top: 8em;
  background: #f1f1f1;
  margin-bottom: 2em;
}
.innerpage:before {
  content: "";
  background: url(../images/inner_bg.jpg) no-repeat center bottom;
  width: 100%;
  height: 13em;
  position: relative;
  top: 0em;
  display: block;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .innerpage:before {
    height: 6em;
    background: url(../images/inner_bg.jpg) no-repeat center top;
    background-size: cover;
  }
}
.innerpage:after {
  content: "";
  background: #502F4C;
  background: linear-gradient(to bottom, #502F4C, #b25cc1);
  width: 100%;
  height: 15em;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .innerpage:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.innerpage h2.title {
  position: relative;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .innerpage h2.title {
    padding-right: 0.8em;
  }
}
.innerpage h2.title:before {
  content: "";
  width: 5px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #502F4C;
}
.innerpage h2.title:after {
  content: "";
  width: 5px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #FCC211;
}
.innerpage .submenu {
  float: left;
  width: 100%;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .innerpage .submenu {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .submenu {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .innerpage .submenu {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .innerpage .submenu {
    display: none;
  }
}
.innerpage .submenu ~ .content {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .innerpage .submenu ~ .content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .submenu ~ .content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .innerpage .submenu ~ .content {
    float: left;
    width: 75%;
  }
}
.innerpage .submenu h2 {
  background: #b25cc1;
  background: linear-gradient(to bottom right, #b25cc1, #502F4C);
  padding: 0.8em;
  color: #fff;
  margin: 0 0 1px 0;
}
.innerpage .submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.innerpage .submenu ul li {
  display: block;
  text-align: left;
  margin-bottom: 1px;
  background: #b25cc1;
}
.innerpage .submenu ul li:last-child {
  border-bottom: none;
}
.innerpage .submenu ul li a {
  display: block;
  padding: 0.8em 1em;
  color: #fff;
  transition: 0.3s ease-out;
  line-height: 1.45em;
}
.innerpage .submenu ul li a:hover, .innerpage .submenu ul li a:focus {
  background: #502f4c;
}
.innerpage .submenu ul li.active a {
  background: #502f4c;
}
.innerpage .content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .innerpage .content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .innerpage .content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .innerpage .content {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .innerpage .content {
    min-height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .innerpage .content {
    min-height: auto;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.innerpage .content .function {
  text-align: right;
  margin: 0px 0 0 auto;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .innerpage .content .function {
    float: none;
    margin: 0 0 5px 0;
  }
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 3em;
  padding-right: 3em;
  box-sizing: border-box;
  padding-top: 1em;
  background: #fff;
  padding-bottom: 2em;
  box-shadow: 0px 2px 10px RGBA(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .innerpage > .container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

.fixed_bar {
  width: 4.5em;
  background: RGBA(0, 0, 0, 0.75);
  height: auto;
  top: 20%;
  border-radius: 8px;
  position: fixed;
  right: 0%;
  z-index: 15;
  transform: translateZ(0);
}
@media screen and (max-width: 1280px) {
  .fixed_bar {
    border-radius: 8px 0 0 8px;
  }
}
.fixed_bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed_bar ul li {
  margin-bottom: 1px;
  padding: 0.5em 0.5em 0;
  text-align: center;
  font-size: 0.813em;
}
.fixed_bar ul li:last-child {
  padding: 0.5em;
}
.fixed_bar ul li:last-child a {
  border-bottom: none;
}
.fixed_bar ul a {
  color: #fff;
  display: block;
  padding: 0.5em;
  min-height: 60px;
  line-height: 1.25em;
  box-sizing: border-box;
  border-radius: 5px;
}
.fixed_bar ul a img {
  width: 24px;
  height: 24px;
  margin: 0px auto 0.1em;
  display: block;
}
.fixed_bar ul a:hover, .fixed_bar ul a:focus {
  background: #bd80d2;
}
@media screen and (max-width: 767px) {
  .fixed_bar {
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    top: auto;
    border-radius: 0;
  }
  .fixed_bar ul li {
    box-sizing: border-box;
    width: 25%;
    float: left;
    top: auto;
    margin: 0;
    padding: 0;
  }
  .fixed_bar ul li:last-child {
    padding: 0em;
  }
  .fixed_bar ul li:last-child a {
    border-bottom: none;
  }
  .fixed_bar ul li a {
    margin: 0;
    border-radius: 0;
  }
}

.container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

section.section {
  padding: 1em 0 1em;
  background: #fff;
}
section.section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.65em;
  margin-bottom: 0.4em;
}
section.section:nth-child(3n+1) {
  background: #f1f1f1;
}

@-webkit-keyframes slogan {
  0% {
    left: 40%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@keyframes slogan {
  0% {
    left: 40%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes show_ulbg_big {
  0% {
    right: -50%;
  }
  100% {
    right: -70%;
  }
}
@keyframes show_ulbg_big {
  0% {
    right: -50%;
  }
  100% {
    right: -70%;
  }
}
@-webkit-keyframes show_ulbg_medium {
  0% {
    right: -70%;
  }
  100% {
    right: -95%;
  }
}
@keyframes show_ulbg_medium {
  0% {
    right: -70%;
  }
  100% {
    right: -95%;
  }
}
@-webkit-keyframes show_before {
  0% {
    right: 6em;
  }
  100% {
    right: 0;
  }
}
@keyframes show_before {
  0% {
    right: 6em;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes show_ul {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_ul {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show_bigul {
  0% {
    opacity: 0;
    left: -8em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes show_bigul {
  0% {
    opacity: 0;
    left: -8em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.main_image {
  background: url(../images/main_bg.jpg) no-repeat right bottom #1d6e99;
  background-size: contain;
  height: 47em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1399px) {
  .main_image {
    background: url(../images/main_bg.jpg) no-repeat center center #1d6e99;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .main_image {
    background: url(../images/main_bg_m.jpg) no-repeat center top #5ead25;
    background-size: 120%;
    height: auto;
    min-height: 600px;
    padding-top: 400px;
    padding-bottom: 1em;
  }
}
.main_image:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .main_image:before {
    display: none;
  }
}
.main_image:after {
  content: "";
  width: 560px;
  height: 110px;
  position: absolute;
  left: 50%;
  bottom: 26%;
  background: url(../images/slogan.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-animation: slogan 1.2s 0.1s ease-out;
          animation: slogan 1.2s 0.1s ease-out;
}
@media screen and (max-width: 1399px) {
  .main_image:after {
    width: 50%;
    bottom: 25%;
    background: url(../images/slogan.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .main_image:after {
    width: 50%;
    height: 100px;
    bottom: 26%;
  }
}
@media screen and (max-width: 767px) {
  .main_image:after {
    width: 90%;
    left: 5%;
    top: 50px;
    -webkit-animation: none;
            animation: none;
  }
}
.main_image .character {
  position: absolute;
  width: 32%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
}
@media screen and (max-width: 1399px) {
  .main_image .character {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .main_image .character {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .main_image .character {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 15px;
  }
}
.main_image .character ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 11em;
  width: 14em;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .main_image .character ul {
    width: 80%;
    padding: 1em 0 2em;
    margin: 0px auto;
  }
}
.main_image .character ul li {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
}
.main_image .character ul li ul {
  margin-top: -2.5em;
  margin-left: 21em;
  -webkit-animation: show_ul 0.5s ease-out;
          animation: show_ul 0.5s ease-out;
}
@media screen and (max-width: 1600px) {
  .main_image .character ul li ul {
    margin-left: 19.2em;
  }
}
@media screen and (max-width: 1024px) {
  .main_image .character ul li ul {
    margin-left: 19.5em;
  }
}
@media screen and (max-width: 767px) {
  .main_image .character ul li ul {
    margin: 0.5em 0 0em;
    width: 90%;
    padding: 0.5em;
  }
}
.main_image .character ul li:nth-child(2) {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul li:nth-child(2) {
    margin-right: 0;
  }
}
.main_image .character ul li:nth-child(2) ul {
  margin-top: -5.7em;
  margin-left: 21em;
}
@media screen and (max-width: 1600px) {
  .main_image .character ul li:nth-child(2) ul {
    margin-left: 19.2em;
  }
}
@media screen and (max-width: 1024px) {
  .main_image .character ul li:nth-child(2) ul {
    margin-left: 19.5em;
  }
}
@media screen and (max-width: 767px) {
  .main_image .character ul li:nth-child(2) ul {
    margin: 0;
  }
}
.main_image .character ul li:nth-child(3) {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul li:nth-child(3) {
    margin-right: 0;
  }
}
.main_image .character ul li:nth-child(3) ul {
  margin-top: -8.9em;
  margin-left: 21em;
}
@media screen and (max-width: 1600px) {
  .main_image .character ul li:nth-child(3) ul {
    margin-left: 19.2em;
  }
}
@media screen and (max-width: 1024px) {
  .main_image .character ul li:nth-child(3) ul {
    margin-left: 19.5em;
  }
}
@media screen and (max-width: 767px) {
  .main_image .character ul li:nth-child(3) ul {
    margin: 0;
  }
}
.main_image .character ul li:nth-child(4) {
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul li:nth-child(4) {
    margin-right: 0;
  }
}
.main_image .character ul li:nth-child(4) ul {
  margin-top: -12.1em;
  margin-left: 21em;
}
@media screen and (max-width: 1600px) {
  .main_image .character ul li:nth-child(4) ul {
    margin-left: 19.2em;
  }
}
@media screen and (max-width: 1024px) {
  .main_image .character ul li:nth-child(4) ul {
    margin-left: 19.5em;
  }
}
@media screen and (max-width: 767px) {
  .main_image .character ul li:nth-child(4) ul {
    margin: 0;
  }
}
.main_image .character ul li a {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.85);
  position: relative;
  padding: 0.5em 0.5em 0.5em 1em;
  display: block;
  font-size: 1.25em;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.4);
}
.main_image .character ul li a:hover, .main_image .character ul li a:focus {
  color: #FCC211;
}
.main_image .character ul li a:hover:before, .main_image .character ul li a:focus:before {
  left: 0.5em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul li a {
    font-size: 1.125em;
  }
}
.main_image .character ul li a:before {
  transition: 0.3s ease-out;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0.2em;
  top: 0.8em;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #FCC211;
}
.main_image .character ul ul {
  display: none;
  position: absolute;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul {
    position: relative;
  }
}
.main_image .character ul ul li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul li {
    margin-left: 0 !important;
  }
}
.main_image .character ul ul li a {
  font-size: 1.2em;
  border-bottom: 1px dashed RGBA(255, 255, 255, 0.4);
}
.main_image .character ul ul li a:hover:before, .main_image .character ul ul li a:focus:before {
  left: 0.8em;
}
.main_image .character ul ul li a:before {
  top: 1em;
  border-width: 2px 0 2px 4px;
  left: 0.4em;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul li a {
    padding: 0.2em 0.2em 0.2em 1.5em;
    border-bottom: none;
  }
  .main_image .character ul ul li a:before {
    top: 0.8em;
  }
}
.main_image .character ul ul li:nth-child(2) {
  margin-left: -1em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul li:nth-child(2) {
    margin-left: 0 !important;
  }
}
.main_image .character ul ul li:nth-child(3) {
  margin-left: -2.2em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul li:nth-child(3) {
    margin-left: 0 !important;
  }
}
.main_image .character ul ul li:nth-child(4) {
  margin-left: -3.3em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul li:nth-child(4) {
    margin-left: 0 !important;
  }
}
.main_image .character ul ul li:nth-child(5) {
  margin-left: -4.4em;
}
@media screen and (max-width: 767px) {
  .main_image .character ul ul li:nth-child(5) {
    margin-left: 0 !important;
  }
}
.main_image .character:before {
  content: "";
  width: 200%;
  height: 100%;
  right: 0%;
  position: absolute;
  background: #502F4C;
  background: linear-gradient(to bottom, #502F4C, #b25cc1);
  transform: skew(-20deg, 0deg);
  z-index: 2;
  -webkit-animation: show_before 0.6s ease-out;
          animation: show_before 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .main_image .character:before {
    transform: none;
    width: 100%;
    -webkit-animation: none;
            animation: none;
    border-radius: 0.5em;
    background-clip: padding-box;
  }
}
.main_image .character .ul_bg {
  width: 200%;
  height: 100%;
  right: -70%;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(9, 80, 120, 0.5));
  transform: skew(-20deg, 0deg);
  z-index: 1;
  -webkit-animation: show_ulbg_big 0.3s ease-out;
          animation: show_ulbg_big 0.3s ease-out;
  transition-timing-function: cubic-bezier(0.22, 0.84, 0.44, 1);
}
@media screen and (max-width: 1399px) {
  .main_image .character .ul_bg {
    right: -95%;
    -webkit-animation: show_ulbg_medium 0.3s ease-out;
            animation: show_ulbg_medium 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .main_image .character .ul_bg {
    display: none;
  }
}

.service {
  overflow: hidden;
  position: relative;
  height: 17em;
  margin-top: -15em;
  z-index: 8;
  background: transparent !important;
}
@media screen and (max-width: 1399px) {
  .service {
    height: 15em;
  }
}
@media screen and (max-width: 991px) {
  .service {
    height: 22em;
  }
}
@media screen and (max-width: 767px) {
  .service {
    height: auto;
    background: #dedede;
    margin-top: 0;
  }
}
.service h2 {
  text-align: left !important;
  color: #fff;
  text-shadow: 1px 1px 3px RGBA(0, 0, 0, 0.7) !important;
  max-width: 1200px !important;
  margin: 0px auto 0.5em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service h2 {
    text-align: center !important;
    color: #222;
    text-shadow: none !important;
  }
}
.service h2:before {
  content: ">>" !important;
  font-size: 0.4em;
  color: #FCC211;
  display: inline-block !important;
  margin-right: 0.8em;
  font-weight: bold;
  width: 1em;
  text-shadow: none;
}
.service:before {
  content: "";
  position: absolute;
  background: #dedede;
  width: 100%;
  height: 12em;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .service:before {
    display: none;
  }
}
.service ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service ul li {
  width: 16.6666666667%;
  float: left;
  height: 13em;
  border: 1px solid #ddd;
  display: block;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #e7e7e7);
  transition: 0.3s ease-out;
  box-sizing: border-box;
}
@media screen and (max-width: 1399px) {
  .service ul li {
    height: 12em;
  }
}
@media screen and (max-width: 991px) {
  .service ul li {
    width: 33%;
    height: 10em;
  }
}
@media screen and (max-width: 767px) {
  .service ul li {
    width: 50%;
    height: 12em;
  }
}
.service ul li:hover, .service ul li:focus {
  border: 1px solid #bd80d2;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #f1f1f1);
  box-shadow: 0px 0px 0px 5px #bd80d2 inset;
}
.service ul li:hover img, .service ul li:focus img {
  transform: scale(1.1);
}
.service ul li:hover a, .service ul li:focus a {
  color: #AA5AC5;
}
.service ul li a {
  display: block;
  text-align: center;
  font-size: 1.25em;
  position: relative;
  height: 100%;
  padding: 0em 1em;
  font-weight: bold;
  line-height: 1.45em;
  color: #555;
}
.service ul li a img {
  width: 80%;
  margin: 0px auto;
  display: block;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .service ul li a img {
    width: 120px;
  }
}

.news .rss {
  color: #CA4B00;
  font-weight: bold;
  width: 5em;
  height: 1.5em;
  line-height: 1em;
  float: right;
  margin-top: -1em;
  vertical-align: baseline;
}
.news .rss img {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.5em;
}
.news .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.news ul {
  width: 100%;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.news ul li {
  position: relative;
  width: 33.3333333333%;
  min-height: 24em;
  float: left;
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #eee);
  padding: 3em 2em 1em;
  border: 1px solid #aaa;
  border-left: none;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 575px) {
  .news ul li {
    min-height: auto;
    width: 100%;
    max-width: 500px;
    min-width: 280px;
    min-height: 20em;
    float: none;
    display: block;
    margin: 0px auto;
    border: 1px solid #aaa !important;
    margin-top: -1px;
  }
  .news ul li:hover, .news ul li:focus {
    box-shadow: none !important;
    border: 1px solid #aaa !important;
  }
  .news ul li .img-container {
    margin-bottom: 1em;
  }
  .news ul li:first-child {
    margin-top: 0px;
  }
}
.news ul li:hover, .news ul li:focus {
  box-shadow: 0px 0px 0px 5px #cc93d6 inset;
  border: 1px solid #cc93d6;
  border-left: none;
  background: #fff;
}
.news ul li:hover .img-container img, .news ul li:focus .img-container img {
  transform: scale(1.1);
}
.news ul li .tag {
  position: absolute;
  top: 0;
  right: 2em;
  font-size: 0.938em;
  min-width: 5em;
  max-width: 8em;
  text-align: center;
  background: #cc93d6;
  color: white;
  padding: 0.4em 1em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news ul li .tag:before {
  display: none;
}
.news ul li:nth-child(3n) h3 a {
  color: #b25cc1;
}
.news ul li:nth-child(3n) h3 a:hover, .news ul li:nth-child(3n) h3 a:focus {
  color: #cc93d6;
}
.news ul li:nth-child(3n+1) {
  border-left: 1px solid #aaa;
}
.news ul li:nth-child(3n+1) h3 a {
  color: #b25cc1;
}
.news ul li:nth-child(3n+1) h3 a:hover, .news ul li:nth-child(3n+1) h3 a:focus {
  color: #cc93d6;
}
.news ul li:nth-child(3n+1):hover, .news ul li:nth-child(3n+1):focus {
  border: 1px solid #cc93d6;
}
.news ul li:nth-child(2n):hover, .news ul li:nth-child(2n):focus {
  box-shadow: 0px 0px 0px 5px #502F4C inset;
}
.news ul li:nth-child(2n) .tag {
  background: #502F4C;
}
.news ul li time {
  font-size: 0.938em;
  color: #555;
}
.news ul li time:before {
  margin-right: 0.3em;
  width: 0.75em;
  height: 0.75em;
  opacity: 0.8;
}
.news ul li .img-container {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.news ul li .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 56.25%;
}
.news ul li .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.news ul li .img-container img {
  transition: 0.3s ease-out;
}
.news ul li h3 {
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.news ul li p {
  color: #555;
  line-height: 1.5em;
  max-height: 7.5em;
  font-size: 0.938em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.mp_slider {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.mp_slider .container {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mp_slider .container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.mp_slider .slick-dots {
  width: 100%;
  bottom: -2em;
  left: 0;
  right: 0;
}
.mp_slider .img-container {
  overflow: hidden;
}
.mp_slider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 40%;
}
.mp_slider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mp_slider .img-container a:focus {
  outline: none;
  box-shadow: none;
}
.mp_slider .img-container a:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  box-shadow: 0px 0px 0px 2px #FCC211 inset;
}
@media screen and (max-width: 767px) {
  .mp_slider .img-container a:focus:before {
    display: none;
  }
}
.mp_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center center RGBA(255, 255, 255, 0.4);
  background-size: 80%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .mp_slider .slick-prev {
    left: 15px;
  }
}
.mp_slider .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center center RGBA(255, 255, 255, 0.4);
  background-size: 80%;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .mp_slider .slick-next {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .events h2 {
    margin-bottom: 30px !important;
  }
}
.events .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.events .youtube {
  color: #333;
  font-weight: bold;
  width: 10em;
  height: 1.5em;
  line-height: 1em;
  float: right;
  margin-top: -1.5em;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .events .youtube {
    margin-top: -2em;
    float: none;
    text-align: right;
    display: block;
    width: 100%;
  }
}
.events .youtube img {
  width: 73px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 0.5em;
}
.events ul {
  width: 100%;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .events ul {
    margin-top: 0em;
  }
}
.events ul li {
  position: relative;
  width: 33.3333333333%;
  float: left;
  display: block;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 575px) {
  .events ul li {
    min-height: auto;
    width: 100%;
    max-width: 500px;
    min-width: 280px;
    min-height: auto;
    float: none;
    display: block;
    margin: 0px auto;
    border: 1px solid #ccc !important;
    margin-top: -1px;
  }
  .events ul li:hover, .events ul li:focus {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
  .events ul li:first-child {
    margin-top: 0px;
  }
}
.events ul li .img-container {
  overflow: hidden;
}
.events ul li .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.events ul li .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.events ul li .img-container a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.events ul li .img-container a:focus {
  outline: none;
  box-shadow: none;
}
.events ul li .img-container a:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  box-shadow: 0px 0px 0px 2px #FCC211 inset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .events ul li .img-container a:focus:before {
    display: none;
  }
}
.events ul li .img-container a span {
  position: absolute;
  background: RGBA(0, 0, 0, 0.75);
  text-align: left;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.events ul li .img-container a.video:hover:before, .events ul li .img-container a.video:focus:before {
  background: #FF3E4D;
}
.events ul li .img-container a.video:before {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 35%;
  content: "";
  z-index: 1;
}
.events ul li .img-container a.video:after {
  position: absolute;
  top: 41.5%;
  left: 50%;
  z-index: 2;
  margin-left: -7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 991px) {
  .events ul li .img-container a.video:after {
    top: 43.5%;
  }
}
@media screen and (max-width: 767px) {
  .events ul li .img-container a.video:after {
    top: 42.5%;
  }
}
.events ul li .img-container img {
  transition: 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.events ul li .img-container img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .kpi {
    background: #dedede;
    padding-top: 2em !important;
  }
}
.kpi .kpi_block {
  position: relative;
  width: 33.3333333333%;
  float: left;
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  height: 13em;
  padding: 1em 2em;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .kpi .kpi_block {
    height: auto;
    width: 50%;
    min-height: 14em;
    padding: 1em;
  }
}
.kpi .kpi_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kpi .kpi_block ul li {
  text-shadow: none;
  margin-bottom: 0.5em;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kpi .kpi_block ul li {
    font-size: 1.75em;
  }
}
.kpi .kpi_block ul li span {
  display: inline-block;
  min-width: 7em;
  font-size: 0.75em;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .kpi .kpi_block ul li span {
    min-width: 6em;
  }
}
@media screen and (max-width: 575px) {
  .kpi .kpi_block ul li span {
    min-width: auto;
    display: block;
    font-size: 0.55em;
    opacity: 0.75;
    margin-bottom: 0.3em;
  }
}
.kpi .kpi_block:first-child {
  height: 26em;
  background: url(../images/kpi_bg.jpg) no-repeat left top #695744;
  background-size: cover;
  position: relative;
  padding: 0.5em 2em;
}
@media screen and (max-width: 767px) {
  .kpi .kpi_block:first-child {
    float: none;
    width: 100%;
    height: auto;
  }
}
.kpi .kpi_block:first-child h2 {
  position: relative;
  width: 200px;
  height: 130px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 1px 1px 2px 0px RGBA(0, 0, 0, 0.7);
  font-size: 4em;
  line-height: 1.1em;
  padding: 0.2em;
  margin: 0.1em auto 0.5em;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}
.kpi .kpi_block:first-child h2 span {
  display: block;
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .kpi .kpi_block:first-child h2 span {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .kpi .kpi_block:first-child h2 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .kpi .kpi_block:first-child h2 {
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
}
.kpi .kpi_block h3 {
  margin: 0em 0 0.5em;
  height: 2.9em;
  display: block;
  line-height: 1.45em;
  font-size: 1.75em;
}
@media screen and (max-width: 991px) {
  .kpi .kpi_block h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .kpi .kpi_block h3 {
    font-size: 1.25em;
  }
}
.kpi .kpi_block:nth-child(2) {
  background: #36a0e5;
  background: linear-gradient(to bottom, #36a0e5, #36a0e5);
}
.kpi .kpi_block:nth-child(3) {
  background: #25b7b2;
  background: linear-gradient(to bottom, #25b7b2, #25b7b2);
}
.kpi .kpi_block:nth-child(4) {
  background: #e5861f;
  background: linear-gradient(to bottom, #e5861f, #e5861f);
}
.kpi .kpi_block:nth-child(5) {
  background: #ecb132;
  background: linear-gradient(to bottom, #ecb132, #ecb132);
}

.link_banner {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .link_banner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.link_banner .container {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .link_banner .container {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.link_banner .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center center;
  background-size: 80%;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .link_banner .slick-prev {
    left: 0px;
  }
}
.link_banner .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center center;
  background-size: 80%;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .link_banner .slick-next {
    right: 0px;
  }
}
.link_banner .img-container {
  width: 165px;
  height: 55px;
  margin: 0px 15px;
  border: 1px solid #ccc;
  background: #fdfdfd;
  background-position: center center;
  background-size: 100% 100% !important;
  position: relative;
}
.link_banner .img-container a {
  display: block;
  text-align: center;
}
.link_banner .img-container a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.link_banner .img-container a:focus {
  outline: none;
  box-shadow: none;
}
.link_banner .img-container a:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  box-shadow: 0px 0px 0px 2px #FCC211 inset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .link_banner .img-container a:focus:before {
    display: none;
  }
}

.emergency {
  line-height: 1.5em;
  padding: 1em 1.5em 2em;
  border-radius: 0.5em;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .emergency {
    width: 100%;
  }
}
.emergency .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.emergency:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #36aaa0;
  background: linear-gradient(to bottom right, #36aaa0, #1b619d);
  z-index: -1;
  opacity: 0.95;
}
.emergency a {
  color: #36aaa0;
  text-decoration: none;
  margin: 0 0.5em;
  font-size: 1.5em;
}
.emergency em {
  color: red;
  font-style: normal;
  font-weight: bold;
}
.emergency .box {
  display: block;
  max-width: 50em;
  margin: 0px auto;
  background: #fff;
  padding: 2em;
  border-radius: 0.5em;
  position: relative;
}
.emergency .box a.close {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_close.png) no-repeat center center #fff;
  background-size: 1.5em;
  border-radius: 50%;
  top: -0.5em;
  right: -1em;
  text-indent: -9999px;
  display: block;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.75);
}
.emergency h2 {
  font-size: 1.5em;
  line-height: 1.45em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}
.emergency ul {
  padding-left: 0;
}
.emergency ul > li {
  list-style: none;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.55em;
}
.emergency ul ul {
  margin: 1em 0 1em 4em;
}
@media screen and (max-width: 767px) {
  .emergency ul ul {
    margin: 1em 0 1em 2em;
  }
}
.emergency ul li ul li {
  list-style: cjk-ideographic;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}

.lp table td {
  text-align: left;
}
.lp table td a {
  color: #222;
  text-decoration: none;
}
.lp table td a:hover, .lp table td a:focus {
  color: #bd80d2;
  cursor: pointer;
}
.lp table td.date {
  text-align: center;
  color: #666;
  white-space: nowrap;
}
@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 #502F4C;
}
.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: #bd80d2;
}
.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;
}
.lp .album, .lp .space {
  margin: 1em auto;
  overflow: hidden;
}
.lp .album ul, .lp .space ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp .album ul li, .lp .space ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1em -4px;
}
@media screen and (max-width: 767px) {
  .lp .album ul li, .lp .space ul li {
    width: 50%;
  }
}
.lp .album ul li a, .lp .space ul li a {
  display: block;
  text-align: center;
  width: 98%;
  margin: 2% 1%;
  min-height: 320px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 5px;
  color: #222;
  text-decoration: none;
}
.lp .album ul li a:hover, .lp .album ul li a:focus, .lp .space ul li a:hover, .lp .space ul li a:focus {
  color: #bd80d2;
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .lp .album ul li a, .lp .space ul li a {
    min-height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .lp .album ul li a, .lp .space ul li a {
    min-height: 320px;
  }
}
.lp .album ul li a time, .lp .space ul li a time {
  color: #666;
}
.lp .album ul li a:hover .imgOuter img, .lp .space ul li a:hover .imgOuter img {
  transform: scale(1.1);
}
.lp .album ul li .imgOuter, .lp .space ul li .imgOuter {
  width: 100%;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.lp .album ul li .imgOuter:before, .lp .space ul li .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lp .album ul li .imgOuter img, .lp .space ul li .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .album ul li .imgOuter img, .lp .space ul li .imgOuter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-out;
}
.lp .album ul li .caption, .lp .space ul li .caption {
  text-align: left;
  width: 94%;
  margin-left: 3%;
}
.lp .album ul li .caption h3, .lp .space ul li .caption h3 {
  height: 3em;
  overflow: hidden;
  line-height: 1.5em;
  display: block;
  margin: 5px 0;
}
.lp .album ul li .caption time, .lp .space ul li .caption time {
  color: #666;
  font-size: 0.938em;
  display: block;
  margin: 15px 0 5px;
}
.lp .space h3 {
  border-bottom: 1px solid #DDD;
}
.lp .space ul ul li {
  width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  min-height: auto;
}
.lp .space ul ul li span {
  font-weight: bold;
}
.lp .space ul > li {
  min-height: 300px;
}
.lp .space ul > li a {
  position: relative;
}
.lp .space ul > li a:hover, .lp .space ul > li a:focus {
  color: #222;
}
.lp .space ul > li a:hover:before, .lp .space ul > li a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 0px 2px #bd80d2 inset;
  border-radius: 4px;
  background-clip: padding-box;
}

.note {
  width: 90%;
  margin: 0px auto 1em;
  background: #FAFAFA;
  padding: 2em;
  font-size: 0.75em;
}
.note table {
  margin-bottom: 1em;
  background: #FFF;
}
.note td.num {
  white-space: nowrap;
}

.advanced_search {
  clear: both;
  border-radius: 6px;
  background-clip: padding-box;
  border: 3px solid #ca4b00;
  margin-bottom: 1em;
}

.btn_advanced_search {
  float: right;
  margin: 0 0 0 1em;
  min-width: auto;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.advance_search {
  margin: 0;
  text-align: right;
  clear: both;
  zoom: 1;
}
.advance_search:before, .advance_search:after {
  content: "";
  display: table;
}
.advance_search:after {
  clear: both;
}
.advance_search i {
  margin-right: 0.4em;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: contain;
}
.advance_search button {
  float: right;
  font-size: 0.938em;
  border: none;
  display: block;
  padding: 0.6em 1em 0.5em;
  background: #F1F1F1;
  border-color: #F1F1F1;
  color: #333;
  margin: 0 0 0.5em 0;
  border-radius: 6px;
  background-clip: padding-box;
}
.advance_search button:hover, .advance_search button:focus {
  background: #f35a00;
  border-color: #f35a00;
  box-shadow: none;
  color: #FFF;
}
.advance_search button:hover i, .advance_search button:focus i {
  filter: invert(100%);
}
@media screen and (max-width: 767px) {
  .advance_search button {
    width: 100%;
    float: none;
    font-size: 0.938em;
    margin: 0.4em 0;
    padding: 0.5em 1em;
    box-sizing: border-box;
  }
}

.advance_block {
  border-radius: 6px;
  background-clip: padding-box;
  background: #F1F1F1;
  display: none;
  margin-bottom: 1em;
  display: block;
  clear: both;
  zoom: 1;
  font-size: 0.938em;
}
.advance_block:before, .advance_block:after {
  content: "";
  display: table;
}
.advance_block:after {
  clear: both;
}
.advance_block .form_grid .form_grp {
  padding: 0.2em 0;
  border-bottom: none;
}
.advance_block .btn_grp {
  padding: 0.2em 0;
}

.ad_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ad_list ul li {
  display: block;
  float: left;
  padding: 0px 2% 2em;
  position: relative;
  width: 25%;
  height: 7.5em;
  margin-bottom: 2em;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ad_list ul li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .ad_list ul li {
    width: 50%;
  }
}
.ad_list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
  background: #FFF;
}
.ad_list ul li a:before {
  display: inline-block;
  content: "";
  padding-top: 23.9130434783%;
}
.ad_list ul li a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.ad_list ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 1;
  box-shadow: 0 0px 0px 1px #DDD inset;
}
.ad_list ul li a:focus:before {
  box-shadow: 0 0px 0px 1px #bd80d2 inset;
}
.ad_list ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.btn_grp .icon_back {
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  display: block;
  background: #F1F1F1;
  border-color: #F1F1F1;
  text-align: center;
  position: relative;
  border-radius: 50%;
  font-size: 0em;
}
@media screen and (max-width: 767px) {
  .btn_grp .icon_back {
    margin: 0 auto;
  }
}
.btn_grp .icon_back:before {
  content: "";
  background: url(../images/basic/icon_back.png) no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  vertical-align: middle;
}
.btn_grp .icon_back:hover, .btn_grp .icon_back:focus {
  background: #f35a00;
  border-color: #f35a00;
  box-shadow: none;
  color: #FFF;
}
.btn_grp .icon_back:hover:before, .btn_grp .icon_back:focus:before {
  filter: invert(100%);
}

.np ul, .np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  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: 2px solid #DDD;
  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: #bd80d2;
  cursor: pointer;
}
.np li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.np li a .num:after {
  content: ".";
  display: inline-block;
}
.np li a:hover, .np li a:focus {
  border: 2px solid #502F4C;
}

.location_choose ul li {
  display: block;
  width: 40%;
  margin: 0px 5% 1em;
}
.location_choose ul li:nth-child(even) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .location_choose ul li:nth-child(even) {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .location_choose ul li {
    width: 90%;
    margin: 0px auto 1em;
  }
}
.location_choose ul li.taipei a {
  background: url(../images/taipei.jpg) no-repeat center bottom;
  background-size: cover;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .location_choose ul li.taipei a {
    background: url(../images/taipei.jpg) no-repeat center center;
    background-size: cover;
  }
}
.location_choose ul li.nantuo a {
  background: url(../images/nantuo.jpg) no-repeat center bottom;
  background-size: cover;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .location_choose ul li.nantuo a {
    background: url(../images/nantuo.jpg) no-repeat center center;
    background-size: cover;
  }
}
.location_choose ul li a {
  height: 12em;
  font-weight: bold;
  font-size: 2em;
  padding: 1em;
  border: none;
  text-shadow: 0px 0px 5px RGBA(0, 0, 0, 0.6);
  border-radius: 0.5em;
  background-clip: padding-box;
}
@media screen and (max-width: 767px) {
  .location_choose ul li a {
    height: 5em;
    font-size: 2em;
  }
}
.location_choose ul li a:hover {
  border: none;
  box-shadow: 0px 0px 0px 3px #bd80d2;
}

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

.cp .photo {
  max-width: 760px;
  margin: 0 auto 1em;
}
.cp .photo .img-container {
  background: #DEDEDE;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto 0.5em;
}
.cp .photo .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.cp .photo .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cp .photo .img-container img {
  bottom: auto;
  right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
}
.cp .accordion {
  border-bottom: 1px dashed #BBB;
}
.cp .accordion h3 a {
  display: block;
  position: relative;
  padding-left: 1em;
}
.cp .accordion h3 a:before {
  transition: 0.3s ease-out;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0.2em;
  top: 0.8em;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #502F4C;
}
.cp .accordion-content {
  background: #F5F5F5;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 1em;
  padding-bottom: 1.5em;
}
.cp .accordion-content ul,
.cp .accordion-content ol {
  margin-bottom: 0.3em;
}
.cp .accordion-content ul li,
.cp .accordion-content ol li {
  line-height: 1.65em;
}
.cp .accordion-content p {
  margin-left: 1em;
  margin-bottom: 2em;
  line-height: 1.65em;
  font-size: 0.938em !important;
}
.cp .accordion-content img {
  max-height: 360px;
  margin: 0px auto 1em;
  max-width: 100%;
  display: block;
}
.cp table {
  background: #FFF;
}
.cp img.float_left {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp img.float_left {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp img.float_right {
  float: right;
  margin: 0px 0 1em 1em;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp img.float_right {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp .pic {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  max-width: 55%;
  background: #FFF;
  font-size: 0.875em;
  padding: 0.5em;
}
.cp .pic img {
  margin-bottom: 0;
}
.cp .pic span {
  display: block;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cp .pic {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp .border {
  background: #F1F1F1;
}
.cp a {
  color: #AA5AC5;
  text-decoration: none;
}
.cp a:hover, .cp a:focus {
  color: #bd80d2;
  cursor: pointer;
}
.cp .clear {
  clear: both;
  margin: 0 auto 1em;
  float: none;
  width: auto;
  min-width: 320px;
  max-width: 100%;
}
.cp .clear img {
  margin: 0 auto !important;
  display: block;
}
.cp .info {
  font-size: 0.938em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 0.7em 0;
  border-left: solid 5px #502F4C;
  box-sizing: border-box;
  padding: 0.8em 1.5em 0.8em;
  background: #F2F2F2;
}
.cp .info li {
  width: 32%;
  margin-bottom: 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .cp .info li {
    width: 48%;
    margin-bottom: 0.2em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .cp .info li {
    width: 100%;
    display: block;
  }
}
.cp .info li i {
  margin-right: 0.5em;
}

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;
  border-radius: 4px;
  border: 1px solid #DDD;
  padding: 0.2em 0.5em;
}
div.tag ul li a:hover, div.tag ul li a:focus {
  color: #bd80d2;
  cursor: pointer;
}

.file_download {
  width: 100%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #502F4C;
}
.file_download ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .file_download ul {
    margin-left: 0;
  }
}
.file_download li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  border-bottom: 1px solid #EEE;
  clear: both;
  overflow: hidden;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .file_download li span {
    display: block;
    margin-bottom: 0.2em;
  }
}
.file_download li:before {
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  text-align: right;
  width: 30px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  content: "";
}
.file_download li .update,
.file_download li .file_view {
  font-size: 0.813em;
  color: #AAA;
  width: 120px;
  padding-left: 35px;
  float: none;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .file_download li .update,
.file_download li .file_view {
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .file_download li .update,
.file_download li .file_view {
    display: none;
  }
}
.file_download li .update {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .file_download li .update {
    margin-left: 5px;
  }
}
.file_download li a {
  padding: 0px;
  position: relative;
  height: auto;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0.2em;
  min-width: 32px;
  text-align: center;
  text-indent: -9999px;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .file_download li a {
    max-width: 2em;
    margin: 0px auto 0.5em 0px;
  }
}
.file_download li a:hover:before, .file_download li a:focus:before {
  content: "";
  z-index: 99;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 2px #bd80d2 inset;
}
.file_download li a .kb {
  font-size: 0.75em;
  color: #666;
  display: none;
  margin: 0px 0.5em;
}
.file_download li a:after {
  content: "";
  background: url(../images/basic/icon_file.png) no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 28px;
  position: absolute;
  top: 3px;
  left: 3px;
  text-align: right;
}
.file_download li a[href$=doc]:after {
  background: url(../images/basic/icon_doc.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=docx]:after {
  background: url(../images/basic/icon_docx.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=odt]:after {
  background: url(../images/basic/icon_odt.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=xls]:after {
  background: url(../images/basic/icon_xls.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=csv]:after {
  background: url(../images/basic/icon_csv.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=ods]:after {
  background: url(../images/basic/icon_ods.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=xlsx]:after {
  background: url(../images/basic/icon_xlsx.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=pdf]:after {
  background: url(../images/basic/icon_pdf.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=ppt]:after {
  background: url(../images/basic/icon_ppt.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=pptx]:after {
  background: url(../images/basic/icon_pptx.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=odp]:after {
  background: url(../images/basic/icon_odp.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=zip]:after {
  background: url(../images/basic/icon_zip.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=txt]:after {
  background: url(../images/basic/icon_txt.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=mov]:after {
  background: url(../images/basic/icon_mov.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=mp3]:after {
  background: url(../images/basic/icon_mp3.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=jpg]:after {
  background: url(../images/basic/icon_jpg.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=wmv]:after {
  background: url(../images/basic/icon_wmv.png) no-repeat center center;
  background-size: contain;
}
.file_download li a[href$=mp4]:after {
  background: url(../images/basic/icon_mp4.png) no-repeat center center;
  background-size: contain;
}

.web_link {
  width: 100%;
  margin: 0 auto;
}
.web_link h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #502F4C;
}
.web_link ol,
.web_link ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .web_link ol,
.web_link ul {
    margin-left: 0;
  }
}
.web_link li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.web_link li a {
  padding: 0.2em 0px 0.2em 35px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: block;
  color: #222;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #bd80d2;
  cursor: pointer;
}
.web_link li a:before {
  position: absolute;
  top: 5px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}

.floor_block_taipei span[class^=title] {
  display: block;
  background: #CA4B00;
  color: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 0.3em 0.5em;
  width: 6em;
  position: absolute;
  line-height: 1;
  font-size: 0.938em;
  z-index: 9;
  display: none;
}
@media screen and (max-width: 767px) {
  .floor_block_taipei span[class^=title] {
    display: block;
  }
}
.floor_block_taipei span.title_01 {
  left: 1em;
  bottom: 45%;
}
@media screen and (max-width: 575px) {
  .floor_block_taipei span.title_01 {
    bottom: 39%;
  }
}
@media screen and (max-width: 430px) {
  .floor_block_taipei span.title_01 {
    bottom: 34%;
  }
}
.floor_block_taipei span.title_01:before {
  width: 60px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(-140deg);
  left: 160px;
  top: 60px;
  transform-origin: top left;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .floor_block_taipei span.title_01:before {
    width: 50px;
    left: 100px;
    top: 60px;
    transform: rotate(-145deg);
    transform-origin: top left;
  }
}
@media screen and (max-width: 575px) {
  .floor_block_taipei span.title_01:before {
    width: 75px;
    left: 110px;
    top: 72px;
    transform: rotate(-145deg);
    transform-origin: top left;
  }
}
@media screen and (max-width: 430px) {
  .floor_block_taipei span.title_01:before {
    width: 50px;
    left: 70px;
    top: 65px;
    transform: rotate(-136deg);
    transform-origin: top left;
  }
}
.floor_block_taipei span.title_02 {
  right: 1em;
  bottom: 50%;
}
@media screen and (max-width: 575px) {
  .floor_block_taipei span.title_02 {
    bottom: 45%;
  }
}
@media screen and (max-width: 480px) {
  .floor_block_taipei span.title_02 {
    bottom: 41%;
  }
}
@media screen and (max-width: 430px) {
  .floor_block_taipei span.title_02 {
    bottom: 36%;
  }
}
.floor_block_taipei span.title_02:before {
  width: 60px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(-20deg);
  left: -70px;
  top: 20px;
  transform-origin: top right;
  z-index: 9;
}
@media screen and (max-width: 575px) {
  .floor_block_taipei span.title_02:before {
    width: 60px;
    left: -20px;
    top: 26px;
    transform: rotate(-30deg);
    transform-origin: top right;
  }
}
@media screen and (max-width: 575px) and (max-width: 430px) {
  .floor_block_taipei span.title_02:before {
    width: 40px;
    left: 20px;
    top: 26px;
  }
}
.floor_block_taipei span.title_03 {
  right: 2em;
  bottom: 2%;
}
@media screen and (max-width: 575px) {
  .floor_block_taipei span.title_03 {
    right: 1em;
  }
}
.floor_block_taipei span.title_03:before {
  width: 80px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(44deg);
  left: -85px;
  top: 5px;
  transform-origin: top right;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .floor_block_taipei span.title_03:before {
    width: 80px;
    left: -30px;
    top: -5px;
    transform: rotate(19deg);
    transform-origin: top right;
  }
}
@media screen and (max-width: 575px) {
  .floor_block_taipei span.title_03:before {
    width: 70px;
    left: -5px;
    top: -5px;
    transform: rotate(30deg);
    transform-origin: top right;
  }
}
@media screen and (max-width: 430px) {
  .floor_block_taipei span.title_03:before {
    width: 40px;
    left: 25px;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_taipei span.title_03 {
    bottom: 7%;
    right: 10%;
  }
}
@media screen and (max-width: 430px) {
  .floor_block_taipei span.title_03 {
    bottom: 5%;
  }
}

.floor_block_taipei {
  overflow: hidden;
  position: relative;
}
.floor_block_taipei .floor_bg_taipei {
  position: relative;
  z-index: 0;
  transition: 0.3s ease-out;
  transform: scale(1.2);
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .floor_block_taipei .floor_bg_taipei {
    transform: scale(1.5);
  }
}
.floor_block_taipei .floor_bg_taipei.zoomin {
  margin-left: -40%;
  margin-top: -10%;
  transform: scale(1.35);
}
@media screen and (max-width: 767px) {
  .floor_block_taipei .floor_bg_taipei.zoomin {
    margin-left: auto;
    margin-top: auto;
    transform: scale(1.5);
  }
}
.floor_block_taipei .floor_bg_taipei.zoomin {
  margin-left: -40%;
  margin-top: -10%;
  transform: scale(1.35);
}
@media screen and (max-width: 767px) {
  .floor_block_taipei .floor_bg_taipei.zoomin {
    margin-left: auto;
    margin-top: auto;
    transform: scale(1.5);
  }
}

.floor_block_nantuo,
.floor_block_taipei {
  overflow: hidden;
  position: relative;
}
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  display: none;
  height: 0;
}
@media screen and (max-width: 767px) {
  .overlay {
    height: 100%;
    bottom: 0;
  }
}

.floor_block_nantuo .floor_bg_nantuo,
.floor_block_nantuo .floor_bg_taipei,
.floor_block_taipei .floor_bg_nantuo,
.floor_block_taipei .floor_bg_taipei {
  position: relative;
  z-index: 0;
  min-height: 540px;
  transition: 0.3s ease-out;
  transform: scale(1.2);
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .floor_bg_nantuo,
.floor_block_nantuo .floor_bg_taipei,
.floor_block_taipei .floor_bg_nantuo,
.floor_block_taipei .floor_bg_taipei {
    transform: scale(1);
    min-height: auto;
  }
}
.floor_block_nantuo .floor_bg_nantuo.zoomin,
.floor_block_nantuo .floor_bg_taipei.zoomin,
.floor_block_taipei .floor_bg_nantuo.zoomin,
.floor_block_taipei .floor_bg_taipei.zoomin {
  margin-left: -40%;
  margin-top: -10%;
  transform: scale(1.35);
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .floor_bg_nantuo.zoomin,
.floor_block_nantuo .floor_bg_taipei.zoomin,
.floor_block_taipei .floor_bg_nantuo.zoomin,
.floor_block_taipei .floor_bg_taipei.zoomin {
    margin-left: auto;
    margin-top: auto;
    transform: scale(1.5);
  }
}
.floor_block_nantuo .floor_bg_nantuo.zoomin_left,
.floor_block_nantuo .floor_bg_taipei.zoomin_left,
.floor_block_taipei .floor_bg_nantuo.zoomin_left,
.floor_block_taipei .floor_bg_taipei.zoomin_left {
  margin-left: -45%;
  margin-top: -10%;
  transform: scale(1.15);
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .floor_bg_nantuo.zoomin_left,
.floor_block_nantuo .floor_bg_taipei.zoomin_left,
.floor_block_taipei .floor_bg_nantuo.zoomin_left,
.floor_block_taipei .floor_bg_taipei.zoomin_left {
    margin-left: auto;
    margin-top: auto;
    transform: scale(1.5);
  }
}
.floor_block_nantuo .floor_bg_nantuo.zoomin_right,
.floor_block_nantuo .floor_bg_taipei.zoomin_right,
.floor_block_taipei .floor_bg_nantuo.zoomin_right,
.floor_block_taipei .floor_bg_taipei.zoomin_right {
  margin-left: 45%;
  margin-top: 10%;
  transform: scale(1.5);
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .floor_bg_nantuo.zoomin_right,
.floor_block_nantuo .floor_bg_taipei.zoomin_right,
.floor_block_taipei .floor_bg_nantuo.zoomin_right,
.floor_block_taipei .floor_bg_taipei.zoomin_right {
    margin-left: auto;
    margin-top: auto;
    transform: scale(1.5);
  }
}
.floor_block_nantuo [class^=menu],
.floor_block_taipei [class^=menu] {
  width: 9em;
  position: absolute;
  z-index: 2;
}
.floor_block_nantuo [class^=menu] h3.hidden:before,
.floor_block_taipei [class^=menu] h3.hidden:before {
  display: none !important;
}
.floor_block_nantuo [class^=menu].hidden,
.floor_block_taipei [class^=menu].hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu].hidden,
.floor_block_taipei [class^=menu].hidden {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu],
.floor_block_taipei [class^=menu] {
    position: relative;
    margin-bottom: 1em;
    border-bottom: 1px solid #DDD;
    display: block;
    top: auto !important;
    left: auto !important;
    width: 100%;
    right: auto !important;
  }
}
.floor_block_nantuo [class^=menu] h3,
.floor_block_taipei [class^=menu] h3 {
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin: 0 0.4em 0.2em;
  position: relative;
  color: #ff451d;
}
.floor_block_nantuo [class^=menu] h3:before,
.floor_block_taipei [class^=menu] h3:before {
  width: 400px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(-150deg);
  right: -370px;
  top: 125px;
}
@media screen and (max-width: 991px) {
  .floor_block_nantuo [class^=menu] h3:before,
.floor_block_taipei [class^=menu] h3:before {
    width: 260px;
    border-top: 1px solid #666;
    content: "";
    position: absolute;
    transform: rotate(-150deg);
    right: -240px;
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] h3:before,
.floor_block_taipei [class^=menu] h3:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] h3,
.floor_block_taipei [class^=menu] h3 {
    text-align: left;
  }
}
.floor_block_nantuo [class^=menu] h3.white,
.floor_block_taipei [class^=menu] h3.white {
  color: #FFF;
  text-shadow: 0px 0px 5px RGBA(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] h3.white,
.floor_block_taipei [class^=menu] h3.white {
    color: #502F4C;
    text-shadow: none;
  }
}
.floor_block_nantuo [class^=menu] ul,
.floor_block_taipei [class^=menu] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.floor_block_nantuo [class^=menu] ul li,
.floor_block_taipei [class^=menu] ul li {
  display: block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] ul li,
.floor_block_taipei [class^=menu] ul li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: auto;
    min-width: 4em;
  }
}
.floor_block_nantuo [class^=menu] ul li a,
.floor_block_taipei [class^=menu] ul li a {
  padding: 0.6em 0.5em;
  display: block;
  font-size: 0.938em;
  border-radius: 15px;
  text-align: center;
  line-height: 1em;
  min-width: 8em;
  background: #FFF;
  color: #333;
  font-weight: bold;
  border: 1px solid #AAA;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] ul li a,
.floor_block_taipei [class^=menu] ul li a {
    min-width: 40%;
  }
}
.floor_block_nantuo [class^=menu] ul li a:hover, .floor_block_nantuo [class^=menu] ul li a:focus,
.floor_block_taipei [class^=menu] ul li a:hover,
.floor_block_taipei [class^=menu] ul li a:focus {
  color: #FFF;
  background: #bd80d2;
  border: 1px solid #bd80d2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] ul li a:focus,
.floor_block_taipei [class^=menu] ul li a:focus {
    color: #333;
    background: #FFF;
    border: 1px solid #AAA;
  }
}
.floor_block_nantuo [class^=menu] ul li a.active,
.floor_block_taipei [class^=menu] ul li a.active {
  color: #FFF;
  background: #bd80d2;
  border: 1px solid #bd80d2;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] ul li a.active,
.floor_block_taipei [class^=menu] ul li a.active {
    color: #333;
    background: #FFF;
    border: 1px solid #AAA;
  }
}
.floor_block_nantuo .menu_teaching,
.floor_block_taipei .menu_teaching {
  top: 20%;
  left: 2%;
}
.floor_block_nantuo .menu_teaching h3:before,
.floor_block_taipei .menu_teaching h3:before {
  width: 140px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(-150deg);
  right: 10px;
  top: 20px;
  transform-origin: top right;
}
@media screen and (max-width: 1399px) {
  .floor_block_nantuo .menu_teaching h3:before,
.floor_block_taipei .menu_teaching h3:before {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .floor_block_nantuo .menu_teaching h3:before,
.floor_block_taipei .menu_teaching h3:before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .menu_teaching h3:before,
.floor_block_taipei .menu_teaching h3:before {
    display: none;
  }
}
.floor_block_nantuo .menu_resort,
.floor_block_taipei .menu_resort {
  top: 2%;
  right: 2%;
}
.floor_block_nantuo .menu_resort h3:before,
.floor_block_taipei .menu_resort h3:before {
  width: 150px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(150deg);
  left: 7px;
  top: 25px;
  transform-origin: top left;
}
@media screen and (max-width:1170px) {
  .floor_block_nantuo .menu_resort h3:before,
.floor_block_taipei .menu_resort h3:before {
    width: 130px;
  }
}
@media screen and (max-width:1024px) {
  .floor_block_nantuo .menu_resort h3:before,
.floor_block_taipei .menu_resort h3:before {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .floor_block_nantuo .menu_resort h3:before,
.floor_block_taipei .menu_resort h3:before {
    width: 90px;
  }
}
@media screen and (max-width:860px) {
  .floor_block_nantuo .menu_resort h3:before,
.floor_block_taipei .menu_resort h3:before {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .menu_resort h3:before,
.floor_block_taipei .menu_resort h3:before {
    display: none;
  }
}
.floor_block_nantuo .menu_meeting,
.floor_block_taipei .menu_meeting {
  bottom: 10%;
  right: 8%;
}
@media screen and (max-width: 991px) {
  .floor_block_nantuo .menu_meeting,
.floor_block_taipei .menu_meeting {
    bottom: 15%;
    right: 10%;
  }
}
.floor_block_nantuo .menu_meeting h3:before,
.floor_block_taipei .menu_meeting h3:before {
  width: 105px;
  border-top: 2px solid #666;
  content: "";
  position: absolute;
  transform: rotate(15deg);
  left: -80px;
  top: -5px;
  transform-origin: top left;
}
@media screen and (max-width: 991px) {
  .floor_block_nantuo .menu_meeting h3:before,
.floor_block_taipei .menu_meeting h3:before {
    width: 45px;
    transform: rotate(30deg);
    top: -30px;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .menu_meeting h3:before,
.floor_block_taipei .menu_meeting h3:before {
    display: none;
  }
}
.floor_block_nantuo .menu_nantuo,
.floor_block_taipei .menu_nantuo {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .menu_nantuo,
.floor_block_taipei .menu_nantuo {
    position: relative;
    top: auto;
    left: 0;
  }
}
.floor_block_nantuo .window,
.floor_block_taipei .window {
  position: absolute;
  box-sizing: border-box;
  top: 1em;
  z-index: 2;
  right: 1em;
  width: 700px;
  height: auto;
  background: #FFF;
  box-shadow: 2px 2px 15px RGBA(0, 0, 0, 0.3);
  padding: 0.5em;
  -webkit-animation: window_ani;
          animation: window_ani;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  display: none;
}
.floor_block_nantuo .window.left,
.floor_block_taipei .window.left {
  right: auto;
  left: 3em;
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .window.left,
.floor_block_taipei .window.left {
    left: 50%;
  }
}
@media screen and (max-width: 991px) {
  .floor_block_nantuo .window,
.floor_block_taipei .window {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo .window,
.floor_block_taipei .window {
    position: fixed;
    width: 450px;
    top: 20%;
    left: 50%;
    margin-left: -225px;
    z-index: 999999;
    box-shadow: 0px 0px 0px 2px #bd80d2 inset;
  }
}
@media screen and (max-width: 575px) {
  .floor_block_nantuo .window,
.floor_block_taipei .window {
    position: fixed;
    width: 90%;
    top: 20%;
    left: 50%;
    margin-left: -45%;
    box-shadow: 0px 0px 0px 2px #bd80d2 inset;
  }
}
.floor_block_nantuo .window h3,
.floor_block_taipei .window h3 {
  font-size: 2em;
  border-bottom: 1px solid #DDD;
  margin: 0 0 0.2em;
  line-height: 1.25em;
  margin-right: 60px;
  color: #502F4C;
}
.floor_block_nantuo .window a.close,
.floor_block_taipei .window a.close {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.floor_block_nantuo .window a.close:hover, .floor_block_nantuo .window a.close:focus,
.floor_block_taipei .window a.close:hover,
.floor_block_taipei .window a.close:focus {
  cursor: pointer;
}
.floor_block_nantuo .window a.close:hover:before, .floor_block_nantuo .window a.close:hover:after, .floor_block_nantuo .window a.close:focus:before, .floor_block_nantuo .window a.close:focus:after,
.floor_block_taipei .window a.close:hover:before,
.floor_block_taipei .window a.close:hover:after,
.floor_block_taipei .window a.close:focus:before,
.floor_block_taipei .window a.close:focus:after {
  background: #bd80d2;
}
.floor_block_nantuo .window a.close:before,
.floor_block_taipei .window a.close:before {
  position: absolute;
  width: 2px;
  height: 65px;
  background: #CCC;
  transform: rotate(45deg);
  content: "";
  left: 50%;
  top: -11px;
}
.floor_block_nantuo .window a.close:after,
.floor_block_taipei .window a.close:after {
  position: absolute;
  width: 2px;
  height: 65px;
  background: #CCC;
  transform: rotate(-45deg);
  content: "";
  left: 50%;
  top: -9px;
}
.floor_block_nantuo .window .img-container,
.floor_block_taipei .window .img-container {
  width: 100%;
  background: #FFF;
  overflow: hidden;
}
.floor_block_nantuo .window .img-container:before,
.floor_block_taipei .window .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.floor_block_nantuo .window .img-container img,
.floor_block_taipei .window .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.floor_block_nantuo .window .img-container a:hover:before, .floor_block_nantuo .window .img-container a:focus:before,
.floor_block_taipei .window .img-container a:hover:before,
.floor_block_taipei .window .img-container a:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  box-shadow: 0px 0px 0px 2px #FCC211 inset;
  z-index: 9;
}
.floor_block_nantuo .window .img-container img,
.floor_block_taipei .window .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.floor_block_nantuo [class^=menu] h3 {
  position: relative;
}
.floor_block_nantuo [class^=menu] h3:before {
  position: absolute;
  border-top: 2px solid #666;
  width: 380px;
  transform: rotate(210.5deg);
  left: -250px;
  top: 30px;
  content: "";
  transform-origin: right top;
}
@media screen and (max-width:1200px) {
  .floor_block_nantuo [class^=menu] h3:before {
    width: 300px;
    left: -180px;
    top: 30px;
  }
}
@media screen and (max-width:1024px) {
  .floor_block_nantuo [class^=menu] h3:before {
    width: 250px;
    left: -130px;
    top: 30px;
  }
}
@media screen and (max-width:991px) {
  .floor_block_nantuo [class^=menu] h3:before {
    width: 180px;
    left: -60px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .floor_block_nantuo [class^=menu] h3:before {
    display: none;
  }
}

@-webkit-keyframes window_ani {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes window_ani {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fp {
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em;
}

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

.step_block {
  padding-left: 25%;
  position: relative;
  padding-top: 1em;
  border-bottom: 1px dashed #777;
  min-height: 10em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .step_block {
    padding-left: 0;
  }
}
.step_block .choose_location {
  background: #f6f6f6;
  border-radius: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
}

.step_num {
  position: absolute;
  width: 20%;
  left: 0;
  top: 3em;
  color: #999;
}
@media screen and (max-width: 991px) {
  .step_num {
    position: relative;
    height: auto;
    clear: both;
    top: 0;
    width: 100%;
  }
}
.step_num:after {
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  right: 0;
  height: 5em;
  top: 0;
  transform: rotate(15deg);
}
@media screen and (max-width: 991px) {
  .step_num:after {
    display: none;
  }
}
.step_num span {
  font-size: 3em;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .step_num span {
    font-size: 1.5em;
  }
}
.step_num span em {
  font-size: 1.5em;
  font-style: normal;
  color: #502F4C;
}
.step_num h3 {
  color: #666;
}
@media screen and (max-width: 991px) {
  .step_num h3 {
    display: inline-block;
  }
}

.choose_location .btn {
  width: 49%;
  float: left;
  display: block;
  margin: 0 0.5% 1em 0;
  position: relative;
  transition: none;
  color: #222;
}
.choose_location .btn:hover, .choose_location .btn:focus {
  color: #222;
}
.choose_location .btn:focus {
  box-shadow: none;
}
.choose_location .btn:focus-visible {
  box-shadow: 0 0 0 2px #FCC211 inset;
}
.choose_location .btn.btn-blue {
  color: #fff;
}
.choose_location .btn.btn-blue.active:before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #1b619d transparent transparent transparent;
}
.choose_location .btn.btn-green {
  color: #fff;
}
.choose_location .btn.btn-green.active {
  background: #60385b;
  background: linear-gradient(to bottom, #60385b, #502F4C);
  border: 1px solid #502F4C;
  text-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.6);
}
.choose_location .btn.btn-green.active:before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #36aaa0 transparent transparent transparent;
}

.pick_date {
  background: #f6f6f6;
  border-radius: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
}
.pick_date .form_inline a {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0em;
}
.pick_date .form_inline a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pick_date .form_inline label {
    display: block;
  }
}
.pick_date span {
  padding-left: 1em;
  font-size: 0.928em;
}

.choose_room {
  background: #f6f6f6;
  border-radius: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
}
.choose_room .for_mobile_seleced {
  display: none;
}
@media screen and (max-width: 767px) {
  .choose_room .for_mobile_seleced {
    display: block;
    margin: 0px auto 1em;
    padding: 1em;
    border-radius: 3px;
    background: #fff;
    list-style-type: decimal;
    list-style-position: inside;
  }
  .choose_room .for_mobile_seleced li {
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5em;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
  }
  .choose_room .for_mobile_seleced li:before {
    background: #502F4C;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    position: absolute;
    top: 0.8em;
    left: 0;
    content: "";
  }
  .choose_room .for_mobile_seleced li a {
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    right: 0;
    top: 0.6em;
  }
  .choose_room .for_mobile_seleced li a img {
    width: 100%;
    height: 100%;
  }
}
.choose_room .form_inline label {
  display: inline-block;
  width: 32%;
  margin: 0 0px 1em;
}
@media screen and (max-width: 767px) {
  .choose_room .form_inline label {
    width: 90%;
    display: block;
    margin: 0px auto 1em;
  }
}
.choose_room .form_inline select {
  display: inline-block;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .choose_room .form_inline select {
    width: 100%;
    max-width: 100%;
  }
}
.choose_room .for_check {
  display: none;
}
@media screen and (max-width: 767px) {
  .choose_room .for_check {
    display: block;
  }
}
.choose_room .check_grp {
  position: relative;
  padding: 0.5em;
}
.choose_room .check_grp .btn_grp {
  display: none;
}
@media screen and (max-width: 767px) {
  .choose_room .check_grp .btn_grp {
    display: block;
  }
}
.choose_room .check_grp.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 0 3em;
  display: none;
  background: #ddd;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}
.choose_room .check_grp.fixed .btn_grp {
  margin-bottom: 3em;
}
.choose_room .check_grp.fixed .notice_warning,
.choose_room .check_grp.fixed p {
  width: 90%;
  margin: 0.5em auto;
}
.choose_room .check_grp label {
  width: 29%;
  white-space: nowrap;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 0.938em;
  padding: 0.5em 15px 0.5em 15px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  color: #333;
  text-shadow: none;
  box-sizing: border-box;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #ddd);
}
.choose_room .check_grp label:hover, .choose_room .check_grp label:focus {
  cursor: pointer;
}
.choose_room .check_grp label span {
  font-size: 0.938em;
}
.choose_room .check_grp label.active {
  color: #fff;
  text-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.6);
  background: #60385b;
  background: linear-gradient(to bottom, #60385b, #502F4C);
  border: 1px solid #502F4C;
}
@media screen and (max-width: 991px) {
  .choose_room .check_grp label {
    width: 46%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .choose_room .check_grp label {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
}
.choose_room .check_grp label input {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  box-shadow: none;
}
.choose_room .check_grp label input:focus {
  outline: none;
  box-shadow: none;
}
.choose_room .check_grp label input:checked {
  background: url(../images/icon_checked.png) no-repeat center center;
  background-size: cover;
  border: none;
  box-shadow: none;
}

body > .check_grp {
  position: relative;
  padding: 0.5em;
}
body > .check_grp .btn_grp {
  display: none;
}
@media screen and (max-width: 767px) {
  body > .check_grp .btn_grp {
    display: block;
  }
}
body > .check_grp.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 0 3em;
  display: none;
  background: #ddd;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}
body > .check_grp.fixed .btn_grp {
  margin-bottom: 3em;
}
body > .check_grp.fixed .notice_warning,
body > .check_grp.fixed p {
  width: 90%;
  margin: 0.5em auto;
}
body > .check_grp label {
  width: 29%;
  white-space: nowrap;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 0.938em;
  padding: 0.5em 15px 0.5em 15px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  color: #333;
  text-shadow: none;
  box-sizing: border-box;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #ddd);
}
body > .check_grp label:hover, body > .check_grp label:focus {
  cursor: pointer;
}
body > .check_grp label span {
  font-size: 0.938em;
}
body > .check_grp label.active {
  color: #fff;
  text-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.6);
  background: #60385b;
  background: linear-gradient(to bottom, #60385b, #502F4C);
  border: 1px solid #502F4C;
}
@media screen and (max-width: 767px) {
  body > .check_grp label {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block;
  }
}
body > .check_grp label input {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  box-shadow: none;
}
body > .check_grp label input:focus {
  outline: none;
  box-shadow: none;
}
body > .check_grp label input:checked {
  background: url(../images/icon_checked.png) no-repeat center center;
  background-size: cover;
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  table.table_sprite {
    min-width: 500px;
  }
}

.result table th,
.result table td {
  position: relative;
  text-align: center;
}
.result table th .slash,
.result table td .slash {
  position: relative;
  width: 100px;
  height: 40px;
  box-sizing: border-box;
  left: 30%;
  line-height: 120px;
  background: linear-gradient(-135deg, transparent 49.5%, #212121 49.5%, transparent 50.5%, transparent 50.5%);
}
.result table th .slash01,
.result table td .slash01 {
  position: absolute;
  top: -25px;
  left: 10px;
}
.result table th .slash02,
.result table td .slash02 {
  position: absolute;
  top: -50px;
  left: 60px;
}
.result table th a {
  color: #222;
}
.result table td.date {
  background: #fff;
  min-width: 8em;
}
.result table td.booked {
  background: #efefef;
}
.result table td img {
  height: 1em;
}

.status span {
  padding-right: 1em;
  color: #555;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .status span {
    display: block;
  }
}
.status span img {
  height: 1em;
  margin: 0px 0.2em;
  vertical-align: middle;
}

.form_h {
  background: #f1f1f1;
  padding: 0.5em 1em;
  border-radius: 0.5em;
}
.form_h ~ .check_grp, .form_h ~ .radio_grp, .form_h ~ .form_grp {
  margin-left: 2em;
  border: none;
  padding: 0.5em;
}

p.red {
  color: red;
  font-size: 0.938em;
}

form table td,
form table td {
  border: none;
  border-bottom: 1px dashed #ddd;
}
form td button.btn {
  vertical-align: middle;
  margin-bottom: 0.3em;
  margin: 0 !important;
  top: -0.15em;
  text-align: center;
  position: relative;
  padding: 0.5em 1em 0.3em !important;
  min-width: 1em !important;
}
form td button.btn img {
  height: 1.2em;
  margin-right: 0.5em;
  margin: 0px auto;
}
form .captcha ~ input[type=text] {
  text-align: center;
  width: 10em;
}
form label input[type=checkbox] + input[type=text] {
  display: inline-block;
  width: auto;
  padding: 0.2em 0.5em;
  font-size: 0.938em;
  min-width: 20em;
}
@media screen and (max-width: 767px) {
  form label input[type=checkbox] + input[type=text] {
    min-width: auto;
  }
}

.btn-red {
  margin: 0px auto;
}
.btn-red img {
  margin-right: 0.5em;
}

.total_tr td {
  background: #fff;
  border-top: 2px solid #999;
  text-align: center;
  padding: 1.2em 1em;
}
.total_tr .total {
  display: block;
  text-align: right;
  margin: 0px 0px 0px auto;
  font-size: 2.5em;
  font-weight: bold;
}

blockquote {
  background: #f2f2f2;
  font-style: normal;
  display: block;
  border-left: 5px solid #502F4C;
  box-sizing: border-box;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 1.5em;
}

.traffic_block {
  padding: 0;
  font-size: 0.813em;
}
.traffic_block .map {
  line-height: 1;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.traffic_block .map .power {
  position: absolute;
  height: 15%;
  width: 8%;
  left: 32.5%;
  top: 73%;
  z-index: 9;
  background: url(../images/map/taipei/power.png) no-repeat center top;
  background-size: contain;
}
.traffic_block .map .stop_info {
  position: absolute;
  height: 30%;
  right: 0;
  padding: 1em;
  bottom: 0;
  left: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  .traffic_block .map .stop_info {
    height: 40%;
  }
}
.traffic_block .map .stop_info h3 {
  margin: 0 0 0 0.5em;
  color: #FCC211;
}
.traffic_block .map .stop_info p {
  margin: 0 0 0 0.5em;
  color: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .traffic_block .map .stop_info p {
    font-size: 1em;
    line-height: 1.65em;
  }
}
.traffic_block .map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.traffic_block .map ul li {
  position: absolute;
  width: 5%;
  height: 5%;
  font-size: 0em;
  background: url(../images/map/taipei/stop.png) no-repeat center center;
  background-size: contain;
}
.traffic_block .map ul li.focus {
  transform: scale(1.5);
  outline: 3px solid #fdd55d;
  z-index: 88;
}
.traffic_block .map ul li:nth-child(1) {
  top: 25%;
  left: 51%;
}
.traffic_block .map ul li:nth-child(2) {
  top: 25%;
  left: 55%;
}
.traffic_block .map ul li:nth-child(3) {
  top: 46%;
  left: 40%;
}
.traffic_block .map ul li:nth-child(4) {
  top: 9%;
  left: 37%;
}
.traffic_block .map ul li:nth-child(5) {
  top: 15%;
  left: 36%;
}
.traffic_block .map ul li:nth-child(6) {
  top: 18%;
  left: 55%;
}
.traffic_block .map ul li:nth-child(7) {
  top: 12%;
  left: 57%;
}
.traffic_block .map ul li:nth-child(8) {
  top: 11%;
  left: 49%;
}
.traffic_block .map ul li:nth-child(9) {
  top: 49%;
  left: 56.5%;
}
.traffic_block .map ul li:nth-child(10) {
  top: 49%;
  left: 52%;
}
.traffic_block .map img {
  max-width: 100%;
}
.traffic_block .map .h_1,
.traffic_block .map .h_3,
.traffic_block .map .mrt,
.traffic_block .map .man,
.traffic_block .map .n_h_1,
.traffic_block .map .n_h_2 {
  position: absolute;
  z-index: 2;
}
.traffic_block .map .n_h_1 {
  top: 7%;
  left: 40%;
  width: 8%;
  height: 7%;
  -webkit-animation-name: n_h_1;
          animation-name: n_h_1;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(../images/map/car_right.png) no-repeat 50% 50%;
  background-size: contain;
  display: none;
}
.traffic_block .map .n_h_1_path {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/map/nantuo/n_h_1.png) no-repeat center top;
  background-size: cover;
}
.traffic_block .map .n_h_2_path {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/map/nantuo/n_h_2.png) no-repeat center top;
  background-size: cover;
}
.traffic_block .map .n_h_2 {
  top: 65%;
  left: 10%;
  width: 8%;
  height: 7%;
  -webkit-animation-name: n_h_2;
          animation-name: n_h_2;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(../images/map/car_right.png) no-repeat 50% 50%;
  background-size: contain;
}
.traffic_block .map .h_1 {
  top: -100px;
  left: 58%;
  width: 8%;
  height: 7%;
  -webkit-animation-name: h_1;
          animation-name: h_1;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(../images/map/car.png) no-repeat 50% 50%;
  background-size: contain;
}
.traffic_block .map .h_1_path {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/map/taipei/h1_path.png) no-repeat center top;
  background-size: cover;
}
.traffic_block .map .h_3 {
  top: 45%;
  left: 100%;
  width: 8%;
  height: 7%;
  -webkit-animation-name: h_3;
          animation-name: h_3;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(../images/map/car.png) no-repeat 50% 50%;
  background-size: contain;
}
.traffic_block .map .h_3_path {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/map/taipei/h3_path.png) no-repeat center top;
  background-size: cover;
}
.traffic_block .map .mrt {
  top: 100%;
  left: 51%;
  width: 20%;
  height: 20%;
  -webkit-animation-name: mrt;
          animation-name: mrt;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(../images/map/mrt.png) no-repeat 50% 50%;
  background-size: contain;
}
.traffic_block .map .man {
  top: 45%;
  left: 24%;
  width: 10%;
  height: 10%;
  -webkit-animation-name: man;
          animation-name: man;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(../images/map/taipei/man.gif) no-repeat 50% 50%;
  background-size: contain;
}
.traffic_block .map .man_path {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/map/taipei/man_path.png) no-repeat center top;
  background-size: cover;
}
.traffic_block .drive {
  overflow: hidden;
}
.traffic_block .drive [class^=highway] {
  float: left;
  width: 50%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px dashed transparent;
}
@media screen and (max-width: 767px) {
  .traffic_block .drive [class^=highway] {
    float: none;
    width: 100%;
  }
}
.traffic_block .mass_transit .mrt {
  float: left;
  width: 30%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px dashed transparent;
}
@media screen and (max-width: 767px) {
  .traffic_block .mass_transit .mrt {
    float: none;
    width: 100%;
  }
}
.traffic_block .mass_transit .bus {
  float: left;
  width: 70%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px dashed transparent;
}
@media screen and (max-width: 767px) {
  .traffic_block .mass_transit .bus {
    float: none;
    width: 100%;
  }
}
.traffic_block .drive,
.traffic_block .mass_transit {
  overflow: hidden;
  padding: 0.5em;
  position: relative;
  padding-left: 80px;
  box-sizing: border-box;
}
.traffic_block .drive .focus,
.traffic_block .mass_transit .focus {
  background: #faffcf;
  border: 1px dashed #bd80d2;
  border-radius: 4px;
}
.traffic_block .drive p,
.traffic_block .mass_transit p {
  margin: 0 0 0.2em;
  line-height: 1.45em;
  min-height: 5.4em;
}
.traffic_block .drive img,
.traffic_block .mass_transit img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 5px;
  left: 0;
}
.traffic_block .drive h3,
.traffic_block .mass_transit h3 {
  margin: 0 0 0.2em;
}
.traffic_block .drive .bus ul,
.traffic_block .mass_transit .bus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.traffic_block .drive .bus ul li,
.traffic_block .mass_transit .bus ul li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 0.3em 0.5em 0;
  color: #222;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  border: 1px dashed #ddd;
  background: #f1f1f1;
}
.traffic_block .drive .bus ul li:hover, .traffic_block .drive .bus ul li:focus,
.traffic_block .mass_transit .bus ul li:hover,
.traffic_block .mass_transit .bus ul li:focus {
  color: #222;
  border: 1px dashed #bd80d2;
  background: #faffcf;
}

@-webkit-keyframes h_1 {
  0% {
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  19% {
    top: 12%;
    left: 61%;
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  20% {
    top: 13%;
    left: 61%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  49% {
    top: 13%;
    left: 52%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  50% {
    top: 13%;
    left: 51%;
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  79% {
    top: 33%;
    left: 53%;
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  80% {
    top: 34%;
    left: 53%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  90% {
    top: 34%;
    left: 48%;
    opacity: 1;
  }
  100% {
    top: 34%;
    left: 48%;
    opacity: 0;
  }
}

@keyframes h_1 {
  0% {
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  19% {
    top: 12%;
    left: 61%;
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  20% {
    top: 13%;
    left: 61%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  49% {
    top: 13%;
    left: 52%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  50% {
    top: 13%;
    left: 51%;
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  79% {
    top: 33%;
    left: 53%;
    background: url(../images/map/car_down.png) no-repeat 50% 50%;
    background-size: contain;
  }
  80% {
    top: 34%;
    left: 53%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  90% {
    top: 34%;
    left: 48%;
    opacity: 1;
  }
  100% {
    top: 34%;
    left: 48%;
    opacity: 0;
  }
}
@-webkit-keyframes h_3 {
  29% {
    top: 45%;
    left: 81%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  30% {
    top: 45%;
    left: 80%;
    background: url(../images/map/car_up.png) no-repeat 50% 50%;
    background-size: contain;
  }
  49% {
    top: 32%;
    left: 72%;
    background: url(../images/map/car_up.png) no-repeat 50% 50%;
    background-size: contain;
  }
  50% {
    top: 32%;
    left: 71%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  90% {
    top: 34%;
    left: 48%;
    opacity: 1;
  }
  100% {
    top: 34%;
    left: 48%;
    opacity: 0;
  }
}
@keyframes h_3 {
  29% {
    top: 45%;
    left: 81%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  30% {
    top: 45%;
    left: 80%;
    background: url(../images/map/car_up.png) no-repeat 50% 50%;
    background-size: contain;
  }
  49% {
    top: 32%;
    left: 72%;
    background: url(../images/map/car_up.png) no-repeat 50% 50%;
    background-size: contain;
  }
  50% {
    top: 32%;
    left: 71%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  90% {
    top: 34%;
    left: 48%;
    opacity: 1;
  }
  100% {
    top: 34%;
    left: 48%;
    opacity: 0;
  }
}
@-webkit-keyframes n_h_1 {
  0% {
    top: 7%;
    left: 40%;
    opacity: 0;
  }
  12% {
    top: 5%;
    left: 53%;
    opacity: 1;
  }
  24% {
    top: 17%;
    left: 70%;
    background: url(../images/map/car_right.png) no-repeat 50% 50%;
    background-size: contain;
  }
  25% {
    top: 18%;
    left: 71%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  35% {
    top: 25%;
    left: 72%;
  }
  64% {
    top: 59%;
    left: 49%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  65% {
    top: 60%;
    left: 48%;
    background: url(../images/map/car_right.png) no-repeat 50% 50%;
    background-size: contain;
  }
  75% {
    top: 71%;
    left: 50%;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 84%;
    left: 67%;
    opacity: 0;
  }
}
@keyframes n_h_1 {
  0% {
    top: 7%;
    left: 40%;
    opacity: 0;
  }
  12% {
    top: 5%;
    left: 53%;
    opacity: 1;
  }
  24% {
    top: 17%;
    left: 70%;
    background: url(../images/map/car_right.png) no-repeat 50% 50%;
    background-size: contain;
  }
  25% {
    top: 18%;
    left: 71%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  35% {
    top: 25%;
    left: 72%;
  }
  64% {
    top: 59%;
    left: 49%;
    background: url(../images/map/car.png) no-repeat 50% 50%;
    background-size: contain;
  }
  65% {
    top: 60%;
    left: 48%;
    background: url(../images/map/car_right.png) no-repeat 50% 50%;
    background-size: contain;
  }
  75% {
    top: 71%;
    left: 50%;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 84%;
    left: 67%;
    opacity: 0;
  }
}
@-webkit-keyframes n_h_2 {
  0% {
    top: 65%;
    left: 10%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    top: 75%;
    left: 26%;
  }
  50% {
    top: 75%;
    left: 38%;
  }
  60% {
    top: 72%;
    left: 41%;
  }
  76% {
    top: 72%;
    left: 50%;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 84%;
    left: 67%;
    opacity: 0;
  }
}
@keyframes n_h_2 {
  0% {
    top: 65%;
    left: 10%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    top: 75%;
    left: 26%;
  }
  50% {
    top: 75%;
    left: 38%;
  }
  60% {
    top: 72%;
    left: 41%;
  }
  76% {
    top: 72%;
    left: 50%;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 84%;
    left: 67%;
    opacity: 0;
  }
}
@-webkit-keyframes mrt {
  100% {
    top: 45%;
    left: 12%;
  }
}
@keyframes mrt {
  100% {
    top: 45%;
    left: 12%;
  }
}
@-webkit-keyframes man {
  60% {
    top: 30%;
    left: 36%;
  }
  95% {
    top: 30%;
    left: 49%;
    opacity: 1;
  }
  100% {
    top: 30%;
    left: 50%;
    opacity: 0;
  }
}
@keyframes man {
  60% {
    top: 30%;
    left: 36%;
  }
  95% {
    top: 30%;
    left: 49%;
    opacity: 1;
  }
  100% {
    top: 30%;
    left: 50%;
    opacity: 0;
  }
}
/* sitemap */
.sitemap {
  margin: 0px auto 1em;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #eee;
  border-radius: 6px;
  background-clip: padding-box;
}

.cascading {
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.cascading ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: counter_level;
}
.cascading li {
  line-height: 1.5;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 1em auto;
  box-sizing: border-box;
  padding: 0px 0.5em;
}
.cascading li a {
  margin: 0.5em 0;
  color: #222;
  padding: 0.5em;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 2px solid #502F4C;
}
.cascading li a:before {
  content: counters(counter_level, ".") ".";
  counter-increment: counter_level;
  display: inline-block;
  margin-right: 0.5em;
}
.cascading li a:hover, .cascading li a:focus {
  color: #502F4C !important;
  text-decoration: none;
}
.cascading li ul {
  padding-left: 1em;
}
.cascading li ul li {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.cascading li ul li a {
  display: block;
  font-size: 1em;
  padding: 0.3em 0;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cascading {
    width: 95%;
    margin: 0px auto;
  }
  .cascading li {
    width: 100%;
  }
}

.slick-prev:focus, .slick-next:focus {
  box-shadow: 0px 0px 0px 2px #FCC211 inset;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #b88ee8;
  box-shadow: 0px 0px 0px 1px #b88ee8;
}
.slick-dots li button:before {
  background: #666;
}
.slick-dots li.slick-active button:before {
  background: #bd80d2;
}
.slick-dots li.slick-active button:hover:before, .slick-dots li.slick-active button:focus:before {
  opacity: 0.9;
  color: black;
  background: #b88ee8;
}

.lightbox_slider {
  background: #fff;
  padding: 30px 30px 50px;
  clear: both;
}
.lightbox_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #502F4C;
}
.lightbox_slider .imgOuter {
  margin: 0px 15px;
  overflow: hidden;
  height: 200px;
  overflow: hidden;
}
.lightbox_slider .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lightbox_slider .imgOuter img {
  vertical-align: middle;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider .infotxt {
  margin: 0px 10px 0px 20px;
  padding: 0px;
  display: none;
}
.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-prev,
.lightbox_slider .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-out;
  border-radius: 6px;
  background-clip: padding-box;
}
.lightbox_slider .slick-prev {
  left: -30px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat RGBA(0, 0, 0, 0.5);
  background-size: 80%;
}
.lightbox_slider .slick-next {
  right: -30px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat RGBA(0, 0, 0, 0.5);
  background-size: 80%;
}
.lightbox_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider a:hover, .lightbox_slider a:focus {
  box-shadow: 0px 0px 0px 1px #bd80d2 inset;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #b25cc1;
  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 {
    display: none;
  }
}
a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: -2px;
  opacity: 1;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #502F4C;
  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: #502F4C;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #bd80d2;
}
.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;
}

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