
비맥스
비맥스 제트(Vimax Jet) 완벽 가이드 | 성분, 효능, 복용법 총정리
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Noto Sans KR', sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
header {
text-align: center;
margin-bottom: 40px;
}
h1 {
font-size: 2.2rem;
color: #1a5276;
margin-bottom: 15px;
}
.subtitle {
font-size: 1.1rem;
color: #5d6d7e;
font-weight: normal;
}
h2 {
font-size: 1.8rem;
color: #1a5276;
margin: 35px 0 15px;
padding-bottom: 8px;
border-bottom: 2px solid #eaecee;
}
h3 {
font-size: 1.4rem;
color: #2874a6;
margin: 25px 0 10px;
}
p {
margin-bottom: 20px;
font-size: 1rem;
}
ul, ol {
margin: 15px 0 25px 20px;
}
li {
margin-bottom: 10px;
}
.highlight-box {
background-color: #e8f4fc;
padding: 20px;
border-radius: 5px;
margin: 30px 0;
border-left: 5px solid #3498db;
}
.warning-box {
background-color: #fdedec;
padding: 20px;
border-radius: 5px;
margin: 30px 0;
border-left: 5px solid #e74c3c;
}
.tip-box {
background-color: #eafaf1;
padding: 20px;
border-radius: 5px;
margin: 30px 0;
border-left: 5px solid #2ecc71;
}
.conclusion {
background-color: #f4f6f7;
padding: 25px;
border-radius: 5px;
margin-top: 40px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 30px;
}
th, td {
padding: 12px 15px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #f2f2f2;
}
.toc {
background-color: #f8f9fa;
padding: 20px;
border-radius: 5px;
margin: 20px 0 30px;
}
.toc-title {
font-size: 1.2rem;
margin-bottom: 10px;
font-weight: bold;
}
.toc ul {
list-style-type: none;
}
.toc li {
margin-bottom: 8px;
}
.toc a {
text-decoration: none;
color: #2874a6;
}
.toc a:hover {
text-decoration: underline;
}
.image-container {
text-align: center;
margin: 25px 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 5px;
}
.image-caption {
font-size: 0.9rem;
color: #7f8c8d;
margin-top: 8px;
}
.bold {
font-weight: bold;
}
.another_category {
border: 1px solid #E5E5E5;
padding: 10px 10px 5px;
margin: 10px 0;
clear: both;
}
.another_category h4 {
font-size: 12px !important;
margin: 0 !important;
border-bottom: 1px solid #E5E5E5 !important;
padding: 2px 0 6px !important;
}
.another_category h4 a {
font-weight: bold !important;
}
.another_category table {
table-layout: fixed;
border-collapse: collapse;
width: 100% !important;
margin-top: 10px !important;
}
* html .another_category table {
width: auto !important;
}
*:first-child + html .another_category table {
width: auto !important;
}
.another_category th, .another_category td {
padding: 0 0 4px !important;
}
.another_category th {
text-align: left;
font-size: 12px !important;
font-weight: normal;
word-break: break-all;
overflow: hidden;
line-height: 1.5;
}
.another_category td {
text-align: right;
width: 80px;
font-size: 11px;
}
.another_category th a {
font-weight: normal;
text-decoration: none;
border: none !important;
}
.another_category th a.current {
font-weight: bold;
text-decoration: none !important;
border-bottom: 1px solid !important;
}
.another_category th span {
font-weight: normal;
text-decoration: none;
font: 10px Tahoma, Sans-serif;
border: none !important;
}
.another_category_color_gray, .another_category_color_gray h4 {
border-color: #E5E5E5 !important;
}
.another_category_color_gray * {
color: #909090 !important;
}
.another_category_color_gray th a.current {
border-color: #909090 !important;
}
.another_category_color_gray h4, .another_category_color_gray h4 a {
color: #737373 !important;
}
.another_category_color_red, .another_category_color_red h4 {
border-color: #F6D4D3 !important;
}
.another_category_color_red * {
color: #E86869 !important;
}
.another_category_color_red th a.current {
border-color: #E86869 !important;
}
.another_category_color_red h4, .another_category_color_red h4 a {
color: #ED0908 !important;
}
.another_category_color_green, .another_category_color_green h4 {
border-color: #CCE7C8 !important;
}
.another_category_color_green * {
color: #64C05B !important;
}
.another_category_color_green th a.current {
border-color: #64C05B !important;
}
.another_category_color_green h4, .another_category_color_green h4 a {
color: #3EA731 !important;
}
.another_category_color_blue, .another_category_color_blue h4 {
border-color: #C8DAF2 !important;
}
.another_category_color_blue * {
color: #477FD6 !important;
}
.another_category_color_blue th a.current {
border-color: #477FD6 !important;
}
.another_category_color_blue h4, .another_category_color_blue h4 a {
color: #1960CA !important;
}
.another_category_color_violet, .another_category_color_violet h4 {
border-color: #E1CEEC !important;
}
.another_category_color_violet * {
color: #9D64C5 !important;
}
.another_category_color_violet th a.current {
border-color: #9D64C5 !important;
}
.another_category_color_violet h4, .another_category_color_violet h4 a {
color: #7E2CB5 !important;
}
{"@context":" 제트(Vimax Jet) 완벽 가이드 | 성분, 효능, 복용법 총정리","description":"비맥스 제트(Vimax Jet): 활력 충전을 위한 고함량 종합비타민 현대인의 건강을 위한 프리미엄 활성형 비타민 B군 영양제