@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", sans-serif; */
/* font-family: "Noto Sans TC", sans-serif; */
/*------------ basic ------------*/
body {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    color: #545454;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.editor{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    color: #545454;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}
.clearfix{
    display: block;
}
.description{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    color: #929497;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.wrapper{
    padding-top: 125px;
    background: url('../../images/common/bg.webp') repeat;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}

.editor.pt{
    position: relative;
    padding-top: 60px;
}
/* ---- / basic ---- */
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 0;
    border:solid 1px #F4DF4C;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#F4DF4C;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F4DF4C;
    margin: 0 3px 3px;
}
.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}
.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    display: flex;
    align-items: center;
}
.share .btn i{
    border-radius: 100%;
    min-width: 32px;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 1px;
    line-height: 0px;
    font-size: 17px;
    color:#606060;
    transition: all .3s;
}
.share .btn:hover i{
    background:#F4DF4C;
}
.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.webp') no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
    transition: all 0.3s ease;
    margin-right: 10px;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    color: #555;
    border: none;
    background: #F5DF4D;
    font-size: 15px;
    line-height: 35px;
    width: 120px;
    height: 35px;
    border-radius: 0;
    transition: all 0.5s ease;
    font-family: "Poppins", sans-serif;
}
.btn.back:hover {
    color: #fff;
    background: #555;
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 3px 3px 0;
    font-size: 20px;
}
.btn.back:before{
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    vertical-align: middle;
    margin: 0px 3px 3px 0;
    margin: 0px 10px 3px -15px;
    font-size: 20px;
    display: inline-block;
}
.btn.simple {
    position: relative;
    color: #555;
    border: none;
    background: #F5DF4D;
    width: 173px;
    height: 35px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 35px;
    margin: 0 5px;
    border-radius: 0;
    transition: all .5s ease;
    font-family: "Poppins", sans-serif;
}
.btn.simple:hover {
    color: #fff;
    background: #555;
}
.btn.simple.w2 {
    width: 90%;
    max-width: 500px;
}
.btn.simple:before,.btn.simple:after{
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 4px;
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.btn.simple.cart5:before{
    content: "\e908";
}
.btn.simple.money:after{
    content: "\e911";
}
.btn.simple.caret-hollow-left:before{
    left: 5px;
    content: "\e906";
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple.caret-hollow-right:after{
    right: 5px;
    content: "\e907";
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic {
    margin-bottom: 4px;
}
.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}
.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}
.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.btn.normal {
    padding: 0 10px;
    width: 175px;
    height: 35px;
    line-height: 35px;
    color: #555;
    border: none;
    background: #F5DF4D;
    border-radius: 0;
    margin: 0 auto;
    transition: all .5s ease;
}
.btn.normal:hover {
    color: #fff;
    background: #555;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.normal:before{
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.btn.normal.home:before{
    content: "\e90f";
}
.btn.normal.cart:before{
    content: "\e908";
}
.btn.normal.cart2:before{
    content: "\e909";
}
.btn.normal.order:before{
    content: "\e914";
}
.btn.normal.money:before{
    content: "\e911";
}
.btn.pure {
    color: #F4DF4C;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: underline;
    transition: all .5s ease;
}
.btn.pure:hover {
    color: #DA6994;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 320;
    box-shadow: 0 0 0px rgba(0,0,0,0.0);
    transition: all .3s ease;
}
.site-header .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.site-header .container:before,
.site-header .container:after{
    display: none;
}
.site-title {
    position: relative;
    margin: 0;
    padding: 20px 0 25px;
    z-index: 5;
    transition: all .5s ease;
}
.site-title .logo {
    background: url(../../images/common/logo2.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 200px;
    height: 80px;
    transition: all .5s;
}
.site-title .logo:hover {
    opacity: .7;
}
/* ---- /site_header ---- */
/* ---- fixed ---- */
.header-fixed .site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.header-fixed .site-header{
    background: #FFFFFF;
}
.header-fixed .site-header .site-nav .menu>li>a{
    color: #000;
}
.header-fixed .site-header .site-nav .menu>li>a:hover, 
.header-fixed .site-header .site-nav .menu>li.active>a {
    color: #F8E64A;
}
.header-fixed .site-header .container{
    align-items: center;
}
.header-fixed .search-box,
.header-fixed .language,
.header-fixed .search-box,
.header-fixed .top-remitt,
.header-fixed .top-order {
    display: none;
}
.header-fixed .site-title {
    padding: 10px 0 10px;
}
.header-fixed .site-nav {
    margin: 0;
    padding: 0;
}
.header-fixed .site-title .logo {
    background: url(../../images/common/logo2.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 153px;
    height: 60px;
}
.header-fixed .func-menu {
    margin: 17px 0;
}
/* ---- /fixed ---- */
/* ---- top-nav ---- */
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 30px;
    display: flex;
    align-items: center;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    font-size: 20px;
    margin-right: 4px;
}
.func-menu {
    position: relative;
    margin: 10px 0 0;
    transition: all .5s ease;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    margin: 0;
    transition: all .5s ease;
}
.func-menu>li.login>a .ic::before,
.func-menu>li.gomember>a .ic::before,
.func-menu>li.gocart>a .ic::before {
    position: relative;
    top: 2px;
}
.func-menu>li.login>a:hover,
.func-menu>li.gocart>a:hover {
    color: #F4DF4C;
}
.func-menu > li > a span {
    display: block;
}
.func-menu>li.gocart>a span {
    display: flex;
    align-items: center;
}
.func-menu>li>a b {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 2.5px 12.68px;
    height: 35px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 20px;
    color: #F4DF4C;
    border: 1px solid #F4DF4C;
    background: #fff;
    border-radius: 100%;
    font-family: 'Cormorant', serif;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #ddd;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #F4DF4C;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 0.05em;
    border-radius: 0;
    transition: all .5s ease;
}
.func-menu .cart-box .btn:hover {
    background: #555;
    color: #fff;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #ddd;
}
.func-menu .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px;
    position: relative;
}
.func-menu .cart-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.func-menu .cart-list .box:hover {
    background: #f5f5f5;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .5s ease;
}
.func-menu .cart-list a:hover .name {
    color: #F4DF4C;
}
.func-menu .cart-list .qty {
    color: #DA6994;
}
/* ---- /top-nav ---- */
/* ---- search ---- */
.site-header .search-box {
    position: relative;
    width: 140px;
    box-sizing: border-box;
}
.site-header .search-box .form-control {
    border: 0;
    border-bottom: 1px solid rgba(214,214,214,.5);
    background: none;
    color: rgba(166,166,166,1);
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0 40px 0 0;
    border-radius: 0;
    transition: all .5s ease;
    font-family: "Poppins", sans-serif;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #aaa;
}
.site-header .search-box ::-webkit-input-placeholder {
    color: rgba(166,166,166,1);
    opacity: 0.8;
}
.site-header .search-box ::-moz-placeholder {
    color: rgba(166,166,166,1);
    opacity: 0.8;
}
.site-header .search-box :-ms-input-placeholder {
    color: rgba(166,166,166,1);
    opacity: 0.8;
}
.site-header .search-box :-moz-placeholder {
    color: rgba(166,166,166,1);
    opacity: 0.8;
}
.site-header .search-box .ibtn.search {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(35,24,21,1);
    mask: url('../../images/common/btn_search.svg') no-repeat center / contain;
    transition: background-color .3s ease;
}
.site-header .search-box:hover .ibtn.search{
    background-color: #F5DF4D;
}
/* ---- /search ---- */
/* ---- language ---- */
.site-header .language {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    display: none;
}
/*
.header-fixed .site-header .language {
    display: none;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li a {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid rgba(214,214,214,.5);
    border-radius: 30px;
    line-height: 1;
    width: 54px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all .3s ease;
}
.site-header .language li a:hover {
    background: #F4DF4C;
    border: 1px solid #F4DF4C;
    color: #505050;
}
*/
/*.site-header .language li+li:before {
    content: '/ ';
    color: #dcdcdc;
}*/
/* ---- /language ---- */
/* ---- site-nav ---- */
.site-nav {
    text-align: right;
    margin: 74px 0 0 0;
    padding: 0px 0;
    transition: all .5s;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    display: inline-block;
    margin: 0 -18px;
}
.site-nav .menu>li {
    position: static;
    padding: 5px 18px;
    transition: all .3s;

    font-family: "Noto Sans TC", sans-serif;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;

}
.site-nav .menu > li:nth-last-child(-n+8) {
    display: none;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 0px 0;
    transition: all .3s ease;
}
.site-nav .menu > li > a > span{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(0% + 32px);
    font-size: 14px;
    font-family: "Noto Sans TC", sans-serif;
    color: #F8E64A;
    line-height: 1;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #F8E64A;
}

.site-nav .menu > li > ul{
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 0;
    top: 100%;
    width: 100vw;
    left: unset;
    right: calc(50% - 50vw + 0px);
    background: #606060;
    padding-left: calc( (100vw - 1440px) / 2 + 390px);
    padding-right: calc( (100vw - 1440px) / 2);
    border: none;
    padding-top: 50px;
    padding-bottom: 78px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}
.site-nav .menu > li > ul > li{
    position: relative;
    box-sizing: border-box;
    flex: 1 1 310px;
    max-width: 25%;
    min-width: 310px;
    margin: 0;
    padding-left: 30px;
    padding-right: 10px;
}
.site-nav .menu > li:nth-child(-n + 5) > ul > li+li::before{
    content: "";
    width: 1px;
    height: calc(100% + 23px);
    background: #444444;
    position: absolute;
    left: 0;
    top: -10px;
}
.site-nav .menu > li > ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 105px);
    background: #444444;
    position: absolute;
    left: calc(50% - 330px);
    top: 40px;
}
.site-nav .menu > li > ul:after {
    content: attr(data-text);
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    padding: 10.5px 6px;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #F5DF4D;
    position: absolute;
    left: calc(50% - 50vw - 184px);
    top: 42px;
    padding-left: calc((100vw - 1440px) / 2 + 300px);
}
.site-nav .menu ul li a {
    position: relative;
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 5px;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #F5DF4D;
    transition: all .3s ease;
    box-sizing: border-box;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #A3A3A3;
}
.site-nav .menu > li > ul > li > a {
    margin-bottom: 15px;
}
.site-nav .menu  ul ul ul {
    display: none !important;
}
.site-nav .menu  ul ul {
    display: block !important;
    transition: unset !important;
    height: auto !important;
}
.site-nav .menu ul .month-list{
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px !important;
}
.site-nav .menu > li > ul > li > ul > li {
    margin-left: 0px;
}
.site-nav .menu > li > ul > li > ul > li {
    margin-bottom: 4px;
}
.site-nav .menu > li > ul > li > ul > li > a {
    display: inline-block;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 4px 5px;
}
.site-nav .menu > li > ul > li > ul > li > a:hover,
.site-nav .menu > li > ul > li > ul > li.active > a  {
    color: #A3A3A3;
}
/* ---- /site-nav ---- */
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner img,
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    margin-bottom: 35px;
}
.main-top .container {
    max-width: 1440px;
    padding: 0 0 30px;
}
.main-top .btn.gohome {
    display: block;
}

