<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notice-container::-webkit-scrollbar {
    width: 3px;
}
 
/* Track */
.notice-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	background-color: #898989;
}
 
/* Handle */
.notice-container::-webkit-scrollbar-thumb {

    background: white; 
}
.notice-container::-webkit-scrollbar-thumb:window-inactive {
	background: white; 
}

@font-face {
    font-family: AvenirNextFont;
    src: url(../font/Avenir_Next.ttc);
}

html{
	background-color: #222;
}

body{
	margin: 0;
}

.dim{
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(34,34,34,0.7);
	position: absolute;
	top: 0;
	color: white;
	font-size: 22px;
}

.half{
	width: 48.5%;
}

.clear{
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

.inline{
	display: inline-block;
}

.theme-font{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-weight: 400;
}

.grey-font{
	color: #898989;
}


#min-header{
	display: none;
	position: relative;
}

#side-menu{
	position: fixed;
    top: 0;
    left: -100%;
    transform: translateX(0);
    height: 100%;
    width: 100%;
    overflow: hidden;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    
    z-index: 999;
}

#side-menu.active {
    transform: translateX(100%);
}

#nav-menu{
	width: calc(90% - 50px);
    height: 100%;
	opacity: 0.9;
	background-color: black;
	margin: 0;
	margin-right: 20px;
    position: fixed;
    top: 0;
    overflow-y: auto;
    font-size: 1.2em;
	list-style: none;
	z-index: 999;
}

.mobile-slide{
	display: none ;
}

#nav-menu::-webkit-scrollbar { 
    display: none; 
}

.nav-item{
	margin: 2px;
	position: relative;
}

.nav-item a{
	position: relative;
    font-weight: 400;
    font-family: 'Avenir Next', 'Muli', sans-serif;
    font-size: 1.2em;
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: left;
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.nav-submenu{
	list-style: none;
}

.nav-submenu .nav-sub-item a{
	opacity: 0.5;
	text-decoration: none;
}

#hide-side-menu{
	visibility: hidden;
    position: fixed;
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 900;
}

#side-menu.active  #hide-side-menu {
    display: block;
    visibility: visible;
}

#min-logo{
	height: 39px;
	margin: 5px;
}

#user-menu{
	position: absolute;
	display: none;
	width: 200px;
	background-color: #363636;
	right : 0;
	z-index: 999;
	text-align: center;
	
}

#user-menu .dropdown .dropdown-item{
	color: #898989;
}

#username &gt; a{
	color: #222;
	text-decoration: none;
}

#username:hover #user-menu{
	display: block;
}

#header {
	padding-top: 23px;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	margin: 0 auto;
	width: 1000px;
	position: relative;	
}

#header .upper{
	font-size: 16px;
	color: #898989;
	text-decoration: none;
}

#header #aboutus:before{
	content: '';
	display: inline-block;
	vertical-align: -4px;
	margin-right: 5px;
	width: 20px;
	height: 21px;
	background-image: url(../image/icon_information.png);
}

#header select{
	border: none;
	color: white;
	font-size: 16px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 80px;
	outline: none;
	
}

.info-table select{
	border: none;
	color: white;
	font-size: 20px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	margin-right: 35px;
}

.styled-select{
	overflow: hidden;
	background: url(../image/btn_arrow_language.png) no-repeat right;

}

option{
	color: black;
}

#menu{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	min-height: 23px;
	z-index: 990;
}

#menu .menu-col:nth-child(1){
	position: absolute;
	left: 0;
}

#menu .menu-col:nth-child(2){
	position: absolute;
	right: 0;
}

#menu .menu-item{
	width: 183px;
	font-size: 17px;
	border: 0;
	color: #898989;
	text-align: center;
	display: inline-block;
	position: relative;
	height: 26px;
}

.menu-item&gt;.dropdown{
	
	width: 100%;
	position: absolute;
	left: 0;
	top: 29px;
	z-index: 9999;
	background-color: rgba(0,0,0,0.75);
	display: none;
}

.dropdown .dropdown-item{
	color: white;
	display: block;
	vertical-align: middle;
	line-height: 40px;
	font: 15px;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	cursor: pointer;
	text-decoration: none;
}

