@charset "utf-8";
/* *******************************************
 * Filename     : core.css
 * Date         : 2022-06-07
 * Author       : Park soohyun
 * SUMMARY
 * 1) Reset
 * 2) Custom pin
 * ******************************************/

/* *******************************************
 * Reset
 * ******************************************/
html, body {font-family: 'Pretendard',sans-serif !important}

/* *******************************************
 * Custom Pin
 * ******************************************/
.button-view-product {width: 135px; height: 60px; font-size: 22px; font-weight: 700; color: #fff; letter-spacing: 0.2em; text-align: center; padding: 0; border: 0; background-color: #ff8b00; box-shadow: 2px 2px 4px rgba(0,0,0,.2); cursor: pointer; border-radius:10px;}
.button-view-product:hover {background-color: #ff8b00}