@media(max-width: 767px) {
    /* my-order */
    .my_page {
        margin-bottom: 60px;
    }

    .my_page.shopping_order {
        margin-bottom: 20px;
    }

    .my_page .myOrder .myOrderHeaderGp {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .my_page .myOrder .myOrderDate h3 {
        font-size: 24px;
    }

    .my_page .myOrder .myOrdeDetailGp {
        flex-direction: column;
    }
    
    body .my_page .myOrder .myOrdeDetail {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--bs-white-gray);
        padding-right: 0;
    }
    
    body .my_page .myOrder .myOrderPdPrice {
        width: 100%;
        text-align: right;
    }
    
    .my_page .myOrder .myOrdeDetail .myOrderPd .myShipping a {
        padding: 8px;
        white-space: nowrap;
        min-width: max-content;
    }
    
    .my_page .myOrder .myOrdeDetail .myOrderPd .myOrderTxt h5, .my_page .myOrder .myOrdeDetail .myOrderPd .myShipping h6 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .my_page .myOrder {
        border: 0;
        padding: 15px 0;
    }
    
    .my_page .myOrder .myOrderPdPrice .rule {
        margin-right: 0;
        margin-left: auto;
    }

    .my_page .myOrder .myOrderHeaderGp a {
        font-size: 14px;
    }

    .my_page .myOrder .myOrderPdPrice h5 {
        font-size: 20px;
    }

    .my_page .myOrder .myOrderDate h3 span {
        font-size: 15px;
    }

    /* shopping cart */
    .shopping_detail_cont tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid #111;
    }
    
    .shopping_detail_cont td:nth-child(4),
    .shopping_detail_cont td:nth-child(5) {
        width: 100% !important;
        box-sizing: border-box;
        display: block;
        /* float: none; */
        text-align: center;
        /* white-space: nowrap; */
        width: 100%;
        border-left: 1px solid #eaeaea;
        border-top: 1px dashed #eaeaea;
        padding: 8px 0;
    }
    
    .shopping_detail_cont th {
        display: none;
    }
    
    .shopping_detail_cont td:first-child {
        width: 40px;
    }
    
    .shopping_detail_cont td:nth-child(2) {
        width: 70px !important;
    }
    
    .table_cont.shopping_detail_cont .td_label4_sub.product_info {
        width: calc(100% - 110px);
        height: auto;
    }
    
    .shopping_detail_cont td:nth-child(2) > a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shopping_detail_cont td:nth-child(6), 
    .shopping_detail_cont td:nth-child(7) {
        width: 12%;
    }
    
    .shopping_detail_cont td:nth-child(4),
    .shopping_detail_cont td:nth-child(5) {
        width: 50% !important;
        border-left: 0;
        border-bottom: 1px dashed #eaeaea;
    }
    
    body .shopping_detail_cont td {
        border: 0;
    }
    
    
    .shopping_cart .shopping_detail_cont .count_box .input_number {
        height: 32px;
        line-height: 32px;
    }
    
    .shopping_cart .shopping_detail_cont .count_box a.up, .shopping_cart .shopping_detail_cont .count_box a.down {
        height: 32px;
        line-height: 32px;
    }
    
    .shopping_detail_cont td:nth-child(4), .shopping_detail_cont td:nth-child(7), .shopping_detail_cont td:nth-child(4), .shopping_detail_cont td:nth-child(8) {
        height: 60px;
        padding: 0 5px;
    }

    .shopping_cart .shopping_detail_cont .td_label5 {
        width: auto;
        text-align: right;
        padding: 10px 0;
    }
    
    .table_cont .td_label5 .span_container .order_prd_price {
        float: unset;
        display: block;
        line-height: 1.5;
    }
    
    .shopping_cart .shopping_detail_cont .td_label5 {
        height: max-content;
    }

    .shopping_detail_cont tr:last-child td {
        width: 100%;
        padding: 0 !important;
        line-height: 1.3 !important;
    }
    
    .shopping_cart .shopping_detail_cont .td_label4 .order_prd_price {
        display: block;
    }
    
    body .shopping_cart .order_member_btn a {
        margin: 0 !important;
        min-width: auto;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    
    body .shopping_cart .order_member_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    /* mypage address */
    .my_page_container .my_address_add,
    .my_page_container .address_cont {
        display: block;
    }

    .my_page .form_table .td_label {
        width: 28%;
    }
    
    .my_page .form_table .td_content .Psw_box {
        width: calc(100% - 16px);
    }
    
    .my_page .form_table td.td_content {
        width: 70%;
    }
    
    .my_page .form_table .td_content2 .postalCode_box {
        width: calc(100% - 16px);
    }

    /* mypage favorite */
    .favorite_cont tr,
    .rating_cont tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    
    .favorite_cont.table_cont .td_label4:first-child {
        width: 40px;
    }
    
    .favorite_cont.table_cont .td_label4:nth-child(2) {
        width: 80px;
    }
    
    .favorite_cont.table_cont .td_label4:nth-child(3) {
        width: calc(100% - 120px) !important;
        text-align: center !important;
    }
    
    .favorite_cont.table_cont thead,
    .rating_cont.table_cont thead {
        display: none;
    }
    
    .favorite_cont.table_cont .td_label4:nth-child(4), 
    .favorite_cont.table_cont .td_label4:nth-child(5) {
        width: calc(100% - 120px);
        height: auto;
        line-height: 1.2;
    }
    
    .table_cont.favorite_cont tr td,
    .table_cont.rating_cont tr td {
        border-bottom: 0;
        height: auto;
    }

    .rating_cont.table_cont .td_label4:first-child {
        width: 100px;
    }

    .rating_cont.table_cont .td_label4:nth-child(2) {
        width: calc(100% - 100px) !important;
    }

    .rating_cont.table_cont .td_label4:nth-child(3), 
    .rating_cont.table_cont .td_label4:nth-child(4) {
        width: calc(100% - 100px);
        height: auto;
        padding: 0 0 10px 0;
    }

    .my_rating ul.pagination {
        margin-top: 40px;
    }

    .product_rating>img {
        width: 18px;
    }

    .table_cont .td_label4.product_info span {
        margin-top: 5px;
    }

    /* my_order */
    .my_page.my_order_cancel {
        display: block;
    }
    .order_cancel_cont.table_cont tr,
    .order_detail_cont.table_cont tr {
        display: flex;
        flex-wrap: wrap;
         border-bottom: 1px solid #ddd;
    }
    
    .order_cancel_cont.table_cont th,
    .order_detail_cont.table_cont th,
    .order_detail_cont thead {
        display: none;
    }
    
    .order_cancel_cont.table_cont td,
    .order_detail_cont.table_cont td {
       border-bottom: 0;
    }

    .order_complete  .order_detail_cont.table_cont td:nth-child(7),
    .order_return  .order_detail_cont.table_cont td:nth-child(7) {
        width: 100%;
        text-align: right;
        border-top: 1px dashed #ddd;
    }

    .order_complete  .order_detail_cont.table_cont td:nth-child(7) br {
        display: none;
    }

    .table_cont .td_label_order_code {
        width: 100%;
    }

    .order_detail_cont.table_cont td.border-bottom-mb {
        border-bottom: 1px solid #ddd;
    }
    
    .order_cancel_cont .td_label4:first-child,
    .order_detail_cont .td_label4:first-child {
        width: 75px;
        padding: 10px 0;
        height: 95px;
    }
    
    .order_cancel_cont .td_label4_sub,
    .order_detail_cont .td_label4_sub {
        width: calc(100% - 75px);
    }
    .order_cancel_cont .td_label4:nth-child(3),
    .order_cancel_cont .td_label4:nth-child(4),
    .order_cancel_cont .td_label4:nth-child(5),
    .order_detail_cont .td_label4:nth-child(3),
    .order_detail_cont .td_label4:nth-child(4),
    .order_detail_cont .td_label4:nth-child(5) {
        width: 22%;
        border-top: 1px dashed #ddd;
    }
    
    .order_cancel_cont .td_label4:nth-child(6),
    .order_detail_cont .td_label4:nth-child(6) {
        width: 34%;
        border-top: 1px dashed #ddd;
    }

    .order_cancel_cont.table_cont .td_label5,
    .order_detail_cont.table_cont .td_label5 {
        width: 100%;
        height: auto;
        text-align: right;
        padding: 10px;
    }
    
    .order_cancel_cont tr:last-child .td_label4,
    .order_detail_cont tr:last-child .td_label4 {
        width: 100%;
    }

    .order_detail_cont.table_cont .td_label6_sub {
        width: 30% !important;
    }
    
    .order_detail_cont.table_cont .td_label6 {
        width: 70% !important;
        height: auto;
    }

    .my_order_return .order_cancel_cont .td_label4:nth-child(3), 
    .my_order_return .order_cancel_cont .td_label4:nth-child(4), 
    .my_order_return .order_cancel_cont .td_label4:nth-child(5), 
    .my_order_return .order_cancel_cont .td_label4:nth-child(6), 
    .my_order_return .order_cancel_cont .td_label4:nth-child(7) {
        width: 100%;
        border-top: 1px dashed #ddd;
        height: auto;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .my_order_return .order_cancel_cont .td_label4:nth-child(3)::before {
        content: "제품가격: ";
    }

    .my_order_return .order_cancel_cont .td_label4:nth-child(4)::before {
        content: "구매수량: ";
    }

    .my_order_return .order_cancel_cont .td_label4:nth-child(5)::before {
        content: "합계: ";
    }

    .my_order_return .order_cancel_cont .td_label4:nth-child(6)::before {
        content: "반품수량: ";
    }

    .my_order_return .order_cancel_cont .td_label4:nth-child(7)::before {
        content: "환불금액: ";
    }

    .order_complete {
        display: block;
    }

    .shopping_cart_p .shopping_detail_cont td:first-child {
        width: 70px;
    }
    
    .shopping_cart_p .shopping_detail_cont td:nth-child(2) {
        width: calc(100% - 70px) !important;
    }

    .shopping_detail_cont td:nth-child(2) > a {
        justify-content: flex-start;
    }
    
    .shopping_cart_p .shopping_detail_cont td:nth-child(3),
    .shopping_cart_p .shopping_detail_cont td:nth-child(4),
    .shopping_cart_p .shopping_detail_cont td:nth-child(5) {
        width: calc(100% / 3) !important;
        border-top: 1px dashed #ddd;
        border-bottom: 0;
        height: 60px;
        font-size: 12px;
    }

    .shopping_cart_p .shopping_detail_cont td:nth-child(6) {
        width: 100%;
        height: 60px;
        text-align: right !important;
        font-size: 12px;
        border-top: 1px dashed #ddd;
    }
    
    .shopping_cart_p.shopping_cart .shopping_detail_cont .td_label5 {
        width: 100%;
    }
    
    .shopping_cart_p .shopping_detail_cont tr:last-child td {
        width: 100%;
    }

    .shopping_order_table.form_table tr,
    .shopping_order_table1.form_table tr{
        display: flex;
        flex-direction: column;
    }

    .shopping_order_table.form_table tr td,
    .shopping_order_table1.form_table tr td{
        height: auto;
        /* background: transparent; */
        border-bottom: 0;
        padding-left: 0;
        width: 100% !important;
    }

    .shopping_order_table.shop_order_table,
    .shopping_order_table1.shop_order_table {
        height: auto;
    }

    .shopping_order_table1 
    td.val.td_content2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .shopping_cart_p .shop_order_table2.shopping_order_table1 .input_coupon {
        margin: 5px 0;
    }

    .shopping_cart_p .shop_order_table2 .td_label {
        padding: 8px 0;
        margin-top: 10px;
    }

    .shop_order_table2 .reserve_ttl {
        display: block;
        margin: 5px 0;
    }

    .shopping_order_table .input {
        width: 100%;
    }

    .table_cont .td_label6_sub {
        height: auto;
        padding: 10px 8px;
        width: 32%;
    }

    /* mypage */
    .my_qna_create {
        display: block;
    }

    .table_cont td {
        font-size: 15px;
    }

    .order_title {
        font-size: 20px;
    }

    .my_order_detail .table_cont td {
        font-size: 14px;
    }

    .shopping_cart_p .my_page .form_table .td_label {
        font-size: 14px;
        padding: 16px 4px;
        margin: 0;
    }
    
    .shopping_cart_p .my_page .form_table td {
        font-size: 14px;
        padding: 16px 0;
    }
    .shop_order_table2 .tax_table .tax_body .tax_input {
        width: 100%;
    }
    .tax_table1 .input_box_list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .shop_order_table2 .tax_table1 .tax_body1 .input {
        width: auto !important;
    }
    .tax_table1 .label_list {
        display: flex;
        flex-wrap: wrap;
    }
    .tax_table {
        margin-left: 0;
    }
    .tax_table .tax_input, .tax_table .input_box1 {
        margin-inline: 0;
    }
    
    .header {
        font-size: 18px;
    }

    .order_btn .btn {
        min-width: 120px;
        height: 44px;
        line-height: 44px;
    }

    .shopping_cart_p .my_page .shopping_order_table.form_table td {
        padding: 8px 0;
        margin: 0;
    }

    .shopping_order_table .td_content2 button {
        font-size: 12px;
        padding: 0 6px;
    }
    
    .shopping_order_table .td_content2 .input_send {
        width: calc(100% - 84px);
    }
}