/* BASIC css start */
.detailP_secWrap { position:relative; }
.detailP_sec { width:90%; margin:0 auto; overflow:hidden; }

.detailP_sec .swiper-wrapper { width:100%; position:relative; }
.detailP_sec .swiper-button-prev { top:50%; left:5px; transform: translate(0, -50%); width:30px; height:30px; margin:0; }
.detailP_sec .swiper-button-next { top:50%; right:5px; transform: translate(0, -50%); width:30px; height:30px; margin:0; }
.detailP_sec .swiper-button-prev::after { display:none; }
.detailP_sec .swiper-button-next::after { display:none; }
.detailP_sec .swiper-button-prev img { width:100%; }
.detailP_sec .swiper-button-next img { width:100%; }

.detailP_sec img { width:100%; }
/* BASIC css end */

