/****************************************************************************************************/
/* SMART BOARD ZONE */
/****************************************************************************************************/
@charset "UTF-8";

#bbs_container.bbs_container i[class*=" xi-"] ,
#bbs_container.bbs_container i[class^=xi-] { 
    font-size: 2rem;
    vertical-align: bottom;
}

#bbs_container BUTTON:focus-visible ,
#bbs_container LABEL:focus-visible ,
#bbs_container INPUT:focus-visible ,
#bbs_container SELECT:focus-visible ,
#bbs_container TEXTAREA:focus-visible ,
#bbs_container A:focus-visible ,
#bbs_container INPUT[type="radio"]:focus-visible + LABEL {
	position: relative;
	z-index:1;
}
#bbs_container BUTTON:focus ,
#bbs_container LABEL:focus ,
#bbs_container INPUT:focus ,
#bbs_container SELECT:focus ,
#bbs_container TEXTAREA:focus ,
#bbs_container A:focus ,
#bbs_container INPUT[type="radio"]:focus + LABEL {
	position: relative;
	z-index:1;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GLOBAL */
#bbs_container.bbs_container {
	font-size:1.6rem;
	font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, Sans-serif, AppleGothic;
}
#bbs_container.bbs_container * { transition: none; }

#bbs_container .dzSmart_imgs {
	max-width:100%;
}
#bbs_container th ,
#bbs_container .tit ,
#bbs_container .arrow_title  { cursor:default; }

#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;
	font-size:0;
	vertical-align:middle;

	font-family: xeicon!important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#bbs_container .iconset.record_new {
	background-position:0 0;
	width:1rem;
	height:0.9rem;
	margin:0 0.5rem;
	vertical-align:top;

}
#bbs_container .iconset.record_depth {
	background-position:0 -60px;
	width:0.8rem;
	height:0.7rem;
	margin:0 1rem 0 0;
}
#bbs_container .iconset.record_arrow  {
	background-position:0 -30px;
	width:0.8rem;
	height:0.7rem;
	margin:0;
}
#bbs_container .iconset.record_secret  {
	background-position:0 -90px;
	width:1.4rem;
	height:1.4rem;
	margin:0 0.5rem 0 0;
}
#bbs_container .iconset.record_nosecret  {
	background-position:-30px -90px;
	width:1.6rem;
	height:1.4rem;
	margin:0 0.5rem 0 0;
}

#bbs_container .iconset.file_etc {
	/*
	background-position:-90px -90px;
	width:1.4rem;
	height:1.4rem;
	margin:0 0.5rem 0 0;
	*/
	font-size: 2.25rem;
	min-width: 2rem;
	background: transparent;
}
#bbs_container .iconset.file_etc::before {
    content: "\ea7f"
}
#bbs_container .iconset.doc_depth ,
#bbs_container .iconset.doc_secret ,
#bbs_container .iconset.file_doc ,
#bbs_container .iconset.file_img {
	/*
	background-position:-60px -30px;
	width:1.3rem;
	height:1.3rem;
	margin:0 0.5rem 0 0;
	*/
	font-size: 2.25rem;
	min-width: 2rem;
	background: transparent;
}
#bbs_container .iconset.file_img::before {
    content: "\ea4e";
}
#bbs_container .iconset.file_doc::before {
    content: "\eb1f";
}

#bbs_container .iconset.doc_secret {
	min-height:2rem;
	line-height:0.8;
    color: #F5B025;
}
#bbs_container .iconset.doc_secret::before {
    content: "\e966";
}
#bbs_container .iconset.doc_depth::before {
    content: "\e981";
}

#bbs_container .iconset.doc_new {

	background: transparent;
	font-size: 1.6rem;
	line-height:0.8;
	margin-left:0.5rem;
    color: #E9573F;
	vertical-align: text-top;
}
#bbs_container .iconset.doc_new::before {
    content: "\e9a8";
}



#bbs_container .bbsGalleryTitle .iconset ,
#bbs_container .attach .iconset ,
#bbs_container .cell_subject .iconset {
	margin-right:0.5rem;
}
/*
#bbs_container .bbsicon {
	display:inline-block;
	width:2.4rem;
	height:2.4rem;
	line-height:1;
	border-radius:2.4rem;
	text-align:center;
	margin-right:0.5rem;
	vertical-align: middle;
}
#bbs_container .bbsicon > i.fa {
	font-size:1.6rem;
}
#bbs_container .bbsicon.file_etc > i.fa {
	font-size:2rem;
}

#bbs_container .bbsicon.record_new {

	margin-left:1rem;
	background-color:#E63F24;
	color:#fff;
	font-size:1.1rem;
    line-height: 2.8rem;
	font-weight:bold;
	vertical-align: top;
	overflow:hidden;

}
*/

#bbs_container .comment {

	position: relative;
	display:inline-block;
	padding:0 0.8rem;
	height:2.5rem;
	line-height:2.2rem;
	border-radius:2.5rem;
	text-align:center;
	margin-left:1rem;
	vertical-align: text-top;
	font-size:1.4rem;

	color:#222;
	font-weight:bold;
	background-color:#eee;
	border:1px solid #bbb;
	
}
/*
#bbs_container .comment::before {
  position: absolute;
  left: -1rem;
  top:0.55em;
  content: " ";
  height: 0;
  z-index: 1;
  border-bottom: 0.34em solid;
  border-left: 0.34em solid rgba(0, 0, 0, 0);
  border-right: 0.34em solid rgba(0, 0, 0, 0);
  color: #bbb;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
*/


/* 컨펌 */
.DZSMART_BoardConfirmPOP {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5000;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	background: #000;
	background-color: rgba(0,0,0,.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.DZSMART_BoardConfirmPOP .BBSPOP_Edge {
	position: relative;
	min-width: 30rem;
	max-width: 98%;
	max-height: 70%;
	background-color: #fff;
	border: 2px solid #000;
	box-shadow: 0 0 0 .7rem rgba(0,0,0,0.25);
	border-radius: 0;
	overflow: auto;
	cursor: default;


	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.DZSMART_BoardConfirmPOP .BBSPOP_Title {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', dotum, 'Sans-serif', AppleGothic;
    font-weight: 500;
    letter-spacing: -0.1rem;
	font-size: 2.4rem;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}
.DZSMART_BoardConfirmPOP .BBSPOP_Btn_Closed {

	display: inline-block;
	overflow: hidden;
	background:transparent;
	width: 3rem;
	height: 3rem;
	font-size:0;
	z-index:1;
	position:absolute;top:2rem;right:2rem;
	margin:0; padding:0; border:0;
	background-color:transparent;

}

.DZSMART_BoardConfirmPOP .BBSPOP_Btn_Closed::before ,
.DZSMART_BoardConfirmPOP .BBSPOP_Btn_Closed::after {
	content: '';
	position: absolute;
	height: 0.2rem;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #222;
}
.DZSMART_BoardConfirmPOP .BBSPOP_Btn_Closed::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.DZSMART_BoardConfirmPOP .BBSPOP_Btn_Closed::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.DZSMART_BoardConfirmPOP .BBSPOP_Msg {
	width:100%;
	height:calc(100% - 6rem);
	padding:4rem 3rem 2rem;
}
.DZSMART_BoardConfirmPOP .BBSPOP_Btn {
	width:100%;
	height: 8rem;
	padding:1.5rem;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
}


/* 한칸에 두개의 버튼 */
.DZSMART_BoardConfirmPOP .BBSPOP_Btn > BUTTON {
	width:100%;
	height:100%;
	position: relative;
	margin: 0;
	font-weight: 500;
	background-image: none;
	border: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	overflow: hidden;

}
.DZSMART_BoardConfirmPOP .BBSPOP_Btn > BUTTON:first-of-type:nth-last-of-type(2) {
	width:60%;
}
.DZSMART_BoardConfirmPOP .BBSPOP_Btn > BUTTON:first-of-type:nth-last-of-type(2) ~ BUTTON {
	width:40%;
}




/* 리스트의 공지사항 표시박스 */
#bbs_container div.notice {
	display:inline-block;
	width:auto;
	font-weight:bold;
	padding:0.1rem 0.5rem;
	color:#4A89DC;
	border:1px solid #4A89DC;
}


/* 편집버튼 활성 */
#bbs_container UL.authorbox {
	width:100%;
	margin-top:1.8rem;
	border:1px solid #ccc;
	background:#fff;
	font-size:1.5rem;
}
#bbs_container UL.authorbox > li {
	padding:0.7rem 1rem;
	border-bottom:1px solid #ddd;
}
#bbs_container UL.authorbox > li:last-child {
	border-bottom:0;
}
#bbs_container UL.authorbox > li .tit {
	display:inline-block;
	width:9.6rem;
	font-weight:bold;
	text-align:center;
}
#bbs_container UL.authorbox > li .cont {
	display:inline-block;
	width:calc(100% - 9.6rem);
    padding: 0.5rem 1rem;
}
#bbs_container UL.authorbox > li .btnbbs-group {
	margin:0 1.6rem;
	padding:0.5rem;
}



