#mtkContainer {
    text-align: left;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    color: #333333;
}

#mtkContainer * {
    transition: all 0.2s, font-size 0s;
}

.wrapper {
    position: relative;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
}

img {
    width: 100%;
    border: 0;
    vertical-align: top;
}

.poi-header .mobile-menu-level-1 .tab .tablinks .tablinks-img {
    width: auto;
}

.poi-header .mobile-menu-level-1 .tab .tablinks.active .tablinks-img {
    background-color: #2D7CD1;
}

a {
    text-decoration: none;
}




:root {
    --padding: 60px;
    --font-xl: 50px;
    --font-l: 30px;
    --font-m: 20px;
    --font-s: 16px;
}

@media screen and (max-width:1400px) {
    :root {
        --padding: 5%;
        --font-xl: 30px;
        --font-l: 20px;
        --font-m: 18px;
        --font-s: 14px;
    }
}





.deBalets-header {
    background: url(../images/header-new.jpg) center top no-repeat;
    height: 1289px;
    text-indent: -9999px;
}

@media screen and (max-width:1400px) {
    .deBalets-header {
        background-size: 140%;
        height: 90vw;
    }
}




.brand {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding: var(--padding);
}

.brand section h1 {
    font-size: 250%;
    font-weight: normal;
}

.brand section p {
    font-size: 150%;
}

.brand section.brand-intro {
    line-height: 1.7;
    padding-top: 1em;
}

@media screen and (max-width:1400px) {
    .brand {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .brand {
        letter-spacing: 0;
    }
}




.discount {
    position: relative;
    font-size: 16px;
    font-size: var(--font-s);
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: white;
    background: #ece2db url(../images/discount-bg-1-1128.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--padding);
}

#discount-2 {
    background: #ece2db url(../images/discount-bg-2-1128.jpg) center center no-repeat;
}

.discount-content {
    position: relative;
    width: 47%;
    max-width: 660px;
    background: #d59f71;
    padding: var(--padding);
}

#discount-2 .discount-content {
    background: #b5a389;
}

.discount-content:before {
    content: '';
    width: 90px;
    height: 100%;
    background: #d59f71;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
}

#discount-2 .discount-content:before {
    background: #b5a389;
}

.discount-picture {
    position: relative;
    width: 53%;
    max-width: 740px;
    background-color: #d59f71;
    background-size: 20% 100%;
}

.discount-content p b {
    background: #ffffff;
    color: #d59f71;
    font-size: 30px;
    font-size: var(--font-l);
    letter-spacing: 0.3em;
    font-weight: normal;
    border-radius: 5em;
    padding: 0.05em 1em;
}

#discount-2 .discount-content p b {
    color: #b5a389;
}

.discount-content h2 {
    position: relative;
    font-size: 30px;
    font-size: var(--font-l);
    letter-spacing: 0em;
    font-weight: normal;
    white-space: nowrap;
    padding-top: 0.8em;
    z-index: 1;
}

.discount-content h2 strong {
    display: inline-block;
    border: solid 1px;
    padding: 0 0.5em;
    margin: 0.2em;
}

.discount-content h3 {
    position: relative;
    font-size: 50px;
    font-size: var(--font-xl);
    letter-spacing: 0.2em;
    white-space: nowrap;
    z-index: 1;
}

.discount-content h3 small {
    font-size: 20px;
    font-size: var(--font-m);
    font-weight: normal;
    letter-spacing: 0.2em;
}

.discount-content p small {
    display: block;
    font-size: 16px;
    font-size: var(--font-s);
    padding: 0.2em 0;
}

.discount-content p i {
    display: block;
    font-size: 20px;
    font-size: var(--font-m);
    font-style: normal;
    padding: 0.2em 0;
}

.discount-content ul {
    padding-top: var(--padding);
    line-height: 1.5;
}

.discount-content ul>li {
    padding: 0.5em 0;
}

.discount-content ul>li>a {
    color: white;
    text-decoration: underline;
}

.discount-content ul>li>a:hover {
    color: #ffff62;
}

.discount-content ol li {
    margin-left: 1.5em;
    list-style-type: decimal;
}

.discount-content ol li a {
    display: inline-block;
    color: white;
    text-decoration: underline;
}

.discount-content ol li a:hover {
    color: #ffff62;
}

.discount-content h5 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-size: var(--font-m);
    font-weight: normal;
    margin-top: var(--padding);
    white-space: nowrap;
}

