/*global definition*/
html {image-rendering: -webkit-optimize-contrast;}
/* remove dynamic font-size change */



a[href^="tel:"] { color: inherit; text-decoration: none;}
a[href]:hover img {opacity: 0.7;}
.flex-container {position:relative;width:100%;margin:auto;padding-left: 1rem;padding-right: 1rem;}
.flex-big-container {position:relative;width:100%;margin:auto;padding-left: 1rem;padding-right: 1rem;}
.nav-container {width: 100%; margin:auto;padding-left: 1rem;padding-right: 1rem;}
.flex-fluid {position: relative;width:100%;/*z-index: 1;*/}
.container-title {position: absolute;left: 0px;right: 0px;top: 0px;}
.container-title h4 {color:#666;line-height:1.1;font-weight:bold;margin-bottom:0;}
.container-bottom{position: absolute;left: 0px;right: 0px;bottom: 0px;}
.container-bottom h4 {color:#666;line-height:1.1;font-weight:bold;margin-bottom:0;}
.flex-container:after, .flex-fluid:after {
    content: "";
    clear: both;
    display: block;
}
#claimCoupon {
    padding: 0;
    border: none;
    background-color: transparent;
}
@media (min-width: 768px) {
  /*.flex-container { width: 750px; }*/
}
@media (min-width: 1040px) {
  .flex-container[w="980"] { max-width: 1040px; width: 100%; }
}
@media (min-width: 1170px) {
  .flex-container { max-width: 1170px; width: 100%; }
  .flex-container[w="1600"] { max-width: 1600px; width: 100%; }
}
@media (min-width:1600px) {
  .flex-big-container { max-width: 1600px; width: 100%; }
  .nav-container { max-width: 1600px; width: 100%;}
}

@media (max-width: 1200px) {
  .flex-big-container {max-width: 1170px;}
  .nav-container {max-width: 1170px;}
}
@media (max-width: 992px) {
  .flex-big-container {padding-left: 1rem;padding-right: 1rem;}
  .nav-container {padding-left: 1rem;padding-right: 1rem;}
}
@media (max-width: 768px) {
  .nav-container { padding-left: 1rem; padding-right: 1rem; }
}

.flex-1 {-moz-flex:1;-moz-flex-shrink:1;-webkit-flex:1;-webkit-flex-shrink:1;flex:1; flex-shrink:1;}
.flex-2 {-moz-flex:2;-moz-flex-shrink:1;-webkit-flex:2;-webkit-flex-shrink:1;flex:2; flex-shrink:1;}
.flex-3 {-moz-flex:3;-moz-flex-shrink:1;-webkit-flex:3;-webkit-flex-shrink:1;flex:3; flex-shrink:1;}
.flex-4 {-moz-flex:4;-moz-flex-shrink:1;-webkit-flex:4;-webkit-flex-shrink:1;flex:4; flex-shrink:1;}
.flex-auto {-moz-flex:1;-moz-flex-shrink:1;-webkit-flex:1;-webkit-flex-shrink:1;flex:1;flex-shrink:1;width: 100%;height: 100%;}
.flex-col-auto {-moz-flex:1;-moz-flex-shrink:1;-webkit-flex:1;-webkit-flex-shrink:1;flex:1;flex-shrink:1;padding-left: 15px; padding-right: 15px;}
.flex-col-1 {width: 8.333333333%; padding-left: 15px; padding-right: 15px;}
.flex-col-2 {width:16.666666667%; padding-left: 15px; padding-right: 15px;}
.flex-col-3 {width:25%; padding-left: 15px; padding-right: 15px;}
.flex-col-4 {width:33.333333333%; padding-left: 15px; padding-right: 15px;}
.flex-col-5 {width:41.666666667%; padding-left: 15px; padding-right: 15px;}
.flex-col-6 {width:50%; padding-left: 15px; padding-right: 15px;}
.flex-col-7 {width:58.333333333%; padding-left: 15px; padding-right: 15px;}
.flex-col-8 {width:66.666666667%; padding-left: 15px; padding-right: 15px;}
.flex-col-9 {width:75%; padding-left: 15px; padding-right: 15px;}
.flex-col-10{width:83.333333333%; padding-left: 15px; padding-right: 15px;}
.flex-col-11{width:91.666666667%; padding-left: 15px; padding-right: 15px;}
.flex-col-12, .flex-col-full {width:100%;left:0px; padding-left: 15px; padding-right: 15px;}
.flex-pull-col-0 {left:  0%}
.flex-pull-col-1 {left:  8.333333333%}
.flex-pull-col-2 {left: 16.666666667%}
.flex-pull-col-3 {left: 25%}
.flex-pull-col-4 {left: 33.333333333%}
.flex-pull-col-5 {left: 41.666666667%}
.flex-pull-col-6 {left: 50%}
.flex-margin-col-1 { margin-left: 8.333333333%;}

.px-30 {padding-left: 30px;  padding-right: 30px;}
.py-30 {padding-top: 30px;  padding-bottom: 30px;}
.py-30>.container-title {height:30px;}
.py-30>.container-bottom {height:30px;}
.py-40 {padding-top: 40px;  padding-bottom: 40px;}
.py-40>.container-title {height:40px;}
.py-40>.container-bottom {height:40px;}
.py-50 {padding-top: 50px;  padding-bottom: 50px;}
.py-50>.container-title {height:50px;}
.py-50>.container-bottom {height:50px;}
.my-60 {margin-top: 60px;  margin-bottom: 60px;}
.py-60 {padding-top: 60px;  padding-bottom: 60px;}
.py-60>.container-title {height:60px;}
.py-60>.container-bottom {height:60px;}
.py-80 {padding-top: 80px;  padding-bottom: 80px;}
.py-80>.container-title {height:80px;}
.py-80>.container-bottom {height:80px;}
.my-90 {margin-top: 90px;  margin-bottom: 90px;}
.py-90 {padding-top: 90px;  padding-bottom: 90px;}
.py-90>.container-title {height:90px;}
.py-90>.container-bottom {height:90px;}
.py-100 {padding-top: 100px;  padding-bottom: 100px;}
.py-100>.container-title {height:100px;}
.py-100>.container-bottom {height:100px;}
.py-120 {padding-top: 120px;  padding-bottom: 120px;}
.py-120>.container-title {height:120px;}
.py-120>.container-bottom {height:120px;}
.py-180 {padding-top: 180px;  padding-bottom: 180px;}
.py-180>.container-title {height:180px;}
.py-180>.container-bottom {height:180px;}

.d-flex.fake-after-1-box:after{content: "";margin-left: 15px;margin-right: 15px;flex: 1;-webkit-flex: 1;-moz-flex: 1; flex-shrink:1;display:block;}
.d-flex.fake-after-2-box:after{content: "";margin-left: 15px;margin-right: 15px;flex: 2;-webkit-flex: 2;-moz-flex: 2; flex-shrink:1;display:block;}
.d-flex.fake-after-3-box:after{content: "";margin-left: 15px;margin-right: 15px;flex: 3;-webkit-flex: 3;-moz-flex: 3; flex-shrink:1;display:block;}
.d-flex.fake-after-4-box:after{content: "";margin-left: 15px;margin-right: 15px;flex: 4;-webkit-flex: 4;-moz-flex: 4; flex-shrink:1;display:block;}

.bg-orange {background-color: #e88621;}
.bg-f4 {background-color: #f4f4f4;}
.bg-f7f4f1{background-color: #f7f4f1;}
.bg-f1eeec{background-color: #F1EEEC;}
.txt-7c4824 {color: #7C4824;}
.txt-e88621{
    color: #e88621;
}



/* tintint bootstrap5 plugin */
.tt-col-1  {flex-grow: 1;} .tt-col-2  {flex-grow: 2;} .tt-col-3  {flex-grow: 3;} .tt-col-4  {flex-grow: 4;} .tt-col-5  {flex-grow: 5;} .tt-col-6  {flex-grow: 6;}
.tt-col-7  {flex-grow: 7;} .tt-col-8  {flex-grow: 8;} .tt-col-9  {flex-grow: 9;} .tt-col-10 {flex-grow:10;} .tt-col-11 {flex-grow:11;} .tt-col-12 {flex-grow:12;}
@media (min-width: 576px) {
  .tt-col-sm-1  {flex-grow: 1;} .tt-col-sm-2  {flex-grow: 2;} .tt-col-sm-3  {flex-grow: 3;} .tt-col-sm-4  {flex-grow: 4;} .tt-col-sm-5  {flex-grow: 5;} .tt-col-sm-6  {flex-grow: 6;}
  .tt-col-sm-7  {flex-grow: 7;} .tt-col-sm-8  {flex-grow: 8;} .tt-col-sm-9  {flex-grow: 9;} .tt-col-sm-10 {flex-grow:10;} .tt-col-sm-11 {flex-grow:11;} .tt-col-sm-12 {flex-grow:12;}
}
@media (min-width: 768px) {
  .tt-col-md-1  {flex-grow: 1;} .tt-col-md-2  {flex-grow: 2;} .tt-col-md-3  {flex-grow: 3;} .tt-col-md-4  {flex-grow: 4;} .tt-col-md-5  {flex-grow: 5;} .tt-col-md-6  {flex-grow: 6;}
  .tt-col-md-7  {flex-grow: 7;} .tt-col-md-8  {flex-grow: 8;} .tt-col-md-9  {flex-grow: 9;} .tt-col-md-10 {flex-grow:10;} .tt-col-md-11 {flex-grow:11;} .tt-col-md-12 {flex-grow:12;}
}
@media (min-width: 992px) {
  .tt-col-lg-1  {flex-grow: 1;} .tt-col-lg-2  {flex-grow: 2;} .tt-col-lg-3  {flex-grow: 3;} .tt-col-lg-4  {flex-grow: 4;} .tt-col-lg-5  {flex-grow: 5;} .tt-col-lg-6  {flex-grow: 6;}
  .tt-col-lg-7  {flex-grow: 7;} .tt-col-lg-8  {flex-grow: 8;} .tt-col-lg-9  {flex-grow: 9;} .tt-col-lg-10 {flex-grow:10;} .tt-col-lg-11 {flex-grow:11;} .tt-col-lg-12 {flex-grow:12;}
}
@media (min-width: 1200px) {
  .tt-col-xl-1  {flex-grow: 1;} .tt-col-xl-2  {flex-grow: 2;} .tt-col-xl-3  {flex-grow: 3;} .tt-col-xl-4  {flex-grow: 4;} .tt-col-xl-5  {flex-grow: 5;} .tt-col-xl-6  {flex-grow: 6;}
  .tt-col-xl-7  {flex-grow: 7;} .tt-col-xl-8  {flex-grow: 8;} .tt-col-xl-9  {flex-grow: 9;} .tt-col-xl-10 {flex-grow:10;} .tt-col-xl-11 {flex-grow:11;} .tt-col-xl-12 {flex-grow:12;}
}
/* tintint bootstrap5 plugin */

/*ie9 fix*/
.is-ie9 #v3 {overflow: hidden;}
.is-ie9 #hd .use-flexbox {display: table;}
.is-ie9 #hd .use-flexbox>* {display: table-cell;}
.is-ie9 #hd .flex-v-center>* {vertical-align: middle;}
/*ie9 fix*/

@media (max-width: 750px) {
    /*mobile global definition*/
    .container {max-width: 100%;}
    .flex-container, .flex-big-container {padding-left: 1rem; padding-right: 1rem;}
    .flex-col-auto {padding-left: 10px; padding-right: 10px;}
    .flex-col-1,.flex-col-2,.flex-col-3,.flex-col-4,.flex-col-5,.flex-col-6 {width: 50%;padding-left: 10px;padding-right: 10px;}
    .flex-col-7,.flex-col-8,.flex-col-9,.flex-col-10,.flex-col-11,.flex-col-12 {width: 100%;padding-left: 10px;padding-right: 10px;}
    .flex-col-full {padding-left: 10px; padding-right: 10px;}
    .flex-col-xs-1 { width:16.666666667%; padding-left: 10px; padding-right: 10px;}
    .flex-col-xs-2 { width:33.333333333%; padding-left: 10px; padding-right: 10px;}
    .flex-col-xs-3 { width:50%; padding-left: 10px; padding-right: 10px;}
    .flex-col-xs-4 { width:66.666666667%; padding-left: 10px; padding-right: 10px;}
    .flex-col-xs-5 { width:83.333333333%; padding-left: 10px; padding-right: 10px;}
    .flex-col-xs-6 { width:100%; padding-left: 10px; padding-right: 10px;}
    .flex-col-auto.flex-col-xs-1, .flex-col-auto.flex-col-xs-2, .flex-col-auto.flex-col-xs-3,
    .flex-col-auto.flex-col-xs-4, .flex-col-auto.flex-col-xs-5, .flex-col-auto.flex-col-xs-6
     {-moz-flex:initial;-moz-flex-shrink:initial;-webkit-flex:initial;-webkit-flex-shrink:initial;flex:initial;flex-shrink:initial;}
    .flex-col-xs-auto {-moz-flex:1;-moz-flex-shrink:1;-webkit-flex:1;-webkit-flex-shrink:1;flex:1;flex-shrink:1;padding-left: 10px; padding-right: 10px;}
    .flex-xs-v-center {-moz-align-items: center;-webkit-align-items: center;align-items: center;}
    .flex-xs-h-center {-moz-justify-content: center;-webkit-justify-content: center;justify-content: center;}
    .flex-xs-hide {display: none;}
    .xs-py-15 {padding-top: 15px;  padding-bottom: 15px;}
    .xs-py-15>.container-title {height:15px;}
    .xs-py-15>.container-bottom {height:15px;}
    .xs-py-30 {padding-top: 30px;  padding-bottom: 30px;}
    .xs-py-30>.container-title {height:30px;}
    .xs-py-30>.container-bottom {height:30px;}
    .xs-py-50 {padding-top: 50px;  padding-bottom: 50px;}
    .xs-py-50>.container-title {height:50px;}
    .xs-py-50>.container-bottom {height:50px;}
    .xs-my-60 {margin-top: 60px;  margin-bottom: 60px;}
    .xs-py-60 {padding-top: 60px;  padding-bottom: 60px;}
    .xs-py-60>.container-title {height:60px;}
    .xs-py-60>.container-bottom {height:60px;}
    .xs-py-90 {padding-top: 90px;  padding-bottom: 90px;}
    .xs-py-90>.container-title {height:90px;}
    .xs-py-90>.container-bottom {height:90px;}
    .xs-py-100 {padding-top: 100px;  padding-bottom: 100px;}
    .xs-py-100>.container-title {height:100px;}
    .xs-py-100>.container-bottom {height:100px;}
    .xs-py-120 {padding-top: 120px;  padding-bottom: 120px;}
    .xs-py-120>.container-title {height:120px;}
    .xs-py-120>.container-bottom {height:120px;}
    .xs-py-180 {padding-top: 180px;  padding-bottom: 180px;}
    .xs-py-180>.container-title {height:180px;}
    .xs-py-180>.container-bottom {height:180px;}
}

@media (min-width: 750px) {
  .rwd_text_0 {display: initial;}
  .rwd_text_1,.rwd_text_2,.rwd_text_3 {display: none;}
}

@media (min-width: 750px) and (max-width: 1299px) {
  .rwd_text_1 {display: initial;}
  .rwd_text_1~.rwd_text_0, .rwd_text_2,.rwd_text_3 {display: none;}
}

@media (min-width: 750px) and (max-width:1023px) {
  .rwd_text_2 {display: initial;}
  .rwd_text_2~.rwd_text_0, .rwd_text_2~.rwd_text_1, .rwd_text_3 {display: none;}
}

@media (min-width: 750px) and (max-width:799px) {
  .rwd_text_3 {display: initial;}
  .rwd_text_3~.rwd_text_0, .rwd_text_3~.rwd_text_1, .rwd_text_3~.rwd_text_2 {display: none;}
}

/*end global definition*/

/*body*/

@media (max-width: 750px) {
    body[type='open'] {
        overflow: hidden;
    }
    #v3 #g_mask {
        width: 100%; height: 100vh;
        background-color: gray;
        position: fixed;
        right: 0px;
        z-index: 61;
        opacity: 0.5;
        transform: none !important;
        top: 45px;
    }
    body[type='open']>#v3>div {
        transform: translateX(250px);
    }
}
/*end body*/


/*fake hd*/
.fake-hd {
    height: 110px;
    width: 100%;
}
@media (max-width: 750px) {
    .fake-hd {
        height: 45px;
    }
}
/*end fake hd*/

/*hd*/
#hd {
    z-index: 498;
    box-shadow: 0px 1px 5px #cecece;
}
#hd-barx {
    background: #7c4a24;
	font-size:1rem;
    color: #fff;
    min-height: 40px;
	letter-spacing:0.5px;
}
#hd-barx * {
    color: #fff;
}
#hd-barx a:hover {
	color:#d47b1c;
}

