@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
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;
}

html, body {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  -webkit-overflow-scrolling: touch;
  color: #56565a;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0.875em;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: #f9a03b dotted 2px !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  font-size: 1em;
  padding: 5px 10px;
  color: #56565a;
}

.btn-new {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  font-size: 1em;
  padding: 5px 10px;
  color: #56565a;
  border: 1px #56565a solid;
}

.btn-new:hover {
  background: #e8e8e8;
}

button {
  border: none;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  font-size: 1em;
  cursor: pointer;
}

p {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4;
}

.inline-block {
  font-size: 0;
}
.inline-block > * {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.afterclear:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

#ntnu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
#ntnu.active {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 85px;
}
.wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.mask {
  display: none;
}

.mobile {
  display: none;
}

.table {
  display: none;
}

.hide {
  display: none !important;
}

.colorR {
  color: #91252a;
}

.icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 3px;
  color: rgba(22, 58, 88, 0.88);
}
.icon.icon-view:before {
  content: "\f06e";
}
.icon.icon-tag:before {
  content: "\f02b";
}
.icon.icon-date:before {
  content: "\f017";
}
.icon.icon-photo:before {
  content: "\f03e";
}
.icon.icon-photos:before {
  content: "\f302";
}

.sm {
  font-size: 0.7rem;
}

.sr-only-focusable {
  font-size: 1.4em;
  color: #ffffff;
  padding: 5px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: absolute;
}

.btn-top {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: rgba(145, 37, 42, 0.8);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 990;
  line-height: 1.4;
  padding: 5px;
  display: none;
}
.btn-top::before {
  content: "";
  width: 54px;
  height: 54px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(145, 37, 42, 0.8);
  position: fixed;
  right: 26px;
  bottom: 16px;
  z-index: 990;
}

#header {
  background-color: #ffffff;
}
#header .header-top {
  background-color: #4e070b;
  color: #ffffff;
  font-size: 0.86em;
}
#header .header-top ul li {
  position: relative;
}
#header .header-top ul li::before {
  position: absolute;
  width: 1px;
  height: 12px;
  content: "";
  background-color: #837575;
  left: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 95;
}
#header .header-top ul li:first-child::before {
  display: none;
}
#header .header-top ul li a {
  display: block;
  padding: 9px 10px;
}
#header .header-top ul li a i {
  margin-right: 3px;
}
#header .header-logo {
  padding: 20px 0 28px;
}
#header .header-logo .web-logo {
  display: block;
}
#header .header-logo .web-logo a {
  display: inline-block;
  vertical-align: top;
}
#header .header-logo .web-logo a:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid #8f8f8f;
}
#header .header-logo .web-logo a:nth-child(2) {
  padding-left: 15px;
}
#header .header-logo .btn-back {
  display: none;
}
#header .header-menu {
  font-size: 1.14em;
  color: #010101;
  position: relative;
}
#header .header-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  z-index: 95;
  pointer-events: none;
}
#header .header-menu #menu ul li {
  position: relative;
}
#header .header-menu #menu ul li i {
  margin-right: 5px;
}
#header .header-menu #menu ul li a {
  display: block;
  padding: 15px 20px;
}
#header .header-menu #menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 95;
  background-color: #ffffff;
  min-width: 100%;
  -moz-box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.15);
  box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.15);
  display: none;
}
#header .header-menu #menu ul li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
#header .header-menu #menu ul li .sub-menu li {
  border-top: 1px dashed #cbc8c7;
}
#header .header-menu #menu ul li .sub-menu li:first-child {
  border-top: none;
}
#header .header-menu #menu ul li .sub-menu li a {
  white-space: nowrap;
  padding: 15px 20px;
}
#header .header-menu #menu ul li .sub-menu li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
}
#header .header-menu #menu > ul > li {
  position: relative;
}
#header .header-menu #menu > ul > li::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #cbc8c7;
}
#header .header-menu #menu > ul > li:first-child::before {
  display: none;
}
#header .header-menu #menu > ul > li:nth-child(1) i, #header .header-menu #menu > ul > li:nth-child(1) .sub-menu a::before {
  color: #7aa6bc;
}
#header .header-menu #menu > ul > li:nth-child(2) i, #header .header-menu #menu > ul > li:nth-child(2) .sub-menu a::before {
  color: #f0be92;
}
#header .header-menu #menu > ul > li:nth-child(3) i, #header .header-menu #menu > ul > li:nth-child(3) .sub-menu a::before {
  color: #9c90a4;
}
#header .header-menu #menu > ul > li:nth-child(4) i, #header .header-menu #menu > ul > li:nth-child(4) .sub-menu a::before {
  color: #d9a8ab;
}
#header .header-menu #menu > ul > li:nth-child(5) i, #header .header-menu #menu > ul > li:nth-child(5) .sub-menu a::before {
  color: #9fb470;
}
#header .header-menu #search {
  position: relative;
  width: 300px;
  overflow: hidden;
  text-align: right;
}
#header .header-menu #search .btn {
  display: inline-block;
  padding: 15px;
  width: 90px;
  text-align: center;
  height: 46px;
}
#header .header-menu #search .btn-openSearch {
  background-color: #e0d8c8;
}
#header .header-menu #search .btn-openSearch i {
  margin-right: 5px;
}
#header .header-menu #search .search-box {
  position: absolute;
  right: -305px;
  top: 0;
  background-color: #e0d8c8;
  padding: 6px 0 4px 10px;
  width: 300px;
  text-align: left;
  -moz-transition: right, 0.5s;
  -o-transition: right, 0.5s;
  -webkit-transition: right, 0.5s;
  transition: right, 0.5s;
}
#header .header-menu #search .search-box input {
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 10px;
}
#header .header-menu #search .search-box .btn-search {
  background-color: rgba(11, 28, 44, 0.88);
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
  padding: 0;
  margin-bottom: -4px;
}
#header .header-menu #search.active .search-box {
  right: 0;
  -moz-transition: right, 0.5s;
  -o-transition: right, 0.5s;
  -webkit-transition: right, 0.5s;
  transition: right, 0.5s;
}

