header {
    border-bottom: none;
}

.main-banner {
    width: calc(100% - 100px);
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.main-banner--mo {
    display: none;
}

.main-banner-section--only-mobile .main-banner--mo {
    display: block;
}

.main-banner .item {
    width: 100%;
    height: auto;
    aspect-ratio: var(--banner-ratio);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main-banner .swiper-wrapper,
.main-banner .swiper-slide {
    height: auto;
}

.main-banner .swiper-slide {
    position: relative;
}

.main-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-banner .main-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.main-banner .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.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;
}

/***** 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;
}

/***** 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;
}

/***** 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(--color-primary);
    font-size: 20px;
    font-weight: 700;
}

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

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

/***** 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: var(--color-primary-dark);
    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 *****/
/***** benefit *****/
.benefit {
    background: url("../images/img_benefit_bg.jpg") no-repeat center / cover;
    padding: 100px 0;
}

.section__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.section__item {
    padding: 40px 40px 40px 110px;
    border-radius: 10px;
}

.section__item:nth-of-type(1) {
    background: #fff url("../images/ico_benefit_01.png") no-repeat center left 30px / 64px;
}

.section__item:nth-of-type(2) {
    background: #fff url("../images/ico_benefit_02.png") no-repeat center left 30px / 64px;
}

.section__item:nth-of-type(3) {
    background: #fff url("../images/ico_benefit_03.png") no-repeat center left 30px / 64px;
}

.section__item:nth-of-type(4) {
    background: #fff url("../images/ico_benefit_04.png") no-repeat center left 30px / 64px;
}

.section__item h3 {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 600;
}

.section__item strong {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    color: var(--color-primary-dark);
    font-weight: 600;
    word-break: keep-all;
}

/***** 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;
}

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