.branch-p-ti-box {
  color: #093e76;
  padding-bottom: 40px;
  position: relative;
}

.branch-p-ti-box h1 {
  font-family: "Century Gothic", "NotoSansTC-Regular", "微軟正黑體";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #042747;
  padding: 2px 0 0 20px;
  position: relative;
}

.branch-p-ti-box h1::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fb8012 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.branch-sub-ti {
  line-height: 1.4;
  font-size: 30px;
  color: #042747;
}

.branch-item-g {
  display: flex;
}

.branch-item-g .branch-item {
  vertical-align: middle;
}

.branch-item-g .branch-pic {
  width: 40%;
  position: relative;
  height: 640px;
}

.branch-item-g .branch-pic .branch-img-1 {
  width: 600px;
}

.branch-item-g .branch-pic .branch-img-2 {
  width: 460px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.branch-item-g .branch-pic .branch-img-2::after {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  background: #fb8012;
  z-index: -1;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.branch-item-g .branch-txt {
  width: calc(100% - 40%);
  padding-left: 75px;
}

.branch-item-g .branch-txt .branch-logo {
  margin-bottom: 45px;
}

.branch-item-g .branch-txt ul {
  margin-top: 25px;
}

.branch-item-g .branch-txt ul li {
  position: relative;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 80px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.branch-item-g .branch-txt ul li:last-child {
  margin-bottom: 0;
}

.branch-item-g .branch-txt ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #555;
  position: absolute;
  top: 16px;
  left: 0;
}

.branch-item-g .branch-txt .branch-info {
  margin-top: 30px;
  border-left: #ccc solid 1px;
}

.branch-item-g .branch-txt .branch-info span {
  padding-left: 17px;
  font-size: 17px;
  color: #fb8012;
}

.branch-item-g .branch-txt .branch-info ul {
  margin-top: 5px;
}

.branch-item-g .branch-txt .branch-info li {
  margin-bottom: 5px;
  padding-left: 17px;
  font-size: 16px;
}

.branch-item-g .branch-txt .branch-info li::before {
  display: none;
}

.branch-item-g .branch-txt .branch-info li a:hover {
  text-decoration: underline;
}

@media (max-width: 1699px) {
  .branch-item-g .branch-txt ul li {
    padding-right: 0;
  }
}

@media (max-width: 1440px) {
  .branch-p-ti-box {
    padding-bottom: 20px;
  }
  .branch-p-ti-box h1 {
    font-size: 28px;
  }
  .branch-sub-ti {
    font-size: 28px;
  }
  .branch-item-g .branch-pic,
  .branch-item-g .branch-txt {
    width: 50%;
    vertical-align: top;
  }
  .branch-item-g .branch-txt .branch-logo {
    margin-bottom: 20px;
  }
  .branch-item-g .branch-txt ul {
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .branch-item-g .branch-pic {
    height: auto;
  }
  .branch-item-g .branch-pic .branch-img-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .branch-item-g .branch-pic .branch-img-1 img {
    width: 100%;
  }
  .branch-item-g .branch-pic .branch-img-2 {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
  }
  .branch-item-g .branch-pic .branch-img-2::after {
    display: none;
  }
  .branch-item-g .branch-pic .branch-img-2 img {
    width: 100%;
  }
  .branch-item-g .branch-txt {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .branch-p-ti-box {
    padding-bottom: 10px;
  }
  .branch-p-ti-box h1 {
    font-size: 26px;
  }
  .branch-sub-ti {
    font-size: 24px;
  }
  .branch-item-g .branch-txt ul li {
    font-size: 18px;
  }
}

@media (max-width: 699px) {
  .branch-item-g {
    display: block;
  }
  .branch-item-g .branch-pic,
  .branch-item-g .branch-txt {
    width: 100%;
  }
  .branch-item-g .branch-txt {
    padding-left: 0;
    margin-top: 25px;
  }
}
