@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.formtable {
  background-color: #DF0539;
  border: 1px solid white;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable input, .formtable select, .formtable textarea {
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DF0539;
  background: white;
  width: 100%;
  border-radius: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #DF0539;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.2em 0.3em;
}
@media all and (max-width: 768px) {
  .formtable input, .formtable select, .formtable textarea {
    font-size: 0.75em;
  }
}
@media all and (min-width: 769px) {
  .formtable input, .formtable select, .formtable textarea {
    font-size: 1.375em;
  }
}
.formtable input:focus, .formtable select:focus, .formtable textarea:focus {
  outline: none;
}
@media all and (max-width: 575px) {
  .formtable input, .formtable select, .formtable textarea {
    padding: 0 0.3em;
  }
}
.formtable ::-webkit-input-placeholder {
  color: #DF0539;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable :-moz-placeholder {
  color: #DF0539;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable ::-moz-placeholder {
  color: #DF0539;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable :-ms-input-placeholder {
  color: #DF0539;
  font-family: "Noto Sans TC", sans-serif;
}
.formtable select::-ms-expand {
  display: none;
}
@media screen\0  {
  .formtable select {
    background: url("../svg/select_down_bk.svg") no-repeat calc(100% - 20px) 50%/1.2em;
  }
}
.formtable select {
  color: #777;
  background: url("../svg/select_down_bk.svg") no-repeat calc(100% - 20px) 50%/1.2em;
}
@media all and (max-width: 575px) {
  .formtable select {
    background-position: calc(100% - 10px) 50%;
    background-size: 0.8em;
  }
}
.formtable label {
  position: relative;
  display: block;
  font-weight: 900;
  color: white;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .formtable label {
    font-size: 0.75em;
  }
}
@media all and (min-width: 769px) {
  .formtable label {
    font-size: 1.375em;
  }
}
@media all and (min-width: 576px) {
  .formtable label {
    margin-bottom: 0.2em;
  }
}
.formtable label i {
  color: #DF0539;
}
@media all and (max-width: 768px) {
  .formtable .form-group:not(:first-child) {
    margin-top: 0.8em;
  }
}
@media all and (min-width: 769px) {
  .formtable .form-group {
    margin-bottom: 1.5em;
  }
}
.formtable .btn {
  border: 1px solid white;
  background-color: #DF0539;
  border-radius: 5px;
  color: white;
  padding: 0.3em 0.7em;
  font-weight: 900;
  margin-top: 0.2em;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .formtable .btn {
    font-size: 0.75em;
  }
}
@media all and (min-width: 769px) {
  .formtable .btn {
    font-size: 1.75em;
  }
}
@media all and (max-width: 575px) {
  .formtable .btn {
    margin-top: 0.5em;
  }
}
@media all and (min-width: 769px) {
  .formtable .btn {
    border-radius: 15px;
  }
  .formtable .btn:hover {
    color: #DF0539;
    background-color: white;
  }
}
section {
  min-height: 100vh;
}
@media all and (min-width: 576px) and (max-width: 768px) {
  section:not(.section-slogn) {
    min-height: 50vh;
  }
  section.section-slogn .txt {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin-top: -10vw;
  }
  section.section-work .block-title {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin-bottom: 0;
  }
  section.section-about {
    padding-top: 0;
    min-height: 40vh;
  }
  section.section-about .titlebx {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  section.section-about .info {
    margin-top: -9vw;
    width: 80%;
    margin-left: 12%;
  }
  section.section-about li {
    font-size: 1em;
  }
  section.section-about .ob-line {
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
  }
  section.section-service .block-title {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin: -5vw auto 0;
  }
  section.section-service li img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  section.section-awards .block-title {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  section.section-awards li {
    font-size: 1em;
  }
  section.section-contact .block-title {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.section-slogn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-slogn .txt {
  width: 76vw;
  margin-top: -2vw;
}
.section-slogn .txt img {
  width: 100%;
}
.section-slogn .scrdown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  font-size: 0.75em;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .section-slogn .pc_use {
    display: none;
  }
  .section-slogn .txt {
    margin-top: 0;
    width: 100%;
    padding: 0 1em;
  }
}
@media all and (min-width: 769px) {
  .section-slogn .mo_use {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .section-slogn .scrdown {
    -webkit-transform: translateX(-50%) scale(0.55);
            transform: translateX(-50%) scale(0.55);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    bottom: 25px;
  }
}

.section-work .block-title {
  width: 49vw;
  margin-bottom: 12px;
}
.section-work .slick-slide img {
  width: 100%;
}
.section-work .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.section-work .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
}
.section-work .slick-dots li {
  border-radius: 100%;
  border: 3px solid #DF0539;
  background: #DF0539;
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 6px;
}
.section-work .slick-dots li.slick-active {
  width: 24px;
  height: 24px;
  background: white;
}
@media all and (min-width: 576px) {
  .section-work img.mo_use {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .section-work img.pc_use {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .section-work .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  .section-work .slick-dots {
    bottom: -30px;
  }
  .section-work .slick-dots li {
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .section-work .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: white;
  }
  .section-work .block-title {
    width: 80%;
    margin: 8vw auto;
  }
}

.section-about {
  padding: 25vw 17.5vw 10vw;
}
.section-about ul {
  display: none;
}
.section-about li {
  border-left: 5px solid #DF0539;
  margin-bottom: 1.5em;
}
@media all and (max-width: 768px) {
  .section-about li {
    font-size: 0.75em;
  }
}
@media all and (min-width: 769px) {
  .section-about li {
    font-size: 2.1vw;
  }
}
.section-about li.nbdr {
  border: none;
  padding-left: calc(5px + 0.4em);
}
.section-about li.nbdr div {
  padding: 0;
}
.section-about li i {
  color: white;
  font-weight: 700;
  display: inline-block;
  background: #DF0539;
  padding: 0 0.5em 0 0.4em;
}
.section-about li div {
  font-weight: 500;
  padding: 0.2em 0 0 0.4em;
}
.section-about .imgbtn {
  cursor: pointer;
}
.section-about .imgbtn span {
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
}
.section-about .imgbtn .closed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.section-about .imgbtn.is-show .open {
  opacity: 0;
}
.section-about .imgbtn.is-show .closed {
  opacity: 1;
}
.section-about .ob-line {
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-10vw);
          transform: translateY(-10vw);
}
@media all and (min-width: 1440px) {
  .section-about li {
    font-size: 1.6875em;
  }
}
@media all and (min-width: 769px) {
  .section-about .titlebx {
    width: 62vw;
    margin: 0 auto 4vw;
  }
  .section-about .titlebx .mo_use {
    display: none;
  }
  .section-about .imgbtn {
    position: absolute;
    right: 0%;
    bottom: 2.5%;
    width: 46%;
  }
}
@media all and (max-width: 768px) {
  .section-about {
    padding: 35vw 9.5vw 15vw;
  }
  .section-about .ob-line {
    -webkit-transform: translateY(-40vw);
            transform: translateY(-40vw);
  }
  .section-about .titlebx {
    margin-bottom: 6vw;
  }
  .section-about .titlebx .pc_use {
    display: none;
  }
  .section-about .imgbtn {
    width: 90%;
    position: absolute;
    top: 29.8%;
    left: 15%;
  }
  .section-about .imgbtn i {
    width: 120%;
    height: 1.8vw;
    background-color: #DF0539;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.section-service {
  margin-bottom: 3vw;
}
.section-service .block-title {
  width: 58vw;
  margin-bottom: 5vw;
}
.section-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-bottom: 1px solid #DF0539;
  border-left: 1px solid #DF0539;
}
.section-service li {
  border-top: 1px solid #DF0539;
  border-right: 1px solid #DF0539;
  width: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}
@media all and (min-width: 991px) {
  .section-service li.mo_use {
    display: none;
  }
}
@media all and (min-width: 991px) and (max-width: 1399px) {
  .section-service li {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }
  .section-service li.li-null:not(.lg) {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .section-service li {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  .section-service li.li-null {
    display: none;
  }
  .section-service li.pc_use {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .section-service {
    margin-bottom: 15vw;
  }
  .section-service .block-title {
    width: 94vw;
    margin: 10vw auto;
  }
}

.section-awards li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .section-awards li {
    font-size: 0.75em;
  }
}
@media all and (min-width: 769px) {
  .section-awards li {
    font-size: 2.1vw;
  }
}
.section-awards li i {
  width: 3.5em;
  font-weight: 900;
}
.section-awards li div {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (min-width: 991px) {
  .section-awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-awards .block-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: right;
  }
  .section-awards .block-title img.awards {
    width: 52vw;
  }
  .section-awards ul {
    padding-left: 2vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 40%;
  }
  .section-awards .imgbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 2vw 2vw;
  }
}
@media all and (min-width: 1440px) {
  .section-awards ul {
    padding-left: 7vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .section-awards .imgbx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    padding: 2vw 4vw;
  }
  .section-awards li {
    font-size: 1.6875em;
  }
}
@media all and (max-width: 990px) {
  .section-awards {
    padding: 0 6vw 15vw;
    min-height: 0;
  }
  .section-awards ul {
    padding-left: 3vw;
    margin: 10vw 0;
  }
  .section-awards .imgbx {
    -webkit-transform: translateX(-4vw);
            transform: translateX(-4vw);
  }
}

.section-contact .block-title {
  width: 57vw;
}
.section-contact .img-hand {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 10;
  pointer-events: none;
}
@media all and (min-width: 991px) {
  .section-contact .row-flex {
    padding: 4vw 0 7vw;
  }
  .section-contact .formtable {
    width: 640px;
    max-width: 40%;
    padding: 30px;
    margin-left: 7vw;
  }
  .section-contact .img_mo {
    display: none;
  }
  .section-contact .img_pc {
    position: absolute;
    bottom: -10%;
    left: 40%;
    width: 60%;
    height: 100%;
  }
  .section-contact .img_pc img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .section-contact .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1920px) {
  .section-contact .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-contact .formtable {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
}
@media all and (max-width: 990px) {
  .section-contact {
    min-height: 0;
  }
  .section-contact .formtable {
    width: 76%;
    padding: 8px 25px 8px 25px;
    position: absolute;
    bottom: 10%;
    left: 12%;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .section-contact .img_pc {
    display: none;
  }
  .section-contact .row-flex {
    max-width: 25em;
    width: 96%;
    margin: 4vw auto 0vw;
  }
}
@media all and (min-width: 769px) and (max-width: 990px) {
  .section-contact .formtable {
    padding: 45px;
  }
  .section-contact .row-flex {
    max-width: 50em;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .section-contact .block-title {
    margin: 10vw auto 0;
  }
}
@media all and (max-width: 768px) {
  .section-contact .block-title {
    width: 94vw;
    margin: 10vw auto;
  }
}