﻿@charset "UTF-8";
* {
  list-style: none;
  font-family: Arial,"微軟正黑體";
  text-decoration: none !important; }

img,
object {
  width: 100%; }

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0; }

/* ---------
如內容超過改變卷軸樣式
--------------------- */
body::-webkit-scrollbar {
  background: transparent;
  width: 8px; }

body::-webkit-scrollbar-track {
  background: #fff; }

body::-webkit-scrollbar-thumb {
  background: #aa1e2b; }

/* -----------------
RWD手機及桌機顯現判斷
----------------- */
@media screen and (min-width: 1279.98px) {
  .m_show {
    display: none !important; } }

@media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
  .m_show {
    display: none !important; } }

@media screen and (max-width: 1023.97px) {
  .m_none {
    display: none !important; } }

/* ------------------
導覽列
------------------------- */
header {
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 50;
  background: #fff; }
  @media screen and (max-width: 1023.97px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      padding: 0; } }
  @media screen and (min-width: 1279.98px) {
    header.active {
      position: fixed;
      animation: nav 1s both; } }

nav {
  width: 100%; }
  nav .top {
    width: 100%;
    background: #aa1e2b;
    position: relative; }
  nav .bottom {
    width: 100%;
    padding: 8px 0; }
    @media screen and (max-width: 1023.97px) {
      nav .bottom {
        padding: 4px 0; } }
  nav .vision {
    height: 28px; }
    nav .vision a {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      line-height: 28px;
      letter-spacing: 1px;
      color: #fff;
      padding: 0 8px; }
      nav .vision a.active {
        background: rgba(255, 255, 255, 0.4); }
  nav .link {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0; }
    @media screen and (max-width: 1023.97px) {
      nav .link {
        display: block; } }
    nav .link::before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    nav .link a {
      width: 18px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 4px; }
  nav .link2 {
    height: 100%;
    display: inline-block; }
    nav .link2 p {
      font-size: 14px;
      color: #888;
      letter-spacing: 0.5px; }
    @media screen and (max-width: 1023.97px) {
      nav .link2 {
        display: none; } }
    nav .link2::before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    nav .link2 a {
      width: 24px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }

.nav__logo {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.nav__menu {
  width: 100%;
  position: relative;
  text-align: right; }
  .nav__menu p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    vertical-align: middle; }

.nav__option {
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-left: 175px;
  border-left: 1px solid #949292;
  padding-left: 20px; }
  @media screen and (max-width: 1023.97px) {
    .nav__option {
      width: 100%;
      height: 100vh;
      margin: 0px;
      padding: 0px;
      position: fixed;
      left: 100%;
      top: 78px;
      z-index: 98;
      text-align: center;
      overflow-y: auto;
      transition: .5s;
      padding: 8px 0 78px;
      box-sizing: border-box;
      background: #fff; } }
  @media screen and (max-width: 1023.97px) and (min-width: 768px) and (max-width: 1023.97px) {
    .nav__option {
      max-width: 320px; } }
  .nav__option.active {
    transform: translate(-100%); }
  .nav__option > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 1023.97px) {
      .nav__option > li {
        width: 100%;
        margin: 0;
        overflow: hidden; } }
    .nav__option > li:hover h4 {
      color: #aa1e2b; }
  .nav__option h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 1px;
    color: #333; }
    @media screen and (max-width: 1023.97px) {
      .nav__option h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 44px; } }
    .nav__option h4 img {
      width: 17px;
      margin-right: 10px; }
    .nav__option h4 span img {
      width: 8px;
      margin-left: 5px;
      transform: rotate(90deg); }
  .nav__option p {
    font-size: 15px;
    color: #333; }
  .nav__option .colorli {
    display: none; }
    .nav__option .colorli h4 {
      color: #fff; }
    .nav__option .colorli > div {
      line-height: 44px;
      text-align: center;
      width: 80%;
      border-top: 1px solid #fff;
      margin: 5px auto; }
      .nav__option .colorli > div a {
        display: inline-block;
        width: 34px;
        margin: 0 8px; }
        .nav__option .colorli > div a img {
          line-height: 44px;
          vertical-align: middle; }
    @media screen and (max-width: 1023.97px) {
      .nav__option .colorli {
        display: inline-block;
        background-color: #4ba7bc; } }
  .nav__option .colorli:last-child {
    cursor: auto; }

.nav__category {
  width: 500px;
  position: absolute;
  top: 50px;
  right: -100px;
  background: #fff7f7;
  padding: 16px;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: .4s; }
  @media screen and (max-width: 1023.97px) {
    .nav__category {
      width: 100%;
      position: static;
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      padding: 0;
      max-height: 0;
      transform: translateY(-12px); } }
  .nav__category.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto; }
    @media screen and (max-width: 1023.97px) {
      .nav__category.active {
        max-height: 1000px; } }
  .nav__category::before {
    content: '';
    border-width: 0 10px 12px 10px;
    border-style: solid;
    border-color: transparent transparent #ffe9e9 transparent;
    position: absolute;
    top: -11px;
    right: 125px; }
    @media screen and (max-width: 1023.97px) {
      .nav__category::before {
        display: none; } }
  .nav__category li {
    width: 33.3%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box; }
    @media screen and (max-width: 1023.97px) {
      .nav__category li {
        width: 50%;
        position: static;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); } }
    .nav__category li a {
      display: block;
      text-align: center;
      padding: 12px 8px; }
      .nav__category li a:hover::after {
        transform: translate(8px) rotate(45deg); }
      .nav__category li a:hover h5 {
        color: #aa1e2b; }
      .nav__category li a::after {
        content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        vertical-align: middle;
        transform: rotate(45deg);
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #c0bfbf;
        transition: .4s; }
  .nav__category .n-icon {
    width: 36px;
    display: inline-block;
    vertical-align: middle; }
  .nav__category h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 1px;
    color: #949292;
    margin: 0 12px;
    transition: .4s; }
    @media screen and (max-width: 1023.97px) {
      .nav__category h5 {
        font-size: 16px; } }

.nav__search {
  display: inline-block;
  vertical-align: middle; }

.mobileonly {
  display: none; }
  @media screen and (max-width: 1023.97px) {
    .mobileonly {
      display: inline-block;
      vertical-align: middle;
      line-height: 44px;
      width: 100%; } }

.keypolink {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 1023.97px) {
    .keypolink {
      display: none; } }

.btn-search {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: .4s; }
  @media screen and (min-width: 1023.98px) {
    .btn-search:hover {
      background: #aa1e2b; }
      .btn-search:hover::before {
        border: 2px solid #fff; }
      .btn-search:hover::after {
        background: #fff; } }
  .btn-search::before {
    content: '';
    width: 28%;
    height: 28%;
    border: 2px solid #445374;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: 30%;
    transition: .4s; }
  .btn-search::after {
    content: '';
    width: 20%;
    height: 2px;
    background: #445374;
    position: absolute;
    top: 65%;
    left: 55%;
    transform: rotate(45deg);
    transition: .4s; }

.btn-menu {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer; }
  .btn-menu.active div::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom .3s, transform .2s .2s;
    height: 0; }
  .btn-menu.active div::after {
    top: 0;
    transform: rotate(-45deg);
    transition: top .3s, transform .2s .2s;
    height: 0; }
  .btn-menu div {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
    .btn-menu div::before, .btn-menu div::after {
      content: '';
      width: 100%;
      height: 6px;
      border-width: 2px 0;
      border-style: solid;
      border-color: #aa1e2b;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .btn-menu div::before {
      bottom: 16px;
      transition: bottom .3s .2s, transform .2s, border-color .2s .2s, height .2s .2s; }
    .btn-menu div:after {
      top: 16px;
      transition: top .3s .2s, transform .2s, border-color .2s .2s, height .2s .2s; }

/* ------------------
footer
------------------------- */
footer {
  width: 100%;
  padding: 48px 0;
  margin-top: 50px;
  background: #aa1e2b;
  text-align: center; }
  footer h4 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff; }
    @media screen and (max-width: 1023.97px) {
      footer h4 span {
        display: block; } }
  @media screen and (max-width: 1023.97px) and (min-width: 768px) and (max-width: 1023.97px) {
    footer h4 span {
      display: inline; } }
  footer ul {
    margin: 0 0 12px;
    font-size: 0; }
  footer li {
    display: inline-block;
    vertical-align: middle; }
    footer li:first-child a {
      border-left: none; }
  footer a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 8px;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 1023.97px) {
      footer a {
        font-size: 15px; } }

/* ------------------
內容框架
------------------------- */
.container {
  width: 100%;
  padding: 86px 0 0; }
  @media screen and (max-width: 1023.97px) {
    .container {
      padding: 78px 0 0; } }

.layout {
  width: 80%;
  min-width: 1160px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
    .layout {
      min-width: 920px; } }
  @media screen and (max-width: 1023.97px) {
    .layout {
      width: 85%;
      min-width: 300px;
      max-width: 640px; } }

.crumb {
  padding: 12px 0;
  background: #aa1e2b;
  background-color: #fff7f7;
  color: #555;
  margin-bottom: 5px;
  border-bottom: #ffd7d7 solid 1px; }
  .crumb li {
    display: inline;
    vertical-align: middle; }
    .crumb li span {
      width: 16px;
      display: inline-block;
      vertical-align: middle; }
    .crumb li a {
      font-size: 14px;
      font-weight: bold;
      line-height: 25px;
      letter-spacing: 2px;
      color: #555;
      vertical-align: middle; }
  .crumb li + li::before {
    content: '>';
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #555;
    margin: 0 8px;
    vertical-align: middle; }
    @media screen and (max-width: 1023.97px) {
      .crumb li + li::before {
        margin: 0 4px; } }

.light-box {
  width: 100%;
  padding: 12px 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  text-align: center;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: 100% 0;
  background: #aa1e2b;
  transition: .6s .2s; }
  @media screen and (max-width: 1023.97px) {
    .light-box {
      padding: 72px 0; } }
  .light-box.active {
    transform: scaleY(1);
    transition: .6s; }
    .light-box.active .content {
      opacity: 1;
      transition: .6s .4s; }
  .light-box .content {
    width: 80%;
    margin: auto;
    position: relative;
    opacity: 0;
    transition: .2s; }
    @media screen and (max-width: 1023.97px) {
      .light-box .content {
        width: 90%; } }
  .light-box .btn-close {
    width: 64px;
    height: 64px;
    top: 0;
    left: 100%;
    position: absolute;
    cursor: pointer;
    transition: .6s; }
    @media screen and (max-width: 1023.97px) {
      .light-box .btn-close {
        top: auto;
        left: auto;
        bottom: 100%;
        right: 0; } }
    .light-box .btn-close::before, .light-box .btn-close::after {
      content: '';
      width: 60%;
      height: 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      background: #fff; }
    .light-box .btn-close::before {
      transform: rotate(45deg); }
    .light-box .btn-close::after {
      transform: rotate(-45deg); }

.search-box {
  width: 100%;
  position: relative; }
  .search-box input[type=text] {
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
    color: #aa1e2b;
    padding: 0 0 0 52px;
    box-sizing: border-box; }
  .search-box button.g-recaptcha {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    background: url(../img/header/search.png) no-repeat 50%/contain;
    cursor: pointer;
    border: none; }
  .search-box input[type=submit] {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    background: url(../img/header/search.png) no-repeat 50%/contain;
    cursor: pointer; }
  .search-box span {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
    color: #aa1e2b;
    position: absolute;
    top: 0;
    left: 52px;
    pointer-events: none; }
    .search-box span.active {
      display: none; }

.in-title {
  text-align: center;
  margin: 0 0 64px; }
  @media screen and (max-width: 1023.97px) {
    .in-title {
      margin: 0 0 36px; } }
  .in-title h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #000; }
    @media screen and (max-width: 1023.97px) {
      .in-title h2 {
        font-size: 28px;
        line-height: 36px; } }
  .in-title img {
    max-width: 156px; }
    @media screen and (max-width: 1023.97px) {
      .in-title img {
        max-width: 128px; } }

.database {
  width: 100%;
  height: 48px;
  position: relative;
  font-size: 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 0 0 12px; }
  .database::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .database h4 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 1023.97px) {
      .database h4 {
        font-size: 14px; } }
  .database h5 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #aa1e2b;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 1023.97px) {
      .database h5 {
        font-size: 20px; } }
  .database .date {
    display: inline-block;
    vertical-align: middle; }
  .database .hotpoint {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .database .hotpoint::before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }

.image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }

.hover-event {
  width: 100%;
  position: relative; }
  .hover-event::before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 15;
    transition: .4s;
    background: url(../img/icon/link-hover.png) no-repeat 50%;
    background-size: contain;
    opacity: .9; }
  .hover-event::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
    opacity: 0;
    transition: .3s; }

.image-box {
  width: 100%;
  padding-bottom: 44%;
  position: relative;
  overflow: hidden; }
  .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    transition: .6s; }
  .image-box.long {
    padding-bottom: 70%; }

.link-box {
  width: 100%;
  margin: 48px 0; }
  @media screen and (max-width: 1023.97px) {
    .link-box {
      margin: 24px 0; } }
  .link-box a {
    display: block;
    width: 90%;
    max-width: 320px;
    padding: 18px 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    transition: .4s;
    position: relative; }
    .link-box a:hover {
      transform: translateX(3px) translateY(3px); }
      .link-box a:hover::before {
        background-position-x: 100%; }
      .link-box a:hover::after {
        transform: translateX(-6px) translateY(-6px); }
    .link-box a::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #aa1e2b;
      background: linear-gradient(45deg, #cf3645, #ac222f) no-repeat 0;
      background-size: 150% 100%;
      z-index: -1;
      transition: .4s; }
    .link-box a::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 6px;
      left: 6px;
      border: 2px solid #b33742;
      z-index: -2;
      box-sizing: border-box;
      transition: .4s; }

button.link-box {
  display: block;
  width: 90%;
  max-width: 320px;
  padding: 18px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  transition: .4s;
  position: relative;
  background: #aa1e2b; }
  button.link-box:hover {
    transform: translateX(3px) translateY(3px); }
    button.link-box:hover::before {
      background-position-x: 100%; }
    button.link-box:hover::after {
      transform: translateX(-6px) translateY(-6px); }
  button.link-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #aa1e2b;
    background: linear-gradient(45deg, #cf3645, #ac222f) no-repeat 0;
    background-size: 150% 100%;
    z-index: -1;
    transition: .4s; }
  button.link-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 2px solid #b33742;
    z-index: -2;
    box-sizing: border-box;
    transition: .4s; }

.page-show {
  margin: 24px 0;
  text-align: center; }
  .page-show li {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 6px; }
  .page-show a {
    display: block;
    box-shadow: 0 0 0 1px #aa1e2b;
    transition: .4s;
    position: relative; }
    .page-show a::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      box-shadow: 0 0 0 1px #aa1e2b;
      top: 0;
      left: 0;
      transition: .4s; }
    .page-show a.active, .page-show a:hover {
      background: #aa1e2b;
      transform: translateX(-2px) translateY(-2px); }
      .page-show a.active::before, .page-show a:hover::before {
        transform: translateX(4px) translateY(4px); }
      .page-show a.active p, .page-show a:hover p {
        color: #fff; }
  .page-show p {
    font-size: 14px;
    font-weight: bold;
    color: #aa1e2b;
    padding: 10px 12px;
    transition: .4s;
    position: relative; }

/* ------------------
置頂
------------------------- */
.fixed_btn-top {
  width: 100%;
  height: 42px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 50; }
  .fixed_btn-top.active a {
    opacity: 1; }
  .fixed_btn-top:hover a {
    transform: translateY(-8px); }
  .fixed_btn-top a {
    width: 42px;
    height: 42px;
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 100%;
    background: url(../img/icon/btn-top.png) no-repeat 50%;
    background-size: contain;
    transition: .4s; }
    @media screen and (max-width: 1023.97px) {
      .fixed_btn-top a {
        left: auto;
        right: 0; } }

@keyframes nav {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.text-center {
  text-align: center; }

.fix_right_bottom {
  width: 100%;
  position: fixed;
  right: -84px;
  bottom: 0px;
  z-index: 50; }
  @media screen and (max-width: 1023.97px) {
    .fix_right_bottom {
      width: 100%;
      right: auto;
      bottom: 0px;
      padding-top: 5px;
      background-color: rgba(255, 255, 255, 0.6); } }
  .fix_right_bottom .layout #shareButtons {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    width: 50px;
    right: 0px;
    z-index: 999; }
    @media screen and (max-width: 1023.97px) {
      .fix_right_bottom .layout #shareButtons {
        position: relative; } }
    .fix_right_bottom .layout #shareButtons a {
      display: inline-block;
      padding: 10px; }
      .fix_right_bottom .layout #shareButtons a img {
        display: inline-block;
        width: 40px; }
        @media screen and (max-width: 1023.97px) {
          .fix_right_bottom .layout #shareButtons a img {
            width: 35px; } }
    @media screen and (max-width: 1023.97px) {
      .fix_right_bottom .layout #shareButtons {
        width: 100%;
        right: auto;
        bottom: 5px;
        display: inline-block; } }

.mobile_hide_block {
  display: block !important; }
  @media screen and (max-width: 1023.97px) {
    .mobile_hide_block {
      display: none !important; } }

.mobile_hide_inlineblock {
  display: inline-block !important; }
  @media screen and (max-width: 1023.97px) {
    .mobile_hide_inlineblock {
      display: none !important; } }

.pc_hide_block {
  display: none !important; }
  @media screen and (max-width: 1023.97px) {
    .pc_hide_block {
      display: block !important; } }

.pc_hide_inlineblock {
  display: none !important; }
  @media screen and (max-width: 1023.97px) {
    .pc_hide_inlineblock {
      display: inline-block !important; } }
