@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1061px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1920px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1061px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1920px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

body {
    font-family: Helvetica, Lucida Grande, Microsoft JhengHei, sans-serif;
    background: #fff;
    color: #000
}

body.overflow-hidden {
    overflow: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #fff
}

button,
input,
select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none
}

.text-primary {
    color: #7f0019
}

table.horizontal {
    margin: 20px auto
}

table.horizontal th {
    padding: 5px 10px;
    background: #f5f5f5;
    text-align: center;
    font-weight: 700;
    border: solid #ddd;
    border-width: 1px 1px 0
}

table.horizontal td {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0 solid #ddd;
    text-align: center;
    font-size: 12px;
    width: 23%
}

table.horizontal td b {
    font-size: 14px;
    margin-right: 2px
}

.annotation {
    text-align: left
}

.stage {
    font-size: 10px;
    color: #999;
    display: none
}

#entryDetail h2 {
    margin: 40px 0 20px
}

#entryDetail p,
#entryDetail ul {
    margin: 1em 0
}

#entryDetail ul li {
    list-style: none
}

#entryDetail dl {
    text-align: center
}

#entryDetail dt {
    border-radius: 5px 5px 0 0;
    background: #eee;
    padding: 10px 10px 5px
}

#entryDetail dd {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
    background: #eee;
    padding: 5px 10px 10px
}

#entryDetail dd:last-child {
    font-size: 14px
}

.materialsSort {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: auto
}

.materialsSort--tdCenter td {
    text-align: center
}

.materialsSort--hasBgGray tr:nth-child(odd) td {
    background-color: #ddd
}

.materialsSort table {
    border: 1px solid #666;
    border-collapse: collapse;
    text-align: left
}

.materialsSort th {
    font: 700 12px/18px Arial, 新細明體;
    color: #000;
    background-color: #ddd;
    text-align: center;
    padding: 7px 0 9px;
    border: 1px solid #666
}

.materialsSort tr td {
    border: 1px solid #666;
    vertical-align: middle;
    padding: 9px;
    font: 400 12px/18px Arial, 新細明體
}

.materialsSort tr td em {
    display: block
}

.materialsSort tr td.sec {
    padding-left: 62px
}

.materialsSort ul li {
    padding-left: 7px
}

.materialsSortKnit,
.materialsSortLine {
    padding-bottom: 10px;
    margin-bottom: 30px
}

.materialsSortKnit {
    border-bottom: none
}

.materialsSortKnit ul li,
.materialsSortLine ul li {
    font: 400 12px/18px Arial, 新細明體;
    padding-bottom: 20px
}

.materialsSortKnit ul li strong,
.materialsSortLine ul li strong {
    font: 700 15px/18px Arial, 新細明體;
    color: #000
}

.materialsSort .titleItem,
.materialsSortKnit .titleItem,
.materialsSortLine .titleItem {
    margin: 0;
    padding: 0 0 13px
}

ul.sizeList li {
    font: 400 12px/18px Arial, 新細明體;
    padding: 0 0 7px 27px
}

ul.sizeList li strong {
    font: 700 12px/18px Arial, 新細明體;
    display: block;
    padding-bottom: 6px
}

ul.sizeList li.no1 {
    background: url(data:image/gif;base64,R0lGODlhEAAQALMAABoaGrKysr+/v3JyclpaWkBAQCYmJqampoyMjH9/fw0NDWZmZjMzMwAAAMzMzAAAACH5BAAAAAAALAAAAAAQABAAAAQ40MlJq704601Dawe3fAQHnMqGNATRIFrRBEdTZMLHMJ+ADQ3DztAYYAAziQdwESwSlMHCx6laNxEAOw==) no-repeat left 3px
}

ul.sizeList li.no2 {
    background: url(data:image/gif;base64,R0lGODlhEAAQALMAABoaGg0NDX9/f7+/v6amprKysiYmJkBAQHJyclpaWjMzM2ZmZpmZmQAAAMzMzAAAACH5BAAAAAAALAAAAAAQABAAAAQ30MlJq7046y1Z+98xYB6wLEaTkI3SNQdrogDBBooCBALrOoMGwCchNAIs0Kd3KZxOiAJnSqVGAAA7) no-repeat left 3px
}

ul.sizeList li.no3 {
    background: url(data:image/gif;base64,R0lGODlhEAAQALMAAIyMjL+/v39/f6amprKysjMzM01NTRoaGg0NDZmZmWZmZgAAAMzMzAAAAAAAAAAAACH5BAAAAAAALAAAAAAQABAAAAQ5kMlJq7045yAUCBqALCQyYASCJEyiYsqiTB1xFQurSbi+xzOJYXGypFatxSEjIi1MGo4HtKtar5IIADs=) no-repeat left 3px
}

