/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    width: 100%;
    overflow-x: hidden;
    font-family: "Roboto", "Noto Sans TC", sans-serif;
    /*font-size: 62.5%*/
	font-size: 75%
}

body {
    opacity: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1px;
    color: #333335;
    word-break: break-all;
    animation-name: body-zoom-in;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

@keyframes body-zoom-in {
    100% {
        opacity: 1
    }
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

li {
    display: flex
}

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

a,
img {
    display: block
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

.auto-width {
    width: auto !important
}

.mobile-hide {
    display: none
}

@media(min-width: 768px) {
    .mobile-hide {
        display: block
    }

    .tablet-hide {
        display: none
    }
}

@media(min-width: 1280px) {
    .tablet-hide {
        display: block
    }

    .desktop-hide {
        display: none
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.flex--mutiple-col {
    margin-left: -15px;
    margin-right: -15px
}

.col-padding {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.col-mobile-0 {
    width: calc(100% / 12 * 0)
}

.col-mobile-1 {
    width: calc(100% / 12 * 1)
}

.col-mobile-2 {
    width: calc(100% / 12 * 2)
}

.col-mobile-3 {
    width: calc(100% / 12 * 3)
}

.col-mobile-4 {
    width: calc(100% / 12 * 4)
}

.col-mobile-5 {
    width: calc(100% / 12 * 5)
}

.col-mobile-6 {
    width: calc(100% / 12 * 6)
}

.col-mobile-7 {
    width: calc(100% / 12 * 7)
}

.col-mobile-8 {
    width: calc(100% / 12 * 8)
}

.col-mobile-9 {
    width: calc(100% / 12 * 9)
}

.col-mobile-10 {
    width: calc(100% / 12 * 10)
}

.col-mobile-11 {
    width: calc(100% / 12 * 11)
}

.col-mobile-12 {
    width: calc(100% / 12 * 12)
}

@media(min-width: 768px) {
    .col-tablet-0 {
        width: calc(100% / 12 * 0)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-1 {
        width: calc(100% / 12 * 1)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-2 {
        width: calc(100% / 12 * 2)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-3 {
        width: calc(100% / 12 * 3)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-4 {
        width: calc(100% / 12 * 4)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-5 {
        width: calc(100% / 12 * 5)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-6 {
        width: calc(100% / 12 * 6)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-7 {
        width: calc(100% / 12 * 7)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-8 {
        width: calc(100% / 12 * 8)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-9 {
        width: calc(100% / 12 * 9)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-10 {
        width: calc(100% / 12 * 10)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-11 {
        width: calc(100% / 12 * 11)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 768px) {
    .col-tablet-12 {
        width: calc(100% / 12 * 12)
    }

    .col-tablet-auto {
        width: auto
    }
}

@media(min-width: 1280px) {
    .col-desktop-0 {
        width: calc(100% / 12 * 0)
    }
}

@media(min-width: 1280px) {
    .col-desktop-1 {
        width: calc(100% / 12 * 1)
    }
}

@media(min-width: 1280px) {
    .col-desktop-2 {
        width: calc(100% / 12 * 2)
    }
}

@media(min-width: 1280px) {
    .col-desktop-3 {
        width: calc(100% / 12 * 3)
    }
}

@media(min-width: 1280px) {
    .col-desktop-4 {
        width: calc(100% / 12 * 4)
    }
}

@media(min-width: 1280px) {
    .col-desktop-5 {
        width: calc(100% / 12 * 5)
    }
}

@media(min-width: 1280px) {
    .col-desktop-6 {
        width: calc(100% / 12 * 6)
    }
}

@media(min-width: 1280px) {
    .col-desktop-7 {
        width: calc(100% / 12 * 7)
    }
}

@media(min-width: 1280px) {
    .col-desktop-8 {
        width: calc(100% / 12 * 8)
    }
}

@media(min-width: 1280px) {
    .col-desktop-9 {
        width: calc(100% / 12 * 9)
    }
}

@media(min-width: 1280px) {
    .col-desktop-10 {
        width: calc(100% / 12 * 10)
    }
}

@media(min-width: 1280px) {
    .col-desktop-11 {
        width: calc(100% / 12 * 11)
    }
}

@media(min-width: 1280px) {
    .col-desktop-12 {
        width: calc(100% / 12 * 12)
    }
}

.nowrap {
    flex-wrap: nowrap
}

.column {
    flex-direction: column
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink {
    flex-shrink: 1
}

.justify-start {
    justify-content: flex-start
}

.items-start {
    align-items: flex-start
}

.justify-center {
    justify-content: center
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.items-end {
    align-items: flex-end
}

.justify-between {
    justify-content: space-between
}

.paginationjs .paginationjs-pages li {
    border: 0
}

.paginationjs .paginationjs-pages li:last-child {
    border: 0
}

.paginationjs .paginationjs-pages li>a {
    height: 30px;
    line-height: 30px;
    color: rgba(51, 51, 53, .6)
}

.paginationjs .paginationjs-pages li>a,
.paginationjs .paginationjs-pages li.active>a {
    background: transparent
}

.paginationjs .paginationjs-pages li.active>a {
    color: #e3c774
}

.text-red {
    color: #41b08d
}

.text-blue {
    color: #3c70a8
}

.text-grey {
    color: rgba(51, 51, 53, .5)
}

.text-grey-background {
    background: rgba(216, 216, 216, .5)
}

.text-center {
    text-align: center
}

.text-bold-500 {
    font-weight: 500
}

.text-bold-700 {
    font-weight: 700
}

.cursor-pointer {
    cursor: pointer;
    transition: all .3s
}

.cursor-pointer:hover {
    opacity: .7
}

/*
.background-red-linear--top {
    background: #e3c774;
    background: -moz-linear-gradient(top, #e3c774 0%, #f6df9f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e3c774), color-stop(100%, #f6df9f));
    background: -webkit-linear-gradient(top, #e3c774 0%, #f6df9f 100%);
    background: -o-linear-gradient(top, #e3c774 0%, #f6df9f 100%);
    background: -ms-linear-gradient(top, #e3c774 0%, #f6df9f 100%);
    background: linear-gradient(to right bottom, #41c0af 0%, #8add8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3c774", endColorstr="#f6df9f", GradientType=0)
}
*/

.background-red-linear--top {
    background: #42b18e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3c774", endColorstr="#f6df9f", GradientType=0)
}

.background-red-linear--bottom {
    background: #f6df9f;
    background: -moz-linear-gradient(top, #f6df9f 0%, #e3c774 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6df9f), color-stop(100%, #e3c774));
    background: -webkit-linear-gradient(top, #f6df9f 0%, #e3c774 100%);
    background: -o-linear-gradient(top, #f6df9f 0%, #e3c774 100%);
    background: -ms-linear-gradient(top, #f6df9f 0%, #e3c774 100%);
    background: linear-gradient(to left, #8add8f 0%, #41c0af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6df9f", endColorstr="#e3c774", GradientType=0)
}

.background-red-linear--right {
    background: #e3c774;
    background: -moz-linear-gradient(left, #f6df9f 0%, #e3c774 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #f6df9f), color-stop(100%, #e3c774));
    background: -webkit-linear-gradient(left, #f6df9f 0%, #e3c774 100%);
    background: -o-linear-gradient(left, #f6df9f 0%, #e3c774 100%);
    background: -ms-linear-gradient(left, #f6df9f 0%, #e3c774 100%);
    background: #43b08d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6df9f", endColorstr="#e3c774", GradientType=1)
}

.input,
.select,
.textarea {
    font-family: "Roboto", "Noto Sans TC", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1px;
    color: #333335;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #fff
}

.input:disabled,
.select:disabled,
.textarea:disabled {
    border: 0;
    color: #333335
}

.input:focus,
.select:focus,
.textarea:focus {
    outline: none;
    color: #333335
}

.input {
    width: 0
}

.input--form,
.textarea--form {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    box-sizing: border-box
}

.input--form:focus,
.textarea--form:focus {
    border: 1px solid #979797
}

.radio,
.checkbox {
    margin-right: 15px
}

.link-red {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #43b08d;
    font-size: 1.4rem;
    line-height: 1;
    min-height: 40px;
    min-width: 40px;
    cursor: pointer;
    transition: all .3s
}

.link-red__image {
    flex-shrink: 0
}

.link-red__text {
    margin-left: 10px
}

.link-red:hover {
    opacity: .7
}

.link-list {
    display: flex;
    flex-wrap: wrap
}

.link-list__item {
    display: flex;
    align-items: center;
    color: rgba(51, 51, 53, .8);
    cursor: pointer;
    transition: all .3s
}

.link-list__item::before {
    content: "|";
    display: block;
    margin: 0 15px
}

.link-list__item:first-child::before {
    content: none
}

.link-list__item:hover {
    opacity: .7
}

.banner-slick {
    width: 100%;
    padding-bottom: calc(235 / 320 * 100%);
    position: relative
}

.banner-slick__absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-slick__relative {
    position: relative;
    width: 100%;
    height: 100%
}

.banner-slick__item {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.banner-slick .slick-list,
.banner-slick .slick-track {
    height: 100%
}

.banner-slick li button {
    color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer
}

.banner-slick .slick-dots {
    position: absolute;
    left: 23px;
    bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px
}

.banner-slick li {
    margin: 0 6px
}

.banner-slick li button {
    width: 12px;
    height: 12px;
    background: #d8d8d8;
    border-radius: 50%;
    border: 1px solid #979797
}

.banner-slick li.slick-active button {
    background: #fff
}

@media(min-width: 768px) {
    .banner-slick {
        padding-bottom: calc(485 / 900 * 100%)
    }
}

.main {
    width: 100%;
    padding-bottom: 46px
}

.main--two-column {
    display: flex
}

.main__left-column {
    display: none;
    width: 185px;
    padding-right: 17px;
    flex-shrink: 0
}

.main__right-column {
    width: 100%
}

.main__container {
    padding: 0 16px
}

@media(min-width: 768px) {
    .main {
        padding-bottom: 38px
    }

    .main__container {
        padding: 0 26px
    }
}

@media(min-width: 1280px) {
    .main {
        max-width: calc(1120px + (29px * 2));
        margin: 0 auto;
        padding: 0 29px;
        padding-bottom: 59px
    }

    .main__left-column {
        display: block
    }

    .main__right-column {
        padding-left: 17px;
        width: auto;
        flex-grow: 1
    }

    .main__container {
        padding: 0
    }
}

.product-special-area {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box
}

.product-special-area--absolute {
    display: none
}

.product-special-area__item {
    min-width: 79px;
    text-align: center;
    margin: 0 6px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 1.1rem
}

.product-special-area .slick-arrow {
    background: transparent;
    color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../images/icon/red_left_arrow.svg) no-repeat center;
    background-size: 7px auto;
    transform: all .3s
}

.product-special-area .slick-arrow:hover {
    opacity: .7
}

.product-special-area .slick-prev {
    left: 0
}

.product-special-area .slick-next {
    right: 0;
    transform: rotate(180deg)
}

@media(min-width: 768px) {
    .product-special-area {
        padding: 0 73px
    }

    .product-special-area__item {
        min-width: 125px;
        margin: 0 10px;
        padding: 22px 10px;
        font-size: 1.4rem
    }

    .product-special-area .slick-arrow {
        width: 73px;
        height: 73px;
        background-size: 12px auto
    }
}

@media(min-width: 1280px) {
    .product-special-area {
        width: auto;
        padding: 0;
        margin-left: -3px;
        display: flex;
        flex-wrap: wrap
    }

    .product-special-area--absolute {
        display: flex;
        width: auto;
        position: absolute;
        right: calc(29px + 280px);
        left: calc(29px + 140px);
        bottom: 0;
        justify-content: center;
        margin-left: 0
    }

    .product-special-area__item {
        min-width: 100px;
        margin: 0 3px;
        padding: 10px;
        font-size: 1.2rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.product-category-list {
    display: flex;
    flex-direction: column;
    color: #ffffff
}

.product-category-list__title {
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 20px
}

.product-category-list__container {
    flex-grow: 1;
    padding: 22px 40px
}

.product-category-list__item {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    transition: all .3s;
    margin-top: 22px
}

.product-category-list__item:first-child {
    margin-top: 0
}

.product-category-list__item:hover {
    opacity: .7
}

.product-category-list--red-text {
    color: #ffffff;
    border: 1px solid #42b08d
}

.product-category-list--red-text .product-category-list__title {
    background: #43b08d;
    padding: 12px 40px
}

.product-category-list--red-text .product-category-list__item {
    color: #40b08d
}

.product-category-list--red-text .product-category-list__item--active {
    color: #333335
}

.product-red-title-box {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden
}

.product-red-title-box__title {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    padding: 16px 10px
}

.product-red-title-box__container {
    padding: 10px;
    background: #f0f0f0
}

@media(min-width: 768px) {
    .product-red-title-box {
        margin-top: 30px
    }

    .product-red-title-box__title {
        font-size: 1.8rem;
        line-height: 130%
    }

    .product-red-title-box__container {
        padding: 30px 0px
    }
}

@media(min-width: 1280px) {
    .product-red-title-box {
        margin-top: 35px
    }

    .product-red-title-box__title {
        font-size: 1.4rem;
        text-align: left;
        padding: 10px 29px
    }

    .product-red-title-box__container {
        padding: 15px 9px
    }
}

.product-card {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.1rem
}

.product-card__container {
    position: relative;
    transition: all .3s
}

.product-card__container:hover {
    opacity: .7
}

.product-card__image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.product-card__title {
    color: #333335;
    font-weight: 700;
    margin-top: 10px
}

.product-card__price,
.product-card__discount {
    display: inline-block;
    margin: 0 auto;
    margin-top: 5px;
    color: #41b28d;
    font-weight: 700
}

.product-card__discount {
    border: 1px solid #009688;
    border-radius: 5px;
    padding: 2px 4px;
    font-size: 1rem
}

.product-card__tag {
    position: absolute;
    top: 7px;
    left: -10px;
    color: #000;
    background: #e3c774;
    padding: 3px 5px
}

@media(min-width: 768px) {
    .product-card {
        padding: 15px 45px;
        font-size: 1.8rem;
        line-height: 130%
    }

    .product-card__title {
        margin-top: 20px
    }

    .product-card__title,
    .product-card__discount {
        font-size: 1.3rem
    }

    .product-card__price,
    .product-card__discount {
        margin-top: 15px
    }

    .product-card__tag {
        top: 16px;
        left: -20px;
        padding: 10px 33px;
        letter-spacing: 2px
    }
}

@media(min-width: 1280px) {
    .product-card {
        padding: 20px;
        text-align: left;
        font-size: 1.3rem
    }

    .product-card__price,
    .product-card__discount {
        margin: 0;
        margin-top: 10px
    }

    .product-card__price {
        font-size: 1.8rem;
        line-height: 130%
    }

    .product-card__tag {
        top: 10px;
        left: -10px;
        font-size: 1.1rem;
        letter-spacing: 1px;
        padding: 3px 10px
    }
}

.event-card {
    margin: 0 -5px;
    padding-top: 15px
}

.event-card__container {
    padding: 0 5px;
    padding-top: 10px;
    box-sizing: border-box
}

.event-card__item {
    width: 100%;
    padding-bottom: calc(267 / 223 * 100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s
}

.event-card__item:hover {
    opacity: .7
}

@media(min-width: 768px) {
    .event-card {
        margin: 0 -10px;
        padding-top: 20px
    }

    .event-card__container {
        padding: 0 10px;
        padding-top: 15px
    }
}

@media(min-width: 1280px) {
    .event-card {
        margin: 0 -5px;
        padding-top: 20px
    }

    .event-card__container {
        padding: 0 5px;
        padding-top: 15px
    }
}

.sales-rank {
    border: 1px solid #43b08d
}

.sales-rank__title {
    background: #43b08d;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0
}

.sales-rank__container {
    padding: 1px 0
}

.sales-rank__item {
    color: #333335;
    margin: 15px 12px;
    transition: all .3s
}

.sales-rank__item:hover {
    opacity: .7
}

.sales-rank__image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.sales-rank__sub-title,
.sales-rank__price {
    font-size: 1.1rem;
    font-weight: 700
}

.sales-rank__price {
    color: #3fb090;
}

.banner {
    padding-top: 18px
}

.banner a {
    transition: all .3s
}

.banner a:hover {
    opacity: .7
}

.banner img {
    width: 100%;
    height: auto;
    border: 1px solid #979797
}

.website-location {
    font-size: 1.1rem;
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap
}

.website-location__item {
    color: rgba(51, 51, 53, .7);
    transition: all .3s
}

.website-location__item:last-child {
    color: #3fb18d
}

.website-location__item::before {
    content: "/";
    margin: 0 5px;
    color: rgba(51, 51, 53, .7)
}

.website-location__item:first-child::before {
    content: none
}

.website-location__item:hover {
    opacity: .7
}

@media(min-width: 768px) {
    .website-location {
        font-size: 1.8rem;
        line-height: 130%
    }
}

@media(min-width: 1280px) {
    .website-location {
        font-size: 1.2rem
    }
}

.red-linear-button {
    color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all .3s
}

.red-linear-button:hover {
    opacity: .7
}

.grey-border-button {
    color: #333335;
    border: 1px solid #333335;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all .3s
}

.grey-border-button:hover {
    opacity: .7
}

.input-stepper {
    display: flex
}

.input-stepper__increment,
.input-stepper__decrement {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #41b28e;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

.input-stepper__increment:hover,
.input-stepper__decrement:hover {
    opacity: .7
}

.input-stepper__input {
    margin: 0 7px;
    border: 1px solid #979797;
    width: 63px;
    text-align: center
}

.table {
    width: 100%;
    font-size: 1rem;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797
}

.table td {
    padding: 12px 14px;
    box-sizing: border-box;
    border-top: 1px solid #979797
}

.table__title {
    background: #d8d8d8;
    width: 15%;
    min-width: 80px
}

.table__content {
    background: #fff;
    width: 85%
}

.table tr:last-child td {
    border-bottom: 1px solid #979797
}

@media(min-width: 1280px) {
    .table {
        font-size: 1.3rem
    }
}

.two-column-detail__left-column {
    max-width: 534px;
    margin: 0 auto;
    padding: 18px 16px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.two-column-detail__right-column {
    padding: 12px 22px 0 22px
}

.two-column-detail__image {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #979797;
    box-sizing: border-box
}

.two-column-detail__row {
    border-top: 1px solid #979797;
    margin: 0 -22px;
    padding: 0 22px 10px 22px
}

.two-column-detail .h1 {
    font-size: 1.1rem;
    color: #41b28e;
    margin-bottom: 22px
}

.two-column-detail .h2 {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.two-column-detail .h3 {
    font-size: 1rem
}

.two-column-detail .p {
    font-size: 1rem;
    color: #706b66
}

.two-column-detail .h1,
.two-column-detail .h2,
.two-column-detail .h3,
.two-column-detail .p,
.two-column-detail .input-stepper {
    margin-top: 10px
}

.two-column-detail .red-linear-button {
    margin-top: 13px;
    font-size: 1.4rem;
    padding: 17px;
    border-radius: 30px
}

@media(min-width: 768px) {
    .two-column-detail__left-column {
        padding: 22px 117px 0 117px
    }

    .two-column-detail__right-column {
        padding: 47px 70px 0 70px
    }

    .two-column-detail__row {
        margin: 0;
        padding: 0;
        padding-bottom: 17px
    }

    .two-column-detail .h1 {
        font-size: 2.4rem;
        line-height: 130%;
        margin-bottom: 12px
    }

    .two-column-detail .h2 {
        font-size: 2rem;
        line-height: 130%
    }

    .two-column-detail .h3 {
        font-size: 1.3rem
    }

    .two-column-detail .p {
        font-size: 1.3rem
    }

    .two-column-detail .h1,
    .two-column-detail .h2,
    .two-column-detail .h3,
    .two-column-detail .p,
    .two-column-detail .input-stepper {
        margin-top: 17px
    }

    .two-column-detail .red-linear-button {
        margin-top: 50px;
        font-size: 1.8rem
    }
}

@media(min-width: 1280px) {
    .two-column-detail {
        display: flex;
        padding-top: 14px
    }

    .two-column-detail__left-column {
        max-width: none;
        margin: 0;
        width: 450px;
        flex-shrink: 0;
        padding: 0;
        align-items: flex-start
    }

    .two-column-detail__right-column {
        flex-grow: 1;
        padding: 0;
        padding-left: 42px
    }

    .two-column-detail .h2 {
        margin-top: 0
    }

    .two-column-detail .red-linear-button {
        margin-top: 62px;
        padding: 17px 50px;
        display: inline-flex;
        font-size: 1.3rem
    }
}

.tab {
    position: relative;
    margin-top: 10px
}

.tab__container {
    width: 100%;
    display: table;
    table-layout: fixed
}

.tab__item {
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    display: table-cell;
    cursor: pointer;
    transition: all .3s
}

.tab__item:hover {
    opacity: .7
}

.tab__line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 7px;
    background: #43b18e;
    transition: left .3s
}

.tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #979797
}

@media(min-width: 768px) {
    .tab {
        margin: 0 49px;
        margin-top: 15px
    }

    .tab__container {
        display: block
    }

    .tab__item {
        width: 100px
    }

    .tab::before {
        left: -49px;
        right: -49px
    }
}

@media(min-width: 1280px) {
    .tab {
        margin: 0;
        margin-top: 48px
    }

    .tab::before {
        left: 0;
        right: 0
    }
}

.tab-content {
    padding: 0 16px
}

.tab-content__item {
    display: none
}

.tab-content__item--active {
    display: block
}

.tab-content .image,
.tab-content .p,
.tab-content .table {
    margin-top: 30px
}

.tab-content .image {
    max-width: 100%;
    height: auto;
    border: 1px solid #979797
}

.tab-content .p {
    font-size: 1rem
}

.tab-content .table {
    width: calc(100% + (17px * 2));
    margin-left: -17px;
    margin-right: -17px
}

@media(min-width: 768px) {
    .tab-content {
        padding: 0 49px
    }

    .tab-content .p {
        font-size: 1.3rem
    }

    .tab-content .table {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width: 1280px) {
    .tab-content {
        padding: 0
    }
}

.page-title {
    font-size: 1.8rem;
    line-height: 130%;
    text-align: center;
    margin-top: 25px
}

@media(min-width: 768px) {
    .page-title {
        font-size: 3rem;
        line-height: 130%;
        letter-spacing: 2px;
        margin-top: 40px
    }
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 53, .46);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal--hide {
    display: none !important
}

.modal__container {
    position: relative;
    background: #fff;
    margin: 15px;
    padding: 30px 15px;
    min-width: 200px
}

.modal__container--full-width {
    width: 100%;
    min-width: auto;
    box-sizing: border-box
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icon/close.svg) no-repeat center;
    background-size: 14px 14px;
    cursor: pointer;
    transition: all .3s
}

.modal__close:hover {
    opacity: .7
}

.modal__title {
    font-size: 1.3rem;
    padding: 0 35px;
    text-align: center;
    margin-bottom: 30px
}

.modal .red-linear-button,
.modal .grey-border-button {
    margin-top: 30px
}

.modal .p {
    font-size: 1.2rem
}

@media(min-width: 768px) {
    .modal__container {
        margin: 120px;
        padding: 30px 65px;
        max-width: 530px;
        min-width: 300px
    }

    .modal__title {
        font-size: 2rem;
        line-height: 130%;
        letter-spacing: 1.5px;
        padding: 0
    }

    .modal .red-linear-button,
    .modal .grey-border-button {
        max-width: 233px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 17px;
        padding-bottom: 17px;
        border-radius: 30px
    }
}

@media(min-width: 1280px) {
    .modal__container {
        margin: 265px;
        padding: 40px 65px
    }

    .modal__title {
        font-size: 3rem;
        line-height: 130%;
        letter-spacing: 2px;
        margin-bottom: 50px
    }
}

.common-form .form-item {
    margin-top: 15px
}

.common-form .form-item-gutter {
    margin-left: -7px;
    margin-right: -7px
}

.common-form .form-item-gutter .input,
.common-form .form-item-gutter .select,
.common-form .form-item-gutter .textarea,
.common-form .form-item-gutter .p {
    margin-left: 7px;
    margin-right: 7px
}

.common-form .label {
    width: 60px;
    font-size: 1.2rem;
    line-height: 40px;
    padding-right: 10px;
    box-sizing: border-box
}

.common-form .input,
.common-form .select,
.common-form .textarea {
    border: 1px solid #979797;
    flex-grow: 1;
    padding: 10px
}

.common-form .select {
    appearance: none;
    background: url(../images/icon/select_black_down.svg) no-repeat;
    background-size: 9px auto;
    background-position: center right 5px;
    padding-right: calc(10px + 9px + (5px * 2))
}

.common-form .input:focus,
.common-form .select:focus,
.common-form .textarea:focus {
    border: 1px solid #000
}

@media(min-width: 768px) {
    .common-form .form-item-gutter {
        margin-left: -12px;
        margin-right: -12px
    }

    .common-form .form-item-gutter .input,
    .common-form .form-item-gutter .select,
    .common-form .form-item-gutter .textarea,
    .common-form .form-item-gutter .p {
        margin-left: 12px;
        margin-right: 12px
    }

    .common-form .label {
        font-size: 1.6rem;
        width: 80px
    }
}

.icon-delete-button {
    width: 40px;
    height: 40px;
    background: url(../images/icon/trash.svg) no-repeat center;
    background-size: 20px auto
}

.icon-loader {
    width: 57px;
    height: 57px;
    position: relative
}

.icon-loader__container {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 1
}

.icon-loader__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-items: center
}

.icon-loader__icon,
.icon-loader__icon:after {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.icon-loader__icon {
    margin: 0 auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, .2);
    border-right: 5px solid rgba(255, 255, 255, .2);
    border-bottom: 5px solid rgba(255, 255, 255, .2);
    border-left: 5px solid #fff;
    transform: translateZ(0);
    animation: loader 1.1s infinite linear
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.nav {
    width: 100%;
    background: #fff;
    padding: 0 14px;
    box-sizing: border-box
}

.nav.scrolling {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.nav .product-category-list {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -185px;
    width: 185px;
    z-index: 2;
    transition: all .3s
}

.nav .product-category-list--active {
    left: 0
}

@media(min-width: 768px) {
    .nav {
        padding: 12px 29px
    }
}

@media(min-width: 1280px) {
    .nav {
        position: relative;
        max-width: calc(1120px + (29px * 2));
        margin: 0 auto
    }

    .nav.scrolling {
        position: relative
    }

    .nav .product-category-list {
        display: none !important
    }
}

.nav-hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: calc((23px - 40px) / 2);
    flex-shrink: 0;
    cursor: pointer;
    z-index: 1;
    transition: .3s all
}

.nav-hamburger__container {
    width: 23px;
    height: calc((2px * 3) + (4px * 2));
    position: relative
}

.nav-hamburger__line {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: #42b08b;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.nav-hamburger__line.top {
    top: 0
}

.nav-hamburger__line.center {
    top: calc(2px + 4px)
}

.nav-hamburger__line.bottom {
    top: calc((2px + 4px) * 2)
}

@media(min-width: 768px) {
    .nav-hamburger {
        margin-left: calc(((23px * 1.6) - 40px) / 2);
        transform: scale(1.6)
    }
}

@media(min-width: 1280px) {
    .nav-hamburger {
        display: none
    }
}

.nav-logo {
    width: 84px
}

@media(min-width: 768px) {
    .nav-logo {
        width: 120px
    }
}

@media(min-width: 1280px) {
    .nav-logo {
        width: 194px
    }
}

.nav-user .link-red__text {
    display: none
}

@media(min-width: 768px) {
    .nav-user .link-red__text {
        display: block
    }
}

@media(min-width: 1280px) {
    .nav-user {
        display: none
    }
}

.nav-main {
    display: flex;
    align-items: center
}

@media(min-width: 768px) {
    .nav-main {
        flex-grow: 1;
        padding: 0 107px
    }

    .nav-main .nav-search {
        width: calc(100% - (3px * 2))
    }
}

@media(min-width: 1280px) {
    .nav-main {
        padding: 0;
        justify-content: space-between
    }

    .nav-main__center {
        padding-left: 110px;
        padding-right: 30px
    }

    .nav-main .nav-logo {
        margin-left: -26px
    }

    .nav-main .nav-search {
        margin-top: 30px
    }

    .nav-main::after {
        content: "";
        display: block;
        width: 194px;
        margin-right: -26px
    }

    .nav-main--two-column::after {
        content: none
    }

    .nav-main--two-column .nav-main__center {
        padding-right: 0;
        max-width: 280px
    }

    .nav-main--two-column .nav-search {
        margin-top: 0
    }
}

.nav-search {
    position: relative;
    padding: 3px;
    display: none;
    height: 40px;
    background: #42b08b;
    border-radius: 30px;
    overflow: hidden
}

.nav-search__input {
    font-size: 1.4rem;
    line-height: 130%;
    padding: 0 20px !important;
    border-radius: 30px;
    padding-right: calc(86px + 20px)
}

.nav-search__button {
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
    z-index: 1;
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    color: #ffffff
}

@media(min-width: 768px) {
    .nav-search {
        display: flex
    }

    .nav-search__input {
        flex-grow: 1;
        width: auto
    }
}

.nav-keyword {
    display: none;
    flex-wrap: wrap;
    padding-left: 13px
}

.nav-keyword__item {
    color: rgba(51, 51, 53, .7);
    font-size: 1.2rem;
    transition: all .3s;
    margin-left: 10px;
    margin-top: 5px
}

.nav-keyword__item:hover {
    color: rgba(196, 14, 18, .7)
}

@media(min-width: 1280px) {
    .nav-keyword {
        display: flex
    }
}

.nav-desktop-list {
    width: 100%;
    display: none;
    justify-content: center;
    background: #ececec
}

.nav-desktop-list__container {
    width: 100%;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-desktop-list .link-red+.link-list {
    padding-left: 90px
}

@media(min-width: 1280px) {
    .nav-desktop-list {
        display: flex
    }
}

.nav-sub-content {
    width: 100%;
    position: relative;
    display: flex;
    font-size: 1rem
}

.nav-mobile-category {
    appearance: none;
    background: #333335;
    color: #000;
    font-size: 1rem;
    padding: 10px;
    background-image: url(../images/icon/select_white_down.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 8px auto;
    padding-right: calc(10px + 8px + 10px)
}

@media(min-width: 768px) {
    .nav-mobile-category {
        display: none
    }
}

.nav-tablet-category {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    background: #453e3e;
    width: 100%
}

.nav-tablet-category__item {
    display: flex;
    align-items: center;
    color: #000;
    padding: 12px 15px;
    padding-left: 0
}

.nav-tablet-category__item:before {
    content: "|";
    padding-right: 15px
}

.nav-tablet-category__item:last-child {
    padding-right: 0
}

.nav-tablet-category__item:last-child:after {
    content: "|";
    padding-left: 15px
}

.nav-tablet-category__item--active {
    background: #f8605f;
    padding-right: 15px !important
}

.nav-tablet-category__item--active:before {
    content: ""
}

.nav-tablet-category__item--active:after {
    content: none !important
}

.nav-tablet-category__item--active+.nav-tablet-category__item:before {
    content: ""
}

.nav-tablet-category__item__text {
    transition: all .3s
}

.nav-tablet-category__item:hover .nav-tablet-category__item__text {
    opacity: .7
}

@media(min-width: 768px) {
    .nav-tablet-category {
        display: flex
    }
}

.nav-mobile-search {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 10px
}

.nav-mobile-search__input {
    flex-grow: 1;
    color: #333335;
    font-size: 1rem;
    line-height: 130%;
    padding: 7px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: solid 1px #42b18d;
    line-height: initial;
}

.nav-mobile-search__button {
    color: #fbfbfb;
    background: #41b28e;
    padding: 7px 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    flex-shrink: 0;
    cursor: pointer
}

@media(min-width: 768px) {
    .nav-mobile-search {
        display: none
    }
}

.nav-mobile-list {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.nav-mobile-list.scrolling {
    position: fixed;
    top: 49.36px;
    right: 0;
    z-index: 2
}

.nav-mobile-list__item {
    color: #ffffff;
    text-align: center;
    padding: 13px 40px;
    border-top: 1px solid #fff;
    transition: all .3s
}

.nav-mobile-list__item:first-child {
    border: 0
}

.nav-mobile-list__item:hover {
    opacity: .7
}

@media(min-width: 1280px) {
    .nav-mobile-list {
        display: none !important
    }
}

.footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f0f0f0;
    color: #cacaca;
    margin-top: 100px
}

.footer__logo {
    display: none
}

.footer__list {
    display: inline-flex;
    flex-direction: column;
    margin-top: -30px;
    width: 50%;
    float: left;
    text-align: center
}

.footer__link {
    margin: 0 30px;
    margin-top: 30px;
    font-size: 1.4rem;
    color: #333335;
    letter-spacing: 3px;
    padding-left: 3px;
    transition: all .3s
}

.footer__link:hover {
    opacity: .7
}

.footer__qrcode {
    clear: both;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer__qrcode img {
    margin-top: 40px
}

.footer .red-linear-button {
    margin-top: 15px
}

@media(min-width: 768px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 38px
    }

    .footer__container {
        display: flex;
        align-items: flex-start;
        justify-content: space-around
    }

    .footer__list {
        float: none;
        width: auto;
        text-align: left
    }

    .footer__link {
        margin-left: 0;
        margin-right: 0
    }

    .footer__qrcode {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .footer__qrcode img {
        margin-top: 0
    }

    .footer .red-linear-button {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0;
        color: #e3c774;
        background: transparent;
        border-radius: 0;
        text-align: left
    }
}

@media(min-width: 1280px) {
    .footer__container {
        max-width: 970px;
        margin: 0 auto;
        justify-content: space-between
    }

    .footer__logo {
        display: block
    }

    .footer__logo,
    .footer__list {
        padding-top: 31px
    }

    .footer__link {
        font-size: 1.2rem
    }
}

.footer-copyright {
    margin-top: 40px;
    font-size: 1.2rem;
    text-align: center
}

@media(min-width: 768px) {
    .footer-copyright {
        margin-top: 78px
    }
}

#sign-in {
    display: none
}

#sign .p {
    margin-top: 25px
}

@media(min-width: 768px) {
    #sign .modal__container {
        max-width: 910px
    }

    #sign-up,
    #sign-in {
        display: block !important
    }

    #sign-up-link {
        display: none
    }

    #sign-in {
        position: relative;
        padding-top: 30px
    }

    #sign-in .modal__title {
        margin-top: 30px
    }

    #sign-in::before {
        content: "";
        position: absolute;
        top: 30px;
        left: -65px;
        right: -65px;
        display: block;
        height: 1px;
        background: #979797
    }
}

@media(min-width: 1280px) {
    #sign .modal__content {
        display: flex
    }

    #sign #sign-up,
    #sign #sign-in {
        width: 50%;
        box-sizing: border-box
    }

    #sign .modal__title {
        font-size: 2rem;
        line-height: 130%
    }

    #sign-up {
        padding-right: 27px
    }

    #sign-in {
        padding-top: 0px;
        padding-left: 27px
    }

    #sign-in .modal__title {
        margin-top: 0px
    }

    #sign-in::before {
        top: 0;
        left: 0;
        right: auto;
        width: 1px;
        height: 100%
    }

    #sign-up .red-linear-button,
    #sign-in .red-linear-button {
        margin-left: 80px !important;
        margin-right: 0 !important
    }
}

#index .banner-slick {
    margin-bottom: 20px
}

#index .sales-rank {
    margin-top: 35px
}

@media(min-width: 768px) {
    #index .banner-slick {
        margin-bottom: 30px
    }
}

@media(min-width: 1280px) {
    #index .banner-slick {
        order: 2;
        margin-bottom: 0
    }

    #index .product-special-area {
        order: 1
    }

    #index .event-card-list {
        max-width: 354px
    }
}

.index-recommend-product {
    margin-top: 30px
}

.index-recommend-product__title {
    color: #41b18d;
    font-size: 1.4rem;
    font-weight: 700;
    border-left: 5px solid #009688;
    padding-left: 15px
}

.index-recommend-product__container {
    margin-top: 15px;
    border-top: 1px solid #979797
}

.index-recommend-product__item {
    width: calc((100% - 3px) / 4);
    border-left: 1px solid #979797;
    padding: 0 12px;
    box-sizing: border-box
}

.index-recommend-product__item:first-child {
    border: 0;
    padding-left: 0
}

.index-recommend-product__item:last-child {
    padding-right: 0
}

.index-recommend-product .h1,
.index-recommend-product .h2,
.index-recommend-product .h3 {
    color: rgba(51, 51, 53, .85)
}

.index-recommend-product .h1 {
    font-size: 1.8rem;
    line-height: 130%;
    margin-top: 25px;
    margin-bottom: 20px
}

.index-recommend-product .h2 {
    font-size: 1.4rem;
    margin-top: 5px
}

.index-recommend-product .h3 {
    font-size: 1.2rem;
    margin-top: 5px
}

.index-recommend-product__button {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 5px 10px;
    border: 2px solid #e3c774;
    border-radius: 20px;
    color: #e3c774;
    font-weight: 700;
    transition: all .3s
}

.index-recommend-product__button:hover {
    opacity: .7
}

.index-recommend-product__button::after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/icon/red_right_arrow2.svg) no-repeat center;
    background-size: contain;
    margin-left: 5px
}

.index-recommend-product__image {
    margin-top: 5px;
    width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #979797;
    flex-shrink: 0;
    margin-right: 24px
}

#shop-category .sales-rank {
    margin-top: 35px
}

#shop-category .website-location {
    padding: 27px 16px 0 16px
}

#shop-category .product-card-list {
    margin: 0 -3px
}

#shop-category .product-card {
    padding: 20px 13px
}

@media(min-width: 768px) {
    #shop-category .website-location {
        padding: 37px 48px 0 37px
    }

    #shop-category .product-card-list {
        padding-top: 30px;
        margin: 0 -11px
    }

    #shop-category .product-card {
        padding: 30px 45px
    }
}

@media(min-width: 1280px) {
    #shop-category .main {
        padding-top: 30px
    }

    #shop-category .banner-slick {
        margin-top: 28px;
        order: 2
    }

    #shop-category .website-location {
        padding: 0;
        order: 1
    }

    #shop-category .product-card-list {
        padding: 0;
        padding-top: 10px;
        margin: 0 -20px
    }

    #shop-category .product-card {
        padding: 45px 30px
    }
}

