@import "swiper.css";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, input, textarea, select, span, div, p { 
    font-family: 'Pretendard-Regular';
    /*font-family: 'Noto Sans KR', sans-serif; */
}
html, body {
    touch-action: none;
    overflow: hidden;
    overscroll-behavior: none;
    margin:0;
    padding:0;
    height: 100%;
}

body { touch-action: manipulation; }

input,
textarea,
button,
select,
div,
a {
    -webkit-tap-highlight-color: transparent;
}

.badge_kiosk {
    padding: 12px !important;

    right:-10px !important;
    top:-10px !important;

    width: 30px !important;
    height: 30px !important;
}

.badge {
    position: absolute;
    font-family: Arial !important;
    font-weight: bold;

    right:-5px;
    top:-5px;

    padding: 5px;

    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*border: 1px #b0b0b0 solid;*/
    background: var(--qro-primary-color);
    color: #fff;
}


.flex-grow-1 {
    flex-grow: 1;
}
.s::-webkit-scrollbar {
    width: 5px;
}
.s::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 42%, 0.49);
    border-radius: 100px;
}
.s3::-webkit-scrollbar {
    width: 10px;
}
.s3::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 100px;
}

.s2 {
    -ms-overflow-style: none;
}
.s2::-webkit-scrollbar {
    display:none;
}
.s2::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 42%, 0.49);
    border-radius: 100px;
}
.s4 {
    overflow-x:scroll;
}
#app {
    height: 100%;
}
.d-flex {
    display: flex;
}
* {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-touch-callout: default;
    -webkit-touch-callout: none;

    /* Global values */
    -webkit-touch-callout: initial;
    -webkit-touch-callout: inherit;
    -webkit-touch-callout: unset;
    user-select: none;
}

ul{
    list-style:none;
    padding-left:0px;
}

.mtable {
    width: 100%;
    max-height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
.mtable thead {
    height: 5vh;
    color: white;
}
.mtable thead tr th{
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #784CC1;
    font-size: 1.7vh;
}
.mtable tbody {
}
.mtable tbody tr {
    background-color: white;
    height: 5vh;
}
.mtable tbody tr td {
    font-size: 1.4vh;
    border-bottom: 1px solid #4300B233;
}
/*.mtable tbody tr:nth-child(2n) {
    background-color: #4300B233;
}*/

.card {
    /* Add shadows to create the "card" effect */
    overflow-x: hidden;
    background-color: #ffffff;
}

.rounded_card {
    /* Add shadows to create the "card" effect */
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
}

.bottom_button {
    padding: 20px;
}

.btn_cancel {
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #333333;
}
.btn_home {
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background: #fff;
    color: #0b0b0b;
}
.btn_start {
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #0b0b0b;
    background-color: #fff;
}
.btn_next {
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background: var(--qro-secondary-color);
    color: #ffffff;
}
.btn_disabled {
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background: transparent;
    color: #b7b7b7;
}
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 120;
}
.dialog2 {
    position: fixed;
    top: -30vh;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 120;
}
.dialog_back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 119;
}
.dialog_content {
    padding: 12px 0;
    color:var(--qro-secondary-color);
    /*font-size: 1.3em;*/
    font-weight: 500;
    /*text-align: center;*/
}

