@charset "utf-8";

@font-face {
	font-family: 'BinggraeTaom'; src: url('./font/BinggraeTaom.woff') format('woff');
	font-weight: normal;
	font-style: normal; }

@media (max-width: 1100px) {
	#hd_wrapper {
		height: 50px !important;
		background-color: rgba(255, 255, 255, 0.05);
	}
	.hd_login .mobile {
		display: inline-block !important;
		width: 45%;
		line-height: 50px;
	}
}

/**
 * SubPage
 */

#sub-page,
#bo_list,
#bo_w,
#bo_v {
	margin: 0px auto;
	padding: 50px 0px 0px;
	position: relative;
}
@media (max-width: 1100px) {
	#sub-page {
		padding-top: 0px;
	}
	#bo_list, #bo_gall {
		padding: 0 10px;
	}
}

#sub-page * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 170%;
}
#sub-page *:not(i) {
	font-family: "Noto Sans KR";
}

#sub-page .common-width {
	padding: 0px;
}

#sub-page .underline {
	width: 80px;
	height: 1px;
	background-color: #c4c4c4;
	margin: 10px 0px 20px;
}

#sub-page .edit-page {
	position: absolute;
	display: block;
	top: -100px;
	right: 15px;
	text-align: right;
	z-index: 1;
}
@media (max-width: 1100px) {
	#sub-page .edit-page {
		top: -55px;
	}
}
#sub-page .edit-page i {
	color: #b51818;
	font-size: 2em;
}

.weight-100 {
	font-weight: 100 !important;
}
.weight-200 {
	font-weight: 200 !important;
}
.weight-300 {
	font-weight: 300 !important;
}
.weight-400 {
	font-weight: 400 !important;
}
.weight-500 {
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
	font-weight: 700 !important;
}
.weight-800 {
	font-weight: 800 !important;
}

#sub-page b,
#sub-page b *,
[id^='addon-']  b,
[id^='addon-']  b * {
	font-weight: 600;
}

#sub-page .vtop {
	vertical-align: top;
}
#sub-page .vmiddle {
	vertical-align: middle;
}
#sub-page .vbottom {
	vertical-align: bottom;
}

#sub-page .table {
	display: table;
	width: 100%;
}
#sub-page .table > * {
	display: table-cell;
}
@media (max-width: 760px) {
	#sub-page .table {
		display: block !important;
	}
	#sub-page .table > * {
		display: inline-block !important;
	}

	#sub-page .mobile-center {
		text-align: center !important;
		width: 100% !important;
	}
}

#sub-page .inline-wrap > * {
	display: inline-block;
	margin-right: 28px;
}
#sub-page.tour .inline-wrap > * {
	margin-right: 10px;
}
#sub-page.tour .inline-wrap img {
	width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .inline-wrap {
		text-align: center;
	}
	#sub-page .inline-wrap > * {
		margin-right: 0px;
	}
}

#sub-page .block-wrap > * {
	display: block;
}

#sub-page h1 {
	font-size: 2.2em;
	line-height: 55px;
}
#sub-page h2 {
	font-size: 1.6em;
	line-height: 40px;
}
#sub-page h3 {
	font-size: 1.3em;
	line-height: 45px;
}
#sub-page h4 {
	font-size: 1.1em;
	line-height: 40px;
}

#sub-page dl:not(.no-padding) {
	padding: 0px 30px;
}
#sub-page dl * {
	font-weight: 400;
}
#sub-page dt {
	font-weight: 600;
	padding: 10px 0px;
	line-height: 29px;
	font-size: 20pt;
	color: #293352;
	margin-bottom: 20px;
}
#sub-page dd {
	font-weight: 400;
	line-height: 37px;
	font-size: 15pt;
	color: #666;
	text-align: justify;
	letter-spacing: -1px;
}
@media (max-width: 1024px) {
	#sub-page dl:not(.no-padding) {
		padding: 0px 10px;
	}
	#sub-page dt {
		line-height: 35px;
		font-size: 13pt;
	}
	#sub-page dd {
		line-height: 28px;
		font-size: 11pt;
	}
}

#sub-page div.title-line {
	width: 100%;
	height: 0px;
	border-top: 1px solid #D3D4C6;
	position: relative;
	margin-top: 100px;
}
#sub-page div.title-line > div {
	position: absolute;
	top: -4px;
	left: 0px;
	width: 50px;
	height: 0px;
	border-top: 3px solid #75C9B2;
}

#sub-page .image-half {
	font-size: 0px;
}
#sub-page .image-half > * {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
#sub-page .image-half > li:first-child {
	text-align: left;
}
#sub-page .image-half > li:last-child {
	text-align: right;
}
#sub-page .image-half img {
	width: 99%;
	height: auto;
}
@media (max-width: 640px) {
	#sub-page .image-half > * {
		width: 100%;
	}
	#sub-page .image-half img {
		width: 100%;
	}
}

#sub-page .statement-of-faith {
	max-width: 1080px;
	margin: 0px auto;
}
#sub-page .statement-of-faith > li {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sub-page .statement-of-faith > li:first-child {
	width: 162px;
	vertical-align: top;
}
#sub-page .statement-of-faith > li:last-child {
	text-align: justify;
	font-size: 0.8em;
	line-height: 30px;
}
@media (max-width: 760px) {
	#sub-page .statement-of-faith > li:first-child {
		text-align: center;
		border: none;
		width: 100%;
		padding-bottom: 0px;
	}
}

#sub-page.full {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#sub-page h3.title {
	font-size: 20pt;
	font-weight: 400;
	font-family: 'Nanum Myeongjo', serif;
	color: #8CC7F1;
	line-height: 35px;
	padding-bottom: 30px;
}
#sub-page h3.title > span.underline {
	width: 50px;
	margin-left: -25px;
	border-color: #8CC7F1;
}
@media (max-width: 740px) {
	#sub-page h3.title {
		font-size: 14pt;
		line-height: 30px;
		margin-bottom: 0px;
	}
	#sub-page h3.title > span.underline {
		width: 30px;
		margin-left: -15px;
	}
}

#sub-page hr {
	border: none;
	height: 30px;
	display: block;
}
#sub-page hr.thin {
	height: 8px;
	margin: 0px;
}
@media (max-width: 760px) {
	#sub-page hr {
		height: 10px;
	}
}

#sub-page .text {
	font-weight: 400;
	line-height: 40px;
	font-size: 14pt;
}
@media (max-width: 760px) {
	#sub-page .text {
		font-size: 10pt;
	}
}

#sub-page .line {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
}
#sub-page .line2 {
	width: 1px;
	height: 50px;
	background-color: #ccc;
	margin: 10px auto;
}
#sub-page .line3 {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
	margin: 20px 0;
}
#sub-page .line4 {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 0px 0 20px;
}


#sub-page .icon {
	width: 32px;
	height: 32px;
	background-color: #8CC7F1;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#sub-page .icon i,
#sub-page .icon .glyphicon {
	color: #FFF;
	line-height: 32px;
	font-size: 15pt;
}
#sub-page .icon .glyphicon {
	font-size: 12pt;
}

#sub-page .info {
	position: relative;
	top: 6px;
}

.text-green {
	color: #3ba8e5;
}
.text-light-green {
	color: #c5d841;
}
.text-orange {
	color: #fea400;
}
.text-blue {
	color: #69c8c6;
}

#sub-page .text-box {
	padding: 0px 40px;
}
@media (max-width: 1024px) {
	#sub-page .text-box {
		padding: 0px 10px;
	}
}

#sub-page .left-padding-20 {
	padding-left: 20px;
}

#sub-page .half-title {
	display: table;
	width: 100%;
	min-height: 148px;
	padding-left: 40px;
	background-color: #bcb5d9;
	color: #FFF;
	font-size: 18pt;
	position: relative;
	overflow: hidden;
}
#sub-page .half-title > span,
#sub-page .half-title small {
	position: relative;
	font-family: 'Sunflower';
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	height: 148px;
}
#sub-page .half-title.both > span,
#sub-page .half-title.both small {
	width: 50%;
}
#sub-page .half-title small {
	font-size: 13pt;
	line-height: 27px;
}

#sub-page .half-title div {
	position: absolute;
	right: 0px;
	top: 0px;
}
#sub-page .half-title div span {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#sub-page .half-title div img {
	vertical-align: top;
	z-index: 1;
}
@media (max-width: 1300px) {
	#sub-page .half-title.both {
		display: block;
	}
	#sub-page .half-title.both > span,
	#sub-page .half-title.both small {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0px;
	}
	#sub-page .half-title.both div {
		left: 0px;
	}
	#sub-page .half-title.both div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title.both div img {
		height: 350px;
	}
}
@media (max-width: 1200px) {
	#sub-page .half-title div {
		left: 0px;
	}
	#sub-page .half-title div span {
		background-color: rgba(0, 0, 0, 0.3);
	}
	#sub-page .half-title div img {
		width: 100%;
	}
}
@media (max-width: 615px) {
	#sub-page .half-title {
		font-size: 16pt;
		padding: 0px;
		text-align: center;
	}
	#sub-page .half-title.both small {
		font-size: 10pt;
	}
	#sub-page .half-title div img {
		width: auto;
	}
}

/* 환영의 글,project */
#sub-page .study#addon-contents-2 .img-full,
#sub-page .greeting#addon-contents-2 .img-full,
#sub-page .vision#addon-contents-2 .img-full,
#sub-page .family#addon-contents-2 .img-full,
#sub-page .nextgeneration#addon-contents-2 .img-full {
	text-align: center;
}
#sub-page .study#addon-contents-2 img,
#sub-page .greeting#addon-contents-2 img,
#sub-page .vision#addon-contents-2 img,
#sub-page .family#addon-contents-2 img,
#sub-page .nextgeneration#addon-contents-2 img {
	max-width: 220px;
}

#sub-page .greeting#addon-contents-3 .line,
#sub-page .adult_education#addon-contents-3 .line,
#sub-page .study#addon-contents-3 .line,
#sub-page .vision#addon-contents-3 .line,
#sub-page .nextgeneration#addon-contents-3 .line {
	height: 50px;
	width: 1px;
	margin: 20px auto;
	background-color: #c4c4c4;
}

/* #sub-page .study#addon-contents-7 > li,
     {
        background-size: auto;
    }*/
#sub-page .study#addon-contents-7 img,
#sub-page .study#addon-contents-8 img,
#sub-page .study#addon-contents-9 img,
#sub-page .study#addon-contents-10 img,
#sub-page .study#addon-contents-11 img,
#sub-page .study#addon-contents-12 img,
#sub-page .study#addon-contents-13 img {
	border-radius: 8px;
}
/*
    #sub-page .study#addon-contents-7 {
      position: relative;
    }

    #sub-page .study#addon-contents-7 img {
      width: 200px;
      border: 0;
      border-radius: 150px;
    } */
/* #sub-page .study#addon-contents-7 li::after {
      content: '\f144';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      font-size: 50px;
      width: 100%;
      line-height: 200px;
      top: 0;left:0;
      color: rgba(255,255,255,0.8);
    } */
#sub-page .study#addon-contents-7 .studybox {
	margin-top: 20px;
}
#sub-page .study#addon-contents-7 .studybox h1 {
	font-size: 2em;font-weight: 700;color: #000;line-height: 150%;margin-bottom: 10px;
}
#sub-page .study#addon-contents-7 .studybox .study_cal {
	color: #3ba8e5;
}
#sub-page .study#addon-contents-7 .studybox p {
	font-size: 1.2em;
}
#sub-page .study#addon-contents-7 .moviebtn {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: 300;
	background-color: #2584d5;
	color: #fff;
	padding: 0 25px;
	margin-top: 15px;
}
#sub-page .study#addon-contents-7 .moviebtn a {
	color: #fff;
}
@media (max-width: 640px) {
	#sub-page .study#addon-contents-6,
	#sub-page .study#addon-contents-6 {
		padding: 100px 0px !important;
	}
}

