/* BASIC css start */
#content { padding: 0 32%; overflow-x: hidden; }


.areserve { font-family: 'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,"Malgun Gothic","¸¼Àº °íµñ",helvetica,"Apple SD Gothic Neo",'Noto Sans KR',sans-serif; word-break: keep-all; text-align: center; }
.areserve img { width: 100%; }

#areserve_choice { background: #16070a url('https://mothersall.img6.kr/event_notice/winter25/areserve_back.jpg') top center/100% no-repeat; padding: 10% 0; text-align: center; } 
#areserve_choice > img:nth-child(1) { width: 80%; margin: 5% 10%; }
#areserve_choice > p { color: #fff; font-size: 1.25em; line-height: 1.5em; margin: 0 auto 5%; font-weight: 600; }

/* Ã¼Å©¹Ú½º ¼û±è */ input[type="radio"] { display: none; }

.form-wrap { margin-bottom: 17%; }

.areserve_btn { }
.areserve_btn > img { width: 42%; }



/* ½½¶óÀÌµå°¡ ¹ÛÀ¸·Î Æ¢¾î³ª¿Íµµ º¸ÀÌ°Ô */
.swiper-container {
    overflow: visible;
}

/* ¼öÁ÷ °¡¿îµ¥ Á¤·Ä */
.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

/* ¶óµð¿À ¼û±â±â */
.addinfo_inputs {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Ä«µå ±âº» ½ºÅ¸ÀÏ (label ¾È¿¡ img ÀÖÀ½) */
.swiper-slide label {
    display: block;
    position: relative;
    transition:
        transform 0.45s ease,
        opacity 0.45s ease,
        filter 0.45s ease;
}

.swiper-slide img {
    display: block;
    width: 100%;
    max-width: 420px;     /* Ä«µå ½ÇÁ¦ ³Êºñ   µðÀÚÀÎ¿¡ ¸Â°Ô Á¶Àý */
}

/* °¡¿îµ¥ ¸ÞÀÎ Ä«µå */
.swiper-slide-active label {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    z-index: 3;
}

/* ¾ç ¿·¿¡ °ãÃÄ º¸ÀÌ´Â Ä«µå */
.swiper-slide-prev label,
.swiper-slide-next label {
    transform: scale(0.86);
    opacity: 0.7;
    filter: blur(1.5px);
    z-index: 2;
}

/* ±× µÚ¿¡ ÀÖ´Â Ä«µåµéÀº ´õ ÀÛ°í Èå¸®°Ô (ÇÊ¿ä ¾øÀ¸¸é »èÁ¦ÇØµµ µÊ) */
.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) label {
    transform: scale(0.8);
    opacity: 0;
    filter: blur(3px);
    z-index: 1;
}

/* ±âº»ÀûÀ¸·Î ¸ðµç Ä«µåÀÇ <p> ¼û±â±â */
.swiper-slide p { color: #fff;  font-size: 1.15em; line-height: 1.5em; margin-top: -5%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

/* °¡¿îµ¥ Ä«µå(active)ÀÏ ¶§¸¸ <p> º¸ÀÌ±â */
.swiper-slide-active p {
    opacity: 1;
    max-height: 150px; /* ÄÜÅÙÃ÷¿¡ ¸ÂÃç ÃæºÐÈ÷ Å« °ª ³Ö±â */
}

/* ¸ð¹ÙÀÏ¿¡¼­ °ãÄ§ °­µµ Á¶±Ý ÁÙÀÌ±â (¼±ÅÃ»çÇ×) */
@media (max-width: 767px) {
    .swiper-slide img {
        max-width: 320px;
    }
}

/* BASIC css end */

