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

.tabSet, .divider, .divider-vertical, .container, .row {
  clear: both;
  zoom: 1;
}
.tabSet:before, .divider:before, .divider-vertical:before, .container:before, .row:before, .tabSet:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  content: "";
  display: table;
}
.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;
}

.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 #36aaa0;
  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: #05866e;
  text-decoration: none;
}
a:hover, a:focus {
  color: #046d5a;
  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: #c1ebe8;
}
.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: #046d5a;
  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 #046d5a 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;
}

[tooltip] {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

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

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

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

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

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

.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: #046d5a;
  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: #36aaa0;
  border: 1px solid #2a837c;
  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: #2a837c;
  cursor: pointer;
  color: #fff;
}
button:focus,
input[type=button]:focus {
  box-shadow: 0px 0px 0px 3px #87d9d2;
  outline: none;
}
button.active,
input[type=button].active {
  background: #3cbdb2;
  cursor: pointer;
}

input[type=submit] {
  background: #36aaa0;
  border: 1px solid #2a837c;
  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: #2a837c;
  cursor: pointer;
  color: #fff;
}
input[type=submit]:focus {
  box-shadow: 0px 0px 0px 3px #87d9d2;
  outline: none;
}
input[type=submit].active {
  background: #3cbdb2;
  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 #73d3ca;
  box-shadow: 0px 0px 0px 2px #73d3ca;
  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: #36aaa0;
  background-color: #36aaa0;
  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: #36aaa0 0 0 0 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #36aaa0 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: #36aaa0;
  border: 1px solid #2a837c;
  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: #2a837c;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn:focus {
  box-shadow: 0px 0px 0px 3px #87d9d2;
  outline: none;
}
.upload_grp .upload_btn.active {
  background: #3cbdb2;
  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: #36aaa0;
  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 #36aaa0;
}
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;
}

.vr_zone {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DEDEDE;
  box-sizing: border-box;
}