/* BUTTON */
#bbs_container .btnbbs {

	/* width:auto; */
	max-width: 100%;
	min-height:5rem;

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

	text-decoration:none;
	vertical-align:top;
	word-spacing:-0.1rem;
	white-space:nowrap;
	overflow:hidden;

	padding:1rem 2.5rem;
	border-radius: 0.5rem;

	cursor:pointer;
	vertical-align: middle;


	color:#333;
	text-shadow: 0 -1px 0 rgba(255,255,255,.8);
	border:1px solid #ccc;
	border-right-color:#bbb;
	border-bottom-color:#bbb;

	background-color: #f5f5f5	;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 );
	-webkit-box-shadow:inset 1px 1px 0  0 rgba(255,255,255,.2);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,1);



}


#bbs_container .btnbbs.btnmini {
	padding:0.5rem 1rem;
	min-height:3.5rem;

}

#bbs_container .btnbbs.disabled ,
#bbs_container .btnbbs[disabled] ,
fieldset[disabled] .btnbbs {
	cursor:not-allowed !important;
	pointer-events:none !important;
	opacity:0.6;
	filter:alpha(opacity=6);
	-webkit-box-shadow:none;
	box-shadow:none;
}



#bbs_container .btnbbs.active ,
#bbs_container .btnbbs:focus ,
#bbs_container .btnbbs:active ,
#bbs_container .btnbbs:active:focus ,
#bbs_container .btnbbs:hover {
	border-color:#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 );
}
#bbs_container .btnbbs.active ,
#bbs_container .btnbbs:active {
	box-shadow:inset 0.3rem 0.3rem 0.7rem 0.1rem rgba(0,0,0,.15);
}
#bbs_container .btnbbs.active {
	background: -moz-linear-gradient(top, #dddddd 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #dddddd 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fafafa',GradientType=0 );

}
#bbs_container .btnbbs > .loading  {
	/*background-image: url('imgs/btn_loader_black.gif');*/

	font-family: xeicon!important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-animation: xi-spin 2s infinite linear;
    animation: xi-spin 2s infinite linear;

	font-size: 2.5rem;
    /* margin-right: 0.5rem; */
	position: absolute;
    left: calc(50% - 1.25rem);

}
#bbs_container .btnbbs > .loading::before {
    content: "\ec33";
}
#bbs_container .btnbbs > .loading ~ SPAN {
	opacity:0.5;
}
#bbs_container .btnbbs-group::after {
	clear:both;
	content:'';
	display:block;
}

#bbs_container .btnbbs-group > .btnbbs {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
	border-left:0;
	float:left;
}
#bbs_container .btnbbs-group > .btnbbs + .btnbbs {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
#bbs_container .btnbbs-group > .btnbbs:last-of-type {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius:0.5rem;
}
#bbs_container .btnbbs-group > .btnbbs:first-of-type {
    border-left:1px solid #bbbbbb;
}








/* LIST */
#bbs_container .record_blank {
	padding:8rem 0;
	font-size:2rem;
	font-weight:400;
	color:#717171;
	text-align:center;
	border-bottom:1px solid #555;
}

#bbs_container LI.record_blank {
	border:0;
	border-bottom:1px solid #222;

}

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

}
#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:1.5rem 0.5rem;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	cursor:default;
}
#bbs_container .bbsListTbl > thead > tr > th ,
#bbs_container .bbsListTbl > tbody > tr > th {
	background-color:#f5f5f5;
	color:#555;
	letter-spacing:0;
}

#bbs_container .bbsListTbl > tbody > tr:hover > td {
	background:#fafafa;
}
#bbs_container .bbsListTbl > tbody > tr:last-child > td {
	border-bottom:1px solid #555;
}
#bbs_container .bbsListTbl td.cell_subject {
	text-align:left;
}
#bbs_container .bbsListTbl td.cell_subject > strong {
	margin-right:1rem;
}
#bbs_container .bbsListTbl td.cell_subject > a {
		/*
		display:inline-block;
		vertical-align: middle;
		*/
		padding:0.1rem;
		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:0.2rem;
	background:#ccc;
	font-size:0;
	height:1.2rem;
	margin:0 0.5rem;
}

/* LIST - Footer */
#bbs_container .bbsBtmZone {
	position:relative;
	height:4rem;
	margin:2.4rem 0;
}
#bbs_container .bbsBtmZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsBtmZone .bbsPageingArea {
	float:left;
	margin:auto 8rem;
	width: calc(100% - 16rem);
	min-width:30rem;
}
#bbs_container .bbsBtmZone .bbsBtm_L_Area ,
#bbs_container .bbsBtmZone .bbsBtm_R_Area {
	position: absolute;
	/* width:12.8rem; */
}
#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:4.2rem;
	border-radius: 0.5rem;
}

/* 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:3.2rem 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;
	min-height:4.4rem;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:.8rem 1.6rem;
}
#bbs_container .bbsDivsion_area #sD {
	border-radius:5px;
}
#bbs_container .bbsSearchZone #sF {
	padding:.8rem 1.5rem;
	border-right-width:0;
}
#bbs_container .bbsSearchZone #sV {
	padding:.8rem 1.6rem;
	border-right-width:0;
	width:19rem;
}
#bbs_container .bbsSearchZone #sS ,
#bbs_container .bbsSearchZone #sC {
	font-size:1.6rem;
	padding:.8rem 1.6rem;
	border-radius:0;

}
#bbs_container .bbsSearchZone #sC {
	display:none;
	border-left:0;
	min-width:4.4rem;
	min-height:4.4rem;
	padding:0;
}
#bbs_container .bbsSearchZone #sV.fld_fill {
	width:16rem;
}
#bbs_container .bbsSearchZone #sV.fld_fill ~ #sC {
	display:block;
	width:4.4rem;
}

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

/* 검색이 헤더에 있을때 */
#bbs_container .bbsHeader .bbsSearchZone {

}



