#fa0;charset "UTF-8";
/*
 * ImageHover.css - http://www.imagehover.io
 */
[class*=' imghvr-'], [class^=imghvr-] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0); }

[class*=' imghvr-'] > img, [class^=imghvr-] > img {
  vertical-align: top;
  max-width: 100%; }

[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption {
  background-color: #135796;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff; }

[class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6, [class^=imghvr-] figcaption h1, [class^=imghvr-] figcaption h2, [class^=imghvr-] figcaption h3, [class^=imghvr-] figcaption h4, [class^=imghvr-] figcaption h5, [class^=imghvr-] figcaption h6 {
  color: #fff; }

[class*=' imghvr-'] a, [class^=imghvr-] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class*=' imghvr-'], [class*=' imghvr-'] *, [class*=' imghvr-'] :after, [class*=' imghvr-'] :before, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-] :after, [class^=imghvr-] :before, [class^=imghvr-]:after, [class^=imghvr-]:before {
  box-sizing: border-box;
  transition: all 0.9s ease; }

[class*=' imghvr-fade'] figcaption, [class*=' imghvr-fade']:hover > img, [class^=imghvr-fade] figcaption, [class^=imghvr-fade]:hover > img {
  opacity: 0; }

[class*=' imghvr-fade']:hover figcaption, [class^=imghvr-fade]:hover figcaption {
  opacity: 1; }

[class*=' imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class^=imghvr-fade]:hover figcaption, [class^=imghvr-fade]:hover > img {
  transform: translate(0, 0); }

.imghvr-fade-in-up figcaption {
  transform: translate(0, 15%); }

.imghvr-fade-in-down figcaption {
  transform: translate(0, -15%); }

.imghvr-fade-in-left figcaption {
  transform: translate(-15%, 0); }

.imghvr-fade-in-right figcaption {
  transform: translate(15%, 0); }

[class*=' imghvr-push-']:hover figcaption, [class^=imghvr-push-]:hover figcaption {
  transform: translate(0, 0); }

.imghvr-push-up figcaption {
  transform: translateY(100%); }

.imghvr-push-down figcaption, .imghvr-push-up:hover > img {
  transform: translateY(-100%); }

.imghvr-push-down:hover > img {
  transform: translateY(100%); }

.imghvr-push-left figcaption {
  transform: translateX(100%); }

.imghvr-push-left:hover > img, .imghvr-push-right figcaption {
  transform: translateX(-100%); }

.imghvr-push-right:hover > img {
  transform: translateX(100%); }

[class*=' imghvr-slide-']:hover figcaption, [class^=imghvr-slide-]:hover figcaption {
  transform: translate(0, 0); }

.imghvr-slide-up figcaption {
  transform: translateY(100%); }

.imghvr-slide-down figcaption {
  transform: translateY(-100%); }

.imghvr-slide-left figcaption {
  transform: translateX(100%); }

.imghvr-slide-right figcaption {
  transform: translateX(-100%); }

.imghvr-slide-top-left figcaption {
  transform: translate(-100%, -100%); }

.imghvr-slide-top-right figcaption {
  transform: translate(100%, -100%); }

.imghvr-slide-bottom-left figcaption {
  transform: translate(-100%, 100%); }

.imghvr-slide-bottom-right figcaption {
  transform: translate(100%, 100%); }

[class*=' imghvr-reveal-']:before, [class^=imghvr-reveal-]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #135796; }

[class*=' imghvr-reveal-'] figcaption, [class^=imghvr-reveal-] figcaption {
  opacity: 0; }

[class*=' imghvr-reveal-']:hover:before, [class^=imghvr-reveal-]:hover:before {
  transform: translate(0, 0); }

[class*=' imghvr-reveal-']:hover figcaption, [class^=imghvr-reveal-]:hover figcaption {
  opacity: 1;
  transition-delay: .21s; }

.imghvr-reveal-up:before {
  transform: translateY(100%); }

.imghvr-reveal-down:before {
  transform: translateY(-100%); }

.imghvr-reveal-left:before {
  transform: translateX(100%); }

.imghvr-reveal-right:before {
  transform: translateX(-100%); }

.imghvr-reveal-top-left:before {
  transform: translate(-100%, -100%); }

.imghvr-reveal-top-right:before {
  transform: translate(100%, -100%); }

.imghvr-reveal-bottom-left:before {
  transform: translate(-100%, 100%); }

.imghvr-reveal-bottom-right:before {
  transform: translate(100%, 100%); }

[class*=' imghvr-hinge-'], [class^=imghvr-hinge-] {
  perspective: 50em; }

[class*=' imghvr-hinge-'] figcaption, [class^=imghvr-hinge-] figcaption {
  opacity: 0;
  z-index: 1; }

[class*=' imghvr-hinge-']:hover img, [class^=imghvr-hinge-]:hover img {
  opacity: 0; }

[class*=' imghvr-hinge-']:hover figcaption, [class^=imghvr-hinge-]:hover figcaption {
  opacity: 1;
  transition-delay: .21s; }

.imghvr-hinge-up img {
  transform-origin: 50% 0; }

.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%; }

.imghvr-hinge-up:hover > img {
  transform: rotateX(-90deg); }

.imghvr-hinge-up:hover figcaption {
  transform: rotateX(0); }

.imghvr-hinge-down img {
  transform-origin: 50% 100%; }

.imghvr-hinge-down figcaption {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%; }

.imghvr-hinge-down:hover > img {
  transform: rotateX(90deg);
  opacity: 0; }

.imghvr-hinge-down:hover figcaption {
  transform: rotateX(0); }

.imghvr-hinge-left img {
  transform-origin: 0 50%; }

.imghvr-hinge-left figcaption {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%; }

.imghvr-hinge-left:hover > img {
  transform: rotateY(90deg); }

.imghvr-hinge-left:hover figcaption {
  transform: rotateY(0); }

.imghvr-hinge-right img {
  transform-origin: 100% 50%; }

.imghvr-hinge-right figcaption {
  transform: rotateY(90deg);
  transform-origin: 0 50%; }

.imghvr-hinge-right:hover > img {
  transform: rotateY(-90deg); }

.imghvr-hinge-right:hover figcaption {
  transform: rotateY(0); }

[class*=' imghvr-flip-'], [class^=imghvr-flip-] {
  perspective: 50em; }

[class*=' imghvr-flip-'] img, [class^=imghvr-flip-] img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

[class*=' imghvr-flip-'] figcaption, [class*=' imghvr-flip-']:hover > img, [class^=imghvr-flip-] figcaption, [class^=imghvr-flip-]:hover > img {
  opacity: 0; }

[class*=' imghvr-flip-']:hover figcaption, [class^=imghvr-flip-]:hover figcaption {
  opacity: 1;
  transition-delay: .13999999999999999s; }

.imghvr-flip-horiz figcaption {
  transform: rotateX(90deg);
  transform-origin: 0 50%; }

.imghvr-flip-horiz:hover img {
  transform: rotateX(-180deg); }

.imghvr-flip-horiz:hover figcaption {
  transform: rotateX(0); }

.imghvr-flip-vert figcaption {
  transform: rotateY(90deg);
  transform-origin: 50% 0; }

.imghvr-flip-vert:hover > img {
  transform: rotateY(-180deg); }

.imghvr-flip-vert:hover figcaption {
  transform: rotateY(0); }

.imghvr-flip-diag-1 figcaption {
  transform: rotate3d(1, -1, 0, 100deg); }

.imghvr-flip-diag-1:hover > img {
  transform: rotate3d(-1, 1, 0, 100deg); }

.imghvr-flip-diag-1:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg); }

