﻿@charset "utf-8";

/* Reset */
html, body {
	min-height: 100%;
}

body {
	-webkit-text-size-adjust: none;
}

body>.x:first-child {
	min-width: 300px;
	margin: 0 auto;
}

body>.x, .x label, .x table, .x input, .x textarea, .x select, .x button {
	font-size: 13px;
}

.x strong, .x th {
	font-weight: 600;
}

.x em, .x dfn {
	font-style: normal;
}

.x [disabled] {
	cursor: not-allowed;
}

.x [hidden] {
	display: none;
}

.x a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: -2px 0 0 2px;
	background-position: -120px -72px;
	opacity: .3;
	filter: alpha(opacity = 30);
}

.x a[target="_blank"]:hover:after, .x a[target="_blank"]:focus:after {
	opacity: .7;
	filter: alpha(opacity = 70);
}

.x mark {
	background-color: #FF0;
	color: #000;
}
/* Bootstrap Override */
.x .x_page-header {
	margin-top: 10px;
	padding-bottom: 0;
	border-bottom: 2px solid #ddd;
}

.x .x_page-header>h1 {
	position: relative;
	margin-bottom: 0;
	font-size: 24px;
	color: #333;
}

.x .x_page-header>h1>.x_icon-question-sign {
	margin: 0;
}

.x .x_page-header>h1>.path+.x_icon-question-sign {
	margin: 4px 0 0 0;
}

.x .x_icon-question-sign {
	vertical-align: middle;
}

.x h1, .x h2, .x h3, .x h4, .x h5, .x h6 {
	line-height: 1.5;
	font-weight: 600;
	color: #666;
	text-rendering: auto;
}

.x h1 {
	font-size: 22px;
}

.x h2 {
	font-size: 18px;
}

.x h3 {
	font-size: 14px;
}

.x h4, .x h5, .x h6 {
	font-size: 12px;
}

.x [class^="x_icon-"], .x [class*=" x_icon-"] {
	text-decoration: none;
	border: 0;
	padding: 0 0 0 14px;
	width: 0;
	background-color: transparent;
	overflow: hidden;
	font-size: 0;
}

