2023/06/15 메인 하단 배너 선 두께 수정

This commit is contained in:
subsub 2023-06-15 16:04:02 +09:00
parent 78da3aed67
commit c59a9380c7

View File

@ -275,7 +275,7 @@ caption, .label {position: absolute;width: 1px;height: 1px;margin: -1px;border:
.main_cont4{min-width: 1200px; background-color: #f5f5f5; padding: 30px 0;} .main_cont4{min-width: 1200px; background-color: #f5f5f5; padding: 30px 0;}
.main_cont4 .inner{height: auto;} .main_cont4 .inner{height: auto;}
.adv_list{display: flex; justify-content: space-between; align-items: center;} .adv_list{display: flex; justify-content: space-between; align-items: center;}
.adv_list li{width: calc((100% / 4) - 27px); background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px; text-align: center; height: 96px; max-height: 96px; overflow: hidden;} .adv_list li{width: calc((100% / 4) - 27px); background-color: #fff; border: 2px solid #808080; border-radius: 5px; text-align: center; height: 96px; max-height: 96px; overflow: hidden;}
.adv_list li a{height: 100%;} .adv_list li a{height: 100%;}
.adv_list li img{max-height: 96px; height: 100%; object-fit: scale-down;} .adv_list li img{max-height: 96px; height: 100%; object-fit: scale-down;}
.login_wrap .adv_list{margin: 68px 0 0 0;} .login_wrap .adv_list{margin: 68px 0 0 0;}