@charset "UTF-8";

/* =======================================================
   LG전자 결정지원 콘텐츠 공통 스타일 가이드 (Typography & Color)
======================================================= */
#gjw003 {
  font-family: "Pretendard", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  background-color: #ffffff;
  word-break: keep-all;
}

#gjw003 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

#gjw003 img {
  max-width: 100%;
  display: block;
  width: 100%;
}

#gjw003 ul,
#gjw003 ol,
#gjw003 dl {
  list-style: none;
}

#gjw003 a {
  text-decoration: none;
}

/* PC/MO 숨김 처리 유틸리티 */
#gjw003 .pc-only {
  display: block;
}
#gjw003 .mo-only {
  display: none;
}
#gjw003 br.pc-only {
  display: block;
}
#gjw003 br.mo-only {
  display: none;
}
#gjw003 .pc-only-20 {
  height: 20px;
}
/* ---------------------------------------------------
   Typography System (PC) - Line Height 1.4
--------------------------------------------------- */
#gjw003 h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
#gjw003 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
#gjw003 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
#gjw003 h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
#gjw003 h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
#gjw003 h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
#gjw003 h6 span.semibold{
  font-size:20px;
  font-weight: 600;
}
#gjw003 p.disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #444444;
  padding-left: 10px;
  text-indent: -10px;
}
#gjw003 p.f-18 {
  font-size: 18px;
}
#gjw003 .f-20 {
  font-size: 24px;
}
#gjw003 .f-24 {
  font-size: 24px;
}
/* 컬러 유틸리티 (가이드 기준) */
#gjw003 .lg-red {
  color: #ea1917 !important;
}
#gjw003 .text-black {
  color: #000000 !important;
}
#gjw003 .text-gray {
  color: #000000 !important;
}

/* ---------------------------------------------------
   Layout System
--------------------------------------------------- */
/* Text Area (Max Width 1096px + Padding 40px) */
#gjw003 .inner-text {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

/* Hero Key Visual Area (Max Width 1380px + Padding 40px) */
#gjw003 .inner-kv {
  max-width: 1380px;
  margin: 0 auto;
}

/* 여백 유틸리티 */
#gjw003 .mt-140 {
  margin-top: 140px;
}
#gjw003 .mt-120 {
  margin-top: 120px;
}
#gjw003 .mt-80 {
  margin-top: 80px;
}
#gjw003 .mt-46 {
  margin-top: 46px;
}
#gjw003 .mt-40 {
  margin-top: 40px;
}
#gjw003 .mt-36 {
  margin-top: 36px;
}
#gjw003 .mt-32 {
  margin-top: 32px;
}
#gjw003 .mt-24 {
  margin-top: 24px;
}

#gjw003 .mb-60 {
  margin-bottom: 60px;
}

#gjw003 .mb-46 {
  margin-bottom: 46px;
}

#gjw003 .mb-20b {
  margin-bottom: 20px;
}
#gjw003 .mb-20 {
  margin-bottom: 20px;
}
#gjw003 .mb-10 {
  margin-bottom: 10px;
}
#gjw003 .mb-8 {
  margin-bottom: 8px;
}
#gjw003 .pb32-pc {
  padding-bottom: 32px;
}

#gjw003 .text-center {
  text-align: center;
}

/* 공통 버튼 */
#gjw003 .btn-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 22px;
  font-weight: 700;
  transition: background-color 0.3s;
  line-height: 1.4;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
#gjw003 a.btn-black img.right-arrow {
  width: 10px;
  margin-left: 8px;
}
#gjw003 .btn-black:hover {
  background-color: #000000;
}
#gjw003 .btn-wrap.center {
  text-align: center;
  margin-top: 28px;
  padding-bottom: 0;
}

/* ---------------------------------------------------
   Section 0: Hero 영역
--------------------------------------------------- */
#gjw003 .sec-header {
  padding-top: 80px;
}
#gjw003 .sec-header .eyebrow .line {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  margin: 0 10px;
  vertical-align: middle;
}
#gjw003 .sec-header .img-wrap {
  border-radius: 0px;
  overflow: hidden;
}

/* ---------------------------------------------------
   Section 1: 요약
--------------------------------------------------- */
#gjw003 .summary-list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 2px 22px 2px 22px;
}

