/* BASIC css start */
/* °øÅë½ºÅ¸ÀÏ */

body #footer {
  margin-top: 0;
  font-family: Arial, sans-serif;
}

/* ¹öÆ° °øÅë */

.btn-more,
#loadMoreNew,
#loadMoreBest,
#loadMoreRefurb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-more:hover,
#loadMoreNew:hover,
#loadMoreBest:hover,
#loadMoreRefurb:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

/* ¹öÆ° À§Ä¡ */
.btn-more-wrap,
.btn-more-wrap1 {
  text-align: center;
  margin: 20px 0 40px 0;
  position: relative; /* btn-more-wrap1´Â Àý´ë À§Ä¡ ¿ä¼Ò ³» Æ÷ÇÔ */
}
.btn-more-wrap1 {
  position: absolute;
  top: 0;
  right: 0;
}

/* Å¸ÀÌÆ² ¿µ¿ª */
.sec_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  padding-right: 100px; /* 'ÀüÃ¼º¸±â' ¹öÆ° °ø°£ È®º¸ */
}

.sec_title h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.sec_title .subtitle {
  font-size: 15px;
  color: #666;
  margin-top: 4px;
}

.sec_title a img {
  margin-left: 4px;
}



/* ·¹ÀÌ¾Æ¿ô ¹× ÄÁÅ×ÀÌ³Ê */


.main-cont {
  width: 1200px;
  margin: 0 auto;
}

.main-cont > div {
  margin-bottom: 50px;
}

.mainBanner {
  position: relative;
  margin: 15px auto 0;
  max-width: 1200px;
   border-radius: 20px;       /* µÕ±Ù ¸ð¼­¸® */
  overflow: hidden;          /* µÕ±Ù Å×µÎ¸® ³» ÀÌ¹ÌÁö µîÀÌ ³ÑÄ¡Áö ¾Êµµ·Ï */
}

.mainBanner .inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
  overflow: hidden;
}

.mainBanner .inner ul li a img {
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.mainBanner .swiper-button-prev,
.mainBanner .swiper-button-next {
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -48px;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 10;
}

.mainBanner .swiper-button-prev {
  left: 1%;
}

.mainBanner .swiper-button-next {
  right: 1%;
}

.mainBanner:hover .swiper-button-prev,
.mainBanner:hover .swiper-button-next {
  opacity: 1;
}

.mainBanner .swiper-button-prev:after {
  content: "";
  background: url(//skin.makeshop.co.kr/skin/fragrance/pc/img/main-left.png) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
}

.mainBanner .swiper-button-next:after {
  content: "";
  background: url(//skin.makeshop.co.kr/skin/fragrance/pc/img/main-right.png) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
}

.mainBanner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  transform: none;
  z-index: 10;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 35px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  user-select: none;
  text-align: right;
  padding: 0;
}





/* ¹è³Ê ±×¸®µå ¹× ½½¶óÀÌ´õ */

.cate-banner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 60px;
  padding: 0 16px;
  box-sizing: border-box;
}

.cate-banner-grid .banner-item {
  text-align: center;
  border-radius: 20px;
  transition: transform 0.3s;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 8px;
}

.cate-banner-grid .banner-item a {
  display: block;
}

.cate-banner-grid .banner-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  object-fit: unset;
  border-radius: 20px;
  display: inline-block;
}

.cate-banner-grid .banner-item:hover img {
  transform: scale(1.02);
}




/* ¹è³Ê1 */

.banner1 {
  max-width: fit-content;
  margin: 0 auto 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.banner1 img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
}

.banner1 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner1 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  transform: none;
  z-index: 10;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 35px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  user-select: none;
  text-align: right;
  padding: 0;
}





/* Áß°£¹è³Ê ¹× Á¦Ç° ¸®½ºÆ® */


.mid_main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
}

.mid_main img {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  display: block;
}

.sec01 .prdList.basic ul,
.sec02 .prdList.basic ul,
.sec08 .prdList.basic ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 16px;
  padding: 0;
  list-style: none;
}

.sec01 .prdList.basic ul li,
.sec02 .prdList.basic ul li,
.sec08 .prdList.basic ul li {
  width: calc(20% - 13px);
  box-sizing: border-box;
}

.sec01 .prdList.basic ul li .imgWrap,
.sec02 .prdList.basic ul li .imgWrap,
.sec08 .prdList.basic ul li .imgWrap {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.sec01 .prdList.basic ul li:hover .imgWrap,
.sec02 .prdList.basic ul li:hover .imgWrap,
.sec08 .prdList.basic ul li:hover .imgWrap {
  border-color: #000;
}


/* Á¦Ç° ¸®½ºÆ® flex wrap °øÅë */

.new-product-list,
.best-product-list,
.refurb-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}

.new-product-item,
.best-product-item,
.refurb-product-item {
  width: calc(20% - 13px);
  box-sizing: border-box;
  display: none;
}





/* Å°¿öµå ¼½¼Ç */

.keyword-section {
  position: relative;
  margin-top: 10px;
}

.keyword-section .imgWrap {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.keyword-section .imgWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.keyword-section .prdList .imgWrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.keyword-section .prdList .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.keyword-section .keywordTabBtn {
  margin-bottom: 30px;
}

.keyword-section .keywordTabBtn ul li {
  display: block;
  width: auto;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  border: 1px solid #ededed;
  color: #000;
  border-radius: 20px;
  cursor: pointer;
}

.keyword-section .keywordTabBtn ul li.swiper-slide-thumb-active {
  background: #bf2526;
  color: #fff;
  font-weight: 600;
}

/* ³×ºñ°ÔÀÌ¼Ç ¹öÆ° ¼û±è, È£¹ö ½Ã º¸ÀÓ */
.keyword-section .swiper-button-prev,
.keyword-section .swiper-button-next {
  display: none !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-50%) scale(1);
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.keyword-section:hover .swiper-button-prev,
.keyword-section:hover .swiper-button-next {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1.1);
}

.keyword-section .swiper-button-prev {
  left: 0;
}

.keyword-section .swiper-button-next {
  right: 0;
}

.keyword-section .swiper-button-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//skin.makeshop.co.kr/skin/fragrance/pc/img/slide-left.png) no-repeat center;
  background-size: contain;
}

.keyword-section .swiper-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(//skin.makeshop.co.kr/skin/fragrance/pc/img/slide-right.png) no-repeat center;
  background-size: contain;
}

/* ½½¶óÀÌµå ³ôÀÌ ÀÚµ¿ */
.keyword-section .swiper .swiper-slide {
  height: auto;
}

.keyword-section .prdList .swiper-slide {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.keyword-section .prdList .textWrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.keyword-section .prdList .swiper-slide .imgWrap {
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
}

.keyword-section .prdList .swiper-slide:hover .imgWrap {
  border-color: #000;
}

.keyword-section .prdList .swiper-wrapper {
  align-items: stretch;
}

.keyword-section .prdList .textWrap .prdName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}


/* °¡°Ý Á¤º¸ ½ºÅ¸ÀÏ */

.prdPrice .price {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.prdPrice .c_price {
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
}

.prdPrice .discountPer {
  font-size: 18px;
  color: #bf2526;
  font-weight: 800;
}

.prdPrice .listSoldout {
  font-size: 14px;
  color: #aaa;
}

.prdPrice .listReplce {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}










/* BASIC css end */