/* 상품 메뉴  */
.swiper_list{position:relative;width:100%;margin:0;padding:0;border-top:0;border-bottom:1px solid #dbdbdb;background:#fff;z-index:2;}
.swiper_list .swiper-container .swiper-slide{width:auto}
.swiper_list .swiper-container .swiper-slide>a{box-sizing:border-box;display:inline-block;width:auto;margin:0 10px;padding:15px 3px 10px;font-size:12px;color:#999;}
.swiper_list .swiper-container .swiper-slide>a.active{color:#212121;border-bottom:3px solid #212121;font-weight:bold;}
.menu-fixed{position:fixed;top:0px;left:0px;}



/*------------------------------------- 대기화면 ---------------------------------------------------*/

.idle{
    background-color: transparent;

    /*
    width: 100vw;
    height: 100vh;
    */
}

.idle .videoWrap{
    position:relative;
}

.idle .underShadow{
    position:absolute;
    width:100vw;
    height:4vw;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
    bottom:0;
}

.idle video{
    height: 56.2vw;
    display:block;
}

.idle .indicator{
    width:100vw;
    height:10vw;
    margin:0 auto;
    width:fit-content;
    /*background-color:#ff000050;*/
}

.idle .dot{
    width:3vw;
    height:3vw;
    border-radius:3vw;
    background-color:#b4b4b4;
    display:inline-block;
    margin-left:1.5vw;
    margin-right:1.5vw;
    margin-top:6vw;
}

.idle .on{
    background-color:var(--qro-primary-color);
}

.idle .startWrap{
}

.idle .startWrap .start{
    background-color: #efefef;
    border-radius:40px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
    position:relative;
}

.idle .startWrap .startCenter{
}

.idle .startWrap .start .button{
    width: 80vw;
    border-radius: 100vw;
    text-align: center;
    color: #fff;
    font-size: 4.5vw;
    height: 10vw;
    line-height: 1vw;
    background-color: var(--qro-primary-color);
    display: inline-block;
    letter-spacing: -2px;
    margin: 0;
}

.idle .startWrap .startMent{
    word-break: keep-all;
    color: var(--qro-secondary-color);
    /*display: inline-block;*/
    text-align: center;
    justify-content: center;
    /*background-color: #ff000050;*/
}



/*------------------------------------- 탑 메뉴 ----------------------------------------------------*/

.category{
    /*width:100%;*/
    background-color: #efefef;
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;
    text-align:center;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    /*
    z-index: 1;
     */
}

.categoryName{
    display:inline-block;
    font-size:3vw;
    font-weight:500;
    color:#b7b7b7;
    padding-top:4vw;
    transition:color 0.2s ease-in-out;
}

.categoryBar{
    display: inline-block;
    margin-top: 4.8vw;
    margin-left: 3vw;
    margin-right: 3vw;
    width: 0.4vw;
    height: 3vw;
    background-color: #b7b7b7;
    vertical-align: top;
}

.categoryName:first-child{
    padding-left:30px;
}

.categoryName:last-child{
    padding-right:30px;
}

.categoryOn{
    color:var(--qro-secondary-color);
}

/*------------------------------------------ 리스트 스타일 -----------------------------------------------*/

.listView{
    background-color:#ededef;
}

.listWrap{
    padding-top: 8px;
}

.listA {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 25px;
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
    overflow: hidden;
    position:relative;
}

.listA > img{
    width:95%;
    margin:2.5% 2.5% 0% 2.5%;
    border-radius:25px 25px 0px 0px;
    display: block;
    position: relative;
}

.listA .productWrap{
    height: 20vw;
    position: relative;
    /*background-color: #ff000050;*/
}

.listA .nameWrap{
    width:100%;
    display: inline-block;
    position:relative;
}

.listA .name{
    font-size: 3.3vw;
    text-align: center;
    word-break: keep-all;
    line-height: 1.2;
    margin:0;
    padding:0;
    color:#6d4b4b;
    /*background-color: #ff000050;*/
}

.listA .productName{
    display: block;
    text-align: center;
    font-size: 3vw;
    letter-spacing: -2px;
    font-weight: 600;
    height: auto;
    width: fit-content;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    position: absolute;
    line-height:1.2;
    color: #6d4b4b;

}

.listA .priceWrap{
    width:100%;
    display: inline-block;
    position: relative;
}

.listA .price{
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color:var(--qro-secondary-color);
    margin:0;
    padding:0;

}

.listA .info{
    display: none;
}

.listA .centerV{
    position: absolute;
    width: 100%;
    height: fit-content;
    transform: translateY(-50%);
    top: 50%;
}


.listB {
    background-color: #f5f5f5;
    overflow: hidden;
    position:relative;
    margin-bottom: 4px;
    padding: 30px 20px 30px 40px;
}

.mimg{
    width: 170px;
    min-width: 170px;
    position: relative;
    padding-left: 20px;
}
.mimg2{
    width: 150px;
    height: 150px;
    border-radius: 8px;
    position: relative;
    background-position: center;
    background-size: cover;
}


.listB .productWrap{
    display: inline-block;
    position: relative;
    vertical-align: top;
    /*background-color: #00ff0020;*/
}


.listB .priceWrap{
    position: relative;
    /*background-color: #5d00ff;*/
}

.listB .price{
    color: var(--qro-secondary-color);
    font-weight: 700;
    /* background-color: #ff000050; */
}

.listB .info{
    letter-spacing: 0px;
    word-break: keep-all;
    font-weight: 100;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #6d4b4b;
}


.listB .nameWrap{
    display: inline-block;
    position: relative;
    /*background-color: #5d00ff;*/
}

.listB .name{
    font-weight: 500;
    margin:0;
    padding: 0;
    /*
    transform: translateY(-50%);
     */
    color: #6d4b4b;
    word-break: keep-all;
    /*background-color: #ff000050;*/
}

/*------------------------------------- 하단 버튼 ----------------------------------------------------*/

.priceMenu{
    background-color: #efefef;
    /*
    border-top: 1px solid #fff;
    box-shadow: inset 0px 1px 3px #fff;
    */
}

.state{
    display: table-cell;
    width: 31vw;
    vertical-align: top;
    color: var(--qro-secondary-color);
    padding-top: 2.6vw;
    padding-left: 3vw;
    /* background-color: #ff000050; */
}

.buttons{
    width: 100%;
    display: flex;
    height: 100%;
}




   /* CSS */
.button-39 {
    flex: 1;
    align-self: center;
    background-color: #FFFFFF;
   border: 1px solid rgb(209,213,219);
   border-radius: .5rem;
   box-sizing: border-box;
   font-size: .875rem;
   font-weight: 600;
   padding: 1rem 1rem;
   text-align: center;
    color: #ffffff;
   text-decoration: none #D1D5DB solid;
   text-decoration-thickness: auto;
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
   cursor: pointer;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
}

.button-39:hover {
}

.button-39:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.button-39:focus-visible {
    box-shadow: none;
}


/*cancel*/


/* CSS */
.cancel {
    flex: 1;
    color: #0b0b0b;
    align-self: center;
    background-color: #FFFFFF;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.cancel:hover {
}

.cancel:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cancel:focus-visible {
    box-shadow: none;
}


.payment{
    flex: 1;
    color: #ffffff;
    align-self: center;
    background-color: #FFFFFF;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.payment:hover {
}
.payment:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.payment:focus-visible {
    box-shadow: none;
}
.payment.dis {
    background-color: transparent;
    color: #b7b7b7;
}


.n1{
    font-size: 2.8vw;
    margin-right: 2vw;
    letter-spacing: -2px;
}

.n2{
    font-size: 3.5vw;
    font-weight: 500;
}

.p1{
    font-size:2.8vw;
    margin-right:4.5vw;
    letter-spacing:-2px;
}

.p2{
    font-size:3.5vw;
    font-weight: 500;
}



/*------------------------------------- 디테일 팝업 ----------------------------------------------------*/



.detailPopup{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}

.detailPopup2{
    align-self: center;
    max-width: 650px;
    max-height: 80%;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
    overflow-y: auto;
}

.detailWrap{
    background-color: #ffffff;
    position: relative;
    align-self: center;
    padding: 10px;
}


.productTop > img{
    width: 30vw;
    height: 30vw;
    object-fit: cover;
    border-radius: 40px;
    margin-top: 3vw;
    margin-left: 3vw;
    display:inline-block;
}

.productInfo{
    padding: 1em;
    position:relative;
}

.productInfoWrap{
    text-align: center;
}

.productInfoWrap > .title{
    color:#6d4b4b;
    margin:0;
    font-weight: 500;
}
.productInfoWrap > .price{
    font-size: 6vw;
    word-break: keep-all;
    line-height: 5vw;
    color: var(--qro-secondary-color);
    margin: 0;
    font-weight: 700;
}

.detailInfo{
    font-weight: 500;
    color: #6d4b4b;
    word-break: break-all;
    /*background-color: #ff000050;*/
}

.priceCount{
}

.priceCount > .title{
    color: var(--qro-secondary-color);
    align-self: center;
    font-weight: bold;
}

.priceCount > .minus{
    display: flex;
    align-self: center;
    padding-right: 1vw;
}

.priceCount > .minus > img{
}

.priceCount > .count{
    background-color: #fff;
    border-radius: 15px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.priceCount > .count > .number{
    text-align: center;
    align-self: center;
    margin: 0;
}

.priceCount > .plus{
    display: flex;
    align-self: center;
    padding-left: 1vw;
}

.priceCount > .plus > img{
}

.option_title {
    position: relative;
}

.option_title > .title{
    color: var(--qro-secondary-color);
    align-self: center;
    font-weight: bold;
    padding-bottom: 10px;
/*
    display: inline-block;
    font-size: 3.5vw;
    vertical-align: top;
    margin-top: 0.6vw;
    color: var(--qro-secondary-color);*/
}

.option{
    position: relative;
}

.option > select{
    border: none;
    border-radius: 15px;
    width: 100%;
    color: var(--qro-secondary-color);
    font-weight: 500;
    background-color: #fff;
    font-size: 1em;
}

.option > select {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
            calc(100% - 20px),
            calc(100% - 15px);
    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat;
}

.option > select > option {
    background-color: transparent;
    padding: 10px;
}

/*
.option::after {
    content: "▼";
    font-size: 2vw;
    top: 1.5vw;
    right: 13vw;
    position: absolute;
    color: var(--qro-secondary-color);
}*/

select{
    -webkit-appearance: none;
    appearance: none;
}


.bottomButton{
    display: flex;
}

.cancelbt{
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #fff;
    background-color: var(--qro-secondary-color);
    color: #0b0b0b;
    background-color: #fff;
}

.paybt{
    flex: 1;
    align-self: center;
    border: 1px solid rgb(209,213,219);
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 600;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #fff;
    background-color: var(--qro-secondary-color);
}
.paybt:hover {
}
.paybt:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.paybt:focus-visible {
    box-shadow: none;
}
.paybt.dis{
    background-color: transparent;
    color: #b7b7b7;
}
.paybt > .pay{
    align-self: center;
}


/*---------------------------------------- 장바구니 뷰 ------------------------------*/


.paymentBoard{
    width:100%;
    height:100%;
    background-color:#efefef;
}

.paymentWrap{
    padding: 1em;
}

.paymentWrap table{
    border-collapse:collapse;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    background-color:#fff;
    border-radius:15px;
}

.paymentWrap table thead{
    background-color: var(--qro-secondary-color);
    color: #fff;
    /*border-bottom: 1px solid #ccc;*/
}

.paymentWrap table thead tr{
    display:table;
    width:100%;
}

.paymentWrap table thead tr th{
    padding: 1em;
}
.paymentWrap table thead tr th:nth-child(1){
}

.paymentWrap table thead tr th:nth-child(2){

}


.paymentWrap table tbody{
    width:100%;
    overflow: hidden;
    overflow-y:auto;
    overflow-x:hidden;
    /*border-radius: 0px 0px 40px 40px;*/
}

.paymentWrap table tbody tr td:nth-child(1){
}

.paymentWrap table tbody tr td:nth-child(2){
}
.paymentWrap table tbody tr:nth-child(2n-2){
    background-color:#f5f5f5;
}


.paymentWrap table tbody tr{
    display:table;width:100%;
}

.paymentWrap table tbody td{
    font-size:1em;
}


.totalView{
    font-size: 1em;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    color:var(--qro-secondary-color);
}

.paymentWrap .buttonWrap{
    width:100%;
    position:relative;
    /*background-color:#ff000020;*/
}

.buttonWrap .cancle{
    display: inline-block;
    font-size: 4.5vw;
    height: 10vw;
    background-color: var(--qro-secondary-color);
    border-radius: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    color:#fff;
    margin-left: 5.5vw;
    margin-right: 5vw;
}

.paymentWrap .buttonWrap .cancle p, .paymentWrap .buttonWrap .confirm p{
}

.paymentWrap .buttonWrap .confirm{
    display: inline-block;
    font-size: 4.5vw;
    height: 10vw;
    background-color: var(--qro-primary-color);
    border-radius: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    color:#fff;
}

.paymentWrap .buttonWrap .cancle p, .paymentWrap .buttonWrap .confirm-dis p{
    margin: 1.5vw 0 0;
}

.paymentWrap .buttonWrap .confirm-dis{
    display: inline-block;
    font-size: 4.5vw;
    height: 10vw;
    border-radius: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    color: #b7b7b7;
    border: 1px solid #b7b7b7;
}

.paymentWrap .centerV{
    position:absolute;
    width:90vw;
    height:fit-content;
    /*background-color:#ff000050;*/
    transform:translateY(-50%);
    top:50%;
}

.paymentWrap .orderWrap{
    display:inline-block;
    width:35%;
    text-align: right;
    /*background-color:#ff000005;*/

}

.paymentWrap .order{
    font-size:3.5vw;
    margin-right:1vw;
}

.paymentWrap .orderNum{
    font-size:5vw;
    font-weight:700;
}

.paymentWrap .totalpayWrap{
    display:inline-block;
    width:63%;
    text-align: center;
    /*background-color:#ff000005;*/
}

.paymentWrap .totalpay{
    font-size:3.5vw;
    margin-right:1vw;
}

.paymentWrap .totalpayment{
    font-size:5vw;
    font-weight:700;
}

.paymentWrap .pm{
}

.paymentWrap .pn{
    font-weight: bold;
}

.paymentWrap .pp{
}

.paymentWrap .tdr{
}

.paymentWrap .pr{
    font-size: 1em;
    font-weight: bold;
    align-self: center;
    text-align: right;
}

.paymentWrap .pd{
    width: 1em;
    transform: rotate(45deg);
}

/* 2022 05 09*/


/* 메뉴상세 -   + 비활성화

 클래스이름 교체
 - : .minus > .minus_disable
 + : .plus > .plus_disable
*/


.priceCount > .minus_disable{
}

.priceCount > .minus_disable > img{
    width: 5vw;
    opacity:0.3;
}

.priceCount > .plus_disable{
    display:inline-block;
    float: right;
}

.priceCount > .plus_disable > img{
    width: 5vw;
    margin-top: 0.5vw;
    opacity:0.3;
}


/* 장바구니 - + x 비활성화

 클래스이름 교체
 - : .pm > .pm_disable
 + : .pp > .pp_disable
 x : .pp > .pd_disable

*/


.paymentWrap .pm_disable{
    width: 4vw;
    float: left;
    margin-left: 2vw;
    opacity:0.3;
}

.paymentWrap .pp_disable {
    width: 4vw;
    float: right;
    margin-right: 2vw;
    opacity:0.3;
}

.paymentWrap .pd_disable {
    width: 4vw;
    float: right;
    margin-right: 8vw;
    transform: rotate(45deg);
    opacity:0.3;
}



/* 박스 & 가로 공통

 리스트 클래스 스콥에 soldout 클래스 추가
 <div class="list soldout listA">
*/

/*
.soldout > img{
 filter: grayscale(1) !important;
}

.soldout p{
 color:#666 !important;
}

.soldout .price{
 font-size:4.5vw;
}
*/

.soldout > img{
    opacity:0.5;
}

.soldout{
    background-color:rgba(255,255,255,0.2) !important;
}

.soldout .price{
    color:var(--qro-primary-color);
}

/*------------------------- box sale ++ ------------------------------*/

.listA .priceWrapSale{
    transform: translateX(-50%);
}

.listA .priceWrapSale .salePrice{
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color:#999;
    margin:0;
    padding:0;
    line-height: 0;
}

.listA .priceWrapSale .price{
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color:var(--qro-secondary-color);
    margin:0;
    padding:0;
    display: inline-block;
    width:unset;
}

.listA .priceWrapSale .saleArrow{

}

.listA .priceWrapSale .saleArrow .l1{
    border-top: 2px solid var(--qro-primary-color);
    position: absolute;
    width: 100%;
}

.listA .priceWrapSale .saleArrow .l2{
    border-top: 2px solid var(--qro-primary-color);
    transform: rotate(45deg);
    float: right;
}

.listA .priceWrapSale .saleArrow .l2 .boxArrow{
    display:none;
}

/*------------------------- box sale ++ ------------------------------*/





/*------------------------- horizontal sale ++ ------------------------------*/

.listB .priceWrapSale{
    position: relative;
    margin-top: 7px;
}

.listB .priceWrapSale .salePrice{
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color: #999;

    margin-right: 8px;
}

.listB .priceWrapSale .price{
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color:var(--qro-secondary-color);
    margin:0;
    padding:0;
}

.listB .priceWrapSale .saleArrow{

}

.listB .priceWrapSale .saleArrow .l1{
    border-top: 3px solid var(--qro-primary-color);
    position: absolute;
    width: 100%;
}

.listB .priceWrapSale .saleArrow .l2{
    border-top: 3px solid var(--qro-primary-color);
    width: 15px;
    transform: rotate(45deg);
}

.listB .priceWrapSale .saleArrow .l2 .boxArrow{
    width: 0;
    height: 0;
    border-top: 0.7vw solid transparent;
    border-left: 1.4vw solid var(--qro-primary-color);
    border-bottom: 0.7vw solid transparent;
    margin-left: 2.5vw;
    margin-top: -0.9vw;
}

/*------------------------- horizontal sale ++ ------------------------------*/





/*------------------------- 상세 페이지 sale ++ ------------------------------*/

.productInfoWrap .salePrice{
    text-align: center;
    letter-spacing: -1px;
    font-weight: bold;
    color: #999;
}



/*------------------------- 상세 페이지 sale ++ ------------------------------*/

*:focus {
    outline: none;
}