@font-face {
  font-family: Paperlogy-8ExtraBold;
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
:root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);
  --black-100: hsl(210, 20%, 10%);
  --black-200: hsl(210, 20%, 8%);
  --black-300: hsl(210, 20%, 6%);
  --black-400: hsl(210, 20%, 4%);
  --black-500: hsl(210, 20%, 1%);
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  color: rgb(51, 51, 51);
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
}
a,
button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  background: none;
}
.slider-section {
  position: absolute;
	top: 185px;
	left: 0;
  right: 0;
  height: 491px;
}
.swiper, swiper-container {
	position: relative;
}
.swiper-slide {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
	margin-right: 0 !important;
	width: 974px !important
}
.swiper-button-next, 
.swiper-button-prev {
	width: 48px !important;
	height: 48px !important;
}
.swiper-button-prev {

}
.swiper-button-next::after, 
.swiper-button-prev::after {
	content: '';
  display: flex;
  align-items: center;
  justify-content: center;
}
header {
  background-color: white;
  padding: 35px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 35px;
}
.search-bar {
  flex-grow: 1;
  margin: 0px 60px;
  position: relative;
}
.search-bar input {
  width: 614px;
  height: 48px;
  padding: 8px 15px;
  border: 2px solid rgb(236, 24, 75);
  border-radius: 50px;
  outline: none;
}
.search-bar button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.user-actions {
  display: flex;
  align-items: center;
}
.user-actions a {
  margin: 0px 16px;
  color: rgb(51, 51, 51);
  text-decoration: none;
}
nav {
  background-color: white;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.nav-container {
  display: flex;
}
.sidebar {
  position: relative;
  width: 223px;
  color: white;
  z-index: 10;
}
.sidebar-header {
  padding: 19px 27px;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(236, 24, 75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar-menu {
  position: absolute;
  width: 223px;
  left: 0px;
  list-style: none;
}
.sidebar-menu li {
  padding: 12px 20px;
  background-color: rgb(241, 118, 147);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-menu li a {
  color: white;
  text-decoration: none;
  display: block;
}
.main-menu {
  display: flex;
  height: auto;
  padding: 15px 0px;
}
.main-menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  color: rgb(51, 51, 51);
  text-decoration: none;
}
.main-menu div {
  place-content: space-around;
}
.banner-slider {
  position: relative;
  margin: 0px;
  height: 491px;
  /* z-index: 0; */
}
.slides {
  position: absolute;
  display: flex;
  left: -100%;
  height: 491px;
  z-index: 0;
}
.slide {
  min-width: 100%;
  display: flex;
  padding: 0px;
  background-color: rgb(240, 240, 240);
  align-items: center;
}
.slide-content {
  flex: 1 1 0%;
}
.slide-image {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
}
.slide-image img {
  width: 100%;
  min-width: 974px;
  height: 491px;
  object-fit: cover;
  border-top: 1px solid rgb(224, 224, 224);
}
.slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.slider-dot {
  width: 10px;
  height: 10px;
  background-color: rgb(204, 204, 204);
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
}
.slider-dot.active {
  background-color: rgb(255, 51, 102);
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.prev-arrow {
  left: 30px;
}
.next-arrow {
  right: 30px;
}
.slider-btnbox {
  position: absolute;
  right: 30px;
  bottom: 5%;
  transform: translateY(-10%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-playbtn {
  position: relative;
  width: 49px;
  height: 49px;
  border-radius: 75px;
  background: rgba(120, 120, 120, 0.2);
  margin-right: 10px;
}
.slider-playbtn img {
  display: block;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.slider-page {
  width: 78px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px 0px 0px 50px;
  background: rgba(120, 120, 120, 0.2);
  color: rgb(255, 255, 255);
}
.slider-page strong {
  font-size: 20px;
}
.slider-page span {
  font-size: 18px;
}
.slider-plusbtn {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 0px 50px 50px 0px;
  background: rgba(120, 120, 120, 0.2);
  margin-left: 3px;
  color: rgb(255, 255, 255);
}
.slider-plusbtn img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 15px;
}
.section-title h2 {
  font-size: 18px;
  font-weight: bold;
}
.view-all {
  font-family: Paperlogy;
  font-size: 16px;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.product-grid--mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 8px;
  width: 100%;
  height: 410px;
  padding: 30px;
}
.product-grid--mini .product-card {
  display: flex;
}
.product-grid--mini .product-image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding-top: 0px;
  border: 1px solid rgb(188, 188, 188);
}
.product-grid--mini .product-info {
  padding: 15px;
  text-align: left;
}
.product-grid--mini .product-name {
  margin-top: 0px;
}
.product-card {
  overflow: hidden;
}
.product-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
}
.product-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(255, 51, 102);
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.product-info {
  padding: 20px 15px;
  text-align: center;
  cursor: pointer;
}
.brand {
  color: rgb(6, 6, 6);
  font-size: 15px;
  font-weight: 700;
}
.product-name {
  margin: 5px 0px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-price {
  font-weight: bold;
  font-size: 20px;
}
.promotion-banner {
  margin: 50px 0px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promotion-content {
  flex: 3 1 0%;
}
.promotion-button {
  flex: 1 1 0%;
  text-align: right;
}
.original-price {
  text-decoration: line-through;
  color: rgb(154, 154, 154);
  font-size: 15px;
  margin-bottom: 0.35rem;
}
.btn {
  display: inline-block;
  padding: 8px 15px;
  background-color: rgb(51, 51, 51);
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}
.promo-cards {
  position: relative;
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}
.promo-card {
  width: 577px;
  flex: 1 1 0%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.promo-card-left {
  background-color: rgb(240, 240, 240);
}
.promo-card-right {
  background-color: rgb(255, 99, 71);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo-card-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
}
.stats-section {
  background-color: rgb(249, 249, 249);
  padding: 30px 0px 80px;
  text-align: center;
}
.stats-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: rgb(119, 119, 119);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stat-item {
  padding: 35px 15px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(231, 231, 231);
  border-radius: 8px;
}
.stat-label {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.stat-value {
  font-family: Paperlogy-8ExtraBold;
  font-size: 32px;
}
footer {
  background-color: white;
  border-top: 1px solid rgb(224, 224, 224);
}
.line {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.footer-links {
  display: flex;
  padding: 4px 0px;
}
.footer-links a {
  margin: 0px;
  font-size: 13px;
  line-height: 43px;
  text-decoration: none;
}
.footer-link {
  position: relative;
  color: rgb(12, 12, 12);
}
.footer-link:last-of-type::after {
  display: none;
}
.footer-link::after {
  content: "";
  display: inline-block;
  margin: 0px 15px;
  width: 1px;
  height: 6px;
  background: rgb(142, 142, 142);
}
.privacy-link {
  color: rgb(242, 112, 101);
  font-weight: bold;
}
.company-info {
  display: flex;
  padding-top: 43px;
	padding-bottom: 8px;
	font-size: 12px;
}
.company-info div:nth-of-type(1) img {
	width: 207px;
}
.footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.copyright {
	color: #B9B9B9;
}
.footer-logo {
  height: 80px;
}
.sub-container {
  position: relative;
  width: 974px;
}
a.mainmenu {
  display: inline-flex;
  font-weight: bold;
}
a.mainmenu:first-of-type {
  padding-left: 36px;
}
.mainmenu--new::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0px;
  left: 2px;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  background: rgb(236, 24, 75);
}
.margin-left--auto {
  margin-left: auto;
}
.main-menu a.submenu {
  font-size: 13px;
  padding: 10px;
  font-weight: 500;
  color: rgb(123, 123, 123);
}
a.submenu::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0px;
  left: 12px;
  width: 1px;
  height: 8px;
  background: rgb(188, 188, 188);
}
a.submenu:last-of-type::after {
  display: none;
}
.section-title .title {
  font-family: Paperlogy-8ExtraBold;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.product-grid.product-grid--circle {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 25px;
}
.product-grid.product-grid--circle .product-image {
  border-radius: 50%;
}
.product-grid.product-grid--circle .product-info {
  padding-top: 30px;
}
.product-grid.product-grid--circle .product-arrow {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(210, 210, 210);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-arrow.prev-arrow {
  left: 0px;
}
.product-arrow.next-arrow {
  right: 0px;
}
.promotion {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.stats-grid .stat-item:nth-of-type(1) .stat-value {
  color: rgb(238, 84, 122);
}
.stats-grid .stat-item:nth-of-type(2) .stat-value {
  color: rgb(90, 61, 151);
}
.stats-grid .stat-item:nth-of-type(3) .stat-value {
  color: rgb(2, 182, 209);
}
.unit-label {
  font-weight: 300;
  color: rgb(0, 0, 0);
}
.dropdown {
  position: relative;
  display: inline-block;
	margin-left: auto
}
.dropdown-btn {
  display: flex;
  justify-content: space-between;
  width: 141px;
  background-color: rgb(255, 255, 255);
  padding: 12px 16px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid rgb(204, 204, 204);
  color: rgb(7, 7, 7);
}
.dropdown:hover .dropdown-btn {
  background-color: rgb(241, 241, 241);
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(249, 249, 249);
  min-width: 160px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
.dropdown-content a {
  color: black;
  padding: 5px 12px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}
.dropdown-content a:hover {
  background-color: rgb(241, 241, 241);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.slider {
  position: relative;
}
.slider__container {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
.slider__container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}
.slider__item {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}
.slider.slider--circle .brand img {
  border-radius: 0;
}
.slider__container[data-step="4"] .slider__item {
  width: calc(100% / 5);
}
.slider__container[data-step="3"] .slider__item {
  width: calc(100% / 3);
}
.slider__container[data-step="2"] .slider__item {
  width: calc(100% / 2);
}
.slider__container[data-step="1"] .slider__item {
  width: calc(100% / 1);
}
@media screen and (max-width: 1024px) {
  .slider__item, 
	.slider__container[data-step="4"] .slider__item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .slider__item, 
	.slider__container[data-step="4"] .slider__item,
	.slider__container[data-step="3"] .slider__item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
  .slider__item, 
	.slider__container[data-step="4"] .slider__item,
	.slider__container[data-step="3"] .slider__item, 
	.slider__container[data-step="2"] .slider__item {
    width: calc(100% / 1);
  }
}
.slider__control {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  cursor: pointer;
	border: 1px solid #d2d2d2;
  opacity: 1;
  transition: all .3s;
}
.slider__control.prev {
  left: -16px;
}
.slider__control.next {
  right: -16px;
}
.slider__control:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.2);
}
.slider__item img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
}
.slider--circle .slider__item img {
	border-radius: 50%;
	overflow: hidden;
}
.promo-slider {
	width: 577px;
  height: 223px;
  margin: auto;
  position: relative;
	border-radius: 16px;
  overflow: hidden;
}
.promo-slider .list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  width: max-content;
  transition: 1s;
}
.promo-slider .list img {
  width: 1300px;
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
}
.promo-slider .buttons {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.promo-slider .buttons button {
  width: 50px;
  height: 50px;
  border: none;
  font-family: monospace;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .promo-slider {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .promo-cards {
    flex-direction: column;
  }
}