#gjw003 .summary-list li {
  position: relative;
  padding-left: 35px;
  text-align: left;
  padding: 20px 0 20px 35px;
  border-bottom: 1px solid #a7a7a7;
}

#gjw003 .summary-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 35px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 50%;
}

#gjw003 .summary-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* ---------------------------------------------------
   Step 공통
--------------------------------------------------- */
#gjw003 .step-title {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
#gjw003 .step-title .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  border-radius: 0px;
}
#gjw003 .sec-step .img-wrap {
  overflow: hidden;  
}
#gjw003 .sec-step .img-manual { 
  margin: 20px 0 0px 0; 
}
/* ---------------------------------------------------
   체크포인트 & 테이블
--------------------------------------------------- */
#gjw003 .check-point {
  margin-top: 60px;
  text-align: left;
}
#gjw003 .cp-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 32px;
}

#gjw003 .data-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000000;
  table-layout: fixed;
}
#gjw003 .data-table th,
#gjw003 .data-table td {
  padding: 22px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  text-align: left;
}
#gjw003 .data-table th h5 {
  line-height: 1.4;
}
#gjw003 .data-table th:not(:first-child),
#gjw003 .data-table td:not(:first-child) {
  padding-left: 0;
}
#gjw003 .data-table th {
  border-bottom: 1px solid #dddddd;
  background-color: #f3f5f7;
  letter-spacing: -0.002em;
}
#gjw003 .data-table td {
  background-color: #ffffff;
  letter-spacing: 0;
}
#gjw003 .data-table tr:last-child td {
    border-color: #000;
}
#gjw003 .data-table-wall {
  border-bottom: 1px solid #000000;
}
#gjw003 .data-table-wall th,
#gjw003 .data-table-wall td {
  position: relative;
  padding: 0;
  text-align: center;
}
#gjw003 .data-table-wall thead tr {
  height: 88px;
}
#gjw003 .data-table-wall tbody tr {
  height: 88px;
}
#gjw003 .data-table-wall th:not(:first-child),
#gjw003 .data-table-wall td:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}
#gjw003 .data-table-wall th:not(:first-child)::before,
#gjw003 .data-table-wall td:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 56px;
  background-color: #a7a7a7;
  transform: translateY(-50%);
}
#gjw003 .data-table-wall tbody tr:not(:last-child) td {
  border-bottom-color: #a7a7a7;
}
#gjw003 .data-table-wall tbody tr:last-child td {
  border-bottom: 0;
}
#gjw003 .data-table-wall th h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
#gjw003 .data-table-wall td h6 {
  font-size: 22px;
  line-height: 1.4;
}
#gjw003 .data-table-wall td:first-child h6 {
  font-weight: 700;
}
/* 불릿 리스트 */
#gjw003 .bullet-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
#gjw003 .bullet-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}
#gjw003 .ex-txt {
  padding-left: 32px;
}

/* 팁 박스 */
#gjw003 .tip-box {
  padding: 46px 22px 28px;
  padding-right: 0;
  border-bottom: 1px solid #A7A7A7;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#gjw003 .tip-box.border-bottom-none{
  border-bottom: none;
  padding-bottom: 0;
}
#gjw003 .tip-box .tip-tit {
  min-width: 130px;
  text-align: center;
  height: 100%;
  display: block;
}
#gjw003 .tip-box .tip-content {
  flex: 1;
}
#gjw003 .tip-bul {
  padding: 50px 0px 22px 37px;
}
#gjw003 .tip-bul > li {
  position: relative;
  margin-bottom: 8px;
}
#gjw003 .tip-bul > li::before {
  content: "·";
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
}
#gjw003 .tip-bul > li:last-child {
  margin-bottom: 0;
}
#gjw003 .tip-line-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 22px;
  margin-bottom: 15px;
}
#gjw003 .tip-line {
  height: 0.5px;
  flex: 1;
  margin: auto;
  background: #a7a7a7;
}
/* 번호 리스트 (Step 3) */

#gjw003 .num-list-red li {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #a7a7a7;
}
#gjw003 .num-list-red li:first-child {
  padding-top: 0;
}
#gjw003 .num-list-red li:last-child {
  border-bottom-color: #000;
}
#gjw003 .num-list-red .n {
  flex-shrink: 0;
  min-width: 130px;
  text-align: center;
  align-content: center;
}

