diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp
index 55c3d8d3..730c5b77 100644
--- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp
@@ -74,7 +74,7 @@ $(document).ready(function(){
diff --git a/src/main/webapp/publish/css/main.css b/src/main/webapp/publish/css/main.css
index 3e01d9eb..19217720 100644
--- a/src/main/webapp/publish/css/main.css
+++ b/src/main/webapp/publish/css/main.css
@@ -116,7 +116,7 @@
.msg_photo .swiper-slide .slide_area:hover div.btn_more{display: block; width: 54px; height: 54px; background-color: rgba(0,0,0,0.4); border-radius: 100%; line-height: 48px; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.msg_photo .area_img{display:flex;height:365px; border-radius: 16px 16px 0 0; overflow: hidden;align-items:center;}
.msg_photo .area_img img{width: 100%; height: auto;}
-.msg_photo .area_img_text{font-size: 17px;padding: 12px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
+.msg_photo .area_img_text{font-size: 17px;padding: 18px 10px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.msg_photo .area_img_text .sub_text{display: block; font-size: 14px; color: #777; margin: 5px auto;}
.msg_photo_wrap .swiper-button-prev {margin:0;background-image:url(/publish/images/main/btn_prev.png);background-size:12px 21px;}
.msg_photo_wrap .swiper-button-next {margin:0;background-image:url(/publish/images/main/btn_next.png);background-size:12px 21px;}