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

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

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

.tabSet ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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%;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background: #E15706;
}
.tabSet li.active a, .tabSet li:focus a {
  color: #333;
}
.tabSet li a {
  color: #7e7e7e;
  padding: 0.8em 1em;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
}
.tabSet li a:hover {
  color: #333;
  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;
    padding: 0.8em 0.65em;
  }
}
.tabSet li a span {
  display: inline-block;
  font-weight: normal;
  margin: 0 3px;
}

.main_tabSet {
  background: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .main_tabSet {
    margin: 0;
    background: #f4f4f4;
  }
}
.main_tabSet .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_tabSet .active_m {
  display: none;
  background-color: #E15706;
  border: none;
  width: 100%;
  position: relative;
  margin: 0.5em auto;
  padding: 0.8em 0.5em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main_tabSet .active_m {
    display: block;
  }
}
.main_tabSet .active_m:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/icon_arrow_down_invert.svg) no-repeat center;
  background-size: contain;
  top: 15px;
  right: 10px;
}
.main_tabSet .active_m span {
  display: inline-block;
  padding: 0 0.3em;
}
.main_tabSet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .main_tabSet ul {
    display: none;
    margin-bottom: 0.5em;
    position: absolute;
    left: 15px;
    top: 3.2em;
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: 20;
    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);
  }
}
.main_tabSet li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_tabSet li {
    display: block;
    border-bottom: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 767px) {
  .main_tabSet li:first-child a {
    border-radius: 10px 10px 0 0;
  }
}
.main_tabSet li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main_tabSet li:last-child a {
    border-radius: 0 0 10px 10px;
  }
}
.main_tabSet li a {
  display: block;
  background: #e0e0e0;
  color: #333;
  padding: 0.8em 2em;
  min-width: 140px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.main_tabSet li a:hover {
  background: #E15706;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main_tabSet li a {
    border-radius: 0;
    text-align: center;
    background: #fff;
  }
}
.main_tabSet li a span {
  display: inline-block;
  padding: 0 0 0 0.3em;
}
.main_tabSet li.active {
  position: relative;
}
.main_tabSet li.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #f4f4f4 transparent;
}
.main_tabSet li.active a {
  background: #E15706;
  color: #fff;
}

.date_panel {
  margin: 0.2em 0;
  padding: 0.5em 0 0.5em;
  min-height: 35px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .date_panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.date_panel .publish_time {
  color: #7e7e7e;
  position: relative;
  padding-left: 20px;
  font-size: 0.875em;
  margin-right: 1.5em;
}
.date_panel .publish_time:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0.35em;
  background: url(../images/icon/icon_clock.svg) no-repeat center;
  background-size: 12px;
  opacity: 0.6;
}

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

.form_grp,
.check_grp,
.radio_grp,
.btn_grp,
.upload_grp {
  margin-bottom: 0.2em;
}

.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-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_bookmark_saved:before {
  background: url(../images/icon/icon_bookmark_saved.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;
  }
}

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

.renew {
  background: none;
  border: none;
  min-width: 3em;
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

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

.option_list {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}
.option_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.option_list li {
  border-bottom: 1px solid #e3e3e3;
}
.option_list li:last-child {
  border: none;
}
.option_list li.active a {
  color: #E15706;
}
.option_list li a {
  padding: 8px 5px;
  color: #333;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.option_list li a:hover, .option_list li a:focus, .option_list li a.active {
  color: #E15706;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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 {
  max-width: 220px;
  height: 40px;
  margin: 0 0 0 20px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  max-width: 220px;
  max-height: 40px;
}
@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;
}

