@charset "UTF-8";
@-webkit-keyframes slide-top {
  0% {
    transform: translateY(50%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-top {
  0% {
    transform: translateY(50%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes flip-vertical-right {
  0% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0); } }

@keyframes flip-vertical-right {
  0% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0); } }

@-webkit-keyframes scale {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); } }

@keyframes scale {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes animShutter {
  0% {
    transform: scale3d(0.01, 1, 1); }
  50% {
    transform: scale3d(1, 1, 1); }
  99.9% {
    transform: translate3d(100%, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0; } }

@keyframes animShutter {
  0% {
    transform: scale3d(0.01, 1, 1); }
  50% {
    transform: scale3d(1, 1, 1); }
  99.9% {
    transform: translate3d(100%, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes titleopacity {
  0% {
    opacity: 0; }
  99.9% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes titleopacity {
  0% {
    opacity: 0; }
  99.9% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.flip-vertical-right {
  -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

* {
  outline: none; }

html, body {
  width: 100%;
  height: auto;
  background: #fefefe;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", "Noto Sans TC";
  color: #231815;
  letter-spacing: .1rem; }

::-moz-selection {
  background: #52CAC7;
  color: #ffffff; }

::selection {
  background: #52CAC7;
  color: #ffffff; }

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

img {
  width: 100%;
  height: auto; }

a, button {
  text-decoration: none;
  transition: .3s ease-in-out;
  border: none; }

.scrollup {
  width: 45px;
  height: 45px;
  fill: white;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 1;
  background-color: #52CAC7;
  border-radius: 50%;
  transition: none; }
  .scrollup:hover {
    opacity: .8; }

nav {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #ffffff;
  transition: .3s ease-in-out;
  color: #52CAC7;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  nav ul {
    width: 40%;
    height: 100%;
    display: inline-flex;
    align-items: center; }
  nav li {
    width: calc(100% / 5);
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left; }
    nav li a {
      width: 100%;
      height: 100%;
      align-items: center;
      color: #231815;
      text-align: center;
      font-size: 1rem;
      display: inline-block;
      padding: 17px 0; }
      nav li a:hover {
        color: #52CAC7; }
  nav .menulogo {
    width: auto;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    cursor: pointer;
    float: left; }
    nav .menulogo h1 {
      font-size: 0; }
      nav .menulogo h1 a {
        display: block; }
      nav .menulogo h1 img {
        width: 116px;
        height: 30px; }
  nav .showmenu {
    display: none; }

.navbar-fixed-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  background: #52CAC7; }
  .navbar-fixed-top li:after {
    color: #ffffff; }
  .navbar-fixed-top li a {
    color: #ffffff;
    font-weight: lighter; }
    .navbar-fixed-top li a:hover {
      color: #231815; }

.slick-slide {
  outline: none; }

ul.slick-dots {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 10px;
  display: block;
  list-style: none;
  text-align: center; }
  ul.slick-dots li {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    ul.slick-dots li button {
      width: 15px;
      height: 15px;
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #999999;
      border-radius: 100%; }
  ul.slick-dots .slick-active button {
    background: #3B4455; }

.animShutter {
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-animation: 1s animShutter forwards;
          animation: 1s animShutter forwards;
  -webkit-animation-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
          animation-timing-function: cubic-bezier(0.56, 0, 0.11, 1);
  transform-origin: 0 0;
  transform: scale3d(0, 1, 1); }

.titleopacity {
  -webkit-animation-name: titleopacity;
          animation-name: titleopacity; }

section {
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 5%;
  line-height: 1.8;
  position: relative; }
  section .inside-title {
    text-align: center;
    color: #ffffff;
    background-color: #52CAC7;
    overflow: hidden;
    position: relative;
    padding: 2%;
    z-index: 2; }
    section .inside-title h2 {
      font-size: 2rem; }
    section .inside-title h3::after {
      width: 40px;
      height: 2px;
      content: " ";
      margin: 4px auto 20px;
      background: #ffffff;
      display: block; }
    section .inside-title .mask {
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
      background-position: left top;
      background-size: 4px 4px;
      background-repeat: repeat;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .3;
      z-index: -1; }
  section .title {
    margin: 2rem auto .5rem;
    text-align: left;
    position: relative; }
    section .title .type-title {
      width: 100%;
      height: 100%; }
      section .title .type-title h2 .animShutter {
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      section .title .type-title h2, section .title .type-title h3 {
        display: inline-block;
        overflow: hidden;
        position: relative; }
        section .title .type-title h2 span, section .title .type-title h3 span {
          opacity: 0;
          -webkit-animation: .5s titleopacity forwards;
                  animation: .5s titleopacity forwards; }
        section .title .type-title h2::after, section .title .type-title h3::after {
          opacity: 0;
          -webkit-animation: .8s titleopacity forwards;
                  animation: .8s titleopacity forwards; }
    section .title h3 {
      margin: 0;
      font-weight: normal;
      display: inline-block;
      position: relative;
      padding-right: 50px;
      letter-spacing: .2rem; }
      section .title h3::after {
        width: 40px;
        height: 1px;
        content: "";
        position: absolute;
        background: #231815;
        right: 0;
        top: 50%; }
    section .title p {
      margin-top: 0; }
  section .detail {
    padding: 2% 20%; }

.blue-bgc {
  background: #52CAC7; }

.dark-bgc {
  background: #3B4455; }

.blue-bgc, .dark-bgc {
  color: #ffffff; }
  .blue-bgc .title h3::after, .dark-bgc .title h3::after {
    background: #ffffff; }
  .blue-bgc h1, .blue-bgc h2, .blue-bgc h3, .blue-bgc h4, .blue-bgc h5, .dark-bgc h1, .dark-bgc h2, .dark-bgc h3, .dark-bgc h4, .dark-bgc h5 {
    font-weight: normal; }

[class*="select"] ul {
  width: 100%;
  height: auto;
  display: inline-flex;
  margin: 20px auto;
  align-items: center;
  justify-content: space-around; }
  [class*="select"] ul li {
    color: #231815;
    cursor: pointer;
    transition: .3s ease-in-out; }
    [class*="select"] ul li a {
      color: #231815; }
      [class*="select"] ul li a:hover {
        color: #52CAC7; }
    [class*="select"] ul li::after {
      transition: .3s ease-in-out;
      width: 0;
      height: 1px;
      content: " ";
      margin: 0 auto;
      background: #52CAC7;
      display: block; }
    [class*="select"] ul li:hover {
      color: #52CAC7; }
      [class*="select"] ul li:hover::after {
        width: 80%;
        height: 1px; }
  [class*="select"] ul .active {
    color: #52CAC7; }
    [class*="select"] ul .active::after {
      transition: .3s ease-in-out;
      width: 80%;
      height: 1px;
      content: " ";
      margin: 0 auto;
      background: #52CAC7;
      display: block; }

.tab {
  display: none;
  transition: .3s ease-in-out; }

.tab.active {
  display: block;
  -webkit-animation: 1s opacity ease-in-out;
          animation: 1s opacity ease-in-out; }

.more-btn {
  width: 100%;
  height: auto;
  margin-top: 2%;
  text-align: center; }
  .more-btn button {
    padding: 1rem 0;
    border-radius: 1rem;
    color: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    cursor: pointer;
    position: relative;
    font-size: 1.2rem; }
    .more-btn button::after {
      width: 24px;
      height: 24px;
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      transform-origin: center;
      background-size: 24px auto;
      background: url("../images/icon-next.svg") no-repeat left center;
      transition: .3s ease-in-out; }
    .more-btn button:hover::after {
      right: 10px; }

section#banner {
  padding: 0; }
  section#banner .slick-slide {
    position: relative; }
    section#banner .slick-slide .slide-title {
      width: 100%;
      height: 100%;
      z-index: 2;
      position: absolute;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.3); }
      section#banner .slick-slide .slide-title h3 {
        color: #ffffff;
        text-shadow: 0px 0px 15px #231815;
        font-size: 4rem;
        letter-spacing: .2rem;
        font-weight: normal;
        padding: 0;
        margin: 0; }
  section#banner .slick-current .slide-title h3, section#banner .slick-active .slide-title h3 {
    -webkit-animation: 1s scale ease-in-out forwards .2s;
            animation: 1s scale ease-in-out forwards .2s; }

section#works {
  position: relative; }
  section#works a {
    color: #231815; }
    section#works a .work-block {
      box-shadow: 0 0 10px #cccccc; }
    section#works a .work-inner {
      overflow: hidden;
      position: relative;
      display: block; }
      section#works a .work-inner .work-img {
        width: 100%;
        height: auto;
        padding-top: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        section#works a .work-inner .work-img::before {
          content: "";
          display: inline-block;
          width: 100%;
          height: 100%;
          background: #000;
          position: absolute;
          top: 0;
          opacity: .5; }
  section#works .works_slider {
    position: relative;
    margin-left: 20%; }
    section#works .works_slider ul.slick-dots {
      width: auto;
      height: auto;
      bottom: -20px;
      text-align: left;
      margin-left: 15px; }
    section#works .works_slider .slick-slide {
      margin: 10px; }
      section#works .works_slider .slick-slide .works-slider-detail {
        width: auto;
        height: auto;
        padding: 10px;
        display: none; }
        section#works .works_slider .slick-slide .works-slider-detail .works-slider-title p {
          display: none; }
        section#works .works_slider .slick-slide .works-slider-detail .works-slider-title h4 {
          color: #999999;
          font-size: .8rem; }
    section#works .works_slider .slick-current .work-block .work-inner {
      width: 100%;
      height: 50%; }
      section#works .works_slider .slick-current .work-block .work-inner .work-img {
        width: 100%;
        height: auto;
        background-size: 100%;
        margin: auto;
        background-position: center; }
        section#works .works_slider .slick-current .work-block .work-inner .work-img::before {
          opacity: 0; }
    section#works .works_slider .slick-current .works-slider-detail {
      width: 50vw;
      height: auto;
      opacity: 0;
      -webkit-animation: .25s opacity ease-in-out forwards .2s;
              animation: .25s opacity ease-in-out forwards .2s;
      float: left;
      display: inline; }
      section#works .works_slider .slick-current .works-slider-detail .works-slider-title p {
        display: block; }
  section#works .more-btn button {
    width: 15%;
    height: auto;
    background: #52CAC7; }
    section#works .more-btn button:hover {
      background: #37b2af; }
  section#works .works-items {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    section#works .works-items a {
      width: calc(50% - 40px);
      height: auto;
      margin: 20px;
      color: #231815; }
      section#works .works-items a .works-item {
        width: 100%;
        height: 100%; }
        section#works .works-items a .works-item .works-item-img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          box-sizing: border-box;
          box-shadow: 0 0 10px #cccccc;
          font-size: 0; }
          section#works .works-items a .works-item .works-item-img img {
            transition: .3s ease-in-out; }
        section#works .works-items a .works-item .works-item-films {
          width: 100%;
          height: 0;
          overflow: hidden;
          box-sizing: border-box;
          box-shadow: 0 0 10px #cccccc;
          font-size: 0;
          position: relative;
          padding-bottom: 56.25%; }
          section#works .works-items a .works-item .works-item-films iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
        section#works .works-items a .works-item:hover .works-item-img img {
          transform: scale(1.1);
          transition: .3s ease-in-out; }
  section#works .worsk-item-detail {
    padding: 10px 0; }
    section#works .worsk-item-detail h4 {
      font-size: .8rem;
      color: #999999; }
    section#works .worsk-item-detail h4.title {
      font-size: 1rem;
      color: #52CAC7; }
    section#works .worsk-item-detail h3 {
      padding: 0 0 10px; }
    section#works .worsk-item-detail a.work-link {
      vertical-align: middle;
      display: inline-flex;
      margin: 3.5px; }
      section#works .worsk-item-detail a.work-link:hover {
        box-shadow: 0 0 5px #cccccc;
        border-radius: 50%; }
      section#works .worsk-item-detail a.work-link img {
        width: 20px;
        height: 20px; }
  section#works .work-gallery {
    width: 100%;
    height: auto;
    margin: 2% auto; }
  section#works .back {
    margin: 20px auto; }
    section#works .back a {
      color: #999999;
      position: relative; }
      section#works .back a::before {
        content: "<";
        position: absolute;
        left: -10px;
        transition: .1s ease-in-out;
        opacity: 1; }
      section#works .back a:hover {
        color: #52CAC7; }
        section#works .back a:hover::before {
          left: -20px;
          opacity: 0; }
  section#works .works-tags {
    width: 100%;
    height: auto;
    color: #999999; }
    section#works .works-tags ul {
      width: 100%;
      height: auto;
      display: inline-flex;
      margin: 20px auto 0;
      align-items: center;
      justify-content: flex-start;
      font-size: .8rem;
      font-weight: bold; }
      section#works .works-tags ul li {
        padding: 0 20px;
        position: relative; }
        section#works .works-tags ul li::before {
          width: 1px;
          height: 50%;
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          border-left: 1px solid #999999;
          padding: 0 10px;
          margin: 0; }
        section#works .works-tags ul li:first-child {
          padding: 0 20px 0 0; }
          section#works .works-tags ul li:first-child::before {
            content: none; }

