@charset "utf-8";

@import url(animate.css);
/*============================================================================================================================
													Default 설정
=============================================================================================================================*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
/* notoSans kr */
@font-face {
	font-family: 'NanumSquareB.otf';
	font-style: 'ExtrBold';
	font-weight: 100;
	src: url(../font/NanumSquareOTF/NanumSquareOTF_acEB.otf) format('otf');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(../font/NotoSansKR/NotoSansKR-Thin.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../font/NotoSansKR/NotoSansKR-Light.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../font/NotoSansKR/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../font/NotoSansKR/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(../font/NotoSansKR/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(../font/NotoSansKR/NotoSansKR-Black.woff) format('woff');
}

/* NanumBarunGothic */
@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 200;
	src: url(../font/NanumBarunGothic/NanumBarunGothicUltraLight.woff)
		format('woff');
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 300;
	src: url(../font/NanumBarunGothic/NanumBarunGothicLight.woff)
		format('woff');
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(../font/NanumBarunGothic/NanumBarunGothic.woff) format('woff');
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(../font/NanumBarunGothic/NanumBarunGothicBold.woff)
		format('woff');
}

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-ExtraLight.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-SemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-ExtraBold.woff) format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	src: url(../font/Pretendard/Pretendard-Black.woff) format('woff');
	font-weight: 900;
	font-style: normal;
}

.thin {
	font-weight: 100;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.bolder {
	font-weight: 900;
}
/* font-weight:100,300,400,500,700,900 */
html {
	font-size: 10px;
}

html, body, div, span, object, iframe, p, pre, abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b,
	i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,
	article, aside, canvas, details, figcaption, figure, footer, header,
	hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	word-break: keep-all;
	list-style: none;
}

body {
	height: 100%;
	width: 100%;
	font-family: 'Pretendard', 'Noto Sans KR', "맑은고딕", "Malgun Gothic",
		'Apple SD Gothic Neo', "돋움", dotum, Arial, sans-serif;
	letter-spacing: -0.3px;
	color: #555;
	background-color: #F7F9FC;
}

.en_txt {
	letter-spacing: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

nav ul, nav ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #cbd4db;
	color: #333;
	border-radius: 3px;
	font: inherit;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

video {
	width: 100%;
	height: 100%;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before,
	.dl-horizontal dd:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after,
	.form-horizontal .form-group:before, .form-horizontal .form-group:after,
	.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
	.btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
	.navbar:after, .navbar-header:before, .navbar-header:after,
	.navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after,
	.panel-body:before, .panel-body:after, .modal-header:before,
	.modal-header:after, .modal-footer:before, .modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after,
	.container-fluid:after, .row:after, .form-horizontal .form-group:after,
	.btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after,
	.navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after,
	.panel-body:after, .modal-header:after, .modal-footer:after {
	clear: both;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------------------------------
                        미소 기본
------------------------------------------------------------ */
.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.full-vw {
	width: 100vw;
}

.full-vh {
	height: 100vh;
}
/* .daterangepicker .ranges li {color:#354f63;}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {background:#536A7F; border:1px solid #536A7F; color:#fff}
.daterangepicker .input-mini {background-color:#eee; border:1px solid #ccc; box-shadow:none !important}
.daterangepicker .input-mini.active {border:1px solid #ccc}

.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {font-size:12px; padding:1px; height:auto; margin:0; cursor:default;
	height:25px; border:1px solid #ADB2B5; line-height:30px; border-radius:0px !important}
.daterangepicker select.monthselect {margin-right:2%}
.daterangepicker td.in-range {background:#E4E7EA; color:#354f63;}
.daterangepicker td.active, .daterangepicker td.active:hover {background-color:#536A7F; color:#fff}
.daterangepicker th.available:hover {background:#eee; color:#34495E}
.daterangepicker:before, .daterangepicker:after {content:none}
.daterangepicker .calendar.single {margin:0 0 4px 0}
.daterangepicker .calendar.single .calendar-table {width:224px; padding:0 0 4px 0 !important}
.daterangepicker .calendar.single .calendar-table thead tr:first-child th {padding:8px 5px}
.daterangepicker .calendar.single .calendar-table thead th {border-radius:0}
.daterangepicker.default {color:#fff; background:#34495E}
.daterangepicker.default .calendar-table {background:#34495E}
.daterangepicker.default .calendar-table thead tr {background:#213345}
.daterangepicker.default .calendar-table thead tr:first-child {background:#1ABB9C}
.daterangepicker.default .calendar-table td.off {background:#34495E; color:#999}
.daterangepicker.default .calendar-table td.available:hover {color:#34495E}
.daterangepicker.picker_1 {color:#fff; background:#34495E}
.daterangepicker.picker_1 .calendar-table {background:#34495E}
.daterangepicker.picker_1 .calendar-table thead tr {background:#213345}
.daterangepicker.picker_1 .calendar-table thead tr:first-child {background:#1ABB9C}
.daterangepicker.picker_1 .calendar-table td.off {background:#34495E; color:#999}
.daterangepicker.picker_1 .calendar-table td.available:hover {color:#34495E}
.daterangepicker.picker_2 .calendar-table thead tr {color:#1ABB9C}
.daterangepicker.picker_2 .calendar-table thead tr:first-child {color:#354f63;}
.daterangepicker.picker_3 .calendar-table thead tr:first-child {color:#fff; background:#1ABB9C}
.daterangepicker.picker_4 .calendar-table thead tr:first-child {color:#fff; background:#34495E}
.daterangepicker.picker_4 .calendar-table td, .daterangepicker.picker_4 .calendar-table td.off {background:#ECF0F1; border:1px solid #fff; border-radius:0}
.daterangepicker.picker_4 .calendar-table td.active {background:#34495E} */
.form-area>p {
	line-height: 34px;
}

.checkbox>label, .radio>label {
	line-height: 38px;
}

.calendar-exibit .show-calendar {
	float: none;
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	overflow: hidden
}

.calendar-exibit .show-calendar .calendar {
	margin: 0 0 4px 0
}

.calendar-exibit .show-calendar.picker_1 {
	background: #34495E
}

.calendar-exibit .calendar-table {
	padding: 0 0 4px 0
}

.page-title {
	width: 100%;
	height: 65px;
	padding: 10px 0
}

.page-title .title_left {
	width: 45%;
	float: left;
	display: block
}

.page-title .title_left h3 {
	margin: 9px 0
}

.page-title .title_right {
	width: 55%;
	float: left;
	display: block
}

.page-title .title_right .pull-right {
	margin: 10px 0
}

.fixed_height_320 {
	height: 320px
}

.fixed_height_390 {
	height: 390px
}

.fixed_height_200 {
	height: 200px
}

.overflow_hidden {
	overflow: hidden
}

.progress-bar-dark {
	background-color: #34495E !important
}

.progress-bar-gray {
	background-color: #BDC3C7 !important
}

table.no-margin .progress {
	margin-bottom: 0
}

.main_content {
	padding: 10px 20px
}

.col-md-55 {
	width: 50%;
	margin-bottom: 10px
}

@media ( min-width :480px) {
	.advertising>span {
		font-size: 3px;
	}
}

@media ( min-width :768px) {
	.col-md-55 {
		width: 20%
	}
	.advertising>span {
		font-size: 40px;
	}
	.footer_fixed footer {
		margin-left: 0
	}
	.footer_fixed .nav-sm footer {
		margin-left: 0
	}
	.tile_count .tile_stats_count .count {
		font-size: 40px
	}
	.tile_count .tile_stats_count span {
		font-size: 13px
	}
	.bs-glyphicons {
		margin-right: 0;
		margin-left: 0
	}
	.bs-glyphicons li {
		width: 12.5%;
		font-size: 12px
	}
	.cropper .img-container {
		min-height: 516px
	}
	.advertising>span {
		font-size: 8px;
	}
}

@media ( min-width :992px) {
	.col-md-55 {
		width: 20%
	}
	.advertising>span {
		font-size: 50px;
	}
	.tile_count .tile_stats_count {
		margin-bottom: 10px;
		border-bottom: 0;
		padding-bottom: 10px
	}
	.tile_count .tile_stats_count:first-child:before {
		border-left: 0
	}
	.advertising>span {
		font-size: 11px;
	}
}

@media ( min-width :1200px) {
	.col-md-55 {
		width: 20%
	}
	.advertising>span {
		font-size: 60px;
	}
	.advertising>span {
		font-size: 16px;
	}
}

@media ( min-width :192px) and (max-width:1270px) {
	table.tile_info span.right {
		margin-right: 7px;
		float: left
	}
	.advertising>span {
		font-size: 3px;
	}
}

@media ( min-width :992px) and (max-width:1100px) {
	.tile_count .tile_stats_count .count {
		font-size: 30px
	}
	.advertising>span {
		font-size: 11px;
	}
}

.center-margin {
	margin: 0 auto;
	float: none !important
}

.grid_slider .col-md-6 {
	padding: 0 40px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
}

h1, .h1 {
	font-size: 2.9rem;
}

h2, .h2 {
	font-size: 2.4rem;
}

h3, .h3 {
	font-size: 2rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

a {
	color: #3b3f42;
	text-decoration: none
}

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus,
	.btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: 0
}

a:hover, a:focus {
	text-decoration: none
}

.panel_toolbox {
	float: right;
	min-width: 25px;
}

.panel_toolbox>li {
	float: left;
	cursor: pointer
}

.panel_toolbox>li>a {
	padding: 5px;
	color: #C5C7CB;
	font-size: 12px;
}

.line_30 {
	line-height: 30px
}

.main_menu_side {
	padding: 0
}

.bs-docs-sidebar .nav>li>a {
	display: block;
	padding: 4px 6px
}

.tile-stats.sparkline {
	padding: 10px;
	text-align: center
}

.jqstooltip {
	background: #34495E !important;
	width: 30px !important;
	height: 22px !important;
	text-decoration: none
}

.tooltip {
	display: block !important
}

.tiles {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 5px;
	margin-bottom: 0
}

.tile {
	overflow: hidden
}

.top_tiles {
	margin-bottom: 0
}

.top_tiles .tile h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 3px 0 7px;
	font-weight: bold
}

article.media {
	width: 100%
}

.expand {
	display: block;
	text-decoration: none;
	color: #555;
	cursor: pointer
}

.expand h2 {
	width: 85%;
	float: left
}

#left, #right {
	display: table
}

#sup {
	display: table-cell;
	vertical-align: middle;
	width: 80%
}

.detail a {
	text-decoration: none;
	color: #C0392B;
	border: 1px solid #C0392B;
	padding: 6px 10px 5px;
	font-size: 13px;
	margin-right: 7px
}

.detail {
	margin: 10px 0 10px 0px;
	display: none;
	line-height: 22px;
	height: 150px
}

.detail span {
	margin: 0
}

.right-arrow {
	width: 10px;
	float: right;
	font-weight: bold;
	font-size: 20px
}

.accordion .panel {
	margin-bottom: 5px;
	border-radius: 0;
	border-bottom: 1px solid #efefef
}

.accordion .panel-heading {
	background: #F2F5F7;
	padding: 13px;
	width: 100%;
	display: block
}

.accordion .panel:hover {
	background: #F2F5F7
}

.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #fff;
	border: 1px solid #efeeee;
	border-radius: 8px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.x_panel:hover {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.x_title {
	border-bottom: 2px solid #efeeee;
	padding: 1px 5px 6px;
	margin-bottom: 10px
}

.x_title .filter {
	width: 40%;
	float: right
}

.x_title h2 {
	margin: 9px 0px 6px 0px;
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 700;
	font-size: 15px;
}

.x_title h2 small {
	margin-left: 10px;
	font-size: 66%;
}

.x_title span {
	color: #BDBDBD
}

.x_content {
	padding: 0 5px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	height: calc(100% - 50px);
	font-size: 1.5rem;
}

.x_content.echarts.bar, .x_content.echarts.line, .x_content.echarts.gauge,
	.x_content.echarts.scatter, .x_content.echarts.funnel, .x_content.echarts.heatmap
	{
	height: calc(100% - 45px);
}

.x_content h4 {
	font-size: 16px;
	font-weight: 500
}

legend {
	padding-bottom: 7px
}

.demo-placeholder {
	height: 280px
}

.profile_details:nth-child(3n) {
	clear: both
}

.profile_details .profile_view {
	display: inline-block;
	padding: 10px 0 0;
	background: #fff
}

.profile_details .profile_view .divider {
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
	margin-top: 5px
}

.profile_details .profile_view .ratings {
	margin-bottom: 0
}

.profile_details .profile_view .bottom {
	background: #F2F5F7;
	padding: 9px 0;
	border-top: 1px solid #E6E9ED
}

.profile_details .profile_view .left {
	margin-top: 20px
}

.profile_details .profile_view .left p {
	margin-bottom: 3px
}

.profile_details .profile_view .right {
	margin-top: 0px;
	padding: 10px
}

.profile_details .profile_view .img-circle {
	border: 1px solid #E6E9ED;
	padding: 2px
}

.profile_details .profile_view h2 {
	margin: 5px 0
}

.profile_details .profile_view .ratings {
	text-align: left;
	font-size: 16px
}

.profile_details .profile_view .brief {
	margin: 0;
	font-weight: 300
}

.profile_details .profile_left {
	background: white
}

.pagination.pagination-split li {
	display: inline-block;
	margin-right: 3px
}

.pagination.pagination-split li a {
	border-radius: 4px;
	color: #768399;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

table.tile h3, table.tile h4, table.tile span {
	font-weight: bold;
	vertical-align: middle !important
}

table.tile th, table.tile td {
	text-align: center
}

table.tile th {
	border-bottom: 1px solid #E6ECEE
}

table.tile td {
	padding: 5px 0
}

table.tile td ul {
	text-align: left;
	padding-left: 0
}

table.tile td ul li {
	list-style: none;
	width: 100%
}

table.tile td ul li a {
	width: 100%
}

table.tile td ul li a big {
	right: 0;
	float: right;
	margin-right: 13px
}

table.tile_info {
	width: 100%
}

table.tile_info td {
	text-align: left;
	padding: 1px;
	font-size: 15px
}

table.tile_info td p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 28px
}

table.tile_info td i {
	margin-right: 8px;
	font-size: 17px;
	float: left;
	width: 18px;
	line-height: 28px
}

table.tile_info td:first-child {
	width: 83%
}

.sidebar-widget {
	overflow: hidden
}

.error-number {
	font-size: 90px;
	line-height: 90px;
	margin: 20px 0
}

.col-middle {
	margin-top: 5%
}

.mid_center {
	width: 370px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px
}

h3.degrees {
	font-size: 22px;
	font-weight: 400;
	text-align: center
}

.degrees:after {
	content: "o";
	position: relative;
	top: -12px;
	font-size: 13px;
	font-weight: 300
}

.bulk-actions {
	display: none
}

table.countries_list {
	width: 100%
}

table.countries_list td {
	padding: 0 10px;
	line-height: 30px;
	border-top: 1px solid #eeeeee
}

.dataTables_paginate a {
	padding: 6px 9px !important;
	background: #ddd !important;
	border-color: #ddd !important
}

.paging_full_numbers a.paginate_active {
	background-color: rgba(38, 185, 154, 0.59) !important;
	border-color: rgba(38, 185, 154, 0.59) !important
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
	border: 1px solid #E7E7E7 !important;
	background: #E7E7E7 !important;
	box-shadow: none !important
}

table.jambo_table {
	border: 1px solid rgba(221, 221, 221, 0.78)
}

table.jambo_table thead {
	background: rgba(52, 73, 94, 0.94);
	color: #ECF0F1
}

table.jambo_table tbody tr:hover td {
	background: rgba(38, 185, 154, 0.07);
	border-top: 1px solid rgba(38, 185, 154, 0.11);
	border-bottom: 1px solid rgba(38, 185, 154, 0.11)
}

table.jambo_table tbody tr.selected {
	background: rgba(38, 185, 154, 0.16)
}

table.jambo_table tbody tr.selected td {
	border-top: 1px solid rgba(38, 185, 154, 0.4);
	border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}

.clear {
	clear: both
}

.example_alt_pagination div.dataTables_info {
	width: 40%
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px
}

.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active
	{
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF
}

ul.msg_list li {
	background: #f7f7f7;
	padding: 5px;
	display: -ms-flexbox;
	display: flex;
	margin: 6px 6px 0;
	width: 96% !important
}

ul.msg_list li:last-child {
	margin-bottom: 6px;
	padding: 10px
}

ul.msg_list li a {
	padding: 3px 5px !important
}

ul.msg_list li a .image img {
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	float: left;
	margin-right: 10px;
	width: 11%
}

ul.msg_list li a .time {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	right: 35px
}

ul.msg_list li a .message {
	display: block !important;
	font-size: 11px
}

.dropdown-menu.msg_list span {
	white-space: normal
}

.dropdown-menu {
	border: medium none;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 9998;
	border: 1px solid #efeeee;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.dropdown-menu>li>a {
	color: #3b3f42;
}

.navbar-nav .open .dropdown-menu {
	position: absolute;
	background: #fff;
	margin-top: 0;
	/* border:1px solid #D9DEE4; */
	border-top-width: 0px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-box-shadow: none;
	right: 0;
	left: auto;
	width: 220px
}

.navbar-nav .open .dropdown-menu.msg_list {
	width: 300px
}

.info-number .badge {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	padding: 2px 6px;
	position: absolute;
	right: 2px;
	top: 8px
}

ul.to_do {
	padding: 0
}

ul.to_do li {
	background: #f3f3f3;
	border-radius: 3px;
	position: relative;
	padding: 7px;
	margin-bottom: 5px;
	list-style: none
}

ul.to_do p {
	margin: 0
}

.dashboard-widget {
	background: #f6f6f6;
	border-top: 5px solid #79C3DF;
	border-radius: 3px;
	padding: 5px 10px 10px
}

.dashboard-widget .dashboard-widget-title {
	font-weight: normal;
	border-bottom: 1px solid #c1cdcd;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	padding-left: 40px;
	line-height: 30px
}

.dashboard-widget .dashboard-widget-title i {
	font-size: 100%;
	margin-left: -35px;
	margin-right: 10px;
	color: #33a1c9;
	padding: 3px 6px;
	border: 1px solid #abd9ea;
	border-radius: 5px;
	background: #fff
}

ul.quick-list {
	width: 45%;
	padding-left: 0;
	display: inline-block
}

ul.quick-list li {
	padding-left: 10px;
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

ul.quick-list li i {
	padding-right: 10px;
	color: #757679
}

.dashboard-widget-content {
	padding-top: 9px
}

.dashboard-widget-content .sidebar-widget {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #abd9ea;
	border-radius: 5px;
	text-align: center;
	float: right;
	padding: 2px;
	margin-top: 10px
}

.widget_summary {
	width: 100%;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.widget_summary .w_left {
	float: left;
	text-align: left
}

.widget_summary .w_center {
	float: left
}

.widget_summary .w_right {
	float: left;
	text-align: right
}

.widget_summary .w_right span {
	font-size: 20px
}

.w_20 {
	width: 20%
}

.w_25 {
	width: 25%
}

.w_55 {
	width: 55%
}

h5.graph_title {
	text-align: left;
	margin-left: 10px
}

h5.graph_title i {
	margin-right: 10px;
	font-size: 17px
}

span.right {
	float: right;
	font-size: 12px !important
}

.tile_info a {
	text-overflow: ellipsis
}

.sidebar-footer {
	bottom: 0px;
	clear: both;
	display: block;
	padding: 5px 0 0 0;
	position: fixed;
	width: 230px;
	background: #2A3F54;
	z-index: 999;
}

.sidebar-footer a {
	padding: 7px 0 3px;
	text-align: center;
	width: 25%;
	font-size: 17px;
	display: block;
	float: left;
	background: #172D44;
	cursor: pointer;
}

.sidebar-footer a:hover {
	background: #425567
}

.tile_count {
	margin-bottom: 20px;
	margin-top: 20px
}

.tile_count .tile_stats_count {
	border-bottom: 1px solid #D9DEE4;
	padding: 0px 10px 10px 90px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}

.tile_count .tile_stats_count:before {
	content: "";
	position: absolute;
	left: 0;
	height: 65px;
	border-left: 2px solid #ADB2B5;
	margin-top: 10px
}

.tile_count .tile_stats_count .count {
	font-size: 35px;
	line-height: 47px;
	font-weight: 600
}

.tile_count .tile_stats_count span {
	font-size: 12px;
}

.tile_count .tile_stats_count .count_bottom i {
	width: 12px
}

.dashboard_graph {
	background: #fff;
	padding: 10px 17px;
	border: 1px solid #efeeee;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	display: inline-block;
	border: 1px solid #efeeee;
	border-radius: 5px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease;
}

.dashboard_graph .col-md-9, .dashboard_graph .col-md-3 {
	padding: 0
}

a.user-profile {
	color: #5E6974 !important
}

.user-profile img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-right: 10px
}

ul.top_profiles {
	height: 330px;
	width: 100%
}

ul.top_profiles li {
	margin: 0;
	padding: 3px 5px
}

ul.top_profiles li:nth-child(odd) {
	background-color: #eee
}

.media .profile_thumb {
	border: 1px solid;
	width: 50px;
	height: 50px;
	margin: 5px 10px 5px 0;
	border-radius: 50%;
	padding: 9px 12px
}

.media .profile_thumb i {
	font-size: 30px
}

.media .date {
	background: #ccc;
	width: 52px;
	margin-right: 10px;
	border-radius: 10px;
	padding: 5px
}

.media .date .month {
	margin: 0;
	text-align: center;
	color: #fff
}

.media .date .day {
	text-align: center;
	color: #fff;
	font-size: 27px;
	margin: 0;
	line-height: 27px;
	font-weight: bold
}

.event .media-body a.title {
	font-weight: bold
}

.event .media-body p {
	margin-bottom: 0
}

h4.graph_title {
	margin: 7px;
	text-align: center
}

.fontawesome-icon-list .fa-hover a:hover {
	background-color: #ddd;
	color: #fff;
	text-decoration: none
}

.fontawesome-icon-list .fa-hover a {
	display: block;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px
}

.fontawesome-icon-list .fa-hover a:hover .fa {
	font-size: 28px;
	vertical-align: -6px
}

.fontawesome-icon-list .fa-hover a .fa {
	width: 32px;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	margin-right: 10px
}

.main_menu .fa {
	width: 26px;
	opacity: .99;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.tile-stats {
	position: relative;
	display: block;
	margin-bottom: 12px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	background: #FFF;
	transition: all 300ms ease-in-out
}

.tile-stats:hover .icon i {
	animation-name: transformAnimation;
	animation-duration: .5s;
	animation-iteration-count: 1;
	color: rgba(58, 58, 58, 0.41);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: transformAnimation;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: transformAnimation;
	-moz-animation-duration: .5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards
}

.tile-stats .icon {
	width: 20px;
	height: 20px;
	color: #BAB8B8;
	position: absolute;
	right: 53px;
	top: 22px;
	z-index: 1
}

.tile-stats .icon i {
	margin: 0;
	font-size: 60px;
	line-height: 0;
	vertical-align: bottom;
	padding: 0
}

.tile-stats .count {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.65857
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
	position: relative;
	margin: 0;
	margin-left: 10px;
	z-index: 5;
	padding: 0
}

.tile-stats h3 {
	color: #BAB8B8
}

.tile-stats p {
	margin-top: 5px;
	font-size: 12px
}

.tile-stats>.dash-box-footer {
	position: relative;
	text-align: center;
	margin-top: 5px;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none
}

.tile-stats>.dash-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15)
}

.tile-stats>.dash-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15)
}

