@charset "utf-8";
:root
{
	--color-major:#474753;
	--color-minor:#89ba16;
	--color-highlight:#FFD700;
	--color-red:#D75558;
	--color-green:#41A064;
	--color-darkgreen:#2c9f45;
	--color-gray:#bbb;
	--color-blue:#0a8ea0;
}
.color_blue
{
	color:var(--color-blue)!important;
	font-weight:700;
}
.color_green
{
	color:var(--color-darkgreen)!important;
	font-weight:700;
}
.color_gray
{
	color:var(--color-gray)!important;
	font-weight:700;
}
.color_red
{
	color:var(--color-red)!important;
	font-weight:700;
}
body
{
	font-family: Arial, Microsoft JhengHei;
	font-size: 13px;
	color: #202023;
	margin: 0px;
	padding: 0px;
	background-color: #9692a8;
	overflow-y: scroll;
	position: relative;
}
body::before
{
	content:"";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/img/body_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -10;
}
.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:calc(100% - 32px);
	padding:3px 15px;
	line-height: 30px;
	border-radius:3px;
}
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;}
.pagebreak{page-break-after: always;}
*[id$="_init"]{display:none;}
._REDSTAR::before
{
	content:"*";
	color:#f00;
	margin-right:5px;
	font-size:17px;
	font-weight:700;
}
._HIGHLIGHT
{
	background-color:#ff0;
}
input._COPY
{
	background-color:transparent;
	border:none;
	cursor:pointer;
}
._COPY_MARK
{
	z-index:2;
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
._COPY_MARK::before
{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-size:15px;
	content: "\f0c5";
	background-position:center;
}
._COPY_MARK.copied::after
{
	content:"已复制";
	background-color:#f48924;
	color:#fff;
	position:absolute;
	right:100%;
	top:calc(50% -15px);
	white-space:nowrap;
	display:flex;
	justify-content:center;
	align-items:center;
	height:30px;
	padding:0px 15px;
	border-radius:3px;
	font-size:11px;
}
/*****************************************************/
/*
/*	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
{
    width: 100%;
    background-color: #22c7d7;
    border: none;
    color: #fff;
    font-size: larger;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}
.btn_buwh1.enable:hover
{
    background-color: #0ca6be;
}
/*****************************************************/
/*
/*	table style
/*
/*****************************************************/
._TABLElist
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	border-radius: 0px 0px 2px 2px;
	position: relative;
}
._TABLElist::before
{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
	z-index: -1;
}
._TABLElist caption
{
	color: #fff;
	font-size: large;
	background-color: var(--color-major);
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
	padding: 8px 0px 5px 0px;
	border-radius: 2px 2px 0px 0px;
}
._TABLElist caption::after
{
	display:none;
	content:attr(eng);
	letter-spacing:0px;
}
._TABLElist th
{
	background-color: #646372;
    padding: 8px 15px;
    color: #e6e6e6;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}
._TABLElist tr.topline th
{
	border-top: 2px solid  var(--color-major);
	border-bottom:none;
}
._TABLElist th::after
{
	display:none;
	content:attr(eng);
	letter-spacing:0px;
	font-size:11px;
	font-variant:small-caps;
	color:#888;
	margin-top:-5px;
}
._TABLElist td
{
	padding: 0px 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	position:relative;
	text-align:center;
}
._TABLElist.hasgap td,
._TABLElist.wide_cell td
{
	padding: 8px 15px;
}
._TABLElist tr:nth-child(2n) td
{
	background-color:#f8f8f8;
}
._TABLElist tr:nth-child(2n+1) td
{
	background-color:#e5e5e5;
}
._TABLElist tr:hover td
{
	background-color:#FFF0DF;
}

._TABLEview
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	background-color:#fff;
	table-layout:fixed;
	position:relative;
}
._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; */
	
	color: #fff;
	font-size: large;
	background-color: var(--color-major);
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
	padding: 8px 0px 5px 0px;
	border-radius: 2px 2px 0px 0px;
}
._TABLEview caption::after
{
	display:none;
	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; */
	/* color: #007fbd; */
	
	/*
	padding: 10px 15px;
	color:#888;
	font-size: 14px;
	letter-spacing: 0.6px;
	text-align:left;
	width:100px;
	border-right: 2px solid  var(--color-major);
	text-align:right;
	*/
	width:100px;
	text-align:right;
	background-color: #646372;
    padding: 10px 15px;
    color: #e6e6e6;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}
._TABLEview th::after
{
	display:none;
	content:attr(eng);
	font-size:9px;
	margin-left:5px;
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
}
._TABLEview td
{
	padding: 10px 15px;
}

._TABLEview tr.fixed_width
{
	visibility:hidden;
}
._TABLEview tr.fixed_width td:nth-child(2n+1)
{
	width:130px;
	padding:0px;
}
._TABLEview tr.fixed_width td:nth-child(2n)
{
	width:calc(50% - 130px);
	padding:0px;
}

._TABLEbox
{
	width: 100%;
	border-spacing: 5px;
	/* border-collapse: collapse; */
	margin:0px auto;
	border-radius: 0px 0px 2px 2px;
	position: relative;
	/* margin-bottom: 15px; */
}
._TABLEbox::before
{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.35);
	border-radius: 2px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
	z-index: -1;
}
._TABLEbox caption
{
	color: rgba(71, 71, 83, 0.75);
    font-size: medium;
    background-color: transparent;
    position: relative;
    border-radius: 2px 2px 0px 0px;
    padding: 5px 0px 0px 0px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
._TABLEbox th
{	
	padding: 10px 16px 5px 16px;
    color: #888;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: left;
}
._TABLEbox th:empty
{
	/** display:none; **/
}
._TABLEbox td
{	
	/* padding: 3px 5px; */
	padding:0px;
	position:relative;
}
/*
._TABLEbox tr:first-child th
{	
	padding-top:30px;
}
*/
._TABLE_hrefs
{
	/* text-align:center; */
	white-space:nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
._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;
}

._TABLEloginbox
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin:0px auto;
}
._TABLEloginbox caption
{
	color: #fff;
	font-size: x-large;
	margin-bottom: 30px;
	font-weight: bold;
}
._TABLEloginbox th
{
    padding: 0px;
    padding-bottom: 2px;
    text-align: inherit;
    color: rgba(255, 255, 255, 0.75);
    font-size: medium;
    font-weight: initial;
}
._TABLEloginbox td
{
	padding:0px;
	padding-bottom: 20px;
}
._TABLEloginbox td input[type="text"],
._TABLEloginbox td input[type="password"]
{
	border: none;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	font-size: large;
}