section#service .slick-slider {
  margin: 10px auto;
  display: inline-flex; }
  section#service .slick-slider .slick-list, section#service .slick-slider .slick-track {
    display: flex;
    flex: 1; }

section#service .service_slider {
  width: 100%;
  height: auto;
  display: flex; }
  section#service .service_slider .service-box {
    flex: 1;
    background: #ffffff;
    padding: 5px 15px;
    margin: 15px 10px;
    text-align: center;
    color: #231815;
    position: relative;
    display: inline-block; }
    section#service .service_slider .service-box:nth-child(2) {
      -webkit-animation-delay: .1s;
              animation-delay: .1s; }
    section#service .service_slider .service-box:nth-child(3) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    section#service .service_slider .service-box:nth-child(4) {
      -webkit-animation-delay: .3s;
              animation-delay: .3s; }
    section#service .service_slider .service-box .icon {
      width: 40%;
      height: auto;
      margin: auto;
      padding: 15px;
      padding-bottom: 5px; }
    section#service .service_slider .service-box h3 {
      color: #3B4455;
      font-weight: bold;
      padding: 5px 0;
      font-size: 1.2rem; }
    section#service .service_slider .service-box ul, section#service .service_slider .service-box li {
      padding: 5px 0;
      text-align: left; }
    section#service .service_slider .service-box ul {
      padding: 0 0 20%; }
      section#service .service_slider .service-box ul li {
        margin-left: 10px; }
        section#service .service_slider .service-box ul li::before {
          content: "•";
          color: #52CAC7;
          margin-left: -10px; }
    section#service .service_slider .service-box .more-btn {
      position: absolute;
      bottom: 30px;
      left: 0; }
      section#service .service_slider .service-box .more-btn button {
        width: 90%;
        height: auto;
        background: #666F82;
        transform: scale(0.8); }
        section#service .service_slider .service-box .more-btn button:hover {
          background: #3B4455; }