ul.sizeList li.no4 {
    background: url(data:image/gif;base64,R0lGODlhEAAQALMAAE1NTVpaWg0NDbKysiYmJn9/f7+/vzMzM2ZmZpmZmQAAAMzMzAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAQABAAAAQ4cMlJq70435F6MhqijCMAXiKQFIQSYCIiGYICK7J0KAmKT7ueJTar3VSJ3ctHcp0sHM9TQ61aKxEAOw==) no-repeat left 3px
}

ul.sizeList li.no5 {
    background: url(data:image/gif;base64,R0lGODlhEAAQAKIAAG1tbRsbG3p6ejY2NgAAAMzMzAAAAAAAACH5BAAAAAAALAAAAAAQABAAAAMgWLrc/jDKuYi9INowutBERl2XtHWDGVLF6YGkyM50DSUAOw==) no-repeat left 3px
}

.container-l {
    width: 100%;
    padding: 0 20px
}

@media (min-width:1061px) {
    .container-l {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0
    }
}

.content {
    padding-top: 20px
}

.qaTitle-l {
    font-size: 18px;
    color: #7f0019
}

.qaBack {
    display: block;
    margin-bottom: 20px
}

.title-l {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 8px
}

.title-l:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 2px;
    background: #7f0019;
    bottom: 0;
    left: 0
}

.promptBar-l {
    width: 100%;
    background: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px 0;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 32px
}

.promptBar-l__title {
    color: #999;
    margin-right: 36px;
    border-left: 4px solid #7f0019;
    padding-left: 4px
}

.promptBar-l__message {
    color: #60b3fa
}

@media (min-width:1061px) {
    .promptBar-l {
        font-size: 14px;
        margin-bottom: 50px
    }
}

.searchBox-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.searchBox-l__Keyword {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.searchBox-l__Keyword li {
    margin-right: 15px;
    margin-bottom: 12px
}

.searchBox-l__KeywordItem {
    padding: 6px 16px;
    display: block;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #000
}

.searchBox-l__KeywordItem:hover {
    color: #7f0019;
    border: 1px solid #7f0019
}

.searchBox-l__inputBox {
    position: relative;
    margin-bottom: 20px
}

.searchBox-l__inputBox button {
    cursor: pointer;
    width: 77px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0
}

@media (min-width:1061px) {
    .searchBox-l__inputBox {
        margin-bottom: 20px
    }
}

.searchBox-l__searchInput {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    background: #f2f2f2;
    font-size: 14px;
    border-radius: 0
}

.searchBox-l__resetBtn {
    color: #585858;
    background: none;
    font-size: 14px;
    right: 77px
}

.searchBox-l__searchBtn {
    color: #fff;
    background: #585858;
    right: 0;
    font-size: 14px
}

.searchKeyword-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    line-height: 3;
    height: 45px;
    overflow: hidden
}

.searchKeyword-l__text {
    display: none
}

@media (min-width:1061px) {
    .searchKeyword-l__text {
        display: block;
        font-size: 14px
    }
}

.searchKeyword-l li {
    margin-right: 16px
}

.searchKeyword-l__item {
    font-size: 14px;
    color: #7f0019
}

.searchKeyword-l--qrContent .searchKeyword-l__text {
    color: #999;
    font-size: 12px
}

.searchKeyword-l--qrContent li {
    border-bottom: 0 !important
}

.searchKeyword-l--qrContent .searchKeyword-l__item {
    font-size: 12px
}

.listGroup-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.listGroup-l__item {
    border-bottom: 1px solid #ddd
}

.listGroup-l__link {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px 10px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1.5
}

.listGroup-l__link:before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAABZLkSWAAAAfklEQVRYCe3XMQ7AIAwEQcxn/Sa/NlE6RMlaEcVSQXEIDVdAjKZRVc+6VWbGuj6dz9PgXzkPSKUVVJAK0LwdVJAK0LwdVJAK0LwdpIKxv4Tpht15r5iKXi/Y8vP6lPYu+6uj3enKX99BD0ivWkEFqQDN20EFqQDN20EFqQDNv/WhCxjwVisUAAAAAElFTkSuQmCC) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    left: 15px;
    position: absolute;
    margin-top: -2px
}

.listGroup-l__link--active {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    color: #7f0019
}

.listGroup-l__link--active:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAABZLkSWAAAAR0lEQVRYCe3QwQ0AMAgDMdr9F8i07Q4gfuZ/CnKVI0CAAAECBAgQIECgL3CSvH6+X979idmCB2d+agIECBAgQIAAAQIEZgIfBAkC0qbFYJcAAAAASUVORK5CYII=) no-repeat;
    background-size: contain
}

.listGroup-l__book {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 0;
    position: relative
}

.listGroup-l__book__name {
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
    width: 80%;
    line-height: 1.3
}

.listGroup-l__book__code {
    font-size: 14px;
    color: #999;
    font-weight: 300
}

.listGroup-l__book__code ul {
    line-height: 1.3;
    padding: 5px 0
}

