@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; letter-spacing:-0.02em; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#fff; }

.nt-body > .nt-container { padding:50px 0px; }
.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; }
}
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; }
}

/* 비반응형 */
.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 ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; }
#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 { padding: 70px 0 63px !important; }
#header_pc .nt-container .align-self-center:nth-of-type(2) { display: inline-block; margin: 0 auto; padding: 0 !important; width: 420px; }
#header_pc .nt-container .align-self-center:nth-of-type(3) { width:200px; font-size: 25px; color: #c90000; font-weight: 700; text-align:right; background:url("/theme/nncoms037/img/ico_phone.png") no-repeat left center; }
#header_pc .nt-container .align-self-center:nth-of-type(3) > a { font-size: 25px; color: #c90000; font-weight: 700;}
#header_pc .header-logo a {display:block}
#header_pc .header-logo img { /*max-width:100%;*/ }
#header_pc .header-search { width:100%;	max-width:420px; }
#header_pc .header-search form { padding:0; border-width:2px; border-style:solid;border-radius: 5px !important; }
#header_pc .header-search input { height: 44px; 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; padding:0 15px !important }
#header_pc .header-search .btn .fa-lg { vertical-align: 10%; color: #000 !important; font-size: 1em; }

@media (max-width:1320px) {
  #header_pc .nt-container {padding: 70px 10px 63px !important;}
  #header_pc .header-logo img { width:260px; }
}


/********************************************************
■ 모바일 헤더(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); }
#header_mo a:nth-of-type(2) {display:block;}
#header_mo #logo_img {height:30px;}

@media (min-width:769px) {
  #header_mo #logo_img { height:40px; }
}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; z-index:20; box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.05); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.05); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }
#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-icon {	width:4.0rem; text-align:center; }
#nt_menu .me-a { display:block; position:relative; text-align:center; font-family: 'Noto Sans KR', sans-serif !important; font-weight:500 !important; color:#000; }
#nt_menu .me-a:after { position:absolute; content:''; right:0; top:18px; width:1px; height:22px; background:#e1e1e1; }
#nt_menu .me-li:last-of-type .me-a { background:#1d2088; color:#fff }
#nt_menu .me-li:last-of-type .me-a:after { display:none; }
#nt_menu .me-li:last-of-type:hover .me-a { background:#363636; }
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {  }
#nt_menu .me-li:hover .me-a:before { position:absolute; content:''; right:0; top:-1px; width:100%; height:2px; background:#1d2088; }
#nt_menu .me-li:nth-of-type(8):hover .me-a:before { position:absolute; content:''; right:0; top:-1px; width:100%; height:2px; background:#363636; }
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #eee; }
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#000; background: #fafafa; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#000; font-weight:bold; background:#f5f5f5; }
.nt-menu .sub-1div { position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:21; width:auto; min-width:100%; text-align:left;  background: rgba(0,0,0,0.8); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#fff; font-weight:400; text-align:center; white-space:nowrap; }
.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: #1d2088; border-color: #1d2088; font-weight:400; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .sub-1dli:nth-of-type(1) .me-sh { margin-top:10px; }
.nt-menu .sub-1dli:last-child .me-sh { margin-bottom:10px; }
.nt-menu .me-sh { padding:0 1.0rem; height:38px; line-height:38px; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

@media (max-width:1199px){
	#nt_menu .me-a { font-size: 16px !important;}
}

/* 메뉴 상단 고정 */
#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 { 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:0px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer
********************************************************/
#nt_footer { background: #252525; font-size: 16px !important; font-weight: 300 !important; color: #fff; }
#nt_footer .nt-links { background:#464646; }
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; height:60px; line-height:60px; }
#nt_footer ul > li { padding-right:10px; }
#nt_footer ul > li:first-child { padding-left:0; }
#nt_footer ul > li:last-child { padding-right:0; }
#nt_footer .nt-links ul > li::after {float: right; color:#fff; content: "|"; margin-right:-15px; margin-top: 2px;  font-family: dotum; font-weight: normal; font-size: 18px; }
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a { font-size:16px; color: #fff; white-space:nowrap;	}
#nt_footer .nt-info { padding:40px 0; }
#nt_footer .nt-copy { padding-top:20px; }

#nt_footer > .menu-all { padding:43px 0 50px; background:#f9f9f9; }
#nt_footer > .menu-all > .nt-container > ul { list-style:none; overflow:hidden; }
#nt_footer > .menu-all > .nt-container > ul > li { float:left; width:calc(100% / 8); }
#nt_footer > .menu-all > .nt-container > ul > li > a { display:block; padding-bottom:10px; font-size:18px; color:#333; font-weight:700; }
#nt_footer > .menu-all > .nt-container > ul > li > div > ul > li > a { font-size:15px; font-weight:400; color:#555; height:24px; line-height:24px; }
#nt_footer > .menu-all > .nt-container > ul > li > div > ul > li:hover>a{color: #1d2088; font-weight: 500;}
@media all and (max-width:1300px) {
	.responsive #nt_footer .nt-container {padding:0 10px; }
	.responsive #nt_footer .nt-info {padding: 40px 10px;}
}
@media all and (max-width:1199px) {
	#nt_footer > .menu-all > .nt-container > ul > li > div > ul > li > a {font-size:14px;}
}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-info {padding:20px 10px;}
	.responsive #nt_footer,
	.responsive #nt_footer .nt-links ul > li > a {font-size: 14px !important;}
	.responsive #nt_footer .nt-copy {padding-top:10px;}
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
	.responsive #nt_footer > .menu-all {display:none}
}
@media all and (max-width:768px) {
	.responsive #nt_footer .nt-info {padding:20px 10px 50px 10px;}
	.responsive #nt_footer {font-size: 13px !important; line-height: 1.5;}
	.responsive #nt_footer .nt-copy {padding-top:10px;}
}

/********************************************************
■ 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:0px !important; }

.pc_none{display: none;}

@media (max-width:991px) {
				.pc_none{display: block; position: fixed; bottom: 0; width: 100%; z-index: 9}
				.pc_none .moblie_flat{display: flex;}
				.pc_none .moblie_flat a{flex:1; text-align: center; line-height: 40px; background: #b30000; color: #fff; font-size: 13px;}
				.pc_none .moblie_flat a:nth-of-type(2){border-right: 1px solid #e1e1e1;border-left: 1px solid #e1e1e1}
}