/* 유의사항(Disclaimer) 목록 */
#gjw003 .notice-list-wrap { 
  padding-top: 20px;
}
#gjw003 .notice-list-wrap .notice-list {
  padding-top: 0;
}
#gjw003 .notice-list-wrap > b {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #444;
}

#gjw003 .notice-list {
  padding-top: 20px;
  text-align: left;
}
#gjw003 .notice-list .disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
}
/* #gjw003 .notice-list li + li {
  margin-bottom: 2px;
} */

/* ---------------------------------------------------
   중간 배너
--------------------------------------------------- */
#gjw003 .banner-box {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("/kr/story/user-guide/img/air-conditioner-type-guide/banner_pc.jpg");
  background-size: cover;
  background-position: right center;
  min-height: 280px;
  text-align: left;
}
#gjw003 .banner-box .txt-area {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
}
#gjw003 .banner-box .btn-group {
  display: flex;
  gap: 16px;
}

/* ---------------------------------------------------
   하단 제품 리스트 (4개) - 수정됨!
--------------------------------------------------- */
#gjw003 .product-grid {
  display: flex;
  gap: 16px;
  padding-bottom: 120px;
}
#gjw003 .product-grid li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gjw003 .product-grid li .img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
}
#gjw003 .product-grid li .img-box img {
  width: auto;
  height: 100%;

  object-fit: contain;
  mix-blend-mode: multiply;
}
#gjw003 .product-grid li h5 {
  margin-top: 25px;
  text-align: center;
}

/*   */
#gjw003 .tip-num { font-size: 22px; line-height: 1.4; margin-top: 20px; }
#gjw003 .tip-num ul:not(:first-child) { margin-top: 20px; }
#gjw003 .tip-num li { list-style-type: decimal; margin-left: 1em; }
#gjw003 .tip-num li + li { margin-top: 8px; }
#gjw003 .tip-num-tit { font-weight: 700; letter-spacing: -0.05em; line-height: 1.4; }
#gjw003 .tip-num-desc { margin-top: 8px; letter-spacing: -0.05em; line-height: 1.4; }
#gjw003 .install-kit-guide {
  width: 100%;
  margin-top: 28px;
}
#gjw003 .install-kit-section + .install-kit-section {
  margin-top: 28px;
}
#gjw003 .install-kit-heading {
  margin-bottom: 13px;
}
#gjw003 .install-kit-heading h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}
#gjw003 .install-kit-heading h6 {
  margin-top: 13px;
  font-size: 22px;
  line-height: 1.4;
  color: #333333;
}
#gjw003 .install-kit-table-wrap {
  width: 100%;
  overflow-x: auto;
}
#gjw003 .install-kit-table {
  width: 1052px;
  min-width: 1052px;
}
#gjw003 .install-kit-table th,
#gjw003 .install-kit-table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
#gjw003 .install-kit-table th {
  padding: 16px 0;
}
#gjw003 .install-kit-table td {
  padding: 16px 0;
}
#gjw003 .install-kit-table th:first-child,
#gjw003 .install-kit-table td:first-child {
  text-align: center;
}
#gjw003 .install-kit-table th:not(:first-child),
#gjw003 .install-kit-table td:not(:first-child) {
  border-left: 0;
}
#gjw003 .install-kit-table th:not(:first-child)::before,
#gjw003 .install-kit-table td:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 56px;
  background-color: #a7a7a7;
  transform: translateY(-50%);
}
#gjw003 .install-kit-table tbody tr:not(:last-child) td {
  border-bottom-color: #a7a7a7;
}
#gjw003 .install-kit-table th h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
#gjw003 .install-kit-table td h6 {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
#gjw003 .install-kit-table td h6 strong {
  font-weight: 600;
}
#gjw003 .install-kit-table td:first-child h6,
#gjw003 .install-kit-table td:first-child h6 strong {
  line-height: 1.35;
}
#gjw003 .install-kit-table th:last-child,
#gjw003 .install-kit-table td:last-child {
  text-align: center;
}
#gjw003 .install-kit-example-img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
#gjw003 .install-kit-table td:last-child .install-kit-example-img {
  margin-left: auto;
  margin-right: auto;
}
#gjw003 .install-kit-example-general-01 {
  width: 248px;
}
#gjw003 .install-kit-example-general-02 {
  width: 248px;
}
#gjw003 .install-kit-example-general-03 {
  width: 248px;
}
#gjw003 .install-kit-example-small-01 {
  width: 248px;
}
#gjw003 .install-kit-example-small-02 {
  width: 248px;
}
#gjw003 .portable-install-kit-table th h5 {
  font-weight: 700;
}
#gjw003 .portable-install-kit-table {
  table-layout: fixed;
  border-bottom: 1px solid #000000;
}
#gjw003 .portable-install-kit-table thead tr {
  height: 88px;
}
#gjw003 .portable-install-kit-table tbody tr {
  height: 88px;
}
#gjw003 .portable-install-kit-table th,
#gjw003 .portable-install-kit-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
#gjw003 .portable-install-kit-table tbody tr:last-child td {
  border-bottom: 0;
}
#gjw003 .portable-install-kit-table td:last-child .install-kit-example-img {
  margin-left: 41px;
  margin-right: 0;
}
#gjw003 .install-kit-example-portable-01 {
  width: 72px;
  transform: none;
}
#gjw003 .install-kit-example-portable-02 {
  width: 72px;
  transform: none;
}
#gjw003 .install-kit-example-portable-03 {
  width: 97px;
  transform: none;
}
#gjw003 .install-kit-example-portable-04 {
  width: 109px;
  transform: none;
}
#gjw003 .install-kit-example-portable-05 {
  width: 124px;
  transform: none;
}
#gjw003 [class*="install-kit-example-portable-"] {
  width: auto;
  height: 22px;
}
#gjw003 .install-kit-empty {
  color: transparent !important;
}
#gjw003 .install-kit-condition {
  margin-top: 28px;
}
#gjw003 .install-kit-condition h6 {
  font-size: 22px;
  line-height: 1.4;
  color: #333333;
}
#gjw003 .install-kit-mobile {
  display: none;
}
#gjw003 .window-type-mobile {
  display: none;
}

