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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  color: #333; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: #2a2d47; }

* {
  box-sizing: border-box; }

#fc_filter_form_blocker {
  display: none; }

.container, .main #es.es-main {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 1120px) {
    .container, .main #es.es-main {
      width: 100%; } }

.main #es.es-component {
  display: block; }

.main .main-content #es.es-component {
  width: 100%;
  font-size: 15px; }

#fc_filter_form_blocker {
  display: none !important;
  position: absolute; }

body {
  font-family: 'Open Sans',"微軟正黑體","Microsoft JhengHei",Arial,Helvetica,sans-serif; }

body, html {
  min-height: 100%;
  height: auto;
  color: #333;
  background: #f4f7ff; }

a {
  text-decoration: none; }

.wrapper {
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
      grid-template-areas: "nav" "header" "main" "footer"; }
  .wrapper > * {
    min-width: 0; }

.nav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(25, 28, 57, 0.89);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  .nav__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    @media (max-width: 839px) {
      .nav__right {
        grid-area: right;
        padding-right: 10px; } }
    .hero > .container > .nav__right {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
  @media (max-width: 839px) {
    .nav__main {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: nav; } }
  .nav > .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (max-width: 839px) {
      .nav > .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50px 1fr auto;
        grid-template-columns: 50px 1fr auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
            grid-template-areas: "nav logo right"; }
      .nav > .container > .nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .nav__right {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .nav > .container > .nav__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.is-featured {
  color: #ff9a00; }

.main-content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: main;
  box-sizing: border-box;
  min-width: 0; }

.main {
  padding-top: 40px;
  padding-bottom: 40px; }

.mod {
  margin: 0 0 10px;
  background: #eaf0ff;
  padding: 10px;
  border-radius: 5px; }
  .mod--title {
    padding-bottom: 10px;
    font-weight: bold; }
  .mod #es .btn.btn-es-default-o {
    background: none !important;
    border: none !important; }

.main__group {
  display: table;
  table-layout: fixed;
  padding: 10px;
  padding-top: 20px; }
  @media (max-width: 839px) {
    .main__group {
      display: block; } }

.aside__left, .aside__right {
  display: table-cell;
  border-radius: 5px;
  width: 28%;
  min-width: 0; }
  @media (max-width: 839px) {
    .aside__left, .aside__right {
      display: block;
      padding: 10px;
      width: auto; } }

.aside__right {
  padding-left: 10px; }

.aside__left {
  padding-right: 10px; }

.main-content {
  display: table-cell; }
  @media (max-width: 839px) {
    .main-content {
      display: block; } }

.jssocials-shares a {
  color: #fff; }

ul.breadcrumb {
  padding: 10px 0 15px;
  margin-top: 5px; }
  ul.breadcrumb li {
    display: inline-block;
    font-size: 14px;
    color: #888; }
    ul.breadcrumb li a {
      color: #132e5e; }
      ul.breadcrumb li a:hover {
        color: #1c4388; }
    ul.breadcrumb li.active {
      font-weight: bold;
      color: #333; }

.section-album .es-side-albums-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start; }
  @media (max-width: 839px) {
    .section-album .es-side-albums-list {
      display: block; } }

.section-album .mod-es-albums-item {
  -webkit-box-flex: 0;
          flex: 0 0 31%;
  margin-top: 0;
  margin-right: 5px;
  background: #fff; }

.section-album #es .mod-es-albums-item + .mod-es-albums-item {
  margin-top: 0 !important; }

.section-album #es .btn-es-default-o, .section-album #es .btn-es-default-o:hover, .section-album #es .btn-es-default-o:active, .section-album #es .btn-es-default-o:focus {
  background: none !important;
  border: none; }
  .section-album #es .btn-es-default-o:hover, .section-album #es .btn-es-default-o:hover:hover, .section-album #es .btn-es-default-o:active:hover, .section-album #es .btn-es-default-o:focus:hover {
    color: #2a2d47 !important; }

#es .es-stream-meta .es-stream-title a, #es .es-stream-meta .es-stream-title, #es .es-actions-list a {
  font-size: 15px !important; }

#es .es-stream-content {
  font-size: 14px !important; }

#es .es-stream-embed.is-broadcasts {
  background: #f9ddb5;
  border: 1px solid #ec971f;
  color: #995c00; }
  #es .es-stream-embed.is-broadcasts a {
    color: #b36c00; }
  #es .es-stream-embed.is-broadcasts .es-stream-embed__broadcasts-icon {
    background: #fff;
    color: #ec971f; }

.footer {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  background: #2a2d47;
  color: #fff;
  padding: 20px;
  text-align: center;
  grid-area: footer; }
  .footer .visitorcounter {
    display: inline-block;
    width: auto;
    font-size: 12px;
    padding: 4px 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin: 10px 5px;
    color: rgba(255, 255, 255, 0.8); }
    .footer .visitorcounter p {
      margin-bottom: 0; }

.nav {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .nav a {
    color: #fff; }
  .nav__main {
    margin-left: 50px; }
  .nav .menu {
    -webkit-transition: .3s;
    transition: .3s; }
    @media (max-width: 839px) {
      .nav .menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 54px;
        opacity: 0;
        pointer-events: none;
        background: rgba(25, 28, 57, 0.89);
        padding: 20px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px); } }
    .nav .menu-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      position: relative;
      font-size: 18px; }
      .nav .menu-item:after {
        content: '';
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        bottom: -18px;
        left: 50%;
        right: 50%;
        height: 3px;
        background: #ff9a00;
        opacity: 0; }
        @media (max-width: 839px) {
          .nav .menu-item:after {
            display: none; } }
      .nav .menu-item.active:after, .nav .menu-item:hover:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        background: #ff9a00;
        opacity: 1; }
      @media (max-width: 839px) {
        .nav .menu-item {
          display: block;
          margin: 20px 14px; } }
      .nav .menu-item__url {
        padding: 5px 2px;
        display: block;
        -webkit-transition: .3s;
        transition: .3s; }
        .nav .menu-item__url:hover {
          color: #ff9a00; }
      .nav .menu-item.item-101 {
        display: none; }
  .nav .mod-es-dropdown-menu__name, .nav .i-chevron {
    color: #fff; }

.ntu-logo {
  margin-left: 20px; }
  @media (max-width: 839px) {
    .ntu-logo {
      grid-area: logo;
      margin-left: 1px; } }
  .ntu-logo a {
    display: block;
    width: 200px;
    overflow: hidden;
    color: transparent;
    background: url(../images/ntu1981-logo.png) no-repeat center/contain; }
    @media (max-width: 839px) {
      .ntu-logo a {
        margin: 0 auto;
        width: 160px; } }
    @media (max-width: 480px) {
      .ntu-logo a {
        margin: 0 auto;
        width: 130px; } }
    .ntu-logo a:before {
      content: '';
      display: block;
      padding-top: 23.96104%; }

.nav__burger, .burger__toggle {
  position: absolute;
  top: 6px;
  left: 0;
  width: 44px;
  height: 44px;
  display: none; }
  @media (max-width: 839px) {
    .nav__burger, .burger__toggle {
      display: block;
      width: 38px;
      height: 38px;
      top: 10px; } }

.nav__burger {
  z-index: 99998; }
  .nav__burger b {
    position: absolute;
    left: 10px;
    right: 0;
    top: 50%;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s; }
    .nav__burger b:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      top: -9px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: .3s;
      transition: .3s; }
    .nav__burger b:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      bottom: -9px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: .3s;
      transition: .3s; }

.burger__toggle {
  opacity: 0;
  z-index: 99999; }
  .burger__toggle:checked + .nav__burger b {
    background: rgba(255, 255, 255, 0); }
    .burger__toggle:checked + .nav__burger b:before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .burger__toggle:checked + .nav__burger b:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .burger__toggle:checked ~ .menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: auto; }

