﻿/* ---reset.css--- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*================================reset.css================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: "微軟正黑體", "蘋果儷中黑", Arial, "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body {}

img {
    display: none;
}

.ALL img {
    display: block;
    width: 100%;
}

.clear {
    clear: both;
}

.ALL div {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


/*================================電腦版================================*/

#GOTOP {
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 9999;
    border: 3px solid #f0155d;
}

#GOTOP p {
    font-size: 16px;
    width: 60px;
    height: 60px;
    color: #f0155d;
    text-align: center;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 19px;
    left: -2px;
    line-height: 15px;
    font-family: Microsoft JhengHei;
}

#GOTOP p:before {
    content: "";
    font-size: 16px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    left: 17px;
    border-style: solid;
    border-width: 0px 12px 13px 12px;
    border-color: transparent transparent #f0155d transparent;
}

#TOP-MENU {
    display: none;
    width: 100%;
    background-repeat: repeat;
    height: 55px;
    background-color: #481c87;
    margin-bottom: 0px;
    position: absolute;
}

#TOP-MENU ul {
    display: block;
    overflow: hidden;
    width: 240px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
}

#TOP-MENU li {
    display: block;
    float: left;
    margin: 0 auto;
}

#LOGO a {
    display: block;
    background-image: url(../images/LOGO.png);
    width: 200px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    /*background-image: url(../images/GJUN.svg);*/
}

#FBLOGO a {
    display: block;
    /*background-image: url(../images/FB.png);*/
    background-position: bottom;
}

#FBLOGO i {
    font-size: 38px;
    color: #fff;
}

#FBLOGO i:hover {
    color: #ad78fa;
}

#FBLOGO a:hover {
    background-position: top;
}

#GJUNAD {
    display: block;
    width: 100%;
    height: 64px;
    margin-bottom: 0px;
}

.CENTER {
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}

.W_CENTER {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
}

.ALL {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}


/*================================CONTENT1================================*/

.CONTENT1 {
    display: block;
    width: 100%;
    background: url(../images/BG01.png);
    position: relative;
}

.CONTENT1:after {
    content: "▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼";
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    color: #f41f65;
    letter-spacing: -4px;
    z-index: 5;
}

.CONTENT1 .W_CENTER {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 10px;
    padding: 10px 3px;
}

