.bl_firstTop {
  position: relative;
}

.bl_firstTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../../img/common/logo.svg) no-repeat center/cover;
  background-size: 980px auto;
  opacity: 0.4;
  z-index: -1;
}

.bl_firstTop_message {
  font-weight: 500;
  padding: 40px 20px;
}

.bl_firstTop_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.bl_firstTop_swiper .swiper-slide {
  aspect-ratio: 14 / 16;
  border-radius: 12px;
  overflow: hidden;
  max-width: 42vw;
}

.bl_firstTop_swiper .swiper-slide[data-swiper-slide-index='1'],
.bl_firstTop_swiper .swiper-slide[data-swiper-slide-index='3'],
.bl_firstTop_swiper .swiper-slide[data-swiper-slide-index='5'],
.bl_firstTop_swiper .swiper-slide[data-swiper-slide-index='7'],
.bl_firstTop_swiper .swiper-slide[data-swiper-slide-index='9'] {
  margin-top: 40px;
}

.ly_firstIdea {
  padding: 80px 20px;
  overflow: clip;
}

.bl_firstIdea {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_firstIdea h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.1071rem + 0.7143vw, 1.75rem);
  font-weight: 700;
  position: relative;
}

.bl_firstIdea h2 span {
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  top: 0;
  left: 0;
  transform: translate(-30%, -10%);
  background: linear-gradient(
    90deg,
    rgba(34, 172, 56, 0.16) -4.92%,
    rgba(250, 238, 0, 0.16) 109.1%
  );
  z-index: -1;
  border-radius: 50%;
}
/* 
.bl_firstIdea h2 span.isFixed {
  position: fixed;
  top: 50%;
} */

.ly_recommendation {
  padding: 80px 20px 120px;
  background: #f8f5e9;
}

.bl_recommendation h3 {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1071rem + 0.7143vw, 1.75rem);
  margin-block: 20px 0;
}

.bl_recLeft h3 {
  margin-bottom: 20px;
}

.bl_recommendationCont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 54px;
}

