@charset "utf-8";
.skin-banner {
  margin-bottom: 0;
}
.header {
  height: 65px;
}
.header__title {
  line-height: 65px;
  height: 65px;
  opacity: 0;
}
/*메인비쥬얼*/
.mcon01 {
  position: relative;
  margin-bottom: 40px;
  min-height: 70.1333vw;
}
.mcon01 .skin-banner__img {
  width: 100% !important;
}
.mcon01 .swiper_paging_box_wrap {
  position: absolute;
  bottom: 15px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.mcon01 .swiper_paging_box {
  position: relative;
  color: #fff;
  font-size: 1px;
  font-weight: 500;
  width: 140px;
  display: inline-block;
}
.mcon01 .swiper_paging_box .curr,
.mcon01 .swiper_paging_box .max {
  display: inline-block;
  vertical-align: middle;
}
.mcon01 .swiper_paging_box .curr {
  margin-right: 4px;
  font-size: 14px;
}
.mcon01 .swiper_paging_box .max {
  opacity: 0.6;
  margin-left: 2px;
  font-size: 14px;
}
.mcon01 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 55px;
  height: 2px;
  position: static;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.45);
}
.mcon01 .swiper_paging_box button {
  width: 7px;
  height: 12px;
  top: 3px;
  margin-top: 0;
}
.mcon01 .swiper_paging_box button::after {
  display: none;
}
.mcon01 .swiper_paging_box button.swiper-button-prev {
  background: url(../assets/img/main/icon_main_arrow_prev.png) no-repeat center / 7px;
  left: 0;
}
.mcon01 .swiper_paging_box button.swiper-button-next {
  background: url(../assets/img/main/icon_main_arrow_next.png) no-repeat center / 7px;
  right: 0;
}
.mcon01 .skin-banner--hero {
  margin-bottom: 0;
}
/*카테고리배너*/
.mcon02 {
  text-align: left;
  overflow: hidden;
  width: calc(100%);
  box-sizing: border-box;
  margin-bottom: 50px;
  min-height: 91px;
}
.mcon02 ul {
  width: fit-content;
  margin: auto;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 15px;
}
.mcon02 ul li {
  display: inline-block;
  margin-right: 15px;
  flex: 0 0 auto;
  text-align: center;
}
.mcon02 ul li:last-child {
  margin-right: 0;
}
.mcon02 ul li img {
  height: 61px !important;
  margin: 1px auto 0;
}
.mcon02 ul li p {
  margin-top: 14px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

/*타이틀 공통*/
.product-section__title {
  font-size: 25px;
  color: #000;
  line-height: 1;
  padding: 0 15px 22px;
  margin: 0;
}
.display__title {
  font-size: 25px;
  color: #000;
  line-height: 1;
  padding-bottom: 22px;
  font-weight: bold;
}

/*슬라이드 상품폼*/
:is(.thumb-SWIPER) {
  padding: 0;
}
:is(.thumb-SWIPER) .swiper-slide {
  width: 150px;
  margin-right: 10px;
}
:is(.thumb-SWIPER) .swiper-wrapper {
  transform: translate3d(15px, 0px, 0px);
}

.no-translate {
  transform: translate3d(15px, 0px, 0px) !important;
}

.product-section__more.btn {
  border: 0;
  padding: 0;
  font-size: 13px;
  color: #121212;
  font-weight: 500;
  line-height: 1;
  width: 57px;
  margin: 0;
  gap: 0 5px;
  align-items: center;
}
.product-section__more.btn > span {
  width: 6px;
  height: 10px;
  background: url(../assets/img/main/icon_pd_more.png) no-repeat center / 6px;
  transform: none;
}
.product-section__more.btn > span span {
  display: none;
}

/*신규*/
.mcon03 {
  margin-bottom: 51px;
}
.mcon03 .thumb-item__img {
  min-height: 40vw;
}

/*혜택배너*/
.mcon04 .display__title {
  padding: 0 15px 23px;
}
.mcon04 .swiper {
  margin-bottom: 50px;
}
.mcon04 .skin-banner__img {
  border-radius: 5px;
  width: 100% !important;
}
.mcon04 .skin-banner--hero {
  min-height: 32.8vw;
}
/*원쁠딜*/
.mcon05 {
  background: #f5f5f5;
  padding: 48px 0;
  margin-bottom: 50px;
}
.mcon05 .thumb-item__media {
  min-height: 66.6667vw;
}
.mcon05 .product-section div[slot="displaySectionLabel"] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 15px;
}
.mcon05 .product-section__title {
  padding-right: 0;
}
/* .mcon05 .icon_deal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 44px;
  height: 44px;
} */
.mcon05 .product-thumb__sticker {
  margin: 0;
}
.mcon05 .product-thumb__sticker-img {
  width: 44px;
  height: 44px;
}
.mcon05 .swiper-slide {
  width: 250px;
  margin-right: 10px;
}
/*주간 인기*/
.mcon06 {
  display: flex;
  flex-flow: column;
  margin-bottom: 50px;
}
.mcon06 .product-section__title {
  font-size: 22px;
  background: #ecf6ff;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  text-align: left;
}
.mcon06 > div:last-child .product-section__title {
  background: #e8f3f3;
}
.mcon06 > div:last-child .thumb-item {
  background: #e8f3f3;
}
.mcon06 .product-section :where(.thumb-LIST) {
  padding: 0;
}
.mcon06 .display-product__contents {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.mcon06 .thumb-item {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 15px;
  background: #ecf6ff;
  align-items: center;
  min-height: 160px;
}
.mcon06 .thumb-item:last-child {
  border-bottom: 0 0 5px 5px;
}
.mcon06 :is(.thumb-LIST) .thumb-item__media {
  width: 130px;
  flex-shrink: 0;
  flex: none;
  height: 130px;
}
.mcon06 .thumb-item__img {
  width: 130px;
}
.mcon06 .thumb-item__info {
  padding: 0;
  width: calc(100% - 230px);
  margin: 0;
  position: relative;
}
.mcon06 .product-thumb-title {
  font-weight: 600;
}
.mcon06 .thumb-fab--cart {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
/* .mcon06 .thumb-item:last-child{} */
.mcon06 :is(.thumb-LIST) .thumb-item:nth-child(n + 2) {
  margin-top: 0px;
}
/* .mcon06 .product-section{min-height: 906px;} */

/*중간배너*/
.mcon07 {
  padding: 0 0px;
  margin-bottom: 50px;
  min-height: 32.8vw;
}
.mcon07 .skin-banner img {
  width: 100% !important;
}
/*md의 선택*/
.mcon08 {
  margin-bottom: 50px;
}
.mcon08 .display__title {
  padding: 0 15px 18px;
}
.mcon08 .pd_con {
  display: none;
}
.mcon08 .pd_con:first-child {
  display: block;
}
.mcon08 .display-pd__tab {
  margin-bottom: 20px;
  padding: 0 15px;
}
.mcon08 .display-pd__tab ul {
  display: flex;
  gap: 0 10px;
}
.mcon08 .display-pd__tab ul li a {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  border-radius: 17px;
  line-height: 33px;
  text-align: center;
  padding: 0 21px;
  background: #fff;
}
.mcon08 .display-pd__tab ul li.active a {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}
.mcon08 :where(.thumb-GALLERY, .thumb-CART, .thumb-SIMPLE_IMAGE) {
  gap: 30px 10px;
  padding: 0 15px;
}
.mcon08 .thumb-item__media {
  min-height: 44.6667vw;
}
/*리뷰*/
.mcon09 {
  padding: 0 15px;
}
.mcon09 .review_wrap {
  position: relative;
  padding-bottom: 81px;
}
.mcon09 .review_wrap ul {
  display: flex;
  gap: 0 10px;
}
.mcon09 .review_wrap ul li {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.mcon09 .review_wrap ul li .review_img {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcon09 .review_wrap ul li .review_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcon09 .review_wrap ul li .review_img .review_badge {
  width: 85px;
  height: 20px;
  background: url(../assets/img/main/icon_review_best.png) no-repeat center / 85px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.mcon09 .review_wrap ul li .review_info {
  padding: 7px 12px 11px 10px;
  box-sizing: border-box;
}
.mcon09 .review_wrap ul li .review_info .review_opt {
  display: flex;
  gap: 0 25px;
  justify-content: space-between;
  align-items: center;
}
.mcon09 .review_wrap ul li .review_info .review_opt .star {
  width: 60px;
  height: 11px;
  background: url(../assets/img/main/icon_star_bg.png) no-repeat left top / 60px 11px;
  position: relative;
}
.mcon09 .review_wrap ul li .review_info .review_opt .star span {
  display: block;
  position: absolute;
  width: 60px;
  height: 11px;
  background: url(../assets/img/main/icon_star_full.png) no-repeat left top / 60px 11px;
}
.mcon09 .review_wrap ul li .review_info .review_opt p {
  font-size: 11px;
  color: #888888;
}
.mcon09 .review_wrap ul li .review_info .review_txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.025em;
  color: #000;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
}
.text-ellipsis-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mcon09 .review_wrap ul li .review_info .review_writer {
  width: calc(100% - 60px);
  overflow: hidden;
  flex-shrink: 0;
  text-overflow: ellipsis;
}
.mcon09 .review_wrap ul li .review_info .review_writer_date {
  font-size: 11px;
  color: #888888;
  display: flex;
  margin-top: 9px;
  justify-content: space-between;
}
.mcon09 .review_wrap ul li .review_info .reviwe_pd {
  margin-top: 7px;
  padding-top: 9px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  width: 100%;
  gap: 0 10px;
  align-items: flex-start;
}
.mcon09 .review_wrap ul li .review_info .reviwe_pd img {
  width: 40px;
  flex-shrink: 0;
}
.mcon09 .review_wrap ul li .review_info .reviwe_pd div p {
  font-size: 10px;
  color: #000;
  font-weight: 400;
}
.mcon09 .review_wrap ul li .review_info .reviwe_pd div p:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 13px;
  font-weight: 500;
  word-break: keep-all;
  height: 26px;
}
.mcon09 .review_wrap ul li .review_info .reviwe_pd div .review_score {
  color: #333333;
}
.mcon09 .review_wrap ul li .review_info .reviwe_pd div .review_cnt {
  display: inline-block;
  margin-left: 9px;
  color: #333333;
}

.mcon09 .review_wrap .best_review {
  margin-bottom: 30px;
}
.mcon09 .review_wrap .best_review ul li {
  width: 33.33%;
}
.mcon09 .review_wrap .best_review ul li .review_img {
  max-height: 29.33vw;
  overflow: hidden;
}
.mcon09 .review_wrap .best_review ul li .review_info .reviwe_pd img {
  width: 30px;
  flex-shrink: 0;
}
.mcon09 .review_wrap .best_review ul li .review_info .reviwe_pd div {
  width: calc(100% - 40px);
}
.mcon09 .review_wrap .best_review ul li .review_info .reviwe_pd div .review_cnt {
  margin-left: 0;
}
.mcon09 .review_wrap .review_box ul {
  flex-wrap: wrap;
  gap: 20px 10px;
}
.mcon09 .review_wrap .review_box ul li {
  width: calc(50% - 5px);
}
.mcon09 .review_wrap .review_box ul li .review_img {
  max-height: 44vw;
  overflow: hidden;
}
.mcon09 .review_wrap .swiper-container {
  overflow: hidden;
}
.mcon09 .review_wrap .swiper-pagination {
  bottom: 38px;
}
.mcon09 .review_wrap .swiper-pagination-bullet {
  background: #cfcdcd;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 7px !important;
}
.mcon09 .review_wrap .swiper-pagination-bullet-active {
  background: #007bff;
}
@media screen and (max-width: 330px) {
  .mcon09 .review_wrap ul li .review_info .review_writer {
    font-size: 10px;
    width: calc(100% - 54px);
  }
  .mcon09 .review_wrap ul li .review_info .review_writer_date {
    font-size: 10px;
  }
}

/*닷모드 공식몰*/
.mcon10 {
  background: #f5f5f5;
  padding: 48px 0 51px;
  margin-bottom: 50px;
}
.mcon10 .product-section div[slot="displaySectionLabel"] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 15px;
}
.mcon10 .product-section__title {
  padding-right: 0;
  padding-bottom: 25px;
}
.mcon10 .thumb-item__media {
  min-height: 40vw;
}
/*공지사항 서비스안내*/
.mcon11 {
  padding: 0 15px;
  margin-bottom: 50px;
}
.mcon11 .tit h1 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.mcon11 .tit a {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 14px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  width: 82px;
}
.mcon11 .tit a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../assets/img/main/icon_board_arrow.png) no-repeat center / 5px;
  margin-left: 8px;
}

