@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:#f8f8fb; color:#000; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }
.na-title .date-font { font-family:"Roboto", sans-serif !important; } 

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#f8f8fb; }
@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; }
}

.rank-icon { border-radius:4px; }
.nx-mb { margin-bottom: 25px; }
.p-grid { margin-top:25px; }
@media (max-width:576px) { .nx-mb { margin-bottom: 15px !important; } .nx-m { margin:15px 15px 0px 15px; } .nx-mt { margin-bottom: 15px !important; } .p-grid { margin-top:15px !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; }

/********************************************************
■ 메인 레이아웃 그리드
********************************************************/
.zone-left, .zone-left-bg, .ie-left { width:280px; }
.zone-right, .zone-right-bg, .ie-right { width:280px; }
.zone-center { width: calc(100% - 280px - 280px); }
.zone-left, .zone-left-bg, .ie-left, 
.zone-right, .zone-right-bg, .ie-right,
.zone-center { padding-top:10px; }
.at-zone,
.zone-left, 
.zone-right, 
.zone-center { /*overflow:hidden;*/ -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.at-zone { padding-top:0; padding-bottom:0; }
.zone-left,
.zone-right,
.zone-center { padding-top:25px; }
.zone-left { padding-right:25px; }
.zone-right { padding-left:25px; }
.zone-left { float:left; }
.zone-left-bg { position:absolute; top:0; left:0; height:100%; }
.zone-right { float:right; }
.zone-right-bg { position:absolute; top:0; right:0; height:100% }
.zone-center { display: inline-block; }
.zone-2dan-left .zone-right,
.zone-2dan-left .zone-right-bg,
.zone-2dan-right .zone-left,
.zone-2dan-right .zone-left-bg { display:none; }
.zone-2dan-left .zone-center { float:right; }
.zone-2dan-right .zone-center { float:left; }
.zone-1dan .zone-left,
.zone-1dan .zone-right { display:none; }
.zone-1dan .zone-center { display:block; width:100%; }
@media all and (max-width:991px) {
	.responsive .zone-3dan .zone-left { float:left; width:50%; padding-right:15px; }
	.responsive .zone-3dan .zone-right { float:left; width:50%; padding-left:15px; }
	.responsive .zone-3dan .zone-center { display:block; width:100% !important; }
}
@media all and (max-width:767px) {
	.responsive .zone-left,
	.responsive .zone-right { float:none; width:100% !important; padding-left:0 !important; padding-right:0 !important;}
	.responsive .zone-center { padding-top:0px; display:block; width:100% !important; margin:0; }
}

/* Layout : IE8 이하 */
.at-ie-zone { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.ie-zone { display:table-cell; vertical-align:top; padding-top:30px; padding-bottom:30px; }
.ie-left { padding-right:30px; }
.ie-right { padding-left:30px; }

/********************************************************
■ 페이지 레이아웃 그리드
********************************************************/
#bo_list_wrap { padding:15px; border-radius:10px; background:#fff; box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06); }
@media (max-width: 991px) {

  /* row는 무조건 세로 스택 */
  .na-row {
    display: flex;
    flex-wrap: wrap;
  }

  /* 모든 컬럼을 1단 100%로 강제 */
  .na-col {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 혹시 남아 있는 flex-basis 제거 */
  .na-col {
    flex-basis: 100% !important;
  }

  /* 출력 순서 */
  .na-col.order-md-2 { order: 1; } /* 본문 */
  .na-col.order-md-1 { order: 2; } /* 좌측 */
  .na-col.order-md-3 { order: 3; } /* 우측 */
  .m-grid { padding-left:15px; padding-right:15px; }
}

/********************************************************
■ LNB
********************************************************/
#nt_lnb {padding:10px 0; border-bottom:1px solid #f9f5fe; background:#fff;}
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; height:30px; line-height:30px; }
#nt_lnb ul > li.b_dot {*padding: 0 3px;}
#nt_lnb ul > li.b_dot::after { float: right; color:#333; content:"·"; margin-right:-16px; }
#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; display:inline-block; height:30px; border-radius:4px; *padding:0 10px;}
#nt_lnb .dropdown-toggle::after { color:#ccc; }

#nt_lnb ul > li img.icon_yellow_star {vertical-align:top; margin-top:6px; margin-right:3px;}
#nt_lnb ul > li img.icon_event {vertical-align:top; margin-top:6px; margin-right:2px;}
#nt_lnb ul > li > a.btn_event {font-weight:500;}
#nt_lnb ul > li > a.btn_nt_lnb_01 {border:1px solid #e5e7eb; color:#25282B; padding:0 10px; line-height:28px; font-size: 12px; font-weight:500;}
#nt_lnb ul > li > a.btn_register {margin-left:5px; font-size: 12px; font-weight:500;}

#nt_lnb ul > li.header-search-wrap {padding:0;}
#nt_lnb ul > li.header-search-wrap .header-search {}
#nt_lnb ul > li.header-search-wrap .header-search input.form-control {width:210px; height:30px; border:0; border-radius:4px; background:#f6f7fb; font-size:13px; padding:7px 33px 7px 10px;}
#nt_lnb ul > li.header-search-wrap .header-search button[type=submit] {position:absolute; top:-4px; right:5px; width:30px; height:30px; font-size:12px; z-index:3;}
#nt_lnb ul > li.header-search-wrap .header-search button[type=submit] i {color:#626266 !important;}

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc {}
#header_pc .header-search { width:100%;}
#header_pc .header-search form { padding:0; border-width:2px; border-style:solid; border-radius: 3px; overflow: hidden;}
#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: #fff !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo { background: #111;}
#header_mo a {color: #fff;}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; height:56px; background: #000 !important; z-index:20; }
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative;}
#nt_menu .sub-slide { display:none; visibility:visible; }
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-home {width: 100%; max-width: 270px; text-align: center;}
#nt_menu .me-home a {display: flex; align-items: center; height: 100%; justify-content: center;}
#nt_menu .me-home img { max-width:155px; }
#logo_img_m {width: 180px;}
#nt_menu .me-icon { text-align:center; display: inline-flex; }
#nt_menu .me-icon a {}
#nt_menu .pc-logo { margin-top: 9px;}
#nt_menu .me-a { display:block; position:relative; text-align:center; font-weight:bold; color:#eee; border: 1px solid #ddd0; position: relative; }
#nt_menu .me-grid { margin-top:8px; }
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#fff; }
#nt_menu .me-li.on .me-a-custom,
#nt_menu .me-li:hover .me-a-custom { color:#fff; background: #222; }
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #181818; }
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#ccc; border-bottom: 1px solid #222; }
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#fff; background: #222; border-color: #333; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#fff; font-weight:bold; background:#111; }
.nt-menu .sub-1div { position:absolute; left:0; z-index:21; width:auto; text-align:left; top:100%; border:1px solid #333; background:#181818; box-shadow: 0 6px 12px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .5); }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#ccc; }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#fff; background: #222; border-color: #222; font-weight:bold; }
.nt-menu .sub-1line { color:#fff; font-weight:bold; background:#111; }
.nt-menu .me-sh { padding:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */
.nt-menu .sub-1dli:first-child .me-sh { margin-top: 0; }
.me-list { margin-left: 70px; }

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; }
.me-sticky .me-home img {transform: scale(0.9); transition: 0.2s;}
@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; }
}
.me-icon i {padding: 10px; border-radius: 3px; background: #222; font-size: 12px; color: #aaa;}
.me-icon i:hover {color: #fff; background: #333;}
.nt_mo_menu {background: #000;}
.nt_mo_submenu {background: #111;}
.mebd-primary {border-color: #000 !important;}
#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
	border-radius: 3px 3px 0 0;
}
.sub-1da-line:hover {
	color: #fff !important;
	background: #222 !important
}

/****** ■ 모바일 상단 주메뉴 *******/
#nt_menu_mobile .me-icon { padding-right:44px; }
#nt_menu_mobile .na-table { background: #000; }
#nt_menu_mobile .d-block.on {
     color:#fff;
     background:rgba(255,255,255,0.1);
}
#nt_menu_mobile .gra {
     content: " ";
     position: absolute;
     z-index:1;
     top:0;
     width:1.25rem;
     height:100%;
}
#nt_menu_mobile .gra-left-primary {
     left:0;
}
#nt_menu_mobile .gra-right-primary {
     right:0;
}
#mobile_sub { background: #1a1a1a; }
#nt_menu_mobile #mobile_sub ul li a {
    position: relative;
    color: #888 !important;
    text-decoration: none;
}
#nt_menu_mobile #mobile_sub ul li a.custom-text-primary {
    color: #fff !important;
}
#nt_menu_mobile #mobile_sub ul li a.custom-text-primary:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