#nav-tag {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
}
#nav-tag.transTop{
    transform: translateY(-55px);
}
.sticky-top{
    z-index: 500;
}

.text-important.white-important {
    background-color: white;
    color: #7c4a24 !important;
    padding: 0px 6px;
}


#float-loginbox {
  right: 15px;
  top: -71px;
  transition: top 0.5s;
  max-width: 360px;
  min-width: 220px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  #float-loginbox {
    top: -50px;
  }
}
#float-loginbox .close-float-loginbox {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #666666;
}
#float-loginbox .btn-line {
  height: 36px;
  width: 135px;
  padding-left: 43px;
  line-height: 28px;
}
.hide_user_bar #float-loginbox {
  top: -10px;
}
.hide_user_bar .mini-nav+div #float-loginbox {
  top: 10px;
}
#float-loginbox-parent {
  opacity: 0;
  transition: all;
  /*transition-delay: 1s;*/
  transition-duration: 0.5s;
  display: none;
  top: 0px;
}
.show_user_bar #float-loginbox-parent {
  top: 50px;
}
.show_user_bar.mini-hd #float-loginbox-parent {
  top: 70px;
}
#desc-info {
  margin-top: 35px;
  margin-bottom: 5px;
  color: black;
  text-align: start;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
}
#float-login-btns a:hover {
  color: white;
}