/* 핵심가치와 비전 */
#sub-page .core_values_vision [class^="stage-"]:hover .inner-text {
	background-color: rgba(0, 0, 0, 0) !important;
}
#sub-page .core_values_vision [class^="stage-"] .inner-text .count {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	text-align: center;
}
#sub-page .core_values_vision [class^="stage-"] .inner-text .count li:nth-of-type(1) {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	font-size: 3em;
	font-family: "Nanum Gothic";
}
#sub-page .core_values_vision [class^="stage-"] .inner-text .count li:nth-of-type(2) {
	margin: 10px auto;
	width: 1px;
	height: 80px;
	background-color: #c4c4c4;
}
#sub-page .core_values_vision [class^="stage-"] .inner-text .count li:nth-of-type(3) {
	color: #000;
	font-size: 1.4em;
	font-weight: 300;
}


#sub-page #addon-contents-7.core_values_vision .left img,
#sub-page #addon-contents-8.core_values_vision .right img,
#sub-page #addon-contents-9.core_values_vision .left img,
#sub-page #addon-contents-7.missionchurch .left img,
#sub-page #addon-contents-8.missionchurch .right img,
#sub-page #addon-contents-9.missionchurch .left img,
#sub-page #addon-contents-10.missionchurch .right img,
#sub-page #addon-contents-8.worship_guide .left img,
#sub-page #addon-contents-7.onlineworship .left img,
#sub-page #addon-contents-8.onlineworship .right img,
#sub-page #addon-contents-9.onlineworship .left img,
#sub-page #addon-contents-10.onlineworship .right img,
#sub-page #addon-contents-11.onlineworship .left img {
	border: 0;
	border-radius: 200px;
}
#sub-page .core_values_vision img.sb {
	width: 80px;
	margin-bottom: 30px;
}
#sub-page .missionchurch img.sb,
#sub-page .worship_guide img.sb {
	width: 80px;
	margin-bottom: 30px;
}
#sub-page .onlineworship img.sb {
	width: 80px;
	margin-bottom: 20px;
}
#sub-page .core_values_vision .half {
	font-size: 0px;
}
#sub-page .core_values_vision .half > * {
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
}
#sub-page .core_values_vision .half > *:first-child {
	width: 15%;
}
#sub-page .core_values_vision .half > *:last-child {
	width: 85%;
	font-size: 0.8rem;
	color: #707070;
	font-weight: 300;
}

@media (max-width: 640px) {
	#sub-page .core_values_vision .half > * {
		width: 100% !important;
	}
}



/* 섬기는 분들 */
#sub-page .serve .common-width > * {
	vertical-align: middle;
}

#sub-page .serve .history {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	width: 100%;
}
#sub-page .serve .history * {
	font-size: 0.8rem;
	color: #707070;
	vertical-align: top;
}
#sub-page .serve .history th {
	width: 15%;
}
#sub-page .serve .history td {
	width: 85%;
	font-weight: 300;
}

#sub-page .serve .history .empty {
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#sub-page .serve .history td.full {
	width: 100%;
	font-weight: 300;
}

#sub-page .serve i {
	font-size: 1em;
	margin-right: 5px;
	border:0;
	border-radius: 50px;
	padding: 0px;
	line-height: 100%;
	/* background-color: #; */
	color: #f55959;
}
#sub-page .serve i.i2 {
	background-color: #8fc165;
}
#sub-page .serve i.i3 {
	background-color: #3d99aa;
}
.servebottom {
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
}
@media (max-width: 640px) {
	#sub-page .serve i {
		margin-right: 5px;
	}
	.servebottom {
		margin: 10px 10px 20px 0;
		font-size: 0.9em;
	}
}

/* 장년교육, 예배안내 */
#sub-page .adult_education [class^="stage-"] .title,
#sub-page .worship_guide [class^="stage-"] .title,
#sub-page .organization [class^="stage-"] .title {
	vertical-align: middle;
	padding-bottom: 20px;
	font-size: 1.5em;
	color: #429406;
}
#sub-page .worship_guide [class^="stage-"] .title,
#sub-page .organization [class^="stage-"] .title {
	color: #333;
	font-weight: 500;
}
#sub-page .adult_education [class^="stage-"] .btn-round,
#sub-page .worship_guide [class^="stage-"] .btn-round,
#sub-page .organization [class^="stage-"] .btn-round {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 54px;
	box-shadow: 0px 1px 2px rgba(50,50,90,0.1), 0px 1px 5px rgba(0,0,0,0.07);
	border: 1px solid #DDD;
	border-radius: 50%;
	font-size: 1.2em;
	color: #3ba8e5;
	font-family: "Nanum Gothic";
	vertical-align: middle;
	margin-right: 15px;
	font-weight: 600;
}
#sub-page .worship_guide [class^="stage-"] .btn-round {
	width: 34px;
	height: 34px;
	line-height: 32px;
	box-shadow: none;
}
#sub-page .worship_guide [class^="stage-"] .btn-round img,
#sub-page .organization [class^="stage-"] .btn-round img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#sub-page #addon-contents-4.organization {
	text-align: center;
}
#sub-page #addon-contents-5.organization {
	text-align: center;
}
.ortitle {
	padding: 5px 0;
	width: 40%;
	background-color: #ddd;
	color: #505050;
	margin: 20px auto;
	border: 0;
	border-radius: 20px;
	font-size: 1.1em;
	text-align: center;
}
.ortitle span {
	font-size: 1.3em;
}
.or1 {
	background-color: #3ba8e5;
	color: #fff;
}
.roundor h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em !important;
	color: #3ba8e5;
	margin-bottom: 5px;
}
.roundor {
	display: inline-block;
	width: 350px;
	height: 350px;
	border: 1px solid #ddd;
	border-radius: 200px;
	margin: 40px auto 20px;
	font-size: 1.3em;
	color: #888;
	text-align: center;
}
.leftor {padding-top: 80px;}
.rightor {padding-top: 120px;}
@media (max-width: 640px) {
	.roundor {
		font-size: 1.7em;
	}
}
#sub-page .adult_education [class^="stage-"] .text,
#sub-page .worship_guide [class^="stage-"] .text,
#sub-page .organization [class^="stage-"] .text {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 150%;
	margin-left: 27.5px;
	padding: 0px 50px 0px 42.5px;
	border-left: 1px solid #e8e8e8;
	height: 220px;
}
#sub-page .worship_guide [class^="stage-"] .text,
#sub-page .organization [class^="stage-"] .text {
	margin-left: 17px;
	padding: 0px 50px 0px 32px;
	height: auto;
}
#sub-page .worship_guide [class^="stage-"] .text,
#sub-page .worship_guide [class^="stage-"] .text *,
#sub-page .organization [class^="stage-"] .text,
#sub-page .organization [class^="stage-"] .text * {
	color: #888;
	font-weight: 300;
}
#sub-page .adult_education [class^="stage-"] .text small,
#sub-page .worship_guide [class^="stage-"] .text small,
#sub-page .organization [class^="stage-"] .text small {
	font-size: 0.9em;
	font-weight: 300;
}

@media (max-width: 640px) {
	#sub-page .adult_education [class^="stage-"],
	#sub-page .worship_guide [class^="stage-"],
	#sub-page .organization [class^="stage-"] {
		padding: 0px 10px;
	}
	#sub-page .adult_education [class^="stage-"] .text,
	#sub-page .worship_guide [class^="stage-"] .text,
	#sub-page .organization [class^="stage-"] .text {
		height: auto;
		padding: 0px 0px 0px 42.5px;
	}
}

/* 예배안내 */
#sub-page .worship_guide [class^="stage-"] .main-title {
	padding: 10px;
	color: #FFF;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#sub-page .worship_guide .stage-1 .main-title,
#sub-page .worship_guide .stage-1 .btn-round {
	background-color: #00a0dd;,
}
#sub-page .worship_guide .stage-2 .main-title,
#sub-page .worship_guide .stage-2 .btn-round {
	background-color: #d02030;
}
#sub-page .worship_guide .stage-3 .main-title,
#sub-page .worship_guide .stage-3 .btn-round {
	background-color: #295185;
}
#sub-page .worship_guide [class^="stage-"] .main-title > span {
	text-shadow: 0px 1px 2px rgba(50,50,90,0.1), 0px 1px 5px rgba(0,0,0,0.07);
	font-size: 1.3em;
}
#sub-page .worship_guide [class^="stage-"] .main-title > span:last-child {
	text-align: right;
	font-weight: 200;
	font-size: 1.1em;
	font-family: 'Noto Serif KR', serif;
	color: rgba(255, 255, 255, 0.8);
	float: right;
}

#sub-page .worship_guide [class^="stage-"] tr > * {
	vertical-align: top;
}
#sub-page .worship_guide [class^="stage-"] th {
	padding-right: 20px;
}

#sub-page .worship_guide .iframe-wrap {
	padding-bottom: 211px;
}


/* 어린이 사역 */
#sub-page .childrens_ministry [class^="stage"] {
	height: 300px;
}
#sub-page .childrens_ministry .round-box {
	position: absolute;
	width: 300px;
	height: 300px;
	border: 1px solid #DDD;
	box-shadow: 0px 1px 2px rgba(50,50,90,0.1), 0px 1px 5px rgba(0,0,0,0.07);
	border-radius: 50%;
	text-align: center;
	padding-top: 75px;
}
#sub-page .childrens_ministry .stage-1 .round-box {
	right: 0px;
	transform: translateX(35%);
}
#sub-page .childrens_ministry .stage-2 .round-box {
	left: 50%;
	transform: translateX(-50%);
}
#sub-page .childrens_ministry .stage-3 .round-box {
	left: 0px;
	transform: translateX(-35%);
}
@media (max-width: 640px) {
	#sub-page .childrens_ministry [class^="stage"] .round-box {
		left: 50%;
		transform: translateX(-50%);
	}
}

#sub-page .childrens_ministry .round-box .icon {
	background-color: rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
}
#sub-page .childrens_ministry .round-box .title {
	padding: 15px 0px 5px;
	font-size: 2em;
	font-weight: 300;
}
#sub-page .childrens_ministry .round-box .text {
	line-height: 150%;
	font-size: 1.3em;
	font-weight: 300;
	color: #888;
}

/* 예배사역 */
#sub-page .worship_ministry .left,
#sub-page .worship_ministry .right,
#sub-page .support_ministry .left,
#sub-page .support_ministry .right {
	width: 50%;
	margin: 0px !important;
}
#sub-page .worship_ministry .inner-text,
#sub-page .support_ministry .inner-text {
	top: 25px;
	bottom: 25px;
	left: 25px;
	right: 25px;
	background-color: #FFF;
	text-align: left;
}
#sub-page .worship_ministry .inner-text:hover,
#sub-page .support_ministry .inner-text:hover {
	background-color: #FFF;
}
#sub-page .worship_ministry .inner-text .bottom-cont {
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
}
#sub-page .support_ministry .inner-text .top-cont {
	position: absolute;
	top: 35px;
	left: 35px;
	right: 35px;
}
#sub-page .worship_ministry .inner-text img,
#sub-page .support_ministry .inner-text img {
	width: auto;
}
@media (max-width: 1100px) {
	#sub-page .worship_ministry .inner-text .bottom-cont,
	#sub-page .support_ministry .inner-text .top-cont {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	#sub-page .worship_ministry .inner-text .bottom-cont *,
	#sub-page .support_ministry .inner-text .top-cont * {
		font-size: 11pt !important;
		line-height: 140%;
	}
	#sub-page .worship_ministry .inner-text .bottom-cont img,
	#sub-page .support_ministry .inner-text .top-cont img {
		width: 45px;
	}
}

