<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html, body {
    width: 100%;
    max-width:800px;
    /* height: 100%; */
    width:expression(this.width&gt;800 ? 800:true);
    margin:0 auto;
}
html, body { height: 100%; }
.wrapper { min-height: 100%; }

html {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

* { font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, 'microsoft jhenghei', '\5FAE\8EDF\6B63\9ED1\9AD4', sans-serif; -webkit-tap-highlight-color: transparent; }

input[type='number'] {
    -moz-appearance:textfield;
    font-size: 1em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.sandbox-table { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; border-collapse: collapse; transition-duration: 0.3s; background: rgba(255, 0, 0, 0.8); box-shadow: 0 2px 2px #ff0000; }
.sandbox-table:after { content: ''; position: absolute; height: 20px; width: 100%; bottom: -20px; }
.sandbox-table.hide { transform: translateY(-100%); }
.sandbox-table:hover { transform: translateY(0); }
.sandbox-table .sandbox_msg { display: block !important;
    text-align: center;
    background: transparent !important;
    color: #ffffff !important; }

.break-word {
    word-break: break-all;
}


.inpage-notify-container { position: fixed; bottom: 10px; right: 10px; width: 250px; max-width: 100%; z-index: 999; }
.inpage-notify-container .notify-row { width: 100%; border-radius: 5px; margin-top: 5px; padding: 10px 20px; display: none; border: 1px solid #dddddd; background-color: rgba(0, 0, 0, 0.7); color: #ffffff; }

.open_accept {
    cursor:pointer;
    text-decoration:underline;
    color: inherit;
}
.open_accept:hover {
    color: #000000;
}
.curicon{
    font-size:1.2em;
}

.totaltitle{
    font-size: 16px;
    font-weight:bold;
    color: #715516;
}
.discount_price{
    margin-right:20px;  
}
.datetxtdiv{
	/* color:#000; */
	width: 128px;
	/* margin-top:8px; */
	font-size:15px;
	/* float: left; */
	vertical-align: middle;
	display: inline-block;
}
.dateinputdiv{
	/*margin-left:6px;*/
	/* float: left; */
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
}

.visit_date{
        width:110px;
        background:none;
        border:solid 0px;       
}
.little{
    position:absolute; 
    top:55px; 
    left:44%;
    display:none;
}
.tab_arrow{
    width:0;
    height: 0;
    border-width: 10px;
    overflow:hidden;
    border-color: #7b5400 transparent transparent transparent;
    border-style: solid;
}
body{
    color:#333333;
}

input, textarea, select, button {
    /* color: #333333; */
	color: inherit;
	background-color: #ffffff;
}

h3{
}

hr.line{
    border:0;
    border-top:1px solid #000000;
    height:1px;
}

input[type="text"]:disabled{
    color:#000000;
    -webkit-text-fill-color:#000000;
}

input.text, textarea.text, select.text{
    border:1px solid #C3C3C3;
    border-radius:8px 8px 8px 8px;
    box-shadow:0 1px 3px #BBBBBB;
    padding:5px;
    line-height:20px;
    width:100%;
    width:97%\9;
    font-size:1em; /*Safari fix*/
}
.remark-t{
    width:60px;
}
input[type='text']{
    font-size: 1em; /*Safari fix*/
    border: 1px solid #acacac;
    /* padding: 2px; */
    padding: 5px;
}

textarea.text{
    height:30px;
    font-size:1em; /*Safari fix*/
    padding:2px;
}

table.body_table{
    position: relative;
    width: 100%;
    width:expression(this.width&gt;800 ? 800:true);
    margin:0 auto;
}

.title-bar{
    float:right;
    width:100%;
    text-align:right;
}

.left-content{
    float:left; 
    width:45%;
}
.left-content img{
    width:100%;
    border-width:none;
    margin-bottom:5px;
}
.right-content{
    float:left;
    width:50%;
    margin-left:25px;
}
.banner-container{
    display:none;
    width:100%;
    margin-bottom:10px; 
}
.banner-container img{
    width:100%;
}
.checkout-box{
    padding:10px;
}

h2.title {

    /*font: 22px Arial,serif;*/
    font: 14px Arial,serif;
    margin: 0;
    padding: 0 0 2px;

}

.req{
    color:#FF0000;
}

.button_submit{
     border:0;
     cursor:pointer;
     cursor:hand;
}

.button_submit_pp{
     background: url('../images/checkout_btn_pp_en.png');
     width:69px;
     height:33px;    
}

.button_submit_nopp{
     background: url('../images/checkout_btn_nopp_en.png');
     width:69px;
     height:33px;
     
}

.button_submit_container div{
    float:left;
}

.description_box{
    margin-top:10px;
    line-height:26px;
    width:100%;
}
.hosting_notice{
    padding-top:12px;
    text-align:center;
}
.button_submit_container{
    width:150px;
    float:right;
}

.tab-box{
    color:#000000;
}

.tab{
    float:left;
    border:1px solid #BBBBBB;
    border-bottom:0;
    padding:5px;
    background:#FFFFFF;
    display:block;
    position:relative;
    z-index:5;
    margin-right:5px;
    cursor:hand;
    cursor:pointer;
    
}



.tab-content{
    float:left;
    margin-top:-2px;
    border:1px solid #BBBBBB;
    background:#FFFFFF;
    padding:5px 0 10px 0;
    width:100%;
    position:relative;
    z-index:8;
    
}

.tab-content div{
    padding:0 10px;
}

/*.selectbox {
    float:left;
    font-size:14px;
    margin-right:5px;
    line-height:1.8em;
    margin: 0 38%;
}*/

.merchant_detail{
    line-height:16px;
}

.button_submit_nopp_desc{
    float:left;
    width:150px;
    line-height:16px;
    padding-left:5px;
}

#gateway-transfer-box {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:101;
    display:none;
    filter: Alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7; 
    /* background-color:#FFFFFF; */
}
#gateway-transfer-box table {
	padding-bottom: 300px;
}

div.title{
    float:left;
    /*width:40%;*/
    width: 23%;
    padding-right:30px;
}

.loading-bg{
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 100000;
    /*filter: alpha(opacity=40);
    opacity: 0.4;*/
}
.loading-img-box{
    /*float:left;
    position:absolute;
    top:48%;
    left:48%;
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    display:table;*/
    width: 100%;
    height: 100%;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    /*z-index: 1000000;
    opacity: 1;
    filter: alpha(opacity=100);*/
    
}

#visit_date{
    color:#000;
    width: 128px;
    margin-top:5px;
    font-size:1em;
    float: left;
    border:none;
}
img.ui-datepicker-trigger{
    cursor:pointer;
    cursor:hand;
    width: 30px;
}
.ticketDetail{
    margin: 5px 0 10px;
}
.ticketDetail fieldset{
    border: none; 
    padding: 0;
}
.ticketDetail fieldset legend{
    margin-top: 62px;
    float:left;
    width: 14%;
    margin-left: 2%;
}
.ticketDetail fieldset .row{
    clear: none; 
    float: left;
    width: 40%;
    margin-left: 5px;
    position: relative;
    margin-bottom: 10px;
    
}
.ticketDetail fieldset .row label{
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    width: auto;
    text-align: left;
    padding-right: 5px;
    white-space: normal;
    text-align: center;
}
.ticketDetail fieldset .row select{
    font-size: 16px;
    width: 80%;
    background: #fff;
    margin-left:8%;
    text-align:center;
}
.ticketDetail fieldset .row .prod_total{
    width: 100%;
    text-align: center;
    display:block;
    color: #16862C;
    font-size: 14px;
    margin-top: 8px;
}
.ticketDetail .total_price_container{
    margin-top:10px;
}
.ticketDetail .total_price_txt{
    float:left;
    margin-left: 2%;
    display: block;
    width: 56%;
}

.ticketDetail .total_price_val{
    float:left;
    color: #16862C;
    font-size: 14px;
    margin-left: 2%;
    display: block;
    width: 40%;
    text-align: center;
}

.landing_title_container{
    margin-top:80px;
    margin-left:20px;
}

.landing_title_box{
    padding:80px;
    margin:20px;
    border:1px solid #000000;
    text-align:center;
    float:left;
    width:170px;
}


@-moz-document url-prefix(){
    .ticketDetail .total_price_val{
        margin-left: 1%;
    }
}

#gateway-transfer{
    height:100%;
}

#start-container{
    position:relative;
    width:100%;
    height:100%;
}

#checkout-container{
    position:relative;
    width:100%;
    height:100%;
/*    background: -webkit-linear-gradient(top, #fff 150px, #eaeaea 800px);
    background: -o-linear-gradient(top, #fff 150px, #eaeaea 800px);
    background: linear-gradient(to bottom, #fff 150px, #eaeaea 800px);*/
}

#content-container {
    position: relative;
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* overflow: hidden; */
    z-index: 4;
}
#content-container.lang-active {
    z-index: 6;
}

#content-box {
    position: relative;
    width: 100%;
    z-index: 1;
}

#top_box{
    position:relative;
    width:100%;
    /* max-width: 900px;
	max-width: 1000px; */
	/* padding: 10px 10px; */
	padding: 7px 0;
	box-sizing: border-box;
    margin: 0 auto;
    background:#ffffff !important;
    /* height:100px; */
    z-index:8;
}

#top_box:after {
	content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1500px 38px;
    display: block;
    z-index: 3;
    pointer-events: none;
}

.container { position: relative; max-width: 1000px; text-align: center; margin: 0 auto; /* z-index: 10; */ }

#bottom_box{
    position:fixed;
    left: 0;
    bottom:0;
    width:100%;
    text-align:center;
    background:rgba(255, 255, 255, 0.8);
    /* z-index:5; */
}

#top_box .logo_box{
    /* height: 100%; */
    margin: 0 auto;
    font-size: 0;
    /* display: table; */
}

#top_box .logo_box a {
    /* display: table-cell; */
	/* display: block; */
    vertical-align: middle;
}

#top_box .logo_box img {
    max-height:86px;
	max-width: 65%;
}

#top_box .like_box{
    float:left;
    /*position:relative;*/
    /*height:100%;*/
    margin-left:10px;
}



#top_box .like_box .like_box_img{
    position:absolute;
    top:35%;
    left:66%;
}
.dsp{
    float:right;
    padding-right:15px;
    margin-top:5px;
    
}


.item_table &gt; tbody {
    display: block;
}


.item_table .imgshow{
    width: 120px;
    /* height: 120px; */
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
}

#top_box .right_menu_btn_box {
    position:absolute;
    top: 50%;
    right: 7.5px;
	right: 10px;
    height: 48px;
	text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	z-index: 5;
}

#top_box .right_menu_btn {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	/* 
	-webkit-box-pack: end; 
		-ms-flex-pack: end; 
		justify-content: flex-end;
	*/
    cursor:pointer;
}

