@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream1.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream2.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream3.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream5.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream7.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream8.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream9.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scdream;
  src: url('../fonts/SCDream6.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #111414;
  --bg-base: #e7e4dd;
  --light-gray: #b0b7b6;
  --etc1: #18dfd9;
  --pink: #ff3bd4;
  --point-base: #2995a8;
  --white: #fffffe;
  --lighter-gray: #edf0f0;
  --gray: #676b6b;
  --wireframe: #eaf1fd;
  --cadet-blue: #1e5a8c;
  --white-smoke: #efeeee;
  --darkblue: transparent;
  --azure: #e1f8fc;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-warning300: #fec84b;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-white: white;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-500: #6b7094;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark);
  letter-spacing: -3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scdream, sans-serif;
  font-size: 68rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: var(--dark);
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scdream, sans-serif;
  font-size: 54rem;
  font-weight: 700;
  line-height: 1.38;
}

h3 {
  color: var(--dark);
  letter-spacing: -1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scdream, sans-serif;
  font-size: 32rem;
  font-weight: 700;
  line-height: 135%;
}

h4 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scdream, sans-serif;
  font-size: 24rem;
  font-weight: 700;
  line-height: 135%;
}

h5 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scdream, sans-serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 145%;
}

p {
  color: var(--dark);
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18rem;
  line-height: 175%;
}