/********************************************************
■ Side Menu : 사이드 메뉴
********************************************************/
#nt_side_menu {display: flex; align-items: center; justify-content: center; background: #272c36; }
#nt_side_menu ul.off { display:none; }
#nt_side_menu li { padding:0; margin:0; position:relative; padding: 6px 0;}
#nt_side_menu a { display:block; margin-left: 2rem; overflow:hidden; font-size: 13px; color: #fff;}
@media (max-width: 576px) { #nt_side_menu a { margin-left: 1.7rem !important; } }
#nt_side_menu .tree-toggle { position:absolute;  z-index:1; top:0; right:0; width:2.5rem; padding:0.6rem 0; margin-top:0.15rem; text-align:center; cursor:pointer; color:#aaa; }
#nt_side_menu .me-ul { display: flex; align-items: center;}
#nt_side_menu .me-ul1 {	background:#fafafa; }
#nt_side_menu .me-ul2 { }
#nt_side_menu .me-li.active .me-a,
#nt_side_menu .me-li1.active .me-a1,
#nt_side_menu .me-li2.active .me-a2 { color:#ffa83d; font-weight:bold;}
#nt_side_menu .me-line1 .me-a1 { background:#eee; font-weight:bold; }
#nt_side_menu .me-line2 .me-a2 { background:#eee; font-weight:bold; }
@media all and (max-width:575px) {
	.responsive #nt_side_menu .me-ul.border { border-left:0 !important; border-right:0 !important; }
}

/* ===============================
   하단 하위메뉴 ACTIVE 강제 스타일
=============================== */

/* 1차 하위메뉴 */
#nt_side_menu ul.me-ul > li.me-li.on > a,
#nt_side_menu ul.me-ul > li.me-li.active > a {
	color: #e00032 !important;
}

