@font-face {
  font-family: "Noto Sans KR";
  src: url("font/Noto_Sans_KR/NotoSansKR-Medium.otf") format("opentype");
}
html,
body {
  /*font-family: 'Noto Sans KR', Helvetica, sans-serif;*/
  font-family: Tahoma,arial,sans-serif,'Noto Sans KR';
}
/*** boostrap adjust ***/
.table-dark {
    --bs-table-color: #c0c0c0;
  }
/*** memory ***/
/* book:chap-verses */
b {
  font-weight: normal;
}
#rad-text-1 {
  margin-right: 5px;
}
#rad-binfo-1, #rad-binfo-2 {
    margin-right: 3px;
}
/* memory verse */
#d-taverse {
  background-color: #001626;
  color:#c0c0c0;
  padding: 5%;  
}
/* step 2 */
.cover_word {  
    background-color:#4e4d4d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: inherit;
  color: #c0c0c0;
  text-align: center;
  margin-bottom: 0.5em;
}
.strong_verse {
  border:none;
    background-color: #4e4d4d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: inherit;
    font-style: inherit;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 0.5em;
}
.bword {
  font-size: inherit;
  margin: 0 5px 5px 0;
}
/* step 3 */
.combo {
  font-size: inherit;  
  margin-bottom:5px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.combo option {
  font-size:1.4em;
  color: #000000;
}
#binfo {
  background-color:#151932;
  color:#ffffff;
  height: 60px;
}
#versetbl td {
  height: 3em;
  vertical-align: middle;
}