#nav-main {
    width: auto;
}

#nav-main>div {
    width:100%;
    max-width: 1600px;
    margin: auto;
}
.is-ie9 #tt-logo {
    width:33.33%;
}
#nav-main #tt-logo>a {
    display: block;
    overflow: hidden;
    height: 70px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 135px;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    position: relative;
}
#v3 #tt-logo .region {
    float: right;
    padding: 21px 0px 0px 0px;
}
#nav-main.mini-nav {
    padding: 0px 15px;
}
#nav-main.mini-nav #tt-logo>a {
    padding-bottom: 8px;
    padding-top: 8px;
    height: 53px;
}
#nav-main #tt-logo>a.back-to-v2 {padding:35px 0 0 0;}
#nav-main #tt-logo>a.back-to-v2 small.text-important {
    width:auto;
	font-size:90;
	background:#bebebe;
	letter-spacing:2px;
	line-height:1.1;
}
#nav-main #tt-logo>a.back-to-v2 small.text-important:hover {opacity:0.8;}
#menu-icon, #mobile-user-icon,
.is-ie9 #hd .use-flexbox > #menu-icon, .is-ie9 #hd .use-flexbox > #mobile-user-icon {
    display: none;
}
#extra-cta {
    display:    none;
}
.menu-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
  bottom: 0px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav-signin-btn {
    font-size: 12px;
    font-family: 'Roboto', Arial, Helvetica, "Microsoft JhengHei", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    margin: 0px ;
    cursor: pointer;
    color: #EB9164;
    background: #fff;
    border: 1px solid #EB9164;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}
.nav-signin-btn:hover, .nav-signin-btn:visited {
    color: #EB9164!important;
    background: #fff;
    border: 1px solid #EB9164;
}

.has-hot {
    position: relative;
}
.has-hot:after {
    content: "";
    position: absolute;
    margin-top: -3px;
    line-height: 0px;
    right: -3px;
    top:0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(235,62,36);
}
#loginbox-row .has-hot:after {
    right: -6px;
    margin-top: -4px;
}