.container {
  overflow: hidden;
  position: relative;
}
.container::after {
  content: "";
  width: 418px;
  height: 437px;
  left: 55%;
  bottom: -10px;
  background: url(../img/home/bg_text2.png) no-repeat left top;
  background-size: contain;
  z-index: -1;
  position: absolute;
}
.container .page-top {
  background-color: #f2f2ee;
  padding-bottom: 50px;
}
.container .page-top .breadcrumbs {
  padding: 20px 0;
}
.container .page-top .breadcrumbs li::before {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.container .page-top .breadcrumbs li:nth-child(1)::before, .container .page-top .breadcrumbs li:nth-child(2)::before {
  display: none;
}
.container .page-top .breadcrumbs li:last-child a {
  background-color: rgba(22, 58, 88, 0.88);
  color: #ffffff !important;
}
.container .page-top .breadcrumbs li a {
  padding: 0 5px;
}
.container .page-top .title {
  font-size: 2.26em;
  font-weight: 300;
  color: #010101;
  padding: 5px 30px;
  line-height: 1.4;
  text-transform: uppercase;
}
.container .page-content {
  color: #010101;
  padding-bottom: 40px;
}
.container .page-content .main {
  margin: -30px auto 0;
  padding: 30px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6);
}
.container .page-content .main:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.container .page-content .main::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  z-index: -1;
  background-color: #ffffff;
}
.container .page-content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgba(22, 58, 88, 0.88);
  margin-bottom: 20px;
}
.container .page-content table thead {
  background-color: rgba(22, 58, 88, 0.88);
  color: #ffffff;
}
.container .page-content table th {
  padding: 10px 15px;
  letter-spacing: .2em;
  text-align: center;
  font-size: 1rem;
}
.container .page-content table th.line ~ .line::after {
  background-color: #ffffff;
}
.container .page-content table td {
  padding: 15px;
}
.container .page-content table tbody tr {
  border-bottom: 1px dashed #cbc8c7;
}
.container .page-content table tbody tr:nth-child(2n+1) {
  background-color: #f4f4f4;
}
.container .page-content table .line ~ .line {
  position: relative;
}
.container .page-content table .line ~ .line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-color: #91252a;
}
.container .page-content table .sm-width {
  width: 120px;
}
.container .page-content table .btn-download {
  display: inline-block;
  width: 24px;
}
.container .page-content table .name {
  font-size: 1.14em;
}
.container .page-content table .date span {
  display: inline-block;
}
.container .page-content table .date span.year::after {
  content: ".";
  display: inherit;
}
.container .page-content .pagination {
  margin: 0 -5px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background-color: #ffffff;
  clear: both;
}
.container .page-content .pagination a {
  width: calc( ( 100% / 3 ) - 10px );
  padding: 10px 5px;
  margin: 0 5px;
  background-color: rgba(11, 28, 44, 0.88);
  color: #ffffff;
}
.container .page-content .pagination a i {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.container .page-content .pagination .pagination-select {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
}
.container .page-content .pagination-web {
  margin-top: 20px;
}
.container .page-content .pagination-web .pagination-left {
  margin-bottom: 10px;
}
.container .page-content .pagination-web .pagination-left a {
  padding: 3px 8px;
  background-color: rgba(11, 28, 44, 0.88);
  color: #ffffff;
  min-width: 25px;
  text-align: center;
  margin: 0 2px;
}
.container .page-content .pagination-web .pagination-right {
  margin-left: 15px;
}
.container .page-content .pagination-web .pagination-right label, .container .page-content .pagination-web .pagination-right select, .container .page-content .pagination-web .pagination-right span {
  padding: 3px 5px;
}
.container .page-content .pagination-web .pagination-right select {
  border: 1px solid rgba(22, 58, 88, 0.88);
}
.container .page-content .pagination-web .pagination-right .btn {
  padding: 3px 8px;
  display: block;
}
.container .page-content .pagination-web .pagination-right .col:first-child {
  border-right: 1px solid #010101;
}
.container .page-content .sidebar {
  float: left;
  width: 125px;
  margin-right: 40px;
}
.container .page-content .sidebar .date {
  background-color: #91252a;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  line-height: 1.2;
  text-align: center;
}
.container .page-content .sidebar .date::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
}
.container .page-content .sidebar .date .month {
  text-align: left;
}
.container .page-content .sidebar .date .month span {
  display: inline-block;
  font-size: 1.78em;
  font-weight: bold;
}
.container .page-content .sidebar .date .day {
  font-size: 3.43em;
}
.container .page-content .sidebar .date .day span {
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  color: #91252a;
  font-size: 1rem;
  line-height: 1.4;
}
.container .page-content .sidebar .date .year {
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  padding-top: 10px;
}
.container .page-content .page-main {
  overflow: hidden;
}
.container .page-content .page-main h3 {
  font-size: 1.43em;
  font-weight: 500;
}
.container .page-content .page-main .article {
  font-size: 1.1rem;
}
.container .page-content .page-main .article p {
  margin: 8px 0;
}
.container .page-content .page-main .article table {
  width: auto;
  border: none;
  margin-bottom: 0;
}
.container .page-content .page-main .article table thead {
  background-color: #7f7089;
}
.container .page-content .page-main .article table th {
  padding: 5px 10px;
  letter-spacing: normal;
}
.container .page-content .page-main .article table td {
  padding: 5px 10px;
}
.container .page-content .page-main .article table tbody tr {
  border-bottom: none;
}
.container .page-content .page-main .article table tbody tr:nth-child(2n), .container .page-content .page-main .article table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}
.container .page-content .page-main .article ul {
  margin-left: 13px;
  padding-left: 13px;
}
.container .page-content .page-main .article ul li {
  position: relative;
}
.container .page-content .page-main .article ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  left: -12px;
  top: 6px;
  background-color: #91252a;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.container .page-content .page-main .article ol {
  margin-left: 13px;
  padding-left: 13px;
  list-style: decimal;
}
.container .page-content .page-main .share {
  position: relative;
  padding: 3px 5px;
  margin-bottom: 20px;
}
.container .page-content .page-main .share::before {
  background-color: #697c41;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 25px;
  z-index: -1;
}
.container .page-content .page-main .share span {
  vertical-align: bottom;
  color: #ffffff;
}
.container .page-content .page-main .share ul {
  vertical-align: bottom;
  margin-left: 6px;
  margin-bottom: 3px;
}
.container .page-content .page-main .share ul li {
  margin: 0 2px;
  width: 35px;
  height: 35px;
  position: relative;
}
.container .page-content .page-main .share ul li a {
  display: block;
  width: 33px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  border: 2px solid #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.container .page-content .page-main .pagination {
  border-top: 1px solid #cbc8c7;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.container .page-content .btn {
  background-color: rgba(11, 28, 44, 0.88);
  color: #ffffff;
}
.container .page-content .filter {
  background-color: #f2f2ee;
  padding: 5px;
  margin-bottom: 20px;
}
.container .page-content .filter .col {
  margin: 5px;
}
.container .page-content .filter .col span, .container .page-content .filter .col a {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  margin: 0 2px;
}
.container .page-content .filter .col span.img, .container .page-content .filter .col a.img {
  padding-top: 8px;
}
.container .page-content .filter .filter-category span {
  position: relative;
  padding-right: 10px;
}
.container .page-content .filter .filter-category span::after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  background-color: #56565a;
  top: 50%;
  height: 16px;
  margin-top: -8px;
}
.container .page-content .filter .filter-search input {
  border: none;
  line-height: 34px;
  height: 34px;
  max-width: 110px;
}
.container .page-content .filter .filter-search button {
  padding: 0 10px;
  line-height: 34px;
  height: 34px;
}
.container .page-content .category .category-select {
  position: relative;
}
.container .page-content .category .category-select .selected {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  color: #91252a;
}
.container .page-content .category .category-select .selected::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.container .page-content .category .category-select ul {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  background-color: #91252a;
}
.container .page-content .category .category-select ul li {
  white-space: nowrap;
}
.container .page-content .category .category-select ul li a {
  display: block;
  padding: 3px 15px;
  color: #ffffff;
  height: auto;
  margin: 0;
}
.container .page-content .category .category-select.active ul {
  display: block;
}
.container .page-content .gallery .gallery-item {
  width: calc( ( 100% / 4 ) + 10px );
  padding: 10px;
  margin: -5px;
}
.container .page-content .gallery .gallery-item a {
  display: block;
  position: relative;
}
.container .page-content .gallery .gallery-item a::before {
  content: "";
  width: calc( 100% - 2px );
  height: calc( 100% - 2px );
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border: 1px solid rgba(22, 58, 88, 0.88);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.container .page-content .gallery .gallery-item a::after {
  content: "";
  width: calc( 100% - 15px );
  height: calc( 100% - 100px );
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #f2f2ee;
  z-index: 0;
}
.container .page-content .gallery .gallery-item a .img, .container .page-content .gallery .gallery-item a .video {
  display: block;
  width: calc( 100% - 15px );
  height: 73.1428571429%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.container .page-content .gallery .gallery-item a .video::after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 4em;
  margin-left: -28px;
  margin-top: -39px;
}
.container .page-content .gallery .gallery-item a .text {
  display: block;
  padding: 15px;
  position: relative;
  z-index: 5;
}
.container .page-content .gallery .gallery-item a .text h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: calc( 1em * 1.4 * 2);
  margin-bottom: 15px;
}
.container .page-content .gallery .gallery-item a .text .icon {
  font-size: 0.86em;
}
.container .page-content .main-text {
  line-height: 1.4;
  font-size: 1.143em;
}
.container .page-content .main-text h3 {
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 15px;
}
.container .page-content .main-text ol {
  list-style: decimal;
  padding-left: 13px;
  margin-bottom: 20px;
}
.container .page-content .main-text ol li {
  margin: 5px 0;
}
.container .page-content .main-text .colorB {
  color: #4b7b95;
}
.container .page-content .main-text .key {
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
  vertical-align: top;
  border: 1px solid #cbc8c7;
  font-weight: bold;
  background-color: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.container .page-content .site-map > li {
  padding: 20px 0;
  border-top: solid #f1f4f9;
}
.container .page-content .site-map > li:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.container .page-content .site-map > li h3 {
  float: left;
  font-size: 1.71em;
  width: 270px;
  margin-right: 20px;
}
.container .page-content .site-map > li h3 i {
  width: 30px;
}
.container .page-content .site-map > li .sub-menu {
  overflow: hidden;
  font-size: 0;
  margin-top: -15px;
}
.container .page-content .site-map > li .sub-menu li {
  display: inline-block;
  vertical-align: top;
  width: calc( ( 100% / 2 ) - 20px );
  margin-right: 20px;
}
.container .page-content .site-map > li .sub-menu li a {
  padding: 15px 10px;
  display: block;
  font-size: 1.143rem;
  border-bottom: 1px dashed #cbc8c7;
}
.container .page-content .site-map > li .sub-menu li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
}
.container .page-content .site-map > li .sub-menu li.sub {
  width: calc( 100% - 20px );
}
.container .page-content .site-map > li .sub-menu li.sub > a {
  border-bottom: none;
}
.container .page-content .site-map > li .sub-menu li.sub .sub-menu {
  border-top: 1px solid #cbc8c7;
  background-color: #f1f4f9;
  margin-top: 0;
}
.container .page-content .site-map > li .sub-menu li.sub .sub-menu li a {
  padding-left: 50px;
}
.container .page-content .site-map > li:nth-child(1) i, .container .page-content .site-map > li:nth-child(1) .sub-menu a::before {
  color: #7aa6bc;
}
.container .page-content .site-map > li:nth-child(2) i, .container .page-content .site-map > li:nth-child(2) .sub-menu a::before {
  color: #f0be92;
}
.container .page-content .site-map > li:nth-child(3) i, .container .page-content .site-map > li:nth-child(3) .sub-menu a::before {
  color: #9c90a4;
}
.container .page-content .site-map > li:nth-child(4) i, .container .page-content .site-map > li:nth-child(4) .sub-menu a::before {
  color: #d9a8ab;
}
.container .page-content .site-map > li:nth-child(5) i, .container .page-content .site-map > li:nth-child(5) .sub-menu a::before {
  color: #9fb470;
}
.container .page-content .row {
  font-size: 0;
  margin: 0 -15px;
  overflow: hidden;
}
.container .page-content .row .col {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: calc( ( 100% / 2 ) - 30px );
  margin: 0 15px;
}

#footer {
  background-color: #f2f2ee;
  -moz-box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.2);
  box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.2);
  position: relative;
  z-index: 5;
}
#footer .footer-main {
  padding: 45px 0 40px;
}
#footer .footer-main .footer-left:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#footer .footer-main .footer-left .left {
  width: 60px;
  float: left;
  margin-right: 30px;
}
#footer .footer-main .footer-left .right {
  overflow-y: hidden;
}
#footer .footer-main .footer-left .right .info ul {
  margin-right: 30px;
}
#footer .footer-main .footer-left .right .info ul li {
  color: #010101;
  margin-top: 10px;
}
#footer .footer-main .footer-left .right .info ul li i {
  color: #7aa6bc;
  margin-right: 5px;
}
#footer .footer-main .footer-left .right .info a {
  color: rgba(22, 58, 88, 0.88);
  text-decoration: none;
}
#footer .footer-main .footer-right {
  margin-top: 18px;
  width: 130px;
}
#footer .copyright {
  background-color: #4e070b;
  color: #ffffff;
  font-size: 0.7rem;
  padding: 10px 0;
}
#footer .copyright span {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}

