/****************************************************************************************************/
/* SMART BOARD ZONE */
/****************************************************************************************************/
@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GLOBAL */
#bbs_container.bbs_container {
	font-size:12pt;
}
#bbs_container.bbs_container * { transition: none; }

#bbs_container .dzSmart_imgs {
	max-width:100%;
}
#bbs_container .iconset  {
	display:inline-block;
	background-image: url('/dzSmart/common/css/imgs/icons.png');
	background-position:0 0;
	background-repeat: no-repeat;
	width:0;
	height:0;
	padding:0;
	margin:0;
	vertical-align:middle;
}
#bbs_container .iconset.record_new {
	background-position:0 0;
	width:10px;
	height:9px;
	margin:0 5px;
	vertical-align:top;

}
#bbs_container .iconset.record_depth {
	background-position:0 -60px;
	width:8px;
	height:7px;
	margin:0 10px 0 0;
}
#bbs_container .iconset.record_arrow  {
	background-position:0 -30px;
	width:8px;
	height:7px;
	margin:0;
}
#bbs_container .iconset.record_secret  {
	background-position:0 -90px;
	width:14px;
	height:14px;
	margin:0 5px 0 0;
}
#bbs_container .iconset.record_nosecret  {
	background-position:-30px -90px;
	width:16px;
	height:14px;
	margin:0 5px 0 0;
}

#bbs_container .iconset.file_etc {
	background-position:-90px -90px;
	width:14px;
	height:14px;
	margin:0 5px 0 0;
}
#bbs_container .iconset.file_img {
	background-position:-60px -30px;
	width:13px;
	height:13px;
	margin:0 5px 0 0;
	vertical-align:middle;
}

#bbs_container .notice {
	display:inline-block;
	width:auto;
	font-size:1em;
	font-weight:bold;
	padding:1px 10px;
	color:#4A89DC;
	border:1px solid #4A89DC;
}




/* LIST */
#bbs_container .bbsListTbl .record_blank {
	padding:100px 0;
	font-size:1.5em;
	font-weight:400;
	color:#ccc;
	text-align:center;
	border-top:2px solid #000;
	border-bottom:1px solid #ccc;
}

#bbs_container .bbsListTbl {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-top:2px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
	margin-top:5px;

}
#bbs_container .bbsListTbl > thead > tr > th ,
#bbs_container .bbsListTbl > tbody > tr > th ,
#bbs_container .bbsListTbl > thead > tr > td ,
#bbs_container .bbsListTbl > tbody > tr > td {

	text-align:center;
	vertical-align:middle;
	padding:10px 5px;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	cursor:default;
	font-size:1em;
}
#bbs_container .bbsListTbl > thead > tr > th ,
#bbs_container .bbsListTbl > tbody > tr > th {
	background-color:#f1f2f3;
	color:#000;
	letter-spacing:0;
}

#bbs_container .bbsListTbl > tbody > tr:hover > td {
	background:#fafafa;
}
#bbs_container .bbsListTbl > tbody > tr:last-child > td {
	border-bottom:1px solid #000;
}
#bbs_container .bbsListTbl td.cell_subject {
	text-align:left;
}
#bbs_container .bbsListTbl td.cell_subject > a {
		overflow: hidden;
		word-wrap: normal;
		white-space: nowrap;
		text-overflow: ellipsis;
}
#bbs_container .bbsListTbl td.cell_subject > a:hover {
	text-decoration: underline;
}
#bbs_container .bbsListTbl td.cell_subject .cell_info {
	display:none;
}
#bbs_container .bbsListTbl td.cell_subject .cell_info > span {
	vertical-align:middle;
}

#bbs_container .bbsListTbl td.cell_subject .cell_info .bar {
	display:inline-block;
	position: relative;
	width:2px;
	background:#ccc;
	font-size:0;
	height:12px;
	margin:0 5px;
}

/* LIST - Footer */
#bbs_container .bbsBtmZone {
	position:relative;
	height:40px;
	margin:20px 0 30px;
}
#bbs_container .bbsBtmZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsBtmZone .bbsPageingArea {
	float:left;
	margin:auto;
	margin-left:150px;
	width: calc(100% - 300px);
	min-width:300px;
}
#bbs_container .bbsBtmZone .bbsBtm_L_Area ,
#bbs_container .bbsBtmZone .bbsBtm_R_Area {
	position: absolute;
	width:120px;
}
#bbs_container .bbsBtmZone .bbsBtm_L_Area {
	left: 0;
}
#bbs_container .bbsBtmZone .bbsBtm_R_Area {
	right: 0;
}
#bbs_container .bbsBtmZone .bbsBtm_L_Area > .btns ,
#bbs_container .bbsBtmZone .bbsBtm_R_Area > .btns {
	width:100%;
	height:40px;
	border-radius: 5px;
}

/* LIST - accessory */
#bbs_container .bbsTitleZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsDivsion_area {
	float:right;
}
#bbs_container .bbsDivsion_area::after {
	display:block;
	content:'';
	clear:both;
}

#bbs_container .bbsSearchZone {
	width:auto;
	margin:auto;

	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;

}
#bbs_container .bbsSearchZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsDivsion_area #sD ,
#bbs_container .bbsSearchZone #sF ,
#bbs_container .bbsSearchZone #sV ,
#bbs_container .bbsSearchZone #sS ,
#bbs_container .bbsSearchZone #sC {
	float:left;
	height:35px;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:5px 10px;
}
#bbs_container .bbsDivsion_area #sD {
	border-radius:5px;
}
#bbs_container .bbsSearchZone #sF {
	padding:5px 5px;
	border-right-width:0;
}
#bbs_container .bbsSearchZone #sV {
	padding:5px 10px;
	border-right-width:0;
	width:160px;
}
#bbs_container .bbsSearchZone #sS ,
#bbs_container .bbsSearchZone #sC {
	font-size:1em;
	padding:5px 15px;
}
#bbs_container .bbsSearchZone #sC {
	display:none;
	border-left:0;
	width:35px;
	padding:0;
}
#bbs_container .bbsSearchZone #sV.fld_fill {
	width:125px;
}
#bbs_container .bbsSearchZone #sV.fld_fill ~ #sC {
	display:block;
}

#bbs_container .bbsSearchZone select:first-child {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#bbs_container .bbsSearchZone #sV.fld_null + button {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#bbs_container .bbsSearchZone button:last-child {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}





/* bbsDivsion */
#bbs_container .bbsDivsion ul { position:relative; border-left:1px solid #d5d5d5; }
#bbs_container .bbsDivsion ul:after { content:""; display:block; clear:both; }
#bbs_container .bbsDivsion li { float:left; text-align:center; margin:-1px 0 0; border:solid #d5d5d5; border-width:1px 1px 1px 0; box-sizing:border-box; background-color:#fff; }
#bbs_container .bbsDivsion li a { display:inline-block; width:100%; text-decoration:none; line-height:1; box-sizing:border-box; }
#bbs_container .bbsDivsion li.on { position:relative; z-index:1; border-color:#393d4a; background:#474c5b; }
#bbs_container .bbsDivsion li.on:before,
#bbs_container .bbsDivsion li.on:after { content:""; position:absolute; top:-1px; left:0; z-index:2; display:inline-block; width:100%; height:1px; border-right:1px solid #393d4a; background:#393d4a; }
#bbs_container .bbsDivsion li.on:after { left:-1px; width:0; height:100%; border-top:2px solid #393d4a; }
#bbs_container .bbsDivsion li.on a { color:#fff; font-weight:bold; }



