body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 0 20px;
}

body.standalone {
	background: #f5f5f5;
}

header.bible_reading {
	position: relative;
	width: unset;
	margin-bottom: 16px;
	text-align: center;
}

.bible_reading h1 {
	margin: 28px 0 16px;
	font-size: clamp(22px, 5vw, 26px);
	font-family: 'Noto Sans KR', sans-serif;
}

.standalone .bible_reading h1 {
	font-size: clamp(22px, 5vw, 30px);
}

.bible_reading p {
	margin: -1px 0 16px;
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif;
}

.bible_reading h4 {
  margin: 8px 0;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
}

.controls {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;

	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}

 .controls h4, .tts_help_div h4 {
	flex-basis: 100%;
	text-align: center;
	margin: 2px 0 0;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	font-family: 'Noto Sans KR', sans-serif;
 }

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

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

.controls select {
	padding: 8px 4px;
	font-size: 15px;
	color: #333;
	font-family: Arial, 'Noto Sans KR', sans-serif;
}

.tts_help_div {
	width: 100%;
	margin: 10px auto;
	padding: 0 10px;
	font-size: 15px;
	text-align: center;
}

.bible_content {
	width: 97%;
	width: calc(100% - 15px);
	margin: 0 auto;
	padding: 15px 5px 10px 15px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	box-sizing: content-box;
	background: white;
}

body.standalone .bible_content {
	max-width: 800px;
}

#wrapper > .section > .center > .bible_content {
	box-sizing: border-box;
}

.center > .bible_content {
	box-shadow: unset;
}
.center > .content .bible_content {
	box-shadow: unset;
}

.bible_content > .reference {
	width: 100%;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	font-family: 'Noto Sans KR', sans-serif;
}

.bible_content > .text .kakao_otherBtn {
	padding:10px 20px;
	background:#4CAF50;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
}

footer.bible_reading {
	margin-top: 15px;
	padding: 25px 0;
	font-size: 14px;
	color: #777;
	text-align: center;
}

@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: 2px;
	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: #010210;
  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"] {
	margin: 14px 0;
}

form[name="ajax_form"] button, .controls button {
	padding: 5px 10px;
	font-size: 15px;
	vertical-align: bottom;
	box-shadow: unset;
	border-color: unset;
	border-radius: 0;
	font: normal 15px / 23px 'Arial', 'sans-serif';
	color: #333;
	border: 1px solid #000;
	background: #fff;
}

.controls button {
	padding: 5px 5px;
}

.bible_input {
	background-color: #fff;
	padding: 8px  0 7px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #111;
	font-family: Arial, sans-serif;
}

.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: 93%;          /* ¿øÇÏ´Â Æø (¿¹: 50%) */
	margin: 0 auto;      /* Áß¾Ó Á¤·Ä */
	aspect-ratio: 16 / 9;/* ÀÚµ¿À¸·Î 16:9 ºñÀ² À¯Áö */
	margin-bottom: 25px;
	max-width: 514px;
}

/* ¸ð¹ÙÀÏ ´ëÀÀ (È­¸é ÆøÀÌ 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;
}

.standalone .right_bar_menu {
	display: none;
}

.right_bar_menu {
	position: absolute;
	top: 26px;
	right: 0;
	margin: 3px 0 10px;
	height: 25px;
	width: auto;
}

#right_vsidebar { display: none; }
#right_vsidebar:checked ~ .right_visible_menu { display: none; }
#right_vsidebar:checked ~ .right_vhidden_menu {
	display: block;
	margin: -1px 0 0 4px;
	padding: 3px 3px 4px 3px;	
	background: #eaeaea;
	border-radius: 2px;
}
.right_vsidebar{float: right;width: 22px;height: 24px;padding-top: 1px;margin-right: -10px;cursor: pointer;display: none;}
.right_vhidden_menu {position: relative;float: right;display: none;}

.right_vhidden_menu button {border-bottom-color: #3287b5;}
.right_vhidden_menu button:hover {border-bottom-color: #c66a6a;}

/* right_vhidden_menu ¼¼·Î Ç®´Ù¿î li ¹æ½Ä */
.right_vhidden_menu nav {
	width: 280px;
}

.right_vhidden_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right_vhidden_menu li a {
	display: block;
	padding: 15px;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

.right_vhidden_menu li {
	margin: 0 0 4px;
}

.right_vhidden_menu li a.buttonPro {
	height: 18px;
	font-size: 13px;
	padding: 6px 5px;
}

.right_vhidden_menu li a:hover {
	background-color: #555;
}