

@media all and (min-width:0px) and (max-width:1260px){
   
    .banner{
        margin-bottom: 6rem;
    }
    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%;
        /* border: 2px solid #242426; */
        border-radius: 1rem;
    }
    .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%;
        border-radius: 1rem;
    }

    .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;
    }


    .product_main .product_main_first .thumbnail_img_wrapper {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 2rem;
        z-index: 1;
    }

    .product_main .product_main_first .thumbnail_img_wrapper .thumbnail_img {
        width: 5.5rem;
        height: 5.5rem;
        opacity: 0.5;
        cursor: pointer;
        border-radius: 0.5rem;
        border: 2px solid #232227;
    }

    .product_main .product_main_first .thumbnail_img_wrapper .thumbnail_img:hover {
        opacity: 1;
    }





    /* 데스크탑 상품 상단 오른쪽 */

    /* 제목, 부제  */
    
    /* 상품 화면 */
    @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.5rem;
            font-weight: 600;
            color:#fff;
            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:#fff;
            margin-top:5rem;
            
        }
    }

    .product_main .product_main_second .product_sub_title{
        width:100%;
        font-size:1.5rem;
        color:#bebebe;
    }


    /* 가격 */

    .product_main .product_main_second .price_layout{
        /* margin-top:2rem; */
        position:relative;
        margin-top:2rem;
        padding-bottom:1rem;
        margin-bottom:2rem;
        border-bottom:2px solid #232325;
        display: flex;
        
    }

    .product_discribe_plus_normal {
        text-decoration: line-through;
        text-decoration-thickness: 2px;
    }

    .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;
        color: #fff;
    }  

    .product_main .product_main_second .price_layout .discounted_price2{
        color:rgb(220, 20, 60);
        font-size:3.2rem;
        letter-spacing: -2px;
        margin-left: 0.5rem;
    }
    
    .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{
        min-width: 9rem;
        font-size:1.3rem;
        line-height:1.4;
        
        color:#cbcbcb;
    }
    .product_main .product_main_second .sub_info .sub_info_layout .menu_info{
        font-size:1.3rem;
        line-height:1.4;
        margin-left: 1rem;
        color:#cbcbcb;
    }
    .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;
        text-decoration: underline;
    }


    .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 .cart_in{
        width:49%;
        height:5rem;
        color:#fff;
        
        font-size:1.5rem;
        border:2px solid #242426;
        border-radius:5px;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        cursor:pointer;
        
    }
    .product_main .product_main_second .buy_ui .cart_in_fake{
        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;
        opacity: 0.5;
    }
    .product_main .product_main_second .buy_ui .buy{
        width:49%;
        height:5rem;
        color:white;
        
        font-size:1.5rem;
        border-radius:5px;
        background:#FF5231;
        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 #FF5231;
        border-radius:5px;
        background:#FF5231;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        cursor:pointer;
    }
    .product_main .product_main_second .buy_ui .occupancy_certification{
        width:98%;
        min-height:5rem;
        color:white;
        
        font-size:1.4rem;
        border:1px solid #2C56A5;
        border-radius:5px;
        background:#2C56A5;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
    }
    .product_main .product_main_second .buy_ui .occupancy_certification input{
        width: 100%;
        padding-left: 1rem;
        outline: none;
        border: none;
        text-align: center;
    }


    .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 .transparency_explain .content_text {
        color: #BFBFBF;
        font-size: 1.3rem;
    }
    .product_main .transparency_explain .content_text .red {
        color: #BFBFBF;
    }

    .product_main .transparency_explain .explain_size_up{
        color:#fff;
        font-size:1.4rem;
        margin-top:1rem;
        font-weight: 500;
    }

    .product_main .transparency_explain .explain_01{
        margin-top:3rem;
    }

    .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;
        display:flex;
    }
    .product_image img{
        width:100%;
        max-width:86rem;
        height:auto;
        margin:auto;
    }


    .count_total_price_container {
        display: flex;
        align-items: center;
    }
    /* 상품 개수 조정 */
    .count_total_price_container .count_option{
        width:40%;
        height:4rem;
        display:flex;
    }
    .count_total_price_container .count_option .minus,
    .count_total_price_container .count_option .plus{
        width:4rem;
        height:4rem;
        display:flex;
        align-items: center;
        justify-content: center;
        cursor:pointer;
        font-size:1.2rem;
        
        border:2px solid #232325;
    }


    .count_total_price_container .count_option .minus{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .count_total_price_container .count_option .plus{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .count_total_price_container .count_option .minus .glyphicon-minus {
        color: #4C4B50;
        font-size: 2rem;
    }

    .count_total_price_container .count_option .plus .glyphicon-plus {
        color: #4C4B50;
        font-size: 2rem;
    }


    .count_total_price_container .count_option .counting{
        width:4rem;
        height:4rem;
    }
    .count_total_price_container .count_option .counting input{
        width:100%;
        height:100%;
        border:2px solid #232325;
        border-left:none;
        border-right:none;
        text-align:center;
        margin:0;
        padding:0;
        font-size:1.6rem;
        color: #fff;
        background: #141419;
        border-radius: 0;
    }
    .count_total_price_container .count_option .counting input::-webkit-outer-spin-button,
    .count_total_price_container .count_option .counting input::-webkit-inner-spin-button {
        display: none;
    }
    .count_total_price_container .count_option .counting input:focus{
        outline:none;
    }

    
    .count_total_price_container .total_price{
        width:100%;
        height:4rem;
        line-height: 4rem;
        text-align:right;
        font-size:1.5rem;
        color:#fff;
    }

    .count_total_price_container .price_number{
        font-size:2.5rem;
        letter-spacing: 2px;
        color:#fff;
    }


    /* 하단 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.3rem;
        padding:1rem;
        color: #fff;
        text-align: center;

    }

    .product_buy_comment .none_hashcomment{
        display: none;
        width:100%;
        height:6rem;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:2rem;
        font-size:1.6rem;
        color: #fff;

    }

    /* 교환/반품/배송 */
    .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 #696969;
        color:#fff;
        margin-top:2rem;
        margin-bottom:1rem;
        padding-left:1rem;
        
    }

    .product_delivery .text-wrapper .sub_text{
        white-space:pre-wrap;
        font-size:1.2rem;
        color:#b3b3b3;
        margin-top: 0.5rem;
    }

    .product_delivery .text-wrapper .sub_text span{
        color:#fff;
        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:#fff;
        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;
        margin-top: .3rem;
    }
    .product_buy_comment .product_comment_title .right_side .hashbox_pick{
        color: #fff;
        cursor:pointer;
        margin-right:1rem;
    }
    .product_buy_comment .product_comment_title .right_side .total_comment{
        cursor:pointer;
        margin-left:1rem;
        color:#fff;
    }
    .product_comment_list{
        width:100%;
        min-height:36rem;
        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;
        position: relative;

    }.product_comment_list .comment canvas{
        position: absolute;
        width: 138%;
        top: -10.8%;
        left: -19%;
        z-index: 1;
    }

    .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{
        width:100%;
        max-width:23rem;
        display:flex;
        align-items: center;
        justify-content: center;
        overflow:hidden;
        border:1px solid rgb(235,235,235);
        aspect-ratio: 1/1;
    }
    .product_comment_list .comment .comment_product_image img{
        /* width:100%;
        max-height: 23rem; */
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .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 .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;
        color: #fff;
    }
    .product_comment_list .comment .comment_product_name .count_span{
        min-width:4.5rem;
        height:2.5rem;
        line-height:2.5rem;
        font-size:1.2rem;
        white-space: nowrap;
        color: #fff;
    }
    .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;
        color: #fff;
    }
    .product_comment_list .comment .comment_product_info{
        display:flex;
        height:2rem;
        margin-top:0.5rem;
        color: #fff;
    }
    .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;
    }

    .product_detail_info .product_image{
        width: 92%;
        max-width: 126rem;
        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%;
        max-width: 126rem;
        margin: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 3rem;
        margin-bottom: 5rem;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper{
        width: 100%;
        height: 5rem;
        display: flex;
        justify-content: left;
        align-items: end;
        margin-top: -1rem;
        margin-bottom: 2rem;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper.Mythic{
        color: #e63728;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper.Legendary{
        color: #fb931a;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper.Epic{
        color: #7e39a5;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper.Common{
        color: #fff;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper .product_guide_title{
        font-size: 5rem;
        line-height: 5rem;
        font-weight: 700;
        margin-right: 0.5rem;
    }
    .product_detail_info .product_guide .product_guide_title_wrapper .product_guide_subtitle{
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .product_detail_info .product_guide .product_title{
        width: 100%;
        padding: 6rem 0 4rem 0;
        color: black;
        text-align: center;
        font-size:  3.5rem;
    }
    .product_detail_info .product_guide .product_title_m{
        display: none;
    }
    /*  1,2,3등 */
    .product_detail_info .product_guide .item_rank{
        width: 88.37%;
        max-width:85rem;
        margin-bottom: 2rem;
        display: flex;
        flex-flow: row;
        background: white;
        border-radius: 5px;
        cursor:pointer;
        border:1px solid #EBEBEB
    }
    .product_detail_info .product_guide .item_rank .item_img{
        width: 32.89%;
        height: auto;
        min-height: 25rem;
        margin: 2.5rem;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank .item_img img{
        width: 100%;
    }
    .product_detail_info .product_guide .item_rank .item_information{
        width: 57.23%;
        height: auto;
        min-height: 25rem;
        margin: 2.5rem 2.5rem 2.5rem 0 ;
        color: black;
    }
    .product_detail_info .product_guide .item_rank .item_information .title_information{  
        height: 3rem;
        margin: 1rem 0 0 0;
        font-size: 2rem;
        
        
        overflow:hidden;

        max-width:44rem;
        text-overflow:ellipsis;
        line-height:3rem;
        overflow:hidden;
        white-space:nowrap;

        
    }
    .product_detail_info .product_guide .item_rank .item_information .price_information{
        height: 5rem;
        padding: 0 0 2rem 0;
        margin: 0 0 1rem 0;
        font-size: 2.4rem;
        
        
        border-bottom: 1px solid #EBEBEB;
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information{
        display: flex;
        
        font-size:1.4rem;
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_left{
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_left .left{
        height: 2rem;
        min-width:5rem;
        margin: 0 0 0.5rem 0;
        color:black;
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_right{
        margin: 0 0 0 1rem;            
    }
    .product_detail_info .product_guide .item_rank .item_information .detail_information .detail_right .right{
        height: 2rem;
        margin: 0 0 0.5rem 0;    
        color:#646464;
        
        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          /* 보여주려는 줄 수 -> 실행되려면 위에 두줄이 필요함*/  
    }
    /* 나머지 상품 */
    .product_detail_info .product_guide .item_rank_all_box{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        gap: 3rem
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box{
        padding: 2rem;
        background: #1F1E24;
        border-radius: 5px;
        cursor:pointer;
        display: flex;
        border: 2px solid #28282A;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_img{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_img img{
        width: 100%;
        max-width: 13rem;
        max-height: 13rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_text_wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        width: 100%;
        margin-left: 1rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_text_wrapper .small_box_title{
        width: 100%;
        text-align: start;
        margin:auto;
        margin-bottom: 1rem;
        text-overflow:ellipsis;
        overflow:hidden;

        font-size:1.6rem;
        line-height: 2rem;

        color: #fff;

        display:-webkit-box;
        -webkit-box-orient:vertical;
        overflow:hidden;
        -webkit-line-clamp:3;
        text-overflow: ellipsis;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_text_wrapper .small_box_price{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.7rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_text_wrapper .small_box_price .price_num{
        color:#fff;
    }

    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_text_wrapper .small_box_price .price_text{
        color:#fff;
    }

    .product_detail_info .product_guide .item_rank_all_box .Mythic{
        background: #1E1E23;
        cursor:pointer;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_img{
        width: 100%;
        height: 25rem;
        margin: 3rem 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_img img{
        width: 100%;
        max-width: 22rem;
        max-height: 22rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_title{
        width: 90%;
        margin: auto;
        display: -webkit-box;
        justify-content: center;
        align-items: center;

        text-overflow: ellipsis;
        word-break: break-word;
        overflow: hidden;
        text-align: center;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

        font-size: 2rem;
        line-height: 2.5rem;

        color: #fff;
        padding-bottom: 2rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_price{
        width: 90%;
        margin: auto;
        margin-top: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: 2px solid #2D2D2E;

        text-align: center;
        font-size: 2.6rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_price .price_num{
        color:#e63728;
        font-size: 2.2rem;
    }

    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_price .price_text{
        color:#fff;
        font-size: 2rem;
    }

    .product_detail_info .product_guide .item_rank_all_box .Legendary{
        background: #1E1E23;
        cursor:pointer;
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_img{
        width: 100%;
        height: 25rem;
        margin: 3rem 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_img img{
        width: 100%;
        max-width: 22rem;
        height: 22rem;
        object-fit: contain;
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_title{
        width: 90%;
        margin: auto;

        display: -webkit-box;
        justify-content: center;
        align-items: center;

        /* margin:auto;
        margin-top: 2rem;
        margin-bottom: 1rem; */

        text-overflow: ellipsis;
        word-break: break-word;
        overflow: hidden;
        text-align: center;

        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        
        font-size: 1.9rem;
        line-height: 2.4rem;

        color: #fff;
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_price{
        width: 90%;
        margin: auto;
        margin-top: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: 2px solid #2D2D2E;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        text-align: center;
        font-size: 2.6rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_price .price_num{
        color:#fb931a;
        font-size: 2.2rem;
    }

    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_price .price_text{
        color:#fff;
        font-size: 2rem;
    }

    .product_detail_info .product_guide .Epic_Container{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        gap: 3rem
    }
    
    




    .product_detail_info .product_guide .item_rank_all_box .Epic{
        background: #1E1E23;
        cursor:pointer;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_img{
        width: 100%;
        height: 25rem;
        margin: 3rem 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_img img{
        width: 100%;
        max-width: 22rem;
        height: 22rem;
        object-fit: contain;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_title{
        width: 90%;
        margin: auto;

        display: -webkit-box;
        justify-content: center;
        align-items: center;

        /* margin:auto;
        margin-top: 2rem;
        margin-bottom: 1rem; */

        text-overflow: ellipsis;
        word-break: break-word;
        overflow: hidden;
        text-align: center;

        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        
        font-size: 1.9rem;
        line-height: 2.4rem;

        color: #fff;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_price{
        width: 90%;
        margin: auto;
        margin-top: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: 2px solid #2D2D2E;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        text-align: center;
        font-size: 2.6rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_price .price_num{
        color:#7e39a5;
        font-size: 2.2rem;
    }

    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_price .price_text{
        color:#fff;
        font-size: 2rem;
    }


    .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:#fff;
        display:flex;
        align-items: center;
        margin-top:10rem;
    }
    .product_sub_guide_text{
        width:92%;
        margin:auto;
        
        font-size: 1.35rem;
        display:flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-bottom:1rem;
        color:#fff;
        border-bottom: 2px solid #232227;
        padding-bottom: 1rem;
    }

    .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:#2C56A5;
        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: 16rem;
        height: 16rem;
        object-fit: contain;
    }

    .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;
        color: #000;
        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;
        color: #000;
        justify-content: flex-end;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 1.5rem;
    }
    .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:7rem;
        display:flex;
        align-items: center;
    }
    .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_comemnt_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;
        color: #000;
        
    }
    .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;
        color: #000;
        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 #2C56A5;
    }

    .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;
        color: #000;
        
    }

    .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_alert{
        color: #000;
        font-size: 1.3rem;
    }

    .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:#fff;
        align-items: center;
        margin-top:10rem;
        display:flex;
        align-items: center;
        border-bottom:2px solid #242426;
    }

}