@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  font-family: "Century Gothic", "微軟正黑體", "新細明體";
  border: none;
}

.pop a {
  cursor: pointer;
}
.pop .btn-small {
  display: inline-block;
  padding: 5px;
  border: 1px solid #b5b1b1;
  border-radius: 9px;
  margin: 6px;
}
.pop .btn-small:hover {
  background-color: #feffe2;
  color: #000;
}
.pop {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.pop .title {
  text-align: center;
  padding: 7px;
  font-weight: bold;
  border-bottom: 4px solid #6538b5;
}
.pop h2.title {
  height: 35px;
  line-height: 41px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  background-color: #2d4181;
}
.pop .color-dark-red {
  color: #990000;
}
#pop-main-content {
  padding: 5px 10px 15px;
  border-top: 3px solid #dfdfdf;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  border-radius: 0 0 8px 8px;
}
#pop-main-content .line {
  height: 25px;
  background: url(../img/web/line.jpg) repeat-x;
}
#pop-main-content .btn {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
#pop-main-content a.yes {
  height: 40px;
  width: 250px;
  max-width: 100%;
  margin-right: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad;
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  );
  background: -webkit-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -o-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 );
}
#pop-main-content a.no {
  height: 40px;
  width: 250px;
  max-width: 100%;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad;
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  );
  background: -webkit-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -o-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 );
}
#pop-main-content a.yes:active,
#main-content a.no:active {
  position: relative;
  top: 1px;
}
#pop-main-content .functionAdd {
  max-height: 90px;
  overflow: auto;
}
#pop-main-content .res-info .data-bar {
  display: table-row;
}
#pop-main-content .res-info .data-bar .data {
  width: 700px;
  margin: 0 auto;
  display: table-cell;
  padding: 10px 5px;
  text-align: center;
  display: table-cell;
  background: #feffe2;
}
.pop-main-content .user {
  display: flex;
}
.pop-main-content .user .user-info {
  display: flex;
}
.pop-main-content .user .serial {
  width: 30px;
  text-align: center;
}
.pop-main-content .user .maskWrap {
  position: relative;
}
.pop-main-content .user .maskWrap .maskedCouserId {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}
.page.enterCouser .pop-res-check .pop-main-content .btn {
  display: flex;
  justify-content: center;
}
.page.enterCouser .pop-res-check .pop-main-content .btn a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad;
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  );
  background: -webkit-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -o-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 );
}
/*-------------------------------- 登入(pop_login)*/
#pop-login {
  width: 600px;
}
#pop-login h2.title {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  background-color: #2d4181;
}
#pop-login #pop-main-content {
  border-top: 3px solid #dfdfdf;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  border-radius: 0 0 8px 8px;
}
#pop-login input {
  border: none;
  /* outline:none;  */
  width: 188px;
}
/* #pop-login .login-data{
	width:250px; 
	padding:10px;
	margin:20px 
} */
#pop-login .member-id {
  padding: 10px;
  background: #fff url(../img/web/login_id.png) no-repeat right 10px center;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#pop-login .member-id button {
  border: 1px solid #989898;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  width: 50px;
  text-align: center;
}
#pop-login .member-pwd button {
  border: 1px solid #989898;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  width: 50px;
  text-align: center;
  margin-left: 4px;
}
#pop-login .member-pwd {
  padding: 10px;
  background: #fff url(../img/web/login_pwd.png) no-repeat right 10px center;
  margin-bottom: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#pop-login .login-data a.btn-login {
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad; /* Old browsers */
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffe6ad 0%,
    #ffbb18 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffe6ad 0%,
    #ffbb18 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 ); /* IE6-9 */
}
#pop-login .login-data a.btn-login:active {
  position: relative;
  top: 1px;
}
/*-------------------------------- 座位預約確認(pop_res_check)*/
#pop-res-check {
  width: 640px;
}
#pop-res-check .res-info {
  width: 100%;
  display: table;
}
#pop-res-check .res-info .title-bar {
  display: table-row;
}
#pop-res-check .res-info .title-bar .title {
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  display: table-cell;
  background: #585858;
}
#pop-res-check .res-info .data-bar {
  display: table-row;
}
#pop-res-check .res-info .data-bar .data {
  padding: 10px 5px;
  text-align: center;
  display: table-cell;
  background: #feffe2;
}
#pop-res-check .res-info .data-bar .data p {
  line-height: 25px;
}
#pop-res-check .res-info .data-bar .data:nth-child(even) {
  background: #f9fcc7;
}
#pop-res-check a.no {
  /* margin-left: 15px; */
}