/* 열람 본문 */
.bbsViewZone {
	color:#333;
}
.bbsViewZone:after {
	display:block;
	content:'';
	clear:both;
}
.bbsViewZone .bbsTitleArea {
	display:table;
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
	border-top:2px solid #000;
	border-bottom:1px solid #aaa;

}
.bbsViewZone .bbsTitleArea .arrow_title {
	display:table-cell;
	width:200px;
	height:100%;
	padding:15px;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.bbsViewZone .bbsTitleArea .subject {
	display:table-cell;
	width:auto;
	width:calc(100% - 200px - 180px);
	padding:15px;
	vertical-align:middle;

}
.bbsViewZone .bbsTitleArea .writedate {
	display:table-cell;
	width:180px;
	padding:15px;
	text-align:right;
	vertical-align:middle;

}

.bbsViewZone .bbsInfoArea {
	padding:15px;
	text-align:right;
	font-size:0.95em;
}
.bbsViewZone .bbsInfoArea > span {
	vertical-align:middle;
}
.bbsViewZone .bbsInfoArea > span {
	vertical-align:middle;
}

.bbsViewZone .bbsInfoArea > .bar {
	display:inline-block;
	padding:0 10px 5px;
	font-size:0.9em;
	vertical-align:top;
	color:#aaa;
	font-weight:bold;
	vertical-align:middle;

}


.bbsViewZone .bbsInfoArea .bbsInfoBtns {
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
}
.bbsViewZone .bbsInfoArea .bbsInfoBtns::after {
	display:inline-block;
	content:'';
	clear:both;
}
.bbsViewZone .bbsInfoArea .bbsInfoBtns button {
	float:left;
	border-right:0 !important;
}
.bbsViewZone .bbsInfoArea .bbsInfoBtns button:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bbsViewZone .bbsInfoArea .bbsInfoBtns button:last-of-type {
	border-right:1px solid #ccc  !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.bbsViewZone .bbsContentArea {
	padding:15px 30px 50px;

	overflow:hidden;
	word-wrap: normal;
	white-space:normal;
	text-overflow:ellipsis;
	word-break:break-all;
}
.bbsViewZone .bbsContentArea img {
	max-width:100%;
}
.dzSmartBoard_imgs {
	max-width:100%;
}




/* 첨부파일 */
.bbsAttachZone {
	display:table;
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;

	border:0;
	border-top:1px solid #ccc;

}
.bbsAttachZone .arrow_title {
	display:table-cell;
	width:200px;
	height:100%;
	padding:15px;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.bbsAttachZone .attach {
	display:table-cell;
	width:auto;
	width:calc(100% - 200px);
	padding:0;
	vertical-align:middle;

}
.bbsAttachZone .attach > ul {

}
.bbsAttachZone .attach > ul > li {
	border-bottom:1px solid #ddd;

}
.bbsAttachZone .attach > ul > li:last-child {
	border-bottom:0;
}
.bbsAttachZone .attach .btn {
	font-size:0.8em;
	padding:5px 15px;
	height:35px;

}


/* 이전/다음글 */
.bbsOterRecordZone .bbsOterRecordArea {
	display:table;
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
}
.bbsOterRecordZone .bbsOterRecordArea + .bbsOterRecordArea {
	border-top:0;
}
.bbsAttachZone + .bbsOterRecordArea {
	border-top:0;
}
.bbsOterRecordZone .bbsOterRecordArea .arrow_title {
	display:table-cell;
	width:200px;
	height:100%;
	padding:10px 15px;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.bbsOterRecordZone .bbsOterRecordArea .other_record {
	display:table-cell;
	width:auto;
	width:calc(100% - 200px - 180px);
	padding:10px 15px;
	vertical-align:middle;

	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.bbsOterRecordZone .bbsOterRecordArea .other_record > a {
	max-width:100%;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bbsOterRecordZone .bbsOterRecordArea .other_date {
	display:table-cell;
	width:180px;
	padding:15px;
	text-align:right;
	vertical-align:middle;
}
#bbs_container .bbsOterRecordZone .bbsOterRecordArea strong { color:#4c4c4f; vertical-align: middle; display:inline-block; }
#bbs_container .bbsOterRecordZone .bbsOterRecordArea strong:after { content:""; position:relative; display:inline-block; border-color:#393d4a; border-style:solid; border-width:1px 1px 0 0;     width: 10px;   height: 10px;   margin-left: 16px; }
#bbs_container .bbsOterRecordZone .bbsOterRecordArea.next strong:after { -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); transform:rotate(-45deg); }
#bbs_container .bbsOterRecordZone .bbsOterRecordArea.next strong:after { top: 2px; }
#bbs_container .bbsOterRecordZone .bbsOterRecordArea.prev strong:after { -webkit-transform:rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); }
#bbs_container .bbsOterRecordZone .bbsOterRecordArea.prev strong:after { top: -2px; }




/* 댓글 보기 */
.bbsCommentZone > li {
	border-top:1px solid #ddd;
	padding:10px 15px;
	font-size:.9em;
}
.bbsCommentZone > li:first-child {
	border-top:1px solid #aaa;
}
/*
.bbsAttachZone + .bbsCommentZone > li:first-child {
	border-top:0;
}
*/
.bbsCommentZone .comment_info {
	float:left;
}
.bbsCommentZone .comment_date {
	float:right;
}
.bbsCommentZone .comment_date > button.btn-close {
	margin-left:5px;
	margin-right:-10px;
	padding:0;
	width:25px;
	height:25px;
	color:#c00;
}

.bbsCommentZone .comment_date > button.btn-close::before,
.bbsCommentZone .comment_date > button.btn-close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 60%;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background: #c00;
}



.bbsCommentZone .bbsCommentArea:after {
	display:block;
	content:'';
	clear:both;
}
.bbsCommentZone .comment_body {
	padding:10px 0;

	overflow:hidden;
	word-wrap: normal;
	white-space:normal;
	text-overflow:ellipsis;
	word-break:break-all;
}


/* 댓글작성 */
.bbsCommentWriteZone {
	padding:20px;
	border-top:1px solid #aaa;

}
.bbsCommentWriteZone::after {
	display:block;
	content:'';
	clear:both;
}
.bbsCommentWriteZone > .bbsCommentWriter {
	float:left;
	width:150px;
	padding-right:10px;
}
.bbsCommentWriteZone > .bbsCommentWriter > INPUT  {
	width:100%;
	height:32px;
	background-color: #fafafa;
	border: solid 1px #ddd;
	BORDER-TOP: #aaa 1px solid;
	BORDER-LEFT: #aaa 1px solid;

	padding:5px 10px;
	margin-bottom:6px;
}
.bbsCommentWriteZone > .bbsCommentWriter > INPUT::placeholder {
	color:#aaa;
}

.bbsCommentWriteZone > .bbsCommentWriter > INPUT + INPUT {
	border-bottom: solid 1px #ddd;
	margin-bottom:0;
}
.bbsCommentWriteZone > textarea {
	float:left;
	width:calc(100% - 150px);
	height:70px;
	padding:5px 15px;
	margin:0;
	resize: none;
	background-color: #fafafa;
	border: solid 1px #ddd;
	BORDER-TOP: #aaa 1px solid;
	BORDER-LEFT: #aaa 1px solid;
	border-right:0;
	font-size:.9em;
}
.bbsCommentWriteZone > .bbsCommentWriter + textarea {
	width:calc(100% - 150px - 150px);
}
.bbsCommentWriteZone > button {
	float:right;
	width:150px;
	height:70px;
	margin:0;
	font-size:1em;
	border-radius: 5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;

}
#dz_RequestPasswdBox INPUT#removePasswd::placeholder {
	color:#aaa;
	text-align:center;
}



/* 하단 버튼구역 */
#bbs_container .bbsViewBtmZone {
	padding:20px 0 30px;
	border-top:1px solid #000;
}
#bbs_container .bbsOterRecordZone ~ .bbsViewBtmZone {
	border-top:0;
}
#bbs_container .bbsOterRecordZone::after,
#bbs_container .bbsViewBtmZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsViewBtmZone > .bbsButtonArea {

	height:40px;
	float:left;
}
#bbs_container .bbsViewBtmZone > .bbsButtonArea + .bbsButtonArea {
	float:right;
}
#bbs_container .bbsViewBtmZone > .bbsButtonArea button {
	height:40px;
	padding:5px 20px;
	border-radius: 5px;
}

