2023/09/06 키워드 css 수정
@0227226679f9a14a78dce2625efdac398ec3ad5a
--- src/main/webapp/publish/css/main.css
+++ src/main/webapp/publish/css/main.css
... | ... | @@ -211,7 +211,7 @@ |
| 211 | 211 |
.keyword_wrap{margin: -50px 0 0 0;}
|
| 212 | 212 |
.keyword_wrap .inner{border-radius: 20px 5px 20px 5px; background-color: #f5f5f5; padding: 30px 0 0 0; min-width: 1200px;}
|
| 213 | 213 |
.keyword_wrap .inner>p.tit_text{font-size: 24px; font-weight: 700; text-align: center;}
|
| 214 |
-.keyword_wrap .link_box{display: flex; width: 100%; padding: 23px 30px; box-sizing: border-box; flex-wrap: wrap; align-items: center; margin: 0 0 30px 0;}
|
|
| 214 |
+.keyword_wrap .link_box{display: flex; width: 100%; padding: 23px 30px; box-sizing: border-box; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 0 30px 0;}
|
|
| 215 | 215 |
.keyword_wrap .link_box li{margin: 0 8px 8px 0;}
|
| 216 | 216 |
.keyword_wrap .link_box a{position: relative; height: 35px; padding: 7px 11px 7px 34px; border: 1px solid #222; border-radius: 5px; font-family: 'GmarketSansMedium'; font-size: 14px; line-height: 22.5px; color: #222; background-color: #fff; box-sizing: border-box;}
|
| 217 | 217 |
.keyword_wrap .link_box a:hover{box-shadow: 3px 3px 5px rgba(0,0,0,0.3);}
|
... | ... | @@ -312,6 +312,11 @@ |
| 312 | 312 |
.main_cont3 .service_center .tablet .serive_info p {font-size:14px;padding:13px 0px 13px 8px;}
|
| 313 | 313 |
} |
| 314 | 314 |
|
| 315 |
+@media screen and (max-width: 1240px){
|
|
| 316 |
+ .keyword_wrap .link_box a{padding: 7px 4px 7px 27px; letter-spacing: -0.5px;}
|
|
| 317 |
+ .keyword_wrap .link_box a::after{left: 3px;}
|
|
| 318 |
+} |
|
| 319 |
+ |
|
| 315 | 320 |
|
| 316 | 321 |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
| 317 | 322 |
/* content2 */ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?