@charset "UTF-8";

/*common*/
	._articleAlbum h2,
	._articleAlbum h3,
	._articleAlbum h4,
	._articleAlbum h5{
		background-image: none;
		padding-left: 0;
	}
	._articleAlbum .artclViewTitleWrap .artclShare .sns input,
	._articleAlbum .artclViewTitleWrap .artclShare .option,
	._articleAlbum .artclComment .comment .option,
	._articleAlbum .artclCommentList li .delComment,
	._articleAlbum .artclList li .artclInfo .newArtcl,
	._articleAlbum .artclCategory ul.categoryList li{
		border: 0;
		background-image: url("../images/share.gif");
		background-repeat: no-repeat;
		background-color: transparent;
	}

	/*Tab*/
		._articleAlbum ._tab._normal {padding: 5px; background: url("../images/line_bg.png");}
		._articleAlbum ._tab._normal ul {background: #fff; padding: 25px 20px;}
		._articleAlbum ._tab._normal ul li {float: none; display: inline-block; width: 16.4%;}
		._articleAlbum ._tab._normal ul li a {display:inline-block;text-align:left;font-weight: 400; font-size: 16px; color: #666666; padding-left: 30px; background: url("../images/ic_cate_arrow.png") no-repeat left 6px; border: 0; margin-right: 0;}
		._articleAlbum ._tab._normal ul li strong,
		._articleAlbum ._tab._normal ul li input,
		._articleAlbum ._tab._normal ul li a {
		}
		._articleAlbum ._tab._normal ul li strong._on,
		._articleAlbum ._tab._normal ul li input._on,
		._articleAlbum ._tab._normal ul li a:hover,
		._articleAlbum ._tab._normal ul li a:focus,
		._articleAlbum ._tab._normal ul li a._on {
			color: #a90056;
			font-weight: 500;
			background: #fff url("../images/ic_cate_arrow_on.png") no-repeat left 6px;
		}
		._articleAlbum ._tab._normal ul li a span {display: inline-block;}
		._articleAlbum ._tab._normal ul li a span::after {content: ""; display: block; width: 0; height: 1px; margin-top: -7px; background: #a90056; transition: width 0.3s;}
		._articleAlbum ._tab._normal ul li strong._on span::after,
		._articleAlbum ._tab._normal ul li input._on span::after,
		._articleAlbum ._tab._normal ul li a:hover span::after,
		._articleAlbum ._tab._normal ul li a:focus span::after,
		._articleAlbum ._tab._normal ul li a._on span::after {
				width: 100%;
		}

		@media all and (max-width: 1023px){
			._articleAlbum ._tab._normal ul li {width: 24%;}
		}

		@media all and (max-width: 768px){
			._articleAlbum ._tab._normal ul li {width: 49%;}
		}

/*prd search*/
	._articleAlbum .artclPeriod fieldset {
		width: 250px;
		height: 30px;
		position: relative;
		display: block;
		margin: 1em auto;
	}
	._articleAlbum .artclPeriod fieldset label,
	._articleAlbum .artclPeriod fieldset input{
		float: left;
		margin: 0 0.2em;
	}
	._articleAlbum .artclPeriod fieldset label{
		line-height: 30px;
	}
	._articleAlbum .artclPeriod fieldset input{
		width: 70px;
	}

/*rss,count,search*/
	._articleAlbum .fnDiv.artclSerch{
		display: inline-block;
		width: 100%;
		margin-bottom: 25px;
	}
	.srchBox-sel select:focus,
.searchArea #srchWrd:focus,
.srchBox._on .src_list {
	border: 1px solid #58585a;
	background-color: #fff;
}
.srchBox._on .src_list {border-top: 0;}

.artclSerch .fnLeft ._sysRss{
	background: url("../images/ic_rss.jpg") no-repeat left center; padding: 0 0 0 40px;
	line-height: 30px;
	font: 14px;
	color: #444444;
	font-weight: 400;
	margin-top: 4px;
}
.artclSerch .fnLeft ._sysRss span {color: #dd0042;}

@media only screen and (max-width:860px){
	._articleTable .fnDiv ._sysRss{
		width:100%;
		margin-left:-6px;
		font-size:10px;
		min-height:15px;
		padding:2px 0 0 17px;
		background-position:0px !important;
	}
}

/*category*/
	._articleAlbum .artclCategory{padding: 5px; background: url("../images/line_bg.png"); margin-bottom: 20px;}
	._articleAlbum .category-inner {background: #fff;}
	._articleAlbum .category-inner::after {content: ""; display: block; clear: both;}
	._articleAlbum .artclCategory ul{float:left;}
	._articleAlbum .artclCategory ul::after {content: ""; display: block; clear: both;}
	._articleAlbum .artclCategory ul li{display: inline-block; float:left; padding: 25px 20px;}
	._articleAlbum .artclCategory ul li a{display:inline-block;text-align:left;font-weight: 400; font-size: 16px; color: #666666; padding-left: 30px; background: url("../images/ic_cate_arrow.png") no-repeat left 6px;}
	._articleAlbum .artclCategory ul li a span {display: inline-block; }
	._articleAlbum .artclCategory ul li a span::after {content: ""; display: block; width: 0; height: 1px; margin-top: -7px; background: #a90056; transition: width 0.3s;}
	._articleAlbum .artclCategory ul.categoryNavig{}
	._articleAlbum .artclCategory ul.categoryNavig li{}
	._articleAlbum .artclCategory ul.categoryList{}
	._articleAlbum .artclCategory ul.categoryList li{}
	._articleAlbum .artclCategory ul.categoryList li a{}
	._articleAlbum .artclCategory ul li.child{background:none;}
	._articleAlbum .artclCategory ul li.pChild{background:none;}
	._articleAlbum .artclCategory ul li.noCategory{display:none;}
	._articleAlbum .artclCategory ul li.active a{color:#a90056; font-weight: 500; background: url("../images/ic_cate_arrow_on.png") no-repeat left 6px;}
	._articleAlbum .artclCategory ul li.active a span::after {width: 100%;}
	._articleAlbum .artclCategory ul li a:hover {color:#a90056;}
	._articleAlbum .artclCategory ul li a:hover span::after {width: 100%;}

/*목록배열*/
	._articleAlbum .artclList{overflow:hidden; margin: 0 -1%;}
	._articleAlbum .artclList li{width:20%;float:left;padding:0 1%; margin-bottom: 30px;}
	._articleAlbum .artclList li._noData {width: 100%;}
/*list headline*/
	._articleAlbum .artclHeadLine{
		border: 0px;
		background-color: #FFF;
		padding:0px;
	}
	._articleAlbum .artclHeadLine .artclList,
	._articleAlbum .artclHeadLine .artclList li._first._last .artclLinkView,
	._articleAlbum .artclHeadLine .artclList li._last .artclLinkView{
	}
	/*공지*/
	._articleAlbum .artclHeadLine .artclList li .artclLinkView{border: 2px #000 solid;}
	._articleAlbum .artclHeadLine .artclList li .artclLinkView:hover{border: 2px #DDD solid;}
/*list*/
	._articleAlbum .artclList{
	}
	._articleAlbum .artclList:before,
	._articleAlbum .artclList:after{
		content: "";
		display: block;
		clear: both;
	}
	._articleAlbum .artclList.useHeadline{
		border-top: 0;
	}
	/*글감싸기*/
	._articleAlbum .artclList li .artclLinkView{display:block;overflow:hidden;position:relative; transition: box-shadow 0.3s;}
	._articleAlbum .artclList li .artclLinkView::before {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 1px solid #C5C5C5; transition: border-color 0.3s, background 0.3s;}
	._articleAlbum .artclList li .artclLinkView:hover::before{border: 2px solid #97506E;}
	._articleAlbum .artclList li .artclLinkView:hover {box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.11); background: #FFF2F9}
	/*썸네일*/
	._articleAlbum .artclList li.thumbLi .thumbnail{width:100%; padding: 10px; overflow:hidden;}
	._articleAlbum .artclList li.thumbLi .thumbnail img{max-width:100%;}
	._articleAlbum .artclList li.thumbLi .thumbnail p{text-align: center;}

	._articleAlbum .artclList li .img-bx {position: relative; width: 100%; height:210px;}
	._articleAlbum .artclList li .img-bx::after {content: ""; position: absolute; border: 1px solid #fff; left: 5px; top: 5px; right: 5px; bottom: 5px;}

	._articleAlbum .artclList li.thumbLi .artclInfo,
	._articleAlbum .artclList li.thumbLi .artclContent{}


	._articleAlbum .artclList li .artclInfo {}
	._articleAlbum .artclList li .artclInfo dl{
		height:0px;width:0px;
	}
	._articleAlbum .artclList li .artclInfo dl dt,
	._articleAlbum .artclList li .artclInfo dl dd{text-indent:-9999px;}

	/*뉴마크*/
	._articleAlbum .artclList li .artclInfo .newArtcl{position:absolute;top:-1px;left:-1px;overflow: hidden;display: inline-block;color:#FFF;font-size: 10px; font-weight: 200; padding:4px 12px; letter-spacing: 0.5px;zoom: 1;_display: inline;background:#a90158;}
	/*제목*/
	._articleAlbum .artclList li .artclInfo .artclTitle{padding: 10px 5% 15px; text-align: center;}
	._articleAlbum .artclList li .artclInfo .artclTitle strong {display: block; font-size: 15px; line-height:26px; color: #444444; height: 52px; overflow:hidden; font-weight: 400;}
	._articleAlbum .artclList li .artclInfo .card-num {display: block; font-size: 13px; line-height: 20px; color: #737373; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 10px;}
	._articleAlbum .artclList li .artclInfo .view-bottom {text-align: left;}
	._articleAlbum .artclList li .artclInfo .view-bottom span {display: inline-block; font-size: 13px; line-height: 20px; color: #9b9b9b; }
	._articleAlbum .artclList li .artclInfo .view-bottom span::after {content: ""; display: inline-block; background: #C3C3C3; width: 1px; height: 10px; margin: 0 5px 0 8px; }
	._articleAlbum .artclList li .artclInfo .view-bottom span:last-child::after {display: none;}
	._articleAlbum .artclList li .artclInfo .view-bottom span.view-num {padding-left: 30px; background: url("../images/ic_view.png") no-repeat center left;}
	/*내용*/
	._articleAlbum .artclList li .artclContent{display:none;}
	._articleAlbum .artclList li .artclInfo{}
	._articleAlbum .artclList li .artclInfo dl:after{
		content: " / ";
		color: #777;
	}
	._articleAlbum .artclList li .artclInfo dl dd{
		margin-right: 0.5em;
	}
	._articleAlbum .artclList li .artclInfo dl dd._last{
		margin-right: 0;
	}
	._articleAlbum .artclList li .artclInfo dl dt{
		padding-left: 0.5em;
	}
	._articleAlbum .artclList li .artclInfo dl dt:after{
		content: " : ";
	}
	._articleAlbum .artclList li .artclInfo dl._first dt{
		padding-left: 0;
	}
	._articleAlbum .artclList li .artclInfo dl._last:after{
		content: "";
	}
	._articleAlbum .artclList li .artclContent:after{
		display: inline;
	}
	._articleAlbum .artclList li.blindLi .artclTitle strong{
		color: #00c;
	}
	._articleAlbum .artclList li.secretLi .artclTitle strong{
		color: #c00;
	}
	._articleAlbum .artclList li.trashLi .artclTitle strong{
		color: #cdbeb1;
	}
	._articleAlbum .artclList li.blindLi .artclLinkView:after,
	._articleAlbum .artclList li.secretLi .artclLinkView:after,
	._articleAlbum .artclList li.trashLi .artclLinkView:after{
	    position: absolute;
	    top: 1em;
	    right: 0;
	    padding: 0 .5em;
	    background: rgba(0,0,0,.36);
	    color: #fff;
	    font-size: 0.9em;
	    line-height: 1.5;
	    text-align: center;
	    display: block;
	}
	._articleAlbum .artclList li.blindLi .artclLinkView:after{
		content: 'BLIND';
	}
	._articleAlbum .artclList li.secretLi .artclLinkView:after{
		content: 'SECRET';
	}
	._articleAlbum .artclList li.trashLi .artclLinkView:after{
		content: '승인대기';
	}


	/*write+view*/
		/*보기_첨부파일,공통적용*/
		._articleTable .artclItem, ._articleAlbum .artclItem{
					border-color: #7c7c7c;
			border-style: solid;
		}
		._articleTable .artclItem.writeForm, ._articleAlbum .artclItem.writeForm{
			position: relative;
			border-width: 2px 0 1px 0;
		}
		._articleTable .artclItem.writeForm::before {content: ""; position: absolute; width: 200px; height: 2px; background: #A90057; left: 0; top: -3px; z-index: 1;}
		._articleTable .artclItem.viewForm{
			border-width: 0px 0px 2px 0px;
			text-align:center;
		}
		._articleTable .artclItem.viewForm .artclInsert{
			text-align:left;
		}
		._articleTable .artclItem.viewForm .artclInsert ul li a{
			display: inline-block;
			background:url("../images/ic_file.png") no-repeat left 2px;
			padding-left:30px;
			color: #757575;
			line-height: 20px;
		}
		._articleTable .artclItem.viewForm dl {display: table; width: 100%; padding: 0; border-top: 1px solid #7c7c7c;}
		._articleTable .artclItem.viewForm dl dt {display: table-cell; vertical-align: middle; width: 14%; padding: 10px 0; background: #F5F5F5; font-size: 15px; line-height: 30px; color: #444444; text-align: center;}
		._articleTable .artclItem.viewForm dl dd {display: table-cell; vertical-align: top; padding: 10px 2%; text-align: left; font-size: 13px; line-height: 30px; letter-spacing: -0.25px; color: #757575; font-weight: 400;}

		._articleAlbum .artclItem .artclForm,
		._articleAlbum .artclItem .artclLabel,
		._articleAlbum .artclItem .artclInsert{
		}
		._articleAlbum .artclItem .artclForm, ._articleTable .artclItem .artclForm{
			overflow:hidden;
			display: table;
			width: 100%;
		}
		._articleAlbum .artclItem .artclForm {
			border-top: 1px #eee solid;
		}

		._articleTable .artclItem .artclLabel{
				display: table-cell;
				width: 200px;
				color: #444;
				font-weight: 400;
				text-align: center;
				vertical-align: middle;
				background-color: #f5f5f5;
	}
	._articleTable .artclItem .artclInsert{
				display: table-cell;
				padding: 12px 30px;
	}
	._articleTable .artclItem .artclLabel mark.must{
			float: left;
			margin-top: 8px;
			margin-left: 5px;
			width: 8px;
			height: 8px;
			text-indent: -9999px;
			background:url("../images/must.gif") no-repeat;
			overflow: hidden;
			padding: 0;
	}

		._articleAlbum .artclItem .artclForm:first-child{
			border: 0;
		}
		._articleAlbum .artclItem .artclLabel,
		._articleAlbum .artclItem .artclInsert{

		}
		._articleAlbum .artclItem .artclForm > .artclLabel{
			font-weight:bold;
			display: table-cell;
			vertical-align: middle;
			padding: 0 2%;
			width:12.5%;
			clear:both;
			cursor: default;
			height: 50px;
			background: #F5F5F5;
			font-size: 15px;
			color: #444444;
			font-weight: 400;
		}
		._articleAlbum .artclItem .artclForm > .artclInsert{
			width: 87.5%;
			display: table-cell;
			vertical-align: middle;
			padding: 7px 10px;
			font-size: 13px;
			color: #686868;
			font-weight: 300;
		}
		._articleAlbum .artclItem .artclInsert input[type="text"] {border: 1px solid #DFDFDF; height: 30px; padding: 0 10px; font-size: 13px; color: #686868}
		._articleAlbum .artclItem .artclInsert input[type="text"]._full {width: 100%; box-sizing: border-box;}
		._articleAlbum .artclItem .artclInsert select {width: 100%; border: 1px solid #DFDFDF; height: 30px; padding: 0 10px; font-size: 13px; color: #686868}

		._articleAlbum .artclItem .artclLabel mark.must{
				display: inline-block;
				vertical-align: top;
				margin-top: 8px;
				margin-left: 5px;
				width: 8px;
				height: 8px;
				text-indent: -9999px;
				background:url("../images/must.gif") no-repeat;
				overflow: hidden;
				padding: 0;
		}

		._articleAlbum .artclItem .board-table, ._articleAlbum .artclItem .border-table {display: table; width: 100%; border-top: 1px solid #DADADA;}
		._articleAlbum .artclItem .board-table::after {content: ""; display: block; clear: both;}
		._articleAlbum .artclItem .board-table .artclForm {float: left; width: 50%;}
		._articleAlbum .artclItem .board-table > .artclLabel {display: table-cell; width: 12.5%; padding: 0 2%; height: 50px;
		background: #F5F5F5;
		font-size: 15px;
		color: #444444;
		font-weight: 400; vertical-align: middle;}
		._articleAlbum .artclItem .board-table > .artclInsert {display: table-cell; width: 37.5%; vertical-align: middle;	padding: 7px 10px; font-size: 13px; color: #686868}
		._articleAlbum .artclItem .board-table.one-item > .artclInsert {width: 87.5%;}
		._articleAlbum .artclItem .board-table > .artclInsert ul li {margin-bottom: 0;}

		._articleAlbum .password-bx {overflow: hidden;}
		._articleAlbum .password-bx li {float: left; margin-right: 0; margin-bottom: 0;}
		._articleAlbum .password-bx li:first-child {overflow: hidden; margin-right: 10px;}
		._articleAlbum .password-bx li:first-child div {float: left;}
		._articleAlbum .password-bx li .artclInsert {margin-left: 10px;}
		._articleAlbum .password-bx li .artclInsert input {border: 1px solid #DFDFDF; height: 30px; padding: 0 10px; font-size: 13px; color: #686868}
		._articleAlbum .password-bx li .custom-input {padding-top: 0;}

		.custom-input input[type="radio"] {display: none;}
		.custom-input label {padding-left: 25px; background: url("../images/ic_select.png") no-repeat left center;}
		.custom-input input[type="radio"]:checked + label {background: url("../images/ic_select_on.png") no-repeat left center;}

		._articleAlbum .artclItem .artclInsert textarea{
			height: 400px;
			width: 100%;
			margin-top: 10px;
		}
		._articleAlbum .artclItem .artclInsert .intOpt{
			display: inline-block;
			margin-top: 2px;
			padding:1px 10px;
			background-color:#f7f7f7;
		}
		._articleAlbum .artclItem .artclInsert .intOpt input{
			vertical-align:-3px;
			margin-right:3px;
		}
		._articleAlbum .artclItem .artclInsert .multiSelectBox{
			height: 130px;
			width: 100%;
		}
		/*첨부파일 버튼그룹*/
			._articleAlbum .artclItem .artclInsert .fileBtnsWrap{padding-top:10px;}
			._articleAlbum .artclItem .artclInsert .fileBtnsWrap input{display:inline-block;height:30px;color:#444444 !important;background:#ECECEC;border:1px solid #D5D5D5; font-size: 11px; padding:0 10px !important; padding-left: 45px !important; width: 145px; height: 30px; cursor: pointer;}
			._articleAlbum .artclItem .artclInsert .fileBtnsWrap .btn-upload input {background:#ECECEC url("../images/ic_save.png") no-repeat 10px center; margin-right: 10px;}
			._articleAlbum .artclItem .artclInsert .fileBtnsWrap .btn-delete input {background:#ECECEC url("../images/ic_delete.png") no-repeat 10px center;}
			._articleAlbum .artclItem .artclInsert .fileBtnsWrap input:hover{}

		._articleAlbum .artclItem .artclForm.both{
			padding-left: 0;
		}
		._articleAlbum .artclItem .artclForm.both .artclInsert{

		}
		._articleAlbum .artclItem .artclForm.both .artclLabel{

		}
	/*view head*/
		/*보기_글정보*/
		._articleTable .artclViewHead{
			overflow: hidden;
			position: relative;
			font-size: 11px;
			text-align: center;
			padding: 15px 10px;
			border-bottom: 1px solid #DADADA;
		}
		._articleTable .artclViewHead dl,
		._articleTable .artclViewHead dl dt,
		._articleTable .artclViewHead dl dd{
			display: inline-block;
			zoom: 1;
			_display: inline;
			line-height: 1;
		}
		._articleTable .artclViewHead dl{
			position: relative;
			padding: 0 1.25em;
			font-size: 14px;
			line-height: 20px;
			letter-spacing: -0.25px;
		}
		._articleTable .artclViewHead dl::after {content: ""; position: absolute; width: 1px; height: 10px; background: #C3C3C3; right: 0; top: 7px;}
		._articleTable .artclViewHead dl:last-child::after {display: none;}
		._articleTable .artclViewHead dl._first._last{
			padding: 0 0.5em 0 0;
		}
		._articleTable .artclViewHead dl._last{
			padding: 0 0 0 0.5em;
			border-right: 0;
		}
		._articleTable .artclViewHead dl dt{
			padding-right: 10px;
			color: #9b9b9b;
		}
		._articleTable .artclViewHead dl dd{
			color: #777777;
		}
		._articleTable .artclViewHead .left{
			float: left;
		}
		._articleTable .artclViewHead .right{
			float: right;
		}
		/*보기_글제목*/
		._articleTable .artclViewTitleWrap{
		}
		._articleTable .artclViewTitleWrap .artclViewTitle{
			font-size: 18px;
			font-weight: 400;
			line-height: 1.5;
			color: #444444;
			text-align: center;
			padding: 25px 15px;
			background: #F2F2F2;
			border-top: 2px solid #7C7C7C;
			border-bottom: 1px solid #DADADA;
		}
		._articleTable .artclViewTitleWrap .artclShare{
			overflow: hidden;
			position: relative;
		}
		._articleTable .artclViewTitleWrap .artclShare .sns,
		._articleTable .artclViewTitleWrap .artclShare input,
		._articleTable .artclViewTitleWrap .artclShare a{
			float: left;
		}
		._articleTable .artclViewTitleWrap .artclShare .left{
			float: left;
		}
		._articleTable .artclViewTitleWrap .artclShare .right{
			float: right;
		}
		._articleTable .artclViewTitleWrap .artclShare .sns input,
		._articleTable .artclViewTitleWrap .artclShare .option,
		._articleTable .artclComment .comment .option{
			font-size: 1em;
			color: #333;
		}
		._articleTable .artclViewTitleWrap .artclShare .sns{
			overflow: hidden;
			position: relative;
		    background-color: #fff;
		    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
		    background-image: -webkit-linear-gradient(top, #fff, #eee);
		    background-image: -moz-linear-gradient(top, #fff, #eee);
		    background-image: -ms-linear-gradient(top, #fff, #eee);
		    background-image: -o-linear-gradient(top, #fff, #eee);
		    background-image: linear-gradient(to bottom, #fff, #eee);
		}
		._articleTable .artclViewTitleWrap .artclShare .sns input{
			border-color: #ddd;
			border-style: solid;
			border-width: 1px 1px 1px 0;
			height: 26px;
			line-height: 25px;
			padding: 0 10px 0 25px;
		}
		._articleTable .artclViewTitleWrap .artclShare .sns .twitter{
			background-position: 5px 6px;
		}
		._articleTable .artclViewTitleWrap .artclShare .sns .facebook{
			background-position: 5px -24px;
		}
		._articleTable .artclViewTitleWrap .artclShare .sns input:first-child{
			border-width: 1px;
		}
		._articleTable .artclViewTitleWrap .artclShare .option,
		._articleTable .artclComment .comment .option{
			height: 26px;
			padding: 0 10px 0 20px;
			background-color: transparent;
		}
		._articleTable .artclViewTitleWrap .artclShare input.option{
			line-height: 26px;
		}
		._articleTable .artclViewTitleWrap .artclShare a.option{
			line-height: 29px;
		}
		._articleTable .artclViewTitleWrap .artclShare .option.recommend,
		._articleTable .artclComment .comment .option{
			background-position: 0 -174px;
		}
		._articleTable .artclViewTitleWrap .artclShare .option.nonrecommend,
		._articleTable .artclComment .comment .option.nonrecommend{
			background-position: 0 -355px;
		}
		._articleTable .artclViewTitleWrap .artclShare .option.report{
			background-position: 0 -113px;
		}
		._articleTable .artclViewTitleWrap .artclShare .option.blind{
			background-position: 0 -144px;
		}
		._articleTable .artclViewTitleWrap .artclShare .option.print{
			background-position: 0 -83px;
		}
		/*보기_글내용*/
		._articleTable .artclAtchImg{
			padding: 1em 0;
			text-align: center;
		}
		._articleTable .artclAtchImg img{
			max-width: 100%;
			width: auto !important;
			_width: 100%;
		}
		._articleTable .artclView{
			padding:50px 1.8em;
		}
		._articleTable .artclView img{
			max-width: 100%;
			width: auto !important;
			_width: 100%;
			height:auto !important;
		}
	/* reply */
		._articleTable .artclAnswerWrap{
			border: 1px #7C7C7C solid;
			border-top: 2px solid #7C7C7C;
			background-color: #fff;
			padding: 0 2% 35px;
			margin-bottom: 50px;
			margin-top: 40px;
		}
		.answer-title-wrap {position: relative; padding-left: 55px; margin-bottom: 20px;}
		.answer-title-wrap::before {content: "답변"; position: absolute; width: 36px;height: 38px; background: url("../images/ic_answer.png") no-repeat center; left: 0; top: 0; text-align: center; font-size: 13px; line-height: 30px; letter-spacing: -0.5px; color: #fff;}
		._articleTable .artclAnswerWrap h3{
			font-size: 16px; line-height: 20px; padding: 10px 0;
		}
		._articleTable .artclAnswerWrap .artclAnswer{

		}
		._articleTable .artclAnswerWrap .artclAnswerInfo{
			font-size: 14px;
			line-height: 20px;
			letter-spacing: -0.25px;
			color: #9b9b9b;
		}
		._articleTable .artclAnswerWrap .artclAnswerInfo .date{
			position: relative;
			padding-right: 18px;
			margin-right: 13px;
		}
		._articleTable .artclAnswerWrap .artclAnswerInfo .date::before {content: ""; position: absolute; width: 1px; height: 10px; background: #C3C3C3; right: 0; top: 6px;}

		.answer-content {padding: 15px 2%; background: #F2F2F2; height: 140px; overflow-y: auto;}

		@media all and (max-width: 768px) {
			.answer-content {height: auto;}
		}

	/* comment */
		._articleTable .artclComment{
			border: 1px #ddd solid;
			background-color: #fff;
			margin: 1em 0;
			padding: 1em;
			font-size: 13px;
		}
	/* comment write */
		._articleTable .artclComment .artclCommentName{
			margin-bottom: 0.5em;
		}
		._articleTable .artclComment .artclCommentName label{
			float: left;
			height: 28px;
			line-height: 28px;
			font-weight: 600;
			margin-right: 1em;
		}
		._articleTable .artclComment .artclCommentName label mark.must{
			float: left;
			margin-top: 8px;
			margin-right: 5px;
			width: 8px;
			height: 8px;
			text-indent: -5000px;
			background:url("../images/must.gif") no-repeat;
			overflow: hidden;
			padding: 0;
		}
		._articleTable .artclComment .artclCommentForm{
			position: relative;
			margin-bottom: 1em;
		}
		._articleTable .artclComment .artclCommentForm .artclCommentInsert{
			margin-right: 80px;
		}
		._articleTable .artclComment .artclCommentForm .artclCommentInsert textarea{
			padding: 5px;
			height: 50px;
			width: 100%;
			background-color: #f7f7f7;
		}
		._articleTable .artclComment .artclCommentForm ._button{
			position: absolute;
			top: 0;
			right: 0;
		}
		._articleTable .artclComment .artclCommentForm ._button input{
			width: 60px;
			height: 62px;
			line-height: 60px;
		}

	/* comment list */
		._articleTable .artclComment .artclCommentList{
			background-color: #ECF1F3;
			padding: 1em 1em 0 1em;
			border: 1px #DBE7EB solid;
		}
		._articleTable .artclComment .artclCommentList li{
			border-left: 1px #ccc solid;
			padding: 0 0 15px 70px;
			margin-left: 60px;
			position: relative;
		}
		._articleTable .artclComment .artclCommentList li .comment{
			line-height: 1.8;
		}
		._articleTable .artclComment .artclCommentList li .date{
			font-size: 0.9em;
			color: #555;
			position: absolute;
			top: 0;
			left: -60px;
			width: 120px;
			text-align: center;
			background-color: #ECF1F3;
			border-radius: 0.3em;
		}
		._articleTable .artclComment .artclCommentList li .delComment{
			width: 11px;
			height: 11px;
			background-position: 0 -210px;
			margin-left: 0.5em;
			text-indent: -5000px;
		}

	/* prev/next */
		/*보기_이전다음글*/
		._articleTable .artclNavi{
			border-width: 1px 0 1px 0;
			border-color: #dedede;
			margin-bottom: 1em;
		}
		._articleTable .artclNavi .artclForm{
			padding-left:0px;
		}
		._articleTable .artclNavi .artclForm .artclLabel{
			text-align:center;
		}
		._articleTable .artclNavi .artclForm .artclInsert{
		}
		._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo{
			float: right;
			font-size: 11px;
		}
		._articleTable .artclNavi .artclForm .artclInsert .date{
			border-left: 1px #ddd solid;
			padding-left: 10px;
			margin-left: 10px;
		}


		/* etc */
			/*버튼컬러*/
			._articleTable ._button input,
			._articleTable ._button a{
				background-color: #A90057;
				color: #fff;
				-moz-border-radius:0px;
				-webkit-border-radius:0px;
				border-radius:0px;
				border: 1px solid #A90057;
			}
			._articleTable ._button._active input,
			._articleTable ._button._active a{
				border: 1px solid #58585a;
				color: #58585a !important;
				background-color: #fff;
				-moz-border-radius:0px;
				-webkit-border-radius:0px;
				border-radius:0px;
			}
			._articleTable ._button input:hover,
			._articleTable ._button a:hover,
			._articleTable ._button input:focus,
			._articleTable ._button a:focus,
			._articleTable ._button._active input:hover,
			._articleTable ._button._active a:hover,
			._articleTable ._button._active input:focus,
			._articleTable ._button._active a:focus{background-color: none;}
			/*버튼크기*/
			._articleTable ._button input,
			._articleTable ._button a{
				font-size: 13px;
				height: 35px;
				line-height: 35px;
				box-sizing: border-box;
			}

		.areaButton{}


/* 검색버튼 */
.fnSearch span.fnSubmit._button input{border-radius:0px !important;-moz-border-radius:0px !important;-webkit-border-radius:0px !important;}

.postCaution{border:1px solid #DDD;background:#f8f8f8;padding:20px 0;}
.postCaution ul li{font-size:12px;text-align:left;color:#780032;padding:0 30px; position:relative;}
.postCaution ul li:before{
	content:'';
	width:3px;
	height:3px;
	background-color:#780032;
	border-radius:1.5px;
	position:absolute;
	top:10px;
	left:20px;
}

/* custom */
._paging {margin-top: 60px;}
._paging ._inner a, ._paging ._inner strong {width: 35px; height: 35px; background-color: white;}
._paging ._inner ul {margin: 0 15px;}
._paging ._inner ul li strong {font-size: 16px; color: #fff; background: #777777; line-height: 33px; border-color: #777;}
._paging ._inner ul li a {font-size: 16px; border: 0; color: #666; line-height: 35px;}
._paging ._inner a._first {background: url("../images/btn_first.jpg") no-repeat center;}
._paging ._inner a._last {background: url("../images/btn_last.jpg") no-repeat center;}
._paging ._inner a._listPrev{background: url("../images/btn_prev.jpg") no-repeat center; background-position: 0 0; border: 0; text-indent: -9999px;}
._paging ._inner a._listNext{background: url("../images/btn_next.jpg") no-repeat center; background-position: 0 0; border: 0; text-indent: -9999px;}

._fnctWrap .fnDiv .fnSearch fieldset select {width: 160px; height: 40px; padding: 0 20px; border-radius: 25px; border: 0; background: #EBEBEB url("../images/btn_select.png") no-repeat 90% center; appearance: none; font-size: 14px; color: #646464; font-weight: 400; margin-right: 15px;}

.search-input {overflow: hidden; padding: 0 20px; border-radius: 25px; background: #EBEBEB; }
._fnctWrap .fnDiv .fnSearch fieldset input[type="text"] {width: 190px; background: none; border: 0; height: 40px; margin-right: 10px;}
._fnctWrap .fnDiv .fnSearch fieldset .fnSubmit a, ._fnctWrap .fnDiv .fnSearch fieldset .fnSubmit input {background: url("../images/btn_search.png") no-repeat center; width: 20px; height: 40px; }

@media all and (max-width: 768px) {
	._fnctWrap .fnDiv .fnSearch fieldset input[type="text"]{width: calc(100% - 30px);}
}

@media all and (max-width: 768px) {
	._paging{margin-top: 30px;}
	._paging ._inner{height: auto;}
	._paging ._inner::after{content:""; display: table; clear: both;}
	._paging ._inner ul{height: auto; margin: 0; width: 100%; padding: 0 75px; text-align: center;}
	._paging ._inner li{float: none; display: inline-block; width: 19%; max-width: 35px;}
	._paging ._inner ul li strong, ._paging ._inner ul li a{width: 100%;}
	._articleTable .artclTable colgroup col._artclCategory, ._articleTable .artclTable colgroup col._artclColWriter {width: 25%;}
	._paging ._inner ul{display: none;}
	._paging ._inner ._pageState{display: block; float: left; margin: 0 15px;}
	._paging ._inner ._pageState span{display: inline-block; line-height: 35px;}
	._paging ._inner ._pageState ._curPage{position: relative; padding-right: 5px; color: #a90056;}
	._paging ._inner ._pageState ._curPage::after{content:"/"; margin-left: 5px; color: #333333;}
	._paging ._inner a._first{display: block;}
	._paging ._inner a._prev{display: block;}
	._paging ._inner a._listPrev{}
	._paging ._inner a._listNext{}
	._paging ._inner a._next{display: block; }
	._paging ._inner a._last{display: block; }
	._paging ._inner ._pageState{padding: 0 15px;}
}

.board-bottom {position: relative; margin-top: 50px; min-height: 55px;}
.board-bottom ._areaButton {padding: 0;}

.btn-normal {display: inline-block; margin: 2px 0;}
.btn-normal input, .btn-normal button, .btn-normal a {display: inline-block; width: 110px; height: 50px; line-height: 50px; text-align:center; background: transparent; font-size: 15px; line-height: 50px; letter-spacing: -0.5px; border-radius: 25px; border: 1px solid #333; color: #333; cursor: pointer;}
.btn-normal.btn-style1 input, .btn-normal.btn-style1 button, .btn-normal.btn-style1 a {color: #0067c3; border: 1px solid #0067c3;}
.btn-normal.btn-style2 input, .btn-normal.btn-style2 button, .btn-normal.btn-style2 a {color: #ce2856; border: 1px solid #ce2856;}
.btn-normal.btn-style3 input, .btn-normal.btn-style3 button, .btn-normal.btn-style3 a {color: #1c3c8f; border: 1px solid #1c3c8f;}
.btn-normal.btn-style4 input, .btn-normal.btn-style4 button, .btn-normal.btn-style4 a {color: #fff; border: 1px solid #8C8C8C; background: #8C8C8C;}

.btn-normal.btn-style1 input:hover, .btn-normal.btn-style1 button:hover, .btn-normal.btn-style1 a:hover {background: #0067c3; color: #fff; border: 1px solid #0067c3;}
.btn-normal.btn-style2 input:hover, .btn-normal.btn-style2 button:hover, .btn-normal.btn-style2 a:hover {background: #ce2856; color: #fff;}
.btn-normal.btn-style3 input:hover, .btn-normal.btn-style3 button:hover, .btn-normal.btn-style3 a:hover {background: #1c3c8f; color: #fff; border: 1px solid #1c3c8f;}
.btn-normal.btn-style4 input:hover, .btn-normal.btn-style4 button:hover, .btn-normal.btn-style4 a:hover {color: #fff; border: 1px solid #4E4E4E; background: #4E4E4E;}

.board-list-btn dd div {font-size: 15px; line-height: 22px; color: #444444; padding-top: 15px;}
.board-list-btn .board-prev {position: absolute; width: 115px; height: 55px; left: 0; top: 0;}
.board-list-btn .board-prev dd div {position: relative; padding-left: 65px;}
.board-list-btn .board-prev dd div:hover {text-decoration: underline;}
.board-list-btn .board-prev dd div::before {content: ""; position: absolute; width: 55px; height: 55px; border: 1px solid #ddd; border-radius: 50%; left: 0; top: 0; background: url("../images/btn_cn_prev.png") no-repeat center; }

.board-list-btn .board-next {position: absolute; width: 115px; height: 55px; right: 0; top: 0;}
.board-list-btn .board-next dd div {position: relative; padding-right: 65px;}
.board-list-btn .board-next dd div:hover {text-decoration: underline;}
.board-list-btn .board-next dd div::before {content: ""; position: absolute; width: 55px; height: 55px; border: 1px solid #ddd; border-radius: 50%; right: 0; top: 0; background: url("../images/btn_cn_next.png") no-repeat center; }



/*search box*/
.srchBox {
	position: relative;
	float: left;
	width: 160px;
	color: #646464; font-size: 0.875em;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	border-radius: 25px;
	transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	box-sizing: border-box;
	margin: 0 10px 5px 0;
	z-index: 8;
}
.srchBox:focus,
.srchBox._on {
	border: 1px solid #58585a;
	background-color: #fff;
	border-radius: 25px 25px 0 0;
	border-bottom: 1px solid transparent;
	z-index: 3;
}
.srchBox .srcName {
	position: relative;
	width: 100%; height: 39px; line-height: 39px; text-align: left;
	padding: 0 0 0 20px; box-sizing: border-box;
}
.srchBox .srcName:after,
.srchBox-sel:after {
	content: '';
	width: 11px; height: 7px;
	position: absolute; right: 15px; top: 18px;
	background: url('../images/board_icon.png') -62px 0px no-repeat;
	transition: all 0.2s ease;
	z-index: 2;
}
.srchBox._on .srcName:after,
.srchBox-sel._on:after {
	transform: rotate(180deg);
}
.srchBox .src_list {
	display: none;
	width: calc(100% + 2px);
	position: absolute; top: 100%; left: -1px;
	padding: 0 0 15px 20px; box-sizing: border-box;
	border: 1px solid #ebebeb;
	border-top: 0;
	background-color: #ebebeb;
	border-radius: 0 0 25px 25px;
}
.srchBox .src_list > li {
	margin: 5px 0;
}

.srchBox_01{margin-right:50px}
.srchBox_02{width:40px !important}

/* 추가작업 */
.notice-txt-bx {padding: 5px; background: url("../images/alert_bg.png"); margin-top: 20px;}
.notice-txt-bx .notice-bx-inner {background: #FAFAFA; padding: 20px 25px;}
.notice-txt-bx .notice-bx-inner ul li {font-size: 13px; line-height: 30px; color: #a90057; font-weight: 300; padding-left: 25px; background: url("../images/ic_alert.png") no-repeat left 5px;}

.noticepd-bx::after {content: ""; display: block; clear: both;}
.noticepd-bx .date-bx {float: left; margin-top: 2px;}
.noticepd-bx .date-bx input {margin-left: 10px;}
.noticepd-bx .setting-bx {float: left; margin-top: 0px; margin-left: 10px;}
.noticepd-bx .setting-bx li {margin-bottom: 0;}

.addfile-bx {border-top: 1px solid #7C7C7C;}
.addfile-bx .artclForm:last-child {border-top: 1px solid #dadada;}
.addfile-bx .fileInputWrap {float: left; width: calc(100% - 335px);}
.addfile-bx .fileInputWrap input {width: 100%;}
._articleAlbum .artclItem .addfile-bx .fileBtnsWrap {padding-top: 0; float: left; width: 335px; padding-left: 15px;}

.attachfile-bx .attachfile-bx-inner {float: left; width: calc(100% - 335px);}
._articleAlbum .artclItem .attachfile-bx .fileBtnsWrap span {display: block;}
._articleAlbum .artclItem .attachfile-bx .fileBtnsWrap span:first-child {margin-bottom: 10px;}
._articleAlbum .artclItem .attachfile-bx .fileBtnsWrap p {font-size: 13px; line-height: 18px; color: #9c9c9c; margin-top: 20px;}



@media all and (max-width: 768px){
	._articleAlbum .artclItem .artclForm {display: block;}
	._articleAlbum .artclItem .artclForm > .artclLabel {display: block; width: 100%; height: auto; padding: 5px 2%;}
	._articleAlbum .artclItem .artclForm > .artclInsert {display: block; width: 100%; overflow: hidden;}
	._articleAlbum .artclItem .board-table, ._articleAlbum .artclItem .border-table {display: block;}
	._articleAlbum .artclItem .board-table.one-item > .artclInsert {width: 100%;}
	._articleAlbum .artclItem .board-table > .artclLabel {display: block; height: auto; width: 100%; padding: 5px 2%;}
	._articleAlbum .artclItem .board-table > .artclInsert {display: block; width: 100%;}

	.addfile-bx .fileInputWrap {float: none; width: 100%;}
	._articleAlbum .artclItem .addfile-bx .fileBtnsWrap {float: none; width: 100%; padding-left: 0; margin-top: 10px;}
	._articleAlbum .artclItem .addfile-bx .fileBtnsWrap .btn-upload {display: inline-block; margin-bottom: 10px;}
	.attachfile-bx .attachfile-bx-inner {float: none; width: 100%;}
	._articleAlbum .artclItem .attachfile-bx .fileBtnsWrap span {display: inline-block;}
	._articleAlbum .artclItem .attachfile-bx .fileBtnsWrap p {margin-top: 0;}
}

.board-top-bx {border-bottom: 1px solid #DADADA;}


/* 반응형 */
@media all and (max-width: 1024px){
	._articleAlbum .artclList li {width: 33.33%;}
}

@media all and (max-width: 768px){
	._articleAlbum .artclList li {width: 50%;}
	._fnctWrap .fnDiv.artclSerch .fnLeft {float: none;}
	._fnctWrap .fnDiv.artclSerch .fnRight {float: none; margin-top: 15px;}
	._fnctWrap .fnDiv .fnSearch fieldset {float: none;}
}

@media all and (max-width: 460px){
	.srchBox {float: none;}
}

@media all and (max-width: 430px){
	._articleAlbum .artclList li {width: 100%;}
}