/* 온라인 헌금,교회CI */
#sub-page .offering .left,
#sub-page .offering .right,
#sub-page .offering [class^="stage-"],
#sub-page .ci .left,
#sub-page .ci .right {
	/* height: 300px; */
}
#sub-page .offering .round-box,
#sub-page .ci .round-box {
	position: absolute;
	width: 380px;
	height: 380px;
	border: 1px solid #DDD;
	box-shadow: 0px 1px 2px rgba(50,50,90,0.1), 0px 1px 5px rgba(0,0,0,0.07);
	border-radius: 50%;
	text-align: center;
	padding-top: 45px;
}
#sub-page .offering .left .round-box,
#sub-page .ci .left .round-box  {
	right: 20px;
}
#sub-page .offering .right .round-box,
#sub-page .ci .right .round-box {
	left: 20px;
}
#sub-page #addon-contents-7.ci li {
	text-align: center;
}
#sub-page #addon-contents-7.ci li img {
	width: 240px;
	border: 1px solid #ccc;
	border-radius: 120px;
	margin-bottom: 15px;
}
@media (max-width: 640px) {
	/* #sub-page .offering .left,
              #sub-page .offering .right,
              #sub-page .offering [class^="stage-"]{
                  height: 380px;
              } */
	#sub-page .offering .left .round-box,
	#sub-page .ci .left .round-box {
		right: 50%;
		transform: translateX(50%);
	}
	#sub-page .offering .right .round-box,
	#sub-page .ci .right .round-box {
		left: 50%;
		transform: translateX(-50%);
	}
}

#sub-page .offering .round-box .text,
#sub-page .ci .round-box .text {
	line-height: 150%;
	font-size: 1.3em;
	font-weight: 300;
	color: #888;
}

.donation .donation-cont {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}
.donation .donation-cont > * {
	width: 100%;
	height: 20%;
	padding: 20px 30px;
	color: #FFF;
	font-size: 11pt;
}
.donation .donation-cont > *:first-child {
	height: 40%;
	background-color: #005285;
}
.donation .donation-cont > *:nth-of-type(2) {
	background-color: #3CAF28;
}
.donation .donation-cont > *:nth-of-type(3) {
	background-color: #EBD723;
}
.donation .donation-cont > *:nth-of-type(4) {
	background-color: #00A5CD;
}
.donation .donation-cont .big {
	font-size: 23pt;
	font-weight: 500;
	margin-bottom: 30px;
}
.donation .donation-cont .big:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	margin-top: 10px;
	background-color: #FFDE5F;
}

.donation .donation-cont .big-2 {
	display: inline-block;
	font-size: 16pt;
	font-weight: 300;
	text-align: justify;
}
.donation .donation-cont .decimal {
	padding: 10px 0px 10px 20px;
}
.donation .donation-cont .decimal > * {
	list-style: disc;
}

.donation .donation-cont .number {
	font-size: 20pt;
	font-weight: 500;
	margin-bottom: 20px;
}
.donation .donation-cont .number span {
	font-family: 'Nanum Gothic', sans-serif !Important;
	color: #000;
	font-weight: 800;
}


/* 메인페이지 */
#container_wr.index .latest-title {
	text-align: center;
	font-size: 2em;
	padding-bottom: 50px;
}
#container_wr.index .latest-title a {
	font-weight: 300;
}
#container_wr.index .latest-title small {
	display: block;
	font-size: 0.6em;
	font-weight: 200;
	color: #707070;
}

@media (max-width: 640px) {
	#container_wr.index .latest-title {
		font-size: 2em !important;
	}
	#container_wr.index .latest-title a {
		font-size: 1em !important;
	}
	#container_wr.index .latest-title small {
		font-size: 0.6em !important;
	}
}

#container_wr.index #addon-contents-2 h1 span {
	font-size: 2em;
	letter-spacing: -1.1px;
	font-weight: 300;
	overflow: hidden;
	line-height: 30px;
}
#container_wr.index #addon-contents-2 a {
	display: none;
	line-height: 30px;
	float: right;
	font-size: 11pt;
}
#container_wr.index #addon-contents-3 .left {
	padding-right: 3%;
}

#container_wr.index .table,
#addon-contents-13.worship_guide .table {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 70px 30px;
}
#container_wr.index .table > *,
#addon-contents-13.worship_guide .table > * {
	text-align: center;
	line-height: 35px;
	font-size: 1.2em;
	font-weight: 300;
}
#container_wr.index .table a,
#addon-contents-13.worship_guide .table a {
	font-weight: 300;
}
@media (max-width: 1000px) {
	#container_wr.index .table,
	#addon-contents-11.worship_guide .table {
		padding: 10px 0px 0px;
	}
	#container_wr.index .table > *,
	#addon-contents-13.worship_guide .table > * {
		display: block !important;
		width: 100%;
		padding: 10px 0px;
		border-top: 1px solid #e7e7e7;
	}
}

#container_wr.index .green,
#addon-contents-11.worship_guide .green {
	display: inline-block;
	color: #204a7b;
	padding: 0px 5px;
}

#container_wr.index .btn-round,
#addon-contents-11.worship_guide .btn-round {
	display: inline-block;
	position: relative;
	background-color: #204a7b;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #FFF !important;
	vertical-align: middle;
}
#container_wr.index .btn-round i,
#addon-contents-11.worship_guide .btn-round i {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0px;
	transform: translate(-50%, -50%);
	font-size: 15pt;
}

#container_wr.index .sermon-more,
#container_wr.index #addon-contents-15 .more,
#bo_gall .more,
#sub-page .btn-more {
	display: inline-block;
	/*background-image: linear-gradient(to right, #acd841, #ffb32e);*/
	background-color: #f55959;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 25px;
	font-weight: 300;
	font-size: 11pt;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bo_gall .more {
	height: 30px;
	line-height: 30px;
	font-size: 10pt;
}
#container_wr.index .sermon-more:hover,
#container_wr.index #addon-contents-13 .more:hover,
#bo_gall .more:hover,
#sub-page .btn-more:hover {
	background: none;
	background-color: #3793c7;
}
#container_wr.index .sermon-more:after,
#container_wr.index #addon-contents-13 .more:after,
#bo_gall .more:after {
	content: '+';
	display: inline-block;
	position: relative;
	padding-left: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#container_wr.index #addon-contents-13 .more a,
#sub-page .btn-more a {
	font-weight: 300;
	font-size: 11pt;
	color: #FFF;
}

#container_wr.index .banner-text {
	position: absolute;
	left:0px;
	bottom: 0px;
	padding: 25px;
	font-size: 2.3em;
	font-weight: 300;
	text-align: left;
}
#container_wr.index .banner-text.offering {
	top: 0px;
	bottom: auto;
}
#container_wr.index .banner-text small {
	display: block;
	font-size: 0.7em;
	font-weight: 100;
	text-align: left;
}
#container_wr.index .banner-text.offering .btn {
	display: inline-block;
	font-weight: 100;
	height: 40px;
	line-height: 38px;
	padding: 0px 25px;
	font-size: 0.7em;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 20px;
	border-radius: 40px;
}

#container_wr.index #addon-contents-11 > ul > li:first-child {
	padding-bottom: 50px;
}

#container_wr.index #addon-contents-13 {
	text-align: center;
}
#container_wr.index #addon-contents-13 .year {
	display: inline-block;
	font-weight: 600;
	font-size: 2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
#container_wr.index #addon-contents-13 .text {
	font-size: 3em;
	font-weight: 400;
}
#container_wr.index #addon-contents-13 .text small {
	display: block;
	font-weight: 100;
	font-size: 0.6em;
}

#container_wr.index #addon-contents-13 .more span {
	font-size: 1.4em;
}


/**
 * SNS Login
 */

#register_member input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

@media (max-width: 600px) {
	#register_member .sns_tbl th {
		display: none;
	}
	#register_member .sns_tbl input {
		width: 100%;
	}
}

#mb_login #sns_login .sns-icon {
	display: block;
	width: 100% !important;
	float: none !important;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
}
#sns_login .sns-kakao {
	border: none;
	background-position-y: center !important;
}


/**
 * Shop Contents
 */

#sct_location {
	top: 28px;
}
#sct_location .go_home {
	font-size: 1.2em;
}
#wrapper_title {
	padding: 40px 0px;
}

@media (max-width: 1700px) {
	#container .shop-content {
		padding-left: 10px;
		padding-right: 60px;
	}
	#sct_location:not(.view_location) {
		right: 60px;
	}
}
@media (max-width: 1100px) {
	#container {
		padding: 0 10px;
	}
	#container .shop-content {
		padding-right: 10px;
	}
	#wrapper_title {
		padding: 20px 0px;
		font-size: 1.4em;
		text-align: center;
	}
	#sct_location {
		display: none;
		/* display: table; */
		position: relative;
		float: none;
		right: auto !important;
		top: 0px;
		margin: 0px 0px 0px auto;
	}
}
#sct_sortlst {
	border-top-color: #555;
}
@media (max-width: 1100px) {
	#sct_sort {
		width: auto;
		margin: 7px;
	}
}
#ssch_sort li a {
	border: none;
	padding: 0px 20px;
	font-size: 0.9em;
}


/**
 * SideMenu
 */

#side_menu {
	z-index: 10000;
	box-shadow: unset;
}
#side_menu * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	#side_menu {
		padding: 0px;
		border: none;
		top: 50px;
	}
	#side_menu #quick {
		display: table;
		position: fixed;
		top: 0px;
		left: auto;
		right: 0px;
		width: 250px;
		margin: 0px;
		text-align: center;
		background-color: #FFF;
		transform: translateX(250px);
	}
	#side_menu.on #quick {
		transform: translateX(0px);
	}
	#side_menu #quick li {
		display: table-cell;
		width: 25%;
	}
	#side_menu #quick li .qk_tit {
		display: none !important;
	}
	#ol_auto,
	#ol_svc {
		float: none;
		margin-top: 10px;
	}
	#ol_auto input[type=checkbox] {
		width: 0px;
		height: 0px;
	}
	#ol_auto input[type=checkbox] + label {
		display: inline-block;
	}
	#ol_svc a {
		display: block;
		text-align: center;
	}

	#side_menu #tabs_con .qk_con {
		width: 250px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#s_ol_be_cate > * {
		width: 50%;
	}

	#tabs_con .con_close {
		display: none !important;
	}
}


/**
 * Main Common
 */

.sct_wrap header {
	display: block;
	margin-top: 50px;
}
.sct_wrap h2 {
	display: block;
	position: relative;
	text-align: center;
	font-size: 3.5em;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sct_wrap h2 * {
	font-family: 'Raleway', sans-serif;
}
.sct_wrap h2 b {
	font-weight: 700;
}
.sct_wrap h2 .underline {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	background-color: #000;
}

.smt .sct_img,
.sct:not(.sct_40) .sct_img {
	margin: 0px auto;
}
.sct_40 .sct_img {
	max-width: 250px;
}
.smt .sct_img img,
.sct .sct_img img {
	width: 100%;
	height: auto;
}

/**
 * Main 10
 */

#idx_hit {
	overflow: inherit;
	margin-bottom: 80px !important;
}
@media (max-width: 1100px) {
	#idx_hit {
		overflow: hidden;
	}
}
#idx_hit .owl-prev,
#idx_hit .owl-next {
	text-indent: inherit;
	background: none;
	width: 50px;
	height: 80px;
	margin-top: -43px;
}
#idx_hit .owl-prev {
	left: -60px;
}
#idx_hit .owl-next {
	right: -60px;
}
@media (max-width: 1800px) {
	#idx_hit .owl-prev {
		left: 0px;
	}
	#idx_hit .owl-next {
		right: 0px;
	}
	#idx_hit .owl-nav i {
		font-size: 5em;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		color: rgba(100, 100, 100, 0.5);
	}
	#idx_hit .owl-nav button:hover i {
		color: rgba(100, 100, 100, 1);
	}
}
@media (max-width: 1100px) {
	#idx_hit .owl-nav i {
		font-size: 3em;
	}
}
#idx_hit .owl-prev div,
#idx_hit .owl-next div {
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#idx_hit .owl-prev:hover div,
#idx_hit .owl-next:hover div {
	background-color: rgba(0, 0, 0, 1);
}
#idx_hit .owl-prev div {
	left: 25px;
}
#idx_hit .owl-next div {
	right: 25px;
}
#idx_hit button .top {
	transform: rotate(45deg);
}
#idx_hit button .bottom {
	transform: rotate(-45deg);
}
#idx_hit .owl-prev .top,
#idx_hit .owl-next .bottom {
	top: 0px;
}
#idx_hit .owl-prev .bottom,
#idx_hit .owl-next .top {
	bottom: -6px;
}

