@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}

.prev-btn{position:fixed; left:20px; top:20px; width:75px; height:75px; z-index:100;}

.pin_btns img{height:38px; cursor:pointer;}

@media screen and (max-width: 720px){
	.prev-btn{top:87px; left:7px; width:65px; height:65px;}
}
