/*=====================置底浮水印按鈕=====================*/




/*置底浮水印按鈕for Mobile*/
.MOBILE #it254-wrapper .DOWN_BAR {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    background-image: url(../images/bt_bg.png);
    background-repeat: repeat-x repeat-y;
    z-index: 9999;
    padding: 10px 0;
}

.MOBILE #it254-wrapper .BT_AREA{
    width: 100%;/*500*/
    height: auto;
    margin: 0 auto;
}
.MOBILE #it254-wrapper .BT_AREA a.ONE{
    display: block;
    width:95%;
    margin:0 auto;
    height:48px;
}

.MOBILE #it254-wrapper .BT_AREA a{
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    width: 220px;
    height: 48px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#b21424;
    background: -moz-linear-gradient(
    top,
    #fb2121 0%,
    #b21424);
    background: -webkit-gradient(
    linear, left top, left bottom,
    from(#fb2121),
    to(#b21424));
    border:1px solid #bf3539;
    -moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    margin-left: 10px;
}

.MOBILE #it254-wrapper .BT_AREA a:hover{
    background-color:#fb2121;
    background: -moz-linear-gradient(
    top,
    #b21424 0%,
    #fb2121);
    background: -webkit-gradient(
    linear, left top, left bottom,
    from(#b21424),
    to(#fb2121));
}


@-webkit-keyframes lightgrow {
    0% { 
        opacity: 1;
        filter: brightness(1.5);
    } 
    49% { 
        opacity: 0.7;
        filter: brightness(0.8);
    }
    100% { 
        opacity: 1;
        filter: brightness(1.5);
    }
}

@keyframes move {
    0%{
        transform: translateX(0px);
    }
    25%{
        transform: translateX(10px);
    }
    50%{
        transform: translateX(0px);
    }
}

@keyframes sheen {
    0%,100% { /*0%到100%的關鍵影格都是left:0%,opacity:0%*/
        left: 0%;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    35%,95% { /*35%到95%的關鍵影格都是left:100%,opacity:0%*/
        left: 100%;
        opacity: 0;
    }
}

@keyframes brightness-bt {
    0%,100%{
        filter: brightness(1);
    }
    1%{
        filter: brightness(1.3);
    }
    35%,95%{
        filter: brightness(1);
    }
}

/*=====================主視覺動態按鈕：手機版=====================*/
.MOBILE #it254 .bt_txt-primary{
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    line-height: normal;
}

.MOBILE #it254 .button_style1{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    width: 100%;
    height: 75px;
    background-image: url(../images/button_bg.png);
    background-size: cover;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}

.MOBILE #it254 .button_style1:hover{
    background-position: bottom center;
}

.MOBILE #it254 .hero_input .button_case{
    width:55%;
    height: auto;
    background-color: #2e6e00;
    margin:0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
}

.MOBILE #it254 .hero_input .button_case .animation_bt{
    position: relative;
    width:100%;
    height: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
    transition: all .4s ease;
    overflow: hidden;
    margin:0 auto;
}

.MOBILE #it254 .hero_input .button_case .animation_bt::after{
    position: absolute;
    right:10%;
    top:29%;
    content: "";
    display: block;
    width:18px;
    height: 18px;
    background-image: url(../images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: move 2.5s infinite;
}

.MOBILE #it254 .hero_input .button_case .animation_bt a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 22.222222%;
    color:#ffffff;
    text-shadow: 2px 2px 2px #9c0000,
    -2px -2px 2px #9c0000,
    -2px 2px 2px #9c0000,
    2px -2px 2px #9c0000;
    animation: brightness-bt 3.5s infinite;
}

.MOBILE #it254 .button_case .animation_bt ul.single{
    width:100%;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.MOBILE #it254 .hero_input .animation_bt .sheen::after{
    content:'';
    position: absolute;
    top:0%;
    left: 0%;
    width: 30px;
    height: 75px;
    background: #e3ffb5;
    z-index: 99;
    filter: blur(10px);
    transform: rotate(60deg);
    animation: sheen 3.5s infinite;
}

/*=====================置頂MENU按鈕=====================*/
.MOBILE #it254 .topmenu_bar{
        width:100%;
        height: auto;
        overflow: hidden;
        margin:0 auto;
    }

.MOBILE #it254 .topmenu_bar ul{
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
    }

.MOBILE #it254 .topmenu_bar li{
        width:25%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgb(77,137,25);
        background: linear-gradient(0deg, rgba(77,137,25,1) 0%, rgba(105,187,33,1) 100%);
        border-right: 1px solid #ffffff;
    }

.MOBILE #it254 .topmenu_bar li a{
        display: block;
        width:100%;
        height: auto;
        color:#ffffff;
        font-size:1.2rem;
        text-decoration: none;
    }



#it254 .topmenu_bar li:last-child{
    border-right:none;
}

/*控制結果頁按鈕*/


/*=====================免費頁 置底浮水印按鈕=====================*/



.MOBILE #it254-wrapper .DOWN_BAR .BT_TWO {
    width: 98%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin:0 auto;
}

#it254-wrapper .DOWN_BAR ul.BT_TWO li {
    width: 50%;
}
#it254-wrapper .DOWN_BAR a {
    /*按鈕文字*/
    font-size: 1.5rem;
    width: 96%;
    margin: 0 auto;
}

.MOBILE #it254-wrapper .DOWN_BAR ul.BT_TWO a {
    font-size: 1.1rem;
}

