@charset "UTF-8";
@import url("reset.css");

/* 共用 -------------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
    width: 100%;
}
img{
    display: block;
}
figure{
	margin: 0;
}
em{
	font-style: normal;
}
.seo-h1{
	height: 0px;
    width: 0px;
    transform: scale(0);
}
#service_chat img{
    width: 76px;
    height: 76px;
}
@media (max-width: 768px) {
    #service_chat img{
        float: right;
        width: 50px;
        height: 50px;
      }
}

.wrapper{
    /* background-image: url(../images/bg_200x200px.svg);
    background-size:200px;
    background-repeat: repeat; */
    background-color: #f8f2ec;

}
.section01{
    max-width:1300px;
    margin: 0 auto;
}
.title_1{
    margin-top: 100px;
    font-size: 40px;
    color: #00a19b;
    font-weight:600;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Microsoft JhengHei;
}
.title_2{
    font-weight:600;
    text-align: center;
    font-size: 30px;
    color: #ff9900;
    margin:30px;
    font-family: Microsoft JhengHei;
}
.kv{
    display: flex;
    justify-content: center;
    width:100%;
    flex-direction: row; /* 設定 Flex 項目的排列方向為主軸為水平方向 (從左到右) */
    flex-wrap: wrap; /* 設定當一行空間不足時，Flex 項目是否換行 (wrap 表示換行) */
    align-items: center; /* 設定 Flex 項目在交叉軸 (垂直方向) 上的對齊方式：項目在垂直方向上居中對齊 */
}
.kv_light{
    width:150px;
}
.kv_card{
    margin-top: 200px;
    width:150px;
}
.kv_people{
    width: 75%;
}

.jump {
    font-size: 125px;
    -webkit-animation-name: squat;
    /* animation-name: squat; */
    -webkit-animation-duration: 2500ms;
    animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2400ms;
    /* animation-delay: 2400ms; */
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    display: inline-block;
}

@keyframes squat {
  0% {
    transform: translateY(0); /* 初始位置 */
  }
  50% {
    transform: translateY(10px); /* 向下移動 */
  }
  100% {
    transform: translateY(0); /* 回到初始位置 */
  }
}

