@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================登入=========================*/
	#login_wrap{
	border:0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	margin:0 auto 0 auto;
	min-width:350px;
    font-size: 18px;
	}
	
	label{
	display: block;
	padding:20px 0 10px 0;
	}
	
	.input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,45%,1.00);
	text-align: center;
	}
	
	.login_bt{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
	.login_p{
	display: flex;
	}
	
	.login_p_a{
	display: block;
	width: 48%;
	margin: 1%;
	text-align: center;
	background-color: hsla(0,0%,94%,1.00);
	padding:15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.login_p_a:hover{
	transform: scale(1.05);
	background-color: hsla(0,0%,82%,1.00);
	color:hsla(0,0%,0%,1.00);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	min-width:350px;
	margin:0 auto 0 auto;
	display:flex;
	flex-wrap: wrap;
	}
	
	.index_item{
	background-color: hsla(0,0%,91%,1.00);
	display: block;
	margin: 1%;
	width: 48%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_item:hover{
	background-color: hsla(0,0%,85%,1.00);
	color: hsla(0,0%,34%,1.00);
	transform: scale(1.05);
	}
	
	.index_item_login_off{
	background-color: hsla(359,58%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	display: block;
	margin: 1%;
	width: 48%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	font-weight: lighter;
	}
	
	.index_item_login_off:hover{
	background-color: hsla(359,51%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
/*=========================首頁=========================*/
/*=========================修改=========================*/
	#edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.submit{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
/*=========================修改=========================*/
/*=========================訂單首頁=========================*/
	.order_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.order_tr{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	}
	
	.order_tr2{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:11pt;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.order_tr2:hover{
	transform: scale(1.03);	
	}
	
	.order_td{
	flex: 3;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 1px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.order_td span{
	display: none;	
	}
	
	.td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.cancel_order{
	background-color: hsla(359,51%,57%,1.00);
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	width: 150px;
	text-align: center;
	position: relative;
	top: -7px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.cancel_order:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(359,50%,46%,1.00);
	transform: scale(1.03);	
	}
/*=========================訂單首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
.atm5_button{
    background-color: hsla(213,34%,53%,1.00);
    padding: 10px;
    color: hsla(0,0%,100%,1.00);
    width: 150px;
    text-align: center;
    position: relative;
    top: 1px;
    left:10px;
    border-radius: 5px;
    transition: transform 0.5s;
    cursor: pointer;
    }
    
    .atm5_button:hover{
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(205,38%,37%,1.00);
    transform: scale(1.03);
	}
	
#ATM5_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#ATM5_white_block{
	width: 30vw;
	height: 30vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 35vh;
	left: 35vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#ATM5_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#ATM5_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.ATM5_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 60%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.ATM5_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.ATM5_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.ATM5_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.ATM5_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

/*=========================後五碼回報視窗=========================*/

/*=========================論文摘要=========================*/
	.Abstract_file{
	/*border: 1px solid #A0A0A0;*/
	text-align: center;
	margin-top: 30px;
	}
	
		#Abstract_edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.Abstract_file img{
		width:200px;
		height:auto;
		display: inline-block;
		padding:10px;
	}
	
	.Abstract_file_a{
		display: block;
		padding:20px;
		margin:10px auto 10px auto;
		background-color: #CB4D4F;
		color:#fff;
		width:250px;
		border-radius: 5px;
	}
	
	.Abstract_file_hr{
		border: 0px solid #000000;
		border-top: 1px solid #000000;
		margin:30px auto 30px auto;
	}
/*=========================論文摘要=========================*/
	
/*=========================繳費=========================*/
	.payment_table{
		border:1px solid #747474;
		matgin:30px 0 30px 0;
	}
	
	.payment_table th{
		border:1px solid #747474;
		padding:10px;
        text-align: left;
		width:70%;
		background-color:#C0C0C0;
		color:#fff;
	}
	
	.payment_table td{
		border:1px solid #747474;
		padding:10px;
	}
	
	.pay{
		border:0px;
		background-color:#C04648;
		display:block;
		margin:30px 0 30px 0;
		color:#fff;
		width:100%;
		padding:10px;
		border-radius: 5px;
	}
	
	.totalAmount{
		text-align: right;
		color:hsla(359,54%,58%,1.00);
		font-size: 24px;
	}
/*=========================繳費=========================*/	
/*=========================QRCODE=========================*/
	#QRCODE_WRAP{
		padding-top:5%;
	}
	
	#QRCODE_WRAP img{
		width:300px;
		display:block;
		margin: 0 auto 0 auto;
	}
/*=========================QRCODE=========================*/

/*=========================會員查詢對話框樣式=========================*/
.modal {
    display: none;
    position: fixed !important;
    z-index: 999999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transform: none !important;
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1000000 !important;
    transform: none !important;
}

.modal-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.modal-body {
    margin: 15px 0;
}

.modal-body input {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    box-sizing: border-box;
}

.modal-footer {
    text-align: right;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.modal-button {
    padding: 10px 30px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    min-width: 80px;
}

.btn-search {
    background-color: #4CAF50;
    color: white;
}

.btn-search:hover {
    background-color: #45a049;
}

.btn-close {
	background-color: #f44336;
	color: hsla(0,0%,100%,1.00);
}
	
	.btn-close1{
	background-color: hsla(359,54%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
	.btn-close1:hover{
	background-color: hsla(359,49%,35%,1.00);
	}


.search-result {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.result-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.result-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.result-item {
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    border-left: 3px solid #4CAF50;
    cursor: pointer;
}

.result-item:hover {
    background-color: #f0f0f0;
}
/*=========================會員查詢對話框樣式=========================*/
}

	
@media screen and (max-width:600px) { /*行動裝置*/	
/*=========================登入=========================*/
	#login_wrap{
	border:0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	/*margin:0 auto 0 auto;*/
	}
	
	label{
	display: block;
	padding:20px 0 10px 0;
	}
	
	.input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,45%,1.00);
	text-align: center;
	}
	
	.login_bt{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
	.login_p{
	display: flex;
	}
	
	.login_p_a{
	display: block;
	width: 94%;
	margin: 3%;
	text-align: center;
	background-color: hsla(0,0%,94%,1.00);
	padding:15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.login_p_a:hover{
	transform: scale(1.05);
	background-color: hsla(0,0%,82%,1.00);
	color:hsla(0,0%,0%,1.00);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 70px 0 30px 0;
	width: 90%;
	margin: 0 auto 0 auto;
	flex-wrap: wrap;
	}
	
	.index_item{
	background-color: hsla(0,0%,91%,1.00);
	display: block;
	margin: 3%;
	width: 94%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_item:hover{
	background-color: hsla(0,0%,85%,1.00);
	color: hsla(0,0%,34%,1.00);
	transform: scale(1.05);
	}
	
	.index_item_login_off{
	background-color: hsla(359,58%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	display: block;
	margin: 3%;
	width: 94%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	font-weight: lighter;
	}
	
	.index_item_login_off:hover{
	background-color: hsla(359,51%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
/*=========================首頁=========================*/
/*=========================修改=========================*/
	#edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.submit{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
/*=========================修改=========================*/
/*=========================訂單首頁=========================*/
	.order_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:15px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.order_tr{
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	display: none;
	}
	
	.order_tr2{
	display: block;
	flex-wrap: wrap;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:14pt;
	padding:15px 0 15px 0;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.order_tr2:hover{
	transform: scale(1.03);	
	}
	
	.order_td{
	flex: 100%;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 0px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.order_td span{
		
	}
	
	.td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.cancel_order{
	background-color: hsla(359,51%,57%,1.00);
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	text-align: center;
	position: relative;
	top: -7px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.cancel_order:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(359,50%,46%,1.00);
	transform: scale(1.03);	
	}
/*=========================訂單首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
 .atm5_button{
    background-color: hsla(213,34%,53%,1.00);
    padding: 10px;
    color: hsla(0,0%,100%,1.00);
    width: 150px;
    text-align: center;
    position: relative;
    top: 1px;
    left:10px;
    border-radius: 5px;
    transition: transform 0.5s;
    cursor: pointer;
    }
    
    .atm5_button:hover{
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(205,38%,37%,1.00);
    transform: scale(1.03);
	}
	
#ATM5_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#ATM5_white_block{
	width: 90vw;
	height: 30vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 35vh;
	left: 5vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#ATM5_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#ATM5_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.ATM5_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 60%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.ATM5_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.ATM5_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.ATM5_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.ATM5_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

/*=========================後五碼回報視窗=========================*/
	
/*=========================論文摘要=========================*/
	.Abstract_file{
	/*border: 1px solid #A0A0A0;*/
	text-align: center;
	margin-top: 30px;
	}
	
	#Abstract_edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	}
	
	.Abstract_file img{
		width:100px;
		height:auto;
		display: inline-block;
		padding:10px;
	}
	
	.Abstract_file_a{
		display: block;
		padding:20px;
		margin:10px auto 10px auto;
		background-color: #CB4D4F;
		color:#fff;
		width:250px;
		border-radius: 5px;
	}
	
	.Abstract_file_hr{
		border: 0px solid #000000;
		border-top: 1px solid #000000;
		margin:30px auto 30px auto;
	}
/*=========================論文摘要=========================*/
	
	/*=========================繳費=========================*/
	.payment_table{
		border:1px solid #747474;
		matgin:0 0 30px 0;
	}
	
	.payment_table th{
		border:1px solid #747474;
		padding:10px;
        text-align: left;
		width:60%;
		background-color:#C0C0C0;
		color:#fff;
	}
	
	.payment_table td{
		border:1px solid #747474;
		padding:10px;
	}
	
	.pay{
		border:0px;
		background-color:#C04648;
		display:block;
		margin:30px 0 30px 0;
		color:#fff;
		width:100%;
		height:40px;
	}
	
	.totalAmount{
		text-align: right;
		color:hsla(359,54%,58%,1.00);
		font-size: 24px;
	}
	
/*=========================繳費=========================*/
/*=========================QRCODE=========================*/
	#QRCODE_WRAP{
		padding-top:30%;
		border:0px solid hsla(0,0%,0%,1.00);
		height:100%;
		width:90%;
	}
	
	#QRCODE_WRAP img{
		width:100%;
		max-width:200px;
		display:block;
		margin: 0 auto 0 auto;
	}
/*=========================QRCODE=========================*/

/*=========================會員查詢對話框樣式=========================*/
.modal {
    display: none;
    position: fixed !important;
    z-index: 999999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transform: none !important;
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1000000 !important;
    transform: none !important;
}

.modal-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.modal-body {
    margin: 15px 0;
}

.modal-body input {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    box-sizing: border-box;
}

.modal-footer {
    text-align: right;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.modal-button {
    padding: 10px 30px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    min-width: 80px;
}

.btn-search {
    background-color: #4CAF50;
    color: white;
}

.btn-search:hover {
    background-color: #45a049;
}

.btn-close {
    background-color: #f44336;
    color: white;
}

.btn-close:hover {
    background-color: #da190b;
}

.btn-close::before,
.btn-close::after {
    content: none !important;
}

.search-result {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.result-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.result-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.result-item {
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    border-left: 3px solid #4CAF50;
    cursor: pointer;
}

.result-item:hover {
    background-color: #f0f0f0;
}
/*=========================會員查詢對話框樣式=========================*/
	
	}