@import url('https://fonts.googleapis.com/css?family=Hi+Melody&display=swap&subset=korean');

/**
 * Online Service
*/
.onService-hd {
	background: url(/views/images/on-service-bg-top.png) no-repeat top center;
	color: #fff;
	height: 240px;
	display: block;
	margin-bottom: 30px;
}
.onService-hd .container-fluid {
	height: 240px;
	display: flex;
	align-items: start;
	justify-content: center;
	position: relative;
}
.onService-hd h1 {
	font-size: 30px;
	display: block;
	padding: 55px 0 20px;
	line-height:120%;
}
.onService-hd h1 span {color: #D0ac71;}
.onService-hd p {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 14px;
}
@media only screen and (min-width: 768px) {
	.onService-hd p {font-size: 14px; line-height: 20px;}
}
.onService-hd .top-bar {
	background: #ac8d5a;
	width: 100%;
	padding: 13px 30px 10px;
	position: absolute;
	bottom: -20px;
	color: #fff;
}
.onService-hd .top-bar h3 {
	padding: 5px;
}
.onService-hd .top-bar ul li {
	float: left;
	font-size: 25px;
	color: #fff;
	padding: 5px;
}
.onService-hd .top-bar .ic-url {
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
.onService-hd .top-bar h3 {
	float: left;
}
.onService-hd .top-bar ul {
	float: right;
}
}
.onService {
	display: block;
	padding: 30px 0;
}
.onService .intro {
	background: #e9e9e9;
	padding: 20px;
	margin-bottom: 20px;
}
.onService .intro h5 {
	font-size: 25px;
	line-height: 30px;
	margin: 8px 0 15px;
}
.onService .intro div {
	padding: 10px;
}
@media only screen and (max-width: 768px) {
	.onService .intro {
		text-align: center;
	}
}
.onService .intro2 {
	background: #f1ceb0;
	padding: 20px;
	margin-bottom: 20px;
}
.onService .intro2 .grid-1 {
	text-align: center;
	padding: 30px 0;
}
.onService .intro2 h5 {
	color: #8a5a24;
	font-size: 20px;
	line-height: 26px;
}
.onService .intro2 .img {
	padding: 10px 0 15px;
}
.onService .intro2 .t1 {
	font-family: 'Hi Melody', cursive;
	font-size: 22px;
	color: #8a5a24;
}
.onService .intro2 .list {
	display: flex;
	background: #fff;
}
.onService .intro2 .list li {
	display: inline-block;
	width: 33.33%;
	align-items: center;
}
.onService .intro2 .list .bg-gray {
	background: #f5f5f5;
}
.onService .intro2 .list .block {
	padding: 20px 10px 15px;
	text-align: center;
	font-size: 16px;
}
.onService .intro2 .list .block figure img {
	width: auto;
}
.onService .intro2 .list .block figcaption span {
	font-family: 'Hi Melody', cursive;
}
.onService .church-list {
	width: 100%;
}
.onService .church-list li {
	padding: 12px 0 10px;
	border-bottom: #eeeeee 2px solid;
	width: 100%;
	display: table;
}
.onService .church-list .lft {
	float: left;
	padding: 2px 0;
	display: flex;
	align-items: center;
	justify-content: left;
}
.onService .church-list .rht {
	float: right;
	display: flex;
	align-items: center;
	justify-content: right;
}
@media only screen and (max-width: 768px) {
	.onService .church-list .lft,
	.onService .church-list .rht {
		clear: both;
		width: 100%;
	}
}
.onService .church-list .no {
	color: #1955a5;
	font-style: italic;
	font-size: 21px;
	font-weight: 600;
	padding: 0 15px;
}
.onService .church-list h5 {
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
}
.onService .church-list i a {
	background: #cccccc;
	font-size: 26px;
	color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding: 5px 0;
	margin: 0 10px;
	display: inline-block;
}
.onService .church-list i a:hover {
	background: #2aa3ef;
}
.onService .church-list .btn a {
	border: #cccccc 3px solid;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 4px 15px 3px 25px;
	display: inline-block;
	font-weight: bold;
	color: #707070;
}
.onService .church-list .btn .genericon {
	font-size: 50px;
	margin: 0 -12px;
	color: #cccccc;
}
.onService .church-list .btn.on a {
	border: #ff0000 3px solid;
}
.onService .church-list .btn.on span {
	color: #ff0000;
}
.onService .church-list .btn .genericon.small {
	font-size: 22px;
	margin: 0 0 0 4px;
}
.onService .info {
	padding: 12px 0 10px;
	border-bottom: #000000 2px solid;
	color: #7f7f7f;
	margin-bottom: 30px;
}
.onService .info .lft {
	padding: 5px;
}
.onService .sns {
	font-size: 25px;
	color: #7f7f7f;
	text-align: right;
}
.onService .sns li {
	display: inline-block;
	margin: 5px;
}
.onService .sns .ic-url {
	font-size: 18px;
	font-weight: bold;
}
.onService-r .trend {}
.onService-r .trend li {
	border: none;
	font-size: 20px;
}
