@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:600&display=swap');
html,
body {
    margin: 0;
    height: auto;
    overflow-x: hidden;
    }
body, html{
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    }
body{
    padding-bottom:99px;
    }
img {
	border: 0;
	}
::selection {
	background: #2a333c;
	color: #ffffff;
	}
::-moz-selection {
	background: #2a333c;
	color: #ffffff;
	}
::-webkit-selection {
	background: #2a333c;
	color: #ffffff;
	}
::-webkit-scrollbar{
	width: 5px;
	}
::-webkit-scrollbar-track {
	position: absolute;
	background: #e0e0e0;
	}
::-webkit-scrollbar-thumb{
	border-radius: 16px;
	background-color: #aaaaaa;
	}


.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

	
::-webkit-input-placeholder { color: #cccccc; }
:-moz-placeholder { color: #cccccc; }
::-moz-placeholder { color: #cccccc; }
:-ms-input-placeholder { color: #cccccc; }

.main-header{
	display: block;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
    position: relative;
    z-index: 1;
	}
.main-header a{
	display: block;
	max-width:160px;
	margin: 0 auto;
	}
.header-logo{
	display: inline-block;
	margin: 5px auto;
	max-width:160px;
	}
@media screen and (max-width: 600px){
.header-logo{
	margin: 5px auto;
	}
}
.main-nav{
	display: block;
	width: 100%;
	border-top:1px solid #f3f3f3;
	/*border-bottom:1px solid #f3f3f3;*/
	}
@media screen and (max-width: 1090px){
	.nav-btn.rd {
	    min-width: 130px;
	}
}
@media screen and (max-width: 1050px){
	.main-nav {
		display: none;
	}
}
/*nav*/
.banner-nav{
    display: block;
    }
@media screen and (max-width: 1050px){
  .banner-nav{
      display: none;
      }
}
ul.nav.rd{ 
    list-style:none; 
    margin:0 auto; 
    padding:0;
    text-align:center;
    display:block;
    background-color: rgb(255, 255, 255, .8);
    overflow: hidden;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    }
ul.nav.rd li {  
    display:inline-block; 
    margin:0;  
    }
ul.nav.rd li:hover {  max-height:60px; }
ul.nav.rd a span.menu-en, 
a:hover span.menu-tw{
    display: inline; 
    }
ul.nav.rd a:hover span.menu-en, 
a span.menu-tw { 
    display: none ;
    } 
.nav-btn.rd{
    display: inline-block;
    min-width: 150px;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    color: #303030; 
    text-decoration: none;
    margin:0;
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
.main-nav .nav-btn.rd{
	height: 60px;
	}

@media screen and (max-width: 1024px) { 
.nav-btn.rd{
    width: 130px;
    }
}	
.nav-btn.rd span{
    position: relative;     
    }
.nav-btn.rd span.menu-en{ 
    top: 17px;  
    font-weight: 500;
    }
.nav-btn.rd span.menu-tw{
    font-size: 15px;  
    top: 17px;  
    }

.main-nav .nav-btn.rd span.menu-en{  
    top: 17px;  
    font-weight: 100;
    color: #222222;
    font-size: 16px;
    }
.main-nav .nav-btn.rd span.menu-tw{
    font-size: 14px;  
    top: 17px;  
    }

.nav-btn.rd.active ,
.nav-btn.rd:hover {
    color: #a98b62;
    } 
.nav-btn.rd.is-ative:after,       
.nav-btn.rd:after {
    width: 100%;
    height: 60px;
    content:  "";
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 3px;
    background-color:#d6c19d;
    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);   
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    }
.nav-btn.rd.is-active:after,  
.nav-btn.rd.active:after,
.nav-btn.rd:hover:after{
    height: 60px;
    bottom: 0;
    height: 3px;
    background-color:#d6c19d;
    display: block !important;      
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
    }
.nav-btn.rd.is-active{
	cursor: default;
}    
.nav-btn.rd.is-active:hover:after {
    height: 2.6px;
}  
.nav-btn.rd.is-active:hover{
	color: #555555;
}
.nav-btn.rd.is-active:after{
    height: 2.5px;
    background-color:#707070;
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -ms-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
}
/*phone nav icon  */  
.sidebar-btn{
    position: fixed;
    display:inline-block;
    height: 45px;
    width: 45px;
    background-color:transparent;
    border: 0;
    outline: none;
    top: 7px;
    left: 10px;
    cursor:pointer;
    transform: translate(0);
    z-index: 9999;
    text-decoration:none;
    }    
@media screen and (max-width: 640px) {  
.sidebar-btn{
    top:10px;
    left: 15px;
    } 
} 
.sidebar-btn.sidebar-show{
	left: auto;
	top: 5px;
    right: 5px;
    }
.menu-stripes {
    position: relative;
    height: 1px;
    width: 30px;    
    background-color: #999999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    mix-blend-mode: luminosity;
    }
.menu-stripes:nth-child(1) {
    margin: 0 0 13px auto;
    }
.menu-stripes:nth-child(2) {
    margin: 0 0 9px auto;
    display: none;
    } 
.menu-stripes:nth-child(3) {
    margin: 0 0 0 auto;
    }    
.sidebar-btn.sidebar-show .menu-stripes {
    margin: -1.8px auto;
    background-color: #888888;
    }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
  width: 30px;
  transform: rotate(45deg);
  }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
  width: 30px;
  display: none;
  }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg);
  }
