.clean_styler img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc-only {
  display: block !important;
}

.mo-only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }

  .mo-only {
    display: block !important;
  }
}

.disclaimer {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.disclaimer li {
  word-break: keep-all;
}

.disclaimer__title {
  margin-top: 16px;
}

.disclaimer__title:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .disclaimer {
    font-size: 13px;
  }
}

.footnotes {
  display: none;
  margin-top: 16px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f5f5f5;
}

.footnotes.active {
  display: block;
}

.footnotes__inner {
  overflow-y: scroll;
  max-height: 150px;
}

.footnotes__button {
  display: flex;
  gap: 4px;
  margin-top: 20px;
  padding: 7px 15px;
  border: 1px solid #000;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.footnotes__button.btn-more {
  margin-top: 16px;
}

.footnotes__button.btn-more[aria-expanded='true'] {
  display: none;
}

.footnotes__button.btn-more::after {
  background-position: center -2px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .footnotes {
    margin-top: 12px;
    padding: 20px;
  }

  .footnotes__button {
    font-size: 12px;
  }

  .footnotes .disclaimer {
    color: #000;
  }
}

.more-info--wide {
  width: 100%;
}

.more-info--wide .footnotes {
  background: #fff;
}

.more-info--wide .footnotes__inner {
  overflow: visible;
  max-height: unset;
  text-align: left;
}

.more-info--wide .footnotes__button {
  background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1019607843);
  background-size: cover;
  cursor: pointer;
  transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.swiper-button-prev {
  left: 20px;
  background-image: url('/kr/story/images/ico-slide-prev.png');
}

.swiper-button-next {
  right: 20px;
  background-image: url('/kr/story/images/ico-slide-next.png');
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 18px;
}

.swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  border-radius: 0;
  background: none;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8f8f8f;
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}

.swiper-pagination-bullet-active::after {
  width: 28px;
  border-radius: 6px;
  background: #000;
}

.swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }

  .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .swiper-pagination-bullet::after {
    width: 10px;
    height: 10px;
  }

  .swiper-pagination-bullet-active {
    width: 32px;
  }

  .swiper-pagination-bullet-active::after {
    width: 24px;
  }
}

.intro {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}

.intro__eyebrow {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.intro__title {
  margin-top: 16px;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
}

.intro__subtitle {
  margin-top: 60px;
  color: #ea1917;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}

.intro__desc {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.6;
}

.intro__visual {
  margin-top: 40px;
}

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

@media screen and (max-width: 1024px) {
  .intro__eyebrow {
    font-size: 14px;
  }

  .intro__title {
    margin-top: 8px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
  }

  .intro__subtitle {
    margin-top: 30px;
    font-size: 16px;
  }

  .intro__desc {
    margin-top: 25px;
    font-size: 15px;
  }

  .intro__visual {
    margin-right: -20px;
    margin-left: -20px;
  }

  .intro .disclaimer {
    margin-top: 24px;
  }
}

.section {
  padding: 120px 20px;
}

.section__head {
  text-align: center;
}

.section__eyebrow {
  color: #ea1917;
  font-size: 16px;
  font-weight: 700;
}

.section__eyebrow::before {
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  margin: 0 auto 8px;
  background-color: #ea1917;
}

.section__title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
}

.section__desc {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
}

.section__container {
  max-width: 1380px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 60px 20px;
  }

  .section__eyebrow {
    font-size: 15px;
  }

  .section__eyebrow::before {
    height: 32px;
  }

  .section__title {
    font-size: 24px;
    font-weight: 600;
  }

  .section__desc {
    margin-top: 8px;
    font-size: 15px;
  }
}

.chapter_01 {
  background-color: #f5f5f5;
  text-align: center;
}

.chapter_01 .chapter__visual {
  margin-top: 60px;
}

.chapter_01 .chapter__visual + .disclaimer {
  text-align: left;
}

.chapter_01 .chapter__desc {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.6;
}

.chapter_01 .chapter__desc strong {
  position: relative;
  font-weight: 700;
}

.chapter_01 .chapter__desc em {
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
}

