/* BASIC css start */
/* »óÇ° ¸ñ·Ï ¿µ¿ª */
.product-wrap { margin:0 auto; position:relative; width:1240px } 
.item-wrap, .item-wrap .item-cont { width: 1240px; } 

/* ¼½¼Ç Å¸ÀÌÆ² °øÅë */
.cateTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 20px;  /* À§ÂÊ¸¸ */
    padding: 10px 0;
    border-bottom: 0px solid #222;
    box-sizing: border-box;
}

.cateTit-left {
    display: flex;
    align-items: baseline;
    gap: 0px;
}

.cateTit h3 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #111;
    margin: 20px ;
    line-height: 1;
}

.cateTit-sub { 
    font-size: 16px;
    color: #555;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

/* ÀüÃ¼ »óÇ° º¸±â ¹öÆ° */
.cateTit-more {
    font-size: 13px;
    color: #333;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ccc;
    padding: 7px 16px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
}
.cateTit-more:hover { background: #f5f5f5; }

/* ================================================
   »óÇ° Á¤º¸ ÅØ½ºÆ® °øÅë
================================================ */

/* »óÇ°¸í */
.prd-name a {
    display         : block;
    font-size       : 13px;
    font-family     : "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    color           : #333;
    text-decoration : none;
    line-height     : 1;
    margin-top      : 0px;
    word-break      : keep-all;
}
.prd-name a:hover { color: #000; }

/* °¡°Ý ¿µ¿ª ÀüÃ¼ */
.prd-price {
    margin-top  : 0px;
    line-height : 1.2;
    list-style  : none;
    padding     : 0;
}

/* Á¤°¡ (Ãë¼Ò¼±) */
.prd-price strike {
    font-size   : 14px;
    font-family : "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    color       : #aaa;
    font-weight : normal;
}

/* ÇÒÀÎÀ² */
.prd-price .discount-rate,
.prd-price span[style*="color:red"] {
    font-size   : 15px;
    font-family : "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    font-weight : bold;
}

/* ÆÇ¸Å°¡ */
.prd-price strong {
    font-size   : 15px;
    font-family : "¸¼Àº °íµñ", 'Malgun Gothic', sans-serif;
    color       : #111;
    font-weight : bold;
}

/* ¸ÞÀÎ ºñÁê¾ó ¹è³Ê */
#mainSpot { width: 100%; max-width: 1903px; margin: 0 auto; border-radius: 10px; font-family:'Lato', sans-serif; } 
#mainSpot .swiper-pagination-bullet { background: #e9e9e9 !important; border-radius: 0 !important; width: 20px !important; height: 5px !important; margin: 0 3px !important; opacity: 1 !important; } 
#mainSpot .swiper-pagination-bullet-active { background: #000 !important; } 
#mainSpot .swiper-pagination { display: table; width: 55px; background-color: rgba(0,0,0,0.1); text-align: center; position: absolute; left: auto !important; right: 421px; color: #fff; font-size: 13px; padding: 8px 0px; bottom: 16px !important; font-weight: bold; } 
#mainSpot .swiper-button-prev { background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/mainleftarrow.png) center no-repeat; left: auto; right: 478px; border-radius: 20px 0 0 20px; } 
#mainSpot .swiper-button-next { background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/mainrightarrow.png) center no-repeat; right: 387px; border-radius: 0 20px 20px 0; } 
#mainSpot .swiper-button-next:after, #mainSpot .swiper-button-prev:after { font-family: inherit !important; font-size: 0 } 
#mainSpot .swiper-button-next, #mainSpot .swiper-button-prev { top: auto !important; bottom: 16px; width: 32px; height: 32px; margin-top: 0 !important; background-color: rgba(0,0,0,0.1); outline: 0; } 
@media (max-width: 1750px){
 #mainSpot .swiper-button-next { right: 333px } 
 #mainSpot .swiper-pagination { right: 367px; } 
 #mainSpot .swiper-button-prev { right: 424px } 
 }
@media (max-width: 1550px){
 #mainSpot .swiper-button-next { right: 303px } 
 #mainSpot .swiper-pagination { right: 337px; } 
 #mainSpot .swiper-button-prev { right: 394px } 
 }
 
/* new - 5¿­ ±×¸®µå */
.newarea { width: 100%; }
.newarea .item-wrap,
.newarea .item-wrap .item-cont { width: 1240px; margin: 0 auto; }

.item-cont.new-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    justify-content: flex-start;
}

.item-cont.new-grid .item-list {
    width: calc(20% - 16px); /* 5¿­, °£°Ý °í·Á */
    margin-right: 20px;
    padding: 0;
    box-sizing: border-box;
}

/* 5¹øÂ° ¾ÆÀÌÅÛ¸¶´Ù ¿À¸¥ÂÊ ¸¶Áø Á¦°Å */
.item-cont.new-grid .item-list:nth-child(5n) {
    margin-right: 0;
}

.item-cont.new-grid .item-list .thumb { border-radius: 10%; }
.item-cont.new-grid .item-list .thumb img { width: 100%; display: block; }
.item-cont.new-grid .item-list .prd-info { padding: 15px 0 0; }


/* Æ÷Ä¿½º ¿Â */
.slick-slide, .slick-slide a { outline: 0; } 
.focus { width: 1390px; margin: 0 auto; } 
.focus .focusroll .slick-dots { position: absolute; top: 15px; left: 827px; } 
.focus .focusroll .slick-dots li { float:left; border-bottom: 1px solid #fff; } 
.focus .focusroll .slick-dots li.slick-active { border-bottom: 2px solid #000; } 
.focus .focusroll .slick-dots li button { padding: 0px 7px 7px; font-size: 15px; color: #fff; font-family: 'Lato', sans-serif; background: none; outline: 0; } 
.focusroll .product-wrap .item-wrap { display: flex; justify-content: center; align-items: flex-start; } 
.focusroll .product-wrap .item-wrap .item-cont { float: left; width: 350px; } 
.focusroll .product-wrap .item-wrap .item-cont .item-list { position: relative; float: unset; width: 350px; margin-bottom: 10px; padding-right: 0; } 
.focusroll .product-wrap .item-wrap .item-cont .item-list .prd-info { display:none; position: absolute; bottom: 0; width: 100%; padding: 10px 0; background: rgba(255, 255, 255, 0.85); box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); -webkit-transition: box-shadow 0.4s; transition: box-shadow 0.4s; } 
.focusroll .product-wrap .item-wrap .item-cont .item-list:hover .prd-info { display:block; } 
.focusroll .product-wrap .item-wrap .focusban { float: left; padding: 0 10px; } 
.focusroll .product-wrap .item-wrap .item-cont .item-list .thumb img { border-radius: 5%; }
.focusroll .product-wrap .item-wrap .focusban img { border-radius: 3%; }
.focusroll .slick-prev { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 26px; height: 49px; background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/newleftarrow.png) no-repeat; font-size: 0; z-index: 100; outline: 0; } 
.focusroll .slick-next { position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 26px; height: 49px; background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/newrightarrow.png) no-repeat; font-size: 0; z-index: 100; outline: 0; } 
.focusroll .item-wrap .item-cont .item-list .prd-name a { padding: 0 10px; } 

/* special/new ¿µ¿ª ¾ÆÀÌÄÜ °¡¿îµ¥ Á¤·Ä */
.focusroll .prd-name,
.item-cont.new-grid .prd-name {
    text-align: center;
}

.prd-name > div,
.prd-name > span {
    display         : flex;
    justify-content : center;
    align-items     : center;
    flex-wrap       : wrap;
    gap             : 4px;
    margin-top      : 6px;
    min-height      : 26px; /* ¡ç ¾ÆÀÌÄÜ ½ÇÁ¦ ³ôÀÌ¿¡ ¸Â°Ô Á¶Á¤ */
}

.prd-name > div *,
.prd-name > span * {
    float: none;
}

/* cateTit flex Á¤·Ä (±âÁ¸ °øÅë ½ºÅ¸ÀÏ°ú µ¿ÀÏÇÏ°Ô) */
.focus .cateTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ±âÁ¸ dots Àý´ëÀ§Ä¡ Á¦°Å */
.focus .focusroll .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
}

/* Æ÷Ä¿½º¿Â dots ¹Ú½º ½ºÅ¸ÀÏ */
.focus-dots-wrap .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0;   /* ÀüÃ¼ ¹­À½ rounding Á¦°Å */
    overflow: visible;  /* gap Àû¿ë À§ÇØ ÇØÁ¦ */
    gap: 3px;           /* ¡ç ¿øÇÏ´Â °£°Ý */
}

