/* BASIC css start */
/*ÆË¾÷Ã¢*/
#specialEvt .cont-pop .cont {
    min-height: 0 !important;
}




/*°øÅë*/
strike {
    display: none;
}



.area-title {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    padding-bottom: 25px;
    margin-right: 10px;
    color: #151515;
}




/*¸ÞÀÎ ¹è³Ê ¿µ¿ª*/

.mainbnrarea {
    margin: -60px auto 0;
    overflow: hidden;
    position: relative;
}

.mainbnrarea a {
    display: inline-block;
    
}

.mainbnrarea a img {
    width: 100%;
}

.mainbnrarea .main_bnr {
    padding-bottom: 0 !important;
    z-index:0;
}


.main_txt {
    position: absolute;
    width:100%;
    *left: 50px;
    bottom: 10%;
    text-align: center;
    color: #fff;
}


.main_txt h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    padding: 20px 0 6px;
}


.main_txt p {
    font-size: 20px;
    font-weight: 300;
}

.black {
    color: #151515 !important;
}

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



/* position, bottom, left µîÀ¸·Î À§Ä¡ ¼³Á¤ ÇÊ¿ä 
.mouse_scroll {
  position: absolute;
  bottom: 6%;
  right: 48.5%;
  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: 8px;
  height: 8px;
  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: 80px; /* ¼± ±æÀÌ */
    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;
}





/*mdpick*/

.mdpick {
    margin: 150px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    overflow:hidden;
}

.item_tit {
    padding: 0 50px;
    text-align: center;
}

.vmore {
    line-height: 14px;
}

.vmore:after {
    display:block;
    content: '';
    border-bottom: 1px solid #151515; 
    transform: scaleX(0);  
    transform-origin: 0% 100%;
    transition: transform .2s ease-in-out;
}

.vmore:hover:after { transform: scaleX(1); }

.item-slide-wrapper {
    position: relative;
}

.prd-wish {
    position: absolute;
    top: 15px !important;
    right: 20px;
    z-index: 11;
}

.thumb {
    width: 100% !important;
    position: relative !important;
    display: inline-block;
}

.thumb a {
    vertical-align: unset;
}

.thumb .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height:100%;
}

.thumb:hover .img-top {
    display: block;
}

.thumb:hover .dm_bg {
    display: block;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    -
}


.item-list-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .4s ease;
    background-color: rgb(0 0 0 / 10%);
    opacity: 0;
    z-index: 10;
}

.item-list-bg:hover {
    opacity: 1;
}





.item-list .item .info {
    margin-left: 0px;
    margin-top: 0px;
    padding: 10px 15px;
    text-align: left;
    overflow: hidden;
}

.item-list .item .info .brand {
    font-weight: 400;
}

.item-list .item .info .name {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    color: #353535;
    font-family: 'Pretendard Variable';
}


.item-list .item .info .price {
    padding-top: 3px;
    padding-bottom: 0px;
    text-align: left;
    font-size: 15px;
    display: flex;
}

.item-list .item .info .price02 {
    font-weight: 200;
    color: #797979;
    margin-right: 5px;
}

.item-list .item .info .price03 {
    margin-right: 10px;
    color: #151515;
    font-weight: 500;
}


.item-list .item .info .percent {
    display: none;
    color: #f03e24;
    font-weight: 500;
}

div.swiper-button-next.new_tab_btn {
    top: 48%;
    right: -30px;
    transform: translateY(-48%);
    background-size: 10px !important;
}

div.swiper-button-prev.new_tab_btn {
    top: 48%;
    left: -30px;
    transform: translateY(-48%);
    background-size: 10px !important;
}



.list_wrap {
    *padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow:hidden;
}


.main_list_wrap {
    display: flex;
    overflow: hidden;
    gap:5px;
    padding: 0 0px 200px;
}

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

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


.main_list .list_txt {
    position: absolute;
    width:100%;
    bottom: 6%;
    *padding: 0 50px;
    text-align: center;
    color:#fff;
}

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


.main_list .list_txt h1 {
    font-size:14px;
    font-weight: 500;
}

.main_list .list_txt .more {
    display: inline-block;
    margin-top:5px;
    font-size:12px;
    line-height: 14px;
    border-bottom:1px solid #fff;
}

.main_list_wrap img {
     width:100%;
} 

div.text-area{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 35% !important;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%) !important;
}


.subbn {
    position: relative;
}

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

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

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


/* BASIC css end */