.x .x_close {
	width: 32px;
	height: 32px;
	font-size: 17px;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.x .x_alert {
	position: relative;
}

.x .x_alert>.x_close {
	position: absolute;
	top: 0;
	right: 0;
}

.x .btn {
	color: #333;
}

.x .x_btn {
	border-radius: 2px;
	overflow: visible;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 9px;
	text-decoration: none !important;
}

.x .x_btn-large {
	font-size: 16px;
	padding: 9px 14px;
	font-weight: bold;
}

.x .x_btn-small {
	font-size: 14px;
}

.x .x_btn-mini {
	font-size: 11px;
	padding: 1px 6px;
	line-height: 17px;
}

.x .x_btn-link {
	padding: 0;
	margin: 0;
	overflow: visible;
	font-size: 13px;
	border: 0;
}

.x .x_btn-group {
	zoom: 1;
}

.x .x_btn-group:after {
	content: "";
	display: block;
	clear: both;
}

.x .x_btn-group>.x_btn {
	border-radius: 0;
}

.x .x_btn-group>.x_btn:last-child, .x .x_btn-group>.x_dropdown-toggle {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.x .x_btn-group>.x_btn:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.x .x_btn-group>.x_btn-inverse+.x_btn-inverse {
	border-left-color: #555;
}

.x input[type="radio"], .x input[type="checkbox"] {
	margin: 0;
}

.x input[type="file"] {
	height: auto;
}

.x td select, .x td textarea, .x td input {
	margin-bottom: 0;
}

.x [class*="x_icon-"] {
	opacity: .5;
	filter: alpha(opacity = 50);
}

.x [class*="x_icon-"]:hover, .x [class*="x_icon-"]:focus, .x *:hover>[class*="x_icon-"], .x *:focus>[class*="x_icon-"] {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.x .x_nav-tabs>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none !important;
}

.x .x_nav-tabs>li.x_active>a {
	font-weight: bold;
}

.x .x_table {
	margin: 10px 0;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.x h1+.x_table {
	border-top: 0;
	margin-top: -10px;
}

.x .x_table>caption {
	text-align: left;
	padding: 0 0 10px 0;
	line-height: 26px;
}

.x .x_table>caption>a, .x .x_table>caption>i, .x .x_table>caption>strong {
	position: relative;
	top: 7px;
}

.x .x_table thead th {
	vertical-align: top;
}

.x .x_table input {
	margin: 0;
}

.x .x_inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.x .x_page-header+.x_form-horizontal {
	margin-top: -20px;
}

.x .x_controls:after {
	content: "";
	display: block;
	clear: both;
}

.x label.checked, .x input:checked+label, .x .x_form-horizontal .x_control-label {
	font-weight: bold;
	word-break: keep-all;
}

.x .x_form-horizontal .x_control-label {
	width: 180px;
}

.x .x_form-horizontal .x_controls {
	margin-left: 200px;
	*margin-left: 0;
}

.x .x_form-horizontal .x_controls label {
	padding: 5px 0;
	margin-bottom: 0;
}

.x input[type="radio"]+label, .x input[type="checkbox"]+label {
	font-weight: normal;
}

.x label.x_inline {
	margin-right: 16px;
}

.x .x_input-append>* {
	vertical-align: top;
}

.x .x_input-append a.x_add-on, .x .x_input-prepend a.x_add-on {
	height: 16px;
	line-height: 16px;
}

.x .x_input-append button.x_add-on, .x .x_input-prepend button.x_add-on {
	height: 24px;
	line-height: 16px;
}

.x .x_control-group {
	padding-top: 8px;
	border-top: 1px dotted #ddd;
	clear: both;
}

.x .x_control-group:before {
	content: "";
	display: block;
	clear: both;
}

.x .x_control-group:first-child, .x .x_control-group:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.x .x_control-group select {
	width: auto;
	min-width: 220px;
}

.x .x_form-horizontal .x_control-group {
	margin-bottom: 10px;
}

.x input[type="text"], .x input[type="password"], .x input[type="datetime"], .x input[type="datetime-local"], .x input[type="date"],
	.x input[type="month"], .x input[type="time"], .x input[type="week"], .x input[type="number"], .x input[type="email"], .x input[type="url"],
	.x input[type="search"], .x input[type="tel"], .x input[type="color"] {
	height: 16px;
	line-height: 16px;
}

.x input[type="number"] {
	width: 50px;
}

.x select {
	padding: 0;
	height: 26px;
	line-height: 26px;
}

.x select[multiple] {
	height: auto;
}

.x textarea {
	vertical-align: top;
}

.x .x_tab-content {
	overflow: visible;
}

.x .x_well>*:first-child {
	margin-top: 0;
}

.x .x_well>*:last-child {
	margin-bottom: 0;
}

.x legend {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.x label {
	font-weight: inherit;
}

.x label:only-child {
	margin-bottom: 0;
}

.x td p, .x p:last-child {
	margin-bottom: 0;
}

.x form {
	margin: 0 0 10px 0;
}

.x form .x_btn[type="submit"]:only-child {
	min-width: 120px;
}

.x .x_help-inline {
	display: inline;
}

.x .x_btn.x_disabled, .x .x_btn[disabled] {
	opacity: .5;
	filter: alpha(opacity = 50);
	cursor: not-allowed;
}

/* Custom Styles */
.x .section {
	margin: 20px 0 40px 0;
}

.x .section>h1 {
	position: relative;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.x .section>h1>.snToggle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 32px;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.x .section>h1>.snToggle.x_icon-chevron-up {
	background-position: -279px -112px;
}

.x .section>h1>.snToggle.x_icon-chevron-down {
	background-position: -303px -111px;
}

.x .section>h2 {
	position: relative;
	border-bottom: 1px dotted #ddd;
}

.x .section>h2+.x_control-group {
	border-top: 0;
}

.x .section.collapsed>* {
	display: none;
}

.x .section.collapsed>h1 {
	display: block;
}

.x .center {
	text-align: center;
}

.x .search {
	margin: 10px 0 0 0;
}

.x .search select {
	width: auto;
}

.x .search>input[type="search"] {
	height: 16px;
	line-height: 16px;
	width: 120px;
}

.x .vr {
	color: #ccc;
	font-style: normal;
}

.x .nowr {
	white-space: nowrap;
}

.x .btnArea {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #ccc;
	text-align: right;
	zoom: 1;
	clear: both;
}

.x .btnArea:after {
	content: "";
	display: block;
	clear: both;
}

.x li.active>a, .x a.active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.x .module_search+[readonly] {
	vertical-align: top;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.x .module_search+[readonly]+a.x_btn {
	vertical-align: top;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -5px;
}

.x .fileBtn {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.x .fileBtn>input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transform: scale(4);
	-webkit-transform-origin: 100% 0;
	-moz-transform: scale(4);
	-moz-transform-origin: 100% 0;
	-o-transform: scale(4);
	-o-transform-origin: 100% 0;
	transform: scale(4);
	transform-origin: 100% 0;
}

.x td>form, .x td>p:only-of-type, .x td>p:last-of-type {
	margin: 0;
}

.x [data-display="none"] {
	display: none;
}

.x .x_page-header .path {
	font-size: 14px;
	display: inline-block;
}

.x .x_page-header .path:first-letter {
	color: #ccc;
	font-weight: normal;
}

.x [data-toggle]+.x_help-block {
	margin-top: 10px;
}

.x input.switch {
	width: 42px;
	height: 16px;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: relative;
	z-index: 2;
}

.x input.switch+i {
	position: relative !important;
	z-index: 1;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 0 0 -42px !important;
	opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	width: 42px;
	height: 16px;
	background-image: url(../../../../modules/admin/tpl/img/toggleSwitch.png) !important;
	background-repeat: no-repeat;
}

.x input[checked].switch+i {
	background-position: 0 -16px !important;
}

.x_modal._common {
	width: 600px;
	margin-left: -300px;
}

.x_modal._common._small {
	width: 400px;
	margin-left: -200px;
}

.x_modal._common._nobody .x_modal-body, .x_modal._common._type_alert .x_modal-header, .x_modal._common._type_alert ._cancel {
	display: none;
}

.x_modal._common._type_alert .x_modal-body {
	border-radius: 6px 6px 0 0;
	;
}

.x_modal._common._nobody .x_modal-footer {
	border-top: 0;
}

.x_modal-body.showTree .moveList {
	float: left;
	width: 60%;
}

.x_modal-body.showTree .moveTree {
	display: block !important;
	float: right;
	width: 38%;
}

.x_modal-body.showTree .moveTree>h1 {
	font-size: 13px;
	color: #333;
	border-bottom: 2px solid #ddd;
	padding: 10px 0 7px 0;
}

/* Image Sprite */
.x a[target="_blank"]:after, .x>.body>.gnb>ul>li>a>i, .x .dashboard>div>section>h2:before {
	background-image: url(../images/glyphicons-halflings.png);
	background-repeat: no-repeat;
}

.x>.body>.gnb>ul>li.open>a>i, .x>.body>.gnb>ul>li.active>a>i, .x_modal-body .tree .jstree-hovered>i, .x_modal-body .tree .jstree-clicked>i
	{
	background-image: url(../images/glyphicons-halflings-white.png);
	background-repeat: no-repeat;
}

/* Layout */
.x>.skipNav {
	margin: 0;
}

.x>.skipNav>a {
	display: block;
	height: 1px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
}

.x>.skipNav>a:focus {
	height: auto;
	margin: 5px 0;
	padding: 8px 0;
	background: #fff;
}

.x>.header {
	position: relative;
	z-index: 2;
	padding: 10px 15px;
	zoom: 1;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	zoom: 1;
}

.x>.header:after {
	content: "";
	display: block;
	clear: both;
}

.x>.header:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1px;
	right: 1px;
	height: 1px;
	box-shadow: 0 2px 3px #ddd;
}

.x>.body {
	position: relative;
	zoom: 1;
	padding: 0 0 10px 215px;
	z-index: 1;
}

.x>.body.wide {
	padding-left: 70px;
}

.x>.body:after {
	content: "";
	display: block;
	clear: both;
}

.x>.body>.content {
	width: 100%;
	padding: 1px 0 0 0;
	float: right;
	margin: 0 0 0 -100%;
	outline: none;
}

.x>.body>.content>*:first-child {
	margin-top: 0;
}

.x>.body>.gnb {
	width: 180px;
	position: relative;
	margin: 15px 0 0 -215px;
	float: left;
	display: inline;
}

.x>.body.wide>.gnb {
	width: 38px;
	margin-left: -70px;
}

/* Header */
.x>.header>h1 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 15px 0 0;
	white-space: nowrap;
}

.x>.header>h1>a {
	text-decoration: none;
	color: #333;
	font-size: 24px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.x>.header>h1>a>img {
	vertical-align: middle;
}

.x>.header>.site {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 14px 0 0 0;
	font-size: 11px;
}

.x>.header>.site>a {
	text-decoration: none;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}

.x>.header>.site>a:hover, .x>.header>.site>a:focus {
	text-decoration: underline;
}

.x>.header>.account {
	float: right;
	position: relative;
	margin: 13px 0 0 0;
}

.x>.header>.account>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.x>.header>.account>ul>li {
	display: inline;
}

.x>.header>.account>ul>li:before {
	content: "| ";
	color: #ddd;
}

.x>.header>.account>ul>li:first-child:before {
	content: normal;
}

.x>.header>.account>ul>li>a {
	text-decoration: none;
	color: #666;
}

.x>.header>.account>ul>li>a:hover, .x>.header>.account>ul>li>a:focus {
	text-decoration: underline;
}

.x>.header>.account .lang+#lang {
	position: absolute;
	top: 20px;
	left: auto;
	right: 0;
	min-width: 0;
}

.x>.header>.account .lang+#lang a:focus, .x>.header>.account .lang+#lang a:hover {
	background: none;
	color: #333;
}

.x>.header>.account .lang+#lang .x_active>a {
	color: #fff;
	background: #0081c2 -webkit-linear-gradient(top, #0088cc, #0077b3);
	background: #0081c2 -moz-linear-gradient(top, #0088cc, #0077b3);
	background: #0081c2 -o-linear-gradient(top, #0088cc, #0077b3);
}

/* Footer */
.x>.footer {
	border-top: 1px solid #ddd;
	padding: 10px 15px;
	zoom: 1;
}

.x>.footer:after {
	content: "";
	display: block;
	clear: both;
}

.x>.footer>p {
	margin: 0;
}

.x>.footer>.power {
	float: left;
	color: #666;
}

.x>.footer>.cache {
	float: right;
}

.x>.footer>.cache>* {
	color: #666;
}

.x>.footer .vr {
	color: #ccc !important;
}
/* GNB */
.x>.body>.gnb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.x>.body>.gnb>ul {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px #ccc;
	border: 2px solid #fff;
}

.x>.body>.gnb a {
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #000;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.x>.body>.gnb>a[href="#gnbNav"] {
	display: block;
	position: absolute;
	z-index: 2;
	white-space: nowrap;
	font-size: 0;
	top: 50%;
	right: -14px;
	background: #eee;
	width: 12px;
	height: 50px;
	border-radius: 0 3px 3px 0;
	margin: -25px 0 0 0;
	border: 1px solid #ddd;
	border-left: 0;
	overflow: hidden;
	text-indent: 20px;
}

.x>.body.wide>.gnb>a[href="#gnbNav"]>b {
	border-color: transparent;
	border-left-color: #666;
	margin: -4px 0 0 -2px;
}

.x>.body>.gnb>a[href="#gnbNav"]>b {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -6px;
	border: 4px solid;
	border-color: transparent;
	border-right-color: #666;
}

.x>.body>.gnb>a>i {
	display: none;
}

.x>.body>.gnb .exMenu {
	position: absolute;
	width: 100%;
}

.x>.body>.gnb .exMenu>button {
	width: 100%;
	border: 0;
	background: none;
	font-size: 20px;
	line-height: 25px;
}

.x>.body>.gnb .exMenu>button>i {
	opacity: .5;
	filter: alpha(opacity = 50);
	vertical-align: middle;
	text-indent: 0;
}

.x>.body>.gnb .exMenu>button:hover>i, .x>.body>.gnb .exMenu>button:focus>i {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.x>.body>.gnb .exMenu .x_icon-chevron-up, .x>.body>.gnb>.ex .exMenu .x_icon-chevron-down {
	display: none;
}

.x>.body>.gnb>.ex .exMenu .x_icon-chevron-up {
	display: inline-block;
}

.x>.body>.gnb>ul>li[data-index="1"] {
	border-top-color: #eee;
}

.x>.body>.gnb>ul>li[data-index="6"] {
	border-top-color: #eee;
}

.x>.body>.gnb>ul>li[data-index="6"], .x>.body>.gnb>ul>li[data-index="7"] {
	display: none;
}

.x>.body>.gnb>.ex>li[data-index="6"], .x>.body>.gnb>.ex>li[data-index="7"] {
	display: block;
}

.x>.body>.gnb>ul>li[data-index].active_ {
	display: none;
}

/* li */
.x>.body>.gnb>ul>li {
	background: #3886d0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	white-space: nowrap;
}

.x>.body>.gnb>ul>li.active {
	background: #222;
}

.x>.body>.gnb>ul>li.open, .x>.body>.gnb>ul>li.active {
	border-bottom: 0;
	padding: 0 0 1px 0;
}
/* li>a */
.x>.body>.gnb>ul>li>a {
	position: relative;
	padding: 8px 5px 8px 10px;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: -moz-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: -o-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: -ms-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: linear-gradient(top, #F1F1F1, #E8E8E8);
}

.x>.body>.gnb>ul>li>a>i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -4px 4px 0 0;
	vertical-align: middle;
	opacity: .75;
	filter: alpha(opacity = 75);
}

.x>.body>.gnb>ul>li>a>b {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 10px;
	margin: -2px 0 0 0;
	border: 4px solid transparent;
	border-top-color: #999;
}

.x>.body>.gnb>ul>li.open>a>b {
	border-top: 0;
	border-bottom-color: #fff;
}

.x>.body.wide>.gnb>ul>li>a>b {
	display: none;
}

.x>.body>.gnb>ul>li[data-index="1"]>a>i {
	background-position: -384px -144px;
}

.x>.body>.gnb>ul>li[data-index="2"]>a>i {
	background-position: -192px -120px;
}

.x>.body>.gnb>ul>li[data-index="3"]>a>i {
	background-position: -432px -144px;
}

.x>.body>.gnb>ul>li[data-index="4"]>a>i {
	background-position: -168px 0;
}

.x>.body>.gnb>ul>li[data-index="5"]>a>i {
	background-position: -168px 0;
}

.x>.body>.gnb>ul>li[data-index="6"]>a>i {
	background-position: 0 -48px;
}

.x>.body>.gnb>ul>li[data-index="7"]>a>i {
	background-position: -24px -48px;
}
.x>.body>.gnb>ul>li[data-index="8"]>a>i {
	background-position: -408px 0;
}

.x>.body>.gnb>ul>li>a[href="#favorite"]>i {
	background-position: -120px 0;
}

.x>.body>.gnb>ul>li>a:hover, .x>.body>.gnb>ul>li>a:focus {
	background: #f6f6f6;
	background: -webkit-linear-gradient(top, #f6f6f6, #F1F1F1);
	background: -moz-linear-gradient(top, #f6f6f6, #F1F1F1);
	background: -o-linear-gradient(top, #f6f6f6, #F1F1F1);
	background: -ms-linear-gradient(top, #f6f6f6, #F1F1F1);
	background: linear-gradient(top, #f6f6f6, #F1F1F1);
}

.x>.body>.gnb>ul>li.open>a {
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 #333;
	background: #3886d0;
	background: -webkit-linear-gradient(top, #6ebcea, #3886d0);
	background: -moz-linear-gradient(top, #6ebcea, #3886d0);
	background: -o-linear-gradient(top, #6ebcea, #3886d0);
	background: -ms-linear-gradient(top, #6ebcea, #3886d0);
	background: linear-gradient(top, #6ebcea, #3886d0);
}

.x>.body>.gnb>ul>li.active>a {
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	background: #222;
	background: -webkit-linear-gradient(top, from(#555), to(#222));
	background: -moz-linear-gradient(top, #555, #222);
	background: -o-linear-gradient(top, #555, #222);
}

/* li>a>span */
.x>.body.wide>.gnb>ul>li>a>.tx {
	display: inline-block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* li>ul */
.x>.body>.gnb>ul>li>ul {
	display: none;
	margin: 0 10px 10px 10px;
	border-radius: 4px;
}

.x>.body>.gnb>ul>li.active>ul {
	display: block !important;
}

.x>.body.wide>.gnb>ul>li>ul {
	display: none !important;
}
/* li>ul>li */
.x>.body>.gnb>ul>li>ul>li {
	border-top: 1px solid #ddd;
	position: relative;
}

.x>.body>.gnb>ul>li>ul>li:first-child {
	border: 0;
}

.x>.body>.gnb>ul>li>ul>li.active_ {
	box-shadow: 0 0 3px #999;
	z-index: 99;
	border: 1px solid #666;
	border-left: 0;
	border-right: 0;
}
/* li>ul>li>a */
.x>.body>.gnb>ul>li>ul>li>a {
	padding: 4px 5px 4px 15px;
	background: #e8e8e8;
	background: -webkit-linear-gradient(top, #f1f1f1, #e8e8e8);
	background: -moz-linear-gradient(top, #f1f1f1, #e8e8e8);
	background: -o-linear-gradient(top, #f1f1f1, #e8e8e8);
	background: -ms-linear-gradient(top, #f1f1f1, #e8e8e8);
	background: linear-gradient(top, #f1f1f1, #e8e8e8);
}

.x>.body>.gnb>ul>li>ul#favorite>li>a {
	padding: 4px 25px 4px 15px;
}

.x>.body>.gnb>ul>li>ul>li:first-child>a {
	border-radius: 4px 4px 0 0;
}

.x>.body>.gnb>ul>li>ul>li:last-child>a {
	border-radius: 0 0 4px 4px;
}

.x>.body>.gnb>ul>li>ul>li:only-child>a {
	border-radius: 4px;
}

.x>.body>.gnb>ul>li>ul>li>a:hover, .x>.body>.gnb>ul>li>ul>li>a:active, .x>.body>.gnb>ul>li>ul>li.active_>a {
	font-weight: bold;
	background: -webkit-linear-gradient(top, #F6F6F6, #F1F1F1);
	background: -moz-linear-gradient(top, #F6F6F6, #F1F1F1);
	background: -o-linear-gradient(top, #F6F6F6, #F1F1F1);
	background: -ms-linear-gradient(top, #F6F6F6, #F1F1F1);
	background: linear-gradient(top, #F6F6F6, #F1F1F1);
}

.x>.body>.gnb>ul>li>ul>li.active_>a:after {
	content: "";
	position: absolute;
	top: 8px;
	right: -12px;
	border: 6px solid transparent;
	border-left-color: #f3f3f3;
	width: 0;
	height: 0;
	overflow: hidden;
}
/* li>ul>li>.action */
.x>.body>.gnb>ul>li>ul>li>.remove {
	position: absolute;
	top: 4px;
	right: 5px;
}

.x>.body>.gnb>ul>li>ul>li>.remove>.x_close {
	width: 20px;
	height: 20px;
}

/* Dashboard */
.x .dashboard {
	zoom: 1;
}

.x .dashboard:after {
	content: "";
	display: block;
	clear: both;
}

.x .dashboard>div {
	float: right;
	width: 49%;
}

.x .dashboard>div:first-child {
	float: left;
}

.x .dashboard>div>section {
	position: relative;
	height: 196px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 0 25px 0;
	overflow: hidden;
}

.x .dashboard>div>section>h2 {
	font-size: 14px;
	margin: 0;
	padding: 6px 15px;
	border-bottom: 1px solid #ddd;
	background: #e8e8e8;
	background: -webkit-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: -moz-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: -o-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: -ms-linear-gradient(top, #F1F1F1, #E8E8E8);
	background: linear-gradient(top, #F1F1F1, #E8E8E8);
	text-shadow: 0 1px 0 #fff;
}

.x .dashboard>div>section>h2:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.x .dashboard>div>.status>h2:before {
	background-position: -408px 0;
}

.x .dashboard>div>.status dl {
	color: #767676;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 8px 0 0;
	padding: 1px 8px 0;
	font: 11px/1 돋움, Dotum, Arial, Helvetica, sans-serif;
	background: #fff;
	box-shadow: 0 0 3px #999 inset;
	border-radius: 3px;
	min-width: 60px;
	text-align: center;
}

.x .dashboard>div>.status dt {
	display: inline;
	font-weight: normal;
}

.x .dashboard>div>.status dd {
	display: inline;
	margin: 0;
}

.x .dashboard>div>.status dl a {
	color: #767676;
}

.x .dashboard>div>.member>h2:before {
	background-position: -168px 0px;
}

.x .dashboard>div>.document>h2:before {
	background-position: -264px -48px;
}

.x .dashboard>div>.reply>h2:before {
	background-position: -240px -120px;
}

.x .dashboard>div>.trackback>h2:before {
	background-position: -216px -120px;
}

.x .dashboard>div>section>.more {
	position: absolute;
	top: 7px;
	right: 15px;
	text-shadow: 0 1px 0 #fff;
}

.x .dashboard>div>section>.more i {
	font: 12px Tahoma, Geneva, sans-serif;
}

.x .dashboard>div>section>.more dl {
	color: #767676;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 8px 0 0;
	padding: 1px 8px 0;
	font: 11px/1 돋움, Dotum, Arial, Helvetica, sans-serif;
	background: #fff;
	box-shadow: 0 0 3px #999 inset;
	border-radius: 3px;
	min-width: 60px;
	text-align: center;
}

.x .dashboard>div>section>.more dt {
	display: inline;
	font-weight: normal;
}

.x .dashboard>div>section>.more dd {
	display: inline;
	margin: 0;
}

.x .dashboard>div>section>.more dl a {
	color: #767676;
}

.x .dashboard>div>section ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.x .dashboard>div>section li {
	position: relative;
	height: 28px;
	line-height: 28px;
	padding: 0 70px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
	vertical-align: top;
}

.x .dashboard>div>section li.hover {
	background: #f4f4f4;
	border-radius: 4px;
}

.x .dashboard>div>section li>a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.x .dashboard>div>section li>.side {
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 28px;
	width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
	zoom: 1;
}

.x .dashboard>div>section li>.action {
	display: none;
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	padding: 0 0 0 40px;
	text-align: right;
	white-space: nowrap;
	line-height: 28px;
	background: #f4f4f4;
}

.x .dashboard>div>section li>.action>button {
	margin: 0 0 0 4px;
	padding: 0 0 0 15px;
	overflow: visible;
}

.clear{display:block;position:relative;clear:both;zoom:1}
.footer {position:relative;min-width:960px;width:100%;height:185px;margin:20px auto 0}
.footer ul.menu {overflow:hidden;min-width:960px;height:44px;text-align:center;}
.footer ul.menu li {float:left;height:44px;font-weight:bold;;}
.footer ul.menu li a {display:block;height:28px;padding:16px 0 0;}
.footer ul.menu li a:after {content:" | "}
.footer ul.menu li a:last-child:after {content:"";}
.footer ul.menu li a strong {z-index:-1;position:relative;}
.footer ul.menu li.menu1 {width:130px;}
.footer ul.menu li.menu2 {width:130px;}
.footer ul.menu li.menu3 {width:170px;}
.footer ul.menu li.menu4 {width:130px;}
.footer ul.menu li.menu5 {width:140px;}
.footer ul.menu li.menu6 {width:130px;}
.footer ul.menu li.menu7 {width:130px;}
.footer .companyInfo {float:left; display:inline;margin:15px 0;}
.footer .companyInfo p.logo {top:55px;left:16px;}
.footer .companyInfo address {margin-top:15px;top:80px;left:15px;width:600px;line-height:1.6;color:#5e5e5e;}
.footer .companyInfo address span {font:11px dotum;line-height:1.5;}
.footer .companyInfo address span a {color:#0766c8;text-decoration:underline;}
.footer .customercenter {float:right;display:inline;margin:15px 0;}
.footer .customercenter a {display:block;text-indent:-999em}
.footer .customercenter .email {top:72px;left:95px;text-indent:0}
.footer .customercenter .email a {width:107px;height:15px}
.footer .customercenter .faq {top:45px;left:12px;text-indent:0}
.footer .customercenter .faq a {width:78px;height:19px}
.footer .customercenter .qna {top:67px;left:12px;text-indent:0}
.footer .customercenter .qna a {width:78px;height:19px}
.footer .copyright {padding-top:10px;min-width:960px;width:100%;color:#1a1a1a;border-top:1px solid #e0e0e0;}
.footer .copyright .center {width:310px;margin:0 auto;}
.footer p.copyright span.copyright span {font:0.917em Verdana;color:#807c7c;}
.footer p.copyright span.signOn {margin-left:15px;}
.footer p.copyright span.signOn span {padding-right:8px;font:bold 0.834em Verdana;letter-spacing:0;color:#737373;background:url('../images/signOn_bullet.gif') no-repeat right 5px;}
.footer p.copyright span.signOn img {margin-left:4px;vertical-align:middle;}
#GFB {min-width:960px;width:100%;height:46px;background:rgba(240,240,240,.8);}
#GlobalFooterSub {min-width:960px;height:155px;margin:0 auto;}
.footer .companyInfo {float:left; display:inline;margin:15px 0;}
.footer .companyInfo p.logo {top:55px;left:16px;}
.footer .companyInfo address {margin-top:15px;top:80px;left:15px;width:600px;line-height:1.6;color:#5e5e5e;}
.footer .companyInfo address span {font:11px dotum;line-height:1.5;}
.footer .companyInfo address span a {color:#0766c8;text-decoration:underline;}
.footer .customercenter {float:right;display:inline;margin:15px 0;}
.footer .customercenter a {display:block;text-indent:-999em}
.footer .customercenter .email {top:72px;left:95px;text-indent:0}
.footer .customercenter .email a {width:107px;height:15px}
.footer .customercenter .faq {top:45px;left:12px;text-indent:0}
.footer .customercenter .faq a {width:78px;height:19px}
.footer .customercenter .qna {top:67px;left:12px;text-indent:0}
.footer .customercenter .qna a {width:78px;height:19px}
.footer .copyright {padding-top:10px;min-width:960px;width:100%;color:#1a1a1a;border-top:1px solid #e0e0e0;}
.footer .copyright .center {width:310px;margin:0 auto;}
.footer p.copyright span.copyright span {font:0.917em Verdana;color:#807c7c;}
.footer p.copyright span.signOn {margin-left:15px;}
.footer p.copyright span.signOn span {padding-right:8px;font:bold 0.834em Verdana;letter-spacing:0;color:#737373;background:url('../images/signOn_bullet.gif') no-repeat right 5px;}
.footer p.copyright span.signOn img {margin-left:4px;vertical-align:middle;}

.tg_cnt{display:none;position:absolute;top:28px;right:10px;background-color:#FFF;white-space:nowrap}
.tg_blur{position:absolute;top:0;right:0;border:0;background:none;width:1px;height:1px;overflow:hidden}
.tg_close{position:absolute;cursor:pointer;border:0;top:0;right:0;width:24px;height:24px;font:18px/24px Tahoma;color:#888;background:transparent}

#install_ng,#site_login,#profile{padding:25px;border:2px solid #444;-webkit-box-shadow:0 0 6px rgba(0,0,0,.1);box-shadow:0 0 6px rgba(0,0,0,.1)}
#site_login {width:246px;display:none;top:20px;z-index:99;}
#site_login fieldset{position:relative;margin:0;padding:0;border:0;*margin:-15px 0}
#site_login .itx_wrp{position:relative;display:block;margin:12px 0;line-height:20px}
#site_login .itx{width:224px;height:20px;padding:8px;font-size:16px;background:#F6F6F6;border-width:1px;border-style:solid;border-color:#AAA #CCC #CCC #AAA;border-radius:3px;-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.1);box-shadow:inset 1px 1px 2px rgba(0,0,0,.1);filter:alpha(opacity:60);opacity:.6;-ms-transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;transition:all .5s}
#site_login .itx:focus{filter:alpha(opacity:100);opacity:1}
#site_login .itx_wrp label{position:absolute;top:8px;left:8px;font-size:13px}
#site_login .btn_area{text-align:right}
#site_login .keep{margin-right:15px;font-size:11px;vertical-align:middle}
#install_ng a,#site_login .login_btn,.close_ul2{width:80px;height:30px;border-width:1px;border-style:solid;border-color:#DDD #CCC #BBB #D6D6D6;border-radius:3px;background:#F9F9F9 url(../images/bg_f_f9.gif) repeat-x;background:-moz-linear-gradient(top,#FFF,#F9F9F9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#F9F9F9));font-weight:bold;line-height:28px;cursor:pointer;letter-spacing:-1px;text-align:center;box-shadow:0 1px 1px rgba(0,0,0,.1)}
#site_login .help{clear:both;margin:15px -15px -5px;text-align:center;letter-spacing:-1px;color:#DDD}
#site_login .help a{padding:0 5px;font-size:11px;color:#666}
