@charset "utf-8";
/*-------------------------------------------------
event cont Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2016. 12. 19.
-------------------------------------------------*/
.view_divisional {
	float: right;
    margin-top: 33px;
    padding: 0 0 0 18px;
    background: url(../../images/kps/layout/icon_divisional.png) no-repeat 0 4px;
    font-size: 1em;
	}
.wrap_min .header_wrap {
	border-bottom-width: 1px;
	}	
.wrap_min .logo {
	width: 280px;
	}	
.wrap_min nav {
	height: 80px;
	margin: 0;
	}
#gnavigation {
	overflow: hidden;
	}		
#gnavigation > li {
	width: 99px;
	height: 100%;
	margin: 0;
	border-right: solid 1px #d7dcde;
	overflow: hidden;
	}
#gnavigation > li:first-child {	
	border-left: solid 1px #d7dcde;
	}
#gnavigation > li > a {
	display: block;
	padding: 18px 0 15px;
	color: #6d7483;
	letter-spacing: -0.03em;
	font-size: 0.933em;
	font-family: "맑은 고딕", Malgun Gothic, sans-serif;
	}	
#gnavigation > li > a::after	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	background-color: #f7f8fa;
    z-index: -1;
	content: '';
	}
#gnavigation > li.on a {
	padding-bottom: 16px;
	background: #fff;
	}	
#gnavigation > li.on i {
	color: #fb7f29;
	}	
#gnavigation i {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 5px;
	background: url(../../images/kps/layout/event_nav.png) no-repeat 0 0;
	overflow: hidden;
	}		
#gnavigation .icon_timeLine {
	background-position: -26px 0;
	}	
#gnavigation .icon_calender {
	background-position: -52px 0;
	}	
#gnavigation .icon_list {
	background-position: -78px 0;
	}	
#gnavigation .icon_bookmark {
	background-position: -104px 0;
	}

#gnavigation .on .icon_curation {
	background-position: 0 -63px;
	}	
#gnavigation .on .icon_timeLine {
	background-position: -26px -63px;
	}	
#gnavigation .on .icon_calender {
	background-position: -52px -63px;
	}	
#gnavigation .on .icon_list {
	background-position: -78px -63px;
	}	
#gnavigation .on .icon_bookmark {
	background-position: -104px -63px;
	}
	
/* 레이아웃 */
#side_calendar {
	float: left; 
	width: 240px;
	}	
#side_calendar > h2 {
	height: 195px;
	}
#content {
	float: right; 
	width: 980px; 
	}
.hotTopic_area {
	margin-bottom: 35px;
	padding-bottom: 30px;
	/* background: url(../../images/kps/calendar/hotTopic_bg.gif) no-repeat right 0;  */
	border-bottom: solid 1px #e8e8e8;
	overflow: hidden;
	}
.depth1_title {
	margin-bottom: 30px;
	color: #000;
	letter-spacing: -1px;
	line-height: 1.3;
	font: normal 2em NotoM;
	}	
/* 좌측 카테고리 外 */
.category_layout {
	margin-top: 10px;
	background: #404755;
	}
.category_div {/* 카데고리 구분 */
	width: 200px; 
	padding: 20px; 
	background: url(../../images/kps/aside/line.gif) repeat-x left bottom; 
	overflow: hidden;
	}
.category_div02 {
	width: 200px;
	padding: 20px; 
	overflow: hidden;
	}
.category_h2 {
	margin-bottom: 10px; 
	color: #fff; 
	letter-spacing: -0.05em;
	font-size: 0.933em; 
	}
.category_list {
	border-top: 1px solid #3d424e;
	border-left: 1px solid #3d424e;	
	letter-spacing: -0.05em; 
	text-align: center;
	font-size: 0.867em;
	overflow: hidden;
	}	
.category_list > li {
	float: left; 
	background: #4e5564; 
	border-bottom: 1px solid #2d3139; 
	border-right: 1px solid #2d3139;
	}
.category_list > li > a {
	display: block; 
	width: 98px; 
	height: 13px;
	padding: 7px 0; 
	line-height: 100%; 
	color: #c8cad8; 
	}
.category_list > li.on {	
	}
.category_list > li.on > a {
	background: #474e5d url(../../images/kps/calendar/category_arrow.gif;) no-repeat right center;
	color: #fdb813; 
	}
.category_inner {/* 카테고리 상세 검색 */
	margin-top: 10px;
	}
.category_h3 {
	color: #c0c2d0; 
	letter-spacing: -0.05em;
	font-size: 0.933em;
    font-weight: normal;	
	}
