/* BASIC css start */
del { display: none;}

a {
    text-decoration: none;
}


#wrap {
    overflow: hidden;
}



/*¸ÞÀÎ ¹è³Ê*/
.main_slide_wrap .mainbn_area {
    position: relative;
    margin-top: -30px;
}

.mainbn_wrap{
   padding-bottom:0 !important;
}


.mainbn_wrap.mainbnr img {

    width: 100%;
}

.mainbnr_txtwrap {
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    bottom: 120px;
    color: #fff;
    width: 100%;
}

.mainbnr_txtwrap h3 {
    font-size: 20px;
    font-weight: 500;
    padding:0 0 6px;
}

.mainbnr_txtwrap p {
    font-size: 14px;
}

.black {
    color: #151515 !important;
}

.black h3 {
    color: #151515 !important;
}


.swiper-pagination-bullet {
    width:8px !important;
    height:8px !important;
    display:inline-block;
    background:#fff !important;
    border-radius:50% !important;
    transition: ease 0.5s;
}

.main_slide_wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background:#fff;
    width: 8px !important;
    height:8px;
    border-radius:50%;
}

.swiper-pagination {
    bottom:8% !important;
}



/* position, bottom, left µîÀ¸·Î À§Ä¡ ¼³Á¤ ÇÊ¿ä 
.mouse_scroll {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease; 
  opacity: 1;
  visibility: visible;
}

.mouse_scroll.is-hidden {
  opacity: 0;
  visibility: hidden;
}


.scroll {
  width: 20px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.scroll span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: block;
  animation: cursor 1.15s linear infinite;
}


.arrow-down {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transform: rotate(45deg);
  margin-top: 0.3rem;
  animation: arrow 1.15s linear infinite;
}

@keyframes cursor {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  
  100% {
    opacity: 1;
    transform: translateY(1rem);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  
  100% {
    opacity: 1;
  }
}
*/
.scroll_line_box {
    position: absolute;
    bottom: 50px; /* ¹è³Ê ÇÏ´Ü¿¡¼­ 50px À§·Î ¶ç¿ò */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* ¹è³Ê ÀÌ¹ÌÁöº¸´Ù ¹«Á¶°Ç ÃÖ»ó´Ü¿¡ ¿Àµµ·Ï ¼³Á¤ */
    display: block;
}

/* ¼¼·Î¼± ¾Ö´Ï¸ÞÀÌ¼Ç */
.vertical-line {
    display: block;
    width: 1px;   /* ¼± µÎ²² */
    height: 60px; /* ¼± ±æÀÌ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-size: 100% 200%;
    animation: lineGradient 2s linear infinite;
}

/* ¼±ÀÌ À§¿¡¼­ ¾Æ·¡·Î Èå¸£´Â È¿°ú */
@keyframes lineGradient {
    0% { background-position: 0% 0%; }
    100% { background-position: 0% -200%; }
}

/* ½ºÅ©·Ñ ½Ã ¼û°ÜÁö´Â È¿°ú */
.scroll_line_box.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}




/*½ÅÁ¦Ç°*/
ul.info {
    position: relative;
    padding: 10px;
    
}

li.item-list {
    width: 49%;
    padding-bottom: 20px;
}

.item-list-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 1%;
}

.new_cate_tab {
    width: 90%;
    text-align: center;
    margin: 0 auto 80px;
}

.tab {
    display: none;
    position: relative;
    margin: 0px auto;
}

.tab.active {
    display: block;
}

.new_cate_tab .buttons {
    text-align: center;
}

.new_cate_tab .buttons button {
    display: inline-block;
    color: #9c9c9c;
    background-color: #fff;
    padding: 0px 4% 30px;
    outline: none;
    border: none;
}

.new_cate_tab .buttons button.active {
    color: #151515;
}

.swiper-button-lock {
    display: block;
}

div.thumb {
    position: relative ;
}

span.my-wish-list {
   position: absolute;
   display:inline-block;
   width: 15px;
   height: 15px;
   top: 13px;
   right: 12px;
   z-index:11;
}

span.my-wish-list img {
   width:100%;
}

.listpercent {
    display: none;
    color:var(--brand-color);
}

.listPrice{
    color: #151515;
}

.item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

img.MS_prod_img_m {
    width: 100%;
}

.price {
    text-align: left;
        padding-top: 4px;
}

.listName{
    padding-top:3px;
    text-align: left;
    font-size: 12px;
    color: #797979;

}

.subName {
   padding-bottom: 3px;
   color: #151515;
   word-break: break-all;
   font-size: 13px;
   text-align: left;
   line-height: 17px;
   font-weight: 400;
}







/*mdpick*/

div.mdpick {
    margin: 0 auto;
    padding: 70px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;  
}

.item_tit {
    text-align: center;
}

p.area-title {
    font-size: 23px;
    padding-bottom: 30px;
    font-weight: 650;
    color: #151515;
    display: inline-block;
}

.item-slide-wrapper {
    position: relative !important;
    padding-bottom:5px;

}


.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    z-index: 1 !important;
}




.subbn img {
    width: 100%;
}

.listbn_txt {
    padding: 15px 0;
    text-align: center;
    line-height: 1.5;
    color: #151515;
}

.listbn_txt h1 {
    font-size: 16px; 
    font-weight: 500;
}  

.listbn_txt a {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
    border:1px solid #151515;
}


/*list_wrap START*/
.main_list_wrap {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.list_wrap {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;  
}

.main_list {
    position: relative;
    display: inline-block; 
    width:100%;
}

.main_list a {
    display: inline-block;
    width:100%;
}


.main_list .list_txt {
    position: absolute;
    width:100%;
    bottom: 10%;
    padding: 0 5px;
    text-align: center;
    color:#fff;
    z-index:11;
}

.main_list .list_txt h1 {
    padding-bottom: 6px;
    font-size:20px;
    font-weight: 500;
}

.main_list .list_txt .sub {
    font-size:14px;
}

.main_list .list_txt .list_cate {
    display: inline-block;
    padding: 15px 0;
    font-size:14px;
    line-height: 14px;
}

.main_list_wrap img {
     width:100%;
} 

div.text-area{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 35%;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0.8), transparent);
}






/* BASIC css end */

