@charset "utf-8";
.swiper_tab { display:inline-block; width:100%; height: 100%; text-align:left; margin-top:40px; overflow:hidden; }

.swiper-slide { width:680px; margin-top:20px;}
.swiper-slide .slide_img { width:680px; margin:0 auto; text-align:center; }
.swiper-button-next::after { margin-top:300px; margin-left:-370px;	color:#666;}
.swiper-button-prev::after { margin-top:300px; margin-right:-370px; color:#666;}

.swiper-button3-next::after { margin-top:200px; margin-left:-370px;	color:#666;}
.swiper-button3-prev::after { margin-top:200px; margin-right:-370px; color:#666;}

@media only screen and (max-width:1024px){
	.swiper-slide { width:100%; margin-top:20px;}
}


/*
.swiper .swiper-pagination { position: absolute; margin-left:100px; bottom: 60px !important;}
.swiper .swiper-pagination-bullet {width:10px;	height:10px; background-color: #555;margin: 0 5px !important;}
*/

/* ÆäÀÌÂ¡ Ä¿½ºÅÒ */
.custom_bullet { display:inline-block; margin:0 auto; position:relative; z-index:3;}
.custom_bullet span { display:inline-block; font-size: 25px; color:#bbb;  font-family:'Titillium Web'; font-weight:500; padding-right:10px; height:40px; line-height:40px;letter-spacing:-0.04em; transition: all .3s;}
.custom_bullet:hover span{ display:inline-block; padding-right:10px; height:40px; line-height:40px; cursor:pointer; transition: all .3s;}
.swiper-pagination-custom-bullet-active {  }
.swiper-pagination-custom-bullet-active span { display:inline-block; padding-right:10px; color:#fff; font-family:'Titillium Web'; font-weight:700; height:40px; line-height:40px; cursor:pointer; } 
swiper-pagination-custom .slide_line:last-child { display:none; } 

.custom2_bullet { display:inline-block; margin:0 auto; position:relative; z-index:3; }
.custom2_bullet span { display:inline-block; margin:0 10px; font-size: 20px; font-family:'Noto Sans Kr'; font-weight:300; width:180px; height:50px; line-height:50px; border:1px solid #777; background:#fff; border-radius:25px; letter-spacing:-0.04em;transition: all .3s;}
.custom2_bullet:hover span{ display:inline-block; font-weight:500; color:#fff; background:#6F625A; cursor:pointer; transition: all .3s;}
.swiper-pagination-custom2-bullet-active {  }
.swiper-pagination-custom2-bullet-active span { display:inline-block; width:180px; height:50px; line-height:50px; color:#fff; background:#6F625A; font-weight:500; cursor:pointer; } 