.category_inner h3 {float: left;}
.category_inner .btn {float: right;  padding: 0; border: 0;}
.category_inner p {clear: both; color: #fff;}
.category_inner p input {width: 53px;}
.category_top {text-align: center;}

	
.more_view {
	clear: both; 
	position: relative;
	margin-top: 40px; 
	text-align: center;
	font-size: 0.867em;
	overflow: hidden;
	}
.more_view:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dadada;
	content:'';
	}	
.more_view a {
	position: relative;
	display: inline-block;
	padding: 14px 38px;
	background: #fcfcfc;
	border: solid 1px #dadada;
	border-radius: 25px;
	text-align: left;
	z-index: 2;
	}
.more_view .more {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	overflow: hidden;
	}	
.more_view .more > span {
    display: block;
    background: #707685;
    border-radius: 3px;
    transition: all 400ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
	}
.more_view .more > .vertical {
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 11px;
	}
.more_view .more > .horizon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 1px;
	}
		
/* Curation 블럭 STYLE */
.block_list {
	position: relative;
	min-height: 800px;
	margin-top: 4px;
	overflow: inherit;
	}
.block_list > div {
	position: absolute;
	width: 313px;
	background: #fff;
	border: solid 1px #dddedf;
	border-right-color: #c9cacc;
	border-bottom-color: #c9cacc;
	}
.block_list > div .category {
	position: absolute;
	top: -5px;
	right: 9px;
	}
.block_list > div .thumb {
	display: block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	line-height: 0.9;
	}
.block_list > div .thumb img {
	width: 100%;
	}
.block_list > div .thumb > span,
.timeline_list .thumb > span {
	display: block;
	width: 71px;
	height: 41px;
	margin: 25px auto 0;
	padding-top: 30px;
	background: #6d7483;
	border-radius: 50px;
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	overflow: hidden;
	}	
.block_list	.wrap_cont {
	padding: 20px;
	}
.block_list	.wrap_cont [class*="btn_"] {
	background-image: none;
	}	
.wrap_cont strong {
	display: block;
	margin: 5px 0;
	}	
.wrap_cont .headline strong a {	
	color: #000;
	line-height: 1.2;
	font: normal 1.267em NotoM;
	}
.wrap_cont .headline a,
.wrap_cont .host_txt {
	display: block;
	line-height: 1.4;
	color: #6d7483;
	font-size: 0.933em;
	}
.wrap_cont .host_txt {
	margin-top: 13px;
	}
.icon-clock {
	color: #b7b7b7;
	}
.place {
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
	vertical-align: text-bottom;
	font-size: 0.933em;
	}
.place i {
	margin: -3px 4px 0 1px;
	color: #757577;
	font-size: 15px;
	}
.place_bookmark {
	padding: 13px 20px 15px;
	background: #fafbfd;
	overflow: hidden;
	}	
.place_bookmark .place {
	float: left;
	margin-left: 0;
	background: url(../../images/kps/common/icon_place.png) no-repeat 0 0;
	}
.place_bookmark .bookmark {
	float: right;
	}	
.wrap_cont .date,
.event_lstyle .date {
	display: inline-block;
	margin: 2px 0 0 3px;
	padding-left: 16px;
	background: none;
	}
.event_lstyle .host_txt .date {
	padding-left: 23px;
	background: url(../../images/kps/common/icon_clock02.png) no-repeat 0 4px;	
	}	
		
/* 타임라인 */
.timeline_area {
	position: relative; 
	width: auto;
	background: url(../../images/kps/calendar/timeline_mid.png) repeat-y 9px 8px; 
	overflow: hidden; 
	}		
.timeline_top {
	display: block;
	width: 100%; 
	height: 5px; 
	background: url(../../images/kps/calendar/timeline_top.png) no-repeat 9px 0; 
	overflow: hidden;
	}
.timeline_bot {
	display: block;
	width: 100%;
	height: 5px; 
	background: url(../../images/kps/calendar/timeline_bot.png) no-repeat 9px 0; 
	overflow: hidden;
	}
.timeline {
	position: relative;
	overflow: hidden;
	}	
.timeline dt.txt_title {
	position: relative;
	float: left;
	width: 107px;
	margin-top: 50px;
	padding-right: 53px;	
	color: #404755;
	text-align: right; 
	line-height: 2.2;
	font-size: 1.267em; 
	font-weight: bold; 
	}	
.timeline dt.txt_title:first-child {
	margin-top: 0;
	}	
.timeline dt.txt_title:first-child + dd {
	margin-top: 0;
	}
.hotTopic {
	background: url(../../images/kps/calendar/timeline_hottopic.png) repeat-y 9px 8px; 
	}
