@charset "UTF-8";

/* 기본 스타일 */
body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
}
.edu-img{
    opacity: 1 !important;
    width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;
}
/* 취업과정 배경색 */
.job-course-badge{
    position: absolute; top: 10px; left: 10px; background: rgba(242, 39, 3, 0.9); color: white; padding: 5px 10px; border-radius: 15px; font-size: 12px; font-weight: bold; z-index: 10;
}

/* 최상단 연락처 부분 */
.topsize1{
    width: 70%;
}
.topsize2{
    width: 30%;
}
.mobile_top {
	display: none;	
}
.mobile_bar { 
	top : 0px;
	position:relative;
	background-color: rgb(23, 123, 36);
	width: 100%;
	height:30px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size: 12px;
	color: white;
}
.mobile_view{
	position: absolute;
	bottom: 9px;
	width: 100%;
}
.mobile_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
.mobile_ul > li {
	height: 27px;
	line-height: 27px;
}

@media (max-width:900px) {
    .container {
max-width: 900px !important;
    }
    .topsize1{
width: 100% !important; 
text-align: center !important;
    }

    .topsize2{
width: 100% !important; 
text-align: center !important;
    }
}

@media (max-width:768px) {
	.pc_top {
		display: none;
	}
	.mobile_top {
		display: block;	
	}	
    .container {
max-width: 768px !important;
    }
    .topsize1{
width: 100% !important; 
text-align: center;
    }

    .topsize2{
width: 100% !important; 
text-align: center;
    }     
}
@media (max-width:576px) {
    .container {
max-width: 576px !important;
    }
    .topsize1{
width: 100% !important; 
text-align: center;
justify-content: center;
    }

    .topsize2{
width: 100% !important; 
text-align: center;
    }
}

/* 플로팅 메뉴 스타일 */
.floating-menu {
    position: fixed;
    top: 60%;
    right: 4%;
    transform: translateY(-50%) translateX(0);
    background: white;
    color: #333;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 90px;
    max-width: 90vw;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.floating-menu.collapsed {
    transform: translateY(-50%) translateX(calc(100% - 40px));
}

/* 플로팅 메뉴 헤더 */
.excellent-institution-badge {
    /* background: linear-gradient(135deg, #18701f 0%, #175c28 100%); */
    background-color: #015e18;
    color: white;
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px 15px 0 0;
    position: relative;
    box-sizing: border-box;
}

.badge-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.floating-menu-header {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 15px 0 0 0;
    position: relative;
}

.floating-menu-header i {
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
}

.floating-menu-header span {
    font-size: 16px;
    font-weight: 600;
}

/* 성공 배지 */
.success-badge {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #EF4444;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

/* 메뉴 아이템 */
.floating-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 5px;
    border-bottom: 1px solid #9e9d9d;
    gap: 4px;
    position: relative;
    text-align: center;
    width: 90px;
    height: 60px;
    justify-content: center;
}

.floating-menu-item:last-of-type {
    border-bottom: none;
}

.floating-menu-item:hover {
    background: #f8f9fa;
    transform: translateX(-3px);
}

.floating-menu-item.success-item {
    background: #fef2f2;
    border-left: 3px solid #EF4444;
}

.floating-menu-item i {
    font-size: 18px;
    color: #666;
    margin-bottom: 4px;
    text-align: center;
    transition: color 0.3s ease;
}

.floating-menu-item:hover i {
    color: #666;
}

.floating-menu-item span {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 1.2;
    text-align: center;
}

/* 하단 문의 정보 */
.floating-menu-footer {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    gap: 10px;
}

.floating-menu-footer i {
    font-size: 16px;
    color: #8B5CF6;
}

.footer-text {
    font-size: 14px;
    color: #6B7280;
}

.footer-phone {
    font-size: 16px;
    font-weight: 600;
    color: #8B5CF6;
    margin-left: auto;
}

/* 토글 버튼 */
.floating-menu-toggle {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #8B5CF6;
    border: none;
    border-radius: 50% 0 0 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: -2px 0 10px rgba(139, 92, 246, 0.3);
}

.floating-menu-toggle:hover {
    background: #7C3AED;
    transform: translateY(-50%) translateX(-2px);
}

.floating-menu-toggle i {
    transition: transform 0.3s ease;
}

.floating-menu.collapsed .floating-menu-toggle i {
    transform: rotate(180deg);
}

/* 캠퍼스 지원하기 스타일 */
.floating-menu-item.campus-apply {
    background: white;
}

.campus-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.campus-name {
    font-size: 16px;
    font-weight: 700;
    color: #1e40af;
}

.apply-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

/* 지원하기 버튼 */
.apply-button {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    align-self: flex-start;
}

.apply-button:hover {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.apply-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

/* 특별한 메뉴 아이템 스타일 */
.floating-menu-item.info-inquiry {
    background: white;
    color: #666;
}

.floating-menu-item.info-inquiry i {
    color: #666;
}

.floating-menu-item.education-inquiry {
    background: white;
    color: #666;
}

.floating-menu-item.education-inquiry i {
    color: #666;
}

.floating-menu-item.kakao-consultation {
    background: white;
    color: #666;
}

.floating-menu-item.kakao-consultation i {
    color: #666;
    background: #fbbf24;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.floating-menu-item.phone-number {
    background: white;
    color: #666;
}

.floating-menu-item.phone-number i {
    color: #666;
}

.phone-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.phone-text {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}
a {
	text-decoration: none;
}
/* 반응형 스타일 footer 추가 */
.footer-1{
    width: 23%;
}

.footer-2{
    width: 20%;
}

.footer-3{
    width: 14%;
}

.footer-4{
    width: 13%;
}

.footer-5{
    width: 10%;
}

@media (max-width:900px) {
    .footer-1 {
width: 100% !important; 
text-align: center;
justify-content: center;
    }

    .footer-2{
width: 50% !important; 
text-align: center;
    }

    .footer-3{
width: 50% !important; 
text-align: center;
    }

    .footer-4{
width: 50% !important; 
text-align: center;
    }

}


/* 모바일에서는 플로팅 메뉴 숨김 */
@media (max-width: 768px) {
    .floating-menu {
display: none !important;
    }
}

/* 모바일 드롭다운 메뉴 스타일 */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
position: static !important;
float: none;
width: 100%;
margin-top: 0;
background-color: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 0.375rem;
box-shadow: none;
display: none; /* 기본적으로 숨김 */
    }
    
    .navbar-nav .dropdown-menu.show {
display: block !important; /* show 클래스가 있을 때만 표시 */
    }
    
    .navbar-nav .dropdown-item {
padding: 0.75rem 1rem;
border-bottom: 1px solid #e9ecef;
    }
    
    .navbar-nav .dropdown-item:last-child {
border-bottom: none;
    }
    
    .navbar-nav .dropdown-item:hover {
background-color: #e9ecef;
    }
    
    .navbar-nav .nav-link {
padding: 0.75rem 1rem;
border-bottom: 1px solid #e9ecef;
    }
    
    .navbar-nav .nav-link:last-child {
border-bottom: none;
    }
    
    .navbar-nav .dropdown-toggle::after {
float: right;
margin-top: 0.5rem;
    }
}