.top {
  padding: 0 10px 8px;
  border-bottom: 2px solid rgba(22, 58, 88, 0.88);
  position: relative;
}
.top .title {
  color: rgba(24, 63, 95, 0.88);
  font-size: 1.43em;
  font-weight: bold;
}
.top .title .sm {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 2px;
}
.top .btn-more {
  background-color: rgba(18, 46, 70, 0.88);
  color: #ffffff;
  font-size: 0.7em;
  display: inline-block;
  padding: 2px 8px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 5;
}
.top .btn-more::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
}

.bottom {
  color: rgba(22, 58, 88, 0.88);
  font-size: 0.7rem;
  display: block;
}
.bottom .icon {
  margin-left: 5px;
}
.bottom .icon:first-child {
  margin-left: 0;
}

#banner {
  height: 520px;
  position: relative;
  z-index: 0;
}
#banner .slider {
  position: relative;
}
#banner .slider li.ani .slider-item .text {
  left: 170px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  -webkit-transition: all, 1.5s;
  transition: all, 1.5s;
  transition-delay: 1s;
}
#banner .slider li.ani .slider-item .img {
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  -webkit-transition: all, 1.5s;
  transition: all, 1.5s;
  transition-delay: 1.5s;
}
#banner .slider li a {
  display: block;
}
#banner .slider .slider-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner .slider .slider-item .bg {
  position: absolute;
  height: 520px;
  width: 1920px;
  top: 0;
  left: 50%;
  margin-left: calc( -1920px / 2 );
}
#banner .slider .slider-item .slider-box {
  position: relative;
  height: 520px;
}
#banner .slider .slider-item .text {
  position: absolute;
  width: 50%;
  max-width: 466px;
  top: 80px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#banner .slider .slider-item .img {
  position: absolute;
  width: 60%;
  max-width: 678px;
  left: 50%;
  bottom: -100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#banner .slider .slick-arrow {
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: calc( 390px / 2 );
  margin-top: -20px;
  z-index: 10;
  background-color: rgba(22, 58, 88, 0.88);
  padding: 5px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
#banner .slider .slick-arrow img {
  height: 20px;
  display: inline-block;
}
#banner .slider .slick-prev {
  left: 0;
}
#banner .slider .slick-next {
  right: 0;
}
#banner .slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: center;
}
#banner .slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
#banner .slider .slick-dots li.slick-active button {
  background-color: #91252a;
}
#banner .slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #91252a;
  background: none;
}

#introduction {
  position: relative;
  z-index: 10;
}
#introduction .introduction-box {
  background-color: #ffffff;
  margin: -130px 30px 0;
  padding: 20px 20px 25px;
  -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.3);
}
#introduction .introduction-box .introduction-left {
  width: calc( ( 100% / 3 ) - 38px );
  float: left;
}
#introduction .introduction-box .introduction-left ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #cbc8c7;
  color: #010101;
}
#introduction .introduction-box .introduction-left ul li a .name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
#introduction .introduction-box .introduction-right {
  overflow: hidden;
  padding: 25px 0 0 15px;
}
#introduction .introduction-box .introduction-right li {
  border: 3px solid #f1f4f9;
  padding: 2px;
  width: calc( ( 100% / 4 ) - 13px );
  margin: 0 6px;
  position: relative;
}
#introduction .introduction-box .introduction-right li a {
  display: block;
  text-align: center;
  padding: 18px 10px;
}
#introduction .introduction-box .introduction-right li a.star::after {
  position: absolute;
  left: 8px;
  top: 8px;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #91252a;
  z-index: 5;
  font-size: 0.7rem;
}
#introduction .introduction-box .introduction-right li a .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
}
#introduction .introduction-box .introduction-right li a .text {
  display: block;
  color: #75757a;
  font-size: 1.34em;
  font-weight: 500;
}
#introduction .introduction-box .introduction-right li a .text .sm {
  display: block;
  color: rgba(22, 58, 88, 0.88);
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
#introduction .introduction-box .introduction-right li:nth-child(4) a .icon {
  height: 35px;
  margin-top: 7px;
}

#home-main {
  position: relative;
}
#home-main::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: -95px;
  z-index: 0;
  background-color: #f2f2ee;
  content: "";
  height: calc( 110px + 130px );
}
#home-main::after {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 965px;
  height: 120px;
  margin-left: -595px;
  background: url(../img/home/bg_text1.svg) no-repeat left top;
  background-size: contain;
  z-index: 0;
  content: "";
}
#home-main .section {
  padding: 30px 15px;
  position: relative;
  z-index: 1;
}
#home-main .col2 {
  width: 50%;
}
#home-main .tabs .tabs-block {
  display: none;
}
#home-main .tabs .tabs-block.active {
  display: block;
}
#home-main #motto {
  max-width: 400px;
  margin: 35px auto 0;
  position: relative;
  font-size: 1.14em;
  padding: 15px 35px 0;
}
#home-main #motto::before {
  width: 28px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/home/icon_quote_left.svg) no-repeat left top;
  z-index: 0;
}
#home-main #motto::after {
  width: 28px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(../img/home/icon_quote_right.svg) no-repeat left top;
  z-index: 0;
}
#home-main #motto p {
  margin-bottom: 10px;
}
#home-main #news .news-tabs {
  padding: 0 15px;
}
#home-main #news .news-tabs .tabs-nav li {
  width: calc( 100% / 4 );
  line-height: 1.4;
}
#home-main #news .news-tabs .tabs-nav li a {
  display: block;
  font-size: 1.14em;
  padding: 10px;
  text-align: center;
}
#home-main #news .news-tabs .tabs-nav li a.active {
  color: #ffffff !important;
  background-color: rgba(22, 58, 88, 0.88);
}
#home-main #news .news-tabs .tabs-block li {
  margin: 10px 0;
  border-left: 2px solid rgba(22, 58, 88, 0.88);
}
#home-main #news .news-tabs .tabs-block li a {
  display: block;
  padding: 5px 10px;
}
#home-main #news .news-tabs .tabs-block li a .name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: #010101;
  font-size: 1.14em;
}
#home-main #news .news-tabs .tabs-block li a .summary {
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: calc( 1em * 1.4 * 2);
}
#home-main #video {
  position: relative;
}
#home-main #video::before {
  position: absolute;
  content: "";
  border-left: 2px solid rgba(22, 58, 88, 0.88);
  border-bottom: 2px solid rgba(22, 58, 88, 0.88);
  top: 75px;
  left: 35px;
  width: 58%;
  height: 60%;
  z-index: 1;
}
#home-main #video::after {
  position: absolute;
  content: "";
  border-right: 2px solid rgba(22, 58, 88, 0.88);
  border-top: 2px solid rgba(22, 58, 88, 0.88);
  top: 55px;
  left: 125px;
  width: 58%;
  height: 60%;
  z-index: 1;
}
#home-main #video .top {
  border-bottom: none;
  width: 80%;
}
#home-main #video .video-box {
  width: calc( 100% - 55px );
  padding-top: 50%;
  position: relative;
  margin-top: 10px;
  margin-left: 55px;
  z-index: 5;
}
#home-main #video .video-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home-main #faq .faq-collapse {
  padding: 10px 0;
}
#home-main #faq .faq-collapse .collapse-item {
  padding: 10px;
  border: 1px solid rgba(22, 58, 88, 0.88);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#home-main #faq .faq-collapse .collapse-item .collapse-name h3 {
  font-weight: normal;
}
#home-main #faq .faq-collapse .collapse-item .collapse-name .btn-collapse {
  top: 7px;
}
#home-main #faq .faq-collapse .collapse-item .collapse-block {
  border-top-color: #4e070b;
  color: #010101;
}

#faqPage .faq-collapse .collapse-item {
  padding-left: 110px;
  position: relative;
}
#faqPage .faq-collapse .collapse-item:nth-child(5n+1) .faq-index {
  background-color: #4b7b95;
}
#faqPage .faq-collapse .collapse-item:nth-child(5n+2) .faq-index {
  background-color: #7f7089;
}
#faqPage .faq-collapse .collapse-item:nth-child(5n+3) .faq-index {
  background-color: #af5e18;
}
#faqPage .faq-collapse .collapse-item:nth-child(5n+4) .faq-index {
  background-color: #b65862;
}
#faqPage .faq-collapse .collapse-item:nth-child(5n) .faq-index {
  background-color: #697c41;
}
#faqPage .faq-collapse .collapse-item .faq-index {
  position: absolute;
  width: 100px;
  color: #ffffff;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 80%;
  min-height: 51px;
}
#faqPage .faq-collapse .collapse-item .faq-index::before {
  content: "Question";
  font-size: 0.63em;
  padding: 5px;
  display: block;
}
#faqPage .faq-collapse .collapse-item .faq-index span {
  font-size: 4.43em;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  font-style: italic;
  line-height: 1;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
#faqPage .faq-collapse .collapse-item .faq-box {
  padding: 10px;
  border: 1px solid rgba(22, 58, 88, 0.88);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#faqPage .faq-collapse .collapse-item.active .faq-index {
  height: 80%;
}
#faqPage .faq-collapse .collapse-item.active .faq-index span {
  font-size: 6.64em;
  bottom: -10px;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.faq-collapse .collapse-item {
  margin: 6px 0;
}
.faq-collapse .collapse-item .collapse-name {
  padding: 5px 15px;
  position: relative;
}
.faq-collapse .collapse-item .collapse-name h3 {
  font-size: 1.14em;
  padding-right: 40px;
  line-height: 1.4;
  color: #010101;
  font-weight: 500;
}
.faq-collapse .collapse-item .collapse-name .btn-collapse {
  display: block;
  position: absolute;
  right: 15px;
  top: 4px;
  font-size: 0;
}
.faq-collapse .collapse-item .collapse-name .btn-collapse::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.14rem;
  color: rgba(22, 58, 88, 0.88);
}
.faq-collapse .collapse-item .collapse-block {
  border-top: 1px solid rgba(22, 58, 88, 0.88);
  margin-top: 10px;
  padding: 15px 15px 5px;
  color: #56565a;
  display: none;
}
.faq-collapse .collapse-item.active .collapse-name .btn-collapse::before {
  content: "\f068";
}