section#service .service-group {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5% 0 3%;
  position: relative;
  align-items: center;
  justify-content: space-between; }
  section#service .service-group .service-img {
    width: 40%;
    height: auto;
    margin: auto; }
  section#service .service-group .service-item {
    width: 50%;
    height: auto;
    padding: 0 15px; }
    section#service .service-group .service-item h3 {
      color: #52CAC7;
      display: flex;
      align-items: center;
      padding: .2rem 0; }
      section#service .service-group .service-item h3::before {
        width: 24px;
        height: 24px;
        content: "";
        display: inline-block;
        background: url(../images/title_logo.svg) no-repeat;
        background-size: 24px 24px;
        padding-right: 5px; }
    section#service .service-group .service-item .service-detail {
      padding-left: 30px;
      position: relative; }
      section#service .service-group .service-item .service-detail::before {
        width: 2px;
        height: 100%;
        content: "";
        display: inline-block;
        background: #52CAC7;
        position: absolute;
        margin-left: -20px; }
  section#service .service-group .service-works {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem auto; }
    section#service .service-group .service-works .service-works-title {
      width: 100%;
      height: auto;
      text-align: center;
      padding: 2% 0;
      position: relative; }
      section#service .service-group .service-works .service-works-title::before, section#service .service-group .service-works .service-works-title::after {
        width: 20%;
        height: 1px;
        content: "";
        display: inline-block;
        background: #52CAC7;
        position: absolute;
        top: 50%; }
      section#service .service-group .service-works .service-works-title::before {
        left: 25%; }
      section#service .service-group .service-works .service-works-title::after {
        right: 25%; }
    section#service .service-group .service-works .films {
      width: calc(100% / 4);
      height: auto; }
      section#service .service-group .service-works .films .works-item-films {
        width: 100%;
        height: 0;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: 0 0 10px #cccccc;
        font-size: 0;
        position: relative;
        padding-bottom: 56.25%; }
        section#service .service-group .service-works .films .works-item-films iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    section#service .service-group .service-works a {
      width: calc(100% / 5);
      height: auto;
      color: #231815; }
      section#service .service-group .service-works a:hover {
        color: #52CAC7; }
      section#service .service-group .service-works a .works-item {
        margin: auto 10px;
        overflow: hidden; }
        section#service .service-group .service-works a .works-item img {
          transition: .3s ease-in-out; }
        section#service .service-group .service-works a .works-item:hover img {
          transform: scale(1.1);
          transition: .3s ease-in-out; }
  section#service .service-group:nth-child(even) {
    flex-direction: row-reverse; }