#bbs_container .bbsDivsion > ul { width:100%; margin:1.6rem 0 0; padding:0; list-style-type:none; border-bottom:2px solid #222; }
#bbs_container .bbsDivsion > ul::after { content:''; display:block; clear:both; }
#bbs_container .bbsDivsion > ul > li { width:20%; padding:1.5rem; float:left; margin:0; background:#fff; border:1px solid #ccc; border-left-width:0; }
#bbs_container .bbsDivsion > ul > li::after { content:''; display:block; clear:both; }
#bbs_container .bbsDivsion > ul > li > a { width:100%; display:inline-block; text-align:center;  }
#bbs_container .bbsDivsion > ul > li.on { position:relative; z-index:1; border-color:#393d4a; background:#474c5b;   color:#fff; font-weight:bold;  }

#bbs_container .bbsDivsion > ul > li:nth-of-type(n+6) { border-top-width:0; }
#bbs_container .bbsDivsion > ul > li:nth-of-type(5n + 1) { border-left-width:1px; }
#bbs_container .bbsDivsion > ul > li:nth-last-child(-n + 5):nth-child(5n + 1),
#bbs_container .bbsDivsion > ul > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li { border-bottom-width:0; }



#bbs_container .bbsDivsion + .bbsListTbl {
    border-top-width:1px;
    margin-top:0;
}




#bbs_container .bbsHeader {
	position: relative;
}
#bbs_container .bbsHeader::after {
	clear:both;
	content:'';
	display:block;
}
#bbs_container .bbsHeader .bbsRecordCount {
	float:left;
	line-height:3.2rem;
	position: absolute;
	bottom: 0;

}
#bbs_container .bbsHeader .bbsSearchZone {
	margin:0 auto;
	display: block;
	float:right;
}





/* DZSMART_Paginate */
#bbs_container .bbsPageing {
	height:4rem;
	text-align:center;
	overflow:hidden;
}
#bbs_container .bbsPageing > * {
	font-size:1.6rem;
	min-width:3.2rem;
	padding:0 1.6rem;
	height: calc(100% - 0.4rem );
}
#bbs_container .bbsPageing > a ,
#bbs_container .bbsPageing > span ,
#bbs_container .bbsPageing > strong ,
#bbs_container .bbsPageing > a.selected {
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin:0.2rem -0.1rem 0.1rem 0;
	border:1px solid transparent;
	vertical-align:top;
	text-decoration:none;
	font-weight:bold;
	font-family:'tahoma';

	line-height:3.5rem;

	border-color:#ddd;
	border-top-color:#bbb;
	border-bottom-color:#bbb;
	background:#fff;
	color:#555;
}
#bbs_container .bbsPageing > strong ,
#bbs_container .bbsPageing > a.selected {
	margin:0;
	z-index:1;
	cursor:default;
	color:#222;
	box-shadow:0 0 3px 0 rgba(0,0,0,.2);
	border-color:#555;
	background:#fafafa;
	height:100%;
	line-height:3.5rem;
}
#bbs_container .bbsPageing >  a:hover{
	text-decoration:none;
	background:#f1f2f3;
	color:#222;
}
#bbs_container .bbsPageing > a:first-child {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-color:#bbb;
	border-right-color:#ddd;
}
#bbs_container .bbsPageing > a:last-child {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-color:#bbb;
	border-left-color:#ddd;
}

#bbs_container .bbsPageing > .prevblock,
#bbs_container .bbsPageing > .nextblock,
#bbs_container .bbsPageing > .firstpage,
#bbs_container .bbsPageing > .lastpage{
	position:relative;
	font-weight:normal;
	color:#555;
}


#bbs_container .bbsPageing > .prevblock strong ,
#bbs_container .bbsPageing > .nextblock strong { color:#4c4c4f; vertical-align: middle; display:inline-block; }
#bbs_container .bbsPageing > .prevblock strong:after ,
#bbs_container .bbsPageing > .nextblock strong:after { content:''; position:relative; display:inline-block; border-color:#393d4a; border-style:solid; border-width:2px 2px 0 0; width: 1rem;   height: 1rem; }
#bbs_container .bbsPageing > .prevblock strong:after { -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); transform:rotate(-135deg); }
#bbs_container .bbsPageing > .prevblock strong:after { top: -0.3rem; left:0.4rem;}
#bbs_container .bbsPageing > .nextblock strong:after { -webkit-transform:rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
#bbs_container .bbsPageing > .nextblock strong:after { top: -0.3rem; left:0; }

#bbs_container .bbsPageing > .prevpage ,
#bbs_container .bbsPageing > .nextpage { height:100%; margin:0; border-color:#bbb; display:none; }
#bbs_container .bbsPageing > .prevpage { border-top-left-radius:5px; border-bottom-left-radius:5px; border-right-width:0; }
#bbs_container .bbsPageing > .nextpage { border-top-right-radius:5px; border-bottom-right-radius:5px; border-left-width:0; }

#bbs_container .bbsPageing > .prevpage strong ,
#bbs_container .bbsPageing > .nextpage strong { color:#4c4c4f; vertical-align: middle; display:inline-block; padding:0 0.5rem; }
#bbs_container .bbsPageing > .prevpage strong { padding-left:1rem; }
#bbs_container .bbsPageing > .nextpage strong { padding-right:1rem; }
#bbs_container .bbsPageing > .prevpage strong:before ,
#bbs_container .bbsPageing > .nextpage strong:after { content:''; position:relative; display:inline-block; border-color:#393d4a; border-style:solid; border-width:2px 2px 0 0; width: 1rem;   height: 1rem; }
#bbs_container .bbsPageing > .prevpage strong:before { -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); transform:rotate(-135deg); }
#bbs_container .bbsPageing > .prevpage strong:before { top: -0.1rem; left:-0.1rem }
#bbs_container .bbsPageing > .nextpage strong:after { -webkit-transform:rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
#bbs_container .bbsPageing > .nextpage strong:after { top: -0.1rem; left:0.2rem; }








/* 열람 본문 */
#bbs_container .bbsViewZone {
	color:#333;
	position: relative;
}
#bbs_container .bbsViewZone:after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .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 #555;
	border-bottom:1px solid #aaa;
}
#bbs_container .bbsViewZone .bbsTitleArea + .bbsTitleArea {
	border-top-width:0;
}
#bbs_container .bbsViewZone .bbsTitleArea .arrow_title {
	display:table-cell;
	width:15rem;
	height:100%;
	padding:1.2rem;
	background:#f5f5f5;


	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
#bbs_container .bbsViewZone .bbsTitleArea .subject {
	display:table-cell;
	width:auto;
	width:calc(100% - 15rem - 16rem);
	padding:2rem;
	vertical-align:middle;
}
#bbs_container .bbsViewZone .bbsTitleArea .writedate {
	display:table-cell;
	width:18rem;
	padding:1.2rem;
	text-align:right;
	vertical-align:middle;

}

#bbs_container .bbsViewZone .bbsInfoArea {
	padding:1.2rem;
	text-align:right;
	font-size:1.5rem;
}
#bbs_container .bbsViewZone .bbsInfoArea > span {
	vertical-align:middle;
}
#bbs_container .bbsViewZone .bbsInfoArea > span {
	vertical-align:middle;
}

