* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: bottom;
}

.block {
    display: block;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-100 {
    padding-top: 95px;
}

.pb-100 {
    padding-bottom: 95px;
}

.clear {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    font-family: 微軟正黑體, Meiryo, sans-serif, 'Noto Sans TC';
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

.content img {
    max-width: 900px;
    width: 100%;
}

.btn_72rightnow {
    position: absolute;
    bottom: -2px;
    right: 40px;
    z-index: 2;
    width: 35%;
}

.btn_rightnow {
    position: absolute;
    bottom: 200px;
    left: 140px;
    z-index: 2;
    width: 35%;
}

.btn_more {
    position: absolute;
    bottom: 60px;
    right: 50px;
    z-index: 2;
    width: 35%;
}


/*QA accordions*/

.accordion {
    background: none;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    position: relative;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btn_oneBox {
    position: absolute;
    bottom: 115px;
    right: 90px;
    z-index: 2;
    width: 37%;
}

.btn_oneoneBox {
    position: absolute;
    bottom: 115px;
    left: 90px;
    z-index: 2;
    width: 37%;
}

.btn_twoBox {
    position: absolute;
    bottom: 35px;
    right: 40px;
    z-index: 2;
    width: 53%;
}

.btn_threeBox {
    position: absolute;
    bottom: 60px;
    right: 40px;
    z-index: 2;
    width: 53%;
}

.glow {
    position: absolute;
    top: 75px;
    left: 155px;
    font-size: 3em;
    font-weight: 600;
    color: #fff;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

.btn_customer {
    position: absolute;
    bottom: 320px;
    left: 95px;
    z-index: 2;
    width: 80%;
}

@media screen and (max-width: 800px) {
    .pt-100 {
        padding-top: 13.5%;
    }
    .pb-100 {
        padding-bottom: 13.5%;
    }
    .content {
        margin: 0;
        width: 100%;
    }
    .content img {
        width: 100%;
    }
    .btn_rightnow {
        bottom: 170px;
    }
    .btn_twoBox {
        bottom: 60px;
    }
    .btn_threeBox {
        width: 50%;
    }
    .glow {
        top: 50px;
        left: 135px;
        font-size: 2.5em;
    }
    .btn_customer {
        bottom: 275px;
    }
}

@media screen and (max-width: 450px) {
    .btn_72rightnow {
        bottom: 10px;
        right: 40px;
    }
    .btn_rightnow {
        bottom: 90px;
        left: 60px;
    }
    .btn_more {
        bottom: 30px;
        right: 30px;
    }
    .btn_oneBox {
        bottom: 50px;
        right: 37px;
    }
    .btn_oneoneBox {
        bottom: 50px;
        left: 37px;
    }
    .btn_twoBox {
        bottom: 30px;
        right: 20px;
    }
    .btn_threeBox {
        bottom: 25px;
        right: 20px;
    }
    .glow {
        top: 25px;
        left: 65px;
        font-size: 1.5em;
    }
    .btn_customer {
        bottom: 148px;
        left: 45px;
    }
}



@media screen and (max-width: 400px) {
    .glow {
        left: 50px;
    }
    .btn_rightnow {
        bottom: 80px;
    }
    .btn_customer {
        bottom: 135px;
        left: 60px;
        width: 70%;
    }
}

@media screen and (max-width: 350px) {
    .btn_72rightnow {
        bottom: 5px;
        right: 20px;
        width: 40%;
    }
    .btn_rightnow {
        bottom: 70px;
        width: 40%;
    }
    .btn_more {
        bottom: 20px;
        right: 20px;
        width: 40%;
    }
    .btn_oneBox {
        bottom: 45px;
    }
    .btn_oneoneBox {
        bottom: 45px;
    }
    .btn_twoBox {
        bottom: 25px;
    }
    .btn_threeBox {
        bottom: 20px;
        right: 15px;
    }
    .glow {
        top: 25px;
        left: 50px;
        font-size: 1.2em;
    }
    .btn_customer {
        bottom: 115px;
        left: 50px;
    }
}

/*活動cta按鈕 */
.fixed-obj{
    position: fixed;
    top: 376px;
    right: 0;
    max-width: 270px;
    width: 100%;
    z-index: 999;

}

.fixed-obj.show_sta{
    top: 100px;
}


.fixed-obj #pc_sta{
    width: 230px;
    display: block;
    margin: 0 0 0 auto;
}

.fixed-obj #mobile_sta{
    display: none;
    margin: 0 auto;
}

@media screen and (max-width: 736px) {
    .fixed-obj #pc_sta{
        display: none;
    }

    .fixed-obj #mobile_sta{
        display: block;
		width: 100%;
    }

    
    .fixed-obj {
        top: auto;
        bottom: 0px;
		max-width: 800px;
        transition: bottom .5s ease-out;
    }

    .fixed-obj.show_sta{
        top: auto;
        bottom: 0;
    }
}

/*活動cta按鈕 end */
