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: 1px solid #f5f5f5;
	border-bottom: none;
	border-top: none;
	position: relative;
}

.tab_new {
	float: left;
	box-sizing: border-box;
	width: 33.1%;
	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 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	padding-bottom: 15px;
}

.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;
}


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

.jssor_toptext {
	transform: perspective(2000px);
	position: absolute;
	top: 70px;
	left: 316px;
	font-size: 29px;
	font-weight: 800;
	color: #111;
	text-shadow: -1px 1px 1px #fff, 1px -1px 1px #fff;
	line-height: 1.5;
}

.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; /* ÃÖ´ë ³ôÀÌ °íÁ¤  */
}

.full_responsive {
	position: relative;
	width: 1920px;
	width: calc(100% - 200px);
	width: calc(1687px + ((100% - 1920px) / 1280)* 480);
	margin: auto;
}

@media all and (max-width:1920px) {
	.full_responsive {
		width: calc(100% - 100px);
	}
}

@media all and (max-width:1800px) {
	.full_responsive {
		width: calc(100% - 100px);
	}
}

@media all and (max-width:1550px) {
	.full_responsive {
		width: calc(100% - 50px);
	}
}

@media all and (max-width:1200px) {
	.full_responsive {
		width: calc(100% - 25px);
	}
}

@media all and (max-width:768px) {
	.full_responsive {
		width: calc(100% - 10px);
	}
}


/* 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;
}

.title_msg {
	border-bottom: unset;
}