:root {
  --white: white;
  --main-pink: #f59b9b;
  --pink-bg: #fef0eb;
  --light-pink-bg: #fde9ea;
  --laser-color: #dbad9e;
  --cream-yellow: #fefef9;
  --black: #333;
  --bg-color: #fcf3f3;
  --dark-blue: #464a5c;
  --face-color: #996363;
  --body-color: #be8382;
  --blue-black: #5e6170;
  --gery: #94959d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.overflow-x {
  overflow: hidden;
}

.navbar {
  z-index: 98;
  background-color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-link {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  font-weight: 700;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--main-pink);
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container.padding {
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.padding.z-2 {
  z-index: 2;
}

.container.padding._8d-bg {
  background-image: linear-gradient(180deg, var(--pink-bg), var(--pink-bg) 50%, var(--light-pink-bg));
}

.container.padding.align-center {
  align-items: center;
}

.container.padding-bottom {
  z-index: 10;
  flex-flow: column;
  padding-bottom: 100px;
  position: relative;
}

.container.padding-top {
  z-index: 10;
  flex-flow: column;
  padding-top: 100px;
  position: relative;
}

.container.padding-2 {
  z-index: 10;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.padding-50 {
  z-index: 10;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.container._8d-bg {
  background-image: linear-gradient(180deg, var(--light-pink-bg), var(--laser-color) 66%, var(--light-pink-bg));
}

.menu-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 150px;
  display: flex;
}

.nav-menu {
  order: 1;
  display: flex;
}

.head-logo {
  width: 100%;
  max-height: 55px;
}

.brand {
  order: -1;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.drop-menu-list-1 {
  box-shadow: 0 2px 5px #0003;
}

.drop-menu-list-1.w--open {
  background-color: var(--cream-yellow);
  top: 58px;
}

.drop-menu-link {
  color: var(--main-pink);
  text-align: center;
  width: auto;
  min-width: 200px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}

.drop-menu-link:hover, .drop-menu-link.w--current {
  background-color: var(--main-pink);
  color: var(--white);
}

.drop-menu-list-2 {
  background-color: var(--cream-yellow);
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.drop-menu-list-2.w--open {
  left: 200px;
}

.drop-menu-list-3 {
  background-color: var(--cream-yellow);
  top: 0%;
  left: 150px;
  box-shadow: 0 2px 5px #0003;
}

.drop-menu-list-3.w--open {
  left: 200px;
}

.hero-banner {
  width: 100%;
  margin-top: 95px;
}

.hero-banner.banner-laser {
  background-image: url('../images/banner-laser.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lang-btn {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lang-mid-line {
  background-color: var(--black);
  width: 1px;
  height: 100%;
}

.slider {
  height: 1000px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.main-treatment-sec {
  background-color: var(--bg-color);
  background-image: url('../images/bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.big-title {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fbbdba, #d4c3e6 77%, #c4d5f2);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Arcamajora 3", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.sec-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block {
  color: var(--dark-blue);
  letter-spacing: 5px;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

.sec-tags {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.big-block {
  width: 67%;
  margin-left: 3%;
}

.sm-block {
  width: 35%;
}

.sm-link-block {
  color: var(--white);
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
}

.cate-tx {
  font-size: 30px;
  line-height: 40px;
}

.cate-tx.sm {
  font-size: 20px;
  line-height: 30px;
}

.en-title {
  color: var(--face-color);
  text-transform: lowercase;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Belle Hamilton, sans-serif;
  font-size: 72px;
  line-height: 80px;
}

.en-title.body-color {
  color: var(--body-color);
}

.en-title.laser-color {
  color: var(--laser-color);
}

.face-title-tx {
  position: absolute;
  inset: 5% auto auto 5%;
}

.treat-title {
  margin-bottom: 25px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.treat-title.sm {
  font-size: 30px;
  line-height: 40px;
}

.sm-link-block-2 {
  color: var(--white);
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
}

.body-title-tx {
  position: absolute;
  inset: auto 5% 5% auto;
}

.big-link-block {
  color: var(--white);
  width: 100%;
  height: 700px;
  margin-top: 82px;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
}

.laser-title-tx {
  position: absolute;
  inset: auto auto 15% 5%;
}

.pattern-1 {
  z-index: 1;
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: 5% auto auto 2%;
}

.pattern-2 {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: 13% 27% auto auto;
}

.why-sec {
  background-color: var(--bg-color);
  position: relative;
}

.title-with-line {
  align-items: center;
  width: 100%;
  display: flex;
}

.sec-title2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-2 {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-pink);
  width: 30%;
  font-family: "Arcamajora 3", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
}

.line {
  background-color: var(--blue-black);
  width: 95%;
  height: 1px;
  margin-left: 5%;
}

.line.mb-5 {
  margin-bottom: 15px;
}

.title-block {
  align-items: flex-start;
  display: flex;
}

.tx-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.title-tx-black {
  color: var(--dark-blue);
  letter-spacing: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
}

.title-tx-pink {
  color: var(--main-pink);
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
}

.title-tx-pink.en-font {
  font-family: "Arcamajora 3", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 130px;
}

.question-mark {
  color: var(--white);
  font-size: 212px;
  font-weight: 700;
  line-height: 150px;
}

.why-content-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.why-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  min-height: 360px;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.icon-block {
  width: 100%;
  height: 150px;
}

.icon-block.icon-1 {
  background-image: url('../images/why-icon-1_1why-icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.icon-2 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.icon-3 {
  background-image: url('../images/why-icon-3_1why-icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-sp-1 {
  background-image: url('../images/icon-wave_1icon-wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-sp-2 {
  background-image: url('../images/icon-temp_1icon-temp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-sp-3 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  height: 150px;
}

.icon-block.cfu-q1 {
  background-image: url('../images/bd-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-q2 {
  background-image: url('../images/cfu-quest4_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-q3 {
  background-image: url('../images/bd-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-q4 {
  background-image: url('../images/cfu-quest6_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-q5 {
  background-image: url('../images/cfu-quest1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-q6 {
  background-image: url('../images/laser-dep-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-sp-1 {
  background-image: url('../images/icon-cricle-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.cfu-sp-3 {
  background-image: url('../images/icon-cooldown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.cfu-sp-5 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.cfu-sp-2 {
  background-image: url('../images/icon-power-level.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.hifu-q1 {
  background-image: url('../images/hifu-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.hifu-q2 {
  background-image: url('../images/hifu-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.hifu-q3 {
  background-image: url('../images/hifu-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.hifu-q4 {
  background-image: url('../images/hifu-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.hifu-q5 {
  background-image: url('../images/hifu-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.hifu-q6 {
  background-image: url('../images/bd-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.hifu-q7 {
  background-image: url('../images/laser-dep-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block.laser-dep-q1 {
  background-image: url('../images/laser-dep-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-dep-q2 {
  background-image: url('../images/laser-dep-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-dep-q3 {
  background-image: url('../images/laser-dep-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-dep-q4 {
  background-image: url('../images/laser-dep-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-dep-q5 {
  background-image: url('../images/laser-dep-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bd-q1 {
  background-image: url('../images/bd-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bd-q2 {
  background-image: url('../images/bd-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bd-q3 {
  background-image: url('../images/bd-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bd-q4 {
  background-image: url('../images/bd-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bd-q5 {
  background-image: url('../images/bd-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bd-q6 {
  background-image: url('../images/bd-quest6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.bee-sp-1 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.bee-sp-2 {
  background-image: url('../images/icon-rebound.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.bee-sp-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.bee-sp-4 {
  background-image: url('../images/icon-natural.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-b-q1 {
  background-image: url('../images/cfu-b-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-b-q2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-b-q3 {
  background-image: url('../images/cfu-b-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-b-q4 {
  background-image: url('../images/cfu-b-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-b-q5 {
  background-image: url('../images/cfu-b-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cfu-b-q6 {
  background-image: url('../images/cfu-b-quest6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cryo-sp-4 {
  background-image: url('../images/icon-temp_1icon-temp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cryo-sp-5 {
  background-image: url('../images/icon-wave_1icon-wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cryo-sp-1 {
  background-image: url('../images/icon-cooldown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.cryo-sp-2 {
  background-image: url('../images/icon-cricle-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.power-sp-1 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.power-sp-2 {
  background-image: url('../images/power-sp-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.power-sp-3 {
  background-image: url('../images/power-sp-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.revol-sp-1 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.revol-sp-2 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.revol-sp-3 {
  background-image: url('../images/icon-power-level.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.revol-sp-4 {
  background-image: url('../images/icon-wave_1icon-wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  height: 150px;
}

.icon-block.revol-sp-5 {
  background-image: url('../images/icon-temp_1icon-temp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.power-sp-4 {
  background-image: url('../images/power-sp-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.power-sp-5 {
  background-image: url('../images/icon-fat_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-pt-1 {
  background-image: url('../images/why-icon-3_1why-icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-pt-4 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-pt-3 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.laser-pt-2 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block.exo-1 {
  background-image: url('../images/exo-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-3 {
  background-image: url('../images/exo-icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-4 {
  background-image: url('../images/exo-icon-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-2 {
  background-image: url('../images/exo-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-2-4 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-2-3 {
  background-image: url('../images/exo-icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-2-2 {
  background-image: url('../images/icon-rebound.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.exo-2-1 {
  background-image: url('../images/exo-icon-2-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block.coolfase-face1 {
  background-image: url('../images/Coolfase-face1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.coolfase-face3 {
  background-image: url('../images/Coolfase-face3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.coolfase-face4 {
  background-image: url('../images/Coolfase-face4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.coolfase-face5 {
  background-image: url('../images/Coolfase-face5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block.aqua-icon-3 {
  background-image: url('../images/aqua-icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.content-block {
  text-align: center;
  width: 100%;
}

.why-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.black-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.why-item-des {
  color: var(--main-pink);
}

.why-num-block {
  background-image: linear-gradient(145deg, #ffcfb2, #ffc5c0);
  border: 5px solid #f1bfbf33;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -10% auto auto -20px;
}

.why-num-tx {
  color: var(--white);
  text-align: center;
  padding-top: 7px;
  padding-left: 3px;
  font-family: "Arcamajora 3", sans-serif;
  font-size: 48px;
  line-height: 40px;
}

.bottom-bg {
  background-color: #fbe7e7;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.consultation {
  background-color: var(--white);
  position: relative;
}

.title-with-line-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-pattern {
  z-index: -1;
  width: 100%;
  max-width: 350px;
  position: absolute;
  inset: 50px auto auto 0%;
}

.form-pattern-2 {
  z-index: -2;
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: 300px auto auto 17%;
}

.form-row {
  z-index: 10;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.form-pic {
  width: 45%;
}

.form-block {
  z-index: 10;
  width: 50%;
  margin-left: 5%;
  padding-right: 10%;
}

.form-img {
  width: 100%;
}

.title-2-2 {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-pink);
  font-family: "Arcamajora 3", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.text-field, .select-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--gery);
  color: var(--gery);
  background-color: #fff0;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.tx-link {
  color: var(--main-pink);
  text-decoration: none;
}

.checkbox-field {
  margin-bottom: 30px;
}

.btn {
  background-color: var(--main-pink);
  color: var(--white);
  text-align: center;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
}

.footer {
  z-index: 10;
  border-top: 1px solid var(--main-pink);
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.social-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  height: 25px;
  margin-left: 15px;
}

.social-icon {
  width: 100%;
}

.footer-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-tx {
  font-size: 14px;
}

.tx-link-black {
  color: var(--black);
  text-decoration: none;
}

.footer-link {
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--main-pink);
}

.div-block-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.center-line {
  background-color: var(--black);
  width: 2px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.scroll-top-btn {
  border-top: 1px solid var(--main-pink);
  border-right: 1px solid var(--main-pink);
  border-left: 1px solid var(--main-pink);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: -30px 7% auto auto;
}

.scroll-top-btn:hover {
  background-color: var(--bg-color);
}

.tx-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.floating-bar {
  z-index: 98;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 5% auto;
}

.float-btn-top {
  color: var(--white);
  background-image: url('../images/floating-bar-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  padding: 30px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.floating-bar-tx {
  text-shadow: 0 1px 5px #0003;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.float-btn-mid {
  color: var(--white);
  background-image: linear-gradient(#f59889, #f5898a);
  border-top-left-radius: 40px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 20px 30px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.floating-bar-icon {
  width: 100%;
  max-width: 30px;
}

.float-btn-bottom {
  color: var(--white);
  background-image: linear-gradient(#f59889, #f5898a);
  border-bottom-left-radius: 40px;
  padding: 15px 30px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.page-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-banner.banner-laser {
  background-image: url('../images/20240410-BMF0850.jpg');
  background-position: 97% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-cfu-face {
  background-image: url('../images/cfu-face-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-hifu-v {
  background-image: url('../images/20240410-BMF0937.jpg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-fotona {
  background-image: url('../images/20240410-BMF1061-banner.jpg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-laser-dep {
  background-image: url('../images/20240410-BMF1047-banner.jpg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-bd {
  background-image: url('../images/banner-bd.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-revol {
  background-image: url('../images/20230905-BMF0207_s_2.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-cfu-body {
  background-image: url('../images/banner-cfu-body.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-cryo {
  background-image: url('../images/20240410-BMF0072.jpg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-power {
  background-image: url('../images/banner-power.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-reg {
  background-image: url('../images/banner-reg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-cfu-face-2 {
  background-image: url('../images/20240410-BMF1247-banner.jpg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-coolfase {
  background-image: url('../images/20240410-BMF1129_banner.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.page-banner.banner-bee {
  background-image: url('../images/banner-laser-dep.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-exosome {
  background-image: url('../images/20240410-BMF1093-ban.jpg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.banner-aqua-peel {
	background-image: url('../images/20240410-BMF1040-banner.jpg');
	background-position: 85%;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-content-block {
  background-color: #ffffffe6;
  border-bottom-right-radius: 100px;
  align-items: center;
  width: 55%;
  padding: 50px 5%;
  display: flex;
  position: absolute;
  inset: 15% auto auto 5%;
}

.banner-content-block.no-white-bg {
  background-color: #fff0;
}

.banner-title {
  color: var(--main-pink);
  font-size: 40px;
  line-height: 50px;
}

.banner-title.color-2 {
  color: var(--face-color);
}

.banner-title-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.banner-en-title {
  color: var(--laser-color);
  text-transform: lowercase;
  margin-top: -10px;
  font-family: Belle Hamilton, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100px;
}

.banner-en-title.color-2 {
  color: var(--main-pink);
}

.banner-en-title.body {
  color: var(--body-color);
}

.banner-des {
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 30px;
}

.banner-des.tx-sm {
  font-size: 12px;
  line-height: 20px;
}

.banner-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--white);
  text-shadow: 0 1px 5px #00000080;
  background-image: url('../images/banner-btn-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.banner-btn.mr-15 {
  margin-right: 50px;
}

.top-left-pattern {
  position: absolute;
  inset: 0% auto auto 0%;
}

.h {
  background-color: var(--dark-blue);
  width: 80px;
  height: 2px;
  margin-left: -15px;
}

.v {
  background-color: var(--dark-blue);
  width: 2px;
  height: 40px;
  margin-top: -15px;
}

.page-info-row {
  z-index: 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-info-row.top {
  align-items: flex-start;
}

.page-info-left {
  flex-flow: column;
  align-items: flex-start;
  width: 47%;
  margin-right: 3%;
  display: flex;
}

.page-info-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.page-info-title {
  color: var(--main-pink);
  letter-spacing: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.page-info-title-en {
  color: var(--laser-color);
  margin-bottom: 30px;
  font-family: "Arcamajora 3", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.page-info-des {
  font-size: 18px;
  line-height: 30px;
}

.page-info-des.tx-sm {
  font-size: 12px;
  line-height: 20px;
}

.page-info-des-block {
  border-top: 1px solid var(--main-pink);
  flex-flow: wrap;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5%;
  display: flex;
}

.page-info-des-half {
  width: 50%;
  margin-bottom: 15px;
}

.page-cricle-info {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-left: 15%;
  display: flex;
}

.page-cricle-info.pl-0 {
  padding-left: 0%;
}

.page-cricle-info.pl-0.pt-0 {
  padding-top: 0;
}

.page-cricle-info.power {
  align-items: center;
  padding-left: 0%;
}

.cricle-info-title {
  color: var(--laser-color);
  max-width: 370px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}

.cricle-info-title.face {
  color: var(--face-color);
}

.cricle-info-title.body {
  color: var(--body-color);
}

.cricle-info-title.body.tx-center {
  text-align: center;
}

.cricle-info-tx {
  margin-bottom: 5px;
  line-height: 28px;
}

.cricle-info-list {
  max-width: 400px;
  padding-left: 30px;
}

.page-info-cricle {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: -50px auto auto -5%;
}

.page-info-cricle-ptn {
  z-index: -1;
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: -5% 5% 0% auto;
}

.special-pt-sec {
  background-color: var(--bg-color);
  position: relative;
}

.special-pt-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.special-pt-title {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.special-pt-title.sm {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.special-pt-title.face {
  color: var(--face-color);
}

.special-pt-title.face.pt-50 {
  padding-top: 50px;
}

.special-pt-title.body {
  color: var(--body-color);
}

.special-pt-title.laser {
  z-index: 1;
  color: var(--laser-color);
  position: relative;
}

.sp-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-bottom: 70px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.sp-item-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.sp-item-title.sm {
  font-size: 14px;
  line-height: 20px;
}

.sp-item-title.sm.mt-10 {
  margin-top: 10px;
}

.sp-item-title.face {
  color: var(--face-color);
}

.sp-item-title.body {
  color: var(--body-color);
}

.sp-item-title.body.mb-15 {
  margin-bottom: 15px;
}

.sp-item-title.laser {
  color: var(--laser-color);
}

.sp-item-des {
  color: var(--black);
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.sp-item-des.tx-center {
  text-align: center;
}

.sp-num-block {
  background-image: linear-gradient(145deg, #ffcfb2, #ffc5c0);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
  display: flex;
}

.sp-num-tx {
  color: var(--white);
  text-align: center;
  padding-top: 7px;
  padding-left: 3px;
  font-family: "Arcamajora 3", sans-serif;
  font-size: 48px;
  line-height: 40px;
}

.belive-pt-sec {
  background-image: linear-gradient(180deg, var(--bg-color) 50%, white);
  position: relative;
}

.belive-pt-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.belive-pt-block.mt-0 {
  margin-top: 0;
}

.belive-item {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-bottom-left-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  margin-bottom: 60px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 50px 3%;
  display: flex;
  position: relative;
}

.belive-icon {
  width: 150px;
  min-width: 150px;
  height: 80px;
}

.belive-icon.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.hifu-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.hifu-function-4 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.hifu-function-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.hifu-function-2 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-dep-fun4 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-dep-fun2 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-dep-fun3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.laser-dep-fun1 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.bd-icon-1 {
  background-image: url('../images/bd-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.bd-icon-2 {
  background-image: url('../images/bd-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.cryo-function-2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.cryo-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.cryo-function-3 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.cryo-function-4 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.revol-function-1 {
  background-image: url('../images/icon-fat_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.revol-function-2 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.revol-function-3 {
  background-image: url('../images/icon-blood-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-icon.revol-function-4 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.belive-mid-line {
  background-color: var(--main-pink);
  width: 2px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.belive-item-tx {
  color: var(--dark-blue);
  font-size: 18px;
  line-height: 22px;
}

.sp-num-cricle {
  background-color: #ffc7c780;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: -45px auto auto -45px;
}

.faq-sec {
  position: relative;
}

.faq-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.faq-item-wrapper {
  border: 1px solid var(--main-pink);
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  position: relative;
}

.faq-item-wrapper.pb-0 {
  margin-bottom: 0;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2% 20px 5%;
  display: flex;
}

.faq-question-label {
  color: #3c3d49;
  background-color: #0000;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-answer {
  background-color: var(--pink-bg);
  overflow: hidden;
}

.faq-answer-p {
  border-top: 1px solid var(--main-pink);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5% 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.pink-tx {
  color: var(--main-pink);
}

.bottom-bg-2 {
  background-color: #fbe7e7;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-bg-2.face {
  background-color: #dbad9e80;
}

.sec-title3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.banner-en-title-laser {
  color: var(--laser-color);
  margin-top: -10px;
  margin-left: 0;
  font-family: Belle Hamilton, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 100px;
}

.function-pt {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-bottom-left-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 46%;
  margin-bottom: 40px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 50px 3%;
  display: flex;
  position: relative;
}

.function-pt.re {
  flex-flow: row-reverse;
}

.function-pt.only-one {
  width: 76%;
  max-width: 800px;
}

.function-pt.only-one.mb-0 {
  margin-bottom: 0;
}

.before-after-pic {
  flex-flow: wrap;
  justify-content: space-between;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.before-after-pic.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-after-pic.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-after-pic.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-after-pic.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-pic {
  border: 1px solid var(--main-pink);
  border-radius: 25px;
  width: 45%;
  height: 100%;
  margin-right: 5%;
  position: relative;
}

.before-pic.cfu-b {
  background-image: url('../images/cfu-face-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.fotona-1b {
  background-image: url('../images/fotona-01-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cfu-b-1 {
  background-image: url('../images/CFU_1_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cfu-b-2 {
  background-image: url('../images/CFU_2_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cfu-body-b-1 {
  background-image: url('../images/CFU_Body_1_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cfu-body-b-2 {
  background-image: url('../images/CFU_Body_2_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cfu-body-b-3 {
  background-image: url('../images/CFU_Body_3_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cry-b-1 {
  background-image: url('../images/cryosculpt_腹部1_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cry-b-2 {
  background-image: url('../images/cryosculpt_手臂_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.hifu-b-1 {
  background-image: url('../images/HIFU_1_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.hifu-b-2 {
  background-image: url('../images/HIFU_2_Before.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.fotona-b-2 {
  background-image: url('../images/Fotona_FACE_1_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.fotona-b-3 {
  background-image: url('../images/Fotona_FACE_2_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cry-b-3 {
  background-image: url('../images/cryosculpt_腹部2_before.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cry-b-4 {
  background-image: url('../images/cryosculpt_腰間贅肉_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-pic.revol-b-1 {
  background-image: url('../images/MRF_01_cropped_b.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.revol-b-2 {
  background-image: url('../images/MRF_02_cropped_b.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.power-b-1 {
  background-image: url('../images/CFU_1_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.cfu-b-3 {
  background-image: url('../images/cfu-face-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.laser-b-1 {
  background-image: url('../images/PICO_1_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.laser-b-2 {
  background-image: url('../images/PICO_2_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic.laser-b-3 {
  background-image: url('../images/PICO_3_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic {
  border: 1px solid var(--main-pink);
  border-radius: 25px;
  width: 45%;
  height: 100%;
  margin-left: 5%;
  position: relative;
}

.after-pic.cfu-a {
  background-image: url('../images/cfu-face-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.fotona-1a {
  background-image: url('../images/fotona-01-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cfu-a-1 {
  background-image: url('../images/CFU_1_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cfu-a-2 {
  background-image: url('../images/CFU_2_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cfu-body-a-1 {
  background-image: url('../images/CFU_Body_1_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cfu-body-a-2 {
  background-image: url('../images/CFU_Body_2_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cfu-body-a-3 {
  background-image: url('../images/CFU_Body_3_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cry-a-1 {
  background-image: url('../images/cryosculpt_腹部1_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cry-a-2 {
  background-image: url('../images/cryosculpt_手臂_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.hifu-a-1 {
  background-image: url('../images/HIFU_1_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.fotona-a-2 {
  background-image: url('../images/Fotona_FACE_1_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.fotona-a-3 {
  background-image: url('../images/Fotona_FACE_2_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cry-a-3 {
  background-image: url('../images/cryosculpt_腹部2_after.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.revol-a-1 {
  background-image: url('../images/MRF_01_cropped_a.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.revol-a-2 {
  background-image: url('../images/MRF_02_cropped_a.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.cfu-a-3 {
  background-image: url('../images/cfu-face-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.laser-a-1 {
  background-image: url('../images/PICO_1_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.laser-a-2 {
  background-image: url('../images/PICO_2_After.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic.laser-a-3 {
  background-image: url('../images/PICO_3_After.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-tx-block {
  background-color: var(--main-pink);
  color: var(--white);
  border-radius: 25px;
  padding: 5px 15px;
  position: absolute;
  inset: -5% auto auto 10%;
}

.before-after-tx {
  font-size: 14px;
}

.after-tx-block {
  background-color: var(--main-pink);
  color: var(--white);
  border-radius: 25px;
  padding: 5px 15px;
  position: absolute;
  inset: -5% 10% auto auto;
}

.function-pt-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.before-after-sec {
  background-image: linear-gradient(180deg, var(--bg-color) 50%, white);
  position: relative;
}

.six-pt-sec {
  position: relative;
}

.skin-quest-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-bottom: 70px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 7px 1px #f59b9b;
}

.skin-quest-item.face {
  box-shadow: 0 0 7px 1px var(--face-color);
}

.skin-quest-item.body {
  box-shadow: 0 0 7px 1px var(--body-color);
}

.page-contents-p {
  color: var(--dark-blue);
  text-align: center;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.page-contents-p.mt-15 {
  margin-top: 15px;
}

.page-contents-p.mt-15.tx-center {
  text-align: left;
}

.page-contents-p.mb-15 {
  margin-bottom: 15px;
}

.page-contents-p.xl {
  font-size: 20px;
  line-height: 30px;
}

.hifu-contents {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hifu-left {
  width: 31%;
  margin-right: 2%;
}

.hifu-center {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

.hifu-right {
  width: 31%;
  margin-left: 2%;
}

.hifu-item-block {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  min-height: 200px;
  margin-bottom: 40px;
  padding: 20px 5%;
  box-shadow: 0 0 5px #0003;
}

.hifu-item-block.no-pb {
  margin-bottom: 0;
}

.hifu-item-title {
  color: var(--dark-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.hifu-item-title.face {
  color: var(--face-color);
}

.hifu-item-des {
  color: var(--black);
  line-height: 28px;
}

.hifu-photo {
  background-image: url('../images/筋膜層圖_標示_re_nobg_en.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.solve-pt-item {
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 19%;
  margin-bottom: 70px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 7px 1px #f59b9b;
}

.solve-pt-item.face {
  box-shadow: 0 0 7px 1px var(--face-color);
}

.before-after-content {
  width: 48%;
}

.before-after-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.before-after-title.face {
  color: var(--face-color);
}

.before-after-title.laser {
  color: var(--laser-color);
}

.before-after-uni {
  color: var(--main-pink);
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.cricle-listing-row {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cricle-content-block {
  background-image: url('../images/page-info-cricle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
  position: relative;
}

.cricle-content-ptn {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-span {
  font-size: 16px;
  line-height: 16px;
}

.bee-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  min-height: 370px;
  margin-bottom: 70px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.banner-en-title-face {
  color: var(--face-color);
  text-transform: lowercase;
  margin-top: -10px;
  margin-left: 0;
  font-family: Belle Hamilton, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
}

.banner-en-title-body {
  color: var(--body-color);
  text-transform: lowercase;
  margin-top: -10px;
  margin-left: 0;
  font-family: Belle Hamilton, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 100px;
}

.revol-contents {
  justify-content: center;
  align-items: center;
  display: flex;
}

.revol-left {
  width: 31%;
  margin-right: 2%;
}

.revol-item-block {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 5%;
  box-shadow: 0 0 5px #0003;
}

.revol-item-block.no-pb {
  margin-bottom: 0;
}

.revol-center {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

.revol-photo {
  background-image: url('../images/20230905-BMF0293_s.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.revol-right {
  width: 31%;
  margin-left: 2%;
}

.page-info-photo {
  width: 100%;
  height: 100%;
}

.page-info-photo.fotona {
  background-image: url('../images/fotona-pic_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.laser-dep {
  background-image: url('../images/laser-gif-1_500_2.gif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.power-photo {
  background-image: url('../images/20230905-BMF0302_s.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.cryo-photo {
  background-image: url('../images/20240410-BMF0330_rev.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.about-pic {
  background-image: url('../images/20240410-BMF1061-S_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo.laser {
  background-image: url('../images/20240410-BMF0742-s.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: 220%;
}

.page-info-photo.power {
  background-image: url('../images/Powershaspe原理圖.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-info-photo.ex {
  background-image: url('../images/20240410-BMF1061-S_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cryo-body-block {
  background-image: url('../images/cryso-body-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 400px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.power-quest-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-bottom: 70px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 7px 1px #f59b9b;
}

.power-quest-item.body {
  box-shadow: 0 0 7px 1px var(--body-color);
}

.sp-item-list {
  padding-left: 30px;
}

.sp-info-tx {
  text-align: left;
  margin-bottom: 5px;
  line-height: 28px;
}

.loca-sec {
  position: relative;
}

.loca-tab {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.loca-tab-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.tab-btn {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  color: var(--face-color);
  text-align: center;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.tab-btn.w--current {
  background-color: var(--main-pink);
  color: var(--white);
}

.tab-tx {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.tab-tx2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.loca-contents {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.loca-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.loca-right {
  width: 55%;
}

.loca-title {
  color: var(--face-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.loca-des {
  color: var(--body-color);
  font-size: 18px;
  line-height: 24px;
}

.loca-des.right {
  text-align: right;
}

.loca-des.mr-30 {
  margin-right: 30px;
}

.contact-icon-block {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contact-icon-block.exo-2-3 {
  background-image: url('../images/exo-icon-2-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.loca-item {
  margin-bottom: 30px;
}

.image {
  width: 100%;
  max-width: 18px;
  margin-right: 15px;
}

.contact-link {
  color: var(--body-color);
  text-decoration: none;
}

.map {
  width: 100%;
  height: 500px;
}

.page-banner-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-banner-2.banner-laser {
  background-image: url('../images/banner-laser.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-cfu-face, .page-banner-2.banner-hifu-v {
  background-image: url('../images/cfu-face-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-fotona {
  background-image: url('../images/banner-fotona.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-laser-dep {
  background-image: url('../images/banner-laser-dep.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-bd {
  background-image: url('../images/banner-bd.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-revol {
  background-image: url('../images/banner-revol.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-cfu-body {
  background-image: url('../images/banner-cfu-body.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-cryo {
  background-image: url('../images/banner-cryo.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-power {
  background-image: url('../images/banner-power.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-reg {
  background-image: url('../images/BMF_wesite_banner-02-s.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-about {
  background-image: url('../images/BMF_wesite_banner-04_s.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-star {
  background-image: url('../images/BMF_wesite_banner-01_s.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-products {
  background-image: url('../images/BMF_wesite_banner-00.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-location {
  background-image: url('../images/BMF_wesite_banner-03-s.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-2.banner-policy {
  background-image: url('../images/BMF_wesite_banner-02-s.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.star-block.mt-0 {
  margin-top: 0;
}

.star-item {
  flex-flow: column;
  align-items: center;
  width: 27%;
  margin-bottom: 50px;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.star-pic {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 2px #f59b9b7d;
}

.star-pic.sisley {
  background-image: url('../images/20240410-BMF1093-s.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.jessica {
  background-image: url('../images/宣萱・藝人及BMF代言人_s.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.spoon {
  background-image: url('../images/Spoon-Chan・多媒體創作人及BMF代言人_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.andrea-so {
  background-image: url('../images/蘇韻姿.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.aurora-li {
  background-image: url('../images/李君妍.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.emily-szemei {
  background-image: url('../images/Emily-Sze-Mei.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.hau-tung {
  background-image: url('../images/Hau-Tung.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.jennifer-yu {
  background-image: url('../images/余香凝.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.judy-kwong {
  background-image: url('../images/鄺潔楹.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.ruby-ho {
  background-image: url('../images/Ruby-Ho.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.sarika-choy {
  background-image: url('../images/蔡宛珊_1蔡宛珊.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.serene-lim {
  background-image: url('../images/林宣妤_1林宣妤.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.tiffany-f {
  background-image: url('../images/關楓馨.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic.tiffany-lau {
  background-image: url('../images/劉穎旋.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-name {
  color: var(--dark-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.star-title {
  color: var(--dark-blue);
  font-weight: 300;
}

.star-des {
  text-align: center;
  margin-top: 15px;
}

.media-news-contents {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.news-item {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 44%;
  margin-bottom: 60px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 20px 3%;
  display: flex;
  position: relative;
}

.media-logo {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-radius: 50%;
  width: 150px;
  min-width: 150px;
  height: 150px;
}

.media-logo.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.hifu-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.hifu-function-4 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.hifu-function-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.hifu-function-2 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-dep-fun4 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-dep-fun2 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-dep-fun3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.laser-dep-fun1 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.bd-icon-1 {
  background-image: url('../images/bd-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.bd-icon-2 {
  background-image: url('../images/bd-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.cryo-function-2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.cryo-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.cryo-function-3 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.cryo-function-4 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.cosmo {
  background-image: url('../images/cosmo-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-logo.more {
  background-image: url('../images/more-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-logo.marie {
  background-image: url('../images/marie-claire.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-logo.away {
  background-image: url('../images/Away-In-Style-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.mings {
  background-image: url('../images/MINGS-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.ztylez {
  background-image: url('../images/ZYYLEZ-logo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-logo.figaro {
  background-image: url('../images/Madame-Figaro-Hong-Kong-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-logo.she {
  background-image: url('../images/shecom_logo_400x400.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-logo.legend {
  background-image: url('../images/Hashtag-Legend_Logo_black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.sport-media {
  background-image: url('../images/spot-media-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-logo.hk01 {
  background-image: url('../images/hk01-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-title {
  color: var(--main-pink);
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}

.news-des {
  font-size: 14px;
}

.media-news-tab {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.read-more-btn {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  color: var(--main-pink);
  margin-top: 30px;
}

.about-timeline {
  background-color: var(--light-pink-bg);
}

.timeline-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.time-item {
  flex-flow: column;
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.years-tx {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-pink);
  font-family: "Arcamajora 3", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.years-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.years-des {
  color: var(--main-pink);
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}

.years-com-logo {
  background-color: var(--pink-bg);
  border-radius: 50%;
  width: 200px;
  min-width: 200px;
  height: 200px;
}

.years-com-logo.bella {
  background-image: url('../images/Untitled-47-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.years-com-logo.marie {
  background-image: url('../images/Untitled-47-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.years-com-logo.bmf {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70px;
}

.timeline-line {
  z-index: -1;
  background-color: var(--main-pink);
  width: 70%;
  height: 3px;
  margin-left: 15%;
  margin-right: 15%;
  position: absolute;
  top: 50%;
}

.prof-info-right {
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  margin-left: 5%;
  padding-right: 10%;
  display: flex;
}

.prof-info-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.prof-info-block {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15%;
}

.prof-info-block.pl-0 {
  padding-left: 0%;
}

.prof-info-title {
  color: var(--dark-blue);
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 40px;
}

.prof-info-title.body {
  color: var(--body-color);
}

.prof-info-des {
  margin-bottom: 5px;
  line-height: 28px;
}

.products-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-na-tx {
  height: 50px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
}

.product-na-tx:hover {
  color: var(--main-pink);
}

.product-name {
  border-bottom: 1px solid #aee236;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-name.name-only {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pop-close-btn {
  z-index: 10;
  background-color: var(--face-color);
  cursor: pointer;
  background-image: url('../images/menu-close-btn_1menu-close-btn.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  padding: 10px;
  position: absolute;
  inset: -30px 0 auto auto;
}

.prodcut-item {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  color: var(--dark-blue);
  cursor: pointer;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.prodcut-item:hover {
  color: var(--main-pink);
}

.prodcut-item.big-banner {
  border-width: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.product-cate-title {
  color: var(--dark-blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.product-cate-des-block2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.product-cate-des {
  text-align: left;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}

.pop-content-scroll {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5px;
  display: flex;
  overflow: auto;
}

.pop-content-scroll.no-border {
  border-width: 0;
}

.pop-details-block {
  z-index: 99;
  background-color: #f59b9bcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.product-cover {
  width: 100%;
  height: 230px;
}

.product-cover.pd-cover-1 {
  background-image: url('../images/rib_knitting_tape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-cover.skin-pd-1 {
  background-image: url('../images/22-booster-oil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img {
  border: 1px solid var(--main-pink);
  width: 100%;
  max-width: 500px;
  height: 400px;
  min-height: 400px;
}

.product-img.skin-1 {
  background-image: url('../images/22-booster-oil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-img.skin-2 {
  background-image: url('../images/elixir-platinum-serum_v1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-img.skin-3 {
  background-image: url('../images/elixir-lotion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-img.skin-4 {
  background-image: url('../images/intense-age-defying-serum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-7 {
  background-image: url('../images/brilliant-transparen-c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-6 {
  background-image: url('../images/sebo-control-ampoule.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-8 {
  background-image: url('../images/cell-renewal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-9 {
  background-image: url('../images/eb-overnight-mask.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-10 {
  background-image: url('../images/enzyme-exfoliator.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-11 {
  background-image: url('../images/ha-foam-cleanser_487468661.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-12 {
  background-image: url('../images/hyaluron-ampoule.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-13 {
  background-image: url('../images/hydrating-cleanser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-14 {
  background-image: url('../images/hydrating-skin-brightening-ampoule.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-15 {
  background-image: url('../images/mineral-uv-protector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-16 {
  background-image: url('../images/proteo-hyaluronic-acid.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-17 {
  background-image: url('../images/triple-action-cleanser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-18 {
  background-image: url('../images/restorative-ha-cream.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.skin-5 {
  background-image: url('../images/intense-age-defying-cream.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.hair-1 {
  background-image: url('../images/defence-regulating-pre-shampoo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.hair-3 {
  background-image: url('../images/follicels-thickening-serum-amp-follicels-recharge-lotion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.hair-2 {
  background-image: url('../images/follicels-recharge-shampoo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.hair-4 {
  background-image: url('../images/nourish-hair-stemplus-on-the-grow-serum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-tabs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pd-item-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 3%;
  display: flex;
  position: relative;
}

.pd-img {
  width: 150px;
  min-width: 150px;
  height: 150px;
}

.pd-img.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.hifu-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.hifu-function-4 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.hifu-function-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.hifu-function-2 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-dep-fun4 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-dep-fun2 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-dep-fun3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.laser-dep-fun1 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.bd-icon-1 {
  background-image: url('../images/bd-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.bd-icon-2 {
  background-image: url('../images/bd-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.cryo-function-2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.cryo-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.cryo-function-3 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.cryo-function-4 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pd-img.skin-1 {
  background-image: url('../images/22-booster-oil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-2 {
  background-image: url('../images/elixir-platinum-serum_v1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-3 {
  background-image: url('../images/elixir-lotion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-4 {
  background-image: url('../images/intense-age-defying-serum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-5 {
  background-image: url('../images/intense-age-defying-cream.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-6 {
  background-image: url('../images/sebo-control-ampoule.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-7 {
  background-image: url('../images/brilliant-transparen-c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-8 {
  background-image: url('../images/cell-renewal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-9 {
  background-image: url('../images/eb-overnight-mask.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-10 {
  background-image: url('../images/enzyme-exfoliator.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-11 {
  background-image: url('../images/ha-foam-cleanser_487468661.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-12 {
  background-image: url('../images/hyaluron-ampoule.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-13 {
  background-image: url('../images/hydrating-cleanser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-14 {
  background-image: url('../images/hydrating-skin-brightening-ampoule.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-15 {
  background-image: url('../images/mineral-uv-protector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-16 {
  background-image: url('../images/proteo-hyaluronic-acid.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-17 {
  background-image: url('../images/triple-action-cleanser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.skin-18 {
  background-image: url('../images/restorative-ha-cream.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.hair-1 {
  background-image: url('../images/defence-regulating-pre-shampoo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.hair-2 {
  background-image: url('../images/follicels-recharge-shampoo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.hair-3 {
  background-image: url('../images/follicels-thickening-serum-amp-follicels-recharge-lotion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-img.hair-4 {
  background-image: url('../images/nourish-hair-stemplus-on-the-grow-serum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-mid-line {
  background-color: var(--main-pink);
  width: 2px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.pd-item-tx {
  font-size: 20px;
  line-height: 36px;
}

.product-pop-content {
  border-top: 1px solid var(--main-pink);
  color: var(--dark-blue);
  flex-flow: column;
  align-items: flex-start;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
}

.product-pop-content._3-box {
  flex-flow: wrap;
  justify-content: center;
}

.product-pt-list {
  margin-bottom: 30px;
  padding-left: 20px;
}

.product-pt {
  margin-bottom: 2px;
}

.pd-yt-video {
  margin-bottom: 15px;
}

.pd-sec {
  background-image: linear-gradient(180deg, var(--bg-color) 50%, white);
}

.series-item {
  width: 46%;
  margin-bottom: 30px;
  margin-right: 4%;
  display: flex;
}

.series-pic {
  border: 1px solid var(--main-pink);
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 30px;
}

.series-tab-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.price {
  color: var(--main-pink);
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.series-tab-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 5%;
  display: flex;
}

.series-tab-content.no-border {
  border-width: 0;
}

.series-tab-content.pt-0.p-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-2 {
  width: 100%;
}

.more-btn {
  color: var(--dark-blue);
  letter-spacing: 5px;
  font-size: 12px;
  position: absolute;
  inset: auto 10px 5px auto;
}

.info-title {
  color: var(--black);
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.infor-p {
  margin-bottom: 15px;
  line-height: 28px;
}

.infor-s-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.more-btn-2 {
  background-color: var(--body-color);
  color: var(--white);
  letter-spacing: 5px;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  inset: 60% 10% auto auto;
}

.page-top {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.before-after-pic-vert {
  flex-flow: column;
  justify-content: space-between;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.before-after-pic-vert.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-after-pic-vert.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-after-pic-vert.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-after-pic-vert.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.before-pic-vert {
  border: 1px solid var(--main-pink);
  border-radius: 25px;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  position: relative;
}

.before-pic-vert.cfu-b {
  background-image: url('../images/cfu-face-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-1b {
  background-image: url('../images/fotona-01-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-2b {
  background-image: url('../images/fotona-02-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-3b {
  background-image: url('../images/step3-before.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-4b {
  background-image: url('../images/fotona-04-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-5b {
  background-image: url('../images/step5-before.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-6b {
  background-image: url('../images/fotona-06-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-8b {
  background-image: url('../images/fotona-07-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-7b {
  background-image: url('../images/step7-before.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.hifu-b-2 {
  background-image: url('../images/HIFU_2_Before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.fotona-b-1 {
  background-image: url('../images/Fotona_eye_1_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.cry-b-4 {
  background-image: url('../images/cryosculpt_腰間贅肉_before.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.cry-b-5 {
  background-image: url('../images/cryosculpt_下巴_before.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.cry-a-2 {
  background-image: url('../images/cryosculpt_手臂_after.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.before-pic-vert.cry-b-2 {
  background-image: url('../images/cryosculpt_手臂_before.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.before-pic-vert.revol-b-3 {
  background-image: url('../images/MRF_03_cropped_b.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.power-b-1 {
  background-image: url('../images/Powershape_04_cropped_b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-pic-vert.power-b-2 {
  background-image: url('../images/Powershape_05_cropped_b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert {
  border: 1px solid var(--main-pink);
  border-radius: 25px;
  width: 100%;
  height: 170px;
  position: relative;
}

.after-pic-vert.cfu-a {
  background-image: url('../images/cfu-face-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-1a {
  background-image: url('../images/fotona-01-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-2a {
  background-image: url('../images/fotona-02-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-3a {
  background-image: url('../images/step3-after.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-4a {
  background-image: url('../images/fotona-04-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-5a {
  background-image: url('../images/step5-after.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-6a {
  background-image: url('../images/fotona-06-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-8a {
  background-image: url('../images/fotona-07-a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-7a {
  background-image: url('../images/step7-after.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.hifu-a-2 {
  background-image: url('../images/HIFU_2_After.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.fotona-a-1 {
  background-image: url('../images/Fotona_eye_1_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.cry-a-4 {
  background-image: url('../images/cryosculpt_腰間贅肉_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.cry-a-5 {
  background-image: url('../images/cryosculpt_下巴_after.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.revol-a-3 {
  background-image: url('../images/MRF_03_cropped_a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.power-a-1 {
  background-image: url('../images/Powershape_04_cropped_a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.after-pic-vert.power-a-2 {
  background-image: url('../images/Powershape_05_cropped_a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drop-menu-link-3 {
  color: var(--main-pink);
  text-align: center;
  width: auto;
  min-width: 150px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}

.drop-menu-link-3:hover, .drop-menu-link-3.w--current {
  background-color: var(--main-pink);
  color: var(--white);
}

.before-after-mid-line, .belive-mid-line-copy, .news-mid-line {
  background-color: var(--main-pink);
  width: 2px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.m-banner-info {
  width: 100%;
  display: none;
  position: relative;
}

.m-banner-info.banner-laser {
  background-image: url('../images/banner-laser.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-cfu-face, .m-banner-info.banner-hifu-v {
  background-image: url('../images/cfu-face-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-fotona {
  background-image: url('../images/banner-fotona.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-laser-dep {
  background-image: url('../images/banner-laser-dep.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-bd {
  background-image: url('../images/banner-bd.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-revol {
  background-image: url('../images/banner-revol.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-cfu-body {
  background-image: url('../images/banner-cfu-body.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-cryo {
  background-image: url('../images/banner-cryo.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-power {
  background-image: url('../images/banner-power.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-info.banner-reg {
  background-image: url('../images/banner-reg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-banner-content-block {
  background-color: #ffffffe6;
  border-bottom-right-radius: 100px;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5%;
}

.m-banner-content-block.no-white-bg {
  background-color: #fff0;
}

.pop-content-outer {
  background-color: var(--white);
  width: 100%;
  max-width: 1000px;
  height: auto;
  max-height: 96%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 30px 5%;
  display: flex;
  position: relative;
}

.ingredients-item {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-bottom-left-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  margin-bottom: 60px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 50px 3%;
  display: flex;
  position: relative;
}

.ngredients-pt-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.ngredients-pt-block.mt-0 {
  margin-top: 0;
}

.ingredients-mid-line {
  background-color: var(--main-pink);
  width: 2px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.ingredients-icon {
  width: 150px;
  min-width: 150px;
  height: 80px;
}

.ingredients-icon.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.hifu-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.hifu-function-4 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.hifu-function-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.hifu-function-2 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-dep-fun4 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-dep-fun2 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-dep-fun3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.laser-dep-fun1 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.bd-icon-1 {
  background-image: url('../images/bd-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.bd-icon-2 {
  background-image: url('../images/bd-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.cryo-function-2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.cryo-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.cryo-function-3 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ingredients-icon.cryo-function-4 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

._3step-block {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  align-items: center;
  margin-top: 15px;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.step-btn-block {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.step-title {
  border-bottom: 1px solid var(--body-color);
  color: var(--main-pink);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.step-title.sm {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.step-icon-block {
  width: 200px;
  height: 200px;
}

.step-icon-block.step-1-icon {
  background-image: url('../images/why-icon-1_1why-icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.step-content-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step-info {
  margin-bottom: 30px;
}

.step-info.pl-0 {
  padding-left: 0%;
}

.step-info.pl-0.pt-0 {
  padding-top: 0;
}

.step-info-title {
  color: var(--dark-blue);
  font-size: 20px;
  line-height: 30px;
}

.step-info-title.body {
  color: var(--body-color);
}

.step-info-list {
  max-width: 400px;
  padding-left: 30px;
}

.step-info-list-tx {
  margin-bottom: 5px;
  line-height: 28px;
}

.step-info-3 {
  width: 29%;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
}

.step-info-3.pl-0 {
  padding-left: 0%;
}

.step-info-3.pl-0.pt-0 {
  padding-top: 0;
}

.step-title-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.step-icon {
  height: 50px;
  margin-right: 15px;
  display: none;
}

.lang-link {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-weight: 700;
}

.lang-link:hover, .lang-link.w--current {
  color: var(--main-pink);
}

.view-more-btn-nlock {
  z-index: 10;
  color: var(--white);
  background-color: #f59b9b1a;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.view-more-btn-nlock.face, .view-more-btn-nlock.body {
  inset: auto auto -5% -10%;
}

.view-more-btn-nlock.laser {
  inset: -10% 0% auto auto;
}

.view-tx {
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 14px;
}

.view-arrow {
  background-image: url('../images/view-more-arrow_1view-more-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.page-banner-sec {
  width: 100%;
  height: 840px;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}

.page-banner-sec.banner-laser {
  background-image: url('../images/banner-laser.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-cfu-face, .page-banner-sec.banner-hifu-v {
  background-image: url('../images/cfu-face-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-fotona {
  background-image: url('../images/banner-fotona.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-laser-dep {
  background-image: url('../images/banner-laser-dep.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-bd {
  background-image: url('../images/banner-bd.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-revol {
  background-image: url('../images/banner-revol.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-cfu-body {
  background-image: url('../images/banner-cfu-body.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-cryo {
  background-image: url('../images/banner-cryo.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-power {
  background-image: url('../images/banner-power.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-reg {
  background-image: url('../images/banner-reg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-cfu-face-2 {
  background-image: url('../images/cfu-face-banner-2.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec.banner-bee {
  background-image: url('../images/banner-bee.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2 {
  width: 100%;
  height: 540px;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}

.page-banner-sec-2.banner-laser {
  background-image: url('../images/banner-laser.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-cfu-face, .page-banner-sec-2.banner-hifu-v {
  background-image: url('../images/cfu-face-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-fotona {
  background-image: url('../images/banner-fotona.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-laser-dep {
  background-image: url('../images/banner-laser-dep.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-bd {
  background-image: url('../images/banner-bd.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-revol {
  background-image: url('../images/banner-revol.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-cfu-body {
  background-image: url('../images/banner-cfu-body.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-cryo {
  background-image: url('../images/banner-cryo.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-power {
  background-image: url('../images/banner-power.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-reg {
  background-image: url('../images/banner-reg-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-about {
  background-image: url('../images/banner-about.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-star {
  background-image: url('../images/banner-star.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sec-2.banner-products {
  background-image: url('../images/banner-products.png');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-banner-sec-2.banner-location, .page-banner-sec-2.banner-policy {
  background-image: url('../images/banner-location.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-photo {
  color: var(--white);
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.content-photo.face-tag {
  background-image: url('../images/face-tag-pic.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-photo.body-tag {
  background-image: url('../images/body-tag-pic.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-photo.laser-tag {
  background-image: url('../images/BMF_wesite_banner-09-s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-photo-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.star-pic-block {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #f59b9b7d;
}

.star-pic-block.jessica {
  background-image: url('../images/宣萱・藝人及BMF代言人_s.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.spoon {
  background-image: url('../images/Spoon-Chan・多媒體創作人及BMF代言人_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.andrea-so {
  background-image: url('../images/蘇韻姿.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.aurora-li {
  background-image: url('../images/李君妍.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.emily-szemei {
  background-image: url('../images/Emily-Sze-Mei.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.hau-tung {
  background-image: url('../images/Hau-Tung.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.jennifer-yu {
  background-image: url('../images/余香凝.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.judy-kwong {
  background-image: url('../images/鄺潔楹.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.ruby-ho {
  background-image: url('../images/Ruby-Ho.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.sarika-choy {
  background-image: url('../images/蔡宛珊_1蔡宛珊.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.serene-lim {
  background-image: url('../images/林宣妤_1林宣妤.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.tiffany-f {
  background-image: url('../images/關楓馨.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.star-pic-block.tiffany-lau {
  background-image: url('../images/劉穎旋.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block {
  width: 100%;
  height: 650px;
  margin-left: auto;
  overflow: hidden;
}

.page-info-photo-block.fotona {
  background-image: url('../images/BMF3883_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.laser-dep {
  background-image: url('../images/BMF3937_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.cryo-photo {
  background-image: url('../images/cryso-body-pic.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.about-pic {
  background-image: url('../images/20230905-BMF1106_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block.fotona-pic {
  border-radius: 30px;
  height: 450px;
}

.lottie-animation {
  z-index: 10;
  width: 110px;
  height: 110px;
}

.link-block {
  z-index: 10;
  position: absolute;
  inset: auto auto 30% 2%;
}

.page-info-photo-block-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}

.page-info-photo-block-2.fotona {
  background-image: url('../images/BMF3883_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.laser-dep {
  background-image: url('../images/BMF3937_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.cryo-photo {
  background-image: url('../images/20240410-BMF0330_rev2_en.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.about-pic {
  background-image: url('../images/20230905-BMF1106_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-2.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.step-title-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.body-step-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.body-step-icon._1 {
  background-image: url('../images/icon-step-1-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-step-icon._3 {
  background-image: url('../images/icon-cooldown-body-clr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-step-icon._2-1 {
  background-image: url('../images/icon-laser-body-clr_1icon-laser-body-clr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-step-icon._2-2 {
  background-image: url('../images/3step-2-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-step-icon._2-3 {
  background-image: url('../images/3step-2-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-info-photo-2 {
  width: 100%;
  height: 100%;
}

.page-info-photo-2.fotona {
  background-image: url('../images/膠原圖_re_en.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.laser-dep {
  background-image: url('../images/20240410-BMF1047-s.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.cryo-photo {
  background-image: url('../images/20240410-BMF0330_rev_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.about-pic {
  background-image: url('../images/20240410-BMF1061-s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.laser {
  background-image: url('../images/20240410-BMF0742-s.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: 220%;
}

.page-info-photo-2.revol-pic {
  background-image: url('../images/20230905-BMF0293_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.hifu-pic {
  background-image: url('../images/20240410-BMF0705_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-2.laser-3-wave {
  background-image: url('../images/laser-hair-removal_en.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pp-pop-block {
  z-index: 99;
  background-color: #f59b9b80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pp-pop-info-box {
  background-color: var(--light-pink-bg);
  width: 90%;
  max-width: 700px;
  height: auto;
  max-height: 90%;
  margin: 5%;
  padding: 50px 5%;
  position: relative;
}

.scroll-block {
  height: 100%;
  max-height: 500px;
  padding-right: 15px;
  overflow: auto;
}

.pp-pop-close {
  z-index: 10;
  background-color: var(--face-color);
  cursor: pointer;
  background-image: url('../images/menu-close-btn_1menu-close-btn.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 20px;
  height: 20px;
  padding: 10px;
  position: absolute;
  inset: -4% 0% auto auto;
}

.pp-pop {
  display: none;
}

.page-info-photo-block-3 {
  width: 100%;
  height: 750px;
  margin-left: auto;
  overflow: hidden;
}

.page-info-photo-block-3.fotona {
  background-image: url('../images/BMF3883_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.laser-dep {
  background-image: url('../images/BMF3937_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.cryo-photo {
  background-image: url('../images/cryso-body-pic.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.about-pic {
  background-image: url('../images/20230905-BMF1106_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-3.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4 {
  width: 100%;
  height: 670px;
  margin-left: auto;
  overflow: hidden;
}

.page-info-photo-block-4.fotona {
  background-image: url('../images/BMF3883_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.laser-dep {
  background-image: url('../images/BMF3937_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.cryo-photo {
  background-image: url('../images/cryso-body-pic.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.about-pic {
  background-image: url('../images/20230905-BMF1106_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-4.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sm-tx {
  font-size: 18px;
}

.consultation-2 {
  background-color: #fff;
  position: relative;
}

.form-pattern-3 {
  z-index: -2;
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: 300px auto auto 17%;
}

.thanks-block {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 250px 5%;
}

.thanks-tx {
  color: #f59b9b;
  letter-spacing: 5px;
  font-size: 54px;
  line-height: 60px;
}

.thanks-tx-sm {
  color: #996363;
  margin-top: 30px;
  font-size: 30px;
  line-height: 40px;
}

.award-sec {
  background-color: var(--light-pink-bg);
}

.award-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.award-logo {
  background-color: var(--pink-bg);
  border-radius: 50%;
  width: 200px;
  min-width: 200px;
  height: 200px;
}

.award-logo.bella {
  background-image: url('../images/Untitled-47-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.award-logo.marie {
  background-image: url('../images/Untitled-47-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.award-logo.bmf {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70px;
}

.award-logo.cosmo-award { background: var( --pink-bg ) url( '../images/cosmo-hong-kong.webp' ) no-repeat 50%/69%; }

.award-logo.best-label-award {
  background-image: url('../images/MC-BestLabelAward2023.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.award-logo.best-fecial {
  background-image: url('../images/HKCT-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.award-logo.bazaar-fab {
  background-image: url('../images/BAZAAR-Fab_logo2_b_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
}

.award-title {
  color: var(--main-pink);
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.link-block-2 {
  text-decoration: none;
}

.s-pic {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.s-pic.right{
  margin-right: 0;
}

.s-pic.with-border {
  border: 2px solid var(--main-pink);
  border-radius: 25px;
}

.s-pic.with-border.full-width {
  max-width: 700px;
  margin-left: 30px;
}

.cricle-info-des {
  max-width: 350px;
  margin-bottom: 5px;
  line-height: 28px;
}

.reg-btn {
  background-color: var(--main-pink);
  color: var(--face-color);
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-top: 0;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 5px 2px #0003;
}

.reg-tx {
  color: var(--bg-color);
  font-size: 16px;
  line-height: 24px;
}

.lottie-animation-2 {
  width: 120%;
  margin-bottom: -10px;
}

.before-after-slide-block {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.before-after-slide {
  padding: 40px 50px;
}

.before-after-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.bf-title {
  border-top: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  color: var(--face-color);
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.icon-5, .icon-6 {
  color: var(--main-pink);
  margin: auto;
}

.bf-des {
  color: var(--body-color);
  text-align: center;
  margin-top: 15px;
  font-size: 30px;
  line-height: 30px;
}

.cfu-gif-pic {
  background-image: url('../images/cfu-face-gif-1_500_4.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-right: 30px;
}

.point-num-list {
  max-width: 400px;
  margin-top: 30px;
  padding-left: 30px;
}

.div-block-3 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-3.full-width {
  max-width: 1000px;
}

.info-content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-contents-2-p {
  color: var(--dark-blue);
  margin-top: 15px;
  font-size: 16px;
}

.page-contents-2-p.mt-15 {
  margin-top: 15px;
}

.page-contents-2-p.mt-15.tx-center {
  text-align: left;
}

.page-contents-2-p.mb-15 {
  margin-bottom: 15px;
}

.page-info-photo-block-5 {
  width: 100%;
  max-width: 400px;
  height: 650px;
  margin-left: auto;
  overflow: hidden;
}

.page-info-photo-block-5.fotona {
  background-image: url('../images/BMF3883_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.laser-dep {
  background-image: url('../images/BMF3937_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.cryo-photo {
  background-image: url('../images/cryso-body-pic.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.about-pic {
  background-image: url('../images/20230905-BMF1106_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-info-photo-block-5.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cfu-body-pic {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cfu-body-pic-2 {
  background-image: url('../images/20230905-BMF0314_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  min-width: 250px;
  height: 400px;
  margin-right: 30px;
}

.cryo-step-pic {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 840px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

._4-parts-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._4-parts-item {
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-height: 300px;
  margin-bottom: 15px;
  display: flex;
}

._4-parts-name {
  color: var(--face-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.parts-pic {
  border: 3px solid var(--main-pink);
  background-color: var(--white);
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.parts-pic._1 {
  background-image: url('../images/deleao-pam-agathe2x-XKzqGn__.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.parts-pic._2 {
  background-image: url('../images/deleao-pam-jade2x-NxzDfi__.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.parts-pic._3 {
  background-image: url('../images/deleao-pam-ruby2x-ukBxTr__.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.parts-pic._4 {
  background-image: url('../images/deleao-pam-sapphire2x-aPzJQR__.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

._4-parts-des {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
}

._4-parts-des.sm {
  font-size: 14px;
  line-height: 18px;
}

.image-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._4-parts-left, ._4-parts-right {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.info-content-div {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.info-content-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 30px;
}

.info-pic-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 50%;
  margin-left: 50px;
  display: flex;
}

.s-pic-2 {
  width: 100%;
  max-width: 600px;
}

.s-pic-2.with-border {
  border: 2px solid var(--main-pink);
  border-radius: 25px;
}

.plotter_wrapper {
  border-radius: 12px;
  width: 100%;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000014, 0 5px 15px #00000024, 0 1px 3px #0003, 0 30px 0 10px #c2c2c2, 0 0 0 10px #c2c2c2;
}

.plotter_aspect-ratio {
  background-image: linear-gradient(180deg, var(--light-pink-bg) 25%, var(--cream-yellow) 50%, var(--light-pink-bg) 75%);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.plotter_img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.plotter_img-overlay {
  background-color: #17372e26;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plotter-items_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plotter-items_list-item {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.plotter-items_dot-wrapper {
  text-decoration: none;
  position: absolute;
}

.plotter-items_dot {
  cursor: pointer;
  background-color: #ddf941;
  border: 2px solid #202020;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 0 8px #ffd8d733;
}

.plotter-items_dot:hover {
  background-color: #fff;
  box-shadow: 0 0 0 12px #ffd8d74d;
}

.plotter-items_dot:focus {
  box-shadow: 0 0 0 12px #ffd8d74d;
}

.plotter-items_tooltip {
  color: #000;
  width: 300px;
  height: auto;
  text-decoration: none;
  display: none;
  position: relative;
}

.plotter-items_card {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 7px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000;
}

.plotter-items_card:hover {
  border-color: #ddf941;
  box-shadow: 0 0 0 5px #ddf9414d;
}

.plotter-items_card-title {
  padding-right: 20px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.plotter-items_card-desc {
  margin-top: .5em;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4;
}

.plotter-items_card-arrow {
  color: #202020;
  background-color: #ddf941;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  padding: 3px;
  line-height: 1;
  position: absolute;
  inset: 8px 8px auto auto;
}

.plotter-items_custom-code {
  display: none;
}

.mask {
  height: auto;
}

.skin-quest-item-2 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  margin-bottom: 70px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 35px 2% 50px;
  display: flex;
  position: relative;
  box-shadow: 0 0 7px 1px #f59b9b;
}

.skin-quest-item-2.face {
  box-shadow: 0 0 7px 1px var(--face-color);
}

.skin-quest-item-2.body {
  box-shadow: 0 0 7px 1px var(--body-color);
}

.sp-item-title-2 {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.sp-item-title-2.sm {
  font-size: 16px;
  line-height: 20px;
}

.sp-item-title-2.face {
  color: var(--face-color);
}

.sp-item-title-2.body {
  color: var(--body-color);
}

.sp-item-title-2.laser {
  color: var(--laser-color);
}

.sp-item-title-3 {
  color: var(--dark-blue);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.sp-item-title-3.sm {
  font-size: 16px;
  line-height: 20px;
}

.sp-item-title-3.face {
  color: var(--face-color);
}

.sp-item-title-3.body {
  color: var(--body-color);
}

.sp-item-title-3.laser {
  color: var(--laser-color);
}

.laser-2box-item {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-bottom-left-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  margin-bottom: 15px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 50px 3%;
  display: flex;
  position: relative;
}

.laser-icon {
  width: 150px;
  min-width: 150px;
  height: 80px;
}

.laser-icon.laser-icon1 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-icon2 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-icon3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-icon4 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.hifu-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.hifu-function-4 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.hifu-function-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.hifu-function-2 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-dep-fun4 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-dep-fun2 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-dep-fun3 {
  background-image: url('../images/icon-team_1icon-team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-dep-fun1 {
  background-image: url('../images/icon-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.bd-icon-1 {
  background-image: url('../images/bd-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.bd-icon-2 {
  background-image: url('../images/bd-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.cryo-function-2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.cryo-function-1 {
  background-image: url('../images/icon-co.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.cryo-function-3 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.cryo-function-4 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-2 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.laser-icon.laser-1 {
  background-image: url('../images/icon_8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

._8d-block {
  background-image: url('../images/fotona-plotter-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  min-width: 800px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

._8d-marker {
  z-index: 1;
  border: 2px dashed var(--white);
  cursor: pointer;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: relative;
}

._8d-marker-pop {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  width: 130px;
  margin-left: 150px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

._8d-marker-pop.left {
  margin-left: 0;
  margin-right: 150px;
}

._8d-marker-pop.left._03 {
  margin-right: 100px;
}

._8d-marker-pop.left._06 {
  margin-right: 250px;
}

._8d-marker-pop._02 {
  margin-left: 200px;
}

._8d-marker-pop._04 {
  margin-left: 100px;
}

._8d-marker-pop._07 {
  margin-left: 250px;
}

._8d-des {
  font-size: 14px;
  line-height: 24px;
}

._8d-marker-pop-copy {
  background-color: #ffffffe6;
  border-radius: 25px;
  position: relative;
  top: -5px;
  left: 30px;
}

._8d-marker-pop-des {
  z-index: 2;
  border: 1px dashed var(--body-color);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 25px;
  width: 300px;
  margin-top: 5px;
  padding: 10px 15px;
  display: none;
  position: absolute;
  top: 35px;
  left: 170px;
  box-shadow: 0 0 5px #0003;
}

._8d-marker-pop-des.left {
  left: 0;
  right: auto;
}

._8d-marker-pop-des._02 {
  left: 220px;
}

._8d-marker-pop-des._04 {
  left: 120px;
}

._8d-marker-pop-des._07 {
  left: 270px;
}

._8d-marker-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

._8d-marker-block._01 {
  top: 20%;
  left: 50%;
}

._8d-marker-block._02 {
  top: 28%;
  left: 58%;
}

._8d-marker-block._03 {
  top: 34%;
  left: 19%;
}

._8d-marker-block._04 {
  top: 34%;
  left: 57%;
}

._8d-marker-block._05 {
  top: 58%;
  left: 62%;
}

._8d-marker-block._06 {
  top: 39%;
  left: 3%;
}

._8d-marker-block._07 {
  top: 41%;
  left: 57%;
}

._8d-marker-block._08 {
  top: 46%;
  left: 53%;
}

._8d-bg-mid-line {
  border: 1px dashed var(--white);
  opacity: .5;
  width: 95%;
  height: 1px;
  margin-left: 5%;
  position: absolute;
}

._8d-bg-mid-line.left {
  margin-left: 0;
  margin-right: 5%;
}

.tabs {
  display: none;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.revol-improve-block {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.revol-improve-item {
  width: 30%;
  height: 300px;
}

.revol-improve-item._01 {
  background-image: url('../images/肚腩圖_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.revol-improve-item._03 {
  background-image: url('../images/妊娠紋圖_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.revol-improve-item._02 {
  background-image: url('../images/橙皮紋圖_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.revol-improve-tx {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.award-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative; gap: 21px 0;
}

.header-color-bar {
  z-index: -1;
  background-image: linear-gradient(90deg, var(--light-pink-bg), #f38592);
  width: 100%;
  height: 5px;
  position: absolute;
  inset: auto 0% -5px;
}

.exosome-pic-1 {
  background-image: url('../images/exosome-pic-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-right: 30px;
}

.exo-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 19%;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 30px 1%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.special-pt-block-exo {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.exo-item-c {
  background-color: var(--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 3% 35px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.icon-block-ex {
  width: 100%;
  height: 120px;
}

.icon-block-ex.icon-1 {
  background-image: url('../images/why-icon-1_1why-icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.icon-2 {
  background-image: url('../images/why-icon-2_1why-icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.icon-3 {
  background-image: url('../images/why-icon-3_1why-icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-sp-1 {
  background-image: url('../images/icon-wave_1icon-wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-sp-2 {
  background-image: url('../images/icon-temp_1icon-temp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-sp-3 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  height: 150px;
}

.icon-block-ex.cfu-q1 {
  background-image: url('../images/bd-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-q2 {
  background-image: url('../images/cfu-quest4_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-q3 {
  background-image: url('../images/bd-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-q4 {
  background-image: url('../images/cfu-quest6_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-q5 {
  background-image: url('../images/cfu-quest1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-q6 {
  background-image: url('../images/laser-dep-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-sp-1 {
  background-image: url('../images/icon-cricle-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.cfu-sp-3 {
  background-image: url('../images/icon-cooldown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.cfu-sp-5 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.cfu-sp-2 {
  background-image: url('../images/icon-power-level.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.hifu-q1 {
  background-image: url('../images/hifu-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.hifu-q2 {
  background-image: url('../images/hifu-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.hifu-q3 {
  background-image: url('../images/hifu-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.hifu-q4 {
  background-image: url('../images/hifu-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.hifu-q5 {
  background-image: url('../images/hifu-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.hifu-q6 {
  background-image: url('../images/bd-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.hifu-q7 {
  background-image: url('../images/laser-dep-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
}

.icon-block-ex.laser-dep-q1 {
  background-image: url('../images/laser-dep-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-dep-q2 {
  background-image: url('../images/laser-dep-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-dep-q3 {
  background-image: url('../images/laser-dep-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-dep-q4 {
  background-image: url('../images/laser-dep-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-dep-q5 {
  background-image: url('../images/laser-dep-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bd-q1 {
  background-image: url('../images/bd-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bd-q2 {
  background-image: url('../images/bd-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bd-q3 {
  background-image: url('../images/bd-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bd-q4 {
  background-image: url('../images/bd-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bd-q5 {
  background-image: url('../images/bd-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bd-q6 {
  background-image: url('../images/bd-quest6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bee-sp-1 {
  background-image: url('../images/icon-face-firm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bee-sp-2 {
  background-image: url('../images/icon-rebound.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bee-sp-3 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.bee-sp-4 {
  background-image: url('../images/icon-natural.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-b-q1 {
  background-image: url('../images/cfu-b-quest1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-b-q2 {
  background-image: url('../images/cfu-b-quest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-b-q3 {
  background-image: url('../images/cfu-b-quest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-b-q4 {
  background-image: url('../images/cfu-b-quest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-b-q5 {
  background-image: url('../images/cfu-b-quest5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cfu-b-q6 {
  background-image: url('../images/cfu-b-quest6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cryo-sp-4 {
  background-image: url('../images/icon-temp_1icon-temp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cryo-sp-5 {
  background-image: url('../images/icon-wave_1icon-wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cryo-sp-1 {
  background-image: url('../images/icon-cooldown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.cryo-sp-2 {
  background-image: url('../images/icon-cricle-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.power-sp-1 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.power-sp-2 {
  background-image: url('../images/power-sp-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.power-sp-3 {
  background-image: url('../images/power-sp-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.revol-sp-1 {
  background-image: url('../images/icon-laser_1icon-laser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.revol-sp-2 {
  background-image: url('../images/icon-full-body_1icon-full-body.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.revol-sp-3 {
  background-image: url('../images/icon-power-level.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.revol-sp-4 {
  background-image: url('../images/icon-wave_1icon-wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  height: 150px;
}

.icon-block-ex.revol-sp-5 {
  background-image: url('../images/icon-temp_1icon-temp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.power-sp-4 {
  background-image: url('../images/power-sp-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.power-sp-5 {
  background-image: url('../images/icon-fat_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-pt-1 {
  background-image: url('../images/why-icon-3_1why-icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-pt-4 {
  background-image: url('../images/icon-fda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-pt-3 {
  background-image: url('../images/icon-quick_1icon-quick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.laser-pt-2 {
  background-image: url('../images/icon-safe-laser.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
  height: 150px;
}

.icon-block-ex.exo-1 {
  background-image: url('../images/exo-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-3 {
  background-image: url('../images/exo-icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-4 {
  background-image: url('../images/exo-icon-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-2 {
  background-image: url('../images/exo-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-2-4 {
  background-image: url('../images/icon-face-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-2-3 {
  background-image: url('../images/exo-icon-2-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-2-2 {
  background-image: url('../images/exo-icon-2-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.icon-block-ex.exo-2-1 {
  background-image: url('../images/exo-icon-2-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100px;
}

.image-4 {
  height: 50px;
  margin-bottom: 25px;
  margin-right: 15px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hifu-function-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.hifu-function-block.mt-0 {
  margin-top: 0;
}

.hifu-item {
  border: 1px solid var(--main-pink);
  background-color: var(--white);
  border-bottom-left-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 15px;
  padding: 25px 3%;
  display: flex;
  position: relative;
}

.full-width-bg-sec {
  align-items: center;
  width: 100%;
  height: 650px;
  display: flex;
  position: relative;
}

.full-width-bg-sec.cfu-face {
  background-image: url('../images/20240627-BMF1093-s.gif'), url('../images/20240410-BMF1093-pic.png'), linear-gradient(230deg, #c7c9d6, #f4f4f6);
  background-position: 15% 60%, 10% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 500px, contain, auto;
}

.full-width-bg-sec.coolfase {
  background-image: url('../images/20240410-BMF1359-Recovered-bg_cut.png'), linear-gradient(230deg, #c7c9d6, #f4f4f6);
  background-position: 20% 100%, 10% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 600px, contain, auto;
}

.full-width-bg-sec.skin-exo {
  background-image: url('../images/20240410-BMF0937-pic.png'), linear-gradient(210deg, #c7c9d6, #f4f4f6);
  background-position: 10% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.bg-sec-content-block {
  max-width: 450px;
  position: relative;
  left: 50%;
}

.slide-arrow {
  background-image: url('../images/slide-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50px;
}

.slide-arrow.right {
  background-image: url('../images/slide-arrow-right.svg');
}

.point-num-list-2 {
  color: var(--face-color);
  background-color: #fde9eacc;
  border-radius: 25px;
  max-width: 500px;
  margin-top: 30px;
  margin-left: -35%;
  padding: 20px 30px 20px 50px;
  box-shadow: 0 0 5px #0003;
}

.step-arrow-down {
  width: 100%;
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cricle-info-tx2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

.page-info-left2 {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 0%;
  display: flex;
}

.page-info-right2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.full-width-bg-sec2 {
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.full-width-bg-sec2.cfu-face {
  background-image: url('../images/20240410-BMF1093-pic.png'), linear-gradient(210deg, #c7c9d6, #f4f4f6);
  background-position: 10% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.full-width-bg-sec2.skin-exo {
  background-image: url('../images/20240410-BMF0937-pic.png'), linear-gradient(210deg, #c7c9d6, #f4f4f6);
  background-position: 10% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.ex-icon-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ex-icon-item {
  flex-flow: column;
  width: 48%;
  margin-bottom: 15px;
  display: flex;
}

.ex-icon-pic {
  height: 100px;
}

.ex-icon-tx {
  color: var(--face-color);
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.cfu-icon-anime-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cfu-anime-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
  display: flex;
}

.cfu-anime-pic {
  width: 120px;
  height: 120px;
}

.cfu-anime-pic.rebound {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/rebound.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 50%;
}

.cfu-anime-pic.v-face {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/v-face.gif');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 50%;
}

.cfu-anime-pic.skin-tone {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/skin-tone.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 50%;
}

.cfu-anime-pic.relax {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/relax.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}

.image-5 {
  width: 100%;
  max-width: 100%;
}

.fotona-icon-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.fotona-icon {
  border: 2px solid var(--face-color);
  background-color: #e3c4b2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.fotona-icon._1 {
  background-image: url('../images/fotona-icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.fotona-icon._2 {
  background-image: url('../images/fotona-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.fotona-icon._3 {
  background-image: url('../images/fotona-icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.fotona-tx {
  margin-left: 15px;
}

.fotona-icon-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cfu-anime-lo {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.cfu-anime-lo.coolfase-1 {
  background-image: url('../images/Coolfase-sp-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cfu-anime-lo.coolfase-2 {
  background-image: url('../images/Coolfase-sp-2.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cfu-anime-lo.coolfase-3 {
  background-image: url('../images/Coolfase-sp-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.cfu-anime-lo.coolfase-4 {
  background-image: url('../images/Coolfase-sp-4.svg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.cfu-anime-lo.rebound {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/rebound.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 50%;
}

.cfu-anime-lo.v-face {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/v-face.gif');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 50%;
}

.cfu-anime-lo.skin-tone {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/skin-tone.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 50%;
}

.cfu-anime-lo.relax {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/relax.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}

.page-info-cricle2 {
  z-index: -1;
  width: 100%;
  max-width: 65%;
  position: absolute;
  inset: -50px 0 auto auto;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-6-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.sp-item-des-xl {
  color: var(--black);
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.sp-item-des-xl-2 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  line-height: 42px;
}

.tx-xl {
  font-size: 30px;
  font-weight: 700;
}

.tx-xl.color-body {
  color: var(--body-color);
}

.en-tx {
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.revol-pt-item {
  margin-bottom: 30px;
  display: flex;
}

.revol-icon-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.image-6 {
  width: 60px;
}

.image-6.s {
  width: 50px;
  margin-left: 10px;
}

.revol-pt-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.revol-pt-des {
  line-height: 24px;
}

.cfu-body-pt-icon {
  border: 2px solid var(--body-color);
  background-color: var(--bg-color);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.cfu-body-pt-icon.rebound {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/rebound.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 50%;
}

.cfu-body-pt-icon.v-face {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/v-face.gif');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 50%;
}

.cfu-body-pt-icon.skin-tone {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/skin-tone.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 50%;
}

.cfu-body-pt-icon.relax {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/relax.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}

.cfu-body-pt-icon._1 {
  background-image: url('../images/cfu-body-icon1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.cfu-body-pt-icon._4 {
  background-image: url('../images/cfu-body-icon4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.cfu-body-pt-icon._3 {
  background-image: url('../images/cfu-body-icon3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.cfu-body-pt-icon._2 {
  background-image: url('../images/cfu-body-icon2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.power-pt-icon {
  width: 120px;
  height: 120px;
}

.power-pt-icon.rebound {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/rebound.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 50%;
}

.power-pt-icon.v-face {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/v-face.gif');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 50%;
}

.power-pt-icon.skin-tone {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/skin-tone.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 50%;
}

.power-pt-icon.relax {
  border: 2px solid var(--face-color);
  background-color: var(--light-pink-bg);
  background-image: url('../images/relax.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
}

.power-pt-icon._1 {
  background-image: url('../images/power-pt-icon1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.power-pt-icon._2 {
  background-image: url('../images/power-pt-icon2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.power-pt-icon._4 {
  background-image: url('../images/power-pt-icon4_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
}

.power-pt-icon._3 {
  background-image: url('../images/power-pt-icon3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.tabs-content-3 {
  background-image: url('../images/20240410-BMF0742_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cryosculpt-4-step-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cry-4-step-item {
  width: 21%;
}

.cry-4-step-pic {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.cry-4-step-pic._1 {
  background-image: url('../images/s1_re.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cry-4-step-pic._2 {
  background-image: url('../images/s2_re.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cry-4-step-pic._3 {
  background-image: url('../images/s3_re.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cry-4-step-pic._4 {
  background-image: url('../images/s4_re.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.step-arrow-block {
  background-image: url('../images/step-arrow.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
}

.laser-3-save-pic {
  border-radius: 30px;
  width: 100%;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.laser-3-save-pic.fotona {
  background-image: url('../images/BMF3883_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.laser-dep {
  background-image: url('../images/BMF3937_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.bd {
  background-image: url('../images/BMF4202_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.powr-photo {
  background-image: url('../images/20230905-BMF0180_s.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.cryo-photo {
  background-image: url('../images/cryso-body-pic.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.pro-team {
  background-image: url('../images/BMF3873_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.about-pic {
  background-image: url('../images/20230905-BMF1106_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.bee {
  background-image: url('../images/BMF4009_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-3-save-pic.fotona-pic {
  border-radius: 30px;
  height: 450px;
}

html.w-mod-js [data-ix="scroll-botom-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-left-right"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-right-left"] {
  opacity: 0;
  transform: translate(100px);
}

@media screen and (min-width: 1920px) {
  .menu-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    max-width: 1680px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .container.padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.padding-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .container.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-container {
    max-width: 1920px;
  }

  .sm-link-block {
    height: 420px;
  }

  .face-title-tx {
    left: 7%;
  }

  .sm-link-block-2 {
    height: 600px;
  }

  .big-link-block {
    height: 900px;
    margin-top: 150px;
  }

  .pattern-1 {
    max-width: 400px;
    left: 5%;
  }

  .pattern-2 {
    top: 10%;
    right: 25%;
  }

  .form-pattern-2 {
    left: 10%;
  }

  .form-block {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .page-banner {
    height: 900px;
  }

  .page-banner.banner-cfu-face-2 {
    background-position: 85%;
    background-size: cover;
  }
  .page-banner.banner-coolfase {
    background-position: 85%;
    background-size: cover;
  }

  .page-banner.banner-bee {
    background-position: 100%;
  }

	.page-banner.banner-aqua-peel {
		background-position: 85%;
		background-size: cover;
	}

  .banner-content-block {
    top: 17%;
  }

  .banner-en-title.body {
    color: var(--body-color);
  }

  .page-info-left {
    padding-left: 5%;
  }

  .page-info-right._w-55 {
    width: 55%;
  }

  .page-cricle-info {
    padding-left: 20%;
  }

  .page-cricle-info.power {
    max-width: 700px;
  }

  .cricle-info-list {
    max-width: 360px;
  }

  .page-info-cricle {
    max-width: 650px;
    top: -60px;
    left: 0%;
  }

  .page-info-cricle-ptn {
    max-width: 200px;
    bottom: 0%;
    right: 5%;
  }

  .function-pt {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .function-pt-block {
    justify-content: center;
    align-items: flex-start;
  }

  .hifu-photo {
    background-size: 90%;
  }

  .cricle-content-ptn {
    max-width: 200px;
    bottom: -65%;
    right: 20%;
  }

  .revol-photo {
    background-position: 50% 20%;
    height: 500px;
  }

  .sp-item-list {
    max-width: 360px;
  }

  .page-banner-2.banner-about {
    background-position: 100% 30%;
  }

  .page-banner-2.banner-star {
    background-position: 75% 15%;
    background-size: cover;
  }

  .page-banner-2.banner-products {
    background-position: 100% 35%;
    background-size: 120%;
  }

  .star-pic {
    height: 450px;
  }

  .prof-info-block {
    padding-left: 20%;
  }

  .product-cover {
    height: 250px;
  }

  .pd-item-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pd-img {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }

  .more-btn-2 {
    padding: 15px 30px;
    font-size: 30px;
    line-height: 40px;
    right: 20%;
  }

  .m-banner-info {
    height: 900px;
  }

  .m-banner-content-block {
    top: 17%;
  }

  .step-info {
    padding-left: 20%;
  }

  .step-info-list {
    max-width: 360px;
  }

  .page-banner-sec {
    height: 900px;
  }

  .page-banner-sec.banner-cfu-face-2 {
    background-position: 60% 25%;
    background-size: cover;
  }

  .page-banner-sec-2.banner-about {
    background-position: 100% 30%;
  }

  .page-banner-sec-2.banner-star {
    background-position: 75% 15%;
    background-size: 180%;
  }

  .page-banner-sec-2.banner-products {
    background-position: 100% 35%;
    background-size: 120%;
  }

  .star-pic-block {
    height: 450px;
  }

  .page-info-photo-block.fotona-pic {
    height: 520px;
  }

  .pp-pop-info-box {
    max-width: 1000px;
  }

  .scroll-block {
    max-height: 600px;
    padding-right: 30px;
    overflow: auto;
  }

  .pp-pop-close {
    width: 30px;
    height: 30px;
  }

  .page-info-photo-block-4 {
    height: 850px;
  }

  .form-pattern-3 {
    left: 10%;
  }

  .award-title {
    font-size: 17px;
  }

  .s-pic.with-border.full-width {
    max-width: 800px;
  }

  .before-after-slide-block {
    justify-content: center;
    align-items: flex-start;
  }

  .point-num-list {
    max-width: 360px;
  }

  .div-block-3.full-width {
    width: auto;
    max-width: none;
  }

  .info-content-div {
    max-width: 1200px;
  }

  .info-pic-block {
    margin-left: 100px;
  }

  .s-pic-2.with-border {
    max-width: 700px;
  }

  .hifu-function-block.align-left {
    justify-content: flex-start;
  }

  .full-width-bg-sec.cfu-face {
    background-position: 31% 70%, 30% 100%;
  }
  .full-width-bg-sec.coolfase {
    background-position: 31% 100%, 30% 100%;
  }

  .full-width-bg-sec.skin-exo {
    background-position: 30% 100%, 0 0;
  }

  .point-num-list-2 {
    max-width: 360px;
    margin-left: -45%;
  }

  .page-info-left2 {
    padding-left: 5%;
  }

  .full-width-bg-sec2.cfu-face, .full-width-bg-sec2.skin-exo {
    background-position: 30% 100%, 0 0;
  }

  .page-info-cricle2 {
    max-width: 53%;
    top: -60px;
  }

  .cryosculpt-4-step-block {
    max-width: 1200px;
  }

  .cry-4-step-pic {
    height: 250px;
  }

  .laser-3-save-pic {
    height: 370px;
    margin-right: -25%;
  }

  .laser-3-save-pic.fotona-pic {
    height: 520px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

.s-pic.right {
  margin-right: auto;
}

  .menu-link {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 30px;
    font-weight: 400;
  }

  .container.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.padding-bottom {
    padding-bottom: 50px;
  }

  .container.padding-top {
    padding-top: 50px;
  }

  .container.padding-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-container {
    padding-right: 120px;
  }

  .nav-menu {
    border: 1px solid var(--main-pink);
    background-color: var(--cream-yellow);
  }

  .head-logo {
    max-height: 35px;
  }

  .drop-menu-list-1.w--open {
    border-top: 1px solid var(--main-pink);
    border-bottom: 1px solid var(--main-pink);
    background-color: var(--cream-yellow);
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .drop-menu-link {
    text-align: left;
    width: 100%;
    min-width: auto;
    padding: 15px 30px;
  }

  .drop-menu-link.w--open {
    border: 1px solid var(--main-pink);
  }

  .drop-menu-link.tb-0.w--open {
    border-top-width: 0;
  }

  .drop-menu-list-2 {
    position: relative;
  }

  .drop-menu-list-2.w--open {
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: var(--main-pink);
    background-color: var(--cream-yellow);
    box-shadow: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .drop-1 {
    width: 100%;
  }

  .drop-2 {
    width: 100%;
    display: flex;
  }

  .drop-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .drop-menu-list-3 {
    background-color: var(--black);
    box-shadow: none;
    position: static;
  }

  .drop-menu-list-3.w--open {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: var(--main-pink);
    background-color: var(--cream-yellow);
  }

  .hero-banner {
    margin-top: 65px;
  }

  .lang-btn {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 30px;
  }

  .lang-mid-line {
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .slider {
    height: 500px;
  }

  .big-title {
    font-size: 70px;
    line-height: 70px;
  }

  .text-block {
    font-size: 36px;
    line-height: 40px;
  }

  .big-block, .sm-block {
    width: 50%;
  }

  .big-link-block {
    background-position: 50%;
  }

  .laser-title-tx {
    top: 5%;
  }

  .pattern-1 {
    top: 60px;
  }

  .title-2 {
    width: 70%;
  }

  .tx-block {
    width: 80%;
  }

  .title-tx-black {
    font-size: 30px;
    line-height: 36px;
  }

  .title-tx-pink.en-font {
    font-size: 100px;
    line-height: 100px;
  }

  .question-mark {
    font-size: 150px;
    line-height: 150px;
  }

  .why-content-block {
    margin-top: 40px;
  }

  .why-item {
    min-height: 300px;
    padding-bottom: 40px;
  }

  .icon-block {
    height: 100px;
  }

  .icon-block.icon-1, .icon-block.icon-2, .icon-block.icon-3 {
    background-size: auto 70px;
    height: 100px;
  }

  .icon-block.laser-sp-1, .icon-block.laser-sp-2, .icon-block.laser-sp-3 {
    background-size: auto 80px;
    height: 100px;
  }

  .icon-block.cfu-sp-1, .icon-block.cfu-sp-3, .icon-block.cfu-sp-5, .icon-block.cfu-sp-2 {
    background-size: auto 80px;
  }

  .icon-block.hifu-q1, .icon-block.hifu-q2, .icon-block.hifu-q3, .icon-block.hifu-q4, .icon-block.hifu-q5, .icon-block.hifu-q6, .icon-block.hifu-q7 {
    background-size: auto 90px;
  }

  .icon-block.revol-sp-1, .icon-block.revol-sp-2, .icon-block.revol-sp-3 {
    background-size: auto 80px;
  }

  .icon-block.revol-sp-4 {
    background-size: auto 80px;
    height: 100px;
  }

  .icon-block.revol-sp-5 {
    background-size: auto 80px;
  }

  .why-item-title {
    font-size: 20px;
  }

  .form-row {
    flex-flow: column;
  }

  .form-pic {
    width: 100%;
    margin-bottom: 30px;
  }

  .form-block {
    width: 90%;
    margin-right: 5%;
    padding-right: 0%;
  }

  .title-2-2 {
    font-size: 80px;
    line-height: 80px;
  }

  .float-btn-top {
    padding: 20px 15px;
  }

  .floating-bar-tx {
    font-size: 20px;
    line-height: 30px;
  }

  .float-btn-mid {
    padding: 15px;
  }

  .floating-bar-icon {
    max-width: 25px;
  }

  .float-btn-bottom {
    padding: 15px;
  }

  .page-banner {
    height: 640px;
  }

  .page-banner.banner-hifu-v, .page-banner.banner-fotona {
    background-position: 90%;
  }

  .page-banner.banner-cfu-face-2 {
    background-position: 85%;
  }
  .page-banner.banner-coolfase {
    background-position: 85%;
  }

	.page-banner.banner-aqua-peel {
		background-position: 85%;
	}

  .banner-content-block {
    padding-top: 40px;
    top: 40px;
  }

  .banner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-en-title {
    font-size: 55px;
    line-height: 60px;
  }

  .banner-des {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-des.pb-0 {
    margin-bottom: 0;
  }

  .page-info-row {
    flex-flow: column;
    justify-content: flex-start;
  }

  .page-info-left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .page-info-right {
    width: 100%;
  }

  .page-info-title {
    font-size: 30px;
    line-height: 30px;
  }

  .page-info-title-en {
    margin-bottom: 5px;
    font-size: 50px;
    line-height: 60px;
  }

  .page-cricle-info {
    padding-left: 25%;
  }

  .page-cricle-info.pl-0.pt-0, .page-cricle-info.pl-0.pt-0.m-tx-center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cricle-info-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .cricle-info-title.tx-center {
    text-align: center;
  }

  .page-info-cricle {
    top: -60px;
    left: auto;
  }

  .page-info-cricle-ptn {
    bottom: -20%;
  }

  .special-pt-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }

  .sp-item {
    width: 100%;
    min-height: 0;
    margin-bottom: 50px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 25px 5% 30px;
  }

  .sp-item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .sp-item-title.face {
    align-self: center;
  }

  .sp-item-des {
    font-size: 14px;
    line-height: 20px;
  }

  .sp-num-tx {
    font-size: 30px;
    line-height: 30px;
  }

  .belive-pt-block {
    margin-top: 30px;
  }

  .belive-item {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .belive-icon {
    width: 100px;
    min-width: 100px;
  }

  .belive-icon.laser-icon1, .belive-icon.laser-icon2, .belive-icon.laser-icon3, .belive-icon.laser-icon4 {
    height: 40px;
  }

  .belive-mid-line {
    height: 70px;
  }

  .belive-item-tx {
    font-size: 18px;
    line-height: 22px;
  }

  .sp-num-cricle {
    width: 60px;
    height: 60px;
    top: -40px;
    left: 0;
  }

  .faq-block {
    z-index: 1;
    position: relative;
  }

  .faq-item-wrapper {
    z-index: 8888;
  }

  .faq-question {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-question-label {
    font-size: 18px;
    line-height: 22px;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-answer-p {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .banner-en-title-laser {
    font-size: 40px;
    line-height: 60px;
  }

  .function-pt {
    width: 96%;
  }

  .skin-quest-item {
    width: 44%;
    margin-bottom: 50px;
  }

  .hifu-item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .solve-pt-item {
    width: 27%;
  }

  .banner-en-title-face, .banner-en-title-body {
    line-height: 60px;
  }

  .page-info-photo {
    margin-right: auto;
  }

  .page-info-photo.fotona {
    background-position: 50%;
    background-size: contain;
  }

  .page-info-photo.bd, .page-info-photo.power-photo, .page-info-photo.cryo-photo, .page-info-photo.pro-team, .page-info-photo.about-pic, .page-info-photo.bee {
    background-size: contain;
  }

  .page-info-photo.power {
    background-position: 50%;
    background-size: contain;
  }

  .page-info-photo.ex {
    background-size: contain;
  }

  .loca-tab-menu {
    margin-bottom: 15px;
  }

  .tab-btn {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .loca-contents {
    flex-flow: column;
  }

  .loca-left, .loca-right {
    width: 100%;
  }

  .page-banner-2.banner-about {
    background-position: 87% 0;
  }

  .star-item {
    width: 44%;
  }

  .news-item {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .news-block {
    flex-flow: column;
  }

  .timeline-block {
    flex-flow: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .time-item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .years-tx {
    color: var(--light-pink-bg);
    margin-left: 5%;
    font-size: 40px;
  }

  .years-content-block {
    flex-flow: row;
    justify-content: flex-start;
  }

  .years-des {
    text-align: left;
  }

  .years-com-logo {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin-right: 30px;
  }

  .timeline-line {
    width: 3px;
    height: 70%;
    margin-left: 0%;
    margin-right: 0%;
    inset: 15% auto 0% 20%;
  }

  .prof-info-right {
    order: -1;
    width: 100%;
    margin-left: 0%;
    padding-right: 0%;
  }

  .prof-info-left {
    width: 100%;
    margin-top: 15px;
  }

  .prof-info-block {
    text-align: center;
    padding-right: 0%;
  }

  .prodcut-item {
    width: 46%;
    margin-bottom: 40px;
  }

  .series-tab-menu {
    margin-bottom: 0;
  }

  .menu-button {
    color: var(--face-color);
    order: 1;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .menu-button.w--open {
    color: var(--main-pink);
    background-color: #c8c8c800;
  }

  .drop-menu-link-3 {
    text-align: left;
    width: 100%;
    min-width: auto;
    padding: 15px 30px 15px 50px;
  }

  .drop-menu-link-3.w--open {
    border: 1px solid var(--main-pink);
  }

  .before-after-mid-line, .belive-mid-line-copy {
    height: 70px;
  }

  .news-mid-line {
    width: 100%;
    height: 2px;
    margin: 20px 0;
  }

  .m-banner-info.banner-laser {
    height: 640px;
  }

  .pop-content-outer {
    position: relative;
  }

  .ingredients-item {
    flex-flow: column;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ngredients-pt-block {
    align-items: stretch;
    margin-top: 30px;
  }

  .ingredients-mid-line {
    width: 70px;
    height: 2px;
    display: none;
  }

  .ingredients-icon {
    width: 100px;
    min-width: 100px;
    margin-bottom: 15px;
  }

  .ingredients-icon.laser-icon1, .ingredients-icon.laser-icon2, .ingredients-icon.laser-icon3, .ingredients-icon.laser-icon4 {
    height: 40px;
  }

  .step-title {
    font-size: 32px;
    line-height: 40px;
  }

  .step-content-block {
    justify-content: flex-start;
  }

  .step-info.pl-0.pt-0.m-tx-center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .step-info-title.tx-center {
    text-align: center;
  }

  .step-info-3 {
    width: 46%;
  }

  .step-info-3.pl-0.pt-0.m-tx-center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .step-info-3.mt-30 {
    margin-top: 30px;
  }

  .lang-link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-weight: 400;
  }

  .view-more-btn-nlock {
    width: 120px;
    height: 120px;
  }

  .view-tx {
    letter-spacing: 0;
  }

  .page-banner-sec {
    height: 640px;
    margin-top: 65px;
  }

  .page-banner-sec.banner-cfu-face-2 {
    background-position: 67% 30%;
  }

  .page-banner-sec-2 {
    height: 470px;
    margin-top: 65px;
  }

  .page-info-photo-block {
    height: 650px;
    margin-right: auto;
  }

  .page-info-photo-block.cryo-photo {
    height: 750px;
  }

  .lottie-animation {
    width: 70px;
    height: 70px;
  }

  .link-block {
    bottom: 5%;
  }

  .page-info-photo-block-2 {
    margin-right: auto;
  }

  .page-info-photo-block-2.cryo-photo {
    background-size: contain;
  }

  .page-info-photo-2 {
    margin-right: auto;
  }

  .page-info-photo-2.fotona, .page-info-photo-2.bd, .page-info-photo-2.powr-photo, .page-info-photo-2.cryo-photo, .page-info-photo-2.pro-team, .page-info-photo-2.about-pic, .page-info-photo-2.bee, .page-info-photo-2.revol-pic {
    background-size: contain;
  }

  .page-info-photo-2.hifu-pic {
    background-position: 50% 10%;
  }

  .page-info-photo-2.laser-3-wave {
    background-size: contain;
  }

  .page-info-photo-block-3 {
    height: 650px;
    margin-right: auto;
  }

  .page-info-photo-block-3.cryo-photo {
    height: 750px;
  }

  .page-info-photo-block-4 {
    height: 650px;
    margin-right: auto;
  }

  .page-info-photo-block-4.cryo-photo {
    height: 750px;
  }

  .thanks-block {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .thanks-tx {
    letter-spacing: 0;
    font-size: 48px;
    line-height: 50px;
  }

  .thanks-tx-sm {
    font-size: 24px;
    line-height: 30px;
  }

  .award-content-block {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
  }

  .award-logo {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin-right: 30px;
  }

  .award-title {
    text-align: left;
  }

  .s-pic.with-border {
    order: -1;
  }

  .s-pic.with-border.full-width {
    margin-bottom: 15px;
    margin-left: auto;
  }

  .reg-btn {
    z-index: 10;
    width: 90px;
    padding-bottom: 5px;
  }

  .reg-tx {
    font-size: 18px;
  }

  .lottie-animation-2 {
    margin-bottom: -10px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .page-info-photo-block-5 {
    height: 650px;
    margin-right: auto;
  }

  .page-info-photo-block-5.cryo-photo {
    height: 750px;
  }

  .info-content-div {
    flex-flow: row;
  }

  .info-content-div.cryo {
    flex-flow: column;
  }

  .info-pic-block {
    margin-left: 0;
  }

  .skin-quest-item-2 {
    width: 44%;
    margin-bottom: 50px;
  }

  .sp-item-title-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .sp-item-title-2.face {
    align-self: center;
  }

  .sp-item-title-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .sp-item-title-3.face {
    align-self: center;
  }

  .laser-2box-item {
    flex-flow: column;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .laser-icon {
    width: 100px;
    min-width: 100px;
    margin-bottom: 15px;
  }

  .laser-icon.laser-icon1, .laser-icon.laser-icon2, .laser-icon.laser-icon3, .laser-icon.laser-icon4 {
    height: 40px;
  }

  ._8d-marker-pop {
    margin-left: 70px;
  }

  ._8d-marker-pop.left {
    margin-right: 70px;
  }

  ._8d-marker-pop.left._06 {
    margin-right: 200px;
  }

  ._8d-marker-pop._02, ._8d-marker-pop._07 {
    margin-left: 150px;
  }

  ._8d-marker-pop-des {
    width: 200px;
    display: none;
    left: 80px;
  }

  ._8d-marker-pop-des.left {
    right: 80px;
  }

  ._8d-marker-pop-des._02, ._8d-marker-pop-des._07 {
    left: 170px;
  }

  ._8d-marker-block._03 {
    left: 22%;
  }

  ._8d-marker-block._06 {
    left: 10%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .revol-improve-tx {
    font-size: 30px;
    line-height: 40px;
  }

  .award-block {
    flex-flow: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .exo-item {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .exo-item-c {
    justify-content: center;
    width: 40%;
    max-width: 220px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .icon-block-ex {
    height: 100px;
  }

  .icon-block-ex.icon-1, .icon-block-ex.icon-2, .icon-block-ex.icon-3 {
    background-size: auto 70px;
    height: 100px;
  }

  .icon-block-ex.laser-sp-1, .icon-block-ex.laser-sp-2, .icon-block-ex.laser-sp-3 {
    background-size: auto 80px;
    height: 100px;
  }

  .icon-block-ex.cfu-sp-1, .icon-block-ex.cfu-sp-3, .icon-block-ex.cfu-sp-5, .icon-block-ex.cfu-sp-2 {
    background-size: auto 80px;
  }

  .icon-block-ex.hifu-q1, .icon-block-ex.hifu-q2, .icon-block-ex.hifu-q3, .icon-block-ex.hifu-q4, .icon-block-ex.hifu-q5, .icon-block-ex.hifu-q6, .icon-block-ex.hifu-q7 {
    background-size: auto 90px;
  }

  .icon-block-ex.revol-sp-1, .icon-block-ex.revol-sp-2, .icon-block-ex.revol-sp-3 {
    background-size: auto 80px;
  }

  .icon-block-ex.revol-sp-4 {
    background-size: auto 80px;
    height: 100px;
  }

  .icon-block-ex.revol-sp-5 {
    background-size: auto 80px;
  }

  .image-4 {
    height: 35px;
    margin-bottom: 15px;
  }

  .hifu-function-block {
    margin-top: 30px;
  }

  .hifu-item {
    width: 46%;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .full-width-bg-sec {
    height: 450px;
  }

  .full-width-bg-sec.cfu-face {
    background-image: url('../images/20240410-BMF1093-s-3.gif'), url('../images/20240410-BMF1093-pic.png'), linear-gradient(230deg, #c7c9d6, #c7c9d6);
    background-position: 7% 65%, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto 400px, contain, auto;
  }

  .full-width-bg-sec.coolfase {
    background-size: auto 500px, contain, auto;
    height: 500px;
  }

  .full-width-bg-sec.skin-exo {
    background-position: 0 100%, 0 0;
  }

  .bg-sec-content-block {
    max-width: 400px;
    bottom: 2%;
    left: 50%;
  }

  .point-num-list-2 {
    background-color: #fde9ea;
    margin-left: -5%;
  }

  .page-info-left2 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .page-info-right2 {
    width: 100%;
  }

  .full-width-bg-sec2 {
    height: 450px;
  }

  .full-width-bg-sec2.cfu-face, .full-width-bg-sec2.skin-exo {
    background-position: 0 100%, 0 0;
  }

  .ex-icon-pic {
    height: 80px;
  }

  .cfu-anime-item {
    margin-bottom: 15px;
  }

  .cfu-anime-pic, .cfu-anime-lo {
    width: 90px;
    height: 90px;
  }

  .page-info-cricle2 {
    max-width: 100%;
    top: 43%;
    left: auto;
  }

  .sp-item-des-xl {
    font-size: 14px;
    line-height: 20px;
  }

  .sp-item-des-xl-2 {
    font-size: 14px;
    line-height: 30px;
  }

  .cfu-body-pt-icon, .power-pt-icon {
    width: 90px;
    height: 90px;
  }

  .power-pt-icon._4 {
    background-size: 60px;
  }

  .cryosculpt-4-step-block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cry-4-step-item {
    width: 41%;
    margin-bottom: 30px;
  }

  .step-arrow-block._2 {
    display: none;
  }

  .laser-3-save-pic {
    height: 350px;
    margin-right: auto;
  }

  .laser-3-save-pic.cryo-photo {
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .big-title {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block {
    font-size: 30px;
    line-height: 30px;
  }

  .sec-tags {
    flex-flow: column;
    margin-top: 20px;
  }

  .big-block {
    width: 100%;
    margin-left: 0%;
  }

  .sm-block {
    width: 100%;
  }

  .sm-link-block {
    height: 400px;
  }

  .cate-tx {
    font-size: 20px;
    line-height: 30px;
  }

  .treat-title {
    font-size: 30px;
    line-height: 40px;
  }

  .sm-link-block-2 {
    height: 400px;
  }

  .big-link-block {
    height: 400px;
    margin-top: 0;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .title-tx-black {
    letter-spacing: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .title-tx-pink.en-font {
    margin-top: 5px;
    font-size: 70px;
    line-height: 70px;
  }

  .question-mark {
    margin-top: -10px;
    font-size: 100px;
    line-height: 100px;
  }

  .why-content-block {
    flex-flow: column;
    align-items: stretch;
  }

  .why-item {
    width: 100%;
    min-height: 0;
    margin-bottom: 50px;
  }

  .title-2-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .social-block {
    justify-content: center;
  }

  .footer-content {
    flex-flow: column wrap;
  }

  .footer-tx {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .div-block-2 {
    order: -1;
    margin-bottom: 15px;
  }

  .floating-bar-tx {
    font-size: 25px;
  }

  .page-banner {
    height: 250px;
  }

  .page-banner.banner-laser {
    background-image: url('../images/20240410-BMF0850-m.jpg');
    background-position: 100% 20%;
    background-size: cover;
  }

  .page-banner.banner-hifu-v {
    background-image: url('../images/20240410-BMF0937-m.jpg');
    background-position: 100% 0;
    background-size: cover;
  }

  .page-banner.banner-fotona {
    background-image: url('../images/20240410-BMF1061-banner-m.jpg');
    background-position: 100% 20%;
    background-size: cover;
  }

  .page-banner.banner-laser-dep {
    background-image: url('../images/20240410-BMF1047-banner-m.jpg');
    background-position: 100% 0;
    background-size: cover;
  }

  .page-banner.banner-bd {
    background-position: 100% 30%;
    background-size: 220%;
  }

  .page-banner.banner-revol {
    background-position: 100% 22%;
    background-size: auto;
  }

  .page-banner.banner-cfu-body {
    background-position: 100% 20%;
    background-size: auto;
  }

  .page-banner.banner-cryo {
    background-image: url('../images/20240410-BMF0072-m.jpg');
    background-position: 100% 25%;
    background-size: cover;
  }

  .page-banner.banner-power {
    background-position: 100% 15%;
    background-size: auto;
  }

  .page-banner.banner-cfu-face-2 {
    background-image: url('../images/20240410-BMF1247-m.jpg');
    background-position: 100% 0;
    background-size: cover;
  }
  .page-banner.banner-coolfase {
    background-image: url('../images/20240410-BMF1129_banner-m.jpg');
    background-position: 100% 0;
    background-size: cover;
  }

  .page-banner.banner-bee {
    background-position: 100% 0;
    background-size: 120%;
  }

  .page-banner.banner-exosome {
    background-image: url('../images/20240410-BMF1093-ban-m.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

	.page-banner.banner-aqua-peel {
		background-image: url('../images/20240410-BMF1040-banner-m.jpg');
		background-position: 100% 0;
		background-size: cover;
	}

  .banner-content-block {
    width: 80%;
    display: none;
    top: 7%;
  }

  .banner-title-block {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
  }

  .banner-en-title {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-des.tx-sm {
    font-size: 10px;
    line-height: 20px;
  }

  .page-cricle-info {
    padding-left: 15%;
    font-size: 14px;
  }

  .cricle-info-title {
    font-size: 20px;
  }

  .cricle-info-list {
    width: 100%;
    max-width: none;
  }

  .special-pt-block {
    align-items: flex-start;
  }

  .special-pt-title {
    letter-spacing: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .sp-item-title.body.mb-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .belive-item {
    width: 94%;
    margin-bottom: 50px;
  }

  .belive-icon.hifu-function-1 {
    background-size: auto 60px;
  }

  .belive-icon.hifu-function-4 {
    background-size: auto 50px;
  }

  .belive-icon.hifu-function-3, .belive-icon.hifu-function-2, .belive-icon.revol-function-1, .belive-icon.revol-function-2, .belive-icon.revol-function-3 {
    background-size: auto 60px;
  }

  .belive-icon.revol-function-4 {
    background-size: auto 50px;
  }

  .belive-mid-line {
    width: 2px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .sp-num-cricle {
    top: -40px;
    left: 0;
  }

  .function-pt {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .function-pt.re {
    flex-flow: column;
  }

  .function-pt.only-one {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-contents-p {
    margin-bottom: 25px;
  }

  .hifu-contents {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hifu-left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .hifu-center {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hifu-right {
    width: 100%;
    margin-left: 0%;
  }

  .hifu-item-block {
    min-height: 0;
    margin-bottom: 30px;
  }

  .hifu-item-title {
    font-size: 16px;
  }

  .hifu-item-des {
    font-size: 14px;
    line-height: 20px;
  }

  .hifu-photo {
    background-position: 50%;
    background-size: 80%;
  }

  .solve-pt-item {
    width: 44%;
    margin-bottom: 50px;
  }

  .before-after-content {
    width: 100%;
  }

  .before-after-title {
    line-height: 30px;
  }

  .bee-item {
    width: 100%;
    min-height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bee-item.mb-0 {
    margin-bottom: 70px;
  }

  .banner-en-title-face {
    font-size: 40px;
    line-height: 50px;
  }

  .page-info-photo.pro-team {
    background-position: 50% 0;
  }

  .page-info-photo.about-pic {
    background-position: 50% 0;
    background-size: cover;
  }

  .page-info-photo.laser {
    background-position: 50% 30%;
  }

  .tab-btn {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .tab-tx {
    font-size: 20px;
  }

  .tab-tx2 {
    line-height: 24px;
  }

  .loca-right {
    margin-bottom: 30px;
  }

  .loca-title {
    font-size: 22px;
    line-height: 30px;
  }

  .loca-des {
    font-size: 16px;
    line-height: 20px;
  }

  .page-banner-2 {
    height: 250px;
  }

  .page-banner-2.banner-reg {
    background-image: url('../images/BMF_wesite_banner-07-s.jpg');
    background-position: 100% 20%;
    background-size: cover;
  }

  .page-banner-2.banner-about {
    background-image: url('../images/BMF_wesite_banner-08.jpg');
    background-position: 100% 70%;
    background-size: cover;
  }

  .page-banner-2.banner-star {
    background-image: url('../images/BMF_wesite_banner-05.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .page-banner-2.banner-products {
    background-image: url('../images/BMF_wesite_banner-00.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .page-banner-2.banner-location {
    background-image: url('../images/BMF_wesite_banner-06-s.jpg');
    background-position: 100% 15%;
    background-size: cover;
  }

  .page-banner-2.banner-policy {
    background-image: url('../images/BMF_wesite_banner-07-s.jpg');
    background-position: 100% 20%;
    background-size: cover;
  }

  .star-item {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .star-pic {
    height: 400px;
  }

  .star-name {
    font-size: 20px;
  }

  .product-na-tx {
    height: 40px;
    font-size: 18px;
    line-height: 22px;
  }

  .product-name.name-only {
    padding-top: 10px;
  }

  .pop-close-btn {
    z-index: 99;
    position: fixed;
    top: 2%;
    right: 5%;
  }

  .prodcut-item {
    background-color: #fff;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-cate-title {
    font-size: 20px;
    line-height: 28px;
  }

  .product-cate-des {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .pop-content-scroll {
    flex-flow: column;
    align-items: center;
  }

  .product-cover {
    height: 150px;
  }

  .product-img {
    height: 250px;
    min-height: 250px;
    margin-bottom: 15px;
  }

  .pd-item-block {
    flex-flow: column;
    min-height: 250px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pd-img {
    margin-bottom: 15px;
  }

  .pd-mid-line {
    display: none;
  }

  .pd-item-tx {
    font-size: 18px;
    line-height: 22px;
  }

  .price {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .series-tab-content {
    flex-flow: column;
    padding-top: 30px;
  }

  .series-tab-content.pt-0 {
    padding-top: 0;
  }

  .info-title {
    font-size: 24px;
    line-height: 36px;
  }

  .before-after-pic-vert {
    width: 100%;
  }

  .before-pic-vert, .after-pic-vert {
    width: 98%;
  }

  .before-after-mid-line {
    width: 100%;
    height: 2px;
    margin: 20px 0;
  }

  .belive-mid-line-copy {
    width: 2px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .m-banner-info {
    display: block;
  }

  .m-banner-content-block {
    width: 100%;
    padding-bottom: 40px;
    display: block;
    top: 7%;
  }

  .m-banner-content-block.pb-0 {
    padding-bottom: 0;
  }

  .pop-content-outer {
    padding-bottom: 15px;
  }

  .ingredients-item {
    width: 94%;
    margin-bottom: 50px;
  }

  .ingredients-mid-line {
    width: 2px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ingredients-icon.hifu-function-1 {
    background-size: auto 60px;
  }

  .ingredients-icon.hifu-function-4 {
    background-size: auto 50px;
  }

  .ingredients-icon.hifu-function-3, .ingredients-icon.hifu-function-2 {
    background-size: auto 60px;
  }

  .step-title {
    font-size: 24px;
    line-height: 30px;
  }

  .step-info {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .step-info-title {
    font-size: 20px;
  }

  .step-info-list {
    width: 100%;
    max-width: none;
  }

  .step-info-3 {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
  }

  .step-icon {
    height: 40px;
  }

  .view-more-btn-nlock {
    display: none;
  }

  .page-banner-sec {
    height: 250px;
  }

  .page-banner-sec.banner-laser {
    background-position: 100%;
    background-size: cover;
  }

  .page-banner-sec.banner-bd {
    background-position: 100% 30%;
    background-size: 220%;
  }

  .page-banner-sec.banner-cryo {
    background-position: 100% 25%;
    background-size: 270%;
  }

  .page-banner-sec.banner-power {
    background-position: 100% 15%;
    background-size: auto;
  }

  .page-banner-sec.banner-cfu-face-2 {
    background-position: 100% 0;
    background-size: 170%;
  }

  .page-banner-sec.banner-bee {
    background-position: 100% 30%;
    background-size: 170%;
  }

  .page-banner-sec-2 {
    height: 250px;
  }

  .page-banner-sec-2.banner-reg {
    background-size: 180%;
  }

  .page-banner-sec-2.banner-about {
    background-position: 100% 30%;
    background-size: 150%;
  }

  .page-banner-sec-2.banner-star {
    background-position: 80% 15%;
    background-size: auto;
  }

  .page-banner-sec-2.banner-products {
    background-position: 100% 25%;
    background-size: 220%;
  }

  .page-banner-sec-2.banner-location, .page-banner-sec-2.banner-policy {
    background-size: 150%;
  }

  .content-photo, .star-pic-block {
    height: 400px;
  }

  .page-info-photo-block.cryo-photo {
    height: 700px;
  }

  .page-info-photo-block.pro-team, .page-info-photo-block.about-pic, .page-info-photo-block-2.pro-team, .page-info-photo-block-2.about-pic {
    background-position: 50% 0;
  }

  .body-step-icon {
    width: 40px;
    height: 40px;
  }

  .page-info-photo-2.pro-team, .page-info-photo-2.about-pic {
    background-position: 50% 0;
  }

  .page-info-photo-2.laser {
    background-position: 50% 30%;
  }

  .pp-pop-close {
    z-index: 99;
  }

  .page-info-photo-block-3.cryo-photo {
    height: 700px;
  }

  .page-info-photo-block-3.pro-team, .page-info-photo-block-3.about-pic {
    background-position: 50% 0;
  }

  .page-info-photo-block-4 {
    height: 620px;
  }

  .page-info-photo-block-4.cryo-photo {
    height: 700px;
  }

  .page-info-photo-block-4.pro-team, .page-info-photo-block-4.about-pic {
    background-position: 50% 0;
  }

  .thanks-tx {
    font-size: 36px;
    line-height: 40px;
  }

  .thanks-tx-sm {
    font-size: 18px;
  }

  .s-pic {
    max-width: 300px;
  }

  .reg-btn {
    padding-bottom: 5px;
  }

  .reg-tx {
    font-size: 16px;
  }

  .point-num-list {
    width: 100%;
    max-width: none;
  }

  .info-content-block {
    align-items: center;
  }

  .info-content-block.cryo {
    align-items: flex-start;
  }

  .page-info-photo-block-5.cryo-photo {
    height: 700px;
  }

  .page-info-photo-block-5.pro-team, .page-info-photo-block-5.about-pic {
    background-position: 50% 0;
  }

  .cfu-body-pic-2 {
    width: 300px;
    margin-right: 0;
  }

  .info-content-div {
    flex-flow: column;
  }

  .info-pic-block {
    order: -1;
  }

  .plotter-items_tooltip {
    width: 250px;
  }

  .laser-2box-item {
    width: 94%;
    margin-bottom: 50px;
  }

  .laser-icon.hifu-function-1 {
    background-size: auto 60px;
  }

  .laser-icon.hifu-function-4 {
    background-size: auto 50px;
  }

  .laser-icon.hifu-function-3, .laser-icon.hifu-function-2 {
    background-size: auto 60px;
  }

  ._8d-block {
    background-size: auto 700px;
  }

  ._8d-marker-pop {
    margin-left: 40px;
  }

  ._8d-marker-pop.left {
    margin-right: 40px;
  }

  ._8d-marker-pop-des {
    width: 100%;
    display: none;
    left: auto;
  }

  ._8d-marker-pop-des.left {
    right: auto;
  }

  ._8d-marker-block._03 {
    left: 26%;
  }

  ._8d-marker-block._06 {
    left: 30%;
  }

  ._8d-bg-mid-line {
    width: 80%;
  }

  .revol-improve-item {
    height: 400px;
  }

  .revol-improve-tx {
    letter-spacing: 0;
    font-size: 24px;
  }

  .exo-item {
    width: 44%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .exo-item.mb-0 {
    margin-bottom: 70px;
  }

  .special-pt-block-exo {
    align-items: flex-start;
  }

  .exo-item-c {
    width: 44%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .exo-item-c.mb-0 {
    margin-bottom: 70px;
  }

  .hifu-item {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .full-width-bg-sec {
    justify-content: center;
    align-items: flex-start;
    height: 650px;
  }

  .full-width-bg-sec.cfu-face {
    background-position: 50% 105%, 50% 100%;
    background-size: auto 400px, auto 400px;
    height: 800px;
  }

  .full-width-bg-sec.coolfase {
    background-position: 0% 105%, 50% 100%;
    background-size: auto 400px, auto 100%;
    height: 800px;
  }

  .full-width-bg-sec.skin-exo {
    background-position: 50% 100%, 0 0;
    background-size: auto 400px, auto;
  }

  .bg-sec-content-block {
    padding-top: 20px;
    bottom: 0%;
    left: auto;
  }

  .slide-arrow {
    background-position: 30%;
    background-size: auto 30px;
  }

  .slide-arrow.right {
    background-position: 70%;
  }

  .point-num-list-2 {
    width: 100%;
    max-width: none;
    margin-left: -10%;
  }

  .full-width-bg-sec2 {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
  }

  .full-width-bg-sec2.cfu-face, .full-width-bg-sec2.skin-exo {
    background-position: 50% 100%, 0 0;
    background-size: auto 400px, auto;
  }

  .cfu-icon-anime-block {
    margin-top: 15px;
  }

  .revol-pt-title, .revol-pt-des {
    font-size: 18px;
  }

  .laser-3-save-pic {
    height: 300px;
  }

  .laser-3-save-pic.cryo-photo {
    height: 700px;
  }

  .laser-3-save-pic.pro-team, .laser-3-save-pic.about-pic {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 479px) {
  .container.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.padding-top {
    padding-top: 25px;
  }

  .nav-menu {
    width: 100%;
    overflow: hidden;
  }

  .drop-menu-list-3.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    left: 0;
  }

  .big-title {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block {
    font-size: 24px;
    line-height: 24px;
  }

  .sm-link-block {
    height: 250px;
    margin-bottom: 15px;
  }

  .cate-tx, .cate-tx.sm {
    font-size: 18px;
    line-height: 22px;
  }

  .en-title {
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .treat-title, .treat-title.sm {
    font-size: 24px;
    line-height: 30px;
  }

  .sm-link-block-2, .big-link-block {
    height: 250px;
    margin-bottom: 15px;
  }

  .pattern-1 {
    top: 1%;
    left: -20%;
  }

  .title-2 {
    font-size: 24px;
  }

  .line.mb-5 {
    width: 40%;
  }

  .title-tx-pink.en-font {
    font-size: 50px;
    line-height: 50px;
  }

  .question-mark {
    margin-top: 0;
    font-size: 70px;
    line-height: 70px;
  }

  .icon-block.laser-sp-3, .icon-block.cfu-sp-1, .icon-block.cfu-sp-3, .icon-block.cfu-sp-5, .icon-block.cfu-sp-2, .icon-block.revol-sp-1, .icon-block.revol-sp-2, .icon-block.revol-sp-3, .icon-block.revol-sp-4, .icon-block.revol-sp-5 {
    background-size: auto 70px;
  }

  .black-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .title-2-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .btn {
    font-size: 16px;
  }

  .floating-bar-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .floating-bar-icon {
    max-width: 16px;
  }

  .page-banner.banner-laser, .page-banner.banner-hifu-v, .page-banner.banner-fotona, .page-banner.banner-laser-dep {
    background-size: cover;
  }

  .page-banner.banner-bd {
    background-size: 250%;
  }

  .page-banner.banner-revol {
    background-position: 92% 22%;
  }

  .page-banner.banner-cfu-body {
    background-position: 92% 20%;
  }

  .page-banner.banner-cryo {
    background-position: 100% 25%;
    background-size: cover;
  }

  .page-banner.banner-power {
    background-position: 94% 15%;
  }

  .page-banner.banner-cfu-face-2 {
    background-position: 85% 12%;
    background-size: cover;
  }
  .page-banner.banner-coolfase {
    background-position: 85% 12%;
    background-size: cover;
  }

  .page-banner.banner-bee {
    background-position: 100% 15%;
    background-size: 280%;
  }

  .page-banner.banner-exosome {
    background-position: 100%;
  }

	.page-banner.banner-aqua-peel {
		background-position: 85% 12%;
		background-size: cover;
	}

  .banner-content-block {
    padding: 30px 2% 30px 6%;
    top: 4%;
  }

  .banner-title {
    letter-spacing: 5px;
    font-size: 24px;
  }

  .banner-des {
    line-height: 24px;
  }

  .banner-btn {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .banner-btn.mr-15 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .page-info-title {
    font-size: 24px;
  }

  .page-info-title-en {
    font-size: 40px;
    line-height: 40px;
  }

  .page-info-des {
    font-size: 14px;
    line-height: 22px;
  }

  .page-info-des-block {
    flex-flow: column wrap;
  }

  .page-info-des-half {
    width: 100%;
  }

  .page-cricle-info {
    padding-left: 0%;
  }

  .cricle-info-title {
    text-align: center;
    letter-spacing: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .page-info-cricle {
    top: -5%;
  }

  .page-info-cricle-ptn {
    bottom: -10%;
    right: 0%;
  }

  .special-pt-title {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .special-pt-title.sm {
    font-size: 20px;
    line-height: 24px;
  }

  .special-pt-title.face.pt-50 {
    padding-top: 25px;
  }

  .sp-num-tx {
    font-size: 20px;
    line-height: 20px;
  }

  .belive-item {
    margin-bottom: 30px;
  }

  .belive-icon {
    width: 70px;
    min-width: 70px;
  }

  .belive-item-tx {
    font-size: 16px;
  }

  .sp-num-cricle {
    width: 50px;
    height: 50px;
    top: -33px;
  }

  .faq-item-wrapper {
    margin-bottom: 40px;
  }

  .faq-question-label {
    font-size: 16px;
  }

  .faq-answer-p {
    font-size: 14px;
  }

  .plus-minus-icon {
    height: 20px;
  }

  .function-pt {
    flex-flow: column;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .function-pt.re {
    flex-flow: column;
  }

  .function-pt.only-one.mb-0 {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .before-after-pic {
    width: 100%;
    height: 250px;
  }

  .before-after-tx {
    font-size: 12px;
  }

  .skin-quest-item {
    width: 94%;
  }

  .page-contents-p {
    font-size: 14px;
  }

  .hifu-left, .hifu-center, .hifu-item-block {
    margin-bottom: 20px;
  }

  .solve-pt-item {
    width: 94%;
  }

  .before-after-title {
    font-size: 20px;
    line-height: 30px;
  }

  .before-after-uni {
    font-size: 30px;
    line-height: 30px;
  }

  .banner-en-title-face, .banner-en-title-body {
    font-size: 40px;
    line-height: 50px;
  }

  .revol-contents {
    flex-flow: column;
    align-items: flex-start;
  }

  .revol-left {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-right: 0%;
    display: flex;
  }

  .revol-item-block {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
  }

  .revol-center {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .revol-photo {
    margin-bottom: 20px;
  }

  .revol-right {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .page-info-photo.cryo-photo {
    background-size: contain;
  }

  .page-info-photo.laser {
    background-position: 50% 40%;
  }

  .power-quest-item {
    width: 94%;
  }

  .loca-tab-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-btn {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .tab-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-tx2 {
    font-size: 12px;
    line-height: 20px;
  }

  .loca-des.mr-30 {
    margin-right: 15px;
  }

  .page-banner-2.banner-reg {
    background-position: 90% 0;
    background-size: cover;
  }

  .page-banner-2.banner-about {
    background-position: 100%;
    background-size: cover;
  }

  .page-banner-2.banner-star {
    background-position: 100%;
  }

  .page-banner-2.banner-products {
    background-size: cover;
  }

  .page-banner-2.banner-location, .page-banner-2.banner-policy {
    background-position: 100% 0;
  }

  .star-pic {
    height: 350px;
  }

  .star-des {
    font-size: 14px;
  }

  .news-item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .news-title {
    font-size: 18px;
    line-height: 22px;
  }

  .read-more-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .years-tx {
    margin-left: 20%;
    font-size: 30px;
  }

  .years-des {
    font-size: 14px;
  }

  .years-com-logo {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .years-com-logo.bmf {
    background-size: 70px;
  }

  .timeline-line {
    left: 10%;
  }

  .product-na-tx:hover {
    color: #aee236;
  }

  .pop-close-btn {
    background-size: 15px 15px;
    width: 30px;
    height: 30px;
    top: 2%;
  }

  .prodcut-item {
    width: 96%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .product-cover {
    height: 200px;
  }

  .product-img {
    height: 240px;
    min-height: 240px;
  }

  .pd-item-block {
    min-height: auto;
    padding-bottom: 40px;
  }

  .pd-item-tx {
    font-size: 16px;
  }

  .series-tab-content {
    max-height: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .more-btn-2 {
    padding: 5px 10px 7px;
    font-size: 16px;
    line-height: 24px;
  }

  .before-after-pic-vert {
    width: 100%;
  }

  .before-pic-vert, .after-pic-vert {
    height: 140px;
  }

  .drop-menu-link-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .m-banner-content-block {
    padding: 30px 2% 30px 6%;
    top: 4%;
  }

  .ingredients-item {
    margin-bottom: 30px;
  }

  .ingredients-icon {
    width: 70px;
    min-width: 70px;
  }

  .step-btn-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .step-title {
    font-size: 18px;
    line-height: 24px;
  }

  .step-info {
    padding-left: 0%;
  }

  .step-info-title {
    text-align: left;
    letter-spacing: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .step-info-3 {
    padding-left: 0%;
  }

  .step-title-block {
    align-items: center;
  }

  .page-banner-sec.banner-bd {
    background-size: 250%;
  }

  .page-banner-sec.banner-cryo {
    background-position: 100% 25%;
    background-size: 340%;
  }

  .page-banner-sec.banner-power {
    background-position: 94% 15%;
  }

  .page-banner-sec.banner-cfu-face-2 {
    background-position: 85% 12%;
    background-size: 300%;
  }

  .page-banner-sec.banner-bee {
    background-position: 100% 35%;
    background-size: 280%;
  }

  .page-banner-sec-2.banner-reg {
    background-position: 90% 0;
    background-size: 250%;
  }

  .page-banner-sec-2.banner-about {
    background-size: 200%;
  }

  .page-banner-sec-2.banner-star {
    background-position: 78% 15%;
  }

  .page-banner-sec-2.banner-products {
    background-size: 300%;
  }

  .page-banner-sec-2.banner-location, .page-banner-sec-2.banner-policy {
    background-position: 100% 0;
  }

  .content-photo {
    height: 250px;
    margin-bottom: 15px;
  }

  .star-pic-block {
    height: 350px;
  }

  .page-info-photo-block {
    width: 100%;
    height: 350px;
  }

  .page-info-photo-block.cryo-photo {
    background-size: contain;
    height: 500px;
  }

  .page-info-photo-block.fotona-pic {
    height: 250px;
  }

  .page-info-photo-block-2.cryo-photo, .page-info-photo-2.cryo-photo {
    background-size: contain;
  }

  .page-info-photo-2.laser {
    background-position: 50% 40%;
  }

  .page-info-photo-2.revol-pic {
    background-size: contain;
  }

  .pp-pop-info-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pp-pop-close {
    background-size: 15px 15px;
    top: -4%;
  }

  .page-info-photo-block-3 {
    width: 100%;
    height: 350px;
  }

  .page-info-photo-block-3.cryo-photo {
    background-size: contain;
    height: 500px;
  }

  .page-info-photo-block-4 {
    width: 100%;
    height: 350px;
  }

  .page-info-photo-block-4.cryo-photo {
    background-size: contain;
    height: 500px;
  }

  .sm-tx {
    font-size: 14px;
  }

  .thanks-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .thanks-tx {
    font-size: 30px;
  }

  .award-logo {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .award-logo.bmf {
    background-size: 70px;
  }

  .award-title {
    font-size: 14px;
  }

  .reg-btn {
    width: 80px;
  }

  .reg-tx {
    font-size: 12px;
  }

  .lottie-animation-2 {
    width: 90%;
    margin-bottom: -10px;
  }

  .before-after-slide-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bf-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .page-contents-2-p {
    font-size: 14px;
  }

  .page-info-photo-block-5 {
    width: 100%;
    height: 350px;
  }

  .page-info-photo-block-5.cryo-photo {
    background-size: contain;
    height: 500px;
  }

  .image-3 {
    order: 1;
  }

  ._4-parts-left, ._4-parts-right {
    width: 100%;
  }

  .plotter-items_tooltip {
    width: 220px;
  }

  .plotter-items_card {
    padding: .8rem;
  }

  .plotter-items_card-title {
    font-size: .8rem;
  }

  .plotter-items_card-desc {
    display: none;
  }

  .plotter-items_card-arrow {
    width: 20px;
    height: 20px;
    font-size: .8rem;
  }

  .skin-quest-item-2 {
    width: 94%;
  }

  .laser-2box-item {
    margin-bottom: 30px;
  }

  .laser-icon {
    width: 70px;
    min-width: 70px;
  }

  ._8d-title {
    color: var(--main-pink);
    font-size: 20px;
    line-height: 30px;
  }

  ._8d-des {
    line-height: 24px;
  }

  ._8d-marker-block {
    display: none;
  }

  .tabs {
    width: 300px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._8d-marker-m {
    border: 2px dashed var(--white);
    background-color: #fff0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
  }

  ._8d-marker-m.w--current {
    background-color: #f59b9bb3;
  }

  ._8d-marker-m._02 {
    top: 200px;
    left: auto;
    right: 20%;
  }

  ._8d-marker-m._01 {
    top: 130px;
    left: 50%;
  }

  ._8d-marker-m._03 {
    top: 250px;
    left: 30%;
    right: auto;
  }

  ._8d-marker-m._04 {
    top: 230px;
    left: auto;
    right: 29%;
  }

  ._8d-marker-m._05 {
    inset: auto 15% 270px auto;
  }

  ._8d-marker-m._06 {
    inset: 280px auto auto 42%;
  }

  ._8d-marker-m._07 {
    inset: 290px 25% auto auto;
  }

  ._8d-marker-m._08 {
    inset: 330px 35% auto auto;
  }

  ._8d-des-m {
    border: 2px dashed var(--laser-color);
    background-color: #ffffffe6;
    border-radius: 25px;
    padding: 10px 15px 15px;
    position: absolute;
    inset: auto 0% 10%;
  }

  .tabs-content-2 {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .tabs-menu {
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .revol-improve-item {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
  }

  .header-color-bar {
    height: 3px;
    bottom: -3px;
  }

  .exo-item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .exo-item-c {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-block-ex.laser-sp-3, .icon-block-ex.cfu-sp-1, .icon-block-ex.cfu-sp-3, .icon-block-ex.cfu-sp-5, .icon-block-ex.cfu-sp-2, .icon-block-ex.revol-sp-1, .icon-block-ex.revol-sp-2, .icon-block-ex.revol-sp-3, .icon-block-ex.revol-sp-4, .icon-block-ex.revol-sp-5 {
    background-size: auto 70px;
  }

  .image-4 {
    height: 25px;
    margin-right: 5px;
  }

  .hifu-item {
    margin-bottom: 30px;
  }

  .full-width-bg-sec {
    height: 670px;
  }

  .bg-sec-content-block {
    max-width: 290px;
  }

  .point-num-list-2 {
    margin-left: 0%;
  }

  .full-width-bg-sec2 {
    height: 670px;
  }

  .ex-icon-item {
    width: 46%;
    margin-bottom: 10px;
  }

  .ex-icon-pic {
    height: 60px;
  }

  .ex-icon-tx {
    font-size: 14px;
  }

  .page-info-cricle2 {
    top: 32%;
  }

  .div-block-9 {
    margin-bottom: 30px;
  }

  .tx-xl {
    font-size: 28px;
  }

  .cryosculpt-4-step-block {
    max-width: 250px;
  }

  .cry-4-step-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .step-arrow-block {
    background-image: url('../images/step-arrow-down2.svg');
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
  }

  .step-arrow-block._2 {
    display: block;
  }

  .laser-3-save-pic {
    width: 100%;
    height: 170px;
  }

  .laser-3-save-pic.cryo-photo {
    background-size: contain;
    height: 500px;
  }

  .laser-3-save-pic.fotona-pic {
    height: 250px;
  }
}


@font-face {
  font-family: 'Belle Hamilton';
  src: url('../fonts/Belle-Hamilton.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arcamajora 3';
  src: url('../fonts/ArcaMajora3-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}