@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.slide {width:96%;margin:0% 2% 2% 2%;border-radius:30px;overflow:hidden;}
.slide li {width:100%;padding:0px;height:calc(100vh - 130px);display:block; text-align:center;}
.slide li img {width:100%;}
.slide .con_wrap {display:flex;width:100%; height:100%; align-items:center;}
.slide .content {width:65%; padding:2%; position:relative;text-align:center;}
.slide .content.left {float:left;}
.slide .content.right {float:right;}
.slide .content.center {float:none;}

.slide .content .title_01 {font-size:3.2em; color:#6F4A9B; text-align:center; padding-bottom:25px}
.slide .content .title_02 {font-size:3.8em; font-family:'Playfair Display';font-weight:500;text-align:center}
.slide .content .more {background:#ffffff; color:#232323; width:100px; height:33px; display:inline-block; border-radius:20px; overflow:hidden;margin:15px 0px;box-shadow:0 0 6px rgba(0, 0, 0, 0.16)}
.slide .content .more a {font-weight:400; font-size:1.2em; display:block;line-height:33px;}

.slide .slick-dots {bottom:20px;text-align:center;}
.slide .slick-dots li button{background:rgba(255,255,255,0.8);box-shadow:0 0 6px rgba(0,0,0, 0.2);border-radius:10px; width:10px; height:10px; overflow:hidden;display:inline-block;}
.slide .slick-dots li button:before {content:""}
.slide .slick-dots li.slick-active button {background:#6F4A9B;}
@media(max-width:1024px) {
  
  .slide li {height:500px;}
  
  .slide .content .title_01 {font-size:2.4em;padding-bottom:15px}
  .slide .content .title_02 {font-size:2.8em;}
}
@media(max-width:860px) {
  .slide li {height:350px;}
  .slide .content .title_01 {font-size:2.1em;padding-bottom:15px}
  .slide .content .title_02 {font-size:2.4em;}
  
}
@media(max-width:550px) {
  .slide li {height:280px;}
  .slide .content {width:70%;}
  .slide .content .title_01 {font-size:1.4em;padding-bottom:10px}
  .slide .content .title_02 {font-size:1.6em;}
  
  .slide .slick-dots {bottom:10px;}
  .slide .content .more {width:80px; height:28px;}
  .slide .content .more a {font-size:1em; line-height:28px}
  
}