
@media all and (min-width:0px) and (max-width:1260px){

    select:focus{
        outline:none;
    }
    .goods_category{
        width:92%;
        max-width:126rem;
        height:5rem;
        margin:auto;
        display:flex;
        align-items: center;
        
    }

    
    .goods_category .main_category{
        width:9rem;
        height:3rem;
    }
    .goods_category .main_category select{
        width:100%;
        height:100%;
        cursor:pointer;
        border:1px solid #eee;
        
    }
    .goods_category .sub_category{
        width:9rem;
        height:3rem;
    }
    .goods_category .sub_category select{
        width:100%;
        height:100%;
        cursor:pointer;
        border:1px solid #eee;
        
    }


    /* 상품 화면 */
    @media all and (min-width:0px) and (max-width:1100px){
        .product_main{
            width:92%;
            max-width:126rem;
            margin:auto;
            display:flex;
            flex-flow:column;
            
        }
    }
    @media all and (min-width:1100px) and (max-width:1260px){
        .product_main{
            width:92%;
            max-width:126rem;
            margin:auto;
            display:flex;
            
        }
    }


    /* 데스크탑 상품 상단 왼쪽 */
    .product_main .product_main_first{
        width:100%;
        max-width:60rem;
        margin:auto;
        margin-top:2rem;
    }
    .product_main .product_main_first .main_image_box{
        width:100%;
    }
    .product_main .product_main_first .main_image_box .main_image{
        width:100%;
        height:100%;
    }
    .product_main .product_main_first .main_image_box .main_image img{
        width:100%;
        height:100%;
    }

    .product_main .product_main_first .sub_image_box{
        width:100%;
        height:8.4rem;
        display:flex;
        flex-flow:row;
        justify-content: space-between;
        margin-top:1rem;

    }
    .product_main .product_main_first .sub_image_box .sub_image{
        width:100%;
        height:100%;
        display:flex;
        overflow:hidden;
    }
    .product_main .product_main_first .sub_image_box .sub_image img{
        height:100%;
        width:auto;
        border:1px solid #eee;
        margin-right:1rem;
        margin-left:1rem;
    }
    .product_main .product_main_first .sub_image_box .sub_image .active{
        border:1px solid #999;
    }

    .product_main .product_main_first .sub_image_box .sub_image_left,
    .product_main .product_main_first .sub_image_box .sub_image_right{
        height:100%;
        display:flex;
        align-items: center;
        font-size:4rem;
        border:1px solid #eee;
    }

    /* 데스크탑 상품 상단 오른쪽 */

    /* 제목, 부제  */
    
    /* 상품 화면 */
    @media all and (min-width:0px) and (max-width:1100px){
        .product_main .product_main_second{
            width:100%;
            /* max-width:63rem; */
            min-height:49rem;
            margin:auto;
        }
        .product_main .product_main_second .product_title{
            width:100%;
            font-size:2.4rem;
            
            color:rgb(50,50,50);
            margin-top:3rem;
            
        }
    }
    @media all and (min-width:1100px) and (max-width:1260px){
        .product_main .product_main_second{
            width:90%;
            max-width:63rem;
            min-height:49rem;
            margin:auto;
            padding-left:4rem;
            padding-bottom:3rem;
        }
        .product_main .product_main_second .product_title{
            width:100%;
            font-size:2.4rem;
            
            color:rgb(50,50,50);
            margin-top:5rem;
            
        }
    }

    .product_main .product_main_second .product_sub_title{
        width:100%;
        font-size:1.5rem;
        
        color:#969696
    }


    /* 가격 */

    .product_main .product_main_second .price_layout{
        /* margin-top:2rem; */
        position:relative;
        margin-top:2rem;
        padding-bottom:1rem;
        margin-bottom:2rem;
        border-bottom:1px solid #EBEBEB
    }

    .product_main .product_main_second .price_layout .original_price{
        font-size:1.4rem;
        color:#999;
        text-decoration:line-through
    }
    .product_main .product_main_second .price_layout .discounted_price{
        font-size:3.2rem;
        letter-spacing: -2px;
    }  

    .product_main .product_main_second .price_layout .discount_rate{
        width:6rem;
        height:6rem;
        display:flex;
        align-items: center;
        justify-content: center;
        color:white;
        background:#333;
        border-radius:50%;
        position:absolute;
        margin-left:auto;
        top:0;
        right:0;
        font-size:1.8rem;
    }

    /* 기타 정보 */

    .product_main .product_main_second .sub_info{
        width:100%;
        min-height:5rem;
    }

    .product_main .product_main_second .sub_info .sub_info_layout{
        display:flex;
        padding-top:0.8rem;
        padding-bottom:0.8rem;
    }

    .product_main .product_main_second .sub_info .sub_info_layout .menu_text{
        width:9rem;
        font-size:1.3rem;
        line-height:1.4;
        
        color:rgb(102,102,102)
    }
    .product_main .product_main_second .sub_info .sub_info_layout .menu_info{
        font-size:1.3rem;
        line-height:1.4;
        
        color:rgb(102,102,102)
    }
    .product_main .product_main_second .sub_info .sub_info_layout .price_section_wrap{
        display:flex;
        flex-flow:column;
    }


    .product_main .product_main_second .sub_info .sub_info_layout .probability_link{
        cursor:pointer;
    }
    .product_main .product_main_second .sub_info .sub_info_layout .probability_link:hover{
        color:black;
    }


    .product_main .product_main_second .sub_info .seller_info{
        width:100%;
        position:relative;
    }
    .product_main .product_main_second .sub_info .seller_info .seller_detail{
        position:absolute;
        top:0;
        right:0;
        height:100%;
        font-size:1.3rem;
        display:flex;
        align-items: center;
        cursor:pointer;
    }
    .product_main .product_main_second .sub_info .seller_info .seller_detail:hover{
        color:black;
    }

    .product_main .product_main_second  .buy_ui{
        width:100%;
        display:flex;
        flex-flow:wrap;
        justify-content: space-between;
    }

    .product_main .product_main_second  .buy_ui .total_price{
        width:100%;
        height:4rem;
        text-align:right;
        font-size:1.7rem;
        color:rgb(100,100,100);
        
    }

    .product_main .product_main_second  .buy_ui .total_price .price_number{
        font-size:3rem;
        letter-spacing: 2px;
        color:rgb(50,50,50);
        
        
    }

    .product_main .product_main_second  .buy_ui .cart_in{
        width:49%;
        height:5rem;
        color:rgb(100,100,100);
        
        font-size:1.5rem;
        border:1px solid rgb(235,235,235);
        border-radius:5px;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        cursor:pointer;
        
    }
    .product_main .product_main_second  .buy_ui .buy{
        width:49%;
        height:5rem;
        color:white;
        
        font-size:1.5rem;
        border:1px solid rgb(35,35,35);
        border-radius:5px;
        background:rgb(35,35,35);
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        cursor:pointer;
        
    }

    .product_main .product_main_second  .buy_ui .iron_box_free{
        width:98%;
        min-height:5rem;
        color:white;
        
        font-size:1.4rem;
        border:1px solid rgb(35,35,35);
        border-radius:5px;
        background:rgb(35,35,35);
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        cursor:pointer;
        
    }


    .product_main .product_main_second  .buy_ui .transparency_explain{
        display:flex;
        align-items: center;
        padding-top:1rem;
        padding-bottom:1rem;
        background:rgb(250,250,250);
        margin-top:1rem;
    }

    .product_main .product_main_second  .buy_ui .transparency_explain .memo_img{
        width:7rem;
        height:7rem;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .product_main .product_main_second  .buy_ui .transparency_explain .memo_img img{
        width:3rem;
        height:auto;
    }

    .product_main .product_main_second  .buy_ui .transparency_explain .memo{
        width:100%;
        font-size:1.2rem;
        
        padding-right:1rem;
    }




    /* 상세설명/상품후기/상품문의, 교환/반품/배송 */
    .product_menu_box{
        width:92%;
        max-width:126rem;
        margin:auto;
        margin-top:5rem;
        display:flex;
        margin-bottom:4rem;
        
    }


    .product_menu_box .product_menu{
        width:25%;
        height:4.3rem;
        display:flex;
        align-items: center;
        justify-content: center;
        cursor:pointer;
        font-size: 1.1rem;
    }
    .product_menu_box .blank{
        display:none;
    }

    .product_menu_box .blank{
        border-bottom:1px solid black;
      
    }
    .product_menu_box .active{
        border-top:1px solid black;
        border-left:1px solid black;
        border-right:1px solid black;
        color:black;
    }
    .product_menu_box .inactive{
        border-top:1px solid rgb(221,221,221);
        border-top:1px solid rgb(221,221,221);
        border-right:1px solid rgb(221,221,221);
        border-bottom:1px solid black;
        color:rgb(118,118,118)
    }


    .product_image{
        width:92%;
        max-width:126rem;
        margin:auto;
        margin-top:5rem;
        line-height: 0;           /* 부모 line-height 제거 */
        font-size: 0;             /* inline 공백 완전 제거 */
    }

    .product_image img{
        display: block;
        width:100%;
        max-width:86rem;
        height:auto;
        margin:0 auto;
        vertical-align: top;
    }

    .product_image .product_image_web {
        display: none;
    }

    .product_image .product_image_mobile {
        display: block;
    }

    


    /* 상품 개수 조정 */
    .count_option{
        width:100%;
        height:4rem;
        display:flex;
        margin-top:1rem;
    }
    .count_option .minus,
    .count_option .plus{
        width:4rem;
        height:4rem;
        display:flex;
        align-items: center;
        justify-content: center;
        cursor:pointer;
        font-size:1.2rem;
        
        border:1px solid rgb(235,235,235);
    }


    .count_option .minus{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .count_option .plus{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }


    .count_option .counting{
        width:4rem;
        height:4rem;
    }
    .count_option .counting input{
        width:100%;
        height:100%;
        border:1px solid rgb(235,235,235);
        border-left:none;
        border-right:none;
        text-align:center;
        margin:0;
        padding:0;
        font-size:1.6rem;
    }
    .count_option .counting input::-webkit-outer-spin-button,
    .count_option .counting input::-webkit-inner-spin-button {
        display: none;
    }
    .count_option .counting input:focus{
        outline:none;
    }

    /* 하단 UI 레이아웃 */
    .product_buy_comment{
        width:92%;
        max-width:126rem;
        margin:auto;
        
    }
    
    .product_delivery{
        width:92%;
        max-width:126rem;
        margin:auto;
        
    }


    .product_buy_comment .not_exists{
        width:100%;
        min-height:20rem;
        border:1px solid #bbb;
        display:flex;
        flex-flow:column;
        align-items: center;
        justify-content: center;
        margin:auto;
    }

    .product_buy_comment .not_exists img{
        width:7rem;
    }
    .product_buy_comment .not_exists .not_exists_text{
        color:#888;
        margin-top:1rem;
    }

    .product_buy_comment .hashcomment_explain{
        width:100%;
        height:6rem;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        font-size:1.2rem;
        padding:1rem;
        
        text-align: center;

    }


    /* 교환/반품/배송 */
    .product_delivery .text-wrapper{
    }

    .product_delivery .text-wrapper .main_text{
        font-size:1.6rem;
        height:2rem;
        display:flex;
        align-items: center;
        border-left:2px solid #232323;
        color:#333;
        margin-top:2rem;
        margin-bottom:1rem;
        padding-left:1rem;
        
    }

    .product_delivery .text-wrapper .sub_text{
        white-space:pre-wrap;
        font-size:1.2rem;
        color:#646464;
    }

    .product_delivery .text-wrapper .sub_text span{
        color:#333;
        font-size:1.4rem;
        
    }


    /* 상품문의 메뉴 */

    @media all and (min-width:0px) and (max-width:784px){
        .question_menu{
            display:none;
        }
    }
    @media all and (min-width:784px) and (max-width:1260px){
        .question_menu{
            width:92%;
            height:4.5rem;
            display:flex;
            justify-content: space-between;
            margin:auto;
        }
    }

    .question_menu .menu{
        display:flex;
        align-items: center;
        justify-content: center;
        background:#f4f4f4;
        border-top:1px solid #333;
        border-bottom:1px solid #ddd;
        color:#333;
    }

    .question_menu .menu:nth-child(1){
        width:4.5rem;
        height:100%;
    }
    .question_menu .menu:nth-child(2){
        width:71.432%;
        max-width:88.7rem;
        height:100%;
    }
    .question_menu .menu:nth-child(3){
        width:7.460%;
        max-width:9.4rem;
        height:100%;
    }
    .question_menu .menu:nth-child(4){
        width:7.460%;
        max-width:9.4rem;
        height:100%;
    }
    .question_menu .menu:nth-child(5){
        width:6.67%;
        max-width:8.4rem;
        height:100%;
    }
    .question_menu .menu:nth-child(6){
        width:4.5rem;
        height:100%;
    }

    /* 상품 문의 */
    .question .question_layout{
        height:100%;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    @media all and (min-width:0px) and (max-width:784px){
        .question{
            width:92%;
            min-height:8rem;
            display:flex;
            align-items: center;
            justify-content: space-between;
            padding-top:1.5rem;
            padding-bottom:1.5rem;
            margin:auto;
            border:1px solid #bbb;
            border-bottom:none;
            margin-top:1rem;
            cursor:pointer;
        }
        .question .question_layout:nth-child(1){
            display:none;
        }
        .question .question_layout:nth-child(2){
            width:100%;
            max-width:88.7rem;
        }
        .question .question_layout:nth-child(3){
            width:7.460%;
            max-width:9.4rem;
            display:none;
        }
        .question .question_layout:nth-child(4){
            display:none;
        }
        .question .question_layout:nth-child(5){
            display:none;
        }
        .question .question_layout:nth-child(6){
            display:none;
        }
        .question_mobile{
            width:92%;
            height:3rem;
            margin:auto;
            border:1px solid #bbb;
            border-top:1px dashed #bbb;
            padding-left:1rem;
            padding-right:1rem;
            padding-top:0.5rem;
            padding-bottom:0.5rem;
            text-align:right;
            font-size:1.3rem;
            color:#646464;
            display:block;
        }
    }
    @media all and (min-width:784px) and (max-width:1260px){
        .question{
            width:92%;
            min-height:8rem;
            display:flex;
            align-items: center;
            justify-content: space-between;
            border-bottom:1px solid #ddd;
            padding-top:1.5rem;
            padding-bottom:1.5rem;
            margin:auto;
            cursor:pointer
        }
        .question .question_layout:nth-child(1){
            width:4.5rem;
        }
        .question .question_layout:nth-child(2){
            width:71.432%;
            max-width:88.7rem;
        }
        .question .question_layout:nth-child(3){
            width:7.460%;
            max-width:9.4rem;
        }
        .question .question_layout:nth-child(4){
            width:7.460%;
            max-width:9.4rem;
        }
        .question .question_layout:nth-child(5){
            width:6.67%;
            max-width:8.4rem;
            text-align: center;
        }
        .question .question_layout:nth-child(6){
            width:4.5rem;
            border-right:none;
        }
        .question_mobile{
            display:none;
        }
    }

    

    /* 상품문의 디테일 */
    .question .question_content{
        width:100%;

    }
    .question .question_content .question_image{
        width:6.2rem;
        height:6.2rem;
        margin-left:1rem;
        margin-right:1rem;
        border:1px solid #eee;
    }
    .question .question_content .question_image img{
        width:100%;
        height:100%;
    }
    .question .question_content .question_detail{
        width:92.78%;
        height:100%;
        display:flex;
        flex-flow:column;
        justify-content: space-around;
    }

    .question .question_content .product_name{
        color:#646464;
        font-size:1.3rem;
    }
    .question .question_content .question_title{
        color:#333;
        
        margin-top:0.5rem;
        margin-bottom:0.5rem;
        letter-spacing: -1px;
    }
    .question .question_content .question_info{
        width:100%;
        font-size:1.3rem;
        color:#646464;

        /* 클릭시 이 부분 In and Out */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 2rem;
        height: 4rem;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
}

@media all and (min-width:0px) and (max-width:1260px){
    .product_buy_comment .product_comment_title{
        width:100%;
        height:5rem;
        max-width:126rem;
        margin:auto;
        display:flex;
        flex-flow:wrap;
        align-items: center;
        justify-content: space-between;
        margin-top:10rem;
        border-bottom:1px solid rgb(230,230,230);

    }
    .product_buy_comment .product_comment_title .left_side{
        
        letter-spacing:-.5px;
        font-size: 2.4rem;
        
        color:#000;
        display:flex;
        align-items: center;
    }
    .product_buy_comment .product_comment_title .left_side .mobile_hidden{
        display:none;
    }

    .product_buy_comment .product_comment_title .right_side{
        font-size:1.3rem;
        
        display:flex;
        justify-content: flex-end;
        align-items: center;
    }
    .product_buy_comment .product_comment_title .right_side .hashbox_pick{
        
        cursor:pointer;
        margin-right:1rem;
    }
    .product_buy_comment .product_comment_title .right_side .total_comment{
        cursor:pointer;
        margin-left:1rem;
        color:#969696;
    }
    .product_comment_list{
        width:100%;
        min-height:200rem;
        display:flex;
        flex-flow:wrap;
        justify-content: space-around;
    }

    .product_comment_list .comment{
        width:44%;
        max-width:23rem;
        display:flex;
        flex-flow:column;
        cursor:pointer;
        margin-top:1rem;
        margin-bottom:1.5rem;
        font-size:1.3rem;
    }

    .product_comment_list .comment:nth-child(15){
        display:none
    }


    .product_comment_list .comment:empty{
        width:48%;
        height:0;
        margin:0;
    }

    .product_comment_list .comment .comment_product_image{
        position: relative;
        width:100%;
        max-width:23rem;
        aspect-ratio: 1/1;
        display:flex;
        align-items: center;
        justify-content: center;
        overflow:hidden;
        border:1px solid rgb(235,235,235)
    }
    .product_comment_list .comment .comment_product_image .comment_pass_sticker{
        position: absolute;
        width: 37%;
        height: 37%;
        right: .5rem;
        top: -.2rem;
        filter: drop-shadow(2px 3px 2px #00000030);
        z-index: 1;
        image-rendering: -webkit-optimize-contrast;
        transform: translateZ(0);
    }
    .product_comment_list .comment .comment_product_image.skeleton{
        width:100%;
        max-width:23rem;
        aspect-ratio: 1/1;
        border:1px solid #FAFAFA;
        animation: skeleton 1.5s ease-in-out infinite alternate;
        will-change: background-color;
    }
    .product_comment_list .comment .comment_product_image img{
        width:100%;
        height:auto;
    }
    .product_comment_list .comment .ground_a{
        box-shadow: 0px 0px 10px rgb(126,49,142);
    }
    .product_comment_list .comment .ground_b{
        box-shadow:0px 0px 10px rgb(230,55,40)
    }
    .product_comment_list .comment .ground_x{
        box-shadow:0px 0px 10px rgb(200,200,0)
    }

    .product_comment_list .comment .comment_product_name{
        width:100%;
        height:2rem;
        margin-top:1rem;
        display: flex;
        color:rgb(150,150,150)
    }
    .product_comment_list .comment .comment_product_name.skeleton{
        width:75%;
        height:1.7rem;
        margin-top:1.3rem;
        animation: skeleton 1.5s ease-in-out infinite alternate;
        background-color: #FAFAFA;
        will-change: background-color;
    }
    .product_comment_list .comment .comment_product_name .title_span{
        max-width:19rem;
        height:2.5rem;
        line-height:2.5rem;
        overflow: hidden;                   /* 넓이 86.66%를 넘는 내용에 대해 말줄임 */
        text-overflow: ellipsis;            /* 보여줄 내용이 길면 내용의 일부만 표여주고 ...표시 */
        white-space: normal;                /*  white-space와 overflow: hidden 제거되면 text-overflow가 적용되지 않음 */
        text-align: left;                   /* 텍스트 정렬*/
        word-wrap: break-word;              
        display: -webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical          /* 보여주려는 줄 수 -> 실행되려면 위에 두줄이 필요함*/  ;
        font-size:1.2rem;
    }
    .product_comment_list .comment .comment_product_name .count_span{
        min-width:4.5rem;
        height:2.5rem;
        line-height:2.5rem;
        font-size:1.2rem;
    }
    .product_comment_list .comment .comment_product_content{
        width:100%;
        height:2.5rem;
        line-height:2.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;              
        display: -webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
        font-size:1.3rem;
    }
    .product_comment_list .comment .comment_product_content.skeleton{
        width:95%;
        height: 1.6rem;
        margin-top: .6rem;
        margin-bottom: .7rem;
        animation: skeleton 1.5s ease-in-out infinite alternate;
        background-color: #FAFAFA;
        will-change: background-color;
    }
    .product_comment_list .comment .comment_product_info{
        display:flex;
        height:2rem;
        margin-top:0.5rem;
    }
    .product_comment_list .comment .comment_product_info.skeleton{
        width:25%;
        height:1.5rem;
        margin-top:.6rem;
        animation: skeleton 1.5s ease-in-out infinite alternate;
        background-color: #FAFAFA;
    }
    .product_comment_list .comment .comment_product_info .user{
        margin-right:1rem;
        font-size:1.2rem;
    }

    .spinner_box{
        width:100%;
        display:none;
        justify-content: center;
    }
}

@media all and (min-width:0px) and (max-width: 1260px){
    .product_detail_info{
        width: 100%;
        margin: auto;
        min-width: 35rem;
        max-width: 86rem;
        margin-top:10rem;
    }

    .product_detail_info .product_image{
        width: 92%;
        max-width: 110rem;
        margin: auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .product_detail_info .product_image .product_image_web{
        display:none;
    }
    /* .product_detail_info .product_image .product_image_mobile{
        display:block;
    } */


    .product_detail_info .product_guide .product_title{
       display: none;
    }
    .product_detail_info .product_guide{
        width: 100%;
        margin: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        background: rgb(250,250,250);
        padding-top:2rem;
    }
    .product_detail_info .product_guide .product_title_m{
        width: 100%;
        height: 10rem;
        margin: 4rem 0 3rem 0;

        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: black;
        font-size:  2.8rem;
    }
    /*  1,2,3등 */
    .product_detail_info .product_guide .item_rank{
        width: 91.31%;
        min-height: 50rem;
        margin-bottom: 2rem;
        background: white;
        border-radius: 5px;
        padding-bottom: 2rem;
        border:1px solid rgb(235,235,235)
    }
    .product_detail_info .product_guide .item_rank .item_img{
        width: 54.34%;
        height: 25rem;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .product_detail_info .product_guide .item_rank .item_img img{
        height: 100%;

    }
    .product_detail_info .product_guide .item_rank .item_information{
        width: 90.48%;
        margin: auto;
        color: black;
    }
    .product_detail_info .product_guide .item_rank .item_information .title_information{  
        min-height: 3rem;
        margin: 1rem 0 0 0;
        font-size: 1.5rem;
        

        overflow: hidden;                   /* 넓이 86.66%를 넘는 내용에 대해 말줄임 */
        text-overflow: ellipsis;            /* 보여줄 내용이 길면 내용의 일부만 표여주고 ...표시 */
        white-space: normal;                /*  white-space와 overflow: hidden 제거되면 text-overflow가 적용되지 않음 */
                                            /* 공백문자가 있는 경우 줄바꿈하지 않고 한줄로 나오게 처리*/
        width: 100%;                        /* 라인 너비*/
        text-align: left;                   /* 텍스트 정렬*/
        word-wrap: break-word;              

        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical          /* 보여주려는 줄 수 -> 실행되려면 위에 두줄이 필요함*/  


    }
    .product_detail_info .product_guide .item_rank .item_information .price_information{
        min-height: 4rem;
        padding: 0 0 1.5rem 0;
        margin: 0rem 0 1rem 0;
        font-size: 2rem;
        border-bottom: 1px solid rgb(230,230,230);
        
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information{
        display: flex;
        font-size:1.3rem;
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_left{
        width: 20%;
        min-width: 6.5rem;
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_left .left{
        min-height: 2rem;
        margin: 0 0 0.5rem 0
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_right{
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_right .right{
        min-height: 2rem;
        margin: 0 0 0.5rem 0;
        

        overflow: hidden;                   /* 넓이 86.66%를 넘는 내용에 대해 말줄임 */
        text-overflow: ellipsis;            /* 보여줄 내용이 길면 내용의 일부만 표여주고 ...표시 */
        white-space: normal;                /*  white-space와 overflow: hidden 제거되면 text-overflow가 적용되지 않음 */
                                            /* 공백문자가 있는 경우 줄바꿈하지 않고 한줄로 나오게 처리*/
        
        width: 100%;                        /* 라인 너비*/
        line-height: 2rem;                  /* 보여지는 줄 라인의 높이*/
        text-align: left;                   /* 텍스트 정렬*/
        word-wrap: break-word;              

        display: -webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical          /* 보여주려는 줄 수 -> 실행되려면 위에 두줄이 필요함*/  
    }
    /* 나머지 상품 */
    @media all and (min-width:0px) and (max-width:499px){
        .product_detail_info .product_guide .item_rank_all_box{
            width: 91.31%;
            margin-bottom: 3rem;
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
        }
        .product_detail_info .product_guide .item_rank_all_box .small_box{
            width:48%;
            /* min-width: 13rem; */
            background: white;
            border-radius: 5px;
            margin-bottom: 2rem;
            cursor:pointer;
            border:1px solid rgb(235,235,235)       
        }





        
/* 툴팁 대체 css  ======================================================================================================= */
    .item_rank_all_box .small_box {
        position: relative;
        overflow: visible;
    }

    /* hover 시 표시 */
    .item_rank_all_box .small_box:hover::after,
    .item_rank_all_box .small_box:hover::before {
        opacity: 1;
    }

    /* 툴팁 본문 */
    .item_rank_all_box .small_box::after {
        content: attr(title);
        position: absolute;
        bottom: calc(100% + 6px);   /* 요소 위 */
        left: 50%;
        transform: translateX(-50%);

        background: #000;
        color: #fff;
        padding: 4px 8px;
        font-size: 1.4rem;
        border-radius: 4px;

        white-space: nowrap;
        pointer-events: none;
        opacity: 0;

        transition: opacity .2s ease;
        z-index: 1000;

        display: inline-block;
        width: max-content;        /* 글자 길이만큼 */
        max-width: 16rem;          /* 여기서만 제한 */
        text-align: center;

        white-space: normal;          /* 줄바꿈 허용 */
        overflow-wrap: break-word;    /* 긴 단어 줄바꿈 */
        word-break: break-word;       /* Safari 대응 */
    }

    /* 말풍선 화살표 */
    .item_rank_all_box .small_box::before {
        content: "";
        position: absolute;
        bottom: calc(100% + 2px);
        left: 50%;
        transform: translateX(-50%);

        border-width: 6px 6px 0;
        border-style: solid;
        border-color: #000 transparent transparent transparent;

        opacity: 0;
        transition: opacity .2s ease;
        z-index: 1000;
    }

    /* title 비어있는 복제용 box는 툴팁 제거 */
    .item_rank_all_box .small_box[title=""]::after,
    .item_rank_all_box .small_box[title=""]::before {
        display: none;
    }
/* 툴팁 대체 css  ======================================================================================================= */


        .product_detail_info .product_guide .item_rank_all_box .small_box:empty{
            border:none;
        }
        .product_detail_info .product_guide .item_rank_all_box .ground_b{
            width: 49%;
            height: 18rem;
            background: white;
            border-radius: 10px;
            margin: 0 0 1.5rem 0;
            cursor:pointer;
        }
        .product_detail_info .product_guide .item_rank_all_box .small_box:empty{
            width:48%;
            height:0;
            min-width: 13rem;
            border-radius: 10px;
            margin-bottom: 2rem;
            background:transparent
        }
    }
    @media all and (min-width:500px) and (max-width:1259px){
        .product_detail_info .product_guide .item_rank_all_box{
            width: 91.31%;
            margin-bottom: 3rem;
            display: flex;
            flex-flow: wrap;
            justify-content: space-around;
        }
        .product_detail_info .product_guide .item_rank_all_box .small_box{
            width: 24%;
            min-width: 13rem;
            background: white;
            border-radius: 5px;
            margin-bottom: 2rem;
            cursor:pointer;
            border:1px solid rgb(235,235,235)
        }

    /* 툴팁 대체 css  ======================================================================================================= */
        .item_rank_all_box .small_box {
            position: relative;
            overflow: visible;
        }

        /* hover 시 표시 */
        .item_rank_all_box .small_box:hover::after,
        .item_rank_all_box .small_box:hover::before {
            opacity: 1;
        }

        /* 툴팁 본문 */
        .item_rank_all_box .small_box::after {
            content: attr(title);
            position: absolute;
            bottom: calc(100% + 6px);   /* 요소 위 */
            left: 50%;
            transform: translateX(-50%);

            background: #000;
            color: #fff;
            padding: 4px 8px;
            font-size: 1.4rem;
            border-radius: 4px;

            white-space: nowrap;
            pointer-events: none;
            opacity: 0;

            transition: opacity .2s ease;
            z-index: 1000;

            display: inline-block;
            width: max-content;        /* 글자 길이만큼 */
            max-width: 16rem;          /* 여기서만 제한 */
            text-align: center;

            white-space: normal;          /* 줄바꿈 허용 */
            overflow-wrap: break-word;    /* 긴 단어 줄바꿈 */
            word-break: break-word;       /* Safari 대응 */
        }

        /* 말풍선 화살표 */
        .item_rank_all_box .small_box::before {
            content: "";
            position: absolute;
            bottom: calc(100% + 2px);
            left: 50%;
            transform: translateX(-50%);

            border-width: 6px 6px 0;
            border-style: solid;
            border-color: #000 transparent transparent transparent;

            opacity: 0;
            transition: opacity .2s ease;
            z-index: 1000;
        }

        /* title 비어있는 복제용 box는 툴팁 제거 */
        .item_rank_all_box .small_box[title=""]::after,
        .item_rank_all_box .small_box[title=""]::before {
            display: none;
        }
    /* 툴팁 대체 css  ======================================================================================================= */


        
        .product_detail_info .product_guide .item_rank_all_box .small_box:empty{
            border:none;
        }
        .product_detail_info .product_guide .item_rank_all_box .ground_b{
            width: 32%;
            max-width:25rem;
            height: 18rem;
            background: white;
            border-radius: 10px;
            margin: 0 0 1.5rem 0;
            cursor:pointer;
        }
        .product_detail_info .product_guide .item_rank_all_box .small_box:empty{
            min-width: 13rem;
            height:0;
            border-radius: 10px;
            margin-bottom: 2rem;
            background:transparent
        }
    }

    
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_img{
        width: 100%;
        height: 10rem;
        margin: 1.5rem 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_img img{
        height: 100%;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_title{
        width: 100%;
        height: 1.5rem;
        margin: 1.5rem 0 0 0;
        text-align: center;
        font-size: 1.3rem;
        padding-left:0.5rem;
        padding-right:0.5rem;
        text-overflow:ellipsis;
        line-height:1.5rem;
        overflow:hidden;
        white-space:nowrap;

        
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_price{
        width: 100%;
        height: 2.5rem;
        margin: 0 0 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_price .price_num{
        color:#BF1A20;
        font-size:1.5rem;
    }


    .unboxing_text{
        width:92%;
        height:5rem;
        margin:auto;
        
        letter-spacing:-.5px;
        font-size: 2.4rem;
        
        color:#000;
        display:flex;
        align-items: center;
        margin-top:10rem;
        
        
    }

    .product_guide_text{
        width:92%;
        height:4rem;
        margin:auto;
        
        font-size: 2rem;
        
        color:#000;
        display:flex;
        align-items: center;
        margin-top:2rem;
    }
    .product_sub_guide_text{
        width:92%;
        margin:auto;
        
        font-size: 1.5rem;
        display:flex;
        align-items: center;
        margin-bottom:1rem;
        color:#969696
    }

    .unboxing_display{
        width:92%;
        max-width:126rem;
        margin:auto;
        margin-bottom:2rem;
        display:flex;
        justify-content: center;
        background:black;
    }
    .unboxing_display video{
        width:100%;
        max-width:86rem;
    }
}

@media all and (min-width:0px) and (max-width:700px){
    .comment_detail_modal{
        position:   fixed;
        z-index:    1001;
        top:        0;
        left:       0;
        height:     100%;
        width:      100%;
        background: rgba(0,0,0,.75);
        padding-bottom:10rem;
        overflow-y:auto;
        display:none;
        z-index:1002;
    }
    .comment_detail_modal .comment_loading_spinner{
        width:100%;
        height:100%;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .comment_detail_modal .modal_close_button{
        width:8rem;
        height:8rem;
        border-radius:50%;
        background:black;
        color:white;
        display:flex;
        align-items: center;
        justify-content: center;
        font-size:4rem;
        cursor:pointer;
        box-shadow:5px 5px 10px rgb(0,0,0,0.5);
        margin:auto;
        margin-bottom:3rem;
        margin-top:3rem;
    }

    .comment_detail_modal .comment_detail{
        width:92%;
        max-width:126rem;
        background:rgb(250,250,250);
        border:1px solid rgb(230,230,230);
        border-radius:5px;
        box-shadow:5px 5px 10px rgb(0,0,0,0.5);
        padding:6.5%;
        margin:auto;
        margin-bottom:10rem;
    }

    .comment_detail_modal .comment_detail .comment_top{
        display:flex;
        flex-flow:column;
        align-items: center;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_main_image{
        width:20rem;
        height:20rem;
        background:white;
        border-radius:5px;
        overflow:hidden;
        margin-right:2rem;
        display:flex;
        align-items: center;
        justify-content: center;
        border:1px solid rgb(230,230,230);
    }
    .comment_detail_modal .comment_detail .comment_top .comment_main_image img{
        width:100%;
    }

    .comment_detail_modal .comment_detail .comment_top .comment_info{
        width:100%;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .product_title{
        font-size:1.4rem;
        color:rgb(150,150,150);
        margin-top:1rem;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .product_content{
        margin-top:1rem;
        margin-bottom:2rem;
        font-size:1.5rem;
        
        white-space:pre-wrap;
    }

    .comment_detail_modal .comment_detail .comment_top .comment_info .hashbox_comment_image{
        width:100%;
        height:auto;
        margin-top:3rem;
        margin-bottom:3rem;
    }



    .comment_detail_modal .comment_detail .comment_top .comment_info .comment_registered{
        display:flex;
        font-size:1.4rem;
        
        justify-content: flex-end;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .comment_registered .writer{
        margin-right:2rem;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .hashbox_comment{
        width:100%;
        margin-top:1rem;
        display:none;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .hashbox_comment .hashbox_logo{
        height:6rem;
        display:flex;
        align-items: center;
        border-top:1px solid rgb(230,230,230);
        padding-top:2rem;
        
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .hashbox_comment .hashbox_comment_content{
        font-size:1.3rem;
        
        white-space: pre-wrap;
    }

    .comment_detail_modal .comment_detail .comment_top .comment_info .point_reward_comment_alarm{
        font-size:1.3rem;
        
    }


    .comment_detail_modal .comment_detail .comment_bottom{
        margin-top:3rem;
        
    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_record_title{
        height:3rem;
        display:flex;
        align-items: center;
        font-size:1.5rem;
        
        
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records{
        min-height:4rem;
        background:white;
        border:1px solid rgb(230,230,230);
        border-radius:5px;
        display:flex;
        flex-flow:wrap;
        padding:2rem;
        padding-bottom:0;
        
    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record{
        width:100%;
        display:flex;
        margin-bottom:2rem;

    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .left_part{
        width:9rem;
        min-width:9rem;
        border-radius:5px;
        overflow:hidden;
        margin-right:1.5rem;
        display:flex;
        align-items: center;
        justify-content: center;
        border:1px solid rgb(230,230,230);

    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .left_part img{
        width:100%;
    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part{
        width:77.5%;
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .product_name{
        height:2rem;
        font-size:1.2rem;
        
        line-height:2rem;
        overflow: hidden;                   /* 넓이 86.66%를 넘는 내용에 대해 말줄임 */
        text-overflow: ellipsis;            /* 보여줄 내용이 길면 내용의 일부만 표여주고 ...표시 */
        white-space: normal;                /*  white-space와 overflow: hidden 제거되면 text-overflow가 적용되지 않음 */
                                            /* 공백문자가 있는 경우 줄바꿈하지 않고 한줄로 나오게 처리*/
        width: 100%;                        /* 라인 너비*/
        text-align: left;                   /* 텍스트 정렬*/
        word-wrap: break-word;              

        display: -webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical  
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .original_price{
        height:2.5rem;
        font-size:1.3rem;
        color:rgb(183,62,49);
        
        
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .blockchain_link{
        width:12rem;
        height:3rem;
        font-size:1rem;
        
        border-radius:5px;
        color:white;
        display:flex;
        align-items: center;
        justify-content: center;
        cursor:pointer;
        margin-top:1rem;

        background:transparent;
        border:1px solid rgb(90,90,90);
        color:black;
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .blockchain_link:hover{
        border:1px solid rgb(183,62,49)
    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .blockchain_link img{
        height:65%;
        width:auto;
        margin-right:0.5rem;
    }
    /* 증빙자료 */
    .comment_detail_modal .comment_detail .buy_record{
        margin-top:3rem;
        display:none
    }
    .comment_detail_modal .comment_detail .buy_record .buy_record_title{
        height:3rem;
        display:flex;
        align-items: center;
        font-size:1.5rem;
        
        
    }

    .comment_detail_modal .comment_detail .buy_record .evidence_box{
        background:white;
        border:1px solid rgb(230,230,230);
        border-radius:5px;
        overflow:hidden;
        text-align:center;
        display:flex;
        flex-flow:column;
        align-items: center;
        padding-top:2rem;
        padding-bottom:2rem;
    }
    .comment_detail_modal .comment_detail .buy_record .evidence_box img{
        width:100%;
        max-width:50rem;
    }


    .delivery_text{
        width:92%;
        height:5rem;
        margin:auto;
        
        font-size: 2rem;
        margin:auto;
        color:#000;
        align-items: center;
        margin-top:10rem;
        display:flex;
        align-items: center;
        border-bottom:1px solid #EBEBEB;
    }

}