:root{
  --menu_icon_bgc     :#00569b;
  --basic-color       :#0c9fe3;
  --header-wrap-active:rgba(12, 159, 227, 0.75);
  --topBotton-bg      :rgba(12, 159, 227, .85);
  --ox_quiz-bg        :#48b9ee;

  --modal-link-color  :red;
  --cont-tit-color    :#126a95;
  --card-color        : #14bcc2;
  --start-bg-color    :#fcfbe9;
}
/* 메뉴상단  */
#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='%230c9fe3'%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;
}




.chapter .img_box figcaption{
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.content_header {
  background-color: #fff;
  padding-bottom: 40px;
}
.content_header .title{
  text-align: center;
  line-height: 1.4;
}
.content_header .title span{
  display: inline-block;
  color: #fff;
  padding: 1.25em;
  font-size: 1.5em;  
  text-align: center;
  font-family: 'SC-4';
  border-radius: 4px;
  background-image: url(./img/revelation_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 .725em;
  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: 50% ;
  transform: translateY(-50%);
  width: 2px;
  height: 45%;
  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(--cont-tit-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: 2.725em;
  background-image: url(./img/revelation_start_tit.png);
  background-position: 0 center;
  background-size: 2.5em;
  font-family: 'SC-6';
  background-repeat: no-repeat;
}
.content_header .start-card{
  padding: 32px;
  background-color: var(--start-bg-color);
  text-align: justify;
}
.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;
}
.content_header .start-footer{
  padding: 1em 0 0;
}
.content_header .start-footer span{
  background-color: #ae7765;
  color: #fff;
  padding: 0 .25em;
}
.cont-tit{
  /* color: var(--cont-tit-color); */
  font-family: 'SC-6';
  font-size: 1.125em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.cont-tit.num_ten{
  padding-left: 1.725em;
  text-indent: -1.725em;
}
.chapter .cont-body{
  text-indent:0;
}
.chapter .bib-txt{
  font-family: 'SC-5';
  text-indent: 0;
}
.badge-explain{
  float: left;
  color: #fff;
  width: 3.125em;
  height: 3.125em;
  text-align: center;
  line-height: 3.125em;
  margin-right: .725em;
  background-color: #a5bccb;
  border-radius: 50%;
}
.card{
  background-color: var(--start-bg-color);
}
.card-tit{
  color: var(--cont-tit-color);
  font-size: 1.25em;
  font-family: 'SC-5';
  display: flex;
  align-items: center;
}
.card-tit i{
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-size: 1.25em;
  background-position: center;
  margin-right: .5em;
  background-color: var(--cont-tit-color);
  border-radius: 50%;
}
.card .card-tit span{
  width: calc(100% - 1.5em);
  line-height: 1.3;
}
.card .card-body{
  padding-top: 2em;
}
.card .card-body p{
  margin-top: 0;
}
.card .card-body-txt{
  display: flex;
  text-indent: 0;
}
.card .card-body-txt + .card-body-txt{
  margin-top: 1em;
}
.card .card-body-txt .card-sm-tit{
  width: 3em;
  text-align: left;
  padding-right: .5em;
}
.card .card-body-txt .card-sm-tit strong{
  font-family: 'SC-6';
  font-weight: normal;
  width: 1.85em;
  display: inline-block;
}
.card .card-body-txt span{
  width: calc(100% - 3.5em);
}
.chapter-tit{
  margin-bottom: 1em;
  border-radius: 30px;
  color: var(--cont-tit-color);
  font-family: 'SC-5';
  font-size: 1.5em;
  align-items: center;
  position: relative;
  letter-spacing: -0.025em;
  padding-left: 0.875em;
}
.chapter-tit span{
  font-size: 0.825em;
}
.chapter-tit::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.625em;
  width: .5em;
  height: .5em;
  margin-right: .325em;
  background-color: var(--cont-tit-color);
  border-radius: .0725em;
}
.chapter-tit_s{
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  border-radius: 30px;
  color: var(--cont-tit-color);
  font-family: 'SC-5';
  font-size: 1.25em;
  align-items: center;
  position: relative;
  letter-spacing: -0.025em;
  padding-left: .825em;
}
.chapter-tit_s span{
  font-size: 0.825em;
}
.chapter-tit_s::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-bottom: .4em solid transparent;
  border-top: .4em solid transparent;
  border-left: .5em solid var(--cont-tit-color);
  border-right: .5em solid transparent;
}
.reference {
  border: 1px solid var(--cont-tit-color);
}
.reference h3{
  font-family: 'SC-5';
  font-size: 1.25em;
  margin-bottom: 1em;
  color: var(--cont-tit-color);
}
.reference ul li, .text_num_box{
  padding: 0.25em 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.meditation{
  background-repeat: no-repeat;
  background-size: 400px;
  position: relative;
  border: 1px solid #aabb4a;
  border-bottom: 16px solid #dce4a2;
}
.meditation .tit{
  margin-bottom: 1.5em;
  position: absolute;
  top: 30px;
  left: -6px;
}
.meditation .tit span{
  color: #fff;
  font-family: 'SC-5';
  background-color: #aabb4a;
  padding: .25em 2em .25em 1em;
  display: inline-block;
  position: relative;
}
.meditation .tit span::after, .meditation .tit span::before{
  content: '';
  position: absolute;
}
.meditation .tit span::after{
  width: 1.5em;
  height: 100%;
  bottom: 0;
  right: -0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23fff'%3E%3Cpath d='M14 7l-5 5 5 5V7z'/%3E%3Cpath d='M24 0v24H0V0h24z' fill='none'/%3E%3C/svg%3E");
  background-size: 400%;
  background-position: center;
}
.meditation .tit span::before{
  width: 0;
  height: 0;
  bottom: -9px;
  left: 0;
  border-top: 9px solid #666666;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
}
.meditation .text_box{
  text-shadow: 1px 1px 2px #fff;
  margin-top: 3em;
}
.chapter sup{
  color: rgb(109, 145, 157);
}
.text_num{
  color: var(--cont-tit-color);
  font-size: 1.125em;
}
.chapter .cont-body .img_box figcaption{
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.cont-tit + .cont-body{
  margin-top: 2em;
}
.meditation .tit_s{
  margin-bottom: 1em;
  font-size: 1.25em;
  font-family: 'SC-5';
}

/* 08과 */
.table_08{
  border-bottom: 1px solid #000;
}
.table_08 th, .table_08 td{
  padding: 4px 12px;
}
.table_08 th{
  border-top: 1px solid #000;
  background-color: #d1ddf4;
}
.table_08 td:nth-child(1), .table_08 th:first-child{
  border-right: 1px solid #000;
}
.table_08 tbody tr:nth-child(even){
  background-color: #eeeeef;
}

/* 11과 */
.list_box_11{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.list_box_11 li{
  padding: 0;
  display: flex;
}
.list_box_11 li:nth-child(odd) strong{
  background-color: #dbebf7;
}
.list_box_11 li:nth-child(odd) span{
  background-color: #eeeeef;
}
.list_box_11 li strong,
.list_box_11 li span{
  padding: 4px 8px;
}
.list_box_11 li strong, .list_box_11 li span{
  display: flex;
  align-items: center;
}
.list_box_11 li strong{
  width: 100px;
}
.list_box_11 li span{
  border-left: 1px solid #000;
  width: calc(100% - 100px);
}
.text_box_list_11{
  display: flex;
  flex-wrap: wrap;
}
.text_box_list_11 li{
  width: calc(50% - 8px);
}
.text_box_list_11 li:nth-child(even){
  margin-left: 16px;
}
.text_box_list_11 li:first-child{
  padding-top: 0;
}
/* 13과 */
.table_13{
  text-align: center;
  border-top: 1px solid #464344;
  border-bottom: 1px solid #464344;
}
.table_13 th{
  background-color: #7da1d4;
  color: #fff;
}
.table_13 tr:nth-child(odd){
  background-color: #eeeeef;
}
.table_13 td:nth-child(2), .table_13 th:nth-child(2){
  border-left: 1px solid #464344;
  border-right: 1px solid #464344;
}
.img_box_text{
  display: flex;
  align-items: center;
  border-top: 1px solid #b5b6b9;
  border-bottom: 1px solid #b5b6b9;
  background-color: #fafafa;
  margin:  1.5em 0;
}
.img_box_text .img-box{
  width: 60%;
}
.img_box_text .img-box img{
  display: block;
  width: 100%;
}
.img_box_text .text-box{
  width: 40%;
  font-size: 0.9375em;
  margin-top: 0;
  padding: 1em;
  text-align: justify;
}
@media (max-width: 540px){
  .content_header .start-tit, .content_header .start-tit+p, .content_header .title strong,  .card-body{
    padding: 0 16px;
  }
  .content_header .bib-num, .content_header .topic,.content_header .start, .content_header .title strong{
    padding: 0 16px;
  }
  .content_header .start-footer{
    margin: 1em 16px 0;
  }
  .content_header .start-card{
    padding: 24px 16px;
  }
  .meditation{
    background-size: 220px;
  }
  .meditation .text_box{
    padding-bottom: 110px;
  }
  .list_box_11 li{
    flex-direction: column;
  }
  .list_box_11 li strong{
    width: 100%;
    border-top: 1px solid #000;
  }
  .list_box_11 li:first-child strong{
    border-top: none;
  }
  .list_box_11 li span{
    border-left: none;
    width: 100%;
  }
  .list_box_11 li strong{
    background-color: #dbebf7;
  }
  .list_box_11 li:nth-child(odd) span, .list_box_11 li span{
    background-color: #fafafa;
  }
  .text_box_list_11 li{
    width: 100%;
  }
  .text_box_list_11 li:nth-child(even){
    margin-left: 0;
  }
  .img_box_text {
    flex-direction: column;
  }
  .img_box_text .img-box, .img_box_text .text-box{
    width: 100%;
  }
  .img_box_text .img-box{
    padding: 1em 1em 0;
  }
}