.img-content img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -24px;
  background: url("/kr/story/hands-on-reviews/lglife-review-ig/assets/images/icons/slide-next.png")
    no-repeat center center/cover;
}

.swiper-button-prev {
  left: -24px;
  background: url("/kr/story/hands-on-reviews/lglife-review-ig/assets/images/icons/slide-prev.png")
    no-repeat center center/cover;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-color: transparent;
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8f8f8f;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullet-active {
  width: 32px;
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  border-radius: 12px;
  background-color: #000;
  transform: translate(-50%, -50%);
}

.machine-faq .center {
  max-width: 1380px;
  margin: 0 auto;
}
.machine-faq__haed-content {
  padding: 40px 0 60px;
  line-height: 1.4;
  text-align: center;
}
.machine-faq__haed-content h1 {
  font-size: 40px;
  font-weight: 700;
}
.machine-faq__haed-content p {
  margin-top: 0.8em;
  margin-bottom: 110px;
  font-size: 28px;
  font-weight: 500;
}
.machine-faq__haed-content .img-content {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  border-radius: 32px;
}
.summary-content {
  margin-top: 40px;
  padding: 60px;
  border-radius: 24px;
  background: #f5f5f5;
}

.machine-faq__head-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.summary-title {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  font-weight: 700;
}

.summary-title h3 p {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  background: none;
  color: #000;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #000;
}

.summary-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.summary-content p + p {
  margin-top: 16px;
}

.img-explain-content.aircon {
  display: flex;
  gap: 32px;
}
.img-explain-content.aircon > div {
  flex: 1;
  border-radius: 12px;
  background-color: #f9f9f9;
}
.img-explain-content.aircon .explain-item {
  padding: 32px 24px;
}
.img-explain-content.aircon .explain-tit {
  padding-bottom: 12px;
  border-bottom: 1px dashed #ddd;
  font-size: 24px;
  font-weight: 700;
}
.img-explain-content.aircon table {
  width: 100%;
}
.img-explain-content.aircon th,
.img-explain-content.aircon td {
  padding: 12px 0;
  line-height: 1.4;
  vertical-align: top;
}
.img-explain-content.aircon td {
  text-align: right;
}
.img-explain-content.aircon td .small {
  display: block;
  color: #666;
}
.img-explain-content.aircon td strong {
  color: #d92a50;
}
.img-explain-content.cinebeam .explain-img {
  display: flex;
  justify-content: space-around;
  margin: 24px 0;
}
.img-explain-content.cinebeam .explain-img img {
  width: 100%;
}
.img-explain-content.cinebeam table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.img-explain-content.cinebeam table + p {
  margin-top: 12px;
  font-size: 14px;
}
.img-explain-content.cinebeam tr:first-child th {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.img-explain-content.cinebeam [class^="ico-"] {
  display: inline-block;
  width: 40px;
  margin-right: 8px;
  border-radius: 40px;
  text-align: center;
}
.img-explain-content.cinebeam .ico-x {
  background-color: #def1f9;
}
.img-explain-content.cinebeam .ico-y {
  background-color: #e3f1dc;
}
.img-explain-content.cinebeam .ico-d {
  background-color: #e8e2fc;
}
.img-explain-content.cinebeam tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.img-explain-content.cinebeam th,
.img-explain-content.cinebeam td {
  padding: 12px 0;
  line-height: 1.4;
  vertical-align: middle;
}
.img-explain-content.vacuum {
  display: block;
  width: 100%;
}
.img-explain-content.a9s {
  display: block;
  width: 100%;
}
.img-explain-content img {
  width: 100%;
}

#review-area .review-wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px 130px;
}
#review-area .review-wrap h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}
#review-area .review-wrap .review-list {
  position: relative;
  margin-top: 25px;
}
#review-area .review-wrap .review-list a {
  display: flex;
  flex-direction: column;
}
#review-area .review-wrap .review-list a img {
  width: 100%;
}
#review-area .review-wrap .review-list a strong,
#review-area .review-wrap .review-list a h3 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
#review-area .review-wrap .review-list a span {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .swiper {
    padding: 0 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .img-explain-content.aircon {
    flex-direction: column;
  }
  .img-explain-content.aircon th,
  .img-explain-content.aircon td {
    display: block;
  }
  .img-explain-content.aircon td {
    padding-top: 0;
    border-bottom: 1px dashed #ddd;
    text-align: left;
  }
  .img-explain-content.aircon tr:last-child td {
    border-bottom: none;
  }
  .img-explain-content.aircon .explain-item {
    padding: 24px 16px;
  }
  .img-explain-content.aircon .explain-tit {
    font-size: 16px;
  }
  .img-explain-content.aircon table,
  .img-explain-content.aircon td .small {
    font-size: 14px;
  }
  .img-explain-content.cinebeam .explain-img {
    flex-direction: column;
  }
  .img-explain-content.cinebeam .explain-img li:first-child {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ddd;
  }
  .img-explain-content.cinebeam tr:first-child th {
    font-size: 16px;
  }
  .img-explain-content.cinebeam td {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
  }
  .img-explain-content.cinebeam td strong {
    display: block;
  }
  .img-explain-content.cinebeam td li:nth-child(n + 2) {
    margin-top: 4px;
  }
  .img-explain-content.cinebeam tbody tr:nth-child(odd) {
    background-color: #fff;
  }
  .img-explain-content.cinebeam tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .img-explain-content.cinebeam table + p {
    font-size: 12px;
  }
  .img-explain-content.cinebeam [class^="ico-"] {
    width: 24px;
    font-size: 12px;
    font-weight: 700;
  }
  #review-area .review-wrap {
    padding: 0 20px 130px;
    padding: 0 0 80px;
  }
  #review-area .review-wrap h2 {
    padding-left: 20px;
    font-size: 19px;
  }
  #review-area .review-wrap .review-list {
    margin-top: 16px;
  }
  #review-area .review-wrap .review-list a {
    white-space: break-spaces;
  }
  #review-area .review-wrap .review-list a strong,
  #review-area .review-wrap .review-list a h4 {
    margin-top: 16px;
    font-size: 15px;
    line-height: 140%;
  }
  #review-area .review-wrap .review-list a span {
    margin-top: 8px;
    font-size: 14px;
  }
  .machine-faq__haed-content {
    max-width: 100%;
    padding: 28px 20px 12px;
  }
  .machine-faq__haed-content h1 {
    margin: 2% 0;
    font-size: 22px;
  }
  .machine-faq__haed-content p {
    margin-top: 4px;
    margin-bottom: 9%;
    font-size: 1.214rem;
  }
  .machine-faq__haed-content p span {
    display: block;
  }
  .machine-faq__haed-content .summary-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  .machine-faq__haed-content .summary-title {
    font-size: 20px;
    line-height: 1.6;
    word-break: keep-all;
  }

  .machine-faq__haed-content .summary-title h3 p {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .machine-faq__haed-content .summary-content {
    margin-top: 24px;
    padding: 20px;
    border-radius: 18px;
  }
  .machine-faq__haed-content .summary-content::before {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }
  .machine-faq__haed-content .summary-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    word-break: keep-all;
  }
  .machine-faq__haed-content .summary-content p + p {
    margin-top: 8px;
  }
  .machine-faq__haed-content .summary-content p span {
    display: block;
  }
  .machine-faq__haed-content .summary-content h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .machine-faq__haed-content .img-content {
    margin-top: 24px;
    border-radius: 18px;
  }
}
.machine-faq__tap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.machine-faq__tap button {
  position: relative;
  width: 50%;
  padding: 24px 0;
  color: #666;
  font-size: 18px;
  line-height: 1;
}
.machine-faq__tap button.active {
  color: #000;
  font-weight: 700;
}
.machine-faq__tap button.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
}