.smt_40 {
	border: none;
	padding: 0px;
}
.smt_40 .sct_li {
	width: 100%;
	margin: 0px;
	padding: 0px 15px;
}
.smt_40 .sct_txt {
	border: none;
	padding: 0px 10px;
	margin: 10px 0px;
	height: 50px;
	line-height: 25px;
	font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
@media (max-width: 1100px) {
	.smt_40 .sct_txt {
		height: 40px;
		line-height: 20px;
		font-size: 1.1em;
		padding: 0px 5px;
	}
}
.smt_40 .sct_cost {
	font-size: 1.7em;
	font-weight: 500;
	margin: 0px;
	padding: 5px 10px 10px;
}
@media (max-width: 1100px) {
	.smt_40 .sct_cost {
		font-size: 1.2em;
		padding: 5px 0px;
	}
}
.smt_40 .sct_cost small {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 0.75em;
}
.smt_40 .sct_dict {
	display: inline-block;
	font-size: 0.7em;
	margin-right: 5px;
	text-decoration: line-through;
	color: #858a8d;
}


/**
 * Main 20
 */

.smt_20 {
	font-size: 0px;
}
.smt_20 .sct_li {
	font-size: 0.9rem;
	display: inline-block;
	float: unset;
	width: auto;
	margin: 0px;
	padding: 0px 15px;
}


/**
 * Main 40
 */

#new-arrivals {
	background-color: #F9F9F9;
	padding: 30px 0px 50px;
	margin-bottom: 0px;
}
.smt_10 {
	font-size: 0px;
}
.smt_10 .sct_li {
	font-size: 0.9rem;
	display: inline-block;
	float: unset;
	width: auto;
	margin: 0px;
	padding: 0px 15px;
}


/**
 * List Common
 */

.sct_cartop_wr {
	background: none;
}
#sct_ct_1 li {
	width: auto;
}
.sit_icon_li .shop_icon {
	padding: 0px 4px;
	line-height: 14px;
	font-size: 0.7em;
}
.sit_icon_li .shop_icon:first-child {
	margin-left: 0px;
}
.sit_icon_li .shop_icon:last-child {
	margin-right: 0px;
}

.sct:not(.sct_40) .bg-layer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.05);
	z-index: 1;
	cursor: pointer;
}


/**
 * List 10
 */

.sct_10 .sct_ct_wrap {
	padding: 0px 10px;
}
@media (max-width: 1100px) {
	.sct_10 .sct_ct_wrap {
		padding: 0px 5px;
	}
	.sct_10 {
		font-size: 0px;
		margin-bottom: 0px;
	}
}
.sct_10 .sct_li {
	margin-bottom: 80px;
}
@media (max-width: 1100px) {
	.sct_10 .sct_li {
		margin-bottom: 40px;
		display: inline-block;
		font-size: 0.9rem;
		float: none;
		vertical-align: top;
	}
}
.sct_10 .list-10-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.sct_10 .sct_op_btn {
	z-index: 2;
	right: 40px;
	bottom: 10px;
}
@media (max-width: 1100px) {
	.sct_10 .list-10-btn {
		right: 5px;
		bottom: 5px;
	}
	.sct_10 .sct_op_btn {
		right: 35px;
		bottom: 5px;
	}
}
.sct_10 .sct_op_btn > button,
.sct_10 .list-10-btn > button {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	padding: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.sct_10 .list-10-btn > button {
	display: inline-block;
	position: relative;
	font-size: 0px;
}
.sct_10 .sct_op_btn > button i {
	position: relative;
	top: 1px;
	color: #FFF;
}
.sct_10 .list-10-btn > button i {
	font-size: 0.75rem;
	line-height: 25px;
	margin: 0px;
}

.sct_10 .sct_txt {
	border: none;
	padding: 0px;
	height: 50px;
	line-height: 25px;
	font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
@media (max-width: 1100px) {
	.sct_10 .sct_txt {
		height: 40px;
		line-height: 20px;
		font-size: 1em;
	}
}
.sct_10 .sct_cost {
	font-size: 1.7em;
	font-weight: 500;
	margin: 0px;
	padding: 5px 0px 10px;
}
@media (max-width: 1100px) {
	.sct_10 .sct_cost {
		font-size: 1.2em;
		padding: 5px 0px;
	}
}
.sct_10 .sct_cost.member-sale,
.sct_10 .sct_cost.member-sale > *:not(.sct_dict),
.sct_10 .unit-price {
	color: #E8214E;
}
.sct_10 .sct_cost small {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 0.75em;
}
.sct_10 .sct_cost small.member-sale {
	padding: 3px 5px;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #E8214E;
	color: #FFF !important;
	font-size: 0.5em;
}
.sct_10 .sct_dict {
	display: inline-block;
	font-size: 0.7em;
	margin-right: 5px;
}
@media (max-width: 1100px) {
	.sct_10 .sct_dict {
		display: block;
		margin-bottom: 5px;
	}
}
.sct_10 .unit-price {
	display: block;
	font-size: 0.6em;
	margin-top: 5px;
	line-height: 14px;
	overflow: hidden;
}
.sct_10 .unit-price .divide:before {
	content: '/';
	display: inline-block;
	padding: 0px 5px;
}
@media (max-width: 1100px) {
	.sct_10 .unit-price .divide {
		display: block;
		height: 1px;
	}
	.sct_10 .unit-price .divide:before {
		content: '';
		padding: 0px;
	}
}

.sct_10 .sit_icon_li {
	height: 16px;
	overflow: hidden;
}


/**
 * List 40
 */

@media (max-width: 1100px) {
	.sct_40 {
		margin: 0px;
	}
	.sct_40 .sct_li {
		display: table;
		width: 100%;
	}
	.sct_40 .sct_li > * {
		display: table-cell;
		vertical-align: middle;
	}
	.sct_40 .sct_img {
		width: 15%;
		float: none;
	}
	.sct_40 .sct_ct_wrap {
		position: relative;
		float: left;
		width: 55%;
		margin-left: 10px;
	}
	.sct_40 .sct_txt {
		margin: 10px 0px 0px;
		padding-bottom: 30px;
		font-size: 0.9em;
	}
	.sct_40 .sct_txt a {
		display: inline-block;
		width: 100%;
		height: 15px;
		line-height: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.sct_40 .sct_cost {
		width: 100%;
		top: 37px;
		right: auto;
		font-size: 1em;
	}
	.sct_40 .sct_dict {
		display: inline-block;
		margin-right: 5px;
	}

	.sct_40 .stc_bottom {}
	.sct_40 .sct_op_btn {
		right: 42px;
		bottom: 20px;
	}
	.sct_40 .sct_op_btn > button {
		width: auto;
		height: auto;
		background-color: #ff5081;
		border-radius: 3px;
	}
	.sct_40 .sct_op_btn > button i {
		display: inline-block;
		padding: 0px 9px;
		font-size: 0.7rem;
		color: #FFF;
		line-height: 31px;
	}

	.sct_40 .list-10-btn .sct_cart {
		font-size: 0px;
		width: auto;
		padding: 0px 7px;
		top: auto;
		bottom: 20px;
		text-align: center;
	}
	.sct_40 .list-10-btn .sct_cart i {
		display: inline-block;
		font-size: 0.7rem;
		line-height: 29px;
		margin: 0px;
	}

	.sct_40 .sit_icon_li {
		margin-top: 5px;
	}
}


/**
 * Shop Search
 */

.ssch_option label {
	line-height: 15px;
	margin-right: 20px;
}
.ssch_option input[type=checkbox] + label span {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #D0D4DF;
	margin-right: 6px;
	vertical-align: middle;
}
@media (max-width: 1100px) {
	#ssch label[for=ssch_qname],
	#ssch label[for=ssch_qexplan],
	#ssch label[for=ssch_qbasic],
	#ssch label[for=ssch_qid] {
		float: left;
		width: 49%;
		margin: 0px 0px 10px !important;
	}
	#ssch #ssch_q {
		float: left;
		width: 77%;
		margin-right: 1%;
	}
	#ssch_frm .ssch_scharea .btn_submit {
		float: left;
		width: 20%;
	}
	#ssch_frm .ssch_scharea .tooltip_icon {
		display: none;
	}

	#ssch_sort_select,
	#ssch_cate {
		padding: 7px;
	}
	#ssch_cate li {
		width: auto;
	}

	.chk_box input[type="checkbox"] + label,
	#sod_frm_pay input[type="radio"] + label ,
	.chk_box input[type="radio"] + label{
		padding-left: 40px;
		height: 34px;
		line-height: 34px;
	}
	#bo_list input[type="checkbox"] + label,
	#bo_list input[type="radio"] + label {
		line-height: inherit;
		padding: 0px;
	}
	.chk_box input[type="checkbox"] + label span,
	.ssch_option input[type=checkbox] + label span,
	#sod_frm_pay input[type="radio"] + label span,
	.chk_box input[type="radio"] + label span{
		width: 30px;
		height: 30px;
		top: 2px;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.chk_box input[type="radio"]:checked + label span:before {
		width: 16px;
		height: 16px;
		top: 6px;
		left: 6px;
	}
}
.ssch_option input[type=checkbox]:checked + label span {
	background: url('../skin/board/basic/img/chk.png') no-repeat 50% 50% #3a8afd;
	border-color: #1471F6;
	border-radius: 3px;
}


/**
 * Item Form
 */

#sit_info iframe {
	border: none;
}

#sit_ov_wrap {
	width: 100%;
}
@media (max-width: 1100px) {
	#sit_ov_wrap {
		padding: 0px;
	}
}
#sit_ov_wrap {
	display: table;
	width: 100%;
}
@media (max-width: 1100px) {
	#sit_ov_wrap {
		display: block;
	}
}
#sit_ov_wrap > * {
	display: table-cell;
	float: none !important;
	vertical-align: top;
}
#sit_ov_wrap #sit_pvi {
	width: 10%;
}
#sit_ov_wrap #sit_ov {
	width: auto;
	padding-left: 11%;
}
#sit_ov_wrap #sit_ov .tr_price th {
	padding-top: 8px;
}
#sit_ov_wrap #sit_ov .member-sale * {
	color: #E8214E;
}
#sit_ov_wrap #sit_ov .unit-price {
	display: inline-block;
	position: relative;
	top: -4px;
}

#mobile-buy-layer-close {
	position: absolute;
	display: none !important;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #333;
	border-bottom: none;
	top: 1px;
	left: 50%;
	margin-left: -30px;
	background-color: #FFF;
	z-index: 1000;
	text-align: center;
}

#sit_tab {
	width: 100%;
}
#sit_tab .tab_con {
	padding: 0px;
}
@media (max-width: 1100px) {
	#sit_inf_explan img {
		width: 100%;
	}
}