.main-title {
    position: relative;
    box-sizing: border-box;
    width: 375px;
    max-width: 375px;
    height: 75px;
    line-height: 75px;
    color: #444444;
    background: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 0 10px;
    margin: -37.5px auto 0;
}
.main-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 3px;
    background: #F4DF4C;
}
.main-content {
    padding: 0 0 130px;
}
.content {
    position: relative;
    box-sizing: border-box;
}
.content-top {
    position: static;
    margin-bottom: 20px;
}
.content-top .container{
    padding: 0;
}
.content-title {
    position: relative;
    float: none;
    display: block;
    text-align: left;
    color: #444444;
    font-size: 20px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.15em;
    font-weight: 500;
    line-height: 2;
    margin: 0 auto;
}
.content-title2 {
    color: #F4DF4C;
    position: relative;
    float: none;
    display: block;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2.5px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 auto -24px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 30px;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #888;
    border-radius: 100%;
    margin-right: 10px;
}
.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
/*------------ / site_main ------------*/
/* ---- breadcrumb ---- */
.breadcrumb {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    float: none;
    color: #777;
    letter-spacing:0.1em;
    margin: 0 auto 0;
    font-weight: normal;
    font-size: 15px;
    top: 10px;
    right: 0px;
    z-index: 300;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline-flex;
    align-items: center;
    transition: all .5s;
}
.breadcrumb li+li:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #444;
    border-radius: 100%;
    margin: 0 8px;
}
.breadcrumb li a:hover {
    color: #F4DF4C;
}
/* ---- /breadcrumb ---- */
/* ---- site_footer ---- */
.site-footer {
    position: relative;
    box-sizing: border-box;
    background: #606060;
}
.footer-top {
    position: relative;
    box-sizing: border-box;
    padding: 94px 0 0;
}
.footer-top .container {
    padding: 0 3.5%;
}

.footer-top .row {
    display: flex;
    box-sizing: border-box;
}
.footer-top .col {
    position: relative;
    box-sizing: border-box;
}
.footer-top .col1 {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-right: 40px;
    border-right: 1px solid #505050;
    align-items: flex-end;
}
.footer-top .col1 .site-logo {
    background: url(../../images/common/logof.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 272px;
    height: 108px;
    transition: all .5s;
    margin-bottom: 50px;
}
.footer-top .col1 .site-logo:hover {
    opacity: .7;
}
.site-footer .share {
    display: inline-flex;
    vertical-align: top;
    flex-direction: row;
}
.site-footer .share li {
    display: block;
    padding: 0;
    width: auto;
}
.site-footer .share li+li{
    margin-left: 12px;
}
.footer-top .col2 {
    display: flex;
    flex-direction: column;
    width: 75%;
    padding: 0;
}
.site-info {
    position: relative;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-left: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #505050;
}
.site-info li+li {
    margin: 10px 0 0;
}
.site-info-list li a {
    display: inline-block;
}
.site-info li .tel a{
    line-height: 1.2;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}
.site-map {
    position: relative;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-left: 50px;
    padding-top: 24px;
}
.site-map ul {
    box-sizing: border-box;
    float: left;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.site-map ul+ul{
    margin: 0 0 0 50px;
}
.site-map ul li a{
    color: #FFFFFF;
    transition: all .3s ease;
}
.site-map ul li a:hover{
    color: #F4DF4C;
}
.follow {
    position: absolute;
    width: fit-content;
    display: block;
    text-align: center;
    padding: 0px 0 ;
    right: 0;
    top: 15px;
}
.follow>* {
    display: inline-block;
    vertical-align: top;
}
.qrcode {
    position: relative;
}

.footer-bottom {
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
    color: #A3A3A3;
    letter-spacing: 0.08em;
    text-align: right;
    padding: 65px 0 85px;
}
.footer-bottom .container{
    padding: 0 3.75%;
}
.footer-bottom a {
    color: #A3A3A3;
    transition: all .5s ease;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.author {
    display: inline-block;
    margin-right: 25px;
}
.footer-bottom-txt {
    padding: 0 3px 0;
}
/* ---- /site_footer ---- */
/* ---- floating ---- */
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gotop {
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: transparent;
    border-radius: 100%;
    border: 2px solid rgba(163,163,163,.5);
    background: url('../../images/common/gotop_arrow.webp') 50% no-repeat;
    font-size: 0;
    font-family: "Poppins", sans-serif;
    transition: all .3s ease;
}
.floating .btn.gotop:hover {
border: 2px solid rgba(245,223,77,.5);
    background: url('../../images/common/gotop_arrow_.webp') 50% no-repeat;
}

/* ---- /floating ---- */
/* ---- content_nav ---- */
.content-nav-box {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    margin: -32px auto 32px;
}
.content-nav li {
    padding: 0;
}
.content-nav li a {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    transition: all .5s ease;
}
.content-nav li a:hover,
.content-nav li.active>a {
    background: #F4DF4C;
    color: #fff;
}
.content-nav li.active>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #F4DF4C transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li a.logout {
    color: #DA6994;
}
.content-nav li a.logout:hover,
.content-nav li.active>a.logout {
    opacity: 0.8;
}
/* ---- /content_nav ---- */
/* ---- pagination ---- */
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: flex;
    min-width: 36px;
    line-height: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #555;
    background: #FFFFFF;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 600;
    border: none;
    padding: 0 5px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transition: all .5s ease;
}
.pagination li a:hover,
.pagination li.active a {
    background: #F4DF4C;
    color: #555;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    color: #A3A3A3;
}
.pagination li a.controls:hover {
    color: #555;
    border-color: #F4DF4C;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #eee;
    margin: 0;
}
.page-info .form-control:focus {
    border-color: #F4DF4C;
    background: none;
}
/* ---- /pagination ---- */
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #535353;
    font-size: 15px;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #00468C;
    font-size: 15px;
    background: #eee;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    background: #00468C;
    color: #eee;
}
.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #999;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #017FFB;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    transition: all .5s ;
}
.form-control:focus {
    outline: none;
    border-color: #F4DF4C;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #F4DF4C;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F4DF4C;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #F4DF4C;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #F4DF4C;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 40px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #F4DF4C;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}
.success-box .success-msg:first-of-type {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
}
.success-txt strong {
    color: #444;
    font-size: 18px;
}
.success-txt a {
    text-decoration: underline;
    color: #F4DF4C;
}
.success-txt a:hover {
    text-decoration: none;
    color: #aaa;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    border-top: 1px solid #017FFB;
    color: #6A6A6A;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    background: #eee;
    color: #777;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #840000;
}
.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr:nth-child(2n) {
    background: #E0FBFE;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: "\e901";
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
}
.table-v strong {
    color: #F4DF4C;
}
.table-v b {
    color: #F4DF4C;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/

body .fancybox-close{
    background:url('../../images/common/lightbox_close.webp') no-repeat;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    transition:all .5s;
}
body .fancybox-close:hover{
    opacity:.6;
}

/* main container */
body .fancybox-skin{
    position:relative;
    display:flex;
    background:transparent;
    border-radius:5px;
    margin:40px 60px 0;
}

/* wrapper */
.fancybox-wrap{
    width:100% !important;
    max-width:1440px !important;
}
.fancybox-opened .fancybox-skin{
    box-shadow:none !important;
    width: 100% !important;
    max-width:1440px !important;
    margin:0 auto !important;
}

/* layout */
.fancybox-outer,
.fancybox-inner{
    position:static !important;
    height:auto !important;
}

/* arrows */
.fancybox-nav{
    height:auto !important;
    top:calc(100% + 50px) !important;
}
.fancybox-album .fancybox-nav span{
    background:url('../../images/common/album/lightbox_arrow.webp') no-repeat;
    width:62px;
    height:62px;
    margin-top: 0px;
    visibility: visible;
    transition: all .5s;
}
.no-svg .fancybox-album .fancybox-nav span{
    background-image:url('../../images/common/album/lightbox_arrow.webp');
}
.fancybox-album .fancybox-prev span{
    background-position:0 0;
    left: 190px;
}
.fancybox-album .fancybox-next span{
    background-position:100% 0;
    right: 190px;
}
.fancybox-album .fancybox-nav:hover span{
    opacity:.5;
}

/* right content */
.fancybox-album .fancybox-title{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-family: "Noto Sans TC", sans-serif !important;
    background: #F5DF4D;
    color: inherit;
    line-height: inherit;
    padding: 55px 0 70px 5.5%;
    min-height: inherit;
    margin: auto 0;
    z-index: -1;
    height: 100%;
}

/* yellow extend background */
.fancybox-album .fancybox-title:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:100%;
    left:-166.7%;
    background:#F5DF4D;
    z-index:-1;
}
.fancybox-album .fancybox-title:after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: -12%;
    background:#F5DF4D;
    z-index:-1;
}

