@charset "utf-8";

/* #_JW_schdulmanage_basic._fnctWrap ._tab._normal ul li a.active {
	background-color: #2a6bbf;
	border-color: #2a6bbf;
	color: #FFF;
	font-weight: 600;
}
#_JW_schdulmanage_basic._fnctWrap .no_result {
	text-align: center;
}
#_JW_schdulmanage_basic .search {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
}
#_JW_schdulmanage_basic .search p {
	display: inline-block;
	color: #666;
	margin-right: 10px;
}
#_JW_schdulmanage_basic .search a.png {
	background: url("../images/wizBtn_direction.png") 0 0 no-repeat;
	width: 11px;
	height: 16px;
	text-indent: -5000px;
	display: inline-block;
	vertical-align: middle;
}
#_JW_schdulmanage_basic .search a.png.DirectionRight {
	background-position: right top;
}
#_JW_schdulmanage_basic .search strong {
	font-size: 1.4em;
	font-weight: 600;
	color: #333;
	font-family: 'Nanum Gothic',nanumgothic;
	margin: 0 10px;
	vertical-align: middle;
}
#_JW_schdulmanage_basic .search p.moveYear input {
	border: 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #333;
	font-family: 'Nanum Gothic',nanumgothic;
	padding: 0 5px;
}
#_JW_schdulmanage_basic .search .searchSelect label {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}
#_JW_schdulmanage_basic .search .searchSelect select {
	border: 1px solid #ccc;
	line-height: 24px;
	height: 24px;
}
#_JW_schdulmanage_basic .search span.button.searchBtn {
	display: inline-block;
	vertical-align: top;
}
#_JW_schdulmanage_basic .search span.button.searchBtn a,
#_JW_schdulmanage_basic .search span.button.searchBtn input {
	background-color: #2a6bbf;
	border: 0;
	color: #FFF;
	font-weight: 600;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
}
#_JW_schdulmanage_basic ._fnTable th.sun,
#_JW_schdulmanage_basic ._fnTable td.sun,
#_JW_schdulmanage_basic ._fnTable td.sun a {
	color: red;
}
#_JW_schdulmanage_basic ._fnTable th.sat,
#_JW_schdulmanage_basic ._fnTable td.sat,
#_JW_schdulmanage_basic ._fnTable td.sat a {
	color: blue;
}
#_JW_schdulmanage_basic ._fnTable td {
	position: relative;
	height: 50px;
}

#_JW_schdulmanage_basic ._fnTable td > a {
	position: absolute;
	top: 5px;
	left: 8px;
}
#_JW_schdulmanage_basic ._fnTable td.today > a {
	border: 2px solid #c0e0ef;
	background-color: #e8f4fb;
	padding: 2px 5px;
	left: 6px;
	color: #222;
	font-weight: 600;
	line-height: 1.3;
}
#_JW_schdulmanage_basic ._fnTable td ul {
	margin: 25px 7px 0 7px;
	text-align: left;
	line-height: 1.3;
	font-size: 0.9em;
}
#_JW_schdulmanage_basic .listDay {

}
#_JW_schdulmanage_basic .listDay li {
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding: 15px 0;
}
#_JW_schdulmanage_basic .listDay li:last-child {
	border-bottom: 0;
}
#_JW_schdulmanage_basic .listDay li dl {
	overflow: hidden;
	position: relative;
	padding-left: 120px;
}
#_JW_schdulmanage_basic .listDay li dl dt {
	position: absolute;
	top: -2px;
	left: 5px;
}
#_JW_schdulmanage_basic .yearSchdul li dl {
	padding-left: 150px;
}
#_JW_schdulmanage_basic .yearSchdul li dl dt {
	top:inherit;
}
#_JW_schdulmanage_basic .listDay li dl dt span.sun {
	color: red;
	font-family: 'Nanum Gothic',nanumgothic;
}
#_JW_schdulmanage_basic .listDay li dl dt span.sat {
	color: blue;
	font-family: 'Nanum Gothic',nanumgothic;
}
#_JW_schdulmanage_basic .listDay li dl dt span strong {
	font-size: 1.24em;
	vertical-align: middle;
}
#_JW_schdulmanage_basic .listDay li dl dd,
#_JW_schdulmanage_basic .listDay li dl dd a {
	color: #444;
} */


/************************
	레이어 뷰
*************************/
#layer_planner {display:none; position:absolute; max-width:500px; padding:20px; background:#fff; border:3px solid #005fb0;}
#layer_planner h1 {display: inline-block; height:25px; color:#4f4f4f; padding-left:17px; background:url('../images/dot1.gif') no-repeat 0 6px; font-size:100%; margin-top: 25px;}
#layer_planner .btn_close {position:absolute; top:17px; right:17px; }
.btn_close {width:20px; height:20px; cursor:pointer;  border:none;  background:url(../images/btn_close.gif) no-repeat 50% 50%;}
.haze {overflow: hidden;border:0;width:1px;height:1px;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);display:inline-block;}
#layer_planner .txtArea {padding:3px; font-size:11px; line-height:1.3; border:1px solid #d5d5d5;}

