@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:#1F1F1F; color:#eee; overflow-x: hidden}
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#1F1F1F; }
@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: #1F1F1F; 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 { }
#header_pc .header-logo img { max-width:250px; margin-left: 500px;}
#header_pc .header-search { width: 100%;
    max-width: 250px;
    right: 0;
    margin-left: 220px;}
#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); }

/********************************************************
■ 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; }
#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-weight:bold; color:#fff; }
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#fff; background-color:#1f1f1f !important; }
#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; 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:#000; border-bottom: 1px solid #eee; }
.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:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#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:55px; }
#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:275px; }
#nt_wing .wing-left { left:-295px; z-index: 1;}
#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 {  }

/* 사각 스타일 */
.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; }

/* dark theme */
body, a{color:#eee;background-color: #1F1F1F !important;}

#theme-controller a{background-color: #1F1F1F !important}
div a,
li a{background-color: transparent !important;}
.border-top {border-top: 1px solid #333!important;}
.border-right {border-right: 1px solid #333!important;}
.border-bottom {border-bottom: 1px solid #333!important;}
#nt_sidebar .sidebar-content .sidebar-icon{border-top: 1px solid #333;background-color: #1F1F1F !important;}
.point-box {background-color: #2e2e2e;}
.point-box .orangered{color:#f17236;}
.bg-light {color:#eee !important;border-color: #989ca1 !important;background-color: #424242 !important;}
.bg-light .custom-select,
.bg-light .form-control {color:#eee;border-color: #989ca1;background-color: #2a2a2a !important;}
.bg-light .form-control .btn{background-color: #2a2a2a !important;}
.text-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #eee !important;}

.page-link {color: #eee;background-color: #424242;border: 1px solid #9b9b9b;}
.page-item.active .page-link {background-color: #007bff !important;border-color: #007bff !important;}
.page-item.disabled .page-link {background-color: #424242;border-color: #9b9b9b;}

.sidebar-list .me-ul{background: transparent;}
.sidebar-list .me-ul1{}
.sidebar-list li a{border-color: #464646;background-color: #1f1f1f !important;}
.sidebar-list li a.me-a{background-color: #464646 !important;border-color: #464646;}

.sly-tab .d-flex {border-left: 0 none;}
#bo_cate li a{color: #eee;background-color: #424242;border-color: #9b9b9b;}
#bo_cate li.active a{background-color: #1c1c1c;}

.btn-primary{background-color: #1F1F1F !important;}

.btn.btn-basic {color: #b7b7b7 !important;border: 1px solid #757575;background-color: #424242;}

#header_pc {background: black;}
#header_pc .header-search input { color: #eee;background: #424242;border-color:#eee; }
#header_pc .header-search .btn { background: #424242;}
#header_pc .header-search .border-primary {border-color: #5d5d5d !important;}
#header_pc .header-search .btn i{color: #aaa !important;}

#nt_menu{border-top: 1px solid #5d5d5d;border-bottom: 1px solid #5d5d5d;}
#nt_menu .me-a{color:#eee;}
#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a{}
.wrapper {background: #1f1f1f;}
#nt_menu {background-color: #1f1f1f !important;}
.nt-body{ }
.na-title .na-subject{color:#eee;}
.nt-menu .sub-1div{background-color: #1e1e1e;border: 1px solid #757575;}
.nt-menu .sub-1da{color:#eee;}
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#eee; background: #111; border-color: #eee;}

#leftDataTop h2{color: #eee;background: #2e2e2e;border-color: #989ca1;}
#leftDataTop ul{background: #1D1D1D;border-bottom: 0;border-color: #989ca1;}
#leftDataTop ul li a{color:#bababa;}
#leftDataTop ul li a.on{color: #5bd2ff;}
#leftDataTop dl{border-color: #989ca1;}
#leftDataTop dl dd table thead th{color: #eee;background-color: #1D1D1D;}
#leftDataTop dl dd table thead td{}
#leftDataTop dl dd table tbody th,
#leftDataTop dl dd table tbody td{color:#eee}
#leftDataTop dl dd table tbody tr.first,
#leftDataTop dl dd table tbody tr{background-color: #2e2e2e;}
#leftLanking h2{color: #eee;background: #2e2e2e;border-color: #989ca1;}
#leftLanking ul{background: #1D1D1D;border-bottom: 0;border-color: #989ca1;}
#leftLanking ul li a{color:#bababa;}
#leftLanking ul li a.on{color: #5bd2ff;}
#leftLanking dl{border-color: #989ca1;}
#leftLanking dl dt{background-color: #1D1D1D;}
#leftLanking dl dd table{border-color: #989ca1;}
#leftLanking dl dd table thead th{color: #eee;background-color: #1D1D1D;}
#leftLanking dl dd table tbody tr.first,
#leftLanking dl dd table tbody tr{background-color: #2e2e2e;}
#leftLanking dl dd table tbody th,
#leftLanking dl dd table tbody td{color:#eee}

#nt_title{color: #eee;background: #1F1F1F;}
#nt_title .breadcrumb a{color: #eee;}
.nav-tabs .nav-link .op-subject{color:#eee;}
.nav-tabs .nav-link{background-color: #464646 !important;}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {background-color: #e49c12 !important;}
.nav-tabs .nav-link:hover h3,
.nav-tabs .nav-link.active h3{color:#000;}
#nt_footer {background:black;}
#nt_footer span {color:#828282}
#nt_footer nav{background-color: #2e2e2e;}
#nt_footer .nt-links ul > li > a{color:#eee;background-color: transparent !important;}

.nt-container-footer {margin:0 auto;background:black;}

.table {color:#eee !important;}
#nt_sidebar{background-color:#1F1F1F !important}
#nt_sidebar_header{background-color:#1F1F1F !important}

#fviewcomment #wr_content + .input-group-append button{border: 1px solid #989ca1 !important;}

.custom-control-label {color: #eee;border-color: #989ca1;}
.list-group-item {color: #eee;background: #2e2e2e;border-color: #989ca1;}
.list-group ul{background: #1D1D1D;border-bottom: 0;border-color: #989ca1;}
.list-group ul li a{color:#bababa;}
.list-group ul li a.on{color: #5bd2ff;}

#nt_wing_bg .wing-left-bg { }
#nt_wing_bg .wing-right-bg { }
.attendance {background: url('../img/star_dark.gif') no-repeat right bottom;}
.ranking {background: url('../img/rank_dark.gif') no-repeat right bottom;}
.sidebar_more {background: url('../img/more_dark.gif') no-repeat right bottom;}
.sidebar_menu {background: url('../img/menu_dark.gif') no-repeat right bottom;}
.sidebar_faq {background: url('../img/faq_dark.gif') no-repeat right bottom;}
.sidebar_close {background: url('../img/close_dark.gif') no-repeat right bottom;}
.sidebar_inquiry {background: url('../img/inquiry_dark.gif') no-repeat right bottom;}


.intro-main-img {
	padding-left: 0;
    padding-right: 0;
}

.main-img {
	
    width: 100%;
    height: 155px;
    display: block;
    text-align: center;
    margin: 0 auto;

}

.header-article {
	padding-top: 25px;
}

.header-article h2 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.header-article h3 {
	font-size: 14px;
	font-weight: 400;
}



.description {color:skyblue; display:block; text-align:center; padding:5px;}
.encrypted { display:block; text-align:center;  color:#eee}
.joincode { display:block; text-align:center;  border:1px solid #fff; color:#fff; border-radius:20px; margin:10px 20px; font-weight:bold;background: #000;}
.na-item a { text-align:center; }
.siteinfo { width:46%; background-color:#99005d; text-align:center; color:#eee; }
.sitelink { width:46%; background-color:#ad3900; text-align:center; color:#fff; }