/* ---------------------------------------------------
           Mobile Responsive (768px 이하 - 가이드 수치 적용)
        --------------------------------------------------- */
@media screen and (max-width: 1400px) {
  #gjw003 .sec-header .inner-kv.text-left {
    padding-left: 20px;
  }
}
/* ---------------------------------------------------
           Mobile Responsive (768px 이하 - 가이드 수치 적용)
        --------------------------------------------------- */
@media screen and (max-width: 1136px) {
  #gjw003 br,
  #gjw003 br.mo-only,
  #gjw003 br.pc-only {
    display: none;
  }
}
/* ---------------------------------------------------
   Mobile Responsive (768px 이하) - Line Height 1.4
--------------------------------------------------- */
@media screen and (max-width: 768px) {
  #gjw003 .pc-only {
    display: none !important;
  }
  #gjw003 .mo-only {
    display: block !important;
  }
  #gjw003 br.pc-only {
    display: none !important;
  }
  #gjw003 br {
    display: block !important;
  }
  #gjw003 br.mo-only {
    display: block !important;
  }
  #gjw003 .inner-kv.text-left,
  #gjw003 .inner-text {
    padding: 0 20px;
  }

  /* Mobile Typography - Line Height 1.4 적용 */
  #gjw003 h1 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
  }
  #gjw003 h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
  }
  #gjw003 h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
  }
  #gjw003 h4 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
  #gjw003 .tip-bul h4 {
    font-size: 14px;
}
  #gjw003 h5 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
  }
   #gjw003 h5.mini-title{
    font-size: 16px;
   }
  #gjw003 h6 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  #gjw003 h6 span.semibold{
  font-size:14px;
  font-weight: 400;
}
  #gjw003 p.disclaimer {
    font-size: 11px;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 8px;
    text-indent: -8px;
  }
  #gjw003 p.f-18 {
    font-size: 14px;
  }
  #gjw003 .f-20 {
    font-size: 14px;
  }
  #gjw003 .f-24 {
    font-size: 14px;
  }
  /* Spacing adjustments */
  #gjw003 .mt-140 {
    margin-top: 80px;
  }
  #gjw003 .mt-120 {
    margin-top: 60px;
  }
  #gjw003 .mt-80 {
    margin-top: 60px;
  }
  #gjw003 .mt-48 {
    margin-top: 30px;
  }
  #gjw003 .mt-46 {
    margin-top: 24px;
  }
  #gjw003 .mt-40 {
    margin-top: 30px;
  }
  #gjw003 .mt-32 {
    margin-top: 16px;
  }
  #gjw003 .mb-60 {
    margin-bottom: 30px;
  }

  #gjw003 .mb-46 {
    margin-bottom: 23px;
  }
  #gjw003 .mb-20b {
    margin-bottom: 10px;
  }
  #gjw003 .mb-20 {
    margin-bottom: 13px;
  }
  #gjw003 .mb-10 {
    margin-bottom: 4px;
  }
  #gjw003 .mb-8 {
    margin-bottom: 4px;
  }

  /* 헤더 모바일 */
  #gjw003 .sec-header {
    padding-top: 40px;
  }
  #gjw003 .sec-header .eyebrow .line {
    margin: 0 8px;
    width: 14px;
  }

  /* 요약 리스트 모바일 */
  #gjw003 .sec-summary,
  #gjw003 .sec-intro {
    text-align: left;
  }
  #gjw003 section.sec-step.mt-120 {
    margin-top: 80px;
  }
  #gjw003 section.sec-intro.mt-120 {
    margin-top: 80px;
  }
  #gjw003 .summary-list {
    padding: 1px 0;
  }
  #gjw003 .summary-list li {
    padding: 10px 0 10px 24px;
  }
  #gjw003 .summary-list li::before {
    top: 23px;
    left: 11px;
    width: 3px;
    height: 3px;
  }

  /* 스텝 모바일 */
  #gjw003 .step-title {
    gap: 10px;
    align-items: flex-start;
  }
  #gjw003 .step-title .num {
    width: 28px;
    height: 28px;
    font-size: 14px;
    margin-top: 2px;
  }
  #gjw003 .check-point {
    margin-top: 13px;
  }
  #gjw003 .cp-title {
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
  /* 모바일 테이블 스크롤 */
  #gjw003 .table-wrap {
    overflow-x: auto;
    padding-bottom: 13px;
    margin-top: 13px;
  }
  #gjw003 .data-table {
    min-width: 350px;
  }
  #gjw003 .data-table th,
  #gjw003 .data-table td {
    padding: 9px 11px;
    padding-right: 0;
  }
  #gjw003 .data-table th:last-child,
  #gjw003 .data-table td:last-child {
    padding-left: 12px;
  }
  #gjw003 .data-table2 th:first-child,
