|
|
@ -17,9 +17,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
/* 퍼블리싱 수정 css */
|
|
|
|
/* 퍼블리싱 수정 css */
|
|
|
|
.main_cont_camera { padding-top:50px; background: none; padding-bottom: 100px; }
|
|
|
|
.main_cont_camera { padding-top:50px; background: none; padding-bottom: 100px; }
|
|
|
|
.main_cont_camera li { position:relative; width:100%; padding-bottom:5rem; text-align:center; background: none; display: flex; }
|
|
|
|
.main_cont_camera li { position:relative; width:100%; padding-bottom:10px; text-align:center; background: none; display: flex; }
|
|
|
|
.main_cont_camera li:last-child { padding-bottom:50px; background: none; }
|
|
|
|
.main_cont_camera li:last-child { padding-bottom:50px; background: none; }
|
|
|
|
.main_cont_camera .img_preview { position:relative; overflow:hidden; width: 70px; height: 70px; margin: 0 43px 0 20px; background:#fff; border:5px solid #fff; border-radius:20px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
|
|
|
|
.main_cont_camera .img_preview { position:relative; overflow:hidden; width: 70px; height: 70px; min-width: 70px; min-height: 70px; margin: 0 43px 0 20px; background:#fff; border:5px solid #fff; border-radius:20px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
|
|
|
|
.main_cont_camera .img_preview:after {
|
|
|
|
.main_cont_camera .img_preview:after {
|
|
|
|
content: "";
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|