/* common */
._fnctWrap {
	line-height: 1.5;
}

.outer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0 0 0 0);
}

/******************************************************************************
******************************************************************************/
.status{padding: 24px 0 40px 30px;}
.status > ul > li{display: inline-block;vertical-align: top;font-size: 18px;color:#666;}
.status > ul > li + li{margin-left:15px;}
.status > ul > li > span{width:10px;height: 10px;display: inline-block;margin-right: 10px;border-radius: 50%;}
.status > ul > li > span.status01{background:#2f8d9a;}
.status > ul > li > span.status02{background: #999;}
.status > ul > li > span.status03{background: #2e489a;}
.status > ul > li > span.status04{background: #a38767;}

.sche-tab-year{position: absolute;top:15px;right:10px;}
.sche-tab-year > span{font-family: 'Noto Regular';font-size: 24px;color:#333;}

._fnctWrap .sche-wrap ._tab._normal{text-align: right;}
._fnctWrap .sche-wrap ._tab._normal > ul > li{display: inline-block;vertical-align: top;float:none;text-align: left;}
._fnctWrap .sche-wrap ._tab._normal > ul > li > a{width:55px;height: 55px;border:0;text-indent: -9999px;border-radius: 0;background: #dcdcdc url('../images/month-icon.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li > a.active{background:  url('../images/month-icon-on.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li:nth-child(2) > a{background: #dcdcdc url('../images/year-icon.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li:nth-child(2) > a.active{background:  url('../images/year-icon-on.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li:nth-child(3) > a{background: #dcdcdc url('../images/mid-icon.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li:nth-child(3) > a.active{background:  url('../images/mid-icon-on.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li:nth-child(4) > a{background: #dcdcdc url('../images/week-icon.png') no-repeat center !important;}
._fnctWrap .sche-wrap ._tab._normal > ul > li:nth-child(4) > a.active{background:  url('../images/week-icon-on.png') no-repeat center !important;}
/*._fnctWrap .sche-wrap ._tab._normal > ul > li > a._active{background: #333;}*/

/* Design */
.switch {
	text-align: right;
	margin-bottom: 20px;
}
.switch li {
	display: inline-block;
}
.switch a {
	position: relative;
    display: block;
    width: 45px;
	height: 45px;
	text-align: left;
	/* text-indent: -9999px; */
}
.switch a.month {
	background: url(../images/scheduler.png) center center no-repeat;
}
.switch a.month:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: -2px;
    top: 13px;
    background-color: #ddd;
}

.switch a.active.month {
	background: url(../images/scheduler-on.png) center center no-repeat;
}
.switch a.year {
	background: url(../images/sche-list.png) center center no-repeat;
}
.switch a.active.year {
	background: url(../images/sche-list-on.png) center center no-repeat;
}
.switch-btn {
	text-align: right;
}

.switch-btn li {
	display: inline-block;
}

.switch-btn li a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
}

.switch-btn li:first-child a {
	background: url('../images/scheduler.png') center center no-repeat;
}

.switch-btn li:first-child a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	right: -2px;
	top: 13px;
	background-color: #ddd;
}

.switch-btn li:first-child a.ac {
	background: url('../images/scheduler-on.png') center center no-repeat;
}

.switch-btn li:last-child a {
	background: url('../images/sche-list.png') center center no-repeat;
}

.switch-btn li:last-child a.ac {
	background: url('../images/sche-list-on.png') center center no-repeat;
}

.alb-head {
	margin-bottom: 50px;
	border: 1px solid #ccc;
	background: #f4f5f9;
	padding: 40px 20px 20px;
}

.alb-head.year-head{padding-bottom: 40px;}

.alb-head .inner {
}

.alb-head .top {text-align: center;margin-bottom: 30px;}

.alb-head .top h3 {color: #0054a6;font-family: 'Noto Medium';display: inline-block;vertical-align: middle;font-size: 35px;padding: 0 75px;background: url(./../images/title-img-icon.png) no-repeat left center;}

.alb-head .top button {
	font-family: 'Noto Regular';
	display: inline-block;
	margin: 0 15px;
	position: absolute;
	font-size: 23px;
	color: #333;
	line-height: 1.7;
	margin-top: 20px;
}

.alb-head .top button.next {background: url('../images/right-arrow.png') no-repeat right center;right: 0;padding-right: 50px;}

.alb-head .top button.prev {background: url('../images/left-arrow.png') no-repeat left center;left: 0;padding-left: 50px;}

.alb-head .btm {background: #fff;padding: 20px 15px;}

.alb-head .btm ul {
	padding: 0 25px;
	display: flex;
	justify-content: space-around;
}

.alb-head .btm ul li {
	float: left;
	width: calc(100% / 12);
	text-align: center;
}

.alb-head .btm ul li a {
	color: #666;
	font-size: 17px;
}

.alb-head .btm ul li a:hover,
.alb-head .btm ul li a.ac {
	color: #0067cc;
	font-family: 'Noto Medium';
	position: relative;
}

.alb-head .btm ul li a.ac:after{content:'';width: 55px;height: 3px;position: absolute;bottom: -20px;left:50%;margin-left: -27px;background: #0067cc;}


/* body */
.sche-alb .alb-body {
	overflow: hidden;
	border: 1px solid #ccc;
}

/* .sche-alb .alb-body.ac {
	display: block;
} */
.sche-alb .alb-body .sche-tab {
	float: left;
	width: 40%;
	height: 100%;
	padding: 20px;
	border-right: 1px solid #e8e8e8;
	height: 580px;
}

.sche-alb .alb-body .sche-tab strong {text-align: left;position: relative;padding-top: 10px;padding-bottom: 25px;font-size: 20px;font-family: 'Noto Medium';font-weight: normal;display: block;color: #333;padding-left: 10px;}

.sche-alb .alb-body .sche-tab strong span {
	font-size: 20px;
	color: #333;
	display: inline-block;
}

.sche-alb .alb-body .sche-tab strong .today-mark{position: absolute;right:0;top: 8px;}
.sche-alb .alb-body .sche-tab strong .today-mark span{font-size: 16px;color: #00a3a0;font-family: 'Noto Regular';padding: 3px 10px;border: 2px solid #00a3a0;border-radius: 10px;}

.sche-alb .alb-body .sche-tab thead tr {border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}

.sche-alb .alb-body .sche-tab th {
	color: #666;
	padding: 20px 5px;
	font-family: 'Noto Regular';
	font-size: 16px;
	font-weight: normal;
}

.sche-alb .alb-body .sche-tab td {
 padding: 22px 10px;
 box-sizing: border-box;
 position: relative;
 background: #fff;
 color: #888;
 font-size: 16px;
 border-bottom: 1px solid #e8e8e8;
 }

.sche-alb .alb-body .sche-tab td:first-child p {
	color: #cc6666;
}

.sche-alb .alb-body .sche-tab td.sun p{
	color: #cc6666;
}


.sche-alb .alb-body .sche-tab td.today p {
	color: #00a3a0;
	font-family: 'Noto Medium';
}


.sche-alb .alb-body .sche-tab td p {
	display: block;
	width: 100%;
	text-align: center;
	/* vertical-align: middle; */
	background-color: #fff;
	margin: 0 auto;
	font-family: 'Noto Regular';
}

.sche-alb .alb-body .sche-tab td.marked {position: relative;}
.sche-alb .alb-body .sche-tab td.marked:after {content: '';position: absolute;left: 50%;margin-left: -2px;top: 15px;width: 6px;height: 6px;border-radius: 100%;background: #0067cc;}
.sche-alb .alb-body .sche-tab td.marked p{font-family: 'Noto Regular';color: #000;}

.sche-alb .alb-body .sche-tab td.sun_marked {position: relative;}
.sche-alb .alb-body .sche-tab td.sun_marked:after {content: '';position: absolute;left: 50%;margin-left: -2px;top: 15px;width: 6px;height: 6px;border-radius: 100%;background: #cc6666;}
.sche-alb .alb-body .sche-tab td.sun_marked p{font-family: 'Noto Regular';color: #cc6666;}

.sche-alb .alb-body .sche-comt {
	float: right;
	width: 60%;
	font-family: 'Noto DemiLight';
}

.sche-alb .sche-comt {
}

.sche-alb .sche-comt th,
.sche-alb .sche-comt td {
	padding: 22px 15px;
}

.sche-alb .sche-comt th:last-child,
.sche-alb .sche-comt td:last-child {
	border-right: 0;
}

.sche-alb .sche-comt thead th{padding:27px 15px;text-align: center;font-size: 20px;color:#333;background: #f4f5f9;}
.sche-alb .sche-comt thead th span{color:#0469cd;}
.sche-alb .sche-comt th {font-size: 17px;background: #f7f7f7;border-bottom: 1px solid #e8e8e8;text-align: left;padding-left: 25px;}
.sche-alb .sche-comt .list_hldy th,
.sche-alb .sche-comt .list_hldy td{color:#cc6666;}

.sche-alb .sche-comt td {
	text-align: left;
	font-size: 17px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
}

.sche-alb .sche-comt td a {color:#666;}

.table-tail {
	text-align: right;
	margin-top: 5px;
}

.table-tail p {
	display: inline-block;
	color: #183d93;
	font-size: 16px;
	background: url('../images/box-tail.png') left 7px no-repeat;
	padding: 10px 25px 10px 35px;
}

/* schedule list type */
.sche-list .list-body {
	border-top: 2px solid #43505d;
}

.sche-list .time-line {
	border-bottom: 1px solid #c6cace;
	padding: 30px 40px;
	overflow: hidden;
}

.sche-list .time-line dt {
	float: left;
	width: 25%;
	min-height: 210px;
	text-align: center;
	background: url('../images/month-bg.png') top center no-repeat;
	padding-top: 30px;
}

.sche-list .time-line dt div {
	min-height: 137px;
	background: url('../images/month-shield.png') top center no-repeat;
}

.sche-list .time-line dt strong {
	font-size: 60px;
	color: #fff;
}

.sche-list .time-line dt span {
	font-size: 20px;
	color: #fff;
}

.sche-list .time-line dt p {
	color: #fff;
}

.sche-list .time-line dd {
	float: right;
	width: 75%;
	color: #666;
	border-left: 1px solid #c6cace;
	padding-left: 35px;
	box-sizing: border-box;
}

.sche-list .time-line dd li {
	background: url('../images/sche-bul.png') left center no-repeat;
	padding-left: 20px;
	margin: 10px 0;
}

.sche-list .time-line dd span {
	display: inline-block;
	width: 100%;
	max-width: 160px;
	color: #1b1b1b;
	margin-right: 30px;
}

.schedule .listDay {
	border-top: 1px solid #000000;
}

.schedule .listDay ul {
	display: inline-block;
	width: 100%;
}

.schedule .listDay ul li {
	padding: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.schedule .box-sch {
	display: table;
	width: 100%;
}

.schedule .box-sch .num {
	display: table-cell;
	width: 170px;
	vertical-align: middle;
}

.schedule .box-sch .num h3 {
	width: 105px;
	height: 105px;
	border-radius: 100%;
	background: #f0f0f0;
	font-family: 'Noto Regular';
	font-size: 20px;
	text-align: center;
	line-height: 105px;
	color: #333;
}

.schedule .box-sch .num.day h3 {
	font-size: 18px;
}

.schedule .box-sch .desc {
	display: table-cell;
	vertical-align: middle;
}

.schedule .box-sch .desc dl {
	display: table;
	width: 100%;
	margin: 10px 0;
}

.schedule .box-sch .desc dl dt {
	display: table-cell;
	font-family: 'Noto Regular';
	font-size: 16px;
	width: 185px;
}

.schedule .box-sch .desc dl dt.middle {
	vertical-align: middle;
	width: 150px;
}

.schedule .box-sch .desc dl dd {
	display: table-cell;
	color: #666;
}

.schedule .box-sch .desc .sun dd,
.schedule .box-sch .desc .sun dt {
	display: table-cell;
	color: #cc6666;
}

.schedule  .search {
	text-align: center;
}

.schedule strong {
	text-align: center;
	color: #0054a6;
	font-family: 'Noto Medium';
	display: inline-block;
	vertical-align: middle;
	font-size: 35px;
	padding: 0 75px;
}

.schedule strong.year-title-only{background: url(./../images/title-img-icon.png) no-repeat left center;}

.schedule .searchSelect  label {
	display: inline-block;
    color: #3362b2;
    font-size: 24px;
    text-align: center;
    margin: 0 20px;
    padding: 15px 0;
    font-family: 'Noto Medium';
    vertical-align: middle;
}

.schedule .searchSelect input {
	padding: 10px;
    font-size: 15px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.schedule  .DirectionLeft {font-family: 'Noto Regular';display: inline-block;margin: 0px 15px;position: absolute;font-size: 23px;color: #333;line-height: 1.7;margin-top: 7px;background: url(../images/left-arrow.png) no-repeat left center;left: 0;padding-left: 50px;}

.schedule  .DirectionRight {font-family: 'Noto Regular';display: inline-block;margin: 0px 15px;position: absolute;font-size: 23px;color: #333;line-height: 1.7;margin-top: 7px;background: url(../images/right-arrow.png) no-repeat right center;right: 0;padding-right: 50px;}

#layer_planner {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 90%;
    max-width: 660px;
	z-index: 21;
	transform: translate(-50%, -50%);
	padding: 30px;
	background: #fff;
	border: 1px solid #d1d1d1;
}

#layer_planner.on {
	display: block;
}

#layer_planner h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 29px;
    background-image: url(../images/alert_header.png);
    color: white;
}

#layer_planner .btn_close {
	background: #2b3e5c;
    border: 1px solid #2b3e5c;
	display: block;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    min-width: 80px;
	margin: 0 auto;
	margin-top: 20px;
    border-radius: 100px;
	font-family: 'Noto DemiLight';
	color: #fff;
}

#layer_planner table {position:relative; margin-top: 86px;}
#layer_planner table:after {content:''; position:absolute; top:0px; left:0px; width:100%; height:2px; background:#000;}
#layer_planner thead th {padding:14px 10px; font-family: 'Noto Regular'; font-weight: normal;  background:#f7f8f9; color:#000000; border-right:1px solid #dddee0; border-bottom:1px solid #dddee0; font-size:18px;}
#layer_planner thead th.small {padding:15px 10px; font-size: 16px;}
#layer_planner tbody th {padding:13px 15px; font-family: 'Noto Regular'; font-weight: normal; background:#fbfbfb; color:#666; border-right:1px solid #dddee0; border-bottom:1px solid #ccd0d7; font-size:16px;}
#layer_planner tbody td {padding:13px 15px; font-family: 'Noto Light'; background:#fff; color:#666; border-bottom:1px solid #dddee0; font-size:16px; text-align: left;}
#layer_planner .list li {position: relative; padding-left: 8px;}
#layer_planner .list li:after {content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 100%; background: #666666;}
#layer_planner .align-l {text-align:left;}
#layer_planner .align-c {text-align:center;}
#layer_planner .align-r {text-align:right;}

._tab {margin-bottom: 30px !important;}
._tab li {margin-right: 10px;}
._tab a {background: #9c9c9c !important;  color: #fff !important; line-height: 31px !important; border-radius: 4px; border: 0px solid #000;}
._tab a.active {background: #0067d4 !important; color: #fff !important;}

/**/
@media all and (max-width: 900px) {
	.alb-head {
		margin-bottom: 30px;
	}

	.schedule .box-sch .num h3 {
		width: 95px;
		height: 95px;
		line-height: 95px;
	}

	.alb-head .btm ul {
		padding: 0 25px;
	}

	.alb-head .btm ul li {
		width: calc(100% / 4);
	}

	.sche-alb .alb-body .sche-tab {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.sche-alb .alb-body .sche-comt {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.sche-list .time-line dt {
		float: none;
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}

	.sche-list .time-line dd {
		float: none;
		width: 100%;
		border: 1px solid #c6cace;
		padding: 35px;
	}

	.sche-list .time-line {
		padding: 30px;
	}
}

@media all and (max-width: 767px) {
.alb-head .top h3{font-size:30px;margin-top:10px;background:none;}
.schedule strong.year-title-only{font-size:30px;background:none;}
.alb-head .btm{padding:15px;}
.alb-head .btm ul{padding:0;display:block;font-size:0;}
.alb-head .btm ul li{font-size:15px;float:none;display:inline-block;}
.alb-head .btm ul li a.ac:after{display: none;}
.sche-alb .alb-body .sche-tab{height: auto;padding-bottom: 40px;}
.table-tail{padding-bottom: 20px;}
.schedule .box-sch .desc dl dt{display: block;}
.schedule .box-sch .desc dl dd{display: block;}
}

/**/
@media all and (max-width: 420px) {
	.alb-head .top button.next {
		background-position: right -102px;
	}

	.alb-head .top button.prev {
		background-position: left 21px;
	}

	.alb-head .btm ul {
		padding: 0 20px;
	}

	.alb-head .btm ul li {
		width: calc(100% / 4);
	}

	.alb-head .top h3 {
		font-size: 18px;
	}

	.sche-list .time-line {
		padding: 20px;
	}

	.sche-list .time-line dd {
		padding: 20px;
	}
}




/* =========================
   Sogang Calendar Redesign
========================= */
#_JW_schdulmanage_basic .alb-head,
#_JW_schdulmanage_basic .switch,
#_JW_schdulmanage_basic .switch-btn,
#_JW_schdulmanage_basic .status,
#_JW_schdulmanage_basic .sche-comt > table,
#_JW_schdulmanage_basic .sche-tab > strong,
#_JW_schdulmanage_basic .sche-tab > table{
  display:none;
}

#_JW_schdulmanage_basic .sche-alb .alb-body{
  overflow:visible;
  border:0;
}

#_JW_schdulmanage_basic .sche-tab,
#_JW_schdulmanage_basic .sche-comt{
  float:none !important;
  width:100% !important;
  height:auto !important;
  padding:0 !important;
  border:0 !important;
}

#_JW_schdulmanage_basic .sg-calendar-wrap{
  padding:10px 0 0;
}

#_JW_schdulmanage_basic .sg-calendar-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:26px;
}

#_JW_schdulmanage_basic .sg-calendar-heading{
  flex:1;
  min-width:0;
}

#_JW_schdulmanage_basic .sg-calendar-title-row{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

#_JW_schdulmanage_basic .sg-calendar-title{
  margin:0;
  font-size:56px;
  line-height:1;
  font-weight:800;
  color:#111;
}

#_JW_schdulmanage_basic .sg-calendar-yearbox{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 12px;
  border-radius:999px;
  background:#111;
}

#_JW_schdulmanage_basic .sg-cal-nav,
#_JW_schdulmanage_basic .sg-calendar-year-apply{
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:16px;
  font-weight:700;
}

#_JW_schdulmanage_basic .sg-calendar-year-input{
  width:88px;
  height:36px;
  padding:0 8px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:28px;
  font-weight:800;
  text-align:center;
}

#_JW_schdulmanage_basic .sg-calendar-year-input::-webkit-outer-spin-button,
#_JW_schdulmanage_basic .sg-calendar-year-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

#_JW_schdulmanage_basic .sg-calendar-month-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

#_JW_schdulmanage_basic .sg-month-chip{
  border:1px solid #e2ddd4;
  background:#fff;
  border-radius:999px;
  padding:8px 14px;
  color:#666;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:.2s ease;
}

#_JW_schdulmanage_basic .sg-month-chip.is-active,
#_JW_schdulmanage_basic .sg-month-chip:hover{
  background:#7a0019;
  border-color:#7a0019;
  color:#fff;
}

#_JW_schdulmanage_basic .sg-calendar-today{
  min-width:126px;
  height:46px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  background:#7a0019;
  color:#fff;
  font-size:18px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(122,0,25,.16);
}

#_JW_schdulmanage_basic .sg-calendar-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:start;
}

#_JW_schdulmanage_basic .sg-calendar-main,
#_JW_schdulmanage_basic .sg-side-card{
  background:#fff;
  border:1px solid #ece7de;
  border-radius:30px;
  box-shadow:0 12px 34px rgba(0,0,0,.05);
}

#_JW_schdulmanage_basic .sg-calendar-main{
  padding:24px;
}

#_JW_schdulmanage_basic .sg-calendar-table{
  width:100%;
  border-collapse:separate;
  border-spacing:10px 10px;
  table-layout:fixed;
}

#_JW_schdulmanage_basic .sg-calendar-table thead th{
  padding:14px 8px;
  border:0;
  background:#e9e2d7;
  border-radius:999px;
  color:#222;
  font-size:16px;
  font-weight:800;
  text-align:center;
}

#_JW_schdulmanage_basic .sg-date-cell{
  height:132px;
  padding:0;
  vertical-align:top;
  border:1px solid #f0ebe4;
  border-radius:22px;
  background:#fff;
  transition:.2s ease;
}

#_JW_schdulmanage_basic .sg-date-cell.is-empty{
  background:#faf8f5;
}

#_JW_schdulmanage_basic .sg-date-cell[data-artcl-seq]{
  cursor:pointer;
}

#_JW_schdulmanage_basic .sg-date-cell[data-artcl-seq]:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

#_JW_schdulmanage_basic .sg-date-box{
  height:100%;
  padding:14px 14px 12px;
  box-sizing:border-box;
}