.search {
  min-width: 25%;
  max-width: 50%;
  float: right;
  vertical-align: middle;
  padding: 0em 0.3em 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search label {
  font-size: 0em;
}
.search .form_grp {
  margin-bottom: 0;
  margin-right: 0 !important;
}
.search .form_grp input {
  margin: -0.2em 0 0;
  padding: 0.2em 35px 0.2em 0.5em;
}
.search .form_grp input[type=submit] {
  font-size: 0em;
  width: 30px !important;
  height: 30px;
  max-width: auto;
  min-width: auto;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 20px;
  border: none;
  display: inline-block;
  margin-left: -40px !important;
  margin-top: -2px !important;
  opacity: 0.8;
}
.search .form_grp input[type=submit]:hover, .search .form_grp input[type=submit]:focus {
  opacity: 1;
}
.search .btn_grp {
  padding: 0.2em;
  margin-bottom: 0;
}
.search .btn_grp input,
.search .btn_grp input[type=submit] {
  margin: 0;
  padding: 0.4em 1em 0.4em !important;
  font-size: 0.813em;
}
.search .keywordHot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.1em 0 0.3em;
}
.search .keywordHot ul {
  display: inline-block;
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}
.search .keywordHot ul:before {
  display: inline-block;
  content: "熱門關鍵字：";
  color: #999;
  float: left;
}
.search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  text-decoration: underline;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.2em 0.3em 0.5em;
  display: block;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 98;
  background: #333;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  width: 65%;
  height: auto;
  padding: 0 0 0 5% !important;
  margin-top: 0;
  text-align: right;
  float: left;
  height: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search.m_search .form_grp input {
  width: 100%;
  margin: -0.2em 0 0;
  padding: 0.5em 45px 0.4em 0.5em;
}
.search.m_search .form_grp input[type=submit] {
  font-size: 0em;
  width: 36px !important;
  height: 36px;
  padding: 0;
  max-width: auto;
  min-width: auto;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 24px;
  border: none;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 22px;
  opacity: 0.8;
}
.search.m_search .form_grp input[type=submit]:hover, .search.m_search .form_grp input[type=submit]:focus {
  opacity: 1;
}
.search.m_search .btn_grp {
  display: inline-block;
  padding: 0.2em;
  margin-bottom: 0;
  width: 20%;
  margin-top: 20px;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search.m_search .btn_grp input {
  width: 80% !important;
  padding: 0.6em 1em 0.7em !important;
  margin: 0;
}
.search.m_search .keywordHot {
  padding-left: 5%;
  margin-top: 10px;
  clear: both;
  zoom: 1;
}
.search.m_search .keywordHot:before, .search.m_search .keywordHot:after {
  content: "";
  display: table;
}
.search.m_search .keywordHot:after {
  clear: both;
}
.search.m_search .keywordHot a {
  color: #FFF;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #313131;
}

.language {
  font-weight: bold;
  font-size: 0.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .language {
    font-size: 1em;
  }
}
.language > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  padding: 0.2em 1em;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 30px;
}
.language > a:after {
  position: absolute;
  right: 1em;
  top: 0.7em;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.language ul {
  padding: 1em 1.5em;
  position: absolute;
  top: 2.35em;
  left: 0;
  height: auto;
  z-index: 99;
  margin: 0;
  padding: 0;
  list-style: none;
}
.language ul li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 !important;
}

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

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .sidebar {
    display: none !important;
  }
}
.sidebar .menu {
  display: block;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .m_area .logo {
  max-width: 100%;
  padding: 5px 10px 5px 40px;
}
.sidebar .m_area .logo img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
}
.sidebar .m_area .menu {
  width: 100%;
  padding: 15px;
  background: #fff;
  border-top: 3px solid #E15706;
}
.sidebar .m_area .menu a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.sidebar .m_area .menu > ul > li {
  position: relative;
  cursor: pointer;
}
.sidebar .m_area .menu > ul > li > .turnicon {
  padding: 0;
  position: relative;
  font-weight: bold;
}
.sidebar .m_area .menu > ul > li > .turnicon:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .m_area .menu > ul > li:first-of-type > .turnicon:after, .sidebar .m_area .menu > ul > li.openSubmenu > .turnicon:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.sidebar .m_area .menu > ul > li:first-of-type > ul, .sidebar .m_area .menu > ul > li.openSubmenu > ul {
  display: block;
}
.sidebar .m_area .menu > ul > li > ul {
  display: none;
}
.sidebar .m_area .menu > ul ul {
  display: block;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.09);
  font-size: 0.938em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sidebar .m_area .menu > ul ul {
    font-size: 1em;
  }
}
.sidebar .m_area .menu > ul ul a {
  padding-left: 2em;
}
.sidebar .m_area .menu > ul ul ul {
  left: 0;
  display: none;
}
.sidebar .m_area .menu > ul ul ul ul {
  display: none;
}
.sidebar .m_area .menu li {
  display: block;
  float: none;
  width: 100%;
  line-height: 2;
  font-weight: bold;
  padding: 0.5em 1em;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar .m_area .menu li ul {
  background: #FFF;
}
.sidebar .m_area .menu li > a {
  padding: 0.5em;
  min-height: 2em;
  line-height: 2em;
  background: #FFF;
  font-weight: normal;
}
.sidebar .m_area .menu li.hasChild {
  position: relative;
}
.sidebar .m_area .menu li.hasChild > a {
  padding: 0.5em 1em;
  color: #222;
  background: #FFF;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .menu li.hasChild:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .m_area .menu li li {
  background: #FFF;
  border-bottom: none;
  padding: 0.25em 0;
}
.sidebar .m_area .menu li li a {
  min-height: 1.5em;
  line-height: 1.5em;
  padding: 0.5em 1em !important;
}
.sidebar .m_area .menu li li a:hover, .sidebar .m_area .menu li li a:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .m_area .menu li li.hasChild a {
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1em 1em 2em;
}
.sidebar .m_area .menu li li.hasChild a:hover, .sidebar .m_area .menu li li.hasChild a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.sidebar .m_area .menu li li li a {
  background: rgba(0, 0, 0, 0.15) !important;
  padding: 0.8em 1em 0.8em 4em !important;
  border-bottom: 1px solid #BBB;
}
.sidebar .m_area .menu li li li a:hover, .sidebar .m_area .menu li li li a:focus {
  background: rgba(0, 0, 0, 0.25) !important;
}
.sidebar .m_area .menu li li li a:after {
  display: none !important;
}
.sidebar .m_area .menu .btn_login,
.sidebar .m_area .menu .btn_logout {
  width: 100%;
  border: 2px solid #E15706;
  text-shadow: none;
  margin: 0 0 0.3em 0;
}
.sidebar .m_area .menu .btn_login {
  background: #E15706;
  color: #fff;
}
.sidebar .m_area .menu .btn_logout {
  background: #fff;
  color: #E15706;
}
.sidebar .m_area .menu .language {
  margin: 1em 0;
}
.sidebar .m_area .menu .language select {
  border: 2px solid #E15706;
}
.sidebar .navigation {
  position: relative;
  text-align: left;
}
.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
}
.sidebar .navigation ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 0.938em;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation ul li a:nth-child(odd) {
  border-left: none;
  border-top: none;
}
.sidebar .navigation ul li a:hover, .sidebar .navigation ul li a:focus {
  background: #7e3103;
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .language a:after {
  top: 1.3em;
}
.sidebar .navigation .language a:before {
  top: 0.8em;
}
.sidebar .navigation .language ul {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: none;
}
.sidebar .navigation .language ul li {
  width: 100% !important;
}
.sidebar .navigation .language ul li a {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 40px !important;
  height: 50px !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  left: 0px;
  margin: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #ccc;
  content: "";
  top: calc(50% - 5px);
  right: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-right: none;
  border-top: none;
}

footer {
  padding: 2em 0;
  background: #313131;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul a {
  color: #fff;
  opacity: 0.7;
}
footer ul a:hover, footer ul a:focus {
  opacity: 1;
  color: #fff;
}
footer li {
  margin: 0.5em 0;
}
footer nav {
  font-size: 0.938em;
  max-width: 60%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  footer nav {
    display: none;
  }
}
footer nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer nav > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
  padding-right: 2em;
}
@media screen and (max-width: 575px) {
  footer nav > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
}
footer nav > ul > li > a {
  display: inline-block;
  font-size: 1.125em;
  color: #fff;
  margin: 0.5em 0;
  font-weight: bold;
  opacity: 1;
}
footer nav > ul > li > a:hover {
  color: #fcc211;
}
@media screen and (max-width: 575px) {
  footer nav > ul > li > ul > li {
    display: inline-block;
    margin-right: 0.5em;
  }
}
footer .footer_info {
  font-size: 0.813em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    margin-left: 0;
  }
}

.accordion_header {
  position: relative;
}
.accordion_header > a {
  display: block;
  color: #333;
}
.accordion_header > a:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 3px;
  border: 1px solid #333333;
  width: 10px;
  height: 10px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion_header > a.turnicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.modal {
  position: fixed;
  display: none;
  width: 400px;
  height: 300px;
  background: #FFF;
  z-index: 99999999;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  padding: 1em 1em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
          box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  -webkit-animation: scaleUp 0.5s ease-out;
          animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #E15706;
  padding-bottom: 0.5em;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px !important;
  min-width: auto;
  height: 30px;
  font-size: 0em;
  border: none;
  display: block;
  padding: 0;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
}
.modal .close:hover, .modal .close:focus {
  cursor: pointer;
}

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

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

