@media screen and (min-width: 200px) and (max-width: 920px) {
	.none-product{
		margin-top: 20px;
		margin-bottom: 20px;
		font-family: 'Noto Sans KR';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 30px;
	    text-align: center;
	    letter-spacing: 1px;
	    text-transform: capitalize;
	    color: #1c1c20;
	}
    .modal-content {
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 0.3rem;
        outline: 0;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100vw;
        height: 100vh;
        background-color: #000;
    }

    #form-regist-inquiry {
        display: none;
    }

    #form-regist-inquiry-mobile {
        display: flex;
    }



    #table-cart-mobile {
        display: flex;
        border-top: 3px solid #0D5CAB;
        flex-direction: column;
    }

    .footer-label-dowload {
        display: none;
    }

    .footer-form-select>.dropdown>.footer-form-select-dropdown {
        display: none;
    }

    #listProductInquiryMobile {
        overflow-x: auto;
    }

    #listProductInquiryMobile::-webkit-scrollbar {
        display: none;
    }

    .row-check-box-horizontal {
        display: flex;
        flex: 1;
        flex-direction: row;
    }

    .check-box-all-mobile-cart {
        flex: 0 0 auto;
        width: 25%;
        margin-top: 5%;
    }

    .check-box-all-mobile-cart>input {
        height: 25px;
        width: 25px;
    }

    .check-box-item-mobile-cart {
        flex: 0 0 auto;
        width: 35%;
        margin-top: 5%;
    }

    .check-box-item-mobile-cart>input {
        height: 25px;
        width: 25px;
    }

    .title-product-cart-mobile {
        flex: 0 0 auto;
        width: 25%;
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        /* identical to box height, or 175% */
        color: #444444;
    }

    .img-product-cart-mobile {
        flex: 0 0 auto;
        width: 35%;

    }

    .img-product-cart-mobile>img {
        height: auto;
        width: 100%;
    }

    .row-in-table-product-cart {
        display: flex;
        flex-direction: row;
        flex: 1;
        flex-wrap: nowrap;
    }

    .product-id-mobile-cart {
        flex: 0 0 auto;
        width: 35%;
    }

    .name-product-mobile-cart {
        flex: 0 0 auto;
        width: 35%;
    }

    .option-product-mobile-cart {
        flex: 0 0 auto;
        width: 35%;
    }

    .product-option {
        width: 100%;
        overflow-x: hidden;
        line-break: auto;
    }

    .table-cart table tbody tr th {
        padding: 0px;
    }

    .title-top-cart p {
        margin-bottom: 60px;
    }

    .table-cart table tbody tr:first-child {
        height: 64px;
    }

    .table-cart table tbody tr td select {
        width: 100%;
    }

    .table-cart table tbody tr:not(:first-child) {
        height: auto;
    }

    .table-cart table tbody tr:first-child {
        border-top: none;
    }

    .check-all-mobile-cart {
        padding: 10px;
        align-items: center;
    }

    .check-all-mobile-cart>.label-all-checkbox {
        font-size: 18px;
    }

    .title-cart-mobile-id {
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .title-cart-mobile-option {
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .title-cart-mobile {
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 10px;
    }

    #table-cart-mobile>.card {
        margin-bottom: 10px;
    }

    .content-cart-mobile-id {
        font-size: 14px;
        word-break: keep-all;
    }

}

.cart-count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.cart-count>button {
    background: 0 0;
    border: 1px solid #a6a6a6;
    cursor: pointer;
    height: 28px;
    width: 28px;
    position: relative;
}

.img-cart-mobile {
    padding: 50px;
}

.cart-count>input {
    background: 0 0;
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    height: 28px;
    line-height: 20px;
    padding-top: 2px;
    text-align: center;
    width: 60px;
    border-left: none;
    border-right: none;
}

.cart-count>.sub {
    border-radius: 20px 0 0 20px;
}

.cart-count>.add {
    border-radius: 0px 20px 20px 0px;
}

.check-box-cart-mobile {
    position: absolute;
    left: 3%;
    top: 1%;
    font-size: 20px;
}

.checkbox-all-cart-mobile {
    height: 20px;
    width: 20px;
}

.cart-mobile-image {
    width: 100%;
    height: auto;
}

.quantity-product-mobile {
    width: 60px;
}