@-webkit-keyframes squat { /* 兼容舊版瀏覽器 */
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

.goodpoint_group {
    display: flex;
    justify-content: center; /* 水平置中 */
    margin-bottom: 50px;
}

.goodpoint_group_m {
    display:none;
}

.goodbox img{
    width:300px;
    height:auto;
    transition: transform 0.3s ease; /* 加入過渡效果 */
}

.goodbox:hover img {
    transform: scale(1.1); /* 滑鼠懸停時放大 1.1 倍 */
  }

.btn_group{
    display: flex;
    /* 水平置中 */
    justify-content: center;    
    /* 垂直置中 */
    align-content: center;      
    flex-wrap: wrap;
} 
.btn {
    font-size: 20px;
    width: 200px;
    height: 65px;
    max-width: 12.5rem;
    border-radius: 4px;
    background: #3cbaad;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover {
    background: #3cbaade2;
}
.btn:disabled {
    background: #f9f9f9;
    color: #ffffff;
    cursor: not-allowed;
    }
    @media (max-width: 768px) {
    .btn {
        max-width: 8.75rem;
    }
}
                                            

.notice{
    padding-top:20px;
    margin-top: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
.notice_img{
    display: flex; /* 設定容器為 Flex 容器 */
    justify-content: center; /* 水平置中 */
    align-items: center; /* 垂直置中 */
}
.notice_img img{
    display: block; /* 設定圖片為區塊元素 */
    width: 100px;
}
.notice_box {
    /* padding-top:20px; */
    margin-bottom:20px;
    margin-left: 20px; /* 設定文字與圖片之間的間距 */
    font-family: Microsoft JhengHei;
    font-size:15px;
    color:#333333;
    line-height: 2; /* 行高為 1.5 倍字體大小 */
    letter-spacing: 1px; /* 行高為 20 像素 */
    text-align: justify;/* 右兩邊都對齊 */
}
.notice_title{
    color:#F8524C;
    font-weight:800;
    font-size: 22px;
}
.notice_box ol {
    list-style-type: decimal; /* 顯示十進位數字 */
    margin-left:22px;
  }
.notice_box a {
    color: #00a19b;
    text-decoration: underline;
    font-weight:800;
}

/* 1080px */
@media screen and (max-width: 1080px){
    .kv_light{
        position: absolute;
        max-width: 150px;
        left:100px;
        top:350px;
        z-index: 1;
    }
    .kv_card{
        position: absolute;
        max-width: 150px;
        right:50px;
        top:350px
    }
}

/* 890px */
@media screen and (max-width: 890px){
    .kv_light{
        position: absolute;
        max-width: 130px;
        left:120px;
        top:300px
        z-index: 1;
    }
    .kv_card{
        position: absolute;
        max-width: 130px;
        right:50px;
        bottom:500px;
    }
    
}

/* 768px */
@media screen and (max-width: 768px){
    .kv_light{
        position: absolute;
        max-width: 100px;
        left:70px;
        top:350px;
        z-index: 1;
    }
    .title_1{
        font-size: 35px;
    }
    .title_2{
        font-size: 25px;
    }
    .kv_card{
        position: absolute;
        max-width: 100px;
        right:30px;
        bottom:160px;
    }
    .goodpoint_group {
        display: flex;/* 水平置中 */
        justify-content: center; /* 垂直置中 */
        align-content: center;      
        flex-wrap: wrap;
    }
    .goodbox img{
        max-width: 350px;
        width: 100%;
        height: auto;
    }

    .notice{
        display: flex;/* 水平置中 */
        justify-content: center; /* 垂直置中 */
        align-content: center;      
        flex-wrap: wrap;
    }
    .notice_img img{
        display: block; /* 設定圖片為區塊元素 */
    }
    .notice_box {
        padding-left: 20px;
        padding-right:20px;
        font-family: Microsoft JhengHei;
        font-size:15px;
        color:#333333;
        line-height: 2; /* 行高為 1.5 倍字體大小 */
        letter-spacing: 1px; /* 行高為 20 像素 */
    }
    .notice_title{
        font-weight:800;
        font-size: 22px;
    }
}

/* 580px */
@media screen and (max-width: 540px){
    .kv_people{
        margin: 0 auto;
        width: 90%;
    }
}

/* 540px */
@media screen and (max-width: 540px){
    /* .kv_light{
        position: absolute;
        max-width: 90px;
        left:50px;
        top:350px;
        z-index: 1;
    } */
    .title_2{
        font-size: 25px;
    }
    /* .kv_card{
        position: absolute;
        max-width: 90px;
        right:30px;
        bottom:160px;
    } */
    .kv_people{
        margin: 0 auto;
        width: 90%;
    }
    .goodpoint_group {
        display: flex;/* 水平置中 */
        justify-content: center; /* 垂直置中 */
        align-content: center;      
        flex-wrap: wrap;
    }
    .goodbox img{
        max-width: 350px;
        width: 100%;
        height: auto;
    }

    .notice{
        display: flex;/* 水平置中 */
        justify-content: center; /* 垂直置中 */
        align-content: center;      
        flex-wrap: wrap;
    }
    .notice_img img{
        display: block; /* 設定圖片為區塊元素 */
        max-width:80px;
    }
    .notice_box {
        padding-left: 20px;
        padding-right:20px;
        font-family: Microsoft JhengHei;
        font-size:15px;
        color:#333333;
        line-height: 2; /* 行高為 1.5 倍字體大小 */
        letter-spacing: 1px; /* 行高為 20 像素 */
    }
    .notice_box>p{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* 430px */
@media screen and (max-width: 430px){
    .kv_light{
        position: absolute;
        max-width: 60px;
        left:50px;
        top:350px;
        z-index: 1;
    }
    .title_2{
        font-size: 25px;
    }
    .kv_card{
        position: absolute;
        max-width: 60px;
        right:30px;
        bottom:300px;
    }
    .kv_people{
        margin: 0 auto;
        width: 90%;
    }
    .goodpoint_group {
        display: flex;/* 水平置中 */
        justify-content: center; /* 垂直置中 */
        align-content: center;      
        flex-wrap: wrap;
    }
    .goodbox img{
        max-width: 250px;
        width: 100%;
        height: auto;
    }

    .notice{
        display: flex;
        /* 水平置中 */
        justify-content: center;    
        /* 垂直置中 */
        align-content: center;      
        flex-wrap: wrap;
    }
    .notice_img img{
        display: block; /* 設定圖片為區塊元素 */
        width:50px;
    }
    .notice_box {
        margin-right:10px;
        /* padding:20px; */
        font-family: Microsoft JhengHei;
        font-size:15px;
        color:#333333;
        line-height: 2; /* 行高為 1.5 倍字體大小 */
        letter-spacing: 1px; /* 行高為 20 像素 */
    }
    .notice_title{
        font-weight:800;
        font-size: 22px;
    }
    .title_1{
        padding-left:60px;
        padding-right:60px;
        line-height: 1.5;
    }
    .box{
        max-width:340px;
    }
}
/* 375px */
@media screen and (max-width: 375px){
    .title_1 {
        padding-left: 40px;
        padding-right: 40px;
        line-height: 1.5;
    }
   .flex_two{
    padding-left:40px;
    padding-right:40px;
   }
   .notice_box{
    padding-left:20px;
    padding-right:20px;
   }
}
.flex_two {
    display: flex; 
    flex-direction: row; /* 設定 Flex 項目的排列方向為主軸為水平方向 (從左到右) */
    flex-wrap: wrap; /* 設定當一行空間不足時，Flex 項目是否換行 (wrap 表示換行) */
    justify-content: space-evenly; /* 設定 Flex 項目在主軸 (水平方向) 上的對齊方式：項目之間和與容器兩端都有相等的空間 */
    align-items: center; /* 設定 Flex 項目在交叉軸 (垂直方向) 上的對齊方式：項目在垂直方向上居中對齊 */
    border-radius: 30px; /* 圓角效果 */
    margin-top: 50px;
  }

.box{
    width:400px;
    height:300px;
    display: grid;
    justify-content: center;
    align-items: center; 
    text-align: center;
    border-radius: 15px;
    margin-bottom:50px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out; /* 添加 transition 屬性 避免動畫太僵硬 */
}
.box:hover {
    transform: scale(1.1); /* 滑鼠懸停時放大 1.1 倍 */
  }                             
.line_gray{
    width:80%;
    background-color:#00a19b; 
    height: 1px; 
    border: none;
    margin: 0 auto;
}
.text_title{
    font-size:20px;
    font-weight:800;
    color:#00a19b;
    padding:15px;
    line-height: 1.8;
    letter-spacing: 1pt;
}
.box > p{
    color: #434343;
    font-weight:500;
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 30px;
    padding-top:20px;
    font-size:18px;
    line-height: 1.8;
    letter-spacing: 1pt;
}