/* * {
    outline: 2px #18c382 solid;
} */
/* 影音服務 */
.video-body {
    background-color: #fff;
}
.key-vision {
    width: 100%;
    position: relative;
}
.key-vision img {
    width: 100%;
}
.black-bg {
    width: 100%;
    height: 76px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.black-bg-title {
    width: 70%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-title {
    font-size: 24px;
    margin: auto;
    padding: 50px 35px 20px;
    text-align: center;
}
.video-ads {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.video_ads_MB {
    /* width: 342px; */
    width: 100%;
}
.video_ads_PC {
    display: none;
    /* width: 100%; */
}
.intro-area {
    max-width: 1200px;
    margin-top: 20px;
}
.first-intro {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px;
}
.three-circle {
    display: flex;
    width: 100%;
    padding: 0 16px;
}
.media {
    margin: auto;
    text-align: center;
    padding: 0 5px;
}
.media-img {
    position: relative;
    margin: auto;
}
.media-img img {
    width: 100%;
    opacity: 0.6;
}
.ceter-text {
    width: 80%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.second {
    margin-top: 112px;
    max-width: 1200px;
}
.second-video-title {
    font-size: 24px;
    margin: auto;
    padding: 0px 35px 20px;
    text-align: center;
}
.second-intro {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px;
}
.four-color {
    width: 100%;
    margin: 20px auto;
}
.aida-pic-mb img {
    width: 100%;
}
.aida-pic-ipad {
    display: none;
}
.aida-pic-pc {
    display: none;
}
.third {
    margin-top: 116px;
    max-width: 1200px;
}
.third-video-title {
    font-size: 24px;
    margin: auto;
    padding: 0px 35px 50px;
    text-align: center;
}
.four-icon-area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.icon-area {
    width: 50%;
    margin: auto;
    height: 360px;
}
.icon {
    text-align: center;
    width: 100%;
}
.icon img {
    width: 100%;
}
.icon-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    /* letter-spacing: 1px; */
    margin-bottom: 14px;
    /* color: #3e3a39; */
}
.icon-text {
    margin: 0 15px;
}
.icon-text p {
    display: flex;
    justify-content: flex-start;
}
.icon-text span {
    display: block;
    width: 80%;
}
.icon-text p {
    padding: 2px 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}
.fourth {
    margin-top: 116px;
    max-width: 1200px;
}
.fourth-video-title {
    font-size: 24px;
    margin: auto;
    padding: 0px 35px;
    text-align: center;
}
.fourth-intro {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px;
}
.container .bg {
    width: 100%;
    height: auto;
}
.fifth {
    margin-top: 116px;
    max-width: 1200px;
}
.fifth-video-title {
    font-size: 24px;
    margin: auto;
    padding: 0px 35px;
    text-align: center;
}
.portfolio {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0 10px;
}
.portfolio-area {
    padding: 6px;
    width: 50%;
    cursor: pointer;
    transition: all 0.2s linear;
}
.portfolio-pic {
    position: relative;
    margin: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.portfolio-pic img {
    width: 100%;
    filter:brightness(.5);
    -webkit-filter:brightness(.5);
}
.portfolio-ceter-text {
    width: 80%;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear;
}
.hover-text {
    /* display: none; */
    opacity: 0;
    width: 80%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.hover-text-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
}
.hover-text-content {
    font-size: 12px;
}

.portfolio-area:hover .hover-text{
    /* display: block; */
    opacity: 1;
}
.portfolio-area:hover .portfolio-ceter-text{
    /* display: none; */
    opacity: 0;
}
.sixth {
    margin: 70px auto 95px;
    max-width: 1200px;
}
.contact-btn {
    width: 274px;
    height: 72px;
    line-height: 72px;
    background-color: #3E3A39;
    cursor: pointer;
    transition: all 0.2s linear;
}
.contact-text {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    letter-spacing: 1.2px;
    transition: all 0.2s linear;
}
.contact-btn:hover {
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);;
}
.contact-btn:hover .contact-text{
    color: #3E3A39;
}
.contact-btn:active {
    position:relative;
    top:1px;
}
.sixth a {
    text-decoration: none;
}

/* App 推廣變現 */
.app_section1_area {
    background-image: url(../img/app/mb_bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    position: relative;
    /* overflow: hidden; */
    min-height: 300px;
    padding: 20px;
    max-width: 500px;
}
.app_section1_card {
    width: 156px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 15px;
    position: relative;
}
.card_title {
    width: 72px;
    height: 24px;
    background: #C95B69;
    border-radius: 10px;
    margin: 0px 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.card_line {
    width: 96px;
    height: 0px;
    border: 1px solid #E5E5E5;
    margin: 10px 0;
}
.card_text {
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.location {
    position: absolute;
    top: 15px;
    right: 15px;
}
.location img {
    width: 25px;
}
.app_section1_card_down {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.app_section1_card2 {
    width: 156px;
    height: 128px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 15px 0 15px 15px;
    position: relative;
}
.card_title2 {
    background-color: #E9C16A;
}
.card_title3 {
    background-color: #A3BA65;
}
.section1_arrow_red {
    position: absolute;
    /* top: 70px;
    left: 40px; */
    top: 20%;
    left: 12%;
}
.section1_arrow_red img {
    width: 90px;
}
.section1_arrow_green {
    position: absolute;
    /* top: 65px;
    right: 50px; */
    top: 18%;
    right: 15%;
}
.section1_arrow_green img {
    width: 90px;
}
.section1_arrow_yellow {
    /* position: absolute; */
    position: relative;
    bottom: 20px;
    /* left: 0px; */
    text-align: center;
    /* margin: 0 auto; */
}
.section1_arrow_yellow img {
    width: 90px;
}
.sectio1_area2 {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 0 30px;
}
.color_area {
    width: 50%;
}
.color_area_img {
    text-align: center;
    margin: 0 auto 5px;
}
.color_area_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
}
.area_title_green {
    color: #A3BA65;
}
.area_title_blue {
    color: #67A4B0;
}
.color_area_line {
    width: 144px;
    height: 0px;
    border: 1px solid #C4C4C4;
    margin: 8px auto;
}
.color_area_text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    margin: 0 5px;
}

.app_section2 {
    margin-top: 70px;
    max-width: 1200px;
}
.app_section2_area {
    background-image: url(../img/app/three_step_bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    position: relative;
    /* overflow: hidden; */
    min-height: 350px;
    margin-top: 34px;
}
.three_step_area {
    width: 343px;
    height: 84px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    margin-bottom: 15px;
}
.red-area {
    border: 1.5px solid #C95B69;
}
.orange-area {
    border: 1.5px solid #DA8E59;
}
.green-area {
    border: 1.5px solid #A3BA65;
}
.three_step_area_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    background-color: #fff;
    width: 50px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 30px;
}
.three_step_title_red {
    color: #C95B69;
}
.three_step_title_orange {
    color: #DA8E59;
}
.three_step_title_green {
    color: #A3BA65;
}
.three_step_area_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.three_step_area_left {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3E3A39;
    width: 50%;
    padding: 15px 0px 15px 15px;
}
.green-area_left {
    padding: 24px 0px 24px 15px;
}
.three_step_area_img img {
    /* display: none; */
    width: 0px;
}
.three_step_area_right {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding: 15px 36px 15px 0;
    text-align: left;
}
.three_step_area_circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999em;
    vertical-align: middle;
    margin: 0 9px;
}
.three_step_area_right_red {
    color: #C95B69;
}
.red_circle {
    background-color: #C95B69;
}
.three_step_area_right_orange {
    color: #DA8E59;
    padding: 15px 0px 15px 0;
}
.orange_circle {
    background-color: #DA8E59;
}
.three_step_area_right_green {
    color: #A3BA65;
    /* padding: 15px 0px 15px 0; */
}
.green_circle {
    background-color: #A3BA65;
}
/* APP 成長攻略 */
.app_section3_intro {
    margin-top: 40px;
    width: 100%;
    height: 180px;
    background: #C95B69;
}
.red_color_bg_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-top: 45px;
}
.red_color_bg_line {
    width: 276px;
    height: 0px;
    border: 1px solid #FFFFFF;
    margin: 5px auto;
}
.red_color_bg_text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 0 32px;
}

.app_section3 {
    margin-top: 60px;
    max-width: 1200px;
}
.app_section3-title {
    padding: 0px 35px 10px;
}
.app_section3-intro {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    padding: 0 50px;
}
.step_area_all {
    margin-top: 50px;
}
.step_area {
    margin-bottom: 10px;
}
.step_icon {
    margin: auto;
    text-align: center;
}
.step_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #3E3A39;
    text-align: center;
}
.step_text {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #3E3A39;
    padding: 5px 95px;
}
.app_section3_imgArea {
    width: 100%;
    background-color: #F0F0F0;
    margin: 50px auto 84px;
}
.app_section3_img_mb {
    margin: auto;
    text-align: center;
    width: 100%;
}
.app_section3_img_mb img {
    width: 90%;
}
.app_section3_img_pc {
    display: none;
}
.step_text_text_left {
    text-align: left;
}
.step_text p {
    display: flex;
    justify-content: flex-start;
}
.step_text span {
    display: block;
    width: 90%;
}
.app_section6 {
    margin-top: 80px;
    max-width: 1200px;
}
.app_section6-intro {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.people_bg_mb {
    width: 100%;
}
.people_bg_mb img{
    width: 100%;
    padding: 0 10px;
}
.frame_area_mb {
    display: flex;
    justify-content: center;
    width: 100%;
}
.people_bg_ipad {
    display: none;
}
.people_bg_pc {
    display: none;
}
.triangle {
    text-align: center;
    margin: 0 auto 10px;
}
.frame_img {
    position: relative;
}
.frame_img img {
    width: 100%;
}
.frame_img_pc {
    display: none;
}
.frame_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.frame_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3E3A39;
}
.frame_line {
    width: 144px;
    height: 0px;
    border: 1px solid #3E3A39;
    margin: 10px auto;
}
.frame_text {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.frame_text p {
    padding: 0 0 2px;
}
.blue_frame_pc {
    display: none;
}
.red_frame_pc {
    display: none;
}

/* 關於我們 */
#about_section1{
    height: 25vh;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../img/about/img_martech.jpg?211026);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    min-height: 394px;
    position: relative;
    overflow: hidden;
}
.about_main_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
}
.about_log {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: flex; */
    justify-content: center;
    width: 100%;
    text-align: center;
    /* vertical-align: middle;
    display: block; */
}
.about_log_GMPP {
    width: 25%;
    margin: 0 5px;
}
.about_log_GMPP img {
    width: 10%;
    object-position: center center; /* 預設值即為 center center，此行可省 */
    object-fit: scale-down;
}
.about_log_GCPP {
    width: 25%;
    margin: 0 5px;
}
.about_log_GCPP img {
    width: 10%;
    object-position: center center; /* 預設值即為 center center，此行可省 */
    object-fit: scale-down;
}
.about_log_Meta {
    width: 17%;
    margin: 0 5px;
}
.about_log_Meta img {
    width: 5%;
    object-position: center center; /* 預設值即為 center center，此行可省 */
    object-fit: scale-down;
}
.about_maim_text {
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}
.about_section {
    max-width: 1200px;
}
#about_section2 {
    margin-top: 48px;
    width: 100%;
}
.sales_frontier {
    width: 90%;
}
.sales_frontier_img img {
    width: 100%;
}
.sf_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #3E3A39;
    margin: 20px auto 10px;
}
.sf_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
#about_section3 {
    margin-top: 90px;
    width: 100%;
}
.star_area {
    width: 90%;
    margin-top: 37px;
}
.star_contain {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px #C4C4C4, 0px 0px 10px #E5E5E5, 0px 0px 16px #F0F0F0;
    position: relative;
    margin-bottom: 30px;
}
.star_text {
    font-size: 16px;
    align-items: center;
    text-align: center;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.star {
    position: absolute;
    top: -30px;
    left: -5px;
}
#about_section4 {
    margin-top: 70px;
}
#about_section5 {
    margin-top: 100px;
    margin-bottom: 25px;
}
.about_section5_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3E3A39;
}

