﻿a {
	color: #343434;
	text-decoration: none;
}
a:hover {
	color: #2e52a8;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .na-navbar, .na-footer {
	min-width: 1600px;
}

.na-login {
	background-color: #0c284a !important;
	font-size: 0.875rem;
}
	.na-login .btn,
	.na-login .navbar-nav .nav-link {
		border-radius: 0;
		padding: 0.375rem 0.75rem;
		font-size: 0.875rem;
	}
.na-login .navbar-nav li {
	margin-left: 1.5rem;
	color:#fff;
}
.na-login .navbar-nav .nav-link:not(.btn-danger) {
	color: #fff;
	border-color: #0c284a;
}
.na-login .navbar-nav .nav-link:not(.btn-danger):hover, .na-navbar .navbar-nav .nav-link:not(.btn-danger):focus {
	color: #84a2de;
	border-color: #0c284a;
	background-color:inherit;
}
.na-login .navbar-nav .nav-link > i {
	color: #84a2de;
}

.na-navbar {
	/*padding-top: 1rem;*/
	/*border-bottom: 1px solid #615d54;*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}
.na-navbar .col {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}
.na-navbar .container {
	display: grid;
	gap: 2rem;
	grid-template-areas: "brand menu";
	grid-template-columns: 1fr 2.4fr;
}
.na-navbar .na-brand {
	grid-area: brand;
	padding-top:1rem;
}
.na-navbar .na-menu {
	grid-area: menu;
}
.na-mainmenu a {
	color: #1a1a1a;
	font-size: 1.1875rem;
	font-weight: 500;
	text-decoration: none !important;
}
.na-mainmenu .active > a {
	color: #2f52a6;
}
.na-submenu {
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #615d54;
	border-bottom: 1px solid #615d54;
	display: none;
}
.na-submenu a {
	color: #343434;
}
.na-submenu .active a {
	color: #2248a9;
}

.na-content {
	min-height: 780px;
}
/*.na-content-image {
	min-width: 1320px;
	height: 400px;
	background: url('images/sub/content-image.jpg') no-repeat top center #201f1c;
}*/
.carousel {
	background-color: #201f1c;
}
.carousel-item {
	text-align: center;
}
.carousel-item img {
	width: 1400px;
	height: 400px;
	text-align: center;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	top: 30%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}
.carousel-caption h1 {
	font-size: 3.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.carousel-caption h6 {
	font-size: 1rem;
	font-weight: 400;
}
#carouselMain {
	background-color: #20201e;
}
#carouselMain .carousel-item img {
	height: 880px;
}
#carouselMain .carousel-caption {
	top: 10%;
}
#carouselMain .carousel-caption h1 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
}
#carouselMain .carousel-caption h6 {
	font-size: 1.5rem;
}

.na-layout {
	display: grid;
	gap: 2rem;
	grid-template-areas: "sidebar main";
	grid-template-columns: 1fr 5fr;
}

