/* symbol */
.arrow_right_blue{fill:#00DB00;transition: all .3s;}
.arrow_right_black{fill:#000000;transition: all .3s;}
/* symbol */

.notify_date
{
	background-color:#ffffff;
	padding:10px;font-size:24px;
	border-radius:10%;
}
.notify_time_er
{
	background-color:#ffffff;
	padding:10px;font-size:24px;
	border-radius:10%;
	display:block;
}
.no_service
{
	margin-top:50px;
	margin-bottom:50px;
	display:flex;
	align-items:center;
	width:100%;
	justify-content: center;
}
.layer_cover 
{
    width: 0vw;
    height: 0vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
	opacity:0;
}

.service_en
{
	white-space:nowrap;
	color:#00DB00;
	cursor:pointer;
	transition: all .3s;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service_dis
{
	white-space:nowrap;
	color:#000000;
	cursor:pointer;
	transition: all .3s;
}
.service_dis:hover
{
	color:#00DB00;
}
.service_en_last
{
	white-space:nowrap;
	color:#00DB00;
	cursor:pointer;
}
.service_dis_last
{
	white-space:nowrap;
	color:#9b9b9b;
	cursor:pointer;
	background-color: #ffffff50;
}
.service_dis_last:hover
{
	color:#00DB00;
}
.main-block {
  width: 576px;
  margin: 0 auto;
  padding-bottom: 100px;
  min-height:511px;
}
body
{
	padding:0px;margin:0px;
	/*background-image: url('../img/0.jpg');background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;*/
	background-color:#f5f3f4;
	
}
.body_fir_div
{
	width:100%;
	/*min-height:67.1px;*/
	min-height:100%;
	position:relative;
	margin-top:60px;
	margin-left:0px;
	margin-right:0px;
}



.logo 
{
	cursor:pointer;
}
.logo_text
{
	cursor:pointer;
}

.search_text
{
	font-size:20px;
}

.out_div
{
	margin-top:100px;
	position:relative;
	left:15%;
	width:70%;	
}
.view_price_btn {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 460.8px;
}

.view_price_btn:hover{
  background-color: #00C200;
}
.view_price_btn:active {
  background-color: #00A800;
}
/* select_region */
.select_region_box_open
{
	transition: all .3s;
	opacity:1;
	background-color:#FFFFFF;
	width:auto;
	margin-left:0px;
	height:200px;
	max-height:200px;
	text-align:left;
	border:0.5px solid;
	border-color:#eee;
	display: flex;
	align-items: center;
	position:absolute;
	z-index:5;
}
.select_region_box_close
{
	transition: all .3s;
	opacity:0;
	background-color:#FFFFFF;
	width:auto;
	margin-left:0px;
	height:200px;
	max-height:200px;
	text-align:left;
	border:0.5px solid;
	border-color:#eee;
	display: flex;
	align-items: center;
	position:absolute;
	z-index:-1;
}
.region_out
{
	padding-bottom:25px;
	width:auto;
	text-align:center;
}
.select_region
{
	cursor:pointer;
	background-color:#FFFFFF;
	width:auto;
	padding-left:7.5px;
	margin:auto;
	height:35px;
	text-align:left;
	border:0.5px solid;
	border-color:#eee;
	display: flex;
	align-items: center;
}
.map_marker{width:40px;}
.selected_text{width:100%;}
.arrow_down
{
	display: flex;align-items:right;padding-right:5px;
}
.left_select_region
{
	width:234px;height:100%;padding-top:10px;padding-left:10px;padding-right:10px;
}
.label_taipei
{
	width: 100%;
    cursor: pointer;
    transition: all .3s;
}
.label_new_taipei
{
	width:100%;cursor:pointer;transition: all .3s;
}
.label_region_div
{
	width:100%;display:flex;align-items: center;
}
.select_region_icon
{
	display: flex;align-items:right;padding-right:5px;cursor:pointer;
}
.label_div
{
	height:30px;display:flex;cursor:pointer;
}
.right_select_region
{
	width:234px;height:100%;margin-top:10px;padding-left:10px;padding-right:10px;overflow:auto;display:block;
}
.taipei_city
{
	display:block;
}
.new_taipei_city
{
	display:none;
}
.city_default
{
	width:100%;
	cursor:pointer;
	transition: all .3s;
}
.taipei_city_div_1
{
	height:30px;display:flex;
}
.taipei_city_div_2
{
	width:100%;display:flex;align-items: center;
}
/* select_region */



/* select_worktime */
.select_worktime_box_open
{
    transition: all .3s;
    opacity: 1;
    background-color: #FFFFFF;
    /* width: 468px; */
    /* margin-left: 53px; */
    height: 200px;
    max-height: 200px;
    text-align: left;
    border: 0.5px solid;
    border-color: #eee;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
}
.select_worktime_box_close
{
	transition: all .3s;
    opacity: 0;
    background-color: #FFFFFF;
    width: 0;
    margin-left: 0px;
    height: 200px;
    max-height: 200px;
    text-align: left;
    border: 0.5px solid;
    border-color: #eee;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: -1;
}
.worktime_out
{
	padding-bottom:25px;
	width:100%;
	text-align:center;
}
.select_worktime
{
	cursor:pointer;
	background-color:#FFFFFF;
	width:auto;
	padding-left:7.5px;
	margin:auto;
	height:35px;
	text-align:left;
	border:0.5px solid;
	border-color:#eee;
	display: flex;
	align-items: center;
}
.selected_worktime_text
{
	width:100%;
}
.clock_icon{width:40px;}
.arrow_down
{
	display: flex;align-items:right;padding-right:5px;
}
.left_select_worktime
{
	width:234px;height:100%;padding-top:10px;padding-left:10px;padding-right:10px;
}
.label_person
{
	width:100%;cursor:pointer;color:#00DB00;transition: all .3s;
}
.label_two_person
{
	width:100%;cursor:pointer;transition: all .3s;
}
.label_worktime_div
{
	width:100%;display:flex;align-items: center;
}
.select_worktime_icon
{
	display: flex;align-items:right;padding-right:5px;cursor:pointer;
}
.label_div
{
	height:30px;display:flex;cursor:pointer;
}
.right_select_worktime
{
	width:234px;height:100%;margin-top:10px;padding-left:10px;padding-right:10px;overflow:auto;display:block;
}
.one_person_hour
{
	display:block;
}
.person_hour_div_2
{
	width:100%;display:flex;align-items: center;
}
.person_hour_default
{
	width:100%;cursor:pointer;transition: all .3s;
}
/* select_worktime */

/* fast_step */

.fast_step_1_view
{
	position:relative;
	width:auto;
	height:auto;
	padding-top:25px;
	padding-bottom:25px;
	opacity:1;
	transition: all .3s;
	z-index:5;
	margin: auto;
	padding-left: 30px;
    padding-right: 30px;
}
.fast_step_1_close
{
	position: absolute;
    /* width: 576px; */
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    /* min-width: 576px; */
    opacity: 0;
    z-index: -1;
    padding-left: 30px;
    padding-right: 30px;
}
.fast_step_2_view
{
	position: relative;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    opacity: 1;
    transition: all .3s;
    z-index: 5;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.fast_step_2_close
{
	position: absolute;
    /* width: 576px; */
    height: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    min-width: 576px;
    opacity: 0;
    z-index: -1;
    padding-left: 20px;
    padding-right: 20px;
}
.fast_step_3_view
{
	position: relative;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    /* min-width: 576px; */
    opacity: 1;
    transition: all .3s;
    z-index: 5;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px
}
.fast_step_3_close
{
	position: absolute;
    /* width: 576px; */
    height: auto;
    padding-top: 10px;
    padding-bottom: 25px;
    min-width: 576px;
    opacity: 0;
    z-index: -1;
    padding-left: 20px;
    padding-right: 20px;
}
.fast_step_4_view
{
	position:relative;width:576px;height:auto;padding-top:10px;padding-bottom:25px;min-width:576px;opacity:1;transition: all .3s;z-index:5;margin: auto;
}
.fast_step_4_close
{
	position:absolute;width:576px;height:auto;padding-top:10px;padding-bottom:25px;min-width:576px;opacity:0;z-index:-1;
}
.fast_step_5_view
{
	position:relative;width:576px;height:auto;padding-top:10px;padding-bottom:25px;min-width:576px;opacity:1;transition: all .3s;z-index:5;margin: auto;
}
.fast_step_5_close
{
	position:absolute;width:576px;height:auto;padding-top:10px;padding-bottom:25px;min-width:576px;opacity:0;z-index:-1;
}
.fast_step_6_view
{
	position:relative;width:576px;height:auto;padding-top:10px;padding-bottom:25px;min-width:576px;opacity:1;transition: all .3s;z-index:5;margin: auto;
}
.fast_step_6_close
{
	position:absolute;width:576px;height:auto;padding-top:10px;padding-bottom:25px;min-width:576px;opacity:0;z-index:-1;
}
.step3_div
{
	display:flex;
	align-items:center;
	width:auto;
	height:auto;
	text-align:center;
	padding-bottom:30px;
	color:#3e4459;
}
.step4_div
{
	display:flex;
	align-items:center;
	width:576px;
	height:auto;
	text-align:center;
	padding-bottom:30px;
	color:#3e4459;
	max-width:576px;
}
.fast_step2_previous{
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step2_previous:hover{
  background-color: #00C200;
}
.fast_step2_previous:active {
  background-color: #00C200;
}

.fast_step2_next {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step2_next:hover{
  background-color: #00C200;
}
.fast_step2_next:active {
  background-color: #00C200;
}
.label_date
{
	font-size:18px;
}
.arrow_left_disabled
{
	margin-right:3px;
	width: 33px;
	height: 33px;
	background-color: #e5e5e5;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: not-allowed;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
.arrow_left_enabled
{
	margin-right:3px;
	width: 33px;
	height: 33px;
	background-color: #00DB00;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
.arrow_right_enabled
{
	transform: rotate(180deg);
	width: 33px;
	height: 33px;
	background-color: #00DB00;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
.arrow_right_disabled
{
	transform: rotate(180deg);
	margin-right:3px;
	width: 33px;
	height: 33px;
	background-color: #e5e5e5;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: not-allowed;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
.month_subdiv
{
	text-align:center;
	width:100%;
	padding:7px;
}
.month_subdiv_disabled
{
	text-align:center;
	width:100%;
	padding:7px;
	color:gray;
	cursor: not-allowed;
}
.month_subdiv_disabled_2
{
	text-align:center;
	width:100%;
	padding:7px;
	color:gray;
	cursor: not-allowed;
}
.first_month_view
{
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    position: relative;
    top: -20px;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 5;
}
.first_month_hidden
{
	padding-left:35px;
	width:83%;
	position:absolute;
	top:-20px;
	display:grid;
	grid-template-columns: repeat(7,1fr);
	align-items:center;
	opacity:0;
	z-index:-1;
}
.second_month_view
{
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    position: relative;
    top: -20px;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 5;
}
.second_month_hidden
{
	padding-left:35px;
	width:83%;
	position:absolute;
	top:-20px;
	display:grid;
	grid-template-columns: repeat(7,1fr);
	align-items:center;
	opacity:0;
	z-index:-1;
}
.label_fir_month_view
{
	display:block;
	text-align:left;
	width:100%;
}
.label_fir_month_hidden
{
	display:none;
}
.label_sec_month_view
{
	display:block;
	text-align:left;
	width:100%;
	/*padding-left:60px;*/
}
.label_sec_month_hidden
{
	display:none;
}
/* fast_step */

.loading
{
	position:fixed;
	top:0px;
	width:100vw;
	height:100vh;
	display:flex;
	align-items:center;
	text-align:center;
	z-index:10000;
	background-color:white;
	opacity:1;
	transition: all .3s;
}
.loading_finish
{
	position:fixed;
	top:0px;
	width:100vw;
	height:100vh;
	display:flex;
	align-items:center;
	text-align:center;
	z-index:-10000;
	background-color:white;
	opacity:0;
	transition: all .3s;
}
.day_outdiv
{
	display:flex;align-items:center;justify-content: center;
}
.day_circle
{
	width:35px;
	height:35px;
	display:flex;
	align-items:center;
	border-radius:50%;
	justify-content: center;
	#color:#00DB00;
	transition: all .2s;
	background-color:transparent;
	cursor:pointer;
}
.day_circle:hover
{
	background-color:#8CFF8C;
}
.day_circle_click
{
	width:35px;
	height:35px;
	display:flex;
	align-items:center;
	border-radius:50%;
	justify-content: center;
	color:#fff;
	transition: all .2s;
	background-color:#00DB00;
	cursor:pointer;
}
.day_circle_click:hover
{
	opacity:.2;
}
.notify
{
	position:fixed;top:100px;width:100vw;background-color:transparent;animation-duration: 4s; animation-iteration-count: 1; animation-direction: normal; z-index:-1000; animation-name: raw;
}
.notify_error
{
	position:fixed;top:100px;width:100vw;background-color:transparent;animation-duration: 4s; animation-iteration-count: 1; animation-direction: normal; z-index:-1000; animation-name: error;
}
.notify_time
{
	position:fixed;top:100px;width:100vw;background-color:transparent;animation-duration: 4s; animation-iteration-count: 1; animation-direction: normal; z-index:-1000; animation-name: raw;;
}
.notify_time_error
{
	position:fixed;top:100px;width:100vw;background-color:transparent;animation-duration: 4s; animation-iteration-count: 1; animation-direction: normal; z-index:-1000; animation-name: error;
}

 @keyframes error {
     0% {
         background-color: transparent;
         left: parent;
         bottom: parent;
         opacity: 0;
         color: transparent;
     }

     50% {
         background-color: transparent;
         left: parent;
         bottom: parent;
         opacity: 1;
         color: #ff0f25;
		z-index:1000;
     }
     100% {
         background-color: transparent;
         left: parent;
         bottom: parent;
         opacity: 0;
         color: transparent;
		 z-index:1000;
     }
     125% {
         background-color: transparent;
         left: parent;
         bottom: parent;
         opacity: 0;
         color: transparent;
		 z-index:-1000;
     }
 }
 
 
 .fast_step3_previous{
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step3_previous:hover{
  background-color: #00C200;
}
.fast_step3_previous:active {
  background-color: #00C200;
}

.fast_step3_next {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step3_next:hover{
  background-color: #00C200;
}
.fast_step3_next:active {
  background-color: #00C200;
}
.fast_step4_previous{
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step4_previous:hover{
  background-color: #00C200;
}
.fast_step4_previous:active {
  background-color: #00C200;
}

.fast_step4_next {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step4_next:hover{
  background-color: #00C200;
}
.fast_step4_next:active {
  background-color: #00C200;
}
.fast_step5_previous{
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step5_previous:hover{
  background-color: #00C200;
}
.fast_step5_previous:active {
  background-color: #00C200;
}

.fast_step5_next {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:0px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step5_next:hover{
  background-color: #00C200;
}
.fast_step5_next:active {
  background-color: #00C200;
}
.fast_step6_return{
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step6_return:hover{
  background-color: #00C200;
}
.fast_step6_return:active {
  background-color: #00C200;
}

.fast_step6_pay {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
}

.fast_step6_pay:hover{
  background-color: #00C200;
}
.fast_step6_pay:active {
  background-color: #00C200;
}

.reserve_time
{
	#border:2px solid #00DB00;
	border:2px solid #000000;
	border-radius:3px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	#color:#00DB00;
	cursor:pointer;
	transition: all .2s;
}
.reserve_time:hover
{
	color:#ffffff;
	background-color:#00DB00;
}
.reserve_time_selected
{
	border:2px solid #00DB00;
	border-radius:3px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	color:#ffffff;
	cursor:pointer;
	transition: all .2s;
	background-color:#00DB00;
}
.reserve_case
{
	border:2px solid #00DB00;
	border-radius:3px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	color:#00DB00;
	cursor:pointer;
	transition: all .2s;
}
.reserve_case:hover
{
	color:#ffffff;
	background-color:#00DB00;
}
.reserve_case_selected
{
	border:2px solid #00DB00;
	border-radius:3px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	color:#ffffff;
	cursor:pointer;
	transition: all .2s;
	background-color:#00DB00;
}
.step4_input_title
{
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	font-weight:bold;
}
.step4_input
{
	width:100%;
	border-radius:5px;
	padding-left:5px;
	border:2px solid #000;
	font-size:14px;
	margin-top:5px;
	/*margin-bottom:20px;*/
}
.step4_input_div
{
	width:100%;
}
.step4_input_er
{
	width:100%;
	border-radius:5px;
	padding-left:5px;
	border:2px solid #c9302c;
	font-size:14px;
	margin-top:5px;
}
.data_input_nor
{
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	min-height:18px;
	font-size:12px;
	color:#c9302c;
	position:relative;
	z-index:-1000;
}
/* 關鍵影格(@keyframe) */
@keyframes input_error_fade_in {
    0% { height: 0px; margin-bottom:18px;}
    25% { height: 4px; margin-bottom:14px;}
    50% { height: 8px; margin-bottom:10px;}
    75% { height: 12px;margin-bottom:6px; }
    100% { height: 18px;margin-bottom:0px; }
}
.data_input_er
{
	overflow:hidden;
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	height:18px;
	/*min-height:18px;*/
	font-size:12px;
	color:#c9302c;
	animation-name: input_error_fade_in;    /*動畫名稱，需與 keyframe 名稱對應*/
	animation-duration: 0.3s;    /*動畫持續時間，單位為秒*/
}
.data_confirm_l
{
	width:30%;
	padding-right:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.data_confirm_r
{
	width:70%;
	text-align:left;
	border-bottom:1px solid #ccc;
	word-wrap:break-word;
}
.whole_data_div
{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	align-items:left;
	justify-content:left;
	width:100%;
	#padding-left:10px;
	grid-column-gap: 10px;
}

.item_div
{
	width:100%;
	height: auto;
	display:flex;
	align-items:center;
	justify-content:center;
	margin: auto;
    background-color: #f5f7fa;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.item_div_2
{
	background-color:#f5f7fa;
	width:576px;
	height:auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.item_div_sub
{
	width:100%;
	height: auto;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color: #f5f7fa;
	padding:8px;
}
.item_div_top_left
{
	border-top-left-radius: 10px;
}
.item_div_top_right
{
	#border-top-right-radius: 10px;
}
.item_div_top_right_2
{
	border-top-right-radius: 10px;
}
.info_div
{
	display:flex;
	align-items:left;
	justify-content:left;
	width:100%;
	#padding-left:10px;
	flex-direction: column;
}
.section_div
{
	width:576px;
	height:auto;
}
.section_title
{
	width:576px;
	height:25px;
	text-align:center;
	padding-bottom:50px;
	color:#313131;
	font-size:20px;
}

.question_hid
{
	z-index:-1000;
	position:fixed;
	display:none;
	top:0px;
}
.question_view
{
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:2000;
	position:fixed;
	background-color:#fff;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:10px;
}
.whole_wallpaper
{
	width:100%;
	height:auto;
	#background-image:url('../img/647570.jpg');
	background-size:100% 750px;
	background-repeat:no-repeat;
	padding-top:20px;
	#background-color: gray;
	#background-blend-mode: multiply;
}
.no_service_title
{
	display:flex;
	align-items:center;
	width:100%;
	justify-content: center;
	line-height:5px;
}
.no_service_title h2
{
	font-size: 32px!important;
}
.no_service_subtitle
{
	display:flex;
	align-items:center;
	width:100%;
	justify-content: center;
	font-size:14px;
	line-height:5px;
}
.no_service_subtitle p
{
	color:red;
}
.no_service_content
{
	display:flex;
	align-items:center;
	width:100%;
	justify-content: center;
	font-size:14px;
}
@font-face {
	font-family: "jf-openhuninn-1.1";
	src: url("../fonts/jf-openhuninn-1.1.eot") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/jf-openhuninn-1.1.woff2") format("woff2"), /* chrome firefox */
	url("../fonts/jf-openhuninn-1.1.woff") format("woff"), /* chrome firefox */
	url("../fonts/jf-openhuninn-1.1.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
	url("../fonts/jf-openhuninn-1.1.svg") format("svg"); /* iOS 4.1- */
}
.gift_area
{
    font-family: 'jf-openhuninn-1.1';
    font-weight: 400;
	display:flex;
	color:lightpink;
    justify-content: center;
    align-items: center;
    padding: 0 30 30 30px;
	font-size:24px;
}
.whole_title
{
	display:flex;
	align-items:center;
	justify-content: center;
	width:100%;
	margin-top:10px;
	font-size: 18px;
}
.form_class
{
	display: flex;
    flex-direction: column;
	align-items: center;
}
.whole_input_title
{
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	font-weight:bold;
	font-size: 14px;
	align-items: center;
}
.whole_input
{
	width:100%;
	border-radius:5px;
	padding:10px;
	border:2px solid #000;
	font-size:14px;
	margin-top:5px;
	/*margin-bottom:20px;*/
}
.whole_input_div
{
	width:100%;
}
.whole_input_er
{
	width:100%;
	border-radius:5px;
	padding:10px;
	border:2px solid #c9302c;
	font-size:14px;
	margin-top:5px;
}
.whole_step_1_view
{
	display:flex;
	align-items:center;
	justify-content: center;
	position:relative;
	min-width:576px;
	height:auto;
	padding-top:10px;
	padding-bottom:25px;
	min-width:576px;
	opacity:1;
	transition: all .3s;
	z-index:5;
}
.whole_step_1_close
{
	position:absolute;
	width:576px;
	height:auto;
	padding-top:10px;
	padding-bottom:25px;
	min-width:576px;
	opacity:0;
	z-index:-1;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-info:focus{
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active{
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.whole_info
{
	width:100%;
	resize:none;
	font-size:15px;
	background: #fff;
	height:100px;
}

.whole_input_nor
{
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	min-height:18px;
	font-size:12px;
	color:#c9302c;
	position:relative;
	z-index:-1000;
}
/* 關鍵影格(@keyframe) */
@keyframes input_error_fade_in {
    0% { height: 0px; margin-bottom:18px;}
    25% { height: 4px; margin-bottom:14px;}
    50% { height: 8px; margin-bottom:10px;}
    75% { height: 12px;margin-bottom:6px; }
    100% { height: 18px;margin-bottom:0px; }
}
.whole_data_input_er
{
	border:0;
	overflow:hidden;
	width:100%;
	display:flex;
	align-items:left;
	justify-content: left;
	height:18px;
	/*min-height:18px;*/
	font-size:12px;
	color:#c9302c;
	animation-name: input_error_fade_in;    /*動畫名稱，需與 keyframe 名稱對應*/
	animation-duration: 0.3s;    /*動畫持續時間，單位為秒*/
}
.ps_info
{
	margin-top:10px;
	color:#D68B00;
	font-size:14px;
}
.ps_info_2
{
	margin-top:10px;
	color:#FF88C2;
	font-size:14px;
}
.content_div_2
{
	display:flex;
	align-items:left;
	justify-content:left;
	width:94%;
	padding-left:10px;
}
.submit_div
{
	margin-top:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.submit_btn {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.submit_btn:hover{
  background-color: #00C200;
}
.submit_btn:active {
  background-color: #00A800;
}
.next_btn_m {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.next_btn_m:hover{
  background-color: #00C200;
}
.next_btn_m:active {
  background-color: #00A800;
}
.submit_btn_m {
  background-color: #00DB00;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.submit_btn_m:hover{
  background-color: #00C200;
}
.submit_btn_m:active {
  background-color: #00A800;
}
.return_btn_m {
  background-color: #2894FF	;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  #margin-left:57.6px;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
  margin-bottom:20px;
}

.return_btn_m:hover{
  background-color: #0080FF;
}
.return_btn_m:active {
  background-color: #0072E3;
}
.data_div_out
{
	min-height:350px;
	min-width:300px;
	padding-bottom:20px;
	max-width: 90%;
}
.clean_city
{
    padding: 10;
    width: 100%;
    border-radius: 5px;
}
.area_view
{
    padding: 10;
    width: 100%;
    border-radius: 5px;
	display:block;
}
.area_hid
{
    padding: 5;
    width: 100%;
    border-radius: 5px;
	display:none;
}
.no_service_list
{
	font-size: 16;
    max-width: 500;
}
.submit_btn_m
{
	display:none;
}
.next_btn_m
{
	display:none;
}
.submit_btn_m_h
{
	display:none;
}
.next_btn_m_h
{
	display:none;
}
.return_btn_m_h
{
	display:none;
}
.info_div_h
{
	width:100%;
}
.main_blur_div
{
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: #ffffff30;
    top: 0px;
}
.whole_mininfo
{
	font-size:14px;
}
@media (max-width: 1024px)
{
	.body_fir_div {
		width: 100%;
		min-height: 67.1px;
		position: relative;
		margin-top: 40px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.main-block {
	  display:flex;
	  justify-content: center;
	  width: 100%;
	  height:auto;
	  margin: 0 auto;
	  padding-left:5%;
	  padding-right:5%;
	  padding-bottom:0;
	}
	.whole_data_div
	{
		display:grid;
		grid-template-columns: repeat(1,1fr);
		align-items:center;
		justify-content:center;
		width:100%;
		margin:auto;
	}
	.whole_time
	{
		font-size:16px;
	}
	.clean_city
	{
		font-size:16px;
	}
	.area_taipei,.area_newtaipei
	{
		font-size:16px;
	}
	.iframe_body_front
	{
		width:100%;
		padding-top:40px;
	}
	.body_fir_div
	{
		width:100%;
		min-height:900px;
		position:relative;
	}
	.body_title h1
	{
		font-size:60px;
		width:70%;
		position:relative;
		#left:300px;
		top:0px;
	}
	.body_describe_1_1 input
	{
		max-width:350px;
		max-height:60px;
	}
	.search_text
	{
		font-size:36px;
	}
	.submit_button
	{
		display:none;
	}
	.submit_button_m {
	  background-color: #1CB0F6;
	  border-radius: 4px;
	  border-style: none;
	  box-sizing: border-box;
	  color: #fff;
	  cursor: pointer;
	  display: inline-block;
	  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
	  font-size: 48px;
	  font-weight: 700;
	  line-height: 1.5;
	  margin: 0;
	  max-width: none;
	  min-width: 350px;
	  outline: none;
	  overflow: hidden;
	  padding: 5px 20px 5px;
	  position: relative;
	  text-align: center;
	  text-transform: none;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: manipulation;
	  width: auto;
	}

	.submit_button_m:hover,
	.submit_button_m:focus {
	  opacity: .75;
	}
	.footer
	{
		width:90%;
		position:relative;
		left:5%;
		top:200px;
		border-width:3px;
		border-color:#FFFFFF;
		border-top-style:solid;
		display:flex;
	}
	.footer_1
	{
		padding-top:0px;
		padding-bottom:10px;
		margin-left:0px;
		color:#FFFFFF;
		font-size:36px;
	}
	.footer_img img
	{
		padding:15px;
		width:400px;
	}
	.footer_2
	{
		font-size:36px;
		padding-top:200px;
		padding-bottom:10px;
		margin-right:0px;
		color:#FFFFFF;
		position:absolute;
		left:3%;
	}
	.out_div
	{
		margin-top:100px;
		position:relative;
		left:10%;
		width:85%;	
	}
	.m_table
	{
		display:block;
	}
	.nor_table
	{
		display:none;
	}
	.body_describe_2_1 h2
	{
		font-size:60px;
	}
	.service_en
	{
		white-space:nowrap;
		color:#009edb;
		cursor:pointer;
		transition: all .3s;
		font-size:18px;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.service_dis
	{
		white-space:nowrap;
		color:#9b9b9b;
		cursor:pointer;
		transition: all .3s;
	}
	.service_dis:hover
	{
		color:#00DB00;
	}
	.service_en_last
	{
		white-space:nowrap;
		color:#00DB00;
		cursor:pointer;
	}
	.service_dis_last
	{
		white-space:nowrap;
		color:#9b9b9b;
		cursor:pointer;
	}
	.service_dis_last:hover
	{
		color:#00DB00;
	}

	.item_div
	{
		width:100%;
		height: auto;
		#display:none;
		align-items:center;
		justify-content:center;
		margin: auto;
	}
	.item_div_2
	{
		background-color: #f5f7fa;
        width: 100%;
        height: auto;
        #border-radius: 10px;
	}
	.item_div_sub
	{
		width:100%;
		height: auto;
		display:flex;
		align-items:center;
		justify-content:center;
		background-color: #f5f7fa;
		padding:8px;
		font-size:18px;
	}
	.top_div_h,.question_1,.question_2,.question_3,.question_4 {
		display:none !important;
	}
	.info_div
	{
		display:flex;
		align-items:center;
		justify-content:center;
		width:auto;
		#padding-left:10px;
		flex-direction: column;
	}
	.section_div
	{
		width:100%;
		height:auto;
	}
	.no_service
	{
		margin-bottom:50px;
		display:flex;
		align-items:center;
		width:95%;
		justify-content: center;
		margin: 0 auto;
		padding-bottom: 70px;
		margin-top:70px;
	}
	.no_service_title
	{
		display:flex;
		align-items:center;
		width:100%;
		justify-content: center;
		line-height:5px;
	}
	.no_service_title h2
	{
		font-size: 32px!important;
	}
	.no_service_subtitle
	{
		display:flex;
		align-items:center;
		width:100%;
		justify-content: center;
		font-size:14px;
		line-height:5px;
	}
	.no_service_subtitle p
	{
		color:red;
	}
	.no_service_content
	{
		display:flex;
		align-items:center;
		width:100%;
		justify-content: center;
		font-size:14px;
	}
	.data_div_out 
	{
        min-height: 350px;
        max-width: 300px;
        min-width: unset;
        padding-bottom: 20px;
    }
	.data_div
	{
		display:grid;
		grid-template-columns: repeat(1,1fr);
		align-items:left;
		justify-content:left;
		width:94%;
		padding-left:10px;
	}
	.whole_step_1_view {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: auto;
		padding-top: 10px;
		padding-bottom: 25px;
		opacity: 1;
		transition: all .3s;
		z-index: 5;
		min-width:0;
		margin:auto;
		margin-bottom: 30px;
	}
	.content_div_2 {
		display: flex;
		align-items: left;
		justify-content: center;
		width: 100%;
		padding:0;
	}
	.submit_div {
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.whole_submit_btn {
		background-color: #00DB00;
		border-radius: 4px;
		border-style: none;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		margin-left: 0px;
		max-width: none;
		min-height: 44px;
		min-width: 10px;
		outline: none;
		overflow: hidden;
		padding: 9px 20px 12px;
		position: relative;
		text-align: center;
		text-transform: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		width: 200px;
	}
	.form_class 
	{
		display: flex;
		flex-direction: column;
		align-items: normal;
	}
	.data_div_out
	{
		min-height:350px;
		max-width:90%;
		min-width:unset;
		padding-bottom:20px;
	}
	.name_div_h,.cellphone_div_h,.email_div_h,.service_address_div_h,.service_date_h,.service_time_h,.unified_number_div_h,.invoice_header_div_h,.info_div_h,.case_div_h,.service_city_div_h,.service_dist_div_h,.contant_div_h
	{
		display:none;
	}
	.name_div_v,.cellphone_div_v,.email_div_v,.service_address_div_v,.service_date_v,.service_time_v,.unified_number_div_v,.invoice_header_div_v,.info_div_v,.case_div_v,.service_city_div_v,.service_dist_div_v,.contant_div_v
	{
		display:unset;
	}
	.submit_btn
	{
		display:none;
	}
	.submit_btn_m
	{
		display:unset;
	}
	.next_btn_m
	{
		display:unset;
	}
	.submit_btn_m_h
	{
		display:none;
	}
	.next_btn_m_h
	{
		display:none;
	}
	.return_btn_m
	{
		display:unset;
	}
	.return_btn_m_h
	{
		display:none;
	}
	.item_div_top_right
	{
		border-top-right-radius: 10px;
	}
}