#_JW_schdulmanage_basic .sg-date-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:10px;
}

#_JW_schdulmanage_basic .sg-date-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:34px;
  padding:0 8px;
  border-radius:999px;
  color:#111;
  font-size:22px;
  font-weight:800;
}

#_JW_schdulmanage_basic .sg-date-cell.is-sun .sg-date-num{ color:#b2435d; }
#_JW_schdulmanage_basic .sg-date-cell.is-sat .sg-date-num{ color:#4b6fb8; }

#_JW_schdulmanage_basic .sg-date-cell.is-today{
  border-color:#c9d5f0;
  background:#edf3ff;
}

#_JW_schdulmanage_basic .sg-date-cell.is-today .sg-date-num{
  background:#a7bfe9;
}

#_JW_schdulmanage_basic .sg-date-today-mark{
  font-size:11px;
  font-weight:800;
  color:#7a0019;
  letter-spacing:.06em;
}

#_JW_schdulmanage_basic .sg-date-events{
  display:flex;
  flex-direction:column;
  gap:8px;
}

#_JW_schdulmanage_basic .sg-event-pill{
  display:block;
  width:100%;
  padding:8px 10px;
  border:0;
  border-radius:14px;
  text-align:left;
  font-size:13px;
  line-height:1.35;
  box-sizing:border-box;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#_JW_schdulmanage_basic .sg-event-pill.event{
  background:#f5efe8;
  color:#222;
  cursor:pointer;
}

