@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;
	}
	
	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);
	}
	
	.login_type{
		text-align:center;
		border:0px solid #000000;
	}
	
	.login_type a{
		
	}
	
	.login_type img{
		margin:10px;
		width:200px;
		height:auto;
		transition: color 0.8s, transform 0.3s ease;
	}
	
	.login_type img:hover{
	transform: scale(1.1);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#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);	
	}
/*=========================訂單首頁=========================*/
    
/*=========================寄倉首頁=========================*/
    
	.storehouse_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;
	}
	
	.storehouse_tr{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	}
	
	.storehouse_tr2{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:11pt;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.storehouse_tr2:hover{
	transform: scale(1.03);	
	}
	
	.storehouse_td{
	flex: 3;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 1px dashed hsla(0,0%,69%,1.00);
	text-align: center;
        
    display: flex;/* 讓它變成 flex 容器 */
    flex-wrap: wrap;
	align-items: center;/* 垂直置中 */
	justify-content: center;/* 水平置中（可保留 text-align 也可以拿掉） */
	}
    
    .storehouse_td_li{
    width: 100%;
    list-style-type: none;
    border-bottom: 1px dashed hsla(0,0%,35%,1.00);
    padding: 2%;
    margin:1%;
    text-align: left;
    }
    
    .storehouse_td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.storehouse_td span{
	display: none;	
	}
    
/*=========================寄倉首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
.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);
}
/*=========================後五碼回報視窗=========================*/
	
/*=========================LINE登入=========================*/
	.line_apply_SUB{
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		color:#684D0B;
	}
/*=========================LINE登入=========================*/
}

	
@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);
	}
    
    .login_type{
		text-align:center;
	}
	
	.login_type a{
		
	}
	
	.login_type img{
		margin:10px;
		width:50px;
		height:auto;
		transition: color 0.8s, transform 0.3s ease;
	}
	
	.login_type img:hover{
	transform: scale(1.1);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#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);	
	}
/*=========================訂單首頁=========================*/
	
/*=========================寄倉首頁=========================*/  
	.storehouse_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:15px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.storehouse_tr{
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	display: none;
	}
	
	.storehouse_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;
	}
	
	.storehouse_tr2:hover{
	transform: scale(1.03);	
	}
	
	.storehouse_td{
	flex: 100%;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 0px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.storehouse_td span{
		
	}
	
	.storehouse_td_li{
	width: 90%;
	list-style-type: none;
	border-bottom: 1px dashed hsla(0,0%,61%,1.00);
	padding: 2%;
	margin: 1% auto 1% auto;
	text-align: center;
	font-size: 11pt;
	line-height: 16pt;
    }
    
    .storehouse_td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	

    
/*=========================寄倉首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
 .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);
}
/*=========================後五碼回報視窗=========================*/
	
/*=========================LINE登入=========================*/
	.line_apply_SUB{
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		color:#684D0B;
	}
/*=========================LINE登入=========================*/
	
	}