@charset "utf-8";/****************************************************************************************************/
/* SMART BOARD ZONE */
/****************************************************************************************************/
@charset "UTF-8";
:root {
	--ck-color-base-border : var(--color-aaaaaa, #aaaaaa) !important;
}

#bbs_container .ck.ck-editor__main > .ck-editor__editable {
	--ck-color-base-background : var(--color-f1f2f3, #f1f2f3);
}
#bbs_container .ck.ck-toolbar {
	--ck-color-toolbar-background : rgba(255,255,255,.35);
}
#bbs_container .ck-source-editing-area textarea {
	position: absolute !important;
}









#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 */
/* 2025-10-07 :: [디노비즈 홈페이지제작] bbs_container 내부에 article이 있으면, 문서로 취급함 */
:not(article) > #bbs_container.bbs_container /*,
#bbs_container.bbs_container:not(:has(article))*/ {
	font-size:1.6rem;
	font-family: var(--base-font, 'Noto Sans KR', 'Malgun Gothic', dotum, Sans-serif, AppleGothic);
}
:not(article) > #bbs_container.bbs_container /*,
#bbs_container.bbs_container:not(:has(article)) * */{
	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:empty::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:var(--color-eeeeee, #eeeeee);
	border:1px solid var(--color-bbbbbb, #bbbbbb);
	
}
/*
#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: var(--color-bbbbbb, #bbbbbb);
  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 var(--color-dddddd, #dddddd);
}
.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 var(--color-cccccc, #cccccc);
	background:#fff;
	font-size:1.5rem;
}
#bbs_container UL.authorbox > li {
	padding:0.7rem 1rem;
	border-bottom:1px solid var(--color-dddddd, #dddddd);
}
#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:var(--color-333333, #333333);
	text-shadow: 0 -1px 0 rgba(255,255,255,.8);
	border:1px solid var(--color-cccccc, #cccccc);
	border-right-color:var(--color-bbbbbb, #bbbbbb);
	border-bottom-color:var(--color-bbbbbb, #bbbbbb);

	background-color: var(--color-f5f5f5, #f5f5f5)	;
	background: -moz-linear-gradient(top, var(--color-fcfcfc, #fcfcfc) 0%, var(--color-f5f5f5, #f5f5f5) 100%);
	background: -webkit-linear-gradient(top, var(--color-fcfcfc, #fcfcfc) 0%, var(--color-f5f5f5, #f5f5f5) 100%);
	background: linear-gradient(to bottom, var(--color-fcfcfc, #fcfcfc) 0%, var(--color-f5f5f5, #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 var(--color-fcfcfc, #fcfcfc);




}


#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:var(--color-aaaaaa, #aaaaaa);
	border-right-color:var(--color-bbbbbb, #bbbbbb);
	border-bottom-color:var(--color-bbbbbb, #bbbbbb);

	background: -moz-linear-gradient(top, var(--color-eeeeee, #eeeeee) 0%, var(--color-fafafa, #fafafa) 100%);
	background: -webkit-linear-gradient(top, var(--color-eeeeee, #eeeeee) 0%, var(--color-fafafa, #fafafa) 100%);
	background: linear-gradient(to bottom, var(--color-eeeeee, #eeeeee) 0%, var(--color-fafafa, #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%, var(--color-fafafa, #fafafa) 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%, var(--color-fafafa, #fafafa) 100%);
	background: linear-gradient(to bottom, #dddddd 0%, var(--color-fafafa, #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 var(--color-bbbbbb, #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 var(--color-cccccc, #cccccc);
	border-left:0;
	border-right:0;
	cursor:default;
}
#bbs_container .bbsListTbl > thead > tr > th ,
#bbs_container .bbsListTbl > tbody > tr > th {
	background-color:var(--color-f5f5f5, #f5f5f5);
	color:#555;
	letter-spacing:0;
}

#bbs_container .bbsListTbl > tbody > tr:hover > td {
	background:var(--color-fafafa, #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:var(--color-cccccc, #cccccc);
	font-size:0;
	height:1.2rem;
	margin:0 0.5rem;
}

/* LIST - Footer */
#bbs_container .bbsBtmZone {
	position:relative;
	/*
	height:4rem;
	margin:2.4rem 0;
	*/

	margin: 3rem 0;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
#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 - pageing */
#bbs_container .DZSMART_Paginate > LI > a ,
#bbs_container .DZSMART_Paginate > LI > strong {
	border-color: var(--color-cccccc, #cccccc);
	background: transparent;
}
#bbs_container .DZSMART_Paginate > LI > strong {
    color: #000;
    box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, .15);
    border-color: #000;
    background-color: var(--color-fafafa, #fafafa);
}




