<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/* 2023 renewal */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, 
del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer,
form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, 
kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, 
samp, section, select, small, span, strike, strong, sub, summary, sup, table, 
tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video{
font-family: "Noto Sans KR",Arial, sans-serif, Helvetica, NanumGothic,"Malgun Gothic",Dotum,Gulim,sans-serif; outline:none;
}

.header-banner__wrapper {
  padding: 5px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 11px;
}

.header__wrapper {
  background-color: #fff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  z-index: 100;
}

.header__logo &gt; a{
    display:block;
    line-height:26px;
}

.header__logo img {
  width: 120px;
}

.header__user-wrapper {
    display: flex;
    align-items: flex-end;
}

.header__user-wrapper &gt; li:nth-of-type(2) {
    margin-right: 15px;
}
.header__user-wrapper &gt; li:nth-of-type(1) {
    margin-right: 15px;
}
.header__user-basket &gt; a &gt; span &gt; #user_basket_quantity {
    font-size: 10px;
    color: rgb(255, 255, 255);
    top: -3px;
    right: -10px;
    position: absolute;
    display: block;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #000;
    border-radius: 10px;
}
.header__user-mypage .join-img {
  position: absolute;
  top: -21px;
  right: -4px;
  width: 52px;
}
.header__user-wrapper&gt;li {
    position: relative;
}
.header__user-search img {
  width: 21px;
}

.header__user-basket img {
  width: 20px;
}

.header__user-mypage img {
  width: 23px;
}

.header-category__wrapper {z-index:500;background:#fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;overflow-x: auto;padding-bottom: 4px;margin-left: 3px;margin-right: 3px;height: 27px;box-sizing: border-box; }
.header-category__wrapper li { margin-right: 20px; }
.header-category__wrapper li:first-child {margin-left: 8px;}
.header-category__wrapper li:last-child {margin-right: 10px;}

.header-category__wrapper li a {
    color: #000;
    white-space: nowrap;
    font-weight: 597;
    font-size: 14px;
    word-spacing: -2px;
    font-weight: 400;
}
.header-category__wrapper::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0);background-color: #fff;}
.header-category__wrapper::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0);background-color: #c7c7c7;border-radius: 6px;}
.header-category__wrapper::-webkit-scrollbar { height: 3px; background-color: #F5F5F5;} 


.header.is-fixed .header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  transition: all .3s;
}

.move-btn a[href="#header"] {
  position: absolute;
  top: 0;
}

.move-btn {
  position: relative;
  width: 34px;
  height: 69px;
  background-color: #000;
  border-radius: 34px;
}

.move-btn a[href="#footer"] {
  position: absolute;
  bottom: 0;
}

.move-btn&gt;a {
  margin-bottom: 0!important;
}


.hamburger__top {
  position: relative;
}

.hamburger__logo&gt;a&gt;img {
  width: 113px;
  /* padding-top: 6px; */
}

.hamburger__wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 998;
  transition: left .5s ease-in-out;
}

.hamburger__wrapper.is-show {
    left: 0;
}
.hamburger-content {
  overflow-y: scroll;
  height: calc(100% - 165px);
  margin-top: 50px;
}
.hamburger__close-btn {
  position: absolute;
  right: 10px;
  top: 26px;
}

.hamburger__logo {
  padding: 22px 10px 24px;
}
.hamburger__user-status {
  display: flex;
}

.hamburger__user-status&gt;li {
  width: 50%;
  text-align: center;
  height: 45px;
  line-height: 43px;
  box-sizing: border-box;
  border: 1px solid #111;
}

.hamburger__user-status&gt;li:first-of-type {
  background-color: #111;
}

.hamburger__user-status&gt;li:first-of-type a {
  color: #e77777;
}

.hamburger__user-status&gt;li&gt;a {
  display:block;
  font-size: 14px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: bold;
}

.hamburger__user-status&gt;li:last-of-type {
  background-color: #fff;
}

.hamburger__user-status&gt;li:last-of-type&gt;a&gt;span {
  color: #e77777;
  font-weight: 400;
}



.hamburger__tab {
  padding: 0 23px;
  display: flex;
  margin-bottom: 48px;
  /* margin-top: 50px; */
}

