:root {
    --tenDown : #D62727;
    --grey10: #f5f6f7;
    --grey30: #dfdfdf;
    --grey20: #efefef;
    --grey40: #cccccc;
    --grey50: #999999;
    --grey60: #666666;
    --grey70: #333333;
    --grey80: #181818;
    --weight-400 : 'CoreSansCRegular', 'AppleSDGothicNeo-Medium', 'NotoSansKRRegular', sans-serif;
    --weight-500 : 'CoreSansCMedium', 'AppleSDGothicNeo-Medium', 'NotoSansKRMedium', sans-serif;
    --weight-600 : 'CoreSansCBold', 'AppleSDGothicNeo-SemiBold', 'NotoSansKRSmBold', sans-serif;
    --weight-700 : 'CoreSansCBold', 'AppleSDGothicNeo-Bold', 'NotoSansKRBold', sans-serif;
    --weight-800 : 'CoreSansCBold', 'AppleSDGothicNeo-Bold', 'NotoSansKRExaBold', sans-serif;
}

.recommend {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: var(--grey10);
}

.recommendTitle {
    margin-bottom: 5.53vw;
    color: var(--grey80);
    font: 6.4vw / 8.53vw var(--weight-700);
}
.recommendTitleSponsored {
    float: right;
    padding-bottom: 3vw;
    font-size: 2.67vw;
    font-family: var(--weight-700);
    line-height: 3.2vw;
    color: #ccc;
}
.recentContainer {
    padding: 6.4vw 4.26vw 11.2vw;
    margin-bottom: 4.26vw;
    background: white;
}
.recentProduct {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6.93vw;
}
.recentProduct .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 3.2vw;
    width: 46.66vw;
    height: 46.66vw;
    border-radius: 1.06vw;
    overflow: hidden;
}
.recentProduct .thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.02);
    z-index: 2;
}
.recentProductInfo {
    flex: 1;
}
.recentProductInfo .brand {
    margin-top: 1.06vw;
    color: var(--grey60);
    font: 3.2vw /4.8vw var(--weight-500);
}
.recentProduct .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4.26vw;
    color: var(--grey80);
    font: 3.46vw/4.8vw var(--weight-500);
}
.recentProduct .originPrice {
    color: var(--grey50);
    font: 3.2vw /4.8vw var(--weight-500);
    letter-spacing: -0.1vw;
    text-decoration: line-through;
}
.priceBox {
    margin-bottom: 1.06vw;
}
.recentProduct .percent {
    margin-right: 1.06vw;
    color: var(--tenDown);
    font: 3.46vw /4.26vw var(--weight-700);
    letter-spacing: -0.19vw;
}
.recentProduct .price {
    color: var(--grey70);
    font: 4.8vw /6.93vw var(--weight-700);
    letter-spacing: -0.19vw;
}

.review dfn {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    color: transparent;
}

.reviewEval {
    display: inline-block;
    width: 16vw;
    height: 3.2vw;
    background-image: url("//fiximage.10x10.co.kr/web2024/product/reviewStar.png?v=1.2");
    background-repeat: repeat-x;
    background-size: 3.2vw 6.4vw;
    overflow: hidden;
}

.reviewEvalSpriteRating {
    display: inline-block;
    height: 3.2vw;
    background-image: url("//fiximage.10x10.co.kr/web2024/product/reviewStar.png?v=1.2");
    background-repeat: repeat-x;
    background-position: 0 104%;
    background-size: 3.2vw 6.4vw;
}

.reviewCount {
    font-size: 2.93vw;
    color: var(--grey60);
    vertical-align: text-bottom;
}
.reviewComment {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 41.6vw;
    color: var(--grey60);
    font: 2.93vw / 4.26vw var(--weight-400);
}
button.btnRecentMore {
    width: 91.46vw;
    padding: 4.26vw 0 3.2vw;
    margin: 0 auto;
    border-radius: 1.06vw;
    background: var(--tenDown);
    color: white;
    font: 4.26vw / 5.86vw var(--weight-700);
    letter-spacing: -0.41px;
    text-align: center;

}



