html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  border: 0;
  background: none;
  overflow: auto;
  outline: none; }

/*font-size*/
/*colors*/
/*path*/
html, body {
  background: #000;
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  font-family: Arial, 'PingFang TC', 'LiGothic', 'FangSong', 'SimHei', 'Microsoft JhengHei', sans-serif; }

#header + main {
  padding-top: 95px; }

#header + main.wrap {
  padding-top: 125px; }

img {
  display: block;
  width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

input,
textarea {
  background: #fff;
  border: none;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

select {
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: inherit;
  background: none;
  border: none;
  -webkit-appearance: none;
  padding: .5em 1.8em .5em .5em;
  position: relative;
  background: url("/static/images/database/arrow.png") right 0.4em center no-repeat;
  background-size: 14px 14px;
  cursor: pointer; }

button,
*[role="button"] {
  display: inline-block;
  border: 2px solid transparent;
  font-size: inherit;
  line-height: 2.4;
  padding: 0 .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer; }

button._prim,
*[role="button"]._prim {
  color: #000;
  background: #f6c800;
  border-color: #f6c800; }

button._sub,
*[role="button"]._sub {
  color: #fff;
  background: #666;
  border-color: #666; }

button._text,
*[role="button"]._text {
  background: none;
  color: inherit; }

button._hallow,
*[role="button"]._hallow {
  background: none;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

button._hallow._reverse,
*[role="button"]._hallow._reverse {
  color: #000;
  border-color: #000; }

button._hallow:hover,
*[role="button"]._hallow:hover {
  background: #fff;
  color: #000; }

.btn-close {
  position: relative; }
  .btn-close::before, .btn-close::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    width: 80%;
    margin-top: -2px;
    left: 10%;
    content: '';
    background: #fff; }
  .btn-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.title {
  float: left;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: .86px; }

.title + * {
  clear: both; }

.title._underline {
  border-bottom: 4px solid #f6c800; }

.title._center {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.title._reverse {
  color: #000; }

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem; }

@media screen and (min-width: 750px) {
  #header + main {
    padding-top: 0; }
  #header + main.wrap {
    padding-top: 3rem;
    padding-bottom: 4rem; }
  .title {
    font-size: 1.5rem; } }

#header {
  background: #000;
  position: fixed;
  top: 57px;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

#header .hd-logo {
  overflow: hidden;
  width: 105px;
  margin: .8em auto;
  height: 20.52273px; }

#header .hd-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/images/database/logo.png) no-repeat;
  background-size: 100% auto;
  text-indent: -999px; }

#header .hd-burger {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  top: -50px;
  left: 0; }

#header .hd-burger i {
  background: #000;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  display: block;
  width: 20px;
  left: 13px;
  margin-top: -2px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#header .hd-burger i:first-child {
  top: calc(50% - 6px); }

#header .hd-burger i:last-child {
  top: calc(50% + 6px); }

#header .hd-burger._close i:first-child,
#header .hd-burger._close i:last-child {
  opacity: 0; }

#header .hd-burger._close i:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#header .hd-burger._close i:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#header .hd-search {
  padding: 10px 44px 10px 55px;
  white-space: nowrap;
  margin: 0 -1rem;
  background: #fff;
  top: 0;
  position: relative;
  z-index: 3;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header .hd-search-form {
  border-radius: 1.5em 1.5em;
  background: #fff;
  position: relative;
  border: 1px solid #ddd; }

#header .hd-search-type {
  color: #666;
  padding: 0 1.8em 0 .8em;
  height: 28px;
  line-height: 28px;
  background-position: right .4em top .4em; }

#header .hd-search-input {
  height: 28px;
  line-height: 28px;
  width: calc(100% - 110px); }

#header .hd-search-input::-webkit-input-placeholder {
  color: #ccc; }

#header .hd-search-input:-ms-input-placeholder {
  color: #ccc; }

#header .hd-search-input::-ms-input-placeholder {
  color: #ccc; }

#header .hd-search-input::placeholder {
  color: #ccc; }

#header .hd-search-submit {
  position: absolute;
  width: 44px;
  height: 30px;
  right: -34px;
  border-radius: 1.5em;
  overflow: hidden;
  top: -1px; }

#header .hd-search-submit::before {
  content: '';
  display: block;
  width: 22px;
  padding-top: 22px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 105.11111px 104.2963px;
  background-position: -83.11111px 0px;
  margin: -11px 0 0 -11px; }

#header .hd-nav {
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.5); }
  #header .hd-nav::after {
    content: '';
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both; }