#bbs_container .bbsButtonArea_single {
	text-align:center;
	padding:30px;
}
#bbs_container .bbsButtonArea_single button {
	max-width:95%;
	width:250px;
	height:50px;
	padding:5px;
	border-radius: 5px;
}



/* DZSMART_Photo Zoomup */
#DZSMART_ArticlePhotoZoom {
	z-index:9995;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	font-size:12pt;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
#DZSMART_ArticlePhotoZoom > .photoZoomEdgeZone {
	position: relative;
	width:auto;
	height:auto;
	max-width:95%;
	max-height:95%;
	padding:2px;
	border:1px solid #000;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,.2);
	border-radius: 10px;

	background:rgba(0,0,0,1);
	border-radius: 5px;

	overflow:auto;

}
#DZSMART_ArticlePhotoZoom > .photoZoomEdgeZone > .btn-close {
	position: absolute;
	right:0;
	top:0;
	z-index:10;
}
#DZSMART_ArticlePhotoZoom > .photoZoomEdgeZone > .photoZoomArea {
	position: relative;
	height:100%;
	overflow:auto;
	margin:0;
	padding:0px;
	border:1px solid #aaa;
}
#DZSMART_ArticlePhotoZoom > .photoZoomEdgeZone > .photoZoomArea img {
	/* max-width:100%; */
}



/* 비밀번호 필드 */

.bbsPasswordBox {
	width:100%;
	max-width:400px;
	padding:40px 50px;
	text-align:center;
	margin:50px auto;
	color:#333;
	border:2px solid #000;
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,#f1f2f3 1%,#ffffff 100%);
	background-image:linear-gradient(to bottom,#f1f2f3 1%,#ffffff 100%);

	border-radius: 5px;
	box-shadow: 1px 3px 5px 5px rgba(0,0,0,.15), inset 1px 1px 0 1px rgba(255,255,255,1);;
	font-weight:bold;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75);
}
.bbsPasswordBox .pwdFld_Area {
	padding:30px 0;
}
.bbsPasswordBox .pwdFld_Area .warningMessageBox {
	width:100%;
	padding:10px;
	font-size:.9em;
	margin-top:10px;
	margin-bottom:-20px;
}

.bbsPasswordBox .pwdBtn_Area::after {
	content:'';
	display:block;
	clear:both;
}
.bbsPasswordBox .pwdBtn_Area > .btns {
	height:50px;
	width:50%;
	float:left;
}
.bbsPasswordBox .pwdBtn_Area > .btns:first-of-type {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	width:65%;
}
.bbsPasswordBox .pwdBtn_Area > .btns:last-of-type {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	width:35%;
}
.bbsPasswordBox .pwdBtn_Area > .btns + .btns:focus ,
.bbsPasswordBox .pwdBtn_Area > .btns + .btns:active ,
.bbsPasswordBox .pwdBtn_Area > .btns + .btns:active:focus ,
.bbsPasswordBox .pwdBtn_Area > .btns + .btns:hover ,
.bbsPasswordBox .pwdBtn_Area > .btns + .btns {
	border-left:0;
}




/* 작성 */
.bbsWriteZone {
	color:#333;
}
.bbsWriteZone::after {
	display:block;
	content:'';
	clear:both;

}
.bbsWriteZone .bbsWrite_FldArea {
	display:table;
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
	table-layout:fixed;
}
.bbsWriteZone .bbsWrite_FldArea + .bbsWrite_FldArea {
	border-top:0;
}

.bbsWriteZone .bbsWrite_FldArea .arrow_title {
	display:table-cell;
	width:200px;
	height:100%;
	padding:10px 15px;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.bbsWriteZone .bbsWrite_FldArea .fldset_area {
	display:table-cell;
	width:auto;
	width:calc(100% - 200px);
	padding:10px 15px;
	vertical-align:middle;

}


.bbsWriteZone .bbsWrite_FldOpts {

	padding:15px;
}
.bbsWriteZone .bbsWrite_FldOpts + .bbsWrite_FldOpts {

	padding-top:0;
}
.bbsWriteZone .bbsWrite_FldOpts LABEL {

	font-weight:bold;
}
.bbsWriteZone .bbsWrite_FldOpts LABEL > input {
	width:1em;
	height:1em;
	vertical-align:middle;
}
.bbsWriteZone .bbsWrite_FldOpts .tip {
	color:#999;
	font-size:.9em;
	margin-left:10px;
}


/* 버튼 */
.bbsWriteZone .bbsWrite_BtnArea  {
	float:left;
}
.bbsWriteZone .bbsWrite_BtnArea + .bbsWrite_BtnArea  {
	float:right;
}
.bbsWriteZone .bbsWrite_BtnArea button {
	height:40px;
	padding:5px 20px;
	border-radius: 5px;
}
.bbsWrite_BtnArea.area_left button {
	float:left;
	border-radius:0;
	border-right:0 !important;

}
.bbsWrite_BtnArea.area_left button:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bbsWrite_BtnArea.area_left button:last-of-type {
	border-right:1px solid #ccc  !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}







/* 파일첨부 */
#DZ_smartFileZone {
	padding:30px 0;
}

#DZ_smartFileZone::after {
	display:block;
	content:'';
	clear:both;
}
#DZ_smartFileZone + .bbsWriteZone {
	border-top:1px solid #ccc;
}