#_JW_schdulmanage_basic .sg-event-pill.event:hover{
  background:#efe3d8;
}

#_JW_schdulmanage_basic .sg-event-pill.holiday{
  background:#fde7ee;
  color:#9d3857;
}

#_JW_schdulmanage_basic .sg-date-cell.has-event:not(.is-today){
  background:#fffdf9;
}

#_JW_schdulmanage_basic .sg-side-card{
  padding:22px;
}

#_JW_schdulmanage_basic .sg-side-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid #eee5db;
}

#_JW_schdulmanage_basic .sg-side-head strong{
  display:block;
  color:#111;
  font-size:24px;
  font-weight:800;
  line-height:1.2;
}

#_JW_schdulmanage_basic .sg-side-head span{
  color:#777;
  font-size:13px;
  font-weight:700;
}

#_JW_schdulmanage_basic .sg-side-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-height:770px;
  overflow:auto;
}

#_JW_schdulmanage_basic .sg-side-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px;
  border:1px solid #eee6dc;
  border-radius:20px;
  background:#fcfbf9;
}

#_JW_schdulmanage_basic .sg-side-item.is-holiday{
  background:#fff6f8;
}

#_JW_schdulmanage_basic .sg-side-date{
  flex:0 0 60px;
  width:60px;
  height:60px;
  border-radius:18px;
  background:#edf3ff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