@media (max-width: 480px) {
  .o-media__body.t-text--left.mod-es-dropdown-menu__body {
    display: none; } }

@media (max-width: 480px) {
  #es .mod-es-menu-bar {
    padding: 0; } }

#es .es-toolbar {
  background: #fff;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.2);
  position: -webkit-sticky;
  position: sticky;
  border-radius: 4px; }

#es .es-toolbar__item--action .es-toolbar__o-nav .o-nav__item {
  display: none; }
  #es .es-toolbar__item--action .es-toolbar__o-nav .o-nav__item:first-child {
    display: inline-block; }

#es .es-toolbar .is-active .es-toolbar__link:not(.no-active-state), #es .es-toolbar .is-active .es-toolbar__home-submenu-link {
  border-color: #ff9a00; }

.jssocials-share {
  position: relative; }
  .jssocials-share-link {
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #2a2d47;
    color: #2a2d47; }
  .jssocials-share-label {
    font-size: 13px; }
  .jssocials-share-count {
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 99;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(-50%, -15px, 0);
            transform: translate3d(-50%, -15px, 0);
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    height: auto;
    line-height: 1 !important;
    font-size: 12px;
    padding: 3px 8px;
    min-width: 50px;
    margin: 0;
    text-align: center;
    -webkit-backdrop-filter: blur(10px); }
    .jssocials-share-count:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
      top: 100%;
      left: 50%;
      margin-left: -5px; }
    .jssocials-share:hover .jssocials-share-count {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -10px, 0);
              transform: translate3d(-50%, -10px, 0); }
  .jssocials-share:hover {
    z-index: 9; }
  .jssocials-share-facebook a {
    border: 1px solid #4267b2;
    color: #fff;
    background-color: #4267b2; }
  .jssocials-share-facebook:hover a {
    border: 1px solid #4267b2;
    color: #fff;
    background-color: #4267b2;
    box-shadow: 0 8px 20px -5px #4267b2;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .jssocials-share-twitter a {
    border: 1px solid #1da1f1;
    color: #fff;
    background-color: #1da1f1; }
  .jssocials-share-twitter:hover a {
    border: 1px solid #1da1f1;
    color: #fff;
    background-color: #1da1f1;
    box-shadow: 0 8px 20px -5px #1da1f1;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .jssocials-share-linkedin a {
    border: 1px solid #0077b5;
    color: #fff;
    background-color: #0077b5; }
  .jssocials-share-linkedin:hover a {
    border: 1px solid #0077b5;
    color: #fff;
    background-color: #0077b5;
    box-shadow: 0 8px 20px -5px #0077b5;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .jssocials-share-line a {
    border: 1px solid #00b901;
    color: #fff;
    background-color: #00b901; }
  .jssocials-share-line:hover a {
    border: 1px solid #00b901;
    color: #fff;
    background-color: #00b901;
    box-shadow: 0 8px 20px -5px #00b901;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .jssocials-share-sms a {
    border: 1px solid #2a2d47;
    color: #fff;
    background-color: #2a2d47; }
  .jssocials-share-sms:hover a {
    border: 1px solid #2a2d47;
    color: #fff;
    background-color: #2a2d47;
    box-shadow: 0 8px 20px -5px #2a2d47;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .jssocials-share-email a {
    border: 1px solid #2a2d47;
    color: #fff;
    background-color: #2a2d47; }
  .jssocials-share-email:hover a {
    border: 1px solid #2a2d47;
    color: #fff;
    background-color: #2a2d47;
    box-shadow: 0 8px 20px -5px #2a2d47;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .jssocials-share-messenger a {
    border: 1px solid #0681f7;
    color: #fff;
    background-color: #0681f7; }
  .jssocials-share-messenger:hover a {
    border: 1px solid #0681f7;
    color: #fff;
    background-color: #0681f7;
    box-shadow: 0 8px 20px -5px #0681f7;
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }

.qtip {
  padding: 16px;
  border-radius: 3px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2); }
  .qtip-titlebar {
    font-size: 16px;
    line-height: 24px; }
  .qtip-content {
    line-height: 1.6; }

.hero {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  background: url(../images/ntu-hero.jpg) no-repeat center/cover;
  position: relative;
  padding-top: 60px;
  min-height: 700px;
  grid-area: header; }
  @media (max-width: 839px) {
    .hero {
      height: auto; } }
  .hero:before {
    content: '';
    background: rgba(25, 28, 57, 0.89);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero > .container {
    position: relative;
    z-index: 9;
    display: -ms-grid;
    display: grid;
    height: 100%;
    padding-top: 30px;
    top: 30px;
    box-sizing: border-box;
    -ms-grid-columns: 40% 30% 30%;
    grid-template-columns: 40% 30% 30%;
    -ms-grid-rows: 30px auto auto;
    grid-template-rows: 30px auto auto;
        grid-template-areas: "content . ." "content top top" "content left right"; }
    @media (max-width: 839px) {
      .hero > .container {
        top: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 50px 1fr auto auto auto;
        grid-template-rows: 50px 1fr auto auto auto;
            grid-template-areas: "." "content" "top" "left" "right"; }
        .hero > .container > * {
          min-width: 1%; }
      .hero > .container > .nav__right {
    -ms-grid-row: 5;
    -ms-grid-column: 1; } }
  .hero__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: content;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 10px 20px; }
    .hero__content__group {
      position: relative;
      top: -70px; }
      @media (max-width: 839px) {
        .hero__content__group {
          top: 0; } }
    .hero__content__big {
      background: url(../images/logo.png) no-repeat center/contain;
      background-color: #fff;
      font-size: 0;
      text-indent: -9999px;
      overflow: hidden;
      margin-bottom: 20px;
      border-radius: 50%;
      border: 16px solid #fff; }
      .hero__content__big:before {
        content: '';
        display: block;
        padding-top: 100%; }
    .hero__content__small {
      font-family: 'Noto Serif TC', serif;
      letter-spacing: 0.3em;
      font-size: 22px;
      margin-bottom: 20px;
      text-align: center;
      display: block; }
      @media (max-width: 839px) {
        .hero__content__small {
          font-size: 15px;
          letter-spacing: 0.4em; } }
  .hero__mod {
    background: #fff;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }
    @media (max-width: 839px) {
      .hero__mod {
        margin: 5px 20px; } }
    .hero__mod--top {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-area: top;
      border-radius: 5px;
      overflow: hidden; }
    .hero__mod--left {
      -ms-grid-row: 3;
      -ms-grid-column: 2;
      grid-area: left;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 20px 30px; }
      .hero__mod--left .mod_flexicontent_standard {
        height: auto !important; }
        .hero__mod--left .mod_flexicontent_standard * {
          position: relative !important; }
      .hero__mod--left .fcitem_title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4; }
      .hero__mod--left .fcitem_text {
        font-size: 12px;
        line-height: 1.4; }
      .hero__mod--left .date_value {
        color: #777;
        margin: 10px 0;
        display: block; }
      .hero__mod--left .fcitem_readon {
        font-size: 14px;
        margin: 10px 0; }
    .hero__mod--right {
      grid-area: right;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 20px 30px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.8))), url(../images/coundown.jpg) no-repeat center/cover;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.8) 100%), url(../images/coundown.jpg) no-repeat center/cover; }
    .hero > .container > .hero__mod--right {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
      .hero__mod--right .scd-digit {
        font-family: 'Nanum Myeongjo', serif; }
      .hero__mod--right .count__down--before {
        font-size: 22px;
        color: #2a2d47; }
  .hero .btn-group {
    margin: 30px 0 20px; }
    .hero .btn-group .btn-signup {
      padding: 0 30px;
      line-height: 42px;
      font-size: 18px;
      color: #333;
      background: #ff9a00;
      display: inline-block;
      border-radius: 3px;
      -webkit-transition: .3s;
      transition: .3s;
      box-shadow: 0 0 0 1px #ff9a00; }
      .hero .btn-group .btn-signup:hover {
        background: rgba(255, 154, 0, 0.6);
        color: #fff; }
    .hero .btn-group .btn-joinus {
      margin-left: 10px;
      padding: 0 30px;
      line-height: 42px;
      font-size: 18px;
      color: #ff9a00;
      box-shadow: 0 0 0 1px #ff9a00;
      display: inline-block;
      border-radius: 3px;
      -webkit-transition: .3s;
      transition: .3s; }
      .hero .btn-group .btn-joinus:hover {
        background: rgba(255, 154, 0, 0.6);
        color: #fff; }

.mod-latest-photos {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .mod-latest-photos .swiper-wrapper {
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .mod-latest-photos__item {
    display: block;
    position: relative; }
    .mod-latest-photos__item:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .mod-latest-photos__item > a {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      z-index: 9;
      background: #000;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .mod-latest-photos__item > a div {
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  .mod-latest-photos .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8); }
  .mod-latest-photos .swiper-pagination-bullet-active {
    background: #ff9a00; }

.header {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: header; }

@media (max-width: 839px){
      .ntu-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .hero__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .hero__mod--top {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .hero__mod--left {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
      .hero__mod--right {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .hero > .container > .hero__mod--right {
    -ms-grid-row: 5;
    -ms-grid-column: 1; } }
  .header__title {
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    text-align: center; }
    .header__title--sub {
      margin-bottom: 20px;
      font-size: 27px;
      font-family: 'Nanum Myeongjo', serif;
      color: #ff9a00; }
  .header__desc {
    font-size: 13px; }
  .header__bg {
    height: 280px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center; }
    .header__bg:before {
      content: '';
      background: rgba(25, 28, 57, 0.89);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .header__bg .container {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      z-index: 3;
      text-align: center;
      color: rgba(255, 255, 255, 0.7); }

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