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

.btn__primary {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 60px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.64px;
	text-align: center;
}
.btn__primary:hover, .btn__primary:focus {
	background-color: #000;
	color: #fff;
}
.btn__primary.btn__size-lg {
	padding: 20px 60px;
	font-size: 24px;
}
@media screen and (max-width: 1024px) {
	.btn__primary {
		font-size: 14px;
	}
	.btn__primary.btn__size-lg {
		padding: 12px 40px;
		font-size: 18px;
	}
}

.btn__secondary {
	display: inline-block;
	padding: 10px 24px;
	border: 1px solid #000;
	border-radius: 60px;
	background-color: #fff;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.btn__secondary.btn__size-lg {
	padding: 16px 40px;
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
	.btn__secondary {
		font-size: 14px;
	}
	.btn__secondary.btn__size-lg {
		padding: 16px 48px;
		font-size: 18px;
	}
}

.btn__open {
	margin-top: 2px !important;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}
.btn__open::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-left: 6px;
	transform: translateY(-1px) rotate(-90deg);
	background-image: url("/kr/story/images/ico_arrow_gray.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn__close {
	display: block;
	margin-left: auto;
	color: #666;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.btn__close::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	vertical-align: middle;
	transform: translateY(-1px);
	background-image: url("/kr/story/images/ico_arrow_black.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ico__tip {
	display: inline-block;
	margin-right: 12px;
	padding: 0 8px;
	border-radius: 6px;
	background-color: #ea1917;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}

/* 상단 인트로 */
.page__title {
	margin-top: 45px;
	margin-bottom: 60px;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.page__title span {
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 1024px) {
	.page__title {
		margin-top: 24px;
		margin-bottom: 24px;
		font-size: 32px;
	}
	.page__title span {
		font-size: 16px;
	}
}

.intro {
	max-width: 1380px;
	margin: 0 auto;
}
.intro .swiper-slide {
	overflow: hidden;
	border-radius: 28px;
}
.intro .disclaimer {
	margin-top: 12px;
}
@media screen and (max-width: 1024px) {
	.intro .swiper-slide {
		border-radius: 0;
	}
	.intro .disclaimer {
		padding: 0 20px;
	}
}

/* 디스클라이머 - 상단 여백은 커스텀 필요 */
.disclaimer {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	word-break: keep-all;
}
.disclaimer li {
	word-break: inherit;
}
.disclaimer__title {
	margin-bottom: 4px;
	font-weight: 700;
}

/* 컨텐츠 컴포넌트 */
.feature-wrap {
	overflow: hidden;
	max-width: 1380px;
	margin: 0 auto;
	border-radius: 24px;
}
@media screen and (max-width: 1024px) {
	.feature-wrap {
		margin: 0 20px;
		border-radius: 16px;
	}
}
.feature-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 80px;
	background-color: #fff;
}
.feature-box .thumb {
	position: relative;
	align-self: flex-start;
	overflow: hidden;
	width: 50%;
	height: -moz-fit-content;
	height: fit-content;
}
.feature-box .cont {
	width: 50%;
}
.feature-box .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	word-break: keep-all;
}
.feature-box .sub-title {
	margin-top: 28px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	word-break: keep-all;
}
.feature-box .sub-title strong {
	color: #ea1917;
}
.feature-box .text {
	margin-top: 8px;
	line-height: 1.6;
	word-break: keep-all;
}
.feature-box .tip-box {
	margin-top: 16px;
	padding: 20px;
	border-radius: 16px;
	background-color: #f5f5f5;
}
.feature-box .tip-box__title {
	font-weight: 700;
	line-height: 1.6;
}
.feature-box .tip-box__text {
	margin-top: 8px;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}
.feature-box .tip-box__text strong {
	color: #000;
}
.feature-box .disclaimer {
	margin-top: 20px;
}
.feature-box [class^=btn__] {
	margin-top: 20px;
}
.feature-box .btn__open {
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.feature-box {
		flex-direction: column;
		gap: 20px;
	}
	.feature-box .thumb {
		position: unset;
		width: 100%;
	}
	.feature-box .cont {
		width: 100%;
	}
	.feature-box .title {
		font-size: 20px;
	}
	.feature-box .sub-title {
		font-size: 15px;
	}
	.feature-box .text {
		font-size: 14px;
	}
}
.feature-box.type1 {
	padding: 80px;
}
.feature-box.type1 .thumb {
	border-radius: 20px;
}
.feature-box.type1 .cont {
	padding-right: 20px;
}
.feature-box.type1 .cont > .disclaimer {
	letter-spacing: -0.2px;
}
.feature-box.type1 .title {
	padding-bottom: 28px;
	border-bottom: 1px solid #000;
}
.feature-box.type1 .title + .text {
	margin-top: 32px;
}
@media screen and (max-width: 1024px) {
	.feature-box.type1 {
		padding: 16px 16px 24px;
	}
	.feature-box.type1 .thumb {
		border-radius: 12px;
	}
	.feature-box.type1 .cont {
		padding: 0;
	}
	.feature-box.type1 .title {
		padding-bottom: 20px;
	}
	.feature-box.type1 .title + .text {
		margin-top: 20px;
	}
	.feature-box.type1 .sub-title {
		margin-top: 20px;
	}
	.feature-box.type1 .disclaimer {
		margin-top: 16px;
	}
	.feature-box.type1 [class^=btn__] {
		margin-top: 16px;
	}
}
.feature-box.type2 {
	padding: 48px 80px 60px;
}
.feature-box.type2 .thumb {
	border-radius: 24px;
}
.feature-box.type2 .text {
	font-size: 18px;
}
.feature-box.type2 .title + .text {
	margin-top: 12px;
}
@media screen and (max-width: 1024px) {
	.feature-box.type2 {
		padding: 24px 16px;
	}
	.feature-box.type2 .thumb {
		border-radius: 16px;
	}
	.feature-box.type2 .cont {
		padding: 0;
	}
	.feature-box.type2 .title + .text {
		margin-top: 8px;
	}
	.feature-box.type2 .text {
		font-size: 15px;
	}
}
.feature-box.wide {
	flex-direction: column;
	gap: 24px;
	padding: 40px 80px;
}
.feature-box.wide:first-of-type {
	padding-top: 48px;
}
.feature-box.wide:last-of-type {
	padding-bottom: 60px;
}
.feature-box.wide .thumb {
	overflow: hidden;
	width: 100%;
	border-radius: 24px;
}
.feature-box.wide .text {
	font-size: 18px;
}
.feature-box.wide .cont {
	width: 100%;
	padding: 0;
}
@media screen and (max-width: 1024px) {
	.feature-box.wide {
		gap: 20px;
		padding: 24px 16px;
	}
	.feature-box.wide:first-of-type {
		padding-top: 24px;
	}
	.feature-box.wide:last-of-type {
		padding-bottom: 24px;
	}
	.feature-box.wide .thumb {
		border-radius: 16px;
	}
	.feature-box.wide .text {
		font-size: 15px;
	}
	.feature-box.wide .disclaimer {
		margin-top: 16px;
	}
}

/* 세부정보 */
.footnotes {
	display: none;
	margin-top: 20px;
}
.footnotes__title {
	padding-bottom: 8px;
	border-bottom: 1px solid #a9a9a9;
	color: #666;
	font-weight: 700;
	line-height: 1.4;
}
.footnotes .disclaimer + .disclaimer {
	margin-top: 16px;
}
.footnotes .btn__tertiary--close {
	margin-top: 16px;
}

/* 하단 공통 - 연관 컨텐츠 */
.support__wrapper {
	max-width: 1380px;
	margin: 0 auto;
	padding: 120px 0;
}
.support__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.support__container {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
.support__item {
	position: relative;
}
.support__item .thumb {
	overflow: hidden;
	border-radius: 24px;
}
.support__item .info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
}
.support__item .info__title {
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}
.support__item .link__text {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	color: #000;
	font-weight: 500;
	vertical-align: top;
}
.support__item .link__text::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	width: 14px;
	height: 14px;
	background: url("/lg5-common/images/icons/btn-arr-16-black.svg") center no-repeat;
	background-size: 14px;
}
@media screen and (max-width: 1024px) {
	.support__wrapper {
		padding: 60px 0;
	}
	.support__title {
		font-size: 22px;
	}
	.support__container {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin-top: 24px;
		padding: 0 20px;
	}
	.support__item .thumb {
		border-radius: 16px;
	}
	.support__item .info {
		padding: 20px;
	}
	.support__item .info__title {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.support__item .link__text::after {
		top: 4px;
	}
}

.buying-guide {
	margin-top: 60px;
}
.buying-guide .tabs {
	position: sticky;
	top: 0;
	z-index: 11;
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff;
}
.buying-guide .tabs__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.buying-guide .tabs__title em {
	color: #ea1917;
}
.buying-guide .tabs__title span {
	display: block;
	color: #ea1917;
	font-size: 26px;
}
.buying-guide .tabs__description {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
.buying-guide .tabs__description strong {
	color: #ea1917;
}
.buying-guide .tabs__list {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1380px;
	margin: 0 auto -1px;
}
.buying-guide .tabs__button {
	flex: 1;
	padding: 32px 0;
	border-bottom: 2px solid transparent;
	color: #666;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}
.buying-guide .tabs__button.active {
	border-color: #000;
	color: #000;
}
.buying-guide .tabs__panel {
	display: none;
}
.buying-guide .tabs__panel.active {
	display: block;
}
@media screen and (max-width: 1024px) {
	.buying-guide .tabs__title {
		font-size: 22px;
	}
	.buying-guide .tabs__title span {
		font-size: 14px;
	}
	.buying-guide .tabs__description {
		font-size: 16px;
	}
	.buying-guide .tabs__button {
		padding: 24px 0;
		font-size: 14px;
	}
}
.buying-guide .sub-tabs {
	margin-top: 60px;
}
.buying-guide .sub-tabs__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.buying-guide .sub-tabs__title em {
	color: #fff;
}
.buying-guide .sub-tabs__title span {
	display: block;
	color: #ea1917;
	font-size: 26px;
}
.buying-guide .sub-tabs__description {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
.buying-guide .sub-tabs__description strong {
	color: #ea1917;
}
.buying-guide .sub-tabs__button {
	flex: 1;
	border: 2px solid #ddd;
	border-radius: 12px;
	background-color: #fff;
	color: #666;
	font-weight: 500;
}
.buying-guide .sub-tabs__button.active {
	border-color: #ea1917;
	color: #000;
	font-weight: 700;
}
.buying-guide .sub-tabs__list {
	display: flex;
	justify-content: center;
	overflow-x: auto;
	max-width: 1380px;
	margin: 0 auto;
}
.buying-guide .sub-tabs__list.type_default {
	gap: 12px;
}
.buying-guide .sub-tabs__list.type_default .sub-tabs__button {
	max-width: 180px;
	padding: 20px 0;
	font-size: 18px;
}
.buying-guide .sub-tabs__list.type_default .sub-tabs__button.active {
	background: #ea1917;
	color: #fff;
}
.buying-guide .sub-tabs__list.type_thumb {
	gap: 24px;
}
.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button {
	max-width: 327px;
	padding: 38px 0;
	font-size: 28px;
	line-height: 1.2;
}
.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button span.thumb {
	margin: 12px;
}
.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button.active {
	border-width: 4px;
}
.buying-guide .sub-tabs__panel {
	display: none;
	margin-top: 60px;
}
.buying-guide .sub-tabs__panel.active {
	display: block;
}
@media screen and (max-width: 1024px) {
	.buying-guide .sub-tabs {
		margin-top: 28px;
	}
	.buying-guide .sub-tabs__title {
		font-size: 22px;
	}
	.buying-guide .sub-tabs__title span {
		font-size: 14px;
	}
	.buying-guide .sub-tabs__description {
		font-size: 16px;
	}
	.buying-guide .sub-tabs__list {
		justify-content: flex-start;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}
	.buying-guide .sub-tabs__list::-webkit-scrollbar {
		height: 5px;
		background-color: transparent;
	}
	.buying-guide .sub-tabs__list::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background-color: #333;
	}
	.buying-guide .sub-tabs__list::-webkit-scrollbar-track {
		border-radius: 999px;
		background-color: #e3e3e3;
	}
	.buying-guide .sub-tabs__list::-webkit-scrollbar, .buying-guide .sub-tabs__list::-webkit-scrollbar-thumb, .buying-guide .sub-tabs__list::-webkit-scrollbar-track {
		margin: 0 20px;
	}
	.buying-guide .sub-tabs__list .sub-tabs__button {
		flex: none;
	}
	.buying-guide .sub-tabs__list.type_default {
		gap: 4px;
	}
	.buying-guide .sub-tabs__list.type_default .sub-tabs__button {
		width: 104px;
		padding: 12px 0;
		font-size: 14px;
	}
	.buying-guide .sub-tabs__list.type_thumb {
		gap: 8px;
	}
	.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button {
		width: 200px;
		padding: 28px 0;
		font-size: 18px;
	}
	.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button span {
		font-size: 14px;
	}
	.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button span.thumb {
		margin: 20px 16px;
	}
	.buying-guide .sub-tabs .sub-tabs__description {
		font-size: 14px;
	}
}
.buying-guide .sub-tabs__description + .feature-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
	.buying-guide .sub-tabs__description + .feature-wrap {
		margin-top: 24px;
	}
}
.buying-guide .inner-tabs__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding-top: 48px;
	background: #fff;
}
.buying-guide .inner-tabs__button {
	padding: 14px 28px;
	border: 1px solid #ddd;
	border-radius: 99px;
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.buying-guide .inner-tabs__button.active {
	border-width: 2px;
	border-color: #ea1917;
	color: #ea1917;
	font-weight: 700;
}
.buying-guide .inner-tabs__panel {
	display: none;
}
.buying-guide .inner-tabs__panel.active {
	display: block;
}
@media screen and (max-width: 1024px) {
	.buying-guide .inner-tabs__list {
		justify-content: flex-start;
		gap: 4px;
		overflow-x: auto;
		padding: 24px 16px 20px;
	}
	.buying-guide .inner-tabs__list::-webkit-scrollbar {
		height: 5px;
		background-color: transparent;
	}
	.buying-guide .inner-tabs__list::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background-color: #333;
	}
	.buying-guide .inner-tabs__list::-webkit-scrollbar-track {
		border-radius: 999px;
		background-color: #e3e3e3;
	}
	.buying-guide .inner-tabs__list::-webkit-scrollbar, .buying-guide .inner-tabs__list::-webkit-scrollbar-thumb, .buying-guide .inner-tabs__list::-webkit-scrollbar-track {
		margin: 0 20px;
	}
	.buying-guide .inner-tabs__button {
		flex: none;
		padding: 9px 19px;
		font-size: 14px;
		line-height: 1.2;
	}
	.buying-guide .inner-tabs__button.active {
		border-width: 1px;
		font-weight: 600;
	}
}
.buying-guide .swiper-button-prev, .buying-guide .swiper-button-next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1019607843);
	background-size: cover;
}
.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 {
	position: relative;
	bottom: 0;
	margin-top: 18px;
}
.buying-guide .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	width: 24px;
	height: 24px;
	margin: 0 !important;
	border-radius: 0;
	background: none;
}
.buying-guide .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #8f8f8f;
	transform: translate(-50%, -50%);
}
.buying-guide .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
}
.buying-guide .swiper-pagination-bullet-active::after {
	width: 28px;
	border-radius: 6px;
	background: #ea1917;
}
.buying-guide .swiper-notification {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	opacity: 0;
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
	.buying-guide .swiper-button-prev, .buying-guide .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.buying-guide .swiper-button-prev {
		left: 16px;
	}
	.buying-guide .swiper-button-next {
		right: 16px;
	}
	.buying-guide .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
	}
	.buying-guide .swiper-pagination-bullet::after {
		width: 10px;
		height: 10px;
	}
	.buying-guide .swiper-pagination-bullet-active {
		width: 32px;
	}
	.buying-guide .swiper-pagination-bullet-active::after {
		width: 24px;
	}
}
@media screen and (max-width: 1024px) {
	.buying-guide {
		margin-top: 24px;
	}
	.buying-guide .pagination-wrap {
		width: 100%;
	}
	.buying-guide .product-tabs {
		margin-top: 28px;
		padding: 0 20px;
	}
	.buying-guide .product-tabs__container {
		gap: 8px;
	}
	.buying-guide .product-tabs__button {
		padding: 16px 0;
		border-radius: 8px;
		font-size: 16px;
		line-height: 1.2;
	}
}