#sit_ov_btn button {
	width: 39%;
	margin-right: 1%;
}
#sit_ov_btn .sit_btn_wish {
	width: 20%;
}
#sit_ov_btn #sit_btn_alm {
	width: 79%;
	margin-left: 1%;
}
@media (max-width: 1100px) {
	#sit_sel_option,
	#sit_tot_price,
	#sit_ov_btn {
		display: none;
	}

	#sit_ov_wrap > * {
		display: block !important;
		width: 100% !important;
		padding: 0px !important;
	}
	#sit_ov {
		min-height: 100%;
		border-top: 1px solid #e2e2e2;
		padding: 10px 0px !important;
	}

	#sit_ov_wrap #sit_pvi > * {
		float: none;
	}
	#sit_pvi_big img {
		width: 100%;
	}
	#sit_pvi_big #popup_item_image {
		display: none;
	}
	#sit_pvi_thumb {
		display: none;
	}

	#sit_ov_btn > * {
		display: block;
		float: none !important;
		vertical-align: top;
		width: 100% !important;
	}

	#sit_pvi_slide img {
		width: 100%;
		height: auto;
	}

	#sit_info {
		margin-bottom: 0px;
		min-height: auto;
	}
	#sit_tab {
		display: block;
		width: 100%;
	}
	#sit_tab .tab_tit {
		display: table;
		width: 100%;
	}
	#sit_tab .tab_tit > * {
		display: table-cell;
		width: 25%;
	}
	#sit_tab .tab_tit li button {
		font-size: 1em;
		padding: 10px 5px;
	}

	#sit_inf {
		margin: 0px;
	}

	#sit_use,
	#sit_qa,
	#sit_dex {
		margin: 10px;
	}
	.sit_use_top {
		padding: 0px;
		margin: 0px 0px 10px;
		min-height: auto;
		border: none;
	}
	#sit_use_wbtn {
		position: relative;
		top: 0px;
		right: 0px;
		overflow: hidden;
	}

	#sit_qa_wbtn {
		margin: 0px 0px 10px;
		overflow: hidden;
	}
	#sit_qa_wbtn a,
	#sit_use_wbtn a {
		float: left;
		text-align: center;
		padding: 0px;
		font-size: 1em;
	}
	#sit_qa_wbtn a:first-child,
	#sit_use_wbtn a:first-child {
		width: 79%;
		margin-right: 1%;
	}
	#sit_qa_wbtn a:last-child,
	#sit_use_wbtn a:last-child {
		width: 20%;
	}

	#sit_buy {
		position: fixed;
		display: block;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 66px;
		overflow: hidden;
		border: none;
		z-index: 999;
	}
	#sit_buy.on {
		height: auto;
		max-height: 240px;
		padding-top: 30px;
	}
	#sit_buy .sit-buy-mobile {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 65px;
		padding: 10px;
		background-color: #FFF;
		z-index: 2;
	}
	#sit_buy.on .sit-buy-mobile {
		display: none !important;
	}
	#mobile-buy-layer-open {
		display: block;
		line-height: 43px;
		border-radius: 3px;
		border: 1px solid #1C70E9;
		background-color: #3a8afd;
		font-size: 1.1em;
		letter-spacing: -0.1em;
		color: #FFF;
		text-align: center;
		font-weight: 600;
	}

	.sit_buy_inner {
		border-top: 1px solid #333;
		box-shadow: 0 0 6px rgba(0,0,0,0.2);
		background-color: #FFF;
		overflow-y: auto;
	}
	#sit_buy .sit_sel_option {
		height: auto;
	}
	.sit_order_btn button {
		float: left;
		width: 39%;
		margin-right: 1%;
	}
	.sit_order_btn .sit_btn_wish {
		width: 20%;
		height: 52px;
		line-height: 52px;
		margin: 0px;
	}


	#mobile-buy-layer-close.on {
		display: block !important;
	}
	#mobile-buy-layer-close i {
		position: relative;
		top: 3px;
		font-size: 2em;
	}
}
@media (max-width: 380px) {
	#sit_tab .tab_tit li button {
		font-size: 0.7em;
	}
}

/**
 * Cart
 */

@media (max-width: 1100px) {
	#sod_bsk thead th {
		display:block;
		border: none;
		border-top: 2px solid #959da6;
		text-align: left;
		padding: 10px;
	}
	#sod_bsk thead th:not(:first-child),
	#sod_fin_list thead {
		display: none;
	}
	#sod_bsk thead th label {
		display: inline-block;
		height: 30px;
	}

	#sod_bsk tbody tr,
	#sod_frm #sod_list tbody tr,
	#sod_fin_list tbody tr {
		display: block;
		border: 1px solid #d3d3d3;
		padding: 5px;
		margin-bottom: 10px;
		position: relative;
	}
	#sod_frm #sod_list tbody tr,
	#sod_fin_list tbody tr {
		padding-bottom: 35px;
	}
	#sod_bsk tbody td,
	#sod_frm #sod_list tbody td,
	#sod_fin_list tbody td {
		display: inline-block;
		border: none;
		padding: 0px;
		vertical-align: top;
	}
	.od_prd_list .td_chk {
		display: block !important;
		height: 40px;
		width: 100%;
		padding: 0px 5px !important;
		background-color: #F7F7F7;
		border: 1px solid #E7E7E7 !important;
		text-align: left;
		margin-bottom: 10px;
	}
	.od_prd_list .chk_box input[type="checkbox"] + label {
		line-height: inherit;
	}

	.od_prd_list .td_prd {
		overflow: hidden;
		position: unset;
		width: 100%;
	}
	.od_prd_list .td_prd > * {
		position: unset !important;
		float: left;
		top: 0px !important;
		left: 0px !important;
	}
	.od_prd_list .td_prd .sod_img {
		margin-right: 10px;
	}
	.od_prd_list .td_prd .sod_opt,
	#sod_fin_list .td_prd .sod_opt {
		padding: 0px;
	}
	.od_prd_list .td_prd .sod_option_btn {
		position: absolute;
		top: 5px;
		right: 10px;
	}

	.od_prd_list .td_num,
	.od_prd_list .td_numbig,
	.od_prd_list .td_dvr,
	#sod_fin_list .td_mngsmall,
	#sod_fin_list .td_numbig,
	#sod_fin_list .td_dvr {
		width: auto;
		text-align: left;
	}
	#sod_fin_list tbody tr td:nth-of-type(1) {
		width: 100%;
	}
	#sod_bsk tbody tr td:nth-of-type(3),
	#sod_bsk tbody tr td:nth-of-type(4),
	#sod_bsk tbody tr td:nth-of-type(5),
	#sod_bsk tbody tr td:nth-of-type(6),
	#sod_frm #sod_list tbody tr td:nth-of-type(2),
	#sod_frm #sod_list tbody tr td:nth-of-type(3),
	#sod_frm #sod_list tbody tr td:nth-of-type(5),
	#sod_frm #sod_list tbody tr td:nth-of-type(6),
	#sod_fin_list tbody tr td:nth-of-type(2),
	#sod_fin_list tbody tr td:nth-of-type(3),
	#sod_fin_list tbody tr td:nth-of-type(4),
	#sod_fin_list tbody tr td:nth-of-type(5),
	#sod_fin_list tbody tr td:nth-of-type(7) {
		padding: 2px 5px !important;
		margin-bottom: 3px !important;
		background-color: #F7F7F7;
		border: 1px solid #E7E7E7 !important;
		border-radius: 2px;
	}
	#sod_bsk tbody tr td:nth-of-type(3):before,
	#sod_bsk tbody tr td:nth-of-type(4):before,
	#sod_bsk tbody tr td:nth-of-type(5):before,
	#sod_bsk tbody tr td:nth-of-type(6):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(2):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(3):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(5):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(6):before,
	#sod_fin_list tbody tr td:nth-of-type(2):before,
	#sod_fin_list tbody tr td:nth-of-type(3):before,
	#sod_fin_list tbody tr td:nth-of-type(4):before,
	#sod_fin_list tbody tr td:nth-of-type(5):before,
	#sod_fin_list tbody tr td:nth-of-type(7):before {
		display: inline-block;
		margin-right: 5px;
	}
	#sod_bsk tbody tr td:nth-of-type(3):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(2):before,
	#sod_fin_list tbody tr td:nth-of-type(2):before {
		content: "총수량 : ";
	}
	#sod_bsk tbody tr td:nth-of-type(4):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(3):before {
		content: "판매가 : ";
	}
	#sod_bsk tbody tr td:nth-of-type(5):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(5):before,
	#sod_fin_list tbody tr td:nth-of-type(4):before {
		content: "포인트 : ";
	}
	#sod_bsk tbody tr td:nth-of-type(6):before,
	#sod_frm #sod_list tbody tr td:nth-of-type(6):before,
	#sod_fin_list tbody tr td:nth-of-type(5):before {
		content: "배송비 : ";
	}
	#sod_fin_list tbody tr td:nth-of-type(7):before {
		content: "상태 : ";
	}

	#sod_bsk tbody tr td:nth-of-type(7) {
		display: block;
		width: 100%;
		text-align: right;
		margin-top: 10px;
	}
	#sod_frm #sod_list tbody tr td:nth-of-type(4),
	#sod_fin_list tbody tr td:nth-of-type(6) {
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	#sod_bsk tbody tr td:nth-of-type(7) .total_prc,
	#sod_frm #sod_list tbody tr td:nth-of-type(4),
	#sod_fin_list tbody tr td:nth-of-type(6) {
		color: #ab3e55;
	}
	#sod_frm #sod_list tbody tr td:nth-of-type(4) .total_price,
	#sod_fin_list tbody tr td:nth-of-type(6) {
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		font-size: 1.5em;
	}
	#sod_bsk tbody tr td:nth-of-type(7) .total_prc:after,
	#sod_frm #sod_list tbody tr td:nth-of-type(4):after,
	#sod_fin_list tbody tr td:nth-of-type(6):after {
		content: "원";
		font-family: "Nanum Gothic", "나눔고딕";
		font-size: 0.8em;
		position: relative;
		top: -2px;
		display: inline-block;
		margin-left: 3px;
	}

	#sod_bsk thead td label {
		display: inline-block;
		width: 30px;
		height: 30px;
	}

	#sod_bsk #sod_bsk_tot li {
		display: block;
		width: 100% !important;
		float: none;
		border: none !important;
	}
	#sod_bsk #sod_bsk_tot li:first-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	}

	#sod_bsk_list #mod_option_frm {
		left: 0px;
		width: 100%;
		margin-left: 0px;
	}
	#sod_bsk #sit_sel_option {
		display: block;
	}
}


/**
 * OrderForm
 */

#sod_frm #sod_frm_taker .tbl_frm01 .choice_place .chk_box label span {
	top: 8px;
}

#sod_frm .sod_left,
#sod_fin .sod_left {
	width: 69%;
	margin-right: 1%;
}
#sod_frm .sod_right,
#sod_fin .sod_right {
	width: 30%;
}

@media (max-width: 1100px) {
	/* PC */
	#sod_frm .sod_left,
	#sod_frm .sod_right,
	#sod_fin .sod_left,
	#sod_fin .sod_right {
		margin: 0px;
		width: 100%;
	}
	#sod_list thead th {
		display: none;
	}

	#sod_frm #sod_frm_taker .choice_tit,
	#sod_frm #sod_frm_taker .chk_box {
		float: none;
		width: 100% !important;
	}
	#sod_frm #sod_frm_taker .tbl_frm01 .choice_place .chk_box label span {
		top: 2px;
	}

	/* Mobile */
	#sod_frm {
		border-top: 1px solid #959da6;
	}

	.odpw_info {
		display: block;
		padding: 5px 0px 15px;
	}

	#sod_frm #sod_frm_orderer li:not(.chk_box) > strong,
	#sod_frm #sod_frm_orderer li:not(.chk_box) > label,
	#sod_frm #sod_frm_taker li:not(.chk_box) > strong,
	#sod_frm #sod_frm_taker li:not(.chk_box) > label {
		display: block;
		padding: 0px 5px;
		line-height: 43px;
		margin: 15px 0px 5px;
		background-color: #EDF3FC;
		border: 1px solid #d1ddee;
	}

	.odf_list .dlv_slt #ad_sel_addr_same {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		opacity: 0;
		overflow: hidden;
		z-index: -1;
	}

	#m_sod_frm_paysel ul {
		border: none;
	}
	#m_sod_frm_paysel #sod_frm_pt_alert {
		background-color: #f2838f;
		color: #FFF;
		padding: 5px 10px 5px 60px;
		border-radius: 3px;
		border-left: 10px solid #da4453;
		line-height: 20px;
		min-height: 50px;
		position: relative;
	}
	#m_sod_frm_paysel #sod_frm_pt_alert:before {
		content: "!";
		display: inline-block;
		position: absolute;
		top: 5px;
		left: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 2.5em;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #FFF;
		background-color: #da4453;
	}
	#m_sod_frm_paysel li {
		height: auto;
	}
	#settle_bank label.sound_only {
		position: relative;
		overflow: inherit;
		z-index: 1;
		font-size: 1em;
	}

	#display_pay_button .btn_cancel {
		width: 100%;
		height: 50px;
		line-height: 48px;
		font-weight: bold;
		font-size: 1.25em;
		color: #717171;
		border-radius: 3px;
		border: 1px solid #ccd1d9;
		background-color: #FFF;
		margin-top: 10px;
	}
}


