@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap");
.header-mobile {
  background: #15AABE;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header-mobile .logo {
  width: 290px;
  height: 40px;
  background-size: 290px;
  left: 20px;
  top: 20px;
}
@media (max-width: 375px) {
  .header-mobile .logo {
    width: 200px;
    height: 40px;
    background-size: 200px;
    left: 20px;
    top: 28px;
  }
}
.header-mobile .logo a {
  height: 40px;
}

.mobilenav {
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  margin-top: 0;
  top: 85px;
  background-color: #fff;
  -webkit-transform: translateY(-160%);
  -moz-transform: translateY(-160%);
  -ms-transform: translateY(-160%);
  transform: translateY(-160%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.mobilenav h3 {
  color: #555;
}
.mobilenav .nav li {
  border-bottom: 1px solid #DDD;
}
.mobilenav .nav li a {
  color: #555;
  font-size: 1.25rem;
}
.mobilenav.open {
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 200;
  opacity: 1;
}
.mobilenav .m-menu {
  padding: 20px;
  margin-top: 100px;
}
.mobilenav .m-menu ul li {
  border-bottom: 1px solid #eee;
}
.mobilenav .m-menu ul li a {
  padding: 15px 0;
  display: block;
}
.mobilenav .m-menu ul li ul {
  margin-left: 20px;
}
.mobilenav .m-menu ul li ul li {
  border: none;
}
.mobilenav .m-menu .topnav {
  position: unset;
  margin-top: 30px;
}
.mobilenav .m-menu .topnav li {
  border-bottom: none;
  margin-bottom: 10px;
}
.mobilenav .m-menu .topnav li a {
  font-size: 0.9375rem;
  padding: 0;
}
.mobilenav .m-menu .topnav li:first-child {
  padding-left: 0;
}
.mobilenav .m-menu .search {
  position: unset;
  margin-top: 30px;
}

.menu-btn {
  cursor: pointer;
  display: flex;
  z-index: 99;
  position: fixed;
  top: 35px;
  right: 5px;
  color: #fff;
}

.line-wrap {
  margin-right: 10px;
  align-items: center;
}

.line {
  position: fixed;
  display: flex;
  align-items: center;
}

.line-1,
.line-2,
.line-3 {
  border-top: 2px solid #fff;
  display: block;
  transition: margin 0.5s, transform 0.5s;
  width: 25px;
}

.line-2 {
  margin: 5px 0;
}

.line .line-1 {
  transform: rotate(45deg);
  margin: 0;
}

.line .line-3 {
  transform: rotate(-45deg);
  margin: 0;
}

.line .line-2 {
  margin: -2px 0;
  opacity: 0;
}

.accordion .submenu {
  display: none;
}
.accordion .submenu li {
  border: none;
}
.accordion .submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion .submenu a:hover {
  color: #666;
}
.accordion .open .link:after {
  transform: rotate(135deg);
  transform-origin: 50% center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .open .link.sub-link:after {
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .link {
  position: relative;
  display: block;
  padding: 15px 0;
  cursor: pointer;
}
.accordion .link:after {
  position: absolute;
  right: 15px;
  top: 20px;
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #15AABE;
  border-right: 1px solid #15AABE;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .link a {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  display: block;
}
.accordion .link.sub-open:after {
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .link.sub-close:after {
  transform: rotate(135deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: none;
}

.nav > li > a {
  color: #000;
  display: inline-block;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
}

.breadcrumb {
  background: none;
  padding: 15px 0;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #333 !important;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
.breadcrumb > li > span {
  padding: 0;
}
.breadcrumb li .divider {
  padding: 0 10px;
}
.breadcrumb li .divider:first-child {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

label {
  font-weight: normal;
}

.pager li > a,
.pager li > span {
  border-radius: 0;
}
.pager li a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  body {
    margin-top: 80px;
    /* 因fixed navbar需padding */
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #222;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin: 30px 0 50px 0;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.1875rem;
  }
}
h1:after {
  content: "";
  background: #15aabe;
  width: 35px;
  height: 6px;
  position: absolute;
  bottom: 0;
}

h2 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin: 30px 0 50px 0;
  padding-bottom: 25px;
  display: block;
  background: url(../../images/ui/h2-bg.svg) no-repeat center bottom;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.1875rem;
    margin: 10px 0 25px 0;
  }
}

.header {
  position: relative;
  height: 140px;
}

.header_index {
  position: relative;
  height: 100px;
}
@media (min-width: 1400px) {
  .header_index.container {
    max-width: 90%;
  }
}

footer {
  background: #e3e3e3;
  padding: 30px 0;
}
footer .item {
  margin: 70px 0;
}
@media (max-width: 768px) {
  footer .item {
    margin: 30px 0;
  }
}
footer .wrap {
  padding-left: 15px;
}
footer .wrap p {
  line-height: 140%;
  padding-bottom: 15px;
}
footer .title {
  font-size: 1.125rem;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(92, 92, 92, 0.3);
  margin-bottom: 20px;
}
footer ul {
  padding-left: 15px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer ul li {
  margin-bottom: 15px;
  line-height: 140%;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
footer ul li a {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
footer ul li a:hover {
  border-bottom: 1px solid #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
footer ul li.active a {
  border-bottom: 1px solid #666;
}
footer .campus-links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 768px) {
  footer .campus-links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
footer .share {
  display: flex;
}
footer .share .share-item {
  margin-right: 20px;
}

.footnav {
  background: #616161;
  padding: 30px 0 20px 0;
}
.footnav ul {
  display: flex;
  justify-content: center;
}
.footnav ul li {
  border-right: 1px solid #d8d8d8;
  padding: 3px 10px;
}
.footnav ul li:last-child {
  border: none;
}
.footnav ul li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.footnav ul li a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.footnav .copyright {
  text-align: center;
  margin-top: 15px;
  color: #fff;
  line-height: 140%;
}
.footnav .copyright a {
  color: #fff;
}

.social-icon {
  position: fixed;
  right: 0px;
  bottom: 20px;
  background: #fff;
  padding: 10px 10px 0 10px;
}
.social-icon img {
  margin-bottom: 10px;
}

.logo {
  width: 300px;
  height: 84px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 999;
}
@media (min-width: 992px) {
  .logo {
    top: 55px;
  }
}
@media (min-width: 1600px) {
  .logo {
    top: 25px;
  }
}
.logo a {
  display: block;
  height: 65px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}
.logo img {
  max-width: 100%;
}

.logo_index {
  width: 360px;
  height: 84px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 999;
}
.logo_index a {
  display: block;
  height: 65px;
}
.logo_index a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}
.logo_index img {
  max-width: 100%;
}

.logo_white {
  width: 300px;
  height: 50px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 999;
}
.logo_white a {
  display: block;
  height: 50px;
}
.logo_white a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}
.logo_white img {
  max-width: 100%;
}

.a2a_floating_style {
  border-radius: 0 !important;
  -moz-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
}

.topnav {
  position: absolute;
  right: 0;
  top: 20px;
}
.topnav ul li {
  padding: 0 15px;
  border-left: 1px solid #ccc;
}
.topnav ul li:first-child {
  border: none;
}

.topnav_index,
.quick-links {
  position: absolute;
  right: 0;
  top: 25px;
}
.topnav_index ul li,
.quick-links ul li {
  padding: 0 15px;
  border-left: 1px solid #ccc;
}
.topnav_index ul li:first-child,
.quick-links ul li:first-child {
  border: none;
}
.topnav_index ul li a,
.quick-links ul li a {
  color: #b81d23;
}

.quick-links {
  top: 60px;
}

.search {
  position: absolute;
  right: 15px;
  top: 70px;
  display: flex;
  justify-content: flex-start;
}
.search form {
  display: flex;
  justify-content: flex-start;
}
.search input {
  width: 390px;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: none;
}
@media (max-width: 768px) {
  .search input {
    width: 100%;
  }
}
.search input[type="text"]:focus {
  background: #ecea9a;
}
.search input[type="text"]::placeholder {
  color: #000;
}
.search button {
  background: url(../../images/ui/search.svg) no-repeat center center #15aabe;
  height: 40px;
  width: 40px;
  border: none;
  text-indent: -9999999px;
}

.search_index {
  position: absolute;
  right: 15px;
  top: 80px;
  display: flex;
  justify-content: flex-start;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
}
.search_index form {
  display: flex;
  justify-content: flex-start;
}
.search_index input {
  width: 390px;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: none;
}
@media (max-width: 768px) {
  .search_index input {
    width: 100%;
  }
}
.search_index input[type="text"]:focus {
  background: #ecea9a;
}
.search_index input[type="text"]::placeholder {
  color: #000;
}
.search_index button {
  background: url(../../images/ui/search.svg) no-repeat center center #15aabe;
  height: 40px;
  width: 40px;
  border: none;
  text-indent: -9999999px;
}

body.sticky-header .mainmenu_index {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.mainmenu {
  background: #eaeaea;
  font-size: 1rem;
  padding: 0;
}
.mainmenu .nav > li {
  margin: 0 2%;
  text-align: center;
}
@media (min-width: 1200px) {
  .mainmenu .nav > li {
    margin: 0 1.5%;
  }
}
@media (min-width: 1400px) {
  .mainmenu .nav > li {
    margin: 0 2%;
  }
}
.mainmenu .nav > li > a {
  padding: 30px 20px;
  position: relative;
}
.mainmenu .nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #15aabe;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.mainmenu .nav a:hover::after,
.mainmenu .nav a:focus::after,
.mainmenu .nav li.active a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
.mainmenu ul {
  position: relative;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li {
  position: relative;
  width: auto;
  text-align: left;
}
.mainmenu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  left: -30px;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu ul li ul {
  padding: 20px 0 20px 0px;
  position: absolute;
  opacity: 0;
  min-width: 190px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu ul li ul li {
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 140%;
}
.mainmenu ul li ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  line-height: 140%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li a:after {
  content: none;
}
.mainmenu ul li ul li a:hover {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li.current a {
  color: #15aabe;
}
.mainmenu ul li.big-menu {
  position: static;
  display: inline-block;
}
.mainmenu ul li.big-menu:hover ul {
  left: 0px;
}
.mainmenu ul li.big-menu .title a {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #fff;
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.mainmenu ul li.big-menu ul {
  width: 1370px;
  background: none;
  left: 0px;
}
@media (min-width: 992px) {
  .mainmenu ul li.big-menu ul {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mainmenu ul li.big-menu ul {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .mainmenu ul li.big-menu ul {
    width: 1370px;
  }
}
.mainmenu ul li.big-menu ul:after {
  content: "";
  width: 10000%;
  height: 100%;
  position: absolute;
  padding-bottom: 500px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
.mainmenu ul li.big-menu ul li {
  display: inline-block;
  padding-bottom: 300px;
  padding-right: 30px;
  padding-top: 30px;
}
.mainmenu ul li.big-menu ul li:last-child {
  padding-right: 0;
}
.mainmenu ul li.big-menu ul li.current a {
  color: #15aabe;
}
.mainmenu ul li.big-menu ul li.current li a {
  color: #fff;
  z-index: 9;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li.current li a:hover {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  z-index: 9;
}
.mainmenu ul li.big-menu ul li ul {
  background: none;
  padding: 0;
  width: 100%;
  padding-left: 15px;
}
.mainmenu ul li.big-menu ul li ul:after {
  content: none;
}
.mainmenu ul li.big-menu ul li ul li {
  padding: 0px 0 5px 0;
  width: 100%;
  line-height: 150%;
  display: block;
}
.mainmenu ul li.big-menu ul li ul li a {
  color: #fff;
  font-weight: normal;
  padding: 0 30px 0 0;
  text-align: left;
  margin-bottom: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li ul li a:after {
  content: none;
}
.mainmenu ul li.big-menu ul li ul li a:hover {
  color: #46dfda;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li ul li.current a {
  color: #46dfda;
}
.mainmenu ul li.big-menu.administrative-menu .menu-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.mainmenu ul li.big-menu.administrative-menu .menu-item-wrap .menu-item {
  width: 20%;
  padding: 30px 15px 0 15px;
}

.mainmenu_index {
  background: #15aabe;
  height: 80px;
  font-size: 1.25rem;
  padding: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  top: 100px;
  width: 100%;
}
@media (min-width: 768px) {
  .mainmenu_index .container {
    max-width: 90%;
  }
}
.mainmenu_index .wrap {
  position: relative;
}
.mainmenu_index .nav {
  justify-content: space-between;
}
.mainmenu_index .nav > li {
  margin: 0 2%;
  text-align: center;
}
@media (min-width: 1200px) {
  .mainmenu_index .nav > li {
    margin: 0 1%;
  }
}
@media (min-width: 1400px) {
  .mainmenu_index .nav > li {
    margin: 0 1%;
  }
}
.mainmenu_index .nav > li > a {
  padding: 30px 30px 31px 30px;
  position: relative;
  color: #00248f;
}
@media (min-width: 1200px) {
  .mainmenu_index .nav > li > a {
    padding: 30px 5px 31px 5px;
  }
}
@media (min-width: 1400px) {
  .mainmenu_index .nav > li > a {
    padding: 30px 30px 31px 30px;
  }
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
.mainmenu_index ul {
  position: relative;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  width: 100%;
  justify-content: flex-end;
}
.mainmenu_index ul li {
  position: relative;
  width: auto;
  text-align: left;
}
.mainmenu_index ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  left: -30px;
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu_index ul li ul {
  padding: 20px 0 20px 0px;
  position: absolute;
  opacity: 0;
  min-width: 190px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu_index ul li ul li {
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 140%;
}
.mainmenu_index ul li ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  line-height: 140%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu_index ul li ul li a:after {
  content: none;
}
.mainmenu_index ul li ul li a:hover {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu_index ul li ul li.current a {
  color: #15aabe;
}
.mainmenu_index ul li.big-menu {
  position: static;
  display: inline-block;
}
.mainmenu_index ul li.big-menu:hover ul {
  left: 0px;
}
.mainmenu_index ul li.big-menu .title a {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #fff;
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.mainmenu_index ul li.big-menu ul {
  width: 1370px;
  background: none;
  left: 0px;
}
@media (min-width: 992px) {
  .mainmenu_index ul li.big-menu ul {
    width: 100%;
  }
}
.mainmenu_index ul li.big-menu ul:after {
  content: "";
  width: 10000%;
  height: 100%;
  position: absolute;
  padding-bottom: 500px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.mainmenu_index ul li.big-menu ul li {
  display: inline-block;
  padding-bottom: 300px;
  padding-right: 30px;
  padding-top: 30px;
}
.mainmenu_index ul li.big-menu ul li:last-child {
  padding-right: 0;
}
.mainmenu_index ul li.big-menu ul li.current a {
  color: #15aabe;
}
.mainmenu_index ul li.big-menu ul li.current li a {
  color: #fff;
  z-index: 9;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu_index ul li.big-menu ul li.current li a:hover {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu_index ul li.big-menu ul li a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  z-index: 9;
}
.mainmenu_index ul li.big-menu ul li ul {
  background: none;
  padding: 0;
  width: 100%;
  padding-left: 15px;
}
.mainmenu_index ul li.big-menu ul li ul:after {
  content: none;
}
.mainmenu_index ul li.big-menu ul li ul li {
  padding: 0px 0 5px 0;
  width: 100%;
  line-height: 150%;
  display: block;
}
.mainmenu_index ul li.big-menu ul li ul li a {
  color: #fff;
  font-weight: normal;
  padding: 0 30px 0 0;
  text-align: left;
  margin-bottom: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu_index ul li.big-menu ul li ul li a:after {
  content: none;
}
.mainmenu_index ul li.big-menu ul li ul li a:hover {
  color: #46dfda;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu_index ul li.big-menu ul li ul li.current a {
  color: #46dfda;
}
.mainmenu_index ul li.big-menu.administrative-menu .menu-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.mainmenu_index ul li.big-menu.administrative-menu .menu-item-wrap .menu-item {
  width: 20%;
  padding: 30px 15px 0 15px;
}

.block-top {
  background: url(../../images/ui/block-top.jpg) center top;
}

.block-news {
  background: url(../../images/ui/block-news.jpg) center top;
  padding: 30px 0;
}

.block-events {
  padding: 30px 0 60px 0;
  background: #fff;
}
.block-events .more {
  display: block;
  margin: 25px 0 0 0;
  text-align: center;
}
.block-events .more a {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-events .more a:hover {
  background: #666;
  color: #fff;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.block-quick {
  margin: 50px 30px 0 30px;
}
.block-quick .item {
  min-height: 500px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .block-quick .item {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .block-quick .item {
    border-bottom: 1px solid #fff;
  }
}
.block-quick .item:hover ul {
  opacity: 1;
  visibility: visible;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-quick .item:hover .title {
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .block-quick .item:hover .title {
    opacity: 1;
  }
}
.block-quick .item:hover:after {
  transform: scale(1.1);
  filter: brightness(0.4);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-quick .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-quick .item:nth-child(1):after {
  background: url(../../images/block-quick01.jpg) no-repeat center center;
}
.block-quick .item:nth-child(2):after {
  background: url(../../images/block-quick02.jpg) no-repeat center center;
}
.block-quick .item:nth-child(3):after {
  background: url(../../images/block-quick03.jpg) no-repeat center center;
}
.block-quick .item:nth-child(4):after {
  background: url(../../images/block-quick04.jpg) no-repeat center center;
}
.block-quick .item:nth-child(5):after {
  background: url(../../images/block-quick05.jpg) no-repeat center center;
}
.block-quick .item:nth-child(6):after {
  background: url(../../images/block-quick06.jpg) no-repeat center center;
}
.block-quick .item .title {
  position: absolute;
  z-index: 9;
  font-size: 25px;
  color: #fff;
  line-height: 130%;
  width: 150px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-quick .item .title a {
  color: #fff;
}
.block-quick .item ul {
  line-height: 130%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  left: 25px;
  right: 25px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-quick .item ul li {
  padding-bottom: 10px;
}
.block-quick .item ul li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-quick .item ul li a:hover {
  color: #f8e71c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.block-videos {
  padding: 30px 0;
}
.block-videos .more {
  display: block;
  margin: 25px 0 0 0;
  text-align: center;
}
.block-videos .more a {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-videos .more a:hover {
  background: #666;
  color: #fff;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.block-links {
  background: url(../../images/ui/block-links.jpg) center top;
  padding: 30px 0;
}
.block-links h2 {
  color: #fff;
  background: url(../../images/ui/h2-bg-white.svg) no-repeat center bottom;
}

.block-predecessor {
  padding: 30px 0;
  background: #f0f0f0;
}
.block-predecessor .more {
  display: block;
  margin: 0;
  text-align: center;
}
.block-predecessor .more a {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-predecessor .more a:hover {
  background: #666;
  color: #fff;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.block-school {
  padding: 90px 0;
  background: url(../../images/ui/block-school-bg.jpg) no-repeat center bottom;
}

.slider, .slider-m, .s-slider {
  margin-bottom: 30px;
}
.slider img, .slider-m img, .s-slider img {
  width: 100%;
}
.slider button:focus, .slider-m button:focus, .s-slider button:focus {
  border: 2px dashed #d0021b !important;
}
.slider:hover .slick-prev, .slider-m:hover .slick-prev, .s-slider:hover .slick-prev,
.slider:hover .slick-next,
.slider-m:hover .slick-next,
.s-slider:hover .slick-next {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.slider .slick-slide, .slider-m .slick-slide, .s-slider .slick-slide {
  height: auto;
}
.slider .slick-slide.slick-active .wrap, .slider-m .slick-slide.slick-active .wrap, .s-slider .slick-slide.slick-active .wrap {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.slider .slick-slide .wrap, .slider-m .slick-slide .wrap, .s-slider .slick-slide .wrap {
  position: absolute;
  bottom: 15px;
  padding: 0 15px;
  opacity: 0;
}
.slider .slick-slide .text, .slider-m .slick-slide .text, .s-slider .slick-slide .text {
  margin-bottom: 10px;
  color: #fff;
  font-size: 5rem;
  border-left: 10px solid #15aabe;
  padding-left: 20px;
  text-shadow: 2px 3px 0px #000000;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .slider .slick-slide .text, .slider-m .slick-slide .text, .s-slider .slick-slide .text {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .slider .slick-slide .text, .slider-m .slick-slide .text, .s-slider .slick-slide .text {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .slider .slick-slide .text, .slider-m .slick-slide .text, .s-slider .slick-slide .text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .slider .slick-slide .text, .slider-m .slick-slide .text, .s-slider .slick-slide .text {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .slider .slick-slide .text, .slider-m .slick-slide .text, .s-slider .slick-slide .text {
    font-size: 3.5rem;
  }
}
.slider .slick-slide .text2, .slider-m .slick-slide .text2, .s-slider .slick-slide .text2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 5rem;
  border-left: 10px solid #15aabe;
  padding-left: 20px;
  text-shadow: 2px 3px 0px #000000;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .slider .slick-slide .text2, .slider-m .slick-slide .text2, .s-slider .slick-slide .text2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .slider .slick-slide .text2, .slider-m .slick-slide .text2, .s-slider .slick-slide .text2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .slider .slick-slide .text2, .slider-m .slick-slide .text2, .s-slider .slick-slide .text2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .slider .slick-slide .text2, .slider-m .slick-slide .text2, .s-slider .slick-slide .text2 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .slider .slick-slide .text2, .slider-m .slick-slide .text2, .s-slider .slick-slide .text2 {
    font-size: 3.5rem;
  }
}
.slider .slick-slide .sub_text, .slider-m .slick-slide .sub_text, .s-slider .slick-slide .sub_text {
  padding: 2%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2rem;
  line-height: 130%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .slider .slick-slide .sub_text, .slider-m .slick-slide .sub_text, .s-slider .slick-slide .sub_text {
    font-size: 1rem;
    padding: 3%;
  }
}
@media (min-width: 768px) {
  .slider .slick-slide .sub_text, .slider-m .slick-slide .sub_text, .s-slider .slick-slide .sub_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .slider .slick-slide .sub_text, .slider-m .slick-slide .sub_text, .s-slider .slick-slide .sub_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .slider .slick-slide .sub_text, .slider-m .slick-slide .sub_text, .s-slider .slick-slide .sub_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .slider .slick-slide .sub_text, .slider-m .slick-slide .sub_text, .s-slider .slick-slide .sub_text {
    font-size: 1.5rem;
  }
}
.slider .slick-prev, .slider-m .slick-prev, .s-slider .slick-prev,
.slider .slick-next,
.slider-m .slick-next,
.s-slider .slick-next {
  background: url(../../images/ui/arrow.svg) no-repeat center center rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  z-index: 99;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .slider .slick-prev, .slider-m .slick-prev, .s-slider .slick-prev,
  .slider .slick-next,
  .slider-m .slick-next,
  .s-slider .slick-next {
    transform: scale(0.5);
  }
}
.slider .slick-prev, .slider-m .slick-prev, .s-slider .slick-prev {
  left: 0px;
}
@media (max-width: 768px) {
  .slider .slick-prev, .slider-m .slick-prev, .s-slider .slick-prev {
    left: -12px;
  }
}
.slider .slick-next, .slider-m .slick-next, .s-slider .slick-next {
  right: 0px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .slider .slick-next, .slider-m .slick-next, .s-slider .slick-next {
    right: -12px;
    transform: scale(0.5) rotate(180deg);
  }
}

.slider .slick-current img, .slider-m .slick-current img, .s-slider .slick-current img {
  animation: zoom-in-zoom-out 4s ease;
}

.blue-cloud {
  display: inline-block;
  position: absolute;
  animation: fade-left 1s linear normal;
  animation-direction: normal;
}
@media (max-width: 576px) {
  .blue-cloud {
    top: 5%;
    right: -43%;
  }
}
@media (min-width: 576px) {
  .blue-cloud {
    top: 5%;
    right: -43%;
  }
}
@media (min-width: 768px) {
  .blue-cloud {
    top: 5%;
    right: -14%;
  }
}
@media (min-width: 992px) {
  .blue-cloud {
    top: 5%;
    right: -11%;
  }
}
@media (min-width: 1200px) {
  .blue-cloud {
    top: 10%;
    right: -7%;
  }
}
@media (min-width: 1800px) {
  .blue-cloud {
    top: 10%;
    right: 0;
  }
}
@media (max-width: 768px) {
  .blue-cloud img {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .blue-cloud img {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .blue-cloud img {
    max-width: 70%;
  }
}
@media (min-width: 1800px) {
  .blue-cloud img {
    max-width: 100%;
  }
}

@keyframes gear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes zoom-in-zoom-out {
  from {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes fade-left {
  from {
    margin-right: -30px;
  }
  to {
    margin-right: 0px;
  }
}
.slider-m .slick-slide .text2 {
  bottom: 5%;
}

.antiepidemic-zone img {
  width: 100%;
}
.antiepidemic-zone a {
  display: block;
  position: relative;
  width: 100%;
}
.antiepidemic-zone a:after {
  content: "";
  width: 0;
  background: #15aabe;
  height: 5px;
  position: absolute;
  right: 0px;
  bottom: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.antiepidemic-zone a:hover:after {
  width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.antiepidemic-zone a:hover .more {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.antiepidemic-zone .more {
  background: #15aabe;
  color: #fff;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.antiepidemic-zone .more:after {
  position: absolute;
  content: "";
  right: 200px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 15px;
  border-color: transparent transparent #15aabe transparent;
}

.s-slider .slick-current.slick-slide::before {
  animation: none;
}
.s-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.s-slider .slick-slide:after {
  content: "";
  width: 0;
  background: #15aabe;
  height: 5px;
  position: absolute;
  right: 0px;
  bottom: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.s-slider .slick-slide:hover:after {
  width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.s-slider .slick-slide:hover .more {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.s-slider .slick-slide a:before {
  content: none;
}
.s-slider .more {
  background: #15aabe;
  color: #fff;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.s-slider .more:after {
  position: absolute;
  content: "";
  right: 200px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 15px;
  border-color: transparent transparent #15aabe transparent;
}

.school-features {
  padding: 0 0 50px 0;
}
@media (max-width: 768px) {
  .school-features {
    padding: 0 0 30px 0;
  }
}
.school-features a:hover img {
  transform: translateY(-10px);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.school-features .item {
  text-align: center;
}
@media (max-width: 768px) {
  .school-features .item {
    margin-bottom: 30px;
  }
}
.school-features .item img {
  margin-bottom: 10px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .school-features .item img {
    max-width: 65%;
  }
}
.school-features .item .title {
  font-size: 3.75rem;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 768px) {
  .school-features .item .title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .school-features .item .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .school-features .item .title {
    font-size: 3.125rem;
  }
}
.school-features .item .title span {
  font-size: 1.25rem;
  display: inline-block;
  padding-left: 15px;
}
.school-features .item .intro {
  color: #777;
  line-height: 140%;
  font-weight: bold;
}

.school-carousel .item {
  margin: 0 15px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.school-carousel .item img {
  margin: 0 auto;
}
.school-carousel .item:nth-child(odd) {
  transform: translateY(50px);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.school-carousel .item:nth-child(odd):hover {
  transform: translateY(30px);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.school-carousel .item .title {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  word-break: keep-all;
}
.school-carousel .item:hover {
  transform: translateY(-20px);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.school-carousel .slick-slide {
  padding: 50px 0;
}

.news-slider ul li::before {
  content: none !important;
}
.news-slider .slick-dots li button:hover,
.news-slider .slick-dots li.slick-active button {
  background: #1f2a66;
}
.news-slider .slick-slide {
  position: relative;
}
@media (max-width: 768px) {
  .news-slider .slick-slide {
    padding: 0 8%;
  }
}
.news-slider a {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-slider a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-slider a:hover:after {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.8;
}
.news-slider a:hover .title:before {
  width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-slider .title {
  bottom: 5px;
  margin: 0 25px;
  font-weight: bold;
  z-index: 99;
  position: absolute;
  color: #fff;
  line-height: 150%;
  width: calc(100% - 50px);
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .news-slider .title {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .news-slider .title {
    font-size: 1.125rem;
  }
}
.news-slider .title:before {
  content: "";
  width: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 1px;
  position: absolute;
  top: -15px;
  left: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-slider .title p {
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nav-pill {
  list-style: none;
  margin-bottom: 45px;
  width: 100%;
  border-bottom: 3px solid #19727e;
}
@media (max-width: 992px) {
  .nav-pill {
    flex-direction: column;
  }
}
.nav-pill li {
  margin: 0;
  width: 160px;
  text-align: center;
  margin-bottom: -3px;
}
@media (max-width: 768px) {
  .nav-pill li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .nav-pill li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-pill li {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .nav-pill li {
    width: 160px;
  }
}
.nav-pill li a {
  font-size: 1.125rem;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .nav-pill li a {
    padding: 10px;
  }
}
.nav-pill li a:hover, .nav-pill li a.active {
  background: #19727e;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.tab-content ul {
  margin-top: 20px;
}
.tab-content ul li {
  margin-left: 24px;
  margin-bottom: 10px;
  text-indent: -11px;
}
.tab-content ul li:before {
  content: "—";
  color: #15aabe;
  padding-right: 10px;
  display: inline-block;
}

.news-wrap .new,
.news-wrap .hot {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 10px;
  background: #d0021b;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .news-wrap .new,
  .news-wrap .hot {
    margin-top: 5px;
  }
}
.news-wrap .new {
  background: #2144a9;
}
.news-wrap .item {
  display: flex;
  margin-bottom: 30px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .news-wrap .item {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.news-wrap .item .date {
  color: #000;
  width: 120px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .news-wrap .item .date {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
.news-wrap .item .title {
  margin-left: 15px;
  display: flex;
}
@media (max-width: 768px) {
  .news-wrap .item .title {
    margin-left: 0;
  }
}
.news-wrap .item .title a {
  color: #333;
  display: inline-block;
  font-size: 1.125rem;
  width: 480px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .news-wrap .item .title a {
    font-size: 1rem;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .news-wrap .item .title a {
    width: 480px;
  }
}
@media (min-width: 992px) {
  .news-wrap .item .title a {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .news-wrap .item .title a {
    width: 600px;
  }
}
@media (min-width: 1600px) {
  .news-wrap .item .title a {
    width: 700px;
  }
}
.news-wrap .item .title a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-wrap .item:nth-child(even) .date {
  color: #0064aa;
}
.news-wrap .item:nth-child(even) .title a {
  color: #0064aa;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-wrap .item:nth-child(even) .title a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

@media (min-width: 992px) {
  .panel-heading {
    display: none;
  }

  .panel {
    border: none;
    box-shadow: none;
  }

  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 992px) {
  .tab-content .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 1px;
  }
  .tab-content .panel-body {
    padding: 15px;
    margin-bottom: 30px;
  }

  .nav-pill {
    display: none;
  }

  .panel-title {
    position: relative;
  }
  .panel-title:after, .panel-title:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 15px;
    height: 2px;
    background: #15aabe;
    z-index: 9;
    zoom: 1;
    /*動作*/
    transition: 0.3s linear;
  }
  .panel-title:before {
    transform: rotate(90deg);
  }
  .panel-title.open:before {
    transform: rotate(180deg);
    zoom: 1;
    /*動作*/
    transition: 0.3s linear;
  }
  .panel-title a {
    display: block;
    color: #333;
    padding: 20px;
    background: #eee;
    background-size: 15px;
  }
}
.news-tab {
  margin-top: 50px;
}
.news-tab .more {
  margin-top: 50px;
}
.news-tab .more a {
  color: #15aabe;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #19727e;
}
.news-tab .more a:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #19727e;
  border-right: 1px solid #19727e;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-tab .more a:hover:after {
  margin-left: 10px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.links-tab .nav-pill {
  margin-bottom: 60px;
  border-bottom: 3px solid #fff;
}
.links-tab .nav-pill li a {
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .links-tab .nav-pill li a {
    font-size: 1.25rem;
  }
}
.links-tab .nav-pill li a:hover, .links-tab .nav-pill li a.active {
  background: #fff;
  color: #19727e;
}

.links-wrap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px 20px 25px 20px;
  margin-bottom: 30px;
}
.links-wrap .item .title {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.links-wrap .item img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.links-wrap .item:hover img {
  transform: scale(0.9);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.slick-dots {
  display: block;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .slick-dots {
    margin-top: 30px;
  }
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active button {
  background: #979797;
}
.slick-dots li button {
  cursor: pointer;
  text-indent: -99999px;
  border: none;
  border-radius: 50%;
  background: #d8d8d8;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.slick-dots li button:hover {
  background: #979797;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-events .slick-slide {
  height: auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .home-events .slick-slide {
    padding: 0;
  }
}
.home-events .slick-list {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .home-events .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.home-events span {
  display: block;
  line-height: 130%;
}
.home-events .img {
  overflow: hidden;
  height: 250px;
}
@media (max-width: 768px) {
  .home-events .img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .home-events .img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .home-events .img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .home-events .img {
    height: 180px;
  }
}
@media (min-width: 1400px) {
  .home-events .img {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .home-events .img {
    height: 230px;
  }
}
.home-events .wrap {
  display: flex;
  padding: 15px;
  background: #fff;
  border: 1px solid #c8c8c8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events .wrap .date {
  text-align: center;
}
.home-events .wrap .date .year {
  color: #333;
}
.home-events .wrap .date .day {
  font-size: 50px;
  color: #19727e;
  font-weight: bold;
}
.home-events a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-events a:hover img {
  transform: scale(1.1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events a:hover .wrap {
  background: #efefef;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events .title {
  margin: 0 15px;
  color: #000;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 150%;
  font-size: 1rem;
}
.home-events .more {
  bottom: 20px;
  right: 15px;
}
@media (min-width: 1200px) {
  .home-events .more {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .home-events .more {
    font-size: 1rem;
  }
}
.home-events .more:after {
  content: "";
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-videos .slick-slide {
  height: auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .home-videos .slick-slide {
    padding: 0;
  }
}
.home-videos .slick-list {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .home-videos .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.home-videos span {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 150%;
}
.home-videos a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-videos a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-videos a:hover img {
  transform: scale(1.1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-videos a:hover:after {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.8;
}
.home-videos img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-videos .title {
  border-bottom: 1px solid #d8d8d8;
  bottom: 60px;
  margin: 0 15px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .home-videos .title {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .home-videos .title {
    font-size: 1.125rem;
  }
}
.home-videos .more {
  bottom: 20px;
  right: 15px;
}
@media (min-width: 1200px) {
  .home-videos .more {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .home-videos .more {
    font-size: 1rem;
  }
}
.home-videos .more:after {
  content: "";
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-predecessor .slick-slide {
  height: auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .home-predecessor .slick-slide {
    padding: 0;
  }
}
.home-predecessor .slick-list {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .home-predecessor .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.home-predecessor span {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 150%;
}
.home-predecessor a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-predecessor a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-predecessor a:hover img {
  transform: scale(1.1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-predecessor a:hover:after {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.8;
}
.home-predecessor img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-predecessor .title {
  border-bottom: 1px solid #d8d8d8;
  bottom: 60px;
  margin: 0 15px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .home-predecessor .title {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .home-predecessor .title {
    font-size: 1.125rem;
  }
}
.home-predecessor .more {
  bottom: 20px;
  right: 15px;
}
@media (min-width: 1200px) {
  .home-predecessor .more {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .home-predecessor .more {
    font-size: 1rem;
  }
}
.home-predecessor .more:after {
  content: "";
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-predecessor {
  background: #ececec;
  padding: 0 0 30px 0;
}
.home-predecessor .more-btn {
  text-align: center;
  margin-top: 50px;
}
.home-predecessor .more-btn a {
  display: inline-block;
  width: 160px;
  color: #fff;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-predecessor .more-btn a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  display: inline-block;
  background: linear-gradient(90deg, #2881d7, #2881d7, #14b7ce 100%);
  height: 80px;
  width: 400px;
  z-index: -1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-predecessor .more-btn a:hover:after {
  left: -180px;
}

.home-news-focus {
  margin-bottom: 30px;
}
.home-news-focus .item {
  position: relative;
}
.home-news-focus .item a {
  display: block;
  color: #fff;
}
.home-news-focus .item a:hover .more:after {
  margin-left: 7px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-focus .title,
.home-news-focus .more {
  font-size: 26px;
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  z-index: 3;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .home-news-focus .title,
  .home-news-focus .more {
    font-size: 20px;
    padding-right: 30px;
    line-height: 130%;
  }
}
.home-news-focus .more {
  font-size: 16px;
  bottom: 30px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-focus .more:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-focus .img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-news-focus .img-wrap img {
  width: auto;
  height: 510px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 1024px) {
  .home-news-focus .img-wrap img {
    width: 100%;
    height: auto;
  }
}
.home-news-focus .img-wrap:hover:before {
  opacity: 0.9;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-focus .img-wrap:hover img {
  transform: scale(1.1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news-focus .img-wrap:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 40%;
  opacity: 0.7;
  background: -webkit-linear-gradient(to bottom, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-news .item {
  background: #fff;
  padding: 25px 40px;
  margin-bottom: 30px;
  height: 240px;
}
.home-news .date {
  color: #a1a1a1;
}
.home-news .title {
  font-size: 20px;
  margin: 15px 0;
  line-height: 150%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 90px;
  /*非必要*/
}
.home-news .title a {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .title a:hover {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .intro {
  color: #333;
  line-height: 150%;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  font-size: 0.8125rem;
  /*非必要*/
}
.home-news .more {
  font-size: 16px;
  bottom: 30px;
}
.home-news .more:after {
  content: "";
  margin-left: 3px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .more:hover {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .more:hover:after {
  margin-left: 7px;
  border-color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.videorwd {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videorwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content {
  padding-bottom: 100px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .content {
    font-size: 1rem;
  }
}
.content p {
  line-height: 180%;
}
.content a {
  color: #4a90e2;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .title-bar {
  padding: 20px 35px;
  background: url(../../images/ui/title-bar-bg.svg) no-repeat right;
  filter: contrast(1.3);
  color: #fff;
  letter-spacing: 3px;
  font-size: 1.4375rem;
  line-height: 150%;
  margin: 40px 0px;
}
@media (max-width: 768px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat -20%;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat -20%;
  }
}
@media (min-width: 992px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat -150%;
  }
}
@media (min-width: 1200px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat right;
  }
}
.content .title-bar.green01 {
  background-color: #1f6f65;
}
.content .title-bar.green02 {
  background-color: #88bb1e;
}
.content .title-bar.blue01 {
  background-color: #4277d1;
}
.content .title-bar.blue02 {
  background-color: #15aabe;
}
.content .title-bar.red {
  background-color: #eb8080;
}
.content .title-bar.purple {
  background-color: #af80ce;
}
.content .title-t-border {
  font-size: 1.5625rem;
  padding: 15px 0 15px 35px;
  border-bottom: 1px solid #d8d8d8 !important;
  border-top: 10px solid;
  font-weight: bold;
  letter-spacing: 4px;
}
.content .title-t-border a {
  color: #333;
}
.content .title-t-border.orange {
  border-color: #e59516;
}
.content .title-t-border.green01 {
  border-color: #88bb1e;
}
.content .title-t-border.green02 {
  border-color: #40b8a8;
}
.content .title-t-border.green03 {
  border-color: #3d9975;
}
.content .title-t-border.green04 {
  border-color: #15aabe;
}
.content .title-t-border.red {
  border-color: #eb8080;
}
.content .title-t-border.blue {
  border-color: #37a5db;
}
.content .title-t-border.brown {
  border-color: #b4873d;
}
.content .title-t-border.purple {
  border-color: #af80ce;
}
.content .title-t-border.blue02 {
  border-color: #4277d1;
}
.content .title01 {
  font-size: 1.875rem;
  border-left: 10px solid #15aabe;
  padding-left: 20px;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .content .title01 {
    font-size: 1.5625rem;
  }
}
.content .title02 {
  font-size: 1.375rem;
  color: #3086ff;
  padding-bottom: 30px;
}
.content .title03 {
  font-size: 2.1875rem;
  font-weight: bold;
  padding: 30px 0 30px 35px;
}
@media (max-width: 768px) {
  .content .title03 {
    font-size: 1.5625rem;
  }
}
.content .list01 li {
  margin-left: 0px !important;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 180%;
  position: relative;
}
.content .list01 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 8px;
  width: 8px;
  background: #88bb1e;
  border-radius: 50%;
  display: inline-block;
}
.content .list01 li a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .list01 li a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .link01 {
  color: #4a90e2;
  font-size: 1.125rem;
  line-height: 180%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .link01:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .download-link {
  background: url(../../images/ui/download-icon.svg) no-repeat 35px 30px;
  padding: 25px 0 25px 90px;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .download-link a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .download-link a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link {
  padding: 25px 0 25px 35px;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  display: block;
  position: relative;
}
.content .learning-link a:after {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e59516;
  border-right: 2px solid #e59516;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link a:hover:after {
  right: 15px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content hr {
  margin: 50px 0;
}
.content .button01 {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.125rem;
  background: #1f2a66;
  border: 1px solid transparent;
  line-height: 180%;
  padding: 20px 60px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .content .button01 {
    font-size: 1rem;
  }
}
.content .button01:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: none;
  border: 1px solid #37a5db;
  color: #37a5db;
}
.content .table01 {
  width: 100%;
}
.content .table01 th {
  padding: 25px 20px;
  text-align: center;
  color: #fff;
  background: #15aabe;
  text-align: center;
  line-height: 140%;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .content .table01 th {
    font-size: 1.125rem;
  }
}
.content .table01 tr:nth-child(odd) {
  background: #efefef;
}
.content .table01 td {
  padding: 25px;
  text-align: center;
  line-height: 140%;
}
.content.faq .title {
  position: relative;
}
.content.faq .title:after, .content.faq .title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #e59516;
  z-index: 9;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .content.faq .title:after, .content.faq .title:before {
    width: 25px;
  }
}
.content.faq .title:before {
  transform: rotate(90deg);
}
.content.faq .title.open:before {
  transform: rotate(180deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.faq .title a {
  display: block;
  padding: 40px 80px 40px 130px;
  border-bottom: 2px solid #e3e3e3;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  line-height: 140%;
  color: #333;
}
@media (max-width: 768px) {
  .content.faq .title a {
    font-size: 1rem;
    padding: 50px 80px 50px 65px;
  }
}
.content.faq .title a:hover {
  color: #333;
}
.content.faq .title a:before {
  position: absolute;
  font-size: 1.375rem;
  left: 35px;
  top: 30%;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #37a5db;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}
@media (max-width: 768px) {
  .content.faq .title a:before {
    width: 35px;
    height: 35px;
    font-size: 1.125rem;
    left: 15px;
    top: 40%;
  }
}
.content.faq .collapse {
  position: relative;
}
.content.faq .text {
  padding: 50px 30px 50px 130px;
  background: #e3e3e3;
}
@media (max-width: 768px) {
  .content.faq .text {
    padding: 50px 30px 50px 65px;
  }
}
.content.faq .text:after {
  position: absolute;
  z-index: 9;
  font-size: 1.375rem;
  left: 35px;
  top: 30px;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ea8787;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .content.faq .text:after {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    left: 15px;
  }
}
.content.customer-overview .list01.row {
  margin: 0;
}
.content.learning-overivew .item, .content.sitemap .item {
  margin-bottom: 60px;
}
.content.learning-overivew .item ul, .content.sitemap .item ul {
  margin: 30px 0;
  padding-left: 35px;
}
.content.learning-overivew .item ul li, .content.sitemap .item ul li {
  padding-bottom: 10px;
}
.content.learning-overivew .item ul li a, .content.sitemap .item ul li a {
  color: #444;
  line-height: 180%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.learning-overivew .item ul li a:hover, .content.sitemap .item ul li a:hover {
  color: #777;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.learning-overivew .item.administrative ul, .content.sitemap .item.administrative ul {
  columns: 3;
  -moz-columns: 3;
  -o-columns: 3;
  -webkit-columns: 3;
}
@media (max-width: 768px) {
  .content.learning-overivew .item.administrative ul, .content.sitemap .item.administrative ul {
    columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    -webkit-columns: 1;
  }
}
.content.sitemap .wrap {
  margin-top: 80px;
}
.content.contact form {
  margin: 0 50px;
}
@media (max-width: 768px) {
  .content.contact form {
    margin: 0;
  }
}
.content.contact form .form-group {
  margin-bottom: 20px;
}
.content.contact form .form-control {
  border-radius: 0;
  background: #e3e3e3;
  border-color: #e3e3e3;
}
.content.contact form .col-form-label {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .content.contact form .col-form-label {
    padding-left: 15px;
  }
}
.content.contact form button {
  padding: 10px 50px;
  cursor: pointer;
  margin-top: 50px;
}
.content.news-list .item {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.content.news-list .item:last-child {
  border: none;
}

.content.fame {
  background: url(../../images/ui/fame-bg.jpg) no-repeat right bottom;
}

@media (max-width: 768px) {
  .content.fame {
    background-size: 600px;
  }
}
.content.fame h1 {
  align-items: center;
  font-weight: bold;
}

.content.fame h1:before {
  content: "";
  width: 78px;
  height: 78px;
  background: url(../../images/ui/fame-title-bg.png) no-repeat center center;
  margin-right: 10px;
}

.content.fame h1:after {
  content: none;
}

.content.fame ul.submenu {
  list-style: none;
  margin-bottom: 65px;
  width: 100%;
  border-bottom: 3px solid #19727e;
}

@media (max-width: 768px) {
  .content.fame ul.submenu {
    border: none;
  }
}
@media (min-width: 768px) {
  .content.fame ul.submenu {
    border: none;
  }
}
@media (min-width: 1200px) {
  .content.fame ul.submenu {
    border-bottom: 3px solid #19727e;
  }
}
.content.fame ul.submenu li {
  margin: 0;
  width: 160px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  .content.fame ul.submenu li {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .content.fame ul.submenu li {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .content.fame ul.submenu li {
    width: 160px;
    margin-bottom: 0px;
  }
}
.content.fame ul.submenu li a {
  font-size: 1rem;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  display: inline-block;
  color: #333333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

@media (max-width: 992px) {
  .content.fame ul.submenu li a {
    padding: 10px;
  }
}
.content.fame ul.submenu li a:hover,
.content.fame ul.submenu li a.active {
  background: #19727e;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.content.fame .select-wrap {
  display: flex;
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .content.fame .select-wrap {
    margin-bottom: 60px;
  }
}
.content.fame .select-wrap .select-outer {
  position: relative;
  display: flex;
  width: 20em;
  height: 60px;
  overflow: hidden;
}

.content.fame .select-wrap .select-outer:after {
  display: block;
  content: "▾";
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 0;
  padding: 0 1em;
  color: #1f2a66;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.content.fame .select-wrap select {
  flex: 1;
  padding: 15px 10px;
  color: #333;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  background: #fff;
  background-image: none;
  position: absolute;
  width: 300px;
  display: block;
  z-index: 99;
}

.content.fame .select-wrap button {
  background: #1f2a66;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-left: 20px;
  padding: 10px 15px;
  width: 200px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  margin-left: 320px;
}

.content.fame .select-wrap button:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.content.fame .wrap .item {
  margin-bottom: 80px;
}

.content.fame .wrap .item a {
  display: block;
}

.content.fame .wrap .item .title {
  font-size: 20px;
  text-align: center;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
  display: block;
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.content.fame .wrap .item .title:hover {
  color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.content.fame .wrap .img {
  display: inline-block;
  border-radius: 40px 0px 40px 0;
  overflow: hidden;
}

.content.fame .wrap .img a {
  display: block;
  position: relative;
  height: 230px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (min-width: 992px) {
  .content.fame .wrap .img a {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .content.fame .wrap .img a {
    height: 200px;
  }
}
@media (min-width: 1400px) {
  .content.fame .wrap .img a {
    height: 230px;
  }
}

.content.fame .wrap .img a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.content.fame .wrap .img a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 94px;
  background: url(../../images/ui/fame-img-bg.svg) no-repeat right bottom;
  background-size: 130px;
}
@media (min-width: 992px) {
  .content.fame .wrap .img a:before {
    background-size: 100px;
  }
}
@media (min-width: 1200px) {
  .content.fame .wrap .img a:before {
    background-size: 110px;
  }
}
@media (min-width: 1400px) {
  .content.fame .wrap .img a:before {
    background-size: 130px;
  }
}

.content.fame .fame-table {
  width: 100%;
}

.content.fame .fame-table th {
  background: #15aabe;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 25px;
  font-size: 20px;
  line-height: 130%;
}

.content.fame .fame-table th:last-child {
  border: none;
}

@media (max-width: 768px) {
  .content.fame .fame-table th {
    padding: 20px;
  }
}
.content.fame .fame-table tr {
  background: #fff;
}

.content.fame .fame-table tr:nth-child(odd) {
  background: #eee;
}

.content.fame .fame-table td {
  padding: 20px 50px;
  font-size: 18px;
  border-right: 1px solid #fff;
  line-height: 130%;
}

.content.fame .fame-table td:last-child {
  border: none;
}

@media (max-width: 768px) {
  .content.fame .fame-table td {
    padding: 20px;
  }
}
.content.fame.page .back {
  text-align: right;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .content.fame.page .back {
    margin-bottom: 30px;
  }
}
.content.fame.page .back a {
  display: inline-block;
  padding: 12px 20px;
  background: #ff9a47;
  width: 90px;
  text-align: center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

@media (max-width: 768px) {
  .content.fame.page .back a {
    width: 60px;
  }
}
.content.fame.page .back a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.content.fame.page .back a img {
  max-width: 100%;
}

.content.fame.page table {
  width: 100%;
  border: 50px solid #f7f7f7;
  border-left: 30px solid #f7f7f7;
  border-right: 30px solid #f7f7f7;
  margin-bottom: 50px;
}

.content.fame.page table tr:first-child td:first-child {
  padding: 0 20px 0 0;
}

.content.fame.page table td {
  background: #f7f7f7;
  padding: 0 20px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .content.fame.page table td {
    width: 100% !important;
    display: block;
    padding: 5px 0 0 0;
  }
}
.content.fame.page table td .img {
  display: inline-block;
  border-radius: 30px 0px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .content.fame.page table td .img {
    margin-bottom: 30px;
  }
}
.content.fame.page table td .img:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 65px;
  background: url(../../images/ui/fame-img-bg.svg) no-repeat center center;
  background-size: 150px;
}

.content.fame.page table td .title_name {
  font-size: 26px;
  color: #111;
  font-weight: bold;
}

.content.fame.page table td .title_item {
  font-size: 18px;
  color: #1f2a66;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.list {
  background: url(../../images/ui/block-news.jpg) center top;
}

@media (max-width: 992px) {
  .list-tab .tab-content .tab-pane {
    display: none;
    margin-bottom: 0;
  }
  .list-tab .tab-content .tab-pane.active {
    display: block;
  }
  .list-tab .tab-content .panel-body {
    padding: 15px;
    margin-bottom: 30px;
  }
  .list-tab .nav-pill {
    display: block;
  }
}
.list-tab .nav-pill {
  list-style: none;
  margin-bottom: 45px;
  width: 100%;
  border-bottom: 3px solid #ddd;
}
@media (max-width: 992px) {
  .list-tab .nav-pill {
    display: flex;
    flex-direction: row;
    border: none;
  }
}
.list-tab .nav-pill li {
  margin: 0;
  width: 160px;
  text-align: center;
  margin-bottom: -3px;
}
@media (max-width: 768px) {
  .list-tab .nav-pill li {
    width: auto;
  }
}
@media (min-width: 768px) {
  .list-tab .nav-pill li {
    width: auto;
  }
}
@media (min-width: 992px) {
  .list-tab .nav-pill li {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .list-tab .nav-pill li {
    width: 160px;
  }
}
.list-tab .nav-pill li a {
  font-size: 1.125rem;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 3px solid #ddd;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .list-tab .nav-pill li a {
    padding: 10px;
    border: none;
  }
}
.list-tab .nav-pill li a:hover, .list-tab .nav-pill li a.active {
  background: none;
  color: #15aabe;
  border-color: #15aabe;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .list-tab .nav-pill li a:hover, .list-tab .nav-pill li a.active {
    border: none;
  }
}
.list-tab .nav-pill li a i {
  margin-right: 10px;
  color: #15aabe;
}

.blog-list span {
  display: inline-block;
  z-index: 2;
  color: #fff;
  line-height: 150%;
}
.blog-list a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 75%;
  background-color: #ddd;
}
.blog-list a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.blog-list a:hover img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.blog-list a:hover:after {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.8;
}
.blog-list a:hover .title-wrap:before {
  width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.blog-list img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
}
.blog-list .title-wrap {
  bottom: 5px;
  margin: 0 15px;
  padding-bottom: 12px;
  font-weight: bold;
  width: calc(100% - 30px);
  position: absolute;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .blog-list .title-wrap {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .blog-list .title-wrap {
    font-size: 1.125rem;
  }
}
.blog-list .title-wrap:before {
  content: "";
  width: 0;
  background: #fff;
  height: 1px;
  position: absolute;
  top: -10px;
  left: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.blog-list .title-wrap .title {
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-list .new,
.blog-list .hot {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 10px;
  background: #d0021b;
  color: #fff;
  font-weight: bold;
  position: unset;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.blog-list .new {
  background: #2144a9;
  margin-left: 5px;
}

.pagination {
  margin-top: 80px;
  text-align: center;
  display: block;
}
.pagination a:hover {
  text-align: none;
}
.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
  text-align: left;
  margin: 0 10px;
}
.pagination li:before {
  content: none !important;
}
@media (max-width: 1200px) {
  .pagination li {
    margin: 0;
  }
}

.paging_start a {
  background: url(../../images/ui/start1.svg) no-repeat center center;
}
.paging_start a:hover {
  background: url(../../images/ui/start2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_start a {
    background: url(../../images/ui/start2_m.svg) no-repeat center center;
  }
}

.paging_prev a {
  background: url(../../images/ui/prev1.svg) no-repeat center center;
}
.paging_prev a:hover {
  background: url(../../images/ui/prev2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_prev a {
    background: url(../../images/ui/prev2_m.svg) no-repeat center center;
  }
}

.paging_next a {
  background: url(../../images/ui/next1.svg) no-repeat center center;
}
.paging_next a:hover {
  background: url(../../images/ui/next2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_next a {
    background: url(../../images/ui/next2_m.svg) no-repeat center center;
  }
}

.paging_end a {
  background: url(../../images/ui/end1.svg) no-repeat center center;
}
.paging_end a:hover {
  background: url(../../images/ui/end2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_end a {
    background: url(../../images/ui/end2_m.svg) no-repeat center center;
  }
}

.paging_start span,
.paging_prev span,
.paging_next span,
.paging_end span {
  display: none;
}
.paging_start a,
.paging_prev a,
.paging_next a,
.paging_end a {
  padding: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .paging_item {
    display: none;
  }
}
.paging_item li a {
  text-decoration: none;
}
.paging_item li a span {
  color: #333;
  border: none;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.paging_item li a span:hover {
  background: #15aabe;
  color: #fff;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.paging_item li span {
  text-decoration: none;
  background: #15aabe;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.8125rem;
  border-radius: 20px;
  border: 1px solid transparent;
}

.pagination li.pagination_start span.pagenav, .pagination li.pagination_next span.pagenav, .pagination li.pagination_end span.pagenav, .pagination li.pagination_prev span.pagenav {
  border: none;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border: 3px solid #dc3545 !important;
}

a:focus,
#content:focus {
  border: 2px dashed #d0021b !important;
}

a#main-content {
  color: #333;
}

.grecaptcha-badge {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
