/* 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);
}

/******************************************************************************
******************************************************************************/
/* Design */
.switch-btn {
	text-align: right;
	margin-bottom: 10px;
}

.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;
}

/**/
.schedule {
	display: none;
}

.schedule.ac {
	display: block;
}

.alb-head {
	padding: 5px;
	background: url('../images/pattern.png') #fff;
	margin-bottom: 35px;
}

.alb-head .inner {
	background-color: #fff;
}

.alb-head .top {
	position: relative;
}

.alb-head .top h3 {
	color: #1d335a;
	font-size: 26px;
	text-align: center;
	padding: 4px 0;
	font-family: 'Noto Medium';
}

.alb-head .top button {
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	font-family: 'Noto Regular';
	border: 0; padding: 0;
}

.alb-head .top button.prev{background: url(../images/month-prev.png) no-repeat left center; left: 165px; padding-left: 35px;}
.alb-head .top button.year-prev{background: url(../images/year-prev.png) no-repeat left center; left: 45px; padding-left: 35px;}
.alb-head .top button.next{background: url(../images/month-next.png) no-repeat right center; right: 165px; padding-right: 35px;}
.alb-head .top button.year-next{background: url(../images/year-next.png) no-repeat right center; right: 45px; padding-right: 35px;}

.alb-head .btm {
	border-top: 1px solid #d2d2d2;
	padding: 15px 0;
	display: none;
}

.alb-head .btm ul {
	padding: 0 50px;
	overflow: hidden;
}

.alb-head .btm ul li {
	float: left;
	width: calc(100% / 12 - 1px);
	text-align: center;
}

.alb-head .btm ul li a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	border-radius: 12px;
	background-color: #fff;
	padding: 5px 15px;
	transition: ease-in-out .2s;
	font-family: 'Noto Regular';
}

.alb-head .btm ul li a:hover,
.alb-head .btm ul li a.ac {
	color: #fff;
	background-color: #302a6c;
}

/* body */
.sche-alb .alb-body {
	overflow: hidden;
}

/* .sche-alb .alb-body.ac {
	display: block;
} */
.sche-alb .alb-body .sche-tab {
	float: left;
	width: 26%;
	border: 1px solid #ccc;
	padding: 0 0 20px 0;
}

.sche-alb .alb-body .sche-tab table{width: 100% !important;}

.sche-alb .alb-body .sche-tab strong {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 18.5px 10px;
	box-sizing: border-box;
	font-family: 'Noto Medium';
}

.sche-alb .alb-body .sche-tab strong span {
	color: #06988d;
}

.sche-alb .alb-body .sche-tab thead tr {
	background-color: #1d335a;
}

.sche-alb .alb-body .sche-tab th {
	color: #fff;
	padding: 10px 0;
	font-family: 'Noto Bold';
	font-size: 14px;
}

.sche-alb .alb-body .sche-tab td {
	padding: 7px 5px;
}

.sche-alb .alb-body .sche-tab td:first-child p {
	color: #ff1800;
}

.sche-alb .alb-body .sche-tab td:last-child p {
	color: #004fd2;
}

.sche-alb .alb-body .sche-tab td p {
	display: inline-block;
	/* vertical-align: middle; */
	width: 30px;
	height: 30px;
	line-height: 29px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	color: #666666;
}

.sche-alb .alb-body .sche-tab td.marked p {
	font-family: 'Noto Regular';
	color: #000000;
}

