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

/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0;	color:#fff;/*background-image: url(/img/bg2.png);*/background-size: cover;background-color: #272727 !important;}
h1, h2, h3, h4, h5, h6, .en { /*font-family:"Roboto", sans-serif;*/ }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { /*background:#fff; background:#272727;*/  }
.nt-container,
.nt-container-wide { margin:0 auto; }
.nt-container img {max-width:100%;}
@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 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 { 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); }
#header_mo .header-mo-wrap {/*background-color:#393838;*/padding:14px 0;}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; z-index:20; 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); }
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; text-align:center;}
#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; color:#fff; font-size:18px; font-weight:500;}
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#fff; }
#nt_menu .me-list .me-li > a {padding:15px 0;}
#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; left:0; z-index:21; width:auto; min-width: 150px; text-align:left; top:100%; left:0; 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-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#ddd; border-top: 1px solid #2c2a2a; background: rgba(0,0,0,0.9); }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#000; background: #f5f5f5; border-color: #eee; font-weight:bold; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .me-sh { padding:10px 0 10px; line-height:1.5; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

.nt-menu.show-m .me-a {font-size:17px;}

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; background-color:#272727;}
@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:#fff; }
#nt_title .nt-container { position:relative; z-index:2; }
#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; }

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; }
#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 { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a { color: #333; white-space:nowrap;	}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
}

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

.progress-bar {background-color:#c43302;}
.box .progress-bar {margin-bottom:0;}

/* footer */
footer {text-align:center; background-color: #1e1e21; color:#eee;}
footer .sitemap {overflow:hidden; padding-top:20px; text-align:center;}
footer .sitemap ul {display:inline-block;}
footer .sitemap li {float:left; margin-left:24px;} 
footer .sitemap li:first-child {margin-left:0;}
footer .sitemap li:hover a {color:#ff7916}
footer .sitemap li a {color:#a5a5a5; font-size:13px; display:block; width:80px; height:32px; line-height:32px;}
footer .site_info {overflow:hidden; text-align:left; padding:20px 0;}
footer .site_info .logo {text-align:center;}
footer .site_info p {float:left; font-size:14px; line-height:28px; font-weight:200; margin-left:30px; color:#a9a9a9}
footer .site_info .telegram {overflow:hidden; float:right; padding-right:50px;}
footer .site_info .telegram li {float:left; box-sizing:border-box; padding-left:20px; font-size:14px;}
footer .site_info .telegram li:first-child {padding-left:0;}
footer .site_info .telegram li a {display:block;  text-align:center; width:100px; height:34px; line-height:34px; border-radius:2px; color:#999; }
footer .site_info .telegram li a i {color:#999;}
footer .footer_info_txt {overflow:hidden;}
footer .footer_info_txt dl {width:100%; padding:0 5px; box-sizing:border-box; margin-bottom:25px;}
footer .footer_info_txt dt {font-weight:400; font-size:16px; color:#a9a9a9;}
footer .footer_info_txt dd {color:#a9a9a9; font-size:13px; font-weight:300; line-height:22px; padding:5px 10px 0; text-align:center;}
footer .footer_info_txt a {color:#a9a9a9}
footer .footer_info_txt dd li {float:left; padding:0 4px; margin-bottom:8px; width:33.333%;}
footer .footer_info_txt dd li .menu {color:#a9a9a9; border:1px solid #3a4468; display:block;  height:34px; line-height:34px; font-size:12px; }
footer .footer_info_txt dd li:hover .menu {background:#1b233e}
/*footer .footer_info_txt dl:last-child dd {border:0; padding:0 10px; } */

footer .sns {overflow:hidden; text-align:center; padding:10px 0; display:inline-block;}
footer .sns ul {display:flex;}
footer .sns li {margin-left:40px;}
footer .sns li:first-child {margin-left:0;}
footer .sns li a {display:flex;align-items:center;}
footer .sns li i {color:#a9a9a9; font-size:18px;padding-right:5px;}

footer .copyright {height:38px; line-height:38px; background:#000; color:#999; font-weight:400; border-top:1px solid #333;}


.lv_info {}
.lv_info th {background:#ff7916; color:#fff; text-align:center}
.lv_info td {text-align:center}


@media (max-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left:10px;padding-right:10px;}
    .nt-menu {height:50px !important;line-height:45px !important;}

    footer .container {padding-right:10px;padding-left:10px;}
    footer .sitemap {padding-top:10px;}
	footer .sitemap ul {display:flex;justify-content:center;}
	footer .sitemap li:first-child {display:none;}
	footer .sitemap li {margin-left:0; width:20%;}
	footer .sitemap li a {width:100%; border-left:1px solid #424040; border-bottom:1px solid #424040; font-size:11px;}
    footer .sitemap li:nth-child(2) a,
    footer .sitemap li:nth-child(3) a,
    footer .sitemap li:nth-child(4) a,
    footer .sitemap li:nth-child(5) a,
	footer .sitemap li:nth-child(6) a, 
	footer .sitemap li:nth-child(7) a,
	footer .sitemap li:nth-child(8) a {border-top:1px solid #424040;}
	footer .sitemap li:nth-child(8) a {border-right:1px solid #424040;}
	footer .sitemap li:last-child a {border-right:1px solid #424040;}
	footer .site_info {padding:10px 0; }
	footer .site_info .logo {float:none; margin-left:0; text-align:center;}
    footer .site_info .logo img {height:38px;}
	footer .site_info p {margin-left:0; font-size:13px; float:none; letter-spacing:-1px; line-height:20px; text-align:center; padding:15px 0;}
	footer .site_info .telegram {float:none; width:100%; padding:0; text-align:center;}
	footer .site_info .telegram ul {display:inline-block;}
	footer .site_info .telegram li {padding-left:5px;}
	footer .footer_info_txt dl {float:none; width:100%;margin-bottom:10px;padding:0;}
	footer .footer_info_txt dt {font-size:14px;}
	footer .footer_info_txt dd {padding:0; font-size:12px;}

	footer .sns li {margin-left:15px;}
	footer .sns li a {padding:0; display:block;font-size:13px;}
	footer .sns li img {width:32px;}
    footer .sns li i {padding-right:2px;font-size:13px;}
	footer .copyright {font-size:11px;height:auto;line-height:1.6;margin-bottom:70px;padding:10px 5px;}
}

.at-side a {color:#fff;}