/* 파일 업로드 구역 */
#DZ_smartFileZone UL#DZ_smartFile_StateZone {

	width:50%;
	float:left;

	height:170px;
	overflow:auto;

	margin:0; padding:0;
	margin-bottom:10px;

	display:block;
	position:relative;

	border:solid 1px;
	border-color:#ddd;
	BORDER-TOP: #aaa 1px solid;
	BORDER-LEFT: #aaa 1px solid;

	background-color:#fcfcfc;
	border-collapse:collapse;
	table-layout:fixed;

}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI {
	list-style-type:none;
	display:block;
	position: relative;
	width:100%;
	height:30px;
	line-height: 25px;
	border-bottom:1px dashed #ddd;
	padding:3px 10px;
	padding:0 10px;
	overflow:hidden;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI:last-child {
	border-bottom:0;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI.progress {

}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI.chked ,
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI:not(.null):hover {
	background-color:#ffc;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI > label {
	font-size:0.85em;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI > label > input {
	width:1.1em;
	height:1.1em;
	margin-right:5px;
	vertical-align: middle;
	cursor:pointer;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI > label > .iconset {
	margin-right:5px;
	vertical-align: middle;
}
#DZ_smartFileZone #DZ_smartFile_EventMessage .DZ_smartFile_ErrorMessage {
	border:1px dashed #c00;
	background-color:#ffc;
	padding:10px 20px;
	font-size: 0.85em;
	margin:10px 0 -10px;
	border-radius: 30px;
	text-align:center;
}

/* 미리보기 스타일 셋팅 */
#DZ_smartFileZone #DZ_smartFile_ThumbPreview {
	z-index: 9999;
	position:absolute;
	border:2px solid #333;
	background-color:#fff;
	padding:3px;
	width:auto;
	display:none;
	color:#fff;
}
#DZ_smartFileZone #DZ_smartFile_ThumbPreview IMG {
	vertical-align:middle;
}

/* 파일인포 */
#DZ_smartFileZone .bbsWrite_AttachArea {
	width:45%;
	float:right;

}
#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea {
	font-size:0.85em;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea::after {
	content:'';
	display:block;
	clear:both;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button {
	width:30%;
	height:40px;
	float:left;
	margin-right:1.5%;
	border-radius: 5px;

	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button:last-child {
	width:37%;
	margin-right:0;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachInfor {
	font-size:0.85em;
	margin-top:20px;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachInfor > li::before {
	display:inline-block;
	padding-right:5px;
	content:'※';
	clear:both;
}

#DZ_smartFileZone .bbsWrite_AttachArea #DZ_smartFile_Uploader ,
#DZ_smartFileZone .bbsWrite_AttachArea #DZ_smartFile_Uploader > .ajax-file-upload ,
#DZ_smartFileZone .bbsWrite_AttachArea #DZ_smartFile_Uploader > .ajax-file-upload > SPAN ,
#DZ_smartFileZone .bbsWrite_AttachArea #DZ_smartFile_Uploader > .ajax-file-upload > FORM ,
#DZ_smartFileZone .bbsWrite_AttachArea #DZ_smartFile_Uploader > .ajax-file-upload > FORM > INPUT {
	/* display:inline-block; */
	margin:0;
	padding:0;
	font-size:0;
	width:0;
	height:0;
	oveflow:hidden;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload {
	cursor:pointer  !important;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-container {
	display:none;
}

#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-statusbar {
	position: absolute;
	width:100%;
	height:100%;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-preview {
	width:50px;
	height:50px;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-filename {
	position: absolute;
	font-size:9pt;
	line-height:30px;
	color:#aaa;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-progress {
	position: absolute;
	top:0;
	width: calc(100% - 50px);
	height:100%;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-bar {
	position: absolute;
	height:66%;
	top:18%;
	overflow:hidden;
	background:#f6bb42;
	border-radius: 10px;
	font-size:9pt;
	line-height: 150%;
	padding:0;
	border:1px solid #f6bb42;
	font-weight:bold;
	color:#fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,.35);

	background-size: 30px 30px;
	background-image: linear-gradient(
		135deg,
		rgba(255, 255, 255, .4) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .4) 50%,
		rgba(255, 255, 255, .4) 75%,
		transparent 75%,
		transparent
	);
	animation: animate-stripes 0.6s linear infinite;
	animation-duration: 1.25s;
	animation-direction: reverse;
}
@keyframes animate-stripes {
	0% { background-position: 60px 0; }
	100% { background-position: 0 0; }
}

#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red {
	width:auto;
	height:30px;

	display:inline-block;
	position:relative;
	overflow:visible;

	text-decoration:none;
	vertical-align:top;
	word-spacing:-1px;
	white-space:nowrap;

	padding:0 10px;

	cursor:pointer;
	vertical-align: middle;

	color:#333333;
	text-shadow: 0 -1px 0 rgba(255,255,255,.8);
	border:1px solid #bbbbbb;
	border-right-color:#aaaaaa;
	border-bottom-color:#aaaaaa;

	background-color: #eeeeee	;
	background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
	box-shadow:inset 0 0 0 1px rgba(255,255,255,1);
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red:hover {

	border:1px solid #aaaaaa;
	border-right-color:#bbbbbb;
	border-bottom-color:#bbbbbb;

	background: -moz-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa',GradientType=0 );
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red::before, .ajax-file-upload-red::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #222;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red {
	padding:0;
	width:20px;
	height:20px;
	color:#c00;

	position: absolute;
	top:5px;
	right:20px;

	display: inline-block;
	overflow: hidden;
	font-size:0;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red::before,
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-red::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 60%;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background: #c00;
}





/* 작성 - 미리보기 */
#DZSMART_ArticlePreview {
	z-index:9995;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.25);
	font-size:12pt;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
#DZSMART_ArticlePreview > .previewEdgeZone {
	width:90%;
	height:90%;
	max-width:90%;
	max-height:90%;
	padding:15px 20px 20px;
	border:1px solid #aaa;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,.2);
	border-radius: 10px;

	background:rgba(255,255,255,1);
	border-radius: 5px;

	transition: all ease .5s 0s;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea {
	position: relative;
	height:50px;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea::after {
	content:'';
	display:block;
	clear:both;
}

#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea {
	position: absolute;
	left:150px;
	top:0;
	width:calc(100% - 300px);
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea div {
	margin:auto;
	width:300px;
	border-left:1px solid #ccc;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea div::after {
	content:'';
	display:block;
	clear:both;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea button {
	float:left;
	width:33.33%;
	height:40px;
	border-left:0;
}

#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea .btn-close {
	position: absolute;
	right:0;
	top:0;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewContentArea {
	position: relative;
	height:calc(100% - 50px);
	overflow:auto;
	margin:0;
	padding:30px;
	border:1px solid #aaa;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewContentArea img {
	max-width:100%;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewContentArea iframe {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:1px solid #aaa;
}



#DZSMART_ArticlePreview > .previewEdgeZone.mode_tablet {
	width:942px;
	height:1200px;
	max-width:95%;
	max-height:98%;

}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_tablet > .previewTitleArea {
	position: relative;
	height:40px;
}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_tablet > .previewTitleArea > .previewResizeArea button {
	font-size: .9em;
	height: 35px;
}

#DZSMART_ArticlePreview > .previewEdgeZone.mode_tablet > .previewContentArea {
	height:calc(100% - 40px);
}



#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile {
	width:402px;
	height:727px;
	max-width:95%;
	max-height:98%;
}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewTitleArea {
	height:90px;
}

#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewTitleArea > .previewResizeArea {
	position: absolute;
	left:0;
	top:40px;
	width:100%;
}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewTitleArea > .previewResizeArea div {
	margin:auto;
	width:100%;
}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewContentArea {
	height:calc(100% - 90px);
}







/* 갤러리 기본 스킨 */
#bbs_container UL.bbsGalleryZone {
	border:0;
	border-top:3px solid #222;
	border-bottom:1px solid #222;
	padding:1em 0;
}
#bbs_container UL.bbsGalleryZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container UL.bbsGalleryZone > li {
	float:left;
	padding:1em;
	width: calc(100% / 4 );
}

#bbs_container UL.bbsGalleryZone > li > button.bbsGalleryPic {
	display:block;
	border:1px solid #ccc;
	background-color:#fff;
	padding:.4em;
	width:100%;
}

#bbs_container UL.bbsGalleryZone > li > button.bbsGalleryPic > .thumbnail {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
#bbs_container UL.bbsGalleryZone > li > button.bbsGalleryPic > .thumbnail > .centered  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
}
#bbs_container UL.bbsGalleryZone > li > button.bbsGalleryPic > .thumbnail > .centered > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .5s 0s !important;
	transition: all ease .5s 0s !important;
}

#bbs_container UL.bbsGalleryZone > li > button.bbsGalleryPic:hover > .thumbnail > .centered > img {
    max-width: 150%;
}


#bbs_container UL.bbsGalleryZone .bbsGalleryTitle {
	margin-top:1em;
	font-weight:bold;

	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container UL.bbsGalleryZone .bbsGalleryTitle .comment {
	margin-left:.5em;
	font-size:.8em;
	color:#4A89DC;
}
#bbs_container UL.bbsGalleryZone .bbsGalleryInfor {
	margin-top:.25em;
	font-size:.8em;

	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container UL.bbsGalleryZone .bbsGalleryInfor > span {
	vertical-align: middle;
}
#bbs_container UL.bbsGalleryZone .bbsGalleryInfor .bar {
	display:inline-block;
	position: relative;
	width:2px;
	background:#ccc;
	font-size:0;
	height:12px;
	margin:0 5px;
}