.listGroup-l__book__downloadUrl {
    cursor: pointer;
    text-align: center;
    color: #7f0019;
    text-decoration: underline;
    position: absolute;
    top: 18px;
    right: 0
}

.listGroup-l__book__downloadIcon {
    width: 28px;
    height: 28px
}

.listGroup-l__book__warrantyIcon {
    width: 29px;
    height: 29px
}

@media (min-width:1061px) {
    .listGroup-l__book {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px;
        height: auto;
        padding: 0 26px;
        font-size: 14px !important
    }

    .listGroup-l__book--titleGray {
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        border: 0;
        background: #f2f2f2
    }

    .listGroup-l__book--titleGray > div {
        color: #000;
        text-decoration: none
    }

    .listGroup-l__book__name {
        font-size: 14px;
        margin-bottom: 0;
        width: 280px
    }

    .listGroup-l__book__code {
        font-size: 14px;
        width: 250px;
        color: #000;
        text-align: center
    }

    .listGroup-l__book__code span {
        display: none
    }

    .listGroup-l__book__code ul {
        padding: 10px 0;
        line-height: 1.3
    }

    .listGroup-l__book__downloadUrl {
        width: 95px;
        position: relative;
        top: auto;
        right: auto
    }

    .listGroup-l__book__warrantyIcon {
        width: 13px;
        height: 13px;
        position: absolute;
        left: 0
    }
}

.listGroup-l__date {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999
}

.listGroup-l__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 16px;
    line-height: 1.5
}

.listGroup-l__content__text {
    font-size: 14px;
    color: #000;
    text-align: justify;
    word-break: break-word
}

.listGroup-l__content__text a {
    color: #60b3fa
}

.listGroup-l__content__text table {
    width: 600px
}

@media (min-width:1061px) {
    .listGroup-l__content__text table {
        width: 100%
    }
}

.listGroup-l__content__qaHelp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 41px
}

.listGroup-l__content__qaHelp > span {
    font-size: 14px;
    margin-bottom: 12px;
    display: block
}

