/* BASIC css start */
/* =================================================
   EVENT 260116 - MOBILE ONLY (FINAL)
   ±×³É º¹ºÙÇØ¼­ PC CSS ¾Æ·¡¿¡ ºÙÀÌ±â
================================================= */

@media (max-width: 860px){

/* ±âº» */
.ev_260116,
.ev_260116 *{
  box-sizing:border-box;
}

.ev_260116{
  width:100%;
  margin:0;
  padding:0;
}

/* PC Áß¾ÓÁ¤·Ä ÇØÁ¦ */
.ev_260116 > section,
.ev_260116 > details{
  width:100% !important;
  left:auto !important;
  transform:none !important;
}

/* ÀÌ¹ÌÁö */
.ev_260116 img{
  display:block;
  width:100%;
  height:auto;
}

/* ---------------- HERO ---------------- */
.evHero{
  width:100%;
  position:relative;
}

.evHero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:55%;
  background:linear-gradient(
    to top,
    rgba(72,52,40,0.75) 0%,
    rgba(72,52,40,0.45) 45%,
    rgba(72,52,40,0.15) 75%,
    rgba(72,52,40,0) 100%
  );
  z-index:1;
}

.evHero__txt{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:6vw;
  width:92%;
  text-align:center;
  color:#fff;
  z-index:2;
}

.evHero__t1{
  font-size:5.8vw;
  font-weight:800;
  line-height:1.25;
  text-shadow:0 2px 8px rgba(0,0,0,0.4);
}

.evHero__t2,
.evHero__t3{
  font-size:4.1vw;
  margin-top:1.6vw;
  line-height:1.35;
  text-shadow:0 2px 8px rgba(0,0,0,0.4);
}

/* ---------------- TAB (4µîºÐ + ³ôÀÌ È®º¸) ---------------- */
.ev_260116 .winter-tab{
  width:100%;
  display:flex;
  margin:0;
  padding:0;
  list-style:none;
  background:#f6f1ec;
  border-top:1px solid #e2d6cf;
  border-bottom:1px solid #e2d6cf;
}

.ev_260116 .winter-tab li{
  width:25%;
  border-right:1px solid #e2d6cf;
}

.ev_260116 .winter-tab li:last-child{
  border-right:none;
}

.ev_260116 .winter-tab a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:64px;                /* ¡ç ÇÙ½É */
  padding:6px;
  font-size:12.5px;
  font-weight:600;
  line-height:1.35;
  color:#7a3f35;
  text-align:center;
  word-break:keep-all;
  white-space:normal;
  text-decoration:none;
}

.ev_260116 .winter-tab li.is-active a{
  background:#7a3f35;
  color:#fff;
}

/* ---------------- SECTION IMG ---------------- */
.ev_260116 .ev_img{
  margin:0;
  padding:0;
  line-height:0;
}

/* ---------------- SALE LIST (2¿­) ---------------- */
.ev_260116 .wsale-list{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  margin:0;
  padding:0;
  list-style:none;
}

.ev_260116 .wsale-list li{
  width:50%;
}

.ev_260116 .wsale-list a{
  display:block;
}

/* ---------------- HEALING ---------------- */
.ev_260116 .ev_healing .ev_img a{
  display:block;
}

/* ---------------- NOTICE ---------------- */
.ev_260116 .ny-notice{
  width:calc(100% - 24px);
  margin:20px auto 0;
  border:1px solid #e1e4f0;
  border-radius:12px;
  background:#fcf8f6;
}

.ev_260116 .ny-notice summary{
  padding:14px;
  font-size:14px;
}

.ev_260116 .ny-notice__body{
  padding:14px;
  font-size:13px;
  line-height:1.6;
}

}

/* BASIC css end */

