@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 초기화 */
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'NanumGothic';
  color: #444444;
  line-height: 140%;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
  margin: 0;
  padding: 0;
  border: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-family: 'Nanum Gothic', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul, ol, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0
}

#hd ul, nav ul, #ft ul {
  margin: 0;
  padding: 0;
  list-style: none
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden
}

label, input, button, select, img {
  vertical-align: middle
}

input, button {
  margin: 0;
  padding: 0;
  font-family: 'Nanum Gothic', sans-serif;;
  font-size: 1em
}

button {
  cursor: pointer
}

textarea, select {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1em
}

select {
  margin: 0
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all
}

hr {
  display: none
}

pre {
  overflow-x: scroll;
  font-size: 1.1em
}

a:link, a:visited {
  color: #000;
  text-decoration: none
}

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none
}

.gray {
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
  color: #6D6D6D;
}

/**회색 텍스트 **/
.ht {
  line-height: 140%;
}

/** 글자 높낮이 **/
.lt {
  letter-spacing: -1px;
}

/** 글자 간격 **/

input, select {
  font-family: Gulim, GulimChe, Arial;
  font-size: 12px;
  color: #444444;
}

/**공통적인 form **/

.title {
  font-size: 20px;
  font-family: Gulim, GulimChe, Arial;
  color: #2091B0;
}

/** 텍스트 큰거 **/
font.w {
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
  color: #555555;
}

/**공통적인 텍스트 **/
font.s {
  font-size: 11px;
  font-family: Gulim, GulimChe, Arial;
}

/** 작은 텍스트 **/

/**공통적인 링크 **/
a {
  cursor: pointer;
}
a:link {
  text-decoration: none;
  color: #444444;
}

a:visited {
  text-decoration: none;
  color: #444444;
}

a:active {
  text-decoration: none;
  color: #00A8FF;
}

a:hover {
  text-decoration: underline;
  color: #00A8FF;
}

/** 하안색 링크 **/
.w {
  text-decoration: none;
  color: #555555;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.w:link {
  text-decoration: none;
  color: #555555;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.w:visited {
  text-decoration: none;
  color: #555555;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.w:active {
  text-decoration: none;
  color: #555555;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.w:hover {
  text-decoration: underline;
  color: #555555;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

/** 검정색 링크 **/
.black {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.black:link {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.black:visited {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.black:active {
  text-decoration: none;
  color: #00A8FF;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

a.black:hover {
  text-decoration: underline;
  color: #00A8FF;
  font-size: 12px;
  font-family: Gulim, GulimChe, Arial;
}

/** 페이지넘버 링크 **/
.page {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  font-family: Verdana, Arial;
}

a.page:link {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  font-family: Verdana, Arial;
}

a.page:visited {
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  font-family: Verdana, Arial;
}

a.page:active {
  text-decoration: none;
  color: #00A8FF;
  font-size: 12px;
  font-family: Verdana, Arial;
}

a.page:hover {
  text-decoration: underline;
  color: #00A8FF;
  font-size: 12px;
  font-family: Verdana, Arial;
}

/** 성경 스타일 **/
.chapNum {
  color: #000000;
  font-weight: bold;
}

/** 몇 장 **/
.smallTitle {
  display: block;
  font-weight: 600;
  font-size: 16px;
}

/** 소제목 **/

/** 원어 **/
.number {
  color: green;
}

/** 글번호 **/

/**성경 주석 링크 **/
a.comment:link {
  text-decoration: none;
  color: #444444;
  font-family: Gulim, GulimChe, Arial;
}

a.comment:visited {
  text-decoration: none;
  color: #444444;
  font-family: Gulim, GulimChe, Arial;
}

a.comment:active {
  text-decoration: none;
  color: #00A8FF;
  font-family: Gulim, GulimChe, Arial;
}

a.comment:hover {
  text-decoration: underline;
  color: #00A8FF;
  font-family: Gulim, GulimChe, Arial;
}

/**성경 주석 링크 **/
a.anchor:link {
  text-decoration: none;
  color: #444444;
  font-family: Gulim, GulimChe, Arial;
}

a.anchor:visited {
  text-decoration: none;
  color: #444444;
  font-family: Gulim, GulimChe, Arial;
}

a.anchor:active {
  text-decoration: none;
  color: #00A8FF;
  font-family: Gulim, GulimChe, Arial;
}

a.anchor:hover {
  text-decoration: underline;
  color: #00A8FF;
  font-family: Gulim, GulimChe, Arial;
}

/**팝업스타일**/
.D2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  padding: 5px;
  background-color: #FEFFBB;
  margin-left: 10px;
}

#bible_header {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 100px) and (max-width: 200px) {
  div {
    background-color: red;
  }
}

#bible_header .logo {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 160px;
}

#bible_header .logo img {
  width: 100%
}

#bible_header .tabMenu {
  position: relative;
  height: 17px;
  margin: 0 auto;
  padding-top: 58px;
  overflow: hidden;
  z-index: -1
}