.CONTENT1 .W_CENTER .H2_B {
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.CONTENT1 .W_CENTER .H2_B h2 {
    display: block;
    background: url(../images/FREE2.png) no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 26.352941%;
    background-size: 100% auto;
    text-indent: -110%;
    overflow: hidden;
    white-space: nowrap;
}


/*================================CONTENT2================================*/

.CONTENT2 {
    display: block;
    width: 100%;
    background: url(../images/BG02.png);
    position: relative;
    padding-bottom: 10px;
}

.CONTENT2 .W_CENTER {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*max-height: 425px;*/
    /*height: 425px;*/
    min-height: 435px;
}

.CONTENT2 .W_CENTER .P_B {
    display: block;
    width: 100%;
    max-width: 453px;
    position: absolute;
    left: 2%;
    top: -4%;
    z-index: 6;
}

.CONTENT2 .W_CENTER .P_B .P {
    display: block;
    background: url(../images/PP.png) no-repeat center bottom;
    width: 100%;
    height: 0;
    padding-bottom: 111.69977%;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    -webkit-animation: GOPPB 2.6s 1.5s infinite linear;
    -moz-animation: GOPPB 2.6s 1.5s infinite linear;
    -ms-animation: GOPPB 2.6s 1.5s infinite linear;
    -o-animation: GOPPB 2.6s 1.5s infinite linear;
    animation: GOPPB 2.6s 1.5s infinite linear;
}

@-webkit-keyframes GOPPB {
    0%,
    100% {
        left: 0px;
    }
    50%,
    51% {
        left: 25px;
    }
}

@-moz-keyframes GOPPB {
    0%,
    100% {
        left: 0px;
    }
    50%,
    51% {
        left: 25px;
    }
}

@-ms-keyframes GOPPB {
    0%,
    100% {
        left: 0px;
    }
    50%,
    51% {
        left: 25px;
    }
}

@-o-keyframes GOPPB {
    0%,
    100% {
        left: 0px;
    }
    50%,
    51% {
        left: 25px;
    }
}

@keyframes GOPPB {
    0%,
    100% {
        left: 0px;
    }
    50%,
    51% {
        left: 25px;
    }
}

.CONTENT2 .W_CENTER .DAY_B {
    display: block;
    width: 100%;
    max-width: 514px;
    padding-top: 20px;
    position: absolute;
    right: 4%;
}

.CONTENT2 .W_CENTER .DAY_B .DAY {
    display: block;
    background: url(../images/28DAY.gif) no-repeat center bottom;
    width: 100%;
    height: 0;
    padding-bottom: 65.953%;
    background-size: 100% auto;
}

.CONTENT2 .W_CENTER .BUN_B {
    display: block;
    position: absolute;
    bottom: 5%;
    right: 4%;
    width: 100%;
    max-width: 514px;
}

.CONTENT2 .W_CENTER .BUN_B .BUN {
    width: 100%;
    font-size: 36px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #f0155d;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px #b90943;
    -moz-box-shadow: 0px 1px 1px #b90943;
    -ms-box-shadow: 0px 1px 1px #b90943;
    -o-box-shadow: 0px 1px 1px #b90943;
    box-shadow: 0px 1px 1px #b90943;
    -webkit-text-shadow: 0px 2px 0px #b90943;
    -moz-text-shadow: 0px 2px 0px #b90943;
    -ms-text-shadow: 0px 2px 0px #b90943;
    -o-text-shadow: 0px 2px 0px #b90943;
    text-shadow: 0px 2px 0px #b90943;
    border: 1px solid #b90943;
    border-bottom: 5px solid #b90943;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.CONTENT2 .W_CENTER .BUN_B .BUN:hover {
    color: #ff0;
    width: 100%;
    background-color: #f22f6f;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.CONTENT2 .W_CENTER .BUN_B .BUN:active {
    border: 1px solid #b90943;
    margin-top: 5px;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}


/*================================CONTENT3================================*/

.CONTENT3 {
    display: block;
    width: 100%;
    background: url(../images/BG03.png) repeat;
    position: relative;
    min-height: 365px;
    box-shadow: 0px -3px 4px rgba(0, 0, 0, .1);
    z-index: 888;
}

.CONTENT3:after {
    content: "▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲";
    font-size: 13px;
    position: absolute;
    top: -10px;
    left: 0px;
    color: #0074cc;
    letter-spacing: -4px;
}

.CONTENT3 .W_CENTER {
    padding: 30px 10px 15px 5px;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

.H3_B {
    display: block;
    width: 100%;
    border: 1px solid #ff0;
    border-left: 0px;
    border-right: 0px;
    /*border-top: 1px solid #999;
    border-bottom: 1px dashed #666;*/
    /*border-top: 0px;*/
    font-size: 32px;
    text-align: center;
    letter-spacing: 1px;
    padding: 2px 5px;
    color: #ff0;
    -webkit-text-shadow: 1px 1px 2px rgba(3, 73, 127, 0.9);
    -moz-text-shadow: 1px 1px 2px rgba(3, 73, 127, 0.9);
    -ms-text-shadow: 1px 1px 2px rgba(3, 73, 127, 0.9);
    -o-text-shadow: 1px 1px 2px rgba(3, 73, 127, 0.9);
    text-shadow: 1px 1px 2px rgba(3, 73, 127, 0.9);
    /*background-color: rgba(255, 255, 255, .1);*/
    /*-webkit-box-shadow: 0px 3px 1px rgba(6, 115, 99, .4);
-moz-box-shadow: 0px 3px 1px rgba(6, 115, 99, .4);
-ms-box-shadow: 0px 3px 1px rgba(6, 115, 99, .4);
-o-box-shadow: 0px 3px 1px rgba(6, 115, 99, .4);
box-shadow: 0px 3px 1px rgba(6, 115, 99, .4);
*/
}

.H3_B h3 {
    display: block;
    border-top: 1px dashed #ff0;
    border-bottom: 1px dashed #ff0;
    overflow: hidden;
    padding: 13px 0px;
    background-color: rgba(255, 255, 255, .1);
}

.H3_B h3 span {
    font-weight: 600;
    letter-spacing: 0px;
}

.CONTENT3 .W_CENTER .H3_B {
    margin-bottom: 35px;
}

.CONTENT3 .W_CENTER .H3_B i {
    color: #ff0;
    font-size: 40px;
}

.CONTENT3 .W_CENTER .H3_B span {
    -webkit-animation: GOSPAN .8s infinite;
    -moz-animation: GOSPAN .8s infinite;
    -ms-animation: GOSPAN .8s infinite;
    -o-animation: GOSPAN .8s infinite;
    animation: GOSPAN .8s infinite;
}

@-webkit-keyframes GOSPAN {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@-moz-keyframes GOSPAN {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@-ms-keyframes GOSPAN {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@-o-keyframes GOSPAN {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@keyframes GOSPAN {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

.CONTENT3 .W_CENTER .FREE_B {
    display: block;
    width: 40%;
    max-width: 400px;
    float: left;
}

.CONTENT3 .W_CENTER .FREE_B .FREE {
    display: block;
    background: url(../images/CARD.png) no-repeat;
    width: 100%;
    max-width: 400px;
    height: 0px;
    padding-bottom: 60%;
    background-size: 100% auto;
    position: relative;
}

.CONTENT3 .W_CENTER .FREE_B .FREE i {
    display: block;
    font-size: 120px;
    color: #f41f65;
    position: absolute;
    left: 24%;
    top: -4%;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    -webkit-animation: GOREE 1s infinite;
    -moz-animation: GOREE 1s infinite;
    -ms-animation: GOREE 1s infinite;
    -o-animation: GOREE 1s infinite;
    animation: GOREE 1s infinite;
}

@-webkit-keyframes GOREE {
    0%,
    50% {
        color: #f41f65;
    }
    51%,
    100% {
        color: #F87512;
    }
}

@-moz-keyframes GOREE {
    0%,
    50% {
        color: #f41f65;
    }
    51%,
    100% {
        color: #F87512;
    }
}

@-ms-keyframes GOREE {
    0%,
    50% {
        color: #f41f65;
    }
    51%,
    100% {
        color: #F87512;
    }
}

@-o-keyframes GOREE {
    0%,
    50% {
        color: #f41f65;
    }
    51%,
    100% {
        color: #F87512;
    }
}

@keyframes GOREE {
    0%,
    50% {
        color: #f41f65;
    }
    51%,
    100% {
        color: #F87512;
    }
}

.CONTENT3 .W_CENTER .FREE_B .FREE i span {
    font-size: 30px;
    color: #000;
    position: absolute;
    left: 15px;
    top: 40%;
    color: #ff0;
    font-family: Arial;
    font-weight: 600;
    transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    letter-spacing: -1px;
    /*  -webkit-animation: GOPP .8s infinite;
-moz-animation: GOPP .8s infinite;
-ms-animation: GOPP .8s infinite;
-o-animation: GOPP .8s infinite;
animation: GOPP .8s infinite;
*/
}


/*================================表單 桌機================================*/

.CONTENT3 .W_CENTER #FROM_B {
    width: 60%;
    padding: 0px 40px 0px 10px;
    float: right;
}

#FROM_B #FROM {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 2px 0px 2px;
}

#FROM_B #FROM ul {
    width: 100%;
}

#FROM_B #FROM li {
    width: 50%;
    float: left;
    padding: 2px 2px;
}

#FROM_B #FROM li.WLI {
    width: 25%;
    float: left;
}

#FROM_B #FROM li.WLI2 {
    width: 100%;
}

#FROM_B #FROM .INP_A {
    width: 100%;
    font-family: "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    max-height: 35px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding-left: 12px;
    -webkit-box-shadow: inset 0px 2px 2px rgba(200, 200, 200, 0.6);
    -moz-box-shadow: inset 0px 2px 2px rgba(200, 200, 200, 0.6);
    -ms-box-shadow: inset 0px 2px 2px rgba(200, 200, 200, 0.6);
    -o-box-shadow: inset 0px 2px 2px rgba(200, 200, 200, 0.6);
    box-shadow: inset 0px 2px 2px rgba(200, 200, 200, 0.6);
}

