@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('../../../nariya/css/g5.css');

/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0;	background:#fff; color:#000; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#fff; }
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; }
}
.nt-container,
.nt-container-wide { margin:0 auto; }
@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
@media all and (max-width:1200px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
#nt_loader .loader { margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/********************************************************
■ LNB
********************************************************/
#nt_lnb{background-color: #f7f7f7;}
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 10px; }
#nt_lnb ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_lnb ul > li:first-child { padding-left:0; }
#nt_lnb ul > li:last-child { padding-right:0; }
#nt_lnb ul > li:last-child::after { content: ""; margin-right:0; }
#nt_lnb ul > li > a { float:left; white-space:nowrap; }
#nt_lnb .dropdown-toggle::after { color:#ccc; }

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container { background: url('../img/header.jpg') no-repeat right bottom; }
#header_pc .header-logo img { max-width:100%; }
#header_pc .header-search { width:100%;	max-width:400px; }
#header_pc .header-search form { padding:0; border-width:2px; border-style:solid; }
#header_pc .header-search input { font-size:16px !important; background: #fff; border:0 !important; box-shadow:none !important; -webkit-box-shadow:none !important; }
#header_pc .header-search .form-control:focus { box-shadow:none !important; -webkit-box-shadow: none !important; }
#header_pc .header-search .btn { border:0; background: none !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo { box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); background-color: #fff;}
#header_mo #logo_img{width: 100%; max-width: 150px;}
/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
/********************************************************
■ PC 주메뉴 - Colosseum 스타일
********************************************************/
/* 메뉴 배경 */
#nt_menu { position: relative; z-index: 20; background: #fff !important; border-bottom: 1px solid #e8e8e8; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

/* 로고 영역 */
#nt_menu .menu-logo { min-width: 200px; }
#nt_menu .menu-logo .logo-text { font-size: 2.3rem; font-weight: bold; color: #333; font-family: "Roboto", sans-serif; }
#nt_menu .menu-logo .fa-cloud{font-size: 3rem;}
#nt_menu .menu-logo #logo_img{width: 100%; max-width: 180px;}

/* 메뉴 리스트 */
#nt_menu .me-list { padding: 0 2rem; }
#nt_menu .me-ul { gap: 4.5rem; }
#nt_menu .me-li { position: relative; }

/* 메뉴 링크 */
#nt_menu .me-a { display: inline-block; position: relative; text-align: center; font-weight: 500; color: #333 !important; background: transparent !important; padding: 1.5rem 0; font-size: 1.3rem; transition: color 0.3s ease; }

/* 메뉴 hover 세로 롤링 애니메이션 */
#nt_menu .me-li:hover .me-a { animation: rollText 0.4s ease-in-out; }
@keyframes rollText {
	0% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(-20px); opacity: 0; }
	51% { transform: translateY(20px); opacity: 0; }
	100% { transform: translateY(0); opacity: 1; }
}

/* 메뉴 active */
#nt_menu .me-li.on .me-a { color: #0d6efd !important; font-weight: 600; }

/* 서브메뉴 영역 - 호버 영역 확장 */
.nt-menu .me-li { position: relative; }
.nt-menu .me-li::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 20px; }

