/*리셋*/
*{margin: 0; padding: 0; box-sizing: border-box; font-size:inherit; font-weight:normal}
ul, ol, dl, li {list-style: none;}
a {color: #000; text-decoration: none;}
input {border: none;}
button {background: none; border: none; cursor: pointer;}
/*슬릭슬라이더*/
.slick-arrow {cursor: pointer;}
.slick-dots>li {cursor: pointer;}

/*클리어픽스*/
.row:after {content: ""; display: table; clear: both;}

/*작업용*/
.l {outline: 1px solid red;}
.b {background-color: palegreen;}