#shop-product .sales-rank {
    margin-top: 35px
}

#shop-product .website-location {
    padding: 27px 16px 0 16px
}

#shop-product .product-red-title-box {
    margin: 30px 16px 0 16px
}

@media(min-width: 768px) {
    #shop-product .website-location {
        padding: 37px 48px 0 37px
    }

    #shop-product .product-red-title-box {
        margin: 48px 20px 0 20px
    }
}

@media(min-width: 1280px) {
    #shop-product .main {
        padding-top: 30px
    }

    #shop-product .website-location {
        padding: 0;
        order: 1
    }

    #shop-product .product-red-title-box {
        margin: 48px 0 0 0
    }
}

.shop-product-slick {
    margin: 0 auto;
    margin-top: 13px;
    width: calc(100% - (2.5px * 4) - (16px * 2) - 2px)
}

.shop-product-slick__item {
    padding: 0 2.5px
}

.shop-product-slick__image {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #979797;
    box-sizing: border-box;
    cursor: pointer;
    transform: all .3s
}

.shop-product-slick__image:hover {
    opacity: .7
}

.shop-product-slick .slick-arrow {
    background: transparent;
    color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 100%;
    background: #d8d8d8;
    transform: all .3s
}

.shop-product-slick .slick-arrow:hover {
    opacity: .7
}

