@charset "UTF-8";

:root {
	--max-width: 1200px;
	--color: #000000;

	--color-white: #ffffff;
	--color-black: #000000;
}

html, body {
	font-family: 'Nanum Gothic', 'Apple SD Gothic Neo', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	max-width: var(--max-width);
	width: auto;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
	background-color: var(--color-white);
	color: var(--color-black);
}

header {
	position: sticky;
	top: 0;
	background-color: var(--color-white);
	z-index: 9;
}

#hbar1 {
	position: sticky;
	top: 60px;
	max-width: var(--max-width);
	border-top: 5px solid var(--bg-color-high);
	margin: 10px auto;
	background-color: var(--color-white);
	z-index: 9;
}

#hbar2 {
	max-width: var(--max-width);
	border-top: 5px solid var(--bg-color-high);
	margin: 10px auto;
}


body {
	overflow: scroll;
}

a {
	text-decoration: none;
	color: var(--menu-a-color);
}
a:hover {
	text-decoration: none;
	color: var(--color-black);
	font-weight: 700;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

input[type="text"] {
	width: 100%;
}
input[type="password"] {
	width: 100%;
	letter-spacing: -3px;
}

pre {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#top {
	display: flex;
	justify-content: center;
	align-items: center;
}

#top-menu {
	display: flex;
	justify-content: space-between;
	width: var(--max-width);
	align-items: center;
}

#mainmenu {
	justify-content: space-between;
}

#mainmenu li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: var(--color-black);
}

#mainmenu li a:hover,
#mainmenu li.active {
	font-weight: 700;
}

#submenu {
	background-color: var(--color-gray-high);
	color: var(--color-white);
}
#submenu li {
	border-bottom: 1px solid var(--color-white);
}

/* ">" */
#submenu li.active::after {
	content: "\F285";
	font-family: bootstrap-icons;
	display: inline-block;
}
#submenu li:after {
	content: "";
	display: block;
	clear: both;
}

#submenu li a:hover,
#submenu li.active,
#missa_30-collapse li a:hover,
#missa_30-collapse li.active {
	font-weight: 700;
}

.hidden {
	display: none;
}

#btnMobileMenu {
	display: none;
}

#content {
	max-width: var(--max-width);
	margin: 0 auto 10px;
}

#toTop {
	z-index:10;
	width: 50px;
	border: 2px solid #f7f7f7;
	background-color: #eeeeee;
	text-align: center;
	position: fixed;
	bottom: 7px;
	right: 20px;
	cursor: pointer;
	display: none;
	color: #333333;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	padding: 5px;
}

#toTop:hover {
	background-color: var(--bg-color-low);
	border: 2px solid var(--bg-color-low);
}

footer {
	max-width: var(--max-width);
	margin: auto;
}

.footer {
	background-color: var(--bg-color-high);
	color: var(--color-white);
	display: flex;
	min-width: 100%;
}

#footer_left {
	width: 50%;
	padding: 20px;
}

#footer_left > ul {
	display: flex;
	flex-direction: column;
}

.footer_left_1 {
	font-size: 1.8rem;
	padding-bottom: 10px;
}
.footer_left_2 {
	font-size: 1rem;
	color: var(--color-gray-low);
}
.footer_left_3 {
	font-size: 1rem;
	color:var(--color-gray-middle);
}

#footer_right {
	width: 50%;
	padding: 20px;
}

#footer_right > ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer_right_1 {
	font-size: 1.2rem;
	padding-top: 1rem;
}
.footer_right_1 > a {
	padding-left: 10px;
}
.footer_right_2 {
	font-size: 1rem;
	color: var(--color-gray-low);
}


.text-width-26 { width: 26px !important}
.text-width-40 { width: 40px !important}
.text-width-60 { width: 60px !important}
.text-width-80 { width: 80px !important}
.text-width-100 { width: 100px !important}
.text-width-120 { width: 120px !important}
.text-width-150 { width: 150px !important}
.text-width-200 { width: 200px !important }
.text-width-250 { width: 250px !important }
.text-width-300 { width: 300px !important }
.text-width-780 { width: 780px !important } /* 게시판 제목 */

.text-width-25p { width: 25% !important;}
.text-width-50p { width: 50% !important;}
.text-width-75p { width: 75% !important;}
.text-width-100p { width: 100% !important; }

/*---------------------------------------------------------------*/

#left {
	float: left;
	width: 130px;
	font-size: 1rem;
	margin-bottom: 10px;
}

#left nav ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

#right {
	width: auto;
	margin-left: 150px;
	margin-bottom: 10px;
}