.mcon11 .notice_box .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.mcon11 .notice_box ul li {
  margin-top: 12px;
  padding-left: 9px;
  position: relative;
  box-sizing: border-box;
}
.mcon11 .notice_box ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #1e1e1e;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}
.mcon11 .notice_box ul li:first-child {
  margin-top: 0;
}
.mcon11 .notice_box ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.mcon11 .notice_box ul li a span.notice-txt {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  flex-shrink: 0;
}
.mcon11 .notice_box ul li a span.notice-date {
  font-size: 12px;
  color: #888888;
  display: block;
}
.mcon11 .service_box {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
  margin-top: 45px;
}
.mcon11 .service_box .tit {
  margin-bottom: 20px;
}
.mcon11 .service_box ul {
  display: flex;
  text-align: center;
  width: 100%;
  gap: 0 15px;
} /*justify-content: space-between;*/
.mcon11 .service_box ul li {
  cursor: pointer;
  width: 25%;
}
.mcon11 .service_box ul li img {
}
.mcon11 .service_box ul li p {
  display: inline-block;
  width: auto;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-top: 7px;
  line-height: 1.3;
  transition: color 0.3s;
  position: relative;
  word-break: keep-all;
}

/* ============================================================================
   무료배송 뱃지 시스템 - 모바일
   ============================================================================ */
