@charset "utf-8";

.swiper { width: 100%; height: 100%;}
.swiper {margin-left: auto;margin-right: auto;}
.swiper-slide {text-align: center;

	/* Center slide text vertically */
	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 .slide_img {float:left;width: 850px;height: 520px; margin-top:35px;  background: #fff;}
.swiper-slide .slide_cont {float:left;width: 650px;height: 520px; margin-top:-150px; text-align:left; padding:0 0 0 41px; background:#fff;}
.swiper-slide .slide_cont > p:nth-child(1) {  }
.swiper-slide .slide_cont > p:nth-child(2) { margin-top:40px; font-family:'Barlow Condensed'; font-size:24px; font-weight:600; color:#b59579; letter-spacing:0.1em; }
.swiper-slide .slide_cont > p:nth-child(3) { margin-top:15px; font-size:30px; line-height:30px; font-weight:600; letter-spacing:-0.05em; }
.swiper-slide .slide_cont > p:nth-child(4) { margin-top:15px; font-size:22px; line-height:32px; font-weight:300; letter-spacing:-0.05em; }

.swiper-button-next::after {margin-left:-70px;	color:#fff;}
.swiper-button-prev::after { margin-right:-70px; color:#fff;}

/*
.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 { float:left; position:relative; z-index:3; width: 165px; margin-top:20px; margin-right: 0px; padding: 20px 0 10px 0; text-align:center; background-color: #fff;  border-bottom: 2px solid #BEBEBE; transition: all .3s; }
.custom_bullet:last-child { margin-right: 0; }
.custom_bullet span { color:#BEBEBE; font-size: 20px; font-weight: 400; }
.custom_bullet:hover span{ font-weight:500; color: #b59579; cursor:pointer; transition: all .3s;}
.swiper-pagination-custom-bullet-active { font-weight:500; background-color: #fff;  /*box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25); */border-bottom: 5px solid #b59579; }
.swiper-pagination-custom-bullet-active span { color: #b59579;  }
.swiper-pagination-custom-bullet-active:hover span { color: #b59579; transition: all .3s; }