|
|
@@ -97,6 +97,11 @@
|
|
|
.post-visual .swiper-slide-active .txtWrap dl,
|
|
|
.post-visual .swiper-slide-active .txtWrap dl + .btn {opacity:1;}
|
|
|
.post-visual .swiper-slide{width:auto;/* margin-right:440px !important; */}
|
|
|
+.post-visual .swiper-slide{
|
|
|
+ max-width: 1120px;
|
|
|
+ max-height: 700px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
.post-visual .swiper-button-next,
|
|
|
.post-visual .swiper-button-prev {display:inline-block; position:absolute; top:50%; transform:translateY(-50%);}
|
|
|
.main .post-visual .swiper-button-prev {margin-left:-610px; left:50%;}
|
|
|
@@ -133,6 +138,8 @@
|
|
|
margin:0px auto;
|
|
|
display:block;
|
|
|
z-index:2;
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
.post-visual .swiper-slide::before{
|
|
|
box-shadow:0 -20px 20px -20px rgba(0,0,0,0.20);
|