table.tile_info {
	padding: 10px 15px
}

table.tile_info span.right {
	margin-right: 0;
	float: right;
	position: absolute;
	right: 4%
}

.tile:hover {
	text-decoration: none
}

.tile_header {
	border-bottom: transparent;
	padding: 7px 15px;
	margin-bottom: 15px;
	background: #E7E7E7
}

.tile_head h4 {
	margin-top: 0;
	margin-bottom: 5px
}

.tiles-bottom {
	padding: 5px 10px;
	margin-top: 10px;
	background: rgba(194, 194, 194, 0.3);
	text-align: left
}

a.star {
	color: #428bca !important
}

.mail_content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px;
	margin-top: 20px;
	min-height: 500px;
	padding: 10px 11px;
	width: 100%
}

.list-btn-mail {
	margin-bottom: 15px
}

.list-btn-mail.active {
	border-bottom: 1px solid #39B3D7;
	padding: 0 0 14px
}

.list-btn-mail>i {
	float: left;
	font-size: 18px;
	font-style: normal;
	width: 33px
}

.list-btn-mail>.cn {
	background: none repeat scroll 0 0 #39B3D7;
	border-radius: 12px;
	color: #FFFFFF;
	float: right;
	font-style: normal;
	padding: 0 5px
}

.button-mail {
	margin: 0 0 15px !important;
	text-align: left;
	width: 100%
}

.btn-group-vertical .btn, .btn-group .btn {
	margin-bottom: 0;
	margin-right: 0
}

.mail_list_column {
	border-left: 1px solid #DBDBDB
}

.mail_view {
	border-left: 1px solid #DBDBDB
}

.mail_list {
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 2px;
	display: inline-block
}

.mail_list .left {
	width: 5%;
	float: left;
	margin-right: 3%
}

.mail_list .right {
	width: 90%;
	float: left
}

.mail_list h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0 6px
}

.mail_list h3 small {
	float: right;
	color: #ADABAB;
	font-size: 11px;
	line-height: 20px
}

.mail_list .badge {
	padding: 3px 6px;
	font-size: 8px;
	background: #BAB7B7
}

@media ( max-width :767px) {
	.mail_list {
		margin-bottom: 5px;
		display: inline-block
	}
}

.mail_heading h4 {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 20px
}

.attachment {
	margin-top: 30px
}

.attachment ul {
	width: 100%;
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 30px
}

.attachment ul li {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px
}

.attachment ul li img {
	height: 150px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px
}

.attachment ul li span {
	float: right
}

.attachment .file-name {
	float: left
}

.attachment .links {
	width: 100%;
	display: inline-block
}

.compose {
	padding: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 1px solid #D9DEE4;
	border-right: 0;
	border-bottom: 0;
	border-top-left-radius: 5px;
	z-index: 9999;
	display: none
}

.compose .compose-header {
	padding: 5px;
	background: #169F85;
	color: #fff;
	border-top-left-radius: 5px
}

.compose .compose-header .close {
	text-shadow: 0 1px 0 #ffffff;
	line-height: .8
}

.compose .compose-body .editor.btn-toolbar {
	margin: 0
}

.compose .compose-body .editor-wrapper {
	height: 100%;
	min-height: 50px;
	max-height: 180px;
	border-radius: 0;
	border-left: none;
	border-right: none;
	overflow: auto
}

.compose .compose-footer {
	padding: 10px
}

.editor.btn-toolbar {
	zoom: 1;
	background: #F7F7F7;
	margin: 5px 2px;
	padding: 3px 0;
	border: 1px solid #EFEFEF
}

.input-group {
	margin-bottom: 10px;
}

.ln_solid {
	border-top: 1px solid #e5e5e5;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 20px 0
}

span.section {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

.form-horizontal .control-label {
	padding-top: 8px
}

.form-horizontal .control-label-left {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
}

.form-control:focus {
	border-color: #CCD0D7;
	box-shadow: none !important
}

.no-border {
	border-radius: 0;
	width: 100%;
	border: none;
	border: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
}

legend {
	font-size: 18px;
	color: inherit
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0
}

.form-control-feedback {
	margin-top: 3px;
	height: 24px;
	color: #bfbfbf;
	line-height: 24px;
	font-size: 15px
}

.form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 8px;
}

.form-control-feedback.right {
	border-left: 1px solid #ccc;
	right: 13px;
	margin-right: -9px;
	font-size: 15px !important;
}

.form-control.has-feedback-left {
	padding-left: 45px
}

.form-control.has-feedback-right {
	padding-right: 45px
}

/* .form-group {
	margin-bottom:10px
} */
.validate {
	margin-top: 10px
}

.invalid-form-error-message {
	margin-top: 10px;
	padding: 5px
}

.invalid-form-error-message.filled {
	border-left: 2px solid #E74C3C
}

p.parsley-success {
	color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6
}

p.parsley-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7
}

ul.parsley-errors-list {
	list-style: none;
	color: #E74C3C;
	padding-left: 0
}

input.parsley-error, textarea.parsley-error, select.parsley-error {
	background: #FAEDEC;
	border: 1px solid #E85445
}

.btn-group .parsley-errors-list {
	display: none
}

.bad input, .bad select, .bad textarea {
	border: 1px solid #CE5454;
	box-shadow: 0 0 4px -2px #CE5454;
	position: relative;
	left: 0;
	-moz-animation: .7s 1 shake linear;
	-webkit-animation: 0.7s 1 shake linear
}

.item input, .item textarea {
	transition: 0.42s
}

.item .alert {
	float: left;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 3px 4px 4px 3px;
	background-color: #CE5454;
	max-width: 170px;
	white-space: pre;
	position: relative;
	left: -15px;
	opacity: 0;
	z-index: 1;
	transition: 0.15s ease-out
}

.item .alert::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #CE5454 transparent transparent;
	border-style: solid;
	border-width: 11px 7px;
	position: absolute;
	left: -13px;
	top: 1px
}

.item.bad .alert {
	left: 0;
	opacity: 1
}

.inl-bl {
	display: inline-block
}

.well .markup {
	background: #fff;
	color: #354f63;
	position: relative;
	padding: 45px 15px 15px;
	margin: 15px 0 0 0;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: none
}

.well .markup::after {
	content: "Example";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px
}

.autocomplete-suggestions {
	border: 1px solid #e4e4e4;
	background: #F4F4F4;
	cursor: default;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 2px 5px;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden
}

.autocomplete-selected {
	background: #f0f0f0
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399ff;
	font-weight: bolder
}

a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
	color: #fff
}

.btn-success {
	background: #26B99A;
	border: 1px solid #169F85
}

.btn-success:hover, .btn-success:focus, .btn-success:active,
	.btn-success.active, .open .dropdown-toggle.btn-success {
	background: #169F85
}

.btn-dark {
	color: #E9EDEF;
	background-color: #4B5F71;
	border-color: #364B5F
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
	.open .dropdown-toggle.btn-dark {
	color: #FFFFFF;
	background-color: #394D5F;
	border-color: #394D5F
}

.btn-round {
	border-radius: 30px
}

.btn.btn-app {
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 60px;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #fafafa;
	font-size: 12px
}

.btn.btn-app>.fa, .btn.btn-app>.glyphicon, .btn.btn-app>.ion {
	font-size: 20px;
	display: block
}

.btn.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa
}

.btn.btn-app:active, .btn.btn-app:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.btn-app>.badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400
}

textarea {
	padding: 10px;
	vertical-align: top;
	width: 200px
}

textarea:focus {
	outline-style: solid;
	outline-width: 2px
}

.btn_ {
	display: inline-block;
	padding: 3px 9px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05)
}

.bs-glyphicons {
	margin: 0 -10px 20px;
	overflow: hidden
}

.bs-glyphicons-list {
	padding-left: 0;
	list-style: none
}

.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word
}

.bs-glyphicons li:hover {
	color: #fff;
	background-color: #1ABB9C
}

.tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 6px 6px 0;
	width: 300px;
	overflow-y: auto;
	border-radius: 4px;
}

span.tag {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px 9px;
	text-decoration: none;
	background: #FF9800;
	color: #F1F6F7;
	margin-right: 5px;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'JejuGothic-Regular';
	border-radius: 4px;
}

span.tag a {
	color: #F1F6F7 !important
}

.tagsinput span.tag a {
	font-weight: bold;
	color: #82ad2b;
	text-decoration: none;
	font-size: 11px
}

.tagsinput input {
	width: 80px;
	margin: 0px;
	font-family: 'JejuGothic-Regular';
	font-size: 13px;
	border: 1px solid transparent;
	padding: 3px;
	background: transparent;
	color: #000;
	outline: 0px
}

.tagsinput div {
	display: block;
	float: left;
	font-weight: bold;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0px
}

.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
	border-radius: 4px;
	line-height: 1.6;
}

ul.bar_tabs {
	overflow: visible;
	background: #F5F7FA;
	height: 25px;
	margin: 21px 0 14px;
	padding-left: 14px;
	position: relative;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #E6E9ED
}

ul.bar_tabs>li {
	border: 1px solid #E6E9ED;
	color: #333 !important;
	margin-top: -17px;
	margin-left: 8px;
	background: #fff;
	border-bottom: none;
	border-radius: 4px 4px 0 0
}

ul.bar_tabs>li.active {
	border-right: 6px solid #D3D6DA;
	border-top: 0;
	margin-top: -15px
}

ul.bar_tabs>li a {
	padding: 10px 17px;
	background: #F5F7FA;
	margin: 0;
	border-top-right-radius: 0
}

ul.bar_tabs>li a:hover {
	border: 1px solid transparent
}

ul.bar_tabs>li.active a {
	border-bottom: none
}

ul.bar_tabs.right {
	padding-right: 14px
}

ul.bar_tabs.right li {
	float: right
}

a:focus {
	outline: none
}

ul.timeline li {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	clear: both
}

.timeline .block {
	margin: 0;
	border-left: 3px solid #e8e8e8;
	overflow: visible;
	padding: 10px 15px;
	margin-left: 105px
}

.timeline.widget {
	min-width: 0;
	max-width: inherit
}

.timeline.widget .block {
	margin-left: 5px
}

.timeline .tags {
	position: absolute;
	top: 15px;
	left: 0;
	width: 84px
}

.timeline .tag {
	display: block;
	height: 30px;
	font-size: 13px;
	padding: 8px
}

.timeline .tag span {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tag {
	line-height: 1.5;
	background: #607d8b;
	color: #fff !important
}

/*
.tag:after {
	content:" ";
	height:30px;
	width:0;
	position:absolute;
	left:100%;
	top:0;
	margin:0;
	pointer-events:none;
	border-top:14px solid transparent;
	border-bottom:14px solid transparent;
	border-left:11px solid #1ABB9C
}
*/
.timeline h2.title {
	position: relative;
	font-size: 16px;
	margin: 0
}

.timeline h2.title:before {
	content: "";
	position: absolute;
	left: -23px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	border: 3px solid #d2d3d2;
	border-radius: 14px;
	background: #f9f9f9
}

.timeline .byline {
	padding: .25em 0
}

.byline {
	-webkit-font-smoothing: antialiased;
	font-style: italic;
	font-size: .9375em;
	line-height: 1.3;
	color: #aab6aa
}

ul.social li {
	border: 0
}

.social-sidebar, .social-body {
	float: right
}

.social-sidebar {
	background: #EDEDED;
	width: 22%
}

.social-body {
	border: 1px solid #ccc;
	width: 78%
}

.thumb img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.chat .thumb img {
	width: 27px;
	height: 27px;
	border-radius: 50%
}

.chat .status {
	float: left;
	margin: 16px 0 0 -16px;
	font-size: 12px;
	font-weight: bold;
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #FFF;
	z-index: 9999;
	border-radius: 50%
}

.chat .status.online {
	background: #1ABB9C
}

.chat .status.away {
	background: #F39C12
}

.chat .status.offline {
	background: #ccc
}

.chat .media-body {
	padding-top: 5px
}

.dashboard_graph .x_title {
	padding: 5px 5px 7px
}

.dashboard_graph .x_title h3 {
	margin: 0;
	font-weight: normal
}

.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0
}

.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
	font-size: 18px
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em
}

.angular {
	margin-top: 100px
}

.angular .chart {
	margin-top: 0
}

.widget {
	min-width: 250px;
	max-width: 310px
}

.widget_tally_box .btn-group button {
	text-align: center
}

.widget_tally_box .btn-group button {
	color: inherit;
	font-weight: 500;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7
}

ul.widget_tally, ul.widget_tally li {
	width: 100%
}

ul.widget_tally li {
	padding: 2px 10px;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 4px
}

ul.widget_tally .month {
	width: 70%;
	float: left
}

ul.widget_tally .count {
	width: 30%;
	float: left;
	text-align: right
}

.pie_bg {
	border-bottom: 1px solid rgba(101, 204, 182, 0.16);
	padding-bottom: 15px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-bottom: 10px;
	box-shadow: 0 4px 6px -6px #222
}

.widget_tally_box .flex {
	display: -ms-flexbox;
	display: flex
}

ul.widget_profile_box {
	width: 100%;
	height: 42px;
	padding: 3px;
	background: #ececec;
	margin-top: 40px;
	margin-left: 1px
}

ul.widget_profile_box li:first-child {
	width: 25%;
	float: left
}

ul.widget_profile_box li:first-child a {
	float: left
}

ul.widget_profile_box li:last-child {
	width: 25%;
	float: right
}

ul.widget_profile_box li:last-child a {
	float: right
}

ul.widget_profile_box li a {
	font-size: 22px;
	text-align: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(52, 73, 94, 0.44);
	display: block;
	border-radius: 50%;
	padding: 0px
}

ul.widget_profile_box li a:hover {
	color: #1ABB9C !important;
	border: 1px solid #26b99a
}

ul.widget_profile_box li .profile_img {
	width: 75px;
	height: 75px;
	margin: 0;
	margin-top: -28px
}

.widget_tally_box p, .widget_tally_box span {
	text-align: center
}

.widget_tally_box .name {
	text-align: center;
	margin: 25px
}

.widget_tally_box .name_title {
	text-align: center;
	margin: 5px
}

.widget_tally_box ul.legend {
	margin: 0
}

.widget_tally_box ul.legend p, .widget_tally_box ul.legend span {
	text-align: left
}

.widget_tally_box ul.legend li .icon {
	font-size: 20px;
	float: left;
	width: 14px
}

.widget_tally_box ul.legend li .name {
	font-size: 12px;
	margin: 5px 0 0 14px;
	text-overflow: ellipsis;
	float: left
}

.widget_tally_box ul.legend p {
	display: inline-block;
	margin: 0
}

.widget_tally_box ul.verticle_bars li {
	height: 140px;
	width: 23%
}

.widget .verticle_bars li .progress.vertical.progress_wide {
	width: 65%
}

ul.count2 {
	width: 100%;
	margin-left: 1px;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding: 10px 0
}

ul.count2 li {
	width: 30%;
	text-align: center
}

ul.count2 li h3 {
	font-weight: 400;
	margin: 0
}

ul.count2 li span {
	font-weight: 300
}

.divider {
	border-bottom: 1px solid #ddd;
	margin: 10px
}

.divider-dashed {
	border-top: 1px dashed #e7eaec;
	background-color: #ffffff;
	height: 1px;
	margin: 10px 0
}

ul.messages {
	padding: 0;
	list-style: none
}

ul.messages li, .tasks li {
	border-bottom: 1px dotted #e6e6e6;
	padding: 8px 0
}

ul.messages li img.avatar, img.avatar {
	height: 32px;
	width: 32px;
	float: left;
	display: inline-block;
	border-radius: 2px;
	padding: 2px;
	background: #f7f7f7;
	border: 1px solid #e6e6e6
}

ul.messages li .message_date {
	float: right;
	text-align: right
}

ul.messages li .message_wrapper {
	margin-left: 50px;
	margin-right: 40px
}

ul.messages li .message_wrapper h4.heading {
	font-weight: 600;
	margin: 0;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: 100%
}

ul.messages li .message_wrapper blockquote {
	padding: 0px 10px;
	margin: 0;
	border-left: 5px solid #eee
}

ul.user_data li {
	margin-bottom: 6px
}

ul.user_data li p {
	margin-bottom: 0
}

ul.user_data li .progress {
	width: 90%
}

.project_progress .progress {
	margin-bottom: 3px !important;
	margin-top: 5px
}

.projects .list-inline {
	margin: 0
}

.profile_title {
	background: #F5F7FA;
	border: 0;
	padding: 7px 0;
	display: -ms-flexbox;
	display: flex
}

ul.stats-overview {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px
}

ul.stats-overview li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	width: 30%;
	font-size: 12px;
	border-right: 1px solid #e8e8e8
}

ul.stats-overview li:last-child {
	border-right: 0
}

ul.stats-overview li .name {
	font-size: 12px
}

ul.stats-overview li .value {
	font-size: 12px;
	font-weight: bold;
	display: block
}

ul.stats-overview li:first-child {
	padding-left: 0
}

ul.project_files li {
	margin-bottom: 5px
}

ul.project_files li a i {
	width: 20px
}

.project_detail p {
	margin-bottom: 10px
}

.project_detail p.title {
	font-weight: bold;
	margin-bottom: 0
}

.avatar img {
	border-radius: 50%;
	max-width: 45px
}

.pricing {
	background: #fff
}

.pricing .title {
	background: #1ABB9C;
	height: 110px;
	color: #fff;
	padding: 15px 0 0;
	text-align: center
}

.pricing .title h2 {
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	margin: 0;
	font-weight: 400
}

.pricing .title h1 {
	font-size: 30px;
	margin: 12px
}

.pricing .title span {
	background: rgba(51, 51, 51, 0.28);
	padding: 2px 5px
}

.pricing_features {
	background: #FAFAFA;
	padding: 20px 15px;
	min-height: 230px;
	font-size: 13.5px
}

.pricing_features ul li {
	margin-top: 10px
}

.pricing_footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.pricing_footer p {
	font-size: 13px;
	padding: 10px 0 2px;
	display: block
}

.ui-ribbon-container {
	position: relative
}

.ui-ribbon-container .ui-ribbon-wrapper {
	position: absolute;
	overflow: hidden;
	width: 80px;
	height: 88px;
	top: -3px;
	right: -3px
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
	background-color: #5b90bf
}

.ui-ribbon-container .ui-ribbon {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	transform: rotate(45deg);
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	line-height: 20px;
	background-color: #555;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
	.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
	border-top: 2px solid #5b90bf
}

.ui-ribbon-container .ui-ribbon:before {
	left: 0;
	bottom: -1px
}

.ui-ribbon-container .ui-ribbon:before {
	right: 0
}

.ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before
	{
	position: absolute;
	content: " ";
	line-height: 0;
	border-top: 2px solid #555;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}

.thumbnail .image {
	height: 132px;
	overflow: hidden;
}

.caption {
	padding: 9px 5px;
	background: #F7F7F7;
	height: 56px;
}

.caption p {
	margin-bottom: 5px
}

.thumbnail {
	height: 190px;
	overflow: hidden;
	padding: 0px;
}

.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	/* box-shadow:0px 0px 1px 1px #d2d2d2; */
	cursor: default
}

.view .mask, .view .content {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0
}

.view img {
	display: block;
	position: relative
}

.view .tools {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.35);
	/* margin:43px 0 0 0 */
	/* margin-top:100px; */
}

.mask.no-caption .tools {
	margin: 90px 0 0 0
}

.view .tools a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	padding: 0 4px
}

.view p {
	font-family: 'JejuGothic-Regular';
	/* font-style:italic; */
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: left;
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}

.view-first img {
	transition: all 0.2s linear
}

.view-first .mask {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease-in-out;
	height: 100%;
}

.view-first .tools {
	transform: translateY(-100px);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	min-height: 30px;
}

.view-first p {
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.2s linear;
	/* min-height:calc(100% - 45px); */
}

.view-first:hover img {
	transform: scale(1.1)
}

.view-first:hover .mask {
	opacity: 1
}

.view-first:hover .tools, .view-first:hover p {
	opacity: 1;
	transform: translateY(0px)
}

.view-first:hover p {
	transition-delay: 0.1s
}

.form-group.has-feedback span {
	display: block !important;
}

.input-group-btn .btn {
	margin-bottom: 0;
}

.tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 2px
}

.tabs-left {
	border-right: 1px solid #F7F7F7
}

.tabs-right {
	border-left: 1px solid #F7F7F7
}

.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px
}

.tabs-left>li {
	margin-right: -1px
}

.tabs-right>li {
	margin-left: -1px
}

.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus
	{
	border-bottom-color: #F7F7F7;
	border-right-color: transparent
}

.tabs-right>li.active>a, .tabs-right>li.active>a:hover, .tabs-right>li.active>a:focus
	{
	border-bottom: 1px solid #F7F7F7;
	border-left-color: transparent
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
	background: #F7F7F7;
	text-overflow: ellipsis;
	overflow: hidden
}

.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
	background: #F7F7F7;
	text-overflow: ellipsis;
	overflow: hidden
}

.sideways {
	margin-top: 50px;
	border: none;
	position: relative
}

.sideways>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px
}

.sideways>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0px 0px
}

.sideways>li.active>a, .sideways>li.active>a:hover, .sideways>li.active>a:focus
	{
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd
}

.sideways.tabs-left {
	left: -50px
}

.sideways.tabs-right {
	right: -50px
}

.sideways.tabs-right>li {
	transform: rotate(90deg)
}

.sideways.tabs-left>li {
	transform: rotate(-90deg)
}

.morris-hover {
	position: absolute;
	z-index: 1000
}

.morris-hover.morris-default-style {
	padding: 6px;
	color: #666;
	background: rgba(243, 242, 243, 0.8);
	border: solid 2px rgba(195, 194, 196, 0.8);
	font-family: 'JejuGothic-Regular';
	font-size: 12px;
	text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0
}

.price {
	font-size: 40px;
	font-weight: 400;
	color: #26B99A;
	margin: 0
}

.prod_title {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 5px;
	margin: 30px 0;
	font-size: 20px;
	font-weight: 400
}

.product-image img {
	width: 90%
}

.prod_color li {
	margin: 0 10px
}

.prod_color li p {
	margin-bottom: 0
}

.prod_size li {
	padding: 0
}

.prod_color .color {
	width: 25px;
	height: 25px;
	border: 2px solid rgba(51, 51, 51, 0.28) !important;
	padding: 2px;
	border-radius: 50px
}

.product_gallery a {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	border: 1px solid #e5e5e5
}

.product_gallery a img {
	width: 100%;
	margin-top: 15px
}

.product_price {
	margin: 20px 0;
	padding: 5px 10px;
	background-color: #FFFFFF;
	text-align: left;
	border: 2px dashed #E0E0E0
}

.price-tax {
	font-size: 18px
}

.product_social {
	margin: 20px 0
}

.product_social ul li a i {
	font-size: 35px
}

.login {
	background: #F7F7F7
}

.login .fa-paw {
	font-size: 26px
}

a.hiddenanchor {
	display: none
}

.login_wrapper {
	right: 0px;
	margin: 0px auto;
	margin-top: 5%;
	max-width: 350px;
	position: relative
}

.registration_form, .login_form {
	position: absolute;
	top: 0px;
	width: 100%
}

.registration_form {
	z-index: 21;
	opacity: 0;
	width: 100%
}

.login_form {
	z-index: 22
}

#signup:target ~ .login_wrapper .registration_form, #signin:target ~
	.login_wrapper .login_form {
	z-index: 22;
	animation-name: fadeInLeft;
	animation-delay: .1s
}

#signup:target ~ .login_wrapper .login_form, #signin:target ~
	.login_wrapper .registration_form {
	animation-name: fadeOutLeft
}

