@charset "UTF-8";
@import url(animate.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

*:first-child + html .clearfix {
  min-height: 1%;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
  font-weight: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 100%;
}

#container {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.header-dropdown-menu .avatar-cont {
  padding: 8px 18px 15px 10px;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  border-radius: 10px 10px 0 0;
}
.header-dropdown-menu .avatar-cont::before {
  content: "";
  position: absolute;
  right: 0px;
  top: calc(50% - 3px);
  width: 12px;
  height: 6px;
  display: block;
  background: url(../img/arr_down_k.svg) center center no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-90deg);
}
.header-dropdown-menu .avatar-cont .user-pic {
  border: 1px solid #D5FA78;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.header-dropdown-menu .avatar-cont .user-pic span {
  width: 50px;
  height: 50px;
  background-color: #D5FA78;
  border-radius: 50px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-dropdown-menu .avatar-cont .user-pic span img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-dropdown-menu .avatar-cont .avatar {
  max-width: calc(100% - 65px);
  width: auto;
}
.header-dropdown-menu .avatar-cont .avatar span {
  color: #6E6E6E;
}
.header-dropdown-menu .avatar-cont .avatar p {
  font-size: 12px;
}
.header-dropdown-menu .avatar-cont .avatar p.id {
  font-size: 17px;
  color: #2C2C2C;
  padding-bottom: 5px;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.header-dropdown-menu ul li {
  border-top: 1px solid #E9E9E9;
}
.header-dropdown-menu ul li a {
  font-size: 14px;
  padding: 10px 0px;
  height: initial;
  line-height: 30px;
  width: initial;
  display: block;
  background: none;
  text-align: center;
  color: #2C2C2C;
}
.header-dropdown-menu ul li a:hover {
  color: #90C31B;
}
.header-dropdown-menu ul li a.f-icon span {
  position: relative;
  padding-left: 37px;
  padding-right: 5px;
}
.header-dropdown-menu ul li a.f-icon span::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
  width: 26px;
  height: 30px;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-dropdown-menu ul li a.calendar span::before {
  background-image: url(../img/icon_calendar.svg);
  background-size: 70%;
}
.header-dropdown-menu ul li a.ticket span::before {
  width: 23.5px;
  left: 1px;
  background-image: url(../img/icon_ticket.svg);
}
.header-dropdown-menu ul li a.order span::before {
  left: 5px;
  width: 17px;
  background-image: url(../img/icon_order.svg);
}
.header-dropdown-menu ul li a.love span::before {
  left: 5px;
  width: 21px;
  background-image: url(../img/icon_love.svg);
}
.header-dropdown-menu ul li a.collection {
  position: relative;
}
.header-dropdown-menu ul li a.collection::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 15px);
  width: 1px;
  height: 30px;
  background-color: #E9E9E9;
}
.header-dropdown-menu ul li a.collection span::before {
  left: 7px;
  width: 15px;
  background-image: url(../img/icon_favorite_line.svg);
}
.header-dropdown-menu ul li.both {
  display: flex;
}
.header-dropdown-menu ul li.both a {
  flex: 1;
}

.login-cont .login {
  background-color: #d5fa78;
  color: #2C2C2C;
  padding: 10px 15px;
  border-radius: 40px;
  margin-bottom: 15px;
}

.header-members {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  cursor: pointer;
}
.header-members span {
  font-size: 13px;
}
.header-members .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
}

.pushy .header-members {
  padding: 10px 0;
}
.pushy .other-info {
  margin-top: auto;
  padding: 20px 30px;
}
.pushy .other-info .copyrights {
  font-size: 11px;
  padding: 10px 0;
}
.pushy .other-info ul li {
  border-bottom: none;
}
.pushy .other-info ul li a {
  font-size: 15px;
  color: #2C2C2C;
  padding: 10px 0;
  display: block;
}

