.pc-only {
	display: block;
}

.mo-only {
	display: none;
}

@media screen and (max-width: 1024px) {
	.pc-only {
		display: none;
	}
	.mo-only {
		display: block;
	}
}
.section {
	padding: 160px 0 200px;
}
.section__container {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 20px;
}
.section__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	word-break: keep-all;
}
.section__desc {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	word-break: keep-all;
}
.section__awards {
	width: 100%;
	max-width: 753px;
	margin: 40px auto 0;
}
.section__awards img {
	width: 100%;
}
.section__visual {
	margin-top: 40px;
}
.section__visual img {
	width: 100%;
}
.section__disclaimer {
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}
.section__link {
	width: 100%;
	margin-top: 40px;
	padding: 127.5px 120px;
	border-radius: 16px;
	background-image: url("/kr/story/tech-inside/img/dual-cool-aircon/img_background_01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section__link p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	word-break: keep-all;
}
.section__link a {
	display: inline-block;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.section__link a::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	transform: translateY(2px);
	background-image: url("/kr/story/tech-inside/img/dual-cool-aircon/ico_arrow_bk.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section--bgf9 {
	background: #f9f9f9;
}
.section--contents {
	padding: 120px 0 160px;
}
@media screen and (max-width: 1024px) {
	.section {
		padding: 60px 0;
	}
	.section__title {
		font-size: 20px;
		letter-spacing: -0.8px;
	}
	.section__desc {
		margin-top: 16px;
		font-size: 14px;
	}
	.section__awards {
		width: calc(100% - 22px);
		max-width: unset;
		margin-top: 24px;
	}
	.section__visual {
		margin-top: 24px;
		border-radius: 20px;
	}
	.section__link {
		width: calc(100% + 40px);
		margin-top: 24px;
		margin-left: -20px;
		padding: 40px 36px 73.6111111111vw;
		border-radius: 0;
		background-image: url("/kr/story/tech-inside/img/dual-cool-aircon/img_background_01_mo.png");
	}
	.section__link p {
		font-size: 18px;
	}
	.section__link a {
		margin-top: 8px;
		font-size: 14px;
	}
	.section__link a::after {
		width: 16px;
		height: 16px;
	}
	.section__disclaimer {
		margin-top: 12px;
	}
}

.intro {
	padding: 120px 0;
	text-align: center;
}
.intro__eyebrow {
	display: block;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	word-break: keep-all;
}
.intro__title {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1.84px;
	word-break: keep-all;
}
.intro__highlight {
	display: block;
	margin-top: 36px;
	color: #e42626;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	word-break: keep-all;
}
.intro__desc {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.6;
	word-break: keep-all;
}
.intro__visual {
	margin-top: 40px;
}
.intro__visual video {
	width: 100%;
	border-radius: 16px;
}
.intro__disclaimer {
	margin-top: 16px;
	color: #666;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.intro {
		padding: 60px 0;
	}
	.intro__title {
		font-size: 28px;
		line-height: 1.4;
		letter-spacing: -1.12px;
	}
	.intro__eyebrow {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.intro__highlight {
		margin-top: 16px;
		font-size: 16px;
	}
	.intro__desc {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.6;
	}
	.intro__visual {
		width: calc(100% + 40px);
		margin-top: 16px;
		margin-left: -20px;
	}
	.intro__visual video {
		border-radius: 0;
	}
	.intro__disclaimer {
		margin-top: 12px;
		font-size: 14px;
	}
}

.tabs__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.tabs__button {
	flex: 1;
	padding: 27px 37px;
	border: 2px solid #8c8c8c;
	border-radius: 10px;
	background: #fff;
	color: #444;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	word-break: keep-all;
}
.tabs__button.active {
	border: 4px solid #d92a50;
	color: #d92a50;
	font-weight: 700;
}
.tabs__panel {
	display: none;
	margin-top: 80px;
}
.tabs__panel.active {
	display: block;
}
.tabs-contents {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 60px;
}
.tabs-contents--reverse {
	flex-direction: row-reverse;
}
.tabs-contents--reverse .tabs-contents__text {
	flex: 1;
}
.tabs-contents + .tabs-contents {
	margin-top: 40px;
}
.tabs-contents__thumb {
	width: 100%;
	max-width: 660px;
}
.tabs-contents__thumb img,
.tabs-contents__thumb video {
	width: 100%;
	border-radius: 16px;
}
.tabs-contents__text {
	padding-left: 60px;
}
.tabs-contents__flag {
	display: block;
	color: #d92a50;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.54px;
}
.tabs-contents__title {
	width: -moz-fit-content;
	width: fit-content;
	background: linear-gradient(to top, transparent 15%, #fbd3dc 13%, #fbd3dc 50%, transparent 0%);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1.6px;
	word-break: keep-all;
}
.tabs-contents__desc {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.6;
	word-break: keep-all;
}
.tabs-contents__desc strong {
	display: block;
	margin-bottom: 12px;
	font-weight: 600;
}
.tabs-contents__disclaimer {
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.14px;
}
.tabs-contents__button {
	margin-top: 12px;
	padding: 10px 24px;
	border: 1px solid #000;
	border-radius: 60px;
	background: #fff;
	font-weight: 700;
	letter-spacing: -0.64px;
}
@media screen and (max-width: 1024px) {
	.tabs {
		position: relative;
	}
	.tabs__panel {
		margin-top: 40px;
	}
	.tabs__selected {
		position: relative;
		z-index: 3;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 13px 0;
		border: 2px solid #d92a50;
		border-radius: 10px;
		background: #fff;
		color: #d92a50;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
	}
	.tabs__selected::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-left: 6px;
		border-top: 2px solid #d92a50;
		border-left: 2px solid #d92a50;
		transform: rotate(225deg);
	}
	.tabs__list {
		position: absolute;
		top: 24px;
		z-index: 2;
		display: none;
		width: 100%;
		padding-top: 20px;
		border: 2px solid #8c8c8c;
		border-radius: 10px;
		background: #fff;
	}
	.tabs__list.active {
		display: block;
	}
	.tabs:has(.tabs__list.active) .tabs__selected::after {
		margin-top: 4px;
		transform: rotate(45deg);
	}
	.tabs__button {
		display: block;
		width: 100%;
		padding: 13px 0;
		border: none;
		border-top: 2px solid #8c8c8c;
		border-radius: 0;
		background: none;
		font-size: 16px;
		line-height: 1.4;
	}
	.tabs__button.active {
		display: none;
	}
	.tabs-contents {
		flex-direction: column;
		gap: 16px;
	}
	.tabs-contents:nth-of-type(even) {
		flex-direction: column;
	}
	.tabs-contents__thumb img,
	.tabs-contents__thumb video {
		border-radius: 20px;
	}
	.tabs-contents__flag {
		margin-bottom: 4px;
		font-size: 14px;
		font-weight: 500;
	}
	.tabs-contents__title {
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: -0.96px;
	}
	.tabs-contents__text {
		width: 100%;
		padding-left: 0;
	}
	.tabs-contents__desc {
		font-size: 14px;
	}
	.tabs-contents__desc strong {
		margin-bottom: 8px;
	}
	.tabs-contents__button {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
}

.footnotes {
	display: none;
	margin-top: 12px;
}
.footnotes.active {
	display: block;
}
.footnotes__inner {
	padding: 24px 28px;
	border-radius: 12px;
	background: #fff;
}
.footnotes__header {
	padding-bottom: 8px;
	border-bottom: 1px solid #a9a9a9;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.footnotes .disclaimer {
	margin-top: 16px;
}
.footnotes .disclaimer li {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}
.footnotes .disclaimer__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.footnotes .disclaimer__title + li {
	margin-top: 4px;
}
.footnotes + .tabs-contents {
	margin-top: 40px;
}