.togetherContainer {
    padding: 6.4vw 4.26vw 11.2vw;
    background: white;
}
.togetherProductContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.53vw 4vw;
}
.togetherProduct {
    width: 43.73vw;
}
.togetherProduct .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 43.73vw;
    height: 43.73vw;
}
.togetherProductInfo {
    margin-top: 2.13vw;
}
.togetherProduct .brand {
    margin-bottom: 1.06vw;
    color: var(--grey60);
    font: 3.46vw /4.8vw var(--weight-500);
}
.togetherProduct .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2.13vw;
    color: var(--grey80);
    font: 3.73vw/5.33vw var(--weight-500);
}
.togetherProduct .originPrice {
    color: var(--grey50);
    font: 3.46vw /4.26vw var(--weight-500);
    letter-spacing: -0.1vw;
    text-decoration: line-through;
}
.togetherProduct .priceBox {
    margin-bottom: 2.13vw;
}
.togetherProduct .percent {
    margin-right: 1.06vw;
    color: var(--tenDown);
    font: 4.8vw /6.93vw var(--weight-700);
    letter-spacing: -0.19vw;
}
.togetherProduct .price {
    color: var(--grey80);;
    font: 4.8vw /6.93vw var(--weight-700);
    letter-spacing: -0.19vw;
}


.error {
    margin: 0 auto;
    text-align: center;
}
.error .point-color {
    color: var(--ten);
}
.imageContainer {
    width: 44.49vw;
    margin: 27vw auto 10.2vw;
}
.errorMessage {
    margin-bottom: 5.2vw;
    color: var(--grey80);
    font-family: var(--weight-400);
    font-size: 4.8vw;
    line-height: 1.25;
}
.btnHome {
    width: 74.46vw;
    padding: 4.26vw 0 3.2vw;
    background: var(--tenDown);
    border-radius: 1.06vw;
    color: white;
    font: 4.26vw / 5.86vw var(--weight-700);
}

.togetherLoading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader {
    display: block;
    width: 2.13vw;
    height: 2.13vw;
    margin: 4.26vw auto;
    position: relative;
    background: #FFF;
    box-shadow: -3.2vw 0 white, 3.2vw 0 white;
    box-sizing: border-box;
    border-radius: 50%;
    animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
    33% {
        background: white;
        box-shadow: -3.2vw 0 var(--ten), 3.2vw 0 white;
    }
    66% {
        background: var(--ten);
        box-shadow: -3.2vw 0 white, 3.2vw 0 white;
    }
    100% {
        background: white;
        box-shadow: -3.2vw 0 white, 3.2vw 0 var(--ten);
    }
}


.doubleCoupon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.37vw;
}
.doubleCouponButton {
    position: relative;
    margin-bottom: 0.56vw;
    padding: 1.46vw 3.46vw 0.93vw 1.06vw;
    margin-right: 1.86vw;
    border-radius: 0.53vw;
    background: var(--ten);
    color: white;
    font: 2.4vw / 2.88vw var(--weight-700);
}
.doubleCouponButton:disabled {
    background: #9d9d9d;
}
.doubleCouponButton:after {
    content: '';
    position: absolute;
    top: 0.8vw;
    right: 0.53vw;
    width: 2.93vw;
    height: 3.2vw;
    background: url("//webimage.10x10.co.kr/fixevent/common/icon/standard/download_white.png") no-repeat center center / 100%;
}
.doubleCouponPrice {
    color: var(--grey60);
    font: 2.4vw / 2.88vw var(--weight-500);
}
.doubleCouponPrice > span {
    padding: 0.53vw 0;
    color: var(--ten);
    font: 3.2vw / 3.2vw var(--weight-600);
}
.doubleCouponPrice > span > em {
    font: 2.67vw / 3.2vw var(--weight-600);
}

.sponsored-item__sale-badge {
    display: inline-block;
    margin-left: 1.07vw;
    padding: 1vw 1.6vw 0.3vw;
    width: 8vw;
    height: 4.27vw;
    font-size: 2.67vw;
    font-family: var(--weight-500);
    line-height: 3vw;
    letter-spacing: -0.3px;
    color: white;
    border-radius: 0.8vw;
    background: #4A7CFF;
}
