﻿.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 1200px;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .na-navbar, .na-footer {
	min-width: 1200px;
}

.na-univ {
	background-color: #e1e2e3 !important;
	text-align:left;
}
.na-univ .btn {
	border-radius:0;
}
.na-navbar {
	padding: 1rem 0;
}
.na-navbar .navbar-toggler {
	padding: 0;
	border: 0
}
.na-navbar .navbar-nav li {
	padding: 0.2rem !important;
}
.na-navbar .navbar-nav .nav-link {
	border-radius:0;
}
.na-navbar .navbar-nav .nav-link:not(.btn-danger) {
	color: #545454;
	border-color: #6c757d;
}
.na-navbar .navbar-nav .nav-link:not(.btn-danger):hover, .na-navbar .navbar-nav .nav-link:not(.btn-danger):focus {
	color: #545454;
	background-color: #eaebf2;
	border-color: #6c757d;
}

.na-menu .col {
	padding-top: 0.725rem;
	padding-bottom: 0.725rem;
	text-align: center;
}
.na-mainmenu {
	background-color: #383c69;
}
.na-mainmenu a {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
}
.na-mainmenu .active a {
	color: #c7d2f8;
}
.na-submenu {
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #383c69;
	display: none;
}
.na-submenu a {
	color: #343434;
}
.na-submenu .active a {
	color: #2248a9;
}

.na-content {
	min-height: 780px;
}

.na-content-image {
	min-width: 1320px;
	/*background-color: #f1f2f7;*/
	height: 190px;
	background: url('images/sub/content-image.jpg') no-repeat top center #ebeef5;
}

.na-layout {
	display: grid;
	gap: 2rem;
	grid-template-areas: "sidebar main";
	grid-template-columns: 1fr 4.5fr;
}

.na-sidebar, .na-main {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.na-sidebar {
	grid-area: sidebar;
}

.na-sidebar-title {
	color: #373d68;
	font-size: 1.25rem;
	font-weight: 700;
	height: 35px;
	border-bottom: 1px solid #c2c3c8;
}
.na-sidebar-item a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}
.na-sidebar-item.active a {
	background-color: #6374b3;
	color: #fff;
}
.na-intro {
	grid-area: intro;
	margin-bottom: 1rem;
	height: 35px;
	border-bottom: 1px solid #c2c3c8;
	font-size: 1.25rem;
	font-weight: 600;
}
.na-content-body {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.na-content-home .na-content-image {
	background: url('images/Index/content-image.jpg') no-repeat bottom center #acdae7;
	height: 500px;
}
.na-content-home .na-layout {
	display: inherit;
}
.na-content-home .na-sidebar,
.na-content-home .na-intro {
	display: none;
}
.na-content-home .na-main {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.na-banner {
	border-top: 1px solid #cfd0d2;
}

.na-footer {
	padding: 1.5rem 0;
	background-color: #e1e2e3 !important;
	/*color: #fff;*/
}

.na-tab-pills {
	margin-top: -1rem;
	margin-bottom: 3rem;
	padding: 0.15rem;
}
.na-tab-pills .nav-link {
	padding: 0.4rem 1.5rem;
	border-radius: 0;
	border-top:1px solid #a7aab9;
	border-bottom:1px solid #a7aab9;
	border-left:1px solid #a7aab9;
	color: #4a4a4a;
	font-size: 0.875rem;
	font-weight: 700;
}
.na-tab-pills .nav-link:last-child {
	border-right:1px solid #a7aab9;
}
.na-tab-pills .nav-link:hover,
.na-tab-pills .nav-link:focus {
	color: #4a4a4a;
}
.na-tab-pills .nav-link.active,
.na-tab-pills .show > .nav-link {
	background-color: #d0dded;
	color: #4a4a4a;
}

.na-tab-pills.na-tab-pills-sm {
	margin-top: 0rem;
	margin-bottom: 1rem;
	padding: 0;
}
.na-tab-pills.na-tab-pills-sm .nav-link {
	font-size: 0.75rem;
}
/*.na-search2 {
	padding: 0.5rem 1rem;
	background-color: #f4f4f4;
	border-top: 1px solid #b3b6bd;
	border-bottom: 1px solid #b3b6bd;
	margin-bottom: 1.75rem;
}
.na-search2 .form-label {
	font-weight: 600;
}*/

.na-search {
	padding-bottom:0.5rem;
	/*margin-bottom: 1.75rem;*/
}
.na-search .form-label {
	font-weight: 600;
}
.na-search .table {
	table-layout: fixed;
}
.na-search .table > :not(caption) > * > * {
	padding: 0.125rem;
	text-align: left;
}
.na-search .table > tbody> tr > th {
	text-align: center;
	background-color: #f4f4f4;
	/*background-color: #ebf2f8;*/
	/*white-space: nowrap*/
}

.na-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #e9ecef;
	border-left-width: .25rem;
	border-radius: .25rem;
}
.na-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #e9ecef;
	border-left-width: .25rem;
	border-radius: .25rem
}
.na-callout h4 {
	margin-bottom: 0.5rem;
	font-size:1rem;
}
.na-callout p {
	margin-bottom: 0.2rem;
}
.na-callout p:last-child {
	margin-bottom: 0
}
/*.na-callout code {
	border-radius: .25rem
}*/
.na-callout + .na-callout {
	margin-top: -.25rem
}
.na-callout-danger {
	border-left-color: #d9534f;
}
.na-callout-info {
	border-left-color: #5bc0de;
}
.na-callout-warning {
	border-left-color: #f0ad4e;
}