#_JW_schdulmanage_basic .sg-side-item.is-holiday .sg-side-date{
  background:#fde7ee;
}

#_JW_schdulmanage_basic .sg-side-date strong{
  font-size:24px;
  line-height:1;
  font-weight:800;
  color:#111;
}

#_JW_schdulmanage_basic .sg-side-date span{
  margin-top:4px;
  font-size:11px;
  color:#666;
  font-weight:700;
}

#_JW_schdulmanage_basic .sg-side-desc{
  min-width:0;
  flex:1;
}

#_JW_schdulmanage_basic .sg-side-range{
  margin-bottom:6px;
  color:#8b8b8b;
  font-size:12px;
  font-weight:700;
}

#_JW_schdulmanage_basic .sg-side-title{
  display:block;
  color:#222;
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  text-decoration:none;
  word-break:keep-all;
}

#_JW_schdulmanage_basic .sg-side-title:hover{
  color:#7a0019;
}

#_JW_schdulmanage_basic .sg-empty-events{
  padding:36px 12px;
  text-align:center;
  color:#888;
}

#_JW_schdulmanage_basic .sg-calendar-overlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(17,17,17,.45);
  z-index:9998;
}

#_JW_schdulmanage_basic .sg-calendar-overlay.is-open{
  display:block;
}

