@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
/* 重設基本樣式 */
* {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0px solid transparent;
  color: #202020;
  text-align: left;
  list-style: none;
  line-height: 1.5;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  scroll-behavior: smooth;
}

h1 {
  font-size: 48px;
  color: #202020;
  font-family: 'Noto Sans TC', sans-serif;
}

h2 {
  font-size: 42px;
  font-weight: bold;
  color: #202020;
  text-align: center;
  font-family: 'Noto Sans TC', sans-serif;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  color: #202020;
  font-family: 'Noto Sans TC', sans-serif;
  margin-bottom: 2rem;
}

h4 {
  font-size: 24px;
  font-weight: normal;
  color: #202020;
  font-family: 'Noto Sans TC', sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: normal;
  color: #202020;
  font-family: 'Noto Sans TC', sans-serif;
}

p {
  font-size: 18px;
  font-weight: lighter;
  color: #202020;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
}

li {
  font-size: 20px;
  font-weight: lighter;
  color: #202020;
  font-family: 'Noto Sans TC', sans-serif;
}

a {
  font-weight: lighter;
  color: #202020;
  text-decoration: none;
  font-family: 'Noto Sans TC', sans-serif;
}

a:hover {
  color: #202020;
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

.supline {
  display: block;
  width: 2px;
  height: 4rem;
  background: #4B4E65;
  opacity: 0.6;
  margin: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1rem 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .logo {
  width: 120px;
}

header .logo img {
  width: 100%;
}

header a.navbtn {
  display: none;
}

header .language {
  width: 128px;
}

header .language .language_btn {
  font-size: 20px;
  padding: 0 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}

header .language .language_btn.active {
  border: 1px solid #202020;
}

header .language .language_box {
  display: none;
  position: absolute;
  width: 128px;
  background: #fff;
}

header .language .language_box a {
  font-size: 20px;
  padding: 0.5rem;
  display: block;
  border-bottom: 1px solid #666666;
}

header .language .language_box a:last-child {
  border-bottom: none;
}

header .language .language_box a:hover {
  background: #e6e6e6;
}

header .language .language_box a.active {
  color: #afafaf;
}

nav {
  display: block;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav a.closebtn {
  display: none;
}

nav li {
  display: block;
  text-align: center;
  padding: 0 2rem;
  height: 30px;
  overflow: hidden;
}

nav li a {
  text-align: center;
}

nav li a span {
  display: block;
  text-align: center;
}

nav.ch-nav li:hover a span {
  margin-top: -32px;
}
/* ======footer-nav====== */
.footer-nav {
  width: 100%;
  margin: 2rem 0;
}
.footer-nav ul{
  display: flex;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.footer-nav ul li{
  
  text-align: center;
  padding: 0 2rem;
  height: 30px;
  overflow: hidden;
}
/* ==============^^^== */

section {
  position: relative;
}

footer {
  width: 100%;
  background: #EBEBEB;
  padding: 5rem 0 3rem;
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-nav {
  margin: 3rem 0;
}

footer .copyright p {
  font-size: 16px;
  color: #A5A5A5;
  text-align: center;
}

footer .copyright p span {
  color: #A5A5A5;
}

.link {
  position: fixed;
  right: 4rem;
  bottom: 3rem;
  z-index: 2;
}

.link li {
  width: 50px;
  margin: 1.5rem 0;
}

#totop {
  opacity: 0;
}

.banner {
  width: 100%;
  margin-top: 9rem;
}

.banner h3 {
  color: #fff;
  opacity: 0.8;
  text-align: center;
}

.banner .banner_img {
  padding: 6rem 0;
}

.banner .about_banner {
  background: url("../images/about.jpg");
  background-size: cover;
  background-position: bottom 25% center;
}

.banner .contact_banner {
  background: url("../images/contact.jpg");
  background-size: cover;
  background-position: bottom 25% center;
}

.banner .service_banner {
  background: url("../images/service.jpg");
  background-size: cover;
  background-position: bottom 30% center;
}

.banner .project_banner {
  background: url("../images/project.jpg");
  background-size: cover;
  background-position: top 35% center;
}

.container {
  max-width: 1340px;
  margin: auto;
}

.bg_blue {
  width: 100%;
  height: 420px;
  background-color: #4B4E65;
  position: relative;
  z-index: -2;
}

.list_box {
  max-width: 1380px;
  padding: 0 10rem;
  margin: auto;
}

.list_box .list {
  width: 33.333%;
  margin: auto;
}

.list_box .list .icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #EBEBEB;
  margin: auto;
  margin-bottom: 1rem;
}

.list_box .list .icon img {
  display: block;
  width: 60%;
  margin: auto;
}

.list_box .list h4 {
  text-align: center;
  letter-spacing: 8px;
}

.title {
  margin: 4rem 0;
}

.title h2 {
  font-size: 48px;
  line-height: 1;
}

.title h2.en {
  font-size: 72px;
}

.delay1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 1600px) {
  header {
    padding: 1rem 5vw;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: unset;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media screen and (max-width: 1280px) {
  header {
    height: 100px;
  }
  header .logo {
    width: 100px;
  }
  nav li {
    display: inline;
    padding: 0 1rem;
  }
  .banner {
    width: 100%;
    margin-top: 6.5rem;
  }
  .banner .banner_img {
    padding: 5rem 0;
  }
  footer {
    width: 100%;
    background: #EBEBEB;
    padding: 5rem 0 3rem;
    margin-top: 4rem;
  }
  footer .footer-nav {
    margin: 3rem 0;
  }
  .list_box {
    padding: 0 4rem;
  }
  .link {
    right: 1rem;
  }
  .link li {
    width: 35px;
    margin: 1.5rem 0;
  }
  .title h2 {
    font-size: 36px;
  }
  .title h2.en {
    font-size: 54px;
  }
}

@media screen and (max-width: 916px) {
  h2 {
    font-size: 30px;
  }
  header {
    height: 80px;
    padding: 1rem 2rem;
  }
  header a.navbtn, header a.closebtn {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 32px;
    right: 32px;
    cursor: pointer;
  }
  header .language {
    margin-right: 4rem;
  }
  header nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 15vh 0 0 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    display: block;
    text-align: center;
    padding: 2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  header nav ul li a {
    text-align: center;
    font-size: 12px;
  }
  header nav ul li a span {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: -0.5rem;
  }
  nav ul li , .footer-nav ul li {
    padding: 0 1rem;
  }
  nav.ch-nav li:hover a span {
    margin-top: 0;
  }
  .banner {
    margin-top: 5rem;
  }
  .banner .banner_img h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .delay1s {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .list_box {
    padding: 0 2rem;
  }
  .title h2 {
    font-size: 30px;
  }
  .title h2.en {
    font-size: 46px;
  }
}

@media screen and (max-width: 540px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .supline {
    height: 2.5rem;
  }
  header .logo {
    width: 80px;
  }
  header .language {
    margin-right: 3rem;
    width: 108px;
  }
  header .language .language_btn {
    font-size: 16px;
    padding: 0.25rem;
  }
  header .language .language_box {
    width: 108px;
  }
  header .language .language_box a {
    font-size: 16px;
  }
  .banner .banner_img {
    padding: 4rem 0;
  }
  .banner .banner_img h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .banner .contact_banner {
    background: url("../images/contact.jpg");
    background-size: cover;
    background-position: bottom 5% center;
  }
  .list_box .list .icon {
    margin-bottom: 0.5rem;
  }
  .title h2 {
    font-size: 24px;
  }
  .title h2.en {
    font-size: 20px;
  }
  footer {
    padding: 3rem 0 3rem;
    margin-top: 5rem;
  }
  footer .footer-nav {
    margin: 2rem 3rem;
  }
  footer .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-nav ul li {
    display: block;
    width: 50%;
    margin: 0.5rem 0;
  }
  footer .footer-nav ul li a {
    font-size: 16px;
  }
  footer .copyright p {
    font-size: 12px;
  }
  .container {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.carousel {
  max-width: 1340px;
  margin: auto;
  margin-top: 9rem;
  height: 660px;
}

.carousel .banner01 {
  background: url("../images/banner01.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 660px;
}

.carousel .banner02 {
  background: url("../images/banner02.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 660px;
}

.carousel .banner03 {
  background: url("../images/banner03.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 660px;
}

.philosophy {
  padding: 4rem 0 0;
}

.philosophy .supline {
  margin: 4rem auto;
}

.philosophy .list_box .list .icon:hover {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.philosophy .list_box .list .icon:hover:hover {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}

@media screen and (max-width: 1280px) {
  .carousel {
    width: 100%;
    padding: 0;
    margin-top: 6.5rem;
    height: 512px;
  }
  .carousel .banner01, .carousel .banner02, .carousel .banner03 {
    height: 512px;
  }
  .philosophy .supline {
    margin: 3rem auto;
  }
  .philosophy .list_box .list .icon {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 916px) {
  .carousel {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .carousel {
    margin-top: 5rem;
    height: 385px;
  }
  .carousel .banner01, .carousel .banner02, .carousel .banner03 {
    height: 385px;
  }
  .philosophy .supline {
    margin: 2rem auto;
  }
}

@media screen and (max-width: 540px) {
  .philosophy .list_box .list .icon {
    width: 80px;
    height: 80px;
  }
}

.about {
  background: #f5f1ec;
  padding: 8rem 0 4rem;
}

.about .about_info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .about_info .info_left {
  width: 65%;
  padding-right: 4rem;
}

.about .about_info .info_left .company_info {
  margin: 3rem 0 0;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .about_info .info_left .company_info .company_data p.num {
  font-size: 42px;
  font-weight: bold;
  color: #ce985b;
}

.about .about_info .info_left .company_info .company_data p.num span {
  font-size: 18px;
  margin-left: 0.5rem;
}

.about .about_info .info_right {
  width: 35%;
  padding-left: 4rem;
}

.about .about_info .about_img {
  width: 35%;
}

.about .about_info .about_img .target {
  display: block;
  background: url(../images/target.jpg);
  background-size: cover;
  background-position: center;
  width: 320px;
  height: 320px;
  margin: auto;
}

.about .about_info .vision_img {
  width: 65%;
  margin: 5rem 0;
}

.about .about_info .vision_img .vision {
  background: url(../images/vision.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 412px;
}

.history {
  position: relative;
  padding-bottom: 4rem;
}

.history .bg_blue {
  position: absolute;
  top: -12rem;
  left: 0;
}

.history .bg_blue .bg_light {
  width: 50%;
  height: 800px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#fff));
  background: linear-gradient(#EBEBEB, #fff);
  margin: auto;
  position: absolute;
  top: 8rem;
  left: 25%;
  z-index: -1;
}

.history .title {
  position: relative;
  margin-top: 12rem;
}

.history .time_line {
  width: 50%;
  padding: 2rem;
  margin: auto;
}

.history .time_line p {
  color: #707070;
  text-align: center;
}

.history .time_line p.year {
  font-weight: bold;
  color: #4B4E65;
}

.history .time_line .supline {
  height: 3rem;
  margin: 2rem auto;
}

.t1 {
  -webkit-animation: t1;
          animation: t1;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.t2 {
  -webkit-animation: t2;
          animation: t2;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.t3 {
  -webkit-animation: t3;
          animation: t3;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.t2, .t3 {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
}

@-webkit-keyframes t1 {
  0% {
    visibility: hidden;
  }
  3% {
    visibility: visible;
  }
  27% {
    visibility: visible;
  }
  30% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes t1 {
  0% {
    visibility: hidden;
  }
  3% {
    visibility: visible;
  }
  27% {
    visibility: visible;
  }
  30% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes t2 {
  0% {
    visibility: hidden;
  }
  33% {
    visibility: hidden;
  }
  36% {
    visibility: visible;
    top: 0;
  }
  60% {
    visibility: visible;
    top: 0;
  }
  63% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes t2 {
  0% {
    visibility: hidden;
  }
  33% {
    visibility: hidden;
  }
  36% {
    visibility: visible;
    top: 0;
  }
  60% {
    visibility: visible;
    top: 0;
  }
  63% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes t3 {
  0% {
    visibility: hidden;
  }
  66% {
    visibility: hidden;
  }
  69% {
    visibility: visible;
    top: 0;
  }
  94% {
    visibility: visible;
    top: 0;
  }
  97% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes t3 {
  0% {
    visibility: hidden;
  }
  66% {
    visibility: hidden;
  }
  69% {
    visibility: visible;
    top: 0;
  }
  94% {
    visibility: visible;
    top: 0;
  }
  97% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

.license {
  padding: 8rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.license .license_img {
  width: 50%;
}

.license .license_img .worker {
  background: url("../images/license.jpg");
  background-position: center;
  background-size: cover;
  width: 520px;
  height: 520px;
  float: right;
}

.license .license_info {
  width: 50%;
  padding: 0 4rem;
}

.license .license_info p {
  font-weight: normal;
  margin-bottom: 1rem;
}

.technician {
  padding: 4rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.technician .technician_info {
  width: 40%;
  padding: 0 4rem;
}

.technician .technician_info p {
  margin-bottom: 1rem;
}

.technician .technician_img {
  width: 60%;
}

.technician .technician_img .list_box {
  padding: 0;
}

.technician .technician_img .list_box .list .icon {
  width: 180px;
  height: 180px;
}

.technician .technician_img .list_box .list p {
  text-align: center;
}

.technician .technician_img .list_box .list .technician01 {
  background: url("../images/technician01.png");
  background-position: center;
  background-size: cover;
}

.technician .technician_img .list_box .list .technician02 {
  background: url("../images/technician02.png");
  background-position: center;
  background-size: cover;
}

.technician .technician_img .list_box .list .technician03 {
  background: url("../images/technician03.png");
  background-position: center;
  background-size: cover;
}

.join_us {
  background: #4B4E65;
  padding: 4rem 0;
  margin: 4rem auto 0;
}

.join_us h3 {
  color: #fff;
  text-align: center;
  margin: auto;
}

.join_us .alphabet {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}

.join_us .alphabet h3 {
  color: #fff;
  margin: 0 0.5rem;
}

.none_margin {
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .history .bg_blue .bg_light {
    width: 70%;
    left: 15%;
  }
  .history .time_line {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  .about {
    padding: 6rem 0 4rem;
  }
  .about .about_info {
    width: 100%;
    margin: 0;
  }
  .about .about_info .info_left {
    padding: 0 4rem;
  }
  .about .about_info .info_left .company_info {
    width: 100%;
  }
  .about .about_info .info_right {
    padding: 0 4rem;
  }
  .about .about_info .about_img .target {
    float: right;
  }
  .about .about_info .vision_img .vision {
    height: 480px;
  }
  .technician .technician_info {
    padding: 0 4rem 0 0;
  }
  .technician .technician_img .list_box .list .icon {
    width: 120px;
    height: 120px;
  }
  .technician .technician_img .list_box .list h4 {
    letter-spacing: normal;
  }
}

@media screen and (max-width: 916px) {
  .history .bg_blue .bg_light {
    width: 80%;
    left: 10%;
  }
  .history .time_line {
    width: 80%;
  }
  .about .about_info .info_left {
    width: 100%;
  }
  .about .about_info .info_right {
    width: 100%;
    margin-bottom: 3rem;
  }
  .about .about_info .about_img {
    width: 240px;
    margin: 4rem 0;
  }
  .about .about_info .about_img .target {
    width: 240px;
    height: 240px;
  }
  .about .about_info .vision_img {
    width: calc(100% - 240px);
    margin: 4rem 0;
  }
  .about .about_info .vision_img .vision {
    height: 240px;
  }
  .license {
    width: 100%;
    padding: 4rem 0;
    margin: 0;
  }
  .license .license_img .worker {
    float: left;
  }
  .license .license_info {
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3rem 4rem;
    background: rgba(248, 248, 248, 0.85);
  }
  .technician .technician_img .list_box .list .icon {
    width: 100px;
    height: 100px;
  }
  .technician .technician_img .list_box .list h4 {
    font-size: 20px;
  }
  .technician .technician_img .list_box .list p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 4rem 0;
  }
  .about .about_info .info_left .company_info .company_data p.num {
    font-size: 38px;
  }
  .about .about_info .info_left .company_info .company_data p.num span {
    font-size: 16px;
  }
  .history .title {
    margin-top: 8rem;
  }
  .history .time_line {
    padding: 0 2rem;
  }
  .history .time_line .supline {
    height: 1.5rem;
    margin: 2rem auto;
  }
  .technician {
    padding: 2rem 0;
  }
  .technician .technician_info {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 660px) {
  .technician .technician_info {
    width: 100%;
    padding: 0;
  }
  .technician .technician_img {
    width: 100%;
  }
  .technician .technician_img .list_box {
    margin: 2rem 0;
  }
  .technician .technician_img .list_box .list .icon {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 540px) {
  .about .about_info .info_left .company_info {
    margin-top: 2rem;
  }
  .about .about_info .info_left .company_info .company_data {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about .about_info .info_left .company_info .company_data p {
    display: inline;
    font-weight: bold;
  }
  .history .time_line {
    padding: 0 4rem;
  }
  .history .time_line .supline {
    margin: 1rem auto;
  }
  .about .about_info .info_left {
    padding: 0 2rem;
  }
  .about .about_info .info_left .company_info .company_data p.num {
    font-size: 32px;
  }
  .about .about_info .info_left .company_info .company_data p.num span {
    font-size: 16px;
  }
  .about .about_info .info_right {
    padding: 0 2rem;
  }
  .about .about_info .about_img {
    width: 30%;
    margin: 3rem 0;
  }
  .about .about_info .about_img .target {
    width: 100%;
    height: 144px;
    margin: auto;
  }
  .about .about_info .vision_img {
    width: 70%;
    margin: 3rem 0;
  }
  .about .about_info .vision_img .vision {
    width: 100%;
    height: 144px;
  }
  .license .license_img {
    width: 100%;
  }
  .license .license_img .worker {
    width: 100%;
  }
  .technician {
    padding: 0;
  }
  .technician .technician_info {
    width: 100%;
  }
  .technician .technician_img {
    width: 100%;
  }
  .technician .technician_img .list_box {
    margin: 2rem 0;
  }
  .technician .technician_img .list_box .list .icon {
    width: 80px;
    height: 80px;
  }
  .technician .technician_img .list_box .list h4 {
    font-size: 16px;
  }
  .join_us {
    margin: 2rem auto 0;
  }
}

@media screen and (max-width: 440px) {
  .license .license_img .worker {
    height: 420px;
  }
  .license .license_info {
    width: 100%;
    padding: 3rem 2rem;
  }
}

.contact_from {
  padding: 8rem 0 4rem;
}

.contact_from form {
  width: 100%;
  max-width: 880px;
  margin: auto;
  border: 3px solid rgba(75, 78, 101, 0.6);
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_from form h3 {
  width: 100%;
  text-align: center;
}

.contact_from form label {
  display: none;
  position: absolute;
  font-size: 16px;
  font-family: 'Noto Sans TC', sans-serif;
}

.contact_from form input, .contact_from form textarea {
  font-size: 16px;
  color: #4B4E65;
  font-family: 'Noto Sans TC', sans-serif;
  background: #EBEBEB;
  padding: 10px 16px;
  margin-bottom: 1.5rem;
}

.contact_from form input:focus, .contact_from form textarea:focus {
  background: #fafafa;
  outline: 1px dashed;
}

.contact_from form input {
  width: 46%;
}

.contact_from form input:nth-child(odd) {
  margin-right: 8%;
}

.contact_from form textarea {
  width: 100%;
}

.contact_from form button {
  font-size: 16px;
  color: #fff;
  background: #383838;
  padding: 10px 32px;
  margin: auto;
  cursor: pointer;
}

.contact_from form button:hover {
  background: #727272;
}

.contact_us {
  padding: 4rem 0;
}

.contact_us h3, .contact_us h5, .contact_us p {
  text-align: center;
}

.contact_us h5 {
  font-weight: bold;
}

.contact_us .headquarter_info {
  padding: 3rem;
}

.contact_us .headquarter_info .list {
  width: 50%;
  margin: 3rem auto;
}

.contact_us .headquarter_info .list .icon {
  width: 80px;
  height: 80px;
}

.contact_us .headquarter_info .list p {
  text-align: center;
  font-weight: normal;
}

.office {
  padding: 5rem 8rem;
  background: #F8F8F8;
  position: relative;
}

.office .title {
  position: absolute;
  margin: 2rem 3rem;
  bottom: 0;
  left: 0;
}

.office .office_img {
  background: url("../images/office.jpg");
  background-position: left 0 top 0;
  background-size: cover;
  width: 50%;
  min-height: 320px;
}

.office .office_info {
  width: 50%;
  padding-left: 4rem;
}

.office .office_info .office_box {
  margin-bottom: 1.5rem;
}

.office .office_info .office_box:last-child {
  margin-bottom: 0;
}

.office .office_info .office_box h5 {
  color: #4B4E65;
  margin-bottom: 1rem;
  font-weight: bold;
}

.office .office_info .office_box p {
  font-size: 16px;
}

.office_bg {
  position: absolute;
  bottom: 20%;
  height: 365px;
}

@media screen and (max-width: 1280px) {
  .office {
    padding: 4rem;
  }
  .office .title {
    margin: 2rem;
  }
  .office .office_img {
    width: 50%;
  }
  .office .office_info {
    width: 50%;
    padding-left: 3rem;
  }
  .office .office_info .office_box {
    margin-bottom: 1.5rem;
  }
  .office .office_info .office_box h5 {
    margin-bottom: 0.5rem;
  }
  .office .office_info .office_box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 916px) {
  .office {
    padding: 3rem;
  }
  .office .office_img {
    width: 40%;
    background-position: right -350px center;
  }
  .office .office_info {
    width: 60%;
    padding-left: 2rem;
  }
  .office .office_info .office_box p {
    font-size: 14px;
  }
  .office_bg {
    bottom: 18%;
    height: 365px;
  }
}

@media screen and (max-width: 768px) {
  .contact_from {
    padding: 4rem 0;
  }
  .contact_from form {
    width: 80%;
    max-width: unset;
    padding: 3rem 4rem;
  }
  .contact_from form label {
    display: none;
    font-size: 16px;
  }
  .contact_from form input {
    width: 100%;
  }
  .contact_from form input:nth-child(odd) {
    margin-right: 0;
  }
  .contact_us .headquarter_info {
    padding: 3rem 0;
  }
  .office {
    margin: 0 2rem;
  }
}

@media screen and (max-width: 540px) {
  .contact_from {
    padding: 4rem 0;
  }
  .contact_from form {
    width: 100%;
    max-width: 880px;
    margin: auto;
    border: 3px solid rgba(75, 78, 101, 0.6);
    padding: 2rem;
  }
  .contact_from form h3 {
    width: 100%;
    text-align: center;
  }
  .contact_from form label {
    font-size: 16px;
  }
  .contact_from form input, .contact_from form textarea {
    font-size: 16px;
    padding: 10px 16px;
    margin-bottom: 1.5rem;
  }
  .contact_from form button {
    font-size: 16px;
    padding: 10px 32px;
  }
  .contact_us {
    padding: 4rem 2rem 0;
  }
  .contact_us span.description {
    display: block;
    text-align: center;
  }
  .contact_us .headquarter_info {
    padding: 2rem 0;
  }
  .contact_us .headquarter_info .list {
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    border-bottom: 1px dashed rgba(75, 78, 101, 0.4);
  }
  .contact_us .headquarter_info .list:last-child {
    border-bottom: none;
  }
  .contact_us .headquarter_info .list .icon {
    width: 50px;
    height: 50px;
  }
  .office {
    margin: 0;
    margin-bottom: 144px;
    padding: 3rem 2rem;
  }
  .office .title {
    position: relative;
    width: 60%;
    margin: 0 0 2rem 0;
    bottom: 0;
    left: 0;
  }
  .office .title h2 {
    text-align: left;
  }
  .office .office_img {
    position: absolute;
    bottom: -144px;
    right: 0;
    background-position: bottom 0 right 0;
    width: 100%;
    min-height: 144px;
  }
  .office .office_info {
    width: 100%;
    padding-left: 0;
  }
  .office_bg {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .contact_from form {
    padding: 2rem;
    border: 2px solid rgba(75, 78, 101, 0.6);
  }
}

.service {
  padding: 4rem 0;
}

.service .service_box {
  width: 50%;
  padding: 2rem 3rem;
}

.service .service_box:nth-child(odd) {
  padding-left: 0;
}

.service .service_box:nth-child(even) {
  padding-right: 0;
}

.service .service_box h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.service .service_box .service01::before {
  content: "";
  background: url("../images/icon/service01.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.service .service_box .service02::before {
  content: "";
  background: url("../images/icon/service02.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.service .service_box .service03::before {
  content: "";
  background: url("../images/icon/service03.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.service .service_box .service04::before {
  content: "";
  background: url("../images/icon/service04.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.process .list_box {
  padding: 0;
}

.process .list_box .list {
  margin-bottom: 4rem;
}

.process .list_box .list h4 {
  letter-spacing: normal;
}

.plan {
  padding: 4rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.plan .plan_img {
  background: url("../images/plan.jpg");
  background-position: center;
  background-size: cover;
  width: 50vw;
  height: 720px;
}

.plan .plan_info {
  padding: 4rem;
}

.plan .plan_info h4 {
  font-weight: bold;
}

.plan .plan_info .plan_item {
  margin: 2rem 0;
  margin-left: 1.5rem;
  padding: 0 2rem;
  border-left: 2px solid rgba(75, 78, 101, 0.5);
}

.plan .plan_info .plan_item p {
  margin-left: 1rem;
  color: #3269b1;
}

.item01 {
  -webkit-animation-name: item01;
          animation-name: item01;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.item02 {
  -webkit-animation-name: item02;
          animation-name: item02;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.item03 {
  -webkit-animation-name: item03;
          animation-name: item03;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.item04 {
  -webkit-animation-name: item04;
          animation-name: item04;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.item05 {
  -webkit-animation-name: item05;
          animation-name: item05;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes item01 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  2% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  18% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  20% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@keyframes item01 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  2% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  18% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  20% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@-webkit-keyframes item02 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  18% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  38% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  40% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@keyframes item02 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  18% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  38% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  40% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@-webkit-keyframes item03 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  38% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  58% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@keyframes item03 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  38% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  58% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@-webkit-keyframes item04 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  58% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  78% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  80% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@keyframes item04 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  58% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  60% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  78% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  80% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@-webkit-keyframes item05 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  78% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  80% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  98% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@keyframes item05 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  78% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
  80% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  98% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    position: relative;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    position: absolute;
    opacity: 0;
  }
}

@media screen and (max-width: 1280px) {
  .process .list_box {
    padding: 0 4rem;
  }
  .process .list_box .list {
    margin-bottom: 4rem;
  }
  .process .list_box .list .icon {
    width: 140px;
    height: 140px;
  }
  .plan .plan_img {
    width: 40%;
  }
  .plan .plan_info {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 4rem 0;
  }
  .service .service_box {
    width: 50%;
    padding: 2rem;
  }
  .service .service_box:nth-child(odd) {
    padding: 2rem;
  }
  .service .service_box:nth-child(even) {
    padding: 2rem;
  }
  .service .service_box .service01::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .service .service_box .service02::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .service .service_box .service03::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .service .service_box .service04::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .process .list_box {
    padding: 0 2rem;
  }
  .process .list_box .list {
    width: 50%;
    margin-bottom: 4rem;
  }
  .plan .plan_img {
    width: 30%;
    height: 660px;
  }
  .plan .plan_info {
    width: 70%;
    padding: 3rem 0 3rem 2rem;
  }
}

@media screen and (max-width: 540px) {
  .service {
    padding: 2rem 0;
  }
  .service .service_box {
    width: 100%;
    padding: 1.5rem 0;
  }
  .service .service_box:nth-child(odd) {
    padding: 1.5rem 0;
  }
  .service .service_box:nth-child(even) {
    padding: 1.5rem 0;
  }
  .service .service_box h4 {
    margin-bottom: 0.5rem;
  }
  .process .list_box .list .icon {
    width: 80px;
    height: 80px;
  }
  .process .list_box .list h4 {
    font-size: 16px;
  }
  .plan .plan_img {
    width: 20%;
  }
  .plan .plan_info {
    width: 80%;
    padding-top: 0;
  }
  .plan .plan_info .plan_item {
    margin: 1.5rem 0;
    margin-left: 1rem;
    padding: 0 1rem;
  }
  .plan .plan_info .plan_item p {
    font-weight: normal;
  }
  .item01, .item02, .item03, .item04, .item05 {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

.project {
  padding: 4rem 0;
  background: #EBEBEB;
}

.project .tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project .tab button {
  font-size: 24px;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  letter-spacing: 2px;
  padding: 0.75rem 2rem;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #c7c7c7;
  margin: 0 0.25rem 0 0;
  float: left;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
}

.project .tab button:hover {
  padding: 1rem 2rem;
  opacity: 0.7;
}

.project .tab .active {
  opacity: 1;
  color: #fff;
  background-color: #3a3a3a;
  padding: 1rem 2rem;
}

.project .tab .active span {
  color: #fff;
}

.project .tab .active:hover {
  opacity: 1;
  margin: 0 0.25rem 0 0;
}

.project .project_list {
  display: none;
  padding: 4rem 6rem;
  background: rgba(255, 255, 255, 0.5);
}

.project .project_list h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1rem;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

.project .project_list h5:first-child {
  margin-top: 0;
}

.project .project_list p {
  font-weight: normal;
  color: #7d7d7d;
  line-height: 1.8;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

.project .project_list p.list::before {
  content: "";
  background: url("../images/dot.svg");
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  padding: 0 1.5rem 0 0;
}

.project #project01 {
  display: block;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.project_img {
  padding: 6rem 0 0;
}

.project_img h3 {
  text-align: center;
}

.project_img .photos {
  width: 100%;
  margin: 2rem 0;
}

.project_img .photos .pro {
  width: 20%;
  margin-bottom: 2rem;
}

.project_img .photos .pro img {
  width: 100%;
}

.project_img .photos .pro p {
  text-align: center;
  padding: 0.5rem 0;
}

.project_img h2 {
  margin-top: 3rem;
  letter-spacing: 8px;
  color: #ce985b;
}

.slick-prev, .slick-next {
  height: 40px;
  width: 40px;
  z-index: 1;
  opacity: 0.6;
  top: calc(50% - 32px);
}

.slick-prev::before, .slick-next::before {
  content: " ";
  opacity: 1;
}

.slick-prev:hover, .slick-next:hover {
  content: " ";
  opacity: 1;
}

.slick-prev:focus, .slick-next:focus {
  opacity: 1;
}

.slick-prev {
  background: url("../images/icon/pre.svg");
  left: 50px;
}

.slick-prev:focus {
  background: url("../images/icon/pre.svg");
}

.slick-next {
  background: url("../images/icon/next.svg");
  right: 50px;
}

.slick-next:focus {
  background: url("../images/icon/next.svg");
}

@media screen and (max-width: 1080px) {
  .project .tab button {
    font-size: 20px;
  }
}

@media screen and (max-width: 916px) {
  .project .tab button span {
    display: none;
  }
  .project .project_list {
    padding: 3rem;
  }
  .slick-prev, .slick-next {
    height: 30px;
    width: 30px;
  }
  .slick-prev {
    left: 30px;
  }
  .slick-next {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .project .project_list h5 {
    font-size: 20px;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 624px) {
  .project .tab button {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 0.75rem 1.25rem;
  }
  .project .tab button:hover {
    padding: 0.75rem 1.25rem;
  }
  .project .tab .active {
    padding: 0.75rem 1.25rem;
  }
  .project .tab .active:hover {
    padding: 0.75rem 1.25rem;
  }
}

@media screen and (max-width: 540px) {
  .project {
    padding: 3rem 0;
  }
  .project .project_box {
    margin: 0 2rem;
  }
  .project .tab button {
    font-size: 18px;
    margin-top: 0.5rem;
    padding: 0.75rem;
  }
  .project .tab button:active {
    margin-top: 0.5rem;
    padding: 0.75rem 1.25rem;
  }
  .project .tab button:hover {
    padding: 0.75rem;
  }
  .project .tab .active {
    margin-top: 0.5rem;
    padding: 0.75rem 1.25rem;
  }
  .project .tab .active:hover {
    margin-top: 0.5rem;
    padding: 0.75rem 1.25rem;
  }
  .project .project_list {
    padding: 2rem;
  }
  .project .project_list h5 {
    font-size: 16px;
    margin-top: 2rem;
  }
  .project .project_list p.list::before {
    background-size: 5px 5px;
    width: 5px;
    height: 5px;
    padding: 0 1rem 0 0;
  }
  .project_img {
    padding: 4rem 0 0;
  }
  .project_img .photos {
    width: 100%;
    margin: 0 0 2rem;
  }
  .project_img .photos .pro {
    width: 20%;
    margin: 0 2rem 1rem;
  }
  .project_img .photos .pro img {
    width: 100%;
  }
  .project_img .photos .pro p {
    font-size: 16px;
  }
  .slick-prev {
    left: 50px;
  }
  .slick-next {
    right: 50px;
  }
}
/*# sourceMappingURL=style.css.map */