@media screen and (max-width: 640px) { 
    .menu-stripes:nth-child(1) {
        margin: 0 0 8px auto;
        }
    .menu-stripes:nth-child(2) {
        margin: 0 0 8px auto;
        } 
}  
@media screen and (max-width: 480px) { 
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
      width: 24px;
      }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
      width: 24px;
      }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
      width: 24px;
      }
} 
@media screen and (max-width: 375px) { 
    .sidebar-btn {
        right: 8px;
        }
    .menu-stripes:nth-child(1) {
        margin: 0 0 5px auto;
        }
    .menu-stripes:nth-child(2) {
        margin: 0 0 5px auto;
        } 
} 
/*phone menu*/
.check{
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	cursor: auto;
	}
#MainMenu {
	position: relative;
	width: 100%;
	height: auto;
	}
.menu {
	/*display: none;*/
	}
.mobile-menu-icon,
.pop-menu-icon {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 30px;
	z-index: 9999;
	}
.mobile-menu-icon{
	left: 22px;
	}
.pop-menu-icon{
	right: 22px;
	}
.sub-nav {
	font-family: "AvenirLTStd-Medium", Verdana, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	padding: 0;
	position: relative;
	}
.phone-left {
	padding: 0 0 0 3%;
	}
.phone-right {
	text-align: left;
	padding: 0;
	}
.sub-nav ul {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: calc(50vh - 125px);
	list-style-type: none;
	vertical-align: top;
	position: relative;
	z-index: 10001;
	}
.sub-nav ul li.single{
	width: calc( 96% - 5px );
	}
.sub-nav ul li {
	display: inline-block;
	width: calc( 48% - 5px );
	font-size: 1.3vw;
	letter-spacing: 1px;
	    font-family: 'Butler_Bold', serif;
    font-weight: 500;
	padding: 15px 0;
	margin: 0 5px 5px 0;
	line-height: 1.2;
	border-radius: 8px;
	text-align: center;
	color: #222222;
	background-color: #ffffff;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.sub-nav ul li span{
	display: block;
	margin: 3px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #707070;
	letter-spacing: 3px;
	}

@media screen and (max-width: 640px) {
.sub-nav ul {
	max-width: 90%;
	margin: 0 auto;
	top: calc(50% - 260px);
	}
.sub-nav ul li {
	display: block;
	width: 100%;
	font-weight: 500;
	padding: 10px 0;
	font-size: 17px;
	font-family: 'Noto Serif TC', serif;
	}
.sub-nav ul li span{
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	}
}
.sub-nav ul li label {
	display: inline-block;
	width: 110px;
	margin: 0 8px 0 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	text-align: right;
	}
.sub-nav ul li a:link,
.sub-nav ul li a:visited {
	display: block;
	color: #222222;
	text-decoration: none;
	padding: 0 8%;
	}
.sub-nav ul li.dark-bg {
	background-color: #f0f0f0;
	}
.nav-list {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10001;
	}
.swiper-wrapper,	
.full-height {
	height: calc(100vh - 99px);
}

.search-right {
	float: right;
	}
.search-bar {
	display: inline-block;
	width: 260px;
	color: #222222;
	background-color: #ffffff;
	margin: -7px 0 0 0;
	padding: 7px 0 6px 0;
	vertical-align: top;
	}
.search-bar input {
	margin: 0 0 0 10px;
	width: 80%;
	font-size: 13px;
	background-color: #ffffff;
	border: 0;
	outline: 0;
	vertical-align: middle;
	}
.find-btn {
	margin: 0 10px 0 0;
	float: right;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../images/find_btn.jpg") no-repeat;
	border: 0;
	outline: 0;
	vertical-align: middle;
	cursor: pointer;
	}
.phone-find-btn {
	margin: 0;
	float: right;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../images/find_btn.jpg") no-repeat;
	border: 0;
	outline: 0;
	cursor: pointer;
    position: relative;
    right: -5px;
    top: 14px;
	}