.hamburger__tab li {
  font-size: 20px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #d1d1d1;
  font-weight: bold;
  margin-right: 18px;
  padding-bottom: 5px;
}

.hamburger__tab li.is-active {
  color: #000;
  border-bottom: 3px solid #000;
}
.hamburger-content__category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 30px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px;
}

.hamburger-content__category-list li {
  width: calc(100% / 3);
  margin-bottom: 20px;
}
.hamburger-content__category-list li&gt;a {
  font-size: 16px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.hamburger-content__category-list li:nth-last-of-type(-n + 3) {
  margin-bottom: 0;
}

.hamburger-content__item {padding-left: 15px;padding-right: 15px;}
  .nav-category__depth02,
  .nav-category__depth03 {
    display: none;
  }

  .nav-category__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
.nav-category__item:last-of-type {
  margin-bottom: 30px;
}
  .nav-category__item&gt;a {
    height: auto;
    line-height: initial;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    letter-spacing: -0.04em;
    display: inline;
    line-height: 1;
  }

  .nav-category__btn {
    position: absolute;
    right: -10px;
    font-size: 18px;
    color: #000;
    width: 30px;
    padding: 9px;
    top: -9px;
    cursor: pointer;
    text-align: center;
    user-select: none;
  }
  .nav-category__depth01 {
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
}
  .nav-category__depth02-wrapper {background-color: #f8f8f8;padding: 20px 0 8px;margin-top: 20px;font-size: 0;}
  .nav-category__depth03 {background-color: #e5e5e5;}
.nav-category__depth02 .nav-category__item {
  width: 50%;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
}
  .nav-category__depth02 .nav-category__item&gt;a{
    padding-left : 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: 500;
  }
  .nav-category__depth03 .nav-category__item&gt;a{
    padding-left : 45px;
  }

.hamburger-content__banner-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6px 30px;
}

.hamburger-content__banner-list&gt;li {
  width: calc(50% - 2.5px);
}

.hamburger-content__banner-list&gt;li&gt;a&gt;img {
  width: 100%;
  margin-bottom: 10px;
}
.hamburger-content__banner-list&gt;li:nth-of-type(odd) {
  margin-right: 5px;
}

.hamburger-content__banner-list&gt;li:nth-of-type(-n + 2) {
  margin-bottom: 20px;
}
.hamburger-content__banner-list&gt;li strong {display: block;font-size: 12px;color: #000;margin-bottom: 5px;padding-left: 3px;box-sizing: border-box;}

.hamburger-content__banner-list&gt;li p {
  font-size: 11px;
  color: #3f3f3f;
  padding-left: 3px;
}
.hamburger-content__sns-list {
  display: flex;
  align-items: center;
  padding: 20px 8px 90px;
  border-top: 1px solid #ddd;
}

.hamburger-content__sns {
  padding: 0 15px;
}
.hamburger-content__sns-list&gt;li:first-of-type {
  margin-right: 46px;
}

.hamburger-content__item.js-community{display:none;}

.hamburger-content__community-list {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
}

.hamburger-content__community-list&gt;li {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.hamburger-content__community-list&gt;li&gt;a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    letter-spacing: -0.04em;
    display: inline;
    line-height: 1;
}
.hamburger-content__community-list&gt;li:last-of-type{
    margin-bottom: 30px;
}

#footBtn {position:fixed;bottom: 85px;right:10px;z-index:100;transition: all .3s;}
#footBtn a{
  position:relative;
  display: block;
  margin-bottom: 2px;
  width: 34px;
  height: 34px;
}
#footBtn a.kakao-btn,#footBtn a.nav-btn  {

border-radius: 34px;
    background-color: #000;
    position: relative;
    }
#footBtn a.kakao-btn&gt;img,#footBtn a.nav-btn&gt;img  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
}