#layer_planner table {width:100%; /*border-top:2px #005fb0 solid;*/ position: relative;}
#layer_planner table:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 2px;
    background-color: #005fb0;
}
#layer_planner table thead th{padding:8px 0 5px 0; background:#ededed; border-bottom:1px #dcdcdc solid; border-right:1px #dcdcdc solid; color:#666; line-height:17px;}
#layer_planner table tbody th{padding:8px 0 4px 0; background:#f9f9f9; border-bottom:1px #dcdcdc solid; border-right:1px #dcdcdc solid; color:#666; line-height:17px;}
#layer_planner table td{padding:4px 8px; border-bottom:1px #dcdcdc solid; border-right:1px #dcdcdc solid; color:#4f4f4f; line-height:17px; text-align:left;}
#layer_planner table .end{border-right:none;}

#layer_planner table.attchList {width:100%; margin:0 auto; border-top:1px solid #dcdcdc; border-left:1px solid #dcdcdc; }
#layer_planner table.attchList th {padding:4px 0 3px;  font-size:11px; text-align:center; color:#8d8d8d; background:#eeeeee; border-right:1px solid #dcdcdc;  border-bottom:1px solid #dcdcdc; }
#layer_planner table.attchList td {padding:4px 5px 3px 5px;  text-align:center; font-size:11px; color:#4f4f4f; border-right:1px solid #dcdcdc;  border-bottom:1px solid #dcdcdc;}
#layer_planner table.attchList td.file {text-align:left;}
#layer_planner table.attchList td input {vertical-align:top;}



/************************
	moj_schdul
*************************/
body.Mobile .listTypeBtn, body.Mobile .monthTableWrap {display: none;}
body.Mobile #schdulWrap .search .moveYear {padding-bottom: 60px; border-bottom: 0;}
body.Mobile #schdulWrap .search .moveYear a.png {top: 80px;}
#schdulWrap .search {padding: 5px; background: url('../images/sche_head_bg.png') left top repeat; margin-bottom: 30px; /**/ display: none;}
#schdulWrap .search .bg {box-sizing: border-box; background-color: #fff;}
#schdulWrap .search .moveYear {position: relative; text-align: center; padding: 27px 0 26px; border-bottom: 1px solid #d2d2d2;}
#schdulWrap .search .moveYear a.png {position: absolute; top: 30px; color: #333333;}
#schdulWrap .search .moveYear a.DirectionLeft {left: 30px;}
#schdulWrap .search .moveYear a.DirectionRight {right: 30px;}
#schdulWrap .search .moveYear a.png:before {content: ''; float: left;display: inline-block; width: 18px; height: 24px;background: url('../images/sche_head_arrow.png') left top no-repeat;}
#schdulWrap .search .moveYear a.DirectionLeft:before {margin-right: 15px;}
#schdulWrap .search .moveYear a.DirectionRight:before {float: right; transform: rotate(180deg);margin-left: 15px;}
#schdulWrap .search .moveYear strong {color: #002e8d; font-size: 22px; font-weight: 500;}
#schdulWrap .month_go {overflow: hidden; box-sizing: border-box; padding: 20px 15px; width: 100%;}
#schdulWrap .month_go button {color: #333333; padding: 4px 14px; border-radius: 5px;}
#schdulWrap .month_go button.active,
#schdulWrap .month_go button:hover{color: #fff;background-color: #073760;}
#schdulWrap .month_go .yearPlan {width: 84px;}
#schdulWrap .month_go .yearPlan, #schdulWrap .month_go .selMonth {float: left;}
#schdulWrap .month_go .selMonth {width: calc(100% - 84px); text-align: center;}
#schdulWrap .month_go .selMonth li {float: left; width: calc(100% / 12);}
body.Mobile #schdulWrap .month_go {display: none;}
body.Tablet #schdulWrap .month_go .selMonth li {width: 16%;}
body.Mobile #schdulWrap .month_go .selMonth li {width: 33.3%;}

#schdulWrap .listTypeBtn {overflow: hidden; margin-bottom: 30px;}
#schdulWrap .listTypeBtn ul {overflow: hidden; float:right;}
#schdulWrap .listTypeBtn li {float: left;margin: 5px 10px;}
#schdulWrap .listTypeBtn button {width: 40px; height: 40px; border-radius: 100%; text-indent: -5000px; background: #d0d0d0 url('../images/sche_list_type.png') left top no-repeat;
	-webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -ms-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease;
	outline-offset:2px;
}
#schdulWrap .listTypeBtn li.active button {background-color: #073760;}
#schdulWrap .listTypeBtn li.sch_list button {background-position: right top;}

