/* main add style  */

h1,p{
	margin:0;
	padding:0;
	/*font-size:12px;line-height:1.5;*/
	font-family:'Nanum Gothic',µ¸¿ò, Dotum, Arial, sans-serif, Verdana, Helvetica, geneva;
	color:#ffffff;
}

.m_button {
	background-color: #0B4A82;
	width: 75px;
	text-align: center;
	padding: 4px 0;
	color:#ffffff;
	margin: 1.5px 0;
}

.ariul {
	position: absolute;
	top: -81px;
	right: 46px;
	font-size: 13px;
	padding: 5px 15px;
	border: 1px solid #2E93D8;
	background: #14A8CD;
	border-radius: 15px;
}

.abc {
	float: left;
	width: 214px;
	height: 194px;

	font-size: 20px;
	padding: 68px 37px;
	box-sizing: border-box;

	text-align: center;
	line-height: 2;

	box-shadow:
	7px 0 0 0 #3287b5,
	0 7px 0 0 #3287b5,
	7px 7px 0 0 #3287b5,
	7px 0 0 0 #3287b5 inset,
	0 7px 0 0 #3287b5 inset;
}

/* ÅøÆÁ ÅØ½ºÆ® -- start */
.tooltip-btn {
	position: relative;
}
.tooltip-btn::after {
  content: attr(data-tooltip);
  position: absolute;

 /* bottom: 110%;  ¹öÆ° À§¿¡ Ç¥½Ã */
	top: 140%;
	left: 50%;
  padding: 8px 12px;
	font-size: 12px;
  color: #fff;
	font-weight: 400;
	text-shadow: 0 0 black;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background-color: #13313e;
  pointer-events: none;
  z-index: 999;
}

/* ÅøÆÁ È­»ìÇ¥ */
.tooltip-btn::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

/* Hover ½Ã ³ªÅ¸³ª°Ô ÇÏ±â */
.tooltip-btn:hover::after,
.tooltip-btn:hover::before {
  opacity: 1;
}
/* ÅøÆÁ ÅØ½ºÆ® -- end */

.videojs-player {
	float: left;
	width: 700px;
	height: 400px;
	margin: 15px 20px 25px 22px;
	position: relative;
}

#sermon_screen {
	position: absolute;
	border: 10px;
	background-color: #6666665c;
	top: 232px;
	height: 162px;
	width: 100%;
	color: #fff;
}

#sermon_screen > div {
	margin: 10px 20px 20px 20px;
	line-height: 1.25;
}

#video_button {
	background: #3287b500;
	border: none;
	color: #fbfbfb;
}

.center_new {
	width: 1200px;
	margin: auto;
	height: 270px;
	margin-top: 8px;
	border-bottom: none;
	border-top: none;
	position: relative;
	opacity: 0;
}

.tab_new {
	float: left;
	box-sizing: border-box;
	width: 33.3%;
	height: 162px;
	padding: 20px 30px 20px 30px;
	margin-top: 30px;
}