@media screen and (max-width: 1024px) {
  .machine-faq__tap {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .machine-faq__tap button {
    min-width: 150px;
    font-size: 15px;
  }
}
.machine-faq__inner-content {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
}
.machine-faq__inner-content.show {
  display: block;
}
.machine-faq__inner-content .center {
  min-width: 0;
  padding: 80px 0 100px;
}
.machine-faq__inner-content .center h3 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
}
.machine-faq__inner-content h2 {
  padding: 60px 0 40px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.machine-faq__inner-content h2:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .machine-faq__inner-content .center {
    padding: 40px 16px;
  }
  .machine-faq__inner-content h2 {
    padding: 40px 0 24px;
    font-size: 22px;
  }
}
.machine-faq__sub-tab {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 48px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
  cursor: grab;
}
.machine-faq__sub-tab::-webkit-scrollbar {
  height: 6px;
}
.machine-faq__sub-tab::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.machine-faq__sub-tab::-webkit-scrollbar-track {
  background: transparent;
}
.machine-faq__sub-tab:active {
  cursor: grabbing;
}
.machine-faq__sub-tab button {
  flex: 0 0 auto;
  min-width: 120px;
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.machine-faq__sub-tab button:focus,
.machine-faq__sub-tab button:focus-visible {
  outline: 1px dotted #000;
  outline-offset: 3px;
}
.machine-faq__sub-tab button[aria-pressed="true"] {
  border-color: #fd312e;
  background-color: #fd312e;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .machine-faq__sub-tab {
    margin-bottom: 20px;
    padding: 4px 4px 8px;
  }
  .machine-faq__sub-tab button {
    min-width: auto;
    padding: 8px 16px;
    font-size: 14px;
  }
}
.machine-faq__item {
  border-radius: 28px;
  background-color: #fff;
}
.machine-faq__item.active .machine-faq__content {
  display: block;
}
.machine-faq__item.active .machine-faq__title::after {
  right: 48px;
  margin-top: 0;
  transform: rotate(45deg) translateY(-50%);
}
.machine-faq__item + .machine-faq__item {
  margin-top: 24px;
}
.machine-faq__item .machine-faq__category {
  display: block;
  margin-bottom: 8px;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
.machine-faq__item .block {
  display: block;
  font-weight: 700;
}
.machine-faq__item .bold {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .machine-faq__item {
    border-radius: 18px;
  }
  .machine-faq__item + .machine-faq__item {
    margin-top: 12px;
  }
  .machine-faq__item.active .machine-faq__title::after {
    right: 25px;
  }
  .machine-faq__item .machine-faq__category {
    font-size: 14px;
  }
}
.machine-faq__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 32px 40px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.machine-faq__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 39px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: -10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-135deg) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .machine-faq__title {
    padding: 20px 44px 16px 20px;
    font-size: 16px;
  }
  .machine-faq__title::after {
    right: 19px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
}
.machine-faq__content {
  position: relative;
  display: none;
  padding: 24px 40px 32px;
  font-size: 18px;
  line-height: 1.6;
}
.machine-faq__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 32px;
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background-color: #ddd;
}
.machine-faq__content p + .img-explain-content {
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .machine-faq__content {
    padding: 20px;
    font-size: 15px;
  }
  .machine-faq__content::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.machine-faq__more-content {
  padding-top: 24px;
}

.machine-faq__more-content--secondary {
  padding-top: 0;
}

.machine-faq__more-content::after {
  content: "";
  display: block;
  clear: both;
}
.machine-faq__more-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}
.machine-faq__more-content a {
  position: relative;
  /* display: inline-block; */
  /* margin-top: 8px; */
  float: left;
  margin: 8px 10px 0 0;
  padding: 12px 40px 12px 20px;
  border: 1px solid #000;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.machine-faq__more-content a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -1.5px;
  background-image: url("https://www.lge.co.kr/lg5-common/images/icons/icon-arr-16-bk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .machine-faq__more-content p {
    font-size: 15px;
  }
  .machine-faq__more-content a {
    margin-top: 12px;
    padding: 12px 38px 12px 20px;
    font-size: 12px;
  }
  .machine-faq__more-content a::after {
    width: 10px;
    height: 10px;
  }
}
.machine-faq__other-content {
  margin: 100px 0;
}
.machine-faq__other-content .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 28px;
  background-color: #f9f9f9;
}
.machine-faq__other-content .center > div {
  width: 50%;
  text-align: center;
}
.machine-faq__other-content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.machine-faq__other-content p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.4;
}
.machine-faq__other-content .links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.machine-faq__other-content .links a {
  display: inline-block;
  min-width: 298px;
  padding: 12px 40px 12px 16px;
  border: 1px solid #000;
  border-radius: 500px;
}
.machine-faq__other-content .links a span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.machine-faq__other-content .links a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -1.5px;
  background-image: url("https://www.lge.co.kr/lg5-common/images/icons/icon-arr-16-bk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.machine-faq__other-content .img-content {
  display: block;
  width: 50%;
  border-radius: 28px;
}