@media (max-width: 750px) {
    #hd {
        height: 45px;
        background-color: white;
    }
    .smartappbanner.show+#v3>#hd {
        top: 90px;
    }
    #hd #hd-barx {
        min-height: 0px;
        height: 0px;
        overflow: hidden;
    }
    #hd #nav-main {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100%;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #nav-main>div {
        height: 100%;
    }
    #tt-logo {
        margin-right: 0px;
    }
    #nav-main #tt-logo>a {
        width:  auto;
        height: 36px;
        padding-top: 4px;
        padding-bottom: 4px;
        max-width: 135px;
        /*margin: auto;*/
    }
    #tt-logo>a>img {
        margin: auto;
        display: block;
        float: none;
        height: 32px;
    }
    #menu-icon {
        display: block;
        width: 44px;
        height: 44px;
        /*position: absolute;
        left: 0px;*/
        background: url(/images/tintint/zh_TW/mobile/sprite/1x-s82f385f063.png) -56px 0px no-repeat;
        border: 11px solid white;
        cursor: pointer;
        margin-left:-1.5rem;
    }
    #extra-cta {
        display: none !important;
    }
    #v3 #tt-logo .region {
        float: none;
        position: absolute;
        right: 0px;
        bottom: 0px;
        line-height: 20px;
    }
    .has-hot:after {
        /*margin-top: 10px;*/
    }
    #float-loginbox-parent {
        top: 75px;
    }
    #float-login-btns {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #float-login-btns>.btn {
        margin: 5px 0px;
    }
    #float-login-btns .btn.btn-line {
      background-image: none !important;
      background-color: #00c301;
      border-radius: 5px;
      width: auto;
      padding-left: 0px;
      padding-right: 0px;
    }
    #float-login-btns .btn.btn-line:hover {
      background-color: #00e000;
    }

    .link-default{
      width:100%;
    }

    h5 > a{
      width:100%;
    }
}
/*end hd*/