.shop-product-slick .slick-arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon/grey_right_arrow2.svg) no-repeat center;
    background-size: contain
}

.shop-product-slick .slick-prev {
    left: calc(-2.5px - 16px)
}

.shop-product-slick .slick-prev::before {
    transform: rotate(180deg)
}

.shop-product-slick .slick-next {
    right: calc(-2.5px - 16px - 2px)
}

@media(min-width: 768px) {
    .shop-product-slick {
        margin: 0 auto;
        margin-top: 23px;
        width: calc(100% - (5px * 2) - (29px * 2) - 2px)
    }

    .shop-product-slick__item {
        padding: 0 5px
    }

    .shop-product-slick .slick-arrow {
        width: 29px
    }

    .shop-product-slick .slick-arrow::before {
        width: 12px;
        height: 12px
    }

    .shop-product-slick .slick-prev {
        left: calc(-5px - 29px)
    }

    .shop-product-slick .slick-next {
        right: calc(-5px - 29px - 2px)
    }
}

@media(min-width: 768px) {
    .shop-product-slick {
        margin: 0 auto;
        margin-top: 15px;
        width: calc(100% - (5px * 2) - (24px * 2) - 2px)
    }

    .shop-product-slick .slick-arrow {
        width: 24px
    }

    .shop-product-slick .slick-arrow::before {
        width: 10px;
        height: 10px
    }

    .shop-product-slick .slick-prev {
        left: calc(-5px - 24px)
    }

    .shop-product-slick .slick-next {
        right: calc(-5px - 24px - 2px)
    }
}