section#about {
  position: relative; }
  section#about h4 {
    font-size: 1.2rem;
    margin-top: 15px;
    padding: 0 10px;
    background: #666F82;
    display: inline-block; }
  section#about p {
    margin: 10px auto; }
  section#about .logo-icon {
    width: 15%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    background: #231815; }
    section#about .logo-icon img {
      width: 100%;
      height: auto;
      margin: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

section#people .people-group ul {
  display: inline-flex;
  flex-wrap: wrap; }
  section#people .people-group ul li {
    width: calc(100% / 3);
    height: auto;
    position: relative;
    font-size: 0;
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
    section#people .people-group ul li:nth-child(2n+2) {
      -webkit-animation-delay: .1s;
              animation-delay: .1s; }
    section#people .people-group ul li:nth-child(2n+3) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    section#people .people-group ul li:hover img {
      filter: brightness(0.8); }
    section#people .people-group ul li:hover .person {
      opacity: 1;
      bottom: 15px; }

section#people .people-group .person {
  transition: .3s ease-in-out;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
  opacity: 0;
  font-size: 1rem; }

section#people .people-group img {
  transition: .3s ease-in-out;
  filter: brightness(1); }

section#people .people_slider_for {
  width: 100%;
  height: auto; }
  section#people .people_slider_for .person-group {
    width: 100%;
    height: auto;
    display: flex; }
    section#people .people_slider_for .person-group img {
      width: 50%;
      height: auto; }
    section#people .people_slider_for .person-group .person-detail {
      margin-left: 40px; }
      section#people .people_slider_for .person-group .person-detail h4 {
        font-size: 1.2rem; }
      section#people .people_slider_for .person-group .person-detail h5 {
        font-size: 1rem; }
      section#people .people_slider_for .person-group .person-detail p {
        margin: 15px auto; }
      section#people .people_slider_for .person-group .person-detail hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #999999; }
    section#people .people_slider_for .person-group .person-tags {
      width: 100%;
      height: auto;
      color: #999999; }
      section#people .people_slider_for .person-group .person-tags ul {
        width: 100%;
        height: auto;
        display: inline-flex;
        margin: 20px auto 0;
        align-items: center;
        justify-content: flex-start;
        font-size: .8rem;
        font-weight: bold; }
        section#people .people_slider_for .person-group .person-tags ul li {
          margin: 0 10px 0 0;
          padding: 0 10px;
          border: 1px solid #999999;
          color: #999999;
          border-radius: 25px;
          font-weight: normal; }
          section#people .people_slider_for .person-group .person-tags ul li::before {
            content: "#"; }

