@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600&family=Lato:wght@300;700;900&family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@-webkit-keyframes scrollDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes scrollDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes opacity {
  to {
    opacity: 0.3;
  }
}
@keyframes opacity {
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes lineBg {
  0%, 100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes lineBg {
  0%, 100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 通用class --------------------start */
.wrap {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; 
}
@media (max-width: 1180px) {
  .wrap {
    padding: 0 25px; 
  } 
}
.wrapBox {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto; 
}
.wrapBox.full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; 
}
@media (max-width: 1180px) {
  .wrapBox {
    padding-left: 20px;
    padding-right: 20px; 
  } 
}
.titleBox {
  position: relative;
  padding-left: 85px;
}
@media (max-width: 1180px) {
  .titleBox {
    padding-left: 75px;
  }
}
.titleBox .number {
  position: absolute;
  top: 0;
  left: 0;
  color: #bb1b21;
  font-size: 55px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .titleBox .number {
    font-size: 49px;
  }
}
.titleBox .twTitle {
  color: #333333;
  font: 500 22px "Noto Sans TC";
  letter-spacing: 0.8px;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox .twTitle {
    font-size: 20px;
  }
}
.titleBox .enTitle {
  color: #858484;
  font: 600 15px "Archivo";
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  padding-top: 3px;
}
@media (max-width: 1180px) {
  .titleBox .enTitle {
    font-size: 13px;
  }
}

.linkBtn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  height: 43px;
  color: #fff;
  font-size: 14px;
  background-color: #bb1b21;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 30px 10px 37px;
}
.linkBtn a::before {
  content: url(../images/project/link_icon.png);
  position: absolute;
  top: 14px;
  right: 19px;
}
.linkBtn a:hover {
  -webkit-box-shadow: 3px 3px 5px #bb1b21;
          box-shadow: 3px 3px 5px #bb1b21;
          color: #fff;
}

h1.title {
  color: #454545;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1180px) {
  h1.title {
    font-size: 45px;
  }
}

h2.subtitle {
  color: #454545;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.5px;
}
@media (max-width: 1180px) {
  h2.subtitle {
    font-size: 35px;
  }
}

h3.title {
  color: #454545;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  h3.title {
    font-size: 35px;
  }
}

h5.title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
h5.title.en {
  font-size: 15px;
  font-weight: 900;
  font-family: "Lato";
}
@media (max-width: 1180px) {
  h5.title {
    font-size: 15px;
  }
}

p.text {
  color: #585858;
  font-size: 16px;
  line-height: 1.73;
  letter-spacing: 0.9px;
}
@media (max-width: 1180px) {
  p.text {
    font-size: 15px;
  }
}

p.text2 {
  color: #333333;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.9px;
}
@media (max-width: 1180px) {
  p.text2 {
    font-size: 14px;
  }
}

.wide {
  max-width: 1625px;
}

.middle {
  max-width: 1440px;
}

.narrow {
  max-width: 1290px;
}

.line1 {
  width: 100%;
  height: 2px;
  background-color: #b81e1e;
}

.line2 {
  position: relative;
  width: 100%;
  background-color: #bfbfbf;
  height: 1px;
}
.line2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59px;
  height: 1px;
  background-color: #b81e1e;
}

.lineBg {
  position: absolute;
  top: 55%;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 82px;
  background: url(../images/project/three_img_line.png) repeat-x top/cover;
  -webkit-animation: lineBg 7s linear infinite;
          animation: lineBg 7s linear infinite;
  z-index: -1;
}
@media (max-width: 1180px) {
  .lineBg {
    display: none;
  }
}

div.list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0;
}
@media (max-width: 1180px) {
  div.list .item {
    padding: 15px 0;
  }
}
div.list .Img {
  width: 58px;
}
div.list .Img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
div.list .text {
  width: calc(100% - 58px);
  padding-left: 30px;
}
@media (max-width: 1180px) {
  div.list .text {
    padding-left: 25px;
  }
}

.colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -31px;
}
@media (max-width: 1180px) {
  .colorList {
    margin: 0 -20px;
  }
}
.colorList .colorItem {
  width: 25%;
  padding: 0 31px 35px;
}
@media (max-width: 1180px) {
  .colorList .colorItem {
    padding: 0 20px 35px;
  }
}
@media (max-width: 960px) {
  .colorList .colorItem {
    width: calc(100% / 3);
  }
}
@media (max-width: 768px) {
  .colorList .colorItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .colorList .colorItem {
    width: 100%;
  }
}
.colorList .colorBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84px;
  padding: 15px 36px 15px 26px;
  margin-bottom: 15px;
}
@media (max-width: 1180px) {
  .colorList .colorBox {
    height: 70px;
    padding: 10px 36px 10px 26px;
    margin-bottom: 10px;
  }
}
.colorList .colorBox.red {
  background-color: #bb1b21;
}
.colorList .colorBox.red .colorCode {
  background-color: #f1d1d3;
}
.colorList .colorBox.white {
  background-color: #fff;
}
.colorList .colorBox.white .colorCode {
  background-color: #fff;
}
.colorList .colorBox.black {
  background-color: #000000;
}
.colorList .colorBox.black .colorCode {
  background-color: #cccccc;
}
.colorList .colorBox.grey {
  background-color: #515151;
}
.colorList .colorBox.grey .colorCode {
  background-color: #dcdcdc;
}
.colorList .colorBox.material {
  background: url(../images/project/color_material.jpg) no-repeat center/cover;
}
.colorList .text {
  color: #515151;
  font-size: 22px;
  font-weight: 900;
  font-family: "Lato";
  letter-spacing: 1.1px;
}
.colorList .text.white {
  color: #fff;
}
@media (max-width: 1180px) {
  .colorList .text {
    font-size: 20px;
  }
}
.colorList .colorCode {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 100%;
  color: #454545;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Archivo";
  letter-spacing: 0.8px;
  text-align: center;
}
@media (max-width: 1180px) {
  .colorList .colorCode {
    font-size: 12px;
  }
}

.tagList {
  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;
}
.tagList .tagItem {
  padding: 0 7px 14px;
}
.tagList .text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #6f6f6f;
  border-radius: 50px;
  padding: 4.5px 23px 4.5px 31px;
}
.tagList .text::before {
  content: "#";
  position: absolute;
  top: 4px;
  left: 18px;
}

