body{font-family: "Arial","微軟正黑體";background-color: #FFF;}
button:focus{outline:none}
.container{position: relative;max-width: 80%;}
a:hover{text-decoration: none;}
section{padding: 100px 0;}
p{font-size: 20px;}
h3{font-size: 25px;font-weight: 400;transform: translate3d(0px, 0px, 0px);}
h4{line-height: 1.8;font-size: 1.8rem;}
h6{font-size: 1.8rem;}
img{width: 100%;}








/* visual */
header#visual{height: 100vh;position: relative;overflow: hidden;background: url("../images/header-bg.jpg") no-repeat top center;background-size: 100%;}
header#visual:before{content: "";width: 100%;height: 95vh;position: absolute;top: 0;left: 0;background: url("../images/") no-repeat center;background-size: cover;z-index: 100;}
header#visual .title{z-index: 1000;}
header#visual .title img{width: 55%;display: block;margin: 2% auto;}
header#Visual .master_content {position: relative;padding: 0 8% 10% 8%;}

header#visual img.menA {
  width: 20%;
  z-index: 900;
  position: absolute;
  left: 4%;
  bottom: 2%;
}

header#visual img.menB {
  width: 20%;
  z-index: 900;
  position: absolute;
  right: 2%;
  bottom: 2%;
}

header#visual img.menC {
  width: 15%;
  z-index: 900;
  position: absolute;
  right: 9%;
  top: 2%;
}

.menC {
  animation: sway 4s ease-in-out infinite;
}

@keyframes sway {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(2deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}


.cloud {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.cloudx {
  animation-duration: 8s; /* 不同速度 */
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}




section#blue{background-color:#253845;background: url(../images/part3_bg.png) 0 -200px no-repeat;padding: 100px 0 0 0;overflow: hidden;}
/* First */
section#First{padding: 120px 0 80px 0;position: relative;overflow: hidden;background: url("../images/content-bg.jpg") repeat-y top center;background-size: 100%;}

/* 標題 */
#First .badge {display: inline-block;background-color: #eb447a;color: #fff;padding: 0.5rem 1.5rem;border-radius: 50px;font-size: 1.2rem;font-weight: normal;position: relative;text-align: center;}
#First .badge::after {content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 15px solid #eb447a;}
.about-content__item-wrap {width: 62.3vw;margin: 0 auto;align-items: center;background-color: #FFF;padding: 3rem 6.5rem;border-radius: 3rem;gap: 4rem;overflow: hidden;}
#First .badge-wrap {text-align: center;}


#First .badge_Bule {display: inline-block;background-color: #2172de;color: #fff;padding: 0.5rem 1.5rem;border-radius: 50px;font-size: 1.2rem;font-weight: normal;position: relative;text-align: center;}
#First .badge_Bule::after {content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 15px solid #2172de;}




#First ul{margin-left: -38px;}
#First li{font-size: 20px;padding-bottom: 10px; position: relative;list-style: none;padding-left: 30px;}
#First li::before {content: "";position: absolute;left: 0;top: 10px;width: 20px;height: 20px;background-image: url(../images/check.svg); background-size: contain;background-repeat: no-repeat;}
  



#First .card {
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: row; /* 左右排列 */
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: none;
  }
  
#First .card img {
    width: 150px;
    flex-shrink: 0;
  }
  
#First .card h3 {
    margin: 0 0 10px;
    white-space: nowrap; /* 不要換行，保持橫排 */
  }
#First .card p,
#First .card span {
    margin: 0;
  }
  
#First .card div.text {
    flex: 1; /* 文字區塊佔滿剩下空間 */
  }



@media (min-width: 992px) {
  .screenshot-box {
    transform: scale(1.3);
  }
}
.screenshot-box {
  background: #fff;
  border-radius: 20px;
  padding: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}

.screenshot-box img {
  border-radius: 14px;
  display: block;
}







.about-content__item-image {
    flex: 0 0 40%; /* 圖片寬度 40% */
}

.about-content__item-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.about-content__item-text {
    flex: 1; /* 文字區自動撐滿剩餘空間 */
    line-height: 1.6;
}

#First .container{margin-top: 5%;}
#First .Text{text-align: center;}
.logo{display: block;margin: auto;height: 120px;}

.First_box{margin-top: 5%;display: flex;align-items: center;}
.marker {border-bottom: 5px #eb447a solid;;}



.title-bg{display: flex;align-items: center;justify-content: center;}

.title-lg{width:65%;text-align: center;text-shadow: rgba(0, 0, 0, 0.8) 0 2px 5px;display: inline-block;font-weight: 700;
padding: 40px 150px;font-size: 3em;color: #8eeffa;
}



.section-bg-r {padding:60px 40px; width:100%; border-radius:0;position: relative;}

.section-bg-r::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    right: -25%;
    background-color: #fff;
    border-radius:3rem 0 0 3rem;
}