/*user-icon*/
.user-list {
    z-index: 61;
    top: 100px;
    width: 150px;
    min-height: 180px;
    position: fixed;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 1px 10px #cecece;
    margin-left: -120px;
    padding: 15px;
}
.user-list {
    position:absolute;
    top:auto !important;
    margin-top: 30px;
}
.user-list:hover {opacity:1}
.user-list, .user-list a {
	color:#666;
	font-weight:bold;
	letter-spacing:0.5px;
}
.user-list a:hover {color:#D47B1C;}

.click-view {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.user-icon.on-click>.click-view {
    opacity: 1;
    visibility: visible;
}
.user-list li {
    line-height: 2;
    text-align: left;
    padding:5px 10px 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mini-nav .user-list {
    top: 84px;
}
@media (max-width: 750px) {
    .user-icon-box  {
        visibility: visible;
        /*flex: initial;
        width: auto;
        position: fixed;
        right: 0px;*/
    }
    .user-icon {
        width: 44px;
        height: 44px;
        padding: 11px;
        background-image: url(/images/v3/common/profile.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-origin: content-box;
        background-position: center;
        margin: 0px;
    }
    .user-list {
        top: 35px;
    }
	.user-list li {font-size:1.2rem;}
}
/*end user-icon*/


/*mobile menu transition*/
@media (max-width: 750px) {
    body>#v3>div, body>#ft>div {
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        width:100%;
    }

}
/*end mobile menu open transition*/

/*hotfix v2 layout (1jk3ijbhi)*/
#bd:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}
/*
#bd>div+div:not([debug=v3]) {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
*/

/*
#bd>#userpage, #bd>#blogtobook,
#bd>#pd-bunko-cover, #bd>#pd-shashinbook-cover,
#bd>#pd-shashinbook-l-cover, #bd>#pd-squarebook-cover,
#bd>#pd-fastbook-cover,
#bd>#pd-instagrambook-cover,
#bd>#pd-flatbag, #bd>#pd-invitation-card-envelope,
#bd>#pd-postcard-envelope,
#bd>#pd-2017redenvelope, #bd>#pd-2018redenvelope, #bd>[id$="redenvelope"],
#bd>[id$="spring-couplet"],
#bd>#pd-wooden-magnet, #bd>#pd-goodluck-zodiac-set, #bd>#pd-animal-postcard,
#bd>#express, #bd>#memberday2016,#bd>#pd-2021mini-calendar-note, #bd>#pd-mini-calendar,#bd>#pd-sticker,#bd>#pd-paper-tape,
#bd>#pd-festival-gift-xmas, #bd>#pd-festival-gift-artt, #bd>#pd-gift-package-s, #bd>#pd-gift-package-m, #bd>#pd-gift-package-l, 
#bd>#pd-notepaper, #bd>#pd-gift-set-graduate, #bd>#pd-gift-set-glass-packing-s, #bd>#pd-gift-set-glass-packing-m, #bd>#pd-gift-set-glass-packing-l, #bd>#pd-milestone-cards,
#bd>#pd-gift-package {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
*/
#bd>#userpage, #bd>#blogtobook, #bd>#express, #bd>#memberday2016 {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px; 
}


#bd>.occasion, #bd>#storeRead,
#bd>#squarebook-bookfair, #bd>#storeSubscribe, #bd>#project {
    max-width: 980px;
    width: 100%;
    margin: auto;
}

#bd #occasion_mothersday {
    max-width: 920px;
    width: 100%;
    margin: auto;
}


#v3 #bd>#store .product_photoZoom>li>.btn-primary {background: url(/images/tintint/zh_TW/store/store_preview_btn.gif) no-repeat left top !important;border: none !important;}
#bd>#storeRead { max-width: 899px;}
#bd>#storeStory {max-width: 963px;margin: auto;}
#bd>.pd-theme-title, #bd>#pd-theme { width: 980px; margin-left: auto; margin-right: auto; }
/* #bd>#occasion,  */
/* #bd>#get-bonus:not(.is-new-bonus) */
/* #bd>#pd-comparison,  */
/* #bd>#pj-display,  */
/* #bd>#coupon-search  */
/* { 
    max-width: 980px; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto;
} */
@media (max-width: 750px){
    /*#bd>#pd-comparison,*/ #bd>#pj-display{
        padding-left: 0;
        padding-right: 0;
    }
}
#bd>#get-bonus, #bd>#coupon-search {position:relative;}
/*#bd>#single{ max-width: 980px; width: 100%; margin: auto;}*/
/* #bd>.yui-skin-sam>#shipped { width: 100%; } */
#bd>div>.main.right { 
    max-width: 965px;
    /* max-width: 820px;  */
    width: calc(100% - 180px); 
}
#bd #product .sidebar, #bd #pd-category .sidebar, #bd #preview .sidebar, #bd #slideshow-pj .sidebar, #bd #pd-series .sidebar, #bd #theme .sidebar {
    width: 275px;
}
#bd #userpage .sidebar { width: 323px; }
#bd #pd-biz .sidebar { width: 305px; }
#bd #express {padding-top: 30px;}
#v3 #bd>#pj-display .main-block .main { width: calc(100% - 150px);}

