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__top {
    font-size: 25px;
    color: var(--grayScale-15);
}
.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: 25px;
    margin-top: 28px;
    line-height: 30px;
}
.main-banner-txt__bot span {
    color: var(--ci-blue);
    font-size: 18px;
    padding-left: 18px;
}
.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 .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 *****/

/***** item guide *****/
.item-guide-wrap {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}
.item-guide-wrap .bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.item-guide-wrap .bg {
    width: 100%;
    height: 100%;
    background: url("../images/bg_item_guide.jpg") no-repeat center/cover;
    position: fixed;
    will-change: transform;
    transform: translateZ(0);
    top: 0;
    left: 0;
}
.item-guide-tit {
    text-align: center;
}
.item-guide-tit p {
    color: var(--grayScale-01);
    font-size: 24px;
}
.item-guide-tit h2 {
    color: var(--grayScale-01);
    font-size: 60px;
    font-weight: 700;
}
.item-guide__btn {
    background: var(--grayScale-01);
    border-radius: 30px;
}
.item-guide__btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-weight: 700;
    padding: 12px 60px;
    color: var(--grayScale-15);
}
.item-guide-tit p,
.item-guide-tit h2 {
    text-shadow: 0 0 15px rgba(0,0,0,1);
}
.item-guide__btn{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
/***** item guide *****/

/***** bespoke *****/

.bespoke-slide--pc {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 20px;
}
.bespoke-img-slide--mo,
.bespoke-txt-slide--mo{
    display: none;
}
.bespoke-item {
    width: 280px;
    height: 500px;
    display: flex;
    background: var(--grayScale-03);
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: var(--card-shadow);
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
}
.bespoke-item.active {
    width: 420px;
    padding: 40px;
    flex: 1 0 auto;
}
.bespoke-item__tit {
    color: var(--grayScale-15);
    font-size: 36px;
    font-weight: 700;
    width: 380px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.bespoke-item__thumb {
    transition: all 0.2s ease-out;
}
.bespoke-item.active .bespoke-item__thumb {
    padding-top: 60px;
}
.bespoke-item.active .bespoke-item__tit {
    animation: fadeInSlide 0.2s ease-out forwards;
}
.bespoke-item.disabled .bespoke-item__tit {
    animation: fadeOutSlide 0.2s ease-out forwards;
}

/***** bespoke *****/

/***** recommend *****/
.recommend-prd-list {
    margin-top: 40px;
}
.recommend-prd-list .prd-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.recommend-prd-list .swiper-slide {
    width: 395px;
}
.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: .03;
}
.prd-info-wrap--recommend .prd-info__model-number {
    font-size: 12px;
}
.prd-info-wrap--recommend .prd-info__item-tit {
    font-size: 20px;
}
/***** recommend *****/

/***** 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 *****/

