/* 학사일정 */
.month .tab {
	overflow: auto;
	width: 100%;
	border: 1px solid #e1e4e7;
	border-top: 4px solid #373a3d;
}

.month .tab .btn-tab {
	float: left;
	height: 56px;
	line-height: 56px;
	padding: 0 80px;
	font-size: 18px;
	border-right: 1px solid #e1e4e7;
}

.month .tab .btn-tab.active {
	background: #60609f;
	color: #fff;
}

.month .search {
	margin: 60px 0 0 0;
	border-top: 1px solid #7359a8;
	border-bottom: 1px solid #7359a8;
	text-align: center;
}

.month .search .row {
	display: table;
	margin: 0 auto;
}

.month .search .line {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

.month .search .text {
	font-size: 28px;
}

.month .search .select {
	padding: 0 10px 0 25px;
}

.month .search .btn {
	background: #60609f;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}

.month .search .choose .prev,
.month .search .choose .next,
.month .search .choose .current {
	display: inline-block;
}

.month .search .choose .prev,
.month .search .choose .next {
	position: relative;
	top: -6px;
}

.month .search .choose .btn-prev,
.month .search .choose .btn-next {
	width: 30px;
	height: 30px;
	background: url('../images/btn-year-nav.jpg') no-repeat;
	border: 1px solid #d4d4d4;
}

.month .search .choose .btn-prev {
	background-position: left center;
}

.month .search .choose .btn-next {
	background-position: right center;
}

.month .search .choose .current {
	padding: 0 20px;
	font-size: 24px;
	color: #2e2e5a;
}

.month #cal table {
	border-bottom: 2px solid #414155;
}

.month #cal table th {
	font-weight: normal;
	background: #3b3b4f;
	color: #fff;
	height: 45px;
	font-size: 16px;
}

.month #cal table td {
	text-align: right;
	height: 200px;
	vertical-align: top;
	padding: 8px 10px;
	font-size: 16px;
	border-bottom: 1px solid #dcdfe2;
}

.month #cal table td.isDay {
	cursor: pointer;
	position: relative;
}

.month #cal .sun {
	color: #fd5c5c;
}

.month #cal .sat {
	color: #2d9aff;
}

.month #cal .day {
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

.month #cal .day.active {
	background: #3d3d72;
	color: #fff;
}

.month #cal .detail {
	display: none;
	overflow: hidden;
	margin: 20px 0;
}

.month #cal .desc {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	color: #333;
}

.month #cal .desc:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 53%;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	transform: translate(0%, -50%);
}

.month #cal .desc.color1:after {
	background: #60609f;
}

.month #cal .desc.color2:after {
	background: #8d75bc;
}

.month #cal .desc.color3:after {
	background: #b675bc;
}

.month #cal .promise {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 25px;
	line-height: 24px;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
}

.month #cal a {
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 100;
	height: 100%;
    max-height: 25px;
}
.month #cal .do1 {
	top: 45px;
	background: #d4d4f5;
}

.month #cal .do1 a {
	color: #474783;
}

.month #cal .do2 {
	top: 75px;
	background: #e2d9f4;
}

.month #cal .do2 a {
	color: #754783;
}

.month #cal .do3 {
	top: 105px;
	background: #efd4f2;
}

.month #cal .do3 a {
	color: #83477b;
}

.month #cal .do4 {
	top: 133px;
	background: #f7e5f9;
}

.month #cal .do4 a {
	color: #83477b;
}

.month #cal .do5 {
	top: 163px;
	background: #f7e5f9;
}

.month #cal .do5 a {
	color: #b675bc;
}

.year .tab {
	overflow: auto;
	width: 100%;
	border: 1px solid #e1e4e7;
	border-top: 4px solid #373a3d;
}

.year .tab .btn-tab {
	float: left;
	height: 56px;
	line-height: 56px;
	padding: 0 80px;
	font-size: 18px;
	border-right: 1px solid #e1e4e7;
}