/* 里程碑 */
.map_area{
    position: relative;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 50px;
}
.map_head img {
    width: 100%;
}
.map_head{
    width: 80px;
    height: 80px;
    margin: auto;
    position: relative;
    bottom: 10px;
    z-index: 2;
    position: relative;
}
.map_head:first-child{
    margin-top: 0;
}
.map_head_img{
    border-radius: 50%;
    margin: auto;
    position: relative;
    /* left: 5px; */
    bottom: 10px;
    z-index: 2;
}
.map_head:first-child::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 450px;
    border-right: #3E3A39 2px dashed;
    top: 60px;
    left: calc( 50% - 2px );
    background-color: transparent;
    z-index: 1;
}
.map_item{
    position: relative;
    width: 80px;
    background-color: #C95B69;
    color: #fff;
    margin: 0px 10px 50px;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 17.5px;
    line-height: 30px;
    z-index: 2;
}
.map_detail{
    position: absolute;
    top: 3px;
    color: #3E3A39;
    width: 330px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
}
.map_item:nth-child(even) .map_detail{
    left: 100px;
    text-align: left;
}
.map_item:nth-child(odd) .map_detail{
    left: 100px;
    text-align: left;
}
.map_head_img img{
    position: relative;
    top: 15px;
}
@media screen and (max-width: 1100px){
    .section5_wrapper{
        width: 80%;
        margin: auto;
    }
    .map_area{
        margin: 0px 0px;
    }
    .map_head{
        margin: 10px 3px;
        width: 75px;
        height: 75px;
    }
    .map_head_img{
        width: 75px;
        height: 75px;
        bottom: 5px;
    }
    .map_item{
        font-size: 16px;
        line-height: 23px;
        width: 80px;
        padding: 5px;
        margin: 0px 0px 60px;
    }
    .map_head:first-child::after{
        height: 480px;
    }
    .map_item:nth-child(odd) .map_detail{
        left: 100px;
        text-align: left;
        font-size: 16px;
        line-height: 23px;
    }
    .map_item:nth-child(even) .map_detail {
        left: 100px;
        font-size: 15px;
        font-size: 16px;
        line-height: 23px;
    }  
    .map_detail{
        width: 180px;
    }
}
@media screen and (max-width: 520px){
    .section5_wrapper {
        width: 90%;
    }
    .map_detail{
        width: 188px;
        line-height: 1.25;
        font-weight: 500;
    }
    .map_item{
        font-size: 16px;
        line-height: 23px;
        width: 80px;
        padding: 5px;
        margin: 0px 0px 50px;
    }
    .map_head:first-child::after{
        height: 850px;
    }
    .map_item:nth-child(odd) .map_detail{
        left: 120px;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    .map_item:nth-child(even) .map_detail {
        left: 120px;
        font-size: 16px;
        line-height: 20px;
    } 
    .map_head_right {
        display: none;
    }
}
/* 里程碑結束 */

.map_img {
    background-image: url(../img/about/map.png);
    background-size: cover;
    background-position: center;
    margin: 20px 20px 75px;
    min-height: 255px;
    position: relative;
}
.location_img img {
    width: 25px;
}
.location_shanghai {
    position: absolute;
    top: 50%;
    right: 15%;
}
.location_hongkong {
    position: absolute;
    top: 75%;
    right: 25%;
}
.location_taiwan {
    position: absolute;
    top: 70%;
    right: 12%;
}

/* 數據服務 */
#data_section1{
    /* margin: 25px 0; */
    height: 50vh;
    background-image: url(../img/data-hub/img_world_map.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    width: 95%;
}
.ALICE_section {
    max-width: 1200px;
}
.GA_pc {
    /* padding: 100px 0; */
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.GA_Data_log {
    /* padding: 10px 0 0px; */
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

.GA_Data_text {
    padding: 0px 0 0px;
    position: relative;
    text-align: center;
    margin: 12px auto 0;
   
}
.GA_Data_text img {
    width: 100%;
}
.Ga_Data_text_t {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    font-size: 16px;
    line-height: 20px;
    /* letter-spacing: 0.02em; */
    color: #3E3A39;
    text-align: left;
}
/* .GA_pc .GA_Data_log,.GA_pc .GA_Data_text {
    display: none;
} */

.blue-line {
    width: 100%;
    height: 40px;
    background: #67A4B0;
}

#data_section2 {
    background-color: #F0F0F0;
    width: 100%;
    height: 300px;
}
.ALICE_logo {
    text-align: center;
}
.ALICE-logo {
    width: 70%;
    margin: 50px auto 0px;
}
.ALICE-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #55CAFC;
    font-weight: bold;
    margin: 0 4px 0 0;
}
.black-title {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    font-weight: bold;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.ALICE-intro {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    padding-top: 10px;
}
.data-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3E3A39;
    margin-top: 73px;
    width: 80%;
}
.about-ALICE-area {
    margin: 20px 0;
}
.about-ALICE {
    border-radius: 10px;
    width: 80%;
    height: 11vh;
    min-height: 68px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 40px;
    margin: 30px auto;
}
.about-ALICE-red {
    border: 3px solid #C95B69;
}
.about-ALICE-green {
    border: 3px solid #A3BA65;
}
.about-ALICE-yellow {
    border: 3px solid #E9C16A;
}
.ALICE-star {
    width: 10%;
    position: absolute;
    top: -20%;
    left: 43%;
}
.about-ALICE-img {
    width: 20%;
}
.about-ALICE-txt {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3E3A39;
    text-align: left;
    align-self: center
}
.about-ALICE-txt p {
    margin: 2px 0;
}


/* .about-ALICE-mb {
    margin: 20px 0;
}
.about-ALICE {
    text-align: center;
    position: relative;
    margin: 5px 0;
}
.about-ALICE img {
    text-align: center;
    margin: 0 auto;
}
.about-ALICE-contain {
    display: flex;
    align-items: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-ALICE-contain img {
    width: 20%;
} */

.about-ALICE-ipad, .about-ALICE-pc {
    display: none;
}
.ALICE-flow_mb {
    width: 95%;
    padding: 20px 0 30px;
}
.ALICE-flow {
    width: 90%;
    display: none;
}
.ALICE-flow-img {
    margin: 0 auto;
}
.ALICE-flow-img img {
    width: 100%;
}
.icons {
    margin: 0 auto;
    padding: 20px 20px 10px;
}
.icons-line {
    margin: 0 auto;
    padding: 0px 20px;
}
.icons img,.icons-line img {
    width: 100%;
} 
.icons-arrow {
    margin: 0 auto;
    padding: 2px 20px 0;
    text-align: center;
    z-index: 22;
}
.icons-arrow img {
    width: 5%;
} 
.icons-GTM, .icons-GCP, .icons-DataStudio {
    margin: 0 auto;
    padding: 2px 20px 0;
    text-align: center;
    margin-top: -8px;
}
.icons-GTM img, .icons-GCP img, .icons-DataStudio img {
    width: 70%;
}
.icons-arrow2 {
    margin: 0 auto;
    padding: 10px 20px 0;
    text-align: center;
}
.icons-arrow2 img {
    width: 90%;
}
.icons-function {
    margin: 0 auto;
    /* padding: 10px 20px 0; */
    text-align: center;
    position: relative;
}
.icons-function img {
    width: 100%;
}
.icons-ALICE-logo {
    margin: 0px auto 0;
    /* padding: 10px 20px 0; */
    text-align: center;
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icons-ALICE-logo img {
    width: 100%;
}

#data_section4 {
    background-color: #F0F0F0;
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.data-title-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 20px 32px;
}
.data-title-group img {
    width: 50%;
}
.data-title4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3E3A39;
    width: 85%;
}
.program {
    margin-bottom: 60px;
}
.lottie-area {
    background-color: #fff;
    border-radius: 10px;
    width: 343px;
    height: 209px;
    width: 97%;
    margin-bottom: 16px;
}
.report {
    background-color: #fff;
    border-radius: 10px;
    width: 343px;
    height: 444px;
    padding: 24px 16px;
}
#report1 {
    width: 343px;
    height: 475px;
    width: 97%;
}
#report2 {
    width: 343px;
    height: 420px;
    width: 97%;
}
#report3 {
    width: 343px;
    height: 385px;
    width: 97%;
}
#report4 {
    width: 343px;
    height: 385px;
    width: 97%;
}
#report5 {
    width: 343px;
    height: 385px;
    width: 97%;
}
#report6 {
    width: 343px;
    height: 365px;
    width: 97%;
}
.report-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    margin: unset;
}
#report-title1 {
    color: #C95B69;
    /* border-radius: 8px;
    width: 166px;
    height: 32px; */
}
.report-txt {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #3E3A39;
    margin: 8px 10px 16px;
}
.report-list {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin: 8px 10px 0;
    display: flex;
    align-items: center;
}
.report-list-red {
    border: 1.5px solid #C95B69;
}
.report-list-txt {
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    /* margin: 12px 30px 12px 35px; */
    margin: 12px;
}
.check {
    /* position: absolute; */
    position: unset;
    margin: 0 16px 0 16px;
    /* top: -15%;
    left: -2%; */
}
.report-btn {
    margin-top: 16px;
    text-align: center;
}
.report-btn img {
    width: 50%;
}
.report-btn:hover {
    -webkit-filter:brightness(1.1);
}