.animate {
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both
}

.login_box {
	padding: 20px;
	margin: auto
}
/* 클릭 센스 충돌
.left {
	float:left!important;
}
*/
.alignleft {
	float: left;
	margin-right: 15px
}

.alignright {
	float: right;
	margin-left: 15px
}

.clearfix:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.login_content {
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	min-width: 280px
}

.login_content a, .login_content .btn-default:hover {
	text-decoration: none
}

.login_content a:hover {
	text-decoration: underline
}

.login_content h1 {
	font: normal 25px Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin: 10px 0 30px
}

.login_content h1:before, .login_content h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 27%
}

.login_content h1:after {
	background: #7e7e7e;
	background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
	right: 0
}

.login_content h1:before {
	background: #7e7e7e;
	background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
	left: 0
}

.login_content h1:before, .login_content h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 20%
}

.login_content h1:after {
	background: #7e7e7e;
	background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
	right: 0
}

.login_content h1:before {
	background: #7e7e7e;
	background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
	left: 0
}

.login_content form {
	margin: 20px 0;
	position: relative
}

.login_content form input[type="text"], .login_content form input[type="email"],
	.login_content form input[type="password"] {
	border-radius: 3px;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	border: 1px solid #c8c8c8;
	color: #354f63;
	margin: 0 0 20px;
	width: 100%
}

.login_content form input[type="text"]:focus, .login_content form input[type="email"]:focus,
	.login_content form input[type="password"]:focus {
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #A97AAD inset;
	background-color: #fff;
	border: 1px solid #A878AF;
	outline: none
}

#username {
	background-position: 10px 10px !important
}

#password {
	background-position: 10px -53px !important
}

.login_content form div a {
	font-size: 12px;
	margin: 10px 15px 0 0
}

.reset_pass {
	margin-top: 10px !important
}

.login_content div .reset_pass {
	margin-top: 13px !important;
	margin-right: 39px;
	float: right
}

.separator {
	border-top: 1px solid #D8D8D8;
	margin-top: 10px;
	padding-top: 10px
}

.button {
	background: #f7f9fa;
	background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa',
		endColorstr='#f0f0f0', GradientType=0);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	padding: 15px 0
}

.login_content form input[type="submit"], #content form .submit {
	float: left;
	margin-left: 38px;
}

.button a {
	background: url(../images/multiFile/upload.png) 0 -112px no-repeat;
	color: #7E7E7E;
	font-size: 17px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	transition: all 0.3s ease
}

.button a:hover {
	background-position: 0 -135px;
	color: #00aeef
}

/*
header {
	width:100%
}
*/
#nprogress .bar {
	background: #337ab7;
}

#nprogress .peg {
	box-shadow: 0 0 10px #1ABB9C, 0 0 5px #1ABB9C
}

#nprogress .spinner-icon {
	border-top-color: #1ABB9C;
	border-left-color: #1ABB9C
}

.editor-wrapper {
	min-height: 250px;
	background-color: white;
	border-collapse: separate;
	border: 1px solid #ccc;
	padding: 4px;
	box-sizing: content-box;
	box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	overflow: scroll;
	outline: none
}

.voiceBtn {
	width: 20px;
	color: transparent;
	background-color: transparent;
	transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	border: transparent;
	cursor: pointer;
	box-shadow: none;
	-webkit-box-shadow: none
}

div[data-role="editor-toolbar"] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dropdown-menu a {
	cursor: pointer
}

.select2-container--default .select2-selection--single,
	.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	min-height: 30px;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	color: #354f63;
	padding-top: 2px;
	line-height: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
	{
	padding-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	height: 28px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
	.select2-container--default .select2-selection--multiple .select2-selection__clear
	{
	margin-top: 2px;
	border: none;
	/* border-radius:0; */
	padding: 3px 8px 3px 8px;
	background-color: #669fd0;
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
	{
	color: #eeeeee;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
	{
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
	{
	border: 1px solid #ccc
}

.switchery {
	width: 32px;
	height: 20px
}

.switchery>small {
	width: 20px;
	height: 20px
}

fieldset {
	border: none;
	margin: 0;
	padding: 0
}

.cropper .img-container, .cropper .img-preview {
	background-color: #f7f7f7;
	width: 100%;
	text-align: center
}

.cropper .img-container {
	min-height: 200px;
	max-height: 516px;
	margin-bottom: 20px
}

.cropper .img-container>img {
	max-width: 100%
}

.cropper .docs-preview {
	margin-right: -15px
}

.cropper .img-preview {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden
}

.cropper .img-preview>img {
	max-width: 100%
}

.cropper .preview-lg {
	width: 263px;
	height: 148px
}

.cropper .preview-md {
	width: 139px;
	height: 78px
}

.cropper .preview-sm {
	width: 69px;
	height: 39px
}

.cropper .preview-xs {
	width: 35px;
	height: 20px;
	margin-right: 0
}

.cropper .docs-data>.input-group {
	margin-bottom: 10px
}

.cropper .docs-data>.input-group>label {
	min-width: 80px
}

.cropper .docs-data>.input-group>span {
	min-width: 50px
}

.cropper .docs-buttons>.btn, .cropper .docs-buttons>.btn-group, .cropper .docs-buttons>.form-control
	{
	margin-right: 5px;
	margin-bottom: 10px
}

.cropper .docs-toggles>.btn, .cropper .docs-toggles>.btn-group, .cropper .docs-toggles>.dropdown
	{
	margin-bottom: 10px
}

.cropper .docs-tooltip {
	display: block;
	margin: -6px -12px;
	padding: 6px 12px
}

.cropper .docs-tooltip>.icon {
	margin: 0 -3px;
	vertical-align: top
}

.cropper .tooltip-inner {
	white-space: normal
}

.cropper .btn-upload .tooltip-inner, .cropper .btn-toggle .tooltip-inner
	{
	white-space: nowrap
}

.cropper .btn-toggle {
	padding: 6px
}

.cropper .btn-toggle>.docs-tooltip {
	margin: -6px;
	padding: 6px
}

@media ( max-width :400px) {
	.cropper .btn-group-crop {
		margin-right: -15px !important
	}
	.cropper .btn-group-crop>.btn {
		padding-left: 5px;
		padding-right: 5px
	}
	.cropper .btn-group-crop .docs-tooltip {
		margin-left: -5px;
		margin-right: -5px;
		padding-left: 5px;
		padding-right: 5px
	}
}

.cropper .docs-options .dropdown-menu {
	width: 100%
}

.cropper .docs-options .dropdown-menu>li {
	padding: 3px 20px
}

.cropper .docs-options .dropdown-menu>li:hover {
	background-color: #f7f7f7
}

.cropper .docs-options .dropdown-menu>li>label {
	display: block
}

.cropper .docs-cropped .modal-body {
	text-align: center
}

.cropper .docs-cropped .modal-body>img, .cropper .docs-cropped .modal-body>canvas
	{
	max-width: 100%
}

.cropper .docs-diagram .modal-dialog {
	max-width: 352px
}

.cropper .docs-cropped canvas {
	max-width: 100%
}

.form_wizard .stepContainer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 solid #CCC;
	overflow-x: hidden;
}

.wizard_horizontal ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 100%;
	margin: 0 0 20px
}

.wizard_horizontal ul.wizard_steps li {
	display: table-cell;
	text-align: center
}

.wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover
	{
	display: block;
	position: relative;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
	opacity: 1;
	color: #666
}

.wizard_horizontal ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 4px;
	background: #ccc;
	top: 20px;
	width: 100%;
	z-index: 4;
	left: 0
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
	background: #ccc
}

.wizard_horizontal ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5
}

.wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
	background: #34495E;
	color: #fff
}

.wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no
	{
	background: #4894c3;
	color: #fff
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
	left: 50%
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
	right: 50%;
	width: 50%;
	left: auto
}

.wizard_verticle .stepContainer {
	width: 80%;
	float: left;
	padding: 0 10px
}

.actionBar {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 10px 5px;
	text-align: right;
	margin-top: 10px
}

.actionBar .buttonDisabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity = 65);
	box-shadow: none
}

.actionBar a {
	margin: 0 3px
}

.wizard_verticle .wizard_content {
	width: 80%;
	float: left;
	padding-left: 20px
}

.wizard_verticle ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 20%;
	float: left;
	margin: 0 0 20px
}

.wizard_verticle ul.wizard_steps li {
	display: list-item;
	text-align: center
}

.wizard_verticle ul.wizard_steps li a {
	height: 80px
}

.wizard_verticle ul.wizard_steps li a:first-child {
	margin-top: 20px
}

.wizard_verticle ul.wizard_steps li a, .wizard_verticle ul.wizard_steps li:hover
	{
	display: block;
	position: relative;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
	opacity: 1;
	color: #666
}

.wizard_verticle ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 100%;
	background: #ccc;
	top: 20px;
	width: 4px;
	z-index: 4;
	left: 49%
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
	background: #ccc
}

.wizard_verticle ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5
}

.wizard_verticle ul.wizard_steps li a.selected:before, .step_no {
	background: #354f63;
	color: #fff
}

.wizard_verticle ul.wizard_steps li a.done:before, .wizard_verticle ul.wizard_steps li a.done .step_no
	{
	background: #1ABB9C;
	color: #fff
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
	left: 49%
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
	left: 49%;
	left: auto;
	width: 0
}

.form_wizard .loader {
	display: none
}

.form_wizard .msgBox {
	display: none
}

.progress {
	border-radius: 0
}

.progress-bar-info {
	background-color: #3498DB
}

.progress-bar-success {
	background-color: #26B99A
}

.progress_summary .progress {
	margin: 5px 0 12px !important
}

.progress_summary .row {
	margin-bottom: 5px
}

.progress_summary .row .col-xs-2 {
	padding: 0
}

.progress_summary .more_info span {
	text-align: right;
	float: right
}

.progress_summary .data span {
	text-align: right;
	float: right
}

.progress_summary p {
	margin-bottom: 3px;
	width: 100%
}

.progress_title .left {
	float: left;
	text-align: left
}

.progress_title .right {
	float: right;
	text-align: right;
	font-weight: 300
}

.progress.progress_sm {
	border-radius: 0;
	margin-bottom: 18px;
	height: 10px !important
}

.progress.progress_sm .progress-bar {
	height: 10px !important
}

.dashboard_graph p {
	margin: 0 0 4px
}

ul.verticle_bars {
	width: 100%
}

ul.verticle_bars li {
	width: 23%;
	height: 200px;
	margin: 0
}

.progress.vertical.progress_wide {
	width: 35px
}

.alert-success {
	color: #ffffff;
	background-color: rgba(38, 185, 154, 0.88);
	border-color: rgba(38, 185, 154, 0.88)
}

.alert-info {
	color: #E9EDEF;
	background-color: rgba(52, 152, 219, 0.88);
	border-color: rgba(52, 152, 219, 0.88)
}

.alert-warning {
	color: #E9EDEF;
	background-color: rgba(243, 156, 18, 0.88);
	border-color: rgba(243, 156, 18, 0.88)
}

.alert-danger, .alert-error {
	color: #E9EDEF;
	background-color: rgba(231, 76, 60, 0.88);
	border-color: rgba(231, 76, 60, 0.88)
}

.ui-pnotify.dark .ui-pnotify-container {
	color: #E9EDEF;
	background-color: rgba(52, 73, 94, 0.88);
	border-color: rgba(52, 73, 94, 0.88)
}

.custom-notifications {
	position: fixed;
	margin: 15px;
	right: 0;
	float: right;
	width: 400px;
	z-index: 9999;
	bottom: 0
}

ul.notifications {
	float: right;
	display: block;
	margin-bottom: 7px;
	padding: 0;
	width: 100%
}

.notifications li {
	float: right;
	margin: 3px;
	width: 36px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3)
}

.notifications li:last-child {
	margin-left: 0
}

.notifications a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 8px
}

.tabbed_notifications .text {
	padding: 5px 15px;
	height: 140px;
	border-radius: 7px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3)
}

.tabbed_notifications div p {
	display: inline-block
}

.tabbed_notifications h2 {
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
	float: left;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}

.tabbed_notifications .close {
	padding: 5px;
	color: #E9EDEF;
	float: right;
	opacity: 1
}

.fc-state-default {
	background: #f5f5f5;
	color: #354f63
}

.fc-state-down, .fc-state-active {
	color: #333;
	background: #ccc
}

.dropzone {
	min-height: 300px;
	border: 1px solid #e5e5e5
}

/*
.x_content {
    direction:rtl;
}
*/
.main_menu .label {
	line-height: 11px;
	margin-top: 4px;
}

@media ( max-width :460px) {
	.dataTables_wrapper .col-sm-6 {
		width: 100%;
		margin-bottom: 5px;
	}
	.dataTables_wrapper .col-sm-6 .dataTables_filter {
		float: none;
	}
}

@media ( max-width :767px) {
	.dataTables_length {
		float: none;
	}
}

.daterangepicker.xdisplay {
	width: 228px;
}

.dataTables_wrapper>.row {
	overflow: auto !important;
	/*prevent datatables overflowing its container*/
}

.setting-open.grid-widget-box {
	transition: right 0.3s;
	right: 0px;
	z-index: 9999;
}

.grid-widget-box {
	transition: right 0.3s;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #e8e8e8;
	position: fixed;
	top: 130px;
	right: -700px;
	padding: 14px 14px 24px 14px;
	z-index: 9999;
	width: 700px;
	box-shadow: 0 2px 7px rgba(91, 107, 123, 0.72);
}

.btn.widget_show_hide {
	width: 54px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 27px;
	border-width: 1px;
	border-style: solid;
	border-right: 0;
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	text-align: center;
	position: absolute;
	left: -55px;
	top: 25px;
	z-index: 55;
	padding: 0;
	/* border-color:#2a3f54; */
	color: #fff;
	background: #5b6b7b;
}

.btn.grid-btn-app {
	position: relative;
	padding-top: 12px;
	margin: 0 0 10px 10px;
	min-width: 105px;
	height: 130px;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	color: #ffffff;
	background-color: rgba(42, 63, 84, 0.72);
	font-size: 12px;
	border-radius: 4px;
	width: 105px;
	font-weight: bold;
}

.btn.grid-btn-app:hover {
	background: #f4f4f4;
	color: rgba(42, 63, 84, 0.72);
	border-color: #ffffff
}

.btn.grid-btn-app2 {
	position: relative;
	padding-top: 12px;
	margin: 0 0 10px 10px;
	min-width: 105px;
	height: 130px;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	color: #ffffff;
	background-color: rgba(42, 63, 84, 0.72);
	font-size: 12px;
	border-radius: 4px;
	width: 105px;
	font-weight: bold;
}

.btn.grid-btn-app>.fa, .btn.grid-btn-app>.glyphicon, .grid-btn-app>.ion
	{
	font-size: 20px;
	display: block;
}

.wrap_layer {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	background-color: rgba(0, 0, 0, .2);
}

.layerType {
	position: absolute;
}

.layerIn {
	overflow: hidden;
	position: relative;
}

.layerIn .layerTop {
	height: 30px;
	line-height: 30px;
	border-bottom: none;
	padding-top: 4px;
}

.layerTop .close {
	float: right;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	color: #969696;
	opacity: .9;
	margin-right: 8px;
	margin-top: 2px;
}

.layerTop h5 {
	padding: 0 10px;
	color: #fff;
	background-color: #25436c;
	padding-left: 33px;
	font-size: 16px;
}

.layerTop h4 {
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}

.layerCon {
	background: #fff;
}

.layerCon .lineBox2 {
	font-size: 11px;
	border: solid 1px #e2e2e2;
	overflow: hidden;
	padding: 5px 2%;
}

.layerCon .lineBox2 ul li {
	float: left;
	width: 24%;
}

.layerCon .btnArea {
	text-align: center;
	clear: both;
	overflow: hidden;
	padding: 10px;
}

.layerCon .listDialog {
	border-collapse: collapse;
	width: 100%;
	border-top: solid 2px #af8be4;
	border-right: solid 1px #e2e2e2;
	font-size: 11px;
}

.layerCon .listDialog th {
	padding: 2px 0;
	background: #f9f9f9;
	text-align: center;
	border-bottom: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	color: #656565;
}

.layerCon .listDialog td {
	padding: 2px 5px;
	border-bottom: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	text-align: center;
}

.layerCon .listDialog td.left {
	text-align: left;
}

.layerCon .msg {
	padding: 10px;
	display: table;
	height: calc(100% - 54px);
	width: 100%;
	color: #4b5f71;
}

.layerCon .msg .p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}

.layerCon .popContents {
	padding: 10px;
	border-top: none;
	overflow-x: hidden;
}

.layerCon .popContentsXscroll {
	padding: 18px 17px 18px 17px;
	border: solid 3px #000000;
	border-top: none;
	overflow-x: auto;
	overflow-y: auto;
}

.layerType .layerTop .btnClose {
	position: absolute;
	top: 15px;
	right: 22px;
	width: 25px;
	height: 22px;
	cursor: pointer;
	z-index: 1103;
}

