body {
	font-family: Arial, sans-serif;
	background: #f5f5f5;
	margin: 0;
	padding: 5px 0 20px;
}
header {
	text-align: center;
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 5px;
	font-size: clamp(22px, 5vw, 34px);
}

h4 {
  margin: 8px 0;
}

.controls {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.controls .readingBtn {
	background: #f10;
	color: #fff;
	border: 1px solid #f10;
	PADDING: 7px 8px;
}

.controls .continueBtn {
	background: #167ac6;
	color: #fff;
	border: 1px solid #167ac6;
}

select {
	padding: 8px;
	font-size: 16px;
}
.content {
	background: white;
	padding: 20px 5px 20px 15px;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.reference {
	font-weight: bold;
	margin-bottom: 10px;
}
footer {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: #777;
}

@font-face {
 font-family: 'RIDIBatang';
 src: local(RIDIBatang),
   url("https://tistory1.daumcdn.net/tistory/3699994/skin/images/RIDIBatang.woff2") format("woff2"),
   url('https://tistory1.daumcdn.net/tistory/3699994/skin/images/RIDIBatang.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: auto;
}

div.para2 {
	float: left;
	width: 24px;
	padding-top: 1px;
	font-size: 12px;
	color: #232956;
	text-align: right;
	/* line-height: 1.5; */
}

.sent2 {
	margin-left: 60px;
	font-size: 1.13em;
	font-size: 14.5px;
	color: #06093a;
	line-height: 1.5;
	text-indent: 0px;
	text-align: left;
	font-weight: 400;
}

/* psmbible_verse_1.7부터 vesre */
.popup_biblebox .verse,
.bibbox_border .verse {
  display: flex;
  align-items: flex-start;
  gap: 4px;
	padding: 2px 2px 2px 8px;
}

/* 성경구절 보여주기 flex 방식 -- start */
.verse {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	padding: 2px 2px 4px 0;
}

.verse .book {
	padding-top: 1px;
	font-size: 14px;
	color: #34376b;
	font-family: 'GentiumAlt', 'Malgun Gothic', '맑은 고딕', 돋움, AppleGothic, sans-serif;
  flex-shrink: 0;   /* 내용만큼만 */
}

.verse .chapter,
.verse .verse-num {
	padding-top: 3px;
	font-size: 12px;
  color: #666;
  flex-shrink: 0;   /* 내용만큼만 */
}

.verse .chapter {
	min-width: 13px;
}

.verse .verse-num {
	margin-left: -4px;
	padding-right: 1px;
	min-width: 18px;
}

.verse .text {
  flex: 1;          /* 나머지 영역 전부 */
	font-size: 15px;
	color: #010210;
  line-height: 1.6;
	text-indent: 0px;
	text-align: left;
	font-weight: 400;
	font-family: 'Malgun Gothic', '맑은 고딕', 돋움, AppleGothic, 'Noto Serif Hebrew', sans-serif;
	font-family: 'Noto Serif Hebrew', 'GentiumAlt', 'Open Sans', Arial, sans-serif;
}

/* 사용자 성경입력 */
	form[name="ajax_form"] button {
	padding: 5px 8px;
	font-size: 15px;
	vertical-align: bottom;
}

.bible_input {
	background-color: rgb(255, 255, 255);
	padding: 8px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #111;
}

.ajax_submit {
	padding: 5px 8px;
	font-size: 15px;
	vertical-align: bottom;
}

/* 모바일 */
@media (max-width: 768px) {
	h1 {
		font-size: clamp(22px, 5vw, 34px);
	}

  .verse .text {
    font-size: 18px; /* 원하는 크기로 조절 */
		line-height: 1.7; /* 모바일 가독성 ↑ */
  }

	#todayBible {
		 font-size: 16px;
	}
}

.verse .text .text {
	margin: 7px 0 5px 2px;
	color: #232956;
}

.verse .text .text > a {
	color: #EF5350;
	font-size: 13px;
	font-family: unset;
}

.verse .text.ORG.OT {
	margin-top: -7px;
	margin-bottom: 6px;
	text-align: right;
}

.verse .highlight {
	background-color: #ffe066;
	font-weight: bold;
	border-left: 5px solid #f39c12;
}
/* 성경구절 보여주기 flex 방식 -- end */

.video-container {
	position: relative;
	width: 50%;          /* 원하는 폭 (예: 50%) */
	margin: 0 auto;      /* 중앙 정렬 */
	aspect-ratio: 16 / 9;/* 자동으로 16:9 비율 유지 */
	margin-bottom: 25px;
	max-width: 550px;
}

/* 모바일 대응 (화면 폭이 768px 이하일 때) */
@media (max-width: 768px) {
	.video-container {
		width: 96%;       /* 모바일에서는 전체 폭 */
	}
}

.video-container #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 13px;
	font-style: italic;
}