#header .hd-links {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
  opacity: 0;
  -webkit-transform: translatey(-30px);
  -ms-transform: translatey(-30px);
  transform: translatey(-30px);
  pointer-events: none; }

#header .hd-links._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all; }

#header .hd-first::after {
  content: '';
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both; }

#header .hd-first a,
#header .hd-first span {
  text-align: center;
  padding: .4em 0;
  color: #000;
  display: block;
  font-size: 1.125rem; }

#header .hd-first li {
  display: block; }

#header .hd-first > li {
  position: relative; }

#header .hd-first > li > a,
#header .hd-first > li > span {
  font-weight: bold; }

#header .hd-first > li:first-child {
  float: left;
  width: 50%;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header .hd-first > li:nth-of-type(2) {
  float: right;
  width: 50%; }

#header .hd-first > li:last-child {
  float: right;
  width: 50%; }

#header .hd-extra {
  text-align: center; }

#header .hd-sns {
  display: inline-block;
  width: 40px;
  padding-top: 40px;
  margin: 0 .5em;
  position: relative; }

#header .hd-sns._fb::before {
  content: '';
  display: block;
  width: 28px;
  padding-top: 28px;
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 6px;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 129px 128px;
  background-position: -37px -37px; }

#header .hd-sns._ln::before {
  content: '';
  display: block;
  width: 28px;
  padding-top: 28px;
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 6px;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 129px 128px;
  background-position: -74px -28px; }

#header .hd-sns._ig::before {
  content: '';
  display: block;
  width: 28px;
  padding-top: 28px;
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 6px;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 129px 128px;
  background-position: -74px 0px; }

@media screen and (min-width: 750px) {
  #header {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(to top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0; }
  #header .wrap::after {
    content: '';
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both; }
  #header .hd-logo {
    margin: .85em 1.5em 0 0;
    width: 105px;
    float: left; }
  #header .hd-burger {
    display: none; }
  #header .hd-nav {
    background: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 24em;
    width: 40%;
    padding: 0;
    float: left; }
  #header .hd-nav a,
  #header .hd-nav span {
    font-size: 1rem; }
  #header .hd-links {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #header .hd-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #header .hd-first > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8em;
    flex: 0 1 8em;
    float: none;
    width: auto; }
  #header .hd-first > li:first-child {
    border: 0; }
  #header .hd-first::after {
    display: none; }
  #header .hd-first > li > a,
  #header .hd-first > li > span {
    color: #fff;
    line-height: 2.5;
    text-shadow: 0 0 10px black;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  #header .hd-first > li > a:hover,
  #header .hd-first > li > span:hover {
    color: #f6c800; }
  #header .hd-first > li:hover .hd-second {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all; }
  #header .hd-second {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
    border-top: 4px solid #f6c800;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    pointer-events: none; }
  #header .hd-second::after, #header .hd-second::before {
    content: '';
    display: block;
    position: absolute; }
  #header .hd-second::before {
    border-bottom: 8px solid #f6c800;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -12px;
    left: calc(50% - 4px); }
  #header .hd-second::after {
    height: 6px;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); }
  #header .hd-second > li a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  #header .hd-second > li a:hover {
    background: #f3f3f3; }
  #header .hd-extra {
    display: none; }
  #header .hd-search {
    width: 32%;
    float: right;
    margin: .65rem 0 0 0;
    background: none;
    padding: 0 34px 0 0;
    height: auto; } }

@media screen and (max-width: 360px) {
  #header .hd-nav {
    font-size: 0.875rem; } }

.header-group-wrapper {
  position: relative; }

#footer {
  padding: 1.5em 0 1em 0; }

#footer .ft-nav {
  padding: 1.5em 0;
  width: 80%;
  min-width: 300px;
  margin: 0 auto; }

#footer .ft-nav a {
  display: block;
  text-align: center;
  line-height: 2; }

#footer .ft-first {
  overflow: hidden; }

#footer .ft-first > li > a {
  font-weight: bold; }

#footer .ft-first > li {
  float: left;
  width: 50%; }

#footer .ft-second {
  margin-bottom: 1.2em; }

#footer .ft-copyright {
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
  color: #fff; }

#footer .ft-copyright a {
  color: #a2a2a2;
  display: inline-block;
  vertical-align: middle; }

#footer .ft-left {
  margin: 0 auto;
  text-align: center; }

#footer .ft-logo {
  width: 105px;
  height: 20.52273px;
  overflow: hidden;
  margin: 0 auto 1rem auto; }
  #footer .ft-logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/images/database/logo.png) no-repeat;
    background-size: 100% auto;
    text-indent: -999px; }

