.txtWrite {
	margin-top: 40px;
	font-size: 18px;
	font-family: 'NanumMyeongjo';
	font-weight: 800;
	text-align: right;
}

.subContents {
	overflow: hidden;
	width: 100%;

}
.subContents p {
	color: #666;
}


/* tab style */
ul.tabs{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}
ul.tabs li{
	display: inline-block;
	float: left;
	height: 65px;
	line-height: 65px;
	padding: 0 25px;
	color: #333;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
}

ul.tabs li.current{
	background: #333;
	color: #fff;
}

.tab-content{
	display: none;
	background: #fff;
	margin-top: 40px;
	padding: 0;
}

.tab-content.current{
	display: inherit;
}

h3.h3-tit-sub {
	color: #333;
	font-size: 24px;
	font-family: 'NanumMyeongjo';
	font-weight: 900;
	text-align: left;
}

p.txt_floor {
	padding: 20px 0;
	color: #666;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
}

ul.txt-list li {
	line-height: 1.5em;
	color: #666;
}


/* table-list */
table.tbl-list {
	width: 100%;
	border-top: 2px solid #333;
}

table.tbl-list th {
	height: 60px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}

table.tbl-list td {
	height: 60px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}

table.tbl-list td .txt-point-tit {
	color: #c2911b;
	font-weight: 600;
}
table.tbl-list td .txt-point {
	color: #333;
	font-weight: 600;
}

table.tbl-list td.td-left {
	padding-left: 20px;
}

table.tbl-list td .td-ellipsis {
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	text-align: left; 
}

/* notice - view */
h3.h3-tit-view {		
	padding: 20px 0 0 20px;
	border-top: 2px solid #333;
	color: #333;
	font-size: 18px;
	text-align: left;
}
ul.viewList {
	overflow: hidden;
	width: 100%;
	padding: 15px 0 20px 20px;
	border-bottom: 1px solid #e8e8e8;
}
ul.viewList li {
	float: left;
	width: auto;
	color: #666;
	font-size: 14px;
	text-align: left;
}
ul.viewList li img {
	padding: 0 10px;
}

ul.fileList {
	overflow: hidden;
	width: 100%;
	padding: 10px 15px;
	background: #f5f5f5;
	clear: both;
}
ul.fileList li {
	width: 100%;
	padding: 7px 0 7px 25px;
	color: #666;
	font-size: 14px;
	text-align: left;
	background: url('/image/common/ico_ico_view_file.gif') no-repeat 0 50%;
}
ul.fileList li a:hover {
	text-decoration: underline;
}
.txt_view {
	overflow: hidden;
	padding: 30px 20px 100px;
	color: #666;
	font-size: 14px;
	text-align: left;
}

.view_cont {
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	font-size: 14px;
}
.view_cont .view_cont_prev {
	overflow: hidden;
	display: inline-block;
	padding: 0 30px 0 20px;
	background: url('/image/common/tit_prev.gif') no-repeat 0 40%;
	background-size: 10px 6px;
	color: #999;
}
.view_cont .view_cont_next {
	overflow: hidden;
	display: inline-block;
	padding: 0 30px 0 20px;
	background: url('/image/common/tit_next.gif') no-repeat 0 40%;
	background-size: 10px 6px;
	color: #999;
}

.view_cont a {
	display: inline-block;
	margin-top: -8px;
	color: #666;
	font-size: 14px;
}

.btnListBox {
	overflow: hidden;
	width: 100%;
	clear: both;
}
.btnListBox a.btn_list {
	float: right;
	margin-top: 40px;
	width: 123px;
	line-height: 38px;
	border:1px solid #666;
	color: #666;
	font-size: 14px;
	text-align: center;
}

