@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,
._articleTable .artclCategory ul.categoryList li {
	border: 0;
	/* background-image: url("../images/share.gif"); */
	background-repeat: no-repeat;
	background-color: transparent;
}

/*category*/
._articleTable .artclCategory {
	border: 1px #8EABC2 solid;
	background-color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

._articleTable .artclCategory ul {
	position: relative;
	overflow: hidden;
}

._articleTable .artclCategory ul li {
	float: left;
	font-size: 1em;
}

._articleTable .artclCategory ul.categoryNavig {
	background-color: #E3EAF0;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
}

._articleTable .artclCategory ul.categoryNavig li {
	margin-right: 1em;
}

._articleTable .artclCategory ul.categoryList {
	padding: 0.5em;
}

._articleTable .artclCategory ul.categoryList li {
	width: 25%;
}

._articleTable .artclCategory ul.categoryList li a {
	display: block;
	padding-left: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 24px;
	line-height: 24px;
}

._articleTable .artclCategory ul li.child {
	background-position: 0 -263px;
}

._articleTable .artclCategory ul li.pChild {
	background-position: 0 -293px;
}

._articleTable .artclCategory ul li.noCategory {
	text-align: center;
	width: 100%;
	background-image: none;
}

._articleTable .artclCategory ul li.active a {
	font-weight: 600;
	color: #000;
}

/*subject*/
._fnctWrap ._tab ul li {
	margin: 0 5px 5px 0;
}

._fnctWrap ._tab._normal {
	margin-bottom: 50px;
}

._articleTable ._tab._normal ul li strong,
._articleTable ._tab._normal ul li input,
._articleTable ._tab._normal ul li a {
	border: 1px solid #e1e4e7;
	padding: 17px 20px 17px 20px;
	font-size: 15px;
	background: #fff;
	height: auto;
	line-height: normal;
}

._articleTable ._tab._normal ul li strong._on,
._articleTable ._tab._normal ul li input._on,
._articleTable ._tab._normal ul li a._on {
	position: relative;
	font-weight: bold;
	color: #60609f;
	background: #fff;
	border-color: #e1e4e7;
}

._articleTable ._tab._normal ul li a._on:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 5px;
	background: #60609f;
}

/*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 {
	height: 30px;
	margin-bottom: 1em;
}

._articleTable .fnDiv ._sysRss {}

/*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._last .artclLinkView {
	border: 0 !important;
}

/*list*/
._articleTable .artclTable {
	width: 100%;
	table-layout: fixed;
	/* border-width: 1px 0 0 1px;
	border-color: #ddd;
	border-style: solid; */
	/* -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4); */
}

@media all and (max-width: 640px) {

	._artclColNum,
	._artclThNum,
	._artclTdNum {
		display: none;
	}

	._artclColRdate,
	._artclThRdate,
	._artclTdRdate {
		display: none;
	}
}

._articleTable .artclTable caption {
	/* display: none; */
	position: absolute;
  	left: -9999px;
  	width: 0px;
  	height: 0px;
  	overflow: hidden;
}

._articleTable .artclTable colgroup col._artclColAdm {
	width: 8%;
}

._articleTable .artclTable colgroup col._artclColNum {
	width: 80px;
}

._articleTable .artclTable colgroup col._artclColTitle {
	width: auto;
}

/* ._articleTable .artclTable colgroup col._artclColWriter {
	width: 70px;
} */
._articleTable .artclTable colgroup col._artclColRdate {
	width: 120px;
}

._articleTable .artclTable colgroup col._artclColRecommend {
	width: 50px;
}

._articleTable .artclTable colgroup col._artclColComment {
	width: 50px;
}

._articleTable .artclTable colgroup col._artclColAtchFile {
	width: 60px;
}

._articleTable .artclTable colgroup col._artclColAccess {
	width: 50px;
}

._articleTable .artclTable thead th {
	background: #4682B4;
	font-weight: lighter;
	text-shadow: 0 1px 0 #38678f;
	color: white;
	border: 1px solid #38678f;
	box-shadow: inset 0px 1px 2px #568ebd;
}

