﻿/* ---reset.css--- */
@charset "UTF-8";

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%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: rgb(93, 55, 157);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background-color: rgb(93, 55, 157);
    color: #fff;
    text-shadow: none;
}

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", DFKai-SB, sans-serif;
}

.ALL_ANI {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

*:focus {
    outline: none;
}

.clearfix {
    clear: both;
}


/*====================================================================*/

a {
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    letter-spacing: 1px;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    outline: none;
}


/*================================footer================================*/

.footer_B {
    display: block;
    padding: 60px 0 50px;
    background: #df2012;
    background: -webkit-linear-gradient(#fb5043, #df2012 65%);
    background: -o-linear-gradient(#fb5043, #df2012 65%);
    background: -moz-linear-gradient(#fb5043, #df2012 65%);
    background: linear-gradient(#fb5043, #df2012 65%);
}

.footer_content {
    padding-left: 10px;
    padding-right: 10px;
}

.footer_ad {
    width: 100%;
}

.footer_ad ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0;
}

.footer_ad li {
    display: inline-block;
    width: 32%;
    border-bottom: 1px dotted #fff;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
}

.footer_ad li:hover {
    border-bottom: 1px solid #fff;
}

.footer_ad li a {
    color: #fff;
    display: block;
    font-size: 18px;
}

.footer_ad li a:before {
    content: "\f27a";
    font-family: 'FontAwesome';
    font-weight: 100;
    padding-right: 4px;
}

/* .footer_content p,
.footer_content p a {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 40px;
} */

.footer_content p a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 40px;
}

.footer_content p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

@media screen and (max-width: 1023px) {

    /*footer*/
    .footer_B {
        padding: 20px 0 50px;
    }

    .footer_ad li {
        display: block;
        width: 80%;
        border: 1px dotted #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer_ad li:hover {
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 768px) {
    .footer_ad li {
        display: block;
        width: 96%;
    }
}

@media screen and (max-width: 384px) {
    .footer_ad li {
        display: block;
        width: 100%;
    }
}