#special-offer .website-location {
    padding: 27px 16px 0 16px
}

#special-offer .product-card-list {
    margin: 0 -3px
}

#special-offer .product-card {
    padding: 20px 13px
}

@media(min-width: 768px) {
    #special-offer .website-location {
        padding: 37px 48px 0 37px
    }

    #special-offer .product-card-list {
        padding-top: 30px;
        margin: 0 -11px
    }

    #special-offer .product-card {
        padding: 30px 45px
    }
}

@media(min-width: 1280px) {
    #special-offer .main {
        padding-top: 30px
    }

    #special-offer .banner-slick {
        margin-top: 28px;
        order: 2
    }

    #special-offer .website-location {
        padding: 0;
        order: 1
    }

    #special-offer .product-card-list {
        padding: 0;
        padding-top: 10px;
        margin: 0 -20px
    }

    #special-offer .product-card {
        padding: 45px 30px
    }
}

#brand-list .banner-slick {
    margin-bottom: 20px
}

#brand-list .product-card-list {
    margin: 0 -3px
}

#brand-list .product-card {
    padding: 20px 13px
}

#brand-list .pagination-container {
    margin-top: 40px
}

@media(min-width: 768px) {
    #brand-list .nav-tablet-category {
        display: none
    }

    #brand-list .banner-slick {
        margin-bottom: 30px
    }

    #brand-list .product-card-list {
        padding-top: 30px;
        margin: 0 -11px
    }

    #brand-list .product-card {
        padding: 30px 45px
    }

    #brand-list .pagination-container {
        margin-top: 64px
    }
}