._articleTable .artclTable th,
._articleTable .artclTable td {
	border-width: 0;
	/* border-color: #ddd;
	border-style: solid; */
	text-align: center;
}

._articleTable .artclTable td._noData {
	font-size: 15px;
}

/* ._articleTable .artclTable tr._artclEven {
	background-color: white;
}

._articleTable .artclTable tr._artclOdd {
	background-color: #f7f7f7;
}

._articleTable .artclTable tr.headline {
	background-color: #EEF6FB;
} */

._articleTable .artclTable tr.trashLi {
	background-color: #bbd3df; 
}

._articleTable .artclTable tr.trashLi ._artclTdAdm {
	position:relative;
}

._articleTable .artclTable tr.trashLi ._artclTdAdm:after {
	content: 'Trash';
	/*position: absolute;*/
	left: 20px;
	top: 50%;
	background:#4c5156;
	color:#fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	/*transform: translate(0%,-50%);*/
}

@media only screen and (max-width: 660px) {
._articleTable .artclTable tr.trashLi ._artclTdAdm:after {
		content: 'Trash';
		background:#4c5156;
		color:#fff;
		text-align: center;
		padding: 0px 1px;
		border-radius: 5px;
		transform: translate(-30%,-50%);
		font-size: 16px; 
		width: 100%;
	}
}
._articleTable .artclTable tr {
	border-top: 1px solid #eaeaea;
}

._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice {
	display: block;
	margin: auto;
	color: #fff;
	font-size: 14px;
	/* width: 21px;
	height: 20px;
	text-indent: -5000px; */
	border-radius: 100px;
	overflow: hidden;
	background-position: 9px -326px;
}

._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice._artclNnotice {
	background-color: #4c5156;
}

._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice._artclTnotice {
	background-color: #60609f;
}

._articleTable .artclTable tr td .artclLinkView {
	position: relative;
	display: block;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 20px 3px 20px;
}

._articleTable .artclTable tr td .artclLinkView:hover {
	color: #664c9a !important;
}

._articleTable .artclTable tr td .artclLinkView .row-list li {
	position: relative;
	float: left;
	display: inline-block;
	color: #000;
	font-size: 14px;
	padding: 10px;
	margin: -10px 0 0 0;
}

._articleTable .artclTable tr td .artclLinkView .row-list li:nth-child(3) {
	width: 40px;
	height: 48px;
	text-indent: -99999px;
	background: url('../images/files-ico.gif') center center no-repeat;
}

._articleTable .artclTable tr td .artclLinkView .row-list li:first-child {
	padding-left: 0;
}

._articleTable .artclTable tr td .artclLinkView .row-list li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 17px;
	width: 1px;
	height: 15px;
	background-color: #999;
}

._articleTable .artclTable tr td .artclLinkView .row-list li:last-child:after {
	display: none;
}

._articleTable .artclTable tr td .artclLinkView .row-list li:nth-child(3):after {
	display: none;
}

._articleTable .artclTable tr td .artclLinkView .newArtcl {
	position: absolute;
	top: 12px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	display: inline-block;
	zoom: 1;
	_display: inline;
	background-position: 0 -240px;
	background: url('../images/new-ico.gif') center center no-repeat;
	margin-left: 6px;
}

._articleTable .artclTable tr td._artclTdNum {
	font-size: 15px;
}

._articleTable .artclTable tr td._artclTdTitle strong {
	font-weight: normal;
}

._articleTable .artclTable tr td._artclTdTitle .is-secret {
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/icon-secret.png) left center no-repeat;
	width: 23px;
	height: 18px;
	position: relative;
	top: 9px;
}

._articleTable .artclTable tr td._artclTdTitle .is-reply {
	display: inline-block;
	text-indent: -9999px;
	background: url('../images/icon-reply.png') left center no-repeat;
	width: 23px;
	height: 18px;
	position: relative;
	top: 10px;
}

._articleTable .artclTable tr td._artclTdRdate {
	color: #000;
	font-size: 16px;
	padding: 0 20px;
}

/*write+view*/
._articleTable .artclItem {
	border-color: #333 #ddd #ddd;
	border-top: 2px solid #4c5156;
}