#bbs_container .bbsViewZone .bbsInfoArea > .bar {
	display:inline-block;
	padding:0 1rem 0.5rem;
	font-size:1.4rem;
	vertical-align:top;
	color:#aaa;
	font-weight:bold;
	vertical-align:middle;

}


#bbs_container .bbsViewZone .bbsInfoArea .bbsInfoBtns {
	display:inline-block;
	vertical-align:middle;
	padding-left:1.2rem;

}
/*
#bbs_container .bbsViewZone .bbsInfoArea .bbsInfoBtns::after {
	display:inline-block;
	content:'';
	clear:both;
}

#bbs_container .bbsViewZone .bbsInfoArea .bbsInfoBtns button {
	float:left;
	border-right:0 !important;
}
#bbs_container .bbsViewZone .bbsInfoArea .bbsInfoBtns button:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#bbs_container .bbsViewZone .bbsInfoArea .bbsInfoBtns button:last-of-type {
	border-right:1px solid #ccc  !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
*/

#bbs_container .bbsViewZone .bbsContentArea {
	padding:1.2rem 3rem 5rem;

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




/* 첨부파일 */
#bbs_container .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;

}
#bbs_container .bbsAttachZone .arrow_title {
	display:table-cell;
	width:12.8rem;
	height:100%;
	padding:1.2rem;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
#bbs_container .bbsAttachZone .attach {
	display:table-cell;
	width:auto;
	width:calc(100% - 12rem);
	padding:0;
	vertical-align:middle;
}
#bbs_container .bbsAttachZone .attach > ul {

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

}
#bbs_container .bbsAttachZone .attach > ul > li:last-child {
	border-bottom:0;
}
#bbs_container .bbsAttachZone .attach > ul > li BUTTON  {

	max-width:100%;
	height:100%;

	font-size:1.5rem;

	margin:0;
	padding:0 1rem;

	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;

}


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

#bbs_container .bbsAttachZone + .bbsOterRecordArea {
	border-top:0;
}
.bbsOterRecordZone .bbsOterRecordArea .arrow_title {
	display:table-cell;
	width:12.8rem;
	height:100%;
	padding:1rem 1.2rem;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.bbsOterRecordZone .bbsOterRecordArea .other_record {
	display:table-cell;
	width:auto;
	width:calc(100% - 12.8rem - 18rem);
	padding:1rem 1.2rem;
	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:20rem;
	padding:1.5rem;
	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: 1rem;   height: 1rem;   margin-left: 1.7rem; }
#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: 0.2rem; }
#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: -0.2rem; }




/* 댓글 보기 */
#bbs_container .bbsCommentZone > li {
	border-top:1px solid #ddd;
	padding:1.1rem;
}
#bbs_container .bbsCommentZone > li:first-child {
	border-top:1px solid #aaa;
}
#bbs_container .bbsCommentZone .comment_info {
	float:left;
}
#bbs_container .bbsCommentZone .comment_date {
	font-size:1.5rem;
	float:right;
}
#bbs_container .bbsCommentZone .comment_date > button.btn-close {
	margin-left:1rem;
	margin-right:0;
	padding:0;
	width:3rem;
	height:3rem;
	color:#c00;
	border-radius: 5px;
}

#bbs_container .bbsCommentZone .comment_date > button.btn-close::before,
#bbs_container .bbsCommentZone .comment_date > button.btn-close::after {
	content: '';
	position: absolute;
	height: 0.2rem;
	width: 50%;
	top: 50%;
	left: 27.5%;
	background: #c00;
}



#bbs_container .bbsCommentZone .bbsCommentArea:after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsCommentZone .comment_body {
	padding:1rem 0 1.1rem;

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


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

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

	padding:1rem 1.2rem;
	margin-bottom:0.6rem;
}
#bbs_container .bbsCommentWriteZone > .bbsCommentWriter > INPUT::placeholder {
	color:#aaa;
}

#bbs_container .bbsCommentWriteZone > .bbsCommentWriter > INPUT + INPUT {
	border-bottom: solid 1px #ddd;
	margin-bottom:0;
}
#bbs_container .bbsCommentWriteZone > TEXTAREA {
	float:left;
	width:calc(100% - 12.8rem);
	height:8rem;
	padding:1rem 1.2rem;
	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:1.6rem;
}
#bbs_container .bbsCommentWriteZone > .bbsCommentWriter + TEXTAREA {
	width:calc(100% - 15rem - 12.8rem);
}
#bbs_container .bbsCommentWriteZone > BUTTON.btnbbs {
	float:right;
	width:12.8rem;
	height:8rem;
	margin:0;
	font-size:1.6rem;
	border-radius: 5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;

}
#dz_RequestPasswdBox P {
	letter-spacing: -0.1rem;
	font-weight: 500;
	text-align: center;
	font-size: 1.6rem;
}
#dz_RequestPasswdBox INPUT {
	display:block;
	margin-top:2rem;
	font-size: 1.6rem;
	width:100%;
	height: 4rem;
    padding: 0.2rem 1.5rem;
	border:1px solid #ddd;
	color:#333;
    border-top-color: #aaa;
	border-left-color: #aaa;
    background-color: #ffc;
}
#dz_RequestPasswdBox INPUT#removePasswd::placeholder {
	color:#aaa;
	text-align:center;
}



/* 하단 버튼구역 */
#bbs_container .bbsViewBtmZone {
	padding:2.1rem 0 1.8rem;
	border-top:1px solid #555;
	text-align:center;
}

#bbs_container .bbsOterRecordZone ~ .bbsViewBtmZone {
	border-top:0;
}
#bbs_container .bbsOterRecordZone::after,
#bbs_container .bbsViewBtmZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container .bbsViewBtmZone > .bbsButtonArea {


	float:left;
}
#bbs_container .bbsViewBtmZone > .bbsButtonArea + .bbsButtonArea {
	float:right;
}
#bbs_container .bbsViewBtmZone > .bbsButtonArea button {


}

#bbs_container .bbsButtonArea_single {
	text-align:center;
	padding:1.8rem;
}
#bbs_container .bbsButtonArea_single button {
	max-width:95%;
	padding:1.5rem 10rem;
}



/* 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:1.6rem;
	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:0.2rem;
	border:1px solid #555;
	box-shadow: 0 0 2.1rem 0 rgba(0,0,0,.2);
	border-radius: 1rem;

	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:0;
	border:1px solid #aaa;
}
#DZSMART_ArticlePhotoZoom > .photoZoomEdgeZone > .photoZoomArea img {
	/* max-width:100%; */
}



/* 비밀번호 필드 */

#bbs_container .bbsPasswordBox {
	width:100%;
	max-width:40rem;
	padding:4rem 4rem;
	text-align:center;
	margin:4rem auto;
	color:#333;
	border:2px solid #555;
	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);
}
#bbs_container .bbsPasswordBox h4 {
	font-size:1.8rem;
}
#bbs_container .bbsPasswordBox .pwdFld_Area {
	padding:1.8rem 0;
}
#bbs_container .bbsPasswordBox .pwdFld_Area .warningMessageBox {
	width:100%;
	padding:1rem;
	font-size:1.5rem;
	margin-top:1rem;
	margin-bottom:-2.1rem;
}
#bbs_container .bbsPasswordBox .pwdFld_Area #passwd {
	width:100%;
	min-height:3.5rem;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:.8rem 1.6rem;
}

