/* 페이퍼로지 */
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

/* 핑크퐁 */
@font-face {
  font-family: 'PinkfongBabyShark';
  src: url('../fonts/Pinkfong Baby Shark Font_ Light.ttf') format('truetype');
  font-weight: 300;
  /* Light */
}

@font-face {
  font-family: 'PinkfongBabyShark';
  src: url('../fonts/Pinkfong Baby Shark Font_ Regular.ttf') format('truetype');
  font-weight: 400;
  /* Regular */
}

@font-face {
  font-family: 'PinkfongBabyShark';
  src: url('../fonts/Pinkfong Baby Shark Font_ Bold.ttf') format('truetype');
  font-weight: 700;
  /* Bold */
}

/* 집토끼(블랙) */
@font-face {
  font-family: 'HSJiptokki';
  src: url('../fonts/HSJiptokki-Black.ttf') format('truetype');
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Paperozi', sans-serif;
  color: #585858;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
}

input,
textarea,
select {
  border: none;
  font-family: inherit;
}

.section-inner {
  max-width: 1700px;
  margin: 0 auto;
}

@media (max-width: 1920px) {
  .section-inner {
    max-width: 1700px;
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .section-inner {
    max-width: 330px;
    margin: 0 auto;
  }
}