@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


html, body {
  margin: 0;
  padding: 0;
}
.tail1 {
	font-family: 'Nanum Gothic';
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.sub1 {
	font-family: 'Nanum Gothic';
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.swiper {
  max-width: 766px;
  margin: 0 auto;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 12px;
  background: #fff;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  color: #000 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}