#layer_planner{
  display:none;
  position:fixed;
  left:50%;
  top:50%;
  width:92%;
  max-width:720px;
  z-index:9999;
  transform:translate(-50%,-50%);
  padding:30px;
  background:#fff;
  border:0;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

#layer_planner h1{
  position:relative;
  left:auto;
  top:auto;
  width:auto;
  padding:0 48px 16px 0;
  margin:0 0 20px;
  background:none;
  color:#111;
  font-size:28px;
  font-weight:800;
  border-bottom:2px solid #7a0019;
}

#layer_planner table{
  margin-top:0;
}

#layer_planner table:after{
  display:none;
}

#layer_planner thead th,
#layer_planner tbody th,
#layer_planner tbody td{
  font-size:15px;
  padding:14px 16px;
}

#layer_planner tbody th{
  width:130px;
  background:#faf6f2;
  color:#333;
  font-weight:700;
}

#layer_planner tbody td{
  color:#555;
  line-height:1.7;
}

#layer_planner .btn_close{
  min-width:110px;
  height:46px;
  line-height:44px;
  margin-top:24px;
  background:#7a0019;
  border-color:#7a0019;
  font-size:15px;
  font-weight:700;
}

@media all and (max-width: 1280px){
  #_JW_schdulmanage_basic .sg-calendar-layout{
    grid-template-columns:1fr;
  }

  #_JW_schdulmanage_basic .sg-side-list{
    max-height:none;
  }
}

