:root{
  --menu_icon_bgc: #094600;
  --basic-color       :#0a7415;
  --header-wrap-active:rgba(10, 116, 21, 0.75);
  --topBotton-bg      :rgba(10, 116, 21, .85);
  --ox_quiz-bg        :#419149;

  --tit-color         :#506f39;
  --modal-link-color  :red;
  --subject-color     :#006d98;
  --description-color :#548643;
  --start-bg-color    :#fcfbe9;
  --title-color       :#c16225;
  --box-bg            :#f8f7ef;
  --box-color         :#4d9c62;
  --box-color         :#e3642b;
}
/* 메뉴상단  */
#gnb .inner .gnb_item.on.reading a i{
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a7415'%3E%3Cpath d='M15.7,2.6c-1-0.4-2.5-1-4-1.1C10.4,1.4,9,1.5,8,2.3c-1-0.8-2.4-1-3.7-0.8c-1.5,0.2-3,0.7-4,1.1C0.1,2.7,0,2.9,0,3.1v11 c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.1,0,0.2,0c0.9-0.4,2.3-0.9,3.7-1c1.4-0.1,2.6,0.1,3.2,0.9c0.2,0.2,0.5,0.2,0.7,0.1 c0,0,0.1,0,0.1-0.1c0.6-0.8,1.8-1,3.2-0.9c1.4,0.1,2.8,0.6,3.7,1c0.3,0.1,0.5,0,0.7-0.2c0-0.1,0-0.1,0-0.2v-11 C16,2.9,15.9,2.7,15.7,2.6z M12.6,5.3l-4,5c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0L4.9,7.6c-0.3-0.3-0.3-0.8,0-1.1 c0.3-0.3,0.8-0.3,1.1,0c0,0,0,0,0,0L8,8.7l3.5-4.4c0,0,0,0,0,0h0c0.3-0.3,0.8-0.3,1.1,0C12.8,4.5,12.8,5,12.6,5.3z'/%3E%3C/svg%3E%0A");
  background-size: 18px;
}




