@charset "utf-8";
#main { padding-bottom:50px; }

.section-container + .section-container { margin-top:50px; }

.slide-review-prdList .box.basic { border: 1px solid #ddd; }
.slide-review-prdList .box.basic .img { border-radius: 0}
.slide-review-prdList .box.basic .prdimg > a { border-radius: 0}
.slide-review-prdList .box.basic .info { padding: 5px;}
.slide-review-prdList .box.basic .star img { height: 15px;}
.slide-review-prdList .box.basic .description {
	height: auto;
	min-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.slide-review-prdList .box.basic .items { display: flex; padding: 10px; }
.slide-review-prdList .box.basic .items .items_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	padding-left: 5px;
	color: rgb(123, 132, 141)
}

@media (max-width: 390px) {
	.slide-review-prdList .box.basic .description {
		height: auto;
		min-height: 40px;
	}
}




/* ¼½¼Ç »ó´Ü ¹è°æÀÌ¹ÌÁö(1000x300) */
#main .mdPick-hero{
  width:100%;
  max-width:1400px;     /* ÀÌ¹ÌÁö ¿øº» ±âÁØ */
  height:300px;
  margin:0 auto 22px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border-radius:16px;
  overflow:hidden;
  position:relative;
}

.mdPick-hero-link{
  position:absolute;
  inset:0;
  display:block;
  z-index:2;
}


@media (max-width: 1024px){
  #main .mdPick-hero{
    max-width:100%;
    height:120px; /* ¸ð¹ÙÀÏ¿¡¼­´Â Á¶±Ý ÁÙÀÌ±â */
	background-position:center left;
	border-radius:8px;
  }
}


/* ==============================
   ¼¿·´ PICK
============================== */
.celebrityPick-section {
  margin-top:0px;
}

.celebrityPick-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.celebrityPick-item a {
  display: block;
}

.celebrityPick-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}

.celebrityPick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.celebrityPick-item a:hover .celebrityPick-img img {
  transform: scale(1.04);
}


/* ==============================
   Å¸ÀÓ¼¼ÀÏ
============================== */
.timesale-section {
  margin-top: 60px;
  position: relative;
}

.timesale-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.timesale-head h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.timesale-head h2 span {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.timesale-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}

.timesale-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
}

.timesale-nav .timesale-prev,
.timesale-nav .timesale-next {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .75;
  transition: all .2s ease;
}

.timesale-nav .timesale-prev:hover,
.timesale-nav .timesale-next:hover {
  opacity: 1;
  border-color: #111;
}

.timesale-nav .timesale-prev i,
.timesale-nav .timesale-next i {
  font-size: 22px;
  line-height: 1;
}

.timesale-swiper {
  overflow: hidden;
  padding-bottom: 38px;
  border-bottom: 1px solid #ddd;
}

.timesale-card {
  display: block;
  color: #111;
}

.timesale-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f7f7;
}

.timesale-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.timesale-card:hover .timesale-img img {
  transform: scale(1.04);
}

.timesale-info {
  padding-top: 15px;
}

.timesale-brand {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.timesale-name {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  min-height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.timesale-price {
  margin-top: 15px;
}

.timesale-price .consumer {
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  line-height: 1.2;
}

.timesale-price .sell {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.timesale-price .sell strong {
  font-size: 17px;
  font-weight: 700;
}

.timesale-price .sell span {
  font-size: 13px;
  color: #e52a2a;
  font-weight: 700;
}


/* ¸ð¹ÙÀÏ */
@media all and (max-width: 767px) {

  .celebrityPick-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .timesale-section {
    margin-top: 40px;
  }

  .timesale-head {
    margin-bottom: 16px;
  }

  .timesale-head h2 {
    font-size: 21px;
  }

  .timesale-head h2 span {
    font-size: 15px;
  }

  .timesale-nav {
    display: none;
  }

  .timesale-name {
    font-size: 13px;
    min-height: 38px;
  }

  .timesale-price .sell strong {
    font-size: 15px;
  }
}