.listGroup-l__content__btnGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.listGroup-l__content__btnGroup--feebackBlock {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.listGroup-l__content__btnGroup--feebackBlock:not(:last-child) {
    margin-bottom: 18px
}

.listGroup-l__content__btnGroup--feebackBtnGroup {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.listGroup-l__content__btnGroup--feebackBtnGroup span {
    padding: 5px 0
}

@media (min-width:1061px) {
    .listGroup-l__content {
        padding: 18px 40px 21px
    }

    .listGroup-l__content__qaHelp > span {
        margin-right: 12px;
        margin-bottom: 12px
    }

    .listGroup-l__content__qaHelp--column {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .listGroup-l__content__qaHelp--askStyle > span {
        margin-right: 18px
    }

    .listGroup-l__content__qaHelp--askStyle .listGroup-l__content__btnGroup {
        width: auto
    }

    .listGroup-l__content__qaHelp p,
    .listGroup-l__content__qaHelp p > button {
        font-size: 12px
    }

    .listGroup-l__content__btnGroup--feebackBlock {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .listGroup-l__content__btnGroup--feebackBtnGroup {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .listGroup-l__content__btnGroup--feebackBtnGroup span {
        padding: 0 10px
    }
}

.listGroup-l__btn {
    cursor: pointer;
    width: 80px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-right: 12px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.listGroup-l__btn--active,
.listGroup-l__btn:active,
.listGroup-l__btn:hover {
    background: #7f0019;
    color: #fff
}

.listGroup-l__btn--content {
    cursor: pointer;
    color: #60b3fa;
    font-size: 16px;
    padding: 0
}

.listGroup-l__btn--feeback {
    width: 70%;
    height: 30px;
    margin-right: 0
}

.listGroup-l__btn--feeback:not(:last-child) {
    margin-bottom: 16px
}

.listGroup-l__btn--feebackSubmit {
    color: #fff;
    background: #585858;
    margin-right: 0
}

.listGroup-l__btn--feebackContact {
    color: #60b3fa;
    text-decoration: underline;
    border: 0;
    width: auto !important;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.listGroup-l__btn--feebackContact:hover {
    background: none;
    color: #60b3fa
}

@media (min-width:1061px) {
    .listGroup-l__btn {
        width: 72px;
        height: 26px;
        font-size: 12px
    }

    .listGroup-l__btn--active {
        color: #7f0019;
        border: 1px solid #7f0019;
        background: #fff
    }

    .listGroup-l__btn--feeback {
        width: calc(33.33333% - 12px);
        height: 26px
    }

    .listGroup-l__btn--feeback:not(:last-child) {
        margin-bottom: 0
    }

    .listGroup-l__btn--feeback--active,
    .listGroup-l__btn--feeback:active,
    .listGroup-l__btn--feeback:hover {
        color: #7f0019;
        border: 1px solid #7f0019;
        background: #fff
    }
}

.listGroup-l__contentList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.listGroup-l__answer {
    font-size: 36px;
    font-weight: 700;
    margin-right: 18px
}

.listGroup-l__answerList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 52px
}

.listGroup-l__answerList li {
    border: 0;
    line-height: 1.75;
    font-size: 14px
}

.listGroup-l__helpBtn {
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.listGroup-l__helpBtn__text {
    font-size: 12px;
    margin-right: 12px
}

.listGroup-l__helpBtn .qaIndex__searchKeywordItem {
    font-size: 14px;
    padding: 6px 24px
}

.categoryLink__categoryLink {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 28px 13px;
    background: #f2f2f2;
    position: relative;
    border: 2px solid transparent;
    -webkit-transition: border .5s;
    transition: border .5s
}

.categoryLink__categoryLink--active,
.categoryLink__categoryLink:hover {
    border: 2px solid #7f0019
}

.categoryLink__categoryLink__title {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    z-index: 1;
    text-align: center;
    line-height: 1.2
}

.categoryLink__categoryLink__info {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    z-index: 1;
    margin-top: 10px;
    text-align: center
}

.categoryLink__categoryLink img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

.imgLink-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    height: 97px;
    font-size: 26px
}

.imgLink-l:not(:last-child) {
    margin-bottom: 12px
}

@media (min-width:1061px) {
    .imgLink-l {
        height: 80px;
        font-size: 24px
    }
}

.contactInfo-l {
    margin: 0 -45px
}

@media (min-width:1061px) {
    .contactInfo-l {
        margin: 0
    }
}

.contactInfo-l__contactInfo {
    padding: 28px 30px 130px;
    background: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 32px
}

.contactInfo-l__contactInfo > * {
    height: 100%
}

.contactInfo-l__contactInfo--col {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

.contactInfo-l__contactInfo--col .title-l {
    margin-bottom: 28px !important
}

.contactInfo-l__contactInfo--col .contactInfo-l__contactMessageList,
.contactInfo-l__contactInfo--col .contactInfo-l__contactTelInfo__tel,
.contactInfo-l__contactInfo--col .contactInfo-l__contactTelInfo__title {
    margin-bottom: 8px
}

@media (min-width:1061px) {

    .contactInfo-l__contactInfo--col .contactInfo-l__contactMessageList,
    .contactInfo-l__contactInfo--col .contactInfo-l__contactTelInfo__tel {
        margin-bottom: 0
    }
}

.contactInfo-l__contactInfo .row > div:first-child {
    margin-bottom: 24px
}

@media (min-width:1061px) {
    .contactInfo-l__contactInfo {
        padding: 22px 40px
    }

    .contactInfo-l__contactInfo .row > div:first-child {
        margin-bottom: 0
    }
}

.contactInfo-l__contactTitleTel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contactInfo-l__contactTitleTel .title-l {
    margin-bottom: 24px
}

.contactInfo-l__contactTelInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1061px) {
    .contactInfo-l__contactTelInfo {
        margin-bottom: 14px
    }
}

.contactInfo-l__contactTelInfo__title {
    font-size: 18px;
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.contactInfo-l__contactTelInfo__title img {
    width: 22px;
    margin-right: 5px
}

.contactInfo-l__contactTelInfo__tel {
    word-break: break-all;
    font-size: 18px;
    font-weight: 700
}

.contactInfo-l__contactTelInfo__tel--linkStyle {
    text-decoration: underline;
    cursor: pointer
}

.contactInfo-l__contactMessage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: -180px
}

@media (min-width:1061px) {
    .contactInfo-l__contactMessage {
        position: relative;
        bottom: 0
    }
}

.contactInfo-l__contactMessageList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.75;
    margin-bottom: 12px
}

.contactInfo-l__contactMessageItem {
    color: #000;
    font-size: 14px
}

.contactInfo-l__contactMessageListGray {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.75
}

.contactInfo-l__contactMessageListGray .contactInfo-l__contactMessageItem {
    color: #999;
    font-size: 12px
}

@media (min-width:1061px) {
    .footerMessage {
        margin-bottom: 70px
    }
}

.goTop {
    z-index: 99999999;
    width: 50px;
    height: 100px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAMqADAAQAAAABAAAAMgAAAABWA42RAAADEElEQVRoBe1ZO3IaQRAF7AJCQoU4J+AIHGETPplXJzA+gaQTWD4BIuMTGJ1AcAO7iiK2Moc4A6oAv0fNUM1ql/0wyBMMVart7hm635vu7Z4SuZz7uBO4ygnko7x2Op37/X7/JZ/PV6L2/A87MH0fDofdYOxC0CD0O9tIEBsweQLjUYwkQub4+3vcaY/wFAYlsrTCNme1tVotDyf5ebfbPYzH459Z/Zz73tWJ4F3zAaBHEMjwcr1ef5pMJkvqJj+RpWUiiCRBf3znSqXSi+d5FRP+pY+rEWk2m3Vk4JsMRhlk6iQTtF+qf7jUQdj3SaJQKLwwA2HrsN/UarXqfD5/DlvPYjNOhGVTLBZJ4iYGUN0kGaOlRRKqbKqCxIOQZ5D7QvfVeyRM2USjRMrl8g++AwLKLeSp0HODwcCHTkL60zNBxhgRgGGLbWh0eNG/AvST1uVztVp5WP8lbD2+V0JPLRohAhL3iOyL6H3chx6FfiJyjmCeNGB81QtsDpeQuZiIKos7DQjPviofYXorksx2u2VmDtcgdjiSyTpjLiLCqwcgHqY2obJcUDbdt7DDLbyu4NrS0Kskk3VgZibCMkDgExIsl7TXD3X3YlM4fNgssgzMTESCA4/lAQBeWhIavGoKJ2RU89BbYp+pibCGUcs9lgG9kwTLA2B+x0Y7s0GR6YstnDHHjAt7qJiKiB54TL/2xkyYupqrJhEk4+tY556piKB2mYkjCTi+RfDpuQBp10iGTUN8L9HATEyEaebp6wAIFjnw9J6sTzaNIJm4GZOISLvd7gKUL4CdHXhiXyaRTUOROcwYOuGMwWFWoxwmIhLIxLOq5SifRuwkwybCZkKHwFCBLsv6JE4iInDwqBzOcFL+iYcrKmJgviLMbLPZTKPCfYxakPbRaDSBXpG295JVR6zGxUuUkTgnNqw7IjZkQWJwGZGnYYPsMmJDFiQGlxF5GjbILiM2ZEFicBmRp2GD7DJiQxYkBpcReRo2yFfPCP5RvXwPosZ/eguCXiwWf/ATWx72PEh1qQf3ON2dgMUn8A/tmjGRRYtw8QAAAABJRU5ErkJggg==) no-repeat top 20px center #f2f2f2;
    background-size: 28px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    position: fixed;
    bottom: 50px;
    right: 0;
    cursor: pointer
}

.goTop span {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    font-size: 18px;
    color: #585858;
    text-align: center
}

.goTop:focus {
    outline: 0
}

@media (min-width:1061px) {
    .goTop {
        width: 50px;
        height: 83px;
        background-size: 26px
    }

    .goTop span {
        font-size: 12px
    }
}

#storeLink li {
    float: left
}

#storeLink after {
    content: "";
    display: block;
    clear: both
}

#storeLink li img {
    height: 41px
}

#globalFooter {
    position: relative;
    z-index: 9999
}

