@charset "UTF-8";

.artclTable *, 
._articleTable *{font-family:'Pretendard';}

/*common*/
	._fnctWrap .fnDiv{display: none;}
	._articleBasic h2,
	._articleBasic h3,
	._articleBasic h4,
	._articleBasic h5{
		background-image: none;
		padding-left: 0;
	}


/*category*/
	._articleBasic .artclCategory{
		border: 1px #ddd solid;
		background-color: #fff;
		margin-bottom: 1em;
		padding: 1em;
	}
	._articleBasic .artclCategory ul{
		position: relative;
		overflow: hidden;
	}
	._articleBasic .artclCategory ul li{
		float: left;
		font-size: 1em;
	}
	._articleBasic .artclCategory ul.categoryNavig{
		margin-bottom: 0.5em;
	}
	._articleBasic .artclCategory ul.categoryNavig li{
		margin-right: 1em;
	}
	._articleBasic .artclCategory ul.categoryList{
		border: 1px #B0D7EA solid;
		background-color: #EEF6FB;
		padding: 0.5em;
	}
	._articleBasic .artclCategory ul.categoryList li{
		width: 25%;
	}
	._articleBasic .artclCategory ul.categoryList li a{
		display: block;
		padding-left: 17px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		height: 24px;
		line-height: 24px;
	}
	._articleBasic .artclCategory ul li.child{
		background-position: 0 -263px;
	}
	._articleBasic .artclCategory ul li.pChild{
		background-position: 0 -293px;
	}
	._articleBasic .artclCategory ul li.noCategory{
		text-align: center;
		width: 100%;
		background-image: none;
	}
	._articleBasic .artclCategory ul li.active a{
		font-weight: 600;
		color: #009df5;
	}

/*subject*/



/*write+view*/
	._articleBasic .artclItem{
	    border-color: #333 #ddd #ddd;
	    border-style: solid;
	    padding: 0;
	}
	._articleBasic .artclItem.writeForm{
		border-width: 2px 0 1px 0;
	}
	._articleBasic .artclItem.viewForm{
	    background-color: #fff;
		border-width: 2px 1px 1px;
	}
	._articleBasic .artclItem .artclForm,
	._articleBasic .artclItem .artclLabel,
	._articleBasic .artclItem .artclInsert{
		min-height: 28px;
	    height: auto!important;
	    _height: 28px;
	}
	._articleBasic .artclItem .artclForm{
		position: relative;
	    border-top: 1px #eee solid;
	    padding: 5px 0 5px 160px;
	}
	._articleBasic .artclItem .artclForm:first-child{
		border: 0;
	}
	._articleBasic .artclItem .artclLabel,
	._articleBasic .artclItem .artclInsert{
		padding: 2px 0;
	    color: #666;
	    line-height: 28px;
	}
	._articleBasic .artclItem .artclLabel{
		font-weight: 600;
	    position: absolute;
	    top: 5px;
	    left: 10px;
	    color: #000;
	    font-size: 1.2em;
	    width: 140px;
	    background: url("../images/labelGab.gif") no-repeat right 50%;
	}
	._articleBasic .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;
	}
	._articleBasic .artclItem .artclInsert{
		display: block;
	    margin-right: 5px;
	    position: relative;
	    padding: 2px 0;
	    color: #666;
	    line-height: 28px;
	}
	._articleBasic .artclItem .artclInsert input{
		padding: 0 10px;
	}
	._articleBasic .artclItem .artclInsert textarea{
		height: 400px;
	}
	._articleBasic .artclItem .artclInsert .intOpt{
		border: 1px #eee solid;
		padding: 0.5em;
		background-color: #f7f7f7;
	}
	._articleBasic .artclItem .artclInsert .multiSelectBox{
		height: 60px;
		width: 300px;
	}
	._articleBasic .artclItem .artclForm.both{
		padding-left: 0;
	}
	._articleBasic .artclItem .artclForm.both .artclInsert{
		margin-left: 0;
		width: 99.7% !important;
	}
	._articleBasic .artclItem .artclForm.both .artclLabel{
		position: static;
		display: block;
		background-image: none;
	}
