| 제목 | 과학이 설계한 반려동물 건강의 기준, 닥터바이 |
|---|---|
| 작성자 | HELLO |
| 작성일 | 26-04-20 21:05 |
| 조회 | 13회 |
관련링크
본문
.drby-wrap 반려동물 {
font-family: 'Noto Sans KR', sans-serif;
font-size: 16px;
line-height: 1.85;
color: #3D3730;
max-width: 780px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
}
.drby-wrap * { box-sizing: border-box}
/* HERO */
.drby-hero {
background: #1A1714;
color: #fff;
padding: 64px 32px 56px;
text-align: center;
border-radius: 8px;
margin-bottom: 48px;
position: relative;
overflow: hidden;
}
.drby-hero::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse 70% 60% at 50% 110%, #C8732A22 0%, transparent 70%);
pointer-events: none;
}
.drby-eyebrow {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: .2em;
text-transform: uppercase;
color: #C8732A;
border: 1px solid #C8732A55;
padding: 5px 16px;
border-radius: 2px;
margin-bottom: 24px;
}
.drby-hero h1 {
font-family: 'Noto Serif KR', serif;
font-size: clamp(24px, 4.5vw, 38px);
font-weight: 700;
line-height: 1.4;
margin: 0 0 18px;
color: #fff;
}
.drby-hero h1 em {
font-style: normal;
color: #C8732A;
}
.drby-hero-desc {
font-size: 14.5px;
color: #BDBAB5;
max-width: 500px;
margin: 0 auto 32px;
line-height: 1.8;
}
.drby-hero-meta {
display: flex;
justify-content: center;
gap: 28px;
font-size: 12px;
color: #888;
flex-wrap: wrap;
}
/* TOC */
.drby-toc {
background: #FFFDF9;
border: 1px solid #E8E0D4;
border-left: 3px solid #C8732A;
padding: 28px 32px;
margin-bottom: 52px;
border-radius: 2px;
}
.drby-toc h2 {
font-family: 'Noto Serif KR', serif;
font-size: 13px;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: #7A7268;
margin: 0 0 16px;
}
.drby-toc ol {
list-style: none !important;
margin: 0padding: 0;
counter-reset: toc;
}
.drby-toc ol li {
counter-increment: toc;
border-bottom: 1px solid #E8E0D4;
}
.drby-toc ol li:last-child { border-bottom: none}
.drby-toc ol li a {
display: flex;
align-items: center;
gap: 12px;
padding: 7px 0;
text-decoration: none !important;
color: #3D3730;
font-size: 14px;
font-weight: 500;
}
.drby-toc 반려동물 ol li a::before {
content: counter(toc, decimal-leading-zero);
font-size: 11px;
color: #C8732A;
font-weight: 700;
min-width: 22px;
}
.drby-toc ol li a:hover { color: #C8732A}
/* SECTION */
.drby-section { margin-bottom: 60px}
.drby-section-label {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
}
.drby-section-num {
font-size: 11px;
font-weight: 700;
color: #C8732A;
letter-spacing: .15em;
}
.drby-section-line {
flex: 1;
height: 1px;
background: #E8E0D4;
}
.drby-section h2 {
font-family: 'Noto Serif KR', serif;
font-size: clamp(20px, 3vw, 26px);
font-weight: 700;
line-height: 1.4;
margin: 0 0 18px;
color: #1A1714;
}
.drby-section h3 {
font-family: 'Noto Serif KR', serif;
font-size: 17px;
font-weight: 600;
margin: 32px 0 12px;
color: #1A1714;
}
.drby-section p {
font-size: 15px;
color: #3D3730;
line-height: 1.9;
margin: 0 0 16px;
}
/* STAT ROW */
.drby-stat-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin: 28px 0;
}
.drby-stat-card {
background: #FFFDF9;
border: 1px solid #E8E0D4;
padding: 22px 16px;
text-align: center;
border-radius: 4px;
}
.drby-stat-num {
display: block;
font-family: 'Noto Serif KR', serif;
font-size: 26px;
font-weight: 700;
color: #C8732A;
margin-bottom: 6px;
}
.drby-stat-label {
font-size: 12px;
color: #7A7268;
font-weight: 500;
line-height: 1.5;
}
/* PULL QUOTE */
.drby-quote {
border-left: 3px solid #C8732A;
padding: 18px 24px;
margin: 32px 0;
background: #FFFDF9;
}
.drby-quote p {
font-family: 'Noto Serif KR', serif;
font-size: 16px;
color: #1A1714;
line-height: 1.75;
font-style: italic;
margin: 0;
}
/* FEATURE LIST */
.drby-feature-list {
list-style: none;
margin: 18px 0;
padding: 0;
}
.drby-feature-list li {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid #E8E0D4;
font-size: 14.5px;
color: #3D3730;
}
.drby-feature-list li:last-child { border-bottom: none}
.drby-feature-icon {
width: 28px;
height: 28px;
background: #FBF4EC;
border-radius: 반려동물 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 13px;
}
/* HIGHLIGHT / GREEN BOX */
.drby-highlight {
background: #FBF4EC;
border: 1px solid #F0E0CC;
border-radius: 4px;
padding: 22px 26px;
margin: 24px 0;
}
.drby-highlight p {
font-size: 14px;
color: #3D3730;
margin: 0;
line-height: 1.8;
}
.drby-highlight strong { color: #C8732A}
.drby-green {
background: #EAF2EC;
border: 1px solid #C2DCCA;
border-radius: 4px;
padding: 22px 26px;
margin: 24px 0;
}
.drby-green h4 {
font-family: 'Noto Serif KR', serif;
font-size: 14px;
font-weight: 700;
color: #4A7C59;
margin: 0 0 8px;
}
.drby-green p { font-size: 13.5pxcolor: #3D3730margin: 0}
/* PRODUCT GRID */
.drby-product-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
margin: 28px 0;
}
.drby-product-card {
background: #FFFDF9;
border: 1px solid #E8E0D4;
border-radius: 6px;
overflow: hidden;
text-decoration: none;
display: block;
transition: box-shadow .25s, transform .25s;
}
.drby-product-card:hover {
box-shadow: 0 8px 28px rgba(0,0,0,.08);
transform: translateY(-2px);
}
.drby-product-card img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
display: block;
background: #FBF4EC;
}
.drby-product-body { padding: 16px 18px 18px}
.drby-product-cat {
font-size: 10px;
font-weight: 700;
letter-spacing: .15em;
text-transform: uppercase;
color: #C8732A;
margin-bottom: 5px;
}
.drby-product-name {
font-family: 'Noto Serif KR', serif;
font-size: 15px;
font-weight: 700;
color: #1A1714;
margin-bottom: 7px;
}
.drby-product-desc {
font-size: 12px;
color: #7A7268;
line-height: 1.7;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* CONCERN TABLE */
.drby-table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
margin: 22px 0;
}
.drby-table th {
background: #1A1714;
color: #fff;
padding: 11px 14px;
text-align: left;
font-weight: 600;
font-size: 12px;
letter-spacing: .04em;
}
.drby-table td {
padding: 12px 14px;
border-bottom: 1px solid #E8E0D4;
vertical-align: top;
color: #3D3730;
반려동물 line-height: 1.7;
}
.drby-table tr:nth-child(even) td { background: #FFFDF9}
.drby-tag {
display: inline-block;
background: #FBF4EC;
color: #C8732A;
font-size: 11px;
font-weight: 700;
padding: 2px 7px;
border-radius: 2px;
margin: 2px 2px 2px 0;
white-space: nowrap;
}
/* CTA */
.drby-cta {
background: #1A1714;
color: #fff;
padding: 52px 36px;
text-align: center;
border-radius: 6px;
margin-top: 56px;
}
.drby-cta h2 {
font-family: 'Noto Serif KR', serif;
font-size: 22px;
font-weight: 700;
margin: 0 0 10px;
color: #fff;
}
.drby-cta p { font-size: 13.5pxcolor: #BDBAB5margin: 0 0 26px}
.drby-cta-btn {
display: inline-block;
background: #C8732A;
color: #fff !important;
text-decoration: none !important;
padding: 13px 36px;
font-weight: 700;
font-size: 14px;
letter-spacing: .06em;
border-radius: 2px;
}
.drby-cta-btn:hover { background: #B0621F}
/* NOTICE */
.drby-notice {
font-size: 12px;
color: #7A7268;
text-align: center;
margin-top: 40px;
padding-top: 24px;
border-top: 1px solid #E8E0D4;
line-height: 1.8;
}
/* RESPONSIVE */
@media (max-width: 560px) {
.drby-product-grid { grid-template-columns: 1fr}
.drby-stat-row { grid-template-columns: 1fr}
.drby-table { font-size: 12px}
.drby-hero { padding: 44px 20px 40px}
.drby-hero-meta { gap: 14px}
.drby-toc { padding: 20px}
}
Brand Story
과학이 설계한반려동물 건강의 기준,닥터바이
기업부설연구소의 임상 연구와 특허 기술로 탄생한 프리미엄 반려동물 영양제 브랜드.강아지부터 고양이까지, 건강의 모든 순간을 설계합니다.


010-7448-6554.1004114.co.kr
사업자번호 : 755-86-00026