#bbs_container .bbsPasswordBox .btnbbs-group > .btnbbs {
	height:4rem;
	font-weight:500;
}
#bbs_container .bbsPasswordBox .btnbbs-group > .btnbbs:first-of-type {
	width:65%;
}
#bbs_container .bbsPasswordBox .btnbbs-group > .btnbbs:last-of-type {
	width:35%;
}



/* 작성 */
.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 !important;
}

.bbsWriteZone .bbsWrite_FldArea .arrow_title {
	display:table-cell;
	width:12.8rem;
	height:100%;
	padding:1.2rem;

	background:#eee;

	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.bbsWriteZone .bbsWrite_FldArea .fldset_area {
	display:table-cell;
	width:auto;
	width:calc(100% - 12rem);
	padding:1rem 1.2rem;
	vertical-align:middle;

}

/* 필드 */
#bbs_container .forms30 ,
#bbs_container .forms35 ,
#bbs_container .forms40 {
	vertical-align:middle;
}
#bbs_container .bbsWriteZone #aname ,
#bbs_container .bbsWriteZone #apwd {
	width:100%;
	max-width:25rem;
	min-height:3.5rem;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:.5em 1em;
}

#bbs_container .bbsWriteZone #articleTitle ,
#bbs_container .bbsWriteZone #articleContent {
	width:100%;
	min-height:3.5rem;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:.8rem 1.6rem;
}
#bbs_container .bbsWriteZone #articleTitle {
	background-color:#fafafa;
}
#bbs_container .bbsWriteZone #articleContent {
	min-height:250px;
}
#bbs_container .bbsWriteZone #articleContent.dzSmartEditor {
	min-height:300px;
}
#bbs_container .bbsWriteZone #articleContent.dzCKEditor  {
	display:none;
}
#bbs_container .bbsWriteZone .ck-editor__editable {
    min-height: 350px;
}
#bbs_container .bbsWriteZone #thisCategory {
	min-height:3.5rem;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:.8rem 1.6rem;
}


#bbs_container .bbsWriteZone INPUT.spare ,
#bbs_container .bbsWriteZone INPUT#spare1 ,
#bbs_container .bbsWriteZone INPUT#spare2 ,
#bbs_container .bbsWriteZone INPUT#spare3 ,
#bbs_container .bbsWriteZone INPUT#spare4 ,
#bbs_container .bbsWriteZone INPUT#spare5 ,
#bbs_container .bbsWriteZone INPUT#spare6 ,
#bbs_container .bbsWriteZone INPUT#spare7 ,
#bbs_container .bbsWriteZone INPUT#spare8 ,
#bbs_container .bbsWriteZone INPUT#spare9 ,
#bbs_container .bbsWriteZone INPUT#spare10 {
	vertical-align:middle;
	border:1px solid #ccc;
	padding:.5em 1em;
}
#bbs_container .bbsWriteZone .fld_sparephone {
	width:30%;
	max-width:15rem;
	vertical-align:middle;
}



/* 옵션 */
#bbs_container .bbsWriteZone .bbsWrite_FldOpts {
	padding:1rem 0;
}

#bbs_container .bbsWriteZone .bbsWrite_FldOpts + .bbsWrite_FldOpts {
	padding-top:0;
}
#bbs_container .bbsWriteZone .bbsWrite_FldOpts > LI {
	padding:1rem 2rem;
}
#bbs_container .bbsWriteZone .bbsWrite_FldOpts > LI ~ LI {
	border-top:1px dashed #ddd;
}
#bbs_container .bbsWriteZone .bbsWrite_FldOpts LABEL {

	font-weight:bold;
}
#bbs_container .bbsWriteZone .bbsWrite_FldOpts LABEL > input {
	width:1.6rem;
	height:1.6rem;
	vertical-align:middle;
}
#bbs_container .bbsWriteZone .bbsWrite_FldOpts .tip {
	color:#999;
	font-size:1.5rem;
	margin-left:1.2rem;
}


/* 버튼 */
#bbs_container .bbsWriteZone .bbsWrite_BtnArea  {
	float:left;
}
#bbs_container .bbsWriteZone .bbsWrite_BtnArea + .bbsWrite_BtnArea  {
	float:right;
}
/*
.bbsWriteZone .bbsWrite_BtnArea button {
	height:4.2rem;
	padding:5px 2.1rem;
	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;
}



.bbsWrite_BtnArea.area_right button {
	float:left;
	border-radius:0;
	border-right-width:0 !important;
}
.bbsWrite_BtnArea.area_right button:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bbsWrite_BtnArea.area_right button:last-of-type {
	border-right-width:1px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

*/






























/* 파일첨부 */
#DZ_smartFileZone {
	padding:2rem 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:18rem;
	overflow:auto;

	margin:0; padding:0;
	margin-bottom:1rem;

	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 {
	position: relative;
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;

	list-style-type:none;
	width:100%;
	height:3.5rem;
	padding:0 1.5rem;
	/*
	line-height:2.5rem;
	*/
	border-bottom:1px dashed #ddd;
	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:1.5rem;
	width:calc(100% - 1.8rem - 1.6rem);
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI > label > input {
	width:1.8rem;
	height:1.8rem;
	margin-right:0.5rem;
	vertical-align: middle;
	cursor:pointer;
}
#DZ_smartFileZone UL#DZ_smartFile_StateZone > LI > label > .iconset {
	margin-right: 1rem;
}
#DZ_smartFileZone #DZ_smartFile_EventMessage .DZ_smartFile_ErrorMessage {
	border:1px dashed #c00;
	background-color:#ffc;
	padding:1rem 1.6rem;
	font-size: 1.3rem;
	margin:1rem 0 -1rem;
	border-radius: 1.6rem;
	text-align:center;
}

/* 미리보기 스타일 셋팅 */
#DZ_smartFileZone #DZ_smartFile_ThumbPreview {
	z-index: 9999;
	position:absolute;
	border:2px solid #333;
	background-color:#fff;
	padding:0.3rem;
	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:1.5rem;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea::after {
	content:'';
	display:block;
	clear:both;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button {
	width:30%;
	min-height:4.2rem;
	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:1.5rem;
	margin-top:1.5rem;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachInfor > li {
	padding:0.15rem 0;
}
#DZ_smartFileZone .bbsWrite_AttachArea .attachInfor > li::before {
	display:inline-block;
	padding-right:0.5rem;
	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:5rem;
	height:5rem;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-filename {
	position: absolute;
	font-size:1.2rem;
	line-height:3.2rem;
	color:#aaa;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-progress {
	position: absolute;
	top:0;
	width: calc(100% - 5rem);
	height:100%;
}
#DZ_smartFileZone #DZ_smartFile_StateZone .ajax-file-upload-bar {
	position: absolute;
	height:66%;
	top:18%;
	overflow:hidden;
	background:#f6bb42;
	border-radius: 1rem;
	font-size:1.2rem;
	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: 3rem 3rem;
	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:1.8rem;

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

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

	padding:0 1rem;

	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: 0.2rem;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -0.1rem;
	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:2rem;
	height:2rem;
	color:#c00;

	position: absolute;
	top:0.5rem;
	right:2rem;

	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: 0.2rem;
	width: 60%;
	top: 50%;
	left: 20%;
	margin-top: -0.1rem;
	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:1.6rem;
	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:1.2rem 2.1rem 2.1rem;
	border:1px solid #aaa;
	box-shadow: 0 0 2.1rem 0 rgba(0,0,0,.2);
	border-radius: 1rem;

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

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

#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea {
	position: absolute;
	left:16rem;
	top:0;
	width:calc(100% - 30rem);
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea > .previewResizeArea div {
	margin:auto;
	width:30rem;
	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:4.2rem;
	border-left:0;
}

#DZSMART_ArticlePreview > .previewEdgeZone > .previewTitleArea .btn-close {
	position: absolute;
	right:0;
	top:0;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewContentArea {
	position: relative;
	height:calc(100% - 5rem);
	overflow:auto;
	margin:0;
	padding:1.8rem;
	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:94.2rem;
	height:120rem;
	max-width:95%;
	max-height:98%;

}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_tablet > .previewTitleArea {
	position: relative;
	height:4.2rem;
}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_tablet > .previewTitleArea > .previewResizeArea button {
	font-size: 1.4rem;
	height: 3.5rem;
}

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



#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile {
	width:40.2rem;
	height:72.7rem;
	max-width:95%;
	max-height:98%;
}
#DZSMART_ArticlePreview > .previewEdgeZone.mode_mobile > .previewTitleArea {
	height:9rem;
}

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







