body {
	max-width: 700px;
	margin: 0 auto;
	padding: 16px 20px 20px 20px;
	word-break: keep-all;
	font-family: "pretendard";
	font-weight: 400;
}

hr.hr-dots {
    border: none;
    text-align: center;
    margin: 12px 0;
}

hr.hr-dots:after {
    content: "···";
    font-size: 21px;
    color: black;
    letter-spacing: 0.2em;
}


h1 {
	font-family: "pretendard";
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "pretendard";
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

p {
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 4px;
}

a {
	font-size: 16px;
	text-decoration: none;
	color: darkblue;
}

ol {
	list-style-type: lower-alpha;
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 4px;
}

ul {
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 4px;
}


strong {
	font-weight: 600;
}

.section {
	margin-top: 8px;
	margin-bottom: 8px;
}

.how-to-use h3:first-of-type {
	margin-top: 4px;
}

.how-to-use h3:not(:first-of-type) {
	margin-top: 16px;
}


.img-figure {   ;
	max-width: 600px;
    margin: 20px auto;
}

.img-figure img {
    display: block;
    width: 100%;
    height: auto;
    clip-path: inset(1px);
    border-radius: 5px;
}

.img-figure figcaption {
    margin-top: 12px;
}

.info-warranty {
	
}

#warranty-days {
	font-family: "pretendard";
	font-weight: 600;
}

.info-contact {
	
}