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; }

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

body {
  line-height: 1; }

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; }

/*===========================================================================*/
body {
  min-height: 100%;
  font-family: 'Microsoft JhengHei', 'Noto Sans TC', Arial, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: normal;
  overflow-x: hidden;
  font-size: 18px; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out; }

h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff; }
  @media screen and (max-width: 1280px) {
    h1 {
      font-size: 32px;
      margin-bottom: 10px; } }

h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2; }
  @media screen and (max-width: 1280px) {
    h2 {
      font-size: 16px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 18px;
      line-height: inherit; } }

h3 {
  font-size: 22px;
  margin-bottom: 20px; }

h4 {
  font-size: 18px;
  margin-bottom: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

.container {
  position: relative; }

.row {
  position: relative; }

.headerRow {
    background: url(../img/cover.jpg) center;
    background-size: cover;
}

.wrapper {
  width: 980px;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      width: 85%; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .wrapper.footer-wrapper {
      width: 95%; } }

.summary {
  color: #3389df;
  font-size: 16px;
  margin-bottom: 20px; }

section {
  margin-bottom: 20px; }
  section:last-child {
    margin-bottom: 0; }

p {
  font-size: 18px;
  line-height: 32px; }
  @media screen and (max-width: 1280px) {
    p {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    p {
      font-size: 18px; } }

/*====================================*/
.fb-api-box {
  background-color: #ffffff;
  display: block;
  text-align: right;
  padding: 20px 40px 0 40px; }
  @media screen and (max-width: 1280px) {
    .fb-api-box {
      padding: 10px 40px 0 40px; } }

.share {
  position: absolute;
  right: -44px;
  z-index: 999;
  top: 0;
  box-shadow: 2px 2px 6px #999; }
  .share a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 12px;
    background: #000000; }
    .share a img {
      width: 20px; }
    .share a:hover {
      opacity: 0.85; }
  .share .cna_logo_fix {
    display: none; }
    @media screen and (max-width: 767px) {
      .share .cna_logo_fix {
        display: inline-block;
        vertical-align: middle; } }
  .share div#___plus_0 {
    opacity: 0;
    position: absolute; }
  .share.fixedTop {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    box-shadow: none; }
    @media screen and (max-width: 767px) {
      .share.fixedTop {
        text-align: center; } }
    .share.fixedTop .cna_logo_fix {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      margin-right: 10px;
      cursor: pointer; }
    .share.fixedTop a {
      display: inline-block;
      vertical-align: middle; }
      .share.fixedTop a.btn_LINE {
        padding: 14.5px 12px; }

.share .broswer {
  display: none; }

.share.fixedTop .broswer {
  display: block;
  float: left;
  font-size: 14px;
  margin-top: 14px;
  margin-left: 20px;
  display: block;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .share.fixedTop .broswer {
      display: none; } }

.share.fixedTop .social-icon {
  float: right; }
  @media screen and (max-width: 767px) {
    .share.fixedTop .social-icon {
      float: none; } }

.cna_logo {
  position: absolute;
  right: 0;
  width: 50px;
  cursor: pointer; }

/*====================================*/
.cna_blue {
  width: 100%;
  position: absolute;
  left: -70px;
  top: 50px;
  opacity: 0.8;
  cursor: pointer; }
  @media screen and (max-width: 1280px) {
    .cna_blue {
      left: -45px; } }
  @media screen and (max-width: 767px) {
    .cna_blue {
      display: none; } }

.topTitle {
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .topTitle {
      padding: 80px 20px 40px 20px; } }
  .topTitle p {
    color: #d0d0d0;
    /*width: 650px;*/ }
    @media screen and (max-width: 1280px) {
      .topTitle p {
        width: 100%; } }

.face {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 250px;
  opacity: 0.8; }
  @media screen and (max-width: 1280px) {
    .face {
      display: none; } }

.cardList {
  padding: 20px 40px 40px 40px;
  background-color: #ffffff; }
  @media screen and (max-width: 1280px) {
    .cardList {
      padding: 10px 20px 20px 20px; } }

.itembox {
  display: inline-table;
  position: relative;
  clear: both;
  overflow: auto;
  margin-bottom: 40px;
  border: 1px dotted #999999; }
  .itembox:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1280px) {
    .itembox {
      margin-bottom: 20px; } }
  .itembox img {
    -moz-transition: all 0.5s ease-in-out;
    -webkittransition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .itembox:hover img {
    transform: scale3d(1.1, 1.1, 1); }
  @media screen and (max-width: 767px) {
    .itembox {
      margin-bottom: 20px;
      display: block;} }
  .itembox img {
    -moz-transition: all 0.5s ease-in-out;
    -webkittransition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .itembox:hover img {
    transform: scale3d(1.1, 1.1, 1); }

.itembox2 {
  display: inline-table;
  position: relative;
  clear: both;
  overflow: auto;
  margin-bottom: 40px;
  border: 1px dotted #999999; }
  .itembox2:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1280px) {
    .itembox2 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .itembox2 {
      margin-bottom: 20px;
      display: block;} }

.clamp-Title, .clamp-Txt {
  width: 100%;
  overflow: hidden; }

.mediaWrap {
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .mediaWrap {
      float: none;
      width: 100%;
      height: auto;
      display: block; } }
  .mediaWrap div {
    overflow: hidden; }

.textWrap {
    float: right;
    /* width: calc(50% - 48px); */
    padding: 30px 20px;
    /* width: 50%; */
    height: 100%;
    display: table-cell; }
  @media screen and (max-width: 1280px) {
    .textWrap {
      /*width: calc(50% - 20px);*/
      padding: 40px 20px; } }
  @media screen and (max-width: 767px) {
    .textWrap {
      float: none;
      width: calc(100% - 40px);
      padding: 20px 20px 50px 20px; } }

.pic {
  display: inline-block;
  vertical-align: middle;
  img {
    /*height: 100%;*/
  }
}

.more {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px; }
  .more:link {
    color: #4267b2; }
  .more:visited {
    color: #4267b2; }
  .more:hover {
    color: #7a93d3; }
  .more:active {
    color: #7a93d3; }
  @media screen and (max-width: 1280px) {
    .more {
      padding: 5px; } }

/*=========================================*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  width: 100%;
  height: auto; }

/*=========================================*/
.wrapper-figure {
  width: 1000px;
  position: relative;
  margin: 0 auto; }

/* Common style */
figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure figcaption::before,
figure figcaption::after {
  pointer-events: none; }

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

figure h2 span {
  font-weight: 800; }

figure h2,
figure p {
  margin: 0; }

figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #18a367; }

figure.effect-layla img {
  height: 390px; }

figure.effect-layla figcaption {
  padding: 3em; }

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0; }

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0; }

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0; }

figure.effect-layla h2 {
  padding-top: 26%;
  transition: transform 0.35s; }

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0); }

figure.effect-layla img,
figure.effect-layla h2 {
  transform: translate3d(0, -30px, 0); }

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-layla:hover img {
  opacity: 0.7;
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  transform: scale(1); }

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  transition-delay: 0.15s; }

/*# sourceMappingURL=http://localhost:3000/_maps/style.css.map */

/*=========================================*/
.rwd-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 85.25%; /* 16:9 56.25%*/
}

.rwd-media iframe,
.rwd-media video {
  position: absolute;
  width: 100%;
  height: 100%;  
}