._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
{
	
}
#menus_bg
{
	width:120px;
	position:fixed;
	left: 15px;
	top: 15px;
	bottom: 15px;
	/* background-color: rgba(255, 255, 255, 0.35); */
	background-color: #e5e5e5;
	border-radius: 2px;
	z-index:2;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
	padding: 5px;
	box-sizing: border-box;
	overflow-y: hidden;
}
#menus_title
{
	display:block;
	/* padding: 10px; */
	text-align: center;
	color: #167461;
	border-bottom: 1px solid #e6e6e6;
	position:relative;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
}
#menus_title:hover
{
	text-decoration:none;
}
#menus_title::before
{
	content:"";
	display: block;
	width: 80%;
	height: 45px;
	margin: 0px auto;
	/* background-image:url(../../img/ICON_144.png); */
	background-image:url(../../img/logo_new/LOGO_JST1.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}
#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: #474753;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	/* padding: 18px 0px; */
	padding: 10px 0px;
	font-size: 15px;
}
.menus_link:hover,
.menus_link.active
{
	color:#474853;
	font-weight:bold;
}
.menus_link.active
{
	padding-bottom: 7px;
}
.menus_sublinks
{
	display:none;
	background-color: #a6a9bd;
}
.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: 11px 0px; */
	padding: 10px 0px;
	color: #474753;
	border-bottom: 2px solid #c2c7d2;
	position: relative;
}
.menus_sublink:last-child
{
	border-bottom: 1px solid #e6e6e6;
}
.menus_sublink:hover
{
    color:#474853;
}
.menus_sublink.active
{
	color: #e6e6e6;
    font-weight: bold;
    background-color: #7a7b8b;
}
.menus_sublink.hasqty::after
{
	content:attr(qty);
	position:absolute;
	background-color: #ffffff;
	color: #7a7b8b;
	font-size: x-small;
	border-radius: 3px;
	padding: 2px 3px;
	margin-left: 2px;
}
.menus_sublink.hasqty.highlight::after
{
	content:"+"attr(qty);
	background-color: #ad0101;
	color: #fff;
}
.menus_sublink[tar="1291"].hasqty::after
{
	color: #f00;
}
.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;
}
#main
{
	margin: 0px 0px 0px 135px;
    padding: 15px 15px; 
}






