/* 기본 Swiper 컨테이너 스타일 */
.swiper-container { width: 100%; height: 100%; }

/* Swiper1 슬라이드 스타일 */
.swiper1 .swiper-slide { padding: 10px; text-align: center; border-bottom: 1px solid #e1e1e1; }
.swiper1 .swiper-slide:nth-of-type(4n) { border-bottom: 0; }

/* 페이징 도트 스타일 */
.swiper-pagination-bullet { width: 6px !important; height: 6px !important; display: inline-block !important; border-radius: 100% !important; background: #000 !important; opacity: .1 !important; margin: 0px 3px; }
.swiper-pagination { top: 8px; right: 10px; }
.swiper-pagination-bullet-active { opacity: 1 !important; background: #FF6666 !important; }

/* 게시물 레이아웃 스타일 */
.sw_tit { font-size: 13px; letter-spacing: -1px; color: #000; font-weight: bold; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline; }
.sw_info_one { width: 100%; display: inline-block; border-bottom: 1px solid #eee; padding-bottom: 8px; line-height: 1; }
.sw_info_two { width: 100%; display: inline-block; }
.sw_sub { font-size: 14px; color: #444; font-weight: 500; letter-spacing: -1px; margin-top: 8px; line-height: 1em; text-align: center; }
.sw_sub_two { font-size: 16px; margin-top: 10px; color: #333; font-weight: 900; letter-spacing: -2px; line-height: 1em; text-align: center; }
.sw_img { width: 100%; margin-top: 20px; height: 150px; background-size: cover; background-position: center center; border-radius: 4px; }
.sw_img2 { width: 100%; margin-top: 7px; height: 150px; background-size: cover; background-position: center center; border-radius: 4px; }
.sw_date { font-size: 12px; color: #555; padding: 2px 10px; display: inline-block; background: #dcdcdc; text-align: center; margin-top: 0px; }

/* 광고 제목 스타일 */
h3.ad_h3 { padding: 3px 20px; border-radius: 4px; margin-top: 5px; font-size: 12px; letter-spacing: -1px; vertical-align: middle; border: 1px solid #acacac; color: #333; display: inline-block; }

/* 스페셜 광고 박스 스타일 */
.special_ad { width: 190px; float: left; position: relative; border: 1px solid #dcdcdc; }
.special_ad h2 { width: 100%; background: #f9f9f9; border-bottom: 1px solid #dcdcdc; text-align: left; padding: 10px; padding-left: 15px; color: #ff7225; font-size: 14px; font-weight: 600; letter-spacing: -1px; vertical-align: middle; }
.special_ad h2 img { max-height: 14px; }

/* 프리미엄 광고 스타일 (하이픈으로 수정) */
.premium-ad { background: #fff; }