.ezPretty-landing-header {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ezPretty-landing-header .info-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 10px 15px;
  align-items: center;
}
.ezPretty-landing-header .logo {
  max-width: 280px;
}
.ezPretty-landing-header .logo img {
  width: 100%;
}
.ezPretty-landing-header .the-select {
  margin-left: 10px;
  position: relative;
}
.ezPretty-landing-header .the-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  background-color: transparent;
  padding: 5px 28px 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #90C31B;
  border-radius: 50px;
}
.ezPretty-landing-header .the-select::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 13px;
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(../img/arr_down_k2.svg) center center no-repeat;
  background-size: contain;
  font-weight: 900;
  pointer-events: none;
}
.ezPretty-landing-header .right-menu {
  margin-left: auto;
}
.ezPretty-landing-header .right-menu ul.header-navigation {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li {
  font-size: 15px;
  color: #2C2C2C;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a {
  color: #2C2C2C;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.f-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.f-icon:hover {
  opacity: 0.8;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.calendar {
  background-image: url(../img/icon_calendar.svg);
  background-size: 68%;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.ticket {
  background-image: url(../img/icon_ticket.svg);
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.order {
  background-image: url(../img/icon_order.svg);
}
.ezPretty-landing-header .right-menu ul.header-navigation li a:hover {
  color: #90C31B;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.login {
  background-color: #d5fa78;
  padding: 10px 15px;
  border-radius: 40px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li a.login:hover {
  color: #547507;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account {
  padding-right: 22px;
  position: relative;
  cursor: pointer;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account::before {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 3px);
  width: 12px;
  height: 6px;
  display: block;
  background: url(../img/arr_down_k.svg) center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .user-pic {
  border: 1px solid #D5FA78;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .user-pic span {
  width: 38px;
  height: 38px;
  background-color: #D5FA78;
  border-radius: 50px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .user-pic span img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu {
  position: absolute;
  top: 50px;
  right: 0;
  width: 210px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(123, 123, 123, 0.1294117647);
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu .avatar-cont {
  padding: 8px 15px 8px 10px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu .avatar-cont::before {
  right: 7px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu .avatar-cont:hover {
  background-color: #F1FFE3;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu .avatar-cont .user-pic {
  width: 56px;
  height: 56px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu .avatar-cont .user-pic span {
  width: 50px;
  height: 50px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul {
  padding: 0 10px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li {
  border-top: 1px solid #E9E9E9;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a {
  font-size: 14px;
  padding: 10px 0px;
  height: initial;
  line-height: 30px;
  width: initial;
  display: block;
  background: none;
  text-align: center;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.f-icon span {
  position: relative;
  padding-left: 37px;
  padding-right: 5px;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.f-icon span::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
  width: 26px;
  height: 30px;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.calendar span::before {
  background-image: url(../img/icon_calendar.svg);
  background-size: 70%;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.ticket span::before {
  width: 23.5px;
  left: 1px;
  background-image: url(../img/icon_ticket.svg);
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.order span::before {
  left: 5px;
  width: 17px;
  background-image: url(../img/icon_order.svg);
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.love span::before {
  left: 5px;
  width: 21px;
  background-image: url(../img/icon_love.svg);
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.collection {
  position: relative;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.collection::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 15px);
  width: 1px;
  height: 30px;
  background-color: #E9E9E9;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li a.collection span::before {
  left: 7px;
  width: 15px;
  background-image: url(../img/icon_favorite_line.svg);
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li.both {
  display: flex;
}
.ezPretty-landing-header .right-menu ul.header-navigation li .account .header-dropdown-menu ul li.both a {
  flex: 1;
}
.ezPretty-landing-header .members {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  cursor: pointer;
}
.ezPretty-landing-header .members span {
  font-size: 13px;
}
.ezPretty-landing-header .members .phoro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
}
.ezPretty-landing-header .menu-btn {
  margin-left: auto;
  background: none;
  display: none;
  padding-left: 0;
}
.ezPretty-landing-header .menu-btn span {
  width: 50px;
  height: 50px;
  background: url(../img/bars-solid.svg) center center no-repeat;
  background-size: 40%;
  display: block;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .ezPretty-landing-header .logo {
    max-width: 240px;
  }
}
@media (max-width: 900px) {
  .ezPretty-landing-header .logo {
    max-width: 200px;
  }
  .ezPretty-landing-header .members, .ezPretty-landing-header .right-menu {
    display: none;
  }
  .ezPretty-landing-header .menu-btn {
    display: block;
  }
}

.ezPretty-landing-container {
  width: 100%;
}
.ezPretty-landing-container .mbox {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.ezPretty-landing-container img {
  width: 100%;
}
.ezPretty-landing-container .c-blue {
  color: #306ED9;
}
.ezPretty-landing-container .c-green {
  color: #90C31B;
  font-weight: bold;
}
.ezPretty-landing-container .c-brightgreen {
  color: #D4FA77;
}
.ezPretty-landing-container .c-red {
  color: #FF705B;
}
.ezPretty-landing-container .text-bubble {
  background-color: #D4FA77;
  border-radius: 50px;
  padding: 20px 35px;
  position: relative;
  box-shadow: 0 4px 4px 0 #DCE7D6;
}
.ezPretty-landing-container .text-bubble::before {
  position: absolute;
  right: -11px;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #d5fa77 transparent transparent transparent;
}
.ezPretty-landing-container .text-bubble p {
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.ezPretty-landing-container .info-content {
  width: 100%;
}
.ezPretty-landing-container .top-title {
  text-align: center;
}
.ezPretty-landing-container .top-title .sub-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #2C2C2C;
}
.ezPretty-landing-container .sub-info {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #2C2C2C;
  text-align: center;
  line-height: 2;
}
.ezPretty-landing-container h3 {
  font-size: 34px;
  line-height: 1.2;
  margin: 20px 0;
  display: block;
  font-weight: 700;
}
.ezPretty-landing-container h3.bg-title {
  max-width: 600px;
  position: relative;
  background: #fff;
  display: inline-block;
  color: #2C2C2C;
  padding: 10px 80px;
  border-radius: 50px;
  border: 1px solid #90C31B;
  box-shadow: 0 4px 0px #90C31B;
}
.ezPretty-landing-container h3.bg-title::before, .ezPretty-landing-container h3.bg-title::after {
  content: "";
  height: 5px;
  width: 26px;
  display: block;
  position: absolute;
  border-top: 2px solid #90C31B;
  border-bottom: 2px solid #90C31B;
  top: calc(50% - 2.5px);
}
.ezPretty-landing-container h3.bg-title::before {
  left: 25px;
}
.ezPretty-landing-container h3.bg-title::after {
  right: 25px;
}
.ezPretty-landing-container .text-info {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
.ezPretty-landing-container .text-info a {
  font-weight: initial;
}
.ezPretty-landing-container .text-info a:hover {
  text-decoration: underline;
}
.ezPretty-landing-container .table-style {
  padding: 25px 0;
}
.ezPretty-landing-container .table-style table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FBFBFB;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 7px 0 #dbdbdb;
}
.ezPretty-landing-container .table-style table th, .ezPretty-landing-container .table-style table td {
  color: #2C2C2C;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.5;
  font-size: 16px;
  border-left: 1px solid #306ED9;
  border-top: 1px solid #306ED9;
  vertical-align: middle;
  font-weight: 500;
}
.ezPretty-landing-container .table-style table th {
  color: #fff;
  border-left-color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.ezPretty-landing-container .table-style table thead {
  background-color: #306ED9;
}
.ezPretty-landing-container .table-style table thead tr th:first-child {
  border-left-color: transparent;
  min-width: 18%;
}
.ezPretty-landing-container .table-style table tbody tr td:first-child {
  border-left-color: transparent;
}
.ezPretty-landing-container .btn-style {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ezPretty-landing-container .btn-style .btn {
  cursor: pointer;
  width: 100%;
  max-width: 315px;
  display: inline-block;
  padding: 14px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #90C31B;
  background-color: #90C31B;
  border-radius: 40px;
  text-align: center;
}
.ezPretty-landing-container .btn-style .btn:hover {
  opacity: 0.9;
}
.ezPretty-landing-container .btn-style .bg-blue {
  background-color: #306ED9;
}
@media (max-width: 768px) {
  .ezPretty-landing-container .btn-style .btn {
    font-size: 16px;
  }
}
.ezPretty-landing-container .google-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ezPretty-landing-container .google-btn .btn {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  padding: 14px 20px;
  font-size: 18px;
  color: #2C2C2C;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
}
.ezPretty-landing-container .google-btn .btn span {
  position: relative;
  padding-left: 40px;
}
.ezPretty-landing-container .google-btn .btn span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/G_logo.svg) center center no-repeat;
  background-size: contain;
}
.ezPretty-landing-container .google-btn .btn:hover {
  border-color: #848484;
}
@media (max-width: 768px) {
  .ezPretty-landing-container .google-btn .btn {
    font-size: 16px;
  }
}
.ezPretty-landing-container .landing-cover {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ezPretty-landing-container .landing-cover .mbox {
  position: relative;
}
.ezPretty-landing-container .landing-cover .mbox .img-a {
  position: absolute;
  width: 8.5vw;
  max-width: 96px;
  left: -10%;
  top: 40%;
  z-index: 0;
}
.ezPretty-landing-container .landing-cover .mbox .img-b {
  position: absolute;
  width: 23vw;
  max-width: 140px;
  left: 10%;
  bottom: -90px;
  z-index: 0;
}
.ezPretty-landing-container .landing-cover .mbox .img-c {
  position: absolute;
  width: 23vw;
  max-width: 175px;
  right: 5%;
  bottom: -135px;
  z-index: 2;
}
.ezPretty-landing-container .landing-cover .mbox .img-d {
  position: absolute;
  width: 8vw;
  max-width: 100px;
  right: -20%;
  top: 33%;
  z-index: 0;
}
.ezPretty-landing-container .landing-cover .info-box {
  padding-bottom: 50px;
  position: relative;
}
.ezPretty-landing-container .landing-cover .info-box h1.main-title {
  color: #2C2C2C;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  text-align: center;
}
.ezPretty-landing-container .landing-cover .info-box h2.sub-title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}
.ezPretty-landing-container .landing-cover .info-box .text-bubble {
  margin: 0 auto;
  max-width: 500px;
}
.ezPretty-landing-container .landing-cover .info-box .text-bubble p {
  font-size: 18px;
}
.ezPretty-landing-container .landing-cover .img-boy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.ezPretty-landing-container .landing-cover .img-boy .text-bubble {
  margin: initial;
}
.ezPretty-landing-container .landing-cover .img-boy .boy {
  max-width: 95px;
}
.ezPretty-landing-container .info-content {
  padding: 20px;
  padding: 50px 0;
}
.ezPretty-landing-container .info-content .text h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.ezPretty-landing-container .info-content .text p {
  font-size: 16px;
  line-height: 1.5;
}
.ezPretty-landing-container .bg-about {
  background-image: url(../img/bg_top_about.png);
  background-size: cover;
}
.ezPretty-landing-container .bg-join {
  background-image: url(../img/bg_top_join.png);
  background-size: cover;
}
.ezPretty-landing-container .for-features .mbox {
  padding: 40px 0;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.ezPretty-landing-container .for-features .mbox .info-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ezPretty-landing-container .for-features .mbox .info-card h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #2C2C2C;
  padding: 30px 0 10px 0;
}
.ezPretty-landing-container .for-features .mbox .info-card .text {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background-color: #EFEFEF;
}
.ezPretty-landing-container .for-features .mbox .info-card .text p {
  font-size: 15px;
}
.ezPretty-landing-container .for-features .mbox .info-card:nth-child(1) img {
  max-width: 70%;
}
.ezPretty-landing-container .for-features .mbox .info-card:nth-child(2) img, .ezPretty-landing-container .for-features .mbox .info-card:nth-child(3) img {
  max-width: 90%;
}
.ezPretty-landing-container .for-features .mbox .info-card:nth-child(4) .text {
  gap: 10px;
}
.ezPretty-landing-container .for-features .mbox .info-card:nth-child(4) img {
  max-width: 65%;
  margin-top: -66px;
}
.ezPretty-landing-container .for-features .mbox .info-card:nth-child(5) img {
  max-width: 55%;
}
.ezPretty-landing-container .for-collaborate {
  background: linear-gradient(to bottom, #ffffff 0%, #f2ffe9 100%);
}
.ezPretty-landing-container .for-collaborate .table-style table tbody tr td {
  width: 27%;
}
.ezPretty-landing-container .for-collaborate .table-style table tbody tr td:first-child {
  width: initial;
  font-weight: 700;
}
.ezPretty-landing-container .for-growing {
  background: linear-gradient(to bottom, #f2ffe9 0%, #ffffff 100%);
}
.ezPretty-landing-container .for-growing .table-style table tbody tr td {
  width: 22%;
}
.ezPretty-landing-container .for-growing .table-style table tbody tr td:last-child {
  width: initial;
}
.ezPretty-landing-container .for-growing .f-s-l {
  font-size: 22px;
  font-weight: 700;
}
.ezPretty-landing-container .for-form {
  background: linear-gradient(to bottom, #ffffff 0%, #f2ffe9 70%);
}
.ezPretty-landing-container .for-form .mbox {
  max-width: 780px;
}
.ezPretty-landing-container .for-form .paperbox {
  padding: 60px;
  background: #FBFBFB;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 #DCE7D6;
}
.ezPretty-landing-container .for-form .paperbox .text-info {
  padding: 30px 0 25px 0;
  text-align: center;
}
.ezPretty-landing-container .for-form .paperbox form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.ezPretty-landing-container .for-form .paperbox .row {
  flex: calc(50% - 15px);
  flex-grow: 1;
  flex-shrink: 1;
}
.ezPretty-landing-container .for-form .paperbox .w-100 {
  flex: 100%;
}
.ezPretty-landing-container .for-form .paperbox label {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  padding-left: 5px;
}
.ezPretty-landing-container .for-form .paperbox label .text-danger {
  color: #FF705B;
}
.ezPretty-landing-container .for-form .paperbox input, .ezPretty-landing-container .for-form .paperbox select, .ezPretty-landing-container .for-form .paperbox textarea {
  font-size: 16px;
  border-radius: 10px;
  line-height: 30px;
  min-height: 30px;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 8px 15px;
}
.ezPretty-landing-container .for-form .paperbox input:focus, .ezPretty-landing-container .for-form .paperbox select:focus, .ezPretty-landing-container .for-form .paperbox textarea:focus {
  border-color: #90C31B;
  box-shadow: 0px 1px 5px #90C31B;
}
.ezPretty-landing-container .for-form .paperbox input::-moz-placeholder, .ezPretty-landing-container .for-form .paperbox select::-moz-placeholder, .ezPretty-landing-container .for-form .paperbox textarea::-moz-placeholder {
  color: #797979;
}
.ezPretty-landing-container .for-form .paperbox input::placeholder, .ezPretty-landing-container .for-form .paperbox select::placeholder, .ezPretty-landing-container .for-form .paperbox textarea::placeholder {
  color: #797979;
}
.ezPretty-landing-container .for-form .paperbox .the-select {
  min-height: 48px;
  position: relative;
}
.ezPretty-landing-container .for-form .paperbox .the-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  background-color: #fff;
}
.ezPretty-landing-container .for-form .paperbox .the-select::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(../img/arr_down_k.svg) center center no-repeat;
  background-size: contain;
  font-weight: 900;
  pointer-events: none;
}
.ezPretty-landing-container .for-form .btn-style {
  padding-top: 20px;
}
.ezPretty-landing-container .for-founder {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  max-width: 730px;
}
.ezPretty-landing-container .for-founder .img-founder {
  flex: 1.5;
}
.ezPretty-landing-container .for-founder .text-bubble {
  flex: 2;
  text-align: center;
  padding: 35px 35px;
}
.ezPretty-landing-container .for-founder .text-bubble::before {
  right: initial;
  top: 35px;
  left: -25px;
  border-width: 0 40px 40px 0;
  border-color: transparent #d5fa77 transparent transparent;
}
.ezPretty-landing-container .for-founder .text-bubble h4 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 16px;
}
.ezPretty-landing-container .for-founder .text-bubble p {
  font-size: 22px;
}
.ezPretty-landing-container .for-can .mbox {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ezPretty-landing-container .for-can .mbox .info-card {
  flex: 33%;
  position: relative;
}
.ezPretty-landing-container .for-can .mbox .info-card h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #2C2C2C;
  padding: 20px 0 10px 0;
  line-height: 1.5;
}
.ezPretty-landing-container .for-can .mbox .info-card .text {
  display: flex;
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background-color: #EFEFEF;
  margin: 0 auto;
}
.ezPretty-landing-container .for-can .mbox .info-card:nth-child(1) img {
  max-width: 70%;
}
.ezPretty-landing-container .for-can .mbox .info-card:nth-child(2) img {
  max-width: 90%;
}
.ezPretty-landing-container .for-can .mbox .info-card:nth-child(3) img {
  max-width: 75%;
}
.ezPretty-landing-container .for-step {
  background: linear-gradient(to bottom, #fff 0%, #f2ffe9 100%);
}
.ezPretty-landing-container .for-step p {
  color: #2C2C2C;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.ezPretty-landing-container .for-step p.text {
  padding: 0 15px;
}
.ezPretty-landing-container .for-step .top-title .text-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.ezPretty-landing-container .for-step .top-title .text-info p {
  font-size: 18px;
  font-weight: initial;
}
.ezPretty-landing-container .for-step .top-title .text-info .arr-green {
  width: 18px;
  height: 14px;
  display: block;
  background: url(../img/arr_green.svg) center center no-repeat;
  background-size: contain;
}
.ezPretty-landing-container .for-step .mbox {
  padding: 40px 20px;
  display: flex;
  max-width: 1000px;
  justify-content: center;
  gap: 20px;
}
.ezPretty-landing-container .for-step .mbox .info-card {
  flex: 1;
  position: relative;
  text-align: center;
  position: relative;
}
.ezPretty-landing-container .for-step .mbox .info-card h5 {
  text-align: center;
  min-width: 135px;
  font-size: 16px;
  color: #2C2C2C;
  padding: 8px 10px;
  line-height: 1.5;
  background: #D4FA77;
  border: 1px solid #90C31B;
  border-radius: 40px;
  display: inline-block;
  margin-top: 20px;
}
.ezPretty-landing-container .for-step .mbox .info-card .arr {
  width: 16px;
  height: 27px;
  position: absolute;
  top: calc(42% - 8px);
  left: -17px;
}
.ezPretty-landing-container .for-step .btn-style {
  padding: 40px 0;
}
@media (max-width: 1380px) {
  .ezPretty-landing-container .for-features .mbox .info-card .text {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    gap: 15px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1080px) {
  .ezPretty-landing-container h3.bg-title {
    font-size: 28px;
  }
  .ezPretty-landing-container .landing-cover .info-box h1.main-title {
    font-size: 40px;
  }
  .ezPretty-landing-container .landing-cover .info-box h2.sub-title, .ezPretty-landing-container .landing-cover .info-box .sub-info {
    padding: 0;
    font-size: 18px;
  }
  .ezPretty-landing-container .for-features .mbox {
    gap: 10px;
  }
  .ezPretty-landing-container .for-features .mbox .info-card {
    flex: 30%;
    max-width: 30%;
  }
  .ezPretty-landing-container .for-features .mbox .info-card h5 {
    font-size: 17px;
    padding-top: 15px;
  }
  .ezPretty-landing-container .for-features .mbox .info-card .text {
    width: 28vw;
    height: 28vw;
  }
  .ezPretty-landing-container .bg-join .info-box .text-bubble {
    max-width: 64%;
    margin-right: 23%;
  }
  .ezPretty-landing-container .bg-join .info-box .text-bubble::before {
    right: 39px;
    top: initial;
    bottom: -20px;
    border-width: 0 30px 20px 0;
    border-color: transparent #d5fa77 transparent transparent;
  }
  .ezPretty-landing-container .bg-join .info-box .text-bubble p {
    font-size: 15px;
  }
  .ezPretty-landing-container .bg-join .mbox .img-b {
    left: 5%;
  }
  .ezPretty-landing-container .bg-join .mbox .img-c {
    bottom: -29px;
  }
  .ezPretty-landing-container .for-founder {
    gap: 20px;
  }
  .ezPretty-landing-container .for-founder .text-bubble {
    padding: 20px;
  }
  .ezPretty-landing-container .for-founder .text-bubble h4 {
    font-size: 22px;
  }
  .ezPretty-landing-container .for-founder .text-bubble p {
    font-size: 18px;
  }
  .ezPretty-landing-container .for-can .mbox .info-card {
    flex: 30%;
    max-width: 30%;
  }
  .ezPretty-landing-container .for-can .mbox .info-card h5 {
    font-size: 17px;
  }
  .ezPretty-landing-container .for-step p.text {
    font-size: 18px;
  }
  .ezPretty-landing-container .for-step .top-title .text-info {
    gap: 15px;
  }
  .ezPretty-landing-container .for-step .top-title .text-info p {
    font-size: 15px;
    line-height: 1.2;
  }
  .ezPretty-landing-container .for-step .mbox {
    gap: 25px;
    flex-wrap: wrap;
  }
  .ezPretty-landing-container .for-step .mbox .info-card {
    flex: 38vw;
    max-width: 38vw;
  }
  .ezPretty-landing-container .for-step .mbox .info-card h5 {
    font-size: 15px;
    min-width: 100%;
  }
}
@media (max-width: 850px) {
  .ezPretty-landing-container h3.bg-title {
    font-size: 25px;
  }
  .ezPretty-landing-container .landing-cover .info-box h1.main-title {
    font-size: 32px;
  }
  .ezPretty-landing-container .landing-cover .info-box h2.sub-title, .ezPretty-landing-container .landing-cover .info-box .sub-info {
    padding: 0;
    font-size: 16px;
  }
  .ezPretty-landing-container .bg-join .info-box .text-bubble {
    max-width: 79%;
    margin-right: 17%;
  }
  .ezPretty-landing-container .bg-join .mbox .img-b {
    left: 0%;
    bottom: -146px;
  }
  .ezPretty-landing-container .info-content {
    padding: 20px 0;
  }
  .ezPretty-landing-container .for-form .paperbox {
    padding: 20px;
  }
  .ezPretty-landing-container .for-form .paperbox .row {
    flex: 100%;
  }
  .ezPretty-landing-container .for-form .btn-style {
    padding-top: 0;
  }
  .ezPretty-landing-container .table-style table th {
    font-size: 16px;
    padding: 10px 5px;
  }
  .ezPretty-landing-container .table-style table td {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  .ezPretty-landing-container .top-title {
    padding: 0 15px;
  }
  .ezPretty-landing-container .top-title .sub-title, .ezPretty-landing-container .top-title .sub-info {
    font-size: 20px;
  }
  .ezPretty-landing-container .table-style table th {
    font-size: 14px;
    padding: 10px 5px;
  }
  .ezPretty-landing-container .table-style table td {
    font-size: 13px;
    padding: 10px 5px;
  }
  .ezPretty-landing-container .for-founder {
    gap: 20px;
    flex-direction: column;
  }
  .ezPretty-landing-container .for-founder .img-founder {
    max-width: 50%;
  }
  .ezPretty-landing-container .for-founder .text-bubble {
    padding: 25px;
  }
  .ezPretty-landing-container .for-founder .text-bubble::before {
    top: -32px;
    left: initial;
    right: 25%;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #d5fa77;
  }
  .ezPretty-landing-container .for-founder .text-bubble h4 {
    font-size: 22px;
  }
  .ezPretty-landing-container .for-founder .text-bubble p {
    font-size: 18px;
  }
  .ezPretty-landing-container .for-features .mbox {
    padding-bottom: 5px;
  }
  .ezPretty-landing-container .for-features .mbox .info-card {
    flex: 45%;
    max-width: 45%;
    margin-bottom: 20px;
  }
  .ezPretty-landing-container .for-features .mbox .info-card .text {
    width: 42vw;
    height: 42vw;
  }
  .ezPretty-landing-container .for-features .mbox .info-card .text p {
    font-size: 14px;
  }
  .ezPretty-landing-container .for-can .mbox {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .ezPretty-landing-container .for-can .mbox .info-card {
    flex: 45%;
    max-width: 45%;
  }
  .ezPretty-landing-container .for-can .mbox .info-card h5 {
    padding-top: 10px;
    font-size: 15px;
  }
  .ezPretty-landing-container .for-can .mbox .info-card .text {
    width: 42vw;
    height: 42vw;
  }
}
@media (max-width: 600px) {
  .ezPretty-landing-container .mob {
    display: block;
  }
  .ezPretty-landing-container .table-style {
    padding-top: 8px;
  }
  .ezPretty-landing-container .landing-cover .info-box h1.main-title {
    font-size: 30px;
  }
  .ezPretty-landing-container .landing-cover .info-box .text-bubble p {
    font-size: 14px;
  }
  .ezPretty-landing-container .bg-join .mbox .img-b {
    bottom: -60px;
  }
  .ezPretty-landing-container .bg-join .mbox .img-d {
    top: 27%;
    right: 0;
  }
  .ezPretty-landing-container .for-can .mbox .info-card h5 {
    font-size: 14px;
  }
  .ezPretty-landing-container .for-step p.text {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .ezPretty-landing-container h3.bg-title {
    font-size: 22px;
  }
  .ezPretty-landing-container .bg-about .info-box {
    padding-bottom: 0px;
  }
  .ezPretty-landing-container .top-title .sub-title {
    font-size: 18px;
  }
  .ezPretty-landing-container .for-growing .f-s-l {
    font-size: 20px;
  }
}
.ezPretty-landing-container .main-seach-box {
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 70%);
  padding-bottom: 20px;
}
.ezPretty-landing-container .main-seach-box .paperbox {
  padding: 20px;
  border-radius: 40px;
  box-shadow: 0 4px 4px 0 #d4d4d4;
}
.ezPretty-landing-container .main-seach-box .paperbox form {
  gap: 8px;
}
.ezPretty-landing-container .main-seach-box .mbox {
  max-width: 1320px;
  padding-bottom: 25px;
}
.ezPretty-landing-container .main-seach-box .field {
  flex: 1;
}
.ezPretty-landing-container .main-seach-box .field:first-child select {
  border-radius: 50px 20px 20px 50px;
}
.ezPretty-landing-container .main-seach-box .f-group {
  flex: 2;
  position: relative;
}
.ezPretty-landing-container .main-seach-box .f-group input {
  border-radius: 20px 50px 50px 20px;
}
.ezPretty-landing-container .main-seach-box .f-group button {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 980px) {
  .ezPretty-landing-container .main-seach-box .field {
    flex: calc(49% - 10px);
  }
  .ezPretty-landing-container .main-seach-box .field:first-child select {
    border-radius: 10px;
  }
  .ezPretty-landing-container .main-seach-box .f-group input {
    border-radius: 10px;
  }
}
.ezPretty-landing-container .for-login .top-title {
  padding-bottom: 20px;
}
.ezPretty-landing-container .for-login .mbox {
  max-width: 760px;
}
.ezPretty-landing-container .for-login .paperbox form {
  flex-direction: column;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check p {
  font-size: 15px;
  margin-left: auto;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check p a {
  font-weight: initial;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check p a:hover {
  text-decoration: underline;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: initial;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check label a {
  font-weight: initial;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check label a:hover {
  text-decoration: underline;
}
.ezPretty-landing-container .for-login .paperbox form .row .form-check input {
  width: initial;
  width: 20px;
  line-height: initial;
  min-height: 20px;
}

.for-category {
  background: linear-gradient(to bottom, #f1f1f1 0%, #fff 70%);
}
.for-category .category-block {
  padding-bottom: 40px;
}
.for-category .category-block .mbox {
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: self-start;
  justify-content: center;
}
.for-category .category-block .a-item {
  flex: calc(10.5% - 20px);
  max-width: calc(11% - 20px);
}
.for-category .category-block .a-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.for-category .category-block .a-item .icon {
  width: 85px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0px 4px 4px #f2f2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.for-category .category-block .a-item .icon img {
  max-width: 60%;
}
.for-category .category-block .a-item p {
  padding-top: 12px;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .for-category .category-block .a-item {
    flex: calc(12.5% - 20px);
    max-width: calc(13% - 20px);
  }
}
@media (max-width: 1000px) {
  .for-category .category-block .mbox {
    gap: 20px;
  }
  .for-category .category-block .a-item {
    flex: calc(20.5% - 20px);
    max-width: calc(20% - 20px);
  }
  .for-category .category-block .a-item .icon {
    width: 75px;
    height: 75px;
  }
  .for-category .category-block .a-item p {
    font-size: 14px;
  }
}
@media (max-width: 765px) {
  .for-category .category-block .a-item {
    flex: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .for-category .category-block .a-item .icon {
    width: 70px;
    height: 70px;
  }
}

.container .top-title {
  font-size: 28px;
  padding-bottom: 20px;
}
.container .top-title .set {
  font-size: 15px;
  cursor: pointer;
  border: 2px solid #DBDBDB;
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 50px;
  color: #2C2C2C;
}
.container .top-title .set:hover {
  border-color: #90C31B;
}
.container .top-title .set.active {
  border-width: 2px;
  border-color: #90C31B;
  background-color: #F1FFE3;
}
.container .top-title .set.active .c-green {
  color: #90C31B;
}
.container .top-title .section-title {
  margin-bottom: initial;
  padding-left: 45px;
  position: relative;
  font-weight: bold;
}
.container .top-title .section-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 26px;
  left: 0;
  top: calc(50% - 13px);
  background-position: center center;
  background-repeat: no-repeat;
}
.container .top-title .icon-star::before {
  background-image: url(../img/icon/title_icon_star.svg);
  background-size: contain;
}
.container .top-title .icon-map::before {
  background-image: url(../img/icon/title_icon_map.svg);
  background-size: contain;
}
.container .top-title .icon-good::before {
  background-image: url(../img/icon/title_icon_good.svg);
  background-size: contain;
}
.container .top-title .icon-hot::before {
  background-image: url(../img/icon/title_icon_hot.svg);
  background-size: contain;
}
.container .top-title .top-filter {
  display: flex;
  gap: 10px;
  align-items: center;
}
.container .top-title .top-filter button {
  cursor: pointer;
}
.container .top-title .top-filter button.label-title {
  font-size: 15px;
  border: 2px solid #DBDBDB;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  color: #2C2C2C;
}
.container .top-title .top-filter button.label-title:hover {
  border-color: #90C31B;
}
.container .top-title .top-filter button.active {
  border-width: 2px;
  border-color: #90C31B;
  background-color: #F1FFE3;
}
.container .fl {
  display: flex;
  align-items: center;
  gap: 15px;
}
.container .fl2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1000px) {
  .container .top-title .section-title {
    font-size: 22px;
  }
  .container .fl {
    display: initial;
  }
  .container .top-filter {
    padding: 15px 0 10px 0;
  }
  .container .top-filter .label-title {
    font-size: 15px;
  }
}
@media (max-width: 765px) {
  .container .top-filter .label-title {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.recommended-container {
  padding: 30px 0;
}
.recommended-container .swiper-cont {
  padding: 20px 0;
}
.recommended-container .swiper-container .swiper-slide .store-img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D1D1D1;
  display: block;
}
.recommended-container .swiper-container .swiper-slide .store-img:hover {
  opacity: 0.8;
}
.recommended-container .swiper-container .swiper-slide .text {
  position: relative;
  padding: 5px 0;
}
.recommended-container .swiper-container .swiper-slide .text .favorite {
  position: absolute;
  right: 0;
  top: 2px;
  width: 35px;
  height: 35px;
  background: url(../img/icon_favorite_gray.svg) center center no-repeat;
  background-size: 40%;
}
.recommended-container .swiper-container .swiper-slide .text .favorite.active {
  background: url(../img/icon_favorite.svg) center center no-repeat;
}
.recommended-container .swiper-container .swiper-slide .text .store-name {
  font-size: 17px;
  font-weight: 500;
  padding-right: 28px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommended-container .swiper-container .swiper-slide .text .rating, .recommended-container .swiper-container .swiper-slide .text .price, .recommended-container .swiper-container .swiper-slide .text .map-info {
  line-height: 1.2;
  font-size: 14px;
  color: #2C2C2C;
}
.recommended-container .swiper-container .swiper-slide .text .price span {
  color: #F44336;
}
.recommended-container .swiper-container .swiper-slide .text .star {
  color: #FDD349;
  clip-path: polygon(6px 0, 4.31px 3.98px, 0 4.34px, 3.28px 7.18px, 2.29px 11.4px, 6px 9.16px, 9.71px 11.4px, 8.72px 7.18px, 12px 4.34px, 7.69px 3.98px, 6px 0, 20px 0, 18.31px 3.98px, 14px 4.34px, 17.28px 7.18px, 16.29px 11.4px, 20px 9.16px, 23.71px 11.4px, 22.72px 7.18px, 26px 4.34px, 21.69px 3.98px, 20px 0, 34px 0, 32.31px 3.98px, 28px 4.34px, 31.28px 7.18px, 30.29px 11.4px, 34px 9.16px, 37.71px 11.4px, 36.72px 7.18px, 40px 4.34px, 35.69px 3.98px, 34px 0, 48px 0, 46.31px 3.98px, 42px 4.34px, 45.28px 7.18px, 44.29px 11.4px, 48px 9.16px, 51.71px 11.4px, 50.72px 7.18px, 54px 4.34px, 49.69px 3.98px, 48px 0, 62px 0, 60.31px 3.98px, 56px 4.34px, 59.28px 7.18px, 58.29px 11.4px, 62px 9.16px, 65.71px 11.4px, 64.72px 7.18px, 68px 4.34px, 63.69px 3.98px, 62px 0);
  display: inline-block;
  width: 68px;
  height: 11.4px;
}
.recommended-container .swiper-container .swiper-slide .text .map-info {
  padding-left: 20px;
  padding-top: 7px;
  position: relative;
}
.recommended-container .swiper-container .swiper-slide .text .map-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12.5px;
  height: 17px;
  display: block;
  background: url(../img/icon_map.svg) center center no-repeat;
  background-size: contain;
}
.recommended-container .swiper-container .swiper-slide .text .map-info .store-city {
  font-weight: 400;
}
.recommended-container .swiper-container .swiper-slide .text .map-info .distance {
  color: #868686;
}
.recommended-container .swiper-container .swiper-button-next, .recommended-container .swiper-container .swiper-button-prev {
  color: #808080;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.recommended-container .swiper-container .swiper-button-next:after,
.recommended-container .swiper-container .swiper-button-prev:after {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
}
.recommended-container .swiper-container .swiper-button-prev:after {
  background: url(../img/slider-arr-l.svg) center center no-repeat;
}
.recommended-container .swiper-container .swiper-button-next:after {
  background: url(../img/slider-arr-r.svg) center center no-repeat;
}
@media (max-width: 765px) {
  .recommended-container .swiper-container .swiper-button-next, .recommended-container .swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .recommended-container .swiper-container .swiper-button-next:after,
  .recommended-container .swiper-container .swiper-button-prev:after {
    content: "";
    width: 40px;
    height: 40px;
  }
}
.recommended-container .swiper-container-feedback .swiper-slide {
  padding: 10px;
  border: 1px solid #D1D1D1;
  border-radius: 16px;
  min-height: 350px;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.recommended-container .swiper-container-feedback .swiper-slide::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 95%);
  padding-bottom: 20px;
  z-index: 1;
}
.recommended-container .swiper-container-feedback .swiper-slide .more {
  z-index: 2;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #2C2C2C;
  font-size: 14px;
}
.recommended-container .swiper-container-feedback .swiper-slide .more:hover {
  text-decoration: underline;
}
.recommended-container .swiper-container-feedback .swiper-slide .more span {
  color: #90C31B;
  padding-left: 5px;
}
.recommended-container .swiper-container-feedback .swiper-slide .store-info {
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  gap: 15px;
  padding: 5px;
}
.recommended-container .swiper-container-feedback .swiper-slide .store-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D1D1D1;
  display: block;
}
.recommended-container .swiper-container-feedback .swiper-slide .store-img img {
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommended-container .swiper-container-feedback .swiper-slide .text {
  padding: 5px 0;
  max-width: calc(100% - 115px);
}
.recommended-container .swiper-container-feedback .swiper-slide .text .store-name {
  font-size: 17px;
  font-weight: 500;
  padding-right: 28px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .rating, .recommended-container .swiper-container-feedback .swiper-slide .text .price, .recommended-container .swiper-container-feedback .swiper-slide .text .map-info {
  line-height: 1.2;
  font-size: 14px;
  color: #2C2C2C;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .price span {
  color: #F44336;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .star {
  color: #FDD349;
  clip-path: polygon(6px 0, 4.31px 3.98px, 0 4.34px, 3.28px 7.18px, 2.29px 11.4px, 6px 9.16px, 9.71px 11.4px, 8.72px 7.18px, 12px 4.34px, 7.69px 3.98px, 6px 0, 20px 0, 18.31px 3.98px, 14px 4.34px, 17.28px 7.18px, 16.29px 11.4px, 20px 9.16px, 23.71px 11.4px, 22.72px 7.18px, 26px 4.34px, 21.69px 3.98px, 20px 0, 34px 0, 32.31px 3.98px, 28px 4.34px, 31.28px 7.18px, 30.29px 11.4px, 34px 9.16px, 37.71px 11.4px, 36.72px 7.18px, 40px 4.34px, 35.69px 3.98px, 34px 0, 48px 0, 46.31px 3.98px, 42px 4.34px, 45.28px 7.18px, 44.29px 11.4px, 48px 9.16px, 51.71px 11.4px, 50.72px 7.18px, 54px 4.34px, 49.69px 3.98px, 48px 0, 62px 0, 60.31px 3.98px, 56px 4.34px, 59.28px 7.18px, 58.29px 11.4px, 62px 9.16px, 65.71px 11.4px, 64.72px 7.18px, 68px 4.34px, 63.69px 3.98px, 62px 0);
  display: inline-block;
  width: 68px;
  height: 11.4px;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .map-info {
  padding-left: 20px;
  padding-top: 7px;
  position: relative;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .map-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12.5px;
  height: 17px;
  display: block;
  background: url(../img/icon_map.svg) center center no-repeat;
  background-size: contain;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .map-info .store-city {
  font-weight: 400;
}
.recommended-container .swiper-container-feedback .swiper-slide .text .map-info .distance {
  color: #868686;
}
.recommended-container .swiper-container-feedback .swiper-slide .feedback-box {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recommended-container .swiper-container-feedback .swiper-slide .feedback-box .user-feedback {
  display: flex;
  gap: 15px;
}
.recommended-container .swiper-container-feedback .swiper-slide .feedback-box .user-feedback .user-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  display: block;
}
.recommended-container .swiper-container-feedback .swiper-slide .feedback-box .user-feedback .user-img img {
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommended-container .swiper-container-feedback .swiper-slide .feedback-box .user-feedback .text {
  padding-top: 0;
  max-width: calc(100% - 60px);
}
.recommended-container .swiper-container-feedback .swiper-slide .feedback-box .user-feedback .text p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.4;
}
.recommended-container .swiper-container-feedback .swiper-button-next, .recommended-container .swiper-container-feedback .swiper-button-prev {
  color: #808080;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.recommended-container .swiper-container-feedback .swiper-button-next:after,
.recommended-container .swiper-container-feedback .swiper-button-prev:after {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
}
.recommended-container .swiper-container-feedback .swiper-button-prev:after {
  background: url(../img/slider-arr-l.svg) center center no-repeat;
}
.recommended-container .swiper-container-feedback .swiper-button-next:after {
  background: url(../img/slider-arr-r.svg) center center no-repeat;
}
@media (max-width: 765px) {
  .recommended-container .swiper-container-feedback .swiper-button-next, .recommended-container .swiper-container-feedback .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .recommended-container .swiper-container-feedback .swiper-button-next:after,
  .recommended-container .swiper-container-feedback .swiper-button-prev:after {
    content: "";
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 765px) {
  .recommended-container {
    padding: 15px 0;
  }
}

.footer-area {
  margin-top: auto;
}

.copy-right-text p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 10px;
  color: #fff;
  margin-bottom: 5px;
}

.my-modal-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1725490196);
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.my-modal-container .my-modal {
  background-color: #F8F8F8;
  display: inline-block;
  border-radius: 20px;
  max-width: 800px;
  width: 85vw;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}
.my-modal-container .my-modal .right-close {
  min-width: initial;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #90C31B;
  z-index: 20;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.my-modal-container .my-modal .for-category .category-block {
  padding: 40px;
}
.my-modal-container .my-modal .for-category .category-block .a-item {
  flex: calc(20.5% - 20px);
  max-width: calc(20% - 20px);
}
.my-modal-container .my-modal .for-category .category-block .a-item.active .icon {
  border: 2px solid #90C31B;
}
@media (max-width: 765px) {
  .my-modal-container .my-modal .for-category .category-block {
    padding: 20px;
  }
  .my-modal-container .my-modal .for-category .category-block .a-item {
    flex: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (max-width: 550px) {
  .my-modal-container .my-modal .for-category .category-block {
    padding: 20px 15px;
  }
  .my-modal-container .my-modal .for-category .category-block .a-item p {
    font-size: 12px;
  }
}
.my-modal-container .my-modal .top-title {
  text-align: center;
  padding-bottom: 25px;
}
.my-modal-container .my-modal .top-title h3 {
  font-size: 24px;
  font-weight: bold;
}
.my-modal-container .my-modal .top-title p {
  padding-top: 15px;
  font-size: 16px;
}
.my-modal-container .my-modal .top-title p span {
  font-size: 23px;
  font-weight: bold;
  padding: 0 5px;
  color: #90C31B;
}
@media (max-width: 765px) {
  .my-modal-container .my-modal .top-title h3 {
    font-size: 22px;
  }
}
.my-modal-container .my-modal .btn-style {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.my-modal-container .my-modal .btn-style .btn {
  cursor: pointer;
  width: 100%;
  max-width: 315px;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #90C31B;
  background-color: #90C31B;
  border-radius: 40px;
  text-align: center;
}
.my-modal-container .my-modal .btn-style .btn:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .my-modal-container .my-modal .btn-style {
    padding-top: 15px;
  }
  .my-modal-container .my-modal .btn-style .btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */