@charset "utf-8";
/* CSS Document */


/* css : init
body *{font:13px/1.4 "ng", "나눔고딕", "NotoKrR"; font-weight:200;color:#555;vertical-align:0px;-webkit-text-size-adjust:none;}
article, aside, dialog, footer, header, section, footer, nav, figure, hgroup {display: block;}
html, body {}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
img{border:0;}
fieldset{border:0px;background:none;}
*{box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
input {padding:0px 5px;}
input[type=radio],input[type=checkbox]{vertical-align:0px;}
input[type=password]{font-family:"Malgun Gothic"}
select {border:1px solid #ccc;vertical-align:top;height:20px;}
a, button{cursor:pointer;}
button{background:none;border:none;}
label, input, textarea, select, img, button {vertical-align:middle;outline:none;}
ol, ul{list-style:none;}
table{border-collapse:collapse;table-layout:fixed;}
table th, table td{vertical-align:middle;}
.skip, hr, legend{position:absolute;left:-1000%;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden;}
form{font-size:0px;}
html{margin:0px;padding:0px;}
body{margin:0px auto;padding:0px;background:#ffffff;min-width:300px;}
strong{font-weight:bold;}*/

input[type=text], input[type=password], input[type=submit], input[type=search], textarea { -webkit-appearance:none;line-height:1.1;}
input::-webkit-input-placeholder { /* WebKit browsers */ color:#98a6ad;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#98a6ad;opacity:1;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#98a6ad;opacity:1;}
input:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#98a6ad;}

.fa{vertical-align:0px;}
.tl								{ text-align:left !important; }
.tr								{ text-align:right !important; }
.tc								{ text-align:center !important; }


/* sub_bg */
.container *{
	font: 13px/1.4 "NotoKrR", "맑은 고딕", "Noto Sans";
	font-weight: 200;
	color: #1a1a1a;
	vertical-align: 0px;
	-webkit-text-size-adjust: none;
}

.sub_wrap {
	position: relative;
	background: #f4f4f4;
}
.sub_visual {
	min-height: 270px;
	width: 100%;
}
.sub_visual h2 {
	padding-top: 40px;
	text-align: center;
	font-size: 32px;
	font-weight: 200;
	color: #fff;
	letter-spacing: -0.5px;
}
.sub_visual.sub2 {
	background: url(../images/common/bg_sub2.png) no-repeat 50% 100%;
	background-size: cover;
}
.sub_visual.sub3 {
	background: url(../images/common/bg_sub3.png) no-repeat 50% 100%;
	background-size: cover;
}
.sub_visual.last {
	background: url(../images/common/bg_last.png) no-repeat 50% 100%;
	background-size: cover;
}
.sub_visual.event {
	background: url(../images/common/bg_event.png) no-repeat 50% 100%;
	background-size: cover;
	margin: 0;
	margin: auto;
}
.sub_visual.calendar {
	background: url(../images/common/bg_calendar.png) no-repeat 50% 100%;
	background-size: cover;
}
.content_wrap {
	width: 1060px;
	margin: 0 auto;
	margin-top: -150px;
	box-sizing: border-box;
	padding: 0 80px 50px 80px;
	background: #fff;
	border: 1px solid #b6b6b6;
	overflow: hidden;
}
.content_wrap .cont_top {
	padding: 35px 0 30px 0;
	overflow: hidden;
}

.cont_top .navigation{overflow: hidden;display: inline-block;}
.cont_top .navigation li{display:inline-block; float:left; line-height:20px; vertical-align:top;}
.cont_top .navigation li a{font-size:13px; color:#777777; font-weight:400;}
.cont_top .navigation li:first-child a{font-size:0; width:13px; height:20px;text-indent: -9999px; display: block;}
.cont_top .navigation li:first-child::before{content: "";display: none;}
/* 여기까지 */

.container {
	width: 100%;}
	
.contents .calendar {
	width: 100%;
	margin: 0 auto;
	box-sizing:border-box;
	overflow: hidden;
	
}
.conTxt {
	font-family:"NotoKrR", "맑은 고딕", "Noto Sans";
	font-size: 15px;
	letter-spacing: -0.3px;
	color: #121212;
	line-height: 26px;
	}
	
/* 반응형달력 */
.calendar > p {
	margin-bottom: 10px;
	border: 7px solid #dadada;
	text-align:center;
	padding: 15px;
}
.calendar > p span.Ym {
	font-family:"NotoKrR", "맑은 고딕", "Noto Sans";
	font-size: 25px;
	display: inline-block;
	font-weight: bold;
}
.calendar > p a {
	display: inline-block;
	vertical-align: bottom;
	line-height: 23px;
	font-weight: bold;
}

.calendar > ul > li > div ul li  a:link   { color:#000;}
.calendar > ul > li > div ul li	 a:hover  { background-color: #F00; color:#fff;}
             
 
.red{background:#ff7e82; color:#FFF;}
.yellow{background:#fff568; color:#FFF;}

/*전체기사보기(썸네일)*/
.allReportWrap {
	position: relative;
	width: 100%;
}
.allReport {
	width: 1060px;
	margin: 0 auto;
	padding: 30px 0px 30px;
}
.allReport .tit {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 0 0 20px;
}
.allReport .all {
	width: 100%;
	
}
.allReport .all li {
	display: inline-block;

}
.allReport .all li a {
	float:left;
	display: block;
	padding: 0 4px;
	
}
.allReport  .all .all_09 {display:none;}

.allReport .all li img {
	width: 120px;
    border: 1px solid rgba(194,194,194,0.5); border-bottom:none;
	box-sizing:border-box;
}
.allReport .all li span {
	display: block;
	background: rgba(194,194,194,0.5);
	height: 24px;
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: dotum;
	line-height: 24px;
}
.allReportWrap .allReport all li:after {
	content: '';
}

@media only screen and (min-width : 761px){

/*@media screen and (max-width:1060px) and (min-width:640px) {*/
.contents .calendar {
	max-width: 898px;
	padding: 0;
}
.calendar > p {
	text-align: center;
}
.calendar > ul {
	display: table;
	width: 100%;
	font-size: 0px;
	margin-bottom: 15px;
}
.calendar > ul > li {
	display: table-row;
}
.calendar > ul > li > div {
	display: table-cell;
	width: 14%;
	min-height: 150px;
	height: 80px;
	border-right: 1px solid #dfd8c6;
	border-bottom: 1px solid #dfd8c6;
	table-layout:fixed; word-break:break-all;
}
.calendar > ul > li > div:last-child {
	border-right: 0px;
}

.calendar > ul > li.header {height:35px;}


.calendar > ul > li.header > div {
	height: 35px;
	line-height: 30px;
	min-height: 0px;
	background: #242424;
	border-top: 1px solid #dfd8c6;
	border-right: 1px solid #dfd8c6;
	border-bottom:1px solid #dfd8c6background:#fbfaf7;
	font-family:"NotoKrR", "맑은 고딕", "Noto Sans";
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.calendar > ul > li.header > div:last-child {
	border-right: 0px;
}
.calendar > ul > li.header > div.Sun {
	color: #cc2220;
}
.calendar > ul > li.header > div.Sat {
	color: #2453a5;
}
.calendar > ul > li > div.empty {
	background: #fbfaf7;
}
.calendar > ul > li > div > time {
	display: block;
	font-family:"NotoKrR", "맑은 고딕", "Noto Sans";
	padding: 3px 0 3px 3px;
	font-weight: bold;
	min-height: 15px;
}
.calendar > ul > li > div > time span {
	display: none;
}
.calendar > ul > li > div ul {
	width: 100%;
	font-family: "NotoKrR", "맑은 고딕", "Noto Sans";
	font-size: 0px;
	text-align: left;
	padding: 0 3px;
	min-height: 60px;
	color: #A0A0A4;
	
}
.calendar > ul > li > div ul li {
	margin: 0px 3px 3px 0px;
	padding: 3px;
}
}

@media only screen and (max-width : 760px){
/*@media only screen and (max-width:639px) {*/
.content_wrap  {
	width: 100%;
	padding: 0 ;
	position: relative;
}

.content_wrap .cont_top {
	display : none;
}

.sub_util { 
    display: inline-block;
	padding:0 0;
	float:right;
	}

.container {
	margin: 0 auto;
	padding:20px 0;
	overflow: hidden;
}
.container .contents {
	padding: 10px;
	position:relative;
}

.cont_top .navigation { display:none; }

.calendar > p {
	text-align: left;
}
.calendar > ul {
	width: 100%;
	display: block;
	border-top: 2px solid #dfd8c6;
	margin-bottom: 15px;
}
.calendar > ul > li {
	display: block;
}
.calendar > ul > li > div {
	width: 100%;
	border-bottom: 1px solid #dfd8c6;
}
.calendar > ul > li.header {
	display: none;
}
.calendar > ul > li > div.empty {
	display: none;
}
.calendar > ul > li > div > time {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #dfd8c6;
	width: 80px;
	text-align: right;
	padding: 10px 5px 10px 0;
	background: #fbfaf7;
	font-weight: bold;
}

.calendar > ul > li > div > time .span {
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}

.calendar > ul > li > div > time span.Ym {
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}
.calendar > ul > li > div > time span.W {
	margin-left: 5px;
}
.calendar > ul > li > div ul {
	display: table-cell;
	padding: 5px 10px;
	vertical-align: middle;
}
.calendar > ul > li > div ul li {
	margin: 2px 2px 2px 0px;
	padding: 3px;
}


.calendar > ul > li > div.today {
	font-family:"NotoKrR", "맑은 고딕", "Noto Sans";
	background: #fff8cf !important;
}
.calendar > ul > li > div.Sun > time, .calendar > ul > li > div.Sun > time span {
	color: #cc2220;
}
.calendar > ul > li > div.Sat > time, .calendar > ul > li > div.Sat > time span {
	color: #2453a5;
}

/*테이블*/
.button { margin:0 10px; }

/*전체기사보기(썸네일)*/


.allReport {
	padding: 30px 0 30px;
	width: 100%;
}
.allReport .tit {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 0 0 15px 20px;
}
.allReport .all {
	display: inline-block;
	position: relative;
}
.allReport  .all .all_09 {display: block;}

.allReport .all li {
	width: 33%; float:left;
	padding-bottom: 10px;
}
.allReport .all li span {
	display: block;
	height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: dotum;
	line-height: 24px;
}
.allReportWrap .allReport all li:after {
	content: '';
}