#report-title2 {
    color: #DA8E59;
}
.report-list-orange {
    border: 1.5px solid #DA8E59;
}
#report-title3 {
    color: #A3BA65;
    border-radius: 8px;
    /* width: 134px;
    height: 32px; */
}
.report-list-green {
    border: 1.5px solid #A3BA65;
}
#report-title4 {
    color: #67A4B0;
    border-radius: 8px;
    /* width: 197px;
    height: 32px; */
}
.report-list-blue {
    border: 1.5px solid #67A4B0;
}
#report-title5 {
    color: #E9C16A;
    /* background: #E9C16A; */
    border-radius: 8px;
    /* width: 193px;
    height: 32px; */
}
.report-list-yellow {
    border: 1.5px solid #E9C16A;
}
#report-title6 {
    color: #18B7EF;
    border-radius: 8px;
    /* width: 161px;
    height: 32px; */
}
.report-list-cyan {
    border: 1.5px solid #18B7EF;
}
.program-end {
    padding-bottom: 72px;
}

.data-title5 {
    margin-top: unset;
}

.service {
    width: 95%;
    height: 486px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px #C4C4C4, 0px 0px 14px #E5E5E5, 0px 0px 18px #F0F0F0;
    border-radius: 10px;
    margin: 42px auto 62px;
    position: relative;
}
.service-1 {
    height: 550px;
}
.service-2 {
    height: 800px;
}
.ribbon-wrap{
    width: 106px;
    height: 108px;
    overflow: hidden;
    /* 當超過width和height的大小就隱藏 */
    position: absolute;
    top: 0px;
    left: 0px;
}
.ribbon {
    position: relative;
    left: -43px;
    top: 15px;
    width: 153px;
    background-color: #67A4B0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    transform: rotate(-45deg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    z-index: 2;
}
.ribbon_green {
    background-color: #A3BA65;
}
.ribbon:before {
    content: "";
    border-top: 4px solid #795548;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
    
}
.ribbon:after {
    content: "";
    border-top: 4px solid #795548;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    right: 0;
}
.data-program {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
.data-program-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    margin: 45px auto 24px;
    /* position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.data-program-txt {
    text-align: left;
}
.data-program-sub-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin: 24px 0;
}
.data-program-sub-title2 {
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin: 24px 0;
}
.service-line {
    /* width: 311px; */
    width: 95%;
    height: 0px;
    border: 1px solid #C7C7C7;
}
.data-program-sub-title-blue {
    color: #67A4B0;
}
.data-program-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.data-program-text-flex {
    display: flex;
    margin: 4px 0;
}
.data-program-text-flex p {
    font-size: 16px;
}
.data-program-dot {
    width: 5%;
}
.data-program-inform {
    width: 95%;
}
.data-program-btn {
    margin: 24px auto 32px;
    cursor: pointer;
    text-align: center;
    /* width: 280px; */
    width: 100%;
    height: 60px;
    background: #A3BA65;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}
.program-btn2 {
    background: #67A4B0;
}
.data-program-img {
    width: 100%;
}
.data-program-img img {
    width: 100%;
}
.data-program-btn img {
    width: 75%;
}
.data-program-btn:hover {
    -webkit-filter:brightness(1.1);
}
/* .data-section5-mb {
    margin: 32px auto;
    position: relative;
}
.data-program {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77%;
}
.data-section5-mb-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.data-program-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    margin: 45px auto 24px;
    /* position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%); */
/* } */
.data-program-txt {
    text-align: left;
}
.data-program-sub-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin: 24px 0 16px;
}
.data-program-sub-title-green {
    color: #A3BA65;
}
.data-program-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.data-program-text-flex {
    display: flex;
    margin: 4px 0;
}
.data-program-dot {
    width: 5%;
}
.data-program-inform {
    width: 95%;
}
.data-program-btn {
    /* margin: 24px 0 32px; */
    cursor: pointer;;
}
.data-program-btn img {
    width: 75%;
}
.data-program-btn:hover {
    -webkit-filter:brightness(1.1);
}