@media(min-width: 1280px) {
    #brand-list .product-special-area {
        display: none
    }

    #brand-list .nav-tablet-category {
        display: flex
    }

    #brand-list .main {
        padding-top: 68px
    }

    #brand-list .banner-slick {
        margin-bottom: 0
    }

    #brand-list .product-card-list {
        padding: 0;
        padding-top: 10px;
        margin: 0 -20px
    }

    #brand-list .product-card {
        padding: 45px 30px
    }

    #brand-list .pagination-container {
        margin-top: 86px
    }
}

.brand-list-wrap {
    margin: 0 -13px;
    padding: 16px 12px 0 12px
}

@media(min-width: 768px) {
    .brand-list-wrap {
        margin: -14px -43px 0 -43px;
        padding: 0px 17px 0 17px
    }
}

@media(min-width: 1280px) {
    .brand-list-wrap {
        margin: -27px -49px 0 -49px;
        padding: 0
    }
}

.brand {
    margin: 18px 13px 0 13px;
    color: #333335;
    transition: all .3s
}

.brand:hover {
    opacity: .7
}

.brand__image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.brand__title {
    font-size: 1.1rem;
    margin-top: 6px
}

.brand__info {
    font-size: 1.1rem;
    color: #e3c774;
    margin-top: 8px
}