section#people .people_slider_nav {
  margin: 10% auto auto; }
  section#people .people_slider_nav p, section#people .people_slider_nav hr, section#people .people_slider_nav .person-tags {
    display: none; }

section#contact .title {
  text-align: center; }
  section#contact .title h3 {
    padding: 0; }
    section#contact .title h3::after {
      display: none; }

section#contact .contact-detail {
  width: 100%;
  height: auto;
  display: inline-flex; }
  section#contact .contact-detail .contact-form {
    flex: 2;
    margin: 2rem 1rem 0 1rem;
    position: relative; }
    section#contact .contact-detail .contact-form::after {
      width: 1px;
      height: 50%;
      content: "";
      border-right: 1px solid #666666;
      position: absolute;
      right: -10%;
      top: 50%;
      transform: translateY(-70%); }
    section#contact .contact-detail .contact-form form {
      display: flex;
      flex-direction: column; }
      section#contact .contact-detail .contact-form form label {
        width: 100%;
        height: auto;
        margin: 1rem auto;
        display: block;
        text-align: center; }
        section#contact .contact-detail .contact-form form label span {
          display: inline-block; }
        section#contact .contact-detail .contact-form form label input[type="text"], section#contact .contact-detail .contact-form form label textarea {
          width: 70%;
          height: auto;
          padding: 10px;
          border: 2px solid #ffffff;
          background: #ffffff;
          border-radius: 3px;
          vertical-align: middle;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          box-sizing: border-box;
          line-height: 1.2; }
          section#contact .contact-detail .contact-form form label input[type="text"]:focus, section#contact .contact-detail .contact-form form label textarea:focus {
            border: 2px solid #52CAC7; }
      section#contact .contact-detail .contact-form form button {
        width: 40%;
        height: auto;
        cursor: pointer;
        padding: .8rem 0;
        border: none;
        background: #52CAC7;
        color: #ffffff;
        border-radius: 1rem;
        font-size: 1.2rem;
        margin: 1rem auto;
        position: relative;
        overflow: hidden; }
        section#contact .contact-detail .contact-form form button::after {
          width: 24px;
          height: 24px;
          content: "";
          display: inline-block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 20px;
          transform-origin: center;
          background-size: 24px auto;
          background: url("../images/icon-mail.svg") no-repeat left center;
          transition: .1s ease-in-out; }
        section#contact .contact-detail .contact-form form button:hover {
          background-color: #37b2af; }
          section#contact .contact-detail .contact-form form button:hover::after {
            right: -30px; }
  section#contact .contact-detail .contact-qrcode {
    flex: 2;
    margin: auto 1rem;
    justify-content: center;
    align-items: center;
    text-align: center; }

