@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*/
	._articleTable ._tab._normal ul li strong,
	._articleTable ._tab._normal ul li input,
	._articleTable ._tab._normal ul li a {
		margin-right: -1px !important;
	}
	._articleTable ._tab._normal ul li strong._on,
	._articleTable ._tab._normal ul li input._on,
	._articleTable ._tab._normal ul li a._on {
		background-color: #4682B4 !important;
		border-color: #38678f !important;
		margin-right: 0 !important;
	}
/*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{
	background: #f5f6f8;
	padding: 20px;
	margin-bottom:30px;
	}
	._articleTable .fnDiv ._sysRss{
	}
/*list headline*/
	._articleTable .artclHeadLine{
		border: 1px #ddd solid;
		background-color: #fff;
		padding: 0 1em;
	}

._fnctWrap .fnDiv .fnLeft{display: none;}
._fnctWrap .fnDiv .fnSearch,
._fnctWrap .fnDiv .fnSearch fieldset,
._fnctWrap .fnDiv .fnSearch fieldset span, ._fnctWrap .fnDiv .fnSearch fieldset label, ._fnctWrap .fnDiv .fnSearch fieldset select, ._fnctWrap .fnDiv .fnSearch fieldset input, ._fnctWrap .fnDiv .fnSearch fieldset .fnSubmit{float:none;}
._fnctWrap .fnDiv .fnSearch fieldset{text-align: center;}
._fnctWrap .fnDiv .fnSearch fieldset select{background: #fff url(../images/arrow-search.png) no-repeat right center;font-size: 16px;font-family: 'Noto Light';color: #9d9d9d;border: 1px solid #ccd0d7;height: 55px;min-width: 130px;margin-right: 0;padding-left: 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
._fnctWrap .fnDiv .fnSearch fieldset input[type="text"]{position: relative;top: -1px;width: 100%;height: 100%;background: transparent;border: 0;font-family: 'Noto Light';font-size: 16px;text-indent: 10px;color: #9d9d9d;}
._fnctWrap .fnDiv .fnSearch fieldset .box-title{display: inline-block;background: url(../images/ico-search-title.png) no-repeat left center;font-family: 'Noto Regular';font-size: 18px;margin-right: 20px;padding: 2px 0 2px 55px;color: #18327c;}
._fnctWrap .fnDiv .fnSearch fieldset .box-sel{position: relative;top: 0px;display: inline-block;margin-right: 2px;vertical-align: middle;}
._fnctWrap .fnDiv .fnSearch fieldset .box-search{position: relative;top: 0;display: inline-block;vertical-align: middle;background: #fff;box-sizing:border-box;height: 55px;line-height: 55px;border: 1px solid #ccd0d7;min-width: 400px;}

	._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;
	}
	._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: 80px;
	}
	._articleTable .artclTable colgroup col._artclColRdate{
		width: 90px;
	}
	._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: 60px;
	}
	._articleTable .artclTable thead th{
	background: #ffffff;
	font-size: 17px;
	font-family: 'Noto Regular';
	font-weight: normal;
	padding: 15px 0;
	border-top: 2px solid #000000;
	color: #080808;
	background: #f8f8f8;
	border-bottom: 1px solid #cfcfd1;
	}
	._articleTable .artclTable th,
	._articleTable .artclTable td{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	color: #666;
	border-bottom: 1px solid #e2e2e2;
	}

._articleTable .artclTable td strong{
	font-weight: normal;
	font-family:'Noto Regular';
}

	._articleTable .artclTable tr._artclEven{
		background-color: white;
	}
	._articleTable .artclTable tr.trashLi td{
	    text-decoration: line-through;
		color:red;
	}
	._articleTable .artclTable tr.trashLi td .artclLinkView{
	    text-decoration: line-through;
		color:red;
	}
	._articleTable .artclTable tr._artclOdd{
	}
	._articleTable .artclTable tr.headline{
		background-color: #EEF6FB;
	}
	._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-color: #4682B4;
		border-radius: 20px;
		width: 40px;
		height: 25px;
		margin-top: 3px;
		background-image: none;
		position: relative;
		text-indent: 0;
		color: #fff;
		font-size: 13px;
		text-align: center;
	}

	._articleTable .artclTable tr.headline td._artclTdNum span._artclNotice._artclNnotice::after{
		content:'공지'
		color:#fff;
		font-size:14px;
		font-family: 'Noto Regular';
		display: block;
		position: absolute;
		top:0;
		left:0;
	}

	._articleTable .artclTable tr.headline td._artclTdNum ._artclNotice._artclTnotice{
		background-color: #A62323;
	}
	._articleTable .artclTable tr td .artclLinkView{
		display: block;
		text-align: left;
		font-size: 1em;
		display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin: 0 7px;
	}
	._articleTable .artclTable tr td .artclLinkView .newArtcl{
		width: 11px;
		height: 11px;
		overflow: hidden;
		text-indent: -5000px;
		display: inline-block;
	    zoom: 1;
	    _display: inline;
		background-position: 0 -240px;
	}
	._articleTable .artclTable tr td._artclTdNum{
	}
	._articleTable .artclTable tr td._artclTdTitle{
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	font-weight: normal;
	}
	._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{
	}