/* 갤러리 기본 스킨 */
#bbs_container UL.bbsGalleryZone {
	border:0;
	border-top:3px solid #222;
	border-bottom:1px solid #222;
	padding:2rem 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;

}
#bbs_container .bbsDivsion + UL.bbsGalleryZone {
	border-top-width:1px;
}
#bbs_container UL.bbsGalleryZone::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container UL.bbsGalleryZone > li {
	float:left;
	padding:3rem 1.5rem 1rem;
	width: calc(100% / 4 );
}

#bbs_container UL.bbsGalleryZone > li > button.bbsGalleryPic {
	display:block;
	border:1px solid #ccc;
	background-color:#fff;
	padding:1rem;
	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:1.6rem;
	font-weight:bold;

	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container UL.bbsGalleryZone .bbsGalleryTitle .comment {
	margin-left:.8rem;
	font-size:1.2rem;
}
#bbs_container UL.bbsGalleryZone .bbsGalleryInfor {
	margin-top:0.5rem;
	font-size:1.4rem;

	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:0.2rem;
	background:#ccc;
	font-size:0;
	height:1.2rem;
	margin:0 0.5rem;
}


/* 갤러리 공지사항 */
#bbs_container UL.bbsGalleryZone > li.cell_notice {
	float:none;
	padding:0;
	width: 100%;
}
#bbs_container UL.bbsGalleryZone > li.cell_notice::after {
	display:block;
	content:'';
	clear:both;
}
#bbs_container UL.bbsGalleryZone > li.cell_notice:first-of-type {
	/* margin-top:-1.6rem; */
}

#bbs_container .bbsDivsion + UL.bbsGalleryZone {

	padding-top:0;

}



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

}

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

	text-align:center;
	vertical-align:middle;
	padding:1rem 0.5rem;
	border:0;
	border-bottom:1px solid #ccc;
	cursor:default;
	font-size:1.6rem;
}
#bbs_container UL.bbsGalleryZone > li.cell_notice > table > thead > tr > th ,
#bbs_container UL.bbsGalleryZone > li.cell_notice > table > tbody > tr > th {
	background-color:#f5f5f5;
	color:#444;
	letter-spacing:0;
}

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


#bbs_container UL > LI.record_blank {
	padding:10rem 0;
	font-size:2.4rem;
	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; }
#bbs_container .bbsFAQZone .heading strong { color:#4c4c4f; }
#bbs_container .bbsFAQZone .heading { padding:2.1rem 10rem 2rem 9rem; border-bottom:1px solid #e2e2e2; }
#bbs_container .bbsFAQZone .content { display:none; position:relative; }
#bbs_container .bbsFAQZone .content { padding:1.8rem 10rem 4.2rem 9rem; border-bottom:1px solid #e2e2e2; }
#bbs_container .bbsFAQZone li.on { background-color:#f9f9f9; }
#bbs_container .bbsFAQZone .heading button { position:absolute; top:0; left:0; font-size:0; width:100%; height:100%; text-indent:150%; white-space:nowrap; line-height:0; border-left:0; box-sizing:border-box; }
#bbs_container .bbsFAQZone .heading button::after { 
	display:inline-block; content: ""; position:absolute; top:2rem; right:2rem; width:1.4rem; height:1.4rem; 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:2.5rem; border-color:#222;
     -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 .bbsFAQ_SearchHeader {
	border:1px solid #ddd;
	border-radius: 0.5rem;
	background:#f5f5f5;
}



/* 캘린더 스킨 */
#bbs_container .bbsCalenderTitle {
	text-align:center;
}
#bbs_container .bbsCalenderTitle + .bbsDivsion {
	margin-top:1.6rem;
}

#bbs_container .bbsCalenderTitle > h2 {
	display:inline-block;
	font-size:3.2rem;
	margin:auto 1rem;
	letter-spacing: -1px;
	vertical-align: middle;

}
#bbs_container .bbsCalenderTitle > button {
	display:inline-block;
	width:auto;
	height:4.2rem;
	padding:0 1rem;
	font-size:2rem;
	vertical-align: middle;
	font-weight:bold;

}

#bbs_container .bbsCalenderTbl {
	width:100%;
	margin:auto;
	padding:0;
	border-spacing:0;
	border:0;
	border-top:3px solid #555;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:1.6rem;
	margin-top:1.6rem;
}
#bbs_container .bbsDivsion + .bbsCalenderTbl {
	margin-top:0;
	border-top-width:2px;
}