.focus-dots-wrap .slick-dots li {
    float: none;
    border: 1px solid #ccc;      /* °¢ ¼ýÀÚ ¹Ú½º Å×µÎ¸® */
    border-left: 1px solid #ccc;   /* ºÙ¾îÀÖ´Â ¹Ú½ºÃ³·³ */
    margin: 0;
    border-radius: 4px;  /* ÀüÃ¼ ¹­À½ ¸ð¼­¸® */
    overflow: hidden;    /* ¾ÈÂÊ ¹Ú½ºµéÀÌ Æ¢¾î³ª¿ÀÁö ¾Êµµ·Ï */
}

.focus-dots-wrap .slick-dots li:first-child {
    border-left: 1px solid #ccc; /* Ã¹ ¹øÂ°¸¸ ¿ÞÂÊ Å×µÎ¸® */
}

.focus-dots-wrap .slick-dots li.slick-active {
    border-bottom: 1px solid #ccc; /* active ¹ØÁÙ Á¦°Å */
    background: #f5f5f5;
}

.focus-dots-wrap .slick-dots li button {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #555;
    background: none;
    outline: 0;
    cursor: pointer;
}

.focus-dots-wrap .slick-dots li.slick-active button {
    color: #111;
    font-weight: bold;
}

/* ===== ºê·£µå ¿µ¿ª ===== */