.year .tab .btn-tab.active {
	background: #60609f;
	color: #fff;
}

.year .search {
	margin: 60px 0 0 0;
	border-top: 1px solid #7359a8;
	border-bottom: 1px solid #7359a8;
	text-align: center;
}

.year .search .row {
	display: table;
	margin: 0 auto;
}

.year .search .line {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

.year .search .text {
	font-size: 28px;
}

.year .search .select {
	padding: 0 10px 0 25px;
}


.year .search .btn {
	background: #60609f;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}

.year .search .choose .prev,
.year .search .choose .next,
.year .search .choose .current {
	display: inline-block;
}

.year .search .choose .prev,
.year .search .choose .next {
	position: relative;
	top: -4px;
}

.year .search .choose .btn-prev,
.year .search .choose .btn-next {
	width: 30px;
	height: 30px;
	background: url('../images/btn-year-nav.jpg') no-repeat;
	border: 1px solid #d4d4d4;
}

.year .search .choose .btn-prev {
	background-position: left center;
}

.year .search .choose .btn-next {
	background-position: right center;
}

.year .search .choose .current {
	padding: 0 20px;
	font-size: 24px;
	color: #2e2e5a;
}

.year .search .searchSelect {
	font-size: 14px;
}

.year .search .searchSelect label {
	margin: 0 10px 0 0;
}

.year .search .searchSelect input {
	padding: 0 8px;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	width: 90px;
	color: #666;
}

.year .no_result {
	padding: 30px 0;
	text-align: center;
	font-size: 15px;
	color: #666;
}

.year .calendar .nav .row {
	overflow: hidden;
}

.year .calendar .nav button {
	float: left;
	width: 8.333%;
	background: #f8f8f8;
	font-size: 16px;
	height: 60px;
	line-height: 56px;
	border-bottom: 3px solid #3b3b4f;
}

.year .calendar .nav .active {
	position: relative;
	color: #60609f;
}

.year .calendar .nav .active:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 85%;
	height: 1px;
	background: #7272aa;
}

.year #cal dl {
	overflow: auto;
	padding: 20px 0;
	border-bottom: 1px dotted #909090;
}

.year #cal dt,
.year #cal dd {
	float: left;
	font-size: 15px;
}

.year #cal dt {
	min-width: 230px;
	padding: 0 20px 0 0;
	color: #3d3d72;
	font-weight: 600;
}

.year #cal .schedule {
	margin: 0 0 0 20px;
}

/* 커스텀 셀렉트 박스 */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 3px #60609f;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 33px;
	outline: none;
	padding-left: 15px;
	padding-right: 32px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:after {
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 10px;
	height: 9px;
	background: url('../images/arrow-search.png') no-repeat left center;
}

.nice-select.open:after {
	background: url('../images/arrow-search-on.png') no-repeat left center;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 200;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 22px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

#layer_planner {
	display: none;
	z-index: 100;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 550px;
	height: 230px;
	background: #fff;
	padding: 15px 30px;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	transform: translate(-50%, -50%);
	box-shadow: 0px 16px 34px -10px rgba(0, 0, 0, 0.26);
}

#layer_planner.on {
	display: block;
}

#layer_planner h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

#layer_planner .btn_close {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 55px;
	height: 36px;
	background: #60609f;
	border-radius: 4px;
	color: #fff;
}

#layer_planner table {
	border-top: 2px solid #60609f !important;
	border-left: none !important;
	font-size: 13px;
}

#layer_planner table th,
#layer_planner table td {
	border-width: 0 0 1px 0 !important;
	border-color: #dddee0 !important;
	border-style: solid;
	width: auto;
	padding: 5px 10px;
}

#layer_planner table thead th {
	text-align: center;
	color: #666;
	font-weight: normal;
	background-color: #f6f6f7;
}

#layer_planner table tbody th {
	text-align: center;
	color: #333;
	background-color: #fbfbfb;
}

#layer_planner table td {
	text-align: left;
}