.imghvr-flip-diag-2 figcaption {
  transform: rotate3d(1, 1, 0, 100deg); }

.imghvr-flip-diag-2:hover > img {
  transform: rotate3d(-1, -1, 0, 100deg); }

.imghvr-flip-diag-2:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg); }

[class*=' imghvr-shutter-out-']:before, [class^=imghvr-shutter-out-]:before {
  background: #135796;
  position: absolute;
  content: '';
  transition-delay: 105ms; }

[class*=' imghvr-shutter-out-'] figcaption, [class^=imghvr-shutter-out-] figcaption {
  opacity: 0;
  transition-delay: 0s; }

[class*=' imghvr-shutter-out-']:hover:before, [class^=imghvr-shutter-out-]:hover:before {
  transition-delay: 0s; }

[class*=' imghvr-shutter-out-']:hover figcaption, [class^=imghvr-shutter-out-]:hover figcaption {
  opacity: 1;
  transition-delay: 105ms; }

.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0; }

.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0; }

.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0; }

.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0; }

.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg); }

.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%; }

.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg); }

.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%; }

[class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before, [class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before {
  background: #135796;
  position: absolute;
  content: ''; }

[class*=' imghvr-shutter-in-']:after, [class^=imghvr-shutter-in-]:after {
  top: 0;
  left: 0; }

[class*=' imghvr-shutter-in-']:before, [class^=imghvr-shutter-in-]:before {
  right: 0;
  bottom: 0; }

[class*=' imghvr-shutter-in-'] figcaption, [class^=imghvr-shutter-in-] figcaption {
  opacity: 0;
  z-index: 1; }

[class*=' imghvr-shutter-in-']:hover figcaption, [class^=imghvr-shutter-in-]:hover figcaption {
  opacity: 1;
  transition-delay: .21s; }

.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%; }

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%; }