.data-sub-infromation {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #3E3A39;
}
.program-flow {
    width: 100%;
    margin-top: 10px;
}
.data-program-sub-title-blue {
    color: #67A4B0;
} */
.data-section-program-pc {
    display: none;
}
#data_section5 {
    padding-bottom: 10px;
}
#data_section6 {
    background-color: #55CAFC;
    width: 100%;
    height: 950px;
    padding: 24px 0;
}
.contact-area {
    width: 95%;
    height: 800px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px #C4C4C4, 0px 0px 14px #E5E5E5, 0px 0px 18px #F0F0F0;
    border-radius: 10px;
    margin: 48px auto;
    padding: 32px 15px;
}
.contact-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3E3A39;
    margin: 5px auto 10px;
}
.form-group-button {
    text-align: center;
}


/* 平板 */
@media screen and (min-width:768px) and (max-width:1024px){
    /* 影音服務 */
    .black-bg {
        height: 154px;
    }
    .black-bg-title {
        width: 50%;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02em;
    }
    .video-title {
        font-size: 36px;
        padding: 93px 80px 39px;
    }
    .video_ads_MB {
        width: 80%;
    }
    .first-intro {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        margin: 40px 80px 60px;
    }
    .intro-area {
        margin-top: 40px;
    }
    .three-circle {
        padding: 0 80px;
    }
    .media {
        padding: 0 13px;
    }
    .ceter-text {
        width: 80%;
        font-size: 30px;
    }
    .second {
        margin-top: 140px;
    }
    .second-video-title {
        font-size: 36px;
        padding: 0px 30px 40px;
    }
    .second-intro {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        margin: 0px 80px;
    }
    .four-color {
        width: 100%;
        margin: 60px auto;
    }
    .aida-pic-mb {
        display: none;
    }
    .aida-pic-ipad {
        display: block;
    }
    .aida-pic-ipad img {
        width: 100%;
    }
    .aida-pic-pc {
        display: none;
    }
    .third {
        margin-top: 170px;
    }
    .third-video-title {
        font-size: 36px;
        padding: 0px 35px 100px;
    }
    .four-icon-area {
        margin: 0 80px;
    }
    .icon-area {
        width: 25%;
        margin: auto;
        height: 320px;
    }
    .icon {
        text-align: center;
        width: 100%;
    }
    .icon img {
        width: 120px;
    }
    .fourth {
        margin-top: 140px;
    }
    .fourth-video-title {
        font-size: 36px;
        padding: 0px 30px 40px;
    }
    .fourth-intro {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        margin: 0px 80px 40px;
    }
    .fifth {
        margin-top: 140px;
    }
    .fifth-video-title {
        font-size: 36px;
        padding: 0px 30px 40px;
    }
    .portfolio {
        margin: 20px auto;
        padding: 0 40px;
    }
    .portfolio-area {
        width: 33%;
    }
    .portfolio-ceter-text {
        width: 100%;
        font-size: 32px;
        letter-spacing: 1.2px;
    }
    .hover-text-title {
        font-size: 20px;
    }
    .hover-text-content {
        font-size: 16px;
    }
    .sixth {
        margin: 110px auto 95px;
    }
    .contact-btn {
        width: 381px;
        height: 100px;
        line-height: 100px;
    }

    /* App 推廣變現 */
    .app_section1_area {
        background-image: url(../img/app/ipad_bg.png);
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        min-height: 448px;
        max-width: 1200px;
        padding: 70px 70px 40px;
    }
    .app_section1_card {
        width: 216px;
        height: 154px;
        padding: 20px 0 20px 25px;
    }
    .card_title {
        width: 96px;
        height: 36px;
        font-size: 24px;
        line-height: 36px;
    }
    .card_line {
        width: 144px;
    }
    .card_text {
        font-size: 20px;
        line-height: 28px;
    }
    .location {
        position: absolute;
        top: 16px;
        right: 20px;
    }
    .location img {
        width: 33px;
    }
    .app_section1_card_down {
        margin-top: 36px;
    }
    .app_section1_card2 {
        width: 228px;
        height: 180px;
        padding: 20px 0 20px 25px;
    }
    .section1_arrow_red {
        position: absolute;
        top: 15%;
        left: 15%;
    }
    .section1_arrow_red img {
        width: 160px;
    }
    .section1_arrow_green {
        position: absolute;
        top: 13%;
        right: 17%;
    }
    .section1_arrow_green img {
        width: 160px;
    }
    .section1_arrow_yellow {
        position: relative;
        bottom: 10%;
        text-align: center;
    }
    .section1_arrow_yellow img {
        width: 160px;
    }
    .sectio1_area2 {
        padding: 0 80px;
    }
    .color_area_img {
        margin: 0 auto 10px;
    }
    .color_area_img img {
        width: 24px;
    }
    .color_area_title {
        font-size: 24px;
        line-height: 30px;
    }
    .color_area_line {
        width: 248px;
        height: 0px;
    }
    .color_area_text {
        font-size: 20px;
        line-height: 28px;
        margin: 0 20px;
    }
    .app_section2 {
        margin-top: 140px;
    }
    .app_section2_area {
        min-height: 500px;
        margin-top: 20px;
    }
    .three_step_area {
        width: 688px;
        height: 144px;
        margin-bottom: 20px;
        border-radius: 40px;
    }
    .red-area {
        border: 2px solid #C95B69;
    }
    .orange-area {
        border: 2px solid #DA8E59;
    }
    .green-area {
        border: 2px solid #A3BA65;
    }
    .three_step_area_cont {
        display: flex;
        justify-content: space-around;
        align-items: center;
        line-height: 144px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .three_step_area_title {
        font-weight: bold;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.05em;
        position: unset;
        width: 17%;
        height: auto;
    }
    .three_step_area_text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0px;
        flex: 1;
    }
    .three_step_area_left {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02em;
        width: 30%;
        padding: 0px 0px 0px 0px;
    }
    .green-area_left {
        padding: 0px 0px 0px 0px;
    }
    .three_step_area_img {
        /* display: block; */
        /* width: 10%; */
        text-align: center;
        line-height: 144px;
    }
    .three_step_area_img img {
        width: 100%;
        vertical-align: middle;
    }
    .three_step_area_right {
        font-size: 24px;
        line-height: 30px;
        padding: 0;
        text-align: left;
        width: 40%;
    }
    .three_step_area_circle {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 999em;
        vertical-align: middle;
        margin: 0 9px;
    }
    .three_step_area_right_orange {
        padding: 0;
    }
    /* APP 成長攻略 */
    .app_section3_intro {
        margin-top: 90px;
        width: 100%;
        height: 300px;
    }
    .red_color_bg_title {
        font-size: 36px;
        line-height: 42px;
        padding-top: 100px;
    }
    .red_color_bg_line {
        width: 576px;
        height: 0px;
        margin: 10px auto;    
    }
    .red_color_bg_text {
        font-size: 20px;
        line-height: 28px;
        padding: 0 95px;
    }
    .app_section3 {
        margin-top: 80px;
    }
    .app_section3-title {
        padding: 0px 35px 10px;
    }
    .app_section3-intro {
        font-size: 20px;
        line-height: 28px;
        padding: 0px 20px;
    }
    .step_area_all {
        display: flex;
        justify-content: space-around;
        align-self: start;
        margin-top: 80px;
        padding: 0 20px;
    }
    .step_area {
        width: 33%;
    }
    .step_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .step_text {
        font-size: 20px;
        line-height: 28px;
        padding: 0 10px;
    }
    .app_section3_imgArea {
        margin: 75px auto 100px;
        padding: 35px 0;
    }
    .app_section3_img_mb {
        display: none;
    }
    .app_section3_img_pc img {
        width: 100%;
    }
    .app_section3_img_pc {
        display: block;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .app_section6 {
        margin-top: 140px;
    }
    .app_section6-intro {
        font-size: 20px;
        line-height: 28px;
    }
    .people_bg_mb {
        display: none;
    }
    .people_bg_ipad {
        display: block;
        width: 100%;
    }
    .people_bg_ipad img{
        width: 100%;
        padding: 0 10px;
    }
    .frame_area_ipad {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .frame_img {
        position: relative;
    }
    .frame_img img {
        width: 100%;
    }
    .frame_img_mb {
        display: none;
    }
    .frame_img_pc {
        display: block;
    }
    .frame_cont {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .frame_title {
        font-size: 36px;
        line-height: 42px;
    }
    .frame_line {
        width: 210px;
        margin: 15px auto;
    }
    .frame_text {
        font-size: 24px;
        line-height: 30px;
    }
    .frame_text p {
        padding: 0 0 5px;
    }
    .blue_frame_pc {
        display: none;
    }
    .red_frame_pc {
        display: none;
    }

    /* 關於我們 */
    #about_section1{
        height: 40vh;
        max-height: 394px;
    }
    .about_main_title {
        font-size: 36px;
        line-height: 42px;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .about_log {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .about_log {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        /* width: 100%; */
        text-align: center;
    }
    .about_log_GMPP {
        width: 15%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_GCPP {
        width: 15%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_Meta {
        width: 10%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    
    .about_maim_text {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    #about_section2 {
        margin-top: 90px;
        /* width: 100%; */
    }
    .sales_frontier {
        width: 90%;
        display: flex;
        justify-content: center;
    }
    .sales_frontier_img img {
        width: 426px;
    }
    .sales_frontier_text {
        margin-left: 20px;
    }
    .dc_lab_img img {
        width: 338px;
    }
    .dc_lab_title {
        margin-top: 0px;
    }
    .star_area {
        display: flex;
        justify-content: center;
        width: 90%;
        margin-top: 37px;
    }
    .star_contain {
        width: 216px;
        height: 72px;
        margin: 10px 10px;
    }
    .star_text {
        line-height: unset;
        width: 131px;
        margin-top: 15px;
    }
    .star {
        position: absolute;
        top: -35px;
        left: -20px;
    }
    #about_section4 {
        margin-top: 90px;
    }
    .red_star_text {
        margin-top: unset;
        line-height: 72px;
    }
    #about_section5 {
        margin-top: 135px;
        margin-bottom: 70px;
    }
    .map_area {
        display: flex;
    }
    .map_left {
        margin: 0px 5px;
    }


    /* 數據服務 */
    #data_section1{
        margin: 25px 0;
        height: 700px;
        padding-bottom: 0;
        /* min-height: 600px; */
        position: relative;
    }
    /* .GA_mb .GA_Data_log,.GA_mb .GA_Data_text {
        display: none;
    }
    .GA_pc .GA_Data_log,.GA_pc .GA_Data_text {
        display: block;
    } */
    .GA_pc {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .GA_Data_log {
        /* padding: 100px 0 0px; */
        width: 80%;
    }
    .GA_Data_text img {
        width: 80%;
    }
    .GA_Data_text {
        padding: 0px 0 0px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .Ga_Data_text_t {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }
    .blue-line {
        height: 48px;
        margin-top: 15px;
    }
    #data_section2 {
        height: 300px;
        position: relative;
    }
    .ALICE_logo {
        text-align: center;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .ALICE-logo {
        margin: 50px auto 0px;
        
    }
    .ALICE-title {
        margin-top: 30px;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .ALICE-intro {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 15px;
    }
    
    .about-ALICE-area {
        margin: 20px auto;
        display: flex;
        width: 80%;
    }
    .about-ALICE {
        border-radius: 10px;
        /* width: 75%; */
        height: 172px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0 10px;
        margin: 15px 8px;
    }
    .about-ALICE-red {
        border: 4px solid #C95B69;
    }
    .about-ALICE-green {
        border: 4px solid #A3BA65;
    }
    .about-ALICE-yellow {
        border: 4px solid #E9C16A;
    }
    .ALICE-star {
        width: 20%;
        position: absolute;
        top: -2%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about-ALICE-img {
        width: 35%;
    }
    .about-ALICE-txt {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0px 0;
        margin-top: -30px;
    }
    .about-ALICE-txt p {
        margin: 2px 0;
    }
    

    .ALICE-flow_mb {
        width: 60%;
        padding: 40px 0 30px;
    }
    .ALICE-flow {
        padding: 0 50px;
    }
    #data_section4 {
        height: auto;
        margin-top: 48px;
    }
    .data-title-group {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 56px 40px 48px;
    }
    .data-title-group img {
        width: 50%;
    }
    .data-title4 {
        font-size: 36px;
        line-height: 42px;
    }
    .program {
        margin-bottom: 80px;
    }
    .lottie-area {
        width: 688px;
        height: 403px;
    }
    .report {
        /* width: 688px;
        height: 295px; */
        padding: 24px;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
    }
    #report1 {
        width: 688px;
        height: 295px;
    }
    #report2 {
        width: 688px;
        height: 295px;
    }
    #report3 {
        width: 688px;
        height: 295px;
    }
    #report4 {
        width: 688px;
        height: 295px;
    }
    #report5 {
        width: 688px;
        height: 295px;
    }
    #report6 {
        width: 688px;
        height: 295px;
    }
    .report-left {
        width: 50%;
        /* flex: 1; */
    }
    .report-right {
        align-self: center;
        width: 50%;
    }
    .report-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
        margin: unset;
        margin: 16px 24px 16px 0;
          
    }
    /* #report-title1 {
        width: 237px;
        height: 42px; 
    } */
    .report-txt {
        margin: 16px 24px 16px 0;
    }
    .report-list {
        background: #FFFFFF;
        box-sizing: border-box;
        border-radius: 10px;
        position: relative;
        margin: 0px 0 8px;
        display: flex;
        align-items: center;
    }
    .report-list-red {
        border: 2px solid #C95B69;
    }
    .report-list-txt {
        margin: 16px 16px 16px 0px;
    }
    .check {
        position: unset;
        margin: 0 16px;
    }
    /* #report-title2 {
        width: 195px;
        height: 42px;
    } */
    .report-list-orange {
        border: 2px solid #DA8E59;
    }
    .report-btn {
        margin-top: 16px;
    }
    .report-btn-ipad {
        position: absolute;
        bottom: 24px;
        left: -10px;
    }

    /* #report-title3 {
        width: 195px;
        height: 42px;
    } */
    .report-list-green {
        border: 2px solid #A3BA65;
    }
    /* #report-title4 {
        width: 268px;
        height: 42px;
    } */
    .report-list-blue {
        border: 2px solid #67A4B0;
    }
    /* #report-title5 {
        width: 263px;
        height: 42px;
    } */
    .report-list-yellow {
        border: 2px solid #E9C16A;
    }
    /* #report-title6 {
        width: 219px;
        height: 42px;
    } */
    .report-list-cyan {
        border: 2px solid #18B7EF;
    }
    .program-end {
        padding-bottom: 80px;
    }

    .data-section-program-mb {
        display: flex;
    }
    /* .data-program1 {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */
    /* .data-program2 {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */
    #data_section5 {
        padding-bottom: 48px;
    }
    #data_section6 {
        padding: 80px 0;
        height: 1000px;
    }
    .contact-area {
        width: 85%;
        height: 750px;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px #C4C4C4, 0px 0px 14px #E5E5E5, 0px 0px 18px #F0F0F0;
        border-radius: 10px;
        margin: 48px auto;
        padding: 32px 15px;
    }
    /* .service-area {
        display: flex;
    } */
    .service {
        width: 70%;
        height: 518px;
        margin-top: 64px;
        position: relative;
    }
    .service-1 {
        height: 600px;
    }
    .service-2 {
        height: 900px;
    }
    .data-program-img {
        width: 80%;
    }
    .ribbon-wrap{
        width: 120px;
        height: 120px;
    }
    .ribbon {
        position: relative;
        left: -50px;
        top: 20px;
        width: 180px;
    }
    .data-program-txt {
        text-align: left;
    }
    .data-program-sub-title {
        font-size: 18px;
        line-height: 20px;
        margin: 32px 0 16px;
    }
    .data-program-dot {
        width: 5%;
    }
    .data-program-inform {
        width: 95%;
        font-size: 16px;
        line-height: 21px;
        text-align: left;
        letter-spacing: 0.02em;
        color: #3E3A39;
    }
    .data-program-btn {
        text-align: center;
    }
    .data-program-btn img {
        width: 60%;
    }

}





