@charset "utf-8";

@font-face {
	font-family: 'NanumSquareR';
	font-weight: normal;
	src:url('../../fonts/NanumSquareR.eot'); /* IE9 Compat Modes */
	src:url('../../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../../fonts/NanumSquareR.woff2') format('woff2'), /* Super Modern Browsers */
		url('../../fonts/NanumSquareR.woff') format('woff'), /* Pretty Modern Browsers */
		url('../../fonts/NanumSquareR.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'NanumSquareB';
	font-weight: normal;
	src:url('../../fonts/NanumSquareB.eot');
	src:url('../../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/NanumSquareB.woff2') format('woff2'),
		url('../../fonts/NanumSquareB.woff') format('woff'),
		url('../../fonts/NanumSquareB.ttf')  format('truetype');
}
@font-face {
	font-family: 'NanumGothic';
	font-weight: normal;
	src:url('../../fonts/NanumGothic.eot'); /* IE9 Compat Modes */
	src:url('../../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../../fonts/NanumGothic.woff') format('woff'), /* Pretty Modern Browsers */
}
@font-face {
	font-family: 'NanumGothicBold';
	font-weight: normal;
	src:url('../../fonts/NanumGothicBold.eot'); /* IE9 Compat Modes */
	src:url('../../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../../fonts/NanumGothicBold.woff') format('woff'), /* Pretty Modern Browsers */
}
@font-face {
	font-family: 'NetMarble';
	font-style: normal;
	font-weight: 300;
	src: url('../../fonts/netmarbleL.eot');
	src: url('../../fonts/netmarbleL?#iefix') format('embedded-opentype'),
		url('../../fonts/netmarbleL.woff2') format('woff2'),
		url('../../fonts/netmarbleL.woff') format('woff'),
		url('../../fonts/netmarbleL.ttf') format('truetype');
}
@font-face {
	font-family: 'NetMarble';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/netmarbleM.eot');
	src: url('../../fonts/netmarbleM?#iefix') format('embedded-opentype'),
		url('../../fonts/netmarbleM.woff2') format('woff2'),
		url('../../fonts/netmarbleM.woff') format('woff'),
		url('../../fonts/netmarbleM.ttf') format('truetype');
}
@font-face {
	font-family: 'NetMarble';
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/netmarbleB.eot');
	src: url('../../fonts/netmarbleB?#iefix') format('embedded-opentype'),
		url('../../fonts/netmarbleB.woff2') format('woff2'),
		url('../../fonts/netmarbleB.woff') format('woff'),
		url('../../fonts/netmarbleB.ttf') format('truetype');
}

html,body{
	height: auto; min-height: 100%;
	font-family: NanumGothic,"나눔고딕", Apple SD Gothic Neo, Arial, Tahoma, sans-serif;
}
body {
	min-width: 320px;
	-ms-overflow-style: scrollbar;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: NanumSquareR, "나눔스퀘어", Apple SD Gothic Neo, Arial, Tahoma, sans-serif;
	font-weight: 600;
}
ul, ol, li {
	padding: 0; margin: 0;
	list-style: none;
}
a {
	color: inherit;
}
a:active, a:focus {
	color: inherit;
}
p {
	margin: 0;
}
label {
	margin-bottom: 0;
	font-weight: normal;
}
textarea {
	resize: none;
}
input[type="text"]::-ms-clear{
	display: none;
}


/* header */
.main-header h1 {
	position: relative; 
	margin: 0;
}
.main-header .logo {
	display: block;
	width: 250px; height: 60px;
	text-align: center;
}
.main-header .logo .logo-lg {
	display: inline-block;
	width: 176px; height: 100%;
}

/* tnb */
.main-header .navbar {
	margin-left: 250px;
	background-color: #a90056;
	box-shadow: inset 5px 0 15px -15px rgba(10,20,42,0.2);
}
.pp_username a:hover, .pp_username a:focus {
	color: #fff !important;
	background: #8f024a !important;
	cursor: default;
}

.navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a:hover {
	color: #fff;
	background-color: #8f024a;
}
.navbar-nav > li > a:focus {
	color: #fff;
	background-color: #5d2037;
}
.main-header .sidebar-toggle {
	color: #fff;
}

.ad_user_txt {
	font-size: 14px;
}
.ad_footer_logo {
	margin-top: -5px;
}

/* gnb */
.main-sidebar{
	width: 250px;
	box-shadow: 0 5px 15px rgba(10,20,42,0.2);
}
.main-sidebar {
	height: 100%;
}
.main-sidebar .mCSB_scrollTools {
	width: 8px;
}
.main-sidebar .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(36,169,224,0.4);
}
:not(.sidebar-mini-expand-feature).sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
:not(.sidebar-mini-expand-feature).sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
	width: 200px;
}