.layerCon .popContents .contents {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.layerCon .popContents .x_title_pop {
	padding: 1px 5px 6px;
	margin-bottom: 10px;
}

.layerCon .popContents .x_title_pop .title {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 100%;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #4B5F71;
	border-color: #364B5F;
}

.layerCon .popContents .x_content_pop {
	padding: 0 5px 6px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 5px;
	height: calc(100% - 50px);
}

.modal-content .ui-resizable-se {
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-content  .ui-resizable-se {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-content  .ui-resizable-se {
	cursor: se-resize;
	width: 20px;
	height: 20px;
	right: 0px;
	bottom: 0;
	position: absolute;
}

.divH10 {
	width: 100%;
	height: 10px;
	float: left;
}

.divH20 {
	width: 100%;
	height: 20px;
	float: left;
}

.divH30 {
	width: 100%;
	height: 30px;
	float: left;
}

.divH40 {
	width: 100%;
	height: 40px;
	float: left;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.tui-grid-container {
	height: 100%;
}

/* File */
input[type="text"].fileName {
	max-width: 150px
}

.fileSearch {
	display: block
}

.fileHolder {
	position: relative;
	min-width: 300px;
	padding: 0 70px 0 0
}

.fileControl {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px
}

.fileControl input[type="file"].fileMulti {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 0px none
}

.fileControl label.fileBtn {
	display: inline-block;
	width: 80px;
	max-width: none;
	margin-left: 2px;
	padding: 3px 10px 3px;
	background: #1ABB9C;
	border-radius: 3px;
	font-size: 0.95em;
	font-weight: normal;
	color: #F1F6F7;
	text-align: center;
	line-height: normal;
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.fileControl label.fileBtn:hover {
	background: #16ab8e
}

.filesBox {
	min-width: 200px;
	min-height: 50px;
	padding: 5px 10px 15px 5px;
	border: 1px solid #d3d3d3;
	background: #fafafa;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.filesBox a.MultiFile-remove {
	display: inline-block;
	overflow: hidden;
	width: 13px;
	height: 13px;
	background: url(../images/multiFile/btn_del.png) no-repeat center center;
	text-indent: -999px;
	vertical-align: middle;
	cursor: pointer
}

.filesBox div.MultiFile-label {
	padding-bottom: 5px;
}

.filesBox>ul {
	list-style: none;
	padding-left: 0px;
}

.filesBox>ul>li {
	padding-top: 5px;
}

/* Input Mode */
.initEnOnly {
	-webkit-ime-mode: disable;
	-moz-ime-mode: disable;
	-ms-ime-mode: disable;
	ime-mode: disable;
}

.initEn {
	-webkit-ime-mode: inactive;
	-moz-ime-mode: inactive;
	-ms-ime-mode: inactive;
	ime-mode: inactive;
}

.initKo {
	-webkit-ime-mode: active;
	-moz-ime-mode: active;
	-ms-ime-mode: active;
	ime-mode: active;
}

/* toastGrid background */
.misoToastGrid1 {
	background-color: #00ACC1 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid2 {
	background-color: #00BCD4 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid3 {
	background-color: #26C6DA !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid4 {
	background-color: #4DD0E1 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid5 {
	background-color: #80DEEA !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid6 {
	background-color: #B2EBF2 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid7 {
	background-color: #E0F7FA !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid8 {
	background-color: #E0F2F1 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid9 {
	background-color: #E8F5E9 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid10 {
	background-color: #F1F8E9 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid11 {
	background-color: #FFF8E1 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid12 {
	background-color: #FFECB3 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid13 {
	background-color: #FFE082 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid14 {
	background-color: #FFD54F !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid15 {
	background-color: #FFCA28 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid16 {
	background-color: #FFC107 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid17 {
	background-color: #FFB300 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid18 {
	background-color: #FFA000 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid19 {
	background-color: #FF8F00 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid20 {
	background-color: #FF6F00 !important;
	color: #000000 !important;
	font-weight: bold !important;
}

.misoToastGrid_red {
	color: #FF0000 !important;
	font-weight: bold !important;
}

.misoToastGrid_blue {
	color: #0000FF !important;
	font-weight: bold !important;
}

.misoToastGrid_white {
	color: #FFFFFF !important;
}

.misoToastGrid_arrow_up_blue {
	background: url(../images/grid/grid-arrow-up-blue.png) no-repeat center
		center;
}

.misoToastGrid_new_red {
	background: url(../images/grid/grid-new-red.png) no-repeat center center;
}

.misoToastGrid_arrow_down_blue {
	background: url(../images/grid/grid-arrow-down-blue.png) no-repeat
		center center;
}

.misoToastGrid_arrow_up_red {
	background: url(../images/grid/grid-arrow-up-red.png) no-repeat center
		center;
}

.tui-grid-cell-content select {
	width: 98%;
	height: 20px;
	font-size: 12px;
	color: #2a3f54;
	border-color: #dadada;
	border-radius: 3px;
}

.tui-grid-cell-content input[type=password], .tui-grid-cell-content input[type=text]
	{
	width: 100%;
	padding: 2px;
	border: 1px solid #ffffff;
	border-radius: 3px;
}

.ajax-loding-wrap {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.54);
	display: none;
}

.ajax-loding-bar {
	position: absolute;
	left: calc(50% - 60px);
	top: calc(50% - 50px);
	z-index: 1000000;
	font-size: 100px;
	color: #ffffff;
}

h4#full_modal_label {
	font-size: 14px;
}

.input-group-addon {
	padding: 5px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/** 테마 관련 */
.grid-stack-item-content.x_panel.dark {
	background-color: #505050;
	color: #eeeeee;
}

.grid-stack-item-content.x_panel.dark * input {
	background-color: #505050;
}

.grid-stack-item-content.x_panel.vintage {
	background-color: #fef8ef;
}

.grid-stack-item-content.x_panel.vintage * input {
	background-color: #fef8ef;
}

.modal-content.modal-fullsize.dark {
	background-color: #505050;
	color: #eeeeee;
}

.modal-content.modal-fullsize.dark>div>button.close {
	color: #ffffff;
	opacity: .8;
}

.modal-content.modal-fullsize.vintage {
	background-color: #fef8ef;
}

.nowrap-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tui-pagination .tui-last-child.tui-is-selected {
	border-right: 1px solid #ddd;
}

.tui-pagination .tui-first-child.tui-is-selected {
	border-left: 1px solid #ddd;
}

.tui-pagination .tui-is-selected, .tui-pagination strong {
	color: #fdfdfd;
	background: #60778c;
	border-color: #ddd;
	cursor: default;
}

.tui-pagination .tui-is-selected:hover {
	background-color: #669fd0;
}

.radio label, .checkbox label {
	padding-left: 0px;
	padding-right: 10px;
}

.contrastColorBox {
	width: 40px;
	float: left;
	margin-right: 5px;
}

.contrastColorBox span {
	border: 0px;
	border-radius: 0px;
	line-height: 1.3;
	padding-bottom: 10px;
}

.sortable {
	padding: 0 4px 6px 0;
	margin: 0;
	min-height: 30px;
	list-style: none;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	border-color: #b3b3b3;
}

.sortable li {
	cursor: pointer;
	display: inline-block;
	border-radius: .25em;
	padding: 2px;
	margin: 4px 0 0 4px;
}

.sortable li div {
	padding: 6px;
	margin: 0;
	list-style: none;
	border-radius: 3px;
}

.sortable li .active {
	background-color: #337ab7;
	color: #fff;
}

.sortable li .inactive {
	background-color: #bebebf;
	color: #fff;
}

.form-control:hover {
	border: 1px solid #ffc107;
}

.select2-container--default .select2-selection--single:hover,
	.select2-container--default .select2-selection--multiple:hover {
	border: 1px solid #ffc107;
}

.tagsinput:hover {
	border: 1px solid #ffc107;
}

.fa:hover {
	color: #ffc107;
}

/** 쳇봇 관련 CSS */
.line_top {
	border-top: 1px solid #efeeee;
}

.line_right {
	border-right: 1px solid #efeeee;
}

.line_bottom {
	border-bottom: 1px solid #efeeee;
}

.line_left {
	border-left: 1px solid #efeeee;
}

.botTable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 5px;
}

.botTable>tbody>tr>td, .botTable>tbody>tr>th, .botTable>tfoot>tr>td,
	.botTable>tfoot>tr>th, .botTable>thead>tr>td, .botTable>thead>tr>th {
	padding: 8px;
	line-height: 2.4;
	vertical-align: middle;
	text-align: center;
}

.botTable th {
	border-top: 1px solid #ececec;
	border-bottom: 2px solid #dedede;
}

.botTable td {
	border-bottom: 1px solid #ececec;
}

span.botDesc {
	font-size: 11px;
	color: #8c8c8c;
}

div.botDashedDesc {
	border: dashed 1px #4b5f71;
	padding: 10px;
	border-radius: 5px;
	background-color: #4b5f710d;
}

input.input-bottom-line {
	border-bottom: 1px solid #607d8b;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: #ffffff;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border-radius: 4px;
}

input.input-bottom-line:hover {
	border-bottom: 1px solid #ffc107;
}

input.input-radius {
	border-radius: 30px;
}

div.scrollDiv {
	padding: 10px 5px 10px 5px;
	overflow-y: auto;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

div.scrollDiv:hover {
	border: 1px solid #ffc107;
}

.fa-radius {
	cursor: pointer;
	color: #ffffff;
	padding: 4px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #4b5f71;
	text-align: center;
	vertical-align: middle;
}

.fa-radius:hover {
	background-color: #ffc107;
	color: #ffffff;
}

.dashedLine {
	width: 100%;
	border: 1px dashed #dedede;
	float: left;
}

.botImage {
	width: 100%;
	text-align: center;
	padding-top: 27px;
	float: left;
	height: 160px;
	border-radius: 8px;
	padding-left: calc(50% - 60px);
	background-image: linear-gradient(-240deg, #585858 0%, #585858 15%, #505050 15%, #505050
		32.5%, #484848 32.5%, #484848 50%, #414141 50%, #414141 67.5%, #363636
		67.5%, #363636 85%, #313131 85%, #313131 100%);
}

.botImage div {
	cursor: pointer;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding: 5px;
	background-color: #ababab;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .5);
	text-align: center;
}

.botImage>div>img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.botTheme {
	height: 170px;
	overflow-y: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.botTheme div.item {
	padding: 0px 5px 5px 5px;
}

.botTheme div.item span {
	width: 100%;
}

.ui-state-default {
	list-style-type: none;
	text-align: center;
	padding: 5px 8px 5px 8px;
	float: left;
	width: calc(25% - 10px);
	height: 50px;
	font-size: 15px;
	color: #ffffff;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	background-image: linear-gradient(-240deg, #4b5f71 0%, #4b5f71 15%, #4b5f71 15%, #405161
		32.5%, #405161 32.5%, #405161 50%, #313e4a 50%, #313e4a 67.5%, #313e4a
		67.5%, #212931 85%, #212931 85%, #212931 100%);
}

.ui-state-default:hover {
	color: #ffc107;
}

.ui-state-default .num {
	color: #FFEB3B;
	text-align: left;
	width: 100%;
	font-size: 12px;
}

.ui-state-default .title {
	text-align: center;
	width: 100%;
	font-size: 15px;
	margin-top: -5px;
}

.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.botListNoSearch {
	padding: 7px;
	border-radius: 5px;
}

.botListNoSearch div.wrap {
	border-radius: 5px;
	opacity: 1;
	transition: all .2s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
	background-color: white;
}

.botListNoSearch div.icon {
	font-size: 90px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}

.botListNoSearch div.ctt {
	font-size: 20px;
	text-align: center;
	padding-bottom: 45px;
}
/* 2018.12.12 by songyi */
.flow-hist-search-date #reservation {
	width: 100% !important;
}

.borderStyle {
	border: 1px solid #c1c1c1;
	background-color: #60778c;
	color: white;
	padding: 5px 20px;
	display: block;
	width: 110px;
}

.flowStyle-right {
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	border-radius: 15px;
	background-color: orange;
}

.flowStyle-left {
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	border-radius: 15px;
	background-color: #46a5d0;
}
/* 2018.12.18 by songyi */
#chatbot-info-content {
	padding-left: 15px;
}

.chatbot_img_chk_div {
	float: left;
	width: 198px;
	height: 155px;
}

#intent-frqUseWord-div .tui-grid-rside-area, #tag-frqUseWord-div .tui-grid-rside-area
	{
	width: calc(100% - 61px) !important;
}

.tui-grid-container {
	width: 100%;
	position: relative;
	border-width: 0;
	clear: both;
	font-size: 12px;
	font-family: JejuGothic-Regular;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
	{
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.botTitle {
	padding: 10px;
	height: 60px;
}

.botTitleIcon {
	position: absolute;
	top: 72px;
	left: 100px;
	font-size: 35px;
}

.botTitle>.left {
	padding-left: 55px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left !important;
}

.botTitle>.right {
	text-align: right;
}

.botTitle>.right>span {
	/* float:right; */
	position: relative;
	bottom: 5px;
}

.botSearch {
	padding-right: 10px;
	padding-left: 10px;
}

.botSearch .x_panel {
	padding-top: 10px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 10px;
}

.botList {
	overflow-y: auto;
	padding: 5px;
}

.botListPanel {
	padding: 0px;
	font-weight: bold;
	/* color:#607D8B; */
}

.botListPanel>div {
	float: left;
	height: 60px;
}

.botListCtt_r1 {
	width: calc(100% - 70px);
	border-right: 1px solid #efeeee;
	height: 120px !important;
}

.botListCtt_r2 {
	width: calc(100% - 140px);
	border-right: 1px solid #efeeee;
	height: 120px !important;
}

.botListCtt_r3 {
	width: calc(100% - 210px);
	border-right: 1px solid #efeeee;
	height: 120px !important;
}

.botListCtt_r3 {
	width: calc(100% - 210px);
	border-right: 1px solid #efeeee;
	height: 120px !important;
}

.botListCtt_top {
	padding-left: 15px;
	padding-top: 5px;
	height: 85px;
}

.botListCtt_top_icon {
	margin-top: 10px;
	padding: 5px;
	width: 70px;
	float: left;
	height: 70px;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.botListCtt_top_icon>div {
	border-radius: 50%;
	width: 56px;
	height: 56px;
	padding: 5px;
	background-color: #ababab;
}

.botListCtt_top_icon>div>img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.botListCtt_top_icon>span {
	font-size: 50px;
}

.botListCtt_top_info {
	width: calc(100% - 70px);
	height: 65%;
	padding-top: 16px;
	padding-left: 15px;
	float: left;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.botListCtt_top_info:hover {
	color: #ffc107;
}

.botListCtt_top_info>span {
	font-size: 16px;
}

.botListCtt_top_summary {
	width: calc(100% - 70px);
	height: 35%;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.botListCtt_top_summary>span {
	color: #d49b47;
}

.botListCtt_bottom {
	padding-top: 5px;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.botListCtt_bottom>span {
	color: #949292;
	padding-left: 15px;
}

.botListStats {
	width: 70px;
	text-align: center;
	padding-top: 14px;
	cursor: pointer;
}

.botListStats_2merge {
	width: 140px;
	text-align: center;
	padding-top: 14px;
	cursor: pointer;
}

.botListStats:hover, .botListStats_2merge:hover {
	color: #ffc107;
}

/*======================================
				common
========================================*/

/* ********** Basic setting ********** */
/* Button */
.btn.btn-20 {
	line-height: 11px;
	font-size: 11px;
	padding: 4px 7px 4px 7px;
}

.btn.btn-25 {
	line-height: 11px;
	font-size: 11px;
	padding: 6px 7px 6px 7px;
}

.btn.btn-28 {
	line-height: 13px;
	font-size: 13px;
	padding: 6px 7px 6px 7px;
}

.btn.btn-36 {
	line-height: 13px;
	font-size: 13px;
	padding: 11px 13px 11px 13px;
}

.btn.btn-circle {
	line-height: 16px;
	font-size: 13px;
	padding: 9px 12px 9px 12px;
	border-radius: 50%;
}

/* button_color */
/* .btn.btn-white 				{background:#ffffff; border-color:#cdcdcd; color:#555555;}
.btn-white:hover, .btn-blue:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white
							{background:#f8f8f8; border-color:#b1b1b1;}	
							
.btn.btn-blue 				{background:#337ab7; border-color:#2e6da4; color:#ffffff;}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue
							{background:#286090; border-color:#122b40;}		

.btn.btn-deepblue			{background:#364c85; border-color:#4666af; color:#ffffff;}
.btn-deepblue:hover, .btn-deepblue:focus, .btn-deepblue:active, .btn-deepblue.active, .open .dropdown-toggle.btn-deepblue 
							{background:#4666af; border-color:#38569a;}

.btn.btn-skyblue			{background:#5bc0de; border-color:#46b8da; color:#ffffff;}
.btn-skyblue:hover, .btn-skyblue:focus, .btn-skyblue:active, .btn-skyblue.active, .open .dropdown-toggle.btn-skyblue
							{background:#31b0d5; border-color:#1b6d85;}

.btn.btn-green 				{background:#5cb85c; border-color:#4cae4c; color:#ffffff;}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green
							{background:#449d44; border-color:#255625;}

.btn.btn-cian 				{background:#007f8b; border-color:#006b75; color:#ffffff;}
.btn-cian:hover, .btn-cian:focus, .btn-cian:active, .btn-cian.active, .open .dropdown-toggle.btn-cian
							{background:#006b75; border-color:#025961;}

.btn.btn-orange				{background:#f0ad4e; border-color:#eea236; color:#ffffff;}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange
							{background:#ec971f; border-color:#985f0d;}

.btn.btn-red				{background:#d9534f; border-color:#d43f3a; color:#ffffff;}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red
							{background:#c9302c; border-color:#761c19;}

.btn.btn-gray 				{background:#777777; border-color:#555555; color:#ffffff;}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open .dropdown-toggle.btn-gray
							{background:#555555; border-color:#444444;}

.btn.btn-dark 				{background:#4B5F71; border-color:#364B5F; color:#E9EDEF;}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark
							{background:#394D5F; border-color:#394D5F;}

.btn_major{color:#fff !important;border:1px solid #796eff !important;background-color:#796eff !important;}
.btn_major:hover{color:#fff !important;border:1px solid #514f66 !important;background-color:#514f66 !important;}
.btn_gray{border:1px solid #e5e8ec !important;background-color:#e5e8ec !important;}
.btn_gray:hover{color:#fff !important;border:1px solid #514f66 !important;background-color:#514f66 !important;}
.btn_dark{color:#fff !important;border:1px solid #151b26 !important;background-color:#151b26 !important;}
.btn_dark:hover{color:#fff !important;border:1px solid #514f66 !important;background-color:#514f66 !important;}
.btn_red{color:#fff !important;border:1px solid #eb4657 !important;background-color:#eb4657 !important;}
.btn_red:hover{color:#fff !important;border:1px solid #d52a3c !important;background-color:#d52a3c !important;}
.btn_blue{color:#fff !important;border:1px solid #2589ef !important;background-color:#2589ef !important;}
.btn_blue:hover{color:#fff !important;border:1px solid #2575c7 !important;background-color:#2575c7 !important;}
.btn_secondred{color:#fff !important;border:1px solid #cc4249 !important;background-color:#cc4249!important;}
.btn_secondgray{color:#fff !important;border:1px solid #454545 !important;background-color:#454545!important;}
.btn_secondblack{color:#fff !important;border:1px solid #000000 !important;background-color:#000000!important;}


.btn_addItem{color:#796eff !important;border:1px solid transparent !important;background-color:transparent !important;}
.btn_addItem:hover{text-decoration:underline;}

.btn.icon_copy{padding-left:30px;background-image:url(../images/icon/icon_gray_copy.png);background-position:5px center;}
.btn.icon_copy:hover{background-image:url(../images/icon/icon_black_copy.png);}
.btn.icon_add{padding-left:30px;background-image:url(../images/icon/icon_white_add.png);background-position:5px center;}
.btn.icon_delete{padding-left:30px;background-image:url(../images/icon/icon_white_trash.png);background-position:5px center;}
.btn.icon_save{padding-left:30px;background-image:url(../images/icon/icon_white_save.png);background-position:5px center;}
.btn.icon_cancel{padding-left:30px;background-image:url(../images/icon/icon_gray_cancel.png);background-position:5px center;}
.btn.icon_cancel:hover{background-image:url(../images/icon/icon_black_cancel.png);}
.btn.icon_download{padding-left:30px;background-image:url(../images/icon/icon_gray_download.png);background-position:5px center;}
.btn.icon_download:hover{background-image:url(../images/icon/icon_black_download.png);}
.btn.icon_upload{padding-left:30px;background-image:url(../images/icon/icon_gray_upload.png);background-position:5px center;}
.btn.icon_upload:hover{background-image:url(../images/icon/icon_black_upload.png);}
.btn.icon_arrowL{padding-left:30px;background-image:url(../images/icon/icon_gray_arrow_left.png);background-position:5px center;}
.btn.icon_arrowL:hover{background-image:url(../images/icon/icon_black_arrow_left.png);}
.btn.icon_arrowR{padding-right:30px;background-image:url(../images/icon/icon_gray_arrow_right.png);background-position:90% center;}
.btn.icon_arrowR:hover{background-image:url(../images/icon/icon_black_arrow_right.png);}
.btn.icon_arrowDR{padding-left:30px;background-image:url(../images/icon/icon_gray_arrow_double_right.png);background-position:5px center;}
.btn.icon_arrowDR:hover{background-image:url(../images/icon/icon_black_arrow_double_right.png);}
.btn.icon_edit{padding-left:30px;background-image:url(../images/icon/icon_gray_edit.png);background-position:5px center;}
.btn.icon_edit:hover{background-image:url(../images/icon/icon_black_edit.png);}
.btn.icon_apply{padding-left:30px;background-image:url(../images/icon/icon_gray_arrow_bottom.png);background-position:5px center;}
.btn.icon_apply:hover{background-image:url(../images/icon/icon_black_arrow_bottom.png);}
.btn.icon_select{padding-left:30px;background-image:url(../images/icon/icon_gray_select.png);background-position:5px center;}
.btn.icon_change{padding-left:30px;background-image:url(../images/icon/icon_gray_change.png);background-position:5px center;}
.btn.icon_detail{padding-left:30px;background-image:url(../images/icon/icon_white_detail.png);background-position:5px center;}
.btn.icon_execute{width:150px;padding-left:30px;background-image:url(../images/icon/icon_white_execute.png);background-position:40px center;}

.btn.btn_gray.icon_cancel:hover{background-image:url(../images/icon/icon_white_cancel.png);}
.btn.btn_blue.icon_play{padding-left:30px;background-image:url(../images/icon/icon_white_play.png);background-position:5px center;}
.btn.btn_dark.icon_copy{background-image:url(../images/icon/icon_white_copy.png);}
.btn.btn_dark.icon_upload{padding-left:30px;background-image:url(../images/icon/icon_white_upload.png);background-position:5px center;}
.btn.btn_dark.icon_search{padding-left:30px;background-image:url(../images/icon/icon_white_search.png);background-position:5px center;}

.btn_tooltop{display:inline-block;vertical-align:top;padding:0 8px;margin:0 10px 0 5px;font-size:20px;border:0;border-radius:3px;background-color:#ededed;}

.btn_listDelete{width:20px;height:20px;border:0;background:url(../images/icon/icon_gray_trash.png) no-repeat center center;text-indent:-99999px;}




button_outline
.btn.btn-blue.outline 		{background:#ffffff; border-color:#2e6da4; color:#333333;}
.btn-blue.outline:hover, .btn-blue.outline:focus, .btn-blue.outline:active, .btn-blue.outline.active, .open .dropdown-toggle.btn-blue.outline
							{background:#f6f6f6; border-color:#122b40;}		

.btn.btn-deepblue.outline	{background:#ffffff; border-color:#4666af; color:#333333;}
.btn-deepblue.outline:hover, .btn-deepblue.outline:focus, .btn-deepblue.outline:active, .btn-deepblue.outline.active, .open .dropdown-toggle.btn-deepblue.outline
							{background:#f6f6f6; border-color:#38569a;}

.btn.btn-skyblue.outline	{background:#ffffff; border-color:#46b8da; color:#333333;}
.btn-skyblue.outline:hover, .btn-skyblue.outline:focus, .btn-skyblue.outline:active, .btn-skyblue.outline.active, .open .dropdown-toggle.btn-skyblue.outline
							{background:#f6f6f6; border-color:#1b6d85;}

.btn.btn-green.outline 		{background:#ffffff; border-color:#4cae4c; color:#333333;}
.btn-green.outline:hover, .btn-green.outline:focus, .btn-green.outline:active, .btn-green.outline.active, .open .dropdown-toggle.btn-green.outline
							{background:#f6f6f6; border-color:#255625;}

.btn.btn-cian.outline 		{background:#ffffff; border-color:#006b75; color:#333333;}
.btn-cian.outline:hover, .btn-cian.outline:focus, .btn-cian.outline:active, .btn-cian.outline.active, .open .dropdown-toggle.btn-cian.outline
							{background:#f6f6f6; border-color:#025961;}

.btn.btn-orange.outline		{background:#ffffff; border-color:#eea236; color:#333333;}
.btn-orange.outline:hover, .btn-orange.outline:focus, .btn-orange.outline:active, .btn-orange.outline.active, .open .dropdown-toggle.btn-orange.outline
							{background:#f6f6f6; border-color:#985f0d;}

.btn.btn-red.outline		{background:#ffffff; border-color:#d43f3a; color:#333333;}
.btn-red.outline:hover, .btn-red.outline:focus, .btn-red.outline:active, .btn-red.outline.active, .open .dropdown-toggle.btn-red.outline
							{background:#f6f6f6; border-color:#761c19;}

.btn.btn-gray.outline 		{background:#ffffff; border-color:#555555; color:#333333;}
.btn-gray.outline:hover, .btn-gray.outline:focus, .btn-gray.outline:active, .btn-gray.outline.active, .open .dropdown-toggle.btn-gray.outline
							{background:#f6f6f6; border-color:#444444;}

.btn.btn-dark.outline 		{background:#ffffff; border-color:#364B5F; color:#333333;}
.btn-dark.outline:hover, .btn-dark.outline:focus, .btn-dark.outline:active, .btn-dark.outline.active, .open .dropdown-toggle.btn-dark.outline
							{background:#f6f6f6; border-color:#394D5F;}


.btn.bold {font-weight:bold;}
 */
/*============================================================================================================================
											브라우저 별 전용 핵 :임시 주석처리
=============================================================================================================================*/
/*======================================
			사파리, 크롬 전용 핵
========================================*/

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	.btn {padding:6px 12px 4px 12px;}
} */

/*======================================
			사파리 모바일 전용 핵
========================================
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.button a, .button button		{padding:13px 15px 12px 15px;}
		.button_20 a, .button_20 button	{padding:5px 7px 3px 7px;}
		.button_30 a, .button_30 button	{padding:8px 7px 7px 7px;}
	}
}*/

/*======================================
			align
========================================*/
.fl {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.fr {
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.overflow_h {
	overflow: hidden;
}

hr {
	height: 1px;
	border-bottom: 1px dashed #d9d9d9;
	margin: 10px 0;
	display: block;
	float: none;
	clear: both;
	height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}

/*======================================
				공통
========================================*/
.botTitle i {
	display: none;
}

.botTitle {
	padding: 0;
	height: auto;
}

.botTitle>.left.icon {
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0;
}

.botTitle>.left.icon i {
	font-size: 35px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.datepicker-panel>ul>li {
	font-family: arial !important;
}

.talog .botTable tr td a {
	color: #257bca;
}

.talog .botTable tr td a:hover {
	text-decoration: underline;
}

/* ********** Tablet용 CSS ********** */
@media all and (min-width:768px) {
	.botTitle i {
		display: inline-block;
	}
}

/*======================================
				page
========================================*/

/* Tab */
ul.basic_tab {
	padding: 0;
	clear: both;
	float: none;
	overflow: hidden;
}

ul.basic_tab li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 33.33%;
	height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.basic_tab li button {
	border-radius: 0;
	height: 30px;
	width: 100%;
}

ul.basic_tab li.active button {
	border-left: 4px solid #5bc0de;
	background: #2e6da4;
	color: #fff;
}

.bot_container {
	padding: 0 10px;
}

.bot_container .x_panel label {
	height: 24px;
	line-height: 24px;
	padding-top: 4px;
}

.reply-manage-detail-content .btn.btn-app {
	padding: 7px 5px;
	margin: 0 0 0 7px;
	min-width: 60px;
	height: 45px;
}

/* 현황판1 */
.x_panel.bot_status_board_search {
	padding: 10px 17px 10px 17px;
}

.bot_status_board_search .chatbot_select_area#chatbot-info-content {
	padding-left: 0;
}

.bot_status_board_search .chatbot_select_scroll {
	padding: 10px 15px 8px 15px;
	margin-top: 5px;
	background: #d9d9d9;
	border-radius: 10px;
}

.bot_status_board_search .chatbot_select_area {
	width: 100%;
}

.chatbot_select_area .chatbot_img_chk_div {
	float: none;
	display: inline-block;
	width: 110px;
	height: auto;
	margin-right: 10px;
	position: relative;
}

.chatbot_select_area .chatbot_img_chk_div .botImage {
	width: 110px;
	padding: 10px;
	height: auto;
	float: none;
	text-align: center;
}

.chatbot_select_area .chatbot_img_chk_div .botImage div {
	width: 90px;
	height: 90px;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}

.chatbot_select_area .chatbot_img_chk_div .botImage>div>img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	cursor: pointer;
}

.chatbot_select_area .chatbot_img_chk_div label {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0;
}

.chatbot_select_area .chatbot_img_chk_div label input {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
	cursor: pointer;
}

.chatbot_select_area .chatbot_img_chk_div label span {
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	cursor: pointer;
}

.x_panel.bot_status_board_search .chatbot_date_search {
	border-top: 1px dashed #d9d9d9;
	padding-top: 15px;
	margin-top: 15px;
}

.bot_status_board_search {
	
}

.bot_status_board_search .bot_date_select_tab {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs {
	overflow: hidden;
	background: #fff;
	height: 30px;
	margin: 0;
	padding-left: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	border-bottom: none;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li {
	border: 1px solid #2e6da4;
	border-right: 0;
	color: #333 !important;
	margin-top: 0;
	margin-left: 0;
	background: #fff;
	border-radius: 0;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li.active {
	border: 1px solid #2e6da4;
	border-top: 1px solid #2e6da4;;
	margin-top: 0;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li.active a {
	background: #337ab7;
	color: #fff;
	border: 1px solid #2e6da4;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li a {
	display: inline-block;
	padding: 0;
	width: 50px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	background: #ffffff;
	margin: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li a:hover {
	background: #337ab7;
	color: #fff;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li:first-child
	{
	border-radius: 5px 0 0 5px;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li:first-child a
	{
	border-radius: 5px 0 0 5px;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li:last-child
	{
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #2e6da4;
}

.bot_status_board_search .bot_date_select_tab ul.bar_tabs>li:last-child a
	{
	border-radius: 0 5px 5px 0;
}

.bot_status_board_search .bot_date_search_picker {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bot_status_board_search .bot_date_search_picker .time-tab-div {
	
}

.bot_status_board_search .bot_date_search_btn {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.bot_status_board_search .bot_date_search_btn button {
	width: 120px;
}
/* 현황판 결과값 */
ul.bot_status_board_result {
	padding: 10px 2px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

ul.bot_status_board_result li {
	list-style: none;
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 15px;
	border: 1px solid #d9d9d9;
	padding: 10px 10px 15px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .2s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	border-top: 6px solid #337ab7;
}

ul.bot_status_board_result li:hover {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

ul.bot_status_board_result li:nth-child(2n) {
	margin-right: 0;
	border-top-color: #31b0d5;
}

ul.bot_status_board_result li h4 {
	font-size: 14px;
	font-weoght: bold;
	text-align: center;
}

ul.bot_status_board_result li input {
	text-align: center;
	border: none;
	font-size: 18px;
	display: block;
	width: 100%;
	color: #1ABB9C;
	background: none;
}
/* 현황판1 결과값 백그라운드 */
ul.bot_status_board_result li:nth-child(1) {
	background: url(../images/stat/intent.png) no-repeat right -10px bottom
		-5px;
	background-size: 70px 70px;
}

ul.bot_status_board_result li:nth-child(2) {
	background: url(../images/stat/entity.png) no-repeat right 5px bottom
		5px;
	background-size: 60px 60px;
}

ul.bot_status_board_result li:nth-child(3) {
	background: url(../images/stat/ta_category.png) no-repeat right -5px
		bottom -10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result li:nth-child(4) {
	background: url(../images/stat/flow.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result li:nth-child(5) {
	background: url(../images/stat/tps.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result li:nth-child(6) {
	background: url(../images/stat/session.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result li:nth-child(7) {
	background: url(../images/stat/accumulate.png) no-repeat right -5px
		bottom -10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result li:nth-child(8) {
	background: url(../images/stat/throughput.png) no-repeat right -5px
		bottom 0px;
	background-size: 70px 70px;
}
/* Bot 대쉬보드 AI 결과값 백그라운드 */
ul.bot_status_board_result.bot_status_board_ai li {
	height: 120px;
	padding-top: 22px;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(5) {
	background: url(../images/stat/nlu.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(6) {
	background: url(../images/stat/unanswer2.png) no-repeat right -5px
		bottom -10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(7) {
	background: url(../images/stat/unanswer.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) {
	padding-top: 7px;
	background: url(../images/stat/percent.png) no-repeat right -5px bottom
		0px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.bot_status_board_ai li input {
	font-size: 16px;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) input {
	font-size: 14px;
	line-height: 18px;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) input.emotionPer1
	{
	color: #257bca;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) input.emotionPer2
	{
	color: #1ABB9C;
}

ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) input.emotionPer3
	{
	color: #ff3300;
}
/* TA관리 대쉬보드 결과값 백그라운드 */
ul.bot_status_board_result.ta_status_board li:nth-child(1) {
	background: url(../images/stat/tps.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.ta_status_board li:nth-child(2) {
	background: url(../images/stat/session.png) no-repeat right -5px bottom
		-10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.ta_status_board li:nth-child(3) {
	background: url(../images/stat/accumulate.png) no-repeat right -5px
		bottom -10px;
	background-size: 70px 70px;
}

ul.bot_status_board_result.ta_status_board li:nth-child(4) {
	background: url(../images/stat/throughput.png) no-repeat right -5px
		bottom 0px;
	background-size: 70px 70px;
}

/* 의도추론 테스트 */
.intent_test .krajee-default.file-preview-frame {
	height: 195px;
	position: relative;
	width: 200px;
}

.intent_test .krajee-default.file-preview-frame .file-preview-other {
	width: 180px;
}

.intent_test .krajee-default.file-preview-frame .kv-file-content {
	height: 90px;
	width: 180px;
}

.intent_test .krajee-default.file-preview-frame .file-thumbnail-footer {
	clear: both;
	height: 89px;
}

.intent_test .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption
	{
	height: 43px;
}

.intent_test .krajee-default.file-preview-frame .file-thumbnail-footer .file-thumb-progress
	{
	height: 16px;
}

.intent_test .krajee-default.file-preview-frame .file-thumbnail-footer .file-thumb-progress .progress
	{
	height: 16px;
}

.intent_test .krajee-default.file-preview-frame .file-thumbnail-footer .file-thumb-progress .progress .progress-bar
	{
	height: 16px;
	line-height: 14px;
}

.intent_test .krajee-default.file-preview-frame .file-thumbnail-footer .file-actions
	{
	height: 31px;
}

.intent_test .file-preview .fileinput-remove {
	top: 8px;
	right: 1px;
	line-height: 10px;
}

.intent_test .x_panel.file {
	padding: 10px 17px 17px;
}

.intent_test_txt ol {
	padding: 15px 15px;
	margin: 0;
}

.intent_test_txt ol li {
	padding: 0;
	margin: 0 0 10px 5px;
	font-size: 14px;
	font-weight: bold;
}

.intent_test_txt ol li ul {
	padding: 0;
	margin: 0;
}

.intent_test_txt ol li ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 14px;
	font-weight: normal;
}

/* 사용자사전 관리 */
.user_dic .table {
	
}

.user_dic .table th, .user_dic .table td {
	text-align: center;
}

/* TA관리 대시보드 */
.chatbot_select_scroll.ta_select {
	padding: 10px 20px 8px 20px;
	background: #f8f8f8;
	border: 1px solid #d9d9d9;
}

.chatbot_select_scroll.ta_select .checkbox {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 17px;
}

.chatbot_select_scroll.ta_select .checkbox label {
	font-wize: 15px;
	font-weight: bold;
}

.chatbot_select_scroll.ta_select .checkbox label input {
	display: inline-block;
}

.chatbot_select_scroll.ta_select .checkbox label span {
	display: inline-block;
	padding-left: 6px;
}

/* TA관리 프로젝트 뷰 */
.form-group.ta_project_radio .radio {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 17px;
}

.form-group.ta_project_radio .radio label {
	font-wize: 15px;
	font-weight: bold;
}

.form-group.ta_project_radio .radio label input {
	display: inline-block;
}

.form-group.ta_project_radio .radio label span {
	display: inline-block;
	padding-left: 6px;
}

/* TA관리-컨셉관리 */
#ta_concept_txt ul.to_do li label {
	display: block;
	cursor: pointer;
}

.ta_concept_fun .suggestions-container {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1px;
	height: 1px;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}

/* 상단 TOP 메뉴 */
.navbar-top-links {
	margin-right: 0;
}

.navbar-top-links .badge {
	position: absolute;
	right: 6px;
	top: 15px;
}

.navbar-top-links>li {
	float: left;
}

.navbar-top-links>li>a {
	color: #333333;
	padding: 0 14px; /* line-height:60px; min-height:60px; */
}

.navbar-top-links>li>a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.navbar-top-links>li>a:focus {
	background: rgba(0, 0, 0, 0);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.navbar-top-links .dropdown-menu {
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
	width: 280px;
}

.navbar-top-links .dropdown-user .dw-user-box {
	padding: 15px;
}

.navbar-top-links .dropdown-user .dw-user-box h4 {
	margin: 0 0 7px 0;
	font-size: 14px;
}

.navbar-top-links>li>a.dropdown-toggle {
	line-height: 30px;
	min-height: 60px;
	padding: 0 20px;
	overflow: hidden;
	float: right;
	position: relative;
	border-left: 1px solid #d9d9d9;
	cursor: pointer;
}

.navbar-top-links>li>a.dropdown-toggle span.caret {
	position: absolute;
	right: 6px;
	top: 26px;
}

.navbar-top-links .dropdown .botImage {
	padding: 5px;
	float: left;
	width: 44px;
	height: 44px;
	background-image: none;
}

.navbar-top-links .dropdown .botImage div {
	width: 30px;
	height: 30px;
	padding: 3px 0 0 0;
	margin: 0;
	border-radius: 50%;
}

.navbar-top-links .dropdown .botImage>div>img {
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
}

.navbar-top-links .dropdown a.dropdown-toggle b {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	margin-left: 10px;
}

/* mobile_panel */
#mobile_panel {
	display: none;
	width: 100%;
	height: 100%;
	height: calc(100% - 60px);
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 60px;
}

#mobile_panel .x_panel {
	border-radius: 0;
}

#mobile_panel .mobile_panel_close_btn {
	display: block;
	position: absolute;
	right: 0;
	top: -60px;
	width: 60px;
	color: #fff;
	height: 60px;
	line-height: 58px;
	font-size: 30px;
	text-align: center;
	border: none;
	border-left: 1px solid #d9d9d9;
	background: #337ab7;
	margin-right: 0;
	z-index: 100;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mobile_panel .mobile_panel_close_btn:hover {
	background: #286090;
}

.navbar-top-links .dropdown button.mobile_panel_btn {
	float: right;
	width: 60px;
	color: #fff;
	height: 60px;
	font-size: 30px;
	text-align: center;
	border: none;
	border-left: 1px solid #d9d9d9;
	background: #337ab7;
	margin-right: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.navbar-top-links .dropdown button.mobile_panel_btn:hover {
	background: #286090;
}

.navbar-top-links .select_chatbot {
	display: none;
}

/* ********** Tablet용 CSS ********** */
@media all and (min-width:480px) {
	/* Tab */
	ul.basic_tab {
		border-bottom: 1px solid #5bc0de;
	}
	ul.basic_tab li {
		width: auto;
		margin-right: 3px;
	}
	ul.basic_tab li button {
		border-radius: 3px 3px 0 0;
		width: auto;
		border-bottom: none;
	}
	ul.basic_tab li.active button {
		border-bottom: none;
	}

	/* 현황판 결과값 */
	ul.bot_status_board_result li {
		width: 22%;
		margin-right: 4%;
	}
	ul.bot_status_board_result li:nth-child(2n) {
		margin-right: 4%;
	}
	ul.bot_status_board_result li:nth-child(4n) {
		margin-right: 0;
	}
}

/* ********** Tablet용 CSS ********** */
@media all and (min-width:768px) {
	/*.navbar-logo > img {display:block;}*/
	/* Tab */
	ul.basic_tab {
		border-bottom: 1px solid #5bc0de;
	}
	ul.basic_tab li {
		width: auto;
		margin-right: 3px;
	}
	ul.basic_tab li button {
		border-radius: 3px 3px 0 0;
		width: auto;
		border-bottom: none;
	}
	ul.basic_tab li.active button {
		border-bottom: none;
	}

	/* 현황판 결과값 */
	ul.bot_status_board_result li {
		width: 22%;
		margin-right: 4%;
	}
	ul.bot_status_board_result li:nth-child(2n) {
		margin-right: 4%;
	}
	ul.bot_status_board_result li:nth-child(4n) {
		margin-right: 0;
	}
}

/* ********** PC용 CSS ********** */
@media all and (min-width:992px) {
	/* Tab */
	ul.basic_tab {
		margin-top: 10px;
	}
	ul.bot_status_board_result {
		margin-top: 0;
		padding-top: 0;
	}
	ul.bot_status_board_result li {
		width: 23%;
		margin-right: 2.666%;
		height: 153px;
		padding-top: 40px;
	}
	ul.bot_status_board_result li:nth-child(2n) {
		margin-right: 2.666%;
	}
	ul.bot_status_board_result li:nth-child(4n) {
		margin-right: 0;
	}

	/* 현황판 결과값 */
	ul.bot_status_board_result.bot_status_board2 {
		margin-top: 5px;
		padding: 0;
	}
	ul.bot_status_board_result.bot_status_board2 li {
		width: 48%;
		margin-right: 4%;
		height: 152px;
	}
	ul.bot_status_board_result.bot_status_board2 li:nth-child(2n) {
		margin-right: 0;
	}
	ul.bot_status_board_result.bot_status_board2 li h4 {
		font-size: 16px;
	}
	ul.bot_status_board_result.bot_status_board2 li input {
		font-size: 20px;
		margin-top: 10px;
	}

	/* Bot 대쉬보드 AI 결과값 */
	ul.bot_status_board_result.bot_status_board_ai {
		margin-top: 0;
		padding-top: 0;
	}
	ul.bot_status_board_result.bot_status_board_ai li {
		width: 23%;
		margin-right: 2.666%;
		height: 153px;
		padding-top: 40px;
	}
	ul.bot_status_board_result.bot_status_board_ai li:nth-child(4n) {
		margin-right: 0;
	}
	ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) {
		padding-top: 25px;
	}

	/* mobile_panel */
	#mobile_panel {
		width: 50%;
	}
}

/* ********** Wide PC용 CSS ********** */
@media all and (min-width:1200px) {
	ul.basic_tab li {
		width: 110px;
	}
	ul.basic_tab li button {
		width: 100%;
		border-bottom: none;
	}

	/* flow */
	.flow_new_btn button {
		min-width: 80px;
	}

	/* 현황판 결과값 */
	ul.bot_status_board_result li {
		width: 24%;
		margin-right: 1.333%;
		padding-top: 36px;
		background-size: 75px 75px !important;
	}
	ul.bot_status_board_result li:nth-child(2n) {
		margin-right: 1.333%;
	}
	ul.bot_status_board_result li:nth-child(4n) {
		margin-right: 0;
	}
	ul.bot_status_board_result li h4 {
		font-size: 16px;
	}
	ul.bot_status_board_result li input {
		font-size: 18px;
	}
	ul.bot_status_board_result.bot_status_board2 li {
		width: 49%;
		margin-right: 2%;
	}
	ul.bot_status_board_result.bot_status_board2 li:nth-child(2n) {
		margin-right: 0;
	}

	/* Bot 대쉬보드 AI 결과값 */
	ul.bot_status_board_result.bot_status_board_ai li {
		width: 24%;
		margin-right: 1.333%;
		padding-top: 36px;
	}
	ul.bot_status_board_result.bot_status_board_ai li:nth-child(4n) {
		margin-right: 0;
	}
	ul.bot_status_board_result.bot_status_board_ai li:nth-child(8) {
		padding-top: 21px;
	}
	ul.bot_status_board_result.bot_status_board_ai li h4 {
		font-size: 16px;
	}
	ul.bot_status_board_result.bot_status_board_ai li input {
		font-size: 18px;
	}

	/* 의도추론 테스트 */
	.intent_test .intent_test_txt {
		min-height: 365px;
	}

	/* TA관리-컨셉관리 */
	#ta_concept_txt ul.to_do li {
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	#ta_concept_txt ul.to_do li:nth-child(2n) {
		margin-right: 0;
	}
}

/* ********** Wide2 PC용 CSS ********** */
@media all and (min-width:1600px) {
	ul.bot_status_board_result li {
		background-size: 85px 85px !important;
	}
}

/* input[type=password] {
    font-family: none;
} */
table th {
	vertical-align: middle;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-dialog.modal-fullsize {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
}

.modal-content.modal-fullsize {
	/* height:auto; */
	min-height: 100%;
	border-radius: 0;
	border-radius: 4px;
}

.modal.in {
	padding: 10px !important;
}

.modal .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

.modal .modal-content {
	height: 100%;
	overflow: auto;
}

.modal .modal-header {
	margin-bottom: -60px;
	position: relative;
	z-index: 10;
}

.modal .modal-body {
	padding-top: 70px;
	height: 100%;
}

.lui-list__aside+.lui-list__text, .lui-list__text+.lui-list__aside {
	padding-left: 12px;
}

.senseTypeDesc {
	padding: 6px;
	border-radius: 4px;
	margin-right: 15px;
	width: 100px;
	float: left;
}

.senseType_E {
	border: 2px solid #2196F3;
	color: #2196F3;
}

.senseType_S {
	border: 2px solid #8BC34A;
	color: #8BC34A;
}

.senseType_C {
	border: 2px solid #FF9800;
	color: #FF9800;
}

/* ------- connection_list 페이지 -------  */
.connection-list {
	position: relative;
	overflow-x: hidden;
	height: 700px;
}

.connection-list .x_panel.connectionCard {
	position: relative;
	padding: 15px 20px 10px;
	border-left: 10px solid #009845;
}

.connection-list .x_panel.connectionCard.disabled {
	border-left: 10px solid red;
}

.connection-list .x_panel.connectionCard.selected {
	border-left: 10px solid #3d9cd6;
}

.connection-list .edit_connection {
	right: 43px;
}

.connection-list .edit_connection:hover {
	border: 1px solid #257bca;
	color: #257bca;
}

.connection-list .delete_connection:hover {
	border: 1px solid #c83d26;
	color: #c83d26;
}

.connection-list .edit_connection, .connection-list .delete_connection {
	position: absolute;
	right: 12px;
	top: 12px;
	display: inline-block;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: 1px solid #bcbcbc;
	line-height: 24px;
	font-size: 13px;
	text-align: center;
	color: #777;
	transition: 0.2s;
	background: #fff;
	border-radius: 13px;
	z-index: 2;
}

.connection-list .edit_connection .tooltip_area, .connection-list .delete_connection .tooltip_area
	{
	width: 25px;
	height: 20px;
	position: relative;
	display: inline-block;
}

.connection-list .edit_connection .tooltip_area span, .connection-list .delete_connection .tooltip_area span
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	opacity: 0;
}

.connection-list .edit_connection {
	right: 43px;
}

.connection-list .edit_connection:hover {
	border: 1px solid #257bca;
	color: #257bca;
}

.connection-list .delete_connection:hover {
	border: 1px solid #c83d26;
	color: #c83d26;
}

.connection-list .connection-header {
	overflow: hidden;
	position: relative;
}

.connection-list .connection-header:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	left: 135px;
	top: 20px;
	background: #d9d9d9;
}

.connection-list .connection-header .title-img {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-radius: 60px;
	margin: 0 0 0 10px;
}

.connection-list .connection-header .title-img  .connection-img {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.connection-list .connection-header .title-txt {
	float: right;
	width: calc(100% - 140px);
	text-align: left;
	padding-left: 20px;
}

.connection-list .connection-header .title-txt h3 {
	font-size: 20px;
	margin: 17px 0 0;
	line-height: 1;
	color: #333;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connection-list .connection-header .title-txt h4 {
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #666;
}

.connection-list .x_panel.right_modal {
	position: absolute;
	width: 35%;
	height: 85%;
	margin-right: -40%;
	right: 0;
	top: auto;
	z-index: 50;
	transition: 1s;
	overflow: auto;
}

.connection-list .x_panel.right_modal.right_modal_show {
	margin-right: 0%;
}

/*============================================================================================================================
													자주사용하는 기능 설정
=============================================================================================================================*/

/*======================================
			align
========================================*/
.fl {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.fr {
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.overflow_h {
	overflow: hidden;
}
/* hr {height:1px; border-bottom:1px dashed #d9d9d9; margin:10px 0; display:block; float:none; clear:both; height:0 !important; overflow:hidden; padding:0 !important;} */

/*======================================
			font
========================================*/
.ellipsis {
	display: inline-block;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis
}

.tspace {
	letter-spacing: -1px
}

.hspace {
	line-height: 1.5em
}

.fs11 {
	font-size: .917em
}

.fs10 {
	font-size: .833em
}

.ft_engtype {
	font-family: verdana
}

.basic_font {
	font-size: 13px;
	color: #333;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

/*======================================
			link
========================================*/
a:link, a:visited {
	color: #333;
	text-decoration: none
}

a:active, a:hover, a:focus {
	color: #000; /*text-decoration:underline;*/
}
/* 포커스 */
body a:focus {
	/*border:1px dashed #999; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;*/
	
}

/*======================================
			skip navigation
========================================*/
.skipNavi {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
}

.skipNavi a {
	position: absolute;
	top: -999px;
	left: -999px;
}

.skipNavi a:focus, .skipNavi a:active, .skipNavi a:hover {
	display: block;
	top: 0;
	left: 0;
	padding: 7px 10px 5px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none
}

/*======================================
				Etc
========================================*/
/* p {margin:0; padding:0;} */
.nbrd {
	margin-top: -1px;
	border: 0;
	background: none;
}
/* hr {display:none; float:none; clear:both; height:0; width:0; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important; } */
.bold {
	font-weight: bold !important;
}

.clear {
	display: block;
	float: none;
	clear: both;
	height: 0 !important;
	width: 0;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.hide_txt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.hidden {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1px;
	height: 1px;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}

.error {
	color: #d94700;
	font-size: 13px;
	line-height: 16px;
}

.errorField {
	border-color: #d94700;
	border-width: 1px;
}

.bg_none {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 18px;
}

.no_padding {
	padding: 0 !important;
}

.underline {
	border-bottom: 1px solid #d9d9d9;
}

.display_none {
	display: none !important;
}

.border-right {
	border-right: 1px solid #d9d9d9;
}

.border-left {
	border-left: 1px solid #d9d9d9;
}

.bdline {
	border-bottom: 1px dashed #d9d9d9;
}

.required {
	color: #00aeee;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix>li {
	display: block;
	float: left;
}

/*======================================
				Width
========================================*/
.w5p {
	width: 5% !important;
}

.w6p {
	width: 6% !important;
}

.w7p {
	width: 7% !important;
}

.w8p {
	width: 8% !important;
}

.w9p {
	width: 9% !important;
}

.w10p {
	width: 10% !important;
}

.w12p {
	width: 12% !important;
}

.w13p {
	width: 13% !important;
}

.w15p {
	width: 15% !important;
}

.w18p {
	width: 18% !important;
}

.w20p {
	width: 20% !important;
}

.w23p {
	width: 23% !important;
}

.w25p {
	width: 25% !important;
}

.w30p {
	width: 30% !important;
}

.w32p {
	width: 32% !important;
}

.w33p {
	width: 33% !important;
}

.w35p {
	width: 35% !important;
}

.w40p {
	width: 40% !important;
}

.w45p {
	width: 45% !important;
}

.w46p {
	width: 46% !important;
}

.w47p {
	width: 47% !important;
}

.w48p {
	width: 48% !important;
}

.w49p {
	width: 49% !important;
}

.w50p {
	width: 50% !important;
}

.w55p {
	width: 55% !important;
}

.w60p {
	width: 60% !important;
}

.w65p {
	width: 65% !important;
}

.w70p {
	width: 70% !important;
}

.w80p {
	width: 80% !important;
}

.w90p {
	width: 90% !important;
}

.w100p {
	width: 100% !important;
}

.w5 {
	width: 5px !important;
}

.w7 {
	width: 7px !important;
}

.w8 {
	width: 8px !important;
}

.w9 {
	width: 9px !important;
}

.w10 {
	width: 10px !important;
}

.w11 {
	width: 11px !important;
}

.w12 {
	width: 12px !important;
}

.w13 {
	width: 13px !important;
}

.w14 {
	width: 14px !important;
}

.w15 {
	width: 15px !important;
}

.w16 {
	width: 16px !important;
}

.w17 {
	width: 17px !important;
}

.w18 {
	width: 18px !important;
}

.w19 {
	width: 19px !important;
}

.w20 {
	width: 20px !important;
}

.w25 {
	width: 25px !important;
}

.w30 {
	width: 30px !important;
}

.w35 {
	width: 35px !important;
}

.w40 {
	width: 40px !important;
}

.w45 {
	width: 45px !important;
}

.w50 {
	width: 50px !important;
}

.w60 {
	width: 60px !important;
}

.w70 {
	width: 70px !important;
}

.w80 {
	width: 80px !important;
}

.w90 {
	width: 90px !important;
}

.w100 {
	width: 100px !important;
}

.w110 {
	width: 110px !important;
}

.w120 {
	width: 120px !important;
}

.w125 {
	width: 125px !important;
}

.w130 {
	width: 130px !important;
}

.w140 {
	width: 140px !important;
}

.w150 {
	width: 150px !important;
}

.w194 {
	width: 194px !important;
}

.w195 {
	width: 195px !important;
}

.w200 {
	width: 200px !important;
}

.w203 {
	width: 203px !important;
}

.w230 {
	width: 230px !important;
}

.w250 {
	width: 250px !important;
}

.wauto {
	width: auto !important;
}

.h10 {
	height: 10px !important;
}

.h20 {
	height: 20px !important;
}

.h30 {
	height: 30px !important;
}

.h40 {
	height: 40px !important;
}

.h50 {
	height: 50px !important;
}

.h60 {
	height: 60px !important;
}

.h70 {
	height: 70px !important;
}

.h80 {
	height: 80px !important;
}

.h90 {
	height: 90px !important;
}

.h100 {
	height: 100px !important;
}

.h580 {
	height: 580px !important;
}

.h584 {
	height: 584px !important;
}

/* Margin Step */
.bm0 {
	margin-bottom: 0px !important;
}

.bm1 {
	margin-bottom: 1px !important;
}

.bm2 {
	margin-bottom: 2px !important;
}

.bm3 {
	margin-bottom: 3px !important;
}

.bm4 {
	margin-bottom: 4px !important;
}

.bm5 {
	margin-bottom: 5px !important;
}

.bm6 {
	margin-bottom: 6px !important;
}

.bm7 {
	margin-bottom: 7px !important;
}

.bm8 {
	margin-bottom: 8px !important;
}

.bm9 {
	margin-bottom: 9px !important;
}

.bm10 {
	margin-bottom: 10px !important;
}

.bm11 {
	margin-bottom: 11px !important;
}

.bm12 {
	margin-bottom: 12px !important;
}

.bm13 {
	margin-bottom: 13px !important;
}

.bm14 {
	margin-bottom: 14px !important;
}

.bm15 {
	margin-bottom: 15px !important;
}

.bm20 {
	margin-bottom: 20px !important;
}

.bm30 {
	margin-bottom: 30px !important;
}

.bm40 {
	margin-bottom: 40px !important;
}

.bm50 {
	margin-bottom: 50px !important;
}

.bm60 {
	margin-bottom: 60px !important;
}

.bm100 {
	margin-bottom: 100px !important;
}

.lm-3 {
	margin-left: -3px !important;
}

.lm0 {
	margin-left: 0px !important;
}

.lm1 {
	margin-left: 1px !important;
}

.lm2 {
	margin-left: 2px !important;
}

.lm3 {
	margin-left: 3px !important;
}

.lm4 {
	margin-left: 4px !important;
}

.lm5 {
	margin-left: 5px !important;
}

.lm6 {
	margin-left: 6px !important;
}

.lm7 {
	margin-left: 7px !important;
}

.lm8 {
	margin-left: 8px !important;
}

.lm9 {
	margin-left: 9px !important;
}

.lm10 {
	margin-left: 10px !important;
}

.lm11 {
	margin-left: 11px !important;
}

.lm12 {
	margin-left: 12px !important;
}

.lm13 {
	margin-left: 13px !important;
}

.lm14 {
	margin-left: 14px !important;
}

.lm15 {
	margin-left: 15px !important;
}

.lm20 {
	margin-left: 20px !important;
}

.lm25 {
	margin-left: 25px !important;
}

.lm30 {
	margin-left: 30px !important;
}

.lm40 {
	margin-left: 40px !important;
}

.lm45 {
	margin-left: 45px !important;
}

.lm50 {
	margin-left: 50px !important;
}

.lm60 {
	margin-left: 60px !important;
}

.lm70 {
	margin-left: 70px !important;
}

.lm80 {
	margin-left: 80px !important;
}

.lm90 {
	margin-left: 90px !important;
}

.lm100 {
	margin-left: 100px !important;
}

.lm150 {
	margin-left: 150px !important;
}

.lm170 {
	margin-left: 170px !important;
}

.tm0 {
	margin-top: 0px !important;
}

.tm1 {
	margin-top: 1px !important;
}

.tm2 {
	margin-top: 2px !important;
}

.tm3 {
	margin-top: 3px !important;
}

.tm4 {
	margin-top: 4px !important;
}

.tm5 {
	margin-top: 5px !important;
}

.tm6 {
	margin-top: 6px !important;
}

.tm7 {
	margin-top: 7px !important;
}

.tm8 {
	margin-top: 8px !important;
}

.tm9 {
	margin-top: 9px !important;
}

.tm10 {
	margin-top: 10px !important;
}

.tm11 {
	margin-top: 11px !important;
}

.tm12 {
	margin-top: 12px !important;
}

.tm13 {
	margin-top: 13px !important;
}

.tm14 {
	margin-top: 14px !important;
}

.tm15 {
	margin-top: 15px !important;
}

.tm20 {
	margin-top: 20px !important;
}

.tm25 {
	margin-top: 25px !important;
}

.tm30 {
	margin-top: 30px !important;
}

.tm40 {
	margin-top: 40px !important;
}

.tm45 {
	margin-top: 45px !important;
}

.tm50 {
	margin-top: 50px !important;
}

.tm55 {
	margin-top: 55px !important;
}

.tm60 {
	margin-top: 60px !important;
}

.tm70 {
	margin-top: 70px !important;
}

.tm80 {
	margin-top: 80px !important;
}

.tm85 {
	margin-top: 85px !important;
}

.tm90 {
	margin-top: 90px !important;
}

.tm100 {
	margin-top: 100px !important;
}

.tm110 {
	margin-top: 110px !important;
}

.tm120 {
	margin-top: 120px !important;
}

.tm130 {
	margin-top: 130px !important;
}

.tm140 {
	margin-top: 140px !important;
}

.tm150 {
	margin-top: 150px !important;
}

.tm200 {
	margin-top: 200px !important;
}

.rm0 {
	margin-right: 0px !important;
}

.rm1 {
	margin-right: 1px !important;
}

.rm2 {
	margin-right: 2px !important;
}

.rm3 {
	margin-right: 3px !important;
}

.rm4 {
	margin-right: 4px !important;
}

.rm5 {
	margin-right: 5px !important;
}

.rm6 {
	margin-right: 6px !important;
}

.rm7 {
	margin-right: 7px !important;
}

.rm8 {
	margin-right: 8px !important;
}

.rm9 {
	margin-right: 9px !important;
}

.rm10 {
	margin-right: 10px !important;
}

.rm11 {
	margin-right: 11px !important;
}

.rm12 {
	margin-right: 12px !important;
}

.rm13 {
	margin-right: 13px !important;
}

.rm14 {
	margin-right: 14px !important;
}

.rm15 {
	margin-right: 15px !important;
}

.rm20 {
	margin-right: 20px !important;
}

.rm25 {
	margin-right: 25px !important;
}

.rm30 {
	margin-right: 30px !important;
}

.bp0 {
	padding-bottom: 0px !important;
}

.bp1 {
	padding-bottom: 1px !important;
}

.bp2 {
	padding-bottom: 2px !important;
}

.bp3 {
	padding-bottom: 3px !important;
}

.bp4 {
	padding-bottom: 4px !important;
}

.bp5 {
	padding-bottom: 5px !important;
}

.bp6 {
	padding-bottom: 6px !important;
}

.bp7 {
	padding-bottom: 7px !important;
}

.bp8 {
	padding-bottom: 8px !important;
}

.bp9 {
	padding-bottom: 9px !important;
}

.bp10 {
	padding-bottom: 10px !important;
}

.bp11 {
	padding-bottom: 11px !important;
}

.bp12 {
	padding-bottom: 12px !important;
}

.bp13 {
	padding-bottom: 13px !important;
}

.bp14 {
	padding-bottom: 14px !important;
}

.bp15 {
	padding-bottom: 15px !important;
}

.bp20 {
	padding-bottom: 20px !important;
}

.bp25 {
	padding-bottom: 25px !important;
}

.bp30 {
	padding-bottom: 30px !important;
}

.bp40 {
	padding-bottom: 40px !important;
}

.lp1 {
	padding-left: 1px !important;
}

.lp2 {
	padding-left: 2px !important;
}

.lp3 {
	padding-left: 3px !important;
}

.lp4 {
	padding-left: 4px !important;
}

.lp5 {
	padding-left: 5px !important;
}

.lp6 {
	padding-left: 6px !important;
}

.lp7 {
	padding-left: 7px !important;
}

.lp8 {
	padding-left: 8px !important;
}

.lp9 {
	padding-left: 9px !important;
}

.lp10 {
	padding-left: 10px !important;
}

.lp11 {
	padding-left: 11px !important;
}

.lp12 {
	padding-left: 12px !important;
}

.lp13 {
	padding-left: 13px !important;
}

.lp14 {
	padding-left: 14px !important;
}

.lp15 {
	padding-left: 15px !important;
}

.lp20 {
	padding-left: 20px !important;
}

.lp25 {
	padding-left: 25px !important;
}

.lp30 {
	padding-left: 30px !important;
}

.lp31 {
	padding-left: 31px !important;
}

.lp32 {
	padding-left: 32px !important;
}

.lp33 {
	padding-left: 33px !important;
}

.lp34 {
	padding-left: 34px !important;
}

.lp35 {
	padding-left: 35px !important;
}

.lp40 {
	padding-left: 40px !important;
}

.lp45 {
	padding-left: 45px !important;
}

.lp50 {
	padding-left: 50px !important;
}

.tp0 {
	padding-top: 0px !important;
}

.tp1 {
	padding-top: 1px !important;
}

.tp2 {
	padding-top: 2px !important;
}

.tp3 {
	padding-top: 3px !important;
}

.tp4 {
	padding-top: 4px !important;
}

.tp5 {
	padding-top: 5px !important;
}

.tp6 {
	padding-top: 6px !important;
}

.tp7 {
	padding-top: 7px !important;
}

.tp8 {
	padding-top: 8px !important;
}

.tp9 {
	padding-top: 9px !important;
}

.tp10 {
	padding-top: 10px !important;
}

.tp11 {
	padding-top: 11px !important;
}

.tp12 {
	padding-top: 12px !important;
}

.tp13 {
	padding-top: 13px !important;
}

.tp14 {
	padding-top: 14px !important;
}

.tp15 {
	padding-top: 15px !important;
}

.tp20 {
	padding-top: 20px !important;
}

.tp25 {
	padding-top: 25px !important;
}

.tp30 {
	padding-top: 30px !important;
}

.tp38 {
	padding-top: 38px !important;
}

.tp40 {
	padding-top: 40px !important;
}

.rp0 {
	padding-right: 0px !important;
}

.rp1 {
	padding-right: 1px !important;
}

.rp2 {
	padding-right: 2px !important;
}

.rp3 {
	padding-right: 3px !important;
}

.rp4 {
	padding-right: 4px !important;
}

.rp5 {
	padding-right: 5px !important;
}

.rp6 {
	padding-right: 6px !important;
}

.rp7 {
	padding-right: 7px !important;
}

.rp8 {
	padding-right: 8px !important;
}

.rp9 {
	padding-right: 9px !important;
}

.rp10 {
	padding-right: 10px !important;
}

.rp11 {
	padding-right: 11px !important;
}

.rp12 {
	padding-right: 12px !important;
}

.rp13 {
	padding-right: 13px !important;
}

.rp14 {
	padding-right: 14px !important;
}

.rp15 {
	padding-right: 15px !important;
}

.rp20 {
	padding-right: 20px !important;
}

.rp25 {
	padding-right: 25px !important;
}

.pd10 {
	padding: 10px !important;
}

.pd15 {
	padding: 15px !important;
}

.pd20 {
	padding: 20px !important;
}

/* Font size */
.font8 {
	font-size: 8px !important;
}

.font9 {
	font-size: 9px !important;
}

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.font25 {
	font-size: 25px !important;
}

.font30 {
	font-size: 30px !important;
}

.lh0 {
	line-height: 0px !important;
}

.lh8 {
	line-height: 8px !important;
}

.lh9 {
	line-height: 9px !important;
}

.lh10 {
	line-height: 10px !important;
}

.lh11 {
	line-height: 11px !important;
}

.lh12 {
	line-height: 12px !important;
}

.lh13 {
	line-height: 13px !important;
}

.lh14 {
	line-height: 14px !important;
}

.lh15 {
	line-height: 15px !important;
}

.lh16 {
	line-height: 16px !important;
}

.lh17 {
	line-height: 17px !important;
}

.lh18 {
	line-height: 18px !important;
}

.lh19 {
	line-height: 19px !important;
}

.lh20 {
	line-height: 20px !important;
}

.lh25 {
	line-height: 25px !important;
}

.lh30 {
	line-height: 30px !important;
}

.lh35 {
	line-height: 35px !important;
}

.lh40 {
	line-height: 40px !important;
}

.lh50 {
	line-height: 50px !important;
}

.lh60 {
	line-height: 60px !important;
}

.lh70 {
	line-height: 70px !important;
}

.lh80 {
	line-height: 80px !important;
}

.lh90 {
	line-height: 90px !important;
}

.lh100 {
	line-height: 100px !important;
}

/* Text Align */
.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: bottom;
}

.blockcenter {
	margin: 0 auto;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.display-none {
	display: none !important;
}

.display-block {
	display: block !important;
}

.transition2 {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.transition3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.transition4 {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.transition5 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Color */
.color_point {
	color: #ff3300 !important;
}

.color_lblue {
	color: #257bca !important;
}

.color_dblue {
	color: #124b9a !important;
}

.color_wblue {
	color: #205fb5 !important;
}

.color_important {
	color: #ff3300 !important;
}

.color_red {
	color: #ff3300 !important;
}

.color_wgray {
	color: #878787 !important;
}

.color_gray {
	color: #666666 !important;
}

.color_lgray {
	color: #aaaaaa !important;
}

.color_wgreen {
	color: #81b501 !important;
}

.color_dgreen {
	color: #529410 !important;
}

.color_white {
	color: #ffffff !important;
}

.color_orange {
	color: #f66504 !important;
}

.color_yellow {
	color: #ffd800 !important;
}

.color_skyblue {
	color: #129dd1 !important;
}

.bold {
	font-weight: bold !important;
}

.clear {
	display: block;
	float: none;
	clear: both;
	height: 0 !important;
	width: 0;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.hidden {
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1px;
	height: 1px;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}

.pointer {
	cursor: pointer;
}

.margin-none {
	margin: 0 !important;
}

.margin-top-none {
	margin-top: 0 !important;
}

.margin-left-none {
	margin-left: 0 !important;
}

.margin-right-none {
	margin-right: 0 !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.padding-none {
	padding: 0 !important;
}

.padding-top-none {
	padding-top: 0 !important;
}

.padding-left-none {
	padding-left: 0 !important;
}

.padding-right-none {
	padding-right: 0 !important;
}

.padding-bottom-none {
	padding-bottom: 0 !important;
}

/*============================================================================================================================
													일반 버튼
=============================================================================================================================*/
/*======================================
				common
========================================*/
/* ********** Basic setting ********** */
/* Button */
form.contact_form input[type="submit"] {
	color: #434343;
	background: #fff;
	border: 1px solid #434343;
	padding: 0;
	padding: 0 50px;
	outline: none;
	width: auto;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
	text-align: center;
	font-weight: 700;
}

form.contact_form input[type="submit"]:hover {
	background: #06388f;
	color: #fff;
	border: none;
}

.btn.btn-20 {
	line-height: 11px;
	font-size: 11px;
	padding: 4px 7px 4px 7px;
}

.btn.btn-25 {
	line-height: 11px;
	font-size: 11px;
	padding: 6px 7px 6px 7px;
}

.btn.btn-28 {
	line-height: 13px;
	font-size: 13px;
	padding: 6px 7px 6px 7px;
}

.btn.btn-36 {
	line-height: 13px;
	font-size: 13px;
	padding: 11px 13px 11px 13px;
}

.btn.btn-circle {
	line-height: 16px;
	font-size: 13px;
	padding: 9px 12px 9px 12px;
	border-radius: 50%;
}

/* button_color */
.btn.btn-white {
	background: #ffffff;
	border-color: #cdcdcd;
	color: #555555;
}

.btn-white:hover, .btn-blue:focus, .btn-white:active, .btn-white.active,
	.open .dropdown-toggle.btn-white {
	background: #f8f8f8;
	border-color: #b1b1b1;
}

.btn.btn-blue {
	background: #337ab7;
	border-color: #2e6da4;
	color: #ffffff;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active,
	.open .dropdown-toggle.btn-blue {
	background: #286090;
	border-color: #122b40;
}

.btn.btn-deepblue {
	background: #364c85;
	border-color: #4666af;
	color: #ffffff;
}

.btn-deepblue:hover, .btn-deepblue:focus, .btn-deepblue:active,
	.btn-deepblue.active, .open .dropdown-toggle.btn-deepblue {
	background: #4666af;
	border-color: #38569a;
}

.btn.btn-skyblue {
	background: #5bc0de;
	border-color: #46b8da;
	color: #ffffff;
}

.btn-skyblue:hover, .btn-skyblue:focus, .btn-skyblue:active,
	.btn-skyblue.active, .open .dropdown-toggle.btn-skyblue {
	background: #31b0d5;
	border-color: #1b6d85;
}

.btn.btn-green {
	background: #5cb85c;
	border-color: #4cae4c;
	color: #ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active,
	.open .dropdown-toggle.btn-green {
	background: #449d44;
	border-color: #255625;
}

.btn.btn-cian {
	background: #007f8b;
	border-color: #006b75;
	color: #ffffff;
}

.btn-cian:hover, .btn-cian:focus, .btn-cian:active, .btn-cian.active,
	.open .dropdown-toggle.btn-cian {
	background: #006b75;
	border-color: #025961;
}

.btn.btn-orange {
	background: #f0ad4e;
	border-color: #eea236;
	color: #ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active,
	.open .dropdown-toggle.btn-orange {
	background: #ec971f;
	border-color: #985f0d;
}

.btn.btn-red {
	background: #d9534f;
	border-color: #d43f3a;
	color: #ffffff;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red
	{
	background: #c9302c;
	border-color: #761c19;
}

.btn.btn-gray {
	background: #777777;
	border-color: #555555;
	color: #ffffff;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active,
	.open .dropdown-toggle.btn-gray {
	background: #555555;
	border-color: #444444;
}

.btn.btn-dark {
	background: #4B5F71;
	border-color: #364B5F;
	color: #E9EDEF;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
	.open .dropdown-toggle.btn-dark {
	background: #394D5F;
	border-color: #394D5F;
}

/* button_outline */
.btn.btn-blue.outline {
	background: #ffffff;
	border-color: #2e6da4;
	color: #2e6da4;
}

.btn-blue.outline:hover, .btn-blue.outline:focus, .btn-blue.outline:active,
	.btn-blue.outline.active, .open .dropdown-toggle.btn-blue.outline {
	background: #f6f6f6;
	border-color: #122b40;
}

.btn.btn-deepblue.outline {
	background: #ffffff;
	border-color: #4666af;
	color: #4666af;
}

.btn-deepblue.outline:hover, .btn-deepblue.outline:focus, .btn-deepblue.outline:active,
	.btn-deepblue.outline.active, .open .dropdown-toggle.btn-deepblue.outline
	{
	background: #f6f6f6;
	border-color: #38569a;
}

.btn.btn-skyblue.outline {
	background: #ffffff;
	border-color: #46b8da;
	color: #46b8da;
}

.btn-skyblue.outline:hover, .btn-skyblue.outline:focus, .btn-skyblue.outline:active,
	.btn-skyblue.outline.active, .open .dropdown-toggle.btn-skyblue.outline
	{
	background: #f6f6f6;
	border-color: #1b6d85;
}

.btn.btn-green.outline {
	background: #ffffff;
	border-color: #4cae4c;
	color: #4cae4c;
}

.btn-green.outline:hover, .btn-green.outline:focus, .btn-green.outline:active,
	.btn-green.outline.active, .open .dropdown-toggle.btn-green.outline {
	background: #f6f6f6;
	border-color: #255625;
}

.btn.btn-cian.outline {
	background: #ffffff;
	border-color: #006b75;
	color: #006b75;
}

.btn-cian.outline:hover, .btn-cian.outline:focus, .btn-cian.outline:active,
	.btn-cian.outline.active, .open .dropdown-toggle.btn-cian.outline {
	background: #f6f6f6;
	border-color: #025961;
}

.btn.btn-orange.outline {
	background: #ffffff;
	border-color: #eea236;
	color: #eea236;
}

.btn-orange.outline:hover, .btn-orange.outline:focus, .btn-orange.outline:active,
	.btn-orange.outline.active, .open .dropdown-toggle.btn-orange.outline {
	background: #f6f6f6;
	border-color: #985f0d;
}

.btn.btn-red.outline {
	background: #ffffff;
	border-color: #d43f3a;
	color: #d43f3a;
}

.btn-red.outline:hover, .btn-red.outline:focus, .btn-red.outline:active,
	.btn-red.outline.active, .open .dropdown-toggle.btn-red.outline {
	background: #f6f6f6;
	border-color: #761c19;
}

.btn.btn-gray.outline {
	background: #ffffff;
	border-color: #555555;
	color: #555555;
}

.btn-gray.outline:hover, .btn-gray.outline:focus, .btn-gray.outline:active,
	.btn-gray.outline.active, .open .dropdown-toggle.btn-gray.outline {
	background: #f6f6f6;
	border-color: #444444;
}

.btn.btn-dark.outline {
	background: #ffffff;
	border-color: #364B5F;
	color: #333333;
}

.btn-dark.outline:hover, .btn-dark.outline:focus, .btn-dark.outline:active,
	.btn-dark.outline.active, .open .dropdown-toggle.btn-dark.outline {
	background: #f6f6f6;
	border-color: #394D5F;
}

.btn.bold {
	font-weight: bold;
}

/*======================================
			Basic Setting
========================================*/

/* Common */
/* hr{display:none} */
.view-mobile {
	display: block;
}

.view-tablet {
	display: none;
}

.view-tablet-only {
	display: none;
}

.view-browser {
	display: none;
}

.view-notbrowser {
	display: block;
}

.col-mobile {
	display: table-cell;
}

.col-tablet {
	display: none;
}

.col-browser {
	display: none;
}

.ie8_only {
	display: none;
}

.miso_big_title {
	display: block;
	color: #333;
	font-size: 22px;
	margin: 40px 0 0 15px;
	background: url('../images/common/business_title_bg.jpg') no-repeat left
		9px;
	padding: 5px 15px 5px 13px;
}

.miso_title {
	margin-left: 10px;
	padding: 0 0 0 12px;
	font-size: 18px;
	line-height: 18px;
	background: url('../images/common/support_bullet.gif') no-repeat left
		top;
}

/*======================================
			태블릿용 CSS
========================================*/
@media all and (min-width:768px) {
	.view-mobile {
		display: none;
	}
	.view-tablet {
		display: block;
	}
	.view-tablet-only {
		display: block;
	}
	.view-browser {
		display: none;
	}
	.view-notbrowser {
		display: block;
	}
	.col-mobile {
		display: none;
	}
	.col-tablet {
		display: table-cell;
	}
	.col-browser {
		display: none;
	}

	/*======================================
				아이콘 버튼
	========================================*/
	ul.button_icon li {
		text-indent: 0;
	}
	ul.button_icon li a {
		display: block;
		width: auto;
		height: 34px;
		padding: 0 10px 0 30px;
		font-size: 13px;
		line-height: 34px;
	}
	.input_300 {
		width: 300px;
	}
	.input_400 {
		width: 400px;
	}
	.input_500 {
		width: 500px;
	}
}

/*======================================
			PC용 CSS
========================================*/
@media all and (min-width:1024px) {
	.view-mobile {
		display: none;
	}
	.view-tablet {
		display: block;
	}
	.view-tablet-only {
		display: none;
	}
	.view-browser {
		display: block;
	}
	.view-notbrowser {
		display: none;
	}
	.col-mobile {
		display: none;
	}
	.col-tablet {
		display: table-cell;
	}
	.col-browser {
		display: table-cell;
	}
	.miso_title, .miso_ci_title .miso_big_title {
		margin-left: 0;
	}
	.basic_big_title {
		margin: 40px 0 0 0;
	}

	/*======================================
					아이콘 버튼
	========================================*/
	ul.button_icon {
		padding: 8px 0 7px 0;
	}
}

/*============================================================================================================================
													Layout 설정
=============================================================================================================================*/
/*======================================
			 기본 CSS
========================================*/
html {
	height: 100%;
}

section {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.custo_body {
	width: calc(100% - 251px);
	position: relative;
	float: right;
	/* 210906 ejjang 수정  footer가 다른 컨텐츠 가림 현상 수정 및 다중 스크롤 방지*/
	/* 	 height:calc(100% - 40px);  */
	/* overflow:auto */
}

.custo_body:after {
	content: "";
	display: block;
	clear: both;
}

.custo_body-0 {
	position: relative;
	/* 210906 ejjang 수정 */
	margin: 0 auto;
	width: 100%;
	/* height: calc(100% - 40px); */
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

.custo_body-manage {
	position: relative;
	width: calc(100% - 250px);
	height: calc(100% - 40px);
	/* float: right; */
	overflow: auto;
}

/* ScrolBar  */
.scrollbar {
	height: calc(100% - 100px);
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

.scrollbar:hover {
	overflow-y: auto;
}

#style-1::-webkit-scrollbar-track {
	border-radius: 2px;
}

#style-1::-webkit-scrollbar {
	width: 5px;
	background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #BFBFBF;
}

/* 좌측메뉴 */
.main-menu {
	float: left;
	width: 250px;
	height: calc(100% - 40px);
	background-color: #151b26;
	color: #e0e2e4;
	box-shadow: 3px 0 4px rgba(0, 0, 0, .1);
	overflow: hidden;
	z-index: 100;
	font-weight: 600;
}

.main-menu h1.logo {
	padding: 10px 40px;
	margin: 0;
	text-align: center;
}

.main-menu h1.logo img {
	width: 100%;
}

.main-menu ul.user_function {
	display: flex;
	align-items: center;
	padding: 0.7rem;
	margin: 0;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

.main-menu ul.user_function li {
	width: 50%;
	text-align: center;
} /* user_function */
.main-menu ul.user_function li button {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.main-menu ul.user_function li button:hover {
	color: #394e93;
}

.main-menu ul.side-menu {
	margin: 0;
	padding: 0;
	color: #e0e2e4;
}

.main-menu ul.side-menu a {
	color: #e0e2e4;
	display: block;
}

.main-menu ul.side-menu a:hover {
	color: #fff;
}

.main-menu ul.side-menu li {
	position: relative;
	display: block;
	width: 250px;
}

/* line-height: 20px -> 12px */
.main-menu ul.side-menu li a.depth2 {
	position: relative;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 28px 20px 60px;
	cursor: pointer;
	border-bottom: 1px solid #333;
	z-index: 2;
}

/* by smkim : copy depth2 */
.main-menu ul.side-menu li a.depth3 {
	position: relative;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
	border-bottom: 1px solid #333;
	z-index: 2;
}

.main-menu ul.side-menu>li i {
	position: absolute;
	z-index: 10;
	display: inline-block !important;
	width: auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	left: 18px;
	top: 19px;
	color: #e0e2e4;
	transition: 0.2s;
}

.main-menu ul.side-menu li:hover {
	background: #333;
}

.main-menu ul.side-menu>li>a {
	margin-bottom: 0px;
	font-size: 14px;
}

.main-menu ul.side-menu li.has_child {
	
}

.main-menu ul.side-menu li.has_child:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 22px;
	position: absolute;
	right: 13px;
	top: 14px;
	color: #e0e2e4;
}

.main-menu ul.side-menu li.active.has_child:after {
	content: "\f106";
}
/* .main-menu ul.side-menu li.has_child:hover:after {color:#e92167 !important;} */
.main-menu ul.side-menu>li ul.child_menu {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #151b26;
	visibility: hidden;
	height: 0;
	opacity: 0;
}

.main-menu ul.side-menu>li ul.child_menu li {
	position: relative;
}

.main-menu ul.side-menu>li ul.child_menu li:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #333;
	position: absolute;
	left: 28px;
	top: 0px;
}

.main-menu ul.side-menu>li ul.child_menu li:hover:after {
	background: #f0f0f0;
}

.main-menu ul.side-menu>li ul.child_menu li.active:after {
	background: #4e6480;
}

.main-menu ul.side-menu>li ul.child_menu li a {
	padding: 10px 20px 10px 60px;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.main-menu ul.side-menu>li ul.child_menu li.active a {
	background: #111;
	color: #fff;
	border-left: 3px solid #333;
	padding-left: 57px;
	z-index: 10;
}

.main-menu ul.side-menu>li.active ul.child_menu {
	opacity: 1;
	visibility: visible;
	height: auto;
	padding: 1px 0 0 0;
	border-bottom: 1px solid #333;
}

.main-menu ul.side-menu>li:hover i {
	color: #e0e2e4;
}

.main-menu ul.side-menu>li.active i {
	
}

/* 우측영역 */
.contents_body {
	float: left;
	width: 100%;
	position: relative;
	/* 21.09.06 ejjang 수정 */
	/* overflow-y:auto; over-flow:hidden; */
	padding-bottom: 50px;
	over-flow: hidden;
}

.contents_body .contents {
	height: 100%;
	padding: 20px;
	overflow-y: auto;
}

.contents_body footer {
	height: 100px;
	background: #767676;
	color: #fff;
	position: relative;
}

.contents_body footer img {
	position: absolute;
	left: 45px;
	top: 27px;
}

.contents_body footer address {
	font-size: 13px;
	color: #f1f1f1;
	position: absolute;
	left: 45px;
	top: 57px;
}

/*======================================
			PC기반 CSS
========================================*/
@media all and (min-width:992px) {
}

/*======================================
			PC기반 CSS 1200 이상
========================================*/
@media all and (min-width:1200px) {
}

/*======================================
			PC기반 CSS 1400 이상
========================================*/
@media all and (min-width:1400px) {
}

/*======================================
			PC기반 CSS 1600 이상
========================================*/
@media all and (min-width:1600px) {
}

select, textarea {
	border: 1px solid #efefef;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #dedede;
	outline: 0;
}

select {
	min-width: 150px;
	min-height: 30px;
	padding: 0 10px;
}

textarea {
	width: 100%;
	padding: 10px;
}

/* 체크박스 */
.make_check {
	display: inline-flex;
	margin: 2px 12px 2px 0;
}

.make_check>input[type=checkbox] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_check>input[type=checkbox]+label {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 0 0 25px;
	position: relative;
	font-weight: normal;
	word-break: break-word;
	cursor: pointer;
}

.make_check>input[type=checkbox]+label:before, .make_check>input[type=checkbox]+label:after
	{
	display: block;
	content: '';
	clear: both;
}

.make_check>input[type=checkbox]+label:before {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #efefef;
	border-radius: 3px;
	background-color: #fff;
	z-index: 0;
	overflow: hidden;
}

.make_check>input[type=checkbox]+label:after {
	width: 0;
	width: 0;
	position: absolute;
	top: 5px;
	left: 4px;
	background-color: #fff;
	transform: rotate(-45deg);
	transition: all 0.1s ease;
	overflow: hidden;
}

.make_check>input[type=checkbox]:checked+label:before {
	border: 1px solid #337ab7;
	background-color: #337ab7;
}

.make_check>input[type=checkbox]:checked+label:after {
	width: 12px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #337ab7;
}

/* 라디오 */
.make_radio {
	display: inline-flex;
	margin: 2px 12px 2px 0;
}

.make_radio>input[type=radio] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_radio>input[type=radio]+label {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 0 0 25px;
	position: relative;
	font-weight: normal;
	word-break: break-word;
	cursor: pointer;
}

.make_radio>input[type=radio]+label:before, .make_radio>input[type=radio]+label:after
	{
	display: block;
	content: '';
	clear: both;
}

.make_radio>input[type=radio]+label:before {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	border: 1px solid #e6e9ed;
	background-color: #e6e9ed;
	z-index: 0;
	overflow: hidden;
}

.make_radio>input[type=radio]+label:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.1s ease;
	overflow: hidden;
}

.make_radio>input[type=radio]:checked+label:before {
	border: 1px solid #337ab7;
	background-color: #337ab7;
}

.make_radio>input[type=radio]:checked+label:after {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
}

/* 스위치(on/off) */
.make_switch {
	display: inline-flex;
}

.make_switch>input[type=checkbox] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_switch>input[type=checkbox]+label {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	position: relative;
	cursor: pointer;
	text-indent: -9999px;
}

.make_switch>input[type=checkbox]+label:before, .make_switch>input[type=checkbox]+label:after
	{
	display: block;
	content: '';
	clear: both;
	transition: all 0.3s ease;
}

.make_switch>input[type=checkbox]+label:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-color: #e5e8ec;
}

.make_switch>input[type=checkbox]+label:after {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #e5e8ec;
	border-radius: 10px;
	background-color: #fff;
}

.make_switch>input[type=checkbox]:checked+label:before {
	background-color: #337ab7;
}

.make_switch>input[type=checkbox]:checked+label:after {
	left: inherit;
	right: 0;
	border: 2px solid #337ab7;
}

/* 타이틀 영역 */
ul.titleArea>li {
	flex: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.titleArea>li:last-child {
	text-align: right;
}

.titleArea h2 {
	display: inline-block;
	font-weight: 600;
	color: #000;
}

.titleArea h3 {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	padding: 0 10px;
}

.titleArea h4 {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.subTitle {
	font-weight: bold;
}

/* 210907 ejjang qr scanner 영역 헤더 ui 변경 */
.header_qr {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	z-index: 10;
	color: #fff;
	background-color: #151b26;
}

#divVideo {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.video_qr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
}

@media screen and (max-aspect-ratio: 2000/1200) {
	.video_qr {
		width: 100vw;
		height: 100vh;
	}
}

.video_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.video-overlay-back {
	width: 100vw;
	height: 100vh;
	overflow: auto;
	top: 0;
	left: 0;
}

.video_overlay_holder {
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 100%;
	width: 100%;
}

.video_overlay_area {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.video_overlay_area svg {
	margin: 0 auto;
	width: 400px;
	height: 400px;
	stroke: #422ef3;
	stroke-width: 0.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	color: #422ef3;
}

.video_overlay_area #message {
	padding: 1rem 2rem;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 1rem;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 800;
	font-style: oblique;
	text-align: cneter;
	z-index: 10;
}

#agreement {
	height: 76%;
}

#agreement iframe {
	width: 100%;
}

#agreement input[type="checkbox"] {
	transform: scale(1.5);
}

/* 버튼 영역 */
.btnArea {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-items: center;
	padding: 20px 0;
	margin: 0;
}

.btnArea.tal {
	justify-content: flex-start;
}

.btnArea.tac {
	justify-content: center;
}

.btnArea.tar {
	justify-content: flex-end;
}

.manage-btn-area .i-down::before {
	font-family: 'xeicon';
	content: "\eb7c";
}

.manage-btn-area .i-upload::before {
	font-family: 'xeicon';
	content: "\eb7e";
}

.manage-btn-area .i-save::before {
	font-family: 'FontAwesome';
	content: "\f0c7";
	padding-right: 1px;
}

.manage-btn-area .i-plus::before {
	font-family: 'FontAwesome';
	content: "\f067";
}

.manage-btn-area .i-delete::before {
	font-family: 'FontAwesome';
	content: "\f1f8";
	padding-right: 1px;
}

.i-search::before {
	font-family: 'xeicon';
	content: "\e97a";
	font-weight: 600;
}

.i-close::before {
	font-family: 'xeicon';
	content: "\e921";
	font-weight: 600;
}

.i-info::before {
	font-family: 'xeicon';
	content: "\e9a7";
}

.i-list::before {
	font-family: 'xeicon';
	content: "\e95d";
}

/* 탭 */
.tabWrap {
	padding: 10px 0;
}

.tabWrap>.tabBar {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border-bottom: 1px solid #337ab7;
}

.tabWrap>.tabBar>li {
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
}

.tabWrap>.tabBar>li>a {
	display: block;
	line-height: 35px;
	padding: 0 30px;
	position: relative;
	border-radius: 5px 5px 0 0;
	border: 1px solid #dedede;
	border-bottom: 0px;
	background-color: #f9f9f9;
}

.tabWrap>.tabBar>li.active>a {
	color: #fff;
	border: 1px solid #337ab7;
	border-bottom: 0px;
	background-color: #337ab7;
}

.tabWrap>.tabContent {
	display: none;
	padding: 20px;
}

.tabWrap>.tabContent.active {
	display: block;
}

/* 게시판 카드형 목록 */
ul.cardList {
	padding: 0;
	margin: 0 -10px;
}

ul.cardList:after {
	display: block;
	content: '';
	clear: both;
}

ul.cardList>li {
	float: left;
	padding: 10px;
	margin: 0;
	list-style: none;
}

ul.cardList>li a {
	display: block;
	line-height: 80px;
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid #efefef;
}

ul.cardList>li a:hover {
	color: #fff;
	border: 1px solid #dedede;
	background-color: #337ab7;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

ul.cardList.col3>li {
	width: 33.3333%;
}

ul.cardList.col4>li {
	width: 25%;
}

ul.cardList.col5>li {
	width: 20%;
}

/* 테이블 */
caption, .blind, .soundOnly {
	display: block !important;
	position: absolute !important;
	left: -99999px !important;
}

.tableWrap {
	padding: 10px 0;
}

.tableWrap table {
	width: 100%;
	border-collapse: collapse;
}

.tableWrap table thead th {
	height: 45px;
	padding: 5px 10px;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	font-weight: normal;
	text-align: center;
}

.tableWrap table tbody { /*border:1px solid #cbd4db;*/
	border-top: 1px solid #000;
}

.tableWrap table tbody th, .tableWrap table tbody td {
	height: 50px;
	padding: 5px 2%;
	position: relative;
	color: #333;
	font-size: 15px;
	border-bottom: 1px solid #e8ecee;
	background-color: #fff;
}

.tableWrap table tbody tr:last-child th, .tableWrap table tbody tr:last-child td
	{
	border-bottom: 1px solid #cbd4db;
}

.tableWrap table tbody tr:hover th, .tableWrap table tbody tr:hover td {
	background-color: #faf8ff;
}

.titleArea+.tableWrap {
	padding-top: 0;
}

.tableWrap.inputTable table tbody tr:hover th, .tableWrap.inputTable table tbody tr:hover td
	{
	background-color: #fff;
}

.tableWrap.inputTable table input[type=text] {
	width: 100%;
}

.tableWrap .mark_success {
	
}

.tableWrap .mark_fail {
	color: #f00000;
}

.tableWrap.tac table tbody th, .tableWrap.tac table tbody td {
	text-align: center;
}

/* 목록번호 */
.listPager {
	padding: 10px 0;
}

ul.pageing {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

ul.pageing>li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	list-style: none;
}

ul.pageing>li>a {
	display: block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	color: #9f9f9f;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s ease;
}

ul.pageing>li>a b {
	color: #796eff;
}

ul.pageing>li>a b:after {
	display: inline-block;
	content: '/';
	padding: 0 10px;
	color: #9f9f9f;
}

ul.pageing>li>a.prev {
	border: 1px solid #e8ecee;
	background-color: #fff;
	background-image: url(../images/icon/icon_pager_prev.png);
	text-indent: -99999px;
}

ul.pageing>li>a.prev:hover {
	border: 1px solid #796eff;
	background-image: url(../images/icon/icon_pager_prev_active.png);
}

ul.pageing>li>a.next {
	border: 1px solid #e8ecee;
	background-color: #fff;
	background-image: url(../images/icon/icon_pager_next.png);
	text-indent: -99999px;
}

ul.pageing>li>a.next:hover {
	border: 1px solid #796eff;
	background-image: url(../images/icon/icon_pager_next_active.png);
}

.listCtrl ul.listViewCnt+ul.pageing {
	margin: 0 auto;
}

/* 게시판 목록 */
.tableWrap {
	padding: 10px 0;
}

.tableWrap table {
	width: 100%;
	border-collapse: collapse;
}

.tableWrap table thead th {
	padding: 15px;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background-color: #f9f9f9;
}

.tableWrap table tbody th, .tableWrap table tbody td {
	padding: 15px;
	position: relative;
	color: #333;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
}

.tableWrap table tbody tr:hover th, .tableWrap table tbody tr:hover td {
	background-color: rgba(51, 122, 183, 0.05);
}

/* 페이지 */
ul.pageing {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	margin: 0;
}

ul.pageing>li {
	display: inline-block;
	padding: 0 5px;
	margin: 0;
	list-style: none;
}

ul.pageing>li>a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #9f9f9f;
	text-align: center;
	border-radius: 3px;
}

ul.pageing>li.active>a {
	color: #337ab7;
}

ul.pageing>li>a.prev {
	border: 1px solid #efefef;
	background: #fff url(../images/common/icon_gray_arrow_left.png)
		no-repeat center center;
	text-indent: -99999px;
}

ul.pageing>li>a.prev:hover {
	border: 1px solid #337ab7;
	background-image: url(../images/common/icon_active_arrow_left.png);
}

ul.pageing>li>a.next {
	border: 1px solid #efefef;
	background: #fff url(../images/common/icon_gray_arrow_right.png)
		no-repeat center center;
	text-indent: -99999px;
}

ul.pageing>li>a.next:hover {
	border: 1px solid #337ab7;
	background-image: url(../images/common/icon_active_arrow_right.png);
}

/* 게시판 상세 */
.viewWrap {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.viewWrap>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.viewWrap .subject {
	padding: 10px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #dedede;
}

.viewWrap .write_info {
	padding: 5px 0;
	text-align: right;
}

.viewWrap .write_info>span {
	padding: 5px;
	font-size: 13px;
}

.viewWrap .write_con {
	padding: 15px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}

/* 게시판 입력폼 */
.formWrap {
	padding: 10px 0;
}

ul.form {
	padding: 0;
	margin: 0;
	border-top: 1px solid #dedede;
}

ul.form>li {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #dedede;
	background-color: #f9f9f9;
	list-style: none;
}

ul.form>li>.que {
	min-width: 150px;
	padding: 10px;
	position: relative;
	text-align: center;
}

ul.form>li>.ans {
	flex: 1;
	padding: 10px;
	background-color: #fff;
}

/* 영역 */
.panelArea {
	padding: 0.6rem 0.3rem;
	margin: 10px 0 30px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.panelArea0 {
	padding: 5px 10px;
	margin: 10px 0px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.manage-area {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.group-con {
	width: 30%;
	font-size: 1.5rem;
}

.user-con {
	width: 68%;
}

.role-card-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.role-card-body form {
	width: 60%;
}

.manage-select-area {
	width: 100%;
	margin: 2rem auto;
}
/* .manage-select-area > .card-header,
.manage-select-area > .card-body {
	width: 80%;
	display: flex;
    justify-content: space-between;
} */
#divSearch.card-body li {
	display: flex;
	flex-grow: 1;
}

#divSearch.card-body li:first-child {
	width: 80%;
}

#divSearch.card-body li:nth-child(2) {
	width: 21%;
}

.manage-select-area>.card-header>li:nth-child(1) {
	width: 5%;
}

.manage-select-area>.card-header>li:nth-child(2) {
	width: 95%;
}

/* ==============================================================================================================
= 너비, 높이 사이즈를 공통으로 사용하기 위한 클래스 부여
============================================================================================================== */
.w10 {
	width: 10px !important;
}

.w20 {
	width: 20px !important;
}

.w30 {
	width: 30px !important;
}

.w40 {
	width: 40px !important;
}

.w50 {
	width: 50px !important;
}

.w60 {
	width: 60px !important;
}

.w70 {
	width: 70px !important;
}

.w80 {
	width: 80px !important;
}

.w90 {
	width: 90px !important;
}

.w100 {
	width: 100px !important;
}

.w110 {
	width: 110px !important;
}

.w120 {
	width: 120px !important;
}

.w130 {
	width: 130px !important;
}

.w140 {
	width: 140px !important;
}

.w150 {
	width: 150px !important;
}

.w160 {
	width: 160px !important;
}

.w170 {
	width: 170px !important;
}

.w180 {
	width: 180px !important;
}

.w190 {
	width: 190px !important;
}

.w200 {
	width: 200px !important;
}

.w210 {
	width: 210px !important;
}

.w220 {
	width: 220px !important;
}

.w230 {
	width: 230px !important;
}

.w240 {
	width: 240px !important;
}

.w250 {
	width: 250px !important;
}

.w260 {
	width: 260px !important;
}

.w270 {
	width: 270px !important;
}

.w280 {
	width: 280px !important;
}

.w290 {
	width: 290px !important;
}

.w300 {
	width: 300px !important;
}

.w310 {
	width: 310px !important;
}

.w320 {
	width: 320px !important;
}

.w330 {
	width: 330px !important;
}

.w340 {
	width: 340px !important;
}

.w350 {
	width: 350px !important;
}

.w360 {
	width: 360px !important;
}

.w370 {
	width: 370px !important;
}

.w380 {
	width: 380px !important;
}

.w390 {
	width: 390px !important;
}

.w400 {
	width: 400px !important;
}

.w410 {
	width: 410px !important;
}

.w420 {
	width: 420px !important;
}

.w430 {
	width: 430px !important;
}

.w440 {
	width: 440px !important;
}

.w450 {
	width: 450px !important;
}

.w460 {
	width: 460px !important;
}

.w470 {
	width: 470px !important;
}

.w480 {
	width: 480px !important;
}

.w490 {
	width: 490px !important;
}

.w500 {
	width: 500px !important;
}

.w510 {
	width: 510px !important;
}

.w520 {
	width: 520px !important;
}

.w530 {
	width: 530px !important;
}

.w540 {
	width: 540px !important;
}

.w550 {
	width: 550px !important;
}

.w560 {
	width: 560px !important;
}

.w570 {
	width: 570px !important;
}

.w580 {
	width: 580px !important;
}

.w590 {
	width: 590px !important;
}

.w600 {
	width: 600px !important;
}

.w610 {
	width: 610px !important;
}

.w620 {
	width: 620px !important;
}

.w630 {
	width: 630px !important;
}

.w640 {
	width: 640px !important;
}

.w650 {
	width: 650px !important;
}

.w660 {
	width: 660px !important;
}

.w670 {
	width: 670px !important;
}

.w680 {
	width: 680px !important;
}

.w690 {
	width: 690px !important;
}

.w700 {
	width: 700px
}

.w15 {
	width: 15px !important;
}

.w25 {
	width: 25px !important;
}

.w35 {
	width: 35px !important;
}

.w45 {
	width: 45px !important;
}

.w55 {
	width: 55px !important;
}

.w65 {
	width: 65px !important;
}

.w75 {
	width: 75px !important;
}

.w85 {
	width: 85px !important;
}

.w90 {
	width: 95px
}

.w5p {
	width: 5% !important;
}

.w8p {
	width: 8% !important;
}

.w10p {
	width: 10% !important;
}

.w12p {
	width: 12% !important;
}

.w15p {
	width: 15% !important;
}

.w18p {
	width: 18% !important;
}

.w20p {
	width: 20% !important;
}

.w25p {
	width: 25% !important;
}

.w30p {
	width: 30% !important;
}

.w35p {
	width: 35% !important;
}

.w40p {
	width: 40% !important;
}

.w45p {
	width: 45% !important;
}

.w48p {
	width: 48% !important;
}

.w49p {
	width: 49% !important;
}

.w50p {
	width: 50% !important;
}

.w55p {
	width: 55% !important;
}

.w60p {
	width: 60% !important;
}

.w65p {
	width: 65% !important;
}

.w70p {
	width: 70% !important;
}

.w75p {
	width: 75% !important;
}

.w80p {
	width: 80% !important;
}

.w85p {
	width: 85% !important;
}

.w90p {
	width: 90% !important;
}

.w95p {
	width: 95% !important;
}

.w100p {
	width: 99.9%
}

.h10 {
	height: 10px !important;
}

.h20 {
	height: 20px !important;
}

.h20 {
	height: 30px !important;
}

.h30 {
	height: 40px !important;
}

.h40 {
	height: 50px !important;
}

.h60 {
	height: 60px !important;
}

.h70 {
	height: 70px !important;
}

.h80 {
	height: 80px !important;
}

.h90 {
	height: 90px !important;
}

.h100 {
	height: 100px !important;
}

.h110 {
	height: 110px !important;
}

.h120 {
	height: 120px !important;
}

.h130 {
	height: 130px !important;
}

.h140 {
	height: 140px !important;
}

.h150 {
	height: 150px !important;
}

.h160 {
	height: 160px !important;
}

.h170 {
	height: 170px !important;
}

.h180 {
	height: 180px !important;
}

.h190 {
	height: 190px !important;
}

.h200 {
	height: 200px !important;
}

.h210 {
	height: 210px !important;
}

.h220 {
	height: 220px !important;
}

.h230 {
	height: 230px !important;
}

.h240 {
	height: 240px !important;
}

.h250 {
	height: 250px !important;
}

.h260 {
	height: 260px !important;
}

.h270 {
	height: 270px !important;
}

.h280 {
	height: 280px !important;
}

.h290 {
	height: 290px !important;
}

.h200 {
	height: 300px !important;
}

.h210 {
	height: 310px !important;
}

.h220 {
	height: 320px !important;
}

.h230 {
	height: 330px !important;
}

.h240 {
	height: 340px !important;
}

.h250 {
	height: 350px !important;
}

.h260 {
	height: 360px !important;
}

.h270 {
	height: 370px !important;
}

.h280 {
	height: 380px !important;
}

.h290 {
	height: 390px !important;
}

.h300 {
	height: 400px !important;
}

.h310 {
	height: 410px !important;
}

.h320 {
	height: 420px !important;
}

.h330 {
	height: 430px !important;
}

.h340 {
	height: 440px !important;
}

.h350 {
	height: 450px !important;
}

.h360 {
	height: 460px !important;
}

.h370 {
	height: 470px !important;
}

.h380 {
	height: 480px !important;
}

.h390 {
	height: 490px !important;
}

.h400 {
	height: 500px !important;
}

.h410 {
	height: 510px !important;
}

.h420 {
	height: 520px !important;
}

.h430 {
	height: 530px !important;
}

.h440 {
	height: 540px !important;
}

.h450 {
	height: 550px !important;
}

.h460 {
	height: 560px !important;
}

.h470 {
	height: 570px !important;
}

.h480 {
	height: 580px !important;
}

.h490 {
	height: 590px !important;
}

.h600 {
	height: 600px !important;
}

.h610 {
	height: 610px !important;
}

.h620 {
	height: 620px !important;
}

.h630 {
	height: 630px !important;
}

.h640 {
	height: 640px !important;
}

.h650 {
	height: 650px !important;
}

.h660 {
	height: 660px !important;
}

.h670 {
	height: 670px !important;
}

.h680 {
	height: 680px !important;
}

.h690 {
	height: 690px !important;
}

.h700 {
	height: 700px
}

.ajax-loding-wrap {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.54);
	display: none;
}

.descript {
	display: block;
	padding: 10px 0;
}

.descript mark {
	padding: 0 5px;
	background-color: #ffc107;
}

/* 컨텐츠 공통 */
input, select {
	min-height: 30px;
	padding: 0 10px;
	margin: 4px;
}

input::placeholder {
	color: #919191 !important;
	opacity: 1;
}
/* input[type=checkbox], 
input[type=radio],
label{min-height:20px;padding:0;margin:0;font-weight:normal;display: inline-block;margin-bottom: 0.5rem;font-size:1.5rem;} */
input[type="file"] {
	display: initial;
}

input.daterangepicker {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 30px;
	padding: 0 10px;
	position: static;
}

input[name=daterange].daterangepicker {
	padding-left: 30px !important;
	background: url(../images/common/icon_daterangepicker.png) no-repeat
		10px center;
}

select {
	display: inline-block;
	vertical-align: top;
	min-width: 120px;
	padding: 0 10px 0 10px;
	border: 1px solid #cbd4db;
	border-radius: 3px;
	background: #fff url(../images/icon/bg_select_down_dark.png) no-repeat
		98% center;
	appearance: none;
}

select:hover {
	background: #fff url(../images/icon/bg_select_down_black.png) no-repeat
		98% center;
}

textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #cbd4db;
	border-radius: 3px;
	outline: none !important;
}

textarea:focus {
	border: 1px solid #968dff;
}

input[type="text"]:focus, input[type="search"]:focus {
	border: 1px solid #796eff;
}

input[type="search"].icon_search {
	padding-left: 40px;
	background: #fff url(../images/icon/icon_active_search.png) no-repeat
		10px center;
}

input.calendar {
	padding-left: 30px;
	background: url(../images/icon/icon_gray_calendar.png) no-repeat 5px
		center;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: auto !important;
}

[type="search"]::-webkit-search-cancel-button {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-appearance: none !important;
	width: 30px;
	background: url(../images/icon/icon_gray_searchCancel.png) no-repeat
		center center;
}

input.h45 {
	height: 45px;
	line-height: 45px;
}

input.h60 {
	height: 60px;
	line-height: 60px;
}

.tooltipArea {
	display: inline-block;
	position: relative;
	z-index: 9;
}

.btn_tooltip {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/icon_help_dark.png) no-repeat center
		center;
	text-indent: -99999px;
	cursor: pointer;
}

.div_tooltip {
	display: none;
	min-width: 300px;
	padding: 5px;
	word-break: keep-all;
	font-size: 12px;
	border: 1px solid #9f9f9f;
	border-radius: 5px;
	background-color: #fff;
}

.tooltipArea:hover .btn_tooltip {
	background: url(../images/icon/icon_help_black.png) no-repeat center
		center;
}

.tooltipArea:hover .div_tooltip {
	display: inline-block;
}

/* select2 */
.select2-container {
	margin-right: 0;
}

.select2-container--default .select2-selection {
	min-height: 30px;
	border-radius: 3px;
	border: 1px solid #cbd4db;
	background-color: #fff;
}

.select2-container--default .select2-selection .select2-selection__rendered
	{
	line-height: 30px;
	padding-top: inherit;
	padding-right: 30px;
	color: #354f63;
}

.select2-container--default .select2-selection .select2-selection__clear
	{
	width: 30px;
	height: 30px;
	background: url(../images/icon/icon_gray_cancel.png) no-repeat center
		center;
	text-indent: -99999px;
}

.select2-container--default .select2-selection .select2-selection__arrow
	{
	width: 30px;
	height: 30px;
	background: url(../images/icon/icon_gray_select2.png) no-repeat center
		center;
}

.select2-container--default .select2-selection .select2-selection__arrow b
	{
	display: none;
}

.select2-container--default .select2-selection .select2-selection__choice__remove:hover
	{
	color: #eeeeee;
}

.select2-container--default .select2-selection .select2-selection__choice__remove
	{
	display: inline-block;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.select2-container--default .select2-selection:hover {
	border: 1px solid #796eff;
}

/* 팝업, 알림창의 배경 */
.wrap_layer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 10001;
}

.modal-content {
	margin-top: inherit !important;
	margin-left: inherit !important;
	left: inherit !important;
	top: inherit !important;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
	overflow: hidden;
}

.layerIn {
	padding-bottom: 0 !important;
}

.layerIn .layerTop {
	height: 40px;
	line-height: 40px;
	padding-top: 0;
}

.layerCon .popContents {
	padding: 10px 20px;
}

.layerTop .close {
	float: inherit;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -99999px;
	border: 0;
	background: url(../images/icon/icon_black_cancel.png) no-repeat center
		center;
	cursor: pointer;
}

/* 팝업창 */
.popupWrap {
	width: 600px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.popupWrap .popupHeader {
	padding: 20px 20px 10px;
}

.popupWrap .popupHeader h3 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 25px;
}

.popupWrap .popupBody {
	max-height: 400px;
	padding: 10px 20px;
	overflow-y: auto;
}

.popupWrap .popupFooter {
	padding: 0 20px 20px;
}

/* 알림창 */
.alertWrap {
	min-width: 300px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.alertWrap .alertHeader {
	padding: 20px 20px 10px;
}

.alertWrap .alertHeader h3 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.alertWrap .alertBody {
	max-height: 100px;
	padding: 10px 20px;
	overflow-y: auto;
}

.alertWrap .alertFooter {
	padding: 0 20px 20px;
}

.alertWrap .alertFooter .btnArea {
	text-align: center;
}

/* API 상세 */
.apiName {
	width: 80%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 28px;
	border: 1px solid #e5e8ec;
	background-color: #e5e8ec;
}

.apiName::placeholder {
	color: #707882 !important;
}

.apiName:focus {
	background-color: #fff;
}

.apiBrief {
	width: 100%;
	padding: 0 20px;
	font-size: 16px;
	border: 1px solid #e5e8ec;
	background-color: #e5e8ec;
}

.apiBrief:focus {
	background-color: #fff;
}

.userDiv.apiUrl [type=search], .userDiv.apiUrl select {
	width: 100%;
	height: 45px;
}

.userDiv.apiUrl .status_icon {
	display: block;
	line-height: 45px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
}

.userDiv.apiUrl .status_icon.icon_success {
	background-image: url(../images/icon/icon_sucess.png);
}

.userDiv.apiUrl .status_icon.icon_fail {
	background-image: url(../images/icon/icon_fail.png);
}

.emulatorArea {
	padding: 50px 0;
}

.emulatorArea .device_emulator {
	margin: 0 auto;
}

/* 체크박스 */
.make_check {
	display: inline-flex;
	margin-right: 5px;
}

.make_check>input[type=checkbox] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_check>input[type=checkbox]+label {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	word-break: break-word;
	cursor: pointer;
}

.make_check>input[type=checkbox]+label:before, .make_check>input[type=checkbox]+label:after
	{
	display: block;
	content: '';
	clear: both;
}

.make_check>input[type=checkbox]+label:before {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e8ecee;
	border-radius: 3px;
	background-color: #fff;
	z-index: 0;
	overflow: hidden;
}

.make_check>input[type=checkbox]+label:after {
	width: 0;
	width: 0;
	position: absolute;
	top: 5px;
	left: 4px;
	background-color: #fff;
	transform: rotate(-45deg);
	transition: all 0.1s ease;
	overflow: hidden;
}

.make_check>input[type=checkbox]:checked+label:before {
	border: 1px solid #796eff;
	background-color: #796eff;
}

.make_check>input[type=checkbox]:checked+label:after {
	width: 12px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #796eff;
}

.make_check_s {
	display: inline-flex;
	margin-right: 5px;
}

.make_check_s>input[type=checkbox] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_check_s>input[type=checkbox]+label {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	word-break: break-word;
	cursor: pointer;
}

.make_check_s>input[type=checkbox]+label:before, .make_check_s>input[type=checkbox]+label:after
	{
	display: block;
	content: '';
	clear: both;
}

.make_check_s>input[type=checkbox]+label:before {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	border: 1px solid #e8ecee;
	border-radius: 3px;
	background-color: #fff;
	z-index: 0;
	overflow: hidden;
}

.make_check_s>input[type=checkbox]+label:after {
	width: 0;
	width: 0;
	position: absolute;
	top: 7px;
	left: 3px;
	background-color: #fff;
	transform: rotate(-45deg);
	transition: all 0.1s ease;
	overflow: hidden;
}

.make_check_s>input[type=checkbox]:checked+label:before {
	border: 1px solid #796eff;
	background-color: #796eff;
}

.make_check_s>input[type=checkbox]:checked+label:after {
	width: 8px;
	height: 4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #796eff;
}

/* 라디오 */
.make_radio {
	display: inline-flex;
	margin-right: 5px;
}

.make_radio>input[type=radio] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_radio>input[type=radio]+label {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	word-break: break-word;
	cursor: pointer;
}

.make_radio>input[type=radio]+label:before, .make_radio>input[type=radio]+label:after
	{
	display: block;
	content: '';
	clear: both;
}

.make_radio>input[type=radio]+label:before {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	border: 1px solid #e6e9ed;
	background-color: #e6e9ed;
	z-index: 0;
	overflow: hidden;
}

.make_radio>input[type=radio]+label:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.1s ease;
	overflow: hidden;
}

.make_radio>input[type=radio]:checked+label:before {
	border: 1px solid #796eff;
	background-color: #796eff;
}

.make_radio>input[type=radio]:checked+label:after {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
}

.make_radio_s {
	display: inline-flex;
	margin-right: 5px;
}

.make_radio_s>input[type=radio] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_radio_s>input[type=radio]+label {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	word-break: break-word;
	cursor: pointer;
}

.make_radio_s>input[type=radio]+label:before, .make_radio_s>input[type=radio]+label:after
	{
	display: block;
	content: '';
	clear: both;
}

.make_radio_s>input[type=radio]+label:before {
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 10px;
	border: 1px solid #e6e9ed;
	background-color: #fff;
	z-index: 0;
	overflow: hidden;
}

.make_radio_s>input[type=radio]+label:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 7px;
	border-radius: 5px;
	background-color: #796eff;
	transition: all 0.1s ease;
	overflow: hidden;
}

.make_radio_s>input[type=radio]:checked+label:after {
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
}

/* 스위치(on/off) */
.make_switch {
	display: inline-flex;
}

.make_switch>input[type=checkbox] {
	width: 0;
	height: 0;
	min-height: 0;
	position: absolute;
}

.make_switch>input[type=checkbox]+label {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
	position: relative;
	cursor: pointer;
}

.make_switch>input[type=checkbox]+label:before, .make_switch>input[type=checkbox]+label:after
	{
	display: block;
	content: '';
	clear: both;
	transition: all 0.3s ease;
}

.make_switch>input[type=checkbox]+label:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background-color: #e5e8ec;
}

.make_switch>input[type=checkbox]+label:after {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #e5e8ec;
	border-radius: 10px;
	background-color: #fff;
}

.make_switch>input[type=checkbox]:checked+label:before {
	background-color: #796eff;
}

.make_switch>input[type=checkbox]:checked+label:after {
	left: inherit;
	right: 0;
	border: 2px solid #796eff;
}

.make_switch.size_big>input[type=checkbox]+label {
	width: 65px;
	height: 25px;
	line-height: 18px;
}

.make_switch.size_big>input[type=checkbox]+label:before {
	content: 'OFF';
	padding: 2px 10px;
	color: #707882;
	text-align: right;
	border-radius: 25px;
	border: 1px solid #cacfd6;
}

.make_switch.size_big>input[type=checkbox]+label:after {
	width: 25px;
	height: 25px;
	border: 1px solid #cacfd6;
	border-radius: 25px;
}

.make_switch.size_big>input[type=checkbox]:checked+label:before {
	content: 'ON';
	color: #fff;
	text-align: left;
	border: 1px solid #796eff;
}

.make_switch.size_big>input[type=checkbox]:checked+label:after {
	border: 1px solid #796eff;
}

.make_switch.andor>input[type=checkbox]+label {
	width: 80px;
	height: 25px;
	line-height: 18px;
}

.make_switch.andor>input[type=checkbox]+label:before {
	content: 'AND';
	height: 25px;
	line-height: 23px;
	padding: 0 10px;
	color: #cacfd6;
	font-size: 12px;
	border-radius: 25px;
	border: 1px solid #cacfd6;
}

.make_switch.andor>input[type=checkbox]+label:after {
	content: 'OR';
	width: 40px;
	height: 25px;
	line-height: 23px;
	left: inherit;
	right: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border: 1px solid #796eff;
	border-radius: 25px;
	background-color: #796eff;
}

.make_switch.andor>input[type=checkbox]:checked+label:before {
	content: 'OR';
	color: #cacfd6;
	text-align: right;
	background-color: #e5e8ec;
}

.make_switch.andor>input[type=checkbox]:checked+label:after {
	content: 'AND';
	width: 50px;
	right: inherit;
	left: 0;
}

/* 파일 */
.make_file {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}

.make_file>input[type=file] {
	width: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	overflow: hidden;
}

.make_file>input[type=file]+label {
	display: block;
	cursor: pointer;
}

/* 테이블 */
.tableWrap {
	padding: 10px 0;
}

.tableWrap table {
	width: 100%;
	border-collapse: collapse;
}

.tableWrap table thead th {
	height: 45px;
	padding: 5px 10px;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	font-weight: normal;
	text-align: center;
}

.tableWrap table tbody { /*border:1px solid #cbd4db;*/
	border-top: 1px solid #000;
}

.tableWrap table tbody th, .tableWrap table tbody td {
	height: 50px;
	padding: 5px 2%;
	position: relative;
	color: #333;
	font-size: 15px;
	border-bottom: 1px solid #e8ecee;
	background-color: #fff;
}

.tableWrap table tbody tr:last-child th, .tableWrap table tbody tr:last-child td
	{
	border-bottom: 1px solid #cbd4db;
}

.tableWrap table tbody tr:hover th, .tableWrap table tbody tr:hover td {
	background-color: #faf8ff;
}

.titleArea+.tableWrap {
	padding-top: 0;
}

.tableWrap.inputTable table tbody tr:hover th, .tableWrap.inputTable table tbody tr:hover td
	{
	background-color: #fff;
}

.tableWrap.inputTable table input[type=text] {
	width: 100%;
}

.tableWrap .mark_success {
	
}

.tableWrap .mark_fail {
	color: #f00000;
}

.tableWrap.tac table tbody th, .tableWrap.tac table tbody td {
	text-align: center;
}

.userDiv {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px;
	position: relative;
	padding-bottom: 30px;
}

.userDiv.vCenter {
	align-items: center;
}

.userDiv.vbottom {
	align-items: flex-end;
}

.userDiv>* {
	flex: 1;
	padding: 10px;
	margin: 0;
	list-style: none;
}

.userDiv>.flex1 {
	flex: 1;
}

.userDiv>.flex2 {
	flex: 2;
}

.userDiv>.flex3 {
	flex: 3;
}

.userDiv>.flex4 {
	flex: 4;
}

.userDiv>.flex5 {
	flex: 5;
}

.userDiv>.flex6 {
	flex: 6;
}

.userDiv>.flex7 {
	flex: 7;
}

.userDiv>.flex8 {
	flex: 8;
}

.userDiv>.flex9 {
	flex: 9;
}

.userDiv>.flex10 {
	flex: 10;
}

.userDiv>.flex11 {
	flex: 11;
}

.userDiv>.flex12 {
	flex: 12;
}

/* 의도추론 이력 */
.chartWrap {
	padding: 15px;
	position: relative;
	border-radius: 15px;
	background-color: #fff;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.chartWrap .title {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.chartWrap .chartArea {
	position: relative;
}

.chartWrap .chartArea .chart_kpi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 35px 0 10px;
}

.chartWrap .chartArea .chart_kpi strong, .chartWrap .chartArea .chart_kpi small
	{
	display: block;
	font-weight: bold;
	text-align: center;
}

.chartWrap .chartArea .chart_kpi strong {
	font-size: 50px;
	line-height: 40px;
}

.chartWrap .chartArea .chart_kpi small {
	font-size: 20px;
	line-height: 20px;
}

.chartWrap .chartArea .chart_kpi.chart_kpi1 strong {
	color: #486cc8;
}

.chartWrap .chartArea .chart_kpi.chart_kpi2 strong {
	color: #54a8f2;
}

.chartWrap .chartArea .chart_kpi.chart_kpi3 strong {
	color: #24b4ad;
}

.chartWrap .chartArea .chart_kpi.chart_kpi4 strong {
	color: #faa62f;
}

.chartWrap.type_kpi {
	width: 100%;
}

.chartWrap.type_count {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 120px;
	overflow: hidden;
}

.chartWrap.type_count .title {
	width: 240px;
	height: 100px;
	line-height: 25px;
	padding-top: 30px;
	margin-left: 30px;
	top: 0;
	right: 0;
	left: -30px;
	color: #fff;
	text-align: center;
	background-color: #fa6d75;
	z-index: 1;
}

.chartWrap.type_count .chartArea {
	padding-top: 110px;
	font-size: 20px;
	text-align: center;
	border-radius: 120px 120px;
}

.chartWrap.type_count .chartArea b {
	padding: 0 5px;
	font-size: 50px;
}

.chartWrap .chartArea .chart_total {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	font-size: 16px;
}

.chartWrap .chartArea .chart_total strong {
	padding-left: 5px;
	font-size: 40px;
}

.tableWrap.table_infer .change_intent {
	padding-right: 18px;
	color: #796eff;
	border-bottom: 1px solid transparent;
	background: url(../images/icon/icon_pager_next_active.png) no-repeat
		right center;
}

.tableWrap.table_infer .change_intent:hover {
	border-bottom: 1px solid #796eff;
}

.tableWrap.table_infer .change_example {
	margin-left: 10px;
	padding-left: 20px;
	color: #796eff;
	border: 0;
	border-bottom: 1px solid transparent;
	background: transparent url(../images/icon/icon_active_change.png)
		no-repeat left center;
}

.tableWrap.table_infer .change_example:hover {
	border-bottom: 1px solid #796eff;
}

.tableWrap.table_infer .add_example {
	color: #796eff;
	border: 0;
	border-bottom: 1px solid transparent;
	background-color: transparent;
}

.tableWrap.table_infer .add_example:hover {
	border-bottom: 1px solid #796eff;
}

.tableWrap.table_infer td:nth-of-type(5), .tableWrap.table_infer td:nth-of-type(6),
	.tableWrap.table_infer td:nth-of-type(7), .tableWrap.table_infer td:nth-of-type(8)
	{
	background-color: #faf8ff;
}

#logChart1, #logChart2, #logChart3 {
	height: 350px;
}

/* 플로우 이력 */
#logFlowChart1, #logFlowChart2, #logFlowChart3 {
	height: 100px;
}