.annotation li {
    margin-bottom: .5em
}

.annotation.asterisk {
    text-indent: -.75em;
    padding-left: .75em
}

a {
    text-decoration: none;
    color: #666
}

.annotation {
    font-size: 12px
}

#globalHeader {
    height: 70px;
    position: relative;
    z-index: 100;
    width: 100%;
    font-size: 16px
}

#globalHeader:after {
    content: "";
    display: block;
    clear: both
}

#globalHeader .headerWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1024px
}

@media screen and (max-width:1060px) {
    #globalHeader .headerWrap {
        width: 100%
    }
}

#siteName {
    z-index: 1001;
    top: 0;
    left: 0;
    position: absolute;
    width: 130px;
    margin: 6px 0 0
}

#siteName a {
    padding: 15px 0;
    display: block;
    line-height: 1
}

#siteName img {
    width: 100%
}

@media screen and (max-width:1060px) {
    #siteName {
        z-index: 20;
        text-align: center;
        width: 100%
    }

    #siteName a {
        padding: 7px 0;
        display: inline-block
    }

    #siteName img {
        width: 145px;
        vertical-align: top;
        padding: 17px;
        border: 0
    }
}

#hGlobalNav h1 {
    display: none
}

@media screen and (max-width:1060px) {
    #hGlobalNav {
        z-index: 1001
    }

    #hGlobalNav h1 {
        display: block;
        background: url(https://www.muji.tw/img/menu_b.png) no-repeat 50%;
        text-indent: -9999px;
        background-size: 20px 15px;
        position: absolute;
        top: 5px;
        left: 0;
        padding: 27px;
        margin: 0 0 0 3.5%;
        cursor: pointer;
        width: 20px;
        height: 15px;
        z-index: 1001
    }
}

@media screen and (max-width:480px) {
    #hGlobalNav h1 {
        margin-left: 2%
    }
}

#hGlobalNav .wrapper {
    display: block;
    background: none;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0
}

@media screen and (max-width:1060px) {
    #globalHeader .wrapper {
        background: rgba(0, 0, 0, .8);
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 16px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none
    }
}

#globalHeader .wrapper ul {
    padding-left: 15%;
    margin: 0
}

#globalHeader .wrapper li {
    list-style: none;
    float: left;
    font-size: 13px;
    padding: 28px 10px;
    line-height: 1
}

