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;
}
.text-center {
	text-align: center;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

footer.footer {
    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;
}
.header#header .user-info .user-menu {
	position: absolute;
	display: none;
	z-index: 999;
}
.header#header .user-info .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.header#header .user-info:hover .user-menu {
	display: block;
}
.header#header .user-info .user-menu {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px 15px;
	transform: translate(-40%,0%) ;
}
.header#header .user-info .user-menu ul li a {
	padding: 8px 5px;
	font-size: 14px;
	min-width: 150px;
	display: block;
}
.header#header .user-info .user-menu ul li a span {
	float: right;
	background-color: #eee;
	display: block;
	padding: 4px 6px;
	border-radius: 30px;
	font-size: 12px;
	color: var(--primary);
}
.header#header .user-info .user-menu ul li.username {
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}






.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;
}
.attr-nav.language-switcher ul li a {
	padding: 13px;
}

.menu_siblings {
	background-color: #f5f5f5;
}
.menu_siblings ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.menu_siblings ul li a {
	padding: 15px;
	display: block;
}
.menu_siblings ul li.active a {
	color: #e83817;
}
.mulit_categories .categories > ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.mulit_categories .categories > ul > li {
	margin-right: 25px;
}
.mulit_categories .categories > ul > li:hover ul {
	display: block;
}


nav.main-nav .dropdown-menu {
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	margin-left: -15px;
	margin-top: 18px;
	display: none;
}
nav.main-nav .dropdown-menu li a {
	padding: 10px 20px;
	display: block;
}




.indicator {
    width: 10px;
    height: 10px;
    border-radius: var(--radius-full);
    background-color: var(--border-input);
    transition: all var(--transition-normal);
    cursor: pointer;
}
button {
    cursor: pointer;
    border: none;
    background: none;
}
input, button, textarea, select {
    font: inherit;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-content .banner-container .swiper {
	height: 370px;
	padding: 0 30px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
	height: 8px;
	border-radius: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent-pink) 100%);
}
.swiper-button-prev ,.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: var(--bg-white);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 18px;
    transition: all var(--transition-normal);
    z-index: 10;
    cursor: pointer;
}
svg.swiper-navigation-icon {
	height: 20px;
	width: 20px;
}
.swiper .background img {
	border-radius: 15px;
}
.swiper .text-area {
	position: absolute;
}
.banner-section {
	padding-top: 100px;
}
.categories-section .category-item:nth-child(1) .category-icon {
	background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
}
.categories-section .category-item:nth-child(1) .category-icon i {
	color: #F59E0B;
}
.categories-section .category-item:nth-child(2) .category-icon {
	background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
}
.categories-section .category-item:nth-child(2) i {
	color: #EF4444;
}
.categories-section .category-item:nth-child(3) .category-icon {
	background: linear-gradient(135deg, #FCE7F3 0%, #FBCFE8 100%);
}
.categories-section .category-item:nth-child(3) i {
	color: #EC4899;
}
.categories-section .category-item:nth-child(4) .category-icon {
	background: linear-gradient(135deg, #E0E7FF 0%, #C7D2FE 100%);
}
.categories-section .category-item:nth-child(4) i {
	color: #6366F1;
}
.categories-section .category-item:nth-child(5) .category-icon {
	background: linear-gradient(135deg, #E0F2FE 0%, #BAE6FD 100%);
}
.categories-section .category-item:nth-child(5) i {
	color: #0EA5E9;
}
.categories-section .category-item:nth-child(6) .category-icon {
	background: linear-gradient(135deg, #DCFCE7 0%, #BBF7D0 100%);
}
.categories-section .category-item:nth-child(6) i {
	color: #22C55E;
}
.categories-section .category-item:nth-child(7) .category-icon {
	background: linear-gradient(135deg, #F3E8FF 0%, #E9D5FF 100%);
}
.categories-section .category-item:nth-child(7) i {
color: #A855F7;
}
.categories-section .category-item:nth-child(8) .category-icon {
	background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
}
.categories-section .category-item:nth-child(8) i {
	color: #10B981;
}
.categories-section .category-item:nth-child(9) .category-icon {
	background: linear-gradient(135deg, #FEF9C3 0%, #FEF08A 100%);
}
.categories-section .category-item:nth-child(9) i {
	color: #EAB308;
}
.categories-section .category-item:nth-child(10) .category-icon {
	background: linear-gradient(135deg, #FFE4E6 0%, #FECDD3 100%);
}
.categories-section .category-item:nth-child(10) i {
	color: #FB7185;
}


.container {
	width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

input[type=checkbox]+label i:after {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 10px;
}
input[type=checkbox]:checked+label i {
	background-color: #A855F7;
	border-color: #A855F7;
	color: #fff;
}
input[type=radio] {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
input[type=radio]+label {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
input[type=radio]+label:before {
	content: "\f00c";
	display: flex;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 10px;
	width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    margin-right: 5px;
    border-radius: 4px;
    position: relative;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2px;
}
input[type=radio]:checked+label:before {
	background-color: #A855F7;
	border-color: #A855F7;
	color: #fff;
}



.btn.btn-default {
	background: #fff;
    color: #000;
	border: 1px solid #ccc;
}
.btn.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
}

.modal {
	position: fixed;
	z-index:99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	opacity: 0;
}
.modal.in {
	display: block;
	opacity: 1;
	animation: fadeIn 0.3s ease-out;
}
.modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	width: 600px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.modal-content .modal-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.modal-content .modal-body {
	padding: 20px 0;
}


.alert {
	padding: 10px 15px;
	background-color: #eee;
	border-radius: 6px;
	margin-bottom: 15px;
}
.alert i {
	margin-right: 4px;
}
.alert.alert-danger {
	background-color: #FEE2E2;
	color: #EF4444;
	border-color: #FECACA;
}
.alert.alert-success {
	background-color: #DCFCE7;
	color: #22C55E;
	border-color: #BBF7D0;
}

.tooltip {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 10px 25px 10px 10px;
	border-radius: 4px;
	font-size: 10px;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 9;
	margin-top: 10px;
}
.tooltip span {
	color: var(--primary-light);
}
.tooltip .icon {
	margin-right: 5px;
}
.tooltip .close {
	position: absolute;
	top: 8px;
	right: 8px;
	color: #666;
	cursor: pointer;
}

.modal.full {
	overflow-y: auto;
}
.modal.full .modal-dialog {
    margin: 25px auto;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
}

