#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.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);
    color: #6f5243;
}
.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: #6f5243;
    background:#ece2db url(../images/discount-bg-1.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.jpg) center center no-repeat;
    color: white;
}
.discount-content{
    position: relative;
    width: 60%; max-width: 700px;
    background: #f3decb;
    padding: var(--padding);
}
#discount-2 .discount-content{
    background: #916f5e;
}
.discount-content:before{
    content: '';
    width: 90px;
    height: 100%;
    background: #f3decb;
    position: absolute;
    right: 0; top: 0;
    transform: translateX(100%);
}
#discount-2 .discount-content:before{
    background: #916f5e;
}
.discount-picture{
    position: relative;
    width: 40%; max-width: 540px;
    background-color:  #d59f71;
    background-size: 20% 100%;
}

.discount-content p b{
    background: #6f5243;
    color: #ffffff;
    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{
    background: white;
    color: #916f5e;
}
.discount-content h2{
    position: relative;
    font-size: 30px;
    font-size: var(--font-l);
    letter-spacing: 0.2em;
    font-weight: normal;
    white-space: nowrap;
    padding-top: 0.8em;
    z-index: 1;
}
.discount-content h2 strong{
    color: #ffffcc;
    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-2 .discount-content h3{
    color: #ffffcc;
}
.discount-content h3 small{
    font-size: 20px;
    font-size: var(--font-m);
    font-weight: normal;
    letter-spacing: 0.2em;
}
#discount-2 .discount-content h3 small{
    color: white;
}
.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: #3a81bd;
    text-decoration: underline;
}
.discount-content ol li a:hover{
    color: blue;
}
.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: #916f5e;
    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;
    }
}
@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);
    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;
}
@keyframes finger {
   from { right: -5%; }
     to { right: -3%; }
}
.store-table{
    max-width: 1400px;
    margin: 0 auto;
    border:solid 1px #333333;
}
.store-table thead{
    background: #6f5243;
    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;


}

.award .store-table tr td:nth-of-type(3) {border-right:solid 2px #333333;}





@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;}
    .award  .store-table{  display: inline-block;}
}




