header {
	border-bottom: none;
}

main {
	margin-top: 20px;
}

/***** main banner *****/
.main-banner {
	width: 100%;
	position: relative;
}

.main-banner .swiper-slide a {
	background: var(--grayScale-03);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	border-radius: 32px;
	gap: 20px;
}

.main-banner-txt {
	flex: 1 0 auto;
	max-width: 700px;
}

.main-banner-txt__mid {
	color: var(--grayScale-15);
	font-size: 50px;
	font-weight: 700;
	margin-top: 38px;
}

.main-banner-txt__bot {
	color: var(--grayScale-10);
	font-size: 18px;
	margin-top: 28px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: line-through;
}

.main-banner-txt__bot span {
	display: inline-block;
	color: var(--ci-blue);
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
	text-decoration: none;
}

.main-banner__btn {
	font-size: 18px;
	background: var(--ci-blue);
	color: var(--grayScale-01);
	padding: 12px 60px;
	border-radius: 4px;
	width: fit-content;
	margin-top: 70px;
}

.main-banner-img {
	width: 620px;
}

.main-banner .swiper-button-next:after,
.main-banner .swiper-button-prev:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
}

.main-banner .swiper-button-next:after {
	background: url("../images/ico_btn_next_gry.svg") no-repeat center/cover;
}

.main-banner .swiper-button-prev:after {
	background: url("../images/ico_btn_prev_gry.svg") no-repeat center/cover;
}

.main-banner .swiper-button-next,
.main-banner .swiper-button-prev {
	width: fit-content;
	height: fit-content;
}

/***** main banner *****/

/***** best category *****/

.best-category {
	width: 100%;
	margin-top: 40px;
}

.best-category .swiper-slide {
	width: 395px;
}

.best-category__thumb {
	border-radius: 20px;
	box-shadow: var(--card-shadow);
	overflow: hidden;
}

.best-category__script {
	color: var(--grayScale-15);
	font-size: 28px;
	font-weight: 700;
	margin-top: 20px;
}

.best-category__script span {
	color: var(--grayScale-11);
	font-size: 16px;
	font-weight: normal;
	margin-top: 8px;
	display: block;
}

/***** best category *****/

/***** promotion *****/
.promotion-wrap {
	background: var(--grayScale-03);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 120px;
	height: 330px;
	border-radius: 20px;
}

.promotion__tit h2 {
	color: var(--grayScale-15);
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 12px;
	word-break: keep-all;
}

.promotion__tit p {
	color: var(--grayScale-15);
	font-size: 20px;
	font-weight: 400;
}

.promotion__img {
	width: 380px;
}

/***** promotion *****/

/***** custom service *****/
.custom-service-wrap {
	margin-top: 100px;
	position: relative;
}

.custom-service-item {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin-left: 160px;
}

.custom-service-item .swiper-slide {
	opacity: 0;
	transition: all 0.8s ease-in;
}

.custom-service-item .swiper-slide a {
	display: flex;
	align-items: end;
	gap: 100px;
}

.custom-service-item .swiper-slide-active {
	opacity: 1;
}

.custom-service-item .swiper-button-prev:after {
	content: url("../images/ico_btn_prev2_gry.svg");
	font-size: 0;
}

.custom-service-item .swiper-button-next:after {
	content: url("../images/ico_btn_next2_gry.svg");
	font-size: 0;
}

.custom-service-item .swiper-button-next,
.custom-service-item .swiper-button-prev {
	width: 20px !important;
	height: 20px;
}

.custom-service-item .swiper-pagination {
	display: flex;
	align-items: center;
}

.custom-service-filter-wrap {
	width: 900px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: absolute;
	top: 0;
	left: 760px;
	z-index: 1000;
}

.custom-service-filter-group {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.custom-service-filter__tag {
	width: fit-content;
	padding: 8px 20px;
	color: var(--grayScale-10);
	font-size: 16px;
	border-radius: 20px;
	background: var(--grayScale-03);
	cursor: pointer;
	transition: var(--ani);
}

.custom-service-filter__tag.active {
	background: var(--grayScale-15);
	color: var(--grayScale-01);
	font-weight: 600;
}

.custom-service-item__thumb {
	width: 500px;
	height: 420px;
	overflow: hidden;
	position: relative;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.custom-service-item__thumb img {
	flex: 0 0 auto;
}

.custom-service-item__info {
	max-width: 300px;
	overflow: hidden;
}

.custom-service-item-info__model-number {
	color: var(--grayScale-10);
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.custom-service-item-info__item-tit {
	color: var(--grayScale-15);
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	margin-top: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.custom-service-item-info__item-price {
	margin-top: 20px;
}

.custom-service-item-info__item-price--month {
	color: var(--grayScale-15);
	font-size: 28px;
	font-weight: 800;
	line-height: 35px;
}

.custom-service-item-info__item-price--month span {
	color: var(--grayScale-08);
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
}

.custom-service-item-info__item-price--card {
	margin-top: 4px;
	color: var(--ci-blue);
	font-size: 20px;
	font-weight: 700;
}

.custom-service-item-info__item-price--card span {
	font-weight: 500;
	color: var(--ci-blue);
}

.custom-service-item .swiper-btn-wrap {
	margin-top: 40px;
}

/***** custom service *****/

/***** recommend *****/
.prd-item .prd__thumb img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.prd__thumb--recommend {
	width: 100%;
	height: 395px;
	position: relative;
	background: var(--grayScale-01);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--card-shadow);
}

.prd__thumb--recommend img {
	width: 300px;
}

.prd__thumb--recommend:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #002851;
	opacity: 0.03;
}

.prd-info-wrap--recommend .prd-info__model-number {
	font-size: 12px;
}

.prd-info-wrap--recommend .prd-info__item-tit {
	font-size: 20px;
}

/***** recommend *****/

/***** sub_banner *****/
.sub_banner .inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.sub_banner__item {
	flex: 1;
	background: #def1ff;
	box-sizing: content-box;
}

.sub_banner__item:first-of-type {
	background: #def1ff url("../images/img_sub_banner1.png") no-repeat right 0
		center / contain;
}

.sub_banner__item:last-of-type {
	background: #def1ff url("../images/img_sub_banner2.png") no-repeat right 0
		center/ contain;
}

.sub_banner__item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 600;
	padding: 40px;
}

/***** youtube *****/
.video {
}

.video__box {
	position: relative;
	margin-top: 40px;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.video__box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***** youtube *****/

/***** setup *****/
.setup-contents {
	background: var(--grayScale-03);
	padding: 120px 0;
	margin-bottom: 0;
}

.setup-contents-list {
	width: 100%;
	margin-top: 40px;
}

.setup-contents-list .swiper-slide {
	width: 395px;
}

.setup-contents__thumb {
	flex: 0 0 auto;
	border-radius: 20px;
	box-shadow: var(--card-shadow);
	overflow: hidden;
}

.setup-contents__script {
	color: var(--grayScale-15);
	font-size: 28px;
	font-weight: 700;
	margin-top: 20px;
}

.setup-contents__script span {
	color: var(--grayScale-01);
	background: var(--grayScale-15);
	padding: 8px 20px;
	display: block;
	width: fit-content;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
}

/***** setup *****/


/***** 메인, 리스트, 뷰 썸네일에서 렌탈사 로고 숨김 *****/
.prd__thumb .prd__seller,
.view-prd-summery .prd__seller {
	display: none;
}
