/**
 * 파일명: mbsFunc.css
 * 설명 : mbs기능컨텐츠 class
 * 최초작성자 : 연정흠
 * 최초작성일 : 2011년 8월 30일
 * 최종수정자 : 연정흠
 * 최종수정일 : 2011년 8월 30일
**/

@charset "utf-8";
@import "mbsDefault.css";


.floatL{
	float: left !important;
}
.floatR{
	float: right !important;
}
.overflow{
	overflow:hidden !important;
}
.overflow-auto{
	overflow:auto !important;
}

h2{
	font-size: 13px;
	margin-bottom: 10px;
	padding:0 0 0 17px;
	text-align: left;
	line-height: 15px;
	background:url("../images/mbsPreview/icon_h2.gif") no-repeat left 2px;
}
h3{
	font-size: 12px;
	margin-bottom: 10px;
	padding:0 0 0 17px;
	text-align: left;
	line-height: 15px;
	background:url("../images/mbsPreview/icon_h3.gif") no-repeat 5px 2px;
}

table{
	border-width: 1px 1px 0 0;
	border-color: #ddd;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
}
table caption{
	text-align: center;
	display:none;
}
table th,
table td{
	padding: 6px;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	border-color: #ddd;
	border-style: solid;
}
table thead th,
table tbody th{
	text-align: center;
	background-color: #f7f7f7;
}
table.list thead th{
	background:url("../images/mbsPreview/bg_listTh.gif") repeat-x left 20%;
	
}
table.list tbody td.alignL{
	text-align: left;
}
table.view tbody td{
	text-align: left;
}
div.btnArea{
	margin: 10px 0;
	text-align: center;
	overflow: hidden;
}
/*버튼*/
.button{
	background:url("../images/mbsPreview/bg_btn_green.gif") repeat-x 50% 50%;
	display: inline-block;
	padding: 3px 5px;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px #06AA3A solid;
	cursor: pointer;
}
/*공통*/
.paging{
	text-align: center;
	margin: 10px 0;
}
.paging li{
	display: inline;
	margin: 0 1px;
	overflow: hidden;
}
.paging ul{
	display: inline;
	margin: 0;
}
.paging ul a,
.paging ul strong{
	display: inline-block;
	padding: 0 2px;
}
.paging ul strong{
	color: #ED6001;
}

/*규정집*/
.ruleBoxL{
	width: 29%;
	border: 1px #ddd solid;
	background-color: #f5f5f5;
}
.ruleBoxL ul{
	margin: 10px;
}
.ruleBoxL ul li{
	background:url("/Web-home/manager/images/mbsPreview/icon_liList.gif") no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}
.ruleBoxL ul li ul{
	margin: 5px;
}
.ruleBoxL ul li ul li{
	background:url("/Web-home/manager/images/mbsPreview/icon_liTree.gif") no-repeat left top;
	padding-left: 20px;
	margin-bottom: 3px;
	font-size: 11px;
}
.ruleBoxR{
	width: 70%;
}
.ruleBoxR div.no_result{
	border: 1px #ddd solid;
	text-align: center;
	padding: 100px 0;
}
.ruleNum{
	text-align: right;
	font-size: 11px;
}
.ruleTitle{
	border: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin: 5px 0;
}
.ruleTitle strong{
	font-size: 16px;
}
.ruleTitle p{
	text-align: right;
	font-size: 11px;
}

/*전화번호*/
.telBoxL{
	width: 29%;
	border: 1px #ddd solid;
	background-color: #f5f5f5;
}
.telBoxL ul{
	margin: 10px;
}
.telBoxL ul li{
	background:url("/Web-home/manager/images/mbsPreview/icon_liList.gif") no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}
.telBoxL ul li ul{
	margin: 5px;
}
.telBoxL ul li ul li{
	background:url("/Web-home/manager/images/mbsPreview/icon_liTree.gif") no-repeat left top;
	padding-left: 20px;
	margin-bottom: 3px;
	font-size: 11px;
}
.telBoxR{
	width: 70%;
}
.telBoxR div.no_result{
	border: 1px #ddd solid;
	text-align: center;
	padding: 100px 0;
}
.telSearch{
	border: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin: 5px 0 15px 0;
}
.telCateg{
	background-color: #E6F0F4;
}