/* 컨테이너 최대 너비 설정 */
/*
.container-fluid {
    max-width: 1200px;
}
*/
/* 네비게이션 스타일 */
.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #333 !important;
    padding: 15px 20px !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #015e18 !important;
}
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
}

.dropdown-item {
    padding: 10px 20px;
    transition: background-color 0.3s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #015e18;
}

/* Header Styles */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-bar {
    font-size: 14px;
}

.contact-info span {
    margin-right: 5px;
    color: white;
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
	background-color: rgb(23, 123, 36);
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.contact-info span:hover{
	  background-color: rgb(0, 100, 0);
}

.contact-info i {
    margin-right: 5px;
    color: #007bff;
}

.social-links a {
    color: #666;
    margin-left: 15px;
    font-size: 18px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #007bff;
}


/* 롤링 배너 섹션 (itwell.net 방식) */
.hero-banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

.hero-banner:active {
    cursor: grabbing;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.banner-slide:nth-child(1) {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.banner-slide:nth-child(2) {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.banner-slide:nth-child(3) {
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%);
}

.banner-slide.active {
    opacity: 1;
    visibility: visible;
}

.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 배너 이미지는 background-image로 처리 */

/* Sub Navigation Tabs */
.sub-nav-section {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.sub-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.sub-nav-tab {
    background: #6c757d;
    color: white;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 0;
    position: relative;
}

.sub-nav-tab:first-child {
    border-radius: 8px 0 0 8px;
}

.sub-nav-tab:last-child {
    border-radius: 0 8px 8px 0;
}

.sub-nav-tab:hover {
    background: #5a6268;
    color: white;
}

.sub-nav-tab.active {
    background: white;
    color: #333;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}

.sub-nav-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #007bff;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content-section {
    background: white;
}

/* Teacher Cards */
.teacher-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.teacher-card:hover {
    transform: translateY(-5px);
}

.teacher-photo img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}

/* Campus Cards */
.campus-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.campus-card:hover {
    transform: translateY(-5px);
}

.campus-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.campus-info {
    background: white;
}

/* Location Info */
.location-info h4 {
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.location-info h4:first-child {
    margin-top: 0;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* 반응형 탭 스타일 */
@media (max-width: 768px) {
    .sub-nav-tabs {
flex-direction: column;
gap: 0;
    }
    
    .sub-nav-tab {
border-radius: 0;
text-align: center;
padding: 12px 20px;
    }
    
    .sub-nav-tab:first-child,
    .sub-nav-tab:last-child {
border-radius: 0;
    }
    
    .sub-nav-tab.active::after {
display: none;
    }
    
    .teacher-photo img {
width: 130px;
height: 130px;
    }
    
    .campus-card img {
height: 150px;
    }
}

@media (max-width: 576px) {
    .sub-nav-tab {
padding: 10px 15px;
font-size: 14px;
    }
    
    .teacher-card,
    .campus-card {
margin-bottom: 20px;
    }
    
    .location-info h4 {
font-size: 16px;
    }
}

/* 캐러셀 내부 요소 높이 조절 */
.hero-banner .carousel-inner {
    height: 100%;
}

.hero-banner .carousel-item {
    height: 100%;
}

.hero-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Hero carousel controls (전체 너비 배너 기준) */
.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
    width: auto;
    opacity: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-banner .carousel-control-prev {
    left: 10px;
}

.hero-banner .carousel-control-next {
    right: 10px;
}

/* KBS 스타일에 가까운 컨트롤/인디케이터 */
.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
    transform: none;
}

.hero-banner .carousel-control-prev-icon,
.hero-banner .carousel-control-next-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.45);
    background-size: 18px 18px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.hero-banner .carousel-indicators {
    bottom: 18px;
    margin-bottom: 0;
    gap: 8px;
}

.hero-banner .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.hero-banner .carousel-indicators .active {
    width: 64px;
    background-color: rgba(255, 255, 255, 0.95);
}
/*
.hero-slide-1 {
    background-color: #0e2175;
    background-image: url('../banner/main_banner_20260323_01.jpg');
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
*/
.hero-slide-2 {
    background-color: #0c0c26;
    background-image: url('../banner/main_banner_20251231_01.jpg');
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.hero-slide-3 {
    background-color: #0c0c26;
    background-image: url('../banner/main_banner_20221215.jpg?v=6');
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

/* 화면 너비 1000px 이하: 모바일/태블릿용 배너 이미지 */
@media (max-width: 1000px) {
    /* 높이: 최소 250px ~ 최대 400px 유지 */
    .hero-banner {
height: clamp(250px, 40vw, 400px);
    }

    .hero-slide {
height: 100%;
    }
/*
    .hero-slide-1 {
background-image: url('../banner/rs_main_banner_20260323_01.jpg');
    }
*/
    .hero-slide-2 {
background-image: url('../banner/rs_main_banner_20251231_01.jpg');
    }

    .hero-slide-3 {
background-image: url('../banner/rs_main_banner_3.png?v=5');
    }
}

.text-color1 {
    color: #ffeb3b;
    font-weight: 700;
}

.hero-title-sub {
    font-size: 2vh;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-title {
    font-size: 4.5vh;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 3vh;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0.9;
}
.hero-subtitle2{
    font-size: 2vh;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn-primary {
    background: #007bff;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,123,255,0.3);
}


/* Portfolio Styles */
.student-portfolio {
    background: #f8f9fa;
}

.portfolio-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content {
    padding: 20px;
}

.portfolio-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.portfolio-content p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Student Reviews Styles */
.student-reviews {
    background: #fff;
}

/* 리뷰 그룹 컨테이너 */
.reviews-carousel {
    position: relative;
    overflow: hidden;
}

/* 리뷰 그룹 스타일 */
.review-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    transform: translateY(30px);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.review-group.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
}

/* 리뷰 슬라이드 스타일 */
.review-slide {
    flex: 1;
    min-width: 300px;
    max-width: 374px;
}

.review-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.stars {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 15px;
}

.review-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.review-author strong {
    color: #333;
    font-size: 16px;
}

.review-author span {
    color: #666;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}



/* 리뷰 슬라이더 스타일 */
.reviews-slider-container {
    position: relative;
    overflow: hidden;
    height: 340px;
}

.reviews-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.reviews-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    transform: translateX(100%);
}

.reviews-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 리뷰 슬라이드 내부 스타일 */
.reviews-slide .row {
    height: 100%;
    align-items: center;
}

.reviews-slide .card {
    height: 300px;
    display: flex;
    flex-direction: column;
}

.reviews-slide .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.reviews-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.reviews-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #007bff;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-indicator.active {
    background: #007bff;
    border-color: #007bff;
}

.reviews-indicator:hover {
    background: rgba(0, 123, 255, 0.7);
    transform: scale(1.2);
}

/* 카드 스타일 */
.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

/* 버튼 스타일 */
.btn {
    border-radius: 0.5rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* 섹션 간격 */
/*section {
   padding: 80px 0;
}
*/

/* 배경색 */
.bg-light {
    background-color: #f8f9fa !important;
}

/* 별점 스타일 */
.text-warning {
    color: #ffc107 !important;
}

/* 리스트 그룹 스타일 */
.list-group-item {
    border: none;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background-color: #e3f2fd;
    transform: translateX(5px);
}

/* 배지 스타일 */
.badge {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}

/* 반응형 스타일 */

@media (max-width: 768px) {
    .container {
max-width: 768px !important;
    }
    
    .hero-banner {
padding: 0 !important;
    }
    .banner-content {
padding: 60px 0;
    }
    
    .banner-content h1 {
font-size: 2rem;
    }
    
    .banner-nav {
padding: 0 10px;
    }
    
    .banner-prev,
    .banner-next {
width: 40px;
height: 40px;
font-size: 1rem;
    }
    
    .banner-indicators {
bottom: 20px;
    }
    
    .indicator {
width: 10px;
height: 10px;
    }
    
    /* 리뷰 그룹 반응형 */
    .review-group {
flex-direction: column;
align-items: center;
gap: 15px;
    }
    
    .review-slide {
min-width: 280px;
max-width: 100%;
width: 100%;
    }
    
    .review-card {
padding: 20px;
    }
    
    
    section {
padding: 60px 0;
    }
    
    .card-body {
padding: 1rem;
    }
    .carousel-indicators {
display: none;
    }
}

@media (max-width: 576px) {
    .carousel-indicators {
display: none;
    }
    .carousel-control-prev,
    .carousel-control-next {
display: none;
    }
    .container, .container-sm {
width: 100% !important;
    }
    
    .banner-content h1 {
font-size: 1.75rem;
    }
    
    .banner-content .btn-lg {
padding: 0.5rem 1rem;
font-size: 1rem;
    }
    
    .banner-nav {
display: none; /* 모바일에서는 네비게이션 버튼 숨김 */
    }
    
    .banner-indicators {
bottom: 15px;
    }
    
    .indicator {
width: 8px;
height: 8px;
    }
    
    /* 리뷰 그룹 모바일 */
    .review-group {
gap: 10px;
    }
    
    .review-slide {
min-width: 250px;
    }
    
    .review-card {
padding: 15px;
    }
    
    .review-content p {
font-size: 14px;
    }
    
    .review-author strong {
font-size: 14px;
    }
    
    .review-author span {
font-size: 12px;
    }
    
    
    section {
padding: 40px 0;
    }
}

/* 애니메이션 */
@keyframes fadeInUp {
    from {
opacity: 0;
transform: translateY(30px);
    }
    to {
opacity: 1;
transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* 스크롤 애니메이션 */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 로딩 애니메이션 */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 커스텀 스크롤바 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 접근성 개선 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 포커스 스타일 */
/*
.btn:focus,
.nav-link:focus,
.dropdown-item:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
*/
/* 네비게이션 스크롤 효과 */
.navbar {
    transition: all 0.3s ease;
}

.navbar-scrolled {
    background-color: rgba(228, 233, 233, 0.95) !important;
    backdrop-filter: blur(10px);
}

/* 히어로 섹션 개선 */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    z-index: 1;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 2;
}

/* 카드 그라데이션 효과 */
.card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card:hover {
    background: linear-gradient(145deg, #ffffff 0%, #e3f2fd 100%);
}

/* 버튼 그라데이션 */
.btn-primary {
    background: linear-gradient(45deg, #015e18, #059b12);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #059b12, #015e18);
}

.btn-success {
    background: linear-gradient(45deg, #28a745, #1e7e34);
    border: none;
}

.btn-success:hover {
    background: linear-gradient(45deg, #1e7e34, #155724);
}

.btn-warning {
    background: linear-gradient(45deg, #ffc107, #e0a800);
    border: none;
    color: #000;
}

.btn-warning:hover {
    background: linear-gradient(45deg, #e0a800, #d39e00);
    color: #000;
}

/* 섹션 제목 스타일 */
section h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    /* background: linear-gradient(45deg, #007bff, #0056b3); */
    border-radius: 2px;
}

/* 포트폴리오 카드 특별 스타일 */
#portfolio .card {
    position: relative;
    overflow: hidden;
}

#portfolio .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

#portfolio .card:hover::before {
    left: 100%;
}

/* 채용정보 카드 스타일 */
#jobs .card {
    border-left: 4px solid #007bff;
}

#jobs .card:hover {
    border-left-color: #0056b3;
}

/* 공지사항 리스트 스타일 */
#notice .list-group-item {
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

#notice .list-group-item:hover {
    border-left-color: rgb(0, 128, 64);
    background-color: #f8f9fa;
}

/* K-디지털 트레이닝 카드 스타일 */
#k-digital-schedule .card {
    position: relative;
    overflow: hidden;
}

#k-digital-schedule .card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(0, 123, 255, 0.1);
}

/* 카피라이터 섹션 스타일 */
#copywriter {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#copywriter ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#copywriter ul li:last-child {
    border-bottom: none;
}

/* 푸터 개선 */
footer {
    background: linear-gradient(135deg, #212529 0%, #343a40 100%) !important;
}

footer h5, footer h6 {
    /* color: #007bff; */
    margin-bottom: 1rem;
}

footer ul li {
    margin-bottom: 0.5rem;
}
.font-color-yellow {
	font-size:14px;
    color: #ffeb3b;
}  
.font-color-green {
	font-size:14px;
    color: #7ff87b;
}  
.font-color-white {
    color: #ffffff; 
}
/* 로딩 상태 */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* 키보드 네비게이션 */
.keyboard-navigation *:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
}

/* 다크모드 스타일 */
.dark-mode {
    background-color: #1a1a1a;
    color: #ffffff;
}

.dark-mode .card {
    background-color: #2d2d2d;
    color: #ffffff;
}

.dark-mode .bg-light {
    background-color: #2d2d2d !important;
}

/* 이미지 로딩 효과 */
img {
    transition: opacity 0.3s ease;
}

img:not(.loaded) {
    opacity: 0;
}

img.loaded {
    opacity: 1;
}

.img-fluid {
   /*
    width: 100%;
    height: auto;
    */
    opacity: 1 !important;
}

/* 프린트 스타일 */
@media print {
    .navbar,
    footer,
    .btn {
display: none !important;
    }
    
    body {
font-size: 12pt;
line-height: 1.4;
    }
    
    .container-fluid {
max-width: none;
    }
    
    .card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #ddd;
    }
}

.mg-left {
    margin-left: 5%;
}

/* 공지사항 더보기 버튼 스타일 */
.notice-more-btn {
background: linear-gradient(45deg, #28a745, #1e7e34);
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.notice-more-btn:hover {
background: linear-gradient(45deg, #28a745, #1e7e34);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
    color: white;
}
/*
.notice-more-btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    color: white;
}
*/
.notice-more-btn i {
    margin-right: 5px;
    font-size: 12px;
    color: white !important;
}

/* 공지사항 제목과 더보기 버튼 정렬 */
.notice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.notice-header h2 {
    margin: 0;
    flex-grow: 1;
    text-align: center;
}

/* 반응형 더보기 버튼 */
@media (max-width: 768px) {
    .notice-more-btn {
padding: 6px 12px;
font-size: 12px;
    }
    
    .notice-more-btn i {
font-size: 10px;
    }
}

.operimg{
    filter: brightness(0) invert(1);
} 

.list-unstyled li > a:hover{
    color: white !important;
}
.img_ico {
	opacity: 1 !important;
	width:30px;
	height: 30px;
}

.web_over {
	    background-color: rgb(14, 184, 27) !important;
}

/* 팝업관련사항 */

.popimg {
    		width: 250px;
    		height: 100px;
}
.daily-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.daily-modal-backdrop.is-open {
    display: flex;
}

.daily-modal {
    width: min(520px, 100%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.daily-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.daily-modal__title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

.daily-modal__close {
    appearance: none;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    padding: 6px 8px;
    border-radius: 8px;
}

.daily-modal__close:hover {
    background: #f2f4f6;
}

.daily-modal__body {
    padding: 18px 16px 12px 16px;
}

.daily-modal__message {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px 0;
}

.daily-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px 16px 16px;
    border-top: 1px solid #f1f1f1;
}

.daily-modal__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.daily-modal__btn {
    border: 0;
    background: #111;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
}

.daily-modal__btn:hover {
    background: #000;
}

.daily-modal{
    width: 90% !important; 
    max-width: 800px !important;  
    min-width: 300px !important; 
    margin: 1.75rem auto;
}
.daily-modal__message img {
	width: 100%;
	height: auto;
}