@charset "utf-8";

#guide02 { width:100%; }
#guide02 .guideContent { width:100%; }
#guide02 .coGuide h2 {
	font-family: "Paperlogy";
	font-size:1.5rem;
	color:#000;
	font-weight:700;
	margin-top:3rem;
	display:block;
}
#guide02 .coGuide h3 {
	font-family:"Freesentation";
	font-size:1.25rem;
	color:#1b1b1b;
	font-weight:600;
	display:block;
}
#guide02 .coGuide table {
	width:100%;
	border-top:1px solid #eaeaea;
	margin-top:1rem;
	border-spacing:0;
	border-collapse:collapse;
}
#guide02 .coGuide table th {
	width:120px;
	font-size:1rem;
	color:#1b1b1b;
	font-weight:500;
	line-height:1.25rem;
	padding:0.6rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	text-align:center;
}
#guide02 .coGuide table td {
	font-size:0.96rem;
	color:#616161;
	font-weight:400;
	line-height:1.25rem;
	word-break:keep-all;
	padding:0.6rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	text-align:left;
}
#guide02 .coGuide table td:last-of-type { border-right:0; }

/* 책의 구성 */
#guide02 .book_structure {
	width:100%;
	margin-top:2rem;
}
#guide02 .book_structure img {
	width:100%;
	height:auto;
}
#guide02 .cover_guide { margin-top:2rem; }

/* 주요 판형 */
#guide02 .book_size {
	width:100%;
	margin-top:2rem;
}
#guide02 .book_size ul {
	display:flex;
}
#guide02 .book_size ul li:first-of-type {
	min-width:40%;
	padding-right:3rem;
}
#guide02 .book_size ul li:last-of-type { width:100%; }
#guide02 .book_size img {
	width:100%;
	height:auto;
	margin-top:1rem;
}
#guide02 .book_size table th,
#guide02 .book_size table td { text-align:center; }
#guide02 .book_size table th:last-of-type,
#guide02 .book_size table td:last-of-type { border-right:0; }
#guide02 .book_size em {
	font-family:"Freesentation";
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
	font-style:normal;
	margin-top:1rem;
	display:block;
}
#guide02 .work_size {
	width:100%;
	margin-top:3rem;
}
#guide02 .work_size img {
	width:100%;
	height:auto;
	margin-top:1rem;
}

/*
+----------------------------------------------------------+
+           Mobile Device Less than 768px          +
+----------------------------------------------------------+
*/
@media all and (max-width:768px) {

}