@charset "utf-8";

/* 새글 스킨 (latest) */
.swiper { width: 100%; height: 100%; }
.swiper-slide { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content: flex-start; text-align: left; }
.swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.gallery_img { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin-bottom: 20px; }
.photo_title { display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; font-size: 1.05em; font-weight:500; }

.main_con03 .swiper-button-prev, .main_con03 .swiper-button-next { display: flex; align-items: center; justify-content: center; position: absolute; top: 0px; right: 0px; width: 35px; height: 35px; margin-top: 0px; background: #fff; border: 1px solid #767e88; cursor: pointer; color: var(--swiper-navigation-color, var(--swiper-theme-color)); z-index: 999; }
.main_con03 .swiper-button-prev { left: auto; right: 34px; }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content:''; background: url('img/arrow_right.png') center center no-repeat; width: 11px; height: 9px; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content:''; background: url('img/arrow_left.png') center center no-repeat; width: 11px; height: 9px; }