

@media all and (min-width:1260px){
   
    select:focus{
        outline:none;
    }

    .goods_category{
        width:100%;
        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;
        
    }


    /* 상품 화면 */

    .product_main{
        width:100%;
        max-width:126rem;
        margin:auto;
        display:flex;
        justify-content: space-between;
         
        margin-top:5rem;
    }

    /* 데스크탑 상품 상단 왼쪽 */
    .product_main .product_main_first{
        width:60rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product_main .product_main_first .main_image_box{
        width:100%;
        height:60rem;
        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: 11rem;
        height: 11rem;
        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;
    }




    /* 데스크탑 상품 상단 오른쪽 */

    /* 제목, 부제  */
    .product_main .product_main_second{
        width:60rem;
        margin-right:2rem;
    }
    .product_main .product_main_second .product_title{
        width:100%;
        font-size:2.8rem;
        font-weight: 600;
        color: #fff;
    }
    .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:1.5rem;
        margin-bottom:1.5rem;
        position:relative;
		display: flex;
    }

    .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;
        color:#fff;
        border-bottom:2px solid #232325;
        padding-bottom:2rem;
        width: 100%;
    }

    .product_main .product_main_second .price_layout .discounted_price2{
        font-size:3.2rem;
        color:rgb(220, 20, 60);
        border-bottom:2px solid #232325;
        padding-bottom:2rem;
        margin-left: 0.5rem;
    }  

    .product_discribe_plus_normal {
        text-decoration: line-through;
        text-decoration-thickness: 2px;
    }
    
    /* 기타 정보 */

    .product_main .product_main_second .sub_info{
        width:100%;
        min-height:5rem;
        margin-top: 2rem;
    }

    .product_main .product_main_second .sub_info .sub_info_layout{
        width:100%;
        height:3.5rem;
        display:flex;
        align-items: center;
    }

    .product_main .product_main_second .sub_info .sub_info_layout .menu_text{
        min-width: 9rem;
        font-size:1.4rem;
        color:#cbcbcb;
        
    }
    .product_main .product_main_second .sub_info .sub_info_layout .menu_info{
        font-size:1.4rem;
        color:#cbcbcb;
        margin-left: 1rem;
    }

    .product_main .product_main_second .sub_info .sub_info_layout .price_section_wrap{
    }

    .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.8rem;
        color:#fff
        
    }

    .product_main .product_main_second .buy_ui .total_price .price_number{
        font-size:3.5rem;
        color:#fff;
        margin-left:1rem;
    }

    .product_main .product_main_second .buy_ui .cart_in{
        width:49%;
        height:5rem;
        color:#fff;
        
        font-size:1.6rem;
        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:#646464;
        
        font-size:1.6rem;
        border:1px solid #EBEBEB;
        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.6rem;
        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:49%;
        height:5rem;
        color:white;
        
        font-size:1.6rem;
        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:49%;
        height:5rem;
        
        font-size:1.6rem;
        border:1px solid #2C56A5;
        border-radius:5px;
        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 .explanation{
        margin-top: 8rem;
        font-size: 1.8rem;
    }


    

    .product_main .transparency_explain{
        display:flex;
        align-items: center;
        font-size:1.3rem;
        color:#646464;
        margin-top:2rem;
    }
    .product_main .transparency_explain .content_text {
        color: #BFBFBF;
    }
    .product_main .transparency_explain .content_text .red {
        color: #BFBFBF;
    }

    .product_main .transparency_explain .explain_size_up{
        color:#fff;
        font-size:1.5rem;
        margin-top:1rem;
        font-weight: 500;
    }



    .count_total_price_container {
        display: flex;
        align-items: center;
    }
    /* 상품 개수 조정 */
    .count_total_price_container .count_option{
        width:30rem;
        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 {
        font-size: 2rem;
        color: #4C4B50;
    }

    .count_total_price_container .count_option .plus .glyphicon-plus{
        font-size: 2rem;
        color: #4C4B50;
    }

    .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;
        background: #141419;
        color: #dbdbdb;
        font-size: 1.4rem;
        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.8rem;
        color:#fff
        
    }

    .count_total_price_container .total_price .price_number{
        font-size:3.5rem;
        color:#fff;
        margin-left:1rem;
    }


    /* 하단 UI 레이아웃 */
    .product_buy_comment{
        width:92%;
        max-width:126rem;
        margin:auto;
        
        margin-top: 10rem;
        margin-bottom: 7rem;
    }
    .product_delivery{
        width:100%;
        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;
    }

    .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;
        border:1px solid #EBEBEB;
        margin-top:2rem;
        font-size:1.6rem;
        color: #fff;

    }

    .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.8rem;
        line-height:1.3rem;
        color:#fff;
        padding:30px 0 10px;
        
    }

    .product_delivery .text-wrapper .sub_text{
        white-space:pre-wrap;
        font-size:1.3rem;
        color:#b3b3b3;
        margin-top: 0.5rem;
    }

    .product_delivery .text-wrapper .sub_text span{
        color:#fff;
        font-size:1.5rem;
        
    }



    .product_buy_comment .product_comment_title{
        width:100%;
        max-width:126rem;
        height:5rem;
        margin:auto;
        display:flex;
        align-items: center;
        justify-content: space-between;
        border-bottom:1px solid #EBEBEB;
        padding-bottom:1rem;

    }
    .product_buy_comment .product_comment_title .left_side{
        font-size: 2.4rem;
        color:#fff;
        display:flex;
        flex-flow:row;
    }

    .product_buy_comment .product_comment_title .left_side .mobile_hidden{
        display:block;
        margin-right:0.5rem;
    }

    .product_buy_comment .product_comment_title .right_side{
        font-size:1.4rem;
        display:flex;
        
    }
    .product_buy_comment .product_comment_title .right_side .hashbox_pick{
        cursor:pointer;
        margin-right:1rem;
        color: #fff;
    }
    .product_buy_comment .product_comment_title .right_side .division{
        color:#fff
    }
    .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-between;
    }

    .product_comment_list .comment{
        width:23rem;
        display:flex;
        flex-flow:column;
        cursor:pointer;
        margin-top:2rem;
        margin-bottom:2rem;
        font-size:1.3rem;
        position: relative;
    }.product_comment_list .comment canvas{
        position: absolute;
        width: 31.5rem;
        height: 31.5rem;
        top: -4.25rem;
        left: -4.25rem;
        z-index: 1;
    }
    .product_comment_list .comment:empty{
        width:23rem;
        height:0;
        margin:0;
    }

    .product_comment_list .comment .comment_product_image{
        width:23rem;
        height:23rem;
        display:flex;
        align-items: center;
        justify-content: center;
        overflow:hidden;
        border:1px solid #EBEBEB;
        overflow:hidden;
        aspect-ratio: 1/1;
    }
    .product_comment_list .comment .comment_product_image img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 20rem;
    }
    .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:2.5rem;
        margin-top:1rem;
        display: flex;
        color:#969696;
        font-size:1.3rem;
    }
    .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;          /* 보여주려는 줄 수 -> 실행되려면 위에 두줄이 필요함*/  
        color: #fff;
    }
    .product_comment_list .comment .comment_product_name .count_span{
        width:4rem;
        height:2.5rem;
        line-height:2.5rem;
        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;
        color:#fff;
        font-size:1.4rem;
    }
    .product_comment_list .comment .comment_product_info{
        display:flex;
        height:2rem;
        margin-top:1rem;
        font-size:1.3rem;
        color:#fff;
    }
    .product_comment_list .comment .comment_product_info .user{
        margin-right:1rem;
    }

    .spinner_box{
        width:100%;
        display:none;
        justify-content: center;
    }
}