#footer .ft-sns {
  display: inline-block;
  width: 35px;
  padding-top: 35px;
  border-radius: 50%;
  margin-right: 7px;
  background: #fff;
  position: relative; }

#footer .ft-sns._fb::before {
  content: '';
  display: block;
  width: 21px;
  padding-top: 21px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  left: 7px;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 96.75px 96px;
  background-position: -27.75px -27.75px; }

#footer .ft-sns._ln::before {
  content: '';
  display: block;
  width: 21px;
  padding-top: 21px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  left: 7px;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 96.75px 96px;
  background-position: -55.5px -21px; }

#footer .ft-sns._ig::before {
  content: '';
  display: block;
  width: 21px;
  padding-top: 21px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  left: 7px;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 96.75px 96px;
  background-position: -55.5px 0px; }

@media screen and (min-width: 660px) {
  #footer .ft-left {
    float: left;
    margin: 2rem 0 0 0;
    text-align: left; }
  #footer .ft-logo {
    margin-left: 0;
    margin-right: 0; }
  #footer .ft-copyright {
    clear: both; }
  #footer .ft-nav {
    margin-left: 155px;
    padding: 0 0 1.5em 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto; }
  #footer .ft-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #footer .ft-first > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    float: none;
    width: auto; } }

@media screen and (min-width: 800px) {
  #footer .ft-nav {
    margin-left: 300px; } }

.md-excerpt {
  color: #000; }

.md-excerpt .ec-title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  max-height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .md-excerpt .ec-title a {
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out; }

.md-excerpt .ec-info {
  color: #aaa;
  vertical-align: middle;
  margin-top: 1em; }

.md-excerpt .ec-info a {
  margin-left: .3em;
  color: #000; }

.md-excerpt._straight:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1); }