/**
 * Member Login
 */

@media (max-width: 1100px) {
	#mb_login #agree {
		padding: 0px;
	}
	#mb_login label[for=agree] {
		display: inline-block;
		text-align: left;
		height: auto;
		line-height: 150%;
		padding-top: 3px;
	}
	#mb_login label[for=agree] > span {
		position: absolute;
		top: 0px;
		left: 0px;
	}
}


/**
 * Mypage
 */

#smb_my #smb_my_ov {
	width: 20%;
	margin-right: 2%;
}
#smb_my #smb_my_list {
	width: 78%;
}
@media (max-width: 1100px) {
	#smb_my #smb_my_ov,
	#smb_my #smb_my_list {
		width: 100%;
		float: none;
	}
	#smb_my #smb_my_ov {
		margin-right: 0px;
	}
	#smb_my #smb_my_list h2 {
		padding: 20px 0px;
		margin: 0px;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
	}
	#smb_my #smb_my_list .smb_my_more a {
		background: url('../img/more-btn.gif') no-repeat 0 23px;
		height: auto;
		padding: 20px 0px 20px 20px;
		line-height: 22px;
	}
}


/**
 * Register Form
 */

#fregisterform .warning {
	position: relative;
	text-align: center;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 1.1em;
	background-color: #F2838F;
	margin: 0px 0px 10px;
	border-radius: 5px;
	font-weight: bold;
}
@media (max-width: 1100px) {
	#fregisterform .warning {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
}
#fregisterform .warning:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 5px;
	border-radius: 5px 0px 0px 5px;
	background-color: #DA4453;
}
@media (max-width: 1100px) {
	#fregisterform .warning:before {
		background-color: none;
	}
}
#fregisterform .warning i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 3px;
	text-align: center;
	border-radius: 50%;
	background: url('../img/require.png') no-repeat center center #FFF;
}

#register_form #mb_1 {
	width: 100%;
}

#register_form .read-only {
	display: inline-block;
	line-height: 31px;
}

#register_form .chk_box .tooltip_icon {
	line-height: 15px;
	margin-top: -4px;
}
#register_form .chk_box .tooltip_icon i {
	position: relative;
	top: 2px;
}

@media (max-width: 1100px) {
	#register_form .chk_box .tooltip {
		top: 33px;
		left: 0px;
	}
	#register_form .chk_box .tooltip:before {
		top: -10px;
		left: 0px;
		border-top: 0px solid transparent;
		border-bottom: 10px solid #000;
		border-left: none;
		border-right: 10px solid transparent;
	}
}

#register_form .bill_form {
	background: #F7F7F7;
	border: 1px solid #DDE7E9;
	border-radius: 3px;
}
#register_form .bill_form table {
	width: 100%;
	padding: 20px;
	display: block;
	overflow: hidden;
}
#register_form .bill_form.register_form_inner table {
	padding-top: 0px;
}
#register_form .bill_form.register_form_inner ul {
	padding-bottom: 0px;
}
#register_form .bill_form.register_form_inner tbody {
	display: block;
}
#register_form .bill_form.register_form_inner tbody tr {
	display: block;
	float: none !important;
}
#register_form .bill_form.register_form_inner select {
	width: 24.5%;
}
@media (max-width: 1100px) {
	#register_form .bill_form.register_form_inner select {
		width: 100%;
		margin-bottom: 10px;
	}
	#register_form .bill_form.register_form_inner select:last-child {
		margin: 0px;
	}
}

#register_form .bill_form table tr {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(6),
#register_form .bill_form table tr:nth-last-of-type(7) {
	width: 49%;
}
#register_form .bill_form table tr:nth-last-of-type(2),
#register_form .bill_form table tr:nth-last-of-type(4),
#register_form .bill_form table tr:nth-last-of-type(6) {
	margin-left: 1%;
}
#register_form .bill_form table tr:nth-last-of-type(3),
#register_form .bill_form table tr:nth-last-of-type(5),
#register_form .bill_form table tr:nth-last-of-type(7) {
	margin-right: 1%;
}
#register_form .bill_form table th {
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: left;
}
#register_form .bill_form table td {
	display: block;
}
#register_form .bill_form table input {
	width: 100%;
}

#register_form .bill_form .mb_bill_zip {
	width: 385px;
	margin-right: 10px;
}
#register_form .bill_form table tr:nth-of-type(8) label {
	display: none;
}

@media (max-width: 1100px) {
	#register_form #reg_mb_zip,
	#register_form .bill_form .mb_bill_zip {
		width: 59%;
		float: left;
		margin: 0px;
	}
	#register_form #reg_mb_zip:before,
	#register_form .bill_form .mb_bill_zip:before {
		content: "";
		display: block;
	}

	#register_form #reg_mb_zip + button,
	#register_form .bill_form .mb_bill_zip + button {
		width: 40%;
		float: right;
	}

	#register_form .register_form_inner input[type="checkbox"] + label {
		padding-left: 0px;
		margin: 0px;
		display: inline-block;
	}
	#register_form .register_form_inner input[type="checkbox"] + label > span {
		top: 0px;
	}
	#register_form .register_form_inner input[type="checkbox"] + label + span {
		display: inline-block;
		line-height: 34px;
		padding-left: 10px;
	}
}


/**
 * Etc
 */

#bo_v {
	max-width: 800px !important;
	width: 100%;
	margin: 0px auto !important;
}
#bo_list,
#bo_gall {
	max-width: 1000px !important;
	width: 100%;
	margin: 0px auto !important;
}
#bo_gall:not(.blog) {
	padding-top: 50px;
}

#bo_v_con {
	font-size: 1.1em;
}

#bo_v_img {
	text-align: center;
}

#bo_v_title {
	text-align: center;
}
.bo_v_tit {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #DDD !important;
}

#bo_v_info,
#bo_v_share,
#bo_btn_top {
	display: none;
}

#bo_cate_ul {
	font-size: 0px;
	margin: 50px 0px;
	border: 1px solid #E9E9E9;
	border-bottom: 0;
	border-right: 0;
}
#bo_cate_ul > li {
	display: inline-block;
	text-align: center;
	padding: 0px;
	width: 20%;
}
#bo_cate_ul a {
	line-height: 49px;
	border-radius: 0px;
	padding: 0px;
	border: none;
	border-right: 1px solid #E9E9E9;
	color: #898989;
	font-weight: 400;
	font-size: 0.8rem;
}
#bo_cate_ul a:hover {
	color: #898989;
	background-color: #F4F4F4;
}
#bo_cate #bo_cate_on {
	color: #898989;
	background-color: #F4F4F4;
	border-color: #E9E9E9;
	box-shadow: none;
	font-weight: 400;
}
#bo_cate #bo_cate_on:after {
	content: '▼';
	position: relative;
	display: inline-block;
	margin-left: 5px;
	transform: scale(0.5);
}

#bo_cate_ul > li {
	border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 640px) {
	#bo_cate {
		margin-top: 0px;
	}
	#bo_cate_ul {
		margin: 0px 0px 20px;
	}
	#bo_cate_ul > li {
		display: block;
		width: 100% !important;
	}
	#bo_cate_ul a {
		line-height: 42px;
		font-size: 0.75rem;
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
	}
	#bo_cate_ul > li:first-child a {
		border-top: 1px solid #E9E9E9 !important;

	}
}

#container_title {
	margin-bottom: 30px;
}

#taxbill {
	display: block;
	padding: 15px 0px;
	height: auto;
	line-height: inherit;
	margin: -10px 0px 20px;
	cursor: pointer;
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
	color: #FFF;
	background-color: #2769C7;
	border-radius: 3px;
}
#taxbill.ing {
	background-color: #FF7F27;
	cursor: auto;
}
#taxbill.end {
	background-color: #d50c0c;
	cursor: auto;
}

.more_opt li i {
	display: inline-block;
	width: 10px;
}

.ctt_admin {
	position: absolute;
	right: 10px;
	top: 10px;
}

#ctt,
#ctt_con {
	margin: 0px;
	padding: 0px;
}
#ctt {
	padding-bottom: 50px;
}
button.btn_share {
	display: none;
}
.bo_v_snswr {
	padding: 10px 0px;
}

.pg_current {
	border-radius: 50%;
	font-weight: 400;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	border: none;
	margin: 0px 2px;
}
.pg_page {
	border-radius: 50%;
	margin: 0px 2px;
}
.pg_start,
.pg_end,
.pg_prev,
.pg_next {
	border: none;
	text-align: center;
}

.btn_bo_adm input {
	background-color: #FE1E92;
}

#container_title {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 7px;
}
#container_title span {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	font-size: 1.8em;
	/*padding-left: 20px;*/
	padding-bottom: 10px;
	line-height: 100%;
}
/*
        #container_title span:before {
            content: "|";
            position: absolute;
            left: 0px;
            top: 2px;
            font-family: 'Black Han Sans', sans-serif;
            display: inline-block;
            color: #ff3b3b;
        }
    */

#container_title #position {
	float: right;
	font-size: 0.75em;
	margin-top: 5px;
}
#container_title #position,
#container_title #position * {
	color: #bcbcbc;
	font-weight: 300;
}
#container_title #position a:after {
	content: '>';
	position: relative;
	display: inline-block;
	font-family: "Nanum Gothic";
	padding-left: 4px;
	font-size: 0.7em;
	top: -2px;
}
#container_title #position a:last-child:after {
	content: '';
	padding: 0px;
}

.sct_admin {
	position: absolute;
	top: 0px;
	right: 0px;
}

#copymove input,
#copymove textarea,
#copymove button,
#copymove select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

#bo_list_total {
	white-space: nowrap;
}

@media (max-width: 1100px) {
	#container_title span {
		font-size: 1.4em;
		margin-top: 5px;
	}

	.sct_admin {
		position: absolute;
		top: 15px;
		right: 0px;
	}

	.register {
		padding: 0px 10px 30px;
	}
	#fregister p {
		height: auto;
		line-height: 150%;
		padding: 10px 10px 10px 5px;
		border-left: 5px solid #da4453;
	}
	#fregister p:before {
		background: none;
	}

	#smb_my {
		margin: 0px;
	}
	.tooltip_txt {
		height: auto;
		line-height: 150%;
		text-align: center;
		padding: 10px 20px;
	}
	.tooltip_txt:before {
		height: auto;
		bottom: 0px;
	}

	#smb_ws_act > button {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#smb_ws_act > button:last-child {
		margin-bottom: 0px;
	}
}


.ft-right {
	width: 100%;
	/* background-color: rgba(0,0,0,0.5); */
	height: auto;
}
.ft-right p {
	margin-bottom: 13px;
}
.ft-right span {
	display: inline-block;
	color: #fff !important;
	margin-bottom: 2px;
}


.subzoombtn {
	display: inline-block;
	font-size: 14px !important;
	color: #555;
	padding: 7px 20px !important;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	vertical-align: top;
	margin-left: 5px;
}
.subzoombtn i {
	color: #4a8cff;
	font-style: normal;
}
.subzoombtn:hover {
	background-color: #4a8cff;
}
.subzoombtn:hover a, .subzoombtn:hover i {
	color: #fff;
}

#addon-contents-7.study .common-width {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