.phone-search-bar {
	display: inline-block;
	width: 100%;
	color: #222222;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative;
	}
.phone-search-bar input {
	margin: 0;
	padding: 0;
	width: 85%;
	height: 47px;
	font-size: 15px;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
	font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	}
@media screen and (max-width: 905px) {
    .menu {
		display: block;
		}
}
@media screen and (max-width: 640px) {
.phone-search-bar input {
	height: 35px;
	}	
.phone-find-btn {
	right: -10px;
	top: 10px;
	}
}	
/*footer begin*/
.footer-info{ 
	display:block;
	width:100%; 
	background-color:#222222;
	position: relative;
	z-index: 3;
	margin-top: -2px;
	}
.info-area{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 6% 5%;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.info-area-left{
	display:inline-block;
	width:45%;
	max-width:600px;  
	margin-left:auto;
	vertical-align:top;
	} 
.foot-logo{
	width:100%;
	padding:20px 0 20px 15px;
	} 
.foot-logo label {
	font-size: 28px;
	letter-spacing: 2px;
	color: #707070;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 500;
	}
.left-content{
	width:95%;
	padding:20px 0 10px 15px;
	border-top:1px solid #444444;
	}
.left-content ul {
	display: block;
	width: 95%;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style-type: none;
	color: #b3b3b3;
	}
.left-content ul li {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px 10px 7px 0;
	}
.left-content ul li b{
	font-size: 15px;
	}
.left-content ul li a:link,
.left-content ul li a:visited {
	display: inline-block;
	color: #bbbbbb;
	text-decoration: none;
	cursor: default;
	}
.left-content ul li a.mail-address{
	display: block;
	color: #bea47f;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1.2px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.left-content ul li a.mail-address:hover{
	text-decoration:underline;
	color:#bea47f;
	} 
.title-cn{
	display:block;
	color:#c3c3c3;
	font-size:15px;
	letter-spacing:1px;
	margin:0 0 10px 0;
	} 
.title-cn span{ display:inline-block;}  
.title-en{
	display:block;
	color:#bababa;
	margin:5px 0 10px 0;
	font-size:12px;
	letter-spacing:1px;
	}
.tel{
	color:#ffffff;
	margin:0;
	font-size:18px;
	letter-spacing:1px;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
	vertical-align:baseline;
	} 
.add{
	display:block;
	margin:10px 0 0 0;
	color:#ffffff;
	font-size:14px;
	letter-spacing:1px;
	}   
.info-area-right{
	float:right;
	width:35%;  
	max-width:370px;
	vertical-align:top;
	}
.foot-socal {
	width:100%;
	padding:11px 0 12px 0;
	} 
.foot-socal ul{
	height:40px;
	list-style-type:none;
	margin:0;
	padding:0;
	}
.foot-socal ul li{
	display:table-cell;
	*display:block;
	*position:relative;
	width:inherit;
	height:inherit;
	padding:0 12px;
	text-align:center;
	vertical-align:middle;
	}   
.right-content{
	width:90%;
	padding:20px 0 10px 10%;
	border-top:1px solid #444444;
	} 
.right-content ul{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	} 
.right-content ul li{
	display:list-item;
	letter-spacing:1px;
	font-size: 15px;
	color:#838383;
	margin:0 0 15px 0;
	padding:0 0 0 5px;
	}
.right-content ul li a:link,    
.right-content ul li a{
	text-decoration:none;
	color:#838383;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;  
	} 
.right-content ul li a:hover{
	text-decoration:underline;
	color:#bea47f;
	}     
.service-phone{
	display:block;
	color:#a3a3a3;
	font-size:13px;
	letter-spacing:1px;
	}
.service-mail{
	display:block;
	color:#a3a3a3;
	margin:10px 0 0 0;
	font-size:13px;
	letter-spacing:1px;
	} 
.mail-address{
	display:block;
	color:#23c6c8;
	margin:8px 0 0 0;
	font-size:14px;
	letter-spacing:1.2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;  
	}   
.copyright{
	width:100%;
	font-size:12px;
	color:#666666;
	background-color:#1d1d1d;
	text-align:left;
	padding:25px 0 25px 25px;
	font-family: "Open Sans";
	letter-spacing: 1px;
	position: relative;
	z-index: 4;
	}
.copyright img{
	float:right;
	margin:3px 50px 0 0;
	}
@media screen and (max-width: 915px) {  
	.info-area {
		padding:5% 10%;
		}
	.info-area-left{
		width:100%;
		max-width:100%;
		} 
	.info-area-right{ 
		float:none; 
		width:100%; 
		max-width:100%;
		}   
	.left-content{
		width:98%;
		padding:20px 0 3% 15px;
		}
	ul.login-cart-area li.right_btn.member-login{
		color:#707070;
		}    
}   
@media screen and (max-width: 640px) {  
    .info-area {
        padding:5%;
        }
    .copyright img{ display:none; }
    .day, .tel{display: block;}
}   
.age-gate-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #000000;
	font-size: 50px;
	line-height: 1;
	color: #d6b885;
	font-family: 'Noto Serif TC', serif;	
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 10000;
	}
