위반사진
diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css
index 219fec9f..e08607ec 100644
--- a/src/main/webapp/resources/biz/common/css/index.css
+++ b/src/main/webapp/resources/biz/common/css/index.css
@@ -1594,9 +1594,9 @@ header {
.topBtnArea-a {
line-height: 0;
/*display: block;*/
- padding: 10px 0;
+ /*padding: 10px 0;*/
text-align: right;
- border: 0px solid red;
+ border: 0px solid red;
/* padding-top:35px;*/
/*2021.09.24 박소영 새로추가*/ }
.bottomBtnArea > .list,
@@ -2278,7 +2278,20 @@ button {
border-radius: 4px;
padding:6px;
}
-
+.listBtn{
+ display: flex;
+ justify-content: flex-end;
+ padding-right: 22px;
+ align-items: center;
+ margin-top: 10px;
+}
+.listBtn>button{
+ border:1px solid #e1e1e1;
+ padding:15px 16px;
+ line-height: 0px;
+ border-radius: 7px;
+ background:#F5F5F5;
+}
/*2022.11.18 박소영 반응형 미디어쿼리 추가*/
@media screen and (max-width: 1000px){
@@ -2312,4 +2325,9 @@ button {
gap: 1em;
padding: 20px;
}
+ #tabs_0 .w_fix01:nth-child(2){
+ border:0px solid red;
+ width:600px!important;
+ /*min-width: 600px;*/
+ }
}
\ No newline at end of file