@charset "utf-8";
/* CSS Document */
@import url("https://a1.digiwin.com/css/font-awesome.css");
@import url("https://a1.digiwin.com/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
main{
    font-family: 'Noto Sans TC',"微軟正黑體",Microsoft Yahei;
}
.center_rwd{
    display: none;
}

.header{
    width: 100%;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.header_main_img img{
    width: 100%;
    height: 1105px;
}
.header_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    color: #232323;
    background-color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.line_phone_img01{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.center{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.center p{
    font-size: 26px;
    line-height: 1.4;
}
.title{
    font-size: 50px;
    margin-bottom: 30px;
}
.line_phone{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top:0;
    
}
.line_phone_title{
    display: flex;
    flex-direction: row;
}
.line_title{
    text-align: left;
    margin: 130px 0 0 77px;
}
.line_title p:nth-child(1){
    font-size: 40px;
}
.line_title p:nth-child(2){
    font-size: 24px;
    margin: 17px 0 46px 0;
}
.line_step{
    display: flex;
    flex-direction: row;
}
.line_step1{
    display: flex;
    flex-direction: column;
    font-size: 24px;
    margin-right: 77px;
    text-align: center;
}
.line_step1 img{
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 三大應用 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.center_four{
    width: 100%;
    margin-top: -70px;
    overflow: hidden;
}
.three_big{
    width: 100%;
    height: 100%;
    background-color:#eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}
.three_big_title{
    font-size: 40px;
    color: #399e11;
    text-align: center;
    margin: 43px 0 47px 15px;
}
.three_big_title p{
    line-height: 48px;
    font-weight: bold;
}
.three_big_img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    margin-bottom: 60px;
}
.three_big_img span{
    margin:18px 0  ;
    font-size: 24px;
    color: #399e11;
}
.three_big .three_big_img p{
    line-height: 28px;
    font-size: 20px;
    color: #363636;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 隱形檔版 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.op_tit{
    opacity: 0;
    width: 240px;
    height: 350px;
    border-radius:5px ;
    background-color:#ffffff ;
    position: absolute;
    top:0;
    left: 0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃- 行動簽核 -▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.action_sign_off{
    width: 240px;
    height: 350px;
    border-radius:5px;
    background-color:#ffffff;
    display: flex;
    flex-direction: column;
    padding: 16px 17px 0 ;
    text-align: center;
    box-shadow: 0 0 10px #ccd8c8;
    position: relative;
    margin-right: 5px;
}
.action_sign_off img{
    width: 286px;
    height: 170px;
}
.action_sign_off:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 20px #ccd8c8;
    transition:.5s;
  }
.action_sign_off:hover .op_tit{
    opacity: 0.5;
    top:0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃- 行動經銷 -▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.action_distribution{
    width: 240px;
    height: 350px;
    border-radius:5px ;
    background-color:#ffffff ;
    display: flex;
    flex-direction: column;
    padding: 16px 17px 0 ;
    text-align: center;
    box-shadow: 0 0 10px #ccd8c8;
    position: relative;
    margin-right: 5px;
}
.action_distribution img{
    width: 286px;
    height: 170px;
}
.action_distribution:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 20px #ccd8c8;
    transition:.5s;
}
.action_distribution:hover .op_tit{
    opacity: 0.5;
    top:0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃- 行動服務 -▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.mobile_service{
    width: 240px;
    height: 350px;
    border-radius:5px ;
    background-color:#ffffff ;
    display: flex;
    flex-direction: column;
    padding: 16px 17px 0 ;
    text-align: center;
    box-shadow: 0 0 10px #ccd8c8;
    position: relative;
    margin-right: 5px;
}
.mobile_service img{
    width: 286px;
    height: 170px;
}
.mobile_service:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 20px #ccd8c8;
    transition:.5s;
}
.mobile_service:hover .op_tit{
    opacity: 0.5;
    top:0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃- 行動戰情 -▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.mobile_linesituation{
    width: 240px;
    height: 350px;
    border-radius:5px ;
    background-color:#ffffff ;
    display: flex;
    flex-direction: column;
    padding: 16px 17px 0 ;
    text-align: center;
    box-shadow: 0 0 10px #ccd8c8;
    position: relative;
    margin-right: 5px;
}
.mobile_linesituation img{
    width: 286px;
    height: 170px;
}
.mobile_linesituation:hover {
    transform: translate(0, -5px);
    box-shadow: 0 5px 20px #ccd8c8;
    transition:.5s;
}
.mobile_linesituation:hover .op_tit{
    opacity: 0.5;
    top:0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃行動簽核▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.arr_png{
    width: 40px;
    height: 36px;
    background-image: url(../images/index/arr.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 35px;
}
.sign_off{
    width: 100%;
    height: 550px;
    background-color: #c9e9be;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sign_off h3{
    display: none;
}
.sign_off h4{
    margin: 36px 0 18px 0;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}
.sign_off h5{
    color: #313131;
    margin-bottom: 44px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}
.sign_off span{
    color: #ff4200;
}
.sign_off p{
    line-height: 24px;
}
.sign_off a{
    width: 310px;
    height: 60px;
    background-color: #275418;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 25px 0 15px 0;
}
.step_flow{
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;

}
.step_flow_flow{
    width: 210px;
}
.step_flow_flow img{
    display:block; 
    margin:auto;
}
.step_flow_flow p{
    color: #313131;
    font-size: 18px;
}
.step_flow_flow h6{
    margin: 26px 0 12px 0;
    font-size: 26px;
    color: #000000;
}
.sign_off a:hover{
    background: #ff4200;
    color: #ffffff;

}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃行動經銷▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.distribution{
    width: 100%;
    height: 550px;
    background-color:#bcdd75 ;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.distribution h3{
    display: none;
}
.distribution h4{
    margin: 36px 0 18px 0;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}
.distribution h5{
    color: #313131;
    margin-bottom: 44px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}
.distribution span{
    color: #ff4200;
}
.distribution p{
    line-height: 24px;
}
.distribution a{
    width: 310px;
    height: 60px;
    background-color: #28a900;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 35px 0 25px 0;
}
.distribution a:hover{
    background: #ff4200;
    color: #ffffff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃行動服務▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.service{
    width: 100%;
    height: 550px;
    background-color:#bce7ed ;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.service h3{
    display: none;
}
.service h4{
    margin: 36px 0 18px 0;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}
.service h5{
    color: #313131;
    margin-bottom: 44px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}
.service span{
    color: #ff4200;
}
.service p{
    line-height: 24px;
}
.service a{
    width: 310px;
    height: 60px;
    background-color: #077b59;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 35px 0 25px 0;
}
.service a:hover{
    background: #ff4200;
    color: #ffffff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃行動戰情▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.linesituation {
    width: 100%;
    height: 550px;
    background-color:#c5def9 ;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.linesituation h3{
    display: none;
}
.linesituation h4{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin: 36px 0 18px 0;
}
.linesituation h5{
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 0 0 44px 0;
    line-height: 30px;
}
.linesituation span{
    color:#ff4200;
}
.linesituation p{
    line-height: 24px;
}
.linesituation a{
    width: 310px;
    height: 60px;
    background-color: #2c74c2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 25px 0;
}
.linesituation a:hover{
    background: #ff4200;
    color: #ffffff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃RWD 1000px▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

@media screen and (max-width: 1000px) {
    .header{
        background-size: 100% 100%;
    }
    .center{
        left: 42%;
    }
    .line_title p:nth-child(1){
        font-size: 34px;
    }
    .line_title p:nth-child(2){
        font-size: 22px;
    }
    .line_step1{
        font-size: 22px;
        margin-right: 35px ;
    }
    .line_step1 img{
        width: 140px;
        height: 140px;
    }
    .three_big_img{
        width: 730px;
    }
    .action_sign_off,.action_distribution{
        margin-bottom: 10px;
    }
    .action_sign_off,.mobile_service{
        margin-right: 15px;

    }
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃RWD 768px▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
@media screen and (max-width: 768px) {
    .header{
        height: 1460px;
        background-image:url(../images/index/centerRwd.png);
        background-size: cover;
        overflow: hidden;
    }
    .header_main_img{
        display: none;
    }
    .line_phone_img01{
        display: none;
    }
    .center{
        display: none;
    }	
    .center_rwd{
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .line_phone{
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }
    .line_phone_title{
        flex-direction: column;
    }
    .line_phone_title>div>img{
       width: 149px;
       height: 298px;
    }
    .line_title{
        text-align:center;
        margin: 0;
        align-items: center;
    }
    .line_title p:nth-child(1){
        margin-top: 5px;
    }
    .line_title p:nth-child(2){
        margin-bottom:30px;
    }
    .line_step{
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .line_step1{
        margin: 0 0 35px 0;
    }
    .line_step1 img{
        margin-bottom: 10px;
        width: 140px;
        height: 140px;
    }
    .center_four{
        margin: 0;
    }
    .action_sign_off{
        margin: 0 15px 30px 0;
    }
    .action_distribution{
        margin: 0 0 30px 0;
    }
    .mobile_linesituation{
        margin-right: 0;
    }
    .sign_off{
        height: 1420px;
    }
    .sign_off h3{
        display: block;
        font-size: 22px;
        text-align: center;
        line-height: 30px;
    }
    .sign_off h4{
        font-size: 40px;
        padding: 0;
        margin-bottom: 23px;
    }
    .sign_off h5{
        display: none;
    }
    .sign_off h6{
        margin:21px 0 12px 0;
    }
    .step_flow{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
    }
    .step_flow_flow{
        width: 280px;
    }
    .step_flow_flow p{
        font-size: 20px;
    }
    .sign_off a{
        width: 320px;
        height: 70px;
    }
    .arr_png{
        width: 36px;
        height: 40px;
        background-image: url(../images/index/arr1.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 15px 0 10px;
    }
    .distribution{
        height: 1420px;
    }
    .distribution h3{
        display: block;
        font-size: 22px;
        text-align: center;
        line-height: 30px;
    }
    .distribution h4{
        font-size: 40px;
        padding: 0;
        margin-bottom: 23px;
    }
    .distribution h5{
        display: none;
    }
    .distribution h6{
        margin:21px 0 12px 0;
    }
    .distribution a{
        width: 320px;
        height: 70px;
    }
    .service{
        height: 1420px;
    }
    .step_flow br{
        display: none;
    }
    .service h3{
        display: block;
        font-size: 22px;
        text-align: center;
        line-height: 30px;
    }
    .service h4{
        font-size: 40px;
        padding: 0;
        margin-bottom: 23px;
    }
    .service h5{
        display: none;
    }
    .service h6{
        margin:21px 0 12px 0;
    }
    .service a{
        width: 320px;
        height: 70px;
    }
    .linesituation{
        height: 1420px;
    }
    .linesituation h3{
        display: block;
        font-size: 22px;
        text-align: center;
        line-height: 30px;
    }
    .linesituation h4{
        font-size: 40px;
        padding: 0;
        margin-bottom: 23px;
    }
    .linesituation h5{
        display: none;
    }
    .linesituation h6{
        margin:21px 0 12px 0;
    }
    .linesituation a{
        width: 320px;
        height: 70px;
    }
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃RWD 576px▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
@media screen and (max-width: 576px) {
    .action_sign_off,.mobile_service{
        margin-right: 0;
    }	
    .mobile_service{
        margin-bottom:30px;
    }
    .three_big_img{
        flex-direction: column;
    }
}
@media screen and (max-width: 360px) {	
   
}