@font-face {
  font-family: 'FK Grotesk Neue';
  src: url('../font/FKGroteskNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FK Grotesk Neue';
  src: url('../font/FKGroteskNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

body {
  --color-dark: #232323;
  font-family: 'FK Grotesk Neue';
  width: 100%;
  min-height: 100vh;
  background-color: #eeeeee;
}

.main {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.header-wrapper {
  display: flex;
  width: 100%;
  padding: 14px 12px;
  justify-content: space-between;
  align-items: center;
}

.welcome-text {
  color: var(--color-dark);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.84px;
  margin: 24px 12px;
}

.slider-section {
  padding: 12px 12px 20px 12px;
}

.slider-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-item-wrapper .img {
  max-width: 336px;
  max-height: 210px;
  object-fit: contain;
}

.slider-item-wrapper .title {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  margin-bottom: 16px;
}

.fix-btn-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fix-btn-wrapper::after {
  content: '';
}

.fix-btn {
  display: flex;
  border-radius: 6px;
  margin: 12px;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  color: #eeeeee;
  background: var(--color-dark);
}