/* paging */
.paging{text-align:center;overflow:hidden;clear:both; margin-top: 40px;}
.paging li{display:inline-block; margin: 0 2px;}
.paging li a{display:block;border:1px solid #e8e8e8;width:28px;height:28px; font-size: 14px; line-height: 26px; text-align:center; margin:0;}
.paging li a img{margin-top:3px;}
.paging li a:hover{background-color:#333;color:#fff;border:1px solid #333;}
.paging li a.active{background-color:#333;color:#fff;border:1px solid #333;}

/* 찾아오시는길 */
/* tab style */
.tabBox {
	margin-bottom: 40px;
}
.tabBox ul.tabs{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.tabBox ul.tabs li{
	display: inline-block;
	float: left;
	width: 20%;
	height: 48px;
	line-height: 48px;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}

.tabBox ul.tabs li.current{
	background: #333;
	color: #fff;
	font-weight: 500;
}

.tabBox .tab-content{
	display: none;
	background: #fff;
	margin-top: 40px;
	padding: 0;
}

.tabBox .tab-content.current{
	display: inherit;
}


/* 법화 연구소 */
h4.h4-tit-bul {
	overflow: hidden;
	width: 100%;
	padding: 30px 0 20px;
	padding-left: 25px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	background: url('/image/common/bul_square.gif') no-repeat 0 60%;
	letter-spacing: -2px;
}

.develop-txt {
	padding-left: 30px;
}
.develop-txt p {
	padding-bottom: 5px;
	color: #666;
	font-size: 16px;
}

.develop-txt2 {
	color: #666;
	padding: 0 20px 20px;
	line-height: 1.5em;
}

.story-box {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	padding: 40px 30px;
	background: #f5f5f5;
}
.story-box > h3 {
	width: 100%;
	margin: 0 0 10px;
	padding-left: 35px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	background: url('/image/common/bul_story.gif') no-repeat 0 50%;
	letter-spacing: -2px;
}

.story-box p {
	padding-bottom: 10px;
	color: #666;
	font-size: 16px;
}
span.develop-txt-spot {
	display: block;
	color: #a6790c;
	font-size: 16px;
}
.story-box span.story-autograph {
	display: block;
	float: right;
	padding-top: 10px;
	color: #333;
	font-size: 18px;
	font-family: 'NanumMyeongjo';
	font-weight: 900;
}

.story-box-txt {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	background: #f5f5f5;
	border:1px solid #ddd;
	color: #666;
}

.story-box-txt > h3 {
	color: #333;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.story-box-txt > p {
	color: #666;
}

.mapArea {
	clear: both;
	width: 100%;
	height: 400px;
	margin: 20px 0 30px;
	background: #f1f1f1;
}

.btn-map-area {
	float: right;
	width: auto;
	margin-bottom: 10px;
	clear: both;
}

.btn-map-area a {
	cursor: pointer;
}

a.btn-map {
	display: inline-block;
	width: 123px;
	line-height: 38px;
	border:1px solid #666;
	color: #666;
	font-size: 16px;
	text-align: center;
}
a.btn-map:hover {
	display: inline-block;
	width: 123px;
	line-height: 38px;
	border:1px solid #666;
	color: #fff;
	font-size: 16px;
	background: #000;
	text-align: center;
}

.map-gallery-box h3.h3-tit-map {
	width: 100%;
	margin: 30px 0 20px;
	padding-left: 25px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	background: url('/image/common/bul_square.gif') no-repeat 0 50%;
	letter-spacing: -2px;
}

ul.map-gallery-list {
	overflow: hidden;
	width: 100%;
}
ul.map-gallery-list li {
	float: left;
	margin-right: 10px;
}

table.tbl-map {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #000;
}

table.tbl-map th {
	color: #333;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	font-weight: 500;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #e8e8e8;
}

table.tbl-map td {
	color: #666;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
}

.traffic-box {
	width: 100%;
	margin-bottom: 20px;
}
.traffic-box p.traffic-name {
	margin-bottom: 5px;
	padding-left: 25px;
	color: #333;
	font-size: 16px;
	text-align: left;
	background: url('/image/common/ico_traffic.gif') no-repeat 0 50%;
	font-weight: bold;
}
.traffic-box p.traffic-train {
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.traffic-box p.traffic-train > span {
	display: inline-block;
	width: 20px; 
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border-radius: 20px;
}

.traffic-box p.traffic-train > span.train_1 {
	background: #15489c;
}
.traffic-box p.traffic-train > span.train_2 {
	background: #159c19;
}


.traffic-box p.traffic-number {
	color: #666;
	font-size: 16px;
	text-align: left;
}



table.tbl-open {
	width: 100%;
	border-top: 2px solid #333;
	margin-bottom: 20px;
}

table.tbl-open th {
	height: 59px;
	padding-left: 20px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e8e8e8;
	background: #f5f5f5;
}

table.tbl-open td {
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e8e8e8
}




table.tbl-sakyung {
	width: 100%;
	margin: 20px 0 40px; 
	border:1px solid #e8e8e8
}

table.tbl-sakyung th {
	height: 59px;
	padding-left: 20px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e8e8e8;
	background: #f5f5f5;
}

table.tbl-sakyung td {
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e8e8e8
}


ol {
    display: block;
	margin: 0 20px 20px;
    list-style: none;
    overflow: hidden;
}

ol li {
	width: 100%;
	padding: 5px 0;
	color :#666;
}

ul.ojung-txt-spot li {
	padding: 5px 0;
}

p.txt-indent {
	padding: 5px 30px 15px;
}

.txt-spot {
	color: #666;
	font-size: 16px;
}

.develop-box p {
	color: #666;
}


.song-player-box {
	width: 100%;
	margin-bottom: 40px;
}

/* table-media / song */
table.tbl-media {
	display: inline-block;
	float: left;
	width: 100%;
	border-top: 2px solid #333;
}

table.tbl-media tr:hover td,
table.tbl-media tr:hover td span.td-media-tit,
table.tbl-media tr:hover td a,
table.tbl-media tr.active td,
table.tbl-media tr.active td a.song-play,
table.tbl-media tr.active td span.td-media-tit,
table.tbl-media tr.active td span.td-media-tit-eng {
	background: #f9f4e8;
	color: #c2911b;
}

table.tbl-media th {
	height: 60px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}

table.tbl-media td {
	height: 60px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}

table.tbl-media td span.new-list-label {
	display: inline-block;
	width: 50px;
	line-height: 24px;
	text-align: center;
	background: #c2911b;
	color: #fff;
	font-size: 14px;
	border-radius: 50px;
	margin-left: 5px;
}

table.tbl-media tr:hover td span.td-media-tit {
	display: block;
	width: 100%;
	background: url('/image/common/ico_check.gif') no-repeat 20px 50%;
	background-size: 13px 10px;
}


table.tbl-media td span.td-media-tit-eng {
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 50px;
}

table.tbl-media tr:hover td span.td-media-tit-eng {
	display: block;
	width: 100%;
	text-align: left;
	background: url('/image/common/ico_check.gif') no-repeat 20px 50%;
	background-size: 13px 10px;
}

table.tbl-media td a {
	margin: 0 5px;
	color: #666;
}

table.tbl-media tr:hover td a:hover {
	text-decoration: underline;
}

table.tbl-media tr:hover td a.song-play {
	display: inline-block;
	padding-left: 20px;
	background: url('/image/common/ico_play.gif') no-repeat 0 50%;
	background-size: 15px 12px;
}

table.tbl-media tr.active td span.td-media-tit {
	display: block;
	width: 100%;
	background: url('/image/common/ico_check.gif') no-repeat 20px 50%;
	background-size: 13px 10px;
}

table.tbl-media tr.active td a.song-play {
	display: inline-block;
	padding-left: 20px;
	background: url('/image/common/ico_play.gif') no-repeat 0 50%;
	background-size: 15px 12px;
}

table.tbl-media tr.active td span.td-media-tit-eng {
	display: block;
	width: 100%;
	text-align: left;
	background: url('/image/common/ico_check.gif') no-repeat 20px 50%;
	background-size: 13px 10px;
}


table.tbl-media td.td-left {
	padding-left: 20px;
	text-align: left;
}


table.tbl-media td .td-ellipsis {
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.song-txt-scroll {
	overflow-y: auto;
	float: right;
	width: 330px;
	height: 664px;
	padding: 20px;
	border:1px solid #e8e8e8;
}
.song-txt-scroll > p {
	width: 100%;
	color: #666;
	font-size: 16px;
}


/* 법화 미디어 - 법화정사 동영상 */
ul.media-list-box {
	overflow: hidden;
	width: 100%;
}

ul.media-list-box li {
	display: inline-block;
	float: left;
	width: 235px;
	min-height: 270px;
	margin: 0 0 20px 20px;
	
}


ul.media-list-box li:first-child,
ul.media-list-box li:nth-child(5n) {
	margin: 0
}

ul.media-list-box li > a {
	position: relative;
	display: block;
}

ul.media-list-box.movie a:hover,
ul.media-list-box.movie a.hover {
	float: left;
	width: 235px;
	height: 170px;
	background: rgba(164,140,77,0.6) url('/image/sub/bg_movie_thumb.png') no-repeat 55% 50%;
	background-size: 60px 60px;
}

ul.media-list-box.gallery a:hover,
ul.media-list-box.gallery a.active {
	float: left;
	width: 235px;
	height: 170px;
	background: rgba(0,0,0, 0.3) url('/image/sub/bg_gallery_thumb.png') no-repeat 55% 50%;
	background-size: 60px 60px;
}

ul.media-list-box li > a img {
	width: 100%;
	max-width: 100%;
}

ul.media-list-box li > a .image-item {
	position: relative;
	display: block;
	width: 235px;
	height: 170px;
	margin-bottom: 10px;
}
ul.media-list-box li > a .image-item img {
	width: 100%;
	height: 100%;
}
ul.media-list-box li > a .image-item:hover .overlay {
	display: block;
}
ul.media-list-box li > a .image-item .overlay {
	position: absolute;
	background: rgba(0,0,0, 0.3) url('/image/sub/bg_gallery_thumb.png') no-repeat 55% 50%;
	background-size: 60px 60px;
	color: #fff;
	width: 235px;
	height: 170px;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}
ul.media-list-box li > a .image-item .overlay .close {
	position: absolute;
	cursor: pointer;
	font-size: 1.8rem;
	top: 5px;
	right: 8px;
}

ul.media-list-box li > a .image-item:hover .boverlay {
	display: block;
}
ul.media-list-box li > a .image-item .boverlay {
	position: absolute;
	background: rgba(0,0,0, 0.3) ;
	background-size: 60px 60px;
	color: #fff;
	width: 235px;
	height: 170px;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}
ul.media-list-box li > a .image-item .boverlay .close {
	position: absolute;
	cursor: pointer;
	font-size: 1.8rem;
	top: 5px;
	right: 8px;
}


ul.media-list-box li > a p {
	text-align: left;
	min-height: 45px;
}
ul.media-list-box li > a p.date {
	color: #999;
	font-size: 14px;
}


/* 법화 미디어 */
.live-main-box {
	width: 100%;
	border: 2px solid #333;
	margin-bottom: 20px;
}
.live-main-box .live-tit {
	width: 100%;
	padding-left: 52px;
	line-height: 60px;
	background: #f5f5f5 url('/image/sub/ico_live.gif') no-repeat 0 0;
	color: #333;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.week-time-txt {
	line-height: 60px;
	padding-left: 20px;
	text-align: left;
	color: #666;
	font-size: 16px;
	text-align: left;
}

.week-time-txt span {
	display: inline-block;
	color: #333;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	line-height: 60px;
}

.media-player-tit {
	width: 100%;
	margin: 40px 0 30px;
	padding-left: 30px;
	line-height: 80px;
	color: #222;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	background: #f5f5f5
}

/* sitemap */

.sitemapListBox {
	overflow: hidden;
	border-top: 2px solid #000;
}


dl.sitemapList {
	overflow: hidden;
	display: block;
	width: 100%;
	clear: both;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}


dl.sitemapList dt {
	display: inline-block;
	float: left;
	width: 224px;
	color: #c2911b;
	font-size: 20px;
}

dl.sitemapList dd {
	display: inline-block;
	float: left;
	width: 1056px;
	color: #333;
	font-size: 18px;
}
dl.sitemapList dd ul.sitemap-inner {
	display: block;
	width: 100%;
}
dl.sitemapList dd ul.sitemap-inner li {
	display: inline-block;
	float: left;
	width: 176px;
	color: #333;
	font-size: 18px;
}

dl.sitemapList dd ul.sitemap-inner li > a {
	color: #333;
	font-size: 18px;
	text-align: left;
}

dl.sitemapList dd ul.sitemap-inner li ul.siteMapDepth {
	width: 100%;
	padding-top: 10px;
}

dl.sitemapList dd ul.sitemap-inner li ul.siteMapDepth li {
	width: 100%;
	padding: 5px 0;
	color: #666;
	font-size: 16px;
}

dl.sitemapList dd ul.sitemap-inner li ul.siteMapDepth li a {
	color: #666;
	font-size: 16px;
}

.audiojs .play-pause {
    width: 40px !important;
}

.audiojs .time strong {
	color: #fff;	
}
h5.h5-tit-txt {
	height: 30px;
	color: #a4780d;
	font-size: 14px;
	text-align: left;
}


ul.bup_thumb_list {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;	
}
ul.bup_thumb_list li {
	float: left;	
}

ul.bup_thumb_list-type02 {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;	
}
ul.bup_thumb_list-type02 li {
	float: left;
	margin-left: 15px;
}
ul.bup_thumb_list-type02 li:first-child {
	float: left;
	margin-left: 0;
}

ul.bup_thumb_list-type02 li > p {
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}