/* 桌機 */
@media screen and (min-width:1025px){
    /* 影音服務 */
    .black-bg {
        height: 216px;
    }
    .black-bg-title {
        width: 40%;
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        letter-spacing: 0.05em;
    }
    .video-title {
        font-size: 36px;
        padding: 93px 80px 39px;
    }
    .video_ads_MB {
        display: none;
    }
    .video_ads_PC {
        display: block;
        width: 80%;
    }
    .first-intro {
        width: 50%;
        margin: 40px auto 60px;
        font-size: 20px;
        letter-spacing: 1.4px;
        line-height: 28px;
    }
    .intro-area {
        margin-top: 60px;
    }
    .media {
        padding: 0 33px;
    }
    .ceter-text {
        width: 80%;
        font-size: 30px;
    }
    .second {
        margin-top: 95px;
    }
    .second-video-title {
        font-size: 36px;
        padding: 0px 35px 40px;
    }
    .second-intro {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.4px;
        width: 60%;
        margin: 0px auto 60px;
    }
    .four-color {
        width: 100%;
        margin: 60px auto;
    }
    .aida-pic-mb {
        display: none;
    }
    .aida-pic-ipad {
        display: none;
    }
    .aida-pic-pc {
        display: block;
        width: 70%;
    }
    .aida-pic-pc img {
        width: 100%;
    }
    .third {
        margin-top: 170px;
    }
    .third-video-title {
        font-size: 36px;
        padding: 0px 35px 40px;
    }
    .four-icon-area {
        margin: 0 80px;
    }
    .icon-area {
        width: 25%;
        margin: auto;
        /* height: 320px; */
    }
    .icon {
        text-align: center;
        width: 100%;
    }
    .icon img {
        width: 180px;
    }
    .icon-title {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin: 30px 0 15px;
    }
    .icon-text {
        margin: 0 15px;
    }
    .icon-text p {
        display: flex;
        justify-content: flex-start;
        padding: 2px 15px;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1px;
    }
    .icon-text span {
        display: block;
        width: 80%;
    }
    .fourth {
        margin-top: 150px;
    }
    .fourth-video-title {
        font-size: 36px;
        padding: 0px 35px 40px;
    }
    .fourth-intro {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.4px;
        width: 57%;
        margin: 0px auto 60px;
    }
    .fifth {
        margin-top: 150px;;
    }
    .fifth-video-title {
        font-size: 36px;
        padding: 0px 35px 40px;
    }
    .portfolio {
        margin: 20px auto;
        padding: 0 40px;
    }
    .portfolio-area {
        width: 33%;
        padding: 10px 6px;
    }
    .portfolio-ceter-text {
        width: 100%;
        font-size: 36px;
        letter-spacing: 1.2px;
    }
    .hover-text-title {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .hover-text-content {
        font-size: 20px;
    }
    .sixth {
        margin: 90px auto 95px;
    }
    .contact-btn {
        width: 381px;
        height: 100px;
        line-height: 100px;
    }

    /* App 推廣變現 */
    .app_section1_title {
        padding: 93px 80px 0px;
    }
    .app_section1_area {
        max-width: 1200px;
        background-image: url(../img/app/ipad_bg.png);
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        height: 682px;
        padding: 120px 70px 0px;
    }
    .app_section1_card {
        width: 216px;
        height: 154px;
        padding: 20px 0 20px 25px;
    }
    .card_title {
        width: 96px;
        height: 36px;
        font-size: 24px;
        line-height: 36px;
    }
    .card_line {
        width: 144px;
    }
    .card_text {
        font-size: 20px;
        line-height: 28px;
    }
    .location {
        position: absolute;
        top: 16px;
        right: 20px;
    }
    .location img {
        width: 33px;
    }
    .app_section1_card_down {
        margin-top: 60px;
    }
    .app_section1_card2 {
        width: 228px;
        height: 180px;
        padding: 20px 0 20px 25px;
    }
    .section1_arrow_red {
        position: absolute;
        top: 27%;
        left: 25%;
    }
    .section1_arrow_red img {
        width: 160px;
    }
    .section1_arrow_green {
        position: absolute;
        top: 26%;
        right: 25%;
    }
    .section1_arrow_green img {
        width: 160px;
    }
    .section1_arrow_yellow {
        position: relative;
        bottom: 20%;
        text-align: center;
    }
    .section1_arrow_yellow img {
        width: 160px;
    }
    .sectio1_area2 {
        max-width: 1200px;
        padding: 0 80px;
        position: relative;
        margin-top: -100px;
    }
    .color_area_img {
        margin: 0 auto 10px;
    }
    .color_area_img img {
        width: 24px;
    }
    .color_area_title {
        font-size: 24px;
        line-height: 30px;
    }
    .color_area_line {
        width: 248px;
        height: 0px;
    }
    .color_area_text {
        font-size: 20px;
        line-height: 28px;
        margin: 0 120px;
    }
    .app_section2 {
        margin-top: 150px;
    }
    .second-app-title {
        padding: 0px 35px 0px;
    }
    .app_section2_area {
        min-height: 685px;
        margin-top: 0px;
    }
    .three_step_area_all {
        padding-top: 120px;
    }
    .three_step_area {
        width: 849px;
        height: 144px;
        margin-bottom: 30px;
        border-radius: 40px;
    }
    .red-area {
        border: 2px solid #C95B69;
    }
    .orange-area {
        border: 2px solid #DA8E59;
    }
    .green-area {
        border: 2px solid #A3BA65;
    }
    .three_step_area_cont {
        display: flex;
        justify-content: space-around;
        align-items: center;
        line-height: 144px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .three_step_area_title {
        font-weight: bold;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.05em;
        position: unset;
        width: 17%;
        height: auto;
    }
    .three_step_area_text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0px;
        flex: 1;
    }
    .three_step_area_left {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02em;
        width: 40%;
        padding: 0px 0px 0px 0px;
    }
    .green-area_left {
        padding: 0px 0px 0px 0px;
    }
    .three_step_area_img {
        /* display: block; */
        /* width: 10%; */
        text-align: center;
        line-height: 144px;
    }
    .three_step_area_img img {
        width: 100%;
        vertical-align: middle;
    }
    .three_step_area_right {
        font-size: 24px;
        line-height: 30px;
        padding: 0;
        text-align: left;
        width: 40%;
    }
    .three_step_area_circle {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 999em;
        vertical-align: middle;
        margin: 0 9px;
    }
    .three_step_area_right_orange {
        padding: 0;
    }
    /* APP 成長攻略 */
    .app_section3_intro {
        margin-top: 50px;
        width: 100%;
        height: 300px;
    }
    .red_color_bg_title {
        font-size: 36px;
        line-height: 42px;
        padding-top: 100px;
    }
    .red_color_bg_line {
        width: 576px;
        height: 0px;
        margin: 10px auto;    
    }
    .red_color_bg_text {
        font-size: 20px;
        line-height: 28px;
        /* padding: 0 95px; */
        width: 540px;
    }
    .app_section3 {
        margin-top: 80px;
    }
    .app_section3-title {
        padding: 0px 35px 10px;
    }
    .app_section3-intro {
        font-size: 20px;
        line-height: 28px;
        padding: 0px;
        max-width: 880px;
    }
    .step_area_all {
        display: flex;
        justify-content: space-around;
        align-self: start;
        margin-top: 80px;
        padding: 0 50px;
    }
    .step_area {
        width: 33%;
    }
    .step_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .step_text {
        font-size: 20px;
        line-height: 28px;
        padding: 0 20px;
    }
    .app_section3_imgArea {
        margin: 75px auto 100px;
        padding: 35px 0;
    }
    .app_section3_img_mb {
        display: none;
    }
    .app_section3_img_pc img {
        /* width: 50%; */
        max-width: 768px;
    }
    .app_section3_img_pc {
        display: block;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .app_section6 {
        margin-top: 180px;
        position: relative;
        background-image: url(../img/app/bg_pc.png);
        background-size: contain;
        background-position: center;
        padding-bottom: 0;
        position: relative;
        /* overflow: hidden; */
        /* min-height: 300px; */
        padding: 20px;
        /* max-width: 500px; */
    }
    .app_section6-intro {
        font-size: 20px;
        line-height: 28px;
    }
    .people_bg_mb {
        display: none;
    }
    .people_bg_ipad {
        display: none;
    }
    .people_bg_pc {
        display: block; 
        width: 100%;
        z-index: 3;
    }
    .people_bg_pc img{
        width: 100%;
        padding: 0 15px;
    }
    .frame_area_ipad {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .frame_img {
        position: relative;
    }
    .frame_img img {
        width: 100%;
    }
    .frame_img_mb {
        display: none;
    }
    .frame_img_pc {
        display: block;
        text-align: center;
    }
    .frame_area_mb {
        display: none;
    }
    /* .frame_area_pc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    } */
    .blue_frame_pc {
        display: block;
        position: absolute;
        top: 35%;
        left: 6%;
        z-index: 1;
    }
    .red_frame_pc {
        display: block;
        position: absolute;
        top: 45%;
        right: 6%;
        z-index: 1;
    }
    .frame_pc_area {
        position: relative;
    }

    .frame_cont_pc {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .frame_title {
        font-size: 36px;
        line-height: 42px;
    }
    .frame_line {
        width: 210px;
        margin: 15px auto;
    }
    .frame_text {
        font-size: 24px;
        line-height: 30px;
    }
    .frame_text p {
        padding: 0 0 5px;
    }
    
    /* 關於我們 */
    #about_section1{
        height: 40vh;
        min-height: 554px;
    }
    .about_main_title {
        font-size: 36px;
        line-height: 42px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .about_log {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        /* width: 100%; */
        text-align: center;
    }
    .about_log_GMPP {
        width: 15%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_GCPP {
        width: 13%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_Meta {
        width: 9%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_maim_text {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 700px;
        font-size: 20px;
        line-height: 28px;
    }
    #about_section2 {
        margin-top: 90px;
        /* width: 100%; */
    }
    .sales_frontier {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .sales_frontier_img img {
        width: 676px;
    }
    .sales_frontier_text {
        margin-left: 60px;
        margin-right: 15px;
        align-self: center;
    }
    .sf_title {
        font-size: 24px;
        line-height: 30px;
        margin: 0px auto 20px;
    }
    .sf_text {
        font-size: 20px;
        line-height: 28px;
    }
    .dc_lab_img img {
        width: 577px;
    }
    .star_area {
        display: flex;
        width: 100%;
        margin: 37px auto;
        justify-content: center;
    }
    .star_contain {
        width: 379px;
        height: 60px;
        margin: 10px 10px;
    }
    .star_text {
        font-size: 20px;
        line-height: 60px;
    }
    .star {
        position: absolute;
        top: -23px;
        left: -15px;
    }
    #about_section4 {
        margin-top: 120px;
    }

    .map_area {
        display: flex;
    }
    .map_left {
        margin: 0px 100px;
    }
    #about_section5 {
        margin-top: 180px;
        margin-bottom: 80px;
    }


    /* 數據服務 */
    #data_section1{
        margin-top: 25px;
        height: 70vh;
        /* background-image: url(../img/data-hub/img_world_map.png); */
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 0;
        /* min-height: 600px; */
        position: relative;
        overflow: hidden;
    }
    /* .GA_mb .GA_Data_log,.GA_mb .GA_Data_text {
        display: none;
    } */
    /* .GA_pc .GA_Data_log,.GA_pc .GA_Data_text {
        display: block;
    } */
    .GA_Data_log {
        padding: 0px 0 0px;
        width: 605px;
    }
    .GA_pc {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .GA_Data_text img {
        width: 605px;
    }
    .GA_Data_text {
        padding: 0px 0 0px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        margin: 20px auto 0;
    }
    .Ga_Data_text_t {
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25%;
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        min-width: 442px;
    }
    .blue-line {
        height: 80px;
        margin-top: 20px;
    }
    #data_section2 {
        height: 440px;
        position: relative;
    }
    .ALICE_logo {
        text-align: center;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .ALICE-logo {
        margin: 60px auto 0px;
        width: 100%;
    }
    .ALICE-title {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
    }
    .blue-title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 8px 0 0;
    }
    .black-title {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0 8px;
    }
    .ALICE-intro {
        position: absolute;
        top: 73%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        line-height: 28px;
    }
    .data-title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 96px;
        width: 100%;
    }

    .about-ALICE-area {
        margin: 55px auto 0;
        display: flex;
        width: 90%;
    }
    .about-ALICE {
        border-radius: 10px;
        /* width: 75%; */
        height: 112px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0 30px;
        margin: 15px 8px;
    }
    .about-ALICE-red {
        border: 4px solid #C95B69;
    }
    .about-ALICE-green {
        border: 4px solid #A3BA65;
    }
    .about-ALICE-yellow {
        border: 4px solid #E9C16A;
    }
    .ALICE-star {
        width: 12%;
        position: absolute;
        top: -2%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about-ALICE-img {
        width: 22%;
    }
    .about-ALICE-txt {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        padding: 0px 0;
    }
    .about-ALICE-txt p {
        margin: 2px 0;
    }


    /* .about-ALICE-mb {
        display: none;
    }
    .about-ALICE-pc {
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .about-ALICE-pc .about-ALICE {
        text-align: center;
        position: relative;
        margin: 5px 8px;
    }
    .about-ALICE-pc .about-ALICE img {
        text-align: center;
        margin: 0 auto;
    }
    .about-ALICE-pc .about-ALICE-contain {
        display: flex;
        align-items: center;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .about-ALICE-pc .about-ALICE-contain img {
        width: 25%;
    }
    .about-ALICE-pc .about-ALICE-txt {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.02em;
        color: #3E3A39;
        text-align: left;
        padding: 0px 0 0 0px;
    } */
    .ALICE-flow_mb {
        display: none;
    }
    .ALICE-flow {
        display: block;
        padding: 40px 20px 0;
        max-width: 800px;
    }
    .icons-ALICE-logo {
        padding: 10px 20px 0;
        position: absolute;
        top: 68%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .icons-ALICE-logo img {
        width: 80%;
    }
    #data_section4 {
        margin-top: 72px;
        height: auto;
    }
    .data-title-group {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 582px;
        padding: 72px 0px 64px;
    }
    .data-title-group img {
        width: 50%;
    }
    .data-title4 {
        font-size: 36px;
        line-height: 42px;
    }
    .program {
        margin-bottom: 64px;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        width: 90%;
    }
    .lottie-area {
        border-radius: 10px;
        width: 775px;
        height: 546px;
        margin-bottom: 16px;
        margin: 10px;
    }
    .report {
        border-radius: 10px;
        width: 379px;
        height: 546px;
        padding: 32px 24px;
        margin: 10px;
    }
    #report1 {
        width: 379px;
        height: 546px;
    }
    #report2 {
        width: 379px;
        height: 546px;
    }
    #report3 {
        width: 379px;
        height: 546px;
    }
    #report4 {
        width: 379px;
        height: 546px;
    }
    #report5 {
        width: 379px;
        height: 546px;
    }
    #report6 {
        width: 379px;
        height: 546px;
    }
    .report-title {
        font-size: 24px;
        line-height: 42px;
    }
    /* #report-title1 {
        width: 237px;
        height: 42px;
    } */
    .report-txt {
        margin: 16px 0;
    }
    .report-list {
        background: #FFFFFF;
        box-sizing: border-box;
        border-radius: 10px;
        position: relative;
        margin: 8px 0 0;
        display: flex;
        align-items: center;
    }
    .report-list-red {
        border: 1.5px solid #C95B69;
    }
    .report-list-txt {
        margin: 16px 16px 16px 0px;
    }
    .check {
        position: unset;
        margin: 0 16px 0 16px;
    }
    .program-even {
        flex-direction:row-reverse;
    }
    .report-btn {
        margin-top: 25px;
    }
    .report-btn img {
        width: 55%;
    }
    /* #report-title2 {
        width: 195px;
        height: 42px;
    } */
    .report-list-orange {
        border: 2px solid #DA8E59;
    }
    /* #report-title3 {
        width: 195px;
        height: 42px;
    } */
    .report-list-green {
        border: 2px solid #A3BA65;
    }
    /* #report-title4 {
        width: 268px;
        height: 42px;
    } */
    .report-list-blue {
        border: 2px solid #67A4B0;
    }
    /* #report-title5 {
        width: 268px;
        height: 42px;
    } */
    .report-list-yellow {
        border: 2px solid #E9C16A;
    }
    /* #report-title6 {
        width: 219px;
        height: 42px;
    } */
    .report-list-cyan {
        border: 2px solid #18B7EF;
    }
    .program-end {
        padding-bottom: 120px;
    }
    .data-title5 {
        margin-bottom: 40px;
    }

    .data-section-program-mb {
        display: none;
    }
    .data-section-program-pc {
        display: block;
        display: flex;
        justify-content: center;
        max-width: 1000px;
    }
    .data-section5-pc {
        width: 50%;
    }
    .data-section5-pc .data-program-sub-title {
        font-size: 18px;
        line-height: 20px;
    } 
    .data-section5-pc .data-program-text {
        font-size: 16px;
        line-height: 21px;
    } 
    .data-section5-pc .data-sub-infromation {
        font-size: 16px;
        line-height: 21px;
    } 
    .data-program-btn img {
        width: 70%;
    }
    .program-flow {
        margin-top: 0;
    }
    .program-flow {
        width: 95%;
        margin: 0px auto;
    }
    .data-program1 {
        /* padding: 0 50px; */
        margin: 0 auto;
        text-align: center;
        position: absolute;
        /* top: 37%; */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
    }
    #data_section5 {
        padding-bottom: 88px;
    }
    #data_section6 {
        padding: 80px 0;
        height: 1100px;
    }
    .contact-area {
        width: 90%;
        height: 850px;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px #C4C4C4, 0px 0px 8px #E5E5E5, 0px 0px 8px #F0F0F0;
        border-radius: 20px;
        margin: 48px auto;
        padding: 32px 15px;
        max-width: 1100px;
    }
    .post-content-inner {
        max-width: 600px;
    }
    .contact-title {
        margin: 20px auto 30px;
    }
    .btn-customer {
        cursor: pointer;
    }
    .contact-title {
        font-size: 36px;
        line-height: 42px;
    }

    /* 諮詢與試用方案 */
    .service-area {
        display: flex;
        width: 95%;
    }
    .service {
        max-width: 478px;
        height: 700px;
        margin-top: 64px;
        position: relative;
    }
    .service-1 {
        height: 644px;
    }
    .service-2 {
        height: 900px;
    }
    .ribbon-wrap{
        width: 120px;
        height: 120px;
    }
    .ribbon {
        position: relative;
        left: -50px;
        top: 20px;
        width: 180px;
    }
    .data-program-txt {
        text-align: left;
    }
    .data-program-sub-title {
        font-size: 18px;
        line-height: 20px;
        margin: 32px 0 16px;
    }
    .data-program-dot {
        width: 5%;
    }
    .data-program-inform {
        width: 95%;
        font-size: 16px;
        line-height: 21px;
        text-align: left;
        letter-spacing: 0.02em;
        color: #3E3A39;
    }
    .data-program-btn {
        text-align: center;
        width: 280px;
    }
    .data-program-btn img {
        width: 60%;
    }
    
}