#gjw003 .data-table2 td:first-child {
  width: 36.22%;
}

  #gjw003 .data-table2 th:nth-child(2),
#gjw003 .data-table2 td:nth-child(2) {
  width: 33.51%;
}
  #gjw003 .data-table-wall col:nth-child(1) {
    width: 25% !important;
  }
  #gjw003 .data-table-wall col:nth-child(2) {
    width: 25% !important;
  }
  #gjw003 .data-table-wall col:nth-child(3) {
    width: 25% !important;
  }
  #gjw003 .data-table-wall col:nth-child(4) {
    width: 25% !important;
  }
  #gjw003 .data-table-wall {
    min-width: 350px;
    border-top-width: 0.5px;
    border-bottom: 0.5px solid #000000;
  }
  #gjw003 .data-table-wall th,
  #gjw003 .data-table-wall td {
    padding: 9px 11px;
    vertical-align: middle;
  }
  #gjw003 .data-table-wall th:not(:first-child),
  #gjw003 .data-table-wall td:not(:first-child) {
    padding-left: 11px;
  }
  #gjw003 .data-table-wall th:last-child,
  #gjw003 .data-table-wall td:last-child {
    padding-left: 11px;
    padding-right: 11px;
  }
  #gjw003 .data-table-wall th h5,
  #gjw003 .data-table-wall td h6 {
    font-size: 14px;
    letter-spacing: -0.005em;
  }
  #gjw003 .data-table-wall th h5 {
    line-height: 1.4;
  }
  #gjw003 .data-table-wall td h6 {
    line-height: 1.6;
  }
  #gjw003 .data-table-wall tbody tr:not(:last-child) td {
    border-bottom-color: #a7a7a7;
  }
  /* 불릿 리스트 모바일 */
  #gjw003 .bullet-list {
    padding-left: 6px;
  }
  #gjw003 .bullet-list li {
    padding-left: 0;
    margin-bottom: 4px;
  }
  #gjw003 .bullet-list li::before {
    content: "·";
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    width: auto;
    height: auto;
    left: -7px;
    top: 2px;
  }
  #gjw003 .ex-txt {
    padding-left: 6px;
    padding-bottom: 16px;
  }

  /* 팁 박스 모바일 */
  #gjw003 .tip-box {
    padding: 0;

    margin-top: 13px;
    flex-direction: column;
    padding-bottom: 18px;
  }
  #gjw003 .tip-box.mt-24 {
    margin-top: 0;
    padding-bottom: 18px;
  }
  #gjw003 .tip-box .tip-tit {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
  #gjw003 .tip-bul {
    padding: 13px 0 0px 6px;
  }
  #gjw003 .tip-bul > li::before {
    top: 0px;
    font-size: 16px;
    left: -6px;
    width: 2px;
    height: 2px;
  }

  #gjw003 .tip-line-wrap { 
    gap: 8px;
    padding-left: 8px;
    margin-bottom: 18px;
  }
  /* 숫자 리스트 모바일 */
  #gjw003 .num-list-red li {
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #gjw003 .num-list-red .n {
    min-width: 38px;
  }
  #gjw003 .num-list-red li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
