#gjw008 {
	font-family: "Pretendard", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
	background: #fff;
	color: #000;
	word-break: keep-all;
	
}

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

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

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

#gjw008 a {
	color: inherit;
	text-decoration: none;
}

#gjw008 a:focus-visible,
#gjw008 button:focus-visible {
	outline: 2px solid #015fcb;
	outline-offset: 4px;
}

#gjw008 .pc-only {
	display: block;
}

#gjw008 .mo-only {
	display: none;
}

#gjw008 br.pc-only {
	display: block;
}

#gjw008 br.mo-only {
	display: none;
}

#gjw008 .pc-inline {
	display: inline;
}

#gjw008 .mo-inline {
	display: none;
}

#gjw008 h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.002em;
}

#gjw008 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.002em;
}

#gjw008 h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.002em;
}

#gjw008 h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.005em;
}

#gjw008 h5 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

#gjw008 h6 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}
#gjw008 h6 span.semibold{
  font-size:20px;
  font-weight: 600;
}
#gjw008 strong {
	font-weight: 700;
}

#gjw008 .nowrap {
	white-space: nowrap;
}

#gjw008 .inner-text {
	max-width: 1136px;
	margin: 0 auto;
	padding: 0 20px;
}

#gjw008 .inner-kv {
	max-width: 1380px;
	margin: 0 auto;
}
#gjw008 .inner-kv-disclaimer {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 20px;
	letter-spacing: -0.005em;
}

#gjw008 .mt-140 {
	margin-top: 140px;
}

#gjw008 .mt-120 {
	margin-top: 120px;
}

#gjw008 .mt-46 {
	margin-top: 46px;
}

#gjw008 .mb-20 {
	margin-bottom: 20px;
}

#gjw008 .mb-8 {
	margin-bottom: 8px;
}

#gjw008 .lg-red {
	color: #ea1917;
}

#gjw008 .sec-header {
	padding-top: 80px;
}

#gjw008 .sec-header .inner-text {
	margin-bottom: 46px;
}

#gjw008 .main-title {
	margin-bottom: 20px;
}

#gjw008 .hero-visual {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1380 / 500;
	background: #d1d1d1;
}

#gjw008 .hero-visual picture,
#gjw008 .hero-visual img,
#gjw008 .feature-img,
#gjw008 .feature-img img {
	width: 100%;
	height: 100%;
}

#gjw008 .hero-visual img,
#gjw008 .feature-img img {
	object-fit: cover;
	object-position: center center;
}

#gjw008 p.disclaimer {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 10px;
	text-indent: -10px;
	letter-spacing: -0.005em;
}

#gjw008 .sec-header .disclaimer {
	margin-top: 20px;
}

#gjw008 .summary-list {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px 22px;
}

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

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

#gjw008 .summary-list li:last-child {
	border-bottom: 0;
}

#gjw008 .step-title {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

#gjw008 .step-title .num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	background: #000;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

#gjw008 .check-point {
	text-align: left;
}

#gjw008 .cp-title {
	margin-bottom: 20px;
}

#gjw008 .num-list-red {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 32px 0;
}

#gjw008 .num-list-red > li {
	display: flex;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #d8d8d8;
}

#gjw008 .num-list-red > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

#gjw008 .num-list-red .n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 130px;
	width: 130px;
	color: #ea1917;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.005em;
}

#gjw008 .num-list-red .tip-item .n {
	font-size: 22px;
}

#gjw008 .num-list-red .txt-box {
	flex: 1;
	min-width: 0;
}

#gjw008 .bullet-list li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 8px;
}

#gjw008 .bullet-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	font-weight: 700;
}

#gjw008 .feature-img {
	display: block;
	overflow: hidden;
	aspect-ratio: 1096 / 504;
	background: #f3f5f7;
}

#gjw008 .table-wrap {
	margin-top: 46px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#gjw008 table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#gjw008 caption {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

#gjw008 th,
#gjw008 td {
	padding: 22px;
	text-align: left;
	vertical-align: top;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0;
}

