@charset "utf-8";

/*SectionBox*/
/* 2019.11.04 박한별, 서브메뉴 카테고리 UI 수정 */
div.sectionBox {
	overflow: hidden;
}

div.sectionBox ul {
	
}

div.sectionBox ul li {
	display: inline-block ;
	height: 30px;
	margin-bottom: 10px;
	background: #f2f2f2;
	border-radius: 15px;
}

div.sectionBox ul li a {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

/* 
div.sectionBox ul li.frist {
	background: none;
	padding: 0 !important;
} */

/* div.sectionBox ul li.last {
	background: none;
} */

div.sectionBox ul li.on {
	background: #f7981d;
	border-radius: 15px;
}

div.sectionBox ul li.on a{
	font-weight: bold;
	color: #fff;
}

div.sectionBox ul li:hover {
	background: #f7981d;
	border-radius: 15px;
}

div.sectionBox ul li:hover a {
	color: #fff;
}

a.Minfo {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*Title*/
h4 {
	font-size: 15px !important;
	color: #3f3c3b;
	padding-bottom: 10px !important;
	border-bottom: 2px solid #dadada;
}

h6 {
	margin: 15px 0 14px !important;
	font-size: 15px !important;
	display: inline-block;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #606164;
	padding-bottom: 9px;
}

h6 {
	width: 162px;
	font-size: 15px;
	font-weight: bold;
	background: url(/assets/images/sns/icon_paging_next.png) no-repeat right top;
}

h5 em {
	font-size: 11px;
}

h5 em.frist {
	margin-left: 10px;
}

h5 span {
	font-size: 11px;
	color: #ed471a;
}

span.newsSubTitle {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
	margin-bottom: 27px;
	border-bottom: 1px solid #dadada;
}

/*NewsView*/
div.newsViewBox {
	width: 100%;
	overflow: hidden;
}

div.newsViewBox div.top {
	width: 100%;
	overflow: hidden;
}

div.newsViewBox div.top div.img {
	display: block;
	float: left;
}

div.newsViewBox div.top div.img a {
	display: block;
	text-align: center;
	margin-top: 20px;
}

div.newsViewBox div.top p {
	float: right;
	width: 370px;
	line-height: 25px;
	margin-top: -4px;
}

div.newsViewBox div.top p span {
	display: block;
	margin: 30px 0 20px;
}

div.newsViewBox div.top a.ViewPlayer {
	clear: both;
	text-align: center;
	display: block;
	margin-top: 21px;
}

div.newsViewBox div.middle p span {
	display: block;
	margin: 30px 0 20px;
}

div.newsViewBox div.middle a.misAll {
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 25px;
}

div.newsViewBox div.bottom {
	margin-top: 24px;
}

div.newsViewBox div.bottom div.soTop {
	height: 25px;
	margin-bottom: 30px;
	border-bottom: 2px solid #dadada;
	padding-bottom: 9px;
	position: relative;
}

div.newsViewBox div.bottom div.soTop span.soBtn {
	width: 143px;
	float: right;
}

div.newsViewBox div.bottom div.soTop span.soBtn em {
	line-height: 28px;
}

div.newsViewBox div.bottom div.soTop span.title {
	line-height: 30px;
}

div.newsViewBox div.newsInfo {
	background: #f1f1f1;
	border: 1px solid #dadada;
	padding: 11px;
	margin-bottom: 32px;
}

div.newsViewBox div.replyWrite {
	width: 730px;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

div.newsViewBox div.replyWrite p {
	width: 627px;
	float: left;
}

div.newsViewBox div.replyWrite p textarea {
	width: 620px;
	height: 50px;
	padding: 5px 0 0 5px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	margin-bottom: 3px;
}

div.newsViewBox div.replyWrite p span {
	width: 100%;
	display: block;
	overflow: hidden;
}

div.newsViewBox div.replyWrite p span * {
	font-size: 11px;
	color: #868686;
}

div.newsViewBox div.replyWrite p span em {
	float: left;
}

div.newsViewBox div.replyWrite p span u {
	float: right;
	text-decoration: none;
}

div.newsViewBox div.replyWrite a.writeOK {
	display: block;
	float: right;
}

div.newsViewBox div.replyView {
	width: 730px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

div.newsViewBox div.replyView div.top {
	width: 100%;
	overflow: hidden;
}

div.newsViewBox div.replyView div.top strong {
	float: left;
	margin-right: 10px;
	display: block;
}

div.newsViewBox div.replyView div.top span {
	float: right;
	display: block;
	color: #aaa;
	font-size: 11px;
}

div.newsViewBox div.replyView div.top em {
	float: right;
	display: block;
	color: #aaa;
	font-size: 11px;
}

div.newsViewBox div.replyView div.top ul {
	width: 200px;
	float: right;
}

div.newsViewBox div.replyView div.top ul li {
	float: right;
	margin-left: 10px;
}

div.newsViewBox div.replyView div.top ul li * {
	color: #aaa;
	font-size: 11px;
}

div.newsViewBox div.replyView p {
	margin-top: 10px;
}

/* Paging */ 
/* 
.paging {
	line-height: 14px;
	text-align: center;
	margin-top: 19px;
	margin-top: 17px;
}

@media \0screen {
	.paging {
		line-height: 1.55em;
	}
}

.paging a, .paging a.on {
	height: 15px;
	color: #f7981d;
	vertical-align: bottom;
	margin-right: 1px;
	padding: 2px 9px 0 4px;
	display: inline-block;
	overflow: hidden;
	line-height: 10px;
	line-height: 12px\9;
	xvertical-align: top;
}

.paging a.pprev, .paging a.prev, .paging a.next, .paging a.nnext {
	padding: 0;
}

.paging a.prev {
	margin: 0 6px 0 0;
	padding-right: 0;
	background-image: none;
}

.paging a.next {
	margin: 0 1px 0 5px;
	padding-right: 0;
	background-image: none;
}

.paging a.on {
	font-weight: bold;
}

.paging a:hover {
	font-weight: bold;
}

.paging a {
	padding-right: 10px;
	margin: 0;
	background: url('../images/icon/icon_pagingBar.png') no-repeat right 1px;
	text-align: center;
	font-weight: bold;
}

.paging a.last {
	background: none;
}

.paging a img {
	padding-top: 2px;
}

.paging a.last {
	background: none !important;
}
 */
 

 
/*Missonary*/
div.missionaryList {
	margin: 19px 0 0;
}

div.missionaryList ul li.listWrap {
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
	border-bottom: 1px solid #dedede;
}

div.missionaryList ul li.listWrap img {
	border: 1px solid #666;
	display: block;
	float: left;
}

div.missionaryList ul li.listWrap ul {
	width: 610px;
	float: left;
	margin-left: 17px;
}

div.missionaryList ul li.listWrap ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
}

div.missionaryList ul li.listWrap ul li strong, div.missionaryList ul li.listWrap ul li em
	{
	display: block;
	float: left;
}

div.missionaryList ul li.listWrap ul li em {
	margin-left: 3px;
}

div.replyWriteDetail {
	width: 714px;
	overflow: hidden;
	background: #ebebeb;
	padding: 8px;
}

div.replyBoxDetail {
	float: right;
	width: 686px;
	overflow: hidden;
	background: #ebebeb;
	padding: 8px;
}

div.replyBoxDetail .top {
	float: left;
	width: 605px !important;
}

div.replyBoxDetail .top textarea {
	width: 590px;
	padding: 5px;
	height: 44px;
}

.replyBoxGroup {
	width: 100%;
	overflow: hidden;
	background: url('../images/icon/icon_reAnswer.gif') no-repeat left top;
	margin-top: 20px;
}

a.writeOK {
	display: block;
	float: right;
}

/**************  �뜝�럥�샍占쎈츩�뇦猿볦삕繹먮뿰�삕占쎈닑餓ο옙 占쎈퉲�겫�룞�삕 *************/
span.locationText {
	display: block;
}

div.searchTypeBox {
	border: solid #ddd;
	border-width: 1px 0 1px;
	padding: 25px 22px 25px 22px;
}

div.searchTypeBox td.timeSearchBar {
	width: 100%;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail {
	width: 100%;
	overflow: hidden;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail span.frist {
	display: block;
	float: left;
	padding: 17px 12px 0 0;
	font-size: 11px;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail span.last {
	display: block;
	float: left;
	padding: 17px 0 0 12px;
	font-size: 11px;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail div.bar {
	width: 447px;
	height: 37px;
	background: url('../images/common/tmp/tmp_searchBar.gif') no-repeat left
		23px;
	float: left;
	position: relative;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail div.bar p {
	background: #ed5b1a;
	height: 6px;
	position: absolute;
	top: 23px;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail div.bar em,
	div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail div.bar span
	{
	font-size: 11px;
	position: absolute;
	top: -20px;
	display: block;
	font-style: normal;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail div.bar em {
	left: -20px;
	padding-bottom: 13px;
	background: url('../images/common/icon/icon_barCuri.png') no-repeat 50%
		bottom;
}

div.searchTypeBox td.timeSearchBar div.timeSearchBarDetail div.bar span
	{
	right: -20px;
	padding-bottom: 13px;
	background: url('../images/common/icon/icon_barCuri.png') no-repeat 50%
		bottom;
}

td.dayCustomSelect div.top {
	width: 100%;
	overflow: hidden;
}

td.dayCustomSelect div.top span {
	display: block;
	margin-right: 20px;
	float: left;
}

td.dayCustomSelect div.top input {
	line-height: 20px;
	margin-top: -2px;
}

td.dayCustomSelect div.top label {
	margin-left: 5px;
}

td.dayCustomSelect div.top input.text2 {
	margin-top: 0 !important;
}

td.dayCustomSelect div.bottom {
	width: 100%;
	overflow: hidden;
}

td.dayCustomSelect div.bottom div.date {
	float: left;
}

div.searchResulteInfo {
	border-bottom: 1px solid #dadada;
	padding: 15px 0 15px 20px;
}

div.searchResulteInfo em {
	font-style: normal;
	font-weight: bold;
}

div.searchResulteInfo strong {
	color: #3a3b3c;
} /* 2016-08-08 異붽� */
div.SearchResultContents {
	border-bottom: 1px solid #ddd;
	padding: 26px 20px 29px 22px;
}

div.SearchResultContents ul {
	border-top: 2px solid #3b3c3f;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

div.SearchResultContents ul li {
	width: 720px;
	overflow: hidden;
	padding: 22px 22px 9px 22px;
}

div.SearchResultContents ul li div.left a {
	display: block;
	width: 100%;
	height: 100%;
}

div.SearchResultContents ul li div.left {
	display: block;
	float: left;
	position: relative;
}

div.SearchResultContents ul li div.left em {
	width: 202px;
	padding-right: 10px;
	height: 23px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #8e8e8e;
	text-align: right;
	color: #dfdede;
	line-height: 23px;
	font-style: normal;
	font-weight: bold;
}

div.SearchResultContents ul li div.rightText {
	width: 488px;
	float: left;
	margin-left: 20px;
	padding: 3px 0 0;
}

div.SearchResultContents ul li div.rightText div.programTitleText {
	width: auto;
	display: inline-block;
	color: #ed471a;
	padding-right: 20px;
	background: url('../images/common/icon/icon_new.gif') no-repeat right
		3px;
}

div.SearchResultContents ul li div.rightText div.playBox {
	border-bottom: 1px solid #ddd;
	padding: 4px 0 8px;
	width: 100%;
	overflow: hidden;
}

div.SearchResultContents ul li div.rightText div.playBox a {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	background: url('../images/common/icon/icon_play.gif') no-repeat right
		top;
	text-indent: -1000000px;
}

div.moreSearchDaTa {
	border-bottom: 1px solid #ddd;
	padding: 18px 0px 25px 0;
	font-size: 11px;
	text-align: right;
}

div.moreSearchDaTa a {
	margin-right: 23px;
	padding-right: 9px;
	font-size: 11px;
	display: block;
	background: url('../images/common/icon/icon_arrowRight.gif') no-repeat
		right 3px;
}

div.tableSearch {
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}

div.tableSearch th.top {
	font-weight: bold;
	padding: 14px 0 14px 14px;
	background: #fff;
	border-right: 0;
}

div.tableSearch th {
	padding: 0 0 0 14px;
	text-align: left !important;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f5f5f5;
	font-weight: normal;
}

div.tableSearch td {
	border-bottom: 1px solid #ddd;
	padding: 12px 0 18px 15px;
}

/*=================================================================================
* Color - Css
=================================================================================*/
.orange {
	color: #ed5b1a !important;
} /*二쇳솴*/
.LightOrange {
	color: #ff872f !important;
}

.purple {
	color: #5f2aa6;
} /*蹂대씪*/
.pink {
	color: #c15c80;
} /*�빂�븨�겕*/
.brown {
	color: #793e17;
} /*媛덉깋*/
.Dblue {
	color: #2f4471;
} /*吏꾩껌�깋*/
.red {
	color: #f7981d;
} /*鍮④컙�깋*/
.blue {
	color: #000099;
} /*�뙆���깋*/
.gray {
	color: #76787d !important;
} /*�뿶���쉶�깋*/
.Pgray {
	color: #9A9A9A !important;
}

.Dgreen {
	color: #3f888f;
} /*吏꾨끃�깋*/
.redBrown {
	color: #8f2e39;
} /*吏꾧컝�깋*/
.green {
	color: #8f9042;
} /*�끃�깋*/
.vividYellow {
	color: #ff9d33;
} /*吏꾨끂�옉*/
.vivid {
	color: #5f2aa6;
}

.black {
	color: #666 !important;
}

.Dbrown {
	background: #c03d1f !important;
	color: #fff !important;
}

.Dyellow {
	background: #ec971a !important;
	color: #fff !important;
}

.Dorange {
	background: #ec5b1a !important;
	color: #fff !important;
}

h6.totalSerchTit {
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	margin: 24px 0 24px 20px;
	background: url('../images/common/icon/icon_redBar.gif') no-repeat left
		3px;
}

h6.totalSerchTit em {
	font-weight: normal;
	margin-left: 10px;
	font-style: normal;
	font-size: 12px;
} /* 2016-08-08 �닔�젙 */
div.buttonC {
	text-align: center;
	margin: 12px 0;
}

div.programList {
	width: 743px;
	padding: 18px 0 20px 20px;
	overflow: hidden;
	border-bottom:1px solid #dadada;
}
div.programList:last-child {
	border-bottom: 1px solid #dadada;

}
div.programList ul li {
	width: 100%;
	overflow: hidden;
}

div.programList ul li div.left {
	width: 212px;
	float: left;
	position: relative;
}

div.programList ul li div.left em {
	text-align: right;
	padding: 3px 9px 0 0;
	display: block;
	font-style: normal;
	background: url('../images/common/tmp/tmp_tvRuningTimeBG_off.png')
		no-repeat left top;
	position: absolute;
	left: 0px;
	top: 129px;
	width: 203px;
	height: 22px;
	font-weight: bold;
	color: #dfdede;
}

div.programList ul li div.left a:hover em {
	background: url('../images/common/tmp/tmp_tvRuningTimeBG_over.png')
		no-repeat left top !important;
}

div.programList ul li div.rightT {
	width: 495px;
	float: right;
	margin-right: 20px;
}

div.programList ul li div.rightT h6 {
	font-weight: bold !important;
}

h6 {
	font-weight: bold;
}

h6 em {
	font-style: normal;
}

div.programList h6 span {
	display: inline-block;
}

div.programList h6 span.newIcon {
	padding-right: 25px;
	background: url('../images/common/icon/icon_new.gif') no-repeat right
		2px;
}

div.programList.type2 { /* margin-left: 20px; */
	
} /* 2016-08-08 �닔�젙 */
div.programList.type2 h6 {
	color: #ed471a !important;
}

div.programList.type3 {
	margin-left: 20px;
	position: relative;
}

div.programList.type3 ul.replyBoxBTN {
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 58px;
	border-top: 0 !important;
}

div.programList.type3 div.replyBottomBTN {
	width: 730px !important;
	padding: 0 !important;
}

div.ProgramSubInfo {
	margin-top: 3px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

div.ProgramSubInfo em {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	background: url('../images/common/icon/icon_grayBarVertical.gif')
		no-repeat right 3px;
}

div.ProgramSubInfo span.totalRead {
	font-weight: bold;
	font-size: 11px;
	color: #76787d;
	float: left;
	display: block;
	padding-left: 15px;
	background: url('../images/common/icon/count_play.gif') no-repeat left
		3px;
}

div.ProgramSubInfo a {
	margin: 0 0 0 10px;
	color: #76787d;
	font-weight: bold;
	font-size: 11px;
	display: block;
	float: left;
	padding-left: 15px;
	background: url('../images/common/icon/count_like.png') no-repeat left
		3px;
}

div.ProgramSubInfo span.update {
	margin-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #76787d;
	float: left;
	display: block;
}

div.ProgramSubInfo span.update em {
	background: none;
}

ul.replyBoxBTN {
	width: 100%;
	overflow: hidden;
	border: solid #ccc;
	padding: 5px 0;
	border-width: 1px 0 1px;
	margin-bottom: 8px;
}

ul.replyBoxBTN li {
	width: 35px !important;
	float: right;
	padding-left: 25px;
	background: url('../images/common/icon/icon_play.gif') no-repeat left
		top;
}

div.programList ul li div.rightT div.replyWriteBox {
	width: 474px;
	overflow: hidden;
	background: #eee;
	padding: 9px 9px 9px 10px;
}

div.programList ul li div.rightT div.replyWriteBox div.top {
	width: 100%;
	overflow: hidden;
}

div.programList ul li div.rightT div.replyWriteBox div.top textarea {
	font-size: 12px;
	display: block;
	float: left;
	width: 390px;
	height: 49px;
	padding: 5px 0 0 5px;
	border: 1px solid #bbb;
	color: #aaaaaa;
}

div.programList ul li div.rightT div.replyWriteBox div.top a {
	display: block;
	float: left;
	margin-left: 7px;
}

div.programList ul li div.rightT div.replyWriteBox div.bottomText {
	width: 395px;
	overflow: hidden;
	margin-top: 5px;
}

div.programList ul li div.rightT div.replyWriteBox div.bottomText span {
	display: block;
	float: left;
	font-size: 11px;
	color: #868686;
}

div.programList ul li div.rightT div.replyWriteBox div.bottomText em {
	display: block;
	float: right;
	font-size: 11px;
	color: #868686;
	font-style: normal;
}

div.replyBoxDetail {
	width: 494px;
	background: url('../images/common/icon/icon_replyWrite.gif') no-repeat
		left top;
	margin-bottom: 10px;
	overflow: hidden;
}

div.replyBoxType2 {
	width: 450px;
	overflow: hidden;
	background: #eee;
	padding: 9px 9px 9px 10px;
	float: right;
}

div.replyBoxType2 div.top {
	width: 100%;
	overflow: hidden;
}

div.replyBoxType2 div.top textarea {
	display: block;
	float: left;
	width: 365px;
	height: 49px;
	padding: 5px 0 0 5px;
	border: 1px solid #bbb;
	font-size: 12px;
}

div.replyBoxType2 div.top a {
	display: block;
	float: left;
	margin-left: 7px;
}

div.replyBoxType2 div.bottomText {
	width: 395px;
	overflow: hidden;
	margin-top: 5px;
}

div.replyBoxType2 div.bottomText span {
	display: block;
	float: left;
	font-size: 11px;
	color: #868686;
}

div.replyBoxType2 div.bottomText em {
	display: block;
	float: right;
	font-size: 11px;
	color: #868686;
	font-style: normal;
}

div.replyBoxDetailContainer {
	width: 720px;
	background: url('../images/common/icon/icon_replyWrite.gif') no-repeat
		left top;
	margin-bottom: 10px;
	overflow: hidden;
}

div.replyBoxType3 {
	width: 680px;
	overflow: hidden;
	background: #eee;
	padding: 9px 9px 9px 10px;
	float: right;
}

div.replyBoxType3 div.top {
	width: 100%;
	overflow: hidden;
}

div.replyBoxType3 div.top textarea {
	display: block;
	float: left;
	width: 590px;
	height: 49px;
	padding: 5px 0 0 5px;
	border: 1px solid #bbb;
	font-size: 12px;
}

div.replyBoxType3 div.top a {
	display: block;
	float: right;
	margin-left: 7px;
}

div.replyBoxType3 div.bottomText {
	width: 598px;
	overflow: hidden;
	margin-top: 5px;
}

div.replyBoxType3 div.bottomText span {
	display: block;
	float: left;
	font-size: 11px;
	color: #868686;
}

div.replyBoxType3 div.bottomText em {
	display: block;
	float: right;
	font-size: 11px;
	color: #868686;
	font-style: normal;
}

div.replyTextView {
	width: 100%;
	overflow: hidden;
	border: solid #eee;
	border-width: 1px 0 1px;
}

div.replyTextView div.top {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}

div.replyTextView div.top strong {
	display: block;
	float: left;
	margin-right: 5px;
}

div.replyTextView div.top em {
	display: block;
	float: left;
	color: #aaa;
	font-style: normal;
}

div.replyTextView div.top ul {
	width: 150px;
	overflow: hidden;
	float: right;
}

div.replyTextView div.top ul li {
	width: 25px !important;
	float: left;
	color: #eee;
	margin-left: 5px;
}

div.replyTextView div.top ul li a {
	color: #aaa;
	font-size: 11px;
}

div.programList div.bottom {
	padding: 10px 0 10px;
}

div.replyBottomBTN {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0 0 10px;
}

div.replyBottomBTN a {
	display: block;
	float: right;
	margin-left: 10px;
}

div.replyBottomBTN a.replyViewCon {
	width: 31px;
	height: 19px;
	font-weight: bold;
	padding: 1px 0 0 57px;
	background: url('../images/common/btn/btn_replyView.gif') no-repeat left top;
}

div.tableSearch {
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}

div.tableSearch th.top {
	font-weight: bold;
	padding: 14px 0 14px 14px;
	background: #fff;
	border-right: 0;
}

div.tableSearch th {
	padding: 0 0 0 14px;
	text-align: left !important;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f5f5f5;
	font-weight: normal;
}

div.tableSearch td {
	border-bottom: 1px solid #ddd;
	padding: 12px 0 18px 15px;
}