.bl_recommendationTips {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_recommendationTips h3 {
  font-size: clamp(1.5rem, 1.0229rem + 2.0356vw, 2rem);
  font-weight: 700;
}

.bl_recommendationTips h3 span {
  font-size: clamp(2rem, 1.6422rem + 1.5267vw, 2.375rem);
}

.bl_recommendationTips_cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_recommendationTips_cont .bl_tipImg {
  border-radius: 8px;
  overflow: hidden;
}

.bl_recommendationTips_cont .bl_tipText {
  display: contents;
}

.bl_recommendationTips_cont h4 {
  font-size: clamp(1.25rem, 1.0115rem + 1.0178vw, 1.5rem);
  letter-spacing: 0.04em;
}

.bl_recommendationMore {
  margin-top: 40px;
  background: #ebf2e8;
  padding: 20px;
}

.bl_moreTop {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.bl_moreTop svg {
  max-width: 100%;
}

.ly_strength {
  padding-block: 80px;
}

.bl_strengthTop {
  padding-inline: 19px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_strengthContTable {
  height: 100vh;
  max-height: 700px;
  overflow: scroll;
  width: auto;
  margin-top: 40px;
  position: relative;
}

.bl_strengthContTable::-webkit-scrollbar {
  display: none;
}

.bl_strengthContTable {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bl_strengthContTable picture,
.bl_strengthContTable img {
  height: 100%;
  max-width: unset;
}

.bl_strengthContTable::after {
  width: 140px;
  height: 80px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../img/common/scroll-hint.svg) no-repeat center/contain;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.bl_strengthContTable.is-touched::after {
  opacity: 0;
  pointer-events: none;
}

.bl_strengthDetails {
  padding: 100px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_strengthDetails h3 {
  font-size: clamp(1.5rem, 1.1429rem + 1.7857vw, 2rem);
  margin: 0;
}

.bl_strengthDetails h4 {
  margin: 0;
}

.bl_strengthDetails_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_strengthDetails_itemCont {
  display: contents;
}

.bl_strengthDetails_itemPoint {
  background: #f8f5e9;
  padding: 28px 20px 20px;
  margin-top: 36px;
  position: relative;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl_strengthDetails_itemPoint li {
  list-style: disc;
  margin-left: 28px;
}

.bl_strengthDetails_itemPoint svg {
  left: 28px;
  top: 0;
  transform: translateY(-50%);
  position: absolute;
}

.bl_strengthMore {
  margin-inline: 20px;
  padding: 20px 17px;
  border-radius: 16px;
  background: #ebf2e899;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_strengthMore h3 {
  font-size: clamp(1.25rem, 1.1071rem + 0.7143vw, 1.75rem);
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}

.bl_strengthMore .hp_colorGreen {
  font-size: clamp(1.25rem, 0.9643rem + 1.4286vw, 2.25rem);
}

.ly_symptoms {
  padding-block: 80px 40px;
  background: #f8f5e9;
  padding-inline: 20px;
}

.bl_symptomCategories {
  padding-inline: 0;
}

.bl_symptomSwiper {
  background: #fff;
  border-radius: 8px;
  margin-block: 40px 60px;
}

.bl_greeting {
  padding-inline: 20px;
}

.bl_greetingTop {
  margin-top: 90px;
}

.bl_greetingTop p {
  font-size: clamp(1.5rem, 1.1429rem + 1.7857vw, 2rem) !important;
  font-weight: 700;
}

.bl_greetingTop p span {
  font-size: clamp(2.625rem, 2.0893rem + 2.6786vw, 4.5rem);
}

.bl_greetingIntro {
  margin-top: 62px;
  border-radius: 12px;
  background: linear-gradient(
    278.1deg,
    rgba(34, 172, 56, 0.3) 0%,
    rgba(250, 238, 0, 0.18) 39.61%,
    rgba(34, 172, 56, 0.3) 99.03%
  );
  position: relative;
  min-width: 100%;
  max-height: 280px;
  overflow-y: visible;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bl_greetingIntroWrap {
  display: contents;
}

.bl_directorImg {
  width: 43.2vw;
  max-width: 150px;
  height: auto;
  display: flex;
  align-items: flex-end;
}

.bl_greetingIntro .bl_greetingTop {
  display: none;
}

.bl_directorName {
  writing-mode: vertical-rl;
  padding-top: 40px;
}

.bl_directorName p {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.bl_directorName div {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.bl_directorName p.un_txtBig {
  display: inline-flex;
  font-size: 36px;
  height: fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.2em;
}

.bl_directorName p.un_txtBig small {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.bl_greetingText {
  margin-top: 25px;
  background: #f8f5e9;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  max-height: 400px;
  overflow: clip;
  transition: max-height 0.3s ease;
}

.bl_greetingText .el_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(248, 245, 233, 0) 0%,
    rgba(248, 245, 233, 0.8) 25%,
    #f8f5e9 50%,
    #f8f5e9 100%
  );
}

.bl_greetingText.isOpen {
  max-height: none;
  padding-bottom: 80px;
}

.bl_greetingText.isOpen .el_btn {
  background: transparent;
}

.bl_greetingHistory {
  padding-block: 80px;
}

.bl_greetingHistory h3 {
  margin: 0;
  font-size: clamp(1.5rem, 1.1429rem + 1.7857vw, 2rem);
}

.bl_greetingHistory ul {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bl_greetingHistory ul li {
  display: grid;
  grid-template-columns: 60px auto;
}

.bl_greetingHistory ul li span {
  display: block;
  padding-bottom: 12px;
  padding-right: 12px;
  position: relative;
  height: 100%;
}

.bl_greetingHistory ul li span::after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.bl_greetingHistory ul li span:first-child {
  width: 60px;
}

.bl_greetingHistory ul li span:first-child::after {
  background: linear-gradient(
    180deg,
    rgba(170, 214, 21, 0.4) 0%,
    rgba(110, 195, 37, 0.4) 100%
  );
}

.bl_greetingHistory ul li span:last-child {
  flex-grow: 1;
}

.bl_greetingHistory ul li span:last-child::after {
  background: #e5e5e5;
}

.ly_images {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
}

.bl_mindImgs {
  padding-inline: 20px;
  height: 930px;
}

.bl_mindImg:first-child {
  position: sticky;
  top: 100px;
  max-width: 250px;
}

.bl_mindImg:last-child {
  position: sticky;
  margin-left: auto;
  top: 0px;
  max-width: 200px;
  margin-top: 220px;
}

.ly_mind {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 15%
  );
  padding: 80px 20px 80px 19px;
}

.bl_mind h3 {
  font-size: 20px;
  font-weight: 700;
  margin-block: 40px 20px;
}

@media screen and (min-width: 768px) {
  .bl_secHeader {
    padding-inline: 0;
  }

  .bl_secHeader span {
    transform: translate(-45%, 0);
  }

  .bl_firstTop_message {
    text-align: center;
    padding-block: 120px;
    font-size: 20px;
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_firstTop::after {
    transform: translate(-50%, -60%);
  }

  .bl_firstTop_swiper .swiper-slide {
    max-width: 280px;
  }

  .ly_firstIdea {
    padding-block: 120px;
  }

  .bl_firstIdea {
    max-width: 1120px;
    margin-inline: auto;
    flex-direction: row;
  }

  .bl_firstIdea h2 {
    flex-shrink: 0;
    max-width: 50%;
  }

  .bl_firstIdea h2 span {
    width: 400px;
    height: 400px;
  }

  .bl_recommendation {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_recommendation h3 {
    margin-top: 0;
  }

  .bl_recommendationCont {
    margin-block: 64px 160px;
    flex-direction: row;
  }

  .bl_recLeft {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
    max-width: min(620px, 50vw);
  }

  .bl_recLeft p {
    max-width: 540px;
  }

  .bl_recommendationTips_cont {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .bl_recommendationTips_cont h4 {
    margin-top: 0;
  }

  .bl_recommendationTips_cont .bl_tipText {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: min(540px, 50vw);
  }

  .bl_recommendationTips_cont .bl_tipImg {
    aspect-ratio: 360 / 200;
    max-width: 360px;
    max-height: 200px;
  }

  .bl_recommendationMore {
    padding: 40px 7%;
    display: grid;
    gap: 10%;
    grid-template-columns: 1fr 1.1fr;
  }

  .bl_moreTop {
    max-width: 400px;
    align-items: center;
    margin: 0;
  }

  .bl_moreTop svg:first-child {
    width: 100%;
  }

  .bl_moreBottom {
    max-width: 440px;
  }

  .ly_recommendation {
    padding-bottom: 160px;
  }

  .ly_strength {
    padding-inline: 20px;
    padding-bottom: 120px;
  }

  .bl_strength {
    max-width: 1160px;
    margin-inline: auto;
  }

  .bl_strengthContTable {
    aspect-ratio: 1086 / 800;
    max-height: 800px;
    max-width: min(1086px, 100%);
    margin-inline: auto;
  }

  .bl_strengthContTable::after {
    content: none;
  }

  .bl_strengthDetails {
    padding-inline: 0;
    max-width: 1060px;
    margin-inline: auto;
  }

  .bl_strengthDetails_item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .bl_strengthDetails_itemImg {
    max-width: 400px;
  }

  .bl_strengthDetails_itemCont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 540px;
  }

  .bl_strengthDetails .el_circleAround {
    margin-bottom: 16px;
  }

  .bl_strengthDetails_itemPoint {
    margin-top: 16px;
  }

  .bl_strengthMore {
    max-width: 1120px;
    padding: 40px 6%;
    text-align: center;
    gap: 40px;
  }

  .ly_symptoms {
    padding-inline: 0;
    padding-bottom: 80px;
  }

  .bl_symptomsTop {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_symptomSwiper {
    background: transparent;
  }

  .ly_first .ly_reason {
    padding-bottom: 50px;
  }

  .bl_greeting {
    padding-top: 70px;
    max-width: 1160px;
    margin-inline: auto;
  }

  .bl_greetingIntro .bl_greetingTop {
    display: block;
  }

  .bl_greetingTop,
  .bl_directorName {
    margin-top: 0;
    padding: 60px 0;
  }

  .bl_greetingIntro {
    max-height: 485px;
    margin-top: 96px;
    justify-content: flex-start;
    gap: min(8vw, 160px);
    background: linear-gradient(
      278.1deg,
      rgba(34, 172, 56, 0.3) 0%,
      rgba(250, 238, 0, 0.18) 39.61%,
      rgba(34, 172, 56, 0.3) 99.03%
    );
  }

  .bl_greetingIntroWrap {
    display: flex;
    gap: min(40px, 3vw);
  }

  .bl_directorImg {
    max-width: 250px;
    width: 18vw;
  }

  .bl_greetingText {
    margin-inline: 60px;
    padding: 40px;
    font-size: 18px;
  }

  .bl_greetingHistory {
    max-width: 1000px;
    margin-inline: auto;
  }

  .bl_greetingHistory ul {
    gap: 20px;
  }

  .bl_greetingHistory ul li {
    grid-template-columns: 240px auto;
    grid-auto-rows: min-content;
    height: max-content;
  }

  .bl_greetingHistory ul li span {
    font-size: 18px;
  }

  .bl_greetingHistory ul li span:first-child {
    width: 240px;
    height: 100%;
  }

  .bl_greetingHistory ul li span:last-child {
    padding: 0 16px 16px 16px;
    height: max-content;
  }

  .bl_mind {
    max-width: 640px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1440px) {
  .bl_greetingText {
    margin-top: -100px;
  }

  .ly_mindWrapper {
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 0;
  }

  .ly_images {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 0;
  }

  .ly_mind {
    position: sticky;
    top: 0;
    z-index: 1;
    padding-top: 120px;
    min-height: 100vh;
  }

  .bl_lastCta {
    position: relative;
    z-index: 3;
  }

  .bl_mindImg:first-child {
    margin-left: 40px;
  }

  .bl_mindImg:last-child {
    margin-right: 100px;
  }
}