#gjw008 th {
	background: #f3f5f7;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.002em;
}

#gjw008 th h5,
#gjw008 td h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

#gjw008 td {
	/* border-top: 1px solid #a7a7a7; */
	font-weight: 400;
	align-content: center;
}
#gjw008 tr:not(:first-child) td {
	border-top: 1px solid #a7a7a7;
}
#gjw008 td:first-child td strong {
	font-size: 20px;
	line-height: 1.35;
}

#gjw008 .living-area-table col:nth-child(1),
#gjw008 .bedroom-area-table col:nth-child(1) {
	width: 29.2%;
}

#gjw008 .living-area-table col:nth-child(2),
#gjw008 .bedroom-area-table col:nth-child(2) {
	width: 38.1%;
}

#gjw008 .living-area-table col:nth-child(3),
#gjw008 .bedroom-area-table col:nth-child(3) {
	width: 32.7%;
}

#gjw008 .tip-panel {
	margin-top: 46px;
	border-bottom: 1px solid #a7a7a7;
}

#gjw008 .tip-panel--area {
	border-bottom: 0;
}

#gjw008 .tip-label {
	display: flex;
	align-items: center;
	gap: 22px;
	font-size: 24px;
	line-height: 1.4;
}

#gjw008 .tip-label::after {
	content: "";
	display: block;
	flex: 1;
	height: 1px;
	background: #a7a7a7;
}

#gjw008 .tip-content {
	padding: 15px 22px 28px 0;
}

#gjw008 .tip-content--area {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-right: 0;
	padding-bottom: 0;
}

#gjw008 .tip-copy {
	padding: 0 22px;
}

#gjw008 .tip-content--area .tip-copy:first-child::after {
	content: "";
	display: block;
	width: calc(100% + 44px);
	height: 1px;
	margin: 28px -22px 0;
	background: #a7a7a7;
}

#gjw008 .area-conversion-table {
	margin: 0 22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#gjw008 .area-conversion-table col:nth-child(1),
#gjw008 .area-conversion-table col:nth-child(3),
#gjw008 .area-conversion-table col:nth-child(5),
#gjw008 .area-conversion-table col:nth-child(6) {
	width: 11.111%;
}

#gjw008 .area-conversion-table col:nth-child(2),
#gjw008 .area-conversion-table col:nth-child(4) {
	width: 27.778%;
}

#gjw008 .area-conversion-table th,
#gjw008 .area-conversion-table td {
	padding: 22px;
	text-align: left;
	vertical-align: middle;
}

#gjw008 .area-conversion-table th {
	background: #f3f5f7;
}

#gjw008 .area-conversion-table td:first-child {
	width: auto;
	padding-left: 22px;
}

#gjw008 .note-list {
	margin-top: 20px;
}

#gjw008 .note-list li {
	position: relative;
	padding-left: 14px;
	color: #444;
	font-size: 14px;
	line-height: 1.6;
}

#gjw008 .note-list li::before {
	content: "*";
	position: absolute;
	left: 0;
	top: 0;
}

#gjw008 .note-list p {
	color: #444;
	line-height: 1.6;
}

#gjw008 .sec-banner {
	margin-top: 180px;
	padding-bottom: 120px;
}

#gjw008 .banner-box {
	position: relative;
	overflow: hidden;
	height: 280px;
	border-radius: 16px;
	background: #ededed;
}

#gjw008 .banner-bg,
#gjw008 .banner-bg img {
	width: 100%;
	height: 100%;
}

#gjw008 .banner-bg img {
	object-fit: cover;
	object-position: center center;
}

#gjw008 .banner-content {
	position: absolute;
	top: 50%;
	left: 130px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transform: translateY(-50%);
}

#gjw008 .banner-content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.005em;
}

#gjw008 .banner-cta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	min-height: 51px;
	padding: 10px 24px 10px 30px;
	border-radius: 60px;
	background: #000;
	color: #fff;
}