.dropdown .dropdown-item:hover{
	color: #898989;
	text-decoration: underline;
}

#menu .menu-item:not(.disabled):hover&gt;.dropdown{
	display: block;
}

#menu .menu-item:not(.disabled):hover{
	border-bottom: 3px #898989 solid;
}

.menu-item:not(.disabled) a{
	text-decoration: none;
	color: #898989;
}

.menu-item&gt;a{
	text-decoration: none;
	cursor: pointer;
}

.menu-item:not(.disabled):hover&gt;a{
	text-decoration: none;
}

#slider{
	
	width: 100%;
}

#about-slider{
	margin: 0 auto;
    width: 1000px;
    position: relative;
    margin-top: 35px;
}

#about-content{
	margin-top: 35px;
	color: white;
	font-family: Helvetica;
	font-weight: 100;
	color: #ccc;
	font-size: 18px;
	
	
}

#about-content p{
	line-height: 26px;
}

.divider{
	border-top: 3px solid #363636;
	width: 100%;
}

.theme{
	color: #898989;
}
.disabled&gt;a{
	color: #464646 !important;
}

#logo{
	position: absolute;
	left : 50%;
	transform: translate(-50%, 0);
	
}

#logo&gt;img{
	height: 64px;
}

#footer{
	height: 200px;
	margin-top: 100px;
	width: 100%;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	text-align: center;
}

#footer #copyright{
	font-size: 16px;
	color: #464646;
	vertical-align: middle;
	text-align: center;
	
}

#footer a{
	color: #464646;
}

input.form-input{
	
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #363636;
	font-size: 20px;
	width: 411px;
	color: #898989;
	padding-left: 10px;
	
}
.form-input::-webkit-input-placeholder{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	padding-left: 40px;
}
.form-input::-moz-placeholder{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	padding-left: 40px;
}
.form-input:-ms-input-placeholder{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	padding-left: 40px;
}

.center-container{
	width: 100%;
	text-align: center;
	padding: 10% 0;
}

#login, #reset{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
}

#login a{
	display: block;
}

#login *, #reset *{
	margin-bottom: 30px;
}

#email-input::-webkit-input-placeholder{
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_user.png);
	background-size: 15px 17px;
}
#email-input::-moz-placeholder{
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_user.png);
	background-size: 15px 17px;
}
#email-input:-ms-input-placeholder{
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_user.png);
	background-size: 15px 17px;
}

#password-input::-webkit-input-placeholder{
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_password.png);
	background-size: 15px 17px;
}
#password-input::-moz-placeholder{
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_password.png);
	background-size: 15px 17px;
}
#password-input:-ms-input-placeholder{
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_password.png);
	background-size: 15px 17px;
}

div.yellow_button{
	
	background-color: #898989;
	border: none;
	color: rgba(0,0,0,0.7);
	vertical-align: middle;
	text-align: center;
	width: 100%;
	line-height: 40px;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	
}

button.yellow_button{
	background-color: #898989;
	border: none;
	color: rgba(0,0,0,0.7);
	height: 40px;
	min-width: 176px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	cursor: pointer;
}

.frame-button{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	color: #898989;
	border: 1px solid #898989;
	padding: 5px 10px;
	margin-top: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.bxslider p,.mobile-bxslider p{
	position: absolute;
	top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
	margin: 0;
    transform: translate(-50%, -50%);
	font-family: "Playfair Display", serif;
	font-size: 65px;
	color: #898989;
}

h1.top-line{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 35px;
	color: #898989;
	margin-top: 35px;
	margin-bottom: 43px;
	font-weight: 400;
}

div.container{
	margin: 0 auto;
    width: 1000px;
    position: relative;
    margin-top: 35px;
}

.flex-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  
	-webkit-flex-flow: row wrap;
	
	width: 100%;
}

#venues{
	margin-left: -10px;
}

#timeslots{
	margin-left: -32px;
}

.timeslot-item{
	height: 38px;
	width: 185px;
	border: 1px solid #898989;
	margin-left: 32px;
	margin-bottom: 18px;
	position: relative;
	color: #898989;
	font-size: 19px;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-weight: 200;
	cursor: pointer;
	background-color: transparent;
	
}
.timeslot-item.full{
	border: 1px solid #464646;
	color: #464646;
}