.md-excerpt._straight:hover .ec-title a {
  color: #e29e02; }

.md-excerpt._straight .ec-thumbnail {
  display: block;
  background: #ddd;
  padding-top: 52.5%;
  position: relative;
  overflow: hidden; }

.md-excerpt._straight .ec-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.md-excerpt._straight .ec-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.md-excerpt._straight .ec-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.md-excerpt._straight .ec-cates {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: .4em 0 .7em 0; }

.md-excerpt._straight .ec-cates a {
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 .5em;
  font-size: 0.875rem;
  margin-right: .3em; }

.md-excerpt._straight .ec-info {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.md-excerpt._horizontal::after {
  content: '';
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both; }

.md-excerpt._horizontal .ec-thumbnail {
  display: block;
  background: #ddd;
  height: 100px;
  width: 36%;
  float: left; }
  .md-excerpt._horizontal .ec-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.md-excerpt._horizontal .ec-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 39.5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px; }

section.articles {
  background: #fff;
  padding-bottom: 1.5em; }

section.articles .wrap {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem; }

section.articles .title {
  width: calc(4em + (.87px * 4));
  margin-left: auto;
  margin-right: auto;
  float: none; }

section.articles .md-excerpt {
  margin-bottom: 1.125rem; }

@media screen and (min-width: 500px) {
  section.articles .con {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
  section.articles .title {
    float: left;
    margin: 0 0 1em 0; } }

@media screen and (min-width: 750px) {
  section.articles .con {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

.md-lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.md-lightbox._active {
  opacity: 1;
  pointer-events: all;
  z-index: 99; }

.md-lightbox .btn-close {
  width: 45px;
  height: 45px;
  float: right; }

.md-lightbox .lb-con {
  width: 90%;
  max-width: 760px; }

.md-lightbox .lb-main {
  max-width: 760px;
  clear: both;
  background: #f2f2f2; }

.md-frgroup a {
  display: block; }

.md-frgroup .fg-itm {
  overflow: hidden; }

.md-frgroup._static {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.md-frgroup._carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -1rem; }

.md-frgroup._carousel .fg-itm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  margin-right: .8em; }

.md-frgroup._carousel .fg-itm:last-child {
  margin-right: 0; }

.md-frgroup._carousel._hname .fg-itm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82%;
  flex: 0 0 82%; }

.md-frgroup._title .fg-frame, .md-frgroup._index .fg-frame {
  position: relative;
  padding-top: 150.15%;
  margin-bottom: .3em; }

.md-frgroup._title .fg-pic, .md-frgroup._index .fg-pic {
  background: #ddd;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0; }

.md-frgroup._title .fg-title, .md-frgroup._index .fg-title {
  line-height: 1.5; }

.md-frgroup._title .fg-caption {
  line-height: 1.3; }

.md-frgroup._title time {
  font-size: 0.875rem;
  color: #848484;
  line-height: 1; }

.md-frgroup._hname .fg-itm {
  background: #f6c800;
  color: #000;
  position: relative; }

.md-frgroup._hname .fg-pic {
  width: 108px;
  height: 164px;
  background: #ddd;
  position: relative;
  z-index: 3;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.3); }

.md-frgroup._hname .fg-caption {
  width: calc(100% - 108px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 108px;
  top: 0;
  padding: 0 .5rem;
  height: 100%;
  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-pack: distribute;
  justify-content: space-around; }

.md-frgroup._hname .fg-title {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.md-frgroup._hname .fg-filter {
  position: absolute;
  width: 142%;
  height: 142%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .1;
  left: -42%;
  top: -21%; }

.md-frgroup._hname .fg-en {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.md-frgroup._hname .fg-act {
  position: relative;
  z-index: 2; }

.md-frgroup._hname .fg-act b {
  color: #fff;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.35);
  padding: 0 .5em;
  line-height: 18px;
  display: block;
  float: left;
  margin-bottom: .3em; }

.md-frgroup._hname .fg-char {
  font-size: 0.875rem;
  clear: both;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.md-frgroup._hname .fg-cen {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.md-frgroup._sname {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 1.2rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.md-frgroup._sname a {
  width: 100%;
  position: relative;
  padding-top: calc(126.74% + 66px);
  height: 0;
  overflow: hidden; }

.md-frgroup._sname .fg-itm {
  background: #fff;
  overflow: hidden; }

.md-frgroup._sname .fg-pic {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: calc(100% - 66px);
  top: 0;
  left: 0; }

.md-frgroup._sname .fg-caption {
  position: absolute;
  top: calc(100% - 66px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  padding: .6em 1em;
  text-align: center;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: #fff -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: #fff -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }

.md-frgroup._sname .fg-caption::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: -55%;
  left: 0;
  opacity: .5;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%); }

.md-frgroup._sname .fg-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.md-frgroup._sname .fg-en {
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.md-frgroup._index {
  counter-reset: num; }

.md-frgroup._index .en {
  display: block;
  font-size: 0.875rem;
  color: #848484;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.md-frgroup._index .fg-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.md-frgroup._index .fg-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.md-frgroup._index .fg-caption time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.7em; }

.md-frgroup._index .fg-caption time::before {
  content: '';
  display: block;
  width: 15px;
  padding-top: 15px;
  position: absolute;
  overflow: hidden;
  top: 3px;
  left: 0;
  background: url("/static/images/database/sprites.png") no-repeat;
  background-size: 71.66667px 71.11111px;
  background-position: -15px -56.11111px; }

@media screen and (min-width: 500px) {
  .md-frgroup._carousel {
    overflow: hidden;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem; }
  .md-frgroup._carousel .fg-itm {
    margin-right: 0; }
  .md-frgroup._static._index, .md-frgroup._static._title, .md-frgroup._static._sname, .md-frgroup._carousel._index, .md-frgroup._carousel._title, .md-frgroup._carousel._sname {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
  .md-frgroup._static._hname, .md-frgroup._carousel._hname {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 700px) {
  .md-frgroup._static._index, .md-frgroup._static._title, .md-frgroup._static._sname, .md-frgroup._carousel._index, .md-frgroup._carousel._title, .md-frgroup._carousel._sname {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); }
  .md-frgroup._static._hname, .md-frgroup._carousel._hname {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    .md-frgroup._static._hname .fg-caption, .md-frgroup._carousel._hname .fg-caption {
      padding: 0 .75rem; } }

@media screen and (min-width: 1000px) {
  .md-frgroup._static._hname, .md-frgroup._carousel._hname {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
    .md-frgroup._static._hname .fg-caption, .md-frgroup._carousel._hname .fg-caption {
      padding: 0 .75rem; } }

@media screen and (max-width: 340px) {
  .md-frgroup._static {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

.announcement {
  align-items: center;
  border: 10px solid #f6c800;
  display: flex;
  flex-direction: column;
  margin: 2em auto;
  max-width: 970px;
  padding: 30px;
  position: relative;
  width: calc(100% - 100px)
}

@media only screen and (max-width: 767px) {
  .announcement h2 {
    font-size:20px
  }

  .announcement p {
    font-size:14px
  }
}

@media only screen and (min-width: 600px) {
  #index .announcement {
    margin-bottom: 5em;
  }
}


.announcement h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  text-align: center
}

.announcement p {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 25px;
  text-align: center
}

.announcement .btn-go {
  background-color: #f6c800;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin: 20px auto 0;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content
}