.timeline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../../images/kps/calendar/timeline_hottopic.png) repeat-y 9px 0; 
	content: '';
	}
.timeline.hotTopic:before {
	background: url(../../images/kps/calendar/timeline_mid.png) repeat-y 9px 0; 
	}	
.hotTopic dt.txt_title  {	
	color: #da3d00; 
	}
.hotTopic dd {
	padding-bottom: 30px;
	}	
.timeline dt:before,	
.timeline dt:after {
	position: absolute;
	top: 10px;
	left: 115px;
	width: 19px;
	height: 20px;
	background: url(../../images/kps/calendar/icon_stud.png) no-repeat 0 2px;	
	content: '';
	z-index: 1;
	}
.timeline dt:after {
	top: 15px;
	left: 150px;
	width: 11px;
	height: 13px;
	background: url(../../images/kps/calendar/bg_triangle.png) no-repeat 0 0;
	}	
.timeline dd.timeline_list {
	position: relative;
	margin-top: 50px;
	overflow: hidden;
	}	
.timeline .timeline_list > div {
	margin-top: -1px;
	padding: 2px;
	background: #fff; 
	border: solid 1px #dddedf; 
	border-right-color: #c9cacc; 
	border-bottom-color: #c9cacc; 
	overflow: hidden;
	}	
.timeline .timeline_list > div:first-child {
	margin-top: 0;
	border-top-color: #d9dadb; 
	}
.timeline_list .thumb {
	float: left;
	display: block;
	width: 220px;
	height: 136px;
	margin-right: 14px;
	text-align: center;
	overflow: hidden;
	}	
.timeline_list .thumb img {
	width: 100%;
	}	
.timeline_list .thumb > span {	
	margin-top: 28px;
	}	
.timeline_list .wrap_cont {
	position: relative;
	margin: 12px 14px;
	overflow: hidden;
	}
.timeline_list .wrap_cont strong {
	margin: 5px 0;
	}
.timeline_list .wrap_cont strong a {
	text-overflow: ellipsis; 
	white-space: nowrap;	
	font: normal 1.333em NotoM;
	overflow: hidden;
	}
.timeline_list .host_txt span:first-child {
	margin-left: 10px;
	}
.timeline_list .host_txt .spot:before,
.timeline_list .host_txt .spot:after {
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: 2px 8px 0 0;
	background: #dee3eb;
	content: '';
	} 	
.timeline_list .host_txt .spot:after {
	margin-left: 8px;
	}		
.timeline_list .date {
	display: block;
	margin-top: 2px;
	}
.timeline_list > li .icon-clock {
    color: #bcbcbc;
	}	
	
/* 행사 캘린더 STYLE 
--------------------------------------*/
.month_remark {/*날짜 + 범례 */
	margin: 18px 0 13px;
	overflow: hidden;
	}
.month_remark .month {
	float: left;
	height: 36px;
	}
.month span {
	display: inline-block;
	}	
.month span a {
	display: block;
	}
.month_num {
	margin: 0 30px;
	font-size: 30px; 
	line-height: 30px; 
	color: #404755; 
	vertical-align: top;
	}
.abbreviation {/* 범례 */
	float: right;
	margin-top: 18px;
	color: #6c6d70; 
	letter-spacing: -0.05em; 
	line-height: 1;
	font-size: 12px;
	overflow: hidden;
	}
.abbreviation span,
.list li span	 {
	display: block; 
	width: 16px;	
	height: 16px; 
	margin: 0 3px 0 5px;
	background: url(../../images/kps/calendar/abbreviation.gif) no-repeat left top; 
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden; 
	}
.abbreviation span {
	display: inline-block;
	}	
	
span.abbreviation_style02 {
	background-position: 0 -16px; 
	}
span.abbreviation_style03	 {
	background-position: 0 -32px; 
	}
span.abbreviation_style04	 {
	background-position: 0 -48px;
	}
span.abbreviation_style05	 {
	background-position: 0  -64px;
	}	
span.abbreviation_style06	 {
	background-position: 0 -80px; 
	}
span.abbreviation_style07	 {
	background-position: 0 bottom; 
	}
