@charset "utf-8";
@font-face{
  font-family: 'NanumGothicWEB';
  font-style: normal;
  font-weight: normal;
  src: url('/common/lib/css/font/NanumGothic.eot'); 
  src: url('/common/lib/css/font/NanumGothic.eot?#iefix') format('embedded-opentype');
  src: local('☺'), url('/common/lib/css/font/NanumGothic.woff') format('woff'), url('/common/lib/css/font/NanumGothic.ttf') format('truetype'); 
}

@font-face{
  font-family: 'NanumGothicWEB';
  font-style: normal;
  font-weight: bold;
  src: url('/common/lib/css/font/NanumGothicBold.eot'); 	
  src: url('/common/lib/css/font/NanumGothic.eot?#iefix') format('embedded-opentype');
  src: local('☺'), url('/common/lib/css/font/NanumGothicBold.woff') format('woff'), url('/common/lib/css/font/NanumGothicBold.ttf') format('truetype'); 
}

/* 관리자메뉴 관련 */
html { scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef; }
body { 
	background-color: #ddd; 
	padding: 10px 10px 0 10px;
	font-size: 12px;
	font-family: "나눔고딕","NanumGothic","Malgun Gothic","Dotum","Apple Gothic","Gulim","Tahoma","sans-serif";
	background: url(/admin/img/login/bg.png);
}