a {
  color: var(--dark);
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  color: var(--dark);
  letter-spacing: -.3px;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.margin-small {
  margin: 16rem;
}

.fs-styleguide_version-details {
  color: #ffffffd9;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.overflow-scroll {
  overflow: scroll;
}

.main-wrapper {
  max-width: 1920px;
}

.padding-horizontal-large {
  padding: 0 3rem;
}

.heading-large {
  letter-spacing: -1rem;
  font-size: 32rem;
  font-weight: 700;
  line-height: 135%;
}

.padding-custom3 {
  padding: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xxsmall {
  margin: 4rem;
}

.form-radio-icon {
  border-color: #3d3b40;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  border-width: .5rem;
  border-color: #db79b7;
  width: 1.25rem;
  height: 1.25rem;
}

.form-radio-icon.w--redirected-focus {
  border-color: #db79b7;
  width: 1.25rem;
  height: 1.25rem;
  box-shadow: 0 0 .25rem 0 #db79b7;
}

.padding-custom2 {
  padding: 2rem;
}

.show {
  display: block;
}

.form-success-icon-wrapper {
  background-color: #28a745;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

.fs-styleguide_background-visual {
  background-color: var(--bg-base);
  border: 1px solid #3d3b40;
  padding: 3rem 2rem;
}

.padding-custom1 {
  padding: 1rem;
}

.form-state-content {
  align-items: center;
  height: 100%;
  min-height: 3rem;
  display: flex;
}

.padding-small {
  padding: 16rem;
}

.heading-medium {
  letter-spacing: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 24rem;
  font-weight: 700;
  line-height: 135%;
}

.fs-styleguide_section-type {
  color: #db79b7;
  text-align: center;
  background-color: #0b0a0c;
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-weight-bold {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 700;
}

.text-weight-medium {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
}

.padding-left-xxsmall {
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 8px;
  display: flex;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-gap-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-size-tiny {
  color: var(--dark);
  font-family: Noto Sans KR, sans-serif;
  font-size: 12rem;
}

.text-size-tiny.letter-spacing {
  letter-spacing: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-tiny.text-color-white {
  color: #1e5a8c;
}

.form-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #3d3b40;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 1rem 0;
}

.form-input:focus {
  border-color: #fff9;
}

.form-input::placeholder {
  color: #fff9;
}

.form-input.is-select-input {
  padding-top: 0;
  padding-bottom: 0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.padding-xsmall {
  padding: 8rem;
}

.margin-xxlarge {
  margin: 80rem;
}

.text-color-lightgrey {
  color: #ffffffd9;
}

.max-width-large {
  width: 100%;
  max-width: 768rem;
}

.icon-medium {
  height: 54rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-small.top-line {
  border-top: 1px solid #027af552;
}

.padding-vertical.text-align-center.padding-large {
  padding: 1.5rem;
}

.padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-color-secondary {
  background-color: #0b0a0c;
}

.margin-large {
  margin: 48rem;
}

.form-message-success {
  background-color: #0000;
  border: 1px solid #3d3b40;
  border-radius: 1rem;
  height: 3rem;
  padding: 0;
  overflow: hidden;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-auto {
  overflow: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(140deg, #837cff, #f8766d);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem;
  font-weight: 500;
  transition: transform .3s ease-out;
}

.button:hover {
  transform: translate(0, -4px);
}

.max-width-xsmall {
  width: 100%;
  max-width: 256rem;
}

.container-medium {
  width: 100%;
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  color: var(--dark);
  font-size: 14rem;
}

.text-size-small.text-color-white.text-align-center {
  color: #1e5a8c;
}

.text-size-small.text-color-white.height-cusom1 {
  color: var(--light-gray);
  line-height: 2.5;
}

.padding-medium {
  padding: 32rem;
}

.margin-xsmall {
  margin: 8rem;
}

.padding-xhuge {
  padding: 128rem;
}

.text-weight-light {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 300;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-xsmall {
  letter-spacing: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 145%;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 47.8rem;
}

.fs-styleguide_color-sample.is-border {
  background-color: var(--bg-base);
}

.fs-styleguide_color-sample.is-border._1 {
  background-color: var(--etc1);
}

.fs-styleguide_color-sample.is-border._2 {
  background-color: var(--pink);
}

.fs-styleguide_color-sample.is-button-salmon {
  background-color: var(--point-base);
}

.fs-styleguide_color-sample.is-button-purple {
  background-color: var(--white);
}

.fs-styleguide_color-sample.is-background2 {
  background-color: var(--light-gray);
  border: 1px solid #3d3b40;
}

.fs-styleguide_color-sample.is-pink {
  background-color: var(--lighter-gray);
}

.fs-styleguide_color-sample.is-background1 {
  background-color: var(--gray);
  border: 1px solid #3d3b40;
}

.heading-xlarge {
  letter-spacing: -2.5px;
  font-size: 54rem;
  font-weight: 700;
  line-height: 1.38;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 1280rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.background-color-black {
  background-color: #151319;
}

.icon-1x1-large {
  width: 3.5rem;
  height: 3.5rem;
}

.heading-small {
  letter-spacing: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 140%;
}

.icon-1x1-medium {
  width: 54rem;
  height: 54rem;
}

.padding-tiny {
  padding: 2rem;
}

.form-error-icon-wrapper {
  background-color: #d73a49;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 3rem;
  height: 100%;
  min-height: 3rem;
  display: flex;
}

.icon-1x1-small {
  color: var(--point-base);
  width: 24rem;
  height: 24rem;
}

.icon-1x1-small.reverse {
  transform: rotate(180deg);
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  z-index: 50;
  text-align: center;
  position: relative;
}

.form-message-error {
  background-color: #0000;
  border: 1px solid #3d3b40;
  border-radius: 1rem;
  height: 3rem;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

.padding-xxlarge {
  padding: 80rem;
}

.padding-huge {
  padding: 115.2rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 4rem;
  display: grid;
}

.icon-small {
  height: 23rem;
}

.text-weight-xbold {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 900;
  position: static;
}

.max-width-medium {
  width: 100%;
  max-width: 480rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: 2rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .25rem;
  padding-left: 0;
  display: flex;
}

.text-weight-semibold {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
}

.form-label {
  margin-bottom: .5rem;
}

.padding-xxhuge {
  padding: 192rem;
}

.text-weight-normal {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_form {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-custom1 {
  margin: 32rem;
}

.padding-large {
  padding: 48rem;
}

.padding-0 {
  padding: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 1024rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.padding-xlarge {
  padding: 64rem;
}

.text-align-right {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.show-tablet {
  display: none;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-huge {
  white-space: normal;
}

.padding-bottom.padding-xsmall {
  text-align: center;
  display: block;
}

.text-color-white {
  color: #fff;
}

.text-align-left {
  text-align: left;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-style-link {
  color: #db79b7;
  transition: filter .3s;
}

.text-style-link:hover {
  filter: brightness(120%);
}

.botoxs-contents {
  color: var(--dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  line-height: 175%;
}

.botoxs-contents.case_tablet {
  text-align: center;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
}

.botoxs-contents.case_tablet.tablet {
  line-height: 160%;
}

.botoxs-contents.text-color-white {
  color: var(--white);
}

.botoxs-contents.hide-all {
  display: none;
}

.botoxs-contents.text-color-graylight {
  color: var(--lighter-gray);
}

.botoxs-contents.tablet {
  text-align: center;
  margin-top: 30px;
}

.botoxs-contents.space-none {
  margin-bottom: 0;
}

.botoxs-contents.eye-content {
  margin-bottom: 40px;
}

.margin-huge {
  margin: 96rem;
}

.margin-xlarge {
  margin: 64rem;
}

.form-error-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form-checkbox-icon {
  border-color: #3d3b40;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto .5rem auto 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #db79b7;
  background-size: 90%;
  border-color: #3d3b40;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto .5rem auto 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: #db79b7;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto .5rem auto 0;
  box-shadow: 0 0 .25rem 0 #db79b7;
}

.fs-styleguide_classes {
  display: none;
}

.fs-styleguide_form-wrapper {
  margin-bottom: 0;
}

.max-width-small {
  width: 100%;
  max-width: 320rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.page-padding {
  outline-offset: 0px;
  object-fit: fill;
  border: 0 #0000;
  outline: 0 #333;
  margin-left: auto;
  padding-left: 40rem;
  padding-right: 40rem;
  line-height: 0;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-medium {
  margin: 32rem;
}

.container-large {
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.more-smaller {
  max-width: 80%;
}

.margin-custom3 {
  margin: 4rem;
}

.margin-0 {
  margin: 0;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.margin-custom2 {
  margin: 3rem;
}

.container-small {
  width: 100%;
  max-width: 768rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-top, .margin-top.margin-xhuge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_3-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.margin-xhuge {
  margin: 128rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 192rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: grid;
}

.icon-large {
  width: 95rem;
  height: 95rem;
}

.margin-xxhuge {
  margin: 192rem;
}

.form-success-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.hide {
  display: none;
}

.padding-xxsmall {
  padding: 4rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-style-quote {
  border-left: .25rem solid #3d3b40;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-large {
  color: var(--dark);
  letter-spacing: -.3rem;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18rem;
  line-height: 175%;
}

.text-size-large.text-color-white {
  color: var(--white);
}

.text-size-large.text-color-white.gallrary-custom {
  letter-spacing: 7.5px;
}

.text-color-blue {
  color: var(--point-base);
  text-align: center;
}

.text-color-dark {
  color: var(--dark);
}

.text-color-gray {
  color: var(--gray);
}

.button-base {
  background-color: var(--point-base);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12rem 24rem 13rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.button-base:hover {
  transform: translate(4px);
}

.button-base.border {
  border: 1px solid var(--point-base);
  background-color: #0000;
}

.button-base.icon-border {
  border: 1px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  object-fit: none;
  outline: 3px #111414;
}

.button-base.hide-mobile-portrait {
  border-radius: 6px;
  padding: 12rem 24rem 13rem;
}

.button-base.solid {
  background-color: var(--point-base);
  display: inline-block;
}

.button-base.big-icon {
  border: 2px solid var(--wireframe);
  justify-content: flex-start;
  align-items: center;
  min-width: 222rem;
  max-width: 222rem;
  padding-left: 18rem;
  padding-right: 18rem;
}

.button-text {
  color: var(--white);
  font-size: 16rem;
  line-height: 175%;
}

.button-text.text-color-green_dark {
  object-fit: fill;
  border: 1px #fff;
}

.button-icon {
  color: var(--white);
  padding: 0 5rem 0 0;
}

.nav-companent {
  background-color: #0000;
  padding-left: 90rem;
  padding-right: 90rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav_compenent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.nav_left_content {
  flex: .1 auto;
}

.nav_right_content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ruda-brand {
  z-index: 999999;
  display: flex;
}

.ruda-brand.w--current {
  z-index: 999;
}

.nav_icon {
  color: var(--point-base);
  display: none;
  bottom: -2px;
}

.menu-dropdown {
  position: static;
}

.nav-menu {
  display: flex;
  position: static;
}

.menu-dropdown-list.w--open {
  z-index: 99999;
  background-color: #0000;
  width: 100%;
  height: 43vh;
  padding-top: 40rem;
  padding-bottom: 0;
  inset: 71% 0% 86%;
}

.dropdown-arrow {
  z-index: 20;
  background-color: #fff;
  border-top: 1px solid #eef0f6;
  border-bottom: 1px #f7f7fa;
  border-left: 1px solid #eef0f6;
  border-right: 1px #eef0f6;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 18px 0 auto;
  transform: rotate(45deg);
  box-shadow: -8px -8px 42px #121a2c1f;
}

.menu-dd-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: .34fr 1fr;
  grid-auto-columns: 1fr;
  width: 77%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem;
  display: grid;
}

.menu-dd-component.narrow-dd {
  grid-template-columns: 1fr;
  width: 240px;
  padding-left: 12px;
}

.menu-dd-content-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.menu-dd-content-right {
  background-image: url('../images/mega-hover-pic.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.menu-dd-item {
  padding: 5rem;
  text-decoration: none;
  position: relative;
}

.menu-dd-title-item {
  border-right: 1px solid var(--bg-base);
}

.underline {
  background-color: var(--lighter-gray);
  width: 100%;
  height: 1px;
}

.menu-dd-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-dd-list-wrapper.narrow-dd {
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 50rem) minmax(auto, 50rem) minmax(auto, 50rem);
}

.menu-dd-item-grid {
  z-index: 10;
  grid-column-gap: 6rem;
  grid-row-gap: 6px;
  grid-template-rows: 25px;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.menu-dd-item-grid.narrow-dd {
  grid-template-columns: auto;
}

.menu-dd-icon-wrap {
  background-color: var(--white);
  border: 2px solid #146e6833;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.menu-hover-bg {
  opacity: 0;
  background-color: #e7e4dd1a;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.fp-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.section {
  width: 100%;
  height: 100%;
  padding-top: 160rem;
}

.section.fp-auto-height {
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  position: absolute;
  overflow: hidden;
}

.section.is-header, .section.is-second, .section.is-third {
  padding-top: 0;
}

.fp-bg {
  object-fit: none;
  width: 100%;
  height: 100vh;
  position: relative;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
}

.background-wrapper.second-bg {
  background-color: #e7fcfb;
  background-image: url('../images/Vector-14.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.background-wrapper.third-bg {
  filter: grayscale(87%);
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_495250995-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  inset: 0%;
}

.background-wrapper.footer-color {
  background-color: #e7fcfb;
  background-image: url('../images/bottom_Subtract.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.background-wrapper.footer-color.grey {
  background-image: url('../images/bottomSubtract.svg');
}

.background-wrapper.page-header {
  background-color: #0000;
  background-image: url('../images/비뇨기과-헤더.jpg'), url('../images/top-Subtract.svg');
  background-position: 50% 100%, 50% 100%;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.background-wrapper.page-header.team {
  background-image: linear-gradient(#fff0, #fff), url('../images/page-header-wave.svg'), url('../images/AdobeStock_209850422.jpeg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.location {
  background-image: linear-gradient(#fff0, #fff), url('../images/page-header-wave.svg'), url('../images/cm14001657.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.stem-cell {
  background-image: linear-gradient(#fff0, #fff), url('../images/page-header-wave.svg'), url('../images/KakaoTalk_20210910_170330360.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.plastic {
  background-image: linear-gradient(#fff0, #fff), url('../images/page-header-wave.svg'), url('../images/AdobeStock_242419962-1.jpg');
  background-position: 0 0, 50% 100%, 50% 98%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.do-su {
  background-image: linear-gradient(#fff0, #fff), url('../images/page-header-wave.svg'), url('../images/AdobeStock_412453961.jpeg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.neck {
  background-image: linear-gradient(#0000, #fff), url('../images/page-header-wave.svg'), url('../images/AdobeStock_215108691.jpeg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.photon {
  background-image: linear-gradient(#0000, #fff), url('../images/page-header-wave.svg'), url('../images/AdobeStock_420046529.jpeg');
  background-position: 0 0, 50% 100%, 50% 65%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.notice {
  background-image: linear-gradient(#0000, #fff), url('../images/top-Subtract.svg'), url('../images/page-background.png');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.event {
  background-image: linear-gradient(#0000, #fff), url('../images/page-header-wave.svg'), url('../images/3page-background.png');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.around {
  background-image: linear-gradient(#0000, #fff), url('../images/page-header-wave.svg'), url('../images/실내-사진-5.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
}

.background-wrapper.page-header.company {
  background-image: linear-gradient(127deg, var(--white), #ffffffed), url('../images/top-Subtract.svg'), url('../images/KakaoTalk_20220404_161508429_03.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.pee {
  background-image: url('../images/줄기세포-헤더.jpg'), url('../images/Subtractf8.svg');
  background-position: 50% 100%, 50% 101%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.background-wrapper.page-header.pee.sub2 {
  background-image: url('../images/성형외과-헤더.jpg'), url('../images/Subtractf8.svg');
  background-position: 50% 100%, 50% 101%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.background-wrapper.page-header.cell {
  background-image: linear-gradient(159deg, var(--white), #ffffffa1), url('../images/top-Subtract.svg'), url('../images/page-12.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.plastic-surgery {
  background-image: linear-gradient(to bottom, var(--white), #ffffffad), url('../images/top-Subtract.svg'), url('../images/unsplash_l9VjM-Pp7-M.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.plastic-surgery.do-su {
  background-image: linear-gradient(to bottom, var(--white), #ffffffad), url('../images/top-Subtract.svg'), url('../images/AdobeStock_412453961.jpeg');
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.plastic-surgery.photon {
  background-image: linear-gradient(to bottom, var(--white), #ffffffad), url('../images/top-Subtract.svg'), url('../images/AdobeStock_420046529.jpeg');
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.plastic-surgery.head {
  background-image: linear-gradient(to bottom, var(--white), #ffffffad), url('../images/top-Subtract.svg'), url('../images/unsplash_JR9BgGGPLmw.jpg');
  background-size: auto, 100%, cover;
}

.background-wrapper.page-header.beauty {
  background-image: url('../images/성형외과-헤더.jpg'), url('../images/top-Subtract.svg');
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: cover, contain;
}

.background-wrapper.about-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  background-image: url('../images/KakaoTalk_20220404_161508429_03.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
}

.background-wrapper.full-width {
  background-image: url('../images/Rectangle-28.jpg');
  background-position: 50%;
  background-size: cover;
  bottom: 34%;
}

.background-wrapper.photon {
  background-image: url('../images/IMAGE.jpg');
  background-position: 50%;
  background-size: cover;
}

.padding-test, .padding-custom4 {
  padding: 5vw;
}

.padding-vertical-large {
  padding-top: 48rem;
  padding-bottom: 48rem;
}

.header-spacer {
  height: 25vh;
}

.header-spacer.small {
  height: 10vh;
}

.header-spacer.custom {
  height: 20vh;
}

.vertical-line {
  background-color: var(--point-base);
  width: 1px;
  height: 73px;
}

.vertical-line.footer-custom {
  background-color: var(--white);
  opacity: .1;
  height: 100%;
}

.margin-vertical-large {
  margin-top: 28px;
  margin-bottom: 28px;
}

.span-darkgreen {
  color: var(--point-base);
}

.body {
  height: 100%;
}

.line-wrap {
  border: 1px none var(--gray);
  background-color: var(--dark);
  color: var(--gray);
  font-size: 1px;
  position: static;
}

.line-wrap.center {
  text-align: center;
  margin-bottom: 16rem;
}

.line-wrap.bottom-custom {
  background-color: var(--white);
  opacity: .4;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-wrap.bottom-custom.reverse {
  inset: 0% auto 0% 0%;
}

.list-text-item {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  margin-bottom: 4px;
  display: flex;
}

.list-text-lineicon {
  background-color: var(--white);
  width: 11px;
  height: 4px;
}

.list-text-lineicon.color-green {
  background-color: var(--point-base);
  width: 7px;
  position: relative;
  top: 12rem;
}

.padding-vertical-xxsmall {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home-third-compenent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-third-content-bottom {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 29px;
  display: grid;
}

.home-team-compenent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizonal-line {
  background-color: var(--point-base);
  width: 122px;
  height: 1px;
  display: inline-block;
}

.horizonal-line.footer-custom {
  background-color: var(--white);
  opacity: 1;
  outline-offset: 0px;
  color: var(--gray);
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 0;
  outline: 1px #676b6b;
  width: 100%;
}

.home-team-top-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.home-team-content-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-team-item-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-img {
  background-color: var(--wireframe);
  filter: grayscale();
  cursor: crosshair;
  border-radius: 6px;
  width: auto;
  height: 380rem;
  transition: all .3s;
}

.team-img:hover {
  filter: none;
}

.footer-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 46px;
  display: grid;
}

.footer-content-body {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.footer-logo {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
}

.padding-top-large {
  padding-top: 3rem;
}

.footer-body-menu-item {
  width: 280px;
  position: relative;
}

.padding-horizontal-xlarge {
  padding-left: 4rem;
  padding-right: 4rem;
}

.footer-bg-wz {
  opacity: .05;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-footer-item {
  justify-content: space-between;
  padding-top: 9px;
  display: flex;
}

.page-wrapper {
  float: none;
  background-color: var(--white);
  text-align: center;
  padding-left: 0;
  font-size: 20px;
}

.page-wrapper.grey {
  background-color: #f8f8f8;
}

.page-wrapper.choice-eye-list1 {
  margin-bottom: 0;
}

.section-page-header {
  position: relative;
}

.page-header-component {
  padding-top: 142rem;
  padding-bottom: 50rem;
}

.page-header-item {
  text-align: center;
}

.page-header-title-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-header-horizontal-line {
  background-color: var(--point-base);
  width: 30px;
  height: 1px;
  margin-right: .8rem;
}

.section-about-detail {
  padding-top: 30vh;
  padding-bottom: 0;
  position: relative;
}

.about-component {
  background-color: #fffffecf;
  padding: 3.438em;
}

.about-component.lights {
  align-items: center;
  max-width: 80%;
  height: 400rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40rem 0;
  display: flex;
}

.about-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.gallrary-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24rem;
}

.gallrary-content-grid {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.gallrary-item-first {
  background-color: var(--point-base);
  height: 100%;
  padding: 3em;
}

.gallrary-item-body {
  position: relative;
}

.gallrary-item-list {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.gallrary-item-list.flex-vertical {
  display: flex;
}

.gallrary-item-second {
  background-color: var(--bg-base);
  padding: 3em;
}

.gal-img-wrap {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.gallrary-item-wz {
  position: absolute;
  inset: -12% auto auto -5%;
}

.gallrary-label {
  background-color: var(--point-base);
  padding: .8em 1.5em .9em;
  display: inline-block;
}

.gal-img {
  height: 444px;
}

.gal-img._1 {
  background-image: url('../images/치료실1-사진.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.gal-img._2 {
  background-image: url('../images/수술실-사진2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 750px;
  position: relative;
  left: -49px;
}

.gal-img._3 {
  background-image: url('../images/KakaoTalk_20220404_161508429_05.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.gal-img._3.all-hide {
  display: none;
}

.team-component {
  position: relative;
}

.team-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  border: 1px solid var(--lighter-gray);
  padding: 3rem;
}

.team-item.move-below {
  border-style: none;
  position: relative;
  top: 64rem;
}

.team-item.move-below.border-none {
  border-style: none;
}

.team-item.second {
  border-style: none;
  padding-bottom: 2rem;
}

.team-picture {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.flex-center.padding-left-custom-team {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 6.9rem;
}

.team-ab-wz {
  perspective: 1471px;
  transform-style: preserve-3d;
  position: absolute;
  inset: 5% 0% auto auto;
  transform: rotateX(0)rotateY(17deg)rotateZ(-43deg);
}

.info-content {
  border: 1px solid var(--lighter-gray);
  background-color: var(--white);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 45rem 160rem 45rem 45rem;
  display: inline-block;
  position: relative;
  top: -68px;
  left: 39px;
}

.info-list-grid {
  grid-column-gap: 16rem;
  grid-row-gap: 55rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-stem-cell {
  padding-bottom: 32rem;
}

.stemcell-intro1-component {
  position: relative;
}

.page-top-title-content-no-img {
  margin-bottom: 32rem;
}

.stemcell-title-item {
  border-bottom: 1px solid var(--lighter-gray);
  display: flex;
}

.stemcell-title-item.vertical {
  flex-direction: column;
}

.stemcell-item-left {
  width: 9%;
}

.stemcell-item-right {
  flex: 1;
}

.stemcell-2block-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

.stemcell-normal-image-wrap {
  background-image: url('../images/IMAGE_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 539px;
}

.stemcell-summary-item {
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  position: relative;
}

.stemcell-summary-top, .stemcell-summary-bottom {
  z-index: 50;
  position: relative;
}

.stemcell-bg-color-back {
  z-index: 5;
  background-color: var(--point-base);
  position: absolute;
  inset: 0% 0% 20% 5%;
}

.stemcell-bg-color-back.full-width {
  top: 20%;
  bottom: 1%;
}

.stemcell-bg-color-front {
  z-index: 10;
  background-color: var(--wireframe);
  position: absolute;
  inset: 9% 5% 11% 0%;
}

.stemcell-bg-color-front.custom-fullwidth {
  background-color: #fffffec4;
}

.stemcell-comparison-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .25fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.stemcell-comparison-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gride-spacer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.stemcell-intro3-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.section-stem-fullwidth {
  padding-bottom: 3rem;
  position: relative;
}

.set-icon-wrap {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16rem;
  display: grid;
  position: relative;
}

.fullwidth-icon-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-top-xxhuge {
  padding-top: 24rem;
}

.section-stem-report {
  padding-top: 32rem;
  padding-bottom: 100rem;
}

.stemcell-2grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

._2grid-right {
  padding-bottom: 2rem;
}

.padding-vertical-huge {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.section-plastic-solo-title {
  padding-top: 32rem;
}

.plastic-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plastic-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.page-bottom {
  padding-bottom: 100rem;
}

.padding-large_new {
  padding: 48rem;
}

.padding-vercal-new {
  padding-left: 0;
  padding-right: 0;
}

.do-su-img {
  object-fit: fill;
}

.do-su-img_background {
  background-image: url('../images/AdobeStock_79769641-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 383px;
  height: 100%;
}

.neck-2grid-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-photon-fullwidth {
  height: 780rem;
  margin-bottom: 100rem;
  position: relative;
}

.photon-fullwidht-body-component {
  padding-top: 295rem;
}

.photon-fw-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-custom {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-2 {
  z-index: auto;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-2.bottom120 {
  padding-bottom: 120px;
}

.table-heading {
  color: var(--dark);
  text-align: center;
  font-family: Noto Serif KR, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.table-top-line {
  background-color: var(--point-base);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.table-top-line.bottom {
  background-color: #cdcfd3;
  height: 1px;
  inset: auto 0% 0%;
}

.table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template: "Area"
  / 2.25fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #021032;
  border-top: 1px #cdcfd3;
  border-bottom: 1px solid #cdcfd3;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  padding-left: 30px;
  text-decoration: none;
  display: grid;
}

.tb-title {
  font-size: 18px;
}

.tb-title:hover {
  color: var(--point-base);
}

.divid-line {
  background-color: #0096ff1a;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.divid-line.bolder {
  background-color: var(--point-base);
  background-color: #2995a8;
  height: 2px;
}

.notice-header {
  padding-top: 48px;
  position: relative;
}

.notice-header.center {
  text-align: center;
}

.div-block-6 {
  text-align: center;
  margin-top: 27px;
}

.notice-rich {
  color: var(--dark);
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.notice-date {
  margin-left: 7px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.detail-page-header-section {
  padding-top: 40px;
  position: relative;
}

.notice-body {
  padding-top: 60px;
}

.link-block-2 {
  z-index: 100;
  color: var(--gray);
  background-image: url('../images/bx_bx-left-arrow-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 34px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-2:hover {
  margin-left: -10px;
}

.empty-state {
  background-color: var(--point-base);
}

.section-form {
  position: relative;
}

.contact-wrap {
  border: 1px solid var(--lighter-gray);
  background-color: #fff;
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-right: 15px;
  display: flex;
}

.privercy-list {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 10px;
}

.checkbox-new {
  border-width: 2px;
  border-color: #cdcfd3;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-new.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/checkIcon.svg');
  border: 2px solid #cdcfd3;
  border-radius: 3px;
}

.checkbox-new.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  color: #1c1d22;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.dropdown-toggle-3 {
  padding-left: 0;
  display: inline-block;
}

.icon-3 {
  color: var(--point-base);
}

.privercy-item {
  border: 1px solid #eaecef;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px;
  overflow: scroll;
}

.textarea {
  border: 1px solid #eaecef;
  height: 210px;
  min-height: 210px;
  margin-bottom: 30px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
}

.textarea:focus {
  border-color: var(--point-base);
}

.submit-btn {
  background-color: var(--point-base);
  border-radius: 100px;
  width: 100%;
  height: 48px;
  margin-top: 28px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
  display: block;
  transform: translate(0, -5px);
  box-shadow: 0 16px 20px -10px #00000030;
}

.submit-btn:hover {
  transform: translate(0);
  box-shadow: 0 0 20px -10px #00000030;
}

.dropdown-list-3 {
  background-color: #fff;
  position: relative;
}

.p-16-bold {
  letter-spacing: -.4px;
  font-size: 16px;
  font-weight: 700;
}

.p-16-bold.ml10 {
  margin-right: 10px;
}

.text-field {
  border: 1px solid #eaecef;
  height: 47px;
  margin-bottom: 17px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field:focus {
  border-color: var(--point-base);
}

.dropdown-2 {
  width: 100%;
}

.form-widzet {
  position: absolute;
  inset: -8% 13% auto auto;
}

.ga-img.in-item {
  background-image: url('../images/실내-사진-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.gal-img-new1 {
  background-image: url('../images/치료실3-사진.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.around-wz {
  position: absolute;
  inset: auto 0% 24% auto;
}

.stemcell-title-item-2 {
  border-bottom: 1px solid #edf0f0;
  display: flex;
}

.text-size-regular-2 {
  color: #111414;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.list-text-lineicon-2 {
  background-color: #fffffe;
  width: 11px;
  height: 4px;
}

.list-text-lineicon-2.color-green {
  background-color: var(--point-base);
  background-color: var(--point-base);
  background-color: var(--point-base);
  width: 7px;
  position: relative;
  top: 12rem;
}

.common-2grid-content {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.hide-all {
  display: none;
}

.heading-huge {
  letter-spacing: -3px;
  font-size: 68rem;
  line-height: 1.3;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.mega-right-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200rem, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24rem;
  display: grid;
}

.padding-top-new {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top-new.padding-xlarge.text-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.menu-hyper {
  background-color: var(--point-base);
  width: 5rem;
  height: 3rem;
}

.mega-banner-pic {
  border-radius: 5px;
}

.mega-list-background {
  background-color: var(--white);
  height: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 57px 57px 80px -40px #00000029;
}

.menu-underline-wrap {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.underline-2 {
  background-color: var(--point-base);
  width: 100px;
  height: 5px;
  position: relative;
  left: auto;
}

.under-line_wrapper {
  position: relative;
}

.button-icon-call {
  position: relative;
  bottom: -2rem;
}

.menu-thum-bottom-wrap {
  position: relative;
}

.menu-mega-product-4grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 200rem) minmax(200px, 200rem);
  grid-auto-columns: 1fr;
  display: grid;
}

.mega-thumnail-small {
  border-radius: 4px;
}

.thumnail-wrap {
  padding: 5rem;
  text-decoration: none;
  position: relative;
}

.home-service-compnent {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.home-sevice-3grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-service-card-item {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-align: center;
  background-color: #fff3;
  border-radius: 6px;
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.icon-circle {
  background-color: var(--point-base);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56rem;
  height: 56rem;
  display: flex;
  position: relative;
}

.circle-icon {
  color: #fff;
  width: 26rem;
  position: relative;
  top: 2rem;
}

.home-service-card-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-service-top-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 48rem;
  display: flex;
}

.water {
  color: #1c588a;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 2vw;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  display: flex;
}

.water.title {
  margin-top: 5vw;
  margin-bottom: 2vw;
}

.water.case-title {
  margin-bottom: 50px;
}

.water.space-none {
  margin-top: 2vw;
  margin-bottom: 0;
}

.water.space-none.no {
  margin-bottom: 0;
}

.water.ch {
  margin-top: 5vw;
}

.water.list {
  margin-top: 50px;
}

.water.need-title {
  margin-top: 4vw;
}

.water.uro-taget {
  margin-bottom: 50px;
}

.water.yuro-g-title {
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.water.chest-list-title {
  margin-bottom: 2vw;
}

.water.pat-list4, .water.iv-effect-title {
  margin-bottom: 50px;
}

.water.title-no, .water.uro-title, .water.chest-kidn-ttitle, .water.eye-kind-title {
  margin-bottom: 2vw;
}

.water.choice-eye {
  margin-bottom: 1.5vw;
}

.water.face-title, .water.face-target-title {
  margin-bottom: 2vw;
}

.water.fat-target-title {
  margin-bottom: 3vw;
}

.water.fat-denger {
  margin-bottom: 2vw;
}

.water.water-target-title {
  margin-top: 5vw;
  margin-bottom: 2vw;
}

.water.choice-water {
  margin-bottom: 2vw;
}

.water.water-check {
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.water.outline-target-title {
  margin-bottom: 2vw;
}

.water.outline-danger, .water.prostatic-title {
  margin-bottom: 1vw;
}

.water.j-cell-how-title {
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.water.botoxs-how-title {
  margin-bottom: 2vw;
}

.water.choice-botoxs, .water.choice-filler {
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.water.suringku-target-title {
  margin-top: 5vw;
  margin-bottom: 2vw;
}

.padding-vertical-vertical {
  padding-left: 0;
  padding-right: 0;
}

.page-top-component {
  text-align: center;
  padding-top: 63rem;
  padding-bottom: 32rem;
}

.section-about-products_info {
  padding-top: 46rem;
  padding-bottom: 96rem;
}

.page-subtitles-item {
  border-bottom: 1px solid var(--lighter-gray);
  display: flex;
}

.page-subtitles-item.center {
  justify-content: center;
}

.about-product-content {
  border: 1px solid var(--lighter-gray);
  padding: 45rem;
}

.about-product-item.second-padding {
  padding-top: 56rem;
}

.about-products-grid-content {
  grid-column-gap: 42rem;
  grid-row-gap: 42rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-vertical-new {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-new.text-align-center.padding-large {
  padding: 1.5rem;
}

.flex-verital-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 67%;
  margin: 32rem auto;
  display: flex;
}

.flex-verital-center.padding-left-custom-team {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  padding-left: 6.9rem;
}

.div-block-8 {
  padding: 25px;
}

.gallary-pic {
  border-radius: 5px;
  height: 500px;
}

.gallary-pic._1 {
  background-image: url('../images/KakaoTalk_20220404_161508429_02.jpg');
  background-position: 50%;
  background-size: cover;
  height: 1050rem;
}

.gallary-pic._2 {
  background-image: url('../images/KakaoTalk_20221216_160803367_04.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallary-pic._3 {
  background-image: url('../images/KakaoTalk_20221216_160803367.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallary-pic._4 {
  background-image: url('../images/KakaoTalk_20221216_160803367_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.prostatic_symptom {
  color: #fff;
}

.page-header-vertical-line {
  background-color: var(--dark);
  width: 1px;
  height: 48rem;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  padding-top: 16rem;
  display: flex;
}

.symtoms-3grid-content {
  grid-column-gap: 23rem;
  grid-row-gap: 32rem;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.symtoms-item {
  border: 2px solid var(--wireframe);
  border-radius: 5px;
  padding: 36rem 18rem;
}

.section-pee-invest {
  padding-top: 68rem;
  padding-bottom: 0;
}

.section-full-container {
  padding-top: 48rem;
  padding-bottom: 100rem;
}

.full-width-grid {
  grid-column-gap: 48rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-flex-wrap {
  flex-wrap: wrap;
  width: 100%;
  max-width: 480rem;
  display: flex;
}

.tag-wrap.text-align-center {
  border: 1px solid var(--wireframe);
  border-radius: 20px;
  margin-bottom: 16rem;
  margin-right: 16rem;
  padding: 6rem 28rem;
}

.tag-content {
  padding-top: 32rem;
}

.video-section {
  padding-top: 100rem;
  padding-bottom: 100rem;
}

.head_massage-section {
  padding-bottom: 100rem;
}

.head-top-2grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.head-top-2grid-content.all-hide {
  display: none;
}

.head-thum-left {
  object-fit: scale-down;
}

.div-block-10 {
  padding-top: 77rem;
}

.heading-grid {
  grid-column-gap: 32rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 650px;
  padding-top: 32rem;
  padding-bottom: 32rem;
  display: grid;
}

.head-thumnail {
  border-radius: 5px;
  margin-bottom: 16rem;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-3grid {
  grid-column-gap: 32rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 850px;
  padding-top: 32rem;
  padding-bottom: 32rem;
  display: grid;
}

.text_tablet {
  object-fit: contain;
  width: auto;
  display: block;
}

.heading {
  color: #fff;
  font-weight: 400;
}

.heading.bigger {
  letter-spacing: -1rem;
  font-size: 110rem;
}

.nav-link-grove {
  color: var(--dark);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-grove:hover {
  color: var(--light-gray);
}

.nav-link-grove.w--current {
  color: var(--point-base);
}

.content-dark-grove {
  background-color: #2c3052;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.brand {
  width: 100%;
  max-width: 260px;
  height: 100%;
  margin-right: 20px;
}

.dropdown-grove {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.navigation-menu-panther {
  align-items: center;
  width: 25%;
  display: flex;
}

.container-grove {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-grove {
  background-color: #57619e;
  border-radius: 10px;
  margin-left: 10px;
  padding: 16px 20px;
  transition: all .35s;
}

.button-grove:hover {
  background-color: #444e8a;
}

.list-wrap-grove {
  background-color: var(--point-base);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: -10px;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-menu-dark {
  color: #000;
  flex: 1;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.toggle-grove {
  color: var(--dark);
  padding-left: 12px;
  padding-right: 12px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.navigation-arrow-grove {
  z-index: 999;
  width: 40px;
  position: absolute;
  inset: -8px auto auto;
}

.chevron {
  color: #2995a8;
  margin-right: 5px;
}

.content-grove {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.link-5-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-5-grove:hover {
  color: #a0bafa;
}

.list-grove {
  min-width: 140px;
}

.list-grove.w--open {
  background-color: #0000;
  min-width: 260px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.list-grove._900.w--open {
  top: 51px;
}

.list-grove._180.w--open {
  min-width: 180px;
  left: -29px;
}

.link-6-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-6-grove:hover {
  color: #a0bafa;
}

.image-4 {
  margin-right: 14px;
}

.link-4-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.menu-link {
  font-size: 15px;
  font-weight: 400;
}

.link_4-grove, .link-grove {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-grove:hover {
  color: var(--white);
}

.navigation-grove {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff0;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-grove:focus {
  background-color: var(--white);
}

.hyper {
  background-color: var(--bg-base);
  width: 8px;
  height: 4px;
}

.hyper-wrap {
  padding: 5px 12px 5px 5px;
}

.triangle {
  background-color: var(--point-base);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -1px;
  transform: rotate(45deg);
}

.footer-logo-content {
  text-align: center;
}

.image-5 {
  margin-top: 16px;
  margin-bottom: 16px;
  transform: rotate(-90deg);
}

.div-block-14 {
  text-align: center;
}

.space-100 {
  height: 100rem;
}

.tuis-img-wrap {
  margin-bottom: 16rem;
}

.spacer90rem {
  height: 90rem;
}

.etc-clinic-card {
  border: 2px solid var(--wireframe);
  border-radius: 5px;
  padding: 18rem;
}

.photon-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-color: var(--bg-base);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-song-presdent {
  padding-top: 77rem;
  padding-left: 30rem;
}

.nav-middle-list {
  margin-left: auto;
  margin-right: auto;
}

.popup-wrapper {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-overlay {
  background-color: #696969b3;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  display: block;
  position: relative;
}

.collection-item {
  background-color: #fff;
  border-radius: 16px;
  width: 480px;
  padding: 9.65rem;
  overflow: visible;
  box-shadow: -1px 1px 40px #000000c2;
}

.pop-footer-link-item {
  text-align: right;
  padding-top: 16rem;
  overflow: visible;
}

.pop-link {
  color: #222;
  background-color: #fff;
  border-radius: 12px;
  margin-left: 7rem;
  margin-right: 7rem;
  padding: 10rem;
  font-family: Scdream, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.rich-text-block {
  display: none;
}

.popimg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.table-component {
  text-align: center;
}

.table-header-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-cell {
  border-right: 4px solid var(--white);
  background-color: var(--point-base);
  height: 64px;
  padding-top: 16rem;
  padding-left: 16rem;
}

.table-body-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template: ". Area" 301px
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-cell-body {
  background-color: var(--white);
  border: 1px solid #000;
  height: 64px;
  padding-top: 16rem;
  padding-left: 16rem;
}

.table-cell-body.bg-grey {
  background-color: var(--wireframe);
}

.bold-text {
  color: var(--point-base);
}

.overflow-hidden-wrapper {
  border-radius: 16px;
  position: absolute;
  inset: 100rem 4% 50rem;
  overflow: hidden;
}

.icon-large-95 {
  background-color: var(--point-base);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  display: flex;
}

.underline-highlight {
  box-shadow: inset 0 -8px #18dfd93d;
}

.sub-title-content-img {
  padding-left: 16rem;
}

.arrow-image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-image-left {
  border: 8px solid #5cc9dc;
  width: 470px;
  position: relative;
}

.arrow-image {
  width: 100%;
  height: 100%;
}

.spacer-80 {
  height: 80rem;
}

.arrow-image-text-absolute {
  color: var(--gray);
  font-family: Noto Sans KR, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto 18% -17% auto;
}

._3card-grid-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  padding-top: 100%;
  position: relative;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper.round {
  border-radius: 4px;
}

.card-item-bottom {
  text-align: center;
  padding: 16rem;
}

.text-size-medium {
  color: var(--gray);
}

.hifu-fixture-ab {
  position: absolute;
  inset: 11% -4% auto auto;
}

.image-6 {
  opacity: .6;
  width: 30vw;
  height: 100%;
}

.text-size-regular-3 {
  color: #111414;
  flex: 0 auto;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 175%;
  display: block;
}

.text-color-blue-2, .text-color-blue-3 {
  color: var(--point-base);
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.text-span {
  color: var(--point-base);
  display: block;
}

.line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  color: #0000;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  outline: 0 #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 0;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 0;
  font-size: 0;
  font-weight: 400;
  display: flex;
}

.line.box_line {
  margin-left: 0%;
}

.line.center {
  margin-left: 48%;
}

.line.center.sa {
  margin-bottom: 10px;
}

.line.center.down {
  margin-bottom: 0;
}

.line.center.down-s {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line.center {
  margin-bottom: 30px;
  margin-left: 0%;
}

.line.fate-line {
  margin-top: 5vw;
}

.line.cell {
  margin-bottom: 2vw;
}

.line.space-none {
  margin-bottom: 30px;
}

.line.space {
  margin-left: 47%;
}

.line.kind {
  margin-top: 20px;
  margin-left: 2vw;
}

.line.fat-target-list {
  margin-top: 30px;
}

.line.yusi-cause {
  margin-bottom: 20px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 80px 30px;
  position: relative;
}

.cure {
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 16rem;
  line-height: 100%;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #1c588a;
  padding-bottom: 24px;
}

.team-member-image-two {
  width: 380px;
  height: 240px;
  margin-bottom: 18px;
}

.team-block-info {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 0;
  display: flex;
}

.team-member-name-two {
  color: var(--white);
  text-align: left;
  margin-bottom: 12px;
  font-size: 20rem;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.pricing-overview {
  border: 0 #000;
  padding: 0 30px;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template: "Area" 240px
  / 380fr 380fr 380fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 380px;
  height: 240px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.heading-2 {
  background-color: var(--point-base);
  margin-top: -20px;
  display: block;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-7 {
  max-width: 33%;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.div-block-19 {
  width: 380px;
  font-size: 380px;
}

.text-block-8 {
  text-align: center;
  object-fit: fill;
  background-color: #1c588a;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  max-width: 33%;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: sticky;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.paragraph {
  max-width: 31%;
  position: relative;
}

.div-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/img1.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  max-width: 33%;
  height: 320px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  object-fit: fill;
  background-color: #1c588a;
  width: 380px;
  height: 40px;
  padding-top: 10px;
  font-size: 20px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  max-width: 1200px;
  padding: 0 30px 80px;
  display: block;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-block-10 {
  width: 340px;
}

.box-list2 {
  width: 380px;
  height: 240px;
  margin-left: 20px;
  display: inline-block;
}

.image-9 {
  display: inline-block;
}

.box-list3 {
  width: 380px;
  max-width: 100%;
  height: 240px;
  margin-left: 40px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template: "Area ."
                 "Area-2 Area-3" minmax(auto, .25fr)
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-block-11 {
  display: block;
}

.text-block-12 {
  background-color: var(--point-base);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  justify-content: center;
  width: 320px;
  margin-top: -32px;
  display: flex;
  position: static;
}

.box-list1 {
  width: 380px;
  height: 240px;
}

.text-block-13 {
  color: var(--white);
  text-align: center;
  background-color: #1c588a;
  height: 40px;
  padding-top: 10px;
  font-size: 20px;
}

.text-block-14 {
  text-align: center;
  background-color: #1c588a;
  margin-left: 40px;
  padding-top: 10px;
  font-size: 20px;
}

.text-block-15 {
  text-align: center;
  background-color: #1c588a;
  margin-left: 20px;
  padding-top: 10px;
}

.list {
  border: 1px #000;
  margin-top: 100px;
}

.list-item {
  text-align: left;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 882px;
  height: 51px;
  margin-top: -50px;
  margin-bottom: 25px;
  margin-left: 25%;
  display: inline-block;
}

.list-item-2, .list-item-3 {
  border: 1px solid #333;
  width: 882px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: 25%;
}

.list-item-4 {
  border: 1px solid #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 882px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: 25%;
  list-style-type: square;
  display: flex;
}

.list-item-5 {
  border: 1px solid #333;
  width: 882px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: 25%;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  grid-auto-flow: column;
}

.text-span-2 {
  background-color: var(--point-base);
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.column {
  display: block;
}

.paragraph-2 {
  background-color: var(--cadet-blue);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 40px;
  font-size: 20rem;
  display: flex;
  position: relative;
}

.image-10 {
  object-fit: contain;
  width: 380px;
  display: block;
  position: static;
}

.number {
  border: 1px solid var(--gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 882px;
  max-width: 1200px;
  height: 50px;
  margin-bottom: 25px;
  margin-left: 50%;
  list-style-type: none;
  display: flex;
}

.list-item-7, .list-item-8 {
  border: 1px solid var(--gray);
  width: 882px;
  height: 50px;
  margin-bottom: 25px;
}

.text-block-16 {
  color: var(--dark);
  text-align: center;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.paragraph-3 {
  text-align: center;
  flex-flow: row;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.image-11 {
  margin-top: 100px;
  display: block;
  position: relative;
}

.heading-3 {
  color: #1c588a;
  position: relative;
}

.container-3 {
  max-width: 1920px;
  margin-top: 100px;
}

.sub_title {
  color: #1c588a;
  text-align: right;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -40px;
  margin-left: 899px;
  padding-left: 0;
  font-size: 32rem;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.image-12 {
  max-height: 420px;
  position: absolute;
}

.image-13 {
  object-fit: contain;
  position: static;
}

.image-14 {
  object-fit: contain;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-4 {
  text-align: center;
}

.cause-content {
  max-width: 1200px;
  margin-top: 100px;
}

.strength-img {
  margin-top: 100px;
  display: block;
}

.section-3 {
  max-width: 1200px;
  display: block;
}

.section-4 {
  max-width: 1200px;
  position: relative;
}

.list-item-9 {
  border: 1px solid #000;
  margin-bottom: 25px;
  list-style-type: none;
}

.text-block-17 {
  float: none;
  clear: none;
  color: var(--dark);
  text-align: center;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  border: 1px solid #000;
  margin-bottom: 25px;
  list-style-type: none;
}

.section-5 {
  object-fit: contain;
}

.heading-5 {
  color: #1e5a8c;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  color: var(--white-smoke);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-22 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  width: auto;
  margin-top: 100px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.section-6 {
  width: 1920px;
  height: auto;
}

.heading-6 {
  display: flex;
  position: absolute;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: cover;
  background-color: #efeeee;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1920px;
  height: 390px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
  position: static;
}

.heading-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: block;
}

.grid-4 {
  grid-auto-flow: row;
  display: flex;
}

.column-2 {
  background-color: var(--point-base);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  background-color: var(--point-base);
}

.column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--point-base);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline;
  position: relative;
}

.column-5 {
  background-color: var(--point-base);
}

.text-block-18 {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  display: flex;
}

.columns-2 {
  max-width: 1200px;
}

.heading-8 {
  display: inline-block;
}

.testimonial-column-light {
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  padding: 80px 0 0;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  border-radius: 20px;
  grid-template: ". . . Area" minmax(80px, .25fr)
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: var(--point-base);
  text-align: center;
  border: 1px solid #e4ebf3;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 16px 0;
  display: flex;
}

.testimonial-text-two {
  color: var(--white);
  text-align: center;
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.container-6 {
  margin-top: 100px;
}

.container-7 {
  color: var(--darkblue);
  -webkit-text-fill-color: inherit;
  background-color: #efeeee;
  background-clip: border-box;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-8 {
  margin-top: 100px;
}

.image-23 {
  object-fit: contain;
  position: static;
}

.image-24, .image-25, .image-26 {
  object-fit: contain;
}

.text-block-19 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.paragraph-8 {
  align-items: flex-end;
  display: flex;
}

.paragraph-9 {
  background-color: var(--cadet-blue);
  color: var(--white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
}

.container-9 {
  margin-top: 100px;
}

.paragraph-10 {
  background-color: var(--cadet-blue);
  color: var(--white-smoke);
  text-align: center;
  height: 40px;
}

.paragraph-11, .paragraph-12 {
  background-color: var(--cadet-blue);
  color: var(--white-smoke);
  text-align: center;
}

.image-27 {
  margin-top: 100px;
  display: inline-block;
  position: absolute;
}

.text-block-20 {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
}

.text-block-21 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 695px;
  padding-right: 0;
  font-size: 32px;
  font-weight: 700;
  display: inline;
  position: relative;
}

.section-7 {
  margin-top: 100px;
}

.text-block-22 {
  justify-content: flex-end;
  padding-top: 34px;
  padding-left: 0;
  padding-right: 365px;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.image-28 {
  object-fit: contain;
  height: 356.563px;
  position: absolute;
}

.heading-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-23 {
  color: var(--dark);
  font-size: 0;
}

.grid-5 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / .25fr .25fr;
  grid-auto-flow: row;
  place-content: start end;
  place-items: center;
}

.paragraph-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center;
  display: grid;
}

.text-block-24 {
  align-items: center;
  display: inline-block;
}

.text-block-25 {
  padding-left: 30px;
  font-weight: 400;
  display: inline-block;
}

.list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 612px;
  height: 50px;
  margin-top: 59px;
  margin-bottom: 0;
  margin-left: 701px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}

.list-item-15 {
  display: inline;
}

.list-item-16 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.list-item-17 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  margin-top: 9px;
}

.list-item-18 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  margin-top: 20px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-26 {
  color: var(--dark);
  justify-content: flex-end;
  align-items: center;
  margin-top: -38px;
  margin-left: 296px;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.image-29 {
  width: 380px;
  height: 240px;
}

.section-8 {
  background-color: #efeeee;
  height: 390px;
  margin-top: 100px;
}

.text-block-27 {
  background-color: var(--point-base);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  display: flex;
}

.column-6, .column-7, .column-8, .column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  margin-top: 60px;
}

.container-10 {
  max-width: 1200px;
}

.container-11 {
  max-width: 1200px;
  margin-top: 100px;
}

.paragraph-14 {
  text-align: center;
}

.image-30 {
  display: inline-block;
}

.chest_list {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-15 {
  background-color: var(--cadet-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 40px;
  font-size: 20rem;
  display: flex;
}

.cause_pc {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16rem;
}

.suring-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.check_item5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.p-need-item {
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  max-width: 1200px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.p-need-item.choice-e-list {
  margin-bottom: 20px;
}

.p-need-item2 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.p-need-item2.choice-e-list {
  margin-bottom: 20px;
}

.p-need-item3 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.p-need-item3.choice-i-list {
  margin-bottom: 20px;
}

.j-cell-defintion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.image-31 {
  max-width: 100%;
  display: inline-block;
}

.juro_defintion {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.oillgio {
  background-color: #efeeee;
  flex-direction: column;
  align-items: center;
  height: 450px;
  margin-top: 100px;
  display: flex;
}

.oillgio.choice-eye {
  margin-top: 100px;
}

.oillgio.botoxs-target {
  height: 480px;
}

.oillgio.water-check {
  height: 850px;
}

.oillgio.filler {
  height: 600px;
  margin-top: 100px;
}

.oillgio.sill-lifting-check {
  height: 620px;
}

.oillgio.choice-suringku {
  height: 530px;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-18 {
  background-color: var(--point-base);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  font-size: 20rem;
  display: flex;
}

.juro-columns-4 {
  border-radius: 0;
  max-width: 1200px;
  margin-top: 50px;
}

.filler {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.filler-target {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.container-18 {
  margin-top: 140px;
}

.columns-5 {
  max-width: 1200px;
}

.image-32 {
  width: 380px;
}

.columns-6 {
  max-width: 1200px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-19 {
  background-color: var(--cadet-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 20rem;
  display: flex;
}

.section-10 {
  margin-top: 100px;
}

.urinary-incontinence-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.fat {
  max-width: 1200px;
  margin-top: 30px;
}

.paragraph-20 {
  color: var(--white);
  background-color: #757575;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 40px;
  font-size: 20rem;
  display: flex;
}

.urinary-incontinence-check {
  margin-top: 100px;
}

.j-cell-treatments {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.urinary-incontinence-strengths {
  margin-top: 100px;
  position: relative;
}

.columns-8 {
  background-color: var(--point-base);
  justify-content: center;
  align-items: center;
  width: 280px;
  max-width: 1200px;
  height: 80px;
  font-size: 20px;
  display: flex;
}

.paragraph-21 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 20rem;
  display: flex;
}

.columns-9 {
  background-color: var(--point-base);
  color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: 0;
  font-size: 20px;
  display: flex;
}

.paragraph-22 {
  background-color: var(--point-base);
  color: var(--white);
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  font-size: 20rem;
  display: flex;
}

.column-10 {
  border: 1px #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-11 {
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}

.column-12 {
  flex: 0 auto;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.effect {
  color: #efeeee;
  background-color: #efeeee;
  height: 250px;
  margin-top: 100px;
}

.effect.penis {
  height: 580px;
}

.effect.e-ckind {
  height: 400px;
}

.effect.bg {
  height: 320px;
}

.effect.j-cell-kind {
  height: 250px;
}

.effect.urolift {
  height: 430px;
}

.effect.urolift.height {
  height: auto;
}

.text-block-28 {
  background-color: var(--point-base);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 70px;
  font-size: 16px;
  display: flex;
}

.text-block-28.j-cell-kind {
  width: 300px;
}

.columns-10 {
  max-width: 1200px;
  margin-top: 30px;
}

.column-13, .column-14, .column-15 {
  justify-content: center;
  display: flex;
}

.urolift_mv {
  margin-top: 100px;
}

.text-block-29 {
  background-color: var(--point-base);
  width: 417px;
  height: auto;
  font-size: 20px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
                 "."
                 "."
                 / minmax(400px, .25fr) minmax(400px, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: center;
  padding-left: 130px;
  padding-right: 130px;
  display: grid;
}

.text-block-30 {
  background-color: var(--point-base);
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 70px;
  font-size: 20px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 13px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . Area";
}

.column-16 {
  display: inline-block;
}

.column-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-33 {
  text-align: left;
}

.grid-8 {
  grid-template: "Area-2 Area"
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr;
}

.div-block-22 {
  width: 320px;
  height: 280px;
}

.image-34, .image-35, .lightbox-link {
  display: block;
}

.image-36 {
  border: 1px solid #000;
  width: 700px;
  display: block;
}

.tab-j-cell {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.tab-j-cell.penis-kind {
  margin-top: 50px;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-37 {
  object-fit: cover;
  position: static;
}

.tab1 {
  background-color: #ddd;
  width: auto;
}

.tab1:hover {
  background-color: var(--point-base);
}

.tab1.w--current {
  color: var(--white);
  background-color: #ddd;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab1.w--current:hover {
  background-color: var(--point-base);
  color: #fff;
}

.tab1.w--current:focus {
  background-color: #ddd;
}

.text-block-31 {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-31:hover {
  color: var(--white);
}

.tab2 {
  background-color: #ddd;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab2:hover {
  background-color: var(--point-base);
  color: var(--white);
}

.tab3 {
  background-color: #ddd;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab3:hover {
  background-color: var(--point-base);
  color: var(--white);
}

.tab4 {
  background-color: #ddd;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab4:hover {
  background-color: var(--point-base);
  color: var(--white);
}

.tav5 {
  background-color: #ddd;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tav5:hover {
  background-color: var(--point-base);
  color: var(--white);
}

.columns-11 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-18, .column-19 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-20, .column-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-22, .column-23 {
  padding-left: 0;
  padding-right: 0;
}

.image-38 {
  display: block;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 1200px;
  display: grid;
}

.choice_special {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.urinary-incontinence_treatments {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.image-44 {
  display: inline-block;
  position: relative;
}

.list-item3 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-23 {
  padding-left: 25px;
}

.image-45 {
  display: inline-block;
}

.text-block-33 {
  background-color: var(--point-base);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-33.m {
  width: 50px;
  height: 50px;
}

.paragraph-23-copry {
  align-items: center;
  padding-left: 25px;
  font-size: 16px;
  display: flex;
}

.column-24, .column-25, .column-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-33-copy {
  background-color: var(--point-base);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.symptom_contents1 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  font-size: 16px;
  display: flex;
}

.section-13 {
  margin-top: 100px;
  position: relative;
}

.image-49 {
  position: relative;
}

.image-50 {
  display: block;
}

.list-7 {
  position: relative;
}

.image-51 {
  position: absolute;
}

.container-24 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-10 {
  position: relative;
}

.heading-11 {
  clear: none;
  justify-content: center;
  align-items: center;
  font-size: 32rem;
  display: flex;
  position: relative;
}

.heading-12 {
  float: none;
  clear: none;
  color: var(--cadet-blue);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-size: 32rem;
  display: flex;
  position: relative;
}

.container-25 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

.juro-strengths {
  object-fit: fill;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  position: static;
}

.list-item-22 {
  background-color: #fff;
  width: 612px;
  height: 48px;
}

.list-8 {
  list-style-type: none;
  position: relative;
}

.div-block-25 {
  display: flex;
}

.image-52 {
  max-width: 100%;
  position: static;
}

.image-53 {
  max-height: 80%;
}

.image-54, .image-54-copy {
  clear: none;
}

.section-15 {
  margin-top: 100px;
  position: relative;
}

.image-56 {
  position: static;
}

.image-58 {
  width: 280px;
  display: block;
}

.item2 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.item4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item1 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.item3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-59 {
  width: 280px;
}

.image-62 {
  display: block;
  position: static;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.rich-text-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.rich-text-block-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.rich-text-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-5 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.rich-text-block-6 {
  display: flex;
}

.j-cell-kind_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 700px;
  display: inline;
}

.text-block-36 {
  border: 1px #000;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-67 {
  display: block;
}

.column-32 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.rich-text-block-7 {
  color: var(--point-base);
}

.grid-10 {
  grid-template-rows: auto auto auto auto auto;
}

.heading-13 {
  color: var(--point-base);
  margin-top: 20px;
  font-size: 24rem;
}

.line-sub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  color: #0000;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  outline: 0 #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 0;
  height: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 0;
  font-size: 0;
  font-weight: 400;
  display: block;
}

.eye_kind {
  background-color: #efeeee;
  height: 1700px;
}

.eye_kind.bg {
  height: 1600px;
}

.image-68 {
  object-fit: cover;
  flex: 0 auto;
  width: 370px;
  height: 240px;
  display: block;
}

.column-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.line-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  color: #0000;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  outline: 0 #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 0;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 0;
  font-size: 0;
  font-weight: 400;
  display: block;
}

.heading-14 {
  color: var(--point-base);
}

.heading-15 {
  color: var(--point-base);
  margin-top: 30px;
  margin-left: 30px;
  font-size: 24rem;
}

.column-34 {
  background-color: #fdfdfd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-24 {
  margin-bottom: 36px;
  margin-left: 30px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

.columns-12, .columns-13, .columns-14, .columns-15 {
  margin-top: 30px;
}

.grid-11 {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  display: grid;
}

.div-block-26 {
  background-color: #fff;
  flex-direction: column;
  width: 800px;
  display: flex;
}

.image-69 {
  margin-top: 0;
  display: block;
}

.image-70, .image-71 {
  margin-top: 0;
}

.image-72 {
  height: auto;
  margin-top: 0;
  display: block;
}

.div-block-27, .div-block-28, .slide4, .slide5 {
  background-color: #fff;
  width: 800px;
  margin-top: 0;
}

.image-73 {
  object-fit: fill;
  width: auto;
  height: auto;
  display: block;
}

.image-74 {
  display: block;
}

.text-block-33-copy-copy {
  background-color: var(--point-base);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-33-copy-copy.m {
  width: 50px;
  height: 50px;
}

.text-block-33-copy {
  background-color: var(--point-base);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-33-copy.m {
  width: 50px;
  height: 50px;
}

.div-block-29 {
  border: 1px solid var(--gray);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 204px;
  display: flex;
}

.line_4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  color: #0000;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  outline: 0 #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50px;
  min-width: 0;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0%;
  padding-left: 0;
  font-size: 0;
  font-weight: 400;
  display: block;
}

.paragraph-25 {
  text-align: center;
  margin-top: 20px;
  line-height: 165%;
}

.paragraph-24-copy {
  margin-left: 30px;
  padding-bottom: 0;
  font-size: 16rem;
  line-height: 160%;
}

.paragraph-24-copy-tablet {
  margin-left: 30px;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 16rem;
  line-height: 140%;
}

.line-copy-copy_tablet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  color: #0000;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  outline: 0 #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 0;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 0;
  font-size: 0;
  font-weight: 400;
  display: flex;
}

.chest-column, .column-36, .column-37 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-25-tablet {
  text-align: center;
  margin-top: 30px;
  line-height: 140%;
}

.text-size-regular-tablet {
  color: var(--dark);
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  line-height: 175%;
}

.text-size-regular-tablet.text-color-gray {
  text-align: center;
  max-width: 1200px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.text-size-regular-tablet.text-color-white {
  color: var(--white);
}

.text-size-regular-tablet.hide-all {
  display: none;
}

.text-size-regular-tablet.text-color-graylight {
  color: var(--lighter-gray);
}

.text-size-regular-pc {
  color: var(--dark);
  padding-top: 2vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  line-height: 175%;
}

.text-size-regular-pc.text-color-gray {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 30px;
  padding-bottom: 5vw;
  display: flex;
}

.text-size-regular-pc.text-color-gray.mobile {
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-regular-pc.text-color-white {
  color: var(--white);
}

.text-size-regular-pc.hide-all {
  display: none;
}

.text-size-regular-pc.text-color-graylight {
  color: var(--lighter-gray);
}

.column-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-75 {
  display: inline-block;
}

.div-block-30 {
  background-color: var(--point-base);
  width: 20px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.list-5-copy, .list-5-copy3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.item1-1 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 517px;
  max-width: 1200px;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.item5-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.item2-2 {
  background-color: var(--white);
  border: 1px solid #333;
  justify-content: flex-start;
  width: 517px;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.item3-4 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 517px;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.sline3 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.item44 {
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  height: 80px;
  margin-bottom: 0;
  display: flex;
}

.column-39 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: inline-block;
}

.face_how {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.selft-fat {
  max-width: 1200px;
  margin-top: 100px;
}

.image-76 {
  display: inline-block;
}

.ouligio-how {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-31 {
  border: 1px solid var(--gray);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 374px;
  display: flex;
}

.paragraph-26 {
  text-align: left;
}

.paragraph-27 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 150%;
  display: flex;
}

.fat-check {
  max-width: 1200px;
  margin-top: 100px;
}

.list-item-23 {
  list-style-type: none;
}

.paragraph-28 {
  flex-direction: row;
  display: flex;
}

.item3-3-copy {
  background-color: var(--white);
  background-color: var(--white);
  border: 1px solid #333;
  width: 900px;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.item5-copy, .item5-copy-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 900px;
  padding-left: 25px;
  display: flex;
}

.paragraph-29 {
  width: 900px;
}

._5 {
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  padding-left: 25px;
  font-size: 16px;
  display: flex;
}

.cause_tablet {
  text-align: center;
  margin-bottom: 50px;
}

.paragraph-30 {
  text-align: center;
}

.paragraph-30.pc {
  margin-bottom: 40px;
  font-size: 16rem;
}

.list-10 {
  padding-left: 0;
}

.penis_stengths {
  margin-top: 100px;
}

.m {
  line-height: 20px;
  display: block;
}

.penis_defintion, .urinary-incontinence_defintion, .urolift_defintion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item4 {
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 10px;
  display: flex;
}

.image-78 {
  width: 280px;
}

.columns-16 {
  flex-direction: row;
  display: flex;
}

.paragraph-31 {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.list-irem3 {
  border: 1px solid #000;
  width: 900px;
  height: 50px;
}

.paragraph-32 {
  padding-left: 25px;
  font-size: 16rem;
}

.paragraph-33, .paragraph-34 {
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16rem;
  display: flex;
}

.paragraph-35 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 16rem;
  display: flex;
}

.image-80 {
  display: block;
}

.image-81 {
  width: 500px;
  height: 300px;
}

.list-item-24 {
  display: flex;
}

.list-item-25, .list-item-26, .list-item-27, .list-item-28 {
  border: 1px solid #000;
  margin-bottom: 20px;
  display: flex;
}

.list-item-29 {
  border: 1px solid #000;
  display: flex;
}

.oli_list-item {
  background-color: var(--white);
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 10px;
  display: flex;
}

.oli_list-item.suringku_list {
  margin-bottom: 10px;
}

.list-item-31, .list-item-32 {
  background-color: var(--white);
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 20px;
  display: flex;
}

.list-item-32.suringku_list {
  margin-bottom: 10px;
}

.list-item-33 {
  background-color: var(--white);
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-36 {
  background-color: var(--cadet-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 40px;
  display: flex;
}

.paragraph-37, .paragraph-38, .paragraph-39 {
  background-color: var(--cadet-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 40px;
  display: flex;
}

.list-item-34 {
  border: 1px solid #000;
  width: 517px;
  list-style-type: none;
  display: flex;
}

.list-item-35 {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 50px;
  display: flex;
}

.list-item-36 {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 50px;
  display: flex;
}

.list-item-37, .list-item-38 {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 50px;
  display: flex;
}

.list-item-39 {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 50px;
  display: flex;
}

.j-cell_how {
  background-color: #efeeee;
  height: 650px;
}

.fat_target {
  background-color: #efeeee;
  height: 400px;
  margin-top: 100px;
}

.j-cell_4step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-38 {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.column-44, .column-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-26 {
  background-color: #efeeee;
}

.j-cell-iv_effect {
  background-color: #efeeee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 280px;
  margin-top: 100px;
  display: flex;
}

.paragraph-40 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 80px;
  display: flex;
}

.column3, .j-cell-list4 {
  max-width: 1200px;
}

.heading-17 {
  color: var(--point-base);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 16rem;
  display: flex;
}

.cell_flow {
  max-width: 1200px;
  margin-top: 100px;
}

.column-46, .column-47 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.paragraph-42 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 80px;
  display: flex;
}

.paragraph-43 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  display: flex;
}

.outline-target {
  background-color: #efeeee;
  height: 300px;
  margin-top: 100px;
}

.div-block-32 {
  background-color: var(--point-base);
  width: 20px;
}

.paragraph-44 {
  background-color: var(--point-base);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 302px;
  height: 200px;
  display: flex;
}

.sill-lifting_target {
  background-color: #efeeee;
  height: 430px;
  margin-top: 100px;
}

.paragraph-45 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.paragraph-46 {
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
  display: flex;
}

.list-item-40 {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.water-list6 {
  width: 455px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.list-item-41 {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 22px;
  display: flex;
}

.list-item-42 {
  background-color: #fff;
  border: 1px solid #000;
  align-items: center;
  margin-bottom: 22px;
  list-style-type: none;
  display: flex;
}

.water_target {
  background-color: #efeeee;
  height: 680px;
  margin-top: 100px;
}

.ouligio-target-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: grid;
}

.text-block-39 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 417px;
  height: 70px;
  margin-left: -94px;
  font-size: 18px;
  display: flex;
}

.water_characteristics {
  max-width: 1200px;
  margin-top: 100px;
}

.suringku-target {
  background-color: #efeeee;
  height: 450px;
}

.column-53, .column-54, .column-55 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-56 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-33 {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 268px;
  height: 204px;
  display: flex;
}

.column-57 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.paragraph-47 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 160%;
}

.column-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-59 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ouligio_target {
  background-color: #efeeee;
  height: 700px;
  margin-top: 100px;
}

.image-90 {
  display: block;
}

.water_list {
  padding-left: 0;
  display: inline-block;
}

.oli_list-item {
  width: 600px;
}

.suringku_list {
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 10px;
  display: flex;
}

.list-item-43, .list-item-44 {
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 20px;
  display: flex;
}

.chest_kind {
  background-color: #efeeee;
  height: 780px;
  margin-top: 100px;
}

.list-item-45 {
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 10px;
  display: flex;
}

.list-item-46, .list-item-47 {
  background-color: #fff;
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 20px;
  display: flex;
}

.list-item-48 {
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 10px;
  display: flex;
}

.list-item-49 {
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 20px;
  display: flex;
}

.list-item-50 {
  background-color: #fff;
  border: 1px solid #000;
  width: 900px;
}

.list-08 {
  padding-left: 0;
  list-style-type: none;
}

.list-item-51 {
  background-color: #fff;
  border: 1px solid #000;
  width: 900px;
  margin-bottom: 20px;
  list-style-type: none;
}

.stone_defintion {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-101 {
  display: block;
}

.heading-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-103 {
  margin-top: 30px;
}

.image-109 {
  width: 650px;
  margin-top: 30px;
}

.image-110 {
  width: auto;
}

.filer-after, .sill-lifting-ch {
  margin-top: 100px;
}

.sill-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sill-target-title {
  color: var(--cadet-blue);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  display: flex;
}

.suringku-check, .juro-symptom {
  margin-top: 100px;
}

.section-16 {
  background-color: #efeeee;
  height: 1500px;
  margin-top: 100px;
}

.container-27 {
  max-width: 1200px;
}

.heading-21 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-40 {
  background-color: #fff;
  width: 800px;
  height: auto;
}

.column-60 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-121 {
  display: block;
}

.column-61 {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.special-choice {
  margin-top: 100px;
}

.image-122 {
  width: 100%;
  overflow: visible;
}

.image-123 {
  display: block;
}

.image-124 {
  float: none;
  clear: none;
  object-fit: contain;
  width: 100%;
  max-width: none;
  display: block;
  position: static;
  overflow: hidden;
}

.section-17 {
  object-fit: cover;
  margin-top: 100px;
  display: block;
}

.image-125 {
  width: 100%;
  display: block;
  position: relative;
  right: auto;
}

.yusi-cause-content {
  text-align: center;
}

.paragraph-49 {
  background-color: var(--cadet-blue);
  color: #fff;
}

.column-62, .column-63 {
  flex-direction: column;
  display: flex;
}

.paragraph-51 {
  background-color: var(--cadet-blue);
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-64 {
  flex-direction: column;
  display: flex;
}

.container-33 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.section-19 {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 880px;
  margin-top: 20px;
  display: flex;
}

.paragraph-53 {
  text-align: left;
  margin-left: 20px;
}

.image-132, .image-133 {
  width: 100%;
}

.text-block-44 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  display: flex;
}

.text-block-45 {
  background-color: var(--point-base);
  color: #fff;
  width: 280px;
  height: 80px;
}

.div-block-38 {
  background-color: var(--point-base);
  width: 100%;
  height: 80px;
}

.text-block-47 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.container-35 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.paragraph-57 {
  background-color: var(--cadet-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image-135 {
  width: 100%;
}

.paragraph-58 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: ". Area" minmax(auto, 1fr)
                 ". ." minmax(240px, 1fr)
                 ". ." 240px
                 ". ." minmax(240px, 1fr)
                 ". ." minmax(240px, 1fr)
                 / minmax(382px, 1fr) minmax(800px, 1fr);
  grid-auto-flow: column;
}

.div-block-40, .div-block-41, .div-block-42 {
  background-color: #fff;
}

.heading-26 {
  color: var(--point-base);
  margin-left: 2vw;
  padding-top: 20px;
}

.paragraph-59 {
  margin-top: 0;
  margin-left: 2vw;
  font-size: 16px;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  justify-items: center;
}

.div-block-43 {
  background-color: #fff;
  height: 100%;
}

.heading-27 {
  color: var(--point-base);
  font-size: 24px;
}

.div-block-44 {
  width: auto;
  display: inline;
}

.image-137 {
  width: 100%;
  display: block;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

.text-block-48 {
  color: var(--point-base);
  background-color: #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
}

.div-block-45 {
  background-color: #fff;
}

.heading-28 {
  color: var(--point-base);
  padding-top: 20px;
  font-size: 24px;
}

.div-block-46 {
  background-color: #fff;
  height: auto;
  padding: 1vw 2vw;
}

.div-block-46.li2 {
  padding-bottom: 0;
}

.heading-29 {
  color: var(--point-base);
  text-align: left;
  font-size: 24px;
}

.image-139 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.paragraph-60, .paragraph-61 {
  text-align: left;
  font-size: 16px;
  line-height: 160%;
}

.paragraph-61.space-none {
  line-height: 150%;
}

.div-block-48 {
  border: 1px solid var(--gray);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 204px;
  display: flex;
}

.paragraph-62 {
  text-align: center;
  margin-top: 20px;
  line-height: 160%;
}

.paragraph-62.text-d-n {
  margin-top: 30px;
}

.image-140, .image-141 {
  width: 100%;
}

.div-block-49 {
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  height: 374px;
  display: flex;
}

.text-block-49 {
  color: #fdfdfd;
  background-color: #757575;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  display: flex;
}

.paragraph-63 {
  margin-top: 20px;
  line-height: 160%;
}

.image-142 {
  margin-top: 10px;
  padding-top: 0;
}

.image-144 {
  width: 100%;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area" 210px
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.container-36 {
  max-width: 1200px;
}

.text {
  text-align: center;
  margin-bottom: 50px;
}

.container-37, .container-38 {
  max-width: 1200px;
}

.grid-17 {
  grid-template-rows: auto auto auto auto auto;
}

.image-145 {
  width: 100%;
}

.paragraph-64 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 16px;
  display: flex;
}

.section-21 {
  width: 100%;
  margin-top: 100px;
}

.image-146 {
  width: 100%;
}

.sill-check-title {
  color: var(--cadet-blue);
}

.sill-title {
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.image-147 {
  width: 100%;
}

.grid-18 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  place-items: center;
  max-width: 1200px;
}

.text-block-50 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 16px;
  display: flex;
}

.container-39 {
  margin-top: 100px;
}

.section-22 {
  background-color: var(--light-gray);
}

.section-23 {
  background-color: #efeeee;
  height: 300px;
  margin-top: 100px;
}

.container-40 {
  max-width: 1200px;
}

.text-block-51 {
  background-color: var(--point-base);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 16px;
  display: flex;
}

.section-24 {
  background-color: #efeeee;
  height: 450px;
  margin-top: 100px;
}

.container-41 {
  max-width: 1200px;
}

.div-block-50 {
  border: 1px solid var(--gray);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 205px;
  display: flex;
}

.paragraph-65 {
  text-align: center;
}

.section-25 {
  background-color: #efeeee;
  height: 500px;
  margin-top: 100px;
}

.container-42 {
  max-width: 1200px;
}

.list-12 {
  list-style-type: none;
}

.list-item-53 {
  background-color: #fff;
  height: 50px;
}

.section-26 {
  margin-top: 100px;
}

.image-148 {
  width: 100%;
}

.section-27 {
  margin-top: 100px;
}

.image-149, .image-150 {
  width: 100%;
}

.container-43 {
  max-width: 1200px;
  margin-top: 100px;
  display: none;
}

.grid-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". ."
                 ". Area"
                 ". Area-2"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-block-52 {
  background-color: var(--point-base);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 700;
  display: flex;
}

.text-block-53 {
  background-color: var(--azure);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.grid-20 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.text-block-54 {
  height: 50px;
}

.text-block-55 {
  background-color: var(--azure);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-55.eswt-standard {
  background-color: var(--lighter-gray);
}

.div-block-51 {
  background-color: var(--azure);
}

.div-block-51.eswt-standard {
  background-color: var(--lighter-gray);
}

.text-block-56 {
  background-color: var(--lighter-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-21 {
  grid-template-columns: 1fr;
}

.ewst {
  background-color: var(--lighter-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-57 {
  background-color: var(--azure);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-58 {
  background-color: var(--lighter-gray);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.section-28 {
  margin-top: 100px;
  display: block;
}

.image-151, .image-152 {
  width: 100%;
}

.paragraph-68 {
  padding-left: 20px;
  font-size: 16px;
}

.columns-20 {
  margin-top: 30px;
}

.slide {
  background-image: url('../images/KakaoTalk_20221216_160803367_04.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  height: 1000px;
}

.slide-2 {
  background-image: url('../images/KakaoTalk_20221216_160803367_03.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/KakaoTalk_20221216_160803367_09.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/KakaoTalk_20221216_160803367_08.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/KakaoTalk_20221216_160803367_05.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/KakaoTalk_20221216_160803367_04.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.slider-2 {
  height: 900px;
}

.slide-7 {
  background-image: url('../images/KakaoTalk_20221216_160803367_04.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/KakaoTalk_20221216_160803367_03.jpg');
  background-position: 0 0;
  background-size: auto;
}

.gallery-image-2 {
  object-fit: cover;
  height: 100%;
}

.gallery-image-2.margin-right {
  margin-right: 40px;
}

.gallery-tab-link {
  color: #999;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-right: 40px;
  padding: 20px 24px;
  font-size: 16px;
}

.gallery-tab-link.w--current {
  color: #262626;
  background-color: #0000;
  border-bottom-color: #262626;
  font-weight: 700;
}

.gallery-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-header {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-right: 60px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.gallery-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: ".";
}

.gallery-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.gallery-header-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.gallery-paragraph {
  color: #999;
  max-width: 620px;
  font-size: 16px;
  line-height: 32px;
}

.gallery-section {
  padding: 0 3%;
}

.gallery-tabs-menu {
  margin-bottom: 70px;
  padding-left: 50%;
}

.div-block-52 {
  text-align: center;
  padding: 43px 195px;
  font-family: Noto Sans KR, sans-serif;
}

.paragraph-69 {
  max-width: 600px;
  font-size: 16rem;
}

.image-153 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.spacer-48 {
  padding-top: 48px;
}

.uui-testimonial08_logo {
  max-height: 48rem;
}

.uui-testimonial08_divider {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 24rem;
  margin-right: 24rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-testimonial08_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 36rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  word-break: keep-all;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30rem;
  font-weight: 500;
  line-height: 1.4;
}

.uui-testimonial08_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial08_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial08_content {
  grid-column-gap: 32rem;
  grid-row-gap: 32rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial08_content.hide {
  display: none;
}

.uui-testimonial08_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.uui-testimonial08_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-testimonial08_image-wrapper.hide {
  display: none;
}

.uui-testimonial08_component {
  grid-column-gap: 64rem;
  grid-row-gap: 48rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 80rem;
  padding-bottom: 80rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial11_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial11_arrow:hover {
  background-color: var(--untitled-ui-gray50-501);
}

.uui-testimonial11_arrow.left {
  right: 4rem;
}

.uui-testimonial11_divider {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial11_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial11_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial11_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial11_client-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-testimonial11_content {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-testimonial11_slide {
  margin-right: 5rem;
}

.uui-testimonial11_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14rem;
  line-height: 1.5;
}

.uui-testimonial14_client-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  font-weight: 400;
}

.uui-testimonial14_client-info {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  display: flex;
}

.uui-testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 48rem;
  min-width: 48rem;
  height: 48rem;
  min-height: 48rem;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: 12rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: flex-end;
  margin-top: 24rem;
  display: flex;
}

.uui-testimonial14_client.hide {
  display: none;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-family: Noto Sans KR, sans-serif;
  font-size: 20rem;
  font-weight: 500;
}

.uui-testimonial14_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 24rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 24rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper.hide {
  display: none;
}

.uui-testimonial14_content {
  border: 1px solid var(--untitled-ui-gray50-501);
  background-color: #e1edfc75;
  border-radius: 16rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32rem;
  padding: 32rem;
  display: inline-block;
  overflow: hidden;
}

.uui-testimonial14_component {
  column-count: 3;
  column-gap: 32rem;
  margin-top: 64rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 16rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  max-width: 768rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.button_secondary {
  border: 1px solid var(--point-base);
  color: var(--point-base);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 55rem;
  padding: 12rem 24rem 13rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.button_secondary:hover {
  transform: translate(4px);
}

.button_secondary.border {
  border: 1px solid var(--point-base);
  background-color: #0000;
}

.button_secondary.icon-border {
  border: 1px none var(--point-base);
  background-color: var(--point-base);
  outline-offset: 0px;
  object-fit: none;
  outline: 3px #111414;
}

.button_secondary.hide-mobile-portrait {
  border-radius: 6px;
  padding: 12rem 24rem 13rem;
}

.button_secondary.solid {
  display: inline-block;
}

.button_secondary.big-icon {
  border: 2px solid var(--wireframe);
  justify-content: flex-start;
  align-items: center;
  min-width: 222rem;
  max-width: 222rem;
  padding-left: 18rem;
  padding-right: 18rem;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h2-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-17 {
  margin-bottom: 12px;
}

.div-block-53 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-block-2 {
  flex-direction: column;
  align-items: stretch;
}

.empty-state-2 {
  background-color: #fff;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.image-154 {
  border-radius: 20px;
}

.table-heading-2 {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.table-top-line-2 {
  background-color: #1d598b;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.table-top-line-2.bottom {
  background-color: #fff;
  height: 1px;
  inset: auto 0% 0%;
}

.div-block-54 {
  padding-top: 35px;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #021032;
  border-top: 1px #cdcfd3;
  border-bottom: 1px solid #cdcfd3;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  padding-left: 30px;
  text-decoration: none;
  display: grid;
}

.tb-title-2 {
  font-size: 18px;
}

.tb-title-2:hover {
  color: #0096ff;
}

.nav-link-grove-2 {
  color: #111414;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-grove-2:hover {
  color: #b0b7b6;
}

.nav-link-grove-2.w--current {
  color: #2995a8;
}

.line-wrap-2 {
  color: #676b6b;
  background-color: #111414;
  border: 1px #676b6b;
  font-size: 1px;
  position: static;
}

.line-wrap-2.bottom-custom {
  opacity: .4;
  background-color: #fffffe;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-wrap-2.bottom-custom.reverse {
  inset: 0% auto 0% 0%;
}

.icon-1x1-small-2 {
  color: #2995a8;
  width: 24rem;
  height: 24rem;
}

.span-darkgreen-2 {
  color: #2995a8;
}

.div-block-56 {
  text-align: center;
  margin-top: 27px;
}

.list-wrap-grove-2 {
  background-color: #2995a8;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: -10px;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.hyper-2 {
  background-color: #e7e4dd;
  width: 8px;
  height: 4px;
}

.button-icon-2 {
  color: #fffffe;
  padding: 0 5rem 0 0;
}

.section-29 {
  width: 100%;
  height: 100%;
}

.section-29.fp-auto-height {
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  position: absolute;
  overflow: hidden;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.nav-menu-dark-2 {
  color: #000;
  flex: 1;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.toggle-grove-2 {
  color: #111414;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.horizonal-line-2 {
  background-color: #2995a8;
  width: 122px;
  height: 1px;
  display: inline-block;
}

.horizonal-line-2.footer-custom {
  opacity: 1;
  outline-offset: 0px;
  color: #676b6b;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fffffe;
  border-radius: 0;
  outline: 1px #676b6b;
  width: 100%;
}

.image-155 {
  width: 100%;
  height: 100%;
}

.link-grove-2 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-grove-2:hover {
  color: #fffffe;
}

.button-text-2 {
  color: #fffffe;
  font-size: 16rem;
  line-height: 175%;
}

.button-text-2.text-color-green_dark {
  object-fit: fill;
  border: 1px #fff;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-small-2 {
  color: #111414;
  font-size: 14rem;
}

.text-size-small-2.text-color-white.height-cusom1 {
  color: #b0b7b6;
  line-height: 2.5;
}

.text-size-small-2.text-color-white.text-align-center {
  color: #1e5a8c;
}

.notice-rich-2 {
  color: #111414;
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.vertical-line-2 {
  background-color: #2995a8;
  width: 1px;
  height: 73px;
}

.vertical-line-2.footer-custom {
  opacity: .1;
  background-color: #fffffe;
  height: 100%;
}

.botoxs-contents-2 {
  color: #111414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16rem;
  line-height: 175%;
}

.botoxs-contents-2.hide-all {
  display: none;
}

.navigation-grove-2 {
  mix-blend-mode: normal;
  object-fit: fill;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-grove-2:focus {
  background-color: #fffffe;
}

.button_secondary-2 {
  color: #2995a8;
  border: 1px solid #2995a8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 55rem;
  padding: 12rem 24rem 13rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.button_secondary-2:hover {
  transform: translate(4px);
}

.link-block-3 {
  z-index: 100;
  color: #676b6b;
  background-image: url('../images/bx_bx-left-arrow-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 34px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-3:hover {
  margin-left: -10px;
}

.text-size-tiny-2 {
  color: #111414;
  font-family: Noto Sans KR, sans-serif;
  font-size: 12rem;
}

.text-size-tiny-2.text-color-white {
  color: #1e5a8c;
}

.container-large-3 {
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-base-2 {
  background-color: #2995a8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12rem 24rem 13rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.button-base-2:hover {
  transform: translate(4px);
}

.triangle-2 {
  background-color: #2995a8;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -1px;
  transform: rotate(45deg);
}

.page-header-horizontal-line-2 {
  background-color: #2995a8;
  width: 30px;
  height: 1px;
  margin-right: .8rem;
}

.div-block-57 {
  text-align: center;
  margin-top: 27px;
}

.stemcell-title-item-3 {
  border-bottom: 1px solid #edf0f0;
  display: flex;
}

.padding-bottom-3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-large-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.38;
}

.div-block-58 {
  text-align: left;
  padding-bottom: 48px;
}

.table {
  max-width: 1200px;
  margin-bottom: 48px;
}

.table-row-top {
  background-color: var(--point-base);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.table-lable-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.table-title {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.table-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e8e7ee;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
  padding: 24px 32px;
}

.pricing-detail {
  color: #130b46;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-detail.text-line {
  border-bottom: 1px solid #e8e7ee;
  padding-top: 6px;
  padding-bottom: 6px;
}

.pricing-detail.text-line.line-hide {
  border-bottom-style: none;
}

.div-block-59 {
  display: flex;
}

.solid {
  background-color: #f8f8f8;
}

.div-block-61 {
  display: none;
}

.div-block-62 {
  border-radius: 50%;
  overflow: clip;
}

.heading-35, .rich-text-block-9 {
  text-align: left;
}

.logo_link {
  width: 100%;
  max-width: 255rem;
}

.logo_link_img {
  width: 100%;
  height: 100%;
}

.flex-block-4 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: flex-start;
  align-items: stretch;
}

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

@media screen and (min-width: 1920px) {
  .main-wrapper {
    border: 1px #000;
  }

  .page-padding {
    mix-blend-mode: normal;
    font-size: 0;
  }

  .container-large.more-smaller {
    max-width: 60%;
  }

  .text-color-blue {
    color: var(--point-base);
  }

  .section.fp-auto-height {
    margin-top: 40px;
  }

  .page-wrapper {
    text-decoration: none;
  }

  .water {
    margin-top: 3vw;
  }

  .symtoms-3grid-content {
    grid-template-rows: auto auto auto auto;
  }

  .list-grove._900.w--open {
    height: auto;
    max-height: 100vh;
  }

  .text-color-blue-3 {
    text-align: left;
  }

  .line.center, .line.center.no-space {
    margin-left: 0%;
  }

  .chest_list {
    flex-direction: column;
    display: flex;
  }

  .oillgio.choice-eye {
    width: 100%;
  }

  .j-cell-treatments {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .columns-11 {
    flex-direction: row;
    max-width: 1200px;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
  }

  .column-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-20 {
    align-items: center;
    display: inline-block;
  }

  .urinary-incontinence_treatments {
    align-items: center;
  }

  .juro-strengths, .image-54-copy {
    width: 100%;
  }

  .image-110 {
    max-width: 632px;
  }

  .section-17 {
    position: relative;
  }

  .heading-22 {
    color: var(--cadet-blue);
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 30px;
    display: flex;
  }

  .container-28 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 1200px;
    display: flex;
  }

  .div-block-34 {
    background-color: var(--point-base);
    border: 1px #000;
    width: 50px;
    height: 5px;
  }

  .section-18 {
    background-color: var(--point-base);
    border: 1px solid #000;
    border-radius: 4px;
  }

  .div-block-35 {
    border: 1px none var(--point-base);
    background-color: var(--point-base);
    border-radius: 0;
    width: 50px;
    height: 3px;
  }

  .div-block-36 {
    display: flex;
  }

  .heading-23 {
    color: var(--cadet-blue);
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    display: flex;
  }

  .container-29 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .container-30 {
    max-width: 1200px;
  }

  .heading-24 {
    background-color: var(--cadet-blue);
    color: var(--cadet-blue);
    font-size: 32px;
  }

  .paragraph-48 {
    background-color: var(--cadet-blue);
    width: 380px;
    height: 40px;
  }

  .text-block-41 {
    background-color: var(--cadet-blue);
    width: 320px;
    height: 80px;
  }

  .paragraph-49 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-50, .rich-text-block-8 {
    background-color: var(--cadet-blue);
  }

  .paragraph-51 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-31 {
    margin-top: 100px;
  }

  .columns-18 {
    flex-direction: column;
    display: flex;
  }

  .container-32 {
    margin-top: 100px;
  }

  .list-11 {
    list-style-type: none;
  }

  .list-item-52 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .paragraph-52 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-37 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .container-33 {
    margin-top: 100px;
  }

  .image-132 {
    width: 100%;
  }

  .section-20 {
    background-color: #efeeee;
    height: 460px;
    margin-top: 100px;
  }

  .container-34 {
    max-width: 1200px;
  }

  .paragraph-54, .text-block-42, .text-block-43 {
    background-color: var(--point-base);
  }

  .paragraph-55 {
    background-color: var(--point-base);
    width: 280px;
  }

  .image-133 {
    width: 100%;
  }

  .text-block-44 {
    background-color: var(--point-base);
    color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 80px;
    display: flex;
  }

  .paragraph-56 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-46 {
    background-color: var(--point-base);
    color: #fff;
    width: 100%;
    height: 80px;
  }

  .text-block-47 {
    background-color: var(--point-base);
  }

  .div-block-39 {
    background-color: var(--point-base);
    width: 50px;
    height: 5px;
  }

  .image-141, .image-145 {
    width: 100%;
  }

  .section-29.fp-auto-height {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .padding-horizontal-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-left-xxsmall {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .button:hover {
    transform: none;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-small.text-color-dark {
    font-size: 20rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-align-center.mobile-align-left {
    text-align: left;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .botoxs-contents {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .botoxs-contents.text-weight-medium.menu-open-white {
    color: var(--point-base);
  }

  .botoxs-contents.case_tablet {
    justify-content: center;
    align-items: center;
    margin: 20px 10px 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .botoxs-contents.case_tablet.tablet {
    margin-left: 10px;
    margin-right: 10px;
  }

  .botoxs-contents.tablet {
    text-align: center;
  }

  .botoxs-contents.joru {
    margin-bottom: 0;
  }

  .botoxs-contents.eye-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-huge {
    margin: 5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .page-padding {
    border-style: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .button-base.icon-border {
    padding: .4em 1em;
  }

  .button-text.text-color-white, .button-text.text-color-green_dark {
    font-size: 14px;
  }

  .nav-companent {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .nav_container {
    max-width: 95%;
  }

  .nav_compenent {
    grid-template-columns: 1fr 2.75fr 1fr .5fr;
  }

  .nav_icon {
    color: var(--point-base);
    display: block;
  }

  .menu-dropdown {
    border-bottom: 1px solid #edf0f04d;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--lighter-gray);
    width: 100vw;
    height: 80vh;
    padding-top: 126rem;
    padding-bottom: 61rem;
    position: absolute;
    overflow: auto;
  }

  .menu-dropdown-list.w--open {
    height: auto;
    padding-top: 0;
    position: relative;
  }

  .dropdown-arrow {
    display: none;
    top: 0;
  }

  .menu-dd-component {
    grid-template-columns: 1fr;
    width: auto;
  }

  .menu-dd-component.narrow-dd {
    width: auto;
  }

  .menu-dd-content-right {
    display: none;
  }

  .menu-dd-list-wrapper.narrow-dd, .menu-dd-item-grid {
    grid-template-rows: auto;
  }

  .section {
    height: 100vh;
    overflow: hidden;
  }

  .background-wrapper.page-header {
    background-image: url('../images/비뇨기과-헤더.jpg'), url('../images/top-Subtract.svg');
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    border-radius: 0;
    width: auto;
  }

  .background-wrapper.page-header.beauty {
    background-size: auto, cover;
  }

  .padding-vertical-large {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .header-spacer {
    height: 15vh;
  }

  .header-spacer.small, .header-spacer.custom {
    height: 4vh;
  }

  .vertical-line {
    height: 35px;
  }

  .margin-vertical-large {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .line-wrap.bottom-custom {
    display: none;
  }

  .home-third-content-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .home-team-compenent {
    grid-template-rows: 20% auto;
    height: 100vh;
  }

  .home-team-top-item {
    grid-template-columns: .25fr .5fr .25fr;
  }

  .home-team-content-body {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-team-body-item {
    justify-content: space-between;
    display: flex;
  }

  .team-img {
    object-fit: cover;
    height: 20vh;
  }

  .footer-content-body {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-body-menu-item {
    width: auto;
  }

  .page-header-horizontal-line {
    display: none;
  }

  .section-about-detail {
    margin-top: 70px;
  }

  .gallrary-content-grid {
    grid-template-rows: 618px auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .form-widzet {
    width: 80px;
  }

  .burger {
    color: var(--point-base);
  }

  .burger.w--open {
    z-index: 2147483647;
    background-color: var(--point-base);
  }

  .menu-button-icon {
    font-size: 28px;
  }

  .mega-right-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .padding-top-new {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-list-background {
    display: none;
  }

  .dropmenu-wrapper {
    flex-direction: column;
    display: flex;
  }

  .under-line_wrapper, .mega-thumnail1 {
    display: none;
  }

  .menu-mega-product-4grid {
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

  .mega-thumnail-small {
    display: none;
  }

  .thumnail-wrap {
    padding: 0;
  }

  .home-sevice-3grid-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-service-card-item {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .home-service-card-block {
    flex-direction: row;
    justify-content: space-between;
  }

  .water {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .water.title {
    margin-top: 10vw;
    margin-bottom: 3vw;
  }

  .water.space-none {
    margin-top: 5vw;
    margin-bottom: 4vw;
  }

  .water.need-title {
    margin-top: 7vw;
  }

  .water.yuro-g-title {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .water.juro-c-t {
    margin-top: 5vw;
  }

  .water.iv-effect-title, .water.title-no, .water.water-target-title, .water.choice-water {
    margin-bottom: 5vw;
  }

  .water.water-check {
    margin-top: 5vw;
  }

  .water.outline-danger {
    margin-bottom: 2vw;
  }

  .water.j-cell-how-title {
    margin-top: 7vw;
    margin-bottom: 5vw;
  }

  .water.botoxs-how-title {
    margin-bottom: 5vw;
  }

  .padding-vertical-vertical, .padding-vertical-new {
    padding-left: 0;
    padding-right: 0;
  }

  .prostatic_symptom {
    outline-offset: 0px;
    outline: 3px #333;
    max-width: 768px;
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .tag-flex-wrap {
    max-width: none;
  }

  .tag-content {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .text_tablet {
    width: 500px;
  }

  .dropdown-toggle-4 {
    display: flex;
  }

  .div-block-13 {
    flex-direction: column;
    display: flex;
  }

  .nav-link-grove {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-dark {
    color: var(--point-base);
    border: 1px solid #ffffff1a;
    margin-left: 14px;
  }

  .menu-button-dark.w--open {
    background-color: var(--point-base);
    color: #fff;
    border-style: none;
  }

  .content-dark-grove {
    border-radius: 0;
    width: 100%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-grove {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navigation-menu-panther {
    align-items: center;
    display: flex;
  }

  .container-grove {
    justify-content: space-between;
    min-height: auto;
    position: relative;
  }

  .button-grove {
    display: none;
  }

  .list-wrap-grove {
    box-shadow: none;
  }

  .nav-menu-dark {
    background-color: var(--point-base);
    height: auto;
    position: absolute;
    top: 80px;
  }

  .toggle-grove {
    color: var(--white);
    width: 100%;
    padding-left: 16px;
  }

  .toggle-grove.w--open {
    width: 100%;
  }

  .chevron {
    margin-right: 20px;
  }

  .content-grove {
    width: 100%;
  }

  .list-grove.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .brand-logo {
    width: 160px;
  }

  .icon-large-95 {
    width: 65px;
    height: 65px;
  }

  .arrow-image-left {
    border-width: 3px;
    width: 230px;
  }

  .arrow-image-text-absolute {
    bottom: -35%;
  }

  ._3card-grid-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .line {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .line.center {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .line.center.no-space, .line.center {
    margin-bottom: 20px;
  }

  .line.cell {
    margin-bottom: 3vw;
  }

  .line.space-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .line.kind {
    margin-top: 20px;
    margin-left: 0;
  }

  .line.fat-target-list {
    margin-top: 20px;
  }

  .line.yusi-cause {
    margin-top: 50px;
  }

  .cure {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .paragraph-2 {
    width: 215px;
  }

  .image-10 {
    object-fit: cover;
  }

  .list-2 {
    padding-left: 0;
    display: flex;
  }

  .image-13, .image-14 {
    object-fit: cover;
  }

  .strength-img {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    display: block;
    overflow: visible;
  }

  .text-block-17 {
    padding-left: 20px;
  }

  .list-3 {
    padding-left: 0;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .image-28 {
    object-fit: contain;
    position: absolute;
  }

  .chest_list {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .chest_list.eye-kind {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .paragraph-15 {
    width: 236px;
    max-width: 380px;
    margin-left: 0;
  }

  .suring-list {
    flex-direction: column;
    align-items: center;
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .check_item5 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 155%;
  }

  .p-need-item, .p-need-item2, .p-need-item3 {
    width: 730px;
    margin-bottom: 10px;
  }

  .j-cell-defintion {
    max-width: 768px;
    margin-top: 100px;
  }

  .juro_defintion {
    margin-top: 100px;
  }

  .oillgio {
    justify-content: flex-start;
    height: 460px;
  }

  .oillgio.botoxs-target {
    height: 480px;
  }

  .oillgio.water-check {
    height: 820px;
  }

  .oillgio.filler {
    height: 580px;
    margin-top: 100px;
  }

  .oillgio.sill-lifting-check {
    height: 700px;
  }

  .container-16 {
    max-width: 768px;
  }

  .paragraph-18 {
    text-align: center;
    width: 180px;
    font-size: 16rem;
    line-height: 150%;
  }

  .juro-columns-4 {
    text-align: left;
    flex-flow: row;
    place-content: center space-between;
    align-items: center;
    width: auto;
    max-width: 960px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .filler {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .paragraph-19 {
    width: 230px;
  }

  .section-10 {
    max-width: 150%;
  }

  .urinary-incontinence-list {
    height: auto;
  }

  .fat {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 740px;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .paragraph-20 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 170px;
    display: flex;
  }

  .effect {
    height: 250px;
  }

  .effect.e-ckind {
    height: 240px;
  }

  .effect.bg, .effect.j-cell-kind {
    height: 250px;
  }

  .effect.urolift {
    height: 400px;
  }

  .text-block-28 {
    border-radius: 15px;
    justify-content: center;
    width: 170px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 140%;
  }

  .text-block-28.j-cell-kind {
    width: 240px;
    height: 80px;
  }

  .columns-10 {
    min-width: 730px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .column-13, .column-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-15 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(300px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    max-width: 730px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .text-block-30 {
    align-items: center;
    width: 360px;
    display: flex;
  }

  .tab-j-cell {
    flex-direction: row;
    display: flex;
  }

  .tab1.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-31 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tab2, .tab3, .tab4, .tav5 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-11 {
    flex-direction: row;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .column-18, .column-19 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-22 {
    padding-left: 10px;
  }

  .image-38 {
    width: 236px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-39, .image-40 {
    width: 236px;
    padding-left: 0;
    padding-right: 0;
  }

  .choice_special {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .urinary-incontinence_treatments {
    max-width: 768px;
    margin-top: 100px;
  }

  .image-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item3 {
    width: 730px;
    margin-bottom: 10px;
  }

  .text-block-33 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-25 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-26, .column-27 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-33-copy {
    justify-content: center;
  }

  .juro-strengths {
    width: auto;
    max-width: none;
    display: inline-block;
    position: relative;
  }

  .image-52 {
    width: auto;
    max-width: 100%;
    margin-left: -27%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-53 {
    width: auto;
    height: auto;
    max-height: 0%;
    position: relative;
  }

  .image-54-copy {
    width: 100%;
    max-width: 150%;
    margin-left: 0;
    position: relative;
    inset: 0%;
  }

  .image-55 {
    width: 150%;
    max-width: 150%;
    margin-left: -193px;
    position: relative;
  }

  .image-57 {
    width: 150%;
    max-width: 150%;
    margin-left: -27%;
    padding-left: 0;
    position: relative;
  }

  .image-58 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .item2, .item4 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .item1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item3 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-59 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-62, .image-63 {
    width: 150%;
    max-width: 150%;
    margin-left: -27%;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rich-text-block-4 {
    align-items: stretch;
  }

  .image-65 {
    width: 150%;
    max-width: 150%;
    margin-left: -27%;
  }

  .text-block-34, .text-block-35 {
    text-align: center;
  }

  .text-block-36, .text-block-37 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .eye_kind {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 3600px;
    margin-top: 100px;
    display: flex;
  }

  .eye_kind.bg {
    height: 3500px;
  }

  .line-copy {
    border-width: 2px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .heading-15 {
    margin-top: 10px;
    margin-left: 15px;
  }

  .paragraph-24 {
    text-align: center;
    margin: 10px 10px 0;
    padding-top: 0;
    font-size: 15px;
    line-height: 140%;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: 1fr auto;
    grid-template-columns: minmax(278px, .25fr) minmax(57px, 1.25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 200px;
    margin-bottom: 50px;
    display: flex;
  }

  .image-69 {
    margin-left: 10px;
  }

  .image-70, .image-71, .image-72 {
    margin-left: 0;
  }

  .div-block-27, .div-block-28, .slide4 {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 200px;
    margin-bottom: 50px;
    display: flex;
  }

  .slide5 {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 250px;
    display: flex;
  }

  .image-73 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-74 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-33-copy-copy {
    justify-content: center;
  }

  .text-block-33-copy {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 180px;
    display: flex;
  }

  .line_4 {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .paragraph-24-copy {
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 15rem;
    line-height: 140%;
  }

  .paragraph-24-copy-tablet {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 15rem;
    line-height: 130%;
  }

  .line-copy-copy_tablet {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .chest-column {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-36, .column-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-25-tablet {
    line-height: 140%;
  }

  .text-size-regular-tablet.text-weight-medium.menu-open-white {
    color: var(--point-base);
  }

  .text-size-regular-tablet.text-color-gray {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-size-regular-pc {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-size-regular-pc.text-weight-medium.menu-open-white {
    color: var(--point-base);
  }

  .text-size-regular-pc.text-color-gray {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-size-regular-pc.text-color-gray.mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-30 {
    font-size: 10px;
  }

  .list-5-copy, .list-5-copy3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .item1-1 {
    width: 370px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .item2-2 {
    width: 370px;
    margin-bottom: 25px;
  }

  .item3-4 {
    width: 370px;
    margin-bottom: 20px;
  }

  .sline3 {
    width: 730px;
  }

  .item44 {
    width: 730px;
    max-width: 1200px;
  }

  .column-39 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: inline;
  }

  .face_how {
    margin-top: 100px;
  }

  .div-block-31 {
    width: 180px;
  }

  .item3-3-copy {
    width: 370px;
  }

  .list-10 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-77 {
    width: 150%;
    max-width: 150%;
    margin-left: -28%;
  }

  .list-item4 {
    width: 730px;
    margin-bottom: 10px;
    display: flex;
  }

  .image-78 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .columns-16 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 768px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
  }

  .column-40 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .column-41, .column-42, .column-43 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-31, .paragraph-34 {
    padding-left: 20px;
  }

  .image-81 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .image-82 {
    object-fit: cover;
  }

  .list-item-25 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 740px;
  }

  .list-item-26 {
    width: 740px;
  }

  .list-item-27 {
    align-items: center;
    width: 740px;
  }

  .list-item-28, .list-item-29 {
    width: 740px;
  }

  .oli_list-item {
    width: 730px;
  }

  .list-item-31, .list-item-32, .list-item-33 {
    width: 740px;
    margin-bottom: 20px;
  }

  .list-item-33.suringku_list {
    margin-bottom: 10px;
  }

  .paragraph-36 {
    flex-direction: row;
    width: 170px;
    display: flex;
  }

  .paragraph-37, .paragraph-38, .paragraph-39 {
    width: 170px;
  }

  .list-item-34 {
    width: 370px;
  }

  .j-cell_how {
    height: 630px;
  }

  .fat_target {
    height: 360px;
  }

  .j-cell-iv_effect {
    height: 280px;
  }

  .paragraph-40 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 175px;
    display: flex;
  }

  .column3 {
    width: 740px;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .j-cell-list4 {
    display: inline;
  }

  .column-46 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-48 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-42 {
    text-align: center;
    width: 230px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-43 {
    width: 175px;
  }

  .outline-target {
    height: 260px;
  }

  .paragraph-44 {
    width: 210px;
    height: 180px;
  }

  .sill-lifting_target {
    height: 380px;
  }

  .paragraph-45 {
    padding: 10px 10px 10px 20px;
    font-size: 16px;
  }

  .paragraph-46 {
    font-size: 16px;
  }

  .list-item-40 {
    margin-bottom: 10px;
  }

  .water-list6 {
    width: 350px;
  }

  .list-item-41, .list-item-42 {
    margin-bottom: 10px;
  }

  .water_target {
    height: 550px;
  }

  .grid-12 {
    place-content: center;
    align-items: center;
    width: 740px;
  }

  .text-block-39 {
    width: 300px;
    margin-left: 0;
  }

  .suringku-target {
    height: 380px;
  }

  .column-53 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .column-55 {
    padding-left: 0;
    padding-right: 10px;
  }

  .column-56 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-tr7 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 740px;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .div-block-33 {
    width: 220px;
    height: 180px;
  }

  .ouligio_target {
    height: 600px;
  }

  .water_list {
    padding-left: 0;
  }

  .suringku_list, .list-item-43 {
    width: 740px;
  }

  .list-item-44 {
    width: 740px;
    margin-bottom: 10px;
  }

  .chest_kind {
    height: 1550px;
  }

  .list-item-45 {
    width: 740px;
  }

  .list-item-46, .list-item-47 {
    width: 740px;
    margin-bottom: 10px;
  }

  .list-item-48 {
    width: 740px;
  }

  .list-item-49 {
    width: 740px;
    margin-bottom: 10px;
  }

  .list-08 {
    padding-left: 0;
  }

  .image-102 {
    width: 500px;
  }

  .image-109, .image-110 {
    width: 600px;
  }

  .sill-target-title {
    margin-top: 5vw;
  }

  .juro-symptom {
    margin-top: 100px;
  }

  .image-120 {
    width: 150%;
    max-width: 150%;
    margin-left: -28%;
  }

  .special-choice {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-122 {
    overflow: visible;
  }

  .image-124 {
    width: 100%;
  }

  .column-63 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-64 {
    padding-right: 10px;
  }

  .columns-17 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-126 {
    display: block;
  }

  .heading-25 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-33 {
    margin-top: 100px;
  }

  .section-19 {
    align-items: flex-start;
    width: 700px;
  }

  .text-block-44 {
    width: 165px;
    height: 70px;
    font-size: 16px;
  }

  .text-block-47 {
    width: 85%;
    font-size: 16px;
  }

  .paragraph-58 {
    font-size: 16px;
  }

  .grid-13 {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: minmax(180px, .25fr) minmax(240px, 1fr) 240px minmax(240px, 1fr) minmax(240px, 1fr);
    grid-template-columns: minmax(200px, 1fr) minmax(500px, 1fr);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-42 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .heading-26 {
    margin-left: 0;
  }

  .paragraph-59 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 150%;
  }

  .image-136 {
    width: 80%;
  }

  .grid-14 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .div-block-43 {
    flex-direction: column;
    display: flex;
  }

  .image-137 {
    display: inline-block;
  }

  .grid-15 {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-138 {
    max-width: 100%;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: flex;
  }

  .image-139 {
    width: 100%;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 50px;
    display: flex;
  }

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

  .paragraph-62 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .div-block-49 {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-49 {
    width: 160px;
    height: 40px;
  }

  .text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-64 {
    text-align: center;
    width: 95%;
  }

  .sill-title {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .grid-18 {
    grid-column-gap: 30px;
  }

  .text-block-51 {
    width: 85%;
  }

  .column-75, .column-76, .column-77, .column-78 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-24 {
    height: 350px;
  }

  .div-block-50 {
    width: 90%;
    height: 150px;
  }

  .column-79 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-80, .column-81, .column-82 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-66, .paragraph-67 {
    text-align: center;
  }

  .container-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-52, .text-block-53 {
    border: 1px solid var(--gray);
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-55 {
    border: 1px solid var(--gray);
  }

  .div-block-51 {
    border: 1px solid var(--gray);
    padding-bottom: 0;
    padding-right: 0;
  }

  .ewst, .text-block-57, .text-block-58 {
    border: 1px solid var(--gray);
  }

  .gallery-image-2 {
    width: 100%;
  }

  .gallery-image-2.margin-right {
    margin-right: 20px;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-tabs-menu {
    padding-left: 0%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-testimonial08_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial11_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-testimonial14_component {
    column-count: 2;
  }

  .button_secondary.icon-border {
    padding: .4em 1em;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .nav-link-grove-2 {
    color: #fffffe;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .line-wrap-2.bottom-custom {
    display: none;
  }

  .menu-button-dark-2 {
    color: #2995a8;
    border: 1px solid #ffffff1a;
    margin-left: 14px;
  }

  .menu-button-dark-2.w--open {
    color: #fff;
    background-color: #2995a8;
    border-style: none;
  }

  .list-wrap-grove-2 {
    box-shadow: none;
  }

  .section-29 {
    height: 100vh;
    overflow: hidden;
  }

  .nav-menu-dark-2 {
    background-color: #2995a8;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .toggle-grove-2 {
    color: #fffffe;
    width: 100%;
    padding-left: 16px;
  }

  .toggle-grove-2.w--open {
    width: 100%;
  }

  .button-text-2.text-color-green_dark {
    font-size: 14px;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-line-2 {
    height: 35px;
  }

  .botoxs-contents-2 {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-header-horizontal-line-2 {
    display: none;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .table-lable-grid {
    grid-template-columns: .5fr .25fr .25fr;
  }

  .table-title {
    font-size: 14px;
  }

  .table-row-2 {
    grid-template-columns: .5fr .25fr .25fr;
    padding: 8px 14px;
  }

  .pricing-detail {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .padding-horizontal-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .padding-left-xxsmall {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .button {
    padding: .75rem 3rem;
  }

  .padding-medium {
    padding: 1.25rem 1.252rem 1.25rem 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_grid {
    padding-bottom: 3rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .botoxs-contents {
    margin-bottom: 20px;
  }

  .botoxs-contents.case_tablet {
    min-width: 480px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 150%;
  }

  .botoxs-contents.case_tablet.tablet {
    margin-bottom: 50px;
  }

  .botoxs-contents.tablet {
    margin-left: 10px;
    margin-right: 10px;
  }

  .botoxs-contents.space-none {
    margin-bottom: 0;
    line-height: 160%;
  }

  .botoxs-contents.joru {
    margin-bottom: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .text-size-large {
    font-size: 16rem;
  }

  .background-wrapper.page-header {
    background-image: url('../images/비뇨기과-헤더.jpg'), url('../images/top-Subtract.svg');
    background-position: 50%, 50% 100%;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .page-wrapper {
    max-width: none;
  }

  .padding-top-new {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-new.padding-xlarge.text-align-center {
    padding-top: 0;
  }

  .water {
    flex-direction: column;
    align-items: center;
    max-width: 568px;
    margin-top: 5vw;
    margin-bottom: 2vw;
    padding-top: 0;
  }

  .water.title {
    margin-bottom: 5vw;
  }

  .water.case-title {
    margin-bottom: 50px;
  }

  .water.space-none {
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .water.list {
    margin-bottom: 10vw;
  }

  .water.need-title {
    margin-top: 10vw;
  }

  .water.yuro-g-title {
    margin-top: 7vw;
    margin-bottom: 5vw;
  }

  .water.chest-kind-title {
    margin-top: 10vw;
    margin-bottom: 0;
  }

  .water.iv-effect-title, .water.suringku-target-title {
    margin-bottom: 5vw;
  }

  .padding-vertical-vertical, .padding-vertical-new {
    padding-left: 0;
    padding-right: 0;
  }

  .prostatic_symptom {
    object-fit: none;
    max-width: 5668px;
  }

  .text_tablet {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu-panther {
    width: 100%;
  }

  .button-grove {
    display: none;
  }

  .brand-logo {
    width: 140px;
  }

  .line {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .line.center {
    flex-direction: row;
    margin-bottom: 0;
    margin-left: 0%;
    display: flex;
  }

  .line.center.no-space {
    margin-bottom: 0;
  }

  .line.center {
    margin-bottom: 20px;
  }

  .line.space-none {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .line.space {
    margin-left: 0%;
  }

  .line.yusi-cause {
    margin-top: 0;
  }

  .team-slider, .pricing-overview, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider-2, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .columns {
    margin-left: 0;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-10 {
    object-fit: fill;
    display: block;
  }

  .list-item-9 {
    display: flex;
  }

  .text-block-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-12 {
    display: flex;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .chest_list {
    flex-direction: column;
    max-width: 568px;
    height: auto;
    display: flex;
  }

  .paragraph-15 {
    width: 380px;
    max-width: 540px;
  }

  .cause_pc {
    margin-left: 10px;
    margin-right: 10px;
  }

  .suring-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 568px;
    margin-top: 100px;
    display: flex;
  }

  .check_item5 {
    text-align: left;
    max-width: 1000px;
    padding-left: 10px;
    font-size: 15px;
    display: flex;
    position: static;
  }

  .p-need-item {
    width: 540px;
    height: auto;
    margin-bottom: 10px;
  }

  .p-need-item2, .p-need-item3 {
    width: 540px;
    margin-bottom: 10px;
  }

  .j-cell-defintion {
    max-width: 568px;
    margin-top: 100px;
  }

  .juro_defintion {
    margin-top: 100px;
  }

  .oillgio {
    justify-content: center;
    height: 450px;
  }

  .oillgio.water-check {
    height: 900px;
  }

  .oillgio.filler {
    margin-top: 100px;
  }

  .container-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-18 {
    flex-flow: column;
    flex: 0 auto;
    place-content: center;
    width: 460px;
    height: 50px;
    display: flex;
  }

  .juro-columns-4 {
    text-align: left;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    width: 500px;
    padding-left: 0;
    display: inline;
  }

  .filler {
    margin-top: 30px;
    display: flex;
  }

  .filler-target {
    margin-top: 100px;
  }

  .fat {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .paragraph-20 {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: 40px;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .j-cell-treatments {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .effect {
    height: 500px;
  }

  .effect.e-ckind {
    height: 460px;
  }

  .effect.bg {
    height: 530px;
  }

  .effect.j-cell-kind {
    height: 450px;
  }

  .effect.urolift {
    height: 650px;
  }

  .text-block-28 {
    border-radius: 10px;
    flex-direction: column;
    width: 380px;
    height: 70px;
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-28.j-cell-kind {
    width: 400px;
    font-size: 18px;
  }

  .columns-10 {
    min-width: 540px;
    display: inline;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .column-14, .column-15 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-6 {
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-left: 0;
    display: flex;
  }

  .text-block-30 {
    height: 60px;
  }

  .grid-7 {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

  .tab-j-cell.penis-kind {
    margin-top: 30px;
  }

  .tab1.w--current {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-31 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .tab2 {
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab3, .tab4, .tav5 {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-18 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    padding-right: 0;
  }

  .column-20 {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .column-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .image-38 {
    width: auto;
    margin-bottom: 0;
  }

  .image-39 {
    width: 380px;
  }

  .image-40 {
    width: 380px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .choice_special {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .urinary-incontinence_treatments {
    align-items: center;
    max-width: 568px;
  }

  .image-41 {
    margin-top: -32px;
    display: inline-block;
  }

  .list-item3 {
    align-items: center;
    width: 540px;
    margin-bottom: 10px;
    display: flex;
  }

  .paragraph-23 {
    flex-wrap: nowrap;
    place-content: center space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-24 {
    background-color: var(--point-base);
    width: 20px;
    height: auto;
  }

  .text-block-32 {
    background-color: var(--point-base);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 60px;
    font-size: 30px;
    display: flex;
  }

  .text-block-33 {
    align-items: center;
    height: 50px;
  }

  .text-block-33.m {
    display: flex;
  }

  .paragraph-23-copry {
    flex-flow: column;
    place-content: center;
    align-items: stretch;
    padding-left: 10px;
    font-size: 16rem;
    line-height: 150%;
    display: flex;
  }

  .column-24 {
    clear: left;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .column-25 {
    clear: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .column-26 {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .symptom_contents1 {
    text-align: left;
    max-width: 1000px;
    padding-left: 10px;
    font-size: 16rem;
    display: flex;
    position: static;
  }

  .juro-strengths {
    width: auto;
    max-width: none;
  }

  .image-52 {
    max-width: 100%;
    margin-left: -302px;
    position: static;
    left: 0;
  }

  .image-53 {
    width: 0;
  }

  .image-54-copy {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .image-55 {
    margin-left: -157px;
  }

  .image-58 {
    width: 500px;
    display: block;
  }

  .item2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .item4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .item1, .item3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-59 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .rich-text-block-3 {
    align-items: stretch;
  }

  .image-64 {
    display: block;
  }

  .j-cell-kind_tabs {
    width: 540px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .text-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-35 {
    padding-left: 0;
  }

  .text-block-36, .text-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .eye_kind, .eye_kind.bg {
    height: 3350px;
  }

  .line-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 45%;
    padding-left: 0;
    display: flex;
  }

  .line-copy.center {
    margin-left: 0%;
  }

  .heading-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .paragraph-24 {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .grid-11 {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .image-69, .image-70, .image-71, .image-72 {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-block-27, .div-block-28, .slide4 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide5 {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-73 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .image-74 {
    object-fit: fill;
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .text-block-33-copy, .text-block-33-copy-copy {
    align-items: center;
    height: 50px;
  }

  .text-block-33-copy-copy.m {
    display: flex;
  }

  .text-block-33-copy {
    align-items: center;
    height: 50px;
  }

  .text-block-33-copy.m {
    display: flex;
  }

  .paragraph-24-copy {
    margin-left: 10px;
  }

  .div-block-29 {
    width: 400px;
    height: 150px;
    margin-bottom: 20px;
  }

  .line_4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0%;
    padding-left: 0;
    display: inline-block;
  }

  .paragraph-24-copy {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .paragraph-24-copy-tablet {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 140%;
  }

  .line-copy-copy_tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 45%;
    padding-left: 0;
    display: inline-block;
  }

  .chest-column, .column-37 {
    align-items: center;
  }

  .text-size-regular-tablet.text-color-gray {
    min-width: 480px;
    margin-bottom: 2vw;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-regular-pc.text-color-gray {
    min-width: 480px;
    margin-bottom: 5vw;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-38 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-30 {
    font-size: 20px;
  }

  .list-5-copy, .list-5-copy3 {
    display: flex;
  }

  .item1-1 {
    width: 500px;
    margin-bottom: 10px;
  }

  .item2-2, .item3-4 {
    width: 500px;
    margin-bottom: 10px;
  }

  .sline3, .item44 {
    width: 540px;
    margin-bottom: 10px;
  }

  .list-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .face_how {
    margin-top: 100px;
  }

  .selft-fat {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-31 {
    width: 540px;
  }

  .item3-3-copy {
    width: 540px;
    margin-bottom: 10px;
  }

  .item5-copy, .item5-copy-copy {
    text-align: left;
    max-width: 1000px;
    padding-left: 10px;
    font-size: 16rem;
    display: flex;
    position: static;
  }

  .cause_tablet {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-30 {
    margin-bottom: 10vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .list-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .m {
    display: block;
  }

  .list-item4 {
    width: 540px;
    margin-bottom: 0;
  }

  .image-78 {
    width: 500px;
    display: block;
  }

  .columns-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .column-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-42 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-43 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-79 {
    width: 150%;
    max-width: 150%;
    margin-left: -27%;
  }

  .paragraph-31 {
    padding-left: 10px;
    line-height: 155%;
  }

  .paragraph-34 {
    line-height: 150%;
  }

  .paragraph-35 {
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 150%;
  }

  .image-81 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .list-item-25 {
    justify-content: flex-start;
    width: 540px;
  }

  .list-item-26, .list-item-27, .list-item-28, .list-item-29, .oli_list-item {
    width: 540px;
  }

  .list-item-31, .list-item-32, .list-item-33 {
    width: 540px;
    margin-bottom: 20px;
  }

  .list-item-33.suringku_list {
    margin-bottom: 10px;
  }

  .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .list-item-34 {
    width: 500px;
  }

  .j-cell_how {
    height: 600px;
  }

  .fat_target {
    height: 700px;
  }

  .text-block-38 {
    width: 380px;
  }

  .arrow {
    width: 30px;
    height: 30px;
  }

  .j-cell-iv_effect {
    height: 450px;
  }

  .paragraph-40 {
    width: 320px;
    height: 60px;
  }

  .heading-17 {
    margin-top: 20px;
  }

  .column-46 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .column-47 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-42 {
    width: 400px;
    height: 60px;
  }

  .paragraph-43 {
    width: 400px;
    height: 60px;
    margin-bottom: 20px;
  }

  .column-49 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-50 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-51, .column-52 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .outline-target {
    height: 470px;
  }

  .paragraph-44 {
    width: 300px;
    height: 150px;
  }

  .sill-lifting_target {
    height: 650px;
  }

  .paragraph-45 {
    padding-left: 10px;
    padding-right: 0;
    font-size: 15px;
    line-height: 155%;
  }

  .paragraph-46 {
    font-size: 16px;
  }

  .list-item-40 {
    margin-bottom: 20px;
  }

  .water-list6 {
    width: 520px;
  }

  .list-item-41, .list-item-42 {
    margin-bottom: 20px;
  }

  .water_target {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1100px;
    display: flex;
  }

  .img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ouligio-target-list {
    margin-top: 40px;
  }

  .grid-12 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 540px;
    display: grid;
  }

  .text-block-39 {
    width: 250px;
    height: 50px;
    font-size: 16px;
  }

  .water_characteristics {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .suringku-target {
    height: 800px;
  }

  .column-53 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .column-55 {
    padding-right: 0;
  }

  .div-block-33 {
    width: 400px;
  }

  .column-57 {
    align-items: center;
  }

  .paragraph-47 {
    line-height: 150%;
  }

  .column-58 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-59 {
    align-items: center;
  }

  .ouligio_target {
    height: 1100px;
  }

  .water_list {
    padding-left: 0;
    display: block;
  }

  .suringku_list, .list-item-43 {
    width: 540px;
  }

  .list-item-44 {
    width: 540px;
    margin-bottom: 10px;
  }

  .chest_kind {
    flex-direction: column;
    align-items: center;
    height: 1520px;
    display: flex;
  }

  .list-item-45, .list-item-46 {
    width: 540px;
  }

  .list-item-47 {
    width: 540px;
    margin-bottom: 20px;
  }

  .list-item-48 {
    width: 540px;
  }

  .list-item-49 {
    width: 540px;
    margin-bottom: 10px;
  }

  .list-08 {
    margin-top: 30px;
  }

  .image-101, .image-102 {
    width: 500px;
  }

  .image-103 {
    width: 500px;
    margin-top: 0;
  }

  .image-104 {
    width: 540px;
  }

  .image-105 {
    width: 540px;
    margin-top: 50px;
  }

  .image-106 {
    width: 500px;
  }

  .image-107, .image-108 {
    width: 540px;
  }

  .image-109, .image-110, .image-111, .image-112, .image-113, .image-115 {
    width: 500px;
  }

  .heading-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-116 {
    width: 520px;
  }

  .water-ch-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-117 {
    width: auto;
  }

  .image-118 {
    width: 500px;
  }

  .outline-after, .juro-symptom {
    margin-top: 100px;
  }

  .column-60 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-121 {
    width: 500px;
  }

  .column-61 {
    padding-left: 0;
  }

  .image-124 {
    width: 100%;
    max-width: none;
  }

  .yusi-cause-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-62 {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .column-63 {
    display: block;
  }

  .column-64 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-17 {
    flex-direction: column;
    display: flex;
  }

  .container-33 {
    margin-top: 100px;
  }

  .section-19 {
    align-items: center;
    width: 500px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-53 {
    text-align: left;
    margin-left: 10px;
    line-height: 140%;
  }

  .image-127 {
    margin-top: 0;
    display: block;
  }

  .image-128 {
    margin-top: 0;
  }

  .image-129 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-130, .image-131 {
    margin-top: 0;
  }

  .text-block-44 {
    border-radius: 10px;
    width: 500px;
    height: 50px;
  }

  .text-block-47 {
    height: 60px;
    line-height: 15px;
  }

  .image-134 {
    display: inline-block;
  }

  .column-65 {
    flex-direction: column;
    display: flex;
  }

  .column-66 {
    margin-top: 30px;
  }

  .grid-13 {
    display: flex;
  }

  .div-block-42 {
    width: 80%;
    height: 280px;
  }

  .heading-26 {
    font-size: 24px;
  }

  .div-block-46 {
    padding: 5vw 3vw;
  }

  .paragraph-61 {
    line-height: 160%;
  }

  .chest-kind {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-48 {
    width: 80%;
    margin-top: 20px;
  }

  .column-67, .column-68, .column-69 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-49 {
    width: 80%;
  }

  .text-block-49 {
    width: 350px;
  }

  .column-70, .column-71, .column-72 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .column-73 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-143 {
    width: 500px;
    margin-left: 0;
  }

  .column-74 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text {
    line-height: 160%;
  }

  .paragraph-64 {
    border-radius: 15px;
    width: 70%;
    height: 60px;
  }

  .sill-title {
    margin-bottom: 5vw;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .text-block-50 {
    border-radius: 10px;
    width: 70%;
    height: 60px;
    line-height: 15px;
  }

  .section-23 {
    height: 400px;
  }

  .text-block-51 {
    width: 80%;
    height: 50px;
    margin-bottom: 20px;
    line-height: 15px;
  }

  .section-24 {
    height: 830px;
  }

  .div-block-50 {
    width: 50%;
  }

  .column-79, .column-80, .column-81 {
    margin-bottom: 20px;
  }

  .columns-19 {
    flex-direction: column;
    display: flex;
  }

  .heading-30 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-53, .text-block-55, .ewst, .text-block-57, .text-block-58 {
    font-size: 16px;
  }

  .paragraph-68 {
    padding-left: 10px;
    font-size: 15rem;
  }

  .heading-31, .heading-32, .heading-33, .heading-34 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-83, .column-84, .column-85 {
    margin-bottom: 20px;
  }

  .column-86 {
    margin-bottom: 0;
  }

  .column-87, .column-88 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .column-89, .column-90, .column-91 {
    margin-bottom: 20px;
  }

  .gallery-image-2.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .gallery-tab-link {
    margin-right: 40px;
  }

  .gallery-row {
    flex-direction: column;
  }

  .gallery-header-wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .gallery-paragraph {
    width: 100%;
  }

  .gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-tabs-menu {
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial08_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial08_divider {
    display: none;
  }

  .uui-testimonial08_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial08_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial08_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-testimonial08_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial11_slide-nav {
    inset: 0% auto auto 0%;
  }

  .uui-testimonial11_arrow {
    inset: 0% 0% auto auto;
  }

  .uui-testimonial11_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial11_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial11_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial11_divider {
    display: none;
  }

  .uui-testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial11_content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial11_client-image {
    height: 22rem;
  }

  .uui-testimonial11_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_component {
    column-count: 1;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .botoxs-contents-2 {
    margin-bottom: 20px;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .table {
    min-width: 760px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32rem;
  }

  h2 {
    font-size: 24rem;
  }

  h3 {
    font-size: 18rem;
  }

  h4, h5, p {
    font-size: 16rem;
  }

  .padding-horizontal-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 18rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-small.mobile-padding-none {
    padding: 0;
  }

  .heading-medium {
    font-size: 16rem;
  }

  .heading-medium.text-color-green_dark {
    font-size: 32rem;
    line-height: 1.75;
  }

  .heading-medium.mobile-heading-normal {
    font-size: 1rem;
  }

  .padding-left-xxsmall {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-size-tiny.text-color-white {
    margin-top: 15px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical.text-align-center.padding-large.mobile-padding-xsmall {
    padding: .6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-small.text-align-center.mobile-align-left {
    text-align: left;
  }

  .text-size-small.text-weight-normal.text-color-gray {
    display: none;
  }

  .heading-xsmall {
    font-size: 12rem;
  }

  .heading-xsmall.text-color-green_dark.mobile-text-size-small {
    font-size: 14px;
  }

  .heading-xlarge {
    font-size: 24rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-small {
    font-size: 14rem;
  }

  .heading-small.text-color-green_dark {
    font-size: 1rem;
  }

  .icon-1x1-medium {
    width: 24rem;
    height: 24rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-align-center.mobile-text-align-left {
    text-align: left;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .botoxs-contents.case_tablet {
    min-width: 280px;
    margin-bottom: 10vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 140%;
  }

  .botoxs-contents.case_tablet.tablet {
    margin-bottom: 40px;
    line-height: 150%;
  }

  .botoxs-contents.case_tablet.no-space {
    margin-bottom: 0;
  }

  .botoxs-contents.space-none {
    line-height: 140%;
  }

  .page-padding {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .icon-large {
    height: 3rem;
  }

  .text-size-large {
    font-size: 13rem;
  }

  .text-size-large.text-weight-medium.text-color-white {
    font-size: 1rem;
  }

  .button-base.icon-border {
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .button-base.solid {
    width: 100%;
    display: block;
  }

  .button-text {
    font-size: 14rem;
  }

  .nav-companent {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_compenent {
    grid-column-gap: 0px;
  }

  .ruda-logo {
    width: 70%;
  }

  .nav-menu {
    margin-top: -15px;
    padding-top: 140rem;
  }

  .menu-dd-component {
    padding-left: 16px;
  }

  .menu-dd-content-left {
    grid-row-gap: 10px;
  }

  .menu-dd-list-wrapper {
    grid-row-gap: 7px;
  }

  .menu-dd-icon-wrap {
    display: none;
  }

  .section {
    height: 100%;
    padding-top: 80rem;
  }

  .section.fp-auto-height {
    margin-top: 100px;
  }

  .fp-bg {
    height: 100%;
  }

  .background-wrapper.third-bg {
    background-position: 45%;
    background-size: cover;
  }

  .background-wrapper.page-header {
    background-position: 50% 100%, 50% 100%;
  }

  .background-wrapper.page-header.notice {
    background-position: 0 0, 50% 100%, 70%;
  }

  .background-wrapper.page-header.event {
    background-position: 0 0, 50% 100%, 80%;
  }

  .background-wrapper.page-header.pee {
    background-position: 50% 100%, 50% 101%;
    border-radius: 0;
  }

  .background-wrapper.page-header.pee.sub2 {
    background-position: 50%, 50% 101%;
  }

  .background-wrapper.page-header.beauty {
    background-size: auto, contain;
  }

  .padding-vertical-large.text-align-center.mobile-vertical-large {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .header-spacer {
    height: 180rem;
    display: none;
  }

  .header-spacer.small, .header-spacer.custom {
    height: 13vh;
  }

  .home-third-compenent {
    padding-top: 130rem;
  }

  .home-third-content-bottom {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-team-compenent {
    height: auto;
    padding-top: 80rem;
  }

  .blank-div {
    display: none;
  }

  .home-team-content-body {
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40rem;
  }

  .home-team-body-item {
    justify-content: flex-start;
    display: flex;
  }

  .home-team-item-bottom {
    padding-left: 15px;
  }

  .team-img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }

  .footer-component {
    grid-template-rows: auto auto;
  }

  .footer-content-body {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .footer-logo {
    width: 30%;
    margin-bottom: 20px;
  }

  .padding-top-large {
    padding-top: 1rem;
  }

  .footer-footer-item {
    flex-direction: column;
  }

  .section-about-detail {
    margin-top: 40px;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .about-component.lights {
    padding: .738em;
  }

  .about-content {
    padding: .938em;
  }

  .section-around {
    padding-bottom: 60rem;
  }

  .gallrary-content-grid {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gallrary-item-second {
    padding: .7em;
  }

  .gallrary-item-wz {
    width: 25%;
  }

  .gal-img._2 {
    height: auto;
    left: auto;
  }

  .team-component {
    padding-top: 40rem;
  }

  .team-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .team-content-grid:focus-visible, .team-content-grid[data-wf-focus-visible] {
    align-items: stretch;
  }

  .team-item {
    padding: 1.4rem;
  }

  .team-item.move-below {
    position: relative;
    top: auto;
  }

  .team {
    margin-bottom: auto;
  }

  .flex-center.padding-left-custom-team {
    padding-bottom: .7rem;
    padding-left: 0;
  }

  .team-ab-wz {
    width: 90px;
    top: -3%;
  }

  .map-info-item {
    margin-bottom: 30rem;
  }

  .info-content {
    padding-left: 1.2125rem;
    padding-right: .9rem;
    left: auto;
  }

  .info-list-grid {
    grid-row-gap: 1rem;
  }

  .stemcell-intro1-component {
    padding-top: 0;
  }

  .page-top-title-content-no-img {
    margin-bottom: 16rem;
  }

  .stemcell-title-item {
    flex-direction: column;
    margin-bottom: 16rem;
  }

  .stemcell-item-left {
    flex: none;
  }

  .stemcell-2block-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .stemcell-normal-image-wrap {
    width: 100%;
    height: 400px;
  }

  .stemcell-summary-item {
    padding: 35rem 35rem 35rem 11rem;
  }

  .stemcell-bg-color-back.full-width {
    top: 3%;
  }

  .stemcell-bg-color-front {
    top: 3%;
    bottom: 7%;
  }

  .stemcell-bg-color-front.custom-fullwidth.lights {
    top: 0%;
  }

  .stemcell-intro3-component {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }

  .set-icon-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .padding-top-xxhuge {
    padding-top: 2rem;
  }

  .stemcell-2grid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  ._2grid-left {
    display: none;
  }

  ._2grid-right {
    text-align: center;
  }

  .arrow-bottom-img {
    width: 80%;
  }

  .padding-vertical-huge {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-plastic-solo-title {
    padding-top: 20rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .plastic-component {
    grid-row-gap: 20rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .page-bottom.page-padding {
    padding-bottom: 2.5rem;
  }

  .padding-vercal-new.padding-large_new {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .do-su-img {
    width: 100%;
  }

  .do-su-img_background {
    width: 100%;
    height: 240px;
  }

  .neck-2grid-component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-photon-fullwidth {
    height: 315px;
  }

  .photon-fullwidht-body-component {
    padding-top: 40rem;
  }

  .photon-fw-item {
    text-align: center;
  }

  .container-custom {
    max-width: 80%;
  }

  .section-2.bottom120 {
    padding-bottom: 40px;
  }

  .table-heading {
    font-size: 16px;
  }

  .table-row {
    height: 50px;
  }

  .div-block-7 {
    grid-template-columns: 3fr 1.5fr;
    padding-left: 5px;
  }

  .tb-title {
    font-size: 16px;
  }

  .divid-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .notice-header.center {
    font-size: 24px;
  }

  .div-block-6 {
    margin-top: 10px;
  }

  .notice-rich {
    margin-bottom: 20px;
  }

  .notice-date {
    font-size: 12px;
  }

  .detail-page-header-section {
    padding-top: 40rem;
  }

  .notice-body {
    padding: 30px 5% 40px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .link-block-2 {
    padding-left: 20px;
    left: 7%;
  }

  .contact-wrap {
    width: 95%;
    padding: 14px;
  }

  .p-16-bold {
    font-size: 16px;
  }

  .form-widzet {
    width: 60px;
    top: -21%;
  }

  .burger.w--open {
    background-color: var(--point-base);
  }

  .menu-button-icon {
    position: relative;
    top: -4px;
  }

  .ruda-cell-ci {
    width: 30%;
    margin-bottom: 12rem;
    display: none;
  }

  .gal-img-new1 {
    height: 300px;
  }

  .stemcell-title-item-2 {
    flex-direction: column;
  }

  .common-2grid-content {
    grid-template-columns: 1fr;
  }

  .heading-huge {
    font-size: 32rem;
  }

  .padding-top-new {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-new.padding-xlarge.text-align-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
  }

  .home-service-compnent {
    height: auto;
    padding-top: 140rem;
  }

  .home-service-card-item {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .home-service-card-block {
    display: block;
  }

  .home-service-top-content {
    text-align: center;
    padding-bottom: 20rem;
  }

  .water {
    margin: 10vw 0 0;
    padding-top: 0;
    font-size: 22px;
    line-height: 150%;
  }

  .water.title {
    margin-top: 10vw;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .water.case-title {
    margin-bottom: 30px;
  }

  .water.space-none {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }

  .water.space-none.no {
    margin-top: 2vw;
  }

  .water.ch {
    margin-bottom: 10vw;
  }

  .water.list {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
  }

  .water.no-space {
    margin-bottom: 0;
  }

  .water.yuro-g-title {
    margin-bottom: 5vw;
  }

  .water.juro-c-t {
    margin-top: 5vw;
  }

  .water.chest-list-title, .water.iv-effect-title {
    margin-bottom: 0;
  }

  .water.target-title {
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .water.title-no {
    margin-left: 10px;
    margin-right: 10px;
  }

  .water.uro-title {
    margin-bottom: 5vw;
  }

  .water.water-check {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }

  .water.outline-target-title {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .water.surring-title {
    margin-top: 0;
  }

  .water.j-cell-how-title {
    margin-top: 10vw;
    margin-bottom: 8vw;
  }

  .water.choice-suringku-title {
    margin-top: 5vw;
    padding-left: 0;
    font-size: 21px;
  }

  .water.choice-ollgi {
    margin-top: 5vw;
  }

  .padding-vertical-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-top-component {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .page-subtitles-item {
    flex-direction: column;
  }

  .about-product-content {
    padding: 15rem;
  }

  .about-product-item.second-padding {
    padding-top: 20rem;
  }

  .about-products-grid-content {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical-new {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-new.padding-xlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical-new.text-align-center.padding-large.mobile-padding-xsmall {
    padding: .6rem;
  }

  .flex-verital-center {
    width: 90%;
  }

  .flex-verital-center.padding-left-custom-team {
    padding-bottom: .7rem;
    padding-left: 0;
  }

  .gallary-pic._1 {
    height: 300rem;
  }

  .gallary-pic._2 {
    width: auto;
    height: 300rem;
  }

  .gallary-pic._3, .gallary-pic._4 {
    height: 300rem;
  }

  .prostatic_symptom {
    outline-offset: 0px;
    outline: 3px #333;
    max-width: 320px;
    padding-top: 0;
  }

  .symtoms-3grid-content {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-pee-invest {
    padding-top: 20rem;
  }

  .head-top-2grid-content {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    padding-top: 0;
  }

  .head-middle-component {
    padding-top: 20rem;
  }

  .heading-3grid {
    grid-template-columns: 1fr;
  }

  .text_tablet {
    object-fit: contain;
    flex: 0 auto;
    margin-top: 0;
    padding: 0;
    display: block;
    position: relative;
  }

  .heading.bigger {
    font-size: 38rem;
  }

  .nav-menu-dark {
    padding-top: 14px;
    top: 60px;
  }

  .brand-logo {
    width: 120px;
    margin-left: 10px;
  }

  .navigation-grove {
    background-color: #0000;
    height: 60px;
    padding-left: 1%;
    padding-right: 0%;
  }

  .right-song-presdent {
    padding-top: 0;
  }

  .collection-list-wrapper-2, .collection-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-header-content {
    grid-template-columns: 1fr .75fr .5fr;
  }

  .table-cell {
    padding-top: 4rem;
    padding-left: 4rem;
  }

  .table-body-content {
    grid-template-columns: 1fr .75fr .5fr;
  }

  .overflow-hidden-wrapper {
    top: 0;
  }

  .icon-large-95 {
    flex: none;
  }

  .sub-title-content-img {
    padding-left: 8rem;
  }

  .arrow-image-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .spacer-80 {
    height: 20rem;
  }

  .image-6 {
    display: none;
  }

  .div-block-17, .html-embed-2 {
    transform: rotate(90deg);
  }

  .line {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-bottom: 0;
  }

  .line.center {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .line.fate-line {
    margin-top: 10vw;
  }

  .line.cell {
    margin-top: 20px;
    margin-bottom: 2vw;
  }

  .line.kind {
    margin-left: 10px;
  }

  .line.down-no {
    margin-bottom: 0;
  }

  .line.yusi-cause {
    margin-top: 40px;
  }

  .cure {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .pricing-overview {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .columns {
    flex-direction: column;
  }

  .paragraph-2 {
    justify-content: center;
    align-items: center;
    width: 270px;
    padding-bottom: 20px;
    display: block;
    position: relative;
  }

  .image-13, .image-14, .image-15 {
    padding-top: 20px;
  }

  .image-16 {
    margin-top: 20px;
  }

  .strength-img {
    object-fit: scale-down;
  }

  .list-item-9 {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .text-block-17 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: flex;
  }

  .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-18 {
    object-fit: cover;
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .image-19 {
    object-fit: cover;
  }

  .image-20 {
    object-fit: cover;
    margin-left: 0;
  }

  .image-21 {
    object-fit: cover;
  }

  .list-3 {
    padding-left: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .chest_list {
    flex-direction: column;
    max-width: 320px;
    display: flex;
  }

  .paragraph-15 {
    width: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .cause_pc {
    text-align: center;
  }

  .suring-list {
    max-width: 320px;
  }

  .check_item5 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
    font-size: 15px;
    line-height: 150%;
    display: flex;
    position: relative;
  }

  .p-need-item {
    flex: 0 auto;
    width: 300px;
    height: auto;
    margin-bottom: 10px;
    display: flex;
  }

  .p-need-item2 {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0%;
  }

  .p-need-item3 {
    width: 300px;
    margin-bottom: 10px;
  }

  .j-cell-defintion {
    max-width: 320px;
    margin-top: 100px;
  }

  .juro_defintion {
    margin-top: 100px;
  }

  .oillgio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .oillgio.botoxs-target {
    height: 420px;
  }

  .oillgio.water-check {
    height: 980px;
  }

  .oillgio.filler {
    height: 480px;
    margin-top: 100px;
  }

  .oillgio.sill-lifting-check {
    height: 820px;
  }

  .oillgio.choice-suringku {
    height: 460px;
  }

  .oillgio.bg {
    height: 350px;
  }

  .paragraph-18 {
    width: 280px;
    font-size: 16rem;
  }

  .paragraph-18._4box {
    height: 50px;
  }

  .juro-columns-4 {
    width: 300px;
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .filler {
    margin-top: 20px;
  }

  .filler-target {
    margin-top: 100px;
  }

  .paragraph-20 {
    flex-wrap: nowrap;
    align-content: center;
    width: 280px;
  }

  .j-cell-treatments {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .effect {
    height: 420px;
  }

  .effect.penis {
    height: 600px;
  }

  .effect.e-ckind {
    height: 350px;
  }

  .effect.bg {
    height: 400px;
  }

  .effect.j-cell-kind {
    height: 380px;
  }

  .effect.urolift {
    height: 500px;
  }

  .text-block-28 {
    border-radius: 15px;
    width: 300px;
    height: 50px;
    margin-top: 10px;
  }

  .text-block-28.j-cell-kind {
    border-radius: 10px;
    width: 300px;
    height: 60px;
    font-size: 16px;
  }

  .columns-10 {
    min-width: 300px;
    display: inline-block;
  }

  .column-13 {
    display: flex;
  }

  .column-14 {
    padding-left: 0;
    display: flex;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    width: 80%;
  }

  .text-block-30 {
    width: 300px;
    height: 45px;
    font-size: 16px;
  }

  .tab-j-cell.penis-kind {
    margin-top: 0;
  }

  .tabs-content {
    flex-direction: column;
    width: 300px;
    display: inline;
  }

  .tab1 {
    flex-direction: row;
    align-items: center;
    width: 140px;
    height: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    display: flex;
  }

  .tab1.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .tab2 {
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab3 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    display: flex;
  }

  .tab4 {
    justify-content: center;
    align-items: stretch;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tav5 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tav5.w--current {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }

  .columns-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .column-18, .column-19, .column-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-38 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-39 {
    width: auto;
  }

  .image-40 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .choice_special {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .urinary-incontinence_treatments {
    align-items: center;
    max-width: 320px;
  }

  .image-41 {
    margin-top: -138px;
    margin-left: 42%;
    display: block;
  }

  .list-item3 {
    justify-content: flex-start;
    align-items: stretch;
    width: 300px;
    margin-bottom: 10px;
  }

  .paragraph-23 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .image-45 {
    text-align: left;
    margin-left: 42%;
    padding-top: 0;
    display: inline-block;
  }

  .image-46 {
    margin-left: 42%;
    display: block;
  }

  .image-47, .image-48 {
    margin-left: 42%;
  }

  .text-block-33 {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: visible;
  }

  .text-block-33.m {
    width: 35px;
    height: 35px;
  }

  .paragraph-23-copry {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    font-size: 15rem;
    line-height: 110%;
    position: relative;
  }

  .column-24 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .column-25, .column-26 {
    margin-bottom: 15px;
  }

  .text-block-33-copy {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
    overflow: visible;
  }

  .symptom_contents1 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    padding-left: 10px;
    font-size: 15rem;
    line-height: 150%;
    display: flex;
    position: relative;
  }

  .juro-strengths {
    width: auto;
    max-width: none;
    margin-left: 0;
    overflow: visible;
  }

  .image-52 {
    max-width: 100%;
    margin-left: -215px;
    position: relative;
  }

  .image-53 {
    width: 0;
    position: static;
  }

  .image-54-copy {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  .image-55 {
    margin-left: -93px;
  }

  .image-57 {
    width: 150%;
    max-width: 150%;
    height: 200px;
    margin-left: -27%;
  }

  .image-58 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .item2, .item1, .item3 {
    margin-bottom: 20px;
  }

  .image-59 {
    width: 280px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-60, .image-61 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-62 {
    height: 150%;
    max-height: 150%;
  }

  .image-63 {
    height: 200%;
    min-height: 100%;
    max-height: 200%;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .j-cell-kind_tabs {
    width: 300px;
    margin-top: 20px;
    display: inline-block;
  }

  .image-65 {
    height: 150%;
    max-height: 150%;
  }

  .text-block-34, .text-block-35, .text-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .text-block-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-66 {
    display: block;
  }

  .line-sub {
    margin-bottom: 5vw;
    margin-left: 43%;
    padding-bottom: 0;
  }

  .eye_kind, .eye_kind.bg {
    height: 3000px;
  }

  .line-copy {
    margin-bottom: 5vw;
    margin-left: 0%;
    padding-bottom: 0;
    display: inline-block;
  }

  .heading-15 {
    margin-left: 0%;
    display: flex;
  }

  .paragraph-24 {
    margin-top: 0;
    margin-left: 10px;
  }

  .grid-11 {
    flex-direction: column;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-26 {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-69 {
    width: 300px;
    margin-left: 7px;
    margin-right: 0;
  }

  .image-70, .image-71, .image-72 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-27, .div-block-28, .slide4, .slide5 {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-73 {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-74 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-33-copy-copy {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    display: flex;
    overflow: visible;
  }

  .text-block-33-copy-copy.m {
    width: 35px;
    height: 35px;
  }

  .text-block-33-copy {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: visible;
  }

  .text-block-33-copy.m {
    width: 35px;
    height: 35px;
  }

  .paragraph-24-copy {
    margin-left: 10px;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 250px;
    height: 120px;
    display: flex;
  }

  .line_4 {
    margin-bottom: 2vw;
    margin-left: 0%;
    padding-bottom: 0;
    display: inline-block;
  }

  .paragraph-25 {
    margin-top: 10px;
    line-height: 150%;
  }

  .paragraph-24-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-24-copy-tablet {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .line-copy-copy_tablet {
    margin-bottom: 5vw;
    margin-left: 40%;
    padding-bottom: 0;
    display: inline-block;
  }

  .chest-column {
    flex-direction: column;
  }

  .paragraph-25-tablet {
    margin-top: 10px;
  }

  .heading-16 {
    margin-top: 0;
  }

  .text-size-regular-tablet.text-color-gray {
    min-width: 280px;
    margin-bottom: 12vw;
    padding-bottom: 0;
  }

  .text-size-regular-pc.text-color-gray {
    min-width: 280px;
    max-width: 320px;
    margin-bottom: 12vw;
    padding-bottom: 0;
  }

  .column-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item1-1 {
    flex: 0 auto;
    width: 300px;
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
  }

  .item2-2 {
    width: 300px;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .item3-4 {
    width: 300px;
    margin-bottom: 0;
  }

  .sline3 {
    width: 300px;
    margin-bottom: 10px;
  }

  .item44 {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
  }

  .ouligio-how {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31 {
    width: 300px;
  }

  .item3-3-copy {
    width: 300px;
    margin-bottom: 10px;
  }

  .item5-copy, .item5-copy-copy {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    font-size: 15rem;
    line-height: 150%;
    display: flex;
    position: relative;
  }

  ._5 {
    line-height: 150%;
  }

  .cause_tablet {
    text-align: center;
  }

  .image-77 {
    height: 100%;
  }

  .m {
    width: 35px;
    height: 35px;
  }

  .urolift_defintion {
    margin-top: -100px;
  }

  .list-item4 {
    width: 300px;
    margin-bottom: 10px;
  }

  .image-78 {
    width: 300px;
    display: block;
  }

  .columns-16 {
    width: 300px;
    display: inline;
  }

  .column-40 {
    flex-direction: row;
    align-content: flex-start;
    padding-left: 0;
    display: inline-block;
  }

  .column-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 0;
    display: inline-block;
  }

  .column-42, .column-43 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-79 {
    width: 150%;
    max-width: 150%;
    height: auto;
    max-height: 133%;
    margin-left: -27%;
  }

  .paragraph-31 {
    align-items: center;
    font-size: 15px;
  }

  .image-80.m {
    height: 35px;
  }

  .image-81 {
    width: 300px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-25 {
    align-items: flex-start;
    width: 300px;
  }

  .list-item-26 {
    width: 300px;
  }

  .list-item-27 {
    align-items: flex-start;
    width: 300px;
  }

  .list-item-28, .list-item-29 {
    width: 300px;
  }

  .oli_list-item {
    width: 300px;
    margin-bottom: 0;
  }

  .oli_list-item.suringku_list {
    margin-bottom: 0;
  }

  .list-item-31 {
    align-items: center;
    width: 300px;
    height: auto;
    margin-bottom: 10px;
  }

  .list-item-32 {
    align-items: center;
    width: 300px;
    margin-bottom: 10px;
  }

  .list-item-32.suringku_list {
    margin-bottom: 0;
  }

  .list-item-33 {
    align-items: center;
    width: 300px;
    margin-bottom: 20px;
  }

  .list-item-33.suringku_list {
    margin-bottom: 0;
  }

  .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .list-item-34 {
    width: 300px;
  }

  .image-83 {
    width: 35px;
    height: 35px;
  }

  .j-cell_how {
    height: 490px;
  }

  .fat_target {
    height: 680px;
  }

  .text-block-38 {
    text-align: center;
    width: 300px;
    height: 40px;
    font-size: 15px;
  }

  .text-block-38._4 {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .j-cell-iv_effect {
    height: 320px;
  }

  .paragraph-40 {
    width: 280px;
    height: 50px;
  }

  .paragraph-41 {
    text-align: center;
  }

  .paragraph-42 {
    width: 280px;
    height: 45px;
  }

  .paragraph-43 {
    width: 280px;
    height: 40px;
    margin-bottom: 10px;
  }

  .outline-target, .outline-target.choice-filler {
    height: 400px;
  }

  .div-block-32 {
    width: 20px;
    height: auto;
  }

  .paragraph-44 {
    height: 80px;
  }

  .sill-lifting_target {
    height: 400px;
  }

  .paragraph-45 {
    font-size: 15px;
    line-height: 150%;
  }

  .paragraph-46 {
    margin-left: 10px;
    font-size: 15px;
  }

  .list-item-40 {
    margin-bottom: 10px;
  }

  .water-list6 {
    width: 300px;
  }

  .list-item-41 {
    margin-bottom: 10px;
  }

  .list-item-42 {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .water_target {
    height: 780px;
  }

  .ouligio-target-list {
    margin-top: 30px;
  }

  .grid-12 {
    flex-direction: column;
    width: 300px;
    display: flex;
  }

  .text-block-39 {
    font-size: 16px;
  }

  .image-84, .image-85, .image-86, .image-87 {
    width: 35px;
    height: 35px;
  }

  .image-88 {
    width: 35px;
    height: 35px;
    display: block;
  }

  .image-89 {
    width: 35px;
    height: 35px;
  }

  .suringku-target {
    height: 550px;
  }

  .column-53 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column-54 {
    align-items: center;
  }

  .column-55 {
    align-items: center;
    padding-left: 0;
  }

  .div-block-33 {
    width: 250px;
    height: 120px;
  }

  .paragraph-47 {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
  }

  .ouligio_target {
    height: 800px;
  }

  .suringku_list {
    width: 300px;
    margin-bottom: 0;
  }

  .list-item-43 {
    width: 300px;
  }

  .image-91, .image-92, .image-93, .image-94, .image-95 {
    width: 35px;
    height: 35px;
  }

  .list-item-44 {
    width: 300px;
    margin-bottom: 0;
  }

  .image-96, .image-97, .image-98, .image-99, .image-100 {
    width: 35px;
    height: 35px;
  }

  .chest_kind {
    height: 1400px;
  }

  .list-item-45, .list-item-46 {
    width: 300px;
    margin-bottom: 0;
  }

  .list-item-47 {
    align-items: center;
    width: 300px;
    margin-bottom: 10px;
  }

  .list-item-48, .list-item-49 {
    width: 300px;
    margin-bottom: 0;
  }

  .list-08 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105, .image-106, .image-107, .image-108, .image-109, .image-110, .image-111, .image-112, .image-113, .image-114, .image-115, .image-116 {
    width: 300px;
  }

  .sill-target-title {
    font-size: 22px;
  }

  .image-118 {
    width: 300px;
  }

  .suringku-check {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-119 {
    width: 300px;
  }

  .heading-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-124 {
    width: 100%;
    max-width: none;
  }

  .column-62 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-63 {
    margin-bottom: 0;
  }

  .column-64 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-19 {
    width: 300px;
  }

  .paragraph-53 {
    margin-left: 10px;
  }

  .image-127, .image-128, .image-129 {
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-130, .image-131 {
    width: 35px;
    height: 35px;
    margin-top: -10px;
    margin-left: 0;
  }

  .text-block-44 {
    border-radius: 10px;
    width: 300px;
    line-height: 10px;
  }

  .text-block-47 {
    height: 50px;
    line-height: 10px;
  }

  .column-66 {
    margin-top: 20px;
  }

  .paragraph-58 {
    border-radius: 10px;
    height: 50px;
  }

  .grid-13 {
    justify-content: flex-start;
  }

  .div-block-42 {
    align-items: flex-start;
    width: 100%;
    height: 320px;
  }

  .heading-26 {
    margin-left: 10px;
    font-size: 20rem;
  }

  .paragraph-59 {
    margin-top: 0;
  }

  .image-136 {
    width: 100%;
  }

  .grid-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-46 {
    width: 100%;
  }

  .image-139 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-47 {
    width: 100%;
  }

  .paragraph-61 {
    font-size: 15px;
  }

  .div-block-49 {
    height: 300px;
  }

  .text-block-49 {
    width: 220px;
    height: 40px;
  }

  .paragraph-63 {
    margin-top: 10px;
    line-height: 160%;
  }

  .image-142 {
    margin-top: 5px;
  }

  .image-143 {
    width: 300px;
  }

  .text {
    line-height: 150%;
  }

  .paragraph-64 {
    border-radius: 10px;
    width: 80%;
    height: 50px;
  }

  .sill-check-title {
    font-size: 22rem;
  }

  .sill-title {
    margin-top: 0;
    margin-bottom: 10vw;
  }

  .grid-18 {
    grid-row-gap: 15px;
  }

  .text-block-50 {
    width: 80%;
    height: 50px;
    line-height: 10px;
  }

  .text-block-51 {
    border-radius: 10px;
  }

  .section-24 {
    height: 600px;
  }

  .div-block-50 {
    width: 80%;
    height: 100px;
  }

  .paragraph-65 {
    line-height: 150%;
  }

  .image-150 {
    width: auto;
    padding-left: 0;
  }

  .text-block-52 {
    font-size: 18px;
  }

  .text-block-53, .text-block-55 {
    font-size: 15px;
  }

  .paragraph-68 {
    width: 100%;
    font-size: 15px;
    line-height: 150%;
  }

  .gallery-tab-link {
    text-align: center;
    min-width: 160px;
    margin-right: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-tabs-menu {
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .header1_component {
    grid-template-columns: 1fr;
  }

  .uui-testimonial08_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial08_component {
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial11_client-image {
    height: 15rem;
  }

  .uui-testimonial11_content {
    grid-template-columns: 1fr;
  }

  .button_secondary.icon-border {
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .button_secondary.solid {
    width: 100%;
    display: block;
  }

  .div-block-55 {
    grid-template-columns: 3fr 1.5fr;
    padding-left: 5px;
  }

  .div-block-56 {
    margin-top: 10px;
  }

  .section-29 {
    height: 100%;
  }

  .section-29.fp-auto-height {
    margin-top: 100px;
  }

  .nav-menu-dark-2 {
    padding-top: 14px;
    top: 60px;
  }

  .button-text-2 {
    font-size: 14rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .notice-rich-2 {
    margin-bottom: 20px;
  }

  .navigation-grove-2 {
    background-color: #0000;
    height: 60px;
    padding-left: 1%;
    padding-right: 0%;
  }

  .link-block-3 {
    padding-left: 20px;
    left: 7%;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .text-size-tiny-2.text-color-white {
    margin-top: 15px;
  }

  .div-block-57 {
    margin-top: 10px;
  }

  .text-block-60 {
    font-size: 14px;
  }

  .stemcell-title-item-3 {
    flex-direction: column;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-2 {
    font-size: 1.5rem;
  }

  .table {
    min-width: 0;
  }

  .table-row-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
  }

  .table-row-2 {
    grid-column-gap: 14px;
    grid-template-columns: minmax(120px, .5fr) minmax(50px, .25fr) minmax(70px, .25fr);
    padding-left: 24px;
    padding-right: 8px;
  }

  .div-block-60 {
    width: 100%;
  }

  .text-block-61 {
    font-size: 14px;
  }

  .logo_link {
    max-width: 160rem;
  }
}

#w-node-e259efc4-8b13-fa1b-3681-1898dd882e02-8608053c {
  justify-self: center;
}

#w-node-_9cba92ed-506e-c1b0-bc4f-5b398e1f76d1-8608053c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58d4bab4-3fcd-1bae-cdf6-794e32b3c889-32b3c87a {
  justify-self: center;
}

#w-node-ea2335b0-47fd-4f18-086a-12444bdee151-8608057a {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-a143af64-3ea8-7edf-f191-f9b789a06000-8608057a, #w-node-eba60c9f-0242-fee0-198d-4b1a3de8695e-8608057a, #w-node-c79a1883-adba-a83e-c9a4-4a8542d5c95f-8608057a, #w-node-c9f652db-3ac2-c80c-8d34-8c4c8bec3ce2-8608057a, #w-node-_1077238e-4f23-b919-270a-bda7a3746744-8608057a, #w-node-_51f96179-ad6e-33f9-5203-3b93bc419b96-8608057a, #w-node-_65b53bef-15d3-30d0-c655-55a9d0c0dfda-8608057a, #w-node-_6046c938-712d-0973-a56a-0eb4266f369b-8608057a, #w-node-_716b794e-cfc2-ca90-feca-f96dfdf69b5d-8608057a, #w-node-_2f313865-994b-2bae-3c7b-b46b3a3e29a9-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f1000d-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f10012-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f10017-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f1001c-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f10021-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f10026-8608057a, #w-node-caeb041b-783e-4311-4b3a-593e55f1002b-8608057a, #w-node-_19bdbfba-e169-370f-be2a-fc121e813b6e-8608057a, #w-node-_19bdbfba-e169-370f-be2a-fc121e813b73-8608057a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d3a30e6-09d2-b480-e530-b901bf4584cc-86080598, #w-node-_90d6fe1e-8152-3a69-b1c7-be832f134d5f-86080598, #w-node-_4cf6286d-31c1-ba6e-d31c-213eaa209f0f-86080598, #w-node-f67aad35-ab6c-5ae0-aab1-fa402abd9f89-86080598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1803af3d-917d-b4d9-748c-6e0d89516d7d-86080598, #w-node-ba2a04f0-1008-919e-8ccc-bde36a8d3041-86080598, #w-node-ba2a04f0-1008-919e-8ccc-bde36a8d3042-86080598, #w-node-ba2a04f0-1008-919e-8ccc-bde36a8d3044-86080598, #w-node-e51e8eb8-81b5-e963-d09d-839b7ebe8c1f-86080598, #w-node-e51e8eb8-81b5-e963-d09d-839b7ebe8c20-86080598, #w-node-e51e8eb8-81b5-e963-d09d-839b7ebe8c22-86080598, #w-node-feae0b76-eb0d-cee5-8d76-0e1bcdae9d4a-86080598, #w-node-_07fdba20-7b7b-bab7-f18f-82936f51e7b3-86080598, #w-node-f0fc6622-67dd-1e67-d276-9c4cb20c95fd-86080598, #w-node-_6e3cb9f5-1167-f072-1f33-a9aa91b3dd4f-86080598, #w-node-_5fa568be-4bb1-e3b2-5710-71771a3f630c-86080598, #w-node-eff64068-2f58-d6ef-1f27-f0bbe55317e6-86080598, #w-node-a1380a85-52d0-4ad2-2c83-c80d2b0b0797-86080598, #w-node-_0404f464-ecc4-1713-ba76-771f35e7590f-86080598, #w-node-_18e32adb-0917-9433-a1f3-b2237e5ee101-86080598, #w-node-_4f2ef4f7-5e96-df29-fd4e-caef604b412a-86080598, #w-node-_174d1049-2429-c20a-6bb3-8fab9bb85a93-86080598, #w-node-ae766e8a-2b94-c488-f361-40bf866163b1-86080598, #w-node-cf281744-e3b9-b099-a7aa-fef8f34ab7cf-86080598, #w-node-_52d89ee2-ef16-b207-94cc-713e2c1ba1c7-86080598, #w-node-b6e26055-37e0-39ee-bcc5-1935bbc44161-86080598, #w-node-c0e86690-d5c2-5681-3f30-9ad2254002c9-86080598, #w-node-ac961cac-b5e5-dacb-fcc4-687b6c2c141e-86080598, #w-node-_60ac58ae-59ac-b647-7b3b-e9de8edcee38-86080598, #w-node-eb308f94-bcc8-fbee-60d7-36d0ecd69747-86080598, #w-node-eb308f94-bcc8-fbee-60d7-36d0ecd69748-86080598, #w-node-eb308f94-bcc8-fbee-60d7-36d0ecd6974a-86080598, #w-node-eb308f94-bcc8-fbee-60d7-36d0ecd6974c-86080598, #w-node-_884a7248-d370-4c33-f46d-06aaed82b9a1-86080598, #w-node-_884a7248-d370-4c33-f46d-06aaed82b9a2-86080598, #w-node-_884a7248-d370-4c33-f46d-06aaed82b9a4-86080598, #w-node-_884a7248-d370-4c33-f46d-06aaed82b9a6-86080598, #w-node-ebadd657-0137-c077-5892-a97b794ef5dc-86080598, #w-node-bdac575d-01db-4fcc-7622-0a29c12f3c7c-86080598, #w-node-_252befcc-3353-42f2-82bd-2846b752eb3c-86080598, #w-node-_252befcc-3353-42f2-82bd-2846b752eb3d-86080598, #w-node-_252befcc-3353-42f2-82bd-2846b752eb3f-86080598, #w-node-_252befcc-3353-42f2-82bd-2846b752eb41-86080598, #w-node-d054a285-44ae-d549-99ef-39f67ce65771-86080598, #w-node-d054a285-44ae-d549-99ef-39f67ce65772-86080598, #w-node-d054a285-44ae-d549-99ef-39f67ce65774-86080598, #w-node-d054a285-44ae-d549-99ef-39f67ce65776-86080598, #w-node-_6594fc80-acb6-8c24-57c4-a2cd2e81cb30-86080598, #w-node-_6594fc80-acb6-8c24-57c4-a2cd2e81cb31-86080598, #w-node-_6594fc80-acb6-8c24-57c4-a2cd2e81cb33-86080598, #w-node-_6594fc80-acb6-8c24-57c4-a2cd2e81cb35-86080598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96ead15-3e86-9787-a386-e25c93649fb9-860805b3, #w-node-e96ead15-3e86-9787-a386-e25c93649fbc-860805b3 {
  align-self: center;
}

#w-node-e96ead15-3e86-9787-a386-e25c93649fc3-860805b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76540b0d-bd7a-30d3-d01c-a677a8d35119-860805b3 {
  place-self: center;
}

#w-node-e96ead15-3e86-9787-a386-e25c93649fb9-860805d8, #w-node-e96ead15-3e86-9787-a386-e25c93649fbc-860805d8 {
  align-self: center;
}

#w-node-e96ead15-3e86-9787-a386-e25c93649fc3-860805d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76540b0d-bd7a-30d3-d01c-a677a8d35119-860805d8 {
  place-self: center;
}

#w-node-bbac37d1-d077-30fb-06da-f8d30da5a80c-860805f3, #w-node-bbac37d1-d077-30fb-06da-f8d30da5a80d-860805f3, #w-node-bbac37d1-d077-30fb-06da-f8d30da5a80e-860805f3, #w-node-bbac37d1-d077-30fb-06da-f8d30da5a80f-860805f3, #w-node-bbac37d1-d077-30fb-06da-f8d30da5a810-860805f3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bbac37d1-d077-30fb-06da-f8d30da5a811-860805f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbac37d1-d077-30fb-06da-f8d30da5a812-860805f3, #w-node-bbac37d1-d077-30fb-06da-f8d30da5a813-860805f3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88a4dc8d-4dce-991d-c3bf-8936112be933-860805f4 {
  place-self: end;
}

#w-node-_229fe9b4-dfa5-1ca8-79c5-e547f3768bd7-860805f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bf7a2378-ea84-ab86-0081-cc24dff36552-860805f8, #w-node-bf7a2378-ea84-ab86-0081-cc24dff36557-860805f8, #w-node-bf7a2378-ea84-ab86-0081-cc24dff3655c-860805f8, #w-node-bf7a2378-ea84-ab86-0081-cc24dff36561-860805f8, #w-node-bf7a2378-ea84-ab86-0081-cc24dff36566-860805f8, #w-node-_0b100af5-72ea-79d1-2f2a-970600512d18-860805f8, #w-node-_71c37559-57e6-53cf-b7e1-a9a8e3cb2792-860805f8, #w-node-_139b07f2-59ae-8149-67b5-a68600964a16-860805f8, #w-node-f07341a0-c5d3-0f2f-5371-a7d3df1c3ccb-860805f8, #w-node-c195d61e-bdbf-8142-40f4-5b180910c49d-860805f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_574d6a6e-69b7-834d-3643-da78d6ec23f7-860805f8 {
  align-self: center;
}

#w-node-_415352f8-ba85-00d7-59ba-48f93a4a0745-860805f8, #w-node-_415352f8-ba85-00d7-59ba-48f93a4a074a-860805f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06e32c32-9e30-69da-2c2e-17bb8a628f69-860805f9 {
  grid-area: 1 / 1 / 6 / 4;
}

#w-node-_7d77d0be-8a5b-77e6-6c1c-7e5473367327-860805f9 {
  grid-area: 3 / 3 / 8 / 6;
}

#w-node-_5b56adff-a2ee-10ef-1143-0d6695116f4c-860805f9 {
  align-self: center;
}

#w-node-beae62b2-ddda-a799-1d9f-a796b98a4f8e-860805f9 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_3e0390e2-fa75-bbb0-ace7-9ab5794fd83b-860805f9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_8a4ad55a-6822-71e9-150d-4c0a5e39252a-860805f9, #w-node-_8a4ad55a-6822-71e9-150d-4c0a5e39252c-860805f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9c25051-2c2c-4fff-79d1-79a7b08e4f23-860805f9, #w-node-ba78e361-8f0f-3cfb-447e-cc395e4bac94-860805f9, #w-node-_6b307244-ae09-7568-0955-1c32d2a384af-860805f9 {
  align-self: end;
}

#w-node-_351e2f34-d2cf-599c-d1f4-aaff8bc69b45-860805fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14d68f34-e28c-f345-3aed-9af3e691452e-860805fc, #w-node-_25af9673-1790-28d5-cf92-b42c48dc29af-860805fc, #w-node-a811b5cb-1c52-7eff-530a-e1928a63be10-860805fc, #w-node-_955b1730-7789-724b-4734-8fa5dbbf895f-860805fc, #w-node-_1f65eaac-f9f8-1314-e19d-55f94c922f67-860805fc, #w-node-_8b6c9e94-ef04-4242-70c1-10ae67116795-860805fc, #w-node-b2e15165-6686-02e5-6293-3f7bc4454505-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f32972510887-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f3297251088c-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f32972510891-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f32972510896-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108aa-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108b1-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108b6-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108bb-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108c0-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108c6-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108cc-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108d7-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108e1-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108ec-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f329725108f7-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f32972510907-860805fc, #w-node-_90c8ad49-9ddc-04c1-c9f4-f3297251090c-860805fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4ec43d8-08e5-6c66-8788-658c14113ec8-860805fc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1faef9d3-3493-b7ab-c737-bb72c0b25950-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b25955-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b2595a-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b2595f-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b25964-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b25969-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b2596e-860805fc, #w-node-_1faef9d3-3493-b7ab-c737-bb72c0b25973-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7ac5-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7aca-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7acf-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7ad4-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7ad9-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7ade-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7ae3-860805fc, #w-node-_86492e92-6f5a-9335-5597-f968d4ef7ae8-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb8179f9-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb8179fe-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb817a03-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb817a08-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb817a0d-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb817a12-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb817a17-860805fc, #w-node-cee5d007-5ee3-6855-ecab-261ccb817a1c-860805fc, #w-node-_3545b5c4-4bfd-58e4-3d53-c241c1331dec-860805fc, #w-node-e61d37bb-1cd9-06ac-c6ce-4bb8a2860528-860805fc, #w-node-c3807645-0d81-7428-9ae5-b71ab3851b0b-860805fc, #w-node-_7485e1ea-5f32-1f72-d214-c5688a165594-860805fc, #w-node-_5f939edc-ffd5-ebe1-2b60-8a4a1a22e1a6-860805fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcf55c4d-1289-1d55-89c2-8c143bd30f2c-860805fe, #w-node-d5c1318c-e9e1-cdea-5a98-34b9688f2636-860805fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f33b2df8-155b-9c3e-0840-e94eb54cceaa-86080614 {
  grid-area: Area;
  place-self: center;
}

#w-node-_917fea5a-5292-cc2a-d705-17e67a9f8f73-86080614, #w-node-_76fe85c7-8e74-f3ca-48d0-d269311b0ec3-86080614, #w-node-b360bcb5-c44a-9634-4787-c880e3a2fc0d-86080614, #w-node-_4efcaf58-f1c8-00cb-eff2-9a26bb914f5b-86080614, #w-node-_818fec3b-8a4d-ecc0-2055-a1ff2255cf97-86080614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_21a02e73-1d81-9d66-5449-829b0a862655-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01225ad6-16be-3192-9300-25f9946fe534-86080616, #w-node-_0ceda83d-d232-f3e4-9bb2-7e3b2977057d-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbae53b9-c554-8923-b3fd-ae133f5796bd-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9f334640-4b8b-057b-2ad7-9445bf1575d8-86080616, #w-node-_9f334640-4b8b-057b-2ad7-9445bf1575d9-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcfdff0d-339c-492f-d54d-9a5e34342f5c-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_085b5807-ca39-61b1-3c38-d9322a888f2d-86080616, #w-node-_085b5807-ca39-61b1-3c38-d9322a888f2e-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f16aa2e-9a81-aa1f-31cd-0c0cac76cf3c-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a6cb9d11-d46f-5896-606f-abcb2c5f8e6a-86080616, #w-node-a6cb9d11-d46f-5896-606f-abcb2c5f8e6b-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4df35bc-cc46-e031-2d95-c9e679786822-86080616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9e2ca138-5cce-1ca6-a163-f08b473d040b-86080616, #w-node-_9e2ca138-5cce-1ca6-a163-f08b473d040c-86080616, #w-node-_7e7716fc-c54a-2d24-0580-baa18bcdd7f2-86080617, #w-node-_7e7716fc-c54a-2d24-0580-baa18bcdd7f3-86080617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e7716fc-c54a-2d24-0580-baa18bcdd7f8-86080617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7e7716fc-c54a-2d24-0580-baa18bcdd7fa-86080617, #w-node-_7e7716fc-c54a-2d24-0580-baa18bcdd7fb-86080617, #w-node-_5e5419b5-5c3a-dfdd-7cc5-eeecdf0278fe-86080630, #w-node-_5d867d9f-91e8-300b-8a06-f8de5b5a3fb0-86080630, #w-node-d62aefeb-1cba-7a80-0bc2-682554342e72-86080630, #w-node-_50259489-8e36-b39d-007b-cd3468d2a4b5-86080630, #w-node-_16442bb8-c36d-230f-5aac-3d70ee10fc00-86080630, #w-node-_2ce9dd74-3b31-8c0c-05ff-e5dc6a0c9d92-86080630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_726b1a89-7e46-7600-0645-ad17f17d61aa-86080634, #w-node-_3760bdf6-b1c6-c54d-690e-da728f962422-86080634, #w-node-_66c5de00-c2a3-a581-88b7-66d90f34eeec-86080634, #w-node-b64321a8-4e5e-9c44-ff10-55e29d1161ce-86080634, #w-node-_55a7172f-6754-0a31-b7b5-704cc55d56a3-86080634 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_726b1a89-7e46-7600-0645-ad17f17d61a6-86080634 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2aae8160-b838-e89d-4701-3378537ad2a3-86080634, #w-node-_03a51b9d-f3be-fff9-895e-f65e46628b7e-86080634 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f40a4a67-cc81-485a-ec75-cbf12c46d21a-86080635 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-f40a4a67-cc81-485a-ec75-cbf12c46d21b-86080635 {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-f40a4a67-cc81-485a-ec75-cbf12c46d21c-86080635 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-f40a4a67-cc81-485a-ec75-cbf12c46d21d-86080635 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-f40a4a67-cc81-485a-ec75-cbf12c46d21e-86080635 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-e73fee4c-c612-75ff-f7e4-65a126627904-86080635, #w-node-e73fee4c-c612-75ff-f7e4-65a126627907-86080635, #w-node-a1f1d0c9-ad8a-d553-6c4f-2fce467230a9-86080635 {
  align-self: center;
}

#w-node-_740bdb37-4986-aaad-c57e-04a7ef1071fe-86080635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af76e501-5ddd-3087-3d35-d49a52f5c5f5-86080636 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9cba92ed-506e-c1b0-bc4f-5b398e1f76d1-8608053c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_58d4bab4-3fcd-1bae-cdf6-794e32b3c889-32b3c87a {
    justify-self: auto;
  }

  #w-node-_6d1838c9-a596-825a-c9d9-6b501aac06dc-86080614, #w-node-edd759bf-9fed-d967-8c44-96317a49b26b-86080614, #w-node-_489cf56a-a749-cfb6-752d-13715760026d-86080614, #w-node-e168f175-f521-f7ac-8af0-d1d6196800d6-86080614, #w-node-e1f45d5e-6e67-be6c-45d4-6f6deaaedb50-86080614, #w-node-_93fc9d3e-dbb7-763f-6bff-a2be940412fd-86080614 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f40a4a67-cc81-485a-ec75-cbf12c46d21f-86080635 {
    order: -9999;
  }

  #w-node-af76e501-5ddd-3087-3d35-d49a52f5c5f5-86080636 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b980ac6-b863-5c8e-34f4-e505073b27f8-8608053c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bbac37d1-d077-30fb-06da-f8d30da5a811-860805f3, #w-node-be5cdeec-5cae-5ed0-f9bb-2d4c8eff9c32-860805f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06e32c32-9e30-69da-2c2e-17bb8a628f69-860805f9 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_7d77d0be-8a5b-77e6-6c1c-7e5473367327-860805f9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b9c25051-2c2c-4fff-79d1-79a7b08e4f23-860805f9 {
    place-self: center;
  }

  #w-node-a4ec43d8-08e5-6c66-8788-658c14113ec8-860805fc {
    grid-area: 5 / 1 / 7 / 2;
  }

  #w-node-c5752767-5101-dbd2-0ca1-189b96dc45b4-860805fe, #w-node-_181756a1-c9e1-877d-a5e5-ab381157b7af-860805fe, #w-node-d5c1318c-e9e1-cdea-5a98-34b9688f2634-860805fe {
    justify-self: center;
  }

  #w-node-d5c1318c-e9e1-cdea-5a98-34b9688f2638-860805fe {
    place-self: center;
  }

  #w-node-_726b1a89-7e46-7600-0645-ad17f17d61a6-86080634 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream1.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream2.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream3.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream5.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream7.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream8.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream9.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scdream';
  src: url('../fonts/SCDream6.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}