@charset "UTF-8";
/*  ===== 斷點變數 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
/*  ===== 基本漸層背景設定 ===== */
/*  ===== 以 em 計算font-size, letter-spacing(RWD時方便使用) ===== */
/*  ===== 文字置中時的 letter spacing 偏移修正 ===== */
/*  ===== letter spacing 偏移重設 ===== */
/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== a連結清除預設值 ===== */
/*  ===== 字體設定（全域/英文/中文) ===== */
/*  ===== 排版相關 ===== */
/*  ===== 超過文字省略為...(可設定行數) ===== */
/*  ===== 捲軸樣式設定 ===== */
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

[data-page="search"] {
  background-color: #fff;
}

a:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

a[accesskey]:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.infolink {
  margin: 0 20px;
  right: 0;
}

.infolink .search-li {
  position: relative;
}

@media (max-width: 767px) {
  .infolink .search-li {
    margin: 0;
    position: fixed;
    right: 15px;
    top: 0;
    z-index: 1000;
  }
}

.search-toggle {
  background-color: #AB431F;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 7px;
  display: block;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .search-toggle {
    -webkit-transform: translateY(-0.7rem);
            transform: translateY(-0.7rem);
  }
}

@media (max-width: 767px) {
  .search-toggle {
    border-radius: 5px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-search-bar {
  display: none;
}

.site-search-bar .search-wrap {
  position: absolute;
  width: 85vw;
  max-width: 570px;
  right: 10px;
  bottom: -10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 767px) {
  .site-search-bar .search-wrap {
    bottom: -30px;
  }
}

.site-search-bar .search-wrap:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #AB431F;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-search-bar input {
  width: 100%;
  padding: 14px 90px 14px 30px;
  height: auto;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 10px #CDA965;
          box-shadow: 0 0 0 10px #CDA965;
}

.site-search-bar input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.site-search-bar input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.site-search-bar input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.site-search-bar input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.site-search-bar input:focus {
  -webkit-box-shadow: 0 0 0 10px #AB431F;
          box-shadow: 0 0 0 10px #AB431F;
}

.site-search-bar button {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

.site-search-bar button:focus {
  -webkit-box-shadow: 0 0 0 3px #CDA965;
          box-shadow: 0 0 0 3px #CDA965;
}

@media (max-width: 767px) {
  .header-wrap {
    position: relative;
    z-index: 1000;
  }
  .navbar-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #090641;
    z-index: 1000;
    padding-bottom: 120px;
  }
  .navbar-wrap::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .navbar-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .navbar-wrap::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
  }
  .navbar-wrap::-webkit-scrollbar {
    background-color: transparent;
    display: none;
  }
  .navbar-open .navbar-wrap {
    display: block;
  }
  .blue-navbar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
  }
  .bluenav-bar {
    display: block;
  }
  .bluenav-bar .dropdown {
    width: 100%;
  }
  .bluenav-bar > li > .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
  }
}

a:focus {
  outline: 3px solid #2d9dd1;
}

.dropdown-toggle:focus {
  outline: 3px solid #2d9dd1;
}

.link-radius:focus {
  outline: 3px solid #2d9dd1;
}

.file-input:focus ~ .btn-file {
  outline: 3px solid #2d9dd1;
}

.bluenav-bar .dropdown:active .dropdown-menu {
  display: block;
}

.go-main-btn {
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 15px;
  margin-left: 15px;
}

.btn-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
}

.btn-focus:focus {
  position: relative;
  width: auto;
  height: auto;
}

.btn-radius {
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: normal;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

@media (max-width: 767px) {
  .btn-radius {
    padding: 10px 15px;
  }
}

.btn-radius:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

.btn-radius:not(.btn-white) {
  background-color: #AB431F;
  color: #fff;
}

@media (hover: hover) {
  .btn-radius:not(.btn-white):hover, .btn-radius:not(.btn-white):focus {
    background-color: #fff;
    color: #AB431F;
  }
}

.btn-radius.btn-white {
  background-color: #fff;
  color: #AB431F;
}

@media (hover: hover) {
  .btn-radius.btn-white:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.btn-file {
  cursor: pointer;
  background-color: #6f6658;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  min-width: 230px;
  text-align: center;
}

.btn-file:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
  outline: 3px solid #2d9dd1;
}

@media (hover: hover) {
  .btn-file:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #6f6658;
  }
}

.file-input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.file-input:focus ~ .btn-file {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

.btn-round {
  border-radius: 30px;
  padding: 10px 20px 10px 10px;
  font-weight: 500;
  line-height: 150%;
}

.btn-round span {
  vertical-align: middle;
}

.btn-round [class^="icon"] {
  padding-right: 30px;
  font-size: 1.5em;
}

.btn-round:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

.link-radius {
  display: block;
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 200%;
  color: #000;
}

.link-radius:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

.link-radius.link-icon {
  padding: 12px 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.link-radius.link-icon [class^="icon"] {
  font-size: 1.33em;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: middle;
  padding-right: 21px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.link-radius.link-icon > span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media (hover: hover) {
  .link-radius:hover, .link-radius:focus {
    background-color: #AB431F;
    color: #fff;
  }
  .link-radius:hover.link-icon [class^="icon"], .link-radius:focus.link-icon [class^="icon"] {
    color: #fff;
  }
}

.form-footer {
  margin-top: 50px;
}

.form-group {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: normal;
}

.form-group .btn-radius {
  min-width: 230px;
}

.form-group .form-control {
  line-height: normal;
  height: auto;
  font-size: inherit;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: -webkit-focus-ring-color auto 5px;
  background-color: white;
}

.form-group input, .form-group textarea {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 15px 30px;
}

.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.form-group input::placeholder, .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .form-group input, .form-group textarea {
    padding: 10px 15px;
  }
}

.form-group textarea {
  min-height: 200px;
  max-height: 300px;
  width: 100%;
}

.form-group .col-form-label {
  font-size: 1.125em;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  letter-spacing: normal;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-right: 5px;
}

.form-group .col-form-label > span {
  color: #888;
  font-size: 0.77em;
  padding-left: 5px;
}

.form-group .label__note {
  font-size: 0.77em;
  line-height: normal;
}

.form-group .col-form-field {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.form-group .col-form-note {
  font-size: 0.875em;
  letter-spacing: normal;
  margin-top: 5px;
}

.form-group .col-form-note p {
  margin-bottom: 0;
}

.form-group p.form-help {
  color: #AB431F;
  font-size: 0.875em;
  margin-top: 5px;
}

.form-group p.form-help::before {
  content: '* ';
}

@media (min-width: 768px) {
  .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-group .col-form-label {
    -ms-flex-preferred-size: 248px;
        flex-basis: 248px;
    max-width: 248px;
  }
  .form-group .col-form-field, .form-group .col-form-note {
    -ms-flex-preferred-size: calc(100% - 248px);
        flex-basis: calc(100% - 248px);
  }
}

@media (max-width: 767px) {
  .form-group .col-form-field > div {
    margin-bottom: 10px;
  }
}

.form-group select {
  border: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 40px 15px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .form-group select {
    padding: 10px 25px 10px 15px;
  }
}

.form-group select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: -webkit-focus-ring-color auto 5px;
  background-color: #f6f6f6;
}

.form-group select::-ms-expand {
  display: none;
}

.form-group .select-label {
  display: block;
}

.form-group .select-wrap {
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.form-group .select-wrap:after {
  content: '\e904';
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .form-group .select-wrap:after {
    right: 10px;
  }
}

.index-bg-img {
  width: 100%;
  padding-top: calc(100% / 1023 * 496);
  background-size: cover;
  background-position: center center;
}

.index-swiper-link {
  display: block;
}

.index-swiper-link:focus {
  border: 3px solid #2d9dd1;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: .5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.news-section__title {
  margin-bottom: 42px;
}

.news-section__title > span:first-of-type {
  font-size: 2.5em;
  line-height: 1.175;
  font-weight: bold;
  margin-right: 25px;
}

.news-section__title .icon-icon_right {
  font-weight: normal;
  font-size: 0.75em;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.news-section__title .more-link {
  font-weight: bold;
}

.news-section__title .more-link:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

@media (hover: hover) {
  .news-section__title .more-link:hover .icon-icon_right {
    margin-left: 25px;
  }
}

.news-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

.news-list__tag {
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 25px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 150%;
  color: #000;
  margin-right: 15px;
}

.news-list__date {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.1875;
}

.news-list__title a:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

[data-page="home"] .news-list__item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

[data-page="home"] .news-list__title > a {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 160%;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  width: 100%;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 992px) {
  [data-page="home"] .social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -10px;
  }
}

@media (max-width: 1199px) {
  [data-page="home"] .social-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  [data-page="home"] .social-box {
    margin: 0 -10px;
  }
}

@media (min-width: 992px) {
  [data-page="home"] .social-box {
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: auto;
  }
}

@media (min-width: 1200px) {
  [data-page="home"] .social-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (max-width: 991px) {
  [data-page="home"] .social-box {
    margin-top: 30px;
  }
}

[data-page="home"] .social-box__item {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  [data-page="home"] .social-box__item {
    padding: 0 10px;
  }
}

[data-page="home"] .social-box__item > a {
  display: block;
}

[data-page="home"] .social-box__item > a:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

[data-page="home"] .social-box__item .img-wrap {
  display: inline-block;
  padding: 15px 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

[data-page="home"] .social-box__title {
  display: block;
  color: #fff;
  font-size: 0.9375em;
  line-height: 150%;
  letter-spacing: 0.05em;
}

[data-page="home"] .social-box__title [class^="icon"] {
  margin-right: 10px;
  font-size: 1.7em;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  [data-page="home"] .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 991px) {
  [data-page="home"] .fb-page {
    width: 100%;
  }
}

@media (min-width: 992px) {
  [data-page="home"] .fb-page {
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
            flex: 0 0 325px;
    max-width: 325px;
  }
  [data-page="home"] .fb-page > span {
    display: block;
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-top: calc(100% / 320 * 395);
  }
  [data-page="home"] .fb-page iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  [data-page="home"] .fb-page {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    max-width: 68%;
  }
}

[data-page="home"] .resources-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  text-align: center;
}

[data-page="home"] .resources-link a {
  display: block;
}

[data-page="home"] .resources-link__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  padding: 0 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  [data-page="home"] .resources-link__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

[data-page="home"] .resources-link__img {
  border-radius: 50%;
  background-color: #000;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

[data-page="home"] .resources-link__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}

[data-page="home"] .resources-link__title {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}

[data-page="home"] .event-title {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/online/home/images_p/totemline.png") repeat-x center center;
  background-size: auto 28px;
}

[data-page="home"] .title-bg {
  text-align: center;
}

[data-page="home"] .title-bg > span {
  display: inline-block;
  width: 271px;
  height: 95px;
  max-width: 100%;
  background-image: url("../images/index_event_bg_title.png");
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 95px;
  letter-spacing: .05em;
  color: #fff;
}

[data-page="home"] .linetitle {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #000;
}

@media (min-width: 992px) {
  [data-page="home"] .event-results {
    position: relative;
  }
  [data-page="home"] .event-results:before, [data-page="home"] .event-results:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  [data-page="home"] .event-results:before {
    left: 2.45vw;
    bottom: 30px;
    width: 8.75vw;
    padding-top: calc(8.75vw / 168 * 210);
    background-image: url("../images/index_event_bg_01.png");
  }
  [data-page="home"] .event-results:after {
    right: 2.45vw;
    top: 40px;
    width: 8.43vw;
    padding-top: calc(8.43vw / 162 * 170);
    background-image: url("../images/index_event_bg_02.png");
  }
}

[data-page="home"] .event-results__img {
  width: 100%;
  padding-top: calc(100% / 270 * 200);
  position: relative;
  overflow: hidden;
}

[data-page="home"] .event-results__img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-page="home"] .timeline-wrap {
  padding: 20vh 0;
}

[data-page="home"] .timeline {
  position: relative;
}

@media (min-width: 992px) {
  [data-page="home"] .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

[data-page="home"] .timeline__bg {
  position: absolute;
  background-color: #231815;
}

@media (min-width: 992px) {
  [data-page="home"] .timeline__bg {
    width: 122%;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 67.5px;
  }
}

@media (max-width: 991px) {
  [data-page="home"] .timeline__bg {
    width: 5px;
    height: 122%;
    left: 62.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  [data-page="home"] .timeline__bg {
    width: 5px;
    left: 51px;
  }
}

[data-page="home"] .timeline:before, [data-page="home"] .timeline:after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-page="home"] .timeline:before {
  background-image: url("../images/index_activity_left.png");
}

[data-page="home"] .timeline:after {
  background-image: url("../images/index_activity_right.png");
}

@media (min-width: 992px) {
  [data-page="home"] .timeline:before, [data-page="home"] .timeline:after {
    top: 67.5px;
  }
  [data-page="home"] .timeline:before {
    width: 6vw;
    padding-top: calc(6vw / 115 * 84);
    left: -11%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  [data-page="home"] .timeline:after {
    width: 5.8vw;
    padding-top: calc(5.9vw / 97 * 113);
    right: -11%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (max-width: 991px) {
  [data-page="home"] .timeline:before, [data-page="home"] .timeline:after {
    left: 65px;
  }
  [data-page="home"] .timeline:before {
    width: 100px;
    padding-top: calc(100px / 94 * 115);
    -webkit-transform: translate(-50%, 50%) rotate(-90deg);
            transform: translate(-50%, 50%) rotate(-90deg);
    bottom: -11%;
  }
  [data-page="home"] .timeline:after {
    width: 100px;
    padding-top: calc(100px / 113 * 97);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    top: -11%;
  }
}

@media (max-width: 767px) {
  [data-page="home"] .timeline:before, [data-page="home"] .timeline:after {
    left: 52.5px;
  }
}

[data-page="home"] .timeline__item {
  margin-bottom: 50px;
  font-size: 1.125em;
}

@media (min-width: 992px) {
  [data-page="home"] .timeline__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) {
  [data-page="home"] .timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

[data-page="home"] .timeline__txt {
  display: block;
  padding-top: 10px;
}

@media (min-width: 992px) {
  [data-page="home"] .timeline__txt {
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  [data-page="home"] .timeline__txt {
    margin-left: 10px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

[data-page="home"] .timeline__txt:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

[data-page="home"] .timeline__date {
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 130px;
  padding-top: 130px;
  position: relative;
  background-image: url("../images/index_activity_item.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  [data-page="home"] .timeline__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  [data-page="home"] .timeline__date {
    width: 105px;
    height: 105px;
  }
}

[data-page="home"] .timeline__date > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-page="home"] .timeline__date > span span {
  white-space: nowrap;
  display: block;
}

[data-page="home"] .timeline__date > span span:first-of-type {
  font-size: 0.88em;
  line-height: 1.1875;
}

[data-page="home"] .timeline__date > span span:last-of-type {
  font-size: 1.66em;
  line-height: 1.16667;
}

[data-page="home"] .timeline__title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.55556em;
  line-height: 160%;
}

[data-page="home"] .timeline__info {
  font-size: 0.83em;
  line-height: 150%;
}

.page-header {
  padding-top: 8.5vh;
  margin-bottom: 6vh;
}

.page-header [accesskey] {
  margin-bottom: 10px;
  display: inline-block;
}

.page-header .page-title {
  font-weight: bold;
  font-size: 2.5em;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}

.page-footer__item {
  margin-bottom: 30px;
}

.page-footer__item:last-of-type {
  margin-bottom: 25px;
}

.page-footer__item p {
  font-size: 1.125em;
  line-height: 200%;
  color: #000;
  font-weight: normal;
}

.page-footer__item .title {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 500;
  color: #AB431F;
  text-decoration: underline;
  margin-bottom: 10px;
}

.page-footer .update-time {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 200%;
  color: #000;
}

.page-footer .btn-wrap {
  margin-top: 40px;
}

.breadcrumb {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 24px;
}

.breadcrumb a {
  color: #000;
}

@media (hover: hover) {
  .breadcrumb a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .breadcrumb a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
}

.main-container {
  padding-bottom: 15vh;
}

.thumbnail-link {
  display: block;
  color: #000;
  margin-bottom: 40px;
}

.thumbnail-link:hover {
  color: #000;
}

.thumbnail-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (hover: hover) {
  .thumbnail-link:hover .thumbnail-link__img, .thumbnail-link:focus .thumbnail-link__img {
    -webkit-box-shadow: 0 0 0 5px #AB431F;
            box-shadow: 0 0 0 5px #AB431F;
  }
}

.thumbnail-link__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.thumbnail-link__img img {
  max-width: 100%;
  max-height: 100%;
}

.thumbnail-link__title {
  margin: 15px 0 17px;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}

.thumbnail-link__info {
  font-size: 1em;
  line-height: 180%;
  display: block;
}

.newslist-wrap {
  margin-bottom: -52px;
}

.newslist-link {
  display: block;
  color: #000;
  margin-bottom: 60px;
}

.newslist-link:hover {
  color: #000;
}

.newslist-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (hover: hover) {
  .newslist-link:hover .newslist-link__img, .newslist-link:focus .newslist-link__img {
    -webkit-box-shadow: 0 0 0 5px #AB431F;
            box-shadow: 0 0 0 5px #AB431F;
  }
}

.newslist-link__img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: block;
  width: 100%;
  padding-top: calc(100% / 370 * 210);
  background-size: cover;
  background-position: center center;
  background-image: url("../images/news-default.jpg");
}

.newslist-link__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
  color: #000;
}

.newslist-link__tag {
  padding: 3px 25px;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .newslist-link__tag {
    padding: 3px 15px;
  }
}

.newslist-link__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 15px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.16667;
  letter-spacing: 0.05em;
}

.newslist-link__title {
  font-weight: 500;
  line-height: 160%;
  font-size: 1.125em;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.page-header .newslist-link__tag {
  white-space: normal;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 0;
}

.pagination a {
  font-size: 1em;
  line-height: 1.1875;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 500;
  padding: 10px;
  display: block;
  color: #828282;
}

.pagination a:focus {
  -webkit-box-shadow: 0 0 0px 2px #090641;
          box-shadow: 0 0 0px 2px #090641;
}

.pagination__prev a, .pagination__next a {
  color: rgba(0, 0, 0, 0.54);
  padding: 10px 20px;
}

.pagination .active a {
  position: relative;
  color: #fff;
  padding: 10px 20px;
}

.pagination .active a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #AB431F;
  z-index: -1;
}

.pagination__ellipses a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

[data-page="news"] .select-wrap .input-group-text {
  background-color: transparent;
  border-radius: 0;
  padding: 0 20px 0 0;
  color: #000;
  line-height: 1.1875;
  letter-spacing: normal;
  font-weight: normal;
  border: 0;
}

[data-page="news"] .select-wrap select {
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: normal;
  font-weight: normal;
  color: #000;
  padding: 8.5px 35px 8.5px 20px;
  border-radius: 5px;
  border: 1px solid #AB431F;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/select.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}

@media (min-width: 992px) {
  [data-page="news"] .select-wrap select {
    min-width: 200px;
  }
}

[data-page="news"] .select-wrap select::-ms-expand {
  display: none;
}

.editor-container {
  margin-bottom: 60px;
}

.editor-container img {
  max-width: 100%;
}

.editor-container p {
  margin: 50px 0;
  font-size: 1.125em;
  line-height: 200%;
  color: #000;
  font-weight: normal;
}

.nsdi-article-system {
  margin-bottom: 40px;
}

.nas-article {
  padding: 0;
  width: 100%;
}

.nas-article ul, .nas-article ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.nas-article ol ol {
  list-style-type: lower-alpha;
}

.nas-article p, .nas-article ul, .nas-article ol {
  font-size: 1em;
  line-height: 200%;
  color: #000;
  font-weight: normal;
}

.nas-article h2, .nas-article h3, .nas-article h4, .nas-article h5, .nas-article h6 {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.nas-article h2 {
  font-size: 1.25em;
  line-height: 1.16;
  margin-bottom: 20px;
}

.nas-article h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 17px;
}

.nas-article h4 {
  font-size: 1.125em;
}

.nas-article h5 {
  font-size: 1em;
}

.nas-article h6 {
  font-size: 0.875em;
}

@media (max-width: 575px) {
  .nas-article {
    margin-top: 30px;
  }
}

.nas-article a:not([class]) {
  color: #AB431F;
  font-weight: bold;
  text-decoration: underline;
}

.nas-article .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nas-article .anchor-list a {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 169px;
          flex: 0 0 169px;
  max-width: 160px;
}

@media (max-width: 767px) {
  .nas-article .anchor-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 10px);
            flex: 0 0 calc(33.3333% - 10px);
    -ms-flex-preferred-size: calc(33.3333% - 10px);
        flex-basis: calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
    padding: 10px 5px;
  }
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

table {
  color: #000;
  width: 100%;
}

table caption {
  caption-side: top;
}

table th, table td {
  font-size: 0.875em;
  line-height: 180%;
}

table thead tr {
  background-color: #AB431F;
}

table thead th {
  padding: 12px 20px;
  color: #fff;
  font-weight: bold;
}

table thead th button {
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

table thead th button:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  margin-top: -0.2em;
  font-size: 1.65em;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  table thead th button:after {
    margin-left: 0;
    font-size: 1.2em;
  }
}

table thead th button.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

table tbody th, table tbody td {
  padding: 15px 20px;
}

table tbody th {
  font-weight: bold;
}

table tbody td a {
  font-weight: bold;
  color: #AB431F;
  text-decoration: underline;
}

table tbody td a:focus {
  color: #803217;
  text-decoration: underline;
}

@media (hover: hover) {
  table tbody td a:hover {
    color: #803217;
    text-decoration: underline;
  }
}

table tbody tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}

[data-page="about-website"] .main-container {
  padding-bottom: 6vh;
}

[data-page="news"] .page-header {
  padding-top: 2.5vh;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  [data-page="news"] .page-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  [data-page="news"] .page-header .select-wrap {
    margin-top: 20px;
  }
}

[data-page="news-page"] .page-header {
  padding-top: 6vh;
  margin-bottom: 25px;
}

[data-page="news-page"] .nas-article p, [data-page="news-page"] .nas-article ul, [data-page="news-page"] .nas-article ol {
  line-height: 200%;
  font-size: 1.125em;
}

[data-page="news-page"] .nas-article table p {
  margin-bottom: 0;
}

.scroll-to-top {
  position: fixed;
  z-index: 1000;
  top: unset;
  right: 50px;
  bottom: 50px;
  -webkit-transform: unset;
          transform: unset;
  border: 1px solid white;
}
