html {
	font-size: 1rem;
}
body {
	font-family: "Pretendard", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1rem;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #e83817;
	text-decoration: none;
	outline: none;
}

footer.footer {
	margin-top: 30px;
    background-color: #333;
    color: #fff;
}
footer.footer .info {
    padding: 25px 0;
}
footer.footer .copy-right {
    background-color: #666;
    height: 30px;
    line-height: 30px;
}
.wrap-content {
    min-height: calc(100vh - 280px);
}


gmp-map {
    margin: 50px 0;
    width: 100%;
    height: 500px;
}
nav.navbar.bootsnav .navbar-nav>li:has(.active) > a ,nav.navbar.bootsnav .navbar-nav>li.active > a {
    color: red;
}


.gallery-search {
	margin-bottom: 10px;
}

.gallery-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}
.gallery-search .fa-search {
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.gallery-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.gallery-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.gallery .thum_area .thumbnail-image {
	transition: transform 0.3s ease-out;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: 50% 50%;
}

.gallery .thum_area .thumbnail-image:hover {
	transform: scale(1.10);
}

.gallery .thum_area a {
	display: block;
	position: relative;
}

.gallery .thum_area {
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

.gallery .cont_area {
	margin-bottom: 15px;
}

.gallery .cont_area .title {
	font-size: 16px;
	margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gallery .cont_area .more_info span:not(:last-child) {
	margin-right: 10px;
}

.gallery .cont_area .more_info span:before {
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	padding-right: 5px;
}


.article-filter .article-categories > a:first-child {
    background-color: #337ab7;
    color:#fff;
}
.article-filter .article-categories:has(.active) > a:first-child {
    background-color: #fff;
    color: #333;
}
.article-filter .article-categories .active {
    background-color: #337ab7;
    color:#fff;
}
.pager .active a {
    background-color: #337ab7;
    color:#fff;
}
.article-filter {
	padding-top: 20px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.notice-board {
	color: #232323;
	border-top: 1px solid #ccc;
	width: 100%;
}

.notice-board-search {
	margin-bottom: 10px;
}

.notice-board-search .fa-search {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.notice-board-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}

.notice-board-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.notice-board-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.notice-board thead {
	background: #fbfbfb;
	border-bottom: 1px solid #ccc;
}

.notice-board tr td {
	text-align: center;
	padding: 15px 0;
}

.notice-board tr {
	border-bottom: 1px solid #ccc;
}

.notice-board thead tr td {
	font-size: 16px;
	font-weight: 500;
}

.notice-board tbody tr td:nth-child(2) {
	text-align: left;
}

.notice-board .notice {
	font-weight: 500;
	background: #fbfbfb;
}

.notice-board a {
	color: #232323;
}

.notice-board .number,
.notice-board .author,
.notice-board .creat_at,
.notice-board .view {
	width: 120px;
}




.article-detail .detail-header .title {
	font-size: 24px;
	color: #232323;
	padding: 12px 0;
}

.article-detail .detail-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.article-detail .detail-navigation {
	margin-bottom: 35px;
}

.article-detail .detail-navigation ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.article-detail .detail-navigation ul li {
	list-style: none;
	padding: 15px 0;
}

.article-detail .detail-navigation ul li:first-child {
	border-bottom: 1px solid #ccc;
}

.article-detail .detail-navigation ul li:last-child {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

.article-detail .detail-navigation ul li span {
	padding: 0 15px;
	position: absolute;
}

.article-detail .detail-navigation ul li span i {
	margin-right: 5px;
}

.article-detail .detail-navigation ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-left: 100px;
}



.article-detail .detail-filelist {
	margin-top: 35px;
}

.article-detail .detail-filelist ul {
	margin: 0;
	padding: 0;
}

.article-detail .detail-filelist ul li {
	list-style: none;
	padding: 7px 0;
}

.article-detail .detail-filelist ul li span {
	padding: 0 10px;
}

.article-detail .detail-filelist ul li a i {
	margin-right: 4px;
}

.article-detail .detail-filelist ul li a {
	background: #0D95E8;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: 0.5s ease;
	text-decoration: none;
}

.article-detail .detail-filelist ul li a:hover {
	background: #204D74;
}









.login-area {
	margin-top: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.login-area .login-type ,.login-area .login-ft{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 25px 0 50px;
}
.login-area .login-type .item {
	margin: 0 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.login-area .login-type .item img {
	width: 100%;
	height: 100%;
}
.login-area .login-ft .item {
	margin: 0 10px;
	font-size: 16px;
	color: #666;
}
#form-login .item {
	margin-bottom: 15px;
}
.language-switcher {
	margin-left: 30px;
	border-left: 1px solid #ccc;
}
.language-switcher li {
	border-right: 1px solid #ccc;
}
.language-switcher li.active a {
	color: #e83817;
	font-weight: bold;
}