.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.link-default {
  text-decoration: none;
  outline: none;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.show {
  opacity: 1;
  visibility: visible;
}
/** animate **/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.scaleRotateAnimateDisplay {
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}
.scaleRotateAnimateDisplayN {
  -webkit-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
}
.opacityDisplay {
  opacity: 0;
  visibility: hidden;
}
.couponBg {
  background: #ffbd27;
  background: -moz-linear-gradient(top, #ffbd27 0%, #ff6d00 99%);
  background: -webkit-linear-gradient(top, #ffbd27 0%, #ff6d00 99%);
  background: linear-gradient(to bottom, #ffbd27 0%, #ff6d00 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd27', endColorstr='#ff6d00', GradientType=0);
}
.material_checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.material_checkbox .checkbox {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 0;
}
.material_checkbox .checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #363636;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.material_checkbox .checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.material_checkbox .checkbox:checked:before {
  height: 6px;
  border-color: #ffbd27;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.material_radio input[type="radio"] {
  display: none;
}
.material_radio input[type="radio"] + label {
  cursor: pointer;
}
.material_radio input[type="radio"] + label::before {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #363636;
  border: 0px solid #363636;
  font-size: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.material_radio input[type="radio"] + label::after {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #363636;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.material_radio input[type="radio"]:checked + label::before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.material_radio input[type="radio"]:checked + label::after {
  width: 8px;
  height: 8px;
}
.noScrollRow {
  /* Works on Firefox */
  scrollbar-width: 0;
  scrollbar-color: transparent;
  /* Works on Chrome, Edge, and Safari */
}
.noScrollRow::-webkit-scrollbar {
  height: 0px;
}
.noScrollRow::-webkit-scrollbar-track {
  background: transparent;
}
.noScrollRow::-webkit-scrollbar-thumb {
  background-color: transparent;
}
body #wrapper {
  /***** MyanLife search_icon *****/
  /***** MyanLife 在做些什麼? *****/
  /***** MyanLife 價值 *****/
}
body #wrapper #m_search_switch {
  display: none !important;
}
body #wrapper #myanlife_do {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-top: 80px;
}
body #wrapper #myanlife_do h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
body #wrapper #myanlife_do .doing_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
body #wrapper #myanlife_do .doing_list .doing_item {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-right: 24px;
  margin-bottom: 24px;
}
body #wrapper #myanlife_do .doing_list .doing_item header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}
body #wrapper #myanlife_do .doing_list .doing_item header img {
  border: 1px solid #363636;
  border-radius: 50%;
  padding: 10px;
  width: 35px;
  height: 35px;
}
body #wrapper #myanlife_do .doing_list .doing_item header h3 {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
}
body #wrapper #myanlife_do .doing_list .doing_item header:after {
  content: '';
  position: absolute;
  background: #363636;
  width: calc(100% - 40px);
  height: 1px;
  right: 0;
}
body #wrapper #myanlife_do .doing_list .doing_item .info {
  font-size: 16px;
  margin-left: 80px;
}
body #wrapper #myanlife_do .doing_list .doing_item:nth-child(3),
body #wrapper #myanlife_do .doing_list .doing_item:nth-child(4) {
  margin-bottom: 0;
}
body #wrapper #myanlife_do .doing_list .doing_item:nth-child(even) {
  margin-right: 0;
}
body #wrapper #myanlife_do .doing_list .myanlife_red header {
  color: rgb(216, 35, 22);
}
body #wrapper #myanlife_do .doing_list .myanlife_red header img {
  border: 1px solid rgb(216, 35, 22);
}
body #wrapper #myanlife_do .doing_list .myanlife_red header:after {
  background: rgb(216, 35, 22);
}
body #wrapper #myanlife_do .doing_list .myanlife_yellow header {
  color: rgb(255, 189, 39);
}
body #wrapper #myanlife_do .doing_list .myanlife_yellow header img {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanlife_do .doing_list .myanlife_yellow header:after {
  background: rgb(255, 189, 39);
}
body #wrapper #myanlife_do .doing_list .myanLife_blue header {
  color: rgb(70, 211, 205);
}
body #wrapper #myanlife_do .doing_list .myanLife_blue header img {
  border: 1px solid rgb(70, 211, 205);
}
body #wrapper #myanlife_do .doing_list .myanLife_blue header:after {
  background: rgb(70, 211, 205);
}
body #wrapper #myanlife_do .doing_list .myanlife_green header {
  color: rgb(108, 187, 90);
}
body #wrapper #myanlife_do .doing_list .myanlife_green header img {
  border: 1px solid rgb(108, 187, 90);
}
body #wrapper #myanlife_do .doing_list .myanlife_green header:after {
  background: rgb(108, 187, 90);
}
body #wrapper #myanlife_value {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 80%;
  margin: 100px auto;
}
body #wrapper #myanlife_value h2 {
  font-size: 24px;
  font-weight: bold;
}
body #wrapper #myanlife_value sub {
  margin-bottom: 50px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(216, 35, 22);
}
body #wrapper #myanlife_value .value_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
body #wrapper #myanlife_value .value_list .value_item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 50px;
}
body #wrapper #myanlife_value .value_list .value_item header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  margin-bottom: 12px;
}
body #wrapper #myanlife_value .value_list .value_item header .icon {
  font-size: 18px;
}
body #wrapper #myanlife_value .value_list .value_item header h3 {
  font-weight: bold;
  margin-left: 15px;
}
body #wrapper #myanlife_value .value_list .value_item .info {
  margin-left: 32px;
}
body #wrapper #myanlife_value .value_list .value_item:last-child {
  margin-bottom: 0;
}
body #wrapper #myanlife_value .value_list .myanlife_red header {
  color: rgb(216, 35, 22);
}
body #wrapper #myanlife_value .value_list .myanlife_yellow header {
  color: rgb(255, 189, 39);
}
body #wrapper #myanlife_value .value_list .myanLife_blue header {
  color: rgb(70, 211, 205);
}
body #wrapper #myanlife_value .value_list .myanlife_green header {
  color: rgb(108, 187, 90);
}