#FROM_B #FROM #READ {
    display: block;
    padding: 0px;
    position: relative;
}

#FROM_B #FROM .CHBOX {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-height: 21px;
    min-width: 21px;
    float: left;
    margin-top: 12px;
}

#FROM_B #FROM #READ span {
    /* clear: both;
*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.3;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 12px;
    font-weight: 600;
}

#FROM_B #FROM #READ span a {
    color: #fff;
    font-size: 13px;
}

.INP_A:focus {
    outline: none;
}

#FROM #BUT {
    width: 100%;
    padding: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #f0155d;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px #b90943;
    -moz-box-shadow: 0px 1px 1px #b90943;
    -ms-box-shadow: 0px 1px 1px #b90943;
    -o-box-shadow: 0px 1px 1px #b90943;
    box-shadow: 0px 1px 1px #b90943;
    -webkit-text-shadow: 0px 2px 0px #b90943;
    -moz-text-shadow: 0px 2px 0px #b90943;
    -ms-text-shadow: 0px 2px 0px #b90943;
    -o-text-shadow: 0px 2px 0px #b90943;
    text-shadow: 0px 2px 0px #b90943;
    border: 1px solid #b90943;
    border-bottom: 5px solid #b90943;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    margin-top: 10px;
}

#FROM #BUT:hover {
    color: #ff0;
    width: 100%;
    background-color: #f22f6f;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#FROM #BUT:active {
    border: 1px solid #b90943;
    margin-top: 5px;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

#BUT p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    /* -webkit-animation: GOPP .8s infinite;
-moz-animation: GOPP .8s infinite;
-ms-animation: GOPP .8s infinite;
-o-animation: GOPP .8s infinite;
animation: GOPP .8s infinite;
*/
}