.sidebar-expanded-on-hover .main-sidebar {
	background-color: #fff;
	box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

.sidebar-menu {
	padding: 10px;
	white-space: normal; word-break: keep-all;
	overflow-y: auto;
}
.sidebar-menu a {
	color: inherit; font-family: inherit; font-weight: inherit;
}
.sidebar-menu > li {
	margin-bottom: 10px;
	color: #323232; font-family: NotoKr, sans-serif; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.sidebar-menu > li > a {
	padding: 3px 10px;	
}
.sidebar-menu > li:hover > a {
	color: #26509d; font-weight: 500;
	background: #e9edf3;
}
.sidebar-menu li a:focus {
	color: #26509d; font-weight: 500;
}
.sidebar-menu li > a > .pull-right-container {
	position: static;
	margin-left: 5px;
}
.sidebar-menu > li > a > i {
	margin-right: 6px;
	font-size: 20px; vertical-align: middle;
}
.sidebar-menu > li.menu-open {
	background: #e9edf3;
}
.sidebar-menu > li.menu-open > a:hover {
	border-radius: 0;
}
.sidebar-menu > li.menu-open > a {
	color: #26509d; font-weight: 500;
}

.treeview-menu {
	padding-left: 18px;
}
.sidebar-menu > li:hover > .treeview-menu {
	background: #e9edf3;
}
.treeview-menu > li {
	border-left: 1px solid #b8c3ce;
}
.treeview-menu > li:last-child {
	position: relative;
	border-left: none;
}
.treeview-menu > li:last-child::after {
	position: absolute; top: 0; left: 0;
	content: "";
	display: block;
	width: 10px; height: 17px;
	border-left: 1px solid #b8c3ce;
	border-bottom: 1px solid #b8c3ce;
}
.treeview-menu > li .fa-angle-right {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.treeview-menu > li.menu-open .fa-angle-right {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.treeview-menu > li > a {
	padding-left: 12px;
}
.treeview-menu > li > a:hover, .treeview-menu > li.menu-open > a {
	color: #26509d;
}
.treeview-menu .treeview-menu {
	padding-left: 16px;
}
.treeview-menu .treeview-menu > li.menu-open > a:hover {
	color: #3184d1;
}
.main-sidebar .mCSB_inside > .mCSB_container {
	margin-right: 3px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
	padding: 3px 0; font-size: 0; text-align: center;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > i {
	margin-right: 0;
}
.sidebar-mini.sidebar-collapse .main-sidebar .mCSB_inside > .mCSB_container {
	margin-right: 0;
}


/* gnb user info */
.user-panel > .info {
	padding-left: 10px;
}
.user-panel > .info > p {
	overflow: hidden;
	width: 150px;
	font-size: 14px; white-space: nowrap; text-overflow: ellipsis;
}
.user-panel > .info > span {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
}

/* footer */
.main-footer {
	margin-left: 250px;
}
.pp_footer_logo {
	margin-top: -10px;
	width: 150px;
}
a:hover, a:active, a:focus {
	color: #25aae1;
}

/* 탑버튼 */
.back-to-top {
	display:none;
	position: fixed; bottom: 20px; right: 30px;
	min-width: auto !important;
	cursor: pointer;
}

/* 로딩 */
#loading {
	display: none;
	width: 100%; height: 100%;
	position: absolute; top: 0; left: 0;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	z-index: 9999;
}
#loading_image {
	display: block;
	margin: 0 auto;
	margin-top: -50px; margin-left: -33px;
	position: absolute; top: 50%; left: 50%;
}
#loading_image span{
	display: inline-block;
	margin-top: 10px;
	font-weight: 600; font-size: 18px;
}

@media (max-width: 991px) {
	.navbar-custom-menu .navbar-nav > li > a {
		color: #fff;
	}
}

@media only screen and (max-width:767px) {

	.main-header h1 {
		background-color: #fff;
	}
	.main-header .navbar {
		margin-left: 0;
	}

	.main-header .navbar .nav > li > a {
		padding: 8px 20px 7px 20px;
		font-size: 24px; line-height: 1em;
	}
	.main-header .navbar .sidebar-toggle {
		padding: 8px 20px;
		font-size: 24px; line-height: 1em;
	}
	.main-sidebar {
		-webkit-transform: translate(-250px,0);
		-moz-transform: translate(-250px,0);
		-o-transform: translate(-250px,0);
		transform: translate(-250px,0);
	}
	.sidebar-open .content-wrapper, .sidebar-open .main-footer {
		-webkit-transform: translate(250px,0);
		-moz-transform: translate(250px,0);
		-o-transform: translate(250px,0);
		transform: translate(250px,0);
	}
	
	.main-footer {
		margin-left: 0;
	}

}
@media only screen and (max-width:500px) {
	.main-header .navbar .nav > li > a#userIpBtn {
		padding: 0px 15px;
		font-size: 12px; line-height: 40px !important;
	}
}
@media only screen and (max-width:423px) {
	.main-header .navbar .nav > li > a {
		padding: 8px 15px 7px;
		font-size: 20px;
	}
}