@media (max-width: 750px) {
#bd>#pd-list,
#bd>#userpage, #bd>#blogtobook,
#bd>#accessory/*,
#bd>#pd-bunko-cover, #bd>#pd-shashinbook-cover,
#bd>#pd-shashinbook-l-cover, #bd>#pd-squarebook-cover,
#bd>#pd-fastbook-cover,
#bd>#pd-instagrambook-cover,
#bd>#pd-flatbag, #bd>#pd-invitation-card-envelope,
#bd>#pd-postcard-envelope*/{
    padding-left: 10px;
    padding-right: 10px;
}

    #bd>#firsttime {
        padding-left: 0px;
        padding-right: 0px;
    }
    #bd>#firsttime {
        padding-left: 0px;
        padding-right: 0px;
    }
    #bd>div>.left {
        display: none;
    }
    #bd>div.btn-group>.left {
        /* project/info/ ->show */
        display: block;
    }
    #bd>.btn-group { width:100%;}
    #bd>.btn-group>a.right { float: right;}

    #bd>div>.main.right {
        width: 100%;
        padding:0px 10px;
        /* padding:0px 5px; */
        box-sizing: border-box;
    }
    #bd>#firsttime, #bd>#project-my {
        padding-left: 0px;
        padding-right: 0px;
    }

    /*hack single tabs options box-sizing(bjiji23j)*/
    #single #tabs .options .option{
        box-sizing:initial ;
    }

    /*mobule product/my 系列頁的左側文字變化*/
    /*type A*/
	#project-my ul.menubox {padding-bottom:15px;}
    /* #bd>#project-my { padding-left: 10px; padding-right: 10px; } */
    #bd>#project-my>.sidenav { width: 100%; display: block; }
    #bd>#project-my>.sidenav>.menubox {
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        /* -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; */
        white-space: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
    }
    #bd>#project-my>.sidenav>.menubox::-webkit-scrollbar {
        display: none;
    }
    #bd>#project-my>.sidenav>.menubox>.block { display: none; }
    #bd>#project-my>.sidenav li a { background:none !important; }
    /*#bd>#project-my>.sidenav #spec-expandable { display: none; }*/
    /*#bd>#project-my>.sidenav>.menubox>li:nth-child(1) { display:none; }*/
    /*#bd>#project-my>.sidenav>.menubox>li { -moz-flex:1; -webkit-flex:1; flex:1; }*/
    #bd>#project-my>.sidenav>.menubox>li>a { 
        text-align:center; 
        width: 100%; 
        padding:0px; 
        border-bottom:1px solid #efefef;
        position: relative;
        /* color: #595959; */
    }
    #bd>#project-my>.sidenav>.menubox>li>.text-important { display: none;}
    /* #bd>#project-my>.sidenav>.menubox>li>a.selected{ background-color: #efefef !important; } */
    #bd>#project-my>.sidenav>.menubox>li>a.selected>div{
        border-top: 3px solid #D47B1C;
        position: absolute;
        bottom: 0;
        left: 15%;
        width: 70%;
    }
    /*#bd>#project-my>.sidenav>.menubox>li:nth-child(2){ -moz-flex:2; -webkit-flex:2; flex:2; }*/
    /*#bd>#project-my>.sidenav>.menubox>li#spec-content{ -moz-flex:2; -webkit-flex:2; flex:2; max-height: 65px; }*/
    /*#bd>#project-my>.sidenav>.menubox>li#spec-content>a { text-align:center; width: 50%; float:left;}*/

    /* #bd>#project-my>#pj-edit>#mywork-block { padding: 0px;} */
    #bd>#project-my>#pj-edit .pj-edit { 
        margin: 0px;
    }
    #bd>#project-my>#pj-edit .pro-form { max-width: 100%;}
    #bd>#project-my>#pj-edit .pro {margin: auto;}

    /*project/info*/
    #bd>#preview-player {max-width:100%;}
    #bd>.editor a { padding: 5px; margin: 0px;background-color: transparent; }

    /* #bd>#pj-start { padding-left: 0px; padding-right: 0px;} */
    #bd .pj-formbox {background-color: white;}

    /* #bd>#gift { width: 100%; padding: 0px; } */
    #bd>#gift>.main-block {margin-top:  0px;}
    #bd>#gift>.main-block>.sidenav {width:auto;}
    #bd>#gift>.main-block>.sidenav>.menubox {padding:0px;}
    #bd>#gift>.main-block>.sidenav>.menubox li a {line-height:initial;background:none;padding:0;margin:0;}
    #bd>#gift>.main-block .main {width:100%;}
    /* #bd>#business { width: 100%; padding: 0px; } */
    #bd>#business .container {width: auto;}
    /* #bd>#pd-biz  { width: 100%; padding: 0px; } */

    #bd>#lab { padding-left: 20px; padding-right: 20px;}
    #bd>#lab .lab_project>li>div:first-child { float: none; text-align: center;margin-right: 0px;}
    #bd>#lab .lab_project>li>div .title { float: none; text-align: center;}
    #bd>#lab .lab_project>li>div img { max-width: 100%;}

    #bd>#survey>.ss-form-container { padding-left: 10px; padding-right: 10px; }
    /* #survey textarea, #survey input { max-width: 100%; } */

    #firsttime-step .pc-hide {display:  block;}

    #v3 #bd>#pj-display .main-block .main { width:100%;}
    #v3 #bd>#pj-display .main-block .sidenav {width: 100%;}
    #v3 #bd>#pj-display .main-block .sidenav .menubox { display: -moz-flex; display: -webkit-flex; display: flex; }

    /*
    #bd>#project-my,
    #bd>#userpage, #bd>#blogtobook,
    #bd>#pd-bunko-cover, #bd>#pd-shashinbook-cover,
    #bd>#pd-shashinbook-l-cover, #bd>#pd-squarebook-cover,
    #bd>#pd-fastbook-cover,
    #bd>#pd-instagrambook-cover,
    #bd>#pd-flatbag, #bd>#pd-invitation-card-envelope,
    #bd>#pd-postcard-envelope,
    #bd>#pd-2017redenvelope, #bd>#pd-2018redenvelope, #bd>[id$="redenvelope"],
    #bd>[id$="spring-couplet"],
    #bd>#pd-wooden-magnet, #bd>#pd-goodluck-zodiac-set, #bd>#pd-animal-postcard,
    #bd>#express, #bd>#memberday2016,#bd>#pd-2021mini-calendar-note, #bd>#pd-mini-calendar,#bd>#pd-sticker,#bd>#pd-paper-tape,
    #bd>#pd-festival-gift-xmas, #bd>#pd-festival-gift-artt, #bd>#pd-gift-package-s, #bd>#pd-gift-package-m, #bd>#pd-gift-package-l
    #bd>#pd-notepaper {
        padding-left: 15px;
        padding-right: 15px;
    }
    */
    #bd>#userpage, #bd>#blogtobook, #bd>#express {
      padding-left: 15px;
      padding-right: 15px;
    }

    #bd>#project-my, #bd>#testimony{
        padding-left: 0;
        padding-right: 0;
    }

}
/*end hotfix v2 layout (1jk3ijbhi)*/

