@charset "utf-8";

/* @page {margin:0;} */
@media print {
    #header,#footer,
    .top_banner,.header_wrap,.breadcrumb,.branch_title,.tit_border,.floor_info_header,.floor_info_btn,.branch_brand_wrap,.popup_full,.popup_close,.popup_head,.quick_menu{display:none}
    #container{padding:0}
    #wrap{min-width:auto}
    .floor_info_wrap.conts_inner,
    .popup_floor_map.popup_full .popup_inner{width:100%;min-height:auto;max-height:auto}
    .popup_floor_map.popup_full .popup_inner .popup_content{padding:0}
    .floor_info_wrap .floor_info_content .floor_info_img img{width:100%;height:auto;}

    /* 2022-08-16 : 주문내역 상세 (POL02) 교환권 출력 */
    #container .order_detail_wrap{display:none;}
    .popup_exchange_info{display:block;position:relative;width:100%;height:100%;}
    .popup_exchange_info * {}
    .popup_exchange_info .popup_head{display:block;}
    .popup_exchange_info .popup_inner{display:block;position:relative; left:inherit; top:inherit; transform:translate(0, 0) !important; width:100%; height:100%; min-height:100%; max-height:100%; border-radius:0;}
    .popup_exchange_info .popup_content{display:block;flex:auto;-webkit-print-color-adjust:exact;print-color-adjust:exact;}
    .popup_exchange_info .popup_bottom{display:none;}
    .order_product_wrap .contents_wrap .product_wrap{box-sizing:border-box;margin:0;padding:0;}
}