* { margin: 0; padding: 0; }
a { text-decoration: none; color: #666; }
a.white { color: #fff; }

input, select { font-family: 'NanumGothicWEB', '나눔고딕', NanumGothic, Dotum, Apple Gothic, Gulim, Tahoma, sans-serif; }
input, textarea { outline-style: none; }
select { 
	padding: 3px;
	outline-style: none; 
	border: 1px solid #ddd;
    outline: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
*/
}
textarea { font-size: 12px; }

input[type="text"], input[type="textarea"], input[type="password"] { border: 1px solid #ddd; background-color: #EBEBEB; padding: 5px; }
input[type="text"]:hover,
input[type="textarea"]:hover,
input[type="password"]:hover,
textarea:hover { 
	background-color: #fff; 
	border: 1px solid #EBEBEB;
}
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #fff; 
	border: 1px solid #EBEBEB;
	border-bottom: 1px solid #37B6BD;
}

input[type="checkbox"], input[type="radio"] { vertical-align: middle; margin: 0px; }

img { border: 0; margin: 0; }
ul, li { margin: 0; padding: 0; list-style: none; }
p, dd, dt, dl { margin: 0; padding: 0; }
dt, dd { font-size: 0.69em; }
button { font-size: 12px; background-color: #ddd; line-height: 130%; height: 20px;  }

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background-color: #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}

.posLeft { float: left; }
.posRight { float: right; }
.textRight { text-align: right; }
.linkOn { cursor: pointer; }
.clearFix { clear: both; }

.round { 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.circle {
	padding: 0 5px 0 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.circleNumber {
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	color: #fff;
	display: inline;
}

.circleNumber:hover { background-color: #000; }

.roundNormal { 
	font-size: 12px;
	color: #fff;
	padding: 3px 8px 3px 8px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
}

.btn { cursor: pointer; }
.btnS { 
	font-size: 11px;
	padding: 3px 10px 5px 10px; 
	color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btnS:hover { color: #FFF; background-color: #000; }

.btnNormal { 
	font-size: 13px;
	color: #fff;
	padding: 6px 18px 6px 18px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 5px;
}

.btnNormal:hover { color: #FFF; background-color: #000; }

.btnBig { 
	font-size: 13px;
	color: #fff;
	padding: 5px 18px 5px 18px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 0 0 5px;
}

.btnBig:hover { color: #FFF; background-color: #000; }

.btnStatus { 
	font-size: 11px;
	padding: 3px 10px 5px 10px; 
	background-color: #999; 
	color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}
.bgDark { background-color: #666; }
.bgRed { background-color: red; }
.bgGray { background-color: #999; }
.bgBlue { background-color: #37B6BD; }
.bgDefault { background-color: #37B6BD; }

.ui-button-text { 
	font-size: 11px; 
	font-weight: normal; 
	font-family: 'NanumGothicWEB', '나눔고딕', NanumGothic, Dotum, Apple Gothic, Gulim, Tahoma, sans-serif; 
	line-height: 100%;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.buttonSet ul li { 
	float: left; 
	text-align: center; 
	padding: 5px; 
	background-color: none; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buttonSet ul li input { display: none; }
.buttonSet img, .buttonSet label, .buttonSet ul li { cursor: pointer; }
.buttonSetSelect { background-color: #37B6BD; }
.buttonSetSelect label { color: #FFF; }

.img img { border: 1px solid #ebebeb; }
.noMargin { margin: 0; }
div.noWrap { overflow:hidden; white-space:nowrap; }
.isHidden, .hidden { display: none; }
.textCenter { text-align: center; }
.more { vertical-align: middle; }
.imgMiddle { vertical-align: middle; }
.explain { font-size: 11px; color: #fc8e6c; }
.help { color: #007db6; font-size: 11px; font-weight: bold; }
.help img { margin-right: 5px; }
.w100 { width: 100%; }
.wfull { width: 99%; }
.w98 { width: 98%; }
.w95 { width: 95%; }
.w90 { width: 90%; }
.w80 { width: 80%; }
.w70 { width: 70%; }
.w50 { width: 50%; }
.idleField { border: 1px solid #ddd; background-color: #EBEBEB; }
.focusField { border: 1px solid #37B6BD; background-color: #FBFBFB; }
.lineClear { clear: both; height: 1px; }
.valignTop { vertical-align: top; }
.valignMiddle { vertical-align: middle; }
.valignBottom { vertical-align: bottom; }
.pTitle { font-size: 14px; font-weight: normal; margin: 5px 0 5px 0; }
.likeBG { background-color: #DDDDDD; }
.hanja {   font-family: '궁서', 'NanumGothicWEB'; font-size:14px; }

#commandBox {
    width: 100%;
	z-index:100;
	position: relative;
    overflow: hidden;
	background-color: #DDD;
	margin-bottom: -5px;
}
.commandCenter { padding: 20px; text-align: center; }

.commandBoxBottom {
	position: fixed;
	bottom: 0;
	margin: 0 0 0 -10px;
	width: 100%;
	z-index:100;
	background-color: #DDD;
}

.commandBoxBottomMargin { height: 30px; }

#lyBox { width:100%; margin: 0 0 40px 0; }
#lyTopMenu { 
	overflow: hidden;
	height: 45px; 
	float: none; 
	/*background: url(/admin/img/bar1.jpg) no-repeat 0 0;*/
	margin: 0 0 0.69em 0;
	padding-left: 0.1em;
	background-color: #2E2E2E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#lyTopMenuRight { 
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	/*background: url(/admin/img/bar2.jpg) no-repeat 100% 0;*/
}

#lyTopMenu ul { margin: 0 10px 0 10px; }
#lyTopMenu ul li { float: left; color: #fff; }
#lyTopMenu ul li.logo { 
	width: 185px; 
	text-align: center; 
	margin: 3px 30px 0 0; 
	line-height: 100%; 
	padding:0; 
	font-size: 16px;  
	font-weight: bold;
}
#lyTopMenu ul li.logo a { color: #fff; }
#lyTopMenu ul li.menu { margin: 0 5px 0 0; padding: 6px 10px 6px 10px; line-height: 100%; font-size: 14px; }
#lyTopMenu ul li.logout { float: right;  margin: 5px 1em 0 1.5em; line-height: 100%; padding:0; font-size: 12px; }
#lyTopMenu ul li.logout a { color: #fff; }
#lyTopMenu img { display: inline; }

#lyTopMenuRight:after { content: ""; clear: both; display: block; }

#lyTopMenuRight .tabMenu li {
	padding: 10px; 
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#subContents { padding: 20px; }
.tabMenuDefault a { color: #fff; }
.tabMenuSelected { 
	background: url(/admin/img/login/bg.png);
}

.tabMenuSelected:hover { background-color: #fff; }

.tabMenuSelected a { color: #000; }

.topMenuBasic { font-size: 12px; font-weight: bold; color: #ebebeb; }
.topMenuHover {
	color: #fff;
	background-color: #37B6BD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topMenuHover a { color: #fff; }

.menuMiddleText {  margin: 5px 0 0 10px; line-height: 100%; padding:0; font-size: 14px; }


#lyContentsBox { background-color: #fff; 	min-width: 900px;}
#lyContentsBox #contents { 
	margin: 0; 
	padding: 20px; 
}
#lyLeftMenuBox { 
	float: left; 
	width: 170px; 
	background-color: #fff; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#lyContentsBox { 
	margin-left: 182px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	/* 왼쪽메뉴 */
	.LMENUBOX { 
		width: 90%; 
		line-height: 120%; 
		margin: auto;
	}
	.LMENUBOX li { text-align: right; padding: 5px 0 5px 0; margin: 5px; }
	.LMENUBOX li.leftMenuHover { color: #37B6BD; font-weight: bold;  }
	.LMENUBOX li a { padding: 5px 15px 5px 0; } 
	.LMENUBOX li a:hover { color: #F42E00; }
	.LMENUBOX .LMENUDEPTH1 { 
		padding: 10px 15px 10px 15px; 
		margin-bottom: 0; 
		font-size: 14px; 
		font-weight: bold; 
		color: #000; 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
/*
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
*/
	}
	.LMENUBOX .LMENUDEPTH2 { padding-top: 10px; font-size: 14px; border-top: 1px solid #efefef; }
	.LMENUBOX .LMENUDEPTH3 { padding: 3px 0 3px 3px; }
	.LMENUBOX .icon { 
		background-color: #EBEBEB;
		padding: 0 10px 0 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.leftMenuBasic { color: #000;  }
	.leftMenuHover { 
		/*background-color: #90756F;*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #37B6BD;
	}
	.leftMenuHover a { color: #37B6BD; }
	.leftMenuHover .icon { background-color: #37B6BD; color: #fff; }
/* location */
#lyContentsBox .contentsTitle { float: left; border: 1px solid #000; }
#lyContentsBox .subLocation { 
	border-bottom: 1px solid #EBEBEB;
	text-align: right; 
	padding: 15px 15px 15px 20px; 
	margin-bottom: 0; 
	color: #9D9D9D; 
	font-size: 11px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#lyContentsBox .subLocation a { text-decoration: none; }
#lyContentsBox .subLocation .locationNow a { color: #4c4445; }
#lyContentsBox .subLocation .subLocationTitle { float: left; font-size: 14px; font-weight: bold; color: #4c4445; }

/* 레이아웃 끝 */

.locBasic {	color: #666; }
.locHover {	color: #0098C7; font-weight: bold; }

#mainTitle { font-size: 1.2em; font-weight: bold; }
.otherLangText { color: #999; }

/* 커서표시 */
.selectTr { cursor: pointer; }

/* 공통tab */
.staticTabMenuBox { width: 100%; overflow: hidden; margin: 0 0 6px 0; }
.staticTabMenuBox .codeDefault { 
	background-color: #ebebeb; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.staticTabMenuBox .codeDefault a { color: #999; }
.staticTabMenuBox #WIDtotal { height: 15px; text-align: center; margin: 0 2px 0 0; }
.staticTab { list-style: none;  }
.staticTab li a { color: #fff; }
.staticTab li { 
	float: left; 
	height: 15px; 
	padding: 8px; 
	margin: 0 2px 2px 0; 
	text-align: center; 
	line-height: 100%;
	display: inline;
}
.staticTab .totalCount { 
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	color: #EBEBEB;
	font-weight: bold;
	background-color: #2B4038;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.staticTabMenuBox .default { background-color: #122936; }
.staticTabHover { 
	background-color: #37B6BD; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.staticTabHover a { color: #fff;  }
.staticTabMenu0 { 
	float:left; margin: 0 2px 0 10px; padding: 8px; 
}
.staticTabTotal { float: right; font-size: 14px; margin-right: 10px; }

/* 공통박스  시작 */
	.box { float: left; }
	#divCommonBoxContent { border: 1px solid #8EC31F; background: #FFF; } 
	#divCommonBoxContent { position: relative; left: -2px; top: -2px; }
    #divCommonBoxContainer { position: relative; background: #DDD; margin: 0 0 0 2px; }

	#divCommonBoxContentBBS { border: 1px solid #00DAFF; background: #FFF; } 
	#divCommonBoxContentBBS { position: relative; left: -2px; top: -2px; }
/* 공통박스  끝 */

.searchBox { width: 100%; margin: 10px 0 8px 0; }

.searchBox #sv { height: 15px; }
.selectBox { float: left; margin: 1px 8px 0 0; }
.searchBox:after { content: ""; clear: both; display: block; }

/* 공통테이블 시작 */
	#adminTable {
		background-color: #FFF;
		border-collapse: collapse;
		border-top: 2px solid #FC4C32;
		border-bottom: 1px solid #000;
	}
	
	#adminTable tr, #adminTable td {
		border-bottom: 1px solid #E2E2E2;
		padding: 5px;
	}
	
	#adminTable th {
		color: #555555;
		text-align: center;
		font-size: 11px;
		font-weight: normal;
		padding: 3px 10px 3px 10px;
	}
	
	#adminTable caption {
		padding: 26px 0 0 0;
		text-align: left;
		color: #000;
		font-weight: bold;
	}
	
	#thHorizon th { text-align: center; }
	#adminTable .number { text-align: center; }
	#adminTable .point { text-align: right; padding: 0 10px 0 0; }
	#adminTable .numberStrong { text-align: center; font-weight: bold; }
	#adminTable .tdLeft { text-align: left; }
	#adminTable .price { text-align: right; }
	
/* 공통테이블 끝 */

.noBorder {
	border: 0px;
}

	/* SPRY */
	.submitContainer {
		margin: 5px 0 5px 0;
	}

/* 폼필드 관련 끝 */

/* 에러 화면 관련 시작 */
#outer { width: 100%; height: 550px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%;} /* for explorer only */
#inner { width: 320px; margin: auto;  background-color: #222; padding: 30px; }
/* optional: #inner[id] {position: static;} */

/* error */
#errorStrong {
	font-weight: bold;
	color: #FC4C32;
}

#errorExplan {
	margin: 0;
	color: #DDD;
}
/* 에러 화면 관련 끝 */

.errorMsg { 
	margin: 5px 0 5px 0;
	background-color: red;
}

#command {
	margin: 10px 0 10px 0;
	text-align: center;
}

#commandLeft {
	margin: 10px 0 10px 0;
	text-align: left;
}

/* 상단 타이틀 */
#mainTitle {
	margin: 0 0 10px 0;
}

/* 상단 타이틀에 속해있는 서브 타이틀 */
#subTitle {
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}

.subTitleBlack {
	margin: 20px 0 5px 0;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.subTitleBlackTop {
	margin: 0 0 5px 0;
	font-weight: bold;
	text-align: left;
	color: #000;
}


.strongTitle {
	font-weight: bold;
}

/* 테이블위의 검색부분 */
#searchPart {
	margin: 0 0 10px 0;
}

/* 페이징 */
#pagingNav { margin: 20px 10px 15px 10px; padding: 0; border:0;}
#pagingNav .pagingNow a {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#pagingNav a {
	margin:  3px;
	padding: 5px 10px 7px 10px;
	text-decoration: none;
	color: #37B6BD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#pagingNav a:hover {
	background-color: #37B6BD;
	color: #FFF;
}

#divTablePaging {
	text-align: center;
}

/* edit in place */
#editInPlace { border:0; border-collapse: collapse; }
#editInPlace th, #editInPlace td  { padding:0; }

/* 달력 */
	/* 전체바깥테두리*/
	.cpBorder { border: 1px solid #000; }
	.cpBorder td { padding: 5px; }

	/* 년도 */
	.cpMonthNavigation { text-align: center; }

	/* 요일 */
	.cpDayColumnHeader { text-align: center; color: #FFF; background-color: #000; }
	
	/* 전체 */
	#cpBody th, #cpBody td { padding: 0; border-right: 1px solid #FFF; border-bottom: 6px solid #FFF; }

	/* 현재달이 아닌 날 */
	.cpOtherMonthDate { text-align: center; color: #000; background-color: #E5E5E5; }
	.cpOtherMonthDate a { padding: 0 3px 0 3px; }
	
	/* 현재달인 날 */
	.cpCurrentMonthDate { text-align: center; color: #FFF; background-color: #B1B1B1; }
	.cpCurrentMonthDate a { padding: 0 3px 0 3px; }

	/* 당일 */
	.cpCurrentDate { text-align: center; color: #FFF; background-color: #000; }
	.cpCurrentMonthDate a { padding: 0 3px 0 3px; }

	.cpTodayText { padding: 0; }

/* 검색시 공연제목 결과목록 */
.playList { border-collapse: collapse; }
.playList tr { height: 15px; }

/* 정산테이블 */
#reportTable {
	background-color: #FFF;
	border-collapse: collapse;
	border: 3px solid #000;
}

#reportTable th { background-color: #E2E2E2; }

#reportTable th, #reportTable td {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}

#reportTable .dateTotal {
	font-weight: bold;
	background-color: #ffd1f9;
}

#reportTable .total {
	font-weight: bold;
	background-color: #E2E2E2;
	border-top: 3px solid #000;
}

/* 통계 기본테이블 */
.staticTable td a:link { }
.staticTable td a:hover { color: #37B6BD; }
.staticTable td a.btnS:link { color: #DDD; }
.staticTable td a.btnS:hover { color: #FFF; background-color: #000; }

.staticTable {
	background-color: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #F26848;
	border-bottom: 1px dotted #EBEBEB;
	min-width: 700px;
}

/*.staticTable tbody tr:hover { background-color: LemonChiffon; }*/
.staticTableHover { border-bottom: 1px solid #CDCDCD; }
.staticTableClick { background-color: LemonChiffon; }

.staticTable th { 
	color: #666; 
	font-size: 11px; 
	background-color: #ebebeb; 
	padding: 10px; 
	font-weight: normal; 
	border-top: 1px solid #CDCDCD; 
}
.staticTable td {
	color: #666;
	border-top: 1px solid #EBEBEB;
	padding: 5px;
	line-height: 180%;
}

.staticTable th.left { text-align: left; padding-left: 5px; }
.staticTable th.right { text-align: right; }
.staticTable td.left { text-align: left; padding-left: 5px; }
.staticTable td.right { text-align: right; }
.staticTable td.center { text-align: center; }

.staticTable .no { text-align: center; }
.staticTable .level { text-align: center; }
.staticTable .price { text-align: right; }
.staticTable .count { text-align: right; }

.verticalTh th { text-align: right;  }

.scroll { overflow: auto; }

.noLineTable, .noLineTable th, .noLineTable td { border: 1px solid #fff; }

.inTable td.top { border-top: 0; }
.inTable td.bottom { border-bottom: 0; }
.inTable td { border-bottom: 1px dotted #ebebeb; }


.tableInTable2 { 
	margin: 0; 
	padding: 0;
	background-color: #ebebeb; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-collapse: collapse;
}

.tableInTable2 th { padding: 10px 10px; background-color: #fff; font-weight: normal; }
.tableInTable2 th.left, .tableInTable td.left { text-align: left; }
.tableInTable2 th.center, .tableInTable td.center { text-align: center; }
.tableInTable2 th.right, .tableInTable td.right { text-align: right; }
.tableInTable2 td { padding: 5px 10px; }

/* 회원관리 */
.address input { margin: 0 0 5px 0; }
#children_list p { margin: 5px 0 0 0; }

/* 이미지업로드 */
#imgList { width: 100%; height: 100%; }
#imgList:after { content: ""; clear: both; display: block; }
#imgAlignBox { clear: both; width: 100%; overflow: auto; padding: 5px; }

.previewImgBox { float: left; margin: 10px; text-align: center; }

.viewImgBox { float: left; margin: 10px 0 5px 0; text-align: center; width: 200px; height: 130px; }
.viewImgBox p { margin: 0 0 5px 0; }
.viewImgBox .caption { width: 200px; height: 20px; overflow: hidden; margin-bottom: 10px;  }
.viewImgBox input { font-size: 12px; width: 200px;  }

/* 댓글관리 */
.deleteLineY { text-decoration: line-through; color: #000; }

.totalCount {
    font-size: 11px;
	padding: 0 5px;
	color: #D3D3D3;
  }

  #selectWebzineKind, #selectWebzineGenre { padding: 5px; }

#lySearchArea { width: 100%; height: 35px; padding: 5px 0 0 0; }
#lySearchArea .left { float: left; }
#lySearchArea .right { float: right; }
#lySearchArea .right table { float: right; }
#lySearchArea a.btnS { 
	font-size: 11px;
	padding: 5px 10px 5px 10px; 
	color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
#lySearchArea a.btnS:hover { color: #FFF; background-color: #000; }
#lySearchBox { 
	float: right; 
	background-color: #EBEBEB;  
	border: 1px solid #DDDDDD; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
}
#lySearchBox input { margin: 2px 0 0 2px; padding: 4px; font-size: 12px;  border: 0;  line-height: 90%; background-color: #EBEBEB; float: left; }
#lySearchBox .topSvBtn { width: 25px; float: right; height: 25px; background: url(/admin/img/icons/16x16/search_icons-1.0.png) center 0 no-repeat; cursor: pointer; }
#lySearchBox .topSvBtn:hover {background: url(/admin/img/icons/16x16/search_icons-1.0.png) center -25px no-repeat; }

.lyTotalBox { 
	display: inline;
	padding: 5px;
	text-align: center;
	border: 1px solid #ddd;
	color: #333;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.lyTotalBox a { color: #fff; }

.btnDefault { 
	padding: 5px;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btnDefault a { color: #fff; }
.btnDefault:hover { background-color: #000; }

.buttonSet ul li { 
	float: left; 
	text-align: center; 
	padding: 5px; 
	background-color: none; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.buttonSet ul li input { display: none; }
.buttonSet img, .buttonSet label, .buttonSet ul li { cursor: pointer; }
.buttonSetSelect { background-color: #37B6BD; }
.buttonSetSelect label { color: #FFF; }

#itemCountry1 { display: none; }

.aucPreviewImageInView { float: right; width: 111px; height: 77px; background-color: #ebebeb; }

h3.title { width: 100%; margin-bottom: 20px; overflow: hidden; }
div.textArea { width: 100%; overflow: hidden; margin-bottom: 30px; }

.defaultBarTable td { padding: 0 5px 0 5px; }

.menuScriptViewBox li { float: left; border: 1px solid #ddd; padding: 0 3px 0 3px; height: 20px; width: 15px; margin-left: -1px; text-align: center; }

#searchDetailBox { 
	width: 80%;
	margin: auto;
	padding: 20px 20px 10px 20px; 
	background-color: #CDCDCD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


	#joinBox { 
		width: 50%;
		background-color: #fff; 
		padding: 20px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		margin: auto;
		border: 1px solid #DDDDDD;
		min-width: 550px;
	}

	.uidExplain { margin-top: 5px; color: #FC8E6C; }

	#memberBasicTable th, #memberBasicTable td { padding: 5px; }
	#memberBasicTable th { font-size: 12px; font-weight: normal; padding-top: 8px; text-align: right; }
	#memberBasicTable input { font-size: 11px; padding: 5px;}

	#memberBasicTable .subTable { border-collapse: collapse; padding: 0; }
	#memberBasicTable .subTable th, #memberBasicTable .subTable td { padding: 0; }

	.grayBox { border-top: 1px solid #ebebeb; margin-top: 20px; padding: 20px 0; }

	#findIdResult .result, #findPwResult .result { text-align: center; padding: 30px 0;}


	#passwordBox {
	margin: 5px 0 0 0;
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	line-height: 180%;
	text-align: center;
}

#passwordBox input { 
	width: 99%;
	border: 1px solid #ebebeb; 
	margin: 0;
	padding: 2px 0;
	text-align: center;
}

#passwordBox #btnPasswd {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	background-color: #000;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#passwordBox #btnPasswd:hover { background-color: #34ADB5; }

#passwordBox #btnPasswd a { color: #fff; }

#passwordBoxForEdit {
	margin: auto;
	padding: 5px 0;
	width: 30%;
	overflow: hidden;
	font-size: 11px;
	line-height: 180%;
	text-align: center;
}

#passwordBoxForEdit input { 
	width: 99%;
	border: 1px solid #ebebeb; 
	margin: 0;
	padding: 5px 0 8px 0;
	text-align: center;
}

#passwordBoxForEdit #btnCancel, #passwordBoxForEdit #btnPasswd {
	width: 49%;
	margin: 5px 0 0 0;
	padding: 5px 0;
	font-size: 11px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#passwordBoxForEdit #btnPasswd { float: left; background-color: #000;} 

#passwordBoxForEdit #btnPasswd:hover { background-color: #34ADB5; }

#passwordBoxForEdit #btnPasswd a { color: #fff; }
#passwordBoxForEdit #btnCancel { float: right; background-color: #666; }

#passwordBoxForEdit #btnCancel:hover { background-color: #34ADB5; }
#passwordBoxForEdit #btnCancel a { color: #fff; }

.commentList ul {  clear:both; margin-top: 10px; padding-top: 6px; overflow: hidden; }
.commentList .writer { padding-bottom: 10px; }
.commentList .writerBox { 
	border: 1px solid #ddd;
	padding: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.commentList  .text { padding-left: 5px; }

.commentList .level99 .writerBox { background-color: #37B6BD; color: #FFF; }
.commentList .level99 .date { color: #FFF; }
.commentList .level99 .text { font-weight: bold; color: #37B6BD; }

.commentList .writerBox img { margin-left: 7px; }
.commentList .writerBox .date { margin-left: 7px; }

.rowNum { color: #ddd; }
.commentNum { 
	color: #fff; 
	background-color: #AED5D7; 
	padding: 2px 8px 2px 8px; 
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}