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;
    background-repeat: no-repeat;
}

/* 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 {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    border: none;
}

button {
    outline: none;
    border: none;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?-7ocqul");
    src: url("../fonts/icomoon.eot?#iefix-7ocqul") format("embedded-opentype"), url("../fonts/icomoon.ttf?-7ocqul") format("truetype"), url("../fonts/icomoon.woff?-7ocqul") format("woff"), url("../fonts/icomoon.svg?-7ocqul#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e600";
}

.icon-phone:before {
    content: "\e601";
}

body {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 1.4;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #303876;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
}

.wrapper {
    width: 100%;
}

.wrap {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
}

.content-wrap {
    margin: 0 auto;
    padding: 0 15px;
}

.slide {
    min-height: 10vh;
}

.slide-title {
    padding: 10px 20px;
}

.nav {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
}

.float-nav {
    position: fixed;
    top: 90px;
    right: 15px;
    text-align: right;
    z-index: 999;
}

.float-nav.btn {
    top: 15px;
}

.float-nav li {
    margin-bottom: 15px;
}

.float-nav .txt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.float-nav .icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 60px;
    height: 60px;
    background: gray;
}

#header {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 60px;
    line-height: 60px;
}

#header .logo {
    display: block;
    width: 60px;
    height: 60px;
}

.slide-kv img,
.slide-about img {
    width: 100%;
}

.slide-about .data-wrap {
    width: 100%;
}

.news-list .data-wrap {
    display: none;
}

.news-list .news-title {
    cursor: pointer;
    padding: 15px 0 10px 10px;
}

.prod-list {
    text-align: center;
}

.prod-list .prod-item {
    width: 100vw;
}

.prod-list .prod-item .img {
    display: block;
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
}

.prod-list .prod-item img {
    height: 100%;
}

.prod-detail {
    display: none;
    background: gray;
    position: relative;
    margin: 15px 0;
    padding: 25px 0;
    text-align: left;
}

.prod-detail .close-btn {
    position: absolute;
    right: 15px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: #000;
    display: none;
}

.prod-detail .prop {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-bottom: 15px;
}

.prod-detail .title {
    font-weight: bold;
    margin: 5px 0;
}

.prod-detail .price,
.prod-detail .feature {
    width: 100%;
}

.prod-detail .allergy ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.prod-detail .store {
    width: 100%;
}

.prod-detail .store li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.prod-detail .store img {
    max-width: 30px;
    max-height: 30px;
}

.prod-detail .brand img {
    max-width: 100px;
    max-height: 100px;
}

.group-title {
    margin: 0 15px;
}

.faq-list li {
    margin-bottom: 20px;
}

.faq-list .question {
    cursor: pointer;
    padding: 15px 0 10px 30px;
}

.faq-list .answer {
    display: none;
}

.faq-list .answer img {
    width: 100%;
}

.faq-list .answer p {
    padding: 0 0 10px 0;
}

.contact-list {
    text-align: center;
}

.contact-list li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 5px;
}

.contact-list .icon {
    display: block;
    width: 125px;
    height: 125px;
    background-color: gray;
}

#footer {
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    margin: 20px 0;
}

#footer .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 147px;
    height: 40px;
    background: url("../images/falken_logo.png") center/100% no-repeat;
}

#footer .company {
    color: #000;
    font-size: 12px;
    line-height: 1.4;
}

#footer .company span {
    font-weight: normal;
}

/*# sourceMappingURL=one-page-m.css.map */