/*breadcrumbs*/
.breadcrumbs-content>a:last-child {
  font-weight: normal;
  color: var(--tt-layer-5-gray-color);
}
.breadcrumbs-content>a:last-child:after {
  content: "";
}
.breadcrumbs-content a:not(:last-child), #list_pd_title a {
  font-weight: bold;
  --bs-link-color:#666;
  --bs-link-color-rgb: 102,102,102;
}
.breadcrumbs-content a:not(:last-child):hover, #list_pd_title a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
.breadcrumbs-content a:not(:last-child)[href]:after {
  content: "\00A0/\00A0";
  color: var(--tt-layer-6-gray-color);
}
#breadcrumbs-parent {
    display: table;
    table-layout: fixed;
}
#breadcrumbs {
    letter-spacing: 1px;
    padding: 0px 15px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 72px;
    width: inherit;
    /* width: 100%; */
}
#breadcrumbs-fblike {
    width: auto;
    height: 70px;
}
#breadcrumbs-fblike>div {
    height: 100%;
}

@media (max-width: 750px) {
    #breadcrumbs {
        padding: 0px 10px;
    }
}

/*end breadcrumbs*/

/*footer*/
#ft {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 768px) {
  #ft {
    margin-top: 80px;
  }
}
#footer-info {
    /*padding-left: 30px;*/
    max-width: 285px;
}
#footer-info>.hr {
    margin: 15px 0px;
}
#footer-text {
	color:#666;
    /*max-width: 225px;*/
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    line-height: 1.75;
}
#footer-text>span {
    letter-spacing: 1px;
    width: 100%;
}
#ft-info .tintint_app img {
  max-height: 42px;
}
.hr {
    max-width: 250px;
    height: 1px;
    background-color: gray;
}

@media (max-width: 750px) {
.hr{
	max-width:100%;
}
}
/* @media (max-width: 750px) {
  #footer-info {
    max-width: 219px;
  }
} */
#footer-info .ft-sub-title {color:#666;}
.ft-sub-title b{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    color: #333;
}
.ft-sub-title b:hover {
    color: #D47B1C;
}

.ft-sub-title .border-line {
    box-shadow: 0px -2px 0px #333;
    height: 20px;
}
#footer-info .ft-sub-title .border-line {
    box-shadow: none;
}

#ft-main a {
    line-height: 1.375;
    letter-spacing:0.5px;
}
/*#ft-main a:hover {
    color: #D47B1C;
}*/
#ft-info {
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#ft-info table {
  margin: 0;
}
#ft-info tbody {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ft-info tr {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex:1;
  -moz-flex-shrink:1;
  -webkit-flex:1;
  -webkit-flex-shrink:1;
  flex:1;
  flex-shrink:1;
  min-width: 500px;
  margin-bottom: 30px;
}
#ft-info tr a {
  color: black !important;
  font-size: 13px;
}
#ft .tintint-reserved {
    border-top: 1px solid #e6e6e6;
    background: #fff;
    height: 62px;
}
#ft .tintint-reserved .reserved-center {
    margin: auto;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    font-size: 13px;
    /*height: 60px;*/
}
.is-ie9 #ft .tintint-reserved>div>div {display: block;}
.is-ie9 #ft .tintint-reserved>div>div>div {display: inline-block;}
/*#ft .tintint-reserved .reserved-center {
    padding-left: 30px;
    padding-right: 30px;
}*/
#ft #social-link img {
    width: 30px;
    opacity: 0.5;
}
span.no-wrap {
    white-space: pre;
}

@media (max-width: 750px) {
    #ft-info {
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	#ft-main .flex-col-2{
		margin-bottom:20px;
	}
}
/*for ie9*/
.is-ie9 #ft #ft-info {display: table;}
.is-ie9 #ft #ft-info>* {display: table-cell;}
.is-ie9 #ft #ft-info>#ft-main>* {display: table-cell;}