#addon-contents-7.study .common-width,
#addon-contents-8.study .common-width,
#addon-contents-9.study .common-width,
#addon-contents-10.study .common-width,
#addon-contents-11.study .common-width,
#addon-contents-12.study .common-width,
#addon-contents-13.study .common-width {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
@media (max-width: 1100px) {
	.subzoombtn {
		display: block;
		float: right;
		vertical-align: bottom;
	}
	#addon-contents-7.study .common-width,
	#addon-contents-8.study .common-width,
	#addon-contents-9.study .common-width,
	#addon-contents-10.study .common-width,
	#addon-contents-11.study .common-width,
	#addon-contents-12.study .common-width,
	#addon-contents-13.study .common-width {
		text-align: center;
	}

}
#addon-contents-3.english_ministry {
	text-align: center;
}
#addon-contents-3.english_ministry img {
	width: 500px;
	max-width: 90%;
}
#addon-contents-7.english_ministry .right {
	vertical-align: middle;
}

.iconbox2 {
	display: inline-block;
	clear:both;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 3.2rem;
	color: #fff;
	line-height: 100px;
	border-radius: 100%;
	background-color: #3ba9bc;
	/* float: left; */
	margin-bottom: 20px;

}
.iconbox21 {
	/* display: inline-block; */
	clear:both;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 3.2rem;
	color: #fff;
	line-height: 100px;
	border-radius: 100%;
	background-color: #3ba9bc;
	float: left;
	margin-right: 30px;

}
.iconbox22 {
	background-color: #8dc859;
}
.iconbox2 * {
	line-height: 100% !important;
}
#addon-contents-9.english_ministry .left,
#addon-contents-9.english_ministry .right {
	position: relative;
	background-color: #fff;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	cursor: pointer;
}
#sub-page .emtxtbox {
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 200;
	margin-top: 5px;
}
#sub-page .emtxtbox2 {
	font-size: 1rem;
}
#sub-page .emtxtbox span {
	font-size: 2rem;
	font-weight: 700;
}
#sub-page .emtxtbox2 span {
	font-size: 1.5rem;
	font-weight: 500;
}
#addon-contents-9.english_ministry .left:hover span {
	color: #3ba9bc;
	transition: all linear 0.2s;
}
#addon-contents-9.english_ministry .right:hover span {
	color: #8dc859;
	transition: all linear 0.2s;
}
#addon-contents-9.english_ministry .left:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
#addon-contents-9.english_ministry .right:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.clearbox {
	clear: both;
}
.schoolbox {
	font-size: 1rem;
	font-weight: 300;
	border-left: 1px solid #ccc;
	padding-left: 40px;
	margin-left: 50px;
	padding-top: 15px;
	margin-top: 10px;
	height: 120px;
}
.sunday_school .schoolbox {
	height: 170px;
}
.schoolbtn {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 20px;
	background-color: #3e8def;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 300;
	color: #fff;
}
.schoolbtn:hover {
	background-color: #000;
	transition: all linear 0.2s;

}
@media (max-width: 1100px) {
	.schoolbox {
		padding-left: 15px;
		margin-left: 20px;
		height: auto;
		padding-bottom: 20px;
	}
	.iconbox2 {
		clear:both;
		width: 60px;
		height: 60px;
		font-size: 2.2rem;
		line-height: 60px;
		border-radius: 100%;
		background-color: #3ba9bc;
		float: left;
		margin-right: 30px;
		margin-left: 10px;
	}
	.iconbox21 {
		clear:both;
		width: 60px;
		height: 60px;
		font-size: 2.2rem;
		line-height: 60px;
		border-radius: 100%;
		background-color: #3ba9bc;
		float: left;
		margin-right: 30px;
		margin-left: 10px;
	}
	.iconbox22 {
		background-color: #8dc859;
	}
	#sub-page .emtxtbox {
		margin-top: 0px;
	}
	#sub-page .emtxtbox span {
		font-size: 1.5rem;
	}
	#addon-contents-9.english_ministry {
		padding-top: 30px;
		padding-bottom: 30px;

	}
}
.lstitle {
	padding: 10px 15px;
	font-size: 17px;
	border: 1px solid #eee;
}
.lstitle i {
	color: red;
	margin-right: 10px;
}
.lscontents {
	background-color: #fcfcfc;
	padding: 10px 10px 30px;
	margin-top: 10px;
	border: 1px solid #eee;
}
.lscontents li {
	background-color: #fff;
	font-size: 14px;
	color: #505050;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #eee;
}
.lscontents li span {
	color: #000;
}

.paypalbtn {
	display: inline-block;
	padding: 0px 30px;
	height: 35px;
	line-height: 35px !important;
	border-radius: 48px;
	background-color: rgba(0, 48, 135, 1);
	margin-bottom: 50px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	margin-top: 30px;
}
.paypalbtn:hover {
	background-color: #176383;
}

.numbox {
	margin-bottom: 20px;
}
.numbox .snum {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #f55959;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 25px;
	margin-top: 8px;
}
.numbox .snum.cg {
	color: #8fc165;
}
.numbox .nstxt {
	overflow: hidden;
	font-size: 14px;
	color: #888;
	font-weight: 300;
}
.nstxt span {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

#addon-contents-4.school .left,
#addon-contents-5.school .right,
#addon-contents-6.school .right,
#addon-contents-11.school .left {
	vertical-align: middle;
}
#addon-contents-6.school .snum {
	font-size: 15px;
	line-height: 40px;
}
#addon-contents-6.school .numbox {
	width: 300px;
	display: inline-block;
	margin-bottom: 0;
}
#addon-contents-6.school .numbox:nth-child(3) span,
#addon-contents-6.school .numbox:nth-child(4) span {
	cursor: pointer;
}
#addon-contents-3.school p {
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

.greetingbox {
	background-color: rgba(255,255,255,0.7);
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #000;
	padding: 40px 20px !important;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 300;
}
.greetingbox span {
	color: #f55959;
	font-weight: 500;
}
#addon-contents-11.serve .img-full{
	text-align: center;
}
#addon-contents-11.serve img {
	width: 80%;
	margin-bottom: 30px;
}
#addon-contents-11.serve .stage-2 {
	vertical-align: top;
}

#addon-contents-5.vision .common-width {
	text-align: center;
}
#addon-contents-5.vision [class^="stage-"] {
	position: relative;
	/* border: 1px solid #ccc; */
	border-radius: 50%;
	width: 250px;
	height: 250px;
	text-align: center;
	margin-left: -40px;
}
#addon-contents-5.vision [class^="stage-"]>div {
	position: absolute;
	width: 240px;
	height: 240px;
	top: 15px;
	left: 15px;
	line-height: 220px;
	font-size: 19px;
	color: #888;
	border-radius: 50%;
}
#addon-contents-5.vision .stage-1>div {
	border: 10px solid rgba(0,159,220,0.3);
}
#addon-contents-5.vision .stage-2>div {
	border: 10px solid rgba(208,32,48,0.3);
}
#addon-contents-5.vision .stage-3>div {
	border: 10px solid rgba(0,159,220,0.3);
}
#addon-contents-5.vision .stage-4>div {
	border: 10px solid rgba(208,32,48,0.3);
}
#addon-contents-14.vision .left,
#addon-contents-15.vision .right,
#addon-contents-16.vision .left,
#addon-contents-17.vision .right {
	vertical-align: middle;
}
#addon-contents-19.vision {
	text-align: center;
}
#addon-contents-19.vision .img-full {
	width: 300px;
}
.index #addon-contents-4 img,
.index #addon-contents-5 img {
	/* width: 384px; */
}

/**
 * Hover Popup
 **/

#hover-popup,
#weekly-popup,
#img-popup {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;

}
#hover-popup.on,
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	display: block;
}
#hover-popup.on-full,
#weekly-popup.on-full,
#img-popup.on-full {
	background: rgba(0, 0, 0, 1);
}

#weekly-popup * {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#weekly-popup > ul {
	display: flex;
	width: 200%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup > ul li {
	position: relative;
	display: inline-flex;
	width: 50%;
}
#weekly-popup > ul li img,
#img-popup img {
	max-width: 100%;
}
#img-popup img {
	max-height: 100%;
}

#weekly-popup nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	font-weight: 100;
	font-size: 8em;
}

#weekly-popup nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-family: 'Nanum Gothic', sans-serif;
}
#img-popup-cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#weekly-popup nav div:hover {
	color: rgba(0, 0, 0, 1);
}
#weekly-popup nav div.prev {
	left: 10px;
}
#weekly-popup nav div.prev:before {
	content: '<';
}

#weekly-popup nav div.next {
	right: 10px;
}
#weekly-popup nav div.next:before {
	content: '>';
}

#hover-popup-close,
.hover-popup-close {
	display: none;
	cursor: pointer;
}
#hover-popup-close.on-full,
.hover-popup-close.on-full,
#img-popup.on-full #img-popup-close,
#weekly-popup-close {
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 3em;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}
.hover-popup-close.on-full {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35pt;
}

#hover-popup-cont {
	position: absolute;
	transform: scale(1);
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}
#hover-popup-cont.on,
#hover-popup-cont.on-full {
	transform: scale(1.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999999;
	box-shadow: 0 15px 35px rgba(50,50,90,0.3), 0 5px 15px rgba(0,0,0,0.3);
}
#hover-popup-cont.img {
	transform: scale(1);
	border-radius: 0;
	box-shadow: none;
}
#hover-popup-cont.on-full {
	position: fixed;
	top: 50% !important;
	left: 0 !important;
	width: 100% !important;
	transform: translateY(-50%);
}
#hover-popup-cont .iframei-hover {
	display: none;
}
#hover-popup-cont a {
	display: block;
	color: #FFF;
	overflow: hidden;
	max-height: 0;
}
#hover-popup-cont.on a {
	max-height: 1000px;
}
#hover-popup-cont img {
	width: 100%;
}
#hover-popup-cont .hover-wrap {
	padding: 5px 10px 12px;
	font-size: 1rem;
}
#hover-popup-cont.on .hover-wrap {
	cursor: pointer;
}
#hover-popup-cont.img .hover-wrap {
	font-size: 1.8em;
}
#hover-popup-cont .hover-wrap span {
	display: block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
}
#hover-popup-cont .hover-wrap span.btn {
	position: relative;
	display: inline-block;
	top: -1px;
	padding: 0 3px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	font-weight: 300;
	line-height: 140%;
	height: auto !important;
	width: 37px;
	text-align: center;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
#hover-popup-cont .hover-wrap span.subject {
	font-size: 0.7em;
	height: 18.5px;
	line-height: 18.5px;
	margin-bottom: 3px;
}
#hover-popup-cont.img .hover-wrap span.subject {
	height: 26.5px;
	line-height: 26.5px;
}
#hover-popup-cont .hover-wrap span.datetime,
#hover-popup-cont .hover-wrap span.text,
#hover-popup-cont .hover-wrap span.preacher {
	font-size: 0.6em;
	line-height: 17.5px;
	height: 17.5px;
}

@media (max-width: 1100px) {
	#hover-popup {
		background-color: rgba(0, 0, 0, 1);
	}
	#hover-popup.on .close,
	#hover-popup.on-full .close {
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 3em;
		line-height: 0;
	}

	#hover-popup-cont.on,
	#hover-popup-cont.on-full {
		position: fixed;
		transform: scale(1) translateY(-50%);
		border-radius: 0;
		box-shadow: none;
		top: 50% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		-webkit-transition: all 0s ease-out;
		-moz-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		transition: all 0s ease-out;
	}
	#hover-popup-cont .hover-wrap span.btn {
		font-size: 0.8em;
		width: 60px;
		border-radius: 3px;
		margin-right: 10px;
	}
	#hover-popup-cont .hover-wrap span.subject {
		font-size: 1.2em;
		height: 37px;
		line-height: 37px;
	}
	#hover-popup-cont .hover-wrap span.datetime,
	#hover-popup-cont .hover-wrap span.text,
	#hover-popup-cont .hover-wrap span.preacher {
		font-size: 1em;
		height: 35px;
		line-height: 35px;
	}
}

#hover-popup-cont.letterbox {
	left: 50% !important;
	transform: scale(1) translate(-50%, -50%);
}