/* 2차 하위메뉴 */
#nt_side_menu ul.tree > li.on > a,
#nt_side_menu ul.tree > li.active > a {
	color: #7a84ff !important;
}

/* 아이콘 색상 동기화 */
#nt_side_menu li.on > a i,
#nt_side_menu li.active > a i {
	color: inherit !important;
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title { position:relative; overflow:hidden; color:#333; background:#fafafa; border-bottom:1px solid #dee2e6; }
#nt_title .nt-container { position:relative; z-index:2; height:70px; }
#nt_title .page-title { font-size:26px; letter-spacing:-1px; line-height:1.4; }
#nt_title .breadcrumb a { color:#333; }
#nt_title .breadcrumb-item + .breadcrumb-item::before {	font-family: dotum;	font-weight: normal; color:#aaa; content:">"; }
@media all and (max-width:991px) {
	.responsive #nt_title .page-title { font-size:24px; letter-spacing:0; }
}
@media all and (max-width:767px) {
	.responsive #nt_title .page-title { font-size:22px; }
	.responsive #nt_title .nt-container { height:60px; }
}
@media all and (max-width:575px) {
	.responsive #nt_title .page-title { font-size:20px; }
	.responsive #nt_title .nt-container { height:50px; }
}

/********************************************************
■ 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; }

/* ===============================
   TL FOOTER – WHITE LAYERED
================================ */

#nt_footer {
	position: relative;
	background: #fff; /* 순백 ❌, 아주 연한 틴트 */
	border-top: 1px solid #eef1f6;
}

/* 상단 소프트 구분 라인 */
#nt_footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		#e5e9f2,
		transparent
	);
}

#tl_footer {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px 50px;
}

/* BRAND */
#tl_footer_brand {
	margin-bottom: 52px;
}

#tl_footer_brand h2 {
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 10px;
}

#tl_footer_brand p {
	font-size: 15px;
	color: #475569;
	letter-spacing: -0.2px;
}

/* GRID */
#tl_footer_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 60px;
}

.tl_footer_card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px 24px;
	border-radius: 16px;
	background: #ffffff;
	text-decoration: none;
	transition: all .25s ease;
	box-shadow:
		0 1px 0 rgba(15,23,42,0.04),
		0 8px 24px rgba(15,23,42,0.04);
}

.tl_footer_card strong {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
}

.tl_footer_card span {
	font-size: 13px;
	color: #64748b;
}

/* Hover – 튀지 않게 */
.tl_footer_card:hover {
	transform: translateY(-3px);
	box-shadow:
		0 4px 20px rgba(15,23,42,0.08),
		0 12px 40px rgba(15,23,42,0.06);
}

/* META */
#tl_footer_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 12.5px;
	color: #94a3b8;
}

/* MOBILE */
@media (max-width: 768px) {

	#tl_footer {
		padding: 64px 16px 40px;
	}

	#tl_footer_grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

}

/********************************************************
■ 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: 8px; 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; }

/* 추가된 css */
.register { padding:15px; border-radius:10px; background:#fff; box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06); }
#find_info { padding:15px; border-radius:10px; background:#fff; box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06); }