@media screen and (max-width: 1024px) {
  .machine-faq__other-content {
    margin: 40px 0 20px;
  }
  .machine-faq__other-content .center {
    flex-direction: column;
    margin: 0 16px;
    border-radius: 50px 50px 28px 28px;
  }
  .machine-faq__other-content .center > div {
    width: 100%;
    padding: 20px 16px 40px;
    text-align: center;
  }
  .machine-faq__other-content .center > .img-content {
    padding: 0;
  }
  .machine-faq__other-content .center h3 {
    font-size: 18px;
  }
  .machine-faq__other-content .center p {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  .machine-faq__other-content .center .links {
    gap: 8px;
    margin-top: 20px;
  }
  .machine-faq__other-content .center .links a {
    display: block;
  }
}
.machine-faq__haed-content h2 {
  font-size: 40px;
  font-weight: 700;
}

#review-area .review-wrap h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.machine-faq__inner-content h3 {
  padding: 60px 0 40px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.machine-faq__inner-content h3:first-child {
  padding-top: 0;
}

.machine-faq__other-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.machine-faq__detail-content .machine-faq__tap-content .machine-faq__inner-content .center .machine-faq__item h3 {
  padding-bottom: 0;
}

.machine-faq__detail-content .machine-faq__tap-content .machine-faq__inner-content .center h3 {
  padding-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #review-area .review-wrap h3 {
    padding-left: 20px;
    font-size: 19px;
  }

  #review-area .review-wrap .review-list a h3 {
    margin-top: 16px;
    font-size: 15px;
    line-height: 140%;
  }

  .machine-faq__haed-content h2 {
    margin: 2% 0;
    font-size: 22px;
  }

  .machine-faq__inner-content h3 {
    padding: 40px 0 24px;
    font-size: 22px;
  }

  .machine-faq__other-content .center h2 {
    font-size: 18px;
  }

  .machine-faq__detail-content .machine-faq__tap-content .machine-faq__inner-content .center .machine-faq__item h3 {
    padding-bottom: 0;
  }

  .machine-faq__detail-content .machine-faq__tap-content .machine-faq__inner-content .center h3 {
    padding-bottom: 24px;
  }
}