._articleTable .artclItem.viewForm {
	border-top: 0px;
}

._articleTable .artclItem.viewForm .artclLabel {
	background: none;
	width: 105px;
}

._articleTable .artclItem.viewForm .artclInsert a {
	padding-left: 30px;
	display: inline-block;
}

._articleTable .artclItem.viewForm .artclInsert a.file {
	background: url('../images/files-ico.gif') left center no-repeat;
}

._articleTable .artclItem.viewForm .artclInsert a.preview {
	background: #886fb9;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 5px 10px;
	font-size: 13px;
	margin: 0 0 0 10px;
}

._articleTable .artclItem .artclForm,
._articleTable .artclItem .artclLabel,
._articleTable .artclItem .artclInsert {
	min-height: 28px;
	height: auto !important;
	_height: 28px;
}

._articleTable .artclItem .artclForm {
	display: table;
	width: 100%;
	position: relative;
	border-bottom: 1px #d4d4d4 solid;
}


._articleTable .artclItem .artclLabel {
	background: #f2f2f2;
	padding: 2px 0;
	color: #666;
}

._articleTable .artclItem .artclLabel {
	width: 170px;
	display: table-cell;
	vertical-align: middle;
	color: #666666;
	font-size: 15px;
	text-align: center;
	background: #f2f2f2;
	font-family: 'Noto Regular';
}

._articleTable .artclItem.viewForm .artclLabel {
	left: 15px;
}

._articleTable .artclItem .artclLabel mark.must {
	width: 8px;
	height: 8px;
	text-indent: -5000px;
	background: url("../images/must.gif") no-repeat;
	overflow: hidden;
	padding: 0;
	position: relative;
	left: -4px;
	top: -3px;
}

._articleTable .artclItem .artclInsert {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 15px;
	color: #666;
	font-size: 15px;
}

._articleTable .artclItem .artclInsert li {
	margin: 7px 0;
}

._articleTable .artclItem .artclInsert textarea {
	height: 350px;
}

._articleTable .artclItem .artclInsert input[type="text"] {
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	s
}

._articleTable .artclItem .artclInsert .intOpt {
	border: 1px #eee solid;
	padding: 0.5em;
	background-color: #f7f7f7;
}

._articleTable .artclItem .artclInsert .multiSelectBox {
	height: 80px;
	width: 100%;
}

/*view head*/
._articleTable .artclViewHead {
	overflow: hidden;
	position: relative;
	padding: 15px;
	padding-top: 0;
}

._articleTable .artclViewHead dl,
._articleTable .artclViewHead dl dt,
._articleTable .artclViewHead dl dd {
	display: inline-block;
	zoom: 1;
	_display: inline;
	line-height: 1;
	font-size: 14px;
}

._articleTable .artclViewHead dl {
	padding: 0 0.5em;
	border-right: 1px #ccc solid;
}

._articleTable .artclViewHead dl._first._last {
	padding: 0 0.5em 0 0;
}

._articleTable .artclViewHead dl._first {
	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: 0.5em;
}

._articleTable .artclViewHead dl dd {
	font-weight: bold;
}

._articleTable .artclViewHead .left {
	float: left;
}

._articleTable .artclViewHead .right {
	float: right;
}

._articleTable .artclViewTitleWrap {
	border-top: 2px #333 solid;
	/* background-color: #eee; */
	border-bottom: 1px solid #666;
}

._articleTable .artclViewTitleWrap .artclViewTitle {
	font-size: 20px;
	line-height: 40px;
	/* text-align: center; */
	padding: 15px;
	padding-bottom: 0;
}

._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 {
	font-size: 15px;
	/* margin-bottom: 2em; */
	min-height: 400px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
._articleTable .artclView a{
	display: inline;
}
._articleTable .artclView img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}

/* reply */
._articleTable .artclAnswerWrap {
	border: 1px #ddd solid;
	background-color: #fff;
}

._articleTable .artclAnswerWrap h3 {
	border-bottom: 1px #eee solid;
	text-align: center;
	line-height: 2.4;
	background-color: #f7f7f7;
}