.control_sidebar {
  box-sizing: border-box;
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  padding-left: 2em;
  padding-right: 1em;
}
.control_sidebar > * {
  box-sizing: border-box;
}
.control_sidebar:after {
  width: calc(100% - 2em);
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background: #046d5a;
  content: "";
}
.control_sidebar .switch_btn {
  width: 2em;
  height: 8em;
  padding: 0.5em;
  color: #FFF;
  position: absolute;
  top: 2em;
  left: 0em;
  background: #046d5a;
}
.control_sidebar .switch_btn:hover, .control_sidebar .switch_btn:focus {
  background: rgba(0, 0, 0, 0.8);
}
.control_sidebar .panel {
  color: #FFF;
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 3em 1em 1em;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 0px 1px solid #ff0 inset;
}
.control_sidebar .panel h1 {
  width: 100%;
  height: 60px;
  margin: 0.5em 0 0;
  text-align: left;
}
.control_sidebar .panel h1 img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.control_sidebar .panel h2 {
  width: 100%;
  height: 100px;
  margin: 0;
  text-align: left;
}
.control_sidebar .panel h2 img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.control_sidebar .panel .info {
  border: 1px solid rgba(255, 255, 255, 0.5);
  clear: both;
  overflow: hidden;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .control_sidebar .panel .info {
    display: none;
  }
}
.control_sidebar .panel .info img {
  margin: 0 auto;
  width: 95%;
  display: block;
  margin-bottom: 0.5em;
}
.control_sidebar .panel .info ul {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 1.2em;
}
.control_sidebar .panel .info ul li {
  font-size: 0.938em;
  margin-bottom: 0.3em;
  line-height: 1.25em;
}
.control_sidebar .panel .select_area {
  clear: both;
  overflow: hidden;
  margin: 0 auto 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .control_sidebar .panel .select_area {
    width: 98%;
  }
}
.control_sidebar .panel .select_area .floor_select {
  margin-bottom: 1em;
  position: relative;
}
.control_sidebar .panel .select_area .floor_select > a {
  padding: 0.4em 0.5em;
  display: block;
  background: rgba(0, 0, 0, 0.15);
  color: #FFF;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.75);
  border: 1px solid rgb(255, 255, 255);
}
.control_sidebar .panel .select_area .floor_select > a:focus {
  box-shadow: none;
}
.control_sidebar .panel .select_area .floor_select > a:hover, .control_sidebar .panel .select_area .floor_select > a:focus {
  background: rgba(0, 0, 0, 0.45);
  color: #FFF;
}
.control_sidebar .panel .select_area .floor_select > a:after {
  position: absolute;
  content: "";
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
.control_sidebar .panel .select_area .floor_select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.control_sidebar .panel .select_area .floor_select ul li {
  display: block;
  vertical-align: top;
  text-align: left;
}
.control_sidebar .panel .select_area .floor_select ul li a {
  border: none;
  display: block;
  color: #FFF;
  padding: 0.4em 0.5em;
  background: rgba(0, 0, 0, 0.85);
}
.control_sidebar .panel .select_area .floor_select ul li a:hover, .control_sidebar .panel .select_area .floor_select ul li a:focus {
  background: #ca4b00;
  color: #FFF;
}
.control_sidebar .panel .select_area .floor_zone {
  display: block;
  margin: 0 auto;
  min-height: 250px;
}
.control_sidebar .panel .select_area .floor_zone > div {
  position: relative;
}
.control_sidebar .panel .select_area .floor_zone > div a {
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #ff3e4d;
  position: absolute;
  -webkit-animation: oxxo;
          animation: oxxo;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  border: 2px solid #FFF;
  box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.75);
}
.control_sidebar .panel .select_area .floor_zone img {
  width: 100%;
}
.control_sidebar .panel .select_area .floor_zone span {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0.5em;
  display: block;
}
.control_sidebar .panel .select_area .floor_zone span:before {
  content: "目前位置：";
  display: inline-block;
  margin-right: 0.3em;
  font-size: 0.75em;
}
.control_sidebar .panel .select_area .floor_14f .btn_01 {
  left: 103px;
  top: 152px;
}
.control_sidebar .panel .select_area .floor_14f .btn_02 {
  left: 103px;
  top: 170px;
}
.control_sidebar .panel .select_area .floor_5f .btn_01 {
  left: 82px;
  top: 136px;
}
.control_sidebar .panel .select_area .floor_4f .btn_01 {
  left: 226px;
  top: 160px;
}
.control_sidebar .panel .select_area .floor_4f .btn_02 {
  left: 216px;
  top: 50px;
}
.control_sidebar .panel .select_area .floor_4f .btn_03 {
  left: 107px;
  top: 36px;
}
.control_sidebar .panel .select_area .floor_3f .btn_01 {
  left: 104px;
  top: 38px;
}
.control_sidebar .panel .select_area .floor_3f .btn_02 {
  left: 222px;
  top: 50px;
}
.control_sidebar .panel .select_area .floor_2f .btn_01 {
  left: 220px;
  top: 46px;
}
.control_sidebar .panel .select_area .floor_2f .btn_02 {
  left: 133px;
  top: 162px;
}
.control_sidebar .panel .select_area .floor_1f .btn_01 {
  left: 184px;
  top: 203px;
}
.control_sidebar .panel .select_area .floor_1f .btn_02 {
  left: 221px;
  top: 180px;
}
.control_sidebar .panel .select_area .floor_1f .btn_03 {
  left: 192px;
  top: 90px;
}
.control_sidebar .panel .select_area .floor_1f .btn_04 {
  left: 165px;
  top: 10px;
}
.control_sidebar .panel .select_area .floor_1f .btn_05 {
  left: 129px;
  top: 163px;
}
.control_sidebar .panel .select_area .floor_1f .btn_06 {
  left: 215px;
  top: 48px;
}
.control_sidebar .panel .select_area .floor_1f .btn_07 {
  left: 105px;
  top: 55px;
}
.control_sidebar .panel .select_area .floor_1f .btn_08 {
  left: 105px;
  top: 25px;
}
.control_sidebar .panel .select_area .floor_b1 .btn_01 {
  left: 74px;
  top: 26px;
}
.control_sidebar .panel .select_area .floor_b1 .btn_02 {
  left: 116px;
  top: 42px;
}

@-webkit-keyframes oxxo {
  0% {
    background: #ff3e4d;
  }
  50% {
    background: #fcc211;
  }
  100% {
    background: #ff3e4d;
  }
}

@keyframes oxxo {
  0% {
    background: #ff3e4d;
  }
  50% {
    background: #fcc211;
  }
  100% {
    background: #ff3e4d;
  }
}/*# sourceMappingURL=vr.css.map */