.chapter_01 .chapter__desc em strong {
  position: relative;
}

/* .chapter_01 .chapter__desc em strong::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -13px;
  width: 20px;
  height: 24px;
  background-image: url("/kr/story/user-guide/images/lg-styler-hygiene-care/ico_star_red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.chapter_01 .chapter__desc.last {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.15px;
}

.chapter_01 .chapter__desc.last::before {
  content: '';
  display: block;
  width: 20px;
  height: 24px;
  margin: 0 auto 20px;
  background-image: url('/kr/story/user-guide/images/lg-styler-hygiene-care/ico_star_red.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chapter_01 .chapter__video {
  display: flex;
  gap: 32px;
  margin-top: 60px;
}

.chapter_01 .chapter__video figure {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 24px;
}

.chapter_01 .chapter__video figure::before {
  content: '';
  display: block;
  padding-top: 74.48%;
}

.chapter_01 .chapter__video figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.chapter_01 .chapter__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.chapter_01 .chapter__video + .disclaimer {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .chapter_01 .chapter__visual {
    margin-top: 40px;
  }

  .chapter_01 .chapter__desc {
    margin-top: 24px;
    font-size: 15px;
  }

  .chapter_01 .chapter__desc em {
    font-size: 18px;
  }

  .chapter_01 .chapter__desc em strong::after {
    top: -4px;
    right: -8px;
    width: 12px;
    height: 15px;
  }

  .chapter_01 .chapter__desc.last {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.6;
    /* letter-spacing: -0.22px; */
  }

  .chapter_01 .chapter__desc.last::before {
    width: 14px;
    height: 17px;
    margin-bottom: 12px;
  }

  .chapter_01 .chapter__video {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }

  .chapter_01 .chapter__video figure {
    border-radius: 16px;
  }

  .chapter_01 .chapter__video figcaption {
    padding: 12px;
    font-size: 16px;
  }
}

.chapter_02 .section__container {
  margin-top: 80px;
}

.chapter_02 .feature-box {
  display: flex;
  align-items: center;
  gap: 80px;
}

.chapter_02 .feature-box + .feature-box {
  margin-top: 40px;
}

.chapter_02 .feature-box:nth-child(even) {
  flex-direction: row-reverse;
}

.chapter_02 .feature-box .thumb {
  align-self: flex-start;
  width: 50%;
}