/* ¿ÜºÎ ÄÁÅ×ÀÌ³Ê: max-width 1903px */
.breandArea {
    width: 100%;
    max-width: 1903px;
    margin: 5px auto 0;
    background: #fff;
    padding: 15px 0 0;
    overflow: hidden; /* ÁÂ¿ì partial ½½¶óÀÌµå Å¬¸®ÇÎ */
}

/* ½½¶óÀÌµå ¹Ú½º */
.breandArea .breandBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.breandArea .breandBox:after { content:''; display:block; clear:both }

/* slick-list overflow visible ¡æ ÁÂ¿ì partial ½½¶óÀÌµå ³ëÃâ */
.breandArea .breandBox .slick-list {
    overflow: visible;
    margin: 0;
}

/* ½½¶óÀÌµå °£°Ý 20px (¾çÂÊ 10px¾¿) */
.breandArea .breandBox .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
.breandArea .breandBox .slick-track { margin: 0; }

/* ½½¶óÀÌµå ÀÌ¹ÌÁö: 390x500px °íÁ¤, Àß¸² ¾øÀ½ */
.breandArea .breand_list {
    display: block;
}
.breandArea .breand_list a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.breandArea .breand_list img {
    width: 100%;
    height: 500px;
    object-fit: contain; /* Àß¸² ¾øÀÌ ÀüÃ¼ ÀÌ¹ÌÁö Ãâ·Â */
    display: block;
}

/* ===== ÇÏ´Ü ³×ºñ°ÔÀÌ¼Ç: È­»ìÇ¥ + ´õº¸±â ¹öÆ° ÇÑ ÁÙ Á¤Áß¾Ó ===== */
.breand_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1903px;
    margin: 0 auto;
    padding: 25px 0 40px;
}

/* È­»ìÇ¥: flex Èå¸§ ¾È¿¡¼­ ´õº¸±â ¹öÆ° ÁÂ¿ì¿¡ ¹èÄ¡ */
.breand_nav .slick-prev,
.breand_nav .slick-next {
    position: static;
    transform: none;
    flex-shrink: 0;
    width: 26px;
    height: 30px;
    border: 0px solid #ccc;
    cursor: pointer;
    outline: 0;
    z-index: 100;
    font-size: 0;        /* "Previous"/"Next" ÅØ½ºÆ® ¼û±è */
    color: transparent;
}
.breand_nav .slick-prev {
    order: 1;
    background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/wightleftarrow.png) no-repeat center #fff;
}
.breand_nav .slick-next {
    order: 3;
    background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/wightrightarrow.png) no-repeat center #fff;
}
.breand_nav .brean_more { order: 2; }

