/* 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:100px;
	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;
}
.service_dis
{
	white-space:nowrap;
	color:#000000;
	cursor:pointer;
	transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.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;
  z-index: 10;
  position: relative;
}
body
{
	padding:0px;margin:0px;
	opacity:0;
	/*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;
}
.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;
}
.carousel{
	margin-top:100px;
}
.carousel_img
{
	width:90%;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0.4;
	
}
.carousel_img img
{
	width:85%;
	height:100%;
	object-fit: fill;
	border-radius: 16px;
}
.carousel_img picture
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center div {
    opacity: 1;
    scale: 1.2;
    transition: .4s;
}
.main
{
	width:66%;
	height:500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testdiv {
  height: 5em;
  background: lightblue;
  margin: 1em;
}
.aos {
    opacity: 0;
    transition: all 1s;
	display:flex;
    justify-content: center;
    align-items: center;
}

.aos.ed {
    opacity: 1;
}

.slideIn {
    transform: translateY(1em);
}
.slideIn.ed {
    transform: translateY(0em);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
	width:85%;
}

.content
{
	width:100%;
	display:flex;
    justify-content: center;
    align-items: center;
	padding:50 0 50 0;
	margin-top:50px;
	flex-direction: column;
}
.content_div
{
	width:70%;
	padding:30px;
	display:flex;
    justify-content: center;
    align-items: center;
}
.before
{
	display:flex;
    justify-content: center;
    align-items: center;
	width:150px;
	padding:10 20 10 20;
	font-size:24px;
	background-color:darkgray;
	border-radius:16px;
	margin:20 0 20 0;
}
.after
{
	display:flex;
    justify-content: center;
    align-items: center;
	width:150px;
	padding:10 20 10 20;
	font-size:24px;
	background-color:deepskyblue;
	border-radius:16px;
	margin:20 0 20 0;
}
.clean_cases
{
	display:flex;
    justify-content: center;
    align-items: center;
	width:250px;
	padding:10 20 10 20;
	font-size:28px;
	background-color:aquamarine;
	border-radius:16px;
}
.clean_img
{
	width:100%;
}
.before_div
{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.after_div
{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.main_title
{
	width:60%;
	padding:30px;
	display:flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	font-size:28px;
}
.main_title_en
{
	font-weight:600;
	color:#646464;
	text-align: center;
}
.main_title_zh
{
	color:#646464;
	position: relative;
    text-align: center;
}
.main_title_zh:before, .main_title_zh:after 
{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #818181;
    position: absolute;
    top: 23px;
	color:#646464;
}
.main_title_zh:before 
{
    left: -130px;
}
.main_title_zh:after 
{
    right: -130px;
}

*, ::after, ::before 
{
    box-sizing: border-box;
}
.reservation_process_icon
{
	width:70%;
	padding:30px;
	display:flex;
    justify-content: space-around;
    align-items: center;
	font-size:28px;
}
.reservation_process_icon img
{
	width:100px;
}
.main_text
{
	letter-spacing: 10px;
}
.process_1,.process_2,.process_3,.process_4
{
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
	margin:0 20 0 20;
}
.second_text
{
	font-size: 0.45em;
    line-height: 2em;
	color: #8E8E93;
}
.process_2 img
{
	padding: 18.5 0 18.5 0;
}

.noclean:before 
{
    left: -280px;
}
.noclean:after 
{
    right: -280px;
}
.noclean_reel
{
	width:640px;
	height:480px;
}