|
|
@ -1594,9 +1594,9 @@ header {
|
|
|
|
.topBtnArea-a {
|
|
|
|
.topBtnArea-a {
|
|
|
|
line-height: 0;
|
|
|
|
line-height: 0;
|
|
|
|
/*display: block;*/
|
|
|
|
/*display: block;*/
|
|
|
|
padding: 10px 0;
|
|
|
|
/*padding: 10px 0;*/
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
border: 0px solid red;
|
|
|
|
border: 0px solid red;
|
|
|
|
/* padding-top:35px;*/
|
|
|
|
/* padding-top:35px;*/
|
|
|
|
/*2021.09.24 박소영 새로추가*/ }
|
|
|
|
/*2021.09.24 박소영 새로추가*/ }
|
|
|
|
.bottomBtnArea > .list,
|
|
|
|
.bottomBtnArea > .list,
|
|
|
@ -2278,7 +2278,20 @@ button {
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding:6px;
|
|
|
|
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 박소영 반응형 미디어쿼리 추가*/
|
|
|
|
/*2022.11.18 박소영 반응형 미디어쿼리 추가*/
|
|
|
|
@media screen and (max-width: 1000px){
|
|
|
|
@media screen and (max-width: 1000px){
|
|
|
@ -2312,4 +2325,9 @@ button {
|
|
|
|
gap: 1em;
|
|
|
|
gap: 1em;
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs_0 .w_fix01:nth-child(2){
|
|
|
|
|
|
|
|
border:0px solid red;
|
|
|
|
|
|
|
|
width:600px!important;
|
|
|
|
|
|
|
|
/*min-width: 600px;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|