.lineup-wrap,
.point-wrap {
	padding: 120px 0;
	background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
	.lineup-wrap,
	.point-wrap {
		padding: 60px 0;
	}
}

.lineup-wrap {
	/* 세부 라인업 표시 시 */
}
.lineup-wrap .lineup-details {
	position: relative;
	margin-top: 120px;
	padding: 120px 0;
	background-color: #fff;
}
.lineup-wrap .lineup-details .swiper-pagination {
	margin-top: 34px;
}
.lineup-wrap .lineup-details .swiper-button-prev {
	left: calc(50% - 714px);
}
.lineup-wrap .lineup-details .swiper-button-next {
	right: calc(50% - 714px);
}
.lineup-wrap .lineup__slider {
	position: relative;
	max-width: 1380px;
	margin: 40px auto 0;
}
.lineup-wrap .lineup__slider .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	height: auto;
	padding: 40px 28px 32px;
	border: 1px solid #ddd;
	border-radius: 16px;
	text-align: center;
}
.lineup-wrap .lineup__slider .btn__primary {
	width: 240px;
	margin-top: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.lineup-wrap .lineup__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
.lineup-wrap .lineup__title span {
	display: block;
	margin-bottom: 4px;
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
.lineup-wrap .lineup__description {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.1px;
}
.lineup-wrap .lineup__product {
	padding: 2px 0;
}
.lineup-wrap .lineup__product img {
	max-width: 296px;
}
.lineup-wrap .lineup__spec {
	width: 100%;
	margin-bottom: 20px;
}
.lineup-wrap .lineup__spec li {
	display: flex;
	gap: 16px;
	margin-top: 20px;
	line-height: 1.4;
	text-align: left;
}
.lineup-wrap .lineup__spec li:first-of-type {
	margin-top: 0;
}
.lineup-wrap .lineup__spec .thumb {
	overflow: hidden;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #f5f5f5;
	background-position: center;
	background-size: cover;
}
.lineup-wrap .lineup__spec .info {
	flex: 1;
}
.lineup-wrap .lineup__spec .title {
	font-weight: 700;
}
.lineup-wrap .lineup__spec .text {
	margin-top: 4px;
	font-size: 14px;
}
@media screen and (max-width: 1024px) {
	.lineup-wrap .lineup-details {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.lineup-wrap .lineup-details .swiper-pagination {
		margin: 16px 0 0;
	}
	.lineup-wrap .lineup-details .swiper-button-prev,
	.lineup-wrap .lineup-details .swiper-button-next {
		top: 30%;
	}
	.lineup-wrap .lineup-details .swiper-button-prev {
		left: 20px;
	}
	.lineup-wrap .lineup-details .swiper-button-next {
		right: 20px;
	}
	.lineup-wrap .lineup__slider {
		margin-top: 0;
		padding: 24px 20px 0;
		background-color: #fff;
	}
	.lineup-wrap .lineup__slider .swiper-slide {
		gap: 4px;
		padding: 24px 16px;
	}
	.lineup-wrap .lineup__slider .btn__primary {
		width: auto;
		margin-top: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.lineup-wrap .lineup__title {
		font-size: 20px;
	}
	.lineup-wrap .lineup__description {
		font-size: 14px;
	}
	.lineup-wrap .lineup__product {
		padding: 8px 16px;
	}
	.lineup-wrap .lineup__product img {
		max-width: 160px;
	}
	.lineup-wrap .lineup__spec li {
		gap: 10px;
		margin-top: 12px;
	}
	.lineup-wrap .lineup__spec .thumb {
		width: 48px;
		height: 48px;
	}
	.lineup-wrap .lineup__spec .info {
		flex: 1;
	}
	.lineup-wrap .lineup__spec .text {
		font-size: 12px;
		word-break: keep-all;
	}
}
.lineup-wrap.has-details {
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.lineup-wrap.has-details .feature-box {
		max-width: 1380px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1024px) {
	.lineup-wrap .sub-tabs__panel {
		margin-top: 40px;
	}
}

.point-wrap .swiper-slide img {
	border-radius: 20px;
}
@media screen and (max-width: 1024px) {
	.point-wrap .sub-tabs__panel {
		margin-top: 20px;
	}
}

.buying-guide .feature-box {
	align-items: flex-start;
}
.buying-guide .sub-tabs__list.type_thumb .sub-tabs__button {
	flex: none;
}
.buying-guide .sub-tabs__list::-webkit-scrollbar {
	height: 5px;
	background-color: transparent;
}
.buying-guide .sub-tabs__list::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background-color: #333;
}
.buying-guide .sub-tabs__list::-webkit-scrollbar-track {
	border-radius: 999px;
	background-color: #e3e3e3;
}
.buying-guide #productLineupPanel .sub-tabs__list {
	position: relative;
	justify-content: flex-start;
	overflow: hidden;
	max-width: none;
}
.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper {
	overflow: hidden;
	max-width: 1380px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-scrollbar {
	position: unset;
	width: 100%;
	margin-top: 20px;
	border-radius: 999px;
	background-color: #e3e3e3;
}
.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-scrollbar-drag {
	border-radius: 999px;
	background-color: #333;
}
.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-button-prev {
	left: calc(50% - 714px);
}
.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-button-next {
	right: calc(50% - 714px);
}
.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-slide + .swiper-slide {
	margin-left: 12px;
}
@media screen and (max-width: 1428px) {
	.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-button-prev {
		left: 0;
	}
	.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-button-next {
		right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-scrollbar {
		margin-top: 16px;
	}
	.buying-guide #productLineupPanel .sub-tabs__list .sub-tab__swiper .swiper-slide + .swiper-slide {
		margin-left: 8px;
	}
}

.feature-swiper {
	overflow: hidden;
	width: 100%;
}
.feature-swiper .swiper-slide {
	display: flex;
	align-items: center;
	gap: 80px;
}
@media screen and (max-width: 1024px) {
	.feature-swiper .swiper-slide {
		flex-direction: column;
		gap: 20px;
	}
}

.colorchip {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	max-width: 450px;
	margin: 28px 0;
}
.colorchip li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 20%;
	font-size: 13px;
	line-height: 1.6;
}
.colorchip li::before {
	content: "";
	width: 48px;
	height: 48px;
	border-radius: 8px;
}
.colorchip li.mist1::before {
	background-color: #f3efe9;
}
.colorchip li.mist2::before {
	background-color: #f3d5c5;
}
.colorchip li.mist3::before {
	background-color: #c9b195;
}
.colorchip li.mist4::before {
	background-color: #deb4a5;
}
.colorchip li.mist5::before {
	background-color: #ecdaa6;
}
.colorchip li.mist6::before {
	background-color: #9a8786;
}
.colorchip li.mist7::before {
	background-color: #748e92;
}
.colorchip li.mist8::before {
	background-color: #e4e8ec;
}
.colorchip li.mist9::before {
	border: 1px solid #e4e4e4;
	background-color: #fff;
}
.colorchip li.mist10::before {
	background-color: #e4ddd9;
}
.colorchip li.mist11::before {
	background-color: #c7b3ac;
}
@media screen and (max-width: 1024px) {
	.colorchip {
		margin: 20px 0 20px -10px;
	}
	.colorchip li {
		width: 25%;
		font-size: 12px;
	}
}