footer {
  width: 100%;
  height: auto;
  background: #231815;
  padding: 20px 10%;
  box-sizing: border-box;
  display: inline-flex; }
  footer .footer-logo {
    flex: 1; }
  footer .footer-nav {
    flex: 4;
    color: #ffffff;
    font-size: 1rem;
    text-align: right;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between; }
    footer .footer-nav p {
      font-size: .8rem; }
    footer .footer-nav ul {
      display: inline-flex;
      text-align: center;
      justify-content: flex-end; }
      footer .footer-nav ul li {
        position: relative; }
        footer .footer-nav ul li a {
          color: #999999;
          padding: 0 20px;
          margin: 0 auto; }
          footer .footer-nav ul li a:hover {
            color: #52CAC7; }
        footer .footer-nav ul li::after {
          content: "";
          width: 1px;
          height: 50%;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          border-right: 1px solid #666666;
          padding: 0 10px;
          margin: 0; }
        footer .footer-nav ul li:last-child::after {
          border: none; }

.error {
  width: 100%;
  height: auto;
  margin: 3rem auto;
  text-align: center;
  background: #ffffff; }
  .error img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    margin: auto; }
  .error h3 {
    font-size: 1.6rem; }
  .error p {
    padding: 1rem 0; }
  .error a {
    cursor: pointer;
    padding: .8rem 2rem;
    background: #52CAC7;
    color: white;
    border-radius: 1rem;
    font-size: 1.2rem;
    margin: 1rem auto;
    text-decoration: none;
    display: inline-block;
    transition: .3s ease-in-out; }
    .error a:hover {
      background: #37b2af; }

@media all and (max-width: 1600px) {
  section .detail {
    padding: 2% 10%; }
  section#works .works_slider {
    margin-left: 10%; }
  section#about .logo-icon {
    width: 20%;
    height: 100%;
    right: 10%; }
  section#people .people_slider_for img {
    width: 40%;
    height: auto;
    margin: auto; }
  section#people .people_slider_for .person-group .person-detail {
    margin-left: 20px; } }