#bible_header .tabMenu ul {
  width: 800px;
  margin: 0;
}

#bible_header .tabMenu li {
  float: left;
  display: inline-block;
  width: 160px;
  height: 32px;
}

#bible_header .topIcon {
  position: absolute;
  top: 0;
  right: 15px;
  height: 25px;
}

#bible_header .topIcon img {
  vertical-align: middle;
  margin: 10px 8px;
  height: 50px;
}

#searchBox1 {
  width: 100%;
  padding: 1vw 0;
  margin: 0;
  background-image: url(/images/sub/bible/bible_read_bg.jpg);
  background-size: cover;
  background-position: center;
}

#searchBox2 {
  width: 100%;
  padding: 1vw 0;
  margin: 0;
  background-image: url(/images/sub/bible/bible_read_bg.jpg);
  background-size: cover;
  background-position: center;
}

#searchBox3 {
  width: 100%;
  padding: 1vw 0;
  margin: 0;
  background-image: url(/images/sub/bible/bible_read_bg.jpg);
  background-size: cover;
  background-position: center;
}

#searchBox4 {
  width: 100%;
  padding: 1vw 0;
  margin: 0;
  background-image: url(/images/sub/bible/bible_read_bg.jpg);
  background-size: cover;
  background-position: center;
}

#searchBox5 {
  width: 100%;
  padding: 1vw 0;
  margin: 0;
  background-image: url(/images/sub/bible/bible_read_bg.jpg);
  background-size: cover;
  background-position: center;
}

.searchList {
  padding: 30px 20px;
  height: 110px;
  width: auto;
  margin: 0;
  overflow: hidden;
}

.searchList ul {
  width: 100%;
  margin: 0;


}

.searchList > ul > li:not(:first-child) {
  margin-top: 10px
}

.searchList li > ul {
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.searchList li > ul > li {
  float: left;
  display: inline-block;
  width: auto;
  height: 30px;
  margin-right: 20px;
  line-height: 30px;
  color: #ffffff;
}

.searchList li > ul > li select {
  background: #ffffff;
  height: 28px;
  line-height: 28px;
  color: #595959;
  font-weight: bold;
  border: 1px solid #cecece;
}

.searchList li > ul > li input.inputbox {
  background: #ffffff;
  height: 28px;
  line-height: 28px;
  color: #595959;
  font-weight: bold;
  border: 1px solid #cecece;
}

.searchList li > ul > li input.input_chk {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-right: 5px;
}

.searchBtn {
  height: 28px;
  padding: 0 15px 0 15px;
  color: #595959;
  line-height: 28px;
  font-weight: bold;
  background: #fafafa;
  border: 1px solid #cecece;
  cursor: pointer;
}

#readMenu {
  width: 100%;
  text-align: center;
  margin-top: 90px
}

#readMenu li {
  display: inline-block;
  margin: 0 2px;
  padding: 15px 15px 5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 15px;
  width: 126px;
}

#readMenu li > a {
  color: white;
}

#readMenu li > a:hover {
  text-decoration: none
}

#searchBox1 .searchList, #readMenu li:first-child {
  background-color: rgba(18, 54, 84, 0.85)
}

#searchBox2 .searchList, #readMenu li:nth-child(2) {
  background: rgba(34, 86, 134, 0.85)
}

#searchBox3 .searchList, #readMenu li:nth-child(3) {
  background: rgba(65, 115, 153, 0.85)
}

#searchBox4 .searchList, #readMenu li:nth-child(4) {
  background: rgba(56, 134, 208, 0.85)
}

#searchBox5 .searchList, #readMenu li:nth-child(5) {
  background: rgba(119, 171, 210, 0.85)
}

#searchBox6 .searchList, #readMenu li:nth-child(6) {
  background: rgba(119, 171, 210, 0.85)
}

.lefttabMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 160px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lefttabMenu ul {
  width: 140px;
  margin: 0;
}

