OYSTEC 산업수처리 테크리뷰

/* ================================================== 정글몬스터 티스토리 메인 커버 위치 및 가독성 개선 ================================================== */ /* 메인 왼쪽 커버 영역을 아래로 내림 */ .jm-home-cover { margin-top: 120px !important; } /* 커버 섹션 사이 간격 */ .jm-home-cover .area-cover { margin-top: 0 !important; margin-bottom: 80px !important; } /* 섹션 제목 */ .jm-home-cover .title-cover { margin-bottom: 24px !important; font-size: 22px !important; font-weight: 700 !important; line-height: 1.4 !important; letter-spacing: -0.5px !important; color: #222 !important; word-break: keep-all !important; } /* 카드 제목 */ .jm-home-cover .article-content .title { display: block !important; margin-bottom: 10px !important; font-size: 18px !important; font-weight: 600 !important; line-height: 1.55 !important; letter-spacing: -0.3px !important; color: #222 !important; word-break: keep-all !important; } /* 카드 설명문 */ .jm-home-cover .article-content .summary { display: -webkit-box !important; overflow: hidden !important; margin-top: 0 !important; font-size: 15px !important; line-height: 1.75 !important; letter-spacing: -0.15px !important; color: #666 !important; word-break: keep-all !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 3 !important; } /* 카테고리, 날짜, 댓글 */ .jm-home-cover .box-meta { margin-top: 13px !important; font-size: 13px !important; line-height: 1.5 !important; color: #999 !important; } /* 카드 사이 간격 */ .jm-home-cover .article-type-common { margin-bottom: 32px !important; } /* 실제 게시글 본문 가독성 */ #article-view { font-size: 17px !important; line-height: 1.85 !important; letter-spacing: -0.2px !important; color: #333 !important; word-break: keep-all !important; } #article-view p { margin-bottom: 1.3em !important; font-size: inherit !important; line-height: inherit !important; } #article-view h2 { margin-top: 2.2em !important; margin-bottom: 0.8em !important; font-size: 27px !important; line-height: 1.4 !important; letter-spacing: -0.5px !important; } #article-view h3 { margin-top: 2em !important; margin-bottom: 0.7em !important; font-size: 22px !important; line-height: 1.45 !important; letter-spacing: -0.4px !important; } /* 실제 게시글 제목 */ .article-header .title-article { font-size: 36px !important; line-height: 1.35 !important; letter-spacing: -0.8px !important; word-break: keep-all !important; } /* 모바일 */ @media screen and (max-width: 767px) { .jm-home-cover { margin-top: 50px !important; } .jm-home-cover .area-cover { margin-bottom: 55px !important; } .jm-home-cover .title-cover { font-size: 20px !important; } .jm-home-cover .article-content .title { font-size: 17px !important; line-height: 1.5 !important; } .jm-home-cover .article-content .summary { font-size: 14px !important; line-height: 1.7 !important; } #article-view { font-size: 16px !important; line-height: 1.8 !important; } .article-header .title-article { font-size: 28px !important; line-height: 1.4 !important; } }