/*end footer*/
/*language dropdown*/
#dropdown-language {
    margin-top: 0px;
}

.dropdown.dropdown-tip:before {
    top:-6px;
    left: 91px;
}
.dropdown.dropdown-tip:after {
    top:-5px;
    left: 92px;
    z-index: 1000;
}

.dropdown .dropdown-menu, .dropdown .dropdown-panel {
    border-radius: 0px;
    background: none repeat scroll 0% 0% #fff;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.2);
    position: relative;
    /*padding: 15px;
    display: inherit;*/
}

#hd-barx #dropdown-language *{
    color: #555;
}

#dropdown-language.dropup {
    top: -295px !important;
    left: auto !important;
    /*right: 0px;*/
    position: absolute;
}

.dropup.dropdown-tip:before {
    bottom: -6px;
    left: auto;
    right: 70px;
    border-bottom: 0px;
    border-top: 7px solid #CCC;
    top: auto;
}

.dropup.dropdown-tip:after {
    bottom: -5px;
    left: auto;
    right: 71px;
    border-bottom: 0px;
    border-top: 6px solid #FFF;
    top: auto;
}
#login-lang .dropdown .dropdown-menu a:hover {
    color: #D47B1C;
}
/*language dropdown*/

/*noti*/
div#notification {
    position: fixed;
    z-index: 499;
    top: 0px;
    width: 0%;
    margin: auto;
    left: 0;
    right: 0px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: initial;
}
#notification .noty-container {
	font-size:1rem;
    padding: 9px;
    background-color: transparent;
    white-space: nowrap;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#notification .noty-container .noty-close {
    position: relative;
    display: inline-block;
    top: 4px;
    right: -10px;
}
#notification a:hover {
	color:#e88621;
}
@media (max-width: 750px) {
  div#notification {
      position: relative;
      top: 45px;
      width: 100%;
      z-index: 0;
  }
  #notification .noty-container {
    background-color: #7c4824;;
  }
  #notification .noty-container .noty-close {
    position: absolute;
    top: 13px;
    right: 20px;
  }

  body[type='open']>#notification {
    transform: translateX(250px);
  }
}
/*noti*/




/* for help/ask page RWD (temp in there) */
@media (max-width: 750px) {
    #mywork-block>div:not(#ask) input[type=file] {width: calc(100% - 100px);display: inline-block;position: relative;top: 0px;}
	.account .input-box label {width:auto;}

    .help_new ,#ask .holiday-notify {color:#333;line-height:1.8;margin:10px 0 20px 0;padding:10px;border-radius:5px;background-color:#fff;border:1px solid #cecece;}
    .help_new h2, .help_new p.title,#ask .holiday-notify p.title {font-weight:bold;font-size: 1.5rem;padding-bottom:5px;}
}
/*temp in there*/
@media (max-width: 750px) {
    /* .event-mission #points-bar { position: static; float: none; margin-top: 15px;} */
	/* .event-mission .title-center h1 {letter-spacing:0;font-size:2.25rem;font-weight:600;} */
	/* .event-mission .btn.get-point {border:1px solid #e88621;} */
}
@media (max-width: 750px) {
    #document .document-list .inner img { max-width: 100%; height: auto;}
}
@media (max-width: 750px) {
    #order .personal-module table:not(.table) { width: 100%; display: block; overflow: auto; }
    #order .personal-module table:not(.table) .pj-item { position:relative; }
}
@media (min-width:750px) {
   .lg-hide {display:none;}
   .is-ie9 #hd .use-flexbox > .lg-hide {display: none;}
}

.text-important, a.text-important {
	white-space: normal;
    background: #e88621;
    padding: 2px 8px;
    border-radius: 15px;
    color: #fff;
	line-height:1.5;
}
.btn a {color:#fff;}
.btn a:hover{text-decoration: none;}

.pc-btn-new, .pc-btn-new-year, .pc-btn-new-layout, .pc-btn-new-size{
    width: 49px;
    height: 49px;
    background-image: url(/images/tintint/common/occasion/pd-badge-new.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom:40px;
    right: calc(20% - 25px);
    z-index: 5;
}
.pc-btn-new-year {
    background-image: url(/images/tintint/common/occasion/pd-badge-limited.png);
}
.pc-btn-new-layout {
    background-image: url(/images/tintint/common/occasion/pd-badge-newthread.png);
}

.pc-btn-new-size {
    background-image: url(/images/tintint/common/occasion/pd-badge-size.png);
}

/*gift*/
#v3 #gift h1 {font-size:2rem;}
/* #v3 #gift h3 {font-size:1.25rem;font-weight:600;letter-spacing:1px;} */
#v3 #gift .header-pad {padding-top:0;}

#promo td h4 {line-height:1.5;}

/*promotion*/
.promotion {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #cccccc; */
    height: 45px;
    margin-left: -10px;
    margin-right: -5px;
}
.promotion .icon-camera-promotion {
    display: inline-block;
    width: 32px;
    height: 20px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/tintint/common/pd/mobile/common/1x/mobile-promotions-camera-icon.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){
    .promotion .icon-camera-promotion{
        margin-right: 10px;
        background-image:url(/images/tintint/common/pd/mobile/common/2x/mobile-promotions-camera-icon.png)
        
    }
}
@media (max-width: 750px){
    body::-webkit-scrollbar {
        display: none;
    }
    #pd-nav::-webkit-scrollbar {
        display: none;
    }
}
input::-webkit-date-and-time-value{
    text-align: left;
}