#top_box .right_menu_btn { color: #333333; }
#top_box .right_menu_btn img { display: none; }
#top_box .right_menu_btn span { position: relative; display: block; width: 18px; height: 9px; overflow: hidden; margin: 5px 0 0 3px; transition-duration: 0.2s; transition-property: transform; transform-origin: 50% 30%; }
#top_box .right_menu_btn span:before { content: ''; position: relative; border: 1px solid #555555; width: 9px; height: 9px; transform: rotate(45deg); top: -100%; left: 50%; display: block; transform-origin: 0 0; }
#top_box .right_menu_btn.active span { transform: rotate(180deg); }
/* #top_box .right_menu_btn span,
#top_box .right_menu_btn span:before,
#top_box .right_menu_btn span:after {
    width: 24px;
	
    border-radius: 2px;
    height: 4px;
    background-color: #949494;
	
	border-radius: 0;
	height: 2px;
	background-color: #5b5b5b;
	
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top_box .right_menu_btn span {
    position: relative;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

/* #top_box .right_menu_btn span:before,
#top_box .right_menu_btn span:after {
    content: '';
    position: absolute;
}

#top_box .right_menu_btn span:before { top: -8px; }
#top_box .right_menu_btn span:after { top: 8px; }

#top_box .right_menu_btn.active span {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
			
	background-color: transparent;
	-webkit-transform: none;
			transform: none;
}

#top_box .right_menu_btn.active span:before,
#top_box .right_menu_btn.active span:after {
    top: 0;
	
    width: 15px;
    -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
			
	width: 24px; 
	-webkit-transform-origin: initial;
			transform-origin: initial;
}

#top_box .right_menu_btn.active span:before {
	-webkit-transform: rotate3d(0,0,1,-40deg);
			transform: rotate3d(0,0,1,-40deg);
			
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#top_box .right_menu_btn.active span:after {
	-webkit-transform: rotate3d(0,0,1,40deg);
			transform: rotate3d(0,0,1,40deg);
			
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
} */


#bottom_box .bottom_box_text{
/*  margin-top:10px;
    margin-bottom:10px;
    padding-bottom: 20px;*/
    padding: 14px 0 10px;
    /* font-size: 0; */
}

/* powered by Fusion */
#bottom_box .bottom_box_text img { /* display: none; */ }

#bottom_box .bottom_box_img .btn_pay {
    margin: 20px auto 5px;
	box-shadow: none;
	border-radius: 0;
	line-height: normal;
	font-size: 20px;
	text-transform: none;
	/* padding: 0; */
}

.return-button {
	display: inline-block;
	margin: 15px auto;
	text-decoration: underline;
	/* min-height: 45px;
	vertical-align: top;
	padding: 10px 25px;
	background-color: #bbbbbb !important; */
}
.return-button:hover {
	/* background-color: #888888 !important; */
}

.btn_pay {
	min-height: 45px;
	vertical-align: top;
}

.btn_pay .font-s { font-size: 14px; line-height: 18px; display: block; font-weight: lighter; }
.btn_pay .font-s.prefix { margin-bottom: 5px; }
.btn_pay .font-s.suffix { margin-top: 5px; }		

.paypal_btn{
    cursor:pointer;
    cursor:hand;
}

#applePay {
	/* width: 150px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; */
	
	/* display: inline-block; */
	
	min-height: 45px;
	vertical-align: top;
	padding: 10px 25px;
	
	border-radius: 5px;
	background-image: -webkit-named-image(apple-pay-logo-white);
	background-position: 50% 50%;
	background-color: black !important;
	background-size: 60%;
	background-repeat: no-repeat;
}

.title_text{
    /*width:90px;*/
    /* float:left; */
    font-size: 16px;
    font-weight:bold;
    /* margin-top: 8px; */
}

/*#right_menu_container {
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}*/
#right_menu_container.active {
	-webkit-transform: none;
			transform: none;
}
#right_menu_container .container { position: relative; margin: 0 auto; width: 100%; max-width: 1000px; }
#right_menu_container ul {
    /* position: absolute;
    right: 0;
    bottom: 41px;
    width: 80px;
    height: 100%;
    padding-top: 41px;
    background-color: #fff;
    display: block;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: -5px 0 5px 0 rgba(0,0,0,.1);
            box-shadow: -5px 0 5px 0 rgba(0,0,0,.1);
    -webkit-transform: translateX(90px);
            transform: translateX(90px); */
			
			
    -webkit-transition-property: transform, opacity;
			transition-property: transform, opacity;
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
			transition-timing-function: cubic-bezier(.55,0,.1,1);
    -webkit-transition-duration: .3s;
			transition-duration: .3s;
	position: absolute;
    right: 34px;
    margin-top: -20px;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
			box-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50%);
			transform: translateX(50%);
}
#right_menu_container ul:before {
	content: '';
    position: absolute;
    background-color: #fff;
    display: block;
    z-index: -1;
    top: -4px;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
			box-shadow: 0 0 5px rgba(0,0,0,.3);
    -webkit-transform: translateX(-50%) rotate(45deg);
			transform: translateX(-50%) rotate(45deg);
}
#right_menu_container ul:after {
	content: '';
    position: absolute;
    background-color: #ffffff;
    display: block;
    z-index: -1;
	top: 0;
    left: 10%;
    width: 80%;
    height: 10px;
}

#right_menu_container.active ul {
    /* -webkit-transform: translateX(0);
            transform: translateX(0); */
			
	opacity: 1;
	visibility: visible;
}

#right_menu_container label { display: none; }
#right_menu_container li a {
    /* padding: 14px 25px 16px; */
	padding: 5px;
	min-width: 50px;
    text-align: center;
    color: #767676;
    display: block;
	box-sizing: border-box;
    -webkit-transition-property: color, background-color;
			transition-property: color, background-color;
    -webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
			transition-timing-function: cubic-bezier(.55,0,.1,1);
    -webkit-transition-duration: .3s;
			transition-duration: .3s;
}
#right_menu_container li a .short {
}
#right_menu_container li a .full {
	display: none;
}
#right_menu_container li.active {
	display: none;
}

#right_menu_container li:not(.active) a:hover {
    background-color: #f6f6f6;
}

/* #checkout-container #right_menu_container {
    bottom: 120px;
    padding-top: 120px;
}

.has-bg #right_menu_container {
    bottom: 0;
    padding-top: 0;
} */

#tab_container {
    position:relative;
    width: 1000px;
	max-width: 100%;
	width: auto;
    /* padding-top: 40px; */
}

#tab_title_box{
	position: relative;
    z-index:999;
    /* width: 1000px; */
	max-width: 100%;
	/*margin: 0 auto 18px;*/
    /* background: url(../images/shadow-left.png),url(../images/shadow-right.png);
    background-size: 118px 15px;
    background-repeat: no-repeat;
    background-position: left bottom, right bottom; */
	/* background: url(../images/shadow.png);
	background-size: 100% 17px;
	background-position: bottom;
	background-repeat: no-repeat; */
}
#tab_title_box:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	opacity: 0.75;
	background: url(../images/shadow.png);
    background-position: center top;
    background-size: 1100px 20px;
	background-repeat: no-repeat;
	
}

#tab_title_box .table_tab {
    /* position: absolute; */
	position: relative;
    /* top: -37px; */
    /* left: 50%; */
    /* width: 680px;
    width: 1000px; */
    /* margin-left: -340px; */
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 15px; */
    /* padding-bottom: 15px; */
	/* in case some information in the banner is covered */
	/* top: -25px;
	margin-bottom: 12px; */
}

#tab_title_box .tab_title{
    /* width:33%;
    
    padding:12px 0; */

    float:left;
    color:#ffffff;
    font-size: 16px;
    /*font-weight:bold;*/
    text-align:center;
    text-transform: uppercase;
    cursor:pointer;
    /*background:url('../images/tab_off.png') no-repeat;*/
    /*background:#0193c4;
    border-right: 1px solid #60b7d4;
    background:#ffffff;*/
    /*border-right: 1px solid #333333;*/
    position: relative;
    z-index:100;
}

#tab_title_box  .tab_title.last {
    width:100%;
    z-index:1;
    position:absolute;
    border-right:none;
}

#tab_title_box  .tab_title:last-child {
    border-right: none;
}

#tab_title_box  .tab_title.last span {
    display: block;
    width: 33%;
    text-align:center;
    float:right;
}

#tab_title_box .tab_title.on{
    /* background: #7b5400; */
}

#tab_title_box .tab_title span {
    /* padding: 8px 0 5px; */
	padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    font-size: 19px;
	font-weight: 600;
    line-height: 20px;
    display: inline-block;
	/* color:#FFFFFF; */
}

#tab_content_box{
    z-index:2;
    /*background:#ffffff;*/
    /*background: #EAEAEA;*/
    /* margin-top: -45px; */
    
}

#tab_content_box .tab_content{
    display:none;
}

#tab_content_box .tab_content.on{
    display:block;
}

#tab_content_box .tab_content .tab_content_container {
    padding: 20px 0 30px;
	font-size: 14px;
    /*background:url(../images/hotel-bg.png) repeat-x;*/
	max-width: 1000px; 
	margin: 0 auto;
}

/* #tab_content_box .tab_content .tab_content_container h2 {
    margin: 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: #BB9754;
} */

#tab_content_box .tab_content .tab_content_container table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tab_content_box .tab_content .tab_content_container table td {
	/*border: 1px solid #bbbbbb;*/
	padding: 2px 5px;
}
#tab_content_box .tab_content .tab_content_container table td td,
#tab_content_box #tab_content_restaurant_address.tab_content .tab_content_container td td {
	border: 0;
}
#tab_content_box .tab_content .tab_content_container #address-container td,
#tab_content_box .tab_content .tab_content_container #address_page td {
	border: 0;
}

#tab_content_box #tab_content_restaurant_address.tab_content .tab_content_container .region {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
#tab_content_box #tab_content_restaurant_address.tab_content .tab_content_container .region.last,
#tab_content_box #tab_content_restaurant_address.tab_content .tab_content_container .region:nth-child(3n+3) {
	margin-right: 0;
}
#tab_content_box #tab_content_restaurant_address.tab_content .tab_content_container .region .region-title {
	border-bottom: 1px solid #bbbbbb;
	padding: 5px 8px;
	box-sizing: border-box;
	color: #bbbbbb;
	margin-bottom: 10px;
}
#tab_content_box #tab_content_restaurant_address.tab_content .tab_content_container .location-box .location {
	width: 100%;
	display: block;
	line-height: 20px;
	border-radius: 2px;
	padding: 8px 5px;
	box-sizing: border-box;
}

#tab_content_box .tab_content .tab_content_container ol,
#tab_content_box .tab_content .tab_content_container ul {
	padding-left: 25px;
	margin-bottom: 10px;
}
#tab_content_box .tab_content .tab_content_container ol {
	list-style: decimal;
}
#tab_content_box .tab_content .tab_content_container ul {
	list-style: disc;
}
#tab_content_box .tab_content .tab_content_container li {
	list-style: inherit;
	margin-bottom: 5px;
}
#tab_content_box .tab_content .tab_content_container p {
    margin: 2px 0;
    /* font-size: 16px; */
}