#globalHeader .wrapper li.home {
    display: none;
    color: #333
}

#globalHeader .wrapper li a {
    border: 0;
    display: block
}

.ua-ie-8 #globalHeader .wrapper li a,
.ua-ie-9 #globalHeader .wrapper li a {
    font-weight: 700
}

#globalHeader .wrapper li a:hover {
    color: #999
}

#globalHeader .cancel {
    display: none
}

@media screen and (max-width:1060px) {
    #globalHeader .wrapper ul {
        padding: 0
    }

    #globalHeader .wrapper li {
        float: none;
        font-size: 16px;
        padding: 0;
        text-align: center
    }

    #globalHeader .wrapper li a {
        padding: 12px 20px;
        color: #fff
    }

    #globalHeader .cancel {
        display: block;
        text-align: right;
        padding: 18px 18px 0
    }

    #globalHeader .cancel:before {
        content: url(https://www.muji.tw/img/icon_close.png);
        margin-right: 5px
    }
}

#hSearch h1 {
    display: none
}

@media screen and (max-width:1060px) {
    #hSearch {
        z-index: 1001
    }

    #hSearch h1 {
        display: block;
        text-indent: -9999px;
        background: url(https://www.muji.tw/img/icon_search_b.png) no-repeat 50%;
        width: 20px;
        height: 21px;
        background-size: 20px 21px;
        position: absolute;
        top: 8px;
        right: 3.5%;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 2;
        padding: 25px 25px 25px 30px;
        min-height: 28px;
        font-size: 14px;
        outline: none;
        cursor: pointer;
        z-index: 100
    }
}

#hSearch .offscreen {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#hSearch input[type=search] {
    width: 5px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1001;
    border: 0;
    background: url(https://www.muji.tw/img/icon_search_b.png) no-repeat 10px;
    background-size: 16px 17px;
    color: #000;
    padding: 3px 10px 3px 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
    -webkit-transition: width .3s;
    transition: width .3s;
    cursor: pointer;
    outline: none;
    font-size: 12px
}

#hSearch input[type=search] ::-webkit-input-placeholder {
    color: #333
}

#hSearch input[type=search] :-moz-placeholder,
#hSearch input[type=search] ::-moz-placeholder {
    color: #333
}

#hSearch input[type=search] :-ms-input-placeholder {
    color: #333
}

#hSearch input[type=search]:focus {
    width: 240px;
    background-color: #eee;
    cursor: text
}

.ua-ie-8 #hSearch input[type=search] {
    width: 150px;
    border: 1px solid #666;
    border-radius: 15px;
    right: 10%;
    top: 15px;
    padding-left: 30px;
    min-height: 28px;
    font-size: 14px
}

@media screen and (max-width:1060px) {
    #hSearch input[type=search] {
        background: none;
        border: solid #ccc;
        border-width: 0 0 1px;
        border-radius: 0;
        -webkit-appearance: none;
        width: 95%;
        background: url(https://www.muji.tw/img/icon_search_w.png) no-repeat 0;
        background-size: 20px 21px;
        min-height: 28px;
        font-size: 14px;
        left: 20px;
        top: 80px;
        color: #fff
    }

    #hSearch input[type=search]:focus {
        background-color: transparent;
        width: 95%
    }
}

@media screen and (max-width:480px) {

    #hSearch input[type=search],
    #hSearch input[type=search]:focus {
        width: 90%
    }
}

#hSearch .wrapper ul {
    display: none
}

footer {
    background: #000;
    line-height: 1;
    width: 100%;
    font-size: 14px;
    padding: 0
}

footer:after {
    content: "";
    display: block;
    clear: both
}

footer nav {
    width: 90%;
    margin: 0 auto;
    max-width: 1024px
}

footer ul {
    margin: 0;
    list-style: none;
    padding: 15px 0
}

footer section + section ul {
    border-top: 1px solid #888
}

footer ul:after {
    content: "";
    display: block;
    clear: both
}

footer li {
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

footer li a {
    color: #e7e7e7;
    display: inline-block;
    padding: 10px 0
}

footer .footerNav5 {
    position: relative
}

footer .country .country-flag {
    display: none;
    background-size: 18px 12px;
    vertical-align: middle
}

footer .country .country-flag,
footer .country img {
    width: 18px;
    height: 12px;
    margin-right: 8px
}

footer #copyright {
    color: #ccc;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    max-width: 1024px
}

footer .copyright {
    display: inline-block;
    float: left;
    padding: 10px 20px 10px 0;
    color: #888
}

footer nav.another ul {
    padding: 0
}

footer nav.another li a {
    color: #ccc
}

footer nav.another li span {
    padding: 10px 0;
    display: inline-block;
    color: #888
}

footer small {
    font-size: 100%
}

#trademark {
    position: absolute;
    top: 0;
    right: 0
}

