:root{
  --menu_icon_bgc: #003999;
  --basic-color:#005bb1;  
  --header-wrap-active : rgba(0, 91, 177, 0.75);
  --topBotton-bg : rgba(0, 91, 177, .85);
  --ox_quiz-bg : #2f7ac3;
  
  --tit-color:#0e88ce;
  --modal-link-color:#0e88ce;
}
/* 메뉴상단  */
#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='%23005bb1'%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;
}




.modal_btn {
  text-decoration: wavy underline;
}
.think-bx .modal_btn{
  color: red;
}
.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;
  background-color: var(--tit-color);
  color: #fff;
  padding: 4px 16px;
  font-size: 1em;  
  text-align: center;
  border-radius: 4px;
}
.content_header .title strong{
  font-size: 2.75em;
  display: block;
  color: var(--tit-color);
  margin-top: 0.5rem;
  font-family: 'SC-5';
  word-break: keep-all;
}

.content_header .bib-tit{
  font-family: 'SC-6';
  font-size: 1.25rem;
  margin-top: 1.5em;
}
.content_header p{
  margin-top: 2em;
}
.content_header .bib-tit, .content_header p, .content_header .title{
  padding: 0 40px;
}

.chapter .cont-tit{
  font-size: 1.5em;
  margin-bottom: 1em;
  color: var(--tit-color);
  font-family: 'SC-6';
  line-height: 1.4;
}
.cont-body .sm-tit{
  font-family: 'SC-5';
}
.think-bx{
  background-color: #aae0f9;
}
.think-bx .think-tit{
  font-size: 1.5em;
  color: #00466f;
  font-family: 'SC-5';
  padding-right: 2.2em;
  /* display: inline-block; */
  background-image: url(./img/think_tit.png);
  background-size: 2em;
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}
.think-bx .think-body-tit{
  font-family: 'SC-6';
  font-size: 1.125em;
  margin-top: .725em;
}
.think-bx .think-body-tit .light{
  font-family: 'SC-4';
}
.think-bx .think-body{
  margin-top: 1rem;
  font-family: 'SC-5';
}
.infor-bx{
  background-color: #e7f8ff;
}
@media (max-width: 540px){
  .content_header .bib-tit, .content_header p, .content_header .title{
    padding: 0 16px;
  }
  .chapter .cont-tit{
    font-size: 1.25em;
    font-family: 'SC-5';
  }
}

.reference .cont-tit{
  background-image: url(./img/faith_tit.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'SC-5';
  padding: 8px 12px;
  position: relative;
}
.reference .cont-tit_1{
  background-image: url(./img/faith_tit_.png);
}
.reference .cont-tit::after{
  content: '';
  width: 96%;
  height: 1px;
  background-color: #85d8f7;
  position: absolute;
  top: 50%;
  right: 0;
}
.reference .cont-tit span{
  color: #000;
  position: relative;
  z-index: 1;
}

.reference .cont-body .tit{
  color: var(--tit-color);
  font-family: 'SC-5';
}
.reference .cont-body .tit-r-s{
  color: var(--tit-color);
}

.supplement .cont-tit{
  background-image: url(./img/faith_tit2.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'SC-5';
  color: var(--basic-color);
  padding: 8px 12px;
  position: relative;
}


/* 11과 */
.faith_11_text{
  margin-left: 1.5rem;
  display: block;
  text-indent: -1.5rem;
}
.qna{
  display: block;
  text-indent: 0;
}
.qna_q, .qna_a{
  display: inline-block;
  text-indent: -2.25rem;
  margin-left: 2.25rem;
}
.qna_q{
  color: var(--basic-color);
}
.faith11_reference li{
  display: flex;
}
.faith11_reference li .tit-r-s{
  width: 4em;
}
.faith11_reference .tit-r-s::after{
  content: " - " ;
  color: #333;
}
.faith11_reference li .text{
  width: calc(100% - 4em);
}

/* 16과 */

.faith16_men{
  border: 1px solid #ddd;
  border-bottom: none;
  margin-top: .5rem;
}
.faith16_men>div{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.faith16_men .tit-r-s{
  width: 3.5em;
  text-align: center;
}
.faith16_men .text{
  width: calc(100% - 3.5em);
  border-left: 1px solid #ddd;
  padding: .5rem;
}