._articleTable .artclAnswerWrap .artclAnswer {
	padding: 0.5em 0.5em 0 0.5em;
}

._articleTable .artclAnswerWrap .artclAnswerInfo {
	padding: 0.5em;
	font-size: 0.9em;
	text-align: right;
	color: #555;
}

._articleTable .artclAnswerWrap .artclAnswerInfo .date {
	border-left: 1px #ddd solid;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

/* comment */
._articleTable .artclComment {
	border: 1px #ddd solid;
	background-color: #fff;
	margin: 1em 0;
	padding: 1em;
}

/* 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;
	border-color: #ddd;
	margin-bottom: 1em;
	overflow: hidden;
}

._articleTable .artclNavi .artclForm {
	padding: 10px 0;
}

._articleTable .artclNavi dl:first-child {
	text-align: left;
	background: url('../images/prev-ico.gif') left center no-repeat;
	padding-left: 40px;
}

._articleTable .artclNavi dl:last-child {
	text-align: right;
	background: url('../images/next-ico.gif') right center no-repeat;
	padding-right: 40px;
}


._articleTable .artclNavi button:first-child {
	text-align: left;
	background: url('../images/prev-ico.gif') left center no-repeat;
	padding-left: 40px;
}

._articleTable .artclNavi button:last-child {
	text-align: right;
	background: url('../images/next-ico.gif') right center no-repeat;
	padding-right: 40px;
}

._articleTable .artclNavi .artclForm {
	float: left;
	width: 50%;
	padding-left: 0;
}

._articleTable .artclNavi .artclForm .artclLabel {
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	color: #60609f;
	font-size: 16px;
	background: none;
	/* text-align: center;
	width: 70px; */
}

._articleTable .artclNavi .artclForm .artclInsert {
	margin-right: 0;
}

._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo {
	display: none;
	float: right;
}

._articleTable .artclNavi .artclForm .artclInsert .date {
	border-left: 1px #ddd solid;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

/* etc */
._articleTable ._button._active input,
._articleTable ._button._active a {
	background-color: #1c5baf;
}

/****************************************************
	Custom css
	****************************************************/
._articleTable .artclTable thead {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	width: 1px;
	height: 1px;
	text-indent: -99999px;
	font-size: 0;
	height: 0;
}

._articleTable .artclTable tbody {
	border-top: 2px solid #4c5156;
	border-bottom: 1px solid #4c5156;
}


/* Search */
._fnctWrap .fnDiv .fnLeft {
	line-height: 38px;
}

._articleTable .fnDiv.artclSerch {
	height: auto;
	display: inline-block;
	width: 100%;
}

._fnctWrap .fnDiv .fnSearch fieldset input[type="text"] {
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
	color: #666;
}

._fnctWrap .fnDiv .fnSearch fieldset .fnSubmit a,
._fnctWrap .fnDiv .fnSearch fieldset .fnSubmit input {
	width: 38px;
	height: 38px;
}

._fnctWrap .fnDiv .fnSearch fieldset select {
	height: 38px !important;
	line-height: 38px;
	color: #666;
}

@media all and (max-width: 640px) {
	._fnctWrap .fnDiv .fnLeft {
		display: none;
	}
	._articleTable .artclView{
		overflow:auto;
	}
}

/*Button*/
._paging {
	padding: 40px 0 0 0;
}

._paging ._inner ul li strong {
	background-color: #886fb9;
	border-color: #664d97;
}

._articleTable ._button._active input,
._articleTable ._button._active a {
	background: #886fb9;
	font-size: 15px;
}

._button input,
._button a {
	font-size: 15px !important;
}

._paging ._inner a,
._paging ._inner strong {
	line-height: 33px;
}

._button._white input,
._button._white a {
	background: #d4d4d4;
	border-radius: 0px;
	color: #333;
	font-size: 16px;
	padding: 10px;
	height: auto;
	margin: 10px 0;
	font-size: 15px;
}

ul._hor li,
ul._ver li {
	margin: 0px;
}

ul._hor li input[type="radio"] {
	margin: 0px;
}

.artclHide {
    display: none;
}