.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%; }

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%; }

.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%; }

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
  opacity: .75; }

.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%; }

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
  opacity: .75; }

.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
  opacity: .75; }

.imghvr-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%); }

.imghvr-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%); }

.imghvr-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%); }

.imghvr-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%); }

.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
  opacity: .75; }

.imghvr-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%); }

.imghvr-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%); }

.imghvr-shutter-in-out-diag-2:hover:after, .imghvr-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0); }

[class*=' imghvr-fold'], [class^=imghvr-fold] {
  perspective: 50em; }

[class*=' imghvr-fold'] img, [class^=imghvr-fold] img {
  transform-origin: 50% 0; }

[class*=' imghvr-fold'] figcaption, [class^=imghvr-fold] figcaption {
  z-index: 1;
  opacity: 0; }

[class*=' imghvr-fold']:hover > img, [class^=imghvr-fold]:hover > img {
  opacity: 0;
  transition-delay: 0; }

[class*=' imghvr-fold']:hover figcaption, [class^=imghvr-fold]:hover figcaption {
  transform: rotateX(0) translate3d(0, 0, 0) scale(1);
  opacity: 1;
  transition-delay: .21s; }

.imghvr-fold-up > img {
  transform-origin: 50% 0; }

.imghvr-fold-up figcaption {
  transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
  transform-origin: 50% 100%; }

.imghvr-fold-up:hover > img {
  transform: rotateX(90deg) scale(0.6) translateY(50%); }

.imghvr-fold-down > img {
  transform-origin: 50% 100%; }

.imghvr-fold-down figcaption {
  transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
  transform-origin: 50% 0; }

.imghvr-fold-down:hover > img {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%); }

.imghvr-fold-left > img {
  transform-origin: 0 50%; }

.imghvr-fold-left figcaption {
  transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
  transform-origin: 100% 50%; }

.imghvr-fold-left:hover > img {
  transform: rotateY(-90deg) scale(0.6) translateX(50%); }

.imghvr-fold-right {
  perspective: 50em; }

.imghvr-fold-right > img {
  transform-origin: 100% 50%; }

.imghvr-fold-right figcaption {
  transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
  transform-origin: 0 50%; }

.imghvr-fold-right:hover > img {
  transform: rotateY(90deg) scale(0.6) translateX(-50%); }

.imghvr-zoom-in figcaption {
  opacity: 0;
  transform: scale(0.5); }

.imghvr-zoom-in:hover figcaption {
  transform: scale(1);
  opacity: 1; }

[class*=' imghvr-zoom-out'] figcaption, [class^=imghvr-zoom-out] figcaption {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0; }

[class*=' imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class^=imghvr-zoom-out].hover figcaption, [class^=imghvr-zoom-out]:hover figcaption {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.9s; }

.imghvr-zoom-out:hover > img {
  transform: scale(0.5);
  opacity: 0; }

.imghvr-zoom-out-up.hover > img, .imghvr-zoom-out-up:hover > img {
  animation: imghvr-zoom-out-up .40249999999999997s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes imghvr-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0);
    opacity: .5; }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: .5; } }

.imghvr-zoom-out-down.hover > img, .imghvr-zoom-out-down:hover > img {
  animation: imghvr-zoom-out-down .40249999999999997s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes imghvr-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0);
    opacity: .5; }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: .5; } }

.imghvr-zoom-out-left.hover > img, .imghvr-zoom-out-left:hover > img {
  animation: imghvr-zoom-out-left .40249999999999997s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes imghvr-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0);
    opacity: .5; }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: .5; } }

.imghvr-zoom-out-right.hover > img, .imghvr-zoom-out-right:hover > img {
  animation: imghvr-zoom-out-right .40249999999999997s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes imghvr-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0);
    opacity: .5; }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: .5; } }

.imghvr-zoom-out-flip-horiz {
  perspective: 50em; }

.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  transform: rotateX(90deg) translateY(-100%) scale(0.5); }

.imghvr-zoom-out-flip-horiz.hover > img, .imghvr-zoom-out-flip-horiz:hover > img {
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0; }

.imghvr-zoom-out-flip-horiz.hover figcaption, .imghvr-zoom-out-flip-horiz:hover figcaption {
  transform: rotateX(0) translateY(0) scale(1);
  opacity: 1;
  transition-delay: 0.9s; }

.imghvr-zoom-out-flip-vert {
  perspective: 50em; }

.imghvr-zoom-out-flip-vert figcaption {
  opacity: 0;
  transform: rotateY(90deg) translate(50%, 0) scale(0.5); }