/*---------------------------------------------------------------*/

#subtitle1 {
	width: 130px;
	height: 40px;
	margin: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-color-high);
	color: var(--color-white);
}

#subtitle2 {
	width: 100%;
	margin: 0px;
	text-align: right;
	color: var(--color-gray-high);
}

#subtitle1:after, #subtitle2:after {
	content: "";
	display: block;
	clear: both;
/*	border-bottom: dotted 2px var(--color-gray-high); */
}

.content-title::before {
	content: url(/contents/common/cross_24.png);
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 10px;
}
.content-title {
	width: 100%;
	height: 1.5rem;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}

hr {
	color: var(--color-gray-high);
	border: 3px;
	border-top: 3px solid var(--color-gray-high);
	margin: 20px 0 20px 0;
}

/*---------------------------------------------------------------*/

.table {
	--bs-table-bg: var(--color-gray-low);
	margin-bottom: 0px;
}
.table>:not(caption)>*>* {
	background-color: var(--color-gray-low);
}
tbody, td, tfoot, th, thead, tr {
	border-color: var(--color-white);
	border-style: solid;
	border-width: 0;
	text-align: center;
}
.th {
	background-color: var(--bg-color-high) !important;
	color: var(--color-white) !important;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
/*
.table {
	margin-bottom: 0px;
	font-size: 1.0rem;
	background-color: var(--color-gray-low);
	border-color: var(--color-white);
}
.tbody, .td, .tfoot, .th, .thead, .tr {
	vertical-align: middle !important;
}
.tr {
	border-bottom: 1px solid;
	margin-bottom: 1px;
}
.th {
	font-weight: bold;
}

.table > tbody, .table > thead, .table > tbody > tr:last-child {
	border-top: 1px solid #000000;
}
.table > thead {
	border-bottom: 1px solid #000000;
	background-color: #f1f1f1;
}
.table > tbody > tr:last-child {
	border-bottom: 1px solid #000000;
}
.table > tbody > td {
	border-bottom: 1px solid #000000;
}
.table-sm > :not(caption) > * > * {
	padding: 0.1rem 0.3rem;
	vertical-align: middle;
	text-align: center;
	box-shadow: none;
}
.table-bordered>:not(caption)>*>*:first-child {
	border-left: none;
}
.table-bordered>:not(caption)>*>*:last-child {
	border-right: none;
}
tbody tr:nth-child(odd){
	background: #ffffff;
}

tbody tr:nth-child(even){
	background: #f1f1f1;
}

tbody:nth-child(odd)  td[rowspan]{
	background: #ffffff;
}
tbody:nth-child(even)  td[rowspan]{
	background: #f1f1f1;
}
*/

#group_button {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

/* ci4 pager */
.pagination {
	width: 100%;
	margin: 0px;
	padding: 0px;
	justify-content: center;
	--bs-pagination-color: #212529;
	--bs-pagination-font-size: 0.9rem;

	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	/*--bs-pagination-color: var(--bs-link-color);*/
	--bs-pagination-bg: #fff;
	--bs-pagination-border-width: 1px;
	--bs-pagination-border-color: #dee2e6;
	--bs-pagination-border-radius: 0.375rem;
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bg-color-low);
	--bs-pagination-hover-border-color: var(--bg-color-low);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bg-color-low);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: var(--bg-color-high);
	--bs-pagination-active-border-color: var(--bg-color-high);
	--bs-pagination-disabled-color: #6c757d;
	--bs-pagination-disabled-bg: #fff;
	--bs-pagination-disabled-border-color: #dee2e6;
	display: flex;
	padding-left: 0;
	list-style: none;
}

/* bootstrap init */
.container {
	width: 100%;
	max-width: 100%;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}
/* bootstrap init */
.nav-item {
	height: 2.5rem;
	display: flex;
	align-items: center;
	background-color: var(--bg-gray-high);
	color: var(--color-white);
}
.nav-item:hover {
	background-color: var(--bg-color-low);
	color: var(--color-high);
}
.row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}
.note-editor.note-airframe {
	padding: 10px;
	line-height: 1.0em; /* 원하는 줄간격 값 */
}
.summernote-text {
	white-space: normal;
	word-break: break-word;
}