/* notice */
#bbs_container UL.bbsGalleryZone > li.notice {
	float:none;
	padding:0;
	width: 100%;
}
#bbs_container UL.bbsGalleryZone > li.notice::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container UL.bbsGalleryZone > li.notice:first-of-type {
	margin-top:-1em;
}


/* LIST */
#bbs_container UL.bbsGalleryZone > li.notice > table {
	width:100%;
	margin:auto;
	border-spacing:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;

}

#bbs_container UL.bbsGalleryZone > li.notice > table > thead > tr > th ,
#bbs_container UL.bbsGalleryZone > li.notice > table > tbody > tr > th ,
#bbs_container UL.bbsGalleryZone > li.notice > table > thead > tr > td ,
#bbs_container UL.bbsGalleryZone > li.notice > table > tbody > tr > td {

	text-align:center;
	vertical-align:middle;
	padding:10px 5px;
	border:0;
	border-bottom:1px solid #ccc;
	cursor:default;
	font-size:1em;
}
#bbs_container UL.bbsGalleryZone > li.notice > table > thead > tr > th ,
#bbs_container UL.bbsGalleryZone > li.notice > table > tbody > tr > th {
	background-color:#f1f2f3;
	color:#000;
	letter-spacing:0;
}

#bbs_container UL.bbsGalleryZone > li.notice > table > tbody > tr:hover > td {
	background:#fafafa;
}
#bbs_container UL.bbsGalleryZone > li.notice > table td.cell_subject {
	text-align:left;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container UL.bbsGalleryZone > li.notice > table td.cell_subject > a:hover {
	text-decoration: underline;
}
#bbs_container UL.bbsGalleryZone > li.notice > table td.cell_subject .comment {
	margin-left:.5em;
	font-size:.8em;
	color:#4A89DC;
}
#bbs_container UL.bbsGalleryZone > li.notice > table > tbody td.cell_date {
	text-align:right;
}


#bbs_container UL > LI.record_blank {
	padding:100px 0;
	font-size:1.5em;
	font-weight:400;
	color:#ccc;
	width:100%;
	text-align:center;
}




/* bbsFAQZone */
#bbs_container .bbsFAQZone { border-top:1px solid #555; }
#bbs_container .bbsFAQZone .heading { position:relative; font-size:1em; }
#bbs_container .bbsFAQZone .heading strong { color:#4c4c4f; }
#bbs_container .bbsFAQZone .heading { padding:20px 100px 18px 85px; border-bottom:1px solid #e2e2e2; }
#bbs_container .bbsFAQZone .content { display:none; position:relative; }
#bbs_container .bbsFAQZone .content { padding:30px 100px 40px 85px; font-size:1em; border-bottom:1px solid #e2e2e2; }
#bbs_container .bbsFAQZone li.on { background-color:#f9f9f9; }
#bbs_container .bbsFAQZone .heading button { position:absolute; top:0; left:0; width:100%; height:100%; text-indent:150%; white-space:nowrap; font-size:0; line-height:0; border-left:0; box-sizing:border-box; }
#bbs_container .bbsFAQZone .heading button:after { display:inline-block; content: ""; position:absolute; top:20px; right:35px; width:9px; height:9px; border:solid #464b5b; border-width:1px 1px 0 0;
     -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); transform:rotate(135deg);
     -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s;
}
#bbs_container .bbsFAQZone li.on .heading button:after { top:25px; border-color:#4A89DC;
     -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); transform:rotate(-45deg);
     -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s;
}

#bbs_container .bbsFAQZone .AnswerContent ul {
	width:100%;
	margin-top:30px;
	border:1px solid #ccc;
	background:#fff;
	font-size:.9em;
}
#bbs_container .bbsFAQZone .AnswerContent ul > li {
	padding:7px 0;
	border-bottom:1px solid #ddd;
}
#bbs_container .bbsFAQZone .AnswerContent ul > li:last-child {
	border-bottom:0;
}
#bbs_container .bbsFAQZone .AnswerContent ul > li .tit {
	display:inline-block;
	width:80px;
	font-weight:bold;
	text-align:center;
}
#bbs_container .bbsFAQZone .AnswerContent ul > li .cont {
	display:inline-block;
	width:calc(100% - 80px);
}



/* 캘린더 스킨 */
#bbs_container .bbsCalenderTitle {
	text-align:center;
	margin-top:30px;
}
#bbs_container .bbsCalenderTitle > h2 {
	display:inline-block;
	font-size:2em;
	margin:auto 10px;
	letter-spacing: -1px;
	vertical-align: middle;

}
#bbs_container .bbsCalenderTitle > button {
	display:inline-block;
	width:auto;
	height:40px;
	padding:0 10px;
	font-size:1.35em;
	vertical-align: middle;
	font-weight:bold;
}

#bbs_container .bbsCalenderTbl {
	width:100%;
	margin:auto;
	padding:0;
	border-spacing:0;
	border:0;
	border-top:3px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:1em;
}
#bbs_container .bbsCalenderTbl > THEAD TH {
	padding:7px 5px;
	border:1px solid #ccc;
	border-bottom-color:#000;
	line-height:1.75em;
	background:#eee;

}
#bbs_container .bbsCalenderTbl > THEAD TH:first-child {
	color:#E9573F;
}
#bbs_container .bbsCalenderTbl > THEAD TH:last-child {
	color:#4A89DC;
}


#bbs_container .bbsCalenderTbl > TBODY TH ,
#bbs_container .bbsCalenderTbl > TBODY TD {
	height:150px;
	min-height:150px;
	padding:8px;
	border:1px solid #ddd;
	font-size:.95em;
	vertical-align:top;
}


#bbs_container .bbsCalenderTbl > TBODY > TR > TH:first-child .calnder_date ,
#bbs_container .bbsCalenderTbl > TBODY > TR > TD:first-child .calnder_date {
	color:#E9573F;
}
#bbs_container .bbsCalenderTbl > TBODY > TR > TH:last-child .calnder_date ,
#bbs_container .bbsCalenderTbl > TBODY > TR > TD:last-child .calnder_date {
	color:#4A89DC;
}
#bbs_container .bbsCalenderTbl > TBODY > TR > TH .calnder_date::after ,
#bbs_container .bbsCalenderTbl > TBODY > TR > TD .calnder_date::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsCalenderTbl > TBODY > TR > TH .calnder_date > span ,
#bbs_container .bbsCalenderTbl > TBODY > TR > TD .calnder_date > span {
	float:left;
}
#bbs_container .bbsCalenderTbl > TBODY > TR > TH .calnder_date > span:first-child ,
#bbs_container .bbsCalenderTbl > TBODY > TR > TD .calnder_date > span:first-child {
	font-weight:bold;
}
#bbs_container .bbsCalenderTbl > TBODY > TR > TH .calnder_date > span:last-child ,
#bbs_container .bbsCalenderTbl > TBODY > TR > TD .calnder_date > span:last-child {
	float:right;
}