.imghvr-zoom-out-flip-vert.hover > img, .imghvr-zoom-out-flip-vert:hover > img {
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0; }

.imghvr-zoom-out-flip-vert.hover figcaption, .imghvr-zoom-out-flip-vert:hover figcaption {
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.9s; }

.imghvr-blur figcaption {
  opacity: 0; }

.imghvr-blur:hover > img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0; }

.imghvr-blur:hover figcaption {
  opacity: 1;
  transition-delay: .21s; }

/* CSS Document */
/***RESET***/
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: sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* 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;
  margin: 0;
  padding: 0; }

a, a:hover, a:active {
  color: #000;
  text-decoration: none; }

/***DEFAULT**/
html, body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch; }

body {
  font: 12px/18px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6, p {
  font: 12px/18px;
  font-family: Arial,Helvetica, heiti tc, SimHei, 微軟正黑體,Microsoft JhengHei,serif;
  padding: 0px;
  margin: 0px; }

h1 {
  float: left; }

p {
  color: #666666;
  font-size: 12px;
  line-height: 18px; }

*:link, *:visited, *:hover, *:active, *:focus, * {
  transition: opacity .15s linear, background-color .15s linear, border-color .15s linear; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: underline;
  color: #666; }

a img {
  border: 0px; }

img {
  border: 0px; }

form {
  padding: 0px;
  margin: 0px; }

ul, ol {
  margin: 0 0 0 0px;
  list-style: none;
  padding: 0px; }

li {
  margin: 0px; }

.Clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/***共用CSS***/
#wrap {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  background: url(http://video.friday.tw/eventcom/images/header_top.jpg) repeat-x top; }

.login {
  float: right;
  margin-top: 10px; }

.login a {
  color: #FFFFFF;
  float: left;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  margin-left: -1px;
  font-size: 12px;
  padding: 0 5px; }

.login a:hover {
  text-decoration: underline; }

.login_fb {
  background: url(../images/icon_fb_w.gif) no-repeat 7px center;
  text-indent: 20px; }

/***PC版***/
#container_pc {
  width: 910px;
  margin: 0 auto; }

#container_m {
  display: none; }

#header_pc {
  display: block;
  width: 910px;
  height: 53px;
  padding: 15px 25px; }

#content_pc {
  font-size: 36px;
  text-align: center;
  display: block; }

#footer_pcbg {
  border-top: 1px solid #b3b3b3;
  background-color: #EFEFEF;
  height: 113px; }

#footer_pc {
  color: #565454;
  padding: 20px 0px 10px;
  position: absolute;
  min-width: 640px;
  width: 910px; }

.footer_links {
  line-height: 21px;
  text-align: center;
  margin-bottom: 5px; }

.footer_links a {
  color: #666666;
  font-size: 12px;
  line-height: 18px; }

#footer_pc p a, #footer_m p a {
  color: #1A6DB6;
  text-decoration: underline; }

.footer_links p {
  margin-top: 8px; }

.fb-like {
  position: absolute;
  right: 0px;
  top: -4px; }

