@charset "utf-8";
@import url(animate.css);
@import url(bootstrap.min.css);
@import url(iconfont.css);
@import url(jquery.fancybox.min.css);
@import url(owl.carousel.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
*:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Apple LiGothic Medium', '微軟正黑體',
        'Microsoft Jhenghei', 'Noto Sans TC', sans-serif;
}

body {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 150%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    /*非正規*/
    overflow-x: hidden;
    padding: 0;
    position: relative;
    text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 150%;
}

a,
a:active,
a:focus,
a:visited,
.btn {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    outline: none;
    transition: all 0.25s ease;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #008c3e;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

nav h1,
nav h2,
nav h3 {
    color: inherit;
    font-size: inherit;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.page-content {
    font-size: 16px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p {
    color: inherit;
}

.page-content h1 {
    font-size: 2em;
}

.page-content h2 {
    font-size: 1.5em;
}

.page-content h3 {
    font-size: 1.25em;
}

.page-content h4 {
    font-size: 1em;
}

.page-content h5 {
    font-size: 0.75em;
}

.page-content h6 {
    font-size: 0.5em;
}

.page-content img {
    display: block;
    height: auto;
    margin: 15px 0;
    max-width: 100%;
}

.page-content p {
    margin-bottom: 15px;
}

.page-content img + p,
.page-content p + img {
    margin-top: 30px;
}

.page-list,
.pagination {
    display: inline-block;
    font-size: 14px;
    margin: 50px 0 0;
    vertical-align: middle;
}

.page-list > li,
.pagination > li {
    border: none;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
}

.page-list > li {
    display: block;
}

.page-list > li a,
.page-list > li a:active,
.page-list > li a:focus,
.page-list > li a:visited,
.pagination > li a,
.pagination > li a:active,
.pagination > li a:focus,
.pagination > li a:visited,
.pagination > li:first-child a,
.pagination > li:last-child a {
    background: #333;
    border-radius: 8px;
    border: none;
    color: rgba(255, 255, 255, 1);
    float: none;
    line-height: 34px;
    min-width: 34px;
    padding: 0 10px;
    text-align: center;
}

.page-list > li a:hover,
.pagination > li a:hover,
.pagination > li.active a,
.pagination > li.active a:active,
.pagination > li.active a:focus,
.pagination > li.active a:hover,
.pagination > li.active a:visited {
    background: #003b90;
    color: rgba(255, 255, 255, 1);
}

.page-list > li + li,
.pagination > li + li {
    margin-left: 10px;
}

.pagination > li.active,
.pagination > li.arrow {
    display: block;
}

.pagination > li.arrow > a {
    line-height: 30px;
    padding-bottom: 4px;
}

.pagination:after {
    clear: both;
    content: '';
    display: block;
}

.text-justify {
    text-justify: inter-ideograph;
}

ul[class*='nav'],
ul[class*='list'] {
    list-style: none;
    padding: 0;
}

ul[class*='nav']:after,
ul[class*='list']:after {
    clear: both;
    content: '';
    display: block;
}

ul[class*='list'] > li {
    margin-top: 0px;
}

ul[class*='list'] > li:first-child {
    margin-top: 0px;
}

ul[class*='list'] .preview {
    background: #fff center center no-repeat;
    background-size: cover;
    border: #e5e5e5 1px solid;
    height: calc((100vw - 30px) / 4 * 3);
    overflow: hidden;
}

ul[class*='list'] .preview > a {
    background: center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    height: 100%;
    padding-top: calc(37.5% - 30px);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
    text-transform: uppercase;
    width: 100%;
}

ul[class*='list'] .preview + h2,
ul[class*='list'] .preview + p:not([class]) {
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul[class*='list'] .preview + h2 {
    font-size: 18px;
    text-align: center;
}

ul[class*='list'] .preview i {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}

#gotop {
    background: #333;
    border-radius: 5px;
    bottom: 15px;
    display: none;
    height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    top: auto;
    transition: background 0.5s ease;
    width: 40px;
    z-index: 100;
}

#gotop:after {
    border: transparent 2px solid;
    border-left-color: #fff;
    border-top-color: #fff;
    content: '';
    display: block;
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    width: 12px;
}

#gotop:active {
    background: #000;
}

/*==============================*/

/*==============================*/

a.brand {
    display: block;
    margin: 20px auto 0;
    padding: 0;
    width: 160px;
}

a.brand > img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.bg-fff {
    background: #fff;
}

body {
    background: #fcfbf9;
    color: #333;
    position: relative;
}

body > * {
    transition: transform 0.5s ease;
}

body.active {
    overflow: hidden;
}

body.active > * {
    overflow: hidden;
    width: 100vw;
}

.breadcrumb,
.breadcrumb .active {
    color: #666666;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    display: none;
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb li + li:before {
    content: ' > ';
    padding: 0;
}

.breadcrumb:before {
    content: '\f101';
    display: inline-block;
    font-family: 'Flaticon';
    margin-right: 5px;
    vertical-align: 1px;
}

.btn,
.btn:active,
.btn:focus,
.btn:visited {
    background: #333;
    border: none;
    border-radius: 2px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 15px;
    text-align: center;
}

.btn:hover {
    background: #003b90;
    color: rgba(255, 255, 255, 1);
}

.btn.btn-fb {
    background: #3b5998;
}

.btn.btn-fb:hover {
    background: #4e69a2;
}

.btn.btn-google {
    background: #ea4335;
}

.btn.btn-google:hover {
    background: #dd4b39;
}

.btn.nav-toggle,
nav form {
    top: 31px;
}

.btn.nav-toggle {
    border: none;
    border-radius: 0;
    bottom: auto;
    height: 30px;
    left: auto;
    margin: 0;
    min-width: none;
    padding: 0;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 30px;
    z-index: 200;
}

.btn.nav-toggle,
.btn.nav-toggle:active,
.btn.nav-toggle:focus,
.btn.nav-toggle:hover,
.btn.nav-toggle:visited {
    background: transparent;
    box-shadow: none;
}

.btn.nav-toggle > span {
    background: #333;
    display: block;
    height: 2px;
    transition: all 0.25s ease-in;
}

.btn.nav-toggle > span + span {
    margin-top: 5px;
}

.btn.nav-toggle.clicked > span {
    bottom: auto;
    left: auto;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100%;
}

.btn.nav-toggle.clicked > span:first-child,
.btn.nav-toggle.clicked > span:last-child {
    opacity: 1;
}

.btn.nav-toggle.clicked > span:first-child {
    transform: rotate(-135deg);
}

.btn.nav-toggle.clicked > span:last-child {
    transform: rotate(135deg);
}

.fancybox-slide > section.content:only-of-type {
    padding: 25px 10px;
}

footer {
    background: #333;
    color: #fff;
    padding: 30px 0 15px;
    text-align: center;
}

footer [class*='box-'] {
    margin: 0 auto;
    max-width: 320px;
    text-align: left;
    width: 100%;
}

footer [class*='box-'] + [class*='box-'] {
    margin-top: 50px;
}

footer [class*='list-'] li {
    margin-bottom: 5px;
}

footer a {
    color: inherit;
    opacity: 0.75;
}

footer a:hover {
    color: inherit;
    opacity: 1;
}

footer .copyright {
    color: #999;
    font-size: 12px;
    margin: 50px 0 0;
}

footer h1,
footer h2,
footer h3,
footer h4 {
    font-size: inherit;
    margin: 0;
    padding: 0;
}

footer h1 {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

footer .list-com i {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

footer .list-com li {
    padding-left: 25px;
    position: relative;
}

footer .list-menu {
    column-count: 3;
}

footer .list-social {
    text-align: center;
    white-space: nowrap;
}

footer .list-social i {
    display: block;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 10px;
}
footer .list-social img {
    display: block;
    height: 45px;
    margin-bottom: 10px;
    width: 45px;
}
footer .list-social li {
    display: inline-block;
    float: left;
    font-size: 12px;
    text-transform: capitalize;
    width: calc((100% - 30px) / 4);
}

footer .list-social li + li {
    margin-left: 10px;
}

form {
    font-size: 14px;
    margin: 0 auto;
    max-width: 300px;
}

form .btn + .btn {
    margin-top: 20px;
}

form .btn + span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

form .btn + span a {
    border-bottom: #ccc 1px solid;
    color: #ccc;
    display: inline-block;
}

form .btn + span a:hover {
    border-bottom-color: #1f657a;
    color: #1f657a;
}

form .checkbox-inline {
    margin-right: 10px;
}

form .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

form .form-control {
    border-radius: 0;
}

form .form-control-static .btn {
    padding: 10px 15px;
}

form .form-group {
    margin-bottom: 20px;
}

form .form-required > label:not([class]) {
    position: relative;
}

form .form-required > label:not([class]):after {
    color: #d00;
    content: '*';
    display: block;
    left: 100%;
    line-height: 1;
    position: absolute;
    top: -5px;
}

form .help-block {
    display: block;
    text-align: right;
}

form + .hr {
    margin: 50px 0;
}

form input,
form label,
form textarea {
    letter-spacing: 1px;
}

form input + span {
    color: #aaa;
    display: block;
    margin-top: 2px;
}

form input + span > button {
    background: none;
    border: none;
    border-bottom: #aaa 1px solid;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

form input + span > button:disabled,
form input + span > button:disabled:hover {
    border-bottom-color: #333;
    color: #333;
    cursor: no-drop;
}

form input + span > button:hover {
    border-bottom-color: #003b90;
    color: #003b90;
}

/*form label:not([class]):first-of-type{
	display: block;
}*/

form textarea.form-control {
    min-height: 150px;
}

form ul.btn-list li {
    float: left;
    margin-top: 0;
    width: calc((100% - 15px) / 2);
}

form ul.btn-list li + li {
    margin-left: 15px;
}
header {
    background: #333;
    color: #fff;
}

header a {
    color: #fff;
}

header .marquee-list.marquee-list {
    display: none;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    max-width: 350px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
    width: 50%;
}

header .marquee-list a {
    display: block;
    height: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

header .marquee-list a:hover {
    color: #fff;
    opacity: 0.5;
}

header .marquee-list li.item {
    border: none;
}

header .marquee-list:before {
    content: '\f10c';
    font-family: 'Flaticon';
    left: 0;
    line-height: 1;
    position: absolute;
    top: calc(50% - 7px);
}

header .sub-nav {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

header .sub-nav > li {
    border: rgba(255, 255, 255, 0.5) solid;
    border-width: 0 1px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

header .sub-nav > li + li {
    border-left: none;
}

header .sub-nav > li > a {
    display: block;
    height: 100%;
    line-height: 30px;
    padding: 0 20px;
    width: 100%;
}

header .sub-nav > li > a:hover {
    background: #000;
    color: #fff;
}

header .sub-nav > li span {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

header .sub-nav > li span.cart-num {
    font-size: inherit;
}

header .sub-nav > li span.cart-num:after {
    content: ')';
}

header .sub-nav > li span.cart-num:before {
    content: '(';
}

header:after {
    clear: both;
    content: '';
    display: block;
}

.hr {
    color: #ccc;
    font-size: 14px;
    margin: 15px 0;
    overflow: hidden;
    text-align: center;
}

.hr > span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.hr > span:after,
.hr > span:before {
    border-top: #ccc 1px solid;
    content: '';
    display: block;
    left: auto;
    position: absolute;
    right: auto;
    top: 50%;
    width: 50vw;
}

.hr > span:after {
    right: 100%;
}

.hr > span:before {
    left: 100%;
}

nav {
    background: #fefefe;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0px 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

nav form {
    left: 20px;
    position: absolute;
}

nav form .btn,
nav form .btn:active,
nav form .btn:focus,
nav form .btn:visited {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
}

nav form .btn:hover {
    background: none;
    color: #000;
}

nav form .form-group {
    display: none;
}

nav .nav {
    background: repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.1) 0px,
            rgba(0, 0, 0, 0.1) 1px,
            rgba(0, 0, 0, 0) 2px,
            rgba(0, 0, 0, 0) 5px
        ),
        rgba(0, 0, 0, 0.85);
    border-radius: 0;
    bottom: 0;
    left: auto;
    overflow-x: hidden;
    padding: 20vh 15px;
    position: fixed;
    right: 100%;
    top: 0;
    transition: all 0.25s ease;
    width: calc(100vw - 70px);
    z-index: 99;
}

nav .nav > li {
    margin: 0 auto;
    max-width: 250px;
    position: relative;
    text-align: left;
    width: 100%;
}

nav .nav li > a {
    color: #eee;
    overflow: hidden;
}

nav .nav > li > a {
    padding: 15px 10px;
}

nav .nav > li > a:focus,
nav .nav > li > a:hover {
    background: transparent;
    outline: none;
}

nav .nav > li + li {
    border-top: rgba(255, 255, 255, 0.1) 1px dashed;
}

nav .nav > li.add-drup > a {
    overflow: hidden;
    padding-right: 55px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

nav .nav > li.add-drup > a.plus {
    height: 46px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
}

nav .nav > li.add-drup > a.plus:before {
    border: #eee solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    width: 10px;
}

nav .nav > li.add-drup .nav-slider {
    display: none;
}

nav .nav > li.add-drup ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0px 10px;
    text-align: left;
}

nav .nav > li.add-drup ul a {
    display: block;
    padding: 0px 15px;
    position: relative;
}

nav .nav > li.add-drup ul a:before {
    border: transparent solid;
    border-left-color: #eee;
    border-width: 4px 0 4px 6px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    top: 9px;
}

nav .nav > li.add-drup ul h3 {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

nav .nav > li.add-drup ul li {
    height: 0;
    line-height: 0;
    opacity: 0;
    transition: all 0.25s ease;
}

nav .nav > li.add-drup.clicked > a.plus:before {
    transform: rotate(135deg);
}

nav .nav > li.add-drup.clicked ul {
    padding-bottom: 10px;
}

nav .nav > li.add-drup.clicked ul a {
    padding-bottom: 15px;
    padding-top: 5px;
}

nav .nav > li.add-drup.clicked ul li {
    height: 31px;
    line-height: 1;
    opacity: 1;
    overflow: hidden;
}

nav .nav.active {
    right: 70px;
}

.owl-carousel img {
    display: block;
    max-width: 100%;
}

.owl-carousel .item {
    border: #e5e5e5 1px solid;
}

.owl-carousel .item a {
    display: block;
    height: 100%;
    width: 100%;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    background: #fff;
    border: #aaa 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 15px;
}

.owl-dots .owl-dot + .owl-dot {
    margin-left: 15px;
}

.owl-dots .owl-dot.active {
    background: #585858;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    background: #474746;
    border-radius: 50%;
    box-shadow: #fff 0 0 0 2px;
    font-size: 0;
    height: 30px;
    left: auto;
    opacity: 0.5;
    position: absolute;
    right: auto;
    top: calc(50% - 15px);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 30px;
}

.owl-nav .owl-next {
    right: 5px;
}

.owl-nav .owl-prev {
    left: 5px;
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
    border: #fff solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
}

.owl-nav .owl-next:before {
    right: 12px;
    transform: rotate(45deg);
}

.owl-nav .owl-prev:before {
    left: 12px;
    transform: rotate(-135deg);
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    opacity: 1;
}

section + section {
    border-top: #eee 1px solid;
}

section.content {
    max-width: 100vw;
    min-height: calc(100vh - 396px);
    overflow-x: hidden;
    padding-bottom: 50px;
}

section.content [data-add]:after {
    color: #999;
    content: '[' attr(data-add) ']';
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

section.content .active-cover {
    background: center center no-repeat;
    background-size: cover;
    height: 200px;
}

section.content .active-cover > img {
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%;
}

section.content .active-detail {
    background: #fff;
    border: #ddd 1px solid;
    padding: 15px;
}

section.content .active-detail h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 15px;
}

section.content .active-detail img {
    border: #e5e5e5 1px solid;
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
}

section.content .active-detail p {
    margin-bottom: 5px;
}

section.content .active-detail-list {
    color: #999;
    font-size: 14px;
    margin-top: 15px;
}

section.content .active-detail-list li {
    padding-left: 110px;
    position: relative;
    text-indent: -15px;
}

section.content .active-detail-list li:before {
    content: attr(data-title);
    display: block;
    left: 0;
    position: absolute;
    -ms-text-align-last: justify;
    text-align-last: justify;
    text-indent: 0;
    top: 0;
    width: 95px;
}

section.content .active-list {
    text-align: center;
}

section.content .active-list h2 {
    font-size: 16px;
    margin: 20px 0 15px;
}

section.content .active-list h2[data-date]:after {
    color: #666;
    content: attr(data-date);
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

section.content .active-list + hr {
    margin: 50px 0;
}

section.content .active-notice {
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
}

section.content .album-list {
    margin-top: 30px;
}

section.content .album-list li {
    display: none;
}

section.content .album-list li:first-child {
    display: block;
}

section.content .atm-list {
    display: inline-block;
    margin: 25px 0 50px;
    text-align: left;
}

section.content .atm-list li {
    padding: 0 15px 10px;
    position: relative;
    text-align: left;
}

section.content .atm-list li + li {
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
    margin-top: 0px;
    padding-top: 10px;
}

section.content .atm-list li:before {
    content: attr(data-title) '：';
    display: inline-block;
    vertical-align: baseline;
}

section.content .atm-list li + li:before {
    top: 10px;
}

section.content .atm-list .price {
    font-size: 1em;
}

section.content .atm-list .price:before {
    font-size: 0.85em;
}

section.content .back-index {
    margin: 50px 0 0;
}

section.content .back-index > a {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 250px;
}

section.content .bonus {
    font-size: 12px;
    margin: 0;
}

section.content .bonus > a {
    display: block;
    height: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

section.content .bonus + .bonus {
    margin-top: 5px;
}

section.content .bonus > span[data-time] {
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
}

section.content .bonus > span[data-time]:after {
    content: attr(data-time);
    display: block;
    margin-top: 5px;
}

section.content .bonus > span[data-time]:first-child {
    margin-left: 0;
}

section.content .bonus > span[data-time]:last-child {
    margin-right: 0;
}

section.content .bonus[class*='bonus-'] {
    padding-left: 55px;
    position: relative;
}

section.content .bonus[class*='bonus-']:before {
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
    top: calc(50% - 9px);
    white-space: nowrap;
    width: 50px;
}

section.content .bonus.bonus-all:before {
    background: #005696;
    content: '全館';
}

section.content .bonus.bonus-amount:before {
    background: #ffb900;
    content: '滿額';
}

section.content .bonus.bonus-any:before {
    background: #3be8b0;
    content: '任選';
}

section.content .bonus.bonus-full:before {
    background: #6a67ce;
    content: '滿件';
}

section.content .bonus.bonus-group:before {
    background: #7fbb00;
    content: '組合';
}

section.content .bonus.bonus-limit:before {
    background: #ff4f81;
    content: '限時';
}

section.content .bonus.bonus-randg:before {
    background: #ec1c24;
    content: '紅配綠';
}

section.content .bonus.bonus-trans:before {
    background: #2529d8;
    content: '免運';
}

section.content .bonus-box,
section.content .bonus-list a {
    padding: 15px;
    position: relative;
}

section.content .bonus-box,
section.content .bonus-list li {
    background: #fff;
    border: #ddd 1px solid;
}

section.content .bonus-box .bonus,
section.content .bonus-list .bonus {
    color: #aaa;
}

section.content .bonus-box h1,
section.content .bonus-box h2,
section.content .bonus-box h3,
section.content .bonus-list h1,
section.content .bonus-list h2,
section.content .bonus-list h3 {
    font-weight: 400;
    padding: 0;
    text-align: left;
}

section.content .bonus-box h1,
section.content .bonus-list h1 {
    font-size: 18px;
    margin: 0 0 10px;
}

section.content .bonus-box h2,
section.content .bonus-list h2 {
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    height: 3em;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.content .bonus-box img,
section.content .bonus-list li img {
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%;
}

section.content .bonus-box .preview,
section.content .bonus-list .preview {
    background: center center no-repeat;
    background-size: cover;
    border: none;
    height: 150px;
    margin-left: -15px;
    margin-right: -15px;
    outline: #e4e3e1 1px solid;
}

section.content .bonus-count {
    background: #fff;
    border: #ddd solid;
    border-width: 0 1px 1px;
    padding: 15px;
    text-align: right;
}

section.content .bonus-count > .bonus-group + p:not([class]) {
    margin-top: 30px;
}

section.content .bonus-count > .btn {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0 0 auto;
    max-width: 100%;
    width: 300px;
}

section.content .bonus-count > p {
    margin-bottom: 0px;
}

section.content .bonus-count span {
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
    vertical-align: baseline;
}

section.content .bonus-count span.bonus-highlight {
    color: #00bce1;
}

section.content .bonus-count span.bonus-num {
    color: #fbc02d;
    font-size: 18px;
    line-height: 1.5;
}

section.content .bonus-count span[class*='letter'] {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

section.content .bonus-count span.letter-green {
    color: #0d8603;
}

section.content .bonus-count span.letter-normal {
    font-size: 1.15em;
}

section.content .bonus-count span.letter-red {
    color: #ff2424;
}

section.content .bonus-count span.price:before {
    content: '$';
    margin: 0;
}

section.content .bonus-count span.price:not(:only-of-type) {
    color: inherit;
    font-size: inherit;
}

section.content .bonus-list a {
    display: block;
    height: 100%;
    width: 100%;
}

section.content .bonus-list a:hover {
    background: #fafafa;
}

section.content .bonus-list li + li {
    margin-top: 15px;
}

section.content .bonus-slider {
    background: #fff;
    border: #ddd solid;
    border-width: 0 1px 1px;
    list-style: none;
    margin: 0;
    min-height: 150px;
    padding: 0 30px;
}

section.content .bonus-slider .bonus-content {
    padding: 10px 15px;
}

section.content .bonus-slider .cover {
    background: center center no-repeat;
    background-size: cover;
}

section.content .bonus-slider .cover > img {
    display: block;
    opacity: 0;
    width: 100%;
}

section.content .bonus-slider .empty-sale {
    align-items: center;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    height: 150px;
    text-align: center;
}

section.content .bonus-slider .empty-sale > p {
    margin: 0;
}

section.content .bonus-slider .item {
    border-width: 0 0 0 1px;
    text-align: center;
}

section.content .bonus-slider .owl-nav .owl-next,
section.content .bonus-slider .owl-nav .owl-prev {
    background: none;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    opacity: 1;
    top: 0;
}

section.content .bonus-slider .owl-nav .owl-next {
    border-left: #ddd 1px solid;
    right: 0;
}

section.content .bonus-slider .owl-nav .owl-prev {
    left: 0;
}

section.content .bonus-slider .owl-nav .owl-next:before,
section.content .bonus-slider .owl-nav .owl-prev:before {
    border-color: #666;
}

section.content .bonus-slider .owl-nav .owl-next.disabled,
section.content .bonus-slider .owl-nav .owl-prev.disabled {
    background: #ddd;
    cursor: not-allowed;
    opacity: 0.5;
}

section.content .bonus-slider .owl-nav.disabled {
    display: block;
}

section.content .bonus-slider .owl-nav.disabled .owl-prev {
    border-right: #ddd 1px solid;
}

section.content .bonus-slider p:not([class]) {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.content .btn-active {
    display: block;
    margin: 150px auto 75px;
    max-width: 250px;
    text-align: center;
}

section.content .btn-list .btn {
    padding-bottom: 12px;
    padding-top: 12px;
}

section.content .btn-list li {
    float: left;
    width: calc((100% - 15px) / 2);
}

section.content .btn-list li + li {
    margin-left: 15px;
}

section.content .btn-list li:only-child {
    float: none;
    width: 100%;
}

section.content .col-02 li,
section.content .col-03 li,
section.content .col-04 li {
    margin-top: 35px;
}

section.content .col-02 li:nth-child(1),
section.content .col-03 li:nth-child(1),
section.content .col-04 li:nth-child(1) {
    margin-top: 0;
}

section.content .contact-map {
    margin: 25px auto 35px;
    max-width: 600px;
}

section.content .content-box {
    background: #fff;
    border: #ddd 1px solid;
    padding: 15px 20px;
}

section.content .content-box > *:first-child {
    margin-top: 0;
}

section.content .content-box > *:last-child {
    margin-bottom: 0;
}

section.content .content-box .amount {
    border: #ddd 1px solid;
    display: inline-block;
    font-size: 0;
    line-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

section.content .content-box .amount ~ h2 {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0 10px;
}

section.content .content-box .amount + h2 {
    margin-top: 0;
}

section.content .content-box .amount + p {
    margin-top: 0;
}

section.content .content-box .amount > span {
    background: #fff;
    color: #666;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    text-align: right;
    vertical-align: middle;
    width: calc(100% - 122px);
}

section.content .content-box .amount > span[data-unit]:after {
    content: attr(data-unit);
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
}

section.content .content-box .amount:before {
    background: #003b90;
    border-right: #ddd 1px solid;
    content: attr(data-title);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

section.content .content-box .form-contact {
    margin: 50px auto;
    max-width: 550px;
}

section.content .content-box .form-contact textarea {
    min-height: 150px;
}

section.content .content-box h1:first-child {
    font-size: 20px;
    margin: 0 0 15px;
    text-align: left;
}

section.content .content-box h1[data-hint]:after {
    color: #f00;
    content: attr(data-hint);
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

section.content .content-box h3 {
    margin: 35px 0 5px;
}

section.content .content-box h3 + * {
    margin-left: 15px;
}

section.content .content-box h3 + .page-content p {
    margin-bottom: 5px;
}

section.content .content-box h4 {
    color: #666;
    font-size: 16px;
    margin-top: 50px;
}

section.content .content-box h4 > span {
    color: #ffb300;
    font-size: 1.25em;
    margin: 0 5px;
}

section.content .content-box h4:first-child {
    margin-top: 0;
}

section.content .content-box hr {
    margin: 50px 0;
}

section.content .content-box .help-block {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: right;
}

section.content .content-box > .page-content:first-child {
    margin: 0 auto;
    max-width: 550px;
}

section.content .del {
    color: #999;
    text-decoration: line-through;
}

section.content .download-list {
    margin-top: 15px;
}

section.content .download-list .btn-active {
    margin: 0;
}

section.content .download-list li + li {
    margin-top: 10px;
}

section.content .factory {
    text-align: center;
}

section.content .factory a {
    color: #333;
}

section.content .factory a:hover {
    color: #000;
}

section.content .factory h2 {
    font-size: 18px;
    margin: 25px 0 0;
    padding: 0;
}

section.content .factory hr {
    border-top-color: rgba(0, 0, 0, 0.05);
    margin-top: 50px;
}

section.content .factory p {
    margin: 0;
}

section.content .filter-list {
    font-size: 0;
}

section.content .filter-list .form-control {
    display: inline-block;
    width: auto;
}

section.content .filter-list li {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}

section.content .flex-list {
    background: #fff;
}

section.content .flex-list li {
    border: 1px solid #e5e5e5;
    padding: 15px 15px 0;
}

section.content .flex-list li h2 {
    cursor: pointer;
    font-size: 18px;
    line-height: 2;
    margin: 0;
    padding: 0px 0 10px 25px;
    position: relative;
}

section.content .flex-list li h2:before {
    border: transparent solid;
    border-left-color: #333;
    border-width: 6px 0 6px 9px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 12px;
    transition: all 0.25s ease;
}

section.content .flex-list li h2:hover:before {
    transform: translateX(5px);
}

section.content .flex-list li + li {
    border-top: none;
}

section.content .flex-list li .page-content {
    border-top: #ddd dashed;
    color: #666;
    height: 0;
    min-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: all 0.25s ease;
}

section.content .flex-list li.active h2:before {
    transform: rotate(90deg);
}

section.content .flex-list li.active .page-content {
    border-top-width: 1px;
    height: auto;
    min-height: 150px;
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 20px;
}

section.content .form-control {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

section.content .form-detail {
    max-width: none;
}

section.content .form-list {
    font-size: 14px;
    line-height: 1.5;
    margin: 100px 0 0;
}

section.content .form-list li *:not([id*='twzipcode']) {
    max-width: 450px;
}

section.content .form-list li > select.form-control {
    max-width: 250px;
}

section.content .form-list .form-group {
    padding-left: 110px;
    position: relative;
}

section.content .form-list .form-group > label:not([class]):first-child {
    left: 15px;
    margin: 0;
    position: absolute;
    top: calc(50% - 11px);
}

section.content .form-list + .form-list {
    margin-top: 50px;
}

section.content .form-list h2 {
    font-size: inherit;
    margin: 0;
}

section.content .form-list > li {
    margin: 0;
    padding: 10px 15px;
}

section.content .form-list > li *:last-child {
    margin-bottom: 0;
}

section.content .form-list > li + li {
    border-bottom: #ddd 1px solid;
}

section.content .form-list > li:nth-child(even) {
    background: #fff;
}

section.content .form-list > li:nth-child(odd) {
    background: #f8f8f8;
}

section.content .form-list > li:first-child {
    background: #333;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

section.content .form-list .radio-inline {
    display: block;
    margin: 0;
}

section.content .form-list .radio-inline + .radio-inline {
    margin-top: 5px;
}

section.content .form-list span {
    font-size: 12px;
    line-height: 1.5;
}

section.content .form-list:first-child {
    margin-top: 0;
}

section.content .form-member {
    margin: 0 -20px;
    max-width: none;
}

section.content .form-member .btn-list {
    margin: 35px auto 0;
    padding: 0 15px;
}
section.content .form-member .form-hint {
    color: #d00;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 10px;
}
section.content .form-member .form-group {
    background: linear-gradient(
        to right,
        #fafafa 0%,
        #fafafa 105px,
        rgba(250, 250, 250, 0) 105px,
        rgba(250, 250, 250, 0) 100%
    );
    border: #ddd solid;
    border-width: 1px 0;
    margin: 0;
    padding: 10px 10px 10px 120px;
    position: relative;
}

section.content .form-member .form-group + .form-group {
    border-top: none;
}

section.content .form-member .form-group > label:first-child {
    left: 15px;
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
}

section.content .form-member .form-group:after {
    border-left: #ddd 1px solid;
    bottom: 0;
    content: '';
    display: block;
    left: 105px;
    position: absolute;
    top: 0;
}

section.content h1 {
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    margin: 65px 0 25px;
    padding: 0;
}

section.content h1 > span {
    border-left: #34d4a1 5px solid;
    display: inline-block;
    padding: 0 20px 0 15px;
}

section.content h1 > span[data-date] {
    margin-top: 20px;
    position: relative;
}

section.content h1 > span[data-date]:after {
    bottom: 100%;
    color: #999;
    content: attr(data-date);
    display: block;
    font-size: 14px;
    font-weight: 400;
    left: 15px;
    position: absolute;
    text-align: left;
}

section.content h2 {
    font-size: 24px;
}

section.content h2.cart-msg {
    color: #ff4747;
    font-size: 20px;
    margin: 0;
}

section.content h2.cart-msg a {
    color: #003b90;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    opacity: 0.75;
    text-align: right;
    vertical-align: middle;
}

section.content h2.cart-msg a:hover {
    opacity: 1;
}

section.content h2.cart-msg + p {
    margin-top: 25px;
}

section.content h2.cart-msg:before {
    color: #666;
    content: attr(data-title) '：';
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: baseline;
}

section.content h3 {
    font-size: 18px;
}

section.content h3.add-line {
    color: #999;
    margin: 50px 0 0;
    overflow: hidden;
    text-align: center;
}

section.content h3.add-line > span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

section.content h3.add-line > span:after,
section.content h3.add-line > span:before {
    border-top: #ccc 1px solid;
    content: '';
    display: block;
    left: auto;
    position: absolute;
    right: auto;
    top: 50%;
    width: 100vw;
}

section.content h3.add-line > span:after {
    left: 100%;
}

section.content h3.add-line > span:before {
    right: 100%;
}

section.content [class*='col-'] > h1:first-of-type {
    margin-top: 50px;
}

section.content:first-of-type [class*='col-'] > h1:first-child {
    margin-top: 15px;
}

section.content label {
    font-weight: 400;
}

section.content .list-table {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

section.content .list-table > li {
    border-top: #ddd 1px solid;
}

section.content .list-table > li a {
    border-bottom: #333 1px solid;
}

section.content .list-table > li a:hover {
    border-bottom-color: #008c3e;
}

section.content .list-table > li a.btn-return {
    background-color: #a00;
    border: none;
    font-size: 0.75em;
    padding: 0.7em 1em;
}

section.content .list-table > li a.btn-return:hover {
    background-color: #f8a;
}

section.content .list-table > li a.link-inline {
    display: inline;
}

section.content .list-table > li > span {
    display: block;
    padding: 5px 10px 5px 100px;
    position: relative;
    text-align: left;
    word-break: break-all;
}

section.content .list-table > li > span:after {
    content: attr(data-title) '：';
    display: block;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: calc(50% - 17px);
    width: 100px;
}

section.content .list-table > li > span[data-title='項目'] {
    text-align: left;
}

section.content .list-table > li:nth-child(even) {
    background: #f8f8f8;
}

section.content .list-table > li:nth-child(1) {
    background: #333;
    color: #fff;
    display: none;
}

section.content .list-table > li:last-child {
    border-bottom: #ddd 1px solid;
}

section.content .list-table .price {
    color: inherit;
    font-size: inherit;
    margin: 0;
}

section.content .login-list .btn {
    padding-bottom: 12px;
    padding-top: 12px;
}

section.content .login-list form {
    margin: 0 auto;
    max-width: 300px;
}

section.content .login-list h1 {
    margin-top: 40px;
}

section.content .login-list > li {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    -ms-transition: opacity 0.5s 0.5s ease;
    -o-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    visibility: hidden;
}

section.content .login-list > li + li {
    margin-top: 0;
}

section.content .login-list > li.fade-in {
    display: block;
    opacity: 1;
    visibility: visible;
}

section.content .login-nav {
    border-bottom: #ddd 1px solid;
    font-size: 0;
}

section.content .login-nav > li {
    background: #ddd;
    border: #ddd solid;
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0;
    bottom: -1px;
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

section.content .login-nav > li a {
    color: #999;
    display: block;
    padding: 10px 15px;
}

section.content .login-nav > li.active {
    background: #fcfbf9;
}

section.content .login-nav > li.active a {
    color: #008c3e;
}

section.content .news-list {
    margin: 0 auto;
    max-width: 900px;
}

section.content .news-list h2 {
    color: #333;
    font-size: 20px;
    margin: 15px 0 5px;
}

section.content .news-list h2:before {
    content: attr(data-date);
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
}

section.content .news-list li {
    border: #eaeaea solid;
    border-width: 1px 0;
    padding: 15px;
}

section.content .news-list li + li {
    border-top: none;
}

section.content .news-list p {
    color: #666;
    margin: 0;
}

section.content .news-list span {
    background: center center no-repeat;
    background-size: cover;
    display: block;
    width: 150px;
}

section.content .news-list span > a {
    display: block;
    padding-top: 75%;
    position: relative;
    width: 100%;
}

section.content .news-list span img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

section.content .plus-list {
    background: #fff;
    border: #e4e3e1 1px solid;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 35px;
    overflow: hidden;
}

section.content .plus-list a {
    display: inline;
}

section.content .plus-list + hr {
    margin: 30px 0;
}

section.content .plus-list li {
    border-top: #e5e5e5 1px solid;
    padding: 10px 25px 10px 45px;
    position: relative;
}

section.content .plus-list li input {
    left: 25px;
    line-height: 21px;
    margin: 0;
    position: absolute;
    top: 14px;
}

section.content .plus-list li:nth-child(odd) {
    background: #fafafa;
}

section.content .plus-list span {
    color: #ff2244;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0 5px;
    vertical-align: baseline;
}

section.content .plus-list:before {
    content: '加購商品區';
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 25px;
}

section.content .price {
    color: #ff2244;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.content .price:before {
    content: 'NTD';
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: baseline;
}

section.content .price[data-orig] {
    padding-top: 15px;
    position: relative;
}

section.content .price[data-orig]:after {
    color: #999;
    content: 'NTD ' attr(data-orig);
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: line-through;
    top: 0;
}

section.content .price.del {
    color: #02aa13;
    font-size: 18px;
}

section.content .product-amount {
    text-align: center;
    width: 100%;
}

section.content .product-amount .input-group-addon,
section.content .product-amount [id*='qty'].form-control {
    border-radius: 2px;
    display: table-cell;
    text-align: inherit;
}

section.content .product-amount .input-group-addon {
    background: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 36px;
}

section.content .product-amount .input-group-addon:hover {
    background: #003b90;
    color: rgba(255, 255, 255, 1);
}

section.content .product-amount [id*='qty'].form-control {
    border-radius: 2px;
    margin: 0 5px;
    width: calc(100% - 10px);
}

section.content .product-detail {
    font-size: 14px;
}

section.content .product-detail > .btn-list {
    margin-top: 20px;
}

section.content .product-detail > h1,
section.content .product-detail > h1:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: left;
}
section.content .product-detail > h1[data-id]:before {
    color: #999;
    content: '商品編號：' attr(data-id);
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}
section.content .product-detail > p {
    margin: 0;
}

section.content .product-detail > .preview {
    margin: 10px auto 15px;
    position: relative;
}

section.content .product-detail > .preview img {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}

section.content .product-detail > .preview > span {
    background: center center no-repeat;
    background-size: cover;
    box-shadow: inset #e5e5e5 0 0 0 1px;
    display: block;
    position: relative;
    padding-top: 75%;
}

section.content .product-detail .spec-list li {
    padding-left: 50px;
    position: relative;
}

section.content .product-detail .spec-list li + li {
    margin-top: 10px;
}

section.content .product-detail .spec-list li:before {
    content: attr(data-title) '：';
    display: inline-block;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
}

section.content .product-list {
    margin-top: 25px;
}

section.content .product-list .detail-box {
    border-top: #e5e5e5 1px solid;
    font-size: 14px;
    padding: 10px 15px;
}

section.content .product-list h2 {
    font-size: 16px;
    height: 48px;
    margin: 0 0 15px;
    overflow: hidden;
    text-align: left;
}

section.content .product-list label {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

section.content .product-list li {
    background: #fff;
    border: #e5e5e5 1px solid;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

section.content .product-list li.on-green:after {
    background: linear-gradient(
                -30deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 15px,
                rgba(255, 255, 255, 0.15) 16px,
                rgba(255, 255, 255, 0.15) 100%
            )
            bottom right no-repeat,
        linear-gradient(
                -30deg,
                rgba(10, 180, 70, 0) 0%,
                rgba(10, 180, 70, 0) 15px,
                rgba(10, 180, 70, 1) 16px,
                rgba(10, 180, 70, 1) 100%
            )
            bottom right no-repeat,
        linear-gradient(
                30deg,
                rgba(10, 180, 70, 0) 0%,
                rgba(10, 180, 70, 0) 15px,
                rgba(10, 180, 70, 1) 16px,
                rgba(10, 180, 70, 1) 100%
            )
            bottom left no-repeat;
    content: '綠';
}

section.content .product-list li.on-red:after {
    background: linear-gradient(
                -30deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 15px,
                rgba(255, 255, 255, 0.15) 16px,
                rgba(255, 255, 255, 0.15) 100%
            )
            bottom right no-repeat,
        linear-gradient(
                -30deg,
                rgba(255, 34, 68, 0) 0%,
                rgba(255, 34, 68, 0) 15px,
                rgba(255, 34, 68, 1) 16px,
                rgba(255, 34, 68, 1) 100%
            )
            bottom right no-repeat,
        linear-gradient(
                30deg,
                rgba(255, 34, 68, 0) 0%,
                rgba(255, 34, 68, 0) 15px,
                rgba(255, 34, 68, 1) 16px,
                rgba(255, 34, 68, 1) 100%
            )
            bottom left no-repeat;
    content: '紅';
}

section.content .product-detail.on-sale > .preview:after,
section.content .product-list li.on-sale:after {
    background: linear-gradient(
                -30deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 15px,
                rgba(255, 255, 255, 0.15) 16px,
                rgba(255, 255, 255, 0.15) 100%
            )
            bottom right no-repeat,
        linear-gradient(
                -30deg,
                rgba(255, 112, 18, 0) 0%,
                rgba(255, 112, 18, 0) 15px,
                rgba(255, 112, 18, 1) 16px,
                rgba(255, 112, 18, 1) 100%
            )
            bottom right no-repeat,
        linear-gradient(
                30deg,
                rgba(255, 112, 18, 0) 0%,
                rgba(255, 112, 18, 0) 15px,
                rgba(255, 112, 18, 1) 16px,
                rgba(255, 112, 18, 1) 100%
            )
            bottom left no-repeat;
    content: '促';
}

section.content .product-detail.on-sale > .preview:after,
section.content .product-list li.on-green:after,
section.content .product-list li.on-red:after,
section.content .product-list li.on-sale:after {
    background-size: 50.1% 100%, 50.1% 100%, 50.1% 100%;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 14px;
    height: 55px;
    left: 10px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
    z-index: 10;
}

section.content .product-list .preview {
    border: none;
}

section.content .product-list .preview[data-number],
section.content .product-list .preview[data-number] > a {
    position: relative;
}

section.content .product-list .preview[data-number]:before {
    background: #fdd23c;
    border-radius: 4px;
    color: #fff;
    content: attr(data-number);
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 0 1px;
    text-transform: uppercase;
    top: 5px;
}

section.content .progress {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
    height: 10px;
}

section.content .progress-bar {
    background: #00bfbc;
    box-shadow: none;
}

section.content .question-count {
    margin-top: 50px;
}

section.content .question-count > span {
    display: inline-block;
    margin: 0 5px;
    font-size: 120%;
}

section.content .question-detail {
    background: #fff;
    border: #ddd 1px solid;
    padding: 15px;
}

section.content .question-detail .btn-list {
    margin: 20px auto 0;
    min-width: 250px;
    width: 50%;
}

section.content .question-detail h3 {
    font-size: 18px;
    margin: 0px 0 30px;
    padding-left: 50px;
    position: relative;
}

section.content .question-detail h3:before {
    content: 'Q' attr(data-order) '.';
    display: block;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

section.content .question-detail hr {
    margin: 50px 0;
}

.question-detail img {
    border: #e5e5e5 1px solid;
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
}

section.content .question-detail .question-box {
    margin: 0 30px;
}

section.content .question-detail .question-box > * + * {
    margin-top: 25px;
}

section.content .reward-box {
    margin: 0 auto 0 0;
    max-width: 500px;
}

section.content .reward-list {
    border-collapse: collapse;
    color: #666;
    display: table;
    text-align: center;
    width: 100%;
}

section.content .reward-list li {
    display: table-row;
}

section.content .reward-list li > span {
    border: #fff 2px solid;
    display: table-cell;
    vertical-align: middle;
}

section.content .reward-list li > span > span,
section.content .reward-list li > span:first-child {
    padding: 5px 15px;
}

section.content .reward-list li > span > span {
    display: block;
    text-align: left;
    word-break: break-all;
}

section.content .reward-list li > span > span + span {
    border-top: #fff 2px solid;
    padding-top: 10px;
}

section.content .reward-list li > span:first-child {
    white-space: nowrap;
}

section.content .reward-list li:nth-child(even) {
    background: #e1fcef;
}

section.content .reward-list li:nth-child(odd) {
    background: #eafff8;
}

section.content .reward-list li.prepared:nth-child(even) {
    background: #f2f2f2;
}

section.content .reward-list li.prepared:nth-child(odd) {
    background: #fafafa;
}

section.content .share-list {
    font-size: 0;
    text-align: right;
}

section.content .share-list img {
    width: 24px;
}

section.content .share-list li {
    display: inline-block;
}

section.content .share-list li > a {
    display: block;
    height: 100%;
    width: 100%;
}

section.content .share-list li + li {
    margin-left: 5px;
}

section.content .share-list:before {
    content: attr(data-title);
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

section.content .shop-btn {
    margin-top: 50px;
    text-align: center;
}

section.content .shop-list {
    border-collapse: collapse;
    display: table;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

section.content .shop-list a {
    display: block;
}

section.content .shop-list [class*='bonus-'] {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

section.content .shop-list [class*='bonus-']:before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

section.content .shop-list .bonus-off {
    color: #999;
}

section.content .shop-list .bonus-off:before {
    content: '[未符合]';
}

section.content .shop-list .bonus-on {
    color: #f36;
}

section.content .shop-list .bonus-on:before {
    content: '[符合]';
}

section.content .shop-list .checkbox img {
    bottom: 0;
    height: 25px;
    left: calc(50% - 12px);
    opacity: 0;
    position: absolute;
    transition: all 0.25s ease;
    width: 25px;
}

section.content .shop-list .checkbox > span {
    background: rgba(255, 255, 255, 0.5);
    border: rgba(0, 0, 0, 0.25) 1px solid;
    border-radius: 2px;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
}

section.content .shop-list .checkbox.checked img {
    opacity: 1;
}

section.content .shop-list h2 {
    font-size: inherit;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

section.content .shop-list h2:after {
    color: #999;
    content: attr(data-extra);
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

section.content .shop-list .item-gift [data-title='照片'] {
    color: #39f;
}

section.content .shop-list .item-plus [data-title='照片'] {
    color: #f33;
}

section.content .shop-list > li {
    display: table-row;
}

section.content .shop-list > li > span {
    border: #ddd solid;
    border-width: 1px 0;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

section.content .shop-list > li > span .price {
    margin-bottom: 5px;
}

section.content .shop-list > li > span > span {
    display: block;
}

section.content .shop-list > li > span[data-title='照片'] {
    width: 80px;
}

section.content .shop-list > li > span[data-title='小計'] {
    display: none;
}

section.content .shop-list > li:nth-child(even) {
    background: #fff;
}

section.content .shop-list > li:nth-child(odd) {
    background: #f8f8f8;
}

section.content .shop-list > li:first-child {
    background: #333;
    color: #fff;
    display: none;
}

section.content .shop-list > li:not(:first-child) > span[data-title='照片'] {
    font-size: 12px;
    text-align: right;
}

section.content .shop-list .preview {
    height: auto;
    padding-top: 75%;
    position: relative;
}

section.content .shop-list .preview > a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

section.content .shop-list .preview > a:hover {
    opacity: 0;
}

section.content .shop-list .price {
    color: inherit;
    font-size: inherit;
    margin: 0;
}

section.content .shop-totle {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

section.content .shop-totle .bonus {
    color: #aaa;
    font-size: 14px;
}

section.content .shop-totle .bonus + input {
    margin-top: 15px;
    text-align: right;
}

section.content .shop-totle .btn {
    line-height: 27px;
    min-width: auto;
    padding: 0;
}

section.content .shop-totle span .btn + p {
    margin: 10px 0 0;
}

section.content .shop-totle .coupon {
    line-height: 27px;
    margin: 0;
}

section.content .shop-totle .coupon-group {
    display: none;
    white-space: nowrap;
}

section.content .shop-totle .coupon-group .btn {
    width: 45px;
}

section.content .shop-totle .coupon-group input {
    background: none;
    border: #003b90 solid;
    border-width: 0 0 1px;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    width: 130px;
}

section.content .shop-totle .hint {
    font-size: 14px;
    margin-top: 2px;
}

section.content .shop-totle label {
    display: block;
}

section.content .shop-totle li {
    padding: 10px 0 0px calc(100% - 185px);
    position: relative;
}

section.content .shop-totle li:not([data-title]) + li:before {
    top: 10px;
}

section.content .shop-totle li[data-title] {
    padding-bottom: 10px;
}

section.content .shop-totle li[data-title] + li {
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
}

section.content .shop-totle li[data-title]:before {
    content: attr(data-title);
    display: block;
    position: absolute;
    right: 200px;
    top: calc(50% - 12px);
}

section.content .shop-totle .price {
    color: inherit;
    font-size: 16px;
    margin: 0;
}

section.content .shop-totle .price-totle {
    color: #ff2244;
    font-size: 20px;
}

section.content .shop-totle span {
    display: inline-block;
    line-height: 1.5;
    vertical-align: baseline;
    width: 100%;
}

section.content .shop-totle span + span {
    margin-top: 10px;
}

section.content .side-content {
    margin-top: 35px;
}

section.content .side-content .aside-box,
section.content .side-content .scan-box,
section.content .side-content .scan-box + a {
    display: none;
}

section.content .side-content > h1:first-of-type {
    margin-top: 0;
}

section.content .side-content > h2 {
    border-left: #333 5px solid;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 25px;
    padding-left: 10px;
}

section.content .side-content:first-child {
    margin-top: 0px;
}

section.content .side-nav {
    margin: 0px 0 25px;
}

section.content .slider-carousel {
    margin-bottom: 50px;
}

section.content .slider-carousel + .filter-list {
    margin-top: 30px;
}

section.content .spec-list {
    max-width: 300px;
}

section.content .text-contact > span {
    border-bottom: #333 1px solid;
    line-height: 2;
    padding-bottom: 5px;
}

section.content .text-contact + .text-contact {
    margin-top: 30px;
}

section.content .top-box {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
}

section.content .top-box .head {
    background: center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    box-shadow: inset #ddd 0 0 0 1px;
    flex: 0 0 75px;
    height: 75px;
}

section.content .top-box .member-content {
    flex: 1 1 auto;
    margin-left: 15px;
}

section.content .top-box ~ .side-nav h2 {
    background: #fafafa;
    border: #e6e6e6 solid;
    border-width: 1px 0;
}

section.content .top-box ~ .side-nav ul {
    padding: 10px 0;
}

section.content .top-box ~ .side-nav ul a {
    color: #666;
    display: block;
    height: 100%;
    line-height: 2;
    width: 100%;
}

section.content .top-box ~ .side-nav ul h3 {
    line-height: inherit;
    padding: 0 50px;
}

section.content .top-box ~ .side-nav ul h3:before {
    border: transparent solid;
    border-left-color: #666;
    border-width: 4px 0 4px 6px;
    content: '';
    display: inline-block;
    margin-right: 10px;
    transition: all 0.25s ease;
    vertical-align: 2px;
}

section.content .top-box ~ .side-nav ul li:hover > a {
    color: #333;
}

section.content .top-box ~ .side-nav ul li:hover h3:before {
    border-left-color: #333;
}

section.content ul.side-nav {
    display: none;
}

section.content:last-of-type {
    padding-bottom: 100px;
}

section.content:only-of-type {
    min-height: calc(100vh - 476px);
}

#cart-return h2 {
    font-weight: 600;
    margin-top: 0;
}

#cart-return .form-return {
    max-width: 100%;
    width: 600px;
}

#cart-return .form-return .form-control-static {
    padding: 0;
}

#plus-box {
    max-width: 600px;
    text-align: center;
    width: 100%;
}

#plus-box h1 {
    font-size: 16px;
    margin: 0;
}

#plus-box img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}

[id*='twzipcode'] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    max-width: 250px;
}

[id*='twzipcode'] > select {
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 2px;
    box-shadow: none;
    font-size: inherit;
    height: auto;
    padding: 0.375rem 0.75rem;
    width: calc((100% - 20px) / 2);
}

[id*='twzipcode'] > select + select {
    margin-left: 10px;
}

@media (min-width: 544px) {
    footer [class*='box-'] {
        max-width: 600px;
    }
    footer [class*='box-'] + [class*='box-'] {
        display: inline-block;
        margin-top: 30px;
        vertical-align: top;
        width: auto;
    }
    footer [class*='box-']:last-of-type {
        margin-left: 45px;
    }
    footer .copyright {
        clear: both;
        margin-top: 0;
        padding-top: 40px;
    }
    footer h1 {
        margin-bottom: 10px;
        text-align: center;
    }
    footer .list-menu {
        column-count: 2;
    }
    footer .list-social i {
        font-size: 60px;
    }
    footer .list-social img {
        height: 60px;
        width: 60px;
    }
    footer .list-social li {
        font-size: 14px;
    }
    footer .list-social li + li {
        margin-left: 10px;
    }
    header .sub-nav > li span {
        font-size: inherit;
    }
    .pagination > li {
        display: block;
    }
    section.content .active-cover {
        height: 250px;
    }
    section.content .active-detail {
        padding-left: calc(100% / 3 + 30px);
        position: relative;
        min-height: calc(100% / 4 + 30px);
    }
    section.content .active-detail img {
        left: 15px;
        margin: 0;
        position: absolute;
        top: 15px;
        width: calc(100% / 3);
    }
    section.content .album-list li {
        float: left;
        margin-right: 20px;
        width: calc((100% - 20px) / 2);
    }
    section.content .album-list li:nth-child(2n) {
        margin-right: 0;
    }
    section.content .album-list li:nth-child(2) {
        display: block;
    }
    section.content .album-list .preview {
        height: calc((100vw - 50px) / 8 * 3);
    }
    section.content .bonus > span[data-time]:after {
        display: inline-block;
        margin-left: 5px;
        margin-top: 0;
    }
    section.content .bonus-box,
    section.content .bonus-list a {
        min-height: 150px;
    }
    section.content .bonus-box .preview,
    section.content .bonus-list .preview {
        bottom: 0;
        height: auto;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        right: auto;
        width: 200px;
    }
    section.content .col-02 li,
    section.content .col-03 li,
    section.content .col-04 li {
        float: left;
        margin-right: 15px;
        width: calc((100% - 15px) / 2);
    }
    section.content .col-02 li:nth-child(2n),
    section.content .col-03 li:nth-child(2n),
    section.content .col-04 li:nth-child(2n) {
        margin-right: 0;
    }
    section.content .col-02 li:nth-child(2),
    section.content .col-03 li:nth-child(2),
    section.content .col-04 li:nth-child(2) {
        margin-top: 0;
    }
    section.content .col-02 .preview,
    section.content .col-03 .preview,
    section.content .col-04 .preview {
        height: calc((100vw - 45px) / 8 * 3);
    }
    section.content .content-box .amount {
        width: auto;
    }
    section.content .content-box .amount > span {
        padding: 0 20px;
        width: 200px;
    }
    section.content .content-box .amount:before {
        padding: 0 20px;
    }
    section.content .content-box .form-contact .form-group {
        padding: 0 100px;
        position: relative;
    }
    section.content .content-box .form-contact label:first-child {
        left: 0;
        margin: 0;
        position: absolute;
        top: 5px;
    }
    section.content .filter-list {
        text-align: right;
    }
    section.content .filter-list li {
        margin-bottom: 0px;
        margin-right: 0px;
    }
    section.content .filter-list li + li {
        margin-left: 20px;
    }
    section.content .form-list .radio-inline {
        display: inline-block;
    }
    section.content .form-list .radio-inline + .radio-inline {
        margin-left: 15px;
        margin-top: 0px;
    }
    section.content h1 {
        text-align: center;
    }
    section.content h1.news-title {
        text-align: left;
    }
    section.content h2.cart-msg a {
        display: inline-block;
    }
    section.content h2.cart-msg:before {
        display: inline-block;
    }
    section.content .news-list h2 {
        margin-top: 0;
    }
    section.content .news-list h2:before {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px;
        vertical-align: baseline;
    }
    section.content .news-list li {
        align-items: flex-start;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    section.content .news-list li > a {
        flex: 1 2 auto;
        margin-left: 25px;
        opacity: 0.75;
    }
    section.content .news-list li > a:hover {
        opacity: 1;
    }
    section.content .news-list span {
        flex: 0 0 170px;
    }
    section.content .plus-list li {
        padding-right: 110px;
    }
    section.content .plus-list li:after {
        border-left: #e5e5e5 1px solid;
        bottom: 0;
        content: '';
        display: block;
        position: absolute;
        right: 95px;
        top: 0;
    }
    section.content .plus-list .form-control {
        position: absolute;
        right: 15px;
        top: calc(50% - 17px);
        width: 65px;
    }
    section.content .product-detail {
        padding-left: 250px;
        position: relative;
    }
    section.content .product-detail > .preview {
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 235px;
    }
    section.content .shop-btn {
        text-align: right;
    }
    section.content .shop-btn > li {
        display: inline-block;
        float: none;
        max-width: 200px;
    }
    section.content .shop-list > li .price {
        white-space: nowrap;
    }
    section.content .shop-list > li > span[data-title='小計'] {
        display: table-cell;
    }
    section.content .top-box .head {
        flex-basis: 150px;
        height: 150px;
    }
}

@media (min-width: 768px) {
    a.brand {
        margin-bottom: 20px;
    }
    .breadcrumb {
        display: block;
    }
    .btn.nav-toggle {
        display: none;
    }
    .fancybox-slide > section.content:only-of-type {
        padding: 35px 20px;
    }
    footer {
        padding-top: 50px;
    }
    footer .copyright {
        padding-top: 60px;
    }
    header .marquee-list.marquee-list {
        display: block;
        float: left;
    }
    header .sub-nav {
        float: right;
    }
    nav {
        margin-bottom: 0px;
        padding-bottom: 30px;
        text-align: center;
    }
    nav form {
        background: transparent
            linear-gradient(
                to right,
                rgba(51, 51, 51, 0) 0%,
                rgba(51, 51, 51, 0) 75%,
                rgba(51, 51, 51, 1) 75%,
                rgba(51, 51, 51, 1) 100%
            );
        border-radius: 4px;
        left: auto;
        overflow: hidden;
        right: 20px;
        top: 21px;
    }
    nav form .btn,
    nav form .btn:active,
    nav form .btn:focus,
    nav form .btn:visited {
        color: rgba(255, 255, 255, 0.75);
        font-size: 16px;
        line-height: 34px;
        height: 34px;
        vertical-align: middle;
    }
    nav form .btn:hover {
        color: rgba(255, 255, 255, 1);
    }
    nav form .form-control {
        border: #ccc 1px solid;
        border-radius: 4px 0 0 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    nav form.form-inline .form-group {
        vertical-align: bottom;
    }
    nav .nav {
        background: none;
        bottom: auto;
        display: inline-block;
        opacity: 1;
        overflow: visible;
        padding: 0;
        position: static;
        top: auto;
        transition: none;
        vertical-align: middle;
        width: auto;
    }
    nav .nav a.plus {
        display: none;
    }
    nav .nav > li {
        float: left;
        font-size: 18px;
        width: auto;
    }
    nav .nav > li:after {
        border-bottom: #00bfbc 0 solid;
        content: '';
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 100%;
        transition: all 0.25s ease;
    }
    nav .nav > li:hover:after {
        border-bottom-width: 5px;
        opacity: 1;
    }
    nav .nav li > a,
    nav .nav > li.add-drup > a {
        color: #606060;
        padding: 10px 10px;
    }
    nav .nav li > a:hover {
        color: #333;
    }
    nav .nav > li + li {
        border-top: none;
    }
    nav .nav > li.add-drup {
        position: static;
    }
    nav .nav > li.add-drup:after {
        content: none;
    }
    nav .nav > li.add-drup > a {
        position: relative;
    }
    nav .nav > li.add-drup > a:after {
        border: transparent solid;
        border-bottom-color: #00bfbc;
        border-width: 0 4px 0px;
        bottom: 0;
        content: '';
        left: calc(50% - 4px);
        opacity: 0;
        position: absolute;
        transition: all 0.25s ease;
    }
    nav .nav > li.add-drup .drup-nav {
        background: rgba(255, 255, 255, 0.95);
        border-top: #00bfbc 5px solid;
        box-shadow: rgba(0, 0, 0, 0.25) 0 1px 5px;
        left: 15px;
        opacity: 0;
        padding: 25px 30px;
        position: absolute;
        right: 15px;
        top: 100%;
        transform: rotateX(90deg);
        transform-origin: center top;
        transition: all 0.3s ease;
        z-index: 50;
    }
    nav .nav > li.add-drup ul,
    nav .nav > li.add-drup.clicked ul {
        columns: 2;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    nav .nav > li.add-drup ul a,
    nav .nav > li.add-drup.clicked ul a {
        font-size: 16px;
        line-height: 1;
        padding: 0 15px;
        position: relative;
    }
    nav .nav > li.add-drup ul a:before {
        border: transparent solid;
        border-left-color: #333;
        border-width: 4px 0 4px 0px;
        content: '';
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        top: calc(50% - 4px);
        transition: all 0.25s ease;
    }
    nav .nav > li.add-drup ul a:hover:before {
        border-left-width: 6px;
        opacity: 1;
    }
    nav .nav > li.add-drup ul li,
    nav .nav > li.add-drup.clicked ul li {
        height: auto;
        line-height: 1;
        margin-bottom: 20px;
        opacity: 1;
    }
    nav .nav > li.add-drup:hover > a:after {
        border-bottom-width: 6px;
        opacity: 1;
    }
    nav .nav > li.add-drup:hover .drup-nav {
        opacity: 1;
        transform: rotateX(0deg);
    }
    .owl-dots {
        margin-top: 10px;
    }
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        top: calc((100% - 34px) / 2 - 15px);
    }
    section.content {
        padding-bottom: 75px;
    }
    section.content .active-cover {
        height: 300px;
    }
    section.content .active-detail {
        padding-left: 285px;
        min-height: 210px;
    }
    section.content .active-detail img {
        width: 240px;
    }
    section.content .album-list li {
        width: calc((100% - 40px) / 3);
    }
    section.content .album-list li:nth-child(2n) {
        margin-right: 20px;
    }
    section.content .album-list li:nth-child(3n) {
        margin-right: 0px;
    }
    section.content .album-list li:nth-child(3) {
        display: block;
    }
    section.content .album-list .preview {
        height: calc(224.66px / 4 * 3);
    }
    section.content .bonus-box,
    section.content .bonus-list a {
        min-height: none;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    section.content .bonus-box .preview,
    section.content .bonus-list .preview {
        bottom: auto;
        height: 150px;
        left: auto;
        margin: 0 -15px;
        position: static;
        right: auto;
        top: auto;
        width: auto;
    }
    section.content .bonus-count {
        border-width: 1px 1px 1px 0;
        padding: 30px 15px;
    }
    section.content .bonus-flex {
        display: flex;
    }
    section.content .bonus-flex > .bonus-box {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -o-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    section.content .bonus-flex > .bonus-count {
        -webkit-flex: 0 0 300px;
        -moz-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        -o-flex: 0 0 300px;
        flex: 0 0 300px;
    }
    section.content [class*='col-'] > h1:first-of-type {
        margin-top: 75px;
    }
    section.content .col-02 li,
    section.content .col-03 li,
    section.content .col-04 li {
        margin-right: 30px;
        width: calc((100% - 30px) / 2);
    }
    section.content .col-02 .preview,
    section.content .col-03 .preview,
    section.content .col-04 .preview {
        height: calc(345px / 4 * 3);
    }
    section.content .content-box {
        padding: 35px 25px;
    }
    section.content .content-box h1:first-child {
        margin-top: -20px;
    }
    section.content .form-list .form-group {
        padding-left: 125px;
    }
    section.content .form-list li {
        padding: 15px 20px;
    }
    section.content .form-member {
        margin: 0 -25px;
    }
    section.content .form-member .btn-list {
        max-width: 500px;
    }
    section.content .form-member .form-group {
        background: linear-gradient(
            to right,
            #fafafa 0%,
            #fafafa 165px,
            rgba(250, 250, 250, 0) 165px,
            rgba(250, 250, 250, 0) 100%
        );
        padding: 15px 15px 15px 180px;
    }
    section.content .form-list .form-group > label:not([class]):first-child {
        left: 20px;
    }
    section.content .form-member .form-group > label:first-child {
        left: 30px;
    }
    section.content .form-member .form-group:after {
        left: 165px;
    }
    section.content .login-list {
        padding-bottom: 50px;
        position: relative;
    }
    section.content .login-list > li {
        display: block;
        float: left;
        opacity: 1;
        visibility: visible;
        width: 50%;
    }
    section.content .login-list:before {
        border-left: #ddd 1px solid;
        bottom: 0;
        content: '';
        left: 50%;
        position: absolute;
        top: 0;
    }
    section.content .login-nav {
        display: none;
    }
    section.content .news-list li > * {
        vertical-align: middle;
    }
    section.content .product-detail {
        padding-left: 0px;
    }
    section.content .product-detail > .preview {
        left: auto;
        margin: 10px auto 15px;
        position: relative;
        top: auto;
        width: 100%;
    }
    section.content .question-detail {
        padding: 30px;
    }
    section.content .question-detail h3 {
        font-size: 24px;
        padding-left: 60px;
    }
    section.content .question-detail .question-box {
        margin: 0 60px;
    }
    section.content .reward-list li > span > span {
        display: table-cell;
        vertical-align: middle;
    }
    section.content .reward-list li > span > span + span {
        border-left: #fff 2px solid;
        border-top: none;
    }
    section.content .reward-list li > span > span:first-child {
        min-width: 150px;
        white-space: nowrap;
    }
    section.content .shop-list {
        text-align: center;
    }
    section.content .shop-list > li > span[data-title='照片'] {
        width: 120px;
    }
    section.content .shop-list > li > span[data-title='品名'] {
        text-align: left;
    }
    section.content .shop-list > li:first-child {
        display: table-row;
        white-space: nowrap;
    }
    section.content .shop-totle .coupon {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        right: 200px;
    }
    section.content .shop-totle .coupon-group {
        position: absolute;
        right: 0;
        top: 10px;
    }
    section.content .shop-totle .coupon-group input {
        height: 27px;
        line-height: 24px;
    }
    section.content .side-box,
    section.content .side-content .aside-box,
    section.content .side-content .scan-box {
        background: #fff;
        border: #e4e3e1 1px solid;
        border-radius: 4px;
        overflow: hidden;
    }
    section.content .side-box,
    section.content .side-content .aside-box {
        left: 15px;
        position: absolute;
        top: 0;
        width: 240px;
    }
    section.content .side-box h1,
    section.content .side-box h2,
    section.content .side-box h3,
    section.content .side-content .aside-box h2,
    section.content .side-content .aside-box h3 {
        font-size: inherit;
        margin: 0;
        overflow: hidden;
        padding: 0;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    section.content .side-box h2,
    section.content .side-content .aside-box h2 {
        background: #fafafa;
        border-bottom: #e4e3e1 1px solid;
        font-size: 18px;
        line-height: 50px;
        padding: 0 15px;
        text-align: center;
    }
    section.content .side-box li > a {
        color: #333;
        display: block;
        height: 100%;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    section.content .side-box .side-drap > li + li {
        border-top: #e4e3e1 1px solid;
    }
    section.content .side-box .side-drap ul {
        font-size: 14px;
    }
    section.content .side-box .side-drap ul a {
        padding: 0 30px;
        position: relative;
    }
    section.content .side-box .side-drap ul a:before {
        border: transparent solid;
        border-left-color: #333;
        border-width: 4px 0 4px 0px;
        content: '';
        display: block;
        left: 15px;
        opacity: 0;
        position: absolute;
        top: calc(50% - 4px);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    section.content .side-box .side-drap ul a:hover:before,
    section.content .side-box .side-drap ul .active a:before {
        border-left-width: 6px;
        opacity: 1;
    }
    section.content .side-box .side-drap ul li {
        margin: 20px 0;
    }
    section.content .side-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    section.content .side-content {
        padding-left: 285px;
        position: relative;
    }
    section.content .side-content .aside-box,
    section.content .side-content .scan-box,
    section.content .side-content .scan-box + a {
        display: block;
        text-align: center;
    }
    section.content .side-content .aside-list,
    section.content .side-content .scan-list {
        font-size: 14px;
    }
    section.content .side-content .aside-list {
        padding: 30px;
    }
    section.content .side-content .aside-list h3 {
        margin: 10px 0 5px;
    }
    section.content .side-content .aside-list li + li {
        margin-top: 35px;
    }
    section.content .side-content .aside-list .preview {
        height: calc(176px / 4 * 3);
    }
    section.content .side-content > h1:first-of-type {
        margin-top: 0;
    }
    section.content .side-content .scan-box {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        padding: 0 15px;
        position: fixed;
        right: -160px;
        top: 100px;
        transition: all 0.25s ease;
        width: 160px;
        z-index: 200;
    }
    section.content .side-content .scan-box + .btn-scan {
        background: #333;
        border-radius: 2px 0 0 2px;
        bottom: auto;
        color: #eee;
        cursor: pointer;
        font-size: 14px;
        left: auto;
        letter-spacing: 2px;
        line-height: 2;
        padding: 25px 0px 10px;
        position: fixed;
        right: 0;
        top: 120px;
        transition: all 0.25s ease;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    section.content .side-content .scan-box + .btn-scan:before {
        border: transparent solid;
        border-top-color: #fff;
        border-width: 6px 4px 0;
        content: '';
        display: block;
        left: calc(50% - 4px);
        position: absolute;
        top: 10px;
        transform: rotate(90deg);
        transition: all 0.25s ease;
    }
    section.content .side-content .scan-box + .btn-scan:hover {
        color: #fff;
    }
    section.content .side-content .scan-box + .btn-scan.opened {
        right: 160px;
    }
    section.content .side-content .scan-box + .btn-scan.opened:before {
        transform: rotate(-90deg);
    }
    section.content .side-content .scan-box li > a {
        display: block;
        color: #ccc;
        font-size: 14px;
        padding: 0 0 10px;
        text-align: right;
    }
    section.content .side-content .scan-box li > a:hover {
        color: #666;
    }
    section.content .side-content .scan-box.opened {
        right: 0;
    }
    section.content .side-content .scan-list {
        margin: 15px 0 0;
    }
    section.content .side-content .scan-list h3 {
        margin: 5px 0 0;
    }
    section.content .side-content .scan-list li + li {
        margin-top: 15px;
    }
    section.content .side-content .scan-list .preview {
        height: auto;
        padding-top: 75%;
        position: relative;
    }
    section.content .side-content .scan-list .preview > a {
        bottom: 0;
        font-size: 12px;
        left: 0;
        padding-top: calc(37.5% - 20px);
        position: absolute;
        right: 0;
        top: 0;
    }
    section.content .side-content .scan-list .preview i {
        font-size: 20px;
        margin: 0;
    }
    section.content .side-content .scan-box::-webkit-scrollbar {
        width: 5px;
    }
    section.content .side-content .scan-box::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 20px;
    }
    section.content .side-content .scan-box::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 20px;
        box-shadow: inset rgba(0, 0, 0, 0.25) 0 0 1px;
    }
    section.content .side-content .col-02 .preview,
    section.content .side-content .col-03 .preview,
    section.content .side-content .col-04 .preview {
        height: calc(210px / 4 * 3);
    }
    section.content .text-contact {
        text-align: center;
    }
    section.content .top-box {
        display: block;
        text-align: center;
    }
    section.content .top-box .head {
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        -o-flex: none;
        flex: none;
        margin: 25px auto 15px;
        width: 150px;
    }
    section.content .top-box .member-content {
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        -o-flex: none;
        flex: none;
        margin: 0;
    }
    section.content ul.side-nav {
        display: block;
    }
    section.content:last-of-type {
        padding-bottom: 125px;
    }
    ul[class*='list'] .preview > a {
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 0;
        text-shadow: none;
    }
    ul[class*='list'] .preview > a:hover {
        opacity: 1;
    }
    [id*='twzipcode'] {
        margin-bottom: 15px;
    }
}

@media (min-width: 850px) {
    .homepage-slider .owl-nav .owl-next {
        right: -40px;
    }
    .homepage-slider .owl-nav .owl-prev {
        left: -40px;
    }
}

@media (min-width: 992px) {
    footer [class*='box-'] {
        display: block;
        float: left;
        max-width: auto;
        padding: 0 15px;
        position: relative;
        width: auto;
    }
    footer [class*='box-'] + [class*='box-'] {
        display: block;
        margin-top: 0px;
        width: 300px;
    }
    footer [class*='box-']:last-of-type {
        margin-left: 0px;
    }
    footer .box-menu {
        right: calc(100% - 600px);
    }
    footer .box-social {
        left: 300px;
        width: calc(100% - 600px);
    }
    footer h1 {
        text-align: left;
    }
    nav .nav > li.add-drup .drup-nav {
        padding-left: 310px;
    }
    nav .nav > li.add-drup .nav-slider {
        display: block;
        float: left;
        margin-left: -280px;
        position: relative;
        width: 250px;
    }
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        box-shadow: #fff 0 0 0 3px;
        height: 60px;
        top: calc((100% - 34px) / 2 - 30px);
        width: 60px;
    }
    .owl-nav .owl-next:before,
    .owl-nav .owl-prev:before {
        border-width: 3px 3px 0 0;
        height: 16px;
        top: calc(50% - 8px);
        width: 16px;
    }
    .owl-nav .owl-next,
    .homepage-slider .owl-nav .owl-next {
        right: 15px;
    }
    .owl-nav .owl-next:before {
        right: 24px;
    }
    .owl-nav .owl-prev,
    .homepage-slider .owl-nav .owl-prev {
        left: 15px;
    }
    .owl-nav .owl-prev:before {
        left: 24px;
    }
    section.content .active-cover {
        height: 350px;
    }
    section.content .active-detail {
        padding-left: 405px;
        min-height: 300px;
    }
    section.content .active-detail img {
        width: 360px;
    }
    section.content .album-list li {
        width: calc((100% - 60px) / 4);
    }
    section.content .album-list li:nth-child(3n) {
        margin-right: 20px;
    }
    section.content .album-list li:nth-child(4n) {
        margin-right: 0px;
    }
    section.content .album-list li:nth-child(4) {
        display: block;
    }
    section.content .album-list .preview {
        height: calc(218px / 4 * 3);
    }
    section.content .bonus-box,
    section.content .bonus-list a {
        min-height: calc(240px / 4 * 3);
    }
    section.content .bonus-box .preview,
    section.content .bonus-list .preview {
        bottom: 0;
        height: auto;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 240px;
    }
    section.content .bonus-slider {
        padding: 0 60px;
    }
    section.content .bonus-slider .bonus-content {
        background: rgba(255, 255, 255, 0.75);
        bottom: 0;
        left: 0;
        opacity: 0;
        padding: 25px 30px;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.25s ease;
    }
    section.content .bonus-slider .bonus-content:hover {
        opacity: 1;
    }
    section.content .bonus-slider .item {
        cursor: pointer;
        position: relative;
    }
    section.content .col-03 li,
    section.content .col-04 li {
        width: calc((100% - 60px) / 3);
    }
    section.content .col-03 li:nth-child(2n),
    section.content .col-04 li:nth-child(2n) {
        margin-right: 30px;
    }
    section.content .col-03 li:nth-child(3n),
    section.content .col-04 li:nth-child(3n) {
        margin-right: 0px;
    }
    section.content .col-03 li:nth-child(3),
    section.content .col-04 li:nth-child(3) {
        margin-top: 0;
    }
    section.content .col-02 .preview {
        height: calc(455px / 4 * 3);
    }
    section.content .col-03 .preview,
    section.content .col-04 .preview {
        height: calc(293.33px / 4 * 3);
    }
    section.content .list-table {
        border-collapse: collapse;
        display: table;
    }
    section.content .list-table > li {
        border: none;
        display: table-row;
    }
    section.content .list-table > li > span {
        border: #ddd solid;
        border-width: 1px 0;
        display: table-cell;
        padding: 10px;
        text-align: inherit;
        vertical-align: middle;
        white-space: nowrap;
        word-break: normal;
    }
    section.content .list-table > li > span:after {
        content: none;
    }
    section.content .list-table > li > span[data-title='項目'],
    section.content .list-table > li > span[data-title*='號'] {
        white-space: normal;
        word-break: break-all;
    }
    section.content .list-table > li:nth-child(1) {
        display: table-row;
    }
    section.content .product-detail {
        min-height: 310px;
        padding-left: 390px;
    }
    section.content .product-detail > .preview {
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 360px;
    }
    section.content .product-detail .share-list {
        left: 0;
        position: absolute;
        text-align: center;
        top: 280px;
        width: 360px;
    }
    section.content .side-content .col-02 .preview {
        height: calc(320px / 4 * 3);
    }
    section.content .side-content .col-03 .preview,
    section.content .side-content .col-04 .preview {
        height: calc(203.33px / 4 * 3);
    }
}

@media (min-width: 1120px) {
    .homepage-slider .owl-nav .owl-next {
        right: -75px;
    }
    .homepage-slider .owl-nav .owl-prev {
        left: -75px;
    }
}

@media (min-width: 1200px) {
    a.brand {
        float: left;
        margin: 40px 0 0;
        width: 190px;
    }
    footer [class*='box-'] {
        padding: 0 40px;
    }
    footer [class*='box-'] + [class*='box-'] {
        width: 350px;
    }
    footer .box-menu {
        right: calc(100% - 700px);
    }
    footer .box-social {
        left: 350px;
        width: calc(100% - 700px);
    }
    nav form {
        bottom: auto;
        float: right;
        left: auto;
        margin: 47px 0 0;
        position: static;
        right: auto;
        top: auto;
    }
    nav .nav {
        display: block;
        float: left;
        margin: 47px 0 0 35px;
    }
    nav .nav > li.add-drup .drup-nav {
        top: calc(100% - 11px);
    }
    .owl-nav .owl-next,
    .homepage-slider .owl-nav .owl-next {
        right: 15px;
    }
    .owl-nav .owl-prev,
    .homepage-slider .owl-nav .owl-prev {
        left: 15px;
    }
    section.content .active-cover {
        height: 400px;
    }
    section.content .album-list .preview {
        height: calc(268px / 4 * 3);
    }
    section.content .col-04 li {
        width: calc((100% - 90px) / 4);
    }
    section.content .col-04 li:nth-child(3n) {
        margin-right: 30px;
    }
    section.content .col-04 li:nth-child(4n) {
        margin-right: 0px;
    }
    section.content .col-04 li:nth-child(4) {
        margin-top: 0;
    }
    section.content .col-02 .preview {
        height: calc(555px / 4 * 3);
    }
    section.content .col-03 .preview {
        height: calc(360px / 4 * 3);
    }
    section.content .col-04 .preview {
        height: calc(262.5px / 4 * 3);
    }
    section.content .list-table > li > span[data-title*='序號'] {
        word-break: normal;
    }
    section.content .product-detail {
        min-height: 340px;
        padding-left: 430px;
    }
    section.content .product-detail > .preview {
        width: 400px;
    }
    section.content .product-detail .share-list {
        top: 310px;
        width: 400px;
    }
    section.content .side-content .col-02 .preview {
        height: calc(420px / 4 * 3);
    }
    section.content .side-content .col-03 .preview {
        height: calc(270px / 4 * 3);
    }
    section.content .side-content .col-04 .preview {
        height: calc(195px / 4 * 3);
    }
}

@media (min-width: 1330px) {
    .homepage-slider .owl-nav .owl-next {
        right: -85px;
    }
    .homepage-slider .owl-nav .owl-prev {
        left: -85px;
    }
}

.static-box {
    margin: 0 auto;
    max-width: 650px;
}
.static-list {
    list-style: cjk-ideographic;
}
.static-list > .static-list-item + .static-list-item {
    margin-top: 15px;
}
.static-list .static-list-title {
    font-size: inherit;
    font-weight: 600;
    margin: 0 0 5px;
}
.static-list .static-list-content:last-child {
    margin-bottom: 0;
}

.sitemap-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.sitemap-list > .sitemap-list-item {
    flex: 0 0 100%;
    margin-top: 50px;
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
}
.sitemap-list > .sitemap-list-item:first-child {
    margin-top: 0;
}
.sitemap-list .sitemap-list-title {
    font-size: 20px;
    margin: 0 auto 15px;
}
.sitemap-list .sitemap-list-link {
    border-bottom: 2px dotted #34d4a1;
    padding-bottom: 3px;
}
.sitemap-list .sitemap-list-link::first-letter {
    color: #008c3e;
    font-size: 1.5em;
}
/* .sitemap-list .sitemap-list-title {
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin: 0 auto 15px;
	width: 2.6em;
}
.sitemap-list .sitemap-list-link{
	display: block;
	height: 100%;
	outline: 2px solid #34d4a1;
	padding: 0.1em 0 0.1em 0.2em;
	position: relative;
	width: 100%;
}
.sitemap-list .sitemap-list-link:after,
.sitemap-list .sitemap-list-link:before{
	bottom: 0;
	color: #fff;
	content: attr(data-title);
	left: 0;
	overflow: hidden;
	padding: 0.1em 0 0.1em 0.2em;
	position: absolute;
	right: 0;
	top: 0;

}
.sitemap-list .sitemap-list-link:after{
	background: #34d4a1;
	clip: rect(0, 1.3em, 1.3em, 0);
}
.sitemap-list .sitemap-list-link:before{
	background: #34d4a1;
	clip: rect(1.3em, 2.6em, 2.6em, 1.3em);
} */
@media (min-width: 544px) {
    .sitemap-list > .sitemap-list-item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .sitemap-list > .sitemap-list-item:nth-child(2) {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .sitemap-list > .sitemap-list-item {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .sitemap-list > .sitemap-list-item:nth-child(3) {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .sitemap-list > .sitemap-list-item {
        flex-basis: 25%;
        max-width: 25%;
    }
    .sitemap-list > .sitemap-list-item:nth-child(4) {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
}

.sitemap-extra {
    display: inline-block;
    list-style: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
    text-align: left;
}
.sitemap-extra-item{
	padding-left: 15px;
	position: relative;
}
.sitemap-extra-item + .sitemap-extra-item {
    margin-top: 5px;
}
.sitemap-extra-item:before{
	background: linear-gradient(-45deg, #008c3e 0%, #008c3e 49%,#fff 49%,#fff 51%, #003b90 51%, #003b90 100%);
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}
.sitemap-extra-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
