@charset "UTF-8";

/*common*/
	._articleTable h2,
	._articleTable h3,
	._articleTable h4,
	._articleTable h5{
		background-image: none;
		padding-left: 0;
	}
	._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice,
	._articleTable .artclViewTitleWrap .artclShare .sns input,
	._articleTable .artclViewTitleWrap .artclShare .option,
	._articleTable .artclComment .comment .option,
	._articleTable .artclCommentList li .delComment,
	._articleTable .artclList li .artclInfo .newArtcl{
		border: 0;
		background-image: url("../images/share.gif");
		background-repeat: no-repeat;
		background-color: transparent;
	}
	/*category*/
		.artclCategory{padding: 5px; background: url("../images/line_bg.png"); margin-bottom: 20px;}
		.category-inner {background: #fff;}
		.category-inner::after {content: ""; display: block; clear: both;}
		.artclCategory ul{float:left;}
		.artclCategory ul::after {content: ""; display: block; clear: both;}
		.artclCategory ul li{display: inline-block; float:left; padding: 25px 20px;}
		.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;}
		.artclCategory ul li a span {display: inline-block; }
		.artclCategory ul li a span::after {content: ""; display: block; width: 0; height: 1px; margin-top: -7px; background: #a90056; transition: width 0.3s;}
		.artclCategory ul.categoryNavig{}
		.artclCategory ul.categoryNavig li{}
		.artclCategory ul.categoryList{}
		.artclCategory ul.categoryList li{}
		.artclCategory ul.categoryList li a{}
		.artclCategory ul li.child{background:none;}
		.artclCategory ul li.pChild{background:none;}
		.artclCategory ul li.noCategory{display:none;}
		.artclCategory ul li.active a{color:#a90056; font-weight: 500; background: url("../images/ic_cate_arrow_on.png") no-repeat left 6px;}
		.artclCategory ul li.active a span::after {width: 100%;}
		.artclCategory ul li a:hover {color:#a90056;}
		.artclCategory ul li a:hover span::after {width: 100%;}
/*Tab*/
	._articleTable ._tab._normal {padding: 5px; background: url("../images/line_bg.png");}
	._articleTable ._tab._normal ul {background: #fff; padding: 25px 20px;}
	._articleTable ._tab._normal ul li {float: none; display: inline-block; width: 16.4%;}
	._articleTable ._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;}
	._articleTable ._tab._normal ul li strong,
	._articleTable ._tab._normal ul li input,
	._articleTable ._tab._normal ul li a {
	}
	._articleTable ._tab._normal ul li strong._on,
	._articleTable ._tab._normal ul li input._on,
	._articleTable ._tab._normal ul li a:hover,
	._articleTable ._tab._normal ul li a:focus,
	._articleTable ._tab._normal ul li a._on {
		color: #a90056;
		font-weight: 500;
		background: #fff url("../images/ic_cate_arrow_on.png") no-repeat left 6px;
	}
	._articleTable ._tab._normal ul li a span {display: inline-block;}
	._articleTable ._tab._normal ul li a span::after {content: ""; display: block; width: 0; height: 1px; margin-top: -7px; background: #a90056; transition: width 0.3s;}
	._articleTable ._tab._normal ul li strong._on span::after,
	._articleTable ._tab._normal ul li input._on span::after,
	._articleTable ._tab._normal ul li a:hover span::after,
	._articleTable ._tab._normal ul li a:focus span::after,
	._articleTable ._tab._normal ul li a._on span::after {
			width: 100%;
	}

	@media all and (max-width: 1023px){
		._articleTable ._tab._normal ul li {width: 24%;}
	}

	@media all and (max-width: 768px){
		._articleTable ._tab._normal ul li {width: 49%;}
	}
/*prd search*/
	._articleTable .artclPeriod fieldset {
		width: 250px;
		height: 30px;
		position: relative;
		display: block;
		margin: 1em auto;
	}
	._articleTable .artclPeriod fieldset label,
	._articleTable .artclPeriod fieldset input{
		float: left;
		margin: 0 0.2em;
	}
	._articleTable .artclPeriod fieldset label{
		line-height: 30px;
	}
	._articleTable .artclPeriod fieldset input{
		width: 70px;
	}

/*rss,count,search*/
	._articleTable .fnDiv.artclSerch{
		display: inline-block;
		width: 100%;
		margin-top: 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;}
/*RSS*/
._articleTable .fnDiv ._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;
}
._articleTable .fnDiv ._sysRss span {color: #dd0042;}

/*list headline*/
	._articleTable .artclHeadLine{
		border: 1px #ddd solid;
		background-color: #fff;
		padding: 0 1em;
	}
	._articleTable .artclHeadLine .artclList,
	._articleTable .artclHeadLine .artclList li._first._last .artclLinkView,
	._articleTable .artclHeadLine .artclList li._first._last .artclLinkView2,
	._articleTable .artclHeadLine .artclList li._first._last .artclLinkView3,
	._articleTable .artclHeadLine .artclList li._last .artclLinkView,
	._articleTable .artclHeadLine .artclList li._last .artclLinkView2,
	._articleTable .artclHeadLine .artclList li._last .artclLinkView3{
		border: 0 !important;
	}
/*list*/
	._articleTable .artclTable{
		width: 100%;
		border-width: 2px 0 0 0;
		border-color: #7C7C7C;
		border-style: solid;
		table-layout:fixed;
	}
	._articleTable .artclTable caption{
		display: none;
	}
	._articleTable .artclTable colgroup col._artclColNum{
		width: 60px;
	}
	._articleTable .artclTable colgroup col._artclColTitle{
		width: auto;
	}
	._articleTable .artclTable colgroup col._artclColWriter{
		width: 225px;
	}
	._articleTable .artclTable colgroup col._artclCategory{
		width: 140px;
	}
	._articleTable .artclTable colgroup col._artclColRdate{
		width: 100px;
	}
	._articleTable .artclTable colgroup col._artclColRecommend{
		width: 50px;
	}
	._articleTable .artclTable colgroup col._artclColComment{
		width: 50px;
	}
	._articleTable .artclTable colgroup col._artclColAtchFile{
		width: 90px;
	}
	._articleTable .artclTable colgroup col._artclColAccess{
		width: 70px;
	}
	/*목록_헤드*/
	._articleTable .artclTable thead th{
		background: #F2F2F2;
		border: 0;
		border-bottom: 1px solid #CFCFD1;
		font-size: 16px;
		line-height: 25px;
		color: #555555;
		font-weight: 400;
	}
	/*목록_헤드+목록공용*/
	._articleTable .artclTable th,
	._articleTable .artclTable td{
		border-width: 0 0 1px 0;
		border-color: #CFCFD1;
		border-style: solid;
		padding: 12px 5px;
		text-align: center;
		font-size: 14px;
	}
	/*목록_짝줄*/
	._articleTable .artclTable tr._artclEven{
		background-color: white;
	}
	/*목록_홀줄*/
	._articleTable .artclTable tr._artclOdd{
		background-color: white;
	}
	._articleTable .artclTable tr.headline{
		background-color: #F9F9F9;
	}

	._articleTable .artclTable tr:hover {background: #FCF3F8;}
	/*목록_좌ㆍ우보더 지우기*/
	._articleTable .artclTable th:first-child,
	._articleTable .artclTable td:first-child{border-left:0px;}
	._articleTable .artclTable th:last-child,
	._articleTable .artclTable td:last-child{border-right:0px;}

	/*목록_공지*/
	._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice{
		display: block;
		margin: auto;
		width: 21px;
		height: 20px;
		text-indent: -5000px;
		overflow: hidden;
		background-position: 9px -326px;
	}
	._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice._artclNnotice{
		background: url("../images/ic_notice.png") no-repeat center;
		width: 30px;
		height: 30px;
	}
	._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice._artclTnotice{
		background-color: #A62323;
	}
	/*목록_제목*/
	._articleTable .artclTable tr td .artclLinkView{
		display: block;
		text-align: left;
		font-size: 16px;
		color: #444444;
		font-weight: 400;
		display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin: 0 7px;
	}
	._articleTable .artclTable tr td .artclLinkView2{
		display: block;
		text-align: left;
		font-size: 16px;
		color: #444444;
		font-weight: 400;
		display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin: 0 7px;
	}
	._articleTable .artclTable tr td .artclLinkView3{
		display: block;
		text-align: left;
		font-size: 16px;
		color: #444444;
		font-weight: 400;
		display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin: 0 7px;
	}
	/*목록_새글*/
	._articleTable .artclTable tr td .artclLinkView .newArtcl{
		text-indent: -5000px;
		display: inline-block;
		width:16px;
		height:16px;
		vertical-align:middle;
		margin-left:3px;
		background:url(../images/ic_new.png) no-repeat center ;
		/*
		width: 11px;
		height: 11px;
		overflow: hidden;
		text-indent: -5000px;
		display: inline-block;
	    zoom: 1;
	    _display: inline;
		background-position: 0 -240px;
		*/
	}
	._articleTable .artclTable tr td .artclLinkView2 .newArtcl{
		text-indent: -5000px;
		display: inline-block;
		width:16px;
		height:16px;
		vertical-align:middle;
		margin-left:3px;
		background:url(../images/ic_new.png) no-repeat center ;
	}
	._articleTable .artclTable tr td .artclLinkView3 .newArtcl{
		text-indent: -5000px;
		display: inline-block;
		width:16px;
		height:16px;
		vertical-align:middle;
		margin-left:3px;
		background:url(../images/ic_new.png) no-repeat center ;
	}
	._articleTable .artclTable tr td._artclTdNum{
	}
	._articleTable .artclTable tr td._artclTdTitle{
	}
	._articleTable .artclTable tr td._artclTdWriter{
	}
	._articleTable .artclTable tr td._artclTdRdate{
	}
	._articleTable .artclTable tr td._artclTdRecommend{
	}
	._articleTable .artclTable tr td._artclTdComment{
	}
	._articleTable .artclTable tr td._artclTdAtchFile{
	}
	._articleTable .artclTable tr td._artclTdAccess{
	}

	._articleTable .artclTable tr.trashLi td .artclTitle strong{
		color: #cdbeb1;
	}
	._articleTable .artclTable tr.approvalLi td .artclTitle strong{
		color: #cdbeb1;
	}
	._articleTable .artclTable tr.trashLi td .artclLinkView {position: relative;}
	._articleTable .artclTable tr.trashLi td .artclLinkView2 {position: relative;}
	._articleTable .artclTable tr.approvalLi td .artclLinkView3 {position: relative;}
	._articleTable .artclTable tr.trashLi td .artclLinkView:after{
	    position: absolute;
	    top: 4px;
	    right: 0;
	    padding: 0 .5em;
	    background: rgba(0,0,0,.36);
	    color: #fff;
	    font-size: 1em;
	    line-height: 1.5;
	    text-align: center;
	    display: block;
	}
	._articleTable .artclTable tr.trashLi td .artclLinkView2:after{
	    position: absolute;
	    top: 4px;
	    right: 0;
	    padding: 0 .5em;
	    background: rgba(0,0,0,.36);
	    color: #fff;
	    font-size: 1em;
	    line-height: 1.5;
	    text-align: center;
	    display: block;
	}
	._articleTable .artclTable tr.approvalLi td .artclLinkView3:after{
	    position: absolute;
	    top: 4px;
	    right: 0;
	    padding: 0 .5em;
	    background: rgba(0,0,0,.36);
	    color: #fff;
	    font-size: 1em;
	    line-height: 1.5;
	    text-align: center;
	    display: block;
	}
	._articleTable .artclTable tr.approvalLi td .artclLinkView3:after{
		content: '승인대기';
	}
	._articleTable .artclTable tr.trashLi td .artclLinkView2: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;}

/*._articleTable .artclViewHead .right dl:nth-child(2){display:none;}*/
.postCaution{border:1px solid #DDD;background:#f8f8f8;padding:20px 0; margin-top: 50px;}
.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;}



/*
._paging ._inner a._prev {
  background-image: url("/Web-home/_UI/images/common/arrow-page.png");
  background-position: 0 -70px;
  border: 0;
}
*/

/*
._paging ._inner a._next {
  background-image: url("/Web-home/_UI/images/common/arrow-page.png");
  background-position: 0 -105px;
  border: 0;
}
*/



._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);}
}

.category-txt span {display: block; font-size: 16px; line-height: 24px; letter-spacing: -0.5px; font-weight: 400;}
.category-txt span.color1 {color: #d1006a;}
.category-txt span.color2 {color: #0086ff;}
.category-txt span.color3 {color: #ff6d01;}
.category-txt span.color4 {color: #895a00;}
.category-txt span.color5 {color: #136400;}

.processing span {display: block; width: 100%; max-width: 85px; height: 35px; margin: 0 auto; font-size: 13px; line-height: 35px; letter-spacing: -0.5px; color: #fff; font-weight: 400; border-radius: 30px;}
.processing .no-answer {background: #00BAFF}
.processing .cp-answer {background: #DF0072}

.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;  margin: 0 10px;}
.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: #ff8400; border: 1px solid #ff8400;}
.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: #ff8400; color: #fff; border: 1px solid #ff8400;}
.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;}

/* 추가작업 */
.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){
	._articleTable .artclItem.viewForm dl dt {font-size: 13px;}

	._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;}
	.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;}

	._articleTable .artclTable tr td .artclLinkView {font-size: 14px; line-height: 22px; white-space: normal; max-height: 44px; }
	._articleTable .artclTable tr td .artclLinkView2 {font-size: 14px; line-height: 22px; white-space: normal; max-height: 44px; }
	._articleTable .artclTable tr td._artclTdWriter {font-size: 12px; line-height: 18px; padding: 0 5px;}

	._articleTable .artclTable tr.headline td .artclLinkView {position: relative; padding-left: 35px; min-height: 25px;}
	._articleTable .artclTable tr.headline td .artclLinkView::before {content: ""; position: absolute; left: 0; top: 50%; margin-top: -12.5px; display: inline-block; background: url("../images/ic_notice.png") no-repeat center; background-size: contain; width: 25px; height: 25px;}
	._articleTable .artclTable tr.headline td .artclLinkView2 {position: relative; padding-left: 35px; min-height: 25px;}
	._articleTable .artclTable tr.headline td .artclLinkView2::before {content: ""; position: absolute; left: 0; top: 50%; margin-top: -12.5px; display: inline-block; background: url("../images/ic_notice.png") no-repeat center; background-size: contain; width: 25px; height: 25px;}
}

.board-top-bx {border-bottom: 1px solid #DADADA;}

@media all and (max-width: 768px){
	._articleAlbum .artclList li {width: 50%;}
	._fnctWrap .fnDiv.artclSerch .fnLeft {float: none;}
	._fnctWrap .fnDiv.artclSerch .fnRight {float: none; margin: 15px 0;}
	._fnctWrap .fnDiv .fnSearch fieldset {float: none;}
}

@media all and (max-width: 460px){
	.srchBox {float: none;}
}



@media all and (max-width: 768px){
	._articleTable .artclTable thead ._artclThNum,
	._articleTable .artclTable tbody ._artclTdNum,
	._articleTable .artclTable colgroup col._artclColNum,
	._articleTable .artclTable thead ._artclThRdate,
	._articleTable .artclTable tbody ._artclTdRdate,
	._articleTable .artclTable colgroup col._artclColRdate,
	._articleTable .artclTable thead ._artclThAccess,
	._articleTable .artclTable tbody ._artclTdAccess,
	._articleTable .artclTable colgroup col._artclColAccess{
		display: none;
	}
	._articleTable .artclTable colgroup col._artclColTitle{width: 75%;}
	._articleTable .artclTable colgroup col._artclColWriter{width: 25%;}
}

@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;}
}
