.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content .left-content {
	position: relative;
	width: 950px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.l-content .left-content * {
	box-sizing: border-box;
}
/*****main visual banner ***/
.l-content .left-content * {
	box-sizing: border-box;
}
/**customer calendar***/
.l-content .main-calendar {
	margin-top: 15px;
}
.l-content .fc .fc-daygrid-day.fc-day-today {
	background: #c6e2ff;
}
.l-content .fc .fc-button-primary {
	background: #0f69c6 !important;
	border-color: #0f69c6;
	padding: 8px 15px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .fc .fc-button-primary:hover,
.l-content .fc .fc-button-primary:focus {
	opacity: 0.7;
	background: #0f69c6;
	border-color: #0f69c6;
	outline: none;
	box-shadow: 0 0 0;
}
.l-content .fc .fc-bg-event {
	background: #ffd9d9;
	opacity: 1;
}
.l-content .fc-h-event {
	background: #d00;
	border-color: #d00;
}
.l-content .fc  .fc-day-sun .fc-bg-event {
	background: #ffd9d9;
}
.l-content .fc .fc-bg-event .fc-event-title {
	background: #d00;
	border-color: #d00;
	color: #fff;
	padding: 4px 2px;
	border-radius: 2px;
	margin-top: 40px;
	margin-left: 2px;
	margin-right: 2px;
	font-style: normal;
	line-height: 13px;
}
.l-content .fc .fc-daygrid-day-number {
	font-size: 40px;
	font-weight: bold;
	color: #111;
	margin-top: 10px;
}
.l-content .fc .fc-non-business {
	background: rgba(15, 105, 198, 0.04);
	background: var(--fc-non-business-color, rgba(15, 105, 198, 0.04));
}
.l-content .fc .fc-non-business .fc-daygrid-day-number {
	font-size: 40px;
	font-weight: bold;
	color: #111;
	margin-top: 10px;
}
.l-content .fc-col-header-cell {
	background: #c9c9c9;
}
.l-content .fc-col-header-cell.fc-day-sun {
	background: #034ea2;
}
.l-content .fc-col-header-cell.fc-day-sat {
	background: #0f69c6;
}
.l-content .fc .fc-col-header-cell-cushion {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 5px 5px;
}
.l-content .fc-theme-standard td {
    border: 1px solid #bbb;
    border: 1px solid var(--fc-border-color, #bbb);
}
.l-content .fc-theme-standard th {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0;
}
.l-content .fc-theme-standard .fc-scrollgrid {
	border: 0;
}
.l-content .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.15;
	z-index: 99;
	position: relative;
}
/*.l-content .fc .fc-day-sun .fc-non-business {}
.l-content .fc .fc-day-sat .fc-non-business {}*/

/***** note calendar ****/
.l-content .note-calendar {
	margin-top: 30px;
	display: inline-flex;
	width: 100%;
	flex-direction: row;
}
.l-content .note-calendar .note-col {
	width: 33.33333%;
}
.l-content .note-desc {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}
.l-content .note-desc img {
	margin-right: 10px;
}

/*** pdf****/
.l-content .button-section {
	margin: 30px 0 15px 0;
}