.timeslot-item.selected{
	background-color: #898989;
	color: #222222 !important;
}

.timeslot-item div{
	padding: 5px;
}

.timeslot-item div:nth-child(2){
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	border-left: 1px solid #898989;
	text-align: center;
	height: 28px;
}

.timeslot-item.full div:nth-child(2){

	border-left: 1px solid #464646;
}

.timeslot-item.selected div:nth-child(2){

	border-left: 1px solid #222;
}

.venue-item{
	width: 235px;
	height: 260px;
	border: 1px solid #393939;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

.venue-item div:nth-child(1){
	
	padding: 13px;
	position: relative;
	text-align: center;
	
}

.venue-item&gt;div:nth-child(1)&gt;img{
	width: 212px;
	height: 212px;
}

.venue-item label{
	
	font-family: 'Avenir Next', 'Muli', sans-serif;
	color: #898989;
	font-size: 0.9em;
	line-height: 39px;
	vertical-align: middle;
	
}

.venue-item .full_overlay{
	width: 235px;
	height: 260px;
	background-color: #393939;
	opacity: 0.85;
	cursor: not-allowed;
	position: absolute;
	top: 0;
	left: 0;
}

.full_overlay h3{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 21px;
	color: white;
	opacity: 0.4;
	font-weight: 400;
	position: absolute;
	top: 70%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
	margin: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.full_overlay img{
	position: absolute;
	top: 40%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
	margin: 0;
    transform: translate(-50%, -50%);
}

.venue-item:hover label{
	
	color: #898989;
	
}

.venue-item:hover{
	border: 1px solid #898989;
}

.booking-table,.info-table{
	width: 100%;
	margin-bottom: 35px;
	border-collapse: collapse;
}

.booking-table tr{
	line-height: 36px;
}

.info-table tr{
	line-height: 72px;
	border-top: 3px solid #363636;
}

.booking-table td:nth-child(1){
	text-align: left;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	color: #848484;
}

.info-table td:nth-child(1){
	text-align: left;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	color: #898989;
}

.booking-table td:nth-child(2), .info-table td:nth-child(2){
	text-align: right;
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 20px;
	color: white;
}

.notice-container{
	
	max-height: 600px;
	overflow-y: auto;
	padding-right: 10px;
}

.notice-item{
	padding-bottom: 10px;
	padding: 10px;
	border-bottom: 	2px solid #898989;
}

.notice-item&gt;p&gt;a[href^="http:"]:after{
	
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background-image: url(../image/icon_doc.png);
	background-size: contain;
	vertical-align: middle;
    margin-left: 10px;
}

#gallery-container{
	
	overflow-x: auto;
	overflow-y: hidden;
	height: 600px;
	width: 100%;
	white-space: nowrap;
	
}

.gallery-item{
	
	width: 480px;
	height: 600px;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	
}

.gallery-item-bg{
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 480px;
	height: 300px;
	background-image: url(../image/gradient_gallery.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	
}

.gallery-cover{
	width: 100%;
	height: 100%;
	background-size: cover;
}

.gallery-item-bg label{
	
	font-size: 25px;
	color: white;
	
}

.photo-item{
	width: 235px;
	height: 235px;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.flex-container .photo-item:first-child{
	
	margin-left: 0px;
	
}

.record-item{
	border-bottom: 2px solid #898989;
	padding: 15px;
	font-size: 20px;
	color: white;
}

.record-subtitle{
	font-size: 15px;
	color: #898989;
}

#btn-logout{
	display: none;
}

#offer-filter{
	width: 250px;
	float: left;
	margin-right: 15px;
}

#product-container{
	width: calc(100% - 0px);
	    float: left;
}