.popup {
  padding: 20px;
}
.popup .window {
  background-color: #ffffff;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  position: relative;
}
.popup .popup-close {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(1, 1, 1, 0.8);
  right: -20px;
  top: -20px;
  z-index: 10;
  padding: 10px;
}
.popup .photo-slider, .popup .video-iframe {
  display: block;
  width: calc( 100% - 30px );
  position: relative;
  z-index: 5;
}
.popup .photo-slider::after, .popup .video-iframe::after {
  content: "";
  width: 100%;
  height: calc( 100% + 60px );
  position: absolute;
  right: -50px;
  top: -20px;
  background-color: #f2f2ee;
  z-index: -1;
}
.popup .video-iframe {
  padding-top: 50%;
}
.popup .video-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popup .photo-slider {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.popup .photo-slider .photo-item {
  text-align: center;
}
.popup .photo-slider .photo-item img {
  display: inline-block;
}
.popup .photo-slider.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.popup .photo-slider .slick-arrow {
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: rgba(22, 58, 88, 0.88);
  padding: 5px;
  text-align: center;
  border: 1px solid #ffffff;
}
.popup .photo-slider .slick-arrow img {
  height: 20px;
  display: inline-block;
}
.popup .photo-slider .slick-arrow.slick-disabled, .popup .photo-slider .slick-arrow[aria-disabled="true"] {
  display: none !important;
}
.popup .photo-slider .slick-prev {
  left: -40px;
}
.popup .photo-slider .slick-next {
  right: -70px;
}
.popup .text {
  padding: 20px 20px 0 70px;
  position: relative;
  z-index: 5;
  line-height: 1.4;
}
.popup .text h3 {
  color: #010101;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 1rem;
}

.popup .text p.text {
  color: #010101;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 1rem;
}

.popup .text p {
  color: #56565a;
  margin-bottom: 15px;
}
.popup .text .bottom {
  font-size: 0.75rem;
}
.popup .text .photo-date {
  margin-top: 4px;
}
.popup .text .photo-count {
  color: #010101;
}
.popup .text .photo-count .num {
  font-size: 1rem;
  color: rgba(22, 58, 88, 0.88);
}
.popup .text .photo-count .line {
  border-right: 1px solid #010101;
  padding-right: 5px;
}

#osPage .top-info {
  padding-bottom: 20px;
  border-bottom: 3px solid #f1f4f9;
  margin-bottom: 30px;
}
#osPage .top-info .info-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 10px;
}
#osPage .top-info .info-item:first-child {
  border-right: 1px solid #010101;
}
#osPage .top-info .info-item .name {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.143em;
  padding-bottom: 2px;
  margin-right: 20px;
}
#osPage .top-info .info-item .val {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.43em;
}
#osPage .form {
  margin-bottom: 30px;
}
#osPage .form .input label {
  display: block;
  margin-bottom: 5px;
}
#osPage .form .input input {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid rgba(22, 58, 88, 0.88);
  width: 100%;
  padding: 10px;
}
#osPage .form .input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #acacac;
}
#osPage .form .input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #acacac;
}
#osPage .form .input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #acacac;
}
#osPage .form .input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #acacac;
}
#osPage table {
  margin-top: 10px;
  font-size: 1.143em;
}
#osPage table tbody tr:nth-child(2n+1) {
  background-color: #f4f4f4;
}
#osPage table tbody tr:nth-child(2n+1) .check-item label {
  background-color: #f4f4f4;
}
#osPage .btn-block {
  padding: 1px 0;
}
#osPage .btn-block .btn {
  height: 45px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  padding-left: 50px;
  position: relative;
  font-size: 1.43rem;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 2px;
  z-index: 5;
}
#osPage .btn-block .btn::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ffffff;
  left: 80px;
  top: 0;
  font-size: 2.1em;
  z-index: -5;
}
#osPage .btn-block .btn::after {
  position: absolute;
  z-index: -1;
  border-width: 130px 250px;
  border-style: solid;
  border-color: transparent #ffffff #ffffff transparent;
  left: 75px;
  bottom: -5px;
  content: "";
}
#osPage .btn-block .btn-upload {
  background-color: #9fb470;
}
#osPage .btn-block .btn-upload::before {
  content: "\f382";
}
#osPage .btn-block .btn-upload::after {
  border-color: transparent #697c41 #697c41 transparent;
}
#osPage .btn-block .btn-send {
  background-color: #7aa6bc;
}
#osPage .btn-block .btn-send::before {
  content: "\f1d8";
}
#osPage .btn-block .btn-send::after {
  border-color: transparent #4b7b95 #4b7b95 transparent;
}
#osPage .check-item {
  display: inline-block;
  vertical-align: top;
  margin: 8px 2px;
  position: relative;
}
#osPage .check-item input {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: -7px;
  z-index: 0;
  height: 27px;
}
#osPage .check-item input:checked + label {
  background-color: #0776ad !important;
  color: #ffffff;
}
#osPage .check-item label {
  padding: 3px 8px;
  position: relative;
  z-index: 1;
  border: 1px solid #0776ad;
  color: #0776ad;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffffff;
}
#osPage .check-item1 {
  display: inline-block;
  vertical-align: top;
  margin: 8px 2px;
  position: relative;
}
#osPage .check-item1 input {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  top: -7px;
  z-index: 0;
  height: 27px;
}
#osPage .check-item1 input:checked + label {
  background-color: #ad0707 !important;
  color: #ffffff;
}
#osPage .check-item1 label {
  padding: 3px 8px;
  position: relative;
  z-index: 1;
  border: 1px solid #ad0707;
  color: #ad0707;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffffff;
}
#osPage .no {
  width: 110px;
  text-align: center;
}
#osPage .no span {
  display: inline-block;
  vertical-align: bottom;
}
#osPage .no .lg {
  font-size: 2.7em;
  font-style: italic;
  margin-bottom: -10px;
  margin-top: -15px;
  margin-left: 3px;
}
#osPage .no .star::before {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f005";
  color: #d9a8ab;
  font-size: .9em;
  margin-right: 5px;
}
#osPage .category-select {
  min-width: 220px;
  position: relative;
}
#osPage .category-select::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0dd";
  color: rgba(22, 58, 88, 0.88);
  right: 0;
  top: 0;
}
#osPage .category-select.active ul {
  display: block;
}
#osPage .category-select .selected {
  display: block;
  padding: 5px 15px 5px 5px;
  white-space: nowrap;
}
#osPage .category-select .selected.init {
  color: #acacac;
}
#osPage .category-select ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  z-index: 99;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
#osPage .category-select ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #cbc8c7;
  white-space: nowrap;
}
#osPage #upload-list {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #697c41;
  display: none;
}
#osPage #upload-list.active {
  display: block;
}
#osPage #upload-list ul {
  background-color: #eeeeee;
  padding: 10px;
}
#osPage #upload-list ul li {
  border-bottom: 1px dashed #eeeeee;
  padding: 5px 10px;
}
#osPage #upload-list ul li:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#osPage #upload-list ul li:nth-child(2n) {
  background-color: #f8f8f8;
}
#osPage #upload-list ul li:nth-child(2n+1) {
  background-color: #ffffff;
}
#osPage #upload-list ul li .file-name {
  overflow: hidden;
  padding: 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#osPage #upload-list ul li .btn-block {
  float: right;
  width: 220px;
  position: relative;
  text-align: center;
}
#osPage #upload-list ul li .btn-block::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #010101;
  left: 50%;
  top: 50%;
  margin-top: -7px;
}
#osPage #upload-list ul li .btn-block a {
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
  margin-left: 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#osPage #upload-list ul li .btn-block a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}
#osPage #upload-list ul li .btn-block .link-g {
  color: #697c41;
}
#osPage #upload-list ul li .btn-block .link-r {
  color: #91252a;
}
#osPage #upload-list ul li .btn-block .icon-file::before {
  content: "\f574";
}
#osPage #upload-list ul li .btn-block .icon-del::before {
  content: "\f2ed";
}

#sec_info ul {
  background-color: #eeeeee;
  padding: 10px;
  display: none;
}

#sec_info li {
  border-bottom: 1px dashed #eeeeee;
  padding: 5px 10px;
}
#sec_info li:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#sec_info li:nth-child(2n) {
  background-color: #f8f8f8;
}
#sec_info li:nth-child(2n+1) {
  background-color: #ffffff;
}
#sec_info li .file-name {
  overflow: hidden;
  padding: 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sec_info li .btn-block {
  float: right;
  width: 220px;
  position: relative;
  text-align: center;
}
#sec_info li .btn-block::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #010101;
  left: 50%;
  top: 50%;
  margin-top: -7px;
}
#sec_info li .btn-block a {
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
  margin-left: 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#sec_info li .btn-block a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}
#sec_info li .btn-block .link-g {
  color: #697c41;
}
#sec_info li .btn-block .link-r {
  color: #91252a;
}
#sec_info li .btn-block .icon-file::before {
  content: "\f574";
}
#sec_info li .btn-block .icon-del::before {
  content: "\f2ed";
}

