@charset "UTF-8";
img,
video {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro {
  padding: 120px 0 60px;
}
.intro__title {
  margin-bottom: 60px;
  font-size: 52px;
  line-height: 1.3;
  text-align: center;
}
.intro__title span {
  display: block;
  margin-top: 8px;
  font-size: 24px;
}
.intro__slider {
  max-width: 1380px;
  margin: 0 auto;
}
.intro__slider .swiper-slide {
  border-radius: 28px;
  overflow: hidden;
}
.intro .disclaimer {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding: 24px 0;
  }
  .intro__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .intro__title span {
    margin-top: 4px;
    font-size: 16px;
  }
  .intro__slider .swiper-slide {
    border-radius: 0;
  }
  .intro .disclaimer {
    padding: 0 20px;
  }
}

.disclaimer {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
}
.disclaimer li {
  word-break: keep-all;
}
.disclaimer__tit {
  margin-bottom: 4px;
  font-weight: 700;
}
.disclaimer + .btn.black {
  margin-top: 28px;
}

.footnotes {
  display: none;
  margin-top: 12px;
}
.footnotes__inner {
  padding: 24px 28px;
  border-radius: 12px;
  background-color: #f5f5f5;
}
.footnotes__tit {
  margin-bottom: 16px;
  padding-bottom: 8px;
  line-height: 1.4;
  color: #666666;
  font-weight: 700;
  border-bottom: 1px solid #a9a9a9;
}
.footnotes__button {
  height: 42px;
  margin-top: 12px;
  padding: 0 23px;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #000;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .footnotes__inner {
    padding: 16px;
  }
}

.feature-box {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #ffffff;
}
.feature-box + .feature-box {
  margin-top: 20px;
}
.feature-box .thumb {
  width: 50%;
  overflow: hidden;
}
.feature-box .cont {
  width: 50%;
}
.feature-box .model {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px 4px;
  font-weight: 500;
  border-radius: 8px;
  background: #f5f5f5;
}
.feature-box .model + .tit {
  margin-top: 2px;
}
.feature-box .tag {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
}
.feature-box .tit {
  font-size: 32px;
  line-height: 1.5;
}
.feature-box .tit em {
  color: #ea1917;
}
.feature-box .txt {
  font-size: 18px;
  line-height: 1.6;
}
.feature-box.spaced {
  padding: 32px;
}
.feature-box.spaced .thumb {
  border-radius: 20px;
}
.feature-box.spaced .cont {
  padding: 80px 60px 80px 80px;
}
.feature-box.spaced .txt {
  margin-top: 28px;
}
.feature-box.spaced .disclaimer {
  margin-top: 28px;
}
.feature-box.spaced .tag + .txt {
  margin-top: 12px;
}
.feature-box.spaced .tag + .txt + .disclaimer {
  margin-top: 20px;
}
.feature-box.tight .thumb {
  align-self: flex-start;
  border-radius: 24px;
}
.feature-box.tight .cont {
  padding: 80px 100px;
}
.feature-box.tight .txt {
  margin-top: 12px;
}
.feature-box.tight .disclaimer {
  margin-top: 20px;
  letter-spacing: -0.4px;
}
.feature-box.single {
  flex-direction: column;
}
.feature-box.single .thumb {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
}
.feature-box.single .cont {
  width: 100%;
  padding: 60px 100px;
}
.feature-box.single + .disclaimer {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .feature-box {
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
  }
  .feature-box .thumb {
    width: 100%;
  }
  .feature-box .cont {
    width: 100%;
  }
  .feature-box .tit {
    font-size: 20px;
  }
  .feature-box .txt {
    font-size: 14px;
  }
  .feature-box.spaced {
    padding: 16px;
  }
  .feature-box.spaced .thumb {
    border-radius: 12px;
  }
  .feature-box.spaced .cont {
    padding: 8px 0;
  }
  .feature-box.spaced .cont .btn.black {
    padding: 10px 15px;
    font-size: 14px;
  }
  .feature-box.spaced .txt {
    margin-top: 16px;
  }
  .feature-box.spaced .disclaimer {
    margin-top: 16px;
  }
  .feature-box.tight .thumb {
    border-radius: 16px;
  }
  .feature-box.tight .cont {
    padding: 24px;
  }
  .feature-box.single .thumb {
    border-radius: 16px;
  }
}