.product-item{
	width: 232px;
	height: 300px;
	border: 1px solid #393939;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

.product-item div:nth-child(1){
	
	padding: 13px;
	position: relative;
	text-align: center;
	
}

.product-item&gt;div:nth-child(1) .product-image{
	width: 213px;
	height: 213px;
}

.product-item&gt;div:nth-child(1) .new{
	position: absolute;
	top: 0;
	left: 0;
}

.product-item label{
	
	font-family: 'Avenir Next', 'Muli', sans-serif;
	color: #898989;
	font-size: 0.9em;
	
	vertical-align: middle;
	
}

.filter-item{
	
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 16px;
	color: #848484;
	border-bottom: 1px #848484 solid;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 10px;
}

#shopping_cart{
	position: relative;
    width: 120px;
    height: 22px;
    background-image: url(../image/btn_shoppingcart.png);
    margin-right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

#shopping_cart:hover #cart{
	display: block;
}

#cart{
	position: absolute;
	display: none;
	width: 220px;
	background-color: #363636;
	right : 0;
	z-index: 999;
	text-align: center;
	top: 22px;
	overflow-x: hidden;
	
}

.cart-item{
	width: 200px;
	position: relative;
	cursor: pointer;
}

.cart-item div:not(.clear){
	padding: 10px;
	font-size: 0.7em;

}

.cart-item div:nth-child(1){
	float: left;

}

.cart-item div:nth-child(2){
	float: left;
	text-align: left;

}

.cart-item div:nth-child(3){
	float: right;
	text-align: right;
}

.cart-item div:nth-child(1)&gt;img{
	width: 40px;
	height: 40px;
}

#coupon_id{
	background: #222;
	border: 1px solid #363636;
	height:40px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	color: white;
	font-size: 13px;
}

#coupon_id::-webkit-input-placeholder{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 16px;
	padding-left: 10px;
}
#coupon_id::-moz-placeholder{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 16px;
	padding-left: 10px;
}
#coupon_id:-ms-input-placeholder{
	font-family: 'Avenir Next', 'Muli', sans-serif;
	font-size: 16px;
	padding-left: 10px;
}

input[type=radio][name="sct_address"]{
	display: none;
}

input[type=radio][name="sct_address"]+label{
	width: 30px;
	height: 30px;
	background-image: url(../image/btn_tick_off.png);
	display: block;
}

input[type=radio][name="sct_address"]:checked+label{
	background-position: center center;
	background-size: contain;
	background-image: url(../image/btn_tick_on.png);

}

input[type=checkbox][name="checkbox"]{
	display: none;
}

input[type=checkbox][name="checkbox"]+label{
	width: 30px;
	height: 30px;
	background-image: url(../image/btn_tick_off.png);
	display: block;
}

input[type=checkbox][name="checkbox"]:checked+label{
	background-position: center center;
	background-size: contain;
	background-image: url(../image/btn_tick_on.png);

}


.bx-wrapper .bx-viewport{
	background-color: #222 !important;
}

@media (min-width: 768px) {
    #header {
        
        min-height: 123px;
        
    }
   
}

@media (max-width: 768px) {
	
	.flex-container{
		margin: auto 0 !important;
/* 		justify-content: space-around; */
	}
	
	#slider{
		height: calc(100% - 55px);
	}
	
	.mobile-slide{
		display: block;
	}
	
	.desktop-slide{
		display: none;
	}

	

    #header{
	    display: none;
    }
    
    #min-header{
	    display: block;
	    width: 100%;
	    height: 55px;
    }
    
    #btn-menu{
	    margin-top: 13px;
	    margin-right: 15px;
    }
    
    #btn-account{
	    margin-right: 30px;
		margin-top: 3px;
    }
    
    .no-scroll {
	    height: 100%;
	    overflow-y: hidden;
	    position: fixed;
	    right:0;
	    left:0;
	}
	
	#gallery-container {
	
		height: auto;
	}
	
	.gallery-item {
		width: 100%;
		height: 300px;
		display: block;
	
	}
	
	.gallery-item-bg{
		width: 100%;
	}
	
	.gallery-item-bg label {
	    position: relative;
	    top: 105px;
	}
	
	.half{
		width: 100%;
	}
	
	button.yellow_button{
		
		float: none;
		display: block;
		width: 100%;
		height : 80px;
	}
	
	.frame-button{
		width: 100%;
		text-align: center;
	}
	
	#btn-logout{
		display: block;
	}
	
}

@media (max-width: 1000px){
    #header,div.container,#about-slider {
        
        width:  100%;
        
    }
}</pre></body></html>