@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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

.category, .pagination, .divider, .divider-vertical {
  clear: both;
  zoom: 1;
}
.category:before, .pagination:before, .divider:before, .divider-vertical:before, .category:after, .pagination:after, .divider:after, .divider-vertical:after {
  content: "";
  display: table;
}
.category:after, .pagination:after, .divider:after, .divider-vertical:after {
  clear: both;
}

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

.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0 0;
  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 #E15706, #C1328E, #FF7900;
  padding: 2em;
  -webkit-box-sizing: border-box;
          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;
  }
}

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

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #E15706;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  -webkit-transition: 0.5s;
  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: 0;
  opacity: 1;
  color: #fff;
}

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

a {
  color: #2288d1;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1b6ba5;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.65em;
}

.col-2-2-2-2-2-2 .container, .col-3-9 .container, .col-9-3 .container, .col-4-8 .container, .col-8-4 .container, .col-3-3-3-3 .container, .col-4-4-4 .container, .col-6-6 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

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

.col-9-3 .col {
  width: 100%;
}
@media (min-width: 768px) {
  .col-9-3 .col {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-9-3 .col {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .col-9-3 .col {
    width: 75%;
  }
}
.col-9-3 .col:nth-child(2n) {
  width: 100%;
}
@media (min-width: 768px) {
  .col-9-3 .col:nth-child(2n) {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-9-3 .col:nth-child(2n) {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-9-3 .col:nth-child(2n) {
    width: 25%;
  }
}

.col-3-9 .col {
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-9 .col {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-3-9 .col {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-9 .col {
    width: 25%;
  }
}
.col-3-9 .col:nth-child(2n) {
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-9 .col:nth-child(2n) {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-3-9 .col:nth-child(2n) {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .col-3-9 .col:nth-child(2n) {
    width: 75%;
  }
}

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

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

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

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

.breadcrumb {
  padding: 0.1em 0em 0.1em;
  font-size: 0.875em;
  position: relative;
}
.breadcrumb ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block !important;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:first-child:before {
  content: none;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.search_block .breadcrumb {
  max-width: 1400px;
  padding: 5px 15px;
  margin: 10px auto 0;
}

.scrolldown_fix .breadcrumb {
  padding: 0 15px;
  margin: 0 auto;
}

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

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

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

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

.upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn {
  font-size: 1em;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  padding: 0.5em 1em;
  margin: 0.25em;
}
.upload_grp .upload_btn i, input[type=reset] i, input[type=submit] i, button i,
input[type=button] i, .btn i {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.fillin, .sp .main_content .featured_data .apply, .login_lightbox .loginblock .customBtn, input[type=submit],
button[type=submit],
.btn-submit,
.btn-primary {
  background-color: #E15706;
  border-color: #E15706;
  color: #fff;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  display: inline-block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.fillin:hover, .sp .main_content .featured_data .apply:hover, .login_lightbox .loginblock .customBtn:hover, input[type=submit]:hover,
button[type=submit]:hover,
.btn-submit:hover,
.btn-primary:hover, .fillin:focus, .sp .main_content .featured_data .apply:focus, .login_lightbox .loginblock .customBtn:focus, input[type=submit]:focus,
button[type=submit]:focus,
.btn-submit:focus,
.btn-primary:focus {
  background-color: #f4573f;
  color: #fff !important;
  outline: none;
  -webkit-box-shadow: 0 0px 0px 2px #e8aa0f inset;
          box-shadow: 0 0px 0px 2px #e8aa0f inset;
}
.fillin:disabled, .sp .main_content .featured_data .apply:disabled, .login_lightbox .loginblock .customBtn:disabled, input[type=submit]:disabled,
button[type=submit]:disabled,
.btn-submit:disabled,
.btn-primary:disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: auto;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn:hover, .btn.active {
  color: #E15706;
  outline: none;
  border-color: #E15706;
}
.btn:focus {
  -webkit-box-shadow: 0 0px 0px 2px #e8aa0f inset;
          box-shadow: 0 0px 0px 2px #e8aa0f inset;
}

input[type=submit]:before,
button[type=submit]:before,
.btn-submit:before,
.btn-primary:before {
  background: #f4573f;
}

button[type=submit],
.btn-submit,
.btn-primary {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
button[type=submit]:hover,
.btn-submit:hover,
.btn-primary:hover {
  color: #fff;
  border-color: #af4405;
  background: #af4405;
  text-decoration: none;
}

.btn-reset,
.btn-del {
  background-color: #eee;
  border-color: #eee;
  color: #7e7e7e;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-reset:hover,
.btn-del:hover {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #333;
}

.btn-nostyle {
  background: transparent;
  border-color: rgba(255, 255, 255, 0);
  color: #E15706;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-nostyle:before {
  background: #f4f4f4;
}
.btn-nostyle:hover {
  border-color: #f4f4f4;
  background: #f4f4f4;
  text-decoration: none;
}

.del_btn,
.add_btn {
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: none;
  background: #eee url(../images/icon/icon_close.svg) no-repeat center;
  background-size: 12px;
  opacity: 0.6;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.del_btn:hover,
.add_btn:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.header {
  position: fixed;
  z-index: 60;
  height: 55px;
  background: #313131;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.2);
}
.header > .container .sidebarCtrl {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0em;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 100%;
  overflow: visible;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container {
    padding: 0;
    display: block;
  }
}
.header > .container .sidebarCtrl {
  display: none;
  right: 0px;
  background: url("../images/sidebarCtrl_white.png") no-repeat center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #313131;
  width: 50%;
  height: 4px;
  top: 35%;
  left: 50%;
  margin-left: -25%;
  display: block;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 50%;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 65%;
}
.header > .container .accesskey {
  color: #1b1b1b;
}
.header h1 {
  height: 40px;
  margin: 0 0 0 20px;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
	color:#FFF;
    font-size:16pt;
	line-height:40px;
}
.header h1 a:hover {
  text-decoration: none;
}
.header h1 img {
  max-height: 40px;
	vertical-align: middle;
	padding:0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 60px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 55px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 img {
    display: none;
  }
}
.header h1 span {
  display: none;
  font-size: 1em;
  color: #fff;
  font-size: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .header h1 span {
    display: block;
  }
}
.header .navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-size: 0.938em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 520px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header .navigation > ul {
    max-width: 430px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navigation > ul {
    max-width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation > ul {
    display: none;
  }
}
.header .navigation li {
  height: 100%;
}
.header .navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #f0f0f0;
  height: 100%;
  background: #313131;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .navigation li a:hover {
  color: #fff;
  background: #3e3e3e;
}
.header .navigation li a.active {
  color: #fff;
  background: #E15706;
}
.header .navigation li a.active:hover {
  color: #fff;
  background: #E15706;
}
.header .more_list_block {
  height: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .more_list_block {
    display: none;
  }
}
.header .more_list_block .more {
  height: 100%;
  padding: 0.5em 1.5em 0.5em 1em;
  border-radius: 0;
  background: none;
  position: relative;
  margin: 0;
  border: none;
  color: #ccc;
  background: #313131;
}
.header .more_list_block .more:hover {
  color: #fff;
  background: #3e3e3e;
}
.header .more_list_block .more:before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: calc(50% - 6px);
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .more_list_block .more_list {
  display: none;
  position: absolute;
  right: 0;
  top: 46px;
  width: 180px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.8em 0;
}
.header .more_list_block .more_list li {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
}
.header .more_list_block .more_list a {
  color: #333;
  display: block;
  padding: 0.5em 1em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .more_list_block .more_list a:hover {
  background-color: #f4f4f4;
  color: #333;
}
.header .nav_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .header .nav_right {
    display: none;
  }
}
.header .member_record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em;
  position: relative;
  height: 100%;
}
.header .member_name {
  color: #fff;
  font-size: 0.938em;
  margin-right: 0.5em;
}
.header .btn_member {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 30px;
  border-color: #E15706;
  min-width: auto;
  overflow: hidden;
  background: #E15706;
  position: relative;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.header .btn_member:hover {
  background-color: #f4573f;
}
.header .btn_member img {
  position: absolute;
  bottom: -1px;
  left: 5%;
  width: 90%;
  vertical-align: middle;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header .member_data {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  width: 150px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}
.header .member_data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .member_data li {
  border-bottom: 1px solid #d6d6d6;
}
.header .member_data li:last-child {
  border: none;
}
.header .member_data li a {
  display: block;
  padding: 0.5em 1em;
  color: #333;
  font-size: 0.938em;
}
.header .member_data li a:hover {
  background: #f4f4f4;
}
.header .language {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  position: relative;
  font-size: 1em;
}
.header .language select {
  background: rgba(0, 0, 0, 0) url(../images/icon/icon_arrow_down_invert.svg) no-repeat right 5px center;
  color: #fff;
  border: none;
  background-size: 12px;
  padding-right: 20px;
  height: 2.4em;
  line-height: 2.4em;
  min-width: 6.5em;
}
.header .language a {
  color: #fff;
  display: block;
  width: 110px;
  font-size: 0.938em;
  padding: 4px 30px 4px 15px;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .language a:hover, .header .language a:focus {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.header .language ul {
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  top: auto;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}
.header .language ul li {
  margin-bottom: 0px;
  width: 100%;
}
.header .language ul li a {
  background-image: none;
  color: #333;
  text-align: left;
  padding: 4px 15px 3px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .language ul li a:hover {
  background: #f4f4f4;
}
.header .language ul li a.active {
  background-color: #E15706;
  color: #fff;
}
.header .login {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .header .login {
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
  }
}
.header .login .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 20px !important;
  color: #fff;
  border: none;
  font-size: 0.938em;
  font-weight: bold;
  margin: 0;
  background: #E15706;
  border-radius: 30px;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.header .login .btn:hover, .header .login .btn:focus {
  color: #fff;
  background: #f4573f;
}
@media screen and (max-width: 767px) {
  .header .login .btn {
    min-width: auto;
    padding: 4px 10px 3px !important;
  }
}
.header .menu {
  display: none;
}
.add_btn {
  background-image: url(../images/icon/icon_add.svg);
}

.btn_switch {
  position: relative;
  margin: 0.5em auto;
  background: none;
  color: #7e7e7e;
  border: none;
  border-radius: 0;
}
.btn_switch:hover, .btn_switch:focus {
  background: none;
  color: #333;
  outline: none;
}
.btn_switch:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -3px;
  border-width: 2px 0 0 2px;
  border-color: #333;
  border-style: solid;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_switch.turnicon:after {
  content: "";
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_sendmail:after {
  background: url(../images/icon/icon_email_invert.svg) center no-repeat;
  background-size: 60%;
}

.btn_addbookmark:after {
  background: url(../images/icon/icon_bookmark_normal_invert.svg) center no-repeat;
  background-size: 60%;
}

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

@-webkit-keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*for IE */
.img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.img-container a {
  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.45);
  padding: 0 1em;
  font-size: 1.25em;
  color: #FFF;
  margin: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    width: 100%;
    height: 2em;
    line-height: 2em;
    left: 0;
    padding: 0 1em;
  }
}
.img-container a:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0px 0px 2px #1b6ba5 inset;
          box-shadow: 0 0px 0px 2px #1b6ba5 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;
}



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 th.center,
table td.center {
  text-align: center;
}
table td {
  border: #ddd 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table th {
  background-color: #EEE;
  color: #333;
  border: #DDD 1px solid;
  white-space: nowrap;
}
table.table_hover tr:hover {
  background: #F3F3F3;
}
table.table_sprite tr:nth-child(even) {
  background: #F9F9F9;
}
table.table_sprite tr:nth-child(odd) {
  background: #FFF;
}

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

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

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

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

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

.scroltable-container {
  overflow: auto;
}

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

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

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

@-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_grp,
.check_grp,
.radio_grp,
.btn_grp,
.upload_grp {
  margin: 0.2em 0 0 0;
}

.check_grp label,
.radio_grp label {
  display: block;
}
.check_grp.form_inline label,
.radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}

.form_grp.form_inline label,
.upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
.form_grp.form_inline input,
.form_grp.form_inline textarea,
.form_grp.form_inline select,
.upload_grp.form_inline input,
.upload_grp.form_inline textarea,
.upload_grp.form_inline select {
  width: auto;
  margin: 0 0.25em 0.3em;
}
.form_grp.form_flex,
.upload_grp.form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_grp.form_flex input,
.form_grp.form_flex textarea,
.form_grp.form_flex select,
.upload_grp.form_flex input,
.upload_grp.form_flex textarea,
.upload_grp.form_flex select {
  margin: 0 0.25em 0.3em;
}

.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.form_inline label ~ input, .form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form_inline input[type=text],
.form_inline input[type=email],
.form_inline input[type=password],
.form_inline select,
.form_inline textarea {
  width: auto;
  display: inline-block;
}
.form_inline .form_grp,
.form_inline .check_grp,
.form_inline .radio_grp,
.form_inline .btn_grp,
.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
.form_inline .btn_grp .btn,
.form_inline .btn_grp input[type=submit],
.form_inline .btn_grp input[type=reset],
.form_inline .btn_grp input[type=button],
.form_inline .btn_grp input[type=search] {
  padding: 0.45em 1em;
}
.form_inline select,
.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: #333;
  font-size: 1em;
  border: 1px solid #929292;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  border-radius: 10px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button:hover, button:focus {
  outline: none;
}

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

input.error,
select.error,
textarea.error {
  -webkit-box-shadow: 0px 0px 0px 2px #ff3e4d;
          box-shadow: 0px 0px 0px 2px #ff3e4d;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

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

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border: 1px solid #fddc76;
  -webkit-box-shadow: 0px 0px 0px 2px #fddc76;
          box-shadow: 0px 0px 0px 2px #fddc76;
  outline: none;
}

select {
  height: 40px;
  padding: 0 34px 0 0.8em;
  border: 1px solid #929292;
  background: #fff url(../images/icon/icon_arrow_down.svg) no-repeat right 10px center;
  background-size: 12px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=reset] {
  text-shadow: none;
}

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

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

input[type=checkbox] {
  border-radius: 4px;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #E15706;
  background-color: #E15706;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 0px 2px #e8aa0f inset;
          box-shadow: 0 0px 0px 2px #e8aa0f inset;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
}

input[type=radio]:checked {
  -webkit-box-shadow: #fff 0 0 0 3px inset, #E15706 0 0 0 1px;
          box-shadow: #fff 0 0 0 3px inset, #E15706 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;
  -webkit-box-shadow: none;
          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;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.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-width:75px;
  max-height: 44px;
  max-height: 100px;
  margin-bottom: 0.3em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ .btn {
  margin-top: -1px;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}

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

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

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

.i_add:before {
  background: url(../images/icon/icon_add.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

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

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

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

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

.i_bookmark:before {
  background: url(../images/icon/icon_bookmark.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_bookmark_no:before {
  background: url(../images/icon/icon_bookmark_no.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_check:before {
  background: url(../images/icon/icon_check.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_close:before {
  background: url(../images/icon/icon_close.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_edit:before {
  background: url(../images/icon/icon_edit.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_filter:before {
  background: url(../images/icon/icon_filter.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_grid:before {
  background: url(../images/icon/icon_grid.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_heart:before {
  background: url(../images/icon/icon_heart.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_hide:before {
  background: url(../images/icon/icon_hide.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_home:before {
  background: url(../images/icon/icon_home.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_info:before {
  background: url(../images/icon/icon_info.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_link:before {
  background: url(../images/icon/icon_link.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_lock:before {
  background: url(../images/icon/icon_lock.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_mail:before {
  background: url(../images/icon/icon_mail.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_menu:before {
  background: url(../images/icon/icon_menu.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_renew:before {
  background: url(../images/icon/icon_renew.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_rss:before {
  background: url(../images/icon/icon_rss.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_share:before {
  background: url(../images/icon/icon_share.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}
.i_share:hover {
  background: url(../images/icon/icon_share.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}
.i_setting:before {
  background: url(../images/icon/icon_setting.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_sort:before {
  background: url(../images/icon/icon_sort.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_view:before {
  background: url(../images/icon/icon_view.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_video:before {
  background: url(../images/icon/icon_video.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_tag:before {
  background: url(../images/icon/icon_tag.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_trash:before {
  background: url(../images/icon/icon_trash.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_move:before {
  background: url(../images/icon/icon_move.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_layout:before {
  background: url(../images/icon/icon_layout.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_copy:before {
  background: url(../images/icon/icon_copy.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_view:before {
  background: url(../images/icon/icon_view.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar:before {
  background: url(../images/icon/icon_calendar.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_search:before {
  background: url(../images/icon/icon_search.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_photo:before {
  background: url(../images/icon/icon_photo.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_order:before {
  background: url(../images/icon/icon_order.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_top:before {
  background: url(../images/icon/icon_top.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_minus:before {
  background: url(../images/icon/icon_minus.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

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




body.fix {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: fixed;
}

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

*[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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: none;
}
*[class^=notice]:before {
  position: absolute;
  top: 0.7em;
  left: 0.8em;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
}
*[class^=notice]:before img {
  width: 100%;
}
*[class^=notice] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.8em;
  right: 1em;
  display: block;
  opacity: 0.5;
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
}
*[class^=notice] a.close img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}

*[class*=notice_info] {
  color: #00529B;
  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 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: linear-gradient(to bottom, #ffffff, #e5e5e5);
  padding: 0.5em 1em;
  position: relative;
  border: 1px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .function_panel {
    padding: 0.5em 15px;
  }
}
.function_panel button {
  background: transparent;
  height: 40px;
}
.function_panel button:hover {
  color: #E15706;
}
.function_panel .display_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.function_panel .display_grp button {
  padding: 0 0 0 2em;
  margin: 0 5px 0 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #7e7e7e;
  position: relative;
  height: auto;
}
.function_panel .display_grp button:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  left: 0;
  top: -1px;
  margin: 0 3px;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.function_panel .display_grp button:hover:before, .function_panel .display_grp button.active:before {
  opacity: 1;
}
.function_panel .display_grp .list_less:before {
  background: #ccc url(../images/icon/icon_list_less.svg) center no-repeat;
  background-size: 80%;
}
.function_panel .display_grp .list_less:hover:before, .function_panel .display_grp .list_less.active:before {
  background: #E15706 url(../images/icon/icon_list_less_invert.svg) center no-repeat;
  background-size: 80%;
}
.function_panel .display_grp .list_more:before {
  background: #ccc url(../images/icon/icon_list_more.svg) center no-repeat;
  background-size: 80%;
}
.function_panel .display_grp .list_more:hover:before, .function_panel .display_grp .list_more.active:before {
  background: #E15706 url(../images/icon/icon_list_more_invert.svg) center no-repeat;
  background-size: 80%;
}
.function_panel .display_grp + .result_amount {
  margin: 0 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #fff;
  -webkit-box-shadow: -1px 0 0 #ccc;
          box-shadow: -1px 0 0 #ccc;
}
@media screen and (max-width: 767px) {
  .function_panel .display_grp + .result_amount {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
  }
}
.function_panel .result_amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.function_panel .result_amount input[type=checkbox] {
  margin-top: 0;
}
.function_panel .result_amount > b {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .function_panel .result_amount > b {
    display: none;
  }
}
.function_panel .result_amount .search_word {
  color: #E15706;
}
.function_panel .result_amount .total {
  margin-right: 0.5em;
}
.function_panel .result_amount em {
  display: inline-block;
  font-style: normal;
  padding: 0 0.4em;
  color: #E15706;
}
.function_panel .result_amount .relative_subject {
  color: #2288d1;
  text-decoration: underline;
  margin: 0.5em;
}
.function_panel .result_amount .relative_subject:hover {
  color: #1b6ba5;
}
.function_panel .result_amount .filter_num {
  margin-right: 0.5em;
}
@media screen and (max-width: 991px) {
  .function_panel .result_amount .total:after,
.function_panel .result_amount .search_word,
.function_panel .result_amount .filter_num,
.function_panel .result_amount .relative_subject {
    display: none;
  }
}

.function_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em 0;
}
.function_block .btn_grp {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .function_block .btn_grp {
    position: absolute;
    bottom: calc(100% + 0.75em);
    right: 15px;
  }
}
.function_panel .function_block button {
	  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.function_panel  button:hover{
  border-color: #E15706;
  background: #E15706;
  color: #fff;
}
.function_block .btn_grp button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 0.5em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.function_block .btn_grp button i {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.function_block .btn_grp button:hover i {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.function_block .btn_grp button:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .function_block .btn_grp button {
    min-width: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .function_block .btn_grp button i {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .function_block .btn_grp button span {
    font-size: 0;
  }
}
.function_block .btn_grp + .option {
  margin-left: 0.5em;
}
.function_block .add_bookmark:hover, .function_block .add_bookmark.active,
.function_block .filter_search_btn:hover,
.function_block .filter_search_btn.active ,.function_block .add_bookmark:hover{
  color: #fff;
}
.function_block button {
  margin: 0 0 0 0.5em;
}
.function_block button:hover {
  color: #fff;
  background-color: #E15706;
  border-color: #E15706;
}

.filter_search_btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .filter_search_btn {
    display: block;
  }
}
.filter_search_btn:hover .i_filter:before, .filter_search_btn.active .i_filter:before {
  background-image: url(../images/icon/icon_filter_invert.svg);
}

.add_bookmark:hover .i_bookmark:before, .add_bookmark.active .i_bookmark:before {
  background-image: url(../images/icon/icon_bookmark_invert.svg);
}

.add_bookmark,
.filter_search_btn {
  border: 1px solid #929292;
  background: none;
  color: #333;
  margin: 0 0 0 0.5em;
  position: relative;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 991px) {
  .add_bookmark,
.filter_search_btn {
    padding: 0.4em;
    min-width: 2.5em;
  }
}
.add_bookmark:hover, .add_bookmark.active,
.filter_search_btn:hover,
.filter_search_btn.active {
  color: #fff;
  background-color: #E15706;
  border-color: #E15706;
}
.add_bookmark i,
.filter_search_btn i {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin: 0;
}
.add_bookmark i:before,
.filter_search_btn i:before {
  height: 1.2em;
  width: 1.2em;
}
@media screen and (max-width: 991px) {
  .add_bookmark span,
.filter_search_btn span {
    display: none;
  }
}

.option {
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .option {
    display: none;
  }
}
.option .name a {
  border: 1px solid #929292;
  display: block;
  color: #333;
  padding: 0 2em 0 1em;
  line-height: 38px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.option .name a:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/icon_arrow_down.svg) no-repeat center;
  background-size: contain;
  top: 12px;
  right: 10px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.option .name a:hover {
  background: #E15706;
  border-color: #E15706;
  text-decoration: none;
  color: #fff;
}
.option .name a:hover:after {
  background-image: url(../images/icon/icon_arrow_down_invert.svg);
}
.option .option_list {
  min-width: 150px;
  width: 100%;
  top: 42px;
  right: 0;
}

.tabSet + .function_panel .function_block .btn_grp {
  bottom: calc(100% + 3.75em);
}

.search_system {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 1em 0;
}
@media screen and (max-width: 991px) {
  .search_system {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search_system {
    margin: 0 auto;
    padding: 0;
    min-height: 4.6em;
  }
}
.search_system .tabSet {
  margin: 0 auto;
}
.search_system .tab-content {
  padding: 30px 25px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .search_system .tab-content {
    padding: 20px 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .search_system .tab-content {
    padding: 20px 15px;
  }
}
.search_system .tab-content.scrolldown_fix {
  position: fixed;
  left: 0;
  top: 55px;
  z-index: 50;
  border-radius: 0;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .search_system .tab-content.scrolldown_fix {
    position: static;
  }
}
.search_system .tab-content.scrolldown_fix .form_grp {
  margin: 0 auto;
  max-width: 750px;
}
.search_system .tab-content.scrolldown_fix .form_grp + a {
  display: none;
}
.search_system .tab-content.scrolldown_fix .check_grp {
  display: none;
}
.search_system .tab-content.scrolldown_fix .recent_searches {
  display: none !important;
}
.search_system .tab-content .btn_grp {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .search_system .tab-content .btn_grp {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    width: auto;
  }
}
.search_system .tab-content .check_grp {
  margin: 0.5em 0;
}
.search_system .tab-content .check_grp label {
  margin-right: 0.5em;
}
.search_system .tab-content .check_grp a {
  color: #333;
  text-decoration: underline;
  margin-left: 0.5em;
}
.search_system .tab-content .check_grp a:hover {
  color: #E15706;
}
.search_system .tab-content a.database_link {
  color: #333;
  text-decoration: underline;
  padding: 0 0.3em;
}
.search_system .tab-content a.database_link:hover {
  color: #E15706;
}
@media screen and (max-width: 767px) {
  .search_system .tab-content a.database_link {
    display: none;
  }
}
.search_system .link {
  text-decoration: underline;
}
.search_system .add_condition {
  border: 1px solid #E15706;
  color: #E15706;
  background: #fff;
  margin: 0 0 1em 0;
  height: 44px;
}
.search_system .form_grp {
  margin: 0 0 1em 0;
}
.search_system .form_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .search_system .form_inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search_system select {
  height: 44px;
  border-color: #929292;
  margin: 0 4px 0 0 !important;
}
@media screen and (max-width: 575px) {
  .search_system select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.5em !important;
  }
}
.search_system input {
  margin-bottom: 0;
  margin-right: 4px;
}
.search_system input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 44px;
  margin: 0;
}
.search_system input[type=text].show_recent_searches {
  -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .search_system input[type=text] {
    margin: 0;
    padding-right: 46px;
  }
}
@media screen and (max-width: 575px) {
  .search_system input[type=text] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.search_system input[type=submit] {
  height: 44px;
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 30px;
  background-color: #f4573f;
}
.search_system input[type=submit]:hover {
  background-color: #f12d0f;
}
@media screen and (max-width: 767px) {
  .search_system input[type=submit] {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    font-size: 0em;
    width: 44px !important;
    height: 44px;
    background: #f4573f url(../images/icon/icon_search_invert.svg) no-repeat center center;
    outline: 1px solid transparent;
    border: none;
    display: block;
    min-width: 0em !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.search_system .select_connected {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 44px;
  border-radius: 10px 0 0 10px;
  border-right-width: 0;
  margin-right: 0 !important;
}
@media screen and (max-width: 575px) {
  .search_system .select_connected {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 10px;
    border-right-width: 1px;
  }
}
.search_system .select_connected + input {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 575px) {
  .search_system .select_connected + input {
    border-radius: 10px;
  }
}
.search_system .advanced_search,
.search_system .simple_search {
  background: #f4f4f4;
  color: #333;
  display: inline-block;
  padding: 0 1em;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .search_system .advanced_search,
.search_system .simple_search {
    display: none;
  }
}
.search_system .advanced_search:hover,
.search_system .simple_search:hover {
  background: #dbdbdb;
  text-decoration: none;
}
.search_system .keywordHot {
  padding: 0.1em 0 0.3em;
}
.search_system .keywordHot ul {
  display: inline-block;
  font-size: 1em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.search_system .keywordHot ul li {
  padding: 0;
  display: inline-block;
}
.search_system .keywordHot ul li:after {
  content: "、";
  display: inline-block;
  margin-right: -2px;
  color: #7e7e7e;
}
.search_system .keywordHot ul li:last-of-type:after {
  content: none;
}
.search_system .keywordHot ul a {
  color: #7e7e7e;
}
.search_system .keywordHot ul a:hover, .search_system .keywordHot ul a:focus {
  text-decoration: underline;
  color: #E15706;
}
.search_system .condition {
  position: relative;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .search_system .condition {
    width: auto;
  }
}
.search_system .condition .delete {
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  font-size: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #E15706;
  background: #fff;
}
.search_system .condition .delete:before {
  content: "";
  position: absolute;
  display: block;
  background: #E15706;
  width: 12px;
  height: 2px;
  left: 3px;
  top: calc(50% - 1px);
}
.search_system .explanation {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .search_system.advanced .form_grp {
    padding-right: 48px;
  }
}
.search_system.advanced input,
.search_system.advanced select {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .search_system.advanced .condition .delete {
    right: 14px;
  }
}
.search_system.advanced .link {
  position: relative;
  padding-left: 16px;
}
.search_system.advanced .link:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_arrow_right.svg) no-repeat center;
  background-size: contain;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.wrapper {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 55px 0 0 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .wrapper {
    background: #FFF;
    overflow: hidden;
    overflow-y: auto;
  }
}

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

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main h2 {
  line-height: 1.25em;
}

.innerpage {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding-top: 5em;
  }
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_lightbox.normalPage {
  display: block;
  position: static;
}
.detail_lightbox.normalPage .detailblock {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 30px;
}
.detail_lightbox.normalPage .info_list .content {
  padding: 0;
  background: none;
}

.changeColor {
  position: fixed;
  z-index: 9999;
  right: 100%;
  left: auto;
  top: 10%;
  max-height: 80%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.changeColor:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 48px;
  background: #eee url(../images/icon/icon_arrow_right.svg) center no-repeat;
  background-size: 20px;
  left: 100%;
  top: 0;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.changeColor:hover {
  right: auto;
  left: 0;
}
.changeColor:hover:before {
  background-image: url(../images/icon/icon_arrow_left.svg);
}
.changeColor ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.changeColor li {
  border-bottom: 1px solid #fff;
}
.changeColor li:last-of-type {
  border-bottom: none;
}
.changeColor li a {
  display: block;
  padding: 0.8em 0.5em;
  background: #eee;
  color: #333;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.changeColor li a:hover, .changeColor li a:focus {
  text-decoration: none;
  background: #333;
  color: #fff;
}

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

.mp_logo {
  padding-top: 1em;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .mp_logo {
    display: none;
  }
}
.mp_logo img {
  max-width: 380px;
  height: auto;
  max-height: 65px;
}

.search_block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search_block .header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
}
.search_block .recent_searches {
  width: calc(100% - 186px);
  background-color: rgb(255, 255, 255);
  border: 1px solid #929292;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search_block .recent_searches {
    width: 100%;
  }
}
.search_block .recent_searches:empty {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.search_block .recent_searches .title {
  font-size: 1.25em;
  margin-bottom: 10px;
  color: #E15706;
  float: left;
}
.search_block .recent_searches .save_record {
  float: right;
}
.search_block .recent_searches .save_record a {
  color: gray;
}
.search_block .recent_searches .promptword {
  margin: 0 0 20px;
  padding: 0;
  clear: both;
}
.search_block .recent_searches .promptword li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #eee;
}
.search_block .recent_searches .promptword li a {
  padding: 8px;
  display: block;
  color: gray;
}
.search_block .recent_searches .promptword li a:hover {
  background-color: #eee;
  color: #000;
}
.search_block .recent_searches .record_list {
  margin: 0;
  padding: 0;
  clear: both;
}
.search_block .recent_searches .record_list li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #eee;
}
.search_block .recent_searches .record_list li a {
  display: block;
  padding: 8px 8px 8px 30px;
  text-align: left;
  background-image: url("../images/recent_searches_icon.png");
  background-repeat: no-repeat;
  background-position: 5px 12px;
  z-index: 5;
  margin-right: 90px;
  color: gray;
}
@media screen and (max-width: 575px) {
  .search_block .recent_searches .record_list li a {
    margin-right: 0;
  }
}
.search_block .recent_searches .record_list li a:hover {
  background-color: #eee;
  color: #000;
}
.search_block .recent_searches .record_list li a span {
  padding: 0 8px;
}
.search_block .recent_searches .record_list li a span em {
  padding-left: 8px;
  font-style: normal;
}
.search_block .recent_searches .record_list li .del {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
  width: 80px;
}
@media screen and (max-width: 575px) {
  .search_block .recent_searches .record_list li .del {
    position: relative;
    width: 100%;
  }
}
.search_block .recent_searches .record_list li .del a {
  display: block;
  background-image: none;
  padding: 8px 0;
  margin-right: 0;
  text-align: center;
  font-size: 0.938em;
}
@media screen and (max-width: 575px) {
  .search_block .recent_searches .record_list li .del a {
    text-align: right;
  }
}
.search_block .recent_searches .record_list li .del a:hover {
  background-color: transparent;
  color: #1b6ba5;
}

.feature_block {
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .feature_block {
    margin-top: 0;
  }
}
.feature_block .container {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.feature_block .container .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 1.5em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature_block .container .col:nth-child(1), .feature_block .container .col:nth-child(2), .feature_block .container .col:nth-child(3) {
  margin-top: 1.5em;
}
@media screen and (max-width: 991px) {
  .feature_block .container .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .feature_block .container .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature_block .container .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .feature_block .container .col:nth-child(2) {
    margin-top: 0;
  }
}
.feature_block .container .col:last-child:nth-child(3n-1) {
  margin-right: 33.33333%;
}
@media screen and (max-width: 991px) {
  .feature_block .container .col:last-child:nth-child(3n-1) {
    margin-right: 50%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .feature_block .container .col:last-child:nth-child(3n-1) {
    margin-right: 0;
  }
}
.feature_block .container .col:last-child:nth-child(3n-2) {
  margin-right: 66.66666%;
}
@media screen and (max-width: 991px) {
  .feature_block .container .col:last-child:nth-child(3n-2) {
    margin-right: 0;
  }
}
.feature_block .container .col:last-child:first-child, .feature_block .container .col:last-child:nth-child(2) {
  margin-right: 0;
}

.featured_data {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  position: relative;
  padding: 10px 15px 40px 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.featured_data:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background: #E15706;
  top: 0;
  left: 0;
}
.featured_data h2 {
  margin: 1em 0;
  font-size: 1.25em;
}
.featured_data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured_data li {
  padding: 4px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featured_data li a {
  color: #333;
}
.featured_data li a:hover, .featured_data li a:focus {
  color: #E15706;
}
.featured_data a.more {
  position: absolute;
  right: 35px;
  bottom: 15px;
  color: #333;
}
.featured_data a.more:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #E15706;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 7px;
  border-left: none;
  border-bottom: none;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.featured_data a.more:hover:after {
  right: -14px;
}

.mp .mp_logo + .search_block .header_bg {
  height: calc(100% + 90px);
}

body.fix {
  height: 100%;
  overflow: hidden !important;
  width: 100% !important;
  position: fixed !important;
}

.login_lightbox,
.related_lightbox,
.detail_lightbox,
.filter_lightbox,
.resource_lightbox,
.personal_lightbox,
.reminder_lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.login_lightbox .overlay,
.related_lightbox .overlay,
.detail_lightbox .overlay,
.filter_lightbox .overlay,
.resource_lightbox .overlay,
.personal_lightbox .overlay,
.reminder_lightbox .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
}
.login_lightbox .overlay img,
.related_lightbox .overlay img,
.detail_lightbox .overlay img,
.filter_lightbox .overlay img,
.resource_lightbox .overlay img,
.personal_lightbox .overlay img,
.reminder_lightbox .overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.login_lightbox h3,
.login_lightbox h4,
.related_lightbox h3,
.related_lightbox h4,
.detail_lightbox h3,
.detail_lightbox h4,
.filter_lightbox h3,
.filter_lightbox h4,
.resource_lightbox h3,
.resource_lightbox h4,
.personal_lightbox h3,
.personal_lightbox h4,
.reminder_lightbox h3,
.reminder_lightbox h4 {
  margin: 0.5em 0;
}

.close {
  background: url("../images/icon/icon_close.svg") no-repeat center;
  background-size: 18px;
  width: 26px;
  height: 26px;
  display: block;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border: none;
}
.close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mainleftblock .lightboxstyle .close {
  display: block !important;
  z-index: 9;
}

.reminder_lightbox .reminderblock, .personal_lightbox .personalblock, .resource_lightbox .resourceblock, .detail_lightbox .detailblock, .filter_lightbox .checkblock, .login_lightbox .loginblock {
  position: absolute;
  margin:40px auto  0 auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.reminder_lightbox .reminderblock > .close, .personal_lightbox .personalblock > .close, .resource_lightbox .resourceblock > .close, .detail_lightbox .detailblock > .close, .filter_lightbox .checkblock > .close, .login_lightbox .loginblock > .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}

.login_lightbox .loginblock {
  width: 520px;
  overflow-y: hidden;
}
@media screen and (max-width: 575px) {
  .login_lightbox .loginblock {
    width: calc(100% - 30px);
  }
}
.login_lightbox .loginblock .btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
  padding: 0.2em 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.login_lightbox .loginblock .btn_primary:hover {
  background: #E15706;
  color: #fff;
}
.login_lightbox .loginblock .name {
  color: #E15706;
}
.login_lightbox .loginblock .error {
  font-size: 0.875em;
  text-align: center;
  margin-bottom: 0.5em;
  color: #FF7171;
	
}

.login_lightbox .loginblock input[type=submit] {
  width: calc(100% - 0.5em);
  height: 42px;
}
.login_lightbox .loginblock h2 {
  font-size: 1.8em;
  text-align: center;
	color:#333;
}
.login_lightbox .loginblock h2  img{
  width:350px;
}
.login_lightbox .loginblock h3 {
  font-size: 1.125em;
  color: #c26400;
}
.login_form h2 {
	margin:0;
}
.login_lightbox .loginblock p {
  text-align: center;
}
.login_lightbox .loginblock .form_content {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .login_lightbox .loginblock .form_content {
    padding: 0;
  }
}
.login_lightbox .loginblock .cannot_login {
  font-size: 0.938em;
  color: gray;
  display: inline-block;
  margin: 1em 0;
}
.login_lightbox .loginblock .cannot_login:hover {
  color: #333;
}
.login_lightbox .loginblock .cannot_login:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: gray;
}
.login_lightbox .loginblock .login_instructions {
  font-size: 0.875em;
  text-align: center;
}
.login_lightbox .loginblock .login_instructions a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .login_lightbox .loginblock .login_instructions .pc {
    display: none;
  }
}
.login_lightbox .loginblock .login_instructions .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .login_lightbox .loginblock .login_instructions .mobile {
    display: block;
  }
}
.login_lightbox .loginblock .form_grp {
  margin-bottom: 0.2em;
}

.login_lightbox .loginblock .form_grp label {
  position: relative;
  padding: 0 0.65em;
  color: #7e7e7e;
  height: 44px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 0 0 10px;
  border: 1px solid #929292;
  border-right: 0;
}

.login_lightbox .loginblock .form_grp label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: calc(100% - 16px);
  background: #d6d6d6;
}
@media screen and (max-width: 575px) {
  .login_lightbox .loginblock .form_grp label:before {
    content: none;
  }
}
.login_lightbox .loginblock .form_grp label + input[type=text], .login_lightbox .loginblock .form_grp label + input[type=password], .login_lightbox .loginblock .form_grp label + select {
  border-radius: 0 10px 10px 0;
  border-left-width: 0;
}

.login_lightbox .loginblock .form_grp input[type=text],
.login_lightbox .loginblock .form_grp input[type=password],
.login_lightbox .loginblock .form_grp select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 44px;
  margin: 0;
}
.login_lightbox .loginblock .form_grp.form_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .login_lightbox .loginblock .form_grp.form_inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.login_lightbox .loginblock .form_grp.password_toggle input[type=text],
.login_lightbox .loginblock .form_grp.password_toggle input[type=password] {
  padding-right: 45px;
}
.login_lightbox .loginblock .btn_grp {
  padding: 0;
}
.login_lightbox .loginblock .unable_login {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.login_lightbox .loginblock .unable_login h3 {
  position: relative;
  text-align: left;
  margin: 10px 0 !important;
  padding: 0 !important;
  font-size: 1.25em;
  border: none !important;
}
.login_lightbox .loginblock .unable_login h3 span {
  background-color: #fff;
  padding: 5px 15px;
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-left: 20px;
  color: #333;
}
.login_lightbox .loginblock .unable_login h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 15px;
  z-index: 9;
}
.login_lightbox .loginblock .notSignin {
  text-align: center;
  margin: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login_lightbox .loginblock .notSignin > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  border-color: #eee;
  color: #7e7e7e;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin: 0.25em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc(50% - 0.25em);
      flex-basis: calc(50% - 0.25em);
  height: 42px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 0.938em;
}
.login_lightbox .loginblock .notSignin > a:hover {
  text-decoration: none;
  background: #d5d5d5;
  color: #333;
}
.login_lightbox .loginblock .customBtn {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  background: #e77938;
}
.login_lightbox .binding h3,
.login_lightbox .binding p {
  text-align: left;
}
.login_lightbox .social_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0 1em 0;
  position: relative;
}
.login_lightbox .social_slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin: 0 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login_lightbox .social_slider a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.login_lightbox .social_slider a img {
  width: 30px;
}
.login_lightbox .social_slider .slick-prev,
.login_lightbox .social_slider .slick-next {
  border: 0;
  position: absolute;
  font-size: 0;
  top: 0;
  height: 100%;
  width: 20px;
  border-radius: 0;
}
.login_lightbox .social_slider .slick-next {
  right: 0;
  background: url(../images/icon/icon_arrow_right.svg) center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 15px 15px;
}
.login_lightbox .social_slider .slick-prev {
  left: 0;
  background: url(../images/icon/icon_arrow_left.svg) center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 15px 15px;
}
.login_lightbox .function_grp {
  position: absolute;
  bottom: 20px;
  width: 520px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 991px) {
  .login_lightbox .function_grp {
    position: static;
    padding: 10px 20px 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.login_lightbox .function_grp .language {
  font-size: 1em;
  font-weight: normal;
  min-width: 148px;
  margin: 0.5em;
}
@media screen and (max-width: 575px) {
  .login_lightbox .function_grp .language {
    min-width: 40%;
  }
}
@media screen and (max-width: 375px) {
  .login_lightbox .function_grp .language {
    min-width: auto;
  }
}
.login_lightbox .function_grp .language select {
  margin-bottom: 0;
}
.login_lightbox .function_grp button,
.login_lightbox .function_grp input,
.login_lightbox .function_grp select {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #E15706;
  padding: 0.5em 1.5em;
  min-width: 148px;
}
@media screen and (max-width: 575px) {
  .login_lightbox .function_grp button,
.login_lightbox .function_grp input,
.login_lightbox .function_grp select {
    padding: 0.5em 1em;
    min-width: 40%;
  }
}
@media screen and (max-width: 375px) {
  .login_lightbox .function_grp button,
.login_lightbox .function_grp input,
.login_lightbox .function_grp select {
    min-width: auto;
  }
}
.login_lightbox .function_grp button,
.login_lightbox .function_grp input {
  margin: 0.5em;
}
.login_lightbox .function_grp .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login_lightbox .function_grp .btn:hover {
  color: #fff;
  background-color: #E15706;
}
.login_lightbox .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .login_lightbox .copyright {
    display: none;
  }
}
.login_lightbox .copyright img {
  height: 40px;
  width: auto;
  margin: 0 5px;
}
.login_lightbox .copyright p {
  color: #7e7e7e;
  text-align: left;
  margin: 0 5px;
  line-height: 1.5;
}



.login_page .login_lightbox {
  display: block;
}
.login_page .login_lightbox .loginblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 440px;
  min-height: 630px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


@media screen and (max-width: 991px) {
  .login_page .login_lightbox .loginblock {
    width: 440px;
    min-height: auto;
  }
}
@media screen and (max-width: 400px) {
  .login_page .login_lightbox .loginblock {
    width: 360px;
    min-height: auto;
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .login_page .login_lightbox .loginblock {
    height: 100%;
    border-radius: 0;
  }
}

.login_page .login_lightbox .loginblock.noform {
  max-width: 520px;
}
@media screen and (max-width: 991px) {
  .login_page .login_lightbox .loginblock.noform .main_img {
    display: block;
  }
}
.login_page .login_lightbox .loginblock.noform .main_img .img-container {
  height: 100%;
}
.login_page .login_lightbox .loginblock.noform .main_img .textblock {
  max-height: 18em;
}
.login_page .login_lightbox .loginblock.noform .main_img .textblock .text_content {
  max-height: 16em;
}
.login_page .login_lightbox .loginblock.noform .login_form {
  min-height: auto;
  padding: 1em;
  width: 100%;
  margin-top: 1em;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  position: relative;
}
.login_page .login_lightbox .loginblock.noform .login_form .copyright {
  position: absolute;
  bottom: 30px;
}
.login_page .login_lightbox .loginblock.noform .function_grp {
  position: static;
  padding: 10px 20px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .login_page .login_lightbox .loginblock.noform .function_grp {
    padding: 10px;
  }
}
.login_page .login_lightbox .main_img {
  position: relative;
  padding: 1.5em 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (max-width: 991px) {
  .login_page .login_lightbox .main_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .login_page .login_lightbox .main_img {
    padding: 1em;
  }
}
.login_page .login_lightbox .main_img .logo img {
  max-width: 100%;
  max-height: 80px;
}
.login_page .login_lightbox .main_img .textblock {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 1em 0.5em;
  max-height: 22.5em;
}
.login_page .login_lightbox .main_img .textblock .text_content {
  padding: 0 0.5em;
  overflow-y: auto;
  max-height: 20.5em;
  line-height: 1.6em;
  font-size: 0.938em;
}
.login_page .login_lightbox .main_img .img-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 100px);
}
.login_page .login_lightbox .main_img .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.login_page .login_lightbox .function_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login_page .login_lightbox .login_form {
  padding: 20px 40px;
  min-height: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.login_form p {
	margin:0;
}
@media (min-width: 768px) {
  .login_page .login_lightbox .login_form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .login_page .login_lightbox .login_form {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .login_page .login_lightbox .login_form {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .login_page .login_lightbox .login_form {
    padding: 20px 5px 0 5px;
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .login_page .login_lightbox .login_form {
    padding-bottom: 0;
    min-height: auto;
  }
}

.login_page .login_lightbox .login_form .notSignin + .copyright {
  position: absolute;
  bottom: 30px;
}
.login_page .login_lightbox .login_instructions {
  margin-bottom: 0;
}

.passwordSwitch {
  position: absolute;
  right: 0;
  border: none;
  bottom: 0;
  padding: 0.4em;
}

.wbtn {
	width:calc(100% - 0.5em);
	border:1px solid #999;
	margin:0 0 10px 5px;
	border-radius:30px;
	height:42px;
	line-height:42px;
}
.wbtn img{
	vertical-align: middle;
}
.wbtn:hover{
	background:#d5d5d5;
	color:#333;
	cursor: pointer;
}
.wbtn:hover a{
	color:#333;
}
.wbtn a{
	color:#7e7e7e;
}
.wbtn a:hover{
	color:#333;
}
.login_instructions .info {
	background:#eee;
	border-radius:15px;
	padding:15px;
	color:#666;
}
.login_lightbox .loginblock .form_inline .errorstate {
	border: 2px solid #ff0b0b;
	border-radius:15px;
}
.errorstate {
	border: 2px solid #ff0b0b;
	border-radius:15px;
}
.qrcode img{
	width:250px;
	padding:10px 0;
	vertical-align: middle;
	text-align: center;
}
.qrcode {
	text-align: center;
}
.service  {
    width:100%;
	text-align: center;
	margin:0 auto;
	padding:5% 5%;
}
.service ul {
    list-style: none;
    margin: 10px 0 30px 0;
    padding: 0;
}
.service ul li {
    margin: 0 15px 20px;
	padding:20px 0 0 0;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    width: 30%;
	border-radius:15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f7+0,fefffc+36 */
background: linear-gradient(to bottom,  rgba(242,246,247,1) 0%,rgba(254,255,252,1) 36%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



}
.service ul li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



}
.service ul li a {
	display:block;
	font-weight:bold;
    font-size: 1.25em;
	padding:100px 0 10px 0;
    line-height: 1.5em;
	text-align: center;
	color:#222;
}
.service ul li a:hover {
	color:#fff;
	text-decoration: none;
}
.service .hyint {
	background: url(../images/hyint.png)no-repeat top center;
	
}
.service .webpac {
	background: url(../images/webpac.png)no-repeat top center;
}
.logout {
  background:#424242;
  color:#FFF;
  border:1px solid #747474;
  margin:0 0 0 0;
}
.logout:hover {
  background:#222;
  color:#FFF;
  border:1px solid #545454;
}

.logout {
  background:#424242;
  color:#FFF;
  border:1px solid #747474;
  margin:0 0 0 0;
}
@media screen and (max-width:767px) {
.logout {
  position:fixed;
  right:40pt;
    top:6pt;
  }
}
.tabSet ul {
  margin: 0;
  padding: 0 0 5pt 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabSet li{
  width:49%;
  margin:0 3pt 0 0;
}
.tabSet li.active, .tabSet li:focus {
  position: relative;
}
.tabSet li.active:before, .tabSet li:focus:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.tabSet li.active a, .tabSet li:focus a {
  color: #fff;
  background: #E15706;
}
.tabSet li.active a:hover, .tabSet li:focus a {
  color: #fff;
  border:2px solid #444;
}
.tabSet li a {
  color: #7e7e7e;
  text-align: center;
  padding: 0 0;
  display: block;
  font-size: 1em;
  line-height:2em;
  font-weight: bold;
  border:2px solid #E15706;
}
.tabSet li a:hover {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tabSet li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 575px) {
  .tabSet li a {
    font-size: 1em;
  }
}
.tabSet li a span {
  display: inline-block;
  font-weight: normal;
  margin: 0 3px;
}
.not_issued {
  width:50%;
  margin:5% auto;
  background: url(../images/card.jpg)no-repeat top left;
}
.inline_issued {
  padding:0 0 0 220px;
}
@media only screen and (max-width: 768px) {
.not_issued {
  width:90%;
  margin:5% auto;
  background: none;
}
.inline_issued {
  padding:0 0 0 0;

 }
}

