@charset "UTF-8";

/*reset*/
@import "http://www.mju.ac.kr/Web-home/_UI/css/common/normalize.css";
@import "http://www.mju.ac.kr/Web-home/_SITES/css/common/common.css";
@import "http://www.mju.ac.kr/Web-home/content/skin/skin0/style.css";

/* event table */
._eventTable .artclTable{width: 100%;table-layout:fixed;border-top:2px solid #353e4d;}
._eventTable .artclTable caption{display: none;}
._eventTable .artclTable colgroup col._artclColNum{width: 5%;}
._eventTable .artclTable colgroup col._artclColCategory{width: 10%;}
._eventTable .artclTable colgroup col._artclColProgram{width: auto;}
._eventTable .artclTable colgroup col._artclColdate{width: 100px;}
._eventTable .artclTable colgroup col._artclColLocal{width: 120px;}
._eventTable .artclTable colgroup col._artclColPer{width: 15%;}
._eventTable .artclTable colgroup col._artclColRec{width: 10%;}
._eventTable .artclTable thead th{color: #080808;font-weight:500; font-size:18px;}
._eventTable .artclTable th,
._eventTable .artclTable td{padding: 15px 0;text-align: center;border-bottom:1px solid #dcdcdc;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
._eventTable .artclTable tr._artclEven{background-color: white;}
._eventTable .artclTable tr.trashLi td{text-decoration: line-through;color:#666;}
._eventTable .artclTable tr.trashLi td .artclLinkView strong:before{content:'TRASH';display:inline-block;background-color:#a0adb5;color:#fff;padding:2px 10px;font-size:11px;margin-right:5px;border-radius:5px;vertical-align:middle;line-height:1.4;}
._eventTable .artclTable tr._artclOdd{}
._eventTable .artclTable tr td .artclLinkView{display: block;font-size: 1em;margin: 0 7px;}
._eventTable .artclTable tr td .artclLinkView .newArtcl{width: 20px;height: 20px; vertical-align:middle; margin-left:5px; overflow: hidden;text-indent: -5000px;display: inline-block;zoom: 1;_display: inline;background-position: 0 -240px; background:url(./../images/newArtcl.png) no-repeat;}
._eventTable .artclTable tr td._artclTdNum{}
._eventTable .artclTable tr td._artclTdCategory{}
._eventTable .artclTable tr td._artclTdProgram{white-space: normal;}
._eventTable .artclTable tr td._artclTdRdate{}
._eventTable .artclTable tr td._artclTdLocal{}
._eventTable .artclTable tr td._artclThPer{}
._eventTable .artclTable tr td._artclThRec span{color: #fff;font-size: 14px;font-weight: 500;text-align: center;padding: 3px 12px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}
._eventTable .artclTable tr td._artclThRec span.open{background: #27b5be;}
._eventTable .artclTable tr td._artclThRec span.close{background: #ff2e69;}

.fnDiv.areaButton {overflow: hidden;padding: 1em 0;text-align: center;}
.fnDiv .fnLeft {float: left;line-height: 30px;}
.fnDiv .fnRight {float: right;}

@media only screen and (max-width:700px){
	._paging ._inner ul{display:none;}
	._eventTable .artclTable th,
	._eventTable .artclTable td{white-space: inherit;}
	._eventTable .artclTable{table-layout:auto;}
	._eventTable .fnDiv.artclSerch .fnLeft{display:none;}
	._eventTable .artclTable thead th,
	._eventTable .artclTable col,
	._eventTable .artclTable tbody td{display:none;}
	._eventTable .artclTable tbody td._artclTdProgram,
	._eventTable .artclTable tbody td._artclTdRdate,
	._eventTable .artclTable tbody td._artclThRec{display:table-cell;}
	._eventTable .artclTable tbody {border-top:2px solid #000;}
	._eventTable .artclTable tbody td._artclTdRdate{width:100px;}
	._eventTable .artclTable tr td .artclLinkView{white-space: inherit;}
	._eventTable .artclTable tbody td strong{display:block; height: 30px; overflow: hidden; text-overflow: ellipsis;}
	._eventTable .artclItem .artclInsert ._full{width:calc(100% - 20px)}
	._eventTable .artclPeriod fieldset label + input + label:before{content:''; display:block; clear:both;}
	._eventTable .artclItem .artclLabel,
	._eventTable .artclItem .artclInsert{display:block; width:100%;}
	._eventTable .artclItem .artclLabel{padding:5px 10px; border-bottom: 1px solid #ddd; background: #fbfbfb;}
	._eventTable .artclItem.writeForm .artclInsert.month .slash{display:block; text-indent:-9999px; height:10px;}
	._eventTable .artclNavi{display:none;}
	._eventTable .artclViewTitleWrap .artclShare{display:none;}
	._eventTable .artclViewHead{display:none;}
	._eventTable .artclTable tr td .artclLinkView .newArtcl{display:none;}
}


/* event view */
._eventView .artclTable{width: 100%;table-layout:fixed;border-top:2px solid #353e4d;}
._eventView .artclTable caption{display: none;}
._eventView .artclTable thead th{color: #080808;font-weight:500; font-size:18px;}
._eventView .artclTable th{background: #f6f6f6;}
._eventView .artclTable th,
._eventView .artclTable td{padding: 15px 0;text-align: center;border-bottom:1px solid #dcdcdc;overflow: hidden;}
._eventView .artclTable td{text-align: left;padding: 15px;}
._eventView .artclTable tr td._artclTdDetail img { width: 100%; }