.product-badges-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px;
  margin: 5px 0 !important;
  align-items: flex-start;
  min-height: 18px !important;
  height: auto !important;
  width: 100%;
  box-sizing: border-box;
  visibility: visible !important;
}

.product-badges-container:empty {
  min-height: 18px !important;
  height: 18px !important;
  background: transparent;
  display: block !important;
}

/* 특정 템플릿에서도 적용되도록 더 구체적인 선택자 추가 */
.thumb-item .product-badges-container,
.thumb-item__info .product-badges-container,
.swiper-slide .product-badges-container {
  display: flex !important;
  min-height: 18px !important;
  margin: 5px 0 !important;
}

.thumb-item .product-badges-container:empty,
.thumb-item__info .product-badges-container:empty,
.swiper-slide .product-badges-container:empty {
  min-height: 18px !important;
  height: 18px !important;
  display: block !important;
}

/* 기본 뱃지 스타일 */
.product-badge {
  display: inline-block;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 2px;
  white-space: nowrap;
}

/* 무료배송 뱃지 */
.product-badge--free-shipping {
  background-color: #2563eb;
  color: white;
}

/* 상품 3개 이하: Swiper 대신 일반 flex 레이아웃 */
.thumb-SWIPER--few {
  display: flex;
  gap: 10px;
  padding: 0 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.thumb-SWIPER--few::-webkit-scrollbar {
  display: none;
}
.thumb-SWIPER--few .thumb-item {
  flex: 0 0 calc((100% - 20px) / 2.4);
  min-width: calc((100% - 20px) / 2.4);
}