.sche-alb .alb-body .sche-tab td.marked{position: relative;}
.sche-alb .alb-body .sche-tab td.marked::after{content:""; display: block; position: absolute; width: 10px; height: 10px; background-color: #008aff; border-radius: 50%; bottom: 0px; left: 50%; margin-left: -5px;}

.sche-alb .alb-body .sche-comt {
	float: right;
	width: 69%;
	font-family: 'Noto DemiLight';
}

.sche-alb .alb-body .sche-comt table::before{content:""; width: 100%; height: 1px; display: block; position: absolute; background-color: #43505d; bottom: 0;}
.sche-alb .alb-body .sche-comt table{position: relative; width: 100% !important;}
/* .sche-alb .alb-body .sche-comt table::after{content:""; display: block; position: absolute; width: 253px; height: 253px; background: url(../images/board_background.png); opacity: 0.1; bottom: 0; right: 0;} */

.sche-alb .sche-comt {
	border-top: 2px solid #43505d;
}

.sche-alb .sche-comt th,
.sche-alb .sche-comt td {
	padding: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.sche-alb .sche-comt th:last-child,
.sche-alb .sche-comt td:last-child {
	border-right: 0;
}

.sche-alb .sche-comt th {
	text-align: left;
	position: relative;
	font-size: 18px;
	vertical-align: top;
}

.sche-alb .sche-comt td a {position: relative;}
.sche-alb .sche-comt td a[target=_blank] {padding-right: 10px;}
.sche-alb .sche-comt td a[target=_blank]::after {content: ''; position: absolute; right: -8px; top: 8px; width: 12px; height: 12px; background: url('../images/new_win_gray.png') no-repeat center center;}

.sche-alb .sche-comt .col_1{width: 21%;}
.sche-alb .sche-comt .col_2{width: 79%;}

.sche-alb .sche-comt th::after{content:""; display: block; position: absolute; width: 1px; height: 13px; background-color: #cacaca; right: 0; top: 28px;}

.sche-alb .sche-comt td {
	text-align: left;
	font-size: 18px;
	color: #666666;
	width: 79%;
	vertical-align: top;
}

.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 0 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;
}

/**/
@media all and (max-width: 1023px) {
	.alb-head .btm ul {
		padding: 0 25px;
	}

	.alb-head .btm ul li {
		width: calc(100% / 6 - 1px);
	}

	.alb-head .btm ul li a{padding: 5px 10px;}

	.sche-alb .alb-body .sche-tab {
		float: none;
		width: 100%;
		max-width: 400px;
		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: 768px) {
	/* .alb-head .top button{width: 85px;} */
	.sche-alb .alb-body .sche-comt table::after{width: 150px; height: 150px; background-size: cover;}

	.sche-alb .sche-comt .col_1{width: 40%;}
	.sche-alb .sche-comt .col_2{width: 60%;}

	.sche-alb .alb-body .sche-comt table {table-layout: fixed;}

	.alb-head .top button.prev{left: 90px; text-align: left;}
	.alb-head .top button.year-prev{left: 0px; text-align: left;}
	.alb-head .top button.next{right: 90px; text-align: right;}
	.alb-head .top button.year-next{right: 0px; text-align: right;}

	.alb-head .btm ul {
		padding: 0 20px;
	}

	.alb-head .btm ul li {
		width: calc(100% / 4 - 1px);
	}

	.alb-head .top h3 {
		font-size: 18px;
	}

	.sche-list .time-line {
		padding: 20px;
	}

	.sche-list .time-line dd {
		padding: 20px;
	}
}

@media all and (max-width: 480px) {
	.top{padding-top: 170px;}
	.alb-head .top h3{position: absolute; top: 20px; width: 100%;}
	.alb-head .top button{height: 30px; top: 70px;}
	.alb-head .top button.prev{left: 10px; top: 110px;}
	.alb-head .top button.next{right: 10px; top: 110px;}
	.alb-head .top button.year-prev{left: 10px;}
	.alb-head .top button.year-next{right: 10px;}
}

.table-indicated{text-align: right; margin-top: 30px; color: #0067d4; font-family: 'Noto DemiLight';}
.table-indicated p{display: inline-block; padding-left: 35px; background: url(../images/indicated-icon.png) no-repeat left top; line-height: 25px;}
.table-indicated::after{content:""; display: table; clear: both;}


.sche-alb .search{display: none;}
#timeTableList{position: relative; border-top: 2px solid black; clear: both;}
#timeTableList ul {border-bottom: 1px solid rgba(67,80,93,0.3); display: grid; grid-template-columns: 1fr 1fr;}
#timeTableList ul::after{content:""; display: table; clear: both;}
#timeTableList ul::before {content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #000;}
#timeTableList li{padding: 27px 0; border-top: 1px solid rgba(67,80,93,0.3); /*width: 50%; float: left;*/ }
#timeTableList li:nth-child(odd){}
#timeTableList li::after{content:""; display: table; clear: both;}
#timeTableList li .month-background{width: 180px; float: left; position: relative; min-height: 134px; }
/* #timeTableList li .month-background::after{content:""; display: block; position: absolute; width: 250px; height: 201px; background: url(../images/month-back.png); left: 50%; top: 0; margin-top: 0px; margin-left: -125px; z-index: -1;} */
#timeTableList li h3{width: 110px; height: 110px; border-radius: 50%; text-align: center; font-family: 'Noto Bold'; font-size: 20px; background-color: #f0f0f0; color: #333333; line-height: 1; padding: 1px; margin: 0 auto; position: relative; top: 7px;}
#timeTableList li h3 .month-count{font-size: 25px; margin-top: 29px; display: block; color: #06988d;}
#timeTableList li .month-content{position: relative; float: right; width: calc(100% - 180px);  padding-left: 35px;}
#timeTableList li .month-content::before {content: ""; position: absolute; width: 1px; height: 100%; left: 0; top: 0; min-height: 134px; background: rgba(67,80,93,0.3);}
#timeTableList li h3 .month-name{display: block; font-size: 18px; line-height: 1; margin-top: 8px;}

#timeTableList li .month-content .schd-wrap{margin-bottom: 2px;}
#timeTableList li .month-content .schd-wrap:last-child{margin-bottom: 0;}
#timeTableList li .month-content .schd-wrap::after{content:""; display: table; clear: both;}
#timeTableList li .month-content .schedule-date{font-size: 16px; float: left; color: #1b1b1b; font-family: 'Noto DemiLight'; width: 115px;}
#timeTableList li .month-content .schedule-main a{color: #666; font-size: 16px; float: right;  font-family: 'Noto DemiLight'; width: calc(100% - 115px);}
#timeTableList li .month-content .schedule-main a[target=_blank] {position: relative; padding-right: 10px; width: auto; float: left;}
#timeTableList li .month-content .schedule-main a[target=_blank]::after {content: ''; position: absolute; right: -8px; top: 6px; width: 12px; height: 12px; background: url('../images/new_win_gray.png') no-repeat center center;}

@media all and (max-width: 1024px) {
	#timeTableList li{width: 100%; float: none;}
	#timeTableList li:nth-child(odd){border-right: 0;}
	#timeTableList li .month-background{width: 180px;}
	#timeTableList li .month-content{width: calc(100% - 180px);}
	#timeTableList ul::before {display: none;}
} 


@media all and (max-width: 768px) {
	#timeTableList li .month-background{width: 150px;}
	#timeTableList li .month-content{width: calc(100% - 150px);}
	#timeTableList li .month-content .schedule-date{width: 100%; float: none;}
	#timeTableList li .month-content .schedule-main a{display: block; float: none; width: 100%;}
	#timeTableList li .month-content{padding-left: 20px;}
	#timeTableList li .month-content .schedule-date{margin-bottom: 10px;}
	#timeTableList li .month-content .schd-wrap{margin-bottom: 20px;}
}

@media all and (max-width: 480px) {
	#timeTableList li .month-background{width: 280px; float: none; margin: 0 auto; margin-bottom: 20px; border-right: 0;}
	#timeTableList li .month-content{width: 100%; float: none;}
	#timeTableList li .month-content .schedule-date{margin-bottom: 5px;}
	#timeTableList li .month-content::before {display: none;}
}
.sch-btn {text-align: center; margin-top: 30px;}
.btn_close {display: inline-block;
    min-width: 80px;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    margin: 0 1px;
    border-radius: 100px;
    font-family: 'Noto DemiLight';
		background: #2b3e5c;
border: 1px solid #2b3e5c;
color: #fff;
}