#bbs_container .bbsCalenderTbl UL { margin-top:5px; }
#bbs_container .bbsCalenderTbl UL > LI  { padding:0; margin:0; font-size:.9em;  }
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI > BUTTON  {
	width:100%; padding:2px 5px; margin:0; border:1px solid #fff; border-top-color:#e1e2e3; background:#fff; text-align:left;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI:last-child > BUTTON  {
	border-bottom-color:#e1e2e3;
}
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI > BUTTON::before {
	content:'';
	display:inline-block;
	width:.3rem;
	height:.3rem;
	border-radius:.15rem;
	margin-right:.5rem;
	font-size:0;
	vertical-align: middle;
	top: 0;
	position: relative;
	border:1px solid #555;
	background-color:#aaa;
	box-shadow:inset -1px -1px 0 0 rgba(0,0,0,.4);
	-webkit-transform:rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
}
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI > BUTTON:not(:disabled):hover  { border-color:#37BC9B; background:#ffc; }
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI:hover + li > BUTTON { border-top-color:#fff; }




#bbs_container .CalenderRecords .CalenderContent {
	margin: auto;
	background-color: #fff;
	width: 100%;
	position: absolute;
	width: 500px;
	max-width: 90%;
	height: 400px;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-250px;
	border: 2px solid #000;
	box-shadow: 0 0 0 7px rgba(0,0,0,.25);

	border-radius: 0;
	z-index: 10;
	overflow: hidden;
	display: none;
	cursor: default;
}
#bbs_container .CalenderRecords .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
#bbs_container .CalenderRecords .CalenderContent {

}
#bbs_container .CalenderRecords .CalenderContent > h3 {
	font-size: 1.55em;
	padding:0 20px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .CalenderRecords .CalenderContent > h5 {
	font-size: 1.1em;
	padding:0 20px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .CalenderRecords .CalenderContent >  div {
	padding:30px 20px;
	height:calc(100% - 100px);
	overflow: auto;
}
#bbs_container .CalenderRecords .CalenderContent > div > ul {
	border-top:1px solid #ccc;
	margin-top:30px;
	width:100%;
	background:#fff;
	font-size:.9em;
}
#bbs_container .CalenderRecords .CalenderContent > div > ul > li {
	padding:7px 0;
	border-bottom:1px solid #ddd;
}
#bbs_container .CalenderRecords .CalenderContent > div > ul > li:last-child {
	border-bottom:0;
}
#bbs_container .CalenderRecords .CalenderContent > div > ul > li .tit {
	display:inline-block;
	width:80px;
	font-weight:bold;
	text-align:center;
}
#bbs_container .CalenderRecords .CalenderContent > div > ul > li .cont {
	display:inline-block;
	width:calc(100% - 80px);
}


/* 캘린더 작성 */
#bbs_container .bbsWriteZone .DZSMART_calenderDate {
	font-size:1em;
	height:35px;
	border:1px solid #ccc;
	padding:5px;
	cursor:pointer;
	vertical-align: middle;
	float:left;
}
#bbs_container .bbsWriteZone #DZSMART_calenderYear.DZSMART_calenderDate {
	min-width:90px;
}
#bbs_container .bbsWriteZone #DZSMART_calenderMonth.DZSMART_calenderDate {
	min-width:75px;
}
#bbs_container .bbsWriteZone #DZSMART_calenderDaily.DZSMART_calenderDate {
	min-width:75px;
}
#bbs_container .bbsWriteZone SELECT.DZSMART_calenderDate:not(:first-of-type) {
	border-left:0;
}
#bbs_container .bbsWriteZone SELECT.DZSMART_calenderDate > OPTION {
	font-size:1em;
}
#bbs_container .bbsWriteZone BUTTON.DZSMART_calenderDate {
	width:35px;
	height:35px;
	border-right:0;
}
#bbs_container .bbsWriteZone INPUT.DZSMART_calenderDate {
	position: absolute;
	width:0;
	height:35px;
	padding:0;
	outline: none;
	color:white;
	margin-left:-35px;
}



/* ======================================== Media Query ======================================== */