.section-bg-l { padding:60px 40px; width:100%; border-radius:0;position: relative;}

.section-bg-l::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    left: -25%;
    background-color: #fff;
    border-radius:0 3rem 3rem 0;
}





@media(max-width: 767px){
/* First */

.about-content__item-wrap{width: 95%;padding: 3rem 2rem;flex-direction: column;overflow: inherit;}
.about-content__item-wrap._right {margin-left: 0; padding: 2rem 1.5rem;border-radius: 1.5rem;}

.about-content__item-text p{padding:0 40px;}
.about-content__item-text li{padding:0 50px;}
#First ul {margin-left: 0;}
#First h2 {font-size: 1.8rem;}

#First .badge-wrap {text-align: center;}

}

.badge-wrap {
  text-align: center;
}

.badge {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  white-space: normal;   /* ⭐ 允許換行 */
  max-width: 100%;
}

.badge-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 手機 */
@media (max-width: 768px) {
  .badge-text {
    font-size: 1.1rem;
  }

  .main-title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}









/* Discount */
section#Discount{background-color: #00b0c7;padding: 120px 0 80px 0;}

section#Discount .AIGNM{color: #FFF;border: 3px solid #eb447a;background-color: #eb447a;border-radius: 10px 10px 0 0;padding: 5px 10px;z-index: 1000;text-align: center;font-weight: bold;}
section#Discount .AIGNM:hover{color: #fbd84a;}
section#Discount .AIGVC{color: #FFF;border: 3px solid #2172de;background-color: #2172de;border-radius: 10px 10px 0 0;padding: 5px 10px;z-index: 1000;text-align: center;font-weight: bold;}
section#Discount .AIGVC:hover{color: #fbd84a;}

/* btnLink */
section#btnLink{position: relative;background: url("../images/content-bg.jpg") repeat-y top center;background-size: 100%;}


#btnLink .card {
    background-color: #fff7e8;
    padding: 30px 20px;
    display: flex;
    flex-direction: row; /* 左右排列 */
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: none;
  }
  
  #btnLink .card img {
    width: 150px;
    flex-shrink: 0;
  }
  
  #btnLink .card h3 {
    margin: 0 0 10px;
    white-space: nowrap; /* 不要換行，保持橫排 */
  }
  
  #btnLink .card p,
  #btnLink .card span {
    margin: 0;
  }
  
  #btnLink .card div.text {
    flex: 1; /* 文字區塊佔滿剩下空間 */
  }

  #btnLink h2{position: relative;padding-left: 30px;}
  #btnLink h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 20px;
    height: 20px;
    background-image: url(../images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
   }

section#btnLink button{width: 100%; margin: 15px auto 25px auto; display: block;background-color: #eb447a; color:#FFF; border: 4px solid #FFF; border-radius: 50px; padding: 13px 20px; font-weight: bold; font-size:1.6rem;height: 72px;}
section#btnLink button:hover{transform: translateY(5px);opacity: 0.6;}
section#btnLink .row{margin: 0;}








@media(min-width: 1441px){.container {max-width: 1320px;}}
@media(max-width: 767px){
h4{font-size: 1.2rem;}
.container{max-width: 100%;}

/* visual */
header#visual{height: 45vh;background: url("../images/header-01bg-mb.jpg") no-repeat top center;background-size: 100%;}
header#visual .title img{width: 95%;display: block;margin: 1% auto 0;}


.section-bg-r::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    background-color: #fff;
    border-radius:3rem 0 0 3rem;
}

.section-bg-l { padding:60px 40px; width:100%; border-radius:0;position: relative;}

.section-bg-l::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background-color: #fff;
    border-radius:0 3rem 3rem 0;
}






/* Discount */
#Discount .solution__title::before{background-image: none;}
#Discount .row{padding: 0px;}
#Discount h2{font-size: 1.4rem;}
.solution__title{width: 100%;}
#Discount .knowledge,#Discount .performance{width: 33vw;}
.in span{position: absolute;top: calc((50% - 1em) / 1);left: 0;right: 0;}
.arrow{width: 15%;}

section#Discount ul{margin-left: -7%;}

/* btnLink */
#btnLink .card{flex-direction: column;}
section#btnLink .btn{width: 100%;}
section#btnLink button{font-size: 1.2rem;}

}