#tab_content_box .tab_content .tab_content_container p span {
    margin: 0 10px;
    display: inline-block;
}

#tab_content_box .tab_content .tab_content_container p iframe {
    width: 100%;
    height: 435px;
}

.value_text{
    font-size:15px;
    float:left;
    margin-top: 8px;
    width: 128px;
    /* color: #000; */
}

table.item_table { float: none; width: 100%; max-width: 1000px; margin: 0 auto; font-size: 0; }

table.item_table tr {

}

table.item_table td {
    
}


table.item_table .totaltitle { font-size: 15px; }
table.item_table .terms-td span { font-size: 13px; }
table.item_table tr.sum_row td { font-size: 15px; }

table.item_table .sum_row_header {
    /* border-top: 2px solid #c1c0bc; */
    border-top: 1px solid #c1c0bc !important;
	margin-top: 15px;
}
table.item_table .sum_row {
    /* border-top: 2px solid #c1c0bc; */
    text-align: right;
    display: block;
}

table.item_table .sum_row,
table.item_table .separate-tr { border-top: 1px solid #c1c0bc; /* line-height: 18px; */ }
table.item_table .separate-tr.gateway-row { border-top: none; }
table.item_table .separate-tr &gt; td { padding: 15px 10px; }


.uc-title { font-weight: normal; font-size: 18px; }
.uc-description { font-size: 14px; }	


table.item_table .sum_row &gt; td {
    line-height: 62px;
    display: inline-block;
}

table.item_table .item-price-td {
    width: 305px;
	text-align: right;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

table.item_table .item-price-td .item-quantity-div,		  
table.item_table .item-price-td .item-price-div {
	display: table-cell;
}

table.item_table .item-price-td .item-price-div {
	padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

table.item_table td.item_name, table.item_table td.item_name .item_name_txt, table.item_table td.item_name .item_name_txt a{
    /* color:#715516; */
    font-size: 18px;
    font-weight: 500;
    /*padding-bottom: 5px;*/
}

image:focus, a:focus{
    outline: none;
    border:0;
}

table.item_table td.price_td{
    width:240px;
	font-size: 15px;
}

table.item_table td .price_str{
    margin-top: 12px;
    font-size:1em;
    font-weight: 700;
    /*float:left;*/
    white-space: nowrap;
}


table.item_table td .fb_liked_price{
    color:#ff0000;
}

table.item_table td .cancel_price_str{
    font-size: 14px;
    font-weight: 400;
    text-decoration:line-through;
    color:#ff4242;
}

table.item_table td .quantity_select_box{
    /*margin-top:32px;*/
    /*margin-left: 20px;*/
    width: 150px;
    
}

table.item_table td .item_control { }
table.item_table td .item_control .icon {
    /* float:left;
    width:43px;
    height:44px; */
    /* width: 100%; */
    display: block;
    /* max-width: 15px; */
    /* height: 35px; */
    border:0;
    cursor:pointer;
    cursor:hand;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  
	font-size: 0;
	height: auto;
	user-select: none;
	max-width: none;
	width: auto;
}
table.item_table td .item_control svg,
table.item_table td .item_control img.icon {
	width: 15px;
	height: 15px;
}
table.item_table td .item_control svg line {
	stroke: #333333;
}

table.item_table td .item_control.disabled,
table.item_table td .item_control.order-disabled { opacity: 0.2; }

table.item_table td .item_reduce .icon { margin-right: 10px; }
table.item_table td .item_add .icon { margin-left: 10px; }

/*
table.item_table td .item_reduce{
    background:url('../images/item_reduce.png');
}
table.item_table td .item_add{
    background:url('../images/item_add.png');
}
*/

table.item_table td .quantity_box{
    width:50px;
    /* float:left;
    height:40px;    
    background:none;
    border:#a1a1a1 solid 2px;
    width: 100%; */
    background-color: #ffffff;
    height: 100%;
    line-height: normal;
    font-size: 1.5em;
    text-align: center;
    
}
table.item_table td .quantity{
    /* width: 48px; */
    width: 100%;
    border: none;
    text-align: center;
    /* height: 40px; */
}
table.item_table td .cur{
    font-size:0.9em;
}

table.item_table td.symbol{
    width:20px;
    text-align:right;
    padding-right:0;
}

table.item_table td .price{
    width:90px;
    display:inline-block;
    text-align:right;
    font-size:1.5em;
}
table.item_table td .pricec{
    width:90px;
    display:inline-block;
    text-align:right;
    font-size:1.5em;
}

.space_div{
    /*height:110px;*/
    /*height: 0 !important;*/
    /*background: #EAEAEA;*/
    box-sizing: content-box;
}

.fb_login_button{
    position:absolute;
    top:0;
    left:0;
    z-index:4;
    width:100px;
}

.fb_like_button{
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    width:100px;
}

#start-container .content_banner, 
#start-container .content_text{
    position:absolute;
    width:100%;
    top:0;
}

#start-container .content_banner{
    z-index:3;
    /*margin-bottom:-5px;*/
    background: #fff;
}

#start-container .content_text{
    z-index:4;
    height:100%;
}

#start-container #bottom_box{
    position: relative;
    max-width: 900px;
    margin: -41px auto 0;
	display: none;
}

.input-container{
    margin: 10px 0;
}
#input-box{
    margin:15px 0;
}

#input-box label{
    float:left;
    display:block;
    min-width: 130px;
    
}
#input-box input{
    float:left;
    padding-left:5px;
    
}

.help{
    display:block;
    margin-left: 107px;
    margin-top: 5px;
    color:#a7a7a7;
}

.read_more{
    color:#a7a7a7;
    text-decoration: underline;
}

.read_more:hover{
    text-decoration: none;
    color: #A2A2A2;
}

.button-container{
    margin-top: 20px;
    text-align: center;
	overflow: hidden;
}

.button{
    background: none;
    border: none;
    margin-left: 10px;
    border:0;
    cursor:pointer;
    cursor:hand;
}

.btn_confirm img{
    height: 52px;
}

.btn_share img, .btn_confirm_share img{
    height: 52px;
}

input[type='tel']{
    font-size:1em; /*Safari fix*/
    /* border:1px solid #acacac; */
}

.qrcode-container{
    margin:25px auto;
    text-align: center;
}


.start_bottom_box_img img {
    height:60px;
}

.checkbox{
    margin-right:10px;
    position: relative;
    top: 2px;
}
.paypal_left, .paypal_right, .paypal_last, .check-btn{
    width:30%;
    max-width: 196px;
}

.mfp-bg { position: fixed !important; }
/* .mfp-container { display: flex; align-items: center; } */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    background: #FFF;
    padding: 20px 30px; 
    text-align: left;
    max-width: 600px;
    margin: 80px auto ;
    position: relative;
    /* min-height:500px; */
	min-height: 300px;
	display: flex;
	align-items: center;
}
.white-popup-block {}
    
/* popup dialog style */
#dialog-tnc { font-size: small; padding: 0px 10px; background-color:#FFFFFF; font-size: 13px \9; }
#dialog-tnc ul { padding: 0 20px; }
#dialog-tnc li, #dialog-tnc ul {list-style-type: disc;}
#dialog-tnc ol {list-style-type: decimal;}
        