@media screen and (min-width:500px) and (max-width:767px){
    /* 數據服務 */
    #data_section1 { 
        height: 80vh;
    }
    .Ga_Data_text_t {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #3E3A39;
        text-align: left;
        /* min-width: 303px; */
    }
}

@media screen and (max-width:350px){
    .app_section2 {
        width: 100%;
        /* padding: 0 2px; */
    }
    .three_step_area {
        width: 100%;
    }
    .three_step_area_left {
        padding-left: 10px;
    }

    /* 數據服務 */
    .GA_mb {
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .GA_Data_log {
        width: 100%;
    }
    .GA_Data_text img {
        width: 100%;
    }
    .Ga_Data_text_t {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 78%;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
        color: #3E3A39;
        text-align: left;
    }

    .ALICE-title {
        width: 95%;
    }
    .blue-title {
        font-size: 20px;
    }
    .about-ALICE-contain {
        width: 60%;
    }
    .data-title-group img {
        width: 40%;
    }
    .data-title4 {
        font-size: 22px;
    }
    .data-program-title {
        font-size: 20px;
    }
    .report-txt {
        font-size: 14px;
    }
    .report-list-txt {
        font-size: 12px;
    }
    .data-program {
        width: 75%;
    }
    .data-program-btn img {
        width: 60%;
    }
    .data-program-text {
        font-size: 12px;
    }
    .data-program-sub-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        margin: 5px 0 8px;
    }
}

@media screen and (min-width:1200px){
    .about_log {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        /* width: 100%; */
        text-align: center;
    }
    .about_log_GMPP {
        width: 15%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_GCPP {
        width: 13%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_Meta {
        width: 9%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
}
@media screen and (min-width:1300px){
    .about_log {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        /* width: 100%; */
        text-align: center;
    }
    .about_log_GMPP {
        width: 16%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_GCPP {
        width: 14%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_Meta {
        width: 9%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
}

@media screen and (min-width:1400px){
    .about_log {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        /* width: 100%; */
        text-align: center;
    }
    .about_log_GMPP {
        width: 13%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_GCPP {
        width: 11%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
    .about_log_Meta {
        width: 7%;
        margin: 0 10px;
        object-position: center center; /* 預設值即為 center center，此行可省 */
        object-fit: scale-down;
    }
}