/*view head*/
	._articleBasic .artclViewHead{
		overflow: hidden;
		position: relative;
		margin-bottom: 0.5em;
	}
	._articleBasic .artclViewHead dl,
	._articleBasic .artclViewHead dl dt,
	._articleBasic .artclViewHead dl dd{
		display: inline-block;
		zoom: 1;
		_display: inline;
		line-height: 1;
		font-size: 1.02em;
	}
	._articleBasic .artclViewHead dl{
		padding: 0 0.5em;
		border-right: 1px #ccc solid;
	}
	._articleBasic .artclViewHead dl._first._last{
		padding: 0 0.5em 0 0;
	}
	._articleBasic .artclViewHead dl._last{
		padding: 0 0 0 0.5em;
		border-right: 0;
	}
	._articleBasic .artclViewHead dl dt{
		padding-right: 0.5em;
	}
	._articleBasic .artclViewHead dl dd{
		font-weight: bold;
	}
	._articleBasic .artclViewHead .left{
		float: left;
	}
	._articleBasic .artclViewHead .right{
		float: right;
	}
	._articleBasic .artclViewTitleWrap{
		border-top: 2px #333 solid;
		background-color: #eee;
	}
	._articleBasic .artclViewTitleWrap .artclViewTitle{
		font-size: 1.6em;
		line-height: 1.5;
		text-align: center;
		padding: 0.5em;
	}
	._articleBasic .artclViewTitleWrap .artclShare{
		overflow: hidden;
		position: relative;
	}
	._articleBasic .artclViewTitleWrap .artclShare .sns,
	._articleBasic .artclViewTitleWrap .artclShare input,
	._articleBasic .artclViewTitleWrap .artclShare a{
		float: left;
	}
	._articleBasic .artclViewTitleWrap .artclShare .left{
		float: left;
	}
	._articleBasic .artclViewTitleWrap .artclShare .right{
		float: right;
	}
	._articleBasic .artclViewTitleWrap .artclShare .sns input,
	._articleBasic .artclViewTitleWrap .artclShare .option{
		font-size: 1em;
		color: #333;
	}
	._articleBasic .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);
	}
	._articleBasic .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;
	}
	._articleBasic .artclViewTitleWrap .artclShare .sns .twitter{
		background-position: 5px 6px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .sns .facebook{
		background-position: 5px -24px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .sns input:first-child{
		border-width: 1px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .option{
		height: 26px;
		padding: 0 10px 0 20px;
		background-color: transparent;
	}
	._articleBasic .artclViewTitleWrap .artclShare input.option{
		line-height: 26px;
	}
	._articleBasic .artclViewTitleWrap .artclShare a.option{
		line-height: 29px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .option.recommend{
		background-position: 0 -174px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .option.report{
		background-position: 0 -113px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .option.blind{
		background-position: 0 -144px;
	}
	._articleBasic .artclViewTitleWrap .artclShare .option.print{
		background-position: 0 -83px;
	}
	._articleBasic .artclAtchImg{
		padding: 1em 0;
		text-align: center;
	}
	._articleBasic .artclAtchImg img{
		max-width: 100%;
		width: auto !important;
		_width: 100%;
	}
	._articleBasic .artclView{
		font-size: 1em;
		margin-bottom: 2em;
	}
/* reply */
	._articleBasic .artclAnswerWrap{
		border: 1px #ddd solid;
		background-color: #fff;
	}
	._articleBasic .artclAnswerWrap h3{
		border-bottom: 1px #eee solid;
		text-align: center;
		line-height: 2.4;
		background-color: #f7f7f7;
	}
	._articleBasic .artclAnswerWrap .artclAnswer{
		padding: 0.5em 0.5em 0 0.5em;
	}
	._articleBasic .artclAnswerWrap .artclAnswerInfo{
		padding: 0.5em;
		font-size: 0.9em;
		text-align: right;
		color: #555;
	}
	._articleBasic .artclAnswerWrap .artclAnswerInfo .date{
		border-left: 1px #ddd solid;
		padding-left: 0.5em;
		margin-left: 0.5em;
	}
	
/* comment */
	._articleBasic .artclComment{
		border: 1px #ddd solid;
		background-color: #fff;
		margin: 1em 0;
		padding: 1em;
	}
/* comment write */
	._articleBasic .artclComment .artclCommentName{
		margin-bottom: 0.5em;
	}
	._articleBasic .artclComment .artclCommentName label{
		float: left;
		height: 28px;
		line-height: 28px;
		font-weight: 600;
		margin-right: 1em;
	}
	._articleBasic .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;
	}
	._articleBasic .artclComment .artclCommentForm{
		position: relative;
		margin-bottom: 1em;
	}
	._articleBasic .artclComment .artclCommentForm .artclCommentInsert{
		margin-right: 80px;
	}
	._articleBasic .artclComment .artclCommentForm .artclCommentInsert textarea{
		padding: 5px;
		height: 50px;
		width: 100%;
		background-color: #f7f7f7;
	}
	._articleBasic .artclComment .artclCommentForm ._button{
		position: absolute;
		top: 0;
		right: 0;
	}
	._articleBasic .artclComment .artclCommentForm ._button input{
		width: 60px;
		height: 62px;
		line-height: 60px;
	}
	
/* comment list */
	._articleBasic .artclComment .artclCommentList{
		background-color: #ECF1F3;
		padding: 1em 1em 0 1em;
		border: 1px #DBE7EB solid;
	}
	._articleBasic .artclComment .artclCommentList li{
		border-left: 1px #ccc solid;
		padding: 0 0 15px 70px;
		margin-left: 60px;
		position: relative;
	}
	._articleBasic .artclComment .artclCommentList li .comment{
		line-height: 1.8;
	}
	._articleBasic .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;
	}
	._articleBasic .artclComment .artclCommentList li .delComment{
		width: 11px;
		height: 11px;
		background-position: 0 -210px;
		margin-left: 0.5em;
		text-indent: -5000px;
	}
	
/* prev/next */
	._articleBasic .artclNavi{
		border-width: 1px;
		border-color: #ddd;
		margin-bottom: 1em;
	}
	._articleBasic .artclNavi .artclForm{
		padding-left: 90px;
	}
	._articleBasic .artclNavi .artclForm .artclLabel{
		text-align: center;
		width: 70px;
	}
	._articleBasic .artclNavi .artclForm .artclInsert .artclNaviInfo{
		float: right;
	}
	._articleBasic .artclNavi .artclForm .artclInsert .date{
		border-left: 1px #ddd solid;
		padding-left: 0.5em;
		margin-left: 0.5em;
	}

/* etc */

/* ====== Article card list (½æ³×ÀÏ Ä«µåÇü) ====== */
ul.artclList.artclHorNum1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Pretendard';
}

/* Ä«µå li */
ul.artclList.artclHorNum1 li.thumbLi {
  background: #ffffff;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;

}
ul.artclList.artclHorNum1 li.thumbLi .date{
	display: block;
	background-color: #f5f5f5;
	color:#999;
	font-size: 12px;
	padding: 10px 20px;
	line-height: 1;
	text-align: right;
	font-weight:700;
}

/* Ä«µå ÀüÃ¼ ¸µÅ© */
ul.artclList.artclHorNum1 li.thumbLi a.artclLinkView {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ½æ³×ÀÏ ¿µ¿ª */
ul.artclList.artclHorNum1 .thumbnail {
  width: 100%;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

ul.artclList.artclHorNum1 .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Ä«µå ³»ºÎ Á¤º¸ */
ul.artclList.artclHorNum1 .artclInfo {
  padding: 30px 20px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 130px;
  box-sizing: border-box;
  min-width: 0 !important;
  width: 100% !important;
}

/* Á¦¸ñ */
ul.artclList.artclHorNum1 .artclTitle,
ul.artclList.artclHorNum1 .artclTitle * {
  white-space: normal !important;
}
ul.artclList.artclHorNum1 .artclTitle {
  display: flex;
  align-items: flex-start;
  min-width: 0;
    

}
ul.artclList.artclHorNum1 .artclInfo dl{display: none;}
ul.artclList.artclHorNum1 .artclTitle strong {
    flex: 1 1 auto; 
  min-width: 0; 
  font-size: 18px;
  font-weight: 700;
  color: #222;
  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
  max-height: calc(1.35em * 2);
    overflow-wrap: anywhere;    /* ÃÖ½Å ±ÇÀå ¼Ó¼º */
  word-break: break-word;
 
}

/* NEW ¹îÁö */
ul.artclList.artclHorNum1 .newArtcl {
display:none;
	  flex-shrink: 0;
  white-space: nowrap;
}

/* ¸ÞÅ¸ Á¤º¸ (ÀÛ¼ºÀÚ/Á¶È¸¼ö µî) */
ul.artclList.artclHorNum1 .artclInfo dl {
  margin: 0;
  padding: 0;
}
ul.artclList.artclHorNum1 .artclInfo dl dt {
  display:none;
}
ul.artclList.artclHorNum1 .artclInfo dl dd {
  display:inline-block;
  font-size: 13px;
  color: #666;
  margin-right: 10px;
}

/* º»¹® ¿ä¾à */
ul.artclList.artclHorNum1 .artclContent {
display: none;
  padding: 0 16px 16px 16px;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  flex: 1 0 auto;
}
ul.artclList.artclHorNum1 .artclContent p {
  margin: 0;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ÇÏ´Ü ³¯Â¥ ¹Ù */
ul.artclList.artclHorNum1 .dateBar {
  border-top: 1px solid #eee;
  background: #fafafa;
  color: #999;
  font-size: 13px;
  padding: 10px 16px;
  text-align: right;
}
._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{
		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%;
		border-width: 1px 0 0 1px;
		table-layout:fixed;
	}
	._articleTable .artclTable caption{
		display: none;
	}
	._articleTable .artclTable colgroup col._artclColNum{
		width: 80px;
	}

    ._articleTable .artclTable colgroup col._artclColRdate{
		width: 160px;
	}
	._articleTable .artclTable colgroup col._artclColAccess{
		width: 80px;
	}

	._articleTable .artclTable thead th{
        border-top: 2px solid #10975c;
		background: #f5f5f5;

        font-weight: 700;
	}
	._articleTable .artclTable th,
	._articleTable .artclTable td{
		border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
		padding: 6px 0;
		text-align: center;
        color: #333333;
        font-size: 18px;
	}
    ._articleTable .artclTable th:first-child{
        border-left: 0;
    }
    ._articleTable .artclTable td strong{
        font-weight: 400;
    }

	._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;
	}
	._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;
	    padding: 0 30px;
	}
	._articleTable .artclTable tr td .artclLinkView .newArtcl{
        position:relative;
        top: 4px;
        margin-left: 8px;
		width: 20px;
		height: 20px;
		overflow: hidden;
		text-indent: -5000px;
		display: inline-block;
	    zoom: 1;
	    _display: inline;
		background: url("../images/bbs_new.png") no-repeat center;
	}
	._articleTable .artclTable tr td._artclTdNum{
        border-left: 0;
	}
	._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{
	}

/*write+view*/
	
/*write+view*/
	._articleTable .artclItem{
		border-color: #333 #ddd #ddd;
		border-style: solid;
	}
	._articleTable .artclItem.writeForm{
		border-width: 2px 0 1px 0;
	}
	._articleTable .artclItem.viewForm{
        border: 0;
        padding: 9px 50px;
        background-color: #f5f5f5;

	}
    ._articleTable .artclItem.viewForm .artclForm{
        display: flex;
        padding: 0;
    }

    ._articleTable .artclItem.viewForm .artclForm .artclLabel{
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        margin-right: 40px;
        background: none;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
    }
    ._articleTable .artclItem.viewForm .artclInsert li{
            background: url(/Web-home/_SITES/ksa/images/develope/bul_files.png) no-repeat 15px;
            padding: 5px 0 5px 50px;
    }
    ._articleTable .artclItem.viewForm .artclInsert li a{
        font-size: 16px;
    }

	._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: 15px 0 15px 160px;
	}
	._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;
	    top: 15px;
	    left: 10px;
	    color: #000;
	    font-size: 18px;
	    width: 155px;
	}
	._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;
        font-size: 18px;
	}
	._articleBasic .artclItem .artclInsert input{
		padding: 0 10px;
	}
	._articleTable .artclItem .artclInsert textarea{
		height: 400px;
	}
	._articleTable .artclItem .artclInsert .intOpt{
		border: 1px #eee solid;
		padding: 0.5em;
		background-color: #f7f7f7;
	}
	._articleTable .artclItem .artclInsert .multiSelectBox{
		height: 60px;
		width: 300px;
	}
	._articleTable .artclItem .artclForm.both{
		padding-left: 0;
	}
	._articleTable .artclItem .artclForm.both .artclInsert{
		margin-left: 0;
		width: 99.7% !important;
	}
	._articleTable .artclItem .artclForm.both .artclLabel{
		position: static;
		display: block;
		background-image: none;
	}
/*view head*/
	._articleTable .artclViewHead{
		overflow: hidden;
		position: relative;
		margin-bottom: 0.5em;
	}
    ._articleTable .artclViewHead .right{
        display: none;
    }
	._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: 0.5em;
	}
	._articleTable .artclViewHead dl dd{
		font-weight: bold;
	}
	._articleTable .artclViewHead .left{
		float: left;
	}
	._articleTable .artclViewHead .right{
		float: right;
	}
	._articleTable .artclViewTitleWrap{
		border-top: 2px #10975c solid;
        border-bottom: 1px solid #ddd;
        padding: 43px 0;
	}
	._articleTable .artclViewTitleWrap .artclViewTitle{
		font-size: 25px;
        font-weight: 600;
		line-height: 1.5;
		text-align: left;
	}
    ._articleTable .artclViewTitleWrap .artclViewTitle strong{
        display: block;
        margin-bottom: 5px;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
    ._articleTable .artclViewTitleWrap .artclViewTitle span.date{
        display: block;
        font-size: 16px;
        font-weight: 600;
        color:#999;
    }
	._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{
		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{
		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{
		background-position: 0 -174px;
	}
	._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;
		display:none;
		text-align: center;
	}
	._articleTable .artclAtchImg img{
		max-width: 100%;
		width: auto !important;
		_width: 100%;
	}
	._articleTable .artclView{
		font-size: 1em;
		padding: 50px;
	}
/* prev/next */
	._articleTable .artclNavi{
		border-width: 1px;
		border-color: #ddd;
		margin-bottom: 1em;
		border-left:0;
		border-right:0;
	}
    ._articleTable .artclNavi dl.artclForm:last-child .artclLabel{
         background: url(../images/file_down.png) no-repeat right 50%;
    }
	._articleTable .artclNavi .artclForm{
		padding-left: 200px;
	}
	._articleTable .artclNavi .artclForm .artclLabel{
		text-align: center;
        width: auto;
        padding: 0 60px 0 30px;
        background: url(../images/file_up.png) no-repeat right 50%;

	}
	._articleTable .artclNavi .artclForm .artclInsert .artclNaviInfo{
		float: right;
		display:none;
	}
	._articleTable .artclNavi .artclForm .artclInsert .date{
		border-left: 1px #ddd solid;
		padding-left: 0.5em;
		margin-left: 0.5em;
	}
	.btns {
        max-width: 190px;
		margin:70px auto;
        border-radius: 50px;
		background-color:#10975c;
	}
	.btns ._button{
		display:block;
        padding: 15px 0;
		height:100%;
	}
	.btns ._button input{
		line-height:1;
		height:auto;
		background:none;
		font-size:18px;
		font-weight:500;
	}
/* ¹ÝÀÀÇü */
@media (max-width: 1100px) {
  ul.artclList.artclHorNum1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  ul.artclList.artclHorNum1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  ul.artclList.artclHorNum1 {
    grid-template-columns: 1fr;
  }
}