.ui-dialog{ background-color: #FFFFFF; z-index:1; }
.ui-widget-header { border: none; background: none; font-size: 14px \9; }
.ui-dialog .ui-dialog-titlebar { padding: 0px; background: none; border: none; }

.ui-widget-overlay { opacity: .70; filter: Alpha(Opacity=70); }

input:focus, select:focus, textarea:focus, a:focus, button:focus { outline: none; }
.nowarp { white-space: nowrap; }
.label { margin-right: 10px; cursor: pointer; }
.float_left { float: left; }

.ol { list-style: decimal; padding-left: 25px; }
.ol li { list-style: decimal; }
.ul { list-style: disc; padding-left: 25px; }
.ul li { list-style: disc; }

html, body { max-width: 100%; }

.body_table { box-sizing: border-box; /* padding: 5px; */ /*background-color: #ffffff;*/ transition-duration: 0.4s; }
.body_table.blur {
	filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' &gt;&lt;filter id='svgMask'&gt;&lt;feGaussianBlur stdDeviation='5' /&gt;&lt;/filter&gt;&lt;/svg&gt;#svgMask);
}
/*#content-container {  padding: 5px;  box-sizing: border-box; position: relative; z-index: 99; }*/
/*#confirm-container {  padding: 5px;  box-sizing: border-box; }*/
/*#complete-container {  padding: 5px;  box-sizing: border-box; min-height: 250px; }*/
#start-container .content_banner { box-sizing: border-box; /*padding: 0 0 5px;*/ background-color: #ffffff; position: relative; }
.checkout-cancel { background-color: #ffffff; max-width: 800px; width: 100%; padding: 20px 0px; }

#bottom_box .bottom_box_text img { height: 17px; }

#campaign-box .notice-container { margin: 110px 0; font-size: 15px; }
#notice-container table { border-collapse: separate; }

#checkout_cancel-box .notice-container { margin: 60px 0 0; }
#checkout_cancel-box .qrcode-container { margin: 40px 0 0; text-decoration: underline; }
#checkout_cancel-box .notice-container,
#checkout_cancel-box .qrcode-container { font-size: 15px; }
/* small logo */ 
/*
#top_box {height: 50px;}
#top_box .logo_box img {height: 100%;}
#top_box .right_menu_btn_box {top: 0;} 
*/

/*.page_container { min-height: 300px; margin-bottom: 45px; background-color: #ffffff; }*/

/* .content_message { background-color: #ffffff; color: #ff0000; text-align: center; padding: 5px 20px; font-weight: bold; }
.content_banner img { display: block; width: 100%; } */

.content_banner { position: relative; height: 350px; overflow: hidden; background-color: #ffffff; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; max-height: 400px; box-sizing: border-box; }
.content_banner img { position: absolute; top: 50%; left: 50%; width: 100%; max-width: 100%; height: auto; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); display: block; display: none; }

.tab_content_container img { max-width: 100%; height: auto; }

.tab_content { /* overflow: hidden; */ position: relative; z-index: 99; }
.tab_content .date_time_content_box { padding: 0 0 25px; font-size: 0; text-align: center; }
.tab_content .date_time_content_box select {width: 100%; display: none;}
.tab_content .date_time_content_box .field_container { margin: 20px 25px 10px; text-align: left; display: inline-block; vertical-align: top; max-width: 335px; }
.tab_content .date_time_content_box .field_container .title_text { font-size: 15px; font-weight: 400; text-align: left; /* color: #333; */ }
.tab_content .date_time_content_box .field_container .datediv { /* float: left; */ overflow: hidden; font-size: 0; }
.tab_content .date_time_content_box .field_container .datetxtdiv { width: auto; padding-right: 8px; white-space: nowrap; }
.tab_content .date_time_content_box .field_container .value_text { float: none; width: auto; margin-top: 8px; line-height: 35px; }
.tab_content .date_time_content_box .field_container #visitdate_txt {width: auto;}
.tab_content .date_time_content_box .field_container img.ui-datepicker-trigger { height: auto; }
.tab_content .date_time_content_box .field_container input,
.tab_content .date_time_content_box .field_container select { max-width: 200px; height: auto; margin: 0; min-height: 35px; box-sizing: border-box; }
.tab_content .date_time_content_box .field_container .tri-fv,
.tab_content .date_time_content_box .field_container .tri-sub-fv { display: block; line-height: normal; margin-top: 5px; }

.tab_content .select_box.popup-select { background-color: #ffffff; border: 1px solid #555555; position: fixed; z-index: 9999; min-width: 300px; border-radius: 5px; }
.tab_content .select_box.popup-select .date_time_content_box { background-image: none; }
.tab_content .select_box.popup-select .please_select_field_box { background-image: none; }
.tab_content .select_box.popup-select .field_container { padding: 8px; }
.tab_content .select_box_background { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-image: url('../images/bgc/000000_50.png'); }

.tab_content#tab_title_restaurant_intro img { max-width: 100%; }
.tab_content#tab_title_restaurant_address img { max-width: 100%; }

.tri-fv,
.tri-sub-fv { }
.tri-fv.tri-fv-none,
.tri-sub-fv.tri-sub-fv-none { display: none !important; }

.select3 {
	position: relative;
	/* min-width: 250px; */
	/* width: 300px; */ 
	min-height: 35px;
	font-size: 15px;
	color: #333333;
	line-height: 35px;
	background-color: #f2f2f2;
	padding: 0;
	cursor: pointer;
	-webkit-box-sizing: border-box !important;
			box-sizing: border-box !important;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
			user-select: none
}

.select3 * {
	-webkit-box-sizing: inherit;
			box-sizing: inherit;
}

.select3-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    /* border-top: 1px solid #b5b5b5; */
	box-shadow: 0 0 5px rgba(0,0,0,.3);
    list-style: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .4s ease;
		 -o-transition: all .4s ease;
			transition: all .4s ease;
}

.select3.is-active .select3-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.select3-title,
.select3-item {
    min-height: 35px;
    padding: 5px 15px;
    /* font-size: 13px; */
    /* line-height: 35px; */
	line-height: 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
		text-overflow: ellipsis;
    overflow: hidden;
    /* background-color: #fff; */
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.select3-title {
    position: relative;
}

.select3-title i {
    position: absolute;
    /* top: 50%;
	transform: translateY(-50%); */
    top: 10px;
    right: 15px;
    width: 18px;
    height: 9px;
    overflow: hidden;
    display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
    -webkit-transition: all .4s ease;
		 -o-transition: all .4s ease;
			transition: all .4s ease;
}

.select3-title i:before {
    content: '';
    position: relative;
    top: -100%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 2px solid #b5b5b5;
    display: block;
	box-sizing: content-box;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

.select3.is-active .select3-title i {
	top: 6px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.select3-item {
    background-color: #ffffff;
}
.select3-title.is-placeholder,
.select3-item.select3-placeholder,
.select3-item.is-disabled {
    color: #b5b5b5;
}
.select3-item:hover {
	/* color: #BB9754; */ 
	background-color: #f6f6f6;
}
.select3-item.is-disabled {
	/* background-color: #f6f6f6; */
}
.select3-item.is-disabled:hover {
	color: #b5b5b5;
	cursor: default;
	background-color: #ffffff;
}

.select3-item.select3-placeholder,
.select3-item.is-disabled {
    cursor: not-allowed;
	display:none;
}

.select3 .row { margin-left: 0; margin-right: 0; }
.select3 [class*="col"] { padding-left: 0; }
.select3 .col-left { text-align: left; }
.select3 .col-right { padding-right: 40px; text-align: right; }
.select3 .select3-title .col-right {
   padding-right: 0;
}
.select3 .col-cursor { width: 40px; max-width: 40px; position: absolute; right: 0; }

.date-icon { cursor: pointer; width: 25px; height: 25px; font-size: 0; display: block; display: inline-block; vertical-align: middle; transform: translate(2px, -2px); }
.date-icon svg,
.date-icon img { width: 25px; height: 25px; }
.date-icon svg { fill: #7D7D7D; }

#tab_container #tab_title_box .table_tab .tab_title { /* line-height: 30px; */ padding: 33px 40px 20px; float: none; width: auto; }
/* #tab_container #tab_title_box .table_tab .tab_title + .tab_title:after { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; border-width: 20px 0; border-style: solid; border-color: #fff; background: #b1b1b1; box-sizing: border-box; display: inline-block; vertical-align: top; } */
#tab_container #tab_title_box .table_tab .tab_title .tab_arrow {top: auto; bottom: -19px; border: 0;}

.please_select_field_box { text-align: center; background: url(../images/hotel-bg.png) repeat-x; line-height: 20px; border-top: #ffffff solid 1px; font-weight: bold; padding-top: 10px; padding-bottom: 10px; padding-top: 50px; padding-bottom: 50px; color: #ff0000; }
.please_select_field_box.popup-select { text-align: center; background: url(../images/hotel-bg.png) repeat-x; line-height: 20px; border-top: #ffffff solid 1px; font-weight: bold; padding-top: 10px; padding-bottom: 10px; /* padding-top: 50px; padding-bottom: 50px; */ }
.field_box_left, .field_box_right {width: 40px;}

table td.no_style { background: none; border: none; }

table.item_table { /* float: right; */ }
table.item_table table { border-collapse: collapse; }
table.item_table .item_main { width: 100%; }
table.item_table .item_main ul { padding-left: 18px; }
table.item_table .item_main ul li { list-style: initial; }
table.item_table td .item_name .content-text { font-size: 12px; font-weight: bold; color: #000000; background-color: #a20b0b; padding: 0 3px; color: #ffffff; }
table.item_table td .item_name .content-text span { display: none; }
table.item_table td .item_name .item_description { margin-top: 6px; font-size:14px; /* color:#333; */ font-weight:normal; display: block; }
table.item_table td .item_name .item_description table td { padding-right: 15px; padding-bottom: 8px; vertical-align: top; }
table.item_table td .item_name .item_description .btn { min-width: 0; font-size: inherit; line-height: normal; padding: 8px 15px; background-color: #bbbbbb; }
table.item_table td .cur { font-size: 1em; }
table.item_table td .curicon { font-size: 1em; }
table.item_table td .price_str { white-space: normal;}
table.item_table td .price_discount_txt_suffix { font-size: 12px; color: #555555; font-weight: normal; /* white-space: nowrap; */ display: block; }
table.item_table td .sold_out_text { color: #ff0000; }
table.item_table td .quantity_select_box { width: auto; /*margin-left: 10px;*/ }
table.item_table td .quantity_select_box table { border-collapse: collapse; border-spacing: 0; }
table.item_table td .quantity_select_box td { padding: 0; /* border: 2px solid #a1a1a1; */ }
table.item_table td .quantity_select_box td.border-td { width: 52px; height: 46px; border: 2px solid #aaa; }
table.item_table td .quantity_select_box td.border-td img { /* display: block; width: 100%; height: 2px; */ }
table.item_table td .quantity_select_box .quantity_box { line-height: normal; }
table.item_table td .quantity_select_box .quantity_box .quantity { background-color: transparent; /* color: #333333; */ padding: 0; }


table.item_table td .quantity_select_box { /* padding-top: 10px; */ }
table.item_table td .quantity_select_box table { position: relative; }
table.item_table td .quantity_select_box tr { position: relative; display: block; }
table.item_table td .quantity_select_box tr[data-prompt]:hover:before { content: attr(data-prompt); position: absolute; top: 100%; left: 50%; width: 202px; margin-top: 10px; padding: 6px; border: 1px solid #d4c196; border-radius: 4px; font-size: 12px; background-color: #ebe0cc; color: #333; box-sizing: border-box; display: block; z-index: 1; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
table.item_table td .quantity_select_box tr[data-prompt]:hover:after { content: ""; position: absolute; top: 100%; left: 50px; width: 10px; height: 10px; margin-top: 5px; border: 1px solid #d4c196; border-left: 0; border-bottom: 0; background-color: #e8dfcd; display: block; z-index: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
table.item_table td .quantity_select_box td ,
table.item_table td .quantity_select_box td.border-td { width: 40px; height: 40px; border: 1px solid #b3b3b3; }
table.item_table td .quantity_select_box td { position: relative; text-align: center; /* color: #b3b3b3; */ cursor: pointer; font-size: 0; line-height: 0; box-sizing: border-box; max-width: none; margin: 0; padding: 0; }
table.item_table td .quantity_select_box td.border-td {  }
table.item_table td .quantity_select_box .quantity_box { background: none; }
table.item_table td .quantity_select_box .quantity_box .quantity { font-size: 18px; min-height: unset; /* color: #000; */ }
table.item_table td .quantity_select_box .unit_text { position: absolute; bottom: 0; right: -15px; font-size: 12px; }
table.item_table td .quantity_select_box .item_control .icon { width: 12px; margin: 0; padding: 0; user-select: none; display: inline; display: inline-block; }
table.item_table td .quantity_select_box .item_control svg,
table.item_table td .quantity_select_box .item_control img.icon { width: 12px; height: 12px; }
table.item_table td .quantity_select_box td.item_control { user-select: none; display: table-cell; touch-action: none; }
table.item_table td .quantity_select_box td.item_control img { display: none; }
/* table.item_table td .quantity_select_box td.item_control { background-position: center center; background-repeat: no-repeat; }
table.item_table td .quantity_select_box td.item_control.item_reduce { background-image: url('../images/icon-minus.svg'); background-size: 12px 2px; }
table.item_table td .quantity_select_box td.item_control.item_add { background-image: url('../images/icon-plus.svg'); background-size: 12px 12px; } */


table.item_table td td.border-td { width: 52px; height: 46px; border: 2px solid #aaa; }
table.item_table td td.border-td img { /* display: block; width: 100%; height: 2px; */ }
table.item_table td .quantity_box { line-height: normal; }
table.item_table td .quantity_box .quantity { background-color: transparent; /* color: #333333; */ padding: 0; }
table.item_table td .tier_price_text { color: #555555; font-size: 12px; }
table.item_table td .item-price-div { font-size: 15px; }
table.item_table td .item-price-div .price { width: 125px; }
table.item_table td .item-price-div .cur { font-size: 0.9em; }
table.item_table td .item-price-div .curicon { font-size: 0.9em; }
table.item_table .sum_row .cur { font-size: 0.9em; }
table.item_table .sum_row .curicon { font-size: 0.9em; }
table.item_table .totaltitle { display: block; margin-top: 3px; margin-right: 30px; font-size: 16px; font-weight: 400; color: inherit;}
table.item_table .total_amount_row  td { height: 62px; }
table.item_table .total_amount_row.has_former td { height: auto; }
table.item_table .dsp { margin-top: 0; padding-right: 15px; }
table.item_table .dsp .pricec { width: 125px; }
table.item_table .service_fee_row td { border-bottom: 0; }
table.item_table .shipping_fee_row td { border-bottom: 0; }
table.item_table .has_former td { border-top: none; border-bottom: 0; background: none; }
table.item_table .terms-td { position: relative; padding: 15px 10px; }
table.item_table .terms-td .checkbox-td { vertical-align: top; padding-right: 20px; font-size: 14px; }
table.item_table .terms-td input { margin-top: 0px; }
/* table.item_table .terms-td input[type="checkbox"] { position: absolute; top: 17px; } */
table.item_table .terms-td span { /* margin-left: 20px; font-size: 14px; */ display: block; }

.padding-right-0 { padding-right: 0; }
.padding-left-0 { padding-left: 0; }

.redeem-container {  }
.redeem-container * { vertical-align: middle; }

.btn-left,
.textbox-left { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; transform: translateX(1px); }
.btn-right,
.textbox-right { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; transform: translateX(-1px); }

.btn.btn-gray { background-color: #707070 !important; color: #ffffff !important; }

#confirm-container input.textbox { padding: 2px 5px; }

.confirm table.insert-table { border-collapse: collapse; margin-top: 15px; }
.confirm table.insert-table td { padding: 0 5px; }
.confirm table.insert-table td td { padding: 0; }
.confirm label { line-height: 30px; vertical-align: middle; white-space: nowrap; }
.confirm .radio ~ label { cursor: pointer; }
.confirm span { line-height: 30px; vertical-align: middle; }
.confirm .notice { line-height: normal; }
.confirm .ticket-title { overflow: hidden; }
.confirm .ticket-title .ticket-name { line-height: 20px; font-size: 16px; font-weight: bold; float: left; margin-right: 10px; }
.confirm .ticket-title .ticket-no { line-height: 20px; font-size: 12px; float: left; }
.confirm input.radio { margin-right: 5px; width: 20px; height: 20px; vertical-align: middle; cursor: pointer; }
.confirm input.text { padding: 2px 5px; line-height: 25px; border-radius: 0; box-sizing: border-box; max-width: 100%; box-shadow: none; border: 1px solid #888888; font-size: 14px; min-width: 180px; }
.confirm input.text.disabled { background-color: #bbbbbb; }
.confirm input.text.alert { background-color: #ffbbbb; }
.confirm input.textbox.alert { background-color: #ffbbbb; }
.confirm .insert-row label { margin-right: 20px; line-height: 40px; }
.confirm textarea { padding: 5px; border-radius: 0; box-sizing: border-box; width: 100%; box-shadow: none; border: 1px solid #888888; min-width: 160px; height: 75px; font-size: 14px; }
.confirm textarea.disabled { background-color: #bbbbbb; }
.confirm textarea.alert { background-color: #ffbbbb; }
.confirm .insert-row { overflow: hidden; }


.insert-detail table.insert-table { border-collapse: collapse; margin-top: 15px; }
.insert-detail table.insert-table td { padding: 0 5px; }
.insert-detail table.insert-table td td { padding: 0; }
.insert-detail label { line-height: 30px; vertical-align: middle; white-space: nowrap; }
.insert-detail label.alert { color: #ff2222; }
.insert-detail .radio ~ label { cursor: pointer; }
.insert-detail span { line-height: 30px; vertical-align: middle; }
.insert-detail .ticket-title { overflow: hidden; }
.insert-detail .ticket-title .ticket-name { line-height: 20px; font-size: 16px; font-weight: bold; float: left; margin-right: 10px; }
.insert-detail .ticket-title .ticket-no { line-height: 20px; font-size: 12px; float: left; }
.insert-detail input.radio { margin-right: 5px; width: 20px; height: 20px; vertical-align: middle; cursor: pointer; }
.insert-detail input.text { padding: 2px 5px; line-height: 25px; border-radius: 0; box-sizing: border-box; max-width: 100%; box-shadow: none; border: 1px solid #888888; font-size: 14px; }
.insert-detail input.text.disabled { background-color: #bbbbbb; }
.insert-detail input.text.alert { background-color: #ffbbbb; }
.insert-detail .insert-row label { margin-right: 20px; line-height: 40px; }
.insert-detail textarea { padding: 5px; border-radius: 0; box-sizing: border-box; width: 100%; box-shadow: none; border: 1px solid #888888; min-width: 160px; height: 75px; font-size: 14px; }
.insert-detail textarea.double { height: 160px; }
.insert-detail textarea.disabled { background-color: #bbbbbb; }
.insert-detail textarea.alert { background-color: #ffbbbb; }
.insert-detail select { padding: 2px 5px; line-height: 25px; border-radius: 0; box-sizing: border-box; max-width: 100%; box-shadow: none; border: 1px solid #888888; font-size: 14px; }
.insert-detail select.alert { background-color: #ffbbbb; }
.insert-detail .insert-row { overflow: hidden; }
.insert-detail .button { border: 1px solid #888888; background-color: #dddddd; padding: 5px 20px; line-height: 30px; font-size: 14px; }

.swipe-container { position: relative; }
.swipe-container .swipe li .desc_txt { line-height: 25px; }
.swipe-container .swipe li img { display: block; margin-left: auto; margin-right: auto; }
.swipe-container #pagenavi {  }
.swipe-container #pagenavi button { cursor: pointer; }
.swipe-container #pagenavi button:focus { outline: none; }
.swipe-container #pagenavi button:first-child,
.swipe-container #pagenavi button:last-child { position: absolute; top: 50%; font-size: 0; border: 0; background: none; margin-top: -40px; padding: 10px; }
.swipe-container #pagenavi button:first-child { left: -40px; }
.swipe-container #pagenavi button:last-child { right: -40px; }
.swipe-container #pagenavi button:first-child:before,
.swipe-container #pagenavi button:last-child:before { content: ''; display: block; border-style: solid; border-width: 30px 10px; width: 0; height: 0; }
.swipe-container #pagenavi button:first-child:before { border-color: transparent #bbbbbb transparent transparent; border-left: 0; }
.swipe-container #pagenavi button:last-child:before { border-color: transparent transparent transparent #bbbbbb; border-right: 0; }
.swipe-container #pagenavi button:first-child:hover:before { border-color: transparent #888888 transparent transparent; }
.swipe-container #pagenavi button:last-child:hover:before { border-color: transparent transparent transparent #888888; }

.has-bg .body_table,
.has-bg .body_table &gt; tbody,
.has-bg .body_table &gt; tbody &gt; tr,
.has-bg .body_table &gt; tbody &gt; tr &gt; td,
.has-bg .body_table &gt; tbody &gt; tr &gt; td &gt; form {
    height: 100%;
    display: block;
}

.has-bg .page_container {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin-bottom: 0;
    /* padding: 70px 22px 95px; */
    box-sizing: border-box;
	padding-bottom: 45px;
}

.has-bg #top_box,
.has-bg .main_box {
    position: relative;
    margin: 0 auto;
    /* background-color: rgba(255,255,255,.9); */
    box-sizing: border-box;
}

.has-bg #top_box { max-width: none; }
.has-bg .main_box {
    max-width: 700px;
}

/* .has-bg #top_box {
    height: 110px;
} */

.has-bg .main_box {
    width: 100%;
    min-height: 400px;
    padding: 40px 0 50px;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    /* overflow: hidden; */
}

/* .has-bg .main_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 38px;
    display: block;
    z-index: 3;
    pointer-events: none;
} */

.has-bg .main_box .link {
    color: #BB9754;
}

.has-bg .main_box .link:hover {
    color: #99713d;
}


body.confirm .notice-container {
    font-size: 16px;
	padding: 0 10px;
}

body.confirm .input-container {
    margin: 38px 0 50px;
}

body.confirm #input-box {
    font-size: 0;
    margin: 14px 0;
}

body.confirm #input-box label {
    float: none;
    min-width: 73px;
    font-size: 15px;
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
	padding-right: 10px;
	margin: 0;
	min-width: 100px;
	width: 120px;
	white-space: normal;
	line-height: normal;
	cursor: pointer;
}

body.confirm #input-box label.hint {
    font-size: 12px;
	font-style: italic;
}

body.confirm #input-box input {
    float: none;
    min-width: 270px;
    font-size: 16px;
    line-height: 30px;
	height: 30px;
	box-sizing: content-box;
	width: auto;
}

body.confirm #input-box select {
    float: none;
    min-width: 290px;
    font-size: 16px;
    line-height: 30px;
	height: 30px;
	box-sizing: content-box;
	padding: 2px 5px;
    border: 1px solid #acacac;
}

body.confirm #input-box .radio-box {
	white-space: nowrap;
	display: inline-block;
}
body.confirm #input-box input[type="radio"] {
    min-width: 20px !important;
	width: 20px !important;
    font-size: 16px;
    line-height: 40px;
	height: 20px;
}

body.confirm #input-box textarea {
    min-width: 270px;
	width: auto;
	box-sizing: content-box;
	vertical-align: middle;
}

body.confirm .button-container {
    font-size: 0;
}

body.confirm .button-container .btn {
    display: inline-block;
    vertical-align: top;
}

body.confirm .button-container .btn_confirm {
    margin-right: 15px;
}

.button-container { font-size: 0; }
.button-container .btn {
	margin: 15px 20px;
}
.button-container .btn_confirm_share {
    /* width: 230px; */
    /* margin-left: 15px; */
    padding-left: 45px;
    background-image: url(../images/icon-facebook.svg);
    background-repeat: no-repeat;
    background-position: 25px 9px;
    background-size: 12px 25px;
    box-sizing: border-box;
	/* background-color: #4267b2; */
}
.button-container .btn_confirm_share:hover {
    background-image: url(../images/icon-facebook.svg);
    background-repeat: no-repeat;
    background-position: 25px 9px;
    background-size: 12px 25px;
	/* background-color: #29487d; */
}

body.complete .button-container .btn_confirm_share { /* margin-left: 0; */ }

.paypal_email {
    width: 290px;
    margin: 38px 0 50px;
    /* padding: 0 4px;
    border: 2px solid #ccc;
    line-height: 32px; */
}

body.detail #detail-box {
    padding-left: 50px;
    padding-right: 50px;
}

body.detail .detail-box {
    /* max-width: 500px; */
    margin: 0 auto;
    border-spacing: 0;
	padding-left: 50px;
	padding-right: 50px;
	/* margin-left: 0; */
	transition-duration: 0.2s;
}

body.detail .detail-box.detail-box-upper {
	/* transform: translateX(-15px); */
}

body.detail .detail-box td {
    padding-bottom: 8px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}

body.detail .detail-box .label {
    /* width: 130px; */
    min-width: 130px;
    padding: 10px 10px;
}

body.detail .detail-box .content td {
    /* padding-bottom: 0; */
}

body.detail .detail-box .purchased table { border-collapse: collapse; }
body.detail .detail-box .purchased table td { padding-bottom: 3px; }
body.detail .detail-box .purchased &gt; td {
    /* padding-bottom: 3px; */
}

body.detail .detail-box .total-price {
    font-weight: 700;
}

body.detail .notice {
    margin: 24px auto 16px;
}

body.detail .product-list {
    width: 100%;
    padding: 20px 15px;
    border-spacing: 0;
    font-size: 12px;
    text-align: left;
    background: rgba(187,151,84,.25);
    background: #eee5d4;
}

body.detail .product-list tr td:first-child {
    width: 170px;
    padding-right: 15px;
}

body.detail .product-list tr td:last-child {
    width: 100px;
    padding-left: 15px;
}

body.detail .product-list tr.ex_ul {
    font-size: 13px;
    text-decoration: underline;
}

body.detail .product-list td {
    padding-bottom: 10px;
    vertical-align: top;
}

body.detail .btn-close {
    margin: 20px auto 0;
    /* background: #808080; */
}

body.detail .btn-close:hover {
    /* background: #595959; */
}

.btn {
    min-width: 150px;
    /* line-height: 45px; */
    line-height: 25px;
    margin: 0 auto;
    padding: 10px 25px;
	white-space: nowrap;
    border: 0;
    font-size: 20px !important;
    background: #BB9754;
    color: #fff;
    display: inline-block;
    cursor: pointer;
	box-sizing: border-box;
	border-radius: 0;
}

.btn:hover {
    background: #99713d;
    color: #fff;
}
.btn.focus, .btn:focus { box-shadow: none; }
a.btn:focus { border: 1px solid #555555; }
/* eddy 2015-03-23 end */

.small { font-size: 65%; }
.divider {display: block; width: 100%; height: 1px; font-size: 0; line-height: 0;}
.block { display: block; width: 100%; }
.shield {
	position: fixed;
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
	z-index: 9999;
	display: block;
	text-align: center;
	opacity: 0.9;
	filter: Alpha(Opacity=90);
	background-color: #ffffff;
}

.sf_des {float: left; text-align: right; padding-right: 10px;}
.sf_des span {white-space: normal;}
.book-date-div { margin-top: 20px; overflow: hidden; }
.book-date-div .datetxtdiv { /* float: none; */ line-height: 35px; /* font-size: 12px; */ }
.buy_get_free_box { margin-top: 20px; text-align: left; width: 100%; }
.buy_get_free_box td { padding: 5px 0; }
.buy_get_free_box .quantity_box { background-color: transparent !important; }
.buy_get_free_box .quantity { background-color: transparent !important; padding: 0; }
.buy_get_free_box .quantity.smaller { font-size: 14px; }
.booking_pax_box { margin-top: 25px; text-align: left; width: 100%; }
.booking_pax_box .quantity_table { width: 118px; margin-top: 5px; float: left; }
.booking_pax_box .unit { /* position: absolute; */ line-height: 50px; margin-left: 10px; float: left; margin-top: 5px; }
.book-date-div .title_text, 
.buy_get_free_box .title_text, 
.booking_pax_box .title_text { font-weight: normal; font-size: 15px; max-width: 230px; }

.item-quantity-div { text-align: left; }
.quantity_table-container { overflow: hidden; }


.unit_price {
	position: relative;
    border-top: 1px solid #c1c0bc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	display: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

.unit_price:first-child {
    border-top: none;
}

.item_content_box.has-field .unit_price:first-child {
    border-top: 1px solid #c1c0bc;
}


.unit_price_thumbnail {
    padding-left: 10px;
    font-size: 0;
	flex: none;
	/* padding-right: 0; */
	padding-right: 10px;
}
.unit_price_item {
    /* min-width: 215px; */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 20px 10px;
	padding-left: 10px;
}
.unit_price_item .price-num {
    width: 100%;
    /* max-width:390px; */
}


.unit_price.has_ticket { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.unit_price.filter-2-hide,
.unit_price.filter-3-hide,
.unit_price.filter-4-hide,
.unit_price.showgroup-hide { height: 0; overflow: hidden; border: 0; display: none !important; }
.unit_price.soldout .item-quantity-div table,
.unit_price.soldout .item-quantity-div .booking_pax_box,
.unit_price.soldout .item-price-div { display: none !important; }
.unit_price .item-coming-div,
.unit_price .item-soldout-div { color: #ff5555; font-size: 15px; /* padding-top: 15px; min-width: 250px; */ width: 121px; text-align: center; }
.unit_price .item-soldout-div { display: none; }
.unit_price.soldout .item-soldout-div { display: block; }
.unit_price .no_ticket_shield { display: none; background-image: url('../images/bgc/ffffff_50.png'); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.unit_price.no_ticket .unit_price_item { position: relative; }
.unit_price.no_ticket .no_ticket_shield { /* display: block; */ }
.unit_price.complimentary .price_str.discount_price span { display: none; }
.unit_price.complimentary .item-price-div { visibility: hidden; }

.separate-tr { position: relative; }
.separate-tr.disabled,
.unit_price.disabled {
	border-top-color: #dddddd;
	opacity: 0.6;
}
.separate-tr.disabled:after,
.unit_price.disabled:after {
	/* position: absolute;
    content: '';
	background-color: rgba(255, 255, 255, 0.65);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; */
}
.unit_price.uc-toggle.disabled:after { display: none; }
/* .unit_price.uc-toggle.disabled { display: none; } */
/* .unit_price.uc-toggle { transition-duration: 0.4s; height: auto; }
.unit_price.uc-toggle.disabled { height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; border-top-width: 0; }	*/

.index .body_table &gt; tbody &gt; tr &gt; td { height: 100%; /* display: block; */ }
.index #gateway-start { height: 100%; }


/* #start-container #top_box,
#checkout-container #top_box {
    -webkit-box-shadow: 0 25px 30px -20px rgba(0,0,0,.1);
            box-shadow: 0 25px 30px -20px rgba(0,0,0,.1);
} */

#start-container #content-container { max-height: 600px; }
/* #checkout-container #bottom_box { position: fixed; } */

.timer-disabled,
.btn.timer-disabled { color: #bbbbbb !important; cursor: progress; }

.with-background {
    /* background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; */
}

.color-background {
    /* background: linear-gradient(to bottom, #f1f1f1 150px, #eee 800px);
    background: linear-gradient(to bottom, #f1f1f1 150px, #eee 800px); */
}

.with-background #tab_container {
    /* background-color: #eaeaea; */
}

.top-message { padding: 15px 10px; background-color: #7b5400; color: #ffffff; text-align: center; font-size: 15px; /* background-color: #333333; */ }
.verified-icons { text-align: right; padding-top: 5px !important; padding-bottom: 25px !important; }
.verified-icons img { padding-left: 20px; height: 40px; }
.verified-icons .verified-icon-visa { height: 47px; }
.verified-icons .verified-icon-master { height: 36px; }

.display-block { display: block; }
/***** FGGPay css overwrite fixed *****/
body .body_table { line-height: normal; font-weight: normal; font-size: initial; /* overflow: hidden; */ }
.terms-td a:focus,
.terms-td input:focus,
.terms-td select:focus,
.terms-td textarea:focus,
.terms-td a:hover,
.terms-td input:hover,
.terms-td select:hover,
.terms-td textarea:hover,
.terms-td a:visited,
.terms-td input:visited,
.terms-td select:visited,
.terms-td textarea:visited { outline: none; color: inherit; text-decoration: underline; }
.table_tab { border-collapse: separate; }
.tab_content * { /* box-sizing: content-box; */ }
.terms-td input[type="checkbox"] { margin-top: 0; }
.textarea-box { border: 1px solid #eeeeee; padding: 10px; background-color: #ffffff; width: 100%; min-height: 100px; max-height: 150px; overflow-y: auto; margin: 17px 0 27px; box-sizing: border-box; font-size: 13px; }
.terms-td .textarea-box:last-child { margin-bottom: 0; }
/* .textarea-box * { margin: 0; padding: 0; line-height: normal; font-size: 13px; }
.textarea-box li { list-style: inherit; margin-top: 3px; word-break: break-word; }
.textarea-box ol { list-style: decimal; padding-left: 20px; }
.textarea-box ul { list-style: disc; padding-left: 20px; } */
/*** FGGPay css overwrite fixed end ***/

.textarea-box p { margin: 10px 0; }
.textarea-box ul,
.textarea-box ol { padding-left: 25px; }
.textarea-box ul { list-style: disc; }
.textarea-box ol { list-style: decimal; }
.textarea-box ul.alpha,
.textarea-box ol.alpha { list-style: lower-alpha; }
.textarea-box li { list-style: inherit; margin: 5px 0; word-break: break-word; }
.textarea-box h2,
.textarea-box h3,
.textarea-box h4 { /* display: inline-block; font-size: 14px; */ }
.textarea-box a { text-decoration: underline; }

.notice p { margin: 10px 0; }
.notice ul,
.notice ol { padding-left: 25px; }
.notice ul { list-style: disc; }
.notice ol { list-style: decimal; }
.notice ul.alpha,
.notice ol.alpha { list-style: lower-alpha; }
.notice li { list-style: inherit; margin: 5px 0; word-break: break-word; }
.notice h2,
.notice h3,
.notice h4 { /* display: inline-block; font-size: 14px; */ }
.notice a { text-decoration: underline; }

.notice.small { font-size: 14px; }

form input,
form select,
form textarea { padding: 5px; border: 1px solid #bbbbbb; /* margin-top: 3px; margin-bottom: 3px; */ font-size: 1em; box-sizing: border-box; }
form input,
form select { height: 35px; }
form input { box-sizing: border-box; }
form input[type="radio"],
form input[type="checkbox"],
form input.checkbox,
form input.radio { width: 15px; height: 15px; padding: 0; border: none; margin-top: 0; }
form input.alert { background-color: #ffeeee; }

.access_code_row input { /* vertical-align: top; */ vertical-align: middle; }
.access_code_row .uc_msg { margin-top: 10px; text-align: right; }

body.insert-buyer { height: 100%; /* overflow: hidden; */ }
#insert-buyer { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; /* background-color: #ffffff; background-color: rgba(255, 255, 255, 0.8); */ z-index: 998; box-sizing: border-box; padding-right: 20px;padding-left: 18px; /*overflow: auto;*/ font-size: 15px; }
#insert-buyer .insert-buyer-back { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #0b0b0b; opacity: 0.8; }
#insert-buyer .insert-buyer-box { position: relative; margin-top: 5%; margin-left: auto; margin-right: auto; /* margin-top: 20px; margin-bottom: 20px; */ padding: 80px 70px; /*background-color: #ffffff;*/ border: 1px solid #bbbbbb; border-radius: 2px; max-width: 650px; box-sizing: border-box; }
#insert-buyer .insert-buyer-box table { border-collapse: collapse; }
#insert-buyer .insert-buyer-box table td { padding-top: 3px; padding-bottom: 3px; }
#insert-buyer .insert-buyer-box table table td { padding-top: 0; padding-bottom: 0; }
#insert-buyer .insert-buyer-box input,
#insert-buyer .insert-buyer-box select,
#insert-buyer .insert-buyer-box textarea { padding: 5px; border: 1px solid #bbbbbb; font-size: 1em; box-sizing: border-box; }
#insert-buyer .insert-buyer-box input,
#insert-buyer .insert-buyer-box select { height: 35px; }
#insert-buyer .insert-buyer-box input,
#insert-buyer .insert-buyer-box textarea { width: 100%; box-sizing: border-box; }
#insert-buyer .insert-buyer-box input[type="radio"],
#insert-buyer .insert-buyer-box input[type="checkbox"],
#insert-buyer .insert-buyer-box input.checkbox,
#insert-buyer .insert-buyer-box input.radio { width: 15px; height: 15px; padding: 0; border: none; margin-top: 0; }
#insert-buyer .insert-buyer-box input.alert { background-color: #ffeeee; }
#insert-buyer .insert-buyer-box .select3 { min-width: 50px; border: 0; }
#insert-buyer .insert-buyer-box .close-button { position: absolute; top: 2px; right: 5px; background-color: transparent; border: none; width: auto; cursor: pointer; color: #888888; }
#insert-buyer .insert-buyer-box .close-button { width: 48px; height: 48px; /* display: flex; align-items: center; justify-content: center; */ font-size: 0; top: 15px; right: 15px; }
#insert-buyer .insert-buyer-box .close-button:before,
#insert-buyer .insert-buyer-box .close-button:after { content: ''; position: absolute; width: 35px; height: 1px; background-color: #5b5b5b; transform-origin: 50% 50%; top: 50%; right: 50%; }
#insert-buyer .insert-buyer-box .close-button:before { transform: translateX(50%) rotate(45deg); }
#insert-buyer .insert-buyer-box .close-button:after { transform: translateX(50%) rotate(-45deg); }
#insert-buyer .insert-buyer-box .close-button:hover { color: #222222; }
#insert-buyer .insert-buyer-box input#tb-name { /* text-transform: capitalize; */ }

#insert-buyer .insert-buyer-box .btn_pay { width: auto; height: auto; border: 0; margin: 0 auto 5px; padding: 10px 25px; display: block; display: inline-block; }
#insert-buyer .insert-buyer-box .btn_pay { color: #ffffff; }
#insert-buyer .insert-buyer-box .btn_pay:hover {  }
#insert-buyer .insert-buyer-box .payment-auth-notice { color: #ff0000; }

.small { /*font-size: 0.8em; */}

/* media */

@media (max-width: 1200px) {
    /* .content_banner img { width: auto; height: 100%; } */
}

@media (max-width: 1024px) and (min-height: 768px) {
    #start-container { /* position: absolute; */ }
    #start-container #content-container { max-height: 100%; height: 100%; margin-top: -100px; padding-top: 100px; box-sizing: border-box; }
    /* #start-container #right_menu_container { padding-top: 141px; } */
}

@media (max-width: 1024px) {
    #start-container #top_box,
    #start-container #content-container,
    #start-container #bottom_box {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    /* .content_banner { height: auto; }
    .content_banner img { display: block; position: relative; width: 100%; height: auto; left: 0; top: 0; -webkit-transform: none; transform: none; } */
}

@media (max-width: 700px) {
    table.item_table .item-price-td {
        width: auto;
        /* padding-top: 0; */
        padding-left: 150px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .unit_price_item {
        padding-right: 10px;
        min-width: 300px;
    }
    .unit_price_item .price-num {
        max-width: 100%;
    }
    .unit_price_thumbnail {
        /* padding-right: 0; */
    }
	

    table.item_table .item-price-td .item-quantity-div,
    table.item_table .item-price-td .item-price-div {
        margin-bottom: 10px;
    }
	
	table.item_table .item-price-td .item-price-div {
		padding-left: 10px;
	}
	
	.unit_price .item-soldout-div { text-align: left; }

    #checkout-container #bottom_box {
        left: 0;
        transform: none;
    }
	
    .content_banner { height: 52vw !important; /* padding-bottom: 170px; */ /* background-image: none; */ }
    /* .content_banner img { display: block; position: relative; width: 100%; height: auto; left: 0; top: 0; -webkit-transform: none; transform: none; } */
	
	.tab_content .date_time_content_box { padding-top: 10px; padding-bottom: 5px; }
	
    .tab_content .date_time_content_box .field_container {
        /* margin: 0 auto; */
		margin-top: 0;
		margin-left: auto; margin-right: auto;
        /* width: 300px; */
        max-width: 335px;
		padding-left: 10px;
		padding-right: 10px;
        display: block;
    }

    .tab_content .date_time_content_box .field_container + .field_container {
		margin-top: 30px;
    }
    #tab_container {
        padding-top: 0;
    }

	#tab_content_box { margin-top: 0; }
    #tab_title_box .table_tab {
        position: static;
        /* width: 100%; */
        /* margin-bottom: -17px; */
    }
	#tab_container #tab_title_box .table_tab,
	#tab_container #tab_title_box .table_tab tbody,
	#tab_container #tab_title_box .table_tab tr { width: 100%; max-width: 400px; display: flex; justify-content: center; }
	#tab_container #tab_title_box .table_tab .tab_title { padding: 25px 20px 15px; flex: 1; }
	#tab_container #tab_title_box .table_tab .tab_title span { font-size: 16px; }
	

	#insert-buyer .insert-buyer-box { padding: 60px 40px 40px; }
	
	body.detail .detail-box { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 600px) {
    .little {
        top: 45px;
    }

    img.ui-datepicker-trigger {
        width: 20px;
        margin-top: 7px;
    }

    table.item_table td .item_control {
        /* height: 50px; */
    }

    .unit_price_item {
        /* min-width: auto; */
        min-width: 200px;
    }

    .space_div {
        height: 85px;
    }
/* 
    .datetxtdiv {
        margin-top: 8px;
    }

    .value_text {
        margin-top: 8px;
    }
 */
    .tab_arrow {
        border-width: 7px;
    }

    .field_box_left, .field_box_right {
        width: 10px;
    }

    #tab_container #tab_title_box .table_tab .tab_title .tab_arrow {
        bottom: -13px;
    }
	
	#insert-buyer .insert-buyer-box { padding: 60px 20px 40px; margin-top: 20px; }
	
    .insert-detail textarea {
        height: 100px;
    }
}

/* @media (max-width: 480px) { */
@media (max-width: 575.98px) {

    #top_box { /* height: 70px; */ }
    #top_box .logo_box img { max-height: 66px; }
    #top_box .right_menu_btn_box { /* left: 0; right: auto; */ }
	
	#top_box .right_menu_btn label { display: none; }
	#top_box .right_menu_btn span,
	#top_box .right_menu_btn span:before,
	#top_box .right_menu_btn span:after {
		width: 24px;
		height: 2px;
		border-radius: 0;
		background-color: #5b5b5b;
		
		overflow: visible;
		margin: 0;
		display: block;
		left: 0;
		border: 0;
		transform: rotate(0);
		transform-origin: 50% 50%;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
		-webkit-transition-duration: .3s;
				transition-duration: .3s;
		-webkit-transition-timing-function: ease;
				transition-timing-function: ease;
		-webkit-transition-property: transform, top, width, background-color;
				transition-property: transform, top, width, background-color;
	}

	#top_box .right_menu_btn span {
		position: relative;
		-webkit-transform: rotate(0);
				transform: rotate(0);
	}

	#top_box .right_menu_btn span:before,
	#top_box .right_menu_btn span:after {
		content: '';
		position: absolute;
	}

	#top_box .right_menu_btn span:before { top: -8px; }
	#top_box .right_menu_btn span:after { top: 8px; }

	#top_box .right_menu_btn.active span {
		-webkit-transform: rotate(-180deg);
				transform: rotate(-180deg);
				
		background-color: transparent;
		-webkit-transform: rotate(0);
				transform: rotate(0);
	}

	#top_box .right_menu_btn.active span:before,
	#top_box .right_menu_btn.active span:after {
		top: 0;
		
		width: 15px;
		-webkit-transform-origin: 1.71429px center;
				transform-origin: 1.71429px center;
				
		width: 24px; 
		-webkit-transform-origin: initial;
				transform-origin: initial;
	}

	#top_box .right_menu_btn.active span:before {
		-webkit-transform: rotate3d(0,0,1,-40deg);
				transform: rotate3d(0,0,1,-40deg);
				
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#top_box .right_menu_btn.active span:after {
		-webkit-transform: rotate3d(0,0,1,40deg);
				transform: rotate3d(0,0,1,40deg);
				
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	
	#right_menu_container {
		position: fixed;
		top: 0;
		/* left: 0; */
		right: 0;
		z-index: 7;
		width: 100%;
		padding-top: 90px;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		/* -webkit-box-shadow: -5px 0 5px 0 rgba(0,0,0,.1);
				box-shadow: -5px 0 5px 0 rgba(0,0,0,.1); */
		-webkit-transform: translateX(100%);
				transform: translateX(100%);
		-webkit-transition-property: transform;
				transition-property: transform;
		-webkit-transition-timing-function: cubic-bezier(.55,0,.1,1);
				transition-timing-function: cubic-bezier(.55,0,.1,1);
		-webkit-transition-duration: .3s;
				transition-duration: .3s;
	}
	#right_menu_container:before, 
	#right_menu_container:after {
		display: none;
	}
	#right_menu_container .container {
		display: table;
		width: 100%;
	}
	
	#right_menu_container label,
	#right_menu_container ul { display: table-cell; }
	#right_menu_container label { width: 100px; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
	#right_menu_container ul {
		padding: 0;
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		right: auto;
		height: 100vh;
		box-shadow: none;
		background: none;
		margin-top: 0;
		transform: translateX(0);
		transition-property: none;
		transition-duration: 0s;
		opacity: 1;
		visibility: visible;
	}
	
	#right_menu_container ul:before,
	#right_menu_container ul:after {
		display: none;
	}
	#right_menu_container li a {
		padding: 15px 25px;
		text-align: left;
		border-top: 1px solid #eeeeee;
	}
	#right_menu_container li.active {
		display: list-item;
	}
	#right_menu_container li:first-child a {
		border-top: none;
	}
	#right_menu_container li a .short {
		display: none;
	}
	#right_menu_container li a .full {
		display: block;
	}

	#right_menu_container.active {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	
	#tab_container #tab_title_box .table_tab .tab_title { padding-left: 15px; padding-right: 15px; }


    /* #right_menu_container { bottom: 24px; padding-top: 94px; }
    #checkout-container #right_menu_container { bottom: 108px; padding-top: 108px; } */

    /* #tab_container #tab_title_box .table_tab .tab_title { padding: 10px; line-height: initial; }
    #tab_container #tab_title_box .table_tab .tab_title span { padding: 0; font-size: 12px; line-height: 15px; }
    .lang-zh #tab_container #tab_title_box .table_tab .tab_title span,
    .lang-sc #tab_container #tab_title_box .table_tab .tab_title span { font-size: 15px; }
    #tab_container #tab_title_box .table_tab .tab_title + .tab_title:after { border-width: 10px 0; } */

	/*
    .tab_content .date_time_content_box .field_container .datediv { float: none; display: inline; margin-top: 8px; }
    .tab_content .date_time_content_box .field_container .datetxtdiv { float: none; display: inline; vertical-align: middle; }
    .tab_content .date_time_content_box .field_container .dateinputdiv { float: none; display: inline; vertical-align: middle; }
    .tab_content .date_time_content_box .field_container .dateinputdiv img { margin-top: -1px; }
	*/
    
    table.item_table .imgshow { width: 80px; /* height: 80px; */ }
    .unit_price { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
	.unit_price .item-soldout-div {  }
    table.item_table td .item-price-div .price, 
	table.item_table .dsp .pricec { width: 98px; font-size: 20px; }
    table.item_table td .quantity_select_box td.border-td { width: 40px; height: 35px; border-width: 1px; font-size: 18px; }
    table.item_table td td.border-td { width: 40px; height: 35px; border-width: 1px; font-size: 18px; }
    table.item_table td .item_control { /* max-width: 15px; height: 35px; */ }
    table.item_table td .item_reduce { margin-right: 13px; }
    table.item_table td .item_add { margin-left: 13px; }
    table.item_table .total_amount_row  td { height: 40px; }
    table.item_table .sum_row &gt; td { line-height: 40px; }
    table.item_table .terms-td { padding: 11px 10px; }
    table.item_table .terms-td  { padding-right: 25px; }
    /* table.item_table .terms-td input[type="checkbox"] { top: 13px; } */
    table.item_table .terms-td span { /* margin-left: 25px; */ }

    table.item_table .item-price-td { padding-left: 110px; flex: 1; }

    .insert-detail input.text { line-height: 30px; }
    .insert-detail label { line-height: 25px; }
    .insert-detail span { line-height: 25px; }
    .insert-detail .insert-row label { line-height: 30px; }
    .insert-detail .button { padding: 5px 15px; font-size: 16px;}

    #start-container { /* position: absolute; */ }
    #start-container #content-container { max-height: 100%; height: 100%; margin-top: -70px; padding-top: 70px; box-sizing: border-box; }
    #start-container #content-box,
    #start-container #content-box .content_banner { height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center center; }
    /* #start-container #content-box .content_banner img { width: 100%; height: 100%; visibility: hidden; } */

    #checkout-container #bottom_box .bottom_box_text { padding-top: 15px; }
    /* #checkout-container #bottom_box .bottom_box_text img { height: 12.5px; } */

/*    #complete-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 45px; }
    #complete-container #notice-container { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; }
    #complete-container .main_box { width: 100%; }*/

    .has-bg .page_container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 45px; }
    .has-bg #notice-container, .has-bg #form-container { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; }

    /* .has-bg .page_container { padding: 66px 22px 45px; } */
    /* .has-bg #top_box { height: 90px; } */
	/* .has-bg .main_box { min-height: auto; padding: 30px 35px 25px; } */
    .has-bg .main_box { min-height: auto; padding: 30px 15px 25px; }

    body.confirm .input-container { margin: 15px 0 0; }
    body.confirm #input-box { margin: 0 0 26px; }
    body.confirm #input-box label { float: left; line-height: 22px; }
    body.confirm #input-box input { min-width: auto; width: 100%; box-sizing: border-box; }
	body.confirm #input-box textarea { width: 100%; box-sizing: border-box; }
    body.confirm .button-container { margin-top: 38px; overflow: hidden; }
    body.confirm .button-container .btn { margin: 0; font-size: 16px; }
    body.confirm .button-container .btn_confirm { float: left; width: 100px; }
    /* .button-container .btn_confirm_share { float: right; width: 180px; padding-left: 15px; background-position: 22px 12px; background-size: 10px; } */

    .paypal_email { width: 100%; box-sizing: border-box; }

    /* .detail.has-bg .page_container { padding: 20px 22px 45px; } */
    body.detail #detail-box { padding: 30px 20px; }
	body.detail .detail-box { padding-left: 0; padding-right: 0; }
    body.detail .detail-box .label { width: 110px; /* padding-right: 0; */ padding-right: 8px; /* word-break: keep-all; */ }
    /* body.detail .detail-box .purchased &gt; td { padding-bottom: 8px; } */
    body.detail .product-list { font-size: 11px; }
    body.detail .product-list { padding: 20px 10px; }
    body.detail .product-list tr.ex_ul { font-size: 12px; }
    body.detail .product-list tr.ex_ul td { padding-bottom: 6px; }
    body.detail .product-list tr td:first-child { width: 80px; padding-right: 10px; }
    body.detail .product-list tr td:last-child { width: 55px; padding-left: 10px; }

    /* #bottom_box { position: absolute; margin: 0; } */
    #bottom_box .bottom_box_text { padding-bottom: 15px; }
    /* #bottom_box .bottom_box_text img { height: 13px; } */

    #start-container #bottom_box { position: absolute; margin: 0; }

    .paypal_left, .paypal_right, .paypal_last, .check-btn { max-width: 100px; }
	
	.buy_get_free_box .quantity_box { font-size: 18px !important; }
	.booking_pax_box .unit { line-height: 40px; }
	
	.btn { padding-left: 15px; padding-right: 15px; }
	
	.btn_pay_box table .divider {
		width: 10px;
	}
	.btn_pay.btn_big { width: 140px; }
	.btn_pay .font-s { font-size: 13px; }
	
	#insert-buyer .insert-buyer-box .close-button { top: 5px; right: 5px; }
	#insert-buyer .insert-buyer-box td { display: block; }
	#insert-buyer .insert-buyer-box td td { display: table-cell; }
	/* #insert-buyer .insert-buyer-box table table td { display: block; } */
	#insert-buyer .insert-buyer-box td.hide_480 { display: none; }
	/* #insert-buyer .insert-buyer-box input { line-height: 30px; } */
	#insert-buyer .insert-buyer-box input.checkbox { width: 20px; height: 20px; }
	
}

@media (max-width: 400px) {
    .remark-t {
        width: 160px;
    }

    .textbox {
        width: 97%;
    }

    .little {
        top: 43px;
    }

    #visit_date, .value_text {
        width: 118px;
        /* font-size: 0.85em; */
        margin-top: 2px;
    }

    /* img.ui-datepicker-trigger {
        margin-top: 1px;
    }

    .datetxtdiv {
        width: 118px;
        font-size: 0.85em;
        margin-top: 2px;
    } */

    .btn_share img, .btn_confirm img {
        height: 35px;
    }

    .btn_share img, .btn_confirm_share img {
        height: 35px;
    }

    .paypal_left, .paypal_right, .paypal_last, .check-btn {
        max-width: 100px;
    }

    .space_div {
        height: 60px;
    }

    #start-container .start_bottom_box_img .like_process_btn, #start-container .start_bottom_box_img .skip_process_btn {
        height: 40px;
    }

    .help {
        margin-left: 0;
    }

    .confirm table {
        width: 100%;
    }

    .confirm table td {
        padding: 0 !important;
    }

    .sf_des {
        width: 150px;
    }

    table.item_table .imgshow { width: 70px; /* height: 70px; */ }
	.unit_price .item-soldout-div { min-width: 0; }
    table.item_table .item-price-td { padding-left: 100px; padding-bottom: 0; }

    table.item_table .item-price-td .item-quantity-div,
    table.item_table .item-price-td .item-price-div {
        margin-bottom: 10px;
    }


    /* .has-bg .page_container { padding: 32px 22px 45px; } */
    .has-bg .main_box { padding: 30px 15px 25px; }
	
	.buy_get_free_box { /* margin-top: 0; margin-bottom: 20px; */ }
	.booking_pax_box { /* margin-top: 0; margin-bottom: 20px; */ }
}

@media (max-width: 360px) {
    /* .has-bg .page_container { padding: 20px 10px 45px; } */
    .has-bg .main_box { padding: 30px 10px 25px; }

    /* .detail.has-bg .page_container { padding: 20px 10px 45px; } */

    body.confirm #input-box { margin: 0 0 16px; }
    body.confirm .button-container { margin-top: 23px; }
    body.confirm .button-container .btn_confirm { width: 90px; }
    /* .button-container .btn_confirm_share { width: 170px; background-position: 17px 13px; background-size: 9px; } */
}

@media (max-width: 320px) {
    /* table.item_table .imgshow { width: 60px; height: 60px; }
    table.item_table .item-price-td { padding-left: 90px; } */
}

@media (min-width: 601px) {
    .show_600 { display: none; }
}
@media (min-width: 481px) {
    .show_480 { display: none; }
}
@media (min-width: 401px) {
    .show_400 { display: none; }
}
@media (max-width: 750px) {
    .hide_750 { display: none; }
    .block_750 { display: block; width: 100%; }
}
@media (max-width: 600px) {
    .hide_600 { display: none; }
    .block_600 { display: block; width: 100%; }
}
@media (max-width: 480px) {
    .hide_480 { display: none; }
    .block_480 { display: block; width: 100%; }
}

.iconfont {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
	font-size: 14px;
}

.imgshow.popup-box { position: relative; display: inline-block; padding-bottom: 20px; }
.imgshow.popup-box .iconfont { position: absolute; right: 0; bottom: 0; color: #ffffff; background-color: #000000; border-radius: 0 0 0 5px; padding: 3px; }

#footer-terms {  }
#footer-terms ul,
#footer-terms ol { padding-left: 25px; }
#footer-terms ul { list-style: disc; }
#footer-terms ol { list-style: decimal; }
#footer-terms li { list-style: inherit; margin-bottom: 10px; }

/** Edge Fix **/
/* table.item_table table.item_main { width: 100%; }
table.item_table td .quantity_select_box { width: 118px; }
table.item_table .item-price-td { display: table-cell; position: relative; white-space: nowrap; }
table.item_table .item-price-td .item-quantity-div,
table.item_table .item-price-td .item-price-div { display: inline-block; float: none; vertical-align: middle; }
table.item_table .item-price-td .item-quantity-div { margin-right: 20px; }
table.item_table .item-price-td .item-price-div { white-space: nowrap; }
table.item_table .sum_row td:last-child { width: 165px; }
.item-quantity-price-table { display: table; width: 100%; position: relative; top: 50%; transform: translate(0, -50%); }
.item-quantity-price-group { display: table-row; }
.unit_price_item { width: 100%; }
@media (max-width: 700px) {
	.item-quantity-price-table { position: relative; top: 0; right: 0; transform: translate(0,0); }
	table.item_table td .item-quantity-div { text-align: left; }
	table.item_table td .item-price-div { }
} */
</pre></body></html>