/* BASIC css start */
/* ÀÌ¹ÌÁö ¸Ê */
img[usemap] { border: none; height: auto; max-width: 100%; width: auto;}
img{ border: none; height: auto; max-width: 100%; width: auto;}
.evt_img { width: 100%;  max-width: 750px;  margin: 0 auto; position: relative; text-align: center; }


/* °øÅë */
#contentWrap { margin: 0px auto; text-align:center; max-width: 750px;}
.item-wrap {margin:0 auto;width: 100%;}
.item-wrap .dc {color: #ff3e1a !important; font-weight: 700!important;}
.pleasewait {border-radius: 0;}


#ev_02 {position: relative;}

#ev_02 .coupon_overlay{
  position: absolute;
  top: 270px;
  left: 116px;

  width: 518px;
  height: 226px;

  opacity: 0;
  transform: translateY(30px); /* ¾Æ·¡¿¡¼­ ¿Ã¶ó¿À´Â ´À³¦ */
  transition: transform 600ms ease, opacity 600ms ease;
  will-change: transform, opacity;
  pointer-events: none; /* Å¬¸¯ ÇÊ¿ä ¾øÀ¸¸é À¯Áö */
}

#ev_02 .coupon_overlay.is-show{
  opacity: 1;
  transform: translateY(0);
}



/* Å¸ÀÌ¸Ó¿µ¿ª */
#ev_03{ position: relative; }

#ev_03 .deal_timer{
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  color: #ffffff;
}



/* ½ÃÀÛ Àü ¹®±¸ */
#ev_03 .deal_coming{
  display: none;
  font-size: 40pt;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #465289;
  letter-spacing: -0.03em;
}



#ev_03 .deal_timer_row{
  display: flex;
  align-items: flex-start;
  gap: 20px; 
}

#ev_03 .t_unit{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

#ev_03 .t_num{
  font-size: 50pt;
  font-weight: 600;
  width: 100%;
  text-align: center;     
  font-variant-numeric: tabular-nums; 
  font-feature-settings: "tnum" 1; 
  letter-spacing: -0.05em;   /* ¼ýÀÚ °£ °£°Ý */
}

#ev_03 .t_label{
  margin-top: 5px;
  font-size: 12pt;
  font-weight: 100;
  letter-spacing: 0.02em;
}

#ev_03 .t_colon{
  font-size: 50pt;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-5px); /* ÄÝ·Ð ¼öÁ÷ ¹Ì¼¼Á¶Á¤ */
}






/* section04 */
#ev_04 { position: relative; }

/* ÀÌ¹ÌÁö ¹Ø 55px */
#ev_04 .theme_tabs{
  margin-top: 55px;
  display: flex;
  justify-content: center; /* ÀüÃ¼ °¡¿îµ¥ */
  gap: 11px;
}

#ev_04 .theme_tab{
  width: 212px;
  height: 48px;
  background: #eeeeee;
  border: 0;
  cursor: pointer;
  border-radius : 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12pt;
  font-weight: 400;
  color: #000;
}

/* Å¬¸¯(¼±ÅÃ) »óÅÂ */
#ev_04 .theme_tab.is-active{
  background: #000;
  color: #fff;
}




/* section04 »óÇ°Áø¿­*/
/* °øÅë »óÇ° ¸®½ºÆ® ½ºÅ¸ÀÏ */
.section_04 .topTen{
    margin-top: 35px;
    padding-left: 22px;
    margin-bottom: 145px;
}

.section_04 .item-wrap{
    padding-right: 15px;
    box-sizing: border-box;
}

.section_04 .item-wrap .item-cont .item-list{
    margin-bottom: 0;
}

.section_04 .prd-info{
    color: #000;
}

.section_04 .prd-info .prd-review{
    margin-left: 10px;
}

.section_04 .prd-info > ul .prd-name{
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px !important;
}

.section_04 .prd-info .prd-wish a{
    color: #9f9f9f;
}

.section_04 .prd-info .prd-wish i.fa{
    color: #acacac;
}                 



.topTen .new_slide .swiper-slide{
  margin-bottom: 0;
}
.topTen .new_slide .swiper-slide:nth-child(-n+6){
  margin-bottom: 20px;  /* ¿øÇÏ´Â ¼¼·Î °£°Ý */
}




/* section04 ÅÇ ÄÜÅÙÃ÷: ±âº»Àº ¼û±è */
#ev_04 .topTen{ display: none; }

/* ¼±ÅÃµÈ ÅÇ ÄÜÅÙÃ÷¸¸ ³ëÃâ */
#ev_04 .topTen.is-show{ display: block; }









/* footer */
#footer {margin-top:0!important;}






/* BASIC css end */

