/* BASIC css start */
.swiper-container {
	margin: 0 auto;
	background: #fff;
}
/* ½½¶óÀÌµå Àû¿ë½Ã »èÁ¦ */
.event_benefit .swiper-container { overflow: inherit; }
.event_benefit .swiper-slide {
	text-align: center;
	background: #fff;
	display: block;
	margin-bottom: 5px;
}
.event_benefit .swiper-wrapper { display: block; }

/* ½½¶óÀÌµå Àû¿ë½Ã
.swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
*/
 .swiper-slide img{width:100%}

.swiper-button-prev{
    background-image:none !important;
    width: 44px!important;
    height: 44px!important;
    background: #fff;
    border-radius: 50%;
    opacity: 0.7;
left: -22px !important;
}
.swiper-button-prev:after {
    border-left: 0;
    border-right: 5px solid #333;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 18px 0 0 -6px;
    width: 32px;
}

.swiper-button-next{
   background-image:none !important;
    width: 44px!important;
    height: 44px!important;
    background: #fff;
    border-radius: 50%;
    opacity: 0.7;
right: -22px !important;
}
.swiper-button-next:after {
    border-left: 5px solid #333;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 18px -10px 0 13px;
    width: 32px;
}
.swiper-pagination-bullet-active {    background: #333 !important;}
.swiper-container.swiper-container-horizontal {    padding-bottom: 30px;}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {bottom: 0;}
.swiper-button-next, .swiper-button-prev{margin-top:-36px !important;}
.shopdetailRelation h2 { font-size:15px; color:#1c1c1c; font-weight: bold; margin-bottom:10px; font-weight: bold; border-top: 1px solid #c3c3c3; padding-top: 20px; }
.shopdetailRelation h2 span { font-size: 13px; font-weight: normal; padding-left: 5px; vertical-align: bottom; }
.swiper-pagination-bullet { width: 6px !important; height: 6px !important; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px !important; }
/* BASIC css end */