@media(min-width: 768px) {
    .brand {
        margin: 47px 43px 0 43px
    }

    .brand__title {
        font-size: 1.3rem;
        margin-top: 23px
    }

    .brand__info {
        font-size: 1.3rem;
        margin-top: 15px
    }
}

@media(min-width: 1280px) {
    .brand {
        margin: 97px 49px 0 49px
    }

    .brand__title {
        margin-top: 16px
    }

    .brand__info {
        margin-top: 13px
    }
}

#brand .website-location {
    padding: 22px 16px 0 16px
}

@media(min-width: 768px) {
    #brand .website-location {
        padding: 46px 58px 0 58px
    }
}

@media(min-width: 1280px) {
    #brand .product-special-area {
        display: none
    }

    #brand .main {
        max-width: 904px
    }

    #brand .website-location {
        padding: 30px 0 0 0
    }
}

#contact .main {
    padding: 0 20px 58px 20px;
    box-sizing: border-box
}

#contact .label--form {
    margin-top: 35px
}

#contact .input--form,
#contact .textarea--form {
    margin-top: 15px
}

#contact .textarea--form {
    height: 252px
}

#contact .red-linear-button {
    margin-top: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 30px
}

@media(min-width: 768px) {
    #contact .main {
        padding: 0 26% 98px 26%
    }

    #contact .red-linear-button {
        margin-top: 37px
    }
}