#calenderPage #mycalendar {
  background-color: #ffffff;
}
#calenderPage #mycalendar .monthly-header {
  background-color: rgba(22, 58, 88, 0.88);
  color: #ffffff;
}
#calenderPage #mycalendar .monthly-header .monthly-header-title-date, #calenderPage #mycalendar .monthly-header .monthly-header-title-date:hover {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
}
#calenderPage #mycalendar .monthly-header .monthly-header-title-date .lg, #calenderPage #mycalendar .monthly-header .monthly-header-title-date:hover .lg {
  font-size: 1.286em;
}
#calenderPage #mycalendar .monthly-header .monthly-prev:after, #calenderPage #mycalendar .monthly-header .monthly-next:after {
  border-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#calenderPage #mycalendar .monthly-header .monthly-header-title a {
  margin-left: 10px;
}
#calenderPage #mycalendar .monthly-header .monthly-header-title a:link, #calenderPage #mycalendar .monthly-header .monthly-header-title a:visited {
  background-color: #ffffff;
  color: rgba(22, 58, 88, 0.88);
  border: 1px solid #ffffff;
}
#calenderPage #mycalendar .monthly-header .monthly-header-title a:hover {
  background-color: rgba(22, 58, 88, 0.88);
  color: #ffffff;
}
#calenderPage #mycalendar .monthly-box {
  width: 100%;
  border-collapse: collapse;
}
#calenderPage #mycalendar .monthly-day-title-wrap {
  display: table-header-group;
  background-color: transparent;
  border-bottom: none;
  width: 100%;
  font-size: 1rem;
}
#calenderPage #mycalendar .monthly-day-title-wrap th {
  display: table-cell;
  border-left: 1px solid rgba(22, 58, 88, 0.88);
  border-right: 1px solid rgba(22, 58, 88, 0.88);
  width: calc( 100% / 7 ) !important;
  padding: 5px 0;
}
#calenderPage #mycalendar .monthly-day-title-wrap th span {
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  padding: 2px 10px;
  color: #56565a;
}
#calenderPage #mycalendar .monthly-day-title-wrap th.sunday span, #calenderPage #mycalendar .monthly-day-title-wrap th.saturday span {
  background-color: rgba(22, 58, 88, 0.88);
  color: #ffffff;
}
#calenderPage #mycalendar .monthly-day-wrap {
  display: table-row-group;
  width: 100%;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week {
  background-color: #ffffff !important;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d {
  border: 1px solid rgba(22, 58, 88, 0.88);
  width: calc( 100% / 7 ) !important;
  padding: 0;
  vertical-align: top;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d.sunday, #calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d.saturday {
  color: #91252a;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d.active {
  position: relative;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d.active .monthly-day-event > .monthly-day-number {
  border-color: rgba(22, 58, 88, 0.88);
  color: rgba(22, 58, 88, 0.88);
  font-size: 1.143em;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d.active::before {
  position: absolute;
  width: calc( 100% - 10px );
  height: calc( 100% - 10px );
  border: 5px solid #f1f4f9;
  content: "";
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d.active::after {
  border-width: 10px;
  border-color: rgba(22, 58, 88, 0.88) transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  content: "";
  z-index: 5;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d .monthly-day-event.monthly-today > .monthly-day-number {
  background-color: #697c41;
  color: #ffffff;
  font-size: 1.143em;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .m-d .monthly-day-blank {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week:first-child .m-d {
  border-top: none;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .monthly-day, #calenderPage #mycalendar .monthly-day-wrap .monthly-week .monthly-day-blank {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .monthly-day .monthly-event-indicator, #calenderPage #mycalendar .monthly-day-wrap .monthly-week .monthly-day-blank .monthly-event-indicator {
  white-space: normal;
}
#calenderPage #mycalendar .monthly-day-wrap .monthly-week .monthly-day .monthly-event-indicator span, #calenderPage #mycalendar .monthly-day-wrap .monthly-week .monthly-day-blank .monthly-event-indicator span {
  white-space: normal;
}
#calenderPage #mycalendar .monthly-day-event, #calenderPage #mycalendar .monthly-day-blank {
  padding: 10px;
}
#calenderPage #mycalendar .monthly-day-event > .monthly-day-number, #calenderPage #mycalendar .monthly-day-blank > .monthly-day-number {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  border: 1px solid transparent;
  position: static;
  font-size: 1rem;
}
#calenderPage #mycalendar .monthly-day-event > .monthly-indicator-wrap, #calenderPage #mycalendar .monthly-day-blank > .monthly-indicator-wrap {
  padding-right: 5px;
  margin-top: 10px;
  width: auto;
  max-width: none;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator {
  width: 30px;
  height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: -6px;
  font-size: 1.3em;
  padding-top: 5px;
  -moz-box-shadow: 0 0 2px 2px rgba(1, 1, 1, 0.25);
  -webkit-box-shadow: 0 0 2px 2px rgba(1, 1, 1, 0.25);
  box-shadow: 0 0 2px 2px rgba(1, 1, 1, 0.25);
  position: relative;
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator i, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator i {
  position: relative;
  z-index: 5;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator::before {
  width: 5px;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom-width: 35px;
  border-bottom-style: solid;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-g, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-g {
  background-color: #9fb470;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-g::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-g::before {
  border-bottom-color: #697c41;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-r, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-r {
  background-color: #d9a8ab;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-r::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-r::before {
  border-bottom-color: #b65862;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-b, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-b {
  background-color: #7aa6bc;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-b::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-b::before {
  border-bottom-color: #4b7b95;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-y, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-y {
  background-color: #f0be92;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-y::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-y::before {
  border-bottom-color: #af5e18;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-p, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-p {
  background-color: #9c90a4;
}
#calenderPage #mycalendar .monthly-day-event .monthly-event-indicator.event-p::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator.event-p::before {
  border-bottom-color: #7f7089;
}
#calenderPage #mycalendar .monthly-event-list {
  position: static;
  display: table-row;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#calenderPage #mycalendar .monthly-event-list td {
  padding: 5px;
  background-color: #f1f4f9;
  border: 1px solid rgba(22, 58, 88, 0.88);
}
#calenderPage #mycalendar .monthly-event-list ul {
  background-color: #ffffff;
}
#calenderPage #mycalendar .monthly-event-list ul li {
  border-top: 1px dashed #cbc8c7;
}
#calenderPage #mycalendar .monthly-event-list ul li a {
  padding: 5px 20px;
  display: block;
}
#calenderPage #mycalendar .monthly-event-list ul li a:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#calenderPage #mycalendar .monthly-event-list ul li a .text {
  overflow: hidden;
  padding-top: 5px;
  display: block;
}
#calenderPage #mycalendar .monthly-event-list ul li:first-child {
  border-top: none;
}
#calenderPage .tag-block {
  margin-bottom: 15px;
}
#calenderPage .tag-block li {
  text-align: left;
  margin-right: -5px;
}
#calenderPage .tag-block li:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#calenderPage .category {
  min-width: 90px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 8px 3px;
  position: relative;
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#calenderPage .category::before {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 0;
  content: "\f19d";
  margin-top: -4px;
}
#calenderPage .category .icon {
  position: relative;
  z-index: 5;
  font-size: .9rem;
}
#calenderPage .category i {
  font-size: 1.3em;
  position: relative;
  z-index: -1;
}
#calenderPage .category::after {
  width: 5px;
  height: 0;
  border-left: 85px solid transparent;
  border-bottom-width: 95px;
  border-bottom-style: solid;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
}
#calenderPage .category.event-g {
  background-color: #9fb470;
}
#calenderPage .category.event-g::after {
  border-bottom-color: #697c41;
}
#calenderPage .category.event-r {
  background-color: #d9a8ab;
}
#calenderPage .category.event-r::after {
  border-bottom-color: #b65862;
}
#calenderPage .category.event-b {
  background-color: #7aa6bc;
}
#calenderPage .category.event-b::after {
  border-bottom-color: #4b7b95;
}
#calenderPage .category.event-y {
  background-color: #f0be92;
}
#calenderPage .category.event-y::after {
  border-bottom-color: #af5e18;
}
#calenderPage .category.event-p {
  background-color: #9c90a4;
}
#calenderPage .category.event-p::after {
  border-bottom-color: #7f7089;
}