#gjw008 .banner-cta h5 {
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: -0.005em;
}

#gjw008 .banner-cta-icon {
	display: block;
	width: 10px;
	height: 20px;
	background: url("/kr/story/user-guide/img/air-conditioner-type-guide/chevron-right.svg")
		center / contain no-repeat;
}
#gjw008 .space-y-pc-20 > div {
	white-space: nowrap;
}
#gjw008 .space-y-pc-20 > div:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 1136px) {
	#gjw008 br.pc-only {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#gjw008{
		padding-top: 40px;
	}
	#gjw008,
	#gjw008 * {
		overflow-wrap: break-word;
	}

	#gjw008 .pc-only,
	#gjw008 br.pc-only {
		display: none !important;
	}

	#gjw008 .mo-only,
	#gjw008 br.mo-only {
		display: block !important;
	}

	#gjw008 .pc-inline {
		display: none;
	}

	#gjw008 .mo-inline {
		display: inline;
	}

	#gjw008 .inner-text,
	#gjw008 .inner-kv {
		width: auto;
		max-width: none;
		padding: 0 20px;
	}

	#gjw008 .sec-header .inner-kv {
		padding: 0;
	}

	#gjw008 h1 {
		font-size: 32px;
		line-height: 1.4;
	}

	#gjw008 h2 {
		font-size: 22px;
		line-height: 1.6;
		letter-spacing: -0.005em;
	}

	#gjw008 h3 {
		font-size: 16px;
		line-height: 1.6;
	}

	#gjw008 h4,
	#gjw008 h5 {
		font-size: 16px;
		line-height: 1.6;
	}

	#gjw008 h6 {
		font-size: 14px;
		line-height: 1.6;
	}
  #gjw008 h6 span.semibold{
  font-size:14px;
  font-weight: 400;
}
	#gjw008 p.disclaimer {
		font-size: 11px;
		line-height: 1.6;
	}

	#gjw008 .sec-header {
		padding-top: 40px;
	}

	#gjw008 .sec-header .inner-text {
		margin-bottom: 23px;
	}

	#gjw008 .main-title {
		margin-bottom: 13px;
	}

	#gjw008 .hero-visual {
		height: 235px;
		aspect-ratio: auto;
	}

	#gjw008 .sec-header .disclaimer {
		margin: 13px 20px 0;
	}

	#gjw008 .mt-120,
	#gjw008 .mt-140 {
		margin-top: 80px;
	}

	#gjw008 .sec-summary.mt-120 {
		margin-top: 60px;
	}

	#gjw008 .mt-46,
	#gjw008 .feature-img.mt-46,
	#gjw008 .table-wrap {
		margin-top: 13px;
	}