.move-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.move-btn:after {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #303033;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* 2023 renewal */



/* 상단앤톡 */

#footBtn .app10 img { width:30px; height:30px; margin-bottom:3px;}
#footBtn .kakao img { width:30px; height:30px; }
#footBtn .btn_90{background:#b71d1d; opacity:0.9 width:40px; height:40px; line-height:40px; border-radius:50px; margin-bottom:3px; letter-spacing:-0.5px; color:#fff; font-size:19px; text-align:center;fonts-style:bold;}
#footBtn .btn_90 span{font-size:8px;}
/* //*/






/* 다찾다 검색 파인더 - 레이어 */
#allfinder-ctr { z-index: 100; position: fixed; right:0; bottom:50%; }
#allfinder-ctr a { display:block; width:77px; height:64px; background:url('/images/common/allfinder_ctrl_mo.png') no-repeat 0 0; background-size:100% 100%; border:none; outline:none; font-size:0; }

.all-finder-layer { z-index:9999; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; }
.all-finder-layer .finder-hd { z-index:1; position:fixed; top:0; left:0; width:100%; height:60px; border-bottom:1px solid #e7e7e7; background:#fff; }
.all-finder-layer .finder-hd .fa-close { position:absolute; top:17px; right:10px; font-size:26px; color:#000; }
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 10px 20px; border:2px solid #000; border-radius:3px; }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; }
.all-finder-layer .finder-search .txt-input { width:85%; height:42px; line-height:42px; margin:0; padding:0; font-size:14px; outline:none; border:none; color: #000; vertical-align:top; letter-spacing:-1px; }
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:60px 0 55px; color:#000; }
.all-finder-layer .finder-opt dl dt { position:relative; height:53px; line-height:53px; padding:0 10px; border-top:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#000; letter-spacing:-1px; }
.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; width:33.3333%; text-align:center; line-height:18px;}
.all-finder-layer .finder-opt .finder-color label { width:12.5%; }
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding:0 5px 10px; text-align:right; font-size:12px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input:after { clear: both; content: ""; display: block; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display:inline-block; height:34px; line-height:34px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-btn-c { z-index:1; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 30%; height: 55px; line-height: 55px; background: #999; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 1px; border:none; }
.all-finder-layer .finder-btn-c button { display: inline-block; width: 70%; height: 55px; line-height: 55px; background: #000; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.5px; border:none; }
.all-finder-layer .finder-btn-c button span.fa-search { margin-right:5px; margin-top:-2px; vertical-align:middle; font-size:0.750em; }
.all-finder-layer .finder-btn-c button span.finder-count { display:inline-block; color:#ffd800; font-size:18px; vertical-align:middle; }

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:80%; height:22px; padding: 18px 5%; line-height:4px; border: 1px solid #ccc; word-break:break-all; border-radius: 20px; background:#fff; color:#000; text-align:center; font-size:12px; }
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; border: 1px solid #000; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 33px; height: 33px; border-radius:20px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:33px; height:33px; padding: 0; border: none; } 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:33px; height:33px; margin-top:-25px; color:#fff; text-align:center; font-size:16px; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:45%; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-size:11px; letter-spacing:-1px; } 
.all-finder-layer .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .search-auto-complete-list ul li a:hover span {}
.all-finder-layer .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }



/* 2023 renewal */

#blk_scroll_wings {
  display: none!important;
}
/* 상품 공통 css */


.next_btn,.prev_btn {cursor:pointer;width: 18px;height: 43px;background-size: 100% 100%;transition: 0.3s;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);z-index: 9;}
.prev_btn {background: url(/design/half1031/2023_renewal/imgs/mb/mb_slide_btn_left01.png) no-repeat 100%;left: 52px;}
.next_btn {background: url(/design/half1031/2023_renewal/imgs/mb/mb_slide_btn_right01.png) no-repeat 100%;right: 52px;}
.swiper-pagination-progressbar {
    position: static;
    margin-top: 40px;
    height: 2px;
    background-color: #e4e4e4;
}

.swiper-pagination-progressbar-fill {
    background-color: #232323!important;
}

.next_btn&gt;i, .prev_btn&gt;i {
    font-size: 24px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding : 20px;
}
.swiper-pagination.swiper-paginaition-bull.swiper-pagination-bullets {
  bottom: 7px;
  line-height:1;
}

.swiper-pagination.swiper-paginaition-bull.swiper-pagination-bullets&gt;.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #b2b2b2;
  opacity: 1;
  margin: 0 2px;
  transition: background-color .3s;
}

.swiper-pagination.swiper-paginaition-bull.swiper-pagination-bullets&gt;.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.component-products__wrapper {
    overflow: hidden;
    margin: 0 auto;
}
.component-products__list.swiper-wrapper{
    flex-wrap: initial;
    height: auto;
}
.component-products__list.swiper-wrapper&gt;.component-products__item {
    margin-bottom: 0;
}

.component-products__list {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.component-products__item {
    width: calc((100% - 7px)/2);
    margin-right: 7px;
    margin-bottom: 14px;
    box-sizing: border-box;
}


.component-products__item:nth-of-type(2n) {
    margin-right: 0;
}
.component-products__item:nth-last-of-type(-n + 4) {
    /* margin-bottom: 0; */
}
.component-products__thumb {
    overflow: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
    position :relative;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.component-products__item:hover .component-products__thumb {
    
}
.component-products__rank {
    width: 22px;
    height: 22px;
    background-color: rgb(1 1 1 / 70%);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border: none;
    box-sizing: border-box;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Marcellus'!important;
    opacity : 0;
    
}
.component-products__rank&gt;span {
    font-family: 'Marcellus'!important;

}
.component-products__thumb&gt;.component-products__link img{
    width: 100%;
    vertical-align: top;
}
.component-products__sold {
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background-color: rgba(0, 0, 0,0.5);
}
.component-products__sold&gt;span {
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.component-products__content {
    display:none;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 0px;
    opacity: 1;
    transition: opacity 0.35s ease 0s;
}

.component-products__item:hover .component-products__content{opacity : 1;}
.component-products__menu {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.component-products__preview&gt;span {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url(/design/esdongsuh/2022renewal/PC/component-products_content.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    background-position: 100% 0%;
    vertical-align: text-bottom;
}
.component-products__wish {}
.component-products__wish&gt;img[src*="on"] {
    opacity: .6;
}
.component-products__wish&gt;img {
    vertical-align: middle;
    width: 20px;
}
.component-products__info {
    padding: 0 3px;
}
.component-products__name&gt;a {
    display : inline-block;
    font-size: 11px;
    color: #000;
    margin-bottom: 8px;
    word-break: initial;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    font-weight:300;
}
.component-products__name&gt;a&gt;font {
    display: none;
}
.component-products__soldout {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom : 15px;
}
.component-products__time-sale {
    margin-bottom: 10px;
    font-size: 11px;
    color: #070707;
    font-weight: 600;
}
.component-products__time-sale span{
    float:right;
}
.component-products__color {
    font-size: 0;
    margin-bottom: 8px;
    line-height: 1;
}
.component-products__color&gt;span {
    display: inline-block;
    width: 10px;
    height: 2.5px;
    margin-right: 2.5px;
    box-sizing: border-box;
}
.component-products__color&gt;span.is-color-white {
    border: .5px solid #e4e4e4;
}
.component-products__color&gt;span:last-of-type {
    margin-right: 0;
}
.component-products__price-wrap {
    margin-bottom: 8px;
    line-height: 100%;
}
.component-products__replace {
    font-size: 15px;
}
.component-products__price {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-right: 3px;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.component-products__price&gt;em {
    font-size: 12px;
    vertical-align: middle;
    display: none;
}
.component-products__disc {
    font-size: 12px;
    color: #da7473;
    font-weight: 500;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.component-products__disc&gt;em {
    font-size: 12px;
    font-weight: 400;
}
.component-products__list-price {
    font-size: 10px;
    color: #9e9d9c;
    margin-right: 3px;
    font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.component-products__list-price&gt;em {
display:none
}

.component-products__review {
    float: right;
    font-size: 10px;
    color: #afb1b0;
    font-weight:500;
    line-height: initial;
}
.component-products__icons {
    line-height: 1;
}
.component-products__icons img {max-width: 100%;width: 32px;height:13px;padding: 0 2px 0 0;}

/* 상품 공통 css */


/* Uneedcomms Keepgrow CSS */

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
}

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 300;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
}


/* BASIC css end */

</pre></body></html>