.tab_new .center {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

.title_msg {
	font-size: 20px;
	color: #2196f3;
	text-align: left;
	letter-spacing: 2px;
	padding-bottom: 8px;
}

.title_love {
	text-align: center;
	width: 370px;
	margin: 10px auto 33px;
	border-bottom: 2px solid #1c3d66;
	color: #f10;
}

.vod_thumn_txt {
	position: absolute;
	color: #fff;
	bottom: 5px;
	left: 2px;
	color: #444756;
	text-shadow: 0px 0px 2px #fff, 1px 0px 0px #fff;
}

/* ±³È¸¸¶´Ù »çÁø ÃÔ¿µ ¹®Á¦  À­ºÎºÐ Á¦°Å*/
.bxslider {margin-top: 0;}
.bx-wrapper .bx-controls-direction a {margin-top: -13%;}

.vod_image {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 183px;
	height: 122px;
	margin-right: 10px;
}

/* ÀüÀÚ¿ä¶÷ ¾ÆÀÌÄÜ */
.fa_link {
	position: absolute;
	top: 14px;
	left: 8.7px;
	font-size: 24px;
	color: #1a1449;
	font-weight: 600;
}

.fa_bt_link {
	color: rgb(212, 200, 157);
	font-weight: 200;
	font-size: 56px;
	text-shadow: rgb(245 245 245) -1px 1px 1px, rgb(2 2 2) 1px 3px 3px;
	user-select: auto;
}

/* vod_content ÃÖ±Ù ¼³±³ -- start */
.vod_content {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: auto;
	height: 430px;
}

.vod_content .vod_img {
	float: left;
	width: 50%;
	height: 386px;
}

.vod_content .vod_info {
	width: 50%;
	height: 386px;
	float: left;
	background: #fbfbfb;
}

.vod_content .vod_info > .ser_tit {
	height: auto;	
	text-align: center;
	color: #666;
	margin: auto;
	line-height: 1.5;
	overflow: hidden;
}

.vod_content .vod_info > .vod_info_bar {
	width: 100%;
	height: 5px;
	background-color: #3FAAE0;
	box-shadow: 0px 0px 0px #999999;
	overflow: hidden;
	opacity: 1;
}

.vod_content .vod_info > .vod_info_1 {
	padding-top: 35px;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: "Noto Sans KR", sans-serif;
	line-height: 1.6;
	text-align: center;
}

.vod_content .vod_info > .vod_info_3 {
	font-size: 15px;
	font-weight: normal;
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: 0px;
	line-height: 1.6;
	color: #B0B0B0;
	text-align: center;
}

.vod_content .vod_info > .vod_info_4 {
	padding: 30px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	line-height: 160%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vod_content .vod_info > .vod_info_4  > a {
	color: #333;
}
/* vod_content ÃÖ±Ù ¼³±³ -- end */

.onlign_gift {
	position: absolute;
	bottom: 67px;
	right: 526px;
	color: #d5cd85;
	padding: 10px 12px;
	border-radius: 2px;
	font-size: 1.14em;
	background-color: #3287b5ba;
	font-family: Arial, sans-serif;
}

.jssor_toptext {
	position: absolute;
	bottom: 184px;
	left: 443px;
	font-size: 62px;
	font-weight: 800;
	color: #111;
	text-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff;
	line-height: 1.5;
	transform: perspective(2000px);
}

.jssor_undertext {
	transform: perspective(2000px);
	position: absolute;
	bottom: 70px;
	left: 316px;
	max-width: 498px;
	font-size: 14px;
	line-height: 1.5;
	-font-weight: 600;
	color: #e8eaea;
	-text-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff;
	-text-indent: -7px;
	padding: 10px;
	background-image: url(/main/img/main/0.42.black.png);
}

@media (max-width: 1920px) {
	.jssor_undertext {left: 289px;}
	.jssor_toptext {left: 289px;}
}

.main_button {
	width: 1200px;
	height: 79px;
	margin: auto;
	padding: 30px 19px 6px;
	text-align: center;
	border-bottom: 1px solid #bcbecb;
	box-sizing: border-box;
}

#full_responsive_slide {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
	border-radius: 0;
	overflow: hidden;
	visibility: hidden;
	max-height: 550px; /* ÃÖ´ë ³ôÀÌ °íÁ¤  */
}

/* ¸ÞÀÎ ½½¶óÀÌµå ¹ÝÀÀÇü ¾ÆÁÖ °£·«ÇÑ Ã³¸® 2025.10.13 */
.full_responsive {
 position: relative;
 width: 1920px;
 width: min(100%, calc(1920px + (100vw - 1920px) * 0.75));
 max-width: 2100px;
 margin: auto;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* Bullet Navigator */
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}


#main-image-slider {
	width: 100%;
	border-top: unset;
	border-bottom: unset;
}

#header .h_group {
	border-bottom: unset !important;
}