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

.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;
      max-height: 380px;
    }

    .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
			max-width: 766px;
      max-height: 380px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

		.slide01 {background: url('../img/m_slide01.png') no-repeat center center / cover;}
		.slide02 {background: url('../img/m_slide02.png') no-repeat center center / cover;}
		.slide03 {background: url('../img/m_slide03.png') no-repeat center center / cover;}

		.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;}
