@charset "utf-8";
.section { width: 100%; position: relative; }

.section .d-day { position: absolute; width: 1178px; min-height: 50px; background: rgba(0,0,0,0); left: 50%; bottom: 1010px; transform: translate(-50%, 0); font-family: 'DINNextLTPro'; font-size: 30px; display: flex; justify-content: center; gap: 70px; font-size: 96px; color: #c45b83; line-height: 1; }

.section .swiper-wrap { position: absolute; width: 1178px; height: 218px; background: rgba(0,0,0,0); left: 50%; bottom: 183px; transform: translate(-50%, 0); display: flex; justify-content: space-between; align-items: center; }
.section .swiper-wrap .swiper { width: 798px; }
.section .swiper-wrap .swiper .swiper-slide { width: 180px; }
.section .swiper-wrap .swiper .swiper-slide > img { width: 100%; }
.section .swiper-wrap > p { cursor: pointer; }