/* table */
#schdulWrap .monthTable, #schdulWrap .listTable { border-top: 2px solid #333;}
#schdulWrap .monthTable { background: url('../images/sche_table_bg.png') right bottom no-repeat; }
#schdulWrap .monthTable thead th, #schdulWrap .monthTable tbody td,
#schdulWrap .listTable thead th, #schdulWrap .listTable tbody td {border-bottom: 1px solid #ddd;}
#schdulWrap .monthTable thead th, #schdulWrap .listTable thead th {background-color: #f5f5f5; color: #333; font-size: 16px; padding: 12px 0;}
#schdulWrap .monthTable tbody td { height: 117px; padding: 35px 10px 0; }
#schdulWrap .monthTable tbody td.onSche, #schdulWrap .listTable tbody td.onSche { /* background-color: #DFF0FF */}

#schdulWrap .monthTable tbody td, #schdulWrap .listTable tbody td { position: relative; text-align: left; vertical-align: top; box-sizing: border-box;}
#schdulWrap .monthTable tbody td:before, #schdulWrap .listTable tbody td:before { content: ''; height: 10px; border-left: 1px solid #e7e7e7; position: absolute; top: 0; left: 0;}
#schdulWrap .monthTable tbody td:first-child:before, #schdulWrap .listTable tbody td:first-child:before { display: none; }

#schdulWrap .monthTable tbody td a.day {color: #4f4f4f; position: absolute; top: 4px; left: 3px; width: 32px; text-align: center; padding: 3px 0;}
#schdulWrap .monthTable tbody td.onSche a.day { background-color: #DFF0FF; border-radius: 100%;}
#schdulWrap .monthTable tbody td.today a.day{ border: 1px solid #3381b7; border-radius: 100%;}
#schdulWrap .monthTable tbody td.today a.day:after {
	content: '오늘'; display: inline-block; position: absolute; top: 5px; left:37px;
	width: 47px; height: 15px; background: url('../images/sche_today.png') left top no-repeat;
	text-indent: -9999px;
}
#schdulWrap .monthTable tbody td.today a > em { width:0; overflow: hidden; font-size: 0; line-height: 0; text-indent: -9999em; }
#schdulWrap .monthTable tbody td.sat a,
#schdulWrap .listTable tbody td.sat a {color: #002e8d;}
#schdulWrap .monthTable tbody td.sun a,
#schdulWrap .listTable tbody td.sun a {color: #e60012;}
#schdulWrap .monthTable tbody td ul {font-size: 13px;}
#schdulWrap .monthTable tbody td ul li a {color: #444; padding-left: 10px; overflow: hidden; display: block; position: relative }
#schdulWrap .monthTable tbody td ul li a:before {content: 'ㆍ'; display: inline-block; position: absolute; left: 0; }

/* list */
.overflowH {overflow: hidden;}
.monthListWrap {overflow: hidden;}
.monthListTable {float: left; width: 35%; max-width: 380px; /**/ text-align: center;}
#schdulWrap .listTable thead th {font-size: 14px;}
#schdulWrap .listTable tbody td {padding: 9px 0; box-sizing: border-box;}
#schdulWrap .listTable a.day {display: block; color: #404040; width: 36px; height: 30px; text-align: center; padding: 6px 0 0; margin: 0 auto;}
#schdulWrap .listTable tbody td.onSche a.day { background-color: #DFF0FF; border-radius: 100%;}
#schdulWrap .listTable tbody td.today a.day {color: #fff; background-color: #3381b7 !important; border-radius: 100%;}
#schdulWrap .monthListTable .month {color: #002e8d; font-weight: 500; font-size: 22px; text-align: center; padding: 6px 0; border: 1px solid #bfbfbf; border-bottom: 0;}

