/* media-query */
/* scroll-padding-top */
html {
  scroll-padding-top: 282px;
}

@media (max-width: 1679px) {
  html {
    scroll-padding-top: 128px;
  }
}
@media screen and (max-width: 1279px) {
  html {
    scroll-padding-top: 122px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 163px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 178px;
  }
}
@media screen and (max-width: 450px) {
  html {
    scroll-padding-top: 163px;
  }
}
/* renewal-sub settings */
.renewal-sub {
  font-family: "SCoreDream";
  font-weight: 400;
  letter-spacing: -0.075em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.3;
  font-size: 2.7rem;
  color: #333;
  word-break: keep-all;
  padding: 282px 0 0;
}
.renewal-sub h1, .renewal-sub h2, .renewal-sub h3, .renewal-sub h4, .renewal-sub h5, .renewal-sub h6 {
  line-height: 1.2;
}
.renewal-sub b, .renewal-sub strong, .renewal-sub em, .renewal-sub mark {
  font-weight: 600;
}
.renewal-sub .section-heading {
  text-align: center;
}
.renewal-sub .slogan {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.renewal-sub .section-title {
  letter-spacing: -0.085em;
}
.renewal-sub .slogan + .section-title {
  margin: 3.2rem 0 0;
}
.renewal-sub .section-title + .section-desc {
  margin: 5rem 0 0;
  transition-delay: 0.3s;
}
.renewal-sub .point-badge {
  display: flex;
  justify-content: center;
  margin: 0 0 4.5rem 0;
  overflow: hidden;
}
.renewal-sub .point-badge img {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-100%);
  transition: all 0.75s;
  width: 36.3rem;
}
.renewal-sub .point-badge.animate img {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
}
@media (max-width: 1679px) {
  .renewal-sub {
    padding: 128px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .renewal-sub {
    padding: 122px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .renewal-sub {
    padding: 163px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .renewal-sub .slogan {
    font-size: 12px;
  }
  .renewal-sub .fsz70 {
    font-size: 54px;
  }
  .renewal-sub .fsz40 {
    font-size: 26px;
  }
  .renewal-sub .fsz27 {
    font-size: 21px;
  }
  .renewal-sub .section-title + .section-desc {
    margin: 4rem 0 0;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .renewal-sub {
    padding: 178px 0 0;
  }
  .renewal-sub .slogan {
    font-size: 10.5px;
  }
  .renewal-sub .fsz70 {
    font-size: 45px;
  }
  .renewal-sub .fsz40 {
    font-size: 23px;
  }
  .renewal-sub .slogan + .section-title {
    margin: 3rem 0 0;
  }
  .renewal-sub .point-badge {
    margin: 0 0 4rem 0;
  }
  .renewal-sub .point-badge img {
    width: 33rem;
  }
  .renewal-sub.margin-top-minus {
    margin: -17.5px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .renewal-sub {
    padding: 163px 0 0;
  }
  .renewal-sub .slogan {
    font-size: 9px;
  }
  .renewal-sub .fsz70 {
    font-size: 34px;
  }
  .renewal-sub .fsz40 {
    font-size: 20px;
  }
  .renewal-sub .fsz27 {
    font-size: 18px;
  }
  .renewal-sub .slogan + .section-title {
    margin: 2.5rem 0 0;
  }
  .renewal-sub .section-desc {
    text-wrap: balance;
  }
  .renewal-sub .section-desc br {
    display: none;
  }
  .renewal-sub .point-badge {
    margin: 0 0 3.5rem 0;
  }
  .renewal-sub .point-badge img {
    width: 220px;
  }
}
@media screen and (max-width: 350px) {
  .renewal-sub .section-title {
    white-space: nowrap;
  }
  .renewal-sub .section-title + .section-desc {
    text-wrap: balance;
  }
  .renewal-sub .section-title + .section-desc br {
    display: none;
  }
}

/* font-size */
html {
  font-size: 10px;
}

@media screen and (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 7.5px;
  }
}
/* max-width */
.center {
  width: 90%;
  max-width: 1468px;
  margin: 0 auto;
}

.center2 {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

/* pc, mobile - show, hide */
.show-laptop {
  display: none;
}

.show-tablet {
  display: none;
}

.show-responsive {
  display: none;
}

.show-mobile {
  display: none;
}

.show-phone {
  display: none;
}

@media screen and (max-width: 1279px) {
  .show-laptop {
    display: block !important;
  }
  .hide-laptop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-tablet {
    display: block !important;
  }
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .show-responsive {
    display: block !important;
  }
  .hide-responsive {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .show-phone {
    display: block !important;
  }
  .hide-phone {
    display: none !important;
  }
}
/* br-keep */
.br-keep {
  display: block !important;
}

/* brs, brl */
@media screen and (min-width: 1280px) {
  .brs1280 {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .brl1280 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .brs1024 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .brl1024 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .brs991 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .brl991 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .brs768 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brl768 {
    display: none;
  }
}
@media screen and (min-width: 451px) {
  .brs450 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .brl450 {
    display: none;
  }
}
/* ---------------sub-menu START--------------- */
.sub-menu {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  top: 199px;
  z-index: 10000;
  padding: 4.4rem 0 0rem;
  transition: padding 0.5s;
}
.sub-menu.scroll {
  padding: 2rem 0 0rem;
}
.sub-menu > li a {
  position: relative;
  font-size: 1.7rem;
  display: block;
  padding: 0rem 4.5rem 1.7rem;
}
.sub-menu > li a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #faaf3d;
  height: 3px;
  width: 0%;
  transition: width 0.5s;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.sub-menu > li a.active {
  font-weight: 700;
}
.sub-menu > li a.active::before {
  width: 85%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .sub-menu > li a:hover {
    font-weight: 700;
  }
  .sub-menu > li a:hover::before {
    width: 85%;
  }
}

@media (max-width: 1679px) {
  .sub-menu {
    top: 67px;
    padding: 2.5rem 0 0rem;
  }
  .sub-menu > li a {
    padding: 0rem 3.5rem 1.5rem;
  }
}
@media (max-width: 1023px) {
  .sub-menu {
    top: 122px;
    padding: 2rem 0 0rem;
  }
  .sub-menu > li a {
    padding: 0rem 2.5rem 0.75rem;
    text-align: center;
    white-space: nowrap;
  }
  .sub-menu > li a::before {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .sub-menu {
    align-items: center;
  }
  .sub-menu > li a {
    padding: 0rem 2rem 0.75rem;
  }
  .sub-menu > li a::before {
    left: 51%;
  }
}
@media screen and (max-width: 450px) {
  .sub-menu {
    padding: 0.5rem 0 0rem;
  }
  .sub-menu.scroll {
    padding: 0.5rem 0 0rem;
  }
  .sub-menu > li a {
    padding: 0rem 1.3rem 0.65rem;
    font-size: 12.5px;
    line-height: 1.35;
  }
}
@media (max-width: 360px) {
  .sub-menu > li {
    flex: 1;
  }
  .sub-menu > li a {
    padding: 0rem 0rem 0.65rem;
  }
}
/* ---------------sub-menu END--------------- */
/* ---------------comming-soon START--------------- */
.comming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ---------------comming-soon END--------------- */
/* ---------------symptom-section START--------------- */
.symptom-section {
  padding: 9rem 0 5rem;
}
.symptom-section .symptom-wrap .symptom-list {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
  overflow: hidden;
  padding: 0 0 23px;
}
.symptom-section .symptom-wrap .symptom-list li {
  white-space: nowrap;
  position: relative;
  background-color: #f1e8ab;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 7.3rem;
}
.symptom-section .symptom-wrap .symptom-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 23px solid #f1e8ab;
  border-bottom: 0;
}
.symptom-section .symptom-wrap .symptom-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.symptom-section .symptom-wrap .symptom-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.symptom-section .symptom-wrap .symptom-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.symptom-section .symptom-wrap .treatment-title {
  padding: 7rem 0 6rem;
  text-align: center;
}
.symptom-section .symptom-wrap .treatment-title .sub-text {
  display: block;
  text-wrap: balance;
}
.symptom-section .symptom-wrap .treatment-title h2 {
  display: inline-block;
  padding: 3rem 0 0;
}
.symptom-section .symptom-wrap .merit-list {
  display: flex;
  justify-content: center;
}
.symptom-section .symptom-wrap .merit-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 0;
}
.symptom-section .symptom-wrap .merit-list li .icon {
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.symptom-section .symptom-wrap .merit-list li .text {
  display: block;
  padding: 3rem 0 0;
}
.symptom-section .symptom-wrap .merit-list li:not(:last-child) {
  border-right: 1px solid rgb(241, 232, 171);
}

@media screen and (max-width: 1279px) {
  .symptom-section {
    padding: 7.5rem 0 5.5rem;
  }
  .symptom-section .symptom-wrap .treatment-title h2 img {
    width: 90%;
  }
  .symptom-section .symptom-wrap .merit-list li .icon {
    height: 70px;
  }
  .symptom-section .symptom-wrap .merit-list li .icon img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 991px) {
  .symptom-section {
    padding: 7rem 0 4.5rem;
  }
  .symptom-section .symptom-wrap .symptom-list li {
    height: 6.5rem;
    align-items: flex-start;
    line-height: 7rem;
  }
  .symptom-section .symptom-wrap .treatment-title {
    padding: 8rem 0 6rem;
  }
  .symptom-section .symptom-wrap .treatment-title .sub-text {
    line-height: 1.5;
  }
  .symptom-section .symptom-wrap .treatment-title h2 {
    padding: 2.5rem 0 0;
  }
  .symptom-section .symptom-wrap .treatment-title h2 img {
    width: 70%;
  }
  .symptom-section .symptom-wrap .merit-list {
    flex-direction: column;
  }
  .symptom-section .symptom-wrap .merit-list li {
    padding: 3rem 0;
  }
  .symptom-section .symptom-wrap .merit-list li .icon {
    height: 62.5px;
  }
  .symptom-section .symptom-wrap .merit-list li .icon img {
    transform: scale(0.8);
  }
  .symptom-section .symptom-wrap .merit-list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgb(241, 232, 171);
  }
}
@media screen and (max-width: 450px) {
  .symptom-section {
    padding: 6.5rem 0 3.5rem;
  }
  .symptom-section .symptom-wrap .symptom-list {
    padding: 0 0 16px;
    gap: 4rem;
  }
  .symptom-section .symptom-wrap .symptom-list li {
    height: 6rem;
    line-height: 6.5rem;
  }
  .symptom-section .symptom-wrap .symptom-list li::before {
    bottom: -16px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #f1e8ab;
    border-bottom: 0;
  }
  .symptom-section .symptom-wrap .treatment-title {
    padding: 7rem 0 4rem;
  }
  .symptom-section .symptom-wrap .treatment-title h2 img {
    width: 80%;
  }
  .symptom-section .symptom-wrap .merit-list {
    width: 80%;
  }
  .symptom-section .symptom-wrap .merit-list li .icon {
    height: 47px;
  }
  .symptom-section .symptom-wrap .merit-list li .icon img {
    transform: scale(0.6);
  }
  .symptom-section .symptom-wrap .merit-list li .text {
    white-space: nowrap;
  }
}
/* ---------------symptom-section END--------------- */
/* ---------------intro-section END--------------- */
.intro-section .intro-wrap {
  position: relative;
}
.intro-section .intro-wrap .section-heading .intro-img-text {
  margin: 3rem 0 3.5rem;
  opacity: 0;
  transform: translateY(3rem);
  filter: blur(3px);
  transition: opacity 1s 0.2s, transform 1s 0.2s, filter 1s 0.2s;
}
.intro-section .intro-wrap .section-heading.animate .intro-img-text {
  opacity: 1;
  transform: translateY(0rem);
  filter: blur(0px);
}
.intro-section .intro-wrap .figure {
  display: flex;
  justify-content: center;
}
.intro-section .intro-wrap .more-button {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 6rem);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 1s 0.2s, opacity 1s 0.2s;
  opacity: 0;
}
.intro-section .intro-wrap .more-button.animate {
  opacity: 1;
  transform: translate(-50%, 9rem);
}
.intro-section .intro-wrap .more-button .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
}
.intro-section .intro-wrap .more-button .circle .more-text {
  width: 75%;
}
.intro-section .intro-wrap .more-button .circle .down-arrow {
  width: 38%;
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% - 2px));
}

@media screen and (max-width: 991px) {
  .intro-section .intro-wrap .section-heading .intro-img-text {
    margin: 2rem 0 2.5rem;
  }
  .intro-section .intro-wrap .section-heading .intro-img-text > img {
    transform: scale(0.8);
  }
  .intro-section .intro-wrap .figure > img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .intro-section .intro-wrap .section-heading .section-title {
    text-wrap: balance;
  }
  .intro-section .intro-wrap .section-heading .section-title br {
    display: none;
  }
  .intro-section .intro-wrap .section-heading .intro-img-text {
    margin: 1rem 0 1.5rem;
  }
  .intro-section .intro-wrap .section-heading .intro-img-text > img {
    transform: scale(0.7);
  }
  .intro-section .intro-wrap .more-button {
    transform: translate(-50%, 3.75rem);
  }
  .intro-section .intro-wrap .more-button .circle {
    width: 13.5rem;
    height: 13.5rem;
  }
  .intro-section .intro-wrap .more-button.animate {
    transform: translate(-50%, 6.75rem);
  }
}
@media screen and (max-width: 450px) {
  .intro-section {
    padding-top: 40px !important;
  }
  .intro-section .intro-wrap .section-heading .intro-img-text {
    margin: 0rem 0 0.5rem;
  }
  .intro-section .intro-wrap .section-heading .intro-img-text > img {
    transform: scale(0.6);
  }
  .intro-section .intro-wrap .more-button {
    transform: translate(-50%, 2.5rem);
  }
  .intro-section .intro-wrap .more-button .circle {
    width: 11rem;
    height: 11rem;
  }
  .intro-section .intro-wrap .more-button.animate {
    transform: translate(-50%, 5.5rem);
  }
}
/* ---------------intro-section END--------------- */
/* ---------------about-section START--------------- */
.about-section {
  padding: 21rem 0 0;
}
.about-section .about-wrap .about-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  margin: 5rem 0 0;
}
.about-section .about-wrap .about-list li {
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #a49377;
  width: 100%;
  height: 8rem;
  text-align: center;
  padding: 0 12.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.about-section .about-wrap .about-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.about-section .about-wrap .about-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.about-section .about-wrap .about-list li:nth-child(4) {
  transition-delay: 0.3s;
}
.about-section .about-wrap .about-list li:nth-child(5) {
  transition-delay: 0.4s;
}
.about-section .about-wrap .about-list li:nth-child(6) {
  transition-delay: 0.5s;
}
.about-section .about-wrap .about-list li:nth-child(7) {
  transition-delay: 0.6s;
}
.about-section .about-wrap .about-list li:nth-child(8) {
  transition-delay: 0.7s;
}
.about-section .about-wrap .about-list li:nth-child(9) {
  transition-delay: 0.8s;
}
.about-section .about-wrap .about-list li:nth-child(10) {
  transition-delay: 0.9s;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 16rem 0 0;
  }
  .about-section .about-wrap .about-list li {
    height: auto;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 450px) {
  .about-section {
    padding: 14rem 0 0;
  }
  .about-section .about-wrap .about-list li {
    line-height: 1.5;
    padding: 10px;
  }
}
/* ---------------about-section END--------------- */
/* ---------------design-section START--------------- */
.design-section .design-wrap .section-heading .no-arrow {
  margin: 6rem 0 5.5rem;
  overflow: hidden;
}
.design-section .design-wrap .section-heading .no-arrow img {
  width: 26.5rem;
  transform: translateY(-100%);
  opacity: 0;
  filter: blur(3px);
  transition: all 1s;
}
.design-section .design-wrap .section-heading .no-arrow.animate img {
  transform: translateY(0%);
  opacity: 1;
  filter: blur(0px);
}
.design-section .design-wrap .section-heading .item-desc {
  padding: 3.5rem 0 0;
  margin: 0 0 -2rem 0;
}
.design-section .design-wrap .design-list {
  padding: 7rem 0 0;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.design-section .design-wrap .design-list li figure {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}
.design-section .design-wrap .design-list li figure figcaption {
  height: 6.3rem;
  text-align: center;
  line-height: 6.3rem;
}
.design-section .design-wrap .design-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.design-section .design-wrap .design-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.design-section .design-wrap .design-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.design-section .design-wrap .design-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.design-section .design-wrap .info-text {
  line-height: 1.5;
  padding: 7rem 0 0;
}

@media screen and (max-width: 1279px) {
  .design-section .design-wrap .section-heading .no-arrow img {
    width: 22rem;
  }
  .design-section .design-wrap .design-list {
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .design-section .design-wrap .section-heading .no-arrow {
    margin: 5rem 0 4.5rem;
  }
  .design-section .design-wrap .section-heading .item-desc {
    line-height: 1.5;
  }
  .design-section .design-wrap .design-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 333px));
  }
}
@media screen and (max-width: 767px) {
  .design-section .design-wrap .section-heading .item-desc {
    text-wrap: balance;
  }
  .design-section .design-wrap .section-heading .item-desc br {
    display: none;
  }
  .design-section .design-wrap .design-list {
    gap: 2rem;
  }
  .design-section .design-wrap .design-list li figure figcaption {
    height: 6rem;
  }
  .design-section .design-wrap .info-text {
    text-wrap: balance;
  }
  .design-section .design-wrap .info-text br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .design-section .design-wrap .section-heading .no-arrow img {
    width: 18rem;
  }
  .design-section .design-wrap .design-list {
    gap: 10px;
  }
  .design-section .design-wrap .design-list li figure figcaption {
    height: 5rem;
    font-size: 19px;
    line-height: 5.25rem;
  }
}
/* ---------------design-section END--------------- */
/* ---------------pride-section START--------------- */
.pride-section .pride-wrap .box-wrap {
  margin: 7rem 0 0;
  display: flex;
  align-items: center;
  gap: 2.5%;
}
.pride-section .pride-wrap .box-wrap .figure {
  width: 49%;
}
.pride-section .pride-wrap .box-wrap .text-box {
  width: 51%;
  text-align: center;
}
.pride-section .pride-wrap .box-wrap .text-box .text-img img {
  position: relative;
}
.pride-section .pride-wrap .box-wrap .text-box .text-img img.c04 {
  right: 5%;
}
.pride-section .pride-wrap .box-wrap .text-box .text-img img.d02 {
  right: 4%;
}
.pride-section .pride-wrap .box-wrap .text-box .pride-desc {
  line-height: 1.5;
  text-wrap: balance;
  padding: 7rem 0 0;
}
.pride-section .pride-wrap .box-wrap .text-box .pride-desc br {
  display: none;
}

@media screen and (max-width: 1279px) {
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.c04 {
    transform: scale(0.85);
  }
  .pride-section .pride-wrap .box-wrap .text-box .pride-desc {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 991px) {
  .pride-section .pride-wrap .box-wrap {
    margin: 5rem 0 0;
    flex-direction: column-reverse;
    gap: 7.5rem;
  }
  .pride-section .pride-wrap .box-wrap .figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pride-section .pride-wrap .box-wrap .text-box {
    width: 100%;
  }
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.c04 {
    right: 2%;
    transform: scale(0.8);
  }
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.d02 {
    right: 2%;
    transform: scale(0.8);
  }
  .pride-section .pride-wrap .box-wrap .text-box .pride-desc {
    padding: 3.5rem 0 0;
  }
  .pride-section .pride-wrap .box-wrap .text-box .pride-desc br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pride-section .pride-wrap .box-wrap {
    margin: 3.5rem 0 0;
  }
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.c04 {
    transform: scale(0.7);
  }
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.d02 {
    transform: scale(0.7);
  }
  .pride-section .pride-wrap .box-wrap .text-box .pride-desc {
    padding: 3rem 0 0;
  }
  .pride-section .pride-wrap .box-wrap .text-box .pride-desc br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .pride-section .pride-wrap .box-wrap {
    gap: 5rem;
  }
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.c04 {
    transform: scale(0.75);
  }
  .pride-section .pride-wrap .box-wrap .text-box .text-img img.d02 {
    transform: scale(0.75);
  }
}
/* ---------------pride-section END--------------- */
/* ---------------process-section START--------------- */
.process-section .process-wrap .section-heading .section-desc {
  margin: 6rem 0 6.5rem;
}
.process-section .process-wrap .process-list {
  display: flex;
  gap: 3rem;
}
.process-section .process-wrap .process-list li {
  flex: 1;
}
.process-section .process-wrap .process-list li .text-box {
  display: flex;
  gap: 2rem;
  padding: 2.2rem 0 0;
}
.process-section .process-wrap .process-list li .text-box .number {
  flex-shrink: 0;
}
.process-section .process-wrap .process-list li .text-box .number img {
  width: 9.5rem;
}
.process-section .process-wrap .process-list li .text-box .text {
  display: flex;
  align-items: center;
}
.process-section .process-wrap .process-list li .text-box .text br {
  display: none;
}

@media screen and (max-width: 1279px) {
  .process-section .process-wrap .process-list {
    gap: 2rem;
  }
  .process-section .process-wrap .process-list li .text-box {
    gap: 1rem;
  }
  .process-section .process-wrap .process-list li .text-box .number img {
    width: 8rem;
  }
  .process-section .process-wrap .process-list li .text-box .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .process-section .process-wrap .section-heading .section-desc {
    margin: 4.5rem 0 5rem;
  }
  .process-section .process-wrap .process-list {
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
  .process-section .process-wrap .process-list li .text-box {
    padding: 2.5rem 0 0;
    gap: 2.5rem;
  }
  .process-section .process-wrap .process-list li .text-box .number img {
    width: 9.5rem;
  }
  .process-section .process-wrap .process-list li .text-box .text {
    font-size: 24px;
  }
  .process-section .process-wrap .process-list li .text-box .text br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .process-section .process-wrap .section-heading .section-desc {
    margin: 3.5rem 0 4rem;
  }
  .process-section .process-wrap .process-list {
    gap: 7.5rem;
  }
  .process-section .process-wrap .process-list li .text-box {
    padding: 2rem 0 0;
    gap: 2rem;
  }
  .process-section .process-wrap .process-list li .text-box .number img {
    width: 7.5rem;
  }
  .process-section .process-wrap .process-list li .text-box .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .process-section .process-wrap .process-list {
    gap: 5rem;
  }
  .process-section .process-wrap .process-list li .text-box {
    padding: 1.5rem 0 0;
  }
  .process-section .process-wrap .process-list li .text-box .number img {
    width: 7rem;
  }
  .process-section .process-wrap .process-list li .text-box .text {
    font-size: 18px;
  }
}
/* ---------------process-section END--------------- */
/* ---------------merit-section START--------------- */
.merit-section .merit-wrap .box-wrap {
  margin: 7rem 0 0;
  display: flex;
  align-items: center;
  gap: 5%;
}
.merit-section .merit-wrap .box-wrap .figure {
  width: 50%;
}
.merit-section .merit-wrap .box-wrap .merit-list {
  width: 50%;
}
.merit-section .merit-wrap .box-wrap .merit-list li {
  padding: 2rem 0;
  display: flex;
  align-items: flex-start;
  gap: 5%;
  border-bottom: 1px solid #f1e8ab;
}
.merit-section .merit-wrap .box-wrap .merit-list li svg {
  width: 3.1rem;
  flex-shrink: 0;
  position: relative;
  top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .merit-section .merit-wrap .box-wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
  .merit-section .merit-wrap .box-wrap .figure {
    width: 100%;
    max-width: 700px;
  }
  .merit-section .merit-wrap .box-wrap .merit-list {
    width: 100%;
    max-width: 700px;
  }
  .merit-section .merit-wrap .box-wrap .merit-list li {
    gap: 4%;
  }
  .merit-section .merit-wrap .box-wrap .merit-list li svg {
    top: 0.7rem;
  }
  .merit-section .merit-wrap .box-wrap .merit-list li .text {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .merit-section .merit-wrap .box-wrap {
    margin: 5rem 0 0;
  }
}
/* ---------------merit-section END--------------- */
/* ---------------checklist-section START--------------- */
.checklist-section .checklist-wrap {
  padding: 5rem;
  box-sizing: border-box;
}
.checklist-section .checklist-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checklist-section .checklist-wrap .box-wrap .text-box {
  padding: 4rem 0rem 5rem 5rem;
}
.checklist-section .checklist-wrap .box-wrap .text-box .title img {
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1s, filter 1s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .title.animate img {
  opacity: 1;
  filter: blur(0px);
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list {
  margin: 7rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li svg {
  width: 31px;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li .text {
  white-space: nowrap;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(1) {
  transition-delay: 0.05s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(3) {
  transition-delay: 0.15s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(4) {
  transition-delay: 0.2s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(5) {
  transition-delay: 0.25s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(6) {
  transition-delay: 0.3s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(7) {
  transition-delay: 0.35s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(8) {
  transition-delay: 0.4s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(9) {
  transition-delay: 0.45s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(10) {
  transition-delay: 0.5s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(11) {
  transition-delay: 0.55s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(12) {
  transition-delay: 0.6s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(13) {
  transition-delay: 0.65s;
}
.checklist-section .checklist-wrap .box-wrap .text-box .check-list li:nth-child(14) {
  transition-delay: 0.7s;
}
@media (max-width: 1500px) {
  .checklist-section .checklist-wrap {
    padding: 5rem 5rem 7.5rem 5rem;
  }
  .checklist-section .checklist-wrap .box-wrap {
    flex-direction: column-reverse;
    gap: 5rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box {
    padding: 0;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .title {
    text-align: center;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list {
    margin: 6rem 0 0;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .checklist-section .checklist-wrap {
    padding: 4rem 4rem 6rem 4rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .title img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .checklist-section .checklist-wrap {
    padding: 3rem 3rem 5rem 3rem;
  }
  .checklist-section .checklist-wrap .box-wrap {
    gap: 3rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .title img {
    transform: scale(0.8);
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list {
    margin: 4rem 0 0;
    row-gap: 2rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list li {
    gap: 1.5rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list li svg {
    width: 23px;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list li .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .checklist-section .checklist-wrap {
    padding: 2.5rem 2.5rem 4.5rem 2.5rem;
  }
  .checklist-section .checklist-wrap .box-wrap {
    gap: 1.5rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .title img {
    transform: scale(0.63);
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list {
    margin: 3rem 0 0;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list li {
    gap: 1.25rem;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list li svg {
    width: 19px;
  }
  .checklist-section .checklist-wrap .box-wrap .text-box .check-list li .text {
    font-size: 17px;
  }
}
/* ---------------checklist-section END--------------- */
/* ---------------feature-section START--------------- */
.feature-section .feature-wrap .section-heading {
  margin: 0 0 9rem;
}
.feature-section .feature-wrap .equip-desc-list {
  max-width: 550px;
  margin: -2rem auto 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.feature-section .feature-wrap .equip-desc-list li {
  padding: 5rem 0;
  text-align: center;
  box-sizing: border-box;
}
.feature-section .feature-wrap .equip-desc-list li .inner .icon {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.feature-section .feature-wrap .equip-desc-list li .inner > span {
  display: inline-block;
  margin: 3rem 0 0;
}
.feature-section .feature-wrap .equip-desc-list li:nth-child(1) {
  border-right: 1px solid rgb(164, 147, 119);
  border-bottom: 1px solid rgb(164, 147, 119);
}
.feature-section .feature-wrap .equip-desc-list li:nth-child(2) {
  border-bottom: 1px solid rgb(164, 147, 119);
}
.feature-section .feature-wrap .equip-desc-list li:nth-child(3) {
  border-right: 1px solid rgb(164, 147, 119);
}
.feature-section .feature-wrap .figure {
  display: flex;
  justify-content: center;
}
.feature-section .feature-wrap .figure img {
  position: relative;
  left: 5%;
}
.feature-section .feature-wrap .equip-desc {
  line-height: 1.35;
  text-align: center;
  padding: 2rem 0 7rem;
  opacity: 0;
  transform: translateY(2.5rem);
  filter: blur(5px);
  transition: all 1s;
}
.feature-section .feature-wrap .equip-desc.animate {
  opacity: 1;
  transform: translateY(0rem);
  filter: blur(0px);
}
.feature-section .feature-wrap .merit-box {
  padding: 5.5rem 0 6.5rem;
  text-align: center;
}
.feature-section .feature-wrap .merit-box .merit-text-img img {
  position: relative;
  right: 2.5%;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1s, filter 1s;
}
.feature-section .feature-wrap .merit-box .merit-text-img.animate img {
  opacity: 1;
  filter: blur(0px);
}
.feature-section .feature-wrap .merit-box .merit-desc {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 0;
  opacity: 0;
  transform: translateY(2.5rem);
  filter: blur(5px);
  transition: all 1s;
  line-height: 1.5;
}
.feature-section .feature-wrap .merit-box .merit-desc.animate {
  opacity: 1;
  transform: translateY(0rem);
  filter: blur(0px);
}
.feature-section .feature-wrap .merit-box .merit-desc .br-gap {
  display: block;
  margin: 0 0 3.5rem 0;
}

@media screen and (max-width: 1279px) {
  .feature-section .feature-wrap .figure img {
    max-width: 550px;
  }
  .feature-section .feature-wrap .merit-box {
    padding: 4rem 0 5.5rem;
  }
  .feature-section .feature-wrap .merit-box .merit-text-img img {
    transform: scale(0.9);
  }
  .feature-section .feature-wrap .merit-box .merit-desc {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 991px) {
  .feature-section .feature-wrap .section-heading {
    margin: 0 0 7rem;
  }
  .feature-section .feature-wrap .figure img {
    max-width: 450px;
  }
  .feature-section .feature-wrap .equip-desc {
    padding: 4rem 0 5.5rem;
    line-height: 1.5;
  }
  .feature-section .feature-wrap .merit-box {
    padding: 2.5rem 0 5.5rem;
  }
  .feature-section .feature-wrap .merit-box .merit-text-img img {
    transform: scale(0.8);
  }
  .feature-section .feature-wrap .merit-box .merit-desc {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-section.pdt200 {
    padding-top: 130px;
  }
  .feature-section .feature-wrap .equip-desc-list li {
    padding: 4rem 0;
  }
  .feature-section .feature-wrap .equip-desc-list li .inner .icon {
    height: 72px;
  }
  .feature-section .feature-wrap .equip-desc-list li .inner .icon img {
    transform: scale(0.8);
  }
  .feature-section .feature-wrap .equip-desc-list li .inner > span {
    margin: 4rem 0 0;
  }
  .feature-section .feature-wrap .figure img {
    max-width: 400px;
  }
  .feature-section .feature-wrap .merit-box .merit-text-img img {
    transform: scale(0.7);
  }
  .feature-section .feature-wrap .merit-box .merit-desc {
    padding: 2rem 0 0;
    text-wrap: balance;
  }
  .feature-section .feature-wrap .merit-box .merit-desc br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .feature-section.pdt200 {
    padding-top: 100px;
  }
  .feature-section .feature-wrap .equip-desc-list li {
    padding: 7vw 0;
  }
  .feature-section .feature-wrap .equip-desc-list li .inner .icon {
    height: 63px;
  }
  .feature-section .feature-wrap .equip-desc-list li .inner .icon img {
    transform: scale(0.6);
  }
  .feature-section .feature-wrap .equip-desc-list li .inner > span {
    margin: 3rem 0 0;
  }
  .feature-section .feature-wrap .figure img {
    max-width: 80%;
  }
  .feature-section .feature-wrap .merit-box {
    padding: 1.5rem 0 5.5rem;
  }
  .feature-section .feature-wrap .merit-box .merit-text-img img {
    transform: scale(0.65);
  }
  .feature-section .feature-wrap .merit-box .merit-desc {
    padding: 1rem 0 0;
  }
}
/* ---------------feature-section END--------------- */
/* ---------------recovery-section END--------------- */
.recovery-section .recovery-wrap .recovery-list {
  margin: 7rem 0 0;
  display: flex;
  gap: 3rem;
}
.recovery-section .recovery-wrap .recovery-list > li {
  flex: 1;
}
.recovery-section .recovery-wrap .recovery-list > li .label {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.recovery-section .recovery-wrap .recovery-list > li .desc {
  padding: 3.5rem 0;
  line-height: 1.35;
}
.recovery-section .recovery-wrap .recovery-list > li > ul > li {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding: 2.1rem 0;
  border-bottom: 1px solid rgb(241, 232, 171);
}
.recovery-section .recovery-wrap .recovery-list > li > ul > li svg {
  width: 3.1rem;
}
.recovery-section .recovery-wrap .recovery-list > li > ul > li:first-child {
  border-top: 1px solid rgb(241, 232, 171);
}
.recovery-section .recovery-wrap .recovery-list > li:nth-child(1) {
  transition-delay: 0.1s;
}
.recovery-section .recovery-wrap .recovery-list > li:nth-child(2) {
  transition-delay: 0.2s;
}
.recovery-section .recovery-wrap .recovery-list > li:nth-child(3) {
  transition-delay: 0.3s;
}
.recovery-section .recovery-wrap .notice {
  padding: 3.5rem 0 0;
}

@media screen and (max-width: 1279px) {
  .recovery-section .recovery-wrap .recovery-list > li .label {
    font-size: 33px;
  }
  .recovery-section .recovery-wrap .recovery-list > li .desc {
    font-size: 23px;
  }
  .recovery-section .recovery-wrap .recovery-list > li > ul > li {
    gap: 2rem;
  }
  .recovery-section .recovery-wrap .recovery-list > li > ul > li .text {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .recovery-section .recovery-wrap .recovery-list {
    margin: 6rem 0 0;
    flex-direction: column;
    gap: 7.5rem;
  }
  .recovery-section .recovery-wrap .recovery-list > li .label {
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 7.5rem;
  }
  .recovery-section .recovery-wrap .recovery-list > li .desc {
    line-height: 1.4;
  }
  .recovery-section .recovery-wrap .notice {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recovery-section .recovery-wrap .recovery-list {
    gap: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .recovery-section .recovery-wrap .recovery-list > li .label {
    font-size: 25px;
    height: 6.5rem;
    line-height: 7rem;
  }
  .recovery-section .recovery-wrap .recovery-list > li .desc {
    font-size: 18px;
  }
  .recovery-section .recovery-wrap .recovery-list > li > ul > li .text {
    font-size: 18px;
  }
}
/* ---------------recovery-section END--------------- */
/* ---------------comparison-section END--------------- */
.comparison-section .comparison-wrap .how .divider {
  display: flex;
  justify-content: center;
  margin: 6rem 0;
  overflow: hidden;
}
.comparison-section .comparison-wrap .how .divider span {
  display: block;
  width: 1px;
  background-color: #a49377;
  height: 16.9rem;
  transform: translateY(-100%);
  transition: transform 1s;
}
.comparison-section .comparison-wrap .how .divider.animate span {
  transform: translateY(0%);
}
.comparison-section .comparison-wrap > .section-heading > .slogan {
  display: block;
  margin: 2rem 0 0;
}
.comparison-section .comparison-wrap > .section-heading .section-desc {
  margin: 5rem 0 0;
}
.comparison-section .comparison-wrap .box-wrap {
  margin: 8.5rem 0 0;
  display: flex;
  gap: 5rem;
}
.comparison-section .comparison-wrap .box-wrap .box .figure {
  margin: 0 0 4.2rem 0;
}
.comparison-section .comparison-wrap .box-wrap .box .surgery-name {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 0 1.5rem 0;
}
.comparison-section .comparison-wrap .box-wrap .box .surgery-desc-list li {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid;
}
.comparison-section .comparison-wrap .box-wrap .box .surgery-desc-list li svg {
  width: 3.1rem;
  position: relative;
  top: 0.7rem;
}
.comparison-section .comparison-wrap .box-wrap .box.right {
  filter: grayscale(0.5) brightness(0.6) sepia(0.15);
  transition: filter 1s 0.5s;
}
.comparison-section .comparison-wrap .box-wrap .box.right.animate {
  filter: grayscale(0) brightness(1) sepia(0);
}
.comparison-section .comparison-wrap .box-wrap .versus {
  padding: 8% 0 0;
}
.comparison-section .comparison-wrap .box-wrap .versus img {
  width: 7.9rem;
}

@media screen and (max-width: 1279px) {
  .comparison-section .comparison-wrap .box-wrap {
    gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .comparison-section .comparison-wrap .box-wrap {
    gap: 3rem;
  }
  .comparison-section .comparison-wrap .box-wrap .box .surgery-name span {
    position: relative;
  }
  .comparison-section .comparison-wrap .box-wrap .box .surgery-desc-list li svg {
    top: 0.6rem;
  }
  .comparison-section .comparison-wrap .box-wrap .box .surgery-desc-list li .text {
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .comparison-section .comparison-wrap .how .divider {
    margin: 5rem 0;
  }
  .comparison-section .comparison-wrap .box-wrap {
    gap: 6rem;
    flex-direction: column;
  }
  .comparison-section .comparison-wrap .box-wrap .box .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comparison-section .comparison-wrap .box-wrap .box .surgery-desc-list li {
    gap: 2rem;
  }
  .comparison-section .comparison-wrap .box-wrap .box.left {
    opacity: 0;
    transform: translateY(3rem);
    transition: opacity 1s, transform 1s;
  }
  .comparison-section .comparison-wrap .box-wrap .box.left.animate {
    opacity: 1;
    transform: translateY(0rem);
  }
  .comparison-section .comparison-wrap .box-wrap .box.right {
    opacity: 0;
    transform: translateY(3rem);
    transition: opacity 1s, transform 1s;
  }
  .comparison-section .comparison-wrap .box-wrap .box.right.animate {
    opacity: 1;
    transform: translateY(0rem);
  }
  .comparison-section .comparison-wrap .box-wrap .versus {
    padding: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s;
  }
  .comparison-section .comparison-wrap .box-wrap .versus.animate {
    opacity: 1;
  }
}
@media screen and (max-width: 450px) {
  .comparison-section .comparison-wrap .how .divider {
    margin: 4rem 0;
  }
  .comparison-section .comparison-wrap .how .divider span {
    height: 13rem;
  }
  .comparison-section .comparison-wrap > .section-heading .section-desc {
    text-wrap: balance;
  }
  .comparison-section .comparison-wrap > .section-heading .section-desc br {
    display: none;
  }
  .comparison-section .comparison-wrap .box-wrap .versus img {
    width: 7rem;
  }
}
/* ---------------comparison-section END--------------- */
/* ---------------info-section START--------------- */
.info-section {
  padding: 11rem 0 0;
}
.info-section .info-wrap .info-list {
  padding: 8rem 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.info-section .info-wrap .info-list li {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s, transform 1s;
  display: flex;
  align-items: center;
  gap: 4rem;
}
.info-section .info-wrap .info-list li .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 2rem;
  width: 18.8rem;
  height: 8rem;
  flex-shrink: 0;
}
.info-section .info-wrap .info-list li:nth-child(1) {
  transition-delay: 0.075s;
}
.info-section .info-wrap .info-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.info-section .info-wrap .info-list li:nth-child(3) {
  transition-delay: 0.225s;
}
.info-section .info-wrap .info-list li:nth-child(4) {
  transition-delay: 0.3s;
}
.info-section .info-wrap .info-list li:nth-child(5) {
  transition-delay: 0.375s;
}
.info-section .info-wrap .info-list li:nth-child(6) {
  transition-delay: 0.45s;
}
.info-section .info-wrap .info-list li:nth-child(7) {
  transition-delay: 0.525s;
}
.info-section .info-wrap .info-list li:nth-child(8) {
  transition-delay: 0.6s;
}
.info-section .info-wrap .info-list.animate li {
  opacity: 1;
  transform: translateY(0rem);
}
@media screen and (max-width: 991px) {
  .info-section {
    padding: 10rem 0 0;
  }
  .info-section .info-wrap .info-list {
    padding: 6.5rem 0 6rem;
  }
  .info-section .info-wrap .info-list li .desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .info-section .info-wrap .info-list {
    padding: 5.5rem 0 5rem;
  }
  .info-section .info-wrap .info-list li {
    gap: 3.5rem;
  }
  .info-section .info-wrap .info-list li .label {
    width: 17rem;
    height: 7.5rem;
  }
  .info-section .info-wrap .info-list li .desc {
    text-wrap: balance;
  }
  .info-section .info-wrap .info-list li .desc br {
    display: none;
  }
  .info-section .info-wrap .notice {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .info-section {
    padding: 55px 0 0;
  }
  .info-section .info-wrap .info-list li {
    gap: 3rem;
  }
  .info-section .info-wrap .info-list li .label {
    width: 16rem;
    height: 6.5rem;
  }
  .info-section .info-wrap .info-list li .desc {
    font-size: 17px;
  }
}
/* ---------------info-section END--------------- */
/* ---------------equipment-section START--------------- */
.equipment-section {
  padding: 10rem 0 0;
}
.equipment-section .equipment-wrap .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin: 8rem 0 0;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area {
  display: flex;
  align-items: center;
  gap: 7.5%;
  opacity: 0;
  transition: opacity 1s 0.2s;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area.animate {
  opacity: 1;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box {
  width: 49.5%;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .equip-title {
  display: flex;
  justify-content: center;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .equip-title > img {
  position: relative;
  right: 5%;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc {
  text-align: center;
  padding: 4.5rem 0 3rem;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .keywords {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .keywords > li {
  font-weight: 600;
  color: #a49377;
  white-space: nowrap;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list {
  padding: 3.5rem 0 0 5%;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list > li {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin: 0 0 0.5rem 0;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list > li svg {
  width: 3.1rem;
  flex-shrink: 0;
  position: relative;
  top: 0.7rem;
  left: 0;
}
.equipment-section .equipment-wrap .box-wrap .box .top-area .figure {
  width: 50.5%;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area {
  margin: 6.6rem 0 0;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area.animate .info-list > li {
  opacity: 1;
  transform: translateY(0rem);
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list {
  display: flex;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li {
  position: relative;
  flex: 1;
  text-align: center;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 1s, transform 1s;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .icon {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .text {
  padding: 2.5rem 0 0;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgb(241, 232, 171);
  right: 0;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(1) {
  transition-delay: 0.1s;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(2) {
  transition-delay: 0.2s;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(3) {
  transition-delay: 0.3s;
}
.equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(4) {
  transition-delay: 0.4s;
}

@media screen and (max-width: 1279px) {
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .equip-title > img {
    transform: scale(0.9);
    transform-origin: bottom center;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc {
    text-wrap: balance;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc br {
    display: none;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .keywords {
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.5rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list {
    padding: 3.5rem 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .equipment-section {
    padding: 9rem 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap {
    gap: 10rem;
    margin: 6.5rem 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box {
    width: 100%;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc {
    text-wrap: unset;
    line-height: 1.5;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc br {
    display: block;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 3.5rem 0 0 20%;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list > li svg {
    top: 0.6rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .text {
    line-height: 1.5;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .text > span {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .equipment-section {
    padding: 8rem 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap {
    gap: 7.5rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area {
    gap: 0rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .equip-title > img {
    transform: scale(0.7);
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc {
    text-wrap: balance;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc br {
    display: none;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .keywords {
    padding: 0 0 3.5rem 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list {
    padding: 0;
    margin: 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list > li svg {
    top: 0.4rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li {
    box-sizing: border-box;
    padding: 4rem 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .icon {
    height: 45px;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .icon > img {
    transform: scale(0.9);
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:not(:last-child)::before {
    content: none;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(1) {
    border-right: 1px solid rgb(241, 232, 171);
    border-bottom: 1px solid rgb(241, 232, 171);
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(2) {
    border-bottom: 1px solid rgb(241, 232, 171);
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li:nth-child(3) {
    border-right: 1px solid rgb(241, 232, 171);
  }
}
@media screen and (max-width: 450px) {
  .equipment-section {
    padding: 55px 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap {
    margin: 5rem 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .equip-title {
    margin: -4rem 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .equip-title > img {
    transform: scale(0.5);
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .desc {
    font-size: 18px;
    padding: 4rem 0 3rem;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .keywords > li {
    font-size: 18px;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list > li {
    gap: 11px;
  }
  .equipment-section .equipment-wrap .box-wrap .box .top-area .text-box .merit-list > li .text {
    font-size: 18px;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area {
    margin: 5rem 0 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li {
    padding: 3rem 0;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .icon {
    height: 40px;
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .icon > img {
    transform: scale(0.8);
  }
  .equipment-section .equipment-wrap .box-wrap .box .bottom-area .info-list > li .text {
    font-size: 18px;
  }
}
/* ---------------equipment-section START--------------- */
/* ---------------trust-section START--------------- */
.trust-section {
  padding: 11rem 0 0;
}
.trust-section .trust-wrap {
  padding: 7rem 0 8rem;
}
.trust-section .trust-wrap .text-box h2 {
  margin: 4rem 0 5rem;
}
.trust-section .trust-wrap .text-box .trust-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.trust-section .trust-wrap .text-box .trust-list li {
  position: relative;
  padding: 1rem 47px;
}
.trust-section .trust-wrap .text-box .trust-list li svg {
  width: 31px;
}
.trust-section .trust-wrap .text-box .trust-list li p {
  padding: 2rem 0 0;
}
.trust-section .trust-wrap .text-box .trust-list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #af9f85;
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.trust-section .trust-wrap .text-box .trust-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.trust-section .trust-wrap .text-box .trust-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.trust-section .trust-wrap .text-box .trust-list li:nth-child(3) {
  transition-delay: 0.3s;
}

@media screen and (max-width: 1279px) {
  .trust-section .trust-wrap .text-box h2 {
    margin: 3rem 0 4rem;
  }
  .trust-section .trust-wrap .text-box h2 img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1023px) {
  .trust-section .trust-wrap .text-box h2 {
    margin: 1.5rem 0 2rem;
  }
  .trust-section .trust-wrap .text-box h2 img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .trust-section {
    padding: 10rem 0 0;
  }
  .trust-section .trust-wrap {
    padding: 5.5rem 0 7rem;
  }
  .trust-section .trust-wrap .text-box h2 {
    margin: -0.5rem 0 1rem;
  }
  .trust-section .trust-wrap .text-box h2 img {
    transform: scale(0.7);
  }
  .trust-section .trust-wrap .text-box .trust-list {
    flex-direction: column;
    gap: 6rem;
  }
  .trust-section .trust-wrap .text-box .trust-list li {
    padding: 0;
  }
  .trust-section .trust-wrap .text-box .trust-list li:not(:last-child)::before {
    width: 72%;
    height: 1px;
    left: 50%;
    right: unset;
    top: unset;
    bottom: -3rem;
    transform: translateX(-50%);
  }
  .trust-section .trust-wrap .text-box .trust-list li svg {
    width: 27px;
  }
  .trust-section .trust-wrap .text-box .trust-list li p {
    padding: 1.5rem 0 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  .trust-section {
    padding: 55px 0 0;
  }
  .trust-section .trust-wrap .text-box .trust-list {
    gap: 5rem;
  }
  .trust-section .trust-wrap .text-box .trust-list li:not(:last-child)::before {
    bottom: -2.5rem;
  }
  .trust-section .trust-wrap .text-box .trust-list li svg {
    width: 24px;
  }
  .trust-section .trust-wrap .text-box .trust-list li p {
    padding: 1rem 0 0;
  }
}
/* ---------------trust-section END--------------- */
/* ---------------signature-section START--------------- */
.signature-section {
  padding: 8.5rem 0 0;
  background-image: url("../img/renewal_signature_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.signature-section .signature-wrap .section-heading p {
  line-height: 1.35;
  padding: 3rem 0 0;
  transition-delay: 0.2s;
}
.signature-section .signature-wrap .box-wrap {
  margin: 7.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 3%;
}
.signature-section .signature-wrap .box-wrap .figure {
  width: 47.5%;
}
.signature-section .signature-wrap .box-wrap .text-box {
  width: 52.5%;
  transition-duration: 1.25s;
}
.signature-section .signature-wrap .box-wrap .text-box h3 {
  text-align: center;
  padding: 0 0 4.5rem 0;
}
.signature-section .signature-wrap .box-wrap .text-box .list-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3.6rem;
}
.signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box {
  width: 28.4rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 6.8rem;
  border-radius: 2rem;
  margin: 0 0 1rem 0;
}
.signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box svg {
  width: 3.5rem;
  margin: 0 0 0 3rem;
}
.signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .list li {
  padding: 1.7rem 2.5rem;
  border-bottom: 1px solid rgba(170, 154, 128, 0.3);
}
.signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box {
    width: 25rem;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box svg {
    width: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .signature-section {
    padding: 8rem 0 0;
  }
  .signature-section .signature-wrap .section-heading p {
    line-height: 1.5;
  }
  .signature-section .signature-wrap .box-wrap {
    margin: 6rem 0 0;
    flex-direction: column;
    gap: 7.5rem;
  }
  .signature-section .signature-wrap .box-wrap .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .signature-section .signature-wrap .box-wrap .figure img {
    max-width: 500px;
  }
  .signature-section .signature-wrap .box-wrap .text-box {
    width: 100%;
    transition-duration: 1s;
    transition-delay: 0.75s;
  }
  .signature-section .signature-wrap .box-wrap .text-box h3 {
    font-size: 42px;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .signature-section .signature-wrap .box-wrap .figure img {
    max-width: 90%;
  }
  .signature-section .signature-wrap .box-wrap .text-box h3 {
    font-size: 36px;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box {
    width: auto;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box svg {
    margin: 0 0 0 2rem;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box .title {
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 450px) {
  .signature-section {
    padding: 55px 0 0;
    background-position: 0% 50%;
  }
  .signature-section .signature-wrap .box-wrap .text-box h3 {
    font-size: 30px;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap {
    gap: 2.5rem;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box {
    gap: 8px;
    height: 6rem;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box svg {
    width: 2.5rem;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .title-box .title {
    font-size: 17.5px;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .list li a {
    font-size: 17px;
  }
}
@media (max-width: 345px) {
  .signature-section .signature-wrap .section-heading > p {
    text-wrap: balance;
  }
  .signature-section .signature-wrap .section-heading > p br {
    display: none;
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box {
    width: calc(50% - 1rem);
  }
  .signature-section .signature-wrap .box-wrap .text-box .list-wrap .list-box .list li {
    padding: 1.6rem 0;
  }
}
/* ---------------signature-section END--------------- */
/* ---------------faq-section START--------------- */
.faq-section {
  padding: 10rem 0 0;
}
.faq-section .faq-wrap .faq-list {
  margin: 4rem 0 0;
  padding: 3rem 0 3.5rem;
}
.faq-section .faq-wrap .faq-list li {
  width: 88%;
  margin: 0 auto;
  text-align: center;
  padding: 4.8rem 0;
}
.faq-section .faq-wrap .faq-list li h3 {
  font-weight: 600;
  letter-spacing: -0.085em;
}
.faq-section .faq-wrap .faq-list li p {
  padding: 3rem 0 0;
}
.faq-section .faq-wrap .faq-list li:not(:last-child) {
  border-bottom: 1px solid rgb(164, 147, 119);
}

@media screen and (max-width: 1279px) {
  .faq-section .faq-wrap .faq-list li p {
    text-wrap: balance;
  }
  .faq-section .faq-wrap .faq-list li p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .faq-section {
    padding: 9rem 0 0;
  }
  .faq-section .faq-wrap .faq-list li {
    position: relative;
    width: 90%;
  }
  .faq-section .faq-wrap .faq-list li h3 {
    font-size: 30px;
    line-height: 1.35;
  }
  .faq-section .faq-wrap .faq-list li p {
    line-height: 1.6;
    padding: 4rem 0 0;
  }
  .faq-section .faq-wrap .faq-list li:not(:last-child) {
    border-bottom: none;
  }
  .faq-section .faq-wrap .faq-list li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: rgb(164, 147, 119);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .faq-section {
    padding: 55px 0 0;
  }
  .faq-section .faq-wrap .faq-list {
    padding: 2rem 0;
  }
  .faq-section .faq-wrap .faq-list li h3 {
    font-size: 22px;
  }
  .faq-section .faq-wrap .faq-list li p {
    line-height: 1.72;
  }
}
/* ---------------faq-section END--------------- *//*# sourceMappingURL=renewal_sub.css.map */