#pop-privacy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 10%;
}
#pop-privacy h2.title {
  width: 100%;
}
#pop-privacy .text-box {
  width: 90%;
  height: 315px;
  overflow: auto;
  margin: 15px auto;
}
#pop-privacy .text-box div {
  padding: 5px;
  border: 1px solid #ddd;
  margin: 5px 0;
  margin-bottom: 15px;
}
#pop-privacy .pop-main-content {
  display: flex;
  width: 100%;
}
#pop-privacy .pop-main-content a {
  width: 100%;
  margin: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad;
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  );
  background: -webkit-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -o-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 );
}
@media screen and (min-width: 990px) {
  #pop-privacy {
    max-width: none;
    width: 90%;
    max-width: 500px;
  }
}
#pop-main-content a.changeYes {
  height: 40px;
  line-height: 40px;
  width: 250px;
  margin-right: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad;
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  );
  background: -webkit-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -o-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 );
}

/*-------------------------------- 座位預約取消(pop_res_cancel)*/
#pop-res-cancel {
  width: 640px;
}
#pop-res-cancel p {
  line-height: 22px;
}
#pop-res-cancel .res-cancel {
  width: 100%;
  display: table;
}
#pop-res-cancel .res-cancel .title-bar {
  display: table-row;
}
#pop-res-cancel .res-cancel .title-bar .title {
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  display: table-cell;
  background: #585858;
}
#pop-res-cancel .res-cancel .data-bar {
  display: table-row;
}
#pop-res-cancel .res-cancel .data-bar .data {
  padding: 10px 5px;
  text-align: center;
  display: table-cell;
  background: #feffe2;
}
#pop-res-cancel .res-cancel .data-bar .data p {
  line-height: 25px;
}
#pop-res-cancel .res-cancel .data-bar .data:nth-child(even) {
  background: #f9fcc7;
}
#pop-res-cancel a.no {
  margin-left: 15px;
}
.picoAlert .alertContainer .alertBox {
  position: fixed !important;
  left: calc(50% - 150px) !important;
}

#pop-mobile-privacy {
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
#pop-mobile-privacy .title {
  width: 100%;
}
#pop-mobile-privacy .text-box {
  padding: 0 15px;
  margin: 15px 0;
  height: 300px;
  overflow: auto;
}
#pop-mobile-privacy .pop-main-content {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
}
#pop-mobile-privacy .pop-main-content a {
  width: 100%;
  margin: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffe6ad;
  background: -moz-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffe6ad),
    color-stop(100%, #ffbb18)
  );
  background: -webkit-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -o-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: -ms-linear-gradient(top, #ffe6ad 0%, #ffbb18 100%);
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ad', endColorstr='#ffbb18',GradientType=0 );
}
.pop-use-record {
  background: white;
  width: 640px;
  position: fixed;
  z-index: 102;
  color: #000;
  display: none;
  border: medium none;
  text-align: left;
  top: calc(0% + 50px);
  left: calc(50% - 340px);
}
.pop-use-record #pop-main-content {
  padding: 5px 10px 15px;
  border-top: 3px solid #dfdfdf;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border-radius: 0 0 8px 8px;
}
.pop-use-record #pop-main-content .res-info {
  width: 100%;
  display: table;
}
.pop-use-record #pop-main-content .res-info .title-bar {
  display: table-row;
}
.pop-use-record #pop-main-content .res-info .title-bar .title {
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  display: table-cell;
  background: #585858;
}
.pop-use-record #pop-main-content .res-info .title-bar .data {
  padding: 10px 5px;
  text-align: center;
  display: table-cell;
  background: #feffe2;
}
#pop-main-content a.know {
  height: 40px;
  line-height: 40px;
  width: 250px;
  margin-right: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #ffe6ad 0%, #ffbb18 100%);
}
