@charset "UTF-8";
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto; }
  .category a {
    margin: 12px 8px;
    padding: 16px 24px;
    line-height: 18px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(69, 126, 167, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(69, 126, 167, 0.05); }
    .category a:hover {
      color: #457EA7; }

.active {
  border: 1px solid #457EA7;
  color: #457EA7; }

@media (max-width: 430px) {
  .category a {
    margin-top: 4px; } }

.category {
  max-width: 1260px; }

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1260px;
  margin: 40px auto 0px; }
  .projects .project {
    max-width: 375px;
    margin: 0 10px 50px; }
    .projects .project .mask {
      border-radius: 12px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden; }
      .projects .project .mask:hover {
        -webkit-box-shadow: 0px 4px 10px 0px rgba(1, 77, 132, 0.15);
        box-shadow: 0px 4px 10px 0px rgba(1, 77, 132, 0.15); }
      .projects .project .mask:before {
        content: '';
        width: 90%;
        height: 90%;
        background-color: rgba(1, 77, 132, 0.5);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        opacity: 0; }
      .projects .project .mask:after {
        content: '瀏覽專案';
        font-family: 'Noto Sans CJK TC';
        color: #fff;
        font-weight: 700;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        letter-spacing: 0.1em;
        opacity: 0; }
      .projects .project .mask:hover::before, .projects .project .mask:hover::after {
        opacity: 1; }
      .projects .project .mask img {
        display: block; }
    .projects .project h4 {
      color: #457EA7;
      font-size: 15px;
      font-weight: 400;
      margin-top: 12px; }
      .projects .project h4::before {
        content: '#'; }
    .projects .project p {
      font-size: 20px;
      color: #231916;
      font-weight: 400;
      margin-left: 6px;
      width: calc(100% - 80px); }

.link_arrow {
  position: absolute;
  right: -15px;
  top: 314px; }

.pagination {
  margin-bottom: 120px; }

.project_case .top_head {
  margin-bottom: 0; }
  .project_case .top_head h1 {
    font-size: 36px;
    background: rgba(1, 77, 132, 0.6);
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    top: initial;
    bottom: 40px;
    padding: 0 10px; }
    .project_case .top_head h1:last-of-type {
      bottom: -30px; }
  .project_case .top_head .background-image {
    width: 100%;
    height: 660px;
    overflow: hidden;
    background-image: url(../img/project/project_01_case_header.png);
    background-size: cover; }
    .project_case .top_head .background-image img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0; }
  .project_case .top_head .breadcrumbs {
    top: initial;
    bottom: -64px; }

.project_case .case_intro {
  width: 100%;
  height: 350px;
  background: #F5F5F5;
  padding: 88px 8vw 100px;
  margin-bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .project_case .case_intro > p {
    width: 45%;
    color: #878787;
    line-height: 180%; }
  .project_case .case_intro .background_intro {
    max-width: 530px;
    width: 45%;
    height: 280px;
    padding: 42px;
    padding-top: 98px;
    bottom: -20px;
    background: #FFFFFF;
    border: 1px solid #EBF1F3;
    -webkit-box-shadow: 0px 4px 4px rgba(73, 171, 208, 0.05);
    box-shadow: 0px 4px 4px rgba(73, 171, 208, 0.05);
    border-radius: 5px; }
    .project_case .case_intro .background_intro:before {
      content: 'Background';
      font-family: 'Montserrat';
      font-weight: 300;
      font-size: 42px;
      line-height: 51px;
      color: #457EA7;
      position: absolute;
      right: 42px;
      top: 34px; }
    .project_case .case_intro .background_intro p {
      font-size: 17px;
      margin-bottom: 12px;
      color: #272727; }
    .project_case .case_intro .background_intro p:before {
      content: '';
      width: 4px;
      height: 8px;
      background-color: #457EA7;
      position: absolute;
      left: -12px;
      top: 10px; }

.project_case .container {
  margin-bottom: 160px;
  padding: 0 160px; }
  .project_case .container .head_line {
    margin-left: 0; }
  .project_case .container .title {
    color: #457EA7;
    font-weight: 500;
    font-size: 24px;
    margin-top: 42px;
    margin-bottom: 10px; }
  .project_case .container p {
    margin-bottom: 24px;
    color: #878787; }
  .project_case .container img {
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05); }
  .project_case .container .buttons {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-right: 0; }
  .project_case .container .pic_row {
    width: 100vw;
    overflow: hidden;
    height: 340px;
    margin-top: 23px;
    margin-bottom: 97px;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .project_case .container .pic_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .project_case .container .pic {
    width: 332px;
    height: 300px;
    margin: 0 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(73, 171, 208, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(73, 171, 208, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .project_case .container .pic img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%; }
    .project_case .container .pic:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      margin: 0 20px; }
  .project_case .container .videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .project_case .container .videobox iframe {
      position: absolute;
      width: calc(100% - 14px);
      height: 100%;
      left: 7px;
      top: 0; }
  .project_case .container .fullscreen {
    position: relative;
    width: 100vw;
    height: 0;
    margin-top: 53px;
    padding-bottom: 56.25%;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px); }
    .project_case .container .fullscreen iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0; }

.lg-actions {
  top: 50%; }

@media (max-width: 430px) {
  .projects {
    margin-top: 0; }
    .projects .project {
      margin-top: 20px;
      margin-bottom: 20px; }
    .projects .link_arrow {
      right: 0; }
  .project_case .top_head .breadcrumbs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: initial;
    bottom: -60px;
    right: 0;
    line-height: 150%;
    margin-right: 16px;
    margin-left: 16px;
    max-width: 100%; }
  .project_case .top_head h1 {
    font-size: 24px;
    bottom: 60px;
    max-width: 90%;
    bottom: 0 !important; }
  .project_case .top_head .background-image {
    height: 450px;
    background-position: center; }
  .project_case .case_intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 4vw;
    padding-right: 4vw; }
    .project_case .case_intro > p {
      width: 100%;
      display: block; }
    .project_case .case_intro .background_intro {
      padding: 32px;
      padding-top: 104px;
      width: 100%;
      height: auto;
      margin: 10px 18px; }
      .project_case .case_intro .background_intro:before {
        font-size: 30px; }
      .project_case .case_intro .background_intro p {
        font-size: 16px;
        margin-bottom: 11px; }
  .project_case .container {
    padding: 0 16px;
    margin-top: 350px; }
    .project_case .container .title {
      font-size: 17px; }
    .project_case .container h2.head_line {
      margin-top: 280px; }
    .project_case .container .buttons {
      margin-right: 0; }
    .project_case .container .pic_row {
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
      margin-bottom: 42px; }
    .project_case .container .pic_group {
      -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
      transform: translateX(4px); }
    .project_case .container .pic {
      width: calc(100vw - 30px);
      margin: 0 15px; }
      .project_case .container .pic img {
        width: 100%; }
    .project_case .container .videobox iframe {
      width: calc(100% - 4px);
      left: 2px; }
    .project_case .container .fullscreen {
      -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
      transform: translateX(-16px); } }