@media all and (max-width: 768px){
  #_JW_schdulmanage_basic .sg-calendar-header{
    flex-direction:column;
    align-items:stretch;
  }

  #_JW_schdulmanage_basic .sg-calendar-title{
    font-size:40px;
  }

  #_JW_schdulmanage_basic .sg-calendar-actions{
    width:100%;
  }

  #_JW_schdulmanage_basic .sg-calendar-today{
    width:100%;
  }

  #_JW_schdulmanage_basic .sg-calendar-main{
    padding:14px;
  }

  #_JW_schdulmanage_basic .sg-calendar-table{
    border-spacing:6px;
  }

  #_JW_schdulmanage_basic .sg-calendar-table thead th{
    font-size:13px;
    padding:10px 6px;
  }

  #_JW_schdulmanage_basic .sg-date-cell{
    height:104px;
    border-radius:16px;
  }

  #_JW_schdulmanage_basic .sg-date-box{
    padding:10px;
  }

  #_JW_schdulmanage_basic .sg-date-num{
    min-width:28px;
    height:28px;
    font-size:18px;
  }

  #_JW_schdulmanage_basic .sg-event-pill{
    padding:6px 8px;
    font-size:11px;
  }

  #layer_planner{
    padding:22px 16px;
    border-radius:22px;
  }

  #layer_planner h1{
    font-size:22px;
  }
}



/* ===== 모달 내용 ===== */
#layer_planner .sg-layer-content{
  line-height:1.8;
  font-size:15px;
  color:#444;
}

#layer_planner .sg-layer-content p{
  margin:0 0 10px;
}

/* ===== 카테고리 색상 ===== */

.sg-event-pill{
  display:block;
  margin-top:4px;
  padding:4px 6px;
  border-radius:4px;
  font-size:12px;
}

/* 학사 */
.sg-event-pill.academic{
  background:#dfe9ff !important;
  color:#2f5ea8 !important;
}

.sg-event-pill.seminar{
  background:#e3f7e8 !important;
  color:#1f7a3a !important;
}

.sg-side-item.academic .sg-side-date{
  background:#dfe9ff !important;
}

.sg-side-item.seminar .sg-side-date{
  background:#e3f7e8 !important;
}
