@charset "utf-8";

.swiper {  display:inline-block; width:100%; height: 100%; margin-top:120px; }
.swiper-slide {  display:inline-block; width: 100%;overflow:hidden; }

.swiper-slide .slide_img { width:100%; margin-top:100px; text-align:center; }
.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 {display:none;margin-left:0px;	color:#000;}
.swiper-button-prev::after { display:none;margin-right:0px; color:#000;}

/*
.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; right:70px; position:relative; z-index:3; }
.custom_bullet span { display:inline-block; text-align:center; font-family: 'Noto Sans KR'; font-size:22px;  font-weight:400;  color:#000; width:200px; height:55px; line-height:55px; list-style:none; margin:0 5px; border:1px #ddd solid; background:#fff; border-radius:28px; transition: all .3s ease;}
.custom_bullet:hover span{ display:inline-block; color:#fff;width:200px; height:55px; line-height:55px; list-style:none; margin:0 5px; border:1px #000 solid; background:#000; border-radius:28px;color:#fff;width:200px; height:55px; line-height:55px;  cursor:pointer;list-style:none; margin:0 5px; border:1px #000 solid; background:#000; border-radius:28px; transition: all .3s ease; transition: all .3s ease;}
.swiper-pagination-custom-bullet-active {  }
.swiper-pagination-custom-bullet-active span { display:inline-block; color:#fff;width:200px; height:55px; line-height:55px; list-style:none; margin:0 5px; border:1px #000 solid; background:#000; border-radius:28px; transition: all .3s ease; cursor:pointer; } 