@media all and (max-width: 1024px) {
  nav {
    width: 100%;
    height: auto;
    height: 0;
    min-height: 0;
    z-index: 999;
    position: absolute;
    top: 0;
    transition: .3s ease-in-out; }
    nav ul {
      width: 100%;
      max-height: 0;
      overflow: hidden;
      float: left; }
      nav ul li {
        width: 100%;
        height: 50px; }
        nav ul li a {
          color: #ffffff; }
    nav .showmenu {
      width: 60px;
      height: 60px;
      font-size: 2rem;
      display: flex;
      float: right;
      align-items: center;
      justify-content: center;
      fill: #231815;
      z-index: 999; }
      nav .showmenu svg {
        margin-bottom: 2px; }
  .navbar {
    width: 100%;
    height: 60px;
    background: #52CAC7; }
  .menu-show {
    height: 310px;
    color: #ffffff;
    overflow: hidden; }
    .menu-show ul {
      max-height: 250px;
      display: inline-block;
      float: left; }
    .menu-show li {
      width: 100%;
      height: 50px;
      text-align: center;
      color: #ffffff;
      margin: 0; }
      .menu-show li a {
        width: 100%;
        height: 100%;
        color: #ffffff;
        justify-content: center;
        display: inline-flex;
        margin: auto;
        padding: 0; }
        .menu-show li a:hover {
          background-color: #37b2af;
          color: #ffffff; }
  section .detail {
    padding: 2%; }
  section .inside-title {
    margin-top: 60px; }
  section [class*="select"] ul {
    flex-wrap: wrap; }
  section#banner {
    margin-top: 60px; }
    section#banner .slick-slide .slide-title h3 {
      font-size: 2rem; }
  section#works .works_slider {
    margin-left: 0;
    margin: 20px; }
    section#works .works_slider ul.slick-dots {
      width: 100%;
      height: auto;
      text-align: center;
      margin: 0; }
    section#works .works_slider .works-slider-detail {
      display: none; }
    section#works .works_slider .slick-current .work-block .work-inner .work-img {
      width: 100%;
      height: 100%;
      padding-top: 100%;
      background-size: 100%; }
    section#works .works_slider .slick-current .work-block .works-slider-detail {
      width: 100%;
      height: auto;
      margin: 0;
      display: block; }
      section#works .works_slider .slick-current .work-block .works-slider-detail .works-slider-title {
        display: block; }
  section#works .more-btn {
    margin-top: 5%; }
    section#works .more-btn button {
      width: 50%;
      height: auto; }
  section#service h3 {
    font-size: 1.5rem; }
  section#service .slick-slider {
    display: inline-flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap; }
    section#service .slick-slider .slick-list, section#service .slick-slider .slick-track {
      display: inline-flex; }
    section#service .slick-slider .service-box {
      width: 100%;
      height: auto;
      margin: 10px;
      display: block; }
      section#service .slick-slider .service-box .icon {
        width: 30%;
        height: auto; }
      section#service .slick-slider .service-box ul {
        padding-bottom: 25%; }
    section#service .slick-slider ul.slick-dots {
      bottom: -20px; }
  section#people .people-group ul li:hover .person {
    bottom: 0; }
  section#people .people-group .person {
    padding-bottom: 10px;
    opacity: 1;
    position: relative;
    color: #231815; }
  section#people .people_slider_for img {
    width: 60%;
    height: auto;
    margin: auto; }
  section#people .people_slider_for .person-group {
    display: inline; }
    section#people .people_slider_for .person-group .person-detail {
      margin: 10px 0 0 0; }
  footer {
    display: flex;
    flex-direction: column;
    padding: 20px 2%; }
    footer .footer-logo {
      width: 60%;
      height: auto;
      margin: auto;
      flex: 1;
      padding: 1rem 0; }
    footer .footer-nav {
      flex: 1;
      text-align: center; }
      footer .footer-nav ul {
        justify-content: center;
        padding: 1rem 0; }
        footer .footer-nav ul li a {
          padding: 0 10px; } }

