@charset "utf-8";

.swiper { width: 100%; height: 100%;}

.swiper-slide {width:1645px;text-align: left;

	/* 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_cont {float:left;width: 685px;height: 735px; margin-top:0px; text-align:left; padding:70px 0 0; background:#fff;}
.swiper-slide .slide_cont > p:nth-child(1) { margin-top:40px; font-family:'RixMyeongjo-B'; font-size:48px; font-weight:600; color:#cfd9e5; letter-spacing:0.05em; }
.swiper-slide .slide_cont > p:nth-child(2) { margin-top:20px; font-family:'s-core-dream-regular'; font-size:30px; font-weight:400; letter-spacing:-0.03em; }
.swiper-slide .slide_cont > p:nth-child(3) { margin-top:20px; font-family:'s-core-dream-bold'; font-size:56px; font-weight:600; letter-spacing:-0.05em; }
.swiper-slide .slide_cont > p:nth-child(4) { margin-top:15px; font-family:'s-core-dream-regular'; font-size:18px; font-weight:400; line-height:28px; letter-spacing:-0.05em; }
.swiper-slide .slide_cont > p:nth-child(5) { margin-top:50px; }
.swiper-slide .slide_img {float:left;width: 960px;height: 735px; margin-top:0px;  background: #fff;}

.swiper-button-next::after { display:none; margin-left:-70px;	color:#fff;}
.swiper-button-prev::after { display:none; 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: 100px; top:-210px; margin-right:3px; text-align:center; background-color: #fff;  border-bottom: 3px solid #888; transition: all .3s;cursor:pointer;}
.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: #54B0D9; 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: 3px solid #54B0D9; }
.swiper-pagination-custom-bullet-active span { color: #54B0D9;  }
.swiper-pagination-custom-bullet-active:hover span { color: #54B0D9; transition: all .3s; }