.pagination {
  margin: 0 auto;
  padding: 1em 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .pagination {
    display: none;
  }
}
.pagination span {
  color: #E15706;
  margin: 0px 0.5em;
}
.pagination.fixed {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
.pagination.expansion .page li {
  display: block;
}
.pagination.expansion .page li.active a:after {
  content: none;
}
.pagination .page {
  margin: 10px 0;
  padding: 0.4em 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.pagination .page li {
  min-width: 36px;
  height: 36px;
  margin: 0 4px 0 0;
  list-style: none;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .page li:last-of-type {
  margin-right: 0;
}
.pagination .page li a {
  border-radius: 50px;
  height: 100%;
  width: 100%;
  padding: 0 0.5em;
  font-weight: 700;
  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;
  white-space: nowrap;
  font-size: 1em;
  color: #333;
  background: #f4f4f4;
}
.pagination .page li a:hover {
  background: #595959;
  color: #fff;
  text-decoration: none;
}
.pagination .page li.active {
  display: block;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin: 0 19px 0 15px;
  border-radius: 50px;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.pagination .page li.active:hover {
  background: #595959;
}
.pagination .page li.active:hover a {
  background: #595959;
  color: #fff;
}
.pagination .page li.active:hover a:before {
  color: #fff;
}
.pagination .page li.active a {
  position: relative;
  background: #fff;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.pagination .page li.active a:before {
  content: "頁碼";
  position: absolute;
  display: block;
  width: 100%;
  top: -4px;
  left: 0;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #7e7e7e;
}
.pagination .page li.active a:hover:before {
  color: #fff;
}
.pagination .page li.active a:hover:after {
  position: absolute;
  content: attr(title);
  text-align: center;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  padding: 0 0.5em;
  border-radius: 4px;
}
.pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first, .pagination .page li.prev, .pagination .page li.next, .pagination .page li.last {
  display: block;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  display: block;
  text-indent: -9999px;
  position: relative;
}
.pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a:before {
  margin-left: -6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.first a:after {
  margin-left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.prev_10 a, .pagination .page li.next_10 a {
  font-weight: normal;
  padding: 6px 15px;
}
.pagination .page li.prev a:before {
  margin-left: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.next a:before {
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:before {
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:after {
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.pageClose a {
  position: relative;
  display: block;
  text-indent: -9999px;
}
.pagination .page li.pageClose a:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/icon/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 0.5;
}
.pagination .page li.pageClose a:hover:before, .pagination .page li.pageClose a:focus:before {
  background-image: url(../images/icon/icon_close_invert.svg);
  opacity: 1;
}
.pagination .page li.pageClose a:hover:after, .pagination .page li.pageClose a:focus:after {
  position: absolute;
  content: attr(title);
  text-align: center;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  padding: 0 0.5em;
  border-radius: 4px;
}
.pagination .total {
  padding: 0em;
  display: inline-block;
  vertical-align: middle;
}
.pagination .total input[type=text] {
  margin: 0px 0.5em;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .pagination .total input[type=text] {
    margin: 0px;
  }
}
.pagination .total input[type=button] {
  background: #F7F7F7;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#EAEAEA));
  background: linear-gradient(to bottom, #F7F7F7, #EAEAEA);
  border: 1px solid #CCC;
  color: #222;
  padding: 0.4em 1em !important;
  min-width: 3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.pagination .total input[type=button]:hover, .pagination .total input[type=button]:focus {
  color: #fff !important;
  background: #fcc211;
  border: #f0b603 solid 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pagination .items {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items a {
  padding: 0 5px;
  color: #E15706;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
.category {
  text-align: left;
  margin: 1em auto;
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
}
.category a {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
  background: linear-gradient(to bottom, #FFF, #DDD);
  border: 1px solid #CCC;
  padding: 0.4em 1em;
  display: block;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.category a:hover, .category a:focus {
  color: #FFF;
  background: #e15706;
  background: -webkit-gradient(linear, left top, left bottom, from(#e15706), to(#963a04));
  background: linear-gradient(to bottom, #e15706, #963a04);
  border: 1px solid #963a04;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category a.active {
  color: #FFF;
  background: #e15706;
  background: -webkit-gradient(linear, left top, left bottom, from(#e15706), to(#963a04));
  background: linear-gradient(to bottom, #e15706, #963a04);
}
.category a span {
  font-size: 0.813em;
}
.category a span:before {
  content: "(";
  display: inline-block;
}
.category a span:after {
  content: ")";
  display: inline-block;
}

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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  overflow-y: auto;
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px 40px;
  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);
}
@media screen and (max-height: 800px) {
  .reminder_lightbox .reminderblock, .personal_lightbox .personalblock, .resource_lightbox .resourceblock, .detail_lightbox .detailblock, .filter_lightbox .checkblock, .login_lightbox .loginblock {
    top: 1em;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 575px) {
  .reminder_lightbox .reminderblock, .personal_lightbox .personalblock, .resource_lightbox .resourceblock, .detail_lightbox .detailblock, .filter_lightbox .checkblock, .login_lightbox .loginblock {
    min-width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.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: scroll;
}
@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.25em;
  text-align: center;
}
.login_lightbox .loginblock h3 {
  font-size: 1.125em;
  color: #963a04;
}
.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: 1em;
}
.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;
}
@media screen and (max-width: 575px) {
  .login_lightbox .loginblock .form_grp label {
    border: none;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 0.938em;
  }
}
.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;
}
@media screen and (max-width: 575px) {
  .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: 10px;
    border-width: 1px;
  }
}
.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: 0.5em 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;
}

.filter_lightbox {
  overflow: hidden;
  display: none;
}
.filter_lightbox .checkblock {
  width: 380px;
  height: 85%;
  padding: 1em 0;
}
@media screen and (max-width: 991px) {
  .filter_lightbox .checkblock {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.filter_lightbox .checkblock .btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
  padding: 0.2em 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.filter_lightbox .checkblock .btn_primary:hover {
  background: #E15706;
  color: #fff;
}
.filter_lightbox .checkblock h3 {
  padding: 0 20px;
}
.filter_lightbox .checkblock form {
  height: 100%;
}
.filter_lightbox .checkblock .btn_grp {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 0.5em 0;
}
@media screen and (max-width: 991px) {
  .filter_lightbox .checkblock .btn_grp {
    position: fixed;
    padding: 0.5em 0;
  }
}
.filter_lightbox .checkblock .btn_grp button {
  float: none;
}
.filter_lightbox .scroll_content {
  overflow-y: scroll;
  height: calc(100% - 90px);
  padding: 20px;
}

.detail_lightbox .detailblock {
  width: 1100px;
  max-width: 95%;
  height: 90%;
  padding: 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .detail_lightbox .detailblock {
    height: 95%;
  }
}
.detail_lightbox .detailblock .btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
  padding: 0.2em 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.detail_lightbox .detailblock .btn_primary:hover {
  background: #E15706;
  color: #fff;
}
.detail_lightbox .detailblock .title {
  position: absolute;
  width: 100%;
  margin: 0;
  background: #E15706;
  color: #fff;
  top: 0;
  left: 0;
  padding: 16px 30px;
  font-size: 1.125em;
}
.detail_lightbox .detailblock > .close {
  background-image: url("../images/icon/icon_close_invert.svg");
  top: 13px;
}
.detail_lightbox .scroll_content {
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 10px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .detail_lightbox .scroll_content {
    padding: 0 15px;
  }
}
.detail_lightbox .detail_top h3 {
  line-height: 1.5;
  display: inline-block;
  color: #E15706;
}
.detail_lightbox .detail_top h3 + img {
  display: inline-block;
  height: 1.25em;
  margin: 0 0.25em 0.25em;
  vertical-align: middle;
}
.detail_lightbox .info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail_lightbox .info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .detail_lightbox .info_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.detail_lightbox .info_list h4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  margin: 0.5em 0;
  padding-right: 10px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .detail_lightbox .info_list h4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.detail_lightbox .info_list .content {
  margin: 0.5em 0;
  line-height: 1.5;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .detail_lightbox .info_list .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.detail_lightbox .info_list .content a {
  display: inline-block;
  margin: 0 0.8em 0 0;
  padding: 0;
}
.detail_lightbox .info_icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail_lightbox .info_icon li {
  margin: 0.5em;
}
.detail_lightbox .info_icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90px;
  min-height: 90px;
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.detail_lightbox .info_icon li a:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.detail_lightbox .info_icon li a:hover img {
  opacity: 1;
}
.detail_lightbox .info_icon li .img-container {
  margin: 0.5em auto;
  width: 30px;
  height: 30px;
}
.detail_lightbox .info_icon li img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.detail_lightbox .info_icon li .function_name {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  color: #333;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detail_lightbox .relative_link li {
  margin: 0.25em 0;
}
.detail_lightbox .relative_link a {
  color: #2288d1;
  text-decoration: underline;
}
.detail_lightbox .relative_link a:hover {
  color: #1b6ba5;
}
.detail_lightbox .sourceblock {
  border-top: 1px solid #d6d6d6;
}
.detail_lightbox .sourceblock:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.detail_lightbox .sourceblock .accordion_header .accordion_toggle {
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.detail_lightbox .sourceblock .accordion_header .accordion_toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  border: 1px solid #333333;
  width: 10px;
  height: 10px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.detail_lightbox .sourceblock .accordion_header .accordion_toggle.turnicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.detail_lightbox .sourceblock .accordion_header .source {
  margin: 1em 0;
  line-height: 1.8;
  padding: 0 40px 0 10px;
  border-left: 5px solid #E15706;
}
.detail_lightbox .sourceblock .accordion_header .source a {
  color: #2288d1;
  text-decoration: underline;
}
.detail_lightbox .sourceblock .accordion_header .web_link {
  display: block;
}
.detail_lightbox .sourceblock .accordion_content {
  background: #f4f4f4;
  margin-bottom: 1em;
  padding: 1em;
}

.detailblock .showEmail {
  margin: 1em 0;
  display: none;
  position: relative;
}
.detailblock .showEmail > input[type=email],
.detailblock .showEmail > input[type=text] {
  min-width: 45%;
  height: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .detailblock .showEmail > input[type=email],
.detailblock .showEmail > input[type=text] {
    min-width: 100%;
    width: 100%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .detailblock .showEmail .btn-submit {
    position: absolute;
    font-size: 0;
    border-radius: 10px;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
}
.detailblock .showEmail .btn-submit:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.detailblock .showEmail .option_list {
  position: absolute;
  min-width: 45%;
  top: 45px;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .detailblock .showEmail .option_list {
    min-width: 100%;
    width: 100%;
  }
}
.detailblock .showEmail .option_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .resource_lightbox {
    display: none;
  }
}
.resource_lightbox .resourceblock {
  width: 1100px;
  max-width: 95%;
  height: 90%;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .resource_lightbox .resourceblock {
    height: 95%;
  }
}
.resource_lightbox .resourceblock .btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
  padding: 0.2em 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.resource_lightbox .resourceblock .btn_primary:hover {
  background: #E15706;
  color: #fff;
}
.resource_lightbox .resourceblock h3 span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1rem;
  color: #7e7e7e;
  font-weight: normal;
}
.resource_lightbox .resourceblock h3 span em {
  font-style: normal;
}
.resource_lightbox .resourceblock .tabSet {
  margin: 0;
  background: #fff;
}
.resource_lightbox .resourceblock .tabSet .tabs {
  overflow-x: auto;
}
.resource_lightbox .resourceblock .tabSet li a {
  font-size: 1em;
  white-space: nowrap;
}
.resource_lightbox .resourceblock .btn_grp {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.resource_lightbox .resourceblock .note {
  position: absolute;
  left: 20px;
  bottom: 10px;
  max-width: calc(100% - 250px);
  height: 46px;
  overflow-y: auto;
  font-size: 0.938em;
}
@media screen and (max-width: 575px) {
  .resource_lightbox .resourceblock .note {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .resource_lightbox .resourceblock .keyword + .tab-content {
    height: calc(100% - 220px);
  }
}
.resource_lightbox .resourceblock .tab-content {
  background: #f4f4f4;
  padding: 10px 0;
  height: calc(100% - 170px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) inset;
  border-radius: 0 0 5px 5px;
}
.resource_lightbox .resourceblock .tab-content .btn_grp {
  float: none;
  text-align: left;
  padding: 10px 15px;
  width: auto;
  position: static;
}
.resource_lightbox .resourceblock .tab-content .btn_grp + .scroll_content {
  height: calc(100% - 70px);
}
.resource_lightbox .resourceblock .tab-content .scroll_content {
  background: transparent;
  margin-top: 0;
  padding: 0 20px;
}
.resource_lightbox .resourceblock .accordion_content {
  margin: 15px 0 0 22px;
}
.resource_lightbox .resourceblock .scroll_content {
  overflow-y: scroll;
  height: 100%;
  padding: 20px;
  margin-top: 1em;
  background: #f4f4f4;
}
@media screen and (max-width: 575px) {
  .resource_lightbox .resourceblock .scroll_content {
    padding: 0 15px;
  }
}
.resource_lightbox .resourceblock .scroll_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resource_lightbox .resourceblock .scroll_content li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .resource_lightbox .resourceblock .scroll_content li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.resource_lightbox .resourceblock .scroll_content li label {
  margin-bottom: 0;
  display: inline-block;
}
.resource_lightbox .resourceblock .scroll_content li a {
  color: #333;
  margin-right: 4px;
  vertical-align: middle;
}
.resource_lightbox .resourceblock .scroll_content li a:hover {
  text-decoration: underline;
}
.resource_lightbox .resourceblock .scroll_content .li_block li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.resource_lightbox .resourceblock .scroll_content .table_list td {
  border-width: 0 0 1px 0;
}
.resource_lightbox .resourceblock .scroll_content .table_list th {
  border-width: 1px 0;
}
.resource_lightbox .resourceblock .scroll_content .del_btn {
  vertical-align: middle;
}
.resource_lightbox .resourceblock .btn_switch {
  width: 22px;
  height: 20px;
  font-size: 0;
  margin: 0 5px;
}
.resource_lightbox .resourceblock .accordion_header,
.resource_lightbox .resourceblock li.accordion_header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.resource_lightbox .resourceblock .accordion_header > label,
.resource_lightbox .resourceblock li.accordion_header > label {
  font-weight: bold;
}

.personal_lightbox h4 {
  margin: 0.5em 0;
}
.personal_lightbox .personalblock {
  width: 540px;
  max-height: 95%;
  padding: 1em 20px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .personal_lightbox .personalblock {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.personal_lightbox .personalblock .btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
  padding: 0.2em 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.personal_lightbox .personalblock .btn_primary:hover {
  background: #E15706;
  color: #fff;
}
.personal_lightbox .export {
  margin: 1.5em 0;
}
.personal_lightbox .export ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 1em;
}
.personal_lightbox .export li {
  margin: 0.5em 0;
}
.personal_lightbox .export li a:hover {
  text-decoration: underline;
}
.personal_lightbox .share label,
.personal_lightbox .newtag_input label {
  color: #7e7e7e;
  font-size: 0.875em;
}
.personal_lightbox .share .btn_grp_right,
.personal_lightbox .newtag_input .btn_grp_right {
  text-align: right;
  padding: 0.5em 0;
}
.personal_lightbox .share button[type=reset],
.personal_lightbox .newtag_input button[type=reset] {
  border-radius: 30px;
  padding: 0.5em 1.5em;
}
.personal_lightbox .added_tag,
.personal_lightbox .other_tag,
.personal_lightbox .manage_tag {
  margin: 1.5em 0;
}
.personal_lightbox .added_tag ul,
.personal_lightbox .other_tag ul,
.personal_lightbox .manage_tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.personal_lightbox .added_tag li,
.personal_lightbox .other_tag li,
.personal_lightbox .manage_tag li {
  position: relative;
  margin: 1em 0;
  padding-right: 2em;
}
.personal_lightbox .added_tag li span,
.personal_lightbox .other_tag li span,
.personal_lightbox .manage_tag li span {
  padding: 0 0.4em;
}
.personal_lightbox .added_tag .del_btn,
.personal_lightbox .added_tag .add_btn,
.personal_lightbox .added_tag .manage_btn_grp,
.personal_lightbox .other_tag .del_btn,
.personal_lightbox .other_tag .add_btn,
.personal_lightbox .other_tag .manage_btn_grp,
.personal_lightbox .manage_tag .del_btn,
.personal_lightbox .manage_tag .add_btn,
.personal_lightbox .manage_tag .manage_btn_grp {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 10;
}
.personal_lightbox .manage_tag li {
  padding-right: 225px;
}
@media screen and (max-width: 575px) {
  .personal_lightbox .manage_tag li {
    padding-right: 90px;
  }
}
.personal_lightbox .manage_tag li:before {
  top: 0.25em;
}
.personal_lightbox .manage_tag input[type=text] {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #E15706;
  width: calc(100% - 50px);
  padding: 0;
  color: #7e7e7e;
}
.personal_lightbox .manage_tag .manage_btn_grp {
  top: -2px;
}
.personal_lightbox .manage_tag .manage_btn_grp button {
  padding: 0.2em 0.5em;
  font-size: 0.875em;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .personal_lightbox .manage_tag .manage_btn_grp button {
    border: 0;
  }
}
.personal_lightbox .manage_tag .manage_btn_grp button i:before {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 575px) {
  .personal_lightbox .manage_tag .manage_btn_grp button span {
    display: none;
  }
}
.personal_lightbox .add_newtag {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}
.personal_lightbox .add_newtag:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  background: #f4f4f4 url(../images/icon/icon_add.svg) no-repeat center;
  background-size: 16px;
  margin-right: 0.5em;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.personal_lightbox .add_newtag:hover, .personal_lightbox .add_newtag:focus {
  background: transparent;
}
.personal_lightbox .add_newtag:hover:before, .personal_lightbox .add_newtag:focus:before {
  opacity: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.reminder_lightbox .reminderblock {
  width: 560px;
  min-height: 180px;
  padding: 15px 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reminder_lightbox .reminderblock {
    width: 310px;
    max-width: 90%;
  }
}
.reminder_lightbox .reminderblock .btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
  padding: 0.2em 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.reminder_lightbox .reminderblock .btn_primary:hover {
  background: #E15706;
  color: #fff;
}
.reminder_lightbox .reminderblock .btn_grp {
  padding-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .reminder_lightbox .reminderblock .btn_grp {
    text-align: center;
  }
}

.showToolPanel {
  display: none;
  position: relative;
  background: #f4f4f4;
  margin: 1em 0;
  padding: 1em;
  font-size: 0.875em;
}
.showToolPanel h4 {
  font-size: 1.125rem;
}
.showToolPanel .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: 14px;
}
.showToolPanel .scrollBlock {
  max-height: 280px;
  overflow-y: auto;
  padding: 0 0.8em;
  margin: 1em 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.showToolPanel .panel-footer .export-link {
  font-weight: bold;
}
.showToolPanel .tabSet li a {
  padding: 0.5em 1em;
}

.cite-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cite-list .cite-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.cite-list .cite-list__item_term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-right: 1em;
}
.cite-list .cite-list__item_term > a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cite-list .cite-list__item_term {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}
.cite-list .cite-list__item_desc {
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .cite-list .cite-list__item_desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.informational_note > i {
  margin-right: 0.3em;
  display: inline-block;
}

.login_page .login_lightbox {
  display: block;
}
.login_page .login_lightbox .loginblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1040px;
  min-height: 630px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .login_page .login_lightbox .loginblock {
    width: 520px;
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .login_page .login_lightbox .loginblock {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .login_page .login_lightbox .loginblock {
    height: 100%;
    border-radius: 0;
    overflow-y: scroll;
  }
}
.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: 30px 50px;
  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;
}
@media (min-width: 768px) {
  .login_page .login_lightbox .login_form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .login_page .login_lightbox .login_form {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .login_page .login_lightbox .login_form {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .login_page .login_lightbox .login_form {
    padding-bottom: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .login_page .login_lightbox .login_form {
    padding: 20px 30px 0;
    width: 100%;
  }
}
.login_page .login_lightbox .login_form .notSignin + .copyright {
  position: absolute;
  bottom: 30px;
}
.login_page .login_lightbox .login_instructions {
  margin-bottom: 10px;
}

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

.lp h2,
.personal h2 {
  color: #E15706;
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .personal .search_block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .personal .search_result h2 {
    display: flex;
    font-size: 1.25em;
    padding: 0 15px;
    color: #333;
  }
}

.main_content {
  background: #f4f4f4;
  min-height: calc(100% - 200px);
}
.main_content > .container {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.main_content h3 {
  font-size: 1.25em;
  margin: 0.5em 0;
}
.main_content h3.accordion_header {
  margin: 0.2em 0;
}
.main_content .keyword {
  padding-top: 0.5em;
  max-width: 350px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .main_content .keyword {
    max-width: 100%;
  }
}
.main_content .keyword .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: 767px) {
  .main_content .keyword .form_inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main_content .keyword .form_inline label {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main_content .keyword .form_inline label {
    display: block;
  }
}
.main_content .keyword .form_inline input[type=text] {
  width: 100%;
  margin: 0;
  height: 44px;
}
.main_content .keyword .form_inline input[type=submit] {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  font-size: 0em;
  width: 44px !important;
  height: 44px;
  background: #E15706 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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.main_content .keyword .form_inline input[type=submit]:hover {
  background-color: #f4573f;
}

.filter_search {
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  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: 991px) {
  .filter_search {
    position: fixed;
    z-index: 100;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    -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%;
    height: 100%;
    overflow-y: scroll;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .filter_search.fix {
    height: 100%;
    overflow: hidden !important;
    width: 100% !important;
    position: fixed !important;
  }
}
.filter_search.show_up {
  top: 0;
  display: block;
}
.filter_search > .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  .filter_search > .close {
    display: block;
  }
}
.filter_search h4 {
  color: #7e7e7e;
  margin: 0.5em 0;
  font-weight: normal;
}
.filter_search ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter_search .option {
  display: none;
}
.filter_search .option .option_list {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .filter_search .option {
    display: block;
    margin-left: 0;
  }
}
.filter_search + .search_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media screen and (max-width: 767px) {
  .filter_search + .search_overlay {
    display: block;
  }
}
.filter_search .conditions {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E15706;
  padding: 1em;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
.filter_search .conditions h3 {
  margin-top: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
.filter_search .conditions .del_all {
  float: right;
  color: #7e7e7e;
  border: 1px solid #929292;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 1.6em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.filter_search .conditions .del_all:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.5em;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_trash.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.filter_search .conditions .del_all:hover {
  color: #fff;
  background-color: #E15706;
  border-color: #E15706;
}
.filter_search .conditions .del_all:hover:before {
  background-image: url(../images/icon/icon_trash_invert.svg);
  opacity: 1;
}
.filter_search .conditions li {
  margin-bottom: 1em;
}
.filter_search .conditions li li {
  margin-bottom: 0.5em;
}
.filter_search .conditions li li span {
  padding: 0 5px;
  vertical-align: middle;
}
.filter_search .focus {
  overflow: hidden;
}
.filter_search .focus > div {
  padding-bottom: 1em;
}
.filter_search .focus button {
  float: right;
  border: 1px solid #E15706;
  color: #E15706;
  background: transparent;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.filter_search .focus button:hover {
  color: #fff;
  background-color: #E15706;
  border-color: #E15706;
}
.filter_search .sort_list {
  margin: 1.5em 0;
}
.filter_search .sort_list h3 {
  margin: 0.2em 0;
  position: relative;
  font-size: 1.125em;
}
.filter_search .sort_list h3 a {
  display: block;
  color: #333;
  padding-right: 26px;
  min-height: 16px;
}
.filter_search .sort_list h3 a:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 3px;
  border-width: 1px 0 0 1px;
  border-color: #333333;
  border-style: solid;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.filter_search .sort_list h3 a.turnicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.filter_search .sort_list > ul > li {
  padding: 1em 0;
  border-bottom: 1px solid #d6d6d6;
}
.filter_search .accordion_content,
.filter_search .list_content {
  overflow: hidden;
}
.filter_search .accordion_content ul,
.filter_search .list_content ul {
  padding-left: 0.5em;
}
.filter_search .accordion_content li,
.filter_search .list_content li {
  padding: 0.5em 0;
  overflow: hidden;
}
.filter_search .accordion_content li::before,
.filter_search .list_content li::before {
  top: 0.75em;
}
.filter_search .accordion_content li.active a,
.filter_search .list_content li.active a {
  font-weight: bold;
}
.filter_search .accordion_content li a,
.filter_search .list_content li a {
  color: #333;
}
.filter_search .accordion_content li a:hover,
.filter_search .list_content li a:hover {
  text-decoration: underline;
}
.filter_search .accordion_content li span,
.filter_search .list_content li span {
  padding: 0 0.4em;
  color: #7e7e7e;
}
.filter_search .accordion_content > button,
.filter_search .list_content > button {
  float: right;
  border: 1px solid #E15706;
  color: #E15706;
  background: transparent;
  margin-top: 0.5em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.filter_search .accordion_content > button:hover,
.filter_search .list_content > button:hover {
  color: #fff;
  border-color: #E15706;
  background: #E15706;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .filter_search .accordion_content .btn_manage,
.filter_search .list_content .btn_manage {
    display: none;
  }
}
.filter_search .accordion_content .btn_del,
.filter_search .list_content .btn_del {
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0.6;
  float: right;
  background: transparent;
}
.filter_search .accordion_content .btn_del:hover, .filter_search .accordion_content .btn_del:focus,
.filter_search .list_content .btn_del:hover,
.filter_search .list_content .btn_del:focus {
  background: none;
  opacity: 1;
}

.mytags li {
  position: relative;
  padding-left: 1.5em !important;
}
.mytags li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_tag.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.5em;
}

.search_result {
  -ms-flex-preferred-size: calc(100% - 270px);
      flex-basis: calc(100% - 270px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: 991px) {
  .search_result {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search_result {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .search_result h2 {
    display: none;
  }
}
.search_result > .filter_search_btn {
  position: absolute;
  right: 15px;
  top: 1em;
}
@media screen and (max-width: 767px) {
  .search_result > .filter_search_btn {
    top: 0.5em;
  }
}
.search_result .browse {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .search_result .browse {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.search_result .browse .tabSet {
  overflow: hidden;
}
.search_result .browse .tabSet li a {
  white-space: nowrap;
}
.search_result .browse .tabs {
  overflow-x: auto;
}
.search_result .browse .tab-content {
  padding: 1em 1.5em;
  background: #fff;
  overflow: hidden;
}
.search_result .browse .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_result .browse .tab-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
}
@media screen and (max-width: 575px) {
  .search_result .browse .tab-content li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search_result .browse .tab-content .subtitle {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-bottom: 4px;
}
@media screen and (max-width: 575px) {
  .search_result .browse .tab-content .items_inline,
.search_result .browse .tab-content .items {
    width: 100%;
  }
}
.search_result .browse .tab-content .items_inline a,
.search_result .browse .tab-content .items a {
  color: #2288d1;
}
.search_result .browse .tab-content .items_inline a:hover,
.search_result .browse .tab-content .items a:hover {
  color: #1b6ba5;
  text-decoration: underline;
}
.search_result .browse .tab-content .items_inline a.active,
.search_result .browse .tab-content .items a.active {
  color: #f77810;
}
.search_result .browse .tab-content .items_inline li {
  display: inline-block;
  margin-right: 5px;
}
.search_result .browse .tab-content .items {
  max-height: 162px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_result .browse .tab-content .items li {
  -ms-flex-preferred-size: calc(33.3333333333% - 15px);
      flex-basis: calc(33.3333333333% - 15px);
  padding: 5px 0;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .search_result .browse .tab-content .items li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 575px) {
  .search_result .browse .tab-content .items li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.search_result .browse .tab-content .items.open {
  max-height: 100%;
}
.search_result .browse .tab-content .btn_switch {
  display: block;
}
.search_result .browse .tab-content .btn_switch:after {
  bottom: 0;
  top: auto;
}
.search_result .browse .tab-content .btn_switch.turnicon:after {
  top: 0;
}
.search_result .content {
  background: #fff;
  overflow: hidden;
  padding: 2em 3em;
}
@media screen and (max-width: 991px) {
  .search_result .content {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .search_result .content {
    padding: 1em 15px;
  }
}
.search_result .content .tab_grp button {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.search_result .content .tab_grp button:hover {
  color: #fff;
  border-color: #E15706;
  background: #E15706;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .search_result .content .tab_grp,
.search_result .content .advanced_form {
    display: none;
  }
}
.search_result .content .added_list {
  padding-top: 1em;
  position: relative;
}
.search_result .content .added_list .select_source {
  position: absolute;
  top: 0.5em;
  right: 0;
  background: #E15706;
  color: #fff;
  border-color: #E15706;
}
@media screen and (max-width: 575px) {
  .search_result .content .added_list .select_source {
    position: static;
    margin-bottom: 0.5em;
  }
}
.search_result .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_result .content_block .search_vocabulary {
  font-size: 1.125em;
  padding: 0.5em 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-weight: bold;
}
.search_result .content_block .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  width: 115px;
  height: 125px;
  background-color: #ccc;
  border-radius: 10px;
  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;
  padding: 0.5em;
}
.search_result .content_block .pic img {
  -o-object-fit: content;
     object-fit: content;
  height: 100%;
  width: 100%;
}
.search_result .content_block .text {
  -ms-flex-preferred-size: calc(100% - 115px);
      flex-basis: calc(100% - 115px);
  padding-left: 15px;
}
.search_result .content_block .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_result .content_block .text li {
  overflow: hidden;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.search_result .content_block .text li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 10px;
}
.search_result .content_block .text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.5em;
  margin: 0;
  word-break: break-word;
}
.search_result .content_block .text a.more {
  margin: 0.5em 0;
  float: right;
  text-decoration: underline;
  color: #2288d1;
}
.search_result .content_block .text a.more:hover {
  color: #1b6ba5;
}
.search_result .content_block .text .other_subject {
  clear: both;
  font-weight: bold;
}
.search_result .content_block .text .other_subject a {
  font-weight: normal;
  color: #2288d1;
}
.search_result .content_block .text .other_subject a:hover {
  text-decoration: underline;
  color: #1b6ba5;
}
.search_result .relevant_info .accordion_content ul {
  margin: 0;
}
.search_result .relevant_info .accordion_content li {
  padding: 0.25em 0;
}
.search_result .relevant_info .accordion_content a {
  color: #2288d1;
}
.search_result .relevant_info .accordion_content a:hover {
  text-decoration: underline;
  color: #1b6ba5;
}

.list_all {
  background: #fff;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_all {
    padding: 0 15px;
  }
}

.nodata {
  text-align: center;
  min-height: 200px;
  padding: 30px 15px;
  color: #7e7e7e;
}
@media screen and (max-width: 991px) {
  .nodata {
    min-height: calc(100vh - 600px);
  }
}

.list_block {
  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;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 1em 0;
}
.list_block .list_num {
  position: absolute;
  top: 1.3em;
  left: 0;
  color: #7e7e7e;
  min-width: 50px;
}
@media screen and (max-width: 767px) {
  .list_block .list_num {
    position: static;
  }
}
.list_block .list_num:after {
  content: ".";
}
.list_block .list_num ~ .sort_icon {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .list_block .list_num ~ .sort_icon {
    display: none;
  }
}
.list_block a.more {
  color: #2288d1;
  display: inline-block;
  padding: 0 5px;
  text-decoration: underline;
}
.list_block .bookmark {
  position: absolute;
  top: 0.5em;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
@media screen and (max-width: 767px) {
  .list_block .bookmark {
    top: 0.2em;
  }
}
.list_block .bookmark:hover {
  background: #f4f4f4;
}
.list_block .bookmark img {
  width: 22px;
  height: auto;
}
.list_block .sort_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_block .sort_icon {
    display: block;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.list_block .sort_icon .pic {
  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: 100px;
}
@media screen and (max-width: 767px) {
  .list_block .sort_icon .pic {
    display: none;
  }
}
.list_block .sort_icon .pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list_block .sort_icon .sort_name {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-top: 0.5em;
  color: #7e7e7e;
  font-size: 0.875em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .list_block .sort_icon .sort_name {
    border: 1px solid #ccc;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    margin: 0 0 0.5em 0;
  }
}
.list_block .sort_icon + .list_data {
  -ms-flex-preferred-size: calc(100% - 120px);
      flex-basis: calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding: 0 40px 0 20px !important;
}
@media screen and (max-width: 767px) {
  .list_block .sort_icon + .list_data {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.list_block .list_data {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .list_block .list_data {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.list_block .list_data h3 {
  font-size: 1.25em;
  margin-top: 0;
  width: calc(100% - 5em);
}
@media screen and (max-width: 767px) {
  .list_block .list_data h3 {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.list_block .list_data h3 a {
  color: #963a04;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
}
.list_block .list_data h3 a:hover {
  color: #E15706;
}
.list_block .list_data .reminder {
  color: #42a142;
  margin: 0.5em 0;
}
.list_block .list_data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_block .list_data ul.keyword {
  max-width: 100%;
}
.list_block .list_data > ul > li {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_block .list_data > ul > li a {
  color: #2288d1;
}
.list_block .list_data > ul > li a:hover {
  text-decoration: underline;
  color: #1b6ba5;
}
.list_block .list_data > ul > li .btn_normal {
  margin: 0 0.5em;
}
.list_block .list_data > ul > li .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
  line-height: 1.5;
}
.list_block .list_data time {
  color: #7e7e7e;
  display: block;
}
.list_block .list_data .record_link {
  color: #2288d1;
}
.list_block .list_data .record_link:hover {
  text-decoration: underline;
}
.list_block .list_data .intro p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  margin: 0;
}
.list_block .list_data .intro .more {
  display: block;
  text-align: right;
  margin-top: 0.5em;
}
.list_block .list_data .tag_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_block .list_data .tag_grp a,
.list_block .list_data .tag_grp button {
  margin: 0 4px 4px;
}
.list_block .list_data .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 0.1em 0.5em;
  font-size: 0.875em;
  border: 1px solid #E15706;
  background: #E15706;
  color: #fff;
}
.list_block .list_data .tag:hover {
  background: #c84d05;
  text-decoration: none;
  color: #fff;
}
.list_block .list_data .tag:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_tag.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.3em;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.list_block .list_data .tag_edit {
  background: #fff;
  color: #333;
  border-color: #929292;
}
.list_block .list_data .tag_edit:hover {
  background: #f4f4f4;
  color: #333;
}
.list_block .list_data .tag_edit:before {
  content: none;
}
.list_block .list_data .tag_edit:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_close.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.3em;
}
.list_block .list_data .edit_tag i {
  margin-left: 0;
}
.list_block .list_data .edit_tag i:before {
  height: 1em;
  width: 1em;
}
.list_block .list_data .edit_tag:hover {
  background: #f4f4f4;
}
.list_block .list_data .link {
  font-weight: bold;
}
.list_block .list_data button {
  padding: 0.2em 0.5em;
  min-width: auto;
  position: relative;
  margin-bottom: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_block .list_data button > img {
  width: auto;
  height: 22px;
  margin-right: 0.3em;
}
.list_block .list_data button.btn_normal {
  background: #fff;
  border: 1px solid #2288d1;
  color: #2288d1;
}
.list_block .list_data button.btn_normal:hover {
  background-color: rgba(34, 136, 209, 0.1);
}
.list_block .list_data button.btn_primary {
  background: #fff;
  border: 1px solid #E15706;
  color: #E15706;
}
.list_block .list_data button.btn_primary:hover {
  background-color: rgba(225, 87, 6, 0.1);
}
.list_block .list_data .keyword li {
  display: inline-block;
}
.list_block .list_data .keyword li:after {
  content: "、";
  display: inline-block;
}
.list_block .list_data .keyword li:last-child:after {
  content: none;
}
.list_block .list_data .keyword a {
  line-height: 1.5;
}
.list_block .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 30px;
}
.list_block .status > * {
  margin: 0 0.5em 0 0;
}
.list_block .status button,
.list_block .status a {
  background: none;
  color: #2288d1;
  border: none;
  position: relative;
  border-radius: 0;
  display: inline-block;
  padding: 0;
}
.list_block .status button:hover,
.list_block .status a:hover {
  text-decoration: underline;
  color: #1b6ba5;
}
.list_block .status button.popover,
.list_block .status a.popover {
  padding-right: 1em;
}
.list_block .status button.popover:after,
.list_block .status a.popover:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-width: 2px 0 0 2px;
  border-color: #2288d1;
  border-style: solid;
  top: 5px;
  right: 2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.list_block .status button.popover.turnicon:after,
.list_block .status a.popover.turnicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.list_block .status .tip {
  font-size: 0.875em;
  color: #7e7e7e;
  display: inline-block;
}
.list_block .popover_content {
  font-size: 0.875em;
  margin: 0.5em 0;
}
.list_block .summary {
  background: #f4f4f4;
  padding: 5px 10px;
}
.list_block .function_btn {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_block .function_btn {
    top: 0;
  }
}
.list_block .function_btn button {
  border: none;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  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;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.list_block .function_btn button:hover {
  background-color: #f4f4f4;
}
.list_block .function_btn button span {
  font-size: 0;
}

.erm {
  overflow: hidden;
}
.erm .function_panel .result_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .erm .function_panel .display_grp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .erm .search_result {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.personal .list_block .list_data {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .personal .list_block .list_data {
    margin-top: 0.25em;
    padding-left: 0;
  }
}

.academic_vocabulary,
.relevant_info {
  background: #fff;
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .academic_vocabulary,
.relevant_info {
    display: none;
  }
}

.publication_year input {
  outline: 0;
}
.publication_year .range_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.publication_year .range_amount span {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  text-align: center;
  display: block;
  color: #7e7e7e;
}

.sp {
  position: static;
}
.sp .main_content .container {
  max-width: 1100px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp .main_content h2 {
  width: 100%;
}
.sp .main_content .col {
  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) {
  .sp .main_content .col {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sp .main_content .back {
  position: absolute;
  right: 15px;
  top: 1.7em;
  font-size: 0.875em;
  display: inline-block;
}
.sp .main_content .card_list .col {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .sp .main_content .card_list .col {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sp .main_content .featured_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
.sp .main_content .featured_data h3 {
  width: 100%;
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #d6d6d6;
}
.sp .main_content .featured_data .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sp .main_content .featured_data .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sp .main_content .featured_data .content ul {
  max-width: calc(100% - 130px);
}
.sp .main_content .featured_data .content li {
  border: none;
  margin-bottom: 0;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sp .main_content .featured_data .content li {
    display: none;
  }
}
.sp .main_content .featured_data .content li.m_show {
  display: block;
}
.sp .main_content .featured_data .content li span {
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .sp .main_content .featured_data .content li span {
    display: block;
  }
}
.sp .main_content .featured_data .apply {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sp .main_content .featured_data .apply:hover {
  color: #fff;
  border-color: #E15706;
  background: #E15706;
  text-decoration: none;
}
.sp .main_content .featured_data .apply:before {
  background: #f4573f;
}
.sp .main_content .quota {
  padding: 1.5em 1em;
  border-radius: 10px;
  background: #f4f4f4;
  text-align: center;
}
.sp .main_content .status {
  margin-bottom: 1em;
  line-height: 1;
  color: #7e7e7e;
}
.sp .main_content .amount {
  font-size: 2em;
  font-weight: bold;
  color: #f4573f, #D92E47, #E8520C;
}
.sp .main_content .amount .total:before {
  content: "/";
  display: inline-block;
  font-size: 0.875em;
}

.detail_block {
  background: #fff;
  padding: 20px 30px;
  width: 100%;
  margin-bottom: 1em;
}
.detail_block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .detail_block {
    padding: 15px;
  }
}
.detail_block h3 {
  margin-bottom: 1em;
  color: #963a04;
}
.detail_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail_block li {
  line-height: 1.8em;
}
.detail_block li span {
  font-weight: bold;
}
.detail_block li p {
  margin: 0;
}
.detail_block .info + .apply_form {
  margin-top: 1em;
}
.detail_block .apply_form .form_grid {
  width: 90%;
  margin: 0.5em auto 2em auto;
}
@media screen and (max-width: 767px) {
  .detail_block .apply_form .form_grid {
    width: 100%;
  }
}
.detail_block .list li {
  padding: 1em 0;
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
  .detail_block .list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.detail_block .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% - 100px);
  color: #333;
  text-decoration: none;
}
.detail_block .list li a:hover, .detail_block .list li a:focus {
  color: #1b6ba5;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .detail_block .list li a {
    width: 100%;
  }
}
.detail_block .list li .num {
  font-weight: normal;
  min-width: 2em;
  margin-right: 0.2em;
  white-space: nowrap;
  text-align: right;
}
.detail_block .list li .num:after {
  content: ".";
  display: inline-block;
}
.detail_block .list li time {
  color: #7e7e7e;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .detail_block .list li time {
    margin-left: 2em;
  }
}
.detail_block .table_list .title {
  width: 40%;
}

.fillin {
  display: block;
}

.article_content .pic {
  margin: 2em auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article_content .pic {
    margin: 1em auto;
  }
}
.article_content .pic img {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .article_content .pic img {
    max-width: 100%;
  }
}
.article_content img {
  max-width: 100%;
}
.article_content .link {
  color: #2288d1;
}
.article_content .link:hover, .article_content .link:focus {
  text-decoration: underline;
}

.questionnaire h3 {
  font-size: 1.125em;
  padding: 0.5em 0;
  background: #f4f4f4;
  color: #333;
  text-align: center;
}

.question_block {
  margin-bottom: 2em;
}
.question_block a {
  color: #333;
  text-decoration: none;
}
.question_block a:hover, .question_block a:focus {
  color: #1b6ba5;
  cursor: pointer;
  text-decoration: underline;
}
.question_block li {
  padding: 5px 15px;
}

@media print {
  .main,
.content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
.fatfooter,
footer,
.accesskey,
.submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .innerpage {
    margin-top: 0 !important;
  }
  .main,
.content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after,
.content:before,
.content:after {
    content: "";
    display: table;
  }
  .main:after,
.content:after {
    clear: both;
  }
  .main img.float_left,
.content img.float_left {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.float_right,
.content img.float_right {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link,
.main a:visited,
.main a,
.content a:link,
.content a:visited,
.content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a,
.content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after,
.content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after,
.content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after,
.content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table,
.content table {
    background: #FFF;
  }
  .main li,
.content li {
    content: "» ";
  }
  /* 檔案下載*/
  .file_download a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .file_download .update,
.file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
  .detailblock h3 {
    margin: 0;
  }
  .detailblock .info_list li {
    margin: 0.25em 0;
  }
  .detailblock .info_list h4, .detailblock .info_list .content {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) {
  .function_panel  span{
    font-size:0;
  }
}
@media screen and (max-width: 767px) {
  .function_panel i{
    margin:0;
	padding:0;
  }
}
.function_panel .function_btn {
	margin:0 0.5em 0 0;
}
.function_panel .function_btn button{
	margin:0 0 0 0;
}
.function_panel .function_block  button:hover i {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.personal h2 {
	display:flex;
}
.personal h2 .path {
	font-weight:normal;
	font-size:12pt;
	padding-left:20px;
	color: #333;
}