/* index */
.index {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
	.index > * {
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		margin-top: var(--bs-gutter-y);
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		min-width: 0;
		flex-grow: 3;
	}
		.index > .index-goList {
			flex-grow: 2;
		}
.index-title {
	border-bottom: 1px solid #cfd0d2;
	--bs-gutter-x: 0;
}
.index-board {
	--bs-gutter-y: 0.5rem;
}
.index-board .col-title > a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index-go {
	--bs-gutter-x: 0.2rem;
	--bs-gutter-y: 0.2rem;
}
.index-go > .col > a {
	display: block;
	width: 100%;
	padding: 0.8rem 0.5rem;
	color: #fff;
	font-size: 0.75rem;
}
.index-go > .col.col-education > a {
	background-color: #698bc0;
}
.index-go > .col.col-education > a:hover {
	background-color: #5079bc;
}
.index-go > .col.col-lab > a {
	background-color: #a88fca;
}
.index-go > .col.col-lab > a:hover {
	background-color: #997ac2;
}
.index-go > .col.col-equip > a,
.index-go > .col.col-bulding > a {
	background-color: #61669b;
}
.index-go > .col.col-equip > a:hover,
.index-go > .col.col-bulding > a:hover {
	background-color: #4c5395;
}
.index-go > .col > a > .row {
	--bs-gutter-x: 0;
}
.index-go > .col > a > .row > div {
	text-align: center;
}
.index-go > .col > a > .row > .col-img {
	/*flex: 0 0 auto;
	width: 22%;*/
}
.index-go > .col > a > .row > .col-text {
	/*flex: 0 0 auto;
	width: 78%;*/
	padding-top: 7px;
	white-space: nowrap;
}

/* 조직도 */
.table-tree {
	/*width: 80%;*/
	margin: auto;
}
.table-tree > *,
.table-tree > * > * > *,
.table-tree > :not(caption) > * > * {
	border-width: 0;
}
.table-tree > * > * > * {
	height:30px;
	text-align:center;
}
.table-tree > * > * > *.h-10 {
	height: 10px;
}
.table-tree > * > * > *.h-60 {
	height: 60px;
}
.table-tree .title-step1,
.table-tree .title-step2,
.table-tree .title-step3 {
	font-size: 2rem;
	font-weight: 700;
}
.table-tree .title-step1 {
	color: #c87da6;
}
.table-tree .title-step2 {
	color: #82b0bf;
}
.table-tree .title-step3 {
	color: #f1b534;
}
.table-tree .bg-step1,
.table-tree .bg-step2,
.table-tree .bg-step3 {
	color: #fff;
	font-size: 0.875rem;
	--bs-bg-opacity: 1;
	border-width: 2px;
	border-style: solid;
}
.table-tree .bg-step1 {
	background-color: rgba(200,125,166, var(--bs-bg-opacity)) !important;
	border-color: #c87da6;
}
.table-tree .bg-step2 {
	background-color: rgba(130,176,191, var(--bs-bg-opacity)) !important;
	border-color: #82b0bf;
}
.table-tree .bg-step3 {
	background-color: rgba(241,181,52, var(--bs-bg-opacity)) !important;
	border-color: #f1b534;
}
	.table-tree .bg-step1.rounded,
	.table-tree .bg-step2.rounded,
	.table-tree .bg-step3.rounded {
		border-radius: 4rem !important;
	}
.table-tree .bg-weak {
	--bs-bg-opacity: 0.1;
	color: inherit;
}
.table-tree .border-top {
	border-top: 2px solid #383c69 !important;
}
.table-tree .border-bottom {
	border-bottom: 2px solid #383c69 !important;
}
.table-tree .border-start {
	border-left: 2px solid #383c69 !important;
}
.table-tree .border-end {
	border-right: 2px solid #383c69 !important;
}
	.table-tree.table-cellspacing {
		border-spacing: 5px;
		border-collapse: separate;
	}

/* 규정 */
.rule + .rule {
	margin-top: 5rem !important;
}
.rule-jang {
	--bs-text-opacity: 1;
	color: rgba(55,61,104, var(--bs-text-opacity)) !important;
	/*color: #373d68;*/
	font-size: 1.25rem;
	font-weight: 700;
}
.rule-jang > .text-opacity {
	--bs-text-opacity: 0.5;
	color: rgba(55,61,104, var(--bs-text-opacity)) !important;
}
.rule-jo {
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
}
.rule-jo + .rule-jo {
	margin-top: 0;
}
.rule-jo + *:not(.rule-jo) {
	margin-top: 1rem;
}
.rule-hang {
	font-weight: 700;
}
.rule-bu {
	/*margin-left: 10%;*/
}
.rule .in-1 {
	padding-left: 1rem !important;
	text-indent: -0.725rem !important;
}
.rule .in-3 {
	padding-left: 1.5rem !important;
	text-indent: -0.725rem !important;
}
.rule .in-4 {
	padding-left: 2rem !important;
	text-indent: -0.725rem !important;
}
.rule img { max-width: 100%;}
.rule .card,
.rule .table {
	/*border-color: #0dcaf0 !important;*/
	margin-bottom: 1rem;
}
.rule .card-header {
	/*background-color: rgba(13, 202, 240, 1) !important;
	color: rgba(255, 255, 255,1) !important;*/
	font-size: 0.85rem;
}

.rule .table th > p,
.rule .table td > p {
	margin-bottom: 0.1rem;
}
.rule .table th > p:last-child,
.rule .table td > p:last-child {
	margin-bottom: 0;
}
/*.rule > .table td > p.rule-text {
	padding-left: 1rem !important;
	text-indent: -1rem !important;
}*/
	/*.rule-bu, .rule-bu-content {
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.rule-bu {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	text-align: center;
}
.rule-bu-content {
}*/
	.info > dt, .info > dd {
	flex: 1 0 0%;
}
.info > dt {
	flex: 0 0 auto;
	width: 15%;
	/*font-size: 1rem;*/
}
.info > dd {
	flex: 0 0 auto;
	width: 85%;
}

.account-container {
	/*border-top: 2px solid #617cd6;
	border-bottom: 1px solid #c7c7c7;*/
	padding: 3rem 1rem;
	/*padding-right: 3rem !important;
	padding-left: 3rem !important;*/
}
.account-container .card {
	border: 0 !important;
}
.account-container .card-header {
	background: none;
	border: 0 !important;
	border-radius: 0 !important;
	color: #555;
	font-size: 1rem !important;
	font-weight: 700 !important;
}
.account-container .card-body {
	margin-top: 0.25rem !important;
	padding: 3rem 2rem !important;
	border: 1px solid #c4c6cb;
}
.account-container .card-body > .card-title {
	font-weight: 700 !important;
	text-align: center !important;
}
.account-container form .row + .row {
	margin-top: 0.5rem !important;
}