.product1{
    padding-top: var(--space-large);
}
.product1 .common-frame{
    display: flex;
    gap: var(--space-normal);
}
.product1 .common-frame>figure{
    flex: 1;
    aspect-ratio: 1/1;
    line-height: 0;
    border: 1px solid black;
}
.product1 .common-frame>figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product1 .common-frame>div{
    flex: 1 ;
}
.txt-pro{
    margin-top: var(--space-large)
}
.txt-pro h1{
    font-size: 3rem;
    margin-bottom: var(--space-small);
}
.txt-pro h1+p{
    margin-bottom: var(--space-2x-large);
}
.price-table{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: var(--space-small) var(--space-normal);
    margin-bottom: var(--space-large);
}
.price-table dd{
    font-weight: var(--fw-bold);
}
.price-table span{
    display: block;
    font-weight: var(--fw-reg);
    font-size: var(--fs-bd2);
}
.sell-info{
    border-top: 1px solid black;
    background-color: #F3F0F0;
    padding: var(--space-normal);
    display: flex;
    gap: var(--space-normal);
    align-items: center;
    margin-bottom: var(--space-large);
}
.box-number{
    display: flex;
    align-items: center;
}
.btn-minus{line-height: 0;}
.btn-minus img{
    height: 1.2rem;
    cursor: pointer;
    border: 1px solid #949494;
    border-radius: 5px 0 0 5px;
} 
.btn-plus{line-height: 0;}
.btn-plus img{
    height: 1.2rem;
    cursor: pointer;
    border: 1px solid #949494;
    border-radius: 0 5px 5px 0;
}
.current-count{
    padding: 0 1.5rem;
    border: 1px solid #949494;
    height: 1.2rem;
}
.sell-info>div{
    flex: 1;
}
.price-result{
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space-large);
    font-weight: var(--fw-bold);
}
.price-result dd{
    font-size: var(--fs-h1);
}
.sell-info>div:last-of-type{
    text-align: right;
}
.btns-buy{
    display: flex;
    gap: var(--space-normal);
    justify-content: flex-end;
    align-items: center;
}
.btns-buy>li{}
.btns-buy>li a{
    display: flex;
    padding: var(--space-small) 0;
    justify-content: center;
    font-size: var(--fs-bd2);
    font-weight: var(--fw-bold);
    border: 1px solid black;
}
.btns-buy>li:nth-of-type(1) a{
    justify-content: flex-end;
    border: none;
}
.btns-buy>li:nth-of-type(1){flex: 1;}
.btns-buy>li:nth-of-type(2){flex: 2;}
.btns-buy>li:nth-of-type(3){flex: 3;}
.btns-buy>li:nth-of-type(3) a{
    background-color: black;
    color: white;
}
.sticky-menu{
    display: flex;
    gap: var(--space-normal);
    justify-content: center;
    font-size: var(--fs-bd2);
    font-weight: var(--fw-bold);
}
.sticky-menu li{
    width: 200px;
    height: 45px;
}
.sticky-menu a{
    border: 1px solid rgba(0, 0, 0, 0.075);
    padding: var(--space-small) var(--space-large);
    display: block;
    box-shadow: 0 4px 9.2px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 150px;
    background-color: white;
}
.sticky-menu-wrap{
    overflow-x: auto;
    position: sticky;
    left: 0;
    top: 5.5rem;
    margin: var(--space-3x-large) auto 2rem;
    z-index: 1000;
    padding-bottom: var(--space-2x-large);
}
.sticky-menu li{
    flex-shrink: 0;
}
.recomd-product h2{
    margin-bottom: var(--space-x-large);
    text-align: center;
}
.product{
    flex: 1;
}
.popular{
    display: flex;
    gap: var(--space-normal);
}
.product figure{
    flex: 1;
    line-height: 0;
    width: 345px;
    aspect-ratio: 1/1;
}
.product figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product h4{
    margin-top: var(--space-normal);
}
.product p{
    margin-top: var(--space-small);
}

/* 구매안내 */
.product-info{
    margin-top: 300px;
    margin-bottom: 300px;
    text-align: center;
}
.product-info .info1{
    margin-top: var(--space-2x-large);
}
.product-info h3+p{
    margin-top: var(--space-large);
}
.info{
    margin-top: var(--space-x-large);
    display: flex;
    gap: var(--space-normal);
}
.guide figure{
    line-height: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.guide figure img{
   object-fit: cover;
   width: 100%;
   height: 100%;
}
.guide p{
    margin-top: var(--space-normal);
}
.product-caution{
    margin-top: var(--space-3x-large);
    padding: var(--space-large);
    border: 1px solid var(--pm-color-900);
    background-color: var(--pm-color-0);
}
.product-caution .caution{
    margin-top: var(--space-large);
    display: flex;
    flex-direction: column;
    gap: var(--space-normal);
}

.review{
    margin-top: var(--space-3x-large);
    margin-bottom: var(--space-3x-large);
}
.review h2{
    margin-bottom: var(--space-x-large);
    text-align: center;
}
.rev-con{
    display: flex;
    gap: var(--space-normal);
    padding: var(--space-large);
    border-bottom: 1px solid #A6A6A6;
}
.rev-user-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-small);
}
.likes{
    display: flex;
    gap: 0.25rem;
}
.likes img{
    width: 1.2rem;
    height: 1.2rem;
}
.rev-desc{
    flex: 3;
}
.rev-desc h4{
    margin-bottom: var(--space-small);
}
.rev-thumb-list{
    display: flex;
    line-height: 0;
    gap: var(--space-normal);
    margin-bottom: var(--space-small);
}
.rev-thumb-list>li{
    flex-shrink: 0;
}
.rev-thumb-list>li img{
    width: 460px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.rev-thumb-list-wrap{
    overflow-x: auto;
}
@media(max-width:1024px){
    .sticky-menu li{
        width: 180px;
        height: 40px;
    }
    .sticky-menu-wrap{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .rev-thumb-list>li img{
        width: 298px;
    }
    .product figure{
        width: 225px;
    }

    /* 구매안내 */
    .product-info{
        margin-top: 270px;
        margin-bottom: 270px;
    }
}
@media(max-width:768px){
.product1 .common-frame {
    flex-direction: column;
    gap: var(--space-large);
    display: block;
}
    .sell-info{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .sell-info>div:first-of-type{
        grid-column: 1/3;
    }
    .sticky-menu li{
        width: 130px;
        height: 31px;
    }
    .sticky-menu{
        justify-content: flex-start ;
    }
    .sticky-menu-wrap{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .rev-thumb-list>li img{
        width: 250px;
    }
    .rev-con{
        flex-direction: column;
    }
    .popular{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .product figure{
        width: 180px;
    }
     /* 구매안내 */
    .product-info{
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .info{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }
} 