.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 {
  /***** 熱門活動 *****/
  /***** 搜尋結果 *****/
  /***** ML 推薦 *****/
}
body #wrapper #myanLife_hot_active {
  margin-top: 100px;
}
body #wrapper #myanLife_hot_active .common_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_hot_active .common_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_hot_active .common_content {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
body #wrapper #myanLife_hot_active .common_content .common_item {
  display: block;
  width: 14.8vw;
  font-size: 14px;
  color: #363636;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_hot_active .common_content .common_item:hover .imgView img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
body #wrapper #myanLife_hot_active .common_content .common_item:hover .imgView .data {
  top: 0;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView {
  position: relative;
  height: 14.8vw;
  border-radius: 10px;
  overflow: hidden;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .discount_value {
  position: absolute;
  background: rgb(255, 189, 39);
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 6px 10px;
  top: 0;
  left: 0;
  z-index: 2;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .favorite_add {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  z-index: 2;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .favorite_add:hover .tba.active {
  color: #DE5D54;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .favorite_add .tba {
  display: none;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .favorite_add .liked {
  display: none;
  color: #DE5D54;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .coupon_download {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  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);
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  color: rgb(255, 255, 255);
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .coupon_download .icon {
  margin-left: 5px;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .coupon_download:hover {
  height: 50px;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .data {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: absolute;
  height: 85%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  top: -100%;
  left: 0;
  right: 0;
  padding: 0 15px;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #wrapper #myanLife_hot_active .common_content .common_item .imgView .data .data_info {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information {
  position: relative;
  padding: 5px;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .info_header {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 6px;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .info_header h2 {
  font-weight: bold;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .location {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
  word-break: break-all;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .location .icon {
  margin-right: 10px;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .location > div {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .merchant_name {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .merchant_name span {
  cursor: pointer;
  width: fit-content;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .merchant_name span:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .evaluation {
  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-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_hot_active .common_content .common_item .information .evaluation > div {
  color: rgb(255, 189, 39);
  font-size: 24px;
  font-weight: bold;
}
body #wrapper #myanLife_hot_active .common_content .common_item .information .evaluation .icon {
  color: rgb(255, 234, 0);
  margin-left: 5px;
  font-size: 24px;
}
body #wrapper #myanLife_hot_active .owl-theme {
  position: relative;
}
body #wrapper #myanLife_hot_active .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_hot_active .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_hot_active .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #myanLife_hot_active .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_hot_active .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_hot_active .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body #wrapper #myanLife_search_result {
  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: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 80%;
  margin: 40px auto;
}
body #wrapper #myanLife_search_result .m_sidebar_switch {
  display: none;
  background: rgb(247, 247, 247);
  width: 100%;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 24px;
  padding: 15px;
  font-size: 16px;
}
body #wrapper #myanLife_search_result .sidebar {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  width: 292px;
}
body #wrapper #myanLife_search_result .sidebar .sidebar_item {
  background: rgb(247, 247, 247);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}
body #wrapper #myanLife_search_result .sidebar .sidebar_item:last-child {
  margin: 0;
}
body #wrapper #myanLife_search_result .sidebar .map_mode {
  display: none;
  background: url(../images/googlemap.png) center center transparent;
  background-size: cover;
  cursor: pointer;
  text-align: center;
}
body #wrapper #myanLife_search_result .sidebar .map_mode img {
  width: 36px;
}
body #wrapper #myanLife_search_result .sidebar .classify {
  font-size: 14px;
}
body #wrapper #myanLife_search_result .sidebar .classify h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
body #wrapper #myanLife_search_result .sidebar .classify .search_box {
  border-bottom: 1px solid #222;
  display: flex;
}
body #wrapper #myanLife_search_result .sidebar .classify .search_box .local_search_input {
  border: none;
  background: transparent;
  padding: 8px 5px;
  width: 90%;
}
body #wrapper #myanLife_search_result .sidebar .classify .search_box .local_search_btn {
  border: none;
  background: transparent;
  padding: 8px;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box {
  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: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 20px;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .inputContainer {
  border-bottom: 1px solid #222;
  width: 95%;
  padding: 8px 5px;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .inputContainer input,
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .inputContainer button {
  border: none;
  background: transparent;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .date_input input {
  width: 90%;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .member_input {
  display: flex;
  justify-content: space-evenly;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .member_input label {
  width: 40%;
}
body #wrapper #myanLife_search_result .sidebar .classify .condition_box .member_input .nice-number {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item {
  margin-bottom: 24px;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 24px;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--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-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox .checkbox {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 0;
}

body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox .checkbox.filter-location,
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--checkbox .checkbox.filter-location,
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox .checkbox.filter-star,
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox .checkbox.filter-genre,
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox .checkbox.filter-cuisine,
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox .checkbox.filter-duration
{
  width: 13px;
  height: 13px;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--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;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--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;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--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);
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .label--checkbox:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .display_btn {
  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;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_header .display_btn:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--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-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--checkbox .checkbox {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 0;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--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;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--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;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--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);
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--checkbox:last-child {
  margin-bottom: 0;
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item .classify_item_list .label--checkbox:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .sidebar .classify .classify_list .classify_item:last-child {
  margin: 0;
}
body #wrapper #myanLife_search_result .sidebar .classify .undisplay_list {
  display: none !important;
}
body #wrapper #myanLife_search_result .result_content {
  width: 79%;
}
body #wrapper #myanLife_search_result .result_content .myanLife_Slogan {
  font-size: 28px;
  margin: 8px 0 15px 5px;
}
body #wrapper #myanLife_search_result .result_content .local_search {
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  background: rgb(247, 247, 247);
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 24px;
}
body #wrapper #myanLife_search_result .result_content .local_search .local_search_input {
  background: transparent;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  margin-right: 24px;
}
body #wrapper #myanLife_search_result .result_content .local_search .local_search_input::-webkit-input-placeholder {
  font-size: 16px;
}
body #wrapper #myanLife_search_result .result_content .local_search .local_search_input::-moz-placeholder {
  font-size: 16px;
}
body #wrapper #myanLife_search_result .result_content .local_search .local_search_input:-ms-input-placeholder {
  font-size: 16px;
}
body #wrapper #myanLife_search_result .result_content .local_search .cuisine {
  background: none;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  margin-right: 24px;
}
body #wrapper #myanLife_search_result .result_content .local_search .inputContainer {
  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-right: 24px;
}
body #wrapper #myanLife_search_result .result_content .local_search .inputContainer .icon {
  margin-right: 3px;
}
body #wrapper #myanLife_search_result .result_content .local_search .inputContainer > input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
body #wrapper #myanLife_search_result .result_content .local_search .inputContainer > input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
}
body #wrapper #myanLife_search_result .result_content .local_search .inputContainer > input[type="text"]::-moz-placeholder {
  font-size: 16px;
}
body #wrapper #myanLife_search_result .result_content .local_search .inputContainer > input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
}
body #wrapper #myanLife_search_result .result_content .local_search .member_input {
  min-width: 94px;
  border-bottom: 1px solid #363636;
}
body #wrapper #myanLife_search_result .result_content .local_search .member_input button[type="button"] {
  border: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .local_search .member_input button[type="button"]:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .result_content .local_search .member_input input[type="number"] {
  border: 0;
  background: transparent;
}
body #wrapper #myanLife_search_result .result_content .local_search .local_search_btn {
  background: transparent;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .local_search .local_search_btn:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .result_content .result_filter {
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 15px 5px;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition {
  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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #363636;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_header {
  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;
  margin-right: 12px;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_header .filter_amount {
  color: rgb(255, 189, 39);
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .travel .filter_amount {
  color: rgb(70, 211, 205);
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .food .filter_amount {
  color: #FFC90C;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .hotel .filter_amount {
  color: rgb(108, 187, 90);
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .fun .filter_amount {
  color: rgb(255, 186, 181);
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_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: 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;
  flex-wrap: wrap;
  font-size: 14px;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_condition_item {
  border: 1px solid #363636;
  border-radius: 10px;
  margin: 5px;
  padding: 3px 18px;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_condition_item .filter_clear {
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_condition_item .filter_clear:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_clear_all {
  background: #a7a7a7;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: none;
  border-radius: 10px;
  margin: 5px;
  padding: 4px 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_clear_all:hover {
  background: #7d7d7d;
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_confirm {
  background: #a7a7a7;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: none;
  border-radius: 10px;
  margin: 5px;
  padding: 4px 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgb(108, 187, 90);
}
body #wrapper #myanLife_search_result .result_content .result_filter .filter_condition .filter_condition_list .filter_confirm:hover {
  background: #7d7d7d;
}
body #wrapper #myanLife_search_result .result_content .result_filter .sort {
  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;
}
body #wrapper #myanLife_search_result .result_content .result_filter .sort .filter_item {
  cursor: pointer;
  margin-right: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_filter .sort .filter_item:last-child {
  margin-right: 0;
}
body #wrapper #myanLife_search_result .result_content .result_filter .sort .filter_item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .result_content .result_filter .sort .active {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  background: rgb(247, 247, 247);
  border-radius: 10px;
  height: 290px;
  margin-bottom: 24px;
  color: #363636;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .result_image {
  width: 290px;
  height: 100%;
  overflow: hidden;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .result_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #363636;
  font-size: 16px;
  margin: 0 24px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information h2 span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information h2 .favorite_add {
  display: none;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .merchant_name {
  font-size: 14px;
  margin-top: 12px;
  margin-right: 3px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .merchant_name span {
  color: #888;
  width: fit-content;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .merchant_name span:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .hotel_level_type {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  margin-bottom: 4px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .hotel_level_type .icon {
  margin-right: 5px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .hotel_level_type .star_rate {
  margin-right: 5px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .cuisine {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  margin-bottom: 4px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .cuisine .icon {
  margin-right: 5px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .location {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .location .icon {
  margin-right: 5px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .location .area {
  margin-right: 5px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .location > div {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .data {
  margin: 24px 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .information .msg {
  font-size: 12px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info {
  position: relative;
  background: rgb(255, 189, 39);
  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;
  height: 100%;
  color: rgb(255, 255, 255);
  cursor: pointer;
  width: 230px;
  padding: 10px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .favorite_add {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 8px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.23);
  z-index: 2;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .favorite_add:hover .tba.active {
  color: #DE5D54;
}

body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .favorite_add .heart_btn {
  display: none;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .favorite_add .liked {
  color: #DE5D54;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .evaluation {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  color: rgb(255, 234, 0);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .evaluation .icon {
  font-size: 20px;
  margin-left: 2px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .coupon_download {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .coupon_download .icon {
  margin-left: 8px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .price {
  color: rgb(255, 83, 83);
  padding-top: 24px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info .exchange_price {
  font-size: 12px;
  padding-top: 10px;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info:hover {
  background: rgb(255, 234, 0);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .download_info:hover .evaluation {
  color: rgb(255, 83, 83);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item:last-child {
  margin: 0;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item:hover .result_image img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .travel_download_info {
  background: rgb(70, 211, 205);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .travel_download_info .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .travel_download_info .price {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .travel_download_info:hover {
  font-weight: bold;
  background: #54DED8;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .travel_download_info:hover .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .food_download_info {
  background: #FFC90C;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .food_download_info .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .food_download_info .price {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .food_download_info:hover {
  font-weight: bold;
  background: #FFD029;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .food_download_info:hover .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .hotel_download_info {
  background: #6CBB5A;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .hotel_download_info .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .hotel_download_info .price {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .hotel_download_info:hover {
  font-weight: bold;
  background: #78CC65;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .hotel_download_info:hover .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .fun_download_info {
  background: #FFBAB5;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .fun_download_info .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .fun_download_info .price {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .fun_download_info:hover {
  font-weight: bold;
  background: #FFC5C0;
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .fun_download_info:hover .evaluation {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .result_item .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  column-gap: 24px;
  row-gap: 20px;
  width: 100%;
  margin: auto;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item {
  display: flex;
  width: 18vw;
  flex-direction: row;
  padding: 24px;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 10px;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item:hover {
  -moz-box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.5);
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .partners_result_image {
  display: flex;
  margin-right: 24px;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .partners_result_image:hover {
    opacity: 0.8;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .partners_result_image img {
  width: 100px;
  height: 100px;
  border-radius: 1000px;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: #363636;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .information h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .information .location {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .information .location .icon {
  background:#FFBD27;
  color: rgb(255, 255, 255);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.2s ease;
  justify-content: center;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .information .location span {
  margin-left: 2px;
}
body #wrapper #myanLife_search_result .result_content .result_list .partners_result_items .partners_result_item .information .rate {
  font-size: 16px;
  line-height: 19px;
  color: #FFBD27;
}












body #wrapper #myanLife_search_result .result_content .result_list .notfound {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 24px;
}
body #wrapper #myanLife_search_result .result_content .result_list .notfound .imgView {
  width: 150px;
  margin-right: 24px;
}
body #wrapper #myanLife_search_result .result_content .result_list .notfound .imgView img {
  width: 100%;
  height: 100%;
}
body #wrapper #myanLife_search_result .result_content .result_list .notfound .description {
  font-size: 24px;
}
body #wrapper #myanLife_search_result .result_content .result_list .notfound .description > div .result_data {
  color: rgb(216, 35, 22);
}
body #wrapper #myanLife_search_result .result_content .result_list .pagination {
  padding: 25px 0;
}
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul li {
  color: #363636;
  border-radius: 3px;
  margin: 0 5px;
  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;
}
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul li > a,
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul li > span {
  color: #363636;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul li:hover > a,
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul li:hover > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul .active > a,
body #wrapper #myanLife_search_result .result_content .result_list .pagination ul .active > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_recommend {
  margin-top: 100px;
}
body #wrapper #myanLife_recommend .recommend_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;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_recommend .recommend_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_recommend .recommend_content {
  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;
  width: 80%;
  margin: 50px auto;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 14.8vw;
  height: 14.8vw;
  color: #363636;
  text-decoration: none;
  outline: none;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .imgView {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .discount_value {
  position: absolute;
  background: rgb(255, 189, 39);
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 6px 10px;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .favorite_add {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.23);
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .favorite_add:hover .tba.active {
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .favorite_add .heart_btn {
  display: none;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .favorite_add .liked {
  color: #DE5D54;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item .data {
  position: absolute;
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item:hover .discount_value {
  top: 5%;
  left: 5%;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item:hover .data {
  color: #363636;
}
body #wrapper #myanLife_recommend .recommend_content .recommend_item:hover .favorite_add {
  top: 20px;
  right: 20px;
}
body #wrapper #myanLife_recommend .owl-theme {
  position: relative;
}
body #wrapper #myanLife_recommend .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_recommend .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_recommend .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #myanLife_recommend .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_recommend .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_recommend .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
