@charset "utf-8";
/* CSS Document */

/* Fixed sidenav, full height */
.sidenav {
  height: auto;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ede7dc;
  overflow-x: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 17px;
  color: #645637;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  line-height: 170%;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #064579;
}

.dropdown-btn1 {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 17px;
  color: white;
  display: block;
  border: none;
  background-color: #866c43;	
  width: 100%;
  text-align: left;
  line-height: 170%;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn1:hover {
  color: #064579;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #866c43;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #c2ab87;
  padding-left: 5px;
}

.dropdown-container a {
  font-size: 14px;
  line-height: 140%;
  color: white;
  width: 90%;
}

.dropdown-container1 {
  display: block;
  background-color: #c2ab87;
  padding-left: 5px;
}

.dropdown-container1 a {
  font-size: 14px;
  line-height: 140%;
  color: white;
  width: 90%;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  padding-top: 6px;	
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* 본문 */

.body {
    margin: 35px 15px;
	font-family: 맑은 고딕, "malgun gothic";
	font-size: 17px;
	line-height: 230%;
    background-color: white;
    text-align: justify;
    -epub-hyphens: auto;
}

div {
	text-indent: 9px;
}

.cover img {
	float: left;
	width: 500px;
	margin: 0px 5px 0px 5px;
}

.cover_cont {
	float: left;
	width: 270px;
	margin: 0px 0px 10px 3px;
	font-family: 맑은 고딕, "malgun gothic";
	font-size: 15px;
	line-height: 200%;
	background-color: #efedeb;
	padding: 5px;
}


/* 본문 디자인 */

.preface {
    margin: 15px;
	font-family: 맑은 고딕, "malgun gothic";
	font-size: 17px;
    line-height: 230%;
    border : 1px solid #e4d9c9;
    padding: 20px;
    box-shadow: 7px 7px 5px #7e5e31;
}

.pre_title {
    font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
    border-bottom: 5px solid #7e5e31;
    padding-bottom: 2px;
}

.sub_title {
    width: 100%;
    margin: -8px;
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    border-top: 0.8em solid #d28639;
    border-bottom: 0.8em solid #d28639;
    position: absolute;
    top: 50%;    
}

.sub_title1 {
    float: right;
    margin-right: 1em;
    padding-top: 0.5em;
    border-top: 2px dashed #d28639;
}


.article_title {
    font-size: 25px;
	font-weight: bold;
    border-left: 0.4em solid #7e5e31;
}

.qu_bible {
    margin: 0.2em;
    padding: 0.5em;
    background-color: #efedeb;
}

.box_bg {
    color: white;
    background-color: #7e5e31;
}

span.txt_em {
    font-size: 25px;
    font-weight: bold;
}

.txt_line {
	font-weight: bold;
    text-decoration: underline;
	color: green;
}

.qtxt_line {
    text-decoration: underline;
	color: #7e5e31;
}

.left_border {
    padding-left: 0.4em;
    border-left: 0.5em solid #7e5e31;
}

.img_center {
    text-indent: 0;
    text-align: center;
    margin: 2em 0 2em 0;
}

img.img_size {
    width: 20em;
}

div.line_em {/* 가운데 라인*/
    margin: auto;
    width: 30%;
    border-top: 1px solid #dfdfdf;
}

.txt_qline {
	font-weight: bold;
	border-top: solid #7e5e31 1px;
	border-bottom: solid #7e5e31 1px;	
}

.htxt_line {
	font-weight: bold;
    text-decoration: underline;
	color: #494640;
}

.htxt_em {
	font-weight: bold;	
}







