Files
dnssash/theme/rd.dnssash/rb.layout_ft/creative_portfolio/style.css
T
2026-06-11 18:47:38 +09:00

85 lines
1.8 KiB
CSS

/* Creative Portfolio Footer Style (Rebuild) */
footer {
background: #ffffff;
color: #ffffff;
padding: 40px 0;
border-top: 1px solid #eee;
}
footer .inner {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
footer .footer_copy{
background-color: #0056b3 !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
/* 💡 [핵심 수정] 로고 이미지 크기 제어 */
footer .footer_copy_ul1_li1 img {
width: 120px;
height: 80px;
object-fit: contain; /* 이미지가 잘리지 않도록 */
}
@media (min-width: 1025px) {
footer .footer_copy_ul1_li1 img {
width: 150px;
height: 80px;
}
}
/* 구형 구조에 맞는 스타일 적용 */
.footer_gnb {
border-bottom: 1px solid #ddd;
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.footer_gnb a {
color: #555;
text-decoration: none;
margin-right: 15px;
font-size: 14px;
}
.footer_copy_ul1 {
display: flex;
align-items: flex-start; /* 💡 [수정] 상단 정렬로 변경 */
gap: 40px;
flex-wrap: wrap;
}
/* 💡 [수정] 정보들이 세로로 나열되도록 강제 설정 */
.footer_copy_ul1_li2 {
display: flex;
flex-direction: column; /* 세로 정렬 */
margin-bottom: 20px !important;
}
.footer_copy_ul1_li2 {
font-size: 14px !important;
color:#fff !important;
margin-top: 20px !important;
line-height: 140% !important;
}
.footer_copy_ul1_li2 dd {
display: block; /* 블록 요소로 설정 */
width: 100%;
margin: 0 0 5px 0; /* 하단 여백만 줌 */
font-size: 18px;
float: none; /* 혹시 모를 float 해제 */
/*color: #777;*/
}
.footer_copy_ul2 {
margin-top: 20px;
display: flex;
gap: 15px;
}
.footer_sns_ico img {
height: 24px;
opacity: 0.7;
}