@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }

  #header .header-menu .wrap {
    padding: 0;
  }

  #banner .slider li.ani .slider-item .text {
    left: 80px;
  }
  #banner .slider .slick-prev {
    left: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #banner .slider .slick-next {
    right: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  #introduction .introduction-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  #home-main::after {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 981px) {
  #ntnu {
    padding-top: 78px;
  }

  .mask {
    display: none;
    position: fixed;
    z-index: 990;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(1, 1, 1, 0.8);
  }
  .mask.active {
    display: block;
  }

  .table {
    display: inherit;
  }

  .web {
    display: none !important;
  }

  #header {
    border-top: 6px solid #4e070b;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  #header .header-top {
    display: none;
  }
  #header .header-logo {
    padding: 15px 0;
    color: #4e070b;
    text-align: center;
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.15);
    -webkit-box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.15);
    box-shadow: 1px 1px 10px rgba(1, 1, 1, 0.15);
    position: relative;
    z-index: 5;
  }
  #header .header-logo img {
    width: 300px;
  }
  #header .header-logo .btn-ham, #header .header-logo .btn-top-search {
    display: block;
    position: fixed;
    background-color: #f2f2ee;
    top: 6px;
    width: 78px;
    height: 78px;
    font-size: 2.4em;
    padding-top: 20px;
    z-index: 1;
  }
  #header .header-logo .btn-ham.active, #header .header-logo .btn-top-search.active {
    background-color: #91252a;
    color: #ffffff;
  }
  #header .header-logo .btn-ham {
    left: 0;
  }
  #header .header-logo .btn-ham .close {
    display: none;
  }
  #header .header-logo .btn-ham.active .open {
    display: none;
  }
  #header .header-logo .btn-ham.active .close {
    display: block;
  }
  #header .header-logo .btn-top-search {
    right: 0;
  }
  #header .header-logo .btn-back {
    position: fixed;
    background-color: #91252a;
    color: #ffffff;
    top: 6px;
    width: 78px;
    height: 78px;
    font-size: 2.4em;
    padding-top: 20px;
    left: 0;
    z-index: 5;
  }
  #header .header-logo .btn-back.active {
    display: block;
  }
  #header .header-menu {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #91252a;
    max-height: calc( 100vh - 78px );
    overflow-y: auto;
  }
  #header .header-menu::after {
    display: none;
  }
  #header .header-menu.menu-open #menu {
    display: block;
  }
  #header .header-menu.search-open #search {
    display: block;
  }
  #header .header-menu #menu {
    width: 100%;
    color: #ffffff;
    display: none;
  }
  #header .header-menu #menu .menu-main li {
    display: block;
    border-top: 1px dashed #ffffff;
  }
  #header .header-menu #menu .menu-main li a {
    display: block;
    padding: 20px;
  }
  #header .header-menu #menu .menu-main li:first-child {
    border-top: none;
  }
  #header .header-menu #menu .menu-main li.active > .sub-menu {
    position: static;
    left: 0;
    top: 78px;
    z-index: 5;
    width: 100%;
    display: block;
    background-color: #91252a;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .header-menu #menu .sub-open > li {
    border-top: none !important;
  }
  #header .header-menu #menu .sub-open > li > a {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
  }
  #header .header-menu #menu .menu-bottom {
    display: block;
    border-top: 1px solid #ffffff;
    text-align: center;
    padding: 15px 0;
  }
  #header .header-menu #menu .menu-bottom li {
    position: relative;
  }
  #header .header-menu #menu .menu-bottom li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 12px;
    width: 1px;
    background-color: #88595b;
    top: 9px;
  }
  #header .header-menu #menu .menu-bottom li:first-child::before {
    display: none;
  }
  #header .header-menu #menu .menu-bottom li a {
    display: block;
    padding: 10px 8px;
    font-size: 0.7em;
  }
  #header .header-menu #menu > ul > li {
    position: relative;
  }
  #header .header-menu #menu > ul > li::before {
    display: none;
  }
  #header .header-menu #menu > ul > li:first-child::before {
    display: none;
  }
  #header .header-menu #search {
    display: none;
    width: 100%;
    padding: 15px;
  }
  #header .header-menu #search .btn-openSearch {
    display: none;
  }
  #header .header-menu #search .search-box {
    position: initial;
    background-color: #ffffff;
    padding: 0;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 43px;
  }
  #header .header-menu #search .search-box input {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 90px );
    margin-right: 0;
    height: 43px;
  }
  #header .header-menu #search .search-box .btn-search {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    height: 43px;
  }
  #header .header-menu #search.active .search-box {
    right: 0;
    -moz-transition: right, 0.5s;
    -o-transition: right, 0.5s;
    -webkit-transition: right, 0.5s;
    transition: right, 0.5s;
  }

  .container .page-content table th.line {
    font-size: 0;
  }
  .container .page-content table th.download {
    position: relative;
  }
  .container .page-content table th.download::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    content: "下載";
    text-align: center;
    background-color: #91252a;
    z-index: 5;
    padding: 9px 0;
    font-size: 1rem;
  }

  #footer .footer-main .footer-left .left {
    margin-right: 20px;
  }
  #footer .footer-main .footer-left .right .info ul {
    margin-right: 20px;
  }

  #banner {
    height: 390px;
  }
  #banner .slider li.ani .slider-item .text {
    left: 80px;
  }
  #banner .slider li a {
    display: block;
  }
  #banner .slider .slider-item .bg {
    height: 390px;
    width: 1440px;
    margin-left: calc( -1440px / 2 );
  }
  #banner .slider .slider-item .slider-box {
    height: 390px;
  }
  #banner .slider .slider-item .text {
    top: 50px;
    width: 40%;
  }
  #banner .slider .slider-item .img {
    width: 50%;
  }
  #banner .slider .slick-arrow {
    top: calc( 290px / 2 );
  }

  #introduction .introduction-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: -100px;
    padding: 15px 15px 20px;
  }
  #introduction .introduction-box .introduction-right {
    padding-top: 35px;
    padding-left: 10px;
  }
  #introduction .introduction-box .introduction-right li {
    padding: 0;
    margin: 0 2px;
    width: calc( ( 100% / 4 ) - 4px );
  }
  #introduction .introduction-box .introduction-right li a {
    padding-left: 2px;
    padding-right: 2px;
  }
  #introduction .introduction-box .introduction-right li a .text {
    font-size: 1.1em;
  }

  #home-main::before {
    top: -110px;
    height: calc( 110px + 143px );
  }
  #home-main .home-left .section {
    padding-left: 0;
  }
  #home-main .home-right .section {
    padding-right: 0;
  }
  #home-main #news .news-tabs {
    padding: 0;
  }
  #home-main #news .news-tabs .tabs-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #home-main #news .news-tabs .tabs-nav li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #home-main #news .news-tabs .tabs-nav li:first-child a {
    line-height: 47px;
  }
  #home-main #news .news-tabs .tabs-nav li a {
    height: 64px;
  }
  #home-main #news .news-tabs .tabs-nav li a span {
    display: block;
  }
  #home-main #video::before {
    height: 50%;
  }
  #home-main #video::after {
    height: 50%;
  }
  #home-main #video .top {
    width: 100%;
  }
  #home-main #video .video-box {
    width: calc( 100% - 35px );
    margin-left: 35px;
    padding-top: 56%;
  }
}
@media screen and (max-width: 768px) {
  #ntnu {
    padding-top: 44px;
    background-color: #f2f2ee;
  }

  .mobile {
    display: inherit;
  }

  .mobile-hide {
    display: none;
  }

  .wrap {
    padding: 0 15px;
  }

  input {
    padding: 5px;
  }

  .btn-top {
    right: 10px;
    bottom: 10px;
  }
  .btn-top::before {
    right: 6px;
    bottom: 6px;
  }

  #header {
    border-top-width: 3px;
  }
  #header .header-logo {
    padding: 5px 0;
    font-size: 2em;
    height: 44px;
  }
  #header .header-logo img {
    width: 210px;
  }
  #header .header-logo .btn-ham, #header .header-logo .btn-top-search, #header .header-logo .btn-back {
    top: 3px;
    width: 44px;
    height: 44px;
    font-size: .8em;
    padding-top: 10px;
	background-color: #4e070b;
    color: #fff;
  }
  #header .header-menu {
    top: 44px;
    max-height: calc( 100vh - 44px );
  }

  .container::after {
    display: none;
  }
  .container .page-top {
    padding-bottom: 20px;
  }
  .container .page-top .title {
    padding: 0;
    font-size: 2em;
  }
  .container .page-content {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
  }
  .container .page-content .main {
    margin-top: 0;
    padding: 15px 10px;
  }
  .container .page-content .main::before {
    display: none;
  }
  .container .page-content table th {
    padding: 10px 5px;
    letter-spacing: normal;
  }
  .container .page-content table td {
    padding: 10px 5px;
  }
  .container .page-content table .sm-width {
    width: auto;
    min-width: 45px;
  }
  .container .page-content table .date span {
    display: block;
  }
  .container .page-content table .date span.year::after {
    display: none;
  }
  .container .page-content table .date span.day {
    font-size: 1.78em;
  }
  .container .page-content .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .container .page-content .sidebar .date {
    width: 80px;
    font-size: .8rem;
    padding: 5px;
  }
  .container .page-content .sidebar .date .day {
    font-size: 2.8em;
  }
  .container .page-content .sidebar .date .day span {
    width: 15px;
    height: 15px;
    font-size: .8rem;
  }
  .container .page-content .sidebar .date .year {
    margin-top: 5px;
    padding-top: 5px;
  }
  .container .page-content .page-main .share {
    float: none;
    width: 100%;
  }
  .container .page-content .page-main .share:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  .container .page-content .page-main .share span {
    vertical-align: top;
    margin-top: 18px;
  }
  .container .page-content .page-main .share ul {
    float: right;
  }
  .container .page-content .gallery {
    margin-bottom: 20px;
  }
  .container .page-content .gallery .gallery-item {
    width: calc( ( 100% / 2 ) + 10px );
    padding: 10px;
    margin: -5px;
  }
  .container .page-content .gallery .gallery-item a .text h3 {
    margin-bottom: 10px;
  }
  .container .page-content .site-map > li h3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .container .page-content .site-map > li .sub-menu {
    margin-top: 0;
  }
  .container .page-content .site-map > li .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .container .page-content .site-map > li .sub-menu li a {
    padding: 10px 15px;
    border-bottom: none;
    border-top: 1px dashed #cbc8c7;
  }
  .container .page-content .site-map > li .sub-menu li:first-child a {
    border-top: none;
  }
  .container .page-content .site-map > li .sub-menu li.sub {
    width: 100%;
  }
  .container .page-content .site-map > li .sub-menu li.sub > a {
    border-bottom: 1px dashed #cbc8c7;
  }
  .container .page-content .site-map > li .sub-menu li.sub .sub-menu {
    border-top: none;
    background-color: #f1f4f9;
  }
  .container .page-content .site-map > li .sub-menu li.sub .sub-menu li a {
    padding-left: 40px;
  }
  .container .page-content .row {
    margin: 0;
  }
  .container .page-content .row .col {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }

  #footer .footer-main {
    padding: 20px 0;
  }
  #footer .footer-main .footer-left {
    float: none;
  }
  #footer .footer-main .footer-left .left {
    width: 65px;
    margin-right: 20px;
  }
  #footer .footer-main .footer-left .right .info ul {
    display: block;
    margin-right: 0;
  }
  #footer .footer-main .footer-left .right .info ul li {
    margin-top: 10px;
    line-height: 1.4;
  }
  #footer .footer-main .footer-left .right .info ul li i {
    color: #7aa6bc;
    margin-right: 5px;
  }
  #footer .footer-main .footer-right {
    width: 100%;
    float: none;
    margin: 20px auto 0;
    max-width: 130px;
  }
  #footer .copyright {
    padding: 10px 0;
    line-height: 1.4;
  }
  #footer .copyright span {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .top {
    padding: 0 5px 10px;
  }
  .top .title .sm {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .top .btn-more {
    padding: 6px 10px;
    right: 5px;
    bottom: 8px;
    font-size: .8em;
  }

  .bottom {
    font-size: 0.86em;
  }
  .bottom span {
    margin: 0 5px;
  }
  .bottom span:before {
    margin-right: 5px;
  }

  #banner {
    height: auto;
    margin-bottom: 15px;
    display: block;
  }
  #banner .slider-item {
    display: none;
  }

  #introduction .introduction-box {
    margin: 0;
    padding: 10px;
  }
  #introduction .introduction-box .introduction-left {
    width: 100%;
    float: none;
  }
  #introduction .introduction-box .introduction-left ul li a {
    padding: 10px 5px;
  }
  #introduction .introduction-box .introduction-left ul li a .name {
    margin-bottom: 8px;
  }
  #introduction .introduction-box .introduction-right {
    padding: 15px 0;
  }
  #introduction .introduction-box .introduction-right li {
    border: none;
    padding: 0;
    width: calc( ( 100% / 4 ) - 8px );
    margin: 0;
    border-left: 1px solid #9c90a4;
  }
  #introduction .introduction-box .introduction-right li:first-child {
    border-left: none;
  }
  #introduction .introduction-box .introduction-right li a {
    padding: 5px 2px;
  }
  #introduction .introduction-box .introduction-right li a.star::after {
    left: 5px;
  }
  #introduction .introduction-box .introduction-right li a .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  #introduction .introduction-box .introduction-right li a .text {
    font-size: 0.9em;
  }
  #introduction .introduction-box .introduction-right li a .text .sm {
    font-size: 0.6em;
  }
  #introduction .introduction-box .introduction-right li:nth-child(4) {
    width: calc( ( 100% / 4 ) + 24px );
  }
  #introduction .introduction-box .introduction-right li:nth-child(4) a .icon {
    height: 27px;
    margin-top: 3px;
  }

  #home-main::before {
    display: none;
  }
  #home-main::after {
    display: none;
  }
  #home-main .section {
    padding: 10px 0 15px;
  }
  #home-main .col2 {
    width: 100%;
  }
  #home-main .col2.float-left, #home-main .col2.float-right {
    float: none;
  }
  #home-main #motto {
    width: 100%;
    margin: 15px auto 0;
    font-size: 1em;
    padding: 10px 45px;
    background: url(../img/home/bg_text1.svg) no-repeat center bottom;
    background-size: contain;
    max-width: none;
  }
  #home-main #motto::before {
    width: 25px;
    height: 20px;
    left: 10px;
  }
  #home-main #motto::after {
    width: 25px;
    height: 20px;
    right: 10px;
  }
  #home-main #motto p {
    margin-bottom: 10px;
  }
  #home-main #news {
    background-color: #ffffff;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #home-main #news .news-tabs {
    padding: 0;
  }
  #home-main #news .news-tabs .tabs-nav {
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
  }
  #home-main #news .news-tabs .tabs-nav li {
    width: auto;
  }
  #home-main #news .news-tabs .tabs-nav li:first-child a {
    line-height: 1.4;
  }
  #home-main #news .news-tabs .tabs-nav li a {
    font-size: 1.14em;
    padding: 8px 10px;
    width: 100px;
    height: auto;
  }
  #home-main #news .news-tabs .tabs-nav li a span {
    display: inline;
  }
  #home-main #news .news-tabs .tabs-block li {
    margin: 10px 0;
    display: none;
  }
  #home-main #news .news-tabs .tabs-block li a {
    padding: 10px 5px 10px 15px;
  }
  #home-main #news .news-tabs .tabs-block li a .name {
    margin-bottom: 8px;
  }
  #home-main #news .news-tabs .tabs-block li a .summary {
    margin-bottom: 8px;
    height: auto;
  }
  #home-main #news .news-tabs .tabs-block li:nth-child(1), #home-main #news .news-tabs .tabs-block li:nth-child(2) {
    display: block;
  }
  #home-main #video {
    background-color: #ffffff;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  #home-main #video::before {
    top: 44px;
    left: 5px;
    width: 89%;
    height: 76%;
  }
  #home-main #video::after {
    top: 44px;
    left: 115px;
    width: calc( 89% - 110px );
    height: 76%;
  }
  #home-main #video .bg::before {
    z-index: -1;
    background-color: #f2f2ee;
    width: 70%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 0;
    content: "";
  }
  #home-main #video .top {
    width: 100%;
  }
  #home-main #video .video-box {
    width: 100%;
    height: auto;
    padding-top: 58%;
    margin-top: 0;
    margin-left: 0;
  }
  #home-main #faq {
    background-color: #ffffff;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #home-main #faq .faq-collapse {
    padding: 0;
  }
  #home-main #faq .faq-collapse .collapse-item {
    padding: 5px;
  }
  #home-main #faq .faq-collapse .collapse-item .collapse-name .btn-collapse {
    top: 7px;
  }

  #faqPage .faq-collapse .collapse-item {
    padding-left: 60px;
    min-height: 50px;
  }
  #faqPage .faq-collapse .collapse-item .faq-index {
    width: 55px;
    height: 50px;
    min-height: auto;
  }
  #faqPage .faq-collapse .collapse-item .faq-index::before {
    padding-bottom: 0;
  }
  #faqPage .faq-collapse .collapse-item .faq-index span {
    font-size: 3em;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-align: right;
    bottom: -4px;
  }
  #faqPage .faq-collapse .collapse-item .faq-box {
    padding: 5px;
  }
  #faqPage .faq-collapse .collapse-item.active .faq-index {
    width: 55px;
    height: 50px;
  }
  #faqPage .faq-collapse .collapse-item.active .faq-index span {
    font-size: 3em;
    bottom: -4px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }

  .faq-collapse .collapse-item {
    margin: 10px 0;
  }
  .faq-collapse .collapse-item .collapse-name {
    padding: 5px;
  }
  .faq-collapse .collapse-item .collapse-name h3 {
    padding-right: 20px;
  }
  .faq-collapse .collapse-item .collapse-name .btn-collapse {
    right: 5px;
    top: 3px;
  }
  .faq-collapse .collapse-item .collapse-block {
    margin-top: 2px;
    padding: 10px 5px 5px;
  }

  .popup {
    padding: 15px;
  }
  .popup .window {
    padding: 20px 10px 10px;
  }
  .popup .popup-close {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    padding: 8px;
  }
  .popup .photo-slider, .popup .video-iframe {
    width: 100%;
  }
  .popup .photo-slider::after, .popup .video-iframe::after {
    height: calc( 100% + 30px );
    right: -10px;
    top: -10px;
  }
  .popup .video-iframe {
    padding-top: 50%;
  }
  .popup .video-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .popup .photo-slider .slick-arrow {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
  .popup .photo-slider .slick-arrow img {
    height: 15px;
  }
  .popup .photo-slider .slick-prev {
    left: -25px;
  }
  .popup .photo-slider .slick-next {
    right: -25px;
  }
  .popup .text {
    padding: 10px 0 0;
  }
  .popup .text h3 {
    margin-bottom: 5px;
  }
  .popup .text p {
    margin-bottom: 5px;
  }

  #osPage .top-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #osPage .top-info .info-item {
    padding: 0 15px 0 10px;
  }
  #osPage .top-info .info-item .name {
    font-size: 1.143em;
    padding-bottom: 0;
    margin-right: 10px;
  }
  #osPage .top-info .info-item .val {
    font-size: 1.143em;
  }
  #osPage .form {
    margin-bottom: 15px;
  }
  #osPage p {
    font-size: .85em;
  }
  #osPage table thead {
    display: none;
  }
  #osPage table tbody tr {
    border-bottom: none;
    background-color: transparent !important;
  }
  #osPage table tbody tr td {
    position: relative;
    display: block;
    padding-left: 85px;
    border-bottom: 1px dashed #cbc8c7;
  }
  #osPage table tbody tr td::before {
    content: attr(data-name);
    position: absolute;
    left: 0;
    top: 0;
    height: calc( 100% - 34px );
    padding: 17px 5px;
    color: #ffffff;
    background-color: #91252a;
    width: 70px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 0.875em;
  }
  #osPage table tbody tr td.check {
    padding: 0;
  }
  #osPage table tbody tr td.check::before {
    display: none;
  }
  #osPage table tbody tr .check-box {
    padding: 10px 5px;
  }
  #osPage table tbody tr .check-item label {
    background-color: #ffffff !important;
  }
  #osPage .btn-block .btn {
    padding-left: 50px;
    font-weight: 300;
  }
  #osPage .btn-block .btn::before {
    left: 30px;
  }
  #osPage .btn-block .btn::after {
    border-width: 150px 250px;
    left: 35px;
    bottom: 0;
  }
  #osPage .no {
    width: 100%;
  }
  #osPage .category-select {
    min-width: auto;
  }
  #osPage .category-select::before {
    top: 2px;
  }
  #osPage .category-select .selected {
    white-space: normal;
  }
  #osPage .category-select ul {
    background-color: #f2f2ee;
  }
  #osPage .category-select ul li a {
    white-space: normal;
  }
  #osPage #upload-list {
    padding: 10px;
  }
  #osPage #upload-list ul li {
    position: relative;
    padding-bottom: 30px;
  }
  #osPage #upload-list ul li .btn-block {
    float: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    text-align: right;
  }
  #osPage #upload-list ul li .btn-block::after {
    display: none;
  }
  #osPage #upload-list ul li .btn-block a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 2px 10px;
    margin-left: 3px;
  }
  #osPage #upload-list ul li .btn-block a:first-child {
    border-right: 1px solid #010101;
  }

  #sec_info li {
    position: relative;
    padding-bottom: 30px;
  }
  #sec_info li .btn-block {
    float: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    text-align: right;
  }
  #sec_info li .btn-block::after {
    display: none;
  }
  #sec_info li .btn-block a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 2px 10px;
    margin-left: 3px;
  }
  #sec_info li .btn-block a:first-child {
    border-right: 1px solid #010101;
  }

  #calenderPage #mycalendar .monthly-day-title-wrap th span {
    padding: 1px;
    width: 23px;
    height: 23px;
  }
  #calenderPage #mycalendar .monthly-day-event, #calenderPage #mycalendar .monthly-day-blank {
    padding: 5px;
  }
  #calenderPage #mycalendar .monthly-day-event > .monthly-day-number, #calenderPage #mycalendar .monthly-day-blank > .monthly-day-number {
    width: 23px;
    height: 23px;
    line-height: 21px;
  }
  #calenderPage #mycalendar .monthly-day-event > .monthly-indicator-wrap, #calenderPage #mycalendar .monthly-day-blank > .monthly-indicator-wrap {
    padding: 0 2px 2px 0;
    margin-top: 5px;
  }
  #calenderPage #mycalendar .monthly-day-event .monthly-event-indicator, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator {
    width: 12px;
    height: 12px;
    margin-right: -4px;
    font-size: 0;
    padding-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
  }
  #calenderPage #mycalendar .monthly-day-event .monthly-event-indicator::before, #calenderPage #mycalendar .monthly-day-blank .monthly-event-indicator::before {
    display: none;
  }
  #calenderPage #mycalendar .monthly-event-list ul {
    padding: 0 5px;
  }
  #calenderPage .tag-block {
    margin-bottom: 10px;
  }
  #calenderPage .tag-block li {
    margin-right: 0;
  }
  #calenderPage .tag-block li:first-child .category {
    border-left: none;
  }
  #calenderPage .tag-block li .category {
    min-width: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 5px 0 15px;
    color: #56565a;
    float: none;
    margin-right: 0;
    border-left: 1px solid #56565a;
    background-color: transparent !important;
    line-height: 1;
  }
  #calenderPage .tag-block li .category .icon {
    font-size: .8rem;
  }
  #calenderPage .tag-block li .category::before {
    display: none;
  }
  #calenderPage .tag-block li .category::after {
    width: 10px;
    height: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    position: absolute;
    bottom: auto;
    left: 4px;
    top: 3px;
    content: "";
  }
  #calenderPage .tag-block li .category.event-g::after {
    background-color: #9fb470;
  }
  #calenderPage .tag-block li .category.event-r::after {
    background-color: #d9a8ab;
  }
  #calenderPage .tag-block li .category.event-b::after {
    background-color: #7aa6bc;
  }
  #calenderPage .tag-block li .category.event-y::after {
    background-color: #f0be92;
  }
  #calenderPage .tag-block li .category.event-p::after {
    background-color: #9c90a4;
  }
}
@media screen and (max-width: 420px) {
  .container .page-content .filter .filter-category {
    float: none;
    border-bottom: 1px dashed #cbc8c7;
    margin-bottom: 5px;
  }
  .container .page-content .filter .filter-search {
    float: none;
  }
  .container .page-content .filter .filter-search .col.date-box input {
    width: 80px;
  }
  .container .page-content .filter .btn-block {
    display: block;
    text-align: center;
  }
  .container .page-content .filter .btn-block .btn {
    width: 150px;
  }
  .container .page-content .gallery .gallery-item {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-top:hover, .btn-top:focus {
    background-color: #91252a;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  .btn-top:hover::before, .btn-top:focus::before {
    border-color: #91252a;
  }

  #header .header-top ul li a:hover, #header .header-top ul li a:focus {
    background-color: #91252a;
  }
  #header .header-menu #menu > ul > li > a {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #header .header-menu #menu > ul > li > a span {
    padding: 15px 20px;
    display: block;
  }
  #header .header-menu #menu > ul > li > a::before, #header .header-menu #menu > ul > li > a::after, #header .header-menu #menu > ul > li > a span::before, #header .header-menu #menu > ul > li > a span::after {
    content: "";
    width: 0;
    height: 46px;
    position: absolute;
    background-color: rgba(198, 198, 180, 0.25);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header .header-menu #menu > ul > li > a::after, #header .header-menu #menu > ul > li > a span::after {
    left: auto;
    right: 0;
  }
  #header .header-menu #menu > ul > li > a span::before, #header .header-menu #menu > ul > li > a span::after {
    transition-delay: 0.4s;
  }
  #header .header-menu #menu > ul > li:hover > a::before, #header .header-menu #menu > ul > li:hover > a::after, #header .header-menu #menu > ul > li:hover > a span::before, #header .header-menu #menu > ul > li:hover > a span::after {
    width: 100%;
  }
  #header .header-menu #menu ul li:hover > .sub-menu, #header .header-menu #menu ul li.active > .sub-menu {
    display: block;
  }
  #header .header-menu #menu ul li a:focus {
    background-color: #f2f2ee;
  }
  #header .header-menu #menu ul li .sub-menu a:hover {
    background-color: #f2f2ee;
  }
  #header .header-menu #search .btn-openSearch:hover, #header .header-menu #search .btn-openSearch:focus {
    background-color: #4e070b;
    color: #ffffff;
  }
  #header .header-menu #search .btn-search:hover, #header .header-menu #search .btn-search:focus {
    background-color: #91252a;
  }

  .container a:hover, .container a:focus {
    color: #91252a;
  }
  .container .page-content table tbody tr:hover {
    background-color: #f4f3ef !important;
  }
  .container .page-content table .btn-download:hover, .container .page-content table .btn-download:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .container .page-content .page-main table tbody tr:hover {
    background-color: initial !important;
  }
  .container .page-content .page-main .share ul li a:hover, .container .page-content .page-main .share ul li a:focus {
    top: -5px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .container .page-content .btn:hover, .container .page-content .btn:focus {
    background-color: #4e070b;
  }
  .container .page-content .category .category-select ul li a:hover, .container .page-content .category .category-select ul li a:focus {
    background-color: #4e070b;
  }
  .container .page-content .category .category-select:hover ul {
    display: block;
  }
  .container .page-content .pagination-web .pagination-left a:hover, .container .page-content .pagination-web .pagination-left a:focus {
    background-color: #4e070b;
    color: #ffffff;
  }
  .container .page-content .gallery .gallery-item a:hover, .container .page-content .gallery .gallery-item a:focus {
    color: #010101;
  }
  .container .page-content .gallery .gallery-item a:hover::before, .container .page-content .gallery .gallery-item a:focus::before {
    right: -9px;
    top: -9px;
    border-width: 10px;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .container .page-content .site-map > li .sub-menu li a:hover, .container .page-content .site-map > li .sub-menu li a:focus {
    color: #010101;
    background-color: #f2f2ee;
  }

  #footer .footer-main .footer-left .right .info a:hover, #footer .footer-main .footer-left .right .info a:focus {
    text-decoration: underline;
  }

  .top .btn-more:hover, .top .btn-more:focus {
    background-color: rgba(11, 28, 44, 0.88);
    color: #ffffff;
  }

  #banner .slider:hover .slick-prev {
    left: 85px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #banner .slider:hover .slick-next {
    right: 85px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #banner .slider .slick-prev:focus {
    left: 85px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #banner .slider .slick-next:focus {
    right: 85px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #banner .slider .slick-arrow:hover, #banner .slider .slick-arrow:focus {
    background-color: rgba(11, 28, 44, 0.88);
  }

  #introduction .introduction-box .introduction-left ul li a:hover, #introduction .introduction-box .introduction-left ul li a:focus {
    color: #010101;
    background-color: #f2f2ee;
  }
  #introduction .introduction-box .introduction-right li a:hover, #introduction .introduction-box .introduction-right li a:focus {
    background-color: #f1f4f9;
  }

  #home-main #news .news-tabs .tabs-nav li a:hover, #home-main #news .news-tabs .tabs-nav li a:focus {
    color: #91252a;
  }
  #home-main #news .news-tabs .tabs-block li a:hover, #home-main #news .news-tabs .tabs-block li a:focus {
    color: #56565a;
    background-color: #f2f2ee;
  }

  .faq-collapse .collapse-item:hover {
    background-color: #f8f8f8;
  }
  .faq-collapse .collapse-item .collapse-name .btn-collapse:hover::before, .faq-collapse .collapse-item .collapse-name .btn-collapse:focus::before {
    color: #4e070b;
  }

  #osPage .btn-block .btn-upload:hover, #osPage .btn-block .btn-upload:focus {
    background-color: #bacb8e;
  }
  #osPage .btn-block .btn-upload:hover::after, #osPage .btn-block .btn-upload:focus::after {
    border-color: transparent #869a57 #869a57 transparent;
  }
  #osPage .btn-block .btn-send:hover, #osPage .btn-block .btn-send:focus {
    background-color: #98c0d1;
  }
  #osPage .btn-block .btn-send:hover::after, #osPage .btn-block .btn-send:focus::after {
    border-color: transparent #6399b2 #6399b2 transparent;
  }
  #osPage .category-select ul li a:hover, #osPage .category-select ul li a:focus {
    background-color: #f4f3ef;
  }
  #osPage #upload-list ul li .btn-block .link-g:hover, #osPage #upload-list ul li .btn-block .link-g:focus {
    background-color: #697c41;
    color: #ffffff;
  }
  #osPage #upload-list ul li .btn-block .link-r:hover, #osPage #upload-list ul li .btn-block .link-r:focus {
    background-color: #91252a;
    color: #ffffff;
  }

  #sec_info li .btn-block .link-g:hover, #sec_info li .btn-block .link-g:focus {
    background-color: #697c41;
    color: #ffffff;
  }
  #sec_info li .btn-block .link-r:hover, #sec_info li .btn-block .link-r:focus {
    background-color: #91252a;
    color: #ffffff;
  }

  #calenderPage #mycalendar .monthly-day-wrap .monthly-week:hover {
    background-color: #ffffff !important;
  }
  #calenderPage #mycalendar .monthly-day-wrap a:hover, #calenderPage #mycalendar .monthly-day-wrap a:focus {
    background-color: #f4f3ef !important;
  }
  #calenderPage #mycalendar .monthly-event-list ul li a:hover, #calenderPage #mycalendar .monthly-event-list ul li a:focus {
    color: #56565a;
    background-color: #f2f2ee;
  }
}