/********************* Mobile *********************/
@media all and (max-width:767px) {


	#bbs_container.bbs_container {
		font-size:10pt;
	}




	/* LIST */
	#bbs_container .bbsListTbl > colgroup ,
	#bbs_container .bbsListTbl > thead ,
	#bbs_container .bbsListTbl > tbody td {
		display:none;
	}
	#bbs_container .bbsListTbl > tbody td.cell_subject {
		display:table-cell;
		padding:0;
	}
	#bbs_container .bbsListTbl > tbody td.cell_subject > a {
		display:block;
		width:100%;
		text-decoration:none;
		padding:10px 20px;
		font-size:1.05em;
	}
	#bbs_container .bbsListTbl > tbody td.cell_subject > a:hover {
		text-decoration:none;
	}
	#bbs_container .bbsListTbl td.cell_subject .cell_info {
		display:block;
		margin-top:5px;
		font-size:.9em;
	}

	/* LIST - Footer */
	#bbs_container .bbsBtmZone {
		position:relative;
		height:auto;
		margin:20px 0 30px;
	}

	#bbs_container .bbsBtmZone .bbsPageingArea {
		float:none;
		margin:auto;
		width: 100%;
		min-width: 100%;
		margin-bottom:20px;
	}
	#bbs_container .bbsBtmZone .bbsPageingArea::after {
		display:block;
		content:'';
		clear:both;
	}

	#bbs_container .bbsBtmZone .bbsBtm_button_Arrea {
		position:relative;
		width:250px;
		margin: auto;
		clear: both;
		height: 30px;

	}
	#bbs_container .bbsBtmZone .bbsBtm_L_Area ,
	#bbs_container .bbsBtmZone .bbsBtm_R_Area {
		position: absolute;
		width:50%;
	}
	#bbs_container .bbsBtmZone .bbsBtm_L_Area > .btns ,
	#bbs_container .bbsBtmZone .bbsBtm_R_Area > .btns {
		height:40px !important
	}

	#bbs_container .bbsBtmZone .bbsBtm_L_Area > .btns {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#bbs_container .bbsBtmZone .bbsBtm_L_Area + .bbsBtm_R_Area > .btns {
		border-left:0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	/* LIST - accessory */
	#bbs_container .bbsDivsion_area {
		float:none;
	}
	#bbs_container .bbsDivsion_area #sD {
		float:none;
		display:block;
		width:100%;
		margin-bottom:10px;
	}

	#bbs_container .bbsSearchZone {
		width: 100%;
		max-width:250px;
		margin: auto;
		display:block;
	}

	#bbs_container .bbsSearchZone #sF {
		width:100%;
		float:none;
		display:block;
		margin:auto;
		margin-bottom:5px;
		border-right-width:1px;
	}
	#bbs_container .bbsSearchZone #sF::after {
		display:block;
		content:'';
		clear:both;
	}
	#bbs_container .bbsSearchZone #sV {
		width:calc(100% - 80px);
	}
	#bbs_container .bbsSearchZone #sV.fld_fill {
		width:calc(100% - 80px - 35px);
	}
	#bbs_container .bbsSearchZone #sS {
		width:80px;
	}


	#bbs_container .bbsSearchZone select:first-child {
		border-radius:5px;
	}
	#bbs_container .bbsSearchZone #sV {
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
	}


	/* bbsDivsion */
	#bbs_container .bbsDivsion { position:relative; margin:20px 0; width:100%; }
	#bbs_container .bbsDivsion li a { padding:8px 3px; font-size:12px; }
	#bbs_container .bbsDivsion li.on a { padding:9px 3px 7px; }
	#bbs_container .bbsDivsion[class*="div_grid"] ul:before { content:""; position:absolute; right:0; bottom:0; width:50%; height:24px; display:block; border-color:#d5d5d5; border-style:solid; border-width:0 1px 1px 0; box-sizing:border-box; }
	#bbs_container .bbsDivsion.div_grid2 ul:before { content:none; display:none; }
	#bbs_container .bbsDivsion[class*="div_grid"] ul > li { width:50%; }
	#bbs_container .bbsDivsion[class*="div_grid"] ul:before { content:none; }
	#bbs_container .bbsDivsion[class*="div_grid"]:before, #bbs_container .bbsDivsion[class*="div_grid"]:after { position:absolute; bottom:0; right:0; z-index:0; content:""; display:inline-block; border:solid #ddd; border-width:0 0 1px 1px; }
	#bbs_container .bbsDivsion[class*="div_grid"]:before { height:28px; }
	#bbs_container .bbsDivsion[class*="div_grid"]:after { width:100%; }




	/* 본문 */
	.bbsViewZone .bbsTitleArea {
		display:block;
	}
	.bbsViewZone .bbsTitleArea .arrow_title {
		display:none;
	}

	.bbsViewZone .bbsTitleArea .subject {
		display:block;
		width:100%;
		font-weight:bold;
		padding:15px 5px 5px;
	}
	.bbsViewZone .bbsTitleArea .writedate {
		display:block;
		width:100%;
		text-align:left;
		padding:5px;
	}

	.bbsViewZone .bbsInfoArea {
		padding:15px 0;
		text-align:right;
		font-size:0.95em;
	}
	.bbsViewZone .bbsContentArea {
		padding:15px 5px 50px;
	}






	/* 첨부파일 */
	.bbsAttachZone .arrow_title {
		display:none;
	}
	.bbsAttachZone .attach {
		width:calc(100%);
	}

	/* 이전/다음글 */
	.bbsOterRecordZone .bbsOterRecordArea .arrow_title {
		width:120px;
		display:none;
	}
	.bbsOterRecordZone .bbsOterRecordArea .other_record {
		width:calc(100%);
	}
	.bbsOterRecordZone .bbsOterRecordArea .other_date {
		display:none;
	}
	#bbs_container .bbsOterRecordZone .bbsOterRecordArea .other_record a { color:#4c4c4f; vertical-align: middle; display:inline-block; }
	#bbs_container .bbsOterRecordZone .bbsOterRecordArea .other_record a:before { content:""; position:relative; display:inline-block; border-color:#393d4a; border-style:solid; border-width:1px 1px 0 0;     width: 10px;   height: 10px;   margin-right: 16px; }
	#bbs_container .bbsOterRecordZone .bbsOterRecordArea.next .other_record a:before { -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); transform:rotate(-45deg); }
	#bbs_container .bbsOterRecordZone .bbsOterRecordArea.next .other_record a:before { top: 2px; }
	#bbs_container .bbsOterRecordZone .bbsOterRecordArea.prev .other_record a:before { -webkit-transform:rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); }
	#bbs_container .bbsOterRecordZone .bbsOterRecordArea.prev .other_record a:before { top: -2px; }

	/* 댓글작성 */
	.bbsCommentWriteZone {
		padding:20px 0;
	}
	.bbsCommentWriteZone > .bbsCommentWriter {
		float:none;
		width:180px;
		max-width:80%;
	}
	.bbsCommentWriteZone > .bbsCommentWriter > INPUT + INPUT {
		margin-bottom:10px;
	}
	.bbsCommentWriteZone > textarea {
		float:none;
		width:100%;
		border-right:#aaa 1px solid;
	}
	.bbsCommentWriteZone > .bbsCommentWriter + textarea {
		width:100%;
	}
	.bbsCommentWriteZone > button {
		float:none;
		width:100%;
		height:50px;
		border-radius: 5px;
	}



	/* 비밀번호 필드 */
	.bbsPasswordBox {
		margin:30px auto;
		padding:25px 15px;
	}



	/* 작성 */
	.bbsWriteZone .bbsWrite_FldArea {
		display:block;
		width:100%;
		margin:auto;
		border-spacing:0;
		padding:0;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-collapse:collapse;
		table-layout:fixed;
	}

	.bbsWriteZone .bbsWrite_FldArea .arrow_title {
		display:block;
		width:200px;
		padding:10px 15px 0;
		text-align:left;
		background:transparent;
		font-size:1.1em;
	}
	.bbsWriteZone .bbsWrite_FldArea .fldset_area {
		display:block;
		width:auto;
		width:100%;
		padding:5px 15px 10px;
		vertical-align:middle;

	}
	.bbsWriteZone .bbsWrite_FldArea .fldset_area::after {
		content:'';
		clear:both;
		float:none;
		display:block;
	}

	.bbsWriteZone .bbsWrite_FldOpts .tip {
		display:block;
		margin-left:0;
		margin-bottom:10px;
	}


	/* 파일 업로드 구역 */
	#DZ_smartFileZone UL#DZ_smartFile_StateZone {

		width:100%;
		float:none;
		height:170px;
	}
	/* 파일인포 */
	#DZ_smartFileZone .bbsWrite_AttachArea {
		width:100%;
		float:none;
	}





	/* 작성 - 미리보기 */
	#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewTitleArea {
		height:40px;
	}

	#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewTitleArea > .previewResizeArea {
		display:none;
	}
	#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewContentArea {
		height:calc(100% - 40px);
	}




	/* 갤러리 기본 스킨 */
	#bbs_container UL.bbsGalleryZone > li {
		width: calc(100% / 2 );
	}

	/* LIST */
	#bbs_container UL.bbsGalleryZone > li.notice > table > thead ,
	#bbs_container UL.bbsGalleryZone > li.notice > table > tbody td {
		display:none;
	}
	#bbs_container UL.bbsGalleryZone > li.notice > table > tbody td.cell_date ,
	#bbs_container UL.bbsGalleryZone > li.notice > table > tbody td.cell_subject {
		display:table-cell;
		padding:0;
	}
	#bbs_container UL.bbsGalleryZone > li.notice > table > tbody td.cell_subject > a {
		display:block;
		width:100%;
		text-decoration:none;
		padding:10px 20px;
		font-size:1.05em;
		overflow: hidden;
		word-wrap: normal;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#bbs_container UL.bbsGalleryZone > li.notice > table > tbody td.cell_subject > a:hover {
		text-decoration:none;
	}





	/* bbsFAQZone */
	#bbs_container .bbsFAQZone .heading { font-size:.9em; line-height:1.5; padding:10px 20px 8px 10px; }
	#bbs_container .bbsFAQZone .heading button:after { top:11px; right:8px; width:5px; height:5px; }
	#bbs_container .bbsFAQZone li.on .heading button:after { top:14px; }
	#bbs_container .bbsFAQZone .content { padding:10px 9px; font-size:.9em; }




	/* 캘린더 스킨 */
	#bbs_container .bbsCalenderTitle > h2 {
		font-size:1.55em;
	}
	#bbs_container .bbsCalenderTitle > button {
		font-size:1em;
	}


	#bbs_container .bbsCalenderTbl > THEAD {
		display:none;
	}
	#bbs_container .bbsCalenderTbl > TBODY TH {
		display:none;
	}
	#bbs_container .bbsCalenderTbl ,
	#bbs_container .bbsCalenderTbl > TBODY,
	#bbs_container .bbsCalenderTbl > TBODY > TR ,
	#bbs_container .bbsCalenderTbl > TBODY > TR > TD {
		display:block;
	}
	#bbs_container .bbsCalenderTbl > TBODY TD {
		display:block;
		height:auto;
		min-height:40px;
		border:1px solid #ddd;
		border-top:0;
	}


	#bbs_container .CalenderRecords .btn-close {
		top: 5px;
		right: 5px;
	}

	#bbs_container .CalenderRecords .CalenderContent {
		width: 100%;
		max-width:100%;
		height:auto;
		top:0;
		left:0;
		margin:auto;
		position: static;
		border: 1px solid #ddd;
		box-shadow:none;
	}

	#bbs_container .CalenderRecords .CalenderContent > h3 {
		font-size: 1.25em;
		height:50px;
		line-height:50px;
	}
	#bbs_container .CalenderRecords .CalenderContent >  div {
		padding:20px;
		height:calc(100% - 50px);
	}


}
/********************* Mobile(landscape) *********************/
@media all and (min-width:481px) and (max-width:767px) {


	/* 갤러리 기본 스킨 */
	#bbs_container UL.bbsGalleryZone > li {
		width: calc(100% / 3 );
	}

}
/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1023px) {

	#bbs_container.bbs_container {
		font-size:10pt;
	}

	/* bbsDivsion */
	#bbs_container .bbsDivsion { margin:20px 0; }
	#bbs_container .bbsDivsion li a { font-size:17px; }
	#bbs_container .bbsDivsion[class*="div_grid"] li:nth-of-type(3n) { width:33.4%; }
	#bbs_container .bbsDivsion[class*="div_grid"] ul:before,
	#bbs_container .bbsDivsion[class*="div_grid"]:after { content:""; position:absolute; right:0; bottom:0; width:100%; display:block; border-color:#d5d5d5; border-style:solid; border-width:0 0 1px; box-sizing:border-box; }
	#bbs_container .bbsDivsion.div_grid5 ul:before, #bbs_container .bbsDivsion.div_grid7 ul:before, #bbs_container .bbsDivsion.div_grid8 ul:before, #bbs_container .bbsDivsion.div_grid10 ul:before { width:calc(33.4% + 1px); height:42px; border-width:0 1px; }
	#bbs_container .bbsDivsion.div_grid2 ul > li, #bbs_container .bbsDivsion.div_grid4 ul > li:nth-of-type(n) { width:50%; }
	#bbs_container .bbsDivsion.div_grid5 ul > li, #bbs_container .bbsDivsion.div_grid6 ul > li, #bbs_container .bbsDivsion.div_grid7 ul > li,
	#bbs_container .bbsDivsion.div_grid8 ul > li, #bbs_container .bbsDivsion.div_grid9 ul > li, #bbs_container .bbsDivsion.div_grid10 ul > li { width:33.3%; }
	#bbs_container .bbsDivsion[class*="div_grid4"] ul:before, #bbs_container .bbsDivsion[class*="div_grid6"] ul:before,
	#bbs_container .bbsDivsion[class*="div_grid9"] ul:before, #bbs_container .bbsDivsion[class*="div_grid12"] ul:before { content:none !important; }

	/* 본문 */
	.bbsViewZone .bbsTitleArea .arrow_title {
		width:150px;
	}
	.bbsViewZone .bbsTitleArea .subject {
		width:calc(100% - 150px - 180px);
	}

	/* 첨부파일 */
	.bbsAttachZone .arrow_title {
		width:150px;
	}
	.bbsAttachZone .attach {
		width:calc(100% - 150px);
	}

	/* 이전/다음글 */
	.bbsOterRecordZone .bbsOterRecordArea .arrow_title {
		width:150px;
	}
	.bbsOterRecordZone .bbsOterRecordArea .other_record {
		width:calc(100% - 150px - 180px);
	}


	/* 댓글작성 */
	.bbsCommentWriteZone > .bbsCommentWriter {
		width:120px;
	}
	.bbsCommentWriteZone > textarea {
		width:calc(100% - 120px);
	}
	.bbsCommentWriteZone > .bbsCommentWriter + textarea {
		width:calc(100% - 120px - 120px);
	}
	.bbsCommentWriteZone > button {
		width:120px;
	}


	/* 작성 */
	.bbsWriteZone .bbsWrite_FldArea .arrow_title {
		width:150px;
	}
	.bbsWriteZone .bbsWrite_FldArea .fldset_area {
		width:calc(100% - 150px);
	}



}
/********************* Mobile / Tablet *********************/
@media all and (max-width:1023px) {

	/* LIST */
	#bbs_container .cell_hit {
		display:none;
	}
	/* LIST - Footer */
	#bbs_container .bbsBtmZone .bbsBtm_L_Area > .btns ,
	#bbs_container .bbsBtmZone .bbsBtm_R_Area > .btns {
		height:35px;
	}

	/* 작성 */
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button {
		width:49%;
		height:35px;
		margin-right:1%;
	}
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button:last-child {
		width:49%;
		margin-right:0;
	}



	/* 작성 - 미리보기 */
	#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea button {
		width:50%;
	}
	.bbsWrite_BtnArea.area_left {
		display:none;
	}

	.bbsWrite_BtnArea.area_right {
		float:none;
		width:100%;
		padding:0;
	}
	.bbsWrite_BtnArea.area_right::after {
		content:'';
		display:block;
		clear:both;
	}

	.bbsWrite_BtnArea.area_right button {
		float:left;
		width:50%;
		height:50px;
		padding:0 !important;
		border-radius:0;
		border-right:0 !important;

	}
	.bbsWrite_BtnArea.area_right button:first-of-type {
		width:25%;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.bbsWrite_BtnArea.area_right button:last-of-type {
		width:25%;
		border-right:1px solid #ccc  !important;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}


}
/********************* PC & tablet *********************/
@media all and (min-width:768px) {


	/* LIST */
	#bbs_container .bbsListTbl td.cell_subject {
		overflow:hidden;
		word-wrap: normal;
		white-space:nowrap;
		text-overflow:ellipsis;
	}

	/* bbsDivsion */
	#bbs_container .bbsDivsion { position:relative; }
	#bbs_container .bbsDivsion li a { padding:12px 5px; }
	#bbs_container .bbsDivsion li.selected a { padding:13px 5px 11px; }
	#bbs_container .bbsDivsion.div_grid3 ul > li { width:33.3%; }
	#bbs_container .bbsDivsion.div_grid3 ul > li:nth-of-type(3n) { width:33.4%; }



	/* bbsFAQZone */
	#bbs_container .bbsFAQZone .heading:before { content:"Q"; position:absolute; top:18px; left:32px; font-size:21px; font-weight:bold; }
	#bbs_container .bbsFAQZone .heading:before { color:#4c4c4f; }
	#bbs_container .bbsFAQZone .content:before { content:"A"; position:absolute; top:30px; left:32px; color:#4A89DC; font-size:21px; font-weight:bold; }


}
/********************* PC(1024 ~ 1170) *********************/
@media all and (min-width:1024px) and (max-width:1170px) {

	#bbs_container.bbs_container {
		font-size:11pt;
	}


	/* LIST */
	#bbs_container .bbsListTbl > thead > tr > th ,
	#bbs_container .bbsListTbl > tbody > tr > th ,
	#bbs_container .bbsListTbl > thead > tr > td ,
	#bbs_container .bbsListTbl > tbody > tr > td {
		padding:8px 5px;
	}

}
/********************* PC(1171 ~ full) *********************/
@media all and (min-width:1171px) {

}
/********************* PC *********************/
@media all and (min-width:1024px) {


	/* bbsDivsion */
	#bbs_container .bbsDivsion { border-bottom:1px solid #555; }
	#bbs_container .bbsDivsion li a { font-size:16px; white-space:nowrap; }
	#bbs_container .bbsDivsion.div_grid2 ul > li { width:50%; }
	#bbs_container .bbsDivsion.div_grid4 ul > li { width:25%; }
	#bbs_container .bbsDivsion.div_grid5 ul > li { width:20%; }
	#bbs_container .bbsDivsion.div_grid6 ul > li { width:16.66%; }
	#bbs_container .bbsDivsion.div_grid7 ul > li { width:14.28%; }
	#bbs_container .bbsDivsion.div_grid8 ul > li { width:12.5%; }
	#bbs_container .bbsDivsion.div_grid9 ul > li { width:11.11%; }
	#bbs_container .bbsDivsion.div_grid10 ul > li { width:10%; }
	#bbs_container .bbsDivsion.div_grid10 li a { font-size:14px; }
	#bbs_container .bbsDivsion li { border-bottom-width:0; }
}