@media all and (min-width:1260px){
    .product_detail_info{
        width: 100%;
    }
    
    .product_detail_info .product_image{
        width: 100%;
        max-width: 126rem;
        margin: auto;
        margin-bottom: 5rem;
    }

    .product_detail_info .product_image .goods_detail_img {
        display: flex;
        width: 100%;
        max-width: 110rem;
        margin-top: 10rem;
    }

    .product_detail_info .product_image .product_image_web{
        display:block;
    }
    .product_detail_info .product_image .product_image_mobile{
        display:none;
    }
    

    .product_detail_info .product_image img{
        width: 100%;
        height: auto;
        margin: auto;
    }
    .product_detail_info .product_guide{
        width:100%;
        max-width: 126rem;
        margin: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        /* background: #292929; */
        margin-top: 5rem;
        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: #fff;
        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(25%, 1fr));
        gap: 3rem
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box{
        height: 16rem;
        padding: 1.5rem;
        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{
        margin-right: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_img img{
        width: 100%;
        max-width: 12rem;
        max-height: 12rem;
    }
    .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%;
    }
    .product_detail_info .product_guide .item_rank_all_box .small_box .small_box_text_wrapper .small_box_title{
        width: 100%;
        height: 7rem;
        text-align: start;

        margin:auto;
        margin-bottom: 1rem;
        text-overflow:ellipsis;
        overflow:hidden;

        font-size:1.6rem;

        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: 2rem;
    }
    .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;
        font-size: 1.7rem;
    }

    .product_detail_info .product_guide .item_rank_all_box .Mythic{
        height: 50rem;
        background: #1F1E24;
        cursor:pointer;
        /* border:1px solid #EBEBEB */
        /* border-top:2px solid #e63728;
        border-bottom:2px solid #e63728; */
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_img{
        width: 100%;
        height: 30rem;
        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: 25rem;
        max-height: 25rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_title{
        width: 90%;
        margin: auto;
        /* padding: 0 2rem; */
        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: 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: 1.5rem;
        border-top: 2px solid #2D2D2E;
        /* height: 4rem; */
        /* display: flex;
        align-items: center;
        justify-content: center; */
        text-align: center;
        font-size: 2.6rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Mythic .Mythic_price .price_num{
        color:#e63728;
    }

    .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{
        /* width: 38rem; */
        height: 50rem;
        background: #1E1E23;
        cursor:pointer;
        /* border:1px solid #EBEBEB */
        /* border-top:2px solid #fb931a;
        border-bottom:2px solid #fb931a; */
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_img{
        width: 100%;
        height: 30rem;
        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: 25rem;
        max-height: 25rem;
        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: 3rem;
        margin-bottom: 1rem; */

        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;
    }
    .product_detail_info .product_guide .item_rank_all_box .Legendary .Legendary_price{
        width: 90%;
        margin: auto;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 2px solid #2D2D2E;
        /* height: 4rem; */
        /* 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;
    }

    .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(40%, 1fr));
        gap: 3rem
    }

    .product_detail_info .product_guide .item_rank_all_box .Epic{
        height: 50rem;
        background: #1F1E24;
        cursor:pointer;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_img{
        width: 100%;
        height: 30rem;
        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: 25rem;
        max-height: 25rem;
        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;

        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;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_price{
        width: 90%;
        margin: auto;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 2px solid #2D2D2E;
        text-align: center;
        font-size: 2.6rem;
    }
    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_price .price_num{
        color:#7e39a5;
    }

    .product_detail_info .product_guide .item_rank_all_box .Epic .Epic_price .price_text{
        color:#fff;
        font-size: 2rem;
    }

    .unboxing_text{
        width:100%;
        max-width:126rem;
        margin:auto;
        margin-bottom:1rem;
        margin-top:10rem;
        font-size: 2.4rem;
        
        color:#fff;
    }
    .product_guide_text{
        width:100%;
        height:4rem;
        line-height:4rem;
        max-width:126rem;
        margin:auto;
        margin-top:10rem;
        font-size: 2.4rem;
        color:#fff;
    }
    
    .product_sub_guide_text{
        width:100%;
        max-width:126rem;
        margin:auto;
        margin-bottom:1.5rem;
        font-size: 1.5rem;
        color:#fff;
        border-bottom: 2px solid #232227;
        padding-bottom: 1rem;
    }
    
    .unboxing_display{
        width:100%;
        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:700px){
    .comment_detail_modal{
        position:   fixed;
        z-index:    1001;
        top:        0;
        left:       0;
        height:     100%;
        width:      100%;
        background: rgba(0,0,0,.75);
        flex-flow:column;
        justify-content: center;
        align-items: center;
        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:5rem;
        display:none;
        
    }

    .comment_detail_modal .comment_detail{
        width:92%;
        max-width:126rem;
        min-height:50rem;
        background:#fafafa;
        border:1px solid #EBEBEB;
        border-radius:10px;
        box-shadow:5px 5px 10px rgb(0,0,0,0.5);
        padding:4rem;
        margin:auto;
        margin-top:5rem;
        margin-bottom:10rem;
        display:none;
    }

    .comment_detail_modal .comment_detail .comment_top{
        width:100%;
        display:flex;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_main_image{
        width:16.67%;
        max-width:20rem;
        min-width:17rem;
        border-radius:5px;
        overflow:hidden;
        margin-right:2rem;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_main_image img{
        /* width:99%;
        height:auto; */
        width: 16rem;
        height: 16rem;
        border:1px solid #EBEBEB;
        background:white;
        border-radius:5px;
    }

    .comment_detail_modal .comment_detail .comment_top .comment_info{
        width:83.3%;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .product_title{
        width:100%;
        font-size:1.4rem;
        /* height:2.5rem; */
        color:rgb(150,150,150);
        margin-top:1rem;
    }
    .comment_detail_modal .comment_detail .comment_top .comment_info .product_content{
        width:100%;
        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%;
        max-width:40rem;
        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;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 1.5rem;
        color: #000;
    }
    .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_top .comment_info .point_reward_comemnt_alarm_variable{
        margin-top:0.5rem;
    }

    .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.6rem;
        color: #000;
        
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records{
        min-height:4rem;
        background:white;
        border:1px solid #EBEBEB;
        border-radius:10px;
        display:flex;
        flex-flow:wrap;
        padding:2rem;
        padding-bottom:0;
        
    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record{
        width:48%;
        display:flex;
        margin-bottom:2rem;

    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .left_part{
        width:17.65%;
        max-width:10rem;
        min-width:8rem;
        height:10rem;
        
        border-radius:5px;
        overflow:hidden;
        margin-right:1.5rem;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .left_part img{
        width:100%;
        border:1px solid #EBEBEB;
        border-radius:5px;
    }

    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part{
        width:82.34%;
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .product_name{
        height:2rem;
        font-size:1.4rem;
        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.8rem;
        color:rgb(183,62,49);
        
        
    }
    .comment_detail_modal .comment_detail .comment_bottom .unboxing_records .blockchain_record .right_part .blockchain_link{
        width:15.5rem;
        height:3.5rem;
        font-size:1.4rem;
        
        border-radius:5px;
        color:white;
        display:flex;
        align-items: center;
        justify-content: center;
        cursor:pointer;
        margin-top:1rem;
        background:transparent;
        border:1px solid #232323;
        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:80%;
        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.6rem;
        color: #000;
        
    }

    .comment_detail_modal .comment_detail .buy_record .evidence_box{
        background:white;
        border:1px solid #EBEBEB;
        border-radius:10px;
        overflow:hidden;
        text-align:center;
        display:flex;
        flex-flow:column;
        align-items: center;
        padding-top:5rem;
        padding-bottom:5rem;
    }
    
    .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:100%;
        height:5rem;
        max-width:126rem;
        margin:auto;
        margin-bottom:1rem;
        margin-top:10rem;
        font-size: 2.4rem;
        
        color:#fff;
        display:flex;
        align-items: center;
        border-bottom:2px solid #242426;
    }

}