#addon-contents-14.vision .right {
	vertical-align: middle;
}
#addon-contents-8.family .common-width,
#addon-contents-9.family .common-width,
#addon-contents-10.family .common-width,
#addon-contents-11.family .common-width {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
#addon-contents-8.family [class^='stage'],
#addon-contents-9.family [class^='stage'],
#addon-contents-10.family [class^='stage'],
#addon-contents-11.family [class^='stage'] {
	vertical-align: middle !important;
}
#addon-contents-8.family .stage-1,
#addon-contents-9.family .stage-1,
#addon-contents-10.family .stage-1,
#addon-contents-11.family .stage-1 {
	text-align: center;
}
.subcircle {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 50px !important;
	background-color: #fff;
	border: 4px double #aaa;
	color: #333;
	border-radius: 100%;
	font-size: 1rem;
	font-weight: 500;
}

.sgtable th,.sgtable td {
	padding: 1rem 1rem !important;
	font-size: .8rem;
	text-align: center;
	background-color: #fff;
	border-bottom: 10px solid rgba(239,239,239,1);
}
.sgtable th {
	font-weight: 600;
	background-color: #274f83;
	font-size: 1.1rem;
	color: #fff;
}
.sgtable td.leftalign {
	text-align: left;
	font-weight: 300;
	font-size: 1.1rem;
}
.sgtable td.lefttitle {
	font-size: 1.1rem;
	color: #000;
}
.sgtable td.leader {
	vertical-align: middle;
	padding: 1rem 0rem !important;
	font-weight: 500;
}
.sgtable td.leader div{
	vertical-align: middle;
	display: table-cell;
	height: 140px;
	font-size: 1rem;
}
.sgtable .leader span {
	font-weight: 500;
}
.sgtable .leader img {
	max-width: 140px;
	float: left;
	margin-right: 15px;
}

@media (max-width: 1100px) {
	.sgtable .leader img {
		max-width: 70px;
		float: none;
		margin: 0 0 10px 0;
	}
	.sgtable td.leader div{
		display: block;
		height: auto;
	}
	.sgtable th,.sgtable td {
		padding: 1rem .3rem !important;
	}
	#addon-contents-5.vision [class^="stage-"] {
		position: relative;
		/* border: 1px solid #ccc; */
		border-radius: 50%;
		width: 180px;
		height: 180px;
		text-align: center;
		margin-left: 0px;
		margin: 0 auto;
	}
	#addon-contents-5.vision [class^="stage-"] div {
		width: 180px; height: 180px; line-height: 155px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#addon-contents-6.study {
	margin-bottom: 50px;
}
#addon-contents-7.study .stage-2 {
	padding-right: 30px;
}

#sub-page .serve .img-full img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
#sub-page .serve .common-width {
	text-align: center;
	/* display: flex !important; */
	/* justify-content: center; */
	align-items: center;
}
.servebox {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	text-align: left;
}
#sub-page #addon-contents-1.serve .common-width {
	justify-content: flex-start;
}
#sub-page .serve .common-width li {

	margin: 0 !important;
}

#addon-contents-2.offering .more span {
	font-size: 1rem;
	background-color: #4796ce;
}
#addon-contents-2.offering .more span:hover {
	background-color: #274f83;
}
#addon-contents-4.offering img {
	margin-bottom: 20px;
}

#addon-contents-13.greeting p {
	text-align: center !important;
}
.visiondetail {
	font-size: 16px;
}

@media(max-width:680px){
	#addon-contents-8.family .stage-3,
	#addon-contents-9.family .stage-3,
	#addon-contents-10.family .stage-3,
	#addon-contents-11.family .stage-3 {
		padding: 0 15px;
	}
	#addon-contents-8.family .stage-3 span,
	#addon-contents-9.family .stage-3 span,
	#addon-contents-10.family .stage-3 span,
	#addon-contents-11.family .stage-3 span {
		font-size: 14px !important;
	}
}


.celltable {
	width: 100%;
}
.celltable .h1, .celltable .h2, .celltable .h3 {
	padding: 1rem 1rem;
	font-size: 1.1rem;
}
.tbtop {
	background-color: #274f83;
}
.tbtop div {
	color: #fff;
	font-weight: 700;
}
.tbtop,.tbbox {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}
.celltable .h1 {
	width: 15%;
}
.celltable .h2 {
	width: 25%;
}
.celltable .h3 {
	width: 60%;
}
.tbbox .h2 {
	display: flex;
	align-items: center;
	text-align: left;
}
.tbbox .h2 span {
	font-weight: 500;
}
.tbbox .h3 {
	text-align: left;
	color: #888;
	font-weight: 300;
}
.celltable .h2 img {
	width: 40%;
	margin-right: 20px;
}
.celltable .tbbox {
	background-color: #fff;
	margin: 10px 0;
}
.celltable .tbbox .h1 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #274f83;
}

@media (max-width:680px){
	.tbtop {
		display: none;
	}
	.celltable .h1,
	.celltable .h2 ,
	.celltable .h3 {
		width: 100%;
	}
	.tbbox {
		display: block;
	}
	.celltable .h2 img {
		width: 50%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.tbbox .h2 {
		display: block;
		text-align: center;
	}
	.celltable .tbbox .h1 {
		font-size: 1.5rem;
	}
	.tbbox .h3 {
		text-align: center;
	}
	#addon-contents-7.study .stage-2,
	#addon-contents-8.study .stage-2,
	#addon-contents-9.study .stage-2,
	#addon-contents-10.study .stage-2,
	#addon-contents-11.study .stage-2,
	#addon-contents-12.study .stage-2,
	#addon-contents-13.study .stage-2   {
		padding-right: 0;
		padding: 0 10px;
	}
	#addon-contents-7.study .stage-2 span,
	#addon-contents-8.study .stage-2 span,
	#addon-contents-9.study .stage-2 span,
	#addon-contents-10.study .stage-2 span,
	#addon-contents-11.study .stage-2 span,
	#addon-contents-12.study .stage-2 span,
	#addon-contents-13.study .stage-2 span {
		font-size: 14px !important;
	}
	#addon-contents-7.study .stage-2 p:first-child span,
	#addon-contents-8.study .stage-2 p:first-child span,
	#addon-contents-9.study .stage-2 p:first-child span,
	#addon-contents-10.study .stage-2 p:first-child span,
	#addon-contents-11.study .stage-2 p:first-child span,
	#addon-contents-12.study .stage-2 p:first-child span,
	#addon-contents-13.study .stage-2 p:first-child span {
		font-size: 19px !important;
	}
	#addon-contents-7.study .stage-3,
	#addon-contents-8.study .stage-3,
	#addon-contents-9.study .stage-3,
	#addon-contents-10.study .stage-3,
	#addon-contents-11.study .stage-3,
	#addon-contents-12.study .stage-3,
	#addon-contents-13.study .stage-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#addon-contents-4.offering span {
		font-size: 15px !important;
	}
	#addon-contents-4.offering [align^="center"] b {
		font-size: 22px !important;
	}
	#addon-contents-4.offering {
		padding-bottom: 50px !important;
	}
	#addon-contents-7.offering {
		padding: 50px 0 !important;
		margin-bottom: 20px;
	}
	#addon-contents-1.serve .stage-2 p:last-child span {
		font-size: 13px !important;
	}
	#addon-contents-2.serve .stage-1,
	#addon-contents-2.serve .stage-2,
	#addon-contents-4.serve .stage-1,
	#addon-contents-4.serve .stage-2,
	#addon-contents-7.serve .stage-1,
	#addon-contents-7.serve .stage-2 {
		padding-bottom: 50px;
	}
}

#sub-page .serve img {
	border: 2px solid #fafafa;
	border-radius: 50%;
}
#addon-contents-1.serve .common-width {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 90px;
}
#addon-contents-3.serve .common-width {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 90px;
}


.subcenter {text-align:center;}
.subicon {font-size: 40px;}
.subchurchname {font-size: 18px; color: #ccc; font-weight: 300; letter-spacing: 2px;}
.subtxt {font-size: 18px; font-weight: 300; color: #292929;}
.subtxt2 {font-size: 16.5px; font-weight: 300; color: #292929;padding-left: 30px;}
.f400 {font-weight: 400;}
.bigcolortxt {font-size: 30px; font-weight: 500; color: #e42754;}
.subcolortxt {font-size: 15px; font-weight: 300; color: #aaa;}
.subbig {font-size: 25px; font-weight: 500;}
.smallcolortxt {font-size: 25px; font-weight: 400; color: #1d5890;margin-top:20px;}
.subtxt a {
	padding: .3rem 1.5rem; background-color: #1d5890; border-radius: 20px; color: #fff; font-weight: 300;
}
@media (max-width: 680px) {
	.subtxt2 {padding-left: 10px;padding-right: 10px;}
	.subtxt a  {margin-bottom: 20px;}
	.subchurchname {font-size: 16px;}
	.subtxt {font-size: 16px;}
	.subtxt2 {font-size: 15px;}
	.bigcolortxt {font-size: 20px;}
	.subcolortxt {font-size: 13px;}
	.subbig {font-size: 20px;}
	.smallcolortxt {font-size: 20px;}

}


#addon-contents-3.next .inner-text,
#addon-contents-4.next .inner-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15pt;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#addon-contents-3.next .inner-text:hover,
#addon-contents-4.next .inner-text:hover {
	background-color:rgba(0,0,0,0) !important;
	/* zoom: 1.2; */
	text-shadow: 0 0 30px rgba(0,0,0,1);
}
#addon-contents-2.next .common-width,
#addon-contents-7.abouthousechurch .common-width {
	border-radius: 40px;
	overflow: hidden;
}

#addon-contents-9.abouthousechurch  [class^='stage-'],
#addon-contents-10.abouthousechurch  [class^='stage-'] {
	border: 1px solid #afc1d6;
	padding: 20px 0;
	border-radius: 10px;
}

/* .index #addon-contents-7 .common-width {
  text-align: center;
} */
.index #addon-contents-11 img {
	max-width: 300px;

}

.index #addon-contents-11 div .more a {
	background-color: #2584d5;
	color: #fff;
}
.index #addon-contents-11 div .more {
	padding: 0 30px;
	height: 35px;
	line-height: 35px;
}
#addon-contents-13 > ul > li * {
	word-break: break-all !important;
}

@media( max-width:680px) {
	#addon-contents-2.offering .right {
		padding-top: 50px !important;
	}
	#addon-contents-3.offering {
		display: none;
	}
	#addon-contents-4.offering {
		padding-top: 50px !important;
	}
	#addon-contents-5.offering .resize-font {
		font-size: 15px !important;
	}
	#addon-contents-5.offering [class^='stage'] b.resize-font {
		font-size: 20px !important;
		margin-top: 20px!important;
	}
	#addon-contents-3.next {
		font-size: 20px;
	}
}

.stafftitle {
	font-size: 19pt;
	margin-bottom: 30px;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: left;
	letter-spacing: -1px;
	margin-top: 70px;
}
.stafftitle:first-child {
	margin-top: 30px;
}
.stafftitle::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 30px;
	vertical-align: middle;
	margin-top: -5px;
	background-color: rgb(96, 147, 206);
}
.staffbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#sub-page .serve .common-width .staffbox li {
	width: 32%;
	border: 1px solid #eee;
	text-align: center;
	margin-right: 10px !important;
	margin-bottom: 15px !important;
}
#sub-page .serve .common-width .staffbox li:nth-child(3) {
	margin-right: 0;
}
.stafftop {
	background-color: #eee;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: #222;
	font-size: 18px;
}
.staffimgarea {
	padding: 35px 0 30px;
}
.staffimgarea img {
	max-width: 150px;
}
.stafftxtarea {
	font-size: 17px;
	font-weight: 400;
	margin-top: 30px;
	color: #555;
}
.stafftxtarea span {
	font-size: 22px;
	font-weight: 600;
	color: #222;
}
.stafftxtarea a {
	font-size: 15px;
}
.stafftxtarea a:hover {
	color: #f55959;
}
@media(max-width: 680px) {
	#sub-page .serve .common-width .staffbox li {
		width: 100%;
		border: 1px solid #eee;
		text-align: center;
		margin-right: 10px !important;
		margin-bottom: 15px !important;
	}
}
