@charset "utf-8";
@import url("https://service.leaguetech.com.tw/learep/css/WorkSans3456.css");
@import url(https://service.leaguetech.com.tw/learep/css/notosanstc.css);
/* CSS Document */
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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: Noto Sans TC,Arial, Helvetica,Microsoft JhengHei,Verdana ;
	vertical-align:baseline;
	text-decoration:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body, html{
	height:100%;
	width:100%;
	font-size: 20px;
	line-height: 25px;
	background: #e6e6e6;
	color: #747474;
}
/*-----login------*/
.login{
	background: url(/learep/image/bg.png) no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.loginform{
	/*width: 430px;*/
	width: 100% auto;
	margin: 12% auto 0 auto;
	color: #fff;
	text-align: center;
}
h1{
	/*font-size: 50px;*/
	font-size: 42px;
	margin: 30px auto;
}
.loginform span{
	color: #B8B3CB;
	font-weight: 300;
}
input{
	border-radius: 5px;
	padding: 6px 10px ;
	border: none;
	margin: 10px;
	font-size: 20px;
	background: #d6d4e5;
	box-shadow: 0 0 5px #4320a2;
	font-family: Microsoft JhengHei,Verdana,Arial ;
}
.loginform input{
	width: 250px;
	/* width: 370px;*/
}
button{
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	letter-spacing: 20px;
	color: #4320a2;
	font-size: 20px;
	border: 1px solid #4320a2;
	font-family: Microsoft JhengHei,Verdana,Arial ;
	font-weight: 400;
	box-shadow: 0 0 5px #4320a2;
	cursor: pointer;
}
button:hover{
	transition: 0.3s;
	background: #4320a2;
	color: #fff;
	border: 1px solid #fff;
}
.loginform div{
	margin: 5px auto;
}
.loginform button{
	margin-top: 40px;
}
/*-----page1------*/
.top{
	position: relative;
	background: url(/learep/image/topbg.png);
	height: 65px;
	width: 100%;
	font-weight: 300;
	letter-spacing: 2px;
}
h2{
	position: absolute;
	font-size: 26px;
	text-shadow: 0 0 5px #4320a2;
	color: #fff;
	margin: 10px 0 0 50px;
}
.store{
	position: absolute;
	font-size: 20px;
	text-shadow: 0 0 5px #4320a2;
	color: #fff;
	margin-top: 15px;
	right: calc(5% + 90px);
}
button.logout{
	position: absolute;
	border-radius: 0 0 10px 10px ;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 5px #4320a2;
	background: #fff;
	color: #888;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px 10px;
	right: 5%;
}
button.logout:hover{
	filter: brightness(0.8);
}
.cont{
	padding: 25px 0;
	margin: 0 auto;
	text-align: center;
	min-width: 1350px;
}
.cont > div{
	display:inline-block;
	margin: 0 8px;
	vertical-align: top;
}
/*-----leftmenu------*/
.leftmenu{
	background: #fff;
	width: 210px;
	height: 30vw;
	box-shadow: 0 1px 2px #ccc;
}
.leftmenu > a{
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-top: 2px solid #fff;
	padding: 15px 0 19px 0;
	margin: 0 10px;
	width: calc(100% - 20px);
	font-size: 18px;
	color: #6E6E6E;
	background: url(/learep/image/go.png) no-repeat;
	background-position: 95% 50%;
}
.leftmenu > a:last-child{
	border-bottom: none;
}
.leftmenu > a img{
	vertical-align: middle;
	filter: grayscale(100%) opacity(60%);
}
.leftmenu > a span{
	display: inline-block;
	width: 130px;
	text-align: left;
	margin-left: 10px;
}
.leftmenu > a:hover,.leftmenu > a.on{
	color: #4320a2;
	border-top: none;
	padding: 17px 0;
	border-bottom: 3px solid #4320a2;
	background: url(/learep/image/go_hover.png) no-repeat;
	background-position: 95% 50%;
}
.leftmenu > a:hover img,.leftmenu > a.on img{
	filter: grayscale(0) opacity(100%);
}
/*-----right------*/
.right{
	width: 1100px;
	height: auto;
	background: #e6e6e6;
}
.title{
	position: relative;
	text-align: center;
	padding: 8px 0;
	font-size: 22px;
	color: #fff;
	text-shadow: 0 2px 3px #230e5e;
	width: 100%;
	background: linear-gradient(to bottom, #4320a2 0%,#5f43ab 100%);
	border-radius:0 10px 0 0 ;
	letter-spacing: 2px;
	font-weight: 300;
}
.rightcont{
	padding: 20px 30px;
	border: 1px solid #4320a2;
	text-align: left;
	background: #f7f7f7;
	color: #747474;
	font-weight: 300;
}
h3{
	font-size: 20px;
	color: #4320A2;
	margin-bottom: 15px;
}
.part form,.part3 form,.part4,.part5 form{
	background: #fff;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 0 10px 10px 10px;
	position: relative;
}
.part form > div{
	display: inline-block;
	width: 490px;
}
.part form > div.long{
	display: block;
	width: auto;
}
.part form span{
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
.part form span.d1{
	width: 50px;
	padding-left: 20px;
}
.part form span i{
	color: #95001f;
	display: inline-block;
}
.part select,.part5 select{
	display: inline-block;
	border-radius: 5px;
	padding: 4px 10px ;
	margin: 10px;
	font-size: 18px;
	border: 1px solid #b8b3cb;
	font-family: Microsoft JhengHei,Verdana,Arial ;
	width: 360px;
	color: #747474;
	vertical-align: middle;
}
.part input,.part5 input{
	display: inline-block;
	border-radius: 5px;
	padding: 4px 15px ;
	margin: 10px 10px 10px 15px;
	font-size: 18px;
	background: #f4f4f4;
	box-shadow: none;
	border: 1px solid #b8b3cb;
	font-family: Microsoft JhengHei,Verdana,Arial ;
	width: 360px;
	vertical-align: middle;
}
.part input::placeholder {
	color: #B8B8B8;
}
.part form b{
	font-size: 16px;
	color: #B8B8B8;
}
.part input.radio{
	width: 50px;
}
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 35px;
  user-select: none;
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 16px;
  width: 16px;
  background-color: #e8e8e8;
  border-radius: 50%;
}
.radio:hover input ~ .checkmark {
  background-color: #e8e8e8;
}
.radio input:checked ~ .checkmark {
  background-color: #4320a2;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
.radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
.part2{
	background: #faf9fc;
	margin:0 0 10px 112px;
	padding: 15px 30px 30px 30px;
	width: 500px;
}
.part button,.partbut button,.printbut button,.progressbut button,.part5 button{
	background: #fff;
	box-shadow: 1px 1px 2px #c0b1f1;
	letter-spacing: 2px;
	padding: 3px 20px;
	border: 1px solid #c0b1f1;
}
.part button:hover,.partbut button:hover,.printbut button:hover,.progressbut button:hover,.part5 button:hover{
	background: #c0b1f1;
}
.partbut{
	width: 100%;
	text-align: center;
	margin: 0 auto 40px auto;
}
.partbut button{
	padding: 3px 10px 3px 30px;
	letter-spacing: 20px;
}
.part2 button{
	margin: 10px 0 0 300px;
}
.part2 img{
	vertical-align: middle;
}
input.s1,select.s1{
	width: 80px;
	margin: 10px 0 10px 14px;
}
input.s1a{
	width: 80px;
	margin: 10px;
}
input.s1b{
	width: 80px;
	margin: 10px 0 10px 6px;
}
input.s2{
	width: 250px;
	margin: 10px 0 10px 10px;
}
input.s2a{
	margin: 10px 0 10px 6px;
}
input.s3{
	width: 538px;
}
input.s4{
	width: 538px;
	margin: 0 0 10px 115px;
}
input.s5{
	width: 370px;
}
select.s1a{
	width: 80px;
	margin: 6px 6px 6px 10px;
}
select.s1b{
	width: 80px;
	margin: 0;
}
select.s1c{
	width: 120px;
}
select.s1d{
	width: 200px;
}
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin:2px 5px 0 10px;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.boxok {
  position: absolute;
  top: 1px;
  left: 7px;
  height: 17px;
  width: 17px;
  background-color: #e8e8e8;
}
.checkbox:hover input ~ .boxok {
  background-color: #e8e8e8;
}
.checkbox input:checked ~ .boxok {
  background-color: #4320a2;
}
.boxok:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .boxok:after {
  display: block;
}
.checkbox .boxok:after {
  left: 6px;
  top: 4px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox2 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin:2px 5px 0 10px;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.checkbox2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.boxok2 {
  position: absolute;
  top: 2px;
  left: 7px;
  height: 17px;
  width: 17px;
  background-color: #e8e8e8;
}
.checkbox2:hover input ~ .boxok2 {
  background-color: #e8e8e8;
}
.checkbox2 input:checked ~ .boxok2 {
  background-color: #4320a2;
}
.boxok2:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox2 input:checked ~ .boxok2:after {
  display: block;
}
.checkbox2 .boxok2:after {
  left: 6px;
  top: 4px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.part button.but2{
	background: #adadad;
	color: #fff;
	text-shadow: 0 0 5px #888;
	box-shadow: 1px 1px 2px #aaa;
	letter-spacing: 2px;
	padding: 3px 20px;
	border: 1px solid #adadad;
}
.part button.but2:hover{
	background: #777;
}
.part textarea{
	display: inline-block;
	border-radius: 5px;
	padding: 4px 15px ;
	margin: 10px 10px 10px 15px;
	font-size: 18px;
	background: #f4f4f4;
	box-shadow: none;
	border: 1px solid #b8b3cb;
	font-family: Microsoft JhengHei,Verdana,Arial ;
	width: 538px;
	vertical-align: middle;
	height: 100px;
}
/*-----popup------*/
.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 180;
	display: none;
}
.popup > div{
	position: absolute;
	background: #fff;
	width: 600px;
	overflow: auto;
	top: 40%;
	box-shadow: 0 1px 5px #ccc;
	left: calc(50% - 10px);
	text-align: left;
	border-radius: 10px;
	padding: 30px 15px;
	text-align: left;
	color: #747474;
	font-weight: 300;
}
.popup span{
	font-size: 12px;
}
.popup .closepop{
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.popup .closepop:hover{
	filter: brightness(0.5);
}
.popup p{
	margin: 0 0 10px 7px;
}
.popform .checkbox{
	font-size: 18px;
	padding-left: 28px;
	margin: 5px 5px 5px 0;
}
.popform .boxok {
  top: 5px;
}
.popup .partbut{
	margin: 20px auto 10px auto;
}
/*-----page2------*/
.rightmenu{
	display: flex;
	flex-direction: row-reverse;
	font-size: 18px;
	line-height: 20px;
}
.rightmenu > div img{
	vertical-align: middle;
	filter: grayscale(100%) opacity(60%);
}
.rightmenu > div{
	text-decoration: underline;
	margin-left: 20px;
	cursor: pointer;
}

.rightmenu > div:hover,.rightmenu > div.on{
	color: #4320a2;
}
.rightmenu > div:hover img,.rightmenu > div.on img{
	filter: grayscale(0) opacity(100%);
}
.list,.list2{
	background: #707070;
	color: #fff;
	border-radius: 5px;
	margin: 15px auto;
	width: 100%;
	text-align: center;
	border-spacing: 0;
}
.list thead tr td,.list2 thead tr td{	
	font-size: 18px;
	padding: 10px 0;
	margin: 0 10px;
}
.list tr td:nth-child(3){
	width: 15%;
}
.list thead tr td:nth-child(4){
	width: 40%;
	letter-spacing: 10px;
}
.list tbody tr td:nth-child(4){
	text-align: left;
	padding-left: 15px;
}
.list tbody tr td:nth-child(5){
	color: #A1A1A1;
}
.list tbody,.list2 tbody{
	background: #fff;
	color: #707070;
	font-size: 16px;
	font-weight: 300;
}
.list tbody tr:nth-child(odd),.list2 tbody tr:nth-child(odd){
	background: #f2f2f2;
}
.list tbody tr td,.list2 tbody tr td{
	padding: 8px 0 12px 0;
	border-left: 1px solid #707070;
}
.list tbody tr td:last-child,.list2 tbody tr td:last-child{
	border-right: 1px solid #707070;
}
.list tbody tr td a,.list2 tbody tr td a{
	color: #707070;
	text-decoration: underline;
}
.list tbody tr td a:hover,.list2 tbody tr td a:hover{
	color: #4320a2;
}
.list tbody tr td a img{
	filter: grayscale(100%) opacity(60%);
	vertical-align: middle;
}
.list tbody tr td a:hover img,.list tbody tr td a.on img{
	filter: grayscale(0) opacity(100%);
}
.list tfoot tr td,.list2 tfoot tr td{
	background: #707070;
	height: 12px;
	border-radius:0 0 5px 5px;
}
.part3 form{
	position: relative;
	margin-bottom: 0;
}
.pagenumber{
	position: absolute;
	background: #e9e9e9;
	width: 100%;
	padding: 10px 0;
	bottom: 0;
	left: 0;
	border-radius: 0 0 5px 5px;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}
.pagenumber a{
	text-decoration: underline;
	color: #707070;
	margin: 0 8px;
}
.pagenumber a:hover{
	color: #000;
}
.pagenumber a span{
	text-decoration: none;
	background: #f4f4f4;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.pagenumber a:hover span,.pagenumber a.on span{
	color: #000;
	background: #fff;
}
.rightmenu1{
	padding-bottom: 35px;
}
.rightmenu2{
	display: none;
}
.allpage{
	width: 100%;
	font-size: 15px;
	text-align: center;
}
.printpdf{
	text-align: center;
}
.printbut,.progressbut{
	text-align: center;
	margin: 20px auto 40px auto;
}
.printbut button{
	background: #fff;
	box-shadow: 1px 1px 2px #c0b1f1;
	letter-spacing: 2px;
	padding: 3px 20px;
	border: 1px solid #c0b1f1;
	margin: 0 20px;
}
.printbut button.print{
	letter-spacing: 20px;
	padding: 3px 10px 3px 25px;
}
.green{
	color: #57A154;
}
.red{
	color: #95001F;
}
.list2 thead{
	vertical-align: middle;
	line-height: 22px;
}
.checkbox.list2box{
	display: initial;
	padding-left: 0;
	margin: 0 0 0 -30px;
	top: auto;
}
.checkbox.list2box .boxok {
	top: auto;
	margin-top: 7px;
}
.back{
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 16px;
	cursor: pointer;
}
.back:hover{
	filter: brightness(1.3);
}
.fixnumber{
	background: #e2e2e2;
	border-radius: 20px;
	color: #4320A2;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 2px;
}
.list3,.list4{
	margin: 15px 0 30px 0;
}
.list3 > div{
	width: 100%;
}
.list3 > div > div{
	display: inline-block;
	padding: 10px 20px;
}
.list3 > div > div:first-child{
	width: calc(25% - 40px);
	background: #757575;
	color: #fff;
}
.list3 > div > div:last-child{
	width: calc(75% - 40px);
	background: #E5E5E5;
}
.list3 > div:nth-child(even) > div:first-child{
	background: #818181;
}
.list3 > div:nth-child(even) > div:last-child{
	background: #fcfcfc;
}
.list4{
	border-spacing: 0;
	width: 100%;
	text-align: center;
	font-weight: 300;
	border: 1px solid #747474;
	font-size: 20px;
}
.list4 thead tr td{
	background: #747474;
	color: #fff;
	padding: 8px 0 8px 20px;
	letter-spacing: 20px;
}
.list4 tbody tr td{
	background: #ECECEC;
	padding: 8px 0;
	border-left: 1px solid #747474;
}
.list4 tbody tr:nth-child(even) td{
	background: #fff;
}
.list4 tbody tr td:first-child{
	border: none;
	width: 20%;
}
.list4 tbody tr td:nth-child(2){
	text-align: left;
	padding-left: 20px;
	width: 30%;
}
.list4 tbody tr td:last-child{
	width: 30%;
}
.amount{
	margin:0 10px;
}
.amount > div{
	margin: 10px 0;
}
.amount > div span{
	width: 69%;
	display: inline-block;
	text-align: left;
}
.amount > div span:last-child{
	width: 30%;
	display: inline-block;
	text-align: right;
}
.amount > div:last-child span{
	font-size: 24px;
	color: #95001F;
}
.amount > div.line{
	border-bottom: 1px solid #747474;
	width: 100%;
	display: inline-block;
	text-align: right;
	margin: 0;
}
.progressbut button{
	background: #fff;
	box-shadow: 1px 1px 2px #c0b1f1;
	border: 1px solid #c0b1f1;
	margin: 0 20px;
	letter-spacing: 20px;
	padding: 3px 10px 3px 25px;
}
.progressbut button:nth-child(2){
	letter-spacing: 2px;
	padding: 3px 20px;
}
.rightmenu3{
	position: relative;
	background: #eaeaea;
	padding: 10px 20px;
	width: 100%;
	margin: -20px 0 0 -20px;
	text-align: right;
}
.rightmenu3 a{
	text-decoration: underline;
	color: #747474;
	vertical-align: middle;
}
.rightmenu3 a img{
	vertical-align: middle;
	margin-right: 10px;
}
.gray{
	color: #a5a5a5;
}
.search{
	padding: 10px;
	position: relative;
}
.part5 button{
	vertical-align: middle;
	letter-spacing: 20px;
	padding: 3px 10px 3px 30px;
}
.search > div{
	border-bottom: 1px solid #f5f5f5;
	width: 100%;
	margin: 10px 0;
	padding-bottom: 10px;
}
.search > div:nth-child(3){
	margin: 20px 0;
	border: none;
}
.part5 .search > div:nth-child(3) button{
	margin-left: 20px;
}
.search > div.clearall{
	position: absolute;
	bottom: -15px;
	left: 0;
	background:#eaeaea;
	padding: 5px 10px;
	width: calc(100% - 20px);
	letter-spacing: 5px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	color: #7A7880;
	border-radius: 0 0 5px 5px;
}
.search > div.clearall img{
	margin-right: 10px;
}
.search > div.clearall:hover{
	filter: brightness(0.8);
	transition: 0.3s;
}
.taketime{
	position: absolute;
	display: inline-block;
	background: #f8f6ff;
	padding: 5px 10px;
	right: 0;
	top: 20px;
}
.progressline{
	position: relative;
	margin: 80px 0 20px 0;
}
.progressline > div{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	width: 15%;
	text-align: center;
}
.progressline > div:first-child{
	width: 17%;
}
.big p{
	background: url(/learep/image/progress.png) no-repeat;
	width: 20px;
	height: 20px;
	margin: 10px auto;
}
.small p{
	background: url(/learep/image/progress2.png) no-repeat;
	width: 15px;
	height: 15px;
	margin: 13px auto 12px auto;
}
.big.off,.small.off{
	filter: grayscale(100%) opacity(30%);
}
.progressline > div span{
	font-size: 16px;
	margin-left: 5px;
}
.progressline > div.line2{
	position: absolute;
	background: #95001f;
    width: 19%;
    height: 2px;
    top: 19px;
    left: 92px;
}
.progressline > div.line2.l2{
    width: 18%;
	left: 296px;
}
.progressline > div.line2.l3{
    width: 18%;
	left: 490px;
}
.progressline > div.line2.l4{
    width: 18%;
	left: 683px;
}
.progressline > div.line2.off{
	background: #ddd;
}
.openlist h3{
	cursor: pointer;
}
/*-----part4------*/
.part select,.part4 select{
	display: inline-block;
	border-radius: 5px;
	padding: 4px 10px ;
	margin: 10px;
	font-size: 12px;
	border: 1px solid #b8b3cb;
	font-family: Microsoft JhengHei,Verdana,Arial ;
	width: 320px;
	color: #747474;
	vertical-align: middle;
}
.part input,.part4 input{
	display: inline-block;
	border-radius: 5px;
	padding: 4px 15px ;
	margin: 10px 10px 10px 15px;
	font-size: 12px;
	background: #f4f4f4;
	box-shadow: none;
	border: 1px solid #b8b3cb;
	font-family: Microsoft JhengHei,Verdana,Arial ;
	width: 320px;
	vertical-align: middle;
}