*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'inter', 'Pretendard',' -apple-system', 'Apple SD Gothic Neo', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; /* 파이어폭스 */
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
  background-color: #ffffff;
  color: #28323c; /* $grey080 */
}

input,
textarea,
button,
label {
  font-family: 'inter', Pretendard, -apple-system, 'Apple SD Gothic Neo', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  letter-spacing: -0.4px;
  font-size: inherit;
  border: none;
}

/* Chrome 입력폼의 자동완성 백그라운드 제거 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*
img {
  width: 100%;
  pointer-events: none;
  image-rendering: auto;
  // image-rendering: -webkit-optimize-contrast;
  // image-rendering: crisp-edges;
}
*/
img {

    overflow-clip-margin: content-box;

    overflow: clip;
		font-size:0;
}
button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

div[role='button']:hover {
  cursor: pointer;
}
a:hover {color:#666;}
img {vertical-align:top;}