/*인물소개*/
.profileSearch{
	border: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin: 5px 0;
}
.profile_gallery{
	overflow: hidden;
}
.profile_gallery li{
	float:left;
	width: 48.5%;
	overflow: hidden;
	margin: 0.5%;
	border: 1px #ddd solid;
}
.profile_gallery p{
	float:left;
	margin: 10px;
}
.profile_gallery img{
	background-color: #eee;
}
.profile_gallery div{
	float: left;
	oveflow: hidden;
	margin: 10px 10px 10px 0;
}
.profile_gallery dl{
	display: block;
	overflow: hidden;
}
.profile_gallery dl dt,
.profile_gallery dl dd{
	float: left;
	line-height: 15px;
	height: 17px;
	overflow: hidden;
}
.profile_gallery dl dt{
	clear: left;
	font-weight: bold;
	text-align: right;
	width: 80px;
}
.profile_gallery dl dd{
	clear : right;
	margin-left: 5px;
	width: 150px;
}
/*연혁*/
.historyCateg{
	border: 1px #ddd solid;
	background-color: #eee;
	padding: 10px;
	margin: 5px 0;
	overflow: hidden;
}
.historyCateg li{
	float: left;
	width: 18%;
	padding-left: 20px;
	background:url("../images/mbsPreview/icon_liList.gif") no-repeat left top;
	margin: 2px 0;
}
/*게시판 + 앨범 + 동영상*/
.boardCateg{
	border: 1px #ddd solid;
	background-color: #eee;
	padding: 10px;
	margin: 5px 0;
	overflow: hidden;
}
.boardCateg li{
	float: left;
	width: 18%;
	padding-left: 20px;
	background:url("../images/mbsPreview/icon_liList.gif") no-repeat left top;
	margin: 2px 0;
}

.boardWriteInfo{
	overflow: hidden;
	margin-bottom: 5px;
}
.boardWriteInfo dt,
.boardWriteInfo dd{
	float: left;
}
.boardWriteInfo dt{
	font-weight: bold;
	margin-right: 5px;
}
.boardWriteInfo dt.gab{
	margin-left: 10px;
	background:url("../images/mbsPreview/gab_dt.gif") no-repeat left 2px;
	padding-left: 10px;
}
.boardWriteInfo dd{
	background:url("../images/mbsPreview/gab_dd.gif") no-repeat left 4px;
	padding-left: 5px;	
}
.boardSearch{
	border: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin: 5px 0;
}
.boardComment{
	border: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin: 5px 0;
}
.boardComment fieldset{
	display: block;
}
.boardComment fieldset div.icon{
	float: left;
	width: 10%;
	text-algin: center;
	margin-top: 15px;
}
.boardComment fieldset div.icon img{
	cursor: pointer;
}
.boardComment fieldset div#iconTable{
	background-color:#FFFFFF;
	position:absolute; 
	z-index:1; 
	visibility: hidden; 
	border:1px solid #cccccc;
	padding: 10px;
}
.boardComment fieldset div#iconTable ul{
	overflow: hidden;
	width: 300px;
}
.boardComment fieldset div#iconTable ul li{
	float: left;
	margin: 3px;
}
.boardComment fieldset div#iconTable ul li img{
	cursor: hand;
}
.boardComment fieldset div.insert{
	float: right;
	width: 90%;
	overflow: hidden;
	margin-bottom: 10px;
}
.boardComment fieldset div.insert textarea{
	float: left;
	width: 80%;
	height: 46px;
	overflow: hidden;
}
.boardComment fieldset div.insert input.button{
	float: right;
	width: 19%;
	height: 50px;
}
.boardComment ul.reply{
	width: 100%;
}
.boardComment ul.reply li{
	border-bottom: 1px #eee solid;
}
.boardComment ul.reply li dl{
	text-align: left;
	overflow: hidden;
	margin: 5px 0;
}
.boardComment ul.reply li dl dt{
	float: left;
	width: 20%;
}
.boardComment ul.reply li dl dd{
	float: right;
	width: 80%;
}
.boardComment ul.reply li dl dd span{
	display: block;
	font-size: 11px;
}
.chkAll{
	margin: 5px 0;
}

.album_list{
	overflow: hidden;
	border: 1px #ddd solid;
	padding: 5px 0;
}
.album_list li{
	display: block;
	overflow: hidden;
	margin: 15px 10px;
}
.album_list li p{
	float: left;
	margin-right: 5%;
	width: 20%;
}
.album_list li dl{
	float: left;
	width: 75%;
	overflow: hidden;
}
.album_list li dl dt{
	float: left;
	font-weight: bold;
}
.album_list li dl dd.date{
	float: right;
	clear: right;
}
.album_list li dl dd.count{
	float: right;
	margin-right: 10px;
}
.album_list li dl dd.comment{
	width: 100%;
	float: left;
	margin: 7px 0 0 0;
}
.album_list li.no_result{
	width: 100%;
	text-align: center;
}
.movie_list{
	overflow: hidden;
	border: 1px #ddd solid;
	padding: 5px 0;
}
.movie_list li{
	display: block;
	overflow: hidden;
	margin: 15px 10px;
}
.movie_list li p{
	float: left;
	margin-right: 5%;
	width: 20%;
}
.movie_list li dl{
	float: left;
	width: 75%;
	overflow: hidden;
}
.movie_list li dl dt{
	float: left;
	font-weight: bold;
}
.movie_list li dl dd.date{
	float: right;
	clear: right;
}
.movie_list li dl dd.count{
	float: right;
	margin-right: 10px;
}
.movie_list li dl dd.comment{
	width: 100%;
	float: left;
	margin: 7px 0 0 0;
}
.movie_list li.no_result{
	width: 100%;
	text-align: center;
}
.album_gallery{
	overflow: hidden;
	border: 1px #ddd solid;
	padding: 5px 0;
}
.album_gallery li{
	float: left;
	overflow: hidden;
	margin: 15px 0;
}
.album_gallery li p.thumbImage,
.album_gallery li div.thumbTitle{
	margin: 0 10px;
	text-align: center;
}
.album_gallery li p.thumbImage{
	margin-bottom: 5px;
	height: 130px;
	overflow: hidden;
	position: relative;
}
.album_gallery li p.thumbImage img{
	width: 100%;
}
.album_gallery li.no_result{
	width: 100%;
	text-align: center;
}