#trademark img {
    height: 20px;
    margin: 25px 0 0 20px
}

@media screen and (max-width:767px) {
    #trademark {
        padding: 15px 0;
        position: absolute;
        left: 50%;
        top: 10px
    }

    #trademark img {
        height: 16px;
        margin: 0
    }

    #trademark img:last-child {
        margin: 0 0 0 20px
    }

    footer {
        font-size: 14px;
        padding: 0 0 15px
    }

    footer li {
        width: 50%;
        line-height: 1.4;
        padding-right: 10px
    }

    footer li:nth-child(2n+0) {
        margin-right: 0;
        padding-right: 0
    }

    footer nav.another li {
        width: 50%;
        padding-left: 0
    }

    footer li a {
        color: #e7e7e7;
        display: block;
        padding: 10px 0
    }

    footer .copyright {
        display: block;
        float: none
    }
}

@media screen and (max-width:1060px) {

    body.menuOpen #hGlobalNav .wrapper,
    body.searchOpen #hSearch .wrapper {
        display: block
    }

    body.menuOpen #hGlobalNav h1,
    body.menuOpen #hSearch h1,
    body.menuOpen #main,
    body.menuOpen #siteName img,
    body.searchOpen #hGlobalNav h1,
    body.searchOpen #hSearch h1,
    body.searchOpen #main,
    body.searchOpen #siteName img {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
}

@media (min-width:1061px) {
    .qaIndex > .sectionBlock > .row {
        margin-left: -40px;
        margin-right: -40px
    }

    .qaIndex > .sectionBlock > .row > div {
        padding: 0 40px
    }
}

@media (min-width:1061px) {
    .qaIndex .sectionBlock {
        margin-bottom: 80px
    }
}

.qaIndex .qaTitle-l {
    margin-top: 40px;
    margin-bottom: 33px
}

@media (min-width:1061px) {
    .qaIndex .qaTitle-l {
        display: none
    }
}

.qaIndex__topBanner {
    display: none
}

@media (min-width:1061px) {
    .qaIndex__topBanner {
        display: block
    }

    .qaIndex__topBanner img {
        height: 300px
    }
}

.qaIndex__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 20px
}

@media (min-width:1061px) {
    .qaIndex__search {
        border-bottom: 1px solid #ccc
    }
}

.qaIndex .searchBox-l {
    margin-bottom: 30px
}

@media (min-width:1061px) {
    .qaIndex .searchBox-l {
        margin-bottom: 0
    }
}

.qaIndex__qaList {
    margin-bottom: 50px
}

.qaIndex__qaList .title-l {
    margin-bottom: 8px
}

@media (min-width:1061px) {
    .qaIndex__qaList {
        margin-bottom: 0
    }
}

.qaIndex__categoryLink {
    cursor: pointer
}

.qaIndex__categoryLink .title-l {
    margin-bottom: 24px
}

.qaIndex .qaIndex__categoryLink {
    margin-bottom: 60px
}

.qaIndex .qaIndex__categoryLink > .row > div:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px
}

@media (min-width:1061px) {
    .qaIndex .qaIndex__categoryLink {
        margin-bottom: 80px
    }

    .qaIndex .qaIndex__categoryLink > .row > div:not(:nth-last-child(-n+2)) {
        margin-bottom: 0
    }

    .qaIndex .qaIndex__categoryLink > .row > div:not(:nth-last-child(-n+3)) {
        margin-bottom: 30px
    }
}

.qaIndex__imgLinkGroup {
    margin-bottom: 28px
}

@media (min-width:1061px) {
    .qaIndex__imgLinkGroup {
        margin-bottom: 0
    }
}

.qaIndex__searchKeyword {
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto
}

.qaIndex__searchKeyword li {
    margin-right: 15px;
    margin-bottom: 12px
}

.qaIndex__searchKeywordItem {
    padding: 6px 16px;
    display: block;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s
}

.qaIndex__searchKeywordItem--active,
.qaIndex__searchKeywordItem:hover {
    color: #7f0019;
    border: 1px solid #7f0019
}

@media (min-width:1061px) {
    .qaIndex__searchKeyword {
        display: -ms-flexbox;
        display: flex
    }
}

.qaIndex__top {
    margin-bottom: 26px
}

@media (min-width:1061px) {
    .qaIndex__top {
        border-bottom: 1px solid #eee;
        padding-bottom: 24px;
        margin-bottom: 30px
    }
}

.qaIndex__title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px
}

.qaIndex__subTitle {
    font-size: 16px;
    color: #585858
}

.guide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 95px
}

@media (min-width:1061px) {
    .guide {
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 150px
    }
}

.guide .searchBox-l__inputBox {
    margin-bottom: 40px
}

.guide .qaIndex__search {
    margin-bottom: 40px;
    width: 100%
}

@media (min-width:1061px) {
    .guide .qaIndex__search {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 36px
    }
}

.guide--centerLoading {
    margin-bottom: 0
}