#it254-wrapper .bg_GRA_YELLOW {
    border: 1px solid #dbaa00;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffe400),
      to(#ffc600)
    );
    background: -webkit-linear-gradient(top, #ffe400, #ffc600);
    background: -moz-linear-gradient(top, #ffe400, #ffc600);
    background: -ms-linear-gradient(top, #ffe400, #ffc600);
    background: -o-linear-gradient(top, #ffe400, #ffc600);
    color: #000000;
    box-shadow: inset 0px 0px 2px rgb(255 255 255);
  }
  #it254-wrapper .bg_GRA_YELLOW:hover {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#ffe400),
      to(#ffc600)
    );
    background: -webkit-linear-gradient(bottom, #ffe400, #ffc600);
    background: -moz-linear-gradient(bottom, #ffe400, #ffc600);
    background: -ms-linear-gradient(bottom, #ffe400, #ffc600);
    background: -o-linear-gradient(bottom, #ffe400, #ffc600);
    background-color: #ffc600;
    color: #000000;
    box-shadow: inset 0px 0px 2px rgb(255 255 255);
  }
  
  /*=====================置底浮水印按鈕=====================*/




/*置底浮水印按鈕for Mobile*/
.PC #it254-wrapper .DOWN_BAR {
    width: 750px;
    height: auto;
    position: fixed;
    bottom: 0;
    background-image: url(../images/bt_bg.png);
    background-repeat: repeat-x repeat-y;
    z-index: 9999;
    padding: 10px 0;
}

/* iPad Portrait (768px) */
@media screen and (max-width: 768px) {
    .PC #it254-wrapper .DOWN_BAR {
        width: 100% !important;
    }

}

/* iPad Landscape (1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .PC #it254-wrapper .DOWN_BAR {
        width: 100% !important;
    }
}

.PC #it254-wrapper .BT_AREA{
    width: 100%;/*500*/
    height: auto;
    margin: 0 auto;
}
.PC #it254-wrapper .BT_AREA a.ONE{
    display: block;
    width:95%;
    margin:0 auto;
    height:48px;
}

.PC #it254-wrapper .BT_AREA a{
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    width: 220px;
    height: 48px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#b21424;
    background: -moz-linear-gradient(
    top,
    #fb2121 0%,
    #b21424);
    background: -webkit-gradient(
    linear, left top, left bottom,
    from(#fb2121),
    to(#b21424));
    border:1px solid #bf3539;
    -moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    margin-left: 10px;
}

.PC #it254-wrapper .BT_AREA a:hover{
    background-color:#fb2121;
    background: -moz-linear-gradient(
    top,
    #b21424 0%,
    #fb2121);
    background: -webkit-gradient(
    linear, left top, left bottom,
    from(#b21424),
    to(#fb2121));
}


/*=====================主視覺動態按鈕：手機版=====================*/
.PC #it254 .bt_txt-primary{
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    line-height: normal;
}

.PC #it254 .button_style1{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    width: 100%;
    height: 75px;
    background-image: url(../images/button_bg.png);
    background-size: cover;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}

.PC #it254 .button_style1:hover{
    background-position: bottom center;
}

.PC #it254 .hero_input .button_case{
    width:55%;
    height: auto;
    background-color: #2e6e00;
    margin:0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
}

.PC #it254 .hero_input .button_case .animation_bt{
    position: relative;
    width:100%;
    height: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
    transition: all .4s ease;
    overflow: hidden;
    margin:0 auto;
}

.PC #it254 .hero_input .button_case .animation_bt::after{
    position: absolute;
    right:10%;
    top:39%;
    content: "";
    display: block;
    width:18px;
    height: 18px;
    background-image: url(../images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: move 2.5s infinite;
}

.PC #it254 .hero_input .button_case .animation_bt a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 22.222222%;
    color:#ffffff;
    text-shadow: 2px 2px 2px #9c0000,
    -2px -2px 2px #9c0000,
    -2px 2px 2px #9c0000,
    2px -2px 2px #9c0000;
    animation: brightness-bt 3.5s infinite;
}

.PC #it254 .button_case .animation_bt ul.single{
    width:100%;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.PC #it254 .hero_input .animation_bt .sheen::after{
    content:'';
    position: absolute;
    top:0%;
    left: 0%;
    width: 30px;
    height: 75px;
    background: #e3ffb5;
    z-index: 99;
    filter: blur(10px);
    transform: rotate(60deg);
    animation: sheen 3.5s infinite;
}

/*=====================置頂MENU按鈕=====================*/
.PC #it254 .topmenu_bar{
        width:100%;
        height: auto;
        overflow: hidden;
        margin:0 auto;
    }

.PC #it254 .topmenu_bar ul{
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
    }

.PC #it254 .topmenu_bar li{
        width:25%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgb(77,137,25);
        background: linear-gradient(0deg, rgba(77,137,25,1) 0%, rgba(105,187,33,1) 100%);
        border-right: 1px solid #ffffff;
    }

.PC #it254 .topmenu_bar li a{
        display: block;
        width:100%;
        height: auto;
        color:#ffffff;
        font-size:1.2rem;
        text-decoration: none;
    }


/*控制結果頁按鈕*/


/*=====================免費頁 置底浮水印按鈕=====================*/



.PC #it254-wrapper .DOWN_BAR .BT_TWO {
    width: 98%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin:0 auto;
}


.PC #it254-wrapper .DOWN_BAR ul.BT_TWO a {
    font-size: 1.1rem;
}
