.all_main * {
  box-sizing: border-box;
  max-width: 100%;
}

.all_main {
  max-width: 2000px;
  width: 100%;
  margin: auto;
  font-family: "Microsoft JhengHei", serif;
  border: 0;
  text-decoration: none;
  overflow: hidden;
}

.all_main img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* .pageIndex .main_part {
  border-top: none !important;
}

.edit,
.show_content {
  width: 100%;
  padding: 0;
  margin: auto;
}

.main_part {
  max-width: 100%;
  padding: 0;
}

.path,
.banner,
.promotion_title,
.clearfix,
.page {
  display: none;
} */

.all_main ul {
  padding: 0 0;
  margin: 0;
}

.all_main li {
  list-style: none;
}

.all_main h6,
.all_main h5,
.all_main h4,
.all_main h3,
.all_main h2 {
  margin: 0;
}

.all_main u {
  text-decoration: none;
}

/*Animations*/
[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
  transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
  transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
  transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
  transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
  transform: scale(0.3);
}

/*放大淡入*/
[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.all_main p {
  margin: 0;
}

.all_main em,
.all_main i {
  font-style: normal;
}

.all_main a {
  text-decoration: none;
}

.all_main dd,
.all_main dt {
  margin: 0 0;
}

.all_main_key_word {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.animated15 {
  animation: none;
}

/* 內容 除了首頁記得把其他keyword刪掉 */
/* 記得刪掉/jquery-1.11.3.min.js/上面那串 */
.in01 {
  padding: 125px 20px;
  background-image: url("https://pic03.eapple.com.tw/megatrust/cua_bg001.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.in01 ul {
  max-width: 1150px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.in01 li {
  width: 350px;
  height: 350px;
  background-color: white;
  border-radius: 300%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.in01 li:nth-child(2) {
  margin: 0 20px;
}

.in01 li em {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.in01 li u {
  display: block;
  color: #011e58;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin: 20px 0;
}

.in01 li span {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in02 {
  padding: 100px 20px 140px 20px;
}

.in03 em {
  display: block;
  text-align: center;
}

.in03 em:nth-of-type(n + 2) {
  display: none;
}

.in04 {
  margin: 100px 0 130px 0;
}

.in04 h5 {
  width: fit-content;
  margin: auto;
  position: relative;
  margin-bottom: 75px;
}

.in04 h5 i {
  display: block;
  color: #f7f7f7;
  font-size: 100px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in04 h5 b {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in04 ul {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.in04 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
}

.in04 li b {
  display: block;
  width: 100%;
  color: #001e58;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  padding-bottom: 15px;
  margin: 15px 0 25px 0;
  border-bottom: 1px #dddddd solid;
}

.in04 li p {
  width: fit-content;
  margin: auto;
}

.in04 li p a {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.05em;
  padding-left: 45px;
  position: relative;
}

.in04 li p a+a {
  margin-top: 15px;
}

.in04 li p a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.in05 {
  width: 100%;
  /* max-width: 1400px;
  margin: auto; */
}

.in05 h4 {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 50px;
}

.in05 h4 b {
  display: block;
  color: #8C2300;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in05 h4 em {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.in06 {
  max-width: 1400px;
  margin: auto;
  padding: 75px 20px 95px 20px;
  background-color: #BDBDBD;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.in06 strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.in06 i {
  display: block;
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  max-width: 375px;
  width: 100%;
  background-color: #333333;
  border-radius: 150px;
  padding: 13px 5px;
  margin: auto;
  margin-bottom: 50px;
}

.in06 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in06 li:nth-child(2n+1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 25px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 1px 1px 10px #999999;
  width: 20%;
}

.in06 li:nth-child(2n+1) p {
  margin-right: 20px;
}

.in06 li:nth-child(2n+1) p b {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in06 li:nth-child(2n+1) p span {
  display: block;
  color: black;
  font-size: 50px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in06 h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.in06 h5 span {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.in06 li:nth-child(2n) {}

.in07 {
  max-width: 1400px;
  margin: auto;
  margin-top: 30px;
  padding: 70px 20px 85px 20px;
  background-color: #F5DD74;
  border-radius: 15px;
}

.in07 b {
  display: block;
  color: #FCF4D1;
  font-size: 150px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  text-align: center;
}

.in07 i {
  display: block;
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  max-width: 375px;
  width: 100%;
  background-color: #000000;
  border-radius: 150px;
  padding: 13px 5px;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 50;
}

.in07 ul {
  max-width: 1045px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.in07 li:nth-child(2n+1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 1px 1px 10px #999999;
  width: 23%;
}

.in07 li:nth-child(2n+1) p {
  margin-right: 20px;
}

.in07 li:nth-child(2n+1) p b {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
  position: relative;
  left: -5px;
}

.in07 li:nth-child(2n+1) p span {
  display: block;
  color: black;
  font-size: 50px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in07 h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.in07 h5 span {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.in07 li:last-child {
  width: 30.5%;
}

.in07 li:nth-child(n+7) {
  margin-top: 35px;
}

.in07 li:nth-child(1),
.in07 li:nth-child(9),
.in07 li:nth-child(11) {
  border: 5px #FF8000 solid;
}

.in07 li:nth-child(1) p b,
.in07 li:nth-child(1) p span,
.in07 li:nth-child(9) p b,
.in07 li:nth-child(9) p span,
.in07 li:nth-child(11) p b,
.in07 li:nth-child(11) p span {
  color: #FF8000;
}

.in07 li:nth-child(2n) {}

.in08 {
  max-width: 1400px;
  margin: auto;
  margin-top: 100px;
}

.in08 b {
  display: block;
  color: #011E58;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in08 em {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 50px;
}

.in08 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 50px;
}

.in08 table tr td {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  background-color: #F3F3F3;
  padding: 35px 10px;
  position: relative;
  width: 22%;
  border: 1px #F5E9BF solid;
}

.in08 table tr td:nth-child(1),
.in08 table tr:nth-child(1) td {
  background-color: #D7D7D7;
  font-weight: bold;
}

.in08 table tr:nth-child(1) td:nth-child(2) {
  background-color: #F4D965;
}

.in08 table tr td:nth-child(2) {
  background-color: #F5E9BF;
  width: 28.5%;
}

.in08 table tr td:nth-child(2) img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.in08 table tr td.radius_border {
  border-top-left-radius: 25px;
}

.in08 table tr td.radius_border02 {
  border-top-right-radius: 25px;
}

.in08 table tr td.radius_border03 {
  border-bottom-left-radius: 25px;
}

.in08 table tr td.radius_border04 {
  border-bottom-right-radius: 25px;
}

.in08 table tr td strong {
  display: block;
  background-image: linear-gradient(to top right,
      black 49%,
      black,
      black 51%);
  height: 1px;
  width: 100%;
  transform: rotate(-18deg);
}

.in08 table tr:last-child td:last-child strong {
  transform: rotate(-15deg);
}

a.look_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  height: 70px;
  background-color: #7D7D7D;
  margin: auto;
  margin-top: 50px;
  transition: 0.5s;
}

a.look_btn:hover {
  transition: 0.5s;
  background-color: black;
}

.in09 {
  background-image: url('https://pic03.eapple.com.tw/megatrust/cua_bg002.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.in10 {
  max-width: 1500px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 95px 20px 100px 20px;
  border-radius: 10px;
  position: relative;
  bottom: -200px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.in10 h5 b {
  display: block;
  color: #001E58;
  font-size: 60px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}

.in10 h5 em {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in10 h6 {
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.in10 h6 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 25px 35px;
  background-color: #011E58;
  border-radius: 10px;
  transition: 0.5s;
}

.in10 h6 a:hover {
  transition: 0.5s;
  background-color: #000000;
}

.in10 h6 a:nth-child(n+4) {
  margin-top: 30px;
}

.in10 h6 a b {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in10 h6 a u {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}

.in10 h6 a u img {
  transition: 0.5s;
}

.in10 h6 a u img:nth-of-type(2) {
  position: absolute;
  opacity: 0;
}

.in10 h6 a:hover u img:nth-child(1) {
  transition: 0.5s;
  opacity: 0;
}

.in10 h6 a:hover u img:nth-child(2) {
  transition: 0.5s;
  opacity: 1;
}

.in11 {
  padding: 280px 20px 100px 20px;
}

.in11 ul {
  max-width: 1300px;
  margin: auto;
}

.in11 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in12 {
  max-width: 652px;
  width: 100%;
  margin-left: 35px;
}

.in12 h4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px #BDBDBD solid;
}

.in12 h4 img {
  filter: invert(1);
}

.in12 h4 b {
  display: block;
  color: #011E58;
  font-size: 25px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-left: 30px;
}

.in12 p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.in12 p a {
  display: block;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.05em;
  padding-left: 42px;
  position: relative;
  width: 48.5%;
}

.in12 p a:nth-child(n+3) {
  margin-top: 25px;
}

.in12 p a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.in11 li:nth-child(2n) {
  flex-direction: row-reverse;
}

.in11 li:nth-child(2n) .in12 {
  margin: 0;
  margin-right: 35px;
}

.in11 li+li {
  margin-top: 75px;
}

a.ser_btn {
  position: relative;
  top: -400px;
}

.in13 {
  padding: 80px 20px;
  background-image: url('https://pic03.eapple.com.tw/megatrust/cua_img033.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.in14 {
  max-width: 1260px;
  margin: auto;
}

.in14 span {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 40px;
}

.in14 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  height: 70px;
  background-color: #7D7D7D;
  transition: 0.5s;
}

.in14 a:hover {
  transition: 0.5s;
  background-color: white;
  color: black;
}

.in15 {
  padding: 90px 20px 150px 20px;
}

.in16 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.in15 h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  position: relative;
}

.in15 h6+h6 {
  margin-left: 285px;
}

.in15 h6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF7F00;
  font-size: 45px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  position: absolute;
  top: 0;
}

.in15 h6 b {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in15 h5 {
  margin-bottom: 100px;
}

.in15 h5 b {
  display: block;
  color: #011E58;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in15 h5 em {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 10px;
}

.in17 {
  margin-bottom: 120px;
}

.in17 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  height: 70px;
  background-color: #7D7D7D;
  margin: auto;
  margin-top: 50px;
  transition: 0.5s;
}

.in17 a:hover {
  transition: 0.5s;
  background-color: black;
}

/* 動畫 vvv */
.scroll_01 {
  margin: 0px auto;
  width: 100%;
  height: 500px;
  background-image: url('https://pic03.eapple.com.tw/megatrust/index_pic-03.svg');
  background-repeat: repeat;
  background-size: cover;
  -webkit-animation: scroll_left 130s steps(5000) infinite normal;
  animation: scroll_left 130s steps(5000) infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes scroll_left {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -5000px;
  }
}

@keyframes scroll_left {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -5000px;
  }

}

/* 動畫 ^^^ */

.in18 {
  padding: 100px 20px 375px 20px;
  background-image: url('https://pic03.eapple.com.tw/megatrust/cua_bg003.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.in18 h5 {
  max-width: 1260px;
  margin: auto;
}

.in18 h5 b {
  display: block;
  color: #011E58;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in18 h5 em {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.in19 {
  max-width: 1500px;
  margin: auto;
  border-radius: 15px;
  position: relative;
  z-index: 50;
  margin-top: -275px;
  padding: 80px 20px 100px 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  background-color: white;
  border-radius: 15px;
}

.in19 h6 {
  padding-left: 105px;
  position: relative;
}

.in19 h6>img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.in19 h6 a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.in19 h6 a b {
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.in19 ul {
  max-width: 1250px;
  margin: auto;
}

.in19 li+li {
  margin-top: 50px;
}

.in19 li p {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
  margin-top: 30px;
}

a.more_a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  height: 70px;
  background-color: #7D7D7D;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  transition: 0.5s;
}

a.more_a:hover {
  transition: 0.5s;
  background-color: black;
}

.swiper.mySwiper {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.swiper.mySwiper .swiper-wrapper .swiper-slide:after,
.swiper.mySwiper .swiper-wrapper .swiper-slide::before {
  display: none;
}

.swiper.mySwiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.swiper.mySwiper .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333333;
}

.swiper.mySwiper .swiper-button-prev,
.swiper.mySwiper .swiper-button-next {
  filter: brightness(0);
  opacity: 0.7;
}


/* 20250820 */
/* 錨點 */
.link_service_all,.team_all {
  position: relative;
  top: -400px;
}

/* 案件更動處 */
.in_scroll {
  margin-top: 110px;
  padding: 0 20px;
}

.in_scroll h4 {
  margin-bottom: 55px;
}

.in_scroll h4 b {
  display: block;
  color: #011E58;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.in_scroll h4 em {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 10px;
}

.in_scroll ul {
  max-width: 1310px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 2.5%;
  margin-bottom: 75px;
}

.in_scroll li {}

.in_scroll li h5 {
  position: relative;
}

.in_scroll h5 em {
  display: block;
}

.in_scroll h5 b {
  display: block;
  width: 63%;
  color: #001E58;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  padding: 15px 20px 8px 20px;
  background-color: #fff;
  border-top-right-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.in_scroll p {
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
}

.in_scroll p span {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.in_scroll p span+span {
  margin-top: 15px;
}

.in_scroll02 {
  overflow: hidden;
  margin-top: 75px;
}

.in_scroll02 p {
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: scroll_effect 160s linear infinite alternate;
}

@keyframes scroll_effect {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-5000px);
  }
}

.in_scroll02 p em {
  display: block;
  min-width: 300px;
}

.in_scroll02 p em+em {
  margin-left: 10px;
}

.in_scroll02 p em img {
  width: 100%;
}

.new_house01 {
  padding: 0 5%;
  margin: 110px 0 0 0;
}

.new_house01 h5 {
  width: 100%;
  margin-bottom: 25px;
}

.new_house01 h5 b {
  display: block;
  color: #011E58;
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.new_house01 h5 em {
  display: block;
  color: #000000;
  font-size: 60px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 10px;
}

.new_house01 h5 em br {
  display: none;
}

.new_house01 h6 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}

.new_house01 ul {
  max-width: 1410px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new_house01 li {
  width: 28%;
  padding: 120px 20px 30px 20px;
  background-color: #F3F3F3;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom: 9px #F4D965 solid;
}

.new_house01 li em {
  display: block;
  padding: 0 15px;
}

.new_house01 li p {
  margin: 35px 0 0 0;
}

.new_house01 li p i {
  display: block;
  color: #001E58;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}

.new_house01 li p u {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

@media (max-width:1580px) {
  .in10 {
    max-width: 100%;
    width: 90%;
  }

  .in10 h5 b,
  .in_scroll h4 b {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .in10 h5 em,
  .in_scroll h4 em {
    font-size: 26px;
  }

  .in19 {
    max-width: 100%;
    width: 90%;
  }

  /* 20250820 */

  .new_house01 h5 em {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .in01 li {
    width: 30vw;
    height: 30vw;
  }

  .in01 li u {
    font-size: 19px;
    margin: 15px 0 10px 0;
  }

  .in01 li span {
    font-size: 16px;
  }

  .in04 h5 i {
    font-size: 80px;
  }

  .in04 li b {
    font-size: 19px;
  }

  .in04 li {
    width: 32%;
  }

  .in04 li p a {
    font-size: 16px;
  }

  .in05 h4 b {
    font-size: 50px;
  }

  .in05 h4 em {
    font-size: 26px;
  }

  .in06 i {
    font-size: 22px;
  }

  .in06 li:nth-child(2n+1) p b,
  .in07 li:nth-child(2n+1) p b {
    font-size: 18px;
    position: static;
  }

  .in06 li:nth-child(2n+1) p span,
  .in07 li:nth-child(2n+1) p span {
    font-size: 40px;
  }

  .in06 h5 span,
  .in07 h5 span {
    font-size: 16px;
    text-align: right;
  }

  .in08 b {
    font-size: 50px;
  }

  .in08 em {
    font-size: 26px;
  }

  .in08 table tr td {
    font-size: 17px;
  }

  .in08 table tr td:nth-child(2) img {
    right: 10px;
    width: 30px;
  }

  .in07 b {
    font-size: 100px;
  }

  .in06 i,
  .in07 i {
    font-size: 22px;
  }

  a.look_btn {
    font-size: 17px;
  }

  .in06 ul {
    max-width: 800px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: flex-start;
  }

  .in06 li:nth-child(2n+1) {
    width: 35%;
  }

  .in06 li:nth-child(2n) {
    margin: 0 4%;
  }

  .in06 li:nth-child(n+5) {
    margin-top: 35px;
  }

  .in08 table tr td strong {
    transform: rotate(-24deg);
  }

  .in08 table tr:last-child td:last-child strong {
    transform: rotate(-19deg);
  }

  .in12 h4 b {
    font-size: 22px;
  }

  .in12 p a {
    font-size: 16px;
  }

  .in14 span {
    font-size: 18px;
  }

  .in14 a {
    font-size: 17px;
  }

  .in15 {
    padding: 80px 20px;
  }

  .in15 h5 {
    margin-bottom: 50px;
  }

  .in15 h5 b,
  .in18 h5 b {
    font-size: 50px;
  }

  .in15 h5 em,
  .in15 h6 em,
  .in18 h5 em {
    font-size: 26px;
  }

  .scroll_01 {
    height: 350px;
  }

  .in17 {
    margin-bottom: 50px;
  }

  .in17 a,
  a.more_a {
    font-size: 17px;
  }

  a.more_a {
    margin-bottom: 50px;
  }

  /* 20250820 */
  .new_house01 h5 em {
    font-size: 45px;
  }
}

@media (max-width:1060px) {
  .in06 li:nth-child(2n) {
    margin: 0 2%;
  }

  .in07 li:nth-child(2n+1) {
    width: 27%;
  }

  /* 20250820 */
  .in_scroll h5 b {
    width: calc(100% - 20px);
  }
}

@media (max-width: 990px) {
  .in04 li p a img {
    width: 17px;
  }

  .in04 li p a {
    padding-left: 25px;
  }

  .in06 ul {
    max-width: 650px;
    justify-content: space-between;
  }

  .in06 li:nth-child(2n) {
    display: none;
  }

  .in06 li:nth-child(2n+1) {
    width: 48.5%;
  }

  .in07 ul {
    max-width: 650px;
    margin: auto;
    justify-content: space-between;
  }

  .in07 li:nth-child(2n+1) {
    width: 48.5%;
    margin: 0;
  }

  .in07 li:nth-child(2n) {
    display: none;
  }

  .in07 li:nth-child(n+5) {
    margin-top: 35px;
  }

  .in08 table tr td:nth-child(2) img {
    transform: unset;
    top: 10px;
    right: 10px;
  }

  .in08 table tr td strong {
    transform: rotate(-28deg);
  }

  .in08 table tr:last-child td:last-child strong {
    transform: rotate(-23deg);
  }

  .in10 {
    padding: 35px 20px;
  }

  .in10 h5 b,
  .in_scroll h4 b,
  .new_house01 h5 b {
    font-size: 34px;
  }

  .in10 h5 em,
  .in_scroll h4 em {
    font-size: 22px;
  }

  .in10 h6 a {
    padding: 25px 15px;
  }

  .in10 h6 a b {
    font-size: 17px;
  }

  .in11 li+li {
    margin-top: 40px;
  }

  .in19 li p {
    font-size: 17px;
  }

  .in15 h6+h6 {
    margin-left: 35px;
  }

  .in_scroll h5 b {
    font-size: 20px;
  }

  /* 20250820 */
  .new_house01 h5 em {
    font-size: 40px;
  }

  .new_house01 h6 {
    font-size: 28px;
  }
}

@media (max-width:900px) {
  .new_house01 li {
    padding: 50px 10px 20px 10px;
  }
}

@media (max-width: 850px) {
  .in01 {
    padding: 50px 20px;
  }

  .in01 ul {
    max-width: 600px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .in01 li {
    width: 250px;
    height: 250px;
    margin: 15px 15px;
  }

  .in01 li:nth-child(2) {
    margin: 15px 15px;
  }

  .in03 em:nth-of-type(n) {
    display: none;
  }

  .in03 em:nth-of-type(2) {
    display: block;
  }

  .in04 {
    margin: 50px 0;
  }

  .in04 ul {
    flex-wrap: wrap;
    max-width: 600px;
  }

  .in04 li {
    width: 48.5%;
  }

  .in04 li:last-child {
    width: 100%;
    margin-top: 50px;
  }

  .in06 li:nth-child(n) {
    padding: 25px 10px;
  }

  .in08 {
    margin-top: 50px;
  }

  .in08 table tr td::before {
    content: attr(data-title);
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .in08 table thead {
    display: none;
  }

  .in08 table tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }


  .in08 table tr:nth-child(n+3) {
    margin-top: 50px;
  }

  .in08 table tr td:nth-child(n) {
    display: block;
    width: 48.5%;
    vertical-align: top;
    padding: 15px 10px;
  }

  .in08 table tr td:nth-child(4n) {
    width: 100%;
  }

  .in08 table tr td:nth-child(2),
  .in08 table tr td:nth-child(3) {
    margin: 25px 0;
  }

  .in08 em {
    margin-bottom: 35px;
  }

  .in08 table tr:nth-child(1) td {
    display: none;
    vertical-align: top;
  }

  .in08 table tr td:nth-child(1) {
    width: 100%;
  }

  .in08 table tr td strong {
    background-image: unset;
    transform: unset;
    height: 30px;
    position: relative;
  }

  .in08 table tr td strong::after {
    content: "X";
    color: black;
    font-size: 22px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    display: block;
  }

  .in08 table tr td.radius_border04,
  .in08 table tr td.radius_border03,
  .in08 table tr td.radius_border02,
  .in08 table tr td.radius_border {
    border-radius: 0;
  }

  .in08 table tr:last-child td:last-child strong {
    transform: unset;
  }

  .in07 b {
    font-size: 70px;
  }

  .in06 i,
  .in07 i {
    font-size: 20px;
    padding: 10px 5px;
  }

  .in07 i {
    margin-top: -30px;
  }

  .in08 table tr td:nth-child(2) img {
    top: -15px;
    right: -14px;
  }

  .in11 {
    padding: 50px 20px;
  }

  .in11 ul {
    max-width: 600px;
  }

  .in11 li:nth-child(n) {
    flex-direction: column-reverse;
  }

  .in11 li:nth-child(n) .in12 {
    margin: 0;
    margin-bottom: 40px;
  }

  .in11 li:nth-child(n+2) {
    margin-top: 40px;
  }

  .in09 {
    padding: 50px 20px;
  }

  .in10 {
    position: static;
    width: 100%;
  }

  .in10 h6 a:nth-child(n) {
    width: 48.5%;
    margin: 0;
  }

  .in10 h6 a:nth-child(n+3) {
    margin-top: 25px;
  }

  a.ser_btn {
    top: -1000px;
  }

  .in15 h5 b,
  .in18 h5 b {
    font-size: 40px;
  }

  .in15 h5 em,
  .in15 h6 em,
  .in18 h5 em {
    font-size: 22px;
    margin-top: 20px;
  }

  .swiper.mySwiper {
    margin-bottom: 50px;
  }

  .in_scroll h5 b {
    font-size: 18px;
  }

  .in_scroll p span {
    font-size: 17px;
  }

  /* 20250820 */
  .new_house01 h5 em {
    font-size: 36px;
  }

  .new_house01 li p i {
    font-size: 20px;
  }

  .new_house01 h6 {
    font-size: 26px;
  }
}

@media (max-width:700px) {

  /* 20250820 */
  .in_scroll {
    margin-top: 50px;
  }

  .in_scroll ul {
    width: fit-content;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 0;
  }

  .in_scroll02 {
    margin-top: 50px;
  }

  .in_scroll02 p em {
    min-width: 200px;
  }

  @keyframes scroll_effect {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-4000px);
    }
  }

  .new_house01 li {
    width: 32%;
  }
}

@media (max-width: 620px) {
  .in01 ul {
    flex-direction: column;
    align-items: center;
  }

  .in01 li {
    margin: 0;
  }

  .in01 li:nth-child(2) {
    margin: 35px 0;
  }

  .in01 li span {
    font-size: 15px;
  }

  .in02 {
    padding-bottom: 50px;
  }

  .in04 ul {
    max-width: 350px;
  }

  .in04 li:nth-child(n) {
    width: 100%;
  }

  .in04 li:nth-child(2) {
    margin: 50px 0;
  }

  .in04 li:last-child {
    margin-top: 0;
  }

  .in04 h5 {
    margin-bottom: 50px;
  }

  .in04 h5 i {
    font-size: 46px;
  }

  .in04 h5 b {
    font-size: 19px;
  }

  .in04 li p a {
    font-size: 15px;
  }

  .in08 table tr td {
    font-size: 16px;
    padding: 25px 10px;
  }

  .in08 table tr td:nth-child(1) {
    font-size: 19px;
  }

  .in08 b,
  .in05 h4 b {
    font-size: 34px;
  }

  .in08 em,
  .in05 h4 em {
    font-size: 22px;
  }

  .in10 h6 {
    max-width: 300px;
  }

  .in10 h6 a:nth-child(n) {
    width: 100%;
  }

  .in10 h6 a:nth-child(n+2) {
    margin-top: 25px;
  }

  .in14 span {
    text-align: center;
    margin-bottom: 35px;
  }

  .in14 span br {
    display: none;
  }

  .in14 a {
    margin: auto;
  }

  .in18 {
    padding: 80px 20px 345px 20px;
  }

  .in19 h6 {
    padding-left: 100px;
  }

  .in19 h6 a b {
    font-size: 18px;
  }

  .in19 li p {
    font-size: 16px;
  }

  .in15 h6 a {
    font-size: 32px;
  }

  .in15 h6 b {
    font-size: 22px;
  }

  .in15 h5 b,
  .in18 h5 b {
    font-size: 28px;
  }

  .in15 h5 em,
  .in15 h6 em,
  .in18 h5 em {
    font-size: 22px;
    margin-top: 20px;
  }

  .in_scroll p span {
    font-size: 16px;
  }

  .new_house01{
    margin:50px 0 0 0;
  }

  .new_house01 li p i {
    font-size: 18px;
  }

  .new_house01 li p u {
    font-size: 17px;
  }

  .in_scroll h4 b {
    font-size: 26px;
  }

  .new_house01 h5 em {
    font-size: 24px;
  }

  .new_house01 h6 {
    font-size: 22px;
  }

  .new_house01 h5 em br {
    display: block;
  }

  .new_house01 ul {
    max-width: 350px;
    margin: auto;
    flex-direction: column;
  }

  .new_house01 li {
    width: 100%;
    padding: 120px 10px 20px 10px;
  }

  .new_house01 li em {
    padding: 0;
    width: 80%;
    margin: auto;
  }

  .new_house01 li+li {
    margin: 40px 0 0 0;
  }
  
}

@media (max-width:600px) {
  .swiper.mySwiper .swiper-slide {
    padding: 0;
    height: auto;
  }

  .swiper.mySwiper .swiper-slide:nth-child(n) {
    background-image: unset;
  }

  .swiper.mySwiper .swiper-slide:nth-child(n) img {
    display: block;
  }

  .new_house01 li p i {
    font-size: 17px;
  }

  .new_house01 li p u {
    font-size: 16px;
  }
}

@media (max-width:550px) {

  .in06 ul,
  .in07 ul {
    max-width: 260px;
  }

  .in06 li:nth-child(n),
  .in07 li:nth-child(n) {
    width: 100%;
    margin: 0;
  }

  .in06 li:nth-child(n+2),
  .in07 li:nth-child(n+2) {
    margin-top: 20px;
  }

  .swiper.mySwiper .swiper-button-prev,
  .swiper.mySwiper .swiper-container-rtl .swiper-button-next,
  .swiper.mySwiper .swiper-button-next,
  .swiper.mySwiper .swiper-container-rtl .swiper-button-prev {
    width: 16px;
    background-size: contain;
  }
}

@media (max-width: 500px) {
  .in03 em:nth-of-type(n) {
    display: none;
  }

  .in03 em:nth-of-type(3) {
    display: block;
  }

  .in04 h5 i {
    font-size: 37px;
  }

  .in12 p a {
    width: 100%;
  }

  .in12 p a:nth-child(n+2) {
    margin-top: 25px;
  }

  .new_house01 li {
    padding: 80px 10px 20px 10px;
  }
}