.dailyList {float: right; width: 60%; max-width: 650px;}
/*
.dailyList .todayTitle {font-size: 22px; color: #4e4e4e; padding: 30px 0 9px 0; background: url('../images/objHeading_h2.png') left top no-repeat; border-bottom: 2px solid #d6d6d6; margin-bottom: 30px;}
.dailyList .todayTitle span {display: inline-block; position: relative;}
.dailyList .todayTitle span:after {
	content: ''; display: block; width: 100%; height: 2px; background-color: #002e8d;
	position: absolute; left: 0; bottom: -11px;
}
*/
.dailyList .todayTitle,.weeklyList .extraTitle { height: 40px; font-size: 22px; color: #4e4e4e; padding-left:30px; background: url('../images/objHeading_h2.png') left top no-repeat; border-bottom: 2px solid #333; }
.dailyList .todayTitle span, .weeklyList .extraTitle span {display: inline-block; position: relative;}

.dailyList .todayTable, .weeklyList .weekTable { /*border-top: 1px solid #bfbfbf;*/ font-size: 14px;}
.dailyList .todayTable thead th, .weeklyList .weekTable thead th { font-size: 14px; font-weight: 500; color: #404040; background-color: #f5f5f5; padding:12px 0; border-bottom: 1px solid #ddd; }
.dailyList .todayTable tbody th, .dailyList .todayTable tbody td,
.weeklyList .weekTable tbody th, .weeklyList .weekTable tbody td {border-bottom: 1px solid #bfbfbf; padding: 13px 0; position: relative;}
.dailyList .todayTable tbody th { background-color: #DFF0FF; color: #2c2f35; font-size: 15px;}
/*
.dailyList .todayTable tbody td.location,
.weeklyList .weekTable tbody td.location,
.weeklyList .weekTable tbody th {background-color: #f5f5f5;}
*/
.dailyList .todayTable tbody td.note,
.weeklyList .weekTable tbody td.note {padding: 13px 25px; text-align: left; font-size: 14px;}
.dailyList .todayTable tbody td:before, .weeklyList .weekTable tbody td:before { content: ''; height: 10px; border-left: 1px solid #e7e7e7; position: absolute; top: 0; left: 0;}
.dailyList .todayTable tbody td:first-child:before, .weeklyList .weekTable tbody td:first-child:before { display: none; }

.weeklyList {margin-top: 50px;}
.weeklyList .weekTable {font-size: 15px;}
/*.weeklyList .weekTable tbody th {color: #404040; font-weight: 500; font-size: 18px;}*/
.weeklyList .weekTable tbody th.sun {color: #e60012;}
.weeklyList .weekTable tbody th.sat {color: #002e8d;}
.weeklyList .weekTable tbody td.time {color: #2c2f35;}

body.Tablet .monthListTable,
body.Tablet .dailyList,
body.Mobile .monthListTable,
body.Mobile .dailyList {float: none; width: 100%; max-width: 100%;}
body.Tablet .monthListTable, body.Mobile .monthListTable { margin-bottom: 30px;}


/* 전체 일정 (연간일정) */
.yearList {border-top: 2px solid #bfbfbf;}
.yearList li {border-bottom: 1px solid #bfbfbf;}
.yearList dl {display: table; width: 100%;}
.yearList dt {display: table-cell; vertical-align: middle; width: 200px; text-align: center; color: #6b6b6b; font-size: 18px; background-color: #f5f5f5;}
.yearList dt p {font-size: 47px;  font-weight: 500; line-height: 1.2;}
.yearList dd {border-bottom: 1px solid #bfbfbf;}
.yearList dd:last-child {border-bottom: 0;}

.yearList dd div {display: table-cell; vertical-align: middle; text-align: center;padding: 10px 15px 10px 20px; box-sizing: border-box}
.yearList dd .date {width: 190px; color: #2c2f35;}
.yearList dd .date span {margin-left: 10px;  color: #2c2f35;}
.yearList dd .location {width: 140px; background-color: #f5f5f5;}
.yearList dd .note {text-align: left; font-size: 14px;}

.yearList .thisMonth {background-color: #DFF0FF;}
.yearList .thisMonth dt, .yearList .thisMonth dt p{color: #0e4789;}
.yearList .thisMonth dt, .yearList .thisMonth dd .location {background-color: #edf3f8;}

body.Tablet .yearList dt,
body.Mobile .yearList dt {display: block; width: 100%; border-bottom: 1px solid #e0e0e0;}
body.Mobile .yearList dd div {display: block; width: 100%;}
body.Mobile .yearList dd .note {text-align: center;}
body.Mobile .yearList dd {border-color: #e0e0e0;}

.weeklyList .weekTable .loc {width: 13%}
body.Mobile .weeklyList .weekTable .loc {width: 25%}

/* added 12.10 */
.prev, .next {width: 35px; height: 35px; text-indent: -99999px; cursor: pointer; border-radius: 50%; background-image: url(../images/cal-arrows.png); background-repeat: no-repeat; background-color: #054780; margin-bottom: 5px;}
.prev {float: left; border-radius: 50%; background-position: left 12px center;}
.next {float: right; border-radius: 50%; background-position: right 12px center;}
.cal-cnter {font-size: 20px; padding: 3px 0;}

/* 2021.03.05 */
h1.today-mini {
	text-indent: -99999px;
	height:0px;
}
