@charset "UTF-8";
.text-color-1 {
  color: #005e3a;
}

.text-color-2 {
  color: #bb886b;
}

.text-color-3 {
  color: #f9c545;
}

.bg-color-1 {
  background-color: #005e3a;
}

.bg-color-2 {
  background-color: #f2f2f2;
}

.bg-color-3 {
  background-color: #dfe0e2;
}

.bg-color-4 {
  background-color: #c8cccb;
}

.bg-color-5 {
  background-color: #7b8c86;
}

.bg-color-6 {
  background-color: #e1e1e1;
}

.div-01-01 {
  left: 43px !important;
  top: 15px !important;
  z-index: 50 !important;
}
.div-01-01 .t02 {
  margin-top: 20px !important;
}

a {
  text-decoration: none;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

.lastButton-01 {
  border-radius: 100px;
  background-color: #9d8048 !important;
  color: #dfe0e2;
  margin-top: 20px;
  cursor: pointer;
}
.lastButton-01:hover {
  background-color: #f9c545 !important;
  transform: scale(1.1);
  transition: all 0.2s ease 0s;
}

.AllFlexBlock {
  display: block;
}

/*web*************************************/
@media only screen and (min-width: 768px) {
  .HeaderTopMob {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    z-index: 50;
    display: none;
  }
  .HeaderTopMob .HeaderTopMenuBox {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1268px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxLogo {
    position: relative;
    padding: 20px 50px 0px 20px;
    height: 60px;
    width: 100%;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxLogo img {
    width: 80%;
    height: auto;
  }
  .HeaderTopMobList {
    display: none;
  }
  .HeaderTop {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 50;
  }
  .HeaderTop .HeaderTopMenuBox {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1268px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxLogo {
    position: relative;
    margin: 10px 0;
    width: 100%;
    min-width: 80px;
    max-width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxLogo img {
    width: 100%;
    height: auto;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText {
    position: relative;
    text-align: center;
    padding: 10px 0;
    width: 16%;
    min-width: 100px;
    white-space: nowrap;
    border-radius: 10px;
    cursor: pointer;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText:hover {
    animation-name: t01;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes t01 {
    0% {
      background-color: rgba(255, 255, 255, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.1);
    }
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText .HeaderTopMenuBoxMenuText01 {
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    line-height: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: bold;
    color: #000000;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText .HeaderTopMenuBoxMenuText01.Type02 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenuIcon {
    position: relative;
    height: 60px;
    width: 6%;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenuIcon img {
    width: 40%;
    height: auto;
  }
  .div-00-pic-box {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #ffffff;
  }
  .div-00-pic-box .div-00-pic01 {
    width: 100%;
    padding: 10px 20px;
  }
  .div-00-pic-box .div-00-pic01.factoryDiv01_pic01 {
    padding: 0;
  }
  .div-00-pic-box .div-00-pic01 img {
    width: 100%;
    height: auto;
  }
  .div-01-pic-box {
    position: relative;
    z-index: 10;
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .div-01-pic-box .P01BannerBox {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .div-01-pic-box .P01BannerBox .HeaderBanner001_front01 {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 15;
  }
  .div-01-pic-box .P01BannerBox .HeaderBanner001_front01 img {
    width: 100%;
    height: auto;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainPic {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainPic img {
    width: 100%;
    height: auto;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainPic.MainPicMob {
    display: none;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox {
    position: absolute;
    top: 6%;
    height: 60%;
    width: 100%;
    max-width: 1268px;
    z-index: 15;
    padding: 0 2%;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock00 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    font-weight: bold;
    line-height: clamp(2rem, 2.1vw, 2.8rem);
    color: #fff;
    text-align: left;
    padding: 5px 0;
    width: 40%;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: clamp(1.1rem, 1.4vw, 1.6rem);
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    width: 55%;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    white-space: wrap;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: bold;
    line-height: clamp(1.4rem, 1.6vw, 1.7rem);
    color: #fff;
    text-align: left;
    padding: 10px 0 0 0;
    width: 60%;
    min-width: 400px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock02.type02 {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock03 .HeaderBannerMainTextBoxBlock03Btn {
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    font-weight: bold;
    line-height: 2.2rem;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 15px 50px;
    min-width: 120px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    background: linear-gradient(to left, #b7359b, #ef0a6a);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock03 .HeaderBannerMainTextBoxBlock03Btn:hover {
    animation-name: t02;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes t02 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }
  .div-02-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 20px 0;
  }
  .div-02-pic-box .div-02-titleBox {
    padding: 60px 0 40px 0;
  }
  .div-02-pic-box .div-02-titleBox.type02 {
    padding: 0 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2rem, 2.4vw, 3rem);
    line-height: clamp(2.2rem, 2.8vw, 3.2rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    line-height: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox03 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 1.4vw, 2rem);
    line-height: clamp(1.8rem, 1.8vw, 2.4rem);
    font-weight: 500;
    color: #213341;
    text-align: center;
    padding: 10px 10px;
    white-space: wrap;
    width: 100%;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox03.type02 {
    color: #36b977;
  }
  .div-02-pic-box .div-02-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox {
    width: 33.3%;
    padding: 0 10px;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: block;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxUpPic {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxUpPic img {
    width: 100%;
    height: auto;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxDownText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.4rem, 1.6vw, 2rem);
    font-weight: bold;
    color: #253640;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    border: 1px solid #253640;
    border-radius: 50px;
    margin: 0 15%;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxDownText.Type02 {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    border: none;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .boxSCale01 {
    transform: scale(1);
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .boxSCale02 {
    transform: scale(1);
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox:hover {
    animation-name: t02;
    animation-duration: 0.4s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes t02 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .btn01 {
    width: 2%;
    min-width: 15px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .btn01 img {
    width: 100%;
    height: auto;
  }
  .div-03-pic-box {
    z-index: 10;
    width: 100%;
    padding: 20px 0 20px 0;
    display: flex;
    align-content: start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ffffff;
  }
  .div-03-pic-box .div-03-titleBox {
    padding: 50px 30px;
    border: 1px solid #000000;
    border-radius: 30px;
    width: 98%;
    margin: 0 2% 50px 2%;
    max-width: 1070px;
  }
  .div-03-pic-box .div-03-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2rem, 2.2vw, 2.6rem);
    line-height: clamp(2.2rem, 2.8vw, 3.2rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 0;
    margin-bottom: 10px;
  }
  .div-03-pic-box .div-03-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2rem, 2.2vw, 2.6rem);
    line-height: clamp(2.2rem, 2.8vw, 3.2rem);
    font-weight: bold;
    color: #36b977;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-03-pic-box .div-03-MenuBox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1080px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock.type02 {
    max-width: none;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: left;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxL {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxL .LColorBox {
    width: 10px;
    height: 10px;
    background-color: #36b977;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR {
    width: 96%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(3rem, 3.2vw, 4rem);
    line-height: clamp(1.3rem, 3vw, 3rem);
    font-weight: bold;
    color: #36b977;
    text-align: left;
    padding: 0 10px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2em, 2.2vw, 2.4rem);
    line-height: clamp(2.2rem, 2.4vw, 2.6rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #000000;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02.P03MenuTextBox03 {
    font-size: clamp(1.4em, 2vw, 2.2rem);
    line-height: clamp(1.6rem, 2.2vw, 2.4rem);
    border-bottom: none;
    font-weight: 500;
    padding: 10px 10px 20px 10px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 img {
    width: 100%;
    height: auto;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picBox01 {
    display: block;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picBox02 {
    display: none;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText {
    position: absolute;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin-top: 4%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.4vw, 1.6rem);
    line-height: clamp(1.2rem, 1.6vw, 1.8rem);
    font-weight: 100;
    color: #000000;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01.Type02 {
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
    line-height: clamp(1.6rem, 1.8vw, 2rem);
    font-weight: bold;
    padding: 10px 20px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01.Type03 {
    padding: 0px 10px;
    font-size: clamp(1rem, 1.2vw, 1.6rem);
    line-height: clamp(1.2rem, 1.4vw, 1.8rem);
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01.Type04 {
    padding: 0px 0 20px 0;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    max-width: 1170px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 .picType01 {
    width: 49.5%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 .picType01.picType02 {
    width: 32.7%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 .picType01 img {
    width: 100%;
    height: auto;
  }
  .div-04-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 20px 0;
  }
  .div-04-pic-box .div-04-titleBox {
    padding: 10px 0;
  }
  .div-04-pic-box .div-04-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-04-pic-box .div-04-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: clamp(1.8rem, 3vw, 3rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-04-pic-box .div-04-MenuBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-04-pic-box .div-04-MenuBox .div-04-backgroundPic {
    position: absolute;
    width: 35%;
    top: 0%;
    left: -16%;
    z-index: 0;
  }
  .div-04-pic-box .div-04-MenuBox .div-04-backgroundPic.Lpic {
    left: 84%;
  }
  .div-04-pic-box .div-04-MenuBox .div-04-backgroundPic img {
    width: 100%;
    height: auto;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 918px;
    display: flex;
    align-content: stretch;
    justify-content: left;
    flex-wrap: wrap;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 25%;
    padding: 20px 1%;
    float: left;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxL {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxL img {
    width: 40%;
    height: auto;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxR {
    width: 100%;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxR .P04MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: clamp(1.3rem, 3vw, 3rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxR .P04MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8em, 1.1vw, 2rem);
    line-height: clamp(1rem, 1.4vw, 2rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-05-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    min-height: 500px;
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .div-05-pic-box .div-05-PicBoxBack {
    position: absolute;
    width: 100%;
    top: 8%;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
  }
  .div-05-pic-box .div-05-PicBoxBack img {
    width: 100%;
    max-width: 1530px;
    height: auto;
  }
  .div-05-pic-box .div-05-PicBoxTop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .div-05-pic-box .div-05-PicBoxTop img {
    width: 100%;
    height: auto;
  }
  .div-05-pic-box .div-05-PicBoxTopDown {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .div-05-pic-box .div-05-PicBoxTopDown img {
    width: 100%;
    height: auto;
  }
  .div-05-pic-box .div-05-titleBox {
    padding: 50px 0 20px 0;
  }
  .div-05-pic-box .div-05-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-05-pic-box .div-05-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-05-pic-box .div-05-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 918px;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 20%;
    padding: 20px 1%;
    display: flex;
    align-content: right;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
    cursor: pointer;
    z-index: 20;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxL {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxL img {
    width: 100%;
    height: auto;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxR {
    width: 100%;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxR .P05MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8rem, 2vw, 1.4rem);
    line-height: clamp(1.3rem, 2vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
  }
  .div-05-pic-box .div-05-MainPicBannerBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-05-pic-box .div-05-MainPicBannerBox .P05MainPic {
    z-index: 25;
    width: 100%;
    max-width: 1320px;
  }
  .div-05-pic-box .div-05-MainPicBannerBox .P05MainPic img {
    width: 100%;
    height: auto;
  }
  .div-06-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
  .div-06-pic-box .div-06-PicBoxTop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .div-06-pic-box .div-06-PicBoxTop img {
    width: 100%;
    height: auto;
  }
  .div-06-pic-box .div-06-PicBoxTopDown {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .div-06-pic-box .div-06-PicBoxTopDown img {
    width: 100%;
    height: auto;
  }
  .div-06-pic-box .div-06-titleBox {
    padding: 20px 0 120px 0;
    z-index: 15;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock {
    max-width: 560px;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2.8vw, 2rem);
    line-height: clamp(2.4rem, 3vw, 3.4rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox03 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox04BtnBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 25;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox04BtnBox .titleBox04BtnBoxBtn {
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    font-weight: bold;
    line-height: 2.2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    padding: 15px 50px;
    min-width: 120px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    background: linear-gradient(to left, #b7359b, #261a4c);
  }
  .div-07-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #f9f9f9;
    background: linear-gradient(to left, #7863eb, #10b9ee);
    padding: 20px 0 20px 0;
  }
  .div-07-pic-box .div-07-BgPic01 {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 75%;
  }
  .div-07-pic-box .div-07-BgPic01 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic02 {
    position: absolute;
    top: -40%;
    right: 10%;
    width: 8%;
  }
  .div-07-pic-box .div-07-BgPic02 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic03 {
    position: absolute;
    top: 18%;
    right: -2%;
    width: 6%;
  }
  .div-07-pic-box .div-07-BgPic03 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic04 {
    position: absolute;
    top: -9%;
    left: 28%;
    width: 6%;
  }
  .div-07-pic-box .div-07-BgPic04 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic05 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 2%;
  }
  .div-07-pic-box .div-07-BgPic05 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-AlltitleBox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-07-pic-box .div-07-AlltitleBox .div-07-AlltitleBoxBlock {
    position: relative;
    width: 100%;
    max-width: 1268px;
    display: block;
    justify-content: right;
  }
  .div-07-pic-box .div-07-titleBox {
    max-width: 910px;
    width: 100%;
    padding: 10px 0;
    float: right;
  }
  .div-07-pic-box .div-07-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-07-pic-box .div-07-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: clamp(1.8rem, 3vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
  }
  .div-07-pic-box .div-07-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 910px;
    float: right;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1208px;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 49%;
    display: flex;
    align-items: top;
    justify-content: left;
    float: left;
    padding: 10px 0;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxL {
    width: 24%;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxL img {
    width: 96%;
    height: auto;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxR {
    width: 70%;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxR .P07MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: clamp(1.3rem, 3vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxR .P07MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8em, 1.1vw, 2rem);
    line-height: clamp(1rem, 1.4vw, 2rem);
    font-weight: 100;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
  }
  .div-08-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding: 30px 0 50px 0;
  }
  .div-08-pic-box .div-08-titleBox {
    padding: 10px 0;
  }
  .div-08-pic-box .div-08-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-08-pic-box .div-08-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: clamp(1.8rem, 3vw, 3rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-08-pic-box .div-08-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1208px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-wrap: wrap;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 20%;
    padding: 5px 0;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock .MenuListBlockBox01 .P08MenuListBoxL {
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock .MenuListBlockBox01 .P08MenuListBoxL img {
    width: 70%;
    height: auto;
  }
  .div-09-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #f9f9f9;
    padding: 30px 0 50px 0;
    display: flex;
    align-items: top;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-09-pic-box .P09insideBox {
    width: 96%;
    margin: 0 2%;
    max-width: 1208px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock01 {
    width: 15%;
    padding: 0px 20px 0 0;
    display: flex;
    justify-content: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock01 img {
    width: 100%;
    height: auto;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 {
    width: 85%;
    display: flex;
    justify-content: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 {
    width: 45%;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01.leftLine {
    width: 45%;
    padding: 0 20px 0 30px;
    background-color: 1px solid #4d4d4d;
    border-left: 1px solid #000;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoTitle {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: clamp(1.6rem, 2.6vw, 3rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 0 0% 0;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8em, 1rem, 2rem);
    line-height: clamp(1.4rem, 1.4vw, 2rem);
    font-weight: 100;
    color: #213341;
    text-align: left;
    margin-bottom: 20px;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox {
    width: 80%;
    display: flex;
    justify-content: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox .BoxIcon {
    width: 12%;
    margin: 5px 2% 5px 0;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox .BoxIcon img {
    width: 100%;
    height: auto;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox .BoxText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8em, 1m, 2rem);
    line-height: clamp(1rem, 1.4vw, 2rem);
    font-weight: 100;
    color: #213341;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
  }
  .div-10-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #2c2d3f;
    padding: 30px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-10-pic-box .P10text {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8rem, 0.8vw, 1.4rem);
    line-height: clamp(0.8rem, 0.8vw, 1.4rem);
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .develop .developTitleZone {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .develop .developTitleZone .developTitleBox {
    position: relative;
    width: 100%;
    max-width: 1080px;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: left;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxL {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxL .LColorBox {
    width: 10px;
    height: 10px;
    background-color: #36b977;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR {
    width: 96%;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(3rem, 3.2vw, 4rem);
    line-height: clamp(1.3rem, 3vw, 3rem);
    font-weight: bold;
    color: #36b977;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2em, 2.2vw, 2.4rem);
    line-height: clamp(2.2rem, 2.4vw, 2.6rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #000000;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02.P03MenuTextBox03 {
    font-size: clamp(1.4em, 2vw, 2.2rem);
    line-height: clamp(1.6rem, 2.2vw, 2.4rem);
    border-bottom: none;
    font-weight: 500;
    padding: 10px 10px 20px 10px;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 20px 0 20px 0;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox {
    width: 32.5%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxImg {
    width: 100%;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxImg img {
    width: 100%;
    height: auto;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxTextBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxTextBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxTextBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 20px 0 80px 0;
    background-color: #005e3a;
    overflow: hidden;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developBoxZone01BoxImg {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 45%;
    overflow: hidden;
    background-image: url("../image/development/development_banner003_04_01.jpg");
    background-position: center;
    background-size: cover;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developBoxZone01BoxImg img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: right;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 55%;
    height: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg img {
    width: 100%;
    height: auto;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox {
    position: absolute;
    width: 100%;
    padding: 0 6% 0 6%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 {
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01.imgBox01 {
    width: 70%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01.imgBox01 img {
    width: 100%;
    height: auto;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
    line-height: clamp(1.6rem, 2vw, 2rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
    width: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2.1vw, 2.2rem);
    line-height: clamp(2.2rem, 2.5vw, 2.6rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px 10px 10px;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBoxText01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.1rem, 1.3vw, 1.5rem);
    line-height: clamp(1.3rem, 1.5vw, 1.7rem);
    font-weight: 800;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBoxText02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.1vw, 1.4rem);
    line-height: clamp(1.3rem, 1.5vw, 1.7rem);
    font-weight: 400;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .factoryDivBoxPic01 {
    width: 100%;
    margin-bottom: 80px;
  }
  .develop .developTitleZone .developTitleBox .factoryDivBoxPic01 img {
    width: 100%;
    height: auto;
  }
  .productsPage {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .productsPage .productsBox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    max-width: 1080px;
    flex-wrap: wrap;
  }
  .productsPage .productsBox.type02 {
    justify-content: space-between;
  }
  .productsPage .productsBox .pBigBlock {
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock.type02 {
    width: 49%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxTitleBox {
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxTitleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 5px 0;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxTitleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 5px 0;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox {
    width: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox.type02 {
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox .productsBoxImg {
    margin-bottom: 10px;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox .productsBoxImg img {
    width: 100%;
    height: auto;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImg {
    margin-bottom: 10px;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  .factoryDiv02 .factoryDiv02Box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 1080px;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxL {
    width: 42%;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxL img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR {
    width: 56%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox01 {
    width: 100%;
    margin-bottom: 24px;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox01 img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox02 {
    width: 49%;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox02 img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv03Box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    max-width: 1080px;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg img {
    width: auto;
    height: 100%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox {
    position: absolute;
    width: 100%;
    padding: 0 6% 0 10%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 {
    margin-bottom: 10%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    line-height: clamp(1.1rem, 1.3vw, 1.6rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 15x;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 2.2vw, 2.6rem);
    line-height: clamp(1.6rem, 2.4vw, 2.8rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBoxText01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    line-height: clamp(1.2rem, 1.4vw, 1.4rem);
    font-weight: 800;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBoxText02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1rem;
    line-height: clamp(1rem, 1.4vw, 1.6rem);
    font-weight: 600;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .factoryDiv02 .factoryDiv04Box {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    background-color: #10b9ee;
    flex-wrap: nowrap;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg.BoxType01 {
    width: 55%;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg.BoxType02 {
    width: 45%;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv05Box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 1080px;
    flex-wrap: nowrap;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 80px 0;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox {
    width: 24%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleImg {
    width: 40%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.2vw, 1.6rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 40px;
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.2rem);
    line-height: clamp(1.2rem, 1.2vw, 1.4rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factoryDiv05BoxImgBox {
    width: 25%;
    padding: 10px;
  }
  .factoryDiv02 .factoryDiv05Box .factoryDiv05BoxImgBox .factoryDiv05BoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factoryDiv05BoxImgBox .factoryDiv05BoxImg img {
    width: 100%;
    height: auto;
  }
}
/*mob*************************************/
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .HeaderTopMob {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    z-index: 50;
  }
  .HeaderTopMob .HeaderTopMenuBox {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1268px;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxLogo {
    position: relative;
    height: 60px;
    width: 12%;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxLogo img {
    width: 80%;
    height: auto;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxMenu {
    position: relative;
    width: 82%;
    display: flex;
    justify-content: right;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 14%;
    min-width: 110px;
    white-space: nowrap;
    cursor: pointer;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText:hover {
    animation-name: t01;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes t01 {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: #000000;
    }
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxMenuIcon {
    position: relative;
    height: 60px;
    width: 6%;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .HeaderTopMob .HeaderTopMenuBox .HeaderTopMenuBoxMenuIcon img {
    width: 40%;
    height: auto;
  }
  /*mob menu*************************************/
  .btn-menu::before,
  .btn-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
  }
  .btn-menu::before {
    top: 0;
  }
  .btn-menu::after {
    bottom: 0;
  }
  .nav-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav {
    max-height: 70%;
    overflow: auto;
    background-color: White;
  }
  .nav-item {
    width: 100%;
    line-height: 70px;
    padding: 0 0px;
    border-bottom: 1px solid Gainsboro;
  }
  .nav-item.itemText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 2vw, 2.8rem);
    line-height: 70px;
    font-weight: bold;
    color: #213341;
    text-align: center;
  }
  .is-active.btn-menu::before {
    background-color: #10b9ee;
  }
  .is-active.btn-menu::after {
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .btn-menu::before,
  .btn-menu::after,
  .nav-container {
    transition: 0.3s;
  }
  .nav-container {
    transform: translateY(-100%);
  }
  .is-active.nav-container {
    transform: translateY(0);
  }
  .nav-container {
    background-color: rgba(0, 0, 0, 0);
  }
  .is-active.nav-container {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav {
    transform: translateY(-100%);
    transition: 0.3s;
  }
  .is-active .nav {
    transform: translateY(0);
  }
  /*PC menu*************************************/
  .HeaderTop {
    display: none;
  }
  .HeaderTop .HeaderTopMenuBox {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1268px;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxLogo {
    position: relative;
    height: 60px;
    width: 12%;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxLogo img {
    width: 80%;
    height: auto;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu {
    position: relative;
    width: 82%;
    display: flex;
    justify-content: right;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 14%;
    min-width: 110px;
    white-space: nowrap;
    cursor: pointer;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenu .HeaderTopMenuBoxMenuText:hover {
    animation-name: t01;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes t01 {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: #000000;
    }
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenuIcon {
    position: relative;
    height: 60px;
    width: 6%;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .HeaderTop .HeaderTopMenuBox .HeaderTopMenuBoxMenuIcon img {
    width: 40%;
    height: auto;
  }
  .div-00-pic-box {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #ffffff;
    margin: 70px 0 10px 0;
  }
  .div-00-pic-box .div-00-pic01 {
    width: 100%;
    padding: 10px 10px;
  }
  .div-00-pic-box .div-00-pic01 img {
    width: 100%;
    height: auto;
  }
  .div-01-pic-box {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0px 0 0 0;
    background-size: contain;
    background-position: center;
  }
  .div-01-pic-box .P01BannerBox {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .div-01-pic-box .P01BannerBox .HeaderBanner001_front01 {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 15;
  }
  .div-01-pic-box .P01BannerBox .HeaderBanner001_front01 img {
    width: 100%;
    height: auto;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainPic {
    position: relative;
    z-index: 10;
    width: 100%;
    display: none;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainPic img {
    width: 100%;
    height: auto;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainPic.MainPicMob {
    display: block;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox {
    position: absolute;
    top: 1%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    padding: 0 10px;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock00 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: clamp(2.4rem, 2.6vw, 2.6rem);
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 10px 0 0px 0;
    width: 100%;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 0px 0 5px 0;
    width: 100%;
    white-space: wrap;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock01.type02 {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: clamp(1.5rem, 1.7vw, 1.9rem);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: bold;
    line-height: clamp(1.7rem, 1.9vw, 2.1rem);
    color: #fff;
    text-align: left;
    padding: 0px 0 5px 0;
    width: 70%;
    min-width: 400px;
    white-space: wrap;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock02.type02 {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.5rem, 1.7vw, 1.9rem);
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    white-space: wrap;
  }
  .div-01-pic-box .P01BannerBox .HeaderBannerMainTextBox .HeaderBannerMainTextBoxBlock03 .HeaderBannerMainTextBoxBlock03Btn {
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    font-weight: bold;
    line-height: 2.2rem;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 5px 20px;
    min-width: 120px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    background: linear-gradient(to left, #b7359b, #ef0a6a);
  }
  .div-02-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 20px 0;
  }
  .div-02-pic-box .div-02-titleBox {
    padding: 10px 0;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox03 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.1rem, 1.2vw, 1.6rem);
    line-height: clamp(1.8rem, 1.8vw, 2.4rem);
    font-weight: 500;
    color: #213341;
    text-align: center;
    padding: 5px 10px;
    white-space: wrap;
    width: 100%;
  }
  .div-02-pic-box .div-02-titleBox .pagetitleBox03.type02 {
    font-size: clamp(1.8rem, 1.8vw, 2.4rem);
    color: #36b977;
    margin-bottom: 40px;
  }
  .div-02-pic-box .div-02-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox {
    width: 100%;
    margin-bottom: 40px;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxUpPic {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxUpPic img {
    width: 100%;
    height: auto;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxDownText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: clamp(2rem, 2.2vw, 2.4rem);
    font-weight: bold;
    color: #253640;
    text-align: center;
    padding: 10px 30px;
    margin: 0 10%;
    white-space: nowrap;
    border: 1px solid #253640;
    border-radius: 50px;
    min-width: 70%;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .box01 .boxDownText.Type02 {
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    padding: 0px 30px;
    border: none;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .boxSCale01 {
    transform: scale(1);
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .div-02-MenuBoxMenu .menuPicBox .boxSCale02 {
    transform: scale(1);
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .btn01 {
    width: 2%;
    min-width: 15px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-02-pic-box .div-02-MenuBox .div-02-MenuBoxMenuBox .btn01 img {
    width: 100%;
    height: auto;
  }
  .div-03-pic-box {
    z-index: 10;
    width: 100%;
    padding: 20px 0 20px 0;
    display: flex;
    align-content: start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ffffff;
  }
  .div-03-pic-box .div-03-titleBox {
    padding: 50px 30px;
    border: 1px solid #000000;
    border-radius: 30px;
    width: 90%;
    margin: 0 0px 50px 0px;
    max-width: 1070px;
  }
  .div-03-pic-box .div-03-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 1.6vw, 2rem);
    line-height: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 0;
  }
  .div-03-pic-box .div-03-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 1.6vw, 2rem);
    line-height: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: bold;
    color: #36b977;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-03-pic-box .div-03-MenuBox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1208px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock.type02 {
    max-width: none;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: left;
    padding: 0 10px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxL {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxL .LColorBox {
    width: 10px;
    height: 10px;
    background-color: #36b977;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR {
    width: 96%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2.4rem, 3vw, 3rem);
    line-height: clamp(2.4rem, 3vw, 3rem);
    font-weight: bold;
    color: #36b977;
    text-align: left;
    padding: 0 10px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    line-height: clamp(2rem, 2.2vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #000000;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02.P03MenuTextBox03 {
    border-bottom: none;
    font-size: clamp(1.2em, 1.6vw, 2rem);
    line-height: clamp(1.6rem, 2.2vw, 2.4rem);
    border-bottom: none;
    padding: 10px 10px 20px 10px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02.type02 {
    flex-wrap: wrap;
    width: 94%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 img {
    width: 100%;
    height: auto;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picBox01 {
    display: none;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picBox02 {
    display: block;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText {
    position: absolute;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin-top: 1%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.5vw, 1.7rem);
    line-height: clamp(1.5rem, 1.8vw, 2rem);
    font-weight: 100;
    color: #000000;
    padding: 20px 20px 10px 20px;
    width: 100%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01.Type02 {
    font-weight: bold;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01.Type03 {
    padding: 0px 20px;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    line-height: clamp(1.4rem, 1.8vw, 1.8rem);
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .picText .picTextType01.Type04 {
    font-weight: 300;
    padding: 0px 20px;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    line-height: clamp(1.4rem, 1.8vw, 1.8rem);
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 .picType01 {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 .picType01.picType02 {
    width: 100%;
  }
  .div-03-pic-box .div-03-MenuBox .MenuListBlock .MenuListBlockBox02 .BoxType02 .picType01 img {
    width: 100%;
    height: auto;
  }
  .div-04-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 20px 0;
  }
  .div-04-pic-box .div-04-titleBox {
    padding: 10px 0;
  }
  .div-04-pic-box .div-04-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-04-pic-box .div-04-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: clamp(1.8rem, 3vw, 3rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-04-pic-box .div-04-MenuBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-04-pic-box .div-04-MenuBox .div-04-backgroundPic {
    position: absolute;
    width: 35%;
    top: 0%;
    left: -16%;
    z-index: 0;
  }
  .div-04-pic-box .div-04-MenuBox .div-04-backgroundPic.Lpic {
    left: 84%;
    top: 80%;
  }
  .div-04-pic-box .div-04-MenuBox .div-04-backgroundPic img {
    width: 100%;
    height: auto;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 918px;
    display: flex;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 36%;
    padding: 20px 1%;
    float: left;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxL {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxL img {
    width: 40%;
    height: auto;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxR {
    width: 100%;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxR .P04MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: clamp(1.3rem, 3vw, 3rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-04-pic-box .div-04-MenuBox .MenuListBlock .MenuListBlockBox01 .P04MenuListBoxR .P04MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8em, 1.1vw, 2rem);
    line-height: clamp(1rem, 1.4vw, 2rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-05-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    min-height: 500px;
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .div-05-pic-box .div-05-PicBoxBack {
    position: absolute;
    width: 100%;
    top: 8%;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
  }
  .div-05-pic-box .div-05-PicBoxBack img {
    width: 100%;
    max-width: 1530px;
    height: auto;
  }
  .div-05-pic-box .div-05-PicBoxTop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .div-05-pic-box .div-05-PicBoxTop img {
    width: 100%;
    height: auto;
  }
  .div-05-pic-box .div-05-PicBoxTopDown {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .div-05-pic-box .div-05-PicBoxTopDown img {
    width: 100%;
    height: auto;
  }
  .div-05-pic-box .div-05-titleBox {
    padding: 50px 0 20px 0;
  }
  .div-05-pic-box .div-05-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-05-pic-box .div-05-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-05-pic-box .div-05-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 918px;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 33%;
    padding: 20px 1%;
    display: flex;
    align-content: right;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxL {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxL img {
    width: 100%;
    height: auto;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxR {
    width: 100%;
  }
  .div-05-pic-box .div-05-MenuBox .MenuListBlock .MenuListBlockBox01 .P05MenuListBoxR .P05MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: clamp(1.3rem, 2vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
  }
  .div-05-pic-box .div-05-MainPicBannerBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-05-pic-box .div-05-MainPicBannerBox .P05MainPic {
    z-index: 25;
    width: 100%;
    max-width: 1320px;
  }
  .div-05-pic-box .div-05-MainPicBannerBox .P05MainPic img {
    width: 100%;
    height: auto;
  }
  .div-06-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
  .div-06-pic-box .div-06-PicBoxTop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .div-06-pic-box .div-06-PicBoxTop img {
    width: 100%;
    height: auto;
  }
  .div-06-pic-box .div-06-PicBoxTopDown {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to left, #7863eb, #10b9ee);
  }
  .div-06-pic-box .div-06-PicBoxTopDown img {
    width: 100%;
    height: auto;
  }
  .div-06-pic-box .div-06-titleBox {
    padding: 20px 0 50px 0;
    z-index: 15;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock {
    max-width: 560px;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2.8vw, 2rem);
    line-height: clamp(2.4rem, 3vw, 3.4rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox03 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox04BtnBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 25;
  }
  .div-06-pic-box .div-06-titleBox .div-06-titleBoxBlock .titleBox04BtnBox .titleBox04BtnBoxBtn {
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    font-weight: bold;
    line-height: 2.2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    padding: 15px 50px;
    min-width: 120px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    background: linear-gradient(to left, #b7359b, #261a4c);
  }
  .div-07-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #f9f9f9;
    background: linear-gradient(to left, #7863eb, #10b9ee);
    padding: 5px 0 20px 0;
  }
  .div-07-pic-box .div-07-BgPic01 {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 75%;
  }
  .div-07-pic-box .div-07-BgPic01 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic02 {
    position: absolute;
    top: -12%;
    right: 10%;
    width: 12%;
  }
  .div-07-pic-box .div-07-BgPic02 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic03 {
    position: absolute;
    top: 8%;
    right: -2%;
    width: 8%;
  }
  .div-07-pic-box .div-07-BgPic03 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic04 {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 10%;
  }
  .div-07-pic-box .div-07-BgPic04 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-BgPic05 {
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 5%;
  }
  .div-07-pic-box .div-07-BgPic05 img {
    width: 100%;
    height: auto;
  }
  .div-07-pic-box .div-07-AlltitleBox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-07-pic-box .div-07-AlltitleBox .div-07-AlltitleBoxBlock {
    position: relative;
    width: 100%;
    max-width: 1268px;
    display: block;
    justify-content: right;
  }
  .div-07-pic-box .div-07-titleBox {
    max-width: 910px;
    width: 75%;
    padding: 10px 0px;
    float: right;
  }
  .div-07-pic-box .div-07-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-07-pic-box .div-07-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: clamp(1.8rem, 3vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
  }
  .div-07-pic-box .div-07-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 910px;
    float: right;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1208px;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 80%;
    display: flex;
    align-items: top;
    justify-content: right;
    float: right;
    padding: 10px 0;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxL {
    width: 24%;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxL img {
    width: 96%;
    height: auto;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxR {
    width: 70%;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxR .P07MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: clamp(1.3rem, 3vw, 3rem);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
  }
  .div-07-pic-box .div-07-MenuBox .MenuListBlock .MenuListBlockBox01 .P07MenuListBoxR .P07MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8em, 1.1vw, 2rem);
    line-height: clamp(1rem, 1.4vw, 2rem);
    font-weight: 100;
    color: #ffffff;
    text-align: left;
    padding: 0 10px;
  }
  .div-08-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding: 30px 0 50px 0;
  }
  .div-08-pic-box .div-08-titleBox {
    padding: 10px 0;
  }
  .div-08-pic-box .div-08-titleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1vw, 1.4rem);
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-08-pic-box .div-08-titleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: clamp(1.8rem, 3vw, 3rem);
    font-weight: 100;
    color: #213341;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .div-08-pic-box .div-08-MenuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1208px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-wrap: wrap;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock .MenuListBlockBox01 {
    width: 50%;
    padding: 5px 0;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock .MenuListBlockBox01 .P08MenuListBoxL {
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
  }
  .div-08-pic-box .div-08-MenuBox .MenuListBlock .MenuListBlockBox01 .P08MenuListBoxL img {
    width: 70%;
    height: auto;
  }
  .div-09-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px 0 50px 0;
    display: flex;
    align-items: top;
    justify-content: center;
    flex-wrap: wrap;
  }
  .div-09-pic-box .P09insideBox {
    width: 100%;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock01 {
    width: 100%;
    padding: 20px 5%;
    display: flex;
    justify-content: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock01 img {
    width: 30%;
    height: auto;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 {
    width: 90%;
    margin: 10px 5%;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01.leftLine {
    width: 90%;
    padding: 0 0 0 0px;
    margin: 10px 5%;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoTitle {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
    line-height: clamp(1.6rem, 2vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    line-height: clamp(1.6rem, 1.8vw, 2.2rem);
    font-weight: 400;
    margin: 5px 0 20px 0;
    color: #213341;
    text-align: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoText.infoTextBtn :hover {
    font-weight: bold;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoText.infoTextBtn :visited {
    color: #213341;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .infoText.infoTextBtn :link {
    color: #213341;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox {
    width: 100%;
    display: flex;
    justify-content: left;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox .BoxIcon {
    width: 12%;
    margin: 10px 2% 5px 0;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox .BoxIcon img {
    width: 100%;
    height: auto;
  }
  .div-09-pic-box .P09insideBox .P09insideBoxBlock02 .infoBox01 .contanctBox .BoxText {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 2vw, 2.1rem);
    line-height: clamp(1.8rem, 2.2vw, 2.3rem);
    font-weight: 400;
    color: #213341;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
  }
  .div-10-pic-box {
    z-index: 10;
    width: 100%;
    background-color: #2c2d3f;
    padding: 30px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-10-pic-box .P10text {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(0.8rem, 0.8vw, 1.4rem);
    line-height: clamp(0.8rem, 0.8vw, 1.4rem);
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .develop .developTitleZone {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .develop .developTitleZone .developTitleBox {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: left;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxL {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxL .LColorBox {
    width: 10px;
    height: 10px;
    background-color: #36b977;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR {
    width: 96%;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(2.4rem, 3vw, 3rem);
    line-height: clamp(2.4rem, 3vw, 3rem);
    font-weight: bold;
    color: #36b977;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    line-height: clamp(2rem, 2.2vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px solid #000000;
  }
  .develop .developTitleZone .developTitleBox .MenuListBlockBox01 .P03MenuListBoxR .P03MenuTextBox02.P03MenuTextBox03 {
    border-bottom: none;
    font-size: clamp(1.2em, 1.6vw, 2rem);
    line-height: clamp(1.6rem, 2.2vw, 2.4rem);
    border-bottom: none;
    padding: 10px 10px 20px 10px;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0px 0;
    padding: 0 0px;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    margin-bottom: 20px;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxImg {
    width: 40%;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxImg img {
    width: 100%;
    height: auto;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxTextBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
    width: 60%;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxTextBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2em, 1.6vw, 2rem);
    line-height: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  .develop .developTitleZone .developTitleBox .develop3BoxZone .develop3BoxZoneBox .develop3BoxZoneBoxTextBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 0px 0;
    width: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 20px 0 80px 0;
    background-color: #005e3a;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developBoxZone01BoxImg {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-image: url("../image/development/development_banner003_04_01.jpg");
    background-position: center;
    background-size: cover;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developBoxZone01BoxImg img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: right;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg img {
    width: 100%;
    height: auto;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox {
    position: absolute;
    width: 100%;
    padding: 0 6% 0 6%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 {
    margin-bottom: 2%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01.imgBox01 {
    width: 50%;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01.imgBox01 img {
    width: 100%;
    height: auto;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
    line-height: clamp(1.6rem, 2vw, 2rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.8rem, 2.1vw, 2.2rem);
    line-height: clamp(2rem, 2.3vw, 2.4rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBoxText01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.1rem, 1.3vw, 1.5rem);
    line-height: clamp(1.3rem, 1.5vw, 1.7rem);
    font-weight: 800;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .developBoxZone01 .developDiv03BoxTextBg .developDiv03BoxTextBox .developDiv03BoxTextBoxText01 .titleBoxText02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.1vw, 1.4rem);
    line-height: clamp(1.3rem, 1.5vw, 1.7rem);
    font-weight: 400;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .develop .developTitleZone .developTitleBox .factoryDivBoxPic01 {
    width: 100%;
    margin-bottom: 80px;
  }
  .develop .developTitleZone .developTitleBox .factoryDivBoxPic01 img {
    width: 100%;
    padding: 0 10px;
    height: auto;
  }
  .productsPage {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .productsPage .productsBox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    max-width: 1260px;
    flex-wrap: wrap;
  }
  .productsPage .productsBox.type02 {
    justify-content: space-between;
  }
  .productsPage .productsBox .pBigBlock {
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock.type02 {
    width: 100%;
    margin-bottom: 70px;
  }
  .productsPage .productsBox .pBigBlock .productsBoxTitleBox {
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxTitleBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    line-height: clamp(1.8rem, 2vw, 2.2rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 5px 0;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxTitleBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    line-height: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 5px 0;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox.type02 {
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox .productsBoxImg {
    margin-bottom: 10px;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImgBox .productsBoxImg img {
    width: 100%;
    height: auto;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImg {
    margin-bottom: 10px;
    width: 100%;
  }
  .productsPage .productsBox .pBigBlock .productsBoxImgBlock .productsBoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  .factoryDiv02 .factoryDiv02Box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxL {
    width: 100%;
    margin-bottom: 10px;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxL img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox01 img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .factoryDiv02 .factoryDiv02Box .factoryDiv02BoxR .factoryDiv02BoxRbox02 img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv03Box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    max-width: 1260px;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox {
    position: absolute;
    width: 100%;
    padding: 0 5% 0 5%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 {
    margin-bottom: 4%;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    line-height: clamp(1.4rem, 1.6vw, 2rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.4rem, 2.2vw, 2.6rem);
    line-height: clamp(1.6rem, 2.4vw, 2.8rem);
    font-weight: bold;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBoxText01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    line-height: clamp(1.2rem, 1.4vw, 1.4rem);
    font-weight: 800;
    color: #213341;
    text-align: left;
    padding: 0 10px 10px 10px;
  }
  .factoryDiv02 .factoryDiv03Box .factoryDiv03BoxTextBg .factoryDiv03BoxTextBox .factoryDiv03BoxTextBoxText01 .titleBoxText02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: 1.2rem;
    line-height: clamp(1.2rem, 1.4vw, 1.6rem);
    font-weight: 400;
    color: #213341;
    text-align: left;
    padding: 0 10px;
  }
  .factoryDiv02 .factoryDiv04Box {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 1260px;
    background-color: #10b9ee;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg.BoxType01 {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg.BoxType02 {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv04Box .factoryDiv04BoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv05Box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 1260px;
    flex-wrap: nowrap;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 20px 0 80px 0;
    flex-wrap: wrap;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    margin-bottom: 10px;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxImg {
    width: 40%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 60%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleImg {
    width: 20%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleImg img {
    width: 100%;
    height: auto;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleBox01 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1.1rem, 1.4vw, 1.6rem);
    line-height: clamp(1.3rem, 1.8vw, 2rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factory3BoxZone .factory3BoxZoneBox .factory3BoxZoneBoxTextBox .titleBox02 {
    position: relative;
    font-family: "微軟正黑體";
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: clamp(1.2rem, 1.6vw, 1.6rem);
    font-weight: bold;
    color: #213341;
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factoryDiv05BoxImgBox {
    width: 25%;
    padding: 10px;
  }
  .factoryDiv02 .factoryDiv05Box .factoryDiv05BoxImgBox .factoryDiv05BoxImg {
    width: 100%;
  }
  .factoryDiv02 .factoryDiv05Box .factoryDiv05BoxImgBox .factoryDiv05BoxImg img {
    width: 100%;
    height: auto;
  }
}
/*
@media screen and (max-width: 576px) {
    .img-20 {
        max-width: 90px;
    }
    .div-01 {
        width: 130px;
        right: -5px;
    }
    .div-2 {
        right: 60px;
        max-width: 60%;
        bottom: 29px;
    }
    .div-3 {
        left: 15px;
        bottom: 20px;
        max-width: 120px;
    }
    .div-4 {
        width: 90px;
        height: 90px;
    }
    .div-5 {
        width: 20px;
    }
    .div-9 {
        width: 210px;
        bottom: -55px;
    }
    .div-10 {
        margin-top: -200px;
    }
    .div-12 {
        height: 950px;
    }
    .div-14 {
        right: 15px;
    }
    .div-17 {
        margin-top: -45px !important;
    }
    .div-18 {
        padding-top: 20px;
    }
    .div-21 {
        padding-top: 70px;
    }
    .div-22 {
        max-width: 250px;
        margin: auto;
    }
    .div-26 {
        height: 550px;
    }
    .div-27 {
        height: 400px;
    }
    .div-29 {
        width: 95% !important;
        margin: auto;
        left: 0;
        right: 0;
    }
    .div-30 {
        height: 38px;
    }
    .div-31 {
        height: 570px;
    }
    .div-32 {
        margin-top: -90px;
    }
}

@media screen and (max-width: 430px) {
    .lastButton-01 {
        border-radius: 100px;
        background-color: #9d8048 !important;
        color: #dfe0e2;
        margin-top: 10px !important;
        &:hover {
            background-color: #f9c545 !important;
            transform: scale(1.1);
            transition: all 0.2s ease 0s;
        }
    }
    .div-01 {
        width: 110px;
    }
    .div-4 {
        width: 70px;
        height: 70px;
    }
    .div-9 {
        width: 140px;
        bottom: -73px;
    }
    .div-10 {
        margin-top: -170px;
    }
    .div-14 {
        max-width: 65px;
        right: 58px;
    }
    .div-17 {
        margin-top: -35px !important;
    }
    .div-18 {
        padding-top: 25px;
    }
    .img-20 {
        max-width: 75px;
    }
    .div-21 {
        padding-top: 25px;
    }
    .div-26 {
        height: 500px;
    }
    .div-27 {
        height: 325px;
    }
    .div-31 {
        height: 510px;
    }
    .img-1 {
        width: 55px;
    }
}

@media screen and (max-width: 400px) {
    .div-31 {
        height: 480px;
    }
}*//*# sourceMappingURL=style.css.map */