#gjw008 .table-wrap {
	border-top: 0.5px solid #000;
	border-bottom: 0.5px solid #000;
}
	#gjw008 .mb-20 {
		margin-bottom: 13px;
	}

	#gjw008 .mb-8 {
		margin-bottom: 4px;
	}

	#gjw008 .summary-list {
		padding: 11px 0;
		border-top-width: 0.5px;
		border-bottom-width: 0.5px;
	}

	#gjw008 .summary-list li {
		padding: 10px 0 10px 24px;
		border-bottom-width: 0.5px;
	}

	#gjw008 .summary-list li::before {
		top: 20px;
		left: 8px;
		width: 4px;
		height: 4px;
	}

	#gjw008 .step-title {
		gap: 10px;
	}

	#gjw008 .step-title .num {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		margin-top: 3px;
		font-size: 14px;
		letter-spacing: -0.005em;
	}

	#gjw008 .cp-title {
		margin-bottom: 13px;
	}

	#gjw008 .num-list-red {
		padding: 16px 0;
		border-top-width: 0.5px;
		border-bottom-width: 0.5px;
	}

	#gjw008 .num-list-red > li {
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom-width: 0.5px;
	}

	#gjw008 .num-list-red .n {
		align-items: flex-start;
		justify-content: center;
		flex-basis: 38px;
		width: 38px;
		padding-top: 1px;
		font-size: 14px;
		line-height: 1.4;
		align-items: center;
	}

	#gjw008 .num-list-red .tip-item .n {
		font-size: 14px;
	}

	#gjw008 .bullet-list li {
		margin-bottom: 8px;
		padding-left: 8px;
	}

	#gjw008 .bullet-list li::before {
		font-size: 14px;
	}

	#gjw008 .feature-img {
		height: auto;
		aspect-ratio: 350 / 204;
	}

	#gjw008 th,
	#gjw008 td {
		padding: 9px 0px;
		padding-right: 0;
		font-size: 14px;
		line-height: 1.6;
	}

	#gjw008 th {
		font-size: 14px;
	}

	#gjw008 .living-area-table,
	#gjw008 .living-area-table thead,
	#gjw008 .living-area-table tbody,
	#gjw008 .living-area-table tr,
	#gjw008 .bedroom-area-table,
	#gjw008 .bedroom-area-table thead,
	#gjw008 .bedroom-area-table tbody,
	#gjw008 .bedroom-area-table tr {
		display: block;
	}

	#gjw008 .living-area-table tr,
	#gjw008 .bedroom-area-table tr {
		display: grid;
		grid-template-columns: 75px 124px 78px;
		justify-content: space-between;
		align-items: center;
	}

	#gjw008 .living-area-table tr {
		grid-template-columns: 70px 120px 80px;
	}

	#gjw008 .bedroom-area-table tr {
		grid-template-columns: 86px 120px 78px;
	}

	#gjw008 .living-area-table thead tr,
	#gjw008 .bedroom-area-table thead tr {
		padding: 9px 11px;
		background: #f3f5f7;
	}

	#gjw008 .living-area-table thead tr {
		grid-template-columns: 75px 120px 80px;
	}

	#gjw008 .living-area-table tbody,
	#gjw008 .bedroom-area-table tbody {
		padding-top: 9px;
		background: #fff;
	}

	#gjw008 .living-area-table tbody tr,
	#gjw008 .bedroom-area-table tbody tr {
		padding: 0 11px 9px;
		border-bottom: 0.5px solid #a7a7a7;
	}

	#gjw008 .living-area-table tbody tr + tr,
	#gjw008 .bedroom-area-table tbody tr + tr {
		padding-top: 9px;
	}

	#gjw008 .living-area-table tbody tr:last-child,
	#gjw008 .bedroom-area-table tbody tr:last-child {
		border-bottom:none;
	}

	#gjw008 .living-area-table th,
	#gjw008 .living-area-table td,
	#gjw008 .bedroom-area-table th,
	#gjw008 .bedroom-area-table td {
		display: block;
		width: auto;
		padding: 0;
		border-top: 0;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	#gjw008 .living-area-table tr:not(:first-child) td,
	#gjw008 .bedroom-area-table tr:not(:first-child) td {
		border-top: 0;
	}

	#gjw008 .living-area-table td:first-child,
	#gjw008 .bedroom-area-table td:first-child {
		width: auto;
		padding-left: 0;
	}

	#gjw008 .living-area-table td:nth-child(2),
	#gjw008 .living-area-table td:nth-child(2) h6,
	#gjw008 .living-area-table td:nth-child(3),
	#gjw008 .living-area-table td:nth-child(3) h6,
	#gjw008 .bedroom-area-table td:nth-child(2),
	#gjw008 .bedroom-area-table td:nth-child(2) h6,
	#gjw008 .bedroom-area-table td:nth-child(3),
	#gjw008 .bedroom-area-table td:nth-child(3) h6 {
		line-height: 1.6;
	}

	#gjw008 td:first-child {
		width: 28%;
		font-size: 14px;
		line-height: 1.6;
		padding-left: 11px;
	}

	#gjw008 .living-area-table td:first-child,
	#gjw008 .bedroom-area-table td:first-child {
		width: auto;
		padding-left: 0;
	}

	#gjw008 .tip-panel {
		margin-top: 13px;
		border-bottom-width: 0.5px;
	}

	#gjw008 .tip-label {
		gap: 8px;
		font-size: 14px;
		line-height: 1.4;
	}

	#gjw008 .tip-label::after {
		height: 0.5px;
	}

	#gjw008 .tip-content {
		padding: 18px 0;
	}

	#gjw008 .tip-content--area {
		gap: 18px;
		padding-bottom: 0;
	}

	#gjw008 .tip-copy {
		padding: 0;
	}

	#gjw008 .tip-content--area .tip-copy:first-child::after {
		width: 100%;
		height: 0.5px;
		margin: 13px 0 0;
	}

	#gjw008 .tip-content--area .tip-copy h5 {
		margin-bottom: 13px;
	}

	#gjw008 .area-conversion-table {
		margin: 0;
		border-top: 0;
		border-bottom: 0;
		overflow: hidden;
	}

	#gjw008 .area-conversion-table table,
	#gjw008 .area-conversion-table thead,
	#gjw008 .area-conversion-table tbody,
	#gjw008 .area-conversion-table tr {
		display: block;
	}

	#gjw008 .area-conversion-table tr {
		display: grid;
		grid-template-columns: 28px 62px 28px 62px 28px 48px;
		justify-content: space-between;
		align-items: center;
	}

	#gjw008 .area-conversion-table thead tr {
		padding: 9px 11px;
		background: #f3f5f7;
		border-top: 0.5px solid #000;
	}

	#gjw008 .area-conversion-table tbody {
		padding-top: 7px;
	}

	#gjw008 .area-conversion-table tbody tr {
		padding: 9px 11px;
		border-bottom: 0.5px solid #a7a7a7;
	}

	#gjw008 .area-conversion-table tbody tr:last-child {
		border-bottom-color: #000;
	}

	#gjw008 .area-conversion-table th,
	#gjw008 .area-conversion-table td {
		display: block;
		padding: 0;
		font-size: 14px;
		line-height: 1.4;
		border-top: 0;
	}

	#gjw008 .area-conversion-table tr:not(:first-child) td {
		border-top: 0;
	}

	#gjw008 .area-conversion-table td:first-child {
		width: auto;
		padding-left: 0;
	}

	#gjw008 .note-list {
		margin-top: 13px;
	}

	#gjw008 .note-list li {
		padding-left: 11px;
		font-size: 11px;
	}

	#gjw008 .note-list li + li {
		margin-top: 2px;
	}

	#gjw008 .sec-banner {
		margin-top: 80px;
		padding-bottom: 60px;
	}

	#gjw008 .banner-box {
		height: 350px;
		border-radius: 8px;
	}

	#gjw008 .banner-content {
		inset: 0;
		align-items: center;
		justify-content: space-between;
		padding: 30px 0 18px;
		transform: none;
	}

	#gjw008 .banner-content h3 {
		width: 100%;
		font-size: 22px;
		line-height: 1.6;
		text-align: center;
	}

	#gjw008 .banner-cta {
		align-self: center;
		min-height: 36px;
		padding: 7px 15px 7px 18px;
		gap: 5px;
		border-radius: 30px;
	}

	#gjw008 .banner-cta h5 {
		font-size: 16px;
		line-height: 1.4;
	}

	#gjw008 .banner-cta-icon {
		width: 7px;
		height: 14px;
	}
	#gjw008 .space-y-pc-20 > div:not(:last-child) {
		margin-bottom: 0px;
	}
	#gjw008 .inner-kv-disclaimer {
		padding: 0;
	}

	#gjw008 td strong {
		font-weight: 400;
	}
	#gjw008 .num-list-red > li:last-child.tip-item {
		flex-direction: column;
	}
	#gjw008 .num-list-red > li:last-child.tip-item h3 {
		flex-basis: auto;
		margin-bottom: 14px;
	}
}