@media(min-width: 1280px) {
    #contact .main {
        padding: 0 29px 74px 29px;
        max-width: calc(770px + (29px * 2) + (25px * 2))
    }

    #contact .col-desktop-6 {
        padding: 0 25px;
        box-sizing: border-box
    }

    #contact .red-linear-button {
        margin: 37px auto 0 auto;
        max-width: 360px
    }
}

#return-policy .main {
    padding: 0 20px 58px 20px;
    box-sizing: border-box
}

#return-policy .page-title {
    margin-bottom: 35px
}

#return-policy .p {
    font-size: 1.1rem;
    line-height: 150%;
    font-weight: 500
}

@media(min-width: 768px) {
    #return-policy .main {
        padding: 0 18% 98px 18%
    }

    #return-policy .p {
        font-size: 1.3rem
    }
}

@media(min-width: 1280px) {
    #return-policy .main {
        padding: 0 29px 74px 29px;
        max-width: calc(770px + (29px * 2))
    }
}

#about .main {
    padding: 0 20px 58px 20px;
    box-sizing: border-box
}

#about .page-title {
    margin-bottom: 35px
}

#about .p {
    font-size: 1.1rem;
    line-height: 150%;
    font-weight: 500
}

#about .image {
    max-width: 100%;
    height: auto;
    margin: 18px auto 0 auto
}

@media(min-width: 768px) {
    #about .main {
        padding: 0 16% 98px 16%
    }

    #about .p {
        font-size: 1.3rem
    }

    #about .image {
        margin: 26px auto 0 auto
    }

    #about .h1 {
        font-size: 2rem;
        line-height: 200%
    }

    #about .h2 {
        font-size: 1.4rem;
        line-height: 200%
    }
}

@media(min-width: 1280px) {
    #about .main {
        padding: 0 29px 74px 29px;
        max-width: calc(770px + (29px * 2))
    }

    #about .image {
        margin: 47px auto 0 auto
    }
}

#member-center .main {
    padding: 0 20px 38px 20px;
    box-sizing: border-box
}

#member-center .page-title {
    margin-bottom: 15px
}

.member-center-link {
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 10px;
    width: 123px;
    box-sizing: border-box;
    margin-top: 20px
}

@media(min-width: 768px) {
    #member-center .main {
        padding-bottom: 281px
    }

    .member-center-link {
        padding-top: 47px;
        padding-bottom: 47px;
        font-size: 2rem;
        line-height: 130%;
        width: 196px;
        margin: 30px 13px 0 13px
    }
}

@media(min-width: 1280px) {
    #member-center .main {
        padding-bottom: 135px
    }

    .member-center-link {
        padding-top: 52px;
        padding-bottom: 52px;
        width: 236px;
        margin: 75px 15px 0 15px
    }
}

#shop-cart .main {
    padding-bottom: 50px
}

@media(min-width: 768px) {
    #shop-cart .main {
        padding-bottom: 80px
    }
}

@media(min-width: 1280px) {
    #shop-cart .main {
        padding-bottom: 100px
    }
}

.shop-cart-table-title,
.shop-cart-table-item,
.shop-cart-table-total {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0
}

.shop-cart-table-title .mobile-hide,
.shop-cart-table-item .mobile-hide,
.shop-cart-table-total .mobile-hide {
    display: none
}

.shop-cart-table-title__col,
.shop-cart-table-item__col,
.shop-cart-table-total__col {
    padding: 5px 10px;
    box-sizing: border-box
}

@media(min-width: 768px) {

    .shop-cart-table-title,
    .shop-cart-table-item,
    .shop-cart-table-total {
        padding: 20px;
        box-sizing: border-box
    }

    .shop-cart-table-title .mobile-hide,
    .shop-cart-table-item .mobile-hide,
    .shop-cart-table-total .mobile-hide {
        display: block
    }

    .shop-cart-table-title .mobile-hide.flex,
    .shop-cart-table-item .mobile-hide.flex,
    .shop-cart-table-total .mobile-hide.flex {
        display: flex
    }

    .shop-cart-table-title .tablet-hide,
    .shop-cart-table-title .tablet-hide.flex,
    .shop-cart-table-item .tablet-hide,
    .shop-cart-table-item .tablet-hide.flex,
    .shop-cart-table-total .tablet-hide,
    .shop-cart-table-total .tablet-hide.flex {
        display: none
    }

    .shop-cart-table-title__col,
    .shop-cart-table-item__col,
    .shop-cart-table-total__col {
        padding: 5px 15px
    }
}

@media(min-width: 1280px) {

    .shop-cart-table-title .tablet-hide,
    .shop-cart-table-item .tablet-hide,
    .shop-cart-table-total .tablet-hide {
        display: block
    }

    .shop-cart-table-title .tablet-hide.flex,
    .shop-cart-table-item .tablet-hide.flex,
    .shop-cart-table-total .tablet-hide.flex {
        display: flex
    }

    .shop-cart-table-title .desktop-hide,
    .shop-cart-table-title .desktop-hide.flex,
    .shop-cart-table-item .desktop-hide,
    .shop-cart-table-item .desktop-hide.flex,
    .shop-cart-table-total .desktop-hide,
    .shop-cart-table-total .desktop-hide.flex {
        display: none
    }
}

.shop-cart-table-title {
    font-size: 1rem;
    color: rgba(51, 51, 53, .5);
    margin-top: 10px
}