/* pager */
.fancybox-album .photo-pager{
    position:absolute;
    right: -12%;
    bottom:0;
    padding:5px 10px;
    background:#555;
    color:#fff;
    text-align:center;
}

/* title */
.fancybox-album .photo-title{
    position:relative;
    color:#444;
    font-size:24px;
    font-weight:bold;
    letter-spacing:.08em;
    line-height:1.5;
    margin:0 0 10px;
    padding-left:65px;
}
.fancybox-album .photo-title:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
    width:50px;
    height:3px;
    background:#fff;
}

/* description */
.fancybox-album .fancybox-title p{
    font-size:16px;
    color:#545454;
    font-weight:normal;
    letter-spacing:0.08em;
    line-height:1.5;
    margin:0;
    height:144px;
    overflow:hidden;
}

/* info list */
.fancybox-album .photo-list{
    display:flex;
    flex-direction:column;
    margin-top:30px;
}
.fancybox-album .photo-list .lab{
    display:flex;
    box-sizing:border-box;
    border-bottom:1px solid rgba(163,163,163,.5);
    font-size:16px;
    color:#545454;
    font-weight:500;
    letter-spacing:.08em;
    line-height:1.5;
    padding:9px 0 11px;
}
.fancybox-album .photo-list .lab .pt-info-label{
    min-width:70px;
    margin-right:15px;
}
.fancybox-album .photo-list .lab span{
    font-weight:normal;
}

