#tips-slider {
    --gray: #D9D9D9;
    --swiper-navigation-size: 44px;
}
#tips-slider .container {
    width: 1252px;
}
#tips-slider .ts-item {
    column-gap: 30px;
}
.ts-image,
.ts-right {
    border-width: 2px;
    flex-basis: calc(50% - 15px);
    flex-grow: 0;
}
.ts-image {
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    height: auto;
}
.ts-right {
    border-radius: 20px;
    padding: 43px 36px 35px 40px;
}
.ts-details {
    padding-bottom: 20px;
}
.ts-details .ts-head {
    margin-bottom: 10px;
    font-size: 2.75em;
    line-height: 1;
}
.ts-details .ts-copy p {
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.6;
}
.tsp-inner {
    column-gap: 30px;
}
.tsp-image {
    width: 155px;
    aspect-ratio: 1 / 1;
    height: auto;
    flex-shrink: 0;
    max-width: 30%;
}
.check-product {
    font-size: 2.875em;
    line-height: 0.86956522;
    margin-bottom: 16px;
}
.tsp-right p {
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
.tsp-right .button {
    font-size: 1.25em;
    width: 145px;
    height: 40px;
    border-radius: 9px;
    letter-spacing: 0.1em;
}
#tips-slider .tips-nav {
    column-gap: 22px;
    margin-top: 19px;
}
#tips-slider .swiper-button-next, 
#tips-slider .swiper-button-prev {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../images/tips/tips-arrow.png);
	background-image: -webkit-image-set(url(../../images/tips/tips-arrow.png) 1x, url(../../images/tips/tips-arrow@2x.png) 2x);
}
.tips-nav .swiper-button-next, 
.tips-nav .swiper-button-prev {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0;
}
#tips-slider .swiper-navigation-icon {
    display: none;
}
#tips-slider .swiper-button-prev {
    transform: scaleX(-1);
}
@media screen and (max-width: 991px) {
    #tips-slider {
        --swiper-navigation-top-offset: calc(65vw / 2 + var(--swiper-navigation-size) - 15px);
    }
    #tips-slider .swiper-button-prev {
        margin-left: 2px;
    }
    #tips-slider .swiper-button-next {
        margin-right: 2px;
    }
    .ts-item {
        flex-direction: column;
        border: 1px solid var(--darker-blue);
        border-radius: 5px;
        background-color: var(--light-blue);
    }
    .ts-right {
        border: none;
        border-radius: 0;
    }
    .ts-image {
        flex-basis: auto;
        width: 65vw;
        min-width: 255px;
        margin: 30px auto 0;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
    }
}
@media screen and (max-width: 567px) {
    .ts-right {
        padding: 24px 20px 20px;
    }
    .ts-details .ts-head {
        font-size: 2.125em;
    }
    .ts-details .ts-copy p {
        font-size: 1em;
        line-height: 1.625;
    }
    .check-product {
        font-size: 2.125em;
        margin-bottom: 11px;
    }
    .tsp-inner {
        column-gap: 24px;
    }
    .tsp-image {
        width: 110px;
    }
    .tsp-right p {
        font-size: 1.25em;
        line-height: 1;
        margin-bottom: 10px;
    }
    .tsp-right .button {
        font-size: 1.05em;
        width: 130px;
        height: 35px;
        border-radius: 5px;
    }
}