@charset "UTF-8";
.banner {
  background: url("../img/line-marketing-digital-strategy.webp") center 47%/cover;
  height: 400px;
}
.banner .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  margin-bottom: 3%;
}
.banner p {
  margin-bottom: 0;
}

#line-marketing-strategy article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-bottom: 5%;
}
#line-marketing-strategy article + article {
  padding-top: 15%;
}
#line-marketing-strategy img {
  filter: drop-shadow(0 2px 4px rgba(168, 168, 168, 0.3));
}
#line-marketing-strategy img.dotted-line {
  display: none;
}
#line-marketing-strategy .number {
  background: #F6C667;
  color: #fff;
  font-weight: 700;
  font-family: "Archivo", serif;
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  box-shadow: 0px 3px 4px rgba(100, 100, 100, 0.2);
}
#line-marketing-strategy .title {
  display: flex;
  align-items: center; /* 讓數字和標題垂直置中 */
  gap: 15px; /* 數字與標題間距 */
  margin-bottom: 5%;
}
#line-marketing-strategy h2 {
  margin: 0;
  color: #275A77;
  font-weight: bold;
}
#line-marketing-strategy .line-menu-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 1;
  margin-top: 7%;
}
#line-marketing-strategy .line-menu-img-box img {
  width: 47.5%;
}
#line-marketing-strategy .line-menu-img-box img:nth-child(even) {
  margin-left: auto;
}
#line-marketing-strategy .line-menu-img-box img:nth-child(n+3) {
  margin-top: 5%;
}
#line-marketing-strategy .easy-operation-interface, #line-marketing-strategy .flexible-expansion-feature {
  display: flex;
  justify-content: space-between;
  margin-top: 7%;
}
#line-marketing-strategy .easy-operation-interface img, #line-marketing-strategy .flexible-expansion-feature img {
  width: 31%;
}
#line-marketing-strategy .message-push-function {
  display: flex;
  justify-content: space-between;
  order: 1;
  margin-top: 7%;
}
#line-marketing-strategy .message-push-function img {
  width: 48%;
}
#line-marketing-strategy .message-push-function img + img {
  margin-left: auto;
}
#line-marketing-strategy .flexible-expansion-options {
  padding-bottom: 0;
}

@media (min-width: 700px) {
  #line-marketing-strategy {
    padding-bottom: 1.5%;
  }
  #line-marketing-strategy article {
    flex-direction: row;
    justify-content: space-between;
  }
  #line-marketing-strategy img.dotted-line {
    display: block;
    filter: none;
    position: absolute;
    width: 12%;
    transform: translateX(-50%);
  }
  #line-marketing-strategy .line-menu-img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 0;
    margin-top: 0;
  }
  #line-marketing-strategy .line-menu-img-box img {
    width: 47.5%;
  }
  #line-marketing-strategy .line-menu-img-box img:nth-child(even) {
    margin-left: auto;
  }
  #line-marketing-strategy .line-menu-img-box img:nth-child(n+3) {
    margin-top: 5%;
  }
  #line-marketing-strategy .easy-operation-interface, #line-marketing-strategy .flexible-expansion-feature {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  #line-marketing-strategy .easy-operation-interface img, #line-marketing-strategy .flexible-expansion-feature img {
    width: 31%;
  }
  #line-marketing-strategy .user-friendly-interface img.dotted-line, #line-marketing-strategy .flexible-expansion-options img.dotted-line {
    left: 30%;
    transform: rotate(10deg);
  }
  #line-marketing-strategy .push-notification img.dotted-line {
    left: 50%;
    transform: rotate(-10deg);
  }
  #line-marketing-strategy .message-push-function {
    display: flex;
    justify-content: space-between;
    width: 45%;
    order: 0;
    margin-top: 0;
  }
  #line-marketing-strategy .message-push-function img {
    width: 48%;
  }
  #line-marketing-strategy .message-push-function img + img {
    margin-left: auto;
  }
  #line-marketing-strategy .flexible-expansion-options {
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .h1-large {
    font-size: 40px;
  }
  .banner {
    height: 300px;
  }
  .banner h1 {
    margin-bottom: 1%;
  }
  #line-marketing-strategy article + article {
    padding-top: 10%;
  }
  #line-marketing-strategy .customized-image-text-menu img.dotted-line {
    bottom: -18%;
    left: 60%;
  }
  #line-marketing-strategy .line-menu-img-box {
    width: 52%;
  }
  #line-marketing-strategy .text {
    width: 43%;
  }
  #line-marketing-strategy .easy-operation-interface, #line-marketing-strategy .flexible-expansion-feature {
    width: 57%;
  }
  #line-marketing-strategy .user-friendly-interface .text, #line-marketing-strategy .flexible-expansion-options .text {
    width: 38%;
  }
  #line-marketing-strategy .user-friendly-interface img.dotted-line, #line-marketing-strategy .flexible-expansion-options img.dotted-line {
    bottom: -17%;
  }
  #line-marketing-strategy .push-notification img.dotted-line {
    bottom: -12%;
  }
}
@media (min-width: 1200px) {
  .banner h1 {
    margin-bottom: 1%;
  }
  #line-marketing-strategy article {
    padding: 5% 0 10%;
  }
  #line-marketing-strategy article + article {
    padding-top: 5%;
  }
  #line-marketing-strategy .number {
    font-size: 40px;
    width: 75px;
    height: 75px;
  }
  #line-marketing-strategy .title {
    flex-direction: column;
    align-items: start;
    gap: 0; /* 數字與標題間距 */
    margin: 0;
  }
  #line-marketing-strategy h2 {
    margin: 5% 0 5%;
  }
  #line-marketing-strategy .customized-image-text-menu img.dotted-line {
    bottom: -4%;
    left: 55%;
  }
  #line-marketing-strategy .line-menu-img-box {
    width: 45%;
  }
  #line-marketing-strategy .text {
    width: 48%;
  }
  #line-marketing-strategy .easy-operation-interface, #line-marketing-strategy .flexible-expansion-feature {
    width: 52%;
  }
  #line-marketing-strategy .user-friendly-interface .text, #line-marketing-strategy .flexible-expansion-options .text {
    width: 43%;
  }
  #line-marketing-strategy .user-friendly-interface img.dotted-line, #line-marketing-strategy .flexible-expansion-options img.dotted-line {
    bottom: -5%;
  }
  #line-marketing-strategy .push-notification img.dotted-line {
    bottom: -3%;
  }
}/*# sourceMappingURL=line-marketing-strategy.css.map */