/* 서브메뉴 드롭다운 */
.nt-menu .sub-1div { display: none; position: absolute; left: 0; z-index: 21; text-align: left; top: calc(100% + 10px); background: #fff !important; padding: 0.8rem; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); opacity: 0; animation: fadeUp 0.3s ease-out forwards; }

/* 서브메뉴 페이드업 애니메이션 */
@keyframes fadeUp {
	0% { opacity: 0; transform: translateY(10px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* 서브메뉴 표시 */
.nt-menu .me-li:hover .sub-1div { display: block; }
.nt-menu .sub-1dul { margin: 0; padding: 0; list-style: none; }

/* 서브메뉴 모든 항목 */
.nt-menu .sub-1dli { background: transparent; margin-bottom: 0.4rem; }
.nt-menu .sub-1dli:last-child { margin-bottom: 0; }

/* 서브메뉴 모든 링크 - 기본 회색 배경 */
.nt-menu .sub-1da { display: block; color: #333 !important; padding: 0.5rem 1rem; font-size: 1rem; font-weight: 500; transition: all 0.3s ease; text-decoration: none; letter-spacing: -0.3px; border-radius: 12px; }

/* 서브메뉴 hover - 파란색 배경으로 변경 */
.nt-menu .sub-1dli:hover .sub-1da { background: linear-gradient(135deg, #1e5fdf 0%, #0d47a1 100%) !important; color: #fff !important; font-weight: 600; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(13, 110, 253, 0.4); }

/* 아이콘 숨김 */
.nt-menu .sub-1da i { display: none; }

/* 서브메뉴 라인 숨김 */
.nt-menu .sub-1line { display: none; }

/* 우측 언어/버튼 영역 */
#nt_menu .menu-right { min-width: 250px; justify-content: flex-end; }
#nt_menu .lang-switch { display: flex; align-items: center; font-size: 0.9rem; font-weight: 500; }
#nt_menu .lang-link { color: #999; text-decoration: none; transition: color 0.3s ease; }
#nt_menu .lang-link.active,
#nt_menu .lang-link:hover { color: #333; font-weight: 600; }

/* 문의하기 버튼 */
#nt_menu .btn-contact { background: #0d6efd !important; border: none; border-radius: 8px; color: #fff !important; font-weight: 600; padding: 0.7rem 2rem !important; font-size: 1rem; transition: all 0.3s ease; }
#nt_menu .btn-contact:hover { background: #0b5ed7 !important; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(13, 110, 253, 0.4); }

/* 반응형 */
@media all and (max-width: 1200px) {
	#nt_menu .me-ul { gap: 1.8rem; }
	#nt_menu .me-list { padding: 0 1rem; }
	#nt_menu .me-a { font-size: 1rem; }
}
@media all and (max-width: 991px) {
	#nt_menu .menu-logo { min-width: 150px; }
	#nt_menu .menu-logo .logo-text { font-size: 1.3rem; }
	#nt_menu .btn-contact { padding: 0.6rem 1.5rem !important; font-size: 0.95rem; }
}



/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; }
@media all and (min-width:992px) {
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto !important; }
	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 0 0 auto !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto 0 0 !important; }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
/* 페이지 타이틀 전체 */
#nt_title.nt-title-hero { position: relative; overflow: hidden; min-height: 600px; display: flex; align-items: center; justify-content: center; background: #1e3a8a; border: none; }

/* 배경 이미지 - 커튼 열리는 효과 */
.nt-title-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1920&q=80'); background-size: cover; background-position: center; opacity: 0; z-index: 1; animation: curtainReveal 1s ease-out forwards; clip-path: inset(0 30% 0 30%); }

/* 오버레이 */
.nt-title-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(270deg, rgba(30, 58, 138, 0.85) 0%, rgb(37 99 235 / 0%) 100%); z-index: 2; animation: fadeIn 1s ease-out 0.5s forwards; opacity: 0; }

/* 컨테이너 */
#nt_title.nt-title-hero .nt-container { position: relative; z-index: 3; width: 100%; max-width: 1200px; margin: 0 auto; }

/* 컨텐츠 래퍼 */
.nt-title-content { text-align: center; padding: 80px 20px; color: #fff; }

/* 브레드크럼 */
.nt-breadcrumb-nav { margin-bottom: 35px; }
.nt-breadcrumb-nav .breadcrumb { display: flex; justify-content: center; align-items: center; background: transparent; padding: 0; margin: 0; font-size: 14px; opacity: 0.9; }
.nt-breadcrumb-nav .breadcrumb-item { margin-bottom: 0; }
.nt-breadcrumb-nav .breadcrumb-item a { color: #fff; text-decoration: none; transition: opacity 0.3s ease; }
.nt-breadcrumb-nav .breadcrumb-item a:hover { opacity: 0.7; }
.nt-breadcrumb-nav .breadcrumb-item.active a { opacity: 0.6; pointer-events: none; }
.nt-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before { font-family: dotum, sans-serif; color: rgba(255, 255, 255, 0.6); content: ">"; padding: 0 10px; }

/* 메인 타이틀 */
.nt-main-title { font-size: 56px; font-weight: 900; letter-spacing: -2px; line-height: 1.2; color: #fff; margin-bottom: 30px; text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); animation: fadeInUp 0.8s ease-out 0.8s backwards; }
.nt-main-title i { margin-right: 15px; }

/* 설명 텍스트 */
.nt-title-desc { font-size: 18px; line-height: 1.8; color: rgba(255, 255, 255, 0.95); font-weight: 300; animation: fadeInUp 0.8s ease-out 1s backwards; }

/* 애니메이션 */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes curtainReveal { 
  0% { clip-path: inset(0 80% 0 80%); opacity: 0; }
  1% { opacity: 0.35; }
  100% { clip-path: inset(0 0% 0 0%); opacity: 0.35; }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* 반응형 - 태블릿 */
@media all and (max-width: 991px) {
  #nt_title.nt-title-hero { min-height: 350px; }
  .nt-title-content { padding: 60px 20px; }
  .nt-main-title { font-size: 44px; letter-spacing: -1px; }
  .nt-title-desc { font-size: 17px; }
}

/* 반응형 - 모바일 */
@media all and (max-width: 767px) {
  #nt_title.nt-title-hero { min-height: 300px; }
  .nt-title-content { padding: 50px 15px; }
  .nt-main-title { font-size: 36px; margin-bottom: 25px; }
  .nt-title-desc { font-size: 16px; }
  .nt-breadcrumb-nav { margin-bottom: 25px; }
}

/* 반응형 - 작은 모바일 */
@media all and (max-width: 575px) {
  #nt_title.nt-title-hero { min-height: 280px; }
  .nt-title-content { padding: 40px 15px; }
  .nt-main-title { font-size: 28px; margin-bottom: 20px; }
  .nt-title-desc { font-size: 15px; }
  .nt-breadcrumb-nav .breadcrumb { font-size: 13px; }
  .nt-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before { padding: 0 6px; }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container { position:relative; overflow:visible !important; }
#nt_wing img { max-width:100%; }
#nt_wing .wing-left,
#nt_wing .wing-right { position:absolute; width:160px; }
#nt_wing .wing-left { left:-180px; }
#nt_wing .wing-right { right:-180px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer 
********************************************************/
/********************************************************
■ Footer 
********************************************************/
/* 푸터 전체 */
#nt_footer { font-size: 0.9rem; background: linear-gradient(135deg, #0f172a 0%, #1e3a52 50%, #2c4a64 100%);}

.footer-bottom .nt-container{border-top:1px solid #fff;padding-top: 30px;}
/* 푸터 타이틀 */
#nt_footer .footer-title { font-size: 1.1rem; font-weight: 600; color: #fff; margin-bottom: 1.5rem; }

/* 푸터 메뉴 */
#nt_footer .footer-menu { margin: 0; padding: 0; list-style: none; }
#nt_footer .footer-menu li { margin-bottom: 0.8rem; }
#nt_footer .footer-menu li:last-child { margin-bottom: 0; }
#nt_footer .footer-menu a { color: #b0b8c9; text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
#nt_footer .footer-menu a:hover { color: #fff; padding-left: 5px; }

/* 푸터 로고 */
#nt_footer .footer-logo { display: flex; align-items: center; }
#nt_footer .footer-logo img{width: 100%; max-width: 180px;}
#nt_footer .footer-logo i { color: #4a90e2; }

/* 푸터 링크 */
#nt_footer .footer-links a { text-decoration: none; transition: color 0.3s ease; }
#nt_footer .footer-links a:hover { color: #fff !important; }

/* 푸터 정보 */
#nt_footer .footer-info { line-height: 1.6; }
#nt_footer .footer-info p { margin-bottom: 0.3rem; }

/* 반응형 */
@media all and (max-width: 767px) {
	#nt_footer .footer-title { font-size: 1rem; margin-bottom: 1rem; }
	#nt_footer .footer-menu li { margin-bottom: 0.6rem; }
	#nt_footer .footer-menu a { font-size: 0.85rem; }
	#nt_footer .footer-info { font-size: 0.8rem; }
	#nt_footer .text-md-right { text-align: left !important; }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner { font-size:1.0rem !important; }

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after { top:0.15rem !important; width:1.4rem !important; height:1.4rem !important; }

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span { cursor: pointer; padding-left:0.5rem !important; }

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after { margin-top:2px; }

/* Button */
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }

/* Form */
.col-form-label { font-weight:bold; }

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus { color: #333; }

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img { border-radius: 0.3rem !important; }

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item { border-radius:0 !important; }





/* 상단 알림 배너 */
.top-banner { background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%); color: white; padding: 12px 20px; display: flex; align-items: center; justify-content: center; gap: 15px; font-size: 0.95rem; position: relative; overflow: hidden; }
.top-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); animation: shimmer 3s infinite; }
@keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.top-banner-content { display: flex; align-items: center; gap: 10px; z-index: 1; }
.top-banner-icon { font-size: 1.1rem; }
.top-banner-text { font-weight: 500; font-size: 0.8rem;}
.top-banner-link { background: white; color: #2563eb; padding: 6px 20px; border-radius: 20px; font-weight: 700; text-decoration: none; transition: all 0.3s; z-index: 1; font-size:0.8rem; }
.top-banner-link:hover { background: #f0f9ff; transform: scale(1.05); }
@media (max-width: 768px) {
	.top-banner-link{padding: 5px 10px;}
}


/* 알림 배지 펄스 애니메이션 */
@keyframes pulse-noti {
	0%, 100% {
		transform: scale(0.9);
		box-shadow: 0 2px 4px rgba(255, 107, 107, 0.5);
	}
	50% {
		transform: scale(1);
		box-shadow: 0 4px 8px rgba(255, 107, 107, 0.7);
	}
}
.noti-box{position: relative; display: inline-flex; align-items: center;}
.noti-box span{position: relative; display: inline-flex;}

/* 종 아이콘에 흔들림 효과 (선택사항) */
.nt-noti-badge{position: absolute; top: -8px; right: 8px; display: flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; background: linear-gradient(135deg, #ff6b6b, #ee5a6f); color: white; font-size: 10px; font-weight: 700; border-radius: 9px; border: 2px solid white; box-shadow: 0 2px 4px rgba(255, 107, 107, 0.5); animation: pulse-noti 2s ease-in-out infinite;}
.nt-noti-badge:hover ~ span { animation: bell-ring 0.5s ease-in-out; }

@keyframes bell-ring {
	0%, 100% { transform: rotate(0deg); }
	10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
	20%, 40%, 60%, 80% { transform: rotate(10deg); }
}
#nt_sidebar_noti{ display: none !important; }