/* overlay */
.fancybox-overlay{
    overflow:hidden;
}

/* thumbnail bar */
.fancybox-thumbbar{
    position:fixed;
    left:90px;
    right:90px;
    bottom: 0px;
    height:106px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    z-index:8050;
    box-sizing:border-box;
    padding:0 0px;
    width: 100% !important;
    max-width: 878px !important;
    margin: 0 auto;
}
.fancybox-thumbbar::-webkit-scrollbar{
    height:6px;
}
.fancybox-thumbbar::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.4);
}

/* thumbnails */
.fancybox-thumbbar .fancybox-thumb-item{
    display:inline-block;
    width:142px;
    height:106px;
    margin:0 0px;
    opacity:.45;
    border:2px solid transparent;
    vertical-align:top;
    box-sizing:border-box;
    transition:all .2s ease;
    overflow: hidden;
}
.fancybox-thumbbar .fancybox-thumb-item img{
    display:block;
    width:100%;
    height:100% !important;
    object-fit:cover;
}
.fancybox-thumbbar .fancybox-thumb-item.active{
    opacity:1;
    border-color:#fff;
}
@media screen and (max-width: 1680px) {
    .fancybox-album .fancybox-title:before,
    .fancybox-album .fancybox-title::after{
        display: none;
    }
    .fancybox-wrap{
        max-width: 1200px !important;
    }
    .fancybox-opened .fancybox-skin{
        max-width: 1200px !important;
        margin: 0 auto;
    }
    .fancybox-album .fancybox-title{
        padding: 40px 5% 55px 5%;
    }
    .fancybox-album .photo-pager{
        right: 0;
    }
    .fancybox-inner{
        width: 608px !important;
        height: 450px !important;
    }
    .fancybox-nav {
        height: auto !important;
        top: calc(100% + 32.5%) !important;
    }
    .fancybox-album .fancybox-prev span{
        left: 60px;
    }
    .fancybox-album .fancybox-next span{
        right: 60px;
    }
    body .fancybox-close {
        top: -45px;
    }
}
@media screen and (max-width: 1280px) {
    .fancybox-wrap{
        max-width: 950px !important;
    }
    .fancybox-opened .fancybox-skin{
        max-width: 950px !important;
        margin: 0 auto;
    }
    .fancybox-album .fancybox-title{
        padding: 20px 4% 35px 4%;
    }
    .fancybox-inner{
        width: 554px !important;
        height: 410px !important;
    }
    .fancybox-thumbbar{
        left: 90px;
        right: 90px;
        bottom: 0px;
        height: 92px;
        max-width: 760px !important;
    }
    .fancybox-album .fancybox-prev span{
        left: 20px;
    }
    .fancybox-album .fancybox-next span{
        right: 20px;
    }
    .fancybox-thumbbar .fancybox-thumb-item {
        width: 121px;
        height: 92px;
    }
    .fancybox-nav {
        height: auto !important;
        top: calc(100% + 42.5%) !important;
    }
}
@media screen and (max-width: 1000px) {
    .fancybox-wrap{
        width: 100% !important;
        max-width: 450px !important;
    }
    .fancybox-opened .fancybox-skin {
        width: 100% !important;
        max-width: 450px !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .fancybox-inner{
        width: 100% !important;
        height:  auto !important;
    }
    .fancybox-album .fancybox-title{
        padding: 15px 20px 20;
    }
    .fancybox-album .photo-title:before{
        width: 45px;
    }
    .fancybox-album .photo-title{
        padding: 0;
        padding-left: 60px;
        font-size: 20px;
    }
    .fancybox-album .fancybox-title p{
        font-size: 14px;
        height: auto;
    }
    .fancybox-album .photo-list{
        margin-top: 20px;
        overflow: hidden;
    }
    .fancybox-album .photo-list .lab{
        font-size: 14px;
        padding: 5px 0 7px;
    }
    .fancybox-thumbbar{
        width:100% !important;
        max-width: 450px  !important;
        left: 0px;
        right: 0px ;
        height: 80px;
        margin: 0 auto;
    }
    .fancybox-thumbbar .fancybox-thumb-item {
        width: 108px;
        height: 80px;
    }
    .fancybox-nav {
        height: auto !important;
        top: calc(100% + 15px) !important;
        display: none;
    }
    .fancybox-lock .fancybox-overlay{
        overflow-x: unset !important;
    }
    .fancybox-opened{
        top: 65px !important;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
    }
    .fancybox-album .fancybox-close {
        left: unset !important;
        right: 0 !important;
        top: -40px !important;
        margin-right: 0 !important;
    }
    .fancybox-nav span{
        top: inherit;
    }
    .fancybox-album .fancybox-prev span{
        left: 88% ;
    }
    .fancybox-album .fancybox-next span{
        right: 88% ;
    }

}
@media screen and (max-width: 480px) {
    .fancybox-wrap{
        width: 100% !important;
        max-width: 310px !important;
    }
    .fancybox-opened .fancybox-skin {
        width: 100% !important;
        max-width: 310px !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .fancybox-thumbbar{
        width:100% !important;
        max-width: 310px  !important;
        left: 0 !important;
    }
     .fancybox-album .fancybox-prev span{
        left: 72.5% ;
    }
    .fancybox-album .fancybox-next span{
        right: 72.5%;
    }
    .fancybox-album .photo-title:before{
        display: none;
    }
    .fancybox-album .photo-title{
        padding: 0;
    }
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #F4DF4C;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #F4DF4C;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #F4DF4C;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #F4DF4C;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
    font-size: 30px;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #F5F5F5;
    color: #F4DF4C;
}
.mmenu-show #mobile-menu .language-menu {
    background: #F4DF4C;
    color: #fff;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #231815;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    transition: all .2s ease;
}
.mmenu-show #mobile-search .search-box:hover:after {
    color: #F5DF4D;
}
.mmenu-show #mobile-menu .share i{
    width: 30px;
    height: 30px;
    font-size: 17px;
    min-width: inherit;
}
.mmenu-show #mobile-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
.mmenu-show #mobile-fixed li i{
    margin: -5px auto 0;
}
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 32px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
}
.sort_box .form-group+.form-group{
    margin-left:8px;
}
.sort_icon {
    line-height: 1;
    position: relative;
    z-index: 0;
    margin-left: 8px;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#F4DF4C;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1440px) {
    /* ---- header-fixed 1440 ---- */
    .header-fixed .site-nav {
        
    }
    .header-fixed .func-menu {
        margin: 21px 0;
    }
    /* ---- /header-fixed 1440 ---- */
    /* ---- site_header 1440 ---- */
    /* ---- site_footer 1440 ---- */
    .footer-top .container {
        padding: 0 15px;
    }
    /* ---- /site_footer 1440 ---- */

}
@media screen and (max-width: 1280px) {
    /* ----  /site_header 1280 ---- */
    .wrapper {
        padding-top: 125px;
    }
    .site-nav .menu > li > ul{
        padding-left: calc((100vw - 1440px) / 2 + 410px);
    }
    .site-nav .menu > li > ul:after{
        padding-left: calc((100vw - 1280px) / 2 + 350px);
    }
    .site-nav .menu > li > ul > li {
        flex: 1 1 270px;
        min-width: 270px;
    }
    .site-nav .menu > li > ul:before {
        left: calc(50% - 310px);
    }
    .top-nav{
        top: 15px;
    }
    .site-nav .menu>li>a{
        font-size: 16px;
    }
    .site-nav .menu>li {
        padding: 0 12px;
    }
    /* ---- site_footer 1280 ---- */
    .footer-top .col1 .site-logo{
        margin-bottom: 74px;
    }
    .footer-top .col1{
        width: 35%;
    }
    .footer-top .col2{
        width: 65%;
    }
    .site-map ul{
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0  0;
    }
    .site-map ul li{
        width: 114px;
        padding:0  0px;
        margin-bottom: 10px;
    }
    /* ---- /site_footer 1280 ---- *
}
@media screen and (max-width: 1200px) {
    /* ---- site_header 1200 ---- */
    /* ---- /site_header 1200 ---- */
    /* ---- header-fixed 1200 ---- */
    .header-fixed .func-menu>li.gomember>a {
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .header-fixed .top-nav .ic {
        line-height: 28px;
        margin: 0;
    }
    .header-fixed  .func-menu>li.gomember{
        margin: 0;
    }
    .header-fixed .func-menu {
        margin: 20px 0;
    }
    /* ---- /header-fixed 1200 ---- */
}
@media screen and (max-width: 1100px) {
    /* ---- site_header 1100 ---- */

    /* ---- /site_header 1100 ---- */
    /* ---- header-fixed 1100 ---- */
    .header-fixed .func-menu {
        margin: 26px 0 16px;
    }
    .header-fixed .func-menu>li.gomember>a,
    .header-fixed .func-menu>li>a {
        padding: 0;
    }
    /* ---- /header-fixed 1100 ---- */
}
@media screen and (max-width: 1000px) {
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
    .wrapper{
        padding-top: 40px;
    }
    .site-footer .share{
        display: none;
    }
    .footer_link{
        display: none;
    }
    /* ---- site_header 1000 ---- */
    .site-header {
        background: #FFFFFF;
    }
    .header-fixed .wrapper,
    .wrapper {
        padding-top: 40px;
    }
    .header-fixed .site-header,
    .site-header {
        border: 0;
        position: static;
        height: auto;
    }
    .site-header .container{
        display: block;
    }
    .site-title {
        float: none;
        text-align: center;
        padding: 15px 0;
        transition: inherit;
    }
    .site-title .logo {
        width: 150px;
        height: 60px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /* ---- /site_header 1000 ---- */
    /* ---- site_main 1000 ---- */
    .main-content {
        padding: 0 0 65px;
    }
    .main-title {
        font-size: 20px;
        padding: 0px 0;
        height: 55px;
        line-height: 55px;
        margin: -27.5px auto 0;
    }
    .main-title::before{
        width: 45px;
    }
    .main-top{
        margin-bottom: 25px;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .main-top .container{
        padding: 0 0 20px;
    }
    .content-top .container{
        display: flex;
        flex-direction: column;
    }
    .content-top {
        margin-bottom: 24px;
    }
    .content-title,
    .content-title2 {
        margin: 0px 0 10px;
        font-size: 20px;
        order: 1;
        line-height: 1.2;
    }
    .content-title2 {
        margin: 16px auto -16px;
    }
    /* ---- /site_main 1000 ---- */
    /* ---- breadcrumb 1000 ---- */
    .breadcrumb {
        order: 2;
        position: relative;
        margin: 0;
        margin-right: auto;
        font-size: 14px;
        flex-wrap: wrap;
        top: inherit;
        right: inherit;
        justify-content: flex-start;
    }
    /* ---- /breadcrumb 1000 ---- */
    .editor.pt{
        position: relative;
        padding-top: 24px;
    }
/*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
        padding: 70px 0 0;
    }
    .footer-top .container {
        padding: 0px 15px;
    }
    .footer-top .col {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 ;
    }
    .footer-top .col1{
        display: none;
    }
    .footer-top .col2{
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .site-map{
        display: none;
    }
    .site-info{
        order: 2;
        padding: 0;
        border: none;
    }
    .author {
        display: inline-block;
        margin-right: 15px;
    }
    .follow{
        position: relative;
        order: 1;
        width: fit-content;
        padding: 0;
        top: 0;
        margin: 0 auto 20px;
    }
    .follow>* {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0;
    }
    .footer-bottom {
        font-size: 13px;
        padding: 15px 0 35px;
        text-align: center;
    }
    .site-info li .tel a{
        margin-bottom: 0;
    }
    .footer-top .col1{
        border: none;
    }
/*------------ / site_footer 1000 ------------*/
    /* ---- pagination 1000 ---- */
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /* ---- / pagination 1000 ---- */
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .btn.gotop .ic {
        display: none;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_footer 767 ------------*/
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/

/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}