@charset "utf-8";
/*
--------User Custom CSS---------------------------------*/
.slide-container {
  min-height: 380px;
	clear: both;
  position: relative;
	display: block;
}
.caption-center {position:absolute;top:60%;left:50%;margin-left:-25%;background:none;color:#555;padding:5px;width:50%;text-align:center;}
.btn-camera {color:#fff;border-color:#fff} /* 버튼 컬러 */
.btn-camera {display: inline-block;padding:10px 20px;margin-top:10px;border:2px solid}
.btn-camera:hover {font-weight:bold}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* aside */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-unstyled {
    padding-left: 20px;
    list-style: none;
}
#content .aside {position:relative;display: block;}
#content .aside .aside-title {margin-top:0;font-size:16px;}
#content {padding:0 0 40px;}
#content .sub_nav a {color:#666;}
#content .sub_nav a.list-group-item {margin-bottom:0;border:0;border-bottom:1px solid #eee;border-radius:0;}
#content .sub_nav a.list-group-item:hover,#content .sub_nav a.list-group-item:focus{background:none;}
#content .sub_nav a.list-group-item:last-child,
#content .sub_nav a.list-group-item:first-child {border-radius:0;}
#content .sub_nav li {position:relative;}
#content .sub_nav .fa-chevron-circle-right {position:absolute;right:14px;top:14px;color:#d2d2d2;z-index:1;}
#content .sub_nav ul ul li a {padding-left:25px;background-color: #fafafa}

#content .fullsub-area {border-bottom:1px solid #eee}
#content .fullsub{margin:14px 10px 0 10px;}
#content .fullsub-icon {float:left;margin-top:7px;margin-right:10px;margin-left:5px;font-size:14px;}
#content .fullsub_nav li a:hover,#content .fullsub_nav li.on a{color:#fff !important;border-radius:0;}
#content .fullsub_nav li{margin-left: 0}
#content .fullsub_nav li a{padding: 12px 20px;color:#666;font-size:12px}

/* tab */
.main-tabs {font-size:12px;border:1px solid #ddd;}
.main-tabs .tab-content {padding:15px;background-color:#fff;}
.main-tabs .nav-tabs > li > a{font-size:14px;color:#666;border-color:#ddd;border-left:1px solid;border-bottom:1px solid;border-radius:0;}
.main-tabs .nav-tabs > li > a{border-color:#ddd;border-bottom-color:#ddd}
.main-tabs .nav-tabs > li:first-child > a{border-left:0;}
.main-tabs .nav-tabs.nav-justified>.active>a, 
.main-tabs .nav-tabs.nav-justified>.active>a:hover, 
.main-tabs .nav-tabs.nav-justified>.active>a:focus {background-color:#fff;border-top:0;border-right:0;}
.main-tabs .nav-tabs.nav-justified> li:first-child > a:hover{border-left:0;}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 섹션 여백
------------------------------------*/
.section2 {padding-top: 40px; padding-bottom: 20px}
#content h4 {
    color: #555;
    font-size: 16px;
}
.title-line-b {
    margin: 20px 0;
    width: 50px;
    height: 1px;
    background-color: #999;
}
.guide {
		width : 100%;
    padding-top: 40px;
		margin: 0 auto;
}

.guide li {
    position: relative;
    float: left;
    width: 314px;
    min-height: 140px;
    padding: 0 0 0 70px;
    margin: 0 0 30px 0
}
.guide h2 {
    padding: 7px 24px 13px 0;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    color: #333
}
.guide p {
    padding: 0 24px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #888
}
.guide .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #555;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #efefef
}
.guide .ico:hover,
.guide .ico:active,
.guide .ico:focus {
    background-color: #cda25a
}
.guide p a {
    color: #444
}
.guide p a:hover,
.guide p a:active,
.guide p a:focus {
    color: #cda25a;
    border-bottom: 1px solid #cda25a
}


/* kso_button 
-----------------------------------------------------------------*/
.btn-ch2ch {
	display: inline-block;position: relative;margin: 0;width: auto;padding: 8px 20px 8px;
	font-size: 12px;font-weight: 400;text-transform: uppercase;text-decoration: none;text-align: center;
	border: none;outline: none;cursor: pointer;
	color: #333;background: #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}
.btn-ch2ch.btn-small {
	padding: 6px 12px 6px;font-size: 11px;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
}
.btn-ch2ch.btn-large {
	padding: 14px 30px 14px;font-size: 16px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
.btn-ch2ch-default{color:#333;background-color:#eee;}
.btn-ch2ch-default:hover{color:#fff;background-color:#111;}

.btn-ch2ch.sub_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    background: #ad955e;
    color: #fff;
    margin-bottom: 10px;
}
/* etc (기타)
------------------------------------*/
/* title styling */
.deco-line {margin-bottom:10px;border-bottom:1px solid #ddd;color:#888;font-weight:bold;}
.deco-line span {display:inline-block;padding-bottom:10px;margin-bottom:-1px;border-bottom:1px solid;}
.division-line {height:1px;background-color:#ddd;}


/* popup */
#sn_popup { position:absolute; z-index:100; top:0px; left:0px;}
#sn_popup .loginLayer{ position:absolute; padding:20px; border:2px solid #737373; margin:0; background:#fff;}
#sn_popup .loginLayer a{ text-decoration:none; color:#666666; text-align:right;}
#sn_popup .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url(../img/buttonCloseX.gif) no-repeat center center;}
#sn_popup .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

#sn_popup2 { position:absolute; z-index:100; top:0px; left:0px;}
#sn_popup2 .loginLayer{ position:absolute; padding:20px; border:2px solid #737373; margin:0; background:#fff;}
#sn_popup2 .loginLayer a{ text-decoration:none; color:#666666; text-align:right;}
#sn_popup2 .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url(../img/buttonCloseX.gif) no-repeat center center;}
#sn_popup2 .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

#sn_popup3 { position:absolute; z-index:100; top:0px; left:0px;}
#sn_popup3 .loginLayer{ position:absolute; padding:20px; border:2px solid #737373; margin:0; background:#fff;}
#sn_popup3 .loginLayer a{ text-decoration:none; color:#666666; text-align:right;}
#sn_popup3 .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url(../img/buttonCloseX.gif) no-repeat center center;}
#sn_popup3 .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

/* 추가 CSS
------------------------------------*/
/*아이콘*/
.ico {background:url(../img/onr.png) no-repeat 0 0;display:block;text-indent:-9999px;overflow:hidden;}
.ico.arrow3 { width: 20px; height: 20px; background-position: -50px -700px; }
.ico.arrow2 { width: 8px; height: 11px; background-position:  -450px -700px; }
.ico.arrow { width: 18px; height: 18px; background-position: -450px -650px; }
.ico.tit { width: 22px; height: 24px; background-position: -450px -598px; }
.prkico {width: 57px;height: 57px;background-position: -820px -100px;}
.ico-addr {width: 57px;height: 57px;background-position: -820px -200px;}
.ico-bus { width: 57px; height: 57px; background-position: -750px -100px; }
.ico-subway { width: 57px; height: 57px; background-position: -750px -200px; }
.ico-shuttle { width: 57px; height: 57px; background-position: -750px -300px; }
.moksa-tweet { width: 20px; height: 17px; background-position: 0px -750px; float: left; }
.schmag {width: 22px;height: 22px;background-position: -300px -150px;}
.vdlist {width: 30px;height: 24px;background-position: -350px -150px;}
.vdmemo {width: 33px;height: 34px;background-position: -400px -200px;}
.vdwopen {width: 33px;height: 34px;background-position: -450px -150px;}
.vdtw {width: 34px;height: 34px;background-position: -500px -150px;}
.vdfb {width: 34px;height: 34px;background-position: -550px -150px;}
.vdlink {width: 34px;height: 34px;background-position: -600px -150px;}
.vdvote {width: 34px;height: 34px;background-position: -650px -150px;}
.vdtw:hover {width: 34px;height: 34px;background-position: -500px -200px;}
.vdfb:hover {width: 34px;height: 34px;background-position: -550px -200px;}
.vdlink:hover {width: 34px;height: 34px;background-position: -600px -200px;}
.vdvote:hover {width: 34px;height: 34px;background-position: -650px -200px;}
.vddate {width: 18px;height: 18px;background-position: -200px -200px;}
.vdtch {width: 18px;height: 18px;background-position: -250px -200px;}
.vdbib {width: 18px;height: 18px;background-position: -300px -200px;}
.vdvideo {width: 18px;height: 18px;background-position: -350px -200px;}
.vdbib2 {width: 21px;height: 25px;background-position: -200px -250px;}
.vdfaq {width: 23px;height: 21px;background-position: -250px -250px;}
.vdfaqmore {width: 10px;height: 21px;background-position: -300px -250px;}
.ttover {width: 15px;height: 8px;background-position: -350px -250px;}
.pumail {width: 35px;height: 35px;background-position: -400px -250px;}
.puprt {width: 35px;height: 35px;background-position: -450px -250px;}
.puclose {width: 20px;height: 20px;background-position: -500px -250px;}
.facility .tab_head li.header-tab-1 a { background-position: -200px -300px; }
.facility .tab_head li.header-tab-2 a { background-position: -200px -400px; }
.facility .tab_head li.header-tab-3 a { background-position: -200px -500px; }
.facility .tab_head li.header-tab-4 a { background-position: -200px -600px; }
.facility .tab_head li.header-tab-1.ui-tabs-active a { background-position: 0px -300px; }
.facility .tab_head li.header-tab-2.ui-tabs-active a { background-position: 0px -400px; }
.facility .tab_head li.header-tab-3.ui-tabs-active a { background-position: 0px -500px; }
.facility .tab_head li.header-tab-4.ui-tabs-active a { background-position: 0px -600px; }
.month { width: 151px; height: 150px; background-position: -750px -400px; }
.info-campus-church { width: 240px; height: 80px; background-position: -750px -600px; text-indent: 0px; padding: 17px 0px 0px 70px; }
.vision-church { width: 36px; height: 36px; background-position: -450px -500px; }
.cgntv { width: 36px; height: 36px; background-position: -500px -500px; }
.vision-village { width: 36px; height: 36px; background-position: -550px -500px; }
.vision-join { width: 36px; height: 36px; background-position: -600px -500px; }
.bracket-top { width: auto; height: 39px; margin: 0 auto; }
.ico.community { width: 16px; height: 16px; background-position: -600px -600px; }
.lm_bdst .btnplay.b01:hover .msvd {width: 21px;height: 20px;background-position: -300px 0;}
.lm_bdst .btnplay.b02:hover .msvd2 {width: 21px;height: 20px;background-position: -300px 0;}
#kso-timeline{font-family:'나눔고딕',NanumGothic,ng}
h2.tl-date {margin-top:0;color:#333}
h2.visible-xs {margin-top:0}
.timeline {list-style: none;padding: 20px 0 20px;position: relative}
.timeline:before {top: 0;bottom: 0;position: absolute;content: " ";width: 3px;background-color: #eeeeee;left: 50%;margin-left: -1.5px}
.timeline > li {margin-bottom: 20px;position: relative}
.timeline > li:before,.timeline > li:after {content: " ";display: table}
.timeline > li:after {clear: both}
.timeline > li > .timeline-panel {position: relative;float: left;padding: 20px;width: 46%;background-color:#f8f8f8;border: 1px solid #d4d4d4;border-radius: 3px}

.timeline > li > .timeline-panel:before {
	position: absolute;content: " ";display: inline-block;
	top: 26px;right: -15px;
	border-top: 15px solid transparent;
	border-left: 15px solid #c5c5c5;
	border-right: 0 solid #c5c5c5;
	border-bottom: 15px solid transparent;
}
.timeline > li > .timeline-panel:after {
	position: absolute;content: " ";	display: inline-block;
	top: 27px;right: -14px;
	border-top: 14px solid transparent;
	border-left: 14px solid #f8f8f8;
	border-right: 0 solid #f8f8f8;
	border-bottom: 14px solid transparent;
}
.timeline > li > .timeline-badge {
	position: absolute;top: 16px;left: 50%;	
	width: 50px;	height: 50px;
	margin-left: -25px;line-height: 50px;
	font-size: 1.4em;	text-align: center;	
	color: #ccc;background-color: #fff;border:3px solid #ccc;
	z-index: 10;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {float: right}
.timeline > li.timeline-inverted > .timeline-panel:before {border-left-width: 0;border-right-width: 15px;left: -15px;right: auto}
.timeline > li.timeline-inverted > .timeline-panel:after {border-left-width: 0;border-right-width: 14px;left: -14px;right: auto}

#kso-timeline .timeline > li > .tl-date {position:absolute;top:24px}
#kso-timeline .timeline > li.timeline-default > .tl-date {left:50%;margin-left:40px;}
#kso-timeline .timeline > li.timeline-inverted > .tl-date {right:50%;margin-right:40px;}

.timeline-title {margin-top: 0;color: inherit;}
.timeline-body > p,
.timeline-body > ul {margin-bottom: 0}
.timeline-body > p + p {margin-top: 5px}
.timeline-body > p > span {margin:5px 10px}
.timeline-body > p > span.pull-right {margin-right:0}
.timeline-body > p > span.pull-left {margin-left:0}

@media (max-width: 767px) {
    ul.timeline:before {left: 40px}
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {left: 15px;margin-left: 0;top: 16px}
    ul.timeline > li > .timeline-panel {float: right}
	ul.timeline > li > .timeline-panel:before {border-left-width: 0;border-right-width: 15px;left: -15px;right: auto}
	ul.timeline > li > .timeline-panel:after {border-left-width: 0;border-right-width: 14px;left: -14px;right: auto}
}

/*연혁*/
.history_box {margin-bottom:34px;padding:25px 23px;font-size:13px !important;line-height:1.3em;border-top:1px solid #dcdddd;}
.history{padding:30px 0 30px 155px; background:url('../img/bg_line02.gif') 0 bottom repeat-x;}
.history strong{float:left;display:block; margin-left:-145px;background:url('../img/bg_line01.gif') 3px 0 no-repeat;background-size:42px 2px;font-size:40px; font-weight:normal; line-height:110%;color:#434343;}
.history dl{padding-left:90px;line-height:30px;font-size:14px;}
.history dt{float:left; margin-left:-90px;}

/* worship */
.tbl_worship {width:100%;margin-top:5px;}
.tbl_worship td {padding:7px 0 7px 20px;border-bottom:1px solid #e3e3e3;font-size:14px;color:#303030;line-height:160%;letter-spacing:-0.05em;}
.tbl_worship td br {letter-spacing:normal;}
.tbl_worship td .comm {font-size:13px;color:#3a709c;line-height:160%;letter-spacing:-0.05em;}
.tbl_worship .first_child th, .tbl_worship .first_child td {border-top:3px solid #063873;}
.tbl_worship th {border-bottom:1px solid #e3e3e3;font-size:14px;color:#303030;letter-spacing:-0.5px;}
.tbl_worship .w_category {border-bottom:1px solid #e3e3e3;padding-left:15px;background:#ececec;font-size:14px;color:#303030;letter-spacing:-0.5px;text-align:left;}
.tbl_worship .title {border-bottom:1px solid #e3e3e3;padding-left:15px;background:#ececec;font-size:14px;color:#303030;letter-spacing:-0.5px;text-align:center;}
.tbl_worship th.time {padding-left:0;background:#ececec;font-weight:bold;text-align:center;}
.tbl_worship th.time02 {padding-left:20px;font-weight:bold;text-align:left;}
.tbl_worship th.category {padding-left:17px;background:#ececec;text-align:left;}
.tbl_worship th.category .term {margin-left:3px;padding-left:10px;background:url('../img/bullet/bullet_bar02.gif') no-repeat left 2px;font-size:12px;font-weight:normal;}
.tbl_worship th.sub_category {padding-left:17px;background:#ececec;font-size:12px;font-weight:normal;text-align:left;}
.tbl_worship td.place {width:130px;padding-left:8px;background:#ececec;text-align:left;}
.tbl_worship td.place img {width:10px;}
.tbl_worship td.txt {width:130px;padding-left:8px;text-align:left;font-size:13px;border-right:1px solid #fff;}
.tbl_worship td.centertxt {padding-left:2px;text-align:left;font-size:12px;border-right:1px solid #ececec;}
.tbl_worship td.righttxt {padding-left:2px;text-align:left;font-size:12px;border-right:1px solid #fff;}
.tbl_worship td.noline_r {border-right:1px solid #fff;}
.tbl_worship td.guide {padding-left:5px;}
.tbl_worship td .stit {padding-left:22px;background:url('../img/bullet/bullet_arrow02.gif') no-repeat left 4px;}
.tbl_worship td .txt-info {margin-left:23px;font-size:12px;}
.tbl_worship td .respon {margin-right:13px;padding-right:19px;background:url('../img/bullet/bullet_bar02.gif') no-repeat right 5px;}
.tbl_worship td .respon02 {display:inline-block;width:123px;margin-right:13px;padding-right:19px;background:url('../img/bullet/bullet_bar02.gif') no-repeat right 5px;}
.tbl_worship td .assem {margin-right:8px;padding-right:15px;background:url('../img/bullet/bullet_bar02.gif') no-repeat right 5px;}
.tbl_worship td .time_info {margin-right:40px;}
.tbl_worship td .txt_newfam {padding-left:19px;background:url('../img/bullet/bullet_arrow02.gif') no-repeat left 4px;font-size:12px;}
.tbl_worship th.line, .tbl_worship td.line {border-right:1px solid #e3e3e3;}
.tbl_worship td.youth_respon {font-size:12px;}
.tbl_worship td.youth_respon em {font-size:14px;font-weight:bold;}
.tbl_worship td.sfont {font-size:12px;}
.tbl_worship td .txt_eng_info {padding-left:65px;text-indent:-65px;}
/* 차량운행안내 */
.sub_box1 {width:48%;border:0px solid #e0e0e0;margin:0 19px 9px 0;float:left}
.sub_box2 {width:48%;border:0px solid #e0e0e0;margin:0 0 9px 0;float:left}
.tbl_cartime {width:100%;margin-top:5px;}
.tbl_cartime td {padding:7px 0 7px 20px;border-bottom:1px solid #e3e3e3;font-size:13px;color:#303030;line-height:140%;letter-spacing:-0.05em;}
.tbl_cartime td br {letter-spacing:normal;}
.tbl_cartime td .comm {font-size:13px;color:#3a709c;line-height:160%;letter-spacing:-0.05em;}
.tbl_cartime .first_child th, .tbl_cartime .first_child td {border-top:3px solid #063873;}
.tbl_cartime th {border-bottom:1px solid #e3e3e3;font-size:13px;color:#303030;letter-spacing:-0.5px;}
.tbl_cartime .w_category {width:25%;border-bottom:1px solid #e3e3e3;padding-left:15px;background:#ececec;font-size:14px;color:#303030;letter-spacing:-0.5px;text-align:left;}
.tbl_cartime .w_category_2 {width:25%;border-bottom:1px solid #e3e3e3;padding-left:15px;background:#9BCCD5;font-size:14px;color:#303030;letter-spacing:-0.5px;text-align:left;}
.tbl_cartime th.time {padding-left:0;background:#ececec;font-weight:bold;text-align:center;}
.tbl_cartime th.time02 {padding-left:20px;font-weight:bold;text-align:left;}
.tbl_cartime th.category {padding-left:17px;background:#ececec;text-align:left;}
.tbl_cartime th.category .term {margin-left:3px;padding-left:10px;background:url('../images/bullet/bullet_bar02.gif') no-repeat left 2px;font-size:12px;font-weight:normal;}
.tbl_cartime th.sub_category {padding-left:17px;background:#ececec;font-size:12px;font-weight:normal;text-align:left;}
.tbl_cartime td.place {width:130px;padding-left:8px;background:#ececec;text-align:left;}
.tbl_cartime td.place img {width:10px;}
.tbl_cartime td.guide {padding-left:5px;}
.tbl_cartime td .stit {padding-left:22px;background:url('../images/bullet/bullet_arrow02.gif') no-repeat left 4px;}
.tbl_cartime td .txt-info {margin-left:23px;font-size:12px;}
.tbl_cartime td .respon {margin-right:13px;padding-right:19px;background:url('../images/bullet/bullet_bar02.gif') no-repeat right 5px;}
.tbl_cartime td .respon02 {display:inline-block;width:123px;margin-right:13px;padding-right:19px;background:url('/images/bullet/bullet_bar02.gif') no-repeat right 5px;}
.tbl_cartime td .assem {margin-right:8px;padding-right:15px;background:url('../images/bullet/bullet_bar02.gif') no-repeat right 5px;}
.tbl_cartime td .time_info {margin-right:40px;}
.tbl_cartime td .txt_newfam {padding-left:19px;background:url('../images/bullet/bullet_arrow02.gif') no-repeat left 4px;font-size:12px;}
.tbl_cartime th.line, .tbl_cartime td.line {border-right:0px solid #e3e3e3;}
.tbl_cartime td.sfont {font-size:12px;}
.tbl_cartime td .txt_eng_info {padding-left:65px;text-indent:-65px;}
/* 찾아오시는길 */
.prk {padding: 1.2%;}
.prk .tabprk { padding: 1.8%; background: #fff;border: 1px solid #dededc;border-radius: 5px; }
.prk2 {overflow: hidden;padding-bottom: 20px; margin-top: 10px; padding: 1.2%; }
.prk2 .ll {width: 99.9%; position: relative; margin-bottom: 24px; }
.prk2 .rr {width: 99.9%; position: relative;}
.prk2_box {background: #fff;border: 1px solid #dededc;border-radius: 3px;padding: 22px 30px;margin-left: 55px;}
.prk2_box h3 {font-size: 18px;font-weight: bold;padding-bottom: 20px; border-bottom: 1px solid #ececeb; }
.sub02-04-03 .prk2 { padding: 0px; }
.prk2.col2 .rr,
.prk2.col2 .ll {
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}
.prk2.col2 .ll { margin-right: 18px; }
.prk2.col2 .rr .prk2_lst li:first-child { padding-top: 0px; }
.prk2.col2 .rr .prk2_lst { margin-bottom: 20px; }
.prk2.col2 .prk2_lst li { padding: 15px 0px 0px 10px; background-position: 0px 24px; line-height: 1.4; }

.prk2_lst { overflow: hidden; }
.prk2_lst li { padding: 18px 0 12px 10px; font-size:15px;list-style-type: square; list-style-position: inside;}
.prk2_lst li p { padding-left: 14px; margin-top: 6px; line-height: 2; }
.prk2_box strong {font-weight: bold;}
.prk2_box > strong {font-weight: bold;padding-bottom: 10px;display: block;}
.sub02-04-01 .prk2_lst li p, .sub02-04-02 .prk2_lst li p { line-height: 1.8; }

/*오시는길 셔틀버스 글자*/
.sub02-04-01 .prk2_lst.sty1 li span, .sub02-04-01 .prk2_lst.sty1 li .row.sty1 span { display: block; text-indent: -8px; margin-left: 8px; }
.prk2 .ico {position: absolute;top:10px;left:0;}
.prk2 .icon-arrow-right { color: #0054a6; }
.prk2_box .row {
	margin-bottom: 17px;
	line-height: 1.4;
}
.prk2_box .row.sty1 { margin-top: 3px; line-height: 1.6; margin-bottom: 3px; }
.prk2_box .row.sty1 .col2 { margin: 0px; }
.prk2_box .row .col4 {
	width: 30%;
}
.prk2_box .col4.date {
	width: 8.5%;
	padding-left: 12px;
	background: url(../img/icons-small.png) -50px -93px no-repeat;
}
.prk2_box .description {
	margin-left: 23px;
	margin-top: 9px;
	line-height: 1.4;
}
.information .place {font-size:15px;font-weight: bold;}

.commit {margin-top:20px;}

.chvision_title1 {font-family: "돋음",ngBold;font-size:15px;font-weight: bold;color:#85a22e;}
.chvision_title2 {font-family: "돋음",ngBold;font-size:15px;font-weight: bold;color:#995f95;}

/*테이블*/
.table_01 {color:#666666;  font-size:14px; text-decoration:none; line-height:18px; border-top: solid 2px #5c8aa4;}
.table_01 th { border-right:solid 1px #888; border-bottom:solid 1px #888; color:#666; font-size:16px; vertical-align:middle; background:#deebf2; text-align:center; height:39px;} 
.table_01 th.th_left {border-right:none; border-bottom:solid 1px #888; vertical-align:middle; } 
.table_01 th.line_none {border-right:none; border-left:none;} 
.table_01 th.top_td {border-top:solid 1px #888;} 
.table_01 th.left_td {border-left:solid 1px #888;} 
.table_01 th.left_td2 {text-align:center;} 
.table_01 th.right_td {border-right:solid 0px #888;} 
.table_01 td.bottom {border-bottom:solid 2px #888;} 
.table_01 td.bottom2 {border-bottom:solid 2px #888;border-right:none;} 

.table_01 td {border-bottom:solid 1px #888; border-right:solid 1px #888; text-align: center; padding:13px 12px;}  
.table_01 td.line_none {border-right:none; border-left:none;} 
.table_01 td.right_t  {text-align:left; padding:6px 12px;}
.table_01 td.left_td  {border-left:solid 1px #888;}
.table_01 td.left_td2  {text-align:center;}
.table_01 td.left_td3  {text-align:left;}
.table_01 td.right_td {border-right:none;}
.table_01 td.right_td2 {border-right:none; border-bottom:solid 2px #888;}
.table_01 td.right_td3 {border-right:none; text-align:left;}
.table_01 td.bg {background-color:#f3f3f3; font-weight:bold; border-bottom:solid 2px #888;}
.table_01 td.bg2 {background-color:#f3f3f3; font-weight:bold;}
.table_01 td.bold {font-weight:bold; background-color:#f3f3f3;}

/*예배 배경*/
/* li 왼쪽정렬 */
.ul li{ margin:0px; padding:0px; list-style:none; line-height:160%; vertical-align: middle; float:left;} 
/* li 오른쪽 정렬 */
.ur li{ margin:0px; padding:0px; list-style:none; line-height:160%; vertical-align: middle; float:right;} 
.orgTable {position:relative; float:left; width:100%;}
.orgTable .circle {position:relative; float:left; width:180px;height:180px; margin-right:70px;;padding-top:70px; text-align:center; color:#fff; letter-spacing:-1.5pt; font-size:22px; background:url(../img/1-4-b.png) center center no-repeat;}
.orgTable .line {position:relative; float:left; width:100%; height:40px; border-bottom:1px solid #ccc; margin-bottom:30px;}
.orgTable .li_none {list-style:none;}

/* popup */
#sn_popup { position:absolute; z-index:100; top:0px; left:0px;}
#sn_popup .loginLayer{ position:absolute; padding:20px; border:2px solid #737373; margin:0; background:#fff;}
#sn_popup .loginLayer a{ text-decoration:none; color:#666666; text-align:right;}
#sn_popup .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url(../img/buttonCloseX.gif) no-repeat center center;}
#sn_popup .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

#sn_popup2 { position:absolute; z-index:100; top:0px; left:0px;}
#sn_popup2 .loginLayer{ position:absolute; padding:20px; border:2px solid #737373; margin:0; background:#fff;}
#sn_popup2 .loginLayer a{ text-decoration:none; color:#666666; text-align:right;}
#sn_popup2 .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url(../img/buttonCloseX.gif) no-repeat center center;}
#sn_popup2 .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

#sn_popup3 { position:absolute; z-index:100; top:0px; left:0px;}
#sn_popup3 .loginLayer{ position:absolute; padding:20px; border:2px solid #737373; margin:0; background:#fff;}
#sn_popup3 .loginLayer a{ text-decoration:none; color:#666666; text-align:right;}
#sn_popup3 .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url(../img/buttonCloseX.gif) no-repeat center center;}
#sn_popup3 .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}