#BUT p:hover {
    color: #ff0;
}

@-webkit-keyframes GOPP {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@-moz-keyframes GOPP {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@-ms-keyframes GOPP {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@-o-keyframes GOPP {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

@keyframes GOPP {
    0%,
    50% {
        color: #ff0;
    }
    51%,
    100% {
        color: #fff;
    }
}

.p {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 15px;
}


/*================================CONTENT3================================*/


/*================================CONTENT4================================*/

.CONTENT4 {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.CONTENT4BG {
    display: block;
    width: 100%;
    height: 7px;
    background: url(../images/BG02.png) repeat;
    position: absolute;
    bottom: 0px;
}

.CONTENT4 .W_CENTER {
    overflow: hidden;
    padding: 40px 10px 30px 10px;
}

.CONTENT4 .W_CENTER .H3_B {
    background-color: rgba(255, 255, 255, .1);
}

.CONTENT4 .W_CENTER .BIGBB {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 2% 8%;
}

.BOX_B {
    width: 25%;
    padding: 10px 3px;
    float: left;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B:after {
    content: "";
    width: 66%;
    height: 9px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 9%;
    left: 17%;
    border-radius: 50%;
    box-shadow: 0px 20px 20px -2px rgba(0, 0, 0, .8);
    z-index: -1;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX {
    width: 100%;
    border: 1px dotted #0fccb1;
    background-color: #FAF9F9;
    border-radius: 10px;
    padding: 15px 3px;
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    -webkit-text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    -moz-text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    -ms-text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    -o-text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    background: url(../images/BG03.png) repeat;
    font-weight: 500;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX:hover {
    border: 1px solid #F87512;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -35%;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX:hover .DIMG {
    box-shadow: 1px 2px 1px #F87512;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B h3 {
    display: block;
    width: 90%;
    font-size: 24px;
    color: #0fccb1;
    font-weight: 500;
    border-bottom: 1px dotted #0fccb1;
    margin-left: 5%;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX:hover h3 {
    border-bottom: 1px dotted #F87512;
    color: #F87512;
    font-weight: 600;
}


/*================================手機1024================================*/

@media screen and (max-width: 1024px) {
    #TOP-MENU {
        display: block;
    }
    #GJUNAD {
        display: none;
    }
    #GOTOP {
        display: none;
        width: 55px;
        height: 55px;
        cursor: pointer;
        position: fixed;
        right: 8px;
        bottom: 8px;
        background-color: rgba(255, 255, 255, 1);
        border: 2px solid #f0155d;
    }
    #GOTOP p {
        font-size: 15px;
        width: 55px;
        height: 55px;
        position: absolute;
        top: 19px;
        text-align: center;
        line-height: 13px;
        font-family: Microsoft JhengHei;
        color: #f0155d;
    }
    #GOTOP p:before {
        content: "";
        font-size: 16px;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -16px;
        left: 16px;
        border-style: solid;
        border-width: 0px 12px 12px 12px;
        border-color: transparent transparent #f0155d transparent;
    }
    /*CONTENT1 1024*/
    /*CONTENT4 1024*/
    .CONTENT4 .W_CENTER .BIGBB {
        display: block;
        width: 100%;
        padding: 2% 3%;
    }
    .CONTENT4BG {
        display: block;
        width: 100%;
        height: 2px;
        background: url(../images/BG02.png) repeat;
        position: absolute;
        bottom: 0px;
    }
}


/*================================手機1000================================*/

@media screen and (max-width: 1000px) {
    /*CONTENT1 1000px*/
    /*CONTENT3 1000*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        display: block;
        position: absolute;
        left: 22%;
        top: -8%;
    }
    /*表單1000=*/
}


/*================================手機970================================*/

@media screen and (max-width: 970px) {
    /*CONTENT2 970*/
    .CONTENT2 .W_CENTER .P_B {
        display: block;
        width: 100%;
        position: absolute;
        left: -2%;
    }
    /*CONTENT3 970*/
}


/*================================手機940================================*/

@media screen and (max-width: 940px) {
    /*CONTENT3 940*/
    /*表單*/
    .CONTENT3 .W_CENTER #FROM_B {
        padding: 0px 10px 0px 10px;
    }
    #FROM_B #FROM {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 12px 0px 0px 0px;
    }
    /*CONTENT3 940*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        display: block;
        position: absolute;
        left: 18%;
        top: -8%;
    }
    /*CONTENT4 940*/
    .CONTENT4 .W_CENTER .BIGBB {
        display: block;
        width: 100%;
        padding: 2% 0%;
    }
}


/*================================手機900================================*/

@media screen and (max-width: 900px) {
    /*CONTENT1 900*/
    /*CONTENT2 900*/
    .CONTENT2 .W_CENTER .P_B {
        display: block;
        position: absolute;
        left: -6%;
        top: -4%;
    }
    .CONTENT2 .W_CENTER .DAY_B {
        padding-top: 20px;
        right: 1%;
    }
    .CONTENT2 .W_CENTER .BUN_B {
        position: absolute;
        bottom: 5%;
        right: 1%;
    }
    /*表單900*/
    /*CONTENT4 900*/
}


/*================================手機880================================*/

@media screen and (max-width: 880px) {
    /*CONTENT1 880*/
    /*CONTENT3 880*/
}


/*================================手機840=================================*/

@media screen and (max-width: 840px) {
    /*CONTENT1 840*/
    /*CONTENT2 840*/
    .CONTENT2 .W_CENTER .P_B {
        display: block;
        position: absolute;
        left: -8%;
        top: -4%;
    }
    .CONTENT2 .W_CENTER .DAY_B {
        padding-top: 20px;
        right: 0.3%;
    }
    .CONTENT2 .W_CENTER .BUN_B {
        position: absolute;
        bottom: 5%;
        right: 0.3%;
    }
    /*表單*/
    .CONTENT3 .W_CENTER #FROM_B {
        padding: 0px;
    }
    /*CONTENT3 840*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        display: block;
        position: absolute;
        left: 18%;
        top: -12%;
    }
    /*CONTENT4 840*/
}


/*================================手機800=================================*/

@media screen and (max-width: 800px) {
    /*CONTENT1 800*/
    /*CONTENT2 800*/
    .CONTENT2 .W_CENTER .P_B {
        display: block;
        position: absolute;
        left: -15%;
        top: -4%;
    }
    /*CONTENT3 800*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        display: block;
        position: absolute;
        left: 13%;
        top: -12%;
    }
    /*CONTENT4 800*/
}


/*================================手機768=================================*/

@media screen and (max-width: 768px) {
    /*CONTENT1 768*/
    /*CONTENT2 768*/
    .CONTENT2 .W_CENTER .P_B {
        display: block;
        position: absolute;
        left: -17%;
        top: -4%;
    }
    /*CONTENT3 768*/
    .CONTENT3 {
        display: block;
        width: 100%;
    }
    .CONTENT3 .W_CENTER {
        overflow: hidden;
        width: 100%;
        max-width: 1000px;
        padding: 20px 10px 15px 5px;
    }
    .H3_B {
        width: 100%;
        font-size: 30px;
    }
    .CONTENT3 .W_CENTER .FREE_B {
        display: block;
        width: 100%;
        min-width: 400px;
        margin: 0 auto;
        float: none;
    }
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        position: absolute;
        left: 24%;
        top: -4%;
    }
    /*CONTENT3 768*/
    /*表單768*/
    .CONTENT3 .W_CENTER .H3_B {
        margin-bottom: 20px;
    }
    .CONTENT3 .W_CENTER #FROM_B {
        width: 75%;
        padding: 0px;
        float: none;
        margin: 0 auto;
        margin-top: -30px;
    }
    #FROM_B #FROM {
        padding: 0px;
    }
    #FROM_B #FROM li {
        width: 100%;
        padding: 3px 2px;
    }
    #FROM_B #FROM li.WLI {
        width: 50%;
    }
    #FROM_B #FROM .INP_A {
        height: 40px;
        line-height: 40px;
        max-height: 40px;
        font-size: 18px;
        padding-left: 12px;
    }
    #FROM_B #FROM .CHBOX {
        min-height: 24px;
        min-width: 24px;
        float: left;
        margin-top: 8px;
    }
    #FROM_B #FROM #READ span {
        line-height: 1.3;
        font-size: 15px;
        left: 30px;
        top: 12px;
    }
    #FROM_B #FROM #READ span a {
        font-size: 15px;
    }
    #FROM_B #FROM #BUT {
        margin: 0 auto;
        width: 100%;
        padding: 5px;
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 32px;
        letter-spacing: 2px;
    }
    /*CONTENT4 768*/
    .CONTENT4 .W_CENTER {
        overflow: hidden;
        padding: 25px 10px;
    }
    .CONTENT4 .W_CENTER .BIGBB {
        display: block;
        width: 86%;
        padding: 2% 0%;
        margin: 0 auto;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B {
        width: 50%;
        padding: 10px 2px;
        float: left;
        padding-top: 60px;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B:after {
        content: "";
        width: 66%;
        height: 9px;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        bottom: 10%;
        left: 17%;
        border-radius: 50%;
        box-shadow: 0px 18px 20px -2px rgba(0, 0, 0, .8);
        z-index: -1;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX {
        display: block;
        width: 100%;
        border: 1px dotted #0fccb1;
        background-color: #FAF9F9;
        border-radius: 10px;
        padding: 15px 3px;
        text-align: center;
        line-height: 1.5;
        font-size: 15px;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
        margin-bottom: 0px;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
        width: 100px;
        height: auto;
        margin: 0 auto;
        margin-top: -25%;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B h3 {
        display: block;
        width: 90%;
        font-size: 24px;
        color: #0fccb1;
        font-weight: 500;
        border-bottom: 1px dotted #0fccb1;
        margin-left: 5%;
        padding: 2px 0px;
        margin-bottom: 5px;
    }
}


/*================================手機740================================*/

@media screen and (max-width: 740px) {
    /*CONTENT1 740*/
    /*CONTENT2 740*/
    .CONTENT2 .W_CENTER .P_B {
        display: block;
        position: absolute;
        left: -22%;
        top: -4%;
    }
    /*CONTENT3 736*/
}


/* -================手機720===============================*/

@media screen and (max-width: 720px) {
    /*CONTENT2 720*/
    .CONTENT2 .W_CENTER {
        min-height: auto;
    }
    .CONTENT2 .W_CENTER .P_B {
        display: none;
    }
    .CONTENT2 .W_CENTER .DAY_B {
        display: block;
        width: 100%;
        max-width: 514px;
        padding-top: 20px;
        position: relative;
        right: none;
        margin: 0 auto;
    }
    .CONTENT2 .W_CENTER .BUN_B {
        width: 98%;
        display: block;
        position: relative;
        right: none;
        bottom: none;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    /*表單720*/
}


/*================================手機700================================*/

@media screen and (max-width: 700px) {
    /*CONTENT1 700*/
    /*CONTENT3 700*/
}


/*================================手機667=================================*/

@media screen and (max-width: 667px) {
    /*CONTENT1 667*/
    /*CONTENT3 667*/
}


/*================================手機650================================*/

@media screen and (max-width: 650px) {
    /*CONTENT1 650*/
    /*CONTENT3 650*/
}


/*================================手機640================================*/

@media screen and (max-width: 640px) {
    /*CONTENT1 640*/
    /*CONTENT3 640*/
    .CONTENT3 .W_CENTER #FROM_B {
        width: 90%;
    }
    /*CONTENT4 640*/
}


/*================================手機630================================*/

@media screen and (max-width: 630px) {
    /*CONTENT1 630*/
    /*CONTENT3 630*/
}


/*================================手機600=================================*/

@media screen and (max-width: 600px) {
    /*CONTENT1 600*/
    /*CONTENT3 600*/
    /*表單600*/
    /*CONTENT4 600*/
    .CONTENT4 .W_CENTER .BIGBB {
        display: block;
        width: 90%;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
        margin-top: -27%;
    }
}


/*================================手機568=================================*/

@media screen and (max-width: 568px) {
    /*CONTENT1 568*/
    /*CONTENT3 568*/
}


/*================================手機540=================================*/

@media screen and (max-width: 540px) {
    /*CONTENT1 540*/
}


/*================================手機520=================================*/

@media screen and (max-width: 520px) {
    /*CONTENT1 540*/
}


/*================================手機500================================*/

@media screen and (max-width: 500px) {
    /*CONTENT1 500*/
    /*CONTENT3 500*/
    /*CONTENT4 500*/
    .CONTENT4 .W_CENTER .BIGBB {
        display: block;
        width: 100%;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX {
        padding: 10px 3px 15px 3px;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
        margin-top: -28%;
    }
}


/*================================手機480=================================*/

@media screen and (max-width: 480px) {
    /*CONTENT1 480*/
    /*CONTENT3 480*/
    .H3_B {
        font-size: 28px;
    }
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        position: absolute;
        left: 20%;
        top: 0%;
    }
    /*CONTENT3 480*/
}


/*================================手機 470=================================*/

@media screen and (max-width: 470px) {
    /*CONTENT1 470*/
    /*CONTENT3 470*/
    /*CONTENT4 470*/
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX {
        padding: 5px 3px 15px 3px;
    }
}


/*================================手機 460=================================*/

@media screen and (max-width: 460px) {
    /*CONTENT1 460*/
    /*CONTENT3 460*/
    /*CONTENT4 460*/
}


/*================================手機 440=================================*/

@media screen and (max-width: 440px) {
    /*CONTENT1 440*/
    /*CONTENT3 440*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        position: absolute;
        left: 15%;
        top: 0%;
    }
    /*CONTENT4 440*/
}


/*================================手機 420=================================*/

@media screen and (max-width: 420px) {
    /*CONTENT1 420*/
    /*CONTENT3 420*/
    .CONTENT3 .W_CENTER #FROM_B {
        width: 96%;
    }
    /*CONTENT4 420*/
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
        margin-top: -32%;
        width: 80px;
        height: 80px;
    }
}


/*================================手機 410=================================*/

@media screen and (max-width: 410px) {
    /*CONTENT1 410*/
}


/*================================手機 400=================================*/

@media screen and (max-width: 400px) {
    /*CONTENT1 400*/
    .CONTENT3 .W_CENTER .FREE_B {
        display: block;
        width: 100%;
        min-width: auto;
        max-width: 400px;
        margin: auto;
    }
    /*CONTENT3 400*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        position: absolute;
        left: 12%;
        top: -4%;
    }
}


/*================================手機 390=================================*/

@media screen and (max-width: 390px) {
    /*CONTENT1 390*/
}


/*================================手機 380=================================*/

@media screen and (max-width: 380px) {
    /*CONTENT1 380*/
}


/*================================手機 375=================================*/

@media screen and (max-width: 375px) {
    /*CONTENT1 375*/
    /*CONTENT4 375*/
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
        margin-top: -36%;
    }
}


/*================================手機 360=================================*/

@media screen and (max-width: 360px) {
    /*CONTENT1 360*/
}


/*================================手機 320=================================*/

@media screen and (max-width: 320px) {
    /*CONTENT3 320*/
    .CONTENT3 .W_CENTER .FREE_B .FREE i {
        position: absolute;
        left: 6%;
        top: -6%;
    }
    /*CONTENT3 320*/
    .CONTENT3 .W_CENTER #FROM_B {
        width: 100%;
    }
    .CONTENT4 .W_CENTER .BIGBB {
        display: block;
        width: 100%;
        padding: 0% 0%;
        margin: 0 auto;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B {
        width: 100%;
        padding: 10px 2px;
        float: none;
        padding-top: 10px;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B:after {
        content: "";
        width: 66%;
        height: 9px;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        bottom: 14%;
        left: 17%;
        border-radius: 50%;
        box-shadow: 0px 18px 20px -1px rgba(0, 0, 0, .8);
        z-index: -1;
    }
    .CONTENT4 .W_CENTER .BIGBB .BOX_B .BOX .DIMG {
        margin-top: -38%;
        display: none;
    }
}