button {
	margin-left: 3px;
}
.btn {
	padding: 2px 7px;
	--bs-btn-color: #ffffff;
}
.btn-primary {
	font-size: 1rem;

	--bs-btn-color: var(--left-menu-color);
	--bs-btn-bg: var(--bg-color-middle);
	--bs-btn-border-color: var(--bg-color-middle);
	--bs-btn-hover-color: var(--left-menu-color);
	--bs-btn-hover-bg: var(--bg-color-low);
	--bs-btn-hover-border-color: var(--bg-color-low);
	--bs-btn-disabled-color: var(--left-menu-color);
	--bs-btn-disabled-bg: var(--disabled-bg);
	--bs-btn-disabled-border-color: var(--bg-color-middle);
}
.btn-outline-secondary {
	--bs-btn-color: #6c757d;
}
#login {
	margin: 0 auto;
	padding: 0;
	z-index: 9;
}

/* fullcalendar */
.fc-col-header-cell-cushion, .fc-daygrid-day-number {
	text-decoration: none;
}

.fc-scrollgrid-sync-inner > .fc-col-header-cell-cushion,
.fc-day-mon .fc-daygrid-day-number,
.fc-day-tue .fc-daygrid-day-number,
.fc-day-wed .fc-daygrid-day-number,
.fc-day-thu .fc-daygrid-day-number,
.fc-day-fri .fc-daygrid-day-number {
	color: black;
}
.fc-day-sun .fc-col-header-cell-cushion,
.fc-day-sun a{
	color : red;
}
.fc-day-sat .fc-col-header-cell-cushion,
.fc-day-sat a {
	color : blue;
}

/* Small Devices, Tablets : 768px ~ */
@media only screen and (min-width : 768px) {

	#btnMobileSubmenu {
		display: none;
	}

}

/* Small Devices, Tablets : ~ 768px */
@media only screen and (max-width : 767px) {

	article {
		margin-left: 0px;
	}

	#welcome-msg {
		display:none;
	}

	#article0 {
		width: auto;
		float: right;
		display: none;
	}

	/* 메인메뉴 버튼 */
	#btnMobileMenu {
		display: block;
		z-index: 9;
	}

	#btnMobileMenu {
		width: 40px;
		height: 40px;
		font-size: 1.8rem;
		border: none;
		position: fixed;
		top: 10px;
		left: 10px;
	}

	#btnMobileMenu:after {
		content: "";
		display: block;
		clear: both;
	}

	#btnMobileMenu:focus {
		outline: none;
	}

	#top-menu {
		justify-content: center;
	}

	#mainmenu {
		display: none;
		z-index: 9;
		position: absolute;
		top: 75px;
		left: 0px;
		background-color: var(--color-white);
	}

	#mainmenu li::before {
		content: ">";
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		text-align: center;
	}

	#mainmenu li {
		float: none;
		width: 100%;
		padding-left: 10px;
		color: var(--color-gray-middle);
		border-bottom: 1px solid;
	}

	#mainmenu li.active::before {
		content: "\F282";
		font-family: bootstrap-icons;
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
	}

	/* 서브메뉴 */
	#btnMobileSubmenu {
		display: block;
		z-index: 9;
		float: left;
		width: 100%;
		margin: 0px 0px 10px 0;
		padding: 3px 3px;
		text-align: left;
		font-size: 1.1rem;
		font-weight: bold;
		border: none;
		display: block;
	}

	#btnMobileSubmenu:before {
		content: "\f479";
		padding-right: 10px;

		font-family: bootstrap-icons;
		font-style: normal;
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#btnMobileSubmenu:after {
		content: "";
		display: block;
		clear: both;
	}

	#btnMobileSubmenu:focus {
		outline: none;
	}

	#submenu {
		display: none;
	}

	#submenu-top {
		width: 100%;
	}

	#content {
		margin: 0px;
		border-left: none;
		padding: 0px;
	}

	#right {
		width: auto;
		margin: 0 5px;
	}

	article {
		float: left;
		width: 100%;
		border-left: none;
	}

	.footer {
		display: inline-block;
		margin-top: 10px;
	}

	#footer_left {
		width: 100%;
		padding: 10px;
		text-align: center;
	}

	#footer_right {
		width: 100%;
		padding: 10px;
	}

	#left {
		display: block;
		float: none;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	#left:after {
		content: "";
		display: block;
		clear: both;
	}

	#subtitle1 {
		display: none;
	}

}

/* Extra Small Devices, Phones : ~ 480px */
@media only screen and (max-width : 480px) {

	#shortcut1 > div, #shortcut2 > div, #shortcut3 > div {
		width: 160px;
	}

	.footer_left_1 {
		font-size: 1.6rem;
	}

}

/* Custom, iPhone Retina : ~ 320px */
@media only screen and (max-width : 320px) {

}