#bbs_container .bbsCalenderTbl > THEAD TH {
	padding:0.7rem 0.5rem;
	border:1px solid #ccc;
	border-bottom-color:#555;
	line-height:2.8rem;
	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:16rem;
	min-height:16rem;
	padding:0.8rem;
	border:1px solid #ddd;
	font-size:1.5rem;
	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.CalenderRecord_List { margin-top:0.5rem; }
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI  { padding:0; margin:0; font-size:1.5rem;  }
#bbs_container .bbsCalenderTbl UL.CalenderRecord_List > LI > BUTTON  {
	width:100%; padding:0.2rem 0.5rem; 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 .CalenderContent {
	padding: 1.5rem;
}
#bbs_container .CalenderContent h3 {
	font-size: 2rem;
	padding:0 2.1rem;
	height:4rem;
	line-height:4rem;
	border-bottom:1px solid #393d4a;
	background-color:#474c5b;
	color:#eee;
	text-shadow:-1px -1px rgba(0,0,0,1);
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .CalenderContent h5 {
	font-size: 1.8rem;
	padding:0 2.1rem;
	height:4.2rem;
	line-height:4.2rem;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .CalenderContent div {
	padding:1.8rem 2.1rem;
	height:calc(100% - 10rem);
    max-height: 40rem;
	overflow: auto;
	text-align:left;
}


/*
#bbs_container .CalenderRecords {
    position: relative;
}

#bbs_container .CalenderRecords .CalenderContent {
	margin: auto;
	background-color: #fff;
	position: absolute;
	width: 53rem;

	margin-left:-24rem;
	border: 2px solid #555;
	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: 1rem;
	right: 1rem;
}
#bbs_container .CalenderRecords .btn-close::before , 
#bbs_container .CalenderRecords .btn-close::after {
	background:#fff;
}

#bbs_container .CalenderRecords .CalenderContent {

}
#bbs_container .CalenderRecords .CalenderContent > h3 {
	font-size: 2rem;
	padding:0 2.1rem;
	height:4rem;
	line-height:4rem;
	border-bottom:1px solid #393d4a;
	background-color:#474c5b;
	color:#eee;
	text-shadow:-1px -1px rgba(0,0,0,1);
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .CalenderRecords .CalenderContent > h5 {
	font-size: 1.8rem;
	padding:0 2.1rem;
	height:4.2rem;
	line-height:4.2rem;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	word-wrap: normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#bbs_container .CalenderRecords .CalenderContent >  div {
	padding:1.8rem 2.1rem;
	height:calc(100% - 10rem);
	overflow: auto;
}
#bbs_container .CalenderRecords .CalenderContent .btn_ArticleClose {
	margin:1.6rem 0 0;
	width:100%;
}
*/
/*
#bbs_container .CalenderRecords .CalenderContent > div > ul {
	border-top:1px solid #ccc;
	margin-top:1.8rem;
	width:100%;
	background:#fff;
	font-size:1.5rem;
}
#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:1.6rem;
	height:3.8rem;
	border:1px solid #ccc;
	padding:0.5rem;
	cursor:pointer;
	vertical-align: middle;
	float:left;
}
#bbs_container .bbsWriteZone #DZSMART_calenderYear.DZSMART_calenderDate {
	min-width:9rem;
}
#bbs_container .bbsWriteZone #DZSMART_calenderMonth.DZSMART_calenderDate {
	min-width:7.5rem;
}
#bbs_container .bbsWriteZone #DZSMART_calenderDaily.DZSMART_calenderDate {
	min-width:7.5rem;
}
#bbs_container .bbsWriteZone SELECT.DZSMART_calenderDate:not(:first-of-type) {
	border-left:0;
}
#bbs_container .bbsWriteZone SELECT.DZSMART_calenderDate > OPTION {
	font-size:1.6rem;
}
#bbs_container .bbsWriteZone BUTTON.DZSMART_calenderDate {
	width:3.8rem;
	height:3.8rem;
	border-right:0;
}
#bbs_container .bbsWriteZone INPUT.DZSMART_calenderDate {
	position: absolute;
	width:0;
	height:0;
	padding:0 !important;
	border:0;
	outline: none;
	color:white;
	margin-left:-3.5rem;
}

#bbs_container .bbsWriteZone .DZSMART_calenderDate ~ LABEL {
	padding-top:1rem;
}
#bbs_container .bbsWriteZone .DZSMART_calenderDate:disabled {
	display:none;
}
#bbs_container .bbsWriteZone .DZSMART_calenderDate:disabled ~ LABEL {
	padding-top:0;
}

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

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


	#bbs_container.bbs_container {
		/* font-size:1.4rem; */
	}




	/* 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 td.cell_subject > strong {
		padding-left:1.6rem;
	}
	#bbs_container .bbsListTbl > tbody td.cell_subject > a {
		display:block;
		width:100%;
		text-decoration:none;
		padding:.8rem 1.6rem;
		font-size:1.6rem;
	}
	#bbs_container .bbsListTbl > tbody td.cell_subject > a:hover {
		text-decoration:none;
	}
	#bbs_container .bbsListTbl td.cell_subject .cell_info {
		display:block;
		margin-top:0.5rem;
		font-size:1.4rem;
	}

	/* LIST - Footer */
	#bbs_container .bbsBtmZone {
		position:relative;
		height:auto;
		margin:1.6rem 0 3.5rem;
	}

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

	#bbs_container .bbsBtmZone .bbsBtm_button_Arrea {
		position:relative;
		width:100%;
		margin: auto;
		clear: both;
		height: 4rem;

	}
	#bbs_container .bbsBtmZone .bbsBtm_L_Area ,
	#bbs_container .bbsBtmZone .bbsBtm_R_Area {
		position: absolute;
		width:50%;
	}
	#bbs_container .bbsBtmZone .bbsBtm_L_Area > .btnbbs ,
	#bbs_container .bbsBtmZone .bbsBtm_R_Area > .btnbbs {
		min-height:3.2rem;
		width:100%;
	}

	#bbs_container .bbsBtmZone .bbsBtm_L_Area > .btnbbs {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#bbs_container .bbsBtmZone .bbsBtm_L_Area + .bbsBtm_R_Area > .btnbbs {
		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:1rem;
	}

	#bbs_container .bbsSearchZone {
		width: 100%;
		margin: auto;
		display:block;
	}

	#bbs_container .bbsSearchZone #sF {
		width:100%;
		float:none;
		display:block;
		margin:auto;
		margin-bottom:0.5rem;
		border-right-width:1px;
	}
	#bbs_container .bbsSearchZone #sF::after {
		display:block;
		content:'';
		clear:both;
	}
	#bbs_container .bbsSearchZone #sV {
		width:calc(100% - 9.6rem);
	}
	#bbs_container .bbsSearchZone #sV.fld_fill {
		width:calc(100% - 9.6rem - 4.8rem);
	}
	#bbs_container .bbsSearchZone #sS {
		width:9.6rem;
	}
	#bbs_container .bbsSearchZone #sC {
		width:4.8rem;
		padding:.8rem;
	}
	#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:2.1rem 0; width:100%; }
	#bbs_container .bbsDivsion li a { padding:8px 3px; font-size:1.6rem; }
	#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%; }
	*/
	#bbs_container .bbsDivsion > ul > li:nth-of-type(n+6) { border-top-width:1px; }
	#bbs_container .bbsDivsion > ul > li:nth-of-type(5n + 1) { border-left-width:0; }
	#bbs_container .bbsDivsion > ul > li:nth-last-child(-n + 5):nth-child(5n + 1),
	#bbs_container .bbsDivsion > ul > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li { border-bottom-width:1px; }

	#bbs_container .bbsDivsion > ul { border:1px solid #ccc; }
	#bbs_container .bbsDivsion > ul > li { width:50%; border-top:0; }
	#bbs_container .bbsDivsion > ul > li:nth-of-type(n+3) { border-top-width:0 !important; }
	#bbs_container .bbsDivsion > ul > li:nth-of-type(2n) { border-right-width:0; }
	#bbs_container .bbsDivsion > ul > li:nth-of-type(2n + 1) { border-left-width:0; }
	#bbs_container .bbsDivsion > ul > li:nth-last-child(-n + 2):nth-child(2n + 1),
	#bbs_container .bbsDivsion > ul > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li { border-bottom-width:0 !important; }

	#bbs_container .bbsDivsion + .bbsListTbl {
		border-top-width:2px;
		margin-top:1.6rem;
	}

	
	#bbs_container .bbsHeader .bbsRecordCount {
		position: relative;
	}



	/* DZSMART_Paginate */
	#bbs_container .bbsPageing {

		height:4rem !important;
	}
	#bbs_container .bbsPageing > * {
		min-width:4.2rem !important;
		font-size:1.6rem !important;
	}

	#bbs_container .bbsPageing > strong ,
	#bbs_container .bbsPageing > a.selected {
		line-height:3.5rem !important;
	}
	#bbs_container .bbsPageing > .prevpage strong:before { top: -0.2rem !important;  }
	#bbs_container .bbsPageing > .nextpage strong:after { top: -0.3rem !important;  }
	#bbs_container .bbsPageing > .prevpage, #bbs_container .bbsPageing > .nextpage { display:inline-block; }
	#bbs_container .bbsPageing > .prevblock, #bbs_container .bbsPageing > .nextblock,	#bbs_container .bbsPageing > .movepage  { display:none; }





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

	#bbs_container .bbsViewZone .bbsTitleArea .subject {
		display:block;
		width:100%;
		font-weight:bold;
		padding:1.2rem 0.5rem 0.5rem;
	}
	#bbs_container .bbsViewZone .bbsTitleArea .writedate {
		display:block;
		width:100%;
		text-align:left;
		padding:0.5rem;
	}

	#bbs_container .bbsViewZone .bbsInfoArea {
		padding:1.2rem 0;
		text-align:right;
		font-size:1.5rem;
	}
	#bbs_container .bbsViewZone .bbsContentArea {
		padding:1.2rem 0.5rem 5rem;
	}






	/* 첨부파일 */
	#bbs_container .bbsAttachZone .arrow_title {
		display:none;
	}
	#bbs_container .bbsAttachZone .attach {
		width:100%;
	}

	/* 이전/다음글 */
	#bbs_container 	.bbsOterRecordZone .bbsOterRecordArea .arrow_title {
		width:12.8rem;
		display:none;
	}
	#bbs_container 	.bbsOterRecordZone .bbsOterRecordArea .other_record {
		width:100%;
	}
	#bbs_container 	.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: 1rem; height: 1rem; margin-right: 1.7rem; margin-left: 1rem; }
	#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: 0.2rem; }
	#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: -0.2rem; }



	/* 댓글작성 */
	#bbs_container .bbsCommentWriteZone {
		padding:1.6rem 0;
	}
	#bbs_container .bbsCommentWriteZone > .bbsCommentWriter {
		float:none;
		width:19rem;
		max-width:80%;
	}
	#bbs_container .bbsCommentWriteZone > .bbsCommentWriter > INPUT + INPUT {
		margin-bottom:1rem;
	}
	#bbs_container .bbsCommentWriteZone > textarea {
		float:none;
		width:100%;
		border-right:#aaa 1px solid;
	}
	#bbs_container .bbsCommentWriteZone > .bbsCommentWriter + textarea {
		width:100%;
	}
	#bbs_container .bbsCommentWriteZone > button.btnbbs {
		float:none;
		width:100%;
		height:4rem;
		border-radius: 0.5rem;
	}



	/* 비밀번호 필드 */
	#bbs_container .bbsPasswordBox {
		margin:1.8rem auto;
		padding:2.5rem 1.2rem;
	}



	/* 작성 */
	#bbs_container .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;
	}

	#bbs_container .bbsWriteZone .bbsWrite_FldArea .arrow_title {
		display:block;
		/*width:12rem;*/
		width:100%;
		padding:1rem 1.2rem 0;
		text-align:left;
		background:transparent;
		font-size:1.8rem;
	}
	#bbs_container .bbsWriteZone .bbsWrite_FldArea .fldset_area {
		display:block;
		/*width:auto;*/
		width:100%;
		padding:0.5rem 1.2rem 1rem;
		vertical-align:middle;

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

	#bbs_container .bbsWriteZone .bbsWrite_FldOpts .tip {
		display:block;
		margin-left:0;
		margin-bottom:1rem;
	}

	#bbs_container .bbsWriteZone #thisCategory {
		width:100%;
	}


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

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





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

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




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

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





	/* bbsFAQZone */
	#bbs_container .bbsFAQZone .heading { line-height:1.5; padding: 1.8rem 2rem; }
	#bbs_container .bbsFAQZone .content { padding:0.667rem 0.6rem;  }
	#bbs_container .bbsFAQZone .AnswerContent {
		padding:2rem;
	}
	#bbs_container .bbsFAQ_SearchHeader {
		padding:2rem;
	}





	/* 캘린더 스킨 */
	#bbs_container .bbsCalenderTitle > h2 {
		font-size:2.4rem;
	}
	#bbs_container .bbsCalenderTitle > button {
		font-size:1.6rem;
	}


	#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:4.2rem;
		border:1px solid #ddd;
		border-top:0;
	}

	/*
	#bbs_container .CalenderRecords .btn-close {
		top: 0.5rem;
		right: 0.5rem;
	}

	#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: 2rem;
		height:5rem;
		line-height:5rem;
	}
	#bbs_container .CalenderRecords .CalenderContent >  div {
		padding:2.1rem;
		height:calc(100% - 5rem);
	}

	*/

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


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

	}

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

	#bbs_container.bbs_container {
		font-size:1.5rem;
	}

	/* bbsDivsion
	#bbs_container .bbsDivsion { margin:2.1rem 0; }
	#bbs_container .bbsDivsion li a { font-size:1.6rem; }
	#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; }
	*/
	/* 본문 */
	#bbs_container .bbsViewZone .bbsTitleArea .arrow_title {
		width:16rem;
	}
	#bbs_container .bbsViewZone .bbsTitleArea .subject {
		width:calc(100% - 16rem - 19rem);
	}

	/* 첨부파일 */
	#bbs_container .bbsAttachZone .arrow_title {
		width:16rem;
	}
	#bbs_container .bbsAttachZone .attach {
		width:calc(100% - 16rem);
	}

	/* 이전/다음글 */
	.bbsOterRecordZone .bbsOterRecordArea .arrow_title {
		width:16rem;
	}
	.bbsOterRecordZone .bbsOterRecordArea .other_record {
		width:calc(100% - 16rem - 19rem);
	}


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


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



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

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

	/* 작성 */
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea {
		
	}
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea::after {
		clear:both;
		content:'';
		display:block;
	}
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button {
		float:left;
		width:49.5%;
		margin-right:0;
	}
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button:first-child {
		margin-right:1%;
	}
	#DZ_smartFileZone .bbsWrite_AttachArea .attachBtnArea > button:last-child {
		width:100%;
		display:block;
		margin-top:1%;
	}



	/* 작성 - 미리보기 */
	#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;
	}

	#bbs_container .bbsWrite_BtnArea >  button.btnbbs {
		width:50%;
		padding-left:0;
		padding-right:0;
	}
	#bbs_container .bbsWrite_BtnArea >  button.btnbbs:first-child {
		width:25%;
	}
	#bbs_container .bbsWrite_BtnArea >  button.btnbbs:last-child {
		width:25%;
	}

	
	/*
	.bbsWrite_BtnArea.area_right button {
		float:left;
		width:50%;
		height:5rem;
		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:15px 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:1.5rem; left:2rem; font-size:2.2rem; font-weight:bold; }
	#bbs_container .bbsFAQZone .heading::before { color:#4c4c4f; }
	#bbs_container .bbsFAQZone .content::before { content:"A"; position:absolute; top:1.5rem; left:2rem; color:#4A89DC; font-size:2.2rem; font-weight:bold; }


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

	#bbs_container.bbs_container {
		font-size:1.6rem;
	}


	/* 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:1rem 0.5rem;
	}

}
/********************* 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:1.6rem; 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; }
	#bbs_container .bbsDivsion + .bbsListTbl {margin-top:0; border-top:0; }
	 */

}





/* 개별스킨 */
#bbs_container .bbsViewZone.skin_Notice .bbsTitleArea .subject {
	font-size:2rem;
    letter-spacing: -0.1rem;
}