.lefttabMenu li {
  float: left;
  display: inline-block;
  width: 140px;
  height: 52px;
  border-bottom: 1px solid #52d0fe;
  color: #ffffff;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  background: #128bb8;
  cursor: pointer;
}

.lefttabMenu li.final {
  height: 54px;
  border-bottom: 0px;
}

.lefttabMenu li.active {
  background: #22a2d1;
}

#header_box {
  position: relative;
  width: 94%;
  margin: 20px auto 0px;
  padding: 0;
  height: 30px;
  background: transparent;
}

#header_box .paging {
  position: relative;
  width: 40%;
  height: 30px;
}

#header_box .paging img {
  vertical-align: middle;
}

#header_box .listen {
  position: absolute;
  top: 0;
  right: 2%;
}

#bible_content {
  width: 94%;
  display: table;
  flex-flow: row wrap;
  min-height: 100%;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  letter-spacing: 0.2px;
}

#bible_content .titleBg {
  margin-left: 20px;
}

#bible_content .leftCont br {
  display: block;
  content: " ";
  margin: 10px 0;
  line-height: 5px;
}

#bible_content .leftCont {
  display: table-cell;
  min-height: 100%;
  width: 75% \9;
}

#bible_content .rightCont {
  display: table-cell;
  width: 300px;
  min-height: 100%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #bfbfbf;
  background: #f5f5f5;
  width: 25% \9;
}

.titleBg {
  display: inline-block;
  white-space: nowrap;
  height: 70px; /**background-image:url(/images/sub/bible/title_bg.gif); background-size:100% 100%; background-repeat:no-repeat;**/
  font-size: 22px;
  line-height: 70px;
  color: #333333;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
}

#bible_content .paging {
  display: inline-block;
  margin-left: 15px;
}

.search_text {
  color: #333333;
  font-size: 14px;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: bold;
}

.search_top {
  position: relative;
  border-bottom: 1px dashed #737373;
  height: 60px;
  display: flex;
  padding: 20px;
}

.search_top > div:first-of-type {
  float: left;
  width: 240px;
}

.search_top > .hide_btn {
  position: absolute;
  top: 0;
  right:0;
  width: 60px;
  height:60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  background-color: #aaa;
  color: #333;
  cursor: pointer;
}

.search_input {
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  width: 50%;
  height: 28px;
  padding-left: 12px;
  line-height: 28px;
}

.search_submit {
  background: #291500;
  color: #ffffff;
  line-height: 30px;
  border: 0;
  height: 30px;
  padding: 0 15px 0 15px;
  cursor: pointer;
}

.search_body {
  padding: 20px;
  border-bottom: 1px dashed #737373;
}

.banner_list {
  position: relative;
  border-bottom: 1px dashed #737373;
}

.banner_list dt {
  position: absolute;
  width: 46%;
  max-height: 57px;
}

.banner_list dd {
  position: relative;
  margin-left: 50.2%;
  width: 46%;
  color: #333333;
  font-size: 14px;
  border-left: 1px solid #d2d2d2;
}

.search_bottom {
  padding: 20px;
}

.bible_read {
  width: 96%;
  padding: 2%;
  overflow: hidden;
}

#bible_content {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: black;
}

#bible_content a {
  color: black;
}

.bible_read2 {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
}

.bible_read2 ul {
  margin-left: 1.9%;
  width: 100%;
}

.bible_read2 li {
  float: left;
  display: inline;
  width: 43%;
  margin-right: 1.8%;
  padding: 2%;
  border: 1px solid #c4c4c4;
}

.bible_read3 {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
}

.bible_read3 ul {
  width: 100%;
  margin-left: 1.3%
}

.bible_read3 li {
  float: left;
  display: inline;
  width: 28%;
  margin-right: 1%;
  padding: 1.5%;
  border: 1px solid #c4c4c4;
}

#listen_box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px;
}

.listen_top {
  padding: 20px 0 20px 20px;
  background: #6d559b;
  margin: 0;
}

.listen_line {
  display: inline-block;
  padding: 8px;
  overflow: hidden;
  width: 240px;
  height: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  font-size: 12px;
}

.listen_line img {
  vertical-align: middle;
}

.listen_select {
  padding: 5px;
  border: 1px solid #cecece;
  background: #ffffff;
  color: #595959;
  font-weight: bold;
  line-height: 18px;
}

.listen_submit {
  border: 0;
  background: white;
  padding: 0 20px 0 20px;
  color: #595959;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}

.title_001 {
  color: blue;
}