.chapter_02 .feature-box .thumb > div {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.chapter_02 .feature-box .cont {
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.chapter_02 .feature-box .tit {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bolder;
}

.chapter_02 .feature-box .tit span {
  margin-left: -5px;
  padding: 0 5px;
}

.chapter_02 .feature-box .txt {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.6;
  /* letter-spacing: -0.4px; */
}

.chapter_02 .feature-box .list li {
  position: relative;
  margin-top: 20px;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.6;
  /* letter-spacing: -0.4px; */
}

.chapter_02 .feature-box .list li:first-child {
  margin-top: 32px;
}

.chapter_02 .feature-box .list li span {
  position: relative;
  background: linear-gradient(to top, transparent 5%, #ffc9ca 5%, #ffc9ca 30%, transparent 0%);
  color: #e42626;
  font-weight: 600;
}

.chapter_02 .feature-box .list li p.hanger {
  position: relative;
  padding-right: 185px;
}

.chapter_02 .feature-box .list li p.hanger::after {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  display: inline-block;
  width: 165px;
  height: 165px;
  background-image: url('/kr/story/user-guide/images/lg-styler-hygiene-care/ico_hanger.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chapter_02 .feature-box .list strong {
  line-height: 1.2;
}

.chapter_02 .feature-box .list + .disclaimer {
  margin-top: 32px;
}

.chapter_02 .feature-box [class^='ico_check'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.chapter_02 .feature-box .ico_check1 {
  background: url('/kr/story/user-guide/images/lg-styler-hygiene-care/ico_check1.svg') no-repeat center center/contain;
}

.chapter_02 .feature-box .ico_check2 {
  background: url('/kr/story/user-guide/images/lg-styler-hygiene-care/ico_check2.svg') no-repeat center center/contain;
}

@media screen and (max-width: 1024px) {
  .chapter_02 .section__container {
    margin-top: 40px;
  }

  .chapter_02 .feature-box {
    flex-direction: column;
    gap: 20px;
  }

  .chapter_02 .feature-box:nth-child(even) {
    flex-direction: column;
  }

  .chapter_02 .feature-box .thumb,
  .chapter_02 .feature-box .cont {
    width: 100%;
  }

  .chapter_02 .feature-box .cont {
    padding: 0;
  }

  .chapter_02 .feature-box .tit {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .chapter_02 .feature-box .txt {
    margin-top: 12px;
    font-size: 15px;
  }

  .chapter_02 .feature-box .list li {
    margin-top: 16px;
    padding-left: 24px;
    font-size: 15px;
  }

  .chapter_02 .feature-box .list li:first-child {
    margin-top: 20px;
  }

  .chapter_02 .feature-box .list li span::before,
  .chapter_02 .feature-box .list li span::after {
    display: none;
  }

  .chapter_02 .feature-box .list li p {
    padding-left: 6px;
    text-indent: -6px;
  }

  .chapter_02 .feature-box .list li p.highlight {
    position: relative;
  }

  .chapter_02 .feature-box .list li p.hanger {
    padding-right: 134px;
  }

  .chapter_02 .feature-box .list li p.hanger::after {
    top: -20px;
    right: unset;
    left: 180px;
    width: 114px;
    height: 74px;
    background-image: url('/kr/story/user-guide/images/lg-styler-hygiene-care/ico_hanger_mo.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .chapter_02 .feature-box .list strong {
    font-size: 15px;
  }

  .chapter_02 .feature-box .list + .disclaimer {
    margin-top: 20px;
  }

  /* .chapter_02 .feature-box .disclaimer {
		letter-spacing: -0.7px;
	} */

  .chapter_02 .feature-box [class^='ico_check'] {
    width: 20px;
    height: 20px;
  }

  .chapter_02 .feature-box + .feature-box {
    margin-top: 50px;
  }
}

.product {
  padding: 100px 20px 110px;
  background: #f5f5f5;
  text-align: center;
}

.product__container {
  gap: 20px;
  margin-top: 40px;
}

.product__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

.product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 440px;
  height: auto;
  padding: 24px 70px 40px;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1019607843);
  background: #fff;
}

.product-item__img {
  max-width: 300px;
  margin: 0 auto;
}

.product-item__img img {
  width: 100%;
}

.product-item__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  word-break: keep-all;
}

.product-item__link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding: 14px 24px;
  border-radius: 60px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.product-item__link:hover,
.product-item__link:focus {
  background: #000;
  color: #fff;
}

.product-item__link:focus {
  outline: 3px solid #ea1917;
  outline-offset: -3px;
}

.product .swiper-wrapper {
  justify-content: center;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .product {
    padding: 60px 0 80px;
  }

  .product__container {
    margin-top: 14px;
    padding: 0 20px;
  }

  .product__title {
    font-size: 20px;
  }

  .product-item {
    gap: 16px;
    max-width: none;
    padding: 40px;
  }

  .product-item__name {
    font-size: 18px;
  }

  .product-item__link {
    padding: 8px 24px;
    font-size: 13px;
  }

  .product .swiper-wrapper {
    justify-content: flex-start;
    padding-left: 0;
  }
}

.more-story {
  padding: 160px 0 200px;
}

.more-story__title {
  padding: 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.more-story__list {
  margin-top: 40px;
}

.more-story .swiper {
  padding: 0 20px;
}

.more-story .swiper-slide__title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.more-story .swiper-slide__type {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.more-story .swiper-slide a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .more-story {
    padding: 60px 0 80px;
  }

  .more-story__title {
    font-size: 20px;
  }

  .more-story__list {
    margin-top: 20px;
  }

  .more-story .swiper-slide__title {
    font-size: 16px;
  }

  .more-story .swiper-slide__type {
    font-size: 15px;
  }
}

.section.intro {
  padding-top: 80px;
}
