강아지 입양 전 준비 체크리스트, 당신은 몇 개나 알고 계신가요? ✅ > 고객상담실

 경기건축 로고처음으로경기건축 찾아오시는길관리자 
 

 

강아지 입양 전 준비 체크리스트, 당신은 몇 개나 알고 계신가요? ✅

HELLO 작성일26-01-26 06:20 조회15회 댓글0건

본문




소형강아지종류 * {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.8;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 20px;
}

.container {
max-width: 900px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 20px;
box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

h1 {
color: #667eea;
font-size: 2em;
margin-bottom: 20px;
text-align: center;
line-height: 1.4;
}

.intro {
text-align: center;
color: #666;
margin-bottom: 40px;
font-size: 1.05em;
padding: 25px;
background: linear-gradient(135deg, #f5f7ff 0%, #faf5ff 100%);
border-radius: 15px;
}

.intro p {
margin: 10px 0;
}

.emoji {
font-size: 1.2em;
}

.category {
margin: 35px 0;
padding: 30px;
background: linear-gradient(135deg, #e0e7ff 0%, #f0e7ff 100%);
border-radius: 15px;
border-left: 6px solid #667eea;
transition: all 0.3s ease;
}

.category:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

h2 {
color: #667eea;
margin-bottom: 20px;
font-size: 1.6em;
display: flex;
align-items: center;
gap: 10px;
}

h3 {
color: #764ba2;
margin: 20px 0 15px 0;
font-size: 1.3em;
}

.item-list {
background: white;
padding: 20px;
border-radius: 10px;
margin: 15px 0;
}

.item-list ul {
list-style: none;
margin-left: 0;
}

.item-list li {
margin: 12px 0;
padding-left: 30px;
position: relative;
}

.item-list li:before {
content: "✓";
position: absolute;
left: 5px;
color: #667eea;
font-weight: bold;
font-size: 1.2em;
}

.tip-box {
background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
padding: 20px;
border-radius: 10px;
margin-top: 15px;
border-left: 4px solid #f59e0b;
}

.tip-box strong {
color: #d97706;
display: block;
margin-bottom: 8px;
}

.checklist-section {
background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
padding: 30px;
border-radius: 15px;
margin: 40px 0;
border-left: 6px solid #10b981;
}

.checklist-section h2 {
color: #059669;
}

.checklist-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 20px;
}

.checklist-card {
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.checklist-card h4 {
color: #059669;
margin-bottom: 15px;
font-size: 1.1em;
}

.checklist-card ul {
list-style: none;
}

.checklist-card li {
margin: 10px 0;
padding: 8px;
background: #f0fdf4;
border-radius: 5px;
transition: all 0.2s ease;
cursor: pointer;
}

.checklist-card li:hover {
background: #dcfce7;
transform: translateX(5px);
}

.health-section {
background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
padding: 30px;
border-radius: 15px;
margin: 35px 0;
border-left: 6px solid #ef4444;
}

.health-section h2 {
color: #dc2626;
}

.health-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}

.health-card {
background: white;
padding: 20px;
border-radius: 10px;
}

.health-card h3 {
color: #dc2626;
font-size: 1.2em;
margin-bottom: 15px;
}

.health-card ul {
list-style: none;
}

.health-card li {
margin: 10px 0;
padding-left: 25px;
position: relative;
소형강아지종류 }

.health-card li:before {
content: "✅";
position: absolute;
left: 0;
}

.conclusion {
text-align: center;
margin: 40px 0;
padding: 35px;
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
border-radius: 15px;
font-size: 1.05em;
line-height: 1.9;
}

.conclusion h2 {
color: #d97706;
margin-bottom: 20px;
}

.tags {
text-align: center;
margin-top: 30px;
padding: 25px;
background: #f8f9fa;
border-radius: 15px;
}

.tags a {
display: inline-block;
margin: 6px;
padding: 10px 18px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
text-decoration: none;
border-radius: 25px;
font-size: 0.9em;
transition: all 0.3s ease;
}

.tags a:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

@media (max-width: 768px) {
.container {
padding: 20px;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.3em;
}

.checklist-grid,
.health-grid {
grid-template-columns: 1fr;
}
}



댓글목록

등록된 댓글이 없습니다.