.discount-content h5 button {
    background: white;
    color: #333333;
    border-radius: 5em;
    border: none;
    padding: 0.2em 0.8em;
    margin: 0 0.4em;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.discount-content h5 button img {
    width: auto;
    height: 1.4em;
    vertical-align: text-top;
}

.discount-content h5 button:hover {
    transform: translateY(2px);
}

@media screen and (max-width:1400px) {

    .discount-content h2,
    .discount-content h3 {
        white-space: inherit;
    }

    .discount-content h2 br {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .discount-content:before {
        display: none;
    }

    .discount {
        flex-wrap: wrap;
    }

    .discount-content {
        width: 100%;
        max-width: inherit;
    }

    .discount-picture {
        width: 100%;
        max-width: inherit;
    }

    .discount-content h5 {
        white-space: inherit;
    }
}

@media screen and (max-width:680px) {
    .discount-content h5 {
        text-align: center;
    }

    .discount-content h5 button {
        display: block;
        margin: 4px auto;
    }
}




.candle-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: var(--padding);
}

.candle-intro-pic {
    padding-right: 3em;
}

.candle-intro-pic img {
    max-width: 413px;
}

.candle-intro-logo img {
    max-width: 228px;
}

.candle-intro-name {
    font-size: 150%;
    padding: 1em 0;
    letter-spacing: 0.2em;
}

.candle-intro-content {
    line-height: 1.8;
}

@media screen and (max-width:1400px) {
    .candle-intro {
        font-size: 16px;
    }
}

@media screen and (max-width:960px) {
    .candle-intro {
        flex-wrap: wrap;
    }

    .candle-intro section {
        width: 100%;
        text-align: center;
    }

    .candle-intro-pic {
        padding-right: 0;
        padding-bottom: var(--padding);
    }
}

@media screen and (max-width:360px) {
    .candle-intro-name {
        letter-spacing: 0;
    }
}



.store {
    padding: var(--padding);
    padding-top: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.store-title {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-bottom: 1em;
}

.finger {
    display: none;
    position: absolute;
    right: -5%;
    bottom: -11vw;
    width: 10vw;
    max-width: 38px;
    animation: finger 0.5s ease infinite alternate;
    z-index: 1;
}

@keyframes finger {
    from {
        right: -5%;
    }

    to {
        right: -3%;
    }
}

.store-table {
    max-width: 1400px;
    margin: 0 auto;
    border: solid 1px #333333;
}

.store-table thead {
    background: #d59f71;
    color: white;
    font-size: 125%;
}

.store-table thead th {
    padding: 0.8em;
    font-weight: normal;
    border: solid 1px #333333;
    white-space: nowrap;
}

.store-table tbody td {
    padding: 0.8em 2em;
    border: solid 1px;
    vertical-align: middle;
}


@media screen and (max-width:1400px) {
    .store {
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {
    .store-table thead th {
        padding: 0.5em;
    }

    .store-table tbody td {
        padding: 0.5em 1em;
    }
}

@media screen and (max-width:960px) {
    .store-table tbody td {
        padding: 0.5em;
    }
}

@media screen and (max-width:640px) {
    .finger {
        display: inline-block;
    }

    .store-table {
        display: block;
        overflow-x: scroll;
    }

    .store-table tbody td {
        white-space: nowrap;
    }
}



.awardMenu div {
    display: inline-block;
    margin: 5px 10px;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 20px;
    border: 1px solid #333333;
    cursor: pointer;
}

.awardMenu div:hover,
.awardMenu div.on {
    background: #333333;
    color: #FFF;
}


.awardBox.all {
    height: auto;
}

.awardBox {
    display: none;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.awardBox.on {
    display: block;
}


.awardBase {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.awardBase .awardRule {
    text-align: left;
}

.awardBase .awardRule b {
    font-size: 20px;
}

.awardBase .awardRule ul li {
    list-style: disc;
}

.lookAll {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
    padding: 25px 0;
}

.lookAll a {
    border-radius: 30px;
    border: 1px solid #333333;
    padding: 5px 10px;
    background: #333333;
    color: #FFF;
}


.award .finger {
    bottom: -19vw;
}

.awardBox .store-table thead th {
    width: 600px;
}


.awardRule a {
    padding: 0px 10px;
    color: #333333;
    text-decoration: underline;
    background: #fff2bf;
}

@media screen and (max-width:640px) {
    .awardMenu div {
        padding: 5px 6px;
        font-size: 10px;
        margin: 5px 0px;
    }

    .awardBox .store-table thead th {
        width: 250px;
    }

}