.support {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
.support-wrap .section__title {
  margin-left: -20px;
  margin-right: -20px;
}
.support__item {
  position: relative;
}
.support .thumb {
  border-radius: 24px;
  overflow: hidden;
}
.support .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}
.support .tit {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.support .btn-link {
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .support {
    flex-direction: column;
    gap: 8px;
  }
  .support .thumb {
    border-radius: 16px;
  }
  .support .info {
    padding: 20px;
  }
  .support .tit {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.buying-guide .tabs {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  z-index: 11;
  background-color: #ffffff;
}
.buying-guide .tabs__container {
  display: flex;
  max-width: 1380px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.buying-guide .tabs__button {
  flex: 1;
  padding: 32px 0;
  font-size: 28px;
  font-weight: 700;
  color: #666666;
  border-bottom: 2px solid transparent;
}
.buying-guide .tabs__button.active {
  border-color: #ea1917;
  color: #ea1917;
}
.buying-guide .tabs__panel {
  display: none;
}
.buying-guide .tabs__panel.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .buying-guide .tabs__button {
    padding: 24px 0;
    font-size: 14px;
  }
}
.buying-guide .sub-tabs {
  margin-top: 60px;
}
.buying-guide .sub-tabs__container {
  display: flex;
  gap: 16px;
}
.buying-guide .sub-tabs__button {
  flex: 1;
  padding: 24px 0;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #666666;
}
.buying-guide .sub-tabs__button span {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  color: #ea1917;
}
.buying-guide .sub-tabs__button.active {
  border-color: #ea1917;
  border-width: 4px;
  color: #000000;
}
.buying-guide .sub-tabs__content {
  margin-top: 60px;
}
.buying-guide .sub-tabs__panel {
  display: none;
}
.buying-guide .sub-tabs__panel.active {
  display: block;
}
.buying-guide .sub-tabs__panel .section__desc {
  margin-top: 20px;
}
.buying-guide .sub-tabs__panel .section__desc + .feature-box {
  margin-top: 40px;
}
.buying-guide .sub-tabs__panel .section__desc .btn.black {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .buying-guide .sub-tabs {
    margin-top: 28px;
  }
  .buying-guide .sub-tabs__container {
    overflow-x: scroll;
    gap: 8px;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .buying-guide .sub-tabs__button {
    flex: auto;
    min-width: 100px;
    padding: 16px 0;
    font-size: 16px;
  }
  .buying-guide .sub-tabs__button span {
    font-size: 12px;
  }
  .buying-guide .sub-tabs__content {
    margin-top: 40px;
  }
  .buying-guide .sub-tabs__panel .section__desc .btn.black {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.buying-guide .section {
  padding: 120px 0;
}
.buying-guide .section__container {
  max-width: 1380px;
  margin: 0 auto;
}
.buying-guide .section__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
.buying-guide .section__title em {
  color: #ea1917;
}
.buying-guide .section__title span {
  display: block;
  font-size: 26px;
  color: #ea1917;
}
.buying-guide .section__desc {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.buying-guide .section.check-wrap {
  padding-bottom: 0;
}
.buying-guide .section.select-wrap,
.buying-guide .section.point-wrap {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .buying-guide .section {
    padding: 60px 20px;
  }
  .buying-guide .section__title {
    font-size: 22px;
  }
  .buying-guide .section__title span {
    font-size: 14px;
  }
  .buying-guide .section__desc {
    font-size: 16px;
  }
}
.buying-guide .swiper-button-prev,
.buying-guide .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1019607843);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.buying-guide .swiper-button-prev:after,
.buying-guide .swiper-button-next:after {
  content: none;
}
.buying-guide .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.buying-guide .swiper-button-prev {
  left: 20px;
  background-image: url('/kr/story/images/ico-slide-prev.png');
}
.buying-guide .swiper-button-next {
  right: 20px;
  background-image: url('/kr/story/images/ico-slide-next.png');
}
.buying-guide .swiper-pagination {
  bottom: 12px;
}
.buying-guide .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  background: none;
  opacity: 1;
  border-radius: 0;
}
.buying-guide .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #8f8f8f;
  border-radius: 50%;
}
.buying-guide .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
.buying-guide .swiper-pagination-bullet-active:after {
  width: 28px;
  border-radius: 6px;
  background: #ea1917;
}
.buying-guide .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
@media screen and (max-width: 1024px) {
  .buying-guide .swiper .pagination-wrap {
    width: 100%;
  }
  .buying-guide .swiper .swiper-button-prev {
    top: 25%;
    left: 0;
  }
  .buying-guide .swiper .swiper-button-next {
    top: 25%;
    right: 0;
  }
  .buying-guide .swiper .swiper-pagination {
    bottom: 10px;
  }
}
.buying-guide .checklist {
  margin-top: 60px;
}
.buying-guide .checklist li {
  display: flex;
  margin-top: 12px;
  padding: 24px 40px;
  gap: 40px;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 24px;
}
.buying-guide .checklist li:first-child {
  margin-top: 0;
}
.buying-guide .checklist li.dual {
  display: grid;
  grid-template-columns: 120px auto;
}
.buying-guide .checklist .thumb {
  width: 120px;
  height: 120px;
  padding: 30px;
  border-radius: 50%;
  background-color: #ffffff;
}
.buying-guide .checklist .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.buying-guide .checklist .info {
  flex: 1;
}
.buying-guide .checklist .info .tit {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}
.buying-guide .checklist .info .txt {
  font-size: 18px;
  line-height: 1.6;
}
.buying-guide .checklist .disclaimer {
  margin-top: 12px;
}
.buying-guide .checklist__detail {
  grid-column: 2 span;
  background: #fff;
  margin-left: 156px;
  border-radius: 24px;
  padding: 32px 40px;
}
.buying-guide .checklist__detail li {
  background: none;
  padding: 28px 0;
  border-radius: 0;
}
.buying-guide .checklist__detail li .thumb {
  padding: 0;
}
.buying-guide .checklist__detail li .info .tit {
  font-size: 22px;
  margin-bottom: 8px;
}
.buying-guide .checklist__detail li .info .disclaimer {
  margin-top: 8px;
}
.buying-guide .checklist__detail li:first-of-type {
  padding-top: 0;
}
.buying-guide .checklist__detail li:last-of-type {
  padding-bottom: 0;
}
.buying-guide .checklist__detail li + li {
  border-top: 1px dashed #666;
}
@media screen and (max-width: 1024px) {
  .buying-guide .checklist {
    margin-top: 28px;
  }
  .buying-guide .checklist li {
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .buying-guide .checklist li.dual {
    display: flex;
    flex-direction: column;
  }
  .buying-guide .checklist .thumb {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .buying-guide .checklist .info .tit {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .buying-guide .checklist .info .txt {
    font-size: 14px;
  }
  .buying-guide .checklist__detail {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 20px;
    margin: 0;
  }
  .buying-guide .checklist__detail li {
    padding: 0;
    gap: 12px;
  }
  .buying-guide .checklist__detail li .info .tit {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .buying-guide .checklist__detail li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.recom-prd__slider {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.recom-prd__slider .feature-box .thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .recom-prd__slider .feature-box .thumb {
    margin-bottom: 0;
  }
  .recom-prd__slider .feature-box .cont {
    margin-bottom: 30px;
  }
  .recom-prd__slider .swiper-button-prev {
    top: 25%;
    left: 0;
  }
  .recom-prd__slider .swiper-button-next {
    top: 25%;
    right: 0;
  }
}

.disclaimer + .btn.black {
  margin-top: 28px;
}

#pointPanel .feature-box:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 1024px) {
  #pointPanel .feature-box:nth-child(even) {
    flex-flow: column;
  }
}
@media (min-width: 1025px) {
  #pointPanel .section__desc {
    font-size: 18px;
  }
}

.tip-box {
  margin-top: 16px;
  padding: 20px;
  border-radius: 16px;
  background-color: #f5f5f5;
}
.tip-box__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.6;
  gap: 6px;
}
.tip-box__title .ico__tip {
  display: inline-block;
  margin-top: 3px;
  width: 22px;
  height: 22px;
  background-image: url('/kr/story/buying-guide/img/lg-system-air-conditioners-guide/ico_point.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tip-box__text {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.tip-box__text strong {
  color: #000;
}