/* 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.5rem;

	vertical-align:middle;
	border:1px solid var(--color-cccccc, #cccccc);
	background: transparent;
	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:20rem;
}
#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 var(--color-cccccc, #cccccc); 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:var(--color-dddddd, #dddddd);
	border-top-color:var(--color-bbbbbb, #bbbbbb);
	border-bottom-color:var(--color-bbbbbb, #bbbbbb);
	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:var(--color-555555, #555555);
	background:var(--color-fafafa, #fafafa);
	height:100%;
	line-height:3.5rem;
}
#bbs_container .bbsPageing >  a:hover{
	text-decoration:none;
	background:var(--color-f1f2f3, #f1f2f3);
	color:#222;
}
#bbs_container .bbsPageing > a:first-child {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-color:var(--color-bbbbbb, #bbbbbb); 
	border-right-color:var(--color-dddddd, #dddddd);
}
#bbs_container .bbsPageing > a:last-child {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-color:var(--color-bbbbbb, #bbbbbb); 
	border-left-color:var(--color-dddddd, #dddddd);
}

#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:var(--color-bbbbbb, #bbbbbb);  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:var(--color-333333, #333333);
	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 var(--color-aaaaaa, #aaaaaa);
}
#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:var(--color-f5f5f5, #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:var(--color-aaaaaa, #aaaaaa);
	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 var(--color-cccccc, #cccccc)  !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 var(--color-cccccc, #cccccc);
	border-left:0;
	border-right:0;

	border:0;
	border-top:1px solid var(--color-cccccc, #cccccc);

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

	background:var(--color-eeeeee, #eeeeee);

	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 var(--color-dddddd, #dddddd);

}
#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:var(--color-cccccc, #cccccc);
	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 var(--color-cccccc, #cccccc);
}

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

	background:var(--color-eeeeee, #eeeeee);

	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 { font-weight:700; 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 var(--color-dddddd, #dddddd);
	padding:1.1rem;
}
#bbs_container .bbsCommentZone > li:first-child {
	border-top:1px solid var(--color-aaaaaa, #aaaaaa);
}
#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 var(--color-aaaaaa, #aaaaaa);

}
#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: var(--color-fafafa, #fafafa);
	border: solid 1px var(--color-dddddd, #dddddd);
	BORDER-TOP: var(--color-aaaaaa, #aaaaaa) 1px solid;
	BORDER-LEFT: var(--color-aaaaaa, #aaaaaa) 1px solid;

	padding:1rem 1.2rem;
	margin-bottom:0.6rem;
}
#bbs_container .bbsCommentWriteZone > .bbsCommentWriter > INPUT::placeholder {
	color:var(--color-aaaaaa, #aaaaaa);
}

#bbs_container .bbsCommentWriteZone > .bbsCommentWriter > INPUT + INPUT {
	border-bottom: solid 1px var(--color-dddddd, #dddddd);
	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: var(--color-fafafa, #fafafa);
	border: solid 1px var(--color-dddddd, #dddddd);
	BORDER-TOP: var(--color-aaaaaa, #aaaaaa) 1px solid;
	BORDER-LEFT: var(--color-aaaaaa, #aaaaaa) 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 var(--color-dddddd, #dddddd);
	color:var(--color-333333, #333333);
    border-top-color: var(--color-aaaaaa, #aaaaaa);
	border-left-color: var(--color-aaaaaa, #aaaaaa);
    background-color: #ffc;
}
#dz_RequestPasswdBox INPUT#removePasswd::placeholder {
	color:var(--color-aaaaaa, #aaaaaa);
	text-align:center;
}



/* 하단 버튼구역 */
#bbs_container .bbsViewBtmZone {
	padding:3rem 0 2rem;
	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: 5rem 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 var(--color-aaaaaa, #aaaaaa);
}
#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:var(--color-333333, #333333);
	border:2px solid #555;
	background-repeat:repeat-x;
	background-image:-webkit-linear-gradient(top,var(--color-f1f2f3, #f1f2f3) 1%,#ffffff 100%);
	background-image:linear-gradient(to bottom,var(--color-f1f2f3, #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 var(--color-cccccc, #cccccc);
	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:var(--color-333333, #333333);
}
.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 var(--color-cccccc, #cccccc);
	border-bottom:1px solid var(--color-cccccc, #cccccc);
	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:var(--color-eeeeee, #eeeeee);

	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 var(--color-cccccc, #cccccc);
	padding:.5em 1em;
}

#bbs_container .bbsWriteZone #articleTitle ,
#bbs_container .bbsWriteZone #articleContent {
	width:100%;
	min-height:3.5rem;
	vertical-align:middle;
	border:1px solid var(--color-cccccc, #cccccc);
	padding:.8rem 1.6rem;
}
#bbs_container .bbsWriteZone #articleTitle {
	background-color:var(--color-f1f2f3, #f1f2f3);
}
#bbs_container .bbsWriteZone #articleContent {
	min-height:250px;
	background-color:var(--color-f1f2f3, #f1f2f3);
}
#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 var(--color-cccccc, #cccccc);
	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 var(--color-cccccc, #cccccc);
	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 var(--color-dddddd, #dddddd);
}
#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 var(--color-cccccc, #cccccc)  !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 var(--color-cccccc, #cccccc);
}


/* 파일 업로드 구역 */
#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:var(--color-dddddd, #dddddd);
	BORDER-TOP: var(--color-aaaaaa, #aaaaaa) 1px solid;
	BORDER-LEFT: var(--color-aaaaaa, #aaaaaa) 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 var(--color-dddddd, #dddddd);
	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 var(--color-333333, #333333);
	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:var(--color-aaaaaa, #aaaaaa);
}
#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 var(--color-bbbbbb, #bbbbbb);
	border-right-color:var(--color-aaaaaa, #aaaaaa);
	border-bottom-color:var(--color-aaaaaa, #aaaaaa);

	background-color: var(--color-eeeeee, #eeeeee)	;
	background: -moz-linear-gradient(top, var(--color-fafafa, #fafafa) 0%, var(--color-eeeeee, #eeeeee) 100%);
	background: -webkit-linear-gradient(top, var(--color-fafafa, #fafafa) 0%, var(--color-eeeeee, #eeeeee) 100%);
	background: linear-gradient(to bottom, var(--color-fafafa, #fafafa) 0%, var(--color-eeeeee, #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 var(--color-aaaaaa, #aaaaaa);
	border-right-color:var(--color-bbbbbb, #bbbbbb);
	border-bottom-color:var(--color-bbbbbb, #bbbbbb);

	background: -moz-linear-gradient(top, var(--color-eeeeee, #eeeeee) 0%, var(--color-fafafa, #fafafa) 100%);
	background: -webkit-linear-gradient(top, var(--color-eeeeee, #eeeeee) 0%, var(--color-fafafa, #fafafa) 100%);
	background: linear-gradient(to bottom, var(--color-eeeeee, #eeeeee) 0%, var(--color-fafafa, #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 var(--color-aaaaaa, #aaaaaa);
	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 var(--color-cccccc, #cccccc);
}
#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 var(--color-aaaaaa, #aaaaaa);
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewContentArea img {
	max-width:100%;
}
#DZSMART_ArticlePreview > .previewEdgeZone > .previewContentArea iframe {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:1px solid var(--color-aaaaaa, #aaaaaa);
}



#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 var(--color-cccccc, #cccccc);
	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: 115%;
}


#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:var(--color-cccccc, #cccccc);
	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 var(--color-cccccc, #cccccc);
	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:var(--color-f5f5f5, #f5f5f5);
	color:#444;
	letter-spacing:0;
}

#bbs_container UL.bbsGalleryZone > li.cell_notice > table > tbody > tr:hover > td {
	background:var(--color-fafafa, #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:var(--color-cccccc, #cccccc);
	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 var(--color-dddddd, #dddddd);
	border-radius: 0.5rem;
	background:var(--color-f5f5f5, #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 var(--color-cccccc, #cccccc);
	border-bottom-color:#555;
	line-height:2.8rem;
	background:var(--color-eeeeee, #eeeeee);

}
#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 var(--color-dddddd, #dddddd);
	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:var(--color-aaaaaa, #aaaaaa);
	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:var(--color-eeeeee, #eeeeee);
	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 var(--color-cccccc, #cccccc);
	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:var(--color-eeeeee, #eeeeee);
	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 var(--color-cccccc, #cccccc);
	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 var(--color-cccccc, #cccccc);
	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 var(--color-dddddd, #dddddd);
}
#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 var(--color-cccccc, #cccccc);
	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 var(--color-dddddd, #dddddd); 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 var(--color-cccccc, #cccccc); }
	#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:var(--color-aaaaaa, #aaaaaa) 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 var(--color-cccccc, #cccccc);
		border-bottom:1px solid var(--color-cccccc, #cccccc);
		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 var(--color-dddddd, #dddddd);
		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 var(--color-dddddd, #dddddd);
		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 var(--color-cccccc, #cccccc)  !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;
}








/* 첨부파일 미리보기 대응 */
#bbs_container .bbsAttachZone .attach LI:has(.ftext) {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
#bbs_container .bbsAttachZone .attach .ftext {
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	width:calc(100% - 20rem);
	font-size: 1.45rem;
}
#bbs_container .bbsAttachZone .attach .fctrl {
	text-align:right;
	width: 20rem;
}
@media (max-width: 768px) {

	#bbs_container .bbsAttachZone .attach .ftext {
		width:calc(100% - 8.5rem);
	}
	#bbs_container .bbsAttachZone .attach .fctrl {
		width:8.5rem;
	}
	#bbs_container .bbsAttachZone .attach .fctrl BUTTON + BUTTON {
		margin-top:0.5rem;
	}

}

.bbsFilePreview {
	width: 100%;
	max-width:79.5rem;
	height: 0;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.2s ease;
	text-align:center;
}
.bbsFilePreview:has(IMG) {
	max-width:100%;
	height:auto;
	margin:5rem auto;
	padding: 0;
	border-width: 0;
}
.bbsFilePreview IMG {
	max-width:100%;
}
.bbsFilePreview:has(CANVAS) {
	margin:5rem auto;
	height:auto;
	border:1px solid #252832;
}
.bbsFilePreview:has(CANVAS + CANVAS) {
	max-width:86.5rem;
	background: #3B3F4F;
	padding: 3.5rem;
	border: 1px solid #252832;
	box-shadow: inset 0 0 1.5rem 0 rgba(0, 0, 0, .5);
	overflow-y: auto;
}
.bbsFilePreview:has(CANVAS + CANVAS) CANVAS {
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .5);
}
.bbsFilePreview CANVAS + CANVAS {
	margin-top: 3rem;
}

@media (max-width: 768px) {

	.bbsFilePreview:has(CANVAS + CANVAS) {
		padding: 1.5rem;
	}
	.bbsFilePreview CANVAS + CANVAS {
		margin-top: 0.75rem;
	}

}









.bbsFilePreview .hwp-wrapper td{vertical-align: middle}
.bbsFilePreview .hwp-wrapper {
	/* font-size: 20px; */
	/* font-size: 12.5px; */
	/* font-size:10px; */
	background:#f2f2f2;
	padding:20px 0;
}
.bbsFilePreview .hwp-wrapper .hwp-page:first-child{ 
	margin-top:20px 
}
.bbsFilePreview .hwp-wrapper .hwp-page{
	box-shadow: rgb(60 64 67 / 15%) 0px 1px 3px 1px;
	background-color:#fff;
	margin: 0px auto 0.5in;
	position: relative;
	break-after: page;
}
.bbsFilePreview .hwp-wrapper *{
	white-space: pre-wrap;
	box-sizing: border-box;
}
.bbsFilePreview .hwp-wrapper span.hwp-para-text{
	white-space: pre-wrap;
}
.bbsFilePreview .hwp-wrapper .paragraph_parent{
	width:100%;
	height:100%;
	display:unset;
	position: relative;
}
.bbsFilePreview .hwp-wrapper .paragraph{
	width:100%;
	height:100%;
	position: absolute;
}
.bbsFilePreview .hwp-wrapper table{
	/* box-sizing: border-box; */
}
/* .hwp-wrapper .paragraph_wrapper::after {
	clear: both;
	content:'';
	display:block;
} */
.bbsFilePreview .hwp-wrapper table td .paragraph_wrapper p{ 
	-webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden; 
}
.bbsFilePreview .hwp-wrapper .para-normal {
	margin: 0pt;
	font-size:10pt;
	text-align: justify;
	text-indent: 0pt;
	/* min-height: 1.6em; */

}

/*
테이블 내의 p 태그가 부모 태그의 넓이를 무시하는 경우가 있어서 넣음.
*/
.bbsFilePreview .hwp-wrapper table p{
	width:inherit !important;
}
.bbsFilePreview .hwp-wrapper .img_parent{
	width:100%;
	height:100%;
	display: block;
}

/* .hwp-wrapper table td .paragraph_wrapper {
	position: unset !important;
}
.hwp-wrapper table td .paragraph_parent {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-flow: column;
}
.hwp-wrapper table td p[data-start] {
	position: unset !important;
} */
.bbsFilePreview .hwp-page .hwp-column {
	display:grid;
	position: relative;
}
.bbsFilePreview .hwp-page .hwp-col {
	position: relative;
}
.bbsFilePreview .hwp-wrapper .inter-word {
	display: inline-block; 
	text-align-last: justify;
}
.bbsFilePreview .hwp-wrapper .inter-word p:last-child{
	text-align:justify;
	display:flex;
}
.bbsFilePreview .preview{
	position: fixed;
	top:0;
	left:0;
}


.bbsFilePreview .hwp-content ~ footer {
	background: transparent;
}






























.svg_file_ai:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23FE8D40%22/%3E%3Cpath d=%22M16.75 7.723h1.5v-1.5h-1.5v1.5zm0 10.5h1.5v-9h-1.5v9zm-8.417-5.5 1.667-5 1.666 5H8.333zm.417-6.5-4 12H6.5l1.333-4h4.292v-.125l1.375 4.125h1.75l-4-12h-2.5z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_cell:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%232EBF78%22/%3E%3Cpath d=%22M18 6v12H6V6h12zm-1.5 1.5h-9v9h9v-9z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_etc:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23737989%22/%3E%3Cpath d=%22M18 10.5h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1m-5.5 0h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1m-5.5 0H6c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_exe:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath d=%22M12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm9.96-2.632c.068-.448.115-.902.115-1.368 0-.466-.047-.92-.115-1.368l1.885-2.183a.717.717 0 0 0 .068-.786l-2.015-3.326c-.138-.228-.475-.38-.748-.337l-2.922.464a10.161 10.161 0 0 0-2.494-1.374L14.696.45c-.098-.247-.404-.45-.68-.45h-4.03c-.278 0-.584.203-.682.45L8.266 3.09c-.904.343-1.741.808-2.493 1.374L2.85 4c-.274-.043-.61.109-.75.337L.088 7.663a.718.718 0 0 0 .068.786l1.885 2.183A9.223 9.223 0 0 0 1.926 12c0 .466.047.92.114 1.368L.155 15.551a.718.718 0 0 0-.068.786l2.015 3.326c.138.228.475.38.749.337l2.922-.464a10.139 10.139 0 0 0 2.493 1.375l1.038 2.64c.098.247.404.449.681.449h4.03c.277 0 .583-.202.68-.45l1.04-2.64a10.14 10.14 0 0 0 2.493-1.374L21.15 20c.273.043.61-.109.748-.337l2.015-3.326a.718.718 0 0 0-.068-.786l-1.885-2.183z%22 fill=%22%23737989%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_fla:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23F36954%22/%3E%3Cpath d=%22M16 16.723v-10.5h-1.5v12h4v-1.5H16zm-10.5 1.5H7v-5.5h5v-1.5H7v-3.5h5v-1.5H5.5v12z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_form:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23D94BB8%22/%3E%3Cpath d=%22M6.75 14a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zm0-6.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zM10 16h8.5v-1.5H10V16zm0-6.5h8.5V8H10v1.5z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_gul:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23E3A536%22/%3E%3Cpath d=%22M12.5 6.497v1.847L17.557 12 12.5 15.655v1.847l7-5.098v-.81l-7-5.097zM4.5 18h1.564L9.606 6H8.042L4.5 18z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_html:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath d=%22M5.915 16.74A26.285 26.285 0 0 1 5.5 12c0-1.69.147-3.284.415-4.74C2.376 8.217 0 9.98 0 12s2.376 3.784 5.915 4.74M9 .378A12.02 12.02 0 0 0 .378 9C1.618 7.75 3.63 6.754 6.15 6.15 6.754 3.629 7.75 1.619 9 .378m6 23.244a12.02 12.02 0 0 0 8.622-8.621c-1.24 1.249-3.251 2.246-5.772 2.85-.604 2.52-1.6 4.53-2.85 5.771M.378 15.001A12.02 12.02 0 0 0 9 23.622c-1.25-1.241-2.246-3.251-2.85-5.771C3.63 17.247 1.619 16.25.378 15m23.244-6A12.019 12.019 0 0 0 15 .378c1.25 1.241 2.246 3.251 2.85 5.772 2.52.604 4.532 1.6 5.772 2.85m-5.537-1.74c.268 1.456.415 3.05.415 4.74 0 1.69-.147 3.284-.415 4.74C21.624 15.784 24 14.02 24 12s-2.376-3.783-5.915-4.74M7 7a24.42 24.42 0 0 0-.5 5c0 1.785.18 3.478.5 5 1.522.32 3.214.5 5 .5 1.784 0 3.476-.18 4.999-.5.32-1.522.5-3.215.5-5 0-1.785-.18-3.477-.5-5a24.47 24.47 0 0 0-5-.5c-1.785 0-3.477.18-5 .5m5 11.5c-1.69 0-3.284-.146-4.74-.415C8.217 21.624 9.98 23.999 12 24c2.02 0 3.784-2.376 4.74-5.915-1.456.269-3.05.415-4.74.415m0-13c1.69 0 3.284.147 4.74.416C15.784 2.376 14.02 0 12 0S8.217 2.376 7.26 5.916A26.198 26.198 0 0 1 12 5.5%22 fill=%22%233A89E5%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_hwp:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%2338A7E5%22/%3E%3Cpath d=%22M12 16.75c-1.378 0-2.5-1.01-2.5-2.25s1.122-2.25 2.5-2.25c1.379 0 2.5 1.01 2.5 2.25s-1.121 2.25-2.5 2.25zm0-6c-2.209 0-4 1.679-4 3.75 0 2.071 1.791 3.75 4 3.75 2.21 0 4-1.679 4-3.75 0-2.071-1.79-3.75-4-3.75zm-6-1h12v-1.5H6v1.5zm3.5-2.5h5v-1.5h-5v1.5z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_jpg:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23ED6E5B%22/%3E%3Cpath d=%22M15.828 11.355c-.285-.47-.753-.47-1.038 0l-1.379 2.272 1.526 2.498c.278.456.344.944.197 1.375h3.425c.55 0 .766-.384.481-.855l-3.212-5.29zm-1.659 5.463a.988.988 0 0 0-.085-.171l-1.257-2.057-3.2-5.236c-.287-.47-.756-.47-1.043 0l-4.457 7.293c-.287.469-.072.853.479.853h9c.036 0 .067-.006.101-.01.03-.002.062-.002.09-.007.02-.005.036-.013.056-.018a.488.488 0 0 0 .306-.215l.007-.022a.446.446 0 0 0 .042-.25c-.003-.024-.013-.05-.019-.074-.006-.029-.01-.056-.02-.085zM18.106 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_failed:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23929294%22/%3E%3Cpath d=%22M15.828 11.355c-.285-.47-.753-.47-1.038 0l-1.379 2.272 1.526 2.498c.278.456.344.944.197 1.375h3.425c.55 0 .766-.384.481-.855l-3.212-5.29zm-1.659 5.463a.988.988 0 0 0-.085-.171l-1.257-2.057-3.2-5.236c-.287-.47-.756-.47-1.043 0l-4.457 7.293c-.287.469-.072.853.479.853h9c.036 0 .067-.006.101-.01.03-.002.062-.002.09-.007.02-.005.036-.013.056-.018a.488.488 0 0 0 .306-.215l.007-.022a.446.446 0 0 0 .042-.25c-.003-.024-.013-.05-.019-.074-.006-.029-.01-.056-.02-.085zM18.106 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_loading:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M1.043 0C.47 0 0 .47 0 1.044v21.913C0 23.53.47 24 1.043 24h21.914C23.53 24 24 23.53 24 22.957V7.859L16.174 0H1.044z%22 fill=%22%23C1C6CB%22/%3E%3Cpath d=%22M16 7.328c0 .672.638.672.638.672H24l-8-8v7.328z%22 fill=%22%23E0E4E5%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_mp3:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0%22 fill=%22%2331BE77%22/%3E%3Cpath d=%22M17.501 6.631s-.468.04-.886.002a3.417 3.417 0 0 1-1.944-.809 3.422 3.422 0 0 0-1.946-.809c-.575-.054-1.229.055-1.229.055a.306.306 0 0 0-.246.29v8.142c0 .55-.45 1-1 1h-.524c-1.37.013-2.476 1.013-2.476 2.248 0 1.243 1.119 2.25 2.5 2.25s2.5-1.007 2.5-2.25V8.502c.155-.004.318-.002.475.013a3.422 3.422 0 0 1 1.946.81c.316.268.939.714 1.945.808a5.73 5.73 0 0 0 .885-.002.28.28 0 0 0 .249-.272v-3a.226.226 0 0 0-.249-.228%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_mp4:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12 6.628 0 12-5.373 12-12 0-6.628-5.372-12-12-12%22 fill=%22%23936CE3%22/%3E%3Cpath d=%22M16.212 12.29c.224-.16.224-.421 0-.58l-6.186-4.42c-.223-.16-.407-.066-.407.209v9c0 .275.184.369.407.21l6.186-4.42z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_ms_excel:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M22.154 2.277h-2.772v19.406h2.772a.927.927 0 0 0 .924-.924V3.2a.927.927 0 0 0-.924-.924M17.544.11 1.814 2.595A1.12 1.12 0 0 0 .9 3.663v16.634c0 .508.41.989.913 1.068l15.732 2.484a.766.766 0 0 0 .913-.78V.89a.766.766 0 0 0-.913-.78%22 fill=%22%2328AA63%22/%3E%3Cpath fill=%22%23FFF%22 d=%22M14.477 6.305H12.93L9.725 10.68 6.52 6.305H4.973l3.978 5.431-3.978 5.431H6.52l3.205-4.375 3.205 4.375h1.547l-3.978-5.43z%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_ms_ppt:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M22.154 2.277h-2.772v19.406h2.772a.927.927 0 0 0 .924-.924V3.2a.927.927 0 0 0-.924-.924M17.544.11 1.814 2.595A1.12 1.12 0 0 0 .9 3.663v16.634c0 .508.41.989.913 1.068l15.732 2.484a.766.766 0 0 0 .913-.78V.89a.766.766 0 0 0-.913-.78%22 fill=%22%23EE6747%22/%3E%3Cpath d=%22M10.63 11.736H8.594V7.663h2.036A2.04 2.04 0 0 1 12.667 9.7a2.04 2.04 0 0 1-2.037 2.036m0-5.43H7.236v10.861h1.358v-4.073h2.036a3.394 3.394 0 1 0 0-6.789%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_ms_word:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M22.154 2.277h-2.772v19.406h2.772a.927.927 0 0 0 .924-.924V3.2a.927.927 0 0 0-.924-.924M17.544.11 1.814 2.595A1.12 1.12 0 0 0 .9 3.663v16.634c0 .508.41.989.913 1.068l15.732 2.484a.766.766 0 0 0 .913-.78V.89a.766.766 0 0 0-.913-.78%22 fill=%22%233D7CDB%22/%3E%3Cpath fill=%22%23FFF%22 d=%22m13.365 6.305-1.76 8.449-1.408-8.449h-1.81l-1.409 8.449-1.76-8.449H3.861l2.263 10.862h1.81l1.358-8.146 1.357 8.146h1.81l2.263-10.862z%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_pdf:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23DF542D%22/%3E%3Cpath d=%22M19.247 16.49c-.883-.032-1.788-.539-2.635-1.082-.224-.144-.434-.303-.646-.459.263-.02.526-.046.789-.053 1.007-.03 2.044.004 2.815.43.435.24.741.608.683.817-.058.21-.52.366-1.006.348m-7.887-1.835-.312.062a29.87 29.87 0 0 0-1.856.426c.05-.093.105-.185.155-.278a50.363 50.363 0 0 0 1.94-3.946 14.203 14.203 0 0 0 2.345 3.308c-.766.128-1.525.278-2.272.428M6.651 17.63l-.06.109c-.464.842-.943 1.713-1.728 2.195-.424.26-.895.346-1.048.193-.154-.154-.067-.624.193-1.047.462-.752 1.35-1.29 2.239-1.76.26-.138.525-.261.792-.379-.13.23-.26.458-.388.69M10.966 7.5c-.296-.96-.542-1.969-.338-2.827.116-.484.387-.877.604-.877.218 0 .489.393.604.877.205.858-.041 1.866-.338 2.827-.081.263-.167.526-.258.791-.092-.262-.19-.518-.274-.79m9.088 6.95c-.982-.543-2.18-.586-3.328-.556-.625.018-1.246.073-1.863.15-1.265-1.175-2.28-2.625-3.067-4.366.247-.64.467-1.265.658-1.884.338-1.097.615-2.262.355-3.354-.239-1-.857-1.645-1.577-1.645-.719 0-1.338.645-1.577 1.645-.26 1.092.017 2.257.356 3.354.206.67.447 1.296.704 1.902-.57 1.416-1.295 2.931-2.248 4.693-.212.394-.435.783-.656 1.173-.68.236-1.367.52-2.031.872-1.015.536-2.036 1.164-2.623 2.12-.539.875-.558 1.77-.049 2.278.246.246.583.369.963.369.407 0 .864-.14 1.315-.417 1.01-.62 1.58-1.654 2.08-2.565l.06-.107c.26-.47.525-.937.79-1.404.06-.105.117-.21.177-.316a24.885 24.885 0 0 1 2.75-.695l.313-.063a54.73 54.73 0 0 1 3-.534c.477.411.975.8 1.516 1.148.967.62 2.016 1.199 3.138 1.24l.126.002c.964 0 1.696-.417 1.88-1.081.193-.693-.263-1.462-1.162-1.96%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_psd:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%233AA8E5%22/%3E%3Cpath d=%22M18.203 13.752c-.5-.309-1.02-.477-1.524-.639a7.524 7.524 0 0 1-.928-.344c-.42-.2-.628-.491-.585-.819.045-.331.36-.715.961-.825.706-.126 1.501.11 2.183.654l.934-1.174c-1.02-.812-2.254-1.16-3.385-.955-1.164.211-2.04 1.056-2.18 2.102-.13.98.415 1.888 1.425 2.371.374.178.75.3 1.115.417.437.141.85.274 1.193.487.35.216.521.545.472.902-.042.301-.265.674-.77.82-.721.209-1.92.038-2.228-.716l-1.389.567c.48 1.175 1.756 1.734 2.983 1.734.361 0 .72-.049 1.05-.144 1-.289 1.705-1.076 1.84-2.056.13-.942-.317-1.855-1.167-2.382m-9.23-1.529h-2.25v-4.5h2.25c1.24 0 2.25 1.01 2.25 2.25 0 1.241-1.01 2.25-2.25 2.25m0-6h-3.75v12h1.5v-4.5h2.25a3.75 3.75 0 1 0 0-7.5%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_slide:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23FD7A45%22/%3E%3Cpath d=%22M7.5 5.5v13L18 12 7.5 5.5zM9 8.193 15.15 12 9 15.807V8.193z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_txt:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%233A89E7%22/%3E%3Cpath d=%22m7.052 16.053 1.909-.694c.26-.094.619-.346.798-.56l6.12-7.279a.524.524 0 0 0-.051-.723l-1.515-1.34a.492.492 0 0 0-.705.053l-6.12 7.28c-.18.214-.37.615-.424.892l-.388 2.039c-.052.277.116.426.376.332zm-1.719 2.614h12V17.64h-12v1.026z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_word:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%233D8FF0%22/%3E%3Cpath d=%22M6 17.5h12V16H6v1.5zM6 13h12v-1.5H6V13zm0-4.5h12V7H6v1.5z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}

.svg_file_zip:before {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22none%22%3E%3Cpath d=%22M24 23c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h22c.55 0 1 .45 1 1v22z%22 fill=%22%23978066%22/%3E%3Cpath d=%22M10 1.5h2V0h-2v1.5zm0 4.424v1.5h2V5.962h2v-1.5h-2v1.462h-2zM14 3V1.5h-2v1.462h-2v1.5h2V3h2zm-2 8.886h2v-1.5h-2v1.5zm-2-3v1.5h2V8.924h2v-1.5h-2v1.462h-2zm2 6.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-2 1.5c0 .825.675 1.5 1.5 1.5h1c.825 0 1.5-.675 1.5-1.5v-4h-4v4z%22 fill=%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}