@media all and (max-width: 768px) {
  html, body {
    font-size: 16px; }
  nav li a {
    font-size: 1.1rem; }
  .menu-show li a {
    font-size: 1.1rem; }
  section .title .type-title h2 {
    font-size: 2.5rem; }
  section [class*="select"] ul {
    text-align: center; }
    section [class*="select"] ul li {
      width: 100%;
      height: auto;
      padding: 5px 0; }
      section [class*="select"] ul li:hover::after {
        width: 30%;
        height: 1px; }
  section#banner {
    padding-bottom: 30px; }
    section#banner .slick-dots {
      bottom: -20px; }
  section#works .more-btn {
    margin-top: 10%; }
  section#works .works-items {
    display: flex;
    flex-direction: column; }
    section#works .works-items a {
      width: 100%;
      height: auto;
      margin: 0; }
  section#works .works-tags ul li {
    padding: 0 10px;
    text-align: center; }
  section#works .back {
    margin-left: 10px; }
  section#service .service_slider .service-box ul li {
    text-align: center;
    margin-left: 0; }
    section#service .service_slider .service-box ul li::before {
      content: none; }
  section#service .service-group:nth-child(n) {
    flex-direction: column; }
    section#service .service-group:nth-child(n) .service-item {
      width: calc(100% - 30px);
      height: auto; }
      section#service .service-group:nth-child(n) .service-item h3 {
        align-items: start; }
        section#service .service-group:nth-child(n) .service-item h3::before {
          margin-top: 9px; }
    section#service .service-group:nth-child(n) .service-works .service-works-title::before {
      left: 15%; }
    section#service .service-group:nth-child(n) .service-works .service-works-title::after {
      right: 15%; }
    section#service .service-group:nth-child(n) .service-works a {
      width: 100%;
      height: auto;
      margin: auto; }
  section#about {
    overflow: hidden; }
    section#about .logo-icon {
      width: 110%;
      height: auto;
      position: relative;
      display: inline-flex;
      top: auto;
      right: auto;
      transform: none;
      padding: 0 10px;
      box-sizing: border-box;
      margin-left: -5%; }
      section#about .logo-icon img {
        width: 40%;
        height: auto;
        position: relative;
        display: inline-flex;
        top: auto;
        right: auto;
        transform: none; }
  section#people .people_slider_for .person-group .person-tags ul {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column; }
    section#people .people_slider_for .person-group .person-tags ul li {
      margin: 5px 0; }
  section#contact .contact-detail {
    flex-direction: column; }
    section#contact .contact-detail .contact-form::after {
      display: none; }
    section#contact .contact-detail .contact-form form label input[type="text"], section#contact .contact-detail .contact-form form label textarea {
      width: 100%;
      height: auto; }
    section#contact .contact-detail .contact-form form button {
      width: 100%;
      height: auto; }
  footer .footer-nav ul {
    flex-wrap: wrap; } }