/* before/after ¿ÏÀüÈ÷ ¼û±â±â */
.breand_nav .slick-prev:before,
.breand_nav .slick-next:before,
.breand_nav .slick-prev:after,
.breand_nav .slick-next:after { display: none !important; }

/* disabled »óÅÂµµ opacity À¯Áö */
.breand_nav .slick-prev.slick-disabled,
.breand_nav .slick-next.slick-disabled { opacity: 0.4; }

/* ´õº¸±â ¹öÆ° */
.breandArea .brean_more a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    line-height: 1.8;
    text-decoration: none;
    border-radius: 4px;
}
.breandArea .brean_more:hover { background: #f5f5f5; }



/* pick (Ãß°¡4) »óÇ°*/
.pickArea .cateTit { padding-bottom: 0; } 
.pickArea .add4 { padding: 50px 0 0; } 
.pickArea .add4 .item-list { padding:0; margin-top: 0 !important; } 
.pickArea .add4 .item-list:nth-of-type(4n) { padding-right:0 } 
.pickArea .slick-slide { padding: 0 6px; } 
.pickArea .slick-list { margin: 0 -6px } 
.pickArea .swiper-pagination { display: table; position: absolute; top: 2px !important; right: 25px /*ÆäÀÌÂ¡Ç¥½Ã°¡ ´Ã¾î³ª¸é À§Ä¡ Á¶ÀýÇØÁÖ¼¼¿ä*/; width: 53px; text-align: center; left: auto; color: #707070; font-size: 17px; font-family: "¸¼Àº °íµñ",'Malgun Gothic', sans-serif; } 
.pickArea .swiper-pagination span { margin: 0 -3px; } 
.pickArea .swiper-button-prev { top: 0; bottom: 0; left: auto; right: 80px !important /*ÆäÀÌÂ¡Ç¥½Ã°¡ ´Ã¾î³ª¸é À§Ä¡ Á¶ÀýÇØÁÖ¼¼¿ä*/; width: 26px; height: 26px; margin-top: 0; background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/pickprevbtn.png) center no-repeat; } 
.pickArea .swiper-button-next { top: 0; bottom: 0; left: auto; right: 0 !important; width: 26px; height: 26px; margin-top: 0; background: url(//skin.makeshop.co.kr/skin/allshop/pc/icon/picknextbtn.png) center no-repeat; } 
.pickArea .swiper-button-prev:after, .pickArea .swiper-button-next:after { opacity:0 } 
.pickArea .swiper-button-next.swiper-button-disabled, .pickArea .swiper-button-prev.swiper-button-disabled { opacity: 1; } 

/* ¹è³Ê */
.subbanBox { padding: 70px 0 10px; text-align: center; }
.subbanBox img { border-radius: 10px; }


/* ÅÇ Å¸ÀÌÆ² + ÅÇ ¹öÆ° ÇÑ ÁÙ Á¤·Ä */
.tabarea .cateTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 80px;  /* À§ÂÊ¸¸ */
    padding: 0px 0;
    border-bottom: 0px solid #222;
    box-sizing: border-box;
}

/* ÅÇ ul: cateTit ¾È¿¡¼­ ¿ìÃø Á¤·Ä */
.tabarea .cateTit .tab {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    width: auto;        /* ±âÁ¸ width:100% µ¤¾î¾²±â */
    text-align: right;
}

/* ÅÇ »óÇ° ±â´É */
.tabarea .item_container .item-wrap { height: 780px; } 
.tab_in_wrap.active { border:0px !important; } 
.tabarea { width: 95%; max-width: 1240px; margin: 0 auto; text-align: center; } 
.tabarea .tab { display: inline-block; width:100%; max-width: 1240px; text-align: center; font-size: 0; } 
.tabarea .tab > li { display: inline-block; margin: 0 0px; border: 1px solid #cecece; border-radius: 4px; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px solid #ccc; background: #fff; } 
.tabarea .tab > li > span { display: block; height: 33px; line-height: 33px; padding: 0 20px; text-align: center; cursor: pointer; box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #757575; font-size: 14px; font-family: "¸¼Àº °íµñ",'Malgun Gothic', sans-serif; font-weight: 300; } 
.tabarea .tab li.live { font-weight: bold; background: #181818; } 
.tabarea .tab li.live span { color: #fff; } 
.tabarea .item_container { padding: 10px 0; } 
.tabarea .item_container .item-wrap { display: none; } 
.tabarea .item_container .item-wrap.active { display: block; } 
.tabarea .item_container .item-wrap .item-cont .item-list { position: relative; width: 250px; margin: 5px; padding: 0; border: 0px solid #eeeeee; border-left: 0; box-sizing: border-box; border-radius: 3%; } 
.tabarea .item_container .item-wrap .item-cont .item-list:nth-of-type(n+2) {
    height: 385px;
    overflow: hidden; /* ³»¿ëÀÌ ³ÑÃÄµµ Ä«µå ¹ÛÀ¸·Î ¾È ³ª°¡°Ô */
}
.tabarea .item_container .item-wrap .item-cont .item-list:nth-of-type(n+2) img { width: 100%; }
.tabarea .item_container .item-wrap .item-cont .item-list:first-of-type { width: 450px; height: 780px; margin-bottom: 0; border: 0; background: #f6f6f6; padding: 75px 0 0; } 
.tabarea .item_container .item-wrap .item-cont .item-list:first-of-type .thumb { border-radius: 50%; width: 84%; max-width: 370px; margin: 0 auto; } 
.tabarea .item_container .item-wrap .item-cont .item-list:nth-of-type(n+6) { margin-bottom: 0 } 
.tabarea .item_container .item-wrap .item-cont .item-list:nth-of-type(9) { margin-right: 0 } 
.tabarea .item_container .item-wrap .item-cont .item-list .prd-info { padding-bottom: 10px; } 
.tabarea .item_container .item-wrap .item-cont .item-list .thumb img { border-radius: 8%; }

/* tabarea ¾ÆÀÌÄÜ Á¤·Ä */
.tabarea .prd-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: -6px;
}

/* prd-name ¾È ¾ÆÀÌÄÜ img´Â ÀÚ¿¬ Å©±â À¯Áö */
.tabarea .prd-name img {
    width: auto !important;
    max-height: 22px;
}

/* »óÇ°¸í ¸µÅ©´Â ÇÑ ÁÙ ÀüÃ¼ Â÷Áö */
.tabarea .prd-name a {
    width: 100%;
    display: block;
}

/* tabarea ¾ÆÀÌÄÜ wrapper ¸í½ÃÀû ÁöÁ¤ */
.tabarea .item_container .prd-name > div,
.tabarea .item_container .prd-name > span {
    display         : flex !important;
    justify-content : center;
    align-items     : center;
    flex-wrap       : wrap;
    gap             : 4px;
    margin-top      : 6px;
    min-height      : 26px;  /* ¡ç ÀÌ°Ô ÇÙ½É */
    width           : 100%;  /* ¡ç ÀÌ°Å Ãß°¡ */
}

.tabarea .item_container .prd-name > div *,
.tabarea .item_container .prd-name > span * {
    float: none;
}

/* ÅÇ »óÇ° Å¸ÀÌÆ² */
.tabarea .item_container .item-wrap .item-cont .item-list:first-of-type:before { display: block; font-size: 32px; margin: 0 0 60px; font-family: "Lato", sans-serif; font-weight: bold; } 
.tabarea .item_container .tad01 .item-cont .item-list:first-of-type:before { content:'# ³²¼ºÀÇ·ù'; } 
.tabarea .item_container .tad02 .item-cont .item-list:first-of-type:before { content:'# ¿©¼ºÀÇ·ù'; } 
.tabarea .item_container .tad03 .item-cont .item-list:first-of-type:before { content:'# µî»êÈ­'; } 
.tabarea .item_container .tad04 .item-cont .item-list:first-of-type:before { content:'# ÅÙÆ®/Å¸ÇÁ'; } 
.tabarea .item_container .tad05 .item-cont .item-list:first-of-type:before { content:'# Ä·ÇÎÆÛ´ÏÃ³'; } 

/* ÀÎ½ºÅ¸ ¿µ¿ª */
.instaArea .cateTit { padding: 80px 0 20px; } 
.cateTit p { color: #aaaaaa; font-size: 14px; font-family: "Lato", sans-serif; letter-spacing: 0.5px; font-weight: 300; text-align: right; } 
.cateTit p img { margin: -2px 0 0 10px; } 
.instaArea { width: 1240px; margin: 0 auto 110px; } 

/* item-wrap (¸ÞÀÎ) */
.item-wrap {
    clear: both;
    padding: 4px 0 20px;
    text-align: center;
    width: 1240px;      /* ÀüÃ¼ ³Êºñ °íÁ¤ */
    margin: 0 auto;     /* Áß¾Ó Á¤·Ä */
    box-sizing: border-box;
}

.m_sale_brand {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;    /* ÀÚ¸®°¡ ¸ðÀÚ¶ó¸é ´ÙÀ½ ÁÙ·Î ³Ñ±è */
    gap: 10px;          /* ¹è³Ê »çÀÌ °£°Ý 20px */
    justify-content: flex-start; /* ¿ÞÂÊºÎÅÍ Â÷°îÂ÷°î Á¤·Ä */
}

.m_sale_brand li {
    /* (1240px - (°£°Ý 10px * 4)) / 5 = 240px 
       ÇÑ ÁÙ¿¡ Á¤È®È÷ 5°³°¡ µé¾î°¡µµ·Ï ³Êºñ °íÁ¤ 
    */
    width: 240px; 
    box-sizing: border-box;
}

.m_sale_brand li img {
    display: block;
    width: 100%;        /* ºÎ¸ðÀÎ li ³Êºñ(232px)¿¡ ¸Â°Ô ²Ë Ã¤¿ò */
    height: auto;
    border-radius: 5%;
}

.m_sale_brand_mini {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;    /* ÀÚ¸®°¡ ¸ðÀÚ¶ó¸é ´ÙÀ½ ÁÙ·Î ³Ñ±è */
    gap: 10px;          /* ¹è³Ê »çÀÌ °£°Ý 20px */
    justify-content: flex-start; /* ¿ÞÂÊºÎÅÍ Â÷°îÂ÷°î Á¤·Ä */
}

.m_sale_brand_mini li {
    /* (1240px - (°£°Ý 10px * 4)) / 5 = 240px 
       ÇÑ ÁÙ¿¡ Á¤È®È÷ 5°³°¡ µé¾î°¡µµ·Ï ³Êºñ °íÁ¤ 
    */
    width: 146px; 
    box-sizing: border-box;
}

.m_sale_brand_mini li img {
    display: block;
    width: 100%;        /* ºÎ¸ðÀÎ li ³Êºñ(232px)¿¡ ¸Â°Ô ²Ë Ã¤¿ò */
    height: auto;
    border-radius: 5%;
}

/* ================================================
   ¸®ºä ±×¸®µå
================================================ */

/* 4¿­¡¿2Çà ±×¸®µå ÄÁÅ×ÀÌ³Ê */
.review-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Ä«µå °³º° */
.review-card {
    padding: 28px 24px 24px;
    border-top: 2px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ¿À¸¥ÂÊ ³¡ ¿­(4¹øÂ°)Àº border-right Á¦°Å */
.review-card:nth-child(4n) {
    border-right: none;
}

/* º°Á¡ ¾ÆÀÌÄÜ ¿µ¿ª */
.review-score {
    font-size: 20px;
    line-height: 1;
    color: #333333;
    letter-spacing: -px;
}

/* Á¦¸ñ - »óÇ° ÀÌ¹ÌÁö+ÀÌ¸§ ³ª¶õÈ÷ */
.review-subject {
    margin: 0;
    overflow: hidden;
}

.review-subject a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
}

.review-subject img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.review-subject span {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #444;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review-subject a:hover span {
    text-decoration: underline;
}

/* ³»¿ë */
.review-content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #555;
    margin: 0;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
}

.review-content a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #555;
    text-decoration: none;
}

.review-content a:hover {
    text-decoration: underline;
}

/* ³¯Â¥ */
.review-date {
    display: block;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #999;
    margin-top: 8px;
}

/* ================================================
   ¹ÝÀÀÇü
================================================ */
@media (max-width: 1240px) {
    .review-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-card:nth-child(4n) {
    
    }

    .review-card:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 600px) {
    .review-wrap {
        grid-template-columns: 1fr;
    }

    .review-card:nth-child(2n) {
        border-right: none;
    }

    .review-card {
        border-right: none;
    }
}
/* BASIC css end */

