/* common */

/* 공통 */

/* [S] 탭 */
.sche-wrap ._tab {position: absolute; right: 0; top: 0; z-index: 1;}
.sche-wrap ._tab a {margin-left: 1rem !important; margin-bottom: 0 !important; margin-right: 0 !important;}
.sche-wrap ._tab .tab {width: 5rem !important; height: 5rem !important; margin: 0; padding: 0 !important; background-color: #ffffff !important; background-position: center; background-repeat: no-repeat; border: .2rem solid #808080 !important; border-radius: 5px; text-indent: -9999rem;}
.sche-wrap ._tab .tab-month {background-image: url('../images/ic-month.png');}
.sche-wrap ._tab .tab-month.active {background-color: #00A5E3 !important; background-image: url('../images/ic-month-on.png'); border: 0 !important;}
.sche-wrap ._tab .tab-month:hover {border:0.2rem solid #00A5E3 !important;}
.sche-wrap ._tab .tab-year {background-image: url('../images/ic-year.png');}
.sche-wrap ._tab .tab-year.active {background-color: #006FC6 !important; background-image: url('../images/ic-year-on.png'); border: 0 !important;}
.sche-wrap ._tab .tab-year:hover {border:0.2rem solid #006FC6 !important;}
/* [E] 탭 */

/* [S] 월간일정 */
.alb-head.month-head {margin-bottom: 3rem;}
.alb-head.month-head select {-webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; min-width: 12rem; height: 5rem; margin-right: 2rem; padding: 0 6rem 0 1.5rem; background: url('../images/ic-month-arrw.png') no-repeat right 1.5rem center; border: none; border-bottom: 0.2rem solid #9D9D9D; font-family: sl; font-size: 2.2rem; color: #222; cursor: pointer;}
.alb-head.month-head .inner .top{display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.alb-head.month-head .inner .top button{width: 5rem; height: 5rem; background-position: center center; background-repeat: no-repeat; text-indent: -9999px;}
.alb-head.month-head .inner .top button.prev{background-image: url(../images/year_prev.png)}
.alb-head.month-head .inner .top button.prev:hover{background-image: url(../images/year_prev_hover.png)}
.alb-head.month-head .inner .top button.next{background-image: url(../images/year_next.png)}
.alb-head.month-head .inner .top button.next:hover{background-image: url(../images/year_next_hover.png)}
.alb-head.month-head .inner .top h3{margin: 0 6rem; font-family: "sm"; font-size: 3.6rem; line-height: 5rem; color: #000000;}
.alb-head.month-head .inner .btm{margin: 3rem 0 0 0; background-color: #eff1f4; border-radius: .5rem;}
.alb-head.month-head .inner .btm ul{display: flex; flex-wrap: wrap; justify-content: center; gap:0 2rem;}
.alb-head.month-head .inner .btm li{width: calc(100%/12); max-width: 7rem;}
.alb-head.month-head .inner .btm li a{position: relative; display: block; padding: 1.85rem 0; font-family: "sl"; font-size: 2.2rem; text-align: center; color: #000000; transition: color .3s;}
.alb-head.month-head .inner .btm li a:hover {color: #006fc6;}
.alb-head.month-head .inner .btm li a.ac{font-family: "sm"; color: #006fc6;}
.alb-head.month-head .inner .btm li a.ac::after{content:""; position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: .3rem; background-color: #006fc6;}

.alb-body {display: flex; border: 0.1rem solid #ccc; border-top: 0.2rem solid #2c2c2c;}
/* 달력 헤더 */
.alb-body .sche-tab {position: relative; width: 50%; padding: 4rem 2rem 7.5rem; border-right: 0.1rem solid #ccc;}
.alb-body .sche-tab .calendar-title {position: relative; margin-bottom: 2rem;}
.alb-body .sche-tab .cal-center {display: flex; align-items: center; justify-content: center;}
.alb-body .cal-center button {width: 2.8rem; height: 2.8rem; text-indent: -9999rem;}
.alb-body .cal-center .prev-btn {display: none; background: url(../images/ic-month-prev.png) no-repeat center;}
.alb-body .cal-center .prev-btn:hover {display: none; background: url(../images/ic-month-prev-on.png) no-repeat center;}
.alb-body .cal-center .next-btn {display: none; background: url(../images/ic-month-next.png) no-repeat center;}
.alb-body .cal-center .next-btn:hover {display: none; background: url(../images/ic-month-next-on.png) no-repeat center;}
.alb-body .sche-tab strong {margin: 0; font-family: sm; font-size: 3rem; line-height: 4rem; color: #000;}
.alb-body .today-mark {position: absolute; display: none; top: 0; right: 0;}
.alb-body .today-mark span {display: inline-block; padding: 0.55rem 1.4rem; border: 0.1rem solid #009E96; font-family: pps; font-size: 1.8rem; color: #009E96;}
/* 달력 */
.calendar-tbl thead{position: relative;}
.calendar-tbl thead::before{content:""; position: absolute; display: block; left: 0; top: 0; width: 100%; height: 100%; background-color: #00508F; border-radius: .5rem; z-index: -1;}
.calendar-tbl thead th {padding: 0.6rem 0; border: none; font-family: sl; font-size: 1.6rem; color: #fff; font-weight: normal;}
.calendar-tbl tbody td {position: relative; padding: 1.7rem 1rem; font-family: sl; font-size: 1.6rem; text-align: center; color: #000; line-height: 3.4rem;}
.calendar-tbl tbody tr:first-child td{padding: 3.2rem 1rem 1.7rem}
.calendar-tbl tbody td.sat {color: #3941ED;}
.calendar-tbl tbody td.sun {color: #F03737;}
.calendar-tbl tbody td.today p::before {content: ''; position: absolute; width: 6rem; height: 6rem; margin-left: calc(-6rem / 2); left: 50%; background-color: #edf7ff; border-radius: .5rem; z-index: -1;}
.calendar-tbl tbody td.marked::after {content: ''; position: absolute; width: 1rem; height: 1rem; background: #00A5E3; border-radius: 50%; bottom: .5rem; left: 50%; margin-left: -0.5rem;}
/* 일정 */
.sche-comt {width: 50%;}
.sche-comt .scroll-wrap {height: calc(100% - 10rem); max-height: 47rem; overflow-y: auto;}
.sche-comt .scroll-wrap::-webkit-scrollbar {width: 3rem; height: 3rem;}
.sche-comt .scroll-wrap::-webkit-scrollbar-thumb {background: #d2dae6; border: 1.1rem solid #fff; border-radius: 10rem;}
.sche-comt .scroll-wrap::-webkit-scrollbar-track {background-color: #fff;}
.sche-comt .comt-title {width: 100%; padding: 3.1rem 0 2.8rem 5rem; border-bottom: .1rem solid #ccc; font-family: sm; font-size: 2.6rem; color: #333;}
.sche-comt .comt-title p{padding-left: 3.6rem; background: url(../images/ic-cal.png) no-repeat left top .6rem;}
.sche-comt .schedule-list {padding: 3.4rem 5rem; line-height: 3rem;}
.sche-comt .schedule-list li {display: flex; padding: 1rem 0 0.5rem; flex-wrap: wrap;}
.sche-comt .schedule-list .date {position: relative; width: 14.7rem; padding-left: 1.5rem; font-family: pb; font-size: 1.8rem; color: #00A5E3;}
.sche-comt .schedule-list .date::before {content: ''; position: absolute; left: 0; top: 1.1rem; width: 0.7rem; height: 0.7rem; background: #00A5E3; border-radius: 50%;}
.sche-comt .schedule-list .cn {position: relative; padding-left: 2.1rem; font-size: 1.8rem; color: #333333; width: calc(100% - 14.7rem);}
.sche-comt .schedule-list .cn::before{content:""; position: absolute; left: 0; top: 1rem; width: .2rem; height: 1rem; background-color: #adadad;}
.sche-comt .schedule-list .cn span {background: linear-gradient(to bottom, transparent 95%, #000 0) left center no-repeat; background-size: 0; transition: background-size .5s;}
.sche-comt .schedule-list a:hover .cn span {background-size: 100% auto;}

@media screen and (max-width:1200px) {
	.alb-body .sche-tab {padding: 3rem 2rem;}
	.alb-body .sche-tab strong {font-size: 2.5rem;}
	.sche-comt .comt-title {padding: 2.8rem 0 2.8rem 3rem;}
	.sche-comt .schedule-list {padding: 1rem 3rem;}
}
@media screen and (max-width:1000px) {
    .alb-head.month-head .inner .top h3{margin: 0 3rem; font-size: 2.8rem;}
	.alb-body {flex-direction: column;}
	.alb-body .sche-tab {width: 100%; border-right: 0; border-bottom: 0.1rem solid #ccc;}
	.sche-comt {width: 100%;}
    .calendar-tbl tbody tr:first-child td{padding: 1.7rem 1rem;}
	.alb-head.month-head .inner .btm ul {gap: 0;padding: 0 1rem;}
    .alb-head.month-head .inner .btm li{width: calc(100%/6); max-width: none;}
    .alb-head.month-head .inner .btm li a{font-size: 1.6rem;}
}
@media screen and (max-width:768px) {
	#_JW_schdulmanage_basic {padding-top: 7rem;}
	.alb-head.month-head select {height: 4rem; font-size: 1.7rem;}
	.alb-body .sche-tab {padding: 2rem;}
	.alb-body .sche-tab strong {font-size: 2.2rem;}
	.alb-body .today-mark {display: none;}
	.alb-body .today-mark span {font-size: 1.4rem;}
	.sche-comt .comt-title {font-size: 2.2rem;}
	.sche-comt .scroll-wrap {max-height: 35rem;}
	.sche-comt .schedule-list .date {width: 100%; font-size: 1.6rem;}
	.sche-comt .schedule-list .cn {width: 100%; padding-left: 0; font-size: 1.6rem;}
    .sche-comt .schedule-list .cn::before{display: none;}
}
/* [E] 월간일정 */


/* [S] 연간일정 */
.year-head {margin-bottom: 2rem;}
.year-head .year-select {position: absolute; left: 0; top: 0;}
.year-head select {-webkit-appearance: none; -moz-appearance: none; appearance: none; min-width: 12rem; height: 5rem; margin-right: 2rem; padding: 0 6rem 0 1.5rem; background: #3c3c3c url('../images/ic-year-arrw.png') no-repeat right 1.5rem center; border: none; font-family: pps; font-size: 2.2rem; color: #fff; cursor: pointer;}
.year-head .year-title-only {display: inline-block; margin: 0 6rem; line-height: 5rem; font-family: sm; font-size: 3.6rem; color: #000;}
.year-head .search {display: flex; align-items: center; justify-content: center;}
.year-head .search a{width: 5rem; height: 5rem; background-position: center center; background-repeat: no-repeat; text-indent: -9999px;}
.year-head .search a.prev-btn{background-image: url(../images/year_prev.png)}
.year-head .search a.prev-btn:hover{background-image: url(../images/year_prev_hover.png)}
.year-head .search a.next-btn{background-image: url(../images/year_next.png)}
.year-head .search a.next-btn:hover{background-image: url(../images/year_next_hover.png)}

.yearSchdul {border-top: 0.2rem solid #2c2c2c;}
.yearSchdul > ul {display: flex; flex-wrap: wrap;}
.yearSchdul > ul > li {width: 50%; border-bottom: 0.1rem solid #ccc;}
.yearSchdul .box-sch {display: flex; height: 100%;}
.yearSchdul .box-sch .num {display: flex; justify-content: center; align-items: center; width: 24%; min-height: 25rem; background: #F1F6FA; font-family: sm; font-size: 4rem; color: #000; }
.yearSchdul .box-sch .num h3{display: flex; flex-direction:column; align-items: center; justify-content: center;}
.yearSchdul .box-sch .num span {display: inline-block; font-size: 4rem; line-height: 1;}
.yearSchdul .box-sch .num b{display: inline-block; font-size: 1.8rem; color: #006fc6; font-weight: normal;}
.yearSchdul .box-sch .desc {width: calc(100% - 24%); padding: 3.5rem 4rem;}
.yearSchdul .box-sch .desc dl {margin-bottom: 1.9rem;}
.yearSchdul .box-sch .desc dl:last-child {margin-bottom: 0;}
.yearSchdul .box-sch .desc dt {position: relative; padding-left: 1.5rem; font-family: pb; font-size: 1.8rem; color: #00A5E3;}
.yearSchdul .box-sch .desc dt::before {content: ''; position: absolute; left: 0; top: 1.1rem; width: 0.7rem; height: 0.7rem; background: #00A5E3; border-radius: 50%;}
.yearSchdul .box-sch .desc dd {display: inline-block; margin-top:.4rem;padding-left: 1.5rem; font-size: 1.8rem; color: #333;}

@media screen and (max-width:1000px) {
	.year-head .year-title-only {font-size: 2.8rem; margin: 0 3rem;}
	.yearSchdul .box-sch .num {width:11.5rem; flex-shrink: 0;}
	.yearSchdul .box-sch .num span {font-size: 3.2rem;}
	.yearSchdul .box-sch .num b {font-size: 1.6rem;}
}
@media screen and (max-width:768px) {
	.year-head {position: relative;}
	.year-head select {height: 4rem; font-size: 1.7rem;}
	.year-head .year-title-only {margin: 0 3rem; line-height: 4rem;}
    .yearSchdul .box-sch .num span{font-size: 2.5rem;}
    .yearSchdul .box-sch .num b{font-size: 1.4rem;}
	.yearSchdul > ul > li {width: 100%;}
	.yearSchdul .box-sch .desc {padding: 2rem;}
	.yearSchdul .box-sch .desc dt, 
	.yearSchdul .box-sch .desc dd {font-size: 1.6rem;}

}
@media screen and (max-width:600px) {
	.year-head .year-title-only {margin: 0 3rem; font-size: 2.8rem;}
}
/* [E] 연간일정 */

/* [S] noti-text */
.noti-text3 {position: relative; margin-top: 2rem; text-align: right;}
.noti-text3 p {position: relative; display: inline-flex; padding-left:2.5rem; font-family: pm; font-size: 1.4rem; color:#006FC6; align-items: center;}
.noti-text3 p::before {content: '*'; position:absolute; left:0; top:0.3rem;display: inline-flex; width: 1.6rem; height: 1.6rem; margin-right: 0.6rem; background: #155FBB; border-radius:0.6rem 0 0.6rem 0; font-family: sl; font-size: 2rem; line-height: 1.4; color: #fff; justify-content: center;}
/* [E] noti-text */

/* [S] 레이어 팝업 */
.layer_planner {position: relative;}
/* [E] 레이어 팝업 */


/*IOS 대응*/
@supports (-webkit-touch-callout: none) {
	@media screen and (max-width:1000px) {
		.calendar-tbl thead::before {width: calc(100% - 4rem);height: 3.6rem;left: 50%;transform: translateX(-50%);top: 8.8rem; }
	}
	@media screen and (max-width:768px) {
		.calendar-tbl thead::before {top: 7.8rem;}
	}
}