/* 캘린더 테이블 */
.tb_schedule {background: #fff; border-top: 1px solid #616675;}
.tb_schedule a {color: #555;}
.tb_schedule th {
	width: 14.2%; 
	padding: 10px 0; 
	background: #6f7483;
	border-right: 1px solid #5f6473; 
	border-bottom: 1px solid #4e525e;
	color: #fff; 
	font-size: 0.933em;
	}
.tb_schedule td {
	height: 80px; 
	padding: 3px 8px; 
	border-right: 1px solid #dbdce0; 
	border-bottom: 1px solid #dbdce0;
	color: #636363; 
	vertical-align: top; 
	font-weight: bold;
	}
.tb_schedule td.on {
	background: #fafbfc; 
	border: 1px solid #6d7483;
	}
.tb_schedule tr th:first-child,
.tb_schedule tr td:first-child {
	border-left: 1px solid #616675;
	}
.tb_schedule tr td:first-child {
	border-left-color: #dbdce0;
	}
.tb_schedule .sun {color: #d9394a;}
.tb_schedule .sat {color: #0071c1;}
.tb_schedule .day {text-align: left;}
.tb_schedule td.today {
	background: #fafbfc url(../../images/kps/calendar/schedule_today.gif) no-repeat 0 0;
	border-bottom: solid 1px #6d7483;
	}
.tb_schedule .list {
	margin: 15px 0; 
	line-height: 1.4;
	font-size: 0.933em;
	font-weight: normal;
	overflow: hidden;
	}
.tb_schedule .list li {
	margin-top: 15px; 
	padding-top: 15px; 
	border-top: dashed 1px #c8c9ca;
	}
.tb_schedule .list li:first-child {
	margin-top: 0; 
	padding-top: 0; 
	border-top: none;
	}
.tb_schedule .list li span {
	float: none;
	margin-bottom: 3px;	
	}
/* 행사정보 목록 */
.event_lstyle {	
	overflow: hidden;
	}	
.event_lstyle > li {
	margin-top: 33px;
	}	
.event_lstyle > li:first-child {
	margin-top: 0;
	}	
.event_lstyle strong {
	display: block;
	margin-top: 8px;
	color: #313131;
	font: normal 1.333em NotoR;
	}	
.event_lstyle strong a {
	color: #000;
	}
.event_lstyle .host_txt {
	display: block;
	line-height: 1.4;
	}
.event_lstyle .host_txt .spot {
	margin-left: 10px;
	}
.event_lstyle .host_txt .spot:before,
.event_lstyle .host_txt .spot:after {
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: 2px 8px 0 0;
	background: #dee3eb;
	content: '';
	} 	
.event_lstyle .host_txt .spot:after {
	margin-left: 8px;
	color: #333;
	}	
.event_lstyle .headline > a {
	display: block;
	margin-bottom: 1px;
	color: #333;
	line-height: 1.4;
	}	
.event_lstyle > li .icon-clock {
	margin: -3px 3px 0 0;
	color: #b5b5b5;
	}
/* 행사등록 신청 STYLE */
.event_writeInfo {
	margin-bottom: 10px; 
	padding: 30px 30px 45px; 
	background: #fff url(../../images/kps/calendar/box_bg01.png) no-repeat 30px 85px; 
	border: 1px solid #d9dadb; 
	border-bottom-color: #c9cacc; 
	letter-spacing: -0.1em; 
	font-size: 0.933em; 
	overflow: hidden;
	}
.event_writeInfo dt {
	float: left;
	width: 130px; 
	color: #000;
	font-size: 15px; 
	font-weight: bold; 
	}
.event_writeInfo dt span {
	display: block;
	}
.event_writeInfo dd {
	position: relative;
	color: #555;
	overflow: hidden;
	}
.box_style03 {
	padding: 45px 30px;
	}

/* 행사구분 컬러값 */	
.eventType {
	display: block;
	width: 55px; 
	height: 17px;
	margin: auto;
	border-radius: 3px;
	color: #fff;
	line-height: 17px;
	letter-spacing: -0.1em;
	font-size: 0.85em;
	overflow: hidden; 
	}
.event_division01 {background-color: #227bc1;}	
.event_division02 {background-color: #0d4c99;}
.event_division03 {background-color: #5056c6;}
.event_division04 {background-color: #00857a;}
.event_division05 {background-color: #d9394a;}
.event_division06 {background-color: #645453;}
.event_division07 {background-color: #9045ae;}

.state_style01,
.state_style02,
.state_style03 {/*신청완료 */
	display: inline-block; 
	padding-left: 12px;
	color: #0071c1; 
	letter-spacing: -0.05em; 
	background: url(../../images/kps/calendar/icon_o.png) no-repeat left 7px;
	}
.state_style02 {/*신청취소 */
	background: url(../../images/kps/calendar/icon_x.png) no-repeat left 7px;
	}
.state_style03 {/* 승인 */
	background: url(../../images/kps/calendar/icon_v.png) no-repeat left 7px;
	}