.content_header{
  background-color: #fff;
  padding-bottom: 40px;
}
.content_header .img_box{
  padding: 2em 0;
}
.content_header .img_box img{
  width: 100%;
}
.content_header .title{
  text-align: center;
  line-height: 1.4;
}
.content_header .title span{
  display: inline-block;
  color: #fff;
  padding: 1em 1.875em;
  font-size: 1.25em;  
  text-align: center;
  font-family: 'SC-4';
  border-radius: 4px;
  background-image: url(./img/daniel_tit.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content_header .title strong{
  font-size: 2.5em;
  word-break: keep-all;
  display: block;
  color: var(--tit-color);
  margin-top: 0.25rem;
  font-family: 'SC-5';
}
.content_header .bib-num{
  font-family: 'SC-6';
  font-size: 1.25em;
  margin-top: 0.5em;
  text-align: center;
}
.content_header .bib-num span{
  display: inline-block;
  position: relative;
  padding: 0 40px;
  color: #111;
  font-family: 'SC-6';
  font-weight: normal;
}
.content_header .bib-num span::before, .content_header .bib-num span::after{
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background-color: #111;
  opacity: .75;
}
.content_header .bib-num span::after{
  right: 0;
}
.content_header .bib-num span::before{
  left: 0;
}
.content_header .topic{
  margin-top: 1.5em;
  font-size: 1.25em;
  font-family: 'SC-5';
  color: var(--subject-color);
}
.content_header .topic span{
  font-family: 'SC-6';
}
.content_header .start {
  margin-top: 2em;
}
.content_header .start .start-tit{
  font-size: 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  padding-left: 1.75em;
  background-image: url(./img/daniel_start_tit.png);
  background-position: 0 center;
  background-size: 1.5em;
  font-family: 'SC-6';
  background-repeat: no-repeat;
}
.content_header .start-card{
  padding: 32px;
  background-color: var(--start-bg-color);
}
.content_header .start .start-card h6{
  font-family: 'SC-6';
  font-size: 1.125rem;
  margin-bottom: .5em;
}
.content_header .bib-num, .content_header .topic, .content_header .start, .content_header .title strong{
  padding: 0 40px;
}
.cont-big-tit{
  color: var(--title-color);
  font-size: 1.25em;
  font-family: 'SC-5';
  display: flex;
  align-items: center;
}
.cont-big-tit::before{
  content: '▶ ';
  font-size: 0.75em;
  padding-right: 0.35em;
}
.cont-big-tit + .cont-tit, .cont-big-tit + .cont-body{
  margin-top: 1em;
}
.cont-tit{
  font-size: 1.125em;
  margin-top: 3em;
  font-family: 'SC-5';
  line-height: 1.4;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.chapter .bib-txt{
  margin-top: 1em;
}
.chapter .bib-txt + .cont-body, .chapter .cont-tit + .cont-body {
  margin-top: 2em;
}
.cont-body span{
  background-color: var(--description-color);
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}
.chapter .footnote{
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #666;
}
.chapter sup, .content_header sup{
  color: var(--box-color);
}
/* 1과 */
.newstart_text{
  background-color: #fefaea;
}
.newstart_text h3{
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-family: 'SC-5';
}
.newstart_text h3 span{
  position: relative;
}
.newstart_text h3 span::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  opacity: .5;
  bottom: 0;
  left: 0;
}
.newstart_text strong{
  font-family: 'SC-6';
  font-weight: normal;
  color: var(--title-color);
}
.newstart_list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.newstart_list>div{
  width: 50%;
}
.newstart_list>div strong{
  display: inline-block;
  width: 1.125em;
  text-align: center;
}
.newstart_text .text-right{
  font-size: 0.875em;
  margin-top: 0.5em;
}

/* 2과 */
.come_again{
  background-color: #f8f7ef;
}
.come_again .end-bx-tit, .Titanic .tit {
  text-align: center;
  font-family: 'SC-6';
  font-size: 1.5em;
  margin-bottom: 1em;
}
.come_again .end-bx-tit span, .Titanic .tit span{
  display: inline-block;
  background-image: url(../../daniel/img/02/daniel02_tit.png);
  padding-bottom: .25em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.come_again .end-body-tit{
  color: var(--description-color);
  font-family: 'SC-5';
  font-size: 1.125em;
  margin-top: 1.5em;
  display: flex;
  align-items: center;
}
.come_again .end-body-tit::before{
  content: '▶▶';
  font-size: 0.75em;
  letter-spacing: -.35em;
  padding-right: .5em;
}
.end-list-style_01, .end-list-style_02{
  margin-top: .5em;
}
.end-list-style_01 li, .end-list-style_02 li{
  text-indent: -0.9375em;
  padding-left: 0.9375em;
}
.end-list-style_01 span{
  color: #e3642b;
}
.end-list-style_01 span::before, 
.end-list-style_02 li::before{
  content: '●';
  font-size: 0.8125em;
  padding-right: .25em;
}
/* 4과 */
.worship{
  background-color: #f8f7ef;
}
.worship .tit{
  font-family: 'SC-5';
  font-size: 1.5em;
  color: #e3642b;
}
.worship .tit::before{
  content: '∷ ';
  font-size: 1.25em;
}
.worship .text{
  margin-top: 1.5em;
}
.worship .text, .worship .text2{
  text-decoration: underline #999;
  text-underline-position: under;
}
.worship .text2{
  margin-top: 1.5em;
  color: #c16225;
}
.three_angels{
  background-color: #f8f7ef;
}
.three_angels .tit{
  font-size: 1.5em;
  font-family: 'SC-5';
  margin-bottom: 1em;
}
.three_angels .tit_s{
  margin-top: 2em;
  color: #006d92;
  font-family: 'SC-6';
  background-image: url(../../daniel/img/04/daniel04_01.png);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1.125em;
  padding: 0.25em 0 0.25em 4em;
  margin-bottom: .5em;
}
.Titanic{
  background-color: #e8e1d7;
  background-image: url(../../daniel/img/05/daniel05_02.jpg);
  background-size: contain;
  background-position: left bottom ;
  padding-bottom: 15em;
  background-repeat: no-repeat;
  position: relative;
}
.Titanic::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(228, 221, 212, 0.8), rgba(228, 221, 212, 0.2));
}
.Titanic_content{
  background-color: #f8f7ef;
  padding: 32px 16px;
  position: relative;
  z-index: 10;
}
.Titanic_content .tit strong{
  color: #c16225;
  font-weight: normal;
}
.Titanic_content .bib-txt{
  color: #9f6e5d;
}

.text_box{
  padding: 24px 32px;
  margin: 1em 0;
}

/* 7과 */
.list_box_07, .list_box_07_2{
  margin-top: 2em;
}
.list_box_07 ul, .list_box_07_2 ul{
  border-top: 1px solid #2c2827;
  margin-top: .25em;
}
.list_box_07 ul li, .list_box_07_2 ul li{
  border-bottom: 1px solid #2c2827;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.list_box_07 li .tit, .list_box_07_2 li .tit{
  padding: 8px 16px;
  border-right: 1px solid #2c2827;
  display: flex;
  align-items: center;
}
.list_box_07 li .tit{
  width: 200px;
  background-color: #d1dd8e;
}
.list_box_07 li:nth-child(even) .tit{
  background-color: #eff4da;
}
.list_box_07 li .text, .list_box_07_2 li .text{
  padding: 8px 16px;
}
.list_box_07 li .text{
  background-color: #f1e6b6;
  width: calc(100% - 200px);
}
.list_box_07 li:nth-child(even) .text{
  background-color: #faf7e7;
}
.list_box_07 li span, .list_box_07_2 li span{
  display: block; 
}
.list_07 li, .list_07_2 li{
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.qna_bx{
  margin-top: 1.5em;
}
.qna_bx .qna_q{
  margin-top: 1.5em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.qna_bx .qna_q span{
  color: #548643;
  font-family: 'SC-5';
}
.qna_bx .qna_a{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.qna_bx .qna_a span{
  color: #a63034;
  font-family: 'SC-5';
}
.qna_bx .qna_src{
  text-align: right;
  margin-top: .5em;
  margin-bottom: 2em;
}
.list_box_07_2 li .tit{
  background-color: #c1e0ea;
  width: 100px;
}
.list_box_07_2 li:nth-child(even) .tit{
  background-color: #e5f2f7;
}
.list_box_07_2 li .text{  
  background-color: #eff4da;
  width: calc(100% - 100px);
}
.list_box_07_2 li:nth-child(even) .text{
  background-color: #f9fbf2;
}

/* 08과 */
.table_08 th{
  background-color: #bed089;
  border-top: 1px solid #2e2824;
  border-bottom: 1px solid #2e2824;
  border-right: 1px solid #2e2824;
  font-weight: normal;
}
.table_08 th:first-child{
  background-color: #e8c56c;
}
.table_08 td{
  border-bottom: 1px solid #2e2824;
  padding: 8px;
}
.table_08 td:nth-child(odd){
  background-color: #faf3e1;
  border-right: 1px solid #2e2824;
}
.table_08 td:nth-child(even){
  background-color: #ebf0d9;
}
.end_ol li{
  text-indent: -1em;
  padding-left: 1px;
}
.end_ol li span{
  color: var(--description-color);
}
p + .end_ol{
  margin-top: 1em;
}
.end_dl{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.end_dl dt{
  width: 100px;
  margin-right: 1em;
  color: #fff;
  background-color: #428198;
  display: inline-block;
  margin-top: .5em;
  padding: 0 8px;
  text-align: center;
}
.end_dl dd{
  width: calc(100% - 100px - 1em);
  margin-top: .5em;
}
.explain-list{
  margin-top: 2em;
}
.explain-list h6 span{
  color: #fff;
  display: inline-block;
  padding: .125em 1em;
  background-color: #94b751;
}
.explain-list li{
  margin-top: 1em;
}
.explain-list .list_tit{
  color: #006fa1;
  font-family: 'SC-5';
}
.explain-list .list_tit::before{
  content: '■ ';
  font-size: 0.875rem;
}
.explain-list li p{
 margin-top: 0; 
}
/* 11과 */
.end-bx-tit2 span{
  display: inline-block;
  background-color: #94b751;
  color: #fff;
  padding: 0 .5em;
  font-family: 'SC-5';
  font-size: 1.25em;
}
@media (max-width: 540px){
  .content_header .bib-num, .content_header .topic,.content_header .start, .content_header .title strong{
    padding: 0 16px;
  }
  .content_header .start-card{
    padding: 24px 16px;
  }
  .newstart_list>div{
    width: 100%;
  }
  .come_again .end-bx-tit span, .Titanic .tit span{
    display: inline-block;
    background-image: none;
    text-decoration: underline #c2d68b 3px;
    text-underline-position: under;
    padding-bottom: .25em;
  }
  .text_box{
    padding: 16px;
  }
  .list_box_07 li .tit,
  .list_box_07 li .text{
    width: 100%;
  }
  .list_box_07 li .tit{
    border-right: none;
  }
}