.movie_gallery{
	overflow: hidden;
	border: 1px #ddd solid;
	padding: 5px 0;
}
.movie_gallery li{
	float: left;
	overflow: hidden;
	margin: 15px 0;
}
.movie_gallery li p.thumbImage,
.movie_gallery li div.thumbTitle{
	margin: 0 10px;
	text-align: center;
}
.movie_gallery li p.thumbImage{
	margin-bottom: 5px;
	height: 130px;
	overflow: hidden;
	position: relative;
}
.movie_gallery li p.thumbImage img{
	width: 100%;
}
.movie_gallery li.no_result{
	width: 100%;
	text-align: center;
}


.boardView{
	border: 1px #ddd solid;
}
.boardView dt{
	border-bottom: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.boardView dd{
	padding: 10px;
}
.boardView dd ul.imgView{
	padding: 10px;
}
.boardView dd ul.imgView li{
	text-align: center;
}


.attachFile{
	border: 1px #ddd solid;
	overflow: hidden;
	padding: 5px;
	margin-top: 10px;
}
.attachFile dt,
.attachFile dd{
	float: left;
}
.attachFile dt{
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width: 100px;
}
.attachFile dd{
	background:url("../images/mbsPreview/gab_dd.gif") no-repeat left 4px;
	padding-left: 5px;
}

.movieBox{
	overflow: hidden;
	margin-bottom: 10px;
}
.movieBox div.moviePlayer{
	float:left;
	width: 70%;
}
.movieBox p.movieCaption{
	float:right;
	width: 29%;
	height: 460px;
	overflow: auto;
}
.loginBox{
	width: 100%;
	text-align: center;
	padding-top: 60px;
}
.loginBox p{
	text-align: center;
	margin-bottom: 10px;
}
.loginBox fieldset{
}

/* 설문조사 */
.surveyWriteInfo{
	overflow: hidden;
	margin-bottom: 5px;
}
.surveyWriteInfo dt,
.surveyWriteInfo dd{
	float: left;
}
.surveyWriteInfo dt{
	font-weight: bold;
	margin-right: 5px;
}
.surveyWriteInfo dt.gab{
	margin-left: 10px;
	background:url("../images/mbsPreview/gab_dt.gif") no-repeat left 2px;
	padding-left: 10px;
}
.surveyWriteInfo dd{
	background:url("../images/mbsPreview/gab_dd.gif") no-repeat left 4px;
	padding-left: 5px;	
}
.surveyView{
	border: 1px #ddd solid;
}
.surveyView dt{
	border-bottom: 1px #ddd solid;
	background-color: #f7f7f7;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.surveyView dd{
	padding: 10px;
}
.surveyView dd ul.imgView{
	padding: 10px;
}
.surveyView dd ul.imgView li{
	text-align: center;
}
.surveyItemList{
	border: 1px #eee solid;
	margin-top: 10px;
}
.surveyItemList ol{
}
.surveyItemList ol li{
	display: block;
	margin: 10px;
}
.surveyItemList ol li dl{
	display: block;
}
.surveyItemList ol li dl dt{
	background-color: #f7f7f7;
	padding: 5px;
	overflow: hidden;
	font-weight: bold;
}
.surveyItemList ol li dl dt span{
	float: right;
	font-size: 11px;
	letter-spacing: -1px;
	color: #c00;
	font-weight: none;
}
.surveyItemList ol li dl dd{
}
.surveyItemList ol li dl dd ol{
	margin:0 !important;
	margin-left: 10px !important;
}
.surveyItemList ol li dl dd ol li{
	margin: 2px 0;
}
.surveyItemList ol li dl dd ol li textarea{
	width: 95%;
	height: 100px;
}
.surveyItemList{
}
.surveyResult{
	overflow: hidden;
}
.surveyResult dt,
.surveyResult dd{
	background-color: transparent !important;
	display: block;
}
.surveyResult dt{
	font-weight: none;
}
.surveyResult dd{
	overflow: hidden;
	margin-left: 20px;
}
.surveyResult dd span,
.surveyResult dd div{
	float: left !important;
}
.surveyResult dd div{
	width: 90%;
	background-color: #ddd;
	height: 7px;
	overflow: hidden;
	margin-top: 3px;
}
.surveyResult dd div p{
	background-color: #c00;
	text-indent: -5000px;
}
.surveyResult dd span{
	width: 9%;
	text-align: right;
	font-size: 11px;
	letter-spacing: -0.5px;
}
.resultSurveyEtc{
	border: 1px #ddd solid;
}
.resultSurveyEtc li{
	margin: 5px;
}