It is checkout page. So, it will now be shown even though I add the link.
you need to go to 스토어 and for any product, click view and 구매하기(purchase)
Then you can see the check out page.
I can remove by adding this css.
div.quantity::before, div.quantity::after {
display: none !important;
}
but, I am not sure if this is a good solution.
Also, I want to know the reason if it is theme setting or woocommerce default setting..