@charset "utf-8";
/* 새글 스킨 (latest > gallery_00) */
.ls_gly0 {width: 100%; position: relative; margin-top: 26px;}
.ls_gly0 .swiper-container {width: 1200px; margin:auto;}

.ls_gly0 .swiper-slide {width: 231px; height: 231px; border: 1px solid #ccc; background-color: #fff; background-repeat: no-repeat; background-position: center; background-image: url('../../../img/noimg_logo.png'); background-size: 180px;}

.ls_gly0 .swiper-slide a {width: 100%; height: 100%; display: block; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover;}



.ls_gly0 .slide_btn_box {}
.ls_gly0 .slide_btn_box > div {width: 100px; height: 100%; position: absolute; top: 0; display: flex; align-items:center;}
.ls_gly0 .slide_btn_box > .prev_btn {left: 0;}
.ls_gly0 .slide_btn_box > .next_btn {right: 0; justify-content:flex-end;}

.ls_gly0 .slide_btn_box > div > span {width: 50px; height: 50px; background-position: center; background-repeat:no-repeat; background-size:contain; outline: none; cursor: pointer;}
.ls_gly0 .slide_btn_box > .prev_btn > span {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");}
.ls_gly0 .slide_btn_box > .next_btn > span {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");}