#gjw003 .num-list-red li:last-child.border-bottom-gray{
  padding-bottom: 14px;
      border-bottom: 1px solid #a7a7a7;
}
  /* 배너 모바일 */
  #gjw003 .banner-box {
    flex-direction: column;
    padding: 30px 0px 18px 0px;
    text-align: center;
    background-image: url("/kr/story/user-guide/img/air-conditioner-type-guide/banner_mo.jpg");
    background-position: center bottom;
    min-height: 350px;
    justify-content: flex-start;
    border-radius: 8px;
  }
  #gjw003 .banner-box .txt-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #gjw003 .banner-box .text-black {
    font-size: 22px;
  }
  #gjw003 .banner-box .btn-group {
    flex-direction: column;
    width: 100%;
    gap: 8px;
    align-items: center;
  }
  #gjw003 .banner-box .btn-group a {
    font-size: 16px;
    max-width: 218px;
  }
  #gjw003 .btn-black {
    padding: 7px 18px;
    font-size: 16px;
    width: auto;
  }

  /* 하단 제품 모바일 그리드 - 수정됨! */
  #gjw003 .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 60px;
  }
  #gjw003 .product-grid li .img-box {
    border-radius: 8px;
    aspect-ratio: 1/1;
    margin-bottom: 4px;
  }

  #gjw003 .product-grid li h5 {
    margin-top: 15px;
  }
  #gjw003 .product-grid p.f-18 {
    width: 100%;
  }
  #gjw003 .mt-m-13 {
    margin-top: 13px;
  }
  #gjw003 .mb-m-24 {
    margin-bottom: 24px;
  }
  #gjw003 .mb-m-13 {
    margin-bottom: 13px;
  }
  #gjw003 .mb-m-12 {
    margin-bottom: 12px;
  }
  #gjw003 .mtb-m-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  #gjw003 .pb32-pc {
    padding-bottom: 0px;
  }
  #gjw003 .btn-wrap.center {
    margin-top: 13px;
  }

  #gjw003 .notice-list-wrap {
    padding-top: 13px;
  }
  #gjw003 .notice-list-wrap > b {
    display: block;
    font-size: 11px;
  }
  #gjw003 .notice-list-wrap .notice-list {
    margin-top: 2px;
  }

  #gjw003 .notice-list {
    padding-top: 13px;
  }
  #gjw003 .notice-list li {
    margin-bottom: 2px;
  }

  #gjw003 .notice-list li + li {
    margin-top: 2px;
  }
  #gjw003 .notice-list .disclaimer {
    font-size: 11px;
    line-height: 1.6;
  }

  #gjw003 .pc-only-20 {
    height: 0px;
    display: none;
  }
  #gjw003 .sec-step .img-wrap.img-manual {
    margin: 4px 0 13.5px;
  }


  #gjw003 .tip-num { margin-top: 13px; font-size: 14px; }
  #gjw003 .tip-num-tit { font-size: 14px; line-height: 1.6; }
  #gjw003 .tip-num-desc { font-size: 14px; margin-top: 4px; line-height: 1.6; }
  #gjw003 .tip-num ul:not(:first-child) { margin-top: 13px; }
  #gjw003 .tip-num li { line-height: 1.6; }
  #gjw003 .tip-num li + li { margin-top: 4px; }

  #gjw003 .install-kit-guide {
    margin-top: 13px;
  }
  #gjw003 .install-kit-section + .install-kit-section {
    margin-top: 18px;
  }
  #gjw003 .install-kit-heading {
    margin-bottom: 8px;
  }
  #gjw003 .install-kit-heading h5,
  #gjw003 .install-kit-heading h6,
  #gjw003 .install-kit-condition h6 {
    font-size: 14px;
    line-height: 1.6;
  }
  #gjw003 .install-kit-heading h6 {
    margin-top: 4px;
  }
  #gjw003 .install-kit-table-wrap {
    display: block;
  }
  #gjw003 .install-kit-mobile {
    display: none;
    margin-top: 8px;
    overflow: hidden;
  }
  #gjw003 .install-kit-mobile[style],
  #gjw003 .install-kit-mobile {
    grid-template-columns: 122px minmax(0, 1fr);
    column-gap: 0;
  }
  #gjw003 .install-kit-mobile-labels {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    background-color: #ffffff;
    z-index: 1;
  }
  #gjw003 .install-kit-mobile-scroll {
    min-width: 0;
    overflow: hidden;
  }
  #gjw003 .install-kit-mobile-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
  }
  #gjw003 .install-kit-mobile-track::-webkit-scrollbar {
    display: none;
  }
  #gjw003 .install-kit-mobile-track::before {
    display: none;
  }
  #gjw003 .install-kit-mobile-track::after {
    display: none;
  }
  #gjw003 .install-kit-mobile .install-kit-mobile-track::after {
    content: "";
    display: block;
    flex: 0 0 calc((100% - 156px) / 2);
  }
  #gjw003 .install-kit-mobile-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
  }
  #gjw003 .install-kit-mobile-card {
    flex: 0 0 156px;
    overflow: hidden;
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    scroll-snap-align: center;
    background-color: #ffffff;
  }
  #gjw003 .install-kit-mobile-card.is-first {
    flex-basis: 270px;
  }
  #gjw003 .install-kit-mobile-head,
  #gjw003 .install-kit-mobile-row {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 11px;
    font-size: 14px;
    letter-spacing: -0.005em;
    color: #000000;
  }
  #gjw003 .install-kit-mobile-head {
    min-height: 58px;
    background-color: #f3f5f7;
    font-weight: 700;
    line-height: 1.4;
  }
  #gjw003 .install-kit-mobile-row {
    min-height: 58px;
    border-bottom: 1px solid #a7a7a7;
    line-height: 1.6;
  }
  #gjw003 .install-kit-mobile-row:last-child {
    border-bottom: 0;
  }
  #gjw003 .install-kit-mobile-labels .install-kit-mobile-head,
  #gjw003 .install-kit-mobile-labels .install-kit-mobile-row {
    border-right: 0;
  }
  #gjw003 .install-kit-mobile-labels .install-kit-mobile-head::after,
  #gjw003 .install-kit-mobile-labels .install-kit-mobile-row::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 28px;
    background-color: #a7a7a7;
    transform: translateY(-50%);
  }
  #gjw003 .install-kit-mobile-row:first-of-type {
    min-height: 49px;
    padding-top: 0;
  }
  #gjw003 .install-kit-mobile-head span,
  #gjw003 .install-kit-mobile-row span {
    flex: 0 0 100%;
    font-weight: 700;
    line-height: 1.4;
  }
  #gjw003 .install-kit-mobile-head strong,
  #gjw003 .install-kit-mobile-row strong {
    flex: 0 0 100%;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }
  #gjw003 .install-kit-mobile-head strong {
    font-weight: 700;
    line-height: 1.4;
  }
  #gjw003 .install-kit-mobile-card:not(.is-first) .install-kit-mobile-head,
  #gjw003 .install-kit-mobile-card:not(.is-first) .install-kit-mobile-row {
    justify-content: center;
  }
  #gjw003 .install-kit-mobile-card:not(.is-first) .install-kit-mobile-head strong,
  #gjw003 .install-kit-mobile-card:not(.is-first) .install-kit-mobile-row strong {
    flex-basis: 100%;
  }
  #gjw003 .install-kit-mobile-dots {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    padding: 5px 0 7px;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  #gjw003 .install-kit-mobile-dots button {
    flex: 0 0 8px;
    width: 8px;
    min-width: 0;
    height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #8f8f8f;
    cursor: pointer;
    transition: width 0.3s, flex-basis 0.3s, background-color 0.3s;
  }
  #gjw003 .install-kit-mobile-dots button[aria-current="true"] {
    flex-basis: 24px;
    width: 24px;
    background-color: #000000;
  }
  #gjw003 .install-kit-mobile .install-kit-example-img {
    max-height: 42px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-head {
    height: 46px;
    min-height: 46px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-track::after {
    flex-basis: 100%;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-card {
    scroll-snap-align: start;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-row {
    height: 58px;
    min-height: 58px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-head + .install-kit-mobile-row {
    height: 49px;
    min-height: 49px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-row:last-child {
    height: 67px;
    min-height: 67px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-card,
  #gjw003 .portable-install-kit-mobile .install-kit-mobile-labels {
    height: 336px;
    border-bottom-color: #000000;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-example-img {
    width: auto;
    height: 20px;
    max-height: 49px;
    transform: none;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-example-portable-01 {
    width: 72px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-example-portable-02 {
    width: 85px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-example-portable-03 {
    width: 97px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-example-portable-04 {
    width: 109px;
  }
  #gjw003 .portable-install-kit-mobile .install-kit-example-portable-05 {
    width: 124px;
  }
  #gjw003 .portable-install-kit-mobile [class*="install-kit-example-portable-"] {
    width: auto;
  }
  #gjw003 .install-kit-condition {
    margin-top: 18px;
  }

  
}

@media screen and (max-width: 450px) {
  #gjw003 .window-type-table-wrap {
    display: none;
  }
  #gjw003 .window-type-mobile {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    width: 100%;
    margin-top: 13px;
    overflow: hidden;
  }
  #gjw003 .window-type-mobile-labels {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    background-color: #ffffff;
    z-index: 1;
  }
  #gjw003 .window-type-mobile-scroll {
    min-width: 0;
    overflow: hidden;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-track::-webkit-scrollbar {
    display: none;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-track::after {
    content: "";
    display: block;
    flex: 0 0 100%;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-card {
    flex: 0 0 210px;
    overflow: hidden;
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    background-color: #ffffff;
    scroll-snap-align: start;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 38px;
    min-height: 0;
    padding: 9px 13px;
    border-bottom: 1px solid #a7a7a7;
    background-color: #f3f5f7;
  }
  #gjw003 .window-type-mobile-labels .install-kit-mobile-head,
  #gjw003 .window-type-mobile-labels .install-kit-mobile-row {
    padding-left: 11px;
    padding-right: 11px;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-head strong,
  #gjw003 .window-type-mobile .install-kit-mobile-head span {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
    color: #000000;
    text-align: left;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 39px;
    min-height: 0;
    padding: 9px 13px;
    border-bottom: 1px solid #a7a7a7;
    color: #000000;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-row:first-of-type {
    min-height: 0;
    padding-top: 9px;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-row:last-child {
    height: 61px;
    border-bottom: 0;
  }
  #gjw003 .window-type-mobile-labels .install-kit-mobile-head::after,
  #gjw003 .window-type-mobile-labels .install-kit-mobile-row::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 28px;
    background-color: #a7a7a7;
    transform: translateY(-50%);
  }
  #gjw003 .window-type-mobile .install-kit-mobile-row strong,
  #gjw003 .window-type-mobile .install-kit-mobile-row span {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.005em;
    text-align: left;
  }
  #gjw003 .window-type-mobile .window-type-mobile-labels .install-kit-mobile-row span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-card:not(.is-first) .install-kit-mobile-head,
  #gjw003 .window-type-mobile .install-kit-mobile-card:not(.is-first) .install-kit-mobile-row {
    justify-content: flex-start;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-card:not(.is-first) .install-kit-mobile-head strong {
    flex: 1 1 auto;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-card:not(.is-first) .install-kit-mobile-row strong {
    flex: 1 1 auto;
  }
  #gjw003 .window-type-mobile .install-kit-mobile-dots {
    grid-column: 1 / -1;
  }
  #gjw003 .install-kit-section:first-of-type .install-kit-table-wrap {
    display: none;
  }
  #gjw003 .install-kit-section:first-of-type .install-kit-mobile {
    display: grid;
  }
  #gjw003 .install-kit-section:nth-of-type(2) .install-kit-table-wrap {
    display: none;
  }
  #gjw003 .install-kit-section:nth-of-type(2) .install-kit-mobile {
    display: grid;
  }
}