/***手機版***/
@media screen and (max-width: 640px) {
  #container_pc {
    display: none; }
  #container_m {
    display: block;
    width: 100%;
    max-width: 640px;
    min-width: 320px; }
  #header_m {
    display: block;
    width: 100%;
    height: 53px;
    padding: 16px 5px; }
  #content_m {
    font-size: 30px;
    text-align: center;
    display: block; }
  /*A版footer*/
  .ftr_logos_m {
    float: none;
    text-align: center;
    margin-bottom: 15px; }
  .ftr_logos_m a {
    margin-right: 20px; }
  #footer_m {
    text-align: center;
    color: #565454;
    padding: 20px 0;
    border-top: 1px solid #b3b3b3;
    background-color: #EFEFEF; }
  #footer_m .footer_links a {
    color: #666666;
    font-size: 11px;
    padding: 0 3px; }
  .footer_links {
    text-align: center; }
  .fb-like {
    position: absolute;
    right: 0px;
    top: -4px; }
  /**B版footer**/
  #footer_mB {
    text-align: center;
    background-color: #EFEFEF; }
  #footer_mB .footer_links {
    margin-bottom: 20px;
    background-color: #848484;
    margin-top: 0px;
    display: black;
    overflow: hidden; }
  #footer_mB .footer_links a {
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #FFFFFF;
    width: 50%;
    padding: 10px 0px;
    display: inline-block;
    overflow: hidden;
    float: left;
    background-color: #848484;
    text-align: center; }
  #footer_mB .footer_links a:hover {
    text-decoration: none;
    background-color: #333; }
  #footer_mB p a {
    color: #1A6DB6;
    text-decoration: underline;
    text-align: center; }
  #footer_mB .footer_links_b {
    margin-bottom: 12px;
    text-align: center; }
  #footer_mB .footer_links_b a {
    font-size: 11px;
    text-align: center;
    padding: 0 3px;
    color: #666; }
  /*卷軸*/
  .scrollup {
    width: 52px;
    height: 52px;
    opacity: 0.95;
    position: fixed;
    bottom: 175px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(http://video.friday.tw/eventcom/images/btn_top1.png) no-repeat; }
  .scrollup_1 {
    width: 43px;
    height: 43px;
    opacity: 0.95;
    position: fixed;
    bottom: 135px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(http://video.friday.tw/eventcom/images/btn_top2.png) no-repeat;
    z-index: 999; } }

#Banners_m {
  padding: 30px 40px 20px 40px; overflow: hidden;}

.owl-nav {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  color: white;
  top: 100%; }
  @media (max-width: 640px) {
    .owl-nav {
      top: 100%; } }
  .owl-nav .owl-prev {
    height: 4vw;
    width: 22px;
    background-image: url("../images/banner/left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -45px;
    top: -72px; }
  .owl-nav .owl-next {
    height: 4vw;
    width: 22px;
    background-image: url("../images/banner/right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -45px;
    top: -72px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#container_pc {
  background-color: black; }
  #container_pc #content_pc {
    font-size: 1rem; }

#container_m {
  background-color: black; }
  #container_m #content_m {
    font-size: 1rem;
    /*background: #370101;*/
    background: url(../images/movie/sim_bg_m.jpg)no-repeat;
    /*height: 1440px;*/
  }
    #container_m #content_m .kvArea .flickity-prev-next-button {
      display: none; }
    #container_m #content_m .mask {
      opacity: 0;
      position: absolute;
      z-index: 300;
      pointer-events: none;
      margin-top: 53px;
      height: 700px;
      width: 100%;
      left: 0px;
      top: 0px;
      overflow: hidden;
      transition: all 500ms ease-in-out; }
    #container_m #content_m.open .mask {
      opacity: 1;
      transition: all 500ms ease-in-out; }
    #container_m #content_m.open .detail {
      pointer-events: all;
      z-index: 300;
      height: 700px;
      transition: transform 500ms ease-in-out;
      transform: translateY(0); }
    #container_m #content_m.open .post_title {
      visibility: hidden;
      padding: 0px;
      height: 0px; }
    #container_m #content_m.open .cliplist {
      visibility: hidden;
      padding: 0px;
      height: 0px; }
    #container_m #content_m.open #AdBanners {
      visibility: hidden;
      height: 0px;
      padding: 0;
      margin: 0;
      border: 0px; }
    #container_m #content_m .detail {
      pointer-events: none;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 700px;
      /*background-color: #2891C8;*/
      background:url(../images/movie/sim_bg_m2.jpg)no-repeat;
      transition: transform 500ms ease-in-out;
      transform: translateY(1000px); }
      #container_m #content_m .detail .nav {
        display: block;
        position: absolute;
        bottom: 60px;
        width: 100%; }
        #container_m #content_m .detail .nav a {
          display: inline-block;
          border: none;
          background-color: Transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 110px;
          height: 110px;
          margin: 10px; }
          #container_m #content_m .detail .nav a.home {
            background-image: url("../images/button/home.svg"); }
          #container_m #content_m .detail .nav a.more {
            background-image: url("../images/button/more.svg"); }
          #container_m #content_m .detail .nav a.open {
            background-image: url("../images/button/open.png"); }
      #container_m #content_m .detail .flickity-prev-next-button, #container_m #content_m .detail .flickity-page-dots {
        display: none; }
      #container_m #content_m .detail .movieInfoList {
        padding-top: 40px;
        width: 640px;
        height: 100%; }
      #container_m #content_m .detail img {
        width: 44%; }
        #container_m #content_m .detail img:nth-child(1) {
          margin-right: 3px; }
        #container_m #content_m .detail img:nth-child(2) {
          margin-left: 3px; }
      #container_m #content_m .detail .movieSummary {
        display: block;
        margin-bottom: 40px;
        position: relative; }
        #container_m #content_m .detail .movieSummary h3 {
          color: #fff;
          margin: 10px 29px;
          margin-top: 40px;
          font-size: 2em;
          letter-spacing: 5px;
          font-weight: normal; }
        #container_m #content_m .detail .movieSummary p {
          padding-top: 20px;
          border-top: solid 1px #fff;
          color: #fff;
          letter-spacing: 1px;
          line-height: 1.4em;
          text-align: left;
          margin: 0 30px;
          font-size: 1.8em;
          font-weight: normal; }
    #container_m #content_m .scrollDown {
      display: none; }
    #container_m #content_m .cliplist {
      overflow: hidden;
      height: 2720px;
      padding: 40px 0 30px 0; }
     #container_m #content_m  .post_title{ width: 640px; height: 86px; background: url("../../images/pc/sim_title2.jpg") center top no-repeat; background-size: 1304px 86px;    position: absolute; left: 0; bottom: -15px;}
      #container_m #content_m .cliplist .iscroll {
        overflow: visible; }
      #container_m #content_m .cliplist li {
        width: 100%;
        display: inline-block; }
        #container_m #content_m .cliplist li figcaption {
          display: none; }
        #container_m #content_m .cliplist li.dot {
          width: 10px; }

