@charset "UTF-8";
/* CSS Document */

html{
	height: 100%;
	/*background: url(../images/bg.png);*/
	background-image: repeating-linear-gradient(90deg, #E9DAC2 0%, #e9dac275 100%);

}

body {
	font-family:"微軟正黑體",Arial;
	word-break: normal;
	text-align:justify; 
	height: auto;
	width: 100%;
	background: transparent;
}

body .wp{
	max-width: 1024px;
	width: 100%;
	margin:auto;
	background: #fff;
	padding-bottom: 45px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/*header 開始*/

header{
	background: #fff;
	padding: 50px 25px 20px 25px;
}

.logo{
	display: inline-block;
	background: url(../images/logo.png)no-repeat;
	width: 282px;
	height: 59px;
	background-size: 282px 59px;
	text-indent:-100000%;
}

@media screen and (max-width: 767px){
	.logo{
		display: block;
		margin-bottom: 10px;
	}
}

header h1{
	color: #4A4A4A;
	font-size: 1.50rem;
	display: inline-block;
	vertical-align: top;
	margin:10px 0 0 0;
	margin-left: 10px;
}

@media screen and (max-width: 767px){
	header h1{
		margin-left: 0;
	}
}

.share-fb{
	color: #4A4A4A;
	font-size: 0.75rem;
	display: inline-block;
	float: right;
	width: 90px;
}

.share-fb:hover{
	color: #4A4A4A;
}

@media screen and (max-width: 420px){
	.share-fb{
		width: 50px;
	}
}

.share-fb i{
	background: url(../images/facebook.png)no-repeat;
	background-size: 30px 30px;
	display: block;
	width: 30px;
	height: 30px;
	margin:auto;
	margin-bottom: 5px;
}
	
/*header 結束*/	
	
/* 首頁開始 */

.description{
	padding: 20px 25px;
	border:1px dashed #845207;
	border-radius: 5px;
	color: #4A4A4A;
	font-size: 1.13rem;
	line-height: 25px;
}

.description span{
	display: block;
}

.description p{
	color: #845207;
	display: block;
	margin-bottom: 0;
}

.description ul{
	padding-left: 20px;
	margin-bottom: 0;
}

.description ul li{
	list-style: initial;
	margin-bottom: 30px;
}

.description ul li a{
	color: #054188;
	display: block;
}

.description ul li:last-child{
	margin-bottom: 0;
}

.description ol{
	padding-left: 20px;
	margin-bottom: 0;
}

.description ol li{
	list-style: decimal;
	margin-bottom: 30px;
}

.description ol li:last-child{
	margin-bottom: 0;
}

.button{
	font-size: 1.00rem;
	padding: 8px 20px;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.button.next{
	background: #E9DAC2;
	color: #4A4A4A;
}

.button.w-120{
	width: 120px;
}

input[type='submit']{
	border: 0;
}

/* 首頁結束 */

/* session.html 開始 */

.session{
	overflow-y: auto;
	white-space:nowrap;
	border: 1px #EAD0AD solid;
}

.session table{
	width: 100%;
}

.session table thead{
	background: #EAD0AD;
}

.session table thead tr th{
	line-height: 30px;
	color: #4A4A4A;
	font-size: 0.88rem;
	text-align: center;
}

.session table tr td{
	line-height: 30px;
	color: #4A4A4A;
	font-size: 0.88rem;
	text-align: center;
	padding: 0 10px;
}

.session table tr:nth-child(even){
	background: #FDF8F0;
}

.signUp{
	max-width: 605px;
	width: 100%;
	margin:auto;
}

.button.link-2{
	color: #fff;
	background: #845207;
}

.button.link-3{
	color: #4A4A4A;
	background: #fff;
	border: 1px #CFB182 solid;
	box-shadow: none;
}

.button.link-4{
	background: #E2E2E2;
}

.signUp-box .form-group label{
	color: #4A4A4A;
	font-size: 1.00rem;
	font-weight: normal;
}

.signUp-box .form-group select{
	border: 1px #845207 solid;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/arrow1.png)no-repeat right ;
	background-size: 22px 8px;
}

.signUp-box .form-group select::-ms-expand { 
	display: none; 
}

.signUp-box .form-group input{
	border: 1px #845207 solid;
}

.signUp-box .form-group span{
	color: #4A4A4A;
	font-size: 0.75rem;
}

@media (min-width: 768px){
	.modal-dialog.login {
	    width: 775px;
	}
}

.login .modal-header{
	border-bottom: 0;
}

.login .modal-title {
	color: #B98A44;
	font-size: 1.25rem;
	text-align: center;
}

/* session.html 結束 */

/* sign-up.html 開始 */

.fill-data{
	margin-bottom: 30px;
}

.fill-data p{
	color: #845207;
	font-size: 1.13rem;
}

.button-tab{
	justify-content:space-between;
	display: flex;
}

@media screen and (max-width: 520px){
	.button-tab{
		display: block;
		text-align: center;
	}

	.button-tab .button{
		display: block;
		margin:auto;
		margin-bottom: 30px;
	}
}

input[type='reset']{
	border: 0;
}

/* sign-up.html 結束 */

/* success.html 開始 */

.success-box{
	color: #4A4A4A;
	font-size: 1.13rem;
	text-align: center;
}

.success-box img{
	display: block;
	margin:auto;
}

.success-section {
	display: none;
}

.attchment{
	padding: 20px 10px;
	border:1px dashed #845207;
	border-radius: 5px;
	color: #4A4A4A;
	font-size: 1.13rem;
	line-height: 25px;
	margin: 20px 0px;
}

.attchment p{
	color: #845207;
	display: block;
	margin-bottom: 0;
}

/* 無障礙功能 */
header, main {
	position: relative;
}

a.goto-main {
	position: absolute;
	top: -3em;
}

a[accesskey] {
	position: absolute;
	left: 10px;
	color: white;	
	display: block;
	width: 1em;
}
a[accesskey]:focus {
	color: black;
}

header:hover a[accesskey], main:hover a[accesskey] {
	color: black;
}

.arrow-down{
	background: url(../images/down.png)no-repeat right;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),screen and (min--moz-device-pixel-ratio: 2){
	.arrow-down{
		background: url(../images/down_2@.png)no-repeat right;
		background-size: 24px 24px;
	}
}

.arrow-up{
	background: url(../images/top.png)no-repeat right;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),screen and (min--moz-device-pixel-ratio: 2){
	.arrow-up{
		background: url(../images/top_2@.png)no-repeat right;
		background-size: 24px 24px;
	}
}