.na-sidebar, .na-main {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.na-sidebar {
	grid-area: sidebar;
}
.na-sidebar-title, .na-intro {
	padding: 1.25rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.na-sidebar-title {
	background-color: #4269b8;
	border-bottom: 1px solid #4269b8;
	color: #fff;
	text-align: center;
}
.na-sidebar-item a {
	display: block;
	width: 100%;
	margin-bottom: 0.25rem;
	padding: 0.75rem;
	border: 1px solid #c9cacf;
	color: #3c3c3c;
	text-decoration: none;
}
.na-sidebar-item.active a {
	background-color: #3b3d54;
	color: #fff;
}
.na-sidebar-item a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.na-intro {
	grid-area: intro;
	border-bottom: 1px solid #c2c3c8;
}
.na-content-body {
	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: #dbdddf !important;*/
    background-color: black !important;
    color: #fff;
}

/* index */
.actionLink, .indexBoard, .importMenu {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.actionLink {
	position: relative;
	margin-top: -23rem;
}
.actionLink .row {
	--bs-gutter-x: 0.2rem;
	--bs-gutter-y: 0.2rem;
}
.actionLink .col {
	text-align: center;
}
.actionLink .col > a {
	display: block;
	display: block;
	width: 200px;
	height: 220px;
	margin: auto;
	background-color: rgba(12, 75, 145, 0.6);
	/*background-color: rgba(26, 152, 213, 0.6);*/
	/*background-color: rgba(0, 169, 151, 0.6);*/
	/*background-color: rgba(140, 111, 77, 0.6);*/
	border-radius: 40px !important;
	padding: 2.875rem 36px;
	color: #fff;
}
.actionLink .col > a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #3d63ae;
}
.actionLink .col > a > img {
	width: 124px;
	height: 110px;
	margin: auto;
}
.actionLink .col > a > img.base,
.actionLink .col > a:hover > img.over{
	display: block;
}
.actionLink .col > a:hover > img.base,
.actionLink .col > a > img.over {
	display: none;
}
.actionLink .col > a > span {
	display: block;
	width: 100%;
	margin-top: 20px;
	font-weight: 700;
}
.indexBoard .nav, .importMenu .nav {
	margin-top: -0.5rem;
	margin-bottom: 2rem;
}
.indexBoard .nav {
	margin-top: calc((var(--bs-body-font-size) + 1.5rem + 0.5rem) * -1);
}
.indexBoard .nav-item, .importMenu .nav-item {
}
.indexBoard .nav-link, .importMenu .nav-link {
	color: #343434;
	font-size: 1.25rem;
	font-weight: 800;
}
.indexBoard .nav-link:hover, .indexBoard .nav-link:focus, .indexBoard .nav-item.active .nav-link {
	color: #343434;
}
.indexBoard .nav-item.active, .importMenu .nav-item.active {
	font-size: 1.25rem;
	font-weight: 800;
	border-bottom: 2px solid #0a58ca;
}
.importMenu .nav-item {
	padding: 0.5rem 1rem;
}
.indexBoard .row {
	height:190px;
}
.indexBoard .board {
	padding: 1.5rem;
	background-color: #f5f6fa;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}
.indexBoard .board-notice {
	height: 37px;
}
.indexBoard .board-title {
	height: calc(var(--bs-body-font-size) * var(--bs-body-line-height) * 2);
	margin-bottom: 1rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.indexBoard .board-date {
	border-top: 1px solid #edeef2;
	padding-top: 1rem;
	font-size: 0.875em;
}
.importMenu .row {
	--bs-gutter-x: 2rem;
}
.importMenu .col {
	height:240px;
	text-align:center;
}
.importMenu .col > a {
	position: relative;
	top: -60%;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.importMenu .col > a:hover {
	color: #8db2fb;
}
/*.actionLink, .indexBoard, .importMenu {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.actionLink .row {
	--bs-gutter-x: 0.2rem;
	--bs-gutter-y: 0.2rem;
}
.actionLink .col {
	border-right: 1px solid #cbccd1;
	height: 170px;
	text-align: center;
}
.actionLink .col:first-child {
	border-left: 1px solid #cbccd1;
}
.actionLink .col > a {
	display: block;
	width: 100%;
}
.actionLink .col > a:hover {
	color: #00a9c8;
}
.actionLink .col > a > .icon {
	height: 110px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position-x: center;
}
.actionLink .col > a:hover > .icon {
	background-position-y:-110px;
}
.actionLink .col > a > span {
	display: block;
	width: 100%;
	font-weight: 600;
}
.indexBoard {
	background-color: #edeef2;
}
.indexBoard .nav, .importMenu .nav {
	margin-top: -0.5rem;
	margin-bottom: 2rem;
}
	.indexBoard .nav {
		margin-top: calc((var(--bs-body-font-size) + 1.5rem + 0.5rem) * -1);
	}
.indexBoard .nav-item, .importMenu .nav-item {
}
.indexBoard .nav-link, .importMenu .nav-link {
	color: #343434;
	font-size: 1.25rem;
	font-weight: 900;
}
.indexBoard .nav-link:hover, .indexBoard .nav-link:focus, .indexBoard .nav-item.active .nav-link {
	color: #343434;
}
.indexBoard .nav-item.active, .importMenu .nav-item.active {
	font-size: 1.25rem;
	font-weight: 900;
	border-bottom: 2px solid #0a58ca;
}
.importMenu .nav-item {
	padding: 0.5rem 1rem;
}
.indexBoard .row {
	height:190px;
}
.indexBoard .board {
	padding: 1.5rem;
	background-color: #fff;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}
.indexBoard .board-notice {
	height: 37px;
}
.indexBoard .board-title {
	height: calc(var(--bs-body-font-size) * var(--bs-body-line-height) * 2);
	margin-bottom: 1rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.indexBoard .board-date {
	border-top: 1px solid #edeef2;
	padding-top: 1rem;
	font-size: 0.875em;
}
.importMenu .row {
	--bs-gutter-x: 2rem;
}
.importMenu .col {
	height:240px;
	text-align:center;
}
.importMenu .col > a {
	position: relative;
	top: -60%;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
}
.importMenu .col > a:hover {
	color: #8db2fb;
}*/

/* sub 공통 */
.na-tab-pills {
	margin-top: -1rem;
	margin-bottom: 3rem;
	padding: 0.15rem;
}
.na-tab-pills .nav-link {
	padding: 0.5rem 2rem;
	border-radius: 0;
	border-top:1px solid #c9cacf;
	border-bottom:1px solid #c9cacf;
	border-left:1px solid #c9cacf;
	color: #3c3c3c;
	/*font-size: 0.875rem;*/
}
.na-tab-pills .nav-link:last-child {
	border-right:1px solid #c9cacf;
}
.na-tab-pills .nav-link:hover,
.na-tab-pills .nav-link:focus {
	color: #4a4a4a;
}
.na-tab-pills .nav-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.na-tab-pills .nav-link.active,
.na-tab-pills .show > .nav-link {
	background-color: #3b3d54;
	color: #fff;
}

.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: 1rem;
}

.na-search {
	margin-bottom:1.5rem;
}
.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;
}

.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 + .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;
}

/* 조직도 */
.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,
.table-tree .bg-step4 {
	/*font-size: 0.875rem;*/
	--bs-bg-opacity: 1;
	border-width: 1px;
	border-style: solid;
	color: #fff;
}
.table-tree .bg-step1 {
	background-color: rgba(13, 110, 253, var(--bs-bg-opacity)) !important;
	border-color: #0d6efd;
}
.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 {
	background-color: rgba(13, 110, 253, var(--bs-bg-opacity)) !important;
	border-color: #0d6efd;
	color: #fff;
}
.table-tree .bg-step2 {
	background-color: rgba(240,247,255, var(--bs-bg-opacity)) !important;
	border-color: #bbbbbb;
}
.table-tree .bg-step3 {
	background-color: rgba(247,247,247, var(--bs-bg-opacity)) !important;
	border-color: #bbbbbb;
}
.table-tree .bg-step4 {
	border-color: #bbbbbb;
}*/
/*.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: 1px solid #383c69 !important;
}
.table-tree .border-bottom {
	border-bottom: 1px solid #383c69 !important;
}
.table-tree .border-start {
	border-left: 1px solid #383c69 !important;
}
.table-tree .border-end {
	border-right: 1px 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-2 {
	padding-left: 1.5rem !important;
	text-indent: -0.725rem !important;
}
.rule .in-3 {
	padding-left: 2rem !important;
	text-indent: -0.725rem !important;
}
.rule .in-4 {
	padding-left: 2.5rem !important;
	text-indent: -0.725rem !important;
}

.rule .in-5 {
	padding-left: 3rem !important;
	text-indent: -0.725rem !important;
}
.rule img { max-width: 100%;}
.rule .card,
.rule .table {
	/*border-color: #0dcaf0 !important;*/
	margin-bottom: 1rem;
}
.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 .card-header {
	/*background-color: rgba(13, 202, 240, 1) !important;
	color: rgba(255, 255, 255,1) !important;*/
	font-size: initial;
}
.rule > .row {
	--bs-gutter-y: 0;
}
	.rule > .row > * {
		--bs-gutter-y: 0;
	}
		.rule ul,
		.rule ol {
			margin-bottom: 0rem;
		}
/*.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 {
	padding-top:3rem;
}
.account-container > .card {
	border-width: 5px !important;
	border-radius: 0 !important;
}
.account-container > .card + .card {
	border-left-width: 5px;
	border-left-style:solid;
}
.account-container > .card:not(:last-child) {
	margin-right:0.75rem !important;
}
.account-container > .card:not(:first-child) {
	margin-left: 0.75rem !important;
}
.account-container .card-body {
	margin-top: 0.25rem !important;
	padding: 3rem 2rem !important;
}
.account-container .card-body > .card-title {
	font-weight: 700 !important;
	text-align: center !important;
}
.account-container form .row + .row {
	margin-top: 0.5rem !important;
}

.input-group.input-daterange .form-control,
.form-control.input-date { width:120px; }
.input-group.input-daterange.input-month .form-control,
.form-control.input-date.input-month { width:90px; }