@charset "UTF-8";
html, body {
  padding: 0;
  font-family: "Microsoft JhengHei", "微軟正黑體", Helvetica, Arial, sans-serif;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  color: #666666;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.main-wrapper {
  background: #f2f2f2 url(../images/main_bg.jpeg) repeat;
}
@media only screen and (min-width: 768px) {
  .main-wrapper {
    margin: 150px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrapper {
    margin: 72px 0 0 0;
  }
}

.for-accesskey-c {
  position: absolute;
  top: 20px;
  left: 0px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 2px dotted #517edf !important;
}

header {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #00BBB4 url(../images/banner_bg.png) no-repeat;
  background-position: right;
  -webkit-box-shadow: 0 2px 8px 2px rgba(80, 80, 80, 0.5);
  box-shadow: 0 2px 8px 2px rgba(80, 80, 80, 0.5);
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}

.sidenavMobile-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 20px 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.sidenavMobile-btn.hidein {
  left: -38px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-toggle.collapsed {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf9cf), color-stop(54%, #ddd99f), to(#e0db8e));
  background: linear-gradient(to bottom, #fcf9cf 0%, #ddd99f 54%, #e0db8e 100%);
  border: 2px solid #83684a;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#edeac9), color-stop(54%, #e1dd9b), to(#bbb66a));
  background: linear-gradient(to bottom, #edeac9 0%, #e1dd9b 54%, #bbb66a 100%);
  border: 2px solid #83684a;
}

@media only screen and (max-width: 767px) {
  .nav.navbar-nav {
    background-color: #edeac9;
    padding: 1rem;
    border-top: 2px solid #83684a;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  }
  .nav.navbar-nav li {
    text-align: left;
  }
}
.nav.navbar-nav a {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 30px;
  color: #83684a !important;
  padding: 0.2rem 1rem;
  margin-top: 1.2rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .nav.navbar-nav a {
    border: 2px solid #83684a;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf9cf), color-stop(54%, #ddd99f), to(#e0db8e));
    background: linear-gradient(to bottom, #fcf9cf 0%, #ddd99f 54%, #e0db8e 100%);
  }
}
.nav.navbar-nav a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#edeac9), color-stop(54%, #e1dd9b), to(#bbb66a));
  background: linear-gradient(to bottom, #edeac9 0%, #e1dd9b 54%, #bbb66a 100%);
}

@media only screen and (min-width: 768px) {
  .collapse.navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

a.navbar-brand {
  padding: 0;
}

a.navbar-brand img {
  height: auto!important;
}
.navbar-header {
  height: 70px;
}
.navbar-collapse>.navbar-nav {
  margin-top: -2px;
}
a.navbar-brand img {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  width: 250px;
}

.file-area {
  width: 90%;
  margin: 0 auto;
  min-height: 86vh;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: rgba(233, 233, 233, 0.6);
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .file-box {
    width: 25%;
    margin: 0 2%;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .file-box {
    width: 45%;
    margin: 0 2%;
    margin-top: 3rem;
  }
}
.file-box .file-info {
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfcec), color-stop(80%, #fdfde4), to(#f1e6bd));
  background: linear-gradient(to bottom, #fdfcec 0%, #fdfde4 80%, #f1e6bd 100%);
  border-radius: 12px 12px 0 0;
  position: relative;
}
.file-box p.file-tit {
  min-height: 50px;
  width: 100%;
  padding: 5rem 1rem 0;
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .file-box p.file-tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .file-box p.file-tit {
    font-size: 1.5rem;
  }
}
.file-box p.file-ty {
  line-height: 2;
}
.file-box a {
  display: block;
  border: 1px solid #707070;
  width: 100%;
  margin: 0.5rem auto 1rem;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 0 0 6px 6px;
  background-color: #83684a;
}
.file-box a:hover {
  background-color: #a78158;
}
.file-box img {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50px;
  background-color: #f1d26b;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}

.file-area {
  margin-bottom: 1rem;
}
.file-area .card {
  position: relative;
  margin: 10px 0;
  height: 310px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
.file-area .card img {
  width: 100%;
}
.file-area .card:hover .card-body {
  top: 30%;
  overflow-y: auto;
  word-break: break-all;
}
.file-area .card-title a {
  line-height: 2;
  color: #23527c;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5rem;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfde4), to(#f1e6bd));
  background: linear-gradient(to bottom, #fdfde4 0%, #f1e6bd 100%);
}
.file-area .card-text {
  border-top: 1px dashed #707070;
  color: #666666;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.file-area .card:hover .card-text {
  opacity: 1;
}
.file-area .card-image {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.file-area .card:hover .card-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.6;
}
.file-area .card-body {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  bottom: 0;
  padding: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.aud-data {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ac8a19c4;
  font-size: 16px;
  opacity: 0.8;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  position: absolute;
  font-weight: bold;
}

.main-iframe {
  background-image: url(../images/bg-img.png);
  width: 100vw;
  min-height: calc( 100vh - 70px );
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.index-mh {
  min-height: 100vh!important;
  align-items: center!important;
}

.side-area {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9999;
}

.top-side {
  top: 0;
}

.bottom-side {
  bottom: 0;
}

.box-body {
  position: absolute;
}

.box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9998;
}
.box-logo .logo-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-logo .logo-btn a {
  height: auto;
  text-align: center;
  color: #83684a;
  border-radius: 30px;
}
.box-logo .logo-btn a:hover {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
.box-logo .logo-text {
  margin-top: 1rem;
}
.box-logo .logo-text p {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf9cf), color-stop(54%, #ddd99f), to(#e0db8e));
  background: linear-gradient(to bottom, #fcf9cf 0%, #ddd99f 54%, #e0db8e 100%);
  border: 2px solid #83684a;
  color: #83684a;
  padding: 0 0.5rem;
  font-size: 16px;
}

.box-pic {
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .d-n {
    display: none !important;
  }

  .box-body img {
    opacity: 0.6;
  }

  .box-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-logo .logo-img1 {
    width: 150px;
    margin-bottom: 1rem;
  }
  .box-logo .logo-img2 {
    width: 400px;
  }
  .box-logo .logo-btn {
    -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-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box-logo .logo-btn a {
    padding: 0.2rem 1rem;
  }
  .box-logo .logo-btn img {
    width: 100px;
  }
  .box-logo .logo-text p {
    border-radius: 30px;
    padding: 0.2rem 1rem;
    white-space: nowrap;
  }

  .box-body {
    left: 2%;
    top: 50%;
    transform: translateY(-40%);
  }

  .box-pic {
    right: -15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box-pic img {
    width: 45vw;
  }

  .side-area img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .d-n {
    display: none !important;
  }

  .box-body img {
    opacity: 0.6;
  }

  .box-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-logo .logo-img1 {
    width: 150px;
    margin-bottom: 1rem;
  }
  .box-logo .logo-img2 {
    width: 400px;
  }
  .box-logo .logo-btn {
    -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-top: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .box-logo .logo-btn a {
    padding: 0.2rem 1rem;
  }
  .box-logo .logo-btn img {
    width: 100px;
  }
  .box-logo .logo-text p {
    border-radius: 30px;
    padding: 0.2rem 1rem;
    white-space: nowrap;
  }

  .box-body {
    left: 2%;
    top: 50%;
    transform: translateY(-40%);
  }

  .box-pic {
    right: -15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box-pic img {
    width: 45vw;
  }

  .side-area img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .d-b {
    display: none !important;
  }

  .box-body img {
    opacity: 0.6;
  }

  .box-logo {
    position: absolute;
    left: 5%;
    top: 10%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box-logo .logo-img1 {
    width: 180px;
  }
  .box-logo .logo-img2 {
    width: 60vw;
  }
  .box-logo .logo-btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .box-logo .logo-btn a {
    padding: 0.2rem 0.5rem;
  }
  .box-logo .logo-btn img {
    width: 100px;
  }
  .box-logo .logo-text p {
    border-radius: 30px;
    padding: 0.2rem 1rem;
    white-space: nowrap;
  }

  .box-body {
    right: -50%;
    top: 50%;
    transform: translateY(-40%);
  }
  .box-body img {
    width: 100vw;
  }

  .box-pic {
    left: -15%;
    top: 57%;
  }
  .box-pic img {
    width: 62vw;
  }
}
@media only screen and (max-width: 767px) {
  .d-b {
    display: none !important;
  }

  .box-body img {
    opacity: 0.4;
  }

  .box-logo {
    position: absolute;
    left: 5%;
    top: 11%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box-logo .logo-img1 {
    width: 140px;
  }
  .box-logo .logo-img2 {
    width: 70vw;
  }
  .box-logo .logo-btn img {
    width: 24vw;
  }
  .box-logo .logo-text {
    width: 60vw;
  }
  .box-logo .logo-text p {
    border-radius: 8px;
    padding: 0.5rem;
    font-size: 14px;
  }

  .box-body {
    right: -50%;
    top: 50%;
    transform: translateY(-40%);
  }
  .box-body img {
    width: 100vw;
  }

  .box-pic {
    left: -15%;
    top: 57%;
  }
  .box-pic img {
    width: 80vw;
  }

  .side-area img {
    max-height: 20px;
  }
}