/* 通用class --------------------end */
.mainContent {
  padding: 30px 0;
}
.mainContent.ins {
  font-family: "Noto Sans Tc", "Lato", "Archivo", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  padding: 80px 0 0 0;
}
.bannerArea.ins {
  margin-top: 80px; 
}
.bannerInsArea {
  position: relative;
}
@media (min-width: 821px) {
  .bannerInsArea {
    background: url(../images/project/banner.jpg) no-repeat center/cover;
  }
}
.bannerInsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  height: 100%;
  padding: 188px 20px 30px;
  margin: auto;
}
@media (max-width: 1180px) {
  .bannerInsArea .wrap {
    padding: 100px 25px 30px;
  }
}
@media (max-width: 820px) {
  .bannerInsArea .wrap {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 820px) {
  .bannerInsArea .contentBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    height: 100%;
    padding: 198px 90px 30px;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .bannerInsArea .contentBox {
    padding: 130px 25px 30px;
  }
}
@media (max-width: 360px) {
  .bannerInsArea .contentBox {
    padding: 100px 25px 30px;
  }
}
@media (max-width: 320px) {
  .bannerInsArea .contentBox {
    padding: 80px 25px 30px;
  }
}
@media (min-width: 821px) {
  .bannerInsArea .Img {
    display: none;
  }
}
.bannerInsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerInsArea .logo img {
  display: block;
  max-width: 100%;
}
.bannerInsArea h1.title {
  padding-top: 25px;
}
@media (max-width: 1600px) {
  .bannerInsArea h1.title {
    font-size: 45px;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .bannerInsArea h1.title {
    font-size: 35px;
  }
}
.bannerInsArea h2.subtitle {
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .bannerInsArea h2.subtitle {
    font-size: 35px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .bannerInsArea h2.subtitle {
    font-size: 25px;
  }
}
.bannerInsArea .line1 {
  max-width: 382px;
  margin-top: 18px;
}
.bannerInsArea .type {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  font-family: "Noto Sans TC";
  letter-spacing: 0.7px;
  padding-top: 18px;
}
@media (max-width: 1600px) {
  .bannerInsArea .type {
    padding-top: 8px;
  }
}
.bannerInsArea .scrollDown {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  cursor: pointer;
  margin-top: 107px;
}
.bannerInsArea .scrollDown .text {
  letter-spacing: 1.1px;
  font-family: "Archivo";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 11px;
}
.bannerInsArea .scrollDown:hover {
  -webkit-animation: scrollDown 1s ease-in-out infinite;
          animation: scrollDown 1s ease-in-out infinite;
}
@media (max-width: 820px) {
  .bannerInsArea .scrollDown {
    display: none;
  }
}
.bannerInsArea .backBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #b81e1e;
  z-index: 1;
}
.bannerInsArea .backBtn::before, .bannerInsArea .backBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bannerInsArea .backBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.bannerInsArea .backBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.bannerInsArea .backBtn:hover::before, .bannerInsArea .backBtn:hover::after {
  width: 24px;
}

.oneArea {
  background-color: #efefef;
  padding-top: 100px;
}
@media (max-width: 1180px) {
  .oneArea {
    padding-top: 60px;
  }
}
.oneArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 40px;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .oneArea .wrap {
    padding: 0 25px;
  }
}
.oneArea .Txt {
  width: 665px;
  padding: 37px 0 137px;
}
@media (max-width: 1180px) {
  .oneArea .Txt {
    padding: 10px 0 0;
  }
}
.oneArea .Txt .title {
  padding-top: 23px;
}
.oneArea .Txt .line2 {
  margin-top: 29px;
}
@media (max-width: 1180px) {
  .oneArea .Txt .line2 {
    margin-top: 20px;
  }
}
.oneArea .Txt .text {
  position: relative;
  padding-top: 27px;
}
@media (max-width: 1180px) {
  .oneArea .Txt .text {
    padding-top: 20px;
  }
}
@media (max-width: 1600px) {
  .oneArea .Txt {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .oneArea .Txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.oneArea .linkBtn {
  margin-top: 53px;
}
.oneArea .Img {
  width: calc(100% - 665px);
  margin-left: -20px;
}
.oneArea .Img img {
  display: block;
}
@media (max-width: 1600px) {
  .oneArea .Img {
    width: 60%;
  }
  .oneArea .Img img {
    margin-left: 30px;
  }
}
@media (max-width: 1180px) {
  .oneArea .Img {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .oneArea .Img img {
    width: 100%;
    margin: 0 auto;
  }
}

.twoArea {
  background-color: #efefef;
  margin: -104px 0 0 -30px;
}
@media (max-width: 1180px) {
  .twoArea {
    margin: 0;
    padding: 60px 0 45px;
  }
}
.twoArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoArea .Img.exchangeImg {
  position: relative;
  width: calc(100% - 535px);
}
@media (max-width: 1180px) {
  .twoArea .Img.exchangeImg {
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
  }
}
.twoArea .Img.exchangeImg img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.twoArea .Img.exchangeImg img:nth-child(1) {
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .twoArea .Img.exchangeImg img:nth-child(1) {
    width: 56%;
  }
}
.twoArea .Img.exchangeImg img:nth-child(2) {
  position: absolute;
  bottom: 6px;
  right: 8.5%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .twoArea .Img.exchangeImg img:nth-child(2) {
    width: 56.1%;
  }
}
@media (max-width: 768px) {
  .twoArea .Img.exchangeImg img:nth-child(2) {
    right: 10px;
  }
}
.twoArea .Img.exchangeImg img.opacity {
  -webkit-animation: opacity 0.5s ease-in-out forwards;
          animation: opacity 0.5s ease-in-out forwards;
}
.twoArea .Img.exchangeImg img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}
.twoArea .Txt {
  width: 535px;
  padding: 97px 0 0 11px;
}
@media (max-width: 1180px) {
  .twoArea .Txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.twoArea .list {
  padding: 31px 0 0 10px;
}
@media (max-width: 1180px) {
  .twoArea .list {
    padding: 15px 0 0 5px;
  }
}

.threeArea {
  position: relative;
  background: url(../images/project/three_img_bg.jpg) no-repeat center/cover;
  overflow: hidden;
  margin-top: -7px;
  padding: 82px 0 83px;
  z-index: 4;
}
@media (max-width: 1180px) {
  .threeArea {
    padding: 60px 0;
  }
}
@media (max-width: 641px) {
  .threeArea {
    background: url(../images/project/three_img_bg_m.jpg) no-repeat center/cover;
  }
}
.threeArea .wrap {
  position: relative;
}
@media (min-width: 1181px) {
  .threeArea .titleBox {
    margin-left: 69px;
    padding-right: 190px;
  }
}
.threeArea .titleBox .number,
.threeArea .titleBox .twTitle,
.threeArea .titleBox .enTitle {
  color: #fff;
}
.threeArea .imgList {
  margin: 0 -10px;
}
.threeArea .imgList .imgItem {
  padding: 0 10px;
}
.threeArea p.text {
  max-width: 690px;
  color: #fff;
  padding: 35px 0 39px 76px;
}
@media (max-width: 1180px) {
  .threeArea p.text {
    padding: 30px 0;
  }
}
.threeArea .arrowBox {
  width: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 39px;
}
@media (min-width: 1181px) {
  .threeArea .arrowBox {
    position: absolute;
    top: 10px;
    right: 94px;
  }
}
.threeArea .arrowBox .arrow {
  position: relative;
  width: 43px;
  height: 43px;
  background-color: #bb1b21;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.threeArea .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.threeArea .arrowBox .arrow:hover {
  background-color: #cf2b31;
}
.threeArea .arrowBox .arrowPrev::before {
  left: 44%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.threeArea .arrowBox .arrowNext::before {
  right: 44%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.threeArea img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fourArea {
  position: relative;
  background-color: #efefef;
  padding: 78px 0 71px;
}
@media (max-width: 1180px) {
  .fourArea {
    padding: 60px 0 25px;
  }
}
.fourArea .titleBox {
  padding-bottom: 136px;
  left: -6px;
}
@media (max-width: 1180px) {
  .fourArea .titleBox {
    padding-bottom: 35px;
  }
}
.fourArea .text2 {
  padding-top: 10px;
}

.fiveArea {
  position: relative;
  background: url(../images/project/texture_bg.jpg) no-repeat top/cover;
  overflow: hidden;
  padding: 84px 0 119px;
}
@media (max-width: 1180px) {
  .fiveArea {
    padding: 60px 0;
  }
}
@media (min-width: 641px) {
  .fiveArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 1247px;
    background: url(../images/project/five_img_bg.png) no-repeat center;
    pointer-events: none;
  }
}
.fiveArea .wrap > div {
  position: relative;
  z-index: 1;
}
.fiveArea .titleBox {
  left: -6px;
  padding-bottom: 57px;
}
@media (max-width: 1180px) {
  .fiveArea .titleBox {
    padding-bottom: 30px;
  }
}
.fiveArea .ipadBox {
  padding-bottom: 73px;
}
.fiveArea .ipadBox img {
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .fiveArea .ipadBox {
    padding-bottom: 60px;
  }
}
.fiveArea .computerBox {
  position: relative;
  padding-top: 176px;
}
@media (max-width: 1180px) {
  .fiveArea .computerBox {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .fiveArea .computerBox {
    padding-top: 70px;
  }
}
.fiveArea .computerBox img:nth-child(1) {
  position: relative;
  width: 54.63%;
  z-index: 2;
}
@media (min-width: 1181px) {
  .fiveArea .computerBox img:nth-child(1) {
    left: -20px;
  }
}
.fiveArea .computerBox img:nth-child(2) {
  position: absolute;
  top: 0;
  right: -19px;
  width: 54.63%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .fiveArea .computerBox img:nth-child(2) {
    right: 0;
  }
}
.fiveArea .mobileBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 430px;
  margin-top: -222px;
}
@media (max-width: 1180px) {
  .fiveArea .mobileBox {
    margin-top: -150px;
    padding-top: 380px;
  }
}
@media (max-width: 960px) {
  .fiveArea .mobileBox {
    padding-top: 300px;
  }
}
@media (max-width: 768px) {
  .fiveArea .mobileBox {
    padding-top: 250px;
  }
}
@media (max-width: 640px) {
  .fiveArea .mobileBox {
    padding-top: 200px;
  }
}
@media (max-width: 480px) {
  .fiveArea .mobileBox {
    margin-top: -100px;
    padding-top: 150px;
  }
}
@media (max-width: 320px) {
  .fiveArea .mobileBox {
    margin-top: -70px;
  }
}
.fiveArea .mobileBox img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.85%;
}
.fiveArea .mobileBox img:nth-child(2) {
  position: relative;
  top: -87px;
  width: 32.1%;
}
@media (min-width: 1181px) {
  .fiveArea .mobileBox img:nth-child(2) {
    left: -22px;
  }
}
@media (max-width: 768px) {
  .fiveArea .mobileBox img:nth-child(2) {
    top: -57px;
  }
}
@media (max-width: 640px) {
  .fiveArea .mobileBox img:nth-child(2) {
    top: -25px;
  }
}
.fiveArea .mobileBox img:nth-child(3) {
  width: 32.2%;
}
.fiveArea .mobileBox img:nth-child(4) {
  position: relative;
  bottom: -100px;
  width: 32.2%;
}
@media (min-width: 1181px) {
  .fiveArea .mobileBox img:nth-child(4) {
    right: -22px;
  }
}
@media (max-width: 768px) {
  .fiveArea .mobileBox img:nth-child(4) {
    bottom: -70px;
  }
}
@media (max-width: 640px) {
  .fiveArea .mobileBox img:nth-child(4) {
    bottom: -45px;
  }
}
.fiveArea .mobileBox img:not(:nth-child(1)) {
  margin: 0 auto;
}
.fiveArea .linkBtn {
  text-align: center;
  padding-top: 170px;
}
.fiveArea .linkBtn a {
  text-align: left;
}
@media (max-width: 1180px) {
  .fiveArea .linkBtn {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .fiveArea .linkBtn {
    padding-top: 90px;
  }
}
.fiveArea img {
  display: block;
  max-width: 100%;
}

.sixArea {
  background: url(../images/project/six_img_bg.jpg) no-repeat center/cover;
  text-align: center;
  padding: 177px 0 172px;
}
@media (max-width: 1919px) {
  .sixArea {
    background: url(../images/project/six_img_bg.jpg) no-repeat center;
  }
}
@media (max-width: 1180px) {
  .sixArea {
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .sixArea {
    background: url(../images/project/six_img_bg_m.jpg) no-repeat center/cover;
    padding: 60px 0;
  }
}
.sixArea .wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 635px;
}
@media (max-width: 1180px) {
  .sixArea .wrap {
    max-width: 685px;
  }
}
.sixArea h3.title {
  color: #fff;
}
.sixArea p.text {
  color: #fff;
  font-weight: 600;
  font-family: "Archivo";
  letter-spacing: 0;
  padding: 13px 0 20px;
}
.sixArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}
.sixArea .btnBox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  height: 43px;
  color: #fff;
  font-size: 14px;
  background-color: #bb1b21;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  margin: 0 9px 10px;
}
.sixArea .btnBox a:hover {
  background-color: #cf2b31;
}

.bannerInsList {
  position: relative;
}
.bannerInsList .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.bannerInsList .Img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bannerInsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerInsList .en {
  padding-bottom: 15px;
  font-size: 45px;
  font-family: "Lato", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 480px) {
  .bannerInsList .en {
    font-size: 34px;
    padding-bottom: 5px;
  }
}
.bannerInsList h1.title {
  position: relative;
  color: #fff;
  font-size: 26px;
  line-height: initial;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .bannerInsList h1.title {
    font-size: 18px;
  }
}
.bannerInsList h1.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 115px;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}
.bannerInsList .note {
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .bannerInsList .note {
    font-size: 14px;
  }
}
.bannerInsList .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}
.bannerInsList .rightText {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: right;
  font-family: "Lato", "微軟正黑體", sans-serif;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .bannerInsList .rightText {
    display: none;
  }
}
.bannerInsList .rightText::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 2px;
  background-color: #fff;
}

.bread {
  text-align: right; 
}
.bread a {
  display: inline;
  font-size: 14px; 
}
.bread a:hover {
  color: #c4252b; 
}
.bread a:not(:first-child) {
  margin-right: 0;
  padding-right: 0; 
}
.bread .home {
  color: #000; 
}

.projectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}
.projectList .projectItem {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .projectList .projectItem {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.projectList .Txt {
  padding: 25px 0 20px;
}
.projectList .title {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #181414;
}
.projectList .title:hover {
  color: #c4252b;
}
.projectList img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}