@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0 2.5rem;
  top: 0px;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}

body .sectiontop {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  body .sectiontop {
    height: 50vh;
  }
}

body .sectiontop .topWrapper {
  height: 85%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .sectiontop .topWrapper .aboutbox {
  padding: 3.5% 8em;
  background: #f8f9f9;
}

@media screen and (max-width: 768px) {
  body .sectiontop .topWrapper .aboutbox {
    padding: 0;
    display: none;
  }
}

body .sectiontop .topWrapper .aboutbox .about {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

body .sectiontop .topWrapper .aboutbox .about:hover .sentence {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #cfcfcf;
  opacity: 100%;
}

body .sectiontop .topWrapper .aboutbox .about img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body .sectiontop .topWrapper .aboutbox .about img {
    width: auto;
    height: 75vh;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body .sectiontop .topWrapper .aboutbox .about .box {
  padding: 100px;
  background: #212529;
  width: 50%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
}

@media screen and (max-width: 768px) {
  body .sectiontop .topWrapper .aboutbox .about .box {
    width: auto;
    height: 75vh;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body .sectiontop .topWrapper .aboutbox .about .box .description {
  margin-top: 30px;
}

body .sectiontop .topWrapper .resume {
  text-decoration: none;
  color: #cfcfcf;
  text-align: center;
  display: none;
}

@media screen and (max-width: 768px) {
  body .sectiontop .topWrapper .resume {
    display: block;
  }
}

body .sectiontop .logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

body .sectiontop .logoWrapper .logo {
  height: 100%;
  max-width: unset;
}

body .sectiontop .logoWrapper .navbar-head {
  text-decoration: none;
  color: #212529;
  font-family: 'Bebas Neue', cursive;
}

body .sectiontop nav {
  position: absolute;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px #f2f2f2;
          box-shadow: 0px 5px 15px #f2f2f2;
  z-index: 1;
  left: 0;
}

@media screen and (max-width: 768px) {
  body .sectiontop nav {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body .sectiontop nav .navbar {
  list-style: none;
}

@media screen and (max-width: 768px) {
  body .sectiontop nav .navbar {
    display: block;
    /*隱藏選單開始*/
    max-height: 0px;
    overflow: hidden;
    /*隱藏選單結束*/
    -webkit-transition: max-height 1.5s;
    transition: max-height 1.5s;
    margin-top: 1px;
    padding-left: 0;
    /*絕對定位疊在網頁上*/
    position: absolute;
    z-index: 100;
    /*header 80px+1px boder 線條*/
    top: 20px;
    left: 0;
    right: 0;
    /*left跟right寫0，呈現滿版*/
    background: #FFF;
  }
}

body .sectiontop nav .navbar li {
  float: left;
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 768px) {
  body .sectiontop nav .navbar li {
    display: block;
    float: none;
    border-bottom: 1px dashed #212529;
    margin-left: 0;
  }
}

body .sectiontop nav .navbar li a {
  padding: 30px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #111;
}

body .sectiontop nav .navbar li a:hover {
  color: #666;
}

@media screen and (max-width: 768px) {
  body .sectiontop nav .navbar li a {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

body .sectiontop nav .showmenu {
  display: none;
}

@media screen and (max-width: 768px) {
  body .sectiontop nav .showmenu {
    display: block;
    float: right;
    margin: 1em;
    z-index: 1030;
  }
}

@media screen and (max-width: 768px) {
  body .sectiontop nav .menu-show {
    max-height: 2000px;
  }
}

body .sectiontop .fixed {
  position: fixed;
  top: 0;
}

body .sectioncase {
  min-height: 92vh;
  margin-top: 8vh;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  body .sectioncase {
    margin-top: 0;
  }
}

body .sectioncase .caseWrapper .casebox .close {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body .sectioncase .caseWrapper .casebox .casecard {
  margin: 12px 0;
}

body .sectioncase .caseWrapper .casebox .casecard .card {
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

body .sectioncase .caseWrapper .casebox .casecard .card .thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #F8F9F9;
  position: relative;
}

body .sectioncase .caseWrapper .casebox .casecard .card .thumbnail:hover .subtitle {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 5;
}

body .sectioncase .caseWrapper .casebox .casecard .card .thumbnail img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

body .sectioncase .caseWrapper .casebox .casecard .card .thumbnail img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 10%;
}

body .sectioncase .caseWrapper .casebox .casecard .card .subtitle {
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #212529;
}

body .sectioncase .caseWrapper .casebox .casecard .card .head {
  margin-top: 20px;
  text-align: center;
  color: #212529;
}

body .sectioncase .caseWrapper .casebox .casecard .card .description {
  padding: 3px 10px;
  color: #666666;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */