@charset "utf-8";
:root
{
	--color-major:#474853;
	--color-minor:#89ba16;
	--color-highlight:#FFD700;
	--color-red:#D75558;
	--color-green:#2c9f45;
	--color-yellow:#ffdd00;
	--color-blue:#0a8ea0;
}
html
{
	font-size:62.5%;
}
body
{
	font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
	font-size: 1.3rem;
	color: #202023;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*
	background-image: url(/img/body_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	overflow-y: scroll;
}
.error
{
	color:rgba(128,0,0,1.0);
}
a
{
	text-decoration:none;
	color:#037ef3;
	cursor:pointer;
}
a:hover
{
	text-decoration:underline;
}
input, select, textarea, table, button, textarea
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	outline:none;	
}
select
{
	height:38px;
	font-size:14px;
	border:1px solid #dadada;
	border-radius:3px;
	padding:0px 15px;
	width:100%;
}
textarea
{
	height:120px;
	border:1px solid #dadada;
	width:calc(100% - 30px);
	padding:3px 15px;
	line-height: 30px;
	resize:none;
	border-radius:3px;
}
input[type="text"],
input[type="password"]
{
	height: 30px;
    border: 1px solid #dadada;
    width: 100%;
    padding: 3px 12px;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
}
input.w100{width:100px;}
*::-webkit-input-placeholder { color: #bbb; }
*:-moz-placeholder { color: #bbb; }
*::-moz-placeholder { color: #bbb; }
*:-ms-input-placeholder { color: #bbb; }
.clear{clear:both;}
.center{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.bold{font-weight:700 !important;}
.smallcaps{font-variant:small-caps !important;}
.pagebreak{page-break-after: always;}
*[id$="_init"]{display:none;}
._REDSTAR::before
{
	content:"*";
	color:#f00;
}
/*****************************************************/
/*
/*	button style
/*
/*****************************************************/
.btns_box
{
	margin-top:15px;
}
button
{
	cursor:not-allowed;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	letter-spacing: 0.7px;
	text-align: center;
	white-space:nowrap;
	border: 1px solid #e2e3de;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    background-color: #f9f9f6;
    color: #c8cabf;
    line-height: 26px;
    padding: 0px 6px 0px 7px;
    font-size: 13px;
}
button.enable
{
	cursor: pointer;
}
.btn_gybk.enable
{
    background-color: #f9f9f6;
    border-color: #cfd0c8;
    color: #4b4f56;
}
.btn_gybk.enable:hover
{
    background-color: #edede8;
}
.btn_pkwh.enable
{
    background-color: #d20962;
	color: #fff;
}
.btn_pkwh.enable:hover
{
	background-color: #AF0852;
}
.btn_buwh.enable
{
    background-color: #0a8ea0;
    color: #fff;
}
.btn_buwh.enable:hover
{
    background-color: #087685;
}
.btn_grwh.enable
{
	background-color: #2c9f45;
    color: #fff;
}
.btn_grwh.enable:hover
{
    background-color: #25853A;
}
.btn_buwh1.enable
{
    background-color: #4975A1;
    border: 2px solid #093755;
    color: #fff;
}
.btn_buwh1.enable:hover
{
    background-color: #093755;
}
/*****************************************************/
/*
/*	table style
/*
/*****************************************************/
._TABLElist
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	background-color:#fff;
	/* border-top:1px solid #e5e5e5; */
}
._TABLElist caption
{	
	color: var(--color-major);
	font-size:19px;
	background-color:transparent;
	font-weight: 700;
	letter-spacing: 1.5px;
	position: relative;
	padding:10px 0px;
}
._TABLElist caption::after
{
	content:attr(eng);
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	margin-left:10px;
}
._TABLElist thead th
{
	background-color: #fff;
	box-shadow:0px -2px 0px var(--color-major) inset;
	padding: 10px 15px 10px 15px;
	color:#888;
	font-size: 14px;
	letter-spacing: 0.6px;
	white-space:nowrap;
	position:relative;
}
._TABLElist tfoot th
{
	background-color: #fff;
	box-shadow:0px 2px 0px var(--color-major) inset;
	padding: 10px 15px 10px 15px;
	color:#888;
	font-size: 14px;
	letter-spacing: 0.6px;
	white-space:nowrap;
	position:relative;
}
._TABLElist th::after
{
	display:block;
	content:attr(eng);
	letter-spacing:0px;
	font-size:11px;
	font-variant:small-caps;
	color:#888;
	margin-top:-5px;
}
._TABLElist td
{
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
	position:relative;
	text-align:center;
}
._TABLElist tr:nth-child(2n+1) td
{
	background-color: #f8f8f8;
}
._TABLEview
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	background-color:#fff;
	/* border-left:1px solid #e5e5e5; */
	/* border-top:1px solid #e5e5e5; */
}
._TABLEview caption
{	
	/* color: #007fbd; */
	color: var(--color-major);
	font-size:19px;
	background-color:transparent;
	font-weight: 700;
	letter-spacing: 1.5px;
	position: relative;
	padding:10px 0px;
}
._TABLEview caption::after
{
	content:attr(eng);
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	margin-left:10px;
	font-size:15px;
}
._TABLEview th
{
	/* border-bottom: 1px solid #e5e5e5; */
	/* border-right: 1px solid #e5e5e5; */
	/* background-color: #f8f8f8; */
	padding: 10px 15px;
	/* color: #007fbd; */
	color:#888;
	font-size: 14px;
	letter-spacing: 0.6px;
	text-align:left;
	width:100px;
	border-right: 2px solid  var(--color-major);
	text-align:right;
}
._TABLEview th::after
{
	content:attr(eng);
	font-size:9px;
	/* margin-left:5px; */
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	display:block;
}
._TABLEview td
{
	padding: 10px 15px;
	/* border-bottom: 1px solid #e5e5e5; */
	/* border-right: 1px solid #e5e5e5; */
}

._TABLEview.fixed_width
{
	table-layout:fixed;
	word-break:break-all;
}
._TABLEview.fixed_width td
{
	width:calc(50% - 162px);
}

._TABLEbox
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color:rgba(255,255,255,0.3);
	margin:0px auto;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-radius:3px;
}
._TABLEbox caption
{	
	color: var(--color-major);
	font-size:19px;
	font-weight: 700;
	letter-spacing: 1.5px;
	position: relative;
	padding:10px 0px 0px 0px;
	background-color:rgba(255,255,255,0.3);
	border-top:1px solid #e5e5e5;
}
._TABLEbox caption::after
{
	content:attr(eng);
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	margin-left:10px;
	font-size:15px;
}
._TABLEbox td
{	
	padding: 10px 15px;
}
._TABLEbox th
{	
	padding: 0px 15px;
}
._TABLE_hrefs
{
	text-align:center;
	white-space:nowrap;
}
._TABLE_hrefs *
{
	margin:0px 5px;
}
._TABLE_hrefs a,
._TABLE_hrefs label
{
	color:#037ef3;
	cursor:pointer;
	text-decoration:none;
}
._TABLE_hrefs a:hover,
._TABLE_hrefs label:hover
{
	text-decoration:underline;
}

._TABLEframe
{
	overflow:auto;
	position:relative;
}
._TABLEfixed
{
	table-layout: fixed;
	width:auto;
	min-width:100%;
}
._TABLEfixed td,
._TABLEfixed th
{
	width:auto;
	white-space:nowrap;
}
._TABLEfixed tr.fixed_top th
{
	position:sticky;
	top:0px;
	z-index:2;
}
._TABLEfixed tr.fixed_bottom th
{
	position:sticky;
	bottom:0px;
	z-index:2;
}
._TABLEfixed th.fixed_left,
._TABLEfixed td.fixed_left,
._TABLEfixed th.fixed_right,
._TABLEfixed td.fixed_right
{
	position:sticky;
} 

._TABLEfixed th.fixed_left_lastone
{
	box-shadow:-1px 0px 0px 0px #e6e6e6 inset;
}
._TABLEfixed td.fixed_left_lastone
{
	box-shadow:-1px 0px 0px 0px #646372 inset;
}
._TABLEfixed th.fixed_right_firstone
{
	box-shadow:1px 0px 0px 0px #e6e6e6 inset;
}
._TABLEfixed td.fixed_right_firstone
{
	box-shadow:1px 0px 0px 0px #646372 inset;
}
/*****************************************************/
/*
/* 	Google Authenticator
/*
/*****************************************************/
.ga_code_box
{
	display:inline-block;
	width:calc(16.66% - 10px);
	padding:0px 5px;
	max-width:50px;
}
input.ga_code
{
	font-weight:700;
	padding:10px 0px;
	width:100%;
	text-align:center;
	font-size:25px;
}
/*****************************************************/
/*
/* 	PRICE
/*
/*****************************************************/
._PRICE
{
    color: #fdb813!important;
    font-family: "playfair display", serif;
    font-size:19px;
}
._PRICE::before
{
	content:"NT$";
	font-size:9px;
    margin-right: 5px;
    color: #888;
}
/*****************************************************/
/*
/*	head.php
/*
/*****************************************************/
#jafrontdesk
{
	display: flex;
    flex-direction: column;
}
#menus_bg
{
	background-color: #ffffff;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#menus_title
{
	display: block;
    padding: 20px 60px 40px 120px;
    position: relative;
}
#menus_title:hover
{
	text-decoration:none;
}
#menus_title::before
{
	content: "";
    display: block;
    width: 150px;
    height: 100px;
    background-image: url(../../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#menus_links_left
{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.menus_link_left_box
{
	display: flex;
}
#logo
{
	display:block;
	width:140px;
	height:60px;
	position:absolute;
	left:30px;
	top:10px;
	line-height:60px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	boder-radius:3px;
	box-shadow:0px 0px 3px #000;
}
#menus_links
{
	
}
.menus_link
{
	cursor: pointer;
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    color: #afafaf;
    text-align: center;
    border-bottom: 1px transparent solid;
    font-size: 15px;
    margin-right: 40px;
    font-family: "Font Awesome 5 Free";
    letter-spacing: 2px;
}
.menus_link:hover,
.menus_link.active
{
	color: #000000;
    font-weight: 400;
    border-color: #a7a7a7;
}
.menus_link.active
{
	padding-bottom: 5px;
}
.menus_sublinks
{
	padding: 5px 50px 20px 10px;
    background-color: #ffffffa3;
    position: absolute;
    top: 100px;
    border-radius: 5px;
}
.menus_sublink
{
	display: block;
    cursor: pointer;
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    text-align: center;
    padding-top: 20px;
    color: #8c8c8c;
}
.menus_sublink:last-child
{
	border-bottom:none;
}
.menus_sublink:hover
{
   	color: #474853;
    border-bottom: 1px #000 solid;
    padding-bottom: 5px;
    text-decoration: none;
}
.menus_sublink.active
{
	color: #474853;
    border-bottom: 1px #000 solid;
    padding-bottom: 3px;
}
.menus_sublink.active::after
{
	content:"";
	width:0px;
	height:0px;
	position:absolute;
	right:0px;
	top:calc(50% - 4px);
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:none;
	border-right:6px solid #fff;
}


.menus_link::before
{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 6px;
}
.menus_link[tar="501"]::before
{
	content: "\f2f6";
}
.menus_link[tar="502"]::before
{
	content: "\f234";
}
.menus_link[tar="503"]::before
{
	content: "\f2f5";
}
.menus_link[tar="504"]::before
{
	content: "\f007";
}
.menus_link[tar="505"]::before
{
	content: "\f0e0";
}
.menus_link[tar="506"]::before
{
	content: "\f022";
}
.menus_link[tar="522"]::before
{
	content: "\f022";
}
.menus_link[tar="507"]::before
{
	content: "\f00d";
}
.menus_link[tar="517"]::before
{
	content: "\f022";
}
.menus_link[tar="523"]::before
{
	content: "\f022";
}
.menus_link[tar="525"]::before
{
	content: "\f022";
}
.menus_sublink_title
{
	color:#fff;
}
.menus_link_title:hover
{
	color:#fff;
}
#menus_links_right
{
	display: flex;
	flex-direction: row;
    align-items: center;
}
.menus_link_box
{
}
#main
{
	margin: 0px 80px;
}
/*****************************************************/
/*
/*	box_bg
/*
/*****************************************************/
.box_bg
{
	max-width: 414px;
    height: 100vh;
    margin: 0px auto;
}
.box_bg_top
{
	width: 100%;
	height: 32px;
	background-image: url(../../img/box_bg_top.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.box_bg_box
{
	width: 100%;
	min-height: calc(100vh - 67px);;
	background-image: url(../../img/box_bg_box.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 0px 25px;
	box-sizing: border-box;
	position: relative;
}
.box_bg_bottom
{
	width: 100%;
	height: 35px;
	background-image: url(../../img/box_bg_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#unopeneds .box_bg_box
{
	display: flex;
	justify-content: center;
	align-items: center;
}
#unopeneds .box_bg_box::after
{
	content:" ";
	display: block;
	width: 80%;
	height: 60px;
	background-image: url(../../img/unopeneds.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}