@media screen and (max-width: 800px) {  
.age-gate-footer{
	font-size: 6vw;
	font-weight: bold;
	background-color: #d6b885;
	color: #000000;
	}
}
@media screen and (max-width: 480px) {  
.age-gate-footer{
	font-size: 7vw;
	}
}
@media screen and (max-width: 320px) {  
.age-gate-footer{
	padding: 10px 0;
	}
}  
/*footer end*/    
/*gate popup*/
.age-gate-bg{
    background: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20000;
    display: none;
    }
.age-gate-bg img{
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    }
.age-gate-checker{
    background-repeat: no-repeat;
    width: 85%;
    max-width: 500px;
    padding: 30px 30px 60px 30px;
    margin: 0 auto;
    border: 2px solid #deb876;
    position: fixed;
    z-index: 100000;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
@media screen and (max-width: 640px){
.age-gate-bg{
    background: rgba(31, 31, 31, .9);
    }
.age-gate-checker{
    padding: 30px 30px 50px 30px;
    background: rgba(0, 0, 0, 1);
    }
}    
.age-gate-checker p{
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    }
.gate-title{
    font-size: 24px;
    font-weight: bold;
    }   
.close-age-popup{
    cursor:pointer
    }  
@media screen and (max-width: 375px){
.gate-title{
    font-size: 16px;
    }   
} 
@media screen and (max-width: 320px){
.age-gate-checker p{
    font-size: 13px;
    }
.gate-title{
    font-size: 14px;
    }   
}   
.gate-btn,
.view-more{
    position: relative;
    z-index: 7;
    display:inline-block;
    letter-spacing:3px;
    font-size:15px;
    font-weight:600;
    text-align:center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;    
    margin-top: 9%;
    padding: 15px 35px;
    color:#d6b885;
    border: 1px solid #d6b885;
    background-color: transparent;
    text-decoration:none; 
    }
.view-more:hover{
    border: 1px solid #d6b885;
    background-color: #d6b885;
    color:#ffffff;
    cursor: pointer;
    }
.gate-btn{  
    margin-top: 5%;
    padding: 15px 30px;
    cursor: pointer;
    }
.gate-btn.sure{  
    border: 1px solid #d6b885;
    background-color: #d6b885;
    color:#ffffff;
    }
.gate-btn.sure:hover{
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color:#222222;    
    }
@media screen and (max-width: 640px){
	.gate-btn{  
	    margin-top: 5%;
	    padding: 15px 20px;
	    }
	.view-more{
		font-size: 14px;
		letter-spacing: 1px;
		text-indent: -1px;
		display: inline-block;
		margin: 0 auto;
		background: #d6b885;
		color: #ffffff;
		padding: 10px 30px;
		margin-top: 30px;
		width: auto;
		}
}
/*gate popup end*/
a.RgoTop {
	position: fixed;
	bottom: 24%;
	right: 11px;
	cursor: pointer;
	display: none;
	z-index: 999;
}
@media screen and (max-width: 1205px) {
	body{
	    padding-bottom:148px;
	}
}
@media screen and (max-width: 905px) {
	body{
	    padding-bottom:130px;
	}
	a.RgoTop img {
		display: none;
	}
}
img.alcohol-logo,
.age-gate-bg img.alcohol-logo{
    display: inline-block;
    max-width: 50px;
    width: 6%;
    vertical-align: middle;
    margin: 0;
    position: relative;
    top: -5px;
}
@media screen and (max-width: 640px) {
	body{
	    padding-bottom:100px;
	}
}
@media screen and (max-width: 480px) {
	body{
	    padding-bottom:112px;
	}
	img.alcohol-logo,
	.age-gate-bg img.alcohol-logo{
	    margin: 0;
	    width: 8%;
	    top: 0px;
	}
	.age-gate-footer span{
	    vertical-align: middle;
	}
}
@media screen and (max-width: 375px) {
	body{
	    padding-bottom:100px;
	}
}
@media screen and (max-width: 340px) {
	body{
	    padding-bottom:74px;
	}
}