.guide--centerLoading .guideList {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0
}

.guideList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1061px) {
    .guideList {
        width: 1000px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.guideList > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.guideList__menuArea {
    width: 100%
}

@media (min-width:1061px) {
    .guideList__menuArea {
        width: 240px
    }
}

.guideList__mainArea {
    width: 100%;
    position: relative
}

@media (min-width:1061px) {
    .guideList__mainArea {
        width: calc(100% - 335px)
    }
}

.guideList__loading {
    width: 100%;
    height: 170px;
    position: absolute;
    background: #fff;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0
}

.guideList__loading--fullHeight {
    height: 100vh !important;
    position: relative
}

@media (min-width:1061px) {
    .guideList__loading {
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        margin: 0
    }
}

@media (min-width:1061px) {
    .guideList__topCtrl {
        width: 100%;
        height: 90px;
        margin-bottom: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.guideList__category:not(:last-child) {
    margin-bottom: 40px
}

.guideList__category__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.guideList__category__horizontal {
    margin-left: 24px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.guideList__category__line {
    border-top: 4px solid;
    border-color: #999;
    display: block
}

@media (min-width:1061px) {
    .guideList__category:not(:last-child) {
        margin-bottom: 38px
    }
}

.guideList__sideArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.guideList__sideArea__item {
    width: 100%;
    position: relative;
    margin-bottom: 1px;
    cursor: pointer
}

.guideList__sideArea__item:not(:last-child) {
    margin-bottom: 10px
}

.guideList__sideArea__item--active:not(:last-child) {
    margin-bottom: 0
}

.guideList__sideArea__item--active .guideList__sideArea__titleName {
    background: #7f0019;
    color: #fff
}

.guideList__sideArea__item--active .guideList__sideArea__titleName:after {
    border-width: 0 4px 8px;
    border-color: transparent transparent #fff
}

@media (min-width:1061px) {
    .guideList__sideArea__item--active .guideList__sideArea__titleName:after {
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent #fff
    }
}

@media (min-width:1061px) {
    .guideList__sideArea__item:not(:last-child) {
        margin-bottom: 0
    }
}

.guideList__sideArea__titleName {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    height: 44px;
    background: #f2f2f2;
    font-size: 16px;
    color: #000;
    position: relative
}

.guideList__sideArea__titleName:after {
    content: "";
    position: absolute;
    right: 24px;
    width: 0;
    height: 0;
    border-color: #949494 transparent transparent;
    border-style: solid;
    border-width: 8px 4px 0
}

@media (min-width:1061px) {
    .guideList__sideArea__titleName {
        background: #fff;
        font-size: 16px
    }
}

.guideList__sideArea__subItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    height: 44px;
    border-bottom: 1px solid #000;
    -ms-overflow-style: none
}

@media (min-width:1061px) {
    .guideList__sideArea__subItem {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 0
    }
}

.guideList__sideArea__subItem::-webkit-scrollbar {
    display: none
}

.guideList__sideArea__link {
    text-decoration: none;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1;
    background: #fff
}

.guideList__sideArea__link,
.guideList__sideArea__link a {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.guideList__sideArea__link a {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 20px;
    font-size: 14px;
    color: #000
}

.guideList__sideArea__link--active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #000
}

@media (min-width:1061px) {
    .guideList__sideArea__link {
        width: 100%
    }

    .guideList__sideArea__link a {
        font-size: 14px;
        height: 40px;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 12px 0 32px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .guideList__sideArea__link a:after {
        bottom: auto;
        left: 12px;
        right: auto;
        width: 10px;
        background: #ccc
    }
}

.guideList__sideArea__link--active a {
    color: #7f0019
}

.guideList__sideArea__link--active a:after {
    background: #7f0019
}

.guideList__mobileContent {
    padding-top: 10px;
    padding-bottom: 10px
}

.guideList__searchKeyword {
    background: #f2f2f2;
    padding: 10px 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px
}

.guideList__searchKeyword__text {
    margin-right: 10px
}

.guideList__searchKeyword__value {
    color: #7f0019
}

@media (min-width:1061px) {
    .guideList__searchKeyword {
        margin-bottom: 0;
        font-size: 16px
    }
}

.guideList__breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.guideList__breadcrumb__item {
    color: #000;
    font-size: 12px
}

.guideList__breadcrumb__item:not(:first-child):before {
    padding: 0 5px;
    display: inline-block;
    color: #6c757d;
    content: ">"
}

.guideList__guideText {
    font-size: 12px;
    color: #999
}

.guideList__qaList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.guideList__qaList__item:not(:last-child) {
    margin-bottom: 50px
}

.guideList__qaList__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px
}

@media (min-width:1061px) {
    .guideList__qaList__item:not(:last-child) {
        margin-bottom: 50px
    }
}

/*# sourceMappingURL=main.962c2dd6.chunk.css.map */