/*write+view*/
	._articleTable .artclItem{
		border-color: #333 #ddd #ddd;
		border-style: solid;
	}
	._articleTable .artclItem.writeForm{
		border-width: 2px 0 1px 0;
	}
	._articleTable .artclItem.viewForm{
	    background-color: #fff;
		border-width: 2px 1px 1px;
	}

	._articleTable .artclItem.viewForm.veiwAttach{
		border:none;
	}

	._articleTable .artclItem.viewForm.veiwAttach .artclInsert ul li{
	margin:5px 0;
	}

	._articleTable .artclItem.viewForm.veiwAttach .artclLabel{
		display: none;
	}

	._articleTable .artclItem.viewForm.veiwAttach .artclForm{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px 0 10px 30px;
	}

	._articleTable .artclItem .artclForm,
	._articleTable .artclItem .artclLabel,
	._articleTable .artclItem .artclInsert{
		min-height: 28px;
	    height: auto!important;
	    _height: 28px;
	}
	._articleTable .artclItem .artclForm{
		position: relative;
		border-top: 1px #eee solid;
		padding: 10px 0 10px 230px;
		overflow: hidden;
	}

._articleTable .artclItem .artclForm p{font-size:16px;color:#666;}

	._articleTable .artclItem .artclForm:first-child{
		border: 0;
	}
	._articleTable .artclItem .artclLabel,
	._articleTable .artclItem .artclInsert{
		padding: 2px 0;
	    color: #666;
	    line-height: 28px;
	}
	._articleTable .artclItem .artclLabel{
		font-weight: 600;
		position: absolute;
		height: 100% !important;
		top: 0;
		left: 0;
		color: #333;
		font-size: 17px;
		width: 200px;
		padding: 15px 10px;
		background: #f6f6f6;
		font-family: 'Noto Regular';
		font-weight: normal;
	}
	._articleTable .artclItem .artclLabel 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 .artclItem .artclInsert{
		display: block;
		margin-right: 5px;
		position: relative;
		padding: 2px 0;
		color: #666;
		line-height: 28px;
		font-size: 16px;
	}

._articleTable .artclItem .artclInsert .intOpt label{height: 28px;line-height: 28px;vertical-align: top;position: relative;top: 10px;}

._articleTable .artclItem .artclInsert input{height:38px;line-height: 38px;font-size: 16px;padding-left:15px;box-sizing:border-box;}

	._articleTable .artclItem .artclInsert textarea{
		height: 400px;
		font-size: 17px;
		font-family: 'Noto Light';
		box-sizing: border-box;
	}
	._articleTable .artclItem .artclInsert .intOpt{
		border: 1px #eee solid;
		padding: 10px 15px 0;
		background-color: #f7f7f7;
		margin-top: 10px;
	}

._fnctWrap .fnDiv .fnSearch fieldset .fnSubmit input{position: absolute;right: 0;top: 0;width: 50px;height: 55px;background: url(../images/ico-search-btn.png) no-repeat center center;text-indent: -9999px;cursor: pointer;}

	._articleTable .artclItem .artclInsert ._hor label{height: 38px;line-height: 38px;vertical-align: top;}
	._articleTable .artclItem .artclInsert .multiSelectBox{
		height: 80px;
		width: 380px;
		margin-bottom:10px;
	}
	._articleTable .artclItem .artclForm.both{
		/* padding-left: 0; */
	}
	._articleTable .artclItem .artclForm.both .artclInsert{
		margin-left: 0;
		width: 99.7% !important;
	}
	._articleTable .artclItem .artclForm.both .artclLabel{
		display: block;
		background-image: none;
	}
/*view head*/
	._articleTable .artclViewHead{
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
	}
	._articleTable .artclViewHead dl,
	._articleTable .artclViewHead dl dt,
	._articleTable .artclViewHead dl dd{
		display: inline-block;
		zoom: 1;
		_display: inline;
		line-height: 1;
		font-size: 1.02em;
	}
	._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._last{
		padding: 0 0 0 0.5em;
		border-right: 0;
	}
	._articleTable .artclViewHead dl dt{
		padding-right: 5px;
		font-size: 16px;
		font-family: 'Noto Regular';
		color: #555;
	}
	._articleTable .artclViewHead dl dd{
	font-size: 16px;
	font-family: 'Noto Light';
	color: #888;
	}
	._articleTable .artclViewHead .left{
		float: left;
	}
	._articleTable .artclViewHead .right{
		float: left;
		padding-left: 20px;
	}
	._articleTable .artclViewTitleWrap{
		border-top: 2px #353e4d solid;
		background: #f8f8f8;
		border-bottom: 1px solid #dfdfdf;
	}
	._articleTable .artclViewTitleWrap .artclViewTitle{
	font-size: 22px;
	font-family: 'Noto Medium';
	padding: 25px 30px 0;
	text-align: left;
	color: #000;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 20px;
	}
	._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 .kakao{
		background-position: 5px -380px;
	}
	._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{
		margin-bottom: 50px;
		padding: 50px 30px;
		line-height: 1.5;
		font-family: 'Noto Light';
		font-size: 17px;
		color: #666;
	}
/* 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: 0;
		border-color: #f5f5f5;
		margin-bottom: 1em;
	}


	._articleTable .artclNavi .artclForm{
		padding-left: 100px;
	}
	._articleTable .artclNavi .artclForm .artclLabel{
		text-align: center;
		width: 80px;
		background: none;
		font-family: 'Noto Medium';
		padding: 13px 10px;
	}
	._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo{
		float: right;
		font-size: 15px;
    font-family: 'Noto Light';
}
	}
	._articleTable .artclNavi .artclForm .artclInsert .date{
		border-left: 1px #ddd solid;
		padding-left: 0.5em;
		margin-left: 0.5em;
	}

/* etc */
	._articleTable .artclItem .artclForm .push_box ._button._small input[type="button"]{font-size:16px;}

	._articleTable ._button._active input,
	._articleTable ._button._active a{
		background-color: #1c5baf;
	}

	.before-view{
		display: inline-block;
		background: #239ed7 url(../images/glasses.png) no-repeat 90% center;
		color: #fff !important;
		padding: 5px 65px 5px 15px;
		border-radius: 4px;
		margin-left: 15px
	}
	._articleTable .areaButton input,
	._button._large input{color:#fff;display: inline-block;cursor: pointer;font-size: 16px;height: 40px;line-height: 36px;text-align: center;min-width: 80px;margin: 0 1px;border-radius: 5px;font-family: 'Noto Regular';font-weight: normal;}
	._articleTable .areaButton input[type="submit"],
	._button._large input[type="submit"]{background: rgba(12, 44, 103, 0.95);border: 1px solid rgba(12, 44, 103, 0.95);}
	._articleTable .areaButton input[type="button"],
	._button._large input[type="button"]{background: #8e99ab;border: 1px solid #8e99ab;}

/*paging*/
._paging{margin-top:60px;}
._paging > ._inner > ul{margin:0 13px;}
._paging ._inner a{background: none;}
._paging ._inner ul li strong{width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 100%;
    background-color: #99a2b2;
    border-color: #99a2b2;
}

._paging ._inner li{margin:0 5px;}

._paging ._inner ul li a{border:none;width:35px;height:35px;line-height: 32px;}

.mobile_paging{
	display:none;
}

._areaButton{padding:50px 10px 80px;}

._articleTable .artclItem .artclInsert ._hor li{margin-bottom:0;}

._articleView .MsoNormalTable{table-layout: auto;}

@media screen and (max-width:767px) {
	._articleTable .artclTable colgroup col._artclColAccess,
	._articleTable .artclTable colgroup col._artclColAtchFile,
	._articleTable .artclTable colgroup col._artclColWriter{width:0;}
	._articleTable .artclTable colgroup col._artclColNum{width:50px;}

._fnctWrap .fnDiv .fnSearch fieldset .box-title{display:none;}
._fnctWrap .fnDiv .fnSearch fieldset .box-sel{width:100%;display:block;margin-bottom: 5px;}
._fnctWrap .fnDiv .fnSearch fieldset select{width:100%;}
._fnctWrap .fnDiv .fnSearch fieldset .box-search{display:block;min-width:auto;}

	._articleTable .fnDiv.artclSerch{
		height:auto;
	}
	._paging{
		display:none;
	}
	.mobile_paging{
		display:block;
	}
	._articleTable .artclViewTitleWrap .artclViewTitle{margin-bottom:15px;}


._articleTable .artclItem .artclForm{padding:0;}
._articleTable .artclItem .artclLabel{position:initial;display:block;width:100%;}
._articleTable .artclItem .artclInsert{padding:15px 10px;}
._articleTable .artclItem .artclForm .push_box{padding:15px 10px;}
._articleTable .artclItem .artclInsert .multiSelectBox{width:100%;box-sizing:border-box;}
}

@media screen and (max-width:480px) {
	._articleTable .artclTable colgroup col._artclColRdate{
		width: 0;
	}
}
