@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, span, a,
dl, dt, dd, ul, ol, li, img,
form, fieldset, label, legend,
table, caption, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, p, span, li, table {
  cursor: default;
}

* {
  font-family: "Lato", "Noto Sans TC", sans-serif;
}

.slogan p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.slogan span {
  font-size: 100px;
  font-weight: bold;
  transform: rotate(-8deg);
  margin-top: 35px;
  line-height: 1.2em;
  font-family: "Permanent Marker", cursive;
}
@media (max-width: 960px) {
  .slogan p {
    font-size: 16px;
  }
  .slogan span {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .slogan p {
    font-size: 13px;
    margin-top: -4em;
  }
  .slogan span {
    font-size: 45px;
    margin-top: 20px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  color: #13141a;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
h2:after {
  content: "";
  background: url(../images/dec_02.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 39px;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: 0;
}
.service h2 {
  color: #fff;
}
.service h2:after {
  background: url(../images/dec_03.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 30px;
    padding-bottom: 45px;
    margin-bottom: 30px;
  }
  h2:after {
    width: 50px;
    height: 30px;
    margin-left: -25px;
  }
}

.work h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 0 30px #000;
  cursor: pointer;
}
.work h3 span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .work h3 {
    font-size: 30px;
  }
  .work h3 span {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .work h3 {
    font-size: 25px;
  }
  .work h3 span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .work h3 {
    font-size: 16px;
  }
  .work h3 span {
    font-size: 12px;
  }
}

.contactWrap p {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .contactWrap p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contactWrap p {
    font-size: 15px;
  }
}

.contactList p {
  font-size: 24px;
  line-height: 2em;
  font-weight: 400;
  color: #13141a;
  position: relative;
  text-align: left;
  padding-left: 60px;
}
.contactList p:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  position: absolute;
  left: 0;
}
.contactList p:first-child:before {
  background: url(../images/icon_01.png) no-repeat;
  background-size: contain;
}
.contactList p:last-child:before {
  background: url(../images/icon_02.png) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .contactList p {
    font-size: 19px;
    padding-left: 40px;
  }
  .contactList p:before {
    width: 35px;
    height: 35px;
    top: 3px;
  }
}

.workContents {
  font-size: 18px;
  color: #13141a;
}
.workContents h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.workContents .tag span {
  font-size: 20px;
  padding: 5px 10px;
}
.workContents .workIntro p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .workContents h3 {
    margin-bottom: 40px;
  }
  .workContents .tag span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .workContents {
    font-size: 16px;
  }
  .workContents h3 {
    font-size: 30px;
  }
  .workContents .tag span {
    font-size: 16px;
    padding: 3px 8px;
  }
}

body {
  background: #f9f7f2;
  color: #13141a;
}

::selection {
  background: #e62e5e;
  color: #fff;
}

img, a {
  display: block;
}

img {
  width: 100%;
}

a, button {
  transition: 0.3s;
}

header {
  width: 100%;
  height: 100px;
  background: black;
  padding: 0 30px 0 60px;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
header .logo a {
  width: 150px;
  margin-top: 6px;
}
header .nav {
  display: flex;
  flex-direction: row;
}
header .nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  padding: 0 35px;
}
header .nav a:hover {
  color: #e62e5e;
}
@media (max-width: 1280px) {
  header {
    padding: 0 15px 0 30px;
  }
  header .nav a {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  header {
    height: 70px;
  }
  header .logo a {
    width: 100px;
  }
}

.headBelow {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .headBelow {
    margin-top: 70px;
  }
}

.scrollNav {
  height: 60px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.scrollNav .logo a {
  width: 100px;
  margin: 5px 0 0 15px;
}
.scrollNav .nav a {
  font-size: 15px;
  line-height: 60px;
  padding: 0 20px;
}
.scrollNav .navbar-toggler {
  height: 60px;
}

footer {
  background: #13141a;
  padding: 20px 15px;
  clear: both;
}
footer p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 480px) {
  footer p span {
    display: block;
  }
}

@media (max-width: 960px) {
  header .nav {
    display: none;
  }
  header .rwdnav {
    display: block;
  }
}
.rwdnav {
  display: none;
}

#myNav.rwddd {
  right: 0;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  right: -100%;
  top: 0;
  background: #e62e5e;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%; /* 100% width */
  height: 100%;
  text-align: center; /* Centered text/links */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #b3b3b3;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 9999;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.hamburger-box {
  width: 40px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -8px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -8px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.slogan {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 4;
  margin: auto;
  padding: 0 10px;
  display: flex;
  height: 700px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dec0 {
  position: absolute;
  width: 100%;
  height: 700px;
  background: url(../images/dec_01.png) repeat;
  z-index: 3;
}
.dec0:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 700px;
  z-index: 0;
}

.col3 {
  width: 33.3333%;
  float: left;
}

.col4 {
  width: 25%;
  float: left;
}

.service {
  background: url(../images/dec_04.png) repeat;
  padding: 100px 0;
  overflow: auto;
}
.service .serviceBg {
  position: absolute;
  z-index: 1;
  background: linear-gradient(125deg, #e62e5e, #8c1478);
  width: 70%;
  height: 100%;
  left: 50%;
  margin-left: -35%;
}
.service .serviceContent {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
@media (max-width: 1400px) {
  .service {
    padding: 80px 0;
  }
  .service .serviceBg {
    width: 80%;
    margin-left: -40%;
  }
  .service .serviceContent {
    padding-top: 70px;
  }
}
@media (max-width: 960px) {
  .service .serviceContent {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .service {
    padding: 50px 0;
  }
  .service .serviceBg {
    width: 80%;
    margin-left: -40%;
    height: 280px;
  }
}

.serviceWrap {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.serviceWrap > div {
  width: 33.333%;
}
.serviceWrap .serviceBox {
  background: #13141a;
  margin: 30px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}
.serviceWrap .serviceBox:hover {
  box-shadow: 8px -8px 0 #408efb;
}
.serviceWrap .serviceBox:hover p {
  color: #fff;
}
.serviceWrap .serviceList {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.serviceWrap .serviceList div {
  color: rgba(255, 255, 255, 0.7);
  margin: 1em 0.5em;
}
.serviceWrap .serviceList div p {
  font-size: 18px;
  line-height: 1.8em;
  height: 32px;
  text-align: left;
  transition: 0.3s;
}
.serviceWrap .serviceList div p:hover {
  cursor: crosshair;
}
@media (max-width: 1200px) {
  .serviceWrap .serviceBox {
    margin: 15px;
  }
}
@media (max-width: 768px) {
  .serviceWrap > div {
    width: 50%;
  }
  .serviceWrap .serviceList div p {
    font-size: 15px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .serviceWrap .serviceBox {
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
  }
  .serviceWrap .serviceList div {
    margin: 0.5em 3px;
  }
  .serviceWrap .serviceList div p {
    font-size: 12px;
  }
}

.work {
  width: 100%;
  background: #f9f7f2;
  padding-top: 80px;
}
@media (max-width: 480px) {
  .work {
    padding-top: 40px;
  }
}

.workWrap {
  overflow: auto;
  display: flex;
  flex-direction: row;
}
.workWrap > div:first-child {
  width: 30%;
}
.workWrap > div:last-child {
  width: 70%;
}
.workWrap .worklink {
  display: block;
  width: 33.333%;
  float: left;
  position: relative;
}
.workWrap .worklink.all {
  width: 100%;
}
.workWrap .worklink .text {
  color: #fff;
  text-align: center;
  display: flex;
}
.workWrap .worklink .imgWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.workWrap .worklink .imgWrap > span {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.workWrap .worklink .imgWrap img {
  width: 100%;
  height: auto;
  transform: scale(1);
  filter: grayscale(100%);
  transition: 0.8s all ease;
}
.workWrap .worklink:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}
@media (max-width: 960px) {
  .workWrap {
    margin: 3px;
    flex-direction: column;
  }
  .workWrap > div:first-child, .workWrap > div:last-child {
    width: 100%;
  }
  .workWrap .worklink.all .imgWrap {
    height: 200px;
  }
  .workWrap .worklink {
    width: 50%;
  }
  .workWrap .worklink > div {
    margin: 3px;
  }
}

.contact {
  background: url(../images/bg_contact.png) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding: 144px 0;
}
@media (max-width: 1400px) {
  .contact {
    padding: 120px 0;
  }
}
@media (max-width: 480px) {
  .contact {
    padding: 80px 0;
    background: url(../images/bg_contact_mobile.png) no-repeat center;
    background-attachment: inherit;
    background-size: cover;
  }
}

.contactWrap {
  background: #fff;
  padding: 65px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.contactWrap .contactList {
  margin: 1.5em auto 0;
  display: inline-block;
}
@media (max-width: 1400px) {
  .contactWrap {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .contactWrap {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .contactWrap {
    padding: 50px 30px;
    margin: 0 30px;
  }
}

.slide {
  position: relative;
  width: 100%;
  height: 700px;
  background: #ccc;
}
.slide ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
}
.slide .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  z-index: 101;
  text-align: center;
}
.slide .dots li {
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  height: 6px;
  border: 1px solid #fff;
  opacity: 0.4;
  cursor: pointer;
  transition: background 0.5s, opacity 0.5s;
  list-style: none;
}
.slide .dots li.active {
  background: #fff;
  opacity: 1;
}
@media (max-width: 480px) {
  .slide .dots li {
    width: 30px;
  }
}
.slide .arrow {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.5s, opacity 0.5s;
}
.slide .arrow .arrow-left, .slide .arrow .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
  transition: background 0.5s, opacity 0.5s;
}
.slide .arrow .arrow-left:hover, .slide .arrow .arrow-right:hover {
  opacity: 1;
}
.slide .arrow .arrow-left {
  left: 20px;
  background: url("../images/arrow-left.png");
}
.slide .arrow .arrow-right {
  right: 20px;
  background: url("../images/arrow-right.png");
}
@media (max-width: 480px) {
  .slide .arrow .arrow-left, .slide .arrow .arrow-right {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .slide .arrow .arrow-left {
    left: 5px;
  }
  .slide .arrow .arrow-right {
    right: 5px;
  }
}
.slide.workImgSlide {
  height: 500px;
}
.slide.workImgSlide .dots {
  bottom: -25px;
}
.slide.workImgSlide .dots li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: none;
  background: #000;
}
.slide.workImgSlide .dots li:hover {
  background: #626262;
}

@media (max-width: 1280px) {
  .slide, .dec0, .dec0:before, .slogan {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .slide, .dec0, .dec0:before, .slogan {
    height: 350px;
  }
}
.col-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .col-wrap {
    flex-direction: row;
  }
  .col-wrap .col-R {
    margin-left: 1.5rem;
  }
}
.col-wrap .col-R {
  flex-grow: 1;
  background: #fff;
  padding: 1rem 1.5rem;
}

.col-menu a {
  display: block;
  border-left: 8px solid #e62e5e;
  background: #8B8B9B;
  padding: 0.5rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}
.col-menu a:hover {
  background: #292b37;
}
.col-menu a.active {
  background: #13141a;
}
@media (min-width: 768px) {
  .col-menu a {
    font-size: 1.125rem;
    padding: 1rem;
    width: 250px;
  }
}

.tab_page_list {
  width: 100%;
  display: flex;
  align-items: end;
  margin-bottom: 1.5rem;
}
.tab_page_list li {
  width: 100%;
  border-bottom: 2px solid #13141a;
}
.tab_page_list a {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  color: #13141a;
}
@media (min-width: 768px) {
  .tab_page_list a {
    font-size: 1.125rem;
    padding: 0.8rem;
  }
}

#tab_page > ul > .ui-state-active {
  border-bottom: 2px solid #e62e5e;
}
#tab_page > ul > .ui-state-active a {
  color: #e62e5e;
}

.workWrap {
  overflow: hidden;
}

.workWrap.listpage {
  display: block;
}

.workBox {
  position: relative;
  width: 25%;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .workBox {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .workBox {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .workBox {
    width: 100%;
  }
}
.workBox:after {
  content: "";
  overflow: auto;
}
.workBox:hover {
  background: rgba(117, 23, 63, 0.2);
}
.workBox > div {
  margin: 1em;
}
.workBox img {
  margin-bottom: 0.8em;
}
.workBox img + div {
  padding: 0 0.5em;
  background: #000;
}
.workBox h3 {
  font-size: 1.1em;
  color: #000;
  font-weight: 500;
}
@media (max-width: 480px) {
  .workBox h3 {
    font-size: 0.95em;
    line-height: 1.2em;
  }
  .workBox .tag span {
    font-size: 12px;
    padding: 2px 5px;
  }
}

.tag {
  margin: 5px 0 0;
}
.tag span {
  display: inline-block;
  color: #fff;
  background: #e62e5e;
  padding: 3px 8px;
  margin-bottom: 3px;
  border-radius: 5px;
  font-size: 13px;
}

.page {
  background: url(../images/bg_page.png) no-repeat top center;
  padding-top: 65px;
  padding-bottom: 2em;
  min-height: 1000px;
}

.grid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: auto;
}
.grid.small {
  max-width: 600px;
}
@media (max-width: 1600px) {
  .grid {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .grid {
    max-width: 960px;
  }
}

.btnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.btnList .button {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 10px;
  background: #000;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  margin: 3px;
}
.btnList .button:active, .btnList .button.is-checked {
  background: linear-gradient(125deg, #8c1478, #e62e5e);
}
.btnList .button:hover {
  background: #e62e5e;
}
@media (max-width: 768px) {
  .btnList {
    margin-bottom: 0;
  }
  .btnList .button {
    font-size: 16px;
    padding: 5px 10px;
    margin: 5px;
  }
}

.grid.content {
  max-width: 960px;
  padding: 0 15px;
}
.grid.content .btnList {
  padding: 0;
}

.workContents {
  padding-bottom: 4em;
}
.workContents .catagory {
  font-size: 17px;
  color: #626262;
  position: relative;
  padding-right: 60px;
  line-height: 2em;
}
.workContents .catagory:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #626262;
  position: absolute;
  right: 0;
  top: 50%;
}
.workContents .workIntro {
  max-width: 560px;
  margin: 2em 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .workContents {
    padding-top: 2em;
  }
}
@media (max-width: 480px) {
  .workContents {
    padding-bottom: 0;
  }
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em !important;
}
@media (max-width: 480px) {
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-size: contain;
  }
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  width: 100%;
}

.gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .gallery-thumbs {
    height: 50px;
  }
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

article h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
article ul {
  list-style: square;
  margin-left: 20px;
}
article ul li {
  margin-bottom: 2em;
  line-height: 1.8em;
}

.artistWrap {
  display: flex;
  flex-direction: row;
  overflow: hidden; /* 必加，不然圖片hover放大會破*/
}

.artistBox {
  width: 50%;
  display: block;
}
.artistBox > div {
  margin: 1em;
}
.artistBox .artistImg {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.artistBox .artistImg img {
  height: auto;
  transition: 0.2s ease;
}
.artistBox .artistImg img:hover {
  transform: scale(1.1);
}
.artistBox .artistName {
  background: #e62e5e;
  color: #fff;
  padding: 0.3em 1em;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.artistBox .artistName span {
  font-size: 14px;
  display: block;
}
.artistBox .artistLink {
  display: flex;
  justify-content: center;
}
.artistBox .artistLink a {
  display: block;
  position: relative;
  width: 30px;
  height: 40px;
  margin: 0 2px;
}
.artistBox .artistLink a.fb {
  background: url(../images/artists/link_fb.png);
}
.artistBox .artistLink a.yt {
  background: url(../images/artists/link_yt.png);
}
.artistBox .artistLink a.ig {
  background: url(../images/artists/link_ig.png);
}
.artistBox .artistLink a.tw {
  background: url(../images/artists/link_tw.png);
}
.artistBox .artistLink a.fb, .artistBox .artistLink a.yt, .artistBox .artistLink a.ig, .artistBox .artistLink a.tw {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.artistBox .artistLink a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .artistBox {
    width: 33.333%;
  }
  .artistBox .artistName {
    font-size: 25px;
  }
  .artistBox .artistName span {
    font-size: 16px;
    display: inline;
    margin-left: 8px;
  }
  .artistBox .artistLink a {
    width: 37px;
    height: 38px;
    margin: 10px;
  }
}
@media (min-width: 1280px) {
  .artistBox {
    width: 25%;
  }
  .artistBox > div {
    margin: 2em;
  }
}

.comingsoon {
  font-size: 2rem;
  color: #B7B7B7;
  text-align: center;
  margin: 2rem 0;
}

.text-link {
  color: #e62e5e;
  display: inline-block;
  text-decoration: underline;
}
.text-link:hover {
  opacity: 0.8;
}

.table-link {
  color: #13141a;
  text-decoration: underline;
}
.table-link:hover {
  opacity: 0.8;
}

.download-pdf {
  color: #13141a;
  text-decoration: underline;
  margin: 3px 0;
}
.download-pdf:before {
  content: "";
  background: url(../images/icon_pdf.png) no-repeat;
  width: 23px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.download-pdf:hover {
  opacity: 0.8;
}

.investor-btn {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto;
}
.investor-btn a {
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(125deg, #8c1478, #e62e5e);
  padding: 0.8rem 2rem;
  border-radius: 10px;
}
.investor-btn a:hover {
  opacity: 0.8;
}

.investor-paragraph {
  margin-bottom: 3rem;
}
.investor-paragraph h3 {
  font-size: 1.2rem;
  color: #e62e5e;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.investor-paragraph p {
  margin-bottom: 1rem;
}
.investor-paragraph ol {
  list-style: decimal;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.investor-news-grid {
  max-width: 700px;
  margin: auto;
  padding: 2rem 0 0;
}

.investor-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.investor-step p {
  text-align: center;
  font-size: 1.125rem;
}
.investor-step p span {
  color: #e62e5e;
}

.investor-p1-3 {
  max-width: 900px;
}

.normal_list_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
.normal_list_box:last-child {
  border-bottom: none;
}

.normal_list_title {
  color: #e62e5e;
  word-break: keep-all;
}

.investor-p1-flexbox {
  display: flex;
  flex-direction: column;
}
.investor-p1-flexbox > div:first-child .normal_list_box:last-child {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .investor-p1-flexbox > div:first-child .normal_list_box:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .investor-p1-flexbox {
    flex-direction: row;
  }
  .investor-p1-flexbox > div {
    width: 100%;
  }
  .investor-p1-flexbox > div:first-child {
    margin-right: 2rem;
  }
}

.normal_table {
  width: 100%;
}
.normal_table tr:nth-child(odd) {
  background: #F5F2F2;
}
.normal_table th {
  text-align: left;
  background: #f6b7c7;
}
.normal_table th, .normal_table td {
  padding: 0.8rem;
  border-right: 1px solid #e6e6e6;
}
.normal_table th:last-child, .normal_table td:last-child {
  border-right: none;
}
.normal_table.investor-p1-2 td:first-child {
  width: 130px;
  word-break: keep-all;
}
.normal_table.investor-p1-4 td:nth-child(2) {
  word-break: keep-all;
}
.normal_table.investor-p2-3 td:first-child {
  width: 85px;
}
.normal_table.investor-p2-3 td:nth-child(n+2) {
  width: 18%;
}