@media(min-width: 768px) {
    .shop-cart-table-title {
        position: relative;
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .shop-cart-table-title::before {
        content: "";
        display: block;
        background: #333335;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media(min-width: 1280px) {
    .shop-cart-table-title {
        padding: 10px 0;
        margin-left: -15px;
        margin-right: -15px
    }

    .shop-cart-table-title::before {
        left: 15px;
        right: 15px
    }
}

.shop-cart-table-item {
    font-size: 1.2rem;
    border-top: 1px solid #333335
}

.shop-cart-table-item__col .input {
    width: 100%;
    max-width: 60px;
    border: 1px solid #e5e5e5;
    padding: 15px 5px;
    box-sizing: border-box
}

.shop-cart-table-item__image {
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.shop-cart-table-item .icon-delete-button {
    cursor: pointer;
    margin-left: calc((40px - 20px) / 2 * -1);
    transition: all .3s
}

.shop-cart-table-item .icon-delete-button:hover {
    opacity: .7
}

@media(min-width: 768px) {
    .shop-cart-table-item {
        border: 0
    }

    .shop-cart-table-item .icon-delete-button {
        margin-left: calc((40px - 20px) / 2);
        margin-right: calc((40px - 20px) / 2 * -1)
    }

    .shop-cart-table-item .product-name {
        font-size: 1.6rem
    }
}

@media(min-width: 1280px) {
    .shop-cart-table-item {
        padding: 20px 0;
        margin-left: -15px;
        margin-right: -15px
    }
}

.shop-cart-table-total {
    font-size: 1.2rem;
    position: relative
}

.shop-cart-table-total::before {
    content: "";
    display: block;
    background: #333335;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.shop-cart-table-total .total-price {
    font-size: 1.8rem
}

@media(min-width: 768px) {
    .shop-cart-table-total__col {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(min-width: 1280px) {
    .shop-cart-table-total {
        padding: 20px 10px;
        margin-left: -25px;
        margin-right: -25px
    }

    .shop-cart-table-total::before {
        left: 25px;
        right: 25px
    }
}

.shop-cart-table-row {
    position: relative;
    padding: 0 5px
}

.shop-cart-table-row::before {
    content: "";
    display: block;
    background: #333335;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.shop-cart-table-row--no-border::before {
    content: none
}

.shop-cart-table-row .p,
.shop-cart-table-row .button {
    margin: 20px 5px 0 5px
}

.shop-cart-table-row .p {
    font-size: 1rem
}

.shop-cart-table-row__col {
    padding: 20px 5px 0 5px;
    box-sizing: border-box
}

@media(min-width: 768px) {
    .shop-cart-table-row {
        padding: 0 30px
    }

    .shop-cart-table-row .p {
        font-size: 1.2rem;
        margin-top: 30px
    }

    .shop-cart-table-row .button {
        padding-top: 17px;
        padding-bottom: 17px;
        border-radius: 30px;
        margin-top: 30px
    }

    .shop-cart-table-row__col {
        padding-top: 30px
    }
}

@media(min-width: 1280px) {
    .shop-cart-table-row {
        padding: 0;
        margin-left: -5px;
        margin-right: -5px
    }

    .shop-cart-table-row::before {
        left: 5px;
        right: 5px
    }
}

.shop-cart-step2 .text-grey-background {
    padding: 25px;
    margin-bottom: 20px
}

.shop-cart-step2 .text-grey-background--no-background {
    background: transparent;
    padding: 0
}

.shop-cart-step2 .common-form {
    padding: 0 5px 20px 5px
}

@media(min-width: 768px) {
    .shop-cart-step2 .text-bigger {
        font-size: 1.6rem
    }

    .shop-cart-step2 .text-grey-background {
        font-size: 1.3rem;
        padding: 20px 30px
    }

    .shop-cart-step2 .text-grey-background--no-background {
        padding: 0
    }

    .shop-cart-step2 .common-form {
        padding: 0 5px 30px 5px
    }
}

@media(min-width: 1280px) {
    .shop-cart-step2 .text-grey-background {
        margin-bottom: 30px
    }

    .shop-cart-step2 .text-grey-background--no-background {
        padding: 30px;
        margin: 0
    }
}

@media(min-width: 768px) {

    #shop-cart-step2-pay1,
    #shop-cart-step2-pay2,
    #shop-cart-step2-pay3,
    #shop-cart-step2-pay4 {
        margin-left: 30px
    }
}

@media(min-width: 1280px) {

    #shop-cart-step2-pay1,
    #shop-cart-step2-pay2,
    #shop-cart-step2-pay3,
    #shop-cart-step2-pay4 {
        margin-top: 0px
    }
}

.shop-cart-step3 .page-title {
    margin-bottom: 25px
}

.shop-cart-step3 .h1,
.shop-cart-step3 .h2 {
    font-size: 1.1rem;
    line-height: 220%;
    font-weight: 400;
    padding: 0 20px
}

.shop-cart-step3 .h1.text-bold-500,
.shop-cart-step3 .h2.text-bold-500 {
    font-weight: 500
}

.shop-cart-step3 .h2 {
    max-width: 461px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 768px) {
    .shop-cart-step3 .page-title {
        margin-bottom: 60px
    }

    .shop-cart-step3 .h1 {
        font-size: 2.2rem;
        line-height: 220%
    }

    .shop-cart-step3 .h2 {
        font-size: 1.6rem;
        line-height: 280%;
        max-width: 602px
    }
}

#atm-payment .main {
    padding: 0 20px 58px 20px;
    box-sizing: border-box
}

#atm-payment .label--form {
    margin-top: 35px
}

#atm-payment .input--form,
#atm-payment .textarea--form {
    margin-top: 15px
}

#atm-payment .textarea--form {
    height: 252px
}

#atm-payment .red-linear-button {
    margin-top: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 30px
}

@media(min-width: 768px) {
    #atm-payment .main {
        padding: 0 26% 98px 26%
    }

    #atm-payment .red-linear-button {
        margin-top: 37px
    }
}

@media(min-width: 1280px) {
    #atm-payment .main {
        padding: 0 29px 74px 29px;
        max-width: calc(330px + (29px * 2) + (25px * 2))
    }

    #atm-payment .col-desktop-6 {
        padding: 0 25px;
        box-sizing: border-box
    }

    #atm-payment .red-linear-button {
        margin: 37px auto 0 auto;
        max-width: 360px
    }
}

#search-order-input {
    padding: 0 20px 58px 20px;
    box-sizing: border-box
}

#search-order-input .label--form {
    margin-top: 35px
}

#search-order-input .input--form,
#search-order-input .textarea--form {
    margin-top: 15px
}

#search-order-input .textarea--form {
    height: 252px
}

#search-order-input .red-linear-button {
    margin-top: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 30px
}

@media(min-width: 768px) {
    #search-order-input {
        padding: 0 26% 98px 26%
    }

    #search-order-input .red-linear-button {
        margin-top: 37px
    }
}

@media(min-width: 1280px) {
    #search-order-input {
        padding: 0 29px 74px 29px;
        max-width: calc(330px + (29px * 2) + (25px * 2));
        margin: 0 auto
    }

    #search-order-input .col-desktop-6 {
        padding: 0 25px;
        box-sizing: border-box
    }

    #search-order-input .red-linear-button {
        margin: 37px auto 0 auto;
        max-width: 360px
    }
}

#search-order-result .h2 {
    font-size: 1.1rem;
    line-height: 220%;
    font-weight: 400;
    padding: 0 20px
}

#search-order-result .link {
    display: inline;
    transition: all .3s
}

#search-order-result .link:hover {
    opacity: .7
}

@media(min-width: 768px) {
    #search-order-result .h2 {
        font-size: 1.6rem;
        line-height: 280%
    }
}

.about-main-div {
	padding: 150px 20px 50px;
	background: #f9fffd;
	border-radius: 20px;
	background-image: url(/dist/images/about_new3.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
}
@media(max-width: 450px) {
	.about-main-div h1 {
		font-size: 1.5em;
	}
	.about-main-div h2 {
		font-size: 1.3em;
	}
}

/*# sourceMappingURL=main.min.css.map*/