#header_pc {
  width: inherit;
  min-width: 910px; }

#wrap {
  max-width: none;
  min-width: 910px;
  overflow: hidden; }

#container_pc {
  width: inherit;
  min-width: 910px;
  width: 100%;
  z-index: 0;
  position: relative; }
  #container_pc .floatTop {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: url("http://video.friday.tw/eventcom/images/header_top.jpg") repeat-x top; }
  #container_pc #header_pc {
    min-width: 910px;
    margin: auto;
    top: 0; }
  #container_pc #content_pc {
    position: relative;
    z-index: 0; }
  #container_pc #AdBanners {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: solid 1px #fff;
    position: relative;
    z-index: 100; }
    #container_pc #AdBanners h3 {
      background-color: #000;
      position: absolute;
      padding: 0 20px;
      top: -15px;
      left: 30px; }
      #container_pc #AdBanners h3 span {
        display: inline-block;
        background: url("../images/top.png") left top no-repeat;
        width: 180px;
        height: 30px; }
  #container_pc #footer_pc {
    width: 910px;
    margin: auto;
    position: relative; }

.go{ width: 180px; height: 69px; position:absolute; left: 340px;top:168px;}

.kvArea {
  max-height: none;
  height: 100vh;
  position: relative; }
  .kvArea .movieTitle {
    position: absolute;
    top: 80px;
    right: 35%;
    color: white; z-index: 1;}
  .kvArea .kvTitle {
    width: 40%;
    position: absolute;
    bottom: 30px;
    left: 12%;
    font-size: 3rem;
    color: white; }
    .kvArea .kvTitle a {
      pointer-events: all; }
    .kvArea .kvTitle figure {
      pointer-events: none; }
      .kvArea .kvTitle figure img {
        max-width: 100%;
        width: 100%; }
  .kvArea .kvCaption {
    width: 100%;
    z-index: 999; }
    .kvArea .kvCaption:after {
      content: "";
      display: block;
      clear: both; }
    .kvArea .kvCaption p {
      width: 64.58333%;
      float: left;
      margin-left: 1.04167%;
      margin-right: 1.04167%;
      color: #fff;
      font-size: 1.5vw;
      line-height: 1.5em;
      letter-spacing: 2px;
      text-align: left;
      white-space: nowrap; }
      .kvArea .kvCaption p span {
        pointer-events: all;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
        display: inline-block;
        color: #ff00ff;
        letter-spacing: 1px;
        font-weight: bold; 
        overflow: hidden;
      }
    .kvArea .kvCaption .go {
      margin-top: 5px;
      font-size: 0; }
      .kvArea .kvCaption .go a {
        margin-top: 3px;
        cursor: pointer;
        background-image: url(../images/button/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        right: 0px; }
        .kvArea .kvCaption .go a img {
          width: 12vw;
          min-width: 110px; }
        .kvArea .kvCaption .go a:hover {
          margin-top: 3px;
          cursor: pointer;
          background-image: url(../images/button/arrowOver.svg);
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          position: absolute;
          right: 0px; }
  .kvArea .linkArea {
    margin-top: 20px;
    z-index: 999;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    color: #fff;
    font-size: 14px;
    text-align: left; }
    .kvArea .linkArea a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px; }
      .kvArea .linkArea a + a {
        margin-left: 10px; }
  .kvArea .rightSideMenu {
    width: 30%;
    background-color: #2891C8;
    height: 100%;
    right: 10%; }
    .kvArea .rightSideMenu[data-Inner="box"] .cliplist {
      display: none; }
    .kvArea .rightSideMenu[data-Inner="box"] .scrollDown {
      display: none; }
  .kvArea .carousel {
    height: 100%;
    height: 100vh; }
  .kvArea .carousel-cell {
    height: 100vh;
    width: 90%;
    overflow: hidden; }
  .kvArea .static {
    position: absolute;
    z-index: 100; }
  .kvArea .post {
    width: 640px;
    height: 100vh;
    background-repeat: no-repeat, no-repeat;
    background-position: left, -224px -10px;
    background-size: contain,cover;

/*    background-color: black;*/ }
  .kvArea .flickity-page-dots {
    position: absolute;
    bottom: 32px;
    right: 41%;
    width: 100%;
    text-align: right; }
    .kvArea .flickity-page-dots .dot {
      border-radius: 0;
      background: #3f3b39;
      opacity: 1;
      margin: 0 3px;
      width: 15px;
      height: 15px; }
      .kvArea .flickity-page-dots .dot.is-selected {
        background: #fff; }

@media (max-width: 640px) {
  #wrap {
    max-width: none;
    min-width: 640px; }
  #content_m div div .flickity-page-dots {
    bottom: 30px;    /* display: none;*/}
  #content_m .kvArea .flickity-page-dots{    display: none;}
  #content_m .iscroll .flickity-page-dots {
    bottom: -25px; }
  .kvArea {
    max-height: none;
/*    background-color: #000;*/
    height: 700px;
    position: relative; }
    .kvArea .movieTitle {position: absolute; top: 580px; left: 0; width: 640px; text-align: center; color: #FFED24;font-size: 30px;}
    .kvArea .movieTitle2 {position: absolute;top: 620px; left:0px; color: #e8e6e6;font-size: 26px; line-height: 30px; width: 620px; padding: 0 20px;}
    .kvArea .kvTitle {
        width: 100%;
        height: 300px;
        top: 0px;
        left: 0;
        box-sizing: border-box;
      }
    .kvArea .ps {
      position: absolute; left:105px; top:256px; color:#fa0041; font-size:40px; font-weight:bold;
    }
      .kvArea .kvTitle figure {
        pointer-events: none;
        margin: 0 0 0 -10px; }
      .kvArea .kvTitle a {
        pointer-events: all; }
    .kvArea .kvCaption {
      width: 100%;
      margin: 0 auto; }
      .kvArea .kvCaption .go a {
        margin-right: 50px;
        margin-top: 10px; }
        .kvArea .kvCaption .go a img {
          width: 27vw; }
      .kvArea .kvCaption p {
        font-size: 4vw;
        line-height: 1.5em; }
    .kvArea .rightSideMenu {
      display: none; }
    .kvArea .carousel {
      height: 100%;
      height: 700px; }
    .kvArea .carousel-cell {
      height: 700px;
      width: 100%;
      overflow: hidden; }
    .kvArea .static {
      position: absolute;
      z-index: 100; }
    .kvArea .post {
      width: 640px;
      height: 700px;
      background-repeat: no-repeat, no-repeat;
    background-size: 616px;
    background-position: 12px 320px;
      position: absolute;
      left: 0;
      top:0;
    }
    .kvArea .flickity-page-dots {
      width: 100%;
      bottom: 10px;
      left: auto;
      right: 20px; }
  .cliplist .flickity-slider li figure + figure {
    margin-left: 15px; }
  .cliplist .flickity-page-dots .dot {
    background: #3e3a39;
    opacity: 1; }
    .cliplist .flickity-page-dots .dot.is-selected {
      background: #fff; }
  .scrollDown {
    display: none; }
  .movieContent {
    background-color: #2891c8; }
  .imgArea {
    width: 100%; }
    .imgArea:after {
      content: "";
      display: block;
      clear: both; }
    .imgArea figure {
      width: 47.91667%;
      float: left;
      margin-left: 1.04167%;
      margin-right: 1.04167%; }
      .imgArea figure img {
        max-width: 100%;
        width: 100%; }


[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
  padding: 0; }

.cliplist {
  height: 100%;
  width: 100%;
  padding: 80px 8px;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }
  .cliplist .iscroll {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .cliplist img {
    width: 100%; }
  .cliplist figure {
    cursor: pointer;
    display: inline-block;
    width: 45%;
    background-color: white; }
    .cliplist figure a {
      position: absolute;
      pointer-events: none; }
    @media (max-width: 640px) {
      .cliplist figure {
        width: 294px; margin: 0 0px 10px 10px; padding:2px; background: url(../../images/post/sim_pczonebg.jpg); } }
  .cliplist .div {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%; }

.rightSideMenu.detail .cliplist {
  height: 0; }

.rightSideMenu.detail .scrollDown {
  display: none; }

.rightSideMenu.detail .movieSummary {
  padding-top: 20px;
  height: 40vh;
  display: block; }

.rightSideMenu.detail .movieActive {
  height: 100%;
  position: absolute;
  bottom: 0; }

.movieActive {
  height: 0;
  width: 100%;
  padding: 80px 0 40vh;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }
  .movieActive .moviePost {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .movieActive .moviePost img {
      width: 90%;
      margin-bottom: 10px; }
  .movieActive figure {
    width: 100%; }
    .movieActive figure + figure {
      margin-top: 15px; }
    .movieActive figure img {
      max-width: 100%;
      width: 100%; }
  .movieActive .movieSummary {
    display: none;
    position: absolute;
    bottom: 0;
    height: 0;
    z-index: 10;
    background-color: #2891C8; }
    .movieActive .movieSummary h3 {
      color: #fff;
      font-size: 2vw;
      letter-spacing: 2px;
      margin: 10px 29px; }
    .movieActive .movieSummary p {
      padding-top: 20px;
      border-top: solid 1px #fff;
      color: #fff;
      font-size: 1.5vw;
      letter-spacing: 1px;
      line-height: 1.4em;
      text-align: left;
      margin: 0 30px; }
    .movieActive .movieSummary .nav {
      display: block;
      width: 100%;
      height: 100%;
      padding: 1vw; }
      .movieActive .movieSummary .nav a {
        display: inline-block;
        border: none;
        background-color: Transparent;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 6vw;
        height: 6vw;
        position: relative;
        margin-left: 10px; }
        .movieActive .movieSummary .nav a:hover:after {
          opacity: 1; }
        .movieActive .movieSummary .nav a:after {
          transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          width: 100%;
          height: 100%;
          background-color: Transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        .movieActive .movieSummary .nav a.home {
          background-image: url("../images/button/home.svg"); }
          .movieActive .movieSummary .nav a.home:after {
            content: '';
            background-image: url("../images/button/homeOver.svg"); }
        .movieActive .movieSummary .nav a.more {
          background-image: url("../images/button/more.svg"); }
          .movieActive .movieSummary .nav a.more:after {
            width: 100%;
            height: 100%;
            content: '';
            background-image: url("../images/button/moreOver.svg"); }
        .movieActive .movieSummary .nav a.open {
          background-image: url("../images/button/open.png"); }
          .movieActive .movieSummary .nav a.open:after {
            content: '';
            background-image: url("../images/button/openOver.svg"); }
        .movieActive .movieSummary .nav a.back {
          background-image: url("../images/button/back.svg"); }
          .movieActive .movieSummary .nav a.back:after {
            content: '';
            background-image: url("../images/button/backOver.svg"); }

.scrollDown {
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 42px; }
  .scrollDown span {
    display: block;
    background-color: #2891C8;
    color: #fff; }
  .scrollDown i {
    display: block; }
    .scrollDown i img {
      max-width: 100%;
      position: absolute;
      top: 25px;
      left: 50%;
      margin-left: -18px;
      animation: run 0.4s infinite;
      -webkit-animation: run 0.8s infinite;
      -moz-animation: run 0.8s infinite; }
#container_m #content_m.open .tip { height: 0; display: none; }
#content_m .tip .content {
    display: none;
    background-color: #000000;
    padding: 30px 50px;
}
#content_m .tip .content ol > li {
    line-height: 1.5em;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    list-style-type: decimal;
    color: #FFFFFF;
}

    /**焦點影展Adbanner**/
    #AdBanners{ padding: 20px; }
    #AdBanners h3{ display: block; background:url(../images/sim_bantitle.png) no-repeat top center; background-size: 180%; height: 36px; margin:0; font-size: 0; }
    /*banner*/
    #Banners_m{ display: block; position: relative; width: 600px; margin:0; overflow: hidden;}
    #left_m, #right_m{ background:url(../images/arw.png) no-repeat 0 16px; display:block; height: 70px; width: 20px; float:left; cursor: pointer; position: absolute; left:0px; top: 30px;}
    #Banners_m #right_m{ background-position: -30px 16px; position: absolute; left: 570px; top: 30px; float:right;}
    .banner_In_m{ margin: 0 auto;overflow: hidden; position: relative; width: 520px; height: 80px; padding: 0px; margin: 0px;}
    #Banners_m ul{ position: absolute; width: 1500px; }
    #Banners_m ul li{ float: left; width: 236px; height: 80px; position: relative; margin-right: 20px; }
    #Banners_m ul li img{ border: 2px solid #FFFFFF; width: 100%; height: 74px; }

@keyframes run {
  0% {
    top: 25px; }
  100% {
    top: 28px; } }

#header_m {
  background: url("http://video.friday.tw/eventcom/images/header_top.jpg") repeat-x top; }

* {
  font-family: Arial,Helvetica, heiti tc, SimHei, 微軟正黑體,Microsoft JhengHei,serif; }
